Running with gitlab-runner 15.3.0 (bbcb5aba)  on emba-docker-runner 2oEDrUT7 section_start:1696550632: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:1696550637:prepare_executor section_start:1696550637:prepare_script Preparing environment Running on runner-2oedrut7-project-1-concurrent-2 via emba.gnu.org... section_end:1696550645:prepare_script section_start:1696550645: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 505c8062 as master... Skipping Git submodules setup section_end:1696550701:get_sources section_start:1696550701: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: No swap limit support Client: Debug Mode: false Server: Containers: 26 Running: 5 Paused: 0 Stopped: 21 Images: 17 Server Version: 20.10.21 Storage Driver: overlay2 Backing Filesystem: xfs Supports d_type: true Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc Default Runtime: runc Init Binary: docker-init containerd version: runc version: init version: Security Options: apparmor seccomp Profile: default Kernel Version: 4.15.0-213-generic Operating System: Trisquel GNU/Linux Etiona (9.0.2) OSType: linux Architecture: x86_64 CPUs: 2 Total Memory: 7.789GiB Name: emba.gnu.org ID: X47L:JFLM:IP7X:AN3A:6FS4:N5DF:SGWZ:KSYJ:GQ2L:ZEKB:GUXD:3IZT Docker Root Dir: /var/lib/docker Debug Mode: false HTTP Proxy: http://serverproxy0p.fsf.org:8118/ HTTPS Proxy: http://serverproxy0p.fsf.org:8118/ No Proxy: localhost,127.0.0.1,eggs.gnu.org,emba.gnu.org/ Registry: https://index.docker.io/v1/ Labels: Experimental: false Insecure Registries: 127.0.0.0/8 Live Restore Enabled: false $ echo "docker registry is ${CI_REGISTRY}" docker registry is emba.gnu.org:5050 $ docker login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY} WARNING! Using --password via the CLI is insecure. Use --password-stdin. Login Succeeded WARNING! Your password will be stored unencrypted in /.docker-config-505c80623049d9e181918acdac8229c9a2041b1e/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store $ 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: 35B 0.0s #1 transferring dockerfile: 6.46kB 0.2s done #1 ... #2 [internal] load .dockerignore #2 transferring context: 2B 0.1s done #2 DONE 16.9s #1 [internal] load build definition from Dockerfile.emba #1 DONE 17.6s #3 [internal] load metadata for docker.io/library/debian:sid #3 DONE 0.7s #4 [emacs-eglot 1/8] FROM docker.io/library/debian:sid@sha256:10bf2efd490be... #4 DONE 0.0s #15 [internal] load build context #15 transferring context: 4.41MB 1.8s #15 transferring context: 25.33MB 6.8s #15 transferring context: 47.97MB 11.8s #15 transferring context: 72.62MB 16.9s #15 transferring context: 98.41MB 22.1s #15 transferring context: 106.84MB 27.1s #15 transferring context: 123.92MB 32.2s #15 transferring context: 144.72MB 37.3s #15 transferring context: 167.99MB 42.4s #15 transferring context: 173.81MB 47.8s #15 transferring context: 191.97MB 52.9s #15 transferring context: 208.01MB 57.9s #15 transferring context: 223.13MB 63.1s #15 transferring context: 227.56MB 68.4s #15 transferring context: 240.07MB 70.4s done #15 DONE 87.3s #5 [emacs-eglot 2/8] RUN apt-get update && apt-get install -y --no-inst... #5 CACHED #6 [emacs-tree-sitter 3/11] RUN apt-get update && apt-get install -y -... #6 CACHED #7 [emacs-tree-sitter 4/11] COPY . /checkout #7 DONE 46.6s #8 [emacs-tree-sitter 5/11] WORKDIR /checkout #8 DONE 0.2s #9 [emacs-tree-sitter 6/11] RUN ./autogen.sh autoconf #9 2.197 Checking whether you have the necessary tools... #9 2.197 (Read INSTALL.REPO for more details on building Emacs) #9 2.229 Checking for autoconf (need at least version 2.65) ... ok #9 2.443 Your system has the required tools. #9 2.471 Building aclocal.m4 ... #9 2.471 Running 'autoreconf -fi -I m4' ... #9 54.82 Building 'aclocal.m4' in exec ... #9 54.82 Running 'autoreconf -fi' in exec ... #9 65.56 You can now run './autogen.sh git'. #9 DONE 67.6s #10 [emacs-tree-sitter 7/11] RUN ./configure --with-tree-sitter #10 10.27 checking for xcrun... no #10 10.31 checking for GNU Make... make #10 10.46 checking build system type... x86_64-pc-linux-gnu #10 11.23 checking host system type... x86_64-pc-linux-gnu #10 11.39 checking for gcc... gcc #10 11.75 checking whether the C compiler works... yes #10 12.52 checking for C compiler default output file name... a.out #10 12.54 checking for suffix of executables... #10 13.40 checking whether we are cross compiling... no #10 14.23 checking for suffix of object files... o #10 14.52 checking whether the compiler supports GNU C... yes #10 14.75 checking whether gcc accepts -g... yes #10 15.18 checking for gcc option to enable C11 features... none needed #10 16.14 checking whether the compiler is clang... no #10 16.51 checking for compiler option needed when checking for declarations... none #10 16.51 checking whether gcc and cc understand -c and -o together... yes #10 17.89 checking for stdio.h... yes #10 18.12 checking for stdlib.h... yes #10 18.46 checking for string.h... yes #10 18.93 checking for inttypes.h... yes #10 19.36 checking for stdint.h... yes #10 19.81 checking for strings.h... yes #10 20.13 checking for sys/stat.h... yes #10 20.68 checking for sys/types.h... yes #10 21.18 checking for unistd.h... yes #10 21.68 checking for wchar.h... yes #10 22.16 checking for minix/config.h... no #10 22.86 checking for linux/fs.h... yes #10 23.29 checking for malloc.h... yes #10 23.80 checking for sys/systeminfo.h... no #10 24.41 checking for sys/sysinfo.h... yes #10 24.90 checking for coff.h... no #10 25.44 checking for pty.h... yes #10 26.18 checking for sys/resource.h... yes #10 26.72 checking for sys/utsname.h... yes #10 27.22 checking for pwd.h... yes #10 27.90 checking for util.h... no #10 28.21 checking for sanitizer/lsan_interface.h... yes #10 28.71 checking for sanitizer/asan_interface.h... yes #10 29.18 checking for sanitizer/common_interface_defs.h... yes #10 29.60 checking for sys/socket.h... yes #10 29.95 checking for sys/param.h... yes #10 30.48 checking for pthread.h... yes #10 31.03 checking for malloc/malloc.h... no #10 31.32 checking for sys/un.h... yes #10 31.67 checking for vfork.h... no #10 32.17 checking for utmp.h... yes #10 32.42 checking for utmpx.h... yes #10 32.89 checking for OS.h... no #10 33.43 checking for dirent.h... yes #10 33.98 checking for execinfo.h... yes #10 34.40 checking for linux/xattr.h... yes #10 38.51 checking for stdio_ext.h... yes #10 38.74 checking for sys/vfs.h... yes #10 39.11 checking for sys/fs_types.h... no #10 39.63 checking for getopt.h... yes #10 40.18 checking for sys/cdefs.h... yes #10 40.56 checking for sys/time.h... yes #10 40.84 checking for ieee754.h... yes #10 41.03 checking for limits.h... yes #10 41.44 checking for sys/select.h... yes #10 41.67 checking for stdbool.h... yes #10 41.93 checking for stdckdint.h... no #10 42.24 checking for sys/random.h... yes #10 42.68 checking whether it is safe to define __EXTENSIONS__... yes #10 42.99 checking whether _XOPEN_SOURCE should be defined... no #10 43.16 checking how to run the C preprocessor... gcc -E #10 43.53 checking for grep that handles long lines and -e... /usr/bin/grep #10 43.56 checking for egrep... /usr/bin/grep -E #10 43.61 checking for Minix Amsterdam compiler... no #10 43.72 checking for ar... ar #10 43.73 checking for ranlib... ranlib #10 43.73 checking for gcc option to enable large file support... none needed #10 44.09 checking for gcc option for timestamps after 2038... none needed #10 44.36 checking for g++... g++ #10 44.50 checking whether the compiler supports GNU C++... yes #10 44.71 checking whether g++ accepts -g... yes #10 44.94 checking for g++ option to enable C++11 features... none needed #10 45.63 checking whether gcc accepts -g3 -O2... yes #10 45.96 checking whether the compiler is clang... no #10 46.31 checking whether C compiler handles -Werror -Wunknown-warning-option... no #10 46.61 checking whether -Wno-missing-field-initializers is needed... no #10 46.86 checking whether -Wuninitialized is supported... yes #10 47.10 checking whether C compiler handles -fstrict-flex-arrays... yes #10 47.39 checking whether C compiler handles -Wall... yes #10 47.74 checking whether C compiler handles -Warith-conversion... yes #10 48.23 checking whether C compiler handles -Wdate-time... yes #10 48.72 checking whether C compiler handles -Wdisabled-optimization... yes #10 49.01 checking whether C compiler handles -Wdouble-promotion... yes #10 49.41 checking whether C compiler handles -Wduplicated-cond... yes #10 49.84 checking whether C compiler handles -Wextra... yes #10 50.24 checking whether C compiler handles -Wformat-signedness... yes #10 50.80 checking whether C compiler handles -Winit-self... yes #10 51.25 checking whether C compiler handles -Winvalid-pch... yes #10 51.76 checking whether C compiler handles -Wlogical-op... yes #10 52.28 checking whether C compiler handles -Wmissing-declarations... yes #10 52.92 checking whether C compiler handles -Wmissing-include-dirs... yes #10 53.51 checking whether C compiler handles -Wmissing-prototypes... yes #10 54.19 checking whether C compiler handles -Wnested-externs... yes #10 54.73 checking whether C compiler handles -Wnull-dereference... yes #10 55.13 checking whether C compiler handles -Wold-style-definition... yes #10 55.49 checking whether C compiler handles -Wopenmp-simd... yes #10 56.02 checking whether C compiler handles -Wpacked... yes #10 56.74 checking whether C compiler handles -Wpointer-arith... yes #10 57.33 checking whether C compiler handles -Wstrict-flex-arrays... yes #10 58.04 checking whether C compiler handles -Wstrict-prototypes... yes #10 58.67 checking whether C compiler handles -Wsuggest-attribute=format... yes #10 59.34 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #10 59.92 checking whether C compiler handles -Wsuggest-final-methods... yes #10 60.67 checking whether C compiler handles -Wsuggest-final-types... yes #10 61.30 checking whether C compiler handles -Wtrampolines... yes #10 61.78 checking whether C compiler handles -Wuninitialized... yes #10 62.25 checking whether C compiler handles -Wunknown-pragmas... yes #10 62.67 checking whether C compiler handles -Wunused-macros... yes #10 63.41 checking whether C compiler handles -Wvariadic-macros... yes #10 64.00 checking whether C compiler handles -Wvector-operation-performance... yes #10 64.39 checking whether C compiler handles -Wwrite-strings... yes #10 64.96 checking whether C compiler handles -Warray-bounds=2... yes #10 65.70 checking whether C compiler handles -Wattribute-alias=2... yes #10 66.49 checking whether C compiler handles -Wformat=2... yes #10 67.15 checking whether C compiler handles -Wformat-truncation=2... yes #10 67.71 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #10 68.33 checking whether C compiler handles -Wshift-overflow=2... yes #10 68.98 checking whether C compiler handles -Wuse-after-free=3... yes #10 69.44 checking whether C compiler handles -Wvla-larger-than=4031... yes #10 69.63 checking whether C compiler handles -Wredundant-decls... yes #10 70.07 checking whether C compiler handles -Wno-missing-field-initializers... yes #10 70.64 checking whether C compiler handles -Wno-override-init... yes #10 70.99 checking whether C compiler handles -Wno-sign-compare... yes #10 71.33 checking whether C compiler handles -Wno-type-limits... yes #10 71.74 checking whether C compiler handles -Wno-unused-parameter... yes #10 72.15 checking whether C compiler handles -Wno-format-nonliteral... yes #10 72.59 checking whether C compiler handles -Wno-bidi-chars... yes #10 73.04 checking for a BSD-compatible install... /usr/bin/install -c #10 73.17 checking command to symlink files in the same directory... ln -s #10 73.24 checking for install-info... : #10 73.26 checking for gzip... /usr/bin/gzip #10 73.27 checking for 'find' args to delete a file... -delete #10 73.32 checking for brew... no #10 74.00 checking for -znocombreloc... not needed #10 74.00 checking whether addresses are sanitized... no #10 74.09 checking for math library... -lm #10 75.89 checking for struct passwd.pw_gecos... yes #10 76.10 checking for pkg-config... /usr/bin/pkg-config #10 76.10 checking pkg-config is at least version 0.9.0... yes #10 76.14 checking for machine/soundcard.h... no #10 76.27 checking for sys/soundcard.h... yes #10 76.49 checking for soundcard.h... no #10 76.62 checking for mmsystem.h... no #10 76.82 checking for _oss_ioctl in -lossaudio... no #10 77.13 checking for alsa >= 1.0.0... no #10 77.22 checking for ADDR_NO_RANDOMIZE... yes #10 77.36 checking if Linux sysinfo may be used... yes #10 77.88 checking for sys/wait.h that is POSIX.1 compatible... yes #10 78.09 checking for net/if.h... yes #10 78.59 checking for ifaddrs.h... yes #10 78.98 checking for net/if_dl.h... no #10 79.30 checking for struct ifreq.ifr_flags... yes #10 79.81 checking for struct ifreq.ifr_hwaddr... yes #10 80.61 checking for struct ifreq.ifr_netmask... yes #10 81.86 checking for struct ifreq.ifr_broadaddr... yes #10 82.96 checking for struct ifreq.ifr_addr... yes #10 83.75 checking for struct ifreq.ifr_addr.sa_len... no #10 84.39 checking whether gcc understands -MMD -MF... yes #10 84.59 checking for gcc options needed to detect all undeclared functions... none needed #10 85.05 checking for X... no #10 85.65 checking for X... false #10 85.66 checking whether malloc is Doug Lea style... no #10 85.97 checking for sbrk... yes #10 86.39 checking for getpagesize... yes #10 86.83 checking for __lsan_ignore_object... no #10 87.29 checking for fork... yes #10 87.99 checking for vfork... yes #10 88.21 checking for fchmod... yes #10 88.64 checking for utmpname... yes #10 89.11 checking for utmpxname... yes #10 89.72 checking for canonicalize_file_name... yes #10 90.20 checking for realpath... yes #10 90.56 checking for lstat... yes #10 90.96 checking for fchmodat... yes #10 91.30 checking for lchmod... yes #10 91.69 checking for fcntl... yes #10 92.07 checking for fdopendir... yes #10 92.43 checking for listxattr... yes #10 92.76 checking for fstatat... yes #10 93.20 checking for fsync... yes #10 93.55 checking for gettimeofday... yes #10 93.91 checking for memset_explicit... no #10 94.41 checking for memset_s... no #10 95.03 checking for pselect... yes #10 95.34 checking for pthread_sigmask... yes #10 95.74 checking for readlink... yes #10 96.12 checking for isblank... yes #10 96.57 checking for iswctype... yes #10 97.16 checking for strtoimax... yes #10 97.52 checking for symlink... yes #10 98.30 checking for localtime_r... yes #10 98.81 checking for getdtablesize... yes #10 99.24 checking for working mmap... yes #10 99.81 checking for main in -lXbsd... no #10 100.1 checking for pthread library... none needed #10 100.7 checking for thread support... yes #10 100.7 checking for sqlite3_open_v2 in -lsqlite3... no #10 100.9 checking for getaddrinfo_a in -lanl... yes #10 101.3 checking for malloc_trim... yes #10 101.6 checking for dbus-1 >= 1.0... yes #10 101.6 checking for dbus_watch_get_unix_fd... yes #10 102.1 checking for dbus_type_is_valid... yes #10 102.7 checking for dbus_validate_bus_name... yes #10 103.3 checking for dbus_validate_path... yes #10 103.7 checking for dbus_validate_interface... yes #10 104.1 checking for dbus_validate_member... yes #10 104.6 checking for lgetfilecon in -lselinux... no #10 104.9 checking for gnutls >= 2.12.2... yes #10 105.0 checking for libsystemd >= 222... no #10 105.0 checking for jansson >= 2.7... no #10 105.1 checking for tree-sitter >= 0.20.2... yes #10 105.2 checking for sys/inotify.h... yes #10 105.5 checking for inotify_init1... yes #10 106.1 checking for lcms2... no #10 106.2 checking for library containing inflateEnd... no #10 106.9 checking for dladdr... yes #10 107.2 checking for dlfunc... no #10 107.7 checking for gpm.h... no #10 108.1 checking for libxml-2.0 > 2.6.17... no #10 108.2 checking for maillock in -lmail... no #10 108.6 checking for maillock in -llockfile... no #10 108.9 checking for liblockfile.so... no #10 108.9 checking for maillock.h... no #10 109.2 checking for linux/seccomp.h... yes #10 109.6 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #10 109.9 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #10 110.1 checking for linux/filter.h... yes #10 110.4 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #10 110.4 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #10 110.4 checking for libseccomp >= 2.5.2... no #10 110.5 checking size of long... 8 #10 111.2 checking for accept4... yes #10 111.9 checking for fchdir... yes #10 112.3 checking for gethostname... yes #10 112.9 checking for getrusage... yes #10 113.6 checking for get_current_dir_name... yes #10 114.4 checking for lrand48... yes #10 115.0 checking for random... yes #10 115.7 checking for rint... yes #10 116.6 checking for tcdrain... yes #10 117.3 checking for trunc... yes #10 118.0 checking for select... yes #10 118.8 checking for getpagesize... (cached) yes #10 118.8 checking for setlocale... yes #10 119.5 checking for newlocale... yes #10 119.8 checking for getrlimit... yes #10 120.3 checking for setrlimit... yes #10 120.8 checking for shutdown... yes #10 121.2 checking for pthread_sigmask... (cached) yes #10 121.2 checking for strsignal... yes #10 121.7 checking for setitimer... yes #10 122.1 checking for sendto... yes #10 122.6 checking for recvfrom... yes #10 123.0 checking for getsockname... yes #10 123.3 checking for getifaddrs... yes #10 123.8 checking for freeifaddrs... yes #10 124.2 checking for gai_strerror... yes #10 124.9 checking for sync... yes #10 125.4 checking for endpwent... yes #10 125.9 checking for getgrent... yes #10 126.4 checking for endgrent... yes #10 127.1 checking for renameat2... yes #10 127.5 checking for cfmakeraw... yes #10 128.3 checking for cfsetspeed... yes #10 128.7 checking for __executable_start... yes #10 129.2 checking for log2... yes #10 129.7 checking for pthread_setname_np... yes #10 130.1 checking for pthread_set_name_np... no #10 130.6 checking for getpwent... yes #10 131.0 checking whether pthread_setname_np takes a single argument... no #10 131.2 checking whether pthread_setname_np takes three arguments... no #10 131.4 checking for aligned_alloc... yes #10 131.9 checking whether aligned_alloc is declared... yes #10 132.3 checking for posix_madvise... yes #10 133.0 checking for madvise... yes #10 133.7 checking for __builtin_frame_address... yes #10 134.3 checking for __builtin_unwind_init... yes #10 134.7 checking for _LARGEFILE_SOURCE value needed for large files... no #10 135.1 checking for grantpt... yes #10 135.7 checking for getpt... yes #10 136.4 checking for posix_openpt... yes #10 136.9 checking for library containing tputs... -ltinfo #10 137.7 checking whether -ltinfo library defines BC... yes #10 138.1 checking for timerfd interface... yes #10 138.4 checking whether signals can be handled on alternate stack... yes #10 139.0 checking for valgrind/valgrind.h... no #10 139.3 checking for struct unipair.unicode... yes #10 139.6 checking for pid_t... yes #10 140.5 checking for working fork... yes #10 141.2 checking for working vfork... (cached) yes #10 141.2 checking for snprintf... yes #10 141.5 checking for open_memstream... yes #10 142.0 checking for spawn.h... yes #10 142.4 checking for posix_spawn... yes #10 142.9 checking for posix_spawn_file_actions_addchdir... no #10 143.6 checking for posix_spawn_file_actions_addchdir_np... yes #10 144.3 checking for posix_spawnattr_setflags... yes #10 144.9 checking whether POSIX_SPAWN_SETSID is declared... yes #10 145.4 checking whether GLib is linked in... no #10 145.6 checking for nl_langinfo and CODESET... yes #10 146.2 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #10 146.5 checking for mbstate_t... yes #10 146.9 checking for signals via characters... yes #10 147.2 checking for _setjmp... yes #10 147.7 checking for sigsetjmp... yes #10 148.3 checking POSIX termios... yes #10 148.7 checking size of speed_t... 4 #10 149.4 checking for usable FIONREAD... yes #10 149.6 checking for usable SIGIO... yes #10 149.9 checking for struct alignment... yes #10 150.3 checking for C/C++ restrict keyword... __restrict__ #10 150.5 checking for typeof syntax and keyword spelling... typeof #10 150.7 checking for statement expressions... yes #10 150.9 checking whether malloc (0) returns nonnull... yes #10 151.3 checking for sys/acl.h... yes #10 151.7 checking for library containing acl_get_file... -lacl #10 152.5 checking for acl_get_file... yes #10 152.8 checking for acl_get_fd... yes #10 153.2 checking for acl_set_file... yes #10 153.7 checking for acl_set_fd... yes #10 154.1 checking for acl_free... yes #10 154.7 checking for acl_from_mode... yes #10 155.1 checking for acl_from_text... yes #10 155.5 checking for acl_delete_def_file... yes #10 156.1 checking for acl_extended_file... yes #10 156.9 checking for acl_delete_fd_np... no #10 157.7 checking for acl_delete_file_np... no #10 158.5 checking for acl_copy_ext_native... no #10 159.4 checking for acl_create_entry_np... no #10 160.1 checking for acl_to_short_text... no #10 161.0 checking for acl_free_text... no #10 161.7 checking for working acl_get_file... yes #10 162.3 checking for acl/libacl.h... yes #10 162.8 checking for acl_entries... yes #10 163.4 checking for ACL_FIRST_ENTRY... yes #10 163.8 checking for ACL_TYPE_EXTENDED... no #10 164.2 checking for working alloca.h... yes #10 164.9 checking for alloca... yes #10 164.9 checking for a race-free mkdir -p... /usr/bin/mkdir -p #10 164.9 checking whether the preprocessor supports include_next... yes #10 165.3 checking whether source code line length is unlimited... yes #10 165.5 checking whether endutent is declared... yes #10 166.0 checking for struct utmpx.ut_user... yes #10 166.7 checking for struct utmp.ut_user... yes #10 167.4 checking for struct utmpx.ut_name... yes #10 168.2 checking for struct utmp.ut_name... yes #10 168.6 checking for struct utmpx.ut_type... yes #10 169.2 checking for struct utmp.ut_type... yes #10 169.7 checking for struct utmpx.ut_pid... yes #10 170.4 checking for struct utmp.ut_pid... yes #10 170.8 checking for struct utmp.ut_tv... yes #10 171.9 checking for struct utmpx.ut_host... yes #10 172.5 checking for struct utmp.ut_host... yes #10 173.3 checking for struct utmpx.ut_id... yes #10 174.0 checking for struct utmp.ut_id... yes #10 174.8 checking for struct utmpx.ut_session... yes #10 175.7 checking for struct utmp.ut_session... yes #10 176.4 checking for struct utmpx.ut_exit... yes #10 177.7 checking for struct utmp.ut_exit... yes #10 178.9 checking for struct utmpx.ut_exit.ut_exit... no #10 179.9 checking for struct utmpx.ut_exit.e_exit... yes #10 180.5 checking for struct utmp.ut_exit.e_exit... yes #10 181.1 checking for struct utmpx.ut_exit.ut_termination... no #10 182.3 checking for struct utmpx.ut_exit.e_termination... yes #10 182.8 checking for struct utmp.ut_exit.e_termination... yes #10 183.4 checking whether sysinfo is declared... yes #10 183.8 checking for sys/sysctl.h... no #10 184.1 checking for sysctl... no #10 184.9 checking whether lstat correctly handles trailing slash... yes #10 185.8 checking whether // is distinct from /... no #10 185.8 checking whether realpath works... yes #10 187.0 checking for faccessat... yes #10 187.6 checking for getcwd... yes #10 188.3 checking whether byte ordering is bigendian... no #10 189.3 checking if environ is properly declared... yes #10 189.6 checking for complete errno.h... yes #10 189.8 checking whether ctype.h defines __header_inline... no #10 189.9 checking for mode_t... yes #10 190.5 checking whether strmode is declared... no #10 190.8 checking whether getline is declared... yes #10 191.2 checking for gawk... no #10 191.2 checking for mawk... mawk #10 191.2 checking for getopt.h... (cached) yes #10 191.2 checking for getopt_long_only... yes #10 191.5 checking whether getopt is POSIX compatible... yes #10 193.6 checking for working GNU getopt function... yes #10 194.5 checking for working GNU getopt_long function... yes #10 194.8 checking whether timespec_get is declared... yes #10 195.1 checking for timespec_get... yes #10 195.5 checking for struct timeval... yes #10 195.8 checking for wide-enough struct timeval.tv_sec member... yes #10 196.0 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... yes #10 196.3 checking whether limits.h has SSIZE_MAX... yes #10 196.5 checking whether the compiler produces multi-arch binaries... no #10 196.6 checking whether stdint.h conforms to C99... yes #10 197.6 checking whether stdint.h works without ISO C predefines... yes #10 198.0 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #10 198.3 checking whether memmem is declared... yes #10 198.8 checking whether memrchr is declared... yes #10 199.1 checking whether defines MIN and MAX... no #10 199.3 checking whether defines MIN and MAX... yes #10 199.8 checking whether time_t is signed... yes #10 200.0 checking whether alarm is declared... yes #10 200.4 checking for working mktime... yes #10 201.2 checking whether struct tm is in sys/time.h or time.h... time.h #10 201.4 checking for struct tm.tm_zone... yes #10 201.7 checking for struct tm.tm_gmtoff... yes #10 202.1 checking whether is self-contained... yes #10 203.3 checking for inline... inline #10 203.5 checking for sigset_t... yes #10 204.1 checking for volatile sig_atomic_t... yes #10 204.6 checking for sighandler_t... yes #10 205.1 checking for wchar_t... yes #10 205.3 checking for good max_align_t... yes #10 205.5 checking whether NULL can be used in arbitrary expressions... yes #10 205.7 checking for unreachable... no #10 206.4 checking whether fcloseall is declared... yes #10 206.8 checking whether getw is declared... yes #10 207.2 checking whether putw is declared... yes #10 207.5 checking which flavor of printf attribute matches inttypes macros... system #10 207.9 checking whether strnlen is declared... yes #10 208.2 checking whether strtoimax is declared... yes #10 208.7 checking whether stat file-mode macros are broken... no #10 208.8 checking for nlink_t... yes #10 209.3 checking for struct timespec in ... yes #10 209.4 checking for TIME_UTC in ... yes #10 209.6 checking whether execvpe is declared... yes #10 210.0 checking whether clearerr_unlocked is declared... yes #10 210.5 checking whether feof_unlocked is declared... yes #10 211.0 checking whether ferror_unlocked is declared... yes #10 211.4 checking whether fflush_unlocked is declared... yes #10 211.9 checking whether fgets_unlocked is declared... yes #10 212.3 checking whether fputc_unlocked is declared... yes #10 212.5 checking whether fputs_unlocked is declared... yes #10 212.8 checking whether fread_unlocked is declared... yes #10 213.1 checking whether fwrite_unlocked is declared... yes #10 213.5 checking whether getc_unlocked is declared... yes #10 214.0 checking whether getchar_unlocked is declared... yes #10 214.3 checking whether putc_unlocked is declared... yes #10 215.1 checking whether putchar_unlocked is declared... yes #10 215.6 checking type of array argument to getgroups... gid_t #10 216.3 checking whether getdelim is declared... yes #10 216.8 checking whether getdtablesize is declared... yes #10 217.4 checking whether malloc is ptrdiff_t safe... yes #10 217.6 checking whether malloc, realloc, calloc set errno on failure... yes #10 217.6 checking for O_CLOEXEC... yes #10 218.0 checking for promoted mode_t type... mode_t #10 218.4 checking whether the utimes function works... yes #10 219.0 checking for C compiler option to allow warnings... -Wno-error #10 219.4 checking for alignas and alignof... yes, macros #10 219.8 checking for alloca as a compiler built-in... yes #10 219.8 checking for static_assert... yes, an macro #10 220.2 checking for __builtin_expect... yes #10 220.6 checking for byteswap.h... yes #10 221.0 checking for readlinkat... yes #10 221.6 checking for library containing clock_gettime... none required #10 222.1 checking for clock_getres... yes #10 222.5 checking for clock_gettime... yes #10 223.0 checking for clock_settime... yes #10 223.4 checking for copy_file_range... yes #10 223.8 checking for d_type member in directory struct... yes #10 224.3 checking whether // is distinct from /... (cached) no #10 224.3 checking whether dup2 works... yes #10 224.9 checking for library containing backtrace_symbols_fd... none required #10 225.4 checking for faccessat... (cached) yes #10 225.4 checking whether fchmodat works... yes #10 225.8 checking whether fcntl handles F_DUPFD correctly... yes #10 226.4 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #10 227.1 checking whether fdopendir is declared... yes #10 227.4 checking whether fdopendir works... yes #10 228.3 checking for flexible array member... yes #10 228.7 checking for __fpending... yes #10 229.5 checking whether __fpending is declared... yes #10 229.9 checking whether free is known to preserve errno... yes #10 230.4 checking whether fstatat (..., 0) works... yes #10 231.0 checking for sys/mount.h... yes #10 231.7 checking for statvfs function (SVR4)... yes #10 232.2 checking whether to use statvfs64... no #10 232.5 checking for two-argument statfs with statfs.f_frsize member... yes #10 233.6 checking for sys/fs/s5param.h... no #10 234.1 checking for sys/statfs.h... yes #10 234.8 checking for statfs that truncates block counts... no #10 235.0 checking for futimens... yes #10 235.5 checking whether futimens works... yes #10 237.1 checking for getline... yes #10 237.5 checking for working getline function... yes #10 238.1 checking for getloadavg... yes #10 238.5 checking for sys/loadavg.h... no #10 239.1 checking whether getloadavg is declared... yes #10 239.4 checking for getrandom... yes #10 239.8 checking whether getrandom is compatible with its GNU+BSD signature... yes #10 240.0 checking for gettimeofday with POSIX signature... yes #10 240.3 checking whether the compiler supports the __inline keyword... yes #10 240.5 checking for gmp.h... yes #10 240.9 checking for library containing __gmpz_roinit_n... -lgmp #10 241.5 checking for memmem... yes #10 241.7 checking whether memmem works... yes #10 242.0 checking for mempcpy... yes #10 242.2 checking for memrchr... yes #10 242.4 checking for explicit_memset... no #10 242.8 checking for mkostemp... yes #10 243.3 checking for library containing nanosleep... none required #10 243.6 checking for working nanosleep... no (mishandles large arguments) #10 245.2 checking for sys/pstat.h... no #10 245.6 checking for sys/sysmp.h... no #10 245.9 checking for sys/param.h... (cached) yes #10 245.9 checking for sys/sysctl.h... (cached) no #10 245.9 checking for sched_getaffinity_np... no #10 246.2 checking for pstat_getdynamic... no #10 247.0 checking for sysmp... no #10 247.9 checking for sysctl... (cached) no #10 247.9 checking for sched_getaffinity... yes #10 248.4 checking for glibc compatible sched_getaffinity... yes #10 248.6 checking for pipe2... yes #10 248.9 checking whether signature of pselect conforms to POSIX... yes #10 249.3 checking whether pselect detects invalid fds... yes #10 249.8 checking whether pthread_sigmask is a macro... no #10 250.0 checking whether pthread_sigmask works without -lpthread... yes #10 250.4 checking whether pthread_sigmask returns error numbers... yes #10 251.0 checking whether pthread_sigmask unblocks signals correctly... guessing yes #10 253.6 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #10 254.5 checking whether readlink signature is correct... yes #10 254.7 checking whether readlink handles trailing slash correctly... yes #10 255.5 checking whether readlink truncates results correctly... yes #10 256.1 checking for readlinkat... (cached) yes #10 256.2 checking whether readlinkat signature is correct... yes #10 256.4 checking for working re_compile_pattern... yes #10 257.4 checking for sig2str... no #10 257.9 checking for sigdescr_np... yes #10 258.4 checking for socklen_t... yes #10 258.9 checking for ssize_t... yes #10 259.2 checking for struct stat.st_atim.tv_nsec... yes #10 259.4 checking whether struct stat.st_atim is of type struct timespec... yes #10 259.8 checking for struct stat.st_birthtimespec.tv_nsec... no #10 260.3 checking for struct stat.st_birthtimensec... no #10 260.8 checking for struct stat.st_birthtim.tv_nsec... no #10 261.2 checking for bool, true, false... no #10 261.4 checking for stpcpy... yes #10 261.7 checking for working strnlen... yes #10 262.4 checking whether strtoimax works... yes #10 263.0 checking whether symlink handles trailing slash correctly... yes #10 263.7 checking whether localtime_r is declared... yes #10 264.0 checking whether localtime_r is compatible with its POSIX signature... yes #10 264.2 checking whether localtime works even near extrema... yes #10 264.9 checking for timezone_t... no #10 265.0 checking for timegm... yes #10 265.5 checking whether timer_settime is declared... yes #10 265.7 checking for library containing timer_settime... none required #10 266.2 checking for timer_settime... yes #10 266.7 checking for utimensat... yes #10 267.1 checking whether utimensat works... yes #10 268.6 checking for variable-length arrays... yes #10 268.9 checking whether getdtablesize works... yes #10 269.3 checking for timer_getoverrun... yes #10 269.8 checking for gcc option to disable position independent executables... not needed #10 269.8 checking for __ctype_get_mb_cur_max... yes #10 270.3 checking whether MB_CUR_MAX is defined to function that won't link... no #10 270.4 #10 270.4 Configured for 'x86_64-pc-linux-gnu'. #10 270.4 #10 270.4 Where should the build process find the source code? . #10 270.4 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #10 270.4 Should Emacs use the GNU version of malloc? no #10 270.4 (The GNU allocators don't work with this system configuration.) #10 270.4 Should Emacs use a relocating allocator for buffers? no #10 270.4 Should Emacs use mmap(2) for buffer allocation? no #10 270.4 What window system should Emacs use? none #10 270.4 What toolkit should Emacs use? none #10 270.4 Where do we find X Windows header files? NONE #10 270.4 Where do we find X Windows libraries? NONE #10 270.4 Does Emacs use -lXaw3d? no #10 270.4 Is Emacs being built for Android? no #10 270.4 Does Emacs use the X Double Buffer Extension? no #10 270.4 Does Emacs use -lXpm? no #10 270.4 Does Emacs use -ljpeg? no #10 270.4 Does Emacs use -ltiff? no #10 270.4 Does Emacs use a gif library? no #10 270.4 Does Emacs use a png library? no #10 270.4 Does Emacs use -lrsvg-2? no #10 270.4 Does Emacs use -lwebp? no #10 270.4 Does Emacs use -lsqlite3? no #10 270.4 Does Emacs use cairo? no #10 270.4 Does Emacs use -llcms2? no #10 270.4 Does Emacs use imagemagick? no #10 270.4 Does Emacs use native APIs for images? no #10 270.4 Does Emacs support sound? yes #10 270.4 Does Emacs use -lgpm? no #10 270.4 Does Emacs use -ldbus? yes #10 270.4 Does Emacs use -lgconf? no #10 270.4 Does Emacs use GSettings? no #10 270.4 Does Emacs use a file notification library? yes -lglibc (inotify) #10 270.4 Does Emacs use access control lists? yes -lacl -lattr #10 270.4 Does Emacs use -lselinux? no #10 270.4 Does Emacs use -lgnutls? yes #10 270.4 Does Emacs use -lxml2? no #10 270.4 Does Emacs use -lfreetype? no #10 270.4 Does Emacs use HarfBuzz? no #10 270.4 Does Emacs use -lm17n-flt? no #10 270.4 Does Emacs use -lotf? no #10 270.4 Does Emacs use -lxft? no #10 270.4 Does Emacs use -lsystemd? no #10 270.4 Does Emacs use -ljansson? no #10 270.4 Does Emacs use -ltree-sitter? yes #10 270.4 Does Emacs use the GMP library? yes #10 270.4 Does Emacs directly use zlib? no #10 270.4 Does Emacs have dynamic modules support? yes #10 270.4 Does Emacs use toolkit scroll bars? no #10 270.4 Does Emacs support Xwidgets? no #10 270.4 Does Emacs have threading support in lisp? yes #10 270.4 Does Emacs support the portable dumper? yes #10 270.4 Does Emacs support legacy unexec dumping? no #10 270.4 Which dumping strategy does Emacs use? pdumper #10 270.4 Does Emacs have native lisp compiler? no #10 270.4 Does Emacs use version 2 of the X Input Extension? no #10 270.4 Does Emacs generate a smaller-size Japanese dictionary? no #10 270.4 #10 270.4 #10 271.5 configure: creating ./config.status #10 272.3 config.status: creating src/verbose.mk #10 272.5 config.status: creating src/emacs-module.h #10 272.6 config.status: creating Makefile #10 272.7 config.status: creating lib/gnulib.mk #10 273.0 config.status: creating ./doc/man/emacs.1 #10 273.3 config.status: creating lib/Makefile #10 273.5 config.status: creating lib-src/Makefile #10 273.7 config.status: creating oldXMenu/Makefile #10 274.0 config.status: creating src/Makefile #10 274.1 config.status: creating lwlib/Makefile #10 274.2 config.status: creating nextstep/Makefile #10 274.3 config.status: creating nt/Makefile #10 274.5 config.status: creating doc/emacs/Makefile #10 274.7 config.status: creating doc/misc/Makefile #10 274.9 config.status: creating doc/lispintro/Makefile #10 275.1 config.status: creating doc/lispref/Makefile #10 275.3 config.status: creating lisp/Makefile #10 275.5 config.status: creating leim/Makefile #10 275.6 config.status: creating test/Makefile #10 275.7 config.status: creating test/manual/noverlay/Makefile #10 275.9 config.status: creating test/infra/Makefile #10 276.0 config.status: creating admin/charsets/Makefile #10 276.1 config.status: creating admin/unidata/Makefile #10 276.3 config.status: creating admin/grammars/Makefile #10 276.5 config.status: creating java/Makefile #10 276.8 config.status: creating cross/Makefile #10 277.0 config.status: creating java/AndroidManifest.xml #10 277.3 config.status: creating src/config.h #10 277.4 config.status: executing src/epaths.h commands #10 277.6 config.status: executing src/.gdbinit commands #10 277.6 config.status: executing doc/emacs/emacsver.texi commands #10 277.8 config.status: executing etc-refcards-emacsver.tex commands #10 278.0 configure: WARNING: This configuration installs a 'movemail' program #10 278.0 that does not retrieve POP3 email. By default, Emacs 25 and earlier #10 278.0 installed a 'movemail' program that retrieved POP3 email via only #10 278.0 insecure channels, a practice that is no longer recommended but that #10 278.0 you can continue to support by using './configure --with-pop'. #10 278.0 configure: You might want to install GNU Mailutils #10 278.0 and use './configure --with-mailutils'. #10 DONE 280.3s #11 [emacs-tree-sitter 8/11] RUN make bootstrap #11 1.609 make actual-bootstrap || make advice-on-failure make-target=bootstrap exit-status=$? #11 1.627 make[1]: Entering directory '/checkout' #11 1.972 make bootstrap-clean #11 1.991 make[2]: Entering directory '/checkout' #11 2.418 make -C src bootstrap-clean #11 2.467 make[3]: Entering directory '/checkout/src' #11 2.467 GEN /checkout/src/lisp.mk #11 3.677 rm -f android-emacs libemacs.so #11 3.685 rm -f temacs core ./*.core \#* ./*.o build-counter.c #11 3.691 rm -f dmpstruct.h #11 3.711 rm -f emacs.pdmp #11 3.725 rm -f ../etc/DOC #11 3.729 rm -f bootstrap-emacs bootstrap-emacs.pdmp #11 3.737 rm -f emacs-30.0.50 #11 3.748 rm -f buildobj.h #11 3.754 rm -f globals.h gl-stamp #11 3.758 rm -f ./*.res ./*.tmp #11 3.766 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #11 3.773 rm -f ../etc/DOC* #11 3.777 rm -f deps/* #11 3.791 rm -f emacs-module.h epaths.h config.h config.stamp #11 3.809 if test -f ./.gdbinit; then \ #11 3.809 mv ./.gdbinit ./.gdbinit.save; \ #11 3.809 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #11 3.809 else mv ./.gdbinit.save ./.gdbinit; fi; \ #11 3.809 fi #11 3.845 make[3]: Leaving directory '/checkout/src' #11 3.846 make -C oldXMenu bootstrap-clean #11 3.865 make[3]: Entering directory '/checkout/oldXMenu' #11 3.879 rm -f libXMenu11.a ./*.o deps/* #11 3.888 rm -f Makefile #11 3.898 rm -fr deps #11 3.905 make[3]: Leaving directory '/checkout/oldXMenu' #11 3.914 make -C lwlib bootstrap-clean #11 3.935 make[3]: Entering directory '/checkout/lwlib' #11 3.953 rm -f ./*.o liblw.a \#* deps/* #11 3.963 rm -f Makefile #11 3.965 rm -fr deps #11 3.968 rm -f TAGS #11 3.979 make[3]: Leaving directory '/checkout/lwlib' #11 3.980 make -C lib bootstrap-clean #11 4.213 make[3]: Entering directory '/checkout/lib' #11 4.213 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #11 4.256 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 #11 4.261 rm -f Makefile Makefile.android #11 4.267 rm -fr deps #11 4.292 make[3]: Leaving directory '/checkout/lib' #11 4.293 make -C lib-src bootstrap-clean #11 4.305 make[3]: Entering directory '/checkout/lib-src' #11 4.305 rm -f core ./*.o ./*.res #11 4.315 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #11 4.319 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #11 4.322 rm -f TAGS Makefile blessmail Makefile.android #11 4.331 make[3]: Leaving directory '/checkout/lib-src' #11 4.332 make -C nt bootstrap-clean #11 4.345 make[3]: Entering directory '/checkout/nt' #11 4.351 rm -f core *.o *.res #11 4.354 rm -f runemacs addpm cmdproxy ddeclient #11 4.363 rm -f TAGS Makefile *.rc #11 4.375 true #11 4.378 make[3]: Leaving directory '/checkout/nt' #11 4.379 make -C doc/emacs bootstrap-clean #11 4.392 make[3]: Entering directory '/checkout/doc/emacs' #11 4.415 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #11 4.415 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #11 4.467 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #11 4.479 rm -f Makefile #11 4.503 rm -f \ #11 4.503 ./../../info/emacs.info \ #11 4.503 ./../../info/emacs.info-[1-9] \ #11 4.503 ./../../info/emacs.info-[1-9][0-9] #11 4.522 rm -f ./emacsver.texi TAGS #11 4.541 make[3]: Leaving directory '/checkout/doc/emacs' #11 4.543 make -C doc/misc bootstrap-clean #11 4.557 make[3]: Entering directory '/checkout/doc/misc' #11 4.557 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #11 4.557 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #11 4.557 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #11 4.590 rm -f gnustmp* #11 4.603 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #11 4.619 rm -f Makefile #11 4.630 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 \ #11 4.630 file=`echo ${file} | sed 's/\.info$//'`.info; \ #11 4.630 rm -f \ #11 4.630 ./../../info/${file} \ #11 4.630 ./../../info/${file}-[1-9] \ #11 4.630 ./../../info/${file}-[1-9][0-9]; \ #11 4.630 done #11 5.875 rm -f ./modus-themes.texi ./org.texi #11 5.887 rm -f TAGS #11 5.895 make[3]: Leaving directory '/checkout/doc/misc' #11 5.896 make -C doc/lispref bootstrap-clean #11 5.904 make[3]: Entering directory '/checkout/doc/lispref' #11 5.904 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #11 5.904 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #11 5.910 rm -f elisp[12]* vol[12].tmp #11 5.914 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #11 5.928 rm -f vol[12].dvi vol[12].pdf vol[12].ps #11 5.941 rm -f Makefile #11 5.956 rm -f \ #11 5.956 ./../../info/elisp.info \ #11 5.956 ./../../info/elisp.info-[1-9] \ #11 5.956 ./../../info/elisp.info-[1-9][0-9] #11 5.973 rm -f TAGS #11 5.977 make[3]: Leaving directory '/checkout/doc/lispref' #11 5.980 make -C doc/lispintro bootstrap-clean #11 6.025 make[3]: Entering directory '/checkout/doc/lispintro' #11 6.025 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #11 6.025 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #11 6.047 rm -f emacs-lisp-intro.dvi eintr.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #11 6.063 rm -f Makefile #11 6.066 rm -f \ #11 6.066 ./../../info/eintr.info \ #11 6.066 ./../../info/eintr.info-[1-9] #11 6.077 rm -f TAGS #11 6.083 make[3]: Leaving directory '/checkout/doc/lispintro' #11 6.084 make -C test bootstrap-clean #11 6.098 make[3]: Entering directory '/checkout/test' #11 6.648 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #11 6.745 find . '(' -name '*.xml' -a ! -path '*resources*' ')' -delete #11 6.777 rm -f ./lisp/gnus/mml-sec-resources/random_seed #11 6.782 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #11 6.782 src/emacs-module-resources/*.dll gmp.h #11 6.795 find . -name '*.elc' -delete #11 6.839 make[3]: Leaving directory '/checkout/test' #11 6.840 make -C java bootstrap-clean #11 7.271 make[3]: Entering directory '/checkout/java' #11 7.271 rm -f *.apk emacs.apk-in *.dex *.unaligned *.class *.idsig #11 7.296 rm -rf install-temp ./org/gnu/emacs/R.java TAGS #11 7.309 find . -name '*.class' -delete #11 7.337 rm -f Makefile ndk-build.mk #11 7.352 make[3]: Leaving directory '/checkout/java' #11 7.352 make -C cross bootstrap-clean #11 7.374 make[3]: Entering directory '/checkout/cross' #11 7.375 for dir in src lib-src lib etc; do \ #11 7.375 find $dir -type f -delete; \ #11 7.375 done #11 7.425 rm -rf lib/config.h lib-src/config.h #11 7.431 if test -f ndk-build/Makefile; then \ #11 7.431 make -C ndk-build clean; \ #11 7.431 fi #11 7.439 for dir in src lib-src lib etc; do \ #11 7.439 find $dir -type l -delete; \ #11 7.439 done #11 7.489 rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile #11 7.499 rm -rf ndk-build/ndk-build.mk Makefile #11 7.516 make[3]: Leaving directory '/checkout/cross' #11 7.523 make -C nextstep bootstrap-clean #11 7.537 make[3]: Entering directory '/checkout/nextstep' #11 7.537 rm -rf #11 7.551 rm -f Makefile #11 7.575 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #11 7.575 GNUstep/Emacs.base/Resources/Emacs.desktop \ #11 7.575 Cocoa/Emacs.base/Contents/Info.plist \ #11 7.575 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #11 7.615 make[3]: Leaving directory '/checkout/nextstep' #11 7.627 make -C admin/charsets bootstrap-clean #11 7.659 make[3]: Entering directory '/checkout/admin/charsets' #11 7.659 make[3]: Nothing to be done for 'bootstrap-clean'. #11 7.659 make[3]: Leaving directory '/checkout/admin/charsets' #11 7.659 make -C admin/unidata bootstrap-clean #11 7.666 make[3]: Entering directory '/checkout/admin/unidata' #11 7.755 rm -f ./*.elc unidata.txt #11 7.772 make[3]: Leaving directory '/checkout/admin/unidata' #11 7.783 make -C leim bootstrap-clean #11 7.797 make[3]: Entering directory '/checkout/leim' #11 7.814 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 #11 7.839 make[3]: Leaving directory '/checkout/leim' #11 7.840 make -C lisp bootstrap-clean #11 7.855 make[3]: Entering directory '/checkout/lisp' #11 8.123 find . -name '*.elc' -delete #11 8.159 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #11 8.189 make[3]: Leaving directory '/checkout/lisp' #11 8.189 make -C admin/grammars bootstrap-clean #11 8.219 make[3]: Entering directory '/checkout/admin/grammars' #11 8.219 make[3]: Nothing to be done for 'bootstrap-clean'. #11 8.219 make[3]: Leaving directory '/checkout/admin/grammars' #11 8.219 [ ! -f config.log ] || mv -f config.log config.log~ #11 8.327 rm -rf ./info #11 8.332 rm -f ./etc/refcards/emacsver.tex #11 8.342 rm -rf native-lisp/ lisp/leim/ja-dic/ #11 8.346 rm -fr autom4te.cache config.cache #11 8.390 rm -f config.log ./doc/man/emacs.1 #11 8.416 make[2]: Leaving directory '/checkout' #11 8.416 cd . && ./autogen.sh autoconf #11 8.441 Checking whether you have the necessary tools... #11 8.441 (Read INSTALL.REPO for more details on building Emacs) #11 8.471 Checking for autoconf (need at least version 2.65) ... ok #11 8.755 Your system has the required tools. #11 8.809 Running 'autoreconf -fi -I m4' ... #11 46.47 Building 'aclocal.m4' in exec ... #11 46.47 Running 'autoreconf -fi' in exec ... #11 57.85 You can now run './autogen.sh git'. #11 57.85 make MAKEFILE_NAME=force-Makefile force-Makefile #11 57.86 make[2]: Entering directory '/checkout' #11 57.94 make[2]: *** No rule to make target 'echo-sources'. Stop. #11 58.31 if [ -x ./config.status ]; then \ #11 58.31 ./config.status --recheck; \ #11 58.31 else \ #11 58.31 ./configure --cache-file=/dev/null; \ #11 58.31 fi #11 58.67 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --with-tree-sitter --no-create --no-recursion #11 59.80 checking for xcrun... no #11 59.80 checking for GNU Make... make #11 59.90 checking build system type... x86_64-pc-linux-gnu #11 60.55 checking host system type... x86_64-pc-linux-gnu #11 60.70 checking for gcc... gcc #11 61.02 checking whether the C compiler works... yes #11 61.62 checking for C compiler default output file name... a.out #11 61.62 checking for suffix of executables... #11 62.10 checking whether we are cross compiling... no #11 62.79 checking for suffix of object files... o #11 63.11 checking whether the compiler supports GNU C... yes #11 63.39 checking whether gcc accepts -g... yes #11 63.61 checking for gcc option to enable C11 features... none needed #11 64.32 checking whether the compiler is clang... no #11 64.58 checking for compiler option needed when checking for declarations... none #11 64.59 checking whether gcc and cc understand -c and -o together... yes #11 65.48 checking for stdio.h... yes #11 65.60 checking for stdlib.h... yes #11 65.81 checking for string.h... yes #11 66.29 checking for inttypes.h... yes #11 66.65 checking for stdint.h... yes #11 67.01 checking for strings.h... yes #11 67.35 checking for sys/stat.h... yes #11 67.75 checking for sys/types.h... yes #11 68.07 checking for unistd.h... yes #11 68.47 checking for wchar.h... yes #11 68.92 checking for minix/config.h... no #11 69.34 checking for linux/fs.h... yes #11 69.85 checking for malloc.h... yes #11 70.39 checking for sys/systeminfo.h... no #11 70.90 checking for sys/sysinfo.h... yes #11 71.38 checking for coff.h... no #11 71.80 checking for pty.h... yes #11 72.25 checking for sys/resource.h... yes #11 72.71 checking for sys/utsname.h... yes #11 73.11 checking for pwd.h... yes #11 73.60 checking for util.h... no #11 74.01 checking for sanitizer/lsan_interface.h... yes #11 74.31 checking for sanitizer/asan_interface.h... yes #11 74.74 checking for sanitizer/common_interface_defs.h... yes #11 75.23 checking for sys/socket.h... yes #11 75.72 checking for sys/param.h... yes #11 76.13 checking for pthread.h... yes #11 76.50 checking for malloc/malloc.h... no #11 76.94 checking for sys/un.h... yes #11 77.46 checking for vfork.h... no #11 77.81 checking for utmp.h... yes #11 78.18 checking for utmpx.h... yes #11 78.53 checking for OS.h... no #11 78.95 checking for dirent.h... yes #11 79.26 checking for execinfo.h... yes #11 79.63 checking for linux/xattr.h... yes #11 79.98 checking for stdio_ext.h... yes #11 80.35 checking for sys/vfs.h... yes #11 80.74 checking for sys/fs_types.h... no #11 81.16 checking for getopt.h... yes #11 81.50 checking for sys/cdefs.h... yes #11 81.98 checking for sys/time.h... yes #11 82.25 checking for ieee754.h... yes #11 82.74 checking for limits.h... yes #11 83.10 checking for sys/select.h... yes #11 83.60 checking for stdbool.h... yes #11 83.95 checking for stdckdint.h... no #11 84.39 checking for sys/random.h... yes #11 84.99 checking whether it is safe to define __EXTENSIONS__... yes #11 85.38 checking whether _XOPEN_SOURCE should be defined... no #11 85.72 checking how to run the C preprocessor... gcc -E #11 86.17 checking for grep that handles long lines and -e... /usr/bin/grep #11 86.19 checking for egrep... /usr/bin/grep -E #11 86.23 checking for Minix Amsterdam compiler... no #11 86.51 checking for ar... ar #11 86.52 checking for ranlib... ranlib #11 86.54 checking for gcc option to enable large file support... none needed #11 87.33 checking for gcc option for timestamps after 2038... none needed #11 87.60 checking for g++... g++ #11 87.97 checking whether the compiler supports GNU C++... yes #11 88.33 checking whether g++ accepts -g... yes #11 88.59 checking for g++ option to enable C++11 features... none needed #11 89.21 checking whether gcc accepts -g3 -O2... yes #11 89.62 checking whether the compiler is clang... no #11 89.89 checking whether C compiler handles -Werror -Wunknown-warning-option... no #11 90.14 checking whether -Wno-missing-field-initializers is needed... no #11 90.37 checking whether -Wuninitialized is supported... yes #11 90.62 checking whether C compiler handles -fstrict-flex-arrays... yes #11 91.18 checking whether C compiler handles -Wall... yes #11 91.66 checking whether C compiler handles -Warith-conversion... yes #11 92.04 checking whether C compiler handles -Wdate-time... yes #11 92.68 checking whether C compiler handles -Wdisabled-optimization... yes #11 93.14 checking whether C compiler handles -Wdouble-promotion... yes #11 93.73 checking whether C compiler handles -Wduplicated-cond... yes #11 94.07 checking whether C compiler handles -Wextra... yes #11 94.35 checking whether C compiler handles -Wformat-signedness... yes #11 94.81 checking whether C compiler handles -Winit-self... yes #11 95.23 checking whether C compiler handles -Winvalid-pch... yes #11 95.58 checking whether C compiler handles -Wlogical-op... yes #11 95.93 checking whether C compiler handles -Wmissing-declarations... yes #11 96.39 checking whether C compiler handles -Wmissing-include-dirs... yes #11 96.77 checking whether C compiler handles -Wmissing-prototypes... yes #11 97.20 checking whether C compiler handles -Wnested-externs... yes #11 97.86 checking whether C compiler handles -Wnull-dereference... yes #11 98.42 checking whether C compiler handles -Wold-style-definition... yes #11 99.05 checking whether C compiler handles -Wopenmp-simd... yes #11 99.70 checking whether C compiler handles -Wpacked... yes #11 100.1 checking whether C compiler handles -Wpointer-arith... yes #11 100.4 checking whether C compiler handles -Wstrict-flex-arrays... yes #11 101.0 checking whether C compiler handles -Wstrict-prototypes... yes #11 101.5 checking whether C compiler handles -Wsuggest-attribute=format... yes #11 101.9 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #11 102.4 checking whether C compiler handles -Wsuggest-final-methods... yes #11 102.9 checking whether C compiler handles -Wsuggest-final-types... yes #11 103.4 checking whether C compiler handles -Wtrampolines... yes #11 103.8 checking whether C compiler handles -Wuninitialized... yes #11 104.2 checking whether C compiler handles -Wunknown-pragmas... yes #11 104.7 checking whether C compiler handles -Wunused-macros... yes #11 105.1 checking whether C compiler handles -Wvariadic-macros... yes #11 105.6 checking whether C compiler handles -Wvector-operation-performance... yes #11 106.1 checking whether C compiler handles -Wwrite-strings... yes #11 106.6 checking whether C compiler handles -Warray-bounds=2... yes #11 106.9 checking whether C compiler handles -Wattribute-alias=2... yes #11 107.5 checking whether C compiler handles -Wformat=2... yes #11 108.2 checking whether C compiler handles -Wformat-truncation=2... yes #11 108.7 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #11 109.4 checking whether C compiler handles -Wshift-overflow=2... yes #11 110.0 checking whether C compiler handles -Wuse-after-free=3... yes #11 110.3 checking whether C compiler handles -Wvla-larger-than=4031... yes #11 110.6 checking whether C compiler handles -Wredundant-decls... yes #11 110.9 checking whether C compiler handles -Wno-missing-field-initializers... yes #11 111.2 checking whether C compiler handles -Wno-override-init... yes #11 111.6 checking whether C compiler handles -Wno-sign-compare... yes #11 111.9 checking whether C compiler handles -Wno-type-limits... yes #11 112.3 checking whether C compiler handles -Wno-unused-parameter... yes #11 112.6 checking whether C compiler handles -Wno-format-nonliteral... yes #11 113.1 checking whether C compiler handles -Wno-bidi-chars... yes #11 113.4 checking for a BSD-compatible install... /usr/bin/install -c #11 113.5 checking command to symlink files in the same directory... ln -s #11 113.5 checking for install-info... : #11 113.5 checking for gzip... /usr/bin/gzip #11 113.5 checking for 'find' args to delete a file... -delete #11 113.5 checking for brew... no #11 114.0 checking for -znocombreloc... not needed #11 114.0 checking whether addresses are sanitized... no #11 114.1 checking for math library... -lm #11 116.1 checking for struct passwd.pw_gecos... yes #11 116.5 checking for pkg-config... /usr/bin/pkg-config #11 116.5 checking pkg-config is at least version 0.9.0... yes #11 116.6 checking for machine/soundcard.h... no #11 116.8 checking for sys/soundcard.h... yes #11 116.9 checking for soundcard.h... no #11 117.1 checking for mmsystem.h... no #11 117.4 checking for _oss_ioctl in -lossaudio... no #11 118.0 checking for alsa >= 1.0.0... no #11 118.1 checking for ADDR_NO_RANDOMIZE... yes #11 118.5 checking if Linux sysinfo may be used... yes #11 119.0 checking for sys/wait.h that is POSIX.1 compatible... yes #11 119.3 checking for net/if.h... yes #11 119.7 checking for ifaddrs.h... yes #11 120.0 checking for net/if_dl.h... no #11 120.3 checking for struct ifreq.ifr_flags... yes #11 120.8 checking for struct ifreq.ifr_hwaddr... yes #11 121.7 checking for struct ifreq.ifr_netmask... yes #11 122.5 checking for struct ifreq.ifr_broadaddr... yes #11 123.2 checking for struct ifreq.ifr_addr... yes #11 123.9 checking for struct ifreq.ifr_addr.sa_len... no #11 124.5 checking whether gcc understands -MMD -MF... yes #11 124.7 checking for gcc options needed to detect all undeclared functions... none needed #11 125.2 checking for X... no #11 125.8 checking for X... false #11 125.8 checking whether malloc is Doug Lea style... no #11 126.1 checking for sbrk... yes #11 126.6 checking for getpagesize... yes #11 127.0 checking for __lsan_ignore_object... no #11 127.3 checking for fork... yes #11 127.6 checking for vfork... yes #11 128.1 checking for fchmod... yes #11 128.5 checking for utmpname... yes #11 128.9 checking for utmpxname... yes #11 129.2 checking for canonicalize_file_name... yes #11 129.6 checking for realpath... yes #11 130.0 checking for lstat... yes #11 130.5 checking for fchmodat... yes #11 131.0 checking for lchmod... yes #11 131.5 checking for fcntl... yes #11 131.8 checking for fdopendir... yes #11 132.2 checking for listxattr... yes #11 132.8 checking for fstatat... yes #11 133.5 checking for fsync... yes #11 133.9 checking for gettimeofday... yes #11 134.3 checking for memset_explicit... no #11 134.9 checking for memset_s... no #11 135.4 checking for pselect... yes #11 135.9 checking for pthread_sigmask... yes #11 136.3 checking for readlink... yes #11 136.6 checking for isblank... yes #11 137.1 checking for iswctype... yes #11 137.6 checking for strtoimax... yes #11 138.0 checking for symlink... yes #11 138.3 checking for localtime_r... yes #11 138.7 checking for getdtablesize... yes #11 139.2 checking for working mmap... yes #11 140.0 checking for main in -lXbsd... no #11 140.2 checking for pthread library... none needed #11 140.7 checking for thread support... yes #11 140.7 checking for sqlite3_open_v2 in -lsqlite3... no #11 140.8 checking for getaddrinfo_a in -lanl... yes #11 141.0 checking for malloc_trim... yes #11 141.3 checking for dbus-1 >= 1.0... yes #11 141.4 checking for dbus_watch_get_unix_fd... yes #11 141.8 checking for dbus_type_is_valid... yes #11 142.0 checking for dbus_validate_bus_name... yes #11 142.4 checking for dbus_validate_path... yes #11 142.8 checking for dbus_validate_interface... yes #11 143.2 checking for dbus_validate_member... yes #11 143.6 checking for lgetfilecon in -lselinux... no #11 143.9 checking for gnutls >= 2.12.2... yes #11 143.9 checking for libsystemd >= 222... no #11 143.9 checking for jansson >= 2.7... no #11 144.0 checking for tree-sitter >= 0.20.2... yes #11 144.1 checking for sys/inotify.h... yes #11 144.5 checking for inotify_init1... yes #11 145.2 checking for lcms2... no #11 145.4 checking for library containing inflateEnd... no #11 146.1 checking for dladdr... yes #11 146.7 checking for dlfunc... no #11 147.5 checking for gpm.h... no #11 148.1 checking for libxml-2.0 > 2.6.17... no #11 148.1 checking for maillock in -lmail... no #11 148.5 checking for maillock in -llockfile... no #11 148.8 checking for liblockfile.so... no #11 148.8 checking for maillock.h... no #11 149.2 checking for linux/seccomp.h... yes #11 149.7 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #11 150.0 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #11 150.2 checking for linux/filter.h... yes #11 150.7 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #11 150.7 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #11 150.7 checking for libseccomp >= 2.5.2... no #11 150.8 checking size of long... 8 #11 151.4 checking for accept4... yes #11 151.9 checking for fchdir... yes #11 152.5 checking for gethostname... yes #11 153.2 checking for getrusage... yes #11 153.8 checking for get_current_dir_name... yes #11 154.4 checking for lrand48... yes #11 154.9 checking for random... yes #11 155.3 checking for rint... yes #11 155.9 checking for tcdrain... yes #11 156.3 checking for trunc... yes #11 156.8 checking for select... yes #11 157.2 checking for getpagesize... (cached) yes #11 157.2 checking for setlocale... yes #11 157.5 checking for newlocale... yes #11 157.9 checking for getrlimit... yes #11 158.3 checking for setrlimit... yes #11 158.8 checking for shutdown... yes #11 159.3 checking for pthread_sigmask... (cached) yes #11 159.3 checking for strsignal... yes #11 159.9 checking for setitimer... yes #11 160.3 checking for sendto... yes #11 160.8 checking for recvfrom... yes #11 161.6 checking for getsockname... yes #11 161.8 checking for getifaddrs... yes #11 162.2 checking for freeifaddrs... yes #11 162.9 checking for gai_strerror... yes #11 163.4 checking for sync... yes #11 163.7 checking for endpwent... yes #11 164.2 checking for getgrent... yes #11 164.5 checking for endgrent... yes #11 165.1 checking for renameat2... yes #11 165.7 checking for cfmakeraw... yes #11 166.2 checking for cfsetspeed... yes #11 166.6 checking for __executable_start... yes #11 167.0 checking for log2... yes #11 167.7 checking for pthread_setname_np... yes #11 168.0 checking for pthread_set_name_np... no #11 168.5 checking for getpwent... yes #11 169.1 checking whether pthread_setname_np takes a single argument... no #11 169.3 checking whether pthread_setname_np takes three arguments... no #11 169.6 checking for aligned_alloc... yes #11 170.2 checking whether aligned_alloc is declared... yes #11 170.5 checking for posix_madvise... yes #11 170.8 checking for madvise... yes #11 171.3 checking for __builtin_frame_address... yes #11 171.7 checking for __builtin_unwind_init... yes #11 172.2 checking for _LARGEFILE_SOURCE value needed for large files... no #11 172.7 checking for grantpt... yes #11 173.2 checking for getpt... yes #11 173.6 checking for posix_openpt... yes #11 174.1 checking for library containing tputs... -ltinfo #11 175.0 checking whether -ltinfo library defines BC... yes #11 175.5 checking for timerfd interface... yes #11 175.8 checking whether signals can be handled on alternate stack... yes #11 176.1 checking for valgrind/valgrind.h... no #11 176.6 checking for struct unipair.unicode... yes #11 176.8 checking for pid_t... yes #11 177.8 checking for working fork... yes #11 178.7 checking for working vfork... (cached) yes #11 178.7 checking for snprintf... yes #11 179.2 checking for open_memstream... yes #11 179.6 checking for spawn.h... yes #11 180.0 checking for posix_spawn... yes #11 180.3 checking for posix_spawn_file_actions_addchdir... no #11 180.6 checking for posix_spawn_file_actions_addchdir_np... yes #11 180.9 checking for posix_spawnattr_setflags... yes #11 181.3 checking whether POSIX_SPAWN_SETSID is declared... yes #11 181.5 checking whether GLib is linked in... no #11 181.7 checking for nl_langinfo and CODESET... yes #11 182.2 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #11 182.8 checking for mbstate_t... yes #11 183.5 checking for signals via characters... yes #11 183.7 checking for _setjmp... yes #11 184.3 checking for sigsetjmp... yes #11 184.7 checking POSIX termios... yes #11 185.3 checking size of speed_t... 4 #11 185.8 checking for usable FIONREAD... yes #11 186.2 checking for usable SIGIO... yes #11 186.6 checking for struct alignment... yes #11 186.8 checking for C/C++ restrict keyword... __restrict__ #11 187.0 checking for typeof syntax and keyword spelling... typeof #11 187.3 checking for statement expressions... yes #11 187.5 checking whether malloc (0) returns nonnull... yes #11 188.0 checking for sys/acl.h... yes #11 188.5 checking for library containing acl_get_file... -lacl #11 189.6 checking for acl_get_file... yes #11 190.4 checking for acl_get_fd... yes #11 191.0 checking for acl_set_file... yes #11 191.7 checking for acl_set_fd... yes #11 192.1 checking for acl_free... yes #11 192.6 checking for acl_from_mode... yes #11 193.5 checking for acl_from_text... yes #11 194.2 checking for acl_delete_def_file... yes #11 194.6 checking for acl_extended_file... yes #11 195.0 checking for acl_delete_fd_np... no #11 195.3 checking for acl_delete_file_np... no #11 195.9 checking for acl_copy_ext_native... no #11 196.5 checking for acl_create_entry_np... no #11 197.0 checking for acl_to_short_text... no #11 197.7 checking for acl_free_text... no #11 198.2 checking for working acl_get_file... yes #11 198.7 checking for acl/libacl.h... yes #11 198.9 checking for acl_entries... yes #11 199.2 checking for ACL_FIRST_ENTRY... yes #11 199.5 checking for ACL_TYPE_EXTENDED... no #11 199.7 checking for working alloca.h... yes #11 200.0 checking for alloca... yes #11 200.0 checking for a race-free mkdir -p... /usr/bin/mkdir -p #11 200.0 checking whether the preprocessor supports include_next... yes #11 200.4 checking whether source code line length is unlimited... yes #11 200.7 checking whether endutent is declared... yes #11 201.1 checking for struct utmpx.ut_user... yes #11 201.5 checking for struct utmp.ut_user... yes #11 201.9 checking for struct utmpx.ut_name... yes #11 202.3 checking for struct utmp.ut_name... yes #11 202.8 checking for struct utmpx.ut_type... yes #11 203.3 checking for struct utmp.ut_type... yes #11 203.6 checking for struct utmpx.ut_pid... yes #11 204.0 checking for struct utmp.ut_pid... yes #11 204.7 checking for struct utmp.ut_tv... yes #11 205.7 checking for struct utmpx.ut_host... yes #11 206.3 checking for struct utmp.ut_host... yes #11 207.1 checking for struct utmpx.ut_id... yes #11 207.8 checking for struct utmp.ut_id... yes #11 208.5 checking for struct utmpx.ut_session... yes #11 209.2 checking for struct utmp.ut_session... yes #11 209.6 checking for struct utmpx.ut_exit... yes #11 210.2 checking for struct utmp.ut_exit... yes #11 210.9 checking for struct utmpx.ut_exit.ut_exit... no #11 211.5 checking for struct utmpx.ut_exit.e_exit... yes #11 211.8 checking for struct utmp.ut_exit.e_exit... yes #11 212.2 checking for struct utmpx.ut_exit.ut_termination... no #11 213.0 checking for struct utmpx.ut_exit.e_termination... yes #11 213.4 checking for struct utmp.ut_exit.e_termination... yes #11 213.7 checking whether sysinfo is declared... yes #11 213.9 checking for sys/sysctl.h... no #11 214.2 checking for sysctl... no #11 214.6 checking whether lstat correctly handles trailing slash... yes #11 215.4 checking whether // is distinct from /... no #11 215.5 checking whether realpath works... yes #11 216.7 checking for faccessat... yes #11 217.2 checking for getcwd... yes #11 217.7 checking whether byte ordering is bigendian... no #11 218.3 checking if environ is properly declared... yes #11 218.5 checking for complete errno.h... yes #11 218.6 checking whether ctype.h defines __header_inline... no #11 218.7 checking for mode_t... yes #11 219.5 checking whether strmode is declared... no #11 219.9 checking whether getline is declared... yes #11 220.4 checking for gawk... no #11 220.4 checking for mawk... mawk #11 220.4 checking for getopt.h... (cached) yes #11 220.4 checking for getopt_long_only... yes #11 220.8 checking whether getopt is POSIX compatible... yes #11 222.9 checking for working GNU getopt function... yes #11 223.5 checking for working GNU getopt_long function... yes #11 224.0 checking whether timespec_get is declared... yes #11 224.2 checking for timespec_get... yes #11 224.5 checking for struct timeval... yes #11 224.8 checking for wide-enough struct timeval.tv_sec member... yes #11 225.0 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... yes #11 225.1 checking whether limits.h has SSIZE_MAX... yes #11 225.4 checking whether the compiler produces multi-arch binaries... no #11 225.6 checking whether stdint.h conforms to C99... yes #11 226.6 checking whether stdint.h works without ISO C predefines... yes #11 226.9 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #11 227.5 checking whether memmem is declared... yes #11 228.1 checking whether memrchr is declared... yes #11 228.6 checking whether defines MIN and MAX... no #11 228.8 checking whether defines MIN and MAX... yes #11 229.0 checking whether time_t is signed... yes #11 229.3 checking whether alarm is declared... yes #11 229.8 checking for working mktime... yes #11 230.9 checking whether struct tm is in sys/time.h or time.h... time.h #11 231.2 checking for struct tm.tm_zone... yes #11 231.4 checking for struct tm.tm_gmtoff... yes #11 231.7 checking whether is self-contained... yes #11 232.8 checking for inline... inline #11 233.0 checking for sigset_t... yes #11 233.7 checking for volatile sig_atomic_t... yes #11 234.5 checking for sighandler_t... yes #11 235.0 checking for wchar_t... yes #11 235.2 checking for good max_align_t... yes #11 235.4 checking whether NULL can be used in arbitrary expressions... yes #11 235.7 checking for unreachable... no #11 236.3 checking whether fcloseall is declared... yes #11 237.0 checking whether getw is declared... yes #11 237.5 checking whether putw is declared... yes #11 238.1 checking which flavor of printf attribute matches inttypes macros... system #11 238.5 checking whether strnlen is declared... yes #11 238.9 checking whether strtoimax is declared... yes #11 239.3 checking whether stat file-mode macros are broken... no #11 239.4 checking for nlink_t... yes #11 240.3 checking for struct timespec in ... yes #11 240.6 checking for TIME_UTC in ... yes #11 240.9 checking whether execvpe is declared... yes #11 241.4 checking whether clearerr_unlocked is declared... yes #11 241.9 checking whether feof_unlocked is declared... yes #11 242.8 checking whether ferror_unlocked is declared... yes #11 243.4 checking whether fflush_unlocked is declared... yes #11 243.9 checking whether fgets_unlocked is declared... yes #11 244.3 checking whether fputc_unlocked is declared... yes #11 244.8 checking whether fputs_unlocked is declared... yes #11 245.5 checking whether fread_unlocked is declared... yes #11 246.3 checking whether fwrite_unlocked is declared... yes #11 246.9 checking whether getc_unlocked is declared... yes #11 247.3 checking whether getchar_unlocked is declared... yes #11 247.8 checking whether putc_unlocked is declared... yes #11 248.2 checking whether putchar_unlocked is declared... yes #11 248.7 checking type of array argument to getgroups... gid_t #11 249.2 checking whether getdelim is declared... yes #11 249.7 checking whether getdtablesize is declared... yes #11 250.1 checking whether malloc is ptrdiff_t safe... yes #11 250.2 checking whether malloc, realloc, calloc set errno on failure... yes #11 250.2 checking for O_CLOEXEC... yes #11 250.4 checking for promoted mode_t type... mode_t #11 250.6 checking whether the utimes function works... yes #11 251.6 checking for C compiler option to allow warnings... -Wno-error #11 251.9 checking for alignas and alignof... yes, macros #11 252.6 checking for alloca as a compiler built-in... yes #11 252.8 checking for static_assert... yes, an macro #11 253.5 checking for __builtin_expect... yes #11 253.9 checking for byteswap.h... yes #11 254.5 checking for readlinkat... yes #11 254.8 checking for library containing clock_gettime... none required #11 255.4 checking for clock_getres... yes #11 256.2 checking for clock_gettime... yes #11 256.8 checking for clock_settime... yes #11 257.4 checking for copy_file_range... yes #11 257.7 checking for d_type member in directory struct... yes #11 258.2 checking whether // is distinct from /... (cached) no #11 258.2 checking whether dup2 works... yes #11 258.9 checking for library containing backtrace_symbols_fd... none required #11 259.3 checking for faccessat... (cached) yes #11 259.3 checking whether fchmodat works... yes #11 259.9 checking whether fcntl handles F_DUPFD correctly... yes #11 260.5 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #11 261.3 checking whether fdopendir is declared... yes #11 261.6 checking whether fdopendir works... yes #11 262.1 checking for flexible array member... yes #11 262.4 checking for __fpending... yes #11 262.9 checking whether __fpending is declared... yes #11 263.2 checking whether free is known to preserve errno... yes #11 263.5 checking whether fstatat (..., 0) works... yes #11 264.0 checking for sys/mount.h... yes #11 264.6 checking for statvfs function (SVR4)... yes #11 265.0 checking whether to use statvfs64... no #11 265.3 checking for two-argument statfs with statfs.f_frsize member... yes #11 266.4 checking for sys/fs/s5param.h... no #11 267.0 checking for sys/statfs.h... yes #11 267.7 checking for statfs that truncates block counts... no #11 268.0 checking for futimens... yes #11 268.5 checking whether futimens works... yes #11 269.9 checking for getline... yes #11 270.3 checking for working getline function... yes #11 271.0 checking for getloadavg... yes #11 271.6 checking for sys/loadavg.h... no #11 272.0 checking whether getloadavg is declared... yes #11 272.5 checking for getrandom... yes #11 273.2 checking whether getrandom is compatible with its GNU+BSD signature... yes #11 273.5 checking for gettimeofday with POSIX signature... yes #11 273.9 checking whether the compiler supports the __inline keyword... yes #11 274.3 checking for gmp.h... yes #11 275.0 checking for library containing __gmpz_roinit_n... -lgmp #11 276.4 checking for memmem... yes #11 276.9 checking whether memmem works... yes #11 277.3 checking for mempcpy... yes #11 278.0 checking for memrchr... yes #11 278.5 checking for explicit_memset... no #11 279.3 checking for mkostemp... yes #11 280.1 checking for library containing nanosleep... none required #11 280.7 checking for working nanosleep... no (mishandles large arguments) #11 282.9 checking for sys/pstat.h... no #11 283.5 checking for sys/sysmp.h... no #11 284.0 checking for sys/param.h... (cached) yes #11 284.0 checking for sys/sysctl.h... (cached) no #11 284.0 checking for sched_getaffinity_np... no #11 284.9 checking for pstat_getdynamic... no #11 285.6 checking for sysmp... no #11 286.5 checking for sysctl... (cached) no #11 286.5 checking for sched_getaffinity... yes #11 287.4 checking for glibc compatible sched_getaffinity... yes #11 287.8 checking for pipe2... yes #11 288.5 checking whether signature of pselect conforms to POSIX... yes #11 289.2 checking whether pselect detects invalid fds... yes #11 290.2 checking whether pthread_sigmask is a macro... no #11 290.5 checking whether pthread_sigmask works without -lpthread... yes #11 291.2 checking whether pthread_sigmask returns error numbers... yes #11 292.0 checking whether pthread_sigmask unblocks signals correctly... guessing yes #11 294.9 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #11 295.7 checking whether readlink signature is correct... yes #11 296.0 checking whether readlink handles trailing slash correctly... yes #11 296.8 checking whether readlink truncates results correctly... yes #11 297.4 checking for readlinkat... (cached) yes #11 297.4 checking whether readlinkat signature is correct... yes #11 297.8 checking for working re_compile_pattern... yes #11 299.1 checking for sig2str... no #11 299.5 checking for sigdescr_np... yes #11 300.0 checking for socklen_t... yes #11 300.5 checking for ssize_t... yes #11 300.8 checking for struct stat.st_atim.tv_nsec... yes #11 301.2 checking whether struct stat.st_atim is of type struct timespec... yes #11 301.4 checking for struct stat.st_birthtimespec.tv_nsec... no #11 301.6 checking for struct stat.st_birthtimensec... no #11 302.2 checking for struct stat.st_birthtim.tv_nsec... no #11 302.8 checking for bool, true, false... no #11 303.0 checking for stpcpy... yes #11 303.4 checking for working strnlen... yes #11 304.0 checking whether strtoimax works... yes #11 304.4 checking whether symlink handles trailing slash correctly... yes #11 304.9 checking whether localtime_r is declared... yes #11 305.1 checking whether localtime_r is compatible with its POSIX signature... yes #11 305.4 checking whether localtime works even near extrema... yes #11 306.3 checking for timezone_t... no #11 306.5 checking for timegm... yes #11 307.0 checking whether timer_settime is declared... yes #11 307.2 checking for library containing timer_settime... none required #11 307.6 checking for timer_settime... yes #11 308.0 checking for utimensat... yes #11 308.5 checking whether utimensat works... yes #11 310.1 checking for variable-length arrays... yes #11 310.5 checking whether getdtablesize works... yes #11 311.0 checking for timer_getoverrun... yes #11 311.7 checking for gcc option to disable position independent executables... not needed #11 311.7 checking for __ctype_get_mb_cur_max... yes #11 312.3 checking whether MB_CUR_MAX is defined to function that won't link... no #11 312.6 #11 312.6 Configured for 'x86_64-pc-linux-gnu'. #11 312.6 #11 312.6 Where should the build process find the source code? . #11 312.6 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #11 312.6 Should Emacs use the GNU version of malloc? no #11 312.6 (The GNU allocators don't work with this system configuration.) #11 312.6 Should Emacs use a relocating allocator for buffers? no #11 312.6 Should Emacs use mmap(2) for buffer allocation? no #11 312.6 What window system should Emacs use? none #11 312.6 What toolkit should Emacs use? none #11 312.6 Where do we find X Windows header files? NONE #11 312.6 Where do we find X Windows libraries? NONE #11 312.6 Does Emacs use -lXaw3d? no #11 312.6 Is Emacs being built for Android? no #11 312.6 Does Emacs use the X Double Buffer Extension? no #11 312.6 Does Emacs use -lXpm? no #11 312.6 Does Emacs use -ljpeg? no #11 312.6 Does Emacs use -ltiff? no #11 312.6 Does Emacs use a gif library? no #11 312.6 Does Emacs use a png library? no #11 312.6 Does Emacs use -lrsvg-2? no #11 312.6 Does Emacs use -lwebp? no #11 312.6 Does Emacs use -lsqlite3? no #11 312.6 Does Emacs use cairo? no #11 312.6 Does Emacs use -llcms2? no #11 312.6 Does Emacs use imagemagick? no #11 312.6 Does Emacs use native APIs for images? no #11 312.6 Does Emacs support sound? yes #11 312.6 Does Emacs use -lgpm? no #11 312.6 Does Emacs use -ldbus? yes #11 312.6 Does Emacs use -lgconf? no #11 312.6 Does Emacs use GSettings? no #11 312.6 Does Emacs use a file notification library? yes -lglibc (inotify) #11 312.6 Does Emacs use access control lists? yes -lacl -lattr #11 312.6 Does Emacs use -lselinux? no #11 312.6 Does Emacs use -lgnutls? yes #11 312.6 Does Emacs use -lxml2? no #11 312.6 Does Emacs use -lfreetype? no #11 312.6 Does Emacs use HarfBuzz? no #11 312.6 Does Emacs use -lm17n-flt? no #11 312.6 Does Emacs use -lotf? no #11 312.6 Does Emacs use -lxft? no #11 312.6 Does Emacs use -lsystemd? no #11 312.6 Does Emacs use -ljansson? no #11 312.6 Does Emacs use -ltree-sitter? yes #11 312.6 Does Emacs use the GMP library? yes #11 312.6 Does Emacs directly use zlib? no #11 312.6 Does Emacs have dynamic modules support? yes #11 312.6 Does Emacs use toolkit scroll bars? no #11 312.6 Does Emacs support Xwidgets? no #11 312.6 Does Emacs have threading support in lisp? yes #11 312.6 Does Emacs support the portable dumper? yes #11 312.6 Does Emacs support legacy unexec dumping? no #11 312.6 Which dumping strategy does Emacs use? pdumper #11 312.6 Does Emacs have native lisp compiler? no #11 312.6 Does Emacs use version 2 of the X Input Extension? no #11 312.6 Does Emacs generate a smaller-size Japanese dictionary? no #11 312.6 #11 312.6 #11 314.3 configure: creating ./config.status #11 314.8 configure: WARNING: This configuration installs a 'movemail' program #11 314.8 that does not retrieve POP3 email. By default, Emacs 25 and earlier #11 314.8 installed a 'movemail' program that retrieved POP3 email via only #11 314.8 insecure channels, a practice that is no longer recommended but that #11 314.8 you can continue to support by using './configure --with-pop'. #11 314.9 configure: You might want to install GNU Mailutils #11 314.9 and use './configure --with-mailutils'. #11 316.5 MAKE='make' ./config.status #11 316.7 config.status: creating src/verbose.mk #11 316.9 config.status: creating src/emacs-module.h #11 317.1 config.status: creating Makefile #11 317.3 config.status: creating lib/gnulib.mk #11 317.6 config.status: creating ./doc/man/emacs.1 #11 317.8 config.status: creating lib/Makefile #11 317.9 config.status: creating lib-src/Makefile #11 318.1 config.status: creating oldXMenu/Makefile #11 318.1 config.status: creating src/Makefile #11 318.3 config.status: creating lwlib/Makefile #11 318.5 config.status: creating nextstep/Makefile #11 318.6 config.status: creating nt/Makefile #11 318.7 config.status: creating doc/emacs/Makefile #11 318.8 config.status: creating doc/misc/Makefile #11 319.0 config.status: creating doc/lispintro/Makefile #11 319.2 config.status: creating doc/lispref/Makefile #11 319.3 config.status: creating lisp/Makefile #11 319.5 config.status: creating leim/Makefile #11 319.6 config.status: creating test/Makefile #11 319.8 config.status: creating test/manual/noverlay/Makefile #11 319.9 config.status: creating test/infra/Makefile #11 320.1 config.status: creating admin/charsets/Makefile #11 320.2 config.status: creating admin/unidata/Makefile #11 320.3 config.status: creating admin/grammars/Makefile #11 320.4 config.status: creating java/Makefile #11 320.5 config.status: creating cross/Makefile #11 320.7 config.status: creating java/AndroidManifest.xml #11 320.8 config.status: creating src/config.h #11 320.9 config.status: executing src/epaths.h commands #11 320.9 make[3]: Entering directory '/checkout' #11 321.0 make[3]: Leaving directory '/checkout' #11 321.1 config.status: executing src/.gdbinit commands #11 321.1 config.status: executing doc/emacs/emacsver.texi commands #11 321.2 config.status: executing etc-refcards-emacsver.tex commands #11 321.3 make[3]: Entering directory '/checkout' #11 321.4 make[3]: Leaving directory '/checkout' #11 321.4 make[2]: Leaving directory '/checkout' #11 321.4 make actual-all #11 321.5 make[2]: Entering directory '/checkout' #11 322.1 make -C lib all #11 322.5 make[3]: Entering directory '/checkout/lib' #11 322.5 GEN alloca.h #11 322.5 GEN dirent.h #11 322.8 GEN fcntl.h #11 322.8 GEN inttypes.h #11 322.9 GEN limits.h #11 322.9 GEN signal.h #11 323.1 GEN stdckdint.h #11 323.2 GEN stddef.h #11 323.2 GEN stdio.h #11 324.4 GEN stdlib.h #11 325.5 GEN string.h #11 325.8 GEN sys/random.h #11 325.9 GEN sys/select.h #11 326.0 GEN sys/stat.h #11 326.2 GEN sys/time.h #11 326.3 GEN sys/types.h #11 326.4 GEN time.h #11 326.5 GEN unistd.h #11 327.3 CC fingerprint.o #11 327.5 CC acl-errno-valid.o #11 328.0 CC acl-internal.o #11 328.5 CC get-permissions.o #11 329.0 CC set-permissions.o #11 329.4 CC allocator.o #11 329.7 CC binary-io.o #11 330.0 CC boot-time.o #11 331.2 CC c-ctype.o #11 331.7 CC c-strcasecmp.o #11 332.0 CC c-strncasecmp.o #11 332.6 CC careadlinkat.o #11 333.1 CC close-stream.o #11 333.4 CC copy-file-range.o #11 333.8 CC count-leading-zeros.o #11 334.0 CC count-one-bits.o #11 334.4 CC count-trailing-zeros.o #11 334.8 CC md5-stream.o #11 335.2 CC md5.o #11 336.5 CC sha1.o #11 338.8 CC sha256.o #11 343.8 CC sha512.o #11 350.8 CC dtoastr.o #11 351.3 CC dtotimespec.o #11 351.6 CC fcntl.o #11 352.1 CC file-has-acl.o #11 352.9 CC filemode.o #11 353.7 CC filevercmp.o #11 355.1 CC fsusage.o #11 355.7 CC gettime.o #11 356.2 CC memset_explicit.o #11 356.7 CC nanosleep.o #11 357.4 CC nproc.o #11 358.2 CC nstrftime.o #11 362.2 CC pipe2.o #11 362.7 CC qcopy-acl.o #11 363.0 CC sig2str.o #11 363.7 CC stat-time.o #11 364.0 CC tempname.o #11 364.8 CC time_rz.o #11 365.7 CC timespec.o #11 366.1 CC timespec-add.o #11 366.6 CC timespec-sub.o #11 366.9 CC u64.o #11 367.1 CC unistd.o #11 367.3 CC openat-die.o #11 367.7 CC save-cwd.o #11 368.1 AR libgnu.a #11 368.8 make[3]: Leaving directory '/checkout/lib' #11 368.8 make -C lib-src all #11 368.8 make[3]: Entering directory '/checkout/lib-src' #11 368.8 CCLD etags #11 390.1 CCLD ctags #11 408.1 CCLD emacsclient #11 412.1 CCLD ebrowse #11 420.4 CCLD hexl #11 421.7 CC pop.o #11 422.0 CCLD movemail #11 423.3 CCLD make-docfile #11 427.6 CCLD make-fingerprint #11 428.6 make[3]: Leaving directory '/checkout/lib-src' #11 428.6 make -C src BIN_DESTDIR=''/usr/local/bin/'' \ #11 428.6 ELN_DESTDIR='/usr/local/lib/emacs/30.0.50/' all #11 429.2 make[3]: Entering directory '/checkout/src' #11 429.2 GEN globals.h #11 429.7 CC dispnew.o #11 447.7 CC frame.o #11 461.2 CC scroll.o #11 465.6 CC xdisp.o #11 589.3 CC menu.o #11 594.2 CC window.o #11 627.4 CC charset.o #11 639.4 CC coding.o #11 716.4 CC category.o #11 721.5 CC ccl.o #11 739.5 CC character.o #11 745.6 CC chartab.o #11 756.1 CC bidi.o #11 765.8 CC cm.o #11 767.8 CC term.o #11 780.7 CC terminal.o #11 783.6 CC xfaces.o #11 802.6 CC dbusbind.o #11 817.5 CC emacs.o #11 824.2 CC keyboard.o #11 869.1 CC macros.o #11 871.6 CC keymap.o #11 886.8 CC sysdep.o #11 897.2 CC bignum.o #11 902.1 CC buffer.o #11 922.0 CC filelock.o #11 925.5 CC insdel.o #11 932.9 CC marker.o #11 936.2 CC minibuf.o #11 947.1 CC fileio.o #11 966.1 CC dired.o #11 970.1 CC cmds.o #11 974.5 CC casetab.o #11 976.6 CC casefiddle.o #11 980.2 CC indent.o #11 993.3 CC search.o #11 1006. CC regex-emacs.o #11 1038. CC undo.o #11 1041. CC alloc.o #11 1060. CC pdumper.o #11 1075. CC data.o #11 1097. GEN buildobj.h #11 1098. CC doc.o #11 1102. CC editfns.o #11 1123. CC callint.o #11 1131. CC eval.o #11 1158. CC floatfns.o #11 1164. CC fns.o #11 1199. CC sort.o #11 1202. CC font.o #11 1226. CC print.o #11 1237. CC lread.o #11 1260. CC emacs-module.o #11 1269. CC syntax.o #11 1298. CC bytecode.o #11 1314. CC comp.o #11 1315. CC dynlib.o #11 1315. CC process.o #11 1350. CC gnutls.o #11 1365. CC callproc.o #11 1372. CC region-cache.o #11 1374. CC sound.o #11 1377. CC timefns.o #11 1384. CC atimer.o #11 1387. CC doprnt.o #11 1390. CC intervals.o #11 1400. CC textprop.o #11 1411. CC composite.o #11 1425. CC xml.o #11 1426. CC lcms.o #11 1426. CC inotify.o #11 1429. CC profiler.o #11 1432. CC decompress.o #11 1432. CC thread.o #11 1437. CC systhread.o #11 1438. CC sqlite.o #11 1440. CC treesit.o #11 1454. CC itree.o #11 1458. CC terminfo.o #11 1459. CC lastfile.o #11 1460. make -C ../admin/charsets all #11 1460. make[4]: Entering directory '/checkout/admin/charsets' #11 1460. GEN ../../etc/charsets/8859-2.map #11 1460. GEN ../../etc/charsets/8859-3.map #11 1461. GEN ../../etc/charsets/8859-4.map #11 1461. GEN ../../etc/charsets/8859-5.map #11 1461. GEN ../../etc/charsets/8859-6.map #11 1461. GEN ../../etc/charsets/8859-7.map #11 1461. GEN ../../etc/charsets/8859-8.map #11 1461. GEN ../../etc/charsets/8859-9.map #11 1461. GEN ../../etc/charsets/8859-10.map #11 1461. GEN ../../etc/charsets/8859-11.map #11 1461. GEN ../../etc/charsets/8859-13.map #11 1461. GEN ../../etc/charsets/8859-14.map #11 1461. GEN ../../etc/charsets/8859-15.map #11 1461. GEN ../../etc/charsets/8859-16.map #11 1461. GEN ../../etc/charsets/IBM037.map #11 1462. GEN ../../etc/charsets/IBM038.map #11 1462. GEN ../../etc/charsets/IBM256.map #11 1462. GEN ../../etc/charsets/IBM273.map #11 1462. GEN ../../etc/charsets/IBM274.map #11 1462. GEN ../../etc/charsets/IBM275.map #11 1462. GEN ../../etc/charsets/IBM277.map #11 1462. GEN ../../etc/charsets/IBM278.map #11 1462. GEN ../../etc/charsets/IBM280.map #11 1462. GEN ../../etc/charsets/IBM281.map #11 1462. GEN ../../etc/charsets/IBM284.map #11 1462. GEN ../../etc/charsets/IBM285.map #11 1462. GEN ../../etc/charsets/IBM290.map #11 1463. GEN ../../etc/charsets/IBM297.map #11 1463. GEN ../../etc/charsets/IBM420.map #11 1463. GEN ../../etc/charsets/IBM423.map #11 1463. GEN ../../etc/charsets/IBM424.map #11 1463. GEN ../../etc/charsets/IBM437.map #11 1463. GEN ../../etc/charsets/IBM500.map #11 1463. GEN ../../etc/charsets/IBM850.map #11 1463. GEN ../../etc/charsets/IBM851.map #11 1463. GEN ../../etc/charsets/IBM852.map #11 1463. GEN ../../etc/charsets/IBM855.map #11 1463. GEN ../../etc/charsets/IBM856.map #11 1464. GEN ../../etc/charsets/IBM857.map #11 1464. GEN ../../etc/charsets/IBM860.map #11 1464. GEN ../../etc/charsets/IBM861.map #11 1464. GEN ../../etc/charsets/IBM862.map #11 1464. GEN ../../etc/charsets/IBM863.map #11 1464. GEN ../../etc/charsets/IBM864.map #11 1464. GEN ../../etc/charsets/IBM865.map #11 1464. GEN ../../etc/charsets/IBM866.map #11 1464. GEN ../../etc/charsets/IBM868.map #11 1465. GEN ../../etc/charsets/IBM869.map #11 1465. GEN ../../etc/charsets/IBM870.map #11 1465. GEN ../../etc/charsets/IBM871.map #11 1465. GEN ../../etc/charsets/IBM874.map #11 1465. GEN ../../etc/charsets/IBM875.map #11 1465. GEN ../../etc/charsets/IBM880.map #11 1465. GEN ../../etc/charsets/IBM891.map #11 1465. GEN ../../etc/charsets/IBM903.map #11 1465. GEN ../../etc/charsets/IBM904.map #11 1465. GEN ../../etc/charsets/IBM905.map #11 1465. GEN ../../etc/charsets/IBM918.map #11 1465. GEN ../../etc/charsets/IBM1004.map #11 1465. GEN ../../etc/charsets/IBM1026.map #11 1466. GEN ../../etc/charsets/IBM1047.map #11 1466. GEN ../../etc/charsets/CP737.map #11 1466. GEN ../../etc/charsets/CP775.map #11 1466. GEN ../../etc/charsets/CP1125.map #11 1466. GEN ../../etc/charsets/CP1250.map #11 1466. GEN ../../etc/charsets/CP1251.map #11 1466. GEN ../../etc/charsets/CP1252.map #11 1466. GEN ../../etc/charsets/CP1253.map #11 1466. GEN ../../etc/charsets/CP1254.map #11 1467. GEN ../../etc/charsets/CP1255.map #11 1467. GEN ../../etc/charsets/CP1256.map #11 1467. GEN ../../etc/charsets/CP1257.map #11 1467. GEN ../../etc/charsets/CP1258.map #11 1467. GEN ../../etc/charsets/CP10007.map #11 1467. GEN ../../etc/charsets/CP720.map #11 1467. GEN ../../etc/charsets/CP858.map #11 1467. GEN ../../etc/charsets/GB2312.map #11 1468. GEN ../../etc/charsets/GBK.map #11 1469. GEN ../../etc/charsets/GB180302.map #11 1472. GEN ../../etc/charsets/GB180304.map #11 1472. GEN ../../etc/charsets/BIG5.map #11 1473. GEN ../../etc/charsets/BIG5-HKSCS.map #11 1474. GEN ../../etc/charsets/CNS-1.map #11 1475. GEN ../../etc/charsets/CNS-2.map #11 1476. GEN ../../etc/charsets/CNS-3.map #11 1476. GEN ../../etc/charsets/CNS-4.map #11 1477. GEN ../../etc/charsets/CNS-5.map #11 1477. GEN ../../etc/charsets/CNS-6.map #11 1478. GEN ../../etc/charsets/CNS-7.map #11 1478. GEN ../../etc/charsets/CNS-F.map #11 1479. GEN ../../etc/charsets/JISX0201.map #11 1479. GEN ../../etc/charsets/JISX0208.map #11 1480. GEN ../../etc/charsets/JISX0212.map #11 1480. GEN ../../etc/charsets/JISX2131.map #11 1481. GEN ../../etc/charsets/JISX2132.map #11 1481. GEN ../../etc/charsets/JISC6226.map #11 1482. GEN ../../etc/charsets/CP932-2BYTE.map #11 1482. GEN ../../etc/charsets/JISX213A.map #11 1482. GEN ../../etc/charsets/KSC5601.map #11 1483. GEN ../../etc/charsets/KSC5636.map #11 1483. GEN ../../etc/charsets/JOHAB.map #11 1484. GEN ../../etc/charsets/KOI-8.map #11 1485. GEN ../../etc/charsets/KOI8-R.map #11 1485. GEN ../../etc/charsets/KOI8-U.map #11 1485. GEN ../../etc/charsets/KOI8-T.map #11 1485. GEN ../../etc/charsets/ALTERNATIVNYJ.map #11 1485. GEN ../../etc/charsets/MIK.map #11 1485. GEN ../../etc/charsets/PTCP154.map #11 1485. GEN ../../etc/charsets/TIS-620.map #11 1485. GEN ../../etc/charsets/VISCII.map #11 1485. GEN ../../etc/charsets/VSCII.map #11 1486. GEN ../../etc/charsets/VSCII-2.map #11 1486. GEN ../../etc/charsets/KA-PS.map #11 1486. GEN ../../etc/charsets/KA-ACADEMY.map #11 1486. GEN ../../etc/charsets/HP-ROMAN8.map #11 1486. GEN ../../etc/charsets/NEXTSTEP.map #11 1486. GEN ../../etc/charsets/MACINTOSH.map #11 1486. GEN ../../etc/charsets/EBCDICUK.map #11 1486. GEN ../../etc/charsets/EBCDICUS.map #11 1486. GEN ../../etc/charsets/stdenc.map #11 1486. GEN ../../etc/charsets/symbol.map #11 1486. GEN ../../etc/charsets/CP949-2BYTE.map #11 1488. GEN ../../etc/charsets/BIG5-1.map #11 1488. GEN ../../etc/charsets/BIG5-2.map #11 1488. GEN ../../etc/charsets/MULE-ethiopic.map #11 1488. GEN ../../etc/charsets/MULE-ipa.map #11 1488. GEN ../../etc/charsets/MULE-is13194.map #11 1488. GEN ../../etc/charsets/MULE-sisheng.map #11 1488. GEN ../../etc/charsets/MULE-tibetan.map #11 1488. GEN ../../etc/charsets/MULE-lviscii.map #11 1488. GEN ../../etc/charsets/MULE-uviscii.map #11 1488. GEN ../../lisp/international/cp51932.el #11 1488. GEN ../../lisp/international/eucjp-ms.el #11 1488. GEN charsets.stamp #11 1488. make[4]: Leaving directory '/checkout/admin/charsets' #11 1488. make -C ../admin/unidata charscript.el #11 1488. make[4]: Entering directory '/checkout/admin/unidata' #11 1488. GEN ../../lisp/international/charscript.el #11 1488. make[4]: Leaving directory '/checkout/admin/unidata' #11 1488. make -C ../admin/unidata emoji-zwj.el #11 1488. make[4]: Entering directory '/checkout/admin/unidata' #11 1488. GEN ../../lisp/international/emoji-zwj.el #11 1489. make[4]: Leaving directory '/checkout/admin/unidata' #11 1489. CCLD temacs #11 1495. /usr/bin/mkdir -p ../etc #11 1495. GEN ../etc/DOC #11 1498. make -C ../lisp update-subdirs #11 1498. make[4]: Entering directory '/checkout/lisp' #11 1498. make[4]: Leaving directory '/checkout/lisp' #11 1498. cp -f temacs bootstrap-emacs #11 1499. rm -f bootstrap-emacs.pdmp #11 1499. ./temacs --batch -l loadup --temacs=pbootstrap \ #11 1499. --bin-dest /usr/local/bin/ --eln-dest /usr/local/lib/emacs/30.0.50/ #11 1499. Loading loadup.el (source)... #11 1499. Dump mode: pbootstrap #11 1499. Using load-path (/checkout/lisp /checkout/lisp/emacs-lisp /checkout/lisp/progmodes /checkout/lisp/language /checkout/lisp/international /checkout/lisp/textmodes /checkout/lisp/vc) #11 1499. Loading emacs-lisp/debug-early (source)... #11 1499. Loading emacs-lisp/byte-run (source)... #11 1499. Loading emacs-lisp/backquote (source)... #11 1499. Loading subr (source)... #11 1499. Loading keymap (source)... #11 1500. Loading version (source)... #11 1500. Loading widget (source)... #11 1500. Loading custom (source)... #11 1500. Loading emacs-lisp/map-ynp (source)... #11 1500. Loading international/mule (source)... #11 1500. Loading international/mule-conf (source)... #11 1501. Loading env (source)... #11 1501. Loading format (source)... #11 1501. Loading bindings (source)... #11 1503. Loading window (source)... #11 1503. Loading /checkout/lisp/files.el (source)... #11 1513. Loading /checkout/lisp/emacs-lisp/macroexp.el (source)... #11 1518. Loading /checkout/lisp/emacs-lisp/pcase.el (source)... #11 1518. Loading /checkout/lisp/emacs-lisp/macroexp.el (source)... #11 1520. Loading /checkout/lisp/cus-face.el (source)... #11 1521. Loading /checkout/lisp/faces.el (source)... #11 1522. Loading /checkout/lisp/ldefs-boot.el (source)... #11 1531. Loading /checkout/lisp/button.el (source)... #11 1531. Loading /checkout/lisp/emacs-lisp/cl-preloaded.el (source)... #11 1538. Loading /checkout/lisp/emacs-lisp/oclosure.el (source)... #11 1539. Loading /checkout/lisp/obarray.el (source)... #11 1539. Loading /checkout/lisp/abbrev.el (source)... #11 1540. Loading /checkout/lisp/help.el (source)... #11 1542. Loading /checkout/lisp/jka-cmpr-hook.el (source)... #11 1542. Loading /checkout/lisp/epa-hook.el (source)... #11 1542. Loading /checkout/lisp/international/mule-cmds.el (source)... #11 1543. Loading /checkout/lisp/case-table.el (source)... #11 1544. Loading /checkout/lisp/international/characters.el (source)... #11 1544. Loading /checkout/lisp/international/charscript.el (source)... #11 1544. Loading /checkout/lisp/international/emoji-zwj.el (source)... #11 1545. Loading /checkout/lisp/composite.el (source)... #11 1545. Loading /checkout/lisp/language/chinese.el (source)... #11 1545. Loading /checkout/lisp/language/cyrillic.el (source)... #11 1545. Loading /checkout/lisp/language/indian.el (source)... #11 1546. Loading /checkout/lisp/language/sinhala.el (source)... #11 1546. Loading /checkout/lisp/language/english.el (source)... #11 1546. Loading /checkout/lisp/language/ethiopic.el (source)... #11 1546. Loading /checkout/lisp/language/european.el (source)... #11 1547. Loading /checkout/lisp/language/czech.el (source)... #11 1547. Loading /checkout/lisp/language/slovak.el (source)... #11 1547. Loading /checkout/lisp/language/romanian.el (source)... #11 1547. Loading /checkout/lisp/language/greek.el (source)... #11 1547. Loading /checkout/lisp/language/hebrew.el (source)... #11 1547. Loading /checkout/lisp/international/cp51932.el (source)... #11 1548. Loading /checkout/lisp/international/eucjp-ms.el (source)... #11 1548. Loading /checkout/lisp/language/japanese.el (source)... #11 1549. Loading /checkout/lisp/language/korean.el (source)... #11 1549. Loading /checkout/lisp/language/lao.el (source)... #11 1549. Loading /checkout/lisp/language/tai-viet.el (source)... #11 1549. Loading /checkout/lisp/language/thai.el (source)... #11 1549. Loading /checkout/lisp/language/tibetan.el (source)... #11 1549. Loading /checkout/lisp/language/vietnamese.el (source)... #11 1549. Loading /checkout/lisp/language/misc-lang.el (source)... #11 1549. Loading /checkout/lisp/language/utf-8-lang.el (source)... #11 1550. Loading /checkout/lisp/language/georgian.el (source)... #11 1550. Loading /checkout/lisp/language/khmer.el (source)... #11 1550. Loading /checkout/lisp/language/burmese.el (source)... #11 1550. Loading /checkout/lisp/language/cham.el (source)... #11 1550. Loading /checkout/lisp/language/philippine.el (source)... #11 1550. Loading /checkout/lisp/language/indonesian.el (source)... #11 1550. Loading /checkout/lisp/indent.el (source)... #11 1550. Loading /checkout/lisp/emacs-lisp/cl-generic.el (source)... #11 1552. Loading /checkout/lisp/simple.el (source)... #11 1559. Loading /checkout/lisp/emacs-lisp/seq.el (source)... #11 1561. Loading /checkout/lisp/emacs-lisp/nadvice.el (source)... #11 1561. Loading /checkout/lisp/minibuffer.el (source)... #11 1565. Loading /checkout/lisp/frame.el (source)... #11 1566. Loading /checkout/lisp/startup.el (source)... #11 1567. Loading /checkout/lisp/term/tty-colors.el (source)... #11 1567. Loading /checkout/lisp/font-core.el (source)... #11 1567. Loading /checkout/lisp/emacs-lisp/syntax.el (source)... #11 1568. Loading /checkout/lisp/font-lock.el (source)... #11 1569. Loading /checkout/lisp/jit-lock.el (source)... #11 1569. Loading /checkout/lisp/mouse.el (source)... #11 1571. Loading /checkout/lisp/select.el (source)... #11 1572. Loading /checkout/lisp/emacs-lisp/timer.el (source)... #11 1572. Loading /checkout/lisp/emacs-lisp/easymenu.el (source)... #11 1573. Loading /checkout/lisp/isearch.el (source)... #11 1575. Loading /checkout/lisp/rfn-eshadow.el (source)... #11 1575. Loading /checkout/lisp/menu-bar.el (source)... #11 1579. Loading /checkout/lisp/tab-bar.el (source)... #11 1582. Loading /checkout/lisp/emacs-lisp/lisp.el (source)... #11 1582. Loading /checkout/lisp/textmodes/page.el (source)... #11 1582. Loading /checkout/lisp/register.el (source)... #11 1583. Loading /checkout/lisp/textmodes/paragraphs.el (source)... #11 1583. Loading /checkout/lisp/progmodes/prog-mode.el (source)... #11 1588. Loading /checkout/lisp/emacs-lisp/lisp-mode.el (source)... #11 1589. Loading /checkout/lisp/textmodes/text-mode.el (source)... #11 1589. Loading /checkout/lisp/textmodes/fill.el (source)... #11 1590. Loading /checkout/lisp/newcomment.el (source)... #11 1591. Loading /checkout/lisp/replace.el (source)... #11 1592. Loading /checkout/lisp/emacs-lisp/tabulated-list.el (source)... #11 1593. Loading /checkout/lisp/buff-menu.el (source)... #11 1594. Loading /checkout/lisp/touch-screen.el (source)... #11 1594. Loading /checkout/lisp/progmodes/elisp-mode.el (source)... #11 1607. Loading /checkout/lisp/emacs-lisp/float-sup.el (source)... #11 1607. Loading /checkout/lisp/vc/vc-hooks.el (source)... #11 1608. Loading /checkout/lisp/vc/ediff-hook.el (source)... #11 1608. Loading /checkout/lisp/uniquify.el (source)... #11 1609. Loading /checkout/lisp/electric.el (source)... #11 1609. Loading /checkout/lisp/paren.el (source)... #11 1610. Loading /checkout/lisp/emacs-lisp/shorthands.el (source)... #11 1610. Loading /checkout/lisp/emacs-lisp/eldoc.el (source)... #11 1611. Loading /checkout/lisp/emacs-lisp/cconv.el (source)... #11 1621. Loading /checkout/lisp/cus-start.el (source)... #11 1622. Loading /checkout/lisp/tooltip.el (source)... #11 1622. Loading /checkout/lisp/international/iso-transl.el (source)... #11 1622. Loading /checkout/lisp/emacs-lisp/rmc.el (source)... #11 1622. Finding pointers to doc strings... #11 1622. Finding pointers to doc strings...done #11 1623. Dumping under the name bootstrap-emacs.pdmp #11 1623. Dumping fingerprint: 195d757773f163a793a8ed344d3c69ec58b21747ca3354d9608ebf5ae1bbf398 #11 1642. Dump complete #11 1642. Byte counts: header=100 hot=15507964 discardable=140072 cold=10894528 #11 1642. Reloc counts: hot=1081147 discardable=5034 #11 1642. ANCIENT=yes make -C ../lisp compile-first EMACS="../src/bootstrap-emacs" #11 1642. make[4]: Entering directory '/checkout/lisp' #11 1642. ELC emacs-lisp/macroexp.elc #11 1660. ELC emacs-lisp/cconv.elc #11 1680. ELC emacs-lisp/byte-opt.elc #11 1705. ELC emacs-lisp/bytecomp.elc #11 1733. ELC emacs-lisp/loaddefs-gen.elc #11 1739. ELC emacs-lisp/radix-tree.elc #11 1741. make[4]: Leaving directory '/checkout/lisp' #11 1741. make -C ../lisp compile-first EMACS="../src/bootstrap-emacs" #11 1741. make[4]: Entering directory '/checkout/lisp' #11 1741. make[4]: Nothing to be done for 'compile-first'. #11 1741. make[4]: Leaving directory '/checkout/lisp' #11 1741. make -C ../lisp autoloads EMACS="../src/bootstrap-emacs" #11 1741. make[4]: Entering directory '/checkout/lisp' #11 1741. ELC international/titdic-cnv.elc #11 1746. make -C ../leim all EMACS="../src/bootstrap-emacs" #11 1746. make[5]: Entering directory '/checkout/leim' #11 1746. GEN ../lisp/leim/quail/CCDOSPY.el #11 1749. GEN ../lisp/leim/quail/Punct.el #11 1752. GEN ../lisp/leim/quail/QJ.el #11 1755. GEN ../lisp/leim/quail/SW.el #11 1757. GEN ../lisp/leim/quail/TONEPY.el #11 1760. GEN ../lisp/leim/quail/4Corner.el #11 1763. GEN ../lisp/leim/quail/ARRAY30.el #11 1766. GEN ../lisp/leim/quail/ECDICT.el #11 1769. GEN ../lisp/leim/quail/ETZY.el #11 1772. GEN ../lisp/leim/quail/Punct-b5.el #11 1774. GEN ../lisp/leim/quail/PY-b5.el #11 1777. GEN ../lisp/leim/quail/QJ-b5.el #11 1779. GEN ../lisp/leim/quail/ZOZY.el #11 1783. GEN ../lisp/leim/quail/tsang-b5.el #11 1787. GEN ../lisp/leim/quail/tsang-cns.el #11 1790. GEN ../lisp/leim/quail/PY.el #11 1793. GEN ../lisp/leim/quail/ZIRANMA.el #11 1798. GEN ../lisp/leim/quail/CTLau.el #11 1800. GEN ../lisp/leim/quail/CTLau-b5.el #11 1803. GEN ../lisp/language/pinyin.el #11 1806. GEN ../lisp/leim/leim-list.el #11 1823. make[5]: Leaving directory '/checkout/leim' #11 1823. make -C ../admin/grammars all EMACS="../../src/bootstrap-emacs" #11 1823. make[5]: Entering directory '/checkout/admin/grammars' #11 1823. GEN ../../lisp/cedet/semantic/bovine/c-by.el #11 1836. Loading /checkout/lisp/cedet/semantic/grm-wy-boot.el (source)... #11 1852. GEN ../../lisp/cedet/semantic/bovine/make-by.el #11 1862. Loading /checkout/lisp/cedet/semantic/grm-wy-boot.el (source)... #11 1877. GEN ../../lisp/cedet/semantic/bovine/scm-by.el #11 1889. Loading /checkout/lisp/cedet/semantic/grm-wy-boot.el (source)... #11 1904. GEN ../../lisp/cedet/semantic/grammar-wy.el #11 1914. Loading /checkout/lisp/cedet/semantic/grm-wy-boot.el (source)... #11 1939. GEN ../../lisp/cedet/semantic/wisent/javat-wy.el #11 1972. GEN ../../lisp/cedet/semantic/wisent/js-wy.el #11 1999. GEN ../../lisp/cedet/semantic/wisent/python-wy.el #11 2022. GEN ../../lisp/cedet/srecode/srt-wy.el #11 2044. make[5]: Leaving directory '/checkout/admin/grammars' #11 2044. GEN autoloads #11 2046. INFO Scraping files for loaddefs... #11 2049. INFO Scraping files for loaddefs...10% #11 2053. INFO Scraping files for loaddefs...20% #11 2056. INFO Scraping files for loaddefs...30% #11 2058. INFO Scraping files for loaddefs...40% #11 2061. INFO Scraping files for loaddefs...50% #11 2062. INFO Scraping files for loaddefs...60% #11 2064. INFO Scraping files for loaddefs...70% #11 2067. INFO Scraping files for loaddefs...80% #11 2070. INFO Scraping files for loaddefs...90% #11 2074. INFO Scraping files for loaddefs...100% #11 2074. INFO Scraping files for loaddefs...done #11 2074. GEN textmodes/reftex-loaddefs.el #11 2074. GEN textmodes/texinfo-loaddefs.el #11 2075. GEN org/org-loaddefs.el #11 2075. GEN net/tramp-loaddefs.el #11 2075. GEN mh-e/mh-loaddefs.el #11 2075. GEN eshell/esh-groups.el #11 2075. GEN erc/erc-loaddefs.el #11 2075. GEN emacs-lisp/cl-loaddefs.el #11 2075. GEN cedet/srecode/loaddefs.el #11 2075. GEN cedet/semantic/loaddefs.el #11 2075. GEN cedet/ede/loaddefs.el #11 2076. GEN calendar/diary-loaddefs.el #11 2076. GEN calendar/holiday-loaddefs.el #11 2076. GEN calendar/cal-loaddefs.el #11 2076. GEN calc/calc-loaddefs.el #11 2076. GEN ps-print-loaddefs.el #11 2076. GEN ibuffer-loaddefs.el #11 2076. GEN dired-loaddefs.el #11 2083. GEN loaddefs.el #11 2083. INFO Scraping files for loaddefs... #11 2083. INFO Scraping files for loaddefs...45% #11 2084. INFO Scraping files for loaddefs...79% #11 2084. INFO Scraping files for loaddefs...done #11 2084. GEN ../../lisp/theme-loaddefs.el #11 2084. make[4]: Leaving directory '/checkout/lisp' #11 2084. ELC ../lisp/abbrev.elc #11 2087. ELC ../lisp/bindings.elc #11 2091. ELC ../lisp/buff-menu.elc #11 2094. ELC ../lisp/button.elc #11 2096. ELC ../lisp/case-table.elc #11 2098. ELC ../lisp/composite.elc #11 2102. ELC ../lisp/cus-face.elc #11 2104. ELC ../lisp/cus-start.elc #11 2106. ELC ../lisp/custom.elc #11 2110. ELC ../lisp/disp-table.elc #11 2112. ELC ../lisp/dnd.elc #11 2115. ELC ../lisp/dos-fns.elc #11 2117. ELC ../lisp/dos-vars.elc #11 2118. ELC ../lisp/dos-w32.elc #11 2120. ELC ../lisp/dynamic-setting.elc #11 2122. #11 2122. In end of data: #11 2122. dynamic-setting.el:59:12: Warning: the function `reconsider-frame-fonts' is not known to be defined. #11 2122. ELC ../lisp/electric.elc #11 2125. ELC ../lisp/emacs-lisp/backquote.elc #11 2127. ELC ../lisp/emacs-lisp/byte-run.elc #11 2130. ELC ../lisp/emacs-lisp/cl-generic.elc #11 2138. ELC ../lisp/emacs-lisp/cl-preloaded.elc #11 2142. ELC ../lisp/emacs-lisp/debug-early.elc #11 2144. ELC ../lisp/emacs-lisp/easymenu.elc #11 2147. ELC ../lisp/emacs-lisp/eldoc.elc #11 2151. ELC ../lisp/emacs-lisp/float-sup.elc #11 2153. ELC ../lisp/emacs-lisp/lisp-mode.elc #11 2157. ELC ../lisp/emacs-lisp/lisp.elc #11 2161. ELC ../lisp/emacs-lisp/map-ynp.elc #11 2163. ELC ../lisp/emacs-lisp/nadvice.elc #11 2167. ELC ../lisp/emacs-lisp/oclosure.elc #11 2172. ELC ../lisp/emacs-lisp/regexp-opt.elc #11 2175. ELC ../lisp/emacs-lisp/rmc.elc #11 2178. ELC ../lisp/emacs-lisp/seq.elc #11 2184. ELC ../lisp/emacs-lisp/shorthands.elc #11 2186. ELC ../lisp/emacs-lisp/syntax.elc #11 2190. ELC ../lisp/emacs-lisp/tabulated-list.elc #11 2193. ELC ../lisp/emacs-lisp/timer.elc #11 2196. ELC ../lisp/env.elc #11 2197. ELC ../lisp/epa-hook.elc #11 2199. ELC ../lisp/faces.elc #11 2205. ELC ../lisp/files.elc #11 2221. ELC ../lisp/font-core.elc #11 2224. ELC ../lisp/font-lock.elc #11 2228. ELC ../lisp/format.elc #11 2230. ELC ../lisp/frame.elc #11 2237. ELC ../lisp/fringe.elc #11 2238. ELC ../lisp/help.elc #11 2244. ELC ../lisp/image.elc #11 2248. ELC ../lisp/indent.elc #11 2251. ELC ../lisp/international/charscript.elc #11 2253. ELC ../lisp/international/emoji-zwj.elc #11 2255. ELC ../lisp/international/characters.elc #11 2258. make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs" #11 2258. make[4]: Entering directory '/checkout/admin/unidata' #11 2258. ELC uvs.elc #11 2260. ELC unidata-gen.elc #11 2264. GEN unidata.txt #11 2266. GEN ../../lisp/international/uni-bidi.el #11 2268. GEN ../../lisp/international/uni-brackets.el #11 2270. GEN ../../lisp/international/uni-category.el #11 2273. GEN ../../lisp/international/uni-combining.el #11 2275. GEN ../../lisp/international/uni-comment.el #11 2278. GEN ../../lisp/international/uni-decimal.el #11 2281. GEN ../../lisp/international/uni-decomposition.el #11 2284. GEN ../../lisp/international/uni-digit.el #11 2285. GEN ../../lisp/international/uni-lowercase.el #11 2287. GEN ../../lisp/international/uni-mirrored.el #11 2288. GEN ../../lisp/international/uni-name.el #11 2298. GEN ../../lisp/international/uni-numeric.el #11 2300. GEN ../../lisp/international/uni-old-name.el #11 2302. GEN ../../lisp/international/uni-special-lowercase.el #11 2303. GEN ../../lisp/international/uni-special-titlecase.el #11 2305. GEN ../../lisp/international/uni-special-uppercase.el #11 2308. GEN ../../lisp/international/uni-titlecase.el #11 2310. GEN ../../lisp/international/uni-uppercase.el #11 2312. GEN ../../lisp/international/charprop.el #11 2313. GEN ../../lisp/international/emoji-labels.el #11 2339. GEN ../../lisp/international/uni-scripts.el #11 2342. GEN ../../lisp/international/uni-confusable.el #11 2347. GEN ../../lisp/international/idna-mapping.el #11 2353. make[4]: Leaving directory '/checkout/admin/unidata' #11 2353. make -C ../admin/charsets cp51932.el #11 2353. make[4]: Entering directory '/checkout/admin/charsets' #11 2353. make[4]: Nothing to be done for 'cp51932.el'. #11 2353. make[4]: Leaving directory '/checkout/admin/charsets' #11 2353. ELC ../lisp/international/cp51932.elc #11 2355. make -C ../admin/charsets eucjp-ms.el #11 2355. make[4]: Entering directory '/checkout/admin/charsets' #11 2355. make[4]: Nothing to be done for 'eucjp-ms.el'. #11 2355. make[4]: Leaving directory '/checkout/admin/charsets' #11 2355. ELC ../lisp/international/eucjp-ms.elc #11 2357. ELC ../lisp/international/fontset.elc #11 2360. ELC ../lisp/international/iso-transl.elc #11 2361. ELC ../lisp/international/mule-cmds.elc #11 2369. ELC ../lisp/international/mule-conf.elc #11 2373. ELC ../lisp/international/mule-util.elc #11 2376. ELC ../lisp/international/mule.elc #11 2382. ELC ../lisp/international/ucs-normalize.elc #11 2400. ELC ../lisp/isearch.elc #11 2410. ELC ../lisp/jit-lock.elc #11 2413. ELC ../lisp/jka-cmpr-hook.elc #11 2416. ELC ../lisp/keymap.elc #11 2419. ELC ../lisp/language/burmese.elc #11 2420. ELC ../lisp/language/cham.elc #11 2421. ELC ../lisp/language/chinese.elc #11 2423. ELC ../lisp/language/cyrillic.elc #11 2425. ELC ../lisp/language/czech.elc #11 2427. ELC ../lisp/language/english.elc #11 2429. ELC ../lisp/language/ethiopic.elc #11 2430. ELC ../lisp/language/european.elc #11 2432. ELC ../lisp/language/georgian.elc #11 2434. ELC ../lisp/language/greek.elc #11 2436. ELC ../lisp/language/hebrew.elc #11 2438. ELC ../lisp/language/indian.elc #11 2440. ELC ../lisp/language/indonesian.elc #11 2441. ELC ../lisp/language/japanese.elc #11 2444. ELC ../lisp/language/khmer.elc #11 2445. ELC ../lisp/language/korean.elc #11 2447. ELC ../lisp/language/lao.elc #11 2449. ELC ../lisp/language/misc-lang.elc #11 2451. ELC ../lisp/language/philippine.elc #11 2452. ELC ../lisp/language/romanian.elc #11 2453. ELC ../lisp/language/sinhala.elc #11 2455. ELC ../lisp/language/slovak.elc #11 2457. ELC ../lisp/language/tai-viet.elc #11 2459. ELC ../lisp/language/thai.elc #11 2460. ELC ../lisp/language/tibetan.elc #11 2462. ELC ../lisp/language/utf-8-lang.elc #11 2464. ELC ../lisp/language/vietnamese.elc #11 2465. ELC ../lisp/loaddefs.elc #11 2483. ELC ../lisp/ls-lisp.elc #11 2486. ELC ../lisp/menu-bar.elc #11 2493. ELC ../lisp/minibuffer.elc #11 2502. ELC ../lisp/mouse.elc #11 2509. ELC ../lisp/mwheel.elc #11 2512. ELC ../lisp/newcomment.elc #11 2515. ELC ../lisp/obarray.elc #11 2517. ELC ../lisp/paren.elc #11 2520. ELC ../lisp/pgtk-dnd.elc #11 2522. ELC ../lisp/progmodes/elisp-mode.elc #11 2528. ELC ../lisp/progmodes/prog-mode.elc #11 2532. ELC ../lisp/register.elc #11 2536. ELC ../lisp/replace.elc #11 2541. ELC ../lisp/rfn-eshadow.elc #11 2543. ELC ../lisp/scroll-bar.elc #11 2546. ELC ../lisp/select.elc #11 2550. ELC ../lisp/simple.elc #11 2568. ELC ../lisp/startup.elc #11 2573. ELC ../lisp/subr.elc #11 2586. ELC ../lisp/tab-bar.elc #11 2596. ELC ../lisp/term/android-win.elc #11 2599. #11 2599. In end of data: #11 2599. term/android-win.el:64:4: Warning: the function `x-handle-args' is not known to be defined. #11 2599. ELC ../lisp/term/common-win.elc #11 2601. ELC ../lisp/term/haiku-win.elc #11 2604. ELC ../lisp/term/internal.elc #11 2607. ELC ../lisp/term/ns-win.elc #11 2613. ELC ../lisp/term/pc-win.elc #11 2615. ELC ../lisp/term/pgtk-win.elc #11 2618. ELC ../lisp/term/tty-colors.elc #11 2619. ELC ../lisp/term/w32-win.elc #11 2622. ELC ../lisp/term/x-win.elc #11 2625. ELC ../lisp/textmodes/fill.elc #11 2629. ELC ../lisp/textmodes/page.elc #11 2630. ELC ../lisp/textmodes/paragraphs.elc #11 2633. ELC ../lisp/textmodes/text-mode.elc #11 2635. ELC ../lisp/tool-bar.elc #11 2638. ELC ../lisp/tooltip.elc #11 2640. ELC ../lisp/touch-screen.elc #11 2644. ELC ../lisp/uniquify.elc #11 2648. ELC ../lisp/vc/ediff-hook.elc #11 2651. ELC ../lisp/vc/vc-hooks.elc #11 2655. ELC ../lisp/version.elc #11 2657. ELC ../lisp/w32-fns.elc #11 2659. ELC ../lisp/w32-vars.elc #11 2661. ELC ../lisp/widget.elc #11 2663. ELC ../lisp/window.elc #11 2678. ELC ../lisp/x-dnd.elc #11 2684. rm -f emacs && cp -f temacs emacs #11 2684. LC_ALL=C ./temacs -batch -l loadup --temacs=pdump \ #11 2684. --bin-dest /usr/local/bin/ --eln-dest /usr/local/lib/emacs/30.0.50/ #11 2684. Loading loadup.el (source)... #11 2684. Dump mode: pdump #11 2684. Using load-path (/checkout/lisp) #11 2684. Loading emacs-lisp/debug-early... #11 2684. Loading emacs-lisp/byte-run... #11 2684. Loading emacs-lisp/backquote... #11 2684. Loading subr... #11 2684. Loading keymap... #11 2684. Loading version... #11 2684. Loading widget... #11 2684. Loading custom... #11 2684. Loading emacs-lisp/map-ynp... #11 2684. Loading international/mule... #11 2684. Loading international/mule-conf... #11 2685. Loading env... #11 2685. Loading format... #11 2685. Loading bindings... #11 2685. Loading window... #11 2685. Loading files... #11 2685. Loading emacs-lisp/macroexp... #11 2685. Loading cus-face... #11 2685. Loading faces... #11 2685. Loading loaddefs... #11 2686. Loading theme-loaddefs.el (source)... #11 2687. Loading button... #11 2687. Loading emacs-lisp/cl-preloaded... #11 2687. Loading emacs-lisp/oclosure... #11 2687. Loading obarray... #11 2687. Loading abbrev... #11 2688. Loading help... #11 2688. Loading jka-cmpr-hook... #11 2688. Loading epa-hook... #11 2688. Loading international/mule-cmds... #11 2688. Loading case-table... #11 2688. Loading international/charprop.el (source)... #11 2688. Loading international/characters... #11 2689. Loading international/charscript... #11 2689. Loading international/emoji-zwj... #11 2689. Loading composite... #11 2689. Loading language/chinese... #11 2689. Loading language/cyrillic... #11 2689. Loading language/indian... #11 2690. Loading language/sinhala... #11 2690. Loading language/english... #11 2690. Loading language/ethiopic... #11 2690. Loading language/european... #11 2690. Loading language/czech... #11 2690. Loading language/slovak... #11 2690. Loading language/romanian... #11 2690. Loading language/greek... #11 2690. Loading language/hebrew... #11 2690. Loading international/cp51932... #11 2690. Loading international/eucjp-ms... #11 2691. Loading language/japanese... #11 2691. Loading language/korean... #11 2691. Loading language/lao... #11 2691. Loading language/tai-viet... #11 2691. Loading language/thai... #11 2691. Loading language/tibetan... #11 2691. Loading language/vietnamese... #11 2691. Loading language/misc-lang... #11 2692. Loading language/utf-8-lang... #11 2692. Loading language/georgian... #11 2692. Loading language/khmer... #11 2692. Loading language/burmese... #11 2692. Loading language/cham... #11 2692. Loading language/philippine... #11 2692. Loading language/indonesian... #11 2692. Loading indent... #11 2692. Loading emacs-lisp/cl-generic... #11 2692. Loading simple... #11 2693. Loading emacs-lisp/seq... #11 2693. Loading emacs-lisp/nadvice... #11 2693. Loading minibuffer... #11 2693. Loading frame... #11 2693. Loading startup... #11 2694. Loading term/tty-colors... #11 2695. Loading font-core... #11 2695. Loading emacs-lisp/syntax... #11 2695. Loading font-lock... #11 2695. Loading jit-lock... #11 2695. Loading mouse... #11 2696. Loading select... #11 2696. Loading emacs-lisp/timer... #11 2696. Loading emacs-lisp/easymenu... #11 2696. Loading isearch... #11 2696. Loading rfn-eshadow... #11 2696. Loading menu-bar... #11 2697. Loading tab-bar... #11 2698. Loading emacs-lisp/lisp... #11 2698. Loading textmodes/page... #11 2698. Loading register... #11 2698. Loading textmodes/paragraphs... #11 2698. Loading progmodes/prog-mode... #11 2699. Loading emacs-lisp/lisp-mode... #11 2699. Loading textmodes/text-mode... #11 2699. Loading textmodes/fill... #11 2699. Loading newcomment... #11 2700. Loading replace... #11 2700. Loading emacs-lisp/tabulated-list... #11 2700. Loading buff-menu... #11 2700. Loading touch-screen... #11 2700. Loading progmodes/elisp-mode... #11 2701. Loading emacs-lisp/float-sup... #11 2701. Loading vc/vc-hooks... #11 2701. Loading vc/ediff-hook... #11 2701. Loading uniquify... #11 2701. Loading electric... #11 2701. Loading paren... #11 2701. Loading emacs-lisp/shorthands... #11 2702. Loading emacs-lisp/eldoc... #11 2702. Loading emacs-lisp/cconv... #11 2702. Loading cus-start... #11 2702. Loading tooltip... #11 2702. Loading international/iso-transl... #11 2703. Loading leim/leim-list.el (source)... #11 2704. Loading emacs-lisp/rmc... #11 2704. Waiting for git... #11 2704. Waiting for git... #11 2704. Finding pointers to doc strings... #11 2704. Finding pointers to doc strings...done #11 2704. Pure-hashed: 17546 strings, 5534 vectors, 48999 conses, 5013 bytecodes, 326 others #11 2705. Dumping under the name emacs.pdmp #11 2705. Dumping fingerprint: 195d757773f163a793a8ed344d3c69ec58b21747ca3354d9608ebf5ae1bbf398 #11 2709. Dump complete #11 2709. Byte counts: header=100 hot=7777004 discardable=140072 cold=3714896 #11 2709. Reloc counts: hot=443331 discardable=5007 #11 2709. Adding name emacs-30.0.50.1 #11 2709. Adding name emacs-30.0.50.1.pdmp #11 2709. cp -f emacs.pdmp bootstrap-emacs.pdmp #11 2710. make[3]: Leaving directory '/checkout/src' #11 2710. make -C lisp all #11 2710. make[3]: Entering directory '/checkout/lisp' #11 2710. make -C ../leim all EMACS="../src/emacs" #11 2710. make[4]: Entering directory '/checkout/leim' #11 2710. make[4]: Nothing to be done for 'all'. #11 2710. make[4]: Leaving directory '/checkout/leim' #11 2710. make -C ../admin/grammars all EMACS="../../src/emacs" #11 2710. make[4]: Entering directory '/checkout/admin/grammars' #11 2710. make[4]: Nothing to be done for 'all'. #11 2710. make[4]: Leaving directory '/checkout/admin/grammars' #11 2711. make[4]: Entering directory '/checkout/lisp' #11 2711. ELC emacs-lisp/eieio.elc #11 2714. ELC emacs-lisp/eieio-base.elc #11 2716. ELC cedet/semantic/db.elc #11 2719. ELC international/ja-dic-cnv.elc #11 2720. ELC org/ox.elc #11 2739. ELC org/ox-texinfo.elc #11 2759. ELC org/org-macro.elc #11 2761. ELC org/org-element.elc #11 2786. ELC org/oc.elc #11 2791. ELC org/ol.elc #11 2796. ELC emacs-lisp/cl-lib.elc #11 2798. make[4]: Leaving directory '/checkout/lisp' #11 2798. GEN autoloads #11 2801. INFO Scraping files for loaddefs... #11 2801. INFO Scraping files for loaddefs...30% #11 2802. INFO Scraping files for loaddefs...56% #11 2802. INFO Scraping files for loaddefs...78% #11 2802. INFO Scraping files for loaddefs...done #11 2802. INFO Scraping files for loaddefs... #11 2802. INFO Scraping files for loaddefs...done #11 2825. make[4]: Entering directory '/checkout/lisp' #11 2825. ELC align.elc #11 2829. ELC allout-widgets.elc #11 2832. ELC allout.elc #11 2837. ELC ansi-color.elc #11 2840. ELC ansi-osc.elc #11 2842. ELC apropos.elc #11 2844. ELC arc-mode.elc #11 2847. ELC array.elc #11 2849. ELC auth-source-pass.elc #11 2852. ELC auth-source.elc #11 2857. ELC autoinsert.elc #11 2859. ELC autorevert.elc #11 2863. ELC avoid.elc #11 2864. ELC battery.elc #11 2866. ELC bind-key.elc #11 2867. ELC bookmark.elc #11 2870. ELC bs.elc #11 2871. ELC calculator.elc #11 2874. ELC cdl.elc #11 2875. ELC char-fold.elc #11 2880. ELC chistory.elc #11 2882. ELC cmuscheme.elc #11 2885. ELC color.elc #11 2886. ELC comint.elc #11 2889. ELC completion.elc #11 2890. ELC cus-dep.elc #11 2893. ELC cus-edit.elc #11 2896. ELC cus-theme.elc #11 2898. ELC dabbrev.elc #11 2900. ELC delim-col.elc #11 2901. ELC delsel.elc #11 2902. ELC descr-text.elc #11 2904. ELC desktop.elc #11 2907. ELC dframe.elc #11 2909. ELC dired-aux.elc #11 2912. ELC dired-loaddefs.elc #11 2913. ELC dired-x.elc #11 2915. ELC dired.elc #11 2918. #11 2918. In end of data: #11 2918. dired.el:5093:38: Warning: the function `tool-bar--image-expression' is not known to be defined. #11 2918. ELC dirtrack.elc #11 2921. ELC display-fill-column-indicator.elc #11 2922. ELC display-line-numbers.elc #11 2924. ELC doc-view.elc #11 2926. ELC dom.elc #11 2928. ELC double.elc #11 2929. ELC ebuff-menu.elc #11 2931. ELC echistory.elc #11 2932. ELC ecomplete.elc #11 2933. ELC edmacro.elc #11 2936. ELC ehelp.elc #11 2937. ELC elec-pair.elc #11 2938. ELC elide-head.elc #11 2940. ELC emacs-lock.elc #11 2942. ELC epa-dired.elc #11 2944. ELC epa-file.elc #11 2946. ELC epa-ks.elc #11 2951. ELC epa-mail.elc #11 2954. ELC epa.elc #11 2957. ELC epg-config.elc #11 2959. ELC epg.elc #11 2964. ELC expand.elc #11 2966. ELC external-completion.elc #11 2968. ELC ezimage.elc #11 2970. ELC face-remap.elc #11 2971. ELC facemenu.elc #11 2973. ELC ffap.elc #11 2976. ELC filecache.elc #11 2977. ELC fileloop.elc #11 2979. ELC filenotify.elc #11 2982. ELC files-x.elc #11 2984. ELC filesets.elc #11 2986. ELC find-cmd.elc #11 2988. ELC find-dired.elc #11 2990. ELC find-file.elc #11 2992. ELC find-lisp.elc #11 2994. ELC finder.elc #11 3001. ELC flow-ctrl.elc #11 3003. ELC foldout.elc #11 3006. ELC follow.elc #11 3009. ELC format-spec.elc #11 3012. ELC forms.elc #11 3015. ELC frameset.elc #11 3017. ELC generic-x.elc #11 3020. ELC help-at-pt.elc #11 3022. ELC help-fns.elc #11 3026. ELC help-macro.elc #11 3029. ELC help-mode.elc #11 3031. ELC hex-util.elc #11 3033. ELC hexl.elc #11 3036. ELC hfy-cmap.elc #11 3038. ELC hi-lock.elc #11 3039. ELC hilit-chg.elc #11 3041. ELC hippie-exp.elc #11 3043. ELC hl-line.elc #11 3045. ELC htmlfontify.elc #11 3049. ELC ibuf-ext.elc #11 3053. ELC ibuf-macs.elc #11 3055. ELC ibuffer-loaddefs.elc #11 3056. ELC ibuffer.elc #11 3059. ELC icomplete.elc #11 3060. ELC ido.elc #11 3064. ELC ielm.elc #11 3065. ELC iimage.elc #11 3067. ELC image-file.elc #11 3068. ELC image-mode.elc #11 3070. ELC imenu.elc #11 3072. ELC indent-aux.elc #11 3074. ELC info-look.elc #11 3076. ELC info-xref.elc #11 3078. ELC info.elc #11 3082. ELC informat.elc #11 3083. ELC isearchb.elc #11 3085. ELC jka-compr.elc #11 3087. ELC json.elc #11 3089. ELC jsonrpc.elc #11 3092. ELC kermit.elc #11 3094. ELC kmacro.elc #11 3095. ELC loadhist.elc #11 3097. ELC locate.elc #11 3099. ELC lpr.elc #11 3100. ELC macros.elc #11 3101. ELC man.elc #11 3104. ELC master.elc #11 3105. ELC mb-depth.elc #11 3106. ELC md4.elc #11 3108. ELC midnight.elc #11 3109. ELC minibuf-eldef.elc #11 3110. ELC misc.elc #11 3112. ELC misearch.elc #11 3113. ELC mouse-copy.elc #11 3114. ELC mouse-drag.elc #11 3116. ELC mpc.elc #11 3119. ELC msb.elc #11 3121. ELC notifications.elc #11 3123. ELC novice.elc #11 3124. ELC outline.elc #11 3126. ELC password-cache.elc #11 3127. ELC pcmpl-cvs.elc #11 3129. ELC pcmpl-git.elc #11 3132. ELC pcmpl-gnu.elc #11 3134. ELC pcmpl-linux.elc #11 3136. ELC pcmpl-rpm.elc #11 3139. ELC pcmpl-unix.elc #11 3143. ELC pcmpl-x.elc #11 3145. ELC pcomplete.elc #11 3148. ELC pixel-scroll.elc #11 3150. ELC plstore.elc #11 3153. ELC printing.elc #11 3156. ELC proced.elc #11 3158. ELC profiler.elc #11 3160. ELC ps-bdf.elc #11 3162. ELC ps-mule.elc #11 3164. ELC ps-print-loaddefs.elc #11 3165. ELC ps-print.elc #11 3168. ELC ps-samp.elc #11 3170. ELC recentf.elc #11 3172. ELC rect.elc #11 3174. ELC registry.elc #11 3176. ELC repeat.elc #11 3178. ELC reposition.elc #11 3179. ELC reveal.elc #11 3180. ELC rot13.elc #11 3182. ELC rtree.elc #11 3183. ELC ruler-mode.elc #11 3185. ELC savehist.elc #11 3186. ELC saveplace.elc #11 3187. ELC scroll-all.elc #11 3189. ELC scroll-lock.elc #11 3190. ELC server.elc #11 3194. ELC ses.elc #11 3198. ELC shadowfile.elc #11 3204. ELC shell.elc #11 3207. ELC skeleton.elc #11 3209. ELC so-long.elc #11 3212. ELC sort.elc #11 3214. ELC soundex.elc #11 3216. ELC speedbar.elc #11 3220. ELC sqlite-mode.elc #11 3222. #11 3222. In end of data: #11 3222. sqlite-mode.el:66:43: Warning: the function `sqlite-close' is not known to be defined. #11 3222. ELC sqlite.elc #11 3225. ELC strokes.elc #11 3228. ELC svg.elc #11 3230. ELC t-mouse.elc #11 3232. ELC tab-line.elc #11 3235. ELC tabify.elc #11 3237. ELC talk.elc #11 3240. ELC tar-mode.elc #11 3243. ELC tempo.elc #11 3246. ELC term.elc #11 3251. ELC thingatpt.elc #11 3255. ELC thread.elc #11 3258. ELC time-stamp.elc #11 3261. ELC time.elc #11 3263. ELC timezone.elc #11 3266. ELC tmm.elc #11 3269. ELC transient.elc #11 3275. ELC tree-widget.elc #11 3278. ELC treesit.elc #11 3283. ELC tutorial.elc #11 3286. ELC type-break.elc #11 3288. ELC userlock.elc #11 3291. ELC vcursor.elc #11 3294. ELC view.elc #11 3296. ELC wdired.elc #11 3299. ELC whitespace.elc #11 3302. ELC wid-browse.elc #11 3303. ELC wid-edit.elc #11 3306. ELC windmove.elc #11 3307. ELC winner.elc #11 3308. ELC woman.elc #11 3311. ELC xdg.elc #11 3314. ELC xml.elc #11 3316. ELC xt-mouse.elc #11 3317. ELC xwidget.elc #11 3321. ELC yank-media.elc #11 3323. ELC calc/calc-aent.elc #11 3325. ELC calc/calc-alg.elc #11 3327. ELC calc/calc-arith.elc #11 3332. ELC calc/calc-bin.elc #11 3334. ELC calc/calc-comb.elc #11 3336. ELC calc/calc-cplx.elc #11 3338. ELC calc/calc-embed.elc #11 3340. ELC calc/calc-ext.elc #11 3342. ELC calc/calc-fin.elc #11 3344. ELC calc/calc-forms.elc #11 3347. ELC calc/calc-frac.elc #11 3349. ELC calc/calc-funcs.elc #11 3351. ELC calc/calc-graph.elc #11 3353. ELC calc/calc-help.elc #11 3354. ELC calc/calc-incom.elc #11 3356. ELC calc/calc-keypd.elc #11 3358. ELC calc/calc-lang.elc #11 3361. ELC calc/calc-loaddefs.elc #11 3362. ELC calc/calc-macs.elc #11 3363. ELC calc/calc-map.elc #11 3365. ELC calc/calc-math.elc #11 3367. ELC calc/calc-menu.elc #11 3369. ELC calc/calc-misc.elc #11 3371. ELC calc/calc-mode.elc #11 3373. ELC calc/calc-mtx.elc #11 3375. ELC calc/calc-nlfit.elc #11 3377. ELC calc/calc-poly.elc #11 3379. ELC calc/calc-prog.elc #11 3381. ELC calc/calc-rewr.elc #11 3384. ELC calc/calc-rules.elc #11 3385. ELC calc/calc-sel.elc #11 3388. ELC calc/calc-stat.elc #11 3390. ELC calc/calc-store.elc #11 3392. ELC calc/calc-stuff.elc #11 3394. ELC calc/calc-trail.elc #11 3395. ELC calc/calc-undo.elc #11 3397. ELC calc/calc-units.elc #11 3399. ELC calc/calc-vec.elc #11 3402. ELC calc/calc-yank.elc #11 3405. ELC calc/calc.elc #11 3408. ELC calc/calcalg2.elc #11 3411. ELC calc/calcalg3.elc #11 3415. ELC calc/calccomp.elc #11 3419. ELC calc/calcsel2.elc #11 3422. ELC calendar/appt.elc #11 3425. ELC calendar/cal-bahai.elc #11 3428. ELC calendar/cal-china.elc #11 3431. ELC calendar/cal-coptic.elc #11 3434. ELC calendar/cal-dst.elc #11 3436. ELC calendar/cal-french.elc #11 3438. ELC calendar/cal-hebrew.elc #11 3441. ELC calendar/cal-html.elc #11 3443. ELC calendar/cal-islam.elc #11 3445. ELC calendar/cal-iso.elc #11 3447. ELC calendar/cal-julian.elc #11 3449. ELC calendar/cal-loaddefs.elc #11 3451. ELC calendar/cal-mayan.elc #11 3453. ELC calendar/cal-menu.elc #11 3456. ELC calendar/cal-move.elc #11 3457. ELC calendar/cal-persia.elc #11 3459. ELC calendar/cal-tex.elc #11 3462. ELC calendar/cal-x.elc #11 3463. ELC calendar/calendar.elc #11 3466. ELC calendar/diary-lib.elc #11 3469. ELC calendar/diary-loaddefs.elc #11 3471. ELC calendar/holiday-loaddefs.elc #11 3473. ELC calendar/holidays.elc #11 3476. ELC calendar/icalendar.elc #11 3478. ELC calendar/iso8601.elc #11 3480. ELC calendar/lunar.elc #11 3482. ELC calendar/parse-time.elc #11 3483. ELC calendar/solar.elc #11 3486. ELC calendar/time-date.elc #11 3488. ELC calendar/timeclock.elc #11 3490. ELC calendar/todo-mode.elc #11 3495. ELC cedet/cedet-cscope.elc #11 3497. ELC cedet/cedet-files.elc #11 3498. ELC cedet/cedet-global.elc #11 3500. ELC cedet/cedet-idutils.elc #11 3501. ELC cedet/cedet.elc #11 3502. ELC cedet/data-debug.elc #11 3504. ELC cedet/ede.elc #11 3507. ELC cedet/mode-local.elc #11 3509. ELC cedet/pulse.elc #11 3510. ELC cedet/semantic.elc #11 3513. ELC cedet/srecode.elc #11 3515. ELC cedet/ede/auto.elc #11 3516. ELC cedet/ede/autoconf-edit.elc #11 3517. ELC cedet/ede/base.elc #11 3520. ELC cedet/ede/config.elc #11 3523. ELC cedet/ede/cpp-root.elc #11 3526. ELC cedet/ede/custom.elc #11 3528. ELC cedet/ede/detect.elc #11 3529. ELC cedet/ede/dired.elc #11 3531. ELC cedet/ede/emacs.elc #11 3535. ELC cedet/ede/files.elc #11 3537. ELC cedet/ede/generic.elc #11 3540. ELC cedet/ede/linux.elc #11 3544. ELC cedet/ede/loaddefs.elc #11 3545. ELC cedet/ede/locate.elc #11 3548. ELC cedet/ede/make.elc #11 3549. ELC cedet/ede/makefile-edit.elc #11 3550. ELC cedet/ede/pconf.elc #11 3555. ELC cedet/ede/pmake.elc #11 3559. ELC cedet/ede/proj-archive.elc #11 3562. ELC cedet/ede/proj-aux.elc #11 3565. ELC cedet/ede/proj-comp.elc #11 3567. ELC cedet/ede/proj-elisp.elc #11 3570. ELC cedet/ede/proj-info.elc #11 3573. ELC cedet/ede/proj-misc.elc #11 3576. ELC cedet/ede/proj-obj.elc #11 3578. ELC cedet/ede/proj-prog.elc #11 3582. ELC cedet/ede/proj-scheme.elc #11 3584. ELC cedet/ede/proj-shared.elc #11 3587. ELC cedet/ede/proj.elc #11 3590. ELC cedet/ede/project-am.elc #11 3594. ELC cedet/ede/shell.elc #11 3596. ELC cedet/ede/simple.elc #11 3599. ELC cedet/ede/source.elc #11 3600. ELC cedet/ede/speedbar.elc #11 3603. ELC cedet/ede/srecode.elc #11 3604. ELC cedet/ede/system.elc #11 3607. ELC cedet/ede/util.elc #11 3609. ELC cedet/semantic/analyze.elc #11 3612. ELC cedet/semantic/bovine.elc #11 3615. ELC cedet/semantic/chart.elc #11 3618. ELC cedet/semantic/complete.elc #11 3621. ELC cedet/semantic/ctxt.elc #11 3624. ELC cedet/semantic/db-debug.elc #11 3627. ELC cedet/semantic/db-ebrowse.elc #11 3632. ELC cedet/semantic/db-el.elc #11 3635. ELC cedet/semantic/db-file.elc #11 3638. ELC cedet/semantic/db-find.elc #11 3641. ELC cedet/semantic/db-global.elc #11 3644. ELC cedet/semantic/db-javascript.elc #11 3647. ELC cedet/semantic/db-mode.elc #11 3650. ELC cedet/semantic/db-ref.elc #11 3652. ELC cedet/semantic/db-typecache.elc #11 3655. ELC cedet/semantic/debug.elc #11 3657. ELC cedet/semantic/decorate.elc #11 3660. ELC cedet/semantic/dep.elc #11 3662. ELC cedet/semantic/doc.elc #11 3665. ELC cedet/semantic/ede-grammar.elc #11 3673. ELC cedet/semantic/edit.elc #11 3676. ELC cedet/semantic/find.elc #11 3679. ELC cedet/semantic/format.elc #11 3682. ELC cedet/semantic/fw.elc #11 3684. ELC cedet/semantic/grammar-wy.elc #11 3689. ELC cedet/semantic/grammar.elc #11 3693. ELC cedet/semantic/grm-wy-boot.elc #11 3697. ELC cedet/semantic/html.elc #11 3699. ELC cedet/semantic/ia-sb.elc #11 3702. ELC cedet/semantic/ia.elc #11 3705. ELC cedet/semantic/idle.elc #11 3708. ELC cedet/semantic/imenu.elc #11 3711. ELC cedet/semantic/java.elc #11 3715. ELC cedet/semantic/lex-spp.elc #11 3718. ELC cedet/semantic/lex.elc #11 3721. ELC cedet/semantic/loaddefs.elc #11 3723. ELC cedet/semantic/mru-bookmark.elc #11 3725. ELC cedet/semantic/sb.elc #11 3728. ELC cedet/semantic/scope.elc #11 3730. ELC cedet/semantic/senator.elc #11 3734. ELC cedet/semantic/sort.elc #11 3736. ELC cedet/semantic/symref.elc #11 3739. ELC cedet/semantic/tag-file.elc #11 3741. ELC cedet/semantic/tag-ls.elc #11 3743. ELC cedet/semantic/tag-write.elc #11 3746. ELC cedet/semantic/tag.elc #11 3749. ELC cedet/semantic/texi.elc #11 3753. ELC cedet/semantic/util-modes.elc #11 3755. ELC cedet/semantic/util.elc #11 3758. ELC cedet/semantic/wisent.elc #11 3759. ELC cedet/semantic/analyze/complete.elc #11 3762. ELC cedet/semantic/analyze/debug.elc #11 3765. ELC cedet/semantic/analyze/fcn.elc #11 3767. ELC cedet/semantic/analyze/refs.elc #11 3769. ELC cedet/semantic/bovine/c-by.elc #11 3772. ELC cedet/semantic/bovine/c.elc #11 3786. ELC cedet/semantic/bovine/debug.elc #11 3788. ELC cedet/semantic/bovine/el.elc #11 3791. ELC cedet/semantic/bovine/gcc.elc #11 3793. ELC cedet/semantic/bovine/grammar.elc #11 3796. ELC cedet/semantic/bovine/make-by.elc #11 3797. ELC cedet/semantic/bovine/make.elc #11 3800. ELC cedet/semantic/bovine/scm-by.elc #11 3802. ELC cedet/semantic/bovine/scm.elc #11 3803. ELC cedet/semantic/decorate/include.elc #11 3806. ELC cedet/semantic/decorate/mode.elc #11 3808. ELC cedet/semantic/symref/cscope.elc #11 3810. ELC cedet/semantic/symref/filter.elc #11 3813. ELC cedet/semantic/symref/global.elc #11 3816. ELC cedet/semantic/symref/grep.elc #11 3818. ELC cedet/semantic/symref/idutils.elc #11 3820. ELC cedet/semantic/symref/list.elc #11 3823. ELC cedet/semantic/wisent/comp.elc #11 3827. ELC cedet/semantic/wisent/grammar.elc #11 3830. ELC cedet/semantic/wisent/java-tags.elc #11 3833. ELC cedet/semantic/wisent/javascript.elc #11 3835. ELC cedet/semantic/wisent/javat-wy.elc #11 3839. ELC cedet/semantic/wisent/js-wy.elc #11 3843. ELC cedet/semantic/wisent/python-wy.elc #11 3847. ELC cedet/semantic/wisent/python.elc #11 3851. ELC cedet/semantic/wisent/wisent.elc #11 3853. ELC cedet/srecode/args.elc #11 3856. ELC cedet/srecode/compile.elc #11 3858. ELC cedet/srecode/cpp.elc #11 3864. ELC cedet/srecode/ctxt.elc #11 3867. ELC cedet/srecode/dictionary.elc #11 3869. ELC cedet/srecode/document.elc #11 3875. ELC cedet/srecode/el.elc #11 3881. ELC cedet/srecode/expandproto.elc #11 3887. ELC cedet/srecode/extract.elc #11 3892. ELC cedet/srecode/fields.elc #11 3894. ELC cedet/srecode/filters.elc #11 3895. ELC cedet/srecode/find.elc #11 3901. ELC cedet/srecode/getset.elc #11 3909. ELC cedet/srecode/insert.elc #11 3919. ELC cedet/srecode/java.elc #11 3923. ELC cedet/srecode/loaddefs.elc #11 3925. ELC cedet/srecode/map.elc #11 3929. ELC cedet/srecode/mode.elc #11 3938. ELC cedet/srecode/semantic.elc #11 3947. ELC cedet/srecode/srt-mode.elc #11 3952. ELC cedet/srecode/srt-wy.elc #11 3956. ELC cedet/srecode/srt.elc #11 3964. ELC cedet/srecode/table.elc #11 3968. ELC cedet/srecode/template.elc #11 3971. ELC cedet/srecode/texi.elc #11 3983. ELC emacs-lisp/advice.elc #11 3986. ELC emacs-lisp/avl-tree.elc #11 3990. ELC emacs-lisp/backtrace.elc #11 3993. ELC emacs-lisp/benchmark.elc #11 3996. ELC emacs-lisp/bindat.elc #11 4000. ELC emacs-lisp/chart.elc #11 4003. ELC emacs-lisp/check-declare.elc #11 4006. ELC emacs-lisp/checkdoc.elc #11 4010. ELC emacs-lisp/cl-extra.elc #11 4013. ELC emacs-lisp/cl-indent.elc #11 4016. ELC emacs-lisp/cl-loaddefs.elc #11 4019. ELC emacs-lisp/cl-macs.elc #11 4024. ELC emacs-lisp/cl-print.elc #11 4026. ELC emacs-lisp/cl-seq.elc #11 4027. ELC emacs-lisp/comp-cstr.elc #11 4032. ELC emacs-lisp/comp.elc #11 4051. ELC emacs-lisp/copyright.elc #11 4052. ELC emacs-lisp/crm.elc #11 4053. ELC emacs-lisp/cursor-sensor.elc #11 4054. ELC emacs-lisp/debug.elc #11 4056. ELC emacs-lisp/derived.elc #11 4057. ELC emacs-lisp/disass.elc #11 4058. ELC emacs-lisp/easy-mmode.elc #11 4059. ELC emacs-lisp/edebug.elc #11 4063. ELC emacs-lisp/eieio-core.elc #11 4065. ELC emacs-lisp/eieio-custom.elc #11 4065. ELC emacs-lisp/eieio-datadebug.elc #11 4066. ELC emacs-lisp/eieio-opt.elc #11 4067. ELC emacs-lisp/eieio-speedbar.elc #11 4068. ELC emacs-lisp/elint.elc #11 4069. ELC emacs-lisp/elp.elc #11 4069. ELC emacs-lisp/ert-x.elc #11 4071. ELC emacs-lisp/ert.elc #11 4075. ELC emacs-lisp/ewoc.elc #11 4077. ELC emacs-lisp/faceup.elc #11 4077. ELC emacs-lisp/find-func.elc #11 4078. ELC emacs-lisp/generate-lisp-file.elc #11 4079. ELC emacs-lisp/generator.elc #11 4081. ELC emacs-lisp/generic.elc #11 4082. ELC emacs-lisp/gv.elc #11 4083. ELC emacs-lisp/helper.elc #11 4083. ELC emacs-lisp/hierarchy.elc #11 4084. ELC emacs-lisp/icons.elc #11 4085. ELC emacs-lisp/inline.elc #11 4086. ELC emacs-lisp/let-alist.elc #11 4086. ELC emacs-lisp/lisp-mnt.elc #11 4086. ELC emacs-lisp/map.elc #11 4087. ELC emacs-lisp/memory-report.elc #11 4088. ELC emacs-lisp/multisession.elc #11 4089. ELC emacs-lisp/package-vc.elc #11 4093. ELC emacs-lisp/package-x.elc #11 4095. ELC emacs-lisp/package.elc #11 4099. ELC emacs-lisp/pcase.elc #11 4100. ELC emacs-lisp/pp.elc #11 4100. ELC emacs-lisp/range.elc #11 4101. ELC emacs-lisp/re-builder.elc #11 4102. ELC emacs-lisp/regi.elc #11 4102. ELC emacs-lisp/ring.elc #11 4103. ELC emacs-lisp/rx.elc #11 4104. ELC emacs-lisp/shadow.elc #11 4104. ELC emacs-lisp/shortdoc.elc #11 4105. ELC emacs-lisp/smie.elc #11 4107. ELC emacs-lisp/subr-x.elc #11 4108. ELC emacs-lisp/tcover-ses.elc #11 4109. ELC emacs-lisp/testcover.elc #11 4111. ELC emacs-lisp/text-property-search.elc #11 4112. ELC emacs-lisp/thunk.elc #11 4113. ELC emacs-lisp/timer-list.elc #11 4114. ELC emacs-lisp/tq.elc #11 4115. ELC emacs-lisp/trace.elc #11 4115. ELC emacs-lisp/unsafep.elc #11 4116. ELC emacs-lisp/vtable.elc #11 4117. ELC emacs-lisp/warnings.elc #11 4118. ELC emulation/cua-base.elc #11 4119. ELC emulation/cua-gmrk.elc #11 4120. ELC emulation/cua-rect.elc #11 4122. ELC emulation/edt-lk201.elc #11 4123. ELC emulation/edt-mapper.elc #11 4123. ELC emulation/edt-pc.elc #11 4124. ELC emulation/edt-vt100.elc #11 4124. ELC emulation/edt.elc #11 4125. ELC emulation/keypad.elc #11 4126. ELC emulation/viper-cmd.elc #11 4128. ELC emulation/viper-ex.elc #11 4130. ELC emulation/viper-init.elc #11 4131. ELC emulation/viper-keym.elc #11 4132. ELC emulation/viper-macs.elc #11 4133. ELC emulation/viper-mous.elc #11 4133. ELC emulation/viper-util.elc #11 4134. ELC emulation/viper.elc #11 4135. ELC erc/erc-autoaway.elc #11 4138. ELC erc/erc-backend.elc #11 4141. ELC erc/erc-button.elc #11 4144. ELC erc/erc-capab.elc #11 4146. ELC erc/erc-common.elc #11 4148. ELC erc/erc-compat.elc #11 4149. ELC erc/erc-dcc.elc #11 4152. ELC erc/erc-desktop-notifications.elc #11 4154. ELC erc/erc-ezbounce.elc #11 4156. ELC erc/erc-fill.elc #11 4158. ELC erc/erc-goodies.elc #11 4160. ELC erc/erc-ibuffer.elc #11 4161. ELC erc/erc-identd.elc #11 4162. ELC erc/erc-imenu.elc #11 4164. ELC erc/erc-join.elc #11 4166. ELC erc/erc-lang.elc #11 4168. ELC erc/erc-list.elc #11 4170. ELC erc/erc-loaddefs.elc #11 4170. ELC erc/erc-log.elc #11 4172. ELC erc/erc-match.elc #11 4173. ELC erc/erc-menu.elc #11 4175. ELC erc/erc-netsplit.elc #11 4177. ELC erc/erc-networks.elc #11 4180. ELC erc/erc-nicks.elc #11 4183. ELC erc/erc-notify.elc #11 4185. ELC erc/erc-page.elc #11 4187. ELC erc/erc-pcomplete.elc #11 4189. ELC erc/erc-replace.elc #11 4191. ELC erc/erc-ring.elc #11 4193. ELC erc/erc-sasl.elc #11 4195. ELC erc/erc-services.elc #11 4197. ELC erc/erc-sound.elc #11 4199. ELC erc/erc-speedbar.elc #11 4203. ELC erc/erc-spelling.elc #11 4205. ELC erc/erc-stamp.elc #11 4207. ELC erc/erc-status-sidebar.elc #11 4210. ELC erc/erc-track.elc #11 4212. ELC erc/erc-truncate.elc #11 4214. ELC erc/erc-xdcc.elc #11 4217. ELC erc/erc.elc #11 4223. ELC eshell/em-alias.elc #11 4225. ELC eshell/em-banner.elc #11 4227. ELC eshell/em-basic.elc #11 4229. ELC eshell/em-cmpl.elc #11 4231. ELC eshell/em-dirs.elc #11 4233. ELC eshell/em-elecslash.elc #11 4237. ELC eshell/em-extpipe.elc #11 4238. ELC eshell/em-glob.elc #11 4239. ELC eshell/em-hist.elc #11 4241. ELC eshell/em-ls.elc #11 4242. ELC eshell/em-pred.elc #11 4244. ELC eshell/em-prompt.elc #11 4245. ELC eshell/em-rebind.elc #11 4246. ELC eshell/em-script.elc #11 4247. ELC eshell/em-smart.elc #11 4249. ELC eshell/em-term.elc #11 4250. ELC eshell/em-tramp.elc #11 4253. ELC eshell/em-unix.elc #11 4254. ELC eshell/em-xtra.elc #11 4255. ELC eshell/esh-arg.elc #11 4256. ELC eshell/esh-cmd.elc #11 4258. ELC eshell/esh-ext.elc #11 4259. ELC eshell/esh-groups.elc #11 4260. ELC eshell/esh-io.elc #11 4261. ELC eshell/esh-mode.elc #11 4262. ELC eshell/esh-module.elc #11 4263. ELC eshell/esh-opt.elc #11 4263. ELC eshell/esh-proc.elc #11 4264. ELC eshell/esh-util.elc #11 4265. ELC eshell/esh-var.elc #11 4266. ELC eshell/eshell.elc #11 4267. ELC gnus/canlock.elc #11 4267. ELC gnus/deuglify.elc #11 4275. ELC gnus/gmm-utils.elc #11 4275. ELC gnus/gnus-agent.elc #11 4283. ELC gnus/gnus-art.elc #11 4294. ELC gnus/gnus-async.elc #11 4299. ELC gnus/gnus-bcklg.elc #11 4301. ELC gnus/gnus-bookmark.elc #11 4308. ELC gnus/gnus-cache.elc #11 4316. ELC gnus/gnus-cite.elc #11 4322. ELC gnus/gnus-cloud.elc #11 4325. ELC gnus/gnus-cus.elc #11 4333. ELC gnus/gnus-dbus.elc #11 4338. ELC gnus/gnus-delay.elc #11 4349. ELC gnus/gnus-demon.elc #11 4358. ELC gnus/gnus-diary.elc #11 4368. ELC gnus/gnus-dired.elc #11 4369. ELC gnus/gnus-draft.elc #11 4380. ELC gnus/gnus-dup.elc #11 4390. ELC gnus/gnus-eform.elc #11 4394. ELC gnus/gnus-fun.elc #11 4397. ELC gnus/gnus-gravatar.elc #11 4404. ELC gnus/gnus-group.elc #11 4411. ELC gnus/gnus-html.elc #11 4419. ELC gnus/gnus-icalendar.elc #11 4430. ELC gnus/gnus-int.elc #11 4435. ELC gnus/gnus-kill.elc #11 4441. ELC gnus/gnus-logic.elc #11 4446. ELC gnus/gnus-mh.elc #11 4453. ELC gnus/gnus-ml.elc #11 4459. ELC gnus/gnus-mlspl.elc #11 4465. ELC gnus/gnus-msg.elc #11 4473. ELC gnus/gnus-notifications.elc #11 4480. ELC gnus/gnus-picon.elc #11 4485. ELC gnus/gnus-range.elc #11 4485. ELC gnus/gnus-registry.elc #11 4490. ELC gnus/gnus-rfc1843.elc #11 4495. ELC gnus/gnus-rmail.elc #11 4498. ELC gnus/gnus-salt.elc #11 4503. ELC gnus/gnus-score.elc #11 4512. ELC gnus/gnus-search.elc #11 4523. ELC gnus/gnus-sieve.elc #11 4531. ELC gnus/gnus-spec.elc #11 4536. ELC gnus/gnus-srvr.elc #11 4542. ELC gnus/gnus-start.elc #11 4550. ELC gnus/gnus-sum.elc #11 4564. ELC gnus/gnus-topic.elc #11 4570. ELC gnus/gnus-undo.elc #11 4574. ELC gnus/gnus-util.elc #11 4576. ELC gnus/gnus-uu.elc #11 4581. ELC gnus/gnus-vm.elc #11 4588. ELC gnus/gnus-win.elc #11 4591. ELC gnus/gnus.elc #11 4597. ELC gnus/gssapi.elc #11 4598. ELC gnus/legacy-gnus-agent.elc #11 4605. ELC gnus/mail-source.elc #11 4607. ELC gnus/message.elc #11 4612. ELC gnus/mm-archive.elc #11 4613. ELC gnus/mm-bodies.elc #11 4614. ELC gnus/mm-decode.elc #11 4615. ELC gnus/mm-encode.elc #11 4616. ELC gnus/mm-extern.elc #11 4618. ELC gnus/mm-partial.elc #11 4622. ELC gnus/mm-url.elc #11 4623. ELC gnus/mm-util.elc #11 4624. ELC gnus/mm-uu.elc #11 4626. ELC gnus/mm-view.elc #11 4627. ELC gnus/mml-sec.elc #11 4629. ELC gnus/mml-smime.elc #11 4629. ELC gnus/mml.elc #11 4631. ELC gnus/mml1991.elc #11 4632. ELC gnus/mml2015.elc #11 4634. ELC gnus/nnagent.elc #11 4638. ELC gnus/nnbabyl.elc #11 4640. ELC gnus/nndiary.elc #11 4644. ELC gnus/nndir.elc #11 4646. ELC gnus/nndoc.elc #11 4648. ELC gnus/nndraft.elc #11 4650. ELC gnus/nneething.elc #11 4651. ELC gnus/nnfolder.elc #11 4653. ELC gnus/nngateway.elc #11 4654. ELC gnus/nnheader.elc #11 4656. ELC gnus/nnimap.elc #11 4657. ELC gnus/nnmail.elc #11 4659. ELC gnus/nnmaildir.elc #11 4663. ELC gnus/nnmairix.elc #11 4667. ELC gnus/nnmbox.elc #11 4669. ELC gnus/nnmh.elc #11 4671. ELC gnus/nnml.elc #11 4674. ELC gnus/nnnil.elc #11 4674. ELC gnus/nnoo.elc #11 4675. ELC gnus/nnregistry.elc #11 4679. ELC gnus/nnrss.elc #11 4682. ELC gnus/nnselect.elc #11 4687. ELC gnus/nnspool.elc #11 4689. ELC gnus/nntp.elc #11 4691. ELC gnus/nnvirtual.elc #11 4696. ELC gnus/nnweb.elc #11 4697. ELC gnus/score-mode.elc #11 4698. ELC gnus/smiley.elc #11 4701. ELC gnus/smime.elc #11 4702. ELC gnus/spam-report.elc #11 4705. ELC gnus/spam-stat.elc #11 4706. ELC gnus/spam-wash.elc #11 4711. ELC gnus/spam.elc #11 4718. ELC image/compface.elc #11 4718. ELC image/exif.elc #11 4719. ELC image/gravatar.elc #11 4722. ELC image/image-converter.elc #11 4722. ELC image/image-crop.elc #11 4725. ELC image/image-dired-dired.elc #11 4726. ELC image/image-dired-external.elc #11 4727. ELC image/image-dired-tags.elc #11 4729. ELC image/image-dired-util.elc #11 4729. #11 4729. In end of data: #11 4729. image/image-dired-util.el:208:14: Warning: the function `clear-image-cache' is not known to be defined. #11 4729. ELC image/image-dired.elc #11 4731. ELC image/wallpaper.elc #11 4733. ELC international/ccl.elc #11 4734. ELC international/emoji.elc #11 4736. ELC international/isearch-x.elc #11 4737. ELC international/iso-ascii.elc #11 4737. ELC international/iso-cvt.elc #11 4738. ELC international/ja-dic-utl.elc #11 4739. ELC international/kinsoku.elc #11 4740. ELC international/kkc.elc #11 4741. ELC international/latexenc.elc #11 4742. ELC international/latin1-disp.elc #11 4743. ELC international/mule-diag.elc #11 4744. ELC international/ogonek.elc #11 4745. ELC international/quail.elc #11 4747. ELC international/rfc1843.elc #11 4748. ELC international/robin.elc #11 4749. ELC international/textsec-check.elc #11 4749. ELC international/textsec.elc #11 4754. ELC international/utf-7.elc #11 4754. ELC international/utf7.elc #11 4755. ELC language/china-util.elc #11 4756. ELC language/cyril-util.elc #11 4756. ELC language/ethio-util.elc #11 4757. ELC language/hanja-util.elc #11 4758. ELC language/ind-util.elc #11 4763. ELC language/japan-util.elc #11 4764. ELC language/korea-util.elc #11 4764. ELC language/lao-util.elc #11 4765. ELC language/pinyin.elc #11 4765. ELC language/thai-util.elc #11 4766. ELC language/thai-word.elc #11 4767. ELC language/tibet-util.elc #11 4767. ELC language/tv-util.elc #11 4768. ELC language/viet-util.elc #11 4769. ELC leim/quail/4Corner.elc #11 4770. ELC leim/quail/ARRAY30.elc #11 4772. ELC leim/quail/CCDOSPY.elc #11 4773. ELC leim/quail/CTLau-b5.elc #11 4774. ELC leim/quail/CTLau.elc #11 4775. ELC leim/quail/ECDICT.elc #11 4777. ELC leim/quail/ETZY.elc #11 4778. ELC leim/quail/PY-b5.elc #11 4779. ELC leim/quail/PY.elc #11 4780. ELC leim/quail/Punct-b5.elc #11 4780. ELC leim/quail/Punct.elc #11 4781. ELC leim/quail/QJ-b5.elc #11 4782. ELC leim/quail/QJ.elc #11 4783. ELC leim/quail/SW.elc #11 4784. ELC leim/quail/TONEPY.elc #11 4785. ELC leim/quail/ZIRANMA.elc #11 4790. ELC leim/quail/ZOZY.elc #11 4792. ELC leim/quail/arabic.elc #11 4793. ELC leim/quail/cham.elc #11 4794. ELC leim/quail/compose.elc #11 4795. ELC leim/quail/croatian.elc #11 4796. ELC leim/quail/cyril-jis.elc #11 4796. ELC leim/quail/cyrillic.elc #11 4797. ELC leim/quail/czech.elc #11 4798. ELC leim/quail/emoji.elc #11 4800. ELC leim/quail/ethiopic.elc #11 4800. ELC leim/quail/georgian.elc #11 4801. ELC leim/quail/greek.elc #11 4801. ELC leim/quail/hangul.elc #11 4802. ELC leim/quail/hanja-jis.elc #11 4803. ELC leim/quail/hanja.elc #11 4804. ELC leim/quail/hanja3.elc #11 4804. ELC leim/quail/hebrew.elc #11 4805. ELC leim/quail/indian.elc #11 4806. ELC leim/quail/indonesian.elc #11 4807. ELC leim/quail/ipa-praat.elc #11 4808. ELC leim/quail/ipa.elc #11 4808. ELC leim/quail/japanese.elc #11 4809. ELC leim/quail/lao.elc #11 4809. ELC leim/quail/latin-alt.elc #11 4810. ELC leim/quail/latin-ltx.elc #11 4817. ELC leim/quail/latin-post.elc #11 4818. ELC leim/quail/latin-pre.elc #11 4819. ELC leim/quail/lrt.elc #11 4819. ELC leim/quail/misc-lang.elc #11 4820. ELC leim/quail/persian.elc #11 4820. ELC leim/quail/philippine.elc #11 4821. ELC leim/quail/programmer-dvorak.elc #11 4821. ELC leim/quail/py-punct.elc #11 4822. ELC leim/quail/pypunct-b5.elc #11 4822. ELC leim/quail/quick-b5.elc #11 4823. ELC leim/quail/quick-cns.elc #11 4824. ELC leim/quail/rfc1345.elc #11 4825. ELC leim/quail/sami.elc #11 4825. ELC leim/quail/sgml-input.elc #11 4826. ELC leim/quail/sisheng.elc #11 4827. ELC leim/quail/slovak.elc #11 4827. ELC leim/quail/symbol-ksc.elc #11 4828. ELC leim/quail/tamil-dvorak.elc #11 4829. ELC leim/quail/thai.elc #11 4829. ELC leim/quail/tibetan.elc #11 4830. ELC leim/quail/tsang-b5.elc #11 4831. ELC leim/quail/tsang-cns.elc #11 4833. ELC leim/quail/uni-input.elc #11 4834. ELC leim/quail/viqr.elc #11 4834. ELC leim/quail/vntelex.elc #11 4835. ELC leim/quail/vnvni.elc #11 4835. ELC leim/quail/welsh.elc #11 4836. ELC mail/binhex.elc #11 4836. ELC mail/emacsbug.elc #11 4837. ELC mail/feedmail.elc #11 4839. ELC mail/flow-fill.elc #11 4839. ELC mail/footnote.elc #11 4840. ELC mail/hashcash.elc #11 4841. ELC mail/ietf-drums-date.elc #11 4842. ELC mail/ietf-drums.elc #11 4842. ELC mail/mail-extr.elc #11 4843. ELC mail/mail-hist.elc #11 4844. ELC mail/mail-parse.elc #11 4845. ELC mail/mail-prsvr.elc #11 4845. ELC mail/mail-utils.elc #11 4846. ELC mail/mailabbrev.elc #11 4846. ELC mail/mailalias.elc #11 4847. ELC mail/mailclient.elc #11 4848. ELC mail/mailheader.elc #11 4848. ELC mail/mspools.elc #11 4848. ELC mail/qp.elc #11 4849. ELC mail/reporter.elc #11 4849. ELC mail/rfc2045.elc #11 4849. ELC mail/rfc2047.elc #11 4850. ELC mail/rfc2231.elc #11 4851. ELC mail/rfc6068.elc #11 4851. ELC mail/rfc822.elc #11 4852. ELC mail/rmail-spam-filter.elc #11 4853. ELC mail/rmail.elc #11 4855. ELC mail/rmailedit.elc #11 4856. ELC mail/rmailkwd.elc #11 4857. ELC mail/rmailmm.elc #11 4860. ELC mail/rmailmsc.elc #11 4860. ELC mail/rmailout.elc #11 4861. ELC mail/rmailsort.elc #11 4862. ELC mail/rmailsum.elc #11 4863. ELC mail/sendmail.elc #11 4864. ELC mail/smtpmail.elc #11 4865. ELC mail/supercite.elc #11 4866. ELC mail/undigest.elc #11 4867. ELC mail/unrmail.elc #11 4867. ELC mail/uudecode.elc #11 4868. ELC mail/yenc.elc #11 4869. ELC mh-e/mh-acros.elc #11 4869. ELC mh-e/mh-alias.elc #11 4871. ELC mh-e/mh-buffers.elc #11 4871. ELC mh-e/mh-comp.elc #11 4873. ELC mh-e/mh-e.elc #11 4874. ELC mh-e/mh-folder.elc #11 4876. ELC mh-e/mh-funcs.elc #11 4876. ELC mh-e/mh-gnus.elc #11 4877. ELC mh-e/mh-identity.elc #11 4878. ELC mh-e/mh-inc.elc #11 4879. ELC mh-e/mh-junk.elc #11 4879. ELC mh-e/mh-letter.elc #11 4880. ELC mh-e/mh-limit.elc #11 4881. ELC mh-e/mh-loaddefs.elc #11 4882. ELC mh-e/mh-mime.elc #11 4883. ELC mh-e/mh-print.elc #11 4884. ELC mh-e/mh-scan.elc #11 4885. ELC mh-e/mh-search.elc #11 4891. ELC mh-e/mh-seq.elc #11 4893. ELC mh-e/mh-show.elc #11 4900. ELC mh-e/mh-speed.elc #11 4901. ELC mh-e/mh-thread.elc #11 4903. ELC mh-e/mh-tool-bar.elc #11 4904. ELC mh-e/mh-utils.elc #11 4905. ELC mh-e/mh-xface.elc #11 4905. ELC net/ange-ftp.elc #11 4907. ELC net/browse-url.elc #11 4909. ELC net/dbus.elc #11 4910. ELC net/dictionary-connection.elc #11 4911. ELC net/dictionary.elc #11 4912. ELC net/dig.elc #11 4912. ELC net/dns.elc #11 4913. ELC net/eudc-bob.elc #11 4914. ELC net/eudc-capf.elc #11 4914. ELC net/eudc-export.elc #11 4915. ELC net/eudc-hotlist.elc #11 4917. ELC net/eudc-vars.elc #11 4917. ELC net/eudc.elc #11 4919. ELC net/eudcb-bbdb.elc #11 4920. ELC net/eudcb-ecomplete.elc #11 4920. ELC net/eudcb-ldap.elc #11 4922. ELC net/eudcb-mab.elc #11 4923. ELC net/eudcb-macos-contacts.elc #11 4924. ELC net/eudcb-mailabbrev.elc #11 4924. ELC net/eww.elc #11 4928. #11 4928. In end of data: #11 4928. net/eww.el:1231:59: Warning: the function `imagep' is not known to be defined. #11 4928. ELC net/gnutls.elc #11 4929. ELC net/goto-addr.elc #11 4930. ELC net/hmac-def.elc #11 4930. ELC net/hmac-md5.elc #11 4930. ELC net/imap.elc #11 4933. ELC net/ldap.elc #11 4934. ELC net/mailcap.elc #11 4935. ELC net/mairix.elc #11 4936. ELC net/net-utils.elc #11 4937. ELC net/network-stream.elc #11 4938. ELC net/newst-backend.elc #11 4939. ELC net/newst-plainview.elc #11 4941. ELC net/newst-reader.elc #11 4941. ELC net/newst-ticker.elc #11 4942. ELC net/newst-treeview.elc #11 4943. ELC net/newsticker.elc #11 4944. ELC net/nsm.elc #11 4945. ELC net/ntlm.elc #11 4946. ELC net/pop3.elc #11 4946. ELC net/puny.elc #11 4947. ELC net/rcirc.elc #11 4950. ELC net/rfc2104.elc #11 4951. ELC net/sasl-cram.elc #11 4951. ELC net/sasl-digest.elc #11 4952. ELC net/sasl-ntlm.elc #11 4952. ELC net/sasl-scram-rfc.elc #11 4953. ELC net/sasl-scram-sha256.elc #11 4954. ELC net/sasl.elc #11 4954. ELC net/secrets.elc #11 4955. ELC net/shr-color.elc #11 4955. ELC net/shr.elc #11 4958. ELC net/sieve-manage.elc #11 4959. ELC net/sieve-mode.elc #11 4960. ELC net/sieve.elc #11 4960. ELC net/snmp-mode.elc #11 4961. ELC net/soap-client.elc #11 4967. ELC net/soap-inspect.elc #11 4969. ELC net/socks.elc #11 4970. ELC net/telnet.elc #11 4970. ELC net/tramp-adb.elc #11 4974. ELC net/tramp-archive.elc #11 4978. ELC net/tramp-cache.elc #11 4980. ELC net/tramp-cmds.elc #11 4983. ELC net/tramp-compat.elc #11 4985. ELC net/tramp-container.elc #11 4986. ELC net/tramp-crypt.elc #11 4988. ELC net/tramp-ftp.elc #11 4990. ELC net/tramp-fuse.elc #11 4992. ELC net/tramp-gvfs.elc #11 4996. ELC net/tramp-integration.elc #11 4997. ELC net/tramp-loaddefs.elc #11 4998. ELC net/tramp-message.elc #11 4999. ELC net/tramp-rclone.elc #11 5001. ELC net/tramp-sh.elc #11 5006. ELC net/tramp-smb.elc #11 5009. ELC net/tramp-sshfs.elc #11 5011. ELC net/tramp-sudoedit.elc #11 5014. ELC net/tramp-uu.elc #11 5014. ELC net/tramp.elc #11 5019. ELC net/trampver.elc #11 5019. ELC net/webjump.elc #11 5021. ELC net/zeroconf.elc #11 5022. ELC nxml/nxml-enc.elc #11 5022. ELC nxml/nxml-maint.elc #11 5023. ELC nxml/nxml-mode.elc #11 5024. ELC nxml/nxml-ns.elc #11 5025. ELC nxml/nxml-outln.elc #11 5026. ELC nxml/nxml-parse.elc #11 5026. ELC nxml/nxml-rap.elc #11 5027. ELC nxml/nxml-util.elc #11 5028. ELC nxml/rng-cmpct.elc #11 5029. ELC nxml/rng-dt.elc #11 5029. ELC nxml/rng-loc.elc #11 5030. ELC nxml/rng-maint.elc #11 5032. ELC nxml/rng-match.elc #11 5033. ELC nxml/rng-nxml.elc #11 5034. ELC nxml/rng-parse.elc #11 5035. ELC nxml/rng-pttrn.elc #11 5035. ELC nxml/rng-uri.elc #11 5036. ELC nxml/rng-util.elc #11 5036. ELC nxml/rng-valid.elc #11 5038. ELC nxml/rng-xsd.elc #11 5039. ELC nxml/xmltok.elc #11 5040. ELC nxml/xsd-regexp.elc #11 5040. ELC obsolete/autoarg.elc #11 5041. ELC obsolete/autoload.elc #11 5042. ELC obsolete/bruce.elc #11 5042. ELC obsolete/cc-compat.elc #11 5046. ELC obsolete/cl-compat.elc #11 5047. ELC obsolete/cl.elc #11 5047. ELC obsolete/crisp.elc #11 5048. ELC obsolete/eieio-compat.elc #11 5049. ELC obsolete/eudcb-ph.elc #11 5049. ELC obsolete/gs.elc #11 5050. ELC obsolete/gulp.elc #11 5050. ELC obsolete/html2text.elc #11 5051. ELC obsolete/info-edit.elc #11 5051. ELC obsolete/inversion.elc #11 5052. ELC obsolete/iswitchb.elc #11 5053. ELC obsolete/landmark.elc #11 5055. ELC obsolete/linum.elc #11 5056. ELC obsolete/longlines.elc #11 5056. ELC obsolete/makesum.elc #11 5056. ELC obsolete/mantemp.elc #11 5057. ELC obsolete/meese.elc #11 5058. ELC obsolete/metamail.elc #11 5058. ELC obsolete/mh-compat.elc #11 5058. ELC obsolete/netrc.elc #11 5059. ELC obsolete/nnir.elc #11 5060. ELC obsolete/otodo-mode.elc #11 5061. ELC obsolete/pgg-def.elc #11 5061. ELC obsolete/pgg-gpg.elc #11 5062. ELC obsolete/pgg-parse.elc #11 5062. ELC obsolete/pgg-pgp.elc #11 5063. ELC obsolete/pgg-pgp5.elc #11 5063. ELC obsolete/pgg.elc #11 5064. ELC obsolete/ps-def.elc #11 5065. ELC obsolete/quickurl.elc #11 5066. ELC obsolete/rcompile.elc #11 5067. ELC obsolete/rfc2368.elc #11 5068. ELC obsolete/rlogin.elc #11 5068. ELC obsolete/sb-image.elc #11 5069. ELC obsolete/starttls.elc #11 5069. ELC obsolete/sup-mouse.elc #11 5070. ELC obsolete/terminal.elc #11 5070. ELC obsolete/thumbs.elc #11 5071. ELC obsolete/tls.elc #11 5072. ELC obsolete/tpu-edt.elc #11 5073. ELC obsolete/tpu-extras.elc #11 5074. ELC obsolete/tpu-mapper.elc #11 5074. ELC obsolete/uce.elc #11 5075. ELC obsolete/url-about.elc #11 5075. ELC obsolete/url-dired.elc #11 5076. ELC obsolete/url-ns.elc #11 5076. ELC obsolete/vc-arch.elc #11 5077. ELC obsolete/vc-mtn.elc #11 5078. ELC obsolete/vi.elc #11 5079. ELC obsolete/vip.elc #11 5080. ELC obsolete/vt-control.elc #11 5081. ELC obsolete/vt100-led.elc #11 5081. ELC obsolete/ws-mode.elc #11 5082. ELC obsolete/yow.elc #11 5083. ELC org/ob-C.elc #11 5095. ELC org/ob-R.elc #11 5097. ELC org/ob-awk.elc #11 5098. ELC org/ob-calc.elc #11 5100. ELC org/ob-clojure.elc #11 5101. ELC org/ob-comint.elc #11 5103. ELC org/ob-core.elc #11 5105. ELC org/ob-css.elc #11 5106. ELC org/ob-ditaa.elc #11 5107. ELC org/ob-dot.elc #11 5108. ELC org/ob-emacs-lisp.elc #11 5109. ELC org/ob-eshell.elc #11 5110. ELC org/ob-eval.elc #11 5111. ELC org/ob-exp.elc #11 5112. ELC org/ob-forth.elc #11 5113. ELC org/ob-fortran.elc #11 5124. ELC org/ob-gnuplot.elc #11 5126. ELC org/ob-groovy.elc #11 5127. ELC org/ob-haskell.elc #11 5128. ELC org/ob-java.elc #11 5129. ELC org/ob-js.elc #11 5131. ELC org/ob-julia.elc #11 5132. ELC org/ob-latex.elc #11 5133. ELC org/ob-lilypond.elc #11 5134. ELC org/ob-lisp.elc #11 5135. ELC org/ob-lob.elc #11 5136. ELC org/ob-lua.elc #11 5138. ELC org/ob-makefile.elc #11 5140. ELC org/ob-matlab.elc #11 5142. ELC org/ob-maxima.elc #11 5144. ELC org/ob-ocaml.elc #11 5146. ELC org/ob-octave.elc #11 5148. ELC org/ob-org.elc #11 5149. ELC org/ob-perl.elc #11 5151. ELC org/ob-plantuml.elc #11 5153. ELC org/ob-processing.elc #11 5154. ELC org/ob-python.elc #11 5157. ELC org/ob-ref.elc #11 5158. ELC org/ob-ruby.elc #11 5160. ELC org/ob-sass.elc #11 5162. ELC org/ob-scheme.elc #11 5163. ELC org/ob-screen.elc #11 5164. ELC org/ob-sed.elc #11 5165. ELC org/ob-shell.elc #11 5167. ELC org/ob-sql.elc #11 5169. ELC org/ob-sqlite.elc #11 5171. ELC org/ob-table.elc #11 5172. ELC org/ob-tangle.elc #11 5174. ELC org/ob.elc #11 5175. ELC org/oc-basic.elc #11 5177. ELC org/oc-biblatex.elc #11 5179. ELC org/oc-bibtex.elc #11 5180. ELC org/oc-csl.elc #11 5182. ELC org/oc-natbib.elc #11 5183. ELC org/ol-bbdb.elc #11 5184. ELC org/ol-bibtex.elc #11 5186. ELC org/ol-docview.elc #11 5188. ELC org/ol-doi.elc #11 5189. ELC org/ol-eshell.elc #11 5191. ELC org/ol-eww.elc #11 5193. ELC org/ol-gnus.elc #11 5196. ELC org/ol-info.elc #11 5197. ELC org/ol-irc.elc #11 5198. ELC org/ol-man.elc #11 5199. ELC org/ol-mhe.elc #11 5201. ELC org/ol-rmail.elc #11 5202. ELC org/ol-w3m.elc #11 5203. ELC org/org-agenda.elc #11 5216. ELC org/org-archive.elc #11 5222. ELC org/org-attach-git.elc #11 5229. ELC org/org-attach.elc #11 5235. ELC org/org-capture.elc #11 5239. ELC org/org-clock.elc #11 5243. ELC org/org-colview.elc #11 5248. ELC org/org-compat.elc #11 5249. ELC org/org-crypt.elc #11 5250. ELC org/org-ctags.elc #11 5253. ELC org/org-cycle.elc #11 5255. ELC org/org-datetree.elc #11 5258. ELC org/org-duration.elc #11 5259. ELC org/org-entities.elc #11 5260. ELC org/org-faces.elc #11 5262. ELC org/org-feed.elc #11 5267. ELC org/org-fold-core.elc #11 5268. ELC org/org-fold.elc #11 5269. ELC org/org-footnote.elc #11 5270. ELC org/org-goto.elc #11 5273. ELC org/org-habit.elc #11 5279. ELC org/org-id.elc #11 5284. ELC org/org-indent.elc #11 5287. ELC org/org-inlinetask.elc #11 5291. ELC org/org-keys.elc #11 5293. ELC org/org-lint.elc #11 5298. ELC org/org-list.elc #11 5300. ELC org/org-loaddefs.elc #11 5301. ELC org/org-macs.elc #11 5302. ELC org/org-mobile.elc #11 5305. ELC org/org-mouse.elc #11 5310. ELC org/org-num.elc #11 5315. ELC org/org-pcomplete.elc #11 5317. ELC org/org-persist.elc #11 5321. ELC org/org-plot.elc #11 5325. ELC org/org-protocol.elc #11 5328. ELC org/org-refile.elc #11 5331. ELC org/org-src.elc #11 5332. ELC org/org-table.elc #11 5335. ELC org/org-tempo.elc #11 5339. ELC org/org-timer.elc #11 5343. ELC org/org.elc #11 5361. ELC org/ox-ascii.elc #11 5365. ELC org/ox-beamer.elc #11 5369. ELC org/ox-html.elc #11 5374. ELC org/ox-icalendar.elc #11 5378. ELC org/ox-koma-letter.elc #11 5382. ELC org/ox-latex.elc #11 5387. ELC org/ox-man.elc #11 5391. ELC org/ox-md.elc #11 5395. ELC org/ox-odt.elc #11 5400. ELC org/ox-org.elc #11 5403. ELC org/ox-publish.elc #11 5406. ELC play/5x5.elc #11 5407. ELC play/animate.elc #11 5408. ELC play/blackbox.elc #11 5409. ELC play/bubbles.elc #11 5410. ELC play/cookie1.elc #11 5411. ELC play/decipher.elc #11 5412. ELC play/dissociate.elc #11 5413. ELC play/doctor.elc #11 5415. ELC play/dunnet.elc #11 5417. ELC play/fortune.elc #11 5417. ELC play/gamegrid.elc #11 5418. ELC play/gametree.elc #11 5419. ELC play/gomoku.elc #11 5420. ELC play/handwrite.elc #11 5420. ELC play/hanoi.elc #11 5421. ELC play/life.elc #11 5421. ELC play/morse.elc #11 5422. ELC play/mpuz.elc #11 5422. ELC play/pong.elc #11 5423. ELC play/snake.elc #11 5423. ELC play/solitaire.elc #11 5424. ELC play/spook.elc #11 5424. ELC play/studly.elc #11 5425. ELC play/tetris.elc #11 5425. ELC play/zone.elc #11 5426. ELC progmodes/antlr-mode.elc #11 5437. ELC progmodes/asm-mode.elc #11 5438. ELC progmodes/autoconf.elc #11 5438. ELC progmodes/bat-mode.elc #11 5439. ELC progmodes/bug-reference.elc #11 5439. ELC progmodes/c-ts-common.elc #11 5440. ELC progmodes/c-ts-mode.elc #11 5441. ELC progmodes/cc-bytecomp.elc #11 5441. ELC progmodes/cc-defs.elc #11 5443. ELC progmodes/cc-vars.elc #11 5444. ELC progmodes/cc-langs.elc #11 5446. ELC progmodes/cc-engine.elc #11 5452. ELC progmodes/cc-align.elc #11 5453. ELC progmodes/cc-awk.elc #11 5455. ELC progmodes/cc-cmds.elc #11 5457. ELC progmodes/cc-fonts.elc #11 5460. ELC progmodes/cc-guess.elc #11 5460. ELC progmodes/cc-menus.elc #11 5461. ELC progmodes/cc-styles.elc #11 5462. ELC progmodes/cc-mode.elc #11 5466. ELC progmodes/cfengine.elc #11 5467. ELC progmodes/cl-font-lock.elc #11 5467. ELC progmodes/cmacexp.elc #11 5468. ELC progmodes/cmake-ts-mode.elc #11 5468. ELC progmodes/compile.elc #11 5470. ELC progmodes/cperl-mode.elc #11 5475. ELC progmodes/cpp.elc #11 5475. ELC progmodes/csharp-mode.elc #11 5477. ELC progmodes/cwarn.elc #11 5478. ELC progmodes/dcl-mode.elc #11 5478. ELC progmodes/dockerfile-ts-mode.elc #11 5479. ELC progmodes/ebnf-abn.elc #11 5479. ELC progmodes/ebnf-bnf.elc #11 5480. ELC progmodes/ebnf-dtd.elc #11 5481. ELC progmodes/ebnf-ebx.elc #11 5482. ELC progmodes/ebnf-iso.elc #11 5482. ELC progmodes/ebnf-otz.elc #11 5483. ELC progmodes/ebnf-yac.elc #11 5484. ELC progmodes/ebnf2ps.elc #11 5485. ELC progmodes/ebrowse.elc #11 5490. ELC progmodes/eglot.elc #11 5491. Loading /checkout/lisp/progmodes/project.el (source)... #11 5491. Loading eldoc... #11 5492. Loading seq... #11 5492. Loading /checkout/lisp/progmodes/flymake.el (source)... #11 5492. Loading /checkout/lisp/progmodes/xref.el (source)... #11 5492. Loading jsonrpc... #11 5492. Loading external-completion... #11 5494. ELC progmodes/elixir-ts-mode.elc #11 5495. ELC progmodes/erts-mode.elc #11 5495. ELC progmodes/etags.elc #11 5497. ELC progmodes/executable.elc #11 5497. ELC progmodes/f90.elc #11 5498. ELC progmodes/flymake-cc.elc #11 5499. ELC progmodes/flymake-proc.elc #11 5500. ELC progmodes/flymake.elc #11 5502. ELC progmodes/fortran.elc #11 5504. ELC progmodes/gdb-mi.elc #11 5506. ELC progmodes/glasses.elc #11 5507. ELC progmodes/go-ts-mode.elc #11 5507. ELC progmodes/grep.elc #11 5509. ELC progmodes/gud.elc #11 5510. ELC progmodes/heex-ts-mode.elc #11 5511. ELC progmodes/hideif.elc #11 5512. ELC progmodes/hideshow.elc #11 5513. ELC progmodes/icon.elc #11 5513. ELC progmodes/idlw-complete-structtag.elc #11 5515. ELC progmodes/idlw-help.elc #11 5516. ELC progmodes/idlw-shell.elc #11 5519. ELC progmodes/idlw-toolbar.elc #11 5519. ELC progmodes/idlwave.elc #11 5523. ELC progmodes/inf-lisp.elc #11 5523. ELC progmodes/java-ts-mode.elc #11 5524. ELC progmodes/js.elc #11 5526. ELC progmodes/json-ts-mode.elc #11 5526. ELC progmodes/ld-script.elc #11 5527. ELC progmodes/lua-ts-mode.elc #11 5528. ELC progmodes/m4-mode.elc #11 5528. ELC progmodes/make-mode.elc #11 5529. ELC progmodes/meta-mode.elc #11 5529. ELC progmodes/mixal-mode.elc #11 5530. ELC progmodes/modula2.elc #11 5530. ELC progmodes/octave.elc #11 5533. ELC progmodes/opascal.elc #11 5535. ELC progmodes/pascal.elc #11 5536. ELC progmodes/perl-mode.elc #11 5537. ELC progmodes/project.elc #11 5539. ELC progmodes/prolog.elc #11 5540. ELC progmodes/ps-mode.elc #11 5541. ELC progmodes/python.elc #11 5543. ELC progmodes/ruby-mode.elc #11 5546. ELC progmodes/ruby-ts-mode.elc #11 5546. ELC progmodes/rust-ts-mode.elc #11 5547. ELC progmodes/scheme.elc #11 5548. ELC progmodes/sh-script.elc #11 5550. ELC progmodes/simula.elc #11 5551. ELC progmodes/sql.elc #11 5554. ELC progmodes/subword.elc #11 5554. ELC progmodes/tcl.elc #11 5555. ELC progmodes/typescript-ts-mode.elc #11 5556. ELC progmodes/vera-mode.elc #11 5557. ELC progmodes/verilog-mode.elc #11 5559. #11 5559. In verilog-set-auto-endcomments: #11 5559. progmodes/verilog-mode.el:5380:34: Warning: Useless clause following default `cond' clause #11 5565. ELC progmodes/vhdl-mode.elc #11 5576. ELC progmodes/which-func.elc #11 5577. ELC progmodes/xref.elc #11 5579. ELC progmodes/xscheme.elc #11 5580. ELC term/AT386.elc #11 5581. ELC term/bobcat.elc #11 5581. ELC term/cygwin.elc #11 5582. ELC term/fbterm.elc #11 5582. ELC term/iris-ansi.elc #11 5583. ELC term/konsole.elc #11 5584. ELC term/linux.elc #11 5584. ELC term/lk201.elc #11 5585. ELC term/news.elc #11 5585. ELC term/rxvt.elc #11 5586. ELC term/screen.elc #11 5587. ELC term/st.elc #11 5588. ELC term/sun.elc #11 5588. ELC term/tmux.elc #11 5589. ELC term/tvi970.elc #11 5590. ELC term/vt100.elc #11 5590. ELC term/vt200.elc #11 5591. ELC term/w32console.elc #11 5592. ELC term/wyse50.elc #11 5592. ELC term/xterm.elc #11 5593. ELC textmodes/artist.elc #11 5597. ELC textmodes/bib-mode.elc #11 5598. ELC textmodes/bibtex-style.elc #11 5598. ELC textmodes/bibtex.elc #11 5601. ELC textmodes/conf-mode.elc #11 5603. ELC textmodes/css-mode.elc #11 5606. ELC textmodes/dns-mode.elc #11 5607. ELC textmodes/emacs-authors-mode.elc #11 5607. ELC textmodes/emacs-news-mode.elc #11 5609. ELC textmodes/enriched.elc #11 5610. ELC textmodes/flyspell.elc #11 5612. ELC textmodes/glyphless-mode.elc #11 5612. ELC textmodes/html-ts-mode.elc #11 5613. ELC textmodes/ispell.elc #11 5616. ELC textmodes/less-css-mode.elc #11 5619. ELC textmodes/makeinfo.elc #11 5621. ELC textmodes/mhtml-mode.elc #11 5625. ELC textmodes/nroff-mode.elc #11 5626. ELC textmodes/page-ext.elc #11 5627. ELC textmodes/picture.elc #11 5628. ELC textmodes/pixel-fill.elc #11 5629. ELC textmodes/po.elc #11 5629. ELC textmodes/refbib.elc #11 5630. ELC textmodes/refer.elc #11 5631. ELC textmodes/refill.elc #11 5632. ELC textmodes/reftex-auc.elc #11 5633. ELC textmodes/reftex-cite.elc #11 5634. ELC textmodes/reftex-dcr.elc #11 5635. ELC textmodes/reftex-global.elc #11 5636. ELC textmodes/reftex-index.elc #11 5638. ELC textmodes/reftex-loaddefs.elc #11 5638. ELC textmodes/reftex-parse.elc #11 5640. ELC textmodes/reftex-ref.elc #11 5641. ELC textmodes/reftex-sel.elc #11 5643. ELC textmodes/reftex-toc.elc #11 5644. ELC textmodes/reftex-vars.elc #11 5646. ELC textmodes/reftex.elc #11 5648. ELC textmodes/remember.elc #11 5648. ELC textmodes/rst.elc #11 5652. ELC textmodes/sgml-mode.elc #11 5655. ELC textmodes/string-edit.elc #11 5656. ELC textmodes/table.elc #11 5661. ELC textmodes/tex-mode.elc #11 5664. ELC textmodes/texinfmt.elc #11 5667. ELC textmodes/texinfo-loaddefs.elc #11 5668. ELC textmodes/texinfo.elc #11 5669. ELC textmodes/texnfo-upd.elc #11 5671. ELC textmodes/tildify.elc #11 5672. ELC textmodes/toml-ts-mode.elc #11 5672. ELC textmodes/two-column.elc #11 5673. ELC textmodes/underline.elc #11 5674. ELC textmodes/word-wrap-mode.elc #11 5677. ELC textmodes/yaml-ts-mode.elc #11 5677. ELC url/url-auth.elc #11 5678. ELC url/url-cache.elc #11 5679. ELC url/url-cid.elc #11 5681. ELC url/url-cookie.elc #11 5682. ELC url/url-dav.elc #11 5684. ELC url/url-domsuf.elc #11 5684. ELC url/url-expand.elc #11 5685. ELC url/url-file.elc #11 5686. ELC url/url-ftp.elc #11 5687. ELC url/url-future.elc #11 5688. ELC url/url-gw.elc #11 5689. ELC url/url-handlers.elc #11 5690. ELC url/url-history.elc #11 5691. ELC url/url-http.elc #11 5693. ELC url/url-imap.elc #11 5695. ELC url/url-irc.elc #11 5696. ELC url/url-ldap.elc #11 5701. ELC url/url-mailto.elc #11 5702. ELC url/url-methods.elc #11 5703. ELC url/url-misc.elc #11 5704. ELC url/url-news.elc #11 5706. ELC url/url-nfs.elc #11 5707. ELC url/url-parse.elc #11 5708. ELC url/url-privacy.elc #11 5709. ELC url/url-proxy.elc #11 5710. ELC url/url-queue.elc #11 5711. ELC url/url-tramp.elc #11 5713. ELC url/url-util.elc #11 5714. ELC url/url-vars.elc #11 5714. ELC url/url.elc #11 5716. ELC use-package/use-package-bind-key.elc #11 5716. ELC use-package/use-package-core.elc #11 5718. ELC use-package/use-package-delight.elc #11 5718. ELC use-package/use-package-diminish.elc #11 5719. ELC use-package/use-package-ensure-system-package.elc #11 5720. ELC use-package/use-package-ensure.elc #11 5720. ELC use-package/use-package-jump.elc #11 5721. ELC use-package/use-package-lint.elc #11 5721. ELC use-package/use-package.elc #11 5721. ELC vc/add-log.elc #11 5722. ELC vc/compare-w.elc #11 5723. ELC vc/cvs-status.elc #11 5725. ELC vc/diff-mode.elc #11 5727. ELC vc/diff.elc #11 5727. ELC vc/ediff-diff.elc #11 5729. ELC vc/ediff-help.elc #11 5730. ELC vc/ediff-init.elc #11 5731. ELC vc/ediff-merg.elc #11 5732. ELC vc/ediff-mult.elc #11 5734. ELC vc/ediff-ptch.elc #11 5735. ELC vc/ediff-util.elc #11 5738. ELC vc/ediff-vers.elc #11 5739. ELC vc/ediff-wind.elc #11 5739. ELC vc/ediff.elc #11 5740. ELC vc/emerge.elc #11 5742. ELC vc/log-edit.elc #11 5744. ELC vc/log-view.elc #11 5745. ELC vc/pcvs-defs.elc #11 5746. ELC vc/pcvs-info.elc #11 5747. ELC vc/pcvs-parse.elc #11 5748. ELC vc/pcvs-util.elc #11 5749. ELC vc/pcvs.elc #11 5751. ELC vc/smerge-mode.elc #11 5753. ELC vc/vc-annotate.elc #11 5754. ELC vc/vc-bzr.elc #11 5755. ELC vc/vc-cvs.elc #11 5757. ELC vc/vc-dav.elc #11 5758. ELC vc/vc-dir.elc #11 5760. ELC vc/vc-dispatcher.elc #11 5761. ELC vc/vc-filewise.elc #11 5762. ELC vc/vc-git.elc #11 5764. ELC vc/vc-hg.elc #11 5765. ELC vc/vc-rcs.elc #11 5767. ELC vc/vc-sccs.elc #11 5768. ELC vc/vc-src.elc #11 5769. ELC vc/vc-svn.elc #11 5770. ELC vc/vc.elc #11 5772. make[4]: Leaving directory '/checkout/lisp' #11 5772. GEN cus-load.el #11 5773. INFO Scanning files for custom... #11 5775. INFO Scanning files for custom...10% #11 5777. INFO Scanning files for custom...20% #11 5779. INFO Scanning files for custom...30% #11 5780. INFO Scanning files for custom...40% #11 5783. INFO Scanning files for custom...50% #11 5785. INFO Scanning files for custom...60% #11 5786. INFO Scanning files for custom...70% #11 5788. INFO Scanning files for custom...80% #11 5791. INFO Scanning files for custom...90% #11 5795. INFO Scanning files for custom...100% #11 5795. INFO Scanning files for custom...done #11 5795. INFO Generating ./cus-load.el... #11 5796. INFO Generating ./cus-load.el...done #11 5796. GEN finder-inf.el #11 5797. INFO Scanning files for finder... #11 5797. INFO Scanning files for finder...3% #11 5797. INFO Scanning files for finder...6% #11 5798. INFO Scanning files for finder...8% #11 5798. INFO Scanning files for finder...10% #11 5798. INFO Scanning files for finder...14% #11 5798. INFO Scanning files for finder...16% #11 5798. INFO Scanning files for finder...19% #11 5799. INFO Scanning files for finder...23% #11 5799. INFO Scanning files for finder...28% #11 5799. INFO Scanning files for finder...32% #11 5799. INFO Scanning files for finder...34% #11 5799. INFO Scanning files for finder...38% #11 5800. INFO Scanning files for finder...42% #11 5800. INFO Scanning files for finder...46% #11 5800. INFO Scanning files for finder...50% #11 5800. INFO Scanning files for finder...53% #11 5801. INFO Scanning files for finder...56% #11 5801. INFO Scanning files for finder...58% #11 5801. INFO Scanning files for finder...61% #11 5801. INFO Scanning files for finder...66% #11 5801. INFO Scanning files for finder...69% #11 5801. INFO Scanning files for finder...72% #11 5802. INFO Scanning files for finder...75% #11 5802. INFO Scanning files for finder...80% #11 5802. INFO Scanning files for finder...82% #11 5802. INFO Scanning files for finder...85% #11 5802. INFO Scanning files for finder...87% #11 5803. INFO Scanning files for finder...89% #11 5803. INFO Scanning files for finder...91% #11 5803. INFO Scanning files for finder...94% #11 5803. INFO Scanning files for finder...98% #11 5803. INFO Scanning files for finder...done #11 5804. make[4]: Entering directory '/checkout/leim' #11 5804. GEN small-ja-dic-option #11 5804. /usr/bin/mkdir -p ../lisp/leim/ja-dic #11 5804. GEN ../lisp/leim/ja-dic/ja-dic.el #11 5807. INFO Processing OKURI-ARI entries #11 5809. INFO Processing POSTFIX entries #11 5809. INFO Processing PREFIX entries #11 5810. INFO Collecting OKURI-NASI entries #11 5810. INFO Collecting OKURI-NASI entries... #11 5810. INFO Collecting OKURI-NASI entries...27% #11 5813. INFO Collecting OKURI-NASI entries...37% #11 5816. INFO Collecting OKURI-NASI entries...47% #11 5824. INFO Collecting OKURI-NASI entries...57% #11 5833. INFO Collecting OKURI-NASI entries...67% #11 5843. INFO Collecting OKURI-NASI entries...77% #11 5855. INFO Collecting OKURI-NASI entries...87% #11 5871. INFO Collecting OKURI-NASI entries...97% #11 5877. INFO Collecting OKURI-NASI entries...done #11 5877. INFO Processing OKURI-NASI entries #11 5877. INFO Processing OKURI-NASI entries... #11 5879. INFO Processing OKURI-NASI entries...10% #11 5880. INFO Processing OKURI-NASI entries...20% #11 5881. INFO Processing OKURI-NASI entries...30% #11 5882. INFO Processing OKURI-NASI entries...40% #11 5883. INFO Processing OKURI-NASI entries...50% #11 5885. INFO Processing OKURI-NASI entries...60% #11 5886. INFO Processing OKURI-NASI entries...70% #11 5888. INFO Processing OKURI-NASI entries...80% #11 5889. INFO Processing OKURI-NASI entries...90% #11 5890. INFO Processing OKURI-NASI entries...100% #11 5890. INFO Processing OKURI-NASI entries...done #11 5894. make[4]: Leaving directory '/checkout/leim' #11 5894. make[4]: Entering directory '/checkout/lisp' #11 5894. ELC leim/ja-dic/ja-dic.elc #11 5898. INFO Extracting OKURI-NASI entries... #11 5899. INFO Extracting OKURI-NASI entries...3% #11 5899. INFO Extracting OKURI-NASI entries...5% #11 5899. INFO Extracting OKURI-NASI entries...7% #11 5899. INFO Extracting OKURI-NASI entries...9% #11 5899. INFO Extracting OKURI-NASI entries...11% #11 5899. INFO Extracting OKURI-NASI entries...12% #11 5900. INFO Extracting OKURI-NASI entries...14% #11 5900. INFO Extracting OKURI-NASI entries...16% #11 5900. INFO Extracting OKURI-NASI entries...18% #11 5900. INFO Extracting OKURI-NASI entries...19% #11 5900. INFO Extracting OKURI-NASI entries...21% #11 5901. INFO Extracting OKURI-NASI entries...23% #11 5901. INFO Extracting OKURI-NASI entries...24% #11 5901. INFO Extracting OKURI-NASI entries...26% #11 5901. INFO Extracting OKURI-NASI entries...28% #11 5902. INFO Extracting OKURI-NASI entries...30% #11 5902. INFO Extracting OKURI-NASI entries...31% #11 5902. INFO Extracting OKURI-NASI entries...32% #11 5902. INFO Extracting OKURI-NASI entries...33% #11 5902. INFO Extracting OKURI-NASI entries...34% #11 5903. INFO Extracting OKURI-NASI entries...36% #11 5903. INFO Extracting OKURI-NASI entries...38% #11 5903. INFO Extracting OKURI-NASI entries...39% #11 5903. INFO Extracting OKURI-NASI entries...40% #11 5903. INFO Extracting OKURI-NASI entries...42% #11 5904. INFO Extracting OKURI-NASI entries...44% #11 5904. INFO Extracting OKURI-NASI entries...46% #11 5904. INFO Extracting OKURI-NASI entries...47% #11 5904. INFO Extracting OKURI-NASI entries...50% #11 5904. INFO Extracting OKURI-NASI entries...51% #11 5905. INFO Extracting OKURI-NASI entries...53% #11 5905. INFO Extracting OKURI-NASI entries...55% #11 5905. INFO Extracting OKURI-NASI entries...57% #11 5905. INFO Extracting OKURI-NASI entries...58% #11 5905. INFO Extracting OKURI-NASI entries...59% #11 5906. INFO Extracting OKURI-NASI entries...62% #11 5906. INFO Extracting OKURI-NASI entries...64% #11 5906. INFO Extracting OKURI-NASI entries...65% #11 5906. INFO Extracting OKURI-NASI entries...67% #11 5906. INFO Extracting OKURI-NASI entries...69% #11 5907. INFO Extracting OKURI-NASI entries...71% #11 5907. INFO Extracting OKURI-NASI entries...73% #11 5907. INFO Extracting OKURI-NASI entries...74% #11 5907. INFO Extracting OKURI-NASI entries...76% #11 5907. INFO Extracting OKURI-NASI entries...78% #11 5908. INFO Extracting OKURI-NASI entries...80% #11 5908. INFO Extracting OKURI-NASI entries...81% #11 5908. INFO Extracting OKURI-NASI entries...83% #11 5908. INFO Extracting OKURI-NASI entries...85% #11 5908. INFO Extracting OKURI-NASI entries...86% #11 5908. INFO Extracting OKURI-NASI entries...88% #11 5909. INFO Extracting OKURI-NASI entries...90% #11 5909. INFO Extracting OKURI-NASI entries...91% #11 5909. INFO Extracting OKURI-NASI entries...93% #11 5909. INFO Extracting OKURI-NASI entries...95% #11 5909. INFO Extracting OKURI-NASI entries...97% #11 5910. INFO Extracting OKURI-NASI entries...99% #11 5910. INFO Extracting OKURI-NASI entries...done #11 5922. make[4]: Leaving directory '/checkout/lisp' #11 5922. make[4]: Entering directory '/checkout/doc/misc' #11 5922. GEN org.texi #11 5981. GEN modus-themes.texi #11 5992. make[4]: Leaving directory '/checkout/doc/misc' #11 5992. make[3]: Leaving directory '/checkout/lisp' #11 5992. make -C doc/lispref info #11 5992. make[3]: Entering directory '/checkout/doc/lispref' #11 5992. /usr/bin/mkdir -p ../../info #11 5992. GEN ../../info/elisp.info #11 6069. make[3]: Leaving directory '/checkout/doc/lispref' #11 6069. make -C doc/lispintro info #11 6069. make[3]: Entering directory '/checkout/doc/lispintro' #11 6069. GEN ../../info/eintr.info #11 6080. make[3]: Leaving directory '/checkout/doc/lispintro' #11 6080. make -C doc/emacs info #11 6080. make[3]: Entering directory '/checkout/doc/emacs' #11 6080. GEN ../../info/emacs.info #11 6119. make[3]: Leaving directory '/checkout/doc/emacs' #11 6119. make -C doc/misc info #11 6119. make[3]: Entering directory '/checkout/doc/misc' #11 6119. GEN ../../info/auth.info #11 6122. GEN ../../info/autotype.info #11 6124. GEN ../../info/bovine.info #11 6126. GEN ../../info/calc.info #11 6149. GEN ../../info/ccmode.info #11 6156. GEN ../../info/cl.info #11 6161. GEN ../../info/dbus.info #11 6164. GEN ../../info/dired-x.info #11 6167. GEN ../../info/ebrowse.info #11 6169. GEN ../../info/ede.info #11 6174. GEN ../../info/ediff.info #11 6177. GEN ../../info/edt.info #11 6179. GEN ../../info/efaq.info #11 6183. GEN ../../info/eglot.info #11 6186. GEN ../../info/eieio.info #11 6189. GEN ../../info/emacs-gnutls.info #11 6191. GEN ../../info/emacs-mime.info #11 6193. GEN ../../info/epa.info #11 6196. GEN ../../info/erc.info #11 6199. GEN ../../info/ert.info #11 6202. GEN ../../info/eshell.info #11 6205. GEN ../../info/eudc.info #11 6208. GEN ../../info/eww.info #11 6210. GEN ../../info/flymake.info #11 6212. GEN ../../info/forms.info #11 6214. GEN ../../info/gnus.info #11 6234. GEN ../../info/htmlfontify.info #11 6237. GEN ../../info/idlwave.info #11 6241. GEN ../../info/ido.info #11 6243. GEN ../../info/info.info #11 6246. GEN ../../info/mairix-el.info #11 6248. GEN ../../info/message.info #11 6252. GEN ../../info/mh-e.info #11 6260. GEN ../../info/modus-themes.info #11 6264. GEN ../../info/newsticker.info #11 6267. GEN ../../info/nxml-mode.info #11 6269. GEN ../../info/octave-mode.info #11 6271. GEN ../../info/org.info #11 6288. GEN ../../info/pcl-cvs.info #11 6291. GEN ../../info/pgg.info #11 6293. GEN ../../info/rcirc.info #11 6295. GEN ../../info/reftex.info #11 6301. GEN ../../info/remember.info #11 6303. GEN ../../info/sasl.info #11 6305. GEN ../../info/sc.info #11 6308. GEN ../../info/semantic.info #11 6312. GEN ../../info/ses.info #11 6315. GEN ../../info/sieve.info #11 6317. GEN ../../info/smtpmail.info #11 6318. GEN ../../info/speedbar.info #11 6320. GEN ../../info/srecode.info #11 6322. GEN ../../info/todo-mode.info #11 6325. GEN ../../info/tramp.info #11 6330. GEN ../../info/transient.info #11 6332. GEN ../../info/url.info #11 6334. GEN ../../info/use-package.info #11 6336. GEN ../../info/vhdl-mode.info #11 6337. GEN ../../info/vip.info #11 6339. GEN ../../info/viper.info #11 6343. GEN ../../info/vtable.info #11 6344. GEN ../../info/widget.info #11 6346. GEN ../../info/wisent.info #11 6348. GEN ../../info/woman.info #11 6349. GEN ../../info/efaq-w32.info #11 6351. make[3]: Leaving directory '/checkout/doc/misc' #11 6351. GEN info/dir #11 6352. make -C src BIN_DESTDIR=''/usr/local/bin/'' ELN_DESTDIR='/usr/local/lib/emacs/30.0.50/' #11 6352. make[3]: Entering directory '/checkout/src' #11 6353. make -C ../admin/charsets all #11 6353. make[4]: Entering directory '/checkout/admin/charsets' #11 6353. make[4]: Nothing to be done for 'all'. #11 6353. make[4]: Leaving directory '/checkout/admin/charsets' #11 6353. make -C ../admin/unidata charscript.el #11 6353. make[4]: Entering directory '/checkout/admin/unidata' #11 6353. make[4]: Nothing to be done for 'charscript.el'. #11 6353. make[4]: Leaving directory '/checkout/admin/unidata' #11 6353. make -C ../admin/unidata emoji-zwj.el #11 6353. make[4]: Entering directory '/checkout/admin/unidata' #11 6353. make[4]: Nothing to be done for 'emoji-zwj.el'. #11 6353. make[4]: Leaving directory '/checkout/admin/unidata' #11 6353. make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs" #11 6353. make[4]: Entering directory '/checkout/admin/unidata' #11 6353. make[4]: Nothing to be done for 'all'. #11 6353. make[4]: Leaving directory '/checkout/admin/unidata' #11 6353. make -C ../admin/charsets cp51932.el #11 6353. make[4]: Entering directory '/checkout/admin/charsets' #11 6353. make[4]: Nothing to be done for 'cp51932.el'. #11 6353. make[4]: Leaving directory '/checkout/admin/charsets' #11 6353. make -C ../admin/charsets eucjp-ms.el #11 6353. make[4]: Entering directory '/checkout/admin/charsets' #11 6353. make[4]: Nothing to be done for 'eucjp-ms.el'. #11 6353. make[4]: Leaving directory '/checkout/admin/charsets' #11 6353. make[3]: Leaving directory '/checkout/src' #11 6353. make[2]: Leaving directory '/checkout' #11 6353. make[1]: Leaving directory '/checkout' #11 6353. make sanity-check make-target=bootstrap #11 6353. make[1]: Entering directory '/checkout' #11 6354. make[1]: Leaving directory '/checkout' #11 DONE 6354.2s #12 [emacs-tree-sitter 9/11] RUN mkdir -p /root/.emacs.d/tree-sitter #12 DONE 4.3s #13 [emacs-tree-sitter 10/11] RUN git config --global http.sslverify "false" #13 DONE 4.5s #14 [emacs-tree-sitter 11/11] RUN src/emacs -Q --batch --eval '(setq ... #14 3.404 Cloning repository #14 5.301 Compiling library #14 22.26 Library installed to /root/.emacs.d/tree-sitter/libtree-sitter-bash.so #14 22.36 Cloning repository #14 23.78 Compiling library #14 32.25 Library installed to /root/.emacs.d/tree-sitter/libtree-sitter-c.so #14 32.35 Cloning repository #14 34.91 Compiling library #14 67.03 Library installed to /root/.emacs.d/tree-sitter/libtree-sitter-cpp.so #14 67.17 Cloning repository #14 68.23 Compiling library #14 70.25 Library installed to /root/.emacs.d/tree-sitter/libtree-sitter-css.so #14 70.32 Cloning repository #14 71.94 Compiling library #14 95.79 Library installed to /root/.emacs.d/tree-sitter/libtree-sitter-elixir.so #14 95.89 Cloning repository #14 96.61 Compiling library #14 101.9 Library installed to /root/.emacs.d/tree-sitter/libtree-sitter-go.so #14 101.9 Cloning repository #14 102.5 Compiling library #14 103.2 Library installed to /root/.emacs.d/tree-sitter/libtree-sitter-gomod.so #14 103.3 Cloning repository #14 104.0 Compiling library #14 105.0 Library installed to /root/.emacs.d/tree-sitter/libtree-sitter-heex.so #14 105.1 Cloning repository #14 105.8 Compiling library #14 106.9 Library installed to /root/.emacs.d/tree-sitter/libtree-sitter-html.so #14 107.0 Cloning repository #14 107.9 Compiling library #14 113.2 Library installed to /root/.emacs.d/tree-sitter/libtree-sitter-java.so #14 113.3 Cloning repository #14 114.1 Compiling library #14 121.2 Library installed to /root/.emacs.d/tree-sitter/libtree-sitter-javascript.so #14 121.2 Cloning repository #14 121.8 Compiling library #14 122.3 Library installed to /root/.emacs.d/tree-sitter/libtree-sitter-json.so #14 122.3 Cloning repository #14 123.1 Compiling library #14 124.7 Library installed to /root/.emacs.d/tree-sitter/libtree-sitter-lua.so #14 124.7 Cloning repository #14 125.9 Compiling library #14 133.4 Library installed to /root/.emacs.d/tree-sitter/libtree-sitter-python.so #14 133.6 Cloning repository #14 135.5 Compiling library #14 160.3 Library installed to /root/.emacs.d/tree-sitter/libtree-sitter-ruby.so #14 160.4 Cloning repository #14 162.8 Compiling library #14 171.5 Library installed to /root/.emacs.d/tree-sitter/libtree-sitter-tsx.so #14 171.6 Cloning repository #14 173.7 Compiling library #14 182.5 Library installed to /root/.emacs.d/tree-sitter/libtree-sitter-typescript.so #14 DONE 183.5s #16 exporting to image #16 exporting layers #16 exporting layers 221.3s done #16 writing image sha256:4376a4c8da0d6df758ad8741d436fb3f63d2d13f1f074968cfcd82a675c41ba7 #16 writing image sha256:4376a4c8da0d6df758ad8741d436fb3f63d2d13f1f074968cfcd82a675c41ba7 0.2s done #16 naming to emba.gnu.org:5050/emacs/emacs:emacs-tree-sitter-master #16 naming to emba.gnu.org:5050/emacs/emacs:emacs-tree-sitter-master 0.1s done #16 DONE 221.6s $ docker push ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} The push refers to repository [emba.gnu.org:5050/emacs/emacs] d562ddd6423e: Preparing 98bbcf7ca0b6: Preparing d401265ef3df: Preparing 4fbd5cf0ed90: Preparing f80e0f8452a0: Preparing fe81c27d3510: Preparing 5f70bf18a086: Preparing 8c7dc219606a: Preparing f35da41963f6: Preparing 9b4e331092c6: Preparing 47767dbf1452: Preparing 98bbcf7ca0b6: Waiting d401265ef3df: Waiting 4fbd5cf0ed90: Waiting f80e0f8452a0: Waiting fe81c27d3510: Waiting 5f70bf18a086: Waiting 8c7dc219606a: Waiting f35da41963f6: Waiting 47767dbf1452: Waiting d562ddd6423e: Pushed 98bbcf7ca0b6: Pushed d401265ef3df: Pushed f80e0f8452a0: Pushed fe81c27d3510: Retrying in 5 seconds fe81c27d3510: Retrying in 4 seconds fe81c27d3510: Retrying in 3 seconds fe81c27d3510: Retrying in 2 seconds fe81c27d3510: Retrying in 1 second 5f70bf18a086: Retrying in 5 seconds 5f70bf18a086: Retrying in 4 seconds 5f70bf18a086: Retrying in 3 seconds 5f70bf18a086: Retrying in 2 seconds 5f70bf18a086: Retrying in 1 second fe81c27d3510: Retrying in 10 seconds fe81c27d3510: Retrying in 9 seconds fe81c27d3510: Retrying in 8 seconds fe81c27d3510: Retrying in 7 seconds fe81c27d3510: Retrying in 6 seconds fe81c27d3510: Retrying in 5 seconds fe81c27d3510: Retrying in 4 seconds fe81c27d3510: Retrying in 3 seconds fe81c27d3510: Retrying in 2 seconds fe81c27d3510: Retrying in 1 second 5f70bf18a086: Retrying in 10 seconds 5f70bf18a086: Retrying in 9 seconds 5f70bf18a086: Retrying in 8 seconds 5f70bf18a086: Retrying in 7 seconds 5f70bf18a086: Retrying in 6 seconds 5f70bf18a086: Retrying in 5 seconds 5f70bf18a086: Retrying in 4 seconds 5f70bf18a086: Retrying in 3 seconds 5f70bf18a086: Retrying in 2 seconds 5f70bf18a086: Retrying in 1 second fe81c27d3510: Retrying in 15 seconds fe81c27d3510: Retrying in 14 seconds fe81c27d3510: Retrying in 13 seconds fe81c27d3510: Retrying in 12 seconds fe81c27d3510: Retrying in 11 seconds fe81c27d3510: Retrying in 10 seconds fe81c27d3510: Retrying in 9 seconds fe81c27d3510: Retrying in 8 seconds fe81c27d3510: Retrying in 7 seconds fe81c27d3510: Retrying in 6 seconds fe81c27d3510: Retrying in 5 seconds fe81c27d3510: Retrying in 4 seconds fe81c27d3510: Retrying in 3 seconds fe81c27d3510: Retrying in 2 seconds fe81c27d3510: Retrying in 1 second 5f70bf18a086: Retrying in 15 seconds 5f70bf18a086: Retrying in 14 seconds 5f70bf18a086: Retrying in 13 seconds 5f70bf18a086: Retrying in 12 seconds 5f70bf18a086: Retrying in 11 seconds 5f70bf18a086: Retrying in 10 seconds 5f70bf18a086: Retrying in 9 seconds 5f70bf18a086: Retrying in 8 seconds 5f70bf18a086: Retrying in 7 seconds 5f70bf18a086: Retrying in 6 seconds 5f70bf18a086: Retrying in 5 seconds 5f70bf18a086: Retrying in 4 seconds 5f70bf18a086: Retrying in 3 seconds 5f70bf18a086: Retrying in 2 seconds 5f70bf18a086: Retrying in 1 second fe81c27d3510: Retrying in 20 seconds fe81c27d3510: Retrying in 19 seconds fe81c27d3510: Retrying in 18 seconds fe81c27d3510: Retrying in 17 seconds fe81c27d3510: Retrying in 16 seconds fe81c27d3510: Retrying in 15 seconds fe81c27d3510: Retrying in 14 seconds fe81c27d3510: Retrying in 13 seconds fe81c27d3510: Retrying in 12 seconds fe81c27d3510: Retrying in 11 seconds fe81c27d3510: Retrying in 10 seconds fe81c27d3510: Retrying in 9 seconds fe81c27d3510: Retrying in 8 seconds fe81c27d3510: Retrying in 7 seconds fe81c27d3510: Retrying in 6 seconds fe81c27d3510: Retrying in 5 seconds 5f70bf18a086: Retrying in 20 seconds fe81c27d3510: Retrying in 4 seconds 5f70bf18a086: Retrying in 19 seconds fe81c27d3510: Retrying in 3 seconds 5f70bf18a086: Retrying in 18 seconds 5f70bf18a086: Retrying in 17 seconds fe81c27d3510: Retrying in 2 seconds fe81c27d3510: Retrying in 1 second 5f70bf18a086: Retrying in 16 seconds 5f70bf18a086: Retrying in 15 seconds 5f70bf18a086: Retrying in 14 seconds 5f70bf18a086: Retrying in 13 seconds 5f70bf18a086: Retrying in 12 seconds 5f70bf18a086: Retrying in 11 seconds 5f70bf18a086: Retrying in 10 seconds 5f70bf18a086: Retrying in 9 seconds 5f70bf18a086: Retrying in 8 seconds 5f70bf18a086: Retrying in 7 seconds 5f70bf18a086: Retrying in 6 seconds 5f70bf18a086: Retrying in 5 seconds 5f70bf18a086: Retrying in 4 seconds 5f70bf18a086: Retrying in 3 seconds 5f70bf18a086: Retrying in 2 seconds 5f70bf18a086: Retrying in 1 second 8c7dc219606a: Retrying in 5 seconds 8c7dc219606a: Retrying in 4 seconds 8c7dc219606a: Retrying in 3 seconds 8c7dc219606a: Retrying in 2 seconds 8c7dc219606a: Retrying in 1 second f35da41963f6: Retrying in 5 seconds f35da41963f6: Retrying in 4 seconds f35da41963f6: Retrying in 3 seconds f35da41963f6: Retrying in 2 seconds f35da41963f6: Retrying in 1 second 8c7dc219606a: Retrying in 10 seconds 8c7dc219606a: Retrying in 9 seconds 8c7dc219606a: Retrying in 8 seconds 8c7dc219606a: Retrying in 7 seconds 8c7dc219606a: Retrying in 6 seconds 8c7dc219606a: Retrying in 5 seconds 8c7dc219606a: Retrying in 4 seconds 8c7dc219606a: Retrying in 3 seconds 8c7dc219606a: Retrying in 2 seconds 8c7dc219606a: Retrying in 1 second f35da41963f6: Retrying in 10 seconds f35da41963f6: Retrying in 9 seconds f35da41963f6: Retrying in 8 seconds f35da41963f6: Retrying in 7 seconds f35da41963f6: Retrying in 6 seconds f35da41963f6: Retrying in 5 seconds f35da41963f6: Retrying in 4 seconds f35da41963f6: Retrying in 3 seconds f35da41963f6: Retrying in 2 seconds f35da41963f6: Retrying in 1 second 8c7dc219606a: Retrying in 15 seconds 8c7dc219606a: Retrying in 14 seconds 8c7dc219606a: Retrying in 13 seconds 8c7dc219606a: Retrying in 12 seconds 8c7dc219606a: Retrying in 11 seconds 8c7dc219606a: Retrying in 10 seconds 8c7dc219606a: Retrying in 9 seconds 8c7dc219606a: Retrying in 8 seconds 8c7dc219606a: Retrying in 7 seconds 8c7dc219606a: Retrying in 6 seconds 8c7dc219606a: Retrying in 5 seconds 8c7dc219606a: Retrying in 4 seconds 8c7dc219606a: Retrying in 3 seconds 8c7dc219606a: Retrying in 2 seconds 8c7dc219606a: Retrying in 1 second f35da41963f6: Retrying in 15 seconds f35da41963f6: Retrying in 14 seconds f35da41963f6: Retrying in 13 seconds f35da41963f6: Retrying in 12 seconds f35da41963f6: Retrying in 11 seconds f35da41963f6: Retrying in 10 seconds f35da41963f6: Retrying in 9 seconds f35da41963f6: Retrying in 8 seconds f35da41963f6: Retrying in 7 seconds f35da41963f6: Retrying in 6 seconds f35da41963f6: Retrying in 5 seconds f35da41963f6: Retrying in 4 seconds f35da41963f6: Retrying in 3 seconds f35da41963f6: Retrying in 2 seconds f35da41963f6: Retrying in 1 second 4fbd5cf0ed90: Retrying in 5 seconds 4fbd5cf0ed90: Retrying in 4 seconds 4fbd5cf0ed90: Retrying in 3 seconds 4fbd5cf0ed90: Retrying in 2 seconds 4fbd5cf0ed90: Retrying in 1 second 47767dbf1452: Retrying in 5 seconds 47767dbf1452: Retrying in 4 seconds 47767dbf1452: Retrying in 3 seconds 9b4e331092c6: Retrying in 5 seconds 47767dbf1452: Retrying in 2 seconds 9b4e331092c6: Retrying in 4 seconds 47767dbf1452: Retrying in 1 second 9b4e331092c6: Retrying in 3 seconds 9b4e331092c6: Retrying in 2 seconds 9b4e331092c6: Retrying in 1 second 8c7dc219606a: Retrying in 20 seconds 8c7dc219606a: Retrying in 19 seconds 8c7dc219606a: Retrying in 18 seconds 8c7dc219606a: Retrying in 17 seconds 8c7dc219606a: Retrying in 16 seconds 8c7dc219606a: Retrying in 15 seconds 8c7dc219606a: Retrying in 14 seconds 8c7dc219606a: Retrying in 13 seconds 9b4e331092c6: Retrying in 10 seconds 8c7dc219606a: Retrying in 12 seconds 9b4e331092c6: Retrying in 9 seconds 8c7dc219606a: Retrying in 11 seconds 9b4e331092c6: Retrying in 8 seconds 8c7dc219606a: Retrying in 10 seconds 9b4e331092c6: Retrying in 7 seconds 8c7dc219606a: Retrying in 9 seconds 9b4e331092c6: Retrying in 6 seconds 8c7dc219606a: Retrying in 8 seconds 9b4e331092c6: Retrying in 5 seconds 8c7dc219606a: Retrying in 7 seconds 9b4e331092c6: Retrying in 4 seconds 8c7dc219606a: Retrying in 6 seconds 9b4e331092c6: Retrying in 3 seconds 8c7dc219606a: Retrying in 5 seconds f35da41963f6: Retrying in 20 seconds 9b4e331092c6: Retrying in 2 seconds 8c7dc219606a: Retrying in 4 seconds f35da41963f6: Retrying in 19 seconds 9b4e331092c6: Retrying in 1 second 8c7dc219606a: Retrying in 3 seconds f35da41963f6: Retrying in 18 seconds 8c7dc219606a: Retrying in 2 seconds f35da41963f6: Retrying in 17 seconds 8c7dc219606a: Retrying in 1 second f35da41963f6: Retrying in 16 seconds f35da41963f6: Retrying in 15 seconds f35da41963f6: Retrying in 14 seconds f35da41963f6: Retrying in 13 seconds f35da41963f6: Retrying in 12 seconds f35da41963f6: Retrying in 11 seconds f35da41963f6: Retrying in 10 seconds f35da41963f6: Retrying in 9 seconds f35da41963f6: Retrying in 8 seconds f35da41963f6: Retrying in 7 seconds f35da41963f6: Retrying in 6 seconds f35da41963f6: Retrying in 5 seconds 4fbd5cf0ed90: Retrying in 10 seconds 4fbd5cf0ed90: Retrying in 9 seconds f35da41963f6: Retrying in 4 seconds f35da41963f6: Retrying in 3 seconds 4fbd5cf0ed90: Retrying in 8 seconds 9b4e331092c6: Retrying in 15 seconds f35da41963f6: Retrying in 2 seconds 4fbd5cf0ed90: Retrying in 7 seconds 9b4e331092c6: Retrying in 14 seconds f35da41963f6: Retrying in 1 second 4fbd5cf0ed90: Retrying in 6 seconds 9b4e331092c6: Retrying in 13 seconds 4fbd5cf0ed90: Retrying in 5 seconds 9b4e331092c6: Retrying in 12 seconds 4fbd5cf0ed90: Retrying in 4 seconds 9b4e331092c6: Retrying in 11 seconds 4fbd5cf0ed90: Retrying in 3 seconds 9b4e331092c6: Retrying in 10 seconds 4fbd5cf0ed90: Retrying in 2 seconds 9b4e331092c6: Retrying in 9 seconds 4fbd5cf0ed90: Retrying in 1 second 9b4e331092c6: Retrying in 8 seconds 9b4e331092c6: Retrying in 7 seconds 9b4e331092c6: Retrying in 6 seconds 9b4e331092c6: Retrying in 5 seconds f35da41963f6: Pushed 9b4e331092c6: Retrying in 4 seconds 9b4e331092c6: Retrying in 3 seconds 9b4e331092c6: Retrying in 2 seconds 9b4e331092c6: Retrying in 1 second 47767dbf1452: Retrying in 10 seconds 47767dbf1452: Retrying in 9 seconds 47767dbf1452: Retrying in 8 seconds 47767dbf1452: Retrying in 7 seconds 47767dbf1452: Retrying in 6 seconds 47767dbf1452: Retrying in 5 seconds 47767dbf1452: Retrying in 4 seconds 47767dbf1452: Retrying in 3 seconds 47767dbf1452: Retrying in 2 seconds 47767dbf1452: Retrying in 1 second 47767dbf1452: Retrying in 15 seconds 47767dbf1452: Retrying in 14 seconds 47767dbf1452: Retrying in 13 seconds 47767dbf1452: Retrying in 12 seconds 47767dbf1452: Retrying in 11 seconds 47767dbf1452: Retrying in 10 seconds 47767dbf1452: Retrying in 9 seconds 47767dbf1452: Retrying in 8 seconds 47767dbf1452: Retrying in 7 seconds 47767dbf1452: Retrying in 6 seconds 47767dbf1452: Retrying in 5 seconds 47767dbf1452: Retrying in 4 seconds 47767dbf1452: Retrying in 3 seconds 47767dbf1452: Retrying in 2 seconds 47767dbf1452: Retrying in 1 second 47767dbf1452: Retrying in 20 seconds 47767dbf1452: Retrying in 19 seconds 47767dbf1452: Retrying in 18 seconds 47767dbf1452: Retrying in 17 seconds 47767dbf1452: Retrying in 16 seconds 47767dbf1452: Retrying in 15 seconds 47767dbf1452: Retrying in 14 seconds 47767dbf1452: Retrying in 13 seconds 47767dbf1452: Retrying in 12 seconds 47767dbf1452: Retrying in 11 seconds 47767dbf1452: Retrying in 10 seconds 47767dbf1452: Retrying in 9 seconds 47767dbf1452: Retrying in 8 seconds 47767dbf1452: Retrying in 7 seconds 47767dbf1452: Retrying in 6 seconds 47767dbf1452: Retrying in 5 seconds 47767dbf1452: Retrying in 4 seconds 47767dbf1452: Retrying in 3 seconds 47767dbf1452: Retrying in 2 seconds 47767dbf1452: Retrying in 1 second 4fbd5cf0ed90: Retrying in 15 seconds 4fbd5cf0ed90: Retrying in 14 seconds 4fbd5cf0ed90: Retrying in 13 seconds 4fbd5cf0ed90: Retrying in 12 seconds 4fbd5cf0ed90: Retrying in 11 seconds 4fbd5cf0ed90: Retrying in 10 seconds 4fbd5cf0ed90: Retrying in 9 seconds 4fbd5cf0ed90: Retrying in 8 seconds 4fbd5cf0ed90: Retrying in 7 seconds 4fbd5cf0ed90: Retrying in 6 seconds 4fbd5cf0ed90: Retrying in 5 seconds 4fbd5cf0ed90: Retrying in 4 seconds 4fbd5cf0ed90: Retrying in 3 seconds 4fbd5cf0ed90: Retrying in 2 seconds 4fbd5cf0ed90: Retrying in 1 second 4fbd5cf0ed90: Retrying in 20 seconds 4fbd5cf0ed90: Retrying in 19 seconds 4fbd5cf0ed90: Retrying in 18 seconds 4fbd5cf0ed90: Retrying in 17 seconds 4fbd5cf0ed90: Retrying in 16 seconds 4fbd5cf0ed90: Retrying in 15 seconds 4fbd5cf0ed90: Retrying in 14 seconds 4fbd5cf0ed90: Retrying in 13 seconds 4fbd5cf0ed90: Retrying in 12 seconds 4fbd5cf0ed90: Retrying in 11 seconds 4fbd5cf0ed90: Retrying in 10 seconds 4fbd5cf0ed90: Retrying in 9 seconds 4fbd5cf0ed90: Retrying in 8 seconds 4fbd5cf0ed90: Retrying in 7 seconds 4fbd5cf0ed90: Retrying in 6 seconds 4fbd5cf0ed90: Retrying in 5 seconds 4fbd5cf0ed90: Retrying in 4 seconds 4fbd5cf0ed90: Retrying in 3 seconds 4fbd5cf0ed90: Retrying in 2 seconds 4fbd5cf0ed90: Retrying in 1 second 4fbd5cf0ed90: Pushed net/http: request canceled (Client.Timeout exceeded while awaiting headers) section_end:1696559065:step_script section_start:1696559065: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-505c8062: No such file or directory section_end:1696559068:after_script section_start:1696559068:cleanup_file_variables Cleaning up project directory and file based variables section_end:1696559072:cleanup_file_variables ERROR: Job failed: exit code 1