Running with gitlab-runner 12.0.2 (d0b76032)  on emba-docker-runner 2oEDrUT7 section_start:1638008932:prepare_executor Using Docker executor with image docker:19.03.12 ... Pulling docker image docker:19.03.12 ... Using docker image sha256:81f5749c9058a7284e6acd8e126f2b882765a17b9ead14422b51cde1a110b85c for docker:19.03.12 ... section_end:1638008934:prepare_executor section_start:1638008934:prepare_script Running on runner-2oEDrUT7-project-1-concurrent-3 via emba.gnu.org... section_end:1638008975:prepare_script section_start:1638008976:get_sources $ git config --global http.proxy $HTTP_PROXY; git config --global https.proxy $HTTPS_PROXY Fetching changes with git depth set to 50... Reinitialized existing Git repository in /builds/emacs/emacs/.git/ Checking out 6072370d as master... Skipping Git submodules setup section_end:1638009133:get_sources section_start:1638009133:restore_cache section_end:1638009164:restore_cache section_start:1638009164:download_artifacts section_end:1638009177:download_artifacts section_start:1638009177:build_script $ docker info Client: Debug Mode: false Server: Containers: 101 Running: 77 Paused: 0 Stopped: 24 Images: 89 Server Version: 18.09.7 Storage Driver: overlay2 Backing Filesystem: xfs Supports d_type: true Native Overlay Diff: true Logging Driver: json-file Cgroup Driver: cgroupfs Plugins: Volume: local Network: bridge host macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: runc Default Runtime: runc Init Binary: docker-init containerd version: runc version: N/A init version: v0.18.0 (expected: fec3683b971d9c3ef73f284f176672c44b448662) Security Options: apparmor seccomp Profile: default Kernel Version: 4.4.0-210-generic Operating System: Trisquel GNU/Linux Flidas (8.0) OSType: linux Architecture: x86_64 CPUs: 2 Total Memory: 7.796GiB Name: emba.gnu.org ID: X47L:JFLM:IP7X:AN3A:6FS4:N5DF:SGWZ:KSYJ:GQ2L:ZEKB:GUXD:3IZT Docker Root Dir: /var/lib/docker Debug Mode: false HTTP Proxy: http://serverproxy0p.fsf.org:8118/ HTTPS Proxy: http://serverproxy0p.fsf.org:8118/ No Proxy: localhost,127.0.0.1,eggs.gnu.org,emba.gnu.org/ Registry: https://index.docker.io/v1/ Labels: Experimental: false Insecure Registries: 127.0.0.0/8 Live Restore Enabled: false $ 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: No swap limit support WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /.docker-config-6072370db7244a13470252e5369c4c9de3e3a9ef/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded $ docker pull ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} emacs-inotify-master: Pulling from emacs/emacs Digest: sha256:f53a9a89efd042129ddb76d0af318e3dfda1c8c281a3ff079f50fb956bd8f581 Status: Image is up to date for emba.gnu.org:5050/emacs/emacs:emacs-inotify-master emba.gnu.org:5050/emacs/emacs:emacs-inotify-master $ export PWD=$(pwd) $ docker run -i -e EMACS_EMBA_CI=${EMACS_EMBA_CI} -e EMACS_TEST_TIMEOUT=${EMACS_TEST_TIMEOUT} -e EMACS_TEST_VERBOSE=${EMACS_TEST_VERBOSE} --volumes-from $(docker ps -q -f "label=com.gitlab.gitlab-runner.job.id=${CI_JOB_ID}"):ro --name ${test_name} ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} /bin/bash -c "git fetch ${PWD} HEAD && echo checking out these updated files && git diff --name-only FETCH_HEAD && ( git diff --name-only FETCH_HEAD | xargs git checkout -f FETCH_HEAD ) && make -j4 && make ${make_params}" From /builds/emacs/emacs * branch HEAD -> FETCH_HEAD checking out these updated files HEAD is now at 6072370... ; Improve doc string of 'glyphless-char-display-control' make -C lib all make -C doc/lispref info make -C doc/lispintro info make -C doc/emacs info make[1]: Entering directory '/checkout/doc/lispintro' make[1]: Nothing to be done for 'info'. make[1]: Leaving directory '/checkout/doc/lispintro' make[1]: Entering directory '/checkout/doc/lispref' make[1]: Nothing to be done for 'info'. make[1]: Leaving directory '/checkout/doc/lispref' make[1]: Entering directory '/checkout/doc/emacs' make[1]: Nothing to be done for 'info'. make[1]: Leaving directory '/checkout/doc/emacs' make[1]: Entering directory '/checkout/lib' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/checkout/lib' make -C lib-src all make[1]: Entering directory '/checkout/lib-src' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/checkout/lib-src' make -C src VCSWITNESS='$(srcdir)/../.git/logs/HEAD' BIN_DESTDIR=''/usr/local/bin/'' \ ELN_DESTDIR='/usr/local/lib/emacs/29.0.50/' all make[1]: Entering directory '/checkout/src' make -C ../admin/charsets all make -C ../admin/unidata charscript.el make -C ../admin/unidata emoji-zwj.el make[2]: Entering directory '/checkout/admin/unidata' make[2]: Entering directory '/checkout/admin/unidata' make -C ../admin/charsets cp51932.el make[2]: Entering directory '/checkout/admin/charsets' make[2]: Nothing to be done for 'cp51932.el'. make[2]: Leaving directory '/checkout/admin/charsets' make -C ../admin/charsets eucjp-ms.el make[2]: Entering directory '/checkout/admin/charsets' make[2]: Nothing to be done for 'eucjp-ms.el'. make[2]: Leaving directory '/checkout/admin/charsets' make[2]: Nothing to be done for 'emoji-zwj.el'. make[2]: Leaving directory '/checkout/admin/unidata' make[2]: Nothing to be done for 'charscript.el'. make[2]: Leaving directory '/checkout/admin/unidata' make[2]: Entering directory '/checkout/admin/charsets' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/checkout/admin/charsets' make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs" make[2]: Entering directory '/checkout/admin/unidata' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/checkout/admin/unidata' make[1]: Leaving directory '/checkout/src' make -C lisp all make[1]: Entering directory '/checkout/lisp' make -C ../leim all EMACS="../src/emacs" make -C ../admin/grammars all EMACS="../../src/emacs" make[2]: Entering directory '/checkout/admin/grammars' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/checkout/admin/grammars' make[2]: Entering directory '/checkout/leim' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/checkout/leim' make[2]: Entering directory '/checkout/lisp' make[2]: Nothing to be done for 'compile-targets'. make[2]: Leaving directory '/checkout/lisp' make[1]: Leaving directory '/checkout/lisp' make -C doc/misc info make[1]: Entering directory '/checkout/doc/misc' make[1]: Nothing to be done for 'info'. make[1]: Leaving directory '/checkout/doc/misc' make -C lib all make[1]: Entering directory '/checkout/lib' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/checkout/lib' make -C lib-src all make[1]: Entering directory '/checkout/lib-src' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/checkout/lib-src' make -C src VCSWITNESS='$(srcdir)/../.git/logs/HEAD' BIN_DESTDIR=''/usr/local/bin/'' \ ELN_DESTDIR='/usr/local/lib/emacs/29.0.50/' all make[1]: Entering directory '/checkout/src' make -C ../admin/charsets all make[2]: Entering directory '/checkout/admin/charsets' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/checkout/admin/charsets' make -C ../admin/unidata charscript.el make[2]: Entering directory '/checkout/admin/unidata' make[2]: Nothing to be done for 'charscript.el'. make[2]: Leaving directory '/checkout/admin/unidata' make -C ../admin/unidata emoji-zwj.el make[2]: Entering directory '/checkout/admin/unidata' make[2]: Nothing to be done for 'emoji-zwj.el'. make[2]: Leaving directory '/checkout/admin/unidata' make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs" make[2]: Entering directory '/checkout/admin/unidata' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/checkout/admin/unidata' make -C ../admin/charsets cp51932.el make[2]: Entering directory '/checkout/admin/charsets' make[2]: Nothing to be done for 'cp51932.el'. make[2]: Leaving directory '/checkout/admin/charsets' make -C ../admin/charsets eucjp-ms.el make[2]: Entering directory '/checkout/admin/charsets' make[2]: Nothing to be done for 'eucjp-ms.el'. make[2]: Leaving directory '/checkout/admin/charsets' make[1]: Leaving directory '/checkout/src' make -C lisp all make[1]: Entering directory '/checkout/lisp' make -C ../leim all EMACS="../src/emacs" make[2]: Entering directory '/checkout/leim' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/checkout/leim' make -C ../admin/grammars all EMACS="../../src/emacs" make[2]: Entering directory '/checkout/admin/grammars' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/checkout/admin/grammars' make[2]: Entering directory '/checkout/lisp' make[2]: Nothing to be done for 'compile-targets'. make[2]: Leaving directory '/checkout/lisp' make[1]: Leaving directory '/checkout/lisp' make -C doc/lispref info make[1]: Entering directory '/checkout/doc/lispref' make[1]: Nothing to be done for 'info'. make[1]: Leaving directory '/checkout/doc/lispref' make -C doc/lispintro info make[1]: Entering directory '/checkout/doc/lispintro' make[1]: Nothing to be done for 'info'. make[1]: Leaving directory '/checkout/doc/lispintro' make -C doc/emacs info make[1]: Entering directory '/checkout/doc/emacs' make[1]: Nothing to be done for 'info'. make[1]: Leaving directory '/checkout/doc/emacs' make -C doc/misc info make[1]: Entering directory '/checkout/doc/misc' make[1]: Nothing to be done for 'info'. make[1]: Leaving directory '/checkout/doc/misc' make -C test check-expensive make[1]: Entering directory '/checkout/test' rm -f ./*.tmp make[2]: Entering directory '/checkout/test' make[3]: Entering directory '/checkout/test' ELC lisp/net/tramp-tests.elc GEN lisp/net/tramp-tests.log Running 75 tests (2021-11-27 10:34:12+0000, selector `(not (or (tag :unstable) (tag :nativecomp)))') Remote directory: `/mock::/tmp/' passed 1/75 tramp-test00-availability (0.275483 sec) passed 2/75 tramp-test01-file-name-syntax (0.237907 sec) passed 3/75 tramp-test01-file-name-syntax-separate (0.009345 sec) passed 4/75 tramp-test01-file-name-syntax-simplified (0.004532 sec) passed 5/75 tramp-test02-file-name-dissect (0.118937 sec) passed 6/75 tramp-test02-file-name-dissect-separate (0.158717 sec) passed 7/75 tramp-test02-file-name-dissect-simplified (0.081440 sec) passed 8/75 tramp-test03-file-name-defaults (0.151682 sec) passed 9/75 tramp-test03-file-name-host-rules (0.165422 sec) passed 10/75 tramp-test03-file-name-method-rules (0.003730 sec) passed 11/75 tramp-test04-substitute-in-file-name (0.017142 sec) passed 12/75 tramp-test05-expand-file-name (0.005055 sec) passed 13/75 tramp-test05-expand-file-name-relative (0.003582 sec) passed 14/75 tramp-test05-expand-file-name-top (0.008148 sec) passed 15/75 tramp-test06-directory-file-name (0.008275 sec) skipped 16/75 tramp-test07-abbreviate-file-name (0.010281 sec) passed 17/75 tramp-test07-file-exists-p (1.752362 sec) passed 18/75 tramp-test08-file-local-copy (1.867852 sec) passed 19/75 tramp-test09-insert-file-contents (1.848529 sec) Wrote /mock:c75d4d5377e4:/tmp/tramp-testswGcZk Wrote /mock:c75d4d5377e4:/tmp/tramp-testswGcZk Wrote /mock:c75d4d5377e4:/tmp/tramp-testswGcZk Wrote /mock:c75d4d5377e4:/:/tmp/tramp-testPxhS5v Wrote /mock:c75d4d5377e4:/:/tmp/tramp-testPxhS5v Wrote /mock:c75d4d5377e4:/:/tmp/tramp-testPxhS5v passed 20/75 tramp-test10-write-region (12.370139 sec) passed 21/75 tramp-test10-write-region-file-precious-flag (1.553878 sec) passed 22/75 tramp-test11-copy-file (9.629349 sec) passed 23/75 tramp-test12-rename-file (10.590604 sec) passed 24/75 tramp-test13-make-directory (0.443193 sec) passed 25/75 tramp-test14-delete-directory (3.678561 sec) passed 26/75 tramp-test15-copy-directory (8.910577 sec) passed 27/75 tramp-test16-directory-files (1.322574 sec) passed 28/75 tramp-test16-file-expand-wildcards (2.156670 sec) passed 29/75 tramp-test17-dired-with-wildcards (3.430309 sec) passed 30/75 tramp-test17-insert-directory (2.044680 sec) passed 31/75 tramp-test17-insert-directory-one-file (1.883981 sec) passed 32/75 tramp-test18-file-attributes (2.609472 sec) passed 33/75 tramp-test19-directory-files-and-attributes (2.628702 sec) passed 34/75 tramp-test20-file-modes (1.356693 sec) passed 35/75 tramp-test21-file-links (7.617491 sec) passed 36/75 tramp-test22-file-times (1.601486 sec) passed 37/75 tramp-test23-visited-file-modtime (1.430897 sec) passed 38/75 tramp-test24-file-acl (2.334475 sec) skipped 39/75 tramp-test25-file-selinux (0.289404 sec) passed 40/75 tramp-test26-file-name-completion (4.481944 sec) passed 41/75 tramp-test27-load (1.990834 sec) passed 42/75 tramp-test28-process-file (1.133000 sec) passed 43/75 tramp-test29-start-file-process (2.189788 sec) skipped 44/75 tramp-test29-start-file-process-direct-async (0.003203 sec) passed 45/75 tramp-test30-make-process (3.560503 sec) skipped 46/75 tramp-test30-make-process-direct-async (0.001280 sec) passed 47/75 tramp-test32-shell-command (3.182117 sec) passed 48/75 tramp-test33-environment-variables (2.594661 sec) passed 49/75 tramp-test33-environment-variables-and-port-numbers (0.477765 sec) skipped 50/75 tramp-test33-environment-variables-direct-async (0.000603 sec) passed 51/75 tramp-test34-connection-local-variables (3.157223 sec) passed 52/75 tramp-test34-explicit-shell-file-name (0.436084 sec) passed 53/75 tramp-test35-exec-path (1.427548 sec) passed 54/75 tramp-test35-remote-path (6.901295 sec) (Git) passed 55/75 tramp-test36-vc-registered (2.078486 sec) passed 56/75 tramp-test37-make-auto-save-file-name (2.973100 sec) passed 57/75 tramp-test38-find-backup-file-name (2.884966 sec) passed 58/75 tramp-test39-make-lock-file-name (15.189122 sec) passed 59/75 tramp-test40-make-nearby-temp-file (0.574497 sec) passed 60/75 tramp-test41-special-characters (47.531067 sec) passed 61/75 tramp-test41-special-characters-with-ls (38.874899 sec) passed 62/75 tramp-test41-special-characters-with-perl (55.208902 sec) passed 63/75 tramp-test41-special-characters-with-stat (47.117326 sec) passed 64/75 tramp-test42-utf8 (117.953782 sec) passed 65/75 tramp-test42-utf8-with-ls (97.682102 sec) passed 66/75 tramp-test42-utf8-with-perl (396.206101 sec) passed 67/75 tramp-test42-utf8-with-stat (162.438063 sec) passed 68/75 tramp-test43-file-system-info (0.309957 sec) skipped 69/75 tramp-test45-dired-compress-dir (0.003036 sec) skipped 70/75 tramp-test45-dired-compress-file (0.000615 sec) passed 71/75 tramp-test46-auto-load (1.511883 sec) passed 72/75 tramp-test46-delay-load (0.705640 sec) passed 73/75 tramp-test46-recursive-load (1.519347 sec) passed 74/75 tramp-test46-remote-load-path (0.643942 sec) passed 75/75 tramp-test47-unload (0.827250 sec) Ran 75 tests, 68 results as expected, 0 unexpected, 7 skipped (2021-11-27 10:52:40+0000, 1108.434266 sec) 7 skipped results: SKIPPED tramp-test07-abbreviate-file-name ((skip-unless (tramp--test-ange-ftp-p)) :form (tramp--test-ange-ftp-p) :value nil) SKIPPED tramp-test25-file-selinux ((skip-unless (not (equal (file-selinux-context tramp-test-temporary-file-directory) '(nil nil nil nil)))) :form (not t) :value nil) SKIPPED tramp-test29-start-file-process-direct-async ((skip-unless (tramp-direct-async-process-p)) :form (tramp-direct-async-process-p) :value nil) SKIPPED tramp-test30-make-process-direct-async ((skip-unless (tramp-direct-async-process-p)) :form (tramp-direct-async-process-p) :value nil) SKIPPED tramp-test33-environment-variables-direct-async ((skip-unless (tramp-direct-async-process-p)) :form (tramp-direct-async-process-p) :value nil) SKIPPED tramp-test45-dired-compress-dir ((skip-unless (not (tramp--test-emacs29-p))) :form (not t) :value nil) SKIPPED tramp-test45-dired-compress-file ((skip-unless (not (tramp--test-emacs29-p))) :form (not t) :value nil) ELC lib-src/emacsclient-tests.elc GEN lib-src/emacsclient-tests.log ELC lisp/abbrev-tests.elc GEN lisp/abbrev-tests.log ELC lisp/align-tests.elc GEN lisp/align-tests.log ELC lisp/allout-tests.elc GEN lisp/allout-tests.log ELC lisp/allout-widgets-tests.elc GEN lisp/allout-widgets-tests.log ELC lisp/ansi-color-tests.elc GEN lisp/ansi-color-tests.log ELC lisp/apropos-tests.elc GEN lisp/apropos-tests.log ELC lisp/arc-mode-tests.elc GEN lisp/arc-mode-tests.log ELC lisp/auth-source-pass-tests.elc GEN lisp/auth-source-pass-tests.log ELC lisp/auth-source-tests.elc GEN lisp/auth-source-tests.log ELC lisp/autoinsert-tests.elc GEN lisp/autoinsert-tests.log ELC lisp/autorevert-tests.elc GEN lisp/autorevert-tests.log ELC lisp/battery-tests.elc GEN lisp/battery-tests.log ELC lisp/bookmark-tests.elc GEN lisp/bookmark-tests.log ELC lisp/buff-menu-tests.elc GEN lisp/buff-menu-tests.log ELC lisp/button-tests.elc GEN lisp/button-tests.log ELC lisp/calc/calc-tests.elc GEN lisp/calc/calc-tests.log ELC lisp/calculator-tests.elc GEN lisp/calculator-tests.log ELC lisp/calendar/cal-french-tests.elc GEN lisp/calendar/cal-french-tests.log ELC lisp/calendar/cal-julian-tests.elc GEN lisp/calendar/cal-julian-tests.log ELC lisp/calendar/icalendar-tests.elc GEN lisp/calendar/icalendar-tests.log ELC lisp/calendar/iso8601-tests.elc GEN lisp/calendar/iso8601-tests.log ELC lisp/calendar/lunar-tests.elc GEN lisp/calendar/lunar-tests.log ELC lisp/calendar/parse-time-tests.elc GEN lisp/calendar/parse-time-tests.log ELC lisp/calendar/solar-tests.elc GEN lisp/calendar/solar-tests.log ELC lisp/calendar/time-date-tests.elc In toplevel form: lisp/calendar/time-date-tests.el:25:14: Warning: `with-decoded-time-value' is an obsolete macro (as of 25.1). lisp/calendar/time-date-tests.el:28:33: Warning: `with-decoded-time-value' is an obsolete macro (as of 25.1). GEN lisp/calendar/time-date-tests.log ELC lisp/calendar/todo-mode-tests.elc GEN lisp/calendar/todo-mode-tests.log ELC lisp/cedet/cedet-files-tests.elc GEN lisp/cedet/cedet-files-tests.log ELC lisp/cedet/semantic-utest-c.elc GEN lisp/cedet/semantic-utest-c.log ELC lisp/cedet/semantic-utest-ia.elc GEN lisp/cedet/semantic-utest-ia.log ELC lisp/cedet/semantic-utest.elc GEN lisp/cedet/semantic-utest.log ELC lisp/cedet/semantic/bovine/gcc-tests.elc GEN lisp/cedet/semantic/bovine/gcc-tests.log ELC lisp/cedet/semantic/format-tests.elc GEN lisp/cedet/semantic/format-tests.log ELC lisp/cedet/semantic/fw-tests.elc GEN lisp/cedet/semantic/fw-tests.log ELC lisp/cedet/srecode-utest-getset.elc GEN lisp/cedet/srecode-utest-getset.log ELC lisp/cedet/srecode-utest-template.elc GEN lisp/cedet/srecode-utest-template.log ELC lisp/cedet/srecode/document-tests.elc GEN lisp/cedet/srecode/document-tests.log ELC lisp/cedet/srecode/fields-tests.elc In toplevel form: lisp/cedet/srecode/fields-tests.el:185:13: Warning: Obsolete name arg "Test" to constructor srecode-field lisp/cedet/srecode/fields-tests.el:234:8: Warning: Obsolete name arg "Test1" to constructor srecode-field lisp/cedet/srecode/fields-tests.el:188:17: Warning: Obsolete name arg "Test2" to constructor srecode-field lisp/cedet/srecode/fields-tests.el:188:17: Warning: Obsolete name arg "Test3" to constructor srecode-field lisp/cedet/srecode/fields-tests.el:188:17: Warning: Obsolete name arg "Test4" to constructor srecode-field lisp/cedet/srecode/fields-tests.el:188:17: Warning: Obsolete name arg "REG" to constructor srecode-template-inserted-region lisp/cedet/srecode/fields-tests.el:162:8: Warning: Obsolete name arg "Test1" to constructor srecode-field lisp/cedet/srecode/fields-tests.el:162:8: Warning: Obsolete name arg "Test2" to constructor srecode-field lisp/cedet/srecode/fields-tests.el:162:8: Warning: Obsolete name arg "Test3" to constructor srecode-field GEN lisp/cedet/srecode/fields-tests.log ELC lisp/char-fold-tests.elc GEN lisp/char-fold-tests.log ELC lisp/color-tests.elc GEN lisp/color-tests.log ELC lisp/comint-tests.elc GEN lisp/comint-tests.log ELC lisp/completion-tests.elc GEN lisp/completion-tests.log ELC lisp/cus-edit-tests.elc GEN lisp/cus-edit-tests.log ELC lisp/custom-tests.elc GEN lisp/custom-tests.log ELC lisp/dabbrev-tests.elc GEN lisp/dabbrev-tests.log ELC lisp/delim-col-tests.elc GEN lisp/delim-col-tests.log ELC lisp/descr-text-tests.elc GEN lisp/descr-text-tests.log ELC lisp/dired-aux-tests.elc In toplevel form: lisp/dired-aux-tests.el:65:14: Warning: Unused lexical variable `from' GEN lisp/dired-aux-tests.log ELC lisp/dired-tests.elc GEN lisp/dired-tests.log ELC lisp/dired-x-tests.elc GEN lisp/dired-x-tests.log ELC lisp/dom-tests.elc GEN lisp/dom-tests.log ELC lisp/edmacro-tests.elc GEN lisp/edmacro-tests.log ELC lisp/electric-tests.elc GEN lisp/electric-tests.log ELC lisp/elide-head-tests.elc GEN lisp/elide-head-tests.log ELC lisp/emacs-lisp/backquote-tests.elc GEN lisp/emacs-lisp/backquote-tests.log ELC lisp/emacs-lisp/backtrace-tests.elc GEN lisp/emacs-lisp/backtrace-tests.log ELC lisp/emacs-lisp/benchmark-tests.elc GEN lisp/emacs-lisp/benchmark-tests.log ELC lisp/emacs-lisp/bindat-tests.elc GEN lisp/emacs-lisp/bindat-tests.log ELC lisp/emacs-lisp/bytecomp-tests.elc GEN lisp/emacs-lisp/bytecomp-tests.log ELC lisp/emacs-lisp/cconv-tests.elc In toplevel form: lisp/emacs-lisp/cconv-tests.el:113:25: Warning: `:documentation' called as a function lisp/emacs-lisp/cconv-tests.el:121:28: Warning: `:documentation' called as a function In end of data: lisp/emacs-lisp/cconv-tests.el:112:13: Warning: the function `:documentation' is not known to be defined. GEN lisp/emacs-lisp/cconv-tests.log ELC lisp/emacs-lisp/check-declare-tests.elc GEN lisp/emacs-lisp/check-declare-tests.log ELC lisp/emacs-lisp/checkdoc-tests.elc GEN lisp/emacs-lisp/checkdoc-tests.log ELC lisp/emacs-lisp/cl-extra-tests.elc GEN lisp/emacs-lisp/cl-extra-tests.log ELC lisp/emacs-lisp/cl-generic-tests.elc In toplevel form: lisp/emacs-lisp/cl-generic-tests.el:203:13: Warning: `cl-next-method-p' is an obsolete macro (as of 25.1); make sure there's always a next method, or catch `cl-no-next-method' instead lisp/emacs-lisp/cl-generic-tests.el:204:45: Warning: `cl-next-method-p' is an obsolete macro (as of 25.1); make sure there's always a next method, or catch `cl-no-next-method' instead GEN lisp/emacs-lisp/cl-generic-tests.log ELC lisp/emacs-lisp/cl-lib-tests.elc GEN lisp/emacs-lisp/cl-lib-tests.log ELC lisp/emacs-lisp/cl-macs-tests.elc In toplevel form: lisp/emacs-lisp/cl-macs-tests.el:672:26: Warning: reference to free variable `test' lisp/emacs-lisp/cl-macs-tests.el:673:30: Warning: reference to free variable `test1' lisp/emacs-lisp/cl-macs-tests.el:673:36: Warning: reference to free variable `test2' GEN lisp/emacs-lisp/cl-macs-tests.log ELC lisp/emacs-lisp/cl-preloaded-tests.elc GEN lisp/emacs-lisp/cl-preloaded-tests.log ELC lisp/emacs-lisp/cl-print-tests.elc GEN lisp/emacs-lisp/cl-print-tests.log ELC lisp/emacs-lisp/cl-seq-tests.elc GEN lisp/emacs-lisp/cl-seq-tests.log ELC lisp/emacs-lisp/comp-cstr-tests.elc GEN lisp/emacs-lisp/comp-cstr-tests.log ELC lisp/emacs-lisp/copyright-tests.elc GEN lisp/emacs-lisp/copyright-tests.log ELC lisp/emacs-lisp/derived-tests.elc In derived-tests--parent-mode: lisp/emacs-lisp/derived-tests.el:27:14: Warning: Unused lexical variable `x' In derived-tests--child-mode: lisp/emacs-lisp/derived-tests.el:33:14: Warning: Unused lexical variable `x' GEN lisp/emacs-lisp/derived-tests.log ELC lisp/emacs-lisp/easy-mmode-tests.elc GEN lisp/emacs-lisp/easy-mmode-tests.log ELC lisp/emacs-lisp/edebug-tests.elc In toplevel form: lisp/emacs-lisp/edebug-tests.el:863:5: Warning: `edebug-eval-defun' is an obsolete function (as of 28.1); use eval-defun or edebug--eval-defun instead lisp/emacs-lisp/edebug-tests.el:871:31: Warning: `edebug-eval-defun' is an obsolete function (as of 28.1); use eval-defun or edebug--eval-defun instead lisp/emacs-lisp/edebug-tests.el:882:19: Warning: `edebug-eval-defun' is an obsolete function (as of 28.1); use eval-defun or edebug--eval-defun instead GEN lisp/emacs-lisp/edebug-tests.log ELC lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.elc In toplevel form: lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:88:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:88:1: Warning: `defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:91:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:94:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:97:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:99:4: Warning: `call-next-method' is an obsolete function (as of 25.1); use `cl-call-next-method' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:101:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:103:4: Warning: `call-next-method' is an obsolete function (as of 25.1); use `cl-call-next-method' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:105:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:107:10: Warning: `next-method-p' is an obsolete function (as of 25.1); use `cl-next-method-p' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:108:6: Warning: `call-next-method' is an obsolete function (as of 25.1); use `cl-call-next-method' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:111:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:114:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:117:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:141:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:141:1: Warning: `defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:152:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:152:1: Warning: `defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:156:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:160:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:179:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:179:1: Warning: `defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:181:8: Warning: `next-method-p' is an obsolete function (as of 25.1); use `cl-next-method-p' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:181:24: Warning: `call-next-method' is an obsolete function (as of 25.1); use `cl-call-next-method' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:184:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:184:1: Warning: `defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:186:8: Warning: `next-method-p' is an obsolete function (as of 25.1); use `cl-next-method-p' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:186:24: Warning: `call-next-method' is an obsolete function (as of 25.1); use `cl-call-next-method' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:218:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:218:1: Warning: `defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:221:4: Warning: `call-next-method' is an obsolete function (as of 25.1); use `cl-call-next-method' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:223:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:230:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:233:4: Warning: `call-next-method' is an obsolete function (as of 25.1); use `cl-call-next-method' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:235:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:238:10: Warning: `next-method-p' is an obsolete function (as of 25.1); use `cl-next-method-p' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:239:6: Warning: `call-next-method' is an obsolete function (as of 25.1); use `cl-call-next-method' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:261:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:261:1: Warning: `defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:263:4: Warning: `call-next-method' is an obsolete function (as of 25.1); use `cl-call-next-method' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:265:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:271:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:273:4: Warning: `call-next-method' is an obsolete function (as of 25.1); use `cl-call-next-method' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:275:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:277:10: Warning: `next-method-p' is an obsolete function (as of 25.1); use `cl-next-method-p' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:278:6: Warning: `call-next-method' is an obsolete function (as of 25.1); use `cl-call-next-method' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:298:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:298:1: Warning: `defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:301:10: Warning: `next-method-p' is an obsolete function (as of 25.1); use `cl-next-method-p' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:302:6: Warning: `call-next-method' is an obsolete function (as of 25.1); use `cl-call-next-method' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:309:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:312:10: Warning: `next-method-p' is an obsolete function (as of 25.1); use `cl-next-method-p' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:313:6: Warning: `call-next-method' is an obsolete function (as of 25.1); use `cl-call-next-method' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:323:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:325:10: Warning: `next-method-p' is an obsolete function (as of 25.1); use `cl-next-method-p' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:326:6: Warning: `call-next-method' is an obsolete function (as of 25.1); use `cl-call-next-method' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:348:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:348:1: Warning: `defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:351:10: Warning: `next-method-p' is an obsolete function (as of 25.1); use `cl-next-method-p' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:352:6: Warning: `call-next-method' is an obsolete function (as of 25.1); use `cl-call-next-method' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:355:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:358:10: Warning: `next-method-p' is an obsolete function (as of 25.1); use `cl-next-method-p' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:359:6: Warning: `call-next-method' is an obsolete function (as of 25.1); use `cl-call-next-method' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:362:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:365:10: Warning: `next-method-p' is an obsolete function (as of 25.1); use `cl-next-method-p' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:366:6: Warning: `call-next-method' is an obsolete function (as of 25.1); use `cl-call-next-method' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:368:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:371:10: Warning: `next-method-p' is an obsolete function (as of 25.1); use `cl-next-method-p' instead. lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:372:6: Warning: `call-next-method' is an obsolete function (as of 25.1); use `cl-call-next-method' instead. GEN lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.log ELC lisp/emacs-lisp/eieio-tests/eieio-test-persist.elc In toplevel form: lisp/emacs-lisp/eieio-tests/eieio-test-persist.el:99:1: Warning: Ambiguous initform needs quoting: moose GEN lisp/emacs-lisp/eieio-tests/eieio-test-persist.log ELC lisp/emacs-lisp/eieio-tests/eieio-tests.elc In toplevel form: lisp/emacs-lisp/eieio-tests/eieio-tests.el:36:1: Warning: Ambiguous initform needs quoting: penguin lisp/emacs-lisp/eieio-tests/eieio-tests.el:45:24: Warning: Ambiguous initform needs quoting: h20 lisp/emacs-lisp/eieio-tests/eieio-tests.el:64:1: Warning: Ambiguous initform needs quoting: emu lisp/emacs-lisp/eieio-tests/eieio-tests.el:64:1: Warning: Meaningless :initarg for class allocated slot 'slot-3' lisp/emacs-lisp/eieio-tests/eieio-tests.el:64:1: Warning: Ambiguous initform needs quoting: moose lisp/emacs-lisp/eieio-tests/eieio-tests.el:147:14: Warning: Meaningless :initarg for class allocated slot 'throwwarning' lisp/emacs-lisp/eieio-tests/eieio-tests.el:163:1: Warning: `defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:169:18: Warning: `defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:173:23: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:173:23: Warning: `defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:175:25: Warning: Unused lexical argument `c' lisp/emacs-lisp/eieio-tests/eieio-tests.el:177:6: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:194:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:194:1: Warning: `defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:221:30: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:243:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:243:1: Warning: `defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:243:23: Warning: Unused lexical argument `a' lisp/emacs-lisp/eieio-tests/eieio-tests.el:246:4: Warning: `call-next-method' is an obsolete function (as of 25.1); use `cl-call-next-method' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:248:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:248:1: Warning: `defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:248:46: Warning: Unused lexical argument `a' lisp/emacs-lisp/eieio-tests/eieio-tests.el:248:46: Warning: Unused lexical argument `args' lisp/emacs-lisp/eieio-tests/eieio-tests.el:257:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:257:1: Warning: `defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:257:59: Warning: Unused lexical argument `b' lisp/emacs-lisp/eieio-tests/eieio-tests.el:257:59: Warning: Unused lexical argument `method' lisp/emacs-lisp/eieio-tests/eieio-tests.el:257:59: Warning: Unused lexical argument `args' lisp/emacs-lisp/eieio-tests/eieio-tests.el:267:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:267:1: Warning: `defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:267:24: Warning: Unused lexical argument `a' lisp/emacs-lisp/eieio-tests/eieio-tests.el:271:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:271:24: Warning: Unused lexical argument `b' lisp/emacs-lisp/eieio-tests/eieio-tests.el:276:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:276:1: Warning: `defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:276:28: Warning: Unused lexical argument `b' lisp/emacs-lisp/eieio-tests/eieio-tests.el:280:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:280:1: Warning: `defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:280:25: Warning: Unused lexical argument `a' lisp/emacs-lisp/eieio-tests/eieio-tests.el:284:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:284:25: Warning: Unused lexical argument `b' lisp/emacs-lisp/eieio-tests/eieio-tests.el:289:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:289:25: Warning: Unused lexical argument `ab' lisp/emacs-lisp/eieio-tests/eieio-tests.el:291:4: Warning: `call-next-method' is an obsolete function (as of 25.1); use `cl-call-next-method' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:294:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:294:1: Warning: `defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:294:25: Warning: Unused lexical argument `b' lisp/emacs-lisp/eieio-tests/eieio-tests.el:298:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:298:25: Warning: Unused lexical argument `ab' lisp/emacs-lisp/eieio-tests/eieio-tests.el:300:4: Warning: `call-next-method' is an obsolete function (as of 25.1); use `cl-call-next-method' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:317:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:317:1: Warning: `defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:317:38: Warning: Unused lexical argument `a' lisp/emacs-lisp/eieio-tests/eieio-tests.el:322:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:322:39: Warning: Unused lexical argument `a' lisp/emacs-lisp/eieio-tests/eieio-tests.el:327:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:327:37: Warning: Unused lexical argument `a' lisp/emacs-lisp/eieio-tests/eieio-tests.el:345:14: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:345:14: Warning: `defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:349:10: Warning: Unused lexical argument `slots' lisp/emacs-lisp/eieio-tests/eieio-tests.el:355:6: Warning: `call-next-method' is an obsolete function (as of 25.1); use `cl-call-next-method' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:359:25: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:359:25: Warning: `defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:353:36: Warning: Unused lexical argument `slots' lisp/emacs-lisp/eieio-tests/eieio-tests.el:353:36: Warning: `call-next-method' is an obsolete function (as of 25.1); use `cl-call-next-method' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:370:14: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:370:14: Warning: `defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:372:48: Warning: Unused lexical argument `ab' lisp/emacs-lisp/eieio-tests/eieio-tests.el:372:48: Warning: Unused lexical argument `foo' lisp/emacs-lisp/eieio-tests/eieio-tests.el:376:12: Warning: Unknown slot `ooga-booga' lisp/emacs-lisp/eieio-tests/eieio-tests.el:376:44: Warning: Unknown slot `ooga-booga' lisp/emacs-lisp/eieio-tests/eieio-tests.el:394:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:404:8: Warning: `call-next-method' is an obsolete function (as of 25.1); use `cl-call-next-method' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:418:12: Warning: Unknown slot `:derived-value' lisp/emacs-lisp/eieio-tests/eieio-tests.el:424:20: Warning: Unknown slot `:derived-value' lisp/emacs-lisp/eieio-tests/eieio-tests.el:426:14: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:426:14: Warning: `defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:451:46: Warning: Unused lexical argument `a' lisp/emacs-lisp/eieio-tests/eieio-tests.el:451:46: Warning: Unused lexical argument `foo' lisp/emacs-lisp/eieio-tests/eieio-tests.el:448:31: Warning: Slot `water' is not class-allocated lisp/emacs-lisp/eieio-tests/eieio-tests.el:448:31: Warning: Slot `water' is not class-allocated lisp/emacs-lisp/eieio-tests/eieio-tests.el:447:18: Warning: Slot `water' is not class-allocated lisp/emacs-lisp/eieio-tests/eieio-tests.el:448:39: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:448:39: Warning: Unused lexical argument `a' lisp/emacs-lisp/eieio-tests/eieio-tests.el:448:39: Warning: Unused lexical argument `foo' lisp/emacs-lisp/eieio-tests/eieio-tests.el:455:6: Warning: `call-next-method' is an obsolete function (as of 25.1); use `cl-call-next-method' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:490:1: Warning: Ambiguous initform needs quoting: eieio-test-permuting-value lisp/emacs-lisp/eieio-tests/eieio-tests.el:526:28: Warning: Ambiguous initform needs quoting: (eitest-subordinate) lisp/emacs-lisp/eieio-tests/eieio-tests.el:620:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:620:1: Warning: `defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:643:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:643:1: Warning: `defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:647:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:651:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:651:1: Warning: `defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:656:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:656:1: Warning: `defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:660:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:731:1: Warning: Ambiguous initform needs quoting: init lisp/emacs-lisp/eieio-tests/eieio-tests.el:746:1: Warning: Ambiguous initform needs quoting: no-init lisp/emacs-lisp/eieio-tests/eieio-tests.el:781:1: Warning: Meaningless :initarg for class allocated slot 'initarg' lisp/emacs-lisp/eieio-tests/eieio-tests.el:863:1: Warning: Ambiguous initform needs quoting: IT-list lisp/emacs-lisp/eieio-tests/eieio-tests.el:900:40: Warning: Unknown slot `missing-slot' lisp/emacs-lisp/eieio-tests/eieio-tests.el:917:1: Warning: `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:917:1: Warning: `defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead. lisp/emacs-lisp/eieio-tests/eieio-tests.el:923:12: Warning: Obsolete name arg "toto" to constructor eieio--testing lisp/emacs-lisp/eieio-tests/eieio-tests.el:954:14: Warning: Unknown slot `:a' lisp/emacs-lisp/eieio-tests/eieio-tests.el:954:33: Warning: Unknown slot `:b' In end of data: lisp/emacs-lisp/eieio-tests/eieio-tests.el:585:5: Warning: the function `eieio-tests-initform-not-evaluated-when-initarg-is-present--eieio-childp' is not known to be defined. lisp/emacs-lisp/eieio-tests/eieio-tests.el:522:31: Warning: the function `eitest-superior' is not known to be defined. lisp/emacs-lisp/eieio-tests/eieio-tests.el:522:31: Warning: the function `eitest-superior--eieio-childp' is not known to be defined. lisp/emacs-lisp/eieio-tests/eieio-tests.el:519:17: Warning: the function `eitest-subordinate--eieio-childp' is not known to be defined. lisp/emacs-lisp/eieio-tests/eieio-tests.el:219:64: Warning: the function `static-method-class-2' is not known to be defined. lisp/emacs-lisp/eieio-tests/eieio-tests.el:212:53: Warning: the function `static-method-class-2--eieio-childp' is not known to be defined. lisp/emacs-lisp/eieio-tests/eieio-tests.el:141:15: Warning: the function `class-alloc-initarg--eieio-childp' is not known to be defined. GEN lisp/emacs-lisp/eieio-tests/eieio-tests.log ELC lisp/emacs-lisp/ert-tests.elc GEN lisp/emacs-lisp/ert-tests.log /bin/bash: line 2: 14082 Killed HOME=/nonexistent LANG=C EMACSLOADPATH= EMACS_TEST_DIRECTORY=/checkout/test timeout -s ABRT 10800 "../src/emacs" --module-assertions --no-init-file --no-site-file --no-site-lisp -L ":." -l ert -l lisp/emacs-lisp/ert-tests.el --batch --eval '(ert-run-tests-batch-and-exit (quote (not (or (tag :unstable) (tag :nativecomp)))))' > lisp/emacs-lisp/ert-tests.log 2>&1 Running 53 tests (2021-11-27 10:57:11+0000, selector `(not (or (tag :unstable) (tag :nativecomp)))') passed 1/53 ert-test-abbreviate-string (0.000309 sec) passed 2/53 ert-test-body-runs (0.000104 sec) passed 3/53 ert-test-deftest (0.000307 sec) passed 4/53 ert-test-deftest-lexical-binding-t (0.000133 sec) passed 5/53 ert-test-error (0.008610 sec) passed 6/53 ert-test-error-debug (0.000191 sec) passed 7/53 ert-test-explain-equal (0.000215 sec) passed 8/53 ert-test-explain-equal-improper-list (0.000108 sec) passed 9/53 ert-test-explain-equal-keymaps (0.000111 sec) passed 10/53 ert-test-explain-equal-string-properties (0.000403 sec) passed 11/53 ert-test-explain-equal-strings (0.000218 sec) passed 12/53 ert-test-fail (0.000329 sec) passed 13/53 ert-test-fail-debug-nested-with-debugger (0.000593 sec) passed 14/53 ert-test-fail-debug-with-condition-case (0.000185 sec) passed 15/53 ert-test-fail-debug-with-debugger-1 (0.012529 sec) passed 16/53 ert-test-fail-debug-with-debugger-2 (0.000352 sec) passed 17/53 ert-test-fail-inside-should (0.000376 sec) passed 18/53 ert-test-list-of-should-forms (0.000384 sec) passed 19/53 ert-test-list-of-should-forms-no-deep-copy (0.000244 sec) passed 20/53 ert-test-list-of-should-forms-observers-should-not-stack (0.000352 sec) Test message passed 21/53 ert-test-messages (0.000202 sec) passed 22/53 ert-test-nested-test-body-runs (0.000190 sec) passed 23/53 ert-test-parse-keys-and-body (0.000224 sec) passed 24/53 ert-test-pass (0.000180 sec) passed 25/53 ert-test-plist-difference-explanation (0.000250 sec) passed 26/53 ert-test-record-backtrace (0.000461 sec) passed 27/53 ert-test-run-tests-batch (1.714613 sec) Makefile:186: recipe for target 'lisp/emacs-lisp/ert-tests.log' failed make[3]: *** [lisp/emacs-lisp/ert-tests.log] Error 137 ELC lisp/emacs-lisp/ert-x-tests.elc GEN lisp/emacs-lisp/ert-x-tests.log ELC lisp/emacs-lisp/faceup-tests/faceup-test-basics.elc GEN lisp/emacs-lisp/faceup-tests/faceup-test-basics.log ELC lisp/emacs-lisp/faceup-tests/faceup-test-files.elc GEN lisp/emacs-lisp/faceup-tests/faceup-test-files.log ELC lisp/emacs-lisp/find-func-tests.elc GEN lisp/emacs-lisp/find-func-tests.log ELC lisp/emacs-lisp/float-sup-tests.elc GEN lisp/emacs-lisp/float-sup-tests.log ELC lisp/emacs-lisp/generator-tests.elc In toplevel form: lisp/emacs-lisp/generator-tests.el:88:1: Warning: Variable `i' left uninitialized lisp/emacs-lisp/generator-tests.el:88:1: Warning: Variable `i' left uninitialized lisp/emacs-lisp/generator-tests.el:88:15: Warning: Unused lexical variable `i' lisp/emacs-lisp/generator-tests.el:88:15: Warning: Unused lexical variable `i' lisp/emacs-lisp/generator-tests.el:88:15: Warning: Variable `i' left uninitialized lisp/emacs-lisp/generator-tests.el:88:15: Warning: Variable `i' left uninitialized lisp/emacs-lisp/generator-tests.el:88:15: Warning: Unused lexical variable `i' lisp/emacs-lisp/generator-tests.el:88:15: Warning: Unused lexical variable `i' lisp/emacs-lisp/generator-tests.el:90:1: Warning: Variable `i' left uninitialized lisp/emacs-lisp/generator-tests.el:90:1: Warning: Variable `i' left uninitialized lisp/emacs-lisp/generator-tests.el:90:15: Warning: Unused lexical variable `i' lisp/emacs-lisp/generator-tests.el:90:15: Warning: Unused lexical variable `i' lisp/emacs-lisp/generator-tests.el:90:15: Warning: Variable `i' left uninitialized lisp/emacs-lisp/generator-tests.el:90:15: Warning: Variable `i' left uninitialized lisp/emacs-lisp/generator-tests.el:90:15: Warning: Unused lexical variable `i' lisp/emacs-lisp/generator-tests.el:90:15: Warning: Unused lexical variable `i' lisp/emacs-lisp/generator-tests.el:97:15: Warning: Unused lexical variable `a' lisp/emacs-lisp/generator-tests.el:97:15: Warning: Unused lexical variable `a' lisp/emacs-lisp/generator-tests.el:97:15: Warning: Unused lexical variable `a' lisp/emacs-lisp/generator-tests.el:97:15: Warning: Unused lexical variable `a' In end of data: lisp/emacs-lisp/generator-tests.el:317:28: Warning: the function `generator-tests-edebug' is not known to be defined. lisp/emacs-lisp/generator-tests.el:77:37: Warning: the function `hello' is not known to be defined. GEN lisp/emacs-lisp/generator-tests.log ELC lisp/emacs-lisp/gv-tests.elc GEN lisp/emacs-lisp/gv-tests.log ELC lisp/emacs-lisp/hierarchy-tests.elc GEN lisp/emacs-lisp/hierarchy-tests.log ELC lisp/emacs-lisp/let-alist-tests.elc GEN lisp/emacs-lisp/let-alist-tests.log ELC lisp/emacs-lisp/lisp-mnt-tests.elc GEN lisp/emacs-lisp/lisp-mnt-tests.log ELC lisp/emacs-lisp/lisp-mode-tests.elc GEN lisp/emacs-lisp/lisp-mode-tests.log ELC lisp/emacs-lisp/lisp-tests.elc In toplevel form: lisp/emacs-lisp/lisp-tests.el:224:82: Warning: reference to free variable `c-e-x' GEN lisp/emacs-lisp/lisp-tests.log ELC lisp/emacs-lisp/macroexp-tests.elc GEN lisp/emacs-lisp/macroexp-tests.log ELC lisp/emacs-lisp/map-tests.elc In toplevel form: lisp/emacs-lisp/map-tests.el:119:28: Warning: `map-put' is an obsolete macro (as of 27.1); use map-put! or (setf (map-elt ...) ...) instead lisp/emacs-lisp/map-tests.el:149:31: Warning: `map-put' is an obsolete macro (as of 27.1); use map-put! or (setf (map-elt ...) ...) instead lisp/emacs-lisp/map-tests.el:157:21: Warning: `map-put' is an obsolete macro (as of 27.1); use map-put! or (setf (map-elt ...) ...) instead lisp/emacs-lisp/map-tests.el:162:21: Warning: `map-put' is an obsolete macro (as of 27.1); use map-put! or (setf (map-elt ...) ...) instead lisp/emacs-lisp/map-tests.el:167:16: Warning: `map-put' is an obsolete macro (as of 27.1); use map-put! or (setf (map-elt ...) ...) instead GEN lisp/emacs-lisp/map-tests.log ELC lisp/emacs-lisp/memory-report-tests.elc GEN lisp/emacs-lisp/memory-report-tests.log ELC lisp/emacs-lisp/nadvice-tests.elc GEN lisp/emacs-lisp/nadvice-tests.log ELC lisp/emacs-lisp/package-tests.elc GEN lisp/emacs-lisp/package-tests.log ELC lisp/emacs-lisp/pcase-tests.elc Compiler-macro error for cl-typep: (error "Unknown type notatype") Compiler-macro error for cl-typep: (error "Unknown type notatype") Compiler-macro error for cl-typep: (error "Unknown type notatype") Compiler-macro error for cl-typep: (error "Unknown type notatype") Compiler-macro error for cl-typep: (error "Unknown type notatype") GEN lisp/emacs-lisp/pcase-tests.log ELC lisp/emacs-lisp/pp-tests.elc GEN lisp/emacs-lisp/pp-tests.log ELC lisp/emacs-lisp/regexp-opt-tests.elc GEN lisp/emacs-lisp/regexp-opt-tests.log ELC lisp/emacs-lisp/ring-tests.elc GEN lisp/emacs-lisp/ring-tests.log ELC lisp/emacs-lisp/rmc-tests.elc GEN lisp/emacs-lisp/rmc-tests.log ELC lisp/emacs-lisp/rx-tests.elc GEN lisp/emacs-lisp/rx-tests.log ELC lisp/emacs-lisp/seq-tests.elc In toplevel form: lisp/emacs-lisp/seq-tests.el:181:18: Warning: `seq-contains' is an obsolete function (as of 27.1); use `seq-contains-p' instead. lisp/emacs-lisp/seq-tests.el:181:31: Warning: `seq-contains' is an obsolete function (as of 27.1); use `seq-contains-p' instead. lisp/emacs-lisp/seq-tests.el:181:31: Warning: `seq-contains' is an obsolete function (as of 27.1); use `seq-contains-p' instead. lisp/emacs-lisp/seq-tests.el:181:31: Warning: `seq-contains' is an obsolete function (as of 27.1); use `seq-contains-p' instead. lisp/emacs-lisp/seq-tests.el:181:31: Warning: `seq-contains' is an obsolete function (as of 27.1); use `seq-contains-p' instead. lisp/emacs-lisp/seq-tests.el:181:31: Warning: `seq-contains' is an obsolete function (as of 27.1); use `seq-contains-p' instead. lisp/emacs-lisp/seq-tests.el:181:31: Warning: `seq-contains' is an obsolete function (as of 27.1); use `seq-contains-p' instead. lisp/emacs-lisp/seq-tests.el:181:31: Warning: `seq-contains' is an obsolete function (as of 27.1); use `seq-contains-p' instead. lisp/emacs-lisp/seq-tests.el:181:31: Warning: `seq-contains' is an obsolete function (as of 27.1); use `seq-contains-p' instead. lisp/emacs-lisp/seq-tests.el:181:31: Warning: `seq-contains' is an obsolete function (as of 27.1); use `seq-contains-p' instead. lisp/emacs-lisp/seq-tests.el:181:31: Warning: `seq-contains' is an obsolete function (as of 27.1); use `seq-contains-p' instead. lisp/emacs-lisp/seq-tests.el:181:31: Warning: `seq-contains' is an obsolete function (as of 27.1); use `seq-contains-p' instead. lisp/emacs-lisp/seq-tests.el:185:19: Warning: `seq-contains' is an obsolete function (as of 27.1); use `seq-contains-p' instead. lisp/emacs-lisp/seq-tests.el:185:32: Warning: `seq-contains' is an obsolete function (as of 27.1); use `seq-contains-p' instead. lisp/emacs-lisp/seq-tests.el:185:32: Warning: `seq-contains' is an obsolete function (as of 27.1); use `seq-contains-p' instead. lisp/emacs-lisp/seq-tests.el:392:1: Warning: Variable `seq' left uninitialized lisp/emacs-lisp/seq-tests.el:413:1: Warning: Variable `seq' left uninitialized GEN lisp/emacs-lisp/seq-tests.log ELC lisp/emacs-lisp/shadow-tests.elc GEN lisp/emacs-lisp/shadow-tests.log ELC lisp/emacs-lisp/shortdoc-tests.elc GEN lisp/emacs-lisp/shortdoc-tests.log ELC lisp/emacs-lisp/subr-x-tests.elc In toplevel form: lisp/emacs-lisp/subr-x-tests.el:149:1: Warning: Variable `z' left uninitialized lisp/emacs-lisp/subr-x-tests.el:149:1: Warning: Variable `d' left uninitialized lisp/emacs-lisp/subr-x-tests.el:192:1: Warning: Variable `a-called' left uninitialized lisp/emacs-lisp/subr-x-tests.el:192:1: Warning: Variable `b-called' left uninitialized lisp/emacs-lisp/subr-x-tests.el:313:1: Warning: Variable `z' left uninitialized lisp/emacs-lisp/subr-x-tests.el:313:1: Warning: Variable `d' left uninitialized lisp/emacs-lisp/subr-x-tests.el:349:1: Warning: Variable `a-called' left uninitialized lisp/emacs-lisp/subr-x-tests.el:349:1: Warning: Variable `b-called' left uninitialized GEN lisp/emacs-lisp/subr-x-tests.log ELC lisp/emacs-lisp/syntax-tests.elc GEN lisp/emacs-lisp/syntax-tests.log ELC lisp/emacs-lisp/tabulated-list-tests.elc GEN lisp/emacs-lisp/tabulated-list-tests.log ELC lisp/emacs-lisp/testcover-tests.elc GEN lisp/emacs-lisp/testcover-tests.log ELC lisp/emacs-lisp/text-property-search-tests.elc GEN lisp/emacs-lisp/text-property-search-tests.log ELC lisp/emacs-lisp/thunk-tests.elc GEN lisp/emacs-lisp/thunk-tests.log ELC lisp/emacs-lisp/timer-tests.elc In end of data: lisp/emacs-lisp/timer-tests.el:40:12: Warning: the function `debug-timer-check' is not known to be defined. GEN lisp/emacs-lisp/timer-tests.log ELC lisp/emacs-lisp/unsafep-tests.elc GEN lisp/emacs-lisp/unsafep-tests.log ELC lisp/emacs-lisp/warnings-tests.elc GEN lisp/emacs-lisp/warnings-tests.log ELC lisp/emulation/viper-tests.elc GEN lisp/emulation/viper-tests.log ELC lisp/epg-config-tests.elc GEN lisp/epg-config-tests.log ELC lisp/epg-tests.elc GEN lisp/epg-tests.log ELC lisp/erc/erc-tests.elc GEN lisp/erc/erc-tests.log ELC lisp/erc/erc-track-tests.elc GEN lisp/erc/erc-track-tests.log ELC lisp/eshell/em-hist-tests.elc GEN lisp/eshell/em-hist-tests.log ELC lisp/eshell/em-ls-tests.elc GEN lisp/eshell/em-ls-tests.log ELC lisp/eshell/esh-opt-tests.elc GEN lisp/eshell/esh-opt-tests.log ELC lisp/eshell/eshell-tests.elc GEN lisp/eshell/eshell-tests.log ELC lisp/faces-tests.elc GEN lisp/faces-tests.log ELC lisp/ffap-tests.elc GEN lisp/ffap-tests.log ELC lisp/filenotify-tests.elc GEN lisp/filenotify-tests.log Running 19 tests (2021-11-27 10:59:55+0000, selector `(not (or (tag :unstable) (tag :nativecomp)))') Library: `inotify' passed 1/19 file-notify-test00-availability (0.001515 sec) Library: `inotifywait' passed 2/19 file-notify-test00-availability-remote (0.516245 sec) passed 3/19 file-notify-test01-add-watch (0.002216 sec) passed 4/19 file-notify-test01-add-watch-remote (0.724718 sec) passed 5/19 file-notify-test02-rm-watch (0.034885 sec) passed 6/19 file-notify-test02-rm-watch-remote (2.846741 sec) passed 7/19 file-notify-test03-events (10.258682 sec) passed 8/19 file-notify-test04-autorevert (6.027459 sec) passed 9/19 file-notify-test04-autorevert-remote (7.772106 sec) passed 10/19 file-notify-test05-file-validity (10.027781 sec) passed 11/19 file-notify-test05-file-validity-remote (22.159940 sec) passed 12/19 file-notify-test06-dir-validity (0.003828 sec) passed 13/19 file-notify-test06-dir-validity-remote (0.471300 sec) passed 14/19 file-notify-test07-many-events (0.520015 sec) passed 15/19 file-notify-test08-backup (10.075733 sec) passed 16/19 file-notify-test08-backup-remote (2.956471 sec) passed 17/19 file-notify-test09-watched-file-in-watched-dir (10.166925 sec) skipped 18/19 file-notify-test10-sufficient-resources (0.003041 sec) skipped 19/19 file-notify-test10-sufficient-resources-remote (0.001424 sec) Ran 19 tests, 17 results as expected, 0 unexpected, 2 skipped (2021-11-27 11:01:19+0000, 84.589860 sec) 2 skipped results: 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 (string-equal (file-notify--test-library) "kqueue")) :form (string-equal "inotifywait" "kqueue") :value nil :explanation (arrays-of-different-length 11 6 "inotifywait" "kqueue" first-mismatch-at 0)) ELC lisp/files-tests.elc In toplevel form: lisp/files-tests.el:1861:62: Warning: Unused lexical argument `verbose' In end of data: lisp/files-tests.el:1889:6: Warning: the function `files-tests--insert-directory-shows-given-free' is not known to be defined. lisp/files-tests.el:1882:21: Warning: the function `files-tests--make-file-system-info-stub' is not known to be defined. lisp/files-tests.el:1871:21: Warning: the function `files-tests--insert-directory-output' is not known to be defined. lisp/files-tests.el:1858:52: Warning: the function `files-tests--look-up-free-data' is not known to be defined. GEN lisp/files-tests.log ELC lisp/files-x-tests.elc GEN lisp/files-x-tests.log ELC lisp/find-cmd-tests.elc GEN lisp/find-cmd-tests.log ELC lisp/font-lock-tests.elc GEN lisp/font-lock-tests.log ELC lisp/format-spec-tests.elc In toplevel form: lisp/format-spec-tests.el:57:1: Warning: Variable `flags' left uninitialized lisp/format-spec-tests.el:76:1: Warning: Variable `flags' left uninitialized GEN lisp/format-spec-tests.log ELC lisp/gnus/gnus-group-tests.elc GEN lisp/gnus/gnus-group-tests.log ELC lisp/gnus/gnus-icalendar-tests.elc GEN lisp/gnus/gnus-icalendar-tests.log ELC lisp/gnus/gnus-search-tests.elc GEN lisp/gnus/gnus-search-tests.log ELC lisp/gnus/gnus-test-headers.elc GEN lisp/gnus/gnus-test-headers.log ELC lisp/gnus/gnus-tests.elc GEN lisp/gnus/gnus-tests.log ELC lisp/gnus/gnus-util-tests.elc GEN lisp/gnus/gnus-util-tests.log ELC lisp/gnus/message-tests.elc GEN lisp/gnus/message-tests.log ELC lisp/gnus/mm-decode-tests.elc GEN lisp/gnus/mm-decode-tests.log ELC lisp/gnus/mml-sec-tests.elc GEN lisp/gnus/mml-sec-tests.log ELC lisp/gnus/nnrss-tests.elc GEN lisp/gnus/nnrss-tests.log ELC lisp/help-fns-tests.elc GEN lisp/help-fns-tests.log ELC lisp/help-mode-tests.elc GEN lisp/help-mode-tests.log ELC lisp/help-tests.elc GEN lisp/help-tests.log ELC lisp/hfy-cmap-tests.elc GEN lisp/hfy-cmap-tests.log ELC lisp/hi-lock-tests.elc GEN lisp/hi-lock-tests.log ELC lisp/htmlfontify-tests.elc GEN lisp/htmlfontify-tests.log ELC lisp/ibuffer-tests.elc GEN lisp/ibuffer-tests.log ELC lisp/ido-tests.elc GEN lisp/ido-tests.log ELC lisp/image-dired-tests.elc GEN lisp/image-dired-tests.log ELC lisp/image-file-tests.elc GEN lisp/image-file-tests.log ELC lisp/image-tests.elc GEN lisp/image-tests.log ELC lisp/image/exif-tests.elc GEN lisp/image/exif-tests.log ELC lisp/image/gravatar-tests.elc GEN lisp/image/gravatar-tests.log ELC lisp/imenu-tests.elc GEN lisp/imenu-tests.log ELC lisp/info-tests.elc GEN lisp/info-tests.log ELC lisp/info-xref-tests.elc GEN lisp/info-xref-tests.log ELC lisp/international/ccl-tests.elc GEN lisp/international/ccl-tests.log ELC lisp/international/mule-tests.elc GEN lisp/international/mule-tests.log ELC lisp/international/mule-util-tests.elc GEN lisp/international/mule-util-tests.log ELC lisp/international/ucs-normalize-tests.elc GEN lisp/international/ucs-normalize-tests.log ELC lisp/isearch-tests.elc GEN lisp/isearch-tests.log ELC lisp/jit-lock-tests.elc GEN lisp/jit-lock-tests.log ELC lisp/json-tests.elc GEN lisp/json-tests.log ELC lisp/jsonrpc-tests.elc GEN lisp/jsonrpc-tests.log ELC lisp/kmacro-tests.elc GEN lisp/kmacro-tests.log ELC lisp/loadhist-tests.elc GEN lisp/loadhist-tests.log ELC lisp/lpr-tests.elc GEN lisp/lpr-tests.log ELC lisp/ls-lisp-tests.elc In toplevel form: lisp/ls-lisp-tests.el:53:36: Warning: `next-line' is for interactive use only; use `forward-line' instead. GEN lisp/ls-lisp-tests.log ELC lisp/mail/flow-fill-tests.elc GEN lisp/mail/flow-fill-tests.log ELC lisp/mail/footnote-tests.elc GEN lisp/mail/footnote-tests.log ELC lisp/mail/mail-parse-tests.elc GEN lisp/mail/mail-parse-tests.log ELC lisp/mail/mail-utils-tests.elc GEN lisp/mail/mail-utils-tests.log ELC lisp/mail/qp-tests.elc GEN lisp/mail/qp-tests.log ELC lisp/mail/rfc2045-tests.elc GEN lisp/mail/rfc2045-tests.log ELC lisp/mail/rfc2047-tests.elc GEN lisp/mail/rfc2047-tests.log ELC lisp/mail/rfc6068-tests.elc GEN lisp/mail/rfc6068-tests.log ELC lisp/mail/rfc822-tests.elc GEN lisp/mail/rfc822-tests.log ELC lisp/mail/rmail-tests.elc GEN lisp/mail/rmail-tests.log ELC lisp/mail/rmailmm-tests.elc GEN lisp/mail/rmailmm-tests.log ELC lisp/mail/uudecode-tests.elc GEN lisp/mail/uudecode-tests.log ELC lisp/makesum-tests.elc GEN lisp/makesum-tests.log ELC lisp/man-tests.elc GEN lisp/man-tests.log ELC lisp/md4-tests.elc GEN lisp/md4-tests.log ELC lisp/mh-e/mh-limit-tests.elc GEN lisp/mh-e/mh-limit-tests.log ELC lisp/mh-e/mh-thread-tests.elc GEN lisp/mh-e/mh-thread-tests.log ELC lisp/mh-e/mh-utils-tests.elc GEN lisp/mh-e/mh-utils-tests.log ELC lisp/mh-e/mh-xface-tests.elc GEN lisp/mh-e/mh-xface-tests.log ELC lisp/minibuffer-tests.elc GEN lisp/minibuffer-tests.log ELC lisp/misc-tests.elc GEN lisp/misc-tests.log ELC lisp/mouse-tests.elc GEN lisp/mouse-tests.log ELC lisp/mwheel-tests.elc GEN lisp/mwheel-tests.log ELC lisp/net/browse-url-tests.elc GEN lisp/net/browse-url-tests.log ELC lisp/net/dbus-tests.elc GEN lisp/net/dbus-tests.log ELC lisp/net/dig-tests.elc GEN lisp/net/dig-tests.log ELC lisp/net/gnutls-tests.elc GEN lisp/net/gnutls-tests.log ELC lisp/net/hmac-md5-tests.elc GEN lisp/net/hmac-md5-tests.log ELC lisp/net/mailcap-tests.elc GEN lisp/net/mailcap-tests.log ELC lisp/net/netrc-tests.elc GEN lisp/net/netrc-tests.log ELC lisp/net/network-stream-tests.elc GEN lisp/net/network-stream-tests.log ELC lisp/net/newsticker-tests.elc GEN lisp/net/newsticker-tests.log ELC lisp/net/nsm-tests.elc GEN lisp/net/nsm-tests.log ELC lisp/net/ntlm-tests.elc In ntlm-server-do-token: lisp/net/ntlm-tests.el:238:38: Warning: Unknown slot `headers' lisp/net/ntlm-tests.el:282:27: Warning: Unknown slot `process' In ntlm-server-handler: lisp/net/ntlm-tests.el:312:29: Warning: Unknown slot `headers' lisp/net/ntlm-tests.el:329:14: Warning: Unknown slot `process' GEN lisp/net/ntlm-tests.log ELC lisp/net/puny-tests.elc GEN lisp/net/puny-tests.log ELC lisp/net/rcirc-tests.elc GEN lisp/net/rcirc-tests.log ELC lisp/net/rfc2104-tests.elc GEN lisp/net/rfc2104-tests.log ELC lisp/net/sasl-cram-tests.elc GEN lisp/net/sasl-cram-tests.log ELC lisp/net/sasl-scram-rfc-tests.elc GEN lisp/net/sasl-scram-rfc-tests.log ELC lisp/net/sasl-tests.elc GEN lisp/net/sasl-tests.log ELC lisp/net/secrets-tests.elc GEN lisp/net/secrets-tests.log ELC lisp/net/shr-tests.elc In end of data: lisp/net/shr-tests.el:33:17: Warning: the function `libxml-parse-html-region' is not known to be defined. GEN lisp/net/shr-tests.log ELC lisp/net/socks-tests.elc GEN lisp/net/socks-tests.log ELC lisp/net/tramp-archive-tests.elc GEN lisp/net/tramp-archive-tests.log ELC lisp/net/webjump-tests.elc GEN lisp/net/webjump-tests.log ELC lisp/newcomment-tests.elc GEN lisp/newcomment-tests.log ELC lisp/nxml/nxml-mode-tests.elc GEN lisp/nxml/nxml-mode-tests.log ELC lisp/nxml/xsd-regexp-tests.elc GEN lisp/nxml/xsd-regexp-tests.log ELC lisp/obarray-tests.elc GEN lisp/obarray-tests.log ELC lisp/obsolete/cl-tests.elc In toplevel form: lisp/obsolete/cl-tests.el:32:12: Warning: `labels' is an obsolete macro (as of 24.3); use `cl-labels' instead. GEN lisp/obsolete/cl-tests.log ELC lisp/obsolete/inversion-tests.elc GEN lisp/obsolete/inversion-tests.log ELC lisp/obsolete/rfc2368-tests.elc GEN lisp/obsolete/rfc2368-tests.log ELC lisp/org/org-tests.elc GEN lisp/org/org-tests.log ELC lisp/paren-tests.elc GEN lisp/paren-tests.log ELC lisp/password-cache-tests.elc GEN lisp/password-cache-tests.log ELC lisp/pcmpl-linux-tests.elc GEN lisp/pcmpl-linux-tests.log ELC lisp/play/animate-tests.elc GEN lisp/play/animate-tests.log ELC lisp/play/cookie1-tests.elc GEN lisp/play/cookie1-tests.log ELC lisp/play/dissociate-tests.elc GEN lisp/play/dissociate-tests.log ELC lisp/play/fortune-tests.elc GEN lisp/play/fortune-tests.log ELC lisp/play/life-tests.elc GEN lisp/play/life-tests.log ELC lisp/play/morse-tests.elc GEN lisp/play/morse-tests.log ELC lisp/play/studly-tests.elc GEN lisp/play/studly-tests.log ELC lisp/progmodes/asm-mode-tests.elc GEN lisp/progmodes/asm-mode-tests.log ELC lisp/progmodes/autoconf-tests.elc GEN lisp/progmodes/autoconf-tests.log ELC lisp/progmodes/bat-mode-tests.elc GEN lisp/progmodes/bat-mode-tests.log ELC lisp/progmodes/bug-reference-tests.elc GEN lisp/progmodes/bug-reference-tests.log ELC lisp/progmodes/cc-mode-tests.elc GEN lisp/progmodes/cc-mode-tests.log ELC lisp/progmodes/compile-tests.elc GEN lisp/progmodes/compile-tests.log ELC lisp/progmodes/cperl-mode-tests.elc GEN lisp/progmodes/cperl-mode-tests.log ELC lisp/progmodes/elisp-mode-tests.elc In toplevel form: lisp/progmodes/elisp-mode-tests.el:439:74: Warning: Unused lexical argument `this' lisp/progmodes/elisp-mode-tests.el:439:74: Warning: Unused lexical argument `arg2' lisp/progmodes/elisp-mode-tests.el:451:60: Warning: Unused lexical argument `arg1' lisp/progmodes/elisp-mode-tests.el:451:60: Warning: Unused lexical argument `arg2' lisp/progmodes/elisp-mode-tests.el:455:82: Warning: Unused lexical argument `this' lisp/progmodes/elisp-mode-tests.el:455:82: Warning: Unused lexical argument `arg2' lisp/progmodes/elisp-mode-tests.el:464:57: Warning: Unused lexical argument `arg1' lisp/progmodes/elisp-mode-tests.el:464:57: Warning: Unused lexical argument `arg2' lisp/progmodes/elisp-mode-tests.el:468:80: Warning: Unused lexical argument `this' lisp/progmodes/elisp-mode-tests.el:468:80: Warning: Unused lexical argument `arg2' lisp/progmodes/elisp-mode-tests.el:472:57: Warning: Unused lexical argument `arg1' lisp/progmodes/elisp-mode-tests.el:472:57: Warning: Unused lexical argument `arg2' lisp/progmodes/elisp-mode-tests.el:476:80: Warning: Unused lexical argument `this' lisp/progmodes/elisp-mode-tests.el:476:80: Warning: Unused lexical argument `arg2' In test--font: lisp/progmodes/elisp-mode-tests.el:847:11: Warning: `font-lock-debug-fontify' is for interactive use only. GEN lisp/progmodes/elisp-mode-tests.log ELC lisp/progmodes/etags-tests.elc GEN lisp/progmodes/etags-tests.log ELC lisp/progmodes/executable-tests.elc GEN lisp/progmodes/executable-tests.log ELC lisp/progmodes/f90-tests.elc GEN lisp/progmodes/f90-tests.log ELC lisp/progmodes/flymake-tests.elc GEN lisp/progmodes/flymake-tests.log ELC lisp/progmodes/gdb-mi-tests.elc GEN lisp/progmodes/gdb-mi-tests.log ELC lisp/progmodes/glasses-tests.elc GEN lisp/progmodes/glasses-tests.log ELC lisp/progmodes/grep-tests.elc GEN lisp/progmodes/grep-tests.log ELC lisp/progmodes/js-tests.elc GEN lisp/progmodes/js-tests.log ELC lisp/progmodes/octave-tests.elc GEN lisp/progmodes/octave-tests.log ELC lisp/progmodes/opascal-tests.elc GEN lisp/progmodes/opascal-tests.log ELC lisp/progmodes/pascal-tests.elc GEN lisp/progmodes/pascal-tests.log ELC lisp/progmodes/perl-mode-tests.elc GEN lisp/progmodes/perl-mode-tests.log ELC lisp/progmodes/project-tests.elc GEN lisp/progmodes/project-tests.log ELC lisp/progmodes/ps-mode-tests.elc GEN lisp/progmodes/ps-mode-tests.log ELC lisp/progmodes/python-tests.elc GEN lisp/progmodes/python-tests.log ELC lisp/progmodes/ruby-mode-tests.elc GEN lisp/progmodes/ruby-mode-tests.log ELC lisp/progmodes/scheme-tests.elc GEN lisp/progmodes/scheme-tests.log ELC lisp/progmodes/sh-script-tests.elc GEN lisp/progmodes/sh-script-tests.log ELC lisp/progmodes/sql-tests.elc GEN lisp/progmodes/sql-tests.log ELC lisp/progmodes/subword-tests.elc GEN lisp/progmodes/subword-tests.log ELC lisp/progmodes/tcl-tests.elc GEN lisp/progmodes/tcl-tests.log ELC lisp/progmodes/xref-tests.elc GEN lisp/progmodes/xref-tests.log ELC lisp/ps-print-tests.elc GEN lisp/ps-print-tests.log ELC lisp/register-tests.elc GEN lisp/register-tests.log ELC lisp/repeat-tests.elc GEN lisp/repeat-tests.log ELC lisp/replace-tests.elc In toplevel form: lisp/replace-tests.el:595:14: Warning: `replace-regexp' is for interactive use only; use `re-search-forward' and `replace-match' instead. GEN lisp/replace-tests.log ELC lisp/rot13-tests.elc GEN lisp/rot13-tests.log ELC lisp/saveplace-tests.elc GEN lisp/saveplace-tests.log ELC lisp/scroll-lock-tests.elc GEN lisp/scroll-lock-tests.log ELC lisp/ses-tests.elc In toplevel form: lisp/ses-tests.el:41:37: Warning: global/dynamic var `A2' lacks a prefix lisp/ses-tests.el:52:37: Warning: global/dynamic var `A2' lacks a prefix lisp/ses-tests.el:80:37: Warning: global/dynamic var `A2' lacks a prefix lisp/ses-tests.el:95:37: Warning: global/dynamic var `A2' lacks a prefix lisp/ses-tests.el:110:37: Warning: global/dynamic var `A2' lacks a prefix lisp/ses-tests.el:127:37: Warning: global/dynamic var `A2' lacks a prefix lisp/ses-tests.el:128:31: Warning: global/dynamic var `A2' lacks a prefix lisp/ses-tests.el:150:37: Warning: global/dynamic var `A2' lacks a prefix lisp/ses-tests.el:151:37: Warning: global/dynamic var `A3' lacks a prefix lisp/ses-tests.el:173:37: Warning: global/dynamic var `A2' lacks a prefix GEN lisp/ses-tests.log ELC lisp/shadowfile-tests.elc GEN lisp/shadowfile-tests.log ELC lisp/shell-tests.elc GEN lisp/shell-tests.log ELC lisp/simple-tests.elc GEN lisp/simple-tests.log ELC lisp/so-long-tests/autoload-longlines-mode-tests.elc GEN lisp/so-long-tests/autoload-longlines-mode-tests.log ELC lisp/so-long-tests/autoload-major-mode-tests.elc GEN lisp/so-long-tests/autoload-major-mode-tests.log ELC lisp/so-long-tests/autoload-minor-mode-tests.elc GEN lisp/so-long-tests/autoload-minor-mode-tests.log ELC lisp/so-long-tests/so-long-tests-helpers.elc GEN lisp/so-long-tests/so-long-tests-helpers.log ELC lisp/so-long-tests/so-long-tests.elc GEN lisp/so-long-tests/so-long-tests.log ELC lisp/so-long-tests/spelling-tests.elc GEN lisp/so-long-tests/spelling-tests.log ELC lisp/sort-tests.elc GEN lisp/sort-tests.log ELC lisp/soundex-tests.elc GEN lisp/soundex-tests.log ELC lisp/startup-tests.elc GEN lisp/startup-tests.log ELC lisp/subr-tests.elc In toplevel form: lisp/subr-tests.el:936:35: Warning: assignment to free variable `test-global-boundp' GEN lisp/subr-tests.log ELC lisp/tabify-tests.elc GEN lisp/tabify-tests.log ELC lisp/tar-mode-tests.elc In toplevel form: lisp/tar-mode-tests.el:35:31: Warning: `tar-grind-file-mode' is an obsolete function (as of 28.1); use `file-modes-number-to-symbolic' instead. GEN lisp/tar-mode-tests.log ELC lisp/tempo-tests.elc GEN lisp/tempo-tests.log ELC lisp/term-tests.elc GEN lisp/term-tests.log ELC lisp/term/tty-colors-tests.elc GEN lisp/term/tty-colors-tests.log ELC lisp/textmodes/bibtex-tests.elc GEN lisp/textmodes/bibtex-tests.log ELC lisp/textmodes/conf-mode-tests.elc GEN lisp/textmodes/conf-mode-tests.log ELC lisp/textmodes/css-mode-tests.elc GEN lisp/textmodes/css-mode-tests.log ELC lisp/textmodes/dns-mode-tests.elc GEN lisp/textmodes/dns-mode-tests.log ELC lisp/textmodes/fill-tests.elc GEN lisp/textmodes/fill-tests.log ELC lisp/textmodes/mhtml-mode-tests.elc GEN lisp/textmodes/mhtml-mode-tests.log ELC lisp/textmodes/page-tests.elc GEN lisp/textmodes/page-tests.log ELC lisp/textmodes/paragraphs-tests.elc GEN lisp/textmodes/paragraphs-tests.log ELC lisp/textmodes/po-tests.elc GEN lisp/textmodes/po-tests.log ELC lisp/textmodes/reftex-tests.elc GEN lisp/textmodes/reftex-tests.log ELC lisp/textmodes/sgml-mode-tests.elc GEN lisp/textmodes/sgml-mode-tests.log ELC lisp/textmodes/texinfo-tests.elc GEN lisp/textmodes/texinfo-tests.log ELC lisp/textmodes/tildify-tests.elc GEN lisp/textmodes/tildify-tests.log ELC lisp/textmodes/underline-tests.elc GEN lisp/textmodes/underline-tests.log ELC lisp/thingatpt-tests.elc GEN lisp/thingatpt-tests.log ELC lisp/thread-tests.elc GEN lisp/thread-tests.log ELC lisp/thumbs-tests.elc GEN lisp/thumbs-tests.log ELC lisp/time-stamp-tests.elc GEN lisp/time-stamp-tests.log ELC lisp/time-tests.elc GEN lisp/time-tests.log ELC lisp/timezone-tests.elc GEN lisp/timezone-tests.log ELC lisp/url/url-auth-tests.elc GEN lisp/url/url-auth-tests.log ELC lisp/url/url-domsuf-tests.elc GEN lisp/url/url-domsuf-tests.log ELC lisp/url/url-expand-tests.elc GEN lisp/url/url-expand-tests.log ELC lisp/url/url-file-tests.elc GEN lisp/url/url-file-tests.log ELC lisp/url/url-future-tests.elc GEN lisp/url/url-future-tests.log ELC lisp/url/url-handlers-tests.elc GEN lisp/url/url-handlers-tests.log ELC lisp/url/url-misc-tests.elc GEN lisp/url/url-misc-tests.log ELC lisp/url/url-parse-tests.elc GEN lisp/url/url-parse-tests.log ELC lisp/url/url-tramp-tests.elc GEN lisp/url/url-tramp-tests.log ELC lisp/url/url-util-tests.elc GEN lisp/url/url-util-tests.log ELC lisp/vc/add-log-tests.elc GEN lisp/vc/add-log-tests.log ELC lisp/vc/diff-mode-tests.elc GEN lisp/vc/diff-mode-tests.log ELC lisp/vc/ediff-diff-tests.elc GEN lisp/vc/ediff-diff-tests.log ELC lisp/vc/ediff-ptch-tests.elc GEN lisp/vc/ediff-ptch-tests.log ELC lisp/vc/log-edit-tests.elc GEN lisp/vc/log-edit-tests.log ELC lisp/vc/smerge-mode-tests.elc GEN lisp/vc/smerge-mode-tests.log ELC lisp/vc/vc-bzr-tests.elc GEN lisp/vc/vc-bzr-tests.log ELC lisp/vc/vc-hg-tests.elc GEN lisp/vc/vc-hg-tests.log ELC lisp/vc/vc-tests.elc GEN lisp/vc/vc-tests.log ELC lisp/version-tests.elc GEN lisp/version-tests.log ELC lisp/wdired-tests.elc GEN lisp/wdired-tests.log ELC lisp/whitespace-tests.elc GEN lisp/whitespace-tests.log ELC lisp/wid-edit-tests.elc GEN lisp/wid-edit-tests.log ELC lisp/xdg-tests.elc GEN lisp/xdg-tests.log ELC lisp/xml-tests.elc GEN lisp/xml-tests.log ELC lisp/xt-mouse-tests.elc GEN lisp/xt-mouse-tests.log ELC misc/test-custom-deps.elc GEN misc/test-custom-deps.log ELC misc/test-custom-libs.elc GEN misc/test-custom-libs.log ELC misc/test-custom-noloads.elc GEN misc/test-custom-noloads.log ELC misc/test-custom-opts.elc GEN misc/test-custom-opts.log ELC src/alloc-tests.elc GEN src/alloc-tests.log ELC src/buffer-tests.elc GEN src/buffer-tests.log ELC src/callint-tests.elc GEN src/callint-tests.log ELC src/callproc-tests.elc GEN src/callproc-tests.log ELC src/casefiddle-tests.elc GEN src/casefiddle-tests.log ELC src/character-tests.elc GEN src/character-tests.log ELC src/charset-tests.elc GEN src/charset-tests.log ELC src/chartab-tests.elc GEN src/chartab-tests.log ELC src/cmds-tests.elc GEN src/cmds-tests.log ELC src/coding-tests.elc GEN src/coding-tests.log ELC src/comp-tests.elc GEN src/comp-tests.log ELC src/data-tests.elc In end of data: src/data-tests.el:447:31: Warning: the function `current-cpu-time' is not known to be defined. GEN src/data-tests.log ELC src/decompress-tests.elc GEN src/decompress-tests.log ELC src/editfns-tests.elc GEN src/editfns-tests.log CCLD src/emacs-module-resources/mod-test.so ELC src/emacs-module-tests.elc GEN src/emacs-module-tests.log Running 34 tests (2021-11-27 11:19:10+0000, selector `(not (or (tag :unstable) (tag :nativecomp)))') passed 1/34 emacs-module-tests/interleaved-threads (0.009898 sec) passed 2/34 mod-test-add-nanosecond/invalid (0.003843 sec) passed 3/34 mod-test-add-nanosecond/nil (0.000149 sec) passed 4/34 mod-test-add-nanosecond/valid (0.000711 sec) passed 5/34 mod-test-double (0.000649 sec) passed 6/34 mod-test-globref-free-test (0.003011 sec) passed 7/34 mod-test-globref-make-test (0.058980 sec) passed 8/34 mod-test-globref-reordered (0.000133 sec) passed 9/34 mod-test-make-string/empty (0.005402 sec) passed 10/34 mod-test-make-string/nonempty (0.000274 sec) passed 11/34 mod-test-nanoseconds (0.003997 sec) passed 12/34 mod-test-non-local-exit-funcall-normal (0.000115 sec) passed 13/34 mod-test-non-local-exit-funcall-signal (0.000141 sec) passed 14/34 mod-test-non-local-exit-funcall-throw (0.000108 sec) passed 15/34 mod-test-non-local-exit-signal-test (0.353230 sec) passed 16/34 mod-test-non-local-exit-throw-test (0.000116 sec) passed 17/34 mod-test-sleep-until (0.211456 sec) passed 18/34 mod-test-string-a-to-b-test (0.000339 sec) passed 19/34 mod-test-sum-docstring (0.000170 sec) passed 20/34 mod-test-sum-test (0.000345 sec) passed 21/34 mod-test-userptr-fun-test (0.000299 sec) passed 22/34 mod-test-vector-test (0.015158 sec) passed 23/34 module--func-arity (0.000526 sec) passed 24/34 module--help-function-arglist (0.000299 sec) skipped 25/34 module-darwin-secondary-suffix (0.000248 sec) passed 26/34 module-function-object (0.000256 sec) passed 27/34 module/async-pipe (0.506595 sec) passed 28/34 module/describe-function-1 (0.210724 sec) passed 29/34 module/function-finalizer (0.076825 sec) passed 30/34 module/interactive/identity (0.000199 sec) passed 31/34 module/interactive/return-t (0.000129 sec) passed 32/34 module/interactive/return-t-int (0.000128 sec) Loading /checkout/test/src/emacs-module-resources/mod-test (module)... passed 33/34 module/load-history (0.008808 sec) passed 34/34 module/unibyte (0.000155 sec) Ran 34 tests, 33 results as expected, 0 unexpected, 1 skipped (2021-11-27 11:19:11+0000, 1.493675 sec) 1 skipped results: SKIPPED module-darwin-secondary-suffix ((skip-unless (eq system-type 'darwin)) :form (eq gnu/linux darwin) :value nil) ELC src/emacs-tests.elc GEN src/emacs-tests.log ELC src/eval-tests.elc GEN src/eval-tests.log ELC src/fileio-tests.elc GEN src/fileio-tests.log ELC src/filelock-tests.elc GEN src/filelock-tests.log ELC src/floatfns-tests.elc GEN src/floatfns-tests.log ELC src/fns-tests.elc GEN src/fns-tests.log ELC src/font-tests.elc GEN src/font-tests.log ELC src/image-tests.elc In end of data: src/image-tests.el:241:12: Warning: the function `init-image-library' is not known to be defined. src/image-tests.el:184:16: Warning: the function `image-metadata' is not known to be defined. src/image-tests.el:131:16: Warning: the function `image-mask-p' is not known to be defined. src/image-tests.el:58:11: Warning: the function `image-size' is not known to be defined. GEN src/image-tests.log ELC src/indent-tests.elc GEN src/indent-tests.log ELC src/inotify-tests.elc GEN src/inotify-tests.log ELC src/json-tests.elc GEN src/json-tests.log ELC src/keyboard-tests.elc GEN src/keyboard-tests.log ELC src/keymap-tests.elc GEN src/keymap-tests.log ELC src/lcms-tests.elc In end of data: src/lcms-tests.el:107:44: Warning: the function `lcms-jab->jch' is not known to be defined. src/lcms-tests.el:107:29: Warning: the function `lcms-jch->jab' is not known to be defined. src/lcms-tests.el:102:44: Warning: the function `lcms-xyz->jch' is not known to be defined. src/lcms-tests.el:102:29: Warning: the function `lcms-jch->xyz' is not known to be defined. src/lcms-tests.el:94:32: Warning: the function `lcms-temp->white-point' is not known to be defined. src/lcms-tests.el:62:18: Warning: the function `lcms-cam02-ucs' is not known to be defined. GEN src/lcms-tests.log ELC src/lread-tests.elc GEN src/lread-tests.log ELC src/marker-tests.elc GEN src/marker-tests.log ELC src/minibuf-tests.elc GEN src/minibuf-tests.log ELC src/print-tests.elc GEN src/print-tests.log ELC src/process-tests.elc GEN src/process-tests.log ELC src/regex-emacs-tests.elc GEN src/regex-emacs-tests.log ELC src/search-tests.elc In toplevel form: src/search-tests.el:31:37: Warning: Unused lexical argument `o' GEN src/search-tests.log ELC src/syntax-tests.elc GEN src/syntax-tests.log ELC src/textprop-tests.elc GEN src/textprop-tests.log ELC src/thread-tests.elc GEN src/thread-tests.log ELC src/timefns-tests.elc GEN src/timefns-tests.log ELC src/undo-tests.elc GEN src/undo-tests.log ELC src/xdisp-tests.elc GEN src/xdisp-tests.log ELC src/xfaces-tests.elc GEN src/xfaces-tests.log ELC src/xml-tests.elc In end of data: src/xml-tests.el:53:23: Warning: the function `libxml-parse-xml-region' is not known to be defined. GEN src/xml-tests.log make[3]: Leaving directory '/checkout/test' Makefile:343: recipe for target 'check-doit' failed make[2]: [check-doit] Error 2 (ignored) SUMMARY OF TEST RESULTS ----------------------- Files examined: 382 Ran 5845 tests, 53 failed to run, 5602 results as expected, 0 unexpected, 243 skipped 1 files did not finish: lisp/emacs-lisp/ert-tests.log Contents of unfinished file lisp/emacs-lisp/ert-tests.log: ----- Running 53 tests (2021-11-27 10:57:11+0000, selector `(not (or (tag :unstable) (tag :nativecomp)))') passed 1/53 ert-test-abbreviate-string (0.000309 sec) passed 2/53 ert-test-body-runs (0.000104 sec) passed 3/53 ert-test-deftest (0.000307 sec) passed 4/53 ert-test-deftest-lexical-binding-t (0.000133 sec) passed 5/53 ert-test-error (0.008610 sec) passed 6/53 ert-test-error-debug (0.000191 sec) passed 7/53 ert-test-explain-equal (0.000215 sec) passed 8/53 ert-test-explain-equal-improper-list (0.000108 sec) passed 9/53 ert-test-explain-equal-keymaps (0.000111 sec) passed 10/53 ert-test-explain-equal-string-properties (0.000403 sec) passed 11/53 ert-test-explain-equal-strings (0.000218 sec) passed 12/53 ert-test-fail (0.000329 sec) passed 13/53 ert-test-fail-debug-nested-with-debugger (0.000593 sec) passed 14/53 ert-test-fail-debug-with-condition-case (0.000185 sec) passed 15/53 ert-test-fail-debug-with-debugger-1 (0.012529 sec) passed 16/53 ert-test-fail-debug-with-debugger-2 (0.000352 sec) passed 17/53 ert-test-fail-inside-should (0.000376 sec) passed 18/53 ert-test-list-of-should-forms (0.000384 sec) passed 19/53 ert-test-list-of-should-forms-no-deep-copy (0.000244 sec) passed 20/53 ert-test-list-of-should-forms-observers-should-not-stack (0.000352 sec) Test message passed 21/53 ert-test-messages (0.000202 sec) passed 22/53 ert-test-nested-test-body-runs (0.000190 sec) passed 23/53 ert-test-parse-keys-and-body (0.000224 sec) passed 24/53 ert-test-pass (0.000180 sec) passed 25/53 ert-test-plist-difference-explanation (0.000250 sec) passed 26/53 ert-test-record-backtrace (0.000461 sec) passed 27/53 ert-test-run-tests-batch (1.714613 sec) ----- DETAILS ------- src/xml-tests.log: SKIPPED libxml-tests ((skip-unless (fboundp 'libxml-parse-xml-region)) :form (fboundp libxml-parse-xml-region) :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-async-https-with-delay ((skip-unless (and internet-is-working (gnutls-available-p))) :form (and internet-is-working (gnutls-available-p)) :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-image-mask-p/error-on-invalid-spec ((skip-unless (display-images-p)) :form (display-images-p) :value nil) SKIPPED image-tests-image-mask-p/gif ((skip-unless (and (display-images-p) (image-type-available-p 'gif))) :form (and (display-images-p) (image-type-available-p 'gif)) :value nil) SKIPPED image-tests-image-mask-p/jpeg ((skip-unless (and (display-images-p) (image-type-available-p 'jpeg))) :form (and (display-images-p) (image-type-available-p 'jpeg)) :value nil) SKIPPED image-tests-image-mask-p/pbm ((skip-unless (and (display-images-p) (image-type-available-p 'pbm))) :form (and (display-images-p) (image-type-available-p 'pbm)) :value nil) SKIPPED image-tests-image-mask-p/png ((skip-unless (and (display-images-p) (image-type-available-p 'png))) :form (and (display-images-p) (image-type-available-p 'png)) :value nil) SKIPPED image-tests-image-mask-p/svg ((skip-unless (and (display-images-p) (image-type-available-p 'svg))) :form (and (display-images-p) (image-type-available-p 'svg)) :value nil) SKIPPED image-tests-image-mask-p/tiff ((skip-unless (and (display-images-p) (image-type-available-p 'tiff))) :form (and (display-images-p) (image-type-available-p 'tiff)) :value nil) SKIPPED image-tests-image-mask-p/webp ((skip-unless (and (display-images-p) (image-type-available-p 'webp))) :form (and (display-images-p) (image-type-available-p 'webp)) :value nil) SKIPPED image-tests-image-mask-p/xbm ((skip-unless (and (display-images-p) (image-type-available-p 'xbm))) :form (and (display-images-p) (image-type-available-p 'xbm)) :value nil) SKIPPED image-tests-image-mask-p/xpm ((skip-unless (and (display-images-p) (image-type-available-p 'xpm))) :form (and (display-images-p) (image-type-available-p 'xpm)) :value nil) SKIPPED image-tests-image-metadata/gif ((skip-unless (and (display-images-p) (image-type-available-p 'gif))) :form (and (display-images-p) (image-type-available-p 'gif)) :value nil) SKIPPED image-tests-image-metadata/jpeg ((skip-unless (and (display-images-p) (image-type-available-p 'jpeg))) :form (and (display-images-p) (image-type-available-p 'jpeg)) :value nil) SKIPPED image-tests-image-metadata/nil-on-invalid-spec ((skip-unless (display-images-p)) :form (display-images-p) :value nil) SKIPPED image-tests-image-metadata/pbm ((skip-unless (and (display-images-p) (image-type-available-p 'pbm))) :form (and (display-images-p) (image-type-available-p 'pbm)) :value nil) SKIPPED image-tests-image-metadata/png ((skip-unless (and (display-images-p) (image-type-available-p 'png))) :form (and (display-images-p) (image-type-available-p 'png)) :value nil) SKIPPED image-tests-image-metadata/svg ((skip-unless (and (display-images-p) (image-type-available-p 'svg))) :form (and (display-images-p) (image-type-available-p 'svg)) :value nil) SKIPPED image-tests-image-metadata/tiff ((skip-unless (and (display-images-p) (image-type-available-p 'tiff))) :form (and (display-images-p) (image-type-available-p 'tiff)) :value nil) SKIPPED image-tests-image-metadata/webp ((skip-unless (and (display-images-p) (image-type-available-p 'webp))) :form (and (display-images-p) (image-type-available-p 'webp)) :value nil) SKIPPED image-tests-image-metadata/xbm ((skip-unless (and (display-images-p) (image-type-available-p 'xbm))) :form (and (display-images-p) (image-type-available-p 'xbm)) :value nil) SKIPPED image-tests-image-metadata/xpm ((skip-unless (and (display-images-p) (image-type-available-p 'xpm))) :form (and (display-images-p) (image-type-available-p 'xpm)) :value nil) SKIPPED image-tests-image-size/error-on-invalid-spec ((skip-unless (display-images-p)) :form (display-images-p) :value nil) SKIPPED image-tests-image-size/gif ((skip-unless (and (display-images-p) (image-type-available-p 'gif))) :form (and (display-images-p) (image-type-available-p 'gif)) :value nil) SKIPPED image-tests-image-size/jpeg ((skip-unless (and (display-images-p) (image-type-available-p 'jpeg))) :form (and (display-images-p) (image-type-available-p 'jpeg)) :value nil) SKIPPED image-tests-image-size/pbm ((skip-unless (and (display-images-p) (image-type-available-p 'pbm))) :form (and (display-images-p) (image-type-available-p 'pbm)) :value nil) SKIPPED image-tests-image-size/png ((skip-unless (and (display-images-p) (image-type-available-p 'png))) :form (and (display-images-p) (image-type-available-p 'png)) :value nil) SKIPPED image-tests-image-size/svg ((skip-unless (and (display-images-p) (image-type-available-p 'svg))) :form (and (display-images-p) (image-type-available-p 'svg)) :value nil) SKIPPED image-tests-image-size/tiff ((skip-unless (and (display-images-p) (image-type-available-p 'tiff))) :form (and (display-images-p) (image-type-available-p 'tiff)) :value nil) SKIPPED image-tests-image-size/webp ((skip-unless (and (display-images-p) (image-type-available-p 'webp))) :form (and (display-images-p) (image-type-available-p 'webp)) :value nil) SKIPPED image-tests-image-size/xbm ((skip-unless (and (display-images-p) (image-type-available-p 'xbm))) :form (and (display-images-p) (image-type-available-p 'xbm)) :value nil) SKIPPED image-tests-image-size/xpm ((skip-unless (and (display-images-p) (image-type-available-p 'xpm))) :form (and (display-images-p) (image-type-available-p 'xpm)) :value nil) 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/data-tests.log: SKIPPED data-tests--set-default-per-buffer ((skip-unless (fboundp 'current-cpu-time)) :form (fboundp current-cpu-time) :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-unless (not (featurep 'threads))) :form (not t) :value nil) 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-unless (not noninteractive)) :form (not t) :value nil) SKIPPED eval-expression-print-format-small-int-echo ((skip-unless (not noninteractive)) :form (not t) :value nil) SKIPPED eval-expression-print-format-sym-echo ((skip-unless (not noninteractive)) :form (not t) :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/python-tests.log: 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--bug31398 ((skip-unless (executable-find python-tests-shell-interpreter)) :form (executable-find "python") :value nil) lisp/progmodes/perl-mode-tests.log: 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-16368 ((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-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/flymake-tests.log: SKIPPED ruby-backend ((skip-unless (executable-find "ruby")) :form (executable-find "ruby") :value nil) lisp/progmodes/elisp-mode-tests.log: SKIPPED eval-last-sexp-print-format-large-int-echo ((skip-unless (not noninteractive)) :form (not t) :value nil) SKIPPED eval-last-sexp-print-format-small-int-echo ((skip-unless (not noninteractive)) :form (not t) :value nil) SKIPPED eval-last-sexp-print-format-sym-echo ((skip-unless (not noninteractive)) :form (not t) :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-test46-auto-load ((skip-unless tramp-archive-enabled) :form tramp-archive-enabled :value nil) SKIPPED tramp-archive-test46-delay-load ((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/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/image-tests.log: SKIPPED image-type/from-filename ((skip-unless (and (bound-and-true-p image-types) (bound-and-true-p image-load-path))) :form (and (and (boundp 'image-types) image-types) (and (boundp 'image-load-path) image-load-path)) :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/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/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-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 (string-equal (file-notify--test-library) "kqueue")) :form (string-equal "inotifywait" "kqueue") :value nil :explanation (arrays-of-different-length 11 6 "inotifywait" "kqueue" first-mismatch-at 0)) 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* ((temp-file (file-name-as-directory (make-temp-file "emacs-test-" t "-package" nil))) (homedir (file-name-as-directory temp-file))) (unwind-protect (progn (let (...) (require ...) (defvar epg-config--program-alist) (epg-find-configuration ... nil ...))) (condition-case nil (progn (delete-directory temp-file :recursive)) (error nil)))) :value nil) SKIPPED package-test-update-archives-async ((skip-unless (executable-find "python2")) :form (executable-find "python2") :value nil) lisp/emacs-lisp/bytecomp-tests.log: SKIPPED bytecomp-tests--dest-mountpoint ((skip-unless bwrap) :form bwrap :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-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/net/tramp-tests.log: SKIPPED tramp-test07-abbreviate-file-name ((skip-unless (tramp--test-ange-ftp-p)) :form (tramp--test-ange-ftp-p) :value nil) SKIPPED tramp-test25-file-selinux ((skip-unless (not (equal (file-selinux-context tramp-test-temporary-file-directory) '(nil nil nil nil)))) :form (not t) :value nil) SKIPPED tramp-test29-start-file-process-direct-async ((skip-unless (tramp-direct-async-process-p)) :form (tramp-direct-async-process-p) :value nil) SKIPPED tramp-test30-make-process-direct-async ((skip-unless (tramp-direct-async-process-p)) :form (tramp-direct-async-process-p) :value nil) SKIPPED tramp-test33-environment-variables-direct-async ((skip-unless (tramp-direct-async-process-p)) :form (tramp-direct-async-process-p) :value nil) SKIPPED tramp-test45-dired-compress-dir ((skip-unless (not (tramp--test-emacs29-p))) :form (not t) :value nil) SKIPPED tramp-test45-dired-compress-file ((skip-unless (not (tramp--test-emacs29-p))) :form (not t) :value nil) Makefile:343: recipe for target 'check-doit' failed make[2]: Leaving directory '/checkout/test' Makefile:318: recipe for target 'check-expensive' failed make[1]: Leaving directory '/checkout/test' make[2]: *** [check-doit] Error 2 make[1]: *** [check-expensive] Error 2 Makefile:1003: recipe for target 'check-expensive' failed make: *** [check-expensive] Error 2 section_end:1638012023:build_script section_start:1638012023: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-all-inotify-6072370d section_end:1638012035:after_script section_start:1638012035:upload_artifacts_on_failure Uploading artifacts... test-all-inotify-6072370d/**/*.log: found 157 matching files Uploading artifacts to coordinator... ok  id=33994 responseStatus=201 Created token=3DgJWMKA section_end:1638012043:upload_artifacts_on_failure ERROR: Job failed: exit code 2