Running with gitlab-runner 16.9.1 (782c6ecb)  on emba-docker-runner 2oEDrUT7, system ID: s_d7b5974cddbd section_start:1710763433: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:1710763465:prepare_executor section_start:1710763465:prepare_script Preparing environment Running on runner-2oedrut7-project-1-concurrent-1 via emba.gnu.org... section_end:1710763474:prepare_script section_start:1710763474: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 1a8b34a5 as detached HEAD (ref is master)... Removing test-native-comp-speed2-8014dbb2/ Skipping Git submodules setup section_end:1710763509:get_sources section_start:1710763509:step_script Executing "step_script" stage of the job script Using docker image sha256:81f5749c9058a7284e6acd8e126f2b882765a17b9ead14422b51cde1a110b85c for docker:19.03.12 with digest docker@sha256:d41efe7ad0df5a709cfd4e627c7e45104f39bbc08b1b40d7fb718c562b3ce135 ... $ docker info WARNING: You're not using the default seccomp profile WARNING: No kernel memory limit support WARNING: No oom kill disable support Client: Debug Mode: false Server: Containers: 8 Running: 3 Paused: 0 Stopped: 5 Images: 6 Server Version: 24.0.5 Storage Driver: overlay2 Backing Filesystem: xfs Supports d_type: true Using metacopy: false Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: systemd Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 runc Default Runtime: runc Init Binary: docker-init containerd version: runc version: init version: Security Options: apparmor seccomp Profile: builtin cgroupns Kernel Version: 5.15.0-97-generic Operating System: Trisquel GNU/Linux Aramo (11.0) OSType: linux Architecture: x86_64 CPUs: 2 Total Memory: 7.752GiB Name: emba.gnu.org ID: 55c8fdc6-829d-4955-b191-c13a3205fe05 Docker Root Dir: /var/lib/docker Debug Mode: false HTTP Proxy: http://serverproxy0p.fsf.org:8118/ HTTPS Proxy: http://serverproxy0p.fsf.org:8118/ No Proxy: localhost,127.0.0.1,eggs.gnu.org,emba.gnu.org/ Registry: https://index.docker.io/v1/ Labels: Experimental: false Insecure Registries: 127.0.0.0/8 Live Restore Enabled: false $ echo "docker registry is ${CI_REGISTRY}" docker registry is emba.gnu.org:5050 $ docker login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY} WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /.docker-config-1a8b34a503e5af32851c1aac27a3f09e2345673b/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.47kB done #1 ... #2 [internal] load .dockerignore #2 transferring context: 2B 0.0s done #2 DONE 4.8s #1 [internal] load build definition from Dockerfile.emba #1 DONE 5.3s #3 [internal] load metadata for docker.io/library/debian:bullseye #3 DONE 15.1s #12 [emacs-base 1/2] FROM docker.io/library/debian:bullseye@sha256:5a87974e7... #12 DONE 0.0s #11 [emacs-base 2/2] RUN apt-get update && apt-get install -y --no-insta... #11 CACHED #9 [internal] load build context #9 transferring context: #9 ... #10 [emacs-native-comp 1/1] RUN apt-get update && apt-get install -y --n... #10 ... #9 [internal] load build context #9 transferring context: 2.76MB 5.1s #9 transferring context: 6.87MB 10.7s #9 ... #10 [emacs-native-comp 1/1] RUN apt-get update && apt-get install -y --n... #10 20.76 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] #10 20.80 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] #10 20.80 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] #10 22.85 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8068 kB] #10 23.80 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [269 kB] #10 25.05 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [18.8 kB] #10 ... #9 [internal] load build context #9 transferring context: 76.69MB 20.5s #9 ... #10 [emacs-native-comp 1/1] RUN apt-get update && apt-get install -y --n... #10 28.32 Fetched 8564 kB in 8s (1118 kB/s) #10 28.32 Reading package lists... #10 31.94 Reading package lists... #10 ... #9 [internal] load build context #9 transferring context: 125.91MB 27.9s #9 ... #10 [emacs-native-comp 1/1] RUN apt-get update && apt-get install -y --n... #10 31.94 Reading package lists... #10 34.85 Building dependency tree... #10 35.30 Reading state information... #10 36.77 The following additional packages will be installed: #10 36.78 libgccjit0 #10 36.78 Suggested packages: #10 36.78 libgccjit-10-dbg #10 37.04 The following NEW packages will be installed: #10 37.05 libgccjit-10-dev libgccjit0 zlib1g-dev #10 37.17 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. #10 37.17 Need to get 7372 kB of archives. #10 37.17 After this operation, 26.8 MB of additional disk space will be used. #10 37.17 Get:1 http://deb.debian.org/debian bullseye/main amd64 libgccjit0 amd64 10.2.1-6 [7163 kB] #10 37.44 Get:2 http://deb.debian.org/debian bullseye/main amd64 libgccjit-10-dev amd64 10.2.1-6 [17.4 kB] #10 37.44 Get:3 http://deb.debian.org/debian bullseye/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2+deb11u2 [191 kB] #10 ... #9 [internal] load build context #9 transferring context: 149.32MB 35.6s #9 ... #10 [emacs-native-comp 1/1] RUN apt-get update && apt-get install -y --n... #10 43.51 debconf: delaying package configuration, since apt-utils is not installed #10 44.11 Fetched 7372 kB in 0s (22.1 MB/s) #10 44.36 Selecting previously unselected package libgccjit0:amd64. #10 47.17 (Reading database ... 16475 files and directories currently installed.) #10 47.21 Preparing to unpack .../libgccjit0_10.2.1-6_amd64.deb ... #10 ... #9 [internal] load build context #9 transferring context: 192.38MB 43.2s #9 ... #10 [emacs-native-comp 1/1] RUN apt-get update && apt-get install -y --n... #10 50.83 Unpacking libgccjit0:amd64 (10.2.1-6) ... #10 55.58 Selecting previously unselected package libgccjit-10-dev:amd64. #10 55.58 Preparing to unpack .../libgccjit-10-dev_10.2.1-6_amd64.deb ... #10 55.58 Unpacking libgccjit-10-dev:amd64 (10.2.1-6) ... #10 55.72 Selecting previously unselected package zlib1g-dev:amd64. #10 55.72 Preparing to unpack .../zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_amd64.deb ... #10 55.72 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ... #10 ... #9 [internal] load build context #9 transferring context: 210.97MB 50.6s #9 transferring context: 230.80MB 55.6s #9 transferring context: 249.54MB 60.8s #9 ... #10 [emacs-native-comp 1/1] RUN apt-get update && apt-get install -y --n... #10 56.74 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ... #10 56.84 Setting up libgccjit0:amd64 (10.2.1-6) ... #10 56.84 Setting up libgccjit-10-dev:amd64 (10.2.1-6) ... #10 56.93 Processing triggers for libc-bin (2.31-13+deb11u8) ... #10 ... #9 [internal] load build context #9 transferring context: 255.01MB 65.9s #9 transferring context: 268.76MB 70.9s #9 transferring context: 284.91MB 75.5s done #9 DONE 82.9s #10 [emacs-native-comp 1/1] RUN apt-get update && apt-get install -y --n... #10 DONE 82.8s #8 [emacs-native-comp-speed2 1/5] COPY . /checkout #8 DONE 107.6s #7 [emacs-native-comp-speed2 2/5] WORKDIR /checkout #7 DONE 5.0s #6 [emacs-native-comp-speed2 3/5] RUN ./autogen.sh autoconf #6 1.582 Checking whether you have the necessary tools... #6 1.582 (Read INSTALL.REPO for more details on building Emacs) #6 1.597 Checking for autoconf (need at least version 2.65) ... ok #6 1.675 Your system has the required tools. #6 1.723 Building aclocal.m4 ... #6 1.734 Running 'autoreconf -fi -I m4' ... #6 18.25 Building 'aclocal.m4' in exec ... #6 18.25 Running 'autoreconf -fi' in exec ... #6 22.47 You can now run './autogen.sh git'. #6 DONE 24.6s #5 [emacs-native-comp-speed2 4/5] RUN ./configure --with-native-compilation #5 1.523 checking for xcrun... no #5 1.525 checking for GNU Make... make #5 1.565 checking build system type... x86_64-pc-linux-gnu #5 2.122 checking host system type... x86_64-pc-linux-gnu #5 2.152 checking for gcc... gcc #5 2.260 checking whether the C compiler works... yes #5 2.797 checking for C compiler default output file name... a.out #5 2.802 checking for suffix of executables... #5 2.978 checking whether we are cross compiling... no #5 3.154 checking for suffix of object files... o #5 3.221 checking whether we are using the GNU C compiler... yes #5 3.327 checking whether gcc accepts -g... yes #5 3.450 checking for gcc option to enable C11 features... none needed #5 4.704 checking whether the compiler is clang... no #5 4.767 checking for compiler option needed when checking for declarations... none #5 4.768 checking whether gcc and cc understand -c and -o together... yes #5 5.099 checking how to run the C preprocessor... gcc -E #5 5.284 checking for grep that handles long lines and -e... /bin/grep #5 5.288 checking for egrep... /bin/grep -E #5 5.295 checking for ANSI C header files... yes #5 5.808 checking for sys/types.h... yes #5 5.930 checking for sys/stat.h... yes #5 6.097 checking for stdlib.h... yes #5 6.223 checking for string.h... yes #5 6.370 checking for memory.h... yes #5 6.524 checking for strings.h... yes #5 6.704 checking for inttypes.h... yes #5 6.936 checking for stdint.h... yes #5 7.087 checking for unistd.h... yes #5 7.285 checking for wchar.h... yes #5 7.519 checking for minix/config.h... no #5 7.752 checking for linux/fs.h... yes #5 8.198 checking for malloc.h... yes #5 8.416 checking for sys/systeminfo.h... no #5 8.581 checking for sys/sysinfo.h... yes #5 8.761 checking for coff.h... no #5 8.903 checking for pty.h... yes #5 9.325 checking for sys/resource.h... yes #5 9.510 checking for sys/utsname.h... yes #5 9.707 checking for pwd.h... yes #5 9.890 checking for util.h... no #5 10.01 checking for sanitizer/lsan_interface.h... yes #5 11.23 checking for sanitizer/asan_interface.h... yes #5 11.34 checking for sanitizer/common_interface_defs.h... yes #5 11.45 checking for sys/socket.h... yes #5 11.60 checking for stdlib.h... (cached) yes #5 11.62 checking for unistd.h... (cached) yes #5 11.65 checking for sys/param.h... yes #5 11.94 checking for pthread.h... yes #5 12.22 checking for malloc/malloc.h... no #5 12.33 checking for sys/un.h... yes #5 12.44 checking for utmp.h... yes #5 12.58 checking for utmpx.h... yes #5 12.73 checking for OS.h... no #5 12.84 checking for dirent.h... yes #5 13.02 checking for execinfo.h... yes #5 13.21 checking for linux/xattr.h... yes #5 13.45 checking for stdio_ext.h... yes #5 13.58 checking for sys/vfs.h... yes #5 13.77 checking for sys/fs_types.h... no #5 13.95 checking for getopt.h... yes #5 14.11 checking for sys/cdefs.h... yes #5 14.23 checking for sys/time.h... yes #5 14.38 checking for ieee754.h... yes #5 14.49 checking for limits.h... yes #5 14.60 checking for inttypes.h... (cached) yes #5 14.63 checking for sys/types.h... (cached) yes #5 14.66 checking for stdint.h... (cached) yes #5 14.68 checking for sys/select.h... yes #5 14.80 checking for stdbool.h... yes #5 14.92 checking for stdckdint.h... no #5 15.03 checking for sys/random.h... yes #5 15.16 checking for sys/stat.h... (cached) yes #5 15.18 checking whether it is safe to define __EXTENSIONS__... yes #5 15.30 checking whether _XOPEN_SOURCE should be defined... no #5 15.39 checking for Minix Amsterdam compiler... no #5 15.43 checking for ar... ar #5 15.43 checking for ranlib... ranlib #5 15.43 checking for gcc option to enable large file support... none needed #5 15.56 checking for gcc option for timestamps after 2038... none needed #5 15.63 checking whether gcc accepts -g3 -O2... yes #5 15.80 checking whether the compiler is clang... no #5 15.90 checking whether C compiler handles -Werror -Wunknown-warning-option... no #5 16.00 checking whether -Wno-missing-field-initializers is needed... yes #5 16.16 checking whether -Wuninitialized is supported... yes #5 16.29 checking whether C compiler handles -fstrict-flex-arrays... no #5 16.45 checking whether C compiler handles -Wall... yes #5 18.20 checking whether C compiler handles -Warith-conversion... yes #5 18.36 checking whether C compiler handles -Wdate-time... yes #5 18.53 checking whether C compiler handles -Wdisabled-optimization... yes #5 18.77 checking whether C compiler handles -Wdouble-promotion... yes #5 18.94 checking whether C compiler handles -Wduplicated-cond... yes #5 19.13 checking whether C compiler handles -Wextra... yes #5 19.31 checking whether C compiler handles -Wformat-signedness... yes #5 19.48 checking whether C compiler handles -Winit-self... yes #5 19.59 checking whether C compiler handles -Winvalid-pch... yes #5 19.76 checking whether C compiler handles -Wlogical-op... yes #5 19.96 checking whether C compiler handles -Wmissing-declarations... yes #5 20.16 checking whether C compiler handles -Wmissing-include-dirs... yes #5 20.45 checking whether C compiler handles -Wmissing-prototypes... yes #5 20.67 checking whether C compiler handles -Wnested-externs... yes #5 20.82 checking whether C compiler handles -Wnull-dereference... yes #5 20.99 checking whether C compiler handles -Wold-style-definition... yes #5 21.14 checking whether C compiler handles -Wopenmp-simd... yes #5 21.27 checking whether C compiler handles -Wpacked... yes #5 21.40 checking whether C compiler handles -Wpointer-arith... yes #5 21.55 checking whether C compiler handles -Wstrict-flex-arrays... no #5 21.62 checking whether C compiler handles -Wstrict-prototypes... yes #5 21.79 checking whether C compiler handles -Wsuggest-attribute=format... yes #5 21.93 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #5 22.09 checking whether C compiler handles -Wsuggest-final-methods... yes #5 22.21 checking whether C compiler handles -Wsuggest-final-types... yes #5 22.35 checking whether C compiler handles -Wtrampolines... yes #5 22.48 checking whether C compiler handles -Wuninitialized... yes #5 22.59 checking whether C compiler handles -Wunknown-pragmas... yes #5 22.77 checking whether C compiler handles -Wunused-macros... yes #5 22.99 checking whether C compiler handles -Wvariadic-macros... yes #5 23.14 checking whether C compiler handles -Wvector-operation-performance... yes #5 23.27 checking whether C compiler handles -Wwrite-strings... yes #5 23.41 checking whether C compiler handles -Warray-bounds=2... yes #5 23.60 checking whether C compiler handles -Wattribute-alias=2... yes #5 23.76 checking whether C compiler handles -Wformat=2... yes #5 24.13 checking whether C compiler handles -Wformat-truncation=2... yes #5 24.25 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #5 24.39 checking whether C compiler handles -Wshift-overflow=2... yes #5 24.52 checking whether C compiler handles -Wuse-after-free=3... no #5 24.93 checking whether C compiler handles -Wvla-larger-than=4031... yes #5 25.08 checking whether C compiler handles -Wno-missing-field-initializers... yes #5 25.31 checking whether C compiler handles -Wredundant-decls... yes #5 25.55 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #5 25.55 checking whether C compiler handles -Wno-override-init... yes #5 25.69 checking whether C compiler handles -Wno-sign-compare... yes #5 25.84 checking whether C compiler handles -Wno-type-limits... yes #5 25.96 checking whether C compiler handles -Wno-unused-parameter... yes #5 26.07 checking whether C compiler handles -Wno-format-nonliteral... yes #5 26.21 checking whether C compiler handles -Wno-bidi-chars... no #5 26.26 checking for a BSD-compatible install... /usr/bin/install -c #5 26.30 checking command to symlink files in the same directory... ln -s #5 26.31 checking for install-info... : #5 26.31 checking for gzip... /bin/gzip #5 26.31 checking for 'find' args to delete a file... -delete #5 26.33 checking for brew... no #5 26.95 checking for -znocombreloc... not needed #5 26.95 checking whether addresses are sanitized... no #5 27.00 checking for math library... -lm #5 28.58 checking for struct passwd.pw_gecos... yes #5 28.67 checking for pkg-config... /usr/bin/pkg-config #5 28.67 checking pkg-config is at least version 0.9.0... yes #5 28.73 checking for machine/soundcard.h... no #5 28.79 checking for sys/soundcard.h... yes #5 28.91 checking for soundcard.h... no #5 28.96 checking for mmsystem.h... no #5 29.03 checking for _oss_ioctl in -lossaudio... no #5 29.12 checking for alsa >= 1.0.0... no #5 29.14 checking for ADDR_NO_RANDOMIZE... yes #5 29.22 checking if Linux sysinfo may be used... yes #5 29.41 checking for sys/wait.h that is POSIX.1 compatible... yes #5 29.60 checking for net/if.h... yes #5 31.03 checking for ifaddrs.h... yes #5 31.30 checking for net/if_dl.h... no #5 31.51 checking for struct ifreq.ifr_flags... yes #5 31.81 checking for struct ifreq.ifr_hwaddr... yes #5 32.20 checking for struct ifreq.ifr_netmask... yes #5 32.44 checking for struct ifreq.ifr_broadaddr... yes #5 32.82 checking for struct ifreq.ifr_addr... yes #5 33.16 checking for struct ifreq.ifr_addr.sa_len... no #5 33.39 checking whether gcc understands -MMD -MF... yes #5 33.46 checking for X... no #5 33.63 checking for X... false #5 33.63 checking whether malloc is Doug Lea style... no #5 33.72 checking for sbrk... yes #5 33.88 checking for __lsan_ignore_object... no #5 34.02 checking for fchmod... yes #5 34.16 checking for utmpname... yes #5 34.31 checking for utmpxname... yes #5 34.46 checking for canonicalize_file_name... yes #5 34.61 checking for realpath... yes #5 34.77 checking for lstat... yes #5 34.93 checking for fchmodat... yes #5 35.10 checking for lchmod... no #5 35.20 checking for fcntl... yes #5 35.39 checking for fdopendir... yes #5 35.54 checking for listxattr... yes #5 35.68 checking for fstatat... yes #5 35.85 checking for fsync... yes #5 36.03 checking for gettimeofday... yes #5 36.17 checking for memset_s... no #5 36.33 checking for pselect... yes #5 36.48 checking for readlink... yes #5 36.62 checking for isblank... yes #5 36.78 checking for iswctype... yes #5 36.95 checking for strtoimax... yes #5 37.10 checking for symlink... yes #5 37.30 checking for localtime_r... yes #5 37.50 checking for getdtablesize... yes #5 37.66 checking for getpagesize... yes #5 37.80 checking for working mmap... yes #5 38.48 checking for main in -lXbsd... no #5 38.60 checking for pthread library... -lpthread #5 39.00 checking for thread support... yes #5 39.00 checking for sqlite3_open_v2 in -lsqlite3... no #5 39.17 checking for getaddrinfo_a in -lanl... yes #5 39.42 checking for malloc_trim... yes #5 39.66 checking for dbus-1 >= 1.0... yes #5 39.73 checking for dbus_watch_get_unix_fd... yes #5 40.13 checking for dbus_type_is_valid... yes #5 40.43 checking for dbus_validate_bus_name... yes #5 40.77 checking for dbus_validate_path... yes #5 41.17 checking for dbus_validate_interface... yes #5 41.60 checking for dbus_validate_member... yes #5 42.07 checking for lgetfilecon in -lselinux... no #5 42.31 checking for gnutls >= 2.12.2... yes #5 42.40 checking for libsystemd >= 222... no #5 42.42 checking for jansson >= 2.7... no #5 42.44 checking for tree-sitter >= 0.20.2... no #5 42.46 checking for tree-sitter >= 0.6.3... no #5 42.47 checking sys/inotify.h usability... yes #5 42.68 checking sys/inotify.h presence... yes #5 42.74 checking for sys/inotify.h... yes #5 42.76 checking for inotify_init... yes #5 43.00 checking for inotify_init1... yes #5 43.30 checking for lcms2... no #5 43.32 checking for library containing inflateEnd... -lz #5 43.82 checking for dladdr... yes #5 44.03 checking for dlfunc... no #5 44.36 checking for gcc_jit_context_acquire in -lgccjit... yes #5 44.72 checking libgccjit.h usability... yes #5 44.90 checking libgccjit.h presence... yes #5 44.95 checking for libgccjit.h... yes #5 46.47 checking gpm.h usability... no #5 46.67 checking gpm.h presence... no #5 46.73 checking for gpm.h... no #5 46.73 checking for libxml-2.0 > 2.6.17... no #5 46.76 checking for maillock in -lmail... no #5 46.89 checking for maillock in -llockfile... no #5 47.01 checking for liblockfile.so... no #5 47.01 checking maillock.h usability... no #5 47.13 checking maillock.h presence... no #5 47.19 checking for maillock.h... no #5 47.22 checking linux/seccomp.h usability... yes #5 47.47 checking linux/seccomp.h presence... yes #5 47.52 checking for linux/seccomp.h... yes #5 47.58 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #5 47.77 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #5 47.90 checking linux/filter.h usability... yes #5 48.07 checking linux/filter.h presence... yes #5 48.16 checking for linux/filter.h... yes #5 48.21 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #5 48.24 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #5 48.25 checking for libseccomp >= 2.5.2... no #5 48.28 checking size of long... 8 #5 48.74 checking for accept4... yes #5 49.13 checking for fchdir... yes #5 49.61 checking for gethostname... yes #5 49.86 checking for getrusage... yes #5 50.12 checking for get_current_dir_name... yes #5 50.46 checking for lrand48... yes #5 50.71 checking for random... yes #5 50.92 checking for rint... yes #5 51.24 checking for tcdrain... yes #5 51.95 checking for trunc... yes #5 52.32 checking for select... yes #5 52.53 checking for getpagesize... (cached) yes #5 52.55 checking for setlocale... yes #5 52.77 checking for newlocale... yes #5 53.08 checking for getrlimit... yes #5 58.49 checking for setrlimit... yes #5 58.66 checking for shutdown... yes #5 58.82 checking for pthread_sigmask... (cached) yes #5 58.85 checking for strsignal... yes #5 59.00 checking for setitimer... yes #5 59.17 checking for sendto... yes #5 59.32 checking for recvfrom... yes #5 59.48 checking for getsockname... yes #5 59.64 checking for getifaddrs... yes #5 59.81 checking for freeifaddrs... yes #5 59.99 checking for gai_strerror... yes #5 60.17 checking for sync... yes #5 60.33 checking for endpwent... yes #5 60.48 checking for getgrent... yes #5 60.65 checking for endgrent... yes #5 60.80 checking for cfmakeraw... yes #5 60.96 checking for cfsetspeed... yes #5 61.11 checking for __executable_start... yes #5 61.28 checking for log2... yes #5 61.46 checking for pthread_setname_np... yes #5 61.62 checking for pthread_set_name_np... no #5 61.77 checking for getpwent... yes #5 61.91 checking for renameat2... yes #5 62.05 checking whether pthread_setname_np takes a single argument... no #5 62.12 checking whether pthread_setname_np takes three arguments... no #5 62.22 checking for aligned_alloc... yes #5 62.42 checking whether aligned_alloc is declared... yes #5 62.54 checking for posix_madvise... yes #5 62.73 checking for madvise... yes #5 62.89 checking for __builtin_frame_address... yes #5 63.01 checking for __builtin_unwind_init... yes #5 63.17 checking for _LARGEFILE_SOURCE value needed for large files... no #5 63.35 checking for grantpt... yes #5 63.51 checking for getpt... yes #5 63.66 checking for posix_openpt... yes #5 63.81 checking for library containing tputs... -ltinfo #5 64.09 checking whether -ltinfo library defines BC... yes #5 64.26 checking for timerfd interface... yes #5 64.62 checking whether signals can be handled on alternate stack... yes #5 64.77 checking valgrind/valgrind.h usability... no #5 64.88 checking valgrind/valgrind.h presence... no #5 64.96 checking for valgrind/valgrind.h... no #5 64.96 checking for struct unipair.unicode... yes #5 65.06 checking for pid_t... yes #5 65.30 checking vfork.h usability... no #5 65.41 checking vfork.h presence... no #5 65.46 checking for vfork.h... no #5 65.47 checking for fork... yes #5 65.64 checking for vfork... yes #5 65.77 checking for working fork... yes #5 65.97 checking for working vfork... (cached) yes #5 65.98 checking for snprintf... yes #5 66.16 checking for open_memstream... yes #5 66.35 checking spawn.h usability... yes #5 66.49 checking spawn.h presence... yes #5 66.53 checking for spawn.h... yes #5 66.55 checking for posix_spawn... yes #5 66.72 checking for posix_spawn_file_actions_addchdir... no #5 66.90 checking for posix_spawn_file_actions_addchdir_np... yes #5 67.07 checking for posix_spawnattr_setflags... yes #5 67.23 checking whether POSIX_SPAWN_SETSID is declared... yes #5 67.33 checking whether GLib is linked in... no #5 67.39 checking for nl_langinfo and CODESET... yes #5 67.53 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #5 67.67 checking for mbstate_t... yes #5 67.82 checking for signals via characters... yes #5 67.93 checking for _setjmp... yes #5 68.10 checking for sigsetjmp... yes #5 68.26 checking POSIX termios... yes #5 68.43 checking size of speed_t... 4 #5 68.65 checking for usable FIONREAD... yes #5 68.76 checking for usable SIGIO... yes #5 68.93 checking for struct alignment... yes #5 69.03 checking for C/C++ restrict keyword... __restrict__ #5 69.13 checking for typeof syntax and keyword spelling... typeof #5 69.20 checking for statement expressions... yes #5 69.27 checking whether malloc (0) returns nonnull... yes #5 69.42 checking sys/acl.h usability... yes #5 69.55 checking sys/acl.h presence... yes #5 69.58 checking for sys/acl.h... yes #5 69.59 checking for library containing acl_get_file... -lacl #5 69.86 checking for acl_get_file... yes #5 70.02 checking for acl_get_fd... yes #5 70.19 checking for acl_set_file... yes #5 70.37 checking for acl_set_fd... yes #5 70.55 checking for acl_free... yes #5 70.72 checking for acl_from_mode... yes #5 70.88 checking for acl_from_text... yes #5 71.04 checking for acl_delete_def_file... yes #5 71.21 checking for acl_extended_file... yes #5 71.38 checking for acl_delete_fd_np... no #5 71.54 checking for acl_delete_file_np... no #5 71.73 checking for acl_copy_ext_native... no #5 71.90 checking for acl_create_entry_np... no #5 72.05 checking for acl_to_short_text... no #5 72.20 checking for acl_free_text... no #5 72.34 checking for working acl_get_file... yes #5 72.50 checking acl/libacl.h usability... yes #5 72.63 checking acl/libacl.h presence... yes #5 72.70 checking for acl/libacl.h... yes #5 72.70 checking for acl_entries... yes #5 72.86 checking for ACL_FIRST_ENTRY... yes #5 72.95 checking for ACL_TYPE_EXTENDED... no #5 73.03 checking for working alloca.h... yes #5 73.21 checking for alloca... yes #5 73.33 checking for a thread-safe mkdir -p... /bin/mkdir -p #5 73.33 checking whether the preprocessor supports include_next... yes #5 73.44 checking whether source code line length is unlimited... yes #5 73.50 checking whether endutent is declared... yes #5 73.59 checking for struct utmpx.ut_user... yes #5 73.74 checking for struct utmp.ut_user... yes #5 73.89 checking for struct utmpx.ut_name... yes #5 74.05 checking for struct utmp.ut_name... yes #5 74.20 checking for struct utmpx.ut_type... yes #5 74.35 checking for struct utmp.ut_type... yes #5 74.51 checking for struct utmpx.ut_pid... yes #5 74.67 checking for struct utmp.ut_pid... yes #5 74.81 checking for struct utmp.ut_tv... yes #5 75.11 checking for struct utmpx.ut_host... yes #5 75.30 checking for struct utmp.ut_host... yes #5 75.45 checking for struct utmpx.ut_id... yes #5 75.63 checking for struct utmp.ut_id... yes #5 75.79 checking for struct utmpx.ut_session... yes #5 75.93 checking for struct utmp.ut_session... yes #5 76.09 checking for struct utmpx.ut_exit... yes #5 76.40 checking for struct utmp.ut_exit... yes #5 76.74 checking for struct utmpx.ut_exit.ut_exit... no #5 76.97 checking for struct utmpx.ut_exit.e_exit... yes #5 77.14 checking for struct utmp.ut_exit.e_exit... yes #5 77.30 checking for struct utmpx.ut_exit.ut_termination... no #5 77.55 checking for struct utmpx.ut_exit.e_termination... yes #5 77.72 checking for struct utmp.ut_exit.e_termination... yes #5 77.88 checking whether sysinfo is declared... yes #5 77.96 checking for sys/sysctl.h... yes #5 78.14 checking for sysctl... yes #5 78.30 checking whether lstat correctly handles trailing slash... yes #5 78.53 checking whether // is distinct from /... no #5 78.55 checking whether realpath works... yes #5 78.83 checking for faccessat... yes #5 78.97 checking for getcwd... yes #5 79.13 checking whether byte ordering is bigendian... no #5 79.35 checking if environ is properly declared... yes #5 79.44 checking for complete errno.h... yes #5 79.49 checking whether ctype.h defines __header_inline... no #5 79.54 checking for mode_t... yes #5 79.88 checking whether strmode is declared... no #5 80.10 checking whether getline is declared... yes #5 80.34 checking for gawk... no #5 80.35 checking for mawk... mawk #5 80.35 checking for getopt.h... (cached) yes #5 80.35 checking for getopt_long_only... yes #5 80.51 checking whether getopt is POSIX compatible... yes #5 81.26 checking for working GNU getopt function... yes #5 81.55 checking for working GNU getopt_long function... yes #5 81.88 checking whether timespec_get is declared... yes #5 82.02 checking for timespec_get... yes #5 82.22 checking for struct timeval... yes #5 82.31 checking for wide-enough struct timeval.tv_sec member... yes #5 82.93 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #5 83.00 checking whether the compiler produces multi-arch binaries... no #5 83.07 checking whether stdint.h conforms to C99... yes #5 83.43 checking whether stdint.h works without ISO C predefines... yes #5 83.54 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #5 83.68 checking whether memmem is declared... yes #5 83.83 checking whether memrchr is declared... yes #5 83.96 checking whether defines MIN and MAX... no #5 84.02 checking whether defines MIN and MAX... yes #5 84.12 checking whether time_t is signed... yes #5 84.21 checking whether alarm is declared... yes #5 84.33 checking for working mktime... no #5 84.65 checking whether struct tm is in sys/time.h or time.h... time.h #5 84.73 checking for struct tm.tm_zone... yes #5 84.84 checking for struct tm.tm_gmtoff... yes #5 84.92 checking whether is self-contained... yes #5 85.31 checking for inline... inline #5 85.37 checking for sigset_t... yes #5 85.58 checking for volatile sig_atomic_t... yes #5 85.75 checking for sighandler_t... yes #5 85.92 checking for wchar_t... yes #5 85.98 checking for good max_align_t... yes #5 86.06 checking whether NULL can be used in arbitrary expressions... yes #5 86.13 checking for unreachable... no #5 86.28 checking whether fcloseall is declared... yes #5 86.43 checking whether getw is declared... yes #5 86.61 checking whether putw is declared... yes #5 86.75 checking which flavor of printf attribute matches inttypes macros... system #5 86.87 checking whether strnlen is declared... yes #5 87.11 checking whether strtoimax is declared... yes #5 87.24 checking whether stat file-mode macros are broken... no #5 87.33 checking for nlink_t... yes #5 87.52 checking for struct timespec in ... yes #5 87.60 checking for TIME_UTC in ... yes #5 87.70 checking whether execvpe is declared... yes #5 87.87 checking whether clearerr_unlocked is declared... yes #5 88.03 checking whether feof_unlocked is declared... yes #5 88.17 checking whether ferror_unlocked is declared... yes #5 88.33 checking whether fflush_unlocked is declared... yes #5 88.50 checking whether fgets_unlocked is declared... yes #5 88.65 checking whether fputc_unlocked is declared... yes #5 88.79 checking whether fputs_unlocked is declared... yes #5 88.94 checking whether fread_unlocked is declared... yes #5 89.09 checking whether fwrite_unlocked is declared... yes #5 89.24 checking whether getc_unlocked is declared... yes #5 89.39 checking whether getchar_unlocked is declared... yes #5 89.54 checking whether putc_unlocked is declared... yes #5 89.71 checking whether putchar_unlocked is declared... yes #5 89.85 checking type of array argument to getgroups... gid_t #5 90.07 checking whether getdelim is declared... yes #5 90.23 checking whether getdtablesize is declared... yes #5 90.35 checking whether malloc is ptrdiff_t safe... yes #5 90.43 checking whether malloc, realloc, calloc set errno on failure... yes #5 90.43 checking for O_CLOEXEC... yes #5 90.53 checking for promoted mode_t type... mode_t #5 90.61 checking whether the utimes function works... yes #5 90.89 checking for C compiler option to allow warnings... -Wno-error #5 91.08 checking for alignas and alignof... yes, macros #5 91.23 checking for alloca as a compiler built-in... yes #5 91.27 checking for static_assert... yes, an macro #5 91.41 checking for __builtin_expect... yes #5 91.56 checking byteswap.h usability... yes #5 91.68 checking byteswap.h presence... yes #5 91.71 checking for byteswap.h... yes #5 91.73 checking for readlinkat... yes #5 91.87 checking for library containing clock_gettime... none required #5 92.03 checking for clock_getres... yes #5 92.25 checking for clock_gettime... yes #5 92.41 checking for clock_settime... yes #5 92.56 checking for copy_file_range... yes #5 92.70 checking for d_type member in directory struct... yes #5 92.88 checking whether // is distinct from /... (cached) no #5 92.88 checking whether dup2 works... yes #5 93.10 checking for library containing backtrace_symbols_fd... none required #5 93.22 checking for faccessat... (cached) yes #5 93.22 checking whether fchmodat works... no #5 93.44 checking for readlinkat... (cached) yes #5 93.44 checking whether fcntl handles F_DUPFD correctly... yes #5 93.66 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #5 93.95 checking whether fdopendir is declared... yes #5 94.05 checking whether fdopendir works... yes #5 94.23 checking for flexible array member... yes #5 94.38 checking for __fpending... yes #5 94.56 checking whether __fpending is declared... yes #5 94.65 checking whether free is known to preserve errno... no #5 94.71 checking whether fstatat (..., 0) works... yes #5 94.86 checking for sys/mount.h... yes #5 95.08 checking for statvfs function (SVR4)... yes #5 95.29 checking whether to use statvfs64... no #5 95.38 checking for two-argument statfs with statfs.f_frsize member... yes #5 95.61 checking sys/fs/s5param.h usability... no #5 95.72 checking sys/fs/s5param.h presence... no #5 95.80 checking for sys/fs/s5param.h... no #5 95.83 checking sys/statfs.h usability... yes #5 95.99 checking sys/statfs.h presence... yes #5 96.02 checking for sys/statfs.h... yes #5 96.04 checking for statfs that truncates block counts... no #5 96.10 checking for futimens... yes #5 96.24 checking whether futimens works... yes #5 97.43 checking for getline... yes #5 97.58 checking for working getline function... yes #5 97.80 checking for getloadavg... yes #5 97.97 checking sys/loadavg.h usability... no #5 98.07 checking sys/loadavg.h presence... no #5 98.11 checking for sys/loadavg.h... no #5 98.13 checking whether getloadavg is declared... yes #5 98.23 checking for getrandom... yes #5 98.38 checking whether getrandom is compatible with its GNU+BSD signature... yes #5 98.50 checking for gettimeofday with POSIX signature... yes #5 98.60 checking whether the compiler supports the __inline keyword... yes #5 98.68 checking gmp.h usability... yes #5 98.82 checking gmp.h presence... yes #5 98.86 checking for gmp.h... yes #5 98.88 checking for library containing __gmpz_roinit_n... -lgmp #5 99.17 checking for memmem... yes #5 99.32 checking whether memmem works... yes #5 99.46 checking for mempcpy... yes #5 99.62 checking for memrchr... yes #5 99.77 checking for memset_explicit... no #5 99.94 checking for explicit_memset... no #5 100.1 checking for mkostemp... yes #5 100.3 checking for library containing nanosleep... none required #5 100.4 checking for working nanosleep... no (mishandles large arguments) #5 101.7 checking for sys/pstat.h... no #5 101.8 checking for sys/sysmp.h... no #5 101.9 checking for sys/param.h... (cached) yes #5 101.9 checking for sys/sysctl.h... (cached) yes #5 102.0 checking for sched_getaffinity_np... no #5 102.2 checking for pstat_getdynamic... no #5 102.4 checking for sysmp... no #5 102.6 checking for sysctl... (cached) yes #5 102.7 checking for sched_getaffinity... yes #5 102.8 checking for glibc compatible sched_getaffinity... yes #5 102.9 checking for pipe2... yes #5 103.0 checking whether signature of pselect conforms to POSIX... yes #5 103.2 checking whether pselect detects invalid fds... yes #5 103.4 checking whether pthread_sigmask is a macro... no #5 103.5 checking whether pthread_sigmask returns error numbers... yes #5 103.7 checking whether pthread_sigmask unblocks signals correctly... guessing yes #5 105.9 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #5 106.5 checking whether readlink signature is correct... yes #5 106.7 checking whether readlink handles trailing slash correctly... yes #5 106.9 checking whether readlink truncates results correctly... yes #5 107.2 checking for readlinkat... (cached) yes #5 107.2 checking whether readlinkat signature is correct... yes #5 107.4 checking for working re_compile_pattern... no #5 107.9 checking libintl.h usability... yes #5 108.1 checking libintl.h presence... yes #5 108.2 checking for libintl.h... yes #5 108.2 checking whether isblank is declared... yes #5 108.3 checking for sig2str... no #5 108.6 checking for sigdescr_np... no #5 108.8 checking for socklen_t... yes #5 109.0 checking for ssize_t... yes #5 109.1 checking for struct stat.st_atim.tv_nsec... yes #5 109.2 checking whether struct stat.st_atim is of type struct timespec... yes #5 109.4 checking for struct stat.st_birthtimespec.tv_nsec... no #5 109.6 checking for struct stat.st_birthtimensec... no #5 109.9 checking for struct stat.st_birthtim.tv_nsec... no #5 110.1 checking for bool, true, false... no #5 110.2 checking for stpcpy... yes #5 110.3 checking for working strnlen... yes #5 110.6 checking whether strtoimax works... yes #5 110.8 checking whether symlink handles trailing slash correctly... yes #5 111.0 checking whether localtime_r is declared... yes #5 113.3 checking whether localtime_r is compatible with its POSIX signature... yes #5 113.4 checking whether localtime works even near extrema... yes #5 113.6 checking for timezone_t... no #5 113.7 checking for timegm... yes #5 113.8 checking whether timer_settime is declared... yes #5 113.9 checking for library containing timer_settime... -lrt #5 114.2 checking for timer_settime... yes #5 114.3 checking for utimensat... yes #5 114.4 checking whether utimensat works... yes #5 115.6 checking for variable-length arrays... yes #5 116.9 checking whether getdtablesize works... yes #5 117.2 checking for __mktime_internal... no #5 117.4 checking for timer_getoverrun... yes #5 117.6 checking for gcc option to disable position independent executables... not needed #5 117.6 checking for __ctype_get_mb_cur_max... yes #5 117.7 checking whether MB_CUR_MAX is defined to function that won't link... no #5 117.8 #5 117.8 Configured for 'x86_64-pc-linux-gnu'. #5 117.8 #5 117.8 Where should the build process find the source code? . #5 117.8 What compiler should emacs be built with? gcc -g3 -O2 #5 117.8 Should Emacs use the GNU version of malloc? no #5 117.8 (The GNU allocators don't work with this system configuration.) #5 117.8 Should Emacs use a relocating allocator for buffers? no #5 117.8 Should Emacs use mmap(2) for buffer allocation? no #5 117.8 What window system should Emacs use? none #5 117.8 What toolkit should Emacs use? none #5 117.8 Where do we find X Windows header files? NONE #5 117.8 Where do we find X Windows libraries? NONE #5 117.8 Does Emacs use -lXaw3d? no #5 117.8 Is Emacs being built for Android? no #5 117.8 Does Emacs use the X Double Buffer Extension? no #5 117.8 Does Emacs use -lXpm? no #5 117.8 Does Emacs use -ljpeg? no #5 117.8 Does Emacs use -ltiff? no #5 117.8 Does Emacs use a gif library? no #5 117.8 Does Emacs use a png library? no #5 117.8 Does Emacs use -lrsvg-2? no #5 117.8 Does Emacs use -lwebp? no #5 117.8 Does Emacs use -lsqlite3? no #5 117.8 Does Emacs use cairo? no #5 117.8 Does Emacs use -llcms2? no #5 117.8 Does Emacs use imagemagick? no #5 117.8 Does Emacs use native APIs for images? no #5 117.8 Does Emacs support sound? yes #5 117.8 Does Emacs use -lgpm? no #5 117.8 Does Emacs use -ldbus? yes #5 117.8 Does Emacs use -lgconf? no #5 117.8 Does Emacs use GSettings? no #5 117.8 Does Emacs use a file notification library? yes (inotify) #5 117.8 Does Emacs use access control lists? yes -lacl -lattr #5 117.8 Does Emacs use -lselinux? no #5 117.8 Does Emacs use -lgnutls? yes #5 117.8 Does Emacs use -lxml2? no #5 117.8 Does Emacs use -lfreetype? no #5 117.8 Does Emacs use HarfBuzz? no #5 117.8 Does Emacs use -lm17n-flt? no #5 117.8 Does Emacs use -lotf? no #5 117.8 Does Emacs use -lxft? no #5 117.8 Does Emacs use -lsystemd? no #5 117.8 Does Emacs use -ljansson? no #5 117.8 Does Emacs use -ltree-sitter? no #5 117.8 Does Emacs use the GMP library? yes #5 117.8 Does Emacs directly use zlib? yes #5 117.8 Does Emacs have dynamic modules support? yes #5 117.8 Does Emacs use toolkit scroll bars? no #5 117.8 Does Emacs support Xwidgets? no #5 117.8 Does Emacs have threading support in lisp? yes #5 117.8 Does Emacs support the portable dumper? yes #5 117.8 Does Emacs support legacy unexec dumping? no #5 117.8 Which dumping strategy does Emacs use? pdumper #5 117.8 Does Emacs have native lisp compiler? yes #5 117.8 Does Emacs use version 2 of the X Input Extension? no #5 117.8 Does Emacs generate a smaller-size Japanese dictionary? no #5 117.8 #5 117.8 #5 118.4 configure: creating ./config.status #5 118.7 config.status: creating src/verbose.mk #5 118.8 config.status: creating src/emacs-module.h #5 118.8 config.status: creating Makefile #5 118.9 config.status: creating lib/gnulib.mk #5 119.0 config.status: creating ./doc/man/emacs.1 #5 119.0 config.status: creating lib/Makefile #5 119.1 config.status: creating lib-src/Makefile #5 119.2 config.status: creating oldXMenu/Makefile #5 119.3 config.status: creating src/Makefile #5 119.4 config.status: creating lwlib/Makefile #5 119.4 config.status: creating nextstep/Makefile #5 119.4 config.status: creating nt/Makefile #5 119.5 config.status: creating doc/emacs/Makefile #5 119.5 config.status: creating doc/misc/Makefile #5 119.6 config.status: creating doc/lispintro/Makefile #5 119.7 config.status: creating doc/lispref/Makefile #5 119.7 config.status: creating lisp/Makefile #5 119.8 config.status: creating leim/Makefile #5 119.8 config.status: creating test/Makefile #5 119.9 config.status: creating test/manual/noverlay/Makefile #5 120.0 config.status: creating test/infra/Makefile #5 120.0 config.status: creating admin/charsets/Makefile #5 120.1 config.status: creating admin/unidata/Makefile #5 120.2 config.status: creating admin/grammars/Makefile #5 120.3 config.status: creating java/Makefile #5 120.3 config.status: creating cross/Makefile #5 120.4 config.status: creating java/AndroidManifest.xml #5 120.4 config.status: creating src/config.h #5 120.5 config.status: executing src/epaths.h commands #5 120.7 config.status: executing src/.gdbinit commands #5 120.7 config.status: executing doc/emacs/emacsver.texi commands #5 120.8 config.status: executing etc-refcards-emacsver.tex commands #5 120.8 configure: WARNING: This configuration installs a 'movemail' program #5 120.8 that does not retrieve POP3 email. By default, Emacs 25 and earlier #5 120.8 installed a 'movemail' program that retrieved POP3 email via only #5 120.8 insecure channels, a practice that is no longer recommended but that #5 120.8 you can continue to support by using './configure --with-pop'. #5 120.8 configure: You might want to install GNU Mailutils #5 120.8 and use './configure --with-mailutils'. #5 DONE 122.6s #4 [emacs-native-comp-speed2 5/5] RUN make bootstrap -j2 #4 5.007 make actual-bootstrap || make advice-on-failure make-target=bootstrap exit-status=$? #4 5.021 make[1]: Entering directory '/checkout' #4 5.170 make bootstrap-clean #4 5.184 make[2]: Entering directory '/checkout' #4 5.321 make -C src bootstrap-clean #4 5.330 make -C oldXMenu bootstrap-clean #4 5.342 make[3]: Entering directory '/checkout/oldXMenu' #4 5.342 rm -f libXMenu11.a ./*.o deps/* #4 5.346 rm -f Makefile #4 5.348 make[3]: Entering directory '/checkout/src' #4 5.348 GEN /checkout/src/lisp.mk #4 5.350 rm -fr deps #4 5.352 make[3]: Leaving directory '/checkout/oldXMenu' #4 5.353 make -C lwlib bootstrap-clean #4 5.367 make[3]: Entering directory '/checkout/lwlib' #4 5.367 rm -f ./*.o liblw.a \#* deps/* #4 5.381 rm -f Makefile #4 5.388 rm -fr deps #4 5.392 rm -f TAGS #4 5.400 make[3]: Leaving directory '/checkout/lwlib' #4 5.402 make -C lib bootstrap-clean #4 5.519 make[3]: Entering directory '/checkout/lib' #4 5.520 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #4 5.547 rm -f core *.stackdump alloca.h assert.h byteswap.h dirent.h errno.h execinfo.h fcntl.h getopt.h getopt-cdefs.h malloc/dynarray.gl.h malloc/dynarray-skeleton.gl.h ieee754.h inttypes.h gmp.h limits.h signal.h stdckdint.h stddef.h stdint.h stdio.h stdio.h-t1 stdio.h-t2 stdio.h-t3 stdlib.h stdlib.h-t1 stdlib.h-t2 stdlib.h-t3 string.h string.h-t1 string.h-t2 sys/random.h sys/select.h sys/stat.h sys/time.h sys/types.h time.h unistd.h unistd.h-t1 unistd.h-t2 unistd.h-t3 unistd.h-t4 #4 5.571 rm -f Makefile Makefile.android #4 5.585 rm -fr deps #4 5.604 make[3]: Leaving directory '/checkout/lib' #4 5.606 make -C lib-src bootstrap-clean #4 5.633 make[3]: Entering directory '/checkout/lib-src' #4 5.633 rm -f core ./*.o ./*.res #4 5.646 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #4 5.655 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #4 5.668 rm -f TAGS Makefile blessmail Makefile.android #4 5.680 make[3]: Leaving directory '/checkout/lib-src' #4 5.680 make -C nt bootstrap-clean #4 5.696 make[3]: Entering directory '/checkout/nt' #4 5.696 rm -f core *.o *.res #4 5.714 rm -f runemacs addpm cmdproxy ddeclient #4 5.719 rm -f TAGS Makefile *.rc #4 5.732 true #4 5.743 make[3]: Leaving directory '/checkout/nt' #4 5.744 make -C doc/emacs bootstrap-clean #4 5.772 make[3]: Entering directory '/checkout/doc/emacs' #4 5.772 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #4 5.772 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #4 5.787 rm -f \ #4 5.787 ./../../info/emacs.info \ #4 5.787 ./../../info/emacs.info-[1-9] \ #4 5.787 ./../../info/emacs.info-[1-9][0-9] #4 5.799 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #4 5.807 rm -f Makefile #4 5.834 rm -f ./emacsver.texi TAGS #4 5.859 make[3]: Leaving directory '/checkout/doc/emacs' #4 5.860 make -C doc/misc bootstrap-clean #4 5.878 make[3]: Entering directory '/checkout/doc/misc' #4 5.878 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #4 5.878 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #4 5.878 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #4 5.888 rm -f gnustmp* #4 5.893 for file in auth autotype bovine calc ccmode cl dbus dired-x ebrowse ede ediff edt efaq eglot eieio emacs-gnutls emacs-mime epa erc ert eshell eudc eww flymake forms gnus htmlfontify idlwave ido info.info mairix-el message mh-e modus-themes newsticker nxml-mode octave-mode org pcl-cvs pgg rcirc reftex remember sasl sc semantic ses sieve smtpmail speedbar srecode todo-mode tramp transient url use-package vhdl-mode vip viper vtable widget wisent woman efaq-w32; do \ #4 5.893 file=`echo ${file} | sed 's/\.info$//'`.info; \ #4 5.893 rm -f \ #4 5.893 ./../../info/${file} \ #4 5.893 ./../../info/${file}-[1-9] \ #4 5.893 ./../../info/${file}-[1-9][0-9]; \ #4 5.893 done #4 5.908 rm -f android-emacs libemacs.so #4 5.927 rm -f temacs core ./*.core \#* ./*.o build-counter.c #4 5.941 rm -f dmpstruct.h #4 5.956 rm -f emacs.pdmp #4 5.968 rm -f ../etc/DOC #4 5.975 rm -f bootstrap-emacs bootstrap-emacs.pdmp #4 5.983 rm -f emacs-30.0.50 #4 5.993 rm -f buildobj.h #4 6.017 rm -f globals.h gl-stamp #4 6.024 rm -f ./*.res ./*.tmp #4 6.030 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #4 6.048 rm -f ../etc/DOC* #4 6.056 rm -f deps/* #4 6.063 rm -f emacs-module.h epaths.h config.h config.stamp #4 6.072 if test -f ./.gdbinit; then \ #4 6.072 mv ./.gdbinit ./.gdbinit.save; \ #4 6.072 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #4 6.072 else mv ./.gdbinit.save ./.gdbinit; fi; \ #4 6.072 fi #4 6.229 make[3]: Leaving directory '/checkout/src' #4 6.231 make -C doc/lispref bootstrap-clean #4 6.268 make[3]: Entering directory '/checkout/doc/lispref' #4 6.282 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #4 6.282 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #4 6.310 rm -f elisp[12]* vol[12].tmp #4 6.324 rm -f \ #4 6.324 ./../../info/elisp.info \ #4 6.324 ./../../info/elisp.info-[1-9] \ #4 6.324 ./../../info/elisp.info-[1-9][0-9] #4 6.332 rm -f ./../../info/elisp_type_hierarchy.txt ./../../info/elisp_type_hierarchy.jpg #4 6.338 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #4 6.345 rm -f vol[12].dvi vol[12].pdf vol[12].ps #4 6.354 rm -f Makefile #4 6.374 rm -f TAGS #4 6.389 make[3]: Leaving directory '/checkout/doc/lispref' #4 6.390 make -C doc/lispintro bootstrap-clean #4 6.411 make[3]: Entering directory '/checkout/doc/lispintro' #4 6.424 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #4 6.424 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #4 6.440 rm -f \ #4 6.440 ./../../info/eintr.info \ #4 6.440 ./../../info/eintr.info-[1-9] #4 6.454 rm -f emacs-lisp-intro.dvi eintr.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #4 6.469 rm -f Makefile #4 6.482 rm -f TAGS #4 6.489 make[3]: Leaving directory '/checkout/doc/lispintro' #4 6.490 make -C test bootstrap-clean #4 6.513 make[3]: Entering directory '/checkout/test' #4 6.736 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #4 6.804 find . '(' -name '*.xml' -a ! -path '*resources*' ')' -delete #4 6.831 rm -f ./lisp/gnus/mml-sec-resources/random_seed #4 6.840 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #4 6.840 src/emacs-module-resources/*.dll gmp.h #4 6.846 find . -name '*.elc' -delete #4 6.873 make[3]: Leaving directory '/checkout/test' #4 6.874 make -C java bootstrap-clean #4 7.072 make[3]: Entering directory '/checkout/java' #4 7.072 rm -f *.apk emacs.apk-in *.dex *.unaligned *.class *.idsig #4 7.078 rm -rf install-temp ./org/gnu/emacs/R.java TAGS #4 7.084 find . -name '*.class' -delete #4 7.108 rm -f Makefile ndk-build.mk #4 7.115 make[3]: Leaving directory '/checkout/java' #4 7.116 make -C cross bootstrap-clean #4 7.127 make[3]: Entering directory '/checkout/cross' #4 7.128 for dir in src lib-src lib etc; do \ #4 7.128 find $dir -type f -delete; \ #4 7.128 done #4 7.141 rm -rf lib/config.h lib-src/config.h #4 7.143 if test -f ndk-build/Makefile; then \ #4 7.143 make -C ndk-build clean; \ #4 7.143 fi #4 7.149 for dir in src lib-src lib etc; do \ #4 7.149 find $dir -type l -delete; \ #4 7.149 done #4 7.166 rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile #4 7.170 rm -rf ndk-build/ndk-build.mk Makefile #4 7.175 make[3]: Leaving directory '/checkout/cross' #4 7.176 make -C nextstep bootstrap-clean #4 7.186 make[3]: Entering directory '/checkout/nextstep' #4 7.186 rm -rf #4 7.192 rm -f Makefile #4 7.198 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #4 7.198 GNUstep/Emacs.base/Resources/Emacs.desktop \ #4 7.198 Cocoa/Emacs.base/Contents/Info.plist \ #4 7.198 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #4 7.203 make[3]: Leaving directory '/checkout/nextstep' #4 7.204 rm -f ./modus-themes.texi ./org.texi #4 7.212 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #4 7.218 rm -f Makefile #4 7.229 make -C admin/charsets bootstrap-clean #4 7.245 make[3]: Entering directory '/checkout/admin/charsets' #4 7.255 make[3]: Nothing to be done for 'bootstrap-clean'. #4 7.255 make[3]: Leaving directory '/checkout/admin/charsets' #4 7.255 make -C admin/unidata bootstrap-clean #4 7.262 make[3]: Entering directory '/checkout/admin/unidata' #4 7.317 rm -f ./*.elc unidata.txt #4 7.331 make[3]: Leaving directory '/checkout/admin/unidata' #4 7.332 make -C leim bootstrap-clean #4 7.351 make[3]: Entering directory '/checkout/leim' #4 7.351 rm -f ./../lisp/leim/quail/CCDOSPY.el ./../lisp/leim/quail/Punct.el ./../lisp/leim/quail/QJ.el ./../lisp/leim/quail/SW.el ./../lisp/leim/quail/TONEPY.el ./../lisp/leim/quail/4Corner.el ./../lisp/leim/quail/ARRAY30.el ./../lisp/leim/quail/ECDICT.el ./../lisp/leim/quail/ETZY.el ./../lisp/leim/quail/Punct-b5.el ./../lisp/leim/quail/PY-b5.el ./../lisp/leim/quail/QJ-b5.el ./../lisp/leim/quail/ZOZY.el ./../lisp/leim/quail/tsang-b5.el ./../lisp/leim/quail/quick-b5.el ./../lisp/leim/quail/tsang-cns.el ./../lisp/leim/quail/quick-cns.el ./../lisp/leim/quail/PY.el ./../lisp/leim/quail/ZIRANMA.el ./../lisp/leim/quail/CTLau.el ./../lisp/leim/quail/CTLau-b5.el ./../lisp/language/pinyin.el ./../lisp/leim/leim-list.el #4 7.354 rm -f TAGS #4 7.359 make[3]: Leaving directory '/checkout/leim' #4 7.363 make -C lisp bootstrap-clean #4 7.364 make[3]: Leaving directory '/checkout/doc/misc' #4 7.365 make -C admin/grammars bootstrap-clean #4 7.374 make[3]: Entering directory '/checkout/admin/grammars' #4 7.376 make[3]: Entering directory '/checkout/lisp' #4 7.377 make[3]: Nothing to be done for 'bootstrap-clean'. #4 7.377 make[3]: Leaving directory '/checkout/admin/grammars' #4 7.409 find . -name '*.elc' -delete #4 7.419 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #4 7.427 make[3]: Leaving directory '/checkout/lisp' #4 7.428 [ ! -f config.log ] || mv -f config.log config.log~ #4 7.539 rm -rf ./info #4 7.544 rm -f ./etc/refcards/emacsver.tex #4 7.549 rm -rf native-lisp/ lisp/leim/ja-dic/ #4 7.553 rm -fr autom4te.cache config.cache #4 7.558 rm -f config.log ./doc/man/emacs.1 #4 7.563 make[2]: Leaving directory '/checkout' #4 7.564 cd . && ./autogen.sh autoconf #4 7.575 Checking whether you have the necessary tools... #4 7.575 (Read INSTALL.REPO for more details on building Emacs) #4 7.583 Checking for autoconf (need at least version 2.65) ... ok #4 7.647 Your system has the required tools. #4 7.713 Running 'autoreconf -fi -I m4' ... #4 20.73 Building 'aclocal.m4' in exec ... #4 20.74 Running 'autoreconf -fi' in exec ... #4 24.96 You can now run './autogen.sh git'. #4 24.97 make MAKEFILE_NAME=force-Makefile force-Makefile #4 24.98 make[2]: Entering directory '/checkout' #4 24.98 make[2]: *** No rule to make target 'echo-sources'. Stop. #4 25.06 if [ -x ./config.status ]; then \ #4 25.06 ./config.status --recheck; \ #4 25.06 else \ #4 25.06 ./configure --cache-file=/dev/null; \ #4 25.06 fi #4 25.14 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --with-native-compilation --no-create --no-recursion #4 25.40 checking for xcrun... no #4 25.41 checking for GNU Make... make #4 25.45 checking build system type... x86_64-pc-linux-gnu #4 25.61 checking host system type... x86_64-pc-linux-gnu #4 25.65 checking for gcc... gcc #4 25.72 checking whether the C compiler works... yes #4 25.83 checking for C compiler default output file name... a.out #4 25.83 checking for suffix of executables... #4 25.93 checking whether we are cross compiling... no #4 26.05 checking for suffix of object files... o #4 26.11 checking whether we are using the GNU C compiler... yes #4 26.17 checking whether gcc accepts -g... yes #4 26.23 checking for gcc option to enable C11 features... none needed #4 26.38 checking whether the compiler is clang... no #4 26.45 checking for compiler option needed when checking for declarations... none #4 26.46 checking whether gcc and cc understand -c and -o together... yes #4 26.70 checking how to run the C preprocessor... gcc -E #4 26.84 checking for grep that handles long lines and -e... /bin/grep #4 26.85 checking for egrep... /bin/grep -E #4 26.85 checking for ANSI C header files... yes #4 27.16 checking for sys/types.h... yes #4 27.27 checking for sys/stat.h... yes #4 27.39 checking for stdlib.h... yes #4 27.49 checking for string.h... yes #4 27.60 checking for memory.h... yes #4 27.71 checking for strings.h... yes #4 27.81 checking for inttypes.h... yes #4 27.92 checking for stdint.h... yes #4 28.02 checking for unistd.h... yes #4 28.15 checking for wchar.h... yes #4 28.28 checking for minix/config.h... no #4 28.39 checking for linux/fs.h... yes #4 28.57 checking for malloc.h... yes #4 28.68 checking for sys/systeminfo.h... no #4 28.79 checking for sys/sysinfo.h... yes #4 28.92 checking for coff.h... no #4 29.01 checking for pty.h... yes #4 29.12 checking for sys/resource.h... yes #4 29.23 checking for sys/utsname.h... yes #4 29.34 checking for pwd.h... yes #4 29.45 checking for util.h... no #4 29.56 checking for sanitizer/lsan_interface.h... yes #4 29.72 checking for sanitizer/asan_interface.h... yes #4 29.85 checking for sanitizer/common_interface_defs.h... yes #4 29.96 checking for sys/socket.h... yes #4 30.07 checking for stdlib.h... (cached) yes #4 30.09 checking for unistd.h... (cached) yes #4 30.11 checking for sys/param.h... yes #4 30.23 checking for pthread.h... yes #4 30.35 checking for malloc/malloc.h... no #4 30.44 checking for sys/un.h... yes #4 30.55 checking for utmp.h... yes #4 30.72 checking for utmpx.h... yes #4 30.86 checking for OS.h... no #4 30.98 checking for dirent.h... yes #4 31.09 checking for execinfo.h... yes #4 31.20 checking for linux/xattr.h... yes #4 31.34 checking for stdio_ext.h... yes #4 31.45 checking for sys/vfs.h... yes #4 31.55 checking for sys/fs_types.h... no #4 31.64 checking for getopt.h... yes #4 31.79 checking for sys/cdefs.h... yes #4 31.97 checking for sys/time.h... yes #4 32.09 checking for ieee754.h... yes #4 32.25 checking for limits.h... yes #4 32.36 checking for inttypes.h... (cached) yes #4 32.39 checking for sys/types.h... (cached) yes #4 32.42 checking for stdint.h... (cached) yes #4 32.46 checking for sys/select.h... yes #4 32.58 checking for stdbool.h... yes #4 32.71 checking for stdckdint.h... no #4 32.82 checking for sys/random.h... yes #4 32.97 checking for sys/stat.h... (cached) yes #4 33.00 checking whether it is safe to define __EXTENSIONS__... yes #4 33.11 checking whether _XOPEN_SOURCE should be defined... no #4 33.19 checking for Minix Amsterdam compiler... no #4 33.22 checking for ar... ar #4 33.22 checking for ranlib... ranlib #4 33.22 checking for gcc option to enable large file support... none needed #4 33.36 checking for gcc option for timestamps after 2038... none needed #4 33.42 checking whether gcc accepts -g3 -O2... yes #4 33.54 checking whether the compiler is clang... no #4 33.62 checking whether C compiler handles -Werror -Wunknown-warning-option... no #4 33.70 checking whether -Wno-missing-field-initializers is needed... yes #4 33.84 checking whether -Wuninitialized is supported... yes #4 33.96 checking whether C compiler handles -fstrict-flex-arrays... no #4 34.03 checking whether C compiler handles -Wall... yes #4 34.17 checking whether C compiler handles -Warith-conversion... yes #4 34.31 checking whether C compiler handles -Wdate-time... yes #4 34.46 checking whether C compiler handles -Wdisabled-optimization... yes #4 34.61 checking whether C compiler handles -Wdouble-promotion... yes #4 34.74 checking whether C compiler handles -Wduplicated-cond... yes #4 34.86 checking whether C compiler handles -Wextra... yes #4 35.01 checking whether C compiler handles -Wformat-signedness... yes #4 35.14 checking whether C compiler handles -Winit-self... yes #4 35.27 checking whether C compiler handles -Winvalid-pch... yes #4 35.46 checking whether C compiler handles -Wlogical-op... yes #4 35.67 checking whether C compiler handles -Wmissing-declarations... yes #4 35.84 checking whether C compiler handles -Wmissing-include-dirs... yes #4 36.07 checking whether C compiler handles -Wmissing-prototypes... yes #4 36.32 checking whether C compiler handles -Wnested-externs... yes #4 36.46 checking whether C compiler handles -Wnull-dereference... yes #4 36.58 checking whether C compiler handles -Wold-style-definition... yes #4 36.74 checking whether C compiler handles -Wopenmp-simd... yes #4 36.85 checking whether C compiler handles -Wpacked... yes #4 36.97 checking whether C compiler handles -Wpointer-arith... yes #4 37.11 checking whether C compiler handles -Wstrict-flex-arrays... no #4 37.18 checking whether C compiler handles -Wstrict-prototypes... yes #4 37.33 checking whether C compiler handles -Wsuggest-attribute=format... yes #4 37.48 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #4 37.62 checking whether C compiler handles -Wsuggest-final-methods... yes #4 37.79 checking whether C compiler handles -Wsuggest-final-types... yes #4 37.92 checking whether C compiler handles -Wtrampolines... yes #4 38.06 checking whether C compiler handles -Wuninitialized... yes #4 38.23 checking whether C compiler handles -Wunknown-pragmas... yes #4 38.35 checking whether C compiler handles -Wunused-macros... yes #4 38.48 checking whether C compiler handles -Wvariadic-macros... yes #4 38.61 checking whether C compiler handles -Wvector-operation-performance... yes #4 38.75 checking whether C compiler handles -Wwrite-strings... yes #4 39.04 checking whether C compiler handles -Warray-bounds=2... yes #4 39.28 checking whether C compiler handles -Wattribute-alias=2... yes #4 39.43 checking whether C compiler handles -Wformat=2... yes #4 39.56 checking whether C compiler handles -Wformat-truncation=2... yes #4 39.69 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #4 39.84 checking whether C compiler handles -Wshift-overflow=2... yes #4 39.99 checking whether C compiler handles -Wuse-after-free=3... no #4 40.06 checking whether C compiler handles -Wvla-larger-than=4031... yes #4 40.23 checking whether C compiler handles -Wno-missing-field-initializers... yes #4 40.40 checking whether C compiler handles -Wredundant-decls... yes #4 40.55 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #4 40.55 checking whether C compiler handles -Wno-override-init... yes #4 40.72 checking whether C compiler handles -Wno-sign-compare... yes #4 40.86 checking whether C compiler handles -Wno-type-limits... yes #4 40.98 checking whether C compiler handles -Wno-unused-parameter... yes #4 41.11 checking whether C compiler handles -Wno-format-nonliteral... yes #4 41.23 checking whether C compiler handles -Wno-bidi-chars... no #4 41.28 checking for a BSD-compatible install... /usr/bin/install -c #4 41.31 checking command to symlink files in the same directory... ln -s #4 41.32 checking for install-info... : #4 41.32 checking for gzip... /bin/gzip #4 41.33 checking for 'find' args to delete a file... -delete #4 41.34 checking for brew... no #4 41.72 checking for -znocombreloc... not needed #4 41.72 checking whether addresses are sanitized... no #4 41.77 checking for math library... -lm #4 42.39 checking for struct passwd.pw_gecos... yes #4 42.54 checking for pkg-config... /usr/bin/pkg-config #4 42.54 checking pkg-config is at least version 0.9.0... yes #4 42.56 checking for machine/soundcard.h... no #4 42.69 checking for sys/soundcard.h... yes #4 42.87 checking for soundcard.h... no #4 42.97 checking for mmsystem.h... no #4 43.03 checking for _oss_ioctl in -lossaudio... no #4 43.23 checking for alsa >= 1.0.0... no #4 43.25 checking for ADDR_NO_RANDOMIZE... yes #4 43.36 checking if Linux sysinfo may be used... yes #4 43.68 checking for sys/wait.h that is POSIX.1 compatible... yes #4 43.85 checking for net/if.h... yes #4 44.01 checking for ifaddrs.h... yes #4 44.35 checking for net/if_dl.h... no #4 44.60 checking for struct ifreq.ifr_flags... yes #4 44.88 checking for struct ifreq.ifr_hwaddr... yes #4 45.22 checking for struct ifreq.ifr_netmask... yes #4 45.60 checking for struct ifreq.ifr_broadaddr... yes #4 45.96 checking for struct ifreq.ifr_addr... yes #4 46.29 checking for struct ifreq.ifr_addr.sa_len... no #4 46.56 checking whether gcc understands -MMD -MF... yes #4 46.71 checking for X... no #4 46.88 checking for X... false #4 46.88 checking whether malloc is Doug Lea style... no #4 46.99 checking for sbrk... yes #4 47.21 checking for __lsan_ignore_object... no #4 47.39 checking for fchmod... yes #4 47.58 checking for utmpname... yes #4 47.75 checking for utmpxname... yes #4 47.93 checking for canonicalize_file_name... yes #4 48.11 checking for realpath... yes #4 48.28 checking for lstat... yes #4 48.47 checking for fchmodat... yes #4 48.61 checking for lchmod... no #4 48.71 checking for fcntl... yes #4 48.96 checking for fdopendir... yes #4 49.29 checking for listxattr... yes #4 49.60 checking for fstatat... yes #4 51.76 checking for fsync... yes #4 52.79 checking for gettimeofday... yes #4 53.20 checking for memset_s... no #4 53.38 checking for pselect... yes #4 53.68 checking for readlink... yes #4 53.90 checking for isblank... yes #4 54.15 checking for iswctype... yes #4 54.36 checking for strtoimax... yes #4 54.56 checking for symlink... yes #4 54.78 checking for localtime_r... yes #4 55.03 checking for getdtablesize... yes #4 55.23 checking for getpagesize... yes #4 55.46 checking for working mmap... yes #4 55.75 checking for main in -lXbsd... no #4 55.88 checking for pthread library... -lpthread #4 56.28 checking for thread support... yes #4 56.29 checking for sqlite3_open_v2 in -lsqlite3... no #4 56.42 checking for getaddrinfo_a in -lanl... yes #4 56.60 checking for malloc_trim... yes #4 56.76 checking for dbus-1 >= 1.0... yes #4 56.81 checking for dbus_watch_get_unix_fd... yes #4 57.03 checking for dbus_type_is_valid... yes #4 57.20 checking for dbus_validate_bus_name... yes #4 57.37 checking for dbus_validate_path... yes #4 57.55 checking for dbus_validate_interface... yes #4 57.73 checking for dbus_validate_member... yes #4 57.90 checking for lgetfilecon in -lselinux... no #4 58.00 checking for gnutls >= 2.12.2... yes #4 58.03 checking for libsystemd >= 222... no #4 58.05 checking for jansson >= 2.7... no #4 58.08 checking for tree-sitter >= 0.20.2... no #4 58.10 checking for tree-sitter >= 0.6.3... no #4 58.12 checking sys/inotify.h usability... yes #4 58.24 checking sys/inotify.h presence... yes #4 58.28 checking for sys/inotify.h... yes #4 58.30 checking for inotify_init... yes #4 58.56 checking for inotify_init1... yes #4 58.98 checking for lcms2... no #4 59.01 checking for library containing inflateEnd... -lz #4 59.62 checking for dladdr... yes #4 59.95 checking for dlfunc... no #4 60.27 checking for gcc_jit_context_acquire in -lgccjit... yes #4 60.52 checking libgccjit.h usability... yes #4 60.72 checking libgccjit.h presence... yes #4 60.85 checking for libgccjit.h... yes #4 61.46 checking gpm.h usability... no #4 61.64 checking gpm.h presence... no #4 61.69 checking for gpm.h... no #4 61.70 checking for libxml-2.0 > 2.6.17... no #4 61.74 checking for maillock in -lmail... no #4 61.95 checking for maillock in -llockfile... no #4 62.10 checking for liblockfile.so... no #4 62.10 checking maillock.h usability... no #4 62.27 checking maillock.h presence... no #4 62.35 checking for maillock.h... no #4 62.37 checking linux/seccomp.h usability... yes #4 62.57 checking linux/seccomp.h presence... yes #4 62.63 checking for linux/seccomp.h... yes #4 62.68 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #4 62.85 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #4 62.97 checking linux/filter.h usability... yes #4 63.13 checking linux/filter.h presence... yes #4 63.17 checking for linux/filter.h... yes #4 63.24 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #4 63.30 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #4 63.31 checking for libseccomp >= 2.5.2... no #4 63.50 checking size of long... 8 #4 64.32 checking for accept4... yes #4 64.63 checking for fchdir... yes #4 64.91 checking for gethostname... yes #4 65.14 checking for getrusage... yes #4 65.41 checking for get_current_dir_name... yes #4 65.56 checking for lrand48... yes #4 65.78 checking for random... yes #4 66.00 checking for rint... yes #4 66.35 checking for tcdrain... yes #4 66.60 checking for trunc... yes #4 66.88 checking for select... yes #4 67.13 checking for getpagesize... (cached) yes #4 67.16 checking for setlocale... yes #4 67.32 checking for newlocale... yes #4 67.49 checking for getrlimit... yes #4 67.73 checking for setrlimit... yes #4 67.96 checking for shutdown... yes #4 68.20 checking for pthread_sigmask... (cached) yes #4 68.24 checking for strsignal... yes #4 68.47 checking for setitimer... yes #4 68.80 checking for sendto... yes #4 69.09 checking for recvfrom... yes #4 69.80 checking for getsockname... yes #4 70.15 checking for getifaddrs... yes #4 70.53 checking for freeifaddrs... yes #4 70.96 checking for gai_strerror... yes #4 71.24 checking for sync... yes #4 71.57 checking for endpwent... yes #4 71.83 checking for getgrent... yes #4 72.08 checking for endgrent... yes #4 72.39 checking for cfmakeraw... yes #4 72.71 checking for cfsetspeed... yes #4 72.99 checking for __executable_start... yes #4 73.25 checking for log2... yes #4 74.06 checking for pthread_setname_np... yes #4 74.27 checking for pthread_set_name_np... no #4 74.43 checking for getpwent... yes #4 74.63 checking for renameat2... yes #4 74.79 checking whether pthread_setname_np takes a single argument... no #4 74.91 checking whether pthread_setname_np takes three arguments... no #4 75.00 checking for aligned_alloc... yes #4 75.26 checking whether aligned_alloc is declared... yes #4 75.41 checking for posix_madvise... yes #4 75.59 checking for madvise... yes #4 75.87 checking for __builtin_frame_address... yes #4 76.07 checking for __builtin_unwind_init... yes #4 76.24 checking for _LARGEFILE_SOURCE value needed for large files... no #4 76.49 checking for grantpt... yes #4 76.68 checking for getpt... yes #4 76.88 checking for posix_openpt... yes #4 77.10 checking for library containing tputs... -ltinfo #4 77.50 checking whether -ltinfo library defines BC... yes #4 77.69 checking for timerfd interface... yes #4 77.78 checking whether signals can be handled on alternate stack... yes #4 77.95 checking valgrind/valgrind.h usability... no #4 78.06 checking valgrind/valgrind.h presence... no #4 78.12 checking for valgrind/valgrind.h... no #4 78.12 checking for struct unipair.unicode... yes #4 78.23 checking for pid_t... yes #4 78.54 checking vfork.h usability... no #4 78.67 checking vfork.h presence... no #4 78.72 checking for vfork.h... no #4 78.74 checking for fork... yes #4 79.00 checking for vfork... yes #4 79.25 checking for working fork... yes #4 79.47 checking for working vfork... (cached) yes #4 79.49 checking for snprintf... yes #4 79.74 checking for open_memstream... yes #4 79.96 checking spawn.h usability... yes #4 80.20 checking spawn.h presence... yes #4 80.27 checking for spawn.h... yes #4 80.29 checking for posix_spawn... yes #4 80.47 checking for posix_spawn_file_actions_addchdir... no #4 80.66 checking for posix_spawn_file_actions_addchdir_np... yes #4 80.90 checking for posix_spawnattr_setflags... yes #4 81.16 checking whether POSIX_SPAWN_SETSID is declared... yes #4 81.27 checking whether GLib is linked in... no #4 81.34 checking for nl_langinfo and CODESET... yes #4 81.55 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #4 81.70 checking for mbstate_t... yes #4 81.94 checking for signals via characters... yes #4 82.05 checking for _setjmp... yes #4 82.24 checking for sigsetjmp... yes #4 82.45 checking POSIX termios... yes #4 82.67 checking size of speed_t... 4 #4 82.90 checking for usable FIONREAD... yes #4 83.07 checking for usable SIGIO... yes #4 83.25 checking for struct alignment... yes #4 83.34 checking for C/C++ restrict keyword... __restrict__ #4 83.46 checking for typeof syntax and keyword spelling... typeof #4 83.59 checking for statement expressions... yes #4 83.80 checking whether malloc (0) returns nonnull... yes #4 84.03 checking sys/acl.h usability... yes #4 84.17 checking sys/acl.h presence... yes #4 84.21 checking for sys/acl.h... yes #4 84.22 checking for library containing acl_get_file... -lacl #4 84.51 checking for acl_get_file... yes #4 84.68 checking for acl_get_fd... yes #4 85.02 checking for acl_set_file... yes #4 85.33 checking for acl_set_fd... yes #4 85.64 checking for acl_free... yes #4 85.91 checking for acl_from_mode... yes #4 86.10 checking for acl_from_text... yes #4 86.27 checking for acl_delete_def_file... yes #4 86.47 checking for acl_extended_file... yes #4 86.71 checking for acl_delete_fd_np... no #4 86.91 checking for acl_delete_file_np... no #4 87.09 checking for acl_copy_ext_native... no #4 87.28 checking for acl_create_entry_np... no #4 87.45 checking for acl_to_short_text... no #4 87.64 checking for acl_free_text... no #4 87.87 checking for working acl_get_file... yes #4 88.09 checking acl/libacl.h usability... yes #4 88.23 checking acl/libacl.h presence... yes #4 88.28 checking for acl/libacl.h... yes #4 88.29 checking for acl_entries... yes #4 88.43 checking for ACL_FIRST_ENTRY... yes #4 88.55 checking for ACL_TYPE_EXTENDED... no #4 88.63 checking for working alloca.h... yes #4 88.78 checking for alloca... yes #4 88.92 checking for a thread-safe mkdir -p... /bin/mkdir -p #4 88.94 checking whether the preprocessor supports include_next... yes #4 89.07 checking whether source code line length is unlimited... yes #4 89.13 checking whether endutent is declared... yes #4 89.28 checking for struct utmpx.ut_user... yes #4 89.49 checking for struct utmp.ut_user... yes #4 89.68 checking for struct utmpx.ut_name... yes #4 89.88 checking for struct utmp.ut_name... yes #4 90.16 checking for struct utmpx.ut_type... yes #4 90.35 checking for struct utmp.ut_type... yes #4 90.51 checking for struct utmpx.ut_pid... yes #4 90.75 checking for struct utmp.ut_pid... yes #4 90.98 checking for struct utmp.ut_tv... yes #4 91.38 checking for struct utmpx.ut_host... yes #4 91.64 checking for struct utmp.ut_host... yes #4 91.90 checking for struct utmpx.ut_id... yes #4 92.13 checking for struct utmp.ut_id... yes #4 92.33 checking for struct utmpx.ut_session... yes #4 92.52 checking for struct utmp.ut_session... yes #4 92.68 checking for struct utmpx.ut_exit... yes #4 92.97 checking for struct utmp.ut_exit... yes #4 93.32 checking for struct utmpx.ut_exit.ut_exit... no #4 93.54 checking for struct utmpx.ut_exit.e_exit... yes #4 93.71 checking for struct utmp.ut_exit.e_exit... yes #4 93.96 checking for struct utmpx.ut_exit.ut_termination... no #4 94.33 checking for struct utmpx.ut_exit.e_termination... yes #4 94.59 checking for struct utmp.ut_exit.e_termination... yes #4 94.76 checking whether sysinfo is declared... yes #4 94.85 checking for sys/sysctl.h... yes #4 95.06 checking for sysctl... yes #4 95.28 checking whether lstat correctly handles trailing slash... yes #4 95.55 checking whether // is distinct from /... no #4 95.56 checking whether realpath works... yes #4 95.91 checking for faccessat... yes #4 96.07 checking for getcwd... yes #4 96.27 checking whether byte ordering is bigendian... no #4 96.56 checking if environ is properly declared... yes #4 96.64 checking for complete errno.h... yes #4 96.68 checking whether ctype.h defines __header_inline... no #4 96.74 checking for mode_t... yes #4 97.12 checking whether strmode is declared... no #4 97.26 checking whether getline is declared... yes #4 97.40 checking for gawk... no #4 97.40 checking for mawk... mawk #4 97.40 checking for getopt.h... (cached) yes #4 97.41 checking for getopt_long_only... yes #4 97.61 checking whether getopt is POSIX compatible... yes #4 98.67 checking for working GNU getopt function... yes #4 98.97 checking for working GNU getopt_long function... yes #4 99.27 checking whether timespec_get is declared... yes #4 99.37 checking for timespec_get... yes #4 99.50 checking for struct timeval... yes #4 99.60 checking for wide-enough struct timeval.tv_sec member... yes #4 99.80 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #4 99.90 checking whether the compiler produces multi-arch binaries... no #4 99.98 checking whether stdint.h conforms to C99... yes #4 101.4 checking whether stdint.h works without ISO C predefines... yes #4 101.5 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #4 101.6 checking whether memmem is declared... yes #4 101.8 checking whether memrchr is declared... yes #4 104.0 checking whether defines MIN and MAX... no #4 104.1 checking whether defines MIN and MAX... yes #4 104.2 checking whether time_t is signed... yes #4 104.4 checking whether alarm is declared... yes #4 104.6 checking for working mktime... no #4 105.1 checking whether struct tm is in sys/time.h or time.h... time.h #4 105.2 checking for struct tm.tm_zone... yes #4 105.3 checking for struct tm.tm_gmtoff... yes #4 105.4 checking whether is self-contained... yes #4 105.8 checking for inline... inline #4 105.9 checking for sigset_t... yes #4 106.2 checking for volatile sig_atomic_t... yes #4 106.4 checking for sighandler_t... yes #4 106.6 checking for wchar_t... yes #4 106.8 checking for good max_align_t... yes #4 106.9 checking whether NULL can be used in arbitrary expressions... yes #4 107.0 checking for unreachable... no #4 107.2 checking whether fcloseall is declared... yes #4 107.4 checking whether getw is declared... yes #4 107.6 checking whether putw is declared... yes #4 107.8 checking which flavor of printf attribute matches inttypes macros... system #4 108.0 checking whether strnlen is declared... yes #4 108.2 checking whether strtoimax is declared... yes #4 108.5 checking whether stat file-mode macros are broken... no #4 108.6 checking for nlink_t... yes #4 108.9 checking for struct timespec in ... yes #4 109.0 checking for TIME_UTC in ... yes #4 109.3 checking whether execvpe is declared... yes #4 109.5 checking whether clearerr_unlocked is declared... yes #4 109.7 checking whether feof_unlocked is declared... yes #4 110.0 checking whether ferror_unlocked is declared... yes #4 110.1 checking whether fflush_unlocked is declared... yes #4 110.3 checking whether fgets_unlocked is declared... yes #4 110.5 checking whether fputc_unlocked is declared... yes #4 110.7 checking whether fputs_unlocked is declared... yes #4 110.9 checking whether fread_unlocked is declared... yes #4 111.1 checking whether fwrite_unlocked is declared... yes #4 111.3 checking whether getc_unlocked is declared... yes #4 111.5 checking whether getchar_unlocked is declared... yes #4 111.7 checking whether putc_unlocked is declared... yes #4 111.9 checking whether putchar_unlocked is declared... yes #4 112.3 checking type of array argument to getgroups... gid_t #4 112.8 checking whether getdelim is declared... yes #4 113.0 checking whether getdtablesize is declared... yes #4 113.2 checking whether malloc is ptrdiff_t safe... yes #4 113.3 checking whether malloc, realloc, calloc set errno on failure... yes #4 113.3 checking for O_CLOEXEC... yes #4 113.4 checking for promoted mode_t type... mode_t #4 113.5 checking whether the utimes function works... yes #4 113.8 checking for C compiler option to allow warnings... -Wno-error #4 114.0 checking for alignas and alignof... yes, macros #4 114.3 checking for alloca as a compiler built-in... yes #4 114.3 checking for static_assert... yes, an macro #4 114.6 checking for __builtin_expect... yes #4 114.8 checking byteswap.h usability... yes #4 115.0 checking byteswap.h presence... yes #4 115.1 checking for byteswap.h... yes #4 115.2 checking for readlinkat... yes #4 115.4 checking for library containing clock_gettime... none required #4 115.6 checking for clock_getres... yes #4 115.8 checking for clock_gettime... yes #4 116.0 checking for clock_settime... yes #4 116.4 checking for copy_file_range... yes #4 116.7 checking for d_type member in directory struct... yes #4 117.1 checking whether // is distinct from /... (cached) no #4 117.1 checking whether dup2 works... yes #4 117.4 checking for library containing backtrace_symbols_fd... none required #4 117.6 checking for faccessat... (cached) yes #4 117.6 checking whether fchmodat works... no #4 117.9 checking for readlinkat... (cached) yes #4 117.9 checking whether fcntl handles F_DUPFD correctly... yes #4 118.3 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #4 118.8 checking whether fdopendir is declared... yes #4 118.9 checking whether fdopendir works... yes #4 119.1 checking for flexible array member... yes #4 119.2 checking for __fpending... yes #4 119.4 checking whether __fpending is declared... yes #4 119.6 checking whether free is known to preserve errno... no #4 119.7 checking whether fstatat (..., 0) works... yes #4 120.2 checking for sys/mount.h... yes #4 121.1 checking for statvfs function (SVR4)... yes #4 121.4 checking whether to use statvfs64... no #4 121.5 checking for two-argument statfs with statfs.f_frsize member... yes #4 121.8 checking sys/fs/s5param.h usability... no #4 121.9 checking sys/fs/s5param.h presence... no #4 122.0 checking for sys/fs/s5param.h... no #4 122.0 checking sys/statfs.h usability... yes #4 122.2 checking sys/statfs.h presence... yes #4 122.2 checking for sys/statfs.h... yes #4 122.3 checking for statfs that truncates block counts... no #4 122.4 checking for futimens... yes #4 122.6 checking whether futimens works... yes #4 123.9 checking for getline... yes #4 124.1 checking for working getline function... yes #4 124.4 checking for getloadavg... yes #4 124.6 checking sys/loadavg.h usability... no #4 124.7 checking sys/loadavg.h presence... no #4 124.8 checking for sys/loadavg.h... no #4 124.8 checking whether getloadavg is declared... yes #4 125.0 checking for getrandom... yes #4 125.2 checking whether getrandom is compatible with its GNU+BSD signature... yes #4 125.3 checking for gettimeofday with POSIX signature... yes #4 125.5 checking whether the compiler supports the __inline keyword... yes #4 125.7 checking gmp.h usability... yes #4 125.9 checking gmp.h presence... yes #4 126.0 checking for gmp.h... yes #4 126.0 checking for library containing __gmpz_roinit_n... -lgmp #4 126.6 checking for memmem... yes #4 126.8 checking whether memmem works... yes #4 127.0 checking for mempcpy... yes #4 127.1 checking for memrchr... yes #4 127.3 checking for memset_explicit... no #4 127.6 checking for explicit_memset... no #4 127.7 checking for mkostemp... yes #4 127.9 checking for library containing nanosleep... none required #4 128.2 checking for working nanosleep... no (mishandles large arguments) #4 129.4 checking for sys/pstat.h... no #4 129.6 checking for sys/sysmp.h... no #4 129.8 checking for sys/param.h... (cached) yes #4 129.8 checking for sys/sysctl.h... (cached) yes #4 129.8 checking for sched_getaffinity_np... no #4 130.2 checking for pstat_getdynamic... no #4 130.5 checking for sysmp... no #4 130.8 checking for sysctl... (cached) yes #4 130.8 checking for sched_getaffinity... yes #4 131.1 checking for glibc compatible sched_getaffinity... yes #4 131.2 checking for pipe2... yes #4 131.4 checking whether signature of pselect conforms to POSIX... yes #4 131.6 checking whether pselect detects invalid fds... yes #4 132.0 checking whether pthread_sigmask is a macro... no #4 132.1 checking whether pthread_sigmask returns error numbers... yes #4 132.3 checking whether pthread_sigmask unblocks signals correctly... guessing yes #4 134.6 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #4 135.0 checking whether readlink signature is correct... yes #4 135.2 checking whether readlink handles trailing slash correctly... yes #4 135.4 checking whether readlink truncates results correctly... yes #4 135.8 checking for readlinkat... (cached) yes #4 135.8 checking whether readlinkat signature is correct... yes #4 136.0 checking for working re_compile_pattern... no #4 136.7 checking libintl.h usability... yes #4 137.0 checking libintl.h presence... yes #4 137.0 checking for libintl.h... yes #4 137.0 checking whether isblank is declared... yes #4 137.2 checking for sig2str... no #4 138.2 checking for sigdescr_np... no #4 138.4 checking for socklen_t... yes #4 139.0 checking for ssize_t... yes #4 139.2 checking for struct stat.st_atim.tv_nsec... yes #4 139.3 checking whether struct stat.st_atim is of type struct timespec... yes #4 139.5 checking for struct stat.st_birthtimespec.tv_nsec... no #4 139.8 checking for struct stat.st_birthtimensec... no #4 140.0 checking for struct stat.st_birthtim.tv_nsec... no #4 140.3 checking for bool, true, false... no #4 140.4 checking for stpcpy... yes #4 140.6 checking for working strnlen... yes #4 140.9 checking whether strtoimax works... yes #4 141.2 checking whether symlink handles trailing slash correctly... yes #4 141.5 checking whether localtime_r is declared... yes #4 141.7 checking whether localtime_r is compatible with its POSIX signature... yes #4 141.8 checking whether localtime works even near extrema... yes #4 142.1 checking for timezone_t... no #4 142.2 checking for timegm... yes #4 142.5 checking whether timer_settime is declared... yes #4 142.6 checking for library containing timer_settime... -lrt #4 143.0 checking for timer_settime... yes #4 143.1 checking for utimensat... yes #4 143.3 checking whether utimensat works... yes #4 144.8 checking for variable-length arrays... yes #4 145.7 checking whether getdtablesize works... yes #4 146.0 checking for __mktime_internal... no #4 146.3 checking for timer_getoverrun... yes #4 146.5 checking for gcc option to disable position independent executables... not needed #4 146.5 checking for __ctype_get_mb_cur_max... yes #4 146.8 checking whether MB_CUR_MAX is defined to function that won't link... no #4 146.9 #4 146.9 Configured for 'x86_64-pc-linux-gnu'. #4 146.9 #4 146.9 Where should the build process find the source code? . #4 146.9 What compiler should emacs be built with? gcc -g3 -O2 #4 146.9 Should Emacs use the GNU version of malloc? no #4 146.9 (The GNU allocators don't work with this system configuration.) #4 146.9 Should Emacs use a relocating allocator for buffers? no #4 146.9 Should Emacs use mmap(2) for buffer allocation? no #4 146.9 What window system should Emacs use? none #4 146.9 What toolkit should Emacs use? none #4 146.9 Where do we find X Windows header files? NONE #4 146.9 Where do we find X Windows libraries? NONE #4 146.9 Does Emacs use -lXaw3d? no #4 146.9 Is Emacs being built for Android? no #4 146.9 Does Emacs use the X Double Buffer Extension? no #4 146.9 Does Emacs use -lXpm? no #4 146.9 Does Emacs use -ljpeg? no #4 146.9 Does Emacs use -ltiff? no #4 146.9 Does Emacs use a gif library? no #4 146.9 Does Emacs use a png library? no #4 146.9 Does Emacs use -lrsvg-2? no #4 146.9 Does Emacs use -lwebp? no #4 146.9 Does Emacs use -lsqlite3? no #4 146.9 Does Emacs use cairo? no #4 146.9 Does Emacs use -llcms2? no #4 146.9 Does Emacs use imagemagick? no #4 146.9 Does Emacs use native APIs for images? no #4 146.9 Does Emacs support sound? yes #4 146.9 Does Emacs use -lgpm? no #4 146.9 Does Emacs use -ldbus? yes #4 146.9 Does Emacs use -lgconf? no #4 146.9 Does Emacs use GSettings? no #4 146.9 Does Emacs use a file notification library? yes (inotify) #4 146.9 Does Emacs use access control lists? yes -lacl -lattr #4 146.9 Does Emacs use -lselinux? no #4 146.9 Does Emacs use -lgnutls? yes #4 146.9 Does Emacs use -lxml2? no #4 146.9 Does Emacs use -lfreetype? no #4 146.9 Does Emacs use HarfBuzz? no #4 146.9 Does Emacs use -lm17n-flt? no #4 146.9 Does Emacs use -lotf? no #4 146.9 Does Emacs use -lxft? no #4 146.9 Does Emacs use -lsystemd? no #4 146.9 Does Emacs use -ljansson? no #4 146.9 Does Emacs use -ltree-sitter? no #4 146.9 Does Emacs use the GMP library? yes #4 146.9 Does Emacs directly use zlib? yes #4 146.9 Does Emacs have dynamic modules support? yes #4 146.9 Does Emacs use toolkit scroll bars? no #4 146.9 Does Emacs support Xwidgets? no #4 146.9 Does Emacs have threading support in lisp? yes #4 146.9 Does Emacs support the portable dumper? yes #4 146.9 Does Emacs support legacy unexec dumping? no #4 146.9 Which dumping strategy does Emacs use? pdumper #4 146.9 Does Emacs have native lisp compiler? yes #4 146.9 Does Emacs use version 2 of the X Input Extension? no #4 146.9 Does Emacs generate a smaller-size Japanese dictionary? no #4 146.9 #4 146.9 #4 147.3 configure: creating ./config.status #4 147.6 configure: WARNING: This configuration installs a 'movemail' program #4 147.6 that does not retrieve POP3 email. By default, Emacs 25 and earlier #4 147.6 installed a 'movemail' program that retrieved POP3 email via only #4 147.6 insecure channels, a practice that is no longer recommended but that #4 147.6 you can continue to support by using './configure --with-pop'. #4 147.6 configure: You might want to install GNU Mailutils #4 147.6 and use './configure --with-mailutils'. #4 148.3 MAKE='make' ./config.status #4 148.5 config.status: creating src/verbose.mk #4 148.6 config.status: creating src/emacs-module.h #4 148.7 config.status: creating Makefile #4 148.7 config.status: creating lib/gnulib.mk #4 148.8 config.status: creating ./doc/man/emacs.1 #4 148.9 config.status: creating lib/Makefile #4 149.0 config.status: creating lib-src/Makefile #4 149.1 config.status: creating oldXMenu/Makefile #4 149.2 config.status: creating src/Makefile #4 149.3 config.status: creating lwlib/Makefile #4 149.3 config.status: creating nextstep/Makefile #4 149.4 config.status: creating nt/Makefile #4 149.5 config.status: creating doc/emacs/Makefile #4 149.6 config.status: creating doc/misc/Makefile #4 149.7 config.status: creating doc/lispintro/Makefile #4 150.2 config.status: creating doc/lispref/Makefile #4 150.2 config.status: creating lisp/Makefile #4 150.3 config.status: creating leim/Makefile #4 150.4 config.status: creating test/Makefile #4 150.5 config.status: creating test/manual/noverlay/Makefile #4 150.6 config.status: creating test/infra/Makefile #4 150.6 config.status: creating admin/charsets/Makefile #4 150.7 config.status: creating admin/unidata/Makefile #4 150.8 config.status: creating admin/grammars/Makefile #4 150.9 config.status: creating java/Makefile #4 151.0 config.status: creating cross/Makefile #4 151.1 config.status: creating java/AndroidManifest.xml #4 151.2 config.status: creating src/config.h #4 151.2 config.status: executing src/epaths.h commands #4 151.3 make[3]: Entering directory '/checkout' #4 151.3 make[3]: Leaving directory '/checkout' #4 151.3 config.status: executing src/.gdbinit commands #4 151.4 config.status: executing doc/emacs/emacsver.texi commands #4 151.5 config.status: executing etc-refcards-emacsver.tex commands #4 151.5 make[3]: Entering directory '/checkout' #4 151.6 make[3]: Leaving directory '/checkout' #4 151.6 make[2]: Leaving directory '/checkout' #4 151.6 make actual-all #4 151.6 make[2]: Entering directory '/checkout' #4 151.8 make -C lib all #4 151.8 make -C doc/lispref info #4 151.8 make[3]: Entering directory '/checkout/doc/lispref' #4 151.8 /bin/mkdir -p ../../info #4 151.9 make[3]: Entering directory '/checkout/lib' #4 151.9 GEN alloca.h #4 151.9 GEN dirent.h #4 152.0 GEN fcntl.h #4 152.0 GEN malloc/dynarray.gl.h #4 152.0 GEN malloc/dynarray-skeleton.gl.h #4 152.1 cp elisp_type_hierarchy.txt ../../info/elisp_type_hierarchy.txt #4 152.1 cp elisp_type_hierarchy.jpg ../../info/elisp_type_hierarchy.jpg #4 152.1 GEN inttypes.h #4 152.1 GEN ../../info/elisp.info #4 152.2 GEN limits.h #4 152.2 GEN signal.h #4 152.3 GEN stdckdint.h #4 152.3 GEN stddef.h #4 152.3 GEN stdio.h #4 152.4 GEN stdlib.h #4 152.6 GEN string.h #4 152.8 GEN sys/random.h #4 152.9 GEN sys/select.h #4 152.9 GEN sys/stat.h #4 153.0 GEN sys/time.h #4 153.0 GEN sys/types.h #4 153.1 GEN time.h #4 153.1 GEN unistd.h #4 155.4 CC fingerprint.o #4 155.4 CC mktime.o #4 155.5 CC acl-errno-valid.o #4 156.4 CC acl-internal.o #4 156.8 CC get-permissions.o #4 157.4 CC set-permissions.o #4 157.7 CC allocator.o #4 158.3 CC binary-io.o #4 158.5 CC boot-time.o #4 158.9 CC c-ctype.o #4 159.7 CC c-strcasecmp.o #4 160.1 CC c-strncasecmp.o #4 160.4 CC careadlinkat.o #4 160.8 CC close-stream.o #4 161.4 CC copy-file-range.o #4 161.8 CC count-leading-zeros.o #4 162.2 CC count-one-bits.o #4 162.6 CC count-trailing-zeros.o #4 162.8 CC md5-stream.o #4 163.1 CC md5.o #4 163.5 CC sha1.o #4 164.9 CC sha256.o #4 167.5 CC sha512.o #4 172.5 CC dtoastr.o #4 179.8 CC dtotimespec.o #4 180.4 CC fchmodat.o #4 181.1 CC fcntl.o #4 181.6 CC file-has-acl.o #4 181.8 CC filemode.o #4 182.5 CC filevercmp.o #4 182.9 CC free.o #4 183.3 CC fsusage.o #4 183.7 CC gettime.o #4 184.1 CC malloc/dynarray_at_failure.o #4 184.3 CC malloc/dynarray_emplace_enlarge.o #4 184.6 CC malloc/dynarray_finalize.o #4 185.1 CC malloc/dynarray_resize.o #4 185.4 CC malloc/dynarray_resize_clear.o #4 185.7 CC memset_explicit.o #4 185.9 CC nanosleep.o #4 186.4 CC nproc.o #4 186.8 CC nstrftime.o #4 187.5 CC pipe2.o #4 189.6 CC qcopy-acl.o #4 189.9 CC regex.o #4 190.3 CC sig2str.o #4 205.5 CC sigdescr_np.o #4 206.1 CC stat-time.o #4 206.5 CC tempname.o #4 206.9 CC time_rz.o #4 207.6 CC timegm.o #4 208.3 CC timespec.o #4 208.6 CC timespec-add.o #4 208.8 CC timespec-sub.o #4 209.2 CC u64.o #4 209.5 CC unistd.o #4 209.7 CC openat-die.o #4 210.0 CC save-cwd.o #4 210.6 AR libgnu.a #4 211.3 make[3]: Leaving directory '/checkout/lib' #4 211.3 make -C doc/lispintro info #4 211.4 make[3]: Entering directory '/checkout/doc/lispintro' #4 211.4 GEN ../../info/eintr.info #4 229.7 make[3]: Leaving directory '/checkout/doc/lispintro' #4 229.7 make -C doc/emacs info #4 229.7 GEN info/dir #4 229.7 make[3]: Entering directory '/checkout/doc/emacs' #4 229.7 GEN ../../info/emacs.info #4 269.2 make[3]: Leaving directory '/checkout/doc/lispref' #4 269.9 make -C lib-src all #4 269.9 make[3]: Entering directory '/checkout/lib-src' #4 269.9 CCLD etags #4 269.9 CCLD ctags #4 293.7 CCLD emacsclient #4 301.2 make[3]: Leaving directory '/checkout/doc/emacs' #4 301.2 CCLD ebrowse #4 304.5 CCLD hexl #4 311.3 CC pop.o #4 311.3 CCLD make-docfile #4 311.4 CCLD make-fingerprint #4 313.3 CCLD movemail #4 314.6 make[3]: Leaving directory '/checkout/lib-src' #4 314.6 make -C src BIN_DESTDIR=''/usr/local/bin/'' \ #4 314.6 ELN_DESTDIR='/usr/local/lib/emacs/30.0.50/' all #4 314.8 make[3]: Entering directory '/checkout/src' #4 314.8 GEN globals.h #4 314.8 GEN buildobj.h #4 315.5 make -C ../admin/charsets all #4 315.6 make[4]: Entering directory '/checkout/admin/charsets' #4 315.6 GEN ../../etc/charsets/8859-2.map #4 315.6 GEN ../../etc/charsets/8859-3.map #4 315.7 make -C ../admin/unidata charscript.el #4 315.7 make[4]: Entering directory '/checkout/admin/unidata' #4 315.8 GEN ../../etc/charsets/8859-4.map #4 315.8 GEN ../../lisp/international/charscript.el #4 315.9 make[4]: Leaving directory '/checkout/admin/unidata' #4 315.9 make -C ../admin/unidata emoji-zwj.el #4 315.9 make[4]: Entering directory '/checkout/admin/unidata' #4 315.9 GEN ../../etc/charsets/8859-5.map #4 315.9 GEN ../../lisp/international/emoji-zwj.el #4 316.2 make[4]: Leaving directory '/checkout/admin/unidata' #4 316.2 make -C ../admin/charsets cp51932.el #4 316.2 make[4]: Entering directory '/checkout/admin/charsets' #4 316.2 GEN ../../etc/charsets/CP932-2BYTE.map #4 316.4 GEN ../../etc/charsets/8859-6.map #4 316.6 GEN ../../lisp/international/cp51932.el #4 316.6 make[4]: Leaving directory '/checkout/admin/charsets' #4 316.6 make -C ../admin/charsets eucjp-ms.el #4 316.6 make[4]: Entering directory '/checkout/admin/charsets' #4 316.6 GEN ../../lisp/international/eucjp-ms.el #4 316.9 GEN ../../etc/charsets/8859-7.map #4 317.5 GEN ../../etc/charsets/8859-8.map #4 317.7 make[4]: Leaving directory '/checkout/admin/charsets' #4 317.8 CC dispnew.o #4 317.8 GEN ../../etc/charsets/8859-9.map #4 317.8 CC frame.o #4 317.9 GEN ../../etc/charsets/8859-10.map #4 318.3 GEN ../../etc/charsets/8859-11.map #4 319.3 GEN ../../etc/charsets/8859-13.map #4 319.6 GEN ../../etc/charsets/8859-14.map #4 319.7 GEN ../../etc/charsets/8859-15.map #4 319.8 GEN ../../etc/charsets/8859-16.map #4 320.4 GEN ../../etc/charsets/IBM037.map #4 320.7 GEN ../../etc/charsets/IBM038.map #4 320.8 GEN ../../etc/charsets/IBM256.map #4 320.9 GEN ../../etc/charsets/IBM273.map #4 321.2 GEN ../../etc/charsets/IBM274.map #4 321.6 GEN ../../etc/charsets/IBM275.map #4 321.7 GEN ../../etc/charsets/IBM277.map #4 322.3 GEN ../../etc/charsets/IBM278.map #4 323.1 GEN ../../etc/charsets/IBM280.map #4 323.4 GEN ../../etc/charsets/IBM281.map #4 324.4 GEN ../../etc/charsets/IBM284.map #4 325.2 GEN ../../etc/charsets/IBM285.map #4 325.4 GEN ../../etc/charsets/IBM290.map #4 325.9 GEN ../../etc/charsets/IBM297.map #4 326.6 GEN ../../etc/charsets/IBM420.map #4 327.0 GEN ../../etc/charsets/IBM423.map #4 327.4 GEN ../../etc/charsets/IBM424.map #4 327.5 GEN ../../etc/charsets/IBM437.map #4 327.6 GEN ../../etc/charsets/IBM500.map #4 327.7 GEN ../../etc/charsets/IBM850.map #4 327.8 GEN ../../etc/charsets/IBM851.map #4 327.9 GEN ../../etc/charsets/IBM852.map #4 328.0 GEN ../../etc/charsets/IBM855.map #4 328.0 GEN ../../etc/charsets/IBM856.map #4 328.1 GEN ../../etc/charsets/IBM857.map #4 328.1 GEN ../../etc/charsets/IBM860.map #4 328.3 GEN ../../etc/charsets/IBM861.map #4 328.4 GEN ../../etc/charsets/IBM862.map #4 328.5 GEN ../../etc/charsets/IBM863.map #4 328.6 GEN ../../etc/charsets/IBM864.map #4 328.7 GEN ../../etc/charsets/IBM865.map #4 328.8 GEN ../../etc/charsets/IBM866.map #4 328.9 GEN ../../etc/charsets/IBM868.map #4 329.0 GEN ../../etc/charsets/IBM869.map #4 329.1 GEN ../../etc/charsets/IBM870.map #4 329.2 GEN ../../etc/charsets/IBM871.map #4 329.4 GEN ../../etc/charsets/IBM874.map #4 329.4 GEN ../../etc/charsets/IBM875.map #4 329.5 GEN ../../etc/charsets/IBM880.map #4 329.6 GEN ../../etc/charsets/IBM891.map #4 329.8 GEN ../../etc/charsets/IBM903.map #4 329.8 GEN ../../etc/charsets/IBM904.map #4 330.0 GEN ../../etc/charsets/IBM905.map #4 330.0 GEN ../../etc/charsets/IBM918.map #4 330.1 GEN ../../etc/charsets/IBM1004.map #4 330.2 GEN ../../etc/charsets/IBM1026.map #4 330.3 GEN ../../etc/charsets/IBM1047.map #4 330.4 GEN ../../etc/charsets/CP737.map #4 330.5 GEN ../../etc/charsets/CP775.map #4 330.7 GEN ../../etc/charsets/CP1125.map #4 330.8 GEN ../../etc/charsets/CP1250.map #4 331.1 GEN ../../etc/charsets/CP1251.map #4 331.4 GEN ../../etc/charsets/CP1252.map #4 331.6 GEN ../../etc/charsets/CP1253.map #4 331.9 GEN ../../etc/charsets/CP1254.map #4 332.1 GEN ../../etc/charsets/CP1255.map #4 332.1 GEN ../../etc/charsets/CP1256.map #4 332.2 GEN ../../etc/charsets/CP1257.map #4 332.3 GEN ../../etc/charsets/CP1258.map #4 332.4 GEN ../../etc/charsets/CP10007.map #4 332.5 GEN ../../etc/charsets/CP720.map #4 332.8 CC scroll.o #4 332.9 GEN ../../etc/charsets/CP858.map #4 332.9 GEN ../../etc/charsets/GB2312.map #4 333.0 GEN ../../etc/charsets/GBK.map #4 333.4 GEN ../../etc/charsets/GB180302.map #4 334.6 GEN ../../etc/charsets/BIG5.map #4 336.5 GEN ../../etc/charsets/BIG5-HKSCS.map #4 336.9 GEN ../../etc/charsets/CNS-1.map #4 337.7 GEN ../../etc/charsets/CNS-2.map #4 338.1 GEN ../../etc/charsets/CNS-3.map #4 338.5 GEN ../../etc/charsets/CNS-4.map #4 339.0 GEN ../../etc/charsets/CNS-5.map #4 339.6 GEN ../../etc/charsets/CNS-6.map #4 340.1 GEN ../../etc/charsets/CNS-7.map #4 340.6 GEN ../../etc/charsets/CNS-F.map #4 341.1 GEN ../../etc/charsets/JISX0201.map #4 341.6 GEN ../../etc/charsets/JISX0208.map #4 341.7 GEN ../../etc/charsets/JISX0212.map #4 342.5 GEN ../../etc/charsets/JISX2132.map #4 342.6 GEN ../../etc/charsets/JISC6226.map #4 342.8 GEN ../../etc/charsets/JISX213A.map #4 343.2 GEN ../../etc/charsets/KSC5601.map #4 343.2 GEN ../../etc/charsets/KSC5636.map #4 343.6 CC xdisp.o #4 343.9 GEN ../../etc/charsets/JOHAB.map #4 344.0 GEN ../../etc/charsets/KOI-8.map #4 345.2 GEN ../../etc/charsets/KOI8-R.map #4 345.3 GEN ../../etc/charsets/KOI8-U.map #4 345.4 GEN ../../etc/charsets/KOI8-T.map #4 345.5 GEN ../../etc/charsets/ALTERNATIVNYJ.map #4 345.7 GEN ../../etc/charsets/MIK.map #4 345.7 GEN ../../etc/charsets/PTCP154.map #4 345.8 GEN ../../etc/charsets/TIS-620.map #4 345.9 GEN ../../etc/charsets/VISCII.map #4 346.0 GEN ../../etc/charsets/VSCII.map #4 346.1 GEN ../../etc/charsets/VSCII-2.map #4 346.2 GEN ../../etc/charsets/KA-PS.map #4 346.3 GEN ../../etc/charsets/KA-ACADEMY.map #4 346.5 GEN ../../etc/charsets/HP-ROMAN8.map #4 346.6 GEN ../../etc/charsets/NEXTSTEP.map #4 346.7 GEN ../../etc/charsets/MACINTOSH.map #4 346.8 GEN ../../etc/charsets/EBCDICUK.map #4 346.9 GEN ../../etc/charsets/EBCDICUS.map #4 346.9 CC menu.o #4 347.0 GEN ../../etc/charsets/stdenc.map #4 347.1 GEN ../../etc/charsets/symbol.map #4 347.1 GEN ../../etc/charsets/CP949-2BYTE.map #4 347.2 GEN ../../etc/charsets/BIG5-1.map #4 348.0 GEN ../../etc/charsets/BIG5-2.map #4 348.1 GEN ../../etc/charsets/MULE-ethiopic.map #4 348.4 GEN ../../etc/charsets/MULE-ipa.map #4 348.4 GEN ../../etc/charsets/MULE-is13194.map #4 348.4 GEN ../../etc/charsets/MULE-sisheng.map #4 348.4 GEN ../../etc/charsets/MULE-tibetan.map #4 348.5 GEN ../../etc/charsets/MULE-lviscii.map #4 348.5 GEN ../../etc/charsets/MULE-uviscii.map #4 348.6 GEN ../../etc/charsets/GB180304.map #4 348.6 GEN ../../etc/charsets/JISX2131.map #4 349.9 GEN charsets.stamp #4 349.9 make[4]: Leaving directory '/checkout/admin/charsets' #4 349.9 CC window.o #4 353.8 CC charset.o #4 377.2 CC coding.o #4 387.8 CC category.o #4 420.2 CC ccl.o #4 422.8 CC character.o #4 431.9 CC chartab.o #4 433.0 CC bidi.o #4 436.4 CC cm.o #4 439.0 CC term.o #4 440.6 CC terminal.o #4 443.4 CC xfaces.o #4 446.1 CC dbusbind.o #4 451.3 CC emacs.o #4 462.9 CC keyboard.o #4 463.5 CC macros.o #4 469.5 CC keymap.o #4 471.5 CC sysdep.o #4 484.2 CC bignum.o #4 491.5 CC buffer.o #4 493.9 CC filelock.o #4 499.6 CC insdel.o #4 502.0 CC marker.o #4 507.1 CC minibuf.o #4 507.5 CC fileio.o #4 511.0 CC dired.o #4 515.9 CC cmds.o #4 519.6 CC casetab.o #4 522.8 CC casefiddle.o #4 524.7 CC indent.o #4 526.2 CC search.o #4 527.6 CC regex-emacs.o #4 535.1 CC undo.o #4 538.8 CC alloc.o #4 541.2 CC pdumper.o #4 553.3 CC data.o #4 559.4 CC doc.o #4 566.7 CC editfns.o #4 570.0 CC callint.o #4 575.8 CC eval.o #4 580.5 CC floatfns.o #4 586.7 CC fns.o #4 590.5 CC sort.o #4 596.0 CC font.o #4 599.2 CC print.o #4 614.5 CC lread.o #4 618.1 CC emacs-module.o #4 625.1 CC syntax.o #4 633.0 CC bytecode.o #4 637.3 CC comp.o #4 649.5 CC dynlib.o #4 649.9 CC process.o #4 650.3 CC gnutls.o #4 664.6 CC callproc.o #4 674.9 CC region-cache.o #4 675.2 CC sound.o #4 677.4 CC timefns.o #4 679.9 CC atimer.o #4 680.4 CC doprnt.o #4 682.7 CC intervals.o #4 685.2 CC textprop.o #4 685.8 CC composite.o #4 692.6 CC xml.o #4 694.1 CC lcms.o #4 695.3 CC inotify.o #4 695.4 CC profiler.o #4 698.5 CC decompress.o #4 701.1 CC thread.o #4 702.6 CC systhread.o #4 702.8 CC sqlite.o #4 703.9 CC treesit.o #4 705.1 CC itree.o #4 705.5 CC terminfo.o #4 706.1 CC lastfile.o #4 708.4 CCLD temacs #4 708.4 GEN ../etc/DOC #4 723.4 /bin/mkdir -p ../etc #4 723.4 make -C ../lisp update-subdirs #4 723.4 make[4]: Entering directory '/checkout/lisp' #4 723.6 make[4]: Leaving directory '/checkout/lisp' #4 723.7 cp -f temacs bootstrap-emacs #4 723.8 rm -f bootstrap-emacs.pdmp #4 723.8 ./temacs --batch -l loadup --temacs=pbootstrap \ #4 723.8 --bin-dest /usr/local/bin/ --eln-dest /usr/local/lib/emacs/30.0.50/ #4 724.6 Loading loadup.el (source)... #4 724.6 Dump mode: pbootstrap #4 724.6 Using load-path (/checkout/lisp /checkout/lisp/emacs-lisp /checkout/lisp/progmodes /checkout/lisp/language /checkout/lisp/international /checkout/lisp/textmodes /checkout/lisp/vc) #4 724.6 Loading emacs-lisp/debug-early (source)... #4 724.6 Loading emacs-lisp/byte-run (source)... #4 724.6 Loading emacs-lisp/backquote (source)... #4 724.6 Loading subr (source)... #4 724.7 Loading keymap (source)... #4 724.8 Loading version (source)... #4 724.8 Loading widget (source)... #4 724.8 Loading custom (source)... #4 724.8 Loading emacs-lisp/map-ynp (source)... #4 724.8 Loading international/mule (source)... #4 724.9 Loading international/mule-conf (source)... #4 725.2 Loading env (source)... #4 725.2 Loading format (source)... #4 725.3 Loading bindings (source)... #4 725.4 Loading window (source)... #4 725.6 Loading /checkout/lisp/files.el (source)... #4 729.2 Loading /checkout/lisp/emacs-lisp/macroexp.el (source)... #4 730.3 Loading /checkout/lisp/emacs-lisp/pcase.el (source)... #4 730.3 Loading /checkout/lisp/emacs-lisp/macroexp.el (source)... #4 731.2 Loading /checkout/lisp/cus-face.el (source)... #4 731.3 Loading /checkout/lisp/faces.el (source)... #4 731.7 Loading /checkout/lisp/ldefs-boot.el (source)... #4 736.0 Loading /checkout/lisp/button.el (source)... #4 736.2 Loading /checkout/lisp/emacs-lisp/cl-preloaded.el (source)... #4 738.9 ../lisp/emacs-lisp/cl-seq.el: Warning: Unknown type: list #4 739.7 Loading /checkout/lisp/emacs-lisp/oclosure.el (source)... #4 740.1 Loading /checkout/lisp/obarray.el (source)... #4 740.2 Loading /checkout/lisp/abbrev.el (source)... #4 740.6 Loading /checkout/lisp/help.el (source)... #4 741.5 Loading /checkout/lisp/jka-cmpr-hook.el (source)... #4 741.8 Loading /checkout/lisp/epa-hook.el (source)... #4 741.8 Loading /checkout/lisp/international/mule-cmds.el (source)... #4 742.3 Loading /checkout/lisp/case-table.el (source)... #4 742.4 Loading /checkout/lisp/international/characters.el (source)... #4 742.8 Loading /checkout/lisp/international/charscript.el (source)... #4 742.9 Loading /checkout/lisp/international/emoji-zwj.el (source)... #4 743.3 Loading /checkout/lisp/composite.el (source)... #4 743.5 Loading /checkout/lisp/language/chinese.el (source)... #4 743.6 Loading /checkout/lisp/language/cyrillic.el (source)... #4 743.7 Loading /checkout/lisp/language/indian.el (source)... #4 743.8 Loading /checkout/lisp/language/sinhala.el (source)... #4 744.1 Loading /checkout/lisp/language/english.el (source)... #4 744.4 Loading /checkout/lisp/language/ethiopic.el (source)... #4 744.9 Loading /checkout/lisp/language/european.el (source)... #4 745.5 Loading /checkout/lisp/language/czech.el (source)... #4 745.6 Loading /checkout/lisp/language/slovak.el (source)... #4 745.6 Loading /checkout/lisp/language/romanian.el (source)... #4 745.7 Loading /checkout/lisp/language/greek.el (source)... #4 746.0 Loading /checkout/lisp/language/hebrew.el (source)... #4 746.1 Loading /checkout/lisp/international/cp51932.el (source)... #4 746.2 Loading /checkout/lisp/international/eucjp-ms.el (source)... #4 746.6 Loading /checkout/lisp/language/japanese.el (source)... #4 746.7 Loading /checkout/lisp/language/korean.el (source)... #4 746.8 Loading /checkout/lisp/language/lao.el (source)... #4 746.9 Loading /checkout/lisp/language/tai-viet.el (source)... #4 747.0 Loading /checkout/lisp/language/thai.el (source)... #4 747.1 Loading /checkout/lisp/language/tibetan.el (source)... #4 747.2 Loading /checkout/lisp/language/vietnamese.el (source)... #4 747.3 Loading /checkout/lisp/language/misc-lang.el (source)... #4 747.4 Loading /checkout/lisp/language/utf-8-lang.el (source)... #4 747.5 Loading /checkout/lisp/language/georgian.el (source)... #4 747.5 Loading /checkout/lisp/language/khmer.el (source)... #4 747.6 Loading /checkout/lisp/language/burmese.el (source)... #4 747.8 Loading /checkout/lisp/language/cham.el (source)... #4 747.8 Loading /checkout/lisp/language/philippine.el (source)... #4 747.9 Loading /checkout/lisp/language/indonesian.el (source)... #4 748.0 Loading /checkout/lisp/indent.el (source)... #4 748.2 Loading /checkout/lisp/emacs-lisp/cl-generic.el (source)... #4 749.4 Loading /checkout/lisp/simple.el (source)... #4 752.3 Loading /checkout/lisp/emacs-lisp/seq.el (source)... #4 753.8 Loading /checkout/lisp/emacs-lisp/nadvice.el (source)... #4 754.5 Loading /checkout/lisp/minibuffer.el (source)... #4 756.2 Loading /checkout/lisp/frame.el (source)... #4 756.8 Loading /checkout/lisp/startup.el (source)... #4 757.4 Loading /checkout/lisp/term/tty-colors.el (source)... #4 757.5 Loading /checkout/lisp/font-core.el (source)... #4 757.6 Loading /checkout/lisp/emacs-lisp/syntax.el (source)... #4 757.8 Loading /checkout/lisp/font-lock.el (source)... #4 758.3 Loading /checkout/lisp/jit-lock.el (source)... #4 758.5 Loading /checkout/lisp/mouse.el (source)... #4 759.5 Loading /checkout/lisp/select.el (source)... #4 760.1 Loading /checkout/lisp/emacs-lisp/timer.el (source)... #4 760.6 Loading /checkout/lisp/emacs-lisp/easymenu.el (source)... #4 760.9 Loading /checkout/lisp/isearch.el (source)... #4 761.9 Loading /checkout/lisp/rfn-eshadow.el (source)... #4 762.0 Loading /checkout/lisp/menu-bar.el (source)... #4 763.6 Loading /checkout/lisp/tab-bar.el (source)... #4 764.8 Loading /checkout/lisp/emacs-lisp/lisp.el (source)... #4 765.0 Loading /checkout/lisp/textmodes/page.el (source)... #4 765.1 Loading /checkout/lisp/register.el (source)... #4 766.0 Loading /checkout/lisp/textmodes/paragraphs.el (source)... #4 766.1 Loading /checkout/lisp/progmodes/prog-mode.el (source)... #4 768.0 Loading /checkout/lisp/emacs-lisp/lisp-mode.el (source)... #4 768.5 Loading /checkout/lisp/textmodes/text-mode.el (source)... #4 768.6 Loading /checkout/lisp/textmodes/fill.el (source)... #4 768.9 Loading /checkout/lisp/newcomment.el (source)... #4 769.2 Loading /checkout/lisp/replace.el (source)... #4 769.8 Loading /checkout/lisp/emacs-lisp/tabulated-list.el (source)... #4 770.1 Loading /checkout/lisp/buff-menu.el (source)... #4 770.4 Loading /checkout/lisp/progmodes/elisp-mode.el (source)... #4 776.4 Loading /checkout/lisp/emacs-lisp/float-sup.el (source)... #4 776.5 Loading /checkout/lisp/vc/vc-hooks.el (source)... #4 777.0 Loading /checkout/lisp/vc/ediff-hook.el (source)... #4 777.1 Loading /checkout/lisp/uniquify.el (source)... #4 777.4 Loading /checkout/lisp/electric.el (source)... #4 777.8 Loading /checkout/lisp/paren.el (source)... #4 778.0 Loading /checkout/lisp/emacs-lisp/shorthands.el (source)... #4 778.1 Loading /checkout/lisp/emacs-lisp/eldoc.el (source)... #4 779.1 Loading /checkout/lisp/emacs-lisp/cconv.el (source)... #4 783.2 Loading /checkout/lisp/cus-start.el (source)... #4 783.6 Loading /checkout/lisp/tooltip.el (source)... #4 783.7 Loading /checkout/lisp/international/iso-transl.el (source)... #4 783.9 Loading /checkout/lisp/emacs-lisp/rmc.el (source)... #4 784.2 Finding pointers to doc strings... #4 784.2 Ignoring DOC string on non-subr: define-fringe-bitmap #4 784.2 Finding pointers to doc strings...done #4 784.8 Dumping under the name bootstrap-emacs.pdmp #4 784.9 Dumping fingerprint: caf731ac5f886ba42476c138904c6cd8d57e1325f9d40f88b326ef5c96339efe #4 792.5 Dump complete #4 792.5 Byte counts: header=100 hot=15909028 discardable=180784 cold=11134160 #4 792.5 Reloc counts: hot=1107516 discardable=4992 #4 792.6 ANCIENT=yes make -C ../lisp compile-first EMACS="../src/bootstrap-emacs" #4 792.7 make[4]: Entering directory '/checkout/lisp' #4 792.7 ELC emacs-lisp/macroexp.elc #4 792.7 ELC emacs-lisp/cconv.elc #4 830.5 TZ=UTC0 touch -t 197001010000 emacs-lisp/macroexp.elc #4 830.5 ELC emacs-lisp/byte-opt.elc #4 834.2 TZ=UTC0 touch -t 197001010000 emacs-lisp/cconv.elc #4 834.2 ELC emacs-lisp/bytecomp.elc #4 872.5 TZ=UTC0 touch -t 197001010000 emacs-lisp/byte-opt.elc #4 872.5 ELC emacs-lisp/comp.elc #4 880.5 TZ=UTC0 touch -t 197001010000 emacs-lisp/bytecomp.elc #4 880.5 ELC emacs-lisp/comp-cstr.elc #4 914.8 TZ=UTC0 touch -t 197001010000 emacs-lisp/comp-cstr.elc #4 914.8 ELC emacs-lisp/comp-common.elc #4 936.1 TZ=UTC0 touch -t 197001010000 emacs-lisp/comp-common.elc #4 936.2 ELC emacs-lisp/comp-run.elc #4 941.0 TZ=UTC0 touch -t 197001010000 emacs-lisp/comp.elc #4 941.0 ELC emacs-lisp/loaddefs-gen.elc #4 947.5 TZ=UTC0 touch -t 197001010000 emacs-lisp/loaddefs-gen.elc #4 947.5 ELC emacs-lisp/radix-tree.elc #4 951.9 TZ=UTC0 touch -t 197001010000 emacs-lisp/radix-tree.elc #4 954.6 TZ=UTC0 touch -t 197001010000 emacs-lisp/comp-run.elc #4 954.6 make[4]: Leaving directory '/checkout/lisp' #4 954.6 make -C ../lisp compile-first EMACS="../src/bootstrap-emacs" #4 954.6 make[4]: Entering directory '/checkout/lisp' #4 954.6 ELC+ELN emacs-lisp/macroexp.elc #4 954.7 ELC+ELN emacs-lisp/cconv.elc #4 988.2 ELC+ELN emacs-lisp/byte-opt.elc #4 1026. ELC+ELN emacs-lisp/bytecomp.elc #4 1141. ELC+ELN emacs-lisp/comp.elc #4 1176. ELC+ELN emacs-lisp/comp-cstr.elc #4 1267. ELC+ELN emacs-lisp/comp-common.elc #4 1274. ELC+ELN emacs-lisp/comp-run.elc #4 1285. ELC+ELN emacs-lisp/loaddefs-gen.elc #4 1313. ELC+ELN emacs-lisp/radix-tree.elc #4 1435. make[4]: Leaving directory '/checkout/lisp' #4 1435. make -C ../lisp autoloads EMACS="../src/bootstrap-emacs" #4 1435. make[4]: Entering directory '/checkout/lisp' #4 1435. ELC+ELN international/titdic-cnv.elc #4 1435. ELC+ELN ../lisp/abbrev.elc #4 1462. make -C ../admin/grammars all EMACS="../../src/bootstrap-emacs" #4 1462. make[5]: Entering directory '/checkout/admin/grammars' #4 1462. GEN ../../lisp/cedet/semantic/bovine/c-by.el #4 1462. GEN ../../lisp/cedet/semantic/bovine/make-by.el #4 1462. ELC+ELN ../lisp/bindings.elc #4 1473. Loading /checkout/lisp/cedet/semantic/grm-wy-boot.el (source)... #4 1477. ELC+ELN ../lisp/buff-menu.elc #4 1490. ELC+ELN ../lisp/button.elc #4 1491. GEN ../../lisp/cedet/semantic/bovine/scm-by.el #4 1502. Loading /checkout/lisp/cedet/semantic/grm-wy-boot.el (source)... #4 1504. ELC+ELN ../lisp/case-table.elc #4 1511. ELC+ELN ../lisp/composite.elc #4 1518. GEN ../../lisp/cedet/semantic/grammar-wy.el #4 1529. Loading /checkout/lisp/cedet/semantic/grm-wy-boot.el (source)... #4 1543. GEN ../../lisp/cedet/semantic/wisent/javat-wy.el #4 1548. ELC+ELN ../lisp/cus-face.elc #4 1554. Loading /checkout/lisp/cedet/semantic/grm-wy-boot.el (source)... #4 1558. ELC+ELN ../lisp/cus-start.elc #4 1563. ELC+ELN ../lisp/custom.elc #4 1570. GEN ../../lisp/cedet/semantic/wisent/js-wy.el #4 1594. ELC+ELN ../lisp/disp-table.elc #4 1596. GEN ../../lisp/cedet/semantic/wisent/python-wy.el #4 1603. ELC+ELN ../lisp/dnd.elc #4 1618. ELC+ELN ../lisp/dos-fns.elc #4 1622. GEN ../../lisp/cedet/srecode/srt-wy.el #4 1628. ELC+ELN ../lisp/dos-vars.elc #4 1632. ELC+ELN ../lisp/dos-w32.elc #4 1644. ELC+ELN ../lisp/dynamic-setting.elc #4 1647. #4 1647. In end of data: #4 1647. dynamic-setting.el:59:12: Warning: the function `reconsider-frame-fonts' is not known to be defined. #4 1649. ELC+ELN ../lisp/electric.elc #4 1664. ELC+ELN ../lisp/emacs-lisp/backquote.elc #4 1674. ELC+ELN ../lisp/emacs-lisp/byte-run.elc #4 1675. make[5]: Leaving directory '/checkout/admin/grammars' #4 1675. make -C ../leim all EMACS="../src/bootstrap-emacs" #4 1675. make[5]: Entering directory '/checkout/leim' #4 1675. GEN ../lisp/leim/quail/CCDOSPY.el #4 1675. GEN ../lisp/leim/quail/Punct.el #4 1678. GEN ../lisp/leim/quail/QJ.el #4 1681. GEN ../lisp/leim/quail/SW.el #4 1684. GEN ../lisp/leim/quail/TONEPY.el #4 1686. GEN ../lisp/leim/quail/4Corner.el #4 1688. ELC+ELN ../lisp/emacs-lisp/cconv.elc #4 1689. GEN ../lisp/leim/quail/ARRAY30.el #4 1692. GEN ../lisp/leim/quail/ECDICT.el #4 1695. GEN ../lisp/leim/quail/ETZY.el #4 1698. GEN ../lisp/leim/quail/Punct-b5.el #4 1701. GEN ../lisp/leim/quail/PY-b5.el #4 1704. GEN ../lisp/leim/quail/QJ-b5.el #4 1707. GEN ../lisp/leim/quail/ZOZY.el #4 1710. GEN ../lisp/leim/quail/tsang-b5.el #4 1714. GEN ../lisp/leim/quail/tsang-cns.el #4 1719. GEN ../lisp/leim/quail/PY.el #4 1724. GEN ../lisp/leim/quail/ZIRANMA.el #4 1727. GEN ../lisp/leim/quail/CTLau.el #4 1732. GEN ../lisp/leim/quail/CTLau-b5.el #4 1735. GEN ../lisp/language/pinyin.el #4 1742. GEN ../lisp/leim/leim-list.el #4 1757. make[5]: Leaving directory '/checkout/leim' #4 1757. GEN autoloads #4 1759. INFO Scraping files for loaddefs... #4 1760. ELC+ELN ../lisp/emacs-lisp/cl-generic.elc #4 1763. INFO Scraping files for loaddefs...10% #4 1775. INFO Scraping files for loaddefs...20% #4 1778. INFO Scraping files for loaddefs...30% #4 1781. INFO Scraping files for loaddefs...40% #4 1784. INFO Scraping files for loaddefs...50% #4 1787. INFO Scraping files for loaddefs...60% #4 1789. INFO Scraping files for loaddefs...70% #4 1792. INFO Scraping files for loaddefs...80% #4 1796. INFO Scraping files for loaddefs...90% #4 1799. INFO Scraping files for loaddefs...100% #4 1799. INFO Scraping files for loaddefs...done #4 1799. GEN textmodes/reftex-loaddefs.el #4 1799. GEN textmodes/texinfo-loaddefs.el #4 1800. GEN org/org-loaddefs.el #4 1800. GEN net/tramp-loaddefs.el #4 1800. GEN mh-e/mh-loaddefs.el #4 1800. GEN eshell/esh-groups.el #4 1800. GEN erc/erc-loaddefs.el #4 1800. GEN emacs-lisp/cl-loaddefs.el #4 1800. GEN cedet/srecode/loaddefs.el #4 1801. GEN cedet/semantic/loaddefs.el #4 1801. GEN cedet/ede/loaddefs.el #4 1802. GEN calendar/diary-loaddefs.el #4 1802. GEN calendar/holiday-loaddefs.el #4 1802. GEN calendar/cal-loaddefs.el #4 1802. GEN calc/calc-loaddefs.el #4 1802. GEN ps-print-loaddefs.el #4 1802. GEN ibuffer-loaddefs.el #4 1802. GEN dired-loaddefs.el #4 1802. ELC+ELN ../lisp/emacs-lisp/cl-preloaded.elc #4 1807. GEN loaddefs.el #4 1807. INFO Scraping files for loaddefs... #4 1807. INFO Scraping files for loaddefs...58% #4 1808. INFO Scraping files for loaddefs...done #4 1808. GEN ../../lisp/theme-loaddefs.el #4 1808. make[4]: Leaving directory '/checkout/lisp' #4 1808. ELC+ELN ../lisp/emacs-lisp/debug-early.elc #4 1814. ELC+ELN ../lisp/emacs-lisp/easymenu.elc #4 1828. ELC+ELN ../lisp/emacs-lisp/eldoc.elc #4 1836. ELC+ELN ../lisp/emacs-lisp/float-sup.elc #4 1841. ELC+ELN ../lisp/emacs-lisp/lisp-mode.elc #4 1847. ELC+ELN ../lisp/emacs-lisp/lisp.elc #4 1862. ELC+ELN ../lisp/emacs-lisp/macroexp.elc #4 1867. ELC+ELN ../lisp/emacs-lisp/map-ynp.elc #4 1884. ELC+ELN ../lisp/emacs-lisp/nadvice.elc #4 1896. ELC+ELN ../lisp/emacs-lisp/oclosure.elc #4 1907. ELC+ELN ../lisp/emacs-lisp/regexp-opt.elc #4 1916. ELC+ELN ../lisp/emacs-lisp/rmc.elc #4 1917. ELC+ELN ../lisp/emacs-lisp/seq.elc #4 1927. ELC+ELN ../lisp/emacs-lisp/shorthands.elc #4 1933. ELC+ELN ../lisp/emacs-lisp/syntax.elc #4 1933. ELC+ELN ../lisp/emacs-lisp/tabulated-list.elc #4 1955. ELC+ELN ../lisp/emacs-lisp/timer.elc #4 1959. ELC+ELN ../lisp/env.elc #4 1967. ELC+ELN ../lisp/epa-hook.elc #4 1969. ELC+ELN ../lisp/faces.elc #4 1974. ELC+ELN ../lisp/files.elc #4 2006. ELC+ELN ../lisp/font-core.elc #4 2013. ELC+ELN ../lisp/font-lock.elc #4 2045. ELC+ELN ../lisp/format.elc #4 2072. ELC+ELN ../lisp/frame.elc #4 2086. ELC+ELN ../lisp/fringe.elc #4 2093. ELC+ELN ../lisp/help.elc #4 2127. ELC+ELN ../lisp/image.elc #4 2147. ELC+ELN ../lisp/indent.elc #4 2150. ELC+ELN ../lisp/international/charscript.elc #4 2155. ELC+ELN ../lisp/international/emoji-zwj.elc #4 2161. make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs" #4 2161. make[4]: Entering directory '/checkout/admin/unidata' #4 2161. ELC uvs.elc #4 2163. GEN unidata.txt #4 2163. ELC unidata-gen.elc #4 2164. ELC+ELN ../lisp/international/cp51932.elc #4 2167. GEN ../../lisp/international/emoji-labels.el #4 2169. GEN ../../lisp/international/uni-scripts.el #4 2169. ELC+ELN ../lisp/international/eucjp-ms.elc #4 2175. ELC+ELN ../lisp/international/fontset.elc #4 2195. GEN ../../lisp/international/uni-confusable.el #4 2198. GEN ../../lisp/international/idna-mapping.el #4 2199. ELC+ELN ../lisp/international/iso-transl.elc #4 2205. ELC+ELN ../lisp/international/mule-cmds.elc #4 2209. GEN ../../lisp/international/uni-bidi.el #4 2209. GEN ../../lisp/international/uni-brackets.el #4 2210. GEN ../../lisp/international/uni-category.el #4 2212. GEN ../../lisp/international/uni-combining.el #4 2214. GEN ../../lisp/international/uni-comment.el #4 2216. GEN ../../lisp/international/uni-decimal.el #4 2217. GEN ../../lisp/international/uni-decomposition.el #4 2219. GEN ../../lisp/international/uni-digit.el #4 2221. GEN ../../lisp/international/uni-lowercase.el #4 2223. GEN ../../lisp/international/uni-mirrored.el #4 2225. GEN ../../lisp/international/uni-name.el #4 2227. GEN ../../lisp/international/uni-numeric.el #4 2236. GEN ../../lisp/international/uni-old-name.el #4 2238. GEN ../../lisp/international/uni-special-lowercase.el #4 2240. GEN ../../lisp/international/uni-special-titlecase.el #4 2242. GEN ../../lisp/international/uni-special-uppercase.el #4 2244. GEN ../../lisp/international/uni-titlecase.el #4 2246. GEN ../../lisp/international/uni-uppercase.el #4 2249. GEN ../../lisp/international/charprop.el #4 2250. make[4]: Leaving directory '/checkout/admin/unidata' #4 2250. ELC+ELN ../lisp/international/mule-conf.elc #4 2254. ELC+ELN ../lisp/international/mule-util.elc #4 2257. ELC+ELN ../lisp/international/mule.elc #4 2269. ELC+ELN ../lisp/international/ucs-normalize.elc #4 2294. ELC+ELN ../lisp/isearch.elc #4 2299. ELC+ELN ../lisp/jit-lock.elc #4 2315. ELC+ELN ../lisp/jka-cmpr-hook.elc #4 2323. ELC+ELN ../lisp/keymap.elc #4 2340. ELC+ELN ../lisp/language/burmese.elc #4 2345. ELC+ELN ../lisp/language/cham.elc #4 2350. ELC+ELN ../lisp/language/chinese.elc #4 2355. ELC+ELN ../lisp/language/cyrillic.elc #4 2360. ELC+ELN ../lisp/language/czech.elc #4 2365. ELC+ELN ../lisp/language/english.elc #4 2366. ELC+ELN ../lisp/language/ethiopic.elc #4 2370. ELC+ELN ../lisp/language/european.elc #4 2370. ELC+ELN ../lisp/language/georgian.elc #4 2375. ELC+ELN ../lisp/language/greek.elc #4 2375. ELC+ELN ../lisp/language/hebrew.elc #4 2380. ELC+ELN ../lisp/language/indian.elc #4 2385. ELC+ELN ../lisp/language/indonesian.elc #4 2387. ELC+ELN ../lisp/language/japanese.elc #4 2390. ELC+ELN ../lisp/language/khmer.elc #4 2392. ELC+ELN ../lisp/language/korean.elc #4 2395. ELC+ELN ../lisp/language/lao.elc #4 2396. ELC+ELN ../lisp/language/misc-lang.elc #4 2400. ELC+ELN ../lisp/language/philippine.elc #4 2404. ELC+ELN ../lisp/language/romanian.elc #4 2404. ELC+ELN ../lisp/language/sinhala.elc #4 2409. ELC+ELN ../lisp/language/slovak.elc #4 2409. ELC+ELN ../lisp/language/tai-viet.elc #4 2413. ELC+ELN ../lisp/language/thai.elc #4 2413. ELC+ELN ../lisp/language/tibetan.elc #4 2417. ELC+ELN ../lisp/language/utf-8-lang.elc #4 2418. ELC+ELN ../lisp/language/vietnamese.elc #4 2422. ELC+ELN ../lisp/loaddefs.elc #4 2423. ELC+ELN ../lisp/ls-lisp.elc #4 2432. ELC+ELN ../lisp/menu-bar.elc #4 2448. ELC+ELN ../lisp/minibuffer.elc #4 2457. ELC+ELN ../lisp/mouse.elc #4 2524. ELC+ELN ../lisp/mwheel.elc #4 2534. ELC+ELN ../lisp/newcomment.elc #4 2536. ELC+ELN ../lisp/obarray.elc #4 2540. ELC+ELN ../lisp/paren.elc #4 2552. ELC+ELN ../lisp/pgtk-dnd.elc #4 2562. ELC+ELN ../lisp/progmodes/elisp-mode.elc #4 2568. ELC+ELN ../lisp/progmodes/prog-mode.elc #4 2579. ELC+ELN ../lisp/register.elc #4 2608. ELC+ELN ../lisp/replace.elc #4 2614. ELC+ELN ../lisp/rfn-eshadow.elc #4 2622. ELC+ELN ../lisp/scroll-bar.elc #4 2636. ELC+ELN ../lisp/select.elc #4 2655. ELC+ELN ../lisp/simple.elc #4 2691. ELC+ELN ../lisp/startup.elc #4 2736. ELC+ELN ../lisp/subr.elc #4 2818. ELC+ELN ../lisp/tab-bar.elc #4 2842. ELC+ELN ../lisp/term/android-win.elc #4 2846. #4 2846. In end of data: #4 2846. android-win.el:64:4: Warning: the function `x-handle-args' is not known to be defined. #4 2853. ELC+ELN ../lisp/term/common-win.elc #4 2861. ELC+ELN ../lisp/term/haiku-win.elc #4 2867. ELC+ELN ../lisp/term/internal.elc #4 2873. ELC+ELN ../lisp/term/ns-win.elc #4 2883. ELC+ELN ../lisp/term/pc-win.elc #4 2893. ELC+ELN ../lisp/term/pgtk-win.elc #4 2895. ELC+ELN ../lisp/term/tty-colors.elc #4 2902. ELC+ELN ../lisp/term/w32-win.elc #4 2904. ELC+ELN ../lisp/term/x-win.elc #4 2911. ELC+ELN ../lisp/textmodes/fill.elc #4 2916. ELC+ELN ../lisp/textmodes/page.elc #4 2922. ELC+ELN ../lisp/textmodes/paragraphs.elc #4 2936. ELC+ELN ../lisp/textmodes/text-mode.elc #4 2938. ELC+ELN ../lisp/tool-bar.elc #4 2944. ELC+ELN ../lisp/tooltip.elc #4 2954. ELC+ELN ../lisp/touch-screen.elc #4 2954. ELC+ELN ../lisp/uniquify.elc #4 2969. ELC+ELN ../lisp/vc/ediff-hook.elc #4 2973. ELC+ELN ../lisp/vc/vc-hooks.elc #4 2984. ELC+ELN ../lisp/version.elc #4 2985. ELC+ELN ../lisp/w32-fns.elc #4 2991. ELC+ELN ../lisp/w32-vars.elc #4 2993. ELC+ELN ../lisp/widget.elc #4 2996. ELC+ELN ../lisp/window.elc #4 2998. ELC+ELN ../lisp/x-dnd.elc #4 3039. ELC+ELN ../lisp/international/characters.elc #4 3123. rm -f emacs && cp -f temacs emacs #4 3124. LC_ALL=C ./temacs -batch -l loadup --temacs=pdump \ #4 3124. --bin-dest /usr/local/bin/ --eln-dest /usr/local/lib/emacs/30.0.50/ #4 3126. Loading loadup.el (source)... #4 3126. Dump mode: pdump #4 3126. Using load-path (/checkout/lisp) #4 3126. Loading emacs-lisp/debug-early (native compiled elisp)... #4 3126. Loading emacs-lisp/byte-run (native compiled elisp)... #4 3126. Loading emacs-lisp/backquote (native compiled elisp)... #4 3126. Loading subr (native compiled elisp)... #4 3126. Loading keymap (native compiled elisp)... #4 3126. Loading version (native compiled elisp)... #4 3126. Loading widget (native compiled elisp)... #4 3126. Loading custom (native compiled elisp)... #4 3126. Loading emacs-lisp/map-ynp (native compiled elisp)... #4 3126. Loading international/mule (native compiled elisp)... #4 3127. Loading international/mule-conf (native compiled elisp)... #4 3127. Loading env (native compiled elisp)... #4 3127. Loading format (native compiled elisp)... #4 3127. Loading bindings (native compiled elisp)... #4 3127. Loading window (native compiled elisp)... #4 3127. Loading files (native compiled elisp)... #4 3128. Loading emacs-lisp/macroexp (native compiled elisp)... #4 3128. Loading cus-face (native compiled elisp)... #4 3128. Loading faces (native compiled elisp)... #4 3128. Loading loaddefs... #4 3129. Loading theme-loaddefs.el (source)... #4 3133. Loading button (native compiled elisp)... #4 3133. Loading emacs-lisp/cl-preloaded (native compiled elisp)... #4 3133. Loading emacs-lisp/oclosure (native compiled elisp)... #4 3133. Loading obarray (native compiled elisp)... #4 3133. Loading abbrev (native compiled elisp)... #4 3133. Loading help (native compiled elisp)... #4 3134. Loading jka-cmpr-hook (native compiled elisp)... #4 3134. Loading epa-hook (native compiled elisp)... #4 3134. Loading international/mule-cmds (native compiled elisp)... #4 3135. Loading case-table (native compiled elisp)... #4 3135. Loading international/charprop.el (source)... #4 3136. Loading international/characters (native compiled elisp)... #4 3136. Loading international/charscript (native compiled elisp)... #4 3136. Loading international/emoji-zwj (native compiled elisp)... #4 3136. Loading composite (native compiled elisp)... #4 3136. Loading language/chinese (native compiled elisp)... #4 3136. Loading language/cyrillic (native compiled elisp)... #4 3137. Loading language/indian (native compiled elisp)... #4 3137. Loading language/sinhala (native compiled elisp)... #4 3137. Loading language/english (native compiled elisp)... #4 3137. Loading language/ethiopic (native compiled elisp)... #4 3137. Loading language/european (native compiled elisp)... #4 3137. Loading language/czech (native compiled elisp)... #4 3137. Loading language/slovak (native compiled elisp)... #4 3137. Loading language/romanian (native compiled elisp)... #4 3137. Loading language/greek (native compiled elisp)... #4 3137. Loading language/hebrew (native compiled elisp)... #4 3137. Loading international/cp51932 (native compiled elisp)... #4 3137. Loading international/eucjp-ms (native compiled elisp)... #4 3137. Loading language/japanese (native compiled elisp)... #4 3137. Loading language/korean (native compiled elisp)... #4 3137. Loading language/lao (native compiled elisp)... #4 3138. Loading language/tai-viet (native compiled elisp)... #4 3138. Loading language/thai (native compiled elisp)... #4 3138. Loading language/tibetan (native compiled elisp)... #4 3139. Loading language/vietnamese (native compiled elisp)... #4 3139. Loading language/misc-lang (native compiled elisp)... #4 3139. Loading language/utf-8-lang (native compiled elisp)... #4 3139. Loading language/georgian (native compiled elisp)... #4 3139. Loading language/khmer (native compiled elisp)... #4 3139. Loading language/burmese (native compiled elisp)... #4 3139. Loading language/cham (native compiled elisp)... #4 3140. Loading language/philippine (native compiled elisp)... #4 3140. Loading language/indonesian (native compiled elisp)... #4 3140. Loading indent (native compiled elisp)... #4 3140. Loading emacs-lisp/cl-generic (native compiled elisp)... #4 3140. Loading simple (native compiled elisp)... #4 3141. Loading emacs-lisp/seq (native compiled elisp)... #4 3141. Loading emacs-lisp/nadvice (native compiled elisp)... #4 3141. Loading minibuffer (native compiled elisp)... #4 3141. Loading frame (native compiled elisp)... #4 3141. Loading startup (native compiled elisp)... #4 3142. Loading term/tty-colors (native compiled elisp)... #4 3143. Loading font-core (native compiled elisp)... #4 3143. Loading emacs-lisp/syntax (native compiled elisp)... #4 3143. Loading font-lock (native compiled elisp)... #4 3143. Loading jit-lock (native compiled elisp)... #4 3144. Loading mouse (native compiled elisp)... #4 3144. Loading select (native compiled elisp)... #4 3144. Loading emacs-lisp/timer (native compiled elisp)... #4 3144. Loading emacs-lisp/easymenu (native compiled elisp)... #4 3144. Loading isearch (native compiled elisp)... #4 3145. Loading rfn-eshadow (native compiled elisp)... #4 3145. Loading menu-bar (native compiled elisp)... #4 3146. Loading tab-bar (native compiled elisp)... #4 3146. Loading emacs-lisp/lisp (native compiled elisp)... #4 3146. Loading textmodes/page (native compiled elisp)... #4 3146. Loading register (native compiled elisp)... #4 3146. Loading textmodes/paragraphs (native compiled elisp)... #4 3146. Loading progmodes/prog-mode (native compiled elisp)... #4 3146. Loading emacs-lisp/lisp-mode (native compiled elisp)... #4 3147. Loading textmodes/text-mode (native compiled elisp)... #4 3147. Loading textmodes/fill (native compiled elisp)... #4 3147. Loading newcomment (native compiled elisp)... #4 3147. Loading replace (native compiled elisp)... #4 3147. Loading emacs-lisp/tabulated-list (native compiled elisp)... #4 3147. Loading buff-menu (native compiled elisp)... #4 3148. Loading progmodes/elisp-mode (native compiled elisp)... #4 3148. Loading emacs-lisp/float-sup (native compiled elisp)... #4 3148. Loading vc/vc-hooks (native compiled elisp)... #4 3148. Loading vc/ediff-hook (native compiled elisp)... #4 3148. Loading uniquify (native compiled elisp)... #4 3148. Loading electric (native compiled elisp)... #4 3148. Loading paren (native compiled elisp)... #4 3149. Loading emacs-lisp/shorthands (native compiled elisp)... #4 3149. Loading emacs-lisp/eldoc (native compiled elisp)... #4 3149. Loading emacs-lisp/cconv (native compiled elisp)... #4 3149. Loading cus-start (native compiled elisp)... #4 3149. Loading tooltip (native compiled elisp)... #4 3149. Loading international/iso-transl (native compiled elisp)... #4 3150. Loading emacs-lisp/rmc (native compiled elisp)... #4 3150. Loading leim/leim-list.el (source)... #4 3151. Waiting for git... #4 3151. Waiting for git... #4 3151. Finding pointers to doc strings... #4 3152. Ignoring DOC string on non-subr: define-fringe-bitmap #4 3152. Finding pointers to doc strings...done #4 3152. Pure-hashed: 17978 strings, 1265 vectors, 43856 conses, 1142 bytecodes, 348 others #4 3152. Dumping under the name emacs.pdmp #4 3152. Dumping fingerprint: caf731ac5f886ba42476c138904c6cd8d57e1325f9d40f88b326ef5c96339efe #4 3158. Dump complete #4 3158. Byte counts: header=100 hot=9581228 discardable=180784 cold=6882616 #4 3158. Reloc counts: hot=561092 discardable=4978 #4 3158. Adding name emacs-30.0.50.1 #4 3158. Adding name emacs-30.0.50.1.pdmp #4 3158. cp -f emacs.pdmp bootstrap-emacs.pdmp #4 3158. make[3]: Leaving directory '/checkout/src' #4 3158. make -C lisp all #4 3158. make[3]: Entering directory '/checkout/lisp' #4 3158. make -C ../leim all EMACS="../src/emacs" #4 3158. make -C ../admin/grammars all EMACS="../../src/emacs" #4 3158. make[4]: Entering directory '/checkout/admin/grammars' #4 3158. make[4]: Nothing to be done for 'all'. #4 3158. make[4]: Leaving directory '/checkout/admin/grammars' #4 3158. make[4]: Entering directory '/checkout/leim' #4 3158. make[4]: Nothing to be done for 'all'. #4 3158. make[4]: Leaving directory '/checkout/leim' #4 3158. GEN cus-load.el #4 3159. make[4]: Entering directory '/checkout/lisp' #4 3159. GEN finder-inf.el #4 3159. ELC emacs-lisp/eieio.elc #4 3165. INFO Scanning files for custom... #4 3167. ELC emacs-lisp/eieio-base.elc #4 3168. INFO Scanning files for custom...10% #4 3169. ELC cedet/semantic/db.elc #4 3170. INFO Scanning files for custom...20% #4 3172. INFO Scanning files for custom...30% #4 3172. ELC international/ja-dic-cnv.elc #4 3173. INFO Scanning files for custom...40% #4 3174. ELC org/ox.elc #4 3175. INFO Scanning files for custom...50% #4 3177. INFO Scanning files for custom...60% #4 3179. INFO Scanning files for custom...70% #4 3181. INFO Scanning files for custom...80% #4 3184. INFO Scanning files for custom...90% #4 3193. INFO Scanning files for custom...100% #4 3193. INFO Scanning files for custom...done #4 3193. INFO Generating ./cus-load.el... #4 3195. ELC org/ox-texinfo.elc #4 3196. INFO Generating ./cus-load.el...done #4 3200. INFO Scanning files for finder... #4 3200. INFO Scanning files for finder...4% #4 3200. INFO Scanning files for finder...8% #4 3200. INFO Scanning files for finder...11% #4 3201. INFO Scanning files for finder...14% #4 3201. INFO Scanning files for finder...17% #4 3201. INFO Scanning files for finder...20% #4 3201. INFO Scanning files for finder...21% #4 3201. INFO Scanning files for finder...23% #4 3202. INFO Scanning files for finder...27% #4 3202. INFO Scanning files for finder...30% #4 3202. INFO Scanning files for finder...32% #4 3202. INFO Scanning files for finder...37% #4 3202. INFO Scanning files for finder...40% #4 3203. INFO Scanning files for finder...43% #4 3203. INFO Scanning files for finder...47% #4 3203. INFO Scanning files for finder...50% #4 3203. INFO Scanning files for finder...52% #4 3204. INFO Scanning files for finder...53% #4 3204. INFO Scanning files for finder...55% #4 3204. INFO Scanning files for finder...56% #4 3204. INFO Scanning files for finder...57% #4 3204. INFO Scanning files for finder...60% #4 3204. INFO Scanning files for finder...63% #4 3205. INFO Scanning files for finder...66% #4 3205. INFO Scanning files for finder...69% #4 3205. INFO Scanning files for finder...72% #4 3205. INFO Scanning files for finder...76% #4 3205. INFO Scanning files for finder...80% #4 3206. INFO Scanning files for finder...83% #4 3206. INFO Scanning files for finder...86% #4 3206. INFO Scanning files for finder...88% #4 3206. INFO Scanning files for finder...91% #4 3206. INFO Scanning files for finder...94% #4 3207. INFO Scanning files for finder...99% #4 3207. INFO Scanning files for finder...done #4 3208. GEN autoloads #4 3208. ELC org/org-macro.elc #4 3211. ELC org/org-element.elc #4 3211. ELC org/oc.elc #4 3216. ELC org/ol.elc #4 3218. ELC emacs-lisp/cl-lib.elc #4 3225. INFO Scraping files for loaddefs... #4 3226. INFO Scraping files for loaddefs...54% #4 3226. INFO Scraping files for loaddefs...89% #4 3226. INFO Scraping files for loaddefs...done #4 3226. INFO Scraping files for loaddefs... #4 3226. INFO Scraping files for loaddefs...done #4 3230. make[4]: Leaving directory '/checkout/lisp' #4 3230. make[4]: Entering directory '/checkout/leim' #4 3230. GEN small-ja-dic-option #4 3231. /bin/mkdir -p ../lisp/leim/ja-dic #4 3231. GEN ../lisp/leim/ja-dic/ja-dic.el #4 3237. INFO Processing OKURI-ARI entries #4 3243. INFO Processing POSTFIX entries #4 3244. INFO Processing PREFIX entries #4 3245. INFO Collecting OKURI-NASI entries #4 3245. INFO Collecting OKURI-NASI entries... #4 3245. INFO Collecting OKURI-NASI entries...27% #4 3248. INFO Collecting OKURI-NASI entries...37% #4 3251. INFO Collecting OKURI-NASI entries...47% #4 3255. INFO Collecting OKURI-NASI entries...57% #4 3268. INFO Collecting OKURI-NASI entries...67% #4 3270. make[4]: Entering directory '/checkout/lisp' #4 3270. ELC align.elc #4 3277. ELC allout-widgets.elc #4 3283. INFO Collecting OKURI-NASI entries...77% #4 3284. ELC allout.elc #4 3294. ELC ansi-color.elc #4 3304. ELC ansi-osc.elc #4 3309. ELC apropos.elc #4 3312. INFO Collecting OKURI-NASI entries...87% #4 3313. ELC arc-mode.elc #4 3316. ELC array.elc #4 3318. ELC auth-source-pass.elc #4 3321. ELC auth-source.elc #4 3323. INFO Collecting OKURI-NASI entries...97% #4 3324. ELC autoinsert.elc #4 3326. INFO Collecting OKURI-NASI entries...done #4 3326. INFO Processing OKURI-NASI entries #4 3326. INFO Processing OKURI-NASI entries... #4 3327. ELC autorevert.elc #4 3327. INFO Processing OKURI-NASI entries...10% #4 3328. INFO Processing OKURI-NASI entries...20% #4 3328. ELC avoid.elc #4 3329. INFO Processing OKURI-NASI entries...30% #4 3330. INFO Processing OKURI-NASI entries...40% #4 3330. INFO Processing OKURI-NASI entries...50% #4 3331. ELC battery.elc #4 3331. INFO Processing OKURI-NASI entries...60% #4 3332. INFO Processing OKURI-NASI entries...70% #4 3333. INFO Processing OKURI-NASI entries...80% #4 3333. ELC bind-key.elc #4 3334. INFO Processing OKURI-NASI entries...90% #4 3335. INFO Processing OKURI-NASI entries...100% #4 3335. INFO Processing OKURI-NASI entries...done #4 3336. ELC bookmark.elc #4 3339. ELC bs.elc #4 3339. make[4]: Leaving directory '/checkout/leim' #4 3339. make[4]: Entering directory '/checkout/lisp' #4 3339. ELC+ELN leim/ja-dic/ja-dic.elc #4 3341. ELC calculator.elc #4 3343. INFO Extracting OKURI-NASI entries... #4 3343. INFO Extracting OKURI-NASI entries...5% #4 3344. ELC cdl.elc #4 3344. INFO Extracting OKURI-NASI entries...7% #4 3344. INFO Extracting OKURI-NASI entries...8% #4 3344. INFO Extracting OKURI-NASI entries...11% #4 3344. INFO Extracting OKURI-NASI entries...13% #4 3344. INFO Extracting OKURI-NASI entries...16% #4 3344. INFO Extracting OKURI-NASI entries...20% #4 3345. INFO Extracting OKURI-NASI entries...23% #4 3345. INFO Extracting OKURI-NASI entries...28% #4 3345. INFO Extracting OKURI-NASI entries...31% #4 3345. INFO Extracting OKURI-NASI entries...35% #4 3345. ELC char-fold.elc #4 3345. INFO Extracting OKURI-NASI entries...38% #4 3346. INFO Extracting OKURI-NASI entries...41% #4 3346. INFO Extracting OKURI-NASI entries...45% #4 3346. INFO Extracting OKURI-NASI entries...48% #4 3346. INFO Extracting OKURI-NASI entries...50% #4 3346. INFO Extracting OKURI-NASI entries...55% #4 3347. INFO Extracting OKURI-NASI entries...58% #4 3347. INFO Extracting OKURI-NASI entries...61% #4 3347. INFO Extracting OKURI-NASI entries...65% #4 3347. INFO Extracting OKURI-NASI entries...67% #4 3347. INFO Extracting OKURI-NASI entries...69% #4 3348. INFO Extracting OKURI-NASI entries...71% #4 3348. INFO Extracting OKURI-NASI entries...74% #4 3348. INFO Extracting OKURI-NASI entries...79% #4 3348. INFO Extracting OKURI-NASI entries...83% #4 3348. ELC chistory.elc #4 3348. INFO Extracting OKURI-NASI entries...85% #4 3349. INFO Extracting OKURI-NASI entries...87% #4 3349. INFO Extracting OKURI-NASI entries...90% #4 3349. INFO Extracting OKURI-NASI entries...93% #4 3349. INFO Extracting OKURI-NASI entries...96% #4 3349. INFO Extracting OKURI-NASI entries...100% #4 3349. INFO Extracting OKURI-NASI entries...done #4 3350. ELC cmuscheme.elc #4 3353. ELC color.elc #4 3356. ELC comint.elc #4 3360. ELC completion-preview.elc #4 3361. ELC completion.elc #4 3362. ELC cus-dep.elc #4 3364. ELC cus-edit.elc #4 3371. ELC cus-theme.elc #4 3374. ELC dabbrev.elc #4 3375. make[4]: Leaving directory '/checkout/lisp' #4 3375. make[4]: Entering directory '/checkout/doc/misc' #4 3375. GEN org.texi #4 3375. GEN modus-themes.texi #4 3377. ELC delim-col.elc #4 3379. ELC delsel.elc #4 3381. ELC descr-text.elc #4 3383. ELC desktop.elc #4 3385. ELC dframe.elc #4 3387. ELC dired-aux.elc #4 3390. ELC dired-loaddefs.elc #4 3392. ELC dired-x.elc #4 3396. ELC dired.elc #4 3399. ELC dirtrack.elc #4 3401. ELC display-fill-column-indicator.elc #4 3403. ELC display-line-numbers.elc #4 3405. ELC doc-view.elc #4 3408. ELC dom.elc #4 3409. ELC double.elc #4 3411. ELC ebuff-menu.elc #4 3413. ELC echistory.elc #4 3415. ELC ecomplete.elc #4 3416. ELC edmacro.elc #4 3418. ELC ehelp.elc #4 3420. ELC elec-pair.elc #4 3421. ELC elide-head.elc #4 3422. ELC emacs-lock.elc #4 3424. ELC epa-dired.elc #4 3425. ELC epa-file.elc #4 3427. ELC epa-ks.elc #4 3430. ELC epa-mail.elc #4 3432. ELC epa.elc #4 3434. ELC epg-config.elc #4 3435. ELC epg.elc #4 3438. ELC expand.elc #4 3440. ELC external-completion.elc #4 3441. ELC ezimage.elc #4 3442. ELC face-remap.elc #4 3444. ELC facemenu.elc #4 3445. ELC ffap.elc #4 3447. ELC filecache.elc #4 3448. ELC fileloop.elc #4 3449. make[4]: Leaving directory '/checkout/doc/misc' #4 3449. ELC filenotify.elc #4 3450. ELC files-x.elc #4 3450. ELC filesets.elc #4 3451. ELC find-cmd.elc #4 3452. ELC find-dired.elc #4 3453. ELC find-file.elc #4 3453. ELC find-lisp.elc #4 3454. ELC finder.elc #4 3455. ELC flow-ctrl.elc #4 3456. ELC foldout.elc #4 3457. ELC follow.elc #4 3458. ELC format-spec.elc #4 3458. ELC forms.elc #4 3459. ELC frameset.elc #4 3460. ELC generic-x.elc #4 3461. ELC help-at-pt.elc #4 3462. ELC help-fns.elc #4 3462. ELC help-macro.elc #4 3463. ELC help-mode.elc #4 3464. ELC hex-util.elc #4 3465. ELC hexl.elc #4 3465. ELC hfy-cmap.elc #4 3466. ELC hi-lock.elc #4 3467. ELC hilit-chg.elc #4 3468. ELC hippie-exp.elc #4 3469. ELC hl-line.elc #4 3469. ELC htmlfontify.elc #4 3470. ELC ibuf-ext.elc #4 3471. ELC ibuf-macs.elc #4 3472. ELC ibuffer-loaddefs.elc #4 3472. ELC ibuffer.elc #4 3473. ELC icomplete.elc #4 3474. ELC ido.elc #4 3475. ELC ielm.elc #4 3476. ELC iimage.elc #4 3477. ELC image-file.elc #4 3478. ELC image-mode.elc #4 3478. ELC imenu.elc #4 3480. ELC indent-aux.elc #4 3481. ELC info-look.elc #4 3481. ELC info-xref.elc #4 3482. ELC info.elc #4 3483. ELC informat.elc #4 3484. ELC isearchb.elc #4 3484. ELC jka-compr.elc #4 3486. ELC json.elc #4 3486. ELC jsonrpc.elc #4 3487. ELC kermit.elc #4 3488. ELC kmacro.elc #4 3489. ELC loadhist.elc #4 3489. ELC locate.elc #4 3490. ELC lpr.elc #4 3491. ELC macros.elc #4 3492. ELC man.elc #4 3492. ELC master.elc #4 3493. ELC mb-depth.elc #4 3494. ELC md4.elc #4 3494. ELC midnight.elc #4 3495. ELC minibuf-eldef.elc #4 3496. ELC misc.elc #4 3497. ELC misearch.elc #4 3497. ELC mouse-copy.elc #4 3498. ELC mouse-drag.elc #4 3499. ELC mpc.elc #4 3500. ELC msb.elc #4 3501. ELC notifications.elc #4 3501. ELC novice.elc #4 3502. ELC outline.elc #4 3503. ELC password-cache.elc #4 3503. ELC pcmpl-cvs.elc #4 3504. ELC pcmpl-git.elc #4 3505. ELC pcmpl-gnu.elc #4 3506. ELC pcmpl-linux.elc #4 3506. ELC pcmpl-rpm.elc #4 3507. ELC pcmpl-unix.elc #4 3508. ELC pcmpl-x.elc #4 3509. ELC pcomplete.elc #4 3509. ELC pixel-scroll.elc #4 3510. ELC plstore.elc #4 3510. ELC printing.elc #4 3512. ELC proced.elc #4 3512. ELC profiler.elc #4 3513. ELC ps-bdf.elc #4 3514. ELC ps-mule.elc #4 3515. ELC ps-print-loaddefs.elc #4 3515. ELC ps-print.elc #4 3516. ELC ps-samp.elc #4 3517. ELC recentf.elc #4 3518. ELC rect.elc #4 3519. ELC registry.elc #4 3520. ELC repeat.elc #4 3521. ELC reposition.elc #4 3521. ELC reveal.elc #4 3522. ELC rot13.elc #4 3523. ELC rtree.elc #4 3523. ELC ruler-mode.elc #4 3524. ELC savehist.elc #4 3525. ELC saveplace.elc #4 3525. ELC scroll-all.elc #4 3526. ELC scroll-lock.elc #4 3527. ELC server.elc #4 3528. ELC ses.elc #4 3529. ELC shadowfile.elc #4 3530. ELC shell.elc #4 3532. ELC skeleton.elc #4 3532. ELC so-long.elc #4 3533. ELC sort.elc #4 3534. ELC soundex.elc #4 3534. ELC speedbar.elc #4 3535. ELC sqlite-mode.elc #4 3536. ELC sqlite.elc #4 3536. ELC strokes.elc #4 3537. ELC svg.elc #4 3538. ELC t-mouse.elc #4 3539. ELC tab-line.elc #4 3539. ELC tabify.elc #4 3541. ELC talk.elc #4 3541. ELC tar-mode.elc #4 3542. ELC tempo.elc #4 3543. ELC term.elc #4 3543. ELC thingatpt.elc #4 3544. ELC thread.elc #4 3545. ELC time-stamp.elc #4 3546. ELC time.elc #4 3546. ELC timezone.elc #4 3547. ELC tmm.elc #4 3547. ELC transient.elc #4 3549. ELC tree-widget.elc #4 3550. ELC treesit.elc #4 3550. ELC tutorial.elc #4 3552. ELC type-break.elc #4 3552. ELC userlock.elc #4 3553. ELC vcursor.elc #4 3553. ELC view.elc #4 3554. ELC visual-wrap.elc #4 3555. ELC wdired.elc #4 3556. ELC whitespace.elc #4 3556. ELC wid-browse.elc #4 3557. ELC wid-edit.elc #4 3557. ELC windmove.elc #4 3558. ELC winner.elc #4 3559. ELC woman.elc #4 3560. ELC xdg.elc #4 3561. ELC xml.elc #4 3561. ELC xt-mouse.elc #4 3562. ELC xwidget.elc #4 3563. ELC yank-media.elc #4 3564. ELC calc/calc-aent.elc #4 3565. ELC calc/calc-alg.elc #4 3566. ELC calc/calc-arith.elc #4 3567. ELC calc/calc-bin.elc #4 3568. ELC calc/calc-comb.elc #4 3568. ELC calc/calc-cplx.elc #4 3569. ELC calc/calc-embed.elc #4 3570. ELC calc/calc-ext.elc #4 3571. ELC calc/calc-fin.elc #4 3572. ELC calc/calc-forms.elc #4 3573. ELC calc/calc-frac.elc #4 3574. ELC calc/calc-funcs.elc #4 3574. ELC calc/calc-graph.elc #4 3575. ELC calc/calc-help.elc #4 3576. ELC calc/calc-incom.elc #4 3576. ELC calc/calc-keypd.elc #4 3577. ELC calc/calc-lang.elc #4 3578. ELC calc/calc-loaddefs.elc #4 3579. ELC calc/calc-macs.elc #4 3579. ELC calc/calc-map.elc #4 3580. ELC calc/calc-math.elc #4 3581. ELC calc/calc-menu.elc #4 3582. ELC calc/calc-misc.elc #4 3582. ELC calc/calc-mode.elc #4 3583. ELC calc/calc-mtx.elc #4 3584. ELC calc/calc-nlfit.elc #4 3584. ELC calc/calc-poly.elc #4 3585. ELC calc/calc-prog.elc #4 3586. ELC calc/calc-rewr.elc #4 3587. ELC calc/calc-rules.elc #4 3587. ELC calc/calc-sel.elc #4 3588. ELC calc/calc-stat.elc #4 3589. ELC calc/calc-store.elc #4 3590. ELC calc/calc-stuff.elc #4 3591. ELC calc/calc-trail.elc #4 3591. ELC calc/calc-undo.elc #4 3592. ELC calc/calc-units.elc #4 3592. ELC calc/calc-vec.elc #4 3594. ELC calc/calc-yank.elc #4 3594. ELC calc/calc.elc #4 3595. ELC calc/calcalg2.elc #4 3596. ELC calc/calcalg3.elc #4 3597. ELC calc/calccomp.elc #4 3598. ELC calc/calcsel2.elc #4 3600. ELC calendar/appt.elc #4 3600. ELC calendar/cal-bahai.elc #4 3601. ELC calendar/cal-china.elc #4 3601. ELC calendar/cal-coptic.elc #4 3603. ELC calendar/cal-dst.elc #4 3603. ELC calendar/cal-french.elc #4 3604. ELC calendar/cal-hebrew.elc #4 3605. ELC calendar/cal-html.elc #4 3607. ELC calendar/cal-islam.elc #4 3607. ELC calendar/cal-iso.elc #4 3609. ELC calendar/cal-julian.elc #4 3609. ELC calendar/cal-loaddefs.elc #4 3611. ELC calendar/cal-mayan.elc #4 3611. ELC calendar/cal-menu.elc #4 3612. ELC calendar/cal-move.elc #4 3612. ELC calendar/cal-persia.elc #4 3614. ELC calendar/cal-tex.elc #4 3614. ELC calendar/cal-x.elc #4 3616. ELC calendar/calendar.elc #4 3616. ELC calendar/diary-lib.elc #4 3618. ELC calendar/diary-loaddefs.elc #4 3618. ELC calendar/holiday-loaddefs.elc #4 3619. ELC calendar/holidays.elc #4 3619. ELC calendar/icalendar.elc #4 3620. ELC calendar/iso8601.elc #4 3621. ELC calendar/lunar.elc #4 3622. ELC calendar/parse-time.elc #4 3622. ELC calendar/solar.elc #4 3623. ELC calendar/time-date.elc #4 3623. ELC calendar/timeclock.elc #4 3625. ELC calendar/todo-mode.elc #4 3625. ELC cedet/cedet-cscope.elc #4 3626. ELC cedet/cedet-files.elc #4 3627. ELC cedet/cedet-global.elc #4 3628. ELC cedet/cedet-idutils.elc #4 3628. ELC cedet/cedet.elc #4 3629. ELC cedet/data-debug.elc #4 3630. ELC cedet/ede.elc #4 3630. ELC cedet/mode-local.elc #4 3632. ELC cedet/pulse.elc #4 3632. ELC cedet/semantic.elc #4 3633. ELC cedet/srecode.elc #4 3634. ELC cedet/ede/auto.elc #4 3635. ELC cedet/ede/autoconf-edit.elc #4 3635. ELC cedet/ede/base.elc #4 3636. ELC cedet/ede/config.elc #4 3637. ELC cedet/ede/cpp-root.elc #4 3639. ELC cedet/ede/custom.elc #4 3639. ELC cedet/ede/detect.elc #4 3640. ELC cedet/ede/dired.elc #4 3640. ELC cedet/ede/emacs.elc #4 3642. ELC cedet/ede/files.elc #4 3643. ELC cedet/ede/generic.elc #4 3644. ELC cedet/ede/linux.elc #4 3645. ELC cedet/ede/loaddefs.elc #4 3646. ELC cedet/ede/locate.elc #4 3647. ELC cedet/ede/make.elc #4 3648. ELC cedet/ede/makefile-edit.elc #4 3648. ELC cedet/ede/pconf.elc #4 3649. ELC cedet/ede/pmake.elc #4 3650. ELC cedet/ede/proj-archive.elc #4 3652. ELC cedet/ede/proj-aux.elc #4 3653. ELC cedet/ede/proj-comp.elc #4 3654. ELC cedet/ede/proj-elisp.elc #4 3654. ELC cedet/ede/proj-info.elc #4 3656. ELC cedet/ede/proj-misc.elc #4 3657. ELC cedet/ede/proj-obj.elc #4 3658. ELC cedet/ede/proj-prog.elc #4 3659. ELC cedet/ede/proj-scheme.elc #4 3661. ELC cedet/ede/proj-shared.elc #4 3662. ELC cedet/ede/proj.elc #4 3663. ELC cedet/ede/project-am.elc #4 3664. ELC cedet/ede/shell.elc #4 3665. ELC cedet/ede/simple.elc #4 3666. ELC cedet/ede/source.elc #4 3667. ELC cedet/ede/speedbar.elc #4 3667. ELC cedet/ede/srecode.elc #4 3669. ELC cedet/ede/system.elc #4 3669. ELC cedet/ede/util.elc #4 3671. ELC cedet/semantic/analyze.elc #4 3671. ELC cedet/semantic/bovine.elc #4 3673. ELC cedet/semantic/chart.elc #4 3673. ELC cedet/semantic/complete.elc #4 3675. ELC cedet/semantic/ctxt.elc #4 3675. ELC cedet/semantic/db-debug.elc #4 3677. ELC cedet/semantic/db-ebrowse.elc #4 3677. ELC cedet/semantic/db-el.elc #4 3679. ELC cedet/semantic/db-file.elc #4 3679. ELC cedet/semantic/db-find.elc #4 3680. ELC cedet/semantic/db-global.elc #4 3681. ELC cedet/semantic/db-javascript.elc #4 3683. ELC cedet/semantic/db-mode.elc #4 3683. ELC cedet/semantic/db-ref.elc #4 3684. ELC cedet/semantic/db-typecache.elc #4 3685. ELC cedet/semantic/debug.elc #4 3686. ELC cedet/semantic/decorate.elc #4 3687. ELC cedet/semantic/dep.elc #4 3688. ELC cedet/semantic/doc.elc #4 3688. ELC cedet/semantic/ede-grammar.elc #4 3690. ELC cedet/semantic/edit.elc #4 3692. ELC cedet/semantic/find.elc #4 3692. ELC cedet/semantic/format.elc #4 3694. ELC cedet/semantic/fw.elc #4 3694. ELC cedet/semantic/grammar-wy.elc #4 3696. ELC cedet/semantic/grammar.elc #4 3697. ELC cedet/semantic/grm-wy-boot.elc #4 3698. ELC cedet/semantic/html.elc #4 3699. ELC cedet/semantic/ia-sb.elc #4 3700. ELC cedet/semantic/ia.elc #4 3701. ELC cedet/semantic/idle.elc #4 3702. ELC cedet/semantic/imenu.elc #4 3703. ELC cedet/semantic/java.elc #4 3703. ELC cedet/semantic/lex-spp.elc #4 3705. ELC cedet/semantic/lex.elc #4 3705. ELC cedet/semantic/loaddefs.elc #4 3706. ELC cedet/semantic/mru-bookmark.elc #4 3707. ELC cedet/semantic/sb.elc #4 3708. ELC cedet/semantic/scope.elc #4 3708. ELC cedet/semantic/senator.elc #4 3710. ELC cedet/semantic/sort.elc #4 3710. ELC cedet/semantic/symref.elc #4 3712. ELC cedet/semantic/tag-file.elc #4 3712. ELC cedet/semantic/tag-ls.elc #4 3713. ELC cedet/semantic/tag-write.elc #4 3714. ELC cedet/semantic/tag.elc #4 3714. ELC cedet/semantic/texi.elc #4 3716. ELC cedet/semantic/util-modes.elc #4 3717. ELC cedet/semantic/util.elc #4 3718. ELC cedet/semantic/wisent.elc #4 3718. ELC cedet/semantic/analyze/complete.elc #4 3720. ELC cedet/semantic/analyze/debug.elc #4 3721. ELC cedet/semantic/analyze/fcn.elc #4 3722. ELC cedet/semantic/analyze/refs.elc #4 3722. ELC cedet/semantic/bovine/c-by.elc #4 3723. ELC cedet/semantic/bovine/c.elc #4 3724. ELC cedet/semantic/bovine/debug.elc #4 3726. ELC cedet/semantic/bovine/el.elc #4 3728. ELC cedet/semantic/bovine/gcc.elc #4 3729. ELC cedet/semantic/bovine/grammar.elc #4 3731. ELC cedet/semantic/bovine/make-by.elc #4 3731. ELC cedet/semantic/bovine/make.elc #4 3732. ELC cedet/semantic/bovine/scm-by.elc #4 3733. ELC cedet/semantic/bovine/scm.elc #4 3734. ELC cedet/semantic/decorate/include.elc #4 3735. ELC cedet/semantic/decorate/mode.elc #4 3736. ELC cedet/semantic/symref/cscope.elc #4 3737. ELC cedet/semantic/symref/filter.elc #4 3737. ELC cedet/semantic/symref/global.elc #4 3738. ELC cedet/semantic/symref/grep.elc #4 3739. ELC cedet/semantic/symref/idutils.elc #4 3740. ELC cedet/semantic/symref/list.elc #4 3741. ELC cedet/semantic/wisent/comp.elc #4 3741. ELC cedet/semantic/wisent/grammar.elc #4 3743. ELC cedet/semantic/wisent/java-tags.elc #4 3743. ELC cedet/semantic/wisent/javascript.elc #4 3745. ELC cedet/semantic/wisent/javat-wy.elc #4 3745. ELC cedet/semantic/wisent/js-wy.elc #4 3747. ELC cedet/semantic/wisent/python-wy.elc #4 3748. ELC cedet/semantic/wisent/python.elc #4 3750. ELC cedet/semantic/wisent/wisent.elc #4 3750. ELC cedet/srecode/args.elc #4 3751. ELC cedet/srecode/compile.elc #4 3752. ELC cedet/srecode/cpp.elc #4 3753. ELC cedet/srecode/ctxt.elc #4 3754. ELC cedet/srecode/dictionary.elc #4 3756. ELC cedet/srecode/document.elc #4 3756. ELC cedet/srecode/el.elc #4 3760. ELC cedet/srecode/expandproto.elc #4 3760. ELC cedet/srecode/extract.elc #4 3764. ELC cedet/srecode/fields.elc #4 3764. ELC cedet/srecode/filters.elc #4 3765. ELC cedet/srecode/find.elc #4 3765. ELC cedet/srecode/getset.elc #4 3769. ELC cedet/srecode/insert.elc #4 3770. ELC cedet/srecode/java.elc #4 3771. ELC cedet/srecode/loaddefs.elc #4 3773. ELC cedet/srecode/map.elc #4 3773. ELC cedet/srecode/mode.elc #4 3774. ELC cedet/srecode/semantic.elc #4 3777. ELC cedet/srecode/srt-mode.elc #4 3778. ELC cedet/srecode/srt-wy.elc #4 3779. ELC cedet/srecode/srt.elc #4 3780. ELC cedet/srecode/table.elc #4 3782. ELC cedet/srecode/template.elc #4 3783. ELC cedet/srecode/texi.elc #4 3783. ELC emacs-lisp/advice.elc #4 3785. ELC emacs-lisp/avl-tree.elc #4 3787. ELC emacs-lisp/backtrace.elc #4 3788. ELC emacs-lisp/benchmark.elc #4 3788. ELC emacs-lisp/bindat.elc #4 3789. ELC emacs-lisp/chart.elc #4 3790. ELC emacs-lisp/check-declare.elc #4 3791. ELC emacs-lisp/checkdoc.elc #4 3792. ELC emacs-lisp/cl-extra.elc #4 3793. ELC emacs-lisp/cl-indent.elc #4 3793. ELC emacs-lisp/cl-loaddefs.elc #4 3794. ELC emacs-lisp/cl-macs.elc #4 3794. ELC emacs-lisp/cl-print.elc #4 3796. ELC emacs-lisp/cl-seq.elc #4 3796. ELC emacs-lisp/compat.elc #4 3797. ELC emacs-lisp/copyright.elc #4 3797. ELC emacs-lisp/crm.elc #4 3798. ELC emacs-lisp/cursor-sensor.elc #4 3798. ELC emacs-lisp/debug.elc #4 3799. ELC emacs-lisp/derived.elc #4 3799. ELC emacs-lisp/disass.elc #4 3800. ELC emacs-lisp/easy-mmode.elc #4 3800. ELC emacs-lisp/edebug.elc #4 3801. ELC emacs-lisp/eieio-core.elc #4 3801. ELC emacs-lisp/eieio-custom.elc #4 3802. ELC emacs-lisp/eieio-datadebug.elc #4 3802. ELC emacs-lisp/eieio-opt.elc #4 3803. ELC emacs-lisp/eieio-speedbar.elc #4 3803. ELC emacs-lisp/elint.elc #4 3804. ELC emacs-lisp/elp.elc #4 3804. ELC emacs-lisp/ert-font-lock.elc #4 3805. ELC emacs-lisp/ert-x.elc #4 3805. ELC emacs-lisp/ert.elc #4 3806. ELC emacs-lisp/ewoc.elc #4 3807. ELC emacs-lisp/faceup.elc #4 3808. ELC emacs-lisp/find-func.elc #4 3808. ELC emacs-lisp/generate-lisp-file.elc #4 3809. ELC emacs-lisp/generator.elc #4 3809. ELC emacs-lisp/generic.elc #4 3810. ELC emacs-lisp/gv.elc #4 3810. ELC emacs-lisp/helper.elc #4 3811. ELC emacs-lisp/hierarchy.elc #4 3811. ELC emacs-lisp/icons.elc #4 3812. ELC emacs-lisp/inline.elc #4 3812. ELC emacs-lisp/let-alist.elc #4 3813. ELC emacs-lisp/lisp-mnt.elc #4 3813. ELC emacs-lisp/map.elc #4 3814. ELC emacs-lisp/memory-report.elc #4 3814. ELC emacs-lisp/multisession.elc #4 3815. ELC emacs-lisp/package-vc.elc #4 3815. #4 3815. In end of data: #4 3815. emacs-lisp/multisession.el: Warning: the function `sqlite-commit' is not known to be defined. #4 3815. emacs-lisp/multisession.el: Warning: the function `sqlite-transaction' is not known to be defined. #4 3815. emacs-lisp/multisession.el: Warning: the function `sqlite-rollback' is not known to be defined. #4 3815. ELC emacs-lisp/package-x.elc #4 3817. ELC emacs-lisp/package.elc #4 3817. ELC emacs-lisp/pcase.elc #4 3818. ELC emacs-lisp/pp.elc #4 3819. ELC emacs-lisp/range.elc #4 3819. ELC emacs-lisp/re-builder.elc #4 3820. ELC emacs-lisp/regi.elc #4 3820. ELC emacs-lisp/ring.elc #4 3821. ELC emacs-lisp/rx.elc #4 3821. ELC emacs-lisp/shadow.elc #4 3822. ELC emacs-lisp/shortdoc.elc #4 3822. ELC emacs-lisp/smie.elc #4 3822. ELC emacs-lisp/subr-x.elc #4 3823. ELC emacs-lisp/tcover-ses.elc #4 3823. ELC emacs-lisp/testcover.elc #4 3824. ELC emacs-lisp/text-property-search.elc #4 3824. ELC emacs-lisp/thunk.elc #4 3824. ELC emacs-lisp/timer-list.elc #4 3824. ELC emacs-lisp/tq.elc #4 3825. ELC emacs-lisp/trace.elc #4 3825. ELC emacs-lisp/unsafep.elc #4 3826. ELC emacs-lisp/vtable.elc #4 3826. ELC emacs-lisp/warnings.elc #4 3826. ELC emulation/cua-base.elc #4 3827. ELC emulation/cua-gmrk.elc #4 3827. ELC emulation/cua-rect.elc #4 3827. ELC emulation/edt-lk201.elc #4 3828. ELC emulation/edt-mapper.elc #4 3828. ELC emulation/edt-pc.elc #4 3829. ELC emulation/edt-vt100.elc #4 3829. ELC emulation/edt.elc #4 3829. ELC emulation/keypad.elc #4 3830. ELC emulation/viper-cmd.elc #4 3830. ELC emulation/viper-ex.elc #4 3831. ELC emulation/viper-init.elc #4 3831. ELC emulation/viper-keym.elc #4 3832. ELC emulation/viper-macs.elc #4 3832. ELC emulation/viper-mous.elc #4 3833. ELC emulation/viper-util.elc #4 3833. ELC emulation/viper.elc #4 3833. ELC erc/erc-autoaway.elc #4 3834. ELC erc/erc-backend.elc #4 3835. ELC erc/erc-button.elc #4 3835. ELC erc/erc-capab.elc #4 3837. ELC erc/erc-common.elc #4 3838. ELC erc/erc-compat.elc #4 3838. ELC erc/erc-dcc.elc #4 3839. ELC erc/erc-desktop-notifications.elc #4 3840. ELC erc/erc-ezbounce.elc #4 3841. ELC erc/erc-fill.elc #4 3842. ELC erc/erc-goodies.elc #4 3842. ELC erc/erc-ibuffer.elc #4 3843. ELC erc/erc-identd.elc #4 3843. ELC erc/erc-imenu.elc #4 3844. ELC erc/erc-join.elc #4 3845. ELC erc/erc-lang.elc #4 3846. ELC erc/erc-list.elc #4 3846. ELC erc/erc-loaddefs.elc #4 3847. ELC erc/erc-log.elc #4 3847. ELC erc/erc-match.elc #4 3848. ELC erc/erc-menu.elc #4 3848. ELC erc/erc-netsplit.elc #4 3849. ELC erc/erc-networks.elc #4 3850. ELC erc/erc-nicks.elc #4 3850. ELC erc/erc-notify.elc #4 3851. ELC erc/erc-page.elc #4 3851. ELC erc/erc-pcomplete.elc #4 3852. ELC erc/erc-replace.elc #4 3853. ELC erc/erc-ring.elc #4 3854. ELC erc/erc-sasl.elc #4 3854. ELC erc/erc-services.elc #4 3855. ELC erc/erc-sound.elc #4 3855. ELC erc/erc-speedbar.elc #4 3856. ELC erc/erc-spelling.elc #4 3857. ELC erc/erc-stamp.elc #4 3858. ELC erc/erc-status-sidebar.elc #4 3858. ELC erc/erc-track.elc #4 3859. ELC erc/erc-truncate.elc #4 3859. ELC erc/erc-xdcc.elc #4 3860. ELC erc/erc.elc #4 3860. ELC eshell/em-alias.elc #4 3862. ELC eshell/em-banner.elc #4 3862. ELC eshell/em-basic.elc #4 3863. ELC eshell/em-cmpl.elc #4 3863. ELC eshell/em-dirs.elc #4 3864. ELC eshell/em-elecslash.elc #4 3864. ELC eshell/em-extpipe.elc #4 3865. ELC eshell/em-glob.elc #4 3866. ELC eshell/em-hist.elc #4 3866. ELC eshell/em-ls.elc #4 3867. ELC eshell/em-pred.elc #4 3867. ELC eshell/em-prompt.elc #4 3868. ELC eshell/em-rebind.elc #4 3868. ELC eshell/em-script.elc #4 3869. ELC eshell/em-smart.elc #4 3869. ELC eshell/em-term.elc #4 3870. ELC eshell/em-tramp.elc #4 3870. ELC eshell/em-unix.elc #4 3872. ELC eshell/em-xtra.elc #4 3872. ELC eshell/esh-arg.elc #4 3872. ELC eshell/esh-cmd.elc #4 3874. ELC eshell/esh-ext.elc #4 3874. ELC eshell/esh-groups.elc #4 3874. ELC eshell/esh-io.elc #4 3874. ELC eshell/esh-mode.elc #4 3875. ELC eshell/esh-module.elc #4 3875. ELC eshell/esh-opt.elc #4 3876. ELC eshell/esh-proc.elc #4 3876. ELC eshell/esh-util.elc #4 3877. ELC eshell/esh-var.elc #4 3877. ELC eshell/eshell.elc #4 3878. ELC gnus/canlock.elc #4 3878. ELC gnus/deuglify.elc #4 3879. ELC gnus/gmm-utils.elc #4 3880. ELC gnus/gnus-agent.elc #4 3882. ELC gnus/gnus-art.elc #4 3884. ELC gnus/gnus-async.elc #4 3887. ELC gnus/gnus-bcklg.elc #4 3888. ELC gnus/gnus-bookmark.elc #4 3889. ELC gnus/gnus-cache.elc #4 3892. ELC gnus/gnus-cite.elc #4 3893. ELC gnus/gnus-cloud.elc #4 3895. ELC gnus/gnus-cus.elc #4 3895. ELC gnus/gnus-dbus.elc #4 3897. ELC gnus/gnus-delay.elc #4 3899. ELC gnus/gnus-demon.elc #4 3903. ELC gnus/gnus-diary.elc #4 3903. ELC gnus/gnus-dired.elc #4 3904. ELC gnus/gnus-draft.elc #4 3908. ELC gnus/gnus-dup.elc #4 3909. ELC gnus/gnus-eform.elc #4 3911. ELC gnus/gnus-fun.elc #4 3912. ELC gnus/gnus-gravatar.elc #4 3912. ELC gnus/gnus-group.elc #4 3916. ELC gnus/gnus-html.elc #4 3916. ELC gnus/gnus-icalendar.elc #4 3919. ELC gnus/gnus-int.elc #4 3921. ELC gnus/gnus-kill.elc #4 3923. ELC gnus/gnus-logic.elc #4 3924. ELC gnus/gnus-mh.elc #4 3926. ELC gnus/gnus-ml.elc #4 3927. ELC gnus/gnus-mlspl.elc #4 3929. ELC gnus/gnus-msg.elc #4 3930. ELC gnus/gnus-notifications.elc #4 3933. ELC gnus/gnus-picon.elc #4 3933. ELC gnus/gnus-range.elc #4 3934. ELC gnus/gnus-registry.elc #4 3936. ELC gnus/gnus-rfc1843.elc #4 3937. ELC gnus/gnus-rmail.elc #4 3939. ELC gnus/gnus-salt.elc #4 3939. ELC gnus/gnus-score.elc #4 3942. ELC gnus/gnus-search.elc #4 3943. ELC gnus/gnus-sieve.elc #4 3946. ELC gnus/gnus-spec.elc #4 3946. ELC gnus/gnus-srvr.elc #4 3948. ELC gnus/gnus-start.elc #4 3948. ELC gnus/gnus-sum.elc #4 3951. ELC gnus/gnus-topic.elc #4 3953. ELC gnus/gnus-undo.elc #4 3953. ELC gnus/gnus-util.elc #4 3954. ELC gnus/gnus-uu.elc #4 3954. ELC gnus/gnus-vm.elc #4 3957. ELC gnus/gnus-win.elc #4 3957. ELC gnus/gnus.elc #4 3959. ELC gnus/gssapi.elc #4 3959. ELC gnus/mail-source.elc #4 3960. ELC gnus/message.elc #4 3961. ELC gnus/mm-archive.elc #4 3962. ELC gnus/mm-bodies.elc #4 3962. ELC gnus/mm-decode.elc #4 3963. ELC gnus/mm-encode.elc #4 3963. ELC gnus/mm-extern.elc #4 3963. ELC gnus/mm-partial.elc #4 3964. ELC gnus/mm-url.elc #4 3965. ELC gnus/mm-util.elc #4 3966. ELC gnus/mm-uu.elc #4 3966. ELC gnus/mm-view.elc #4 3967. ELC gnus/mml-sec.elc #4 3967. ELC gnus/mml-smime.elc #4 3968. ELC gnus/mml.elc #4 3968. ELC gnus/mml1991.elc #4 3970. ELC gnus/mml2015.elc #4 3970. ELC gnus/nnagent.elc #4 3971. ELC gnus/nnbabyl.elc #4 3972. ELC gnus/nndiary.elc #4 3973. ELC gnus/nndir.elc #4 3974. ELC gnus/nndoc.elc #4 3975. ELC gnus/nndraft.elc #4 3976. ELC gnus/nneething.elc #4 3976. ELC gnus/nnfolder.elc #4 3977. ELC gnus/nngateway.elc #4 3978. ELC gnus/nnheader.elc #4 3979. ELC gnus/nnimap.elc #4 3979. ELC gnus/nnmail.elc #4 3980. ELC gnus/nnmaildir.elc #4 3980. ELC gnus/nnmairix.elc #4 3982. ELC gnus/nnmbox.elc #4 3983. ELC gnus/nnmh.elc #4 3984. ELC gnus/nnml.elc #4 3987. ELC gnus/nnnil.elc #4 3988. ELC gnus/nnoo.elc #4 3988. ELC gnus/nnregistry.elc #4 3988. ELC gnus/nnrss.elc #4 3990. ELC gnus/nnselect.elc #4 3991. ELC gnus/nnspool.elc #4 3992. ELC gnus/nntp.elc #4 3993. ELC gnus/nnvirtual.elc #4 3994. ELC gnus/nnweb.elc #4 3995. ELC gnus/score-mode.elc #4 3996. ELC gnus/smiley.elc #4 3996. ELC gnus/smime.elc #4 3997. ELC gnus/spam-report.elc #4 3999. ELC gnus/spam-stat.elc #4 3999. ELC gnus/spam-wash.elc #4 3999. ELC gnus/spam.elc #4 4002. ELC image/compface.elc #4 4002. ELC image/exif.elc #4 4002. ELC image/gravatar.elc #4 4003. ELC image/image-converter.elc #4 4004. ELC image/image-crop.elc #4 4004. ELC image/image-dired-dired.elc #4 4004. ELC image/image-dired-external.elc #4 4005. ELC image/image-dired-tags.elc #4 4005. ELC image/image-dired-util.elc #4 4005. ELC image/image-dired.elc #4 4006. #4 4006. In end of data: #4 4006. image/image-dired-util.el:208:14: Warning: the function `clear-image-cache' is not known to be defined. #4 4006. ELC image/wallpaper.elc #4 4006. ELC international/ccl.elc #4 4006. ELC international/emoji.elc #4 4007. ELC international/isearch-x.elc #4 4007. ELC international/iso-ascii.elc #4 4008. ELC international/iso-cvt.elc #4 4008. ELC international/ja-dic-utl.elc #4 4009. ELC international/kinsoku.elc #4 4009. ELC international/kkc.elc #4 4009. ELC international/latexenc.elc #4 4009. ELC international/latin1-disp.elc #4 4010. ELC international/mule-diag.elc #4 4010. ELC international/ogonek.elc #4 4011. ELC international/quail.elc #4 4011. ELC international/rfc1843.elc #4 4011. ELC international/robin.elc #4 4012. ELC international/textsec-check.elc #4 4012. ELC international/textsec.elc #4 4012. ELC international/utf-7.elc #4 4013. ELC international/utf7.elc #4 4013. ELC language/china-util.elc #4 4014. ELC language/cyril-util.elc #4 4015. ELC language/ethio-util.elc #4 4015. ELC language/hanja-util.elc #4 4016. ELC language/ind-util.elc #4 4016. ELC language/japan-util.elc #4 4017. ELC language/korea-util.elc #4 4018. ELC language/lao-util.elc #4 4018. ELC language/pinyin.elc #4 4019. ELC language/thai-util.elc #4 4019. ELC language/thai-word.elc #4 4020. ELC language/tibet-util.elc #4 4020. ELC language/tv-util.elc #4 4021. ELC language/viet-util.elc #4 4021. ELC leim/quail/4Corner.elc #4 4021. ELC leim/quail/ARRAY30.elc #4 4022. ELC leim/quail/CCDOSPY.elc #4 4023. ELC leim/quail/CTLau-b5.elc #4 4023. ELC leim/quail/CTLau.elc #4 4024. ELC leim/quail/ECDICT.elc #4 4024. ELC leim/quail/ETZY.elc #4 4025. ELC leim/quail/PY-b5.elc #4 4025. ELC leim/quail/PY.elc #4 4026. ELC leim/quail/Punct-b5.elc #4 4026. ELC leim/quail/Punct.elc #4 4026. ELC leim/quail/QJ-b5.elc #4 4027. ELC leim/quail/QJ.elc #4 4027. ELC leim/quail/SW.elc #4 4027. ELC leim/quail/TONEPY.elc #4 4028. ELC leim/quail/ZIRANMA.elc #4 4028. ELC leim/quail/ZOZY.elc #4 4029. ELC leim/quail/arabic.elc #4 4030. ELC leim/quail/cham.elc #4 4030. ELC leim/quail/compose.elc #4 4030. ELC leim/quail/croatian.elc #4 4031. ELC leim/quail/cyril-jis.elc #4 4031. ELC leim/quail/cyrillic.elc #4 4032. ELC leim/quail/czech.elc #4 4032. ELC leim/quail/emoji.elc #4 4032. ELC leim/quail/ethiopic.elc #4 4033. ELC leim/quail/georgian.elc #4 4033. ELC leim/quail/greek.elc #4 4034. ELC leim/quail/hangul.elc #4 4034. ELC leim/quail/hanja-jis.elc #4 4035. ELC leim/quail/hanja.elc #4 4035. ELC leim/quail/hanja3.elc #4 4035. ELC leim/quail/hebrew.elc #4 4036. ELC leim/quail/indian.elc #4 4036. ELC leim/quail/indonesian.elc #4 4037. ELC leim/quail/ipa-praat.elc #4 4037. ELC leim/quail/ipa.elc #4 4037. ELC leim/quail/japanese.elc #4 4038. ELC leim/quail/lao.elc #4 4038. ELC leim/quail/latin-alt.elc #4 4038. ELC leim/quail/latin-ltx.elc #4 4039. ELC leim/quail/latin-post.elc #4 4040. ELC leim/quail/latin-pre.elc #4 4041. ELC leim/quail/lrt.elc #4 4041. ELC leim/quail/misc-lang.elc #4 4042. ELC leim/quail/pakistan.elc #4 4042. ELC leim/quail/persian.elc #4 4043. ELC leim/quail/philippine.elc #4 4043. ELC leim/quail/programmer-dvorak.elc #4 4043. ELC leim/quail/py-punct.elc #4 4044. ELC leim/quail/pypunct-b5.elc #4 4044. ELC leim/quail/quick-b5.elc #4 4045. ELC leim/quail/quick-cns.elc #4 4045. ELC leim/quail/rfc1345.elc #4 4045. ELC leim/quail/sami.elc #4 4046. ELC leim/quail/sgml-input.elc #4 4046. ELC leim/quail/sisheng.elc #4 4046. ELC leim/quail/slovak.elc #4 4047. ELC leim/quail/symbol-ksc.elc #4 4047. ELC leim/quail/tamil-dvorak.elc #4 4047. ELC leim/quail/thai.elc #4 4048. ELC leim/quail/tibetan.elc #4 4048. ELC leim/quail/tsang-b5.elc #4 4048. ELC leim/quail/tsang-cns.elc #4 4049. ELC leim/quail/uni-input.elc #4 4049. ELC leim/quail/viqr.elc #4 4050. ELC leim/quail/vntelex.elc #4 4050. ELC leim/quail/vnvni.elc #4 4051. ELC leim/quail/welsh.elc #4 4051. ELC mail/binhex.elc #4 4051. ELC mail/emacsbug.elc #4 4052. ELC mail/feedmail.elc #4 4052. ELC mail/flow-fill.elc #4 4053. ELC mail/footnote.elc #4 4053. ELC mail/hashcash.elc #4 4053. ELC mail/ietf-drums-date.elc #4 4054. ELC mail/ietf-drums.elc #4 4054. ELC mail/mail-extr.elc #4 4054. ELC mail/mail-hist.elc #4 4055. ELC mail/mail-parse.elc #4 4055. ELC mail/mail-prsvr.elc #4 4056. ELC mail/mail-utils.elc #4 4056. ELC mail/mailabbrev.elc #4 4056. ELC mail/mailalias.elc #4 4057. ELC mail/mailclient.elc #4 4057. ELC mail/mailheader.elc #4 4058. ELC mail/mspools.elc #4 4058. ELC mail/qp.elc #4 4059. ELC mail/reporter.elc #4 4059. ELC mail/rfc2045.elc #4 4059. ELC mail/rfc2047.elc #4 4059. ELC mail/rfc2231.elc #4 4060. ELC mail/rfc6068.elc #4 4060. ELC mail/rfc822.elc #4 4061. ELC mail/rmail-spam-filter.elc #4 4061. ELC mail/rmail.elc #4 4062. ELC mail/rmailedit.elc #4 4062. ELC mail/rmailkwd.elc #4 4063. ELC mail/rmailmm.elc #4 4063. ELC mail/rmailmsc.elc #4 4064. ELC mail/rmailout.elc #4 4065. ELC mail/rmailsort.elc #4 4065. ELC mail/rmailsum.elc #4 4066. ELC mail/sendmail.elc #4 4066. ELC mail/smtpmail.elc #4 4066. ELC mail/supercite.elc #4 4067. ELC mail/undigest.elc #4 4067. ELC mail/unrmail.elc #4 4068. ELC mail/uudecode.elc #4 4068. ELC mail/yenc.elc #4 4068. ELC mh-e/mh-acros.elc #4 4069. ELC mh-e/mh-alias.elc #4 4069. ELC mh-e/mh-buffers.elc #4 4070. ELC mh-e/mh-comp.elc #4 4070. ELC mh-e/mh-e.elc #4 4071. ELC mh-e/mh-folder.elc #4 4071. ELC mh-e/mh-funcs.elc #4 4072. ELC mh-e/mh-gnus.elc #4 4072. ELC mh-e/mh-identity.elc #4 4073. ELC mh-e/mh-inc.elc #4 4073. ELC mh-e/mh-junk.elc #4 4073. ELC mh-e/mh-letter.elc #4 4074. ELC mh-e/mh-limit.elc #4 4074. ELC mh-e/mh-loaddefs.elc #4 4074. ELC mh-e/mh-mime.elc #4 4075. ELC mh-e/mh-print.elc #4 4076. ELC mh-e/mh-scan.elc #4 4076. ELC mh-e/mh-search.elc #4 4076. ELC mh-e/mh-seq.elc #4 4077. ELC mh-e/mh-show.elc #4 4079. ELC mh-e/mh-speed.elc #4 4080. ELC mh-e/mh-thread.elc #4 4080. ELC mh-e/mh-tool-bar.elc #4 4081. ELC mh-e/mh-utils.elc #4 4081. ELC mh-e/mh-xface.elc #4 4082. ELC net/ange-ftp.elc #4 4082. ELC net/browse-url.elc #4 4083. ELC net/dbus.elc #4 4083. ELC net/dictionary-connection.elc #4 4084. ELC net/dictionary.elc #4 4084. ELC net/dig.elc #4 4085. ELC net/dns.elc #4 4085. ELC net/eudc-bob.elc #4 4086. ELC net/eudc-capf.elc #4 4087. ELC net/eudc-export.elc #4 4087. ELC net/eudc-hotlist.elc #4 4088. ELC net/eudc-vars.elc #4 4088. ELC net/eudc.elc #4 4088. ELC net/eudcb-bbdb.elc #4 4088. ELC net/eudcb-ecomplete.elc #4 4089. ELC net/eudcb-ldap.elc #4 4089. ELC net/eudcb-mab.elc #4 4090. ELC net/eudcb-macos-contacts.elc #4 4090. ELC net/eudcb-mailabbrev.elc #4 4091. ELC net/eww.elc #4 4091. ELC net/gnutls.elc #4 4091. ELC net/goto-addr.elc #4 4092. ELC net/hmac-def.elc #4 4093. ELC net/hmac-md5.elc #4 4093. #4 4093. In end of data: #4 4093. net/eww.el:1271:59: Warning: the function `imagep' is not known to be defined. #4 4093. ELC net/imap.elc #4 4093. ELC net/ldap.elc #4 4094. ELC net/mailcap.elc #4 4094. ELC net/mairix.elc #4 4095. ELC net/net-utils.elc #4 4095. ELC net/network-stream.elc #4 4096. ELC net/newst-backend.elc #4 4096. ELC net/newst-plainview.elc #4 4097. ELC net/newst-reader.elc #4 4097. ELC net/newst-ticker.elc #4 4097. ELC net/newst-treeview.elc #4 4098. ELC net/newsticker.elc #4 4098. ELC net/nsm.elc #4 4098. ELC net/ntlm.elc #4 4099. ELC net/pop3.elc #4 4099. ELC net/puny.elc #4 4100. ELC net/rcirc.elc #4 4100. ELC net/rfc2104.elc #4 4100. ELC net/sasl-cram.elc #4 4101. ELC net/sasl-digest.elc #4 4101. ELC net/sasl-ntlm.elc #4 4101. ELC net/sasl-scram-rfc.elc #4 4102. ELC net/sasl-scram-sha256.elc #4 4102. ELC net/sasl.elc #4 4102. ELC net/secrets.elc #4 4102. ELC net/shr-color.elc #4 4103. ELC net/shr.elc #4 4103. ELC net/sieve-manage.elc #4 4104. ELC net/sieve-mode.elc #4 4104. ELC net/sieve.elc #4 4105. ELC net/snmp-mode.elc #4 4105. ELC net/soap-client.elc #4 4106. ELC net/soap-inspect.elc #4 4107. ELC net/socks.elc #4 4108. ELC net/telnet.elc #4 4109. ELC net/tramp-adb.elc #4 4109. ELC net/tramp-androidsu.elc #4 4111. ELC net/tramp-archive.elc #4 4111. ELC net/tramp-cache.elc #4 4113. ELC net/tramp-cmds.elc #4 4113. ELC net/tramp-compat.elc #4 4114. ELC net/tramp-container.elc #4 4115. ELC net/tramp-crypt.elc #4 4116. ELC net/tramp-ftp.elc #4 4116. ELC net/tramp-fuse.elc #4 4117. ELC net/tramp-gvfs.elc #4 4118. ELC net/tramp-integration.elc #4 4119. ELC net/tramp-loaddefs.elc #4 4119. ELC net/tramp-message.elc #4 4120. ELC net/tramp-rclone.elc #4 4120. ELC net/tramp-sh.elc #4 4121. ELC net/tramp-smb.elc #4 4123. ELC net/tramp-sshfs.elc #4 4123. ELC net/tramp-sudoedit.elc #4 4125. ELC net/tramp-uu.elc #4 4125. ELC net/tramp.elc #4 4125. ELC net/trampver.elc #4 4126. ELC net/webjump.elc #4 4127. ELC net/zeroconf.elc #4 4128. ELC nxml/nxml-enc.elc #4 4128. ELC nxml/nxml-maint.elc #4 4128. ELC nxml/nxml-mode.elc #4 4128. ELC nxml/nxml-ns.elc #4 4129. ELC nxml/nxml-outln.elc #4 4130. ELC nxml/nxml-parse.elc #4 4130. ELC nxml/nxml-rap.elc #4 4130. ELC nxml/nxml-util.elc #4 4131. ELC nxml/rng-cmpct.elc #4 4131. ELC nxml/rng-dt.elc #4 4132. ELC nxml/rng-loc.elc #4 4132. ELC nxml/rng-maint.elc #4 4133. ELC nxml/rng-match.elc #4 4133. ELC nxml/rng-nxml.elc #4 4134. ELC nxml/rng-parse.elc #4 4134. ELC nxml/rng-pttrn.elc #4 4134. ELC nxml/rng-uri.elc #4 4135. ELC nxml/rng-util.elc #4 4135. ELC nxml/rng-valid.elc #4 4136. ELC nxml/rng-xsd.elc #4 4136. ELC nxml/xmltok.elc #4 4136. ELC nxml/xsd-regexp.elc #4 4137. ELC obsolete/autoarg.elc #4 4137. ELC obsolete/autoload.elc #4 4138. ELC obsolete/bruce.elc #4 4138. ELC obsolete/cc-compat.elc #4 4138. ELC obsolete/cl-compat.elc #4 4139. ELC obsolete/cl.elc #4 4140. ELC obsolete/crisp.elc #4 4141. ELC obsolete/eieio-compat.elc #4 4141. ELC obsolete/eudcb-ph.elc #4 4141. ELC obsolete/gs.elc #4 4141. ELC obsolete/gulp.elc #4 4142. ELC obsolete/html2text.elc #4 4142. ELC obsolete/info-edit.elc #4 4143. ELC obsolete/inversion.elc #4 4143. ELC obsolete/iswitchb.elc #4 4143. ELC obsolete/landmark.elc #4 4144. ELC obsolete/linum.elc #4 4144. ELC obsolete/longlines.elc #4 4144. ELC obsolete/makesum.elc #4 4145. ELC obsolete/mantemp.elc #4 4145. ELC obsolete/meese.elc #4 4145. ELC obsolete/metamail.elc #4 4146. ELC obsolete/mh-compat.elc #4 4146. ELC obsolete/netrc.elc #4 4146. ELC obsolete/nnir.elc #4 4147. ELC obsolete/otodo-mode.elc #4 4147. ELC obsolete/pgg-def.elc #4 4147. ELC obsolete/pgg-gpg.elc #4 4148. ELC obsolete/pgg-parse.elc #4 4148. ELC obsolete/pgg-pgp.elc #4 4149. ELC obsolete/pgg-pgp5.elc #4 4149. ELC obsolete/pgg.elc #4 4150. ELC obsolete/ps-def.elc #4 4150. ELC obsolete/quickurl.elc #4 4150. ELC obsolete/rcompile.elc #4 4151. ELC obsolete/rfc2368.elc #4 4151. ELC obsolete/rlogin.elc #4 4152. ELC obsolete/sb-image.elc #4 4152. ELC obsolete/starttls.elc #4 4152. ELC obsolete/sup-mouse.elc #4 4153. ELC obsolete/terminal.elc #4 4153. ELC obsolete/thumbs.elc #4 4154. ELC obsolete/tls.elc #4 4154. ELC obsolete/tpu-edt.elc #4 4154. ELC obsolete/tpu-extras.elc #4 4155. ELC obsolete/tpu-mapper.elc #4 4155. ELC obsolete/uce.elc #4 4156. ELC obsolete/url-about.elc #4 4156. ELC obsolete/url-dired.elc #4 4156. ELC obsolete/url-ns.elc #4 4157. ELC obsolete/vc-arch.elc #4 4157. ELC obsolete/vc-mtn.elc #4 4157. ELC obsolete/vi.elc #4 4158. ELC obsolete/vip.elc #4 4158. ELC obsolete/vt-control.elc #4 4159. ELC obsolete/vt100-led.elc #4 4159. ELC obsolete/ws-mode.elc #4 4159. ELC obsolete/yow.elc #4 4160. ELC org/ob-C.elc #4 4160. ELC org/ob-R.elc #4 4161. ELC org/ob-awk.elc #4 4162. ELC org/ob-calc.elc #4 4164. ELC org/ob-clojure.elc #4 4165. ELC org/ob-comint.elc #4 4166. ELC org/ob-core.elc #4 4166. ELC org/ob-css.elc #4 4167. ELC org/ob-ditaa.elc #4 4167. ELC org/ob-dot.elc #4 4168. ELC org/ob-emacs-lisp.elc #4 4168. ELC org/ob-eshell.elc #4 4169. ELC org/ob-eval.elc #4 4169. ELC org/ob-exp.elc #4 4170. ELC org/ob-forth.elc #4 4170. ELC org/ob-fortran.elc #4 4171. ELC org/ob-gnuplot.elc #4 4172. ELC org/ob-groovy.elc #4 4173. ELC org/ob-haskell.elc #4 4174. ELC org/ob-java.elc #4 4175. ELC org/ob-js.elc #4 4176. ELC org/ob-julia.elc #4 4176. ELC org/ob-latex.elc #4 4177. ELC org/ob-lilypond.elc #4 4177. ELC org/ob-lisp.elc #4 4178. ELC org/ob-lob.elc #4 4178. ELC org/ob-lua.elc #4 4179. ELC org/ob-makefile.elc #4 4179. ELC org/ob-matlab.elc #4 4180. ELC org/ob-maxima.elc #4 4181. ELC org/ob-ocaml.elc #4 4181. ELC org/ob-octave.elc #4 4182. ELC org/ob-org.elc #4 4182. ELC org/ob-perl.elc #4 4183. ELC org/ob-plantuml.elc #4 4183. ELC org/ob-processing.elc #4 4184. ELC org/ob-python.elc #4 4184. ELC org/ob-ref.elc #4 4185. ELC org/ob-ruby.elc #4 4185. ELC org/ob-sass.elc #4 4186. ELC org/ob-scheme.elc #4 4186. ELC org/ob-screen.elc #4 4187. ELC org/ob-sed.elc #4 4187. ELC org/ob-shell.elc #4 4188. ELC org/ob-sql.elc #4 4188. ELC org/ob-sqlite.elc #4 4189. ELC org/ob-table.elc #4 4189. ELC org/ob-tangle.elc #4 4190. ELC org/ob.elc #4 4190. ELC org/oc-basic.elc #4 4191. ELC org/oc-biblatex.elc #4 4191. ELC org/oc-bibtex.elc #4 4191. ELC org/oc-csl.elc #4 4192. ELC org/oc-natbib.elc #4 4192. ELC org/ol-bbdb.elc #4 4193. ELC org/ol-bibtex.elc #4 4193. ELC org/ol-docview.elc #4 4194. ELC org/ol-doi.elc #4 4194. ELC org/ol-eshell.elc #4 4194. ELC org/ol-eww.elc #4 4195. ELC org/ol-gnus.elc #4 4196. ELC org/ol-info.elc #4 4196. ELC org/ol-irc.elc #4 4197. ELC org/ol-man.elc #4 4197. ELC org/ol-mhe.elc #4 4197. ELC org/ol-rmail.elc #4 4198. ELC org/ol-w3m.elc #4 4198. ELC org/org-agenda.elc #4 4199. ELC org/org-archive.elc #4 4202. ELC org/org-attach-git.elc #4 4204. ELC org/org-attach.elc #4 4205. ELC org/org-capture.elc #4 4207. ELC org/org-clock.elc #4 4208. ELC org/org-colview.elc #4 4210. ELC org/org-compat.elc #4 4211. ELC org/org-crypt.elc #4 4211. ELC org/org-ctags.elc #4 4211. ELC org/org-cycle.elc #4 4212. ELC org/org-datetree.elc #4 4214. ELC org/org-duration.elc #4 4215. ELC org/org-entities.elc #4 4215. ELC org/org-faces.elc #4 4216. ELC org/org-feed.elc #4 4216. ELC org/org-fold-core.elc #4 4217. ELC org/org-fold.elc #4 4217. ELC org/org-footnote.elc #4 4218. ELC org/org-goto.elc #4 4218. ELC org/org-habit.elc #4 4221. ELC org/org-id.elc #4 4221. ELC org/org-indent.elc #4 4223. ELC org/org-inlinetask.elc #4 4224. ELC org/org-keys.elc #4 4224. ELC org/org-lint.elc #4 4225. ELC org/org-list.elc #4 4227. ELC org/org-loaddefs.elc #4 4227. ELC org/org-macs.elc #4 4228. ELC org/org-mobile.elc #4 4228. ELC org/org-mouse.elc #4 4230. ELC org/org-num.elc #4 4231. ELC org/org-pcomplete.elc #4 4232. ELC org/org-persist.elc #4 4232. ELC org/org-plot.elc #4 4234. ELC org/org-protocol.elc #4 4235. ELC org/org-refile.elc #4 4236. ELC org/org-src.elc #4 4237. ELC org/org-table.elc #4 4237. ELC org/org-tempo.elc #4 4239. ELC org/org-timer.elc #4 4240. ELC org/org.elc #4 4241. ELC org/ox-ascii.elc #4 4245. ELC org/ox-beamer.elc #4 4246. ELC org/ox-html.elc #4 4248. ELC org/ox-icalendar.elc #4 4249. ELC org/ox-koma-letter.elc #4 4250. ELC org/ox-latex.elc #4 4250. ELC org/ox-man.elc #4 4252. ELC org/ox-md.elc #4 4252. ELC org/ox-odt.elc #4 4254. ELC org/ox-org.elc #4 4255. ELC org/ox-publish.elc #4 4256. ELC play/5x5.elc #4 4257. ELC play/animate.elc #4 4257. ELC play/blackbox.elc #4 4257. ELC play/bubbles.elc #4 4258. ELC play/cookie1.elc #4 4258. ELC play/decipher.elc #4 4258. ELC play/dissociate.elc #4 4259. ELC play/doctor.elc #4 4259. ELC play/dunnet.elc #4 4260. ELC play/fortune.elc #4 4260. ELC play/gamegrid.elc #4 4261. ELC play/gametree.elc #4 4261. ELC play/gomoku.elc #4 4262. ELC play/handwrite.elc #4 4262. ELC play/hanoi.elc #4 4262. ELC play/life.elc #4 4263. ELC play/morse.elc #4 4263. ELC play/mpuz.elc #4 4263. ELC play/pong.elc #4 4264. ELC play/snake.elc #4 4264. ELC play/solitaire.elc #4 4265. ELC play/spook.elc #4 4265. ELC play/studly.elc #4 4265. ELC play/tetris.elc #4 4266. ELC play/zone.elc #4 4266. ELC progmodes/antlr-mode.elc #4 4267. ELC progmodes/asm-mode.elc #4 4267. ELC progmodes/autoconf.elc #4 4268. ELC progmodes/bat-mode.elc #4 4269. ELC progmodes/bug-reference.elc #4 4270. ELC progmodes/c-ts-common.elc #4 4270. ELC progmodes/c-ts-mode.elc #4 4271. ELC progmodes/cc-bytecomp.elc #4 4272. ELC progmodes/cc-awk.elc #4 4272. ELC progmodes/cc-guess.elc #4 4274. ELC progmodes/cfengine.elc #4 4274. ELC progmodes/cl-font-lock.elc #4 4275. ELC progmodes/cmacexp.elc #4 4275. ELC progmodes/cmake-ts-mode.elc #4 4276. ELC progmodes/compile.elc #4 4277. ELC progmodes/cperl-mode.elc #4 4279. ELC progmodes/cpp.elc #4 4279. ELC progmodes/csharp-mode.elc #4 4279. ELC progmodes/cwarn.elc #4 4283. ELC progmodes/dcl-mode.elc #4 4284. ELC progmodes/dockerfile-ts-mode.elc #4 4284. ELC progmodes/ebnf-abn.elc #4 4285. ELC progmodes/ebnf-bnf.elc #4 4285. ELC progmodes/ebnf-dtd.elc #4 4285. ELC progmodes/ebnf-ebx.elc #4 4286. ELC progmodes/ebnf-iso.elc #4 4286. ELC progmodes/ebnf-otz.elc #4 4287. ELC progmodes/ebnf-yac.elc #4 4287. ELC progmodes/ebnf2ps.elc #4 4288. ELC progmodes/ebrowse.elc #4 4288. ELC progmodes/eglot.elc #4 4290. ELC progmodes/elixir-ts-mode.elc #4 4291. ELC progmodes/erts-mode.elc #4 4291. ELC progmodes/etags-regen.elc #4 4292. ELC progmodes/etags.elc #4 4292. ELC progmodes/executable.elc #4 4293. ELC progmodes/f90.elc #4 4293. ELC progmodes/flymake-cc.elc #4 4294. ELC progmodes/flymake-proc.elc #4 4294. ELC progmodes/flymake.elc #4 4295. ELC progmodes/fortran.elc #4 4295. ELC progmodes/gdb-mi.elc #4 4295. ELC progmodes/glasses.elc #4 4296. ELC progmodes/go-ts-mode.elc #4 4297. ELC progmodes/grep.elc #4 4297. ELC progmodes/gud.elc #4 4297. ELC progmodes/heex-ts-mode.elc #4 4298. ELC progmodes/hideif.elc #4 4298. ELC progmodes/hideshow.elc #4 4299. ELC progmodes/icon.elc #4 4299. ELC progmodes/idlw-complete-structtag.elc #4 4300. ELC progmodes/idlw-help.elc #4 4301. ELC progmodes/idlw-shell.elc #4 4302. ELC progmodes/idlw-toolbar.elc #4 4303. ELC progmodes/idlwave.elc #4 4303. ELC progmodes/inf-lisp.elc #4 4303. ELC progmodes/java-ts-mode.elc #4 4304. ELC progmodes/json-ts-mode.elc #4 4305. ELC progmodes/ld-script.elc #4 4305. ELC progmodes/lua-ts-mode.elc #4 4305. ELC progmodes/m4-mode.elc #4 4306. ELC progmodes/make-mode.elc #4 4306. ELC progmodes/meta-mode.elc #4 4306. ELC progmodes/mixal-mode.elc #4 4307. ELC progmodes/modula2.elc #4 4307. ELC progmodes/octave.elc #4 4307. ELC progmodes/opascal.elc #4 4308. ELC progmodes/pascal.elc #4 4309. ELC progmodes/perl-mode.elc #4 4309. ELC progmodes/project.elc #4 4310. ELC progmodes/prolog.elc #4 4310. ELC progmodes/ps-mode.elc #4 4310. ELC progmodes/python.elc #4 4311. ELC progmodes/ruby-mode.elc #4 4312. ELC progmodes/ruby-ts-mode.elc #4 4312. ELC progmodes/rust-ts-mode.elc #4 4312. ELC progmodes/scheme.elc #4 4313. ELC progmodes/sh-script.elc #4 4313. ELC progmodes/simula.elc #4 4314. ELC progmodes/sql.elc #4 4314. ELC progmodes/subword.elc #4 4315. ELC progmodes/tcl.elc #4 4315. ELC progmodes/typescript-ts-mode.elc #4 4315. ELC progmodes/vera-mode.elc #4 4316. ELC progmodes/verilog-mode.elc #4 4319. ELC progmodes/vhdl-mode.elc #4 4319. ELC progmodes/which-func.elc #4 4320. ELC progmodes/xref.elc #4 4321. ELC progmodes/xscheme.elc #4 4321. ELC term/AT386.elc #4 4322. ELC term/bobcat.elc #4 4322. ELC term/cygwin.elc #4 4322. ELC term/fbterm.elc #4 4322. ELC term/iris-ansi.elc #4 4323. ELC term/konsole.elc #4 4323. ELC term/linux.elc #4 4323. ELC term/lk201.elc #4 4324. ELC term/news.elc #4 4324. ELC term/rxvt.elc #4 4324. ELC term/screen.elc #4 4325. ELC term/st.elc #4 4325. ELC term/sun.elc #4 4325. ELC term/tmux.elc #4 4326. ELC term/tvi970.elc #4 4326. ELC term/vt100.elc #4 4326. ELC term/vt200.elc #4 4327. ELC term/w32console.elc #4 4327. ELC term/wyse50.elc #4 4327. ELC term/xterm.elc #4 4328. ELC textmodes/artist.elc #4 4328. ELC textmodes/bib-mode.elc #4 4329. ELC textmodes/bibtex-style.elc #4 4329. ELC textmodes/bibtex.elc #4 4330. ELC textmodes/conf-mode.elc #4 4330. ELC textmodes/css-mode.elc #4 4330. ELC textmodes/dns-mode.elc #4 4331. ELC textmodes/emacs-authors-mode.elc #4 4332. ELC textmodes/emacs-news-mode.elc #4 4332. ELC textmodes/enriched.elc #4 4332. ELC textmodes/flyspell.elc #4 4333. ELC textmodes/glyphless-mode.elc #4 4333. ELC textmodes/html-ts-mode.elc #4 4333. ELC textmodes/ispell.elc #4 4334. ELC textmodes/less-css-mode.elc #4 4334. ELC textmodes/makeinfo.elc #4 4336. ELC textmodes/mhtml-mode.elc #4 4336. ELC textmodes/nroff-mode.elc #4 4336. ELC textmodes/page-ext.elc #4 4337. ELC textmodes/picture.elc #4 4338. ELC textmodes/pixel-fill.elc #4 4338. ELC textmodes/po.elc #4 4339. ELC textmodes/refbib.elc #4 4340. ELC textmodes/refer.elc #4 4340. ELC textmodes/refill.elc #4 4341. ELC textmodes/reftex-auc.elc #4 4341. ELC textmodes/reftex-cite.elc #4 4341. ELC textmodes/reftex-dcr.elc #4 4342. ELC textmodes/reftex-global.elc #4 4342. ELC textmodes/reftex-index.elc #4 4343. ELC textmodes/reftex-loaddefs.elc #4 4343. ELC textmodes/reftex-parse.elc #4 4343. ELC textmodes/reftex-ref.elc #4 4344. ELC textmodes/reftex-sel.elc #4 4344. ELC textmodes/reftex-toc.elc #4 4345. ELC textmodes/reftex-vars.elc #4 4345. ELC textmodes/reftex.elc #4 4346. ELC textmodes/remember.elc #4 4346. ELC textmodes/rst.elc #4 4347. ELC textmodes/sgml-mode.elc #4 4348. ELC textmodes/string-edit.elc #4 4348. ELC textmodes/table.elc #4 4348. ELC textmodes/tex-mode.elc #4 4349. ELC textmodes/texinfmt.elc #4 4350. ELC textmodes/texinfo-loaddefs.elc #4 4350. ELC textmodes/texinfo.elc #4 4350. ELC textmodes/texnfo-upd.elc #4 4351. ELC textmodes/tildify.elc #4 4351. ELC textmodes/toml-ts-mode.elc #4 4352. ELC textmodes/two-column.elc #4 4352. ELC textmodes/underline.elc #4 4352. ELC textmodes/word-wrap-mode.elc #4 4353. ELC textmodes/yaml-ts-mode.elc #4 4353. ELC url/url-auth.elc #4 4354. ELC url/url-cache.elc #4 4354. ELC url/url-cid.elc #4 4355. ELC url/url-cookie.elc #4 4355. ELC url/url-dav.elc #4 4356. ELC url/url-domsuf.elc #4 4356. ELC url/url-expand.elc #4 4356. ELC url/url-file.elc #4 4357. ELC url/url-ftp.elc #4 4357. ELC url/url-future.elc #4 4358. ELC url/url-gw.elc #4 4358. ELC url/url-handlers.elc #4 4359. ELC url/url-history.elc #4 4359. ELC url/url-http.elc #4 4359. ELC url/url-imap.elc #4 4360. ELC url/url-irc.elc #4 4361. ELC url/url-ldap.elc #4 4361. ELC url/url-mailto.elc #4 4361. ELC url/url-methods.elc #4 4362. ELC url/url-misc.elc #4 4362. ELC url/url-news.elc #4 4362. ELC url/url-nfs.elc #4 4363. ELC url/url-parse.elc #4 4363. ELC url/url-privacy.elc #4 4364. ELC url/url-proxy.elc #4 4364. ELC url/url-queue.elc #4 4364. ELC url/url-tramp.elc #4 4365. ELC url/url-util.elc #4 4365. ELC url/url-vars.elc #4 4365. ELC url/url.elc #4 4366. ELC use-package/use-package-bind-key.elc #4 4366. ELC use-package/use-package-core.elc #4 4366. ELC use-package/use-package-delight.elc #4 4367. ELC use-package/use-package-diminish.elc #4 4367. ELC use-package/use-package-ensure-system-package.elc #4 4368. ELC use-package/use-package-ensure.elc #4 4368. ELC use-package/use-package-jump.elc #4 4368. ELC use-package/use-package-lint.elc #4 4369. ELC use-package/use-package.elc #4 4369. ELC vc/add-log.elc #4 4369. ELC vc/compare-w.elc #4 4370. ELC vc/cvs-status.elc #4 4370. ELC vc/diff-mode.elc #4 4371. ELC vc/diff.elc #4 4371. ELC vc/ediff-diff.elc #4 4371. ELC vc/ediff-help.elc #4 4372. ELC vc/ediff-init.elc #4 4372. ELC vc/ediff-merg.elc #4 4373. ELC vc/ediff-mult.elc #4 4373. ELC vc/ediff-ptch.elc #4 4374. ELC vc/ediff-util.elc #4 4374. ELC vc/ediff-vers.elc #4 4375. ELC vc/ediff-wind.elc #4 4375. ELC vc/ediff.elc #4 4375. ELC vc/emerge.elc #4 4376. ELC vc/log-edit.elc #4 4376. ELC vc/log-view.elc #4 4377. ELC vc/pcvs-defs.elc #4 4377. ELC vc/pcvs-info.elc #4 4377. ELC vc/pcvs-parse.elc #4 4378. ELC vc/pcvs-util.elc #4 4378. ELC vc/pcvs.elc #4 4378. ELC vc/smerge-mode.elc #4 4379. ELC vc/vc-annotate.elc #4 4379. ELC vc/vc-bzr.elc #4 4380. ELC vc/vc-cvs.elc #4 4380. ELC vc/vc-dav.elc #4 4381. ELC vc/vc-dir.elc #4 4381. ELC vc/vc-dispatcher.elc #4 4382. ELC vc/vc-filewise.elc #4 4382. ELC vc/vc-git.elc #4 4382. ELC vc/vc-hg.elc #4 4383. ELC vc/vc-rcs.elc #4 4384. ELC vc/vc-sccs.elc #4 4384. ELC vc/vc-src.elc #4 4384. ELC vc/vc-svn.elc #4 4385. ELC vc/vc.elc #4 4385. ELC progmodes/cc-defs.elc #4 4386. ELC progmodes/cc-menus.elc #4 4386. ELC progmodes/cc-vars.elc #4 4387. ELC progmodes/cc-langs.elc #4 4387. ELC progmodes/cc-engine.elc #4 4390. ELC progmodes/cc-align.elc #4 4390. ELC progmodes/cc-cmds.elc #4 4390. ELC progmodes/cc-fonts.elc #4 4391. ELC progmodes/cc-styles.elc #4 4392. ELC progmodes/cc-mode.elc #4 4393. ELC progmodes/js.elc #4 4394. make[4]: Leaving directory '/checkout/lisp' #4 4394. make[3]: Leaving directory '/checkout/lisp' #4 4394. make -C doc/misc info #4 4394. make -C src BIN_DESTDIR=''/usr/local/bin/'' ELN_DESTDIR='/usr/local/lib/emacs/30.0.50/' #4 4394. make[3]: Entering directory '/checkout/doc/misc' #4 4394. GEN ../../info/auth.info #4 4394. GEN ../../info/autotype.info #4 4394. make[3]: Entering directory '/checkout/src' #4 4394. make -C ../admin/charsets all #4 4394. make[4]: Entering directory '/checkout/admin/charsets' #4 4394. make[4]: Nothing to be done for 'all'. #4 4394. make[4]: Leaving directory '/checkout/admin/charsets' #4 4394. make -C ../admin/unidata charscript.el #4 4394. make[4]: Entering directory '/checkout/admin/unidata' #4 4394. make[4]: Nothing to be done for 'charscript.el'. #4 4394. make[4]: Leaving directory '/checkout/admin/unidata' #4 4394. make -C ../admin/unidata emoji-zwj.el #4 4394. make[4]: Entering directory '/checkout/admin/unidata' #4 4394. make[4]: Nothing to be done for 'emoji-zwj.el'. #4 4394. make[4]: Leaving directory '/checkout/admin/unidata' #4 4394. make -C ../admin/charsets cp51932.el #4 4394. make[4]: Entering directory '/checkout/admin/charsets' #4 4394. make[4]: Nothing to be done for 'cp51932.el'. #4 4394. make[4]: Leaving directory '/checkout/admin/charsets' #4 4394. make -C ../admin/charsets eucjp-ms.el #4 4394. make[4]: Entering directory '/checkout/admin/charsets' #4 4394. make[4]: Nothing to be done for 'eucjp-ms.el'. #4 4394. make[4]: Leaving directory '/checkout/admin/charsets' #4 4394. make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs" #4 4394. make[4]: Entering directory '/checkout/admin/unidata' #4 4395. make[4]: Nothing to be done for 'all'. #4 4395. make[4]: Leaving directory '/checkout/admin/unidata' #4 4395. make[3]: Leaving directory '/checkout/src' #4 4395. GEN ../../info/bovine.info #4 4396. GEN ../../info/calc.info #4 4396. GEN ../../info/ccmode.info #4 4397. GEN ../../info/cl.info #4 4403. GEN ../../info/dbus.info #4 4408. GEN ../../info/dired-x.info #4 4411. GEN ../../info/ebrowse.info #4 4412. GEN ../../info/ede.info #4 4414. GEN ../../info/ediff.info #4 4419. GEN ../../info/edt.info #4 4422. GEN ../../info/efaq.info #4 4424. GEN ../../info/eglot.info #4 4424. GEN ../../info/eieio.info #4 4427. GEN ../../info/emacs-gnutls.info #4 4429. GEN ../../info/emacs-mime.info #4 4430. GEN ../../info/epa.info #4 4431. GEN ../../info/erc.info #4 4433. GEN ../../info/ert.info #4 4433. GEN ../../info/eshell.info #4 4435. GEN ../../info/eudc.info #4 4436. GEN ../../info/eww.info #4 4438. GEN ../../info/flymake.info #4 4439. GEN ../../info/forms.info #4 4440. GEN ../../info/gnus.info #4 4441. GEN ../../info/htmlfontify.info #4 4441. GEN ../../info/idlwave.info #4 4443. GEN ../../info/ido.info #4 4448. GEN ../../info/info.info #4 4450. GEN ../../info/mairix-el.info #4 4452. GEN ../../info/message.info #4 4453. GEN ../../info/mh-e.info #4 4456. GEN ../../info/modus-themes.info #4 4464. GEN ../../info/newsticker.info #4 4465. GEN ../../info/nxml-mode.info #4 4466. GEN ../../info/octave-mode.info #4 4468. GEN ../../info/org.info #4 4468. GEN ../../info/pcl-cvs.info #4 4469. GEN ../../info/pgg.info #4 4472. GEN ../../info/rcirc.info #4 4473. GEN ../../info/reftex.info #4 4476. GEN ../../info/remember.info #4 4483. GEN ../../info/sasl.info #4 4485. GEN ../../info/sc.info #4 4486. GEN ../../info/semantic.info #4 4489. GEN ../../info/ses.info #4 4490. GEN ../../info/sieve.info #4 4492. GEN ../../info/smtpmail.info #4 4492. GEN ../../info/speedbar.info #4 4493. GEN ../../info/srecode.info #4 4493. GEN ../../info/todo-mode.info #4 4495. GEN ../../info/tramp.info #4 4496. GEN ../../info/transient.info #4 4497. GEN ../../info/url.info #4 4500. GEN ../../info/use-package.info #4 4502. GEN ../../info/vhdl-mode.info #4 4502. GEN ../../info/vip.info #4 4504. GEN ../../info/viper.info #4 4504. GEN ../../info/vtable.info #4 4507. GEN ../../info/widget.info #4 4508. GEN ../../info/wisent.info #4 4508. GEN ../../info/woman.info #4 4511. GEN ../../info/efaq-w32.info #4 4513. make[3]: Leaving directory '/checkout/doc/misc' #4 4513. make[2]: Leaving directory '/checkout' #4 4513. make[1]: Leaving directory '/checkout' #4 4513. make sanity-check make-target=bootstrap #4 4513. make[1]: Entering directory '/checkout' #4 4513. make[1]: Leaving directory '/checkout' #4 DONE 4515.0s #13 exporting to image #13 exporting layers #13 exporting layers 42.8s done #13 writing image sha256:61c13ba4e2efc1110dd91e769804f7d7022f514b85217915058c3350803e5d89 done #13 naming to emba.gnu.org:5050/emacs/emacs:emacs-native-comp-speed2-master #13 naming to emba.gnu.org:5050/emacs/emacs:emacs-native-comp-speed2-master 0.0s done #13 DONE 42.8s $ docker push ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} The push refers to repository [emba.gnu.org:5050/emacs/emacs] 94039b006abb: Preparing 82a169287311: Preparing 8413e995f822: Preparing 5f70bf18a086: Preparing a14abdf9fc1c: Preparing 89831488152a: Preparing b938c15a6caf: Preparing ac2949c69757: Preparing b938c15a6caf: Waiting ac2949c69757: Waiting 89831488152a: Waiting 5f70bf18a086: Retrying in 5 seconds 5f70bf18a086: Retrying in 4 seconds 5f70bf18a086: Retrying in 3 seconds 5f70bf18a086: Retrying in 2 seconds 5f70bf18a086: Retrying in 1 second 94039b006abb: Retrying in 5 seconds 94039b006abb: Retrying in 4 seconds 94039b006abb: Retrying in 3 seconds 94039b006abb: Retrying in 2 seconds 94039b006abb: Retrying in 1 second 82a169287311: Retrying in 5 seconds 82a169287311: Retrying in 4 seconds 82a169287311: Retrying in 3 seconds 82a169287311: Retrying in 2 seconds 82a169287311: Retrying in 1 second 8413e995f822: Retrying in 5 seconds 8413e995f822: Retrying in 4 seconds 8413e995f822: Retrying in 3 seconds 8413e995f822: Retrying in 2 seconds 8413e995f822: Retrying in 1 second a14abdf9fc1c: Retrying in 5 seconds a14abdf9fc1c: Retrying in 4 seconds a14abdf9fc1c: Retrying in 3 seconds a14abdf9fc1c: Retrying in 2 seconds a14abdf9fc1c: Retrying in 1 second 5f70bf18a086: Retrying in 10 seconds 5f70bf18a086: Retrying in 9 seconds 5f70bf18a086: Retrying in 8 seconds 5f70bf18a086: Retrying in 7 seconds 5f70bf18a086: Retrying in 6 seconds 5f70bf18a086: Retrying in 5 seconds 5f70bf18a086: Retrying in 4 seconds 5f70bf18a086: Retrying in 3 seconds 5f70bf18a086: Retrying in 2 seconds 5f70bf18a086: Retrying in 1 second 94039b006abb: Retrying in 10 seconds 94039b006abb: Retrying in 9 seconds 94039b006abb: Retrying in 8 seconds 94039b006abb: Retrying in 7 seconds 94039b006abb: Retrying in 6 seconds 94039b006abb: Retrying in 5 seconds 94039b006abb: Retrying in 4 seconds 94039b006abb: Retrying in 3 seconds 94039b006abb: Retrying in 2 seconds 94039b006abb: Retrying in 1 second 82a169287311: Retrying in 10 seconds 82a169287311: Retrying in 9 seconds 82a169287311: Retrying in 8 seconds 82a169287311: Retrying in 7 seconds 82a169287311: Retrying in 6 seconds 82a169287311: Retrying in 5 seconds 82a169287311: Retrying in 4 seconds 82a169287311: Retrying in 3 seconds 82a169287311: Retrying in 2 seconds 82a169287311: Retrying in 1 second 8413e995f822: Retrying in 10 seconds 8413e995f822: Retrying in 9 seconds 8413e995f822: Retrying in 8 seconds 8413e995f822: Retrying in 7 seconds 8413e995f822: Retrying in 6 seconds 8413e995f822: Retrying in 5 seconds 8413e995f822: Retrying in 4 seconds 8413e995f822: Retrying in 3 seconds 8413e995f822: Retrying in 2 seconds 8413e995f822: Retrying in 1 second a14abdf9fc1c: Retrying in 10 seconds a14abdf9fc1c: Retrying in 9 seconds a14abdf9fc1c: Retrying in 8 seconds a14abdf9fc1c: Retrying in 7 seconds a14abdf9fc1c: Retrying in 6 seconds a14abdf9fc1c: Retrying in 5 seconds a14abdf9fc1c: Retrying in 4 seconds a14abdf9fc1c: Retrying in 3 seconds a14abdf9fc1c: Retrying in 2 seconds a14abdf9fc1c: Retrying in 1 second 5f70bf18a086: Retrying in 15 seconds 5f70bf18a086: Retrying in 14 seconds 5f70bf18a086: Retrying in 13 seconds 5f70bf18a086: Retrying in 12 seconds 5f70bf18a086: Retrying in 11 seconds 5f70bf18a086: Retrying in 10 seconds 5f70bf18a086: Retrying in 9 seconds 5f70bf18a086: Retrying in 8 seconds 5f70bf18a086: Retrying in 7 seconds 5f70bf18a086: Retrying in 6 seconds 5f70bf18a086: Retrying in 5 seconds 5f70bf18a086: Retrying in 4 seconds 5f70bf18a086: Retrying in 3 seconds 5f70bf18a086: Retrying in 2 seconds 5f70bf18a086: Retrying in 1 second 94039b006abb: Retrying in 15 seconds 94039b006abb: Retrying in 14 seconds 94039b006abb: Retrying in 13 seconds 94039b006abb: Retrying in 12 seconds 94039b006abb: Retrying in 11 seconds 94039b006abb: Retrying in 10 seconds 94039b006abb: Retrying in 9 seconds 94039b006abb: Retrying in 8 seconds 94039b006abb: Retrying in 7 seconds 94039b006abb: Retrying in 6 seconds 94039b006abb: Retrying in 5 seconds 94039b006abb: Retrying in 4 seconds 94039b006abb: Retrying in 3 seconds 94039b006abb: Retrying in 2 seconds 94039b006abb: Retrying in 1 second 82a169287311: Retrying in 15 seconds 82a169287311: Retrying in 14 seconds 82a169287311: Retrying in 13 seconds 82a169287311: Retrying in 12 seconds 82a169287311: Retrying in 11 seconds 82a169287311: Retrying in 10 seconds 82a169287311: Retrying in 9 seconds 82a169287311: Retrying in 8 seconds 82a169287311: Retrying in 7 seconds 82a169287311: Retrying in 6 seconds 82a169287311: Retrying in 5 seconds 82a169287311: Retrying in 4 seconds 82a169287311: Retrying in 3 seconds 82a169287311: Retrying in 2 seconds 82a169287311: Retrying in 1 second 8413e995f822: Retrying in 15 seconds 8413e995f822: Retrying in 14 seconds 8413e995f822: Retrying in 13 seconds 8413e995f822: Retrying in 12 seconds 8413e995f822: Retrying in 11 seconds 8413e995f822: Retrying in 10 seconds 8413e995f822: Retrying in 9 seconds 8413e995f822: Retrying in 8 seconds 8413e995f822: Retrying in 7 seconds 8413e995f822: Retrying in 6 seconds 8413e995f822: Retrying in 5 seconds 8413e995f822: Retrying in 4 seconds 8413e995f822: Retrying in 3 seconds 8413e995f822: Retrying in 2 seconds 8413e995f822: Retrying in 1 second a14abdf9fc1c: Retrying in 15 seconds a14abdf9fc1c: Retrying in 14 seconds a14abdf9fc1c: Retrying in 13 seconds a14abdf9fc1c: Retrying in 12 seconds a14abdf9fc1c: Retrying in 11 seconds a14abdf9fc1c: Retrying in 10 seconds a14abdf9fc1c: Retrying in 9 seconds a14abdf9fc1c: Retrying in 8 seconds a14abdf9fc1c: Retrying in 7 seconds a14abdf9fc1c: Retrying in 6 seconds a14abdf9fc1c: Retrying in 5 seconds a14abdf9fc1c: Retrying in 4 seconds a14abdf9fc1c: Retrying in 3 seconds a14abdf9fc1c: Retrying in 2 seconds a14abdf9fc1c: Retrying in 1 second 5f70bf18a086: Retrying in 20 seconds 5f70bf18a086: Retrying in 19 seconds 5f70bf18a086: Retrying in 18 seconds 5f70bf18a086: Retrying in 17 seconds 5f70bf18a086: Retrying in 16 seconds 5f70bf18a086: Retrying in 15 seconds 5f70bf18a086: Retrying in 14 seconds 5f70bf18a086: Retrying in 13 seconds 5f70bf18a086: Retrying in 12 seconds 5f70bf18a086: Retrying in 11 seconds 5f70bf18a086: Retrying in 10 seconds 5f70bf18a086: Retrying in 9 seconds 5f70bf18a086: Retrying in 8 seconds 5f70bf18a086: Retrying in 7 seconds 5f70bf18a086: Retrying in 6 seconds 5f70bf18a086: Retrying in 5 seconds 94039b006abb: Retrying in 20 seconds 5f70bf18a086: Retrying in 4 seconds 94039b006abb: Retrying in 19 seconds 5f70bf18a086: Retrying in 3 seconds 94039b006abb: Retrying in 18 seconds 5f70bf18a086: Retrying in 2 seconds 94039b006abb: Retrying in 17 seconds 5f70bf18a086: Retrying in 1 second 94039b006abb: Retrying in 16 seconds 94039b006abb: Retrying in 15 seconds 94039b006abb: Retrying in 14 seconds 94039b006abb: Retrying in 13 seconds 94039b006abb: Retrying in 12 seconds 94039b006abb: Retrying in 11 seconds 94039b006abb: Retrying in 10 seconds 94039b006abb: Retrying in 9 seconds 94039b006abb: Retrying in 8 seconds 94039b006abb: Retrying in 7 seconds 94039b006abb: Retrying in 6 seconds 82a169287311: Retrying in 20 seconds 94039b006abb: Retrying in 5 seconds 82a169287311: Retrying in 19 seconds 94039b006abb: Retrying in 4 seconds 82a169287311: Retrying in 18 seconds 94039b006abb: Retrying in 3 seconds 82a169287311: Retrying in 17 seconds 94039b006abb: Retrying in 2 seconds 82a169287311: Retrying in 16 seconds 94039b006abb: Retrying in 1 second 82a169287311: Retrying in 15 seconds 82a169287311: Retrying in 14 seconds 82a169287311: Retrying in 13 seconds 82a169287311: Retrying in 12 seconds 82a169287311: Retrying in 11 seconds 82a169287311: Retrying in 10 seconds 82a169287311: Retrying in 9 seconds 82a169287311: Retrying in 8 seconds 82a169287311: Retrying in 7 seconds 82a169287311: Retrying in 6 seconds 82a169287311: Retrying in 5 seconds 8413e995f822: Retrying in 20 seconds 82a169287311: Retrying in 4 seconds 8413e995f822: Retrying in 19 seconds 82a169287311: Retrying in 3 seconds 8413e995f822: Retrying in 18 seconds 8413e995f822: Retrying in 17 seconds 82a169287311: Retrying in 2 seconds 82a169287311: Retrying in 1 second 8413e995f822: Retrying in 16 seconds 8413e995f822: Retrying in 15 seconds 8413e995f822: Retrying in 14 seconds 8413e995f822: Retrying in 13 seconds 8413e995f822: Retrying in 12 seconds 8413e995f822: Retrying in 11 seconds 8413e995f822: Retrying in 10 seconds 8413e995f822: Retrying in 9 seconds 8413e995f822: Retrying in 8 seconds 8413e995f822: Retrying in 7 seconds 8413e995f822: Retrying in 6 seconds 8413e995f822: Retrying in 5 seconds a14abdf9fc1c: Retrying in 20 seconds 8413e995f822: Retrying in 4 seconds a14abdf9fc1c: Retrying in 19 seconds 8413e995f822: Retrying in 3 seconds a14abdf9fc1c: Retrying in 18 seconds 8413e995f822: Retrying in 2 seconds a14abdf9fc1c: Retrying in 17 seconds 8413e995f822: Retrying in 1 second a14abdf9fc1c: Retrying in 16 seconds a14abdf9fc1c: Retrying in 15 seconds a14abdf9fc1c: Retrying in 14 seconds a14abdf9fc1c: Retrying in 13 seconds a14abdf9fc1c: Retrying in 12 seconds a14abdf9fc1c: Retrying in 11 seconds a14abdf9fc1c: Retrying in 10 seconds a14abdf9fc1c: Retrying in 9 seconds a14abdf9fc1c: Retrying in 8 seconds a14abdf9fc1c: Retrying in 7 seconds a14abdf9fc1c: Retrying in 6 seconds a14abdf9fc1c: Retrying in 5 seconds a14abdf9fc1c: Retrying in 4 seconds a14abdf9fc1c: Retrying in 3 seconds a14abdf9fc1c: Retrying in 2 seconds a14abdf9fc1c: Retrying in 1 second net/http: request canceled (Client.Timeout exceeded while awaiting headers) section_end:1710768789:step_script section_start:1710768789: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-native-comp-speed2-1a8b34a5: No such file or directory section_end:1710768791:after_script WARNING: after_script failed, but job will continue unaffected: exit code 1 section_start:1710768791:cleanup_file_variables Cleaning up project directory and file based variables section_end:1710768793:cleanup_file_variables ERROR: Job failed: exit code 1