Running with gitlab-runner 12.0.2 (d0b76032)  on emba-docker-runner 2oEDrUT7 section_start:1703808208:prepare_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 ... section_end:1703808209:prepare_executor section_start:1703808209:prepare_script Running on runner-2oEDrUT7-project-1-concurrent-0 via emba.gnu.org... section_end:1703808212:prepare_script section_start:1703808212:get_sources $ 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/ From https://emba.gnu.org/emacs/emacs * [new ref] 714942b1c3767ee6c70a5644d6a4460dedbe4422 -> refs/pipelines/27657 Checking out 714942b1 as master... 24e7105..714942b master -> origin/master Skipping Git submodules setup section_end:1703808235:get_sources section_start:1703808235:restore_cache section_end:1703808239:restore_cache section_start:1703808239:download_artifacts section_end:1703808243:download_artifacts section_start:1703808243:build_script $ docker info Client: Debug Mode: false Server: Containers: 25 Running: 5 Paused: 0 Stopped: 20 Images: 6 Server Version: 20.10.21 Storage Driver: overlay2 Backing Filesystem: xfs Supports d_type: true Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc Default Runtime: runc Init Binary: docker-init containerd version: runc version: init version: Security Options: apparmor seccomp Profile: default Kernel Version: 4.15.0-213-generic Operating System: Trisquel GNU/Linux Etiona (9.0.2) OSType: linux Architecture: x86_64 CPUs: 2 Total Memory: 7.789GiB Name: emba.gnu.org ID: X47L:JFLM:IP7X:AN3A:6FS4:N5DF:SGWZ:KSYJ:GQ2L:ZEKB:GUXD:3IZT Docker Root Dir: /var/lib/docker Debug Mode: false HTTP Proxy: http://serverproxy0p.fsf.org:8118/ HTTPS Proxy: http://serverproxy0p.fsf.org:8118/ No Proxy: localhost,127.0.0.1,eggs.gnu.org,emba.gnu.org/ Registry: https://index.docker.io/v1/ Labels: Experimental: false Insecure Registries: 127.0.0.0/8 Live Restore Enabled: false $ echo "docker registry is ${CI_REGISTRY}" docker registry is emba.gnu.org:5050 $ docker login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY} WARNING: No swap limit support WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /.docker-config-714942b1c3767ee6c70a5644d6a4460dedbe4422/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded $ docker build --pull --target ${target} -t ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} -f test/infra/Dockerfile.emba . #1 [internal] load build definition from Dockerfile.emba #1 transferring dockerfile: 6.46kB done #1 DONE 1.4s #2 [internal] load .dockerignore #2 transferring context: 2B done #2 DONE 1.2s #3 [internal] load metadata for docker.io/library/debian:bullseye #3 DONE 0.9s #4 [emacs-base 1/2] FROM docker.io/library/debian:bullseye@sha256:71f0e09d5... #4 DONE 0.0s #5 [emacs-base 2/2] RUN apt-get update && apt-get install -y --no-insta... #5 CACHED #7 [internal] load build context #7 transferring context: 16.48MB 2.7s #7 transferring context: 38.65MB 7.8s #7 transferring context: 71.28MB 12.8s #7 transferring context: 94.27MB 17.9s #7 transferring context: 104.83MB 22.9s #7 transferring context: 106.28MB 28.1s #7 transferring context: 119.79MB 33.1s #7 transferring context: 151.77MB 38.2s #7 transferring context: 165.62MB 43.2s #7 transferring context: 178.16MB 48.3s #7 transferring context: 190.78MB 53.5s #7 transferring context: 212.32MB 59.1s #7 transferring context: 226.05MB 65.6s #7 transferring context: 227.07MB 71.0s #7 transferring context: 240.78MB 76.3s #7 transferring context: 243.02MB 77.7s done #7 DONE 80.2s #6 [emacs-inotify 1/6] RUN apt-get update && apt-get install -y --no-in... #6 CACHED #8 [emacs-inotify 2/6] COPY . /checkout #8 DONE 62.0s #9 [emacs-inotify 3/6] WORKDIR /checkout #9 DONE 13.3s #10 [emacs-inotify 4/6] RUN ./autogen.sh autoconf #10 4.359 Checking whether you have the necessary tools... #10 4.359 (Read INSTALL.REPO for more details on building Emacs) #10 4.364 Checking for autoconf (need at least version 2.65) ... ok #10 4.587 Your system has the required tools. #10 4.618 Building aclocal.m4 ... #10 4.628 Running 'autoreconf -fi -I m4' ... #10 30.92 Building 'aclocal.m4' in exec ... #10 30.92 Running 'autoreconf -fi' in exec ... #10 37.13 You can now run './autogen.sh git'. #10 DONE 37.8s #11 [emacs-inotify 5/6] RUN ./configure #11 3.679 checking for xcrun... no #11 3.680 checking for GNU Make... make #11 3.718 checking build system type... x86_64-pc-linux-gnu #11 4.545 checking host system type... x86_64-pc-linux-gnu #11 4.591 checking for gcc... gcc #11 4.702 checking whether the C compiler works... yes #11 5.012 checking for C compiler default output file name... a.out #11 5.016 checking for suffix of executables... #11 5.152 checking whether we are cross compiling... no #11 6.545 checking for suffix of object files... o #11 6.656 checking whether we are using the GNU C compiler... yes #11 6.764 checking whether gcc accepts -g... yes #11 6.966 checking for gcc option to enable C11 features... none needed #11 9.169 checking whether the compiler is clang... no #11 9.297 checking for compiler option needed when checking for declarations... none #11 9.297 checking whether gcc and cc understand -c and -o together... yes #11 10.06 checking how to run the C preprocessor... gcc -E #11 10.97 checking for grep that handles long lines and -e... /bin/grep #11 10.98 checking for egrep... /bin/grep -E #11 10.99 checking for ANSI C header files... yes #11 11.77 checking for sys/types.h... yes #11 11.95 checking for sys/stat.h... yes #11 12.10 checking for stdlib.h... yes #11 12.23 checking for string.h... yes #11 12.36 checking for memory.h... yes #11 12.92 checking for strings.h... yes #11 13.06 checking for inttypes.h... yes #11 13.52 checking for stdint.h... yes #11 13.67 checking for unistd.h... yes #11 14.06 checking for wchar.h... yes #11 14.23 checking for minix/config.h... no #11 14.35 checking for linux/fs.h... yes #11 14.57 checking for malloc.h... yes #11 14.97 checking for sys/systeminfo.h... no #11 15.13 checking for sys/sysinfo.h... yes #11 15.28 checking for coff.h... no #11 15.40 checking for pty.h... yes #11 15.61 checking for sys/resource.h... yes #11 15.76 checking for sys/utsname.h... yes #11 15.90 checking for pwd.h... yes #11 16.13 checking for util.h... no #11 16.26 checking for sanitizer/lsan_interface.h... yes #11 16.42 checking for sanitizer/asan_interface.h... yes #11 16.59 checking for sanitizer/common_interface_defs.h... yes #11 16.74 checking for sys/socket.h... yes #11 17.94 checking for stdlib.h... (cached) yes #11 18.01 checking for unistd.h... (cached) yes #11 18.05 checking for sys/param.h... yes #11 18.44 checking for pthread.h... yes #11 18.67 checking for malloc/malloc.h... no #11 18.86 checking for sys/un.h... yes #11 19.07 checking for utmp.h... yes #11 19.50 checking for utmpx.h... yes #11 19.81 checking for OS.h... no #11 20.06 checking for dirent.h... yes #11 20.35 checking for execinfo.h... yes #11 20.58 checking for linux/xattr.h... yes #11 20.87 checking for stdio_ext.h... yes #11 21.20 checking for sys/vfs.h... yes #11 21.48 checking for sys/fs_types.h... no #11 21.74 checking for getopt.h... yes #11 22.05 checking for sys/cdefs.h... yes #11 22.35 checking for sys/time.h... yes #11 22.68 checking for ieee754.h... yes #11 22.94 checking for limits.h... yes #11 23.22 checking for inttypes.h... (cached) yes #11 23.29 checking for sys/types.h... (cached) yes #11 23.34 checking for stdint.h... (cached) yes #11 23.38 checking for sys/select.h... yes #11 23.72 checking for stdbool.h... yes #11 24.08 checking for stdckdint.h... no #11 24.30 checking for sys/random.h... yes #11 24.57 checking for sys/stat.h... (cached) yes #11 24.60 checking whether it is safe to define __EXTENSIONS__... yes #11 24.80 checking whether _XOPEN_SOURCE should be defined... no #11 24.91 checking for Minix Amsterdam compiler... no #11 24.99 checking for ar... ar #11 24.99 checking for ranlib... ranlib #11 25.00 checking for gcc option to enable large file support... none needed #11 25.27 checking for gcc option for timestamps after 2038... none needed #11 25.41 checking for g++... g++ #11 25.53 checking whether we are using the GNU C++ compiler... yes #11 26.08 checking whether g++ accepts -g... yes #11 26.20 checking for g++ option to enable C++11 features... none needed #11 58.43 checking how to run the C++ preprocessor... g++ -E #11 58.88 checking whether gcc accepts -g3 -O2... yes #11 59.19 checking whether the compiler is clang... no #11 59.37 checking whether C compiler handles -Werror -Wunknown-warning-option... no #11 59.50 checking whether -Wno-missing-field-initializers is needed... yes #11 60.11 checking whether -Wuninitialized is supported... yes #11 60.31 checking whether C compiler handles -fstrict-flex-arrays... no #11 60.40 checking whether C compiler handles -Wall... yes #11 60.86 checking whether C compiler handles -Warith-conversion... yes #11 61.29 checking whether C compiler handles -Wdate-time... yes #11 61.76 checking whether C compiler handles -Wdisabled-optimization... yes #11 62.10 checking whether C compiler handles -Wdouble-promotion... yes #11 62.45 checking whether C compiler handles -Wduplicated-cond... yes #11 62.71 checking whether C compiler handles -Wextra... yes #11 63.13 checking whether C compiler handles -Wformat-signedness... yes #11 63.39 checking whether C compiler handles -Winit-self... yes #11 63.70 checking whether C compiler handles -Winvalid-pch... yes #11 64.00 checking whether C compiler handles -Wlogical-op... yes #11 64.38 checking whether C compiler handles -Wmissing-declarations... yes #11 64.65 checking whether C compiler handles -Wmissing-include-dirs... yes #11 65.04 checking whether C compiler handles -Wmissing-prototypes... yes #11 65.59 checking whether C compiler handles -Wnested-externs... yes #11 66.13 checking whether C compiler handles -Wnull-dereference... yes #11 66.64 checking whether C compiler handles -Wold-style-definition... yes #11 66.83 checking whether C compiler handles -Wopenmp-simd... yes #11 66.98 checking whether C compiler handles -Wpacked... yes #11 67.17 checking whether C compiler handles -Wpointer-arith... yes #11 67.52 checking whether C compiler handles -Wstrict-flex-arrays... no #11 67.61 checking whether C compiler handles -Wstrict-prototypes... yes #11 68.04 checking whether C compiler handles -Wsuggest-attribute=format... yes #11 68.25 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #11 68.78 checking whether C compiler handles -Wsuggest-final-methods... yes #11 68.95 checking whether C compiler handles -Wsuggest-final-types... yes #11 69.47 checking whether C compiler handles -Wtrampolines... yes #11 69.63 checking whether C compiler handles -Wuninitialized... yes #11 69.84 checking whether C compiler handles -Wunknown-pragmas... yes #11 70.03 checking whether C compiler handles -Wunused-macros... yes #11 70.23 checking whether C compiler handles -Wvariadic-macros... yes #11 70.39 checking whether C compiler handles -Wvector-operation-performance... yes #11 70.55 checking whether C compiler handles -Wwrite-strings... yes #11 70.75 checking whether C compiler handles -Warray-bounds=2... yes #11 70.95 checking whether C compiler handles -Wattribute-alias=2... yes #11 71.16 checking whether C compiler handles -Wformat=2... yes #11 71.36 checking whether C compiler handles -Wformat-truncation=2... yes #11 71.54 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #11 71.70 checking whether C compiler handles -Wshift-overflow=2... yes #11 71.90 checking whether C compiler handles -Wuse-after-free=3... no #11 72.03 checking whether C compiler handles -Wvla-larger-than=4031... yes #11 72.33 checking whether C compiler handles -Wno-missing-field-initializers... yes #11 72.56 checking whether C compiler handles -Wredundant-decls... yes #11 72.69 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #11 72.69 checking whether C compiler handles -Wno-override-init... yes #11 72.86 checking whether C compiler handles -Wno-sign-compare... yes #11 73.02 checking whether C compiler handles -Wno-type-limits... yes #11 73.19 checking whether C compiler handles -Wno-unused-parameter... yes #11 73.35 checking whether C compiler handles -Wno-format-nonliteral... yes #11 73.54 checking whether C compiler handles -Wno-bidi-chars... no #11 73.61 checking for a BSD-compatible install... /usr/bin/install -c #11 73.66 checking command to symlink files in the same directory... ln -s #11 73.67 checking for install-info... : #11 73.67 checking for gzip... /bin/gzip #11 73.68 checking for 'find' args to delete a file... -delete #11 73.69 checking for brew... no #11 74.18 checking for -znocombreloc... not needed #11 74.18 checking whether addresses are sanitized... no #11 74.25 checking for math library... -lm #11 74.96 checking for struct passwd.pw_gecos... yes #11 75.05 checking for pkg-config... /usr/bin/pkg-config #11 75.05 checking pkg-config is at least version 0.9.0... yes #11 75.10 checking for machine/soundcard.h... no #11 75.17 checking for sys/soundcard.h... yes #11 75.37 checking for soundcard.h... no #11 75.47 checking for mmsystem.h... no #11 75.53 checking for _oss_ioctl in -lossaudio... no #11 75.63 checking for alsa >= 1.0.0... no #11 75.66 checking for ADDR_NO_RANDOMIZE... yes #11 75.77 checking if Linux sysinfo may be used... yes #11 76.11 checking for sys/wait.h that is POSIX.1 compatible... yes #11 76.38 checking for net/if.h... yes #11 76.66 checking for ifaddrs.h... yes #11 76.82 checking for net/if_dl.h... no #11 76.94 checking for struct ifreq.ifr_flags... yes #11 77.14 checking for struct ifreq.ifr_hwaddr... yes #11 77.48 checking for struct ifreq.ifr_netmask... yes #11 77.82 checking for struct ifreq.ifr_broadaddr... yes #11 78.14 checking for struct ifreq.ifr_addr... yes #11 78.43 checking for struct ifreq.ifr_addr.sa_len... no #11 78.70 checking whether gcc understands -MMD -MF... yes #11 78.80 checking for X... no #11 78.96 checking for X... false #11 78.96 checking whether malloc is Doug Lea style... no #11 79.08 checking for sbrk... yes #11 79.25 checking for __lsan_ignore_object... no #11 79.42 checking for fchmod... yes #11 79.61 checking for utmpname... yes #11 79.80 checking for utmpxname... yes #11 80.03 checking for canonicalize_file_name... yes #11 80.23 checking for realpath... yes #11 80.41 checking for lstat... yes #11 80.60 checking for fchmodat... yes #11 80.80 checking for lchmod... no #11 80.91 checking for fcntl... yes #11 81.09 checking for fdopendir... yes #11 81.28 checking for listxattr... yes #11 81.46 checking for fstatat... yes #11 81.63 checking for fsync... yes #11 81.82 checking for gettimeofday... yes #11 82.05 checking for memset_explicit... no #11 82.24 checking for memset_s... no #11 82.45 checking for pselect... yes #11 82.66 checking for readlink... yes #11 82.87 checking for isblank... yes #11 83.13 checking for iswctype... yes #11 83.49 checking for strtoimax... yes #11 83.84 checking for symlink... yes #11 84.12 checking for localtime_r... yes #11 84.33 checking for getdtablesize... yes #11 84.53 checking for getpagesize... yes #11 84.70 checking for working mmap... yes #11 85.04 checking for main in -lXbsd... no #11 85.18 checking for pthread library... -lpthread #11 85.61 checking for thread support... yes #11 85.61 checking for sqlite3_open_v2 in -lsqlite3... no #11 85.74 checking for getaddrinfo_a in -lanl... yes #11 85.92 checking for malloc_trim... yes #11 86.10 checking for dbus-1 >= 1.0... yes #11 86.15 checking for dbus_watch_get_unix_fd... yes #11 86.40 checking for dbus_type_is_valid... yes #11 86.63 checking for dbus_validate_bus_name... yes #11 86.86 checking for dbus_validate_path... yes #11 87.10 checking for dbus_validate_interface... yes #11 87.35 checking for dbus_validate_member... yes #11 87.77 checking for lgetfilecon in -lselinux... no #11 88.00 checking for gnutls >= 2.12.2... yes #11 88.07 checking for libsystemd >= 222... no #11 88.09 checking for jansson >= 2.7... no #11 88.13 checking for tree-sitter >= 0.20.2... no #11 88.15 checking for tree-sitter >= 0.6.3... no #11 88.17 checking sys/inotify.h usability... yes #11 88.30 checking sys/inotify.h presence... yes #11 88.33 checking for sys/inotify.h... yes #11 88.33 checking for inotify_init1... yes #11 88.58 checking for lcms2... no #11 88.61 checking for library containing inflateEnd... no #11 88.91 checking for dladdr... yes #11 89.14 checking for dlfunc... no #11 89.32 checking for gcc_jit_context_acquire in -lgccjit... configure: WARNING: Elisp native compiler can't be enabled as libgccjit was not #11 89.45 found. #11 89.45 Please try installing libgccjit or a similar package if you want to have it #11 89.45 enabled. #11 89.45 no #11 89.45 checking libgccjit.h usability... no #11 89.55 checking libgccjit.h presence... configure: WARNING: Elisp native compiler can't be enabled as libgccjit header files #11 89.62 were not found. #11 89.62 Please try installing libgccjit-dev or a similar package if you want to have it #11 89.62 enabled. #11 89.62 no #11 89.62 checking for libgccjit.h... no #11 89.64 checking gpm.h usability... no #11 89.75 checking gpm.h presence... no #11 89.83 checking for gpm.h... no #11 89.83 checking for libxml-2.0 > 2.6.17... no #11 89.86 checking for maillock in -lmail... no #11 89.99 checking for maillock in -llockfile... no #11 90.11 checking for liblockfile.so... no #11 90.11 checking maillock.h usability... no #11 90.22 checking maillock.h presence... no #11 90.28 checking for maillock.h... no #11 90.30 checking linux/seccomp.h usability... yes #11 90.45 checking linux/seccomp.h presence... yes #11 90.49 checking for linux/seccomp.h... yes #11 90.53 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #11 90.67 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #11 90.81 checking linux/filter.h usability... yes #11 90.96 checking linux/filter.h presence... yes #11 91.00 checking for linux/filter.h... yes #11 91.05 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #11 91.08 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #11 91.08 checking for libseccomp >= 2.5.2... no #11 91.11 checking size of long... 8 #11 91.40 checking for accept4... yes #11 91.64 checking for fchdir... yes #11 92.03 checking for gethostname... yes #11 92.32 checking for getrusage... yes #11 92.52 checking for get_current_dir_name... yes #11 92.74 checking for lrand48... yes #11 92.92 checking for random... yes #11 93.16 checking for rint... yes #11 93.43 checking for tcdrain... yes #11 93.66 checking for trunc... yes #11 93.91 checking for select... yes #11 94.18 checking for getpagesize... (cached) yes #11 94.23 checking for setlocale... yes #11 94.52 checking for newlocale... yes #11 94.72 checking for getrlimit... yes #11 94.91 checking for setrlimit... yes #11 95.09 checking for shutdown... yes #11 95.28 checking for pthread_sigmask... (cached) yes #11 95.32 checking for strsignal... yes #11 95.53 checking for setitimer... yes #11 95.73 checking for sendto... yes #11 95.96 checking for recvfrom... yes #11 96.14 checking for getsockname... yes #11 96.35 checking for getifaddrs... yes #11 96.55 checking for freeifaddrs... yes #11 96.76 checking for gai_strerror... yes #11 96.97 checking for sync... yes #11 97.18 checking for endpwent... yes #11 97.41 checking for getgrent... yes #11 97.63 checking for endgrent... yes #11 97.85 checking for renameat2... yes #11 98.05 checking for cfmakeraw... yes #11 98.26 checking for cfsetspeed... yes #11 98.51 checking for __executable_start... yes #11 98.68 checking for log2... yes #11 98.95 checking for pthread_setname_np... yes #11 99.13 checking for pthread_set_name_np... no #11 99.31 checking for getpwent... yes #11 99.49 checking whether pthread_setname_np takes a single argument... no #11 99.59 checking whether pthread_setname_np takes three arguments... no #11 99.71 checking for aligned_alloc... yes #11 99.88 checking whether aligned_alloc is declared... yes #11 100.0 checking for posix_madvise... yes #11 100.2 checking for madvise... yes #11 100.4 checking for __builtin_frame_address... yes #11 100.6 checking for __builtin_unwind_init... yes #11 100.7 checking for _LARGEFILE_SOURCE value needed for large files... no #11 100.9 checking for grantpt... yes #11 101.1 checking for getpt... yes #11 101.3 checking for posix_openpt... yes #11 101.5 checking for library containing tputs... -ltinfo #11 101.8 checking whether -ltinfo library defines BC... yes #11 101.9 checking for timerfd interface... yes #11 102.6 checking whether signals can be handled on alternate stack... yes #11 102.7 checking valgrind/valgrind.h usability... no #11 103.1 checking valgrind/valgrind.h presence... no #11 103.3 checking for valgrind/valgrind.h... no #11 103.3 checking for struct unipair.unicode... yes #11 103.4 checking for pid_t... yes #11 103.7 checking vfork.h usability... no #11 103.8 checking vfork.h presence... no #11 103.8 checking for vfork.h... no #11 103.8 checking for fork... yes #11 104.1 checking for vfork... yes #11 104.3 checking for working fork... yes #11 104.5 checking for working vfork... (cached) yes #11 104.6 checking for snprintf... yes #11 104.8 checking for open_memstream... yes #11 105.0 checking spawn.h usability... yes #11 105.3 checking spawn.h presence... yes #11 105.3 checking for spawn.h... yes #11 105.4 checking for posix_spawn... yes #11 105.6 checking for posix_spawn_file_actions_addchdir... no #11 106.1 checking for posix_spawn_file_actions_addchdir_np... yes #11 106.5 checking for posix_spawnattr_setflags... yes #11 107.0 checking whether POSIX_SPAWN_SETSID is declared... yes #11 107.3 checking whether GLib is linked in... no #11 107.4 checking for nl_langinfo and CODESET... yes #11 107.8 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #11 108.1 checking for mbstate_t... yes #11 108.6 checking for signals via characters... yes #11 108.9 checking for _setjmp... yes #11 109.3 checking for sigsetjmp... yes #11 109.5 checking POSIX termios... yes #11 109.9 checking size of speed_t... 4 #11 110.5 checking for usable FIONREAD... yes #11 110.6 checking for usable SIGIO... yes #11 110.7 checking for struct alignment... yes #11 110.8 checking for C/C++ restrict keyword... __restrict__ #11 111.0 checking for typeof syntax and keyword spelling... typeof #11 111.1 checking for statement expressions... yes #11 111.1 checking whether malloc (0) returns nonnull... yes #11 111.4 checking sys/acl.h usability... yes #11 111.5 checking sys/acl.h presence... yes #11 111.6 checking for sys/acl.h... yes #11 111.6 checking for library containing acl_get_file... -lacl #11 112.0 checking for acl_get_file... yes #11 112.3 checking for acl_get_fd... yes #11 112.5 checking for acl_set_file... yes #11 112.7 checking for acl_set_fd... yes #11 113.0 checking for acl_free... yes #11 113.2 checking for acl_from_mode... yes #11 113.4 checking for acl_from_text... yes #11 113.6 checking for acl_delete_def_file... yes #11 113.9 checking for acl_extended_file... yes #11 114.1 checking for acl_delete_fd_np... no #11 114.3 checking for acl_delete_file_np... no #11 114.5 checking for acl_copy_ext_native... no #11 114.8 checking for acl_create_entry_np... no #11 115.0 checking for acl_to_short_text... no #11 115.2 checking for acl_free_text... no #11 115.6 checking for working acl_get_file... yes #11 115.8 checking acl/libacl.h usability... yes #11 115.9 checking acl/libacl.h presence... yes #11 116.0 checking for acl/libacl.h... yes #11 116.0 checking for acl_entries... yes #11 116.3 checking for ACL_FIRST_ENTRY... yes #11 116.5 checking for ACL_TYPE_EXTENDED... no #11 116.6 checking for working alloca.h... yes #11 116.8 checking for alloca... yes #11 117.0 checking for a thread-safe mkdir -p... /bin/mkdir -p #11 117.0 checking whether the preprocessor supports include_next... yes #11 117.2 checking whether source code line length is unlimited... yes #11 117.3 checking whether endutent is declared... yes #11 117.4 checking for struct utmpx.ut_user... yes #11 117.7 checking for struct utmp.ut_user... yes #11 118.3 checking for struct utmpx.ut_name... yes #11 118.5 checking for struct utmp.ut_name... yes #11 118.7 checking for struct utmpx.ut_type... yes #11 118.9 checking for struct utmp.ut_type... yes #11 119.1 checking for struct utmpx.ut_pid... yes #11 119.2 checking for struct utmp.ut_pid... yes #11 119.4 checking for struct utmp.ut_tv... yes #11 119.8 checking for struct utmpx.ut_host... yes #11 119.9 checking for struct utmp.ut_host... yes #11 120.0 checking for struct utmpx.ut_id... yes #11 120.2 checking for struct utmp.ut_id... yes #11 120.4 checking for struct utmpx.ut_session... yes #11 120.6 checking for struct utmp.ut_session... yes #11 120.8 checking for struct utmpx.ut_exit... yes #11 121.1 checking for struct utmp.ut_exit... yes #11 121.4 checking for struct utmpx.ut_exit.ut_exit... no #11 121.7 checking for struct utmpx.ut_exit.e_exit... yes #11 121.9 checking for struct utmp.ut_exit.e_exit... yes #11 122.1 checking for struct utmpx.ut_exit.ut_termination... no #11 122.4 checking for struct utmpx.ut_exit.e_termination... yes #11 122.6 checking for struct utmp.ut_exit.e_termination... yes #11 122.8 checking whether sysinfo is declared... yes #11 122.9 checking for sys/sysctl.h... yes #11 123.1 checking for sysctl... yes #11 123.3 checking whether lstat correctly handles trailing slash... yes #11 123.6 checking whether // is distinct from /... no #11 123.6 checking whether realpath works... yes #11 123.9 checking for faccessat... yes #11 124.1 checking for getcwd... yes #11 124.2 checking whether byte ordering is bigendian... no #11 124.5 checking if environ is properly declared... yes #11 124.6 checking for complete errno.h... yes #11 124.7 checking whether ctype.h defines __header_inline... no #11 124.7 checking for mode_t... yes #11 125.0 checking whether strmode is declared... no #11 125.2 checking whether getline is declared... yes #11 125.4 checking for gawk... no #11 125.4 checking for mawk... mawk #11 125.4 checking for getopt.h... (cached) yes #11 125.4 checking for getopt_long_only... yes #11 125.6 checking whether getopt is POSIX compatible... yes #11 126.2 checking for working GNU getopt function... yes #11 126.5 checking for working GNU getopt_long function... yes #11 126.7 checking whether timespec_get is declared... yes #11 126.8 checking for timespec_get... yes #11 127.0 checking for struct timeval... yes #11 127.1 checking for wide-enough struct timeval.tv_sec member... yes #11 127.3 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #11 127.3 checking whether the compiler produces multi-arch binaries... no #11 127.4 checking whether stdint.h conforms to C99... yes #11 127.8 checking whether stdint.h works without ISO C predefines... yes #11 128.0 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #11 128.2 checking whether memmem is declared... yes #11 128.4 checking whether memrchr is declared... yes #11 128.7 checking whether defines MIN and MAX... no #11 128.7 checking whether defines MIN and MAX... yes #11 128.9 checking whether time_t is signed... yes #11 129.0 checking whether alarm is declared... yes #11 129.2 checking for working mktime... no #11 129.7 checking whether struct tm is in sys/time.h or time.h... time.h #11 129.9 checking for struct tm.tm_zone... yes #11 130.1 checking for struct tm.tm_gmtoff... yes #11 130.2 checking whether is self-contained... yes #11 131.0 checking for inline... inline #11 131.1 checking for sigset_t... yes #11 131.8 checking for volatile sig_atomic_t... yes #11 132.2 checking for sighandler_t... yes #11 132.8 checking for wchar_t... yes #11 133.1 checking for good max_align_t... yes #11 133.3 checking whether NULL can be used in arbitrary expressions... yes #11 133.6 checking for unreachable... no #11 134.2 checking whether fcloseall is declared... yes #11 134.6 checking whether getw is declared... yes #11 135.1 checking whether putw is declared... yes #11 135.5 checking which flavor of printf attribute matches inttypes macros... system #11 135.8 checking whether strnlen is declared... yes #11 136.4 checking whether strtoimax is declared... yes #11 137.2 checking whether stat file-mode macros are broken... no #11 137.5 checking for nlink_t... yes #11 138.1 checking for struct timespec in ... yes #11 138.4 checking for TIME_UTC in ... yes #11 138.8 checking whether execvpe is declared... yes #11 139.2 checking whether clearerr_unlocked is declared... yes #11 139.7 checking whether feof_unlocked is declared... yes #11 140.2 checking whether ferror_unlocked is declared... yes #11 140.6 checking whether fflush_unlocked is declared... yes #11 141.0 checking whether fgets_unlocked is declared... yes #11 141.3 checking whether fputc_unlocked is declared... yes #11 141.8 checking whether fputs_unlocked is declared... yes #11 142.3 checking whether fread_unlocked is declared... yes #11 142.9 checking whether fwrite_unlocked is declared... yes #11 143.4 checking whether getc_unlocked is declared... yes #11 143.9 checking whether getchar_unlocked is declared... yes #11 144.3 checking whether putc_unlocked is declared... yes #11 144.7 checking whether putchar_unlocked is declared... yes #11 145.2 checking type of array argument to getgroups... gid_t #11 146.0 checking whether getdelim is declared... yes #11 146.5 checking whether getdtablesize is declared... yes #11 146.9 checking whether malloc is ptrdiff_t safe... yes #11 147.2 checking whether malloc, realloc, calloc set errno on failure... yes #11 147.2 checking for O_CLOEXEC... yes #11 147.6 checking for promoted mode_t type... mode_t #11 147.8 checking whether the utimes function works... yes #11 148.7 checking for C compiler option to allow warnings... -Wno-error #11 149.6 checking for alignas and alignof... yes, macros #11 153.5 checking for alloca as a compiler built-in... yes #11 153.6 checking for static_assert... yes, an macro #11 154.6 checking for __builtin_expect... yes #11 154.8 checking byteswap.h usability... yes #11 155.1 checking byteswap.h presence... yes #11 155.2 checking for byteswap.h... yes #11 155.2 checking for readlinkat... yes #11 155.8 checking for library containing clock_gettime... none required #11 156.3 checking for clock_getres... yes #11 156.7 checking for clock_gettime... yes #11 157.1 checking for clock_settime... yes #11 157.5 checking for copy_file_range... yes #11 157.8 checking for d_type member in directory struct... yes #11 158.0 checking whether // is distinct from /... (cached) no #11 158.0 checking whether dup2 works... yes #11 158.3 checking for library containing backtrace_symbols_fd... none required #11 158.5 checking for faccessat... (cached) yes #11 158.5 checking whether fchmodat works... no #11 158.8 checking for readlinkat... (cached) yes #11 158.8 checking whether fcntl handles F_DUPFD correctly... yes #11 159.0 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #11 159.4 checking whether fdopendir is declared... yes #11 159.5 checking whether fdopendir works... yes #11 159.7 checking for flexible array member... yes #11 159.8 checking for __fpending... yes #11 160.0 checking whether __fpending is declared... yes #11 160.1 checking whether free is known to preserve errno... no #11 160.2 checking whether fstatat (..., 0) works... yes #11 160.4 checking for sys/mount.h... yes #11 160.6 checking for statvfs function (SVR4)... yes #11 160.8 checking whether to use statvfs64... no #11 160.9 checking for two-argument statfs with statfs.f_frsize member... yes #11 161.2 checking sys/fs/s5param.h usability... no #11 161.3 checking sys/fs/s5param.h presence... no #11 161.4 checking for sys/fs/s5param.h... no #11 161.4 checking sys/statfs.h usability... yes #11 161.5 checking sys/statfs.h presence... yes #11 161.6 checking for sys/statfs.h... yes #11 161.6 checking for statfs that truncates block counts... no #11 161.6 checking for futimens... yes #11 161.8 checking whether futimens works... yes #11 163.0 checking for getline... yes #11 163.2 checking for working getline function... yes #11 163.5 checking for getloadavg... yes #11 163.7 checking sys/loadavg.h usability... no #11 163.8 checking sys/loadavg.h presence... no #11 163.9 checking for sys/loadavg.h... no #11 163.9 checking whether getloadavg is declared... yes #11 164.0 checking for getrandom... yes #11 164.2 checking whether getrandom is compatible with its GNU+BSD signature... yes #11 164.3 checking for gettimeofday with POSIX signature... yes #11 164.4 checking whether the compiler supports the __inline keyword... yes #11 164.5 checking gmp.h usability... yes #11 164.7 checking gmp.h presence... yes #11 164.8 checking for gmp.h... yes #11 164.8 checking for library containing __gmpz_roinit_n... -lgmp #11 165.1 checking for memmem... yes #11 165.3 checking whether memmem works... yes #11 165.5 checking for mempcpy... yes #11 165.7 checking for memrchr... yes #11 165.9 checking for explicit_memset... no #11 166.1 checking for mkostemp... yes #11 166.3 checking for library containing nanosleep... none required #11 166.5 checking for working nanosleep... no (mishandles large arguments) #11 167.9 checking for sys/pstat.h... no #11 168.2 checking for sys/sysmp.h... no #11 168.4 checking for sys/param.h... (cached) yes #11 168.4 checking for sys/sysctl.h... (cached) yes #11 168.4 checking for sched_getaffinity_np... no #11 168.6 checking for pstat_getdynamic... no #11 168.8 checking for sysmp... no #11 169.0 checking for sysctl... (cached) yes #11 169.1 checking for sched_getaffinity... yes #11 169.2 checking for glibc compatible sched_getaffinity... yes #11 169.3 checking for pipe2... yes #11 169.5 checking whether signature of pselect conforms to POSIX... yes #11 169.7 checking whether pselect detects invalid fds... yes #11 169.8 checking whether pthread_sigmask is a macro... no #11 169.9 checking whether pthread_sigmask returns error numbers... yes #11 170.1 checking whether pthread_sigmask unblocks signals correctly... guessing yes #11 172.4 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #11 178.7 checking whether readlink signature is correct... yes #11 178.8 checking whether readlink handles trailing slash correctly... yes #11 179.2 checking whether readlink truncates results correctly... yes #11 181.3 checking for readlinkat... (cached) yes #11 181.3 checking whether readlinkat signature is correct... yes #11 182.8 checking for working re_compile_pattern... no #11 184.6 checking libintl.h usability... yes #11 184.8 checking libintl.h presence... yes #11 184.8 checking for libintl.h... yes #11 184.8 checking whether isblank is declared... yes #11 185.0 checking for sig2str... no #11 185.2 checking for sigdescr_np... no #11 185.4 checking for socklen_t... yes #11 185.8 checking for ssize_t... yes #11 185.8 checking for struct stat.st_atim.tv_nsec... yes #11 186.1 checking whether struct stat.st_atim is of type struct timespec... yes #11 186.3 checking for struct stat.st_birthtimespec.tv_nsec... no #11 187.9 checking for struct stat.st_birthtimensec... no #11 188.1 checking for struct stat.st_birthtim.tv_nsec... no #11 188.2 checking for bool, true, false... no #11 188.3 checking for stpcpy... yes #11 188.6 checking for working strnlen... yes #11 188.9 checking whether strtoimax works... yes #11 189.2 checking whether symlink handles trailing slash correctly... yes #11 189.5 checking whether localtime_r is declared... yes #11 189.6 checking whether localtime_r is compatible with its POSIX signature... yes #11 189.8 checking whether localtime works even near extrema... yes #11 190.0 checking for timezone_t... no #11 190.1 checking for timegm... yes #11 190.3 checking whether timer_settime is declared... yes #11 190.5 checking for library containing timer_settime... -lrt #11 190.8 checking for timer_settime... yes #11 191.0 checking for utimensat... yes #11 191.2 checking whether utimensat works... yes #11 192.4 checking for variable-length arrays... yes #11 192.6 checking whether getdtablesize works... yes #11 192.9 checking for __mktime_internal... no #11 193.1 checking for timer_getoverrun... yes #11 193.3 checking for gcc option to disable position independent executables... not needed #11 193.3 checking for __ctype_get_mb_cur_max... yes #11 193.5 checking whether MB_CUR_MAX is defined to function that won't link... no #11 193.5 #11 193.5 Configured for 'x86_64-pc-linux-gnu'. #11 193.5 #11 193.5 Where should the build process find the source code? . #11 193.5 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #11 193.5 Should Emacs use the GNU version of malloc? no #11 193.5 (The GNU allocators don't work with this system configuration.) #11 193.5 Should Emacs use a relocating allocator for buffers? no #11 193.5 Should Emacs use mmap(2) for buffer allocation? no #11 193.5 What window system should Emacs use? none #11 193.5 What toolkit should Emacs use? none #11 193.5 Where do we find X Windows header files? NONE #11 193.5 Where do we find X Windows libraries? NONE #11 193.6 Does Emacs use -lXaw3d? no #11 193.6 Is Emacs being built for Android? no #11 193.6 Does Emacs use the X Double Buffer Extension? no #11 193.6 Does Emacs use -lXpm? no #11 193.6 Does Emacs use -ljpeg? no #11 193.6 Does Emacs use -ltiff? no #11 193.6 Does Emacs use a gif library? no #11 193.6 Does Emacs use a png library? no #11 193.6 Does Emacs use -lrsvg-2? no #11 193.6 Does Emacs use -lwebp? no #11 193.6 Does Emacs use -lsqlite3? no #11 193.6 Does Emacs use cairo? no #11 193.6 Does Emacs use -llcms2? no #11 193.6 Does Emacs use imagemagick? no #11 193.6 Does Emacs use native APIs for images? no #11 193.6 Does Emacs support sound? yes #11 193.6 Does Emacs use -lgpm? no #11 193.6 Does Emacs use -ldbus? yes #11 193.6 Does Emacs use -lgconf? no #11 193.6 Does Emacs use GSettings? no #11 193.6 Does Emacs use a file notification library? yes -lglibc (inotify) #11 193.6 Does Emacs use access control lists? yes -lacl -lattr #11 193.6 Does Emacs use -lselinux? no #11 193.6 Does Emacs use -lgnutls? yes #11 193.6 Does Emacs use -lxml2? no #11 193.6 Does Emacs use -lfreetype? no #11 193.6 Does Emacs use HarfBuzz? no #11 193.6 Does Emacs use -lm17n-flt? no #11 193.6 Does Emacs use -lotf? no #11 193.6 Does Emacs use -lxft? no #11 193.6 Does Emacs use -lsystemd? no #11 193.6 Does Emacs use -ljansson? no #11 193.6 Does Emacs use -ltree-sitter? no #11 193.6 Does Emacs use the GMP library? yes #11 193.6 Does Emacs directly use zlib? no #11 193.6 Does Emacs have dynamic modules support? yes #11 193.6 Does Emacs use toolkit scroll bars? no #11 193.6 Does Emacs support Xwidgets? no #11 193.6 Does Emacs have threading support in lisp? yes #11 193.6 Does Emacs support the portable dumper? yes #11 193.6 Does Emacs support legacy unexec dumping? no #11 193.6 Which dumping strategy does Emacs use? pdumper #11 193.6 Does Emacs have native lisp compiler? no #11 193.6 Does Emacs use version 2 of the X Input Extension? no #11 193.6 Does Emacs generate a smaller-size Japanese dictionary? no #11 193.6 #11 193.6 #11 194.1 configure: creating ./config.status #11 194.5 config.status: creating src/verbose.mk #11 194.6 config.status: creating src/emacs-module.h #11 194.7 config.status: creating Makefile #11 194.8 config.status: creating lib/gnulib.mk #11 195.0 config.status: creating ./doc/man/emacs.1 #11 195.1 config.status: creating lib/Makefile #11 195.2 config.status: creating lib-src/Makefile #11 195.3 config.status: creating oldXMenu/Makefile #11 195.4 config.status: creating src/Makefile #11 195.5 config.status: creating lwlib/Makefile #11 195.6 config.status: creating nextstep/Makefile #11 195.6 config.status: creating nt/Makefile #11 195.7 config.status: creating doc/emacs/Makefile #11 195.8 config.status: creating doc/misc/Makefile #11 195.9 config.status: creating doc/lispintro/Makefile #11 196.1 config.status: creating doc/lispref/Makefile #11 196.3 config.status: creating lisp/Makefile #11 196.4 config.status: creating leim/Makefile #11 196.5 config.status: creating test/Makefile #11 196.6 config.status: creating test/manual/noverlay/Makefile #11 196.7 config.status: creating test/infra/Makefile #11 196.8 config.status: creating admin/charsets/Makefile #11 196.9 config.status: creating admin/unidata/Makefile #11 196.9 config.status: creating admin/grammars/Makefile #11 197.0 config.status: creating java/Makefile #11 197.1 config.status: creating cross/Makefile #11 197.2 config.status: creating java/AndroidManifest.xml #11 197.2 config.status: creating src/config.h #11 197.3 config.status: executing src/epaths.h commands #11 197.7 config.status: executing src/.gdbinit commands #11 197.7 config.status: executing doc/emacs/emacsver.texi commands #11 197.8 config.status: executing etc-refcards-emacsver.tex commands #11 198.0 configure: WARNING: This configuration installs a 'movemail' program #11 198.0 that does not retrieve POP3 email. By default, Emacs 25 and earlier #11 198.0 installed a 'movemail' program that retrieved POP3 email via only #11 198.0 insecure channels, a practice that is no longer recommended but that #11 198.0 you can continue to support by using './configure --with-pop'. #11 198.0 configure: You might want to install GNU Mailutils #11 198.0 and use './configure --with-mailutils'. #11 DONE 200.0s #12 [emacs-inotify 6/6] RUN make bootstrap #12 7.864 make actual-bootstrap || make advice-on-failure make-target=bootstrap exit-status=$? #12 7.904 make[1]: Entering directory '/checkout' #12 8.248 make bootstrap-clean #12 8.267 make[2]: Entering directory '/checkout' #12 8.565 make -C src bootstrap-clean #12 8.596 make[3]: Entering directory '/checkout/src' #12 8.597 GEN /checkout/src/lisp.mk #12 9.443 rm -f android-emacs libemacs.so #12 9.463 rm -f temacs core ./*.core \#* ./*.o build-counter.c #12 9.505 rm -f dmpstruct.h #12 9.516 rm -f emacs.pdmp #12 9.526 rm -f ../etc/DOC #12 9.543 rm -f bootstrap-emacs bootstrap-emacs.pdmp #12 9.562 rm -f emacs-30.0.50 #12 9.603 rm -f buildobj.h #12 9.627 rm -f globals.h gl-stamp #12 9.630 rm -f ./*.res ./*.tmp #12 9.643 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #12 9.647 rm -f ../etc/DOC* #12 9.659 rm -f deps/* #12 9.684 rm -f emacs-module.h epaths.h config.h config.stamp #12 9.694 if test -f ./.gdbinit; then \ #12 9.694 mv ./.gdbinit ./.gdbinit.save; \ #12 9.694 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #12 9.694 else mv ./.gdbinit.save ./.gdbinit; fi; \ #12 9.694 fi #12 10.42 make[3]: Leaving directory '/checkout/src' #12 10.42 make -C oldXMenu bootstrap-clean #12 10.43 make[3]: Entering directory '/checkout/oldXMenu' #12 10.43 rm -f libXMenu11.a ./*.o deps/* #12 10.45 rm -f Makefile #12 10.45 rm -fr deps #12 10.45 make[3]: Leaving directory '/checkout/oldXMenu' #12 10.46 make -C lwlib bootstrap-clean #12 10.48 make[3]: Entering directory '/checkout/lwlib' #12 10.48 rm -f ./*.o liblw.a \#* deps/* #12 10.50 rm -f Makefile #12 10.50 rm -fr deps #12 10.50 rm -f TAGS #12 10.51 make[3]: Leaving directory '/checkout/lwlib' #12 10.51 make -C lib bootstrap-clean #12 10.71 make[3]: Entering directory '/checkout/lib' #12 10.71 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #12 10.86 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 10.86 rm -f Makefile Makefile.android #12 10.90 rm -fr deps #12 10.92 make[3]: Leaving directory '/checkout/lib' #12 10.92 make -C lib-src bootstrap-clean #12 10.93 make[3]: Entering directory '/checkout/lib-src' #12 10.93 rm -f core ./*.o ./*.res #12 10.93 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #12 10.94 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #12 10.95 rm -f TAGS Makefile blessmail Makefile.android #12 10.97 make[3]: Leaving directory '/checkout/lib-src' #12 10.97 make -C nt bootstrap-clean #12 11.01 make[3]: Entering directory '/checkout/nt' #12 11.01 rm -f core *.o *.res #12 11.02 rm -f runemacs addpm cmdproxy ddeclient #12 11.02 rm -f TAGS Makefile *.rc #12 11.02 true #12 11.04 make[3]: Leaving directory '/checkout/nt' #12 11.05 make -C doc/emacs bootstrap-clean #12 11.08 make[3]: Entering directory '/checkout/doc/emacs' #12 11.08 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 11.08 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 11.09 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #12 11.09 rm -f Makefile #12 11.14 rm -f \ #12 11.14 ./../../info/emacs.info \ #12 11.14 ./../../info/emacs.info-[1-9] \ #12 11.14 ./../../info/emacs.info-[1-9][0-9] #12 11.14 rm -f ./emacsver.texi TAGS #12 11.18 make[3]: Leaving directory '/checkout/doc/emacs' #12 11.18 make -C doc/misc bootstrap-clean #12 11.23 make[3]: Entering directory '/checkout/doc/misc' #12 11.23 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #12 11.23 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #12 11.23 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #12 11.25 rm -f gnustmp* #12 11.26 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #12 11.27 rm -f Makefile #12 11.28 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 11.28 file=`echo ${file} | sed 's/\.info$//'`.info; \ #12 11.28 rm -f \ #12 11.28 ./../../info/${file} \ #12 11.28 ./../../info/${file}-[1-9] \ #12 11.28 ./../../info/${file}-[1-9][0-9]; \ #12 11.28 done #12 13.00 rm -f ./modus-themes.texi ./org.texi #12 13.02 rm -f TAGS #12 13.03 make[3]: Leaving directory '/checkout/doc/misc' #12 13.03 make -C doc/lispref bootstrap-clean #12 13.04 make[3]: Entering directory '/checkout/doc/lispref' #12 13.04 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 13.04 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 13.06 rm -f elisp[12]* vol[12].tmp #12 13.07 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #12 13.10 rm -f vol[12].dvi vol[12].pdf vol[12].ps #12 13.11 rm -f Makefile #12 13.12 rm -f \ #12 13.12 ./../../info/elisp.info \ #12 13.12 ./../../info/elisp.info-[1-9] \ #12 13.12 ./../../info/elisp.info-[1-9][0-9] #12 13.13 rm -f TAGS #12 13.14 make[3]: Leaving directory '/checkout/doc/lispref' #12 13.14 make -C doc/lispintro bootstrap-clean #12 13.16 make[3]: Entering directory '/checkout/doc/lispintro' #12 13.16 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 13.16 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 13.17 rm -f emacs-lisp-intro.dvi eintr.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #12 13.18 rm -f Makefile #12 13.19 rm -f \ #12 13.19 ./../../info/eintr.info \ #12 13.19 ./../../info/eintr.info-[1-9] #12 13.20 rm -f TAGS #12 13.23 make[3]: Leaving directory '/checkout/doc/lispintro' #12 13.23 make -C test bootstrap-clean #12 13.23 make[3]: Entering directory '/checkout/test' #12 14.07 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #12 14.26 find . '(' -name '*.xml' -a ! -path '*resources*' ')' -delete #12 14.31 rm -f ./lisp/gnus/mml-sec-resources/random_seed #12 14.32 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #12 14.32 src/emacs-module-resources/*.dll gmp.h #12 14.34 find . -name '*.elc' -delete #12 14.38 make[3]: Leaving directory '/checkout/test' #12 14.39 make -C java bootstrap-clean #12 14.68 make[3]: Entering directory '/checkout/java' #12 14.68 rm -f *.apk emacs.apk-in *.dex *.unaligned *.class *.idsig #12 14.69 rm -rf install-temp ./org/gnu/emacs/R.java TAGS #12 14.72 find . -name '*.class' -delete #12 14.75 rm -f Makefile ndk-build.mk #12 14.76 make[3]: Leaving directory '/checkout/java' #12 14.76 make -C cross bootstrap-clean #12 14.78 make[3]: Entering directory '/checkout/cross' #12 14.78 for dir in src lib-src lib etc; do \ #12 14.78 find $dir -type f -delete; \ #12 14.78 done #12 14.82 rm -rf lib/config.h lib-src/config.h #12 14.82 if test -f ndk-build/Makefile; then \ #12 14.82 make -C ndk-build clean; \ #12 14.82 fi #12 14.83 for dir in src lib-src lib etc; do \ #12 14.83 find $dir -type l -delete; \ #12 14.83 done #12 14.86 rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile #12 14.87 rm -rf ndk-build/ndk-build.mk Makefile #12 14.87 make[3]: Leaving directory '/checkout/cross' #12 14.87 make -C nextstep bootstrap-clean #12 14.89 make[3]: Entering directory '/checkout/nextstep' #12 14.89 rm -rf #12 14.91 rm -f Makefile #12 14.92 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #12 14.92 GNUstep/Emacs.base/Resources/Emacs.desktop \ #12 14.92 Cocoa/Emacs.base/Contents/Info.plist \ #12 14.92 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #12 14.97 make[3]: Leaving directory '/checkout/nextstep' #12 14.97 make -C admin/charsets bootstrap-clean #12 15.10 make[3]: Entering directory '/checkout/admin/charsets' #12 15.10 make[3]: Nothing to be done for 'bootstrap-clean'. #12 15.10 make[3]: Leaving directory '/checkout/admin/charsets' #12 15.10 make -C admin/unidata bootstrap-clean #12 15.10 make[3]: Entering directory '/checkout/admin/unidata' #12 15.31 rm -f ./*.elc unidata.txt #12 15.32 make[3]: Leaving directory '/checkout/admin/unidata' #12 15.33 make -C leim bootstrap-clean #12 15.38 make[3]: Entering directory '/checkout/leim' #12 15.38 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 15.44 make[3]: Leaving directory '/checkout/leim' #12 15.47 make -C lisp bootstrap-clean #12 15.49 make[3]: Entering directory '/checkout/lisp' #12 15.87 find . -name '*.elc' -delete #12 15.88 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #12 15.89 make[3]: Leaving directory '/checkout/lisp' #12 15.90 make -C admin/grammars bootstrap-clean #12 15.91 make[3]: Entering directory '/checkout/admin/grammars' #12 15.91 make[3]: Nothing to be done for 'bootstrap-clean'. #12 15.91 make[3]: Leaving directory '/checkout/admin/grammars' #12 15.91 [ ! -f config.log ] || mv -f config.log config.log~ #12 20.71 rm -rf ./info #12 20.72 rm -f ./etc/refcards/emacsver.tex #12 20.73 rm -rf native-lisp/ lisp/leim/ja-dic/ #12 20.76 rm -fr autom4te.cache config.cache #12 20.78 rm -f config.log ./doc/man/emacs.1 #12 20.78 make[2]: Leaving directory '/checkout' #12 20.79 cd . && ./autogen.sh autoconf #12 20.82 Checking whether you have the necessary tools... #12 20.82 (Read INSTALL.REPO for more details on building Emacs) #12 20.84 Checking for autoconf (need at least version 2.65) ... ok #12 20.96 Your system has the required tools. #12 20.99 Running 'autoreconf -fi -I m4' ... #12 44.95 Building 'aclocal.m4' in exec ... #12 44.95 Running 'autoreconf -fi' in exec ... #12 54.62 You can now run './autogen.sh git'. #12 54.62 make MAKEFILE_NAME=force-Makefile force-Makefile #12 54.64 make[2]: Entering directory '/checkout' #12 54.66 make[2]: *** No rule to make target 'echo-sources'. Stop. #12 54.93 if [ -x ./config.status ]; then \ #12 54.93 ./config.status --recheck; \ #12 54.93 else \ #12 54.93 ./configure --cache-file=/dev/null; \ #12 54.93 fi #12 55.02 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --no-create --no-recursion #12 55.36 checking for xcrun... no #12 55.36 checking for GNU Make... make #12 55.39 checking build system type... x86_64-pc-linux-gnu #12 55.64 checking host system type... x86_64-pc-linux-gnu #12 55.70 checking for gcc... gcc #12 55.94 checking whether the C compiler works... yes #12 56.58 checking for C compiler default output file name... a.out #12 56.59 checking for suffix of executables... #12 58.05 checking whether we are cross compiling... no #12 58.41 checking for suffix of object files... o #12 58.69 checking whether we are using the GNU C compiler... yes #12 58.84 checking whether gcc accepts -g... yes #12 59.01 checking for gcc option to enable C11 features... none needed #12 59.42 checking whether the compiler is clang... no #12 59.60 checking for compiler option needed when checking for declarations... none #12 59.60 checking whether gcc and cc understand -c and -o together... yes #12 60.12 checking how to run the C preprocessor... gcc -E #12 60.40 checking for grep that handles long lines and -e... /bin/grep #12 60.41 checking for egrep... /bin/grep -E #12 60.42 checking for ANSI C header files... yes #12 61.18 checking for sys/types.h... yes #12 61.37 checking for sys/stat.h... yes #12 61.56 checking for stdlib.h... yes #12 61.76 checking for string.h... yes #12 61.99 checking for memory.h... yes #12 62.27 checking for strings.h... yes #12 62.57 checking for inttypes.h... yes #12 62.93 checking for stdint.h... yes #12 63.28 checking for unistd.h... yes #12 63.67 checking for wchar.h... yes #12 64.08 checking for minix/config.h... no #12 64.45 checking for linux/fs.h... yes #12 64.83 checking for malloc.h... yes #12 65.22 checking for sys/systeminfo.h... no #12 65.56 checking for sys/sysinfo.h... yes #12 65.98 checking for coff.h... no #12 66.29 checking for pty.h... yes #12 66.63 checking for sys/resource.h... yes #12 66.96 checking for sys/utsname.h... yes #12 67.29 checking for pwd.h... yes #12 67.62 checking for util.h... no #12 67.96 checking for sanitizer/lsan_interface.h... yes #12 68.32 checking for sanitizer/asan_interface.h... yes #12 68.73 checking for sanitizer/common_interface_defs.h... yes #12 69.08 checking for sys/socket.h... yes #12 69.43 checking for stdlib.h... (cached) yes #12 69.51 checking for unistd.h... (cached) yes #12 69.57 checking for sys/param.h... yes #12 69.90 checking for pthread.h... yes #12 70.24 checking for malloc/malloc.h... no #12 70.55 checking for sys/un.h... yes #12 70.89 checking for utmp.h... yes #12 71.18 checking for utmpx.h... yes #12 71.43 checking for OS.h... no #12 71.68 checking for dirent.h... yes #12 72.11 checking for execinfo.h... yes #12 72.62 checking for linux/xattr.h... yes #12 72.85 checking for stdio_ext.h... yes #12 73.22 checking for sys/vfs.h... yes #12 73.65 checking for sys/fs_types.h... no #12 73.94 checking for getopt.h... yes #12 74.31 checking for sys/cdefs.h... yes #12 74.63 checking for sys/time.h... yes #12 74.98 checking for ieee754.h... yes #12 75.28 checking for limits.h... yes #12 75.68 checking for inttypes.h... (cached) yes #12 75.75 checking for sys/types.h... (cached) yes #12 75.80 checking for stdint.h... (cached) yes #12 75.85 checking for sys/select.h... yes #12 76.17 checking for stdbool.h... yes #12 76.55 checking for stdckdint.h... no #12 76.85 checking for sys/random.h... yes #12 77.26 checking for sys/stat.h... (cached) yes #12 77.29 checking whether it is safe to define __EXTENSIONS__... yes #12 77.54 checking whether _XOPEN_SOURCE should be defined... no #12 77.79 checking for Minix Amsterdam compiler... no #12 77.87 checking for ar... ar #12 77.87 checking for ranlib... ranlib #12 77.87 checking for gcc option to enable large file support... none needed #12 78.40 checking for gcc option for timestamps after 2038... none needed #12 78.62 checking for g++... g++ #12 78.80 checking whether we are using the GNU C++ compiler... yes #12 78.95 checking whether g++ accepts -g... yes #12 79.13 checking for g++ option to enable C++11 features... none needed #12 122.2 checking how to run the C++ preprocessor... g++ -E #12 122.8 checking whether gcc accepts -g3 -O2... yes #12 123.1 checking whether the compiler is clang... no #12 123.3 checking whether C compiler handles -Werror -Wunknown-warning-option... no #12 123.6 checking whether -Wno-missing-field-initializers is needed... yes #12 124.1 checking whether -Wuninitialized is supported... yes #12 124.4 checking whether C compiler handles -fstrict-flex-arrays... no #12 124.7 checking whether C compiler handles -Wall... yes #12 125.3 checking whether C compiler handles -Warith-conversion... yes #12 125.8 checking whether C compiler handles -Wdate-time... yes #12 126.3 checking whether C compiler handles -Wdisabled-optimization... yes #12 127.0 checking whether C compiler handles -Wdouble-promotion... yes #12 127.3 checking whether C compiler handles -Wduplicated-cond... yes #12 127.8 checking whether C compiler handles -Wextra... yes #12 128.4 checking whether C compiler handles -Wformat-signedness... yes #12 129.0 checking whether C compiler handles -Winit-self... yes #12 129.4 checking whether C compiler handles -Winvalid-pch... yes #12 130.1 checking whether C compiler handles -Wlogical-op... yes #12 130.6 checking whether C compiler handles -Wmissing-declarations... yes #12 131.2 checking whether C compiler handles -Wmissing-include-dirs... yes #12 131.9 checking whether C compiler handles -Wmissing-prototypes... yes #12 132.4 checking whether C compiler handles -Wnested-externs... yes #12 132.9 checking whether C compiler handles -Wnull-dereference... yes #12 133.3 checking whether C compiler handles -Wold-style-definition... yes #12 133.9 checking whether C compiler handles -Wopenmp-simd... yes #12 134.4 checking whether C compiler handles -Wpacked... yes #12 135.0 checking whether C compiler handles -Wpointer-arith... yes #12 135.4 checking whether C compiler handles -Wstrict-flex-arrays... no #12 135.5 checking whether C compiler handles -Wstrict-prototypes... yes #12 136.1 checking whether C compiler handles -Wsuggest-attribute=format... yes #12 136.8 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #12 137.3 checking whether C compiler handles -Wsuggest-final-methods... yes #12 137.8 checking whether C compiler handles -Wsuggest-final-types... yes #12 138.4 checking whether C compiler handles -Wtrampolines... yes #12 138.8 checking whether C compiler handles -Wuninitialized... yes #12 139.2 checking whether C compiler handles -Wunknown-pragmas... yes #12 139.6 checking whether C compiler handles -Wunused-macros... yes #12 139.9 checking whether C compiler handles -Wvariadic-macros... yes #12 140.5 checking whether C compiler handles -Wvector-operation-performance... yes #12 141.0 checking whether C compiler handles -Wwrite-strings... yes #12 141.5 checking whether C compiler handles -Warray-bounds=2... yes #12 141.9 checking whether C compiler handles -Wattribute-alias=2... yes #12 142.3 checking whether C compiler handles -Wformat=2... yes #12 142.9 checking whether C compiler handles -Wformat-truncation=2... yes #12 143.5 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #12 144.0 checking whether C compiler handles -Wshift-overflow=2... yes #12 144.5 checking whether C compiler handles -Wuse-after-free=3... no #12 144.8 checking whether C compiler handles -Wvla-larger-than=4031... yes #12 145.3 checking whether C compiler handles -Wno-missing-field-initializers... yes #12 145.7 checking whether C compiler handles -Wredundant-decls... yes #12 146.3 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #12 146.3 checking whether C compiler handles -Wno-override-init... yes #12 146.7 checking whether C compiler handles -Wno-sign-compare... yes #12 147.1 checking whether C compiler handles -Wno-type-limits... yes #12 147.6 checking whether C compiler handles -Wno-unused-parameter... yes #12 148.1 checking whether C compiler handles -Wno-format-nonliteral... yes #12 148.6 checking whether C compiler handles -Wno-bidi-chars... no #12 148.8 checking for a BSD-compatible install... /usr/bin/install -c #12 148.9 checking command to symlink files in the same directory... ln -s #12 148.9 checking for install-info... : #12 148.9 checking for gzip... /bin/gzip #12 148.9 checking for 'find' args to delete a file... -delete #12 148.9 checking for brew... no #12 149.9 checking for -znocombreloc... not needed #12 149.9 checking whether addresses are sanitized... no #12 150.2 checking for math library...