Running with gitlab-runner 15.3.0 (bbcb5aba)  on emba-docker-runner 2oEDrUT7 section_start:1697245115: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:1697245119:prepare_executor section_start:1697245119:prepare_script Preparing environment Running on runner-2oedrut7-project-1-concurrent-0 via emba.gnu.org... section_end:1697245121:prepare_script section_start:1697245121: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 9ecb595d as master... Skipping Git submodules setup section_end:1697245129:get_sources section_start:1697245129: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: 16 Running: 2 Paused: 0 Stopped: 14 Images: 18 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. Login Succeeded $ docker pull ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} WARNING! Your password will be stored unencrypted in /.docker-config-9ecb595dea56ed1149b60245d021cb5e6d7dd73f/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store emacs-inotify-master: Pulling from emacs/emacs Digest: sha256:1cf7b6054393ad373f0d56fdcc0e13426794912c5a76a9c7cab682872cb76833 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 check-expensive + 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 + xargs git checkout -f FETCH_HEAD + git diff --name-only FETCH_HEAD HEAD is now at 9ecb595 (sit-for): Remove support for old calling convention + 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/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...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 -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]: 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]: 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' 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 check-expensive make actual-all || make advice-on-failure make-target=all exit-status=$? make[1]: Entering directory '/checkout' make -C lib all 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[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[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/unidata emoji-zwj.el 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/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 -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]: Entering directory '/checkout/admin/charsets' make[3]: Nothing to be done for 'eucjp-ms.el'. make[3]: Leaving directory '/checkout/admin/charsets' make[2]: Leaving directory '/checkout/src' make -C lisp all make[2]: Entering directory '/checkout/lisp' make -C ../leim all EMACS="../src/emacs" make[3]: Entering directory '/checkout/leim' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/checkout/leim' make -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/lisp' make[3]: Nothing to be done for 'compile-targets'. make[3]: Leaving directory '/checkout/lisp' GEN autoloads INFO Scraping files for loaddefs... 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[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' 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[2]: Leaving directory '/checkout/lisp' make -C doc/lispref info make[2]: Entering directory '/checkout/doc/lispref' make[2]: Nothing to be done for 'info'. make[2]: Leaving directory '/checkout/doc/lispref' make -C doc/lispintro info make[2]: Entering directory '/checkout/doc/lispintro' make[2]: Nothing to be done for 'info'. make[2]: Leaving directory '/checkout/doc/lispintro' make -C doc/emacs info make[2]: Entering directory '/checkout/doc/emacs' make[2]: Nothing to be done for 'info'. make[2]: Leaving directory '/checkout/doc/emacs' make -C doc/misc info make[2]: Entering directory '/checkout/doc/misc' make[2]: Nothing to be done for 'info'. make[2]: Leaving directory '/checkout/doc/misc' make -C src BIN_DESTDIR=''/usr/local/bin/'' ELN_DESTDIR='/usr/local/lib/emacs/30.0.50/' make[2]: Entering directory '/checkout/src' 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[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/unidata emoji-zwj.el 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/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 -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]: Entering directory '/checkout/admin/charsets' make[3]: Nothing to be done for 'eucjp-ms.el'. make[3]: Leaving directory '/checkout/admin/charsets' 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 -C test check-expensive make[1]: Entering directory '/checkout/test' rm -f ./*.tmp make[2]: Entering directory '/checkout/test' make[3]: Entering directory '/checkout/test' ELC lisp/net/tramp-tests.elc GEN lisp/net/tramp-tests.log Running 94 tests (2023-10-14 00:59:42+0000, selector `(not (or (tag :unstable) (tag :nativecomp)))') Remote directory: `/mock::/tmp/' passed 1/94 tramp-test00-availability (0.383468 sec) passed 2/94 tramp-test01-file-name-syntax (0.086965 sec) passed 3/94 tramp-test01-file-name-syntax-separate (0.002554 sec) passed 4/94 tramp-test01-file-name-syntax-simplified (0.001431 sec) passed 5/94 tramp-test02-file-name-dissect (0.058119 sec) passed 6/94 tramp-test02-file-name-dissect-separate (0.065325 sec) passed 7/94 tramp-test02-file-name-dissect-simplified (0.041631 sec) passed 8/94 tramp-test03-file-name-defaults (0.027669 sec) passed 9/94 tramp-test03-file-name-host-rules (0.783141 sec) passed 10/94 tramp-test03-file-name-method-rules (0.484194 sec) passed 11/94 tramp-test04-substitute-in-file-name (0.005909 sec) passed 12/94 tramp-test05-expand-file-name (0.002373 sec) passed 13/94 tramp-test05-expand-file-name-relative (0.682355 sec) passed 14/94 tramp-test05-expand-file-name-tilde (1.059743 sec) passed 15/94 tramp-test05-expand-file-name-top (0.275064 sec) passed 16/94 tramp-test06-directory-file-name (0.903361 sec) passed 17/94 tramp-test07-abbreviate-file-name (1.429985 sec) passed 18/94 tramp-test07-file-exists-p (1.921991 sec) passed 19/94 tramp-test08-file-local-copy (1.683375 sec) passed 20/94 tramp-test09-insert-file-contents (2.119425 sec) Wrote /mock:c1d46cbd96b1:/tmp/tramp-testNbOksw Wrote /mock:c1d46cbd96b1:/tmp/tramp-testNbOksw Wrote /mock:c1d46cbd96b1:/tmp/tramp-testNbOksw Wrote /mock:c1d46cbd96b1:/:/tmp/tramp-tests8o5dE Wrote /mock:c1d46cbd96b1:/:/tmp/tramp-tests8o5dE Wrote /mock:c1d46cbd96b1:/:/tmp/tramp-tests8o5dE passed 21/94 tramp-test10-write-region (9.080827 sec) passed 22/94 tramp-test10-write-region-file-precious-flag (1.799717 sec) skipped 23/94 tramp-test10-write-region-other-file-name-handler (0.181490 sec) passed 24/94 tramp-test11-copy-file (6.283358 sec) passed 25/94 tramp-test12-rename-file (6.587007 sec) passed 26/94 tramp-test13-make-directory (0.824552 sec) passed 27/94 tramp-test14-delete-directory (2.847502 sec) passed 28/94 tramp-test15-copy-directory (5.387302 sec) passed 29/94 tramp-test16-directory-files (1.423560 sec) passed 30/94 tramp-test16-file-expand-wildcards (1.644543 sec) passed 31/94 tramp-test17-dired-with-wildcards (2.387054 sec) passed 32/94 tramp-test17-insert-directory (1.697176 sec) passed 33/94 tramp-test17-insert-directory-one-file (1.543495 sec) passed 34/94 tramp-test18-file-attributes (5.061494 sec) passed 35/94 tramp-test18-file-attributes-with-ls (4.955356 sec) passed 36/94 tramp-test18-file-attributes-with-perl (5.944575 sec) passed 37/94 tramp-test18-file-attributes-with-stat (3.923611 sec) passed 38/94 tramp-test19-directory-files-and-attributes (1.246256 sec) passed 39/94 tramp-test19-directory-files-and-attributes-with-ls (0.976636 sec) passed 40/94 tramp-test19-directory-files-and-attributes-with-perl (1.393385 sec) passed 41/94 tramp-test19-directory-files-and-attributes-with-stat (1.116539 sec) passed 42/94 tramp-test20-file-modes (0.731276 sec) passed 43/94 tramp-test21-file-links (4.452907 sec) passed 44/94 tramp-test22-file-times (1.195807 sec) passed 45/94 tramp-test23-visited-file-modtime (0.986261 sec) passed 46/94 tramp-test24-file-acl (1.341052 sec) skipped 47/94 tramp-test25-file-selinux (0.378102 sec) passed 48/94 tramp-test26-file-name-completion (1.910638 sec) passed 49/94 tramp-test26-file-name-completion-with-ls (1.511585 sec) passed 50/94 tramp-test26-file-name-completion-with-perl (3.300574 sec) passed 51/94 tramp-test26-interactive-file-name-completion (36.343107 sec) passed 52/94 tramp-test27-load (1.431459 sec) passed 53/94 tramp-test28-process-file (3.766925 sec) passed 54/94 tramp-test29-start-file-process (1.916280 sec) passed 55/94 tramp-test29-start-file-process-direct-async (1.381371 sec) passed 56/94 tramp-test30-make-process-direct-async (1.383728 sec) skipped 57/94 tramp-test31-list-system-processes (0.640541 sec) passed 58/94 tramp-test31-memory-info (0.733444 sec) skipped 59/94 tramp-test31-process-attributes (1.004499 sec) passed 60/94 tramp-test32-shell-command (4.213812 sec) passed 61/94 tramp-test33-environment-variables (3.225924 sec) passed 62/94 tramp-test33-environment-variables-and-port-numbers (0.963621 sec) passed 63/94 tramp-test33-environment-variables-direct-async (1.427988 sec) passed 64/94 tramp-test34-connection-local-variables (3.303347 sec) passed 65/94 tramp-test34-explicit-shell-file-name (0.864976 sec) passed 66/94 tramp-test35-exec-path (1.186105 sec) passed 67/94 tramp-test35-remote-path (12.623966 sec) (Git) passed 68/94 tramp-test36-vc-registered (4.627536 sec) passed 69/94 tramp-test37-make-auto-save-file-name (4.784198 sec) passed 70/94 tramp-test38-find-backup-file-name (4.880815 sec) passed 71/94 tramp-test39-detect-external-change (10.849345 sec) passed 72/94 tramp-test39-make-lock-file-name (14.009827 sec) passed 73/94 tramp-test40-make-nearby-temp-file (0.532108 sec) passed 74/94 tramp-test41-special-characters (28.429993 sec) passed 75/94 tramp-test41-special-characters-with-ls (31.648799 sec) passed 76/94 tramp-test41-special-characters-with-perl (29.084157 sec) passed 77/94 tramp-test41-special-characters-with-stat (25.296540 sec) passed 78/94 tramp-test42-utf8 (145.346980 sec) passed 79/94 tramp-test42-utf8-with-ls (145.641448 sec) passed 80/94 tramp-test42-utf8-with-perl (194.304615 sec) passed 81/94 tramp-test42-utf8-with-stat (133.265418 sec) passed 82/94 tramp-test43-file-system-info (0.192469 sec) passed 83/94 tramp-test44-file-user-group-ids (0.218752 sec) tramp--test-with-proper-process-name-and-buffer before nil nil tramp--test-with-proper-process-name-and-buffer changed *tramp/mock c1d46cbd96b1* *tramp/mock c1d46cbd96b1* Start timer foo<7> Sat Oct 14 01:15:26 2023 Continue timer foo<7> nil Stop timer foo<7> Sat Oct 14 01:15:26 2023 Start action 0 foo<9> Sat Oct 14 01:15:26 2023 Continue action 0 foo<9> Sat Oct 14 01:15:26 2023 Stop action 0 foo<9> Sat Oct 14 01:15:26 2023 Start action 0 foo<10> Sat Oct 14 01:15:26 2023 tramp--test-with-proper-process-name-and-buffer before nil nil tramp--test-with-proper-process-name-and-buffer changed foo<9> foo<9> Process filter foo<9> foo<9> Sat Oct 14 01:15:26 2023 tramp--test-with-proper-process-name-and-buffer before nil nil tramp--test-with-proper-process-name-and-buffer changed foo<10> foo<10> Process filter foo<10> foo<10> Sat Oct 14 01:15:26 2023 Continue action 0 foo<10> Sat Oct 14 01:15:26 2023 Stop action 0 foo<10> Sat Oct 14 01:15:26 2023 Start action 0 foo<3> Sat Oct 14 01:15:26 2023 Continue action 0 foo<3> Sat Oct 14 01:15:26 2023 Stop action 0 foo<3> Sat Oct 14 01:15:26 2023 Start action 0 foo<7> Sat Oct 14 01:15:26 2023 tramp--test-with-proper-process-name-and-buffer before nil nil tramp--test-with-proper-process-name-and-buffer changed foo<3> foo<3> Process filter foo<3> foo<3> Sat Oct 14 01:15:26 2023 tramp--test-with-proper-process-name-and-buffer before nil nil tramp--test-with-proper-process-name-and-buffer changed foo<7> foo<7> Process filter foo<7> foo<7> Sat Oct 14 01:15:26 2023 Continue action 0 foo<7> Sat Oct 14 01:15:26 2023 Stop action 0 foo<7> Sat Oct 14 01:15:26 2023 Start action 1 foo<7> Sat Oct 14 01:15:26 2023 Continue action 1 foo<7> Sat Oct 14 01:15:26 2023 Stop action 1 foo<7> Sat Oct 14 01:15:26 2023 Start action 1 foo<10> Sat Oct 14 01:15:26 2023 tramp--test-with-proper-process-name-and-buffer before nil nil tramp--test-with-proper-process-name-and-buffer changed foo<7> foo<7> Process filter foo<7> foo<7> Sat Oct 14 01:15:26 2023 Continue action 1 foo<10> Sat Oct 14 01:15:26 2023 Stop action 1 foo<10> Sat Oct 14 01:15:26 2023 Start action 0 foo<8> Sat Oct 14 01:15:26 2023 tramp--test-with-proper-process-name-and-buffer before nil nil tramp--test-with-proper-process-name-and-buffer changed foo<10> foo<10> Process filter foo<10> foo<10> Sat Oct 14 01:15:26 2023 Continue action 0 foo<8> Sat Oct 14 01:15:26 2023 Stop action 0 foo<8> Sat Oct 14 01:15:26 2023 Start action 1 foo<8> Sat Oct 14 01:15:26 2023 tramp--test-with-proper-process-name-and-buffer before nil nil tramp--test-with-proper-process-name-and-buffer changed foo<8> foo<8> Process filter foo<8> foo<8> Sat Oct 14 01:15:26 2023 tramp--test-with-proper-process-name-and-buffer before nil nil tramp--test-with-proper-process-name-and-buffer changed foo<8> foo<8> Process filter foo<8> foo<8> Sat Oct 14 01:15:26 2023 Continue action 1 foo<8> Sat Oct 14 01:15:26 2023 Stop action 1 foo<8> Sat Oct 14 01:15:26 2023 Start action 1 foo<9> Sat Oct 14 01:15:26 2023 Continue action 1 foo<9> Sat Oct 14 01:15:26 2023 Stop action 1 foo<9> Sat Oct 14 01:15:26 2023 Start action 1 foo<3> Sat Oct 14 01:15:26 2023 tramp--test-with-proper-process-name-and-buffer before nil nil tramp--test-with-proper-process-name-and-buffer changed foo<9> foo<9> Process filter foo<9> foo<9> Sat Oct 14 01:15:26 2023 Continue action 1 foo<3> Sat Oct 14 01:15:26 2023 Stop action 1 foo<3> Sat Oct 14 01:15:26 2023 Start action 2 foo<8> Sat Oct 14 01:15:26 2023 tramp--test-with-proper-process-name-and-buffer before nil nil tramp--test-with-proper-process-name-and-buffer changed foo<3> foo<3> Process filter foo<3> foo<3> Sat Oct 14 01:15:26 2023 Continue action 2 foo<8> Sat Oct 14 01:15:26 2023 tramp--test-with-proper-process-name-and-buffer before nil nil tramp--test-with-proper-process-name-and-buffer changed foo<8> foo<8> Process sentinel foo<8> Sat Oct 14 01:15:26 2023 Stop action 2 foo<8> Sat Oct 14 01:15:26 2023 Start action 2 foo<9> Sat Oct 14 01:15:26 2023 Continue action 2 foo<9> Sat Oct 14 01:15:26 2023 tramp--test-with-proper-process-name-and-buffer before nil nil tramp--test-with-proper-process-name-and-buffer changed foo<9> foo<9> Process sentinel foo<9> Sat Oct 14 01:15:26 2023 Stop action 2 foo<9> Sat Oct 14 01:15:26 2023 Start action 0 foo<4> Sat Oct 14 01:15:26 2023 tramp--test-with-proper-process-name-and-buffer before nil nil tramp--test-with-proper-process-name-and-buffer changed foo<4> foo<4> Process filter foo<4> foo<4> Sat Oct 14 01:15:26 2023 Continue action 0 foo<4> Sat Oct 14 01:15:27 2023 Stop action 0 foo<4> Sat Oct 14 01:15:27 2023 Start action 0 foo<6> Sat Oct 14 01:15:27 2023 tramp--test-with-proper-process-name-and-buffer before nil nil tramp--test-with-proper-process-name-and-buffer changed foo<6> foo<6> Process filter foo<6> foo<6> Sat Oct 14 01:15:27 2023 Continue action 0 foo<6> Sat Oct 14 01:15:27 2023 Stop action 0 foo<6> Sat Oct 14 01:15:27 2023 Start action 1 foo<4> Sat Oct 14 01:15:27 2023 Continue action 1 foo<4> Sat Oct 14 01:15:27 2023 Stop action 1 foo<4> Sat Oct 14 01:15:27 2023 Start action 2 foo<10> Sat Oct 14 01:15:27 2023 tramp--test-with-proper-process-name-and-buffer before nil nil tramp--test-with-proper-process-name-and-buffer changed *tramp/mock c1d46cbd96b1* *tramp/mock c1d46cbd96b1* Start timer foo<4> Sat Oct 14 01:15:27 2023 Continue timer foo<4> (nil 1 0 0 (25897 60335 0 0) (25897 60334 0 0) (25897 60334 0 0) 7 -rw-r--r-- nil 121647068 (-1 . 83)) Stop timer foo<4> Sat Oct 14 01:15:27 2023 tramp--test-with-proper-process-name-and-buffer before nil nil tramp--test-with-proper-process-name-and-buffer changed foo<4> foo<4> Process filter foo<4> foo<4> Sat Oct 14 01:15:27 2023 tramp--test-with-proper-process-name-and-buffer before nil nil tramp--test-with-proper-process-name-and-buffer changed foo<10> foo<10> Process sentinel foo<10> Sat Oct 14 01:15:27 2023 Continue action 2 foo<10> Sat Oct 14 01:15:27 2023 Stop action 2 foo<10> Sat Oct 14 01:15:27 2023 Start action 1 foo<6> Sat Oct 14 01:15:27 2023 Continue action 1 foo<6> Sat Oct 14 01:15:27 2023 Stop action 1 foo<6> Sat Oct 14 01:15:27 2023 Start action 2 foo<4> Sat Oct 14 01:15:27 2023 tramp--test-with-proper-process-name-and-buffer before nil nil tramp--test-with-proper-process-name-and-buffer changed foo<6> foo<6> Process filter foo<6> foo<6> Sat Oct 14 01:15:27 2023 Continue action 2 foo<4> Sat Oct 14 01:15:27 2023 tramp--test-with-proper-process-name-and-buffer before nil nil tramp--test-with-proper-process-name-and-buffer changed foo<4> foo<4> Process sentinel foo<4> Sat Oct 14 01:15:27 2023 Stop action 2 foo<4> Sat Oct 14 01:15:27 2023 Start action 2 foo<6> Sat Oct 14 01:15:27 2023 Continue action 2 foo<6> Sat Oct 14 01:15:27 2023 tramp--test-with-proper-process-name-and-buffer before nil nil tramp--test-with-proper-process-name-and-buffer changed foo<6> foo<6> Process sentinel foo<6> Sat Oct 14 01:15:27 2023 Stop action 2 foo<6> Sat Oct 14 01:15:27 2023 Start action 0 foo<5> Sat Oct 14 01:15:27 2023 tramp--test-with-proper-process-name-and-buffer before nil nil tramp--test-with-proper-process-name-and-buffer changed foo<5> foo<5> Process filter foo<5> foo<5> Sat Oct 14 01:15:27 2023 Continue action 0 foo<5> Sat Oct 14 01:15:27 2023 Stop action 0 foo<5> Sat Oct 14 01:15:27 2023 Start action 2 foo<3> Sat Oct 14 01:15:27 2023 Continue action 2 foo<3> Sat Oct 14 01:15:27 2023 tramp--test-with-proper-process-name-and-buffer before nil nil tramp--test-with-proper-process-name-and-buffer changed foo<3> foo<3> Process sentinel foo<3> Sat Oct 14 01:15:27 2023 Stop action 2 foo<3> Sat Oct 14 01:15:27 2023 Start action 0 foo Sat Oct 14 01:15:27 2023 Continue action 0 foo Sat Oct 14 01:15:27 2023 Stop action 0 foo Sat Oct 14 01:15:27 2023 Start action 2 foo<7> Sat Oct 14 01:15:27 2023 tramp--test-with-proper-process-name-and-buffer before nil nil tramp--test-with-proper-process-name-and-buffer changed foo foo Process filter foo foo Sat Oct 14 01:15:27 2023 tramp--test-with-proper-process-name-and-buffer before foo foo tramp--test-with-proper-process-name-and-buffer changed foo<7> foo<7> Process sentinel foo<7> Sat Oct 14 01:15:27 2023 Continue action 2 foo<7> Sat Oct 14 01:15:27 2023 Stop action 2 foo<7> Sat Oct 14 01:15:27 2023 Start action 0 foo<2> Sat Oct 14 01:15:27 2023 Continue action 0 foo<2> Sat Oct 14 01:15:27 2023 Stop action 0 foo<2> Sat Oct 14 01:15:27 2023 Start action 1 foo<5> Sat Oct 14 01:15:27 2023 tramp--test-with-proper-process-name-and-buffer before nil nil tramp--test-with-proper-process-name-and-buffer changed foo<2> foo<2> Process filter foo<2> foo<2> Sat Oct 14 01:15:27 2023 tramp--test-with-proper-process-name-and-buffer before nil nil tramp--test-with-proper-process-name-and-buffer changed foo<5> foo<5> Process filter foo<5> foo<5> Sat Oct 14 01:15:27 2023 Continue action 1 foo<5> Sat Oct 14 01:15:27 2023 Stop action 1 foo<5> Sat Oct 14 01:15:27 2023 Start action 1 foo Sat Oct 14 01:15:27 2023 Continue action 1 foo Sat Oct 14 01:15:27 2023 Stop action 1 foo Sat Oct 14 01:15:27 2023 Start action 2 foo<5> Sat Oct 14 01:15:27 2023 tramp--test-with-proper-process-name-and-buffer before nil nil tramp--test-with-proper-process-name-and-buffer changed foo foo Process filter foo foo Sat Oct 14 01:15:27 2023 Continue action 2 foo<5> Sat Oct 14 01:15:27 2023 tramp--test-with-proper-process-name-and-buffer before nil nil tramp--test-with-proper-process-name-and-buffer changed foo<5> foo<5> Process sentinel foo<5> Sat Oct 14 01:15:27 2023 Stop action 2 foo<5> Sat Oct 14 01:15:27 2023 Start action 1 foo<2> Sat Oct 14 01:15:27 2023 Continue action 1 foo<2> Sat Oct 14 01:15:27 2023 Stop action 1 foo<2> Sat Oct 14 01:15:27 2023 Start action 2 foo<2> Sat Oct 14 01:15:27 2023 tramp--test-with-proper-process-name-and-buffer before nil nil tramp--test-with-proper-process-name-and-buffer changed foo<2> foo<2> Process filter foo<2> foo<2> Sat Oct 14 01:15:27 2023 Continue action 2 foo<2> Sat Oct 14 01:15:27 2023 tramp--test-with-proper-process-name-and-buffer before nil nil tramp--test-with-proper-process-name-and-buffer changed foo<2> foo<2> Process sentinel foo<2> Sat Oct 14 01:15:27 2023 Stop action 2 foo<2> Sat Oct 14 01:15:27 2023 Start action 2 foo Sat Oct 14 01:15:27 2023 Continue action 2 foo Sat Oct 14 01:15:27 2023 tramp--test-with-proper-process-name-and-buffer before nil nil tramp--test-with-proper-process-name-and-buffer changed foo foo Process sentinel foo Sat Oct 14 01:15:27 2023 Stop action 2 foo Sat Oct 14 01:15:27 2023 Check Sat Oct 14 01:15:27 2023 passed 84/94 tramp-test45-asynchronous-requests (1.864883 sec) skipped 85/94 tramp-test46-dired-compress-dir (0.011128 sec) skipped 86/94 tramp-test46-dired-compress-file (0.177375 sec) skipped 87/94 tramp-test47-read-otp-password (0.002877 sec) skipped 88/94 tramp-test47-read-password (0.289198 sec) passed 89/94 tramp-test48-auto-load (0.486810 sec) passed 90/94 tramp-test48-delay-load (0.335302 sec) passed 91/94 tramp-test48-recursive-load (0.840977 sec) passed 92/94 tramp-test48-remote-load-path (0.329118 sec) passed 93/94 tramp-test49-without-remote-files (0.476313 sec) passed 94/94 tramp-test50-unload (1.028693 sec) Ran 94 tests, 86 results as expected, 0 unexpected, 8 skipped (2023-10-14 01:15:31+0000, 949.538317 sec) 8 skipped results: SKIPPED tramp-test10-write-region-other-file-name-handler ((skip-unless (boundp 'tar-goto-file)) :form (boundp tar-goto-file) :value nil) SKIPPED tramp-test25-file-selinux ((skip-unless (not (equal (file-selinux-context ert-remote-temporary-file-directory) '(nil nil nil nil)))) :form (not t) :value nil) SKIPPED tramp-test31-list-system-processes ((skip-unless (consp (list-system-processes))) :form (consp nil) :value nil) SKIPPED tramp-test31-process-attributes ((skip-unless (consp (list-system-processes))) :form (consp nil) :value nil) SKIPPED tramp-test46-dired-compress-dir ((skip-unless (not (tramp--test-emacs29-p))) :form (not t) :value nil) SKIPPED tramp-test46-dired-compress-file ((skip-unless (not (tramp--test-emacs29-p))) :form (not t) :value nil) SKIPPED tramp-test47-read-otp-password ((skip-unless (string-empty-p (let ((shell-file-name "sh")) (shell-command-to-string "read -s -p Password: pass")))) :form (string-empty-p "/bin/sh: 1: read: Illegal option -s\n") :value nil) SKIPPED tramp-test47-read-password ((skip-unless (string-empty-p (let ((shell-file-name "sh")) (shell-command-to-string "read -s -p Password: pass")))) :form (string-empty-p "/bin/sh: 1: read: Illegal option -s\n") :value nil)  ELC lib-src/emacsclient-tests.elc GEN lib-src/emacsclient-tests.log ELC lisp/abbrev-tests.elc GEN lisp/abbrev-tests.log ELC lisp/align-tests.elc GEN lisp/align-tests.log ELC lisp/allout-tests.elc GEN lisp/allout-tests.log ELC lisp/allout-widgets-tests.elc GEN lisp/allout-widgets-tests.log ELC lisp/ansi-color-tests.elc GEN lisp/ansi-color-tests.log ELC lisp/ansi-osc-tests.elc GEN lisp/ansi-osc-tests.log ELC lisp/apropos-tests.elc GEN lisp/apropos-tests.log ELC lisp/arc-mode-tests.elc GEN lisp/arc-mode-tests.log ELC lisp/auth-source-pass-tests.elc GEN lisp/auth-source-pass-tests.log ELC lisp/auth-source-tests.elc GEN lisp/auth-source-tests.log ELC lisp/autoinsert-tests.elc GEN lisp/autoinsert-tests.log ELC lisp/autorevert-tests.elc GEN lisp/autorevert-tests.log ELC lisp/battery-tests.elc GEN lisp/battery-tests.log ELC lisp/bookmark-tests.elc GEN lisp/bookmark-tests.log ELC lisp/buff-menu-tests.elc GEN lisp/buff-menu-tests.log ELC lisp/button-tests.elc GEN lisp/button-tests.log ELC lisp/calc/calc-tests.elc GEN lisp/calc/calc-tests.log ELC lisp/calculator-tests.elc GEN lisp/calculator-tests.log ELC lisp/calendar/cal-french-tests.elc GEN lisp/calendar/cal-french-tests.log ELC lisp/calendar/cal-julian-tests.elc GEN lisp/calendar/cal-julian-tests.log ELC lisp/calendar/icalendar-tests.elc GEN lisp/calendar/icalendar-tests.log ELC lisp/calendar/iso8601-tests.elc GEN lisp/calendar/iso8601-tests.log ELC lisp/calendar/lunar-tests.elc GEN lisp/calendar/lunar-tests.log ELC lisp/calendar/parse-time-tests.elc GEN lisp/calendar/parse-time-tests.log ELC lisp/calendar/solar-tests.elc GEN lisp/calendar/solar-tests.log ELC lisp/calendar/time-date-tests.elc GEN lisp/calendar/time-date-tests.log ELC lisp/calendar/todo-mode-tests.elc GEN lisp/calendar/todo-mode-tests.log ELC lisp/cedet/cedet-files-tests.elc GEN lisp/cedet/cedet-files-tests.log ELC lisp/cedet/semantic-utest-c.elc GEN lisp/cedet/semantic-utest-c.log ELC lisp/cedet/semantic-utest-ia.elc GEN lisp/cedet/semantic-utest-ia.log ELC lisp/cedet/semantic-utest.elc GEN lisp/cedet/semantic-utest.log ELC lisp/cedet/semantic/bovine/gcc-tests.elc GEN lisp/cedet/semantic/bovine/gcc-tests.log ELC lisp/cedet/semantic/format-tests.elc GEN lisp/cedet/semantic/format-tests.log ELC lisp/cedet/semantic/fw-tests.elc GEN lisp/cedet/semantic/fw-tests.log ELC lisp/cedet/srecode-utest-getset.elc GEN lisp/cedet/srecode-utest-getset.log ELC lisp/cedet/srecode-utest-template.elc GEN lisp/cedet/srecode-utest-template.log ELC lisp/cedet/srecode/document-tests.elc GEN lisp/cedet/srecode/document-tests.log ELC lisp/cedet/srecode/fields-tests.elc GEN lisp/cedet/srecode/fields-tests.log ELC lisp/char-fold-tests.elc GEN lisp/char-fold-tests.log ELC lisp/color-tests.elc GEN lisp/color-tests.log ELC lisp/comint-tests.elc GEN lisp/comint-tests.log ELC lisp/completion-tests.elc GEN lisp/completion-tests.log ELC lisp/cus-edit-tests.elc GEN lisp/cus-edit-tests.log ELC lisp/custom-tests.elc GEN lisp/custom-tests.log ELC lisp/dabbrev-tests.elc GEN lisp/dabbrev-tests.log ELC lisp/delim-col-tests.elc GEN lisp/delim-col-tests.log ELC lisp/descr-text-tests.elc GEN lisp/descr-text-tests.log ELC lisp/desktop-tests.elc GEN lisp/desktop-tests.log ELC lisp/dired-aux-tests.elc GEN lisp/dired-aux-tests.log ELC lisp/dired-tests.elc GEN lisp/dired-tests.log ELC lisp/dired-x-tests.elc GEN lisp/dired-x-tests.log ELC lisp/dnd-tests.elc GEN lisp/dnd-tests.log ELC lisp/dom-tests.elc GEN lisp/dom-tests.log ELC lisp/edmacro-tests.elc GEN lisp/edmacro-tests.log ELC lisp/electric-tests.elc GEN lisp/electric-tests.log ELC lisp/elide-head-tests.elc GEN lisp/elide-head-tests.log ELC lisp/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 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/eieio-tests/eieio-test-methodinvoke.elc GEN lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.log ELC lisp/emacs-lisp/eieio-tests/eieio-test-persist.elc GEN lisp/emacs-lisp/eieio-tests/eieio-test-persist.log ELC lisp/emacs-lisp/eieio-tests/eieio-tests.elc GEN lisp/emacs-lisp/eieio-tests/eieio-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/faceup-tests/faceup-test-basics.elc GEN lisp/emacs-lisp/faceup-tests/faceup-test-basics.log ELC lisp/emacs-lisp/faceup-tests/faceup-test-files.elc GEN lisp/emacs-lisp/faceup-tests/faceup-test-files.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 ELC lisp/emulation/viper-tests.elc GEN lisp/emulation/viper-tests.log ELC lisp/env-tests.elc GEN lisp/env-tests.log ELC lisp/epg-config-tests.elc GEN lisp/epg-config-tests.log ELC lisp/epg-tests.elc GEN lisp/epg-tests.log ELC lisp/erc/erc-button-tests.elc GEN lisp/erc/erc-button-tests.log ELC lisp/erc/erc-dcc-tests.elc GEN lisp/erc/erc-dcc-tests.log ELC lisp/erc/erc-fill-tests.elc GEN lisp/erc/erc-fill-tests.log ELC lisp/erc/erc-goodies-tests.elc GEN lisp/erc/erc-goodies-tests.log ELC lisp/erc/erc-join-tests.elc GEN lisp/erc/erc-join-tests.log ELC lisp/erc/erc-match-tests.elc GEN lisp/erc/erc-match-tests.log ELC lisp/erc/erc-networks-tests.elc GEN lisp/erc/erc-networks-tests.log ELC lisp/erc/erc-nicks-tests.elc GEN lisp/erc/erc-nicks-tests.log ELC lisp/erc/erc-sasl-tests.elc GEN lisp/erc/erc-sasl-tests.log ELC lisp/erc/erc-scenarios-auth-source.elc GEN lisp/erc/erc-scenarios-auth-source.log ELC lisp/erc/erc-scenarios-base-association-nick.elc GEN lisp/erc/erc-scenarios-base-association-nick.log ELC lisp/erc/erc-scenarios-base-association-query.elc GEN lisp/erc/erc-scenarios-base-association-query.log ELC lisp/erc/erc-scenarios-base-association-samenet.elc GEN lisp/erc/erc-scenarios-base-association-samenet.log ELC lisp/erc/erc-scenarios-base-association.elc GEN lisp/erc/erc-scenarios-base-association.log ELC lisp/erc/erc-scenarios-base-attach.elc GEN lisp/erc/erc-scenarios-base-attach.log ELC lisp/erc/erc-scenarios-base-auto-recon.elc GEN lisp/erc/erc-scenarios-base-auto-recon.log ELC lisp/erc/erc-scenarios-base-buffer-display.elc GEN lisp/erc/erc-scenarios-base-buffer-display.log ELC lisp/erc/erc-scenarios-base-compat-rename-bouncer.elc GEN lisp/erc/erc-scenarios-base-compat-rename-bouncer.log ELC lisp/erc/erc-scenarios-base-local-module-modes.elc GEN lisp/erc/erc-scenarios-base-local-module-modes.log ELC lisp/erc/erc-scenarios-base-local-modules.elc GEN lisp/erc/erc-scenarios-base-local-modules.log ELC lisp/erc/erc-scenarios-base-misc-regressions.elc GEN lisp/erc/erc-scenarios-base-misc-regressions.log ELC lisp/erc/erc-scenarios-base-netid-bouncer-id.elc GEN lisp/erc/erc-scenarios-base-netid-bouncer-id.log ELC lisp/erc/erc-scenarios-base-netid-bouncer-recon-base.elc GEN lisp/erc/erc-scenarios-base-netid-bouncer-recon-base.log ELC lisp/erc/erc-scenarios-base-netid-bouncer-recon-both.elc GEN lisp/erc/erc-scenarios-base-netid-bouncer-recon-both.log ELC lisp/erc/erc-scenarios-base-netid-bouncer-recon-id.elc GEN lisp/erc/erc-scenarios-base-netid-bouncer-recon-id.log ELC lisp/erc/erc-scenarios-base-netid-bouncer.elc GEN lisp/erc/erc-scenarios-base-netid-bouncer.log ELC lisp/erc/erc-scenarios-base-netid-samenet.elc GEN lisp/erc/erc-scenarios-base-netid-samenet.log ELC lisp/erc/erc-scenarios-base-reconnect.elc GEN lisp/erc/erc-scenarios-base-reconnect.log ELC lisp/erc/erc-scenarios-base-renick.elc GEN lisp/erc/erc-scenarios-base-renick.log ELC lisp/erc/erc-scenarios-base-reuse-buffers.elc GEN lisp/erc/erc-scenarios-base-reuse-buffers.log ELC lisp/erc/erc-scenarios-base-split-line.elc GEN lisp/erc/erc-scenarios-base-split-line.log ELC lisp/erc/erc-scenarios-base-unstable.elc GEN lisp/erc/erc-scenarios-base-unstable.log ELC lisp/erc/erc-scenarios-base-upstream-recon-soju.elc GEN lisp/erc/erc-scenarios-base-upstream-recon-soju.log ELC lisp/erc/erc-scenarios-base-upstream-recon-znc.elc GEN lisp/erc/erc-scenarios-base-upstream-recon-znc.log ELC lisp/erc/erc-scenarios-internal.elc GEN lisp/erc/erc-scenarios-internal.log ELC lisp/erc/erc-scenarios-join-auth-source.elc GEN lisp/erc/erc-scenarios-join-auth-source.log ELC lisp/erc/erc-scenarios-join-display-context.elc GEN lisp/erc/erc-scenarios-join-display-context.log ELC lisp/erc/erc-scenarios-join-netid-newcmd-id.elc GEN lisp/erc/erc-scenarios-join-netid-newcmd-id.log ELC lisp/erc/erc-scenarios-join-netid-newcmd.elc GEN lisp/erc/erc-scenarios-join-netid-newcmd.log ELC lisp/erc/erc-scenarios-join-netid-recon-id.elc GEN lisp/erc/erc-scenarios-join-netid-recon-id.log ELC lisp/erc/erc-scenarios-join-netid-recon.elc GEN lisp/erc/erc-scenarios-join-netid-recon.log ELC lisp/erc/erc-scenarios-log.elc GEN lisp/erc/erc-scenarios-log.log Running 3 tests (2023-10-14 01:22:55+0000, selector `(not (or (tag :unstable) (tag :nativecomp)))') passed 1/3 erc-scenarios-log--clear-stamp (2.602562 sec) passed 2/3 erc-scenarios-log--kill-hook (2.327547 sec) Test erc-scenarios-log--truncate backtrace: signal(ert-test-failed (((should (= (pos-bol) (point-min))) :form (= ert-fail(((should (= (pos-bol) (point-min))) :form (= 205 1) :value (if (unwind-protect (setq value-210 (apply fn-208 args-209)) (setq f (let (form-description-212) (if (unwind-protect (setq value-210 (app (let ((value-210 'ert-form-evaluation-aborted-211)) (let (form-descr (let* ((fn-208 #'=) (args-209 (condition-case err (let ((signal-hook (save-current-buffer (set-buffer (erc :server "127.0.0.1" :port port (let ((ert--infos (cons (cons "Info: " "Connect to foonet") ert--inf (progn (erc-scenarios-common--add-silence) (let ((ert--infos (cons ( (unwind-protect (progn (erc-scenarios-common--add-silence) (let ((er (let* ((orig-autojoin-mode (and (boundp 'erc-autojoin-mode) erc-auto (closure (erc-timestamp-format-left t) nil (let* ((orig-autojoin-mod ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test ert-run-test(#s(ert-test :name erc-scenarios-log--truncate :document ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m ert-run-tests((not (or (tag :unstable) (tag :nativecomp))) #f(compil ert-run-tests-batch((not (or (tag :unstable) (tag :nativecomp)))) ert-run-tests-batch-and-exit((not (or (tag :unstable) (tag :nativeco eval((ert-run-tests-batch-and-exit '(not (or (tag :unstable) (tag :n command-line-1(("-L" ":." "-l" "ert" "-l" "lisp/erc/erc-scenarios-lo command-line() normal-top-level() Test erc-scenarios-log--truncate condition: Info: Connect to foonet (ert-test-failed ((should (= (pos-bol) (point-min))) :form (= 205 1) :value nil)) FAILED 3/3 erc-scenarios-log--truncate (0.267248 sec) at lisp/erc/erc-scenarios-log.el:151 Ran 3 tests, 2 results as expected, 1 unexpected (2023-10-14 01:23:00+0000, 5.586437 sec) 1 unexpected results: FAILED erc-scenarios-log--truncate ((should (= (pos-bol) (point-min))) :form (= 205 1) :value nil) make[3]: *** [Makefile:181: lisp/erc/erc-scenarios-log.log] Error 1 ELC lisp/erc/erc-scenarios-match.elc GEN lisp/erc/erc-scenarios-match.log ELC lisp/erc/erc-scenarios-misc.elc GEN lisp/erc/erc-scenarios-misc.log ELC lisp/erc/erc-scenarios-sasl.elc GEN lisp/erc/erc-scenarios-sasl.log ELC lisp/erc/erc-scenarios-scrolltobottom-relaxed.elc GEN lisp/erc/erc-scenarios-scrolltobottom-relaxed.log ELC lisp/erc/erc-scenarios-scrolltobottom.elc GEN lisp/erc/erc-scenarios-scrolltobottom.log ELC lisp/erc/erc-scenarios-services-misc.elc GEN lisp/erc/erc-scenarios-services-misc.log ELC lisp/erc/erc-scenarios-status-sidebar.elc GEN lisp/erc/erc-scenarios-status-sidebar.log ELC lisp/erc/erc-services-tests.elc GEN lisp/erc/erc-services-tests.log ELC lisp/erc/erc-stamp-tests.elc GEN lisp/erc/erc-stamp-tests.log ELC lisp/erc/erc-tests.elc GEN lisp/erc/erc-tests.log ELC lisp/erc/erc-track-tests.elc GEN lisp/erc/erc-track-tests.log ELC lisp/eshell/em-alias-tests.elc GEN lisp/eshell/em-alias-tests.log ELC lisp/eshell/em-basic-tests.elc GEN lisp/eshell/em-basic-tests.log ELC lisp/eshell/em-cmpl-tests.elc GEN lisp/eshell/em-cmpl-tests.log ELC lisp/eshell/em-dirs-tests.elc GEN lisp/eshell/em-dirs-tests.log ELC lisp/eshell/em-extpipe-tests.elc GEN lisp/eshell/em-extpipe-tests.log ELC lisp/eshell/em-glob-tests.elc GEN lisp/eshell/em-glob-tests.log ELC lisp/eshell/em-hist-tests.elc GEN lisp/eshell/em-hist-tests.log ELC lisp/eshell/em-ls-tests.elc GEN lisp/eshell/em-ls-tests.log ELC lisp/eshell/em-pred-tests.elc GEN lisp/eshell/em-pred-tests.log ELC lisp/eshell/em-prompt-tests.elc GEN lisp/eshell/em-prompt-tests.log ELC lisp/eshell/em-script-tests.elc GEN lisp/eshell/em-script-tests.log ELC lisp/eshell/em-tramp-tests.elc GEN lisp/eshell/em-tramp-tests.log ELC lisp/eshell/em-unix-tests.elc GEN lisp/eshell/em-unix-tests.log Running 4 tests (2023-10-14 01:24:25+0000, selector `(not (or (tag :unstable) (tag :nativecomp)))') Loading em-alias... Loading em-banner... Loading em-basic... Loading em-cmpl... Loading em-extpipe... Loading em-glob... Loading em-hist... Loading em-ls... Loading em-pred... Loading em-prompt... Loading em-script... Loading em-term... passed 1/4 em-unix-test/compile/interactive (0.070944 sec) timeout: the monitored command dumped core make[3]: *** [Makefile:181: lisp/eshell/em-unix-tests.log] Error 124 ELC lisp/eshell/esh-arg-tests.elc GEN lisp/eshell/esh-arg-tests.log ELC lisp/eshell/esh-cmd-tests.elc GEN lisp/eshell/esh-cmd-tests.log Running 50 tests (2023-10-14 02:24:29+0000, selector `(not (or (tag :unstable) (tag :nativecomp)))') Loading em-alias... Loading em-banner... Loading em-basic... Loading em-cmpl... Loading em-extpipe... Loading em-glob... Loading em-hist... Loading em-ls... Loading em-pred... Loading em-prompt... Loading em-script... Loading em-term... Loading em-unix... passed 1/50 esh-cmd-test/and-operator (0.317286 sec) [echo]+ Done (/bin/echo hi) passed 2/50 esh-cmd-test/background/simple-command (0.106397 sec) [echo]+ Done (/bin/echo hello) [rev]+ Done (/usr/bin/rev) passed 3/50 esh-cmd-test/background/subcommand (0.157339 sec) passed 4/50 esh-cmd-test/backquoted-lisp-form (0.001823 sec) passed 5/50 esh-cmd-test/backquoted-lisp-form/splice (0.001365 sec) passed 6/50 esh-cmd-test/for-loop (0.003856 sec) passed 7/50 esh-cmd-test/for-loop-for-items-shadow (0.002469 sec) passed 8/50 esh-cmd-test/for-loop-list (0.003108 sec) passed 9/50 esh-cmd-test/for-loop-multiple-args (0.008611 sec) passed 10/50 esh-cmd-test/for-loop-name (0.002001 sec) passed 11/50 esh-cmd-test/for-loop-name-shadow (0.003577 sec) passed 12/50 esh-cmd-test/for-loop-pipe (0.111907 sec) passed 13/50 esh-cmd-test/if-else-statement (0.004142 sec) timeout: the monitored command dumped core make[3]: *** [Makefile:181: lisp/eshell/esh-cmd-tests.log] Error 124 ELC lisp/eshell/esh-ext-tests.elc GEN lisp/eshell/esh-ext-tests.log ELC lisp/eshell/esh-io-tests.elc GEN lisp/eshell/esh-io-tests.log Running 35 tests (2023-10-14 03:24:35+0000, selector `(not (or (tag :unstable) (tag :nativecomp)))') Loading em-alias... Loading em-banner... Loading em-basic... Loading em-cmpl... Loading em-extpipe... Loading em-glob... Loading em-hist... Loading em-ls... Loading em-pred... Loading em-prompt... Loading em-script... Loading em-term... Loading em-unix... timeout: the monitored command dumped core make[3]: *** [Makefile:181: lisp/eshell/esh-io-tests.log] Error 124 ELC lisp/eshell/esh-opt-tests.elc GEN lisp/eshell/esh-opt-tests.log ELC lisp/eshell/esh-proc-tests.elc GEN lisp/eshell/esh-proc-tests.log section_end:1697259515:step_script ERROR: Job failed: execution took longer than 4h0m0s seconds