Running with gitlab-runner 12.0.2 (d0b76032)  on emba-docker-runner 2oEDrUT7 section_start:1695516915: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:1695516916:prepare_executor section_start:1695516916:prepare_script Running on runner-2oEDrUT7-project-1-concurrent-0 via emba.gnu.org... section_end:1695516920:prepare_script section_start:1695516920: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 * [new ref] 12fe4741b6f4a63501cf4f29190eee237eff8093 -> refs/pipelines/26530 450ca99..12fe474 master -> origin/master Checking out 12fe4741 as master... Removing test-tree-sitter-450ca995/ Skipping Git submodules setup section_end:1695516923:get_sources section_start:1695516923:restore_cache section_end:1695516925:restore_cache section_start:1695516925:download_artifacts section_end:1695516927:download_artifacts section_start:1695516927:build_script $ docker info WARNING: No swap limit support Client: Debug Mode: false Server: Containers: 14 Running: 2 Paused: 0 Stopped: 12 Images: 19 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: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux 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-12fe4741b6f4a63501cf4f29190eee237eff8093/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:ef637e7b5356a80753b27df2180a20da1905334dbbd9a3e7cedaf623101b2147 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-progmodes + 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 CONTRIBUTE etc/NEWS etc/refcards/orgcard.tex lisp/emacs-lisp/shorthands.el lisp/epa-ks.el lisp/files.el lisp/finder.el lisp/gnus/gnus-msg.el lisp/international/mule-cmds.el lisp/keymap.el lisp/net/tramp.el lisp/org/ob-python.el lisp/org/org-version.el lisp/org/org.el lisp/progmodes/cperl-mode.el lisp/progmodes/java-ts-mode.el lisp/shell.el lisp/simple.el lisp/sqlite-mode.el lisp/treesit.el test/lisp/international/mule-tests.el + git diff --name-only FETCH_HEAD + xargs git checkout -f FETCH_HEAD Updated 21 paths from 99dcea9 + 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]: Entering directory '/checkout/doc/emacs' make[2]: Nothing to be done for 'info'. make[2]: Leaving directory '/checkout/doc/lispintro' 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]: Nothing to be done for 'charscript.el'. make[3]: Leaving directory '/checkout/admin/unidata' 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]: 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' 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' ELC ../lisp/emacs-lisp/shorthands.elc ELC ../lisp/files.elc ELC ../lisp/international/mule-cmds.elc make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/checkout/admin/unidata' ELC ../lisp/keymap.elc Reloading stale keymap.el Loading /checkout/lisp/keymap.el (source)... Reloading stale files.el Loading /checkout/lisp/files.el (source)... Reloading stale keymap.el Reloading stale keymap.el Loading /checkout/lisp/keymap.el (source)... Reloading stale keymap.el Loading /checkout/lisp/keymap.el (source)... Loading /checkout/lisp/keymap.el (source)... Reloading stale files.el Loading /checkout/lisp/files.el (source)... Reloading stale files.el Loading /checkout/lisp/files.el (source)... Reloading stale files.el Loading /checkout/lisp/files.el (source)... Reloading stale mule-cmds.el Loading /checkout/lisp/international/mule-cmds.el (source)... Reloading stale mule-cmds.el Loading /checkout/lisp/international/mule-cmds.el (source)... Reloading stale mule-cmds.el Loading /checkout/lisp/international/mule-cmds.el (source)... Reloading stale mule-cmds.el Loading /checkout/lisp/international/mule-cmds.el (source)... Reloading stale simple.el Loading /checkout/lisp/simple.el (source)... Reloading stale simple.el Loading /checkout/lisp/simple.el (source)... Reloading stale simple.el Loading /checkout/lisp/simple.el (source)... Reloading stale simple.el Loading /checkout/lisp/simple.el (source)... Reloading stale shorthands.el Loading /checkout/lisp/emacs-lisp/shorthands.el (source)... Reloading stale shorthands.el Loading /checkout/lisp/emacs-lisp/shorthands.el (source)... Reloading stale shorthands.el Loading /checkout/lisp/emacs-lisp/shorthands.el (source)... Reloading stale shorthands.el Loading /checkout/lisp/emacs-lisp/shorthands.el (source)... ELC ../lisp/simple.elc Reloading stale keymap.el Loading /checkout/lisp/keymap.el (source)... Reloading stale files.el Loading /checkout/lisp/files.el (source)... Reloading stale mule-cmds.el Loading /checkout/lisp/international/mule-cmds.el (source)... Reloading stale simple.el Loading /checkout/lisp/simple.el (source)... Reloading stale shorthands.el Loading /checkout/lisp/emacs-lisp/shorthands.el (source)... 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: 17537 strings, 5528 vectors, 48986 conses, 5009 bytecodes, 326 others Dumping under the name emacs.pdmp Dumping fingerprint: b575d599940af716a20a2f896dd8449150945c63fb558ad2a5bf68e41fdade3c Dump complete Byte counts: header=100 hot=7769900 discardable=137496 cold=3709648 Reloc counts: hot=442943 discardable=4901 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' 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/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/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]: 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...83% 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 epa-ks.elc ELC finder.elc ELC loaddefs.elc ELC shell.elc ELC sqlite-mode.elc ELC treesit.elc ELC gnus/gnus-msg.elc In end of data: sqlite-mode.el:66:43: Warning: the function `sqlite-close' is not known to be defined. ELC net/tramp.elc ELC org/ob-python.elc ELC org/org.elc ELC progmodes/cperl-mode.elc ELC progmodes/java-ts-mode.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' 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 -C ../admin/charsets cp51932.el 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 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: 17537 strings, 5528 vectors, 48986 conses, 5009 bytecodes, 326 others Dumping under the name emacs.pdmp Dumping fingerprint: b575d599940af716a20a2f896dd8449150945c63fb558ad2a5bf68e41fdade3c Dump complete Byte counts: header=100 hot=7769900 discardable=137496 cold=3709648 Reloc counts: hot=442943 discardable=4901 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-progmodes 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/progmodes/asm-mode-tests.elc GEN lisp/progmodes/asm-mode-tests.log ELC lisp/progmodes/autoconf-tests.elc GEN lisp/progmodes/autoconf-tests.log ELC lisp/progmodes/bat-mode-tests.elc GEN lisp/progmodes/bat-mode-tests.log ELC lisp/progmodes/bug-reference-tests.elc GEN lisp/progmodes/bug-reference-tests.log ELC lisp/progmodes/c-ts-mode-tests.elc GEN lisp/progmodes/c-ts-mode-tests.log ELC lisp/progmodes/cc-mode-tests.elc GEN lisp/progmodes/cc-mode-tests.log ELC lisp/progmodes/compile-tests.elc GEN lisp/progmodes/compile-tests.log ELC lisp/progmodes/cperl-mode-tests.elc GEN lisp/progmodes/cperl-mode-tests.log ELC lisp/progmodes/eglot-tests.elc Loading project... Loading eldoc... Loading seq... Loading flymake... Loading xref... Loading jsonrpc... Loading external-completion... GEN lisp/progmodes/eglot-tests.log ELC lisp/progmodes/elisp-mode-tests.elc GEN lisp/progmodes/elisp-mode-tests.log ELC lisp/progmodes/elixir-ts-mode-tests.elc GEN lisp/progmodes/elixir-ts-mode-tests.log ELC lisp/progmodes/etags-tests.elc GEN lisp/progmodes/etags-tests.log ELC lisp/progmodes/executable-tests.elc GEN lisp/progmodes/executable-tests.log ELC lisp/progmodes/f90-tests.elc GEN lisp/progmodes/f90-tests.log ELC lisp/progmodes/flymake-tests.elc GEN lisp/progmodes/flymake-tests.log Running 9 tests (2023-09-24 00:57:11+0000, selector `(not (or (tag :expensive-test) (tag :unstable) (tag :nativecomp)))') Test different-diagnostic-types backtrace: signal(error ("Can't find a suitable init function")) error("Can't find a suitable init function") flymake-proc-legacy-flymake(#f(compiled-function (&rest args) #)(flym run-hook-wrapped(#f(compiled-function (backend) #)(cras run-hook-wrapped(#f(compiled-function (backend) #)(flym run-hook-wrapped(#f(compiled-function (backend) #)(flym run-hook-wrapped(#f(compiled-function (backend) #)(#= (setq --cl-var-- (1- --cl-var--)) 0)) (sl (let* ((--cl-var-- 4)) (while (and (not tick) (>= (setq --cl-var-- ( (let ((flymake-diagnostic-functions (list 'eager-backend)) (flymake- (progn (fset 'eager-backend vnew) (insert "Lorem ipsum dolor sit ame (unwind-protect (progn (fset 'eager-backend vnew) (insert "Lorem ips (let* ((vnew #'(lambda (report-fn) (funcall report-fn nil :explanati (let (tick) (let* ((vnew #'(lambda (report-fn) (funcall report-fn ni (progn (let (tick) (let* ((vnew #'(lambda (report-fn) (funcall repor (unwind-protect (progn (let (tick) (let* ((vnew #'(lambda ... ... .. (save-current-buffer (set-buffer temp-buffer) (unwind-protect (progn (let ((temp-buffer (generate-new-buffer " *temp*" t))) (save-current (closure (ruby-mode-hook t) nil (let ((temp-buffer (generate-new-buf ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test ert-run-test(#s(ert-test :name recurrent-backend :documentation "Tes 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/progmodes/flymake-te command-line() normal-top-level() Test recurrent-backend condition: (error "Selecting deleted buffer") FAILED 6/9 recurrent-backend (0.001656 sec) at lisp/progmodes/flymake-tests.el:296 skipped 7/9 ruby-backend (0.000641 sec) Test warning-predicate-function-gcc backtrace: signal(error ("Can't find a suitable init function")) error("Can't find a suitable init function") flymake-proc-legacy-flymake(#f(compiled-function (&rest args) #)(flym run-hook-wrapped(#f(compiled-function (backend) #)(flym run-hook-wrapped(#f(compiled-function (backend) #/dev/null section_end:1695517065:after_script section_start:1695517065:upload_artifacts_on_failure Uploading artifacts... test-lisp-progmodes-inotify-12fe4741/: found 44 matching files Uploading artifacts to coordinator... ok  id=74541 responseStatus=201 Created token=nZMGKsDD Uploading artifacts... test-lisp-progmodes-inotify-12fe4741/junit-test-report.xml: found 1 matching files Uploading artifacts to coordinator... ok  id=74541 responseStatus=201 Created token=nZMGKsDD section_end:1695517071:upload_artifacts_on_failure ERROR: Job failed: exit code 2