Running with gitlab-runner 12.0.2 (d0b76032)  on emba-docker-runner 2oEDrUT7 section_start:1637614478:prepare_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 ... section_end:1637614479:prepare_executor section_start:1637614479:prepare_script Running on runner-2oEDrUT7-project-1-concurrent-3 via emba.gnu.org... section_end:1637614482:prepare_script section_start:1637614482:get_sources $ 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/ From https://emba.gnu.org/emacs/emacs c3ac828..9ceb307 master -> origin/master Checking out a59e35d7 as master... Skipping Git submodules setup section_end:1637614491:get_sources section_start:1637614491:restore_cache section_end:1637614496:restore_cache section_start:1637614496:download_artifacts section_end:1637614503:download_artifacts section_start:1637614503:build_script $ docker info Client: Debug Mode: false Server: Containers: 95 Running: 71 Paused: 0 Stopped: 24 Images: 92 Server Version: 18.09.7 Storage Driver: overlay2 Backing Filesystem: xfs Supports d_type: true Native Overlay Diff: true Logging Driver: json-file Cgroup Driver: cgroupfs Plugins: Volume: local Network: bridge host macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: runc Default Runtime: runc Init Binary: docker-init containerd version: runc version: N/A init version: v0.18.0 (expected: fec3683b971d9c3ef73f284f176672c44b448662) Security Options: apparmor seccomp Profile: default Kernel Version: 4.4.0-210-generic Operating System: Trisquel GNU/Linux Flidas (8.0) OSType: linux Architecture: x86_64 CPUs: 2 Total Memory: 7.796GiB 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 WARNING: No swap limit support $ 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-a59e35d79fae989d1047b23ddabc6f2c5bbe0097/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:a0ce9443b149f153ff74d085f0d6d6a31def068ab553a70e37535ef4005ca3f5 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_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 -c "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}" From /builds/emacs/emacs * branch HEAD -> FETCH_HEAD checking out these updated files HEAD is now at a59e35d... ; Further minor simplification of rx form in bytecomp.el make -C lib all make -C doc/lispref info make -C doc/lispintro info make -C doc/emacs info make[1]: Entering directory '/checkout/doc/lispintro' make[1]: Nothing to be done for 'info'. make[1]: Leaving directory '/checkout/doc/lispintro' make[1]: Entering directory '/checkout/doc/lispref' make[1]: Nothing to be done for 'info'. make[1]: Leaving directory '/checkout/doc/lispref' make[1]: Entering directory '/checkout/doc/emacs' make[1]: Nothing to be done for 'info'. make[1]: Leaving directory '/checkout/doc/emacs' make[1]: Entering directory '/checkout/lib' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/checkout/lib' make -C lib-src all make[1]: Entering directory '/checkout/lib-src' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/checkout/lib-src' make -C src VCSWITNESS='$(srcdir)/../.git/logs/HEAD' BIN_DESTDIR=''/usr/local/bin/'' \ ELN_DESTDIR='/usr/local/lib/emacs/29.0.50/' all make[1]: Entering directory '/checkout/src' make -C ../admin/charsets all make -C ../admin/unidata charscript.el make -C ../admin/unidata emoji-zwj.el make[2]: Entering directory '/checkout/admin/unidata' make[2]: Entering directory '/checkout/admin/unidata' make -C ../admin/charsets cp51932.el make[2]: Entering directory '/checkout/admin/charsets' make[2]: Nothing to be done for 'cp51932.el'. make[2]: Leaving directory '/checkout/admin/charsets' make -C ../admin/charsets eucjp-ms.el make[2]: Nothing to be done for 'charscript.el'. make[2]: Leaving directory '/checkout/admin/unidata' make[2]: Nothing to be done for 'emoji-zwj.el'. make[2]: Leaving directory '/checkout/admin/unidata' make[2]: Entering directory '/checkout/admin/charsets' make[2]: Nothing to be done for 'eucjp-ms.el'. make[2]: Leaving directory '/checkout/admin/charsets' make[2]: Entering directory '/checkout/admin/charsets' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/checkout/admin/charsets' make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs" make[2]: Entering directory '/checkout/admin/unidata' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/checkout/admin/unidata' make[1]: Leaving directory '/checkout/src' make -C lisp all make[1]: Entering directory '/checkout/lisp' make -C ../leim all EMACS="../src/emacs" make -C ../admin/grammars all EMACS="../../src/emacs" make[2]: Entering directory '/checkout/admin/grammars' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/checkout/admin/grammars' make[2]: Entering directory '/checkout/leim' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/checkout/leim' make[2]: Entering directory '/checkout/lisp' make[2]: Nothing to be done for 'compile-targets'. make[2]: Leaving directory '/checkout/lisp' make[1]: Leaving directory '/checkout/lisp' make -C doc/misc info make[1]: Entering directory '/checkout/doc/misc' make[1]: Nothing to be done for 'info'. make[1]: Leaving directory '/checkout/doc/misc' 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/thunk-tests.elc GEN lisp/emacs-lisp/thunk-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/shortdoc-tests.elc GEN lisp/emacs-lisp/shortdoc-tests.log ELC lisp/emacs-lisp/cl-generic-tests.elc In toplevel form: lisp/emacs-lisp/cl-generic-tests.el:203:13: Warning: `cl-next-method-p' is an obsolete macro (as of 25.1); make sure there's always a next method, or catch `cl-no-next-method' instead lisp/emacs-lisp/cl-generic-tests.el:204:45: Warning: `cl-next-method-p' is an obsolete macro (as of 25.1); make sure there's always a next method, or catch `cl-no-next-method' instead GEN lisp/emacs-lisp/cl-generic-tests.log ELC lisp/emacs-lisp/cl-macs-tests.elc In toplevel form: lisp/emacs-lisp/cl-macs-tests.el:672:26: Warning: reference to free variable `test' lisp/emacs-lisp/cl-macs-tests.el:673:30: Warning: reference to free variable `test1' lisp/emacs-lisp/cl-macs-tests.el:673:36: Warning: reference to free variable `test2' GEN lisp/emacs-lisp/cl-macs-tests.log ELC lisp/emacs-lisp/rx-tests.elc GEN lisp/emacs-lisp/rx-tests.log ELC lisp/emacs-lisp/lisp-mode-tests.elc GEN lisp/emacs-lisp/lisp-mode-tests.log ELC lisp/emacs-lisp/pp-tests.elc GEN lisp/emacs-lisp/pp-tests.log ELC lisp/emacs-lisp/comp-cstr-tests.elc GEN lisp/emacs-lisp/comp-cstr-tests.log ELC lisp/emacs-lisp/cl-preloaded-tests.elc GEN lisp/emacs-lisp/cl-preloaded-tests.log ELC lisp/emacs-lisp/rmc-tests.elc GEN lisp/emacs-lisp/rmc-tests.log ELC lisp/emacs-lisp/derived-tests.elc In derived-tests--parent-mode: lisp/emacs-lisp/derived-tests.el:27:14: Warning: Unused lexical variable `x' In derived-tests--child-mode: lisp/emacs-lisp/derived-tests.el:33:14: Warning: Unused lexical variable `x' GEN lisp/emacs-lisp/derived-tests.log ELC lisp/emacs-lisp/shadow-tests.elc GEN lisp/emacs-lisp/shadow-tests.log ELC lisp/emacs-lisp/testcover-tests.elc GEN lisp/emacs-lisp/testcover-tests.log ELC lisp/emacs-lisp/tabulated-list-tests.elc GEN lisp/emacs-lisp/tabulated-list-tests.log ELC lisp/emacs-lisp/warnings-tests.elc GEN lisp/emacs-lisp/warnings-tests.log ELC lisp/emacs-lisp/cl-extra-tests.elc GEN lisp/emacs-lisp/cl-extra-tests.log ELC lisp/emacs-lisp/copyright-tests.elc GEN lisp/emacs-lisp/copyright-tests.log ELC lisp/emacs-lisp/find-func-tests.elc GEN lisp/emacs-lisp/find-func-tests.log ELC lisp/emacs-lisp/checkdoc-tests.elc GEN lisp/emacs-lisp/checkdoc-tests.log ELC lisp/emacs-lisp/cl-print-tests.elc GEN lisp/emacs-lisp/cl-print-tests.log ELC lisp/emacs-lisp/syntax-tests.elc GEN lisp/emacs-lisp/syntax-tests.log ELC lisp/emacs-lisp/macroexp-tests.elc GEN lisp/emacs-lisp/macroexp-tests.log ELC lisp/emacs-lisp/easy-mmode-tests.elc GEN lisp/emacs-lisp/easy-mmode-tests.log ELC lisp/emacs-lisp/text-property-search-tests.elc GEN lisp/emacs-lisp/text-property-search-tests.log ELC lisp/emacs-lisp/gv-tests.elc GEN lisp/emacs-lisp/gv-tests.log ELC lisp/emacs-lisp/check-declare-tests.elc GEN lisp/emacs-lisp/check-declare-tests.log ELC lisp/emacs-lisp/lisp-tests.elc In toplevel form: lisp/emacs-lisp/lisp-tests.el:224:82: Warning: reference to free variable `c-e-x' GEN lisp/emacs-lisp/lisp-tests.log ELC lisp/emacs-lisp/map-tests.elc In toplevel form: lisp/emacs-lisp/map-tests.el:119:28: Warning: `map-put' is an obsolete macro (as of 27.1); use map-put! or (setf (map-elt ...) ...) instead lisp/emacs-lisp/map-tests.el:149:31: Warning: `map-put' is an obsolete macro (as of 27.1); use map-put! or (setf (map-elt ...) ...) instead lisp/emacs-lisp/map-tests.el:157:21: Warning: `map-put' is an obsolete macro (as of 27.1); use map-put! or (setf (map-elt ...) ...) instead lisp/emacs-lisp/map-tests.el:162:21: Warning: `map-put' is an obsolete macro (as of 27.1); use map-put! or (setf (map-elt ...) ...) instead lisp/emacs-lisp/map-tests.el:167:16: Warning: `map-put' is an obsolete macro (as of 27.1); use map-put! or (setf (map-elt ...) ...) instead GEN lisp/emacs-lisp/map-tests.log ELC lisp/emacs-lisp/bindat-tests.elc GEN lisp/emacs-lisp/bindat-tests.log ELC lisp/emacs-lisp/timer-tests.elc In end of data: lisp/emacs-lisp/timer-tests.el:40:12: Warning: the function `debug-timer-check' is not known to be defined. GEN lisp/emacs-lisp/timer-tests.log ELC lisp/emacs-lisp/generator-tests.elc In toplevel form: lisp/emacs-lisp/generator-tests.el:88:1: Warning: Variable `i' left uninitialized lisp/emacs-lisp/generator-tests.el:88:1: Warning: Variable `i' left uninitialized lisp/emacs-lisp/generator-tests.el:88:15: Warning: Unused lexical variable `i' lisp/emacs-lisp/generator-tests.el:88:15: Warning: Unused lexical variable `i' lisp/emacs-lisp/generator-tests.el:88:15: Warning: Variable `i' left uninitialized lisp/emacs-lisp/generator-tests.el:88:15: Warning: Variable `i' left uninitialized lisp/emacs-lisp/generator-tests.el:88:15: Warning: Unused lexical variable `i' lisp/emacs-lisp/generator-tests.el:88:15: Warning: Unused lexical variable `i' lisp/emacs-lisp/generator-tests.el:90:1: Warning: Variable `i' left uninitialized lisp/emacs-lisp/generator-tests.el:90:1: Warning: Variable `i' left uninitialized lisp/emacs-lisp/generator-tests.el:90:15: Warning: Unused lexical variable `i' lisp/emacs-lisp/generator-tests.el:90:15: Warning: Unused lexical variable `i' lisp/emacs-lisp/generator-tests.el:90:15: Warning: Variable `i' left uninitialized lisp/emacs-lisp/generator-tests.el:90:15: Warning: Variable `i' left uninitialized lisp/emacs-lisp/generator-tests.el:90:15: Warning: Unused lexical variable `i' lisp/emacs-lisp/generator-tests.el:90:15: Warning: Unused lexical variable `i' lisp/emacs-lisp/generator-tests.el:97:15: Warning: Unused lexical variable `a' lisp/emacs-lisp/generator-tests.el:97:15: Warning: Unused lexical variable `a' lisp/emacs-lisp/generator-tests.el:97:15: Warning: Unused lexical variable `a' lisp/emacs-lisp/generator-tests.el:97:15: Warning: Unused lexical variable `a' In end of data: lisp/emacs-lisp/generator-tests.el:317:28: Warning: the function `generator-tests-edebug' is not known to be defined. lisp/emacs-lisp/generator-tests.el:77:37: Warning: the function `hello' is not known to be defined. GEN lisp/emacs-lisp/generator-tests.log ELC lisp/emacs-lisp/cconv-tests.elc In toplevel form: lisp/emacs-lisp/cconv-tests.el:113:25: Warning: `:documentation' called as a function lisp/emacs-lisp/cconv-tests.el:121:28: Warning: `:documentation' called as a function In end of data: lisp/emacs-lisp/cconv-tests.el:112:13: Warning: the function `:documentation' is not known to be defined. GEN lisp/emacs-lisp/cconv-tests.log ELC lisp/emacs-lisp/ert-tests.elc GEN lisp/emacs-lisp/ert-tests.log Running 53 tests (2021-11-22 20:56:39+0000, selector `(not (or (tag :expensive-test) (tag :unstable) (tag :nativecomp)))') passed 1/53 ert-test-abbreviate-string (0.000332 sec) passed 2/53 ert-test-body-runs (0.000095 sec) passed 3/53 ert-test-deftest (0.000198 sec) passed 4/53 ert-test-deftest-lexical-binding-t (0.000118 sec) passed 5/53 ert-test-error (0.000324 sec) passed 6/53 ert-test-error-debug (0.000173 sec) passed 7/53 ert-test-explain-equal (0.000190 sec) passed 8/53 ert-test-explain-equal-improper-list (0.000110 sec) passed 9/53 ert-test-explain-equal-keymaps (0.000137 sec) passed 10/53 ert-test-explain-equal-string-properties (0.000420 sec) passed 11/53 ert-test-explain-equal-strings (0.000360 sec) passed 12/53 ert-test-fail (0.000335 sec) passed 13/53 ert-test-fail-debug-nested-with-debugger (0.001985 sec) passed 14/53 ert-test-fail-debug-with-condition-case (0.000177 sec) passed 15/53 ert-test-fail-debug-with-debugger-1 (0.000328 sec) passed 16/53 ert-test-fail-debug-with-debugger-2 (0.000338 sec) passed 17/53 ert-test-fail-inside-should (0.000431 sec) passed 18/53 ert-test-list-of-should-forms (0.000385 sec) passed 19/53 ert-test-list-of-should-forms-no-deep-copy (0.000704 sec) passed 20/53 ert-test-list-of-should-forms-observers-should-not-stack (0.000348 sec) Test message passed 21/53 ert-test-messages (0.000201 sec) passed 22/53 ert-test-nested-test-body-runs (0.000182 sec) passed 23/53 ert-test-parse-keys-and-body (0.000196 sec) passed 24/53 ert-test-pass (0.000175 sec) passed 25/53 ert-test-plist-difference-explanation (0.000211 sec) passed 26/53 ert-test-record-backtrace (0.000360 sec) passed 27/53 ert-test-run-tests-batch (2.690088 sec) Makefile:186: recipe for target 'lisp/emacs-lisp/ert-tests.log' failed ELC lisp/emacs-lisp/unsafep-tests.elc /bin/bash: line 2: 514 Killed HOME=/nonexistent LANG=C EMACSLOADPATH= EMACS_TEST_DIRECTORY=/checkout/test timeout -s ABRT 10800 "../src/emacs" --module-assertions --no-init-file --no-site-file --no-site-lisp -L ":." -l ert -l lisp/emacs-lisp/ert-tests.el --batch --eval '(ert-run-tests-batch-and-exit (quote (not (or (tag :expensive-test) (tag :unstable) (tag :nativecomp)))))' > lisp/emacs-lisp/ert-tests.log 2>&1 make[3]: *** [lisp/emacs-lisp/ert-tests.log] Error 137 GEN lisp/emacs-lisp/unsafep-tests.log ELC lisp/emacs-lisp/backquote-tests.elc GEN lisp/emacs-lisp/backquote-tests.log ELC lisp/emacs-lisp/pcase-tests.elc Compiler-macro error for cl-typep: (error "Unknown type notatype") Compiler-macro error for cl-typep: (error "Unknown type notatype") Compiler-macro error for cl-typep: (error "Unknown type notatype") Compiler-macro error for cl-typep: (error "Unknown type notatype") Compiler-macro error for cl-typep: (error "Unknown type notatype") GEN lisp/emacs-lisp/pcase-tests.log ELC lisp/emacs-lisp/edebug-tests.elc In toplevel form: lisp/emacs-lisp/edebug-tests.el:863:5: Warning: `edebug-eval-defun' is an obsolete function (as of 28.1); use eval-defun or edebug--eval-defun instead lisp/emacs-lisp/edebug-tests.el:871:31: Warning: `edebug-eval-defun' is an obsolete function (as of 28.1); use eval-defun or edebug--eval-defun instead lisp/emacs-lisp/edebug-tests.el:882:19: Warning: `edebug-eval-defun' is an obsolete function (as of 28.1); use eval-defun or edebug--eval-defun instead GEN lisp/emacs-lisp/edebug-tests.log ELC lisp/emacs-lisp/hierarchy-tests.elc GEN lisp/emacs-lisp/hierarchy-tests.log ELC lisp/emacs-lisp/float-sup-tests.elc GEN lisp/emacs-lisp/float-sup-tests.log ELC lisp/emacs-lisp/seq-tests.elc In toplevel form: lisp/emacs-lisp/seq-tests.el:181:18: Warning: `seq-contains' is an obsolete function (as of 27.1); use `seq-contains-p' instead. lisp/emacs-lisp/seq-tests.el:181:31: Warning: `seq-contains' is an obsolete function (as of 27.1); use `seq-contains-p' instead. lisp/emacs-lisp/seq-tests.el:181:31: Warning: `seq-contains' is an obsolete function (as of 27.1); use `seq-contains-p' instead. lisp/emacs-lisp/seq-tests.el:181:31: Warning: `seq-contains' is an obsolete function (as of 27.1); use `seq-contains-p' instead. lisp/emacs-lisp/seq-tests.el:181:31: Warning: `seq-contains' is an obsolete function (as of 27.1); use `seq-contains-p' instead. lisp/emacs-lisp/seq-tests.el:181:31: Warning: `seq-contains' is an obsolete function (as of 27.1); use `seq-contains-p' instead. lisp/emacs-lisp/seq-tests.el:181:31: Warning: `seq-contains' is an obsolete function (as of 27.1); use `seq-contains-p' instead. lisp/emacs-lisp/seq-tests.el:181:31: Warning: `seq-contains' is an obsolete function (as of 27.1); use `seq-contains-p' instead. lisp/emacs-lisp/seq-tests.el:181:31: Warning: `seq-contains' is an obsolete function (as of 27.1); use `seq-contains-p' instead. lisp/emacs-lisp/seq-tests.el:181:31: Warning: `seq-contains' is an obsolete function (as of 27.1); use `seq-contains-p' instead. lisp/emacs-lisp/seq-tests.el:181:31: Warning: `seq-contains' is an obsolete function (as of 27.1); use `seq-contains-p' instead. lisp/emacs-lisp/seq-tests.el:181:31: Warning: `seq-contains' is an obsolete function (as of 27.1); use `seq-contains-p' instead. lisp/emacs-lisp/seq-tests.el:185:19: Warning: `seq-contains' is an obsolete function (as of 27.1); use `seq-contains-p' instead. lisp/emacs-lisp/seq-tests.el:185:32: Warning: `seq-contains' is an obsolete function (as of 27.1); use `seq-contains-p' instead. lisp/emacs-lisp/seq-tests.el:185:32: Warning: `seq-contains' is an obsolete function (as of 27.1); use `seq-contains-p' instead. lisp/emacs-lisp/seq-tests.el:392:1: Warning: Variable `seq' left uninitialized lisp/emacs-lisp/seq-tests.el:413:1: Warning: Variable `seq' left uninitialized GEN lisp/emacs-lisp/seq-tests.log ELC lisp/emacs-lisp/bytecomp-tests.elc GEN lisp/emacs-lisp/bytecomp-tests.log ELC lisp/emacs-lisp/cl-lib-tests.elc GEN lisp/emacs-lisp/cl-lib-tests.log ELC lisp/emacs-lisp/let-alist-tests.elc GEN lisp/emacs-lisp/let-alist-tests.log ELC lisp/emacs-lisp/package-tests.elc GEN lisp/emacs-lisp/package-tests.log ELC lisp/emacs-lisp/lisp-mnt-tests.elc GEN lisp/emacs-lisp/lisp-mnt-tests.log ELC lisp/emacs-lisp/ert-x-tests.elc GEN lisp/emacs-lisp/ert-x-tests.log ELC lisp/emacs-lisp/backtrace-tests.elc GEN lisp/emacs-lisp/backtrace-tests.log ELC lisp/emacs-lisp/subr-x-tests.elc In toplevel form: lisp/emacs-lisp/subr-x-tests.el:149:1: Warning: Variable `z' left uninitialized lisp/emacs-lisp/subr-x-tests.el:149:1: Warning: Variable `d' left uninitialized lisp/emacs-lisp/subr-x-tests.el:192:1: Warning: Variable `a-called' left uninitialized lisp/emacs-lisp/subr-x-tests.el:192:1: Warning: Variable `b-called' left uninitialized lisp/emacs-lisp/subr-x-tests.el:313:1: Warning: Variable `z' left uninitialized lisp/emacs-lisp/subr-x-tests.el:313:1: Warning: Variable `d' left uninitialized lisp/emacs-lisp/subr-x-tests.el:349:1: Warning: Variable `a-called' left uninitialized lisp/emacs-lisp/subr-x-tests.el:349:1: Warning: Variable `b-called' left uninitialized GEN lisp/emacs-lisp/subr-x-tests.log ELC lisp/emacs-lisp/nadvice-tests.elc GEN lisp/emacs-lisp/nadvice-tests.log ELC lisp/emacs-lisp/cl-seq-tests.elc GEN lisp/emacs-lisp/cl-seq-tests.log ELC lisp/emacs-lisp/memory-report-tests.elc GEN lisp/emacs-lisp/memory-report-tests.log ELC lisp/emacs-lisp/benchmark-tests.elc GEN lisp/emacs-lisp/benchmark-tests.log make[2]: [check-doit] Error 2 (ignored) make[3]: Leaving directory '/checkout/test' Makefile:343: recipe for target 'check-doit' failed SUMMARY OF TEST RESULTS ----------------------- Files examined: 54 Ran 1010 tests, 53 failed to run, 1007 results as expected, 0 unexpected, 3 skipped 1 files did not finish: lisp/emacs-lisp/ert-tests.log Contents of unfinished file lisp/emacs-lisp/ert-tests.log: ----- Running 53 tests (2021-11-22 20:56:39+0000, selector `(not (or (tag :expensive-test) (tag :unstable) (tag :nativecomp)))') passed 1/53 ert-test-abbreviate-string (0.000332 sec) passed 2/53 ert-test-body-runs (0.000095 sec) passed 3/53 ert-test-deftest (0.000198 sec) passed 4/53 ert-test-deftest-lexical-binding-t (0.000118 sec) passed 5/53 ert-test-error (0.000324 sec) passed 6/53 ert-test-error-debug (0.000173 sec) passed 7/53 ert-test-explain-equal (0.000190 sec) passed 8/53 ert-test-explain-equal-improper-list (0.000110 sec) passed 9/53 ert-test-explain-equal-keymaps (0.000137 sec) passed 10/53 ert-test-explain-equal-string-properties (0.000420 sec) passed 11/53 ert-test-explain-equal-strings (0.000360 sec) passed 12/53 ert-test-fail (0.000335 sec) passed 13/53 ert-test-fail-debug-nested-with-debugger (0.001985 sec) passed 14/53 ert-test-fail-debug-with-condition-case (0.000177 sec) passed 15/53 ert-test-fail-debug-with-debugger-1 (0.000328 sec) passed 16/53 ert-test-fail-debug-with-debugger-2 (0.000338 sec) passed 17/53 ert-test-fail-inside-should (0.000431 sec) passed 18/53 ert-test-list-of-should-forms (0.000385 sec) passed 19/53 ert-test-list-of-should-forms-no-deep-copy (0.000704 sec) passed 20/53 ert-test-list-of-should-forms-observers-should-not-stack (0.000348 sec) Test message passed 21/53 ert-test-messages (0.000201 sec) passed 22/53 ert-test-nested-test-body-runs (0.000182 sec) passed 23/53 ert-test-parse-keys-and-body (0.000196 sec) passed 24/53 ert-test-pass (0.000175 sec) passed 25/53 ert-test-plist-difference-explanation (0.000211 sec) passed 26/53 ert-test-record-backtrace (0.000360 sec) passed 27/53 ert-test-run-tests-batch (2.690088 sec) ----- DETAILS ------- 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* ((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 (delete-directory temp-file :recursive)) (error nil)))) :value nil) lisp/emacs-lisp/bytecomp-tests.log: SKIPPED bytecomp-tests--dest-mountpoint ((skip-unless bwrap) :form bwrap :value nil) 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) make[2]: *** [check-doit] Error 2 Makefile:343: recipe for target 'check-doit' failed make[2]: Leaving directory '/checkout/test' make[1]: *** [check] Error 2 Makefile:313: recipe for target 'check' failed make[1]: Leaving directory '/checkout/test' Makefile:267: recipe for target 'check-lisp-emacs-lisp' failed make: *** [check-lisp-emacs-lisp] Error 2 make: Leaving directory '/checkout/test' section_end:1637614995:build_script section_start:1637614995: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-a59e35d7 section_end:1637615002:after_script section_start:1637615002:upload_artifacts_on_failure Uploading artifacts... WARNING: test-lisp-emacs-lisp-inotify-a59e35d7/**/*.log: no matching files WARNING: test-lisp-emacs-lisp-inotify-a59e35d7/**/core: no matching files WARNING: test-lisp-emacs-lisp-inotify-a59e35d7/core: no matching files ERROR: No files to upload  section_end:1637615006:upload_artifacts_on_failure ERROR: Job failed: exit code 2