Running with gitlab-runner 15.3.0 (bbcb5aba)  on emba-docker-runner 2oEDrUT7 section_start:1696232729:prepare_executor Preparing the "docker" executor Using Docker executor with image docker:19.03.12 ... Pulling docker image docker:19.03.12 ... Using docker image sha256:81f5749c9058a7284e6acd8e126f2b882765a17b9ead14422b51cde1a110b85c for docker:19.03.12 with digest docker@sha256:d41efe7ad0df5a709cfd4e627c7e45104f39bbc08b1b40d7fb718c562b3ce135 ... section_end:1696232765:prepare_executor section_start:1696232765:prepare_script Preparing environment Running on runner-2oedrut7-project-1-concurrent-1 via emba.gnu.org... section_end:1696232776:prepare_script section_start:1696232776:get_sources Getting source from Git repository $ git config --global http.proxy $HTTP_PROXY; git config --global https.proxy $HTTPS_PROXY Fetching changes with git depth set to 50... Initialized empty Git repository in /builds/emacs/emacs/.git/ Created fresh repository. Checking out ad2bb3e9 as master... Skipping Git submodules setup section_end:1696232854:get_sources section_start:1696232854:step_script Executing "step_script" stage of the job script Using docker image sha256:81f5749c9058a7284e6acd8e126f2b882765a17b9ead14422b51cde1a110b85c for docker:19.03.12 with digest docker@sha256:d41efe7ad0df5a709cfd4e627c7e45104f39bbc08b1b40d7fb718c562b3ce135 ... $ docker info Client: Debug Mode: false Server: Containers: 23 Running: 5 Paused: 0 Stopped: 18 Images: 9 Server Version: 20.10.21 Storage Driver: overlay2 Backing Filesystem: xfs Supports d_type: true Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc Default Runtime: runc Init Binary: docker-init containerd version: runc version: init version: WARNING: No swap limit support Security Options: apparmor seccomp Profile: default Kernel Version: 4.15.0-213-generic Operating System: Trisquel GNU/Linux Etiona (9.0.2) OSType: linux Architecture: x86_64 CPUs: 2 Total Memory: 7.789GiB Name: emba.gnu.org ID: X47L:JFLM:IP7X:AN3A:6FS4:N5DF:SGWZ:KSYJ:GQ2L:ZEKB:GUXD:3IZT Docker Root Dir: /var/lib/docker Debug Mode: false HTTP Proxy: http://serverproxy0p.fsf.org:8118/ HTTPS Proxy: http://serverproxy0p.fsf.org:8118/ No Proxy: localhost,127.0.0.1,eggs.gnu.org,emba.gnu.org/ Registry: https://index.docker.io/v1/ Labels: Experimental: false Insecure Registries: 127.0.0.0/8 Live Restore Enabled: false $ echo "docker registry is ${CI_REGISTRY}" docker registry is emba.gnu.org:5050 $ docker login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY} WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /.docker-config-ad2bb3e9f36d1a4f25e1e2228586331b40a30a46/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:e20eff8f01193394ecf49572a091a3701c6710ec1658d0a14b4c4ff8e4bb4307 Status: Image is up to date for emba.gnu.org:5050/emacs/emacs:emacs-inotify-master emba.gnu.org:5050/emacs/emacs:emacs-inotify-master $ export PWD=$(pwd) $ docker run -i -e EMACS_EMBA_CI=${EMACS_EMBA_CI} -e EMACS_TEST_JUNIT_REPORT=${EMACS_TEST_JUNIT_REPORT} -e EMACS_TEST_TIMEOUT=${EMACS_TEST_TIMEOUT} -e EMACS_TEST_VERBOSE=${EMACS_TEST_VERBOSE} --volumes-from $(docker ps -q -f "label=com.gitlab.gitlab-runner.job.id=${CI_JOB_ID}"):ro --name ${test_name} ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} /bin/bash -xvc "git fetch ${PWD} HEAD && echo checking out these updated files && git diff --name-only FETCH_HEAD && ( git diff --name-only FETCH_HEAD | xargs git checkout -f FETCH_HEAD ) && make -j4 && make ${make_params}" git fetch /builds/emacs/emacs HEAD && echo checking out these updated files && git diff --name-only FETCH_HEAD && ( git diff --name-only FETCH_HEAD | xargs git checkout -f FETCH_HEAD ) && make -j4 && make -k -C test check-lisp + git fetch /builds/emacs/emacs HEAD From /builds/emacs/emacs * branch HEAD -> FETCH_HEAD checking out these updated files + echo checking out these updated files + git diff --name-only FETCH_HEAD doc/lispref/commands.texi java/AndroidManifest.xml.in java/org/gnu/emacs/EmacsOpenActivity.java lisp/touch-screen.el + xargs git checkout -f FETCH_HEAD + git diff --name-only FETCH_HEAD Updated 4 paths from 8acee39 + make -j4 make actual-all || make advice-on-failure make-target=all exit-status=$? make[1]: Entering directory '/checkout' make -C lib all make -C doc/lispref info make -C doc/lispintro info make -C doc/emacs info make[2]: Entering directory '/checkout/doc/emacs' make[2]: Entering directory '/checkout/doc/lispintro' make[2]: Entering directory '/checkout/doc/lispref' make[2]: Nothing to be done for 'info'. make[2]: Leaving directory '/checkout/doc/lispintro' GEN ../../info/elisp.info make[2]: Nothing to be done for 'info'. make[2]: Leaving directory '/checkout/doc/emacs' make[2]: Entering directory '/checkout/lib' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/checkout/lib' make -C lib-src all make[2]: Entering directory '/checkout/lib-src' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/checkout/lib-src' make -C src BIN_DESTDIR=''/usr/local/bin/'' \ ELN_DESTDIR='/usr/local/lib/emacs/30.0.50/' all make[2]: Entering directory '/checkout/src' make -C ../admin/charsets all make -C ../admin/unidata charscript.el make -C ../admin/unidata emoji-zwj.el make[3]: Entering directory '/checkout/admin/unidata' make[3]: Entering directory '/checkout/admin/unidata' make[3]: Nothing to be done for 'charscript.el'. make[3]: Leaving directory '/checkout/admin/unidata' make -C ../admin/charsets cp51932.el make[3]: Nothing to be done for 'emoji-zwj.el'. make[3]: Leaving directory '/checkout/admin/unidata' make -C ../admin/charsets eucjp-ms.el make[3]: Entering directory '/checkout/admin/charsets' make[3]: Nothing to be done for 'cp51932.el'. make[3]: Leaving directory '/checkout/admin/charsets' make[3]: Entering directory '/checkout/admin/charsets' make[3]: Nothing to be done for 'eucjp-ms.el'. make[3]: Leaving directory '/checkout/admin/charsets' make[3]: Entering directory '/checkout/admin/charsets' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/checkout/admin/charsets' make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs" make[3]: Entering directory '/checkout/admin/unidata' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/checkout/admin/unidata' ELC ../lisp/touch-screen.elc Reloading stale touch-screen.el Loading /checkout/lisp/touch-screen.el (source)... rm -f emacs && cp -f temacs emacs LC_ALL=C ./temacs -batch -l loadup --temacs=pdump \ --bin-dest /usr/local/bin/ --eln-dest /usr/local/lib/emacs/30.0.50/ Loading loadup.el (source)... Dump mode: pdump Using load-path (/checkout/lisp) Loading emacs-lisp/debug-early... Loading emacs-lisp/byte-run... Loading emacs-lisp/backquote... Loading subr... Loading keymap... Loading version... Loading widget... Loading custom... Loading emacs-lisp/map-ynp... Loading international/mule... Loading international/mule-conf... Loading env... Loading format... Loading bindings... Loading window... Loading files... Loading emacs-lisp/macroexp... Loading cus-face... Loading faces... Loading loaddefs... Loading theme-loaddefs.el (source)... Loading button... Loading emacs-lisp/cl-preloaded... Loading emacs-lisp/oclosure... Loading obarray... Loading abbrev... Loading help... Loading jka-cmpr-hook... Loading epa-hook... Loading international/mule-cmds... Loading case-table... Loading international/charprop.el (source)... Loading international/characters... Loading international/charscript... Loading international/emoji-zwj... Loading composite... Loading language/chinese... Loading language/cyrillic... Loading language/indian... Loading language/sinhala... Loading language/english... Loading language/ethiopic... Loading language/european... Loading language/czech... Loading language/slovak... Loading language/romanian... Loading language/greek... Loading language/hebrew... Loading international/cp51932... Loading international/eucjp-ms... Loading language/japanese... Loading language/korean... Loading language/lao... Loading language/tai-viet... Loading language/thai... Loading language/tibetan... Loading language/vietnamese... Loading language/misc-lang... Loading language/utf-8-lang... Loading language/georgian... Loading language/khmer... Loading language/burmese... Loading language/cham... Loading language/philippine... Loading language/indonesian... Loading indent... Loading emacs-lisp/cl-generic... Loading simple... Loading emacs-lisp/seq... Loading emacs-lisp/nadvice... Loading minibuffer... Loading frame... Loading startup... Loading term/tty-colors... Loading font-core... Loading emacs-lisp/syntax... Loading font-lock... Loading jit-lock... Loading mouse... Loading select... Loading emacs-lisp/timer... Loading emacs-lisp/easymenu... Loading isearch... Loading rfn-eshadow... Loading menu-bar... Loading tab-bar... Loading emacs-lisp/lisp... Loading textmodes/page... Loading register... Loading textmodes/paragraphs... Loading progmodes/prog-mode... Loading emacs-lisp/lisp-mode... Loading textmodes/text-mode... Loading textmodes/fill... Loading newcomment... Loading replace... Loading emacs-lisp/tabulated-list... Loading buff-menu... Loading touch-screen... Loading progmodes/elisp-mode... Loading emacs-lisp/float-sup... Loading vc/vc-hooks... Loading vc/ediff-hook... Loading uniquify... Loading electric... Loading paren... Loading emacs-lisp/shorthands... Loading emacs-lisp/eldoc... Loading emacs-lisp/cconv... Loading cus-start... Loading tooltip... Loading international/iso-transl... Loading leim/leim-list.el (source)... Loading emacs-lisp/rmc... Waiting for git... Waiting for git... Finding pointers to doc strings... Finding pointers to doc strings...done Pure-hashed: 17544 strings, 5538 vectors, 48985 conses, 5013 bytecodes, 326 others Dumping under the name emacs.pdmp Dumping fingerprint: 4617d20e260e3e7d4915675d66a25c2fac08482f7e3c0c0673a7650c282d2fe8 Dump complete Byte counts: header=100 hot=7771548 discardable=137552 cold=3711144 Reloc counts: hot=443041 discardable=4903 Adding name emacs-30.0.50.2 Adding name emacs-30.0.50.2.pdmp cp -f emacs.pdmp bootstrap-emacs.pdmp make[2]: Leaving directory '/checkout/src' make -C lisp all make[2]: Entering directory '/checkout/lisp' make -C ../leim all EMACS="../src/emacs" make -C ../admin/grammars all EMACS="../../src/emacs" make[3]: Entering directory '/checkout/admin/grammars' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/checkout/admin/grammars' make[3]: Entering directory '/checkout/leim' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/checkout/leim' GEN autoloads make[3]: Entering directory '/checkout/lisp' make[3]: Nothing to be done for 'compile-targets'. make[3]: Leaving directory '/checkout/lisp' make[3]: Entering directory '/checkout/leim' make[3]: Nothing to be done for 'generate-ja-dic'. make[3]: Leaving directory '/checkout/leim' make[3]: Entering directory '/checkout/doc/misc' make[3]: 'org.texi' is up to date. make[3]: 'modus-themes.texi' is up to date. make[3]: Leaving directory '/checkout/doc/misc' make[3]: Entering directory '/checkout/lisp' make[3]: Nothing to be done for 'compile-targets'. make[3]: Leaving directory '/checkout/lisp' INFO Scraping files for loaddefs... INFO Scraping files for loaddefs...56% INFO Scraping files for loaddefs...66% INFO Scraping files for loaddefs...86% INFO Scraping files for loaddefs...done INFO Scraping files for loaddefs... INFO Scraping files for loaddefs...done make[3]: Entering directory '/checkout/lisp' make[3]: Nothing to be done for 'compile-targets'. make[3]: Leaving directory '/checkout/lisp' make[2]: Leaving directory '/checkout/lisp' make -C doc/misc info make -C src BIN_DESTDIR=''/usr/local/bin/'' ELN_DESTDIR='/usr/local/lib/emacs/30.0.50/' make[2]: Entering directory '/checkout/doc/misc' make[2]: Nothing to be done for 'info'. make[2]: Leaving directory '/checkout/doc/misc' make[2]: Entering directory '/checkout/src' make -C ../admin/charsets all make -C ../admin/unidata charscript.el make -C ../admin/unidata emoji-zwj.el make[3]: Entering directory '/checkout/admin/unidata' make[3]: Entering directory '/checkout/admin/unidata' make[3]: Nothing to be done for 'charscript.el'. make[3]: Leaving directory '/checkout/admin/unidata' make -C ../admin/charsets cp51932.el make[3]: Nothing to be done for 'emoji-zwj.el'. make[3]: Leaving directory '/checkout/admin/unidata' make -C ../admin/charsets eucjp-ms.el make[3]: Entering directory '/checkout/admin/charsets' make[3]: Nothing to be done for 'cp51932.el'. make[3]: Leaving directory '/checkout/admin/charsets' make[3]: Entering directory '/checkout/admin/charsets' make[3]: Nothing to be done for 'eucjp-ms.el'. make[3]: Leaving directory '/checkout/admin/charsets' make[3]: Entering directory '/checkout/admin/charsets' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/checkout/admin/charsets' make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs" make[3]: Entering directory '/checkout/admin/unidata' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/checkout/admin/unidata' make[2]: Leaving directory '/checkout/src' make[2]: Leaving directory '/checkout/doc/lispref' make[1]: Leaving directory '/checkout' make sanity-check make-target=all make[1]: Entering directory '/checkout' make[1]: Leaving directory '/checkout' + make -k -C test check-lisp make: Entering directory '/checkout/test' make[1]: Entering directory '/checkout/test' rm -f ./*.tmp make[2]: Entering directory '/checkout/test' make[3]: Entering directory '/checkout/test' ELC lisp/abbrev-tests.elc GEN lisp/abbrev-tests.log ELC lisp/align-tests.elc GEN lisp/align-tests.log Running 7 tests (2023-10-02 07:49:26+0000, selector `(not (or (tag :expensive-test) (tag :unstable) (tag :nativecomp)))') passed 1/7 align-c (0.204943 sec) Test align-css backtrace: signal(ert-test-failed (("Mismatch in test \"align attributes\", fil ert-fail(("Mismatch in test \"align attributes\", file /checkout/tes ert-test--erts-test(((dummy . t) (code closure ((function . css-mode ert-test-erts-file("/checkout/test/lisp/align-resources/css-mode.ert (let ((indent-tabs-mode nil)) (ert-test-erts-file (expand-file-name (closure (t) nil (let ((indent-tabs-mode nil)) (ert-test-erts-file ( ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test ert-run-test(#s(ert-test :name align-css :documentation nil :body (c ert-run-or-rerun-test(#s(ert--stats :selector (not (or ... ... ...)) ert-run-tests((not (or (tag :expensive-test) (tag :unstable) (tag :n ert-run-tests-batch((not (or (tag :expensive-test) (tag :unstable) ( ert-run-tests-batch-and-exit((not (or (tag :expensive-test) (tag :un eval((ert-run-tests-batch-and-exit '(not (or (tag :expensive-test) ( command-line-1(("-L" ":." "-l" "ert" "-l" "lisp/align-tests.el" "--e command-line() normal-top-level() Test align-css condition: (ert-test-failed ("Mismatch in test \"align attributes\", file /checkout/test/lisp/align-resources/css-mode.erts" "div {\n border: 1px solid black;\n padding: 25px 50px 75px 100px;\n background-color: lightblue;\n}\np.center {\n text-align: center;\n color: red;\n}\n" "div {\n border: 1px solid black;\n padding: 25px 50px 75px 100px;\n background-color: lightblue;\n}\np.center {\n text-align: center;\n color: red;\n}\n")) FAILED 2/7 align-css (1.458424 sec) at lisp/align-tests.el:39 passed 3/7 align-java (0.017753 sec) passed 4/7 align-latex (0.075709 sec) Can't guess python-indent-offset, using defaults: 4 passed 5/7 align-python (0.058511 sec) passed 6/7 align-regexp (0.000846 sec) passed 7/7 align-toml (0.012978 sec) Ran 7 tests, 6 results as expected, 1 unexpected (2023-10-02 07:49:28+0000, 2.128400 sec) 1 unexpected results: FAILED align-css ("Mismatch in test \"align attributes\", file /checkout/test/lisp/align-resources/css-mode.erts" "div {\n border: 1px solid black;\n padding: 25px 50px 75px 100px;\n background-color: lightblue;\n}\np.center {\n text-align: center;\n color: red;\n}\n" "div {\n border: 1px solid black;\n padding: 25px 50px 75px 100px;\n background-color: lightblue;\n}\np.center {\n text-align: center;\n color: red;\n}\n") make[3]: *** [Makefile:181: lisp/align-tests.log] Error 1 ELC lisp/allout-tests.elc GEN lisp/allout-tests.log ELC lisp/allout-widgets-tests.elc GEN lisp/allout-widgets-tests.log ELC lisp/ansi-color-tests.elc GEN lisp/ansi-color-tests.log ELC lisp/ansi-osc-tests.elc GEN lisp/ansi-osc-tests.log ELC lisp/apropos-tests.elc GEN lisp/apropos-tests.log ELC lisp/arc-mode-tests.elc GEN lisp/arc-mode-tests.log ELC lisp/auth-source-pass-tests.elc GEN lisp/auth-source-pass-tests.log ELC lisp/auth-source-tests.elc GEN lisp/auth-source-tests.log ELC lisp/autoinsert-tests.elc GEN lisp/autoinsert-tests.log ELC lisp/autorevert-tests.elc GEN lisp/autorevert-tests.log ELC lisp/battery-tests.elc GEN lisp/battery-tests.log ELC lisp/bookmark-tests.elc GEN lisp/bookmark-tests.log ELC lisp/buff-menu-tests.elc GEN lisp/buff-menu-tests.log ELC lisp/button-tests.elc GEN lisp/button-tests.log ELC lisp/calculator-tests.elc GEN lisp/calculator-tests.log ELC lisp/char-fold-tests.elc GEN lisp/char-fold-tests.log ELC lisp/color-tests.elc GEN lisp/color-tests.log ELC lisp/comint-tests.elc GEN lisp/comint-tests.log ELC lisp/completion-tests.elc GEN lisp/completion-tests.log ELC lisp/cus-edit-tests.elc GEN lisp/cus-edit-tests.log ELC lisp/custom-tests.elc GEN lisp/custom-tests.log ELC lisp/dabbrev-tests.elc GEN lisp/dabbrev-tests.log ELC lisp/delim-col-tests.elc GEN lisp/delim-col-tests.log ELC lisp/descr-text-tests.elc GEN lisp/descr-text-tests.log ELC lisp/desktop-tests.elc GEN lisp/desktop-tests.log ELC lisp/dired-aux-tests.elc GEN lisp/dired-aux-tests.log ELC lisp/dired-tests.elc GEN lisp/dired-tests.log ELC lisp/dired-x-tests.elc GEN lisp/dired-x-tests.log ELC lisp/dnd-tests.elc GEN lisp/dnd-tests.log ELC lisp/dom-tests.elc GEN lisp/dom-tests.log ELC lisp/edmacro-tests.elc GEN lisp/edmacro-tests.log ELC lisp/electric-tests.elc GEN lisp/electric-tests.log ELC lisp/elide-head-tests.elc GEN lisp/elide-head-tests.log ELC lisp/env-tests.elc GEN lisp/env-tests.log ELC lisp/epg-config-tests.elc GEN lisp/epg-config-tests.log ELC lisp/epg-tests.elc GEN lisp/epg-tests.log ELC lisp/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 4 tests (2023-10-02 07:50:31+0000, selector `(not (or (tag :expensive-test) (tag :unstable) (tag :nativecomp)))') Library: `inotify' passed 1/4 file-notify-test00-availability (0.010836 sec) passed 2/4 file-notify-test01-add-watch (0.059830 sec) passed 3/4 file-notify-test02-rm-watch (0.061038 sec) passed 4/4 file-notify-test06-dir-validity (0.018690 sec) Ran 4 tests, 4 results as expected, 0 unexpected (2023-10-02 07:50:31+0000, 0.153004 sec) ELC lisp/files-tests.elc 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 GEN lisp/format-spec-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 Running 2 tests (2023-10-02 07:51:13+0000, selector `(not (or (tag :expensive-test) (tag :unstable) (tag :nativecomp)))') Test test-hfy-cmap--parse-buffer backtrace: signal(ert-test-failed (((should (equal (hfy-cmap--parse-buffer (cur ert-fail(((should (equal (hfy-cmap--parse-buffer (current-buffer)) h (if (unwind-protect (setq value-2 (apply fn-0 args-1)) (setq form-de (let (form-description-4) (if (unwind-protect (setq value-2 (apply f (let ((value-2 'ert-form-evaluation-aborted-3)) (let (form-descripti (let* ((fn-0 #'equal) (args-1 (condition-case err (let ((signal-hook (progn (insert hfy-cmap-tests--data) (let* ((fn-0 #'equal) (args-1 ( (unwind-protect (progn (insert hfy-cmap-tests--data) (let* ((fn-0 #' (save-current-buffer (set-buffer temp-buffer) (unwind-protect (progn (let ((temp-buffer (generate-new-buffer " *temp*" t))) (save-current (closure (t) nil (let ((temp-buffer (generate-new-buffer " *temp*" t ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test ert-run-test(#s(ert-test :name test-hfy-cmap--parse-buffer :document ert-run-or-rerun-test(#s(ert--stats :selector (not (or (tag :expensi ert-run-tests((not (or (tag :expensive-test) (tag :unstable) (tag :n ert-run-tests-batch((not (or (tag :expensive-test) (tag :unstable) ( ert-run-tests-batch-and-exit((not (or (tag :expensive-test) (tag :un eval((ert-run-tests-batch-and-exit '(not (or (tag :expensive-test) ( command-line-1(("-L" ":." "-l" "ert" "-l" "lisp/hfy-cmap-tests.el" " command-line() normal-top-level() Test test-hfy-cmap--parse-buffer condition: (ert-test-failed ((should (equal (hfy-cmap--parse-buffer ...) hfy-cmap-tests--parsed)) :form (equal (("GhostWhite" 248 248 255)) (("GhostWhite" 248 248 255) ("ghost white" 248 248 255) ("snow" 255 250 250))) :value nil :explanation (proper-lists-of-different-length 1 3 (("GhostWhite" 248 248 255)) (("GhostWhite" 248 248 255) ("ghost white" 248 248 255) ("snow" 255 250 250)) first-mismatch-at 1))) FAILED 1/2 test-hfy-cmap--parse-buffer (0.000413 sec) at lisp/hfy-cmap-tests.el:36 passed 2/2 test-htmlfontify-load-rgb-file/non-existent-file (0.000225 sec) Ran 2 tests, 1 results as expected, 1 unexpected (2023-10-02 07:51:14+0000, 0.339018 sec) 1 unexpected results: FAILED test-hfy-cmap--parse-buffer ((should (equal (hfy-cmap--parse-buffer (current-buffer)) hfy-cmap-tests--parsed)) :form (equal (("GhostWhite" 248 248 255)) (("GhostWhite" 248 248 255) ("ghost white" 248 248 255) ("snow" 255 250 250))) :value nil :explanation (proper-lists-of-different-length 1 3 (("GhostWhite" 248 248 255)) (("GhostWhite" 248 248 255) ("ghost white" 248 248 255) ("snow" 255 250 250)) first-mismatch-at 1)) make[3]: *** [Makefile:181: lisp/hfy-cmap-tests.log] Error 1 ELC lisp/hi-lock-tests.elc GEN lisp/hi-lock-tests.log ELC lisp/hl-line-tests.elc GEN lisp/hl-line-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-file-tests.elc GEN lisp/image-file-tests.log ELC lisp/image-tests.elc GEN lisp/image-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/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 GEN lisp/ls-lisp-tests.log ELC lisp/man-tests.elc GEN lisp/man-tests.log ELC lisp/md4-tests.elc GEN lisp/md4-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/newcomment-tests.elc GEN lisp/newcomment-tests.log ELC lisp/obarray-tests.elc GEN lisp/obarray-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/pcomplete-tests.elc GEN lisp/pcomplete-tests.log ELC lisp/proced-tests.elc GEN lisp/proced-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 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/server-tests.elc GEN lisp/server-tests.log ELC lisp/ses-tests.elc 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/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 GEN lisp/subr-tests.log ELC lisp/tab-bar-tests.elc GEN lisp/tab-bar-tests.log ELC lisp/tabify-tests.elc GEN lisp/tabify-tests.log ELC lisp/tar-mode-tests.elc 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/thingatpt-tests.elc GEN lisp/thingatpt-tests.log ELC lisp/thread-tests.elc GEN lisp/thread-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/uniquify-tests.elc GEN lisp/uniquify-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/x-dnd-tests.elc GEN lisp/x-dnd-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 lisp/yank-media-tests.elc GEN lisp/yank-media-tests.log make[3]: Leaving directory '/checkout/test' make[2]: [Makefile:343: check-doit] Error 2 (ignored) SUMMARY OF TEST RESULTS ----------------------- Files examined: 117 Ran 2198 tests, 2170 results as expected, 2 unexpected, 26 skipped 2 files contained unexpected results: lisp/hfy-cmap-tests.log lisp/align-tests.log DETAILS ------- lisp/thread-tests.log: SKIPPED thread-tests-list-threads-error-when-not-configured ((skip-when (featurep 'threads)) :form (featurep threads) :value t) lisp/subr-tests.log: SKIPPED shell-quote-argument-%-on-w32 ((skip-unless (and (fboundp 'w32-shell-dos-semantics) (w32-shell-dos-semantics))) :form (and (fboundp 'w32-shell-dos-semantics) (w32-shell-dos-semantics)) :value nil) lisp/simple-tests.log: SKIPPED eval-expression-print-format-large-int-echo ((skip-when noninteractive) :form noninteractive :value t) SKIPPED eval-expression-print-format-small-int-echo ((skip-when noninteractive) :form noninteractive :value t) SKIPPED eval-expression-print-format-sym-echo ((skip-when noninteractive) :form noninteractive :value t) lisp/server-tests.log: SKIPPED server-tests/emacsclient/create-frame ((skip-unless server-tests/can-create-frames-p) :form server-tests/can-create-frames-p :value nil) SKIPPED server-tests/server-force-stop/keeps-frames ((skip-unless server-tests/can-create-frames-p) :form server-tests/can-create-frames-p :value nil) SKIPPED server-tests/server-start/stop-prompt-with-client ((skip-unless server-tests/can-create-frames-p) :form server-tests/can-create-frames-p :value nil) lisp/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-supported-file-p/built-in ((skip-unless (display-images-p)) :form (display-images-p) :value nil) SKIPPED image-type/from-filename ((skip-unless (and (bound-and-true-p image-types) (bound-and-true-p image-load-path) (image-type-available-p 'jpeg))) :form (and (and (boundp 'image-types) image-types) (and (boundp 'image-load-path) image-load-path) (image-type-available-p 'jpeg)) :value nil) lisp/image-file-tests.log: SKIPPED insert-image-file ((skip-unless (image-type-available-p 'png)) :form (image-type-available-p png) :value nil) lisp/hl-line-tests.log: SKIPPED hl-line-tests-sticky-across-frames ((skip-unless (display-graphic-p)) :form (display-graphic-p) :value nil) lisp/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/auth-source-tests.log: SKIPPED auth-source-test-secrets-create-secret ((skip-unless secrets-enabled) :form secrets-enabled :value nil) lisp/arc-mode-tests.log: SKIPPED arc-mode-test-zip-ensure-ext ((skip-unless (executable-find "zip")) :form (executable-find "zip") :value nil) SKIPPED arc-mode-test-zip-extract-gz ((skip-unless (and archive-zip-extract (executable-find (car archive-zip-extract)))) :form (and archive-zip-extract (executable-find (car archive-zip-extract))) :value nil) lisp/hfy-cmap-tests.log: FAILED test-hfy-cmap--parse-buffer ((should (equal (hfy-cmap--parse-buffer (current-buffer)) hfy-cmap-tests--parsed)) :form (equal (("GhostWhite" 248 248 255)) (("GhostWhite" 248 248 255) ("ghost white" 248 248 255) ("snow" 255 250 250))) :value nil :explanation (proper-lists-of-different-length 1 3 (("GhostWhite" 248 248 255)) (("GhostWhite" 248 248 255) ("ghost white" 248 248 255) ("snow" 255 250 250)) first-mismatch-at 1)) lisp/align-tests.log: FAILED align-css ("Mismatch in test \"align attributes\", file /checkout/test/lisp/align-resources/css-mode.erts" "div {\n border: 1px solid black;\n padding: 25px 50px 75px 100px;\n background-color: lightblue;\n}\np.center {\n text-align: center;\n color: red;\n}\n" "div {\n border: 1px solid black;\n padding: 25px 50px 75px 100px;\n background-color: lightblue;\n}\np.center {\n text-align: center;\n color: red;\n}\n") make[2]: *** [Makefile:344: check-doit] Error 1 make[2]: Leaving directory '/checkout/test' make[1]: *** [Makefile:310: check] Error 2 make[1]: Leaving directory '/checkout/test' make: *** [Makefile:262: check-lisp] Error 2 make: Leaving directory '/checkout/test' section_end:1696233171:step_script section_start:1696233171:after_script Running after_script Running after script... $ test -n "$(docker ps -aq -f name=${test_name})" && docker cp ${test_name}:checkout/test ${test_name} $ test -n "$(docker ps -aq -f name=${test_name})" && docker rm ${test_name} test-lisp-inotify-ad2bb3e9 $ find ${test_name} ! \( -name "*.log" -o -name ${EMACS_TEST_JUNIT_REPORT} \) -type f -delete $ find ${test_name} -type d -depth -exec rmdir {} + 2>/dev/null section_end:1696233177:after_script section_start:1696233177:upload_artifacts_on_failure Uploading artifacts for failed job Uploading artifacts... test-lisp-inotify-ad2bb3e9/: found 120 matching files and directories Uploading artifacts as "archive" to coordinator... 201 Created id=74930 responseStatus=201 Created token=mgFhba5f Uploading artifacts... test-lisp-inotify-ad2bb3e9/junit-test-report.xml: found 1 matching files and directories Uploading artifacts as "junit" to coordinator... 201 Created id=74930 responseStatus=201 Created token=mgFhba5f section_end:1696233183:upload_artifacts_on_failure section_start:1696233183:cleanup_file_variables Cleaning up project directory and file based variables section_end:1696233186:cleanup_file_variables ERROR: Job failed: exit code 2