Running with gitlab-runner 15.3.0 (bbcb5aba)  on emba-docker-runner 2oEDrUT7 section_start:1698606111: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:1698606115:prepare_executor section_start:1698606115:prepare_script Preparing environment Running on runner-2oedrut7-project-1-concurrent-0 via emba.gnu.org... section_end:1698606117:prepare_script section_start:1698606117: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 b27e2bbb as master... Removing test-native-comp-speed2-41939127/ Skipping Git submodules setup section_end:1698606130:get_sources section_start:1698606130: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: 12 Running: 2 Paused: 0 Stopped: 10 Images: 15 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. WARNING! Your password will be stored unencrypted in /.docker-config-b27e2bbb347c981ad12e05161d2bee195d110dd4/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 Digest: sha256:096b3315bd5de69b4ca8f6e9b69db2dc60a8661a5c4218b97a231fe4fca81bb9 Status: Image is up to date 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-emacs-lisp + git fetch /builds/emacs/emacs HEAD From /builds/emacs/emacs * branch HEAD -> FETCH_HEAD checking out these updated files + echo checking out these updated files + git diff --name-only FETCH_HEAD + git diff --name-only FETCH_HEAD + xargs git checkout -f FETCH_HEAD HEAD is now at b27e2bb Use OClosure to drop `advice--buffer-local-function-sample` hack + make -j4 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' make[2]: Nothing to be done for 'info'. make[2]: Leaving directory '/checkout/doc/lispref' 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' make[2]: Nothing to be done for 'info'. make[2]: Leaving directory '/checkout/doc/emacs' make[2]: Entering directory '/checkout/lib' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/checkout/lib' make -C lib-src all make[2]: Entering directory '/checkout/lib-src' make[2]: Nothing to be done for 'all'. 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' make -C ../admin/charsets all make -C ../admin/unidata charscript.el make -C ../admin/unidata emoji-zwj.el make[3]: Entering directory '/checkout/admin/unidata' make[3]: Entering directory '/checkout/admin/unidata' make -C ../admin/charsets cp51932.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 -C ../admin/charsets eucjp-ms.el 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 'eucjp-ms.el'. make[3]: Leaving directory '/checkout/admin/charsets' 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' 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/admin/grammars' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/checkout/admin/grammars' make[3]: Entering directory '/checkout/leim' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/checkout/leim' 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' make[3]: Nothing to be done for 'generate-ja-dic'. make[3]: Leaving directory '/checkout/leim' make[3]: Entering directory '/checkout/lisp' 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]: 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 INFO Scraping files for loaddefs... INFO Scraping files for loaddefs...done make[3]: Entering directory '/checkout/lisp' make[3]: Nothing to be done for 'compile-targets'. 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[3]: Entering directory '/checkout/admin/unidata' make[3]: Entering directory '/checkout/admin/unidata' make -C ../admin/charsets cp51932.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 -C ../admin/charsets eucjp-ms.el make[3]: Nothing to be done for 'emoji-zwj.el'. make[3]: Leaving directory '/checkout/admin/unidata' make[3]: Nothing to be done for 'charscript.el'. make[3]: Leaving directory '/checkout/admin/unidata' 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]: 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' 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-emacs-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/emacs-lisp/backquote-tests.elc GEN lisp/emacs-lisp/backquote-tests.log ELC lisp/emacs-lisp/backtrace-tests.elc GEN lisp/emacs-lisp/backtrace-tests.log ELC lisp/emacs-lisp/benchmark-tests.elc GEN lisp/emacs-lisp/benchmark-tests.log ELC lisp/emacs-lisp/bindat-tests.elc GEN lisp/emacs-lisp/bindat-tests.log ELC lisp/emacs-lisp/byte-run-tests.elc GEN lisp/emacs-lisp/byte-run-tests.log ELC lisp/emacs-lisp/bytecomp-tests.elc GEN lisp/emacs-lisp/bytecomp-tests.log ELC lisp/emacs-lisp/cconv-tests.elc GEN lisp/emacs-lisp/cconv-tests.log ELC lisp/emacs-lisp/check-declare-tests.elc GEN lisp/emacs-lisp/check-declare-tests.log ELC lisp/emacs-lisp/checkdoc-tests.elc GEN lisp/emacs-lisp/checkdoc-tests.log ELC lisp/emacs-lisp/cl-extra-tests.elc GEN lisp/emacs-lisp/cl-extra-tests.log ELC lisp/emacs-lisp/cl-generic-tests.elc GEN lisp/emacs-lisp/cl-generic-tests.log ELC lisp/emacs-lisp/cl-lib-tests.elc GEN lisp/emacs-lisp/cl-lib-tests.log ELC lisp/emacs-lisp/cl-macs-tests.elc GEN lisp/emacs-lisp/cl-macs-tests.log ELC lisp/emacs-lisp/cl-preloaded-tests.elc GEN lisp/emacs-lisp/cl-preloaded-tests.log ELC lisp/emacs-lisp/cl-print-tests.elc GEN lisp/emacs-lisp/cl-print-tests.log ELC lisp/emacs-lisp/cl-seq-tests.elc GEN lisp/emacs-lisp/cl-seq-tests.log ELC lisp/emacs-lisp/comp-cstr-tests.elc GEN lisp/emacs-lisp/comp-cstr-tests.log Running 92 tests (2023-10-29 19:02:47+0000, selector `(not (or (tag :expensive-test) (tag :unstable) (tag :nativecomp)))') passed 1/92 comp-cstr-test-1 (0.011384 sec) passed 2/92 comp-cstr-test-10 (0.008847 sec) passed 3/92 comp-cstr-test-11 (0.009514 sec) passed 4/92 comp-cstr-test-12 (0.008896 sec) passed 5/92 comp-cstr-test-13 (0.009411 sec) passed 6/92 comp-cstr-test-14 (0.009225 sec) passed 7/92 comp-cstr-test-15 (0.008783 sec) passed 8/92 comp-cstr-test-16 (0.009468 sec) passed 9/92 comp-cstr-test-17 (0.008841 sec) passed 10/92 comp-cstr-test-18 (0.009499 sec) passed 11/92 comp-cstr-test-19 (0.012590 sec) passed 12/92 comp-cstr-test-2 (0.011930 sec) passed 13/92 comp-cstr-test-20 (0.014298 sec) passed 14/92 comp-cstr-test-21 (0.009950 sec) passed 15/92 comp-cstr-test-22 (0.011612 sec) passed 16/92 comp-cstr-test-23 (0.013077 sec) passed 17/92 comp-cstr-test-24 (0.015804 sec) passed 18/92 comp-cstr-test-25 (0.016079 sec) passed 19/92 comp-cstr-test-26 (0.011579 sec) passed 20/92 comp-cstr-test-27 (0.009481 sec) passed 21/92 comp-cstr-test-28 (0.010111 sec) passed 22/92 comp-cstr-test-29 (0.009407 sec) passed 23/92 comp-cstr-test-3 (0.010853 sec) passed 24/92 comp-cstr-test-30 (0.013146 sec) passed 25/92 comp-cstr-test-31 (0.011530 sec) passed 26/92 comp-cstr-test-32 (0.009557 sec) passed 27/92 comp-cstr-test-33 (0.009465 sec) passed 28/92 comp-cstr-test-34 (0.009622 sec) passed 29/92 comp-cstr-test-35 (0.009897 sec) passed 30/92 comp-cstr-test-36 (0.009451 sec) passed 31/92 comp-cstr-test-37 (0.009288 sec) passed 32/92 comp-cstr-test-38 (0.009979 sec) passed 33/92 comp-cstr-test-39 (0.016690 sec) passed 34/92 comp-cstr-test-4 (0.016802 sec) passed 35/92 comp-cstr-test-40 (0.016885 sec) passed 36/92 comp-cstr-test-41 (0.021622 sec) passed 37/92 comp-cstr-test-42 (0.021559 sec) passed 38/92 comp-cstr-test-43 (0.021200 sec) passed 39/92 comp-cstr-test-44 (0.021345 sec) passed 40/92 comp-cstr-test-45 (0.013675 sec) passed 41/92 comp-cstr-test-46 (0.009835 sec) passed 42/92 comp-cstr-test-47 (0.011562 sec) passed 43/92 comp-cstr-test-48 (0.010432 sec) passed 44/92 comp-cstr-test-49 (0.009188 sec) passed 45/92 comp-cstr-test-5 (0.009543 sec) passed 46/92 comp-cstr-test-50 (0.009856 sec) passed 47/92 comp-cstr-test-51 (0.010763 sec) passed 48/92 comp-cstr-test-52 (0.011563 sec) passed 49/92 comp-cstr-test-53 (0.010981 sec) passed 50/92 comp-cstr-test-54 (0.012469 sec) passed 51/92 comp-cstr-test-55 (0.011076 sec) passed 52/92 comp-cstr-test-56 (0.010570 sec) passed 53/92 comp-cstr-test-57 (0.009604 sec) passed 54/92 comp-cstr-test-58 (0.009806 sec) passed 55/92 comp-cstr-test-59 (0.011414 sec) passed 56/92 comp-cstr-test-6 (0.012079 sec) passed 57/92 comp-cstr-test-60 (0.012078 sec) passed 58/92 comp-cstr-test-61 (0.011075 sec) passed 59/92 comp-cstr-test-62 (0.010723 sec) passed 60/92 comp-cstr-test-63 (0.011378 sec) passed 61/92 comp-cstr-test-64 (0.011465 sec) passed 62/92 comp-cstr-test-65 (0.037327 sec) passed 63/92 comp-cstr-test-66 (0.009792 sec) passed 64/92 comp-cstr-test-67 (0.010031 sec) passed 65/92 comp-cstr-test-68 (0.011805 sec) passed 66/92 comp-cstr-test-69 (0.015026 sec) passed 67/92 comp-cstr-test-7 (0.012594 sec) passed 68/92 comp-cstr-test-70 (0.010928 sec) passed 69/92 comp-cstr-test-71 (0.009866 sec) passed 70/92 comp-cstr-test-72 (0.010011 sec) passed 71/92 comp-cstr-test-73 (0.008701 sec) passed 72/92 comp-cstr-test-74 (0.009398 sec) Test comp-cstr-test-75 backtrace: signal(ert-test-failed (((should (equal (comp-cstr-test-ts '(and ato ert-fail(((should (equal (comp-cstr-test-ts '(and atom (or number ma (if (unwind-protect (setq value-372 (apply fn-370 args-371)) (setq f (let (form-description-374) (if (unwind-protect (setq value-372 (app (let ((value-372 'ert-form-evaluation-aborted-373)) (let (form-descr (let* ((fn-370 #'equal) (args-371 (condition-case err (let ((signal- (closure (t) nil (let* ((fn-370 #'equal) (args-371 (condition-case e ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test ert-run-test(#s(ert-test :name comp-cstr-test-75 :documentation nil ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m ert-run-tests((not (or (tag :expensive-test) (tag :unstable) (tag :n ert-run-tests-batch((not (or (tag :expensive-test) (tag :unstable) ( ert-run-tests-batch-and-exit((not (or (tag :expensive-test) (tag :un eval((ert-run-tests-batch-and-exit '(not (or (tag :expensive-test) ( command-line-1(("-L" ":." "-l" "ert" "-l" "lisp/emacs-lisp/comp-cstr command-line() normal-top-level() Test comp-cstr-test-75 condition: (ert-test-failed ((should (equal (comp-cstr-test-ts ...) 'number-or-marker)) :form (equal integer-or-marker number-or-marker) :value nil :explanation (different-atoms integer-or-marker number-or-marker))) FAILED 73/92 comp-cstr-test-75 (0.013169 sec) at lisp/emacs-lisp/comp-cstr-tests.el:1 passed 74/92 comp-cstr-test-76 (0.012677 sec) passed 75/92 comp-cstr-test-77 (0.010895 sec) passed 76/92 comp-cstr-test-78 (0.010001 sec) passed 77/92 comp-cstr-test-79 (0.010889 sec) passed 78/92 comp-cstr-test-8 (0.044579 sec) passed 79/92 comp-cstr-test-80 (0.011440 sec) passed 80/92 comp-cstr-test-81 (0.008922 sec) passed 81/92 comp-cstr-test-82 (0.009013 sec) passed 82/92 comp-cstr-test-83 (0.009386 sec) passed 83/92 comp-cstr-test-84 (0.009936 sec) passed 84/92 comp-cstr-test-85 (0.009870 sec) passed 85/92 comp-cstr-test-86 (0.009057 sec) passed 86/92 comp-cstr-test-87 (0.009894 sec) passed 87/92 comp-cstr-test-88 (0.013151 sec) passed 88/92 comp-cstr-test-89 (0.021595 sec) passed 89/92 comp-cstr-test-9 (0.017621 sec) passed 90/92 comp-cstr-test-90 (0.010973 sec) passed 91/92 comp-cstr-test-91 (0.011858 sec) passed 92/92 comp-cstr-test-92 (0.011068 sec) Ran 92 tests, 91 results as expected, 1 unexpected (2023-10-29 19:02:49+0000, 1.475584 sec) 1 unexpected results: FAILED comp-cstr-test-75 ((should (equal (comp-cstr-test-ts '(and atom (or number marker))) 'number-or-marker)) :form (equal integer-or-marker number-or-marker) :value nil :explanation (different-atoms integer-or-marker number-or-marker)) make[3]: *** [Makefile:181: lisp/emacs-lisp/comp-cstr-tests.log] Error 1 ELC lisp/emacs-lisp/comp-tests.elc GEN lisp/emacs-lisp/comp-tests.log ELC lisp/emacs-lisp/copyright-tests.elc GEN lisp/emacs-lisp/copyright-tests.log ELC lisp/emacs-lisp/derived-tests.elc GEN lisp/emacs-lisp/derived-tests.log ELC lisp/emacs-lisp/easy-mmode-tests.elc GEN lisp/emacs-lisp/easy-mmode-tests.log ELC lisp/emacs-lisp/edebug-tests.elc GEN lisp/emacs-lisp/edebug-tests.log ELC lisp/emacs-lisp/ert-tests.elc GEN lisp/emacs-lisp/ert-tests.log ELC lisp/emacs-lisp/ert-x-tests.elc GEN lisp/emacs-lisp/ert-x-tests.log ELC lisp/emacs-lisp/find-func-tests.elc GEN lisp/emacs-lisp/find-func-tests.log ELC lisp/emacs-lisp/float-sup-tests.elc GEN lisp/emacs-lisp/float-sup-tests.log ELC lisp/emacs-lisp/generator-tests.elc GEN lisp/emacs-lisp/generator-tests.log ELC lisp/emacs-lisp/gv-tests.elc GEN lisp/emacs-lisp/gv-tests.log ELC lisp/emacs-lisp/hierarchy-tests.elc GEN lisp/emacs-lisp/hierarchy-tests.log ELC lisp/emacs-lisp/icons-tests.elc GEN lisp/emacs-lisp/icons-tests.log ELC lisp/emacs-lisp/let-alist-tests.elc GEN lisp/emacs-lisp/let-alist-tests.log ELC lisp/emacs-lisp/lisp-mnt-tests.elc GEN lisp/emacs-lisp/lisp-mnt-tests.log ELC lisp/emacs-lisp/lisp-mode-tests.elc GEN lisp/emacs-lisp/lisp-mode-tests.log ELC lisp/emacs-lisp/lisp-tests.elc GEN lisp/emacs-lisp/lisp-tests.log ELC lisp/emacs-lisp/macroexp-tests.elc GEN lisp/emacs-lisp/macroexp-tests.log ELC lisp/emacs-lisp/map-tests.elc GEN lisp/emacs-lisp/map-tests.log ELC lisp/emacs-lisp/memory-report-tests.elc GEN lisp/emacs-lisp/memory-report-tests.log ELC lisp/emacs-lisp/multisession-tests.elc GEN lisp/emacs-lisp/multisession-tests.log ELC lisp/emacs-lisp/nadvice-tests.elc GEN lisp/emacs-lisp/nadvice-tests.log ELC lisp/emacs-lisp/oclosure-tests.elc GEN lisp/emacs-lisp/oclosure-tests.log ELC lisp/emacs-lisp/package-tests.elc GEN lisp/emacs-lisp/package-tests.log ELC lisp/emacs-lisp/pcase-tests.elc GEN lisp/emacs-lisp/pcase-tests.log ELC lisp/emacs-lisp/pp-tests.elc GEN lisp/emacs-lisp/pp-tests.log ELC lisp/emacs-lisp/range-tests.elc GEN lisp/emacs-lisp/range-tests.log ELC lisp/emacs-lisp/regexp-opt-tests.elc GEN lisp/emacs-lisp/regexp-opt-tests.log ELC lisp/emacs-lisp/ring-tests.elc GEN lisp/emacs-lisp/ring-tests.log ELC lisp/emacs-lisp/rmc-tests.elc GEN lisp/emacs-lisp/rmc-tests.log ELC lisp/emacs-lisp/rx-tests.elc GEN lisp/emacs-lisp/rx-tests.log ELC lisp/emacs-lisp/seq-tests.elc GEN lisp/emacs-lisp/seq-tests.log ELC lisp/emacs-lisp/shadow-tests.elc GEN lisp/emacs-lisp/shadow-tests.log ELC lisp/emacs-lisp/shortdoc-tests.elc GEN lisp/emacs-lisp/shortdoc-tests.log ELC lisp/emacs-lisp/subr-x-tests.elc GEN lisp/emacs-lisp/subr-x-tests.log ELC lisp/emacs-lisp/syntax-tests.elc GEN lisp/emacs-lisp/syntax-tests.log ELC lisp/emacs-lisp/tabulated-list-tests.elc GEN lisp/emacs-lisp/tabulated-list-tests.log ELC lisp/emacs-lisp/testcover-tests.elc GEN lisp/emacs-lisp/testcover-tests.log ELC lisp/emacs-lisp/text-property-search-tests.elc GEN lisp/emacs-lisp/text-property-search-tests.log ELC lisp/emacs-lisp/thunk-tests.elc GEN lisp/emacs-lisp/thunk-tests.log ELC lisp/emacs-lisp/timer-tests.elc GEN lisp/emacs-lisp/timer-tests.log ELC lisp/emacs-lisp/unsafep-tests.elc GEN lisp/emacs-lisp/unsafep-tests.log ELC lisp/emacs-lisp/vtable-tests.elc GEN lisp/emacs-lisp/vtable-tests.log ELC lisp/emacs-lisp/warnings-tests.elc GEN lisp/emacs-lisp/warnings-tests.log make[2]: [Makefile:343: check-doit] Error 2 (ignored) make[3]: Leaving directory '/checkout/test' SUMMARY OF TEST RESULTS ----------------------- Files examined: 61 Ran 1212 tests, 1202 results as expected, 1 unexpected, 9 skipped 1 files contained unexpected results: lisp/emacs-lisp/comp-cstr-tests.log DETAILS ------- lisp/emacs-lisp/timer-tests.log: SKIPPED timer-tests-debug-timer-check ((skip-unless (fboundp 'debug-timer-check)) :form (fboundp debug-timer-check) :value nil) lisp/emacs-lisp/package-tests.log: SKIPPED package-test-signed ((skip-unless (ert-with-temp-directory homedir (let ((process-environment ...)) (require 'epg-config) (defvar epg-config--program-alist) (epg-find-configuration 'OpenPGP nil (let ... ... prog-alist))))) :form (let* ((coding-system-for-write nil) (temp-file (file-name-as-directory (make-temp-file "emacs-test-" t "-package" nil))) (homedir (file-name-as-directory temp-file))) (unwind-protect (progn (let (...) (require ...) (defvar epg-config--program-alist) (epg-find-configuration ... nil ...))) (condition-case nil (progn) (error nil)) (condition-case nil (progn (delete-directory temp-file :recursive)) (error nil)))) :value nil) lisp/emacs-lisp/multisession-tests.log: SKIPPED multi-test-files-busy ((skip-unless (sqlite-available-p)) :form (sqlite-available-p) :value nil) SKIPPED multi-test-sqlite-busy ((skip-unless (sqlite-available-p)) :form (sqlite-available-p) :value nil) SKIPPED multi-test-sqlite-simple ((skip-unless (sqlite-available-p)) :form (sqlite-available-p) :value nil) lisp/emacs-lisp/comp-tests.log: SKIPPED test-native-compile-prune-cache ((skip-unless (featurep 'native-compile)) :form (featurep native-compile) :value nil) SKIPPED test-native-compile-prune-cache/delete-only-eln ((skip-unless (featurep 'native-compile)) :form (featurep native-compile) :value nil) SKIPPED test-native-compile-prune-cache/dont-delete-in-parent-of-cache ((skip-unless (featurep 'native-compile)) :form (featurep native-compile) :value nil) lisp/emacs-lisp/bytecomp-tests.log: SKIPPED bytecomp-tests--dest-mountpoint ((skip-unless bwrap) :form bwrap :value nil) lisp/emacs-lisp/comp-cstr-tests.log: FAILED comp-cstr-test-75 ((should (equal (comp-cstr-test-ts '(and atom (or number marker))) 'number-or-marker)) :form (equal integer-or-marker number-or-marker) :value nil :explanation (different-atoms integer-or-marker number-or-marker)) make[2]: *** [Makefile:344: check-doit] Error 1 make[2]: Leaving directory '/checkout/test' make[1]: *** [Makefile:310: check] Error 2 make: *** [Makefile:262: check-lisp-emacs-lisp] Error 2 make[1]: Leaving directory '/checkout/test' make: Leaving directory '/checkout/test' section_end:1698606230:step_script section_start:1698606230: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-emacs-lisp-inotify-b27e2bbb $ 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:1698606239:after_script section_start:1698606239:upload_artifacts_on_failure Uploading artifacts for failed job Uploading artifacts... test-lisp-emacs-lisp-inotify-b27e2bbb/: found 65 matching files and directories Uploading artifacts as "archive" to coordinator... 201 Created id=76258 responseStatus=201 Created token=1ziSZkNx Uploading artifacts... test-lisp-emacs-lisp-inotify-b27e2bbb/junit-test-report.xml: found 1 matching files and directories Uploading artifacts as "junit" to coordinator... 201 Created id=76258 responseStatus=201 Created token=1ziSZkNx section_end:1698606243:upload_artifacts_on_failure section_start:1698606243:cleanup_file_variables Cleaning up project directory and file based variables section_end:1698606254:cleanup_file_variables ERROR: Job failed: exit code 2