Running with gitlab-runner 15.3.0 (bbcb5aba)  on emba-docker-runner 2oEDrUT7 section_start:1697241980: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:1697241994:prepare_executor section_start:1697241994:prepare_script Preparing environment Running on runner-2oedrut7-project-1-concurrent-3 via emba.gnu.org... section_end:1697241997:prepare_script section_start:1697241997: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... Initialized empty Git repository in /builds/emacs/emacs/.git/ Created fresh repository. Checking out 0dd7e6e3 as master... Skipping Git submodules setup section_end:1697242113:get_sources section_start:1697242113: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 Client: Debug Mode: false Server: Containers: 18 Running: 4 Paused: 0 Stopped: 14 Images: 16 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 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-0dd7e6e3aeac1ab0a03f2ed2ad108deecde82447/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:e4e1079b1d98915323923fc044bff58310f3965ecc3c3e71cd5132c2f6d01c16 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-gnus + git fetch /builds/emacs/emacs HEAD From /builds/emacs/emacs * branch HEAD -> FETCH_HEAD + echo checking out these updated files + git diff --name-only FETCH_HEAD checking out these updated files doc/emacs/maintaining.texi doc/lispref/commands.texi doc/lispref/functions.texi doc/lispref/processes.texi doc/misc/erc.texi etc/ERC-NEWS etc/NEWS etc/refcards/orgcard.tex lisp/emacs-lisp/bytecomp.el lisp/emacs-lisp/disass.el lisp/emacs-lisp/elint.el lisp/erc/erc-backend.el lisp/erc/erc-fill.el lisp/erc/erc-goodies.el lisp/erc/erc-match.el lisp/erc/erc-networks.el lisp/erc/erc-stamp.el lisp/erc/erc-truncate.el lisp/erc/erc.el lisp/gnus/gnus-sum.el lisp/ls-lisp.el lisp/net/tramp-gvfs.el lisp/net/tramp-sh.el lisp/net/tramp-smb.el lisp/net/tramp-sudoedit.el lisp/net/tramp.el lisp/org/org-agenda.el lisp/org/org-colview.el lisp/org/org-version.el lisp/org/org.el lisp/progmodes/cc-engine.el lisp/progmodes/cperl-mode.el lisp/progmodes/verilog-mode.el lisp/subr.el lisp/treesit.el lisp/vc/vc.el lisp/woman.el src/process.c test/lisp/erc/erc-fill-tests.el test/lisp/erc/erc-scenarios-log.el test/lisp/erc/erc-scenarios-match.el test/lisp/erc/erc-scenarios-scrolltobottom-relaxed.el test/lisp/erc/erc-stamp-tests.el test/lisp/erc/erc-tests.el test/lisp/erc/resources/base/assoc/multi-net/barnet.eld test/lisp/erc/resources/base/assoc/multi-net/foonet.eld test/lisp/erc/resources/base/netid/bouncer/barnet-drop.eld test/lisp/erc/resources/base/netid/bouncer/foonet-drop.eld test/lisp/erc/resources/erc-d/resources/dynamic-foonet.eld test/lisp/erc/resources/fill/snapshots/merge-01-start.eld test/lisp/erc/resources/fill/snapshots/merge-02-right.eld test/lisp/erc/resources/fill/snapshots/merge-wrap-01.eld test/lisp/erc/resources/fill/snapshots/monospace-01-start.eld test/lisp/erc/resources/fill/snapshots/monospace-02-right.eld test/lisp/erc/resources/fill/snapshots/monospace-03-left.eld test/lisp/erc/resources/fill/snapshots/monospace-04-reset.eld test/lisp/erc/resources/fill/snapshots/spacing-01-mono.eld test/lisp/erc/resources/fill/snapshots/stamps-left-01.eld test/lisp/erc/resources/match/fools/fill-wrap.eld test/lisp/erc/resources/sasl/scram-sha-1.eld test/lisp/erc/resources/sasl/scram-sha-256.eld test/lisp/net/tramp-tests.el test/lisp/progmodes/cperl-mode-resources/cperl-bug-66161.pl test/lisp/progmodes/cperl-mode-tests.el + git diff --name-only FETCH_HEAD + xargs git checkout -f FETCH_HEAD Updated 64 paths from 2c65156 + 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 GEN info/dir 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' 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' GEN globals.h make -C ../admin/charsets all 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 charscript.el make -C ../admin/unidata emoji-zwj.el make[3]: Entering directory '/checkout/admin/unidata' 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 process.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 (source)... 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 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 touch-screen... 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: 38946c4c745daad290c278f4a5d1a6cbc8164768c874561dac6c9c50882177c2 Dump complete Byte counts: header=100 hot=8698604 discardable=137552 cold=4277656 Reloc counts: hot=493645 discardable=4910 ANCIENT=yes make -C ../lisp compile-first EMACS="../src/bootstrap-emacs" make[3]: Entering directory '/checkout/lisp' ELC emacs-lisp/bytecomp.elc Source file `/checkout/lisp/emacs-lisp/bytecomp.el' newer than byte-compiled file; using older file 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' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/checkout/admin/unidata' ELC ../lisp/ls-lisp.elc ELC ../lisp/subr.elc make[2]: Leaving directory '/checkout/doc/emacs' 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 touch-screen... 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: 17544 strings, 5532 vectors, 48995 conses, 5012 bytecodes, 326 others Dumping under the name emacs.pdmp Dumping fingerprint: 38946c4c745daad290c278f4a5d1a6cbc8164768c874561dac6c9c50882177c2 Dump complete Byte counts: header=100 hot=7771660 discardable=137552 cold=3711208 Reloc counts: hot=443056 discardable=4903 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/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' make[3]: Entering directory '/checkout/lisp' make[3]: Nothing to be done for 'compile-targets'. make[3]: Leaving directory '/checkout/lisp' GEN autoloads 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/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]: 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...34% INFO Scraping files for loaddefs...49% INFO Scraping files for loaddefs...59% INFO Scraping files for loaddefs...69% INFO Scraping files for loaddefs...79% INFO Scraping files for loaddefs...89% INFO Scraping files for loaddefs...99% 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 loaddefs.elc ELC treesit.elc ELC woman.elc ELC emacs-lisp/disass.elc ELC emacs-lisp/elint.elc ELC erc/erc-backend.elc ELC erc/erc-fill.elc ELC erc/erc-goodies.elc ELC erc/erc-match.elc ELC erc/erc-networks.elc ELC erc/erc-stamp.elc ELC erc/erc-truncate.elc ELC erc/erc.elc ELC gnus/gnus-sum.elc ELC net/tramp-gvfs.elc ELC net/tramp-sh.elc ELC net/tramp-smb.elc ELC net/tramp-sudoedit.elc ELC net/tramp.elc ELC org/org-agenda.elc ELC org/org-colview.elc ELC org/org.elc ELC progmodes/cc-engine.elc ELC progmodes/cperl-mode.elc make[2]: Leaving directory '/checkout/doc/lispref' ELC progmodes/verilog-mode.elc ELC vc/vc.elc ELC progmodes/cc-align.elc ELC progmodes/cc-cmds.elc ELC progmodes/cc-fonts.elc ELC progmodes/cc-styles.elc ELC progmodes/cc-mode.elc ELC progmodes/js.elc 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' GEN ../../info/erc.info 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[3]: Nothing to be done for 'emoji-zwj.el'. make[3]: Leaving directory '/checkout/admin/unidata' make -C ../admin/charsets cp51932.el make[3]: Nothing to be done for 'charscript.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 'eucjp-ms.el'. make[3]: Leaving directory '/checkout/admin/charsets' 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 '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)... make[2]: Leaving directory '/checkout/doc/misc' 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 touch-screen... 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: 17545 strings, 5536 vectors, 49025 conses, 5012 bytecodes, 326 others Dumping under the name emacs.pdmp Dumping fingerprint: 38946c4c745daad290c278f4a5d1a6cbc8164768c874561dac6c9c50882177c2 Dump complete Byte counts: header=100 hot=7772492 discardable=137552 cold=3711688 Reloc counts: hot=443113 discardable=4903 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 -k -C test check-lisp-gnus make[1]: Leaving directory '/checkout' 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/gnus/gnus-group-tests.elc GEN lisp/gnus/gnus-group-tests.log ELC lisp/gnus/gnus-icalendar-tests.elc Warning (emacs): Org version mismatch. Org loading aborted. This warning usually appears when a built-in Org version is loaded prior to the more recent Org version. Version mismatch is commonly encountered in the following situations: 1. Emacs is loaded using literate Org config and more recent Org version is loaded inside the file loaded by `org-babel-load-file'. `org-babel-load-file' triggers the built-in Org version clashing the newer Org version attempt to be loaded later. It is recommended to move the Org loading code before the `org-babel-load-file' call. 2. New Org version is loaded manually by setting `load-path', but some other package depending on Org is loaded before the `load-path' is configured. This "other package" is triggering built-in Org version, again causing the version mismatch. It is recommended to set `load-path' as early in the config as possible. 3. New Org version is loaded using straight.el package manager and other package depending on Org is loaded before straight triggers loading of the newer Org version. It is recommended to put (straight-use-package 'org) early in the config. Ideally, right after the straight.el bootstrap. Moving `use-package' :straight declaration may not be sufficient if the corresponding `use-package' statement is deferring the loading. In toplevel form: lisp/gnus/gnus-icalendar-tests.el:30:2: Error: Org version mismatch. Make sure that correct `load-path' is set early in init.el ELC lisp/gnus/gnus-search-tests.elc make[3]: *** [Makefile:159: lisp/gnus/gnus-icalendar-tests.elc] Error 1 make[3]: Target 'lisp/gnus/gnus-icalendar-tests.log' not remade because of errors. GEN lisp/gnus/gnus-search-tests.log ELC lisp/gnus/gnus-test-headers.elc GEN lisp/gnus/gnus-test-headers.log ELC lisp/gnus/gnus-tests.elc GEN lisp/gnus/gnus-tests.log ELC lisp/gnus/gnus-util-tests.elc GEN lisp/gnus/gnus-util-tests.log ELC lisp/gnus/message-tests.elc GEN lisp/gnus/message-tests.log ELC lisp/gnus/mm-decode-tests.elc GEN lisp/gnus/mm-decode-tests.log ELC lisp/gnus/mml-sec-tests.elc GEN lisp/gnus/mml-sec-tests.log ELC lisp/gnus/nnrss-tests.elc GEN lisp/gnus/nnrss-tests.log make[3]: Leaving directory '/checkout/test' make[2]: [Makefile:343: check-doit] Error 2 (ignored) SUMMARY OF TEST RESULTS ----------------------- Files examined: 10 Ran 39 tests, 22 results as expected, 0 unexpected, 17 skipped 1 files did not contain any tests: lisp/gnus/gnus-icalendar-tests.log DETAILS ------- lisp/gnus/mml-sec-tests.log: SKIPPED mml-secure-en-decrypt-1 ((skip-unless (test-conf)) :form (test-conf) :value nil) SKIPPED mml-secure-en-decrypt-2 ((skip-unless (test-conf)) :form (test-conf) :value nil) SKIPPED mml-secure-en-decrypt-3 ((skip-unless (test-conf)) :form (test-conf) :value nil) SKIPPED mml-secure-en-decrypt-4 ((skip-unless (test-conf)) :form (test-conf) :value nil) SKIPPED mml-secure-en-decrypt-passphrase-cache ((skip-unless (test-conf)) :form (test-conf) :value nil) SKIPPED mml-secure-en-decrypt-passphrase-no-cache-openpgp-todo ((skip-unless (test-conf)) :form (test-conf) :value nil) SKIPPED mml-secure-en-decrypt-passphrase-no-cache-smime-todo ((skip-unless (test-conf)) :form (test-conf) :value nil) SKIPPED mml-secure-find-usable-keys-1 ((skip-unless (test-conf)) :form (test-conf) :value nil) SKIPPED mml-secure-find-usable-keys-2 ((skip-unless (test-conf)) :form (test-conf) :value nil) SKIPPED mml-secure-key-checks ((skip-unless (test-conf)) :form (test-conf) :value nil) SKIPPED mml-secure-select-preferred-keys-1 ((skip-unless (test-conf)) :form (test-conf) :value nil) SKIPPED mml-secure-select-preferred-keys-2 ((skip-unless (test-conf)) :form (test-conf) :value nil) SKIPPED mml-secure-select-preferred-keys-3 ((skip-unless (test-conf)) :form (test-conf) :value nil) SKIPPED mml-secure-select-preferred-keys-4 ((skip-unless (test-conf)) :form (test-conf) :value nil) SKIPPED mml-secure-sign-verify-1 ((skip-unless (test-conf)) :form (test-conf) :value nil) SKIPPED mml-secure-sign-verify-3 ((skip-unless (test-conf)) :form (test-conf) :value nil) lisp/gnus/message-tests.log: SKIPPED message-all-epg-keys-available-p ((skip-unless (epg-check-configuration (epg-find-configuration 'OpenPGP))) :form (epg-check-configuration nil)) make[2]: *** [Makefile:344: check-doit] Error 2 make[2]: Leaving directory '/checkout/test' make[1]: Leaving directory '/checkout/test' make[1]: *** [Makefile:310: check] Error 2 make: *** [Makefile:262: check-lisp-gnus] Error 2 make: Leaving directory '/checkout/test' section_end:1697242347:step_script section_start:1697242347: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-gnus-inotify-0dd7e6e3 $ 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:1697242352:after_script section_start:1697242352:upload_artifacts_on_failure Uploading artifacts for failed job Uploading artifacts... test-lisp-gnus-inotify-0dd7e6e3/: found 13 matching files and directories Uploading artifacts as "archive" to coordinator... 201 Created id=75458 responseStatus=201 Created token=PohRvjCx Uploading artifacts... test-lisp-gnus-inotify-0dd7e6e3/junit-test-report.xml: found 1 matching files and directories Uploading artifacts as "junit" to coordinator... 201 Created id=75458 responseStatus=201 Created token=PohRvjCx section_end:1697242357:upload_artifacts_on_failure section_start:1697242357:cleanup_file_variables Cleaning up project directory and file based variables section_end:1697242360:cleanup_file_variables ERROR: Job failed: exit code 2