Running with gitlab-runner 16.9.1 (782c6ecb)  on emba-docker-runner 2oEDrUT7, system ID: s_d7b5974cddbd section_start:1710374609: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:1710374616:prepare_executor section_start:1710374616:prepare_script Preparing environment Running on runner-2oedrut7-project-1-concurrent-0 via emba.gnu.org... section_end:1710374617:prepare_script section_start:1710374617:get_sources Getting source from Git repository $ git config --global http.proxy $HTTP_PROXY; git config --global https.proxy $HTTPS_PROXY Fetching changes with git depth set to 50... Reinitialized existing Git repository in /builds/emacs/emacs/.git/ Checking out d95f2a88 as detached HEAD (ref is master)... Skipping Git submodules setup section_end:1710374633:get_sources section_start:1710374633: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: 8 Running: 5 Paused: 0 Stopped: 3 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 . #1 [internal] load build definition from Dockerfile.emba #1 DONE 0.0s #2 [internal] load .dockerignore #2 transferring context: 2B 0.0s done #2 DONE 5.5s #1 [internal] load build definition from Dockerfile.emba #1 transferring dockerfile: 6.47kB 0.0s done #1 DONE 7.1s #3 [internal] load metadata for docker.io/library/debian:bullseye #3 DONE 0.5s #12 [emacs-base 1/2] FROM docker.io/library/debian:bullseye@sha256:5a87974e7... #12 DONE 0.0s #9 [internal] load build context #9 transferring context: 1.20MB 0.2s #9 transferring context: 7.60MB 6.3s #9 transferring context: 9.21MB 11.3s #9 transferring context: 38.70MB 16.8s #9 transferring context: 63.52MB 21.9s #9 transferring context: 86.38MB 28.6s #9 transferring context: 116.82MB 34.0s #9 transferring context: 153.79MB 39.1s #9 transferring context: 184.36MB 44.1s #9 transferring context: 237.56MB 49.2s #9 transferring context: 284.43MB 54.4s #9 transferring context: 301.02MB 59.5s #9 transferring context: 328.91MB 64.7s #9 transferring context: 348.82MB 69.7s #9 transferring context: 373.97MB 74.8s #9 transferring context: 397.50MB 79.9s #9 transferring context: 408.70MB 84.9s #9 transferring context: 424.02MB 90.3s #9 transferring context: 424.55MB 91.0s done #9 DONE 100.2s #11 [emacs-base 2/2] RUN apt-get update && apt-get install -y --no-insta... #11 CACHED #10 [emacs-inotify 1/6] RUN apt-get update && apt-get install -y --no-in... #10 CACHED #8 [emacs-inotify 2/6] COPY . /checkout #8 DONE 95.6s #7 [emacs-inotify 3/6] WORKDIR /checkout #7 DONE 7.3s #6 [emacs-inotify 4/6] RUN ./autogen.sh autoconf #6 2.147 Checking whether you have the necessary tools... #6 2.147 (Read INSTALL.REPO for more details on building Emacs) #6 2.157 Checking for autoconf (need at least version 2.65) ... ok #6 2.291 Your system has the required tools. #6 2.364 Building aclocal.m4 ... #6 2.376 Running 'autoreconf -fi -I m4' ... #6 34.36 Building 'aclocal.m4' in exec ... #6 34.36 Running 'autoreconf -fi' in exec ... #6 42.22 You can now run './autogen.sh git'. #6 DONE 43.1s #5 [emacs-inotify 5/6] RUN ./configure #5 2.135 checking for xcrun... no #5 2.150 checking for GNU Make... make #5 2.205 checking build system type... x86_64-pc-linux-gnu #5 2.997 checking host system type... x86_64-pc-linux-gnu #5 3.096 checking for gcc... gcc #5 3.336 checking whether the C compiler works... yes #5 3.903 checking for C compiler default output file name... a.out #5 3.907 checking for suffix of executables... #5 4.244 checking whether we are cross compiling... no #5 4.626 checking for suffix of object files... o #5 4.778 checking whether we are using the GNU C compiler... yes #5 4.901 checking whether gcc accepts -g... yes #5 5.033 checking for gcc option to enable C11 features... none needed #5 5.959 checking whether the compiler is clang... no #5 6.083 checking for compiler option needed when checking for declarations... none #5 6.084 checking whether gcc and cc understand -c and -o together... yes #5 6.742 checking how to run the C preprocessor... gcc -E #5 7.133 checking for grep that handles long lines and -e... /bin/grep #5 7.142 checking for egrep... /bin/grep -E #5 7.157 checking for ANSI C header files... yes #5 7.881 checking for sys/types.h... yes #5 7.995 checking for sys/stat.h... yes #5 8.179 checking for stdlib.h... yes #5 8.345 checking for string.h... yes #5 8.504 checking for memory.h... yes #5 8.635 checking for strings.h... yes #5 8.730 checking for inttypes.h... yes #5 8.873 checking for stdint.h... yes #5 9.019 checking for unistd.h... yes #5 9.188 checking for wchar.h... yes #5 9.339 checking for minix/config.h... no #5 9.521 checking for linux/fs.h... yes #5 9.764 checking for malloc.h... yes #5 9.908 checking for sys/systeminfo.h... no #5 10.06 checking for sys/sysinfo.h... yes #5 10.24 checking for coff.h... no #5 10.37 checking for pty.h... yes #5 10.54 checking for sys/resource.h... yes #5 11.44 checking for sys/utsname.h... yes #5 11.62 checking for pwd.h... yes #5 11.85 checking for util.h... no #5 12.05 checking for sanitizer/lsan_interface.h... yes #5 12.22 checking for sanitizer/asan_interface.h... yes #5 12.39 checking for sanitizer/common_interface_defs.h... yes #5 12.58 checking for sys/socket.h... yes #5 13.39 checking for stdlib.h... (cached) yes #5 13.45 checking for unistd.h... (cached) yes #5 13.49 checking for sys/param.h... yes #5 15.82 checking for pthread.h... yes #5 16.94 checking for malloc/malloc.h... no #5 17.09 checking for sys/un.h... yes #5 17.29 checking for utmp.h... yes #5 17.47 checking for utmpx.h... yes #5 17.64 checking for OS.h... no #5 17.84 checking for dirent.h... yes #5 18.02 checking for execinfo.h... yes #5 18.18 checking for linux/xattr.h... yes #5 18.33 checking for stdio_ext.h... yes #5 18.47 checking for sys/vfs.h... yes #5 18.63 checking for sys/fs_types.h... no #5 18.80 checking for getopt.h... yes #5 18.96 checking for sys/cdefs.h... yes #5 19.10 checking for sys/time.h... yes #5 19.24 checking for ieee754.h... yes #5 19.39 checking for limits.h... yes #5 19.54 checking for inttypes.h... (cached) yes #5 19.59 checking for sys/types.h... (cached) yes #5 19.63 checking for stdint.h... (cached) yes #5 19.72 checking for sys/select.h... yes #5 19.98 checking for stdbool.h... yes #5 20.24 checking for stdckdint.h... no #5 20.42 checking for sys/random.h... yes #5 20.60 checking for sys/stat.h... (cached) yes #5 20.62 checking whether it is safe to define __EXTENSIONS__... yes #5 20.74 checking whether _XOPEN_SOURCE should be defined... no #5 20.82 checking for Minix Amsterdam compiler... no #5 20.89 checking for ar... ar #5 20.89 checking for ranlib... ranlib #5 20.90 checking for gcc option to enable large file support... none needed #5 21.11 checking for gcc option for timestamps after 2038... none needed #5 21.23 checking for g++... g++ #5 21.35 checking whether we are using the GNU C++ compiler... yes #5 21.72 checking whether g++ accepts -g... yes #5 21.84 checking for g++ option to enable C++11 features... none needed #5 64.19 checking how to run the C++ preprocessor... g++ -E #5 64.62 checking whether gcc accepts -g3 -O2... yes #5 65.11 checking whether the compiler is clang... no #5 65.33 checking whether C compiler handles -Werror -Wunknown-warning-option... no #5 65.51 checking whether -Wno-missing-field-initializers is needed... yes #5 65.90 checking whether -Wuninitialized is supported... yes #5 66.13 checking whether C compiler handles -fstrict-flex-arrays... no #5 66.30 checking whether C compiler handles -Wall... yes #5 66.66 checking whether C compiler handles -Warith-conversion... yes #5 67.07 checking whether C compiler handles -Wdate-time... yes #5 67.55 checking whether C compiler handles -Wdisabled-optimization... yes #5 67.93 checking whether C compiler handles -Wdouble-promotion... yes #5 68.36 checking whether C compiler handles -Wduplicated-cond... yes #5 68.85 checking whether C compiler handles -Wextra... yes #5 69.23 checking whether C compiler handles -Wformat-signedness... yes #5 69.51 checking whether C compiler handles -Winit-self... yes #5 69.86 checking whether C compiler handles -Winvalid-pch... yes #5 70.18 checking whether C compiler handles -Wlogical-op... yes #5 70.52 checking whether C compiler handles -Wmissing-declarations... yes #5 70.98 checking whether C compiler handles -Wmissing-include-dirs... yes #5 71.29 checking whether C compiler handles -Wmissing-prototypes... yes #5 71.68 checking whether C compiler handles -Wnested-externs... yes #5 72.15 checking whether C compiler handles -Wnull-dereference... yes #5 72.53 checking whether C compiler handles -Wold-style-definition... yes #5 72.93 checking whether C compiler handles -Wopenmp-simd... yes #5 73.30 checking whether C compiler handles -Wpacked... yes #5 73.62 checking whether C compiler handles -Wpointer-arith... yes #5 73.92 checking whether C compiler handles -Wstrict-flex-arrays... no #5 74.18 checking whether C compiler handles -Wstrict-prototypes... yes #5 74.41 checking whether C compiler handles -Wsuggest-attribute=format... yes #5 74.64 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #5 74.87 checking whether C compiler handles -Wsuggest-final-methods... yes #5 75.15 checking whether C compiler handles -Wsuggest-final-types... yes #5 75.56 checking whether C compiler handles -Wtrampolines... yes #5 75.95 checking whether C compiler handles -Wuninitialized... yes #5 76.34 checking whether C compiler handles -Wunknown-pragmas... yes #5 76.67 checking whether C compiler handles -Wunused-macros... yes #5 77.07 checking whether C compiler handles -Wvariadic-macros... yes #5 77.33 checking whether C compiler handles -Wvector-operation-performance... yes #5 77.62 checking whether C compiler handles -Wwrite-strings... yes #5 78.04 checking whether C compiler handles -Warray-bounds=2... yes #5 78.46 checking whether C compiler handles -Wattribute-alias=2... yes #5 78.95 checking whether C compiler handles -Wformat=2... yes #5 79.37 checking whether C compiler handles -Wformat-truncation=2... yes #5 79.60 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #5 80.18 checking whether C compiler handles -Wshift-overflow=2... yes #5 80.65 checking whether C compiler handles -Wuse-after-free=3... no #5 80.78 checking whether C compiler handles -Wvla-larger-than=4031... yes #5 81.13 checking whether C compiler handles -Wno-missing-field-initializers... yes #5 81.51 checking whether C compiler handles -Wredundant-decls... yes #5 81.83 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #5 81.83 checking whether C compiler handles -Wno-override-init... yes #5 82.14 checking whether C compiler handles -Wno-sign-compare... yes #5 82.38 checking whether C compiler handles -Wno-type-limits... yes #5 82.68 checking whether C compiler handles -Wno-unused-parameter... yes #5 82.95 checking whether C compiler handles -Wno-format-nonliteral... yes #5 83.24 checking whether C compiler handles -Wno-bidi-chars... no #5 83.36 checking for a BSD-compatible install... /usr/bin/install -c #5 83.42 checking command to symlink files in the same directory... ln -s #5 83.44 checking for install-info... : #5 83.46 checking for gzip... /bin/gzip #5 83.47 checking for 'find' args to delete a file... -delete #5 83.51 checking for brew... no #5 85.13 checking for -znocombreloc... not needed #5 85.14 checking whether addresses are sanitized... no #5 85.26 checking for math library... -lm #5 87.03 checking for struct passwd.pw_gecos... yes #5 87.15 checking for pkg-config... /usr/bin/pkg-config #5 87.16 checking pkg-config is at least version 0.9.0... yes #5 87.23 checking for machine/soundcard.h... no #5 87.44 checking for sys/soundcard.h... yes #5 87.77 checking for soundcard.h... no #5 87.97 checking for mmsystem.h... no #5 88.13 checking for _oss_ioctl in -lossaudio... no #5 88.41 checking for alsa >= 1.0.0... no #5 88.47 checking for ADDR_NO_RANDOMIZE... yes #5 88.72 checking if Linux sysinfo may be used... yes #5 89.31 checking for sys/wait.h that is POSIX.1 compatible... yes #5 89.63 checking for net/if.h... yes #5 90.16 checking for ifaddrs.h... yes #5 90.62 checking for net/if_dl.h... no #5 90.99 checking for struct ifreq.ifr_flags... yes #5 91.49 checking for struct ifreq.ifr_hwaddr... yes #5 92.41 checking for struct ifreq.ifr_netmask... yes #5 93.08 checking for struct ifreq.ifr_broadaddr... yes #5 93.96 checking for struct ifreq.ifr_addr... yes #5 94.65 checking for struct ifreq.ifr_addr.sa_len... no #5 95.76 checking whether gcc understands -MMD -MF... yes #5 96.09 checking for X... no #5 96.50 checking for X... false #5 96.51 checking whether malloc is Doug Lea style... no #5 96.79 checking for sbrk... yes #5 97.28 checking for __lsan_ignore_object... no #5 97.78 checking for fchmod... yes #5 98.33 checking for utmpname... yes #5 98.76 checking for utmpxname... yes #5 99.15 checking for canonicalize_file_name... yes #5 99.54 checking for realpath... yes #5 100.0 checking for lstat... yes #5 100.5 checking for fchmodat... yes #5 101.0 checking for lchmod... no #5 101.2 checking for fcntl... yes #5 101.7 checking for fdopendir... yes #5 102.3 checking for listxattr... yes #5 102.9 checking for fstatat... yes #5 103.4 checking for fsync... yes #5 103.8 checking for gettimeofday... yes #5 104.2 checking for memset_s... no #5 104.7 checking for pselect... yes #5 105.3 checking for readlink... yes #5 106.0 checking for isblank... yes #5 106.5 checking for iswctype... yes #5 106.9 checking for strtoimax... yes #5 107.4 checking for symlink... yes #5 107.9 checking for localtime_r... yes #5 108.5 checking for getdtablesize... yes #5 109.1 checking for getpagesize... yes #5 109.5 checking for working mmap... yes #5 110.1 checking for main in -lXbsd... no #5 110.4 checking for pthread library... -lpthread #5 111.4 checking for thread support... yes #5 111.5 checking for sqlite3_open_v2 in -lsqlite3... no #5 111.7 checking for getaddrinfo_a in -lanl... yes #5 112.3 checking for malloc_trim... yes #5 112.8 checking for dbus-1 >= 1.0... yes #5 113.0 checking for dbus_watch_get_unix_fd... yes #5 113.7 checking for dbus_type_is_valid... yes #5 114.3 checking for dbus_validate_bus_name... yes #5 114.9 checking for dbus_validate_path... yes #5 115.5 checking for dbus_validate_interface... yes #5 116.0 checking for dbus_validate_member... yes #5 116.5 checking for lgetfilecon in -lselinux... no #5 116.8 checking for gnutls >= 2.12.2... yes #5 117.0 checking for libsystemd >= 222... no #5 117.0 checking for jansson >= 2.7... no #5 117.0 checking for tree-sitter >= 0.20.2... no #5 117.1 checking for tree-sitter >= 0.6.3... no #5 117.1 checking sys/inotify.h usability... yes #5 117.5 checking sys/inotify.h presence... yes #5 117.7 checking for sys/inotify.h... yes #5 117.7 checking for inotify_init... yes #5 118.1 checking for inotify_init1... yes #5 119.0 checking for lcms2... no #5 119.0 checking for library containing inflateEnd... no #5 119.6 checking for dladdr... yes #5 119.9 checking for dlfunc... no #5 120.5 checking for gcc_jit_context_acquire in -lgccjit... no #5 120.8 configure: WARNING: Elisp native compiler can't be enabled as libgccjit was not #5 120.8 found. #5 120.8 Please try installing libgccjit or a similar package if you want to have it #5 120.8 enabled. #5 120.8 checking libgccjit.h usability... no #5 121.2 checking libgccjit.h presence... no #5 121.3 checking for libgccjit.h... no #5 121.3 configure: WARNING: Elisp native compiler can't be enabled as libgccjit header files #5 121.3 were not found. #5 121.3 Please try installing libgccjit-dev or a similar package if you want to have it #5 121.3 enabled. #5 121.3 checking gpm.h usability... no #5 121.6 checking gpm.h presence... no #5 121.7 checking for gpm.h... no #5 121.7 checking for libxml-2.0 > 2.6.17... no #5 121.8 checking for maillock in -lmail... no #5 122.1 checking for maillock in -llockfile... no #5 122.4 checking for liblockfile.so... no #5 122.4 checking maillock.h usability... no #5 122.6 checking maillock.h presence... no #5 122.7 checking for maillock.h... no #5 122.7 checking linux/seccomp.h usability... yes #5 123.2 checking linux/seccomp.h presence... yes #5 123.2 checking for linux/seccomp.h... yes #5 123.3 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #5 123.6 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #5 123.8 checking linux/filter.h usability... yes #5 124.1 checking linux/filter.h presence... yes #5 124.2 checking for linux/filter.h... yes #5 124.3 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #5 124.4 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #5 124.4 checking for libseccomp >= 2.5.2... no #5 124.5 checking size of long... 8 #5 125.1 checking for accept4... yes #5 125.6 checking for fchdir... yes #5 126.1 checking for gethostname... yes #5 126.7 checking for getrusage... yes #5 127.1 checking for get_current_dir_name... yes #5 127.7 checking for lrand48... yes #5 128.1 checking for random... yes #5 128.6 checking for rint... yes #5 129.1 checking for tcdrain... yes #5 129.5 checking for trunc... yes #5 130.3 checking for select... yes #5 130.7 checking for getpagesize... (cached) yes #5 130.8 checking for setlocale... yes #5 131.3 checking for newlocale... yes #5 131.9 checking for getrlimit... yes #5 132.3 checking for setrlimit... yes #5 132.8 checking for shutdown... yes #5 133.2 checking for pthread_sigmask... (cached) yes #5 133.3 checking for strsignal... yes #5 133.6 checking for setitimer... yes #5 134.0 checking for sendto... yes #5 134.4 checking for recvfrom... yes #5 134.9 checking for getsockname... yes #5 135.4 checking for getifaddrs... yes #5 135.7 checking for freeifaddrs... yes #5 136.1 checking for gai_strerror... yes #5 136.7 checking for sync... yes #5 137.2 checking for endpwent... yes #5 137.6 checking for getgrent... yes #5 138.0 checking for endgrent... yes #5 138.4 checking for cfmakeraw... yes #5 138.8 checking for cfsetspeed... yes #5 139.2 checking for __executable_start... yes #5 139.6 checking for log2... yes #5 140.2 checking for pthread_setname_np... yes #5 140.7 checking for pthread_set_name_np... no #5 141.0 checking for getpwent... yes #5 141.5 checking for renameat2... yes #5 141.9 checking whether pthread_setname_np takes a single argument... no #5 142.1 checking whether pthread_setname_np takes three arguments... no #5 142.3 checking for aligned_alloc... yes #5 142.7 checking whether aligned_alloc is declared... yes #5 143.0 checking for posix_madvise... yes #5 143.3 checking for madvise... yes #5 143.7 checking for __builtin_frame_address... yes #5 144.0 checking for __builtin_unwind_init... yes #5 144.3 checking for _LARGEFILE_SOURCE value needed for large files... no #5 144.7 checking for grantpt... yes #5 145.0 checking for getpt... yes #5 145.4 checking for posix_openpt... yes #5 146.1 checking for library containing tputs... -ltinfo #5 146.8 checking whether -ltinfo library defines BC... yes #5 147.1 checking for timerfd interface... yes #5 147.6 checking whether signals can be handled on alternate stack... yes #5 147.9 checking valgrind/valgrind.h usability... no #5 148.2 checking valgrind/valgrind.h presence... no #5 148.3 checking for valgrind/valgrind.h... no #5 148.3 checking for struct unipair.unicode... yes #5 148.6 checking for pid_t... yes #5 149.2 checking vfork.h usability... no #5 149.5 checking vfork.h presence... no #5 149.6 checking for vfork.h... no #5 149.6 checking for fork... yes #5 150.0 checking for vfork... yes #5 150.4 checking for working fork... yes #5 151.1 checking for working vfork... (cached) yes #5 151.1 checking for snprintf... yes #5 151.7 checking for open_memstream... yes #5 152.0 checking spawn.h usability... yes #5 152.3 checking spawn.h presence... yes #5 152.4 checking for spawn.h... yes #5 152.5 checking for posix_spawn... yes #5 152.9 checking for posix_spawn_file_actions_addchdir... no #5 153.3 checking for posix_spawn_file_actions_addchdir_np... yes #5 153.8 checking for posix_spawnattr_setflags... yes #5 154.3 checking whether POSIX_SPAWN_SETSID is declared... yes #5 154.5 checking whether GLib is linked in... no #5 154.7 checking for nl_langinfo and CODESET... yes #5 155.1 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #5 155.4 checking for mbstate_t... yes #5 155.7 checking for signals via characters... yes #5 156.1 checking for _setjmp... yes #5 156.6 checking for sigsetjmp... yes #5 157.0 checking POSIX termios... yes #5 157.5 checking size of speed_t... 4 #5 157.9 checking for usable FIONREAD... yes #5 158.2 checking for usable SIGIO... yes #5 158.4 checking for struct alignment... yes #5 158.5 checking for C/C++ restrict keyword... __restrict__ #5 158.7 checking for typeof syntax and keyword spelling... typeof #5 158.8 checking for statement expressions... yes #5 159.1 checking whether malloc (0) returns nonnull... yes #5 159.5 checking sys/acl.h usability... yes #5 159.9 checking sys/acl.h presence... yes #5 160.0 checking for sys/acl.h... yes #5 160.0 checking for library containing acl_get_file... -lacl #5 160.7 checking for acl_get_file... yes #5 161.2 checking for acl_get_fd... yes #5 161.6 checking for acl_set_file... yes #5 162.0 checking for acl_set_fd... yes #5 162.3 checking for acl_free... yes #5 162.9 checking for acl_from_mode... yes #5 163.3 checking for acl_from_text... yes #5 163.7 checking for acl_delete_def_file... yes #5 164.1 checking for acl_extended_file... yes #5 164.6 checking for acl_delete_fd_np... no #5 165.0 checking for acl_delete_file_np... no #5 165.7 checking for acl_copy_ext_native... no #5 166.7 checking for acl_create_entry_np... no #5 167.2 checking for acl_to_short_text... no #5 167.5 checking for acl_free_text... no #5 167.8 checking for working acl_get_file... yes #5 168.1 checking acl/libacl.h usability... yes #5 168.3 checking acl/libacl.h presence... yes #5 168.4 checking for acl/libacl.h... yes #5 168.4 checking for acl_entries... yes #5 168.6 checking for ACL_FIRST_ENTRY... yes #5 168.8 checking for ACL_TYPE_EXTENDED... no #5 169.0 checking for working alloca.h... yes #5 169.2 checking for alloca... yes #5 169.5 checking for a thread-safe mkdir -p... /bin/mkdir -p #5 169.5 checking whether the preprocessor supports include_next... yes #5 169.7 checking whether source code line length is unlimited... yes #5 169.8 checking whether endutent is declared... yes #5 170.0 checking for struct utmpx.ut_user... yes #5 170.3 checking for struct utmp.ut_user... yes #5 170.6 checking for struct utmpx.ut_name... yes #5 170.9 checking for struct utmp.ut_name... yes #5 171.1 checking for struct utmpx.ut_type... yes #5 171.5 checking for struct utmp.ut_type... yes #5 171.8 checking for struct utmpx.ut_pid... yes #5 172.1 checking for struct utmp.ut_pid... yes #5 172.5 checking for struct utmp.ut_tv... yes #5 173.0 checking for struct utmpx.ut_host... yes #5 173.4 checking for struct utmp.ut_host... yes #5 173.8 checking for struct utmpx.ut_id... yes #5 174.3 checking for struct utmp.ut_id... yes #5 174.9 checking for struct utmpx.ut_session... yes #5 175.3 checking for struct utmp.ut_session... yes #5 175.8 checking for struct utmpx.ut_exit... yes #5 176.8 checking for struct utmp.ut_exit... yes #5 177.4 checking for struct utmpx.ut_exit.ut_exit... no #5 178.0 checking for struct utmpx.ut_exit.e_exit... yes #5 178.3 checking for struct utmp.ut_exit.e_exit... yes #5 178.6 checking for struct utmpx.ut_exit.ut_termination... no #5 179.3 checking for struct utmpx.ut_exit.e_termination... yes #5 179.7 checking for struct utmp.ut_exit.e_termination... yes #5 180.0 checking whether sysinfo is declared... yes #5 180.2 checking for sys/sysctl.h... yes #5 180.6 checking for sysctl... yes #5 180.9 checking whether lstat correctly handles trailing slash... yes #5 181.4 checking whether // is distinct from /... no #5 181.5 checking whether realpath works... yes #5 182.0 checking for faccessat... yes #5 182.3 checking for getcwd... yes #5 182.8 checking whether byte ordering is bigendian... no #5 183.8 checking if environ is properly declared... yes #5 184.1 checking for complete errno.h... yes #5 184.1 checking whether ctype.h defines __header_inline... no #5 184.4 checking for mode_t... yes #5 185.2 checking whether strmode is declared... no #5 185.5 checking whether getline is declared... yes #5 185.9 checking for gawk... no #5 185.9 checking for mawk... mawk #5 185.9 checking for getopt.h... (cached) yes #5 185.9 checking for getopt_long_only... yes #5 186.3 checking whether getopt is POSIX compatible... yes #5 187.7 checking for working GNU getopt function... yes #5 188.2 checking for working GNU getopt_long function... yes #5 188.7 checking whether timespec_get is declared... yes #5 189.0 checking for timespec_get... yes #5 189.3 checking for struct timeval... yes #5 189.5 checking for wide-enough struct timeval.tv_sec member... yes #5 189.6 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #5 189.7 checking whether the compiler produces multi-arch binaries... no #5 189.9 checking whether stdint.h conforms to C99... yes #5 190.5 checking whether stdint.h works without ISO C predefines... yes #5 190.8 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #5 191.0 checking whether memmem is declared... yes #5 191.4 checking whether memrchr is declared... yes #5 191.8 checking whether defines MIN and MAX... no #5 191.9 checking whether defines MIN and MAX... yes #5 192.1 checking whether time_t is signed... yes #5 192.4 checking whether alarm is declared... yes #5 192.8 checking for working mktime... no #5 193.5 checking whether struct tm is in sys/time.h or time.h... time.h #5 193.8 checking for struct tm.tm_zone... yes #5 194.0 checking for struct tm.tm_gmtoff... yes #5 194.3 checking whether is self-contained... yes #5 195.1 checking for inline... inline #5 195.2 checking for sigset_t... yes #5 195.7 checking for volatile sig_atomic_t... yes #5 196.1 checking for sighandler_t... yes #5 196.6 checking for wchar_t... yes #5 196.9 checking for good max_align_t... yes #5 197.1 checking whether NULL can be used in arbitrary expressions... yes #5 197.3 checking for unreachable... no #5 197.6 checking whether fcloseall is declared... yes #5 198.0 checking whether getw is declared... yes #5 198.3 checking whether putw is declared... yes #5 199.0 checking which flavor of printf attribute matches inttypes macros... system #5 199.2 checking whether strnlen is declared... yes #5 199.6 checking whether strtoimax is declared... yes #5 200.0 checking whether stat file-mode macros are broken... no #5 200.2 checking for nlink_t... yes #5 200.6 checking for struct timespec in ... yes #5 200.8 checking for TIME_UTC in ... yes #5 201.1 checking whether execvpe is declared... yes #5 201.4 checking whether clearerr_unlocked is declared... yes #5 201.7 checking whether feof_unlocked is declared... yes #5 202.1 checking whether ferror_unlocked is declared... yes #5 202.9 checking whether fflush_unlocked is declared... yes #5 203.3 checking whether fgets_unlocked is declared... yes #5 203.7 checking whether fputc_unlocked is declared... yes #5 204.0 checking whether fputs_unlocked is declared... yes #5 204.5 checking whether fread_unlocked is declared... yes #5 205.0 checking whether fwrite_unlocked is declared... yes #5 205.3 checking whether getc_unlocked is declared... yes #5 205.8 checking whether getchar_unlocked is declared... yes #5 206.3 checking whether putc_unlocked is declared... yes #5 206.8 checking whether putchar_unlocked is declared... yes #5 207.1 checking type of array argument to getgroups... gid_t #5 207.9 checking whether getdelim is declared... yes #5 208.7 checking whether getdtablesize is declared... yes #5 209.1 checking whether malloc is ptrdiff_t safe... yes #5 209.4 checking whether malloc, realloc, calloc set errno on failure... yes #5 209.4 checking for O_CLOEXEC... yes #5 209.7 checking for promoted mode_t type... mode_t #5 209.8 checking whether the utimes function works... yes #5 210.5 checking for C compiler option to allow warnings... -Wno-error #5 210.9 checking for alignas and alignof... yes, macros #5 211.3 checking for alloca as a compiler built-in... yes #5 211.4 checking for static_assert... yes, an macro #5 211.7 checking for __builtin_expect... yes #5 212.0 checking byteswap.h usability... yes #5 212.2 checking byteswap.h presence... yes #5 212.3 checking for byteswap.h... yes #5 212.4 checking for readlinkat... yes #5 212.7 checking for library containing clock_gettime... none required #5 213.0 checking for clock_getres... yes #5 213.4 checking for clock_gettime... yes #5 213.7 checking for clock_settime... yes #5 214.1 checking for copy_file_range... yes #5 214.3 checking for d_type member in directory struct... yes #5 214.6 checking whether // is distinct from /... (cached) no #5 214.6 checking whether dup2 works... yes #5 215.3 checking for library containing backtrace_symbols_fd... none required #5 215.7 checking for faccessat... (cached) yes #5 215.7 checking whether fchmodat works... no #5 216.4 checking for readlinkat... (cached) yes #5 216.4 checking whether fcntl handles F_DUPFD correctly... yes #5 216.9 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #5 217.5 checking whether fdopendir is declared... yes #5 217.8 checking whether fdopendir works... yes #5 218.3 checking for flexible array member... yes #5 218.6 checking for __fpending... yes #5 219.2 checking whether __fpending is declared... yes #5 219.9 checking whether free is known to preserve errno... no #5 220.1 checking whether fstatat (..., 0) works... yes #5 220.5 checking for sys/mount.h... yes #5 220.8 checking for statvfs function (SVR4)... yes #5 223.0 checking whether to use statvfs64... no #5 223.1 checking for two-argument statfs with statfs.f_frsize member... yes #5 223.7 checking sys/fs/s5param.h usability... no #5 223.9 checking sys/fs/s5param.h presence... no #5 224.0 checking for sys/fs/s5param.h... no #5 224.1 checking sys/statfs.h usability... yes #5 224.3 checking sys/statfs.h presence... yes #5 224.4 checking for sys/statfs.h... yes #5 224.4 checking for statfs that truncates block counts... no #5 224.7 checking for futimens... yes #5 225.1 checking whether futimens works... yes #5 226.5 checking for getline... yes #5 227.0 checking for working getline function... yes #5 227.5 checking for getloadavg... yes #5 227.8 checking sys/loadavg.h usability... no #5 228.1 checking sys/loadavg.h presence... no #5 228.2 checking for sys/loadavg.h... no #5 228.3 checking whether getloadavg is declared... yes #5 228.5 checking for getrandom... yes #5 228.9 checking whether getrandom is compatible with its GNU+BSD signature... yes #5 229.2 checking for gettimeofday with POSIX signature... yes #5 229.5 checking whether the compiler supports the __inline keyword... yes #5 229.7 checking gmp.h usability... yes #5 230.1 checking gmp.h presence... yes #5 230.3 checking for gmp.h... yes #5 230.3 checking for library containing __gmpz_roinit_n... -lgmp #5 231.0 checking for memmem... yes #5 231.3 checking whether memmem works... yes #5 231.7 checking for mempcpy... yes #5 232.2 checking for memrchr... yes #5 232.4 checking for memset_explicit... no #5 233.0 checking for explicit_memset... no #5 233.4 checking for mkostemp... yes #5 233.9 checking for library containing nanosleep... none required #5 234.1 checking for working nanosleep... no (mishandles large arguments) #5 235.6 checking for sys/pstat.h... no #5 235.9 checking for sys/sysmp.h... no #5 236.2 checking for sys/param.h... (cached) yes #5 236.3 checking for sys/sysctl.h... (cached) yes #5 236.3 checking for sched_getaffinity_np... no #5 236.7 checking for pstat_getdynamic... no #5 237.1 checking for sysmp... no #5 237.5 checking for sysctl... (cached) yes #5 237.5 checking for sched_getaffinity... yes #5 237.9 checking for glibc compatible sched_getaffinity... yes #5 238.1 checking for pipe2... yes #5 238.5 checking whether signature of pselect conforms to POSIX... yes #5 239.0 checking whether pselect detects invalid fds... yes #5 239.5 checking whether pthread_sigmask is a macro... no #5 239.7 checking whether pthread_sigmask returns error numbers... yes #5 240.2 checking whether pthread_sigmask unblocks signals correctly... guessing yes #5 242.9 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #5 243.7 checking whether readlink signature is correct... yes #5 243.9 checking whether readlink handles trailing slash correctly... yes #5 244.4 checking whether readlink truncates results correctly... yes #5 244.8 checking for readlinkat... (cached) yes #5 244.8 checking whether readlinkat signature is correct... yes #5 245.1 checking for working re_compile_pattern... no #5 245.8 checking libintl.h usability... yes #5 246.0 checking libintl.h presence... yes #5 246.0 checking for libintl.h... yes #5 246.1 checking whether isblank is declared... yes #5 246.2 checking for sig2str... no #5 246.4 checking for sigdescr_np... no #5 246.7 checking for socklen_t... yes #5 247.2 checking for ssize_t... yes #5 247.4 checking for struct stat.st_atim.tv_nsec... yes #5 247.7 checking whether struct stat.st_atim is of type struct timespec... yes #5 247.9 checking for struct stat.st_birthtimespec.tv_nsec... no #5 248.2 checking for struct stat.st_birthtimensec... no #5 248.6 checking for struct stat.st_birthtim.tv_nsec... no #5 249.1 checking for bool, true, false... no #5 249.2 checking for stpcpy... yes #5 249.7 checking for working strnlen... yes #5 250.2 checking whether strtoimax works... yes #5 250.6 checking whether symlink handles trailing slash correctly... yes #5 251.1 checking whether localtime_r is declared... yes #5 251.4 checking whether localtime_r is compatible with its POSIX signature... yes #5 251.6 checking whether localtime works even near extrema... yes #5 252.2 checking for timezone_t... no #5 252.4 checking for timegm... yes #5 252.7 checking whether timer_settime is declared... yes #5 253.0 checking for library containing timer_settime... -lrt #5 253.7 checking for timer_settime... yes #5 253.9 checking for utimensat... yes #5 254.2 checking whether utimensat works... yes #5 255.6 checking for variable-length arrays... yes #5 256.0 checking whether getdtablesize works... yes #5 256.3 checking for __mktime_internal... no #5 256.7 checking for timer_getoverrun... yes #5 257.1 checking for gcc option to disable position independent executables... not needed #5 257.1 checking for __ctype_get_mb_cur_max... yes #5 257.5 checking whether MB_CUR_MAX is defined to function that won't link... no #5 257.7 #5 257.7 Configured for 'x86_64-pc-linux-gnu'. #5 257.7 #5 257.7 Where should the build process find the source code? . #5 257.7 What compiler should emacs be built with? gcc -g3 -O2 #5 257.7 Should Emacs use the GNU version of malloc? no #5 257.7 (The GNU allocators don't work with this system configuration.) #5 257.7 Should Emacs use a relocating allocator for buffers? no #5 257.7 Should Emacs use mmap(2) for buffer allocation? no #5 257.7 What window system should Emacs use? none #5 257.7 What toolkit should Emacs use? none #5 257.7 Where do we find X Windows header files? NONE #5 257.7 Where do we find X Windows libraries? NONE #5 257.7 Does Emacs use -lXaw3d? no #5 257.7 Is Emacs being built for Android? no #5 257.7 Does Emacs use the X Double Buffer Extension? no #5 257.7 Does Emacs use -lXpm? no #5 257.7 Does Emacs use -ljpeg? no #5 257.7 Does Emacs use -ltiff? no #5 257.7 Does Emacs use a gif library? no #5 257.7 Does Emacs use a png library? no #5 257.7 Does Emacs use -lrsvg-2? no #5 257.7 Does Emacs use -lwebp? no #5 257.7 Does Emacs use -lsqlite3? no #5 257.7 Does Emacs use cairo? no #5 257.7 Does Emacs use -llcms2? no #5 257.7 Does Emacs use imagemagick? no #5 257.7 Does Emacs use native APIs for images? no #5 257.7 Does Emacs support sound? yes #5 257.7 Does Emacs use -lgpm? no #5 257.7 Does Emacs use -ldbus? yes #5 257.7 Does Emacs use -lgconf? no #5 257.7 Does Emacs use GSettings? no #5 257.7 Does Emacs use a file notification library? yes (inotify) #5 257.7 Does Emacs use access control lists? yes -lacl -lattr #5 257.7 Does Emacs use -lselinux? no #5 257.7 Does Emacs use -lgnutls? yes #5 257.7 Does Emacs use -lxml2? no #5 257.7 Does Emacs use -lfreetype? no #5 257.7 Does Emacs use HarfBuzz? no #5 257.7 Does Emacs use -lm17n-flt? no #5 257.7 Does Emacs use -lotf? no #5 257.7 Does Emacs use -lxft? no #5 257.7 Does Emacs use -lsystemd? no #5 257.7 Does Emacs use -ljansson? no #5 257.7 Does Emacs use -ltree-sitter? no #5 257.7 Does Emacs use the GMP library? yes #5 257.7 Does Emacs directly use zlib? no #5 257.7 Does Emacs have dynamic modules support? yes #5 257.7 Does Emacs use toolkit scroll bars? no #5 257.7 Does Emacs support Xwidgets? no #5 257.7 Does Emacs have threading support in lisp? yes #5 257.7 Does Emacs support the portable dumper? yes #5 257.7 Does Emacs support legacy unexec dumping? no #5 257.7 Which dumping strategy does Emacs use? pdumper #5 257.7 Does Emacs have native lisp compiler? no #5 257.7 Does Emacs use version 2 of the X Input Extension? no #5 257.7 Does Emacs generate a smaller-size Japanese dictionary? no #5 257.7 #5 257.7 #5 258.8 configure: creating ./config.status #5 259.7 config.status: creating src/verbose.mk #5 259.9 config.status: creating src/emacs-module.h #5 260.0 config.status: creating Makefile #5 260.1 config.status: creating lib/gnulib.mk #5 260.3 config.status: creating ./doc/man/emacs.1 #5 260.4 config.status: creating lib/Makefile #5 260.6 config.status: creating lib-src/Makefile #5 260.7 config.status: creating oldXMenu/Makefile #5 260.8 config.status: creating src/Makefile #5 260.9 config.status: creating lwlib/Makefile #5 261.0 config.status: creating nextstep/Makefile #5 261.2 config.status: creating nt/Makefile #5 261.3 config.status: creating doc/emacs/Makefile #5 261.4 config.status: creating doc/misc/Makefile #5 261.6 config.status: creating doc/lispintro/Makefile #5 261.7 config.status: creating doc/lispref/Makefile #5 261.8 config.status: creating lisp/Makefile #5 262.0 config.status: creating leim/Makefile #5 262.1 config.status: creating test/Makefile #5 262.2 config.status: creating test/manual/noverlay/Makefile #5 262.3 config.status: creating test/infra/Makefile #5 262.4 config.status: creating admin/charsets/Makefile #5 262.6 config.status: creating admin/unidata/Makefile #5 262.7 config.status: creating admin/grammars/Makefile #5 262.9 config.status: creating java/Makefile #5 263.0 config.status: creating cross/Makefile #5 263.2 config.status: creating java/AndroidManifest.xml #5 263.3 config.status: creating src/config.h #5 263.5 config.status: executing src/epaths.h commands #5 263.7 config.status: executing src/.gdbinit commands #5 263.7 config.status: executing doc/emacs/emacsver.texi commands #5 263.9 config.status: executing etc-refcards-emacsver.tex commands #5 264.0 configure: WARNING: This configuration installs a 'movemail' program #5 264.0 that does not retrieve POP3 email. By default, Emacs 25 and earlier #5 264.0 installed a 'movemail' program that retrieved POP3 email via only #5 264.0 insecure channels, a practice that is no longer recommended but that #5 264.0 you can continue to support by using './configure --with-pop'. #5 264.0 configure: You might want to install GNU Mailutils #5 264.0 and use './configure --with-mailutils'. #5 DONE 265.3s #4 [emacs-inotify 6/6] RUN make bootstrap #4 2.968 make actual-bootstrap || make advice-on-failure make-target=bootstrap exit-status=$? #4 3.006 make[1]: Entering directory '/checkout' #4 3.237 make bootstrap-clean #4 3.251 make[2]: Entering directory '/checkout' #4 3.481 make -C src bootstrap-clean #4 3.514 make[3]: Entering directory '/checkout/src' #4 3.524 GEN /checkout/src/lisp.mk #4 4.313 rm -f android-emacs libemacs.so #4 4.321 rm -f temacs core ./*.core \#* ./*.o build-counter.c #4 4.339 rm -f dmpstruct.h #4 4.359 rm -f emacs.pdmp #4 4.375 rm -f ../etc/DOC #4 4.388 rm -f bootstrap-emacs bootstrap-emacs.pdmp #4 4.407 rm -f emacs-30.0.50 #4 4.416 rm -f buildobj.h #4 4.422 rm -f globals.h gl-stamp #4 4.431 rm -f ./*.res ./*.tmp #4 4.448 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #4 4.453 rm -f ../etc/DOC* #4 4.462 rm -f deps/* #4 4.491 rm -f emacs-module.h epaths.h config.h config.stamp #4 4.505 if test -f ./.gdbinit; then \ #4 4.505 mv ./.gdbinit ./.gdbinit.save; \ #4 4.505 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #4 4.505 else mv ./.gdbinit.save ./.gdbinit; fi; \ #4 4.505 fi #4 4.572 make[3]: Leaving directory '/checkout/src' #4 4.573 make -C oldXMenu bootstrap-clean #4 4.588 make[3]: Entering directory '/checkout/oldXMenu' #4 4.588 rm -f libXMenu11.a ./*.o deps/* #4 4.591 rm -f Makefile #4 4.597 rm -fr deps #4 4.599 make[3]: Leaving directory '/checkout/oldXMenu' #4 4.603 make -C lwlib bootstrap-clean #4 4.620 make[3]: Entering directory '/checkout/lwlib' #4 4.630 rm -f ./*.o liblw.a \#* deps/* #4 4.641 rm -f Makefile #4 4.643 rm -fr deps #4 4.650 rm -f TAGS #4 4.656 make[3]: Leaving directory '/checkout/lwlib' #4 4.662 make -C lib bootstrap-clean #4 4.898 make[3]: Entering directory '/checkout/lib' #4 4.900 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #4 4.931 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.950 rm -f Makefile Makefile.android #4 4.964 rm -fr deps #4 4.974 make[3]: Leaving directory '/checkout/lib' #4 4.979 make -C lib-src bootstrap-clean #4 4.989 make[3]: Entering directory '/checkout/lib-src' #4 4.998 rm -f core ./*.o ./*.res #4 5.006 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #4 5.015 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #4 5.031 rm -f TAGS Makefile blessmail Makefile.android #4 5.040 make[3]: Leaving directory '/checkout/lib-src' #4 5.043 make -C nt bootstrap-clean #4 5.053 make[3]: Entering directory '/checkout/nt' #4 5.053 rm -f core *.o *.res #4 5.060 rm -f runemacs addpm cmdproxy ddeclient #4 5.070 rm -f TAGS Makefile *.rc #4 5.072 true #4 5.077 make[3]: Leaving directory '/checkout/nt' #4 5.078 make -C doc/emacs bootstrap-clean #4 5.096 make[3]: Entering directory '/checkout/doc/emacs' #4 5.098 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #4 5.098 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #4 5.119 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #4 5.125 rm -f Makefile #4 5.150 rm -f \ #4 5.150 ./../../info/emacs.info \ #4 5.150 ./../../info/emacs.info-[1-9] \ #4 5.150 ./../../info/emacs.info-[1-9][0-9] #4 5.157 rm -f ./emacsver.texi TAGS #4 5.170 make[3]: Leaving directory '/checkout/doc/emacs' #4 5.171 make -C doc/misc bootstrap-clean #4 5.211 make[3]: Entering directory '/checkout/doc/misc' #4 5.211 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #4 5.211 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #4 5.211 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #4 5.234 rm -f gnustmp* #4 5.241 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #4 5.254 rm -f Makefile #4 5.270 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 5.270 file=`echo ${file} | sed 's/\.info$//'`.info; \ #4 5.270 rm -f \ #4 5.270 ./../../info/${file} \ #4 5.270 ./../../info/${file}-[1-9] \ #4 5.270 ./../../info/${file}-[1-9][0-9]; \ #4 5.270 done #4 6.640 rm -f ./modus-themes.texi ./org.texi #4 6.645 rm -f TAGS #4 6.655 make[3]: Leaving directory '/checkout/doc/misc' #4 6.666 make -C doc/lispref bootstrap-clean #4 6.672 make[3]: Entering directory '/checkout/doc/lispref' #4 6.672 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #4 6.672 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #4 6.689 rm -f elisp[12]* vol[12].tmp #4 6.700 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #4 6.713 rm -f vol[12].dvi vol[12].pdf vol[12].ps #4 6.734 rm -f Makefile #4 6.748 rm -f \ #4 6.748 ./../../info/elisp.info \ #4 6.748 ./../../info/elisp.info-[1-9] \ #4 6.748 ./../../info/elisp.info-[1-9][0-9] #4 6.754 rm -f ./../../info/elisp_type_hierarchy.txt ./../../info/elisp_type_hierarchy.jpg #4 6.776 rm -f TAGS #4 6.786 make[3]: Leaving directory '/checkout/doc/lispref' #4 6.790 make -C doc/lispintro bootstrap-clean #4 6.807 make[3]: Entering directory '/checkout/doc/lispintro' #4 6.807 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #4 6.807 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #4 6.833 rm -f emacs-lisp-intro.dvi eintr.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #4 6.839 rm -f Makefile #4 6.844 rm -f \ #4 6.844 ./../../info/eintr.info \ #4 6.844 ./../../info/eintr.info-[1-9] #4 6.859 rm -f TAGS #4 6.866 make[3]: Leaving directory '/checkout/doc/lispintro' #4 6.867 make -C test bootstrap-clean #4 6.905 make[3]: Entering directory '/checkout/test' #4 7.117 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #4 7.174 find . '(' -name '*.xml' -a ! -path '*resources*' ')' -delete #4 7.208 rm -f ./lisp/gnus/mml-sec-resources/random_seed #4 7.223 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #4 7.223 src/emacs-module-resources/*.dll gmp.h #4 7.232 find . -name '*.elc' -delete #4 7.285 make[3]: Leaving directory '/checkout/test' #4 7.286 make -C java bootstrap-clean #4 7.522 make[3]: Entering directory '/checkout/java' #4 7.522 rm -f *.apk emacs.apk-in *.dex *.unaligned *.class *.idsig #4 7.538 rm -rf install-temp ./org/gnu/emacs/R.java TAGS #4 7.547 find . -name '*.class' -delete #4 7.558 rm -f Makefile ndk-build.mk #4 7.574 make[3]: Leaving directory '/checkout/java' #4 7.575 make -C cross bootstrap-clean #4 7.610 make[3]: Entering directory '/checkout/cross' #4 7.610 for dir in src lib-src lib etc; do \ #4 7.610 find $dir -type f -delete; \ #4 7.610 done #4 7.635 rm -rf lib/config.h lib-src/config.h #4 7.641 if test -f ndk-build/Makefile; then \ #4 7.641 make -C ndk-build clean; \ #4 7.641 fi #4 7.643 for dir in src lib-src lib etc; do \ #4 7.643 find $dir -type l -delete; \ #4 7.643 done #4 7.667 rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile #4 7.672 rm -rf ndk-build/ndk-build.mk Makefile #4 7.674 make[3]: Leaving directory '/checkout/cross' #4 7.679 make -C nextstep bootstrap-clean #4 7.684 make[3]: Entering directory '/checkout/nextstep' #4 7.684 rm -rf #4 7.702 rm -f Makefile #4 7.707 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #4 7.707 GNUstep/Emacs.base/Resources/Emacs.desktop \ #4 7.707 Cocoa/Emacs.base/Contents/Info.plist \ #4 7.707 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #4 7.728 make[3]: Leaving directory '/checkout/nextstep' #4 7.729 make -C admin/charsets bootstrap-clean #4 7.767 make[3]: Entering directory '/checkout/admin/charsets' #4 7.767 make[3]: Nothing to be done for 'bootstrap-clean'. #4 7.767 make[3]: Leaving directory '/checkout/admin/charsets' #4 7.771 make -C admin/unidata bootstrap-clean #4 7.779 make[3]: Entering directory '/checkout/admin/unidata' #4 7.827 rm -f ./*.elc unidata.txt #4 7.837 make[3]: Leaving directory '/checkout/admin/unidata' #4 7.848 make -C leim bootstrap-clean #4 7.865 make[3]: Entering directory '/checkout/leim' #4 7.865 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.878 make[3]: Leaving directory '/checkout/leim' #4 7.880 make -C lisp bootstrap-clean #4 7.893 make[3]: Entering directory '/checkout/lisp' #4 7.972 find . -name '*.elc' -delete #4 7.990 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #4 8.007 make[3]: Leaving directory '/checkout/lisp' #4 8.007 make -C admin/grammars bootstrap-clean #4 8.025 make[3]: Entering directory '/checkout/admin/grammars' #4 8.028 make[3]: Nothing to be done for 'bootstrap-clean'. #4 8.028 make[3]: Leaving directory '/checkout/admin/grammars' #4 8.029 [ ! -f config.log ] || mv -f config.log config.log~ #4 8.318 rm -rf ./info #4 8.331 rm -f ./etc/refcards/emacsver.tex #4 8.336 rm -rf native-lisp/ lisp/leim/ja-dic/ #4 8.344 rm -fr autom4te.cache config.cache #4 8.354 rm -f config.log ./doc/man/emacs.1 #4 8.366 make[2]: Leaving directory '/checkout' #4 8.366 cd . && ./autogen.sh autoconf #4 8.393 Checking whether you have the necessary tools... #4 8.393 (Read INSTALL.REPO for more details on building Emacs) #4 8.403 Checking for autoconf (need at least version 2.65) ... ok #4 8.498 Your system has the required tools. #4 8.555 Running 'autoreconf -fi -I m4' ... #4 40.85 Building 'aclocal.m4' in exec ... #4 40.85 Running 'autoreconf -fi' in exec ... #4 48.10 You can now run './autogen.sh git'. #4 48.10 make MAKEFILE_NAME=force-Makefile force-Makefile #4 48.11 make[2]: Entering directory '/checkout' #4 48.14 make[2]: *** No rule to make target 'echo-sources'. Stop. #4 48.36 if [ -x ./config.status ]; then \ #4 48.36 ./config.status --recheck; \ #4 48.36 else \ #4 48.36 ./configure --cache-file=/dev/null; \ #4 48.36 fi #4 48.58 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --no-create --no-recursion #4 49.23 checking for xcrun... no #4 49.24 checking for GNU Make... make #4 49.29 checking build system type... x86_64-pc-linux-gnu #4 49.68 checking host system type... x86_64-pc-linux-gnu #4 49.78 checking for gcc... gcc #4 49.96 checking whether the C compiler works... yes #4 50.32 checking for C compiler default output file name... a.out #4 50.32 checking for suffix of executables... #4 50.59 checking whether we are cross compiling... no #4 50.96 checking for suffix of object files... o #4 51.15 checking whether we are using the GNU C compiler... yes #4 51.33 checking whether gcc accepts -g... yes #4 51.46 checking for gcc option to enable C11 features... none needed #4 51.77 checking whether the compiler is clang... no #4 51.89 checking for compiler option needed when checking for declarations... none #4 51.90 checking whether gcc and cc understand -c and -o together... yes #4 52.61 checking how to run the C preprocessor... gcc -E #4 53.01 checking for grep that handles long lines and -e... /bin/grep #4 53.03 checking for egrep... /bin/grep -E #4 53.05 checking for ANSI C header files... yes #4 53.91 checking for sys/types.h... yes #4 54.18 checking for sys/stat.h... yes #4 54.42 checking for stdlib.h... yes #4 54.61 checking for string.h... yes #4 54.81 checking for memory.h... yes #4 55.06 checking for strings.h... yes #4 55.36 checking for inttypes.h... yes #4 55.61 checking for stdint.h... yes #4 55.91 checking for unistd.h... yes #4 56.11 checking for wchar.h... yes #4 56.44 checking for minix/config.h... no #4 56.66 checking for linux/fs.h... yes #4 57.03 checking for malloc.h... yes #4 57.32 checking for sys/systeminfo.h... no #4 57.56 checking for sys/sysinfo.h... yes #4 57.80 checking for coff.h... no #4 58.07 checking for pty.h... yes #4 58.35 checking for sys/resource.h... yes #4 58.60 checking for sys/utsname.h... yes #4 58.85 checking for pwd.h... yes #4 59.15 checking for util.h... no #4 59.39 checking for sanitizer/lsan_interface.h... yes #4 59.65 checking for sanitizer/asan_interface.h... yes #4 59.82 checking for sanitizer/common_interface_defs.h... yes #4 60.01 checking for sys/socket.h... yes #4 60.34 checking for stdlib.h... (cached) yes #4 60.41 checking for unistd.h... (cached) yes #4 60.46 checking for sys/param.h... yes #4 60.76 checking for pthread.h... yes #4 61.10 checking for malloc/malloc.h... no #4 61.35 checking for sys/un.h... yes #4 61.63 checking for utmp.h... yes #4 61.94 checking for utmpx.h... yes #4 62.19 checking for OS.h... no #4 62.45 checking for dirent.h... yes #4 62.77 checking for execinfo.h... yes #4 63.06 checking for linux/xattr.h... yes #4 63.32 checking for stdio_ext.h... yes #4 63.71 checking for sys/vfs.h... yes #4 63.95 checking for sys/fs_types.h... no #4 64.26 checking for getopt.h... yes #4 64.55 checking for sys/cdefs.h... yes #4 64.83 checking for sys/time.h... yes #4 65.08 checking for ieee754.h... yes #4 65.45 checking for limits.h... yes #4 65.75 checking for inttypes.h... (cached) yes #4 65.80 checking for sys/types.h... (cached) yes #4 65.85 checking for stdint.h... (cached) yes #4 65.93 checking for sys/select.h... yes #4 66.32 checking for stdbool.h... yes #4 66.64 checking for stdckdint.h... no #4 66.90 checking for sys/random.h... yes #4 67.28 checking for sys/stat.h... (cached) yes #4 67.31 checking whether it is safe to define __EXTENSIONS__... yes #4 67.55 checking whether _XOPEN_SOURCE should be defined... no #4 67.74 checking for Minix Amsterdam compiler... no #4 67.83 checking for ar... ar #4 67.84 checking for ranlib... ranlib #4 67.84 checking for gcc option to enable large file support... none needed #4 68.16 checking for gcc option for timestamps after 2038... none needed #4 68.39 checking for g++... g++ #4 68.53 checking whether we are using the GNU C++ compiler... yes #4 68.67 checking whether g++ accepts -g... yes #4 68.86 checking for g++ option to enable C++11 features... none needed #4 112.0 checking how to run the C++ preprocessor... g++ -E #4 112.5 checking whether gcc accepts -g3 -O2... yes #4 112.9 checking whether the compiler is clang... no #4 113.1 checking whether C compiler handles -Werror -Wunknown-warning-option... no #4 113.3 checking whether -Wno-missing-field-initializers is needed... yes #4 113.7 checking whether -Wuninitialized is supported... yes #4 113.9 checking whether C compiler handles -fstrict-flex-arrays... no #4 114.1 checking whether C compiler handles -Wall... yes #4 114.4 checking whether C compiler handles -Warith-conversion... yes #4 114.8 checking whether C compiler handles -Wdate-time... yes #4 115.2 checking whether C compiler handles -Wdisabled-optimization... yes #4 115.5 checking whether C compiler handles -Wdouble-promotion... yes #4 115.9 checking whether C compiler handles -Wduplicated-cond... yes #4 116.2 checking whether C compiler handles -Wextra... yes #4 116.5 checking whether C compiler handles -Wformat-signedness... yes #4 116.8 checking whether C compiler handles -Winit-self... yes #4 117.2 checking whether C compiler handles -Winvalid-pch... yes #4 117.5 checking whether C compiler handles -Wlogical-op... yes #4 117.8 checking whether C compiler handles -Wmissing-declarations... yes #4 118.2 checking whether C compiler handles -Wmissing-include-dirs... yes #4 118.7 checking whether C compiler handles -Wmissing-prototypes... yes #4 119.1 checking whether C compiler handles -Wnested-externs... yes #4 119.5 checking whether C compiler handles -Wnull-dereference... yes #4 119.8 checking whether C compiler handles -Wold-style-definition... yes #4 120.2 checking whether C compiler handles -Wopenmp-simd... yes #4 120.6 checking whether C compiler handles -Wpacked... yes #4 120.9 checking whether C compiler handles -Wpointer-arith... yes #4 121.2 checking whether C compiler handles -Wstrict-flex-arrays... no #4 121.3 checking whether C compiler handles -Wstrict-prototypes... yes #4 121.6 checking whether C compiler handles -Wsuggest-attribute=format... yes #4 121.9 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #4 122.2 checking whether C compiler handles -Wsuggest-final-methods... yes #4 122.6 checking whether C compiler handles -Wsuggest-final-types... yes #4 122.9 checking whether C compiler handles -Wtrampolines... yes #4 123.1 checking whether C compiler handles -Wuninitialized... yes #4 123.5 checking whether C compiler handles -Wunknown-pragmas... yes #4 123.9 checking whether C compiler handles -Wunused-macros... yes #4 124.3 checking whether C compiler handles -Wvariadic-macros... yes #4 124.6 checking whether C compiler handles -Wvector-operation-performance... yes #4 124.9 checking whether C compiler handles -Wwrite-strings... yes #4 125.2 checking whether C compiler handles -Warray-bounds=2... yes #4 125.7 checking whether C compiler handles -Wattribute-alias=2... yes #4 126.0 checking whether C compiler handles -Wformat=2... yes #4 126.3 checking whether C compiler handles -Wformat-truncation=2... yes #4 126.6 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #4 127.0 checking whether C compiler handles -Wshift-overflow=2... yes #4 127.3 checking whether C compiler handles -Wuse-after-free=3... no #4 127.5 checking whether C compiler handles -Wvla-larger-than=4031... yes #4 127.8 checking whether C compiler handles -Wno-missing-field-initializers... yes #4 128.1 checking whether C compiler handles -Wredundant-decls... yes #4 128.4 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #4 128.4 checking whether C compiler handles -Wno-override-init... yes #4 128.7 checking whether C compiler handles -Wno-sign-compare... yes #4 129.0 checking whether C compiler handles -Wno-type-limits... yes #4 129.3 checking whether C compiler handles -Wno-unused-parameter... yes #4 129.6 checking whether C compiler handles -Wno-format-nonliteral... yes #4 130.0 checking whether C compiler handles -Wno-bidi-chars... no #4 130.1 checking for a BSD-compatible install... /usr/bin/install -c #4 130.2 checking command to symlink files in the same directory... ln -s #4 130.2 checking for install-info... : #4 130.2 checking for gzip... /bin/gzip #4 130.2 checking for 'find' args to delete a file... -delete #4 130.2 checking for brew... no #4 131.0 checking for -znocombreloc... not needed #4 131.0 checking whether addresses are sanitized... no #4 131.2 checking for math library... -lm #4 132.4 checking for struct passwd.pw_gecos... yes #4 132.6 checking for pkg-config... /usr/bin/pkg-config #4 132.6 checking pkg-config is at least version 0.9.0... yes #4 132.7 checking for machine/soundcard.h... no #4 132.8 checking for sys/soundcard.h... yes #4 133.1 checking for soundcard.h... no #4 133.3 checking for mmsystem.h... no #4 133.4 checking for _oss_ioctl in -lossaudio... no #4 133.7 checking for alsa >= 1.0.0... no #4 133.8 checking for ADDR_NO_RANDOMIZE... yes #4 134.0 checking if Linux sysinfo may be used... yes #4 134.5 checking for sys/wait.h that is POSIX.1 compatible... yes #4 134.8 checking for net/if.h... yes #4 135.1 checking for ifaddrs.h... yes #4 135.5 checking for net/if_dl.h... no #4 135.7 checking for struct ifreq.ifr_flags... yes #4 136.0 checking for struct ifreq.ifr_hwaddr... yes #4 136.7 checking for struct ifreq.ifr_netmask... yes #4 137.5 checking for struct ifreq.ifr_broadaddr... yes #4 138.2 checking for struct ifreq.ifr_addr... yes #4 139.1 checking for struct ifreq.ifr_addr.sa_len... no #4 140.2 checking whether gcc understands -MMD -MF... yes #4 140.5 checking for X... no #4 140.8 checking for X... false #4 140.8 checking whether malloc is Doug Lea style... no #4 141.1 checking for sbrk... yes #4 141.6 checking for __lsan_ignore_object... no #4 142.0 checking for fchmod... yes #4 142.4 checking for utmpname... yes #4 143.0 checking for utmpxname... yes #4 143.4 checking for canonicalize_file_name... yes #4 143.9 checking for realpath...