Running with gitlab-runner 15.3.0 (bbcb5aba)  on emba-docker-runner 2oEDrUT7 section_start:1703031196: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:1703031225:prepare_executor section_start:1703031225:prepare_script Preparing environment Running on runner-2oedrut7-project-1-concurrent-1 via emba.gnu.org... section_end:1703031226:prepare_script section_start:1703031226: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 f248960c as master... Skipping Git submodules setup section_end:1703031462:get_sources section_start:1703031462: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: 23 Running: 5 Paused: 0 Stopped: 18 Images: 15 Server Version: 20.10.21 Storage Driver: overlay2 Backing Filesystem: xfs Supports d_type: true Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs 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.runtime.v1.linux runc io.containerd.runc.v2 Default Runtime: runc Init Binary: docker-init containerd version: runc version: init version: Security Options: apparmor seccomp Profile: default Kernel Version: 4.15.0-213-generic Operating System: Trisquel GNU/Linux Etiona (9.0.2) OSType: linux Architecture: x86_64 CPUs: 2 Total Memory: 7.789GiB Name: emba.gnu.org ID: X47L:JFLM:IP7X:AN3A:6FS4:N5DF:SGWZ:KSYJ:GQ2L:ZEKB:GUXD:3IZT 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: No swap limit support WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /.docker-config-f248960c71444a92cb91646e64d57b44523af884/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 transferring dockerfile: 6.46kB 0.0s done #1 ... #2 [internal] load .dockerignore #2 transferring context: 2B done #2 ... #1 [internal] load build definition from Dockerfile.emba #1 DONE 16.2s #2 [internal] load .dockerignore #2 DONE 18.1s #3 [internal] load metadata for docker.io/library/debian:sid #3 DONE 1.2s #4 [emacs-tree-sitter 1/11] FROM docker.io/library/debian:sid@sha256:5a9a6... #4 DONE 0.0s #5 [emacs-tree-sitter 2/11] RUN apt-get update && apt-get install -y -... #5 CACHED #7 [internal] load build context #7 transferring context: #7 transferring context: 33.76MB 5.0s #7 ... #6 [emacs-tree-sitter 3/11] RUN apt-get update && apt-get install -y -... #6 5.252 Get:1 http://deb.debian.org/debian sid InRelease [198 kB] #6 5.742 Get:2 http://deb.debian.org/debian sid/main amd64 Packages [9603 kB] #6 9.758 Fetched 9801 kB in 5s (1812 kB/s) #6 9.758 Reading package lists... #6 12.43 Reading package lists... #6 14.59 Building dependency tree... #6 15.26 Reading state information... #6 ... #7 [internal] load build context #7 transferring context: 48.35MB 15.5s #7 transferring context: 66.84MB 20.5s #7 transferring context: 134.21MB 25.8s #7 ... #6 [emacs-tree-sitter 3/11] RUN apt-get update && apt-get install -y -... #6 17.32 The following NEW packages will be installed: #6 17.33 libtree-sitter-dev libtree-sitter0 #6 18.97 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded. #6 18.97 Need to get 179 kB of archives. #6 18.97 After this operation, 508 kB of additional disk space will be used. #6 18.97 Get:1 http://deb.debian.org/debian sid/main amd64 libtree-sitter0 amd64 0.20.8-2 [84.3 kB] #6 18.98 Get:2 http://deb.debian.org/debian sid/main amd64 libtree-sitter-dev amd64 0.20.8-2 [94.8 kB] #6 23.50 debconf: delaying package configuration, since apt-utils is not installed #6 24.13 Fetched 179 kB in 0s (2053 kB/s) #6 25.67 Selecting previously unselected package libtree-sitter0:amd64. #6 ... #7 [internal] load build context #7 transferring context: 150.94MB 30.9s #7 transferring context: 179.21MB 36.0s #7 ... #6 [emacs-tree-sitter 3/11] RUN apt-get update && apt-get install -y -... #6 27.69 (Reading database ... 14886 files and directories currently installed.) #6 27.69 Preparing to unpack .../libtree-sitter0_0.20.8-2_amd64.deb ... #6 32.78 Unpacking libtree-sitter0:amd64 (0.20.8-2) ... #6 34.91 Selecting previously unselected package libtree-sitter-dev:amd64. #6 34.91 Preparing to unpack .../libtree-sitter-dev_0.20.8-2_amd64.deb ... #6 34.95 Unpacking libtree-sitter-dev:amd64 (0.20.8-2) ... #6 ... #7 [internal] load build context #7 transferring context: 217.26MB 41.2s #7 transferring context: 243.24MB 48.8s #7 ... #6 [emacs-tree-sitter 3/11] RUN apt-get update && apt-get install -y -... #6 49.76 Setting up libtree-sitter0:amd64 (0.20.8-2) ... #6 49.89 Setting up libtree-sitter-dev:amd64 (0.20.8-2) ... #6 49.93 Processing triggers for libc-bin (2.37-13) ... #6 ... #7 [internal] load build context #7 transferring context: 246.08MB 49.6s done #7 DONE 50.8s #6 [emacs-tree-sitter 3/11] RUN apt-get update && apt-get install -y -... #6 DONE 58.1s #8 [emacs-tree-sitter 4/11] COPY . /checkout #8 DONE 32.5s #9 [emacs-tree-sitter 5/11] WORKDIR /checkout #9 DONE 37.6s #10 [emacs-tree-sitter 6/11] RUN ./autogen.sh autoconf #10 62.43 Checking whether you have the necessary tools... #10 62.43 (Read INSTALL.REPO for more details on building Emacs) #10 62.49 Checking for autoconf (need at least version 2.65) ... ok #10 62.67 Your system has the required tools. #10 62.74 Building aclocal.m4 ... #10 62.75 Running 'autoreconf -fi -I m4' ... #10 94.60 Building 'aclocal.m4' in exec ... #10 94.60 Running 'autoreconf -fi' in exec ... #10 104.2 You can now run './autogen.sh git'. #10 DONE 104.6s #11 [emacs-tree-sitter 7/11] RUN ./configure --with-tree-sitter #11 2.981 checking for xcrun... no #11 2.981 checking for GNU Make... make #11 3.100 checking build system type... x86_64-pc-linux-gnu #11 4.497 checking host system type... x86_64-pc-linux-gnu #11 4.624 checking for gcc... gcc #11 5.028 checking whether the C compiler works... yes #11 5.867 checking for C compiler default output file name... a.out #11 5.881 checking for suffix of executables... #11 6.324 checking whether we are cross compiling... no #11 7.393 checking for suffix of object files... o #11 7.605 checking whether the compiler supports GNU C... yes #11 7.795 checking whether gcc accepts -g... yes #11 8.114 checking for gcc option to enable C11 features... none needed #11 9.003 checking whether the compiler is clang... no #11 9.184 checking for compiler option needed when checking for declarations... none #11 9.184 checking whether gcc and cc understand -c and -o together... yes #11 9.950 checking for stdio.h... yes #11 10.16 checking for stdlib.h... yes #11 10.48 checking for string.h... yes #11 10.86 checking for inttypes.h... yes #11 11.21 checking for stdint.h... yes #11 11.59 checking for strings.h... yes #11 11.79 checking for sys/stat.h... yes #11 12.19 checking for sys/types.h... yes #11 12.55 checking for unistd.h... yes #11 13.00 checking for wchar.h... yes #11 13.44 checking for minix/config.h... no #11 13.86 checking for linux/fs.h... yes #11 14.29 checking for malloc.h... yes #11 14.71 checking for sys/systeminfo.h... no #11 15.05 checking for sys/sysinfo.h... yes #11 15.30 checking for coff.h... no #11 15.59 checking for pty.h... yes #11 15.99 checking for sys/resource.h... yes #11 16.22 checking for sys/utsname.h... yes #11 16.42 checking for pwd.h... yes #11 16.75 checking for util.h... no #11 17.09 checking for sanitizer/lsan_interface.h... yes #11 17.34 checking for sanitizer/asan_interface.h... yes #11 17.68 checking for sanitizer/common_interface_defs.h... yes #11 17.99 checking for sys/socket.h... yes #11 18.42 checking for sys/param.h... yes #11 18.86 checking for pthread.h... yes #11 19.25 checking for malloc/malloc.h... no #11 19.62 checking for sys/un.h... yes #11 19.96 checking for vfork.h... no #11 20.32 checking for utmp.h... yes #11 20.74 checking for utmpx.h... yes #11 21.10 checking for OS.h... no #11 21.42 checking for dirent.h... yes #11 21.87 checking for execinfo.h... yes #11 22.15 checking for linux/xattr.h... yes #11 22.57 checking for stdio_ext.h... yes #11 22.95 checking for sys/vfs.h... yes #11 23.25 checking for sys/fs_types.h... no #11 23.59 checking for getopt.h... yes #11 23.99 checking for sys/cdefs.h... yes #11 24.45 checking for sys/time.h... yes #11 24.76 checking for ieee754.h... yes #11 25.06 checking for limits.h... yes #11 25.38 checking for sys/select.h... yes #11 25.77 checking for stdbool.h... yes #11 26.17 checking for stdckdint.h... no #11 26.53 checking for sys/random.h... yes #11 26.91 checking whether it is safe to define __EXTENSIONS__... yes #11 27.22 checking whether _XOPEN_SOURCE should be defined... no #11 27.44 checking how to run the C preprocessor... gcc -E #11 28.09 checking for grep that handles long lines and -e... /usr/bin/grep #11 28.11 checking for egrep... /usr/bin/grep -E #11 28.13 checking for Minix Amsterdam compiler... no #11 28.25 checking for ar... ar #11 28.25 checking for ranlib... ranlib #11 28.27 checking for gcc option to enable large file support... none needed #11 28.85 checking for gcc option for timestamps after 2038... none needed #11 29.12 checking for g++... g++ #11 29.45 checking whether the compiler supports GNU C++... yes #11 30.13 checking whether g++ accepts -g... yes #11 30.36 checking for g++ option to enable C++11 features... none needed #11 31.40 checking whether gcc accepts -g3 -O2... yes #11 31.98 checking whether the compiler is clang... no #11 32.46 checking whether C compiler handles -Werror -Wunknown-warning-option... no #11 32.86 checking whether -Wno-missing-field-initializers is needed... no #11 33.40 checking whether -Wuninitialized is supported... yes #11 33.75 checking whether C compiler handles -fstrict-flex-arrays... yes #11 34.17 checking whether C compiler handles -Wall... yes #11 34.38 checking whether C compiler handles -Warith-conversion... yes #11 34.89 checking whether C compiler handles -Wdate-time... yes #11 35.41 checking whether C compiler handles -Wdisabled-optimization... yes #11 35.96 checking whether C compiler handles -Wdouble-promotion... yes #11 36.52 checking whether C compiler handles -Wduplicated-cond... yes #11 37.03 checking whether C compiler handles -Wextra... yes #11 37.59 checking whether C compiler handles -Wformat-signedness... yes #11 38.19 checking whether C compiler handles -Winit-self... yes #11 38.83 checking whether C compiler handles -Winvalid-pch... yes #11 39.37 checking whether C compiler handles -Wlogical-op... yes #11 39.75 checking whether C compiler handles -Wmissing-declarations... yes #11 40.35 checking whether C compiler handles -Wmissing-include-dirs... yes #11 40.80 checking whether C compiler handles -Wmissing-prototypes... yes #11 41.39 checking whether C compiler handles -Wnested-externs... yes #11 41.93 checking whether C compiler handles -Wnull-dereference... yes #11 42.47 checking whether C compiler handles -Wold-style-definition... yes #11 42.95 checking whether C compiler handles -Wopenmp-simd... yes #11 43.22 checking whether C compiler handles -Wpacked... yes #11 43.44 checking whether C compiler handles -Wpointer-arith... yes #11 43.76 checking whether C compiler handles -Wstrict-flex-arrays... yes #11 44.21 checking whether C compiler handles -Wstrict-prototypes... yes #11 44.69 checking whether C compiler handles -Wsuggest-attribute=format... yes #11 45.13 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #11 45.62 checking whether C compiler handles -Wsuggest-final-methods... yes #11 46.10 checking whether C compiler handles -Wsuggest-final-types... yes #11 46.57 checking whether C compiler handles -Wtrampolines... yes #11 47.15 checking whether C compiler handles -Wuninitialized... yes #11 47.52 checking whether C compiler handles -Wunknown-pragmas... yes #11 48.08 checking whether C compiler handles -Wunused-macros... yes #11 48.77 checking whether C compiler handles -Wvariadic-macros... yes #11 49.36 checking whether C compiler handles -Wvector-operation-performance... yes #11 50.07 checking whether C compiler handles -Wwrite-strings... yes #11 50.49 checking whether C compiler handles -Warray-bounds=2... yes #11 51.04 checking whether C compiler handles -Wattribute-alias=2... yes #11 51.57 checking whether C compiler handles -Wformat=2... yes #11 52.18 checking whether C compiler handles -Wformat-truncation=2... yes #11 52.72 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #11 53.27 checking whether C compiler handles -Wshift-overflow=2... yes #11 53.87 checking whether C compiler handles -Wuse-after-free=3... yes #11 54.45 checking whether C compiler handles -Wvla-larger-than=4031... yes #11 54.95 checking whether C compiler handles -Wredundant-decls... yes #11 55.23 checking whether C compiler handles -Wno-missing-field-initializers... yes #11 55.75 checking whether C compiler handles -Wno-override-init... yes #11 56.31 checking whether C compiler handles -Wno-sign-compare... yes #11 56.90 checking whether C compiler handles -Wno-type-limits... yes #11 57.50 checking whether C compiler handles -Wno-unused-parameter... yes #11 57.85 checking whether C compiler handles -Wno-format-nonliteral... yes #11 58.51 checking whether C compiler handles -Wno-bidi-chars... yes #11 59.26 checking for a BSD-compatible install... /usr/bin/install -c #11 60.24 checking command to symlink files in the same directory... ln -s #11 60.25 checking for install-info... : #11 60.28 checking for gzip... /usr/bin/gzip #11 60.28 checking for 'find' args to delete a file... -delete #11 60.34 checking for brew... no #11 61.60 checking for -znocombreloc... not needed #11 61.60 checking whether addresses are sanitized... no #11 61.84 checking for math library... -lm #11 65.46 checking for struct passwd.pw_gecos... yes #11 65.87 checking for pkg-config... /usr/bin/pkg-config #11 65.88 checking pkg-config is at least version 0.9.0... yes #11 65.97 checking for machine/soundcard.h... no #11 66.21 checking for sys/soundcard.h... yes #11 66.54 checking for soundcard.h... no #11 66.71 checking for mmsystem.h... no #11 66.89 checking for _oss_ioctl in -lossaudio... no #11 67.34 checking for alsa >= 1.0.0... no #11 67.64 checking for ADDR_NO_RANDOMIZE... yes #11 68.03 checking if Linux sysinfo may be used... yes #11 68.82 checking for sys/wait.h that is POSIX.1 compatible... yes #11 69.28 checking for net/if.h... yes #11 70.08 checking for ifaddrs.h... yes #11 70.34 checking for net/if_dl.h... no #11 70.72 checking for struct ifreq.ifr_flags... yes #11 71.26 checking for struct ifreq.ifr_hwaddr... yes #11 72.23 checking for struct ifreq.ifr_netmask... yes #11 72.99 checking for struct ifreq.ifr_broadaddr... yes #11 74.30 checking for struct ifreq.ifr_addr... yes #11 75.42 checking for struct ifreq.ifr_addr.sa_len... no #11 76.22 checking whether gcc understands -MMD -MF... yes #11 76.50 checking for gcc options needed to detect all undeclared functions... none needed #11 77.12 checking for X... no #11 77.92 checking for X... false #11 77.94 checking whether malloc is Doug Lea style... no #11 78.29 checking for sbrk... yes #11 78.97 checking for getpagesize... yes #11 79.55 checking for __lsan_ignore_object... no #11 80.24 checking for fork... yes #11 80.87 checking for vfork... yes #11 81.49 checking for fchmod... yes #11 82.05 checking for utmpname... yes #11 82.61 checking for utmpxname... yes #11 83.05 checking for canonicalize_file_name... yes #11 83.57 checking for realpath... yes #11 84.20 checking for lstat... yes #11 84.73 checking for fchmodat... yes #11 85.23 checking for lchmod... yes #11 85.76 checking for fcntl... yes #11 86.43 checking for fdopendir... yes #11 86.95 checking for listxattr... yes #11 87.31 checking for fstatat... yes #11 87.73 checking for fsync... yes #11 88.42 checking for gettimeofday... yes #11 88.92 checking for memset_explicit... no #11 89.39 checking for memset_s... no #11 89.96 checking for pselect... yes #11 90.45 checking for pthread_sigmask... yes #11 90.87 checking for readlink... yes #11 91.28 checking for isblank... yes #11 91.80 checking for iswctype... yes #11 92.35 checking for strtoimax... yes #11 92.97 checking for symlink... yes #11 93.42 checking for localtime_r... yes #11 93.90 checking for getdtablesize... yes #11 94.39 checking for working mmap... yes #11 95.19 checking for main in -lXbsd... no #11 95.53 checking for pthread library... none needed #11 96.36 checking for thread support... yes #11 96.37 checking for sqlite3_open_v2 in -lsqlite3... no #11 96.78 checking for getaddrinfo_a in -lanl... yes #11 97.20 checking for malloc_trim... yes #11 97.54 checking for dbus-1 >= 1.0... yes #11 97.60 checking for dbus_watch_get_unix_fd... yes #11 98.20 checking for dbus_type_is_valid... yes #11 98.91 checking for dbus_validate_bus_name... yes #11 99.71 checking for dbus_validate_path... yes #11 100.4 checking for dbus_validate_interface... yes #11 101.1 checking for dbus_validate_member... yes #11 101.7 checking for lgetfilecon in -lselinux... no #11 102.1 checking for gnutls >= 2.12.2... yes #11 102.2 checking for libsystemd >= 222... no #11 102.3 checking for jansson >= 2.7... no #11 102.4 checking for tree-sitter >= 0.20.2... yes #11 102.5 checking for sys/inotify.h... yes #11 103.2 checking for inotify_init1... yes #11 103.8 checking for lcms2... no #11 103.9 checking for library containing inflateEnd... no #11 107.0 checking for dladdr... yes #11 107.6 checking for dlfunc... no #11 108.1 checking for gcc_jit_context_acquire in -lgccjit... no #11 108.4 configure: WARNING: Elisp native compiler can't be enabled as libgccjit was not #11 108.4 found. #11 108.4 Please try installing libgccjit or a similar package if you want to have it #11 108.4 enabled. #11 108.4 checking for libgccjit.h... no #11 109.1 configure: WARNING: Elisp native compiler can't be enabled as libgccjit header files #11 109.1 were not found. #11 109.1 Please try installing libgccjit-dev or a similar package if you want to have it #11 109.1 enabled. #11 109.1 checking for gpm.h... no #11 109.6 checking for libxml-2.0 > 2.6.17... no #11 109.7 checking for maillock in -lmail... no #11 110.2 checking for maillock in -llockfile... no #11 110.7 checking for liblockfile.so... no #11 110.8 checking for maillock.h... no #11 111.3 checking for linux/seccomp.h... yes #11 111.7 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #11 111.8 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #11 112.2 checking for linux/filter.h... yes #11 112.9 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #11 113.0 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #11 113.0 checking for libseccomp >= 2.5.2... no #11 113.1 checking size of long... 8 #11 114.1 checking for accept4... yes #11 114.5 checking for fchdir... yes #11 115.0 checking for gethostname... yes #11 115.7 checking for getrusage... yes #11 116.3 checking for get_current_dir_name... yes #11 116.8 checking for lrand48... yes #11 117.3 checking for random... yes #11 118.0 checking for rint... yes #11 118.8 checking for tcdrain... yes #11 119.2 checking for trunc... yes #11 119.9 checking for select... yes #11 120.5 checking for getpagesize... (cached) yes #11 120.5 checking for setlocale... yes #11 121.1 checking for newlocale... yes #11 121.7 checking for getrlimit... yes #11 122.3 checking for setrlimit... yes #11 122.8 checking for shutdown... yes #11 123.3 checking for pthread_sigmask... (cached) yes #11 123.3 checking for strsignal... yes #11 124.0 checking for setitimer... yes #11 124.6 checking for sendto... yes #11 125.2 checking for recvfrom... yes #11 125.9 checking for getsockname... yes #11 126.5 checking for getifaddrs... yes #11 127.1 checking for freeifaddrs... yes #11 127.8 checking for gai_strerror... yes #11 128.4 checking for sync... yes #11 129.0 checking for endpwent... yes #11 129.5 checking for getgrent... yes #11 129.9 checking for endgrent... yes #11 130.5 checking for renameat2... yes #11 131.0 checking for cfmakeraw... yes #11 131.6 checking for cfsetspeed... yes #11 132.3 checking for __executable_start... yes #11 133.0 checking for log2... yes #11 133.8 checking for pthread_setname_np... yes #11 134.3 checking for pthread_set_name_np... no #11 134.7 checking for getpwent... yes #11 135.4 checking whether pthread_setname_np takes a single argument... no #11 135.7 checking whether pthread_setname_np takes three arguments... no #11 136.0 checking for aligned_alloc... yes #11 136.7 checking whether aligned_alloc is declared... yes #11 137.1 checking for posix_madvise... yes #11 137.6 checking for madvise... yes #11 138.1 checking for __builtin_frame_address... yes #11 138.7 checking for __builtin_unwind_init... yes #11 139.2 checking for _LARGEFILE_SOURCE value needed for large files... no #11 139.7 checking for grantpt... yes #11 140.2 checking for getpt... yes #11 140.7 checking for posix_openpt... yes #11 141.1 checking for library containing tputs... -ltinfo #11 142.3 checking whether -ltinfo library defines BC... yes #11 142.9 checking for timerfd interface... yes #11 143.2 checking whether signals can be handled on alternate stack... yes #11 143.7 checking for valgrind/valgrind.h... no #11 144.1 checking for struct unipair.unicode... yes #11 144.4 checking for pid_t... yes #11 145.3 checking for working fork... yes #11 146.1 checking for working vfork... (cached) yes #11 146.1 checking for snprintf... yes #11 146.7 checking for open_memstream... yes #11 147.3 checking for spawn.h... yes #11 147.7 checking for posix_spawn... yes #11 148.3 checking for posix_spawn_file_actions_addchdir... no #11 148.9 checking for posix_spawn_file_actions_addchdir_np... yes #11 149.4 checking for posix_spawnattr_setflags... yes #11 150.0 checking whether POSIX_SPAWN_SETSID is declared... yes #11 150.3 checking whether GLib is linked in... no #11 150.5 checking for nl_langinfo and CODESET... yes #11 151.1 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #11 151.6 checking for mbstate_t... yes #11 152.0 checking for signals via characters... yes #11 152.5 checking for _setjmp... yes #11 153.0 checking for sigsetjmp... yes #11 153.5 checking POSIX termios... yes #11 154.2 checking size of speed_t... 4 #11 154.8 checking for usable FIONREAD... yes #11 155.2 checking for usable SIGIO... yes #11 155.8 checking for struct alignment... yes #11 156.1 checking for C/C++ restrict keyword... __restrict__ #11 156.3 checking for typeof syntax and keyword spelling... typeof #11 156.5 checking for statement expressions... yes #11 156.8 checking whether malloc (0) returns nonnull... yes #11 157.3 checking for sys/acl.h... yes #11 157.7 checking for library containing acl_get_file... -lacl #11 159.0 checking for acl_get_file... yes #11 159.5 checking for acl_get_fd... yes #11 160.0 checking for acl_set_file... yes #11 160.7 checking for acl_set_fd... yes #11 161.4 checking for acl_free... yes #11 161.9 checking for acl_from_mode... yes #11 162.3 checking for acl_from_text... yes #11 162.9 checking for acl_delete_def_file... yes #11 163.3 checking for acl_extended_file... yes #11 163.9 checking for acl_delete_fd_np... no #11 164.5 checking for acl_delete_file_np... no #11 164.9 checking for acl_copy_ext_native... no #11 165.6 checking for acl_create_entry_np... no #11 166.4 checking for acl_to_short_text... no #11 167.1 checking for acl_free_text... no #11 167.8 checking for working acl_get_file... yes #11 168.6 checking for acl/libacl.h... yes #11 169.1 checking for acl_entries... yes #11 169.6 checking for ACL_FIRST_ENTRY... yes #11 169.9 checking for ACL_TYPE_EXTENDED... no #11 170.1 checking for working alloca.h... yes #11 170.5 checking for alloca... yes #11 170.5 checking for a race-free mkdir -p... /usr/bin/mkdir -p #11 170.5 checking whether the preprocessor supports include_next... yes #11 170.8 checking whether source code line length is unlimited... yes #11 171.0 checking whether endutent is declared... yes #11 171.3 checking for struct utmpx.ut_user... yes #11 171.8 checking for struct utmp.ut_user... yes #11 172.3 checking for struct utmpx.ut_name... yes #11 172.8 checking for struct utmp.ut_name... yes #11 173.4 checking for struct utmpx.ut_type... yes #11 173.9 checking for struct utmp.ut_type... yes #11 174.4 checking for struct utmpx.ut_pid... yes #11 175.0 checking for struct utmp.ut_pid... yes #11 175.6 checking for struct utmp.ut_tv... yes #11 181.5 checking for struct utmpx.ut_host... yes #11 182.8 checking for struct utmp.ut_host... yes #11 183.5 checking for struct utmpx.ut_id... yes #11 184.0 checking for struct utmp.ut_id... yes #11 184.5 checking for struct utmpx.ut_session... yes #11 185.0 checking for struct utmp.ut_session... yes #11 185.3 checking for struct utmpx.ut_exit... yes #11 188.8 checking for struct utmp.ut_exit... yes #11 189.6 checking for struct utmpx.ut_exit.ut_exit... no #11 190.4 checking for struct utmpx.ut_exit.e_exit... yes #11 190.8 checking for struct utmp.ut_exit.e_exit... yes #11 194.4 checking for struct utmpx.ut_exit.ut_termination... no #11 196.6 checking for struct utmpx.ut_exit.e_termination... yes #11 197.2 checking for struct utmp.ut_exit.e_termination... yes #11 197.6 checking whether sysinfo is declared... yes #11 197.9 checking for sys/sysctl.h... no #11 198.3 checking for sysctl... no #11 198.6 checking whether lstat correctly handles trailing slash... yes #11 200.7 checking whether // is distinct from /... no #11 200.7 checking whether realpath works... yes #11 201.3 checking for faccessat... yes #11 201.7 checking for getcwd... yes #11 202.0 checking whether byte ordering is bigendian... no #11 204.5 checking if environ is properly declared... yes #11 205.0 checking for complete errno.h... yes #11 205.1 checking whether ctype.h defines __header_inline... no #11 206.6 checking for mode_t... yes #11 208.4 checking whether strmode is declared... no #11 210.3 checking whether getline is declared... yes #11 210.7 checking for gawk... no #11 210.7 checking for mawk... mawk #11 210.7 checking for getopt.h... (cached) yes #11 210.7 checking for getopt_long_only... yes #11 211.4 checking whether getopt is POSIX compatible... yes #11 213.4 checking for working GNU getopt function... yes #11 214.5 checking for working GNU getopt_long function... yes #11 215.1 checking whether timespec_get is declared... yes #11 215.5 checking for timespec_get... yes #11 216.2 checking for struct timeval... yes #11 216.7 checking for wide-enough struct timeval.tv_sec member... yes #11 216.9 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... yes #11 217.2 checking whether limits.h has SSIZE_MAX... yes #11 217.5 checking whether the compiler produces multi-arch binaries... no #11 217.7 checking whether stdint.h conforms to C99... yes #11 219.0 checking whether stdint.h works without ISO C predefines... yes #11 219.4 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #11 219.7 checking whether memmem is declared... yes #11 220.2 checking whether memrchr is declared... yes #11 220.8 checking whether defines MIN and MAX... no #11 221.1 checking whether defines MIN and MAX... yes #11 221.5 checking whether time_t is signed... yes #11 221.9 checking whether alarm is declared... yes #11 222.5 checking for working mktime... yes #11 223.8 checking whether struct tm is in sys/time.h or time.h... time.h #11 224.1 checking for struct tm.tm_zone... yes #11 224.3 checking for struct tm.tm_gmtoff... yes #11 224.5 checking whether is self-contained... yes #11 225.9 checking for inline... inline #11 226.1 checking for sigset_t... yes #11 226.9 checking for volatile sig_atomic_t... yes #11 227.7 checking for sighandler_t... yes #11 228.2 checking for wchar_t... yes #11 228.4 checking for good max_align_t... yes #11 228.6 checking whether NULL can be used in arbitrary expressions... yes #11 228.8 checking for unreachable... no #11 229.4 checking whether fcloseall is declared... yes #11 229.9 checking whether getw is declared... yes #11 230.4 checking whether putw is declared... yes #11 230.9 checking which flavor of printf attribute matches inttypes macros... system #11 231.2 checking whether strnlen is declared... yes #11 231.9 checking whether strtoimax is declared... yes #11 232.3 checking whether stat file-mode macros are broken... no #11 232.6 checking for nlink_t... yes #11 233.2 checking for struct timespec in ... yes #11 233.4 checking for TIME_UTC in ... yes #11 233.7 checking whether execvpe is declared... yes #11 234.3 checking whether clearerr_unlocked is declared... yes #11 234.9 checking whether feof_unlocked is declared... yes #11 235.4 checking whether ferror_unlocked is declared... yes #11 235.9 checking whether fflush_unlocked is declared... yes #11 236.6 checking whether fgets_unlocked is declared... yes #11 237.2 checking whether fputc_unlocked is declared... yes #11 237.7 checking whether fputs_unlocked is declared... yes #11 238.4 checking whether fread_unlocked is declared... yes #11 239.0 checking whether fwrite_unlocked is declared... yes #11 239.4 checking whether getc_unlocked is declared... yes #11 239.9 checking whether getchar_unlocked is declared... yes #11 240.6 checking whether putc_unlocked is declared... yes #11 241.2 checking whether putchar_unlocked is declared... yes #11 241.8 checking type of array argument to getgroups... gid_t #11 242.6 checking whether getdelim is declared... yes #11 243.2 checking whether getdtablesize is declared... yes #11 243.7 checking whether malloc is ptrdiff_t safe... yes #11 244.0 checking whether malloc, realloc, calloc set errno on failure... yes #11 244.0 checking for O_CLOEXEC... yes #11 244.3 checking for promoted mode_t type... mode_t #11 244.5 checking whether the utimes function works... yes #11 245.6 checking for C compiler option to allow warnings... -Wno-error #11 246.1 checking for alignas and alignof... yes, macros #11 246.8 checking for alloca as a compiler built-in... yes #11 246.9 checking for static_assert... yes, an macro #11 247.7 checking for __builtin_expect... yes #11 248.3 checking for byteswap.h... yes #11 248.6 checking for readlinkat... yes #11 249.1 checking for library containing clock_gettime... none required #11 249.6 checking for clock_getres... yes #11 250.1 checking for clock_gettime... yes #11 250.6 checking for clock_settime... yes #11 251.1 checking for copy_file_range... yes #11 251.7 checking for d_type member in directory struct... yes #11 252.0 checking whether // is distinct from /... (cached) no #11 252.0 checking whether dup2 works... yes #11 252.7 checking for library containing backtrace_symbols_fd... none required #11 253.2 checking for faccessat... (cached) yes #11 253.2 checking whether fchmodat works... yes #11 254.0 checking whether fcntl handles F_DUPFD correctly... yes #11 254.9 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #11 255.6 checking whether fdopendir is declared... yes #11 255.8 checking whether fdopendir works... yes #11 256.4 checking for flexible array member... yes #11 256.8 checking for __fpending... yes #11 257.5 checking whether __fpending is declared... yes #11 257.8 checking whether free is known to preserve errno... yes #11 258.1 checking whether fstatat (..., 0) works... yes #11 258.7 checking for sys/mount.h... yes #11 259.3 checking for statvfs function (SVR4)... yes #11 259.9 checking whether to use statvfs64... no #11 260.1 checking for two-argument statfs with statfs.f_frsize member... yes #11 260.9 checking for sys/fs/s5param.h... no #11 261.4 checking for sys/statfs.h... yes #11 261.7 checking for statfs that truncates block counts... no #11 261.9 checking for futimens... yes #11 262.6 checking whether futimens works... yes #11 264.4 checking for getline... yes #11 264.8 checking for working getline function... yes #11 265.7 checking for getloadavg... yes #11 266.3 checking for sys/loadavg.h... no #11 266.7 checking whether getloadavg is declared... yes #11 267.0 checking for getrandom... yes #11 267.4 checking whether getrandom is compatible with its GNU+BSD signature... yes #11 267.7 checking for gettimeofday with POSIX signature... yes #11 268.0 checking whether the compiler supports the __inline keyword... yes #11 268.2 checking for gmp.h... yes #11 268.7 checking for library containing __gmpz_roinit_n... -lgmp #11 269.8 checking for memmem... yes #11 270.3 checking whether memmem works... yes #11 270.9 checking for mempcpy... yes #11 271.4 checking for memrchr... yes #11 272.1 checking for explicit_memset... no #11 272.6 checking for mkostemp... yes #11 273.2 checking for library containing nanosleep... none required #11 273.8 checking for working nanosleep... no (mishandles large arguments) #11 275.6 checking for sys/pstat.h... no #11 276.0 checking for sys/sysmp.h... no #11 276.3 checking for sys/param.h... (cached) yes #11 276.3 checking for sys/sysctl.h... (cached) no #11 276.3 checking for sched_getaffinity_np... no #11 276.6 checking for pstat_getdynamic... no #11 277.1 checking for sysmp... no #11 277.6 checking for sysctl... (cached) no #11 277.6 checking for sched_getaffinity... yes #11 277.9 checking for glibc compatible sched_getaffinity... yes #11 278.2 checking for pipe2... yes #11 278.7 checking whether signature of pselect conforms to POSIX... yes #11 279.3 checking whether pselect detects invalid fds... yes #11 280.0 checking whether pthread_sigmask is a macro... no #11 280.2 checking whether pthread_sigmask works without -lpthread... yes #11 280.8 checking whether pthread_sigmask returns error numbers... yes #11 281.1 checking whether pthread_sigmask unblocks signals correctly... guessing yes #11 283.7 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #11 284.7 checking whether readlink signature is correct... yes #11 285.0 checking whether readlink handles trailing slash correctly... yes #11 285.5 checking whether readlink truncates results correctly... yes #11 286.1 checking for readlinkat... (cached) yes #11 286.1 checking whether readlinkat signature is correct... yes #11 286.4 checking for working re_compile_pattern... yes #11 287.3 checking for sig2str... no #11 287.9 checking for sigdescr_np... yes #11 288.5 checking for socklen_t... yes #11 289.2 checking for ssize_t... yes #11 289.4 checking for struct stat.st_atim.tv_nsec... yes #11 289.7 checking whether struct stat.st_atim is of type struct timespec... yes #11 290.0 checking for struct stat.st_birthtimespec.tv_nsec... no #11 290.4 checking for struct stat.st_birthtimensec... no #11 290.7 checking for struct stat.st_birthtim.tv_nsec... no #11 292.6 checking for bool, true, false... no #11 292.8 checking for stpcpy... yes #11 294.7 checking for working strnlen... yes #11 295.4 checking whether strtoimax works... yes #11 295.9 checking whether symlink handles trailing slash correctly... yes #11 296.6 checking whether localtime_r is declared... yes #11 296.8 checking whether localtime_r is compatible with its POSIX signature... yes #11 297.0 checking whether localtime works even near extrema... yes #11 297.7 checking for timezone_t... no #11 297.9 checking for timegm... yes #11 298.3 checking whether timer_settime is declared... yes #11 298.5 checking for library containing timer_settime... none required #11 299.0 checking for timer_settime... yes #11 299.5 checking for utimensat... yes #11 300.1 checking whether utimensat works... yes #11 301.9 checking for variable-length arrays... yes #11 302.2 checking whether getdtablesize works... yes #11 302.6 checking for timer_getoverrun... yes #11 303.0 checking for gcc option to disable position independent executables... not needed #11 303.0 checking for __ctype_get_mb_cur_max... yes #11 303.2 checking whether MB_CUR_MAX is defined to function that won't link... no #11 303.2 #11 303.2 Configured for 'x86_64-pc-linux-gnu'. #11 303.2 #11 303.2 Where should the build process find the source code? . #11 303.2 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #11 303.2 Should Emacs use the GNU version of malloc? no #11 303.2 (The GNU allocators don't work with this system configuration.) #11 303.2 Should Emacs use a relocating allocator for buffers? no #11 303.2 Should Emacs use mmap(2) for buffer allocation? no #11 303.2 What window system should Emacs use? none #11 303.2 What toolkit should Emacs use? none #11 303.2 Where do we find X Windows header files? NONE #11 303.2 Where do we find X Windows libraries? NONE #11 303.2 Does Emacs use -lXaw3d? no #11 303.2 Is Emacs being built for Android? no #11 303.2 Does Emacs use the X Double Buffer Extension? no #11 303.2 Does Emacs use -lXpm? no #11 303.2 Does Emacs use -ljpeg? no #11 303.2 Does Emacs use -ltiff? no #11 303.2 Does Emacs use a gif library? no #11 303.2 Does Emacs use a png library? no #11 303.2 Does Emacs use -lrsvg-2? no #11 303.2 Does Emacs use -lwebp? no #11 303.2 Does Emacs use -lsqlite3? no #11 303.2 Does Emacs use cairo? no #11 303.2 Does Emacs use -llcms2? no #11 303.2 Does Emacs use imagemagick? no #11 303.2 Does Emacs use native APIs for images? no #11 303.2 Does Emacs support sound? yes #11 303.2 Does Emacs use -lgpm? no #11 303.2 Does Emacs use -ldbus? yes #11 303.2 Does Emacs use -lgconf? no #11 303.2 Does Emacs use GSettings? no #11 303.2 Does Emacs use a file notification library? yes -lglibc (inotify) #11 303.2 Does Emacs use access control lists? yes -lacl -lattr #11 303.2 Does Emacs use -lselinux? no #11 303.2 Does Emacs use -lgnutls? yes #11 303.2 Does Emacs use -lxml2? no #11 303.2 Does Emacs use -lfreetype? no #11 303.2 Does Emacs use HarfBuzz? no #11 303.2 Does Emacs use -lm17n-flt? no #11 303.2 Does Emacs use -lotf? no #11 303.2 Does Emacs use -lxft? no #11 303.2 Does Emacs use -lsystemd? no #11 303.2 Does Emacs use -ljansson? no #11 303.2 Does Emacs use -ltree-sitter? yes #11 303.2 Does Emacs use the GMP library? yes #11 303.2 Does Emacs directly use zlib? no #11 303.2 Does Emacs have dynamic modules support? yes #11 303.2 Does Emacs use toolkit scroll bars? no #11 303.2 Does Emacs support Xwidgets? no #11 303.2 Does Emacs have threading support in lisp? yes #11 303.2 Does Emacs support the portable dumper? yes #11 303.2 Does Emacs support legacy unexec dumping? no #11 303.2 Which dumping strategy does Emacs use? pdumper #11 303.2 Does Emacs have native lisp compiler? no #11 303.2 Does Emacs use version 2 of the X Input Extension? no #11 303.2 Does Emacs generate a smaller-size Japanese dictionary? no #11 303.2 #11 303.2 #11 306.2 configure: creating ./config.status #11 306.8 config.status: creating src/verbose.mk #11 306.9 config.status: creating src/emacs-module.h #11 307.0 config.status: creating Makefile #11 307.1 config.status: creating lib/gnulib.mk #11 307.4 config.status: creating ./doc/man/emacs.1 #11 307.7 config.status: creating lib/Makefile #11 308.0 config.status: creating lib-src/Makefile #11 308.2 config.status: creating oldXMenu/Makefile #11 308.4 config.status: creating src/Makefile #11 308.7 config.status: creating lwlib/Makefile #11 308.9 config.status: creating nextstep/Makefile #11 309.1 config.status: creating nt/Makefile #11 309.4 config.status: creating doc/emacs/Makefile #11 309.6 config.status: creating doc/misc/Makefile #11 309.9 config.status: creating doc/lispintro/Makefile #11 310.1 config.status: creating doc/lispref/Makefile #11 310.3 config.status: creating lisp/Makefile #11 310.7 config.status: creating leim/Makefile #11 311.3 config.status: creating test/Makefile #11 311.6 config.status: creating test/manual/noverlay/Makefile #11 311.7 config.status: creating test/infra/Makefile #11 311.9 config.status: creating admin/charsets/Makefile #11 312.2 config.status: creating admin/unidata/Makefile #11 312.4 config.status: creating admin/grammars/Makefile #11 313.1 config.status: creating java/Makefile #11 313.5 config.status: creating cross/Makefile #11 313.7 config.status: creating java/AndroidManifest.xml #11 313.9 config.status: creating src/config.h #11 314.0 config.status: executing src/epaths.h commands #11 314.2 config.status: executing src/.gdbinit commands #11 314.2 config.status: executing doc/emacs/emacsver.texi commands #11 314.4 config.status: executing etc-refcards-emacsver.tex commands #11 314.6 configure: WARNING: This configuration installs a 'movemail' program #11 314.6 that does not retrieve POP3 email. By default, Emacs 25 and earlier #11 314.6 installed a 'movemail' program that retrieved POP3 email via only #11 314.6 insecure channels, a practice that is no longer recommended but that #11 314.6 you can continue to support by using './configure --with-pop'. #11 314.6 configure: You might want to install GNU Mailutils #11 314.6 and use './configure --with-mailutils'. #11 DONE 316.9s #12 [emacs-tree-sitter 8/11] RUN make bootstrap #12 2.529 make actual-bootstrap || make advice-on-failure make-target=bootstrap exit-status=$? #12 2.574 make[1]: Entering directory '/checkout' #12 3.105 make bootstrap-clean #12 3.143 make[2]: Entering directory '/checkout' #12 3.720 make -C src bootstrap-clean #12 3.779 make[3]: Entering directory '/checkout/src' #12 3.784 GEN /checkout/src/lisp.mk #12 5.008 rm -f android-emacs libemacs.so #12 5.030 rm -f temacs core ./*.core \#* ./*.o build-counter.c #12 5.042 rm -f dmpstruct.h #12 5.060 rm -f emacs.pdmp #12 5.075 rm -f ../etc/DOC #12 5.092 rm -f bootstrap-emacs bootstrap-emacs.pdmp #12 5.100 rm -f emacs-30.0.50 #12 5.110 rm -f buildobj.h #12 5.140 rm -f globals.h gl-stamp #12 5.158 rm -f ./*.res ./*.tmp #12 5.176 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #12 5.200 rm -f ../etc/DOC* #12 5.207 rm -f deps/* #12 5.252 rm -f emacs-module.h epaths.h config.h config.stamp #12 5.268 if test -f ./.gdbinit; then \ #12 5.268 mv ./.gdbinit ./.gdbinit.save; \ #12 5.268 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #12 5.268 else mv ./.gdbinit.save ./.gdbinit; fi; \ #12 5.268 fi #12 5.324 make[3]: Leaving directory '/checkout/src' #12 5.324 make -C oldXMenu bootstrap-clean #12 5.339 make[3]: Entering directory '/checkout/oldXMenu' #12 5.339 rm -f libXMenu11.a ./*.o deps/* #12 5.350 rm -f Makefile #12 5.359 rm -fr deps #12 5.363 make[3]: Leaving directory '/checkout/oldXMenu' #12 5.363 make -C lwlib bootstrap-clean #12 5.378 make[3]: Entering directory '/checkout/lwlib' #12 5.378 rm -f ./*.o liblw.a \#* deps/* #12 5.410 rm -f Makefile #12 5.420 rm -fr deps #12 5.420 rm -f TAGS #12 5.420 make[3]: Leaving directory '/checkout/lwlib' #12 5.420 make -C lib bootstrap-clean #12 5.731 make[3]: Entering directory '/checkout/lib' #12 5.743 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #12 5.796 rm -f core *.stackdump alloca.h assert.h byteswap.h dirent.h errno.h execinfo.h fcntl.h getopt.h getopt-cdefs.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 #12 5.811 rm -f Makefile Makefile.android #12 5.822 rm -fr deps #12 5.840 make[3]: Leaving directory '/checkout/lib' #12 5.840 make -C lib-src bootstrap-clean #12 5.846 make[3]: Entering directory '/checkout/lib-src' #12 5.846 rm -f core ./*.o ./*.res #12 5.872 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #12 5.880 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #12 5.901 rm -f TAGS Makefile blessmail Makefile.android #12 5.909 make[3]: Leaving directory '/checkout/lib-src' #12 5.909 make -C nt bootstrap-clean #12 5.928 make[3]: Entering directory '/checkout/nt' #12 5.933 rm -f core *.o *.res #12 5.936 rm -f runemacs addpm cmdproxy ddeclient #12 5.943 rm -f TAGS Makefile *.rc #12 5.954 true #12 5.959 make[3]: Leaving directory '/checkout/nt' #12 5.962 make -C doc/emacs bootstrap-clean #12 5.984 make[3]: Entering directory '/checkout/doc/emacs' #12 5.985 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 5.985 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 6.003 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #12 6.016 rm -f Makefile #12 6.028 rm -f \ #12 6.028 ./../../info/emacs.info \ #12 6.028 ./../../info/emacs.info-[1-9] \ #12 6.028 ./../../info/emacs.info-[1-9][0-9] #12 6.036 rm -f ./emacsver.texi TAGS #12 6.048 make[3]: Leaving directory '/checkout/doc/emacs' #12 6.049 make -C doc/misc bootstrap-clean #12 6.082 make[3]: Entering directory '/checkout/doc/misc' #12 6.082 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #12 6.082 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #12 6.082 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #12 6.116 rm -f gnustmp* #12 6.132 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #12 6.164 rm -f Makefile #12 6.196 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 \ #12 6.196 file=`echo ${file} | sed 's/\.info$//'`.info; \ #12 6.196 rm -f \ #12 6.196 ./../../info/${file} \ #12 6.196 ./../../info/${file}-[1-9] \ #12 6.196 ./../../info/${file}-[1-9][0-9]; \ #12 6.196 done #12 8.073 rm -f ./modus-themes.texi ./org.texi #12 8.101 rm -f TAGS #12 8.108 make[3]: Leaving directory '/checkout/doc/misc' #12 8.108 make -C doc/lispref bootstrap-clean #12 8.135 make[3]: Entering directory '/checkout/doc/lispref' #12 8.135 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 8.135 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 8.164 rm -f elisp[12]* vol[12].tmp #12 8.186 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #12 8.208 rm -f vol[12].dvi vol[12].pdf vol[12].ps #12 8.235 rm -f Makefile #12 8.260 rm -f \ #12 8.260 ./../../info/elisp.info \ #12 8.260 ./../../info/elisp.info-[1-9] \ #12 8.260 ./../../info/elisp.info-[1-9][0-9] #12 8.287 rm -f TAGS #12 8.316 make[3]: Leaving directory '/checkout/doc/lispref' #12 8.317 make -C doc/lispintro bootstrap-clean #12 8.344 make[3]: Entering directory '/checkout/doc/lispintro' #12 8.344 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 8.344 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 8.344 rm -f emacs-lisp-intro.dvi eintr.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #12 8.372 rm -f Makefile #12 8.388 rm -f \ #12 8.388 ./../../info/eintr.info \ #12 8.388 ./../../info/eintr.info-[1-9] #12 8.412 rm -f TAGS #12 8.439 make[3]: Leaving directory '/checkout/doc/lispintro' #12 8.439 make -C test bootstrap-clean #12 8.456 make[3]: Entering directory '/checkout/test' #12 9.093 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #12 9.228 find . '(' -name '*.xml' -a ! -path '*resources*' ')' -delete #12 9.284 rm -f ./lisp/gnus/mml-sec-resources/random_seed #12 9.300 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #12 9.300 src/emacs-module-resources/*.dll gmp.h #12 9.320 find . -name '*.elc' -delete #12 9.400 make[3]: Leaving directory '/checkout/test' #12 9.400 make -C java bootstrap-clean #12 9.796 make[3]: Entering directory '/checkout/java' #12 9.796 rm -f *.apk emacs.apk-in *.dex *.unaligned *.class *.idsig #12 9.816 rm -rf install-temp ./org/gnu/emacs/R.java TAGS #12 9.832 find . -name '*.class' -delete #12 9.852 rm -f Makefile ndk-build.mk #12 9.858 make[3]: Leaving directory '/checkout/java' #12 9.861 make -C cross bootstrap-clean #12 9.867 make[3]: Entering directory '/checkout/cross' #12 9.876 for dir in src lib-src lib etc; do \ #12 9.876 find $dir -type f -delete; \ #12 9.876 done #12 9.894 rm -rf lib/config.h lib-src/config.h #12 9.899 if test -f ndk-build/Makefile; then \ #12 9.899 make -C ndk-build clean; \ #12 9.899 fi #12 9.905 for dir in src lib-src lib etc; do \ #12 9.905 find $dir -type l -delete; \ #12 9.905 done #12 9.943 rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile #12 9.943 rm -rf ndk-build/ndk-build.mk Makefile #12 9.943 make[3]: Leaving directory '/checkout/cross' #12 9.945 make -C nextstep bootstrap-clean #12 9.968 make[3]: Entering directory '/checkout/nextstep' #12 9.968 rm -rf #12 9.988 rm -f Makefile #12 10.00 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #12 10.00 GNUstep/Emacs.base/Resources/Emacs.desktop \ #12 10.00 Cocoa/Emacs.base/Contents/Info.plist \ #12 10.00 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #12 10.05 make[3]: Leaving directory '/checkout/nextstep' #12 10.05 make -C admin/charsets bootstrap-clean #12 10.09 make[3]: Entering directory '/checkout/admin/charsets' #12 10.09 make[3]: Nothing to be done for 'bootstrap-clean'. #12 10.09 make[3]: Leaving directory '/checkout/admin/charsets' #12 10.10 make -C admin/unidata bootstrap-clean #12 10.11 make[3]: Entering directory '/checkout/admin/unidata' #12 10.18 rm -f ./*.elc unidata.txt #12 10.21 make[3]: Leaving directory '/checkout/admin/unidata' #12 10.21 make -C leim bootstrap-clean #12 10.24 make[3]: Entering directory '/checkout/leim' #12 10.24 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 #12 10.28 make[3]: Leaving directory '/checkout/leim' #12 10.28 make -C lisp bootstrap-clean #12 10.29 make[3]: Entering directory '/checkout/lisp' #12 10.53 find . -name '*.elc' -delete #12 10.56 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #12 10.58 make[3]: Leaving directory '/checkout/lisp' #12 10.58 make -C admin/grammars bootstrap-clean #12 10.61 make[3]: Entering directory '/checkout/admin/grammars' #12 10.61 make[3]: Nothing to be done for 'bootstrap-clean'. #12 10.61 make[3]: Leaving directory '/checkout/admin/grammars' #12 10.62 [ ! -f config.log ] || mv -f config.log config.log~ #12 10.69 rm -rf ./info #12 10.70 rm -f ./etc/refcards/emacsver.tex #12 10.72 rm -rf native-lisp/ lisp/leim/ja-dic/ #12 10.74 rm -fr autom4te.cache config.cache #12 10.83 rm -f config.log ./doc/man/emacs.1 #12 10.84 make[2]: Leaving directory '/checkout' #12 10.84 cd . && ./autogen.sh autoconf #12 10.89 Checking whether you have the necessary tools... #12 10.89 (Read INSTALL.REPO for more details on building Emacs) #12 10.89 Checking for autoconf (need at least version 2.65) ... ok #12 11.12 Your system has the required tools. #12 11.16 Running 'autoreconf -fi -I m4' ... #12 43.78 Building 'aclocal.m4' in exec ... #12 43.78 Running 'autoreconf -fi' in exec ... #12 53.90 You can now run './autogen.sh git'. #12 53.90 make MAKEFILE_NAME=force-Makefile force-Makefile #12 53.93 make[2]: Entering directory '/checkout' #12 53.95 make[2]: *** No rule to make target 'echo-sources'. Stop. #12 54.28 if [ -x ./config.status ]; then \ #12 54.28 ./config.status --recheck; \ #12 54.28 else \ #12 54.28 ./configure --cache-file=/dev/null; \ #12 54.28 fi #12 54.58 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --with-tree-sitter --no-create --no-recursion #12 55.48 checking for xcrun... no #12 55.48 checking for GNU Make... make #12 55.60 checking build system type... x86_64-pc-linux-gnu #12 56.26 checking host system type... x86_64-pc-linux-gnu #12 56.36 checking for gcc... gcc #12 56.62 checking whether the C compiler works... yes #12 57.02 checking for C compiler default output file name... a.out #12 57.02 checking for suffix of executables... #12 57.28 checking whether we are cross compiling... no #12 57.66 checking for suffix of object files... o #12 57.83 checking whether the compiler supports GNU C... yes #12 57.98 checking whether gcc accepts -g... yes #12 58.15 checking for gcc option to enable C11 features... none needed #12 58.55 checking whether the compiler is clang... no #12 58.77 checking for compiler option needed when checking for declarations... none #12 58.77 checking whether gcc and cc understand -c and -o together... yes #12 59.65 checking for stdio.h... yes #12 59.75 checking for stdlib.h... yes #12 59.93 checking for string.h... yes #12 60.21 checking for inttypes.h... yes #12 60.45 checking for stdint.h... yes #12 60.74 checking for strings.h... yes #12 60.96 checking for sys/stat.h... yes #12 61.12 checking for sys/types.h... yes #12 61.51 checking for unistd.h... yes #12 61.85 checking for wchar.h... yes #12 62.29 checking for minix/config.h... no #12 62.65 checking for linux/fs.h... yes #12 63.09 checking for malloc.h... yes #12 63.45 checking for sys/systeminfo.h... no #12 63.84 checking for sys/sysinfo.h... yes #12 64.22 checking for coff.h... no #12 64.59 checking for pty.h... yes #12 65.07 checking for sys/resource.h... yes #12 65.38 checking for sys/utsname.h... yes #12 65.69 checking for pwd.h... yes #12 65.90 checking for util.h... no #12 66.26 checking for sanitizer/lsan_interface.h... yes #12 66.62 checking for sanitizer/asan_interface.h... yes #12 66.89 checking for sanitizer/common_interface_defs.h... yes #12 67.28 checking for sys/socket.h... yes #12 67.66 checking for sys/param.h... yes #12 68.10 checking for pthread.h... yes #12 68.45 checking for malloc/malloc.h... no #12 68.80 checking for sys/un.h... yes #12 69.08 checking for vfork.h... no #12 69.40 checking for utmp.h... yes #12 69.77 checking for utmpx.h... yes #12 70.21 checking for OS.h... no #12 70.58 checking for dirent.h... yes #12 70.83 checking for execinfo.h... yes #12 71.10 checking for linux/xattr.h... yes #12 71.44 checking for stdio_ext.h... yes #12 71.83 checking for sys/vfs.h... yes #12 72.10 checking for sys/fs_types.h... no #12 72.53 checking for getopt.h... yes #12 72.80 checking for sys/cdefs.h... yes #12 72.98 checking for sys/time.h... yes #12 73.22 checking for ieee754.h... yes #12 73.58 checking for limits.h... yes #12 73.80 checking for sys/select.h... yes #12 74.07 checking for stdbool.h... yes #12 74.38 checking for stdckdint.h... no #12 74.68 checking for sys/random.h... yes #12 74.98 checking whether it is safe to define __EXTENSIONS__... yes #12 75.31 checking whether _XOPEN_SOURCE should be defined... no #12 75.53 checking how to run the C preprocessor... gcc -E #12 76.04 checking for grep that handles long lines and -e... /usr/bin/grep #12 76.08 checking for egrep... /usr/bin/grep -E #12 76.09 checking for Minix Amsterdam compiler... no #12 76.19 checking for ar... ar #12 76.19 checking for ranlib... ranlib #12 76.20 checking for gcc option to enable large file support... none needed #12 76.62 checking for gcc option for timestamps after 2038... none needed #12 76.81 checking for g++... g++ #12 76.98 checking whether the compiler supports GNU C++... yes #12 77.16 checking whether g++ accepts -g... yes #12 77.30 checking for g++ option to enable C++11 features... none needed #12 77.99 checking whether gcc accepts -g3 -O2... yes #12 78.26 checking whether the compiler is clang... no #12 78.54 checking whether C compiler handles -Werror -Wunknown-warning-option... no #12 78.92 checking whether -Wno-missing-field-initializers is needed... no #12 79.19 checking whether -Wuninitialized is supported... yes #12 79.49 checking whether C compiler handles -fstrict-flex-arrays... yes #12 80.12 checking whether C compiler handles -Wall... yes #12 80.67 checking whether C compiler handles -Warith-conversion... yes #12 81.16 checking whether C compiler handles -Wdate-time... yes #12 81.86 checking whether C compiler handles -Wdisabled-optimization... yes #12 82.41 checking whether C compiler handles -Wdouble-promotion... yes #12 83.09 checking whether C compiler handles -Wduplicated-cond... yes #12 83.82 checking whether C compiler handles -Wextra... yes #12 84.46 checking whether C compiler handles -Wformat-signedness... yes #12 85.10 checking whether C compiler handles -Winit-self... yes #12 85.81 checking whether C compiler handles -Winvalid-pch... yes #12 86.31 checking whether C compiler handles -Wlogical-op... yes #12 86.87 checking whether C compiler handles -Wmissing-declarations... yes #12 87.52 checking whether C compiler handles -Wmissing-include-dirs... yes #12 88.12 checking whether C compiler handles -Wmissing-prototypes... yes #12 88.78 checking whether C compiler handles -Wnested-externs... yes #12 89.30 checking whether C compiler handles -Wnull-dereference... yes #12 89.69 checking whether C compiler handles -Wold-style-definition... yes #12 90.29 checking whether C compiler handles -Wopenmp-simd... yes #12 90.94 checking whether C compiler handles -Wpacked... yes #12 91.47 checking whether C compiler handles -Wpointer-arith... yes #12 92.01 checking whether C compiler handles -Wstrict-flex-arrays... yes #12 92.62 checking whether C compiler handles -Wstrict-prototypes... yes #12 93.19 checking whether C compiler handles -Wsuggest-attribute=format... yes #12 93.74 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #12 94.41 checking whether C compiler handles -Wsuggest-final-methods... yes #12 94.92 checking whether C compiler handles -Wsuggest-final-types... yes #12 95.28 checking whether C compiler handles -Wtrampolines... yes #12 95.70 checking whether C compiler handles -Wuninitialized... yes #12 96.27 checking whether C compiler handles -Wunknown-pragmas... yes #12 96.91 checking whether C compiler handles -Wunused-macros... yes #12 97.50 checking whether C compiler handles -Wvariadic-macros... yes #12 98.09 checking whether C compiler handles -Wvector-operation-performance... yes #12 98.63 checking whether C compiler handles -Wwrite-strings... yes #12 99.21 checking whether C compiler handles -Warray-bounds=2... yes #12 99.76 checking whether C compiler handles -Wattribute-alias=2... yes #12 100.3 checking whether C compiler handles -Wformat=2... yes #12 100.8 checking whether C compiler handles -Wformat-truncation=2... yes #12 101.5 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #12 102.0 checking whether C compiler handles -Wshift-overflow=2... yes #12 102.6 checking whether C compiler handles -Wuse-after-free=3... yes #12 103.1 checking whether C compiler handles -Wvla-larger-than=4031... yes #12 103.6 checking whether C compiler handles -Wredundant-decls... yes #12 104.0 checking whether C compiler handles -Wno-missing-field-initializers... yes #12 104.4 checking whether C compiler handles -Wno-override-init... yes #12 104.9 checking whether C compiler handles -Wno-sign-compare... yes #12 106.8 checking whether C compiler handles -Wno-type-limits... yes #12 107.1 checking whether C compiler handles -Wno-unused-parameter... yes #12 107.5 checking whether C compiler handles -Wno-format-nonliteral... yes #12 108.0 checking whether C compiler handles -Wno-bidi-chars... yes #12 108.5 checking for a BSD-compatible install... /usr/bin/install -c #12 108.6 checking command to symlink files in the same directory... ln -s #12 108.7 checking for install-info... : #12 108.7 checking for gzip... /usr/bin/gzip #12 108.7 checking for 'find' args to delete a file... -delete #12 108.7 checking for brew... no #12 109.4 checking for -znocombreloc... not needed #12 109.4 checking whether addresses are sanitized... no #12 109.6 checking for math library... -lm #12 112.0 checking for struct passwd.pw_gecos... yes #12 112.2 checking for pkg-config... /usr/bin/pkg-config #12 112.2 checking pkg-config is at least version 0.9.0... yes #12 112.2 checking for machine/soundcard.h... no #12 112.5 checking for sys/soundcard.h... yes #12 112.9 checking for soundcard.h... no #12 113.1 checking for mmsystem.h... no #12 113.3 checking for _oss_ioctl in -lossaudio... no #12 113.8 checking for alsa >= 1.0.0... no #12 113.9 checking for ADDR_NO_RANDOMIZE... yes #12 114.2 checking if Linux sysinfo may be used... yes #12 115.0 checking for sys/wait.h that is POSIX.1 compatible... yes #12 115.4 checking for net/if.h... yes #12 116.0 checking for ifaddrs.h... yes #12 116.4 checking for net/if_dl.h... no #12 116.8 checking for struct ifreq.ifr_flags... yes #12 117.4 checking for struct ifreq.ifr_hwaddr... yes #12 118.4 checking for struct ifreq.ifr_netmask... yes #12 119.5 checking for struct ifreq.ifr_broadaddr... yes #12 120.4 checking for struct ifreq.ifr_addr... yes #12 121.5 checking for struct ifreq.ifr_addr.sa_len... no #12 122.3 checking whether gcc understands -MMD -MF... yes #12 122.5 checking for gcc options needed to detect all undeclared functions... none needed #12 123.1 checking for X... no #12 123.7 checking for X... false #12 123.7 checking whether malloc is Doug Lea style... no #12 124.1 checking for sbrk... yes #12 124.5 checking for getpagesize... yes #12 125.1 checking for __lsan_ignore_object... no #12 125.7 checking for fork... yes #12 126.3 checking for vfork... yes #12 126.9 checking for fchmod... yes #12 127.5 checking for utmpname... yes #12 128.0 checking for utmpxname... yes #12 128.5 checking for canonicalize_file_name... yes #12 129.1 checking for realpath... yes #12 129.7 checking for lstat... yes #12 130.2 checking for fchmodat... yes #12 130.9 checking for lchmod... yes #12 131.6 checking for fcntl... yes #12 132.2 checking for fdopendir... yes #12 132.8 checking for listxattr... yes #12 133.3 checking for fstatat... yes #12 133.9 checking for fsync... yes #12 134.6 checking for gettimeofday... yes #12 135.2 checking for memset_explicit... no #12 136.0 checking for memset_s... no #12 136.5 checking for pselect... yes #12 137.2 checking for pthread_sigmask... yes #12 137.8 checking for readlink... yes #12 138.5 checking for isblank... yes #12 139.2 checking for iswctype... yes #12 139.7 checking for strtoimax... yes #12 140.3 checking for symlink... yes #12 140.9 checking for localtime_r... yes #12 141.8 checking for getdtablesize... yes #12 142.6 checking for working mmap... yes #12 143.9 checking for main in -lXbsd... no #12 144.2 checking for pthread library... none needed #12 145.1 checking for thread support... yes #12 145.1 checking for sqlite3_open_v2 in -lsqlite3... no #12 145.5 checking for getaddrinfo_a in -lanl... yes #12 146.0 checking for malloc_trim... yes #12 146.5 checking for dbus-1 >= 1.0... yes #12 146.6 checking for dbus_watch_get_unix_fd... yes #12 147.2 checking for dbus_type_is_valid... yes #12 147.8 checking for dbus_validate_bus_name... yes #12 148.5 checking for dbus_validate_path... yes #12 149.1 checking for dbus_validate_interface... yes #12 149.9 checking for dbus_validate_member... yes #12 150.6 checking for lgetfilecon in -lselinux... no #12 150.9 checking for gnutls >= 2.12.2... yes #12 151.0 checking for libsystemd >= 222... no #12 151.1 checking for jansson >= 2.7... no #12 151.2 checking for tree-sitter >= 0.20.2... yes #12 151.2 checking for sys/inotify.h... yes #12 151.6 checking for inotify_init1... yes #12 152.2 checking for lcms2... no #12 152.3 checking for library containing inflateEnd... no #12 153.0 checking for dladdr... yes #12 153.5 checking for dlfunc... no #12 154.1 checking for gcc_jit_context_acquire in -lgccjit... no #12 154.5 checking for libgccjit.h... configure: WARNING: Elisp native compiler can't be enabled as libgccjit was not #12 154.5 found. #12 154.5 Please try installing libgccjit or a similar package if you want to have it #12 154.5 enabled. #12 155.0 configure: WARNING: Elisp native compiler can't be enabled as libgccjit header files #12 155.0 were not found. #12 155.0 Please try installing libgccjit-dev or a similar package if you want to have it #12 155.0 enabled. #12 155.0 no #12 155.0 checking for gpm.h... no #12 155.4 checking for libxml-2.0 > 2.6.17... no #12 155.4 checking for maillock in -lmail... no #12 155.6 checking for maillock in -llockfile... no #12 156.0 checking for liblockfile.so... no #12 156.0 checking for maillock.h... no #12 156.3 checking for linux/seccomp.h... yes #12 156.8 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #12 157.1 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #12 157.3 checking for linux/filter.h... yes #12 157.9 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #12 158.0 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #12 158.0 checking for libseccomp >= 2.5.2... no #12 158.0 checking size of long... 8 #12 158.7 checking for accept4... yes #12 159.3 checking for fchdir... yes #12 159.9 checking for gethostname... yes #12 160.5 checking for getrusage... yes #12 161.0 checking for get_current_dir_name... yes #12 161.6 checking for lrand48... yes #12 162.2 checking for random... yes #12 162.7 checking for rint... yes #12 163.5 checking for tcdrain... yes #12 164.0 checking for trunc... yes #12 164.8 checking for select... yes #12 165.4 checking for getpagesize... (cached) yes #12 165.4 checking for setlocale... yes #12 165.8 checking for newlocale... yes #12 166.5 checking for getrlimit... yes #12 166.9 checking for setrlimit... yes #12 167.5 checking for shutdown... yes #12 167.9 checking for pthread_sigmask... (cached) yes #12 167.9 checking for strsignal... yes #12 168.3 checking for setitimer... yes #12 168.9 checking for sendto... yes #12 169.5 checking for recvfrom... yes #12 170.1 checking for getsockname... yes #12 170.8 checking for getifaddrs... yes #12 171.4 checking for freeifaddrs... yes #12 172.1 checking for gai_strerror... yes #12 172.7 checking for sync... yes #12 173.4 checking for endpwent... yes #12 174.1 checking for getgrent... yes #12 174.7 checking for endgrent... yes #12 175.4 checking for renameat2... yes #12 176.1 checking for cfmakeraw... yes #12 176.8 checking for cfsetspeed... yes #12 177.5 checking for __executable_start... yes #12 178.2 checking for log2... yes #12 178.9 checking for pthread_setname_np... yes #12 179.6 checking for pthread_set_name_np... no #12 180.3 checking for getpwent... yes #12 180.9 checking whether pthread_setname_np takes a single argument... no #12 181.2 checking whether pthread_setname_np takes three arguments... no #12 181.6 checking for aligned_alloc... yes #12 182.4 checking whether aligned_alloc is declared... yes #12 182.9 checking for posix_madvise... yes #12 183.4 checking for madvise... yes #12 184.0 checking for __builtin_frame_address... yes #12 184.5 checking for __builtin_unwind_init... yes #12 185.0 checking for _LARGEFILE_SOURCE value needed for large files... no #12 185.5 checking for grantpt... yes #12 186.0 checking for getpt... yes #12 186.5 checking for posix_openpt... yes #12 187.2 checking for library containing tputs... -ltinfo #12 188.2 checking whether -ltinfo library defines BC... yes #12 188.7 checking for timerfd interface... yes #12 189.1 checking whether signals can be handled on alternate stack... yes #12 189.7 checking for valgrind/valgrind.h... no #12 190.1 checking for struct unipair.unicode... yes #12 190.4 checking for pid_t... yes #12 191.2 checking for working fork... yes #12 192.0 checking for working vfork... (cached) yes #12 192.0 checking for snprintf... yes #12 192.7 checking for open_memstream... yes #12 193.4 checking for spawn.h... yes #12 193.9 checking for posix_spawn... yes #12 194.6 checking for posix_spawn_file_actions_addchdir... no #12 195.0 checking for posix_spawn_file_actions_addchdir_np... yes #12 195.9 checking for posix_spawnattr_setflags... yes #12 196.6 checking whether POSIX_SPAWN_SETSID is declared... yes #12 197.0 checking whether GLib is linked in... no #12 197.3 checking for nl_langinfo and CODESET... yes #12 197.9 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #12 198.6 checking for mbstate_t... yes #12 199.2 checking for signals via characters... yes #12 199.6 checking for _setjmp... yes #12 200.2 checking for sigsetjmp... yes #12 200.7 checking POSIX termios... yes #12 201.3 checking size of speed_t... 4 #12 202.1 checking for usable FIONREAD... yes #12 202.5 checking for usable SIGIO... yes #12 202.9 checking for struct alignment... yes #12 203.1 checking for C/C++ restrict keyword... __restrict__ #12 203.3 checking for typeof syntax and keyword spelling... typeof #12 203.6 checking for statement expressions... yes #12 203.9 checking whether malloc (0) returns nonnull... yes #12 204.5 checking for sys/acl.h... yes #12 205.0 checking for library containing acl_get_file... -lacl #12 205.9 checking for acl_get_file... yes #12 206.3 checking for acl_get_fd... yes #12 206.8 checking for acl_set_file... yes #12 207.1 checking for acl_set_fd... yes #12 207.8 checking for acl_free... yes #12 208.3 checking for acl_from_mode... yes #12 209.0 checking for acl_from_text... yes #12 209.6 checking for acl_delete_def_file... yes #12 210.0 checking for acl_extended_file... yes #12 210.6 checking for acl_delete_fd_np... no #12 211.1 checking for acl_delete_file_np... no #12 211.7 checking for acl_copy_ext_native... no #12 212.2 checking for acl_create_entry_np... no #12 212.8 checking for acl_to_short_text... no #12 213.4 checking for acl_free_text... no #12 214.0 checking for working acl_get_file... yes #12 214.6 checking for acl/libacl.h... yes #12 214.9 checking for acl_entries... yes #12 215.4 checking for ACL_FIRST_ENTRY... yes #12 215.7 checking for ACL_TYPE_EXTENDED... no #12 215.9 checking for working alloca.h... yes #12 216.4 checking for alloca... yes #12 216.4 checking for a race-free mkdir -p... /usr/bin/mkdir -p #12 216.4 checking whether the preprocessor supports include_next... yes #12 216.7 checking whether source code line length is unlimited... yes #12 216.9 checking whether endutent is declared... yes #12 217.3 checking for struct utmpx.ut_user... yes #12 217.8 checking for struct utmp.ut_user... yes #12 218.4 checking for struct utmpx.ut_name... yes #12 219.0 checking for struct utmp.ut_name... yes #12 219.5 checking for struct utmpx.ut_type... yes #12 220.0 checking for struct utmp.ut_type... yes #12 220.7 checking for struct utmpx.ut_pid... yes #12 221.3 checking for struct utmp.ut_pid... yes #12 221.9 checking for struct utmp.ut_tv... yes #12 222.8 checking for struct utmpx.ut_host... yes #12 223.3 checking for struct utmp.ut_host... yes #12 223.8 checking for struct utmpx.ut_id... yes #12 224.3 checking for struct utmp.ut_id... yes #12 224.8 checking for struct utmpx.ut_session... yes #12 225.5 checking for struct utmp.ut_session... yes #12 225.9 checking for struct utmpx.ut_exit... yes #12 227.1 checking for struct utmp.ut_exit... yes #12 228.1 checking for struct utmpx.ut_exit.ut_exit... no #12 228.8 checking for struct utmpx.ut_exit.e_exit... yes #12 229.3 checking for struct utmp.ut_exit.e_exit... yes #12 229.9 checking for struct utmpx.ut_exit.ut_termination... no #12 231.0 checking for struct utmpx.ut_exit.e_termination... yes #12 231.4 checking for struct utmp.ut_exit.e_termination... yes #12 232.1 checking whether sysinfo is declared... yes #12 232.5 checking for sys/sysctl.h... no #12 232.8 checking for sysctl... no #12 233.4 checking whether lstat correctly handles trailing slash... yes #12 234.3 checking whether // is distinct from /... no #12 234.3 checking whether realpath works... yes #12 235.1 checking for faccessat... yes #12 235.7 checking for getcwd... yes #12 236.4 checking whether byte ordering is bigendian... no #12 237.3 checking if environ is properly declared... yes #12 237.7 checking for complete errno.h... yes #12 237.9 checking whether ctype.h defines __header_inline... no #12 238.1 checking for mode_t... yes #12 239.0 checking whether strmode is declared... no #12 239.5 checking whether getline is declared... yes #12 240.0 checking for gawk... no #12 240.0 checking for mawk... mawk #12 240.0 checking for getopt.h... (cached) yes #12 240.0 checking for getopt_long_only... yes #12 240.6 checking whether getopt is POSIX compatible... yes #12 242.9 checking for working GNU getopt function... yes #12 243.7 checking for working GNU getopt_long function... yes #12 244.2 checking whether timespec_get is declared... yes #12 244.5 checking for timespec_get... yes #12 245.1 checking for struct timeval... yes #12 245.4 checking for wide-enough struct timeval.tv_sec member... yes #12 245.7 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... yes #12 246.0 checking whether limits.h has SSIZE_MAX... yes #12 246.3 checking whether the compiler produces multi-arch binaries... no #12 246.6 checking whether stdint.h conforms to C99... yes #12 248.0 checking whether stdint.h works without ISO C predefines... yes #12 248.5 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #12 248.9 checking whether memmem is declared... yes #12 249.5 checking whether memrchr is declared... yes #12 250.0 checking whether defines MIN and MAX... no #12 250.2 checking whether defines MIN and MAX... yes #12 250.8 checking whether time_t is signed... yes #12 251.1 checking whether alarm is declared... yes #12 251.6 checking for working mktime... yes #12 253.0 checking whether struct tm is in sys/time.h or time.h...