Running with gitlab-runner 16.9.1 (782c6ecb)  on emba-docker-runner 2oEDrUT7, system ID: s_d7b5974cddbd section_start:1709985832: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:1709985860:prepare_executor section_start:1709985860:prepare_script Preparing environment Running on runner-2oedrut7-project-1-concurrent-0 via emba.gnu.org... section_end:1709985875:prepare_script section_start:1709985875: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 1ea3b369 as detached HEAD (ref is master)... Skipping Git submodules setup section_end:1709985892:get_sources section_start:1709985892: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 WARNING: You're not using the default seccomp profile WARNING: No kernel memory limit support WARNING: No oom kill disable support Client: Debug Mode: false Server: Containers: 9 Running: 3 Paused: 0 Stopped: 6 Images: 5 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! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /.docker-config-1ea3b369021c90701c634c512426f75ce1291d77/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 build definition from Dockerfile.emba #1 DONE 0.0s #2 [internal] load .dockerignore #2 transferring context: 2B 0.0s done #2 DONE 2.4s #1 [internal] load build definition from Dockerfile.emba #1 transferring dockerfile: 6.47kB done #1 DONE 2.5s #3 [internal] load metadata for docker.io/library/debian:bullseye #3 DONE 0.7s #11 [emacs-base 1/2] FROM docker.io/library/debian:bullseye@sha256:171478fbe... #11 DONE 0.0s #12 [emacs-base 2/2] RUN apt-get update && apt-get install -y --no-insta... #12 CACHED #9 [internal] load build context #9 transferring context: 5.36MB 3.6s #9 transferring context: 23.45MB 8.7s #9 transferring context: 40.18MB 13.8s #9 transferring context: 56.91MB 18.9s #9 transferring context: 73.01MB 24.0s #9 transferring context: 86.26MB 29.0s #9 transferring context: 99.66MB 34.1s #9 transferring context: 119.46MB 39.3s #9 transferring context: 132.86MB 44.5s #9 transferring context: 149.08MB 49.5s #9 transferring context: 159.08MB 54.6s #9 transferring context: 171.46MB 59.6s #9 transferring context: 194.96MB 64.8s #9 transferring context: 207.62MB 69.8s #9 transferring context: 214.32MB 75.0s #9 transferring context: 221.13MB 80.2s #9 transferring context: 232.09MB 85.5s #9 transferring context: 239.70MB 90.5s #9 transferring context: 257.98MB 95.6s #9 transferring context: 277.17MB 100.7s #9 transferring context: 307.92MB 105.9s #9 transferring context: 328.53MB 111.0s #9 transferring context: 343.20MB 116.9s done #9 DONE 124.2s #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 134.3s #7 [emacs-inotify 3/6] WORKDIR /checkout #7 DONE 0.2s #6 [emacs-inotify 4/6] RUN ./autogen.sh autoconf #6 0.824 Checking whether you have the necessary tools... #6 0.824 (Read INSTALL.REPO for more details on building Emacs) #6 0.850 Checking for autoconf (need at least version 2.65) ... ok #6 0.950 Your system has the required tools. #6 1.016 Building aclocal.m4 ... #6 1.019 Running 'autoreconf -fi -I m4' ... #6 23.00 Building 'aclocal.m4' in exec ... #6 23.00 Running 'autoreconf -fi' in exec ... #6 33.99 You can now run './autogen.sh git'. #6 DONE 39.3s #5 [emacs-inotify 5/6] RUN ./configure #5 7.336 checking for xcrun... no #5 7.338 checking for GNU Make... make #5 7.406 checking build system type... x86_64-pc-linux-gnu #5 8.048 checking host system type... x86_64-pc-linux-gnu #5 8.101 checking for gcc... gcc #5 8.255 checking whether the C compiler works... yes #5 8.699 checking for C compiler default output file name... a.out #5 8.704 checking for suffix of executables... #5 8.867 checking whether we are cross compiling... no #5 9.184 checking for suffix of object files... o #5 9.278 checking whether we are using the GNU C compiler... yes #5 9.436 checking whether gcc accepts -g... yes #5 9.532 checking for gcc option to enable C11 features... none needed #5 10.09 checking whether the compiler is clang... no #5 10.22 checking for compiler option needed when checking for declarations... none #5 10.22 checking whether gcc and cc understand -c and -o together... yes #5 10.76 checking how to run the C preprocessor... gcc -E #5 11.09 checking for grep that handles long lines and -e... /bin/grep #5 11.10 checking for egrep... /bin/grep -E #5 11.12 checking for ANSI C header files... yes #5 11.87 checking for sys/types.h... yes #5 12.08 checking for sys/stat.h... yes #5 12.39 checking for stdlib.h... yes #5 12.64 checking for string.h... yes #5 12.88 checking for memory.h... yes #5 13.11 checking for strings.h... yes #5 13.26 checking for inttypes.h... yes #5 13.46 checking for stdint.h... yes #5 13.68 checking for unistd.h... yes #5 13.87 checking for wchar.h... yes #5 14.05 checking for minix/config.h... no #5 14.31 checking for linux/fs.h... yes #5 14.47 checking for malloc.h... yes #5 14.71 checking for sys/systeminfo.h... no #5 14.98 checking for sys/sysinfo.h... yes #5 15.25 checking for coff.h... no #5 15.45 checking for pty.h... yes #5 15.70 checking for sys/resource.h... yes #5 15.95 checking for sys/utsname.h... yes #5 16.19 checking for pwd.h... yes #5 16.44 checking for util.h... no #5 16.66 checking for sanitizer/lsan_interface.h... yes #5 16.95 checking for sanitizer/asan_interface.h... yes #5 17.21 checking for sanitizer/common_interface_defs.h... yes #5 17.40 checking for sys/socket.h... yes #5 17.65 checking for stdlib.h... (cached) yes #5 17.69 checking for unistd.h... (cached) yes #5 17.75 checking for sys/param.h... yes #5 18.04 checking for pthread.h... yes #5 18.26 checking for malloc/malloc.h... no #5 18.50 checking for sys/un.h... yes #5 18.68 checking for utmp.h... yes #5 19.01 checking for utmpx.h... yes #5 19.28 checking for OS.h... no #5 19.62 checking for dirent.h... yes #5 19.95 checking for execinfo.h... yes #5 20.25 checking for linux/xattr.h... yes #5 20.51 checking for stdio_ext.h... yes #5 20.82 checking for sys/vfs.h... yes #5 21.10 checking for sys/fs_types.h... no #5 21.35 checking for getopt.h... yes #5 21.60 checking for sys/cdefs.h... yes #5 21.93 checking for sys/time.h... yes #5 22.16 checking for ieee754.h... yes #5 22.40 checking for limits.h... yes #5 22.74 checking for inttypes.h... (cached) yes #5 22.82 checking for sys/types.h... (cached) yes #5 22.89 checking for stdint.h... (cached) yes #5 22.96 checking for sys/select.h... yes #5 23.21 checking for stdbool.h... yes #5 23.48 checking for stdckdint.h... no #5 23.69 checking for sys/random.h... yes #5 23.93 checking for sys/stat.h... (cached) yes #5 23.96 checking whether it is safe to define __EXTENSIONS__... yes #5 24.15 checking whether _XOPEN_SOURCE should be defined... no #5 24.25 checking for Minix Amsterdam compiler... no #5 24.34 checking for ar... ar #5 24.34 checking for ranlib... ranlib #5 24.35 checking for gcc option to enable large file support... none needed #5 24.71 checking for gcc option for timestamps after 2038... none needed #5 24.93 checking for g++... g++ #5 25.12 checking whether we are using the GNU C++ compiler... yes #5 26.88 checking whether g++ accepts -g... yes #5 27.03 checking for g++ option to enable C++11 features... none needed #5 61.32 checking how to run the C++ preprocessor... g++ -E #5 61.64 checking whether gcc accepts -g3 -O2... yes #5 62.77 checking whether the compiler is clang... no #5 62.91 checking whether C compiler handles -Werror -Wunknown-warning-option... no #5 63.02 checking whether -Wno-missing-field-initializers is needed... yes #5 64.33 checking whether -Wuninitialized is supported... yes #5 64.50 checking whether C compiler handles -fstrict-flex-arrays... no #5 64.61 checking whether C compiler handles -Wall... yes #5 64.87 checking whether C compiler handles -Warith-conversion... yes #5 65.17 checking whether C compiler handles -Wdate-time... yes #5 65.37 checking whether C compiler handles -Wdisabled-optimization... yes #5 65.55 checking whether C compiler handles -Wdouble-promotion... yes #5 65.87 checking whether C compiler handles -Wduplicated-cond... yes #5 66.09 checking whether C compiler handles -Wextra... yes #5 66.35 checking whether C compiler handles -Wformat-signedness... yes #5 66.66 checking whether C compiler handles -Winit-self... yes #5 66.89 checking whether C compiler handles -Winvalid-pch... yes #5 67.14 checking whether C compiler handles -Wlogical-op... yes #5 67.36 checking whether C compiler handles -Wmissing-declarations... yes #5 67.52 checking whether C compiler handles -Wmissing-include-dirs... yes #5 67.73 checking whether C compiler handles -Wmissing-prototypes... yes #5 67.92 checking whether C compiler handles -Wnested-externs... yes #5 68.13 checking whether C compiler handles -Wnull-dereference... yes #5 68.41 checking whether C compiler handles -Wold-style-definition... yes #5 68.74 checking whether C compiler handles -Wopenmp-simd... yes #5 68.99 checking whether C compiler handles -Wpacked... yes #5 69.23 checking whether C compiler handles -Wpointer-arith... yes #5 69.48 checking whether C compiler handles -Wstrict-flex-arrays... no #5 69.58 checking whether C compiler handles -Wstrict-prototypes... yes #5 69.86 checking whether C compiler handles -Wsuggest-attribute=format... yes #5 70.15 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #5 70.44 checking whether C compiler handles -Wsuggest-final-methods... yes #5 70.73 checking whether C compiler handles -Wsuggest-final-types... yes #5 70.94 checking whether C compiler handles -Wtrampolines... yes #5 71.16 checking whether C compiler handles -Wuninitialized... yes #5 71.42 checking whether C compiler handles -Wunknown-pragmas... yes #5 71.67 checking whether C compiler handles -Wunused-macros... yes #5 71.94 checking whether C compiler handles -Wvariadic-macros... yes #5 72.21 checking whether C compiler handles -Wvector-operation-performance... yes #5 72.54 checking whether C compiler handles -Wwrite-strings... yes #5 72.79 checking whether C compiler handles -Warray-bounds=2... yes #5 73.06 checking whether C compiler handles -Wattribute-alias=2... yes #5 73.30 checking whether C compiler handles -Wformat=2... yes #5 73.61 checking whether C compiler handles -Wformat-truncation=2... yes #5 73.94 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #5 74.26 checking whether C compiler handles -Wshift-overflow=2... yes #5 74.51 checking whether C compiler handles -Wuse-after-free=3... no #5 74.60 checking whether C compiler handles -Wvla-larger-than=4031... yes #5 74.88 checking whether C compiler handles -Wno-missing-field-initializers... yes #5 75.16 checking whether C compiler handles -Wredundant-decls... yes #5 75.43 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #5 75.44 checking whether C compiler handles -Wno-override-init... yes #5 75.73 checking whether C compiler handles -Wno-sign-compare... yes #5 76.17 checking whether C compiler handles -Wno-type-limits... yes #5 76.65 checking whether C compiler handles -Wno-unused-parameter... yes #5 77.17 checking whether C compiler handles -Wno-format-nonliteral... yes #5 77.54 checking whether C compiler handles -Wno-bidi-chars... no #5 77.72 checking for a BSD-compatible install... /usr/bin/install -c #5 77.81 checking command to symlink files in the same directory... ln -s #5 77.85 checking for install-info... : #5 77.86 checking for gzip... /bin/gzip #5 77.86 checking for 'find' args to delete a file... -delete #5 77.93 checking for brew... no #5 79.72 checking for -znocombreloc... not needed #5 79.72 checking whether addresses are sanitized... no #5 79.84 checking for math library... -lm #5 82.78 checking for struct passwd.pw_gecos... yes #5 83.02 checking for pkg-config... /usr/bin/pkg-config #5 83.03 checking pkg-config is at least version 0.9.0... yes #5 83.09 checking for machine/soundcard.h... no #5 83.21 checking for sys/soundcard.h... yes #5 83.41 checking for soundcard.h... no #5 83.51 checking for mmsystem.h... no #5 83.62 checking for _oss_ioctl in -lossaudio... no #5 83.86 checking for alsa >= 1.0.0... no #5 83.92 checking for ADDR_NO_RANDOMIZE... yes #5 84.11 checking if Linux sysinfo may be used... yes #5 84.62 checking for sys/wait.h that is POSIX.1 compatible... yes #5 84.91 checking for net/if.h... yes #5 85.19 checking for ifaddrs.h... yes #5 85.48 checking for net/if_dl.h... no #5 85.67 checking for struct ifreq.ifr_flags... yes #5 85.94 checking for struct ifreq.ifr_hwaddr... yes #5 86.46 checking for struct ifreq.ifr_netmask... yes #5 87.02 checking for struct ifreq.ifr_broadaddr... yes #5 87.51 checking for struct ifreq.ifr_addr... yes #5 87.98 checking for struct ifreq.ifr_addr.sa_len... no #5 88.45 checking whether gcc understands -MMD -MF... yes #5 88.64 checking for X... no #5 88.92 checking for X... false #5 88.93 checking whether malloc is Doug Lea style... no #5 89.10 checking for sbrk... yes #5 89.41 checking for __lsan_ignore_object... no #5 89.78 checking for fchmod... yes #5 90.18 checking for utmpname... yes #5 90.54 checking for utmpxname... yes #5 90.82 checking for canonicalize_file_name... yes #5 91.41 checking for realpath... yes #5 91.73 checking for lstat... yes #5 92.12 checking for fchmodat... yes #5 92.48 checking for lchmod... no #5 92.65 checking for fcntl... yes #5 92.98 checking for fdopendir... yes #5 93.35 checking for listxattr... yes #5 93.67 checking for fstatat... yes #5 94.08 checking for fsync... yes #5 94.37 checking for gettimeofday... yes #5 94.73 checking for memset_s... no #5 95.08 checking for pselect... yes #5 95.48 checking for readlink... yes #5 95.86 checking for isblank... yes #5 96.34 checking for iswctype... yes #5 96.65 checking for strtoimax... yes #5 96.91 checking for symlink... yes #5 97.22 checking for localtime_r... yes #5 97.42 checking for getdtablesize... yes #5 97.64 checking for getpagesize... yes #5 97.85 checking for working mmap... yes #5 98.30 checking for main in -lXbsd... no #5 98.50 checking for pthread library... -lpthread #5 99.12 checking for thread support... yes #5 99.13 checking for sqlite3_open_v2 in -lsqlite3... no #5 99.28 checking for getaddrinfo_a in -lanl... yes #5 99.43 checking for malloc_trim... yes #5 99.59 checking for dbus-1 >= 1.0... yes #5 99.64 checking for dbus_watch_get_unix_fd... yes #5 100.1 checking for dbus_type_is_valid... yes #5 100.5 checking for dbus_validate_bus_name... yes #5 100.9 checking for dbus_validate_path... yes #5 101.4 checking for dbus_validate_interface... yes #5 101.8 checking for dbus_validate_member... yes #5 102.3 checking for lgetfilecon in -lselinux... no #5 102.5 checking for gnutls >= 2.12.2... yes #5 102.5 checking for libsystemd >= 222... no #5 102.6 checking for jansson >= 2.7... no #5 102.6 checking for tree-sitter >= 0.20.2... no #5 102.7 checking for tree-sitter >= 0.6.3... no #5 102.7 checking sys/inotify.h usability... yes #5 102.9 checking sys/inotify.h presence... yes #5 103.0 checking for sys/inotify.h... yes #5 103.0 checking for inotify_init... yes #5 103.2 checking for inotify_init1... yes #5 103.6 checking for lcms2... no #5 103.6 checking for library containing inflateEnd... no #5 104.1 checking for dladdr... yes #5 104.5 checking for dlfunc... no #5 104.9 checking for gcc_jit_context_acquire in -lgccjit... no #5 105.1 configure: WARNING: Elisp native compiler can't be enabled as libgccjit was not #5 105.1 found. #5 105.1 Please try installing libgccjit or a similar package if you want to have it #5 105.1 enabled. #5 105.1 checking libgccjit.h usability... no #5 105.3 checking libgccjit.h presence... no #5 105.5 checking for libgccjit.h... no #5 105.5 configure: WARNING: Elisp native compiler can't be enabled as libgccjit header files #5 105.5 were not found. #5 105.5 Please try installing libgccjit-dev or a similar package if you want to have it #5 105.5 enabled. #5 105.5 checking gpm.h usability... no #5 105.7 checking gpm.h presence... no #5 105.8 checking for gpm.h... no #5 105.8 checking for libxml-2.0 > 2.6.17... no #5 105.9 checking for maillock in -lmail... no #5 106.1 checking for maillock in -llockfile... no #5 106.2 checking for liblockfile.so... no #5 106.3 checking maillock.h usability... no #5 106.5 checking maillock.h presence... no #5 106.6 checking for maillock.h... no #5 106.6 checking linux/seccomp.h usability... yes #5 106.9 checking linux/seccomp.h presence... yes #5 106.9 checking for linux/seccomp.h... yes #5 107.0 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #5 107.3 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #5 107.5 checking linux/filter.h usability... yes #5 107.9 checking linux/filter.h presence... yes #5 108.0 checking for linux/filter.h... yes #5 108.0 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #5 108.1 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #5 108.1 checking for libseccomp >= 2.5.2... no #5 108.1 checking size of long... 8 #5 108.5 checking for accept4... yes #5 109.0 checking for fchdir... yes #5 109.4 checking for gethostname... yes #5 109.8 checking for getrusage... yes #5 110.1 checking for get_current_dir_name... yes #5 110.5 checking for lrand48... yes #5 110.8 checking for random... yes #5 111.2 checking for rint... yes #5 111.5 checking for tcdrain... yes #5 111.9 checking for trunc... yes #5 112.3 checking for select... yes #5 112.6 checking for getpagesize... (cached) yes #5 112.6 checking for setlocale... yes #5 113.0 checking for newlocale... yes #5 113.2 checking for getrlimit... yes #5 113.5 checking for setrlimit... yes #5 113.9 checking for shutdown... yes #5 114.2 checking for pthread_sigmask... (cached) yes #5 114.2 checking for strsignal... yes #5 114.6 checking for setitimer... yes #5 114.9 checking for sendto... yes #5 115.3 checking for recvfrom... yes #5 115.7 checking for getsockname... yes #5 116.1 checking for getifaddrs... yes #5 116.3 checking for freeifaddrs... yes #5 116.6 checking for gai_strerror... yes #5 116.9 checking for sync... yes #5 117.3 checking for endpwent... yes #5 117.7 checking for getgrent... yes #5 117.9 checking for endgrent... yes #5 118.2 checking for cfmakeraw... yes #5 118.4 checking for cfsetspeed... yes #5 118.6 checking for __executable_start... yes #5 119.0 checking for log2... yes #5 119.4 checking for pthread_setname_np... yes #5 119.7 checking for pthread_set_name_np... no #5 120.1 checking for getpwent... yes #5 120.4 checking for renameat2... yes #5 120.6 checking whether pthread_setname_np takes a single argument... no #5 120.8 checking whether pthread_setname_np takes three arguments... no #5 121.0 checking for aligned_alloc... yes #5 121.4 checking whether aligned_alloc is declared... yes #5 121.7 checking for posix_madvise... yes #5 121.9 checking for madvise... yes #5 125.4 checking for __builtin_frame_address... yes #5 125.7 checking for __builtin_unwind_init... yes #5 125.9 checking for _LARGEFILE_SOURCE value needed for large files... no #5 126.2 checking for grantpt... yes #5 126.4 checking for getpt... yes #5 126.7 checking for posix_openpt... yes #5 126.9 checking for library containing tputs... -ltinfo #5 127.4 checking whether -ltinfo library defines BC... yes #5 127.6 checking for timerfd interface... yes #5 127.8 checking whether signals can be handled on alternate stack... yes #5 128.0 checking valgrind/valgrind.h usability... no #5 128.3 checking valgrind/valgrind.h presence... no #5 128.4 checking for valgrind/valgrind.h... no #5 128.5 checking for struct unipair.unicode... yes #5 128.6 checking for pid_t... yes #5 129.0 checking vfork.h usability... no #5 129.1 checking vfork.h presence... no #5 129.2 checking for vfork.h... no #5 129.2 checking for fork... yes #5 129.6 checking for vfork... yes #5 129.9 checking for working fork... yes #5 130.3 checking for working vfork... (cached) yes #5 130.3 checking for snprintf... yes #5 130.6 checking for open_memstream... yes #5 130.8 checking spawn.h usability... yes #5 131.1 checking spawn.h presence... yes #5 131.2 checking for spawn.h... yes #5 131.2 checking for posix_spawn... yes #5 131.6 checking for posix_spawn_file_actions_addchdir... no #5 131.9 checking for posix_spawn_file_actions_addchdir_np... yes #5 132.2 checking for posix_spawnattr_setflags... yes #5 132.7 checking whether POSIX_SPAWN_SETSID is declared... yes #5 133.0 checking whether GLib is linked in... no #5 133.0 checking for nl_langinfo and CODESET... yes #5 133.6 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #5 133.9 checking for mbstate_t... yes #5 134.2 checking for signals via characters... yes #5 134.5 checking for _setjmp... yes #5 134.7 checking for sigsetjmp... yes #5 135.0 checking POSIX termios... yes #5 135.3 checking size of speed_t... 4 #5 135.7 checking for usable FIONREAD... yes #5 136.0 checking for usable SIGIO... yes #5 136.2 checking for struct alignment... yes #5 136.4 checking for C/C++ restrict keyword... __restrict__ #5 136.6 checking for typeof syntax and keyword spelling... typeof #5 136.7 checking for statement expressions... yes #5 136.9 checking whether malloc (0) returns nonnull... yes #5 137.2 checking sys/acl.h usability... yes #5 137.4 checking sys/acl.h presence... yes #5 137.4 checking for sys/acl.h... yes #5 137.4 checking for library containing acl_get_file... -lacl #5 138.0 checking for acl_get_file... yes #5 138.4 checking for acl_get_fd... yes #5 138.7 checking for acl_set_file... yes #5 139.2 checking for acl_set_fd... yes #5 139.6 checking for acl_free... yes #5 139.9 checking for acl_from_mode... yes #5 140.2 checking for acl_from_text... yes #5 140.6 checking for acl_delete_def_file... yes #5 140.9 checking for acl_extended_file... yes #5 141.3 checking for acl_delete_fd_np... no #5 141.4 checking for acl_delete_file_np... no #5 141.7 checking for acl_copy_ext_native... no #5 141.9 checking for acl_create_entry_np... no #5 142.1 checking for acl_to_short_text... no #5 142.3 checking for acl_free_text... no #5 142.5 checking for working acl_get_file... yes #5 142.8 checking acl/libacl.h usability... yes #5 143.0 checking acl/libacl.h presence... yes #5 143.1 checking for acl/libacl.h... yes #5 143.1 checking for acl_entries... yes #5 143.3 checking for ACL_FIRST_ENTRY... yes #5 143.5 checking for ACL_TYPE_EXTENDED... no #5 143.7 checking for working alloca.h... yes #5 144.0 checking for alloca... yes #5 144.2 checking for a thread-safe mkdir -p... /bin/mkdir -p #5 144.2 checking whether the preprocessor supports include_next... yes #5 144.3 checking whether source code line length is unlimited... yes #5 144.4 checking whether endutent is declared... yes #5 144.7 checking for struct utmpx.ut_user... yes #5 145.0 checking for struct utmp.ut_user... yes #5 145.4 checking for struct utmpx.ut_name... yes #5 145.8 checking for struct utmp.ut_name... yes #5 146.1 checking for struct utmpx.ut_type... yes #5 146.4 checking for struct utmp.ut_type... yes #5 146.6 checking for struct utmpx.ut_pid... yes #5 146.9 checking for struct utmp.ut_pid... yes #5 147.2 checking for struct utmp.ut_tv... yes #5 147.7 checking for struct utmpx.ut_host... yes #5 147.9 checking for struct utmp.ut_host... yes #5 148.2 checking for struct utmpx.ut_id... yes #5 148.5 checking for struct utmp.ut_id... yes #5 148.8 checking for struct utmpx.ut_session... yes #5 149.2 checking for struct utmp.ut_session... yes #5 149.4 checking for struct utmpx.ut_exit... yes #5 149.9 checking for struct utmp.ut_exit... yes #5 150.4 checking for struct utmpx.ut_exit.ut_exit... no #5 150.9 checking for struct utmpx.ut_exit.e_exit... yes #5 151.2 checking for struct utmp.ut_exit.e_exit... yes #5 151.5 checking for struct utmpx.ut_exit.ut_termination... no #5 152.0 checking for struct utmpx.ut_exit.e_termination... yes #5 152.2 checking for struct utmp.ut_exit.e_termination... yes #5 152.4 checking whether sysinfo is declared... yes #5 152.6 checking for sys/sysctl.h... yes #5 152.9 checking for sysctl... yes #5 153.1 checking whether lstat correctly handles trailing slash... yes #5 153.4 checking whether // is distinct from /... no #5 153.4 checking whether realpath works... yes #5 153.8 checking for faccessat... yes #5 154.0 checking for getcwd... yes #5 154.2 checking whether byte ordering is bigendian... no #5 155.2 checking if environ is properly declared... yes #5 155.3 checking for complete errno.h... yes #5 155.4 checking whether ctype.h defines __header_inline... no #5 155.5 checking for mode_t... yes #5 157.9 checking whether strmode is declared... no #5 158.0 checking whether getline is declared... yes #5 158.2 checking for gawk... no #5 158.2 checking for mawk... mawk #5 158.2 checking for getopt.h... (cached) yes #5 158.2 checking for getopt_long_only... yes #5 158.4 checking whether getopt is POSIX compatible... yes #5 159.2 checking for working GNU getopt function... yes #5 159.7 checking for working GNU getopt_long function... yes #5 159.9 checking whether timespec_get is declared... yes #5 160.1 checking for timespec_get... yes #5 160.4 checking for struct timeval... yes #5 160.5 checking for wide-enough struct timeval.tv_sec member... yes #5 160.6 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #5 160.8 checking whether the compiler produces multi-arch binaries... no #5 160.8 checking whether stdint.h conforms to C99... yes #5 161.3 checking whether stdint.h works without ISO C predefines... yes #5 161.5 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #5 161.7 checking whether memmem is declared... yes #5 162.0 checking whether memrchr is declared... yes #5 162.2 checking whether defines MIN and MAX... no #5 162.3 checking whether defines MIN and MAX... yes #5 162.6 checking whether time_t is signed... yes #5 162.7 checking whether alarm is declared... yes #5 163.0 checking for working mktime... no #5 163.6 checking whether struct tm is in sys/time.h or time.h... time.h #5 163.8 checking for struct tm.tm_zone... yes #5 164.0 checking for struct tm.tm_gmtoff... yes #5 164.2 checking whether is self-contained... yes #5 164.7 checking for inline... inline #5 164.8 checking for sigset_t... yes #5 165.2 checking for volatile sig_atomic_t... yes #5 165.5 checking for sighandler_t... yes #5 165.8 checking for wchar_t... yes #5 165.9 checking for good max_align_t... yes #5 166.1 checking whether NULL can be used in arbitrary expressions... yes #5 166.2 checking for unreachable... no #5 166.6 checking whether fcloseall is declared... yes #5 166.8 checking whether getw is declared... yes #5 167.1 checking whether putw is declared... yes #5 167.3 checking which flavor of printf attribute matches inttypes macros... system #5 167.5 checking whether strnlen is declared... yes #5 167.7 checking whether strtoimax is declared... yes #5 167.9 checking whether stat file-mode macros are broken... no #5 168.0 checking for nlink_t... yes #5 168.2 checking for struct timespec in ... yes #5 168.4 checking for TIME_UTC in ... yes #5 168.6 checking whether execvpe is declared... yes #5 168.8 checking whether clearerr_unlocked is declared... yes #5 169.1 checking whether feof_unlocked is declared... yes #5 169.4 checking whether ferror_unlocked is declared... yes #5 169.7 checking whether fflush_unlocked is declared... yes #5 170.0 checking whether fgets_unlocked is declared... yes #5 170.3 checking whether fputc_unlocked is declared... yes #5 170.5 checking whether fputs_unlocked is declared... yes #5 170.8 checking whether fread_unlocked is declared... yes #5 171.1 checking whether fwrite_unlocked is declared... yes #5 171.3 checking whether getc_unlocked is declared... yes #5 171.7 checking whether getchar_unlocked is declared... yes #5 172.0 checking whether putc_unlocked is declared... yes #5 172.3 checking whether putchar_unlocked is declared... yes #5 172.6 checking type of array argument to getgroups... gid_t #5 172.9 checking whether getdelim is declared... yes #5 173.2 checking whether getdtablesize is declared... yes #5 173.5 checking whether malloc is ptrdiff_t safe... yes #5 173.6 checking whether malloc, realloc, calloc set errno on failure... yes #5 173.6 checking for O_CLOEXEC... yes #5 173.8 checking for promoted mode_t type... mode_t #5 173.9 checking whether the utimes function works... yes #5 174.4 checking for C compiler option to allow warnings... -Wno-error #5 174.7 checking for alignas and alignof... yes, macros #5 174.9 checking for alloca as a compiler built-in... yes #5 175.0 checking for static_assert... yes, an macro #5 175.4 checking for __builtin_expect... yes #5 175.7 checking byteswap.h usability... yes #5 176.0 checking byteswap.h presence... yes #5 176.1 checking for byteswap.h... yes #5 176.1 checking for readlinkat... yes #5 176.4 checking for library containing clock_gettime... none required #5 176.7 checking for clock_getres... yes #5 176.9 checking for clock_gettime... yes #5 177.2 checking for clock_settime... yes #5 177.5 checking for copy_file_range... yes #5 177.9 checking for d_type member in directory struct... yes #5 178.3 checking whether // is distinct from /... (cached) no #5 178.3 checking whether dup2 works... yes #5 178.7 checking for library containing backtrace_symbols_fd... none required #5 179.0 checking for faccessat... (cached) yes #5 179.1 checking whether fchmodat works...