Running with gitlab-runner 15.3.0 (bbcb5aba)  on emba-docker-runner 2oEDrUT7 section_start:1698152230: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:1698152234:prepare_executor section_start:1698152234:prepare_script Preparing environment Running on runner-2oedrut7-project-1-concurrent-0 via emba.gnu.org... section_end:1698152236:prepare_script section_start:1698152236: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 408c904d as master... Skipping Git submodules setup section_end:1698152241:get_sources section_start:1698152241:step_script Executing "step_script" stage of the job script Using docker image sha256:81f5749c9058a7284e6acd8e126f2b882765a17b9ead14422b51cde1a110b85c for docker:19.03.12 with digest docker@sha256:d41efe7ad0df5a709cfd4e627c7e45104f39bbc08b1b40d7fb718c562b3ce135 ... $ docker info WARNING: No swap limit support Client: Debug Mode: false Server: Containers: 12 Running: 2 Paused: 0 Stopped: 10 Images: 11 Server Version: 20.10.21 Storage Driver: overlay2 Backing Filesystem: xfs Supports d_type: true Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc Default Runtime: runc Init Binary: docker-init containerd version: runc version: init version: Security Options: apparmor seccomp Profile: default Kernel Version: 4.15.0-213-generic Operating System: Trisquel GNU/Linux Etiona (9.0.2) OSType: linux Architecture: x86_64 CPUs: 2 Total Memory: 7.789GiB Name: emba.gnu.org ID: X47L:JFLM:IP7X:AN3A:6FS4:N5DF:SGWZ:KSYJ:GQ2L:ZEKB:GUXD:3IZT Docker Root Dir: /var/lib/docker Debug Mode: false HTTP Proxy: http://serverproxy0p.fsf.org:8118/ HTTPS Proxy: http://serverproxy0p.fsf.org:8118/ No Proxy: localhost,127.0.0.1,eggs.gnu.org,emba.gnu.org/ Registry: https://index.docker.io/v1/ Labels: Experimental: false Insecure Registries: 127.0.0.0/8 Live Restore Enabled: false $ echo "docker registry is ${CI_REGISTRY}" docker registry is emba.gnu.org:5050 $ docker login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY} WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /.docker-config-408c904d6602cf269c128a5b5e7b9d0e0b4f7d69/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-native-comp-speed2-master: Pulling from emacs/emacs Digest: sha256:3fa8908cf8d5f32516bd672a7019eaab81ce0bc8591a0dc47ec8a73c7e71dc78 Status: Image is up to date for emba.gnu.org:5050/emacs/emacs:emacs-native-comp-speed2-master emba.gnu.org:5050/emacs/emacs:emacs-native-comp-speed2-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 SELECTOR='(not (tag :unstable))' + 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 + git diff --name-only FETCH_HEAD + xargs git checkout -f FETCH_HEAD HEAD is now at 408c904 * Makefile.in (sanity-check): Add the -Q option. (Bug#66721) + 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 -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 'emoji-zwj.el'. make[3]: Leaving directory '/checkout/admin/unidata' make[3]: Nothing to be done for 'charscript.el'. make[3]: Leaving directory '/checkout/admin/unidata' make[3]: Entering directory '/checkout/admin/charsets' make[3]: Nothing to be done for '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' make[3]: Entering directory '/checkout/lisp' GEN autoloads 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...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]: 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]: 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 'all'. make[3]: Leaving directory '/checkout/admin/charsets' make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs" make[3]: Entering directory '/checkout/admin/unidata' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/checkout/admin/unidata' make[2]: Leaving directory '/checkout/src' make[1]: Leaving directory '/checkout' make sanity-check make-target=all make[1]: Entering directory '/checkout' make[1]: Leaving directory '/checkout' + make -k -C test check 'SELECTOR=(not (tag :unstable))' make: Entering directory '/checkout/test' rm -f ./*.tmp make[1]: Entering directory '/checkout/test' make[2]: Entering directory '/checkout/test' ELC+ELN lisp/net/tramp-tests.elc GEN lisp/net/tramp-tests.log Running 94 tests (2023-10-24 12:57:47+0000, selector `(not (tag :unstable))') Remote directory: `/mock::/tmp/' passed 1/94 tramp-test00-availability (0.084507 sec) passed 2/94 tramp-test01-file-name-syntax (0.052842 sec) passed 3/94 tramp-test01-file-name-syntax-separate (0.001781 sec) passed 4/94 tramp-test01-file-name-syntax-simplified (0.000655 sec) passed 5/94 tramp-test02-file-name-dissect (0.055659 sec) passed 6/94 tramp-test02-file-name-dissect-separate (0.100656 sec) passed 7/94 tramp-test02-file-name-dissect-simplified (0.028863 sec) passed 8/94 tramp-test03-file-name-defaults (0.025598 sec) passed 9/94 tramp-test03-file-name-host-rules (0.314927 sec) passed 10/94 tramp-test03-file-name-method-rules (0.165018 sec) passed 11/94 tramp-test04-substitute-in-file-name (0.008764 sec) passed 12/94 tramp-test05-expand-file-name (0.002871 sec) passed 13/94 tramp-test05-expand-file-name-relative (0.162786 sec) passed 14/94 tramp-test05-expand-file-name-tilde (0.316463 sec) passed 15/94 tramp-test05-expand-file-name-top (0.068418 sec) passed 16/94 tramp-test06-directory-file-name (0.266662 sec) passed 17/94 tramp-test07-abbreviate-file-name (0.650244 sec) passed 18/94 tramp-test07-file-exists-p (1.269530 sec) passed 19/94 tramp-test08-file-local-copy (0.646438 sec) passed 20/94 tramp-test09-insert-file-contents (0.852416 sec) Wrote /mock:6bdffdcc1df5:/tmp/tramp-test5ycZgQ Wrote /mock:6bdffdcc1df5:/tmp/tramp-test5ycZgQ Wrote /mock:6bdffdcc1df5:/tmp/tramp-test5ycZgQ Wrote /mock:6bdffdcc1df5:/:/tmp/tramp-test393HTS Wrote /mock:6bdffdcc1df5:/:/tmp/tramp-test393HTS Wrote /mock:6bdffdcc1df5:/:/tmp/tramp-test393HTS passed 21/94 tramp-test10-write-region (8.979266 sec) passed 22/94 tramp-test10-write-region-file-precious-flag (1.533456 sec) skipped 23/94 tramp-test10-write-region-other-file-name-handler (0.158653 sec) passed 24/94 tramp-test11-copy-file (4.006612 sec) passed 25/94 tramp-test12-rename-file (5.044487 sec) passed 26/94 tramp-test13-make-directory (0.332727 sec) passed 27/94 tramp-test14-delete-directory (2.911178 sec) passed 28/94 tramp-test15-copy-directory (3.795942 sec) passed 29/94 tramp-test16-directory-files (0.982832 sec) passed 30/94 tramp-test16-file-expand-wildcards (1.031211 sec) passed 31/94 tramp-test17-dired-with-wildcards (1.404787 sec) passed 32/94 tramp-test17-insert-directory (0.972006 sec) passed 33/94 tramp-test17-insert-directory-one-file (1.140062 sec) Warning (emacs): Redefining `file-exists-p' might break native compilation of trampolines. Warning (emacs): Redefining `file-exists-p' might break native compilation of trampolines. passed 34/94 tramp-test18-file-attributes (4.002766 sec) Warning (emacs): Redefining `file-exists-p' might break native compilation of trampolines. Warning (emacs): Redefining `file-exists-p' might break native compilation of trampolines. passed 35/94 tramp-test18-file-attributes-with-ls (3.830849 sec) Warning (emacs): Redefining `file-exists-p' might break native compilation of trampolines. Warning (emacs): Redefining `file-exists-p' might break native compilation of trampolines. passed 36/94 tramp-test18-file-attributes-with-perl (5.005117 sec) Warning (emacs): Redefining `file-exists-p' might break native compilation of trampolines. Warning (emacs): Redefining `file-exists-p' might break native compilation of trampolines. passed 37/94 tramp-test18-file-attributes-with-stat (3.726323 sec) passed 38/94 tramp-test19-directory-files-and-attributes (0.994414 sec) passed 39/94 tramp-test19-directory-files-and-attributes-with-ls (0.973133 sec) passed 40/94 tramp-test19-directory-files-and-attributes-with-perl (1.370644 sec) passed 41/94 tramp-test19-directory-files-and-attributes-with-stat (1.117679 sec) passed 42/94 tramp-test20-file-modes (0.600731 sec) passed 43/94 tramp-test21-file-links (3.416654 sec) passed 44/94 tramp-test22-file-times (0.899061 sec) passed 45/94 tramp-test23-visited-file-modtime (0.625230 sec) passed 46/94 tramp-test24-file-acl (1.094828 sec) skipped 47/94 tramp-test25-file-selinux (0.359170 sec) passed 48/94 tramp-test26-file-name-completion (1.628955 sec) passed 49/94 tramp-test26-file-name-completion-with-ls (1.342256 sec) passed 50/94 tramp-test26-file-name-completion-with-perl (2.383675 sec) passed 51/94 tramp-test26-interactive-file-name-completion (36.366914 sec) passed 52/94 tramp-test27-load (0.630395 sec) passed 53/94 tramp-test28-process-file (2.257184 sec) passed 54/94 tramp-test29-start-file-process (0.803158 sec) passed 55/94 tramp-test29-start-file-process-direct-async (1.100392 sec) passed 56/94 tramp-test30-make-process-direct-async (0.697132 sec) skipped 57/94 tramp-test31-list-system-processes (0.139897 sec) passed 58/94 tramp-test31-memory-info (0.206663 sec) skipped 59/94 tramp-test31-process-attributes (0.299112 sec) passed 60/94 tramp-test32-shell-command (1.949877 sec) passed 61/94 tramp-test33-environment-variables (1.048332 sec) passed 62/94 tramp-test33-environment-variables-and-port-numbers (0.276826 sec) passed 63/94 tramp-test33-environment-variables-direct-async (0.609579 sec) passed 64/94 tramp-test34-connection-local-variables (2.093443 sec) passed 65/94 tramp-test34-explicit-shell-file-name (0.527465 sec) passed 66/94 tramp-test35-exec-path (0.655442 sec) passed 67/94 tramp-test35-remote-path (5.625996 sec) (Git) passed 68/94 tramp-test36-vc-registered (2.197537 sec) passed 69/94 tramp-test37-make-auto-save-file-name (1.930266 sec) passed 70/94 tramp-test38-find-backup-file-name (2.214260 sec) passed 71/94 tramp-test39-detect-external-change (12.485935 sec) passed 72/94 tramp-test39-make-lock-file-name (10.636344 sec) passed 73/94 tramp-test40-make-nearby-temp-file (0.538387 sec) passed 74/94 tramp-test41-special-characters (26.149456 sec) passed 75/94 tramp-test41-special-characters-with-ls (31.334775 sec) passed 76/94 tramp-test41-special-characters-with-perl (37.782397 sec) passed 77/94 tramp-test41-special-characters-with-stat (25.681485 sec) passed 78/94 tramp-test42-utf8 (190.473775 sec) passed 79/94 tramp-test42-utf8-with-ls (198.399156 sec) passed 80/94 tramp-test42-utf8-with-perl (162.802338 sec) passed 81/94 tramp-test42-utf8-with-stat (169.049330 sec) passed 82/94 tramp-test43-file-system-info (0.623530 sec) passed 83/94 tramp-test44-file-user-group-ids (0.409008 sec) tramp--test-with-proper-process-name-and-buffer before nil nil tramp--test-with-proper-process-name-and-buffer changed *tramp/mock 6bdffdcc1df5* *tramp/mock 6bdffdcc1df5* Start timer foo<7> Tue Oct 24 13:14:26 2023 Continue timer foo<7> nil Stop timer foo<7> Tue Oct 24 13:14:26 2023 Start action 0 foo<2> Tue Oct 24 13:14:27 2023 Continue action 0 foo<2> Tue Oct 24 13:14:27 2023 Stop action 0 foo<2> Tue Oct 24 13:14:27 2023 Start action 1 foo<2> Tue Oct 24 13:14: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> Tue Oct 24 13:14: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> Tue Oct 24 13:14:27 2023 Continue action 1 foo<2> Tue Oct 24 13:14:27 2023 Stop action 1 foo<2> Tue Oct 24 13:14:27 2023 Start action 0 foo<10> Tue Oct 24 13:14:27 2023 Continue action 0 foo<10> Tue Oct 24 13:14:27 2023 Stop action 0 foo<10> Tue Oct 24 13:14:27 2023 Start action 2 foo<2> Tue Oct 24 13:14: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 filter foo<10> foo<10> Tue Oct 24 13:14:27 2023 tramp--test-with-proper-process-name-and-buffer before foo<10> foo<10> tramp--test-with-proper-process-name-and-buffer changed foo<2> foo<2> Process sentinel foo<2> Tue Oct 24 13:14:27 2023 Continue action 2 foo<2> Tue Oct 24 13:14:27 2023 Stop action 2 foo<2> Tue Oct 24 13:14:27 2023 Start action 0 foo<3> Tue Oct 24 13:14:27 2023 Continue action 0 foo<3> Tue Oct 24 13:14:27 2023 Stop action 0 foo<3> Tue Oct 24 13:14:27 2023 Start action 0 foo<9> Tue Oct 24 13:14: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 filter foo<3> foo<3> Tue Oct 24 13:14:27 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> Tue Oct 24 13:14:27 2023 Continue action 0 foo<9> Tue Oct 24 13:14:27 2023 Stop action 0 foo<9> Tue Oct 24 13:14:27 2023 Start action 1 foo<10> Tue Oct 24 13:14:27 2023 Continue action 1 foo<10> Tue Oct 24 13:14:27 2023 Stop action 1 foo<10> Tue Oct 24 13:14:27 2023 Start action 0 foo Tue Oct 24 13:14: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 filter foo<10> foo<10> Tue Oct 24 13:14:27 2023 Continue action 0 foo Tue Oct 24 13:14:27 2023 Stop action 0 foo Tue Oct 24 13:14:27 2023 Start action 0 foo<8> Tue Oct 24 13:14: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 Tue Oct 24 13:14:27 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> Tue Oct 24 13:14:27 2023 Continue action 0 foo<8> Tue Oct 24 13:14:27 2023 Stop action 0 foo<8> Tue Oct 24 13:14:27 2023 Start action 1 foo<9> Tue Oct 24 13:14:27 2023 Continue action 1 foo<9> Tue Oct 24 13:14:27 2023 Stop action 1 foo<9> Tue Oct 24 13:14:27 2023 Start action 0 foo<5> Tue Oct 24 13:14:27 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> Tue Oct 24 13:14: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> Tue Oct 24 13:14:27 2023 Continue action 0 foo<5> Tue Oct 24 13:14:27 2023 Stop action 0 foo<5> Tue Oct 24 13:14:27 2023 Start action 2 foo<10> Tue Oct 24 13:14:27 2023 Continue action 2 foo<10> Tue Oct 24 13:14: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> Tue Oct 24 13:14:27 2023 Stop action 2 foo<10> Tue Oct 24 13:14:27 2023 Start action 1 foo<5> Tue Oct 24 13:14:27 2023 Continue action 1 foo<5> Tue Oct 24 13:14:27 2023 Stop action 1 foo<5> Tue Oct 24 13:14:27 2023 Start action 2 foo<9> Tue Oct 24 13:14: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> Tue Oct 24 13:14:27 2023 Continue action 2 foo<9> Tue Oct 24 13:14:27 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> Tue Oct 24 13:14:27 2023 Stop action 2 foo<9> Tue Oct 24 13:14:27 2023 Start action 2 foo<5> Tue Oct 24 13:14:27 2023 Continue action 2 foo<5> Tue Oct 24 13:14: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> Tue Oct 24 13:14:27 2023 Stop action 2 foo<5> Tue Oct 24 13:14:27 2023 Start action 1 foo<8> Tue Oct 24 13:14:27 2023 tramp--test-with-proper-process-name-and-buffer before nil nil tramp--test-with-proper-process-name-and-buffer changed *tramp/mock 6bdffdcc1df5* *tramp/mock 6bdffdcc1df5* Start timer foo<9> Tue Oct 24 13:14:27 2023 Continue timer foo<9> nil Stop timer foo<9> Tue Oct 24 13:14:27 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> Tue Oct 24 13:14:27 2023 Continue action 1 foo<8> Tue Oct 24 13:14:27 2023 Stop action 1 foo<8> Tue Oct 24 13:14:27 2023 Start action 1 foo<3> Tue Oct 24 13:14:27 2023 Continue action 1 foo<3> Tue Oct 24 13:14:27 2023 Stop action 1 foo<3> Tue Oct 24 13:14:27 2023 Start action 0 foo<4> Tue Oct 24 13:14: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> Tue Oct 24 13:14: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 filter foo<3> foo<3> Tue Oct 24 13:14:27 2023 Continue action 0 foo<4> Tue Oct 24 13:14:27 2023 Stop action 0 foo<4> Tue Oct 24 13:14:27 2023 Start action 1 foo Tue Oct 24 13:14:27 2023 Continue action 1 foo Tue Oct 24 13:14:27 2023 Stop action 1 foo Tue Oct 24 13:14:27 2023 Start action 2 foo Tue Oct 24 13:14: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 Tue Oct 24 13:14:27 2023 Continue action 2 foo Tue Oct 24 13:14: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 Tue Oct 24 13:14:27 2023 Stop action 2 foo Tue Oct 24 13:14:27 2023 Start action 1 foo<4> Tue Oct 24 13:14:27 2023 Continue action 1 foo<4> Tue Oct 24 13:14:27 2023 Stop action 1 foo<4> Tue Oct 24 13:14:27 2023 Start action 0 foo<6> Tue Oct 24 13:14: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> Tue Oct 24 13:14: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> Tue Oct 24 13:14:27 2023 Continue action 0 foo<6> Tue Oct 24 13:14:27 2023 Stop action 0 foo<6> Tue Oct 24 13:14:27 2023 Start action 1 foo<6> Tue Oct 24 13:14:27 2023 Continue action 1 foo<6> Tue Oct 24 13:14:27 2023 Stop action 1 foo<6> Tue Oct 24 13:14:27 2023 Start action 2 foo<8> Tue Oct 24 13:14: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> Tue Oct 24 13:14:27 2023 Continue action 2 foo<8> Tue Oct 24 13:14:27 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> Tue Oct 24 13:14:27 2023 Stop action 2 foo<8> Tue Oct 24 13:14:27 2023 Start action 2 foo<6> Tue Oct 24 13:14:27 2023 Continue action 2 foo<6> Tue Oct 24 13:14: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> Tue Oct 24 13:14:27 2023 Stop action 2 foo<6> Tue Oct 24 13:14:27 2023 Start action 2 foo<3> Tue Oct 24 13:14:27 2023 Continue action 2 foo<3> Tue Oct 24 13:14:28 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> Tue Oct 24 13:14:28 2023 Stop action 2 foo<3> Tue Oct 24 13:14:28 2023 Start action 2 foo<4> Tue Oct 24 13:14:28 2023 Continue action 2 foo<4> Tue Oct 24 13:14:28 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> Tue Oct 24 13:14:28 2023 Stop action 2 foo<4> Tue Oct 24 13:14:28 2023 Start action 0 foo<7> Tue Oct 24 13:14:28 2023 Continue action 0 foo<7> Tue Oct 24 13:14:28 2023 Stop action 0 foo<7> Tue Oct 24 13:14:28 2023 Start action 1 foo<7> Tue Oct 24 13:14:28 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> Tue Oct 24 13:14:28 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> Tue Oct 24 13:14:28 2023 Continue action 1 foo<7> Tue Oct 24 13:14:28 2023 Stop action 1 foo<7> Tue Oct 24 13:14:28 2023 Start action 2 foo<7> Tue Oct 24 13:14:28 2023 Continue action 2 foo<7> Tue Oct 24 13:14:28 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 sentinel foo<7> Tue Oct 24 13:14:28 2023 Stop action 2 foo<7> Tue Oct 24 13:14:28 2023 Check Tue Oct 24 13:14:28 2023 passed 84/94 tramp-test45-asynchronous-requests (1.862828 sec) skipped 85/94 tramp-test46-dired-compress-dir (0.013272 sec) skipped 86/94 tramp-test46-dired-compress-file (0.163802 sec) skipped 87/94 tramp-test47-read-otp-password (0.002891 sec) skipped 88/94 tramp-test47-read-password (0.152303 sec) passed 89/94 tramp-test48-auto-load (0.582654 sec) passed 90/94 tramp-test48-delay-load (0.467667 sec) passed 91/94 tramp-test48-recursive-load (0.895538 sec) passed 92/94 tramp-test48-remote-load-path (0.392643 sec) passed 93/94 tramp-test49-without-remote-files (0.265674 sec) passed 94/94 tramp-test50-unload (0.289309 sec) Ran 94 tests, 86 results as expected, 0 unexpected, 8 skipped (2023-10-24 13:14:31+0000, 1003.869596 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+ELN lib-src/emacsclient-tests.elc GEN lib-src/emacsclient-tests.log ELC+ELN lisp/abbrev-tests.elc GEN lisp/abbrev-tests.log ELC+ELN lisp/align-tests.elc GEN lisp/align-tests.log ELC+ELN lisp/allout-tests.elc GEN lisp/allout-tests.log ELC+ELN lisp/allout-widgets-tests.elc GEN lisp/allout-widgets-tests.log ELC+ELN lisp/ansi-color-tests.elc GEN lisp/ansi-color-tests.log ELC+ELN lisp/ansi-osc-tests.elc GEN lisp/ansi-osc-tests.log ELC+ELN lisp/apropos-tests.elc GEN lisp/apropos-tests.log ELC+ELN lisp/arc-mode-tests.elc GEN lisp/arc-mode-tests.log ELC+ELN lisp/auth-source-pass-tests.elc GEN lisp/auth-source-pass-tests.log ELC+ELN lisp/auth-source-tests.elc GEN lisp/auth-source-tests.log ELC+ELN lisp/autoinsert-tests.elc GEN lisp/autoinsert-tests.log ELC+ELN lisp/autorevert-tests.elc GEN lisp/autorevert-tests.log ELC+ELN lisp/battery-tests.elc GEN lisp/battery-tests.log ELC+ELN lisp/bookmark-tests.elc GEN lisp/bookmark-tests.log ELC+ELN lisp/buff-menu-tests.elc GEN lisp/buff-menu-tests.log ELC+ELN lisp/button-tests.elc GEN lisp/button-tests.log ELC+ELN lisp/calc/calc-tests.elc GEN lisp/calc/calc-tests.log ELC+ELN lisp/calculator-tests.elc GEN lisp/calculator-tests.log ELC+ELN lisp/calendar/cal-french-tests.elc GEN lisp/calendar/cal-french-tests.log ELC+ELN lisp/calendar/cal-julian-tests.elc GEN lisp/calendar/cal-julian-tests.log ELC+ELN lisp/calendar/icalendar-tests.elc GEN lisp/calendar/icalendar-tests.log ELC+ELN lisp/calendar/iso8601-tests.elc GEN lisp/calendar/iso8601-tests.log ELC+ELN lisp/calendar/lunar-tests.elc GEN lisp/calendar/lunar-tests.log ELC+ELN lisp/calendar/parse-time-tests.elc GEN lisp/calendar/parse-time-tests.log ELC+ELN lisp/calendar/solar-tests.elc GEN lisp/calendar/solar-tests.log ELC+ELN lisp/calendar/time-date-tests.elc GEN lisp/calendar/time-date-tests.log ELC+ELN lisp/calendar/todo-mode-tests.elc GEN lisp/calendar/todo-mode-tests.log ELC+ELN lisp/cedet/cedet-files-tests.elc GEN lisp/cedet/cedet-files-tests.log ELC+ELN lisp/cedet/semantic-utest-c.elc GEN lisp/cedet/semantic-utest-c.log ELC+ELN lisp/cedet/semantic-utest-ia.elc GEN lisp/cedet/semantic-utest-ia.log ELC+ELN lisp/cedet/semantic-utest.elc GEN lisp/cedet/semantic-utest.log ELC+ELN lisp/cedet/semantic/bovine/gcc-tests.elc GEN lisp/cedet/semantic/bovine/gcc-tests.log ELC+ELN lisp/cedet/semantic/format-tests.elc GEN lisp/cedet/semantic/format-tests.log ELC+ELN lisp/cedet/semantic/fw-tests.elc GEN lisp/cedet/semantic/fw-tests.log ELC+ELN lisp/cedet/srecode-utest-getset.elc GEN lisp/cedet/srecode-utest-getset.log ELC+ELN lisp/cedet/srecode-utest-template.elc GEN lisp/cedet/srecode-utest-template.log ELC+ELN lisp/cedet/srecode/document-tests.elc GEN lisp/cedet/srecode/document-tests.log ELC+ELN lisp/cedet/srecode/fields-tests.elc GEN lisp/cedet/srecode/fields-tests.log ELC+ELN lisp/char-fold-tests.elc GEN lisp/char-fold-tests.log ELC+ELN lisp/color-tests.elc GEN lisp/color-tests.log ELC+ELN lisp/comint-tests.elc GEN lisp/comint-tests.log ELC+ELN lisp/completion-tests.elc GEN lisp/completion-tests.log ELC+ELN lisp/cus-edit-tests.elc GEN lisp/cus-edit-tests.log ELC+ELN lisp/custom-tests.elc GEN lisp/custom-tests.log ELC+ELN lisp/dabbrev-tests.elc GEN lisp/dabbrev-tests.log ELC+ELN lisp/delim-col-tests.elc GEN lisp/delim-col-tests.log ELC+ELN lisp/descr-text-tests.elc GEN lisp/descr-text-tests.log ELC+ELN lisp/desktop-tests.elc GEN lisp/desktop-tests.log ELC+ELN lisp/dired-aux-tests.elc GEN lisp/dired-aux-tests.log ELC+ELN lisp/dired-tests.elc GEN lisp/dired-tests.log ELC+ELN lisp/dired-x-tests.elc GEN lisp/dired-x-tests.log ELC+ELN lisp/dnd-tests.elc GEN lisp/dnd-tests.log ELC+ELN lisp/dom-tests.elc GEN lisp/dom-tests.log ELC+ELN lisp/edmacro-tests.elc GEN lisp/edmacro-tests.log ELC+ELN lisp/electric-tests.elc GEN lisp/electric-tests.log ELC+ELN lisp/elide-head-tests.elc GEN lisp/elide-head-tests.log ELC+ELN lisp/emacs-lisp/backquote-tests.elc GEN lisp/emacs-lisp/backquote-tests.log ELC+ELN lisp/emacs-lisp/backtrace-tests.elc GEN lisp/emacs-lisp/backtrace-tests.log ELC+ELN lisp/emacs-lisp/benchmark-tests.elc GEN lisp/emacs-lisp/benchmark-tests.log ELC+ELN lisp/emacs-lisp/bindat-tests.elc GEN lisp/emacs-lisp/bindat-tests.log ELC+ELN lisp/emacs-lisp/byte-run-tests.elc GEN lisp/emacs-lisp/byte-run-tests.log ELC+ELN lisp/emacs-lisp/bytecomp-tests.elc GEN lisp/emacs-lisp/bytecomp-tests.log ELC+ELN lisp/emacs-lisp/cconv-tests.elc GEN lisp/emacs-lisp/cconv-tests.log ELC+ELN lisp/emacs-lisp/check-declare-tests.elc GEN lisp/emacs-lisp/check-declare-tests.log ELC+ELN lisp/emacs-lisp/checkdoc-tests.elc GEN lisp/emacs-lisp/checkdoc-tests.log ELC+ELN lisp/emacs-lisp/cl-extra-tests.elc GEN lisp/emacs-lisp/cl-extra-tests.log ELC+ELN lisp/emacs-lisp/cl-generic-tests.elc GEN lisp/emacs-lisp/cl-generic-tests.log ELC+ELN lisp/emacs-lisp/cl-lib-tests.elc GEN lisp/emacs-lisp/cl-lib-tests.log ELC+ELN lisp/emacs-lisp/cl-macs-tests.elc GEN lisp/emacs-lisp/cl-macs-tests.log ELC+ELN lisp/emacs-lisp/cl-preloaded-tests.elc GEN lisp/emacs-lisp/cl-preloaded-tests.log ELC+ELN lisp/emacs-lisp/cl-print-tests.elc GEN lisp/emacs-lisp/cl-print-tests.log ELC+ELN lisp/emacs-lisp/cl-seq-tests.elc GEN lisp/emacs-lisp/cl-seq-tests.log ELC+ELN lisp/emacs-lisp/comp-cstr-tests.elc GEN lisp/emacs-lisp/comp-cstr-tests.log Running 92 tests (2023-10-24 13:16:52+0000, selector `(not (tag :unstable))') passed 1/92 comp-cstr-test-1 (0.013201 sec) passed 2/92 comp-cstr-test-10 (0.011638 sec) passed 3/92 comp-cstr-test-11 (0.011038 sec) passed 4/92 comp-cstr-test-12 (0.009969 sec) passed 5/92 comp-cstr-test-13 (0.011826 sec) passed 6/92 comp-cstr-test-14 (0.010945 sec) passed 7/92 comp-cstr-test-15 (0.010364 sec) passed 8/92 comp-cstr-test-16 (0.009798 sec) passed 9/92 comp-cstr-test-17 (0.010704 sec) passed 10/92 comp-cstr-test-18 (0.010442 sec) passed 11/92 comp-cstr-test-19 (0.010624 sec) passed 12/92 comp-cstr-test-2 (0.010668 sec) passed 13/92 comp-cstr-test-20 (0.010186 sec) passed 14/92 comp-cstr-test-21 (0.009364 sec) passed 15/92 comp-cstr-test-22 (0.010306 sec) passed 16/92 comp-cstr-test-23 (0.009281 sec) passed 17/92 comp-cstr-test-24 (0.009956 sec) passed 18/92 comp-cstr-test-25 (0.010423 sec) passed 19/92 comp-cstr-test-26 (0.010375 sec) passed 20/92 comp-cstr-test-27 (0.009564 sec) passed 21/92 comp-cstr-test-28 (0.012770 sec) passed 22/92 comp-cstr-test-29 (0.010132 sec) passed 23/92 comp-cstr-test-3 (0.009712 sec) passed 24/92 comp-cstr-test-30 (0.011629 sec) passed 25/92 comp-cstr-test-31 (0.010205 sec) passed 26/92 comp-cstr-test-32 (0.011748 sec) passed 27/92 comp-cstr-test-33 (0.021759 sec) passed 28/92 comp-cstr-test-34 (0.023516 sec) passed 29/92 comp-cstr-test-35 (0.012762 sec) passed 30/92 comp-cstr-test-36 (0.011129 sec) passed 31/92 comp-cstr-test-37 (0.014109 sec) passed 32/92 comp-cstr-test-38 (0.009726 sec) passed 33/92 comp-cstr-test-39 (0.009111 sec) passed 34/92 comp-cstr-test-4 (0.008968 sec) passed 35/92 comp-cstr-test-40 (0.009019 sec) passed 36/92 comp-cstr-test-41 (0.009007 sec) passed 37/92 comp-cstr-test-42 (0.008939 sec) passed 38/92 comp-cstr-test-43 (0.008409 sec) passed 39/92 comp-cstr-test-44 (0.040344 sec) passed 40/92 comp-cstr-test-45 (0.008882 sec) passed 41/92 comp-cstr-test-46 (0.009112 sec) passed 42/92 comp-cstr-test-47 (0.008862 sec) passed 43/92 comp-cstr-test-48 (0.008833 sec) passed 44/92 comp-cstr-test-49 (0.008889 sec) passed 45/92 comp-cstr-test-5 (0.008890 sec) passed 46/92 comp-cstr-test-50 (0.008908 sec) passed 47/92 comp-cstr-test-51 (0.008488 sec) passed 48/92 comp-cstr-test-52 (0.009753 sec) passed 49/92 comp-cstr-test-53 (0.011116 sec) passed 50/92 comp-cstr-test-54 (0.024517 sec) passed 51/92 comp-cstr-test-55 (0.027395 sec) passed 52/92 comp-cstr-test-56 (0.010693 sec) passed 53/92 comp-cstr-test-57 (0.010129 sec) passed 54/92 comp-cstr-test-58 (0.009728 sec) passed 55/92 comp-cstr-test-59 (0.011842 sec) passed 56/92 comp-cstr-test-6 (0.009651 sec) passed 57/92 comp-cstr-test-60 (0.026380 sec) passed 58/92 comp-cstr-test-61 (0.011607 sec) passed 59/92 comp-cstr-test-62 (0.009535 sec) passed 60/92 comp-cstr-test-63 (0.009808 sec) passed 61/92 comp-cstr-test-64 (0.008904 sec) passed 62/92 comp-cstr-test-65 (0.009276 sec) passed 63/92 comp-cstr-test-66 (0.008990 sec) passed 64/92 comp-cstr-test-67 (0.010622 sec) passed 65/92 comp-cstr-test-68 (0.009099 sec) passed 66/92 comp-cstr-test-69 (0.008914 sec) passed 67/92 comp-cstr-test-7 (0.009181 sec) passed 68/92 comp-cstr-test-70 (0.009531 sec) passed 69/92 comp-cstr-test-71 (0.011468 sec) passed 70/92 comp-cstr-test-72 (0.009896 sec) passed 71/92 comp-cstr-test-73 (0.009333 sec) passed 72/92 comp-cstr-test-74 (0.009256 sec) Test comp-cstr-test-75 backtrace: signal(ert-test-failed (((should (equal (comp-cstr-test-ts '(and ato ert-fail(((should (equal (comp-cstr-test-ts '(and atom (or number ma #f(compiled-function () #)() ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test ert-run-test(#s(ert-test :name comp-cstr-test-75 :documentation nil ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m ert-run-tests((not (tag :unstable)) #f(compiled-function (event-type ert-run-tests-batch((not (tag :unstable))) ert-run-tests-batch-and-exit((not (tag :unstable))) command-line-1(("-L" ":." "-l" "ert" "-l" "lisp/emacs-lisp/comp-cstr command-line() normal-top-level() Test comp-cstr-test-75 condition: (ert-test-failed ((should (equal (comp-cstr-test-ts ...) 'number-or-marker)) :form (equal integer-or-marker number-or-marker) :value nil :explanation (different-atoms integer-or-marker number-or-marker))) FAILED 73/92 comp-cstr-test-75 (0.009650 sec) at lisp/emacs-lisp/comp-cstr-tests.el:1 passed 74/92 comp-cstr-test-76 (0.011984 sec) passed 75/92 comp-cstr-test-77 (0.014619 sec) passed 76/92 comp-cstr-test-78 (0.008829 sec) passed 77/92 comp-cstr-test-79 (0.011477 sec) passed 78/92 comp-cstr-test-8 (0.041817 sec) passed 79/92 comp-cstr-test-80 (0.021808 sec) passed 80/92 comp-cstr-test-81 (0.019609 sec) passed 81/92 comp-cstr-test-82 (0.010851 sec) passed 82/92 comp-cstr-test-83 (0.008788 sec) passed 83/92 comp-cstr-test-84 (0.008935 sec) passed 84/92 comp-cstr-test-85 (0.011234 sec) passed 85/92 comp-cstr-test-86 (0.010293 sec) passed 86/92 comp-cstr-test-87 (0.019884 sec) passed 87/92 comp-cstr-test-88 (0.032569 sec) passed 88/92 comp-cstr-test-89 (0.023480 sec) passed 89/92 comp-cstr-test-9 (0.009828 sec) passed 90/92 comp-cstr-test-90 (0.009775 sec) passed 91/92 comp-cstr-test-91 (0.018712 sec) passed 92/92 comp-cstr-test-92 (0.022987 sec) Ran 92 tests, 91 results as expected, 1 unexpected (2023-10-24 13:16:54+0000, 1.418631 sec) 1 unexpected results: FAILED comp-cstr-test-75 ((should (equal (comp-cstr-test-ts '(and atom (or number marker))) 'number-or-marker)) :form (equal integer-or-marker number-or-marker) :value nil :explanation (different-atoms integer-or-marker number-or-marker)) make[2]: *** [Makefile:181: lisp/emacs-lisp/comp-cstr-tests.log] Error 1 ELC+ELN lisp/emacs-lisp/comp-tests.elc GEN lisp/emacs-lisp/comp-tests.log ELC+ELN lisp/emacs-lisp/copyright-tests.elc GEN lisp/emacs-lisp/copyright-tests.log ELC+ELN lisp/emacs-lisp/derived-tests.elc GEN lisp/emacs-lisp/derived-tests.log ELC+ELN lisp/emacs-lisp/easy-mmode-tests.elc GEN lisp/emacs-lisp/easy-mmode-tests.log ELC+ELN lisp/emacs-lisp/edebug-tests.elc GEN lisp/emacs-lisp/edebug-tests.log ELC+ELN lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.elc GEN lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.log ELC+ELN lisp/emacs-lisp/eieio-tests/eieio-test-persist.elc GEN lisp/emacs-lisp/eieio-tests/eieio-test-persist.log ELC+ELN lisp/emacs-lisp/eieio-tests/eieio-tests.elc GEN lisp/emacs-lisp/eieio-tests/eieio-tests.log ELC+ELN lisp/emacs-lisp/ert-tests.elc GEN lisp/emacs-lisp/ert-tests.log ELC+ELN lisp/emacs-lisp/ert-x-tests.elc GEN lisp/emacs-lisp/ert-x-tests.log ELC+ELN lisp/emacs-lisp/faceup-tests/faceup-test-basics.elc GEN lisp/emacs-lisp/faceup-tests/faceup-test-basics.log ELC+ELN lisp/emacs-lisp/faceup-tests/faceup-test-files.elc GEN lisp/emacs-lisp/faceup-tests/faceup-test-files.log ELC+ELN lisp/emacs-lisp/find-func-tests.elc GEN lisp/emacs-lisp/find-func-tests.log ELC+ELN lisp/emacs-lisp/float-sup-tests.elc GEN lisp/emacs-lisp/float-sup-tests.log ELC+ELN lisp/emacs-lisp/generator-tests.elc GEN lisp/emacs-lisp/generator-tests.log ELC+ELN lisp/emacs-lisp/gv-tests.elc GEN lisp/emacs-lisp/gv-tests.log ELC+ELN lisp/emacs-lisp/hierarchy-tests.elc GEN lisp/emacs-lisp/hierarchy-tests.log ELC+ELN lisp/emacs-lisp/icons-tests.elc GEN lisp/emacs-lisp/icons-tests.log ELC+ELN lisp/emacs-lisp/let-alist-tests.elc GEN lisp/emacs-lisp/let-alist-tests.log ELC+ELN lisp/emacs-lisp/lisp-mnt-tests.elc GEN lisp/emacs-lisp/lisp-mnt-tests.log ELC+ELN lisp/emacs-lisp/lisp-mode-tests.elc GEN lisp/emacs-lisp/lisp-mode-tests.log ELC+ELN lisp/emacs-lisp/lisp-tests.elc GEN lisp/emacs-lisp/lisp-tests.log ELC+ELN lisp/emacs-lisp/macroexp-tests.elc GEN lisp/emacs-lisp/macroexp-tests.log ELC+ELN lisp/emacs-lisp/map-tests.elc GEN lisp/emacs-lisp/map-tests.log ELC+ELN lisp/emacs-lisp/memory-report-tests.elc GEN lisp/emacs-lisp/memory-report-tests.log ELC+ELN lisp/emacs-lisp/multisession-tests.elc GEN lisp/emacs-lisp/multisession-tests.log ELC+ELN lisp/emacs-lisp/nadvice-tests.elc GEN lisp/emacs-lisp/nadvice-tests.log ELC+ELN lisp/emacs-lisp/oclosure-tests.elc GEN lisp/emacs-lisp/oclosure-tests.log ELC+ELN lisp/emacs-lisp/package-tests.elc GEN lisp/emacs-lisp/package-tests.log ELC+ELN lisp/emacs-lisp/pcase-tests.elc GEN lisp/emacs-lisp/pcase-tests.log ELC+ELN lisp/emacs-lisp/pp-tests.elc GEN lisp/emacs-lisp/pp-tests.log ELC+ELN lisp/emacs-lisp/range-tests.elc GEN lisp/emacs-lisp/range-tests.log ELC+ELN lisp/emacs-lisp/regexp-opt-tests.elc GEN lisp/emacs-lisp/regexp-opt-tests.log ELC+ELN lisp/emacs-lisp/ring-tests.elc GEN lisp/emacs-lisp/ring-tests.log ELC+ELN lisp/emacs-lisp/rmc-tests.elc GEN lisp/emacs-lisp/rmc-tests.log ELC+ELN lisp/emacs-lisp/rx-tests.elc GEN lisp/emacs-lisp/rx-tests.log ELC+ELN lisp/emacs-lisp/seq-tests.elc GEN lisp/emacs-lisp/seq-tests.log ELC+ELN lisp/emacs-lisp/shadow-tests.elc GEN lisp/emacs-lisp/shadow-tests.log ELC+ELN lisp/emacs-lisp/shortdoc-tests.elc GEN lisp/emacs-lisp/shortdoc-tests.log ELC+ELN lisp/emacs-lisp/subr-x-tests.elc GEN lisp/emacs-lisp/subr-x-tests.log ELC+ELN lisp/emacs-lisp/syntax-tests.elc GEN lisp/emacs-lisp/syntax-tests.log ELC+ELN lisp/emacs-lisp/tabulated-list-tests.elc GEN lisp/emacs-lisp/tabulated-list-tests.log ELC+ELN lisp/emacs-lisp/testcover-tests.elc GEN lisp/emacs-lisp/testcover-tests.log ELC+ELN lisp/emacs-lisp/text-property-search-tests.elc GEN lisp/emacs-lisp/text-property-search-tests.log ELC+ELN lisp/emacs-lisp/thunk-tests.elc GEN lisp/emacs-lisp/thunk-tests.log ELC+ELN lisp/emacs-lisp/timer-tests.elc GEN lisp/emacs-lisp/timer-tests.log ELC+ELN lisp/emacs-lisp/unsafep-tests.elc GEN lisp/emacs-lisp/unsafep-tests.log ELC+ELN lisp/emacs-lisp/vtable-tests.elc GEN lisp/emacs-lisp/vtable-tests.log ELC+ELN lisp/emacs-lisp/warnings-tests.elc GEN lisp/emacs-lisp/warnings-tests.log ELC+ELN lisp/emulation/viper-tests.elc GEN lisp/emulation/viper-tests.log ELC+ELN lisp/env-tests.elc GEN lisp/env-tests.log ELC+ELN lisp/epg-config-tests.elc GEN lisp/epg-config-tests.log ELC+ELN lisp/epg-tests.elc GEN lisp/epg-tests.log ELC+ELN lisp/erc/erc-button-tests.elc GEN lisp/erc/erc-button-tests.log ELC+ELN lisp/erc/erc-dcc-tests.elc GEN lisp/erc/erc-dcc-tests.log ELC+ELN lisp/erc/erc-fill-tests.elc GEN lisp/erc/erc-fill-tests.log ELC+ELN lisp/erc/erc-goodies-tests.elc GEN lisp/erc/erc-goodies-tests.log ELC+ELN lisp/erc/erc-join-tests.elc GEN lisp/erc/erc-join-tests.log ELC+ELN lisp/erc/erc-match-tests.elc GEN lisp/erc/erc-match-tests.log ELC+ELN lisp/erc/erc-networks-tests.elc GEN lisp/erc/erc-networks-tests.log ELC+ELN lisp/erc/erc-nicks-tests.elc GEN lisp/erc/erc-nicks-tests.log ELC+ELN lisp/erc/erc-sasl-tests.elc GEN lisp/erc/erc-sasl-tests.log ELC+ELN lisp/erc/erc-scenarios-auth-source.elc GEN lisp/erc/erc-scenarios-auth-source.log ELC+ELN lisp/erc/erc-scenarios-base-association-nick.elc GEN lisp/erc/erc-scenarios-base-association-nick.log ELC+ELN lisp/erc/erc-scenarios-base-association-query.elc GEN lisp/erc/erc-scenarios-base-association-query.log ELC+ELN lisp/erc/erc-scenarios-base-association-samenet.elc GEN lisp/erc/erc-scenarios-base-association-samenet.log ELC+ELN lisp/erc/erc-scenarios-base-association.elc GEN lisp/erc/erc-scenarios-base-association.log ELC+ELN lisp/erc/erc-scenarios-base-attach.elc GEN lisp/erc/erc-scenarios-base-attach.log ELC+ELN lisp/erc/erc-scenarios-base-auto-recon.elc GEN lisp/erc/erc-scenarios-base-auto-recon.log ELC+ELN lisp/erc/erc-scenarios-base-buffer-display.elc GEN lisp/erc/erc-scenarios-base-buffer-display.log ELC+ELN lisp/erc/erc-scenarios-base-compat-rename-bouncer.elc GEN lisp/erc/erc-scenarios-base-compat-rename-bouncer.log ELC+ELN lisp/erc/erc-scenarios-base-local-module-modes.elc GEN lisp/erc/erc-scenarios-base-local-module-modes.log ELC+ELN lisp/erc/erc-scenarios-base-local-modules.elc GEN lisp/erc/erc-scenarios-base-local-modules.log ELC+ELN lisp/erc/erc-scenarios-base-misc-regressions.elc GEN lisp/erc/erc-scenarios-base-misc-regressions.log ELC+ELN lisp/erc/erc-scenarios-base-netid-bouncer-id.elc GEN lisp/erc/erc-scenarios-base-netid-bouncer-id.log ELC+ELN lisp/erc/erc-scenarios-base-netid-bouncer-recon-base.elc GEN lisp/erc/erc-scenarios-base-netid-bouncer-recon-base.log ELC+ELN lisp/erc/erc-scenarios-base-netid-bouncer-recon-both.elc GEN lisp/erc/erc-scenarios-base-netid-bouncer-recon-both.log ELC+ELN lisp/erc/erc-scenarios-base-netid-bouncer-recon-id.elc GEN lisp/erc/erc-scenarios-base-netid-bouncer-recon-id.log ELC+ELN lisp/erc/erc-scenarios-base-netid-bouncer.elc GEN lisp/erc/erc-scenarios-base-netid-bouncer.log ELC+ELN lisp/erc/erc-scenarios-base-netid-samenet.elc GEN lisp/erc/erc-scenarios-base-netid-samenet.log ELC+ELN lisp/erc/erc-scenarios-base-reconnect.elc GEN lisp/erc/erc-scenarios-base-reconnect.log ELC+ELN lisp/erc/erc-scenarios-base-renick.elc GEN lisp/erc/erc-scenarios-base-renick.log ELC+ELN lisp/erc/erc-scenarios-base-reuse-buffers.elc GEN lisp/erc/erc-scenarios-base-reuse-buffers.log ELC+ELN lisp/erc/erc-scenarios-base-split-line.elc GEN lisp/erc/erc-scenarios-base-split-line.log ELC+ELN lisp/erc/erc-scenarios-base-unstable.elc GEN lisp/erc/erc-scenarios-base-unstable.log ELC+ELN lisp/erc/erc-scenarios-base-upstream-recon-soju.elc GEN lisp/erc/erc-scenarios-base-upstream-recon-soju.log ELC+ELN lisp/erc/erc-scenarios-base-upstream-recon-znc.elc GEN lisp/erc/erc-scenarios-base-upstream-recon-znc.log ELC+ELN lisp/erc/erc-scenarios-display-message.elc GEN lisp/erc/erc-scenarios-display-message.log ELC+ELN lisp/erc/erc-scenarios-internal.elc GEN lisp/erc/erc-scenarios-internal.log ELC+ELN lisp/erc/erc-scenarios-join-auth-source.elc GEN lisp/erc/erc-scenarios-join-auth-source.log ELC+ELN lisp/erc/erc-scenarios-join-display-context.elc GEN lisp/erc/erc-scenarios-join-display-context.log ELC+ELN lisp/erc/erc-scenarios-join-netid-newcmd-id.elc GEN lisp/erc/erc-scenarios-join-netid-newcmd-id.log ELC+ELN lisp/erc/erc-scenarios-join-netid-newcmd.elc GEN lisp/erc/erc-scenarios-join-netid-newcmd.log ELC+ELN lisp/erc/erc-scenarios-join-netid-recon-id.elc GEN lisp/erc/erc-scenarios-join-netid-recon-id.log ELC+ELN lisp/erc/erc-scenarios-join-netid-recon.elc GEN lisp/erc/erc-scenarios-join-netid-recon.log ELC+ELN lisp/erc/erc-scenarios-log.elc GEN lisp/erc/erc-scenarios-log.log ELC+ELN lisp/erc/erc-scenarios-match.elc GEN lisp/erc/erc-scenarios-match.log ELC+ELN lisp/erc/erc-scenarios-misc.elc GEN lisp/erc/erc-scenarios-misc.log ELC+ELN lisp/erc/erc-scenarios-sasl.elc GEN lisp/erc/erc-scenarios-sasl.log ELC+ELN lisp/erc/erc-scenarios-scrolltobottom-relaxed.elc GEN lisp/erc/erc-scenarios-scrolltobottom-relaxed.log ELC+ELN lisp/erc/erc-scenarios-scrolltobottom.elc GEN lisp/erc/erc-scenarios-scrolltobottom.log ELC+ELN lisp/erc/erc-scenarios-services-misc.elc GEN lisp/erc/erc-scenarios-services-misc.log ELC+ELN lisp/erc/erc-scenarios-stamp.elc GEN lisp/erc/erc-scenarios-stamp.log ELC+ELN lisp/erc/erc-scenarios-status-sidebar.elc GEN lisp/erc/erc-scenarios-status-sidebar.log ELC+ELN lisp/erc/erc-services-tests.elc GEN lisp/erc/erc-services-tests.log ELC+ELN lisp/erc/erc-stamp-tests.elc GEN lisp/erc/erc-stamp-tests.log ELC+ELN lisp/erc/erc-tests.elc GEN lisp/erc/erc-tests.log ELC+ELN lisp/erc/erc-track-tests.elc GEN lisp/erc/erc-track-tests.log ELC+ELN lisp/eshell/em-alias-tests.elc GEN lisp/eshell/em-alias-tests.log ELC+ELN lisp/eshell/em-basic-tests.elc GEN lisp/eshell/em-basic-tests.log ELC+ELN lisp/eshell/em-cmpl-tests.elc GEN lisp/eshell/em-cmpl-tests.log ELC+ELN lisp/eshell/em-dirs-tests.elc GEN lisp/eshell/em-dirs-tests.log ELC+ELN lisp/eshell/em-extpipe-tests.elc GEN lisp/eshell/em-extpipe-tests.log ELC+ELN lisp/eshell/em-glob-tests.elc GEN lisp/eshell/em-glob-tests.log ELC+ELN lisp/eshell/em-hist-tests.elc GEN lisp/eshell/em-hist-tests.log ELC+ELN lisp/eshell/em-ls-tests.elc GEN lisp/eshell/em-ls-tests.log ELC+ELN lisp/eshell/em-pred-tests.elc GEN lisp/eshell/em-pred-tests.log ELC+ELN lisp/eshell/em-prompt-tests.elc GEN lisp/eshell/em-prompt-tests.log ELC+ELN lisp/eshell/em-script-tests.elc GEN lisp/eshell/em-script-tests.log ELC+ELN lisp/eshell/em-tramp-tests.elc GEN lisp/eshell/em-tramp-tests.log ELC+ELN lisp/eshell/em-unix-tests.elc GEN lisp/eshell/em-unix-tests.log ELC+ELN lisp/eshell/esh-arg-tests.elc GEN lisp/eshell/esh-arg-tests.log ELC+ELN lisp/eshell/esh-cmd-tests.elc GEN lisp/eshell/esh-cmd-tests.log ELC+ELN lisp/eshell/esh-ext-tests.elc GEN lisp/eshell/esh-ext-tests.log ELC+ELN lisp/eshell/esh-io-tests.elc GEN lisp/eshell/esh-io-tests.log ELC+ELN lisp/eshell/esh-opt-tests.elc GEN lisp/eshell/esh-opt-tests.log ELC+ELN lisp/eshell/esh-proc-tests.elc GEN lisp/eshell/esh-proc-tests.log ELC+ELN lisp/eshell/esh-util-tests.elc GEN lisp/eshell/esh-util-tests.log ELC+ELN lisp/eshell/esh-var-tests.elc GEN lisp/eshell/esh-var-tests.log ELC+ELN lisp/eshell/eshell-tests-helpers.elc GEN lisp/eshell/eshell-tests-helpers.log ELC+ELN lisp/eshell/eshell-tests-unload.elc GEN lisp/eshell/eshell-tests-unload.log ELC+ELN lisp/eshell/eshell-tests.elc GEN lisp/eshell/eshell-tests.log ELC+ELN lisp/faces-tests.elc GEN lisp/faces-tests.log ELC+ELN lisp/ffap-tests.elc GEN lisp/ffap-tests.log ELC+ELN lisp/filenotify-tests.elc GEN lisp/filenotify-tests.log Running 20 tests (2023-10-24 13:25:11+0000, selector `(not (tag :unstable))') Library: `inotify' passed 1/20 file-notify-test00-availability (0.015854 sec) skipped 2/20 file-notify-test00-availability-remote (0.124556 sec) passed 3/20 file-notify-test01-add-watch (0.051904 sec) skipped 4/20 file-notify-test01-add-watch-remote (0.001001 sec) passed 5/20 file-notify-test02-rm-watch (0.062902 sec) skipped 6/20 file-notify-test02-rm-watch-remote (0.000252 sec) passed 7/20 file-notify-test04-autorevert (11.042654 sec) passed 8/20 file-notify-test05-file-validity (10.047354 sec) skipped 9/20 file-notify-test05-file-validity-remote (0.000202 sec) passed 10/20 file-notify-test06-dir-validity (0.015451 sec) skipped 11/20 file-notify-test06-dir-validity-remote (0.000219 sec) passed 12/20 file-notify-test07-many-events (0.566070 sec) passed 13/20 file-notify-test08-backup (10.072503 sec) skipped 14/20 file-notify-test08-backup-remote (0.000888 sec) skipped 15/20 file-notify-test10-sufficient-resources (0.001937 sec) skipped 16/20 file-notify-test10-sufficient-resources-remote (0.000666 sec) passed 17/20 file-notify-test11-symlinks (0.458122 sec) skipped 18/20 file-notify-test11-symlinks-remote (0.000866 sec) passed 19/20 file-notify-test12-unmount (0.013494 sec) skipped 20/20 file-notify-test12-unmount-remote (0.000670 sec) Ran 20 tests, 10 results as expected, 0 unexpected, 10 skipped (2023-10-24 13:25:44+0000, 32.485494 sec) 10 skipped results: SKIPPED file-notify-test00-availability-remote ((skip-unless (file-notify--test-remote-enabled)) :form (file-notify--test-remote-enabled) :value nil) SKIPPED file-notify-test01-add-watch-remote ((skip-unless (file-notify--test-remote-enabled)) :form (file-notify--test-remote-enabled) :value nil) SKIPPED file-notify-test02-rm-watch-remote ((skip-unless (file-notify--test-remote-enabled)) :form (file-notify--test-remote-enabled) :value nil) SKIPPED file-notify-test05-file-validity-remote ((skip-unless (file-notify--test-remote-enabled)) :form (file-notify--test-remote-enabled) :value nil) SKIPPED file-notify-test06-dir-validity-remote ((skip-unless (file-notify--test-remote-enabled)) :form (file-notify--test-remote-enabled) :value nil) SKIPPED file-notify-test08-backup-remote ((skip-unless (file-notify--test-remote-enabled)) :form (file-notify--test-remote-enabled) :value nil) SKIPPED file-notify-test10-sufficient-resources ((skip-unless (string-equal (file-notify--test-library) "kqueue")) :form (string-equal "inotify" "kqueue") :value nil :explanation (arrays-of-different-length 7 6 "inotify" "kqueue" first-mismatch-at 0)) SKIPPED file-notify-test10-sufficient-resources-remote ((skip-unless (file-notify--test-remote-enabled)) :form (file-notify--test-remote-enabled) :value nil) SKIPPED file-notify-test11-symlinks-remote ((skip-unless (file-notify--test-remote-enabled)) :form (file-notify--test-remote-enabled) :value nil) SKIPPED file-notify-test12-unmount-remote ((skip-unless (file-notify--test-remote-enabled)) :form (file-notify--test-remote-enabled) :value nil) ELC+ELN lisp/files-tests.elc GEN lisp/files-tests.log ELC+ELN lisp/files-x-tests.elc GEN lisp/files-x-tests.log ELC+ELN lisp/find-cmd-tests.elc GEN lisp/find-cmd-tests.log ELC+ELN lisp/font-lock-tests.elc GEN lisp/font-lock-tests.log ELC+ELN lisp/format-spec-tests.elc GEN lisp/format-spec-tests.log ELC+ELN lisp/gnus/gnus-group-tests.elc GEN lisp/gnus/gnus-group-tests.log ELC+ELN lisp/gnus/gnus-icalendar-tests.elc GEN lisp/gnus/gnus-icalendar-tests.log ELC+ELN lisp/gnus/gnus-search-tests.elc GEN lisp/gnus/gnus-search-tests.log ELC+ELN lisp/gnus/gnus-test-headers.elc GEN lisp/gnus/gnus-test-headers.log ELC+ELN lisp/gnus/gnus-tests.elc GEN lisp/gnus/gnus-tests.log ELC+ELN lisp/gnus/gnus-util-tests.elc GEN lisp/gnus/gnus-util-tests.log ELC+ELN lisp/gnus/message-tests.elc GEN lisp/gnus/message-tests.log ELC+ELN lisp/gnus/mm-decode-tests.elc GEN lisp/gnus/mm-decode-tests.log ELC+ELN lisp/gnus/mml-sec-tests.elc GEN lisp/gnus/mml-sec-tests.log ELC+ELN lisp/gnus/nnrss-tests.elc GEN lisp/gnus/nnrss-tests.log ELC+ELN lisp/help-fns-tests.elc GEN lisp/help-fns-tests.log ELC+ELN lisp/help-mode-tests.elc GEN lisp/help-mode-tests.log ELC+ELN lisp/help-tests.elc GEN lisp/help-tests.log ELC+ELN lisp/hfy-cmap-tests.elc GEN lisp/hfy-cmap-tests.log ELC+ELN lisp/hi-lock-tests.elc GEN lisp/hi-lock-tests.log ELC+ELN lisp/hl-line-tests.elc GEN lisp/hl-line-tests.log ELC+ELN lisp/htmlfontify-tests.elc GEN lisp/htmlfontify-tests.log ELC+ELN lisp/ibuffer-tests.elc GEN lisp/ibuffer-tests.log ELC+ELN lisp/ido-tests.elc GEN lisp/ido-tests.log ELC+ELN lisp/image-file-tests.elc GEN lisp/image-file-tests.log ELC+ELN lisp/image-tests.elc GEN lisp/image-tests.log ELC+ELN lisp/image/exif-tests.elc GEN lisp/image/exif-tests.log ELC+ELN lisp/image/gravatar-tests.elc GEN lisp/image/gravatar-tests.log ELC+ELN lisp/image/image-dired-tests.elc GEN lisp/image/image-dired-tests.log ELC+ELN lisp/image/image-dired-util-tests.elc GEN lisp/image/image-dired-util-tests.log ELC+ELN lisp/image/wallpaper-tests.elc GEN lisp/image/wallpaper-tests.log ELC+ELN lisp/imenu-tests.elc GEN lisp/imenu-tests.log ELC+ELN lisp/info-tests.elc GEN lisp/info-tests.log ELC+ELN lisp/info-xref-tests.elc GEN lisp/info-xref-tests.log Running 5 tests (2023-10-24 13:26:24+0000, selector `(not (tag :unstable))') Looking at /checkout/info/auth.info Composing main Info directory... Composing main Info directory...done Looking at /checkout/info/autotype.info Looking at /checkout/info/bovine.info Composing main Info directory... Composing main Info directory...done Composing main Info directory... Composing main Info directory...done Composing main Info directory... Composing main Info directory...done Looking at /checkout/info/calc.info Looking at /checkout/info/ccmode.info Composing main Info directory... Composing main Info directory...done Looking at /checkout/info/cl.info Looking at /checkout/info/dbus.info Looking at /checkout/info/dir Looking at /checkout/info/dired-x.info Looking at /checkout/info/ebrowse.info Looking at /checkout/info/ede.info Looking at /checkout/info/ediff.info Looking at /checkout/info/edt.info Looking at /checkout/info/efaq-w32.info Looking at /checkout/info/efaq.info Looking at /checkout/info/eglot.info Looking at /checkout/info/eieio.info Looking at /checkout/info/eintr.info Composing main Info directory... Composing main Info directory...done Looking at /checkout/info/elisp.info Composing main Info directory... Composing main Info directory...done Composing main Info directory... Composing main Info directory...done Composing main Info directory... Composing main Info directory...done Composing main Info directory... Composing main Info directory...done Composing main Info directory... Composing main Info directory...done Looking at /checkout/info/emacs-gnutls.info Looking at /checkout/info/emacs-mime.info Looking at /checkout/info/emacs.info Composing main Info directory... Composing main Info directory...done Composing main Info directory... Composing main Info directory...done Composing main Info directory... Composing main Info directory...done Composing main Info directory... Composing main Info directory...done Composing main Info directory... Composing main Info directory...done Composing main Info directory... Composing main Info directory...done Composing main Info directory... Composing main Info directory...done Composing main Info directory... Composing main Info directory...done Composing main Info directory... Composing main Info directory...done Composing main Info directory... Composing main Info directory...done Looking at /checkout/info/epa.info Composing main Info directory... Composing main Info directory...done Looking at /checkout/info/erc.info Looking at /checkout/info/ert.info Looking at /checkout/info/eshell.info Looking at /checkout/info/eudc.info Composing main Info directory... Composing main Info directory...done Looking at /checkout/info/eww.info Looking at /checkout/info/flymake.info Looking at /checkout/info/forms.info Looking at /checkout/info/gnus.info Looking at /checkout/info/htmlfontify.info Looking at /checkout/info/idlwave.info Looking at /checkout/info/ido.info Looking at /checkout/info/info.info Composing main Info directory... Composing main Info directory...done Composing main Info directory... Composing main Info directory...done Looking at /checkout/info/mairix-el.info Looking at /checkout/info/message.info Composing main Info directory... Composing main Info directory...done Looking at /checkout/info/mh-e.info Looking at /checkout/info/modus-themes.info Looking at /checkout/info/newsticker.info Looking at /checkout/info/nxml-mode.info Looking at /checkout/info/octave-mode.info Looking at /checkout/info/org.info Composing main Info directory... Composing main Info directory...done Composing main Info directory... Composing main Info directory...done Looking at /checkout/info/pcl-cvs.info Looking at /checkout/info/pgg.info Composing main Info directory... Composing main Info directory...done Looking at /checkout/info/rcirc.info Looking at /checkout/info/reftex.info Composing main Info directory... Composing main Info directory...done Looking at /checkout/info/remember.info Looking at /checkout/info/sasl.info Looking at /checkout/info/sc.info Looking at /checkout/info/semantic.info Looking at /checkout/info/ses.info Looking at /checkout/info/sieve.info Looking at /checkout/info/smtpmail.info Looking at /checkout/info/speedbar.info Looking at /checkout/info/srecode.info Looking at /checkout/info/todo-mode.info Looking at /checkout/info/tramp.info Composing main Info directory... Composing main Info directory...done Composing main Info directory... Composing main Info directory...done Looking at /checkout/info/transient.info Looking at /checkout/info/url.info Looking at /checkout/info/use-package.info Looking at /checkout/info/vhdl-mode.info Looking at /checkout/info/vip.info Looking at /checkout/info/viper.info Looking at /checkout/info/vtable.info Looking at /checkout/info/widget.info Looking at /checkout/info/wisent.info Composing main Info directory... Composing main Info directory...done Composing main Info directory... Composing main Info directory...done Composing main Info directory... Composing main Info directory...done Looking at /checkout/info/woman.info Test info-xref-test-emacs-manuals backtrace: signal(ert-test-failed (((should (string-match-p " [0-9]\\{3,\\} goo ert-fail(((should (string-match-p " [0-9]\\{3,\\} good, 0 bad" (buff #f(compiled-function () #)() ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test ert-run-test(#s(ert-test :name info-xref-test-emacs-manuals :documen ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m ert-run-tests((not (tag :unstable)) #f(compiled-function (event-type ert-run-tests-batch((not (tag :unstable))) ert-run-tests-batch-and-exit((not (tag :unstable))) command-line-1(("-L" ":." "-l" "ert" "-l" "lisp/info-xref-tests" "-- command-line() normal-top-level() Test info-xref-test-emacs-manuals condition: (ert-test-failed ((should (string-match-p " [0-9]\\{3,\\} good, 0 bad" (buffer-substring-no-properties ... ...))) :form (string-match-p " [0-9]\\{3,\\} good, 0 bad" "done, 688 good, 1 bad, 76 unavailable") :value nil)) FAILED 1/5 info-xref-test-emacs-manuals (49.423777 sec) at lisp/info-xref-tests.el:151 Looking at /tmp/emacs-test-KxmX5z.info passed 2/5 info-xref-test-makeinfo (1.415664 sec) passed 3/5 info-xref-test-node-4 (0.004428 sec) passed 4/5 info-xref-test-node-5 (0.005414 sec) passed 5/5 info-xref-test-node-crossref (0.004026 sec) Ran 5 tests, 4 results as expected, 1 unexpected (2023-10-24 13:27:15+0000, 50.979024 sec) 1 unexpected results: FAILED info-xref-test-emacs-manuals ((should (string-match-p " [0-9]\\{3,\\} good, 0 bad" (buffer-substring-no-properties (pos-bol) (pos-eol)))) :form (string-match-p " [0-9]\\{3,\\} good, 0 bad" "done, 688 good, 1 bad, 76 unavailable") :value nil) make[2]: *** [Makefile:181: lisp/info-xref-tests.log] Error 1 ELC+ELN lisp/international/ccl-tests.elc GEN lisp/international/ccl-tests.log ELC+ELN lisp/international/mule-tests.elc GEN lisp/international/mule-tests.log ELC+ELN lisp/international/mule-util-tests.elc GEN lisp/international/mule-util-tests.log ELC+ELN lisp/international/textsec-tests.elc GEN lisp/international/textsec-tests.log ELC+ELN lisp/international/ucs-normalize-tests.elc GEN lisp/international/ucs-normalize-tests.log ELC+ELN lisp/isearch-tests.elc GEN lisp/isearch-tests.log ELC+ELN lisp/jit-lock-tests.elc GEN lisp/jit-lock-tests.log ELC+ELN lisp/json-tests.elc GEN lisp/json-tests.log ELC+ELN lisp/jsonrpc-tests.elc GEN lisp/jsonrpc-tests.log ELC+ELN lisp/kmacro-tests.elc GEN lisp/kmacro-tests.log ELC+ELN lisp/loadhist-tests.elc GEN lisp/loadhist-tests.log ELC+ELN lisp/lpr-tests.elc GEN lisp/lpr-tests.log ELC+ELN lisp/ls-lisp-tests.elc GEN lisp/ls-lisp-tests.log ELC+ELN lisp/mail/flow-fill-tests.elc GEN lisp/mail/flow-fill-tests.log ELC+ELN lisp/mail/footnote-tests.elc GEN lisp/mail/footnote-tests.log ELC+ELN lisp/mail/ietf-drums-date-tests.elc GEN lisp/mail/ietf-drums-date-tests.log ELC+ELN lisp/mail/ietf-drums-tests.elc GEN lisp/mail/ietf-drums-tests.log ELC+ELN lisp/mail/mail-extr-tests.elc GEN lisp/mail/mail-extr-tests.log ELC+ELN lisp/mail/mail-parse-tests.elc GEN lisp/mail/mail-parse-tests.log ELC+ELN lisp/mail/mail-utils-tests.elc GEN lisp/mail/mail-utils-tests.log ELC+ELN lisp/mail/qp-tests.elc GEN lisp/mail/qp-tests.log ELC+ELN lisp/mail/rfc2045-tests.elc GEN lisp/mail/rfc2045-tests.log ELC+ELN lisp/mail/rfc2047-tests.elc GEN lisp/mail/rfc2047-tests.log ELC+ELN lisp/mail/rfc6068-tests.elc GEN lisp/mail/rfc6068-tests.log ELC+ELN lisp/mail/rfc822-tests.elc GEN lisp/mail/rfc822-tests.log ELC+ELN lisp/mail/rmail-tests.elc GEN lisp/mail/rmail-tests.log ELC+ELN lisp/mail/rmailmm-tests.elc GEN lisp/mail/rmailmm-tests.log ELC+ELN lisp/mail/undigest-tests.elc GEN lisp/mail/undigest-tests.log ELC+ELN lisp/mail/uudecode-tests.elc GEN lisp/mail/uudecode-tests.log ELC+ELN lisp/man-tests.elc GEN lisp/man-tests.log ELC+ELN lisp/md4-tests.elc GEN lisp/md4-tests.log ELC+ELN lisp/mh-e/mh-limit-tests.elc GEN lisp/mh-e/mh-limit-tests.log ELC+ELN lisp/mh-e/mh-thread-tests.elc GEN lisp/mh-e/mh-thread-tests.log ELC+ELN lisp/mh-e/mh-utils-tests.elc GEN lisp/mh-e/mh-utils-tests.log ELC+ELN lisp/mh-e/mh-xface-tests.elc GEN lisp/mh-e/mh-xface-tests.log ELC+ELN lisp/minibuffer-tests.elc GEN lisp/minibuffer-tests.log ELC+ELN lisp/misc-tests.elc GEN lisp/misc-tests.log ELC+ELN lisp/mouse-tests.elc GEN lisp/mouse-tests.log ELC+ELN lisp/mwheel-tests.elc GEN lisp/mwheel-tests.log ELC+ELN lisp/net/browse-url-tests.elc GEN lisp/net/browse-url-tests.log ELC+ELN lisp/net/dbus-tests.elc GEN lisp/net/dbus-tests.log ELC+ELN lisp/net/dig-tests.elc GEN lisp/net/dig-tests.log ELC+ELN lisp/net/eudc-tests.elc GEN lisp/net/eudc-tests.log ELC+ELN lisp/net/gnutls-tests.elc GEN lisp/net/gnutls-tests.log ELC+ELN lisp/net/hmac-md5-tests.elc GEN lisp/net/hmac-md5-tests.log ELC+ELN lisp/net/mailcap-tests.elc GEN lisp/net/mailcap-tests.log ELC+ELN lisp/net/network-stream-tests.elc GEN lisp/net/network-stream-tests.log ELC+ELN lisp/net/newsticker-tests.elc GEN lisp/net/newsticker-tests.log ELC+ELN lisp/net/nsm-tests.elc GEN lisp/net/nsm-tests.log ELC+ELN lisp/net/ntlm-tests.elc GEN lisp/net/ntlm-tests.log ELC+ELN lisp/net/puny-tests.elc GEN lisp/net/puny-tests.log ELC+ELN lisp/net/rcirc-tests.elc GEN lisp/net/rcirc-tests.log ELC+ELN lisp/net/rfc2104-tests.elc GEN lisp/net/rfc2104-tests.log ELC+ELN lisp/net/sasl-cram-tests.elc GEN lisp/net/sasl-cram-tests.log ELC+ELN lisp/net/sasl-scram-rfc-tests.elc GEN lisp/net/sasl-scram-rfc-tests.log ELC+ELN lisp/net/sasl-tests.elc GEN lisp/net/sasl-tests.log ELC+ELN lisp/net/secrets-tests.elc GEN lisp/net/secrets-tests.log ELC+ELN lisp/net/shr-tests.elc GEN lisp/net/shr-tests.log ELC+ELN lisp/net/socks-tests.elc GEN lisp/net/socks-tests.log ELC+ELN lisp/net/tramp-archive-tests.elc GEN lisp/net/tramp-archive-tests.log ELC+ELN lisp/net/webjump-tests.elc GEN lisp/net/webjump-tests.log ELC+ELN lisp/newcomment-tests.elc GEN lisp/newcomment-tests.log ELC+ELN lisp/nxml/nxml-mode-tests.elc GEN lisp/nxml/nxml-mode-tests.log ELC+ELN lisp/nxml/xsd-regexp-tests.elc GEN lisp/nxml/xsd-regexp-tests.log ELC+ELN lisp/obarray-tests.elc GEN lisp/obarray-tests.log ELC+ELN lisp/obsolete/cl-tests.elc GEN lisp/obsolete/cl-tests.log ELC+ELN lisp/obsolete/inversion-tests.elc GEN lisp/obsolete/inversion-tests.log ELC+ELN lisp/obsolete/makesum-tests.elc GEN lisp/obsolete/makesum-tests.log ELC+ELN lisp/obsolete/rfc2368-tests.elc GEN lisp/obsolete/rfc2368-tests.log ELC+ELN lisp/obsolete/thumbs-tests.elc GEN lisp/obsolete/thumbs-tests.log ELC+ELN lisp/org/org-tests.elc GEN lisp/org/org-tests.log ELC+ELN lisp/paren-tests.elc GEN lisp/paren-tests.log ELC+ELN lisp/password-cache-tests.elc GEN lisp/password-cache-tests.log ELC+ELN lisp/pcmpl-linux-tests.elc GEN lisp/pcmpl-linux-tests.log ELC+ELN lisp/pcomplete-tests.elc GEN lisp/pcomplete-tests.log ELC+ELN lisp/play/animate-tests.elc GEN lisp/play/animate-tests.log ELC+ELN lisp/play/cookie1-tests.elc GEN lisp/play/cookie1-tests.log ELC+ELN lisp/play/dissociate-tests.elc GEN lisp/play/dissociate-tests.log ELC+ELN lisp/play/fortune-tests.elc GEN lisp/play/fortune-tests.log ELC+ELN lisp/play/life-tests.elc GEN lisp/play/life-tests.log ELC+ELN lisp/play/morse-tests.elc GEN lisp/play/morse-tests.log ELC+ELN lisp/play/studly-tests.elc GEN lisp/play/studly-tests.log ELC+ELN lisp/proced-tests.elc GEN lisp/proced-tests.log ELC+ELN lisp/progmodes/asm-mode-tests.elc GEN lisp/progmodes/asm-mode-tests.log ELC+ELN lisp/progmodes/autoconf-tests.elc GEN lisp/progmodes/autoconf-tests.log ELC+ELN lisp/progmodes/bat-mode-tests.elc GEN lisp/progmodes/bat-mode-tests.log ELC+ELN lisp/progmodes/bug-reference-tests.elc GEN lisp/progmodes/bug-reference-tests.log ELC+ELN lisp/progmodes/c-ts-mode-tests.elc GEN lisp/progmodes/c-ts-mode-tests.log ELC+ELN lisp/progmodes/cc-mode-tests.elc GEN lisp/progmodes/cc-mode-tests.log ELC+ELN lisp/progmodes/compile-tests.elc GEN lisp/progmodes/compile-tests.log ELC+ELN lisp/progmodes/cperl-mode-tests.elc GEN lisp/progmodes/cperl-mode-tests.log ELC+ELN lisp/progmodes/eglot-tests.elc Loading project... Loading eldoc (native compiled elisp)... Loading seq (native compiled elisp)... Loading flymake... Loading xref... Loading jsonrpc... Loading external-completion... GEN lisp/progmodes/eglot-tests.log ELC+ELN lisp/progmodes/elisp-mode-tests.elc GEN lisp/progmodes/elisp-mode-tests.log ELC+ELN lisp/progmodes/elixir-ts-mode-tests.elc GEN lisp/progmodes/elixir-ts-mode-tests.log ELC+ELN lisp/progmodes/etags-tests.elc GEN lisp/progmodes/etags-tests.log ELC+ELN lisp/progmodes/executable-tests.elc GEN lisp/progmodes/executable-tests.log ELC+ELN lisp/progmodes/f90-tests.elc GEN lisp/progmodes/f90-tests.log ELC+ELN lisp/progmodes/flymake-tests.elc GEN lisp/progmodes/flymake-tests.log ELC+ELN lisp/progmodes/gdb-mi-tests.elc GEN lisp/progmodes/gdb-mi-tests.log ELC+ELN lisp/progmodes/glasses-tests.elc GEN lisp/progmodes/glasses-tests.log ELC+ELN lisp/progmodes/go-ts-mode-tests.elc GEN lisp/progmodes/go-ts-mode-tests.log ELC+ELN lisp/progmodes/grep-tests.elc GEN lisp/progmodes/grep-tests.log ELC+ELN lisp/progmodes/heex-ts-mode-tests.elc GEN lisp/progmodes/heex-ts-mode-tests.log ELC+ELN lisp/progmodes/hideshow-tests.elc GEN lisp/progmodes/hideshow-tests.log ELC+ELN lisp/progmodes/java-ts-mode-tests.elc GEN lisp/progmodes/java-ts-mode-tests.log ELC+ELN lisp/progmodes/js-tests.elc GEN lisp/progmodes/js-tests.log ELC+ELN lisp/progmodes/lua-ts-mode-tests.elc GEN lisp/progmodes/lua-ts-mode-tests.log ELC+ELN lisp/progmodes/octave-tests.elc GEN lisp/progmodes/octave-tests.log ELC+ELN lisp/progmodes/opascal-tests.elc GEN lisp/progmodes/opascal-tests.log ELC+ELN lisp/progmodes/pascal-tests.elc GEN lisp/progmodes/pascal-tests.log ELC+ELN lisp/progmodes/perl-mode-tests.elc GEN lisp/progmodes/perl-mode-tests.log ELC+ELN lisp/progmodes/project-tests.elc GEN lisp/progmodes/project-tests.log ELC+ELN lisp/progmodes/ps-mode-tests.elc GEN lisp/progmodes/ps-mode-tests.log ELC+ELN lisp/progmodes/python-tests.elc GEN lisp/progmodes/python-tests.log ELC+ELN lisp/progmodes/ruby-mode-tests.elc GEN lisp/progmodes/ruby-mode-tests.log ELC+ELN lisp/progmodes/ruby-ts-mode-tests.elc Warning (treesit): Cannot activate tree-sitter, because Emacs is not compiled with tree-sitter library GEN lisp/progmodes/ruby-ts-mode-tests.log ELC+ELN lisp/progmodes/scheme-tests.elc GEN lisp/progmodes/scheme-tests.log ELC+ELN lisp/progmodes/sh-script-tests.elc GEN lisp/progmodes/sh-script-tests.log ELC+ELN lisp/progmodes/sql-tests.elc GEN lisp/progmodes/sql-tests.log ELC+ELN lisp/progmodes/subword-tests.elc GEN lisp/progmodes/subword-tests.log ELC+ELN lisp/progmodes/tcl-tests.elc GEN lisp/progmodes/tcl-tests.log ELC+ELN lisp/progmodes/typescript-ts-mode-tests.elc GEN lisp/progmodes/typescript-ts-mode-tests.log ELC+ELN lisp/progmodes/xref-tests.elc GEN lisp/progmodes/xref-tests.log ELC+ELN lisp/ps-print-tests.elc GEN lisp/ps-print-tests.log ELC+ELN lisp/register-tests.elc GEN lisp/register-tests.log ELC+ELN lisp/repeat-tests.elc GEN lisp/repeat-tests.log ELC+ELN lisp/replace-tests.elc GEN lisp/replace-tests.log ELC+ELN lisp/rot13-tests.elc GEN lisp/rot13-tests.log ELC+ELN lisp/saveplace-tests.elc GEN lisp/saveplace-tests.log ELC+ELN lisp/scroll-lock-tests.elc GEN lisp/scroll-lock-tests.log ELC+ELN lisp/server-tests.elc GEN lisp/server-tests.log ELC+ELN lisp/ses-tests.elc GEN lisp/ses-tests.log ELC+ELN lisp/shadowfile-tests.elc GEN lisp/shadowfile-tests.log ELC+ELN lisp/shell-tests.elc GEN lisp/shell-tests.log ELC+ELN lisp/simple-tests.elc GEN lisp/simple-tests.log ELC+ELN lisp/so-long-tests/autoload-longlines-mode-tests.elc GEN lisp/so-long-tests/autoload-longlines-mode-tests.log ELC+ELN lisp/so-long-tests/autoload-major-mode-tests.elc GEN lisp/so-long-tests/autoload-major-mode-tests.log ELC+ELN lisp/so-long-tests/autoload-minor-mode-tests.elc GEN lisp/so-long-tests/autoload-minor-mode-tests.log ELC+ELN lisp/so-long-tests/so-long-tests-helpers.elc GEN lisp/so-long-tests/so-long-tests-helpers.log ELC+ELN lisp/so-long-tests/so-long-tests.elc GEN lisp/so-long-tests/so-long-tests.log ELC+ELN lisp/so-long-tests/spelling-tests.elc GEN lisp/so-long-tests/spelling-tests.log ELC+ELN lisp/sort-tests.elc GEN lisp/sort-tests.log ELC+ELN lisp/soundex-tests.elc GEN lisp/soundex-tests.log ELC+ELN lisp/startup-tests.elc GEN lisp/startup-tests.log ELC+ELN lisp/subr-tests.elc GEN lisp/subr-tests.log ELC+ELN lisp/tab-bar-tests.elc GEN lisp/tab-bar-tests.log ELC+ELN lisp/tabify-tests.elc GEN lisp/tabify-tests.log ELC+ELN lisp/tar-mode-tests.elc GEN lisp/tar-mode-tests.log ELC+ELN lisp/tempo-tests.elc GEN lisp/tempo-tests.log ELC+ELN lisp/term-tests.elc GEN lisp/term-tests.log ELC+ELN lisp/term/tty-colors-tests.elc GEN lisp/term/tty-colors-tests.log ELC+ELN lisp/textmodes/bibtex-tests.elc GEN lisp/textmodes/bibtex-tests.log ELC+ELN lisp/textmodes/conf-mode-tests.elc GEN lisp/textmodes/conf-mode-tests.log ELC+ELN lisp/textmodes/css-mode-tests.elc GEN lisp/textmodes/css-mode-tests.log ELC+ELN lisp/textmodes/dns-mode-tests.elc GEN lisp/textmodes/dns-mode-tests.log ELC+ELN lisp/textmodes/emacs-news-mode-tests.elc GEN lisp/textmodes/emacs-news-mode-tests.log ELC+ELN lisp/textmodes/fill-tests.elc GEN lisp/textmodes/fill-tests.log ELC+ELN lisp/textmodes/mhtml-mode-tests.elc GEN lisp/textmodes/mhtml-mode-tests.log ELC+ELN lisp/textmodes/page-tests.elc GEN lisp/textmodes/page-tests.log ELC+ELN lisp/textmodes/paragraphs-tests.elc GEN lisp/textmodes/paragraphs-tests.log ELC+ELN lisp/textmodes/po-tests.elc GEN lisp/textmodes/po-tests.log ELC+ELN lisp/textmodes/reftex-tests.elc GEN lisp/textmodes/reftex-tests.log ELC+ELN lisp/textmodes/sgml-mode-tests.elc GEN lisp/textmodes/sgml-mode-tests.log ELC+ELN lisp/textmodes/texinfo-tests.elc GEN lisp/textmodes/texinfo-tests.log ELC+ELN lisp/textmodes/tildify-tests.elc GEN lisp/textmodes/tildify-tests.log ELC+ELN lisp/textmodes/underline-tests.elc GEN lisp/textmodes/underline-tests.log ELC+ELN lisp/thingatpt-tests.elc GEN lisp/thingatpt-tests.log ELC+ELN lisp/thread-tests.elc GEN lisp/thread-tests.log ELC+ELN lisp/time-stamp-tests.elc GEN lisp/time-stamp-tests.log ELC+ELN lisp/time-tests.elc GEN lisp/time-tests.log ELC+ELN lisp/timezone-tests.elc GEN lisp/timezone-tests.log ELC+ELN lisp/uniquify-tests.elc GEN lisp/uniquify-tests.log ELC+ELN lisp/url/url-auth-tests.elc GEN lisp/url/url-auth-tests.log ELC+ELN lisp/url/url-domsuf-tests.elc GEN lisp/url/url-domsuf-tests.log ELC+ELN lisp/url/url-expand-tests.elc GEN lisp/url/url-expand-tests.log ELC+ELN lisp/url/url-file-tests.elc GEN lisp/url/url-file-tests.log ELC+ELN lisp/url/url-future-tests.elc GEN lisp/url/url-future-tests.log ELC+ELN lisp/url/url-handlers-tests.elc GEN lisp/url/url-handlers-tests.log ELC+ELN lisp/url/url-misc-tests.elc GEN lisp/url/url-misc-tests.log ELC+ELN lisp/url/url-parse-tests.elc GEN lisp/url/url-parse-tests.log ELC+ELN lisp/url/url-tramp-tests.elc GEN lisp/url/url-tramp-tests.log ELC+ELN lisp/url/url-util-tests.elc GEN lisp/url/url-util-tests.log ELC+ELN lisp/use-package/use-package-tests.elc GEN lisp/use-package/use-package-tests.log ELC+ELN lisp/vc/add-log-tests.elc GEN lisp/vc/add-log-tests.log ELC+ELN lisp/vc/diff-mode-tests.elc GEN lisp/vc/diff-mode-tests.log ELC+ELN lisp/vc/ediff-diff-tests.elc GEN lisp/vc/ediff-diff-tests.log ELC+ELN lisp/vc/ediff-ptch-tests.elc GEN lisp/vc/ediff-ptch-tests.log ELC+ELN lisp/vc/log-edit-tests.elc GEN lisp/vc/log-edit-tests.log ELC+ELN lisp/vc/smerge-mode-tests.elc GEN lisp/vc/smerge-mode-tests.log ELC+ELN lisp/vc/vc-bzr-tests.elc GEN lisp/vc/vc-bzr-tests.log ELC+ELN lisp/vc/vc-cvs-tests.elc GEN lisp/vc/vc-cvs-tests.log ELC+ELN lisp/vc/vc-git-tests.elc GEN lisp/vc/vc-git-tests.log ELC+ELN lisp/vc/vc-hg-tests.elc GEN lisp/vc/vc-hg-tests.log ELC+ELN lisp/vc/vc-tests.elc GEN lisp/vc/vc-tests.log ELC+ELN lisp/version-tests.elc GEN lisp/version-tests.log ELC+ELN lisp/wdired-tests.elc GEN lisp/wdired-tests.log ELC+ELN lisp/whitespace-tests.elc GEN lisp/whitespace-tests.log ELC+ELN lisp/wid-edit-tests.elc GEN lisp/wid-edit-tests.log ELC+ELN lisp/x-dnd-tests.elc GEN lisp/x-dnd-tests.log ELC+ELN lisp/xdg-tests.elc GEN lisp/xdg-tests.log ELC+ELN lisp/xml-tests.elc GEN lisp/xml-tests.log ELC+ELN lisp/xt-mouse-tests.elc GEN lisp/xt-mouse-tests.log ELC+ELN lisp/yank-media-tests.elc GEN lisp/yank-media-tests.log ELC+ELN misc/test-custom-deps.elc GEN misc/test-custom-deps.log ELC+ELN misc/test-custom-libs.elc GEN misc/test-custom-libs.log ELC+ELN misc/test-custom-noloads.elc GEN misc/test-custom-noloads.log ELC+ELN misc/test-custom-opts.elc GEN misc/test-custom-opts.log ELC+ELN src/alloc-tests.elc GEN src/alloc-tests.log ELC+ELN src/buffer-tests.elc GEN src/buffer-tests.log ELC+ELN src/callint-tests.elc GEN src/callint-tests.log ELC+ELN src/callproc-tests.elc GEN src/callproc-tests.log ELC+ELN src/casefiddle-tests.elc GEN src/casefiddle-tests.log ELC+ELN src/character-tests.elc GEN src/character-tests.log ELC+ELN src/charset-tests.elc GEN src/charset-tests.log ELC+ELN src/chartab-tests.elc GEN src/chartab-tests.log ELC+ELN src/cmds-tests.elc GEN src/cmds-tests.log ELC+ELN src/coding-tests.elc GEN src/coding-tests.log ELC+ELN src/comp-tests.elc GEN src/comp-tests.log Compiling tests... In comp-test-40187-2-f: comp-test-funcs.el:288:8: Warning: function `comp-test-40187-2-f' defined multiple times in this file In comp-test-46824-1-f: comp-test-funcs.el:504:16: Warning: value from call to `format' is unused In comp-test-63674-1-f: comp-test-funcs.el:539:28: Warning: reference to free variable `pkg' In comp-test-silly-frame2: comp-test-funcs.el:668:10: Warning: reference to free variable `c' Loading /nonexistent/.emacs.d/eln-cache/30.0.50-4fde10c0/comp-test-funcs-777233eb-a16c10e2.eln (native compiled elisp)... Loading /nonexistent/.emacs.d/eln-cache/30.0.50-4fde10c0/comp-test-funcs-dyn-9084acc6-935a58cc.eln (native compiled elisp)... Running 174 tests (2023-10-24 13:35:46+0000, selector `(not (tag :unstable))') passed 1/174 comp-tests-45576-1 (0.001939 sec) passed 2/174 comp-tests-45635-1 (0.001495 sec) passed 3/174 comp-tests-46670-1 (0.000581 sec) passed 4/174 comp-tests-46824-1 (0.001127 sec) passed 5/174 comp-tests-48029-1 (0.001021 sec) passed 6/174 comp-tests-61917-1 (0.876344 sec) passed 7/174 comp-tests-> (0.000388 sec) passed 8/174 comp-tests-add1 (0.000333 sec) passed 9/174 comp-tests-and (0.000403 sec) passed 10/174 comp-tests-and-3 (0.000377 sec) passed 11/174 comp-tests-apply (0.000396 sec) passed 12/174 comp-tests-aref-aset (0.000310 sec) passed 13/174 comp-tests-arith-comp (0.000403 sec) passed 14/174 comp-tests-assume-double-neg (0.000545 sec) passed 15/174 comp-tests-assume-in-loop-1 (0.000308 sec) passed 16/174 comp-tests-bobp-and-eobp (0.000365 sec) Loading /checkout/lisp/emacs-lisp/comp.elc... Compiling stage1... Done in 534 secs Loading /checkout/native-lisp/30.0.50-4fde10c0/emacs-test-Lgcr1X-comp-stage1-f5131ae6-231f6e5c.eln (native compiled elisp)... Compiling stage2... Done in 539 secs Comparing /checkout/native-lisp/30.0.50-4fde10c0/emacs-test-Lgcr1X-comp-stage1-f5131ae6-231f6e5c.eln /checkout/native-lisp/30.0.50-4fde10c0/emacs-test-dqUU1M-comp-stage2-201fe60e-231f6e5c.eln passed 17/174 comp-tests-bootstrap (1073.393897 sec) passed 18/174 comp-tests-bubble-sort (0.023088 sec) passed 19/174 comp-tests-buffer (0.093118 sec) passed 20/174 comp-tests-bug-40187 (0.004426 sec) passed 21/174 comp-tests-bug-42360 (0.012758 sec) passed 22/174 comp-tests-bug-44968 (0.000737 sec) passed 23/174 comp-tests-bug-45342 (0.003631 sec) passed 24/174 comp-tests-bug-45376-1 (0.006888 sec) passed 25/174 comp-tests-bug-45376-2 (0.003504 sec) passed 26/174 comp-tests-car-cdr (0.000495 sec) passed 27/174 comp-tests-car-cdr-safe (0.000372 sec) passed 28/174 comp-tests-catch (0.000324 sec) passed 29/174 comp-tests-cl-macro-exp (0.000441 sec) passed 30/174 comp-tests-cl-uninterned-arg-parse-f (0.000334 sec) passed 31/174 comp-tests-comp-test-47868-1 (0.000372 sec) passed 32/174 comp-tests-comp-test-defsubst (0.000320 sec) passed 33/174 comp-tests-comp-tests-cons-car-cdr (0.000324 sec) passed 34/174 comp-tests-comp-tests-result-lambda (0.744180 sec) passed 35/174 comp-tests-compile-forms (0.934407 sec) passed 36/174 comp-tests-concat (0.000441 sec) passed 37/174 comp-tests-concatN (0.000345 sec) passed 38/174 comp-tests-cond-rw-1 (0.000327 sec) passed 39/174 comp-tests-conditionals (0.000522 sec) passed 40/174 comp-tests-consp (0.000343 sec) passed 41/174 comp-tests-copy-insn (0.000513 sec) passed 42/174 comp-tests-doc (0.001205 sec) passed 43/174 comp-tests-dynamic-arity (0.000505 sec) passed 44/174 comp-tests-dynamic-ffuncall (0.000393 sec) passed 45/174 comp-tests-dynamic-help-arglist (0.000488 sec) passed 46/174 comp-tests-eq (0.000322 sec) passed 47/174 comp-tests-ffuncall (0.000498 sec) passed 48/174 comp-tests-fixnum (0.000403 sec) passed 49/174 comp-tests-free-fun (0.438871 sec) passed 50/174 comp-tests-free-fun-silly-name (0.494369 sec) passed 51/174 comp-tests-func-make[2]: *** [Makefile:181: src/comp-tests.log] Error 1 call-removal (0.000510 sec) passed 52/174 comp-tests-fw-prop-1 (0.499541 sec) passed 53/174 comp-tests-gc (0.012637 sec) passed 54/174 comp-tests-if (0.000479 sec) passed 55/174 comp-tests-integerp (0.000360 sec) passed 56/174 comp-tests-interactive-form (0.000419 sec) passed 57/174 comp-tests-jump-table (0.000365 sec) passed 58/174 comp-tests-lambda-return (0.000339 sec) passed 59/174 comp-tests-length (0.000420 sec) passed 60/174 comp-tests-list (0.004677 sec) passed 61/174 comp-tests-listN (0.000388 sec) passed 62/174 comp-tests-listp (0.000387 sec) passed 63/174 comp-tests-macro (0.000385 sec) passed 64/174 comp-tests-memq (0.000332 sec) passed 65/174 comp-tests-negate (0.000378 sec) passed 66/174 comp-tests-non-locals (0.000418 sec) passed 67/174 comp-tests-not (0.000324 sec) passed 68/174 comp-tests-not-cons-1 (0.000343 sec) passed 69/174 comp-tests-num-inline (0.000356 sec) passed 70/174 comp-tests-numberp (0.000448 sec) passed 71/174 comp-tests-opt (0.000356 sec) passed 72/174 comp-tests-opt-rest (0.000329 sec) passed 73/174 comp-tests-or (0.000326 sec) passed 74/174 comp-tests-primitive-advice (0.451522 sec) passed 75/174 comp-tests-primitive-redefine (0.537810 sec) passed 76/174 comp-tests-primitive-redefine-compile-44221 (0.621280 sec) passed 77/174 comp-tests-provide (0.000399 sec) Loading /tmp/test-nativecomp-cache-r4kdBH/30.0.50-4fde10c0/comp-test-pure-63fb8cfe-e815b977.eln (native compiled elisp)... passed 78/174 comp-tests-pure (0.654749 sec) passed 79/174 comp-tests-recursive (0.000575 sec) passed 80/174 comp-tests-ret-type-spec-1 (0.585058 sec) passed 81/174 comp-tests-ret-type-spec-10 (0.592938 sec) passed 82/174 comp-tests-ret-type-spec-11 (0.613027 sec) passed 83/174 comp-tests-ret-type-spec-12 (0.608087 sec) Test comp-tests-ret-type-spec-13 backtrace: signal(ert-test-failed (((should (equal (cl-third (subr-type (symbol ert-fail(((should (equal (cl-third (subr-type (symbol-function f-nam comp-tests-check-ret-type-spec((defun comp-tests-ret-type-spec-f (x #f(compiled-function () #)() ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test ert-run-test(#s(ert-test :name comp-tests-ret-type-spec-13 :document ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m ert-run-tests((not (tag :unstable)) #f(compiled-function (event-type ert-run-tests-batch((not (tag :unstable))) ert-run-tests-batch-and-exit((not (tag :unstable))) command-line-1(("-L" ":." "-l" "ert" "-l" "src/comp-tests" "--eval" command-line() normal-top-level() Test comp-tests-ret-type-spec-13 condition: (ert-test-failed ((should (equal (cl-third ...) ret-type)) :form (equal (or (member foo) integer-or-marker) (or (member foo) number-or-marker)) :value nil :explanation (list-elt 2 (different-atoms integer-or-marker number-or-marker)))) FAILED 84/174 comp-tests-ret-type-spec-13 (0.541232 sec) at src/comp-tests.el:1 passed 85/174 comp-tests-ret-type-spec-14 (0.673665 sec) passed 86/174 comp-tests-ret-type-spec-15 (0.539156 sec) passed 87/174 comp-tests-ret-type-spec-16 (0.581770 sec) Warning: Unused lexical variable `x' passed 88/174 comp-tests-ret-type-spec-17 (0.560841 sec) passed 89/174 comp-tests-ret-type-spec-18 (0.506003 sec) passed 90/174 comp-tests-ret-type-spec-19 (0.490153 sec) passed 91/174 comp-tests-ret-type-spec-2 (0.532954 sec) passed 92/174 comp-tests-ret-type-spec-20 (0.680959 sec) passed 93/174 comp-tests-ret-type-spec-21 (0.590335 sec) Test comp-tests-ret-type-spec-22 backtrace: signal(ert-test-failed (((should (equal (cl-third (subr-type (symbol ert-fail(((should (equal (cl-third (subr-type (symbol-function f-nam comp-tests-check-ret-type-spec((defun comp-tests-ret-type-spec-f (x) #f(compiled-function () #)() ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test ert-run-test(#s(ert-test :name comp-tests-ret-type-spec-22 :document ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m ert-run-tests((not (tag :unstable)) #f(compiled-function (event-type ert-run-tests-batch((not (tag :unstable))) ert-run-tests-batch-and-exit((not (tag :unstable))) command-line-1(("-L" ":." "-l" "ert" "-l" "src/comp-tests" "--eval" command-line() normal-top-level() Test comp-tests-ret-type-spec-22 condition: (ert-test-failed ((should (equal (cl-third ...) ret-type)) :form (equal (or null (integer 4 *)) (or null float (integer 4 *))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer 4 *)) (or null float (integer 4 *)) first-mismatch-at 2))) FAILED 94/174 comp-tests-ret-type-spec-22 (0.604158 sec) at src/comp-tests.el:1 Test comp-tests-ret-type-spec-23 backtrace: signal(ert-test-failed (((should (equal (cl-third (subr-type (symbol ert-fail(((should (equal (cl-third (subr-type (symbol-function f-nam comp-tests-check-ret-type-spec((defun comp-tests-ret-type-spec-f (x) #f(compiled-function () #)() ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test ert-run-test(#s(ert-test :name comp-tests-ret-type-spec-23 :document ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m ert-run-tests((not (tag :unstable)) #f(compiled-function (event-type ert-run-tests-batch((not (tag :unstable))) ert-run-tests-batch-and-exit((not (tag :unstable))) command-line-1(("-L" ":." "-l" "ert" "-l" "src/comp-tests" "--eval" command-line() normal-top-level() Test comp-tests-ret-type-spec-23 condition: (ert-test-failed ((should (equal (cl-third ...) ret-type)) :form (equal (or null (integer 3 *)) (or null float (integer 3 *))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer 3 *)) (or null float (integer 3 *)) first-mismatch-at 2))) FAILED 95/174 comp-tests-ret-type-spec-23 (0.614906 sec) at src/comp-tests.el:1 Test comp-tests-ret-type-spec-24 backtrace: signal(ert-test-failed (((should (equal (cl-third (subr-type (symbol ert-fail(((should (equal (cl-third (subr-type (symbol-function f-nam comp-tests-check-ret-type-spec((defun comp-tests-ret-type-spec-f (x) #f(compiled-function () #)() ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test ert-run-test(#s(ert-test :name comp-tests-ret-type-spec-24 :document ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m ert-run-tests((not (tag :unstable)) #f(compiled-function (event-type ert-run-tests-batch((not (tag :unstable))) ert-run-tests-batch-and-exit((not (tag :unstable))) command-line-1(("-L" ":." "-l" "ert" "-l" "src/comp-tests" "--eval" command-line() normal-top-level() Test comp-tests-ret-type-spec-24 condition: (ert-test-failed ((should (equal (cl-third ...) ret-type)) :form (equal (or null (integer * 2)) (or null float (integer * 2))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer * 2)) (or null float (integer * 2)) first-mismatch-at 2))) FAILED 96/174 comp-tests-ret-type-spec-24 (0.523983 sec) at src/comp-tests.el:1 Test comp-tests-ret-type-spec-25 backtrace: signal(ert-test-failed (((should (equal (cl-third (subr-type (symbol ert-fail(((should (equal (cl-third (subr-type (symbol-function f-nam comp-tests-check-ret-type-spec((defun comp-tests-ret-type-spec-f (x) #f(compiled-function () #)() ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test ert-run-test(#s(ert-test :name comp-tests-ret-type-spec-25 :document ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m ert-run-tests((not (tag :unstable)) #f(compiled-function (event-type ert-run-tests-batch((not (tag :unstable))) ert-run-tests-batch-and-exit((not (tag :unstable))) command-line-1(("-L" ":." "-l" "ert" "-l" "src/comp-tests" "--eval" command-line() normal-top-level() Test comp-tests-ret-type-spec-25 condition: (ert-test-failed ((should (equal (cl-third ...) ret-type)) :form (equal (or null (integer * 3)) (or null float (integer * 3))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer * 3)) (or null float (integer * 3)) first-mismatch-at 2))) FAILED 97/174 comp-tests-ret-type-spec-25 (0.497995 sec) at src/comp-tests.el:1 Test comp-tests-ret-type-spec-26 backtrace: signal(ert-test-failed (((should (equal (cl-third (subr-type (symbol ert-fail(((should (equal (cl-third (subr-type (symbol-function f-nam comp-tests-check-ret-type-spec((defun comp-tests-ret-type-spec-f (x) #f(compiled-function () #)() ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test ert-run-test(#s(ert-test :name comp-tests-ret-type-spec-26 :document ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m ert-run-tests((not (tag :unstable)) #f(compiled-function (event-type ert-run-tests-batch((not (tag :unstable))) ert-run-tests-batch-and-exit((not (tag :unstable))) command-line-1(("-L" ":." "-l" "ert" "-l" "src/comp-tests" "--eval" command-line() normal-top-level() Test comp-tests-ret-type-spec-26 condition: (ert-test-failed ((should (equal (cl-third ...) ret-type)) :form (equal (or null (integer * 2)) (or null float (integer * 2))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer * 2)) (or null float (integer * 2)) first-mismatch-at 2))) FAILED 98/174 comp-tests-ret-type-spec-26 (0.518600 sec) at src/comp-tests.el:1 Test comp-tests-ret-type-spec-27 backtrace: signal(ert-test-failed (((should (equal (cl-third (subr-type (symbol ert-fail(((should (equal (cl-third (subr-type (symbol-function f-nam comp-tests-check-ret-type-spec((defun comp-tests-ret-type-spec-f (x) #f(compiled-function () #)() ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test ert-run-test(#s(ert-test :name comp-tests-ret-type-spec-27 :document ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m ert-run-tests((not (tag :unstable)) #f(compiled-function (event-type ert-run-tests-batch((not (tag :unstable))) ert-run-tests-batch-and-exit((not (tag :unstable))) command-line-1(("-L" ":." "-l" "ert" "-l" "src/comp-tests" "--eval" command-line() normal-top-level() Test comp-tests-ret-type-spec-27 condition: (ert-test-failed ((should (equal (cl-third ...) ret-type)) :form (equal (or null (integer * 3)) (or null float (integer * 3))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer * 3)) (or null float (integer * 3)) first-mismatch-at 2))) FAILED 99/174 comp-tests-ret-type-spec-27 (0.539096 sec) at src/comp-tests.el:1 Test comp-tests-ret-type-spec-28 backtrace: signal(ert-test-failed (((should (equal (cl-third (subr-type (symbol ert-fail(((should (equal (cl-third (subr-type (symbol-function f-nam comp-tests-check-ret-type-spec((defun comp-tests-ret-type-spec-f (x) #f(compiled-function () #)() ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test ert-run-test(#s(ert-test :name comp-tests-ret-type-spec-28 :document ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m ert-run-tests((not (tag :unstable)) #f(compiled-function (event-type ert-run-tests-batch((not (tag :unstable))) ert-run-tests-batch-and-exit((not (tag :unstable))) command-line-1(("-L" ":." "-l" "ert" "-l" "src/comp-tests" "--eval" command-line() normal-top-level() Test comp-tests-ret-type-spec-28 condition: (ert-test-failed ((should (equal (cl-third ...) ret-type)) :form (equal (or null (integer 4 *)) (or null float (integer 4 *))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer 4 *)) (or null float (integer 4 *)) first-mismatch-at 2))) FAILED 100/174 comp-tests-ret-type-spec-28 (0.521142 sec) at src/comp-tests.el:1 Test comp-tests-ret-type-spec-29 backtrace: signal(ert-test-failed (((should (equal (cl-third (subr-type (symbol ert-fail(((should (equal (cl-third (subr-type (symbol-function f-nam comp-tests-check-ret-type-spec((defun comp-tests-ret-type-spec-f (x) #f(compiled-function () #)() ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test ert-run-test(#s(ert-test :name comp-tests-ret-type-spec-29 :document ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m ert-run-tests((not (tag :unstable)) #f(compiled-function (event-type ert-run-tests-batch((not (tag :unstable))) ert-run-tests-batch-and-exit((not (tag :unstable))) command-line-1(("-L" ":." "-l" "ert" "-l" "src/comp-tests" "--eval" command-line() normal-top-level() Test comp-tests-ret-type-spec-29 condition: (ert-test-failed ((should (equal (cl-third ...) ret-type)) :form (equal (or null (integer 3 *)) (or null float (integer 3 *))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer 3 *)) (or null float (integer 3 *)) first-mismatch-at 2))) FAILED 101/174 comp-tests-ret-type-spec-29 (0.558693 sec) at src/comp-tests.el:1 passed 102/174 comp-tests-ret-type-spec-3 (0.544723 sec) Test comp-tests-ret-type-spec-30 backtrace: signal(ert-test-failed (((should (equal (cl-third (subr-type (symbol ert-fail(((should (equal (cl-third (subr-type (symbol-function f-nam comp-tests-check-ret-type-spec((defun comp-tests-ret-type-spec-f (x) #f(compiled-function () #)() ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test ert-run-test(#s(ert-test :name comp-tests-ret-type-spec-30 :document ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m ert-run-tests((not (tag :unstable)) #f(compiled-function (event-type ert-run-tests-batch((not (tag :unstable))) ert-run-tests-batch-and-exit((not (tag :unstable))) command-line-1(("-L" ":." "-l" "ert" "-l" "src/comp-tests" "--eval" command-line() normal-top-level() Test comp-tests-ret-type-spec-30 condition: (ert-test-failed ((should (equal (cl-third ...) ret-type)) :form (equal (or null (integer 4 *)) (or null float (integer 4 *))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer 4 *)) (or null float (integer 4 *)) first-mismatch-at 2))) FAILED 103/174 comp-tests-ret-type-spec-30 (0.594469 sec) at src/comp-tests.el:1 Test comp-tests-ret-type-spec-31 backtrace: signal(ert-test-failed (((should (equal (cl-third (subr-type (symbol ert-fail(((should (equal (cl-third (subr-type (symbol-function f-nam comp-tests-check-ret-type-spec((defun comp-tests-ret-type-spec-f (x) #f(compiled-function () #)() ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test ert-run-test(#s(ert-test :name comp-tests-ret-type-spec-31 :document ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m ert-run-tests((not (tag :unstable)) #f(compiled-function (event-type ert-run-tests-batch((not (tag :unstable))) ert-run-tests-batch-and-exit((not (tag :unstable))) command-line-1(("-L" ":." "-l" "ert" "-l" "src/comp-tests" "--eval" command-line() normal-top-level() Test comp-tests-ret-type-spec-31 condition: (ert-test-failed ((should (equal (cl-third ...) ret-type)) :form (equal (or null (integer * 2)) (or null float (integer * 2))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer * 2)) (or null float (integer * 2)) first-mismatch-at 2))) FAILED 104/174 comp-tests-ret-type-spec-31 (0.593965 sec) at src/comp-tests.el:1 Test comp-tests-ret-type-spec-32 backtrace: signal(ert-test-failed (((should (equal (cl-third (subr-type (symbol ert-fail(((should (equal (cl-third (subr-type (symbol-function f-nam comp-tests-check-ret-type-spec((defun comp-tests-ret-type-spec-f (x) #f(compiled-function () #)() ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test ert-run-test(#s(ert-test :name comp-tests-ret-type-spec-32 :document ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m ert-run-tests((not (tag :unstable)) #f(compiled-function (event-type ert-run-tests-batch((not (tag :unstable))) ert-run-tests-batch-and-exit((not (tag :unstable))) command-line-1(("-L" ":." "-l" "ert" "-l" "src/comp-tests" "--eval" command-line() normal-top-level() Test comp-tests-ret-type-spec-32 condition: (ert-test-failed ((should (equal (cl-third ...) ret-type)) :form (equal (or null (integer 4 9)) (or null float (integer 4 9))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer 4 9)) (or null float (integer 4 9)) first-mismatch-at 2))) FAILED 105/174 comp-tests-ret-type-spec-32 (0.619320 sec) at src/comp-tests.el:1 Test comp-tests-ret-type-spec-33 backtrace: signal(ert-test-failed (((should (equal (cl-third (subr-type (symbol ert-fail(((should (equal (cl-third (subr-type (symbol-function f-nam comp-tests-check-ret-type-spec((defun comp-tests-ret-type-spec-f (x) #f(compiled-function () #)() ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test ert-run-test(#s(ert-test :name comp-tests-ret-type-spec-33 :document ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m ert-run-tests((not (tag :unstable)) #f(compiled-function (event-type ert-run-tests-batch((not (tag :unstable))) ert-run-tests-batch-and-exit((not (tag :unstable))) command-line-1(("-L" ":." "-l" "ert" "-l" "src/comp-tests" "--eval" command-line() normal-top-level() Test comp-tests-ret-type-spec-33 condition: (ert-test-failed ((should (equal (cl-third ...) ret-type)) :form (equal (or null integer) (or null float integer)) :value nil :explanation (proper-lists-of-different-length 3 4 (or null integer) (or null float integer) first-mismatch-at 2))) FAILED 106/174 comp-tests-ret-type-spec-33 (0.505124 sec) at src/comp-tests.el:1 Test comp-tests-ret-type-spec-34 backtrace: signal(ert-test-failed (((should (equal (cl-third (subr-type (symbol ert-fail(((should (equal (cl-third (subr-type (symbol-function f-nam comp-tests-check-ret-type-spec((defun comp-tests-ret-type-spec-f (x) #f(compiled-function () #)() ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test ert-run-test(#s(ert-test :name comp-tests-ret-type-spec-34 :document ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m ert-run-tests((not (tag :unstable)) #f(compiled-function (event-type ert-run-tests-batch((not (tag :unstable))) ert-run-tests-batch-and-exit((not (tag :unstable))) command-line-1(("-L" ":." "-l" "ert" "-l" "src/comp-tests" "--eval" command-line() normal-top-level() Test comp-tests-ret-type-spec-34 condition: (ert-test-failed ((should (equal (cl-third ...) ret-type)) :form (equal (or null (integer * 2) (integer 11 *)) (or null float (integer * 2) (integer 11 *))) :value nil :explanation (proper-lists-of-different-length 4 5 (or null (integer * 2) (integer 11 *)) (or null float (integer * 2) (integer 11 *)) first-mismatch-at 2))) FAILED 107/174 comp-tests-ret-type-spec-34 (0.591146 sec) at src/comp-tests.el:1 Test comp-tests-ret-type-spec-35 backtrace: signal(ert-test-failed (((should (equal (cl-third (subr-type (symbol ert-fail(((should (equal (cl-third (subr-type (symbol-function f-nam comp-tests-check-ret-type-spec((defun comp-tests-ret-type-spec-f (x) #f(compiled-function () #)() ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test ert-run-test(#s(ert-test :name comp-tests-ret-type-spec-35 :document ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m ert-run-tests((not (tag :unstable)) #f(compiled-function (event-type ert-run-tests-batch((not (tag :unstable))) ert-run-tests-batch-and-exit((not (tag :unstable))) command-line-1(("-L" ":." "-l" "ert" "-l" "src/comp-tests" "--eval" command-line() normal-top-level() Test comp-tests-ret-type-spec-35 condition: (ert-test-failed ((should (equal (cl-third ...) ret-type)) :form (equal (or null integer-or-marker) (or null number-or-marker)) :value nil :explanation (list-elt 2 (different-atoms integer-or-marker number-or-marker)))) FAILED 108/174 comp-tests-ret-type-spec-35 (0.525398 sec) at src/comp-tests.el:1 Test comp-tests-ret-type-spec-36 backtrace: signal(ert-test-failed (((should (equal (cl-third (subr-type (symbol ert-fail(((should (equal (cl-third (subr-type (symbol-function f-nam comp-tests-check-ret-type-spec((defun comp-tests-ret-type-spec-f (x #f(compiled-function () #)() ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test ert-run-test(#s(ert-test :name comp-tests-ret-type-spec-36 :document ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m ert-run-tests((not (tag :unstable)) #f(compiled-function (event-type ert-run-tests-batch((not (tag :unstable))) ert-run-tests-batch-and-exit((not (tag :unstable))) command-line-1(("-L" ":." "-l" "ert" "-l" "src/comp-tests" "--eval" command-line() normal-top-level() Test comp-tests-ret-type-spec-36 condition: (ert-test-failed ((should (equal (cl-third ...) ret-type)) :form (equal (or null (integer 7 *)) (or null float (integer 7 *))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer 7 *)) (or null float (integer 7 *)) first-mismatch-at 2))) FAILED 109/174 comp-tests-ret-type-spec-36 (0.565272 sec) at src/comp-tests.el:1 Test comp-tests-ret-type-spec-37 backtrace: signal(ert-test-failed (((should (equal (cl-third (subr-type (symbol ert-fail(((should (equal (cl-third (subr-type (symbol-function f-nam comp-tests-check-ret-type-spec((defun comp-tests-ret-type-spec-f (x #f(compiled-function () #)() ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test ert-run-test(#s(ert-test :name comp-tests-ret-type-spec-37 :document ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m ert-run-tests((not (tag :unstable)) #f(compiled-function (event-type ert-run-tests-batch((not (tag :unstable))) ert-run-tests-batch-and-exit((not (tag :unstable))) command-line-1(("-L" ":." "-l" "ert" "-l" "src/comp-tests" "--eval" command-line() normal-top-level() Test comp-tests-ret-type-spec-37 condition: (ert-test-failed ((should (equal (cl-third ...) ret-type)) :form (equal (or null (integer * 5)) (or null float (integer * 5))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer * 5)) (or null float (integer * 5)) first-mismatch-at 2))) FAILED 110/174 comp-tests-ret-type-spec-37 (0.558938 sec) at src/comp-tests.el:1 Test comp-tests-ret-type-spec-38 backtrace: signal(ert-test-failed (((should (equal (cl-third (subr-type (symbol ert-fail(((should (equal (cl-third (subr-type (symbol-function f-nam comp-tests-check-ret-type-spec((defun comp-tests-ret-type-spec-f (x #f(compiled-function () #)() ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test ert-run-test(#s(ert-test :name comp-tests-ret-type-spec-38 :document ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m ert-run-tests((not (tag :unstable)) #f(compiled-function (event-type ert-run-tests-batch((not (tag :unstable))) ert-run-tests-batch-and-exit((not (tag :unstable))) command-line-1(("-L" ":." "-l" "ert" "-l" "src/comp-tests" "--eval" command-line() normal-top-level() Test comp-tests-ret-type-spec-38 condition: (ert-test-failed ((should (equal (cl-third ...) ret-type)) :form (equal (or null (integer 4 8)) (or null float (integer 4 8))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer 4 8)) (or null float (integer 4 8)) first-mismatch-at 2))) FAILED 111/174 comp-tests-ret-type-spec-38 (0.517038 sec) at src/comp-tests.el:1 Test comp-tests-ret-type-spec-39 backtrace: signal(ert-test-failed (((should (equal (cl-third (subr-type (symbol ert-fail(((should (equal (cl-third (subr-type (symbol-function f-nam comp-tests-check-ret-type-spec((defun comp-tests-ret-type-spec-f (x #f(compiled-function () #)() ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test ert-run-test(#s(ert-test :name comp-tests-ret-type-spec-39 :document ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m ert-run-tests((not (tag :unstable)) #f(compiled-function (event-type ert-run-tests-batch((not (tag :unstable))) ert-run-tests-batch-and-exit((not (tag :unstable))) command-line-1(("-L" ":." "-l" "ert" "-l" "src/comp-tests" "--eval" command-line() normal-top-level() Test comp-tests-ret-type-spec-39 condition: (ert-test-failed ((should (equal (cl-third ...) ret-type)) :form (equal (or null (integer 3 13)) (or null float (integer 3 13))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer 3 13)) (or null float (integer 3 13)) first-mismatch-at 2))) FAILED 112/174 comp-tests-ret-type-spec-39 (0.587093 sec) at src/comp-tests.el:1 passed 113/174 comp-tests-ret-type-spec-4 (0.572700 sec) Test comp-tests-ret-type-spec-40 backtrace: signal(ert-test-failed (((should (equal (cl-third (subr-type (symbol ert-fail(((should (equal (cl-third (subr-type (symbol-function f-nam comp-tests-check-ret-type-spec((defun comp-tests-ret-type-spec-f (x #f(compiled-function () #)() ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test ert-run-test(#s(ert-test :name comp-tests-ret-type-spec-40 :document ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m ert-run-tests((not (tag :unstable)) #f(compiled-function (event-type ert-run-tests-batch((not (tag :unstable))) ert-run-tests-batch-and-exit((not (tag :unstable))) command-line-1(("-L" ":." "-l" "ert" "-l" "src/comp-tests" "--eval" command-line() normal-top-level() Test comp-tests-ret-type-spec-40 condition: (ert-test-failed ((should (equal (cl-third ...) ret-type)) :form (equal (or null (integer -2 8)) (or null float (integer -2 8))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer -2 8)) (or null float (integer -2 8)) first-mismatch-at 2))) FAILED 114/174 comp-tests-ret-type-spec-40 (0.530863 sec) at src/comp-tests.el:1 Test comp-tests-ret-type-spec-41 backtrace: signal(ert-test-failed (((should (equal (cl-third (subr-type (symbol ert-fail(((should (equal (cl-third (subr-type (symbol-function f-nam comp-tests-check-ret-type-spec((defun comp-tests-ret-type-spec-f (x #f(compiled-function () #)() ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test ert-run-test(#s(ert-test :name comp-tests-ret-type-spec-41 :document ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m ert-run-tests((not (tag :unstable)) #f(compiled-function (event-type ert-run-tests-batch((not (tag :unstable))) ert-run-tests-batch-and-exit((not (tag :unstable))) command-line-1(("-L" ":." "-l" "ert" "-l" "src/comp-tests" "--eval" command-line() normal-top-level() Test comp-tests-ret-type-spec-41 condition: (ert-test-failed ((should (equal (cl-third ...) ret-type)) :form (equal (or null (integer -2 *)) (or null float (integer -2 *))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer -2 *)) (or null float (integer -2 *)) first-mismatch-at 2))) FAILED 115/174 comp-tests-ret-type-spec-41 (0.540142 sec) at src/comp-tests.el:1 Test comp-tests-ret-type-spec-42 backtrace: signal(ert-test-failed (((should (equal (cl-third (subr-type (symbol ert-fail(((should (equal (cl-third (subr-type (symbol-function f-nam comp-tests-check-ret-type-spec((defun comp-tests-ret-type-spec-f (x #f(compiled-function () #)() ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test ert-run-test(#s(ert-test :name comp-tests-ret-type-spec-42 :document ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m ert-run-tests((not (tag :unstable)) #f(compiled-function (event-type ert-run-tests-batch((not (tag :unstable))) ert-run-tests-batch-and-exit((not (tag :unstable))) command-line-1(("-L" ":." "-l" "ert" "-l" "src/comp-tests" "--eval" command-line() normal-top-level() Test comp-tests-ret-type-spec-42 condition: (ert-test-failed ((should (equal (cl-third ...) ret-type)) :form (equal (or null (integer * 8)) (or null float (integer * 8))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer * 8)) (or null float (integer * 8)) first-mismatch-at 2))) FAILED 116/174 comp-tests-ret-type-spec-42 (0.541681 sec) at src/comp-tests.el:1 Test comp-tests-ret-type-spec-43 backtrace: signal(ert-test-failed (((should (equal (cl-third (subr-type (symbol ert-fail(((should (equal (cl-third (subr-type (symbol-function f-nam comp-tests-check-ret-type-spec((defun comp-tests-ret-type-spec-f (x #f(compiled-function () #)() ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test ert-run-test(#s(ert-test :name comp-tests-ret-type-spec-43 :document ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m ert-run-tests((not (tag :unstable)) #f(compiled-function (event-type ert-run-tests-batch((not (tag :unstable))) ert-run-tests-batch-and-exit((not (tag :unstable))) command-line-1(("-L" ":." "-l" "ert" "-l" "src/comp-tests" "--eval" command-line() normal-top-level() Test comp-tests-ret-type-spec-43 condition: (ert-test-failed ((should (equal (cl-third ...) ret-type)) :form (equal (or null (integer * 8)) (or null float (integer * 8))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer * 8)) (or null float (integer * 8)) first-mismatch-at 2))) FAILED 117/174 comp-tests-ret-type-spec-43 (0.528567 sec) at src/comp-tests.el:1 Test comp-tests-ret-type-spec-44 backtrace: signal(ert-test-failed (((should (equal (cl-third (subr-type (symbol ert-fail(((should (equal (cl-third (subr-type (symbol-function f-nam comp-tests-check-ret-type-spec((defun comp-tests-ret-type-spec-f (x #f(compiled-function () #)() ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test ert-run-test(#s(ert-test :name comp-tests-ret-type-spec-44 :document ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m ert-run-tests((not (tag :unstable)) #f(compiled-function (event-type ert-run-tests-batch((not (tag :unstable))) ert-run-tests-batch-and-exit((not (tag :unstable))) command-line-1(("-L" ":." "-l" "ert" "-l" "src/comp-tests" "--eval" command-line() normal-top-level() Test comp-tests-ret-type-spec-44 condition: (ert-test-failed ((should (equal (cl-third ...) ret-type)) :form (equal (or null integer) (or null float integer)) :value nil :explanation (proper-lists-of-different-length 3 4 (or null integer) (or null float integer) first-mismatch-at 2))) FAILED 118/174 comp-tests-ret-type-spec-44 (0.564670 sec) at src/comp-tests.el:1 Test comp-tests-ret-type-spec-45 backtrace: signal(ert-test-failed (((should (equal (cl-third (subr-type (symbol ert-fail(((should (equal (cl-third (subr-type (symbol-function f-nam comp-tests-check-ret-type-spec((defun comp-tests-ret-type-spec-f (x #f(compiled-function () #)() ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test ert-run-test(#s(ert-test :name comp-tests-ret-type-spec-45 :document ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m ert-run-tests((not (tag :unstable)) #f(compiled-function (event-type ert-run-tests-batch((not (tag :unstable))) ert-run-tests-batch-and-exit((not (tag :unstable))) command-line-1(("-L" ":." "-l" "ert" "-l" "src/comp-tests" "--eval" command-line() normal-top-level() Test comp-tests-ret-type-spec-45 condition: (ert-test-failed ((should (equal (cl-third ...) ret-type)) :form (equal (or null integer) (or null float integer)) :value nil :explanation (proper-lists-of-different-length 3 4 (or null integer) (or null float integer) first-mismatch-at 2))) FAILED 119/174 comp-tests-ret-type-spec-45 (0.500166 sec) at src/comp-tests.el:1 Test comp-tests-ret-type-spec-46 backtrace: signal(ert-test-failed (((should (equal (cl-third (subr-type (symbol ert-fail(((should (equal (cl-third (subr-type (symbol-function f-nam comp-tests-check-ret-type-spec((defun comp-tests-ret-type-spec-f (x #f(compiled-function () #)() ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test ert-run-test(#s(ert-test :name comp-tests-ret-type-spec-46 :document ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m ert-run-tests((not (tag :unstable)) #f(compiled-function (event-type ert-run-tests-batch((not (tag :unstable))) ert-run-tests-batch-and-exit((not (tag :unstable))) command-line-1(("-L" ":." "-l" "ert" "-l" "src/comp-tests" "--eval" command-line() normal-top-level() Test comp-tests-ret-type-spec-46 condition: (ert-test-failed ((should (equal (cl-third ...) ret-type)) :form (equal (or null (integer 12 24)) (or null float (integer 12 24))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer 12 24)) (or null float (integer 12 24)) first-mismatch-at 2))) FAILED 120/174 comp-tests-ret-type-spec-46 (0.634942 sec) at src/comp-tests.el:1 Test comp-tests-ret-type-spec-47 backtrace: signal(ert-test-failed (((should (equal (cl-third (subr-type (symbol ert-fail(((should (equal (cl-third (subr-type (symbol-function f-nam comp-tests-check-ret-type-spec((defun comp-tests-ret-type-spec-f (x) #f(compiled-function () #)() ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test ert-run-test(#s(ert-test :name comp-tests-ret-type-spec-47 :document ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m ert-run-tests((not (tag :unstable)) #f(compiled-function (event-type ert-run-tests-batch((not (tag :unstable))) ert-run-tests-batch-and-exit((not (tag :unstable))) command-line-1(("-L" ":." "-l" "ert" "-l" "src/comp-tests" "--eval" command-line() normal-top-level() Test comp-tests-ret-type-spec-47 condition: (ert-test-failed ((should (equal (cl-third ...) ret-type)) :form (equal (or null (integer 2 6)) (or null float (integer 2 6))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer 2 6)) (or null float (integer 2 6)) first-mismatch-at 2))) FAILED 121/174 comp-tests-ret-type-spec-47 (0.513843 sec) at src/comp-tests.el:1 Test comp-tests-ret-type-spec-48 backtrace: signal(ert-test-failed (((should (equal (cl-third (subr-type (symbol ert-fail(((should (equal (cl-third (subr-type (symbol-function f-nam comp-tests-check-ret-type-spec((defun comp-tests-ret-type-spec-f (x) #f(compiled-function () #)() ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test ert-run-test(#s(ert-test :name comp-tests-ret-type-spec-48 :document ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m ert-run-tests((not (tag :unstable)) #f(compiled-function (event-type ert-run-tests-batch((not (tag :unstable))) ert-run-tests-batch-and-exit((not (tag :unstable))) command-line-1(("-L" ":." "-l" "ert" "-l" "src/comp-tests" "--eval" command-line() normal-top-level() Test comp-tests-ret-type-spec-48 condition: (ert-test-failed ((should (equal (cl-third ...) ret-type)) :form (equal (or null (integer 0 4)) (or null float (integer 0 4))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer 0 4)) (or null float (integer 0 4)) first-mismatch-at 2))) FAILED 122/174 comp-tests-ret-type-spec-48 (0.493116 sec) at src/comp-tests.el:1 passed 123/174 comp-tests-ret-type-spec-49 (0.560857 sec) passed 124/174 comp-tests-ret-type-spec-5 (0.552900 sec) passed 125/174 comp-tests-ret-type-spec-50 (0.557488 sec) passed 126/174 comp-tests-ret-type-spec-51 (0.563804 sec) passed 127/174 comp-tests-ret-type-spec-52 (0.602104 sec) passed 128/174 comp-tests-ret-type-spec-53 (0.593335 sec) passed 129/174 comp-tests-ret-type-spec-54 (0.537022 sec) passed 130/174 comp-tests-ret-type-spec-55 (0.644144 sec) passed 131/174 comp-tests-ret-type-spec-56 (0.589305 sec) passed 132/174 comp-tests-ret-type-spec-57 (0.555371 sec) passed 133/174 comp-tests-ret-type-spec-58 (0.613792 sec) Test comp-tests-ret-type-spec-59 backtrace: signal(ert-test-failed (((should (equal (cl-third (subr-type (symbol ert-fail(((should (equal (cl-third (subr-type (symbol-function f-nam comp-tests-check-ret-type-spec((defun comp-tests-ret-type-spec-f (x #f(compiled-function () #)() ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test ert-run-test(#s(ert-test :name comp-tests-ret-type-spec-59 :document ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m ert-run-tests((not (tag :unstable)) #f(compiled-function (event-type ert-run-tests-batch((not (tag :unstable))) ert-run-tests-batch-and-exit((not (tag :unstable))) command-line-1(("-L" ":." "-l" "ert" "-l" "src/comp-tests" "--eval" command-line() normal-top-level() Test comp-tests-ret-type-spec-59 condition: (ert-test-failed ((should (equal (cl-third ...) ret-type)) :form (equal (integer 3 10) (or float (integer 3 10))) :value nil :explanation (list-elt 0 (different-atoms integer or)))) FAILED 134/174 comp-tests-ret-type-spec-59 (0.656533 sec) at src/comp-tests.el:1 passed 135/174 comp-tests-ret-type-spec-6 (1.309714 sec) Test comp-tests-ret-type-spec-60 backtrace: signal(ert-test-failed (((should (equal (cl-third (subr-type (symbol ert-fail(((should (equal (cl-third (subr-type (symbol-function f-nam comp-tests-check-ret-type-spec((defun comp-tests-ret-type-spec-f (x #f(compiled-function () #)() ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test ert-run-test(#s(ert-test :name comp-tests-ret-type-spec-60 :document ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m ert-run-tests((not (tag :unstable)) #f(compiled-function (event-type ert-run-tests-batch((not (tag :unstable))) ert-run-tests-batch-and-exit((not (tag :unstable))) command-line-1(("-L" ":." "-l" "ert" "-l" "src/comp-tests" "--eval" command-line() normal-top-level() Test comp-tests-ret-type-spec-60 condition: (ert-test-failed ((should (equal (cl-third ...) ret-type)) :form (equal (integer 3 10) (or float (integer 3 10))) :value nil :explanation (list-elt 0 (different-atoms integer or)))) FAILED 136/174 comp-tests-ret-type-spec-60 (1.241163 sec) at src/comp-tests.el:1 Test comp-tests-ret-type-spec-61 backtrace: signal(ert-test-failed (((should (equal (cl-third (subr-type (symbol ert-fail(((should (equal (cl-third (subr-type (symbol-function f-nam comp-tests-check-ret-type-spec((defun comp-tests-ret-type-spec-f (x) #f(compiled-function () #)() ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test ert-run-test(#s(ert-test :name comp-tests-ret-type-spec-61 :document ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m ert-run-tests((not (tag :unstable)) #f(compiled-function (event-type ert-run-tests-batch((not (tag :unstable))) ert-run-tests-batch-and-exit((not (tag :unstable))) command-line-1(("-L" ":." "-l" "ert" "-l" "src/comp-tests" "--eval" command-line() normal-top-level() Test comp-tests-ret-type-spec-61 condition: (ert-test-failed ((should (equal (cl-third ...) ret-type)) :form (equal (integer 1 1) (or (member 1.0) (integer 1 1))) :value nil :explanation (list-elt 0 (different-atoms integer or)))) FAILED 137/174 comp-tests-ret-type-spec-61 (0.529878 sec) at src/comp-tests.el:1 Test comp-tests-ret-type-spec-62 backtrace: signal(ert-test-failed (((should (equal (cl-third (subr-type (symbol ert-fail(((should (equal (cl-third (subr-type (symbol-function f-nam comp-tests-check-ret-type-spec((defun comp-tests-ret-type-spec-f (x) #f(compiled-function () #)() ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test ert-run-test(#s(ert-test :name comp-tests-ret-type-spec-62 :document ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m ert-run-tests((not (tag :unstable)) #f(compiled-function (event-type ert-run-tests-batch((not (tag :unstable))) ert-run-tests-batch-and-exit((not (tag :unstable))) command-line-1(("-L" ":." "-l" "ert" "-l" "src/comp-tests" "--eval" command-line() normal-top-level() Test comp-tests-ret-type-spec-62 condition: (ert-test-failed ((should (equal (cl-third ...) ret-type)) :form (equal (integer 1 1) (or (member 1.0) (integer 1 1))) :value nil :explanation (list-elt 0 (different-atoms integer or)))) FAILED 138/174 comp-tests-ret-type-spec-62 (1.031609 sec) at src/comp-tests.el:1 Test comp-tests-ret-type-spec-63 backtrace: signal(ert-test-failed (((should (equal (cl-third (subr-type (symbol ert-fail(((should (equal (cl-third (subr-type (symbol-function f-nam comp-tests-check-ret-type-spec((defun comp-tests-ret-type-spec-f (x) #f(compiled-function () #)() ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test ert-run-test(#s(ert-test :name comp-tests-ret-type-spec-63 :document ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m ert-run-tests((not (tag :unstable)) #f(compiled-function (event-type ert-run-tests-batch((not (tag :unstable))) ert-run-tests-batch-and-exit((not (tag :unstable))) command-line-1(("-L" ":." "-l" "ert" "-l" "src/comp-tests" "--eval" command-line() normal-top-level() Test comp-tests-ret-type-spec-63 condition: (ert-test-failed ((should (equal (cl-third ...) ret-type)) :form (equal nil (member 1.1)) :value nil :explanation (different-types nil (member 1.1)))) FAILED 139/174 comp-tests-ret-type-spec-63 (1.810476 sec) at src/comp-tests.el:1 Test comp-tests-ret-type-spec-64 backtrace: signal(ert-test-failed (((should (equal (cl-third (subr-type (symbol ert-fail(((should (equal (cl-third (subr-type (symbol-function f-nam comp-tests-check-ret-type-spec((defun comp-tests-ret-type-spec-f (x) #f(compiled-function () #)() ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test ert-run-test(#s(ert-test :name comp-tests-ret-type-spec-64 :document ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m ert-run-tests((not (tag :unstable)) #f(compiled-function (event-type ert-run-tests-batch((not (tag :unstable))) ert-run-tests-batch-and-exit((not (tag :unstable))) command-line-1(("-L" ":." "-l" "ert" "-l" "src/comp-tests" "--eval" command-line() normal-top-level() Test comp-tests-ret-type-spec-64 condition: (ert-test-failed ((should (equal (cl-third ...) ret-type)) :form (equal (integer 1 1) (or (member 1.0) (integer 1 1))) :value nil :explanation (list-elt 0 (different-atoms integer or)))) FAILED 140/174 comp-tests-ret-type-spec-64 (0.664035 sec) at src/comp-tests.el:1 Test comp-tests-ret-type-spec-65 backtrace: signal(ert-test-failed (((should (equal (cl-third (subr-type (symbol ert-fail(((should (equal (cl-third (subr-type (symbol-function f-nam comp-tests-check-ret-type-spec((defun comp-tests-ret-type-spec-f (x) #f(compiled-function () #)() ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test ert-run-test(#s(ert-test :name comp-tests-ret-type-spec-65 :document ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m ert-run-tests((not (tag :unstable)) #f(compiled-function (event-type ert-run-tests-batch((not (tag :unstable))) ert-run-tests-batch-and-exit((not (tag :unstable))) command-line-1(("-L" ":." "-l" "ert" "-l" "src/comp-tests" "--eval" command-line() normal-top-level() Test comp-tests-ret-type-spec-65 condition: (ert-test-failed ((should (equal (cl-third ...) ret-type)) :form (equal (integer 1 1) (or (member 1.0) (integer 1 1))) :value nil :explanation (list-elt 0 (different-atoms integer or)))) FAILED 141/174 comp-tests-ret-type-spec-65 (0.556295 sec) at src/comp-tests.el:1 passed 142/174 comp-tests-ret-type-spec-66 (0.612949 sec) passed 143/174 comp-tests-ret-type-spec-67 (0.595053 sec) Test comp-tests-ret-type-spec-68 backtrace: signal(ert-test-failed (((should (equal (cl-third (subr-type (symbol ert-fail(((should (equal (cl-third (subr-type (symbol-function f-nam comp-tests-check-ret-type-spec((defun comp-tests-ret-type-spec-f (x) #f(compiled-function () #)() ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test ert-run-test(#s(ert-test :name comp-tests-ret-type-spec-68 :document ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m ert-run-tests((not (tag :unstable)) #f(compiled-function (event-type ert-run-tests-batch((not (tag :unstable))) ert-run-tests-batch-and-exit((not (tag :unstable))) command-line-1(("-L" ":." "-l" "ert" "-l" "src/comp-tests" "--eval" command-line() normal-top-level() Test comp-tests-ret-type-spec-68 condition: (ert-test-failed ((should (equal (cl-third ...) ret-type)) :form (equal nil (or (member 1.0) (integer 1 1))) :value nil :explanation (different-types nil (or (member 1.0) (integer 1 1))))) FAILED 144/174 comp-tests-ret-type-spec-68 (0.685124 sec) at src/comp-tests.el:1 Test comp-tests-ret-type-spec-69 backtrace: signal(ert-test-failed (((should (equal (cl-third (subr-type (symbol ert-fail(((should (equal (cl-third (subr-type (symbol-function f-nam comp-tests-check-ret-type-spec((defun comp-tests-ret-type-spec-f (x) #f(compiled-function () #)() ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test ert-run-test(#s(ert-test :name comp-tests-ret-type-spec-69 :document ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m ert-run-tests((not (tag :unstable)) #f(compiled-function (event-type ert-run-tests-batch((not (tag :unstable))) ert-run-tests-batch-and-exit((not (tag :unstable))) command-line-1(("-L" ":." "-l" "ert" "-l" "src/comp-tests" "--eval" command-line() normal-top-level() Test comp-tests-ret-type-spec-69 condition: (ert-test-failed ((should (equal (cl-third ...) ret-type)) :form (equal (integer 1 1) (or (member 1.0) (integer 1 1))) :value nil :explanation (list-elt 0 (different-atoms integer or)))) FAILED 145/174 comp-tests-ret-type-spec-69 (0.528989 sec) at src/comp-tests.el:1 passed 146/174 comp-tests-ret-type-spec-7 (0.456016 sec) Test comp-tests-ret-type-spec-70 backtrace: signal(ert-test-failed (((should (equal (cl-third (subr-type (symbol ert-fail(((should (equal (cl-third (subr-type (symbol-function f-nam comp-tests-check-ret-type-spec((defun comp-tests-ret-type-spec-f (x #f(compiled-function () #)() ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test ert-run-test(#s(ert-test :name comp-tests-ret-type-spec-70 :document ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m ert-run-tests((not (tag :unstable)) #f(compiled-function (event-type ert-run-tests-batch((not (tag :unstable))) ert-run-tests-batch-and-exit((not (tag :unstable))) command-line-1(("-L" ":." "-l" "ert" "-l" "src/comp-tests" "--eval" command-line() normal-top-level() Test comp-tests-ret-type-spec-70 condition: (ert-test-failed ((should (equal (cl-third ...) ret-type)) :form (equal nil (or float integer)) :value nil :explanation (different-types nil (or float integer)))) FAILED 147/174 comp-tests-ret-type-spec-70 (0.707778 sec) at src/comp-tests.el:1 Test comp-tests-ret-type-spec-71 backtrace: signal(ert-test-failed (((should (equal (cl-third (subr-type (symbol ert-fail(((should (equal (cl-third (subr-type (symbol-function f-nam comp-tests-check-ret-type-spec((defun comp-tests-ret-type-spec-f (x) #f(compiled-function () #)() ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test ert-run-test(#s(ert-test :name comp-tests-ret-type-spec-71 :document ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m ert-run-tests((not (tag :unstable)) #f(compiled-function (event-type ert-run-tests-batch((not (tag :unstable))) ert-run-tests-batch-and-exit((not (tag :unstable))) command-line-1(("-L" ":." "-l" "ert" "-l" "src/comp-tests" "--eval" command-line() normal-top-level() Test comp-tests-ret-type-spec-71 condition: (ert-test-failed ((should (equal (cl-third ...) ret-type)) :form (equal (integer 0 0) (or (member -0.0 0.0) (integer 0 0))) :value nil :explanation (list-elt 0 (different-atoms integer or)))) FAILED 148/174 comp-tests-ret-type-spec-71 (0.597633 sec) at src/comp-tests.el:1 Test comp-tests-ret-type-spec-72 backtrace: signal(ert-test-failed (((should (equal (cl-third (subr-type (symbol ert-fail(((should (equal (cl-third (subr-type (symbol-function f-nam comp-tests-check-ret-type-spec((defun comp-tests-ret-type-spec-f (x) #f(compiled-function () #)() ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test ert-run-test(#s(ert-test :name comp-tests-ret-type-spec-72 :document ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m ert-run-tests((not (tag :unstable)) #f(compiled-function (event-type ert-run-tests-batch((not (tag :unstable))) ert-run-tests-batch-and-exit((not (tag :unstable))) command-line-1(("-L" ":." "-l" "ert" "-l" "src/comp-tests" "--eval" command-line() normal-top-level() Test comp-tests-ret-type-spec-72 condition: (ert-test-failed ((should (equal (cl-third ...) ret-type)) :form (equal nil float) :value nil :explanation (different-atoms nil float))) FAILED 149/174 comp-tests-ret-type-spec-72 (0.544380 sec) at src/comp-tests.el:1 passed 150/174 comp-tests-ret-type-spec-73 (0.517492 sec) passed 151/174 comp-tests-ret-type-spec-74 (0.592713 sec) passed 152/174 comp-tests-ret-type-spec-75 (0.572372 sec) passed 153/174 comp-tests-ret-type-spec-76 (0.494245 sec) passed 154/174 comp-tests-ret-type-spec-77 (0.537254 sec) Test comp-tests-ret-type-spec-78 backtrace: signal(ert-test-failed (((should (equal (cl-third (subr-type (symbol ert-fail(((should (equal (cl-third (subr-type (symbol-function f-nam comp-tests-check-ret-type-spec((defun comp-tests-ret-type-spec-f (x) #f(compiled-function () #)() ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test ert-run-test(#s(ert-test :name comp-tests-ret-type-spec-78 :document ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m ert-run-tests((not (tag :unstable)) #f(compiled-function (event-type ert-run-tests-batch((not (tag :unstable))) ert-run-tests-batch-and-exit((not (tag :unstable))) command-line-1(("-L" ":." "-l" "ert" "-l" "src/comp-tests" "--eval" command-line() normal-top-level() Test comp-tests-ret-type-spec-78 condition: (ert-test-failed ((should (equal (cl-third ...) ret-type)) :form (equal (or comp-foo (integer 12 *)) (or comp-foo float (integer 12 *))) :value nil :explanation (proper-lists-of-different-length 3 4 (or comp-foo (integer 12 *)) (or comp-foo float (integer 12 *)) first-mismatch-at 2))) FAILED 155/174 comp-tests-ret-type-spec-78 (0.597422 sec) at src/comp-tests.el:1 passed 156/174 comp-tests-ret-type-spec-79 (0.619147 sec) passed 157/174 comp-tests-ret-type-spec-8 (0.540882 sec) passed 158/174 comp-tests-ret-type-spec-9 (0.572709 sec) passed 159/174 comp-tests-save-excursion (0.000681 sec) passed 160/174 comp-tests-setcarcdr (0.000430 sec) passed 161/174 comp-tests-signal (0.000435 sec) passed 162/174 comp-tests-speed--1 (0.000370 sec) passed 163/174 comp-tests-stack (0.000383 sec) passed 164/174 comp-tests-string-trim (0.000554 sec) passed 165/174 comp-tests-stringp (0.000435 sec) passed 166/174 comp-tests-sub1 (0.000407 sec) passed 167/174 comp-tests-symbol-value (0.003944 sec) passed 168/174 comp-tests-symbolp (0.000453 sec) passed 169/174 comp-tests-tco (0.576253 sec) passed 170/174 comp-tests-trampoline-removal (0.000516 sec) passed 171/174 comp-tests-type-hints (0.000449 sec) passed 172/174 comp-tests-unwind-protect (0.000412 sec) passed 173/174 comp-tests-varref (0.008937 sec) passed 174/174 comp-tests-varset (0.000484 sec) Ran 174 tests, 133 results as expected, 41 unexpected (2023-10-24 13:54:48+0000, 1142.590242 sec) 41 unexpected results: FAILED comp-tests-ret-type-spec-13 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or (member foo) integer-or-marker) (or (member foo) number-or-marker)) :value nil :explanation (list-elt 2 (different-atoms integer-or-marker number-or-marker))) FAILED comp-tests-ret-type-spec-22 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null (integer 4 *)) (or null float (integer 4 *))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer 4 *)) (or null float (integer 4 *)) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-23 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null (integer 3 *)) (or null float (integer 3 *))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer 3 *)) (or null float (integer 3 *)) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-24 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null (integer * 2)) (or null float (integer * 2))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer * 2)) (or null float (integer * 2)) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-25 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null (integer * 3)) (or null float (integer * 3))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer * 3)) (or null float (integer * 3)) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-26 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null (integer * 2)) (or null float (integer * 2))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer * 2)) (or null float (integer * 2)) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-27 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null (integer * 3)) (or null float (integer * 3))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer * 3)) (or null float (integer * 3)) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-28 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null (integer 4 *)) (or null float (integer 4 *))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer 4 *)) (or null float (integer 4 *)) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-29 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null (integer 3 *)) (or null float (integer 3 *))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer 3 *)) (or null float (integer 3 *)) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-30 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null (integer 4 *)) (or null float (integer 4 *))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer 4 *)) (or null float (integer 4 *)) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-31 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null (integer * 2)) (or null float (integer * 2))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer * 2)) (or null float (integer * 2)) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-32 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null (integer 4 9)) (or null float (integer 4 9))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer 4 9)) (or null float (integer 4 9)) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-33 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null integer) (or null float integer)) :value nil :explanation (proper-lists-of-different-length 3 4 (or null integer) (or null float integer) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-34 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null (integer * 2) (integer 11 *)) (or null float (integer * 2) (integer 11 *))) :value nil :explanation (proper-lists-of-different-length 4 5 (or null (integer * 2) (integer 11 *)) (or null float (integer * 2) (integer 11 *)) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-35 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null integer-or-marker) (or null number-or-marker)) :value nil :explanation (list-elt 2 (different-atoms integer-or-marker number-or-marker))) FAILED comp-tests-ret-type-spec-36 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null (integer 7 *)) (or null float (integer 7 *))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer 7 *)) (or null float (integer 7 *)) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-37 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null (integer * 5)) (or null float (integer * 5))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer * 5)) (or null float (integer * 5)) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-38 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null (integer 4 8)) (or null float (integer 4 8))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer 4 8)) (or null float (integer 4 8)) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-39 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null (integer 3 13)) (or null float (integer 3 13))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer 3 13)) (or null float (integer 3 13)) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-40 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null (integer -2 8)) (or null float (integer -2 8))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer -2 8)) (or null float (integer -2 8)) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-41 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null (integer -2 *)) (or null float (integer -2 *))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer -2 *)) (or null float (integer -2 *)) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-42 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null (integer * 8)) (or null float (integer * 8))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer * 8)) (or null float (integer * 8)) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-43 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null (integer * 8)) (or null float (integer * 8))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer * 8)) (or null float (integer * 8)) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-44 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null integer) (or null float integer)) :value nil :explanation (proper-lists-of-different-length 3 4 (or null integer) (or null float integer) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-45 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null integer) (or null float integer)) :value nil :explanation (proper-lists-of-different-length 3 4 (or null integer) (or null float integer) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-46 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null (integer 12 24)) (or null float (integer 12 24))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer 12 24)) (or null float (integer 12 24)) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-47 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null (integer 2 6)) (or null float (integer 2 6))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer 2 6)) (or null float (integer 2 6)) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-48 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null (integer 0 4)) (or null float (integer 0 4))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer 0 4)) (or null float (integer 0 4)) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-59 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (integer 3 10) (or float (integer 3 10))) :value nil :explanation (list-elt 0 (different-atoms integer or))) FAILED comp-tests-ret-type-spec-60 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (integer 3 10) (or float (integer 3 10))) :value nil :explanation (list-elt 0 (different-atoms integer or))) FAILED comp-tests-ret-type-spec-61 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (integer 1 1) (or (member 1.0) (integer 1 1))) :value nil :explanation (list-elt 0 (different-atoms integer or))) FAILED comp-tests-ret-type-spec-62 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (integer 1 1) (or (member 1.0) (integer 1 1))) :value nil :explanation (list-elt 0 (different-atoms integer or))) FAILED comp-tests-ret-type-spec-63 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal nil (member 1.1)) :value nil :explanation (different-types nil (member 1.1))) FAILED comp-tests-ret-type-spec-64 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (integer 1 1) (or (member 1.0) (integer 1 1))) :value nil :explanation (list-elt 0 (different-atoms integer or))) FAILED comp-tests-ret-type-spec-65 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (integer 1 1) (or (member 1.0) (integer 1 1))) :value nil :explanation (list-elt 0 (different-atoms integer or))) FAILED comp-tests-ret-type-spec-68 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal nil (or (member 1.0) (integer 1 1))) :value nil :explanation (different-types nil (or (member 1.0) (integer 1 1)))) FAILED comp-tests-ret-type-spec-69 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (integer 1 1) (or (member 1.0) (integer 1 1))) :value nil :explanation (list-elt 0 (different-atoms integer or))) FAILED comp-tests-ret-type-spec-70 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal nil (or float integer)) :value nil :explanation (different-types nil (or float integer))) FAILED comp-tests-ret-type-spec-71 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (integer 0 0) (or (member -0.0 0.0) (integer 0 0))) :value nil :explanation (list-elt 0 (different-atoms integer or))) FAILED comp-tests-ret-type-spec-72 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal nil float) :value nil :explanation (different-atoms nil float)) FAILED comp-tests-ret-type-spec-78 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or comp-foo (integer 12 *)) (or comp-foo float (integer 12 *))) :value nil :explanation (proper-lists-of-different-length 3 4 (or comp-foo (integer 12 *)) (or comp-foo float (integer 12 *)) first-mismatch-at 2)) ELC+ELN src/data-tests.elc GEN src/data-tests.log ELC+ELN src/decompress-tests.elc GEN src/decompress-tests.log ELC+ELN src/doc-tests.elc GEN src/doc-tests.log ELC+ELN src/editfns-tests.elc GEN src/editfns-tests.log CCLD src/emacs-module-resources/mod-test.so ELC+ELN src/emacs-module-tests.elc GEN src/emacs-module-tests.log Running 34 tests (2023-10-24 13:54:56+0000, selector `(not (tag :unstable))') passed 1/34 emacs-module-tests/interleaved-threads (0.001596 sec) passed 2/34 mod-test-add-nanosecond/invalid (0.000216 sec) passed 3/34 mod-test-add-nanosecond/nil (0.000086 sec) passed 4/34 mod-test-add-nanosecond/valid (0.000327 sec) passed 5/34 mod-test-double (0.000288 sec) passed 6/34 mod-test-globref-free-test (0.000081 sec) passed 7/34 mod-test-globref-make-test (0.046083 sec) passed 8/34 mod-test-globref-reordered (0.000165 sec) passed 9/34 mod-test-make-string/empty (0.000120 sec) passed 10/34 mod-test-make-string/nonempty (0.000117 sec) passed 11/34 mod-test-nanoseconds (0.000279 sec) passed 12/34 mod-test-non-local-exit-funcall-normal (0.000074 sec) passed 13/34 mod-test-non-local-exit-funcall-signal (0.000074 sec) passed 14/34 mod-test-non-local-exit-funcall-throw (0.000074 sec) passed 15/34 mod-test-non-local-exit-signal-test (0.058145 sec) passed 16/34 mod-test-non-local-exit-throw-test (0.000086 sec) passed 17/34 mod-test-sleep-until (0.202766 sec) passed 18/34 mod-test-string-a-to-b-test (0.000121 sec) passed 19/34 mod-test-sum-docstring (0.000135 sec) passed 20/34 mod-test-sum-test (0.000302 sec) passed 21/34 mod-test-userptr-fun-test (0.000144 sec) passed 22/34 mod-test-vector-test (0.008586 sec) passed 23/34 module--func-arity (0.000813 sec) passed 24/34 module--help-function-arglist (0.000204 sec) skipped 25/34 module-darwin-secondary-suffix (0.000169 sec) passed 26/34 module-function-object (0.000151 sec) passed 27/34 module/async-pipe (0.500980 sec) passed 28/34 module/describe-function-1 (0.227279 sec) passed 29/34 module/function-finalizer (0.041581 sec) passed 30/34 module/interactive/identity (0.003459 sec) passed 31/34 module/interactive/return-t (0.000114 sec) passed 32/34 module/interactive/return-t-int (0.000118 sec) Loading /checkout/test/src/emacs-module-resources/mod-test (module)... passed 33/34 module/load-history (0.004284 sec) passed 34/34 module/unibyte (0.000084 sec) Ran 34 tests, 33 results as expected, 0 unexpected, 1 skipped (2023-10-24 13:54:57+0000, 1.104286 sec) 1 skipped results: SKIPPED module-darwin-secondary-suffix ((skip-unless (eq system-type 'darwin)) :form (eq gnu/linux darwin) :value nil) ELC+ELN src/emacs-tests.elc GEN src/emacs-tests.log ELC+ELN src/eval-tests.elc GEN src/eval-tests.log ELC+ELN src/fileio-tests.elc GEN src/fileio-tests.log ELC+ELN src/filelock-tests.elc GEN src/filelock-tests.log ELC+ELN src/floatfns-tests.elc GEN src/floatfns-tests.log ELC+ELN src/fns-tests.elc GEN src/fns-tests.log ELC+ELN src/font-tests.elc GEN src/font-tests.log ELC+ELN src/image-tests.elc GEN src/image-tests.log ELC+ELN src/indent-tests.elc GEN src/indent-tests.log ELC+ELN src/inotify-tests.elc GEN src/inotify-tests.log ELC+ELN src/json-tests.elc GEN src/json-tests.log ELC+ELN src/keyboard-tests.elc GEN src/keyboard-tests.log ELC+ELN src/keymap-tests.elc GEN src/keymap-tests.log ELC+ELN src/lcms-tests.elc GEN src/lcms-tests.log ELC+ELN src/lread-tests.elc GEN src/lread-tests.log ELC+ELN src/marker-tests.elc GEN src/marker-tests.log ELC+ELN src/minibuf-tests.elc GEN src/minibuf-tests.log ELC+ELN src/print-tests.elc GEN src/print-tests.log ELC+ELN src/process-tests.elc GEN src/process-tests.log ELC+ELN src/regex-emacs-tests.elc GEN src/regex-emacs-tests.log ELC+ELN src/search-tests.elc GEN src/search-tests.log ELC+ELN src/sqlite-tests.elc GEN src/sqlite-tests.log ELC+ELN src/syntax-tests.elc GEN src/syntax-tests.log ELC+ELN src/textprop-tests.elc GEN src/textprop-tests.log ELC+ELN src/thread-tests.elc GEN src/thread-tests.log ELC+ELN src/timefns-tests.elc GEN src/timefns-tests.log ELC+ELN src/treesit-tests.elc GEN src/treesit-tests.log ELC+ELN src/undo-tests.elc GEN src/undo-tests.log ELC+ELN src/xdisp-tests.elc GEN src/xdisp-tests.log ELC+ELN src/xfaces-tests.elc GEN src/xfaces-tests.log ELC+ELN src/xml-tests.elc GEN src/xml-tests.log make[2]: Leaving directory '/checkout/test' make[1]: [Makefile:343: check-doit] Error 2 (ignored) SUMMARY OF TEST RESULTS ----------------------- Files examined: 498 Ran 7783 tests, 7373 results as expected, 43 unexpected, 367 skipped 3 files contained unexpected results: src/comp-tests.log lisp/info-xref-tests.log lisp/emacs-lisp/comp-cstr-tests.log DETAILS ------- src/xml-tests.log: SKIPPED libxml-tests ((skip-unless (fboundp 'libxml-parse-xml-region)) :form (fboundp libxml-parse-xml-region) :value nil) src/treesit-tests.log: SKIPPED treesit-basic-parsing ((skip-unless (treesit-language-available-p 'json)) :form (treesit-language-available-p json)) SKIPPED treesit-cross-boundary ((skip-unless (treesit-language-available-p 'json)) :form (treesit-language-available-p json)) SKIPPED treesit-cursor-helper-with-missing-node ((skip-unless (treesit-language-available-p 'json)) :form (treesit-language-available-p json)) SKIPPED treesit-defun-navigation-nested-1 ((skip-unless (treesit-language-available-p 'python)) :form (treesit-language-available-p python)) SKIPPED treesit-defun-navigation-nested-2 ((skip-unless (treesit-language-available-p 'javascript)) :form (treesit-language-available-p javascript)) SKIPPED treesit-defun-navigation-nested-3 ((skip-unless (treesit-language-available-p 'bash)) :form (treesit-language-available-p bash)) SKIPPED treesit-defun-navigation-nested-4 ((skip-unless (treesit-language-available-p 'elixir)) :form (treesit-language-available-p elixir)) SKIPPED treesit-defun-navigation-top-level ((skip-unless (treesit-language-available-p 'python)) :form (treesit-language-available-p python)) SKIPPED treesit-indirect-buffer ((skip-unless (treesit-language-available-p 'json)) :form (treesit-language-available-p json)) SKIPPED treesit-multi-lang ((skip-unless (and (treesit-language-available-p 'html) (treesit-language-available-p 'css) (treesit-language-available-p 'javascript))) :form (and (treesit-language-available-p 'html) (treesit-language-available-p 'css) (treesit-language-available-p 'javascript)) :value ert-form-evaluation-aborted-0) SKIPPED treesit-narrow ((skip-unless (treesit-language-available-p 'json)) :form (treesit-language-available-p json)) SKIPPED treesit-node-api ((skip-unless (treesit-language-available-p 'json)) :form (treesit-language-available-p json)) SKIPPED treesit-node-at ((skip-unless (treesit-language-available-p 'json)) :form (treesit-language-available-p json)) SKIPPED treesit-node-check ((skip-unless (treesit-language-available-p 'json)) :form (treesit-language-available-p json)) SKIPPED treesit-node-supplemental ((skip-unless (treesit-language-available-p 'json)) :form (treesit-language-available-p json)) SKIPPED treesit-parser-supplemental ((skip-unless (treesit-language-available-p 'json)) :form (treesit-language-available-p json)) SKIPPED treesit-query-api ((skip-unless (treesit-language-available-p 'json)) :form (treesit-language-available-p json)) SKIPPED treesit-range ((skip-unless (treesit-language-available-p 'json)) :form (treesit-language-available-p json)) SKIPPED treesit-range-offset ((skip-unless (treesit-language-available-p 'javascript)) :form (treesit-language-available-p javascript)) SKIPPED treesit-search-backward ((skip-unless (treesit-language-available-p 'json)) :form (treesit-language-available-p json)) SKIPPED treesit-search-backward-named-only ((skip-unless (treesit-language-available-p 'json)) :form (treesit-language-available-p json)) SKIPPED treesit-search-forward ((skip-unless (treesit-language-available-p 'json)) :form (treesit-language-available-p json)) SKIPPED treesit-search-forward-named-only ((skip-unless (treesit-language-available-p 'json)) :form (treesit-language-available-p json)) SKIPPED treesit-search-forward-predicate ((skip-unless (treesit-language-available-p 'json)) :form (treesit-language-available-p json)) SKIPPED treesit-search-forward-predicate-invalid-predicate ((skip-unless (treesit-language-available-p 'json)) :form (treesit-language-available-p json)) SKIPPED treesit-search-subtree ((skip-unless (treesit-language-available-p 'json)) :form (treesit-language-available-p json)) src/sqlite-tests.log: SKIPPED sqlite-binary ((skip-unless (sqlite-available-p)) :form (sqlite-available-p) :value nil) SKIPPED sqlite-blob ((skip-unless (sqlite-available-p)) :form (sqlite-available-p) :value nil) SKIPPED sqlite-chars ((skip-unless (sqlite-available-p)) :form (sqlite-available-p) :value nil) SKIPPED sqlite-close-dbs ((skip-unless (sqlite-available-p)) :form (sqlite-available-p) :value nil) SKIPPED sqlite-different-dbs ((skip-unless (sqlite-available-p)) :form (sqlite-available-p) :value nil) SKIPPED sqlite-load-extension ((skip-unless (sqlite-available-p)) :form (sqlite-available-p) :value nil) SKIPPED sqlite-numbers ((skip-unless (sqlite-available-p)) :form (sqlite-available-p) :value nil) SKIPPED sqlite-param ((skip-unless (sqlite-available-p)) :form (sqlite-available-p) :value nil) SKIPPED sqlite-returning ((skip-unless (sqlite-available-p)) :form (sqlite-available-p) :value nil) SKIPPED sqlite-select ((skip-unless (sqlite-available-p)) :form (sqlite-available-p) :value nil) SKIPPED sqlite-set ((skip-unless (sqlite-available-p)) :form (sqlite-available-p) :value nil) src/process-tests.log: SKIPPED lookup-family-specification ((skip-unless internet-is-working) :form internet-is-working :value nil) SKIPPED lookup-google ((skip-unless internet-is-working) :form internet-is-working :value nil) SKIPPED lookup-unicode-domains ((skip-unless internet-is-working) :form internet-is-working :value nil) SKIPPED make-process-w32-debug-spawn-error ((skip-unless (eq system-type 'windows-nt)) :form (eq gnu/linux windows-nt) :value nil) SKIPPED non-existent-lookup-failure ((skip-unless internet-is-working) :form internet-is-working :value nil) SKIPPED process-sentinel-interrupt-event ((skip-unless (eq system-type 'windows-nt)) :form (eq gnu/linux windows-nt) :value nil) SKIPPED unibyte-domain-name ((skip-unless internet-is-working) :form internet-is-working :value nil) src/lcms-tests.log: SKIPPED lcms-ciecam02-gold ((skip-unless (featurep 'lcms2)) :form (featurep lcms2) :value nil) SKIPPED lcms-cri-cam02-ucs ((skip-unless (featurep 'lcms2)) :form (featurep lcms2) :value nil) SKIPPED lcms-dE-cam02-ucs-silver ((skip-unless (featurep 'lcms2)) :form (featurep lcms2) :value nil) SKIPPED lcms-jmh->cam02-ucs-silver ((skip-unless (featurep 'lcms2)) :form (featurep lcms2) :value nil) SKIPPED lcms-roundtrip ((skip-unless (featurep 'lcms2)) :form (featurep lcms2) :value nil) SKIPPED lcms-whitepoint ((skip-unless (featurep 'lcms2)) :form (featurep lcms2) :value nil) src/json-tests.log: SKIPPED json-insert/signal ((skip-unless (fboundp 'json-insert)) :form (fboundp json-insert) :value nil) SKIPPED json-insert/throw ((skip-unless (fboundp 'json-insert)) :form (fboundp json-insert) :value nil) SKIPPED json-parse-buffer/incomplete ((skip-unless (fboundp 'json-parse-buffer)) :form (fboundp json-parse-buffer) :value nil) SKIPPED json-parse-buffer/trailing ((skip-unless (fboundp 'json-parse-buffer)) :form (fboundp json-parse-buffer) :value nil) SKIPPED json-parse-string/array ((skip-unless (fboundp 'json-parse-string)) :form (fboundp json-parse-string) :value nil) SKIPPED json-parse-string/incomplete ((skip-unless (fboundp 'json-parse-string)) :form (fboundp json-parse-string) :value nil) SKIPPED json-parse-string/invalid-unicode ((skip-unless (fboundp 'json-parse-string)) :form (fboundp json-parse-string) :value nil) SKIPPED json-parse-string/null ((skip-unless (fboundp 'json-parse-string)) :form (fboundp json-parse-string) :value nil) SKIPPED json-parse-string/object ((skip-unless (fboundp 'json-parse-string)) :form (fboundp json-parse-string) :value nil) SKIPPED json-parse-string/string ((skip-unless (fboundp 'json-parse-string)) :form (fboundp json-parse-string) :value nil) SKIPPED json-parse-string/trailing ((skip-unless (fboundp 'json-parse-string)) :form (fboundp json-parse-string) :value nil) SKIPPED json-parse-string/wrong-type ((skip-unless (fboundp 'json-parse-string)) :form (fboundp json-parse-string) :value nil) SKIPPED json-parse-with-custom-null-and-false-objects ((skip-unless (and (fboundp 'json-serialize) (fboundp 'json-parse-string))) :form (and (fboundp 'json-serialize) (fboundp 'json-parse-string)) :value nil) SKIPPED json-serialize/bignum ((skip-unless (fboundp 'json-serialize)) :form (fboundp json-serialize) :value nil) SKIPPED json-serialize/invalid-unicode ((skip-unless (fboundp 'json-serialize)) :form (fboundp json-serialize) :value nil) SKIPPED json-serialize/object ((skip-unless (fboundp 'json-serialize)) :form (fboundp json-serialize) :value nil) SKIPPED json-serialize/object-with-duplicate-keys ((skip-unless (fboundp 'json-serialize)) :form (fboundp json-serialize) :value nil) SKIPPED json-serialize/roundtrip ((skip-unless (fboundp 'json-serialize)) :form (fboundp json-serialize) :value nil) SKIPPED json-serialize/roundtrip-scalars ((skip-unless (fboundp 'json-serialize)) :form (fboundp json-serialize) :value nil) SKIPPED json-serialize/string ((skip-unless (fboundp 'json-serialize)) :form (fboundp json-serialize) :value nil) SKIPPED json-serialize/wrong-hash-key-type ((skip-unless (fboundp 'json-serialize)) :form (fboundp json-serialize) :value nil) src/image-tests.log: SKIPPED image-tests-imagemagick-types ((skip-unless (fboundp 'imagemagick-types)) :form (fboundp imagemagick-types) :value nil) SKIPPED image-tests-init-image-library ((skip-unless (fboundp 'init-image-library)) :form (fboundp init-image-library) :value nil) src/fns-tests.log: SKIPPED fns-tests-collate-sort ((skip-unless (fns-tests--collate-enabled-p)) :form (fns-tests--collate-enabled-p) :value nil) SKIPPED fns-tests-collate-strings ((skip-unless (fns-tests--collate-enabled-p)) :form (fns-tests--collate-enabled-p) :value nil) src/fileio-tests.log: SKIPPED fileio-tests--directory-file-name-dos-nt ((skip-unless (memq system-type '(ms-dos windows-nt))) :form (memq gnu/linux (ms-dos windows-nt)) :value nil) SKIPPED fileio-tests--file-name-as-directory-dos-nt ((skip-unless (memq system-type '(ms-dos windows-nt))) :form (memq gnu/linux (ms-dos windows-nt)) :value nil) src/emacs-tests.log: SKIPPED emacs-tests/bwrap/allows-stdout ((skip-unless bwrap) :form bwrap :value nil) SKIPPED emacs-tests/seccomp/allows-stdout ((skip-unless (file-readable-p filter)) :form (file-readable-p "/checkout/lib-src/seccomp-filter.bpf") :value nil) SKIPPED emacs-tests/seccomp/forbids-subprocess ((skip-unless (file-readable-p filter)) :form (file-readable-p "/checkout/lib-src/seccomp-filter.bpf") :value nil) src/emacs-module-tests.log: SKIPPED module-darwin-secondary-suffix ((skip-unless (eq system-type 'darwin)) :form (eq gnu/linux darwin) :value nil) src/casefiddle-tests.log: SKIPPED casefiddle-turkish ((skip-unless (member "tr_TR.utf8" (get-locale-names))) :form (member "tr_TR.utf8" ("C" "C.UTF-8" "POSIX")) :value nil) src/callproc-tests.log: SKIPPED call-process-w32-debug-spawn-error ((skip-unless (eq system-type 'windows-nt)) :form (eq gnu/linux windows-nt) :value nil) SKIPPED initial-environment-preserved ((skip-unless (eq system-type 'windows-nt)) :form (eq gnu/linux windows-nt) :value nil) lisp/vc/vc-bzr-tests.log: SKIPPED vc-bzr-test-bug9726 ((skip-unless (executable-find vc-bzr-program)) :form (executable-find "bzr") :value nil) SKIPPED vc-bzr-test-bug9781 ((skip-unless (executable-find vc-bzr-program)) :form (executable-find "bzr") :value nil) SKIPPED vc-bzr-test-faulty-bzr-autoloads ((skip-unless (executable-find vc-bzr-program)) :form (executable-find "bzr") :value nil) lisp/vc/ediff-ptch-tests.log: SKIPPED ediff-ptch-test-bug26084 ((skip-unless (executable-find ediff-patch-program)) :form (executable-find "patch") :value nil) lisp/thread-tests.log: SKIPPED thread-tests-list-threads-error-when-not-configured ((skip-when (featurep 'threads)) :form (featurep threads) :value t) lisp/subr-tests.log: SKIPPED shell-quote-argument-%-on-w32 ((skip-unless (and (fboundp 'w32-shell-dos-semantics) (w32-shell-dos-semantics))) :form (and (fboundp 'w32-shell-dos-semantics) (w32-shell-dos-semantics)) :value nil) lisp/simple-tests.log: SKIPPED eval-expression-print-format-large-int-echo ((skip-when noninteractive) :form noninteractive :value t) SKIPPED eval-expression-print-format-small-int-echo ((skip-when noninteractive) :form noninteractive :value t) SKIPPED eval-expression-print-format-sym-echo ((skip-when noninteractive) :form noninteractive :value t) lisp/server-tests.log: SKIPPED server-tests/emacsclient/create-frame ((skip-unless server-tests/can-create-frames-p) :form server-tests/can-create-frames-p :value nil) SKIPPED server-tests/server-force-stop/keeps-frames ((skip-unless server-tests/can-create-frames-p) :form server-tests/can-create-frames-p :value nil) SKIPPED server-tests/server-start/stop-prompt-with-client ((skip-unless server-tests/can-create-frames-p) :form server-tests/can-create-frames-p :value nil) lisp/progmodes/typescript-ts-mode-tests.log: SKIPPED typescript-ts-mode-test-indentation ((skip-unless (treesit-ready-p 'typescript)) :form (treesit-ready-p typescript) :value nil) lisp/progmodes/sql-tests.log: SKIPPED sql-tests-buffer-naming-default ((skip-unless (executable-find sql-sqlite-program)) :form (executable-find "sqlite") :value nil) SKIPPED sql-tests-buffer-naming-existing ((skip-unless (executable-find sql-sqlite-program)) :form (executable-find "sqlite") :value nil) SKIPPED sql-tests-buffer-naming-explicit ((skip-unless (executable-find sql-sqlite-program)) :form (executable-find "sqlite") :value nil) SKIPPED sql-tests-buffer-naming-multiple ((skip-unless (executable-find sql-sqlite-program)) :form (executable-find "sqlite") :value nil) SKIPPED sql-tests-buffer-naming-universal-argument ((skip-unless (executable-find sql-sqlite-program)) :form (executable-find "sqlite") :value nil) lisp/progmodes/ruby-ts-mode-tests.log: SKIPPED ruby-ts-add-log-current-method-after-endless-method ((skip-unless (treesit-ready-p 'ruby t)) :form (treesit-ready-p ruby t) :value nil) SKIPPED ruby-ts-add-log-current-method-after-inner-class ((skip-unless (treesit-ready-p 'ruby t)) :form (treesit-ready-p ruby t) :value nil) SKIPPED ruby-ts-add-log-current-method-after-inner-class-outside-methods ((skip-unless (treesit-ready-p 'ruby t)) :form (treesit-ready-p ruby t) :value nil) SKIPPED ruby-ts-add-log-current-method-after-inner-class-outside-methods-with-text ((skip-unless (treesit-ready-p 'ruby t)) :form (treesit-ready-p ruby t) :value nil) SKIPPED ruby-ts-add-log-current-method-examples ((skip-unless (treesit-ready-p 'ruby t)) :form (treesit-ready-p ruby t) :value nil) SKIPPED ruby-ts-add-log-current-method-in-singleton-class ((skip-unless (treesit-ready-p 'ruby t)) :form (treesit-ready-p ruby t) :value nil) SKIPPED ruby-ts-add-log-current-method-namespace-shorthand ((skip-unless (treesit-ready-p 'ruby t)) :form (treesit-ready-p ruby t) :value nil) SKIPPED ruby-ts-add-log-current-method-outside-of-method ((skip-unless (treesit-ready-p 'ruby t)) :form (treesit-ready-p ruby t) :value nil) SKIPPED ruby-ts-align-to-stmt-keywords-case ((skip-unless (treesit-ready-p 'ruby t)) :form (treesit-ready-p ruby t) :value nil) SKIPPED ruby-ts-align-to-stmt-keywords-t ((skip-unless (treesit-ready-p 'ruby t)) :form (treesit-ready-p ruby t) :value nil) SKIPPED ruby-ts-imenu-index ((skip-unless (treesit-ready-p 'ruby t)) :form (treesit-ready-p ruby t) :value nil) SKIPPED ruby-ts-indent-call-no-args ((skip-unless (treesit-ready-p 'ruby t)) :form (treesit-ready-p ruby t) :value nil) SKIPPED ruby-ts-indent-empty-if-else ((skip-unless (treesit-ready-p 'ruby t)) :form (treesit-ready-p ruby t) :value nil) SKIPPED ruby-ts-indent-simple ((skip-unless (treesit-ready-p 'ruby t)) :form (treesit-ready-p ruby t) :value nil) SKIPPED ruby-ts-indent-test/ruby-after-operator-indent.rb ((skip-unless (treesit-ready-p 'ruby t)) :form (treesit-ready-p ruby t) :value nil) SKIPPED ruby-ts-indent-test/ruby-block-indent.rb ((skip-unless (treesit-ready-p 'ruby t)) :form (treesit-ready-p ruby t) :value nil) SKIPPED ruby-ts-indent-test/ruby-method-call-indent.rb ((skip-unless (treesit-ready-p 'ruby t)) :form (treesit-ready-p ruby t) :value nil) SKIPPED ruby-ts-indent-test/ruby-method-params-indent.rb ((skip-unless (treesit-ready-p 'ruby t)) :form (treesit-ready-p ruby t) :value nil) SKIPPED ruby-ts-indent-test/ruby-parenless-call-arguments-indent.rb ((skip-unless (treesit-ready-p 'ruby t)) :form (treesit-ready-p ruby t) :value nil) SKIPPED ruby-ts-indent-test/ruby-ts.rb ((skip-unless (treesit-ready-p 'ruby t)) :form (treesit-ready-p ruby t) :value nil) SKIPPED ruby-ts-syntax-propertize-symbol ((skip-unless (treesit-ready-p 'ruby t)) :form (treesit-ready-p ruby t) :value nil) lisp/progmodes/python-tests.log: SKIPPED python-completion-at-point-1 ((skip-unless (executable-find python-tests-shell-interpreter)) :form (executable-find "python") :value nil) SKIPPED python-completion-at-point-2 ((skip-unless (executable-find python-tests-shell-interpreter)) :form (executable-find "python") :value nil) SKIPPED python-completion-at-point-native-1 ((skip-unless (executable-find python-tests-shell-interpreter)) :form (executable-find "python") :value nil) SKIPPED python-completion-at-point-native-2 ((skip-unless (executable-find python-tests-shell-interpreter)) :form (executable-find "python") :value nil) SKIPPED python-completion-at-point-native-with-eldoc-1 ((skip-unless (executable-find python-tests-shell-interpreter)) :form (executable-find "python") :value nil) SKIPPED python-completion-at-point-native-with-ffap-1 ((skip-unless (executable-find python-tests-shell-interpreter)) :form (executable-find "python") :value nil) SKIPPED python-completion-at-point-pdb-1 ((skip-unless (executable-find python-tests-shell-interpreter)) :form (executable-find "python") :value nil) SKIPPED python-completion-at-point-while-running-1 ((skip-unless (executable-find python-tests-shell-interpreter)) :form (executable-find "python") :value nil) SKIPPED python-eldoc--get-doc-at-point-1 ((skip-unless (executable-find python-tests-shell-interpreter)) :form (executable-find "python") :value nil) SKIPPED python-eldoc--get-doc-at-point-while-running-1 ((skip-unless (executable-find python-tests-shell-interpreter)) :form (executable-find "python") :value nil) SKIPPED python-ffap-module-path-1 ((skip-unless (executable-find python-tests-shell-interpreter)) :form (executable-find "python") :value nil) SKIPPED python-ffap-module-path-while-running-1 ((skip-unless (executable-find python-tests-shell-interpreter)) :form (executable-find "python") :value nil) SKIPPED python-shell-completion-at-point-1 ((skip-unless (executable-find python-tests-shell-interpreter)) :form (executable-find "python") :value nil) SKIPPED python-shell-completion-at-point-native-1 ((skip-unless (executable-find python-tests-shell-interpreter)) :form (executable-find "python") :value nil) SKIPPED python-shell-get-process-1 ((skip-unless (executable-find python-tests-shell-interpreter)) :form (executable-find "python") :value nil) SKIPPED python-shell-internal-get-or-create-process-1 ((skip-unless (executable-find python-tests-shell-interpreter)) :form (executable-find "python") :value nil) SKIPPED python-shell-make-comint-1 ((skip-unless (executable-find python-tests-shell-interpreter)) :form (executable-find "python") :value nil) SKIPPED python-shell-make-comint-2 ((skip-unless (executable-find python-tests-shell-interpreter)) :form (executable-find "python") :value nil) SKIPPED python-shell-make-comint-3 ((skip-unless (executable-find python-tests-shell-interpreter)) :form (executable-find "python") :value nil) SKIPPED python-shell-make-comint-4 ((skip-unless (executable-find python-tests-shell-interpreter)) :form (executable-find "python") :value nil) SKIPPED python-shell-prompt-detect-1 ((skip-unless (executable-find python-tests-shell-interpreter)) :form (executable-find "python") :value nil) SKIPPED python-shell-prompt-detect-2 ((skip-unless (executable-find python-tests-shell-interpreter)) :form (executable-find "python") :value nil) SKIPPED python-shell-prompt-detect-3 ((skip-unless (executable-find python-tests-shell-interpreter)) :form (executable-find "python") :value nil) SKIPPED python-shell-prompt-detect-4 ((skip-unless (executable-find python-tests-shell-interpreter)) :form (executable-find "python") :value nil) SKIPPED python-shell-prompt-detect-5 ((skip-unless (executable-find python-tests-shell-interpreter)) :form (executable-find "python") :value nil) SKIPPED python-shell-prompt-detect-6 ((skip-unless (executable-find python-tests-shell-interpreter)) :form (executable-find "python") :value nil) SKIPPED python-shell-prompt-set-calculated-regexps-6 ((skip-unless (executable-find python-tests-shell-interpreter)) :form (executable-find "python") :value nil) SKIPPED python-tests--run-python-selects-window ((skip-unless (executable-find python-tests-shell-interpreter)) :form (executable-find "python") :value nil) lisp/progmodes/perl-mode-tests.log: SKIPPED cperl-test-attribute-list-rx ((skip-unless (eq cperl-test-mode #'cperl-mode)) :form (eq perl-mode cperl-mode) :value nil) SKIPPED cperl-test-attribute-rx ((skip-unless (eq cperl-test-mode #'cperl-mode)) :form (eq perl-mode cperl-mode) :value nil) SKIPPED cperl-test-bug-10483 ((skip-unless (eq cperl-test-mode #'cperl-mode)) :form (eq perl-mode cperl-mode) :value nil) SKIPPED cperl-test-bug-11733 ((skip-unless (eq cperl-test-mode #'cperl-mode)) :form (eq perl-mode cperl-mode) :value nil) SKIPPED cperl-test-bug-16368 ((skip-unless (eq cperl-test-mode #'cperl-mode)) :form (eq perl-mode cperl-mode) :value nil) SKIPPED cperl-test-bug-64190 ((skip-unless (eq cperl-test-mode #'cperl-mode)) :form (eq perl-mode cperl-mode) :value nil) SKIPPED cperl-test-fontify-attrs-and-signatures ((skip-unless (eq cperl-test-mode #'cperl-mode)) :form (eq perl-mode cperl-mode) :value nil) SKIPPED cperl-test-fontify-class ((skip-unless (eq cperl-test-mode #'cperl-mode)) :form (eq perl-mode cperl-mode) :value nil) SKIPPED cperl-test-fontify-punct-vars ((skip-unless (eq cperl-test-mode #'cperl-mode)) :form (eq perl-mode cperl-mode) :value nil) SKIPPED cperl-test-fontify-special-variables ((skip-unless (eq cperl-test-mode #'cperl-mode)) :form (eq perl-mode cperl-mode) :value nil) SKIPPED cperl-test-here-doc-missing-end ((skip-unless (eq cperl-test-mode #'cperl-mode)) :form (eq perl-mode cperl-mode) :value nil) SKIPPED cperl-test-hyperactive-electric-else ((skip-unless (eq cperl-test-mode #'cperl-mode)) :form (eq perl-mode cperl-mode) :value nil) SKIPPED cperl-test-identifier-rx ((skip-unless (eq cperl-test-mode #'cperl-mode)) :form (eq perl-mode cperl-mode) :value nil) SKIPPED cperl-test-imenu-index ((skip-unless (eq cperl-test-mode #'cperl-mode)) :form (eq perl-mode cperl-mode) :value nil) SKIPPED cperl-test-indent-exp ((skip-unless (eq cperl-test-mode #'cperl-mode)) :form (eq perl-mode cperl-mode) :value nil) SKIPPED cperl-test-indent-styles ((skip-unless (eq cperl-test-mode #'cperl-mode)) :form (eq perl-mode cperl-mode) :value nil) SKIPPED cperl-test-package-regexp ((skip-unless (eq cperl-test-mode #'cperl-mode)) :form (eq perl-mode cperl-mode) :value nil) SKIPPED cperl-test-prototype-rx ((skip-unless (eq cperl-test-mode #'cperl-mode)) :form (eq perl-mode cperl-mode) :value nil) SKIPPED cperl-test-signature-rx ((skip-unless (eq cperl-test-mode #'cperl-mode)) :form (eq perl-mode cperl-mode) :value nil) SKIPPED cperl-test-unicode-arrays ((skip-unless (eq cperl-test-mode #'cperl-mode)) :form (eq perl-mode cperl-mode) :value nil) SKIPPED cperl-test-unicode-hashes ((skip-unless (eq cperl-test-mode #'cperl-mode)) :form (eq perl-mode cperl-mode) :value nil) SKIPPED cperl-test-unicode-hashkeys ((skip-unless (eq cperl-test-mode #'cperl-mode)) :form (eq perl-mode cperl-mode) :value nil) SKIPPED cperl-test-unicode-hashref ((skip-unless (eq cperl-test-mode #'cperl-mode)) :form (eq perl-mode cperl-mode) :value nil) SKIPPED cperl-test-unicode-proto ((skip-unless (eq cperl-test-mode #'cperl-mode)) :form (eq perl-mode cperl-mode) :value nil) SKIPPED cperl-test-version-regexp ((skip-unless (eq cperl-test-mode #'cperl-mode)) :form (eq perl-mode cperl-mode) :value nil) SKIPPED cperl-test-word-at-point ((skip-unless (eq cperl-test-mode #'cperl-mode)) :form (eq perl-mode cperl-mode) :value nil) SKIPPED cperl-test-ws+-rx ((skip-unless (eq cperl-test-mode #'cperl-mode)) :form (eq perl-mode cperl-mode) :value nil) SKIPPED cperl-test-ws-rx ((skip-unless (eq cperl-test-mode #'cperl-mode)) :form (eq perl-mode cperl-mode) :value nil) lisp/progmodes/lua-ts-mode-tests.log: SKIPPED lua-ts-mode-test-indentation ((skip-unless (treesit-ready-p 'lua)) :form (treesit-ready-p lua) :value nil) SKIPPED lua-ts-mode-test-movement ((skip-unless (treesit-ready-p 'lua)) :form (treesit-ready-p lua) :value nil) lisp/progmodes/java-ts-mode-tests.log: SKIPPED java-ts-mode-test-indentation ((skip-unless (treesit-ready-p 'java)) :form (treesit-ready-p java) :value nil) SKIPPED java-ts-mode-test-movement ((skip-unless (treesit-ready-p 'java)) :form (treesit-ready-p java) :value nil) lisp/progmodes/heex-ts-mode-tests.log: SKIPPED heex-ts-mode-test-indentation ((skip-unless (treesit-ready-p 'heex)) :form (treesit-ready-p heex) :value nil) lisp/progmodes/go-ts-mode-tests.log: SKIPPED go-ts-mode-test-indentation ((skip-unless (treesit-ready-p 'go)) :form (treesit-ready-p go) :value nil) lisp/progmodes/flymake-tests.log: SKIPPED ruby-backend ((skip-unless (executable-find "ruby")) :form (executable-find "ruby") :value nil) lisp/progmodes/elixir-ts-mode-tests.log: SKIPPED elixir-ts-mode-test-indentation ((skip-unless (and (treesit-ready-p 'elixir) (treesit-ready-p 'heex))) :form (and (treesit-ready-p 'elixir) (treesit-ready-p 'heex)) :value nil) lisp/progmodes/elisp-mode-tests.log: SKIPPED eval-defun-prints-edebug-when-instrumented ((skip-when noninteractive) :form noninteractive :value t) SKIPPED eval-last-sexp-print-format-large-int-echo ((skip-when noninteractive) :form noninteractive :value t) SKIPPED eval-last-sexp-print-format-small-int-echo ((skip-when noninteractive) :form noninteractive :value t) SKIPPED eval-last-sexp-print-format-sym-echo ((skip-when noninteractive) :form noninteractive :value t) lisp/progmodes/eglot-tests.log: SKIPPED eglot-test-auto-detect-running-server ((skip-unless (executable-find "clangd")) :form (executable-find "clangd") :value nil) SKIPPED eglot-test-auto-reconnect ((skip-unless (executable-find "clangd")) :form (executable-find "clangd") :value nil) SKIPPED eglot-test-auto-shutdown ((skip-unless (executable-find "clangd")) :form (executable-find "clangd") :value nil) SKIPPED eglot-test-basic-completions ((skip-unless (executable-find "clangd")) :form (executable-find "clangd") :value nil) SKIPPED eglot-test-basic-diagnostics ((skip-unless (executable-find "clangd")) :form (executable-find "clangd") :value nil) SKIPPED eglot-test-basic-xref ((skip-unless (executable-find "clangd")) :form (executable-find "clangd") :value nil) SKIPPED eglot-test-diagnostic-tags-unnecessary-code ((skip-unless (executable-find "clangd")) :form (executable-find "clangd") :value nil) SKIPPED eglot-test-eclipse-connect ((skip-unless (executable-find "jdtls")) :form (executable-find "jdtls") :value nil) SKIPPED eglot-test-eldoc-after-completions ((skip-unless (executable-find "clangd")) :form (executable-find "clangd") :value nil) SKIPPED eglot-test-ensure ((skip-unless (executable-find "clangd")) :form (executable-find "clangd") :value nil) SKIPPED eglot-test-formatting ((skip-unless (executable-find "clangd")) :form (executable-find "clangd") :value nil) SKIPPED eglot-test-javascript-basic ((skip-unless (and (executable-find "typescript-language-server") (executable-find "tsserver"))) :form (and (executable-find "typescript-language-server") (executable-find "tsserver")) :value nil) SKIPPED eglot-test-json-basic ((skip-unless (executable-find "vscode-json-languageserver")) :form (executable-find "vscode-json-languageserver") :value nil) SKIPPED eglot-test-lsp-abiding-column ((skip-unless (executable-find "clangd")) :form (executable-find "clangd") :value nil) SKIPPED eglot-test-multiline-eldoc ((skip-unless (executable-find "clangd")) :form (executable-find "clangd") :value nil) SKIPPED eglot-test-non-unique-completions ((skip-unless (executable-find "clangd")) :form (executable-find "clangd") :value nil) SKIPPED eglot-test-path-to-uri-windows ((skip-unless (eq system-type 'windows-nt)) :form (eq gnu/linux windows-nt) :value nil) SKIPPED eglot-test-project-wide-diagnostics-rust-analyzer ((skip-unless (executable-find "rust-analyzer")) :form (executable-find "rust-analyzer") :value nil) SKIPPED eglot-test-project-wide-diagnostics-typescript ((skip-unless (and (executable-find "typescript-language-server") (executable-find "tsserver"))) :form (and (executable-find "typescript-language-server") (executable-find "tsserver")) :value nil) SKIPPED eglot-test-rename-a-symbol ((skip-unless (executable-find "clangd")) :form (executable-find "clangd") :value nil) SKIPPED eglot-test-rust-analyzer-hover-after-edit ((skip-unless (executable-find "rust-analyzer")) :form (executable-find "rust-analyzer") :value nil) SKIPPED eglot-test-rust-analyzer-watches-files ((skip-unless (executable-find "rust-analyzer")) :form (executable-find "rust-analyzer") :value nil) SKIPPED eglot-test-rust-on-type-formatting ((skip-unless (executable-find "rust-analyzer")) :form (executable-find "rust-analyzer") :value nil) SKIPPED eglot-test-same-server-multi-mode ((skip-unless (executable-find "clangd")) :form (executable-find "clangd") :value nil) SKIPPED eglot-test-slow-async-connection ((skip-unless (executable-find "clangd")) :form (executable-find "clangd") :value nil) SKIPPED eglot-test-slow-sync-connection-intime ((skip-unless (executable-find "clangd")) :form (executable-find "clangd") :value nil) SKIPPED eglot-test-slow-sync-connection-wait ((skip-unless (executable-find "clangd")) :form (executable-find "clangd") :value nil) SKIPPED eglot-test-slow-sync-timeout ((skip-unless (executable-find "clangd")) :form (executable-find "clangd") :value nil) SKIPPED eglot-test-snippet-completions ((skip-unless (and (executable-find "clangd") (functionp 'yas-minor-mode))) :form (and (executable-find "clangd") (functionp 'yas-minor-mode)) :value nil) SKIPPED eglot-test-snippet-completions-with-company ((skip-unless (and (executable-find "clangd") (functionp 'yas-minor-mode) (functionp 'company-complete))) :form (and (executable-find "clangd") (functionp 'yas-minor-mode) (functionp 'company-complete)) :value nil) SKIPPED eglot-test-tramp-test "Remote clangd not found" SKIPPED eglot-test-tramp-test-2 "Remote clangd not found" lisp/progmodes/c-ts-mode-tests.log: SKIPPED c-ts-mode-test-filling ((skip-unless (treesit-ready-p 'c)) :form (treesit-ready-p c) :value nil) SKIPPED c-ts-mode-test-indentation ((skip-unless (treesit-ready-p 'c)) :form (treesit-ready-p c) :value nil) SKIPPED c-ts-mode-test-indentation-bsd ((skip-unless (treesit-ready-p 'c)) :form (treesit-ready-p c) :value nil) SKIPPED c-ts-mode-test-indentation-preproc ((skip-unless (treesit-ready-p 'c)) :form (treesit-ready-p c) :value nil) lisp/play/fortune-tests.log: SKIPPED test-fortune ((skip-unless (executable-find "fortune")) :form (executable-find "fortune") :value nil) lisp/net/tramp-archive-tests.log: SKIPPED tramp-archive-test02-file-name-dissect ((skip-unless tramp-archive-enabled) :form tramp-archive-enabled :value nil) SKIPPED tramp-archive-test06-directory-file-name ((skip-unless tramp-archive-enabled) :form tramp-archive-enabled :value nil) SKIPPED tramp-archive-test07-file-exists-p ((skip-unless tramp-archive-enabled) :form tramp-archive-enabled :value nil) SKIPPED tramp-archive-test08-file-local-copy ((skip-unless tramp-archive-enabled) :form tramp-archive-enabled :value nil) SKIPPED tramp-archive-test09-insert-file-contents ((skip-unless tramp-archive-enabled) :form tramp-archive-enabled :value nil) SKIPPED tramp-archive-test11-copy-file ((skip-unless tramp-archive-enabled) :form tramp-archive-enabled :value nil) SKIPPED tramp-archive-test15-copy-directory ((skip-unless tramp-archive-enabled) :form tramp-archive-enabled :value nil) SKIPPED tramp-archive-test16-directory-files ((skip-unless tramp-archive-enabled) :form tramp-archive-enabled :value nil) SKIPPED tramp-archive-test17-insert-directory ((skip-unless tramp-archive-enabled) :form tramp-archive-enabled :value nil) SKIPPED tramp-archive-test18-file-attributes ((skip-unless tramp-archive-enabled) :form tramp-archive-enabled :value nil) SKIPPED tramp-archive-test19-directory-files-and-attributes ((skip-unless tramp-archive-enabled) :form tramp-archive-enabled :value nil) SKIPPED tramp-archive-test20-file-modes ((skip-unless tramp-archive-enabled) :form tramp-archive-enabled :value nil) SKIPPED tramp-archive-test21-file-links ((skip-unless tramp-archive-enabled) :form tramp-archive-enabled :value nil) SKIPPED tramp-archive-test26-file-name-completion ((skip-unless tramp-archive-enabled) :form tramp-archive-enabled :value nil) SKIPPED tramp-archive-test40-make-nearby-temp-file ((skip-unless tramp-archive-enabled) :form tramp-archive-enabled :value nil) SKIPPED tramp-archive-test43-file-system-info ((skip-unless tramp-archive-enabled) :form tramp-archive-enabled :value nil) SKIPPED tramp-archive-test44-user-group-ids ((skip-unless tramp-archive-enabled) :form tramp-archive-enabled :value nil) SKIPPED tramp-archive-test48-auto-load ((skip-unless tramp-archive-enabled) :form tramp-archive-enabled :value nil) SKIPPED tramp-archive-test48-delay-load ((skip-unless tramp-archive-enabled) :form tramp-archive-enabled :value nil) SKIPPED tramp-archive-test49-without-remote-files ((skip-unless tramp-archive-enabled) :form tramp-archive-enabled :value nil) lisp/net/shr-tests.log: SKIPPED rendering ((skip-unless (fboundp 'libxml-parse-html-region)) :form (fboundp libxml-parse-html-region) :value nil) lisp/net/secrets-tests.log: SKIPPED secrets-test01-sessions ((skip-unless secrets-enabled) :form secrets-enabled :value nil) SKIPPED secrets-test02-collections ((skip-unless secrets-enabled) :form secrets-enabled :value nil) SKIPPED secrets-test03-items ((skip-unless secrets-enabled) :form secrets-enabled :value nil) SKIPPED secrets-test04-search ((skip-unless secrets-enabled) :form secrets-enabled :value nil) lisp/net/ntlm-tests.log: SKIPPED ntlm-authentication ((skip-unless ntlm-tests--dependencies-present) :form ntlm-tests--dependencies-present :value nil) SKIPPED ntlm-authentication-old-compatibility-level ((skip-unless ntlm-tests--dependencies-present) :form ntlm-tests--dependencies-present :value nil) lisp/net/nsm-tests.log: SKIPPED nsm-check-local-subnet-ipv6 ((skip-unless (ipv6-is-available)) :form (ipv6-is-available) :value nil) lisp/net/network-stream-tests.log: SKIPPED connect-to-tls-ipv4-nowait ((skip-unless (executable-find "gnutls-serv")) :form (executable-find "gnutls-serv") :value nil) SKIPPED connect-to-tls-ipv4-wait ((skip-unless (executable-find "gnutls-serv")) :form (executable-find "gnutls-serv") :value nil) SKIPPED connect-to-tls-ipv6-nowait ((skip-unless (executable-find "gnutls-serv")) :form (executable-find "gnutls-serv") :value nil) SKIPPED echo-server-with-dns "Can't test resolver for (system-name)" SKIPPED echo-server-with-local-ipv6 ((skip-unless server) :form server :value nil) SKIPPED make-ipv6-tcp-server-with-specified-port ((skip-unless server) :form server :value nil) SKIPPED make-ipv6-tcp-server-with-unspecified-port ((skip-unless server) :form server :value nil) SKIPPED open-gnutls-stream-new-api-default ((skip-unless (executable-find "gnutls-serv")) :form (executable-find "gnutls-serv") :value nil) SKIPPED open-gnutls-stream-new-api-nowait ((skip-unless (executable-find "gnutls-serv")) :form (executable-find "gnutls-serv") :value nil) SKIPPED open-gnutls-stream-new-api-wait ((skip-unless (executable-find "gnutls-serv")) :form (executable-find "gnutls-serv") :value nil) SKIPPED open-gnutls-stream-old-api-nowait ((skip-unless (executable-find "gnutls-serv")) :form (executable-find "gnutls-serv") :value nil) SKIPPED open-gnutls-stream-old-api-wait ((skip-unless (executable-find "gnutls-serv")) :form (executable-find "gnutls-serv") :value nil) SKIPPED open-network-stream-tls ((skip-unless (executable-find "gnutls-serv")) :form (executable-find "gnutls-serv") :value nil) SKIPPED open-network-stream-tls-nocert ((skip-unless (executable-find "gnutls-serv")) :form (executable-find "gnutls-serv") :value nil) SKIPPED open-network-stream-tls-nowait ((skip-unless (executable-find "gnutls-serv")) :form (executable-find "gnutls-serv") :value nil) SKIPPED open-network-stream-tls-wait ((skip-unless (executable-find "gnutls-serv")) :form (executable-find "gnutls-serv") :value nil) lisp/net/eudc-tests.log: SKIPPED eudcb-bbdb ((skip-unless (featurep 'bbdb)) :form (featurep bbdb) :value nil) SKIPPED eudcb-ldap ((skip-unless (and (file-exists-p "/usr/sbin/slapd") (file-exists-p "/usr/bin/ldapsearch"))) :form (and (file-exists-p "/usr/sbin/slapd") (file-exists-p "/usr/bin/ldapsearch")) :value nil) lisp/net/dbus-tests.log: SKIPPED dbus-test01-basic-types ((skip-unless dbus--test-enabled-session-bus) :form dbus--test-enabled-session-bus :value nil) SKIPPED dbus-test01-compound-types ((skip-unless dbus--test-enabled-session-bus) :form dbus--test-enabled-session-bus :value nil) SKIPPED dbus-test01-type-conversion ((skip-unless dbus--test-enabled-session-bus) :form dbus--test-enabled-session-bus :value nil) SKIPPED dbus-test02-register-service-own-bus ((skip-unless (dbus-ignore-errors (and bus pid (featurep 'dbusbind) (dbus-init-bus bus) (dbus-get-unique-name bus) (dbus-register-service bus dbus--test-service)))) :form (condition-case err (progn (and bus pid (featurep 'dbusbind) (dbus-init-bus bus) (dbus-get-unique-name bus) (dbus-register-service bus dbus--test-service))) (dbus-error (if dbus-debug (progn (signal ... ...))))) :value nil) SKIPPED dbus-test02-register-service-session ((skip-unless (and dbus--test-enabled-session-bus (dbus-register-service :session dbus--test-service))) :form (and dbus--test-enabled-session-bus (dbus-register-service :session dbus--test-service)) :value nil) SKIPPED dbus-test02-register-service-system ((skip-unless (and dbus--test-enabled-system-bus (dbus-register-service :system dbus--test-service))) :form (and dbus--test-enabled-system-bus (dbus-register-service :system dbus--test-service)) :value nil) SKIPPED dbus-test03-peer-interface ((skip-unless (and dbus--test-enabled-session-bus (dbus-register-service :session dbus--test-service) (not (dbus-ignore-errors (dbus-call-method :session dbus--test-service dbus-path-dbus dbus-interface-peer "GetMachineId" :timeout 100))))) :form (and dbus--test-enabled-session-bus (dbus-register-service :session dbus--test-service) (not (condition-case err (progn (dbus-call-method :session dbus--test-service dbus-path-dbus dbus-interface-peer "GetMachineId" :timeout 100)) (dbus-error (if dbus-debug ...))))) :value nil) SKIPPED dbus-test04-call-method-timeout ((skip-unless dbus--test-enabled-session-bus) :form dbus--test-enabled-session-bus :value nil) SKIPPED dbus-test04-method-reentry ((skip-unless dbus--test-enabled-session-bus) :form dbus--test-enabled-session-bus :value nil) SKIPPED dbus-test04-register-method ((skip-unless dbus--test-enabled-session-bus) :form dbus--test-enabled-session-bus :value nil) SKIPPED dbus-test05-register-signal ((skip-unless dbus--test-enabled-session-bus) :form dbus--test-enabled-session-bus :value nil) SKIPPED dbus-test06-property-types ((skip-unless dbus--test-enabled-session-bus) :form dbus--test-enabled-session-bus :value nil) SKIPPED dbus-test06-register-property ((skip-unless dbus--test-enabled-session-bus) :form dbus--test-enabled-session-bus :value nil) SKIPPED dbus-test06-register-property-emits-signal ((skip-unless dbus--test-enabled-session-bus) :form dbus--test-enabled-session-bus :value nil) SKIPPED dbus-test06-register-property-several-paths ((skip-unless dbus--test-enabled-session-bus) :form dbus--test-enabled-session-bus :value nil) SKIPPED dbus-test07-introspection ((skip-unless dbus--test-enabled-session-bus) :form dbus--test-enabled-session-bus :value nil) SKIPPED dbus-test07-introspection-timeout ((skip-unless dbus--test-enabled-session-bus) :form dbus--test-enabled-session-bus :value nil) SKIPPED dbus-test08-register-monitor ((skip-unless dbus--test-enabled-session-bus) :form dbus--test-enabled-session-bus :value nil) SKIPPED dbus-test09-get-managed-objects ((skip-unless dbus--test-enabled-session-bus) :form dbus--test-enabled-session-bus :value nil) lisp/mouse-tests.log: SKIPPED bug26816-mouse-frame-movement ((skip-unless (display-graphic-p)) :form (display-graphic-p) :value nil) lisp/kmacro-tests.log: SKIPPED kmacro-tests-run-macro-command-recorded-in-macro "Skipping due to Bug#24921 (an ERT bug)" lisp/international/ucs-normalize-tests.log: SKIPPED ucs-normalize-part1 ((skip-when (or (getenv "EMACS_HYDRA_CI") (getenv "EMACS_EMBA_CI"))) :form (or (getenv "EMACS_HYDRA_CI") (getenv "EMACS_EMBA_CI")) :value "1") SKIPPED ucs-normalize-part1-failing ((skip-unless ucs-normalize-tests--failing-lines-part1) :form ucs-normalize-tests--failing-lines-part1 :value nil) lisp/image/image-dired-tests.log: SKIPPED image-dired-tests-get-exif-file-name ((skip-unless (image-type-available-p 'jpeg)) :form (image-type-available-p jpeg) :value nil) lisp/image-tests.log: SKIPPED image-supported-file-p/built-in ((skip-unless (display-images-p)) :form (display-images-p) :value nil) SKIPPED image-type/from-filename ((skip-unless (and (bound-and-true-p image-types) (bound-and-true-p image-load-path) (image-type-available-p 'jpeg))) :form (and (and (boundp 'image-types) image-types) (and (boundp 'image-load-path) image-load-path) (image-type-available-p 'jpeg)) :value nil) lisp/image-file-tests.log: SKIPPED insert-image-file ((skip-unless (image-type-available-p 'png)) :form (image-type-available-p png) :value nil) lisp/hl-line-tests.log: SKIPPED hl-line-tests-sticky-across-frames ((skip-unless (display-graphic-p)) :form (display-graphic-p) :value nil) 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)) lisp/filenotify-tests.log: SKIPPED file-notify-test00-availability-remote ((skip-unless (file-notify--test-remote-enabled)) :form (file-notify--test-remote-enabled) :value nil) SKIPPED file-notify-test01-add-watch-remote ((skip-unless (file-notify--test-remote-enabled)) :form (file-notify--test-remote-enabled) :value nil) SKIPPED file-notify-test02-rm-watch-remote ((skip-unless (file-notify--test-remote-enabled)) :form (file-notify--test-remote-enabled) :value nil) SKIPPED file-notify-test05-file-validity-remote ((skip-unless (file-notify--test-remote-enabled)) :form (file-notify--test-remote-enabled) :value nil) SKIPPED file-notify-test06-dir-validity-remote ((skip-unless (file-notify--test-remote-enabled)) :form (file-notify--test-remote-enabled) :value nil) SKIPPED file-notify-test08-backup-remote ((skip-unless (file-notify--test-remote-enabled)) :form (file-notify--test-remote-enabled) :value nil) SKIPPED file-notify-test10-sufficient-resources ((skip-unless (string-equal (file-notify--test-library) "kqueue")) :form (string-equal "inotify" "kqueue") :value nil :explanation (arrays-of-different-length 7 6 "inotify" "kqueue" first-mismatch-at 0)) SKIPPED file-notify-test10-sufficient-resources-remote ((skip-unless (file-notify--test-remote-enabled)) :form (file-notify--test-remote-enabled) :value nil) SKIPPED file-notify-test11-symlinks-remote ((skip-unless (file-notify--test-remote-enabled)) :form (file-notify--test-remote-enabled) :value nil) SKIPPED file-notify-test12-unmount-remote ((skip-unless (file-notify--test-remote-enabled)) :form (file-notify--test-remote-enabled) :value nil) lisp/eshell/esh-proc-tests.log: SKIPPED esh-proc-test/kill-pipeline ((skip-when (getenv "EMACS_EMBA_CI")) :form (getenv "EMACS_EMBA_CI") :value "1") lisp/erc/erc-services-tests.log: SKIPPED erc--auth-source-search--secrets-announced ((skip-unless (bound-and-true-p secrets-enabled)) :form (and (boundp 'secrets-enabled) secrets-enabled) :value nil) SKIPPED erc--auth-source-search--secrets-overrides ((skip-unless (bound-and-true-p secrets-enabled)) :form (and (boundp 'secrets-enabled) secrets-enabled) :value nil) SKIPPED erc--auth-source-search--secrets-standard ((skip-unless (bound-and-true-p secrets-enabled)) :form (and (boundp 'secrets-enabled) secrets-enabled) :value nil) lisp/epg-tests.log: SKIPPED epg-decrypt-1 "No usable gpg config" SKIPPED epg-import-1 "No usable gpg config" SKIPPED epg-roundtrip-1 "No usable gpg config" SKIPPED epg-roundtrip-2 "No usable gpg config" SKIPPED epg-sign-verify-1 "No usable gpg config" SKIPPED epg-sign-verify-2 "No usable gpg config" SKIPPED epg-sign-verify-3 "No usable gpg config" lisp/epg-config-tests.log: SKIPPED epg-config-test-epg-find-configuration ((skip-unless (executable-find "gpg2")) :form (executable-find "gpg2") :value nil) SKIPPED epg-config-test-epg-required-version-p ((skip-unless (executable-find "gpg2")) :form (executable-find "gpg2") :value nil) lisp/emacs-lisp/timer-tests.log: SKIPPED timer-tests-debug-timer-check ((skip-unless (fboundp 'debug-timer-check)) :form (fboundp debug-timer-check) :value nil) lisp/emacs-lisp/package-tests.log: SKIPPED package-test-signed ((skip-unless (ert-with-temp-directory homedir (let ((process-environment ...)) (require 'epg-config) (defvar epg-config--program-alist) (epg-find-configuration 'OpenPGP nil (let ... ... prog-alist))))) :form (let* ((coding-system-for-write nil) (temp-file (file-name-as-directory (make-temp-file "emacs-test-" t "-package" nil))) (homedir (file-name-as-directory temp-file))) (unwind-protect (progn (let (...) (require ...) (defvar epg-config--program-alist) (epg-find-configuration ... nil ...))) (condition-case nil (progn) (error nil)) (condition-case nil (progn (delete-directory temp-file :recursive)) (error nil)))) :value nil) SKIPPED package-test-update-archives-async ((skip-unless (executable-find "python2")) :form (executable-find "python2") :value nil) lisp/emacs-lisp/multisession-tests.log: SKIPPED multi-test-files-busy ((skip-unless (sqlite-available-p)) :form (sqlite-available-p) :value nil) SKIPPED multi-test-sqlite-busy ((skip-unless (sqlite-available-p)) :form (sqlite-available-p) :value nil) SKIPPED multi-test-sqlite-simple ((skip-unless (sqlite-available-p)) :form (sqlite-available-p) :value nil) lisp/emacs-lisp/eieio-tests/eieio-tests.log: SKIPPED eieio-test-01-mix-alloc-initarg ((skip-unless (and (message "foo") (string= "foo" (current-message)))) :form (and (message "foo") (string= "foo" (current-message))) :value nil) lisp/emacs-lisp/bytecomp-tests.log: SKIPPED bytecomp-tests--dest-mountpoint ((skip-unless bwrap) :form bwrap :value nil) lisp/dnd-tests.log: SKIPPED dnd-tests-open-remote-url ((skip-unless (executable-find "ftp")) :form (executable-find "ftp") :value nil) lisp/cedet/semantic-utest.log: SKIPPED semantic-utest-Csharp ((skip-unless (featurep 'csharp-mode)) :form (featurep csharp-mode) :value nil) SKIPPED semantic-utest-PHP ((skip-unless (featurep 'php-mode)) :form (featurep php-mode) :value nil) SKIPPED semantic-utest-Scheme ((skip-unless nil) :form nil :value nil) lisp/auth-source-tests.log: SKIPPED auth-source-test-secrets-create-secret ((skip-unless secrets-enabled) :form secrets-enabled :value nil) lisp/arc-mode-tests.log: SKIPPED arc-mode-test-zip-ensure-ext ((skip-unless (executable-find "zip")) :form (executable-find "zip") :value nil) SKIPPED arc-mode-test-zip-extract-gz ((skip-unless (and archive-zip-extract (executable-find (car archive-zip-extract)))) :form (and archive-zip-extract (executable-find (car archive-zip-extract))) :value nil) lisp/align-tests.log: SKIPPED align-lua ((skip-unless (treesit-ready-p 'lua)) :form (treesit-ready-p lua) :value nil) lisp/net/tramp-tests.log: 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) src/comp-tests.log: FAILED comp-tests-ret-type-spec-13 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or (member foo) integer-or-marker) (or (member foo) number-or-marker)) :value nil :explanation (list-elt 2 (different-atoms integer-or-marker number-or-marker))) FAILED comp-tests-ret-type-spec-22 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null (integer 4 *)) (or null float (integer 4 *))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer 4 *)) (or null float (integer 4 *)) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-23 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null (integer 3 *)) (or null float (integer 3 *))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer 3 *)) (or null float (integer 3 *)) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-24 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null (integer * 2)) (or null float (integer * 2))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer * 2)) (or null float (integer * 2)) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-25 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null (integer * 3)) (or null float (integer * 3))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer * 3)) (or null float (integer * 3)) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-26 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null (integer * 2)) (or null float (integer * 2))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer * 2)) (or null float (integer * 2)) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-27 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null (integer * 3)) (or null float (integer * 3))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer * 3)) (or null float (integer * 3)) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-28 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null (integer 4 *)) (or null float (integer 4 *))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer 4 *)) (or null float (integer 4 *)) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-29 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null (integer 3 *)) (or null float (integer 3 *))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer 3 *)) (or null float (integer 3 *)) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-30 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null (integer 4 *)) (or null float (integer 4 *))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer 4 *)) (or null float (integer 4 *)) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-31 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null (integer * 2)) (or null float (integer * 2))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer * 2)) (or null float (integer * 2)) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-32 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null (integer 4 9)) (or null float (integer 4 9))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer 4 9)) (or null float (integer 4 9)) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-33 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null integer) (or null float integer)) :value nil :explanation (proper-lists-of-different-length 3 4 (or null integer) (or null float integer) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-34 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null (integer * 2) (integer 11 *)) (or null float (integer * 2) (integer 11 *))) :value nil :explanation (proper-lists-of-different-length 4 5 (or null (integer * 2) (integer 11 *)) (or null float (integer * 2) (integer 11 *)) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-35 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null integer-or-marker) (or null number-or-marker)) :value nil :explanation (list-elt 2 (different-atoms integer-or-marker number-or-marker))) FAILED comp-tests-ret-type-spec-36 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null (integer 7 *)) (or null float (integer 7 *))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer 7 *)) (or null float (integer 7 *)) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-37 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null (integer * 5)) (or null float (integer * 5))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer * 5)) (or null float (integer * 5)) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-38 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null (integer 4 8)) (or null float (integer 4 8))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer 4 8)) (or null float (integer 4 8)) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-39 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null (integer 3 13)) (or null float (integer 3 13))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer 3 13)) (or null float (integer 3 13)) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-40 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null (integer -2 8)) (or null float (integer -2 8))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer -2 8)) (or null float (integer -2 8)) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-41 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null (integer -2 *)) (or null float (integer -2 *))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer -2 *)) (or null float (integer -2 *)) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-42 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null (integer * 8)) (or null float (integer * 8))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer * 8)) (or null float (integer * 8)) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-43 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null (integer * 8)) (or null float (integer * 8))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer * 8)) (or null float (integer * 8)) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-44 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null integer) (or null float integer)) :value nil :explanation (proper-lists-of-different-length 3 4 (or null integer) (or null float integer) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-45 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null integer) (or null float integer)) :value nil :explanation (proper-lists-of-different-length 3 4 (or null integer) (or null float integer) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-46 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null (integer 12 24)) (or null float (integer 12 24))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer 12 24)) (or null float (integer 12 24)) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-47 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null (integer 2 6)) (or null float (integer 2 6))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer 2 6)) (or null float (integer 2 6)) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-48 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or null (integer 0 4)) (or null float (integer 0 4))) :value nil :explanation (proper-lists-of-different-length 3 4 (or null (integer 0 4)) (or null float (integer 0 4)) first-mismatch-at 2)) FAILED comp-tests-ret-type-spec-59 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (integer 3 10) (or float (integer 3 10))) :value nil :explanation (list-elt 0 (different-atoms integer or))) FAILED comp-tests-ret-type-spec-60 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (integer 3 10) (or float (integer 3 10))) :value nil :explanation (list-elt 0 (different-atoms integer or))) FAILED comp-tests-ret-type-spec-61 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (integer 1 1) (or (member 1.0) (integer 1 1))) :value nil :explanation (list-elt 0 (different-atoms integer or))) FAILED comp-tests-ret-type-spec-62 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (integer 1 1) (or (member 1.0) (integer 1 1))) :value nil :explanation (list-elt 0 (different-atoms integer or))) FAILED comp-tests-ret-type-spec-63 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal nil (member 1.1)) :value nil :explanation (different-types nil (member 1.1))) FAILED comp-tests-ret-type-spec-64 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (integer 1 1) (or (member 1.0) (integer 1 1))) :value nil :explanation (list-elt 0 (different-atoms integer or))) FAILED comp-tests-ret-type-spec-65 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (integer 1 1) (or (member 1.0) (integer 1 1))) :value nil :explanation (list-elt 0 (different-atoms integer or))) FAILED comp-tests-ret-type-spec-68 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal nil (or (member 1.0) (integer 1 1))) :value nil :explanation (different-types nil (or (member 1.0) (integer 1 1)))) FAILED comp-tests-ret-type-spec-69 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (integer 1 1) (or (member 1.0) (integer 1 1))) :value nil :explanation (list-elt 0 (different-atoms integer or))) FAILED comp-tests-ret-type-spec-70 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal nil (or float integer)) :value nil :explanation (different-types nil (or float integer))) FAILED comp-tests-ret-type-spec-71 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (integer 0 0) (or (member -0.0 0.0) (integer 0 0))) :value nil :explanation (list-elt 0 (different-atoms integer or))) FAILED comp-tests-ret-type-spec-72 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal nil float) :value nil :explanation (different-atoms nil float)) FAILED comp-tests-ret-type-spec-78 ((should (equal (cl-third (subr-type (symbol-function f-name))) ret-type)) :form (equal (or comp-foo (integer 12 *)) (or comp-foo float (integer 12 *))) :value nil :explanation (proper-lists-of-different-length 3 4 (or comp-foo (integer 12 *)) (or comp-foo float (integer 12 *)) first-mismatch-at 2)) lisp/info-xref-tests.log: FAILED info-xref-test-emacs-manuals ((should (string-match-p " [0-9]\\{3,\\} good, 0 bad" (buffer-substring-no-properties (pos-bol) (pos-eol)))) :form (string-match-p " [0-9]\\{3,\\} good, 0 bad" "done, 688 good, 1 bad, 76 unavailable") :value nil) lisp/emacs-lisp/comp-cstr-tests.log: FAILED comp-cstr-test-75 ((should (equal (comp-cstr-test-ts '(and atom (or number marker))) 'number-or-marker)) :form (equal integer-or-marker number-or-marker) :value nil :explanation (different-atoms integer-or-marker number-or-marker)) make[1]: *** [Makefile:344: check-doit] Error 1 make[1]: Leaving directory '/checkout/test' make: Leaving directory '/checkout/test' make: *** [Makefile:310: check] Error 2 section_end:1698155758:step_script section_start:1698155758: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-native-comp-speed2-408c904d $ 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:1698155767:after_script section_start:1698155767:upload_artifacts_on_failure Uploading artifacts for failed job Uploading artifacts... test-native-comp-speed2-408c904d/: found 533 matching files and directories Uploading artifacts as "archive" to coordinator... 201 Created id=75937 responseStatus=201 Created token=ESDN4115 Uploading artifacts... test-native-comp-speed2-408c904d/junit-test-report.xml: found 1 matching files and directories Uploading artifacts as "junit" to coordinator... 201 Created id=75937 responseStatus=201 Created token=ESDN4115 section_end:1698155966:upload_artifacts_on_failure section_start:1698155966:cleanup_file_variables Cleaning up project directory and file based variables section_end:1698155969:cleanup_file_variables ERROR: Job failed: exit code 2