Running with gitlab-runner 15.3.0 (bbcb5aba)  on emba-docker-runner 2oEDrUT7 section_start:1702598122: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:1702598131:prepare_executor section_start:1702598131:prepare_script Preparing environment Running on runner-2oedrut7-project-1-concurrent-0 via emba.gnu.org... section_end:1702598137:prepare_script section_start:1702598137: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 a4feb79a as master... Skipping Git submodules setup section_end:1702598153:get_sources section_start:1702598153: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: 8 Running: 2 Paused: 0 Stopped: 6 Images: 13 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.runtime.v1.linux runc io.containerd.runc.v2 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. WARNING! Your password will be stored unencrypted in /.docker-config-a4feb79ad4c23fbe2a0741b2a6d931c9cd1dc263/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded $ docker pull ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} emacs-inotify-master: Pulling from emacs/emacs d1da99c2f148: Already exists fc7f3f81fcfc: Already exists d053db1af652: Already exists e7a5ad79b841: Pulling fs layer 4f4fb700ef54: Pulling fs layer 70fcae91da86: Pulling fs layer be7d354a0d3e: Pulling fs layer 22dfae94caaa: Pulling fs layer be7d354a0d3e: Waiting 22dfae94caaa: Waiting 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 70fcae91da86: Verifying Checksum 70fcae91da86: Download complete be7d354a0d3e: Verifying Checksum be7d354a0d3e: Download complete 22dfae94caaa: Verifying Checksum 22dfae94caaa: Download complete e7a5ad79b841: Verifying Checksum e7a5ad79b841: Download complete e7a5ad79b841: Pull complete 4f4fb700ef54: Pull complete 70fcae91da86: Pull complete be7d354a0d3e: Pull complete 22dfae94caaa: Pull complete Digest: sha256:e92b5dbdef5d0eb1705e4d006bc3d84c240bc9c7780713a118d55d31ce444385 Status: Downloaded newer image for emba.gnu.org:5050/emacs/emacs:emacs-inotify-master emba.gnu.org:5050/emacs/emacs:emacs-inotify-master $ export PWD=$(pwd) $ docker run -i -e EMACS_EMBA_CI=${EMACS_EMBA_CI} -e EMACS_TEST_JUNIT_REPORT=${EMACS_TEST_JUNIT_REPORT} -e EMACS_TEST_TIMEOUT=${EMACS_TEST_TIMEOUT} -e EMACS_TEST_VERBOSE=${EMACS_TEST_VERBOSE} --volumes-from $(docker ps -q -f "label=com.gitlab.gitlab-runner.job.id=${CI_JOB_ID}"):ro --name ${test_name} ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} /bin/bash -xvc "git fetch ${PWD} HEAD && echo checking out these updated files && git diff --name-only FETCH_HEAD && ( git diff --name-only FETCH_HEAD | xargs git checkout -f FETCH_HEAD ) && make -j4 && make ${make_params}" git fetch /builds/emacs/emacs HEAD && echo checking out these updated files && git diff --name-only FETCH_HEAD && ( git diff --name-only FETCH_HEAD | xargs git checkout -f FETCH_HEAD ) && make -j4 && make -k -C test check-lisp + git fetch /builds/emacs/emacs HEAD From /builds/emacs/emacs * branch HEAD -> FETCH_HEAD + echo checking out these updated files checking out these updated files + git diff --name-only FETCH_HEAD configure.ac doc/emacs/android.texi doc/emacs/cmdargs.texi doc/lispref/text.texi lisp/jsonrpc.el lisp/net/tramp-compat.el lisp/progmodes/eglot.el lisp/startup.el lisp/term/android-win.el src/androidfns.c test/lisp/jsonrpc-tests.el test/lisp/progmodes/eglot-tests.el + git diff --name-only FETCH_HEAD + xargs git checkout -f FETCH_HEAD Updated 12 paths from 6887257 + make -j4 cd . && ./autogen.sh autoconf Checking whether you have the necessary tools... (Read INSTALL.REPO for more details on building Emacs) Checking for autoconf (need at least version 2.65) ... ok Your system has the required tools. Running 'autoreconf -fi -I m4' ... Building 'aclocal.m4' in exec ... Running 'autoreconf -fi' in exec ... You can now run './autogen.sh git'. if [ -x ./config.status ]; then \ ./config.status --recheck; \ else \ ./configure --cache-file=/dev/null; \ fi running CONFIG_SHELL=/bin/bash /bin/bash ./configure --no-create --no-recursion checking for xcrun... no checking for GNU Make... make checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether the compiler is clang... no checking for compiler option needed when checking for declarations... none checking whether gcc and cc understand -c and -o together... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking for linux/fs.h... yes checking for malloc.h... yes checking for sys/systeminfo.h... no checking for sys/sysinfo.h... yes checking for coff.h... no checking for pty.h... yes checking for sys/resource.h... yes checking for sys/utsname.h... yes checking for pwd.h... yes checking for util.h... no checking for sanitizer/lsan_interface.h... yes checking for sanitizer/asan_interface.h... yes checking for sanitizer/common_interface_defs.h... yes checking for sys/socket.h... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for pthread.h... yes checking for malloc/malloc.h... no checking for sys/un.h... yes checking for utmp.h... yes checking for utmpx.h... yes checking for OS.h... no checking for dirent.h... yes checking for execinfo.h... yes checking for linux/xattr.h... yes checking for stdio_ext.h... yes checking for sys/vfs.h... yes checking for sys/fs_types.h... no checking for getopt.h... yes checking for sys/cdefs.h... yes checking for sys/time.h... yes checking for ieee754.h... yes checking for limits.h... yes checking for inttypes.h... (cached) yes checking for sys/types.h... (cached) yes checking for stdint.h... (cached) yes checking for sys/select.h... yes checking for stdbool.h... yes checking for stdckdint.h... no checking for sys/random.h... yes checking for sys/stat.h... (cached) yes checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for Minix Amsterdam compiler... no checking for ar... ar checking for ranlib... ranlib checking for gcc option to enable large file support... none needed checking for gcc option for timestamps after 2038... none needed checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking how to run the C++ preprocessor... g++ -E checking whether gcc accepts -g3 -O2... yes checking whether the compiler is clang... no checking whether C compiler handles -Werror -Wunknown-warning-option... no checking whether -Wno-missing-field-initializers is needed... yes checking whether -Wuninitialized is supported... yes checking whether C compiler handles -fstrict-flex-arrays... no checking whether C compiler handles -Wall... yes checking whether C compiler handles -Warith-conversion... yes checking whether C compiler handles -Wdate-time... yes checking whether C compiler handles -Wdisabled-optimization... yes checking whether C compiler handles -Wdouble-promotion... yes checking whether C compiler handles -Wduplicated-cond... yes checking whether C compiler handles -Wextra... yes checking whether C compiler handles -Wformat-signedness... yes checking whether C compiler handles -Winit-self... yes checking whether C compiler handles -Winvalid-pch... yes checking whether C compiler handles -Wlogical-op... yes checking whether C compiler handles -Wmissing-declarations... yes checking whether C compiler handles -Wmissing-include-dirs... yes checking whether C compiler handles -Wmissing-prototypes... yes checking whether C compiler handles -Wnested-externs... yes checking whether C compiler handles -Wnull-dereference... yes checking whether C compiler handles -Wold-style-definition... yes checking whether C compiler handles -Wopenmp-simd... yes checking whether C compiler handles -Wpacked... yes checking whether C compiler handles -Wpointer-arith... yes checking whether C compiler handles -Wstrict-flex-arrays... no checking whether C compiler handles -Wstrict-prototypes... yes checking whether C compiler handles -Wsuggest-attribute=format... yes checking whether C compiler handles -Wsuggest-attribute=noreturn... yes checking whether C compiler handles -Wsuggest-final-methods... yes checking whether C compiler handles -Wsuggest-final-types... yes checking whether C compiler handles -Wtrampolines... yes checking whether C compiler handles -Wuninitialized... yes checking whether C compiler handles -Wunknown-pragmas... yes checking whether C compiler handles -Wunused-macros... yes checking whether C compiler handles -Wvariadic-macros... yes checking whether C compiler handles -Wvector-operation-performance... yes checking whether C compiler handles -Wwrite-strings... yes checking whether C compiler handles -Warray-bounds=2... yes checking whether C compiler handles -Wattribute-alias=2... yes checking whether C compiler handles -Wformat=2... yes checking whether C compiler handles -Wformat-truncation=2... yes checking whether C compiler handles -Wimplicit-fallthrough=5... yes checking whether C compiler handles -Wshift-overflow=2... yes checking whether C compiler handles -Wuse-after-free=3... no checking whether C compiler handles -Wvla-larger-than=4031... yes checking whether C compiler handles -Wno-missing-field-initializers... yes checking whether C compiler handles -Wredundant-decls... yes checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes checking whether C compiler handles -Wno-override-init... yes checking whether C compiler handles -Wno-sign-compare... yes checking whether C compiler handles -Wno-type-limits... yes checking whether C compiler handles -Wno-unused-parameter... yes checking whether C compiler handles -Wno-format-nonliteral... yes checking whether C compiler handles -Wno-bidi-chars... no checking for a BSD-compatible install... /usr/bin/install -c checking command to symlink files in the same directory... ln -s checking for install-info... : checking for gzip... /bin/gzip checking for 'find' args to delete a file... -delete checking for brew... no checking for -znocombreloc... not needed checking whether addresses are sanitized... no checking for math library... -lm checking for struct passwd.pw_gecos... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for machine/soundcard.h... no checking for sys/soundcard.h... yes checking for soundcard.h... no checking for mmsystem.h... no checking for _oss_ioctl in -lossaudio... no checking for alsa >= 1.0.0... no checking for ADDR_NO_RANDOMIZE... yes checking if Linux sysinfo may be used... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for net/if.h... yes checking for ifaddrs.h... yes checking for net/if_dl.h... no checking for struct ifreq.ifr_flags... yes checking for struct ifreq.ifr_hwaddr... yes checking for struct ifreq.ifr_netmask... yes checking for struct ifreq.ifr_broadaddr... yes checking for struct ifreq.ifr_addr... yes checking for struct ifreq.ifr_addr.sa_len... no checking whether gcc understands -MMD -MF... yes checking for X... no checking for X... false checking whether malloc is Doug Lea style... no checking for sbrk... yes checking for __lsan_ignore_object... no checking for fchmod... yes checking for utmpname... yes checking for utmpxname... yes checking for canonicalize_file_name... yes checking for realpath... yes checking for lstat... yes checking for fchmodat... yes checking for lchmod... no checking for fcntl... yes checking for fdopendir... yes checking for listxattr... yes checking for fstatat... yes checking for fsync... yes checking for gettimeofday... yes checking for memset_explicit... no checking for memset_s... no checking for pselect... yes checking for readlink... yes checking for isblank... yes checking for iswctype... yes checking for strtoimax... yes checking for symlink... yes checking for localtime_r... yes checking for getdtablesize... yes checking for getpagesize... yes checking for working mmap... yes checking for main in -lXbsd... no checking for pthread library... -lpthread checking for thread support... yes checking for sqlite3_open_v2 in -lsqlite3... no checking for getaddrinfo_a in -lanl... yes checking for malloc_trim... yes checking for dbus-1 >= 1.0... yes checking for dbus_watch_get_unix_fd... yes checking for dbus_type_is_valid... yes checking for dbus_validate_bus_name... yes checking for dbus_validate_path... yes checking for dbus_validate_interface... yes checking for dbus_validate_member... yes checking for lgetfilecon in -lselinux... no checking for gnutls >= 2.12.2... yes checking for libsystemd >= 222... no checking for jansson >= 2.7... no checking for tree-sitter >= 0.20.2... no checking for tree-sitter >= 0.6.3... no checking sys/inotify.h usability... yes checking sys/inotify.h presence... yes checking for sys/inotify.h... yes checking for inotify_init1... yes checking for lcms2... no checking for library containing inflateEnd... no checking for dladdr... yes checking for dlfunc... no checking for gcc_jit_context_acquire in -lgccjit... no checking libgccjit.h usability... configure: WARNING: Elisp native compiler can't be enabled as libgccjit was not found. Please try installing libgccjit or a similar package if you want to have it enabled. no checking libgccjit.h presence... configure: WARNING: Elisp native compiler can't be enabled as libgccjit header files were not found. Please try installing libgccjit-dev or a similar package if you want to have it enabled. no checking for libgccjit.h... no checking gpm.h usability... no checking gpm.h presence... no checking for gpm.h... no checking for libxml-2.0 > 2.6.17... no checking for maillock in -lmail... no checking for maillock in -llockfile... no checking for liblockfile.so... no checking maillock.h usability... no checking maillock.h presence... no checking for maillock.h... no checking linux/seccomp.h usability... yes checking linux/seccomp.h presence... yes checking for linux/seccomp.h... yes checking whether SECCOMP_SET_MODE_FILTER is declared... yes checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes checking linux/filter.h usability... yes checking linux/filter.h presence... yes checking for linux/filter.h... yes checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes checking for libseccomp >= 2.5.2... no checking size of long... 8 checking for accept4... yes checking for fchdir... yes checking for gethostname... yes checking for getrusage... yes checking for get_current_dir_name... yes checking for lrand48... yes checking for random... yes checking for rint... yes checking for tcdrain... yes checking for trunc... yes checking for select... yes checking for getpagesize... (cached) yes checking for setlocale... yes checking for newlocale... yes checking for getrlimit... yes checking for setrlimit... yes checking for shutdown... yes checking for pthread_sigmask... (cached) yes checking for strsignal... yes checking for setitimer... yes checking for sendto... yes checking for recvfrom... yes checking for getsockname... yes checking for getifaddrs... yes checking for freeifaddrs... yes checking for gai_strerror... yes checking for sync... yes checking for endpwent... yes checking for getgrent... yes checking for endgrent... yes checking for renameat2... yes checking for cfmakeraw... yes checking for cfsetspeed... yes checking for __executable_start... yes checking for log2... yes checking for pthread_setname_np... yes checking for pthread_set_name_np... no checking for getpwent... yes checking whether pthread_setname_np takes a single argument... no checking whether pthread_setname_np takes three arguments... no checking for aligned_alloc... yes checking whether aligned_alloc is declared... yes checking for posix_madvise... yes checking for madvise... yes checking for __builtin_frame_address... yes checking for __builtin_unwind_init... yes checking for _LARGEFILE_SOURCE value needed for large files... no checking for grantpt... yes checking for getpt... yes checking for posix_openpt... yes checking for library containing tputs... -ltinfo checking whether -ltinfo library defines BC... yes checking for timerfd interface... yes checking whether signals can be handled on alternate stack... yes checking valgrind/valgrind.h usability... no checking valgrind/valgrind.h presence... no checking for valgrind/valgrind.h... no checking for struct unipair.unicode... yes checking for pid_t... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for snprintf... yes checking for open_memstream... yes checking spawn.h usability... yes checking spawn.h presence... yes checking for spawn.h... yes checking for posix_spawn... yes checking for posix_spawn_file_actions_addchdir... no checking for posix_spawn_file_actions_addchdir_np... yes checking for posix_spawnattr_setflags... yes checking whether POSIX_SPAWN_SETSID is declared... yes checking whether GLib is linked in... no checking for nl_langinfo and CODESET... yes checking for nl_langinfo and _NL_PAPER_WIDTH... yes checking for mbstate_t... yes checking for signals via characters... yes checking for _setjmp... yes checking for sigsetjmp... yes checking POSIX termios... yes checking size of speed_t... 4 checking for usable FIONREAD... yes checking for usable SIGIO... yes checking for struct alignment... yes checking for C/C++ restrict keyword... __restrict__ checking for typeof syntax and keyword spelling... typeof checking for statement expressions... yes checking whether malloc (0) returns nonnull... yes checking sys/acl.h usability... yes checking sys/acl.h presence... yes checking for sys/acl.h... yes checking for library containing acl_get_file... -lacl checking for acl_get_file... yes checking for acl_get_fd... yes checking for acl_set_file... yes checking for acl_set_fd... yes checking for acl_free... yes checking for acl_from_mode... yes checking for acl_from_text... yes checking for acl_delete_def_file... yes checking for acl_extended_file... yes checking for acl_delete_fd_np... no checking for acl_delete_file_np... no checking for acl_copy_ext_native... no checking for acl_create_entry_np... no checking for acl_to_short_text... no checking for acl_free_text... no checking for working acl_get_file... yes checking acl/libacl.h usability... yes checking acl/libacl.h presence... yes checking for acl/libacl.h... yes checking for acl_entries... yes checking for ACL_FIRST_ENTRY... yes checking for ACL_TYPE_EXTENDED... no checking for working alloca.h... yes checking for alloca... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking whether the preprocessor supports include_next... yes checking whether source code line length is unlimited... yes checking whether endutent is declared... yes checking for struct utmpx.ut_user... yes checking for struct utmp.ut_user... yes checking for struct utmpx.ut_name... yes checking for struct utmp.ut_name... yes checking for struct utmpx.ut_type... yes checking for struct utmp.ut_type... yes checking for struct utmpx.ut_pid... yes checking for struct utmp.ut_pid... yes checking for struct utmp.ut_tv... yes checking for struct utmpx.ut_host... yes checking for struct utmp.ut_host... yes checking for struct utmpx.ut_id... yes checking for struct utmp.ut_id... yes checking for struct utmpx.ut_session... yes checking for struct utmp.ut_session... yes checking for struct utmpx.ut_exit... yes checking for struct utmp.ut_exit... yes checking for struct utmpx.ut_exit.ut_exit... no checking for struct utmpx.ut_exit.e_exit... yes checking for struct utmp.ut_exit.e_exit... yes checking for struct utmpx.ut_exit.ut_termination... no checking for struct utmpx.ut_exit.e_termination... yes checking for struct utmp.ut_exit.e_termination... yes checking whether sysinfo is declared... yes checking for sys/sysctl.h... yes checking for sysctl... yes checking whether lstat correctly handles trailing slash... yes checking whether // is distinct from /... no checking whether realpath works... yes checking for faccessat... yes checking for getcwd... yes checking whether byte ordering is bigendian... no checking if environ is properly declared... yes checking for complete errno.h... yes checking whether ctype.h defines __header_inline... no checking for mode_t... yes checking whether strmode is declared... no checking whether getline is declared... yes checking for gawk... no checking for mawk... mawk checking for getopt.h... (cached) yes checking for getopt_long_only... yes checking whether getopt is POSIX compatible... yes checking for working GNU getopt function... yes checking for working GNU getopt_long function... yes checking whether timespec_get is declared... yes checking for timespec_get... yes checking for struct timeval... yes checking for wide-enough struct timeval.tv_sec member... yes checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no checking whether the compiler produces multi-arch binaries... no checking whether stdint.h conforms to C99... yes checking whether stdint.h works without ISO C predefines... yes checking whether stdint.h has UINTMAX_WIDTH etc.... yes checking whether memmem is declared... yes checking whether memrchr is declared... yes checking whether defines MIN and MAX... no checking whether defines MIN and MAX... yes checking whether time_t is signed... yes checking whether alarm is declared... yes checking for working mktime... no checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking for struct tm.tm_gmtoff... yes checking whether is self-contained... yes checking for inline... inline checking for sigset_t... yes checking for volatile sig_atomic_t... yes checking for sighandler_t... yes checking for wchar_t... yes checking for good max_align_t... yes checking whether NULL can be used in arbitrary expressions... yes checking for unreachable... no checking whether fcloseall is declared... yes checking whether getw is declared... yes checking whether putw is declared... yes checking which flavor of printf attribute matches inttypes macros... system checking whether strnlen is declared... yes checking whether strtoimax is declared... yes checking whether stat file-mode macros are broken... no checking for nlink_t... yes checking for struct timespec in ... yes checking for TIME_UTC in ... yes checking whether execvpe is declared... yes checking whether clearerr_unlocked is declared... yes checking whether feof_unlocked is declared... yes checking whether ferror_unlocked is declared... yes checking whether fflush_unlocked is declared... yes checking whether fgets_unlocked is declared... yes checking whether fputc_unlocked is declared... yes checking whether fputs_unlocked is declared... yes checking whether fread_unlocked is declared... yes checking whether fwrite_unlocked is declared... yes checking whether getc_unlocked is declared... yes checking whether getchar_unlocked is declared... yes checking whether putc_unlocked is declared... yes checking whether putchar_unlocked is declared... yes checking type of array argument to getgroups... gid_t checking whether getdelim is declared... yes checking whether getdtablesize is declared... yes checking whether malloc is ptrdiff_t safe... yes checking whether malloc, realloc, calloc set errno on failure... yes checking for O_CLOEXEC... yes checking for promoted mode_t type... mode_t checking whether the utimes function works... yes checking for C compiler option to allow warnings... -Wno-error checking for alignas and alignof... yes, macros checking for alloca as a compiler built-in... yes checking for static_assert... yes, an macro checking for __builtin_expect... yes checking byteswap.h usability... yes checking byteswap.h presence... yes checking for byteswap.h... yes checking for readlinkat... yes checking for library containing clock_gettime... none required checking for clock_getres... yes checking for clock_gettime... yes checking for clock_settime... yes checking for copy_file_range... yes checking for d_type member in directory struct... yes checking whether // is distinct from /... (cached) no checking whether dup2 works... yes checking for library containing backtrace_symbols_fd... none required checking for faccessat... (cached) yes checking whether fchmodat works... no checking for readlinkat... (cached) yes checking whether fcntl handles F_DUPFD correctly... yes checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check checking whether fdopendir is declared... yes checking whether fdopendir works... yes checking for flexible array member... yes checking for __fpending... yes checking whether __fpending is declared... yes checking whether free is known to preserve errno... no checking whether fstatat (..., 0) works... yes checking for sys/mount.h... yes checking for statvfs function (SVR4)... yes checking whether to use statvfs64... no checking for two-argument statfs with statfs.f_frsize member... yes checking sys/fs/s5param.h usability... no checking sys/fs/s5param.h presence... no checking for sys/fs/s5param.h... no checking sys/statfs.h usability... yes checking sys/statfs.h presence... yes checking for sys/statfs.h... yes checking for statfs that truncates block counts... no checking for futimens... yes checking whether futimens works... yes checking for getline... yes checking for working getline function... yes checking for getloadavg... yes checking sys/loadavg.h usability... no checking sys/loadavg.h presence... no checking for sys/loadavg.h... no checking whether getloadavg is declared... yes checking for getrandom... yes checking whether getrandom is compatible with its GNU+BSD signature... yes checking for gettimeofday with POSIX signature... yes checking whether the compiler supports the __inline keyword... yes checking gmp.h usability... yes checking gmp.h presence... yes checking for gmp.h... yes checking for library containing __gmpz_roinit_n... -lgmp checking for memmem... yes checking whether memmem works... yes checking for mempcpy... yes checking for memrchr... yes checking for explicit_memset... no checking for mkostemp... yes checking for library containing nanosleep... none required checking for working nanosleep... no (mishandles large arguments) checking for sys/pstat.h... no checking for sys/sysmp.h... no checking for sys/param.h... (cached) yes checking for sys/sysctl.h... (cached) yes checking for sched_getaffinity_np... no checking for pstat_getdynamic... no checking for sysmp... no checking for sysctl... (cached) yes checking for sched_getaffinity... yes checking for glibc compatible sched_getaffinity... yes checking for pipe2... yes checking whether signature of pselect conforms to POSIX... yes checking whether pselect detects invalid fds... yes checking whether pthread_sigmask is a macro... no checking whether pthread_sigmask returns error numbers... yes checking whether pthread_sigmask unblocks signals correctly... guessing yes checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr checking whether readlink signature is correct... yes checking whether readlink handles trailing slash correctly... yes checking whether readlink truncates results correctly... yes checking for readlinkat... (cached) yes checking whether readlinkat signature is correct... yes checking for working re_compile_pattern... no checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking whether isblank is declared... yes checking for sig2str... no checking for sigdescr_np... no checking for socklen_t... yes checking for ssize_t... yes checking for struct stat.st_atim.tv_nsec... yes checking whether struct stat.st_atim is of type struct timespec... yes checking for struct stat.st_birthtimespec.tv_nsec... no checking for struct stat.st_birthtimensec... no checking for struct stat.st_birthtim.tv_nsec... no checking for bool, true, false... no checking for stpcpy... yes checking for working strnlen... yes checking whether strtoimax works... yes checking whether symlink handles trailing slash correctly... yes checking whether localtime_r is declared... yes checking whether localtime_r is compatible with its POSIX signature... yes checking whether localtime works even near extrema... yes checking for timezone_t... no checking for timegm... yes checking whether timer_settime is declared... yes checking for library containing timer_settime... -lrt checking for timer_settime... yes checking for utimensat... yes checking whether utimensat works... yes checking for variable-length arrays... yes checking whether getdtablesize works... yes checking for __mktime_internal... no checking for timer_getoverrun... yes checking for gcc option to disable position independent executables... not needed checking for __ctype_get_mb_cur_max... yes checking whether MB_CUR_MAX is defined to function that won't link... no Configured for 'x86_64-pc-linux-gnu'. Where should the build process find the source code? . What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H Should Emacs use the GNU version of malloc? no (The GNU allocators don't work with this system configuration.) Should Emacs use a relocating allocator for buffers? no Should Emacs use mmap(2) for buffer allocation? no What window system should Emacs use? none What toolkit should Emacs use? none Where do we find X Windows header files? NONE Where do we find X Windows libraries? NONE Does Emacs use -lXaw3d? no Is Emacs being built for Android? no Does Emacs use the X Double Buffer Extension? no Does Emacs use -lXpm? no Does Emacs use -ljpeg? no Does Emacs use -ltiff? no Does Emacs use a gif library? no Does Emacs use a png library? no Does Emacs use -lrsvg-2? no Does Emacs use -lwebp? no Does Emacs use -lsqlite3? no Does Emacs use cairo? no Does Emacs use -llcms2? no Does Emacs use imagemagick? no Does Emacs use native APIs for images? no Does Emacs support sound? yes Does Emacs use -lgpm? no Does Emacs use -ldbus? yes Does Emacs use -lgconf? no Does Emacs use GSettings? no Does Emacs use a file notification library? yes -lglibc (inotify) Does Emacs use access control lists? yes -lacl -lattr Does Emacs use -lselinux? no Does Emacs use -lgnutls? yes Does Emacs use -lxml2? no Does Emacs use -lfreetype? no Does Emacs use HarfBuzz? no Does Emacs use -lm17n-flt? no Does Emacs use -lotf? no Does Emacs use -lxft? no Does Emacs use -lsystemd? no Does Emacs use -ljansson? no Does Emacs use -ltree-sitter? no Does Emacs use the GMP library? yes Does Emacs directly use zlib? no Does Emacs have dynamic modules support? yes Does Emacs use toolkit scroll bars? no Does Emacs support Xwidgets? no Does Emacs have threading support in lisp? yes Does Emacs support the portable dumper? yes Does Emacs support legacy unexec dumping? no Which dumping strategy does Emacs use? pdumper Does Emacs have native lisp compiler? no Does Emacs use version 2 of the X Input Extension? no Does Emacs generate a smaller-size Japanese dictionary? no configure: creating ./config.status configure: WARNING: This configuration installs a 'movemail' program that does not retrieve POP3 email. By default, Emacs 25 and earlier installed a 'movemail' program that retrieved POP3 email via only insecure channels, a practice that is no longer recommended but that you can continue to support by using './configure --with-pop'. configure: You might want to install GNU Mailutils and use './configure --with-mailutils'. MAKE='make' ./config.status config.status: creating src/verbose.mk config.status: creating src/emacs-module.h config.status: creating Makefile config.status: creating lib/gnulib.mk config.status: creating ./doc/man/emacs.1 config.status: creating lib/Makefile config.status: creating lib-src/Makefile config.status: creating oldXMenu/Makefile config.status: creating src/Makefile config.status: creating lwlib/Makefile config.status: creating nextstep/Makefile config.status: creating nt/Makefile config.status: creating doc/emacs/Makefile config.status: creating doc/misc/Makefile config.status: creating doc/lispintro/Makefile config.status: creating doc/lispref/Makefile config.status: creating lisp/Makefile config.status: creating leim/Makefile config.status: creating test/Makefile config.status: creating test/manual/noverlay/Makefile config.status: creating test/infra/Makefile config.status: creating admin/charsets/Makefile config.status: creating admin/unidata/Makefile config.status: creating admin/grammars/Makefile config.status: creating java/Makefile config.status: creating cross/Makefile config.status: creating java/AndroidManifest.xml config.status: creating src/config.h config.status: src/config.h is unchanged config.status: executing src/epaths.h commands make[1]: Entering directory '/checkout' make[1]: Leaving directory '/checkout' config.status: executing src/.gdbinit commands config.status: executing doc/emacs/emacsver.texi commands config.status: executing etc-refcards-emacsver.tex commands make actual-all || make advice-on-failure make-target=all exit-status=$? make[1]: Entering directory '/checkout' make -C lib all make -C doc/lispref info make -C doc/lispintro info make -C doc/emacs info make[2]: Entering directory '/checkout/doc/lispref' GEN ../../info/elisp.info make[2]: Entering directory '/checkout/doc/lispintro' make[2]: Nothing to be done for 'info'. make[2]: Leaving directory '/checkout/doc/lispintro' make[2]: Entering directory '/checkout/doc/emacs' GEN ../../info/emacs.info make[2]: Entering directory '/checkout/lib' GEN alloca.h GEN dirent.h GEN fcntl.h GEN inttypes.h GEN limits.h GEN signal.h GEN stdckdint.h GEN stddef.h GEN stdio.h GEN stdlib.h GEN string.h GEN sys/random.h GEN sys/select.h GEN sys/stat.h GEN sys/time.h GEN sys/types.h GEN time.h GEN unistd.h CC fingerprint.o CC mktime.o CC acl-errno-valid.o CC acl-internal.o CC get-permissions.o CC set-permissions.o CC allocator.o CC binary-io.o CC boot-time.o CC c-ctype.o CC c-strcasecmp.o CC c-strncasecmp.o CC careadlinkat.o CC close-stream.o CC copy-file-range.o CC count-leading-zeros.o CC count-one-bits.o CC count-trailing-zeros.o CC md5-stream.o CC md5.o CC sha1.o CC sha256.o CC sha512.o CC dtoastr.o CC dtotimespec.o CC fchmodat.o CC fcntl.o CC file-has-acl.o CC filemode.o CC filevercmp.o CC free.o CC fsusage.o CC gettime.o CC malloc/dynarray_at_failure.o CC malloc/dynarray_emplace_enlarge.o CC malloc/dynarray_finalize.o CC malloc/dynarray_resize.o CC malloc/dynarray_resize_clear.o CC memset_explicit.o CC nanosleep.o CC nproc.o CC nstrftime.o CC pipe2.o CC qcopy-acl.o CC regex.o CC sig2str.o CC sigdescr_np.o CC stat-time.o CC tempname.o CC time_rz.o CC timegm.o CC timespec.o CC timespec-add.o CC timespec-sub.o CC u64.o CC unistd.o CC openat-die.o CC save-cwd.o AR libgnu.a make[2]: Leaving directory '/checkout/lib' make -C lib-src all make[2]: Entering directory '/checkout/lib-src' CCLD etags CCLD ctags CCLD emacsclient ./android.texi:417: @pxref reference to nonexistent node `Language Environment' CCLD ebrowse CCLD hexl CCLD movemail CCLD make-docfile CCLD make-fingerprint make[2]: Leaving directory '/checkout/doc/emacs' make[2]: Leaving directory '/checkout/lib-src' make -C src BIN_DESTDIR=''/usr/local/bin/'' \ ELN_DESTDIR='/usr/local/lib/emacs/30.0.50/' all make[2]: Entering directory '/checkout/src' GEN globals.h GEN buildobj.h make -C ../admin/charsets all make -C ../admin/unidata charscript.el make[3]: Entering directory '/checkout/admin/unidata' make[3]: Entering directory '/checkout/admin/charsets' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/checkout/admin/charsets' make -C ../admin/unidata emoji-zwj.el make[3]: Entering directory '/checkout/admin/unidata' make[3]: Nothing to be done for 'charscript.el'. make[3]: Leaving directory '/checkout/admin/unidata' make -C ../admin/charsets cp51932.el make[3]: Nothing to be done for 'emoji-zwj.el'. make[3]: Leaving directory '/checkout/admin/unidata' make -C ../admin/charsets eucjp-ms.el make[3]: Entering directory '/checkout/admin/charsets' make[3]: Nothing to be done for 'cp51932.el'. make[3]: Leaving directory '/checkout/admin/charsets' make[3]: Entering directory '/checkout/admin/charsets' make[3]: Nothing to be done for 'eucjp-ms.el'. make[3]: Leaving directory '/checkout/admin/charsets' CC dispnew.o CC frame.o CC scroll.o CC xdisp.o CC menu.o CC window.o CC charset.o CC coding.o CC category.o CC ccl.o CC character.o CC chartab.o CC bidi.o make[2]: Leaving directory '/checkout/doc/lispref' CC cm.o CC term.o CC terminal.o CC xfaces.o CC dbusbind.o CC emacs.o CC keyboard.o CC macros.o CC keymap.o CC sysdep.o CC bignum.o CC buffer.o CC filelock.o CC insdel.o CC marker.o CC minibuf.o CC fileio.o CC dired.o CC cmds.o CC casetab.o CC casefiddle.o CC indent.o CC search.o CC regex-emacs.o CC undo.o CC alloc.o CC pdumper.o CC data.o CC doc.o CC editfns.o CC callint.o CC eval.o CC floatfns.o CC fns.o CC sort.o CC font.o CC print.o CC lread.o CC emacs-module.o CC syntax.o CC bytecode.o CC comp.o CC dynlib.o CC process.o CC gnutls.o CC callproc.o CC region-cache.o CC sound.o CC timefns.o CC atimer.o CC doprnt.o CC intervals.o CC textprop.o CC composite.o CC xml.o CC inotify.o CC profiler.o CC thread.o CC systhread.o CC sqlite.o CC treesit.o CC itree.o CC terminfo.o CC lastfile.o CCLD temacs GEN ../etc/DOC /bin/mkdir -p ../etc make -C ../lisp update-subdirs make[3]: Entering directory '/checkout/lisp' make[3]: Leaving directory '/checkout/lisp' cp -f temacs bootstrap-emacs rm -f bootstrap-emacs.pdmp ./temacs --batch -l loadup --temacs=pbootstrap \ --bin-dest /usr/local/bin/ --eln-dest /usr/local/lib/emacs/30.0.50/ Loading loadup.el (source)... Dump mode: pbootstrap Using load-path (/checkout/lisp /checkout/lisp/emacs-lisp /checkout/lisp/progmodes /checkout/lisp/language /checkout/lisp/international /checkout/lisp/textmodes /checkout/lisp/vc) Loading emacs-lisp/debug-early... Loading emacs-lisp/byte-run... Loading emacs-lisp/backquote... Loading subr... Loading keymap... Loading version... Loading widget... Loading custom... Loading emacs-lisp/map-ynp... Loading international/mule... Loading international/mule-conf... Loading env... Loading format... Loading bindings... Loading window... Loading files... Loading emacs-lisp/macroexp... Loading cus-face... Loading faces... Loading loaddefs... Loading /checkout/lisp/theme-loaddefs.el (source)... Loading button... Loading emacs-lisp/cl-preloaded... Loading emacs-lisp/oclosure... Loading obarray... Loading abbrev... Loading help... Loading jka-cmpr-hook... Loading epa-hook... Loading international/mule-cmds... Loading case-table... Loading /checkout/lisp/international/charprop.el (source)... Loading international/characters... Loading international/charscript... Loading international/emoji-zwj... Loading composite... Loading language/chinese... Loading language/cyrillic... Loading language/indian... Loading language/sinhala... Loading language/english... Loading language/ethiopic... Loading language/european... Loading language/czech... Loading language/slovak... Loading language/romanian... Loading language/greek... Loading language/hebrew... Loading international/cp51932... Loading international/eucjp-ms... Loading language/japanese... Loading language/korean... Loading language/lao... Loading language/tai-viet... Loading language/thai... Loading language/tibetan... Loading language/vietnamese... Loading language/misc-lang... Loading language/utf-8-lang... Loading language/georgian... Loading language/khmer... Loading language/burmese... Loading language/cham... Loading language/philippine... Loading language/indonesian... Loading indent... Loading emacs-lisp/cl-generic... Loading simple... Loading emacs-lisp/seq... Loading emacs-lisp/nadvice... Loading minibuffer... Loading frame... Loading /checkout/lisp/startup.el (source)... Loading term/tty-colors... Loading font-core... Loading emacs-lisp/syntax... Loading font-lock... Loading jit-lock... Loading mouse... Loading select... Loading emacs-lisp/timer... Loading emacs-lisp/easymenu... Loading isearch... Loading rfn-eshadow... Loading menu-bar... Loading tab-bar... Loading emacs-lisp/lisp... Loading textmodes/page... Loading register... Loading textmodes/paragraphs... Loading progmodes/prog-mode... Loading emacs-lisp/lisp-mode... Loading textmodes/text-mode... Loading textmodes/fill... Loading newcomment... Loading replace... Loading emacs-lisp/tabulated-list... Loading buff-menu... Loading progmodes/elisp-mode... Loading emacs-lisp/float-sup... Loading vc/vc-hooks... Loading vc/ediff-hook... Loading uniquify... Loading electric... Loading paren... Loading emacs-lisp/shorthands... Loading emacs-lisp/eldoc... Loading emacs-lisp/cconv... Loading cus-start... Loading tooltip... Loading international/iso-transl... Loading /checkout/lisp/leim/leim-list.el (source)... Loading emacs-lisp/rmc... Finding pointers to doc strings... Finding pointers to doc strings...done Dumping under the name bootstrap-emacs.pdmp Dumping fingerprint: 59d12da4f83f9d479af54289dc60cad031be05c88dbfe0762dfc380b14886e21 Dump complete Byte counts: header=100 hot=8717572 discardable=137600 cold=4182856 Reloc counts: hot=491585 discardable=4925 ANCIENT=yes make -C ../lisp compile-first EMACS="../src/bootstrap-emacs" make[3]: Entering directory '/checkout/lisp' make[3]: Nothing to be done for 'compile-first'. make[3]: Leaving directory '/checkout/lisp' make -C ../lisp compile-first EMACS="../src/bootstrap-emacs" make[3]: Entering directory '/checkout/lisp' make[3]: Nothing to be done for 'compile-first'. make[3]: Leaving directory '/checkout/lisp' make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs" make[3]: Entering directory '/checkout/admin/unidata' ELC ../lisp/startup.elc make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/checkout/admin/unidata' ELC ../lisp/term/android-win.elc In end of data: term/android-win.el:64:4: Warning: the function `x-handle-args' is not known to be defined. In end of data: startup.el:659:20: Warning: the function `android-locale-for-system-language' is not known to be defined. rm -f emacs && cp -f temacs emacs LC_ALL=C ./temacs -batch -l loadup --temacs=pdump \ --bin-dest /usr/local/bin/ --eln-dest /usr/local/lib/emacs/30.0.50/ Loading loadup.el (source)... Dump mode: pdump Using load-path (/checkout/lisp) Loading emacs-lisp/debug-early... Loading emacs-lisp/byte-run... Loading emacs-lisp/backquote... Loading subr... Loading keymap... Loading version... Loading widget... Loading custom... Loading emacs-lisp/map-ynp... Loading international/mule... Loading international/mule-conf... Loading env... Loading format... Loading bindings... Loading window... Loading files... Loading emacs-lisp/macroexp... Loading cus-face... Loading faces... Loading loaddefs... Loading theme-loaddefs.el (source)... Loading button... Loading emacs-lisp/cl-preloaded... Loading emacs-lisp/oclosure... Loading obarray... Loading abbrev... Loading help... Loading jka-cmpr-hook... Loading epa-hook... Loading international/mule-cmds... Loading case-table... Loading international/charprop.el (source)... Loading international/characters... Loading international/charscript... Loading international/emoji-zwj... Loading composite... Loading language/chinese... Loading language/cyrillic... Loading language/indian... Loading language/sinhala... Loading language/english... Loading language/ethiopic... Loading language/european... Loading language/czech... Loading language/slovak... Loading language/romanian... Loading language/greek... Loading language/hebrew... Loading international/cp51932... Loading international/eucjp-ms... Loading language/japanese... Loading language/korean... Loading language/lao... Loading language/tai-viet... Loading language/thai... Loading language/tibetan... Loading language/vietnamese... Loading language/misc-lang... Loading language/utf-8-lang... Loading language/georgian... Loading language/khmer... Loading language/burmese... Loading language/cham... Loading language/philippine... Loading language/indonesian... Loading indent... Loading emacs-lisp/cl-generic... Loading simple... Loading emacs-lisp/seq... Loading emacs-lisp/nadvice... Loading minibuffer... Loading frame... Loading startup... Loading term/tty-colors... Loading font-core... Loading emacs-lisp/syntax... Loading font-lock... Loading jit-lock... Loading mouse... Loading select... Loading emacs-lisp/timer... Loading emacs-lisp/easymenu... Loading isearch... Loading rfn-eshadow... Loading menu-bar... Loading tab-bar... Loading emacs-lisp/lisp... Loading textmodes/page... Loading register... Loading textmodes/paragraphs... Loading progmodes/prog-mode... Loading emacs-lisp/lisp-mode... Loading textmodes/text-mode... Loading textmodes/fill... Loading newcomment... Loading replace... Loading emacs-lisp/tabulated-list... Loading buff-menu... Loading progmodes/elisp-mode... Loading emacs-lisp/float-sup... Loading vc/vc-hooks... Loading vc/ediff-hook... Loading uniquify... Loading electric... Loading paren... Loading emacs-lisp/shorthands... Loading emacs-lisp/eldoc... Loading emacs-lisp/cconv... Loading cus-start... Loading tooltip... Loading international/iso-transl... Loading leim/leim-list.el (source)... Loading emacs-lisp/rmc... Waiting for git... Waiting for git... Finding pointers to doc strings... Finding pointers to doc strings...done Pure-hashed: 17393 strings, 5573 vectors, 50153 conses, 5110 bytecodes, 330 others Dumping under the name emacs.pdmp Dumping fingerprint: 59d12da4f83f9d479af54289dc60cad031be05c88dbfe0762dfc380b14886e21 Dump complete Byte counts: header=100 hot=7813652 discardable=137600 cold=3731136 Reloc counts: hot=445894 discardable=4904 Adding name emacs-30.0.50.2 Adding name emacs-30.0.50.2.pdmp cp -f emacs.pdmp bootstrap-emacs.pdmp make[2]: Leaving directory '/checkout/src' make -C lisp all make[2]: Entering directory '/checkout/lisp' make -C ../leim all EMACS="../src/emacs" make -C ../admin/grammars all EMACS="../../src/emacs" make[3]: Entering directory '/checkout/leim' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/checkout/leim' make[3]: Entering directory '/checkout/admin/grammars' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/checkout/admin/grammars' GEN autoloads make[3]: Entering directory '/checkout/lisp' make[3]: Nothing to be done for 'compile-targets'. make[3]: Leaving directory '/checkout/lisp' make[3]: Entering directory '/checkout/leim' GEN small-ja-dic-option make[3]: Entering directory '/checkout/doc/misc' make[3]: 'org.texi' is up to date. make[3]: 'modus-themes.texi' is up to date. make[3]: Leaving directory '/checkout/doc/misc' make[3]: Leaving directory '/checkout/leim' make[3]: Entering directory '/checkout/lisp' make[3]: Nothing to be done for 'compile-targets'. make[3]: Leaving directory '/checkout/lisp' INFO Scraping files for loaddefs... INFO Scraping files for loaddefs...60% INFO Scraping files for loaddefs...done GEN loaddefs.el INFO Scraping files for loaddefs... INFO Scraping files for loaddefs...done make[3]: Entering directory '/checkout/lisp' ELC jsonrpc.elc ELC loaddefs.elc ELC net/tramp-compat.elc ELC progmodes/eglot.elc Loading project... Loading eldoc... Loading seq... Loading flymake... Loading xref... Loading jsonrpc... Loading external-completion... make[3]: Leaving directory '/checkout/lisp' make[2]: Leaving directory '/checkout/lisp' make -C doc/misc info make -C src BIN_DESTDIR=''/usr/local/bin/'' ELN_DESTDIR='/usr/local/lib/emacs/30.0.50/' make[2]: Entering directory '/checkout/doc/misc' make[2]: Nothing to be done for 'info'. make[2]: Leaving directory '/checkout/doc/misc' make[2]: Entering directory '/checkout/src' make -C ../admin/charsets all make -C ../admin/unidata charscript.el make -C ../admin/unidata emoji-zwj.el make -C ../admin/charsets cp51932.el make[3]: Entering directory '/checkout/admin/unidata' make[3]: Entering directory '/checkout/admin/unidata' make[3]: Entering directory '/checkout/admin/charsets' make[3]: Nothing to be done for 'cp51932.el'. make[3]: Leaving directory '/checkout/admin/charsets' make -C ../admin/charsets eucjp-ms.el make[3]: Entering directory '/checkout/admin/charsets' make[3]: Nothing to be done for 'eucjp-ms.el'. make[3]: Leaving directory '/checkout/admin/charsets' make[3]: Nothing to be done for 'charscript.el'. make[3]: Leaving directory '/checkout/admin/unidata' make[3]: Nothing to be done for 'emoji-zwj.el'. make[3]: Leaving directory '/checkout/admin/unidata' make[3]: Entering directory '/checkout/admin/charsets' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/checkout/admin/charsets' make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs" make[3]: Entering directory '/checkout/admin/unidata' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/checkout/admin/unidata' rm -f emacs && cp -f temacs emacs LC_ALL=C ./temacs -batch -l loadup --temacs=pdump \ --bin-dest /usr/local/bin/ --eln-dest /usr/local/lib/emacs/30.0.50/ Loading loadup.el (source)... Dump mode: pdump Using load-path (/checkout/lisp) Loading emacs-lisp/debug-early... Loading emacs-lisp/byte-run... Loading emacs-lisp/backquote... Loading subr... Loading keymap... Loading version... Loading widget... Loading custom... Loading emacs-lisp/map-ynp... Loading international/mule... Loading international/mule-conf... Loading env... Loading format... Loading bindings... Loading window... Loading files... Loading emacs-lisp/macroexp... Loading cus-face... Loading faces... Loading loaddefs... Loading theme-loaddefs.el (source)... Loading button... Loading emacs-lisp/cl-preloaded... Loading emacs-lisp/oclosure... Loading obarray... Loading abbrev... Loading help... Loading jka-cmpr-hook... Loading epa-hook... Loading international/mule-cmds... Loading case-table... Loading international/charprop.el (source)... Loading international/characters... Loading international/charscript... Loading international/emoji-zwj... Loading composite... Loading language/chinese... Loading language/cyrillic... Loading language/indian... Loading language/sinhala... Loading language/english... Loading language/ethiopic... Loading language/european... Loading language/czech... Loading language/slovak... Loading language/romanian... Loading language/greek... Loading language/hebrew... Loading international/cp51932... Loading international/eucjp-ms... Loading language/japanese... Loading language/korean... Loading language/lao... Loading language/tai-viet... Loading language/thai... Loading language/tibetan... Loading language/vietnamese... Loading language/misc-lang... Loading language/utf-8-lang... Loading language/georgian... Loading language/khmer... Loading language/burmese... Loading language/cham... Loading language/philippine... Loading language/indonesian... Loading indent... Loading emacs-lisp/cl-generic... Loading simple... Loading emacs-lisp/seq... Loading emacs-lisp/nadvice... Loading minibuffer... Loading frame... Loading startup... Loading term/tty-colors... Loading font-core... Loading emacs-lisp/syntax... Loading font-lock... Loading jit-lock... Loading mouse... Loading select... Loading emacs-lisp/timer... Loading emacs-lisp/easymenu... Loading isearch... Loading rfn-eshadow... Loading menu-bar... Loading tab-bar... Loading emacs-lisp/lisp... Loading textmodes/page... Loading register... Loading textmodes/paragraphs... Loading progmodes/prog-mode... Loading emacs-lisp/lisp-mode... Loading textmodes/text-mode... Loading textmodes/fill... Loading newcomment... Loading replace... Loading emacs-lisp/tabulated-list... Loading buff-menu... Loading progmodes/elisp-mode... Loading emacs-lisp/float-sup... Loading vc/vc-hooks... Loading vc/ediff-hook... Loading uniquify... Loading electric... Loading paren... Loading emacs-lisp/shorthands... Loading emacs-lisp/eldoc... Loading emacs-lisp/cconv... Loading cus-start... Loading tooltip... Loading international/iso-transl... Loading leim/leim-list.el (source)... Loading emacs-lisp/rmc... Waiting for git... Waiting for git... Finding pointers to doc strings... Finding pointers to doc strings...done Pure-hashed: 17393 strings, 5573 vectors, 50152 conses, 5110 bytecodes, 330 others Dumping under the name emacs.pdmp Dumping fingerprint: 59d12da4f83f9d479af54289dc60cad031be05c88dbfe0762dfc380b14886e21 Dump complete Byte counts: header=100 hot=7813636 discardable=137600 cold=3731136 Reloc counts: hot=445894 discardable=4904 Adding name emacs-30.0.50.3 Adding name emacs-30.0.50.3.pdmp cp -f emacs.pdmp bootstrap-emacs.pdmp make[2]: Leaving directory '/checkout/src' make[1]: Leaving directory '/checkout' make sanity-check make-target=all make[1]: Entering directory '/checkout' make[1]: Leaving directory '/checkout' + make -k -C test check-lisp make: Entering directory '/checkout/test' make[1]: Entering directory '/checkout/test' rm -f ./*.tmp make[2]: Entering directory '/checkout/test' make[3]: Entering directory '/checkout/test' ELC lisp/abbrev-tests.elc GEN lisp/abbrev-tests.log ELC lisp/align-tests.elc GEN lisp/align-tests.log ELC lisp/allout-tests.elc GEN lisp/allout-tests.log ELC lisp/allout-widgets-tests.elc GEN lisp/allout-widgets-tests.log ELC lisp/ansi-color-tests.elc GEN lisp/ansi-color-tests.log ELC lisp/ansi-osc-tests.elc GEN lisp/ansi-osc-tests.log ELC lisp/apropos-tests.elc GEN lisp/apropos-tests.log ELC lisp/arc-mode-tests.elc GEN lisp/arc-mode-tests.log ELC lisp/auth-source-pass-tests.elc GEN lisp/auth-source-pass-tests.log ELC lisp/auth-source-tests.elc GEN lisp/auth-source-tests.log ELC lisp/autoinsert-tests.elc GEN lisp/autoinsert-tests.log ELC lisp/autorevert-tests.elc GEN lisp/autorevert-tests.log ELC lisp/battery-tests.elc GEN lisp/battery-tests.log ELC lisp/bookmark-tests.elc GEN lisp/bookmark-tests.log ELC lisp/buff-menu-tests.elc GEN lisp/buff-menu-tests.log ELC lisp/button-tests.elc GEN lisp/button-tests.log ELC lisp/calculator-tests.elc GEN lisp/calculator-tests.log ELC lisp/char-fold-tests.elc GEN lisp/char-fold-tests.log ELC lisp/color-tests.elc GEN lisp/color-tests.log ELC lisp/comint-tests.elc GEN lisp/comint-tests.log ELC lisp/completion-preview-tests.elc In toplevel form: lisp/completion-preview-tests.el:23:2: Error: Symbol's value as variable is void: mouse-wheel-up-event make[3]: *** [Makefile:159: lisp/completion-preview-tests.elc] Error 1 make[3]: Target 'lisp/completion-preview-tests.log' not remade because of errors. ELC lisp/completion-tests.elc GEN lisp/completion-tests.log ELC lisp/cus-edit-tests.elc GEN lisp/cus-edit-tests.log ELC lisp/custom-tests.elc GEN lisp/custom-tests.log ELC lisp/dabbrev-tests.elc GEN lisp/dabbrev-tests.log ELC lisp/delim-col-tests.elc GEN lisp/delim-col-tests.log ELC lisp/descr-text-tests.elc GEN lisp/descr-text-tests.log ELC lisp/desktop-tests.elc GEN lisp/desktop-tests.log ELC lisp/dired-aux-tests.elc GEN lisp/dired-aux-tests.log ELC lisp/dired-tests.elc GEN lisp/dired-tests.log ELC lisp/dired-x-tests.elc GEN lisp/dired-x-tests.log ELC lisp/dnd-tests.elc GEN lisp/dnd-tests.log ELC lisp/dom-tests.elc GEN lisp/dom-tests.log ELC lisp/edmacro-tests.elc GEN lisp/edmacro-tests.log ELC lisp/electric-tests.elc GEN lisp/electric-tests.log ELC lisp/elide-head-tests.elc GEN lisp/elide-head-tests.log ELC lisp/env-tests.elc GEN lisp/env-tests.log ELC lisp/epg-config-tests.elc GEN lisp/epg-config-tests.log ELC lisp/epg-tests.elc GEN lisp/epg-tests.log ELC lisp/faces-tests.elc GEN lisp/faces-tests.log ELC lisp/ffap-tests.elc GEN lisp/ffap-tests.log ELC lisp/filenotify-tests.elc GEN lisp/filenotify-tests.log Running 4 tests (2023-12-15 00:07:33+0000, selector `(not (or (tag :expensive-test) (tag :unstable) (tag :nativecomp)))') Library: `inotify' passed 1/4 file-notify-test00-availability (0.007479 sec) passed 2/4 file-notify-test01-add-watch (0.032947 sec) passed 3/4 file-notify-test02-rm-watch (0.047365 sec) passed 4/4 file-notify-test06-dir-validity (0.007565 sec) Ran 4 tests, 4 results as expected, 0 unexpected (2023-12-15 00:07:33+0000, 0.096534 sec) ELC lisp/files-tests.elc GEN lisp/files-tests.log ELC lisp/files-x-tests.elc GEN lisp/files-x-tests.log ELC lisp/find-cmd-tests.elc GEN lisp/find-cmd-tests.log ELC lisp/font-lock-tests.elc GEN lisp/font-lock-tests.log ELC lisp/format-spec-tests.elc GEN lisp/format-spec-tests.log ELC lisp/help-fns-tests.elc GEN lisp/help-fns-tests.log ELC lisp/help-mode-tests.elc GEN lisp/help-mode-tests.log ELC lisp/help-tests.elc GEN lisp/help-tests.log ELC lisp/hfy-cmap-tests.elc GEN lisp/hfy-cmap-tests.log ELC lisp/hi-lock-tests.elc GEN lisp/hi-lock-tests.log ELC lisp/hl-line-tests.elc GEN lisp/hl-line-tests.log ELC lisp/htmlfontify-tests.elc GEN lisp/htmlfontify-tests.log ELC lisp/ibuffer-tests.elc GEN lisp/ibuffer-tests.log ELC lisp/ido-tests.elc GEN lisp/ido-tests.log ELC lisp/image-file-tests.elc GEN lisp/image-file-tests.log ELC lisp/image-tests.elc GEN lisp/image-tests.log ELC lisp/imenu-tests.elc GEN lisp/imenu-tests.log ELC lisp/info-tests.elc GEN lisp/info-tests.log ELC lisp/info-xref-tests.elc GEN lisp/info-xref-tests.log ELC lisp/isearch-tests.elc GEN lisp/isearch-tests.log ELC lisp/jit-lock-tests.elc GEN lisp/jit-lock-tests.log ELC lisp/json-tests.elc GEN lisp/json-tests.log ELC lisp/jsonrpc-tests.elc GEN lisp/jsonrpc-tests.log ELC lisp/kmacro-tests.elc GEN lisp/kmacro-tests.log ELC lisp/loadhist-tests.elc GEN lisp/loadhist-tests.log ELC lisp/lpr-tests.elc GEN lisp/lpr-tests.log ELC lisp/ls-lisp-tests.elc GEN lisp/ls-lisp-tests.log ELC lisp/man-tests.elc GEN lisp/man-tests.log ELC lisp/md4-tests.elc GEN lisp/md4-tests.log ELC lisp/minibuffer-tests.elc GEN lisp/minibuffer-tests.log ELC lisp/misc-tests.elc GEN lisp/misc-tests.log ELC lisp/mouse-tests.elc GEN lisp/mouse-tests.log ELC lisp/mwheel-tests.elc GEN lisp/mwheel-tests.log ELC lisp/newcomment-tests.elc GEN lisp/newcomment-tests.log ELC lisp/obarray-tests.elc GEN lisp/obarray-tests.log ELC lisp/paren-tests.elc GEN lisp/paren-tests.log ELC lisp/password-cache-tests.elc GEN lisp/password-cache-tests.log ELC lisp/pcmpl-linux-tests.elc GEN lisp/pcmpl-linux-tests.log ELC lisp/pcomplete-tests.elc GEN lisp/pcomplete-tests.log ELC lisp/proced-tests.elc GEN lisp/proced-tests.log ELC lisp/ps-print-tests.elc GEN lisp/ps-print-tests.log ELC lisp/repeat-tests.elc GEN lisp/repeat-tests.log ELC lisp/replace-tests.elc GEN lisp/replace-tests.log ELC lisp/rot13-tests.elc GEN lisp/rot13-tests.log ELC lisp/saveplace-tests.elc GEN lisp/saveplace-tests.log ELC lisp/scroll-lock-tests.elc GEN lisp/scroll-lock-tests.log ELC lisp/server-tests.elc GEN lisp/server-tests.log ELC lisp/ses-tests.elc GEN lisp/ses-tests.log ELC lisp/shadowfile-tests.elc GEN lisp/shadowfile-tests.log ELC lisp/shell-tests.elc GEN lisp/shell-tests.log ELC lisp/simple-tests.elc GEN lisp/simple-tests.log ELC lisp/sort-tests.elc GEN lisp/sort-tests.log ELC lisp/soundex-tests.elc GEN lisp/soundex-tests.log ELC lisp/startup-tests.elc GEN lisp/startup-tests.log ELC lisp/subr-tests.elc GEN lisp/subr-tests.log ELC lisp/tab-bar-tests.elc GEN lisp/tab-bar-tests.log ELC lisp/tabify-tests.elc GEN lisp/tabify-tests.log ELC lisp/tar-mode-tests.elc GEN lisp/tar-mode-tests.log ELC lisp/tempo-tests.elc GEN lisp/tempo-tests.log ELC lisp/term-tests.elc GEN lisp/term-tests.log ELC lisp/thingatpt-tests.elc GEN lisp/thingatpt-tests.log ELC lisp/thread-tests.elc GEN lisp/thread-tests.log ELC lisp/time-stamp-tests.elc GEN lisp/time-stamp-tests.log ELC lisp/time-tests.elc GEN lisp/time-tests.log ELC lisp/timezone-tests.elc GEN lisp/timezone-tests.log ELC lisp/uniquify-tests.elc GEN lisp/uniquify-tests.log ELC lisp/version-tests.elc GEN lisp/version-tests.log ELC lisp/wdired-tests.elc GEN lisp/wdired-tests.log ELC lisp/whitespace-tests.elc GEN lisp/whitespace-tests.log ELC lisp/wid-edit-tests.elc GEN lisp/wid-edit-tests.log ELC lisp/x-dnd-tests.elc GEN lisp/x-dnd-tests.log ELC lisp/xdg-tests.elc GEN lisp/xdg-tests.log ELC lisp/xml-tests.elc GEN lisp/xml-tests.log ELC lisp/xt-mouse-tests.elc GEN lisp/xt-mouse-tests.log ELC lisp/yank-media-tests.elc GEN lisp/yank-media-tests.log make[3]: Leaving directory '/checkout/test' make[2]: [Makefile:343: check-doit] Error 2 (ignored) SUMMARY OF TEST RESULTS ----------------------- Files examined: 117 Ran 2207 tests, 2179 results as expected, 0 unexpected, 28 skipped 1 files did not contain any tests: lisp/completion-preview-tests.log DETAILS ------- lisp/thread-tests.log: SKIPPED thread-tests-list-threads-error-when-not-configured ((skip-when (featurep 'threads)) :form (featurep threads) :value t) lisp/subr-tests.log: SKIPPED shell-quote-argument-%-on-w32 ((skip-unless (and (fboundp 'w32-shell-dos-semantics) (w32-shell-dos-semantics))) :form (and (fboundp 'w32-shell-dos-semantics) (w32-shell-dos-semantics)) :value nil) lisp/simple-tests.log: SKIPPED eval-expression-print-format-large-int-echo ((skip-when noninteractive) :form noninteractive :value t) SKIPPED eval-expression-print-format-small-int-echo ((skip-when noninteractive) :form noninteractive :value t) SKIPPED eval-expression-print-format-sym-echo ((skip-when noninteractive) :form noninteractive :value t) lisp/server-tests.log: SKIPPED server-tests/emacsclient/create-frame ((skip-unless server-tests/can-create-frames-p) :form server-tests/can-create-frames-p :value nil) SKIPPED server-tests/server-force-stop/keeps-frames ((skip-unless server-tests/can-create-frames-p) :form server-tests/can-create-frames-p :value nil) SKIPPED server-tests/server-start/stop-prompt-with-client ((skip-unless server-tests/can-create-frames-p) :form server-tests/can-create-frames-p :value nil) lisp/mouse-tests.log: SKIPPED bug26816-mouse-frame-movement ((skip-unless (display-graphic-p)) :form (display-graphic-p) :value nil) lisp/kmacro-tests.log: SKIPPED kmacro-tests-run-macro-command-recorded-in-macro "Skipping due to Bug#24921 (an ERT bug)" lisp/image-tests.log: SKIPPED image-supported-file-p/built-in ((skip-unless (display-images-p)) :form (display-images-p) :value nil) SKIPPED image-type/from-filename ((skip-unless (and (bound-and-true-p image-types) (bound-and-true-p image-load-path) (image-type-available-p 'jpeg))) :form (and (and (boundp 'image-types) image-types) (and (boundp 'image-load-path) image-load-path) (image-type-available-p 'jpeg)) :value nil) lisp/image-file-tests.log: SKIPPED insert-image-file ((skip-unless (image-type-available-p 'png)) :form (image-type-available-p png) :value nil) lisp/hl-line-tests.log: SKIPPED hl-line-tests-sticky-across-frames ((skip-unless (display-graphic-p)) :form (display-graphic-p) :value nil) lisp/files-tests.log: SKIPPED files-tests-save-buffer-read-only-file ((skip-unless (not (file-writable-p file))) :form (not t) :value nil) lisp/epg-tests.log: SKIPPED epg-decrypt-1 "No usable gpg config" SKIPPED epg-import-1 "No usable gpg config" SKIPPED epg-roundtrip-1 "No usable gpg config" SKIPPED epg-roundtrip-2 "No usable gpg config" SKIPPED epg-sign-verify-1 "No usable gpg config" SKIPPED epg-sign-verify-2 "No usable gpg config" SKIPPED epg-sign-verify-3 "No usable gpg config" lisp/epg-config-tests.log: SKIPPED epg-config-test-epg-find-configuration ((skip-unless (executable-find "gpg2")) :form (executable-find "gpg2") :value nil) SKIPPED epg-config-test-epg-required-version-p ((skip-unless (executable-find "gpg2")) :form (executable-find "gpg2") :value nil) lisp/auth-source-tests.log: SKIPPED auth-source-test-secrets-create-secret ((skip-unless secrets-enabled) :form secrets-enabled :value nil) lisp/arc-mode-tests.log: SKIPPED arc-mode-test-zip-ensure-ext ((skip-unless (executable-find "zip")) :form (executable-find "zip") :value nil) SKIPPED arc-mode-test-zip-extract-gz ((skip-unless (and archive-zip-extract (executable-find (car archive-zip-extract)))) :form (and archive-zip-extract (executable-find (car archive-zip-extract))) :value nil) lisp/align-tests.log: SKIPPED align-lua ((skip-unless (treesit-ready-p 'lua)) :form (treesit-ready-p lua) :value nil) make[2]: *** [Makefile:344: check-doit] Error 2 make[1]: *** [Makefile:310: check] Error 2 make: *** [Makefile:262: check-lisp] Error 2 make[2]: Leaving directory '/checkout/test' make[1]: Leaving directory '/checkout/test' make: Leaving directory '/checkout/test' section_end:1702598951:step_script section_start:1702598951: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} test-lisp-inotify-a4feb79a $ find ${test_name} ! \( -name "*.log" -o -name ${EMACS_TEST_JUNIT_REPORT} \) -type f -delete $ find ${test_name} -type d -depth -exec rmdir {} + 2>/dev/null section_end:1702598968:after_script section_start:1702598968:upload_artifacts_on_failure Uploading artifacts for failed job Uploading artifacts... test-lisp-inotify-a4feb79a/: found 119 matching files and directories Uploading artifacts as "archive" to coordinator... 201 Created id=78435 responseStatus=201 Created token=-dapVTqp Uploading artifacts... test-lisp-inotify-a4feb79a/junit-test-report.xml: found 1 matching files and directories WARNING: Uploading artifacts as "junit" to coordinator... 502 Bad Gateway id=78435 responseStatus=502 Bad Gateway status=502 token=-dapVTqp WARNING: Retrying...  context=artifacts-uploader error=invalid argument WARNING: Uploading artifacts as "junit" to coordinator... 502 Bad Gateway id=78435 responseStatus=502 Bad Gateway status=502 token=-dapVTqp WARNING: Retrying...  context=artifacts-uploader error=invalid argument WARNING: Uploading artifacts as "junit" to coordinator... 502 Bad Gateway id=78435 responseStatus=502 Bad Gateway status=502 token=-dapVTqp FATAL: invalid argument  section_end:1702600158:upload_artifacts_on_failure section_start:1702600158:cleanup_file_variables Cleaning up project directory and file based variables section_end:1702600164:cleanup_file_variables ERROR: Job failed: exit code 2