Running with gitlab-runner 15.3.0 (bbcb5aba)  on emba-docker-runner 2oEDrUT7 section_start:1710029001: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:1710029007:prepare_executor section_start:1710029007:prepare_script Preparing environment Running on runner-2oedrut7-project-1-concurrent-0 via emba.gnu.org... section_end:1710029010:prepare_script section_start:1710029010: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 d7071359 as master... Skipping Git submodules setup section_end:1710029025:get_sources section_start:1710029025: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: 6 Running: 3 Paused: 0 Stopped: 3 Images: 10 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: runc io.containerd.runc.v2 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-d7071359522f60d332320cf63700faa58d237d0b/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded $ docker build --pull --target ${target} -t ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} -f test/infra/Dockerfile.emba . #2 [internal] load .dockerignore #2 ... #1 [internal] load build definition from Dockerfile.emba #1 transferring dockerfile: 6.47kB 0.1s done #1 DONE 2.5s #2 [internal] load .dockerignore #2 transferring context: 2B 0.0s done #2 DONE 2.6s #3 [internal] load metadata for docker.io/library/debian:sid #3 DONE 0.4s #13 [emacs-tree-sitter 1/11] FROM docker.io/library/debian:sid@sha256:cf771... #13 DONE 0.0s #12 [emacs-tree-sitter 2/11] RUN apt-get update && apt-get install -y -... #12 CACHED #10 [internal] load build context #10 transferring context: 14.48MB 4.2s #10 transferring context: 47.72MB 9.3s #10 ... #11 [emacs-tree-sitter 3/11] RUN apt-get update && apt-get install -y -... #11 3.069 Get:1 http://deb.debian.org/debian sid InRelease [198 kB] #11 4.003 Get:2 http://deb.debian.org/debian sid/main amd64 Packages [9961 kB] #11 ... #10 [internal] load build context #10 transferring context: 79.12MB 14.4s #10 transferring context: 91.50MB 20.5s #10 ... #11 [emacs-tree-sitter 3/11] RUN apt-get update && apt-get install -y -... #11 10.47 Fetched 10.2 MB in 8s (1313 kB/s) #11 10.47 Reading package lists... #11 14.89 Reading package lists... #11 18.85 Building dependency tree... #11 19.56 Reading state information... #11 ... #10 [internal] load build context #10 transferring context: 123.11MB 25.5s #10 transferring context: 153.73MB 30.5s #10 ... #11 [emacs-tree-sitter 3/11] RUN apt-get update && apt-get install -y -... #11 21.50 The following NEW packages will be installed: #11 21.53 libtree-sitter-dev libtree-sitter0 #11 21.84 0 upgraded, 2 newly installed, 0 to remove and 29 not upgraded. #11 21.84 Need to get 181 kB of archives. #11 21.84 After this operation, 513 kB of additional disk space will be used. #11 21.84 Get:1 http://deb.debian.org/debian sid/main amd64 libtree-sitter0 amd64 0.20.8-2+b1 [85.3 kB] #11 21.84 Get:2 http://deb.debian.org/debian sid/main amd64 libtree-sitter-dev amd64 0.20.8-2+b1 [95.7 kB] #11 28.48 debconf: delaying package configuration, since apt-utils is not installed #11 28.79 Fetched 181 kB in 0s (805 kB/s) #11 28.98 Selecting previously unselected package libtree-sitter0:amd64. #11 29.85 (Reading database ... 16443 files and directories currently installed.) #11 29.85 Preparing to unpack .../libtree-sitter0_0.20.8-2+b1_amd64.deb ... #11 29.91 Unpacking libtree-sitter0:amd64 (0.20.8-2+b1) ... #11 30.28 Selecting previously unselected package libtree-sitter-dev:amd64. #11 30.30 Preparing to unpack .../libtree-sitter-dev_0.20.8-2+b1_amd64.deb ... #11 30.36 Unpacking libtree-sitter-dev:amd64 (0.20.8-2+b1) ... #11 30.56 Setting up libtree-sitter0:amd64 (0.20.8-2+b1) ... #11 30.63 Setting up libtree-sitter-dev:amd64 (0.20.8-2+b1) ... #11 30.82 Processing triggers for libc-bin (2.37-15.1) ... #11 ... #10 [internal] load build context #10 transferring context: 206.62MB 36.0s #10 transferring context: 207.90MB 41.2s #10 transferring context: 228.20MB 46.3s #10 ... #11 [emacs-tree-sitter 3/11] RUN apt-get update && apt-get install -y -... #11 DONE 49.1s #10 [internal] load build context #10 transferring context: 257.75MB 51.4s #10 transferring context: 297.72MB 56.4s #10 transferring context: 343.08MB 61.6s #10 transferring context: 344.43MB 62.9s done #10 DONE 65.3s #9 [emacs-tree-sitter 4/11] COPY . /checkout #9 DONE 58.2s #15 [emacs-tree-sitter 5/11] WORKDIR /checkout #15 DONE 0.7s #7 [emacs-tree-sitter 6/11] RUN ./autogen.sh autoconf #7 2.507 Checking whether you have the necessary tools... #7 2.507 (Read INSTALL.REPO for more details on building Emacs) #7 2.514 Checking for autoconf (need at least version 2.65) ... ok #7 2.676 Your system has the required tools. #7 2.759 Building aclocal.m4 ... #7 2.767 Running 'autoreconf -fi -I m4' ... #7 19.88 Building 'aclocal.m4' in exec ... #7 19.88 Running 'autoreconf -fi' in exec ... #7 24.69 You can now run './autogen.sh git'. #7 DONE 25.8s #6 [emacs-tree-sitter 7/11] RUN ./configure --with-tree-sitter #6 4.018 checking for xcrun... no #6 4.022 checking for GNU Make... make #6 4.117 checking build system type... x86_64-pc-linux-gnu #6 7.438 checking host system type... x86_64-pc-linux-gnu #6 7.490 checking for gcc... gcc #6 7.637 checking whether the C compiler works... yes #6 9.734 checking for C compiler default output file name... a.out #6 9.740 checking for suffix of executables... #6 9.905 checking whether we are cross compiling... no #6 10.30 checking for suffix of object files... o #6 10.38 checking whether the compiler supports GNU C... yes #6 10.47 checking whether gcc accepts -g... yes #6 10.55 checking for gcc option to enable C11 features... none needed #6 11.02 checking whether the compiler is clang... no #6 11.12 checking for compiler option needed when checking for declarations... none #6 11.12 checking whether gcc and cc understand -c and -o together... yes #6 11.66 checking for stdio.h... yes #6 11.78 checking for stdlib.h... yes #6 11.98 checking for string.h... yes #6 12.15 checking for inttypes.h... yes #6 12.32 checking for stdint.h... yes #6 12.49 checking for strings.h... yes #6 12.66 checking for sys/stat.h... yes #6 12.85 checking for sys/types.h... yes #6 13.04 checking for unistd.h... yes #6 13.21 checking for wchar.h... yes #6 13.37 checking for minix/config.h... no #6 13.52 checking for linux/fs.h... yes #6 13.72 checking for malloc.h... yes #6 13.90 checking for sys/systeminfo.h... no #6 14.10 checking for sys/sysinfo.h... yes #6 14.26 checking for coff.h... no #6 14.44 checking for pty.h... yes #6 14.68 checking for sys/resource.h... yes #6 14.82 checking for sys/utsname.h... yes #6 14.97 checking for pwd.h... yes #6 15.14 checking for util.h... no #6 15.26 checking for sanitizer/lsan_interface.h... yes #6 15.39 checking for sanitizer/asan_interface.h... yes #6 15.64 checking for sanitizer/common_interface_defs.h... yes #6 15.80 checking for sys/socket.h... yes #6 16.00 checking for sys/param.h... yes #6 16.24 checking for pthread.h... yes #6 16.40 checking for malloc/malloc.h... no #6 16.58 checking for sys/un.h... yes #6 16.75 checking for vfork.h... no #6 16.94 checking for utmp.h... yes #6 17.17 checking for utmpx.h... yes #6 17.34 checking for OS.h... no #6 17.48 checking for dirent.h... yes #6 17.66 checking for execinfo.h... yes #6 17.79 checking for linux/xattr.h... yes #6 17.99 checking for stdio_ext.h... yes #6 18.11 checking for sys/vfs.h... yes #6 18.23 checking for sys/fs_types.h... no #6 18.41 checking for getopt.h... yes #6 18.55 checking for sys/cdefs.h... yes #6 18.72 checking for sys/time.h... yes #6 18.91 checking for ieee754.h... yes #6 19.05 checking for limits.h... yes #6 19.17 checking for sys/select.h... yes #6 19.31 checking for stdbool.h... yes #6 19.48 checking for stdckdint.h... no #6 19.67 checking for sys/random.h... yes #6 19.85 checking whether it is safe to define __EXTENSIONS__... yes #6 20.04 checking whether _XOPEN_SOURCE should be defined... no #6 20.18 checking how to run the C preprocessor... gcc -E #6 20.49 checking for grep that handles long lines and -e... /usr/bin/grep #6 20.51 checking for egrep... /usr/bin/grep -E #6 20.51 checking for Minix Amsterdam compiler... no #6 20.59 checking for ar... ar #6 20.59 checking for ranlib... ranlib #6 20.60 checking for gcc option to enable large file support... none needed #6 20.85 checking for gcc option for timestamps after 2038... none needed #6 20.97 checking for g++... g++ #6 21.84 checking whether the compiler supports GNU C++... yes #6 27.66 checking whether g++ accepts -g... yes #6 27.76 checking for g++ option to enable C++11 features... none needed #6 29.86 checking whether gcc accepts -g3 -O2... yes #6 30.09 checking whether the compiler is clang... no #6 30.22 checking whether C compiler handles -Werror -Wunknown-warning-option... no #6 30.35 checking whether -Wno-missing-field-initializers is needed... no #6 30.48 checking whether -Wuninitialized is supported... yes #6 30.66 checking whether C compiler handles -fstrict-flex-arrays... yes #6 30.86 checking whether C compiler handles -Wall... yes #6 31.05 checking whether C compiler handles -Warith-conversion... yes #6 31.32 checking whether C compiler handles -Wdate-time... yes #6 31.57 checking whether C compiler handles -Wdisabled-optimization... yes #6 31.73 checking whether C compiler handles -Wdouble-promotion... yes #6 31.92 checking whether C compiler handles -Wduplicated-cond... yes #6 32.12 checking whether C compiler handles -Wextra... yes #6 32.35 checking whether C compiler handles -Wformat-signedness... yes #6 32.55 checking whether C compiler handles -Winit-self... yes #6 32.74 checking whether C compiler handles -Winvalid-pch... yes #6 33.03 checking whether C compiler handles -Wlogical-op... yes #6 33.33 checking whether C compiler handles -Wmissing-declarations... yes #6 33.71 checking whether C compiler handles -Wmissing-include-dirs... yes #6 33.90 checking whether C compiler handles -Wmissing-prototypes... yes #6 34.09 checking whether C compiler handles -Wnested-externs... yes #6 34.30 checking whether C compiler handles -Wnull-dereference... yes #6 34.51 checking whether C compiler handles -Wold-style-definition... yes #6 34.79 checking whether C compiler handles -Wopenmp-simd... yes #6 35.05 checking whether C compiler handles -Wpacked... yes #6 35.32 checking whether C compiler handles -Wpointer-arith... yes #6 35.62 checking whether C compiler handles -Wstrict-flex-arrays... yes #6 35.84 checking whether C compiler handles -Wstrict-prototypes... yes #6 36.18 checking whether C compiler handles -Wsuggest-attribute=format... yes #6 36.47 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #6 36.71 checking whether C compiler handles -Wsuggest-final-methods... yes #6 36.93 checking whether C compiler handles -Wsuggest-final-types... yes #6 37.16 checking whether C compiler handles -Wtrampolines... yes #6 37.34 checking whether C compiler handles -Wuninitialized... yes #6 37.52 checking whether C compiler handles -Wunknown-pragmas... yes #6 37.71 checking whether C compiler handles -Wunused-macros... yes #6 37.93 checking whether C compiler handles -Wvariadic-macros... yes #6 38.15 checking whether C compiler handles -Wvector-operation-performance... yes #6 38.34 checking whether C compiler handles -Wwrite-strings... yes #6 38.53 checking whether C compiler handles -Warray-bounds=2... yes #6 38.83 checking whether C compiler handles -Wattribute-alias=2... yes #6 39.01 checking whether C compiler handles -Wformat=2... yes #6 39.21 checking whether C compiler handles -Wformat-truncation=2... yes #6 39.42 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #6 39.61 checking whether C compiler handles -Wshift-overflow=2... yes #6 39.78 checking whether C compiler handles -Wuse-after-free=3... yes #6 39.96 checking whether C compiler handles -Wvla-larger-than=4031... yes #6 40.11 checking whether C compiler handles -Wredundant-decls... yes #6 40.40 checking whether C compiler handles -Wno-missing-field-initializers... yes #6 40.58 checking whether C compiler handles -Wno-override-init... yes #6 40.74 checking whether C compiler handles -Wno-sign-compare... yes #6 40.89 checking whether C compiler handles -Wno-type-limits... yes #6 41.19 checking whether C compiler handles -Wno-unused-parameter... yes #6 41.36 checking whether C compiler handles -Wno-format-nonliteral... yes #6 41.56 checking whether C compiler handles -Wno-bidi-chars... yes #6 41.85 checking for a BSD-compatible install... /usr/bin/install -c #6 41.92 checking command to symlink files in the same directory... ln -s #6 41.94 checking for install-info... : #6 41.95 checking for gzip... /usr/bin/gzip #6 41.95 checking for 'find' args to delete a file... -delete #6 42.01 checking for brew... no #6 42.36 checking for -znocombreloc... not needed #6 42.36 checking whether addresses are sanitized... no #6 42.44 checking for math library... -lm #6 43.47 checking for struct passwd.pw_gecos... yes #6 43.65 checking for pkg-config... /usr/bin/pkg-config #6 43.65 checking pkg-config is at least version 0.9.0... yes #6 43.68 checking for machine/soundcard.h... no #6 43.82 checking for sys/soundcard.h... yes #6 43.98 checking for soundcard.h... no #6 44.12 checking for mmsystem.h... no #6 44.22 checking for _oss_ioctl in -lossaudio... no #6 44.41 checking for alsa >= 1.0.0... no #6 44.48 checking for ADDR_NO_RANDOMIZE... yes #6 44.62 checking if Linux sysinfo may be used... yes #6 44.95 checking for sys/wait.h that is POSIX.1 compatible... yes #6 45.18 checking for net/if.h... yes #6 45.40 checking for ifaddrs.h... yes #6 45.64 checking for net/if_dl.h... no #6 45.80 checking for struct ifreq.ifr_flags... yes #6 46.02 checking for struct ifreq.ifr_hwaddr... yes #6 46.39 checking for struct ifreq.ifr_netmask... yes #6 46.86 checking for struct ifreq.ifr_broadaddr... yes #6 47.25 checking for struct ifreq.ifr_addr... yes #6 47.72 checking for struct ifreq.ifr_addr.sa_len... no #6 48.16 checking whether gcc understands -MMD -MF... yes #6 48.27 checking for gcc options needed to detect all undeclared functions... none needed #6 48.55 checking for X... no #6 48.92 checking for X... false #6 48.93 checking whether malloc is Doug Lea style... no #6 49.16 checking for sbrk... yes #6 49.49 checking for getpagesize... yes #6 49.73 checking for __lsan_ignore_object... no #6 49.95 checking for fork... yes #6 50.23 checking for vfork... yes #6 50.48 checking for fchmod... yes #6 50.70 checking for utmpname... yes #6 50.90 checking for utmpxname... yes #6 51.09 checking for canonicalize_file_name... yes #6 51.27 checking for realpath... yes #6 51.47 checking for lstat... yes #6 51.65 checking for fchmodat... yes #6 51.83 checking for lchmod... yes #6 52.10 checking for fcntl... yes #6 52.30 checking for fdopendir... yes #6 52.56 checking for listxattr... yes #6 52.79 checking for fstatat... yes #6 53.02 checking for fsync... yes #6 53.25 checking for gettimeofday... yes #6 53.46 checking for memset_s... no #6 53.75 checking for pselect... yes #6 53.95 checking for pthread_sigmask... yes #6 54.13 checking for readlink... yes #6 54.39 checking for isblank... yes #6 54.60 checking for iswctype... yes #6 54.79 checking for strtoimax... yes #6 54.99 checking for symlink... yes #6 55.23 checking for localtime_r... yes #6 55.40 checking for getdtablesize... yes #6 55.59 checking for working mmap... yes #6 56.03 checking for main in -lXbsd... no #6 56.17 checking for pthread library... none needed #6 56.45 checking for thread support... yes #6 56.46 checking for sqlite3_open_v2 in -lsqlite3... no #6 56.62 checking for getaddrinfo_a in -lanl... yes #6 56.88 checking for malloc_trim... yes #6 57.08 checking for dbus-1 >= 1.0... yes #6 57.13 checking for dbus_watch_get_unix_fd... yes #6 57.60 checking for dbus_type_is_valid... yes #6 57.87 checking for dbus_validate_bus_name... yes #6 58.13 checking for dbus_validate_path... yes #6 58.41 checking for dbus_validate_interface... yes #6 58.66 checking for dbus_validate_member... yes #6 58.91 checking for lgetfilecon in -lselinux... no #6 59.10 checking for gnutls >= 2.12.2... yes #6 59.15 checking for libsystemd >= 222... no #6 59.18 checking for jansson >= 2.7... no #6 59.22 checking for tree-sitter >= 0.20.2... yes #6 59.26 checking for sys/inotify.h... yes #6 59.45 checking for inotify_init... yes #6 59.81 checking for inotify_init1... yes #6 60.20 checking for lcms2... no #6 60.26 checking for library containing inflateEnd... no #6 60.66 checking for dladdr... yes #6 60.87 checking for dlfunc... no #6 61.10 checking for gcc_jit_context_acquire in -lgccjit... no #6 61.31 configure: WARNING: Elisp native compiler can't be enabled as libgccjit was not #6 61.31 found. #6 61.31 Please try installing libgccjit or a similar package if you want to have it #6 61.31 enabled. #6 61.31 checking for libgccjit.h... no #6 61.56 configure: WARNING: Elisp native compiler can't be enabled as libgccjit header files #6 61.56 were not found. #6 61.56 Please try installing libgccjit-dev or a similar package if you want to have it #6 61.56 enabled. #6 61.56 checking for gpm.h... no #6 61.78 checking for libxml-2.0 > 2.6.17... no #6 61.84 checking for maillock in -lmail... no #6 62.01 checking for maillock in -llockfile... no #6 62.17 checking for liblockfile.so... no #6 62.17 checking for maillock.h... no #6 62.39 checking for linux/seccomp.h... yes #6 62.60 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #6 62.75 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #6 62.93 checking for linux/filter.h... yes #6 63.14 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #6 63.15 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #6 63.15 checking for libseccomp >= 2.5.2... no #6 63.20 checking size of long... 8 #6 63.63 checking for accept4... yes #6 63.93 checking for fchdir... yes #6 64.26 checking for gethostname... yes #6 64.51 checking for getrusage... yes #6 64.71 checking for get_current_dir_name... yes #6 64.97 checking for lrand48... yes #6 65.17 checking for random... yes #6 65.40 checking for rint... yes #6 65.71 checking for tcdrain... yes #6 65.92 checking for trunc... yes #6 66.17 checking for select... yes #6 66.43 checking for getpagesize... (cached) yes #6 66.44 checking for setlocale... yes #6 66.66 checking for newlocale... yes #6 66.92 checking for getrlimit... yes #6 67.13 checking for setrlimit... yes #6 67.33 checking for shutdown... yes #6 67.58 checking for pthread_sigmask... (cached) yes #6 67.58 checking for strsignal... yes #6 67.83 checking for setitimer... yes #6 68.13 checking for sendto... yes #6 68.38 checking for recvfrom... yes #6 68.61 checking for getsockname... yes #6 68.84 checking for getifaddrs... yes #6 69.07 checking for freeifaddrs... yes #6 69.27 checking for gai_strerror... yes #6 69.43 checking for sync... yes #6 69.62 checking for endpwent... yes #6 69.93 checking for getgrent... yes #6 70.17 checking for endgrent... yes #6 70.34 checking for cfmakeraw... yes #6 70.58 checking for cfsetspeed... yes #6 70.80 checking for __executable_start... yes #6 70.99 checking for log2... yes #6 71.19 checking for pthread_setname_np... yes #6 71.45 checking for pthread_set_name_np... no #6 71.67 checking for getpwent... yes #6 71.95 checking for renameat2... yes #6 72.18 checking whether pthread_setname_np takes a single argument... no #6 72.37 checking whether pthread_setname_np takes three arguments... no #6 72.55 checking for aligned_alloc... yes #6 72.86 checking whether aligned_alloc is declared... yes #6 73.15 checking for posix_madvise... yes #6 73.40 checking for madvise... yes #6 73.62 checking for __builtin_frame_address... yes #6 73.77 checking for __builtin_unwind_init... yes #6 73.99 checking for _LARGEFILE_SOURCE value needed for large files... no #6 74.31 checking for grantpt... yes #6 74.63 checking for getpt... yes #6 74.90 checking for posix_openpt... yes #6 75.11 checking for library containing tputs... -ltinfo #6 75.56 checking whether -ltinfo library defines BC... yes #6 75.83 checking for timerfd interface... yes #6 76.06 checking whether signals can be handled on alternate stack... yes #6 76.29 checking for valgrind/valgrind.h... no #6 76.45 checking for struct unipair.unicode... yes #6 76.59 checking for pid_t... yes #6 76.96 checking for working fork... yes #6 77.30 checking for working vfork... (cached) yes #6 77.30 checking for snprintf... yes #6 77.52 checking for open_memstream... yes #6 77.72 checking for spawn.h... yes #6 77.89 checking for posix_spawn... yes #6 78.10 checking for posix_spawn_file_actions_addchdir... no #6 78.37 checking for posix_spawn_file_actions_addchdir_np... yes #6 78.56 checking for posix_spawnattr_setflags... yes #6 78.78 checking whether POSIX_SPAWN_SETSID is declared... yes #6 78.91 checking whether GLib is linked in... no #6 79.01 checking for nl_langinfo and CODESET... yes #6 79.22 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #6 79.44 checking for mbstate_t... yes #6 79.68 checking for signals via characters... yes #6 79.87 checking for _setjmp... yes #6 80.04 checking for sigsetjmp... yes #6 80.18 checking POSIX termios... yes #6 80.50 checking size of speed_t... 4 #6 80.85 checking for usable FIONREAD... yes #6 81.00 checking for usable SIGIO... yes #6 81.18 checking for struct alignment... yes #6 81.28 checking for C/C++ restrict keyword... __restrict__ #6 81.38 checking for typeof syntax and keyword spelling... typeof #6 81.47 checking for statement expressions... yes #6 81.59 checking whether malloc (0) returns nonnull... yes #6 81.82 checking for sys/acl.h... yes #6 82.06 checking for library containing acl_get_file... -lacl #6 82.47 checking for acl_get_file... yes #6 82.68 checking for acl_get_fd... yes #6 82.91 checking for acl_set_file... yes #6 83.09 checking for acl_set_fd... yes #6 83.33 checking for acl_free... yes #6 83.53 checking for acl_from_mode... yes #6 83.80 checking for acl_from_text... yes #6 84.05 checking for acl_delete_def_file... yes #6 84.30 checking for acl_extended_file... yes #6 84.54 checking for acl_delete_fd_np... no #6 84.81 checking for acl_delete_file_np... no #6 85.04 checking for acl_copy_ext_native... no #6 85.37 checking for acl_create_entry_np... no #6 85.69 checking for acl_to_short_text... no #6 85.95 checking for acl_free_text... no #6 86.20 checking for working acl_get_file... yes #6 86.44 checking for acl/libacl.h... yes #6 86.63 checking for acl_entries... yes #6 86.82 checking for ACL_FIRST_ENTRY... yes #6 86.99 checking for ACL_TYPE_EXTENDED... no #6 87.10 checking for working alloca.h... yes #6 87.36 checking for alloca... yes #6 87.36 checking for a race-free mkdir -p... /usr/bin/mkdir -p #6 87.37 checking whether the preprocessor supports include_next... yes #6 87.54 checking whether source code line length is unlimited... yes #6 87.60 checking whether endutent is declared... yes #6 87.83 checking for struct utmpx.ut_user... yes #6 88.08 checking for struct utmp.ut_user... yes #6 88.34 checking for struct utmpx.ut_name... yes #6 88.55 checking for struct utmp.ut_name... yes #6 88.77 checking for struct utmpx.ut_type... yes #6 88.98 checking for struct utmp.ut_type... yes #6 89.30 checking for struct utmpx.ut_pid... yes #6 89.54 checking for struct utmp.ut_pid... yes #6 89.82 checking for struct utmp.ut_tv... yes #6 90.25 checking for struct utmpx.ut_host... yes #6 90.44 checking for struct utmp.ut_host... yes #6 90.67 checking for struct utmpx.ut_id... yes #6 90.93 checking for struct utmp.ut_id... yes #6 91.15 checking for struct utmpx.ut_session... yes #6 91.43 checking for struct utmp.ut_session... yes #6 91.76 checking for struct utmpx.ut_exit... yes #6 92.23 checking for struct utmp.ut_exit... yes #6 92.70 checking for struct utmpx.ut_exit.ut_exit... no #6 93.07 checking for struct utmpx.ut_exit.e_exit... yes #6 93.39 checking for struct utmp.ut_exit.e_exit... yes #6 93.68 checking for struct utmpx.ut_exit.ut_termination... no #6 94.05 checking for struct utmpx.ut_exit.e_termination... yes #6 94.30 checking for struct utmp.ut_exit.e_termination... yes #6 94.65 checking whether sysinfo is declared... yes #6 94.81 checking for sys/sysctl.h... no #6 94.97 checking for sysctl... no #6 95.19 checking whether lstat correctly handles trailing slash... yes #6 95.66 checking whether // is distinct from /... no #6 95.73 checking whether realpath works... yes #6 96.24 checking for faccessat... yes #6 96.47 checking for getcwd... yes #6 96.72 checking whether byte ordering is bigendian... no #6 97.16 checking if environ is properly declared... yes #6 97.26 checking for complete errno.h... yes #6 97.34 checking whether ctype.h defines __header_inline... no #6 97.43 checking for mode_t... yes #6 97.81 checking whether strmode is declared... no #6 98.13 checking whether getline is declared... yes #6 98.45 checking for gawk... no #6 98.45 checking for mawk... mawk #6 98.46 checking for getopt.h... (cached) yes #6 98.46 checking for getopt_long_only... yes #6 98.82 checking whether getopt is POSIX compatible... yes #6 99.86 checking for working GNU getopt function... yes #6 100.4 checking for working GNU getopt_long function... yes #6 100.6 checking whether timespec_get is declared... yes #6 100.8 checking for timespec_get... yes #6 101.1 checking for struct timeval... yes #6 101.2 checking for wide-enough struct timeval.tv_sec member... yes #6 101.4 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... yes #6 101.5 checking whether limits.h has SSIZE_MAX... yes #6 101.6 checking whether the compiler produces multi-arch binaries... no #6 101.8 checking whether stdint.h conforms to C99... yes #6 102.4 checking whether stdint.h works without ISO C predefines... yes #6 102.6 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #6 102.8 checking whether memmem is declared... yes #6 103.1 checking whether memrchr is declared... yes #6 103.4 checking whether defines MIN and MAX... no #6 103.5 checking whether defines MIN and MAX... yes #6 103.6 checking whether time_t is signed... yes #6 103.8 checking whether alarm is declared... yes #6 104.1 checking for working mktime... yes #6 104.7 checking whether struct tm is in sys/time.h or time.h... time.h #6 104.9 checking for struct tm.tm_zone... yes #6 105.2 checking for struct tm.tm_gmtoff... yes #6 105.3 checking whether is self-contained... yes #6 105.8 checking for inline... inline #6 105.9 checking for sigset_t... yes #6 106.3 checking for volatile sig_atomic_t... yes #6 106.6 checking for sighandler_t... yes #6 107.1 checking for wchar_t... yes #6 107.4 checking for good max_align_t... yes #6 107.5 checking whether NULL can be used in arbitrary expressions... yes #6 107.6 checking for unreachable... no #6 107.9 checking whether fcloseall is declared... yes #6 108.2 checking whether getw is declared... yes #6 108.5 checking whether putw is declared... yes #6 108.7 checking which flavor of printf attribute matches inttypes macros... system #6 108.9 checking whether strnlen is declared... yes #6 109.2 checking whether strtoimax is declared... yes #6 109.5 checking whether stat file-mode macros are broken... no #6 109.6 checking for nlink_t... yes #6 109.9 checking for struct timespec in ... yes #6 110.0 checking for TIME_UTC in ... yes #6 110.3 checking whether execvpe is declared... yes #6 110.6 checking whether clearerr_unlocked is declared... yes #6 110.8 checking whether feof_unlocked is declared... yes #6 111.0 checking whether ferror_unlocked is declared... yes #6 111.4 checking whether fflush_unlocked is declared... yes #6 111.7 checking whether fgets_unlocked is declared... yes #6 112.0 checking whether fputc_unlocked is declared... yes #6 112.3 checking whether fputs_unlocked is declared... yes #6 112.7 checking whether fread_unlocked is declared... yes #6 112.9 checking whether fwrite_unlocked is declared... yes #6 113.2 checking whether getc_unlocked is declared... yes #6 113.4 checking whether getchar_unlocked is declared... yes #6 113.7 checking whether putc_unlocked is declared... yes #6 114.0 checking whether putchar_unlocked is declared... yes #6 114.3 checking type of array argument to getgroups... gid_t #6 114.7 checking whether getdelim is declared... yes #6 115.0 checking whether getdtablesize is declared... yes #6 115.3 checking whether malloc is ptrdiff_t safe... yes #6 115.4 checking whether malloc, realloc, calloc set errno on failure... yes #6 115.4 checking for O_CLOEXEC... yes #6 115.5 checking for promoted mode_t type... mode_t #6 115.6 checking whether the utimes function works... yes #6 116.0 checking for C compiler option to allow warnings... -Wno-error #6 116.3 checking for alignas and alignof... yes, macros #6 116.5 checking for alloca as a compiler built-in... yes #6 116.6 checking for static_assert... yes, an macro #6 117.0 checking for __builtin_expect... yes #6 117.2 checking for byteswap.h... yes #6 117.4 checking for readlinkat... yes #6 117.6 checking for library containing clock_gettime... none required #6 117.9 checking for clock_getres... yes #6 118.1 checking for clock_gettime... yes #6 118.3 checking for clock_settime... yes #6 118.6 checking for copy_file_range... yes #6 118.8 checking for d_type member in directory struct... yes #6 119.1 checking whether // is distinct from /... (cached) no #6 119.1 checking whether dup2 works... yes #6 119.4 checking for library containing backtrace_symbols_fd... none required #6 119.7 checking for faccessat... (cached) yes #6 119.7 checking whether fchmodat works... yes #6 120.2 checking whether fcntl handles F_DUPFD correctly... yes #6 120.7 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #6 121.1 checking whether fdopendir is declared... yes #6 121.2 checking whether fdopendir works... yes #6 121.7 checking for flexible array member... yes #6 121.9 checking for __fpending... yes #6 122.1 checking whether __fpending is declared... yes #6 122.3 checking whether free is known to preserve errno... yes #6 122.4 checking whether fstatat (..., 0) works... yes #6 122.8 checking for sys/mount.h... yes #6 123.1 checking for statvfs function (SVR4)... yes #6 123.4 checking whether to use statvfs64... no #6 123.6 checking for two-argument statfs with statfs.f_frsize member... yes #6 123.9 checking for sys/fs/s5param.h... no #6 124.2 checking for sys/statfs.h... yes #6 124.3 checking for statfs that truncates block counts... no #6 124.5 checking for futimens... yes #6 124.8 checking whether futimens works... yes #6 126.1 checking for getline... yes #6 126.3 checking for working getline function... yes #6 126.7 checking for getloadavg... yes #6 126.9 checking for sys/loadavg.h... no #6 127.1 checking whether getloadavg is declared... yes #6 127.3 checking for getrandom... yes #6 127.5 checking whether getrandom is compatible with its GNU+BSD signature... yes #6 127.7 checking for gettimeofday with POSIX signature... yes #6 127.9 checking whether the compiler supports the __inline keyword... yes #6 128.1 checking for gmp.h... yes #6 128.4 checking for library containing __gmpz_roinit_n... -lgmp #6 128.8 checking for memmem... yes #6 129.0 checking whether memmem works... yes #6 129.3 checking for mempcpy... yes #6 129.6 checking for memrchr... yes #6 129.8 checking for memset_explicit... no #6 130.2 checking for explicit_memset... no #6 130.5 checking for mkostemp... yes #6 130.8 checking for library containing nanosleep... none required #6 131.0 checking for working nanosleep... no (mishandles large arguments) #6 132.5 checking for sys/pstat.h... no #6 132.8 checking for sys/sysmp.h... no #6 133.0 checking for sys/param.h... (cached) yes #6 133.0 checking for sys/sysctl.h... (cached) no #6 133.0 checking for sched_getaffinity_np... no #6 133.3 checking for pstat_getdynamic... no #6 133.6 checking for sysmp... no #6 133.9 checking for sysctl... (cached) no #6 133.9 checking for sched_getaffinity... yes #6 134.1 checking for glibc compatible sched_getaffinity... yes #6 134.3 checking for pipe2... yes #6 134.5 checking whether signature of pselect conforms to POSIX... yes #6 134.8 checking whether pselect detects invalid fds... yes #6 135.1 checking whether pthread_sigmask is a macro... no #6 135.3 checking whether pthread_sigmask works without -lpthread... yes #6 135.7 checking whether pthread_sigmask returns error numbers... yes #6 135.9 checking whether pthread_sigmask unblocks signals correctly... guessing yes #6 138.3 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #6 138.8 checking whether readlink signature is correct... yes #6 139.0 checking whether readlink handles trailing slash correctly... yes #6 139.3 checking whether readlink truncates results correctly... yes #6 139.6 checking for readlinkat... (cached) yes #6 139.6 checking whether readlinkat signature is correct... yes #6 139.8 checking for working re_compile_pattern... yes #6 140.6 checking for sig2str... no #6 140.8 checking for sigdescr_np... yes #6 141.1 checking for socklen_t... yes #6 141.4 checking for ssize_t... yes #6 141.5 checking for struct stat.st_atim.tv_nsec... yes #6 141.7 checking whether struct stat.st_atim is of type struct timespec... yes #6 141.9 checking for struct stat.st_birthtimespec.tv_nsec... no #6 142.2 checking for struct stat.st_birthtimensec... no #6 142.5 checking for struct stat.st_birthtim.tv_nsec... no #6 142.8 checking for bool, true, false... no #6 142.9 checking for stpcpy... yes #6 143.2 checking for working strnlen... yes #6 143.5 checking whether strtoimax works... yes #6 143.8 checking whether symlink handles trailing slash correctly... yes #6 144.1 checking whether localtime_r is declared... yes #6 144.4 checking whether localtime_r is compatible with its POSIX signature... yes #6 144.5 checking whether localtime works even near extrema... yes #6 144.8 checking for timezone_t... no #6 145.0 checking for timegm... yes #6 145.3 checking whether timer_settime is declared... yes #6 145.4 checking for library containing timer_settime... none required #6 145.7 checking for timer_settime... yes #6 146.0 checking for utimensat... yes #6 146.2 checking whether utimensat works... yes #6 147.6 checking for variable-length arrays... yes #6 147.9 checking whether getdtablesize works... yes #6 148.2 checking for timer_getoverrun... yes #6 148.4 checking for gcc option to disable position independent executables... not needed #6 148.4 checking for __ctype_get_mb_cur_max... yes #6 148.6 checking whether MB_CUR_MAX is defined to function that won't link... no #6 148.7 #6 148.7 Configured for 'x86_64-pc-linux-gnu'. #6 148.7 #6 148.7 Where should the build process find the source code? . #6 148.7 What compiler should emacs be built with? gcc -g3 -O2 #6 148.7 Should Emacs use the GNU version of malloc? no #6 148.7 (The GNU allocators don't work with this system configuration.) #6 148.7 Should Emacs use a relocating allocator for buffers? no #6 148.7 Should Emacs use mmap(2) for buffer allocation? no #6 148.7 What window system should Emacs use? none #6 148.7 What toolkit should Emacs use? none #6 148.7 Where do we find X Windows header files? NONE #6 148.7 Where do we find X Windows libraries? NONE #6 148.7 Does Emacs use -lXaw3d? no #6 148.7 Is Emacs being built for Android? no #6 148.7 Does Emacs use the X Double Buffer Extension? no #6 148.7 Does Emacs use -lXpm? no #6 148.7 Does Emacs use -ljpeg? no #6 148.7 Does Emacs use -ltiff? no #6 148.7 Does Emacs use a gif library? no #6 148.7 Does Emacs use a png library? no #6 148.7 Does Emacs use -lrsvg-2? no #6 148.7 Does Emacs use -lwebp? no #6 148.7 Does Emacs use -lsqlite3? no #6 148.7 Does Emacs use cairo? no #6 148.7 Does Emacs use -llcms2? no #6 148.7 Does Emacs use imagemagick? no #6 148.7 Does Emacs use native APIs for images? no #6 148.7 Does Emacs support sound? yes #6 148.7 Does Emacs use -lgpm? no #6 148.7 Does Emacs use -ldbus? yes #6 148.7 Does Emacs use -lgconf? no #6 148.7 Does Emacs use GSettings? no #6 148.7 Does Emacs use a file notification library? yes (inotify) #6 148.7 Does Emacs use access control lists? yes -lacl -lattr #6 148.7 Does Emacs use -lselinux? no #6 148.7 Does Emacs use -lgnutls? yes #6 148.7 Does Emacs use -lxml2? no #6 148.7 Does Emacs use -lfreetype? no #6 148.7 Does Emacs use HarfBuzz? no #6 148.7 Does Emacs use -lm17n-flt? no #6 148.7 Does Emacs use -lotf? no #6 148.7 Does Emacs use -lxft? no #6 148.7 Does Emacs use -lsystemd? no #6 148.7 Does Emacs use -ljansson? no #6 148.7 Does Emacs use -ltree-sitter? yes #6 148.7 Does Emacs use the GMP library? yes #6 148.7 Does Emacs directly use zlib? no #6 148.7 Does Emacs have dynamic modules support? yes #6 148.7 Does Emacs use toolkit scroll bars? no #6 148.7 Does Emacs support Xwidgets? no #6 148.7 Does Emacs have threading support in lisp? yes #6 148.7 Does Emacs support the portable dumper? yes #6 148.7 Does Emacs support legacy unexec dumping? no #6 148.7 Which dumping strategy does Emacs use? pdumper #6 148.7 Does Emacs have native lisp compiler? no #6 148.7 Does Emacs use version 2 of the X Input Extension? no #6 148.7 Does Emacs generate a smaller-size Japanese dictionary? no #6 148.7 #6 148.7 #6 149.3 configure: creating ./config.status #6 149.9 config.status: creating src/verbose.mk #6 150.0 config.status: creating src/emacs-module.h #6 150.1 config.status: creating Makefile #6 150.2 config.status: creating lib/gnulib.mk #6 150.4 config.status: creating ./doc/man/emacs.1 #6 150.5 config.status: creating lib/Makefile #6 150.6 config.status: creating lib-src/Makefile #6 150.7 config.status: creating oldXMenu/Makefile #6 150.8 config.status: creating src/Makefile #6 150.8 config.status: creating lwlib/Makefile #6 150.9 config.status: creating nextstep/Makefile #6 151.0 config.status: creating nt/Makefile #6 151.1 config.status: creating doc/emacs/Makefile #6 151.2 config.status: creating doc/misc/Makefile #6 151.3 config.status: creating doc/lispintro/Makefile #6 151.5 config.status: creating doc/lispref/Makefile #6 151.6 config.status: creating lisp/Makefile #6 151.7 config.status: creating leim/Makefile #6 151.8 config.status: creating test/Makefile #6 151.9 config.status: creating test/manual/noverlay/Makefile #6 152.1 config.status: creating test/infra/Makefile #6 152.2 config.status: creating admin/charsets/Makefile #6 152.3 config.status: creating admin/unidata/Makefile #6 152.4 config.status: creating admin/grammars/Makefile #6 152.5 config.status: creating java/Makefile #6 152.6 config.status: creating cross/Makefile #6 152.7 config.status: creating java/AndroidManifest.xml #6 152.8 config.status: creating src/config.h #6 152.9 config.status: executing src/epaths.h commands #6 153.0 config.status: executing src/.gdbinit commands #6 153.1 config.status: executing doc/emacs/emacsver.texi commands #6 153.4 config.status: executing etc-refcards-emacsver.tex commands #6 153.5 configure: WARNING: This configuration installs a 'movemail' program #6 153.5 that does not retrieve POP3 email. By default, Emacs 25 and earlier #6 153.5 installed a 'movemail' program that retrieved POP3 email via only #6 153.5 insecure channels, a practice that is no longer recommended but that #6 153.5 you can continue to support by using './configure --with-pop'. #6 153.5 configure: You might want to install GNU Mailutils #6 153.5 and use './configure --with-mailutils'. #6 DONE 156.5s #5 [emacs-tree-sitter 8/11] RUN make bootstrap #5 6.506 make actual-bootstrap || make advice-on-failure make-target=bootstrap exit-status=$? #5 6.516 make[1]: Entering directory '/checkout' #5 6.662 make bootstrap-clean #5 6.673 make[2]: Entering directory '/checkout' #5 6.844 make -C src bootstrap-clean #5 6.864 make[3]: Entering directory '/checkout/src' #5 6.865 GEN /checkout/src/lisp.mk #5 7.418 rm -f android-emacs libemacs.so #5 7.424 rm -f temacs core ./*.core \#* ./*.o build-counter.c #5 7.433 rm -f dmpstruct.h #5 7.444 rm -f emacs.pdmp #5 7.447 rm -f ../etc/DOC #5 7.458 rm -f bootstrap-emacs bootstrap-emacs.pdmp #5 7.466 rm -f emacs-30.0.50 #5 7.476 rm -f buildobj.h #5 7.491 rm -f globals.h gl-stamp #5 7.492 rm -f ./*.res ./*.tmp #5 7.504 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #5 7.516 rm -f ../etc/DOC* #5 7.531 rm -f deps/* #5 7.538 rm -f emacs-module.h epaths.h config.h config.stamp #5 7.549 if test -f ./.gdbinit; then \ #5 7.549 mv ./.gdbinit ./.gdbinit.save; \ #5 7.549 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #5 7.549 else mv ./.gdbinit.save ./.gdbinit; fi; \ #5 7.549 fi #5 7.590 make[3]: Leaving directory '/checkout/src' #5 7.591 make -C oldXMenu bootstrap-clean #5 7.611 make[3]: Entering directory '/checkout/oldXMenu' #5 7.620 rm -f libXMenu11.a ./*.o deps/* #5 7.628 rm -f Makefile #5 7.633 rm -fr deps #5 7.635 make[3]: Leaving directory '/checkout/oldXMenu' #5 7.635 make -C lwlib bootstrap-clean #5 7.644 make[3]: Entering directory '/checkout/lwlib' #5 7.644 rm -f ./*.o liblw.a \#* deps/* #5 7.653 rm -f Makefile #5 7.655 rm -fr deps #5 7.656 rm -f TAGS #5 7.660 make[3]: Leaving directory '/checkout/lwlib' #5 7.661 make -C lib bootstrap-clean #5 7.840 make[3]: Entering directory '/checkout/lib' #5 7.840 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #5 7.853 rm -f core *.stackdump alloca.h assert.h byteswap.h dirent.h errno.h execinfo.h fcntl.h getopt.h getopt-cdefs.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 #5 7.860 rm -f Makefile Makefile.android #5 7.865 rm -fr deps #5 7.870 make[3]: Leaving directory '/checkout/lib' #5 7.871 make -C lib-src bootstrap-clean #5 7.883 make[3]: Entering directory '/checkout/lib-src' #5 7.883 rm -f core ./*.o ./*.res #5 7.888 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #5 7.900 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #5 7.906 rm -f TAGS Makefile blessmail Makefile.android #5 7.914 make[3]: Leaving directory '/checkout/lib-src' #5 7.916 make -C nt bootstrap-clean #5 7.923 make[3]: Entering directory '/checkout/nt' #5 7.924 rm -f core *.o *.res #5 7.932 rm -f runemacs addpm cmdproxy ddeclient #5 7.933 rm -f TAGS Makefile *.rc #5 7.937 true #5 7.944 make[3]: Leaving directory '/checkout/nt' #5 7.944 make -C doc/emacs bootstrap-clean #5 7.951 make[3]: Entering directory '/checkout/doc/emacs' #5 7.956 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #5 7.956 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #5 7.963 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #5 7.968 rm -f Makefile #5 7.972 rm -f \ #5 7.972 ./../../info/emacs.info \ #5 7.972 ./../../info/emacs.info-[1-9] \ #5 7.972 ./../../info/emacs.info-[1-9][0-9] #5 7.977 rm -f ./emacsver.texi TAGS #5 7.981 make[3]: Leaving directory '/checkout/doc/emacs' #5 7.982 make -C doc/misc bootstrap-clean #5 7.990 make[3]: Entering directory '/checkout/doc/misc' #5 7.991 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #5 7.991 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #5 7.991 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #5 7.999 rm -f gnustmp* #5 8.012 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #5 8.015 rm -f Makefile #5 8.022 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 \ #5 8.022 file=`echo ${file} | sed 's/\.info$//'`.info; \ #5 8.022 rm -f \ #5 8.022 ./../../info/${file} \ #5 8.022 ./../../info/${file}-[1-9] \ #5 8.022 ./../../info/${file}-[1-9][0-9]; \ #5 8.022 done #5 8.727 rm -f ./modus-themes.texi ./org.texi #5 8.732 rm -f TAGS #5 8.738 make[3]: Leaving directory '/checkout/doc/misc' #5 8.738 make -C doc/lispref bootstrap-clean #5 8.752 make[3]: Entering directory '/checkout/doc/lispref' #5 8.752 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #5 8.752 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #5 8.760 rm -f elisp[12]* vol[12].tmp #5 8.763 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #5 8.768 rm -f vol[12].dvi vol[12].pdf vol[12].ps #5 8.777 rm -f Makefile #5 8.783 rm -f \ #5 8.783 ./../../info/elisp.info \ #5 8.783 ./../../info/elisp.info-[1-9] \ #5 8.783 ./../../info/elisp.info-[1-9][0-9] #5 8.793 rm -f TAGS #5 8.797 make[3]: Leaving directory '/checkout/doc/lispref' #5 8.798 make -C doc/lispintro bootstrap-clean #5 8.805 make[3]: Entering directory '/checkout/doc/lispintro' #5 8.805 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #5 8.805 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #5 8.810 rm -f emacs-lisp-intro.dvi eintr.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #5 8.814 rm -f Makefile #5 8.817 rm -f \ #5 8.817 ./../../info/eintr.info \ #5 8.817 ./../../info/eintr.info-[1-9] #5 8.820 rm -f TAGS #5 8.823 make[3]: Leaving directory '/checkout/doc/lispintro' #5 8.831 make -C test bootstrap-clean #5 8.837 make[3]: Entering directory '/checkout/test' #5 8.982 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #5 9.020 find . '(' -name '*.xml' -a ! -path '*resources*' ')' -delete #5 9.063 rm -f ./lisp/gnus/mml-sec-resources/random_seed #5 9.064 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #5 9.064 src/emacs-module-resources/*.dll gmp.h #5 9.078 find . -name '*.elc' -delete #5 9.116 make[3]: Leaving directory '/checkout/test' #5 9.117 make -C java bootstrap-clean #5 9.284 make[3]: Entering directory '/checkout/java' #5 9.284 rm -f *.apk emacs.apk-in *.dex *.unaligned *.class *.idsig #5 9.298 rm -rf install-temp ./org/gnu/emacs/R.java TAGS #5 9.304 find . -name '*.class' -delete #5 9.319 rm -f Makefile ndk-build.mk #5 9.329 make[3]: Leaving directory '/checkout/java' #5 9.329 make -C cross bootstrap-clean #5 9.346 make[3]: Entering directory '/checkout/cross' #5 9.346 for dir in src lib-src lib etc; do \ #5 9.346 find $dir -type f -delete; \ #5 9.346 done #5 9.379 rm -rf lib/config.h lib-src/config.h #5 9.383 if test -f ndk-build/Makefile; then \ #5 9.383 make -C ndk-build clean; \ #5 9.383 fi #5 9.391 for dir in src lib-src lib etc; do \ #5 9.391 find $dir -type l -delete; \ #5 9.391 done #5 9.413 rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile #5 9.415 rm -rf ndk-build/ndk-build.mk Makefile #5 9.417 make[3]: Leaving directory '/checkout/cross' #5 9.417 make -C nextstep bootstrap-clean #5 9.423 make[3]: Entering directory '/checkout/nextstep' #5 9.423 rm -rf #5 9.441 rm -f Makefile #5 9.447 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #5 9.447 GNUstep/Emacs.base/Resources/Emacs.desktop \ #5 9.447 Cocoa/Emacs.base/Contents/Info.plist \ #5 9.447 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #5 9.455 make[3]: Leaving directory '/checkout/nextstep' #5 9.455 make -C admin/charsets bootstrap-clean #5 9.487 make[3]: Entering directory '/checkout/admin/charsets' #5 9.487 make[3]: Nothing to be done for 'bootstrap-clean'. #5 9.487 make[3]: Leaving directory '/checkout/admin/charsets' #5 9.487 make -C admin/unidata bootstrap-clean #5 9.493 make[3]: Entering directory '/checkout/admin/unidata' #5 9.530 rm -f ./*.elc unidata.txt #5 9.538 make[3]: Leaving directory '/checkout/admin/unidata' #5 9.539 make -C leim bootstrap-clean #5 9.554 make[3]: Entering directory '/checkout/leim' #5 9.554 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 #5 9.569 make[3]: Leaving directory '/checkout/leim' #5 9.570 make -C lisp bootstrap-clean #5 9.584 make[3]: Entering directory '/checkout/lisp' #5 9.639 find . -name '*.elc' -delete #5 9.654 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #5 9.659 make[3]: Leaving directory '/checkout/lisp' #5 9.660 make -C admin/grammars bootstrap-clean #5 9.667 make[3]: Entering directory '/checkout/admin/grammars' #5 9.667 make[3]: Nothing to be done for 'bootstrap-clean'. #5 9.667 make[3]: Leaving directory '/checkout/admin/grammars' #5 9.672 [ ! -f config.log ] || mv -f config.log config.log~ #5 9.743 rm -rf ./info #5 9.749 rm -f ./etc/refcards/emacsver.tex #5 9.785 rm -rf native-lisp/ lisp/leim/ja-dic/ #5 9.789 rm -fr autom4te.cache config.cache #5 9.794 rm -f config.log ./doc/man/emacs.1 #5 9.805 make[2]: Leaving directory '/checkout' #5 9.808 cd . && ./autogen.sh autoconf #5 9.821 Checking whether you have the necessary tools... #5 9.821 (Read INSTALL.REPO for more details on building Emacs) #5 9.825 Checking for autoconf (need at least version 2.65) ... ok #5 9.916 Your system has the required tools. #5 9.963 Running 'autoreconf -fi -I m4' ... #5 25.02 Building 'aclocal.m4' in exec ... #5 25.02 Running 'autoreconf -fi' in exec ... #5 28.62 You can now run './autogen.sh git'. #5 28.62 make MAKEFILE_NAME=force-Makefile force-Makefile #5 28.63 make[2]: Entering directory '/checkout' #5 28.65 make[2]: *** No rule to make target 'echo-sources'. Stop. #5 28.76 if [ -x ./config.status ]; then \ #5 28.76 ./config.status --recheck; \ #5 28.76 else \ #5 28.76 ./configure --cache-file=/dev/null; \ #5 28.76 fi #5 28.88 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --with-tree-sitter --no-create --no-recursion #5 29.28 checking for xcrun... no #5 29.29 checking for GNU Make... make #5 29.34 checking build system type... x86_64-pc-linux-gnu #5 29.66 checking host system type... x86_64-pc-linux-gnu #5 29.70 checking for gcc... gcc #5 29.85 checking whether the C compiler works... yes #5 30.09 checking for C compiler default output file name... a.out #5 30.10 checking for suffix of executables... #5 30.31 checking whether we are cross compiling... no #5 30.49 checking for suffix of object files... o #5 30.63 checking whether the compiler supports GNU C... yes #5 30.77 checking whether gcc accepts -g... yes #5 30.89 checking for gcc option to enable C11 features... none needed #5 31.20 checking whether the compiler is clang... no #5 31.30 checking for compiler option needed when checking for declarations... none #5 31.30 checking whether gcc and cc understand -c and -o together... yes #5 31.86 checking for stdio.h... yes #5 31.96 checking for stdlib.h... yes #5 32.10 checking for string.h... yes #5 32.23 checking for inttypes.h... yes #5 32.39 checking for stdint.h... yes #5 32.52 checking for strings.h... yes #5 32.72 checking for sys/stat.h... yes #5 32.87 checking for sys/types.h... yes #5 33.07 checking for unistd.h... yes #5 33.20 checking for wchar.h... yes #5 33.34 checking for minix/config.h... no #5 33.52 checking for linux/fs.h... yes #5 33.65 checking for malloc.h... yes #5 33.83 checking for sys/systeminfo.h... no #5 34.03 checking for sys/sysinfo.h... yes #5 34.16 checking for coff.h... no #5 34.43 checking for pty.h... yes #5 34.56 checking for sys/resource.h... yes #5 34.75 checking for sys/utsname.h... yes #5 34.91 checking for pwd.h... yes #5 35.03 checking for util.h... no #5 35.24 checking for sanitizer/lsan_interface.h... yes #5 35.41 checking for sanitizer/asan_interface.h... yes #5 35.56 checking for sanitizer/common_interface_defs.h... yes #5 35.79 checking for sys/socket.h... yes #5 36.06 checking for sys/param.h... yes #5 36.33 checking for pthread.h... yes #5 36.55 checking for malloc/malloc.h... no #5 36.77 checking for sys/un.h... yes #5 36.94 checking for vfork.h... no #5 37.10 checking for utmp.h... yes #5 37.30 checking for utmpx.h... yes #5 37.44 checking for OS.h... no #5 37.69 checking for dirent.h... yes #5 37.90 checking for execinfo.h... yes #5 38.07 checking for linux/xattr.h... yes #5 38.18 checking for stdio_ext.h... yes #5 38.41 checking for sys/vfs.h... yes #5 38.67 checking for sys/fs_types.h... no #5 38.82 checking for getopt.h... yes #5 38.96 checking for sys/cdefs.h... yes #5 39.16 checking for sys/time.h... yes #5 39.31 checking for ieee754.h... yes #5 39.44 checking for limits.h... yes #5 39.69 checking for sys/select.h... yes #5 39.88 checking for stdbool.h... yes #5 40.04 checking for stdckdint.h... no #5 40.21 checking for sys/random.h... yes #5 40.35 checking whether it is safe to define __EXTENSIONS__... yes #5 40.54 checking whether _XOPEN_SOURCE should be defined... no #5 40.66 checking how to run the C preprocessor... gcc -E #5 41.03 checking for grep that handles long lines and -e... /usr/bin/grep #5 41.04 checking for egrep... /usr/bin/grep -E #5 41.05 checking for Minix Amsterdam compiler... no #5 41.12 checking for ar... ar #5 41.12 checking for ranlib... ranlib #5 41.12 checking for gcc option to enable large file support... none needed #5 41.35 checking for gcc option for timestamps after 2038... none needed #5 41.55 checking for g++... g++ #5 41.67 checking whether the compiler supports GNU C++... yes #5 41.80 checking whether g++ accepts -g... yes #5 41.94 checking for g++ option to enable C++11 features... none needed #5 42.41 checking whether gcc accepts -g3 -O2... yes #5 42.65 checking whether the compiler is clang... no #5 42.86 checking whether C compiler handles -Werror -Wunknown-warning-option... no #5 42.97 checking whether -Wno-missing-field-initializers is needed... no #5 43.08 checking whether -Wuninitialized is supported... yes #5 43.22 checking whether C compiler handles -fstrict-flex-arrays... yes #5 43.47 checking whether C compiler handles -Wall... yes #5 43.66 checking whether C compiler handles -Warith-conversion... yes #5 43.84 checking whether C compiler handles -Wdate-time... yes #5 44.17 checking whether C compiler handles -Wdisabled-optimization... yes #5 44.39 checking whether C compiler handles -Wdouble-promotion... yes #5 44.60 checking whether C compiler handles -Wduplicated-cond... yes #5 44.80 checking whether C compiler handles -Wextra... yes #5 45.03 checking whether C compiler handles -Wformat-signedness... yes #5 45.23 checking whether C compiler handles -Winit-self... yes #5 45.50 checking whether C compiler handles -Winvalid-pch... yes #5 45.83 checking whether C compiler handles -Wlogical-op... yes #5 46.03 checking whether C compiler handles -Wmissing-declarations... yes #5 46.26 checking whether C compiler handles -Wmissing-include-dirs... yes #5 46.54 checking whether C compiler handles -Wmissing-prototypes... yes #5 46.74 checking whether C compiler handles -Wnested-externs... yes #5 47.03 checking whether C compiler handles -Wnull-dereference... yes #5 47.32 checking whether C compiler handles -Wold-style-definition... yes #5 47.55 checking whether C compiler handles -Wopenmp-simd... yes #5 47.76 checking whether C compiler handles -Wpacked... yes #5 47.95 checking whether C compiler handles -Wpointer-arith... yes #5 48.14 checking whether C compiler handles -Wstrict-flex-arrays... yes #5 48.39 checking whether C compiler handles -Wstrict-prototypes... yes #5 48.78 checking whether C compiler handles -Wsuggest-attribute=format... yes #5 49.10 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #5 49.39 checking whether C compiler handles -Wsuggest-final-methods... yes #5 49.68 checking whether C compiler handles -Wsuggest-final-types... yes #5 49.97 checking whether C compiler handles -Wtrampolines... yes #5 50.26 checking whether C compiler handles -Wuninitialized... yes #5 50.60 checking whether C compiler handles -Wunknown-pragmas... yes #5 50.84 checking whether C compiler handles -Wunused-macros... yes #5 51.12 checking whether C compiler handles -Wvariadic-macros... yes #5 51.29 checking whether C compiler handles -Wvector-operation-performance... yes #5 51.47 checking whether C compiler handles -Wwrite-strings... yes #5 51.68 checking whether C compiler handles -Warray-bounds=2... yes #5 51.92 checking whether C compiler handles -Wattribute-alias=2... yes #5 52.14 checking whether C compiler handles -Wformat=2... yes #5 52.46 checking whether C compiler handles -Wformat-truncation=2... yes #5 52.72 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #5 52.91 checking whether C compiler handles -Wshift-overflow=2... yes #5 53.10 checking whether C compiler handles -Wuse-after-free=3... yes #5 53.44 checking whether C compiler handles -Wvla-larger-than=4031... yes #5 53.64 checking whether C compiler handles -Wredundant-decls... yes #5 53.89 checking whether C compiler handles -Wno-missing-field-initializers... yes #5 54.17 checking whether C compiler handles -Wno-override-init... yes #5 54.52 checking whether C compiler handles -Wno-sign-compare... yes #5 54.88 checking whether C compiler handles -Wno-type-limits... yes #5 55.29 checking whether C compiler handles -Wno-unused-parameter... yes #5 55.82 checking whether C compiler handles -Wno-format-nonliteral... yes #5 56.18 checking whether C compiler handles -Wno-bidi-chars... yes #5 56.33 checking for a BSD-compatible install... /usr/bin/install -c #5 56.39 checking command to symlink files in the same directory... ln -s #5 56.41 checking for install-info... : #5 56.41 checking for gzip... /usr/bin/gzip #5 56.42 checking for 'find' args to delete a file... -delete #5 56.45 checking for brew... no #5 56.78 checking for -znocombreloc... not needed #5 56.78 checking whether addresses are sanitized... no #5 56.85 checking for math library... -lm #5 57.74 checking for struct passwd.pw_gecos... yes #5 57.90 checking for pkg-config... /usr/bin/pkg-config #5 57.90 checking pkg-config is at least version 0.9.0... yes #5 57.92 checking for machine/soundcard.h... no #5 58.02 checking for sys/soundcard.h... yes #5 58.17 checking for soundcard.h... no #5 58.31 checking for mmsystem.h... no #5 58.42 checking for _oss_ioctl in -lossaudio... no #5 58.64 checking for alsa >= 1.0.0... no #5 58.69 checking for ADDR_NO_RANDOMIZE... yes #5 58.85 checking if Linux sysinfo may be used... yes #5 59.30 checking for sys/wait.h that is POSIX.1 compatible... yes #5 59.54 checking for net/if.h... yes #5 59.78 checking for ifaddrs.h... yes #5 60.13 checking for net/if_dl.h... no #5 60.38 checking for struct ifreq.ifr_flags... yes #5 60.63 checking for struct ifreq.ifr_hwaddr... yes #5 61.12 checking for struct ifreq.ifr_netmask... yes #5 61.55 checking for struct ifreq.ifr_broadaddr... yes #5 62.08 checking for struct ifreq.ifr_addr... yes #5 62.62 checking for struct ifreq.ifr_addr.sa_len... no #5 63.05 checking whether gcc understands -MMD -MF... yes #5 63.21 checking for gcc options needed to detect all undeclared functions... none needed #5 63.43 checking for X... no #5 63.74 checking for X... false #5 63.74 checking whether malloc is Doug Lea style... no #5 63.89 checking for sbrk... yes #5 64.12 checking for getpagesize... yes #5 64.34 checking for __lsan_ignore_object... no #5 64.59 checking for fork... yes #5 64.88 checking for vfork... yes #5 65.04 checking for fchmod... yes #5 65.29 checking for utmpname... yes #5 65.47 checking for utmpxname... yes #5 65.69 checking for canonicalize_file_name... yes #5 65.89 checking for realpath... yes #5 66.07 checking for lstat... yes #5 66.25 checking for fchmodat... yes #5 66.43 checking for lchmod... yes #5 66.63 checking for fcntl... yes #5 66.86 checking for fdopendir... yes #5 67.19 checking for listxattr... yes #5 67.41 checking for fstatat... yes #5 67.67 checking for fsync... yes #5 67.92 checking for gettimeofday... yes #5 68.19 checking for memset_s... no #5 68.49 checking for pselect... yes #5 68.70 checking for pthread_sigmask... yes #5 68.90 checking for readlink... yes #5 69.16 checking for isblank... yes #5 69.43 checking for iswctype... yes #5 69.72 checking for strtoimax... yes #5 69.92 checking for symlink... yes #5 70.16 checking for localtime_r... yes #5 70.39 checking for getdtablesize... yes #5 70.69 checking for working mmap... yes #5 71.11 checking for main in -lXbsd... no #5 71.25 checking for pthread library... none needed #5 71.58 checking for thread support... yes #5 71.58 checking for sqlite3_open_v2 in -lsqlite3... no #5 71.70 checking for getaddrinfo_a in -lanl... yes #5 71.96 checking for malloc_trim... yes #5 72.15 checking for dbus-1 >= 1.0... yes #5 72.20 checking for dbus_watch_get_unix_fd... yes #5 72.49 checking for dbus_type_is_valid... yes #5 72.71 checking for dbus_validate_bus_name... yes #5 73.03 checking for dbus_validate_path... yes #5 73.27 checking for dbus_validate_interface... yes #5 73.52 checking for dbus_validate_member... yes #5 73.80 checking for lgetfilecon in -lselinux... no #5 73.93 checking for gnutls >= 2.12.2... yes #5 73.99 checking for libsystemd >= 222... no #5 74.05 checking for jansson >= 2.7... no #5 74.10 checking for tree-sitter >= 0.20.2... yes #5 74.15 checking for sys/inotify.h... yes #5 74.41 checking for inotify_init... yes #5 74.64 checking for inotify_init1... yes #5 74.93 checking for lcms2... no #5 74.99 checking for library containing inflateEnd... no #5 75.46 checking for dladdr... yes #5 75.80 checking for dlfunc... no #5 76.05 checking for gcc_jit_context_acquire in -lgccjit... configure: WARNING: Elisp native compiler can't be enabled as libgccjit was not #5 76.27 found. #5 76.27 no #5 76.27 Please try installing libgccjit or a similar package if you want to have it #5 76.27 enabled. #5 76.27 checking for libgccjit.h... no #5 76.45 configure: WARNING: Elisp native compiler can't be enabled as libgccjit header files #5 76.45 were not found. #5 76.45 Please try installing libgccjit-dev or a similar package if you want to have it #5 76.45 enabled. #5 76.46 checking for gpm.h... no #5 76.65 checking for libxml-2.0 > 2.6.17... no #5 76.69 checking for maillock in -lmail... no #5 76.92 checking for maillock in -llockfile... no #5 77.17 checking for liblockfile.so... no #5 77.17 checking for maillock.h... no #5 77.41 checking for linux/seccomp.h... yes #5 77.72 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #5 77.84 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #5 78.02 checking for linux/filter.h... yes #5 78.25 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #5 78.27 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #5 78.27 checking for libseccomp >= 2.5.2... no #5 78.31 checking size of long... 8 #5 78.66 checking for accept4... yes #5 78.91 checking for fchdir... yes #5 79.13 checking for gethostname... yes #5 79.38 checking for getrusage... yes #5 79.75 checking for get_current_dir_name... yes #5 80.02 checking for lrand48... yes #5 80.36 checking for random... yes #5 80.58 checking for rint... yes #5 80.98 checking for tcdrain... yes #5 81.34 checking for trunc... yes #5 81.70 checking for select... yes #5 81.89 checking for getpagesize... (cached) yes #5 81.90 checking for setlocale... yes #5 82.13 checking for newlocale... yes #5 82.34 checking for getrlimit... yes #5 82.58 checking for setrlimit... yes #5 82.81 checking for shutdown... yes #5 83.06 checking for pthread_sigmask... (cached) yes #5 83.06 checking for strsignal... yes #5 83.34 checking for setitimer... yes #5 83.55 checking for sendto... yes #5 83.81 checking for recvfrom... yes #5 84.03 checking for getsockname... yes #5 84.34 checking for getifaddrs... yes #5 84.60 checking for freeifaddrs... yes #5 84.86 checking for gai_strerror... yes #5 85.09 checking for sync... yes #5 85.36 checking for endpwent... yes #5 85.66 checking for getgrent... yes #5 85.92 checking for endgrent... yes #5 86.20 checking for cfmakeraw... yes #5 86.44 checking for cfsetspeed... yes #5 86.69 checking for __executable_start... yes #5 86.90 checking for log2... yes #5 87.17 checking for pthread_setname_np... yes #5 87.53 checking for pthread_set_name_np... no #5 87.76 checking for getpwent... yes #5 87.96 checking for renameat2... yes #5 88.15 checking whether pthread_setname_np takes a single argument... no #5 88.28 checking whether pthread_setname_np takes three arguments... no #5 88.46 checking for aligned_alloc... yes #5 88.76 checking whether aligned_alloc is declared... yes #5 88.92 checking for posix_madvise... yes #5 89.11 checking for madvise... yes #5 89.43 checking for __builtin_frame_address... yes #5 89.73 checking for __builtin_unwind_init... yes #5 90.00 checking for _LARGEFILE_SOURCE value needed for large files... no #5 90.43 checking for grantpt... yes #5 90.76 checking for getpt... yes #5 91.11 checking for posix_openpt... yes #5 91.40 checking for library containing tputs... -ltinfo #5 91.77 checking whether -ltinfo library defines BC... yes #5 91.95 checking for timerfd interface... yes #5 92.07 checking whether signals can be handled on alternate stack... yes #5 92.23 checking for valgrind/valgrind.h... no #5 92.37 checking for struct unipair.unicode... yes #5 92.49 checking for pid_t... yes #5 92.93 checking for working fork... yes #5 93.23 checking for working vfork... (cached) yes #5 93.23 checking for snprintf... yes #5 93.45 checking for open_memstream... yes #5 93.66 checking for spawn.h... yes #5 93.83 checking for posix_spawn... yes #5 94.01 checking for posix_spawn_file_actions_addchdir... no #5 94.24 checking for posix_spawn_file_actions_addchdir_np... yes #5 94.43 checking for posix_spawnattr_setflags... yes #5 94.63 checking whether POSIX_SPAWN_SETSID is declared... yes #5 94.77 checking whether GLib is linked in... no #5 94.85 checking for nl_langinfo and CODESET... yes #5 95.11 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #5 95.35 checking for mbstate_t... yes #5 95.62 checking for signals via characters... yes #5 95.95 checking for _setjmp... yes #5 96.29 checking for sigsetjmp... yes #5 96.68 checking POSIX termios... yes #5 97.00 checking size of speed_t... 4 #5 97.30 checking for usable FIONREAD... yes #5 97.49 checking for usable SIGIO... yes #5 97.71 checking for struct alignment... yes #5 97.82 checking for C/C++ restrict keyword... __restrict__ #5 97.94 checking for typeof syntax and keyword spelling... typeof #5 98.04 checking for statement expressions... yes #5 98.20 checking whether malloc (0) returns nonnull... yes #5 98.46 checking for sys/acl.h... yes #5 98.68 checking for library containing acl_get_file... -lacl #5 99.30 checking for acl_get_file... yes #5 99.49 checking for acl_get_fd... yes #5 99.70 checking for acl_set_file... yes #5 99.98 checking for acl_set_fd... yes #5 100.3 checking for acl_free... yes #5 100.5 checking for acl_from_mode... yes #5 100.7 checking for acl_from_text... yes #5 100.9 checking for acl_delete_def_file... yes #5 101.1 checking for acl_extended_file... yes #5 101.3 checking for acl_delete_fd_np... no #5 101.6 checking for acl_delete_file_np... no #5 102.0 checking for acl_copy_ext_native... no #5 102.2 checking for acl_create_entry_np... no #5 102.5 checking for acl_to_short_text... no #5 102.9 checking for acl_free_text... no #5 103.1 checking for working acl_get_file... yes #5 103.4 checking for acl/libacl.h... yes #5 103.7 checking for acl_entries... yes #5 104.0 checking for ACL_FIRST_ENTRY... yes #5 104.2 checking for ACL_TYPE_EXTENDED... no #5 104.3 checking for working alloca.h... yes #5 104.5 checking for alloca... yes #5 104.5 checking for a race-free mkdir -p... /usr/bin/mkdir -p #5 104.5 checking whether the preprocessor supports include_next... yes #5 104.7 checking whether source code line length is unlimited... yes #5 104.8 checking whether endutent is declared... yes #5 105.1 checking for struct utmpx.ut_user... yes #5 105.4 checking for struct utmp.ut_user... yes #5 105.7 checking for struct utmpx.ut_name... yes #5 106.0 checking for struct utmp.ut_name... yes #5 106.3 checking for struct utmpx.ut_type... yes #5 106.5 checking for struct utmp.ut_type... yes #5 106.8 checking for struct utmpx.ut_pid... yes #5 107.0 checking for struct utmp.ut_pid... yes #5 107.2 checking for struct utmp.ut_tv... yes #5 107.7 checking for struct utmpx.ut_host... yes #5 107.9 checking for struct utmp.ut_host... yes #5 108.2 checking for struct utmpx.ut_id... yes #5 108.5 checking for struct utmp.ut_id... yes #5 108.7 checking for struct utmpx.ut_session... yes #5 108.9 checking for struct utmp.ut_session... yes #5 109.2 checking for struct utmpx.ut_exit... yes #5 109.6 checking for struct utmp.ut_exit... yes #5 110.0 checking for struct utmpx.ut_exit.ut_exit... no #5 110.5 checking for struct utmpx.ut_exit.e_exit... yes #5 110.8 checking for struct utmp.ut_exit.e_exit... yes #5 111.0 checking for struct utmpx.ut_exit.ut_termination... no #5 111.4 checking for struct utmpx.ut_exit.e_termination... yes #5 111.7 checking for struct utmp.ut_exit.e_termination... yes #5 111.9 checking whether sysinfo is declared... yes #5 112.1 checking for sys/sysctl.h... no #5 112.3 checking for sysctl... no #5 112.6 checking whether lstat correctly handles trailing slash... yes #5 113.0 checking whether // is distinct from /... no #5 113.0 checking whether realpath works... yes #5 113.4 checking for faccessat... yes #5 113.6 checking for getcwd... yes #5 113.9 checking whether byte ordering is bigendian... no #5 114.5 checking if environ is properly declared... yes #5 114.6 checking for complete errno.h... yes #5 114.7 checking whether ctype.h defines __header_inline... no #5 114.8 checking for mode_t... yes #5 115.2 checking whether strmode is declared... no #5 115.4 checking whether getline is declared... yes #5 115.7 checking for gawk... no #5 115.7 checking for mawk... mawk #5 115.7 checking for getopt.h... (cached) yes #5 115.7 checking for getopt_long_only... yes #5 116.1 checking whether getopt is POSIX compatible... yes #5 117.1 checking for working GNU getopt function... yes #5 117.5 checking for working GNU getopt_long function... yes #5 117.7 checking whether timespec_get is declared... yes #5 117.8 checking for timespec_get... yes #5 118.1 checking for struct timeval... yes #5 118.2 checking for wide-enough struct timeval.tv_sec member... yes #5 118.4 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... yes #5 118.6 checking whether limits.h has SSIZE_MAX... yes #5 118.7 checking whether the compiler produces multi-arch binaries... no #5 118.7 checking whether stdint.h conforms to C99... yes #5 119.3 checking whether stdint.h works without ISO C predefines... yes #5 119.6 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #5 119.8 checking whether memmem is declared... yes #5 120.1 checking whether memrchr is declared... yes #5 120.4 checking whether defines MIN and MAX... no #5 120.5 checking whether defines MIN and MAX... yes #5 120.6 checking whether time_t is signed... yes #5 120.8 checking whether alarm is declared... yes #5 121.1 checking for working mktime... yes #5 121.8 checking whether struct tm is in sys/time.h or time.h... time.h #5 122.0 checking for struct tm.tm_zone... yes #5 122.1 checking for struct tm.tm_gmtoff... yes #5 122.2 checking whether is self-contained... yes #5 122.8 checking for inline... inline #5 122.9 checking for sigset_t... yes #5 123.2 checking for volatile sig_atomic_t... yes #5 123.6 checking for sighandler_t... yes #5 123.9 checking for wchar_t... yes #5 124.0 checking for good max_align_t... yes #5 124.2 checking whether NULL can be used in arbitrary expressions... yes #5 124.4 checking for unreachable... no #5 124.7 checking whether fcloseall is declared... yes #5 125.0 checking whether getw is declared... yes #5 125.2 checking whether putw is declared... yes #5 125.5 checking which flavor of printf attribute matches inttypes macros... system #5 125.6 checking whether strnlen is declared... yes #5 126.0 checking whether strtoimax is declared... yes #5 126.2 checking whether stat file-mode macros are broken... no #5 126.3 checking for nlink_t... yes #5 126.6 checking for struct timespec in ... yes #5 126.8 checking for TIME_UTC in ... yes #5 127.0 checking whether execvpe is declared... yes #5 127.3 checking whether clearerr_unlocked is declared... yes #5 127.6 checking whether feof_unlocked is declared... yes #5 127.8 checking whether ferror_unlocked is declared... yes #5 128.1 checking whether fflush_unlocked is declared... yes #5 128.3 checking whether fgets_unlocked is declared... yes #5 128.6 checking whether fputc_unlocked is declared... yes #5 128.8 checking whether fputs_unlocked is declared... yes #5 129.1 checking whether fread_unlocked is declared... yes #5 129.3 checking whether fwrite_unlocked is declared... yes #5 129.5 checking whether getc_unlocked is declared... yes #5 129.8 checking whether getchar_unlocked is declared... yes #5 130.1 checking whether putc_unlocked is declared... yes #5 130.4 checking whether putchar_unlocked is declared... yes #5 130.6 checking type of array argument to getgroups... gid_t #5 131.0 checking whether getdelim is declared... yes #5 131.3 checking whether getdtablesize is declared... yes #5 131.5 checking whether malloc is ptrdiff_t safe... yes #5 131.6 checking whether malloc, realloc, calloc set errno on failure... yes #5 131.6 checking for O_CLOEXEC... yes #5 131.8 checking for promoted mode_t type... mode_t #5 131.9 checking whether the utimes function works... yes #5 132.4 checking for C compiler option to allow warnings... -Wno-error #5 132.5 checking for alignas and alignof... yes, macros #5 132.8 checking for alloca as a compiler built-in... yes #5 132.9 checking for static_assert... yes, an macro #5 133.2 checking for __builtin_expect... yes #5 133.5 checking for byteswap.h... yes #5 133.7 checking for readlinkat... yes #5 134.0 checking for library containing clock_gettime... none required #5 134.3 checking for clock_getres... yes #5 134.6 checking for clock_gettime... yes #5 134.8 checking for clock_settime... yes #5 135.1 checking for copy_file_range... yes #5 135.3 checking for d_type member in directory struct... yes #5 135.5 checking whether // is distinct from /... (cached) no #5 135.5 checking whether dup2 works... yes #5 135.9 checking for library containing backtrace_symbols_fd... none required #5 136.1 checking for faccessat... (cached) yes #5 136.1 checking whether fchmodat works... yes #5 136.6 checking whether fcntl handles F_DUPFD correctly... yes #5 136.9 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #5 137.4 checking whether fdopendir is declared... yes #5 137.6 checking whether fdopendir works... yes #5 137.9 checking for flexible array member... yes #5 138.1 checking for __fpending... yes #5 138.4 checking whether __fpending is declared... yes #5 138.5 checking whether free is known to preserve errno... yes #5 138.7 checking whether fstatat (..., 0) works... yes #5 139.0 checking for sys/mount.h... yes #5 139.3 checking for statvfs function (SVR4)... yes #5 139.5 checking whether to use statvfs64... no #5 139.6 checking for two-argument statfs with statfs.f_frsize member... yes #5 140.0 checking for sys/fs/s5param.h... no #5 140.2 checking for sys/statfs.h... yes #5 140.5 checking for statfs that truncates block counts... no #5 140.6 checking for futimens... yes #5 140.8 checking whether futimens works... yes #5 142.1 checking for getline... yes #5 142.4 checking for working getline function... yes #5 142.8 checking for getloadavg... yes #5 143.1 checking for sys/loadavg.h... no #5 143.3 checking whether getloadavg is declared... yes #5 143.6 checking for getrandom... yes #5 143.8 checking whether getrandom is compatible with its GNU+BSD signature... yes #5 144.0 checking for gettimeofday with POSIX signature... yes #5 144.1 checking whether the compiler supports the __inline keyword... yes #5 144.2 checking for gmp.h... yes #5 144.5 checking for library containing __gmpz_roinit_n... -lgmp #5 145.0 checking for memmem... yes #5 145.3 checking whether memmem works... yes #5 145.6 checking for mempcpy... yes #5 145.9 checking for memrchr... yes #5 146.1 checking for memset_explicit... no #5 146.3 checking for explicit_memset... no #5 146.6 checking for mkostemp... yes #5 147.0 checking for library containing nanosleep... none required #5 147.3 checking for working nanosleep... no (mishandles large arguments) #5 148.6 checking for sys/pstat.h... no #5 148.8 checking for sys/sysmp.h... no #5 149.0 checking for sys/param.h... (cached) yes #5 149.0 checking for sys/sysctl.h... (cached) no #5 149.0 checking for sched_getaffinity_np... no #5 149.2 checking for pstat_getdynamic... no #5 149.5 checking for sysmp... no #5 149.8 checking for sysctl... (cached) no #5 149.8 checking for sched_getaffinity... yes #5 150.0 checking for glibc compatible sched_getaffinity... yes #5 150.2 checking for pipe2... yes #5 150.4 checking whether signature of pselect conforms to POSIX... yes #5 150.6 checking whether pselect detects invalid fds... yes #5 150.9 checking whether pthread_sigmask is a macro... no #5 151.0 checking whether pthread_sigmask works without -lpthread... yes #5 151.3 checking whether pthread_sigmask returns error numbers... yes #5 151.6 checking whether pthread_sigmask unblocks signals correctly... guessing yes #5 154.0 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #5 154.5 checking whether readlink signature is correct... yes #5 154.7 checking whether readlink handles trailing slash correctly... yes #5 155.0 checking whether readlink truncates results correctly... yes #5 155.3 checking for readlinkat... (cached) yes #5 155.3 checking whether readlinkat signature is correct... yes #5 155.4 checking for working re_compile_pattern... yes #5 156.0 checking for sig2str... no #5 156.3 checking for sigdescr_np... yes #5 156.7 checking for socklen_t... yes #5 157.0 checking for ssize_t... yes #5 157.2 checking for struct stat.st_atim.tv_nsec... yes #5 157.4 checking whether struct stat.st_atim is of type struct timespec... yes #5 157.5 checking for struct stat.st_birthtimespec.tv_nsec... no #5 157.8 checking for struct stat.st_birthtimensec... no #5 158.0 checking for struct stat.st_birthtim.tv_nsec... no #5 158.3 checking for bool, true, false... no #5 158.4 checking for stpcpy... yes #5 158.6 checking for working strnlen... yes #5 159.0 checking whether strtoimax works... yes #5 159.3 checking whether symlink handles trailing slash correctly... yes #5 159.6 checking whether localtime_r is declared... yes #5 159.8 checking whether localtime_r is compatible with its POSIX signature... yes #5 159.9 checking whether localtime works even near extrema... yes #5 160.1 checking for timezone_t... no #5 160.3 checking for timegm... yes #5 160.6 checking whether timer_settime is declared... yes #5 160.8 checking for library containing timer_settime... none required #5 161.0 checking for timer_settime... yes #5 161.3 checking for utimensat... yes #5 161.5 checking whether utimensat works... yes #5 162.9 checking for variable-length arrays... yes #5 163.2 checking whether getdtablesize works... yes #5 163.5 checking for timer_getoverrun... yes #5 163.7 checking for gcc option to disable position independent executables... not needed #5 163.7 checking for __ctype_get_mb_cur_max... yes #5 163.9 checking whether MB_CUR_MAX is defined to function that won't link... no #5 164.0 #5 164.0 Configured for 'x86_64-pc-linux-gnu'. #5 164.0 #5 164.0 Where should the build process find the source code? . #5 164.0 What compiler should emacs be built with? gcc -g3 -O2 #5 164.0 Should Emacs use the GNU version of malloc? no #5 164.0 (The GNU allocators don't work with this system configuration.) #5 164.0 Should Emacs use a relocating allocator for buffers? no #5 164.0 Should Emacs use mmap(2) for buffer allocation? no #5 164.0 What window system should Emacs use? none #5 164.0 What toolkit should Emacs use? none #5 164.0 Where do we find X Windows header files? NONE #5 164.0 Where do we find X Windows libraries? NONE #5 164.0 Does Emacs use -lXaw3d? no #5 164.0 Is Emacs being built for Android? no #5 164.0 Does Emacs use the X Double Buffer Extension? no #5 164.0 Does Emacs use -lXpm? no #5 164.0 Does Emacs use -ljpeg? no #5 164.0 Does Emacs use -ltiff? no #5 164.0 Does Emacs use a gif library? no #5 164.0 Does Emacs use a png library? no #5 164.0 Does Emacs use -lrsvg-2? no #5 164.0 Does Emacs use -lwebp? no #5 164.0 Does Emacs use -lsqlite3? no #5 164.0 Does Emacs use cairo? no #5 164.0 Does Emacs use -llcms2? no #5 164.0 Does Emacs use imagemagick? no #5 164.0 Does Emacs use native APIs for images? no #5 164.0 Does Emacs support sound? yes #5 164.0 Does Emacs use -lgpm? no #5 164.0 Does Emacs use -ldbus? yes #5 164.0 Does Emacs use -lgconf? no #5 164.0 Does Emacs use GSettings? no #5 164.0 Does Emacs use a file notification library? yes (inotify) #5 164.0 Does Emacs use access control lists? yes -lacl -lattr #5 164.0 Does Emacs use -lselinux? no #5 164.0 Does Emacs use -lgnutls? yes #5 164.0 Does Emacs use -lxml2? no #5 164.0 Does Emacs use -lfreetype? no #5 164.0 Does Emacs use HarfBuzz? no #5 164.0 Does Emacs use -lm17n-flt? no #5 164.0 Does Emacs use -lotf? no #5 164.0 Does Emacs use -lxft? no #5 164.0 Does Emacs use -lsystemd? no #5 164.0 Does Emacs use -ljansson? no #5 164.0 Does Emacs use -ltree-sitter? yes #5 164.0 Does Emacs use the GMP library? yes #5 164.0 Does Emacs directly use zlib? no #5 164.0 Does Emacs have dynamic modules support? yes #5 164.0 Does Emacs use toolkit scroll bars? no #5 164.0 Does Emacs support Xwidgets? no #5 164.0 Does Emacs have threading support in lisp? yes #5 164.0 Does Emacs support the portable dumper? yes #5 164.0 Does Emacs support legacy unexec dumping? no #5 164.0 Which dumping strategy does Emacs use? pdumper #5 164.0 Does Emacs have native lisp compiler? no #5 164.0 Does Emacs use version 2 of the X Input Extension? no #5 164.0 Does Emacs generate a smaller-size Japanese dictionary? no #5 164.0 #5 164.0 #5 164.7 configure: creating ./config.status #5 165.0 configure: WARNING: This configuration installs a 'movemail' program #5 165.0 that does not retrieve POP3 email. By default, Emacs 25 and earlier #5 165.0 installed a 'movemail' program that retrieved POP3 email via only #5 165.0 insecure channels, a practice that is no longer recommended but that #5 165.0 you can continue to support by using './configure --with-pop'. #5 165.0 configure: You might want to install GNU Mailutils #5 165.0 and use './configure --with-mailutils'. #5 165.8 MAKE='make' ./config.status #5 166.0 config.status: creating src/verbose.mk #5 166.1 config.status: creating src/emacs-module.h #5 166.2 config.status: creating Makefile #5 166.2 config.status: creating lib/gnulib.mk #5 166.4 config.status: creating ./doc/man/emacs.1 #5 166.5 config.status: creating lib/Makefile #5 166.5 config.status: creating lib-src/Makefile #5 166.6 config.status: creating oldXMenu/Makefile #5 166.7 config.status: creating src/Makefile #5 166.8 config.status: creating lwlib/Makefile #5 166.9 config.status: creating nextstep/Makefile #5 167.0 config.status: creating nt/Makefile #5 167.1 config.status: creating doc/emacs/Makefile #5 167.1 config.status: creating doc/misc/Makefile #5 167.2 config.status: creating doc/lispintro/Makefile #5 167.3 config.status: creating doc/lispref/Makefile #5 167.3 config.status: creating lisp/Makefile #5 167.4 config.status: creating leim/Makefile #5 167.5 config.status: creating test/Makefile #5 167.6 config.status: creating test/manual/noverlay/Makefile #5 167.7 config.status: creating test/infra/Makefile #5 167.8 config.status: creating admin/charsets/Makefile #5 167.8 config.status: creating admin/unidata/Makefile #5 167.9 config.status: creating admin/grammars/Makefile #5 168.0 config.status: creating java/Makefile #5 168.1 config.status: creating cross/Makefile #5 168.2 config.status: creating java/AndroidManifest.xml #5 168.3 config.status: creating src/config.h #5 168.4 config.status: executing src/epaths.h commands #5 168.4 make[3]: Entering directory '/checkout' #5 168.5 make[3]: Leaving directory '/checkout' #5 168.5 config.status: executing src/.gdbinit commands #5 168.5 config.status: executing doc/emacs/emacsver.texi commands #5 168.6 config.status: executing etc-refcards-emacsver.tex commands #5 168.6 make[3]: Entering directory '/checkout' #5 168.7 make[3]: Leaving directory '/checkout' #5 168.7 make[2]: Leaving directory '/checkout' #5 168.7 make actual-all #5 168.7 make[2]: Entering directory '/checkout' #5 168.9 make -C lib all #5 169.0 make[3]: Entering directory '/checkout/lib' #5 169.0 GEN alloca.h #5 169.0 GEN dirent.h #5 169.0 GEN fcntl.h #5 169.1 GEN inttypes.h #5 169.2 GEN limits.h #5 169.2 GEN signal.h #5 169.2 GEN stdckdint.h #5 169.2 GEN stddef.h #5 169.3 GEN stdio.h #5 169.4 GEN stdlib.h #5 169.6 GEN string.h #5 169.8 GEN sys/random.h #5 169.8 GEN sys/select.h #5 169.8 GEN sys/stat.h #5 169.9 GEN sys/time.h #5 169.9 GEN sys/types.h #5 170.0 GEN time.h #5 170.0 GEN unistd.h #5 170.3 CC fingerprint.o #5 170.4 CC acl-errno-valid.o #5 170.6 CC acl-internal.o #5 170.8 CC get-permissions.o #5 171.0 CC set-permissions.o #5 171.4 CC allocator.o #5 171.6 CC binary-io.o #5 171.8 CC boot-time.o #5 172.2 CC c-ctype.o #5 172.4 CC c-strcasecmp.o #5 172.6 CC c-strncasecmp.o #5 172.8 CC careadlinkat.o #5 173.2 CC close-stream.o #5 173.4 CC copy-file-range.o #5 173.6 CC count-leading-zeros.o #5 173.8 CC count-one-bits.o #5 174.0 CC count-trailing-zeros.o #5 174.2 CC md5-stream.o #5 174.4 CC md5.o #5 175.2 CC sha1.o #5 176.5 CC sha256.o #5 179.0 CC sha512.o #5 182.4 CC dtoastr.o #5 182.6 CC dtotimespec.o #5 182.8 CC fcntl.o #5 183.1 CC file-has-acl.o #5 183.8 CC filemode.o #5 184.0 CC filevercmp.o #5 184.5 CC fsusage.o #5 184.8 CC gettime.o #5 185.0 CC memset_explicit.o #5 185.1 CC nanosleep.o #5 185.5 CC nproc.o #5 185.9 CC nstrftime.o #5 187.7 CC pipe2.o #5 187.9 CC qcopy-acl.o #5 188.2 CC sig2str.o #5 188.6 CC stat-time.o #5 188.8 CC tempname.o #5 189.2 CC time_rz.o #5 189.6 CC timespec.o #5 189.8 CC timespec-add.o #5 190.0 CC timespec-sub.o #5 190.1 CC u64.o #5 190.2 CC unistd.o #5 190.4 CC openat-die.o #5 190.6 CC save-cwd.o #5 190.7 AR libgnu.a #5 191.1 make[3]: Leaving directory '/checkout/lib' #5 191.1 make -C lib-src all #5 191.1 make[3]: Entering directory '/checkout/lib-src' #5 191.1 CCLD etags #5 201.0 CCLD ctags #5 210.2 CCLD emacsclient #5 212.1 CCLD ebrowse #5 216.4 CCLD hexl #5 217.2 CC pop.o #5 217.3 CCLD movemail #5 217.8 CCLD make-docfile #5 220.0 CCLD make-fingerprint #5 220.6 make[3]: Leaving directory '/checkout/lib-src' #5 220.6 make -C src BIN_DESTDIR=''/usr/local/bin/'' \ #5 220.6 ELN_DESTDIR='/usr/local/lib/emacs/30.0.50/' all #5 220.9 make[3]: Entering directory '/checkout/src' #5 220.9 GEN globals.h #5 221.3 CC dispnew.o #5 230.2 CC frame.o #5 236.6 CC scroll.o #5 238.4 CC xdisp.o #5 287.3 CC menu.o #5 290.0 CC window.o #5 306.3 CC charset.o #5 312.8 CC coding.o #5 343.7 CC category.o #5 345.2 CC ccl.o #5 350.9 CC character.o #5 354.3 CC chartab.o #5 359.6 CC bidi.o #5 364.1 CC cm.o #5 365.2 CC term.o #5 372.2 CC terminal.o #5 373.8 CC xfaces.o #5 384.9 CC dbusbind.o #5 391.9 CC emacs.o #5 395.3 CC keyboard.o #5 417.8 CC macros.o #5 418.9 CC keymap.o #5 426.6 CC sysdep.o #5 432.0 CC bignum.o #5 433.4 CC buffer.o #5 441.1 CC filelock.o #5 442.6 CC insdel.o #5 446.1 CC marker.o #5 448.1 CC minibuf.o #5 453.1 CC fileio.o #5 462.2 CC dired.o #5 464.3 CC cmds.o #5 466.1 CC casetab.o #5 467.2 CC casefiddle.o #5 469.3 CC indent.o #5 474.9 CC search.o #5 482.2 CC regex-emacs.o #5 497.2 CC undo.o #5 498.7 CC alloc.o #5 507.8 CC pdumper.o #5 515.2 CC data.o #5 524.7 GEN buildobj.h #5 525.2 CC doc.o #5 527.0 CC editfns.o #5 537.4 CC callint.o #5 539.7 CC eval.o #5 548.8 CC floatfns.o #5 550.9 CC fns.o #5 566.3 CC sort.o #5 568.1 CC font.o #5 579.9 CC print.o #5 586.2 CC lread.o #5 596.8 CC emacs-module.o #5 601.9 CC syntax.o #5 615.7 CC bytecode.o #5 621.7 CC comp.o #5 622.3 CC dynlib.o #5 622.4 CC process.o #5 637.0 CC gnutls.o #5 641.6 CC callproc.o #5 644.5 CC region-cache.o #5 645.7 CC sound.o #5 646.9 CC timefns.o #5 650.2 CC atimer.o #5 651.2 CC doprnt.o #5 652.5 CC intervals.o #5 657.8 CC textprop.o #5 663.0 CC composite.o #5 669.0 CC xml.o #5 669.6 CC lcms.o #5 669.6 CC inotify.o #5 671.5 CC profiler.o #5 673.2 CC decompress.o #5 673.3 CC thread.o #5 675.1 CC systhread.o #5 675.7 CC sqlite.o #5 676.4 CC treesit.o #5 682.9 CC itree.o #5 684.9 CC terminfo.o #5 685.5 CC lastfile.o #5 686.1 make -C ../admin/charsets all #5 686.1 make[4]: Entering directory '/checkout/admin/charsets' #5 686.1 GEN ../../etc/charsets/8859-2.map #5 686.1 GEN ../../etc/charsets/8859-3.map #5 686.2 GEN ../../etc/charsets/8859-4.map #5 686.2 GEN ../../etc/charsets/8859-5.map #5 686.3 GEN ../../etc/charsets/8859-6.map #5 686.4 GEN ../../etc/charsets/8859-7.map #5 686.4 GEN ../../etc/charsets/8859-8.map #5 686.5 GEN ../../etc/charsets/8859-9.map #5 686.5 GEN ../../etc/charsets/8859-10.map #5 686.6 GEN ../../etc/charsets/8859-11.map #5 686.6 GEN ../../etc/charsets/8859-13.map #5 686.7 GEN ../../etc/charsets/8859-14.map #5 686.8 GEN ../../etc/charsets/8859-15.map #5 686.8 GEN ../../etc/charsets/8859-16.map #5 686.9 GEN ../../etc/charsets/IBM037.map #5 686.9 GEN ../../etc/charsets/IBM038.map #5 687.0 GEN ../../etc/charsets/IBM256.map #5 687.1 GEN ../../etc/charsets/IBM273.map #5 687.1 GEN ../../etc/charsets/IBM274.map #5 687.2 GEN ../../etc/charsets/IBM275.map #5 687.2 GEN ../../etc/charsets/IBM277.map #5 687.3 GEN ../../etc/charsets/IBM278.map #5 687.3 GEN ../../etc/charsets/IBM280.map #5 687.4 GEN ../../etc/charsets/IBM281.map #5 687.5 GEN ../../etc/charsets/IBM284.map #5 687.6 GEN ../../etc/charsets/IBM285.map #5 687.6 GEN ../../etc/charsets/IBM290.map #5 687.7 GEN ../../etc/charsets/IBM297.map #5 687.7 GEN ../../etc/charsets/IBM420.map #5 687.8 GEN ../../etc/charsets/IBM423.map #5 687.8 GEN ../../etc/charsets/IBM424.map #5 687.9 GEN ../../etc/charsets/IBM437.map #5 688.0 GEN ../../etc/charsets/IBM500.map #5 688.1 GEN ../../etc/charsets/IBM850.map #5 688.1 GEN ../../etc/charsets/IBM851.map #5 688.2 GEN ../../etc/charsets/IBM852.map #5 688.2 GEN ../../etc/charsets/IBM855.map #5 688.3 GEN ../../etc/charsets/IBM856.map #5 688.4 GEN ../../etc/charsets/IBM857.map #5 688.4 GEN ../../etc/charsets/IBM860.map #5 688.5 GEN ../../etc/charsets/IBM861.map #5 688.6 GEN ../../etc/charsets/IBM862.map #5 688.7 GEN ../../etc/charsets/IBM863.map #5 688.9 GEN ../../etc/charsets/IBM864.map #5 688.9 GEN ../../etc/charsets/IBM865.map #5 689.0 GEN ../../etc/charsets/IBM866.map #5 689.0 GEN ../../etc/charsets/IBM868.map #5 689.1 GEN ../../etc/charsets/IBM869.map #5 689.2 GEN ../../etc/charsets/IBM870.map #5 689.3 GEN ../../etc/charsets/IBM871.map #5 689.4 GEN ../../etc/charsets/IBM874.map #5 689.5 GEN ../../etc/charsets/IBM875.map #5 689.5 GEN ../../etc/charsets/IBM880.map #5 689.6 GEN ../../etc/charsets/IBM891.map #5 689.6 GEN ../../etc/charsets/IBM903.map #5 689.7 GEN ../../etc/charsets/IBM904.map #5 689.8 GEN ../../etc/charsets/IBM905.map #5 689.8 GEN ../../etc/charsets/IBM918.map #5 689.9 GEN ../../etc/charsets/IBM1004.map #5 689.9 GEN ../../etc/charsets/IBM1026.map #5 690.0 GEN ../../etc/charsets/IBM1047.map #5 690.1 GEN ../../etc/charsets/CP737.map #5 690.1 GEN ../../etc/charsets/CP775.map #5 690.2 GEN ../../etc/charsets/CP1125.map #5 690.3 GEN ../../etc/charsets/CP1250.map #5 690.3 GEN ../../etc/charsets/CP1251.map #5 690.4 GEN ../../etc/charsets/CP1252.map #5 690.4 GEN ../../etc/charsets/CP1253.map #5 690.5 GEN ../../etc/charsets/CP1254.map #5 690.6 GEN ../../etc/charsets/CP1255.map #5 690.6 GEN ../../etc/charsets/CP1256.map #5 690.7 GEN ../../etc/charsets/CP1257.map #5 690.8 GEN ../../etc/charsets/CP1258.map #5 691.1 GEN ../../etc/charsets/CP10007.map #5 691.1 GEN ../../etc/charsets/CP720.map #5 691.1 GEN ../../etc/charsets/CP858.map #5 691.2 GEN ../../etc/charsets/GB2312.map #5 691.5 GEN ../../etc/charsets/GBK.map #5 692.2 GEN ../../etc/charsets/GB180302.map #5 693.2 GEN ../../etc/charsets/GB180304.map #5 693.5 GEN ../../etc/charsets/BIG5.map #5 693.8 GEN ../../etc/charsets/BIG5-HKSCS.map #5 694.4 GEN ../../etc/charsets/CNS-1.map #5 694.8 GEN ../../etc/charsets/CNS-2.map #5 695.1 GEN ../../etc/charsets/CNS-3.map #5 695.4 GEN ../../etc/charsets/CNS-4.map #5 696.0 GEN ../../etc/charsets/CNS-5.map #5 696.5 GEN ../../etc/charsets/CNS-6.map #5 696.9 GEN ../../etc/charsets/CNS-7.map #5 697.3 GEN ../../etc/charsets/CNS-F.map #5 698.0 GEN ../../etc/charsets/JISX0201.map #5 698.0 GEN ../../etc/charsets/JISX0208.map #5 698.5 GEN ../../etc/charsets/JISX0212.map #5 699.0 GEN ../../etc/charsets/JISX2131.map #5 699.4 GEN ../../etc/charsets/JISX2132.map #5 699.6 GEN ../../etc/charsets/JISC6226.map #5 699.9 GEN ../../etc/charsets/CP932-2BYTE.map #5 700.3 GEN ../../etc/charsets/JISX213A.map #5 700.3 GEN ../../etc/charsets/KSC5601.map #5 700.7 GEN ../../etc/charsets/KSC5636.map #5 700.8 GEN ../../etc/charsets/JOHAB.map #5 701.5 GEN ../../etc/charsets/KOI-8.map #5 701.6 GEN ../../etc/charsets/KOI8-R.map #5 701.7 GEN ../../etc/charsets/KOI8-U.map #5 701.8 GEN ../../etc/charsets/KOI8-T.map #5 701.8 GEN ../../etc/charsets/ALTERNATIVNYJ.map #5 701.9 GEN ../../etc/charsets/MIK.map #5 701.9 GEN ../../etc/charsets/PTCP154.map #5 702.0 GEN ../../etc/charsets/TIS-620.map #5 702.1 GEN ../../etc/charsets/VISCII.map #5 702.2 GEN ../../etc/charsets/VSCII.map #5 702.3 GEN ../../etc/charsets/VSCII-2.map #5 702.4 GEN ../../etc/charsets/KA-PS.map #5 702.4 GEN ../../etc/charsets/KA-ACADEMY.map #5 702.5 GEN ../../etc/charsets/HP-ROMAN8.map #5 702.5 GEN ../../etc/charsets/NEXTSTEP.map #5 702.6 GEN ../../etc/charsets/MACINTOSH.map #5 702.7 GEN ../../etc/charsets/EBCDICUK.map #5 702.7 GEN ../../etc/charsets/EBCDICUS.map #5 702.8 GEN ../../etc/charsets/stdenc.map #5 702.8 GEN ../../etc/charsets/symbol.map #5 702.9 GEN ../../etc/charsets/CP949-2BYTE.map #5 703.7 GEN ../../etc/charsets/BIG5-1.map #5 703.8 GEN ../../etc/charsets/BIG5-2.map #5 703.9 GEN ../../etc/charsets/MULE-ethiopic.map #5 703.9 GEN ../../etc/charsets/MULE-ipa.map #5 703.9 GEN ../../etc/charsets/MULE-is13194.map #5 703.9 GEN ../../etc/charsets/MULE-sisheng.map #5 703.9 GEN ../../etc/charsets/MULE-tibetan.map #5 703.9 GEN ../../etc/charsets/MULE-lviscii.map #5 704.0 GEN ../../etc/charsets/MULE-uviscii.map #5 704.0 GEN ../../lisp/international/cp51932.el #5 704.0 GEN ../../lisp/international/eucjp-ms.el #5 704.1 GEN charsets.stamp #5 704.1 make[4]: Leaving directory '/checkout/admin/charsets' #5 704.1 make -C ../admin/unidata charscript.el #5 704.1 make[4]: Entering directory '/checkout/admin/unidata' #5 704.1 GEN ../../lisp/international/charscript.el #5 704.2 make[4]: Leaving directory '/checkout/admin/unidata' #5 704.2 make -C ../admin/unidata emoji-zwj.el #5 704.2 make[4]: Entering directory '/checkout/admin/unidata' #5 704.2 GEN ../../lisp/international/emoji-zwj.el #5 704.3 make[4]: Leaving directory '/checkout/admin/unidata' #5 704.3 CCLD temacs #5 708.0 /usr/bin/mkdir -p ../etc #5 708.0 GEN ../etc/DOC #5 708.4 make -C ../lisp update-subdirs #5 708.5 make[4]: Entering directory '/checkout/lisp' #5 708.7 make[4]: Leaving directory '/checkout/lisp' #5 708.7 cp -f temacs bootstrap-emacs #5 708.8 rm -f bootstrap-emacs.pdmp #5 708.8 ./temacs --batch -l loadup --temacs=pbootstrap \ #5 708.8 --bin-dest /usr/local/bin/ --eln-dest /usr/local/lib/emacs/30.0.50/ #5 709.3 Loading loadup.el (source)... #5 709.3 Dump mode: pbootstrap #5 709.3 Using load-path (/checkout/lisp /checkout/lisp/emacs-lisp /checkout/lisp/progmodes /checkout/lisp/language /checkout/lisp/international /checkout/lisp/textmodes /checkout/lisp/vc) #5 709.3 Loading emacs-lisp/debug-early (source)... #5 709.3 Loading emacs-lisp/byte-run (source)... #5 709.3 Loading emacs-lisp/backquote (source)... #5 709.3 Loading subr (source)... #5 709.4 Loading keymap (source)... #5 709.4 Loading version (source)... #5 709.4 Loading widget (source)... #5 709.4 Loading custom (source)... #5 709.5 Loading emacs-lisp/map-ynp (source)... #5 709.5 Loading international/mule (source)... #5 709.5 Loading international/mule-conf (source)... #5 709.8 Loading env (source)... #5 709.8 Loading format (source)... #5 709.8 Loading bindings (source)... #5 710.0 Loading window (source)... #5 710.1 Loading /checkout/lisp/files.el (source)... #5 713.5 Loading /checkout/lisp/emacs-lisp/macroexp.el (source)... #5 715.0 Loading /checkout/lisp/emacs-lisp/pcase.el (source)... #5 715.0 Loading /checkout/lisp/emacs-lisp/macroexp.el (source)... #5 715.8 Loading /checkout/lisp/cus-face.el (source)... #5 715.8 Loading /checkout/lisp/faces.el (source)... #5 716.2 Loading /checkout/lisp/ldefs-boot.el (source)... #5 720.0 Loading /checkout/lisp/button.el (source)... #5 720.2 Loading /checkout/lisp/emacs-lisp/cl-preloaded.el (source)... #5 723.9 Loading /checkout/lisp/emacs-lisp/oclosure.el (source)... #5 724.3 Loading /checkout/lisp/obarray.el (source)... #5 724.3 Loading /checkout/lisp/abbrev.el (source)... #5 724.7 Loading /checkout/lisp/help.el (source)... #5 725.7 Loading /checkout/lisp/jka-cmpr-hook.el (source)... #5 726.0 Loading /checkout/lisp/epa-hook.el (source)... #5 726.1 Loading /checkout/lisp/international/mule-cmds.el (source)... #5 726.7 Loading /checkout/lisp/case-table.el (source)... #5 726.8 Loading /checkout/lisp/international/characters.el (source)... #5 727.2 Loading /checkout/lisp/international/charscript.el (source)... #5 727.2 Loading /checkout/lisp/international/emoji-zwj.el (source)... #5 727.5 Loading /checkout/lisp/composite.el (source)... #5 727.7 Loading /checkout/lisp/language/chinese.el (source)... #5 727.8 Loading /checkout/lisp/language/cyrillic.el (source)... #5 727.8 Loading /checkout/lisp/language/indian.el (source)... #5 727.9 Loading /checkout/lisp/language/sinhala.el (source)... #5 728.0 Loading /checkout/lisp/language/english.el (source)... #5 728.1 Loading /checkout/lisp/language/ethiopic.el (source)... #5 728.3 Loading /checkout/lisp/language/european.el (source)... #5 728.5 Loading /checkout/lisp/language/czech.el (source)... #5 728.6 Loading /checkout/lisp/language/slovak.el (source)... #5 728.7 Loading /checkout/lisp/language/romanian.el (source)... #5 728.8 Loading /checkout/lisp/language/greek.el (source)... #5 728.9 Loading /checkout/lisp/language/hebrew.el (source)... #5 729.0 Loading /checkout/lisp/international/cp51932.el (source)... #5 729.1 Loading /checkout/lisp/international/eucjp-ms.el (source)... #5 729.8 Loading /checkout/lisp/language/japanese.el (source)... #5 729.9 Loading /checkout/lisp/language/korean.el (source)... #5 730.0 Loading /checkout/lisp/language/lao.el (source)... #5 730.1 Loading /checkout/lisp/language/tai-viet.el (source)... #5 730.1 Loading /checkout/lisp/language/thai.el (source)... #5 730.2 Loading /checkout/lisp/language/tibetan.el (source)... #5 730.3 Loading /checkout/lisp/language/vietnamese.el (source)... #5 730.4 Loading /checkout/lisp/language/misc-lang.el (source)... #5 730.4 Loading /checkout/lisp/language/utf-8-lang.el (source)... #5 730.5 Loading /checkout/lisp/language/georgian.el (source)... #5 730.5 Loading /checkout/lisp/language/khmer.el (source)... #5 730.6 Loading /checkout/lisp/language/burmese.el (source)... #5 730.6 Loading /checkout/lisp/language/cham.el (source)... #5 730.7 Loading /checkout/lisp/language/philippine.el (source)... #5 730.8 Loading /checkout/lisp/language/indonesian.el (source)... #5 730.8 Loading /checkout/lisp/indent.el (source)... #5 731.0 Loading /checkout/lisp/emacs-lisp/cl-generic.el (source)... #5 732.2 Loading /checkout/lisp/simple.el (source)... #5 735.0 Loading /checkout/lisp/emacs-lisp/seq.el (source)... #5 735.8 Loading /checkout/lisp/emacs-lisp/nadvice.el (source)... #5 736.1 Loading /checkout/lisp/minibuffer.el (source)... #5 738.0 Loading /checkout/lisp/frame.el (source)... #5 738.6 Loading /checkout/lisp/startup.el (source)... #5 739.3 Loading /checkout/lisp/term/tty-colors.el (source)... #5 739.4 Loading /checkout/lisp/font-core.el (source)... #5 739.5 Loading /checkout/lisp/emacs-lisp/syntax.el (source)... #5 739.7 Loading /checkout/lisp/font-lock.el (source)... #5 740.3 Loading /checkout/lisp/jit-lock.el (source)... #5 740.6 Loading /checkout/lisp/mouse.el (source)... #5 741.6 Loading /checkout/lisp/select.el (source)... #5 741.9 Loading /checkout/lisp/emacs-lisp/timer.el (source)... #5 742.1 Loading /checkout/lisp/emacs-lisp/easymenu.el (source)... #5 742.3 Loading /checkout/lisp/isearch.el (source)... #5 743.6 Loading /checkout/lisp/rfn-eshadow.el (source)... #5 743.7 Loading /checkout/lisp/menu-bar.el (source)... #5 745.4 Loading /checkout/lisp/tab-bar.el (source)... #5 746.7 Loading /checkout/lisp/emacs-lisp/lisp.el (source)... #5 746.9 Loading /checkout/lisp/textmodes/page.el (source)... #5 747.0 Loading /checkout/lisp/register.el (source)... #5 747.8 Loading /checkout/lisp/textmodes/paragraphs.el (source)... #5 748.0 Loading /checkout/lisp/progmodes/prog-mode.el (source)... #5 749.9 Loading /checkout/lisp/emacs-lisp/lisp-mode.el (source)... #5 750.5 Loading /checkout/lisp/textmodes/text-mode.el (source)... #5 750.6 Loading /checkout/lisp/textmodes/fill.el (source)... #5 750.9 Loading /checkout/lisp/newcomment.el (source)... #5 751.1 Loading /checkout/lisp/replace.el (source)... #5 751.7 Loading /checkout/lisp/emacs-lisp/tabulated-list.el (source)... #5 752.0 Loading /checkout/lisp/buff-menu.el (source)... #5 752.5 Loading /checkout/lisp/progmodes/elisp-mode.el (source)... #5 759.1 Loading /checkout/lisp/emacs-lisp/float-sup.el (source)... #5 759.2 Loading /checkout/lisp/vc/vc-hooks.el (source)... #5 759.6 Loading /checkout/lisp/vc/ediff-hook.el (source)... #5 759.7 Loading /checkout/lisp/uniquify.el (source)... #5 759.9 Loading /checkout/lisp/electric.el (source)... #5 760.2 Loading /checkout/lisp/paren.el (source)... #5 760.3 Loading /checkout/lisp/emacs-lisp/shorthands.el (source)... #5 760.4 Loading /checkout/lisp/emacs-lisp/eldoc.el (source)... #5 761.1 Loading /checkout/lisp/emacs-lisp/cconv.el (source)... #5 764.7 Loading /checkout/lisp/cus-start.el (source)... #5 765.0 Loading /checkout/lisp/tooltip.el (source)... #5 765.1 Loading /checkout/lisp/international/iso-transl.el (source)... #5 765.3 Loading /checkout/lisp/emacs-lisp/rmc.el (source)... #5 765.6 Finding pointers to doc strings... #5 765.6 Ignoring DOC string on non-subr: define-fringe-bitmap #5 765.6 Finding pointers to doc strings...done #5 765.9 Dumping under the name bootstrap-emacs.pdmp #5 766.0 Dumping fingerprint: e318a21cd9a5e530579e552fe32eaaf82e64c523885b2439801f98655ceca474 #5 773.3 Dump complete #5 773.3 Byte counts: header=100 hot=15836292 discardable=140920 cold=11097792 #5 773.3 Reloc counts: hot=1101838 discardable=5051 #5 773.4 ANCIENT=yes make -C ../lisp compile-first EMACS="../src/bootstrap-emacs" #5 773.4 make[4]: Entering directory '/checkout/lisp' #5 773.4 ELC emacs-lisp/macroexp.elc #5 781.5 ELC emacs-lisp/cconv.elc #5 791.1 ELC emacs-lisp/byte-opt.elc #5 801.4 ELC emacs-lisp/bytecomp.elc #5 810.8 ELC emacs-lisp/loaddefs-gen.elc #5 813.1 ELC emacs-lisp/radix-tree.elc #5 814.4 make[4]: Leaving directory '/checkout/lisp' #5 814.4 make -C ../lisp compile-first EMACS="../src/bootstrap-emacs" #5 814.4 make[4]: Entering directory '/checkout/lisp' #5 814.5 make[4]: Nothing to be done for 'compile-first'. #5 814.5 make[4]: Leaving directory '/checkout/lisp' #5 814.5 make -C ../lisp autoloads EMACS="../src/bootstrap-emacs" #5 814.5 make[4]: Entering directory '/checkout/lisp' #5 814.5 ELC international/titdic-cnv.elc #5 816.8 make -C ../leim all EMACS="../src/bootstrap-emacs" #5 816.9 make[5]: Entering directory '/checkout/leim' #5 816.9 GEN ../lisp/leim/quail/CCDOSPY.el #5 818.5 GEN ../lisp/leim/quail/Punct.el #5 820.0 GEN ../lisp/leim/quail/QJ.el #5 821.5 GEN ../lisp/leim/quail/SW.el #5 823.0 GEN ../lisp/leim/quail/TONEPY.el #5 824.5 GEN ../lisp/leim/quail/4Corner.el #5 826.2 GEN ../lisp/leim/quail/ARRAY30.el #5 828.1 GEN ../lisp/leim/quail/ECDICT.el #5 829.7 GEN ../lisp/leim/quail/ETZY.el #5 831.0 GEN ../lisp/leim/quail/Punct-b5.el #5 832.5 GEN ../lisp/leim/quail/PY-b5.el #5 834.0 GEN ../lisp/leim/quail/QJ-b5.el #5 835.2 GEN ../lisp/leim/quail/ZOZY.el #5 836.8 GEN ../lisp/leim/quail/tsang-b5.el #5 838.8 GEN ../lisp/leim/quail/tsang-cns.el #5 840.9 GEN ../lisp/leim/quail/PY.el #5 842.3 GEN ../lisp/leim/quail/ZIRANMA.el #5 844.4 GEN ../lisp/leim/quail/CTLau.el #5 845.8 GEN ../lisp/leim/quail/CTLau-b5.el #5 847.3 GEN ../lisp/language/pinyin.el #5 848.5 GEN ../lisp/leim/leim-list.el #5 856.0 make[5]: Leaving directory '/checkout/leim' #5 856.0 make -C ../admin/grammars all EMACS="../../src/bootstrap-emacs" #5 856.0 make[5]: Entering directory '/checkout/admin/grammars' #5 856.1 GEN ../../lisp/cedet/semantic/bovine/c-by.el #5 861.7 Loading /checkout/lisp/cedet/semantic/grm-wy-boot.el (source)... #5 869.8 GEN ../../lisp/cedet/semantic/bovine/make-by.el #5 875.1 Loading /checkout/lisp/cedet/semantic/grm-wy-boot.el (source)... #5 882.4 GEN ../../lisp/cedet/semantic/bovine/scm-by.el #5 887.8 Loading /checkout/lisp/cedet/semantic/grm-wy-boot.el (source)... #5 895.2 GEN ../../lisp/cedet/semantic/grammar-wy.el #5 900.7 Loading /checkout/lisp/cedet/semantic/grm-wy-boot.el (source)... #5 908.0 GEN ../../lisp/cedet/semantic/wisent/javat-wy.el #5 920.6 GEN ../../lisp/cedet/semantic/wisent/js-wy.el #5 933.3 GEN ../../lisp/cedet/semantic/wisent/python-wy.el #5 947.1 GEN ../../lisp/cedet/srecode/srt-wy.el #5 960.5 make[5]: Leaving directory '/checkout/admin/grammars' #5 960.5 GEN autoloads #5 961.2 INFO Scraping files for loaddefs... #5 963.3 INFO Scraping files for loaddefs...10% #5 965.2 INFO Scraping files for loaddefs...20% #5 966.3 INFO Scraping files for loaddefs...30% #5 967.6 INFO Scraping files for loaddefs...40% #5 968.6 INFO Scraping files for loaddefs...50% #5 969.7 INFO Scraping files for loaddefs...60% #5 971.0 INFO Scraping files for loaddefs...70% #5 972.3 INFO Scraping files for loaddefs...80% #5 974.9 INFO Scraping files for loaddefs...90% #5 976.4 INFO Scraping files for loaddefs...100% #5 976.5 INFO Scraping files for loaddefs...done #5 976.6 GEN textmodes/reftex-loaddefs.el #5 976.6 GEN textmodes/texinfo-loaddefs.el #5 976.8 GEN org/org-loaddefs.el #5 976.8 GEN net/tramp-loaddefs.el #5 976.9 GEN mh-e/mh-loaddefs.el #5 976.9 GEN eshell/esh-groups.el #5 976.9 GEN erc/erc-loaddefs.el #5 977.0 GEN emacs-lisp/cl-loaddefs.el #5 977.0 GEN cedet/srecode/loaddefs.el #5 977.0 GEN cedet/semantic/loaddefs.el #5 977.1 GEN cedet/ede/loaddefs.el #5 977.4 GEN calendar/diary-loaddefs.el #5 977.4 GEN calendar/holiday-loaddefs.el #5 977.5 GEN calendar/cal-loaddefs.el #5 977.5 GEN calc/calc-loaddefs.el #5 977.5 GEN ps-print-loaddefs.el #5 977.5 GEN ibuffer-loaddefs.el #5 977.5 GEN dired-loaddefs.el #5 979.8 GEN loaddefs.el #5 979.8 INFO Scraping files for loaddefs... #5 980.0 INFO Scraping files for loaddefs...done #5 980.0 GEN ../../lisp/theme-loaddefs.el #5 980.1 make[4]: Leaving directory '/checkout/lisp' #5 980.1 ELC ../lisp/abbrev.elc #5 981.8 ELC ../lisp/bindings.elc #5 984.0 ELC ../lisp/buff-menu.elc #5 985.4 ELC ../lisp/button.elc #5 986.6 ELC ../lisp/case-table.elc #5 987.6 ELC ../lisp/composite.elc #5 989.5 ELC ../lisp/cus-face.elc #5 990.5 ELC ../lisp/cus-start.elc #5 991.6 ELC ../lisp/custom.elc #5 993.5 ELC ../lisp/disp-table.elc #5 994.6 ELC ../lisp/dnd.elc #5 996.0 ELC ../lisp/dos-fns.elc #5 997.1 ELC ../lisp/dos-vars.elc #5 998.0 ELC ../lisp/dos-w32.elc #5 999.1 ELC ../lisp/dynamic-setting.elc #5 999.9 #5 999.9 In end of data: #5 999.9 dynamic-setting.el:59:12: Warning: the function `reconsider-frame-fonts' is not known to be defined. #5 1000. ELC ../lisp/electric.elc #5 1002. ELC ../lisp/emacs-lisp/backquote.elc #5 1002. ELC ../lisp/emacs-lisp/byte-run.elc #5 1004. ELC ../lisp/emacs-lisp/cl-generic.elc #5 1007. ELC ../lisp/emacs-lisp/cl-preloaded.elc #5 1010. ELC ../lisp/emacs-lisp/debug-early.elc #5 1011. ELC ../lisp/emacs-lisp/easymenu.elc #5 1012. ELC ../lisp/emacs-lisp/eldoc.elc #5 1014. ELC ../lisp/emacs-lisp/float-sup.elc #5 1014. ELC ../lisp/emacs-lisp/lisp-mode.elc #5 1017. ELC ../lisp/emacs-lisp/lisp.elc #5 1018. ELC ../lisp/emacs-lisp/map-ynp.elc #5 1020. ELC ../lisp/emacs-lisp/nadvice.elc #5 1021. ELC ../lisp/emacs-lisp/oclosure.elc #5 1024. ELC ../lisp/emacs-lisp/regexp-opt.elc #5 1025. ELC ../lisp/emacs-lisp/rmc.elc #5 1026. ELC ../lisp/emacs-lisp/seq.elc #5 1028. ELC ../lisp/emacs-lisp/shorthands.elc #5 1029. ELC ../lisp/emacs-lisp/syntax.elc #5 1030. ELC ../lisp/emacs-lisp/tabulated-list.elc #5 1032. ELC ../lisp/emacs-lisp/timer.elc #5 1033. ELC ../lisp/env.elc #5 1034. ELC ../lisp/epa-hook.elc #5 1035. ELC ../lisp/faces.elc #5 1037. ELC ../lisp/files.elc #5 1041. ELC ../lisp/font-core.elc #5 1042. ELC ../lisp/font-lock.elc #5 1044. ELC ../lisp/format.elc #5 1045. ELC ../lisp/frame.elc #5 1048. ELC ../lisp/fringe.elc #5 1049. ELC ../lisp/help.elc #5 1052. ELC ../lisp/image.elc #5 1053. ELC ../lisp/indent.elc #5 1055. ELC ../lisp/international/charscript.elc #5 1055. ELC ../lisp/international/emoji-zwj.elc #5 1057. ELC ../lisp/international/characters.elc #5 1059. make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs" #5 1059. make[4]: Entering directory '/checkout/admin/unidata' #5 1059. ELC uvs.elc #5 1060. ELC unidata-gen.elc #5 1062. GEN unidata.txt #5 1063. GEN ../../lisp/international/uni-bidi.el #5 1064. GEN ../../lisp/international/uni-brackets.el #5 1065. GEN ../../lisp/international/uni-category.el #5 1066. GEN ../../lisp/international/uni-combining.el #5 1067. GEN ../../lisp/international/uni-comment.el #5 1068. GEN ../../lisp/international/uni-decimal.el #5 1069. GEN ../../lisp/international/uni-decomposition.el #5 1069. GEN ../../lisp/international/uni-digit.el #5 1070. GEN ../../lisp/international/uni-lowercase.el #5 1071. GEN ../../lisp/international/uni-mirrored.el #5 1072. GEN ../../lisp/international/uni-name.el #5 1077. GEN ../../lisp/international/uni-numeric.el #5 1078. GEN ../../lisp/international/uni-old-name.el #5 1079. GEN ../../lisp/international/uni-special-lowercase.el #5 1080. GEN ../../lisp/international/uni-special-titlecase.el #5 1080. GEN ../../lisp/international/uni-special-uppercase.el #5 1081. GEN ../../lisp/international/uni-titlecase.el #5 1082. GEN ../../lisp/international/uni-uppercase.el #5 1083. GEN ../../lisp/international/charprop.el #5 1083. GEN ../../lisp/international/emoji-labels.el #5 1097. GEN ../../lisp/international/uni-scripts.el #5 1098. GEN ../../lisp/international/uni-confusable.el #5 1101. GEN ../../lisp/international/idna-mapping.el #5 1104. make[4]: Leaving directory '/checkout/admin/unidata' #5 1104. make -C ../admin/charsets cp51932.el #5 1104. make[4]: Entering directory '/checkout/admin/charsets' #5 1104. make[4]: Nothing to be done for 'cp51932.el'. #5 1104. make[4]: Leaving directory '/checkout/admin/charsets' #5 1104. ELC ../lisp/international/cp51932.elc #5 1105. make -C ../admin/charsets eucjp-ms.el #5 1105. make[4]: Entering directory '/checkout/admin/charsets' #5 1105. make[4]: Nothing to be done for 'eucjp-ms.el'. #5 1105. make[4]: Leaving directory '/checkout/admin/charsets' #5 1105. ELC ../lisp/international/eucjp-ms.elc #5 1106. ELC ../lisp/international/fontset.elc #5 1107. ELC ../lisp/international/iso-transl.elc #5 1108. ELC ../lisp/international/mule-cmds.elc #5 1110. ELC ../lisp/international/mule-conf.elc #5 1112. ELC ../lisp/international/mule-util.elc #5 1113. ELC ../lisp/international/mule.elc #5 1115. ELC ../lisp/international/ucs-normalize.elc #5 1123. ELC ../lisp/isearch.elc #5 1127. ELC ../lisp/jit-lock.elc #5 1129. ELC ../lisp/jka-cmpr-hook.elc #5 1130. ELC ../lisp/keymap.elc #5 1131. ELC ../lisp/language/burmese.elc #5 1132. ELC ../lisp/language/cham.elc #5 1133. ELC ../lisp/language/chinese.elc #5 1134. ELC ../lisp/language/cyrillic.elc #5 1135. ELC ../lisp/language/czech.elc #5 1135. ELC ../lisp/language/english.elc #5 1136. ELC ../lisp/language/ethiopic.elc #5 1137. ELC ../lisp/language/european.elc #5 1138. ELC ../lisp/language/georgian.elc #5 1139. ELC ../lisp/language/greek.elc #5 1140. ELC ../lisp/language/hebrew.elc #5 1141. ELC ../lisp/language/indian.elc #5 1142. ELC ../lisp/language/indonesian.elc #5 1143. ELC ../lisp/language/japanese.elc #5 1143. ELC ../lisp/language/khmer.elc #5 1144. ELC ../lisp/language/korean.elc #5 1145. ELC ../lisp/language/lao.elc #5 1146. ELC ../lisp/language/misc-lang.elc #5 1147. ELC ../lisp/language/philippine.elc #5 1148. ELC ../lisp/language/romanian.elc #5 1148. ELC ../lisp/language/sinhala.elc #5 1149. ELC ../lisp/language/slovak.elc #5 1150. ELC ../lisp/language/tai-viet.elc #5 1151. ELC ../lisp/language/thai.elc #5 1152. ELC ../lisp/language/tibetan.elc #5 1153. ELC ../lisp/language/utf-8-lang.elc #5 1153. ELC ../lisp/language/vietnamese.elc #5 1154. ELC ../lisp/loaddefs.elc #5 1160. ELC ../lisp/ls-lisp.elc #5 1162. ELC ../lisp/menu-bar.elc #5 1164. ELC ../lisp/minibuffer.elc #5 1169. ELC ../lisp/mouse.elc #5 1172. ELC ../lisp/mwheel.elc #5 1173. ELC ../lisp/newcomment.elc #5 1175. ELC ../lisp/obarray.elc #5 1176. ELC ../lisp/paren.elc #5 1177. ELC ../lisp/pgtk-dnd.elc #5 1178. ELC ../lisp/progmodes/elisp-mode.elc #5 1181. ELC ../lisp/progmodes/prog-mode.elc #5 1183. ELC ../lisp/register.elc #5 1185. ELC ../lisp/replace.elc #5 1188. ELC ../lisp/rfn-eshadow.elc #5 1189. ELC ../lisp/scroll-bar.elc #5 1190. ELC ../lisp/select.elc #5 1192. ELC ../lisp/simple.elc #5 1199. ELC ../lisp/startup.elc #5 1202. ELC ../lisp/subr.elc #5 1207. ELC ../lisp/tab-bar.elc #5 1210. ELC ../lisp/term/android-win.elc #5 1211. #5 1211. In end of data: #5 1211. term/android-win.el:64:4: Warning: the function `x-handle-args' is not known to be defined. #5 1211. ELC ../lisp/term/common-win.elc #5 1212. ELC ../lisp/term/haiku-win.elc #5 1214. ELC ../lisp/term/internal.elc #5 1214. ELC ../lisp/term/ns-win.elc #5 1217. ELC ../lisp/term/pc-win.elc #5 1218. ELC ../lisp/term/pgtk-win.elc #5 1219. ELC ../lisp/term/tty-colors.elc #5 1220. ELC ../lisp/term/w32-win.elc #5 1221. ELC ../lisp/term/x-win.elc #5 1223. ELC ../lisp/textmodes/fill.elc #5 1224. ELC ../lisp/textmodes/page.elc #5 1225. ELC ../lisp/textmodes/paragraphs.elc #5 1226. ELC ../lisp/textmodes/text-mode.elc #5 1227. ELC ../lisp/tool-bar.elc #5 1228. ELC ../lisp/tooltip.elc #5 1229. ELC ../lisp/touch-screen.elc #5 1231. ELC ../lisp/uniquify.elc #5 1233. ELC ../lisp/vc/ediff-hook.elc #5 1233. ELC ../lisp/vc/vc-hooks.elc #5 1235. ELC ../lisp/version.elc #5 1236. ELC ../lisp/w32-fns.elc #5 1237. ELC ../lisp/w32-vars.elc #5 1238. ELC ../lisp/widget.elc #5 1239. ELC ../lisp/window.elc #5 1245. ELC ../lisp/x-dnd.elc #5 1247. rm -f emacs && cp -f temacs emacs #5 1247. LC_ALL=C ./temacs -batch -l loadup --temacs=pdump \ #5 1247. --bin-dest /usr/local/bin/ --eln-dest /usr/local/lib/emacs/30.0.50/ #5 1247. Loading loadup.el (source)... #5 1247. Dump mode: pdump #5 1247. Using load-path (/checkout/lisp) #5 1247. Loading emacs-lisp/debug-early... #5 1247. Loading emacs-lisp/byte-run... #5 1247. Loading emacs-lisp/backquote... #5 1247. Loading subr... #5 1247. Loading keymap... #5 1247. Loading version... #5 1247. Loading widget... #5 1247. Loading custom... #5 1247. Loading emacs-lisp/map-ynp... #5 1247. Loading international/mule... #5 1247. Loading international/mule-conf... #5 1247. Loading env... #5 1247. Loading format... #5 1247. Loading bindings... #5 1247. Loading window... #5 1247. Loading files... #5 1248. Loading emacs-lisp/macroexp... #5 1248. Loading cus-face... #5 1248. Loading faces... #5 1248. Loading loaddefs... #5 1248. Loading theme-loaddefs.el (source)... #5 1248. Loading button... #5 1248. Loading emacs-lisp/cl-preloaded... #5 1248. Loading emacs-lisp/oclosure... #5 1248. Loading obarray... #5 1248. Loading abbrev... #5 1249. Loading help... #5 1249. Loading jka-cmpr-hook... #5 1249. Loading epa-hook... #5 1249. Loading international/mule-cmds... #5 1249. Loading case-table... #5 1249. Loading international/charprop.el (source)... #5 1249. Loading international/characters... #5 1249. Loading international/charscript... #5 1249. Loading international/emoji-zwj... #5 1249. Loading composite... #5 1249. Loading language/chinese... #5 1249. Loading language/cyrillic... #5 1249. Loading language/indian... #5 1249. Loading language/sinhala... #5 1249. Loading language/english... #5 1249. Loading language/ethiopic... #5 1250. Loading language/european... #5 1250. Loading language/czech... #5 1250. Loading language/slovak... #5 1250. Loading language/romanian... #5 1250. Loading language/greek... #5 1250. Loading language/hebrew... #5 1250. Loading international/cp51932... #5 1250. Loading international/eucjp-ms... #5 1250. Loading language/japanese... #5 1250. Loading language/korean... #5 1250. Loading language/lao... #5 1250. Loading language/tai-viet... #5 1250. Loading language/thai... #5 1250. Loading language/tibetan... #5 1250. Loading language/vietnamese... #5 1250. Loading language/misc-lang... #5 1250. Loading language/utf-8-lang... #5 1250. Loading language/georgian... #5 1250. Loading language/khmer... #5 1250. Loading language/burmese... #5 1251. Loading language/cham... #5 1251. Loading language/philippine... #5 1251. Loading language/indonesian... #5 1251. Loading indent... #5 1251. Loading emacs-lisp/cl-generic... #5 1251. Loading simple... #5 1251. Loading emacs-lisp/seq... #5 1251. Loading emacs-lisp/nadvice... #5 1251. Loading minibuffer... #5 1251. Loading frame... #5 1251. Loading startup... #5 1251. Loading term/tty-colors... #5 1252. Loading font-core... #5 1252. Loading emacs-lisp/syntax... #5 1252. Loading font-lock... #5 1252. Loading jit-lock... #5 1252. Loading mouse... #5 1252. Loading select... #5 1252. Loading emacs-lisp/timer... #5 1252. Loading emacs-lisp/easymenu... #5 1252. Loading isearch... #5 1252. Loading rfn-eshadow... #5 1252. Loading menu-bar... #5 1253. Loading tab-bar... #5 1253. Loading emacs-lisp/lisp... #5 1253. Loading textmodes/page... #5 1253. Loading register... #5 1253. Loading textmodes/paragraphs... #5 1253. Loading progmodes/prog-mode... #5 1253. Loading emacs-lisp/lisp-mode... #5 1253. Loading textmodes/text-mode... #5 1253. Loading textmodes/fill... #5 1253. Loading newcomment... #5 1253. Loading replace... #5 1253. Loading emacs-lisp/tabulated-list... #5 1253. Loading buff-menu... #5 1253. Loading progmodes/elisp-mode... #5 1254. Loading emacs-lisp/float-sup... #5 1254. Loading vc/vc-hooks... #5 1254. Loading vc/ediff-hook... #5 1254. Loading uniquify... #5 1254. Loading electric... #5 1254. Loading paren... #5 1254. Loading emacs-lisp/shorthands... #5 1254. Loading emacs-lisp/eldoc... #5 1254. Loading emacs-lisp/cconv... #5 1254. Loading cus-start... #5 1254. Loading tooltip... #5 1254. Loading international/iso-transl... #5 1254. Loading emacs-lisp/rmc... #5 1254. Loading leim/leim-list.el (source)... #5 1255. Waiting for git... #5 1255. Waiting for git... #5 1255. Finding pointers to doc strings... #5 1255. Ignoring DOC string on non-subr: define-fringe-bitmap #5 1255. Finding pointers to doc strings...done #5 1255. Pure-hashed: 16741 strings, 5114 vectors, 51377 conses, 5212 bytecodes, 330 others #5 1256. Dumping under the name emacs.pdmp #5 1256. Dumping fingerprint: e318a21cd9a5e530579e552fe32eaaf82e64c523885b2439801f98655ceca474 #5 1258. Dump complete #5 1258. Byte counts: header=100 hot=7894004 discardable=140920 cold=3551472 #5 1258. Reloc counts: hot=448812 discardable=5037 #5 1258. Adding name emacs-30.0.50.1 #5 1258. Adding name emacs-30.0.50.1.pdmp #5 1258. cp -f emacs.pdmp bootstrap-emacs.pdmp #5 1258. make[3]: Leaving directory '/checkout/src' #5 1258. make -C lisp all #5 1258. make[3]: Entering directory '/checkout/lisp' #5 1258. make -C ../leim all EMACS="../src/emacs" #5 1258. make[4]: Entering directory '/checkout/leim' #5 1258. make[4]: Nothing to be done for 'all'. #5 1258. make[4]: Leaving directory '/checkout/leim' #5 1258. make -C ../admin/grammars all EMACS="../../src/emacs" #5 1258. make[4]: Entering directory '/checkout/admin/grammars' #5 1258. make[4]: Nothing to be done for 'all'. #5 1258. make[4]: Leaving directory '/checkout/admin/grammars' #5 1258. make[4]: Entering directory '/checkout/lisp' #5 1259. ELC emacs-lisp/eieio.elc #5 1260. ELC emacs-lisp/eieio-base.elc #5 1261. ELC cedet/semantic/db.elc #5 1263. ELC international/ja-dic-cnv.elc #5 1264. ELC org/ox.elc #5 1272. ELC org/ox-texinfo.elc #5 1281. ELC org/org-macro.elc #5 1282. ELC org/org-element.elc #5 1292. ELC org/oc.elc #5 1293. ELC org/ol.elc #5 1295. ELC emacs-lisp/cl-lib.elc #5 1296. make[4]: Leaving directory '/checkout/lisp' #5 1296. GEN autoloads #5 1297. INFO Scraping files for loaddefs... #5 1297. INFO Scraping files for loaddefs...done #5 1297. INFO Scraping files for loaddefs... #5 1297. INFO Scraping files for loaddefs...done #5 1304. make[4]: Entering directory '/checkout/lisp' #5 1304. ELC align.elc #5 1305. ELC allout-widgets.elc #5 1306. ELC allout.elc #5 1307. ELC ansi-color.elc #5 1308. ELC ansi-osc.elc #5 1309. ELC apropos.elc #5 1310. ELC arc-mode.elc #5 1311. ELC array.elc #5 1312. ELC auth-source-pass.elc #5 1314. ELC auth-source.elc #5 1316. ELC autoinsert.elc #5 1316. ELC autorevert.elc #5 1317. ELC avoid.elc #5 1318. ELC battery.elc #5 1319. ELC bind-key.elc #5 1320. ELC bookmark.elc #5 1322. ELC bs.elc #5 1323. ELC calculator.elc #5 1324. ELC cdl.elc #5 1325. ELC char-fold.elc #5 1327. ELC chistory.elc #5 1328. ELC cmuscheme.elc #5 1329. ELC color.elc #5 1330. ELC comint.elc #5 1331. ELC completion-preview.elc #5 1332. ELC completion.elc #5 1333. ELC cus-dep.elc #5 1334. ELC cus-edit.elc #5 1336. ELC cus-theme.elc #5 1337. ELC dabbrev.elc #5 1338. ELC delim-col.elc #5 1339. ELC delsel.elc #5 1340. ELC descr-text.elc #5 1341. ELC desktop.elc #5 1342. ELC dframe.elc #5 1343. ELC dired-aux.elc #5 1345. ELC dired-loaddefs.elc #5 1346. ELC dired-x.elc #5 1348. ELC dired.elc #5 1349. #5 1349. In end of data: #5 1349. dired.el:5258:38: Warning: the function `tool-bar--image-expression' is not known to be defined. #5 1349. ELC dirtrack.elc #5 1350. ELC display-fill-column-indicator.elc #5 1351. ELC display-line-numbers.elc #5 1352. ELC doc-view.elc #5 1354. ELC dom.elc #5 1355. ELC double.elc #5 1356. ELC ebuff-menu.elc #5 1357. ELC echistory.elc #5 1358. ELC ecomplete.elc #5 1359. ELC edmacro.elc #5 1360. ELC ehelp.elc #5 1361. ELC elec-pair.elc #5 1362. ELC elide-head.elc #5 1363. ELC emacs-lock.elc #5 1364. ELC epa-dired.elc #5 1365. ELC epa-file.elc #5 1366. ELC epa-ks.elc #5 1368. ELC epa-mail.elc #5 1370. ELC epa.elc #5 1371. ELC epg-config.elc #5 1372. ELC epg.elc #5 1374. ELC expand.elc #5 1375. ELC external-completion.elc #5 1376. ELC ezimage.elc #5 1377. ELC face-remap.elc #5 1378. ELC facemenu.elc #5 1379. ELC ffap.elc #5 1381. ELC filecache.elc #5 1382. ELC fileloop.elc #5 1383. ELC filenotify.elc #5 1384. ELC files-x.elc #5 1385. ELC filesets.elc #5 1386. ELC find-cmd.elc #5 1387. ELC find-dired.elc #5 1388. ELC find-file.elc #5 1389. ELC find-lisp.elc #5 1390. ELC finder.elc #5 1393. ELC flow-ctrl.elc #5 1393. ELC foldout.elc #5 1394. ELC follow.elc #5 1395. ELC format-spec.elc #5 1396. ELC forms.elc #5 1397. ELC frameset.elc #5 1399. ELC generic-x.elc #5 1400. ELC help-at-pt.elc #5 1401. ELC help-fns.elc #5 1402. ELC help-macro.elc #5 1403. ELC help-mode.elc #5 1404. ELC hex-util.elc #5 1405. ELC hexl.elc #5 1406. ELC hfy-cmap.elc #5 1407. ELC hi-lock.elc #5 1408. ELC hilit-chg.elc #5 1409. ELC hippie-exp.elc #5 1410. ELC hl-line.elc #5 1411. ELC htmlfontify.elc #5 1412. ELC ibuf-ext.elc #5 1414. ELC ibuf-macs.elc #5 1415. ELC ibuffer-loaddefs.elc #5 1416. ELC ibuffer.elc #5 1417. ELC icomplete.elc #5 1419. ELC ido.elc #5 1420. ELC ielm.elc #5 1421. ELC iimage.elc #5 1422. ELC image-file.elc #5 1423. ELC image-mode.elc #5 1424. ELC imenu.elc #5 1425. ELC indent-aux.elc #5 1426. ELC info-look.elc #5 1427. ELC info-xref.elc #5 1428. ELC info.elc #5 1430. ELC informat.elc #5 1431. ELC isearchb.elc #5 1432. ELC jka-compr.elc #5 1433. ELC json.elc #5 1434. ELC jsonrpc.elc #5 1436. ELC kermit.elc #5 1437. ELC kmacro.elc #5 1438. ELC loadhist.elc #5 1439. ELC locate.elc #5 1440. ELC lpr.elc #5 1441. ELC macros.elc #5 1442. ELC man.elc #5 1443. ELC master.elc #5 1444. ELC mb-depth.elc #5 1445. ELC md4.elc #5 1446. ELC midnight.elc #5 1447. ELC minibuf-eldef.elc #5 1448. ELC misc.elc #5 1449. ELC misearch.elc #5 1450. ELC mouse-copy.elc #5 1451. ELC mouse-drag.elc #5 1452. ELC mpc.elc #5 1453. ELC msb.elc #5 1454. ELC notifications.elc #5 1455. ELC novice.elc #5 1456. ELC outline.elc #5 1458. ELC password-cache.elc #5 1458. ELC pcmpl-cvs.elc #5 1460. ELC pcmpl-git.elc #5 1461. ELC pcmpl-gnu.elc #5 1462. ELC pcmpl-linux.elc #5 1464. ELC pcmpl-rpm.elc #5 1465. ELC pcmpl-unix.elc #5 1466. ELC pcmpl-x.elc #5 1467. ELC pcomplete.elc #5 1468. ELC pixel-scroll.elc #5 1469. ELC plstore.elc #5 1470. ELC printing.elc #5 1471. ELC proced.elc #5 1473. ELC profiler.elc #5 1474. ELC ps-bdf.elc #5 1475. ELC ps-mule.elc #5 1476. ELC ps-print-loaddefs.elc #5 1477. ELC ps-print.elc #5 1478. ELC ps-samp.elc #5 1480. ELC recentf.elc #5 1481. ELC rect.elc #5 1482. ELC registry.elc #5 1483. ELC repeat.elc #5 1484. ELC reposition.elc #5 1485. ELC reveal.elc #5 1486. ELC rot13.elc #5 1487. ELC rtree.elc #5 1488. ELC ruler-mode.elc #5 1489. ELC savehist.elc #5 1490. ELC saveplace.elc #5 1491. ELC scroll-all.elc #5 1492. ELC scroll-lock.elc #5 1493. ELC server.elc #5 1495. ELC ses.elc #5 1497. ELC shadowfile.elc #5 1499. ELC shell.elc #5 1501. ELC skeleton.elc #5 1502. ELC so-long.elc #5 1503. ELC sort.elc #5 1504. ELC soundex.elc #5 1505. ELC speedbar.elc #5 1506. ELC sqlite-mode.elc #5 1507. ELC sqlite.elc #5 1508. ELC strokes.elc #5 1509. ELC svg.elc #5 1510. ELC t-mouse.elc #5 1511. ELC tab-line.elc #5 1512. ELC tabify.elc #5 1513. ELC talk.elc #5 1514. ELC tar-mode.elc #5 1515. ELC tempo.elc #5 1516. ELC term.elc #5 1518. ELC thingatpt.elc #5 1519. ELC thread.elc #5 1520. ELC time-stamp.elc #5 1520. ELC time.elc #5 1521. ELC timezone.elc #5 1522. ELC tmm.elc #5 1523. ELC transient.elc #5 1525. ELC tree-widget.elc #5 1526. ELC treesit.elc #5 1527. ELC tutorial.elc #5 1528. ELC type-break.elc #5 1529. ELC userlock.elc #5 1529. ELC vcursor.elc #5 1530. ELC view.elc #5 1531. ELC visual-wrap.elc #5 1532. ELC wdired.elc #5 1533. ELC whitespace.elc #5 1534. ELC wid-browse.elc #5 1535. ELC wid-edit.elc #5 1536. ELC windmove.elc #5 1537. ELC winner.elc #5 1538. ELC woman.elc #5 1539. ELC xdg.elc #5 1540. ELC xml.elc #5 1541. ELC xt-mouse.elc #5 1542. ELC xwidget.elc #5 1544. ELC yank-media.elc #5 1545. ELC calc/calc-aent.elc #5 1546. ELC calc/calc-alg.elc #5 1547. ELC calc/calc-arith.elc #5 1549. ELC calc/calc-bin.elc #5 1549. ELC calc/calc-comb.elc #5 1550. ELC calc/calc-cplx.elc #5 1551. ELC calc/calc-embed.elc #5 1552. ELC calc/calc-ext.elc #5 1554. ELC calc/calc-fin.elc #5 1555. ELC calc/calc-forms.elc #5 1556. ELC calc/calc-frac.elc #5 1557. ELC calc/calc-funcs.elc #5 1558. ELC calc/calc-graph.elc #5 1559. ELC calc/calc-help.elc #5 1560. ELC calc/calc-incom.elc #5 1561. ELC calc/calc-keypd.elc #5 1562. ELC calc/calc-lang.elc #5 1563. ELC calc/calc-loaddefs.elc #5 1564. ELC calc/calc-macs.elc #5 1564. ELC calc/calc-map.elc #5 1565. ELC calc/calc-math.elc #5 1567. ELC calc/calc-menu.elc #5 1568. ELC calc/calc-misc.elc #5 1569. ELC calc/calc-mode.elc #5 1569. ELC calc/calc-mtx.elc #5 1570. ELC calc/calc-nlfit.elc #5 1571. ELC calc/calc-poly.elc #5 1572. ELC calc/calc-prog.elc #5 1573. ELC calc/calc-rewr.elc #5 1574. ELC calc/calc-rules.elc #5 1575. ELC calc/calc-sel.elc #5 1576. ELC calc/calc-stat.elc #5 1577. ELC calc/calc-store.elc #5 1578. ELC calc/calc-stuff.elc #5 1579. ELC calc/calc-trail.elc #5 1580. ELC calc/calc-undo.elc #5 1581. ELC calc/calc-units.elc #5 1582. ELC calc/calc-vec.elc #5 1583. ELC calc/calc-yank.elc #5 1584. ELC calc/calc.elc #5 1585. ELC calc/calcalg2.elc #5 1587. ELC calc/calcalg3.elc #5 1588. ELC calc/calccomp.elc #5 1589. ELC calc/calcsel2.elc #5 1590. ELC calendar/appt.elc #5 1591. ELC calendar/cal-bahai.elc #5 1592. ELC calendar/cal-china.elc #5 1593. ELC calendar/cal-coptic.elc #5 1594. ELC calendar/cal-dst.elc #5 1595. ELC calendar/cal-french.elc #5 1596. ELC calendar/cal-hebrew.elc #5 1597. ELC calendar/cal-html.elc #5 1598. ELC calendar/cal-islam.elc #5 1600. ELC calendar/cal-iso.elc #5 1601. ELC calendar/cal-julian.elc #5 1602. ELC calendar/cal-loaddefs.elc #5 1603. ELC calendar/cal-mayan.elc #5 1604. ELC calendar/cal-menu.elc #5 1605. ELC calendar/cal-move.elc #5 1606. ELC calendar/cal-persia.elc #5 1607. ELC calendar/cal-tex.elc #5 1609. ELC calendar/cal-x.elc #5 1610. ELC calendar/calendar.elc #5 1611. ELC calendar/diary-lib.elc #5 1612. ELC calendar/diary-loaddefs.elc #5 1613. ELC calendar/holiday-loaddefs.elc #5 1614. ELC calendar/holidays.elc #5 1614. ELC calendar/icalendar.elc #5 1615. ELC calendar/iso8601.elc #5 1616. ELC calendar/lunar.elc #5 1617. ELC calendar/parse-time.elc #5 1618. ELC calendar/solar.elc #5 1619. ELC calendar/time-date.elc #5 1620. ELC calendar/timeclock.elc #5 1621. ELC calendar/todo-mode.elc #5 1623. ELC cedet/cedet-cscope.elc #5 1623. ELC cedet/cedet-files.elc #5 1624. ELC cedet/cedet-global.elc #5 1625. ELC cedet/cedet-idutils.elc #5 1625. ELC cedet/cedet.elc #5 1626. ELC cedet/data-debug.elc #5 1627. ELC cedet/ede.elc #5 1629. ELC cedet/mode-local.elc #5 1630. ELC cedet/pulse.elc #5 1630. ELC cedet/semantic.elc #5 1632. ELC cedet/srecode.elc #5 1633. ELC cedet/ede/auto.elc #5 1634. ELC cedet/ede/autoconf-edit.elc #5 1634. ELC cedet/ede/base.elc #5 1636. ELC cedet/ede/config.elc #5 1637. ELC cedet/ede/cpp-root.elc #5 1639. ELC cedet/ede/custom.elc #5 1640. ELC cedet/ede/detect.elc #5 1641. ELC cedet/ede/dired.elc #5 1643. ELC cedet/ede/emacs.elc #5 1645. ELC cedet/ede/files.elc #5 1646. ELC cedet/ede/generic.elc #5 1648. ELC cedet/ede/linux.elc #5 1649. ELC cedet/ede/loaddefs.elc #5 1650. ELC cedet/ede/locate.elc #5 1651. ELC cedet/ede/make.elc #5 1652. ELC cedet/ede/makefile-edit.elc #5 1653. ELC cedet/ede/pconf.elc #5 1654. ELC cedet/ede/pmake.elc #5 1656. ELC cedet/ede/proj-archive.elc #5 1658. ELC cedet/ede/proj-aux.elc #5 1659. ELC cedet/ede/proj-comp.elc #5 1660. ELC cedet/ede/proj-elisp.elc #5 1662. ELC cedet/ede/proj-info.elc #5 1663. ELC cedet/ede/proj-misc.elc #5 1665. ELC cedet/ede/proj-obj.elc #5 1666. ELC cedet/ede/proj-prog.elc #5 1667. ELC cedet/ede/proj-scheme.elc #5 1669. ELC cedet/ede/proj-shared.elc #5 1670. ELC cedet/ede/proj.elc #5 1672. ELC cedet/ede/project-am.elc #5 1674. ELC cedet/ede/shell.elc #5 1675. ELC cedet/ede/simple.elc #5 1676. ELC cedet/ede/source.elc #5 1677. ELC cedet/ede/speedbar.elc #5 1678. ELC cedet/ede/srecode.elc #5 1679. ELC cedet/ede/system.elc #5 1680. ELC cedet/ede/util.elc #5 1682. ELC cedet/semantic/analyze.elc #5 1683. ELC cedet/semantic/bovine.elc #5 1685. ELC cedet/semantic/chart.elc #5 1686. ELC cedet/semantic/complete.elc #5 1688. ELC cedet/semantic/ctxt.elc #5 1689. ELC cedet/semantic/db-debug.elc #5 1691. ELC cedet/semantic/db-ebrowse.elc #5 1693. ELC cedet/semantic/db-el.elc #5 1694. ELC cedet/semantic/db-file.elc #5 1695. ELC cedet/semantic/db-find.elc #5 1697. ELC cedet/semantic/db-global.elc #5 1699. ELC cedet/semantic/db-javascript.elc #5 1700. ELC cedet/semantic/db-mode.elc #5 1701. ELC cedet/semantic/db-ref.elc #5 1703. ELC cedet/semantic/db-typecache.elc #5 1704. ELC cedet/semantic/debug.elc #5 1705. ELC cedet/semantic/decorate.elc #5 1706. ELC cedet/semantic/dep.elc #5 1708. ELC cedet/semantic/doc.elc #5 1709. ELC cedet/semantic/ede-grammar.elc #5 1711. ELC cedet/semantic/edit.elc #5 1712. ELC cedet/semantic/find.elc #5 1713. ELC cedet/semantic/format.elc #5 1715. ELC cedet/semantic/fw.elc #5 1715. ELC cedet/semantic/grammar-wy.elc #5 1718. ELC cedet/semantic/grammar.elc #5 1720. ELC cedet/semantic/grm-wy-boot.elc #5 1722. ELC cedet/semantic/html.elc #5 1723. ELC cedet/semantic/ia-sb.elc #5 1724. ELC cedet/semantic/ia.elc #5 1726. ELC cedet/semantic/idle.elc #5 1727. ELC cedet/semantic/imenu.elc #5 1728. ELC cedet/semantic/java.elc #5 1730. ELC cedet/semantic/lex-spp.elc #5 1731. ELC cedet/semantic/lex.elc #5 1732. ELC cedet/semantic/loaddefs.elc #5 1733. ELC cedet/semantic/mru-bookmark.elc #5 1735. ELC cedet/semantic/sb.elc #5 1736. ELC cedet/semantic/scope.elc #5 1738. ELC cedet/semantic/senator.elc #5 1740. ELC cedet/semantic/sort.elc #5 1741. ELC cedet/semantic/symref.elc #5 1743. ELC cedet/semantic/tag-file.elc #5 1745. ELC cedet/semantic/tag-ls.elc #5 1746. ELC cedet/semantic/tag-write.elc #5 1747. ELC cedet/semantic/tag.elc #5 1749. ELC cedet/semantic/texi.elc #5 1751. ELC cedet/semantic/util-modes.elc #5 1752. ELC cedet/semantic/util.elc #5 1754. ELC cedet/semantic/wisent.elc #5 1755. ELC cedet/semantic/analyze/complete.elc #5 1756. ELC cedet/semantic/analyze/debug.elc #5 1758. ELC cedet/semantic/analyze/fcn.elc #5 1759. ELC cedet/semantic/analyze/refs.elc #5 1760. ELC cedet/semantic/bovine/c-by.elc #5 1761. ELC cedet/semantic/bovine/c.elc #5 1769. ELC cedet/semantic/bovine/debug.elc #5 1771. ELC cedet/semantic/bovine/el.elc #5 1772. ELC cedet/semantic/bovine/gcc.elc #5 1773. ELC cedet/semantic/bovine/grammar.elc #5 1775. ELC cedet/semantic/bovine/make-by.elc #5 1776. ELC cedet/semantic/bovine/make.elc #5 1778. ELC cedet/semantic/bovine/scm-by.elc #5 1779. ELC cedet/semantic/bovine/scm.elc #5 1780. ELC cedet/semantic/decorate/include.elc #5 1781. ELC cedet/semantic/decorate/mode.elc #5 1782. ELC cedet/semantic/symref/cscope.elc #5 1784. ELC cedet/semantic/symref/filter.elc #5 1785. ELC cedet/semantic/symref/global.elc #5 1786. ELC cedet/semantic/symref/grep.elc #5 1787. ELC cedet/semantic/symref/idutils.elc #5 1788. ELC cedet/semantic/symref/list.elc #5 1790. ELC cedet/semantic/wisent/comp.elc #5 1792. ELC cedet/semantic/wisent/grammar.elc #5 1793. ELC cedet/semantic/wisent/java-tags.elc #5 1794. ELC cedet/semantic/wisent/javascript.elc #5 1796. ELC cedet/semantic/wisent/javat-wy.elc #5 1798. ELC cedet/semantic/wisent/js-wy.elc #5 1800. ELC cedet/semantic/wisent/python-wy.elc #5 1802. ELC cedet/semantic/wisent/python.elc #5 1804. ELC cedet/semantic/wisent/wisent.elc #5 1805. ELC cedet/srecode/args.elc #5 1806. ELC cedet/srecode/compile.elc #5 1808. ELC cedet/srecode/cpp.elc #5 1811. ELC cedet/srecode/ctxt.elc #5 1812. ELC cedet/srecode/dictionary.elc #5 1814. ELC cedet/srecode/document.elc #5 1817. ELC cedet/srecode/el.elc #5 1820. ELC cedet/srecode/expandproto.elc #5 1824. ELC cedet/srecode/extract.elc #5 1827. ELC cedet/srecode/fields.elc #5 1828. ELC cedet/srecode/filters.elc #5 1829. ELC cedet/srecode/find.elc #5 1831. ELC cedet/srecode/getset.elc #5 1834. ELC cedet/srecode/insert.elc #5 1838. ELC cedet/srecode/java.elc #5 1839. ELC cedet/srecode/loaddefs.elc #5 1840. ELC cedet/srecode/map.elc #5 1841. ELC cedet/srecode/mode.elc #5 1844. ELC cedet/srecode/semantic.elc #5 1847. ELC cedet/srecode/srt-mode.elc #5 1849. ELC cedet/srecode/srt-wy.elc #5 1850. ELC cedet/srecode/srt.elc #5 1853. ELC cedet/srecode/table.elc #5 1854. ELC cedet/srecode/template.elc #5 1855. ELC cedet/srecode/texi.elc #5 1860. ELC emacs-lisp/advice.elc #5 1861. ELC emacs-lisp/avl-tree.elc #5 1862. ELC emacs-lisp/backtrace.elc #5 1863. ELC emacs-lisp/benchmark.elc #5 1864. ELC emacs-lisp/bindat.elc #5 1865. ELC emacs-lisp/chart.elc #5 1866. ELC emacs-lisp/check-declare.elc #5 1867. ELC emacs-lisp/checkdoc.elc #5 1868. ELC emacs-lisp/cl-extra.elc #5 1869. ELC emacs-lisp/cl-indent.elc #5 1870. ELC emacs-lisp/cl-loaddefs.elc #5 1870. ELC emacs-lisp/cl-macs.elc #5 1872. ELC emacs-lisp/cl-print.elc #5 1872. ELC emacs-lisp/cl-seq.elc #5 1873. ELC emacs-lisp/comp-common.elc #5 1874. ELC emacs-lisp/comp-cstr.elc #5 1875. ELC emacs-lisp/comp-run.elc #5 1876. ELC emacs-lisp/comp.elc #5 1884. ELC emacs-lisp/compat.elc #5 1885. ELC emacs-lisp/copyright.elc #5 1885. ELC emacs-lisp/crm.elc #5 1886. ELC emacs-lisp/cursor-sensor.elc #5 1886. ELC emacs-lisp/debug.elc #5 1887. ELC emacs-lisp/derived.elc #5 1887. ELC emacs-lisp/disass.elc #5 1888. ELC emacs-lisp/easy-mmode.elc #5 1888. ELC emacs-lisp/edebug.elc #5 1890. ELC emacs-lisp/eieio-core.elc #5 1891. ELC emacs-lisp/eieio-custom.elc #5 1891. ELC emacs-lisp/eieio-datadebug.elc #5 1891. ELC emacs-lisp/eieio-opt.elc #5 1892. ELC emacs-lisp/eieio-speedbar.elc #5 1892. ELC emacs-lisp/elint.elc #5 1893. ELC emacs-lisp/elp.elc #5 1893. ELC emacs-lisp/ert-font-lock.elc #5 1894. ELC emacs-lisp/ert-x.elc #5 1895. ELC emacs-lisp/ert.elc #5 1898. ELC emacs-lisp/ewoc.elc #5 1898. ELC emacs-lisp/faceup.elc #5 1899. ELC emacs-lisp/find-func.elc #5 1899. ELC emacs-lisp/generate-lisp-file.elc #5 1900. ELC emacs-lisp/generator.elc #5 1901. ELC emacs-lisp/generic.elc #5 1901. ELC emacs-lisp/gv.elc #5 1902. ELC emacs-lisp/helper.elc #5 1902. ELC emacs-lisp/hierarchy.elc #5 1902. ELC emacs-lisp/icons.elc #5 1903. ELC emacs-lisp/inline.elc #5 1903. ELC emacs-lisp/let-alist.elc #5 1903. ELC emacs-lisp/lisp-mnt.elc #5 1904. ELC emacs-lisp/map.elc #5 1904. ELC emacs-lisp/memory-report.elc #5 1905. ELC emacs-lisp/multisession.elc #5 1905. #5 1905. In end of data: #5 1905. emacs-lisp/multisession.el: Warning: the function `sqlite-commit' is not known to be defined. #5 1905. emacs-lisp/multisession.el: Warning: the function `sqlite-transaction' is not known to be defined. #5 1905. emacs-lisp/multisession.el: Warning: the function `sqlite-rollback' is not known to be defined. #5 1905. ELC emacs-lisp/package-vc.elc #5 1907. ELC emacs-lisp/package-x.elc #5 1908. ELC emacs-lisp/package.elc #5 1910. ELC emacs-lisp/pcase.elc #5 1911. ELC emacs-lisp/pp.elc #5 1911. ELC emacs-lisp/range.elc #5 1911. ELC emacs-lisp/re-builder.elc #5 1912. ELC emacs-lisp/regi.elc #5 1912. ELC emacs-lisp/ring.elc #5 1912. ELC emacs-lisp/rx.elc #5 1913. ELC emacs-lisp/shadow.elc #5 1913. ELC emacs-lisp/shortdoc.elc #5 1914. ELC emacs-lisp/smie.elc #5 1914. ELC emacs-lisp/subr-x.elc #5 1914. ELC emacs-lisp/tcover-ses.elc #5 1915. ELC emacs-lisp/testcover.elc #5 1916. ELC emacs-lisp/text-property-search.elc #5 1916. ELC emacs-lisp/thunk.elc #5 1916. ELC emacs-lisp/timer-list.elc #5 1916. ELC emacs-lisp/tq.elc #5 1917. ELC emacs-lisp/trace.elc #5 1917. ELC emacs-lisp/unsafep.elc #5 1917. ELC emacs-lisp/vtable.elc #5 1918. ELC emacs-lisp/warnings.elc #5 1918. ELC emulation/cua-base.elc #5 1919. ELC emulation/cua-gmrk.elc #5 1919. ELC emulation/cua-rect.elc #5 1920. ELC emulation/edt-lk201.elc #5 1920. ELC emulation/edt-mapper.elc #5 1920. ELC emulation/edt-pc.elc #5 1921. ELC emulation/edt-vt100.elc #5 1921. ELC emulation/edt.elc #5 1921. ELC emulation/keypad.elc #5 1922. ELC emulation/viper-cmd.elc #5 1923. ELC emulation/viper-ex.elc #5 1923. ELC emulation/viper-init.elc #5 1924. ELC emulation/viper-keym.elc #5 1924. ELC emulation/viper-macs.elc #5 1925. ELC emulation/viper-mous.elc #5 1925. ELC emulation/viper-util.elc #5 1925. ELC emulation/viper.elc #5 1926. ELC erc/erc-autoaway.elc #5 1926. ELC erc/erc-backend.elc #5 1927. ELC erc/erc-button.elc #5 1929. ELC erc/erc-capab.elc #5 1929. ELC erc/erc-common.elc #5 1930. ELC erc/erc-compat.elc #5 1931. ELC erc/erc-dcc.elc #5 1931. ELC erc/erc-desktop-notifications.elc #5 1932. ELC erc/erc-ezbounce.elc #5 1933. ELC erc/erc-fill.elc #5 1934. ELC erc/erc-goodies.elc #5 1935. ELC erc/erc-ibuffer.elc #5 1935. ELC erc/erc-identd.elc #5 1936. ELC erc/erc-imenu.elc #5 1937. ELC erc/erc-join.elc #5 1938. ELC erc/erc-lang.elc #5 1938. ELC erc/erc-list.elc #5 1939. ELC erc/erc-loaddefs.elc #5 1939. ELC erc/erc-log.elc #5 1940. ELC erc/erc-match.elc #5 1941. ELC erc/erc-menu.elc #5 1942. ELC erc/erc-netsplit.elc #5 1942. ELC erc/erc-networks.elc #5 1943. ELC erc/erc-nicks.elc #5 1945. ELC erc/erc-notify.elc #5 1945. ELC erc/erc-page.elc #5 1946. ELC erc/erc-pcomplete.elc #5 1947. ELC erc/erc-replace.elc #5 1947. ELC erc/erc-ring.elc #5 1948. ELC erc/erc-sasl.elc #5 1949. ELC erc/erc-services.elc #5 1949. ELC erc/erc-sound.elc #5 1950. ELC erc/erc-speedbar.elc #5 1951. ELC erc/erc-spelling.elc #5 1952. ELC erc/erc-stamp.elc #5 1953. ELC erc/erc-status-sidebar.elc #5 1953. ELC erc/erc-track.elc #5 1954. ELC erc/erc-truncate.elc #5 1955. ELC erc/erc-xdcc.elc #5 1956. ELC erc/erc.elc #5 1958. ELC eshell/em-alias.elc #5 1958. ELC eshell/em-banner.elc #5 1959. ELC eshell/em-basic.elc #5 1960. ELC eshell/em-cmpl.elc #5 1960. ELC eshell/em-dirs.elc #5 1961. ELC eshell/em-elecslash.elc #5 1963. ELC eshell/em-extpipe.elc #5 1963. ELC eshell/em-glob.elc #5 1964. ELC eshell/em-hist.elc #5 1964. ELC eshell/em-ls.elc #5 1965. ELC eshell/em-pred.elc #5 1966. ELC eshell/em-prompt.elc #5 1966. ELC eshell/em-rebind.elc #5 1967. ELC eshell/em-script.elc #5 1967. ELC eshell/em-smart.elc #5 1968. ELC eshell/em-term.elc #5 1969. ELC eshell/em-tramp.elc #5 1970. ELC eshell/em-unix.elc #5 1971. ELC eshell/em-xtra.elc #5 1971. ELC eshell/esh-arg.elc #5 1972. ELC eshell/esh-cmd.elc #5 1973. ELC eshell/esh-ext.elc #5 1973. ELC eshell/esh-groups.elc #5 1973. ELC eshell/esh-io.elc #5 1974. ELC eshell/esh-mode.elc #5 1975. ELC eshell/esh-module.elc #5 1975. ELC eshell/esh-opt.elc #5 1976. ELC eshell/esh-proc.elc #5 1976. ELC eshell/esh-util.elc #5 1976. ELC eshell/esh-var.elc #5 1977. ELC eshell/eshell.elc #5 1977. ELC gnus/canlock.elc #5 1978. ELC gnus/deuglify.elc #5 1981. ELC gnus/gmm-utils.elc #5 1981. ELC gnus/gnus-agent.elc #5 1986. ELC gnus/gnus-art.elc #5 1990. ELC gnus/gnus-async.elc #5 1993. ELC gnus/gnus-bcklg.elc #5 1994. ELC gnus/gnus-bookmark.elc #5 1997. ELC gnus/gnus-cache.elc #5 2000. ELC gnus/gnus-cite.elc #5 2003. ELC gnus/gnus-cloud.elc #5 2005. ELC gnus/gnus-cus.elc #5 2008. ELC gnus/gnus-dbus.elc #5 2010. ELC gnus/gnus-delay.elc #5 2013. ELC gnus/gnus-demon.elc #5 2016. ELC gnus/gnus-diary.elc #5 2019. ELC gnus/gnus-dired.elc #5 2019. ELC gnus/gnus-draft.elc #5 2023. ELC gnus/gnus-dup.elc #5 2026. ELC gnus/gnus-eform.elc #5 2027. ELC gnus/gnus-fun.elc #5 2028. ELC gnus/gnus-gravatar.elc #5 2031. ELC gnus/gnus-group.elc #5 2034. ELC gnus/gnus-html.elc #5 2037. ELC gnus/gnus-icalendar.elc #5 2041. ELC gnus/gnus-int.elc #5 2045. ELC gnus/gnus-kill.elc #5 2047. ELC gnus/gnus-logic.elc #5 2050. ELC gnus/gnus-mh.elc #5 2053. ELC gnus/gnus-ml.elc #5 2055. ELC gnus/gnus-mlspl.elc #5 2058. ELC gnus/gnus-msg.elc #5 2061. ELC gnus/gnus-notifications.elc #5 2063. ELC gnus/gnus-picon.elc #5 2066. ELC gnus/gnus-range.elc #5 2066. ELC gnus/gnus-registry.elc #5 2069. ELC gnus/gnus-rfc1843.elc #5 2071. ELC gnus/gnus-rmail.elc #5 2073. ELC gnus/gnus-salt.elc #5 2075. ELC gnus/gnus-score.elc #5 2079. ELC gnus/gnus-search.elc #5 2082. ELC gnus/gnus-sieve.elc #5 2084. ELC gnus/gnus-spec.elc #5 2085. ELC gnus/gnus-srvr.elc #5 2087. ELC gnus/gnus-start.elc #5 2090. ELC gnus/gnus-sum.elc #5 2095. ELC gnus/gnus-topic.elc #5 2096. ELC gnus/gnus-undo.elc #5 2097. ELC gnus/gnus-util.elc #5 2098. ELC gnus/gnus-uu.elc #5 2101. ELC gnus/gnus-vm.elc #5 2103. ELC gnus/gnus-win.elc #5 2104. ELC gnus/gnus.elc #5 2106. ELC gnus/gssapi.elc #5 2106. ELC gnus/legacy-gnus-agent.elc #5 2108. ELC gnus/mail-source.elc #5 2109. ELC gnus/message.elc #5 2111. ELC gnus/mm-archive.elc #5 2111. ELC gnus/mm-bodies.elc #5 2112. ELC gnus/mm-decode.elc #5 2112. ELC gnus/mm-encode.elc #5 2112. ELC gnus/mm-extern.elc #5 2113. ELC gnus/mm-partial.elc #5 2115. ELC gnus/mm-url.elc #5 2115. ELC gnus/mm-util.elc #5 2116. ELC gnus/mm-uu.elc #5 2116. ELC gnus/mm-view.elc #5 2117. ELC gnus/mml-sec.elc #5 2117. ELC gnus/mml-smime.elc #5 2118. ELC gnus/mml.elc #5 2119. ELC gnus/mml1991.elc #5 2119. ELC gnus/mml2015.elc #5 2120. ELC gnus/nnagent.elc #5 2122. ELC gnus/nnbabyl.elc #5 2122. ELC gnus/nndiary.elc #5 2125. ELC gnus/nndir.elc #5 2125. ELC gnus/nndoc.elc #5 2126. ELC gnus/nndraft.elc #5 2127. ELC gnus/nneething.elc #5 2128. ELC gnus/nnfolder.elc #5 2129. ELC gnus/nngateway.elc #5 2129. ELC gnus/nnheader.elc #5 2130. ELC gnus/nnimap.elc #5 2131. ELC gnus/nnmail.elc #5 2131. ELC gnus/nnmaildir.elc #5 2133. ELC gnus/nnmairix.elc #5 2135. ELC gnus/nnmbox.elc #5 2136. ELC gnus/nnmh.elc #5 2137. ELC gnus/nnml.elc #5 2138. ELC gnus/nnnil.elc #5 2138. ELC gnus/nnoo.elc #5 2138. ELC gnus/nnregistry.elc #5 2140. ELC gnus/nnrss.elc #5 2141. ELC gnus/nnselect.elc #5 2143. ELC gnus/nnspool.elc #5 2144. ELC gnus/nntp.elc #5 2145. ELC gnus/nnvirtual.elc #5 2147. ELC gnus/nnweb.elc #5 2148. ELC gnus/score-mode.elc #5 2148. ELC gnus/smiley.elc #5 2150. ELC gnus/smime.elc #5 2150. ELC gnus/spam-report.elc #5 2152. ELC gnus/spam-stat.elc #5 2152. ELC gnus/spam-wash.elc #5 2154. ELC gnus/spam.elc #5 2157. ELC image/compface.elc #5 2157. ELC image/exif.elc #5 2158. ELC image/gravatar.elc #5 2158. ELC image/image-converter.elc #5 2159. ELC image/image-crop.elc #5 2159. ELC image/image-dired-dired.elc #5 2159. ELC image/image-dired-external.elc #5 2160. ELC image/image-dired-tags.elc #5 2160. ELC image/image-dired-util.elc #5 2160. #5 2160. In end of data: #5 2160. image/image-dired-util.el:208:14: Warning: the function `clear-image-cache' is not known to be defined. #5 2161. ELC image/image-dired.elc #5 2161. ELC image/wallpaper.elc #5 2161. ELC international/ccl.elc #5 2162. ELC international/emoji.elc #5 2162. ELC international/isearch-x.elc #5 2163. ELC international/iso-ascii.elc #5 2163. ELC international/iso-cvt.elc #5 2163. ELC international/ja-dic-utl.elc #5 2164. ELC international/kinsoku.elc #5 2164. ELC international/kkc.elc #5 2164. ELC international/latexenc.elc #5 2164. ELC international/latin1-disp.elc #5 2165. ELC international/mule-diag.elc #5 2165. ELC international/ogonek.elc #5 2166. ELC international/quail.elc #5 2166. ELC international/rfc1843.elc #5 2166. ELC international/robin.elc #5 2167. ELC international/textsec-check.elc #5 2167. ELC international/textsec.elc #5 2168. ELC international/utf-7.elc #5 2169. ELC international/utf7.elc #5 2169. ELC language/china-util.elc #5 2169. ELC language/cyril-util.elc #5 2170. ELC language/ethio-util.elc #5 2170. ELC language/hanja-util.elc #5 2170. ELC language/ind-util.elc #5 2173. ELC language/japan-util.elc #5 2173. ELC language/korea-util.elc #5 2174. ELC language/lao-util.elc #5 2174. ELC language/pinyin.elc #5 2174. ELC language/thai-util.elc #5 2175. ELC language/thai-word.elc #5 2175. ELC language/tibet-util.elc #5 2175. ELC language/tv-util.elc #5 2175. ELC language/viet-util.elc #5 2176. ELC leim/quail/4Corner.elc #5 2176. ELC leim/quail/ARRAY30.elc #5 2177. ELC leim/quail/CCDOSPY.elc #5 2177. ELC leim/quail/CTLau-b5.elc #5 2178. ELC leim/quail/CTLau.elc #5 2178. ELC leim/quail/ECDICT.elc #5 2179. ELC leim/quail/ETZY.elc #5 2179. ELC leim/quail/PY-b5.elc #5 2180. ELC leim/quail/PY.elc #5 2180. ELC leim/quail/Punct-b5.elc #5 2180. ELC leim/quail/Punct.elc #5 2181. ELC leim/quail/QJ-b5.elc #5 2181. ELC leim/quail/QJ.elc #5 2181. ELC leim/quail/SW.elc #5 2182. ELC leim/quail/TONEPY.elc #5 2182. ELC leim/quail/ZIRANMA.elc #5 2184. ELC leim/quail/ZOZY.elc #5 2184. ELC leim/quail/arabic.elc #5 2184. ELC leim/quail/cham.elc #5 2185. ELC leim/quail/compose.elc #5 2185. ELC leim/quail/croatian.elc #5 2185. ELC leim/quail/cyril-jis.elc #5 2186. ELC leim/quail/cyrillic.elc #5 2186. ELC leim/quail/czech.elc #5 2186. ELC leim/quail/emoji.elc #5 2187. ELC leim/quail/ethiopic.elc #5 2187. ELC leim/quail/georgian.elc #5 2188. ELC leim/quail/greek.elc #5 2188. ELC leim/quail/hangul.elc #5 2188. ELC leim/quail/hanja-jis.elc #5 2189. ELC leim/quail/hanja.elc #5 2189. ELC leim/quail/hanja3.elc #5 2189. ELC leim/quail/hebrew.elc #5 2190. ELC leim/quail/indian.elc #5 2190. ELC leim/quail/indonesian.elc #5 2190. ELC leim/quail/ipa-praat.elc #5 2191. ELC leim/quail/ipa.elc #5 2191. ELC leim/quail/japanese.elc #5 2191. ELC leim/quail/lao.elc #5 2192. ELC leim/quail/latin-alt.elc #5 2192. ELC leim/quail/latin-ltx.elc #5 2195. ELC leim/quail/latin-post.elc #5 2195. ELC leim/quail/latin-pre.elc #5 2196. ELC leim/quail/lrt.elc #5 2196. ELC leim/quail/misc-lang.elc #5 2196. ELC leim/quail/pakistan.elc #5 2197. ELC leim/quail/persian.elc #5 2197. ELC leim/quail/philippine.elc #5 2197. ELC leim/quail/programmer-dvorak.elc #5 2198. ELC leim/quail/py-punct.elc #5 2198. ELC leim/quail/pypunct-b5.elc #5 2198. ELC leim/quail/quick-b5.elc #5 2199. ELC leim/quail/quick-cns.elc #5 2199. ELC leim/quail/rfc1345.elc #5 2199. ELC leim/quail/sami.elc #5 2200. ELC leim/quail/sgml-input.elc #5 2200. ELC leim/quail/sisheng.elc #5 2200. ELC leim/quail/slovak.elc #5 2201. ELC leim/quail/symbol-ksc.elc #5 2201. ELC leim/quail/tamil-dvorak.elc #5 2201. ELC leim/quail/thai.elc #5 2201. ELC leim/quail/tibetan.elc #5 2202. ELC leim/quail/tsang-b5.elc #5 2202. ELC leim/quail/tsang-cns.elc #5 2203. ELC leim/quail/uni-input.elc #5 2203. ELC leim/quail/viqr.elc #5 2204. ELC leim/quail/vntelex.elc #5 2204. ELC leim/quail/vnvni.elc #5 2204. ELC leim/quail/welsh.elc #5 2205. ELC mail/binhex.elc #5 2205. ELC mail/emacsbug.elc #5 2206. ELC mail/feedmail.elc #5 2208. ELC mail/flow-fill.elc #5 2209. ELC mail/footnote.elc #5 2210. ELC mail/hashcash.elc #5 2210. ELC mail/ietf-drums-date.elc #5 2210. ELC mail/ietf-drums.elc #5 2211. ELC mail/mail-extr.elc #5 2211. ELC mail/mail-hist.elc #5 2211. ELC mail/mail-parse.elc #5 2212. ELC mail/mail-prsvr.elc #5 2212. ELC mail/mail-utils.elc #5 2212. ELC mail/mailabbrev.elc #5 2213. ELC mail/mailalias.elc #5 2214. ELC mail/mailclient.elc #5 2215. ELC mail/mailheader.elc #5 2215. ELC mail/mspools.elc #5 2216. ELC mail/qp.elc #5 2216. ELC mail/reporter.elc #5 2216. ELC mail/rfc2045.elc #5 2216. ELC mail/rfc2047.elc #5 2217. ELC mail/rfc2231.elc #5 2217. ELC mail/rfc6068.elc #5 2217. ELC mail/rfc822.elc #5 2218. ELC mail/rmail-spam-filter.elc #5 2218. ELC mail/rmail.elc #5 2219. ELC mail/rmailedit.elc #5 2220. ELC mail/rmailkwd.elc #5 2220. ELC mail/rmailmm.elc #5 2221. ELC mail/rmailmsc.elc #5 2222. ELC mail/rmailout.elc #5 2222. ELC mail/rmailsort.elc #5 2223. ELC mail/rmailsum.elc #5 2223. ELC mail/sendmail.elc #5 2224. ELC mail/smtpmail.elc #5 2224. ELC mail/supercite.elc #5 2225. ELC mail/undigest.elc #5 2225. ELC mail/unrmail.elc #5 2225. ELC mail/uudecode.elc #5 2226. ELC mail/yenc.elc #5 2226. ELC mh-e/mh-acros.elc #5 2226. ELC mh-e/mh-alias.elc #5 2227. ELC mh-e/mh-buffers.elc #5 2227. ELC mh-e/mh-comp.elc #5 2228. ELC mh-e/mh-e.elc #5 2228. ELC mh-e/mh-folder.elc #5 2229. ELC mh-e/mh-funcs.elc #5 2229. ELC mh-e/mh-gnus.elc #5 2230. ELC mh-e/mh-identity.elc #5 2230. ELC mh-e/mh-inc.elc #5 2230. ELC mh-e/mh-junk.elc #5 2231. ELC mh-e/mh-letter.elc #5 2231. ELC mh-e/mh-limit.elc #5 2232. ELC mh-e/mh-loaddefs.elc #5 2232. ELC mh-e/mh-mime.elc #5 2233. ELC mh-e/mh-print.elc #5 2233. ELC mh-e/mh-scan.elc #5 2233. ELC mh-e/mh-search.elc #5 2235. ELC mh-e/mh-seq.elc #5 2236. ELC mh-e/mh-show.elc #5 2238. ELC mh-e/mh-speed.elc #5 2238. ELC mh-e/mh-thread.elc #5 2239. ELC mh-e/mh-tool-bar.elc #5 2240. ELC mh-e/mh-utils.elc #5 2240. ELC mh-e/mh-xface.elc #5 2241. ELC net/ange-ftp.elc #5 2241. ELC net/browse-url.elc #5 2242. ELC net/dbus.elc #5 2243. ELC net/dictionary-connection.elc #5 2243. ELC net/dictionary.elc #5 2243. ELC net/dig.elc #5 2244. ELC net/dns.elc #5 2244. ELC net/eudc-bob.elc #5 2244. ELC net/eudc-capf.elc #5 2245. ELC net/eudc-export.elc #5 2245. ELC net/eudc-hotlist.elc #5 2246. ELC net/eudc-vars.elc #5 2246. ELC net/eudc.elc #5 2246. ELC net/eudcb-bbdb.elc #5 2247. ELC net/eudcb-ecomplete.elc #5 2247. ELC net/eudcb-ldap.elc #5 2247. ELC net/eudcb-mab.elc #5 2248. ELC net/eudcb-macos-contacts.elc #5 2248. ELC net/eudcb-mailabbrev.elc #5 2249. ELC net/eww.elc #5 2250. #5 2250. In end of data: #5 2250. net/eww.el:1271:59: Warning: the function `imagep' is not known to be defined. #5 2250. ELC net/gnutls.elc #5 2251. ELC net/goto-addr.elc #5 2251. ELC net/hmac-def.elc #5 2251. ELC net/hmac-md5.elc #5 2251. ELC net/imap.elc #5 2252. ELC net/ldap.elc #5 2253. ELC net/mailcap.elc #5 2253. ELC net/mairix.elc #5 2254. ELC net/net-utils.elc #5 2254. ELC net/network-stream.elc #5 2254. ELC net/newst-backend.elc #5 2255. ELC net/newst-plainview.elc #5 2256. ELC net/newst-reader.elc #5 2256. ELC net/newst-ticker.elc #5 2257. ELC net/newst-treeview.elc #5 2257. ELC net/newsticker.elc #5 2258. ELC net/nsm.elc #5 2258. ELC net/ntlm.elc #5 2258. ELC net/pop3.elc #5 2259. ELC net/puny.elc #5 2259. ELC net/rcirc.elc #5 2260. ELC net/rfc2104.elc #5 2261. ELC net/sasl-cram.elc #5 2261. ELC net/sasl-digest.elc #5 2261. ELC net/sasl-ntlm.elc #5 2262. ELC net/sasl-scram-rfc.elc #5 2262. ELC net/sasl-scram-sha256.elc #5 2262. ELC net/sasl.elc #5 2262. ELC net/secrets.elc #5 2263. ELC net/shr-color.elc #5 2263. ELC net/shr.elc #5 2265. ELC net/sieve-manage.elc #5 2265. ELC net/sieve-mode.elc #5 2265. ELC net/sieve.elc #5 2266. ELC net/snmp-mode.elc #5 2266. ELC net/soap-client.elc #5 2268. ELC net/soap-inspect.elc #5 2269. ELC net/socks.elc #5 2270. ELC net/telnet.elc #5 2270. ELC net/tramp-adb.elc #5 2272. ELC net/tramp-androidsu.elc #5 2273. ELC net/tramp-archive.elc #5 2275. ELC net/tramp-cache.elc #5 2276. ELC net/tramp-cmds.elc #5 2278. ELC net/tramp-compat.elc #5 2279. ELC net/tramp-container.elc #5 2280. ELC net/tramp-crypt.elc #5 2281. ELC net/tramp-ftp.elc #5 2281. ELC net/tramp-fuse.elc #5 2282. ELC net/tramp-gvfs.elc #5 2284. ELC net/tramp-integration.elc #5 2284. ELC net/tramp-loaddefs.elc #5 2285. ELC net/tramp-message.elc #5 2285. ELC net/tramp-rclone.elc #5 2286. ELC net/tramp-sh.elc #5 2289. ELC net/tramp-smb.elc #5 2290. ELC net/tramp-sshfs.elc #5 2291. ELC net/tramp-sudoedit.elc #5 2292. ELC net/tramp-uu.elc #5 2292. ELC net/tramp.elc #5 2295. ELC net/trampver.elc #5 2295. ELC net/webjump.elc #5 2296. ELC net/zeroconf.elc #5 2296. ELC nxml/nxml-enc.elc #5 2296. ELC nxml/nxml-maint.elc #5 2296. ELC nxml/nxml-mode.elc #5 2297. ELC nxml/nxml-ns.elc #5 2298. ELC nxml/nxml-outln.elc #5 2298. ELC nxml/nxml-parse.elc #5 2298. ELC nxml/nxml-rap.elc #5 2299. ELC nxml/nxml-util.elc #5 2299. ELC nxml/rng-cmpct.elc #5 2299. ELC nxml/rng-dt.elc #5 2300. ELC nxml/rng-loc.elc #5 2300. ELC nxml/rng-maint.elc #5 2301. ELC nxml/rng-match.elc #5 2301. ELC nxml/rng-nxml.elc #5 2302. ELC nxml/rng-parse.elc #5 2302. ELC nxml/rng-pttrn.elc #5 2302. ELC nxml/rng-uri.elc #5 2303. ELC nxml/rng-util.elc #5 2303. ELC nxml/rng-valid.elc #5 2304. ELC nxml/rng-xsd.elc #5 2304. ELC nxml/xmltok.elc #5 2305. ELC nxml/xsd-regexp.elc #5 2305. ELC obsolete/autoarg.elc #5 2305. ELC obsolete/autoload.elc #5 2306. ELC obsolete/bruce.elc #5 2306. ELC obsolete/cc-compat.elc #5 2308. ELC obsolete/cl-compat.elc #5 2308. ELC obsolete/cl.elc #5 2308. ELC obsolete/crisp.elc #5 2308. ELC obsolete/eieio-compat.elc #5 2309. ELC obsolete/eudcb-ph.elc #5 2309. ELC obsolete/gs.elc #5 2309. ELC obsolete/gulp.elc #5 2309. ELC obsolete/html2text.elc #5 2310. ELC obsolete/info-edit.elc #5 2310. ELC obsolete/inversion.elc #5 2310. ELC obsolete/iswitchb.elc #5 2311. ELC obsolete/landmark.elc #5 2311. ELC obsolete/linum.elc #5 2311. ELC obsolete/longlines.elc #5 2312. ELC obsolete/makesum.elc #5 2312. ELC obsolete/mantemp.elc #5 2312. ELC obsolete/meese.elc #5 2312. ELC obsolete/metamail.elc #5 2313. ELC obsolete/mh-compat.elc #5 2313. ELC obsolete/netrc.elc #5 2313. ELC obsolete/nnir.elc #5 2314. ELC obsolete/otodo-mode.elc #5 2314. ELC obsolete/pgg-def.elc #5 2314. ELC obsolete/pgg-gpg.elc #5 2315. ELC obsolete/pgg-parse.elc #5 2315. ELC obsolete/pgg-pgp.elc #5 2315. ELC obsolete/pgg-pgp5.elc #5 2315. ELC obsolete/pgg.elc #5 2316. ELC obsolete/ps-def.elc #5 2316. ELC obsolete/quickurl.elc #5 2317. ELC obsolete/rcompile.elc #5 2317. ELC obsolete/rfc2368.elc #5 2318. ELC obsolete/rlogin.elc #5 2318. ELC obsolete/sb-image.elc #5 2319. ELC obsolete/starttls.elc #5 2319. ELC obsolete/sup-mouse.elc #5 2319. ELC obsolete/terminal.elc #5 2320. ELC obsolete/thumbs.elc #5 2320. ELC obsolete/tls.elc #5 2320. ELC obsolete/tpu-edt.elc #5 2321. ELC obsolete/tpu-extras.elc #5 2321. ELC obsolete/tpu-mapper.elc #5 2321. ELC obsolete/uce.elc #5 2321. ELC obsolete/url-about.elc #5 2322. ELC obsolete/url-dired.elc #5 2322. ELC obsolete/url-ns.elc #5 2322. ELC obsolete/vc-arch.elc #5 2323. ELC obsolete/vc-mtn.elc #5 2323. ELC obsolete/vi.elc #5 2324. ELC obsolete/vip.elc #5 2324. ELC obsolete/vt-control.elc #5 2325. ELC obsolete/vt100-led.elc #5 2325. ELC obsolete/ws-mode.elc #5 2325. ELC obsolete/yow.elc #5 2326. ELC org/ob-C.elc #5 2331. ELC org/ob-R.elc #5 2332. ELC org/ob-awk.elc #5 2333. ELC org/ob-calc.elc #5 2333. ELC org/ob-clojure.elc #5 2334. ELC org/ob-comint.elc #5 2335. ELC org/ob-core.elc #5 2336. ELC org/ob-css.elc #5 2336. ELC org/ob-ditaa.elc #5 2337. ELC org/ob-dot.elc #5 2337. ELC org/ob-emacs-lisp.elc #5 2338. ELC org/ob-eshell.elc #5 2338. ELC org/ob-eval.elc #5 2339. ELC org/ob-exp.elc #5 2339. ELC org/ob-forth.elc #5 2340. ELC org/ob-fortran.elc #5 2345. ELC org/ob-gnuplot.elc #5 2346. ELC org/ob-groovy.elc #5 2347. ELC org/ob-haskell.elc #5 2347. ELC org/ob-java.elc #5 2348. ELC org/ob-js.elc #5 2348. ELC org/ob-julia.elc #5 2349. ELC org/ob-latex.elc #5 2349. ELC org/ob-lilypond.elc #5 2350. ELC org/ob-lisp.elc #5 2350. ELC org/ob-lob.elc #5 2351. ELC org/ob-lua.elc #5 2351. ELC org/ob-makefile.elc #5 2352. ELC org/ob-matlab.elc #5 2352. ELC org/ob-maxima.elc #5 2353. ELC org/ob-ocaml.elc #5 2353. ELC org/ob-octave.elc #5 2354. ELC org/ob-org.elc #5 2355. ELC org/ob-perl.elc #5 2355. ELC org/ob-plantuml.elc #5 2356. ELC org/ob-processing.elc #5 2356. ELC org/ob-python.elc #5 2357. ELC org/ob-ref.elc #5 2358. ELC org/ob-ruby.elc #5 2358. ELC org/ob-sass.elc #5 2359. ELC org/ob-scheme.elc #5 2360. ELC org/ob-screen.elc #5 2360. ELC org/ob-sed.elc #5 2361. ELC org/ob-shell.elc #5 2361. ELC org/ob-sql.elc #5 2362. ELC org/ob-sqlite.elc #5 2363. ELC org/ob-table.elc #5 2363. ELC org/ob-tangle.elc #5 2364. ELC org/ob.elc #5 2364. ELC org/oc-basic.elc #5 2365. ELC org/oc-biblatex.elc #5 2366. ELC org/oc-bibtex.elc #5 2366. ELC org/oc-csl.elc #5 2367. ELC org/oc-natbib.elc #5 2367. ELC org/ol-bbdb.elc #5 2368. ELC org/ol-bibtex.elc #5 2369. ELC org/ol-docview.elc #5 2369. ELC org/ol-doi.elc #5 2370. ELC org/ol-eshell.elc #5 2370. ELC org/ol-eww.elc #5 2371. ELC org/ol-gnus.elc #5 2373. ELC org/ol-info.elc #5 2373. ELC org/ol-irc.elc #5 2374. ELC org/ol-man.elc #5 2374. ELC org/ol-mhe.elc #5 2374. ELC org/ol-rmail.elc #5 2375. ELC org/ol-w3m.elc #5 2375. ELC org/org-agenda.elc #5 2379. ELC org/org-archive.elc #5 2381. ELC org/org-attach-git.elc #5 2384. ELC org/org-attach.elc #5 2385. ELC org/org-capture.elc #5 2388. ELC org/org-clock.elc #5 2390. ELC org/org-colview.elc #5 2392. ELC org/org-compat.elc #5 2393. ELC org/org-crypt.elc #5 2393. ELC org/org-ctags.elc #5 2395. ELC org/org-cycle.elc #5 2396. ELC org/org-datetree.elc #5 2398. ELC org/org-duration.elc #5 2398. ELC org/org-entities.elc #5 2398. ELC org/org-faces.elc #5 2399. ELC org/org-feed.elc #5 2401. ELC org/org-fold-core.elc #5 2401. ELC org/org-fold.elc #5 2402. ELC org/org-footnote.elc #5 2402. ELC org/org-goto.elc #5 2404. ELC org/org-habit.elc #5 2406. ELC org/org-id.elc #5 2408. ELC org/org-indent.elc #5 2410. ELC org/org-inlinetask.elc #5 2412. ELC org/org-keys.elc #5 2412. ELC org/org-lint.elc #5 2415. ELC org/org-list.elc #5 2416. ELC org/org-loaddefs.elc #5 2416. ELC org/org-macs.elc #5 2416. ELC org/org-mobile.elc #5 2418. ELC org/org-mouse.elc #5 2420. ELC org/org-num.elc #5 2422. ELC org/org-pcomplete.elc #5 2422. ELC org/org-persist.elc #5 2424. ELC org/org-plot.elc #5 2426. ELC org/org-protocol.elc #5 2427. ELC org/org-refile.elc #5 2429. ELC org/org-src.elc #5 2429. ELC org/org-table.elc #5 2431. ELC org/org-tempo.elc #5 2432. ELC org/org-timer.elc #5 2434. ELC org/org.elc #5 2439. ELC org/ox-ascii.elc #5 2440. ELC org/ox-beamer.elc #5 2441. ELC org/ox-html.elc #5 2443. ELC org/ox-icalendar.elc #5 2444. ELC org/ox-koma-letter.elc #5 2445. ELC org/ox-latex.elc #5 2447. ELC org/ox-man.elc #5 2448. ELC org/ox-md.elc #5 2449. ELC org/ox-odt.elc #5 2450. ELC org/ox-org.elc #5 2451. ELC org/ox-publish.elc #5 2452. ELC play/5x5.elc #5 2453. ELC play/animate.elc #5 2453. ELC play/blackbox.elc #5 2453. ELC play/bubbles.elc #5 2454. ELC play/cookie1.elc #5 2454. ELC play/decipher.elc #5 2454. ELC play/dissociate.elc #5 2455. ELC play/doctor.elc #5 2455. ELC play/dunnet.elc #5 2456. ELC play/fortune.elc #5 2457. ELC play/gamegrid.elc #5 2457. ELC play/gametree.elc #5 2457. ELC play/gomoku.elc #5 2458. ELC play/handwrite.elc #5 2458. ELC play/hanoi.elc #5 2458. ELC play/life.elc #5 2459. ELC play/morse.elc #5 2459. ELC play/mpuz.elc #5 2459. ELC play/pong.elc #5 2460. ELC play/snake.elc #5 2460. ELC play/solitaire.elc #5 2460. ELC play/spook.elc #5 2461. ELC play/studly.elc #5 2461. ELC play/tetris.elc #5 2461. ELC play/zone.elc #5 2462. ELC progmodes/antlr-mode.elc #5 2467. ELC progmodes/asm-mode.elc #5 2467. ELC progmodes/autoconf.elc #5 2468. ELC progmodes/bat-mode.elc #5 2468. ELC progmodes/bug-reference.elc #5 2468. ELC progmodes/c-ts-common.elc #5 2468. ELC progmodes/c-ts-mode.elc #5 2469. ELC progmodes/cc-bytecomp.elc #5 2469. ELC progmodes/cc-defs.elc #5 2470. ELC progmodes/cc-vars.elc #5 2470. ELC progmodes/cc-langs.elc #5 2471. ELC progmodes/cc-engine.elc #5 2474. ELC progmodes/cc-align.elc #5 2474. ELC progmodes/cc-awk.elc #5 2475. ELC progmodes/cc-cmds.elc #5 2476. ELC progmodes/cc-fonts.elc #5 2477. ELC progmodes/cc-guess.elc #5 2478. ELC progmodes/cc-menus.elc #5 2478. ELC progmodes/cc-styles.elc #5 2478. ELC progmodes/cc-mode.elc #5 2480. ELC progmodes/cfengine.elc #5 2481. ELC progmodes/cl-font-lock.elc #5 2481. ELC progmodes/cmacexp.elc #5 2481. ELC progmodes/cmake-ts-mode.elc #5 2482. ELC progmodes/compile.elc #5 2482. ELC progmodes/cperl-mode.elc #5 2484. ELC progmodes/cpp.elc #5 2484. ELC progmodes/csharp-mode.elc #5 2485. ELC progmodes/cwarn.elc #5 2486. ELC progmodes/dcl-mode.elc #5 2486. ELC progmodes/dockerfile-ts-mode.elc #5 2486. ELC progmodes/ebnf-abn.elc #5 2487. ELC progmodes/ebnf-bnf.elc #5 2487. ELC progmodes/ebnf-dtd.elc #5 2488. ELC progmodes/ebnf-ebx.elc #5 2488. ELC progmodes/ebnf-iso.elc #5 2488. ELC progmodes/ebnf-otz.elc #5 2489. ELC progmodes/ebnf-yac.elc #5 2489. ELC progmodes/ebnf2ps.elc #5 2489. ELC progmodes/ebrowse.elc #5 2491. ELC progmodes/eglot.elc #5 2493. ELC progmodes/elixir-ts-mode.elc #5 2494. ELC progmodes/erts-mode.elc #5 2494. ELC progmodes/etags-regen.elc #5 2494. ELC progmodes/etags.elc #5 2495. ELC progmodes/executable.elc #5 2495. ELC progmodes/f90.elc #5 2496. ELC progmodes/flymake-cc.elc #5 2497. ELC progmodes/flymake-proc.elc #5 2498. ELC progmodes/flymake.elc #5 2499. ELC progmodes/fortran.elc #5 2499. ELC progmodes/gdb-mi.elc #5 2501. ELC progmodes/glasses.elc #5 2501. ELC progmodes/go-ts-mode.elc #5 2502. ELC progmodes/grep.elc #5 2502. ELC progmodes/gud.elc #5 2503. ELC progmodes/heex-ts-mode.elc #5 2503. ELC progmodes/hideif.elc #5 2504. ELC progmodes/hideshow.elc #5 2504. ELC progmodes/icon.elc #5 2505. ELC progmodes/idlw-complete-structtag.elc #5 2506. ELC progmodes/idlw-help.elc #5 2507. ELC progmodes/idlw-shell.elc #5 2508. ELC progmodes/idlw-toolbar.elc #5 2508. ELC progmodes/idlwave.elc #5 2510. ELC progmodes/inf-lisp.elc #5 2510. ELC progmodes/java-ts-mode.elc #5 2510. ELC progmodes/js.elc #5 2512. ELC progmodes/json-ts-mode.elc #5 2512. ELC progmodes/ld-script.elc #5 2512. ELC progmodes/lua-ts-mode.elc #5 2513. ELC progmodes/m4-mode.elc #5 2513. ELC progmodes/make-mode.elc #5 2513. ELC progmodes/meta-mode.elc #5 2513. ELC progmodes/mixal-mode.elc #5 2514. ELC progmodes/modula2.elc #5 2514. ELC progmodes/octave.elc #5 2515. ELC progmodes/opascal.elc #5 2516. ELC progmodes/pascal.elc #5 2516. ELC progmodes/perl-mode.elc #5 2517. ELC progmodes/project.elc #5 2517. ELC progmodes/prolog.elc #5 2518. ELC progmodes/ps-mode.elc #5 2519. ELC progmodes/python.elc #5 2520. ELC progmodes/ruby-mode.elc #5 2521. ELC progmodes/ruby-ts-mode.elc #5 2521. ELC progmodes/rust-ts-mode.elc #5 2522. ELC progmodes/scheme.elc #5 2522. ELC progmodes/sh-script.elc #5 2523. ELC progmodes/simula.elc #5 2523. ELC progmodes/sql.elc #5 2525. ELC progmodes/subword.elc #5 2525. ELC progmodes/tcl.elc #5 2525. ELC progmodes/typescript-ts-mode.elc #5 2526. ELC progmodes/vera-mode.elc #5 2526. ELC progmodes/verilog-mode.elc #5 2529. ELC progmodes/vhdl-mode.elc #5 2531. ELC progmodes/which-func.elc #5 2532. ELC progmodes/xref.elc #5 2532. ELC progmodes/xscheme.elc #5 2533. ELC term/AT386.elc #5 2533. ELC term/bobcat.elc #5 2534. ELC term/cygwin.elc #5 2534. ELC term/fbterm.elc #5 2534. ELC term/iris-ansi.elc #5 2535. ELC term/konsole.elc #5 2535. ELC term/linux.elc #5 2536. ELC term/lk201.elc #5 2536. ELC term/news.elc #5 2537. ELC term/rxvt.elc #5 2537. ELC term/screen.elc #5 2538. ELC term/st.elc #5 2538. ELC term/sun.elc #5 2538. ELC term/tmux.elc #5 2539. ELC term/tvi970.elc #5 2540. ELC term/vt100.elc #5 2540. ELC term/vt200.elc #5 2540. ELC term/w32console.elc #5 2541. ELC term/wyse50.elc #5 2541. ELC term/xterm.elc #5 2541. ELC textmodes/artist.elc #5 2542. ELC textmodes/bib-mode.elc #5 2542. ELC textmodes/bibtex-style.elc #5 2543. ELC textmodes/bibtex.elc #5 2544. ELC textmodes/conf-mode.elc #5 2544. ELC textmodes/css-mode.elc #5 2545. ELC textmodes/dns-mode.elc #5 2546. ELC textmodes/emacs-authors-mode.elc #5 2546. ELC textmodes/emacs-news-mode.elc #5 2546. ELC textmodes/enriched.elc #5 2546. ELC textmodes/flyspell.elc #5 2547. ELC textmodes/glyphless-mode.elc #5 2547. ELC textmodes/html-ts-mode.elc #5 2548. ELC textmodes/ispell.elc #5 2548. ELC textmodes/less-css-mode.elc #5 2549. ELC textmodes/makeinfo.elc #5 2550. ELC textmodes/mhtml-mode.elc #5 2551. ELC textmodes/nroff-mode.elc #5 2551. ELC textmodes/page-ext.elc #5 2551. ELC textmodes/picture.elc #5 2552. ELC textmodes/pixel-fill.elc #5 2552. ELC textmodes/po.elc #5 2552. ELC textmodes/refbib.elc #5 2552. ELC textmodes/refer.elc #5 2553. ELC textmodes/refill.elc #5 2553. ELC textmodes/reftex-auc.elc #5 2553. ELC textmodes/reftex-cite.elc #5 2554. ELC textmodes/reftex-dcr.elc #5 2554. ELC textmodes/reftex-global.elc #5 2554. ELC textmodes/reftex-index.elc #5 2555. ELC textmodes/reftex-loaddefs.elc #5 2555. ELC textmodes/reftex-parse.elc #5 2555. ELC textmodes/reftex-ref.elc #5 2556. ELC textmodes/reftex-sel.elc #5 2557. ELC textmodes/reftex-toc.elc #5 2557. ELC textmodes/reftex-vars.elc #5 2558. ELC textmodes/reftex.elc #5 2558. ELC textmodes/remember.elc #5 2558. ELC textmodes/rst.elc #5 2559. ELC textmodes/sgml-mode.elc #5 2560. ELC textmodes/string-edit.elc #5 2561. ELC textmodes/table.elc #5 2562. ELC textmodes/tex-mode.elc #5 2562. ELC textmodes/texinfmt.elc #5 2563. ELC textmodes/texinfo-loaddefs.elc #5 2563. ELC textmodes/texinfo.elc #5 2564. ELC textmodes/texnfo-upd.elc #5 2564. ELC textmodes/tildify.elc #5 2564. ELC textmodes/toml-ts-mode.elc #5 2565. ELC textmodes/two-column.elc #5 2565. ELC textmodes/underline.elc #5 2565. ELC textmodes/word-wrap-mode.elc #5 2566. ELC textmodes/yaml-ts-mode.elc #5 2566. ELC url/url-auth.elc #5 2566. ELC url/url-cache.elc #5 2567. ELC url/url-cid.elc #5 2567. ELC url/url-cookie.elc #5 2568. ELC url/url-dav.elc #5 2569. ELC url/url-domsuf.elc #5 2569. ELC url/url-expand.elc #5 2569. ELC url/url-file.elc #5 2570. ELC url/url-ftp.elc #5 2570. ELC url/url-future.elc #5 2570. ELC url/url-gw.elc #5 2571. ELC url/url-handlers.elc #5 2571. ELC url/url-history.elc #5 2572. ELC url/url-http.elc #5 2572. ELC url/url-imap.elc #5 2573. ELC url/url-irc.elc #5 2573. ELC url/url-ldap.elc #5 2574. ELC url/url-mailto.elc #5 2574. ELC url/url-methods.elc #5 2574. ELC url/url-misc.elc #5 2575. ELC url/url-news.elc #5 2576. ELC url/url-nfs.elc #5 2576. ELC url/url-parse.elc #5 2576. ELC url/url-privacy.elc #5 2577. ELC url/url-proxy.elc #5 2577. ELC url/url-queue.elc #5 2577. ELC url/url-tramp.elc #5 2578. ELC url/url-util.elc #5 2578. ELC url/url-vars.elc #5 2579. ELC url/url.elc #5 2579. ELC use-package/use-package-bind-key.elc #5 2580. ELC use-package/use-package-core.elc #5 2580. ELC use-package/use-package-delight.elc #5 2581. ELC use-package/use-package-diminish.elc #5 2581. ELC use-package/use-package-ensure-system-package.elc #5 2581. ELC use-package/use-package-ensure.elc #5 2581. ELC use-package/use-package-jump.elc #5 2582. ELC use-package/use-package-lint.elc #5 2582. ELC use-package/use-package.elc #5 2582. ELC vc/add-log.elc #5 2582. ELC vc/compare-w.elc #5 2583. ELC vc/cvs-status.elc #5 2584. ELC vc/diff-mode.elc #5 2584. ELC vc/diff.elc #5 2585. ELC vc/ediff-diff.elc #5 2585. ELC vc/ediff-help.elc #5 2586. ELC vc/ediff-init.elc #5 2586. ELC vc/ediff-merg.elc #5 2586. ELC vc/ediff-mult.elc #5 2587. ELC vc/ediff-ptch.elc #5 2588. ELC vc/ediff-util.elc #5 2589. ELC vc/ediff-vers.elc #5 2589. ELC vc/ediff-wind.elc #5 2589. ELC vc/ediff.elc #5 2590. ELC vc/emerge.elc #5 2591. ELC vc/log-edit.elc #5 2591. ELC vc/log-view.elc #5 2592. ELC vc/pcvs-defs.elc #5 2592. ELC vc/pcvs-info.elc #5 2592. ELC vc/pcvs-parse.elc #5 2593. ELC vc/pcvs-util.elc #5 2593. ELC vc/pcvs.elc #5 2594. ELC vc/smerge-mode.elc #5 2594. ELC vc/vc-annotate.elc #5 2595. ELC vc/vc-bzr.elc #5 2595. ELC vc/vc-cvs.elc #5 2596. ELC vc/vc-dav.elc #5 2596. ELC vc/vc-dir.elc #5 2597. ELC vc/vc-dispatcher.elc #5 2597. ELC vc/vc-filewise.elc #5 2597. ELC vc/vc-git.elc #5 2598. ELC vc/vc-hg.elc #5 2599. ELC vc/vc-rcs.elc #5 2599. ELC vc/vc-sccs.elc #5 2600. ELC vc/vc-src.elc #5 2600. ELC vc/vc-svn.elc #5 2600. ELC vc/vc.elc #5 2601. make[4]: Leaving directory '/checkout/lisp' #5 2601. GEN cus-load.el #5 2601. INFO Scanning files for custom... #5 2602. INFO Scanning files for custom...10% #5 2603. INFO Scanning files for custom...20% #5 2604. INFO Scanning files for custom...30% #5 2604. INFO Scanning files for custom...40% #5 2605. INFO Scanning files for custom...50% #5 2606. INFO Scanning files for custom...60% #5 2606. INFO Scanning files for custom...70% #5 2607. INFO Scanning files for custom...80% #5 2608. INFO Scanning files for custom...90% #5 2610. INFO Scanning files for custom...100% #5 2610. INFO Scanning files for custom...done #5 2610. INFO Generating ./cus-load.el... #5 2610. INFO Generating ./cus-load.el...done #5 2610. GEN finder-inf.el #5 2611. INFO Scanning files for finder... #5 2611. INFO Scanning files for finder...7% #5 2611. INFO Scanning files for finder...10% #5 2611. INFO Scanning files for finder...15% #5 2611. INFO Scanning files for finder...21% #5 2612. INFO Scanning files for finder...33% #5 2612. INFO Scanning files for finder...42% #5 2612. INFO Scanning files for finder...52% #5 2612. INFO Scanning files for finder...58% #5 2612. INFO Scanning files for finder...62% #5 2613. INFO Scanning files for finder...69% #5 2613. INFO Scanning files for finder...79% #5 2613. INFO Scanning files for finder...86% #5 2613. INFO Scanning files for finder...91% #5 2613. INFO Scanning files for finder...100% #5 2613. INFO Scanning files for finder...done #5 2614. make[4]: Entering directory '/checkout/leim' #5 2614. GEN small-ja-dic-option #5 2614. /usr/bin/mkdir -p ../lisp/leim/ja-dic #5 2614. GEN ../lisp/leim/ja-dic/ja-dic.el #5 2615. INFO Processing OKURI-ARI entries #5 2615. INFO Processing POSTFIX entries #5 2615. INFO Processing PREFIX entries #5 2616. INFO Collecting OKURI-NASI entries #5 2616. INFO Collecting OKURI-NASI entries... #5 2616. INFO Collecting OKURI-NASI entries...29% #5 2617. INFO Collecting OKURI-NASI entries...39% #5 2619. INFO Collecting OKURI-NASI entries...49% #5 2621. INFO Collecting OKURI-NASI entries...59% #5 2624. INFO Collecting OKURI-NASI entries...69% #5 2627. INFO Collecting OKURI-NASI entries...79% #5 2631. INFO Collecting OKURI-NASI entries...89% #5 2636. INFO Collecting OKURI-NASI entries...99% #5 2637. INFO Collecting OKURI-NASI entries...done #5 2637. INFO Processing OKURI-NASI entries #5 2637. INFO Processing OKURI-NASI entries... #5 2638. INFO Processing OKURI-NASI entries...10% #5 2638. INFO Processing OKURI-NASI entries...20% #5 2639. INFO Processing OKURI-NASI entries...30% #5 2639. INFO Processing OKURI-NASI entries...40% #5 2639. INFO Processing OKURI-NASI entries...50% #5 2640. INFO Processing OKURI-NASI entries...60% #5 2640. INFO Processing OKURI-NASI entries...70% #5 2641. INFO Processing OKURI-NASI entries...80% #5 2641. INFO Processing OKURI-NASI entries...90% #5 2642. INFO Processing OKURI-NASI entries...100% #5 2642. INFO Processing OKURI-NASI entries...done #5 2643. make[4]: Leaving directory '/checkout/leim' #5 2643. make[4]: Entering directory '/checkout/lisp' #5 2643. ELC leim/ja-dic/ja-dic.elc #5 2644. INFO Extracting OKURI-NASI entries... #5 2644. INFO Extracting OKURI-NASI entries...6% #5 2645. INFO Extracting OKURI-NASI entries...12% #5 2645. INFO Extracting OKURI-NASI entries...17% #5 2645. INFO Extracting OKURI-NASI entries...22% #5 2645. INFO Extracting OKURI-NASI entries...28% #5 2645. INFO Extracting OKURI-NASI entries...33% #5 2646. INFO Extracting OKURI-NASI entries...39% #5 2646. INFO Extracting OKURI-NASI entries...44% #5 2646. INFO Extracting OKURI-NASI entries...49% #5 2646. INFO Extracting OKURI-NASI entries...54% #5 2646. INFO Extracting OKURI-NASI entries...59% #5 2647. INFO Extracting OKURI-NASI entries...62% #5 2647. INFO Extracting OKURI-NASI entries...66% #5 2647. INFO Extracting OKURI-NASI entries...70% #5 2647. INFO Extracting OKURI-NASI entries...75% #5 2647. INFO Extracting OKURI-NASI entries...81% #5 2648. INFO Extracting OKURI-NASI entries...86% #5 2648. INFO Extracting OKURI-NASI entries...92% #5 2648. INFO Extracting OKURI-NASI entries...96% #5 2648. INFO Extracting OKURI-NASI entries...done #5 2652. make[4]: Leaving directory '/checkout/lisp' #5 2652. make[4]: Entering directory '/checkout/doc/misc' #5 2652. GEN org.texi #5 2672. GEN modus-themes.texi #5 2677. make[4]: Leaving directory '/checkout/doc/misc' #5 2677. make[3]: Leaving directory '/checkout/lisp' #5 2677. make -C doc/lispref info #5 2677. make[3]: Entering directory '/checkout/doc/lispref' #5 2677. /usr/bin/mkdir -p ../../info #5 2677. cp elisp_type_hierarchy.txt ../../info/elisp_type_hierarchy.txt #5 2677. cp elisp_type_hierarchy.jpg ../../info/elisp_type_hierarchy.jpg #5 2677. GEN ../../info/elisp.info #5 2708. make[3]: Leaving directory '/checkout/doc/lispref' #5 2708. make -C doc/lispintro info #5 2708. make[3]: Entering directory '/checkout/doc/lispintro' #5 2708. GEN ../../info/eintr.info #5 2712. make[3]: Leaving directory '/checkout/doc/lispintro' #5 2712. make -C doc/emacs info #5 2712. make[3]: Entering directory '/checkout/doc/emacs' #5 2712. GEN ../../info/emacs.info #5 2728. make[3]: Leaving directory '/checkout/doc/emacs' #5 2728. make -C doc/misc info #5 2728. make[3]: Entering directory '/checkout/doc/misc' #5 2728. GEN ../../info/auth.info #5 2729. GEN ../../info/autotype.info #5 2730. GEN ../../info/bovine.info #5 2731. GEN ../../info/calc.info #5 2740. GEN ../../info/ccmode.info #5 2741. cc-mode.texi:838: warning: @footnote should not appear on @item line #5 2741. cc-mode.texi:1224: warning: @footnote should not appear on @item line #5 2741. cc-mode.texi:1229: warning: @footnote should not appear on @item line #5 2741. cc-mode.texi:1572: warning: @footnote should not appear on @item line #5 2743. GEN ../../info/cl.info #5 2745. GEN ../../info/dbus.info #5 2746. GEN ../../info/dired-x.info #5 2747. GEN ../../info/ebrowse.info #5 2748. GEN ../../info/ede.info #5 2750. GEN ../../info/ediff.info #5 2751. GEN ../../info/edt.info #5 2752. GEN ../../info/efaq.info #5 2754. GEN ../../info/eglot.info #5 2756. GEN ../../info/eieio.info #5 2757. GEN ../../info/emacs-gnutls.info #5 2758. GEN ../../info/emacs-mime.info #5 2759. GEN ../../info/epa.info #5 2760. GEN ../../info/erc.info #5 2762. GEN ../../info/ert.info #5 2763. GEN ../../info/eshell.info #5 2764. GEN ../../info/eudc.info #5 2765. GEN ../../info/eww.info #5 2766. GEN ../../info/flymake.info #5 2767. GEN ../../info/forms.info #5 2768. GEN ../../info/gnus.info #5 2777. GEN ../../info/htmlfontify.info #5 2778. GEN ../../info/idlwave.info #5 2780. GEN ../../info/ido.info #5 2781. GEN ../../info/info.info #5 2782. GEN ../../info/mairix-el.info #5 2783. GEN ../../info/message.info #5 2785. GEN ../../info/mh-e.info #5 2789. GEN ../../info/modus-themes.info #5 2791. GEN ../../info/newsticker.info #5 2791. GEN ../../info/nxml-mode.info #5 2792. GEN ../../info/octave-mode.info #5 2793. GEN ../../info/org.info #5 2795. org.texi:15658: warning: @anchor should not appear on @item line #5 2795. org.texi:15671: warning: @anchor should not appear on @item line #5 2801. GEN ../../info/pcl-cvs.info #5 2802. GEN ../../info/pgg.info #5 2803. GEN ../../info/rcirc.info #5 2804. GEN ../../info/reftex.info #5 2807. GEN ../../info/remember.info #5 2807. GEN ../../info/sasl.info #5 2808. GEN ../../info/sc.info #5 2810. GEN ../../info/semantic.info #5 2811. GEN ../../info/ses.info #5 2812. GEN ../../info/sieve.info #5 2813. GEN ../../info/smtpmail.info #5 2813. GEN ../../info/speedbar.info #5 2814. GEN ../../info/srecode.info #5 2816. GEN ../../info/todo-mode.info #5 2817. GEN ../../info/tramp.info #5 2819. GEN ../../info/transient.info #5 2820. GEN ../../info/url.info #5 2822. GEN ../../info/use-package.info #5 2823. GEN ../../info/vhdl-mode.info #5 2824. GEN ../../info/vip.info #5 2825. GEN ../../info/viper.info #5 2827. GEN ../../info/vtable.info #5 2828. GEN ../../info/widget.info #5 2829. GEN ../../info/wisent.info #5 2830. GEN ../../info/woman.info #5 2831. GEN ../../info/efaq-w32.info #5 2833. make[3]: Leaving directory '/checkout/doc/misc' #5 2833. GEN info/dir #5 2833. make -C src BIN_DESTDIR=''/usr/local/bin/'' ELN_DESTDIR='/usr/local/lib/emacs/30.0.50/' #5 2834. make[3]: Entering directory '/checkout/src' #5 2834. make -C ../admin/charsets all #5 2834. make[4]: Entering directory '/checkout/admin/charsets' #5 2834. make[4]: Nothing to be done for 'all'. #5 2834. make[4]: Leaving directory '/checkout/admin/charsets' #5 2834. make -C ../admin/unidata charscript.el #5 2834. make[4]: Entering directory '/checkout/admin/unidata' #5 2834. make[4]: Nothing to be done for 'charscript.el'. #5 2834. make[4]: Leaving directory '/checkout/admin/unidata' #5 2834. make -C ../admin/unidata emoji-zwj.el #5 2834. make[4]: Entering directory '/checkout/admin/unidata' #5 2834. make[4]: Nothing to be done for 'emoji-zwj.el'. #5 2834. make[4]: Leaving directory '/checkout/admin/unidata' #5 2834. make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs" #5 2834. make[4]: Entering directory '/checkout/admin/unidata' #5 2834. make[4]: Nothing to be done for 'all'. #5 2834. make[4]: Leaving directory '/checkout/admin/unidata' #5 2834. make -C ../admin/charsets cp51932.el #5 2834. make[4]: Entering directory '/checkout/admin/charsets' #5 2834. make[4]: Nothing to be done for 'cp51932.el'. #5 2834. make[4]: Leaving directory '/checkout/admin/charsets' #5 2834. make -C ../admin/charsets eucjp-ms.el #5 2834. make[4]: Entering directory '/checkout/admin/charsets' #5 2834. make[4]: Nothing to be done for 'eucjp-ms.el'. #5 2834. make[4]: Leaving directory '/checkout/admin/charsets' #5 2834. make[3]: Leaving directory '/checkout/src' #5 2834. make[2]: Leaving directory '/checkout' #5 2834. make[1]: Leaving directory '/checkout' #5 2834. make sanity-check make-target=bootstrap #5 2834. make[1]: Entering directory '/checkout' #5 2834. make[1]: Leaving directory '/checkout' #5 DONE 2834.9s #4 [emacs-tree-sitter 9/11] RUN mkdir -p /root/.emacs.d/tree-sitter #4 DONE 1.2s #14 [emacs-tree-sitter 10/11] RUN git config --global http.sslverify "false" #14 DONE 1.5s #8 [emacs-tree-sitter 11/11] RUN src/emacs -Q --batch --eval '(setq ... #8 2.209 Cloning repository #8 3.623 Compiling library #8 14.38 Library installed to /root/.emacs.d/tree-sitter/libtree-sitter-bash.so #8 14.42 Cloning repository #8 15.08 Compiling library #8 20.61 Library installed to /root/.emacs.d/tree-sitter/libtree-sitter-c.so #8 20.69 Cloning repository #8 22.40 Compiling library #8 57.34 Library installed to /root/.emacs.d/tree-sitter/libtree-sitter-cpp.so #8 57.39 Cloning repository #8 57.79 Compiling library #8 59.00 Library installed to /root/.emacs.d/tree-sitter/libtree-sitter-css.so #8 59.05 Cloning repository #8 60.05 Compiling library #8 72.46 Library installed to /root/.emacs.d/tree-sitter/libtree-sitter-elixir.so #8 72.54 Cloning repository #8 73.00 Compiling library #8 75.86 Library installed to /root/.emacs.d/tree-sitter/libtree-sitter-go.so #8 75.90 Cloning repository #8 76.21 Compiling library #8 76.49 Library installed to /root/.emacs.d/tree-sitter/libtree-sitter-gomod.so #8 76.51 Cloning repository #8 76.82 Compiling library #8 77.26 Library installed to /root/.emacs.d/tree-sitter/libtree-sitter-heex.so #8 77.29 Cloning repository #8 77.77 Compiling library #8 78.73 Library installed to /root/.emacs.d/tree-sitter/libtree-sitter-html.so #8 78.84 Cloning repository #8 79.31 Compiling library #8 82.27 Library installed to /root/.emacs.d/tree-sitter/libtree-sitter-java.so #8 82.31 Cloning repository #8 83.01 Compiling library #8 87.62 Library installed to /root/.emacs.d/tree-sitter/libtree-sitter-javascript.so #8 87.70 Cloning repository #8 88.07 Compiling library #8 88.41 Library installed to /root/.emacs.d/tree-sitter/libtree-sitter-json.so #8 88.44 Cloning repository #8 89.05 Compiling library #8 89.83 Library installed to /root/.emacs.d/tree-sitter/libtree-sitter-lua.so #8 89.87 Cloning repository #8 90.45 Compiling library #8 94.26 Library installed to /root/.emacs.d/tree-sitter/libtree-sitter-python.so #8 94.30 Cloning repository #8 95.27 Compiling library #8 104.2 Library installed to /root/.emacs.d/tree-sitter/libtree-sitter-ruby.so #8 104.3 Cloning repository #8 106.9 Compiling library #8 117.1 Library installed to /root/.emacs.d/tree-sitter/libtree-sitter-tsx.so #8 117.1 Cloning repository #8 122.1 Compiling library #8 131.7 Library installed to /root/.emacs.d/tree-sitter/libtree-sitter-typescript.so #8 DONE 132.1s #16 exporting to image #16 exporting layers #16 exporting layers 37.3s done #16 writing image sha256:085d3b4202c61a351eb2510718968ff758a9602119a66e9e3f464fff7e9279f5 0.0s done #16 naming to emba.gnu.org:5050/emacs/emacs:emacs-tree-sitter-master 0.0s done #16 DONE 37.4s $ docker push ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} The push refers to repository [emba.gnu.org:5050/emacs/emacs] 0ffb1f3084b9: Preparing 877035977958: Preparing 9e0961080aaf: Preparing b8ba38aac8a3: Preparing 19e3e9517eee: Preparing efcc2bfdb73b: Preparing 5f70bf18a086: Preparing a13a0660bab8: Preparing 2e498bb267ec: Preparing be291d38fbad: Preparing 5057ae3f27fb: Preparing a13a0660bab8: Waiting 2e498bb267ec: Waiting efcc2bfdb73b: Waiting 5f70bf18a086: Waiting be291d38fbad: Waiting 5057ae3f27fb: Waiting 877035977958: Retrying in 5 seconds 0ffb1f3084b9: Retrying in 5 seconds 9e0961080aaf: Retrying in 5 seconds b8ba38aac8a3: Retrying in 5 seconds 19e3e9517eee: Retrying in 5 seconds 877035977958: Retrying in 4 seconds 0ffb1f3084b9: Retrying in 4 seconds 9e0961080aaf: Retrying in 4 seconds b8ba38aac8a3: Retrying in 4 seconds 19e3e9517eee: Retrying in 4 seconds 877035977958: Retrying in 3 seconds 0ffb1f3084b9: Retrying in 3 seconds 9e0961080aaf: Retrying in 3 seconds b8ba38aac8a3: Retrying in 3 seconds 19e3e9517eee: Retrying in 3 seconds 877035977958: Retrying in 2 seconds 0ffb1f3084b9: Retrying in 2 seconds 9e0961080aaf: Retrying in 2 seconds b8ba38aac8a3: Retrying in 2 seconds 19e3e9517eee: Retrying in 2 seconds 877035977958: Retrying in 1 second 0ffb1f3084b9: Retrying in 1 second 9e0961080aaf: Retrying in 1 second b8ba38aac8a3: Retrying in 1 second 19e3e9517eee: Retrying in 1 second 877035977958: Retrying in 10 seconds 877035977958: Retrying in 9 seconds 877035977958: Retrying in 8 seconds 877035977958: Retrying in 7 seconds 877035977958: Retrying in 6 seconds 877035977958: Retrying in 5 seconds 877035977958: Retrying in 4 seconds 877035977958: Retrying in 3 seconds 877035977958: Retrying in 2 seconds 877035977958: Retrying in 1 second 0ffb1f3084b9: Retrying in 10 seconds 0ffb1f3084b9: Retrying in 9 seconds 0ffb1f3084b9: Retrying in 8 seconds 0ffb1f3084b9: Retrying in 7 seconds 0ffb1f3084b9: Retrying in 6 seconds 0ffb1f3084b9: Retrying in 5 seconds 0ffb1f3084b9: Retrying in 4 seconds 0ffb1f3084b9: Retrying in 3 seconds 0ffb1f3084b9: Retrying in 2 seconds 0ffb1f3084b9: Retrying in 1 second 9e0961080aaf: Retrying in 10 seconds b8ba38aac8a3: Retrying in 10 seconds 9e0961080aaf: Retrying in 9 seconds b8ba38aac8a3: Retrying in 9 seconds 9e0961080aaf: Retrying in 8 seconds b8ba38aac8a3: Retrying in 8 seconds 9e0961080aaf: Retrying in 7 seconds b8ba38aac8a3: Retrying in 7 seconds 9e0961080aaf: Retrying in 6 seconds b8ba38aac8a3: Retrying in 6 seconds 9e0961080aaf: Retrying in 5 seconds b8ba38aac8a3: Retrying in 5 seconds 9e0961080aaf: Retrying in 4 seconds b8ba38aac8a3: Retrying in 4 seconds 9e0961080aaf: Retrying in 3 seconds b8ba38aac8a3: Retrying in 3 seconds 9e0961080aaf: Retrying in 2 seconds b8ba38aac8a3: Retrying in 2 seconds 9e0961080aaf: Retrying in 1 second b8ba38aac8a3: Retrying in 1 second 19e3e9517eee: Retrying in 10 seconds 877035977958: Retrying in 15 seconds 0ffb1f3084b9: Retrying in 15 seconds 9e0961080aaf: Retrying in 15 seconds b8ba38aac8a3: Retrying in 15 seconds 19e3e9517eee: Retrying in 9 seconds 877035977958: Retrying in 14 seconds 0ffb1f3084b9: Retrying in 14 seconds 9e0961080aaf: Retrying in 14 seconds b8ba38aac8a3: Retrying in 14 seconds 19e3e9517eee: Retrying in 8 seconds 877035977958: Retrying in 13 seconds 0ffb1f3084b9: Retrying in 13 seconds 9e0961080aaf: Retrying in 13 seconds b8ba38aac8a3: Retrying in 13 seconds 19e3e9517eee: Retrying in 7 seconds 877035977958: Retrying in 12 seconds 0ffb1f3084b9: Retrying in 12 seconds 9e0961080aaf: Retrying in 12 seconds b8ba38aac8a3: Retrying in 12 seconds 19e3e9517eee: Retrying in 6 seconds 877035977958: Retrying in 11 seconds 0ffb1f3084b9: Retrying in 11 seconds 9e0961080aaf: Retrying in 11 seconds b8ba38aac8a3: Retrying in 11 seconds 19e3e9517eee: Retrying in 5 seconds 877035977958: Retrying in 10 seconds 0ffb1f3084b9: Retrying in 10 seconds 9e0961080aaf: Retrying in 10 seconds b8ba38aac8a3: Retrying in 10 seconds 19e3e9517eee: Retrying in 4 seconds 877035977958: Retrying in 9 seconds 0ffb1f3084b9: Retrying in 9 seconds 9e0961080aaf: Retrying in 9 seconds b8ba38aac8a3: Retrying in 9 seconds 19e3e9517eee: Retrying in 3 seconds 877035977958: Retrying in 8 seconds 0ffb1f3084b9: Retrying in 8 seconds 9e0961080aaf: Retrying in 8 seconds b8ba38aac8a3: Retrying in 8 seconds 19e3e9517eee: Retrying in 2 seconds 877035977958: Retrying in 7 seconds 0ffb1f3084b9: Retrying in 7 seconds 9e0961080aaf: Retrying in 7 seconds b8ba38aac8a3: Retrying in 7 seconds 19e3e9517eee: Retrying in 1 second 877035977958: Retrying in 6 seconds 0ffb1f3084b9: Retrying in 6 seconds 9e0961080aaf: Retrying in 6 seconds b8ba38aac8a3: Retrying in 6 seconds 877035977958: Retrying in 5 seconds 0ffb1f3084b9: Retrying in 5 seconds 9e0961080aaf: Retrying in 5 seconds b8ba38aac8a3: Retrying in 5 seconds 877035977958: Retrying in 4 seconds 0ffb1f3084b9: Retrying in 4 seconds 9e0961080aaf: Retrying in 4 seconds b8ba38aac8a3: Retrying in 4 seconds 877035977958: Retrying in 3 seconds 0ffb1f3084b9: Retrying in 3 seconds 9e0961080aaf: Retrying in 3 seconds b8ba38aac8a3: Retrying in 3 seconds 877035977958: Retrying in 2 seconds 0ffb1f3084b9: Retrying in 2 seconds 9e0961080aaf: Retrying in 2 seconds b8ba38aac8a3: Retrying in 2 seconds 877035977958: Retrying in 1 second 0ffb1f3084b9: Retrying in 1 second 9e0961080aaf: Retrying in 1 second b8ba38aac8a3: Retrying in 1 second 19e3e9517eee: Retrying in 15 seconds 19e3e9517eee: Retrying in 14 seconds 19e3e9517eee: Retrying in 13 seconds 19e3e9517eee: Retrying in 12 seconds 19e3e9517eee: Retrying in 11 seconds 19e3e9517eee: Retrying in 10 seconds 19e3e9517eee: Retrying in 9 seconds 19e3e9517eee: Retrying in 8 seconds 19e3e9517eee: Retrying in 7 seconds 19e3e9517eee: Retrying in 6 seconds 19e3e9517eee: Retrying in 5 seconds 19e3e9517eee: Retrying in 4 seconds 19e3e9517eee: Retrying in 3 seconds 19e3e9517eee: Retrying in 2 seconds 19e3e9517eee: Retrying in 1 second 877035977958: Retrying in 20 seconds 877035977958: Retrying in 19 seconds 877035977958: Retrying in 18 seconds 877035977958: Retrying in 17 seconds 877035977958: Retrying in 16 seconds 877035977958: Retrying in 15 seconds 877035977958: Retrying in 14 seconds 877035977958: Retrying in 13 seconds 877035977958: Retrying in 12 seconds 877035977958: Retrying in 11 seconds 877035977958: Retrying in 10 seconds 877035977958: Retrying in 9 seconds 877035977958: Retrying in 8 seconds 877035977958: Retrying in 7 seconds 877035977958: Retrying in 6 seconds 877035977958: Retrying in 5 seconds 0ffb1f3084b9: Retrying in 20 seconds 877035977958: Retrying in 4 seconds 0ffb1f3084b9: Retrying in 19 seconds 877035977958: Retrying in 3 seconds 0ffb1f3084b9: Retrying in 18 seconds 877035977958: Retrying in 2 seconds 0ffb1f3084b9: Retrying in 17 seconds 877035977958: Retrying in 1 second 0ffb1f3084b9: Retrying in 16 seconds 0ffb1f3084b9: Retrying in 15 seconds 0ffb1f3084b9: Retrying in 14 seconds 0ffb1f3084b9: Retrying in 13 seconds 0ffb1f3084b9: Retrying in 12 seconds 0ffb1f3084b9: Retrying in 11 seconds 0ffb1f3084b9: Retrying in 10 seconds 0ffb1f3084b9: Retrying in 9 seconds 0ffb1f3084b9: Retrying in 8 seconds 0ffb1f3084b9: Retrying in 7 seconds 0ffb1f3084b9: Retrying in 6 seconds 0ffb1f3084b9: Retrying in 5 seconds 9e0961080aaf: Retrying in 20 seconds 9e0961080aaf: Retrying in 19 seconds 0ffb1f3084b9: Retrying in 4 seconds 0ffb1f3084b9: Retrying in 3 seconds 9e0961080aaf: Retrying in 18 seconds 0ffb1f3084b9: Retrying in 2 seconds 9e0961080aaf: Retrying in 17 seconds 0ffb1f3084b9: Retrying in 1 second 9e0961080aaf: Retrying in 16 seconds 9e0961080aaf: Retrying in 15 seconds 9e0961080aaf: Retrying in 14 seconds 9e0961080aaf: Retrying in 13 seconds 9e0961080aaf: Retrying in 12 seconds 9e0961080aaf: Retrying in 11 seconds 9e0961080aaf: Retrying in 10 seconds 9e0961080aaf: Retrying in 9 seconds 9e0961080aaf: Retrying in 8 seconds 9e0961080aaf: Retrying in 7 seconds 9e0961080aaf: Retrying in 6 seconds 9e0961080aaf: Retrying in 5 seconds b8ba38aac8a3: Retrying in 20 seconds 9e0961080aaf: Retrying in 4 seconds b8ba38aac8a3: Retrying in 19 seconds 9e0961080aaf: Retrying in 3 seconds b8ba38aac8a3: Retrying in 18 seconds 9e0961080aaf: Retrying in 2 seconds b8ba38aac8a3: Retrying in 17 seconds 9e0961080aaf: Retrying in 1 second b8ba38aac8a3: Retrying in 16 seconds b8ba38aac8a3: Retrying in 15 seconds b8ba38aac8a3: Retrying in 14 seconds b8ba38aac8a3: Retrying in 13 seconds b8ba38aac8a3: Retrying in 12 seconds b8ba38aac8a3: Retrying in 11 seconds b8ba38aac8a3: Retrying in 10 seconds b8ba38aac8a3: Retrying in 9 seconds b8ba38aac8a3: Retrying in 8 seconds b8ba38aac8a3: Retrying in 7 seconds b8ba38aac8a3: Retrying in 6 seconds b8ba38aac8a3: Retrying in 5 seconds 19e3e9517eee: Retrying in 20 seconds b8ba38aac8a3: Retrying in 4 seconds 19e3e9517eee: Retrying in 19 seconds b8ba38aac8a3: Retrying in 3 seconds 19e3e9517eee: Retrying in 18 seconds b8ba38aac8a3: Retrying in 2 seconds 19e3e9517eee: Retrying in 17 seconds b8ba38aac8a3: Retrying in 1 second 19e3e9517eee: Retrying in 16 seconds 19e3e9517eee: Retrying in 15 seconds 19e3e9517eee: Retrying in 14 seconds 19e3e9517eee: Retrying in 13 seconds 19e3e9517eee: Retrying in 12 seconds 19e3e9517eee: Retrying in 11 seconds 19e3e9517eee: Retrying in 10 seconds 19e3e9517eee: Retrying in 9 seconds 19e3e9517eee: Retrying in 8 seconds 19e3e9517eee: Retrying in 7 seconds 19e3e9517eee: Retrying in 6 seconds 19e3e9517eee: Retrying in 5 seconds 19e3e9517eee: Retrying in 4 seconds 19e3e9517eee: Retrying in 3 seconds 19e3e9517eee: Retrying in 2 seconds 19e3e9517eee: Retrying in 1 second efcc2bfdb73b: Retrying in 5 seconds efcc2bfdb73b: Retrying in 4 seconds efcc2bfdb73b: Retrying in 3 seconds efcc2bfdb73b: Retrying in 2 seconds efcc2bfdb73b: Retrying in 1 second net/http: request canceled (Client.Timeout exceeded while awaiting headers) section_end:1710032572:step_script section_start:1710032572:after_script Running after_script Running after script... $ test -n "$(docker ps -aq -f name=${test_name})" && docker cp ${test_name}:checkout/test ${test_name} $ test -n "$(docker ps -aq -f name=${test_name})" && docker rm ${test_name} $ find ${test_name} ! \( -name "*.log" -o -name ${EMACS_TEST_JUNIT_REPORT} \) -type f -delete find: build-image-tree-sitter-d7071359: No such file or directory section_end:1710032584:after_script section_start:1710032584:cleanup_file_variables Cleaning up project directory and file based variables section_end:1710032589:cleanup_file_variables ERROR: Job failed: exit code 1