Running with gitlab-runner 16.9.0 (656c1943)  on emba-docker-runner 2oEDrUT7, system ID: s_d7b5974cddbd section_start:1709208211:prepare_executor Preparing the "docker" executor Using Docker executor with image docker:19.03.12 ... Pulling docker image docker:19.03.12 ... Using docker image sha256:81f5749c9058a7284e6acd8e126f2b882765a17b9ead14422b51cde1a110b85c for docker:19.03.12 with digest docker@sha256:d41efe7ad0df5a709cfd4e627c7e45104f39bbc08b1b40d7fb718c562b3ce135 ... section_end:1709208293:prepare_executor section_start:1709208293:prepare_script Preparing environment Running on runner-2oedrut7-project-1-concurrent-0 via emba.gnu.org... section_end:1709208302:prepare_script section_start:1709208302:get_sources Getting source from Git repository $ git config --global http.proxy $HTTP_PROXY; git config --global https.proxy $HTTPS_PROXY Fetching changes with git depth set to 50... Reinitialized existing Git repository in /builds/emacs/emacs/.git/ Checking out 8e5baadd as detached HEAD (ref is master)... Skipping Git submodules setup section_end:1709208328:get_sources section_start:1709208328:step_script Executing "step_script" stage of the job script Using docker image sha256:81f5749c9058a7284e6acd8e126f2b882765a17b9ead14422b51cde1a110b85c for docker:19.03.12 with digest docker@sha256:d41efe7ad0df5a709cfd4e627c7e45104f39bbc08b1b40d7fb718c562b3ce135 ... $ docker info Client: Debug Mode: false Server: Containers: 8 Running: 4 Paused: 0 Stopped: 4 Images: 7 Server Version: 24.0.5 Storage Driver: overlay2 Backing Filesystem: xfs Supports d_type: true Using metacopy: false Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: systemd Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: runc io.containerd.runc.v2 Default Runtime: runc Init Binary: docker-init containerd version: runc version: init version: Security Options: apparmor seccomp Profile: builtin cgroupns Kernel Version: 5.15.0-97-generic Operating System: Trisquel GNU/Linux Aramo (11.0) OSType: linux Architecture: x86_64 CPUs: 2 Total Memory: 7.752GiB Name: emba.gnu.org ID: 55c8fdc6-829d-4955-b191-c13a3205fe05 Docker Root Dir: /var/lib/docker Debug Mode: false HTTP Proxy: http://serverproxy0p.fsf.org:8118/ HTTPS Proxy: http://serverproxy0p.fsf.org:8118/ No Proxy: localhost,127.0.0.1,eggs.gnu.org,emba.gnu.org/ Registry: https://index.docker.io/v1/ Labels: Experimental: false Insecure Registries: 127.0.0.0/8 Live Restore Enabled: false WARNING: You're not using the default seccomp profile WARNING: No kernel memory limit support WARNING: No oom kill disable support $ echo "docker registry is ${CI_REGISTRY}" docker registry is emba.gnu.org:5050 $ docker login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY} WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /.docker-config-8e5baaddec2d6a7f48ca0a08e0a95a51c6cbb151/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded $ docker build --pull --target ${target} -t ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} -f test/infra/Dockerfile.emba . #1 [internal] load .dockerignore #1 transferring context: 0.0s #1 transferring context: 2B 0.0s done #1 ... #2 [internal] load build definition from Dockerfile.emba #2 transferring dockerfile: 6.47kB 0.0s done #2 DONE 3.0s #1 [internal] load .dockerignore #1 DONE 3.2s #3 [internal] load metadata for docker.io/library/debian:bullseye #3 DONE 0.5s #12 [emacs-base 1/2] FROM docker.io/library/debian:bullseye@sha256:171478fbe... #12 DONE 0.0s #9 [internal] load build context #9 transferring context: 3.24MB 2.8s #9 transferring context: 5.36MB 7.9s #9 transferring context: 5.66MB 13.0s #9 ... #11 [emacs-base 2/2] RUN apt-get update && apt-get install -y --no-insta... #11 CACHED #9 [internal] load build context #9 transferring context: 8.14MB 18.1s #9 transferring context: 9.02MB 23.3s #9 transferring context: 20.92MB 28.5s #9 transferring context: 28.57MB 33.7s #9 transferring context: 37.54MB 38.7s #9 transferring context: 44.07MB 44.0s #9 transferring context: 57.47MB 49.1s #9 transferring context: 63.24MB 54.5s #9 transferring context: 71.06MB 59.6s #9 transferring context: 84.47MB 64.6s #9 transferring context: 89.82MB 69.8s #9 transferring context: 94.34MB 74.9s #9 transferring context: 103.61MB 80.1s #9 transferring context: 126.05MB 85.1s #9 transferring context: 140.27MB 90.1s #9 transferring context: 147.91MB 95.2s #9 transferring context: 156.37MB 100.3s #9 transferring context: 164.92MB 105.3s #9 transferring context: 175.64MB 110.4s #9 transferring context: 187.17MB 115.6s #9 transferring context: 193.28MB 120.6s #9 transferring context: 194.69MB 125.8s #9 transferring context: 196.65MB 130.9s #9 transferring context: 200.30MB 136.0s #9 transferring context: 212.99MB 141.0s #9 transferring context: 224.67MB 146.1s #9 transferring context: 240.91MB 152.9s #9 transferring context: 255.57MB 158.2s #9 transferring context: 275.90MB 163.4s #9 transferring context: 287.32MB 168.6s #9 transferring context: 304.62MB 173.7s #9 transferring context: 322.96MB 179.3s #9 transferring context: 336.61MB 184.3s #9 transferring context: 346.46MB 189.5s #9 transferring context: 362.79MB 194.5s #9 transferring context: 387.94MB 199.5s #9 transferring context: 401.02MB 204.7s #9 transferring context: 412.82MB 207.3s done #9 DONE 213.0s #10 [emacs-inotify 1/6] RUN apt-get update && apt-get install -y --no-in... #10 CACHED #8 [emacs-inotify 2/6] COPY . /checkout #8 DONE 83.0s #7 [emacs-inotify 3/6] WORKDIR /checkout #7 DONE 0.7s #6 [emacs-inotify 4/6] RUN ./autogen.sh autoconf #6 1.583 Checking whether you have the necessary tools... #6 1.583 (Read INSTALL.REPO for more details on building Emacs) #6 1.596 Checking for autoconf (need at least version 2.65) ... ok #6 1.736 Your system has the required tools. #6 1.815 Building aclocal.m4 ... #6 1.835 Running 'autoreconf -fi -I m4' ... #6 23.18 Building 'aclocal.m4' in exec ... #6 23.18 Running 'autoreconf -fi' in exec ... #6 27.09 You can now run './autogen.sh git'. #6 DONE 30.2s #5 [emacs-inotify 5/6] RUN ./configure #5 5.737 checking for xcrun... no #5 5.742 checking for GNU Make... make #5 5.802 checking build system type... x86_64-pc-linux-gnu #5 6.156 checking host system type... x86_64-pc-linux-gnu #5 6.221 checking for gcc... gcc #5 6.378 checking whether the C compiler works... yes #5 6.649 checking for C compiler default output file name... a.out #5 6.657 checking for suffix of executables... #5 6.814 checking whether we are cross compiling... no #5 7.090 checking for suffix of object files... o #5 7.232 checking whether we are using the GNU C compiler... yes #5 7.405 checking whether gcc accepts -g... yes #5 7.530 checking for gcc option to enable C11 features... none needed #5 7.824 checking whether the compiler is clang... no #5 7.971 checking for compiler option needed when checking for declarations... none #5 7.971 checking whether gcc and cc understand -c and -o together... yes #5 8.566 checking how to run the C preprocessor... gcc -E #5 8.910 checking for grep that handles long lines and -e... /bin/grep #5 8.919 checking for egrep... /bin/grep -E #5 8.925 checking for ANSI C header files... yes #5 9.655 checking for sys/types.h... yes #5 9.840 checking for sys/stat.h... yes #5 10.05 checking for stdlib.h... yes #5 10.26 checking for string.h... yes #5 10.53 checking for memory.h... yes #5 10.76 checking for strings.h... yes #5 11.01 checking for inttypes.h... yes #5 11.24 checking for stdint.h... yes #5 11.43 checking for unistd.h... yes #5 11.70 checking for wchar.h... yes #5 12.03 checking for minix/config.h... no #5 12.24 checking for linux/fs.h... yes #5 12.54 checking for malloc.h... yes #5 12.80 checking for sys/systeminfo.h... no #5 13.03 checking for sys/sysinfo.h... yes #5 13.32 checking for coff.h... no #5 13.60 checking for pty.h... yes #5 14.02 checking for sys/resource.h... yes #5 14.25 checking for sys/utsname.h... yes #5 14.72 checking for pwd.h... yes #5 14.88 checking for util.h... no #5 15.14 checking for sanitizer/lsan_interface.h... yes #5 15.47 checking for sanitizer/asan_interface.h... yes #5 15.68 checking for sanitizer/common_interface_defs.h... yes #5 15.93 checking for sys/socket.h... yes #5 16.23 checking for stdlib.h... (cached) yes #5 16.30 checking for unistd.h... (cached) yes #5 16.36 checking for sys/param.h... yes #5 16.68 checking for pthread.h... yes #5 17.03 checking for malloc/malloc.h... no #5 17.23 checking for sys/un.h... yes #5 17.47 checking for utmp.h... yes #5 17.94 checking for utmpx.h... yes #5 18.23 checking for OS.h... no #5 18.37 checking for dirent.h... yes #5 18.58 checking for execinfo.h... yes #5 18.80 checking for linux/xattr.h... yes #5 19.09 checking for stdio_ext.h... yes #5 19.31 checking for sys/vfs.h... yes #5 19.67 checking for sys/fs_types.h... no #5 20.02 checking for getopt.h... yes #5 20.21 checking for sys/cdefs.h... yes #5 20.37 checking for sys/time.h... yes #5 20.58 checking for ieee754.h... yes #5 20.78 checking for limits.h... yes #5 21.05 checking for inttypes.h... (cached) yes #5 21.10 checking for sys/types.h... (cached) yes #5 21.14 checking for stdint.h... (cached) yes #5 21.19 checking for sys/select.h... yes #5 21.40 checking for stdbool.h... yes #5 21.66 checking for stdckdint.h... no #5 21.84 checking for sys/random.h... yes #5 22.06 checking for sys/stat.h... (cached) yes #5 22.10 checking whether it is safe to define __EXTENSIONS__... yes #5 22.25 checking whether _XOPEN_SOURCE should be defined... no #5 22.37 checking for Minix Amsterdam compiler... no #5 22.46 checking for ar... ar #5 22.46 checking for ranlib... ranlib #5 22.46 checking for gcc option to enable large file support... none needed #5 22.76 checking for gcc option for timestamps after 2038... none needed #5 22.93 checking for g++... g++ #5 23.07 checking whether we are using the GNU C++ compiler... yes #5 23.52 checking whether g++ accepts -g... yes #5 23.67 checking for g++ option to enable C++11 features... none needed #5 59.68 checking how to run the C++ preprocessor... g++ -E #5 60.54 checking whether gcc accepts -g3 -O2... yes #5 60.94 checking whether the compiler is clang... no #5 61.12 checking whether C compiler handles -Werror -Wunknown-warning-option... no #5 61.26 checking whether -Wno-missing-field-initializers is needed... yes #5 61.52 checking whether -Wuninitialized is supported... yes #5 61.63 checking whether C compiler handles -fstrict-flex-arrays... no #5 61.72 checking whether C compiler handles -Wall... yes #5 61.89 checking whether C compiler handles -Warith-conversion... yes #5 62.16 checking whether C compiler handles -Wdate-time... yes #5 62.37 checking whether C compiler handles -Wdisabled-optimization... yes #5 62.71 checking whether C compiler handles -Wdouble-promotion... yes #5 62.94 checking whether C compiler handles -Wduplicated-cond... yes #5 63.25 checking whether C compiler handles -Wextra... yes #5 63.52 checking whether C compiler handles -Wformat-signedness... yes #5 63.84 checking whether C compiler handles -Winit-self... yes #5 64.09 checking whether C compiler handles -Winvalid-pch... yes #5 64.33 checking whether C compiler handles -Wlogical-op... yes #5 64.52 checking whether C compiler handles -Wmissing-declarations... yes #5 64.75 checking whether C compiler handles -Wmissing-include-dirs... yes #5 65.01 checking whether C compiler handles -Wmissing-prototypes... yes #5 65.27 checking whether C compiler handles -Wnested-externs... yes #5 65.49 checking whether C compiler handles -Wnull-dereference... yes #5 65.76 checking whether C compiler handles -Wold-style-definition... yes #5 65.95 checking whether C compiler handles -Wopenmp-simd... yes #5 66.21 checking whether C compiler handles -Wpacked... yes #5 66.39 checking whether C compiler handles -Wpointer-arith... yes #5 66.62 checking whether C compiler handles -Wstrict-flex-arrays... no #5 66.70 checking whether C compiler handles -Wstrict-prototypes... yes #5 66.98 checking whether C compiler handles -Wsuggest-attribute=format... yes #5 67.22 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #5 67.42 checking whether C compiler handles -Wsuggest-final-methods... yes #5 67.60 checking whether C compiler handles -Wsuggest-final-types... yes #5 67.82 checking whether C compiler handles -Wtrampolines... yes #5 68.03 checking whether C compiler handles -Wuninitialized... yes #5 68.33 checking whether C compiler handles -Wunknown-pragmas... yes #5 68.64 checking whether C compiler handles -Wunused-macros... yes #5 68.94 checking whether C compiler handles -Wvariadic-macros... yes #5 69.29 checking whether C compiler handles -Wvector-operation-performance... yes #5 69.60 checking whether C compiler handles -Wwrite-strings... yes #5 69.88 checking whether C compiler handles -Warray-bounds=2... yes #5 70.12 checking whether C compiler handles -Wattribute-alias=2... yes #5 70.41 checking whether C compiler handles -Wformat=2... yes #5 70.62 checking whether C compiler handles -Wformat-truncation=2... yes #5 70.85 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #5 71.07 checking whether C compiler handles -Wshift-overflow=2... yes #5 71.36 checking whether C compiler handles -Wuse-after-free=3... no #5 71.47 checking whether C compiler handles -Wvla-larger-than=4031... yes #5 71.78 checking whether C compiler handles -Wno-missing-field-initializers... yes #5 72.04 checking whether C compiler handles -Wredundant-decls... yes #5 72.19 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #5 72.19 checking whether C compiler handles -Wno-override-init... yes #5 72.43 checking whether C compiler handles -Wno-sign-compare... yes #5 72.57 checking whether C compiler handles -Wno-type-limits... yes #5 72.74 checking whether C compiler handles -Wno-unused-parameter... yes #5 72.93 checking whether C compiler handles -Wno-format-nonliteral... yes #5 73.12 checking whether C compiler handles -Wno-bidi-chars... no #5 73.20 checking for a BSD-compatible install... /usr/bin/install -c #5 73.24 checking command to symlink files in the same directory... ln -s #5 73.25 checking for install-info... : #5 73.25 checking for gzip... /bin/gzip #5 73.26 checking for 'find' args to delete a file... -delete #5 73.28 checking for brew... no #5 75.48 checking for -znocombreloc... not needed #5 75.49 checking whether addresses are sanitized... no #5 75.55 checking for math library... -lm #5 76.61 checking for struct passwd.pw_gecos... yes #5 76.75 checking for pkg-config... /usr/bin/pkg-config #5 76.75 checking pkg-config is at least version 0.9.0... yes #5 76.77 checking for machine/soundcard.h... no #5 76.89 checking for sys/soundcard.h... yes #5 77.11 checking for soundcard.h... no #5 77.19 checking for mmsystem.h... no #5 77.32 checking for _oss_ioctl in -lossaudio... no #5 77.46 checking for alsa >= 1.0.0... no #5 77.48 checking for ADDR_NO_RANDOMIZE... yes #5 77.67 checking if Linux sysinfo may be used... yes #5 77.94 checking for sys/wait.h that is POSIX.1 compatible... yes #5 78.10 checking for net/if.h... yes #5 78.37 checking for ifaddrs.h... yes #5 78.68 checking for net/if_dl.h... no #5 78.98 checking for struct ifreq.ifr_flags... yes #5 79.41 checking for struct ifreq.ifr_hwaddr... yes #5 80.11 checking for struct ifreq.ifr_netmask... yes #5 80.56 checking for struct ifreq.ifr_broadaddr... yes #5 81.03 checking for struct ifreq.ifr_addr... yes #5 81.52 checking for struct ifreq.ifr_addr.sa_len... no #5 81.80 checking whether gcc understands -MMD -MF... yes #5 81.90 checking for X... no #5 82.09 checking for X... false #5 82.10 checking whether malloc is Doug Lea style... no #5 82.29 checking for sbrk... yes #5 82.53 checking for __lsan_ignore_object... no #5 82.80 checking for fchmod... yes #5 83.03 checking for utmpname... yes #5 83.29 checking for utmpxname... yes #5 83.66 checking for canonicalize_file_name... yes #5 83.93 checking for realpath... yes #5 84.22 checking for lstat... yes #5 84.54 checking for fchmodat... yes #5 84.80 checking for lchmod... no #5 84.91 checking for fcntl... yes #5 85.18 checking for fdopendir... yes #5 85.51 checking for listxattr... yes #5 85.74 checking for fstatat... yes #5 85.99 checking for fsync... yes #5 86.24 checking for gettimeofday... yes #5 86.54 checking for memset_s... no #5 86.78 checking for pselect... yes #5 87.02 checking for readlink... yes #5 87.25 checking for isblank... yes #5 87.54 checking for iswctype... yes #5 87.85 checking for strtoimax... yes #5 88.07 checking for symlink... yes #5 88.34 checking for localtime_r... yes #5 88.59 checking for getdtablesize... yes #5 88.82 checking for getpagesize... yes #5 89.07 checking for working mmap... yes #5 89.48 checking for main in -lXbsd... no #5 89.67 checking for pthread library... -lpthread #5 90.31 checking for thread support... yes #5 90.32 checking for sqlite3_open_v2 in -lsqlite3... no #5 90.52 checking for getaddrinfo_a in -lanl... yes #5 90.79 checking for malloc_trim... yes #5 91.09 checking for dbus-1 >= 1.0... yes #5 91.17 checking for dbus_watch_get_unix_fd... yes #5 93.16 checking for dbus_type_is_valid... yes #5 93.51 checking for dbus_validate_bus_name... yes #5 93.90 checking for dbus_validate_path... yes #5 94.22 checking for dbus_validate_interface... yes #5 94.56 checking for dbus_validate_member... yes #5 94.93 checking for lgetfilecon in -lselinux... no #5 95.15 checking for gnutls >= 2.12.2... yes #5 95.24 checking for libsystemd >= 222... no #5 95.27 checking for jansson >= 2.7... no #5 95.29 checking for tree-sitter >= 0.20.2... no #5 95.33 checking for tree-sitter >= 0.6.3... no #5 95.35 checking sys/inotify.h usability... yes #5 95.60 checking sys/inotify.h presence... yes #5 95.68 checking for sys/inotify.h... yes #5 95.70 checking for inotify_init... yes #5 95.91 checking for inotify_init1... yes #5 96.27 checking for lcms2... no #5 96.32 checking for library containing inflateEnd... no #5 96.76 checking for dladdr... yes #5 97.04 checking for dlfunc... no #5 97.34 checking for gcc_jit_context_acquire in -lgccjit... no #5 97.52 configure: WARNING: Elisp native compiler can't be enabled as libgccjit was not #5 97.52 found. #5 97.52 Please try installing libgccjit or a similar package if you want to have it #5 97.52 enabled. #5 97.52 checking libgccjit.h usability... no #5 97.62 checking libgccjit.h presence... no #5 97.70 checking for libgccjit.h... no #5 97.70 configure: WARNING: Elisp native compiler can't be enabled as libgccjit header files #5 97.70 were not found. #5 97.70 Please try installing libgccjit-dev or a similar package if you want to have it #5 97.70 enabled. #5 97.71 checking gpm.h usability... no #5 97.89 checking gpm.h presence... no #5 98.04 checking for gpm.h... no #5 98.05 checking for libxml-2.0 > 2.6.17... no #5 98.07 checking for maillock in -lmail... no #5 98.18 checking for maillock in -llockfile... no #5 98.31 checking for liblockfile.so... no #5 98.31 checking maillock.h usability... no #5 98.46 checking maillock.h presence... no #5 98.51 checking for maillock.h... no #5 98.53 checking linux/seccomp.h usability... yes #5 98.72 checking linux/seccomp.h presence... yes #5 98.76 checking for linux/seccomp.h... yes #5 98.83 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #5 98.98 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #5 99.11 checking linux/filter.h usability... yes #5 99.33 checking linux/filter.h presence... yes #5 99.41 checking for linux/filter.h... yes #5 99.48 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #5 99.51 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #5 99.52 checking for libseccomp >= 2.5.2... no #5 99.55 checking size of long... 8 #5 99.95 checking for accept4... yes #5 100.2 checking for fchdir... yes #5 100.4 checking for gethostname... yes #5 100.7 checking for getrusage... yes #5 101.1 checking for get_current_dir_name... yes #5 101.4 checking for lrand48... yes #5 101.7 checking for random... yes #5 102.0 checking for rint... yes #5 102.3 checking for tcdrain... yes #5 102.6 checking for trunc... yes #5 102.9 checking for select... yes #5 103.3 checking for getpagesize... (cached) yes #5 103.3 checking for setlocale... yes #5 103.7 checking for newlocale... yes #5 103.9 checking for getrlimit... yes #5 104.3 checking for setrlimit... yes #5 104.6 checking for shutdown... yes #5 104.9 checking for pthread_sigmask... (cached) yes #5 104.9 checking for strsignal... yes #5 105.2 checking for setitimer... yes #5 105.5 checking for sendto... yes #5 105.8 checking for recvfrom... yes #5 106.1 checking for getsockname... yes #5 106.5 checking for getifaddrs... yes #5 106.8 checking for freeifaddrs... yes #5 107.1 checking for gai_strerror... yes #5 107.5 checking for sync... yes #5 107.8 checking for endpwent... yes #5 108.1 checking for getgrent... yes #5 108.4 checking for endgrent... yes #5 108.7 checking for cfmakeraw... yes #5 109.0 checking for cfsetspeed... yes #5 109.3 checking for __executable_start... yes #5 109.6 checking for log2... yes #5 110.0 checking for pthread_setname_np... yes #5 110.4 checking for pthread_set_name_np... no #5 110.7 checking for getpwent... yes #5 111.0 checking for renameat2... yes #5 111.3 checking whether pthread_setname_np takes a single argument... no #5 111.5 checking whether pthread_setname_np takes three arguments... no #5 111.7 checking for aligned_alloc... yes #5 112.0 checking whether aligned_alloc is declared... yes #5 112.3 checking for posix_madvise... yes #5 112.7 checking for madvise... yes #5 112.9 checking for __builtin_frame_address... yes #5 113.1 checking for __builtin_unwind_init... yes #5 113.3 checking for _LARGEFILE_SOURCE value needed for large files... no #5 113.5 checking for grantpt... yes #5 113.7 checking for getpt... yes #5 114.1 checking for posix_openpt... yes #5 114.4 checking for library containing tputs... -ltinfo #5 115.0 checking whether -ltinfo library defines BC... yes #5 115.3 checking for timerfd interface... yes #5 115.5 checking whether signals can be handled on alternate stack... yes #5 115.7 checking valgrind/valgrind.h usability... no #5 115.9 checking valgrind/valgrind.h presence... no #5 116.0 checking for valgrind/valgrind.h... no #5 116.0 checking for struct unipair.unicode... yes #5 116.2 checking for pid_t... yes #5 116.6 checking vfork.h usability... no #5 116.8 checking vfork.h presence... no #5 116.9 checking for vfork.h... no #5 116.9 checking for fork... yes #5 117.3 checking for vfork... yes #5 117.6 checking for working fork... yes #5 118.1 checking for working vfork... (cached) yes #5 118.1 checking for snprintf... yes #5 118.3 checking for open_memstream... yes #5 118.7 checking spawn.h usability... yes #5 118.8 checking spawn.h presence... yes #5 118.9 checking for spawn.h... yes #5 118.9 checking for posix_spawn... yes #5 119.2 checking for posix_spawn_file_actions_addchdir... no #5 119.6 checking for posix_spawn_file_actions_addchdir_np... yes #5 120.0 checking for posix_spawnattr_setflags... yes #5 120.4 checking whether POSIX_SPAWN_SETSID is declared... yes #5 120.6 checking whether GLib is linked in... no #5 120.7 checking for nl_langinfo and CODESET... yes #5 120.9 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #5 121.2 checking for mbstate_t... yes #5 121.4 checking for signals via characters... yes #5 121.6 checking for _setjmp... yes #5 122.0 checking for sigsetjmp... yes #5 122.3 checking POSIX termios... yes #5 122.7 checking size of speed_t... 4 #5 123.1 checking for usable FIONREAD... yes #5 123.2 checking for usable SIGIO... yes #5 123.5 checking for struct alignment... yes #5 123.7 checking for C/C++ restrict keyword... __restrict__ #5 123.8 checking for typeof syntax and keyword spelling... typeof #5 124.0 checking for statement expressions... yes #5 124.2 checking whether malloc (0) returns nonnull... yes #5 124.4 checking sys/acl.h usability... yes #5 124.7 checking sys/acl.h presence... yes #5 124.8 checking for sys/acl.h... yes #5 124.8 checking for library containing acl_get_file... -lacl #5 125.3 checking for acl_get_file... yes #5 125.7 checking for acl_get_fd... yes #5 126.0 checking for acl_set_file... yes #5 126.4 checking for acl_set_fd... yes #5 126.8 checking for acl_free... yes #5 127.1 checking for acl_from_mode... yes #5 127.5 checking for acl_from_text... yes #5 127.7 checking for acl_delete_def_file... yes #5 128.0 checking for acl_extended_file... yes #5 128.3 checking for acl_delete_fd_np... no #5 128.7 checking for acl_delete_file_np... no #5 129.1 checking for acl_copy_ext_native... no #5 129.5 checking for acl_create_entry_np... no #5 129.8 checking for acl_to_short_text... no #5 130.1 checking for acl_free_text... no #5 130.5 checking for working acl_get_file... yes #5 130.8 checking acl/libacl.h usability... yes #5 131.0 checking acl/libacl.h presence... yes #5 131.0 checking for acl/libacl.h... yes #5 131.0 checking for acl_entries... yes #5 131.3 checking for ACL_FIRST_ENTRY... yes #5 131.5 checking for ACL_TYPE_EXTENDED... no #5 131.6 checking for working alloca.h... yes #5 131.9 checking for alloca... yes #5 132.1 checking for a thread-safe mkdir -p... /bin/mkdir -p #5 132.1 checking whether the preprocessor supports include_next... yes #5 132.2 checking whether source code line length is unlimited... yes #5 132.3 checking whether endutent is declared... yes #5 132.5 checking for struct utmpx.ut_user... yes #5 132.8 checking for struct utmp.ut_user... yes #5 133.1 checking for struct utmpx.ut_name... yes #5 133.4 checking for struct utmp.ut_name... yes #5 133.7 checking for struct utmpx.ut_type... yes #5 133.8 checking for struct utmp.ut_type... yes #5 134.2 checking for struct utmpx.ut_pid... yes #5 134.4 checking for struct utmp.ut_pid... yes #5 134.7 checking for struct utmp.ut_tv... yes #5 135.1 checking for struct utmpx.ut_host... yes #5 135.3 checking for struct utmp.ut_host... yes #5 135.6 checking for struct utmpx.ut_id... yes #5 135.8 checking for struct utmp.ut_id... yes #5 136.1 checking for struct utmpx.ut_session... yes #5 136.4 checking for struct utmp.ut_session... yes #5 136.6 checking for struct utmpx.ut_exit... yes #5 137.0 checking for struct utmp.ut_exit... yes #5 137.4 checking for struct utmpx.ut_exit.ut_exit... no #5 137.7 checking for struct utmpx.ut_exit.e_exit... yes #5 138.0 checking for struct utmp.ut_exit.e_exit... yes #5 138.3 checking for struct utmpx.ut_exit.ut_termination... no #5 138.8 checking for struct utmpx.ut_exit.e_termination... yes #5 139.2 checking for struct utmp.ut_exit.e_termination... yes #5 139.7 checking whether sysinfo is declared... yes #5 139.9 checking for sys/sysctl.h... yes #5 140.5 checking for sysctl... yes #5 140.9 checking whether lstat correctly handles trailing slash... yes #5 141.2 checking whether // is distinct from /... no #5 141.2 checking whether realpath works... yes #5 141.6 checking for faccessat... yes #5 141.7 checking for getcwd... yes #5 142.1 checking whether byte ordering is bigendian... no #5 142.5 checking if environ is properly declared... yes #5 142.7 checking for complete errno.h... yes #5 142.7 checking whether ctype.h defines __header_inline... no #5 142.8 checking for mode_t... yes #5 143.2 checking whether strmode is declared... no #5 143.4 checking whether getline is declared... yes #5 143.6 checking for gawk... no #5 143.6 checking for mawk... mawk #5 143.6 checking for getopt.h... (cached) yes #5 143.6 checking for getopt_long_only... yes #5 144.1 checking whether getopt is POSIX compatible... yes #5 145.2 checking for working GNU getopt function... yes #5 145.7 checking for working GNU getopt_long function... yes #5 146.1 checking whether timespec_get is declared... yes #5 146.3 checking for timespec_get... yes #5 146.5 checking for struct timeval... yes #5 146.7 checking for wide-enough struct timeval.tv_sec member... yes #5 146.9 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #5 146.9 checking whether the compiler produces multi-arch binaries... no #5 147.0 checking whether stdint.h conforms to C99... yes #5 147.7 checking whether stdint.h works without ISO C predefines... yes #5 147.9 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #5 148.2 checking whether memmem is declared... yes #5 148.6 checking whether memrchr is declared... yes #5 148.8 checking whether defines MIN and MAX... no #5 149.0 checking whether defines MIN and MAX... yes #5 149.3 checking whether time_t is signed... yes #5 149.4 checking whether alarm is declared... yes #5 149.6 checking for working mktime... no #5 150.3 checking whether struct tm is in sys/time.h or time.h... time.h #5 150.5 checking for struct tm.tm_zone... yes #5 150.7 checking for struct tm.tm_gmtoff... yes #5 150.9 checking whether is self-contained... yes #5 151.5 checking for inline... inline #5 151.7 checking for sigset_t... yes #5 152.0 checking for volatile sig_atomic_t... yes #5 152.2 checking for sighandler_t... yes #5 152.5 checking for wchar_t... yes #5 152.6 checking for good max_align_t... yes #5 152.7 checking whether NULL can be used in arbitrary expressions... yes #5 152.8 checking for unreachable... no #5 153.1 checking whether fcloseall is declared... yes #5 153.4 checking whether getw is declared... yes #5 153.6 checking whether putw is declared... yes #5 153.8 checking which flavor of printf attribute matches inttypes macros... system #5 154.0 checking whether strnlen is declared... yes #5 154.3 checking whether strtoimax is declared... yes #5 154.5 checking whether stat file-mode macros are broken... no #5 154.6 checking for nlink_t... yes #5 155.0 checking for struct timespec in ... yes #5 155.1 checking for TIME_UTC in ... yes #5 155.2 checking whether execvpe is declared... yes #5 155.5 checking whether clearerr_unlocked is declared... yes #5 155.7 checking whether feof_unlocked is declared... yes #5 156.0 checking whether ferror_unlocked is declared... yes #5 156.3 checking whether fflush_unlocked is declared... yes #5 156.6 checking whether fgets_unlocked is declared... yes #5 156.9 checking whether fputc_unlocked is declared... yes #5 157.2 checking whether fputs_unlocked is declared... yes #5 157.4 checking whether fread_unlocked is declared... yes #5 157.7 checking whether fwrite_unlocked is declared... yes #5 157.9 checking whether getc_unlocked is declared... yes #5 158.1 checking whether getchar_unlocked is declared... yes #5 158.4 checking whether putc_unlocked is declared... yes #5 158.8 checking whether putchar_unlocked is declared... yes #5 159.1 checking type of array argument to getgroups... gid_t #5 159.7 checking whether getdelim is declared... yes #5 159.9 checking whether getdtablesize is declared... yes #5 160.2 checking whether malloc is ptrdiff_t safe... yes #5 160.3 checking whether malloc, realloc, calloc set errno on failure... yes #5 160.3 checking for O_CLOEXEC... yes #5 160.6 checking for promoted mode_t type... mode_t #5 160.7 checking whether the utimes function works... yes #5 161.2 checking for C compiler option to allow warnings... -Wno-error #5 161.4 checking for alignas and alignof... yes, macros #5 161.6 checking for alloca as a compiler built-in... yes #5 161.7 checking for static_assert... yes, an macro #5 161.9 checking for __builtin_expect... yes #5 162.2 checking byteswap.h usability... yes #5 162.4 checking byteswap.h presence... yes #5 162.5 checking for byteswap.h... yes #5 162.5 checking for readlinkat... yes #5 162.9 checking for library containing clock_gettime... none required #5 163.2 checking for clock_getres... yes #5 163.5 checking for clock_gettime... yes #5 163.8 checking for clock_settime... yes #5 164.1 checking for copy_file_range... yes #5 164.4 checking for d_type member in directory struct... yes #5 164.8 checking whether // is distinct from /... (cached) no #5 164.8 checking whether dup2 works... yes #5 165.0 checking for library containing backtrace_symbols_fd... none required #5 165.3 checking for faccessat... (cached) yes #5 165.3 checking whether fchmodat works... no #5 165.7 checking for readlinkat... (cached) yes #5 165.7 checking whether fcntl handles F_DUPFD correctly... yes #5 166.0 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #5 166.3 checking whether fdopendir is declared... yes #5 166.5 checking whether fdopendir works... yes #5 166.8 checking for flexible array member... yes #5 167.0 checking for __fpending... yes #5 167.3 checking whether __fpending is declared... yes #5 167.5 checking whether free is known to preserve errno... no #5 167.6 checking whether fstatat (..., 0) works... yes #5 167.9 checking for sys/mount.h... yes #5 168.1 checking for statvfs function (SVR4)... yes #5 168.5 checking whether to use statvfs64... no #5 168.6 checking for two-argument statfs with statfs.f_frsize member... yes #5 169.0 checking sys/fs/s5param.h usability... no #5 169.1 checking sys/fs/s5param.h presence... no #5 169.2 checking for sys/fs/s5param.h... no #5 169.2 checking sys/statfs.h usability... yes #5 169.5 checking sys/statfs.h presence... yes #5 169.5 checking for sys/statfs.h... yes #5 169.6 checking for statfs that truncates block counts... no #5 169.7 checking for futimens... yes #5 170.1 checking whether futimens works... yes #5 171.4 checking for getline... yes #5 171.7 checking for working getline function... yes #5 172.2 checking for getloadavg... yes #5 172.5 checking sys/loadavg.h usability... no #5 172.7 checking sys/loadavg.h presence... no #5 172.8 checking for sys/loadavg.h... no #5 172.9 checking whether getloadavg is declared... yes #5 173.0 checking for getrandom... yes #5 173.3 checking whether getrandom is compatible with its GNU+BSD signature... yes #5 173.4 checking for gettimeofday with POSIX signature... yes #5 173.7 checking whether the compiler supports the __inline keyword... yes #5 173.8 checking gmp.h usability... yes #5 174.1 checking gmp.h presence... yes #5 174.2 checking for gmp.h... yes #5 174.2 checking for library containing __gmpz_roinit_n... -lgmp #5 174.6 checking for memmem... yes #5 175.0 checking whether memmem works... yes #5 175.4 checking for mempcpy... yes #5 175.7 checking for memrchr... yes #5 176.1 checking for memset_explicit... no #5 176.5 checking for explicit_memset... no #5 176.8 checking for mkostemp... yes #5 177.2 checking for library containing nanosleep... none required #5 177.5 checking for working nanosleep... no (mishandles large arguments) #5 178.9 checking for sys/pstat.h... no #5 179.1 checking for sys/sysmp.h... no #5 179.4 checking for sys/param.h... (cached) yes #5 179.4 checking for sys/sysctl.h... (cached) yes #5 179.5 checking for sched_getaffinity_np... no #5 179.9 checking for pstat_getdynamic... no #5 180.3 checking for sysmp... no #5 180.7 checking for sysctl... (cached) yes #5 180.8 checking for sched_getaffinity... yes #5 181.0 checking for glibc compatible sched_getaffinity... yes #5 181.1 checking for pipe2... yes #5 181.3 checking whether signature of pselect conforms to POSIX... yes #5 181.6 checking whether pselect detects invalid fds... yes #5 182.0 checking whether pthread_sigmask is a macro... no #5 182.1 checking whether pthread_sigmask returns error numbers... yes #5 182.5 checking whether pthread_sigmask unblocks signals correctly... guessing yes #5 185.1 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #5 185.8 checking whether readlink signature is correct... yes #5 186.0 checking whether readlink handles trailing slash correctly... yes #5 186.2 checking whether readlink truncates results correctly... yes #5 186.4 checking for readlinkat... (cached) yes #5 186.4 checking whether readlinkat signature is correct... yes #5 186.6 checking for working re_compile_pattern... no #5 187.1 checking libintl.h usability... yes #5 187.3 checking libintl.h presence... yes #5 187.3 checking for libintl.h... yes #5 187.4 checking whether isblank is declared... yes #5 187.5 checking for sig2str... no #5 187.9 checking for sigdescr_np... no #5 188.2 checking for socklen_t... yes #5 188.7 checking for ssize_t... yes #5 188.9 checking for struct stat.st_atim.tv_nsec... yes #5 189.1 checking whether struct stat.st_atim is of type struct timespec... yes #5 189.3 checking for struct stat.st_birthtimespec.tv_nsec... no #5 189.6 checking for struct stat.st_birthtimensec... no #5 189.9 checking for struct stat.st_birthtim.tv_nsec... no #5 190.2 checking for bool, true, false... no #5 190.3 checking for stpcpy... yes #5 190.6 checking for working strnlen... yes #5 190.9 checking whether strtoimax works... yes #5 191.2 checking whether symlink handles trailing slash correctly... yes #5 191.5 checking whether localtime_r is declared... yes #5 191.7 checking whether localtime_r is compatible with its POSIX signature... yes #5 191.8 checking whether localtime works even near extrema... yes #5 192.2 checking for timezone_t... no #5 192.3 checking for timegm... yes #5 192.6 checking whether timer_settime is declared... yes #5 192.7 checking for library containing timer_settime... -lrt #5 193.3 checking for timer_settime... yes #5 193.7 checking for utimensat... yes #5 194.0 checking whether utimensat works... yes #5 195.4 checking for variable-length arrays... yes #5 195.6 checking whether getdtablesize works... yes #5 196.0 checking for __mktime_internal... no #5 196.4 checking for timer_getoverrun... yes #5 196.5 checking for gcc option to disable position independent executables... not needed #5 196.6 checking for __ctype_get_mb_cur_max... yes #5 196.8 checking whether MB_CUR_MAX is defined to function that won't link... no #5 196.9 #5 196.9 Configured for 'x86_64-pc-linux-gnu'. #5 196.9 #5 196.9 Where should the build process find the source code? . #5 196.9 What compiler should emacs be built with? gcc -g3 -O2 #5 196.9 Should Emacs use the GNU version of malloc? no #5 196.9 (The GNU allocators don't work with this system configuration.) #5 196.9 Should Emacs use a relocating allocator for buffers? no #5 196.9 Should Emacs use mmap(2) for buffer allocation? no #5 196.9 What window system should Emacs use? none #5 196.9 What toolkit should Emacs use? none #5 196.9 Where do we find X Windows header files? NONE #5 196.9 Where do we find X Windows libraries? NONE #5 196.9 Does Emacs use -lXaw3d? no #5 196.9 Is Emacs being built for Android? no #5 196.9 Does Emacs use the X Double Buffer Extension? no #5 196.9 Does Emacs use -lXpm? no #5 196.9 Does Emacs use -ljpeg? no #5 196.9 Does Emacs use -ltiff? no #5 196.9 Does Emacs use a gif library? no #5 196.9 Does Emacs use a png library? no #5 196.9 Does Emacs use -lrsvg-2? no #5 196.9 Does Emacs use -lwebp? no #5 196.9 Does Emacs use -lsqlite3? no #5 196.9 Does Emacs use cairo? no #5 196.9 Does Emacs use -llcms2? no #5 196.9 Does Emacs use imagemagick? no #5 196.9 Does Emacs use native APIs for images? no #5 196.9 Does Emacs support sound? yes #5 196.9 Does Emacs use -lgpm? no #5 196.9 Does Emacs use -ldbus? yes #5 196.9 Does Emacs use -lgconf? no #5 196.9 Does Emacs use GSettings? no #5 196.9 Does Emacs use a file notification library? yes (inotify) #5 196.9 Does Emacs use access control lists? yes -lacl -lattr #5 196.9 Does Emacs use -lselinux? no #5 196.9 Does Emacs use -lgnutls? yes #5 196.9 Does Emacs use -lxml2? no #5 196.9 Does Emacs use -lfreetype? no #5 196.9 Does Emacs use HarfBuzz? no #5 196.9 Does Emacs use -lm17n-flt? no #5 196.9 Does Emacs use -lotf? no #5 196.9 Does Emacs use -lxft? no #5 196.9 Does Emacs use -lsystemd? no #5 196.9 Does Emacs use -ljansson? no #5 196.9 Does Emacs use -ltree-sitter? no #5 196.9 Does Emacs use the GMP library? yes #5 196.9 Does Emacs directly use zlib? no #5 196.9 Does Emacs have dynamic modules support? yes #5 196.9 Does Emacs use toolkit scroll bars? no #5 196.9 Does Emacs support Xwidgets? no #5 196.9 Does Emacs have threading support in lisp? yes #5 196.9 Does Emacs support the portable dumper? yes #5 196.9 Does Emacs support legacy unexec dumping? no #5 196.9 Which dumping strategy does Emacs use? pdumper #5 196.9 Does Emacs have native lisp compiler? no #5 196.9 Does Emacs use version 2 of the X Input Extension? no #5 196.9 Does Emacs generate a smaller-size Japanese dictionary? no #5 196.9 #5 196.9 #5 197.5 configure: creating ./config.status #5 197.9 config.status: creating src/verbose.mk #5 198.0 config.status: creating src/emacs-module.h #5 198.1 config.status: creating Makefile #5 198.1 config.status: creating lib/gnulib.mk #5 198.3 config.status: creating ./doc/man/emacs.1 #5 198.4 config.status: creating lib/Makefile #5 198.4 config.status: creating lib-src/Makefile #5 198.5 config.status: creating oldXMenu/Makefile #5 198.7 config.status: creating src/Makefile #5 198.8 config.status: creating lwlib/Makefile #5 198.9 config.status: creating nextstep/Makefile #5 199.0 config.status: creating nt/Makefile #5 199.2 config.status: creating doc/emacs/Makefile #5 199.4 config.status: creating doc/misc/Makefile #5 199.5 config.status: creating doc/lispintro/Makefile #5 199.7 config.status: creating doc/lispref/Makefile #5 199.8 config.status: creating lisp/Makefile #5 200.0 config.status: creating leim/Makefile #5 200.1 config.status: creating test/Makefile #5 200.2 config.status: creating test/manual/noverlay/Makefile #5 200.4 config.status: creating test/infra/Makefile #5 200.5 config.status: creating admin/charsets/Makefile #5 200.6 config.status: creating admin/unidata/Makefile #5 200.8 config.status: creating admin/grammars/Makefile #5 200.8 config.status: creating java/Makefile #5 201.0 config.status: creating cross/Makefile #5 201.1 config.status: creating java/AndroidManifest.xml #5 201.2 config.status: creating src/config.h #5 201.4 config.status: executing src/epaths.h commands #5 201.5 config.status: executing src/.gdbinit commands #5 201.6 config.status: executing doc/emacs/emacsver.texi commands #5 201.7 config.status: executing etc-refcards-emacsver.tex commands #5 201.9 configure: WARNING: This configuration installs a 'movemail' program #5 201.9 that does not retrieve POP3 email. By default, Emacs 25 and earlier #5 201.9 installed a 'movemail' program that retrieved POP3 email via only #5 201.9 insecure channels, a practice that is no longer recommended but that #5 201.9 you can continue to support by using './configure --with-pop'. #5 201.9 configure: You might want to install GNU Mailutils #5 201.9 and use './configure --with-mailutils'. #5 DONE 203.7s #4 [emacs-inotify 6/6] RUN make bootstrap #4 5.982 make actual-bootstrap || make advice-on-failure make-target=bootstrap exit-status=$? #4 5.995 make[1]: Entering directory '/checkout' #4 6.209 make bootstrap-clean #4 6.227 make[2]: Entering directory '/checkout' #4 6.441 make -C src bootstrap-clean #4 6.478 make[3]: Entering directory '/checkout/src' #4 6.481 GEN /checkout/src/lisp.mk #4 7.336 rm -f android-emacs libemacs.so #4 7.351 rm -f temacs core ./*.core \#* ./*.o build-counter.c #4 7.364 rm -f dmpstruct.h #4 7.370 rm -f emacs.pdmp #4 7.386 rm -f ../etc/DOC #4 7.398 rm -f bootstrap-emacs bootstrap-emacs.pdmp #4 7.403 rm -f emacs-30.0.50 #4 7.410 rm -f buildobj.h #4 7.422 rm -f globals.h gl-stamp #4 7.442 rm -f ./*.res ./*.tmp #4 7.448 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #4 7.457 rm -f ../etc/DOC* #4 7.476 rm -f deps/* #4 7.486 rm -f emacs-module.h epaths.h config.h config.stamp #4 7.502 if test -f ./.gdbinit; then \ #4 7.502 mv ./.gdbinit ./.gdbinit.save; \ #4 7.502 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #4 7.502 else mv ./.gdbinit.save ./.gdbinit; fi; \ #4 7.502 fi #4 7.544 make[3]: Leaving directory '/checkout/src' #4 7.544 make -C oldXMenu bootstrap-clean #4 7.564 make[3]: Entering directory '/checkout/oldXMenu' #4 7.564 rm -f libXMenu11.a ./*.o deps/* #4 7.569 rm -f Makefile #4 7.571 rm -fr deps #4 7.581 make[3]: Leaving directory '/checkout/oldXMenu' #4 7.582 make -C lwlib bootstrap-clean #4 7.593 make[3]: Entering directory '/checkout/lwlib' #4 7.594 rm -f ./*.o liblw.a \#* deps/* #4 7.609 rm -f Makefile #4 7.609 rm -fr deps #4 7.613 rm -f TAGS #4 7.620 make[3]: Leaving directory '/checkout/lwlib' #4 7.621 make -C lib bootstrap-clean #4 7.888 make[3]: Entering directory '/checkout/lib' #4 7.890 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #4 7.911 rm -f core *.stackdump alloca.h assert.h byteswap.h dirent.h errno.h execinfo.h fcntl.h getopt.h getopt-cdefs.h malloc/dynarray.gl.h malloc/dynarray-skeleton.gl.h ieee754.h inttypes.h gmp.h limits.h signal.h stdckdint.h stddef.h stdint.h stdio.h stdio.h-t1 stdio.h-t2 stdio.h-t3 stdlib.h stdlib.h-t1 stdlib.h-t2 stdlib.h-t3 string.h string.h-t1 string.h-t2 sys/random.h sys/select.h sys/stat.h sys/time.h sys/types.h time.h unistd.h unistd.h-t1 unistd.h-t2 unistd.h-t3 unistd.h-t4 #4 7.922 rm -f Makefile Makefile.android #4 7.930 rm -fr deps #4 7.949 make[3]: Leaving directory '/checkout/lib' #4 7.952 make -C lib-src bootstrap-clean #4 7.985 make[3]: Entering directory '/checkout/lib-src' #4 7.985 rm -f core ./*.o ./*.res #4 7.997 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #4 8.014 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #4 8.025 rm -f TAGS Makefile blessmail Makefile.android #4 8.033 make[3]: Leaving directory '/checkout/lib-src' #4 8.034 make -C nt bootstrap-clean #4 8.053 make[3]: Entering directory '/checkout/nt' #4 8.053 rm -f core *.o *.res #4 8.063 rm -f runemacs addpm cmdproxy ddeclient #4 8.066 rm -f TAGS Makefile *.rc #4 8.071 true #4 8.079 make[3]: Leaving directory '/checkout/nt' #4 8.081 make -C doc/emacs bootstrap-clean #4 8.093 make[3]: Entering directory '/checkout/doc/emacs' #4 8.097 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #4 8.097 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #4 8.119 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #4 8.129 rm -f Makefile #4 8.135 rm -f \ #4 8.135 ./../../info/emacs.info \ #4 8.135 ./../../info/emacs.info-[1-9] \ #4 8.135 ./../../info/emacs.info-[1-9][0-9] #4 8.141 rm -f ./emacsver.texi TAGS #4 8.153 make[3]: Leaving directory '/checkout/doc/emacs' #4 8.155 make -C doc/misc bootstrap-clean #4 8.173 make[3]: Entering directory '/checkout/doc/misc' #4 8.174 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #4 8.174 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #4 8.174 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #4 8.184 rm -f gnustmp* #4 8.188 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #4 8.201 rm -f Makefile #4 8.218 for file in auth autotype bovine calc ccmode cl dbus dired-x ebrowse ede ediff edt efaq eglot eieio emacs-gnutls emacs-mime epa erc ert eshell eudc eww flymake forms gnus htmlfontify idlwave ido info.info mairix-el message mh-e modus-themes newsticker nxml-mode octave-mode org pcl-cvs pgg rcirc reftex remember sasl sc semantic ses sieve smtpmail speedbar srecode todo-mode tramp transient url use-package vhdl-mode vip viper vtable widget wisent woman efaq-w32; do \ #4 8.218 file=`echo ${file} | sed 's/\.info$//'`.info; \ #4 8.218 rm -f \ #4 8.218 ./../../info/${file} \ #4 8.218 ./../../info/${file}-[1-9] \ #4 8.218 ./../../info/${file}-[1-9][0-9]; \ #4 8.218 done #4 9.399 rm -f ./modus-themes.texi ./org.texi #4 9.417 rm -f TAGS #4 9.429 make[3]: Leaving directory '/checkout/doc/misc' #4 9.434 make -C doc/lispref bootstrap-clean #4 9.459 make[3]: Entering directory '/checkout/doc/lispref' #4 9.461 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #4 9.461 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #4 9.473 rm -f elisp[12]* vol[12].tmp #4 9.489 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #4 9.502 rm -f vol[12].dvi vol[12].pdf vol[12].ps #4 9.515 rm -f Makefile #4 9.533 rm -f \ #4 9.533 ./../../info/elisp.info \ #4 9.533 ./../../info/elisp.info-[1-9] \ #4 9.533 ./../../info/elisp.info-[1-9][0-9] #4 9.540 rm -f TAGS #4 9.567 make[3]: Leaving directory '/checkout/doc/lispref' #4 9.569 make -C doc/lispintro bootstrap-clean #4 9.600 make[3]: Entering directory '/checkout/doc/lispintro' #4 9.605 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #4 9.605 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #4 9.619 rm -f emacs-lisp-intro.dvi eintr.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #4 9.630 rm -f Makefile #4 9.644 rm -f \ #4 9.644 ./../../info/eintr.info \ #4 9.644 ./../../info/eintr.info-[1-9] #4 9.670 rm -f TAGS #4 9.676 make[3]: Leaving directory '/checkout/doc/lispintro' #4 9.677 make -C test bootstrap-clean #4 9.690 make[3]: Entering directory '/checkout/test' #4 9.846 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #4 9.916 find . '(' -name '*.xml' -a ! -path '*resources*' ')' -delete #4 9.949 rm -f ./lisp/gnus/mml-sec-resources/random_seed #4 9.956 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #4 9.956 src/emacs-module-resources/*.dll gmp.h #4 9.967 find . -name '*.elc' -delete #4 10.01 make[3]: Leaving directory '/checkout/test' #4 10.01 make -C java bootstrap-clean #4 10.26 make[3]: Entering directory '/checkout/java' #4 10.26 rm -f *.apk emacs.apk-in *.dex *.unaligned *.class *.idsig #4 10.27 rm -rf install-temp ./org/gnu/emacs/R.java TAGS #4 10.29 find . -name '*.class' -delete #4 10.30 rm -f Makefile ndk-build.mk #4 10.31 make[3]: Leaving directory '/checkout/java' #4 10.31 make -C cross bootstrap-clean #4 10.33 make[3]: Entering directory '/checkout/cross' #4 10.33 for dir in src lib-src lib etc; do \ #4 10.33 find $dir -type f -delete; \ #4 10.33 done #4 10.37 rm -rf lib/config.h lib-src/config.h #4 10.37 if test -f ndk-build/Makefile; then \ #4 10.37 make -C ndk-build clean; \ #4 10.37 fi #4 10.38 for dir in src lib-src lib etc; do \ #4 10.38 find $dir -type l -delete; \ #4 10.38 done #4 10.40 rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile #4 10.40 rm -rf ndk-build/ndk-build.mk Makefile #4 10.41 make[3]: Leaving directory '/checkout/cross' #4 10.41 make -C nextstep bootstrap-clean #4 10.42 make[3]: Entering directory '/checkout/nextstep' #4 10.42 rm -rf #4 10.42 rm -f Makefile #4 10.44 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #4 10.44 GNUstep/Emacs.base/Resources/Emacs.desktop \ #4 10.44 Cocoa/Emacs.base/Contents/Info.plist \ #4 10.44 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #4 10.44 make[3]: Leaving directory '/checkout/nextstep' #4 10.45 make -C admin/charsets bootstrap-clean #4 10.46 make[3]: Entering directory '/checkout/admin/charsets' #4 10.46 make[3]: Nothing to be done for 'bootstrap-clean'. #4 10.46 make[3]: Leaving directory '/checkout/admin/charsets' #4 10.46 make -C admin/unidata bootstrap-clean #4 10.48 make[3]: Entering directory '/checkout/admin/unidata' #4 10.52 rm -f ./*.elc unidata.txt #4 10.53 make[3]: Leaving directory '/checkout/admin/unidata' #4 10.53 make -C leim bootstrap-clean #4 10.54 make[3]: Entering directory '/checkout/leim' #4 10.54 rm -f ./../lisp/leim/quail/CCDOSPY.el ./../lisp/leim/quail/Punct.el ./../lisp/leim/quail/QJ.el ./../lisp/leim/quail/SW.el ./../lisp/leim/quail/TONEPY.el ./../lisp/leim/quail/4Corner.el ./../lisp/leim/quail/ARRAY30.el ./../lisp/leim/quail/ECDICT.el ./../lisp/leim/quail/ETZY.el ./../lisp/leim/quail/Punct-b5.el ./../lisp/leim/quail/PY-b5.el ./../lisp/leim/quail/QJ-b5.el ./../lisp/leim/quail/ZOZY.el ./../lisp/leim/quail/tsang-b5.el ./../lisp/leim/quail/quick-b5.el ./../lisp/leim/quail/tsang-cns.el ./../lisp/leim/quail/quick-cns.el ./../lisp/leim/quail/PY.el ./../lisp/leim/quail/ZIRANMA.el ./../lisp/leim/quail/CTLau.el ./../lisp/leim/quail/CTLau-b5.el ./../lisp/language/pinyin.el ./../lisp/leim/leim-list.el #4 10.55 make[3]: Leaving directory '/checkout/leim' #4 10.55 make -C lisp bootstrap-clean #4 10.57 make[3]: Entering directory '/checkout/lisp' #4 10.64 find . -name '*.elc' -delete #4 10.66 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #4 10.67 make[3]: Leaving directory '/checkout/lisp' #4 10.67 make -C admin/grammars bootstrap-clean #4 10.68 make[3]: Entering directory '/checkout/admin/grammars' #4 10.68 make[3]: Nothing to be done for 'bootstrap-clean'. #4 10.68 make[3]: Leaving directory '/checkout/admin/grammars' #4 10.68 [ ! -f config.log ] || mv -f config.log config.log~ #4 10.85 rm -rf ./info #4 10.86 rm -f ./etc/refcards/emacsver.tex #4 10.86 rm -rf native-lisp/ lisp/leim/ja-dic/ #4 10.87 rm -fr autom4te.cache config.cache #4 10.88 rm -f config.log ./doc/man/emacs.1 #4 10.89 make[2]: Leaving directory '/checkout' #4 10.89 cd . && ./autogen.sh autoconf #4 10.91 Checking whether you have the necessary tools... #4 10.91 (Read INSTALL.REPO for more details on building Emacs) #4 10.92 Checking for autoconf (need at least version 2.65) ... ok #4 11.02 Your system has the required tools. #4 11.38 Running 'autoreconf -fi -I m4' ... #4 33.36 Building 'aclocal.m4' in exec ... #4 33.36 Running 'autoreconf -fi' in exec ... #4 38.69 You can now run './autogen.sh git'. #4 38.69 make MAKEFILE_NAME=force-Makefile force-Makefile #4 38.70 make[2]: Entering directory '/checkout' #4 38.71 make[2]: *** No rule to make target 'echo-sources'. Stop. #4 38.84 if [ -x ./config.status ]; then \ #4 38.84 ./config.status --recheck; \ #4 38.84 else \ #4 38.84 ./configure --cache-file=/dev/null; \ #4 38.84 fi #4 38.99 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --no-create --no-recursion #4 39.38 checking for xcrun... no #4 39.39 checking for GNU Make... make #4 39.44 checking build system type... x86_64-pc-linux-gnu #4 39.77 checking host system type... x86_64-pc-linux-gnu #4 39.82 checking for gcc... gcc #4 39.96 checking whether the C compiler works... yes #4 40.14 checking for C compiler default output file name... a.out #4 40.14 checking for suffix of executables... #4 40.32 checking whether we are cross compiling... no #4 40.50 checking for suffix of object files... o #4 40.59 checking whether we are using the GNU C compiler... yes #4 40.70 checking whether gcc accepts -g... yes #4 40.83 checking for gcc option to enable C11 features... none needed #4 41.11 checking whether the compiler is clang... no #4 41.21 checking for compiler option needed when checking for declarations... none #4 41.21 checking whether gcc and cc understand -c and -o together... yes #4 41.78 checking how to run the C preprocessor... gcc -E #4 42.14 checking for grep that handles long lines and -e... /bin/grep #4 42.18 checking for egrep... /bin/grep -E #4 42.25 checking for ANSI C header files... yes #4 42.88 checking for sys/types.h... yes #4 43.04 checking for sys/stat.h... yes #4 43.25 checking for stdlib.h... yes #4 43.51 checking for string.h... yes #4 43.70 checking for memory.h... yes #4 43.93 checking for strings.h... yes #4 44.16 checking for inttypes.h... yes #4 44.44 checking for stdint.h... yes #4 44.69 checking for unistd.h... yes #4 44.95 checking for wchar.h... yes #4 45.21 checking for minix/config.h... no #4 45.43 checking for linux/fs.h... yes #4 45.77 checking for malloc.h... yes #4 46.04 checking for sys/systeminfo.h... no #4 46.20 checking for sys/sysinfo.h... yes #4 46.43 checking for coff.h... no #4 46.65 checking for pty.h... yes #4 46.90 checking for sys/resource.h... yes #4 47.12 checking for sys/utsname.h... yes #4 47.39 checking for pwd.h... yes #4 47.68 checking for util.h... no #4 47.94 checking for sanitizer/lsan_interface.h... yes #4 48.19 checking for sanitizer/asan_interface.h... yes #4 48.44 checking for sanitizer/common_interface_defs.h... yes #4 48.66 checking for sys/socket.h... yes #4 49.01 checking for stdlib.h... (cached) yes #4 49.05 checking for unistd.h... (cached) yes #4 49.11 checking for sys/param.h... yes #4 49.38 checking for pthread.h... yes #4 49.74 checking for malloc/malloc.h... no #4 49.96 checking for sys/un.h... yes #4 50.23 checking for utmp.h... yes #4 50.45 checking for utmpx.h... yes #4 50.75 checking for OS.h... no #4 50.94 checking for dirent.h... yes #4 51.19 checking for execinfo.h... yes #4 51.43 checking for linux/xattr.h... yes #4 51.67 checking for stdio_ext.h... yes #4 51.91 checking for sys/vfs.h... yes #4 52.14 checking for sys/fs_types.h... no #4 52.33 checking for getopt.h... yes #4 52.73 checking for sys/cdefs.h... yes #4 52.89 checking for sys/time.h... yes #4 53.11 checking for ieee754.h... yes #4 53.32 checking for limits.h... yes #4 53.54 checking for inttypes.h... (cached) yes #4 53.57 checking for sys/types.h... (cached) yes #4 53.63 checking for stdint.h... (cached) yes #4 53.68 checking for sys/select.h... yes #4 54.01 checking for stdbool.h... yes #4 54.25 checking for stdckdint.h... no #4 54.48 checking for sys/random.h... yes #4 54.78 checking for sys/stat.h... (cached) yes #4 54.83 checking whether it is safe to define __EXTENSIONS__... yes #4 55.06 checking whether _XOPEN_SOURCE should be defined... no #4 55.18 checking for Minix Amsterdam compiler... no #4 55.25 checking for ar... ar #4 55.25 checking for ranlib... ranlib #4 55.27 checking for gcc option to enable large file support... none needed #4 55.62 checking for gcc option for timestamps after 2038... none needed #4 55.78 checking for g++... g++ #4 55.94 checking whether we are using the GNU C++ compiler... yes #4 56.13 checking whether g++ accepts -g... yes #4 56.26 checking for g++ option to enable C++11 features... none needed #4 90.62 checking how to run the C++ preprocessor... g++ -E #4 91.14 checking whether gcc accepts -g3 -O2... yes #4 91.54 checking whether the compiler is clang... no #4 91.66 checking whether C compiler handles -Werror -Wunknown-warning-option... no #4 91.84 checking whether -Wno-missing-field-initializers is needed... yes #4 92.05 checking whether -Wuninitialized is supported... yes #4 92.26 checking whether C compiler handles -fstrict-flex-arrays... no #4 92.39 checking whether C compiler handles -Wall... yes #4 92.57 checking whether C compiler handles -Warith-conversion... yes #4 92.78 checking whether C compiler handles -Wdate-time... yes #4 93.16 checking whether C compiler handles -Wdisabled-optimization... yes #4 93.47 checking whether C compiler handles -Wdouble-promotion... yes #4 93.73 checking whether C compiler handles -Wduplicated-cond... yes #4 93.95 checking whether C compiler handles -Wextra... yes #4 94.18 checking whether C compiler handles -Wformat-signedness... yes #4 94.47 checking whether C compiler handles -Winit-self... yes #4 94.77 checking whether C compiler handles -Winvalid-pch... yes #4 94.96 checking whether C compiler handles -Wlogical-op... yes #4 95.27 checking whether C compiler handles -Wmissing-declarations... yes #4 95.57 checking whether C compiler handles -Wmissing-include-dirs... yes #4 95.80 checking whether C compiler handles -Wmissing-prototypes... yes #4 96.05 checking whether C compiler handles -Wnested-externs... yes #4 96.26 checking whether C compiler handles -Wnull-dereference... yes #4 96.44 checking whether C compiler handles -Wold-style-definition... yes #4 96.76 checking whether C compiler handles -Wopenmp-simd... yes #4 97.03 checking whether C compiler handles -Wpacked... yes #4 97.39 checking whether C compiler handles -Wpointer-arith... yes #4 97.64 checking whether C compiler handles -Wstrict-flex-arrays... no #4 97.76 checking whether C compiler handles -Wstrict-prototypes... yes #4 97.96 checking whether C compiler handles -Wsuggest-attribute=format... yes #4 98.14 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #4 98.35 checking whether C compiler handles -Wsuggest-final-methods... yes #4 98.58 checking whether C compiler handles -Wsuggest-final-types... yes #4 98.77 checking whether C compiler handles -Wtrampolines... yes #4 99.04 checking whether C compiler handles -Wuninitialized... yes #4 99.32 checking whether C compiler handles -Wunknown-pragmas... yes #4 99.52 checking whether C compiler handles -Wunused-macros... yes #4 99.76 checking whether C compiler handles -Wvariadic-macros... yes #4 100.0 checking whether C compiler handles -Wvector-operation-performance... yes #4 100.2 checking whether C compiler handles -Wwrite-strings... yes #4 100.4 checking whether C compiler handles -Warray-bounds=2... yes #4 100.6 checking whether C compiler handles -Wattribute-alias=2... yes #4 100.9 checking whether C compiler handles -Wformat=2... yes #4 101.1 checking whether C compiler handles -Wformat-truncation=2... yes #4 101.3 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #4 101.5 checking whether C compiler handles -Wshift-overflow=2... yes #4 101.7 checking whether C compiler handles -Wuse-after-free=3... no #4 101.8 checking whether C compiler handles -Wvla-larger-than=4031... yes #4 102.1 checking whether C compiler handles -Wno-missing-field-initializers... yes #4 102.5 checking whether C compiler handles -Wredundant-decls... yes #4 102.8 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #4 102.8 checking whether C compiler handles -Wno-override-init... yes #4 103.0 checking whether C compiler handles -Wno-sign-compare... yes #4 103.3 checking whether C compiler handles -Wno-type-limits... yes #4 103.6 checking whether C compiler handles -Wno-unused-parameter... yes #4 103.7 checking whether C compiler handles -Wno-format-nonliteral... yes #4 104.1 checking whether C compiler handles -Wno-bidi-chars... no #4 104.2 checking for a BSD-compatible install... /usr/bin/install -c #4 104.2 checking command to symlink files in the same directory... ln -s #4 104.2 checking for install-info... : #4 104.2 checking for gzip... /bin/gzip #4 104.2 checking for 'find' args to delete a file... -delete #4 104.3 checking for brew... no #4 105.4 checking for -znocombreloc... not needed #4 105.4 checking whether addresses are sanitized... no #4 105.5 checking for math library... -lm #4 106.5 checking for struct passwd.pw_gecos... yes #4 106.7 checking for pkg-config... /usr/bin/pkg-config #4 106.7 checking pkg-config is at least version 0.9.0... yes #4 106.7 checking for machine/soundcard.h... no #4 106.8 checking for sys/soundcard.h... yes #4 107.0 checking for soundcard.h... no #4 107.2 checking for mmsystem.h... no #4 107.3 checking for _oss_ioctl in -lossaudio... no #4 107.4 checking for alsa >= 1.0.0... no #4 107.5 checking for ADDR_NO_RANDOMIZE... yes #4 107.7 checking if Linux sysinfo may be used... yes #4 108.2 checking for sys/wait.h that is POSIX.1 compatible... yes #4 108.4 checking for net/if.h... yes #4 108.8 checking for ifaddrs.h... yes #4 109.0 checking for net/if_dl.h... no #4 109.3 checking for struct ifreq.ifr_flags... yes #4 109.6 checking for struct ifreq.ifr_hwaddr... yes #4 110.2 checking for struct ifreq.ifr_netmask... yes #4 110.7 checking for struct ifreq.ifr_broadaddr... yes #4 111.2 checking for struct ifreq.ifr_addr... yes #4 111.8 checking for struct ifreq.ifr_addr.sa_len... no #4 112.2 checking whether gcc understands -MMD -MF... yes #4 112.4 checking for X... no #4 112.7 checking for X... false #4 112.7 checking whether malloc is Doug Lea style... no #4 112.9 checking for sbrk... yes #4 113.3 checking for __lsan_ignore_object... no #4 113.7 checking for fchmod... yes #4 114.0 checking for utmpname... yes #4 114.4 checking for utmpxname... yes #4 114.7 checking for canonicalize_file_name... yes #4 115.0 checking for realpath... yes #4 115.2 checking for lstat... yes #4 115.7 checking for fchmodat... yes #4 116.2 checking for lchmod... no #4 116.3 checking for fcntl... yes #4 117.0 checking for fdopendir... yes #4 117.5 checking for listxattr... yes #4 117.8 checking for fstatat... yes #4 118.2 checking for fsync... yes #4 118.6 checking for gettimeofday... yes #4 118.9 checking for memset_s... no #4 119.4 checking for pselect... yes #4 119.6 checking for readlink... yes #4 119.8 checking for isblank... yes #4 120.2 checking for iswctype... yes #4 120.7 checking for strtoimax... yes #4 121.0 checking for symlink... yes #4 121.3 checking for localtime_r... yes #4 121.6 checking for getdtablesize... yes #4 121.9 checking for getpagesize... yes #4 122.2 checking for working mmap... yes #4 122.9 checking for main in -lXbsd... no #4 123.2 checking for pthread library... -lpthread #4 123.7 checking for thread support... yes #4 123.7 checking for sqlite3_open_v2 in -lsqlite3... no #4 124.0 checking for getaddrinfo_a in -lanl... yes #4 124.3 checking for malloc_trim... yes #4 124.6 checking for dbus-1 >= 1.0... yes #4 124.7 checking for dbus_watch_get_unix_fd... yes #4 125.2 checking for dbus_type_is_valid... yes #4 125.5 checking for dbus_validate_bus_name... yes #4 126.0 checking for dbus_validate_path... yes #4 126.3 checking for dbus_validate_interface... yes #4 126.7 checking for dbus_validate_member... yes #4 127.2 checking for lgetfilecon in -lselinux... no #4 127.4 checking for gnutls >= 2.12.2... yes #4 127.5 checking for libsystemd >= 222... no #4 127.5 checking for jansson >= 2.7... no #4 127.6 checking for tree-sitter >= 0.20.2... no #4 127.7 checking for tree-sitter >= 0.6.3... no #4 127.7 checking sys/inotify.h usability... yes #4 128.0 checking sys/inotify.h presence... yes #4 128.1 checking for sys/inotify.h... yes #4 128.1 checking for inotify_init... yes #4 128.4 checking for inotify_init1... yes #4 128.9 checking for lcms2... no #4 128.9 checking for library containing inflateEnd... no #4 129.4 checking for dladdr... yes #4 129.7 checking for dlfunc... no #4 130.1 checking for gcc_jit_context_acquire in -lgccjit... configure: WARNING: Elisp native compiler can't be enabled as libgccjit was not #4 130.3 found. #4 130.3 Please try installing libgccjit or a similar package if you want to have it #4 130.3 enabled. #4 130.3 no #4 130.3 checking libgccjit.h usability... no #4 130.5 checking libgccjit.h presence... no #4 130.6 checking for libgccjit.h... no #4 130.6 configure: WARNING: Elisp native compiler can't be enabled as libgccjit header files #4 130.6 were not found. #4 130.6 Please try installing libgccjit-dev or a similar package if you want to have it #4 130.6 enabled. #4 130.6 checking gpm.h usability... no #4 130.8 checking gpm.h presence... no #4 130.9 checking for gpm.h... no #4 130.9 checking for libxml-2.0 > 2.6.17... no #4 131.0 checking for maillock in -lmail... no #4 131.2 checking for maillock in -llockfile... no #4 131.3 checking for liblockfile.so... no #4 131.3 checking maillock.h usability... no #4 131.5 checking maillock.h presence... no #4 131.5 checking for maillock.h... no #4 131.5 checking linux/seccomp.h usability... yes #4 131.7 checking linux/seccomp.h presence... yes #4 131.8 checking for linux/seccomp.h... yes #4 131.8 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #4 132.0 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #4 132.2 checking linux/filter.h usability... yes #4 132.4 checking linux/filter.h presence... yes #4 132.5 checking for linux/filter.h... yes #4 132.5 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #4 132.6 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #4 132.6 checking for libseccomp >= 2.5.2... no #4 132.6 checking size of long... 8 #4 133.0 checking for accept4... yes #4 133.2 checking for fchdir... yes #4 133.5 checking for gethostname... yes #4 133.7 checking for getrusage... yes #4 134.0 checking for get_current_dir_name... yes #4 134.2 checking for lrand48... yes #4 134.4 checking for random... yes #4 134.6 checking for rint... yes #4 134.8 checking for tcdrain... yes #4 135.0 checking for trunc... yes #4 135.3 checking for select... yes #4 135.5 checking for getpagesize... (cached) yes #4 135.5 checking for setlocale... yes #4 135.7 checking for newlocale... yes #4 135.9 checking for getrlimit... yes #4 136.2 checking for setrlimit... yes #4 136.4 checking for shutdown... yes #4 136.6 checking for pthread_sigmask... (cached) yes #4 136.6 checking for strsignal... yes #4 136.8 checking for setitimer... yes #4 137.1 checking for sendto... yes #4 137.4 checking for recvfrom... yes #4 137.7 checking for getsockname... yes #4 138.0 checking for getifaddrs... yes #4 138.3 checking for freeifaddrs... yes #4 138.6 checking for gai_strerror... yes #4 138.9 checking for sync... yes #4 139.3 checking for endpwent... yes #4 139.6 checking for getgrent... yes #4 139.9 checking for endgrent... yes #4 140.2 checking for cfmakeraw... yes #4 140.6 checking for cfsetspeed... yes #4 141.0 checking for __executable_start... yes #4 141.3 checking for log2... yes #4 141.8 checking for pthread_setname_np... yes #4 142.1 checking for pthread_set_name_np... no #4 142.3 checking for getpwent... yes #4 142.6 checking for renameat2... yes #4 142.9 checking whether pthread_setname_np takes a single argument... no #4 143.0 checking whether pthread_setname_np takes three arguments... no #4 143.1 checking for aligned_alloc... yes #4 143.5 checking whether aligned_alloc is declared... yes #4 143.7 checking for posix_madvise... yes #4 144.1 checking for madvise... yes #4 144.4 checking for __builtin_frame_address... yes #4 144.6 checking for __builtin_unwind_init... yes #4 144.9 checking for _LARGEFILE_SOURCE value needed for large files... no #4 145.3 checking for grantpt... yes #4 145.6 checking for getpt... yes #4 145.9 checking for posix_openpt... yes #4 146.3 checking for library containing tputs... -ltinfo #4 146.8 checking whether -ltinfo library defines BC... yes #4 147.1 checking for timerfd interface... yes #4 147.3 checking whether signals can be handled on alternate stack... yes #4 147.5 checking valgrind/valgrind.h usability... no #4 147.7 checking valgrind/valgrind.h presence... no #4 147.8 checking for valgrind/valgrind.h... no #4 147.8 checking for struct unipair.unicode... yes #4 148.0 checking for pid_t... yes #4 148.5 checking vfork.h usability... no #4 148.6 checking vfork.h presence... no #4 148.6 checking for vfork.h... no #4 148.7 checking for fork... yes #4 149.0 checking for vfork... yes #4 149.3 checking for working fork... yes #4 149.8 checking for working vfork... (cached) yes #4 149.8 checking for snprintf... yes #4 150.1 checking for open_memstream... yes #4 150.4 checking spawn.h usability... yes #4 150.6 checking spawn.h presence... yes #4 150.6 checking for spawn.h... yes #4 150.7 checking for posix_spawn... yes #4 151.0 checking for posix_spawn_file_actions_addchdir... no #4 151.3 checking for posix_spawn_file_actions_addchdir_np... yes #4 151.7 checking for posix_spawnattr_setflags... yes #4 151.9 checking whether POSIX_SPAWN_SETSID is declared... yes #4 152.1 checking whether GLib is linked in... no #4 152.2 checking for nl_langinfo and CODESET... yes #4 152.4 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #4 152.7 checking for mbstate_t... yes #4 153.0 checking for signals via characters... yes #4 153.3 checking for _setjmp... yes #4 153.5 checking for sigsetjmp... yes #4 153.9 checking POSIX termios... yes #4 154.3 checking size of speed_t... 4 #4 154.7 checking for usable FIONREAD... yes #4 154.9 checking for usable SIGIO... yes #4 155.1 checking for struct alignment... yes #4 155.3 checking for C/C++ restrict keyword... __restrict__ #4 155.4 checking for typeof syntax and keyword spelling... typeof #4 155.5 checking for statement expressions... yes #4 155.7 checking whether malloc (0) returns nonnull... yes #4 156.0 checking sys/acl.h usability... yes #4 156.3 checking sys/acl.h presence... yes #4 156.4 checking for sys/acl.h... yes #4 156.4 checking for library containing acl_get_file... -lacl #4 157.1 checking for acl_get_file... yes #4 157.4 checking for acl_get_fd... yes #4 157.8 checking for acl_set_file... yes #4 158.1 checking for acl_set_fd... yes #4 158.4 checking for acl_free... yes #4 158.7 checking for acl_from_mode... yes #4 159.1 checking for acl_from_text... yes #4 159.5 checking for acl_delete_def_file... yes #4 159.9 checking for acl_extended_file... yes #4 160.3 checking for acl_delete_fd_np... no #4 160.6 checking for acl_delete_file_np... no #4 160.9 checking for acl_copy_ext_native... no #4 161.2 checking for acl_create_entry_np... no #4 161.5 checking for acl_to_short_text... no #4 161.8 checking for acl_free_text... no #4 162.1 checking for working acl_get_file... yes #4 162.4 checking acl/libacl.h usability... yes #4 162.7 checking acl/libacl.h presence... yes #4 162.8 checking for acl/libacl.h... yes #4 162.8 checking for acl_entries... yes #4 163.2 checking for ACL_FIRST_ENTRY... yes #4 163.4 checking for ACL_TYPE_EXTENDED... no #4 163.5 checking for working alloca.h... yes #4 163.8 checking for alloca... yes #4 164.0 checking for a thread-safe mkdir -p... /bin/mkdir -p #4 164.0 checking whether the preprocessor supports include_next... yes #4 164.2 checking whether source code line length is unlimited... yes #4 164.3 checking whether endutent is declared... yes #4 164.5 checking for struct utmpx.ut_user... yes #4 164.7 checking for struct utmp.ut_user... yes #4 165.1 checking for struct utmpx.ut_name... yes #4 165.4 checking for struct utmp.ut_name... yes #4 165.7 checking for struct utmpx.ut_type... yes #4 166.1 checking for struct utmp.ut_type... yes #4 166.4 checking for struct utmpx.ut_pid... yes #4 166.7 checking for struct utmp.ut_pid... yes #4 166.9 checking for struct utmp.ut_tv... yes #4 167.4 checking for struct utmpx.ut_host... yes #4 167.6 checking for struct utmp.ut_host... yes #4 167.9 checking for struct utmpx.ut_id... yes #4 168.2 checking for struct utmp.ut_id... yes #4 168.5 checking for struct utmpx.ut_session... yes #4 168.8 checking for struct utmp.ut_session... yes #4 169.0 checking for struct utmpx.ut_exit... yes #4 169.6 checking for struct utmp.ut_exit... yes #4 170.0 checking for struct utmpx.ut_exit.ut_exit... no #4 170.5 checking for struct utmpx.ut_exit.e_exit... yes #4 170.8 checking for struct utmp.ut_exit.e_exit... yes #4 171.1 checking for struct utmpx.ut_exit.ut_termination... no #4 171.4 checking for struct utmpx.ut_exit.e_termination... yes #4 171.7 checking for struct utmp.ut_exit.e_termination... yes #4 172.1 checking whether sysinfo is declared... yes #4 172.3 checking for sys/sysctl.h... yes #4 172.5 checking for sysctl... yes #4 172.9 checking whether lstat correctly handles trailing slash... yes #4 173.3 checking whether // is distinct from /... no #4 173.4 checking whether realpath works... yes #4 173.8 checking for faccessat... yes #4 174.1 checking for getcwd... yes #4 174.3 checking whether byte ordering is bigendian... no #4 174.8 checking if environ is properly declared... yes #4 175.0 checking for complete errno.h... yes #4 175.1 checking whether ctype.h defines __header_inline... no #4 175.2 checking for mode_t... yes #4 175.9 checking whether strmode is declared... no #4 176.2 checking whether getline is declared... yes #4 176.6 checking for gawk... no #4 176.6 checking for mawk... mawk #4 176.6 checking for getopt.h... (cached) yes #4 176.6 checking for getopt_long_only... yes #4 177.0 checking whether getopt is POSIX compatible... yes #4 178.2 checking for working GNU getopt function... yes #4 178.6 checking for working GNU getopt_long function... yes #4 179.0 checking whether timespec_get is declared... yes #4 179.2 checking for timespec_get... yes #4 179.5 checking for struct timeval... yes #4 179.7 checking for wide-enough struct timeval.tv_sec member... yes #4 179.9 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #4 180.1 checking whether the compiler produces multi-arch binaries... no #4 180.2 checking whether stdint.h conforms to C99... yes #4 180.9 checking whether stdint.h works without ISO C predefines... yes #4 181.0 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #4 181.3 checking whether memmem is declared... yes #4 181.7 checking whether memrchr is declared... yes #4 182.0 checking whether defines MIN and MAX... no #4 182.1 checking whether defines MIN and MAX... yes #4 182.4 checking whether time_t is signed... yes #4 182.6 checking whether alarm is declared... yes #4 182.9 checking for working mktime... no #4 183.6 checking whether struct tm is in sys/time.h or time.h... time.h #4 183.8 checking for struct tm.tm_zone... yes #4 184.0 checking for struct tm.tm_gmtoff... yes #4 184.3 checking whether is self-contained... yes #4 184.8 checking for inline... inline #4 184.9 checking for sigset_t... yes #4 185.3 checking for volatile sig_atomic_t... yes #4 185.7 checking for sighandler_t... yes #4 186.1 checking for wchar_t... yes #4 186.2 checking for good max_align_t... yes #4 186.4 checking whether NULL can be used in arbitrary expressions... yes #4 186.6 checking for unreachable... no #4 187.0 checking whether fcloseall is declared... yes #4 187.3 checking whether getw is declared... yes #4 187.6 checking whether putw is declared... yes #4 187.9 checking which flavor of printf attribute matches inttypes macros... system #4 188.2 checking whether strnlen is declared... yes #4 188.6 checking whether strtoimax is declared... yes #4 188.9 checking whether stat file-mode macros are broken... no #4 189.1 checking for nlink_t... yes #4 189.5 checking for struct timespec in ... yes #4 189.7 checking for TIME_UTC in ... yes #4 189.9 checking whether execvpe is declared... yes #4 190.2 checking whether clearerr_unlocked is declared... yes #4 190.6 checking whether feof_unlocked is declared... yes #4 190.9 checking whether ferror_unlocked is declared... yes #4 191.3 checking whether fflush_unlocked is declared... yes #4 191.6 checking whether fgets_unlocked is declared... yes #4 191.9 checking whether fputc_unlocked is declared... yes #4 192.3 checking whether fputs_unlocked is declared... yes #4 192.6 checking whether fread_unlocked is declared... yes #4 192.9 checking whether fwrite_unlocked is declared... yes #4 193.2 checking whether getc_unlocked is declared... yes #4 193.5 checking whether getchar_unlocked is declared... yes #4 193.8 checking whether putc_unlocked is declared... yes #4 194.1 checking whether putchar_unlocked is declared... yes #4 194.4 checking type of array argument to getgroups... gid_t #4 195.0 checking whether getdelim is declared... yes #4 195.3 checking whether getdtablesize is declared... yes #4 195.6 checking whether malloc is ptrdiff_t safe... yes #4 195.8 checking whether malloc, realloc, calloc set errno on failure... yes #4 195.8 checking for O_CLOEXEC... yes #4 195.9 checking for promoted mode_t type... mode_t #4 196.0 checking whether the utimes function works... yes #4 196.5 checking for C compiler option to allow warnings... -Wno-error #4 196.7 checking for alignas and alignof... yes, macros #4 196.9 checking for alloca as a compiler built-in... yes #4 197.0 checking for static_assert... yes, an macro #4 197.3 checking for __builtin_expect... yes #4 197.6 checking byteswap.h usability... yes #4 197.9 checking byteswap.h presence... yes #4 197.9 checking for byteswap.h... yes #4 198.0 checking for readlinkat... yes #4 198.2 checking for library containing clock_gettime... none required #4 198.4 checking for clock_getres... yes #4 198.8 checking for clock_gettime... yes #4 199.2 checking for clock_settime... yes #4 199.5 checking for copy_file_range... yes #4 199.8 checking for d_type member in directory struct... yes #4 200.1 checking whether // is distinct from /... (cached) no #4 200.1 checking whether dup2 works... yes #4 200.5 checking for library containing backtrace_symbols_fd... none required #4 200.8 checking for faccessat... (cached) yes #4 200.8 checking whether fchmodat works... no #4 201.4 checking for readlinkat... (cached) yes #4 201.4 checking whether fcntl handles F_DUPFD correctly... yes #4 201.7 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #4 202.0 checking whether fdopendir is declared... yes #4 202.3 checking whether fdopendir works... yes #4 202.5 checking for flexible array member... yes #4 202.7 checking for __fpending... yes #4 203.0 checking whether __fpending is declared... yes #4 203.2 checking whether free is known to preserve errno... no #4 203.4 checking whether fstatat (..., 0) works... yes #4 203.7 checking for sys/mount.h... yes #4 204.0 checking for statvfs function (SVR4)... yes #4 204.3 checking whether to use statvfs64... no #4 204.5 checking for two-argument statfs with statfs.f_frsize member... yes #4 204.9 checking sys/fs/s5param.h usability... no #4 205.1 checking sys/fs/s5param.h presence... no #4 205.2 checking for sys/fs/s5param.h... no #4 205.2 checking sys/statfs.h usability... yes #4 205.5 checking sys/statfs.h presence... yes #4 205.6 checking for sys/statfs.h... yes #4 205.6 checking for statfs that truncates block counts... no #4 205.7 checking for futimens... yes #4 206.1 checking whether futimens works... yes #4 207.4 checking for getline... yes #4 207.7 checking for working getline function... yes #4 208.1 checking for getloadavg... yes #4 208.4 checking sys/loadavg.h usability... no #4 208.6 checking sys/loadavg.h presence... no #4 208.6 checking for sys/loadavg.h... no #4 208.7 checking whether getloadavg is declared... yes #4 209.0 checking for getrandom... yes #4 209.2 checking whether getrandom is compatible with its GNU+BSD signature... yes #4 209.4 checking for gettimeofday with POSIX signature... yes #4 209.5 checking whether the compiler supports the __inline keyword... yes #4 209.7 checking gmp.h usability... yes #4 210.1 checking gmp.h presence... yes #4 210.2 checking for gmp.h... yes #4 210.2 checking for library containing __gmpz_roinit_n... -lgmp #4 210.6 checking for memmem... yes #4 210.9 checking whether memmem works... yes #4 211.1 checking for mempcpy... yes #4 211.5 checking for memrchr... yes #4 211.7 checking for memset_explicit... no #4 212.0 checking for explicit_memset... no #4 212.4 checking for mkostemp... yes #4 212.7 checking for library containing nanosleep... none required #4 213.0 checking for working nanosleep... no (mishandles large arguments) #4 214.4 checking for sys/pstat.h... no #4 214.6 checking for sys/sysmp.h... no #4 214.8 checking for sys/param.h... (cached) yes #4 214.8 checking for sys/sysctl.h... (cached) yes #4 214.9 checking for sched_getaffinity_np... no #4 215.2 checking for pstat_getdynamic... no #4 215.6 checking for sysmp... no #4 216.0 checking for sysctl... (cached) yes #4 216.0 checking for sched_getaffinity... yes #4 216.4 checking for glibc compatible sched_getaffinity... yes #4 216.6 checking for pipe2... yes #4 216.9 checking whether signature of pselect conforms to POSIX... yes #4 217.3 checking whether pselect detects invalid fds... yes #4 217.7 checking whether pthread_sigmask is a macro... no #4 217.9 checking whether pthread_sigmask returns error numbers... yes #4 218.2 checking whether pthread_sigmask unblocks signals correctly... guessing yes #4 220.6 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #4 221.2 checking whether readlink signature is correct... yes #4 221.4 checking whether readlink handles trailing slash correctly... yes #4 221.8 checking whether readlink truncates results correctly... yes #4 222.1 checking for readlinkat... (cached) yes #4 222.1 checking whether readlinkat signature is correct... yes #4 222.3 checking for working re_compile_pattern... no #4 222.9 checking libintl.h usability... yes #4 223.1 checking libintl.h presence... yes #4 223.2 checking for libintl.h... yes #4 223.2 checking whether isblank is declared... yes #4 223.4 checking for sig2str... no #4 223.7 checking for sigdescr_np... no #4 223.9 checking for socklen_t... yes #4 224.1 checking for ssize_t... yes #4 224.3 checking for struct stat.st_atim.tv_nsec... yes #4 224.4 checking whether struct stat.st_atim is of type struct timespec... yes #4 224.6 checking for struct stat.st_birthtimespec.tv_nsec... no #4 224.9 checking for struct stat.st_birthtimensec... no #4 225.2 checking for struct stat.st_birthtim.tv_nsec... no #4 225.5 checking for bool, true, false... no #4 225.6 checking for stpcpy... yes #4 226.1 checking for working strnlen...