Running with gitlab-runner 15.3.0 (bbcb5aba)  on emba-docker-runner 2oEDrUT7 section_start:1710374620:prepare_executor Preparing the "docker" executor Using Docker executor with image docker:19.03.12 ... Pulling docker image docker:19.03.12 ... Using docker image sha256:81f5749c9058a7284e6acd8e126f2b882765a17b9ead14422b51cde1a110b85c for docker:19.03.12 with digest docker@sha256:d41efe7ad0df5a709cfd4e627c7e45104f39bbc08b1b40d7fb718c562b3ce135 ... section_end:1710374628:prepare_executor section_start:1710374628:prepare_script Preparing environment Running on runner-2oedrut7-project-1-concurrent-0 via emba.gnu.org... section_end:1710374632:prepare_script section_start:1710374632:get_sources Getting source from Git repository $ git config --global http.proxy $HTTP_PROXY; git config --global https.proxy $HTTPS_PROXY Fetching changes with git depth set to 50... Reinitialized existing Git repository in /builds/emacs/emacs/.git/ Checking out d95f2a88 as master... Skipping Git submodules setup section_end:1710374644:get_sources section_start:1710374644: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: 5 Paused: 0 Stopped: 4 Images: 9 Server Version: 24.0.5 Storage Driver: overlay2 Backing Filesystem: xfs Supports d_type: true Using metacopy: false Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: systemd Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 runc Default Runtime: runc Init Binary: docker-init containerd version: runc version: init version: Security Options: apparmor seccomp Profile: builtin cgroupns Kernel Version: 5.15.0-97-generic Operating System: Trisquel GNU/Linux Aramo (11.0) OSType: linux Architecture: x86_64 CPUs: 2 Total Memory: 7.752GiB Name: emba.gnu.org ID: 55c8fdc6-829d-4955-b191-c13a3205fe05 Docker Root Dir: /var/lib/docker Debug Mode: false HTTP Proxy: http://serverproxy0p.fsf.org:8118/ HTTPS Proxy: http://serverproxy0p.fsf.org:8118/ No Proxy: localhost,127.0.0.1,eggs.gnu.org,emba.gnu.org/ Registry: https://index.docker.io/v1/ Labels: Experimental: false Insecure Registries: 127.0.0.0/8 Live Restore Enabled: false $ echo "docker registry is ${CI_REGISTRY}" docker registry is emba.gnu.org:5050 $ docker login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY} WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /.docker-config-d95f2a882d5f0587a8e02c5be6f0fd005d4a6a43/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded $ docker build --pull --target ${target} -t ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} -f test/infra/Dockerfile.emba . #2 [internal] load .dockerignore #2 DONE 0.0s #1 [internal] load build definition from Dockerfile.emba #1 ... #2 [internal] load .dockerignore #2 ... #1 [internal] load build definition from Dockerfile.emba #1 transferring dockerfile: 6.47kB 0.3s done #1 DONE 16.3s #2 [internal] load .dockerignore #2 transferring context: 2B 0.1s done #2 DONE 17.1s #3 [internal] load metadata for docker.io/library/debian:bullseye #3 DONE 36.6s #12 [emacs-base 1/2] FROM docker.io/library/debian:bullseye@sha256:5a87974e7... #12 DONE 0.0s #9 [internal] load build context #9 transferring context: 33B 0.1s #9 transferring context: 3.61MB 5.1s #9 transferring context: 8.08MB 10.3s #9 transferring context: 16.95MB 15.5s #9 transferring context: 49.08MB 20.5s #9 transferring context: 72.36MB 25.5s #9 transferring context: 103.70MB 30.6s #9 transferring context: 143.18MB 35.7s #9 transferring context: 179.84MB 40.7s #9 transferring context: 228.27MB 45.9s #9 transferring context: 263.03MB 51.0s #9 transferring context: 288.01MB 56.0s #9 transferring context: 327.71MB 61.1s #9 transferring context: 363.70MB 66.1s #9 transferring context: 408.82MB 71.2s #9 transferring context: 424.55MB 73.9s done #9 DONE 83.0s #11 [emacs-base 2/2] RUN apt-get update && apt-get install -y --no-insta... #11 CACHED #10 [emacs-gnustep 1/6] RUN apt-get update && apt-get install -y --no-in... #10 CACHED #8 [emacs-gnustep 2/6] COPY . /checkout #8 DONE 72.0s #7 [emacs-gnustep 3/6] WORKDIR /checkout #7 DONE 0.3s #6 [emacs-gnustep 4/6] RUN ./autogen.sh autoconf #6 1.242 Checking whether you have the necessary tools... #6 1.242 (Read INSTALL.REPO for more details on building Emacs) #6 1.254 Checking for autoconf (need at least version 2.65) ... ok #6 1.431 Your system has the required tools. #6 1.521 Building aclocal.m4 ... #6 1.527 Running 'autoreconf -fi -I m4' ... #6 31.52 Building 'aclocal.m4' in exec ... #6 31.52 Running 'autoreconf -fi' in exec ... #6 39.27 You can now run './autogen.sh git'. #6 DONE 40.9s #5 [emacs-gnustep 5/6] RUN ./configure --with-ns #5 12.84 checking for xcrun... no #5 12.85 checking for GNU Make... make #5 12.90 checking build system type... x86_64-pc-linux-gnu #5 13.21 checking host system type... x86_64-pc-linux-gnu #5 13.27 checking for gcc... gcc #5 13.40 checking whether the C compiler works... yes #5 13.60 checking for C compiler default output file name... a.out #5 13.60 checking for suffix of executables... #5 13.80 checking whether we are cross compiling... no #5 14.15 checking for suffix of object files... o #5 14.30 checking whether we are using the GNU C compiler... yes #5 14.49 checking whether gcc accepts -g... yes #5 14.64 checking for gcc option to enable C11 features... none needed #5 15.09 checking whether the compiler is clang... no #5 15.26 checking for compiler option needed when checking for declarations... none #5 15.26 checking whether gcc and cc understand -c and -o together... yes #5 15.96 checking how to run the C preprocessor... gcc -E #5 16.34 checking for grep that handles long lines and -e... /bin/grep #5 16.36 checking for egrep... /bin/grep -E #5 16.37 checking for ANSI C header files... yes #5 17.30 checking for sys/types.h... yes #5 17.50 checking for sys/stat.h... yes #5 17.80 checking for stdlib.h... yes #5 17.93 checking for string.h... yes #5 18.25 checking for memory.h... yes #5 18.54 checking for strings.h... yes #5 18.79 checking for inttypes.h... yes #5 19.00 checking for stdint.h... yes #5 19.27 checking for unistd.h... yes #5 19.53 checking for wchar.h... yes #5 19.88 checking for minix/config.h... no #5 20.23 checking for linux/fs.h... yes #5 20.62 checking for malloc.h... yes #5 21.02 checking for sys/systeminfo.h... no #5 21.37 checking for sys/sysinfo.h... yes #5 21.73 checking for coff.h... no #5 21.99 checking for pty.h... yes #5 22.39 checking for sys/resource.h... yes #5 22.71 checking for sys/utsname.h... yes #5 23.09 checking for pwd.h... yes #5 23.40 checking for util.h... no #5 23.74 checking for sanitizer/lsan_interface.h... yes #5 24.00 checking for sanitizer/asan_interface.h... yes #5 24.43 checking for sanitizer/common_interface_defs.h... yes #5 24.73 checking for sys/socket.h... yes #5 25.14 checking for stdlib.h... (cached) yes #5 25.20 checking for unistd.h... (cached) yes #5 25.27 checking for sys/param.h... yes #5 25.66 checking for pthread.h... yes #5 25.89 checking for malloc/malloc.h... no #5 26.09 checking for sys/un.h... yes #5 26.32 checking for utmp.h... yes #5 26.55 checking for utmpx.h... yes #5 26.84 checking for OS.h... no #5 27.01 checking for dirent.h... yes #5 27.43 checking for execinfo.h... yes #5 27.71 checking for linux/xattr.h... yes #5 27.99 checking for stdio_ext.h... yes #5 28.34 checking for sys/vfs.h... yes #5 28.65 checking for sys/fs_types.h... no #5 28.93 checking for getopt.h... yes #5 29.38 checking for sys/cdefs.h... yes #5 29.69 checking for sys/time.h... yes #5 30.01 checking for ieee754.h... yes #5 30.52 checking for limits.h... yes #5 30.80 checking for inttypes.h... (cached) yes #5 30.86 checking for sys/types.h... (cached) yes #5 30.92 checking for stdint.h... (cached) yes #5 31.00 checking for sys/select.h... yes #5 31.24 checking for stdbool.h... yes #5 31.44 checking for stdckdint.h... no #5 31.75 checking for sys/random.h... yes #5 31.94 checking for sys/stat.h... (cached) yes #5 32.13 checking whether it is safe to define __EXTENSIONS__... yes #5 32.41 checking whether _XOPEN_SOURCE should be defined... no #5 32.57 checking for Minix Amsterdam compiler... no #5 32.66 checking for ar... ar #5 32.67 checking for ranlib... ranlib #5 32.68 checking for gcc option to enable large file support... none needed #5 33.05 checking for gcc option for timestamps after 2038... none needed #5 33.23 checking for g++... g++ #5 33.41 checking whether we are using the GNU C++ compiler... yes #5 33.61 checking whether g++ accepts -g... yes #5 33.78 checking for g++ option to enable C++11 features... none needed #5 71.98 checking how to run the C++ preprocessor... g++ -E #5 72.36 checking whether gcc accepts -g3 -O2... yes #5 72.60 checking whether the compiler is clang... no #5 72.83 checking whether C compiler handles -Werror -Wunknown-warning-option... no #5 72.97 checking whether -Wno-missing-field-initializers is needed... yes #5 73.26 checking whether -Wuninitialized is supported... yes #5 73.45 checking whether C compiler handles -fstrict-flex-arrays... no #5 73.59 checking whether C compiler handles -Wall... yes #5 73.95 checking whether C compiler handles -Warith-conversion... yes #5 74.20 checking whether C compiler handles -Wdate-time... yes #5 74.57 checking whether C compiler handles -Wdisabled-optimization... yes #5 75.19 checking whether C compiler handles -Wdouble-promotion... yes #5 75.41 checking whether C compiler handles -Wduplicated-cond... yes #5 75.62 checking whether C compiler handles -Wextra... yes #5 75.89 checking whether C compiler handles -Wformat-signedness... yes #5 76.18 checking whether C compiler handles -Winit-self... yes #5 76.52 checking whether C compiler handles -Winvalid-pch... yes #5 77.04 checking whether C compiler handles -Wlogical-op... yes #5 77.41 checking whether C compiler handles -Wmissing-declarations... yes #5 77.73 checking whether C compiler handles -Wmissing-include-dirs... yes #5 78.00 checking whether C compiler handles -Wmissing-prototypes... yes #5 78.36 checking whether C compiler handles -Wnested-externs... yes #5 78.72 checking whether C compiler handles -Wnull-dereference... yes #5 79.18 checking whether C compiler handles -Wold-style-definition... yes #5 79.55 checking whether C compiler handles -Wopenmp-simd... yes #5 79.95 checking whether C compiler handles -Wpacked... yes #5 80.43 checking whether C compiler handles -Wpointer-arith... yes #5 80.86 checking whether C compiler handles -Wstrict-flex-arrays... no #5 81.10 checking whether C compiler handles -Wstrict-prototypes... yes #5 81.45 checking whether C compiler handles -Wsuggest-attribute=format... yes #5 81.92 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #5 82.42 checking whether C compiler handles -Wsuggest-final-methods... yes #5 82.65 checking whether C compiler handles -Wsuggest-final-types... yes #5 83.05 checking whether C compiler handles -Wtrampolines... yes #5 83.46 checking whether C compiler handles -Wuninitialized... yes #5 83.89 checking whether C compiler handles -Wunknown-pragmas... yes #5 84.25 checking whether C compiler handles -Wunused-macros... yes #5 84.70 checking whether C compiler handles -Wvariadic-macros... yes #5 85.10 checking whether C compiler handles -Wvector-operation-performance... yes #5 85.45 checking whether C compiler handles -Wwrite-strings... yes #5 85.92 checking whether C compiler handles -Warray-bounds=2... yes #5 86.63 checking whether C compiler handles -Wattribute-alias=2... yes #5 86.93 checking whether C compiler handles -Wformat=2... yes #5 87.22 checking whether C compiler handles -Wformat-truncation=2... yes #5 87.54 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #5 87.96 checking whether C compiler handles -Wshift-overflow=2... yes #5 88.31 checking whether C compiler handles -Wuse-after-free=3... no #5 88.45 checking whether C compiler handles -Wvla-larger-than=4031... yes #5 88.81 checking whether C compiler handles -Wno-missing-field-initializers... yes #5 89.20 checking whether C compiler handles -Wredundant-decls... yes #5 89.56 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #5 89.56 checking whether C compiler handles -Wno-override-init... yes #5 90.01 checking whether C compiler handles -Wno-sign-compare... yes #5 90.35 checking whether C compiler handles -Wno-type-limits... yes #5 90.73 checking whether C compiler handles -Wno-unused-parameter... yes #5 91.13 checking whether C compiler handles -Wno-format-nonliteral... yes #5 91.48 checking whether C compiler handles -Wno-bidi-chars... no #5 91.59 checking for a BSD-compatible install... /usr/bin/install -c #5 91.68 checking command to symlink files in the same directory... ln -s #5 91.71 checking for install-info... : #5 91.72 checking for gzip... /bin/gzip #5 91.73 checking for 'find' args to delete a file... -delete #5 91.76 checking for brew... no #5 92.64 checking for -znocombreloc... not needed #5 92.64 checking whether addresses are sanitized... no #5 92.78 checking for math library... -lm #5 94.66 checking for struct passwd.pw_gecos... yes #5 94.86 checking for pkg-config... /usr/bin/pkg-config #5 94.87 checking pkg-config is at least version 0.9.0... yes #5 94.90 checking for machine/soundcard.h... no #5 95.07 checking for sys/soundcard.h... yes #5 95.40 checking for soundcard.h... no #5 95.64 checking for mmsystem.h... no #5 95.89 checking for _oss_ioctl in -lossaudio... no #5 96.39 checking for alsa >= 1.0.0... no #5 96.47 checking for ADDR_NO_RANDOMIZE... yes #5 96.73 checking if Linux sysinfo may be used... yes #5 97.45 checking for sys/wait.h that is POSIX.1 compatible... yes #5 97.72 checking for net/if.h... yes #5 98.25 checking for ifaddrs.h... yes #5 98.79 checking for net/if_dl.h... no #5 99.18 checking for struct ifreq.ifr_flags... yes #5 99.62 checking for struct ifreq.ifr_hwaddr... yes #5 100.2 checking for struct ifreq.ifr_netmask... yes #5 100.9 checking for struct ifreq.ifr_broadaddr... yes #5 101.7 checking for struct ifreq.ifr_addr... yes #5 102.4 checking for struct ifreq.ifr_addr.sa_len... no #5 103.1 checking whether gcc understands -MMD -MF... yes #5 103.3 checking for X... no #5 104.0 checking AppKit/AppKit.h usability... yes #5 110.7 checking AppKit/AppKit.h presence... yes #5 111.6 checking for AppKit/AppKit.h... yes #5 111.6 checking for Mac OS X 12.0 or later... yes #5 111.8 checking for gcc... gcc #5 112.0 checking whether we are using the GNU Objective C compiler... yes #5 112.1 checking whether gcc accepts -g... yes #5 112.3 checking if the Objective C compiler supports instancetype... yes #5 112.4 checking if the Objective C compiler defaults to C99... no #5 112.5 checking whether malloc is Doug Lea style... no #5 112.8 checking for sbrk... yes #5 113.2 checking for __lsan_ignore_object... no #5 113.6 checking for fchmod... yes #5 113.9 checking for utmpname... yes #5 114.4 checking for utmpxname... yes #5 114.8 checking for canonicalize_file_name... yes #5 115.4 checking for realpath... yes #5 115.9 checking for lstat... yes #5 116.2 checking for fchmodat... yes #5 116.6 checking for lchmod... no #5 116.8 checking for fcntl... yes #5 117.1 checking for fdopendir... yes #5 117.6 checking for listxattr... yes #5 117.9 checking for fstatat... yes #5 118.3 checking for fsync... yes #5 118.7 checking for gettimeofday... yes #5 119.1 checking for memset_s... no #5 119.6 checking for pselect... yes #5 120.1 checking for readlink... yes #5 120.7 checking for isblank... yes #5 121.2 checking for iswctype... yes #5 121.7 checking for strtoimax... yes #5 122.1 checking for symlink... yes #5 122.7 checking for localtime_r... yes #5 123.0 checking for getdtablesize... yes #5 123.4 checking for getpagesize... yes #5 123.9 checking for working mmap... yes #5 124.6 checking for main in -lXbsd... no #5 124.9 checking for pthread library... -lpthread #5 125.8 checking for thread support... yes #5 125.8 checking for librsvg-2.0 >= 2.14.0... no #5 125.9 checking for libwebpdemux >= 0.6.0... no #5 125.9 checking for WebPGetInfo... no #5 126.4 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #5 126.4 checking for sqlite3_open_v2 in -lsqlite3... no #5 126.7 checking for getaddrinfo_a in -lanl... yes #5 127.0 checking for malloc_trim... yes #5 127.4 checking for dbus-1 >= 1.0... yes #5 127.5 checking for dbus_watch_get_unix_fd... yes #5 127.9 checking for dbus_type_is_valid... yes #5 128.4 checking for dbus_validate_bus_name... yes #5 128.9 checking for dbus_validate_path... yes #5 129.3 checking for dbus_validate_interface... yes #5 129.8 checking for dbus_validate_member... yes #5 130.3 checking for lgetfilecon in -lselinux... no #5 130.6 checking for gnutls >= 2.12.2... yes #5 130.7 checking for libsystemd >= 222... no #5 130.8 checking for jansson >= 2.7... no #5 130.8 checking for tree-sitter >= 0.20.2... no #5 130.9 checking for tree-sitter >= 0.6.3... no #5 130.9 checking sys/inotify.h usability... yes #5 131.2 checking sys/inotify.h presence... yes #5 131.3 checking for sys/inotify.h... yes #5 131.3 checking for inotify_init... yes #5 131.8 checking for inotify_init1... yes #5 132.4 checking for jpeglib 6b or later... no #5 132.8 checking for lcms2... no #5 132.9 checking for library containing inflateEnd... -lz #5 133.7 checking for dladdr... yes #5 134.2 checking for dlfunc... no #5 134.6 checking for gcc_jit_context_acquire in -lgccjit... no #5 134.9 configure: WARNING: Elisp native compiler can't be enabled as libgccjit was not #5 134.9 found. #5 134.9 Please try installing libgccjit or a similar package if you want to have it #5 134.9 enabled. #5 135.0 checking libgccjit.h usability... no #5 135.2 checking libgccjit.h presence... no #5 135.3 checking for libgccjit.h... no #5 135.3 configure: WARNING: Elisp native compiler can't be enabled as libgccjit header files #5 135.3 were not found. #5 135.3 Please try installing libgccjit-dev or a similar package if you want to have it #5 135.3 enabled. #5 135.4 checking for libpng >= 1.0.0... no #5 135.4 checking for libpng not configured by pkg-config... no #5 135.6 checking tiffio.h usability... no #5 136.0 checking tiffio.h presence... no #5 136.1 checking for tiffio.h... no #5 136.1 checking gif_lib.h usability... no #5 136.6 checking gif_lib.h presence... no #5 136.8 checking for gif_lib.h... no #5 136.8 checking gpm.h usability... no #5 137.1 checking gpm.h presence... no #5 137.2 checking for gpm.h... no #5 137.2 checking for libxml-2.0 > 2.6.17... no #5 137.3 checking for maillock in -lmail... no #5 137.6 checking for maillock in -llockfile... no #5 137.9 checking for liblockfile.so... no #5 137.9 checking maillock.h usability... no #5 138.1 checking maillock.h presence... no #5 138.2 checking for maillock.h... no #5 138.2 checking linux/seccomp.h usability... yes #5 138.6 checking linux/seccomp.h presence... yes #5 138.7 checking for linux/seccomp.h... yes #5 138.8 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #5 139.1 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #5 139.3 checking linux/filter.h usability... yes #5 139.7 checking linux/filter.h presence... yes #5 139.7 checking for linux/filter.h... yes #5 139.8 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #5 139.9 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #5 139.9 checking for libseccomp >= 2.5.2... no #5 140.0 checking size of long... 8 #5 140.6 checking for accept4... yes #5 141.1 checking for fchdir... yes #5 141.5 checking for gethostname... yes #5 141.8 checking for getrusage... yes #5 142.1 checking for get_current_dir_name... yes #5 142.7 checking for lrand48... yes #5 143.2 checking for random... yes #5 143.6 checking for rint... yes #5 144.2 checking for tcdrain... yes #5 144.6 checking for trunc... yes #5 145.0 checking for select... yes #5 145.5 checking for getpagesize... (cached) yes #5 145.6 checking for setlocale... yes #5 146.0 checking for newlocale... yes #5 146.5 checking for getrlimit... yes #5 147.1 checking for setrlimit... yes #5 147.5 checking for shutdown... yes #5 147.9 checking for pthread_sigmask... (cached) yes #5 148.0 checking for strsignal... yes #5 148.4 checking for setitimer... yes #5 148.6 checking for sendto... yes #5 149.0 checking for recvfrom... yes #5 149.3 checking for getsockname... yes #5 149.7 checking for getifaddrs... yes #5 150.1 checking for freeifaddrs... yes #5 150.5 checking for gai_strerror... yes #5 150.9 checking for sync... yes #5 151.4 checking for endpwent... yes #5 151.8 checking for getgrent... yes #5 152.3 checking for endgrent... yes #5 152.9 checking for cfmakeraw... yes #5 153.4 checking for cfsetspeed... yes #5 153.8 checking for __executable_start... yes #5 154.3 checking for log2... yes #5 155.0 checking for pthread_setname_np... yes #5 155.3 checking for pthread_set_name_np... no #5 155.8 checking for getpwent... yes #5 156.5 checking for renameat2... yes #5 156.9 checking whether pthread_setname_np takes a single argument... no #5 157.1 checking whether pthread_setname_np takes three arguments... no #5 157.3 checking for aligned_alloc... yes #5 157.8 checking whether aligned_alloc is declared... yes #5 158.0 checking for posix_madvise... yes #5 158.4 checking for madvise... yes #5 158.8 checking for __builtin_frame_address... yes #5 159.1 checking for __builtin_unwind_init... yes #5 159.3 checking for _LARGEFILE_SOURCE value needed for large files... no #5 159.7 checking for grantpt... yes #5 160.0 checking for getpt... yes #5 160.4 checking for posix_openpt... yes #5 160.7 checking for library containing tputs... -ltinfo #5 161.4 checking whether -ltinfo library defines BC... yes #5 161.8 checking for timerfd interface... yes #5 162.0 checking whether signals can be handled on alternate stack... yes #5 162.3 checking valgrind/valgrind.h usability... no #5 162.6 checking valgrind/valgrind.h presence... no #5 162.8 checking for valgrind/valgrind.h... no #5 162.8 checking for struct unipair.unicode... yes #5 163.1 checking for pid_t... yes #5 163.6 checking vfork.h usability... no #5 163.9 checking vfork.h presence... no #5 164.0 checking for vfork.h... no #5 164.0 checking for fork... yes #5 164.3 checking for vfork... yes #5 164.7 checking for working fork... yes #5 165.4 checking for working vfork... (cached) yes #5 165.4 checking for snprintf... yes #5 166.1 checking for open_memstream... yes #5 166.9 checking spawn.h usability... yes #5 167.1 checking spawn.h presence... yes #5 167.2 checking for spawn.h... yes #5 167.3 checking for posix_spawn... yes #5 167.6 checking for posix_spawn_file_actions_addchdir... no #5 168.0 checking for posix_spawn_file_actions_addchdir_np... yes #5 168.4 checking for posix_spawnattr_setflags... yes #5 168.7 checking whether POSIX_SPAWN_SETSID is declared... yes #5 168.9 checking whether GLib is linked in... no #5 169.0 checking for nl_langinfo and CODESET... yes #5 169.4 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #5 169.7 checking for mbstate_t... yes #5 170.0 checking for signals via characters... yes #5 170.2 checking for _setjmp... yes #5 170.4 checking for sigsetjmp... yes #5 170.6 checking POSIX termios... yes #5 171.0 checking size of speed_t... 4 #5 171.5 checking for usable FIONREAD... yes #5 171.7 checking for usable SIGIO... yes #5 171.9 checking for struct alignment... yes #5 172.0 checking for C/C++ restrict keyword... __restrict__ #5 172.1 checking for typeof syntax and keyword spelling... typeof #5 172.3 checking for statement expressions... yes #5 172.5 checking whether malloc (0) returns nonnull... yes #5 172.9 checking sys/acl.h usability... yes #5 173.3 checking sys/acl.h presence... yes #5 173.4 checking for sys/acl.h... yes #5 173.4 checking for library containing acl_get_file... -lacl #5 174.0 checking for acl_get_file... yes #5 174.4 checking for acl_get_fd... yes #5 174.7 checking for acl_set_file... yes #5 175.1 checking for acl_set_fd... yes #5 175.6 checking for acl_free... yes #5 176.0 checking for acl_from_mode... yes #5 176.5 checking for acl_from_text... yes #5 176.9 checking for acl_delete_def_file... yes #5 177.2 checking for acl_extended_file... yes #5 177.5 checking for acl_delete_fd_np... no #5 177.9 checking for acl_delete_file_np... no #5 178.2 checking for acl_copy_ext_native... no #5 178.5 checking for acl_create_entry_np... no #5 179.2 checking for acl_to_short_text... no #5 179.6 checking for acl_free_text... no #5 180.1 checking for working acl_get_file... yes #5 180.5 checking acl/libacl.h usability... yes #5 180.8 checking acl/libacl.h presence... yes #5 180.9 checking for acl/libacl.h... yes #5 180.9 checking for acl_entries... yes #5 181.3 checking for ACL_FIRST_ENTRY... yes #5 181.6 checking for ACL_TYPE_EXTENDED... no #5 181.7 checking for working alloca.h... yes #5 182.0 checking for alloca... yes #5 182.4 checking for a thread-safe mkdir -p... /bin/mkdir -p #5 182.4 checking whether the preprocessor supports include_next... yes #5 182.7 checking whether source code line length is unlimited... yes #5 182.7 checking whether endutent is declared... yes #5 182.9 checking for struct utmpx.ut_user... yes #5 183.3 checking for struct utmp.ut_user... yes #5 183.6 checking for struct utmpx.ut_name... yes #5 184.0 checking for struct utmp.ut_name... yes #5 184.3 checking for struct utmpx.ut_type... yes #5 184.7 checking for struct utmp.ut_type... yes #5 185.2 checking for struct utmpx.ut_pid... yes #5 185.7 checking for struct utmp.ut_pid... yes #5 185.9 checking for struct utmp.ut_tv... yes #5 186.4 checking for struct utmpx.ut_host... yes #5 186.9 checking for struct utmp.ut_host... yes #5 187.4 checking for struct utmpx.ut_id... yes #5 187.8 checking for struct utmp.ut_id... yes #5 188.2 checking for struct utmpx.ut_session... yes #5 188.6 checking for struct utmp.ut_session... yes #5 189.0 checking for struct utmpx.ut_exit... yes #5 190.0 checking for struct utmp.ut_exit... yes #5 190.5 checking for struct utmpx.ut_exit.ut_exit... no #5 191.0 checking for struct utmpx.ut_exit.e_exit... yes #5 191.4 checking for struct utmp.ut_exit.e_exit... yes #5 191.8 checking for struct utmpx.ut_exit.ut_termination... no #5 192.2 checking for struct utmpx.ut_exit.e_termination... yes #5 192.5 checking for struct utmp.ut_exit.e_termination... yes #5 193.4 checking whether sysinfo is declared... yes #5 193.7 checking for sys/sysctl.h... yes #5 194.1 checking for sysctl... yes #5 194.4 checking whether lstat correctly handles trailing slash... yes #5 195.0 checking whether // is distinct from /... no #5 195.0 checking whether realpath works... yes #5 195.5 checking for faccessat... yes #5 195.7 checking for getcwd... yes #5 196.2 checking whether byte ordering is bigendian... no #5 196.8 checking if environ is properly declared... yes #5 197.1 checking for complete errno.h... yes #5 197.2 checking whether ctype.h defines __header_inline... no #5 197.3 checking for mode_t... yes #5 198.2 checking whether strmode is declared... no #5 198.5 checking whether getline is declared... yes #5 198.8 checking for gawk... no #5 198.8 checking for mawk... mawk #5 198.8 checking for getopt.h... (cached) yes #5 198.8 checking for getopt_long_only... yes #5 199.1 checking whether getopt is POSIX compatible... yes #5 200.7 checking for working GNU getopt function... yes #5 201.4 checking for working GNU getopt_long function... yes #5 201.8 checking whether timespec_get is declared... yes #5 202.1 checking for timespec_get... yes #5 202.4 checking for struct timeval... yes #5 202.5 checking for wide-enough struct timeval.tv_sec member... yes #5 202.7 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #5 202.8 checking whether the compiler produces multi-arch binaries... no #5 203.0 checking whether stdint.h conforms to C99... yes #5 203.7 checking whether stdint.h works without ISO C predefines... yes #5 203.9 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #5 204.2 checking whether memmem is declared... yes #5 204.5 checking whether memrchr is declared... yes #5 204.9 checking whether defines MIN and MAX... no #5 205.0 checking whether defines MIN and MAX... yes #5 205.3 checking whether time_t is signed... yes #5 205.6 checking whether alarm is declared... yes #5 206.1 checking for working mktime... no #5 207.0 checking whether struct tm is in sys/time.h or time.h... time.h #5 207.2 checking for struct tm.tm_zone... yes #5 207.5 checking for struct tm.tm_gmtoff... yes #5 207.7 checking whether is self-contained... yes #5 208.5 checking for inline... inline #5 208.7 checking for sigset_t... yes #5 209.4 checking for volatile sig_atomic_t... yes #5 209.8 checking for sighandler_t... yes #5 211.9 checking for wchar_t... yes #5 212.0 checking for good max_align_t... yes #5 212.2 checking whether NULL can be used in arbitrary expressions... yes #5 212.3 checking for unreachable... no #5 212.7 checking whether fcloseall is declared... yes #5 213.0 checking whether getw is declared... yes #5 213.5 checking whether putw is declared... yes #5 213.8 checking which flavor of printf attribute matches inttypes macros... system #5 214.2 checking whether strnlen is declared... yes #5 214.6 checking whether strtoimax is declared... yes #5 215.0 checking whether stat file-mode macros are broken... no #5 215.2 checking for nlink_t... yes #5 215.6 checking for struct timespec in ... yes #5 215.8 checking for TIME_UTC in ... yes #5 216.0 checking whether execvpe is declared... yes #5 216.2 checking whether clearerr_unlocked is declared... yes #5 216.4 checking whether feof_unlocked is declared... yes #5 216.7 checking whether ferror_unlocked is declared... yes #5 217.1 checking whether fflush_unlocked is declared... yes #5 217.6 checking whether fgets_unlocked is declared... yes #5 218.0 checking whether fputc_unlocked is declared... yes #5 218.5 checking whether fputs_unlocked is declared... yes #5 218.9 checking whether fread_unlocked is declared... yes #5 219.3 checking whether fwrite_unlocked is declared... yes #5 219.7 checking whether getc_unlocked is declared... yes #5 220.1 checking whether getchar_unlocked is declared... yes #5 220.6 checking whether putc_unlocked is declared... yes #5 221.1 checking whether putchar_unlocked is declared... yes #5 221.4 checking type of array argument to getgroups... gid_t #5 222.0 checking whether getdelim is declared... yes #5 222.4 checking whether getdtablesize is declared... yes #5 222.7 checking whether malloc is ptrdiff_t safe... yes #5 223.0 checking whether malloc, realloc, calloc set errno on failure... yes #5 223.0 checking for O_CLOEXEC... yes #5 223.1 checking for promoted mode_t type... mode_t #5 223.3 checking whether the utimes function works... yes #5 223.8 checking for C compiler option to allow warnings... -Wno-error #5 224.2 checking for alignas and alignof... yes, macros #5 224.6 checking for alloca as a compiler built-in... yes #5 224.7 checking for static_assert... yes, an macro #5 225.1 checking for __builtin_expect... yes #5 225.4 checking byteswap.h usability... yes #5 225.7 checking byteswap.h presence... yes #5 225.8 checking for byteswap.h... yes #5 225.8 checking for readlinkat... yes #5 226.2 checking for library containing clock_gettime... none required #5 226.5 checking for clock_getres... yes #5 226.9 checking for clock_gettime... yes #5 227.2 checking for clock_settime... yes #5 227.5 checking for copy_file_range... yes #5 227.8 checking for d_type member in directory struct... yes #5 228.4 checking whether // is distinct from /... (cached) no #5 228.4 checking whether dup2 works... yes #5 228.9 checking for library containing backtrace_symbols_fd... none required #5 229.2 checking for faccessat... (cached) yes #5 229.3 checking whether fchmodat works... no #5 229.9 checking for readlinkat... (cached) yes #5 229.9 checking whether fcntl handles F_DUPFD correctly... yes #5 230.3 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #5 230.9 checking whether fdopendir is declared... yes #5 231.2 checking whether fdopendir works... yes #5 231.7 checking for flexible array member... yes #5 232.0 checking for __fpending... yes #5 232.4 checking whether __fpending is declared... yes #5 232.5 checking whether free is known to preserve errno... no #5 232.7 checking whether fstatat (..., 0) works... yes #5 233.0 checking for sys/mount.h... yes #5 233.3 checking for statvfs function (SVR4)... yes #5 233.7 checking whether to use statvfs64... no #5 233.8 checking for two-argument statfs with statfs.f_frsize member... yes #5 234.3 checking sys/fs/s5param.h usability... no #5 234.6 checking sys/fs/s5param.h presence... no #5 234.7 checking for sys/fs/s5param.h... no #5 234.7 checking sys/statfs.h usability... yes #5 235.1 checking sys/statfs.h presence... yes #5 235.2 checking for sys/statfs.h... yes #5 235.3 checking for statfs that truncates block counts... no #5 235.5 checking for futimens... yes #5 235.8 checking whether futimens works... yes #5 237.3 checking for getline... yes #5 237.8 checking for working getline function... yes #5 238.3 checking for getloadavg... yes #5 238.7 checking sys/loadavg.h usability... no #5 239.0 checking sys/loadavg.h presence... no #5 239.1 checking for sys/loadavg.h... no #5 239.2 checking whether getloadavg is declared... yes #5 239.4 checking for getrandom... yes #5 239.8 checking whether getrandom is compatible with its GNU+BSD signature... yes #5 240.1 checking for gettimeofday with POSIX signature... yes #5 240.3 checking whether the compiler supports the __inline keyword... yes #5 240.6 checking gmp.h usability... yes #5 240.9 checking gmp.h presence... yes #5 241.0 checking for gmp.h... yes #5 241.1 checking for library containing __gmpz_roinit_n... -lgmp #5 241.8 checking for memmem... yes #5 242.1 checking whether memmem works... yes #5 242.4 checking for mempcpy... yes #5 242.6 checking for memrchr... yes #5 242.8 checking for memset_explicit... no #5 243.1 checking for explicit_memset... no #5 243.3 checking for mkostemp... yes #5 243.6 checking for library containing nanosleep... none required #5 243.8 checking for working nanosleep... no (mishandles large arguments) #5 245.3 checking for sys/pstat.h... no #5 245.6 checking for sys/sysmp.h... no #5 245.9 checking for sys/param.h... (cached) yes #5 245.9 checking for sys/sysctl.h... (cached) yes #5 245.9 checking for sched_getaffinity_np... no #5 246.4 checking for pstat_getdynamic... no #5 247.0 checking for sysmp... no #5 247.5 checking for sysctl... (cached) yes #5 247.5 checking for sched_getaffinity... yes #5 247.9 checking for glibc compatible sched_getaffinity... yes #5 248.1 checking for pipe2... yes #5 248.5 checking whether signature of pselect conforms to POSIX... yes #5 248.9 checking whether pselect detects invalid fds... yes #5 249.5 checking whether pthread_sigmask is a macro... no #5 249.7 checking whether pthread_sigmask returns error numbers... yes #5 250.3 checking whether pthread_sigmask unblocks signals correctly... guessing yes #5 252.9 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #5 253.5 checking whether readlink signature is correct... yes #5 253.7 checking whether readlink handles trailing slash correctly... yes #5 254.1 checking whether readlink truncates results correctly... yes #5 254.6 checking for readlinkat... (cached) yes #5 254.6 checking whether readlinkat signature is correct... yes #5 254.7 checking for working re_compile_pattern... no #5 255.4 checking libintl.h usability... yes #5 255.6 checking libintl.h presence... yes #5 255.6 checking for libintl.h... yes #5 255.6 checking whether isblank is declared... yes #5 255.8 checking for sig2str... no #5 256.1 checking for sigdescr_np... no #5 256.3 checking for socklen_t... yes #5 256.7 checking for ssize_t... yes #5 256.8 checking for struct stat.st_atim.tv_nsec... yes #5 257.0 checking whether struct stat.st_atim is of type struct timespec... yes #5 257.1 checking for struct stat.st_birthtimespec.tv_nsec... no #5 257.5 checking for struct stat.st_birthtimensec... no #5 257.9 checking for struct stat.st_birthtim.tv_nsec... no #5 258.3 checking for bool, true, false... no #5 258.5 checking for stpcpy... yes #5 258.8 checking for working strnlen... yes #5 259.1 checking whether strtoimax works... yes #5 259.6 checking whether symlink handles trailing slash correctly... yes #5 260.0 checking whether localtime_r is declared... yes #5 260.3 checking whether localtime_r is compatible with its POSIX signature... yes #5 260.5 checking whether localtime works even near extrema... yes #5 261.0 checking for timezone_t... no #5 261.1 checking for timegm... yes #5 261.6 checking whether timer_settime is declared... yes #5 261.8 checking for library containing timer_settime... -lrt #5 262.5 checking for timer_settime... yes #5 262.9 checking for utimensat... yes #5 263.2 checking whether utimensat works... yes #5 264.7 checking for variable-length arrays... yes #5 265.2 checking whether getdtablesize works... yes #5 265.7 checking for __mktime_internal... no #5 266.2 checking for timer_getoverrun... yes #5 266.5 checking for gcc option to disable position independent executables... not needed #5 266.5 checking for __ctype_get_mb_cur_max... yes #5 266.9 checking whether MB_CUR_MAX is defined to function that won't link... no #5 267.1 #5 267.1 Configured for 'x86_64-pc-linux-gnu'. #5 267.1 #5 267.1 Where should the build process find the source code? . #5 267.1 What compiler should emacs be built with? gcc -g3 -O2 #5 267.1 Should Emacs use the GNU version of malloc? no #5 267.1 (The GNU allocators don't work with this system configuration.) #5 267.1 Should Emacs use a relocating allocator for buffers? no #5 267.1 Should Emacs use mmap(2) for buffer allocation? no #5 267.1 What window system should Emacs use? nextstep #5 267.1 What toolkit should Emacs use? none #5 267.1 Where do we find X Windows header files? NONE #5 267.1 Where do we find X Windows libraries? NONE #5 267.1 Does Emacs use -lXaw3d? no #5 267.1 Is Emacs being built for Android? no #5 267.1 Does Emacs use the X Double Buffer Extension? no #5 267.1 Does Emacs use -lXpm? no #5 267.1 Does Emacs use -ljpeg? no #5 267.1 Does Emacs use -ltiff? no #5 267.1 Does Emacs use a gif library? no #5 267.1 Does Emacs use a png library? no #5 267.1 Does Emacs use -lrsvg-2? no #5 267.1 Does Emacs use -lwebp? no #5 267.1 Does Emacs use -lsqlite3? no #5 267.1 Does Emacs use cairo? no #5 267.1 Does Emacs use -llcms2? no #5 267.1 Does Emacs use imagemagick? no #5 267.1 Does Emacs use native APIs for images? yes (ns) #5 267.1 Does Emacs support sound? yes #5 267.1 Does Emacs use -lgpm? no #5 267.1 Does Emacs use -ldbus? yes #5 267.1 Does Emacs use -lgconf? no #5 267.1 Does Emacs use GSettings? no #5 267.1 Does Emacs use a file notification library? yes (inotify) #5 267.1 Does Emacs use access control lists? yes -lacl -lattr #5 267.1 Does Emacs use -lselinux? no #5 267.1 Does Emacs use -lgnutls? yes #5 267.1 Does Emacs use -lxml2? no #5 267.1 Does Emacs use -lfreetype? no #5 267.1 Does Emacs use HarfBuzz? no #5 267.1 Does Emacs use -lm17n-flt? no #5 267.1 Does Emacs use -lotf? no #5 267.1 Does Emacs use -lxft? no #5 267.1 Does Emacs use -lsystemd? no #5 267.1 Does Emacs use -ljansson? no #5 267.1 Does Emacs use -ltree-sitter? no #5 267.1 Does Emacs use the GMP library? yes #5 267.1 Does Emacs directly use zlib? yes #5 267.1 Does Emacs have dynamic modules support? yes #5 267.1 Does Emacs use toolkit scroll bars? yes #5 267.1 Does Emacs support Xwidgets? no #5 267.1 Does Emacs have threading support in lisp? yes #5 267.1 Does Emacs support the portable dumper? yes #5 267.1 Does Emacs support legacy unexec dumping? no #5 267.1 Which dumping strategy does Emacs use? pdumper #5 267.1 Does Emacs have native lisp compiler? no #5 267.1 Does Emacs use version 2 of the X Input Extension? no #5 267.1 Does Emacs generate a smaller-size Japanese dictionary? no #5 267.1 #5 267.1 #5 267.1 #5 267.1 Run 'make' to build Emacs, then run 'src/emacs' to test it. #5 267.1 Run 'make install' in order to build an application bundle. #5 267.1 The application will go to nextstep/Emacs.app and can be run or moved #5 267.1 from there. #5 267.1 The application will be fully self-contained. #5 267.1 #5 268.2 configure: creating ./config.status #5 269.2 config.status: creating src/verbose.mk #5 269.3 config.status: creating src/emacs-module.h #5 269.5 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #5 269.7 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #5 269.9 config.status: creating Makefile #5 270.0 config.status: creating lib/gnulib.mk #5 270.2 config.status: creating ./doc/man/emacs.1 #5 270.4 config.status: creating lib/Makefile #5 270.6 config.status: creating lib-src/Makefile #5 270.7 config.status: creating oldXMenu/Makefile #5 270.9 config.status: creating src/Makefile #5 271.1 config.status: creating lwlib/Makefile #5 271.2 config.status: creating nextstep/Makefile #5 271.4 config.status: creating nt/Makefile #5 271.5 config.status: creating doc/emacs/Makefile #5 271.7 config.status: creating doc/misc/Makefile #5 271.8 config.status: creating doc/lispintro/Makefile #5 272.0 config.status: creating doc/lispref/Makefile #5 272.1 config.status: creating lisp/Makefile #5 272.2 config.status: creating leim/Makefile #5 272.4 config.status: creating test/Makefile #5 272.5 config.status: creating test/manual/noverlay/Makefile #5 272.7 config.status: creating test/infra/Makefile #5 272.8 config.status: creating admin/charsets/Makefile #5 273.0 config.status: creating admin/unidata/Makefile #5 273.1 config.status: creating admin/grammars/Makefile #5 273.3 config.status: creating java/Makefile #5 273.5 config.status: creating cross/Makefile #5 273.6 config.status: creating java/AndroidManifest.xml #5 273.8 config.status: creating src/config.h #5 273.9 config.status: executing src/epaths.h commands #5 274.2 config.status: executing src/.gdbinit commands #5 274.2 config.status: executing doc/emacs/emacsver.texi commands #5 274.3 config.status: executing etc-refcards-emacsver.tex commands #5 274.5 configure: WARNING: This configuration installs a 'movemail' program #5 274.5 that does not retrieve POP3 email. By default, Emacs 25 and earlier #5 274.5 installed a 'movemail' program that retrieved POP3 email via only #5 274.5 insecure channels, a practice that is no longer recommended but that #5 274.5 you can continue to support by using './configure --with-pop'. #5 274.5 configure: You might want to install GNU Mailutils #5 274.5 and use './configure --with-mailutils'. #5 DONE 275.8s #4 [emacs-gnustep 6/6] RUN make bootstrap #4 1.709 make actual-bootstrap || make advice-on-failure make-target=bootstrap exit-status=$? #4 1.725 make[1]: Entering directory '/checkout' #4 2.056 make bootstrap-clean #4 2.068 make[2]: Entering directory '/checkout' #4 2.335 make -C src bootstrap-clean #4 2.365 make[3]: Entering directory '/checkout/src' #4 2.368 GEN /checkout/src/lisp.mk #4 3.255 rm -f android-emacs libemacs.so #4 3.265 rm -f temacs core ./*.core \#* ./*.o build-counter.c #4 3.279 rm -f dmpstruct.h #4 3.288 rm -f emacs.pdmp #4 3.301 rm -f ../etc/DOC #4 3.306 rm -f bootstrap-emacs bootstrap-emacs.pdmp #4 3.318 rm -f emacs-30.0.50 #4 3.330 rm -f buildobj.h #4 3.345 rm -f globals.h gl-stamp #4 3.358 rm -f ./*.res ./*.tmp #4 3.376 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #4 3.389 rm -f ../etc/DOC* #4 3.405 rm -f deps/* #4 3.410 rm -f emacs-module.h epaths.h config.h config.stamp #4 3.436 if test -f ./.gdbinit; then \ #4 3.436 mv ./.gdbinit ./.gdbinit.save; \ #4 3.436 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #4 3.436 else mv ./.gdbinit.save ./.gdbinit; fi; \ #4 3.436 fi #4 3.802 make[3]: Leaving directory '/checkout/src' #4 3.805 make -C oldXMenu bootstrap-clean #4 3.845 make[3]: Entering directory '/checkout/oldXMenu' #4 3.845 rm -f libXMenu11.a ./*.o deps/* #4 3.849 rm -f Makefile #4 3.851 rm -fr deps #4 3.864 make[3]: Leaving directory '/checkout/oldXMenu' #4 3.869 make -C lwlib bootstrap-clean #4 3.897 make[3]: Entering directory '/checkout/lwlib' #4 3.897 rm -f ./*.o liblw.a \#* deps/* #4 3.913 rm -f Makefile #4 3.916 rm -fr deps #4 3.921 rm -f TAGS #4 3.923 make[3]: Leaving directory '/checkout/lwlib' #4 3.924 make -C lib bootstrap-clean #4 4.160 make[3]: Entering directory '/checkout/lib' #4 4.160 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #4 4.191 rm -f core *.stackdump alloca.h assert.h byteswap.h dirent.h errno.h execinfo.h fcntl.h getopt.h getopt-cdefs.h malloc/dynarray.gl.h malloc/dynarray-skeleton.gl.h ieee754.h inttypes.h gmp.h limits.h signal.h stdckdint.h stddef.h stdint.h stdio.h stdio.h-t1 stdio.h-t2 stdio.h-t3 stdlib.h stdlib.h-t1 stdlib.h-t2 stdlib.h-t3 string.h string.h-t1 string.h-t2 sys/random.h sys/select.h sys/stat.h sys/time.h sys/types.h time.h unistd.h unistd.h-t1 unistd.h-t2 unistd.h-t3 unistd.h-t4 #4 4.209 rm -f Makefile Makefile.android #4 4.227 rm -fr deps #4 4.233 make[3]: Leaving directory '/checkout/lib' #4 4.234 make -C lib-src bootstrap-clean #4 4.254 make[3]: Entering directory '/checkout/lib-src' #4 4.254 rm -f core ./*.o ./*.res #4 4.277 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #4 4.284 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #4 4.292 rm -f TAGS Makefile blessmail Makefile.android #4 4.306 make[3]: Leaving directory '/checkout/lib-src' #4 4.308 make -C nt bootstrap-clean #4 4.327 make[3]: Entering directory '/checkout/nt' #4 4.327 rm -f core *.o *.res #4 4.341 rm -f runemacs addpm cmdproxy ddeclient #4 4.343 rm -f TAGS Makefile *.rc #4 4.346 true #4 4.357 make[3]: Leaving directory '/checkout/nt' #4 4.358 make -C doc/emacs bootstrap-clean #4 4.392 make[3]: Entering directory '/checkout/doc/emacs' #4 4.392 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #4 4.392 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #4 4.409 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #4 4.417 rm -f Makefile #4 4.433 rm -f \ #4 4.433 ./../../info/emacs.info \ #4 4.433 ./../../info/emacs.info-[1-9] \ #4 4.433 ./../../info/emacs.info-[1-9][0-9] #4 4.450 rm -f ./emacsver.texi TAGS #4 4.459 make[3]: Leaving directory '/checkout/doc/emacs' #4 4.460 make -C doc/misc bootstrap-clean #4 4.476 make[3]: Entering directory '/checkout/doc/misc' #4 4.476 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #4 4.476 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #4 4.476 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #4 4.500 rm -f gnustmp* #4 4.509 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #4 4.521 rm -f Makefile #4 4.529 for file in auth autotype bovine calc ccmode cl dbus dired-x ebrowse ede ediff edt efaq eglot eieio emacs-gnutls emacs-mime epa erc ert eshell eudc eww flymake forms gnus htmlfontify idlwave ido info.info mairix-el message mh-e modus-themes newsticker nxml-mode octave-mode org pcl-cvs pgg rcirc reftex remember sasl sc semantic ses sieve smtpmail speedbar srecode todo-mode tramp transient url use-package vhdl-mode vip viper vtable widget wisent woman efaq-w32; do \ #4 4.529 file=`echo ${file} | sed 's/\.info$//'`.info; \ #4 4.529 rm -f \ #4 4.529 ./../../info/${file} \ #4 4.529 ./../../info/${file}-[1-9] \ #4 4.529 ./../../info/${file}-[1-9][0-9]; \ #4 4.529 done #4 5.973 rm -f ./modus-themes.texi ./org.texi #4 5.988 rm -f TAGS #4 6.006 make[3]: Leaving directory '/checkout/doc/misc' #4 6.007 make -C doc/lispref bootstrap-clean #4 6.031 make[3]: Entering directory '/checkout/doc/lispref' #4 6.031 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #4 6.031 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #4 6.047 rm -f elisp[12]* vol[12].tmp #4 6.068 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #4 6.073 rm -f vol[12].dvi vol[12].pdf vol[12].ps #4 6.094 rm -f Makefile #4 6.108 rm -f \ #4 6.108 ./../../info/elisp.info \ #4 6.108 ./../../info/elisp.info-[1-9] \ #4 6.108 ./../../info/elisp.info-[1-9][0-9] #4 6.115 rm -f ./../../info/elisp_type_hierarchy.txt ./../../info/elisp_type_hierarchy.jpg #4 6.126 rm -f TAGS #4 6.135 make[3]: Leaving directory '/checkout/doc/lispref' #4 6.141 make -C doc/lispintro bootstrap-clean #4 6.152 make[3]: Entering directory '/checkout/doc/lispintro' #4 6.152 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #4 6.152 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #4 6.179 rm -f emacs-lisp-intro.dvi eintr.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #4 6.189 rm -f Makefile #4 6.197 rm -f \ #4 6.197 ./../../info/eintr.info \ #4 6.197 ./../../info/eintr.info-[1-9] #4 6.204 rm -f TAGS #4 6.229 make[3]: Leaving directory '/checkout/doc/lispintro' #4 6.230 make -C test bootstrap-clean #4 6.244 make[3]: Entering directory '/checkout/test' #4 6.448 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #4 6.512 find . '(' -name '*.xml' -a ! -path '*resources*' ')' -delete #4 6.565 rm -f ./lisp/gnus/mml-sec-resources/random_seed #4 6.577 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #4 6.577 src/emacs-module-resources/*.dll gmp.h #4 6.582 find . -name '*.elc' -delete #4 6.638 make[3]: Leaving directory '/checkout/test' #4 6.638 make -C java bootstrap-clean #4 6.866 make[3]: Entering directory '/checkout/java' #4 6.866 rm -f *.apk emacs.apk-in *.dex *.unaligned *.class *.idsig #4 6.878 rm -rf install-temp ./org/gnu/emacs/R.java TAGS #4 6.888 find . -name '*.class' -delete #4 6.899 rm -f Makefile ndk-build.mk #4 6.921 make[3]: Leaving directory '/checkout/java' #4 6.922 make -C cross bootstrap-clean #4 6.937 make[3]: Entering directory '/checkout/cross' #4 6.938 for dir in src lib-src lib etc; do \ #4 6.938 find $dir -type f -delete; \ #4 6.938 done #4 6.965 rm -rf lib/config.h lib-src/config.h #4 6.973 if test -f ndk-build/Makefile; then \ #4 6.973 make -C ndk-build clean; \ #4 6.973 fi #4 6.981 for dir in src lib-src lib etc; do \ #4 6.981 find $dir -type l -delete; \ #4 6.981 done #4 7.021 rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile #4 7.029 rm -rf ndk-build/ndk-build.mk Makefile #4 7.036 make[3]: Leaving directory '/checkout/cross' #4 7.037 make -C nextstep bootstrap-clean #4 7.055 make[3]: Entering directory '/checkout/nextstep' #4 7.069 rm -rf /checkout/nextstep/Emacs.app #4 7.079 rm -f Makefile #4 7.088 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #4 7.088 GNUstep/Emacs.base/Resources/Emacs.desktop \ #4 7.088 Cocoa/Emacs.base/Contents/Info.plist \ #4 7.088 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #4 7.097 make[3]: Leaving directory '/checkout/nextstep' #4 7.097 make -C admin/charsets bootstrap-clean #4 7.116 make[3]: Entering directory '/checkout/admin/charsets' #4 7.120 make[3]: Nothing to be done for 'bootstrap-clean'. #4 7.120 make[3]: Leaving directory '/checkout/admin/charsets' #4 7.121 make -C admin/unidata bootstrap-clean #4 7.126 make[3]: Entering directory '/checkout/admin/unidata' #4 7.178 rm -f ./*.elc unidata.txt #4 7.188 make[3]: Leaving directory '/checkout/admin/unidata' #4 7.190 make -C leim bootstrap-clean #4 7.197 make[3]: Entering directory '/checkout/leim' #4 7.212 rm -f ./../lisp/leim/quail/CCDOSPY.el ./../lisp/leim/quail/Punct.el ./../lisp/leim/quail/QJ.el ./../lisp/leim/quail/SW.el ./../lisp/leim/quail/TONEPY.el ./../lisp/leim/quail/4Corner.el ./../lisp/leim/quail/ARRAY30.el ./../lisp/leim/quail/ECDICT.el ./../lisp/leim/quail/ETZY.el ./../lisp/leim/quail/Punct-b5.el ./../lisp/leim/quail/PY-b5.el ./../lisp/leim/quail/QJ-b5.el ./../lisp/leim/quail/ZOZY.el ./../lisp/leim/quail/tsang-b5.el ./../lisp/leim/quail/quick-b5.el ./../lisp/leim/quail/tsang-cns.el ./../lisp/leim/quail/quick-cns.el ./../lisp/leim/quail/PY.el ./../lisp/leim/quail/ZIRANMA.el ./../lisp/leim/quail/CTLau.el ./../lisp/leim/quail/CTLau-b5.el ./../lisp/language/pinyin.el ./../lisp/leim/leim-list.el #4 7.221 make[3]: Leaving directory '/checkout/leim' #4 7.222 make -C lisp bootstrap-clean #4 7.229 make[3]: Entering directory '/checkout/lisp' #4 7.301 find . -name '*.elc' -delete #4 7.318 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #4 7.333 make[3]: Leaving directory '/checkout/lisp' #4 7.341 make -C admin/grammars bootstrap-clean #4 7.355 make[3]: Entering directory '/checkout/admin/grammars' #4 7.355 make[3]: Nothing to be done for 'bootstrap-clean'. #4 7.355 make[3]: Leaving directory '/checkout/admin/grammars' #4 7.357 [ ! -f config.log ] || mv -f config.log config.log~ #4 7.502 rm -rf ./info #4 7.502 rm -f ./etc/refcards/emacsver.tex #4 7.507 rm -rf native-lisp/ lisp/leim/ja-dic/ #4 7.533 rm -fr autom4te.cache config.cache #4 7.542 rm -f config.log ./doc/man/emacs.1 #4 7.565 make[2]: Leaving directory '/checkout' #4 7.566 cd . && ./autogen.sh autoconf #4 7.600 Checking whether you have the necessary tools... #4 7.600 (Read INSTALL.REPO for more details on building Emacs) #4 7.616 Checking for autoconf (need at least version 2.65) ... ok #4 7.755 Your system has the required tools. #4 7.817 Running 'autoreconf -fi -I m4' ... #4 35.45 Building 'aclocal.m4' in exec ... #4 35.45 Running 'autoreconf -fi' in exec ... #4 42.44 You can now run './autogen.sh git'. #4 42.44 make MAKEFILE_NAME=force-Makefile force-Makefile #4 42.46 make[2]: Entering directory '/checkout' #4 42.47 make[2]: *** No rule to make target 'echo-sources'. Stop. #4 42.70 if [ -x ./config.status ]; then \ #4 42.70 ./config.status --recheck; \ #4 42.70 else \ #4 42.70 ./configure --cache-file=/dev/null; \ #4 42.70 fi #4 42.87 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --with-ns --no-create --no-recursion #4 43.42 checking for xcrun... no #4 43.43 checking for GNU Make... make #4 43.49 checking build system type... x86_64-pc-linux-gnu #4 43.97 checking host system type... x86_64-pc-linux-gnu #4 44.06 checking for gcc... gcc #4 44.21 checking whether the C compiler works... yes #4 44.55 checking for C compiler default output file name... a.out #4 44.56 checking for suffix of executables... #4 44.86 checking whether we are cross compiling... no #4 45.10 checking for suffix of object files... o #4 45.22 checking whether we are using the GNU C compiler... yes #4 45.41 checking whether gcc accepts -g... yes #4 45.59 checking for gcc option to enable C11 features... none needed #4 46.01 checking whether the compiler is clang... no #4 46.21 checking for compiler option needed when checking for declarations... none #4 46.21 checking whether gcc and cc understand -c and -o together... yes #4 46.95 checking how to run the C preprocessor... gcc -E #4 47.36 checking for grep that handles long lines and -e... /bin/grep #4 47.39 checking for egrep... /bin/grep -E #4 47.40 checking for ANSI C header files... yes #4 48.30 checking for sys/types.h... yes #4 48.55 checking for sys/stat.h... yes #4 48.81 checking for stdlib.h... yes #4 48.99 checking for string.h... yes #4 49.27 checking for memory.h... yes #4 49.55 checking for strings.h... yes #4 49.86 checking for inttypes.h... yes #4 50.13 checking for stdint.h... yes #4 50.41 checking for unistd.h... yes #4 50.74 checking for wchar.h... yes #4 51.09 checking for minix/config.h... no #4 51.34 checking for linux/fs.h... yes #4 51.61 checking for malloc.h... yes #4 51.95 checking for sys/systeminfo.h... no #4 52.23 checking for sys/sysinfo.h... yes #4 52.60 checking for coff.h... no #4 52.95 checking for pty.h... yes #4 53.32 checking for sys/resource.h... yes #4 53.72 checking for sys/utsname.h... yes #4 54.10 checking for pwd.h... yes #4 54.43 checking for util.h... no #4 54.85 checking for sanitizer/lsan_interface.h... yes #4 55.24 checking for sanitizer/asan_interface.h... yes #4 55.44 checking for sanitizer/common_interface_defs.h... yes #4 55.77 checking for sys/socket.h... yes #4 56.13 checking for stdlib.h... (cached) yes #4 56.18 checking for unistd.h... (cached) yes #4 56.24 checking for sys/param.h... yes #4 56.58 checking for pthread.h... yes #4 56.95 checking for malloc/malloc.h... no #4 57.22 checking for sys/un.h... yes #4 57.55 checking for utmp.h... yes #4 57.96 checking for utmpx.h... yes #4 58.29 checking for OS.h... no #4 58.62 checking for dirent.h... yes #4 58.93 checking for execinfo.h... yes #4 59.30 checking for linux/xattr.h... yes #4 59.60 checking for stdio_ext.h... yes #4 60.02 checking for sys/vfs.h... yes #4 60.38 checking for sys/fs_types.h... no #4 60.62 checking for getopt.h... yes #4 61.01 checking for sys/cdefs.h... yes #4 61.33 checking for sys/time.h... yes #4 61.61 checking for ieee754.h... yes #4 61.91 checking for limits.h... yes #4 62.26 checking for inttypes.h... (cached) yes #4 62.33 checking for sys/types.h... (cached) yes #4 62.47 checking for stdint.h... (cached) yes #4 62.52 checking for sys/select.h... yes #4 62.78 checking for stdbool.h... yes #4 63.14 checking for stdckdint.h... no #4 63.44 checking for sys/random.h... yes #4 63.70 checking for sys/stat.h... (cached) yes #4 63.74 checking whether it is safe to define __EXTENSIONS__... yes #4 64.04 checking whether _XOPEN_SOURCE should be defined... no #4 64.24 checking for Minix Amsterdam compiler... no #4 64.35 checking for ar... ar #4 64.36 checking for ranlib... ranlib #4 64.37 checking for gcc option to enable large file support... none needed #4 64.77 checking for gcc option for timestamps after 2038... none needed #4 64.94 checking for g++... g++ #4 65.16 checking whether we are using the GNU C++ compiler... yes #4 65.40 checking whether g++ accepts -g... yes #4 65.65 checking for g++ option to enable C++11 features... none needed #4 107.4 checking how to run the C++ preprocessor... g++ -E #4 107.8 checking whether gcc accepts -g3 -O2... yes #4 108.2 checking whether the compiler is clang... no #4 108.5 checking whether C compiler handles -Werror -Wunknown-warning-option... no #4 108.7 checking whether -Wno-missing-field-initializers is needed... yes #4 108.9 checking whether -Wuninitialized is supported... yes #4 109.1 checking whether C compiler handles -fstrict-flex-arrays... no #4 109.2 checking whether C compiler handles -Wall... yes #4 109.5 checking whether C compiler handles -Warith-conversion... yes #4 109.9 checking whether C compiler handles -Wdate-time... yes #4 110.3 checking whether C compiler handles -Wdisabled-optimization... yes #4 110.7 checking whether C compiler handles -Wdouble-promotion... yes #4 111.0 checking whether C compiler handles -Wduplicated-cond... yes #4 111.3 checking whether C compiler handles -Wextra... yes #4 111.7 checking whether C compiler handles -Wformat-signedness... yes #4 112.0 checking whether C compiler handles -Winit-self... yes #4 112.4 checking whether C compiler handles -Winvalid-pch... yes #4 112.7 checking whether C compiler handles -Wlogical-op... yes #4 113.0 checking whether C compiler handles -Wmissing-declarations... yes #4 113.4 checking whether C compiler handles -Wmissing-include-dirs... yes #4 113.8 checking whether C compiler handles -Wmissing-prototypes... yes #4 114.1 checking whether C compiler handles -Wnested-externs... yes #4 114.5 checking whether C compiler handles -Wnull-dereference... yes #4 114.9 checking whether C compiler handles -Wold-style-definition... yes #4 115.3 checking whether C compiler handles -Wopenmp-simd... yes #4 115.7 checking whether C compiler handles -Wpacked... yes #4 116.1 checking whether C compiler handles -Wpointer-arith... yes #4 116.4 checking whether C compiler handles -Wstrict-flex-arrays... no #4 116.6 checking whether C compiler handles -Wstrict-prototypes... yes #4 117.0 checking whether C compiler handles -Wsuggest-attribute=format... yes #4 117.4 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #4 117.8 checking whether C compiler handles -Wsuggest-final-methods... yes #4 118.2 checking whether C compiler handles -Wsuggest-final-types... yes #4 118.7 checking whether C compiler handles -Wtrampolines... yes #4 119.5 checking whether C compiler handles -Wuninitialized... yes #4 120.1 checking whether C compiler handles -Wunknown-pragmas... yes #4 120.5 checking whether C compiler handles -Wunused-macros... yes #4 121.1 checking whether C compiler handles -Wvariadic-macros... yes #4 121.5 checking whether C compiler handles -Wvector-operation-performance... yes #4 121.8 checking whether C compiler handles -Wwrite-strings... yes #4 122.1 checking whether C compiler handles -Warray-bounds=2... yes #4 122.6 checking whether C compiler handles -Wattribute-alias=2... yes #4 122.9 checking whether C compiler handles -Wformat=2... yes #4 123.3 checking whether C compiler handles -Wformat-truncation=2... yes #4 123.7 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #4 124.1 checking whether C compiler handles -Wshift-overflow=2... yes #4 124.6 checking whether C compiler handles -Wuse-after-free=3... no #4 124.8 checking whether C compiler handles -Wvla-larger-than=4031... yes #4 125.1 checking whether C compiler handles -Wno-missing-field-initializers... yes #4 125.4 checking whether C compiler handles -Wredundant-decls... yes #4 126.0 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #4 126.0 checking whether C compiler handles -Wno-override-init... yes #4 126.3 checking whether C compiler handles -Wno-sign-compare... yes #4 126.7 checking whether C compiler handles -Wno-type-limits... yes #4 127.0 checking whether C compiler handles -Wno-unused-parameter... yes #4 127.3 checking whether C compiler handles -Wno-format-nonliteral... yes #4 127.7 checking whether C compiler handles -Wno-bidi-chars... no #4 127.8 checking for a BSD-compatible install... /usr/bin/install -c #4 127.9 checking command to symlink files in the same directory... ln -s #4 127.9 checking for install-info... : #4 127.9 checking for gzip... /bin/gzip #4 127.9 checking for 'find' args to delete a file... -delete #4 127.9 checking for brew... no #4 128.7 checking for -znocombreloc... not needed #4 128.7 checking whether addresses are sanitized... no #4 128.9 checking for math library... -lm #4 130.3 checking for struct passwd.pw_gecos... yes #4 130.5 checking for pkg-config... /usr/bin/pkg-config #4 130.5 checking pkg-config is at least version 0.9.0... yes #4 130.6 checking for machine/soundcard.h... no #4 130.7 checking for sys/soundcard.h... yes #4 131.0 checking for soundcard.h... no #4 131.2 checking for mmsystem.h... no #4 131.4 checking for _oss_ioctl in -lossaudio... no #4 131.6 checking for alsa >= 1.0.0... no #4 131.7 checking for ADDR_NO_RANDOMIZE... yes #4 131.9 checking if Linux sysinfo may be used... yes #4 132.5 checking for sys/wait.h that is POSIX.1 compatible... yes #4 132.8 checking for net/if.h... yes #4 133.2 checking for ifaddrs.h... yes #4 133.6 checking for net/if_dl.h... no #4 134.0 checking for struct ifreq.ifr_flags... yes #4 134.4 checking for struct ifreq.ifr_hwaddr... yes #4 135.1 checking for struct ifreq.ifr_netmask... yes #4 135.8 checking for struct ifreq.ifr_broadaddr... yes #4 136.6 checking for struct ifreq.ifr_addr... yes #4 137.5 checking for struct ifreq.ifr_addr.sa_len... no #4 138.1 checking whether gcc understands -MMD -MF... yes #4 138.3 checking for X... no #4 138.8 checking AppKit/AppKit.h usability... yes #4 141.4 checking AppKit/AppKit.h presence... yes #4 142.2 checking for AppKit/AppKit.h... yes #4 142.2 checking for Mac OS X 12.0 or later... yes #4 142.4 checking for gcc... gcc #4 142.6 checking whether we are using the GNU Objective C compiler... yes #4 142.7 checking whether gcc accepts -g... yes #4 143.0 checking if the Objective C compiler supports instancetype... yes #4 143.1 checking if the Objective C compiler defaults to C99... no #4 143.2 checking whether malloc is Doug Lea style... no #4 143.5 checking for sbrk... yes #4 143.9 checking for __lsan_ignore_object... no #4 144.4 checking for fchmod... yes #4 144.7 checking for utmpname... yes #4 145.3 checking for utmpxname... yes #4 145.8 checking for canonicalize_file_name... yes #4 146.2 checking for realpath... yes #4 146.7 checking for lstat... yes #4 147.1 checking for fchmodat...