Running with gitlab-runner 16.9.1 (782c6ecb)  on emba-docker-runner 2oEDrUT7, system ID: s_d7b5974cddbd section_start:1710374621: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:1710374628:prepare_executor section_start:1710374628:prepare_script Preparing environment Running on runner-2oedrut7-project-1-concurrent-2 via emba.gnu.org... section_end:1710374633:prepare_script section_start:1710374633: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 d95f2a88 as detached HEAD (ref is master)... Skipping Git submodules setup section_end:1710374661:get_sources section_start:1710374661: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: 10 Running: 5 Paused: 0 Stopped: 5 Images: 9 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: io.containerd.runc.v2 runc 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 $ 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: You're not using the default seccomp profile WARNING: No kernel memory limit support WARNING: No oom kill disable support WARNING! Using --password via the CLI is insecure. Use --password-stdin. Login Succeeded $ docker build --pull --target ${target} -t ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} -f test/infra/Dockerfile.emba . WARNING! Your password will be stored unencrypted in /.docker-config-d95f2a882d5f0587a8e02c5be6f0fd005d4a6a43/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store #1 [internal] load build definition from Dockerfile.emba #1 DONE 0.0s #2 [internal] load .dockerignore #2 ... #1 [internal] load build definition from Dockerfile.emba #1 ... #2 [internal] load .dockerignore #2 transferring context: 2B 0.1s done #2 DONE 18.1s #1 [internal] load build definition from Dockerfile.emba #1 transferring dockerfile: 6.47kB 0.2s done #1 DONE 19.1s #3 [internal] load metadata for docker.io/library/debian:bullseye #3 DONE 1.2s #12 [emacs-base 1/2] FROM docker.io/library/debian:bullseye@sha256:5a87974e7... #12 DONE 0.0s #9 [internal] load build context #9 transferring context: 33B #9 transferring context: 6.86MB 5.0s #9 transferring context: 30.72MB 10.2s #9 transferring context: 49.32MB 15.3s #9 transferring context: 63.18MB 20.5s #9 transferring context: 90.55MB 25.6s #9 transferring context: 110.75MB 30.7s #9 transferring context: 124.78MB 35.8s #9 transferring context: 143.25MB 40.9s #9 transferring context: 169.48MB 46.1s #9 transferring context: 190.02MB 51.3s #9 transferring context: 210.48MB 56.4s #9 transferring context: 244.13MB 60.4s done #9 DONE 68.3s #11 [emacs-base 2/2] RUN apt-get update && apt-get install -y --no-insta... #11 CACHED #10 [emacs-native-comp 1/1] RUN apt-get update && apt-get install -y --n... #10 CACHED #8 [emacs-native-comp-speed2 1/5] COPY . /checkout #8 DONE 64.1s #7 [emacs-native-comp-speed2 2/5] WORKDIR /checkout #7 DONE 0.3s #6 [emacs-native-comp-speed2 3/5] RUN ./autogen.sh autoconf #6 1.288 Checking whether you have the necessary tools... #6 1.288 (Read INSTALL.REPO for more details on building Emacs) #6 1.304 Checking for autoconf (need at least version 2.65) ... ok #6 1.411 Your system has the required tools. #6 1.470 Building aclocal.m4 ... #6 1.474 Running 'autoreconf -fi -I m4' ... #6 31.05 Building 'aclocal.m4' in exec ... #6 31.05 Running 'autoreconf -fi' in exec ... #6 38.80 You can now run './autogen.sh git'. #6 DONE 41.8s #5 [emacs-native-comp-speed2 4/5] RUN ./configure --with-native-compilation #5 12.90 checking for xcrun... no #5 12.90 checking for GNU Make... make #5 12.95 checking build system type... x86_64-pc-linux-gnu #5 13.30 checking host system type... x86_64-pc-linux-gnu #5 13.34 checking for gcc... gcc #5 13.48 checking whether the C compiler works... yes #5 13.72 checking for C compiler default output file name... a.out #5 13.72 checking for suffix of executables... #5 13.93 checking whether we are cross compiling... no #5 14.10 checking for suffix of object files... o #5 14.25 checking whether we are using the GNU C compiler... yes #5 14.38 checking whether gcc accepts -g... yes #5 14.54 checking for gcc option to enable C11 features... none needed #5 14.84 checking whether the compiler is clang... no #5 14.95 checking for compiler option needed when checking for declarations... none #5 14.95 checking whether gcc and cc understand -c and -o together... yes #5 15.61 checking how to run the C preprocessor... gcc -E #5 15.93 checking for grep that handles long lines and -e... /bin/grep #5 15.94 checking for egrep... /bin/grep -E #5 15.96 checking for ANSI C header files... yes #5 16.84 checking for sys/types.h... yes #5 16.98 checking for sys/stat.h... yes #5 17.19 checking for stdlib.h... yes #5 17.48 checking for string.h... yes #5 17.72 checking for memory.h... yes #5 18.05 checking for strings.h... yes #5 18.38 checking for inttypes.h... yes #5 18.52 checking for stdint.h... yes #5 18.71 checking for unistd.h... yes #5 19.04 checking for wchar.h... yes #5 19.40 checking for minix/config.h... no #5 19.72 checking for linux/fs.h... yes #5 20.05 checking for malloc.h... yes #5 20.36 checking for sys/systeminfo.h... no #5 20.60 checking for sys/sysinfo.h... yes #5 20.88 checking for coff.h... no #5 21.14 checking for pty.h... yes #5 21.44 checking for sys/resource.h... yes #5 21.77 checking for sys/utsname.h... yes #5 22.14 checking for pwd.h... yes #5 22.48 checking for util.h... no #5 22.86 checking for sanitizer/lsan_interface.h... yes #5 23.18 checking for sanitizer/asan_interface.h... yes #5 23.51 checking for sanitizer/common_interface_defs.h... yes #5 23.81 checking for sys/socket.h... yes #5 24.12 checking for stdlib.h... (cached) yes #5 24.15 checking for unistd.h... (cached) yes #5 24.19 checking for sys/param.h... yes #5 24.45 checking for pthread.h... yes #5 24.73 checking for malloc/malloc.h... no #5 25.17 checking for sys/un.h... yes #5 25.55 checking for utmp.h... yes #5 25.97 checking for utmpx.h... yes #5 26.18 checking for OS.h... no #5 26.38 checking for dirent.h... yes #5 26.77 checking for execinfo.h... yes #5 27.16 checking for linux/xattr.h... yes #5 27.42 checking for stdio_ext.h... yes #5 27.80 checking for sys/vfs.h... yes #5 28.12 checking for sys/fs_types.h... no #5 28.33 checking for getopt.h... yes #5 28.62 checking for sys/cdefs.h... yes #5 28.92 checking for sys/time.h... yes #5 29.22 checking for ieee754.h... yes #5 29.47 checking for limits.h... yes #5 29.72 checking for inttypes.h... (cached) yes #5 29.78 checking for sys/types.h... (cached) yes #5 29.86 checking for stdint.h... (cached) yes #5 29.96 checking for sys/select.h... yes #5 30.41 checking for stdbool.h... yes #5 30.73 checking for stdckdint.h... no #5 31.01 checking for sys/random.h... yes #5 31.37 checking for sys/stat.h... (cached) yes #5 31.40 checking whether it is safe to define __EXTENSIONS__... yes #5 31.61 checking whether _XOPEN_SOURCE should be defined... no #5 31.84 checking for Minix Amsterdam compiler... no #5 31.89 checking for ar... ar #5 31.89 checking for ranlib... ranlib #5 31.90 checking for gcc option to enable large file support... none needed #5 32.24 checking for gcc option for timestamps after 2038... none needed #5 32.41 checking for g++... g++ #5 32.62 checking whether we are using the GNU C++ compiler... yes #5 32.81 checking whether g++ accepts -g... yes #5 32.97 checking for g++ option to enable C++11 features... none needed #5 71.04 checking how to run the C++ preprocessor... g++ -E #5 71.61 checking whether gcc accepts -g3 -O2... yes #5 71.88 checking whether the compiler is clang... no #5 72.08 checking whether C compiler handles -Werror -Wunknown-warning-option... no #5 72.22 checking whether -Wno-missing-field-initializers is needed... yes #5 72.53 checking whether -Wuninitialized is supported... yes #5 72.74 checking whether C compiler handles -fstrict-flex-arrays... no #5 72.93 checking whether C compiler handles -Wall... yes #5 73.22 checking whether C compiler handles -Warith-conversion... yes #5 73.57 checking whether C compiler handles -Wdate-time... yes #5 73.88 checking whether C compiler handles -Wdisabled-optimization... yes #5 74.24 checking whether C compiler handles -Wdouble-promotion... yes #5 74.61 checking whether C compiler handles -Wduplicated-cond... yes #5 74.85 checking whether C compiler handles -Wextra... yes #5 75.14 checking whether C compiler handles -Wformat-signedness... yes #5 75.80 checking whether C compiler handles -Winit-self... yes #5 76.10 checking whether C compiler handles -Winvalid-pch... yes #5 76.45 checking whether C compiler handles -Wlogical-op... yes #5 76.82 checking whether C compiler handles -Wmissing-declarations... yes #5 76.98 checking whether C compiler handles -Wmissing-include-dirs... yes #5 77.46 checking whether C compiler handles -Wmissing-prototypes... yes #5 77.95 checking whether C compiler handles -Wnested-externs... yes #5 78.46 checking whether C compiler handles -Wnull-dereference... yes #5 78.71 checking whether C compiler handles -Wold-style-definition... yes #5 79.08 checking whether C compiler handles -Wopenmp-simd... yes #5 79.52 checking whether C compiler handles -Wpacked... yes #5 79.90 checking whether C compiler handles -Wpointer-arith... yes #5 80.20 checking whether C compiler handles -Wstrict-flex-arrays... no #5 80.34 checking whether C compiler handles -Wstrict-prototypes... yes #5 80.77 checking whether C compiler handles -Wsuggest-attribute=format... yes #5 81.03 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #5 81.35 checking whether C compiler handles -Wsuggest-final-methods... yes #5 81.65 checking whether C compiler handles -Wsuggest-final-types... yes #5 82.04 checking whether C compiler handles -Wtrampolines... yes #5 82.48 checking whether C compiler handles -Wuninitialized... yes #5 82.73 checking whether C compiler handles -Wunknown-pragmas... yes #5 82.98 checking whether C compiler handles -Wunused-macros... yes #5 83.42 checking whether C compiler handles -Wvariadic-macros... yes #5 83.87 checking whether C compiler handles -Wvector-operation-performance... yes #5 84.10 checking whether C compiler handles -Wwrite-strings... yes #5 84.45 checking whether C compiler handles -Warray-bounds=2... yes #5 84.87 checking whether C compiler handles -Wattribute-alias=2... yes #5 85.24 checking whether C compiler handles -Wformat=2... yes #5 85.60 checking whether C compiler handles -Wformat-truncation=2... yes #5 86.24 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #5 86.79 checking whether C compiler handles -Wshift-overflow=2... yes #5 87.32 checking whether C compiler handles -Wuse-after-free=3... no #5 87.47 checking whether C compiler handles -Wvla-larger-than=4031... yes #5 87.85 checking whether C compiler handles -Wno-missing-field-initializers... yes #5 88.26 checking whether C compiler handles -Wredundant-decls... yes #5 88.60 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #5 88.60 checking whether C compiler handles -Wno-override-init... yes #5 89.04 checking whether C compiler handles -Wno-sign-compare... yes #5 89.32 checking whether C compiler handles -Wno-type-limits... yes #5 89.77 checking whether C compiler handles -Wno-unused-parameter... yes #5 90.05 checking whether C compiler handles -Wno-format-nonliteral... yes #5 90.28 checking whether C compiler handles -Wno-bidi-chars... no #5 90.39 checking for a BSD-compatible install... /usr/bin/install -c #5 90.46 checking command to symlink files in the same directory... ln -s #5 90.49 checking for install-info... : #5 90.49 checking for gzip... /bin/gzip #5 90.50 checking for 'find' args to delete a file... -delete #5 90.53 checking for brew... no #5 91.40 checking for -znocombreloc... not needed #5 91.40 checking whether addresses are sanitized... no #5 91.57 checking for math library... -lm #5 93.12 checking for struct passwd.pw_gecos... yes #5 93.38 checking for pkg-config... /usr/bin/pkg-config #5 93.39 checking pkg-config is at least version 0.9.0... yes #5 93.44 checking for machine/soundcard.h... no #5 93.62 checking for sys/soundcard.h... yes #5 93.94 checking for soundcard.h... no #5 94.20 checking for mmsystem.h... no #5 94.42 checking for _oss_ioctl in -lossaudio... no #5 94.73 checking for alsa >= 1.0.0... no #5 94.78 checking for ADDR_NO_RANDOMIZE... yes #5 95.05 checking if Linux sysinfo may be used... yes #5 95.86 checking for sys/wait.h that is POSIX.1 compatible... yes #5 96.31 checking for net/if.h... yes #5 96.82 checking for ifaddrs.h... yes #5 97.17 checking for net/if_dl.h... no #5 97.59 checking for struct ifreq.ifr_flags... yes #5 98.15 checking for struct ifreq.ifr_hwaddr... yes #5 98.97 checking for struct ifreq.ifr_netmask... yes #5 99.84 checking for struct ifreq.ifr_broadaddr... yes #5 100.4 checking for struct ifreq.ifr_addr... yes #5 101.1 checking for struct ifreq.ifr_addr.sa_len... no #5 101.8 checking whether gcc understands -MMD -MF... yes #5 102.0 checking for X... no #5 102.4 checking for X... false #5 102.4 checking whether malloc is Doug Lea style... no #5 102.6 checking for sbrk... yes #5 103.0 checking for __lsan_ignore_object... no #5 103.4 checking for fchmod... yes #5 103.8 checking for utmpname... yes #5 104.2 checking for utmpxname... yes #5 104.6 checking for canonicalize_file_name... yes #5 105.0 checking for realpath... yes #5 105.5 checking for lstat... yes #5 105.9 checking for fchmodat... yes #5 106.2 checking for lchmod... no #5 106.4 checking for fcntl... yes #5 106.8 checking for fdopendir... yes #5 107.1 checking for listxattr... yes #5 107.5 checking for fstatat... yes #5 107.8 checking for fsync... yes #5 108.4 checking for gettimeofday... yes #5 109.7 checking for memset_s... no #5 110.2 checking for pselect... yes #5 110.6 checking for readlink... yes #5 111.1 checking for isblank... yes #5 111.7 checking for iswctype... yes #5 112.1 checking for strtoimax... yes #5 112.6 checking for symlink... yes #5 113.0 checking for localtime_r... yes #5 113.5 checking for getdtablesize... yes #5 113.8 checking for getpagesize... yes #5 114.2 checking for working mmap... yes #5 114.8 checking for main in -lXbsd... no #5 115.0 checking for pthread library... -lpthread #5 115.8 checking for thread support... yes #5 115.8 checking for sqlite3_open_v2 in -lsqlite3... no #5 116.1 checking for getaddrinfo_a in -lanl... yes #5 116.4 checking for malloc_trim... yes #5 116.7 checking for dbus-1 >= 1.0... yes #5 116.8 checking for dbus_watch_get_unix_fd... yes #5 117.4 checking for dbus_type_is_valid... yes #5 118.0 checking for dbus_validate_bus_name... yes #5 118.6 checking for dbus_validate_path... yes #5 119.2 checking for dbus_validate_interface... yes #5 119.6 checking for dbus_validate_member... yes #5 120.1 checking for lgetfilecon in -lselinux... no #5 120.4 checking for gnutls >= 2.12.2... yes #5 120.6 checking for libsystemd >= 222... no #5 120.7 checking for jansson >= 2.7... no #5 120.8 checking for tree-sitter >= 0.20.2... no #5 120.8 checking for tree-sitter >= 0.6.3... no #5 120.9 checking sys/inotify.h usability... yes #5 121.3 checking sys/inotify.h presence... yes #5 121.3 checking for sys/inotify.h... yes #5 121.4 checking for inotify_init... yes #5 121.8 checking for inotify_init1... yes #5 122.5 checking for lcms2... no #5 122.5 checking for library containing inflateEnd... -lz #5 123.3 checking for dladdr... yes #5 123.7 checking for dlfunc... no #5 124.1 checking for gcc_jit_context_acquire in -lgccjit... yes #5 124.6 checking libgccjit.h usability... yes #5 125.0 checking libgccjit.h presence... yes #5 125.1 checking for libgccjit.h... yes #5 126.8 checking gpm.h usability... no #5 127.2 checking gpm.h presence... no #5 127.3 checking for gpm.h... no #5 127.3 checking for libxml-2.0 > 2.6.17... no #5 127.4 checking for maillock in -lmail... no #5 127.6 checking for maillock in -llockfile... no #5 127.9 checking for liblockfile.so... no #5 127.9 checking maillock.h usability... no #5 128.2 checking maillock.h presence... no #5 128.3 checking for maillock.h... no #5 128.4 checking linux/seccomp.h usability... yes #5 128.7 checking linux/seccomp.h presence... yes #5 128.8 checking for linux/seccomp.h... yes #5 128.8 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #5 129.1 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #5 129.4 checking linux/filter.h usability... yes #5 129.6 checking linux/filter.h presence... yes #5 129.7 checking for linux/filter.h... yes #5 129.8 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #5 129.8 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #5 129.8 checking for libseccomp >= 2.5.2... no #5 129.9 checking size of long... 8 #5 130.4 checking for accept4... yes #5 130.8 checking for fchdir... yes #5 131.3 checking for gethostname... yes #5 131.7 checking for getrusage... yes #5 132.2 checking for get_current_dir_name... yes #5 132.5 checking for lrand48... yes #5 132.9 checking for random... yes #5 133.4 checking for rint... yes #5 133.9 checking for tcdrain... yes #5 134.4 checking for trunc... yes #5 134.9 checking for select... yes #5 135.4 checking for getpagesize... (cached) yes #5 135.4 checking for setlocale... yes #5 135.8 checking for newlocale... yes #5 136.5 checking for getrlimit... yes #5 136.9 checking for setrlimit... yes #5 137.4 checking for shutdown... yes #5 137.8 checking for pthread_sigmask... (cached) yes #5 137.9 checking for strsignal... yes #5 138.4 checking for setitimer... yes #5 138.8 checking for sendto... yes #5 139.2 checking for recvfrom... yes #5 139.7 checking for getsockname... yes #5 140.1 checking for getifaddrs... yes #5 140.4 checking for freeifaddrs... yes #5 140.9 checking for gai_strerror... yes #5 141.4 checking for sync... yes #5 141.9 checking for endpwent... yes #5 142.4 checking for getgrent... yes #5 142.8 checking for endgrent... yes #5 143.3 checking for cfmakeraw... yes #5 143.8 checking for cfsetspeed... yes #5 144.2 checking for __executable_start... yes #5 144.7 checking for log2... yes #5 145.2 checking for pthread_setname_np... yes #5 145.6 checking for pthread_set_name_np... no #5 146.0 checking for getpwent... yes #5 146.4 checking for renameat2... yes #5 146.7 checking whether pthread_setname_np takes a single argument... no #5 146.9 checking whether pthread_setname_np takes three arguments... no #5 147.1 checking for aligned_alloc... yes #5 147.6 checking whether aligned_alloc is declared... yes #5 147.9 checking for posix_madvise... yes #5 148.4 checking for madvise... yes #5 148.8 checking for __builtin_frame_address... yes #5 149.1 checking for __builtin_unwind_init... yes #5 149.5 checking for _LARGEFILE_SOURCE value needed for large files... no #5 149.9 checking for grantpt... yes #5 150.3 checking for getpt... yes #5 150.8 checking for posix_openpt... yes #5 151.1 checking for library containing tputs... -ltinfo #5 151.8 checking whether -ltinfo library defines BC... yes #5 152.2 checking for timerfd interface... yes #5 152.5 checking whether signals can be handled on alternate stack... yes #5 152.9 checking valgrind/valgrind.h usability... no #5 153.2 checking valgrind/valgrind.h presence... no #5 153.4 checking for valgrind/valgrind.h... no #5 153.4 checking for struct unipair.unicode... yes #5 153.7 checking for pid_t... yes #5 154.3 checking vfork.h usability... no #5 154.6 checking vfork.h presence... no #5 154.7 checking for vfork.h... no #5 154.7 checking for fork... yes #5 155.3 checking for vfork... yes #5 155.6 checking for working fork... yes #5 156.0 checking for working vfork... (cached) yes #5 156.0 checking for snprintf... yes #5 156.8 checking for open_memstream... yes #5 157.1 checking spawn.h usability... yes #5 157.4 checking spawn.h presence... yes #5 157.5 checking for spawn.h... yes #5 157.6 checking for posix_spawn... yes #5 157.9 checking for posix_spawn_file_actions_addchdir... no #5 158.2 checking for posix_spawn_file_actions_addchdir_np... yes #5 158.6 checking for posix_spawnattr_setflags... yes #5 159.0 checking whether POSIX_SPAWN_SETSID is declared... yes #5 159.2 checking whether GLib is linked in... no #5 159.3 checking for nl_langinfo and CODESET... yes #5 159.6 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #5 159.9 checking for mbstate_t... yes #5 160.3 checking for signals via characters... yes #5 160.5 checking for _setjmp... yes #5 160.7 checking for sigsetjmp... yes #5 161.0 checking POSIX termios... yes #5 161.4 checking size of speed_t... 4 #5 161.9 checking for usable FIONREAD... yes #5 162.2 checking for usable SIGIO... yes #5 162.6 checking for struct alignment... yes #5 162.7 checking for C/C++ restrict keyword... __restrict__ #5 162.8 checking for typeof syntax and keyword spelling... typeof #5 163.0 checking for statement expressions... yes #5 163.2 checking whether malloc (0) returns nonnull... yes #5 163.5 checking sys/acl.h usability... yes #5 163.9 checking sys/acl.h presence... yes #5 164.0 checking for sys/acl.h... yes #5 164.0 checking for library containing acl_get_file... -lacl #5 164.8 checking for acl_get_file... yes #5 165.2 checking for acl_get_fd... yes #5 165.6 checking for acl_set_file... yes #5 166.0 checking for acl_set_fd... yes #5 166.4 checking for acl_free... yes #5 166.8 checking for acl_from_mode... yes #5 167.3 checking for acl_from_text... yes #5 167.8 checking for acl_delete_def_file... yes #5 168.2 checking for acl_extended_file... yes #5 168.6 checking for acl_delete_fd_np... no #5 169.0 checking for acl_delete_file_np... no #5 169.4 checking for acl_copy_ext_native... no #5 169.6 checking for acl_create_entry_np... no #5 170.0 checking for acl_to_short_text... no #5 172.0 checking for acl_free_text... no #5 172.4 checking for working acl_get_file... yes #5 172.7 checking acl/libacl.h usability... yes #5 173.1 checking acl/libacl.h presence... yes #5 173.2 checking for acl/libacl.h... yes #5 173.2 checking for acl_entries... yes #5 173.5 checking for ACL_FIRST_ENTRY... yes #5 173.7 checking for ACL_TYPE_EXTENDED... no #5 173.9 checking for working alloca.h... yes #5 174.1 checking for alloca... yes #5 174.4 checking for a thread-safe mkdir -p... /bin/mkdir -p #5 174.4 checking whether the preprocessor supports include_next... yes #5 174.7 checking whether source code line length is unlimited... yes #5 174.9 checking whether endutent is declared... yes #5 175.1 checking for struct utmpx.ut_user... yes #5 175.5 checking for struct utmp.ut_user... yes #5 175.8 checking for struct utmpx.ut_name... yes #5 176.2 checking for struct utmp.ut_name... yes #5 176.5 checking for struct utmpx.ut_type... yes #5 176.9 checking for struct utmp.ut_type... yes #5 177.3 checking for struct utmpx.ut_pid... yes #5 177.6 checking for struct utmp.ut_pid... yes #5 177.9 checking for struct utmp.ut_tv... yes #5 178.6 checking for struct utmpx.ut_host... yes #5 179.2 checking for struct utmp.ut_host... yes #5 179.5 checking for struct utmpx.ut_id... yes #5 179.9 checking for struct utmp.ut_id... yes #5 180.3 checking for struct utmpx.ut_session... yes #5 180.7 checking for struct utmp.ut_session... yes #5 181.0 checking for struct utmpx.ut_exit... yes #5 181.6 checking for struct utmp.ut_exit... yes #5 182.2 checking for struct utmpx.ut_exit.ut_exit... no #5 182.9 checking for struct utmpx.ut_exit.e_exit... yes #5 183.1 checking for struct utmp.ut_exit.e_exit... yes #5 183.4 checking for struct utmpx.ut_exit.ut_termination... no #5 183.9 checking for struct utmpx.ut_exit.e_termination... yes #5 184.1 checking for struct utmp.ut_exit.e_termination... yes #5 184.4 checking whether sysinfo is declared... yes #5 184.6 checking for sys/sysctl.h... yes #5 185.2 checking for sysctl... yes #5 185.6 checking whether lstat correctly handles trailing slash... yes #5 186.2 checking whether // is distinct from /... no #5 186.2 checking whether realpath works... yes #5 186.8 checking for faccessat... yes #5 187.2 checking for getcwd... yes #5 187.6 checking whether byte ordering is bigendian... no #5 188.3 checking if environ is properly declared... yes #5 188.5 checking for complete errno.h... yes #5 188.7 checking whether ctype.h defines __header_inline... no #5 188.9 checking for mode_t... yes #5 189.7 checking whether strmode is declared... no #5 190.1 checking whether getline is declared... yes #5 190.3 checking for gawk... no #5 190.3 checking for mawk... mawk #5 190.3 checking for getopt.h... (cached) yes #5 190.3 checking for getopt_long_only... yes #5 190.7 checking whether getopt is POSIX compatible... yes #5 192.1 checking for working GNU getopt function... yes #5 192.5 checking for working GNU getopt_long function... yes #5 192.8 checking whether timespec_get is declared... yes #5 193.0 checking for timespec_get... yes #5 193.2 checking for struct timeval... yes #5 193.3 checking for wide-enough struct timeval.tv_sec member... yes #5 193.6 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #5 193.7 checking whether the compiler produces multi-arch binaries... no #5 193.8 checking whether stdint.h conforms to C99... yes #5 194.4 checking whether stdint.h works without ISO C predefines... yes #5 194.8 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #5 195.2 checking whether memmem is declared... yes #5 195.6 checking whether memrchr is declared... yes #5 195.9 checking whether defines MIN and MAX... no #5 196.1 checking whether defines MIN and MAX... yes #5 196.4 checking whether time_t is signed... yes #5 196.8 checking whether alarm is declared... yes #5 197.2 checking for working mktime... no #5 198.1 checking whether struct tm is in sys/time.h or time.h... time.h #5 198.3 checking for struct tm.tm_zone... yes #5 198.7 checking for struct tm.tm_gmtoff... yes #5 198.8 checking whether is self-contained... yes #5 199.4 checking for inline... inline #5 199.6 checking for sigset_t... yes #5 200.1 checking for volatile sig_atomic_t... yes #5 200.5 checking for sighandler_t... yes #5 201.0 checking for wchar_t... yes #5 201.3 checking for good max_align_t... yes #5 201.5 checking whether NULL can be used in arbitrary expressions... yes #5 201.7 checking for unreachable... no #5 202.1 checking whether fcloseall is declared... yes #5 202.5 checking whether getw is declared... yes #5 202.8 checking whether putw is declared... yes #5 203.0 checking which flavor of printf attribute matches inttypes macros... system #5 203.3 checking whether strnlen is declared... yes #5 203.7 checking whether strtoimax is declared... yes #5 204.0 checking whether stat file-mode macros are broken... no #5 204.2 checking for nlink_t... yes #5 205.1 checking for struct timespec in ... yes #5 205.3 checking for TIME_UTC in ... yes #5 205.5 checking whether execvpe is declared... yes #5 206.0 checking whether clearerr_unlocked is declared... yes #5 206.4 checking whether feof_unlocked is declared... yes #5 206.7 checking whether ferror_unlocked is declared... yes #5 207.2 checking whether fflush_unlocked is declared... yes #5 207.6 checking whether fgets_unlocked is declared... yes #5 208.0 checking whether fputc_unlocked is declared... yes #5 208.3 checking whether fputs_unlocked is declared... yes #5 208.8 checking whether fread_unlocked is declared... yes #5 209.3 checking whether fwrite_unlocked is declared... yes #5 209.9 checking whether getc_unlocked is declared... yes #5 210.5 checking whether getchar_unlocked is declared... yes #5 210.8 checking whether putc_unlocked is declared... yes #5 211.1 checking whether putchar_unlocked is declared... yes #5 211.5 checking type of array argument to getgroups... gid_t #5 211.8 checking whether getdelim is declared... yes #5 212.1 checking whether getdtablesize is declared... yes #5 212.4 checking whether malloc is ptrdiff_t safe... yes #5 212.6 checking whether malloc, realloc, calloc set errno on failure... yes #5 212.6 checking for O_CLOEXEC... yes #5 212.7 checking for promoted mode_t type... mode_t #5 212.9 checking whether the utimes function works... yes #5 213.6 checking for C compiler option to allow warnings... -Wno-error #5 214.0 checking for alignas and alignof... yes, macros #5 214.5 checking for alloca as a compiler built-in... yes #5 214.6 checking for static_assert... yes, an macro #5 215.0 checking for __builtin_expect... yes #5 215.2 checking byteswap.h usability... yes #5 215.6 checking byteswap.h presence... yes #5 215.7 checking for byteswap.h... yes #5 215.7 checking for readlinkat... yes #5 216.1 checking for library containing clock_gettime... none required #5 216.4 checking for clock_getres... yes #5 216.7 checking for clock_gettime... yes #5 217.1 checking for clock_settime... yes #5 217.6 checking for copy_file_range... yes #5 217.9 checking for d_type member in directory struct... yes #5 218.4 checking whether // is distinct from /... (cached) no #5 218.4 checking whether dup2 works... yes #5 218.9 checking for library containing backtrace_symbols_fd... none required #5 219.3 checking for faccessat... (cached) yes #5 219.3 checking whether fchmodat works... no #5 219.9 checking for readlinkat... (cached) yes #5 219.9 checking whether fcntl handles F_DUPFD correctly... yes #5 220.3 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #5 221.0 checking whether fdopendir is declared... yes #5 221.3 checking whether fdopendir works... yes #5 221.7 checking for flexible array member... yes #5 221.9 checking for __fpending... yes #5 222.4 checking whether __fpending is declared... yes #5 222.7 checking whether free is known to preserve errno... no #5 222.9 checking whether fstatat (..., 0) works... yes #5 223.4 checking for sys/mount.h... yes #5 223.8 checking for statvfs function (SVR4)... yes #5 224.2 checking whether to use statvfs64... no #5 224.3 checking for two-argument statfs with statfs.f_frsize member... yes #5 224.9 checking sys/fs/s5param.h usability... no #5 225.2 checking sys/fs/s5param.h presence... no #5 225.4 checking for sys/fs/s5param.h... no #5 225.4 checking sys/statfs.h usability... yes #5 225.7 checking sys/statfs.h presence... yes #5 225.8 checking for sys/statfs.h... yes #5 225.8 checking for statfs that truncates block counts... no #5 226.0 checking for futimens... yes #5 226.4 checking whether futimens works... yes #5 227.9 checking for getline... yes #5 228.2 checking for working getline function... yes #5 228.7 checking for getloadavg... yes #5 229.1 checking sys/loadavg.h usability... no #5 229.4 checking sys/loadavg.h presence... no #5 229.6 checking for sys/loadavg.h... no #5 229.6 checking whether getloadavg is declared... yes #5 229.9 checking for getrandom... yes #5 230.3 checking whether getrandom is compatible with its GNU+BSD signature... yes #5 230.5 checking for gettimeofday with POSIX signature... yes #5 230.8 checking whether the compiler supports the __inline keyword... yes #5 231.2 checking gmp.h usability... yes #5 231.6 checking gmp.h presence... yes #5 231.7 checking for gmp.h... yes #5 231.8 checking for library containing __gmpz_roinit_n... -lgmp #5 232.5 checking for memmem... yes #5 232.8 checking whether memmem works... yes #5 233.1 checking for mempcpy... yes #5 233.5 checking for memrchr... yes #5 233.8 checking for memset_explicit... no #5 234.3 checking for explicit_memset... no #5 234.7 checking for mkostemp... yes #5 235.1 checking for library containing nanosleep... none required #5 235.5 checking for working nanosleep... no (mishandles large arguments) #5 237.1 checking for sys/pstat.h... no #5 237.3 checking for sys/sysmp.h... no #5 237.6 checking for sys/param.h... (cached) yes #5 237.6 checking for sys/sysctl.h... (cached) yes #5 237.7 checking for sched_getaffinity_np... no #5 238.1 checking for pstat_getdynamic... no #5 238.6 checking for sysmp... no #5 239.0 checking for sysctl... (cached) yes #5 239.1 checking for sched_getaffinity... yes #5 239.4 checking for glibc compatible sched_getaffinity... yes #5 239.6 checking for pipe2... yes #5 240.0 checking whether signature of pselect conforms to POSIX... yes #5 240.4 checking whether pselect detects invalid fds... yes #5 240.9 checking whether pthread_sigmask is a macro... no #5 241.0 checking whether pthread_sigmask returns error numbers... yes #5 241.4 checking whether pthread_sigmask unblocks signals correctly... guessing yes #5 244.0 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #5 244.6 checking whether readlink signature is correct... yes #5 244.8 checking whether readlink handles trailing slash correctly... yes #5 245.1 checking whether readlink truncates results correctly... yes #5 245.4 checking for readlinkat... (cached) yes #5 245.4 checking whether readlinkat signature is correct... yes #5 245.5 checking for working re_compile_pattern... no #5 246.1 checking libintl.h usability... yes #5 246.4 checking libintl.h presence... yes #5 246.5 checking for libintl.h... yes #5 246.5 checking whether isblank is declared... yes #5 246.7 checking for sig2str... no #5 247.2 checking for sigdescr_np... no #5 247.5 checking for socklen_t... yes #5 247.9 checking for ssize_t... yes #5 248.2 checking for struct stat.st_atim.tv_nsec... yes #5 248.4 checking whether struct stat.st_atim is of type struct timespec... yes #5 248.6 checking for struct stat.st_birthtimespec.tv_nsec... no #5 249.0 checking for struct stat.st_birthtimensec... no #5 249.4 checking for struct stat.st_birthtim.tv_nsec... no #5 249.7 checking for bool, true, false... no #5 249.8 checking for stpcpy... yes #5 250.1 checking for working strnlen... yes #5 250.7 checking whether strtoimax works... yes #5 251.1 checking whether symlink handles trailing slash correctly... yes #5 251.5 checking whether localtime_r is declared... yes #5 251.7 checking whether localtime_r is compatible with its POSIX signature... yes #5 251.9 checking whether localtime works even near extrema... yes #5 252.3 checking for timezone_t... no #5 252.4 checking for timegm... yes #5 252.8 checking whether timer_settime is declared... yes #5 253.1 checking for library containing timer_settime... -lrt #5 254.0 checking for timer_settime... yes #5 254.3 checking for utimensat... yes #5 254.7 checking whether utimensat works... yes #5 256.2 checking for variable-length arrays... yes #5 256.5 checking whether getdtablesize works... yes #5 256.8 checking for __mktime_internal... no #5 257.1 checking for timer_getoverrun... yes #5 257.5 checking for gcc option to disable position independent executables... not needed #5 257.5 checking for __ctype_get_mb_cur_max... yes #5 257.7 checking whether MB_CUR_MAX is defined to function that won't link... no #5 257.9 #5 257.9 Configured for 'x86_64-pc-linux-gnu'. #5 257.9 #5 257.9 Where should the build process find the source code? . #5 257.9 What compiler should emacs be built with? gcc -g3 -O2 #5 257.9 Should Emacs use the GNU version of malloc? no #5 257.9 (The GNU allocators don't work with this system configuration.) #5 257.9 Should Emacs use a relocating allocator for buffers? no #5 257.9 Should Emacs use mmap(2) for buffer allocation? no #5 257.9 What window system should Emacs use? none #5 257.9 What toolkit should Emacs use? none #5 257.9 Where do we find X Windows header files? NONE #5 257.9 Where do we find X Windows libraries? NONE #5 257.9 Does Emacs use -lXaw3d? no #5 257.9 Is Emacs being built for Android? no #5 257.9 Does Emacs use the X Double Buffer Extension? no #5 257.9 Does Emacs use -lXpm? no #5 257.9 Does Emacs use -ljpeg? no #5 257.9 Does Emacs use -ltiff? no #5 257.9 Does Emacs use a gif library? no #5 257.9 Does Emacs use a png library? no #5 257.9 Does Emacs use -lrsvg-2? no #5 257.9 Does Emacs use -lwebp? no #5 257.9 Does Emacs use -lsqlite3? no #5 257.9 Does Emacs use cairo? no #5 257.9 Does Emacs use -llcms2? no #5 257.9 Does Emacs use imagemagick? no #5 257.9 Does Emacs use native APIs for images? no #5 257.9 Does Emacs support sound? yes #5 257.9 Does Emacs use -lgpm? no #5 257.9 Does Emacs use -ldbus? yes #5 257.9 Does Emacs use -lgconf? no #5 257.9 Does Emacs use GSettings? no #5 257.9 Does Emacs use a file notification library? yes (inotify) #5 257.9 Does Emacs use access control lists? yes -lacl -lattr #5 257.9 Does Emacs use -lselinux? no #5 257.9 Does Emacs use -lgnutls? yes #5 257.9 Does Emacs use -lxml2? no #5 257.9 Does Emacs use -lfreetype? no #5 257.9 Does Emacs use HarfBuzz? no #5 257.9 Does Emacs use -lm17n-flt? no #5 257.9 Does Emacs use -lotf? no #5 257.9 Does Emacs use -lxft? no #5 257.9 Does Emacs use -lsystemd? no #5 257.9 Does Emacs use -ljansson? no #5 257.9 Does Emacs use -ltree-sitter? no #5 257.9 Does Emacs use the GMP library? yes #5 257.9 Does Emacs directly use zlib? yes #5 257.9 Does Emacs have dynamic modules support? yes #5 257.9 Does Emacs use toolkit scroll bars? no #5 257.9 Does Emacs support Xwidgets? no #5 257.9 Does Emacs have threading support in lisp? yes #5 257.9 Does Emacs support the portable dumper? yes #5 257.9 Does Emacs support legacy unexec dumping? no #5 257.9 Which dumping strategy does Emacs use? pdumper #5 257.9 Does Emacs have native lisp compiler? yes #5 257.9 Does Emacs use version 2 of the X Input Extension? no #5 257.9 Does Emacs generate a smaller-size Japanese dictionary? no #5 257.9 #5 257.9 #5 258.9 configure: creating ./config.status #5 259.7 config.status: creating src/verbose.mk #5 259.9 config.status: creating src/emacs-module.h #5 260.1 config.status: creating Makefile #5 260.2 config.status: creating lib/gnulib.mk #5 260.4 config.status: creating ./doc/man/emacs.1 #5 260.5 config.status: creating lib/Makefile #5 260.7 config.status: creating lib-src/Makefile #5 260.9 config.status: creating oldXMenu/Makefile #5 261.0 config.status: creating src/Makefile #5 261.2 config.status: creating lwlib/Makefile #5 261.3 config.status: creating nextstep/Makefile #5 261.5 config.status: creating nt/Makefile #5 261.7 config.status: creating doc/emacs/Makefile #5 261.8 config.status: creating doc/misc/Makefile #5 262.0 config.status: creating doc/lispintro/Makefile #5 262.1 config.status: creating doc/lispref/Makefile #5 262.2 config.status: creating lisp/Makefile #5 262.3 config.status: creating leim/Makefile #5 262.5 config.status: creating test/Makefile #5 262.7 config.status: creating test/manual/noverlay/Makefile #5 262.9 config.status: creating test/infra/Makefile #5 263.0 config.status: creating admin/charsets/Makefile #5 263.2 config.status: creating admin/unidata/Makefile #5 263.4 config.status: creating admin/grammars/Makefile #5 263.5 config.status: creating java/Makefile #5 263.7 config.status: creating cross/Makefile #5 263.8 config.status: creating java/AndroidManifest.xml #5 263.9 config.status: creating src/config.h #5 264.0 config.status: executing src/epaths.h commands #5 264.1 config.status: executing src/.gdbinit commands #5 264.2 config.status: executing doc/emacs/emacsver.texi commands #5 264.2 config.status: executing etc-refcards-emacsver.tex commands #5 264.3 configure: WARNING: This configuration installs a 'movemail' program #5 264.3 that does not retrieve POP3 email. By default, Emacs 25 and earlier #5 264.3 installed a 'movemail' program that retrieved POP3 email via only #5 264.3 insecure channels, a practice that is no longer recommended but that #5 264.3 you can continue to support by using './configure --with-pop'. #5 264.4 configure: You might want to install GNU Mailutils #5 264.4 and use './configure --with-mailutils'. #5 DONE 265.9s #4 [emacs-native-comp-speed2 5/5] RUN make bootstrap -j2 #4 2.637 make actual-bootstrap || make advice-on-failure make-target=bootstrap exit-status=$? #4 2.673 make[1]: Entering directory '/checkout' #4 3.034 make bootstrap-clean #4 3.066 make[2]: Entering directory '/checkout' #4 3.378 make -C src bootstrap-clean #4 3.387 make -C oldXMenu bootstrap-clean #4 3.409 make[3]: Entering directory '/checkout/oldXMenu' #4 3.431 rm -f libXMenu11.a ./*.o deps/* #4 3.435 make[3]: Entering directory '/checkout/src' #4 3.446 rm -f Makefile #4 3.447 GEN /checkout/src/lisp.mk #4 3.450 rm -fr deps #4 3.480 make[3]: Leaving directory '/checkout/oldXMenu' #4 3.490 make -C lwlib bootstrap-clean #4 3.578 make[3]: Entering directory '/checkout/lwlib' #4 3.580 rm -f ./*.o liblw.a \#* deps/* #4 3.587 rm -f Makefile #4 3.612 rm -fr deps #4 3.627 rm -f TAGS #4 3.630 make[3]: Leaving directory '/checkout/lwlib' #4 3.632 make -C lib bootstrap-clean #4 4.218 make[3]: Entering directory '/checkout/lib' #4 4.231 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #4 4.323 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 4.347 rm -f Makefile Makefile.android #4 4.357 rm -fr deps #4 4.388 make[3]: Leaving directory '/checkout/lib' #4 4.389 make -C lib-src bootstrap-clean #4 4.418 make[3]: Entering directory '/checkout/lib-src' #4 4.418 rm -f core ./*.o ./*.res #4 4.444 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #4 4.474 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #4 4.495 rm -f TAGS Makefile blessmail Makefile.android #4 4.521 make[3]: Leaving directory '/checkout/lib-src' #4 4.523 make -C nt bootstrap-clean #4 4.562 make[3]: Entering directory '/checkout/nt' #4 4.562 rm -f core *.o *.res #4 4.586 rm -f runemacs addpm cmdproxy ddeclient #4 4.611 rm -f TAGS Makefile *.rc #4 4.636 true #4 4.652 make[3]: Leaving directory '/checkout/nt' #4 4.656 make -C doc/emacs bootstrap-clean #4 4.702 make[3]: Entering directory '/checkout/doc/emacs' #4 4.702 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #4 4.702 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #4 4.738 rm -f \ #4 4.738 ./../../info/emacs.info \ #4 4.738 ./../../info/emacs.info-[1-9] \ #4 4.738 ./../../info/emacs.info-[1-9][0-9] #4 4.768 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #4 4.790 rm -f Makefile #4 4.832 rm -f ./emacsver.texi TAGS #4 4.867 make[3]: Leaving directory '/checkout/doc/emacs' #4 4.868 make -C doc/misc bootstrap-clean #4 4.914 rm -f android-emacs libemacs.so #4 4.929 make[3]: Entering directory '/checkout/doc/misc' #4 4.929 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #4 4.929 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #4 4.929 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #4 4.955 rm -f gnustmp* #4 4.957 rm -f temacs core ./*.core \#* ./*.o build-counter.c #4 4.962 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 4.962 file=`echo ${file} | sed 's/\.info$//'`.info; \ #4 4.962 rm -f \ #4 4.962 ./../../info/${file} \ #4 4.962 ./../../info/${file}-[1-9] \ #4 4.962 ./../../info/${file}-[1-9][0-9]; \ #4 4.962 done #4 4.985 rm -f dmpstruct.h #4 5.016 rm -f emacs.pdmp #4 5.031 rm -f ../etc/DOC #4 5.059 rm -f bootstrap-emacs bootstrap-emacs.pdmp #4 5.091 rm -f emacs-30.0.50 #4 5.101 rm -f buildobj.h #4 5.129 rm -f globals.h gl-stamp #4 5.161 rm -f ./*.res ./*.tmp #4 5.204 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #4 5.231 rm -f ../etc/DOC* #4 5.247 rm -f deps/* #4 5.273 rm -f emacs-module.h epaths.h config.h config.stamp #4 5.303 if test -f ./.gdbinit; then \ #4 5.303 mv ./.gdbinit ./.gdbinit.save; \ #4 5.303 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #4 5.303 else mv ./.gdbinit.save ./.gdbinit; fi; \ #4 5.303 fi #4 5.411 make[3]: Leaving directory '/checkout/src' #4 5.413 make -C doc/lispref bootstrap-clean #4 5.460 make[3]: Entering directory '/checkout/doc/lispref' #4 5.460 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #4 5.460 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #4 5.484 rm -f elisp[12]* vol[12].tmp #4 5.519 rm -f \ #4 5.519 ./../../info/elisp.info \ #4 5.519 ./../../info/elisp.info-[1-9] \ #4 5.519 ./../../info/elisp.info-[1-9][0-9] #4 5.531 rm -f ./../../info/elisp_type_hierarchy.txt ./../../info/elisp_type_hierarchy.jpg #4 5.559 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #4 5.574 rm -f vol[12].dvi vol[12].pdf vol[12].ps #4 5.601 rm -f Makefile #4 5.635 rm -f TAGS #4 5.668 make[3]: Leaving directory '/checkout/doc/lispref' #4 5.679 make -C doc/lispintro bootstrap-clean #4 5.726 make[3]: Entering directory '/checkout/doc/lispintro' #4 5.726 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #4 5.726 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #4 5.753 rm -f \ #4 5.753 ./../../info/eintr.info \ #4 5.753 ./../../info/eintr.info-[1-9] #4 5.771 rm -f emacs-lisp-intro.dvi eintr.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #4 5.809 rm -f Makefile #4 5.842 rm -f TAGS #4 5.855 make[3]: Leaving directory '/checkout/doc/lispintro' #4 5.879 make -C test bootstrap-clean #4 5.900 make[3]: Entering directory '/checkout/test' #4 6.179 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #4 6.275 find . '(' -name '*.xml' -a ! -path '*resources*' ')' -delete #4 6.381 rm -f ./lisp/gnus/mml-sec-resources/random_seed #4 6.412 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #4 6.412 src/emacs-module-resources/*.dll gmp.h #4 6.429 find . -name '*.elc' -delete #4 6.482 make[3]: Leaving directory '/checkout/test' #4 6.482 make -C java bootstrap-clean #4 6.955 make[3]: Entering directory '/checkout/java' #4 6.955 rm -f *.apk emacs.apk-in *.dex *.unaligned *.class *.idsig #4 6.986 rm -rf install-temp ./org/gnu/emacs/R.java TAGS #4 6.991 find . -name '*.class' -delete #4 7.013 rm -f Makefile ndk-build.mk #4 7.019 make[3]: Leaving directory '/checkout/java' #4 7.028 make -C cross bootstrap-clean #4 7.067 make[3]: Entering directory '/checkout/cross' #4 7.067 for dir in src lib-src lib etc; do \ #4 7.067 find $dir -type f -delete; \ #4 7.067 done #4 7.119 rm -rf lib/config.h lib-src/config.h #4 7.133 if test -f ndk-build/Makefile; then \ #4 7.133 make -C ndk-build clean; \ #4 7.133 fi #4 7.139 for dir in src lib-src lib etc; do \ #4 7.139 find $dir -type l -delete; \ #4 7.139 done #4 7.209 rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile #4 7.221 rm -rf ndk-build/ndk-build.mk Makefile #4 7.239 make[3]: Leaving directory '/checkout/cross' #4 7.240 make -C nextstep bootstrap-clean #4 7.266 make[3]: Entering directory '/checkout/nextstep' #4 7.266 rm -rf #4 7.287 rm -f Makefile #4 7.309 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #4 7.309 GNUstep/Emacs.base/Resources/Emacs.desktop \ #4 7.309 Cocoa/Emacs.base/Contents/Info.plist \ #4 7.309 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #4 7.316 make[3]: Leaving directory '/checkout/nextstep' #4 7.323 make -C admin/charsets bootstrap-clean #4 7.371 make[3]: Entering directory '/checkout/admin/charsets' #4 7.371 make[3]: Nothing to be done for 'bootstrap-clean'. #4 7.371 make[3]: Leaving directory '/checkout/admin/charsets' #4 7.371 make -C admin/unidata bootstrap-clean #4 7.394 make[3]: Entering directory '/checkout/admin/unidata' #4 7.501 rm -f ./*.elc unidata.txt #4 7.533 make[3]: Leaving directory '/checkout/admin/unidata' #4 7.539 make -C leim bootstrap-clean #4 7.557 make[3]: Entering directory '/checkout/leim' #4 7.557 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 7.564 make[3]: Leaving directory '/checkout/leim' #4 7.566 make -C lisp bootstrap-clean #4 7.573 make[3]: Entering directory '/checkout/lisp' #4 7.725 find . -name '*.elc' -delete #4 7.767 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #4 7.792 make[3]: Leaving directory '/checkout/lisp' #4 7.793 make -C admin/grammars bootstrap-clean #4 7.828 make[3]: Entering directory '/checkout/admin/grammars' #4 7.837 make[3]: Nothing to be done for 'bootstrap-clean'. #4 7.837 make[3]: Leaving directory '/checkout/admin/grammars' #4 7.837 rm -f ./modus-themes.texi ./org.texi #4 7.856 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #4 7.878 rm -f Makefile #4 7.883 rm -f TAGS #4 7.902 make[3]: Leaving directory '/checkout/doc/misc' #4 7.904 [ ! -f config.log ] || mv -f config.log config.log~ #4 7.986 rm -rf ./info #4 7.990 rm -f ./etc/refcards/emacsver.tex #4 7.999 rm -rf native-lisp/ lisp/leim/ja-dic/ #4 8.008 rm -fr autom4te.cache config.cache #4 8.019 rm -f config.log ./doc/man/emacs.1 #4 8.035 make[2]: Leaving directory '/checkout' #4 8.035 cd . && ./autogen.sh autoconf #4 8.053 Checking whether you have the necessary tools... #4 8.053 (Read INSTALL.REPO for more details on building Emacs) #4 8.063 Checking for autoconf (need at least version 2.65) ... ok #4 8.199 Your system has the required tools. #4 8.267 Running 'autoreconf -fi -I m4' ... #4 36.41 Building 'aclocal.m4' in exec ... #4 36.41 Running 'autoreconf -fi' in exec ... #4 43.61 You can now run './autogen.sh git'. #4 43.61 make MAKEFILE_NAME=force-Makefile force-Makefile #4 43.63 make[2]: Entering directory '/checkout' #4 43.65 make[2]: *** No rule to make target 'echo-sources'. Stop. #4 43.89 if [ -x ./config.status ]; then \ #4 43.89 ./config.status --recheck; \ #4 43.89 else \ #4 43.89 ./configure --cache-file=/dev/null; \ #4 43.89 fi #4 44.15 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --with-native-compilation --no-create --no-recursion #4 44.74 checking for xcrun... no #4 44.75 checking for GNU Make... make #4 44.80 checking build system type... x86_64-pc-linux-gnu #4 45.22 checking host system type... x86_64-pc-linux-gnu #4 45.28 checking for gcc... gcc #4 45.39 checking whether the C compiler works... yes #4 45.61 checking for C compiler default output file name... a.out #4 45.62 checking for suffix of executables... #4 45.81 checking whether we are cross compiling... no #4 46.16 checking for suffix of object files... o #4 46.27 checking whether we are using the GNU C compiler... yes #4 46.40 checking whether gcc accepts -g... yes #4 46.57 checking for gcc option to enable C11 features... none needed #4 47.02 checking whether the compiler is clang... no #4 47.17 checking for compiler option needed when checking for declarations... none #4 47.17 checking whether gcc and cc understand -c and -o together... yes #4 47.86 checking how to run the C preprocessor... gcc -E #4 48.26 checking for grep that handles long lines and -e... /bin/grep #4 48.27 checking for egrep... /bin/grep -E #4 48.29 checking for ANSI C header files... yes #4 49.01 checking for sys/types.h... yes #4 49.35 checking for sys/stat.h... yes #4 49.57 checking for stdlib.h... yes #4 49.86 checking for string.h... yes #4 50.08 checking for memory.h... yes #4 50.34 checking for strings.h... yes #4 50.67 checking for inttypes.h... yes #4 50.94 checking for stdint.h... yes #4 51.15 checking for unistd.h... yes #4 51.41 checking for wchar.h... yes #4 51.63 checking for minix/config.h... no #4 51.87 checking for linux/fs.h... yes #4 52.15 checking for malloc.h... yes #4 52.45 checking for sys/systeminfo.h... no #4 52.70 checking for sys/sysinfo.h... yes #4 52.91 checking for coff.h... no #4 53.19 checking for pty.h... yes #4 53.49 checking for sys/resource.h... yes #4 53.77 checking for sys/utsname.h... yes #4 54.07 checking for pwd.h... yes #4 54.43 checking for util.h... no #4 54.64 checking for sanitizer/lsan_interface.h... yes #4 54.90 checking for sanitizer/asan_interface.h... yes #4 55.19 checking for sanitizer/common_interface_defs.h... yes #4 55.44 checking for sys/socket.h... yes #4 55.72 checking for stdlib.h... (cached) yes #4 55.77 checking for unistd.h... (cached) yes #4 55.84 checking for sys/param.h... yes #4 56.11 checking for pthread.h... yes #4 56.47 checking for malloc/malloc.h... no #4 56.75 checking for sys/un.h... yes #4 57.11 checking for utmp.h... yes #4 57.45 checking for utmpx.h... yes #4 57.73 checking for OS.h... no #4 57.92 checking for dirent.h... yes #4 58.19 checking for execinfo.h... yes #4 58.40 checking for linux/xattr.h... yes #4 58.65 checking for stdio_ext.h... yes #4 58.86 checking for sys/vfs.h... yes #4 59.12 checking for sys/fs_types.h... no #4 59.42 checking for getopt.h... yes #4 59.72 checking for sys/cdefs.h... yes #4 60.04 checking for sys/time.h... yes #4 60.31 checking for ieee754.h... yes #4 60.55 checking for limits.h... yes #4 60.85 checking for inttypes.h... (cached) yes #4 60.92 checking for sys/types.h... (cached) yes #4 60.98 checking for stdint.h... (cached) yes #4 61.04 checking for sys/select.h... yes #4 61.34 checking for stdbool.h... yes #4 61.64 checking for stdckdint.h... no #4 61.87 checking for sys/random.h... yes #4 62.04 checking for sys/stat.h... (cached) yes #4 62.07 checking whether it is safe to define __EXTENSIONS__... yes #4 62.36 checking whether _XOPEN_SOURCE should be defined... no #4 62.53 checking for Minix Amsterdam compiler... no #4 62.61 checking for ar... ar #4 62.62 checking for ranlib... ranlib #4 62.62 checking for gcc option to enable large file support... none needed #4 62.91 checking for gcc option for timestamps after 2038... none needed #4 63.07 checking for g++... g++ #4 63.22 checking whether we are using the GNU C++ compiler... yes #4 63.39 checking whether g++ accepts -g... yes #4 63.52 checking for g++ option to enable C++11 features... none needed #4 107.3 checking how to run the C++ preprocessor... g++ -E #4 107.7 checking whether gcc accepts -g3 -O2... yes #4 108.0 checking whether the compiler is clang... no #4 108.2 checking whether C compiler handles -Werror -Wunknown-warning-option... no #4 108.4 checking whether -Wno-missing-field-initializers is needed... yes #4 108.7 checking whether -Wuninitialized is supported... yes #4 109.0 checking whether C compiler handles -fstrict-flex-arrays... no #4 109.1 checking whether C compiler handles -Wall... yes #4 109.4 checking whether C compiler handles -Warith-conversion... yes #4 109.7 checking whether C compiler handles -Wdate-time... yes #4 110.1 checking whether C compiler handles -Wdisabled-optimization... yes #4 110.4 checking whether C compiler handles -Wdouble-promotion... yes #4 110.7 checking whether C compiler handles -Wduplicated-cond... yes #4 111.1 checking whether C compiler handles -Wextra... yes #4 111.5 checking whether C compiler handles -Wformat-signedness... yes #4 111.9 checking whether C compiler handles -Winit-self... yes #4 112.2 checking whether C compiler handles -Winvalid-pch... yes #4 112.5 checking whether C compiler handles -Wlogical-op... yes #4 113.0 checking whether C compiler handles -Wmissing-declarations... yes #4 113.3 checking whether C compiler handles -Wmissing-include-dirs... yes #4 113.6 checking whether C compiler handles -Wmissing-prototypes... yes #4 114.0 checking whether C compiler handles -Wnested-externs... yes #4 114.4 checking whether C compiler handles -Wnull-dereference... yes #4 114.7 checking whether C compiler handles -Wold-style-definition... yes #4 115.1 checking whether C compiler handles -Wopenmp-simd... yes #4 115.5 checking whether C compiler handles -Wpacked... yes #4 115.8 checking whether C compiler handles -Wpointer-arith... yes #4 116.2 checking whether C compiler handles -Wstrict-flex-arrays... no #4 116.4 checking whether C compiler handles -Wstrict-prototypes... yes #4 116.8 checking whether C compiler handles -Wsuggest-attribute=format... yes #4 117.2 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #4 117.6 checking whether C compiler handles -Wsuggest-final-methods... yes #4 117.9 checking whether C compiler handles -Wsuggest-final-types... yes #4 118.2 checking whether C compiler handles -Wtrampolines... yes #4 118.6 checking whether C compiler handles -Wuninitialized... yes #4 118.9 checking whether C compiler handles -Wunknown-pragmas... yes #4 119.3 checking whether C compiler handles -Wunused-macros... yes #4 119.7 checking whether C compiler handles -Wvariadic-macros... yes #4 120.0 checking whether C compiler handles -Wvector-operation-performance... yes #4 120.4 checking whether C compiler handles -Wwrite-strings... yes #4 120.8 checking whether C compiler handles -Warray-bounds=2... yes #4 121.2 checking whether C compiler handles -Wattribute-alias=2... yes #4 121.5 checking whether C compiler handles -Wformat=2... yes #4 121.9 checking whether C compiler handles -Wformat-truncation=2... yes #4 122.1 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #4 122.5 checking whether C compiler handles -Wshift-overflow=2... yes #4 122.8 checking whether C compiler handles -Wuse-after-free=3... no #4 123.0 checking whether C compiler handles -Wvla-larger-than=4031... yes #4 123.3 checking whether C compiler handles -Wno-missing-field-initializers... yes #4 123.6 checking whether C compiler handles -Wredundant-decls... yes #4 123.9 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #4 123.9 checking whether C compiler handles -Wno-override-init... yes #4 124.2 checking whether C compiler handles -Wno-sign-compare... yes #4 124.4 checking whether C compiler handles -Wno-type-limits... yes #4 124.8 checking whether C compiler handles -Wno-unused-parameter... yes #4 125.2 checking whether C compiler handles -Wno-format-nonliteral... yes #4 125.6 checking whether C compiler handles -Wno-bidi-chars... no #4 125.7 checking for a BSD-compatible install... /usr/bin/install -c #4 125.8 checking command to symlink files in the same directory... ln -s #4 125.8 checking for install-info... : #4 125.8 checking for gzip... /bin/gzip #4 125.8 checking for 'find' args to delete a file... -delete #4 125.8 checking for brew... no #4 126.6 checking for -znocombreloc... not needed #4 126.6 checking whether addresses are sanitized... no #4 126.7 checking for math library... -lm #4 128.2 checking for struct passwd.pw_gecos... yes #4 128.4 checking for pkg-config... /usr/bin/pkg-config #4 128.4 checking pkg-config is at least version 0.9.0... yes #4 128.5 checking for machine/soundcard.h... no #4 128.7 checking for sys/soundcard.h... yes #4 129.3 checking for soundcard.h... no #4 129.7 checking for mmsystem.h... no #4 129.9 checking for _oss_ioctl in -lossaudio... no #4 130.2 checking for alsa >= 1.0.0... no #4 130.3 checking for ADDR_NO_RANDOMIZE... yes #4 130.5 checking if Linux sysinfo may be used... yes #4 131.0 checking for sys/wait.h that is POSIX.1 compatible... yes #4 131.3 checking for net/if.h... yes #4 131.6 checking for ifaddrs.h... yes #4 132.0 checking for net/if_dl.h... no #4 132.2 checking for struct ifreq.ifr_flags... yes #4 132.6 checking for struct ifreq.ifr_hwaddr... yes #4 133.4 checking for struct ifreq.ifr_netmask... yes #4 134.2 checking for struct ifreq.ifr_broadaddr... yes #4 134.9 checking for struct ifreq.ifr_addr... yes #4 135.6 checking for struct ifreq.ifr_addr.sa_len... no #4 136.2 checking whether gcc understands -MMD -MF... yes #4 136.4 checking for X... no #4 136.7 checking for X... false #4 136.7 checking whether malloc is Doug Lea style... no #4 136.9 checking for sbrk... yes #4 137.4 checking for __lsan_ignore_object... no #4 137.8 checking for fchmod... yes #4 138.2 checking for utmpname... yes #4 138.6 checking for utmpxname... yes #4 139.0 checking for canonicalize_file_name... yes #4 139.5 checking for realpath... yes #4 139.9 checking for lstat... yes #4 140.3 checking for fchmodat... yes #4 140.7 checking for lchmod... no #4 140.9 checking for fcntl... yes #4 141.3 checking for fdopendir... yes #4 141.8 checking for listxattr... yes #4 142.1 checking for fstatat... yes #4 142.6 checking for fsync... yes #4 143.1 checking for gettimeofday... yes #4 143.6 checking for memset_s... no #4 144.0 checking for pselect... yes #4 144.5 checking for readlink... yes #4 145.0 checking for isblank... yes #4 145.5 checking for iswctype... yes #4 145.8 checking for strtoimax... yes #4 146.2 checking for symlink... yes #4 146.7 checking for localtime_r... yes #4 147.3 checking for getdtablesize... yes #4 147.9 checking for getpagesize... yes #4 148.2 checking for working mmap... yes #4 148.9 checking for main in -lXbsd... no #4 149.3 checking for pthread library... -lpthread #4 150.3 checking for thread support... yes #4 150.3 checking for sqlite3_open_v2 in -lsqlite3... no #4 150.6 checking for getaddrinfo_a in -lanl... yes #4 151.0 checking for malloc_trim... yes #4 151.5 checking for dbus-1 >= 1.0... yes #4 151.6 checking for dbus_watch_get_unix_fd... yes #4 152.1 checking for dbus_type_is_valid... yes #4 152.7 checking for dbus_validate_bus_name... yes #4 153.2 checking for dbus_validate_path... yes #4 153.7 checking for dbus_validate_interface... yes #4 154.3 checking for dbus_validate_member... yes #4 154.9 checking for lgetfilecon in -lselinux... no #4 155.1 checking for gnutls >= 2.12.2... yes #4 155.2 checking for libsystemd >= 222... no #4 155.2 checking for jansson >= 2.7... no #4 155.3 checking for tree-sitter >= 0.20.2... no #4 155.3 checking for tree-sitter >= 0.6.3... no #4 155.4 checking sys/inotify.h usability... yes #4 155.7 checking sys/inotify.h presence... yes #4 155.8 checking for sys/inotify.h... yes #4 155.8 checking for inotify_init... yes #4 156.3 checking for inotify_init1... yes #4 157.0 checking for lcms2... no #4 157.1 checking for library containing inflateEnd... -lz #4 157.9 checking for dladdr... yes #4 158.2 checking for dlfunc... no #4 158.7 checking for gcc_jit_context_acquire in -lgccjit... yes #4 159.2 checking libgccjit.h usability... yes #4 159.6 checking libgccjit.h presence... yes #4 159.6 checking for libgccjit.h... yes #4 160.7 checking gpm.h usability... no #4 161.1 checking gpm.h presence... no #4 161.3 checking for gpm.h... no #4 161.3 checking for libxml-2.0 > 2.6.17... no #4 161.4 checking for maillock in -lmail... no #4 161.7 checking for maillock in -llockfile... no #4 162.0 checking for liblockfile.so... no #4 162.0 checking maillock.h usability... no #4 162.4 checking maillock.h presence... no #4 162.5 checking for maillock.h... no #4 162.6 checking linux/seccomp.h usability... yes #4 162.9 checking linux/seccomp.h presence... yes #4 163.0 checking for linux/seccomp.h... yes #4 163.1 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #4 163.5 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #4 163.8 checking linux/filter.h usability... yes #4 164.2 checking linux/filter.h presence... yes #4 164.4 checking for linux/filter.h... yes #4 164.5 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #4 164.5 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #4 164.5 checking for libseccomp >= 2.5.2... no #4 164.6 checking size of long... 8 #4 165.2 checking for accept4... yes #4 165.7 checking for fchdir... yes #4 166.1 checking for gethostname... yes #4 166.5 checking for getrusage... yes #4 167.2 checking for get_current_dir_name... yes #4 167.8 checking for lrand48... yes #4 168.4 checking for random... yes #4 168.8 checking for rint...