Running with gitlab-runner 15.3.0 (bbcb5aba)  on emba-docker-runner 2oEDrUT7 section_start:1691514661: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:1691514672:prepare_executor section_start:1691514672:prepare_script Preparing environment Running on runner-2oedrut7-project-1-concurrent-0 via emba.gnu.org... section_end:1691514676:prepare_script section_start:1691514676: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 b8c05636 as master... Removing test-lisp-progmodes-inotify-10e4be74/ Skipping Git submodules setup section_end:1691514686:get_sources section_start:1691514686:step_script Executing "step_script" stage of the job script Using docker image sha256:81f5749c9058a7284e6acd8e126f2b882765a17b9ead14422b51cde1a110b85c for docker:19.03.12 with digest docker@sha256:d41efe7ad0df5a709cfd4e627c7e45104f39bbc08b1b40d7fb718c562b3ce135 ... $ docker info Client: Debug Mode: false Server: Containers: 37 Running: 9 Paused: 0 Stopped: 28 Images: 24 Server Version: 20.10.21 Storage Driver: overlay2 Backing Filesystem: xfs Supports d_type: true Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux Default Runtime: runc Init Binary: docker-init containerd version: runc version: init version: Security Options: apparmor seccomp Profile: default Kernel Version: 4.15.0-213-generic Operating System: Trisquel GNU/Linux Etiona (9.0.2) OSType: linux Architecture: x86_64 CPUs: 2 Total Memory: 7.789GiB Name: emba.gnu.org ID: X47L:JFLM:IP7X:AN3A:6FS4:N5DF:SGWZ:KSYJ:GQ2L:ZEKB:GUXD:3IZT Docker Root Dir: /var/lib/docker Debug Mode: false HTTP Proxy: http://serverproxy0p.fsf.org:8118/ HTTPS Proxy: http://serverproxy0p.fsf.org:8118/ No Proxy: localhost,127.0.0.1,eggs.gnu.org,emba.gnu.org/ Registry: https://index.docker.io/v1/ Labels: Experimental: false Insecure Registries: 127.0.0.0/8 Live Restore Enabled: false WARNING: No swap limit support $ 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-b8c05636ca4b28a7adc62e82a5fed528b402396d/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 ... #1 [internal] load build definition from Dockerfile.emba #1 transferring dockerfile: 6.40kB 0.0s done #1 DONE 0.2s #2 [internal] load .dockerignore #2 transferring context: 2B done #2 DONE 0.2s #3 [internal] load metadata for docker.io/library/debian:bullseye #3 DONE 0.3s #4 [emacs-base 1/2] FROM docker.io/library/debian:bullseye@sha256:630454da4... #4 DONE 0.0s #5 [emacs-base 2/2] RUN apt-get update && apt-get install -y --no-insta... #5 CACHED #6 [emacs-inotify 1/6] RUN apt-get update && apt-get install -y --no-in... #6 CACHED #7 [internal] load build context #7 transferring context: 59.00MB 4.4s #7 transferring context: 127.26MB 9.5s #7 transferring context: 193.78MB 14.5s #7 transferring context: 247.53MB 19.5s #7 transferring context: 252.50MB 24.7s #7 transferring context: 264.29MB 25.2s done #7 DONE 30.2s #8 [emacs-inotify 2/6] COPY . /checkout #8 DONE 30.4s #9 [emacs-inotify 3/6] WORKDIR /checkout #9 DONE 3.3s #10 [emacs-inotify 4/6] RUN ./autogen.sh autoconf #10 7.128 Checking whether you have the necessary tools... #10 7.128 (Read INSTALL.REPO for more details on building Emacs) #10 7.146 Checking for autoconf (need at least version 2.65) ... ok #10 7.384 Your system has the required tools. #10 7.448 Building aclocal.m4 ... #10 7.464 Running 'autoreconf -fi -I m4' ... #10 53.22 Running 'autoreconf -fi' in exec ... #10 69.40 You can now run './autogen.sh git'. #10 DONE 69.9s #11 [emacs-inotify 5/6] RUN ./configure #11 5.331 checking for xcrun... no #11 5.338 checking for GNU Make... make #11 5.415 checking build system type... x86_64-pc-linux-gnu #11 5.982 checking host system type... x86_64-pc-linux-gnu #11 6.077 checking for gcc... gcc #11 6.515 checking whether the C compiler works... yes #11 7.062 checking for C compiler default output file name... a.out #11 7.066 checking for suffix of executables... #11 7.458 checking whether we are cross compiling... no #11 7.933 checking for suffix of object files... o #11 8.138 checking whether we are using the GNU C compiler... yes #11 8.373 checking whether gcc accepts -g... yes #11 8.585 checking for gcc option to enable C11 features... none needed #11 9.179 checking whether the compiler is clang... no #11 9.382 checking for compiler option needed when checking for declarations... none #11 9.384 checking whether gcc and cc understand -c and -o together... yes #11 10.55 checking how to run the C preprocessor... gcc -E #11 11.08 checking for grep that handles long lines and -e... /bin/grep #11 11.10 checking for egrep... /bin/grep -E #11 11.12 checking for ANSI C header files... yes #11 12.38 checking for sys/types.h... yes #11 12.79 checking for sys/stat.h... yes #11 13.21 checking for stdlib.h... yes #11 13.67 checking for string.h... yes #11 14.22 checking for memory.h... yes #11 14.59 checking for strings.h... yes #11 15.31 checking for inttypes.h... yes #11 15.80 checking for stdint.h... yes #11 16.29 checking for unistd.h... yes #11 16.79 checking for wchar.h... yes #11 17.47 checking for minix/config.h... no #11 17.86 checking for linux/fs.h... yes #11 18.39 checking for malloc.h... yes #11 19.00 checking for sys/systeminfo.h... no #11 19.56 checking for sys/sysinfo.h... yes #11 20.20 checking for coff.h... no #11 20.66 checking for pty.h... yes #11 21.20 checking for sys/resource.h... yes #11 21.90 checking for sys/utsname.h... yes #11 22.53 checking for pwd.h... yes #11 23.08 checking for utmp.h... yes #11 23.82 checking for util.h... no #11 24.44 checking for sanitizer/lsan_interface.h... yes #11 25.05 checking for sanitizer/asan_interface.h... yes #11 25.63 checking for sanitizer/common_interface_defs.h... yes #11 26.26 checking for sys/socket.h... yes #11 26.96 checking for stdlib.h... (cached) yes #11 27.12 checking for unistd.h... (cached) yes #11 27.25 checking for sys/param.h... yes #11 27.89 checking for pthread.h... yes #11 28.64 checking for malloc/malloc.h... no #11 29.18 checking for sys/un.h... yes #11 29.86 checking for dirent.h... yes #11 30.47 checking for execinfo.h... yes #11 31.08 checking for linux/xattr.h... yes #11 31.70 checking for stdio_ext.h... yes #11 32.38 checking for sys/vfs.h... yes #11 33.13 checking for sys/fs_types.h... no #11 33.73 checking for getopt.h... yes #11 34.30 checking for sys/cdefs.h... yes #11 34.86 checking for sys/time.h... yes #11 35.47 checking for ieee754.h... yes #11 35.99 checking for limits.h... yes #11 36.59 checking for inttypes.h... (cached) yes #11 36.73 checking for sys/types.h... (cached) yes #11 36.87 checking for stdint.h... (cached) yes #11 37.00 checking for sys/select.h... yes #11 37.63 checking for stdbool.h... yes #11 38.21 checking for stdckdint.h... no #11 38.87 checking for sys/random.h... yes #11 39.56 checking for sys/stat.h... (cached) yes #11 39.64 checking whether it is safe to define __EXTENSIONS__... yes #11 40.25 checking whether _XOPEN_SOURCE should be defined... no #11 41.60 checking for Minix Amsterdam compiler... no #11 41.82 checking for ar... ar #11 41.82 checking for ranlib... ranlib #11 41.82 checking for gcc option to enable large file support... none needed #11 42.57 checking for gcc option for timestamps after 2038... none needed #11 42.92 checking for g++... g++ #11 43.25 checking whether we are using the GNU C++ compiler... yes #11 44.15 checking whether g++ accepts -g... yes #11 44.45 checking for g++ option to enable C++11 features... none needed #11 119.7 checking how to run the C++ preprocessor... g++ -E #11 120.2 checking whether gcc accepts -g3 -O2... yes #11 120.9 checking whether the compiler is clang... no #11 121.3 checking whether C compiler handles -Werror -Wunknown-warning-option... no #11 121.6 checking whether -Wno-missing-field-initializers is needed... yes #11 122.5 checking whether -Wuninitialized is supported... yes #11 122.7 checking whether C compiler handles -fstrict-flex-arrays... no #11 122.9 checking whether C compiler handles -Wall... yes #11 123.3 checking whether C compiler handles -Warith-conversion... yes #11 123.7 checking whether C compiler handles -Wdate-time... yes #11 124.1 checking whether C compiler handles -Wdisabled-optimization... yes #11 124.7 checking whether C compiler handles -Wdouble-promotion... yes #11 125.1 checking whether C compiler handles -Wduplicated-cond... yes #11 125.5 checking whether C compiler handles -Wextra... yes #11 126.0 checking whether C compiler handles -Wformat-signedness... yes #11 126.3 checking whether C compiler handles -Winit-self... yes #11 127.0 checking whether C compiler handles -Winvalid-pch... yes #11 127.8 checking whether C compiler handles -Wlogical-op... yes #11 128.3 checking whether C compiler handles -Wmissing-declarations... yes #11 128.9 checking whether C compiler handles -Wmissing-include-dirs... yes #11 129.7 checking whether C compiler handles -Wmissing-prototypes... yes #11 130.3 checking whether C compiler handles -Wnested-externs... yes #11 131.0 checking whether C compiler handles -Wnull-dereference... yes #11 131.9 checking whether C compiler handles -Wold-style-definition... yes #11 132.7 checking whether C compiler handles -Wopenmp-simd... yes #11 133.5 checking whether C compiler handles -Wpacked... yes #11 134.1 checking whether C compiler handles -Wpointer-arith... yes #11 134.5 checking whether C compiler handles -Wstrict-flex-arrays... no #11 134.7 checking whether C compiler handles -Wstrict-prototypes... yes #11 135.6 checking whether C compiler handles -Wsuggest-attribute=format... yes #11 136.4 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #11 137.0 checking whether C compiler handles -Wsuggest-final-methods... yes #11 137.9 checking whether C compiler handles -Wsuggest-final-types... yes #11 138.8 checking whether C compiler handles -Wtrampolines... yes #11 139.5 checking whether C compiler handles -Wuninitialized... yes #11 139.8 checking whether C compiler handles -Wunknown-pragmas... yes #11 140.0 checking whether C compiler handles -Wunused-macros... yes #11 140.6 checking whether C compiler handles -Wvariadic-macros... yes #11 141.6 checking whether C compiler handles -Wvector-operation-performance... yes #11 142.4 checking whether C compiler handles -Wwrite-strings... yes #11 143.1 checking whether C compiler handles -Warray-bounds=2... yes #11 143.6 checking whether C compiler handles -Wattribute-alias=2... yes #11 144.1 checking whether C compiler handles -Wformat=2... yes #11 144.8 checking whether C compiler handles -Wformat-truncation=2... yes #11 145.3 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #11 146.2 checking whether C compiler handles -Wshift-overflow=2... yes #11 147.0 checking whether C compiler handles -Wuse-after-free=3... no #11 147.2 checking whether C compiler handles -Wvla-larger-than=4031... yes #11 147.9 checking whether C compiler handles -Wno-missing-field-initializers... yes #11 148.5 checking whether C compiler handles -Wredundant-decls... yes #11 149.2 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #11 149.2 checking whether C compiler handles -Wno-override-init... yes #11 149.8 checking whether C compiler handles -Wno-sign-compare... yes #11 150.3 checking whether C compiler handles -Wno-type-limits... yes #11 151.0 checking whether C compiler handles -Wno-unused-parameter... yes #11 151.9 checking whether C compiler handles -Wno-format-nonliteral... yes #11 152.6 checking whether C compiler handles -Wno-bidi-chars... no #11 152.9 checking for a BSD-compatible install... /usr/bin/install -c #11 153.1 checking command to symlink files in the same directory... ln -s #11 153.2 checking for install-info... : #11 153.2 checking for gzip... /bin/gzip #11 153.2 checking for 'find' args to delete a file... -delete #11 153.2 checking for brew... no #11 155.2 checking for -znocombreloc... not needed #11 155.2 checking whether addresses are sanitized... no #11 155.4 checking for math library... -lm #11 158.2 checking for struct passwd.pw_gecos... yes #11 158.7 checking for pkg-config... /usr/bin/pkg-config #11 158.7 checking pkg-config is at least version 0.9.0... yes #11 158.8 checking for machine/soundcard.h... no #11 159.2 checking for sys/soundcard.h... yes #11 159.6 checking for soundcard.h... no #11 159.9 checking for mmsystem.h... no #11 160.1 checking for _oss_ioctl in -lossaudio... no #11 160.5 checking for alsa >= 1.0.0... no #11 160.6 checking for ADDR_NO_RANDOMIZE... yes #11 161.1 checking if Linux sysinfo may be used... yes #11 162.1 checking for sys/wait.h that is POSIX.1 compatible... yes #11 162.6 checking for net/if.h... yes #11 163.4 checking for ifaddrs.h... yes #11 164.2 checking for net/if_dl.h... no #11 164.8 checking for struct ifreq.ifr_flags... yes #11 165.7 checking for struct ifreq.ifr_hwaddr... yes #11 167.3 checking for struct ifreq.ifr_netmask... yes #11 168.8 checking for struct ifreq.ifr_broadaddr... yes #11 170.3 checking for struct ifreq.ifr_addr... yes #11 171.9 checking for struct ifreq.ifr_addr.sa_len... no #11 173.0 checking whether gcc understands -MMD -MF... yes #11 173.4 checking for X... no #11 174.1 checking for X... false #11 174.1 checking whether malloc is Doug Lea style... no #11 174.7 checking for sbrk... yes #11 175.6 checking for __lsan_ignore_object... no #11 176.6 checking for fchmod... yes #11 177.4 checking for canonicalize_file_name... yes #11 178.4 checking for realpath... yes #11 179.4 checking for lstat... yes #11 180.2 checking for fchmodat... yes #11 181.1 checking for lchmod... no #11 181.5 checking for fcntl... yes #11 182.6 checking for fdopendir... yes #11 183.5 checking for listxattr... yes #11 184.1 checking for fstatat... yes #11 184.6 checking for fsync... yes #11 185.0 checking for gettimeofday... yes #11 185.6 checking for memset_explicit... no #11 186.2 checking for memset_s... no #11 187.0 checking for pselect... yes #11 187.7 checking for readlink... yes #11 188.4 checking for isblank... yes #11 189.1 checking for iswctype... yes #11 189.9 checking for strtoimax... yes #11 190.5 checking for symlink... yes #11 191.0 checking for localtime_r... yes #11 191.4 checking for getdtablesize... yes #11 192.0 checking for getpagesize... yes #11 192.6 checking for working mmap... yes #11 193.6 checking for main in -lXbsd... no #11 194.2 checking for pthread library... -lpthread #11 195.2 checking for thread support... yes #11 195.2 checking for sqlite3_open_v2 in -lsqlite3... no #11 195.5 checking for getaddrinfo_a in -lanl... yes #11 196.3 checking for malloc_trim... yes #11 197.3 checking for dbus-1 >= 1.0... yes #11 197.5 checking for dbus_watch_get_unix_fd... yes #11 198.6 checking for dbus_type_is_valid... yes #11 199.7 checking for dbus_validate_bus_name... yes #11 200.4 checking for dbus_validate_path... yes #11 201.1 checking for dbus_validate_interface... yes #11 202.2 checking for dbus_validate_member... yes #11 203.5 checking for lgetfilecon in -lselinux... no #11 204.1 checking for gnutls >= 2.12.2... yes #11 204.4 checking for libsystemd >= 222... no #11 204.5 checking for jansson >= 2.7... no #11 204.6 checking for tree-sitter >= 0.20.2... no #11 204.7 checking for tree-sitter >= 0.6.3... no #11 204.8 checking sys/inotify.h usability... yes #11 205.6 checking sys/inotify.h presence... yes #11 205.8 checking for sys/inotify.h... yes #11 205.8 checking for inotify_init1... yes #11 206.6 checking for lcms2... no #11 206.6 checking for library containing inflateEnd... no #11 207.3 checking for dladdr... yes #11 207.9 checking for dlfunc... no #11 208.5 checking gpm.h usability... no #11 209.0 checking gpm.h presence... no #11 209.1 checking for gpm.h... no #11 209.1 checking for libxml-2.0 > 2.6.17... no #11 209.2 checking for maillock in -lmail... no #11 209.6 checking for maillock in -llockfile... no #11 210.0 checking for liblockfile.so... no #11 210.0 checking maillock.h usability... no #11 210.5 checking maillock.h presence... no #11 210.7 checking for maillock.h... no #11 210.8 checking linux/seccomp.h usability... yes #11 211.4 checking linux/seccomp.h presence... yes #11 211.5 checking for linux/seccomp.h... yes #11 211.6 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #11 212.1 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #11 212.4 checking linux/filter.h usability... yes #11 212.9 checking linux/filter.h presence... yes #11 213.0 checking for linux/filter.h... yes #11 213.2 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #11 213.2 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #11 213.2 checking for libseccomp >= 2.5.2... no #11 213.3 checking size of long... 8 #11 214.6 checking for accept4... yes #11 215.5 checking for fchdir... yes #11 216.6 checking for gethostname... yes #11 217.5 checking for getrusage... yes #11 218.2 checking for get_current_dir_name... yes #11 218.7 checking for lrand48... yes #11 219.4 checking for random... yes #11 220.0 checking for rint... yes #11 220.6 checking for tcdrain... yes #11 221.3 checking for trunc... yes #11 221.9 checking for select... yes #11 222.4 checking for getpagesize... (cached) yes #11 222.4 checking for setlocale... yes #11 223.0 checking for newlocale... yes #11 224.1 checking for getrlimit... yes #11 225.0 checking for setrlimit... yes #11 225.5 checking for shutdown... yes #11 226.5 checking for pthread_sigmask... (cached) yes #11 226.6 checking for strsignal... yes #11 227.4 checking for setitimer... yes #11 228.4 checking for sendto... yes #11 228.8 checking for recvfrom... yes #11 229.5 checking for getsockname... yes #11 230.1 checking for getifaddrs... yes #11 230.5 checking for freeifaddrs... yes #11 231.0 checking for gai_strerror... yes #11 231.8 checking for sync... yes #11 232.7 checking for getpwent... yes #11 233.3 checking for endpwent... yes #11 234.2 checking for getgrent... yes #11 234.9 checking for endgrent... yes #11 235.5 checking for renameat2... yes #11 236.5 checking for cfmakeraw... yes #11 236.9 checking for cfsetspeed... yes #11 237.4 checking for __executable_start... yes #11 238.1 checking for log2... yes #11 239.0 checking for pthread_setname_np... yes #11 239.9 checking for pthread_set_name_np... no #11 240.7 checking whether pthread_setname_np takes a single argument... no #11 241.0 checking whether pthread_setname_np takes three arguments... no #11 241.4 checking for aligned_alloc... yes #11 242.3 checking whether aligned_alloc is declared... yes #11 242.8 checking for posix_madvise... yes #11 243.3 checking for madvise... yes #11 243.8 checking for __builtin_frame_address... yes #11 244.2 checking for __builtin_unwind_init... yes #11 244.6 checking for _LARGEFILE_SOURCE value needed for large files... no #11 245.1 checking for grantpt... yes #11 245.6 checking for getpt... yes #11 246.0 checking for posix_openpt... yes #11 246.5 checking for library containing tputs... -ltinfo #11 247.7 checking whether -ltinfo library defines BC... yes #11 248.1 checking for timerfd interface... yes #11 248.5 checking whether signals can be handled on alternate stack... yes #11 248.8 checking valgrind/valgrind.h usability... no #11 249.2 checking valgrind/valgrind.h presence... no #11 249.3 checking for valgrind/valgrind.h... no #11 249.3 checking for struct unipair.unicode... yes #11 249.6 checking for pid_t... yes #11 250.5 checking vfork.h usability... no #11 250.9 checking vfork.h presence... no #11 251.1 checking for vfork.h... no #11 251.1 checking for fork... yes #11 251.6 checking for vfork... yes #11 252.1 checking for working fork... yes #11 253.1 checking for working vfork... (cached) yes #11 253.1 checking for snprintf... yes #11 253.5 checking spawn.h usability... yes #11 254.1 checking spawn.h presence... yes #11 254.3 checking for spawn.h... yes #11 254.4 checking for posix_spawn... yes #11 255.0 checking for posix_spawn_file_actions_addchdir... no #11 255.7 checking for posix_spawn_file_actions_addchdir_np... yes #11 256.4 checking for posix_spawnattr_setflags... yes #11 258.2 checking whether POSIX_SPAWN_SETSID is declared... yes #11 258.7 checking whether GLib is linked in... no #11 258.9 checking for nl_langinfo and CODESET... yes #11 259.6 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #11 260.2 checking for mbstate_t... yes #11 260.7 checking for signals via characters... yes #11 261.0 checking for _setjmp... yes #11 261.4 checking for sigsetjmp... yes #11 262.2 checking POSIX termios... yes #11 262.8 checking size of speed_t... 4 #11 263.4 checking for usable FIONREAD... yes #11 263.7 checking for usable SIGIO... yes #11 264.1 checking for struct alignment... yes #11 264.4 checking for C/C++ restrict keyword... __restrict__ #11 264.7 checking for typeof syntax and keyword spelling... typeof #11 264.9 checking for statement expressions... yes #11 265.2 checking whether malloc (0) returns nonnull... yes #11 265.7 checking sys/acl.h usability... yes #11 266.2 checking sys/acl.h presence... yes #11 266.3 checking for sys/acl.h... yes #11 266.3 checking for library containing acl_get_file... -lacl #11 267.3 checking for acl_get_file... yes #11 267.9 checking for acl_get_fd... yes #11 268.7 checking for acl_set_file... yes #11 269.5 checking for acl_set_fd... yes #11 270.1 checking for acl_free... yes #11 271.0 checking for acl_from_mode... yes #11 271.9 checking for acl_from_text... yes #11 272.6 checking for acl_delete_def_file... yes #11 273.2 checking for acl_extended_file... yes #11 273.6 checking for acl_delete_fd_np... no #11 274.2 checking for acl_delete_file_np... no #11 275.1 checking for acl_copy_ext_native... no #11 275.5 checking for acl_create_entry_np... no #11 276.0 checking for acl_to_short_text... no #11 276.7 checking for acl_free_text... no #11 277.2 checking for working acl_get_file... yes #11 277.7 checking acl/libacl.h usability... yes #11 278.2 checking acl/libacl.h presence... yes #11 278.3 checking for acl/libacl.h... yes #11 278.3 checking for acl_entries... yes #11 279.1 checking for ACL_FIRST_ENTRY... yes #11 279.5 checking for ACL_TYPE_EXTENDED... no #11 279.5 checking for working alloca.h... yes #11 279.9 checking for alloca... yes #11 280.3 checking for a thread-safe mkdir -p... /bin/mkdir -p #11 280.4 checking whether the preprocessor supports include_next... yes #11 280.7 checking whether source code line length is unlimited... yes #11 280.8 checking whether lstat correctly handles trailing slash... yes #11 281.5 checking whether // is distinct from /... no #11 281.5 checking whether realpath works... yes #11 282.3 checking for faccessat... yes #11 282.8 checking for getcwd... yes #11 283.2 checking whether byte ordering is bigendian... no #11 284.2 checking if environ is properly declared... yes #11 284.7 checking for complete errno.h... yes #11 284.8 checking whether ctype.h defines __header_inline... no #11 285.0 checking for mode_t... yes #11 286.0 checking whether strmode is declared... no #11 286.4 checking whether getline is declared... yes #11 287.1 checking for gawk... no #11 287.1 checking for mawk... mawk #11 287.1 checking for getopt.h... (cached) yes #11 287.1 checking for getopt_long_only... yes #11 287.8 checking whether getopt is POSIX compatible... yes #11 290.1 checking for working GNU getopt function... yes #11 290.8 checking for working GNU getopt_long function... yes #11 291.7 checking whether timespec_get is declared... yes #11 292.1 checking for timespec_get... yes #11 293.0 checking for struct timeval... yes #11 293.4 checking for wide-enough struct timeval.tv_sec member... yes #11 293.7 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #11 293.9 checking whether the compiler produces multi-arch binaries... no #11 294.3 checking whether stdint.h conforms to C99... yes #11 295.4 checking whether stdint.h works without ISO C predefines... yes #11 295.8 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #11 296.3 checking whether memmem is declared... yes #11 297.0 checking whether memrchr is declared... yes #11 297.6 checking whether defines MIN and MAX... no #11 297.8 checking whether defines MIN and MAX... yes #11 298.2 checking whether time_t is signed... yes #11 298.6 checking whether alarm is declared... yes #11 299.4 checking for working mktime... no #11 300.8 checking whether struct tm is in sys/time.h or time.h... time.h #11 301.2 checking for struct tm.tm_zone... yes #11 301.7 checking for struct tm.tm_gmtoff... yes #11 302.1 checking whether is self-contained... yes #11 303.9 checking for inline... inline #11 304.2 checking for sigset_t... yes #11 305.2 checking for volatile sig_atomic_t... yes #11 306.1 checking for sighandler_t... yes #11 307.0 checking for wchar_t... yes #11 307.3 checking for good max_align_t... yes #11 307.6 checking whether NULL can be used in arbitrary expressions... yes #11 308.1 checking for unreachable... no #11 308.8 checking whether fcloseall is declared... yes #11 309.7 checking whether getw is declared... yes #11 310.2 checking whether putw is declared... yes #11 310.9 checking which flavor of printf attribute matches inttypes macros... system #11 311.3 checking whether stpncpy is declared... yes #11 312.0 checking whether strnlen is declared... yes #11 312.8 checking whether strtoimax is declared... yes #11 313.5 checking whether stat file-mode macros are broken... no #11 313.9 checking for nlink_t... yes #11 314.7 checking for struct timespec in ... yes #11 315.0 checking for TIME_UTC in ... yes #11 315.4 checking whether execvpe is declared... yes #11 316.1 checking whether clearerr_unlocked is declared... yes #11 316.7 checking whether feof_unlocked is declared... yes #11 318.0 checking whether ferror_unlocked is declared... yes #11 318.4 checking whether fflush_unlocked is declared... yes #11 319.0 checking whether fgets_unlocked is declared... yes #11 319.5 checking whether fputc_unlocked is declared... yes #11 321.1 checking whether fputs_unlocked is declared... yes #11 322.5 checking whether fread_unlocked is declared... yes #11 323.5 checking whether fwrite_unlocked is declared... yes #11 324.5 checking whether getc_unlocked is declared... yes #11 325.0 checking whether getchar_unlocked is declared... yes #11 326.0 checking whether putc_unlocked is declared... yes #11 327.1 checking whether putchar_unlocked is declared... yes #11 327.7 checking type of array argument to getgroups... gid_t #11 328.5 checking whether getdelim is declared... yes #11 329.2 checking whether getdtablesize is declared... yes #11 329.9 checking whether malloc is ptrdiff_t safe... yes #11 330.3 checking whether malloc, realloc, calloc set errno on failure... yes #11 330.3 checking for O_CLOEXEC... yes #11 330.9 checking for promoted mode_t type... mode_t #11 331.3 checking whether the utimes function works... yes #11 332.8 checking for C compiler option to allow warnings... -Wno-error #11 333.6 checking for alignas and alignof... yes, macros #11 334.3 checking for alloca as a compiler built-in... yes #11 334.5 checking for static_assert... yes, an macro #11 335.3 checking for __builtin_expect... yes #11 336.0 checking byteswap.h usability... yes #11 336.5 checking byteswap.h presence... yes #11 336.7 checking for byteswap.h... yes #11 336.7 checking for readlinkat... yes #11 337.5 checking for library containing clock_gettime... none required #11 338.2 checking for clock_getres... yes #11 339.2 checking for clock_gettime... yes #11 339.7 checking for clock_settime... yes #11 340.2 checking for copy_file_range... yes #11 340.8 checking for d_type member in directory struct... yes #11 341.5 checking whether // is distinct from /... (cached) no #11 341.5 checking whether dup2 works... yes #11 342.4 checking for library containing backtrace_symbols_fd... none required #11 343.0 checking for faccessat... (cached) yes #11 343.0 checking whether fchmodat works... no #11 344.2 checking for readlinkat... (cached) yes #11 344.2 checking whether fcntl handles F_DUPFD correctly... yes #11 345.2 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #11 346.5 checking whether fdopendir is declared... yes #11 346.9 checking whether fdopendir works... yes #11 348.1 checking for flexible array member... yes #11 348.8 checking for __fpending... yes #11 349.9 checking whether __fpending is declared... yes #11 350.3 checking whether free is known to preserve errno... no #11 350.6 checking whether fstatat (..., 0) works... yes #11 351.4 checking for sys/mount.h... yes #11 352.1 checking for statvfs function (SVR4)... yes #11 352.9 checking whether to use statvfs64... no #11 353.3 checking for two-argument statfs with statfs.f_frsize member... yes #11 354.2 checking sys/fs/s5param.h usability... no #11 354.6 checking sys/fs/s5param.h presence... no #11 354.9 checking for sys/fs/s5param.h... no #11 354.9 checking sys/statfs.h usability... yes #11 355.4 checking sys/statfs.h presence... yes #11 355.5 checking for sys/statfs.h... yes #11 355.6 checking for statfs that truncates block counts... no #11 355.8 checking for futimens... yes #11 356.3 checking whether futimens works... yes #11 358.2 checking for getline... yes #11 358.6 checking for working getline function... yes #11 359.5 checking for getloadavg... yes #11 360.1 checking sys/loadavg.h usability... no #11 360.5 checking sys/loadavg.h presence... no #11 360.6 checking for sys/loadavg.h... no #11 360.7 checking whether getloadavg is declared... yes #11 361.3 checking for getrandom... yes #11 361.7 checking whether getrandom is compatible with its GNU+BSD signature... yes #11 362.2 checking for gettimeofday with POSIX signature... yes #11 362.7 checking whether the compiler supports the __inline keyword... yes #11 363.2 checking gmp.h usability... yes #11 363.7 checking gmp.h presence... yes #11 363.8 checking for gmp.h... yes #11 363.9 checking for library containing __gmpz_roinit_n... -lgmp #11 365.2 checking for memmem... yes #11 365.7 checking whether memmem works... yes #11 366.2 checking for mempcpy... yes #11 366.9 checking for memrchr... yes #11 367.4 checking for explicit_memset... no #11 368.0 checking for mkostemp... yes #11 368.6 checking for library containing nanosleep... none required #11 369.2 checking for working nanosleep... no (mishandles large arguments) #11 371.0 checking for sys/pstat.h... no #11 371.5 checking for sys/sysmp.h... no #11 372.0 checking for sys/param.h... (cached) yes #11 372.1 checking for sys/sysctl.h... yes #11 372.9 checking for sched_getaffinity_np... no #11 373.9 checking for pstat_getdynamic... no #11 375.1 checking for sysmp... no #11 375.9 checking for sysctl... yes #11 377.0 checking for sched_getaffinity... yes #11 378.0 checking for glibc compatible sched_getaffinity... yes #11 378.5 checking for pipe2... yes #11 379.3 checking whether signature of pselect conforms to POSIX... yes #11 380.1 checking whether pselect detects invalid fds... yes #11 381.1 checking whether pthread_sigmask is a macro... no #11 381.3 checking whether pthread_sigmask returns error numbers... yes #11 382.0 checking whether pthread_sigmask unblocks signals correctly... guessing yes #11 384.7 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #11 385.9 checking whether readlink signature is correct... yes #11 386.2 checking whether readlink handles trailing slash correctly... yes #11 386.8 checking whether readlink truncates results correctly... yes #11 387.3 checking for readlinkat... (cached) yes #11 387.4 checking whether readlinkat signature is correct... yes #11 387.7 checking for working re_compile_pattern... no #11 388.7 checking libintl.h usability... yes #11 389.2 checking libintl.h presence... yes #11 389.4 checking for libintl.h... yes #11 389.5 checking whether isblank is declared... yes #11 389.8 checking for sig2str... no #11 390.7 checking for sigdescr_np... no #11 391.5 checking for socklen_t... yes #11 392.3 checking for ssize_t... yes #11 392.7 checking for struct stat.st_atim.tv_nsec... yes #11 393.1 checking whether struct stat.st_atim is of type struct timespec... yes #11 393.5 checking for struct stat.st_birthtimespec.tv_nsec... no #11 394.1 checking for struct stat.st_birthtimensec... no #11 394.8 checking for struct stat.st_birthtim.tv_nsec... no #11 395.4 checking for bool, true, false... no #11 396.4 checking for stpcpy... yes #11 397.3 checking for stpncpy... yes #11 398.0 checking for working stpncpy... yes #11 399.2 checking for working strnlen... yes #11 400.6 checking whether strtoimax works... yes #11 401.5 checking whether symlink handles trailing slash correctly... yes #11 402.4 checking whether localtime_r is declared... yes #11 402.9 checking whether localtime_r is compatible with its POSIX signature... yes #11 403.0 checking whether localtime works even near extrema... yes #11 404.3 checking for timezone_t... no #11 404.7 checking for timegm... yes #11 405.3 checking whether timer_settime is declared... yes #11 405.8 checking for library containing timer_settime... -lrt #11 407.2 checking for timer_settime... yes #11 408.1 checking for utimensat... yes #11 408.9 checking whether utimensat works... yes #11 410.9 checking for variable-length arrays... yes #11 411.6 checking whether getdtablesize works... yes #11 412.8 checking for __mktime_internal... no #11 413.7 checking for timer_getoverrun... yes #11 414.7 checking for gcc option to disable position independent executables... not needed #11 414.7 checking for __ctype_get_mb_cur_max... yes #11 415.6 checking whether MB_CUR_MAX is defined to function that won't link... no #11 416.0 #11 416.0 Configured for 'x86_64-pc-linux-gnu'. #11 416.0 #11 416.0 Where should the build process find the source code? . #11 416.0 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #11 416.0 Should Emacs use the GNU version of malloc? no #11 416.0 (The GNU allocators don't work with this system configuration.) #11 416.0 Should Emacs use a relocating allocator for buffers? no #11 416.0 Should Emacs use mmap(2) for buffer allocation? no #11 416.0 What window system should Emacs use? none #11 416.0 What toolkit should Emacs use? none #11 416.0 Where do we find X Windows header files? NONE #11 416.0 Where do we find X Windows libraries? NONE #11 416.0 Does Emacs use -lXaw3d? no #11 416.0 Is Emacs being built for Android? no #11 416.0 Does Emacs use the X Double Buffer Extension? no #11 416.0 Does Emacs use -lXpm? no #11 416.0 Does Emacs use -ljpeg? no #11 416.0 Does Emacs use -ltiff? no #11 416.0 Does Emacs use a gif library? no #11 416.0 Does Emacs use a png library? no #11 416.0 Does Emacs use -lrsvg-2? no #11 416.0 Does Emacs use -lwebp? no #11 416.0 Does Emacs use -lsqlite3? no #11 416.0 Does Emacs use cairo? no #11 416.0 Does Emacs use -llcms2? no #11 416.0 Does Emacs use imagemagick? no #11 416.0 Does Emacs use native APIs for images? no #11 416.0 Does Emacs support sound? yes #11 416.0 Does Emacs use -lgpm? no #11 416.0 Does Emacs use -ldbus? yes #11 416.0 Does Emacs use -lgconf? no #11 416.0 Does Emacs use GSettings? no #11 416.0 Does Emacs use a file notification library? yes -lglibc (inotify) #11 416.0 Does Emacs use access control lists? yes -lacl -lattr #11 416.0 Does Emacs use -lselinux? no #11 416.0 Does Emacs use -lgnutls? yes #11 416.0 Does Emacs use -lxml2? no #11 416.0 Does Emacs use -lfreetype? no #11 416.0 Does Emacs use HarfBuzz? no #11 416.0 Does Emacs use -lm17n-flt? no #11 416.0 Does Emacs use -lotf? no #11 416.0 Does Emacs use -lxft? no #11 416.0 Does Emacs use -lsystemd? no #11 416.0 Does Emacs use -ljansson? no #11 416.0 Does Emacs use -ltree-sitter? no #11 416.0 Does Emacs use the GMP library? yes #11 416.0 Does Emacs directly use zlib? no #11 416.0 Does Emacs have dynamic modules support? yes #11 416.0 Does Emacs use toolkit scroll bars? no #11 416.0 Does Emacs support Xwidgets? no #11 416.0 Does Emacs have threading support in lisp? yes #11 416.0 Does Emacs support the portable dumper? yes #11 416.0 Does Emacs support legacy unexec dumping? no #11 416.0 Which dumping strategy does Emacs use? pdumper #11 416.0 Does Emacs have native lisp compiler? no #11 416.0 Does Emacs use version 2 of the X Input Extension? no #11 416.0 Does Emacs generate a smaller-size Japanese dictionary? no #11 416.0 #11 416.0 #11 418.7 configure: creating ./config.status #11 420.5 config.status: creating src/verbose.mk #11 420.8 config.status: creating src/emacs-module.h #11 421.2 config.status: creating Makefile #11 421.5 config.status: creating lib/gnulib.mk #11 422.0 config.status: creating ./doc/man/emacs.1 #11 422.4 config.status: creating lib/Makefile #11 422.7 config.status: creating lib-src/Makefile #11 423.0 config.status: creating oldXMenu/Makefile #11 423.4 config.status: creating src/Makefile #11 423.7 config.status: creating lwlib/Makefile #11 424.0 config.status: creating nextstep/Makefile #11 424.3 config.status: creating nt/Makefile #11 424.7 config.status: creating doc/emacs/Makefile #11 424.9 config.status: creating doc/misc/Makefile #11 425.3 config.status: creating doc/lispintro/Makefile #11 425.5 config.status: creating doc/lispref/Makefile #11 425.8 config.status: creating lisp/Makefile #11 426.1 config.status: creating leim/Makefile #11 426.5 config.status: creating test/Makefile #11 426.8 config.status: creating test/manual/noverlay/Makefile #11 427.1 config.status: creating test/infra/Makefile #11 427.3 config.status: creating admin/charsets/Makefile #11 427.6 config.status: creating admin/unidata/Makefile #11 427.9 config.status: creating admin/grammars/Makefile #11 428.2 config.status: creating java/Makefile #11 428.7 config.status: creating cross/Makefile #11 429.0 config.status: creating java/AndroidManifest.xml #11 429.3 config.status: creating src/config.h #11 429.6 config.status: executing src/epaths.h commands #11 429.9 config.status: executing src/.gdbinit commands #11 430.0 config.status: executing doc/emacs/emacsver.texi commands #11 430.0 config.status: executing etc-refcards-emacsver.tex commands #11 430.2 configure: WARNING: This configuration installs a 'movemail' program #11 430.2 that does not retrieve POP3 email. By default, Emacs 25 and earlier #11 430.2 installed a 'movemail' program that retrieved POP3 email via only #11 430.2 insecure channels, a practice that is no longer recommended but that #11 430.2 you can continue to support by using './configure --with-pop'. #11 430.2 configure: You might want to install GNU Mailutils #11 430.2 and use './configure --with-mailutils'. #11 DONE 431.9s #12 [emacs-inotify 6/6] RUN make bootstrap #12 2.406 make actual-bootstrap || make advice-on-failure make-target=bootstrap exit-status=$? #12 2.431 make[1]: Entering directory '/checkout' #12 2.887 make bootstrap-clean #12 2.901 make[2]: Entering directory '/checkout' #12 3.436 make -C src bootstrap-clean #12 3.515 make[3]: Entering directory '/checkout/src' #12 3.525 GEN /checkout/src/lisp.mk #12 5.233 rm -f android-emacs libemacs.so #12 5.281 rm -f temacs core ./*.core \#* ./*.o build-counter.c #12 5.293 rm -f dmpstruct.h #12 5.330 rm -f emacs.pdmp #12 5.357 rm -f ../etc/DOC #12 5.368 rm -f bootstrap-emacs bootstrap-emacs.pdmp #12 5.409 rm -f emacs-30.0.50 #12 5.422 rm -f buildobj.h #12 5.441 rm -f globals.h gl-stamp #12 5.467 rm -f ./*.res ./*.tmp #12 5.509 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #12 5.525 rm -f ../etc/DOC* #12 5.549 rm -f deps/* #12 5.589 rm -f emacs-module.h epaths.h config.h config.stamp #12 5.607 if test -f ./.gdbinit; then \ #12 5.607 mv ./.gdbinit ./.gdbinit.save; \ #12 5.607 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #12 5.607 else mv ./.gdbinit.save ./.gdbinit; fi; \ #12 5.607 fi #12 5.684 make[3]: Leaving directory '/checkout/src' #12 5.684 make -C oldXMenu bootstrap-clean #12 5.705 make[3]: Entering directory '/checkout/oldXMenu' #12 5.729 rm -f libXMenu11.a ./*.o deps/* #12 5.749 rm -f Makefile #12 5.749 rm -fr deps #12 5.753 make[3]: Leaving directory '/checkout/oldXMenu' #12 5.773 make -C lwlib bootstrap-clean #12 5.796 make[3]: Entering directory '/checkout/lwlib' #12 5.805 rm -f ./*.o liblw.a \#* deps/* #12 5.816 rm -f Makefile #12 5.825 rm -fr deps #12 5.833 rm -f TAGS #12 5.843 make[3]: Leaving directory '/checkout/lwlib' #12 5.843 make -C lib bootstrap-clean #12 6.320 make[3]: Entering directory '/checkout/lib' #12 6.328 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #12 6.401 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 #12 6.426 rm -f Makefile Makefile.android #12 6.453 rm -fr deps #12 6.474 make[3]: Leaving directory '/checkout/lib' #12 6.485 make -C lib-src bootstrap-clean #12 6.529 make[3]: Entering directory '/checkout/lib-src' #12 6.529 rm -f core ./*.o ./*.res #12 6.569 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #12 6.573 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #12 6.593 rm -f TAGS Makefile blessmail Makefile.android #12 6.613 make[3]: Leaving directory '/checkout/lib-src' #12 6.618 make -C nt bootstrap-clean #12 6.710 make[3]: Entering directory '/checkout/nt' #12 6.710 rm -f core *.o *.res #12 6.712 rm -f runemacs addpm cmdproxy ddeclient #12 6.729 rm -f TAGS Makefile *.rc #12 6.746 true #12 6.751 make[3]: Leaving directory '/checkout/nt' #12 6.751 make -C doc/emacs bootstrap-clean #12 6.797 make[3]: Entering directory '/checkout/doc/emacs' #12 6.805 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 6.805 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 6.823 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #12 6.842 rm -f Makefile #12 6.865 rm -f \ #12 6.865 ./../../info/emacs.info \ #12 6.865 ./../../info/emacs.info-[1-9] \ #12 6.865 ./../../info/emacs.info-[1-9][0-9] #12 6.885 rm -f ./emacsver.texi TAGS #12 6.913 make[3]: Leaving directory '/checkout/doc/emacs' #12 6.913 make -C doc/misc bootstrap-clean #12 6.949 make[3]: Entering directory '/checkout/doc/misc' #12 6.961 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #12 6.961 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #12 6.961 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #12 6.976 rm -f gnustmp* #12 7.002 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #12 7.007 rm -f Makefile #12 7.021 for file in auth autotype bovine calc ccmode cl dbus dired-x ebrowse ede ediff edt efaq eglot eieio emacs-gnutls emacs-mime epa erc ert eshell eudc eww flymake forms gnus htmlfontify idlwave ido info.info mairix-el message mh-e modus-themes newsticker nxml-mode octave-mode org pcl-cvs pgg rcirc reftex remember sasl sc semantic ses sieve smtpmail speedbar srecode todo-mode tramp transient url use-package vhdl-mode vip viper vtable widget wisent woman efaq-w32; do \ #12 7.021 file=`echo ${file} | sed 's/\.info$//'`.info; \ #12 7.021 rm -f \ #12 7.021 ./../../info/${file} \ #12 7.021 ./../../info/${file}-[1-9] \ #12 7.021 ./../../info/${file}-[1-9][0-9]; \ #12 7.021 done #12 9.007 rm -f ./modus-themes.texi ./org.texi #12 9.012 rm -f TAGS #12 9.028 make[3]: Leaving directory '/checkout/doc/misc' #12 9.028 make -C doc/lispref bootstrap-clean #12 9.047 make[3]: Entering directory '/checkout/doc/lispref' #12 9.050 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 9.050 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 9.063 rm -f elisp[12]* vol[12].tmp #12 9.081 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #12 9.097 rm -f vol[12].dvi vol[12].pdf vol[12].ps #12 9.113 rm -f Makefile #12 9.136 rm -f \ #12 9.136 ./../../info/elisp.info \ #12 9.136 ./../../info/elisp.info-[1-9] \ #12 9.136 ./../../info/elisp.info-[1-9][0-9] #12 9.153 rm -f TAGS #12 9.163 make[3]: Leaving directory '/checkout/doc/lispref' #12 9.164 make -C doc/lispintro bootstrap-clean #12 9.185 make[3]: Entering directory '/checkout/doc/lispintro' #12 9.185 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 9.185 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 9.195 rm -f emacs-lisp-intro.dvi eintr.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #12 9.227 rm -f Makefile #12 9.241 rm -f \ #12 9.241 ./../../info/eintr.info \ #12 9.241 ./../../info/eintr.info-[1-9] #12 9.261 rm -f TAGS #12 9.277 make[3]: Leaving directory '/checkout/doc/lispintro' #12 9.277 make -C test bootstrap-clean #12 9.283 make[3]: Entering directory '/checkout/test' #12 9.635 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #12 9.813 find . '(' -name '*.xml' -a ! -path '*resources*' ')' -delete #12 9.873 rm -f ./lisp/gnus/mml-sec-resources/random_seed #12 9.899 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #12 9.899 src/emacs-module-resources/*.dll gmp.h #12 9.909 find . -name '*.elc' -delete #12 9.961 make[3]: Leaving directory '/checkout/test' #12 9.975 make -C java bootstrap-clean #12 10.34 make[3]: Entering directory '/checkout/java' #12 10.36 rm -f *.apk emacs.apk-in *.dex *.unaligned *.class *.idsig #12 10.37 rm -rf install-temp ./org/gnu/emacs/R.java TAGS #12 10.38 find . -name '*.class' -delete #12 10.40 rm -f Makefile ndk-build.mk #12 10.42 make[3]: Leaving directory '/checkout/java' #12 10.42 make -C cross bootstrap-clean #12 10.44 make[3]: Entering directory '/checkout/cross' #12 10.45 for dir in src lib-src lib etc; do \ #12 10.45 find $dir -type f -delete; \ #12 10.45 done #12 10.51 make[4]: *** No rule to make target 'clean'. Stop. #12 10.51 rm -rf lib/config.h lib-src/config.h #12 10.51 make -C ndk-build clean #12 10.51 make[4]: Entering directory '/checkout/cross/ndk-build' #12 10.51 make[4]: Leaving directory '/checkout/cross/ndk-build' #12 10.55 make[3]: [Makefile:179: clean] Error 2 (ignored) #12 10.55 for dir in src lib-src lib etc; do \ #12 10.55 find $dir -type l -delete; \ #12 10.55 done #12 10.65 rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile #12 10.66 rm -rf ndk-build/ndk-build.mk Makefile #12 10.66 make[3]: Leaving directory '/checkout/cross' #12 10.66 make -C nextstep bootstrap-clean #12 10.68 make[3]: Entering directory '/checkout/nextstep' #12 10.68 rm -rf #12 10.70 rm -f Makefile #12 10.71 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #12 10.71 GNUstep/Emacs.base/Resources/Emacs.desktop \ #12 10.71 Cocoa/Emacs.base/Contents/Info.plist \ #12 10.71 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #12 10.74 make[3]: Leaving directory '/checkout/nextstep' #12 10.74 make -C admin/charsets bootstrap-clean #12 10.78 make[3]: Entering directory '/checkout/admin/charsets' #12 10.79 make[3]: Nothing to be done for 'bootstrap-clean'. #12 10.79 make[3]: Leaving directory '/checkout/admin/charsets' #12 10.79 make -C admin/unidata bootstrap-clean #12 10.81 make[3]: Entering directory '/checkout/admin/unidata' #12 10.93 rm -f ./*.elc unidata.txt #12 10.97 make[3]: Leaving directory '/checkout/admin/unidata' #12 10.98 make -C leim bootstrap-clean #12 11.02 make[3]: Entering directory '/checkout/leim' #12 11.02 rm -f ./../lisp/leim/quail/CCDOSPY.el ./../lisp/leim/quail/Punct.el ./../lisp/leim/quail/QJ.el ./../lisp/leim/quail/SW.el ./../lisp/leim/quail/TONEPY.el ./../lisp/leim/quail/4Corner.el ./../lisp/leim/quail/ARRAY30.el ./../lisp/leim/quail/ECDICT.el ./../lisp/leim/quail/ETZY.el ./../lisp/leim/quail/Punct-b5.el ./../lisp/leim/quail/PY-b5.el ./../lisp/leim/quail/QJ-b5.el ./../lisp/leim/quail/ZOZY.el ./../lisp/leim/quail/tsang-b5.el ./../lisp/leim/quail/quick-b5.el ./../lisp/leim/quail/tsang-cns.el ./../lisp/leim/quail/quick-cns.el ./../lisp/leim/quail/PY.el ./../lisp/leim/quail/ZIRANMA.el ./../lisp/leim/quail/CTLau.el ./../lisp/leim/quail/CTLau-b5.el ./../lisp/language/pinyin.el ./../lisp/leim/leim-list.el #12 11.05 make[3]: Leaving directory '/checkout/leim' #12 11.05 make -C lisp bootstrap-clean #12 11.06 make[3]: Entering directory '/checkout/lisp' #12 11.31 find . -name '*.elc' -delete #12 11.35 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #12 11.37 make[3]: Leaving directory '/checkout/lisp' #12 11.37 make -C admin/grammars bootstrap-clean #12 11.41 make[3]: Entering directory '/checkout/admin/grammars' #12 11.41 make[3]: Nothing to be done for 'bootstrap-clean'. #12 11.41 make[3]: Leaving directory '/checkout/admin/grammars' #12 11.41 [ ! -f config.log ] || mv -f config.log config.log~ #12 11.53 rm -rf ./info #12 11.54 rm -f ./etc/refcards/emacsver.tex #12 11.56 rm -rf native-lisp/ lisp/leim/ja-dic/ #12 11.62 rm -fr autom4te.cache config.cache #12 11.65 rm -f config.log ./doc/man/emacs.1 #12 11.70 make[2]: Leaving directory '/checkout' #12 11.71 cd . && ./autogen.sh autoconf #12 11.74 Checking whether you have the necessary tools... #12 11.74 (Read INSTALL.REPO for more details on building Emacs) #12 11.76 Checking for autoconf (need at least version 2.65) ... ok #12 11.97 Your system has the required tools. #12 12.05 Running 'autoreconf -fi -I m4' ... #12 93.99 Running 'autoreconf -fi' in exec ... #12 121.2 You can now run './autogen.sh git'. #12 121.2 make MAKEFILE_NAME=force-Makefile force-Makefile #12 121.2 make[2]: Entering directory '/checkout' #12 121.3 make[2]: *** No rule to make target 'echo-sources'. Stop. #12 122.3 if [ -x ./config.status ]; then \ #12 122.3 ./config.status --recheck; \ #12 122.3 else \ #12 122.3 ./configure --cache-file=/dev/null; \ #12 122.3 fi #12 122.9 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --no-create --no-recursion #12 124.4 checking for xcrun... no #12 124.4 checking for GNU Make... make #12 124.6 checking build system type... x86_64-pc-linux-gnu #12 126.1 checking host system type... x86_64-pc-linux-gnu #12 126.2 checking for gcc... gcc #12 126.8 checking whether the C compiler works... yes #12 127.6 checking for C compiler default output file name... a.out #12 127.6 checking for suffix of executables... #12 128.4 checking whether we are cross compiling... no #12 129.2 checking for suffix of object files... o #12 129.6 checking whether we are using the GNU C compiler... yes #12 130.2 checking whether gcc accepts -g... yes #12 130.5 checking for gcc option to enable C11 features... none needed #12 131.1 checking whether the compiler is clang... no #12 131.5 checking for compiler option needed when checking for declarations... none #12 131.5 checking whether gcc and cc understand -c and -o together... yes #12 133.7 checking how to run the C preprocessor... gcc -E #12 134.7 checking for grep that handles long lines and -e... /bin/grep #12 134.7 checking for egrep... /bin/grep -E #12 134.8 checking for ANSI C header files... yes #12 137.2 checking for sys/types.h... yes #12 137.9 checking for sys/stat.h... yes #12 138.6 checking for stdlib.h... yes #12 139.4 checking for string.h... yes #12 140.0 checking for memory.h... yes #12 140.8 checking for strings.h... yes #12 141.5 checking for inttypes.h... yes #12 142.2 checking for stdint.h... yes #12 142.8 checking for unistd.h... yes #12 143.5 checking for wchar.h... yes #12 144.4 checking for minix/config.h... no #12 145.4 checking for linux/fs.h... yes #12 146.6 checking for malloc.h... yes #12 148.1 checking for sys/systeminfo.h... no #12 149.3 checking for sys/sysinfo.h... yes #12 150.5 checking for coff.h... no #12 151.5 checking for pty.h... yes #12 152.8 checking for sys/resource.h... yes #12 153.5 checking for sys/utsname.h... yes #12 154.1 checking for pwd.h... yes #12 155.0 checking for utmp.h... yes #12 155.6 checking for util.h... no #12 156.1 checking for sanitizer/lsan_interface.h... yes #12 157.0 checking for sanitizer/asan_interface.h... yes #12 157.6 checking for sanitizer/common_interface_defs.h... yes #12 158.5 checking for sys/socket.h... yes #12 159.2 checking for stdlib.h... (cached) yes #12 159.4 checking for unistd.h... (cached) yes #12 159.5 checking for sys/param.h... yes #12 160.4 checking for pthread.h... yes #12 161.1 checking for malloc/malloc.h... no #12 161.8 checking for sys/un.h... yes #12 162.7 checking for dirent.h... yes #12 163.6 checking for execinfo.h... yes #12 164.6 checking for linux/xattr.h... yes #12 165.3 checking for stdio_ext.h... yes #12 166.0 checking for sys/vfs.h... yes #12 166.8 checking for sys/fs_types.h... no #12 167.8 checking for getopt.h... yes #12 168.5 checking for sys/cdefs.h... yes #12 169.5 checking for sys/time.h... yes #12 170.6 checking for ieee754.h... yes #12 171.1 checking for limits.h... yes #12 171.8 checking for inttypes.h... (cached) yes #12 172.0 checking for sys/types.h... (cached) yes #12 172.1 checking for stdint.h... (cached) yes #12 172.3 checking for sys/select.h... yes #12 172.9 checking for stdbool.h... yes #12 173.7 checking for stdckdint.h... no #12 174.3 checking for sys/random.h... yes #12 175.3 checking for sys/stat.h... (cached) yes #12 175.3 checking whether it is safe to define __EXTENSIONS__... yes #12 175.9 checking whether _XOPEN_SOURCE should be defined... no #12 176.4 checking for Minix Amsterdam compiler... no #12 176.6 checking for ar... ar #12 176.6 checking for ranlib... ranlib #12 176.7 checking for gcc option to enable large file support... none needed #12 177.7 checking for gcc option for timestamps after 2038... none needed #12 178.4 checking for g++... g++ #12 178.9 checking whether we are using the GNU C++ compiler... yes #12 179.2 checking whether g++ accepts -g... yes #12 179.7 checking for g++ option to enable C++11 features... none needed #12 291.5 checking how to run the C++ preprocessor... g++ -E #12 292.5 checking whether gcc accepts -g3 -O2... yes #12 293.2 checking whether the compiler is clang... no #12 293.7 checking whether C compiler handles -Werror -Wunknown-warning-option... no #12 294.2 checking whether -Wno-missing-field-initializers is needed... yes #12 295.7 checking whether -Wuninitialized is supported... yes #12 297.2 checking whether C compiler handles -fstrict-flex-arrays... no #12 297.6 checking whether C compiler handles -Wall... yes #12 298.4 checking whether C compiler handles -Warith-conversion... yes #12 300.2 checking whether C compiler handles -Wdate-time... yes #12 301.9 checking whether C compiler handles -Wdisabled-optimization... yes #12 303.1 checking whether C compiler handles -Wdouble-promotion... yes #12 304.5 checking whether C compiler handles -Wduplicated-cond... yes #12 305.2 checking whether C compiler handles -Wextra... yes #12 306.2 checking whether C compiler handles -Wformat-signedness... yes #12 307.1 checking whether C compiler handles -Winit-self... yes #12 308.0 checking whether C compiler handles -Winvalid-pch... yes #12 309.0 checking whether C compiler handles -Wlogical-op... yes #12 310.1 checking whether C compiler handles -Wmissing-declarations... yes #12 310.8 checking whether C compiler handles -Wmissing-include-dirs... yes #12 311.8 checking whether C compiler handles -Wmissing-prototypes... yes #12 312.8 checking whether C compiler handles -Wnested-externs... yes #12 313.5 checking whether C compiler handles -Wnull-dereference... yes #12 314.0 checking whether C compiler handles -Wold-style-definition... yes #12 314.6 checking whether C compiler handles -Wopenmp-simd... yes #12 315.2 checking whether C compiler handles -Wpacked... yes #12 316.0 checking whether C compiler handles -Wpointer-arith... yes #12 316.5 checking whether C compiler handles -Wstrict-flex-arrays... no #12 316.7 checking whether C compiler handles -Wstrict-prototypes... yes #12 317.3 checking whether C compiler handles -Wsuggest-attribute=format... yes #12 317.7 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #12 318.0 checking whether C compiler handles -Wsuggest-final-methods... yes #12 318.6 checking whether C compiler handles -Wsuggest-final-types... yes #12 319.2 checking whether C compiler handles -Wtrampolines... yes #12 320.2 checking whether C compiler handles -Wuninitialized... yes #12 320.9 checking whether C compiler handles -Wunknown-pragmas... yes #12 321.4 checking whether C compiler handles -Wunused-macros... yes #12 322.3 checking whether C compiler handles -Wvariadic-macros... yes #12 323.1 checking whether C compiler handles -Wvector-operation-performance... yes #12 324.3 checking whether C compiler handles -Wwrite-strings... yes #12 325.3 checking whether C compiler handles -Warray-bounds=2... yes #12 326.4 checking whether C compiler handles -Wattribute-alias=2... yes #12 327.2 checking whether C compiler handles -Wformat=2... yes #12 328.5 checking whether C compiler handles -Wformat-truncation=2... yes #12 329.3 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #12 330.2 checking whether C compiler handles -Wshift-overflow=2... yes #12 331.1 checking whether C compiler handles -Wuse-after-free=3... no #12 331.6 checking whether C compiler handles -Wvla-larger-than=4031... yes #12 332.7 checking whether C compiler handles -Wno-missing-field-initializers... yes #12 333.7 checking whether C compiler handles -Wredundant-decls... yes #12 334.7 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #12 334.7 checking whether C compiler handles -Wno-override-init... yes #12 335.6 checking whether C compiler handles -Wno-sign-compare... yes #12 336.5 checking whether C compiler handles -Wno-type-limits... yes #12 337.6 checking whether C compiler handles -Wno-unused-parameter... yes #12 338.4 checking whether C compiler handles -Wno-format-nonliteral... yes #12 339.3 checking whether C compiler handles -Wno-bidi-chars... no #12 339.6 checking for a BSD-compatible install... /usr/bin/install -c #12 339.8 checking command to symlink files in the same directory... ln -s #12 339.9 checking for install-info... : #12 339.9 checking for gzip... /bin/gzip #12 339.9 checking for 'find' args to delete a file... -delete #12 340.0 checking for brew... no #12 342.0 checking for -znocombreloc... not needed #12 342.0 checking whether addresses are sanitized... no #12 342.5 checking for math library... -lm #12 346.6 checking for struct passwd.pw_gecos... yes #12 347.4 checking for pkg-config... /usr/bin/pkg-config #12 347.4 checking pkg-config is at least version 0.9.0... yes #12 347.6 checking for machine/soundcard.h... no #12 348.3 checking for sys/soundcard.h... yes #12 349.1 checking for soundcard.h... no #12 349.8 checking for mmsystem.h... no #12 350.3 checking for _oss_ioctl in -lossaudio... no #12 351.3 checking for alsa >= 1.0.0... no #12 351.5 checking for ADDR_NO_RANDOMIZE... yes #12 352.2 checking if Linux sysinfo may be used... yes #12 353.8 checking for sys/wait.h that is POSIX.1 compatible... yes #12 354.5 checking for net/if.h... yes #12 356.0 checking for ifaddrs.h... yes #12 356.8 checking for net/if_dl.h... no #12 357.5 checking for struct ifreq.ifr_flags... yes #12 358.3 checking for struct ifreq.ifr_hwaddr... yes #12 359.6 checking for struct ifreq.ifr_netmask... yes #12 361.0 checking for struct ifreq.ifr_broadaddr... yes #12 362.9 checking for struct ifreq.ifr_addr... yes #12 364.5 checking for struct ifreq.ifr_addr.sa_len... no #12 366.2 checking whether gcc understands -MMD -MF... yes #12 366.4 checking for X... no #12 366.8 checking for X... false #12 366.8 checking whether malloc is Doug Lea style... no #12 367.2 checking for sbrk... yes #12 367.9 checking for __lsan_ignore_object... no #12 368.5 checking for fchmod... yes #12 368.9 checking for canonicalize_file_name... yes #12 369.5 checking for realpath... yes #12 370.1 checking for lstat... yes #12 370.8 checking for fchmodat... yes #12 371.4 checking for lchmod... no #12 371.6 checking for fcntl... yes #12 372.4 checking for fdopendir... yes #12 373.1 checking for listxattr... yes #12 373.6 checking for fstatat... yes #12 374.1 checking for fsync... yes #12 374.6 checking for gettimeofday... yes #12 375.1 checking for memset_explicit... no #12 375.8 checking for memset_s... no #12 376.5 checking for pselect... yes #12 377.2 checking for readlink... yes #12 377.8 checking for isblank... yes #12 378.6 checking for iswctype... yes #12 379.5 checking for strtoimax... yes #12 380.3 checking for symlink... yes #12 381.2 checking for localtime_r... yes #12 381.7 checking for getdtablesize... yes #12 382.2 checking for getpagesize... yes #12 382.8 checking for working mmap... yes #12 383.7 checking for main in -lXbsd... no #12 384.1 checking for pthread library... -lpthread #12 385.5 checking for thread support... yes #12 385.5 checking for sqlite3_open_v2 in -lsqlite3... no #12 385.8 checking for getaddrinfo_a in -lanl... yes #12 386.3 checking for malloc_trim... yes #12 386.7 checking for dbus-1 >= 1.0... yes #12 386.8 checking for dbus_watch_get_unix_fd... yes #12 387.5 checking for dbus_type_is_valid... yes #12 388.3 checking for dbus_validate_bus_name... yes #12 389.0 checking for dbus_validate_path... yes #12 389.5 checking for dbus_validate_interface... yes #12 390.0 checking for dbus_validate_member... yes #12 390.6 checking for lgetfilecon in -lselinux... no #12 391.0 checking for gnutls >= 2.12.2... yes #12 391.1 checking for libsystemd >= 222... no #12 391.2 checking for jansson >= 2.7... no #12 391.2 checking for tree-sitter >= 0.20.2... no #12 391.3 checking for tree-sitter >= 0.6.3... no #12 391.4 checking sys/inotify.h usability... yes #12 392.1 checking sys/inotify.h presence... yes #12 392.3 checking for sys/inotify.h... yes #12 392.3 checking for inotify_init1... yes #12 393.5 checking for lcms2... no #12 393.6 checking for library containing inflateEnd... no #12 394.9 checking for dladdr... yes #12 395.8 checking for dlfunc... no #12 396.6 checking gpm.h usability... no #12 397.2 checking gpm.h presence... no #12 397.5 checking for gpm.h... no #12 397.5 checking for libxml-2.0 > 2.6.17... no #12 397.6 checking for maillock in -lmail... no #12 398.0 checking for maillock in -llockfile... no #12 398.3 checking for liblockfile.so... no #12 398.3 checking maillock.h usability... no #12 398.6 checking maillock.h presence... no #12 398.7 checking for maillock.h... no #12 398.7 checking linux/seccomp.h usability... yes #12 399.2 checking linux/seccomp.h presence... yes #12 399.3 checking for linux/seccomp.h... yes #12 399.4 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #12 399.8 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #12 400.2 checking linux/filter.h usability... yes #12 400.4 checking linux/filter.h presence... yes #12 400.5 checking for linux/filter.h... yes #12 400.7 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #12 400.7 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #12 400.7 checking for libseccomp >= 2.5.2... no #12 400.8 checking size of long... 8 #12 401.4 checking for accept4... yes #12 402.2 checking for fchdir... yes #12 402.7 checking for gethostname... yes #12 403.3 checking for getrusage... yes #12 404.0 checking for get_current_dir_name... yes #12 404.7 checking for lrand48... yes #12 405.3 checking for random... yes #12 405.8 checking for rint... yes #12 406.5 checking for tcdrain... yes #12 407.2 checking for trunc... yes #12 408.0 checking for select... yes #12 408.6 checking for getpagesize... (cached) yes #12 408.8 checking for setlocale... yes #12 409.5 checking for newlocale... yes #12 410.2 checking for getrlimit... yes #12 410.9 checking for setrlimit... yes #12 411.4 checking for shutdown... yes #12 412.2 checking for pthread_sigmask... (cached) yes #12 412.3 checking for strsignal... yes #12 412.8 checking for setitimer... yes #12 413.4 checking for sendto... yes #12 414.3 checking for recvfrom... yes #12 415.0 checking for getsockname... yes #12 415.6 checking for getifaddrs... yes #12 416.0 checking for freeifaddrs... yes #12 416.5 checking for gai_strerror... yes #12 417.2 checking for sync... yes #12 417.8 checking for getpwent... yes #12 418.6 checking for endpwent... yes #12 419.1 checking for getgrent... yes #12 419.6 checking for endgrent... yes #12 420.2 checking for renameat2... yes #12 420.8 checking for cfmakeraw... yes #12 421.3 checking for cfsetspeed... yes #12 422.0 checking for __executable_start... yes #12 422.5 checking for log2... yes #12 423.1 checking for pthread_setname_np... yes #12 423.7 checking for pthread_set_name_np... no #12 424.2 checking whether pthread_setname_np takes a single argument... no #12 424.5 checking whether pthread_setname_np takes three arguments... no #12 424.8 checking for aligned_alloc... yes #12 425.4 checking whether aligned_alloc is declared... yes #12 425.9 checking for posix_madvise... yes #12 426.6 checking for madvise... yes #12 427.1 checking for __builtin_frame_address... yes #12 427.5 checking for __builtin_unwind_init... yes #12 428.0 checking for _LARGEFILE_SOURCE value needed for large files... no #12 428.5 checking for grantpt... yes #12 429.1 checking for getpt... yes #12 429.8 checking for posix_openpt... yes #12 430.4 checking for library containing tputs... -ltinfo #12 431.2 checking whether -ltinfo library defines BC... yes #12 431.7 checking for timerfd interface... yes #12 432.1 checking whether signals can be handled on alternate stack... yes #12 432.5 checking valgrind/valgrind.h usability... no #12 432.8 checking valgrind/valgrind.h presence... no #12 433.0 checking for valgrind/valgrind.h... no #12 433.0 checking for struct unipair.unicode... yes #12 433.4 checking for pid_t... yes #12 434.3 checking vfork.h usability... no #12 434.8 checking vfork.h presence... no #12 435.0 checking for vfork.h... no #12 435.0 checking for fork... yes #12 435.8 checking for vfork... yes #12 436.3 checking for working fork... yes #12 437.0 checking for working vfork... (cached) yes #12 437.0 checking for snprintf... yes #12 437.6 checking spawn.h usability... yes #12 438.1 checking spawn.h presence... yes #12 438.3 checking for spawn.h... yes #12 438.3 checking for posix_spawn... yes #12 439.2 checking for posix_spawn_file_actions_addchdir... no #12 440.2 checking for posix_spawn_file_actions_addchdir_np... yes #12 441.1 checking for posix_spawnattr_setflags... yes #12 441.7 checking whether POSIX_SPAWN_SETSID is declared... yes #12 442.0 checking whether GLib is linked in... no #12 442.2 checking for nl_langinfo and CODESET... yes #12 442.7 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #12 443.1 checking for mbstate_t... yes #12 443.7 checking for signals via characters... yes #12 444.0 checking for _setjmp... yes #12 444.4 checking for sigsetjmp... yes #12 444.9 checking POSIX termios... yes #12 445.9 checking size of speed_t... 4 #12 446.2 checking for usable FIONREAD... yes #12 446.5 checking for usable SIGIO... yes #12 447.0 checking for struct alignment... yes #12 447.3 checking for C/C++ restrict keyword... __restrict__ #12 447.6 checking for typeof syntax and keyword spelling... typeof #12 447.8 checking for statement expressions... yes #12 448.0 checking whether malloc (0) returns nonnull... yes #12 448.6 checking sys/acl.h usability... yes #12 449.1 checking sys/acl.h presence... yes #12 449.2 checking for sys/acl.h... yes #12 449.2 checking for library containing acl_get_file... -lacl #12 450.1 checking for acl_get_file... yes #12 450.6 checking for acl_get_fd... yes #12 451.3 checking for acl_set_file... yes #12 452.1 checking for acl_set_fd... yes #12 452.6 checking for acl_free... yes #12 453.3 checking for acl_from_mode... yes #12 454.0 checking for acl_from_text... yes #12 454.6 checking for acl_delete_def_file... yes #12 455.4 checking for acl_extended_file... yes #12 455.6 checking for acl_delete_fd_np... no #12 456.2 checking for acl_delete_file_np... no #12 456.6 checking for acl_copy_ext_native... no #12 457.2 checking for acl_create_entry_np... no #12 457.8 checking for acl_to_short_text... no #12 458.4 checking for acl_free_text... no #12 458.8 checking for working acl_get_file... yes #12 459.4 checking acl/libacl.h usability... yes #12 459.9 checking acl/libacl.h presence... yes #12 460.0 checking for acl/libacl.h... yes #12 460.1 checking for acl_entries... yes #12 460.8 checking for ACL_FIRST_ENTRY... yes #12 461.1 checking for ACL_TYPE_EXTENDED... no #12 461.5 checking for working alloca.h... yes #12 462.1 checking for alloca... yes #12 462.7 checking for a thread-safe mkdir -p... /bin/mkdir -p #12 462.8 checking whether the preprocessor supports include_next... yes #12 463.2 checking whether source code line length is unlimited... yes #12 463.3 checking whether lstat correctly handles trailing slash... yes #12 464.4 checking whether // is distinct from /... no #12 464.5 checking whether realpath works... yes #12 465.8 checking for faccessat... yes #12 466.6 checking for getcwd... yes #12 467.7 checking whether byte ordering is bigendian... no #12 468.9 checking if environ is properly declared... yes #12 469.3 checking for complete errno.h... yes #12 469.6 checking whether ctype.h defines __header_inline... no #12 469.9 checking for mode_t... yes #12 471.1 checking whether strmode is declared... no #12 471.7 checking whether getline is declared... yes #12 472.1 checking for gawk... no #12 472.1 checking for mawk... mawk #12 472.1 checking for getopt.h... (cached) yes #12 472.1 checking for getopt_long_only... yes #12 472.5 checking whether getopt is POSIX compatible... yes #12 474.4 checking for working GNU getopt function... yes #12 475.4 checking for working GNU getopt_long function... yes #12 476.0 checking whether timespec_get is declared... yes #12 476.4 checking for timespec_get... yes #12 477.1 checking for struct timeval... yes #12 477.4 checking for wide-enough struct timeval.tv_sec member... yes #12 477.8 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #12 477.9 checking whether the compiler produces multi-arch binaries... no #12 478.2 checking whether stdint.h conforms to C99... yes #12 479.3 checking whether stdint.h works without ISO C predefines... yes #12 479.8 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #12 480.2 checking whether memmem is declared... yes #12 480.7 checking whether memrchr is declared... yes #12 481.2 checking whether defines MIN and MAX... no #12 481.3 checking whether defines MIN and MAX... yes #12 481.7 checking whether time_t is signed... yes #12 482.1 checking whether alarm is declared... yes #12 482.6 checking for working mktime... no #12 484.4 checking whether struct tm is in sys/time.h or time.h... time.h #12 484.5 checking for struct tm.tm_zone... yes #12 485.0 checking for struct tm.tm_gmtoff... yes #12 485.2 checking whether is self-contained... yes #12 486.1 checking for inline... inline #12 486.4 checking for sigset_t... yes #12 487.1 checking for volatile sig_atomic_t... yes #12 487.8 checking for sighandler_t... yes #12 488.5 checking for wchar_t... yes #12 488.7 checking for good max_align_t... yes #12 489.0 checking whether NULL can be used in arbitrary expressions... yes #12 489.2 checking for unreachable... no #12 490.1 checking whether fcloseall is declared... yes #12 490.7 checking whether getw is declared... yes #12 491.2 checking whether putw is declared... yes #12 491.6 checking which flavor of printf attribute matches inttypes macros... system #12 492.0 checking whether stpncpy is declared... yes #12 492.6 checking whether strnlen is declared... yes #12 493.0 checking whether strtoimax is declared... yes #12 493.4 checking whether stat file-mode macros are broken... no #12 497.6 checking for nlink_t... yes #12 498.2 checking for struct timespec in ... yes #12 498.5 checking for TIME_UTC in ... yes #12 499.0 checking whether execvpe is declared... yes #12 499.9 checking whether clearerr_unlocked is declared... yes #12 500.7 checking whether feof_unlocked is declared... yes #12 501.6 checking whether ferror_unlocked is declared... yes #12 502.1 checking whether fflush_unlocked is declared... yes #12 502.7 checking whether fgets_unlocked is declared... yes #12 503.2 checking whether fputc_unlocked is declared... yes #12 503.7 checking whether fputs_unlocked is declared... yes #12 504.4 checking whether fread_unlocked is declared... yes #12 505.2 checking whether fwrite_unlocked is declared... yes #12 505.7 checking whether getc_unlocked is declared... yes #12 506.2 checking whether getchar_unlocked is declared... yes #12 506.7 checking whether putc_unlocked is declared... yes #12 507.4 checking whether putchar_unlocked is declared... yes #12 507.8 checking type of array argument to getgroups... gid_t #12 508.5 checking whether getdelim is declared... yes #12 509.0 checking whether getdtablesize is declared... yes #12 509.2 checking whether malloc is ptrdiff_t safe... yes #12 509.4 checking whether malloc, realloc, calloc set errno on failure... yes #12 509.4 checking for O_CLOEXEC... yes #12 509.6 checking for promoted mode_t type... mode_t #12 509.8 checking whether the utimes function works... yes #12 510.7 checking for C compiler option to allow warnings... -Wno-error #12 511.9 checking for alignas and alignof... yes, macros #12 512.7 checking for alloca as a compiler built-in... yes #12 512.8 checking for static_assert... yes, an macro #12 514.3 checking for __builtin_expect... yes #12 514.7 checking byteswap.h usability... yes #12 515.3 checking byteswap.h presence... yes #12 515.4 checking for byteswap.h... yes #12 515.5 checking for readlinkat... yes #12 515.9 checking for library containing clock_gettime... none required #12 516.4 checking for clock_getres... yes #12 516.9 checking for clock_gettime... yes #12 517.5 checking for clock_settime... yes #12 518.4 checking for copy_file_range... yes #12 520.4 checking for d_type member in directory struct... yes #12 520.8 checking whether // is distinct from /... (cached) no #12 520.8 checking whether dup2 works... yes #12 523.5 checking for library containing backtrace_symbols_fd... none required #12 525.2 checking for faccessat... (cached) yes #12 525.2 checking whether fchmodat works... no #12 526.0 checking for readlinkat... (cached) yes #12 526.0 checking whether fcntl handles F_DUPFD correctly... yes #12 526.9 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #12 527.8 checking whether fdopendir is declared... yes #12 528.1 checking whether fdopendir works... yes #12 528.7 checking for flexible array member... yes #12 529.1 checking for __fpending... yes #12 529.6 checking whether __fpending is declared... yes #12 530.1 checking whether free is known to preserve errno... no #12 530.7 checking whether fstatat (..., 0) works... yes #12 531.4 checking for sys/mount.h... yes #12 532.0 checking for statvfs function (SVR4)... yes #12 532.4 checking whether to use statvfs64... no #12 532.7 checking for two-argument statfs with statfs.f_frsize member... yes #12 533.3 checking sys/fs/s5param.h usability... no #12 533.6 checking sys/fs/s5param.h presence... no #12 533.7 checking for sys/fs/s5param.h... no #12 533.7 checking sys/statfs.h usability... yes #12 534.1 checking sys/statfs.h presence... yes #12 534.2 checking for sys/statfs.h... yes #12 534.2 checking for statfs that truncates block counts... no #12 534.5 checking for futimens... yes #12 535.4 checking whether futimens works... yes #12 537.1 checking for getline... yes #12 537.6 checking for working getline function... yes #12 538.3 checking for getloadavg... yes #12 538.9 checking sys/loadavg.h usability... no #12 539.2 checking sys/loadavg.h presence... no #12 539.3 checking for sys/loadavg.h... no #12 539.4 checking whether getloadavg is declared... yes #12 539.7 checking for getrandom... yes #12 540.1 checking whether getrandom is compatible with its GNU+BSD signature... yes #12 540.4 checking for gettimeofday with POSIX signature... yes #12 540.7 checking whether the compiler supports the __inline keyword... yes #12 541.0 checking gmp.h usability... yes #12 541.5 checking gmp.h presence... yes #12 541.6 checking for gmp.h... yes #12 541.6 checking for library containing __gmpz_roinit_n... -lgmp #12 542.8 checking for memmem... yes #12 543.7 checking whether memmem works... yes #12 544.7 checking for mempcpy... yes #12 545.6 checking for memrchr... yes #12 546.2 checking for explicit_memset... no #12 546.7 checking for mkostemp... yes #12 547.2 checking for library containing nanosleep... none required #12 548.0 checking for working nanosleep... no (mishandles large arguments) #12 549.8 checking for sys/pstat.h... no #12 550.4 checking for sys/sysmp.h... no #12 550.8 checking for sys/param.h... (cached) yes #12 550.8 checking for sys/sysctl.h... yes #12 551.3 checking for sched_getaffinity_np... no #12 551.9 checking for pstat_getdynamic... no #12 552.5 checking for sysmp... no #12 553.0 checking for sysctl... yes #12 553.7 checking for sched_getaffinity... yes #12 554.1 checking for glibc compatible sched_getaffinity... yes #12 554.4 checking for pipe2... yes #12 554.9 checking whether signature of pselect conforms to POSIX... yes #12 555.5 checking whether pselect detects invalid fds... yes #12 556.1 checking whether pthread_sigmask is a macro... no #12 556.3 checking whether pthread_sigmask returns error numbers... yes #12 557.1 checking whether pthread_sigmask unblocks signals correctly... guessing yes #12 560.0 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #12 561.2 checking whether readlink signature is correct... yes #12 561.7 checking whether readlink handles trailing slash correctly... yes #12 562.4 checking whether readlink truncates results correctly... yes #12 562.9 checking for readlinkat... (cached) yes #12 562.9 checking whether readlinkat signature is correct... yes #12 563.3 checking for working re_compile_pattern... no #12 564.9 checking libintl.h usability... yes #12 565.4 checking libintl.h presence... yes #12 565.5 checking for libintl.h... yes #12 565.6 checking whether isblank is declared... yes #12 565.8 checking for sig2str... no #12 566.2 checking for sigdescr_np... no #12 566.9 checking for socklen_t... yes #12 567.6 checking for ssize_t... yes #12 567.9 checking for struct stat.st_atim.tv_nsec... yes #12 568.3 checking whether struct stat.st_atim is of type struct timespec... yes #12 568.9 checking for struct stat.st_birthtimespec.tv_nsec... no #12 569.4 checking for struct stat.st_birthtimensec... no #12 569.9 checking for struct stat.st_birthtim.tv_nsec... no #12 570.3 checking for bool, true, false... no #12 570.6 checking for stpcpy... yes #12 571.5 checking for stpncpy... yes #12 572.4 checking for working stpncpy... yes #12 573.1 checking for working strnlen... yes #12 573.8 checking whether strtoimax works... yes #12 574.5 checking whether symlink handles trailing slash correctly... yes #12 575.3 checking whether localtime_r is declared... yes #12 575.7 checking whether localtime_r is compatible with its POSIX signature... yes #12 576.0 checking whether localtime works even near extrema... yes #12 576.5 checking for timezone_t... no #12 576.7 checking for timegm... yes #12 577.2 checking whether timer_settime is declared... yes #12 577.5 checking for library containing timer_settime... -lrt #12 578.6 checking for timer_settime... yes #12 579.0 checking for utimensat... yes #12 579.6 checking whether utimensat works... yes #12 581.3 checking for variable-length arrays... yes #12 581.7 checking whether getdtablesize works... yes #12 582.3 checking for __mktime_internal... no #12 583.1 checking for timer_getoverrun... yes #12 583.6 checking for gcc option to disable position independent executables... not needed #12 583.6 checking for __ctype_get_mb_cur_max... yes #12 584.1 checking whether MB_CUR_MAX is defined to function that won't link... no #12 584.3 #12 584.3 Configured for 'x86_64-pc-linux-gnu'. #12 584.3 #12 584.3 Where should the build process find the source code? . #12 584.3 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #12 584.3 Should Emacs use the GNU version of malloc? no #12 584.3 (The GNU allocators don't work with this system configuration.) #12 584.3 Should Emacs use a relocating allocator for buffers? no #12 584.3 Should Emacs use mmap(2) for buffer allocation? no #12 584.3 What window system should Emacs use? none #12 584.3 What toolkit should Emacs use? none #12 584.3 Where do we find X Windows header files? NONE #12 584.3 Where do we find X Windows libraries? NONE #12 584.3 Does Emacs use -lXaw3d? no #12 584.3 Is Emacs being built for Android? no #12 584.3 Does Emacs use the X Double Buffer Extension? no #12 584.3 Does Emacs use -lXpm? no #12 584.3 Does Emacs use -ljpeg? no #12 584.3 Does Emacs use -ltiff? no #12 584.3 Does Emacs use a gif library? no #12 584.3 Does Emacs use a png library? no #12 584.3 Does Emacs use -lrsvg-2? no #12 584.3 Does Emacs use -lwebp? no #12 584.3 Does Emacs use -lsqlite3? no #12 584.3 Does Emacs use cairo? no #12 584.3 Does Emacs use -llcms2? no #12 584.3 Does Emacs use imagemagick? no #12 584.3 Does Emacs use native APIs for images? no #12 584.3 Does Emacs support sound? yes #12 584.3 Does Emacs use -lgpm? no #12 584.3 Does Emacs use -ldbus? yes #12 584.3 Does Emacs use -lgconf? no #12 584.3 Does Emacs use GSettings? no #12 584.3 Does Emacs use a file notification library? yes -lglibc (inotify) #12 584.3 Does Emacs use access control lists? yes -lacl -lattr #12 584.3 Does Emacs use -lselinux? no #12 584.3 Does Emacs use -lgnutls? yes #12 584.3 Does Emacs use -lxml2? no #12 584.3 Does Emacs use -lfreetype? no #12 584.3 Does Emacs use HarfBuzz? no #12 584.3 Does Emacs use -lm17n-flt? no #12 584.3 Does Emacs use -lotf? no #12 584.3 Does Emacs use -lxft? no #12 584.3 Does Emacs use -lsystemd? no #12 584.3 Does Emacs use -ljansson? no #12 584.3 Does Emacs use -ltree-sitter? no #12 584.3 Does Emacs use the GMP library? yes #12 584.3 Does Emacs directly use zlib? no #12 584.3 Does Emacs have dynamic modules support? yes #12 584.3 Does Emacs use toolkit scroll bars? no #12 584.3 Does Emacs support Xwidgets? no #12 584.3 Does Emacs have threading support in lisp? yes #12 584.3 Does Emacs support the portable dumper? yes #12 584.3 Does Emacs support legacy unexec dumping? no #12 584.3 Which dumping strategy does Emacs use? pdumper #12 584.3 Does Emacs have native lisp compiler? no #12 584.3 Does Emacs use version 2 of the X Input Extension? no #12 584.3 Does Emacs generate a smaller-size Japanese dictionary? no #12 584.3 #12 584.3 #12 585.6 configure: creating ./config.status #12 586.2 configure: WARNING: This configuration installs a 'movemail' program #12 586.2 that does not retrieve POP3 email. By default, Emacs 25 and earlier #12 586.2 installed a 'movemail' program that retrieved POP3 email via only #12 586.2 insecure channels, a practice that is no longer recommended but that #12 586.2 you can continue to support by using './configure --with-pop'. #12 586.2 configure: You might want to install GNU Mailutils #12 586.2 and use './configure --with-mailutils'. #12 587.8 MAKE='make' ./config.status #12 588.2 config.status: creating src/verbose.mk #12 588.4 config.status: creating src/emacs-module.h #12 588.6 config.status: creating Makefile #12 588.9 config.status: creating lib/gnulib.mk #12 589.2 config.status: creating ./doc/man/emacs.1 #12 589.4 config.status: creating lib/Makefile #12 589.8 config.status: creating lib-src/Makefile #12 590.1 config.status: creating oldXMenu/Makefile #12 590.3 config.status: creating src/Makefile #12 590.6 config.status: creating lwlib/Makefile #12 591.0 config.status: creating nextstep/Makefile #12 591.2 config.status: creating nt/Makefile #12 591.4 config.status: creating doc/emacs/Makefile #12 591.6 config.status: creating doc/misc/Makefile #12 591.8 config.status: creating doc/lispintro/Makefile #12 592.0 config.status: creating doc/lispref/Makefile #12 592.2 config.status: creating lisp/Makefile #12 592.4 config.status: creating leim/Makefile #12 592.7 config.status: creating test/Makefile #12 592.9 config.status: creating test/manual/noverlay/Makefile #12 593.1 config.status: creating test/infra/Makefile #12 593.3 config.status: creating admin/charsets/Makefile #12 593.5 config.status: creating admin/unidata/Makefile #12 593.7 config.status: creating admin/grammars/Makefile #12 593.9 config.status: creating java/Makefile #12 594.2 config.status: creating cross/Makefile #12 594.4 config.status: creating java/AndroidManifest.xml #12 594.7 config.status: creating src/config.h #12 595.0 config.status: executing src/epaths.h commands #12 595.0 make[3]: Entering directory '/checkout' #12 595.2 make[3]: Leaving directory '/checkout' #12 595.2 config.status: executing src/.gdbinit commands #12 595.3 config.status: executing doc/emacs/emacsver.texi commands #12 595.4 config.status: executing etc-refcards-emacsver.tex commands #12 595.4 make[3]: Entering directory '/checkout' #12 595.5 make[3]: Leaving directory '/checkout' #12 595.6 make[2]: Leaving directory '/checkout' #12 595.6 make actual-all #12 595.6 make[2]: Entering directory '/checkout' #12 595.9 make -C lib all #12 596.3 make[3]: Entering directory '/checkout/lib' #12 596.3 GEN alloca.h #12 596.3 GEN dirent.h #12 596.4 GEN fcntl.h #12 596.5 GEN malloc/dynarray.gl.h #12 596.6 GEN malloc/dynarray-skeleton.gl.h #12 596.7 GEN inttypes.h #12 596.8 GEN limits.h #12 596.9 GEN signal.h #12 596.9 GEN stdckdint.h #12 597.0 GEN stddef.h #12 597.1 GEN stdio.h #12 597.5 GEN stdlib.h #12 598.0 GEN string.h #12 598.2 GEN sys/random.h #12 598.3 GEN sys/select.h #12 598.3 GEN sys/stat.h #12 598.5 GEN sys/time.h #12 598.5 GEN sys/types.h #12 598.6 GEN time.h #12 598.8 GEN unistd.h #12 599.5 CC fingerprint.o #12 599.7 CC mktime.o #12 600.9 CC acl-errno-valid.o #12 601.2 CC acl-internal.o #12 601.7 CC get-permissions.o #12 602.3 CC set-permissions.o #12 602.9 CC allocator.o #12 603.4 CC binary-io.o #12 604.1 CC c-ctype.o #12 604.7 CC c-strcasecmp.o #12 605.2 CC c-strncasecmp.o #12 605.8 CC careadlinkat.o #12 606.4 CC close-stream.o #12 606.9 CC copy-file-range.o #12 607.3 CC count-leading-zeros.o #12 607.6 CC count-one-bits.o #12 608.0 CC count-trailing-zeros.o #12 608.7 CC md5-stream.o #12 609.2 CC md5.o #12 611.1 CC sha1.o #12 613.8 CC sha256.o #12 619.7 CC sha512.o #12 627.0 CC dtoastr.o #12 627.5 CC dtotimespec.o #12 627.9 CC fchmodat.o #12 628.6 CC fcntl.o #12 629.2 CC file-has-acl.o #12 630.2 CC filemode.o #12 630.8 CC filevercmp.o #12 631.7 CC free.o #12 632.3 CC fsusage.o #12 632.8 CC gettime.o #12 633.4 CC malloc/dynarray_at_failure.o #12 634.1 CC malloc/dynarray_emplace_enlarge.o #12 634.7 CC malloc/dynarray_finalize.o #12 635.5 CC malloc/dynarray_resize.o #12 636.1 CC malloc/dynarray_resize_clear.o #12 636.4 CC memset_explicit.o #12 636.6 CC nanosleep.o #12 637.1 CC nproc.o #12 637.8 CC nstrftime.o #12 642.0 CC pipe2.o #12 642.6 CC qcopy-acl.o #12 643.2 CC regex.o #12 668.6 CC sig2str.o #12 669.3 CC sigdescr_np.o #12 669.7 CC stat-time.o #12 670.3 CC tempname.o #12 671.3 CC time_rz.o #12 672.5 CC timegm.o #12 672.8 CC timespec.o #12 673.1 CC timespec-add.o #12 673.5 CC timespec-sub.o #12 673.9 CC u64.o #12 674.1 CC unistd.o #12 674.5 CC openat-die.o #12 674.9 CC save-cwd.o #12 675.4 AR libgnu.a #12 676.1 make[3]: Leaving directory '/checkout/lib' #12 676.1 make -C lib-src all #12 676.1 make[3]: Entering directory '/checkout/lib-src' #12 676.1 CCLD etags #12 699.0 CCLD ctags #12 721.5 CCLD emacsclient #12 725.6 CCLD ebrowse #12 734.4 CCLD hexl #12 735.5 CC pop.o #12 735.7 CCLD movemail #12 736.9 CCLD make-docfile #12 742.7 CCLD make-fingerprint #12 743.7 make[3]: Leaving directory '/checkout/lib-src' #12 743.7 make -C src BIN_DESTDIR=''/usr/local/bin/'' \ #12 743.7 ELN_DESTDIR='/usr/local/lib/emacs/30.0.50/' all #12 744.5 make[3]: Entering directory '/checkout/src' #12 744.5 GEN globals.h #12 745.2 CC dispnew.o #12 763.0 CC frame.o #12 777.0 CC scroll.o #12 779.7 CC xdisp.o #12 892.5 CC menu.o #12 896.9 CC window.o #12 931.6 CC charset.o #12 945.8 CC coding.o #12 1013. CC category.o #12 1016. CC ccl.o #12 1028. CC character.o #12 1036. CC chartab.o #12 1046. CC bidi.o #12 1056. CC cm.o #12 1058. CC term.o #12 1076. CC terminal.o #12 1079. CC xfaces.o #12 1111. CC dbusbind.o #12 1127. CC emacs.o #12 1136. CC keyboard.o #12 1193. CC macros.o #12 1195. CC keymap.o #12 1214. CC sysdep.o #12 1226. CC bignum.o #12 1229. CC buffer.o #12 1249. CC filelock.o #12 1253. CC insdel.o #12 1260. CC marker.o #12 1263. CC minibuf.o #12 1275. CC fileio.o #12 1300. CC dired.o #12 1305. CC cmds.o #12 1309. CC casetab.o #12 1312. CC casefiddle.o #12 1316. CC indent.o #12 1328. CC search.o #12 1344. CC regex-emacs.o #12 1376. CC undo.o #12 1378. CC alloc.o #12 1394. CC pdumper.o #12 1409. CC data.o #12 1427. GEN buildobj.h #12 1428. CC doc.o #12 1433. CC editfns.o #12 1456. CC callint.o #12 1462. CC eval.o #12 1482. CC floatfns.o #12 1488. CC fns.o #12 1520. CC sort.o #12 1524. CC font.o #12 1548. CC print.o #12 1561. CC lread.o #12 1584. CC emacs-module.o #12 1594. CC syntax.o #12 1616. CC bytecode.o #12 1629. CC comp.o #12 1630. CC dynlib.o #12 1631. CC process.o #12 1660. CC gnutls.o #12 1669. CC callproc.o #12 1675. CC region-cache.o #12 1677. CC sound.o #12 1679. CC timefns.o #12 1687. CC atimer.o #12 1689. CC doprnt.o #12 1691. CC intervals.o #12 1705. CC textprop.o #12 1716. CC composite.o #12 1730. CC xml.o #12 1732. CC lcms.o #12 1732. CC inotify.o #12 1736. CC profiler.o #12 1739. CC decompress.o #12 1739. CC thread.o #12 1742. CC systhread.o #12 1745. CC sqlite.o #12 1747. CC treesit.o #12 1748. CC itree.o #12 1752. CC terminfo.o #12 1753. CC lastfile.o #12 1754. make -C ../admin/charsets all #12 1754. make[4]: Entering directory '/checkout/admin/charsets' #12 1754. GEN ../../etc/charsets/8859-2.map #12 1755. GEN ../../etc/charsets/8859-3.map #12 1755. GEN ../../etc/charsets/8859-4.map #12 1755. GEN ../../etc/charsets/8859-5.map #12 1755. GEN ../../etc/charsets/8859-6.map #12 1755. GEN ../../etc/charsets/8859-7.map #12 1755. GEN ../../etc/charsets/8859-8.map #12 1755. GEN ../../etc/charsets/8859-9.map #12 1755. GEN ../../etc/charsets/8859-10.map #12 1756. GEN ../../etc/charsets/8859-11.map #12 1756. GEN ../../etc/charsets/8859-13.map #12 1756. GEN ../../etc/charsets/8859-14.map #12 1756. GEN ../../etc/charsets/8859-15.map #12 1756. GEN ../../etc/charsets/8859-16.map #12 1756. GEN ../../etc/charsets/IBM037.map #12 1756. GEN ../../etc/charsets/IBM038.map #12 1756. GEN ../../etc/charsets/IBM256.map #12 1756. GEN ../../etc/charsets/IBM273.map #12 1757. GEN ../../etc/charsets/IBM274.map #12 1757. GEN ../../etc/charsets/IBM275.map #12 1757. GEN ../../etc/charsets/IBM277.map #12 1757. GEN ../../etc/charsets/IBM278.map #12 1757. GEN ../../etc/charsets/IBM280.map #12 1757. GEN ../../etc/charsets/IBM281.map #12 1757. GEN ../../etc/charsets/IBM284.map #12 1757. GEN ../../etc/charsets/IBM285.map #12 1757. GEN ../../etc/charsets/IBM290.map #12 1758. GEN ../../etc/charsets/IBM297.map #12 1758. GEN ../../etc/charsets/IBM420.map #12 1758. GEN ../../etc/charsets/IBM423.map #12 1758. GEN ../../etc/charsets/IBM424.map #12 1758. GEN ../../etc/charsets/IBM437.map #12 1758. GEN ../../etc/charsets/IBM500.map #12 1758. GEN ../../etc/charsets/IBM850.map #12 1758. GEN ../../etc/charsets/IBM851.map #12 1759. GEN ../../etc/charsets/IBM852.map #12 1759. GEN ../../etc/charsets/IBM855.map #12 1759. GEN ../../etc/charsets/IBM856.map #12 1759. GEN ../../etc/charsets/IBM857.map #12 1759. GEN ../../etc/charsets/IBM860.map #12 1759. GEN ../../etc/charsets/IBM861.map #12 1760. GEN ../../etc/charsets/IBM862.map #12 1760. GEN ../../etc/charsets/IBM863.map #12 1760. GEN ../../etc/charsets/IBM864.map #12 1760. GEN ../../etc/charsets/IBM865.map #12 1760. GEN ../../etc/charsets/IBM866.map #12 1760. GEN ../../etc/charsets/IBM868.map #12 1760. GEN ../../etc/charsets/IBM869.map #12 1761. GEN ../../etc/charsets/IBM870.map #12 1761. GEN ../../etc/charsets/IBM871.map #12 1761. GEN ../../etc/charsets/IBM874.map #12 1761. GEN ../../etc/charsets/IBM875.map #12 1761. GEN ../../etc/charsets/IBM880.map #12 1761. GEN ../../etc/charsets/IBM891.map #12 1761. GEN ../../etc/charsets/IBM903.map #12 1761. GEN ../../etc/charsets/IBM904.map #12 1761. GEN ../../etc/charsets/IBM905.map #12 1762. GEN ../../etc/charsets/IBM918.map #12 1762. GEN ../../etc/charsets/IBM1004.map #12 1762. GEN ../../etc/charsets/IBM1026.map #12 1762. GEN ../../etc/charsets/IBM1047.map #12 1762. GEN ../../etc/charsets/CP737.map #12 1762. GEN ../../etc/charsets/CP775.map #12 1762. GEN ../../etc/charsets/CP1125.map #12 1762. GEN ../../etc/charsets/CP1250.map #12 1762. GEN ../../etc/charsets/CP1251.map #12 1763. GEN ../../etc/charsets/CP1252.map #12 1763. GEN ../../etc/charsets/CP1253.map #12 1763. GEN ../../etc/charsets/CP1254.map #12 1763. GEN ../../etc/charsets/CP1255.map #12 1763. GEN ../../etc/charsets/CP1256.map #12 1763. GEN ../../etc/charsets/CP1257.map #12 1764. GEN ../../etc/charsets/CP1258.map #12 1764. GEN ../../etc/charsets/CP10007.map #12 1764. GEN ../../etc/charsets/CP720.map #12 1764. GEN ../../etc/charsets/CP858.map #12 1764. GEN ../../etc/charsets/GB2312.map #12 1765. GEN ../../etc/charsets/GBK.map #12 1767. GEN ../../etc/charsets/GB180302.map #12 1770. GEN ../../etc/charsets/GB180304.map #12 1771. GEN ../../etc/charsets/BIG5.map #12 1772. GEN ../../etc/charsets/BIG5-HKSCS.map #12 1774. GEN ../../etc/charsets/CNS-1.map #12 1775. GEN ../../etc/charsets/CNS-2.map #12 1776. GEN ../../etc/charsets/CNS-3.map #12 1776. GEN ../../etc/charsets/CNS-4.map #12 1777. GEN ../../etc/charsets/CNS-5.map #12 1778. GEN ../../etc/charsets/CNS-6.map #12 1778. GEN ../../etc/charsets/CNS-7.map #12 1779. GEN ../../etc/charsets/CNS-F.map #12 1779. GEN ../../etc/charsets/JISX0201.map #12 1780. GEN ../../etc/charsets/JISX0208.map #12 1780. GEN ../../etc/charsets/JISX0212.map #12 1781. GEN ../../etc/charsets/JISX2131.map #12 1782. GEN ../../etc/charsets/JISX2132.map #12 1782. GEN ../../etc/charsets/JISC6226.map #12 1783. GEN ../../etc/charsets/CP932-2BYTE.map #12 1784. GEN ../../etc/charsets/JISX213A.map #12 1784. GEN ../../etc/charsets/KSC5601.map #12 1785. GEN ../../etc/charsets/KSC5636.map #12 1785. GEN ../../etc/charsets/JOHAB.map #12 1786. GEN ../../etc/charsets/KOI-8.map #12 1787. GEN ../../etc/charsets/KOI8-R.map #12 1787. GEN ../../etc/charsets/KOI8-U.map #12 1787. GEN ../../etc/charsets/KOI8-T.map #12 1787. GEN ../../etc/charsets/ALTERNATIVNYJ.map #12 1787. GEN ../../etc/charsets/MIK.map #12 1787. GEN ../../etc/charsets/PTCP154.map #12 1787. GEN ../../etc/charsets/TIS-620.map #12 1787. GEN ../../etc/charsets/VISCII.map #12 1788. GEN ../../etc/charsets/VSCII.map #12 1788. GEN ../../etc/charsets/VSCII-2.map #12 1788. GEN ../../etc/charsets/KA-PS.map #12 1788. GEN ../../etc/charsets/KA-ACADEMY.map #12 1788. GEN ../../etc/charsets/HP-ROMAN8.map #12 1788. GEN ../../etc/charsets/NEXTSTEP.map #12 1788. GEN ../../etc/charsets/MACINTOSH.map #12 1789. GEN ../../etc/charsets/EBCDICUK.map #12 1789. GEN ../../etc/charsets/EBCDICUS.map #12 1789. GEN ../../etc/charsets/stdenc.map #12 1789. GEN ../../etc/charsets/symbol.map #12 1789. GEN ../../etc/charsets/CP949-2BYTE.map #12 1791. GEN ../../etc/charsets/BIG5-1.map #12 1791. GEN ../../etc/charsets/BIG5-2.map #12 1791. GEN ../../etc/charsets/MULE-ethiopic.map #12 1791. GEN ../../etc/charsets/MULE-ipa.map #12 1791. GEN ../../etc/charsets/MULE-is13194.map #12 1791. GEN ../../etc/charsets/MULE-sisheng.map #12 1791. GEN ../../etc/charsets/MULE-tibetan.map #12 1792. GEN ../../etc/charsets/MULE-lviscii.map #12 1792. GEN ../../etc/charsets/MULE-uviscii.map #12 1792. GEN ../../lisp/international/cp51932.el #12 1792. GEN ../../lisp/international/eucjp-ms.el #12 1792. GEN charsets.stamp #12 1792. make[4]: Leaving directory '/checkout/admin/charsets' #12 1792. make -C ../admin/unidata charscript.el #12 1792. make[4]: Entering directory '/checkout/admin/unidata' #12 1792. GEN ../../lisp/international/charscript.el #12 1792. make[4]: Leaving directory '/checkout/admin/unidata' #12 1792. make -C ../admin/unidata emoji-zwj.el #12 1792. make[4]: Entering directory '/checkout/admin/unidata' #12 1792. GEN ../../lisp/international/emoji-zwj.el #12 1792. make[4]: Leaving directory '/checkout/admin/unidata' #12 1792. CCLD temacs #12 1802. /bin/mkdir -p ../etc #12 1802. GEN ../etc/DOC #12 1803. make -C ../lisp update-subdirs #12 1803. make[4]: Entering directory '/checkout/lisp' #12 1803. make[4]: Leaving directory '/checkout/lisp' #12 1803. cp -f temacs bootstrap-emacs #12 1803. rm -f bootstrap-emacs.pdmp #12 1803. ./temacs --batch -l loadup --temacs=pbootstrap \ #12 1803. --bin-dest /usr/local/bin/ --eln-dest /usr/local/lib/emacs/30.0.50/ #12 1803. Loading loadup.el (source)... #12 1803. Dump mode: pbootstrap #12 1803. Using load-path (/checkout/lisp /checkout/lisp/emacs-lisp /checkout/lisp/progmodes /checkout/lisp/language /checkout/lisp/international /checkout/lisp/textmodes /checkout/lisp/vc) #12 1803. Loading emacs-lisp/debug-early (source)... #12 1803. Loading emacs-lisp/byte-run (source)... #12 1803. Loading emacs-lisp/backquote (source)... #12 1803. Loading subr (source)... #12 1803. Loading keymap (source)... #12 1804. Loading version (source)... #12 1804. Loading widget (source)... #12 1804. Loading custom (source)... #12 1804. Loading emacs-lisp/map-ynp (source)... #12 1804. Loading international/mule (source)... #12 1804. Loading international/mule-conf (source)... #12 1804. Loading env (source)... #12 1804. Loading format (source)... #12 1804. Loading bindings (source)... #12 1805. Loading window (source)... #12 1805. Loading /checkout/lisp/files.el (source)... #12 1815. Loading /checkout/lisp/emacs-lisp/macroexp.el (source)... #12 1818. Loading /checkout/lisp/emacs-lisp/pcase.el (source)... #12 1818. Loading /checkout/lisp/emacs-lisp/macroexp.el (source)... #12 1821. Loading /checkout/lisp/cus-face.el (source)... #12 1821. Loading /checkout/lisp/faces.el (source)... #12 1821. Loading /checkout/lisp/ldefs-boot.el (source)... #12 1831. Loading /checkout/lisp/button.el (source)... #12 1831. Loading /checkout/lisp/emacs-lisp/cl-preloaded.el (source)... #12 1841. Loading /checkout/lisp/emacs-lisp/oclosure.el (source)... #12 1842. Loading /checkout/lisp/obarray.el (source)... #12 1843. Loading /checkout/lisp/abbrev.el (source)... #12 1844. Loading /checkout/lisp/help.el (source)... #12 1846. Loading /checkout/lisp/jka-cmpr-hook.el (source)... #12 1846. Loading /checkout/lisp/epa-hook.el (source)... #12 1847. Loading /checkout/lisp/international/mule-cmds.el (source)... #12 1848. Loading /checkout/lisp/case-table.el (source)... #12 1848. Loading /checkout/lisp/international/characters.el (source)... #12 1849. Loading /checkout/lisp/international/charscript.el (source)... #12 1849. Loading /checkout/lisp/international/emoji-zwj.el (source)... #12 1851. Loading /checkout/lisp/composite.el (source)... #12 1851. Loading /checkout/lisp/language/chinese.el (source)... #12 1851. Loading /checkout/lisp/language/cyrillic.el (source)... #12 1852. Loading /checkout/lisp/language/indian.el (source)... #12 1852. Loading /checkout/lisp/language/sinhala.el (source)... #12 1852. Loading /checkout/lisp/language/english.el (source)... #12 1852. Loading /checkout/lisp/language/ethiopic.el (source)... #12 1853. Loading /checkout/lisp/language/european.el (source)... #12 1853. Loading /checkout/lisp/language/czech.el (source)... #12 1853. Loading /checkout/lisp/language/slovak.el (source)... #12 1854. Loading /checkout/lisp/language/romanian.el (source)... #12 1854. Loading /checkout/lisp/language/greek.el (source)... #12 1854. Loading /checkout/lisp/language/hebrew.el (source)... #12 1854. Loading /checkout/lisp/international/cp51932.el (source)... #12 1854. Loading /checkout/lisp/international/eucjp-ms.el (source)... #12 1855. Loading /checkout/lisp/language/japanese.el (source)... #12 1856. Loading /checkout/lisp/language/korean.el (source)... #12 1856. Loading /checkout/lisp/language/lao.el (source)... #12 1856. Loading /checkout/lisp/language/tai-viet.el (source)... #12 1856. Loading /checkout/lisp/language/thai.el (source)... #12 1856. Loading /checkout/lisp/language/tibetan.el (source)... #12 1856. Loading /checkout/lisp/language/vietnamese.el (source)... #12 1856. Loading /checkout/lisp/language/misc-lang.el (source)... #12 1857. Loading /checkout/lisp/language/utf-8-lang.el (source)... #12 1857. Loading /checkout/lisp/language/georgian.el (source)... #12 1857. Loading /checkout/lisp/language/khmer.el (source)... #12 1857. Loading /checkout/lisp/language/burmese.el (source)... #12 1857. Loading /checkout/lisp/language/cham.el (source)... #12 1857. Loading /checkout/lisp/language/philippine.el (source)... #12 1857. Loading /checkout/lisp/language/indonesian.el (source)... #12 1858. Loading /checkout/lisp/indent.el (source)... #12 1858. Loading /checkout/lisp/emacs-lisp/cl-generic.el (source)... #12 1861. Loading /checkout/lisp/simple.el (source)... #12 1868. Loading /checkout/lisp/emacs-lisp/seq.el (source)... #12 1871. Loading /checkout/lisp/emacs-lisp/nadvice.el (source)... #12 1871. Loading /checkout/lisp/minibuffer.el (source)... #12 1875. Loading /checkout/lisp/frame.el (source)... #12 1877. Loading /checkout/lisp/startup.el (source)... #12 1878. Loading /checkout/lisp/term/tty-colors.el (source)... #12 1879. Loading /checkout/lisp/font-core.el (source)... #12 1879. Loading /checkout/lisp/emacs-lisp/syntax.el (source)... #12 1880. Loading /checkout/lisp/font-lock.el (source)... #12 1881. Loading /checkout/lisp/jit-lock.el (source)... #12 1882. Loading /checkout/lisp/mouse.el (source)... #12 1884. Loading /checkout/lisp/select.el (source)... #12 1885. Loading /checkout/lisp/emacs-lisp/timer.el (source)... #12 1886. Loading /checkout/lisp/emacs-lisp/easymenu.el (source)... #12 1886. Loading /checkout/lisp/isearch.el (source)... #12 1889. Loading /checkout/lisp/rfn-eshadow.el (source)... #12 1889. Loading /checkout/lisp/menu-bar.el (source)... #12 1893. Loading /checkout/lisp/tab-bar.el (source)... #12 1896. Loading /checkout/lisp/emacs-lisp/lisp.el (source)... #12 1896. Loading /checkout/lisp/textmodes/page.el (source)... #12 1897. Loading /checkout/lisp/register.el (source)... #12 1898. Loading /checkout/lisp/textmodes/paragraphs.el (source)... #12 1898. Loading /checkout/lisp/progmodes/prog-mode.el (source)... #12 1902. Loading /checkout/lisp/emacs-lisp/lisp-mode.el (source)... #12 1903. Loading /checkout/lisp/textmodes/text-mode.el (source)... #12 1904. Loading /checkout/lisp/textmodes/fill.el (source)... #12 1904. Loading /checkout/lisp/newcomment.el (source)... #12 1905. Loading /checkout/lisp/replace.el (source)... #12 1908. Loading /checkout/lisp/emacs-lisp/tabulated-list.el (source)... #12 1909. Loading /checkout/lisp/buff-menu.el (source)... #12 1910. Loading /checkout/lisp/touch-screen.el (source)... #12 1911. Loading /checkout/lisp/progmodes/elisp-mode.el (source)... #12 1928. Loading /checkout/lisp/emacs-lisp/float-sup.el (source)... #12 1929. Loading /checkout/lisp/vc/vc-hooks.el (source)... #12 1929. Loading /checkout/lisp/vc/ediff-hook.el (source)... #12 1930. Loading /checkout/lisp/uniquify.el (source)... #12 1930. Loading /checkout/lisp/electric.el (source)... #12 1931. Loading /checkout/lisp/paren.el (source)... #12 1932. Loading /checkout/lisp/emacs-lisp/shorthands.el (source)... #12 1932. Loading /checkout/lisp/emacs-lisp/eldoc.el (source)... #12 1934. Loading /checkout/lisp/emacs-lisp/cconv.el (source)... #12 1943. Loading /checkout/lisp/cus-start.el (source)... #12 1944. Loading /checkout/lisp/tooltip.el (source)... #12 1944. Loading /checkout/lisp/international/iso-transl.el (source)... #12 1944. Loading /checkout/lisp/emacs-lisp/rmc.el (source)... #12 1945. Finding pointers to doc strings... #12 1945. Finding pointers to doc strings...done #12 1945. Dumping under the name bootstrap-emacs.pdmp #12 1946. Dumping fingerprint: 6e1a34632e6e485fbdd0938606ad2089910c196286ec6b28a76e230be40b21db #12 1965. Dump complete #12 1965. Byte counts: header=100 hot=15503028 discardable=137496 cold=10884488 #12 1965. Reloc counts: hot=1080658 discardable=4929 #12 1965. ANCIENT=yes make -C ../lisp compile-first EMACS="../src/bootstrap-emacs" #12 1965. make[4]: Entering directory '/checkout/lisp' #12 1965. ELC emacs-lisp/macroexp.elc #12 1983. ELC emacs-lisp/cconv.elc #12 2005. ELC emacs-lisp/byte-opt.elc #12 2031. ELC emacs-lisp/bytecomp.elc #12 2061. ELC emacs-lisp/loaddefs-gen.elc #12 2066. #12 2066. In toplevel form: #12 2066. emacs-lisp/loaddefs-gen.el:42:2: Error: Eager macro-expansion failure: (void-variable name) #12 2066. make[4]: Leaving directory '/checkout/lisp' #12 2066. make[3]: Leaving directory '/checkout/src' #12 2066. make[2]: Leaving directory '/checkout' #12 2066. make[4]: *** [Makefile:333: emacs-lisp/loaddefs-gen.elc] Error 1 #12 2066. make[3]: *** [Makefile:1015: bootstrap-emacs.pdmp] Error 2 #12 2066. make[2]: *** [Makefile:554: src] Error 2 #12 2066. make[1]: *** [Makefile:1285: actual-bootstrap] Error 2 #12 2066. make[1]: Leaving directory '/checkout' #12 2066. make[1]: Entering directory '/checkout' #12 2067. *** #12 2067. *** "make bootstrap" failed with exit status 2. #12 2067. *** #12 2067. *** You could try to: #12 2067. *** - run "make extraclean" and run "make" again (or, equivalently, run #12 2067. *** "make bootstrap configure=default"), to rebuild Emacs with the #12 2067. *** default configuration options, which might fix the problem #12 2067. *** - run "git clean -fdx" and run "make bootstrap" again, which might #12 2067. *** fix the problem if "make bootstrap configure=default" did not #12 2067. *** !BEWARE! "git clean -fdx" deletes all files that are not under #12 2067. *** !BEWARE! version control, which means that all changes to such #12 2067. *** !BEWARE! files will be lost and cannot be restored later #12 2067. *** - run "make V=1", which displays the full commands invoked by make, #12 2067. *** to further investigate the problem #12 2067. *** - report the problem and ask for help by sending an email to #12 2067. *** bug-gnu-emacs@gnu.org, mentioning at least the build error #12 2067. *** message, the platform, and the repository revision displayed by #12 2067. *** "git rev-parse HEAD" #12 2067. *** #12 2067. make[1]: *** [Makefile:418: advice-on-failure] Error 2 #12 2067. make[1]: Leaving directory '/checkout' #12 2067. make: *** [Makefile:1268: bootstrap] Error 2 #12 ERROR: executor failed running [/bin/sh -c make bootstrap]: exit code: 2 ------ > [emacs-inotify 6/6] RUN make bootstrap: ------ executor failed running [/bin/sh -c make bootstrap]: exit code: 2 section_end:1691517335:step_script section_start:1691517335:after_script Running after_script Running after script... $ test -n "$(docker ps -aq -f name=${test_name})" && docker cp ${test_name}:checkout/test ${test_name} $ test -n "$(docker ps -aq -f name=${test_name})" && docker rm ${test_name} $ find ${test_name} ! \( -name "*.log" -o -name ${EMACS_TEST_JUNIT_REPORT} \) -type f -delete find: build-image-inotify-b8c05636: No such file or directory section_end:1691517346:after_script section_start:1691517346:cleanup_file_variables Cleaning up project directory and file based variables section_end:1691517382:cleanup_file_variables ERROR: Job failed: exit code 1