Running with gitlab-runner 15.3.0 (bbcb5aba)  on emba-docker-runner 2oEDrUT7 section_start:1710438150: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:1710438163:prepare_executor section_start:1710438163:prepare_script Preparing environment Running on runner-2oedrut7-project-1-concurrent-0 via emba.gnu.org... section_end:1710438188:prepare_script section_start:1710438188:get_sources Getting source from Git repository $ git config --global http.proxy $HTTP_PROXY; git config --global https.proxy $HTTPS_PROXY Fetching changes with git depth set to 50... Reinitialized existing Git repository in /builds/emacs/emacs/.git/ Checking out bd6b64e0 as master... Removing test-lisp-inotify-f3deaa11/ Skipping Git submodules setup section_end:1710438224:get_sources section_start:1710438224: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: 4 Running: 2 Paused: 0 Stopped: 2 Images: 11 Server Version: 24.0.5 Storage Driver: overlay2 Backing Filesystem: xfs Supports d_type: true Using metacopy: false Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: systemd 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 runc Default Runtime: runc Init Binary: docker-init containerd version: runc version: init version: Security Options: apparmor seccomp Profile: builtin cgroupns Kernel Version: 5.15.0-97-generic Operating System: Trisquel GNU/Linux Aramo (11.0) OSType: linux Architecture: x86_64 CPUs: 2 Total Memory: 7.752GiB Name: emba.gnu.org ID: 55c8fdc6-829d-4955-b191-c13a3205fe05 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 WARNING: You're not using the default seccomp profile WARNING: No kernel memory limit support WARNING: No oom kill disable support $ docker login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY} WARNING! Using --password via the CLI is insecure. Use --password-stdin. Login Succeeded WARNING! Your password will be stored unencrypted in /.docker-config-bd6b64e0a8856a735b484f0482af0e937eb585d3/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store $ docker pull ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} emacs-inotify-master: Pulling from emacs/emacs Digest: sha256:b00b71f41c52b5dde4f0f7ab37365d40ab19f3076dd94fd75f443f07f17bef3c Status: Image is up to date for emba.gnu.org:5050/emacs/emacs:emacs-inotify-master emba.gnu.org:5050/emacs/emacs:emacs-inotify-master $ export PWD=$(pwd) $ docker run -i -e EMACS_EMBA_CI=${EMACS_EMBA_CI} -e EMACS_TEST_JUNIT_REPORT=${EMACS_TEST_JUNIT_REPORT} -e EMACS_TEST_TIMEOUT=${EMACS_TEST_TIMEOUT} -e EMACS_TEST_VERBOSE=${EMACS_TEST_VERBOSE} --volumes-from $(docker ps -q -f "label=com.gitlab.gitlab-runner.job.id=${CI_JOB_ID}"):ro --name ${test_name} ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} /bin/bash -xvc "git fetch ${PWD} HEAD && echo checking out these updated files && git diff --name-only FETCH_HEAD && ( git diff --name-only FETCH_HEAD | xargs git checkout -f FETCH_HEAD ) && make -j4 && make ${make_params}" git fetch /builds/emacs/emacs HEAD && echo checking out these updated files && git diff --name-only FETCH_HEAD && ( git diff --name-only FETCH_HEAD | xargs git checkout -f FETCH_HEAD ) && make -j4 && make -k -C test check-lisp-progmodes + git fetch /builds/emacs/emacs HEAD From /builds/emacs/emacs * branch HEAD -> FETCH_HEAD + echo checking out these updated files + git diff --name-only FETCH_HEAD checking out these updated files lisp/calendar/todo-mode.el lisp/comint.el lisp/emacs-lisp/checkdoc.el lisp/emacs-lisp/debug.el lisp/emacs-lisp/eieio-opt.el lisp/emacs-lisp/re-builder.el lisp/emacs-lisp/vtable.el lisp/erc/erc-dcc.el lisp/eshell/em-unix.el lisp/ffap.el lisp/gnus/gnus-group.el lisp/menu-bar.el lisp/mouse.el lisp/net/eww.el lisp/net/sieve.el lisp/net/tramp-cmds.el lisp/obsolete/quickurl.el lisp/org/ob-calc.el lisp/org/org-agenda.el lisp/pcomplete.el lisp/progmodes/bug-reference.el lisp/progmodes/eglot.el lisp/progmodes/idlw-help.el lisp/progmodes/project.el lisp/progmodes/python.el lisp/progmodes/verilog-mode.el lisp/replace.el lisp/term.el lisp/thingatpt.el lisp/time.el lisp/url/url-cache.el lisp/vc/vc-cvs.el lisp/vc/vc-rcs.el lisp/vc/vc-svn.el test/lisp/calendar/icalendar-tests.el test/lisp/erc/erc-dcc-tests.el test/lisp/erc/erc-networks-tests.el test/lisp/erc/erc-scenarios-services-misc.el test/lisp/erc/erc-tests.el test/lisp/progmodes/python-tests.el + xargs git checkout -f FETCH_HEAD + git diff --name-only FETCH_HEAD Updated 40 paths from 9fa5aef2 + make -j4 make actual-all || make advice-on-failure make-target=all exit-status=$? make[1]: Entering directory '/checkout' make -C lib all make -C doc/lispref info make -C doc/lispintro info make -C doc/emacs info make[2]: Entering directory '/checkout/doc/lispref' make[2]: Entering directory '/checkout/doc/lispintro' make[2]: Nothing to be done for 'info'. make[2]: Leaving directory '/checkout/doc/lispref' make[2]: Nothing to be done for 'info'. make[2]: Leaving directory '/checkout/doc/lispintro' make[2]: Entering directory '/checkout/doc/emacs' make[2]: Nothing to be done for 'info'. make[2]: Leaving directory '/checkout/doc/emacs' make[2]: Entering directory '/checkout/lib' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/checkout/lib' make -C lib-src all make[2]: Entering directory '/checkout/lib-src' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/checkout/lib-src' make -C src BIN_DESTDIR=''/usr/local/bin/'' \ ELN_DESTDIR='/usr/local/lib/emacs/30.0.50/' all make[2]: Entering directory '/checkout/src' make -C ../admin/charsets all make -C ../admin/unidata charscript.el make -C ../admin/unidata emoji-zwj.el make -C ../admin/charsets cp51932.el make[3]: Entering directory '/checkout/admin/unidata' make[3]: Entering directory '/checkout/admin/unidata' make[3]: Entering directory '/checkout/admin/charsets' make[3]: Nothing to be done for 'cp51932.el'. make[3]: Leaving directory '/checkout/admin/charsets' make -C ../admin/charsets eucjp-ms.el make[3]: Entering directory '/checkout/admin/charsets' make[3]: Nothing to be done for 'eucjp-ms.el'. make[3]: Leaving directory '/checkout/admin/charsets' make[3]: Nothing to be done for 'emoji-zwj.el'. make[3]: Leaving directory '/checkout/admin/unidata' make[3]: Nothing to be done for 'charscript.el'. make[3]: Leaving directory '/checkout/admin/unidata' make[3]: Entering directory '/checkout/admin/charsets' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/checkout/admin/charsets' make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs" make[3]: Entering directory '/checkout/admin/unidata' ELC ../lisp/mouse.elc ELC ../lisp/menu-bar.elc ELC ../lisp/replace.elc make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/checkout/admin/unidata' Reloading stale mouse.el Loading /checkout/lisp/mouse.el (source)... Reloading stale mouse.el Loading /checkout/lisp/mouse.el (source)... Reloading stale mouse.el Loading /checkout/lisp/mouse.el (source)... Reloading stale menu-bar.el Loading /checkout/lisp/menu-bar.el (source)... Reloading stale menu-bar.el Loading /checkout/lisp/menu-bar.el (source)... Reloading stale replace.el Loading /checkout/lisp/replace.el (source)... Reloading stale replace.el Loading /checkout/lisp/replace.el (source)... Reloading stale menu-bar.el Loading /checkout/lisp/menu-bar.el (source)... Reloading stale replace.el Loading /checkout/lisp/replace.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 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 emacs-lisp/rmc... Loading leim/leim-list.el (source)... Waiting for git... Waiting for git... Finding pointers to doc strings... Ignoring DOC string on non-subr: define-fringe-bitmap Finding pointers to doc strings...done Pure-hashed: 16743 strings, 5117 vectors, 51395 conses, 5213 bytecodes, 330 others Dumping under the name emacs.pdmp Dumping fingerprint: f911917e3a10317cf9e9ac297ce7fbf6641fed8925ecab02dbd96308eb188290 Dump complete Byte counts: header=100 hot=7891620 discardable=138400 cold=3549656 Reloc counts: hot=448767 discardable=4933 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...54% INFO Scraping files for loaddefs...70% INFO Scraping files for loaddefs...97% INFO Scraping files for loaddefs...done INFO Scraping files for loaddefs... INFO Scraping files for loaddefs...done make[3]: Entering directory '/checkout/lisp' ELC ffap.elc ELC comint.elc ELC pcomplete.elc ELC term.elc ELC thingatpt.elc ELC time.elc ELC calendar/todo-mode.elc ELC emacs-lisp/checkdoc.elc ELC emacs-lisp/debug.elc ELC emacs-lisp/eieio-opt.elc ELC emacs-lisp/re-builder.elc ELC emacs-lisp/vtable.elc ELC erc/erc-dcc.elc ELC eshell/em-unix.elc ELC gnus/gnus-group.elc ELC net/eww.elc ELC net/sieve.elc ELC net/tramp-cmds.elc ELC obsolete/quickurl.elc ELC org/ob-calc.elc ELC org/org-agenda.elc In end of data: net/eww.el:1271:59: Warning: the function `imagep' is not known to be defined. ELC progmodes/bug-reference.elc ELC progmodes/eglot.elc ELC progmodes/idlw-help.elc ELC progmodes/project.elc ELC progmodes/python.elc ELC progmodes/verilog-mode.elc ELC url/url-cache.elc ELC vc/vc-cvs.elc ELC vc/vc-rcs.elc ELC vc/vc-svn.elc make[3]: Leaving directory '/checkout/lisp' make[2]: Leaving directory '/checkout/lisp' make -C doc/misc info make -C src BIN_DESTDIR=''/usr/local/bin/'' ELN_DESTDIR='/usr/local/lib/emacs/30.0.50/' make[2]: Entering directory '/checkout/doc/misc' make[2]: Nothing to be done for 'info'. make[2]: Leaving directory '/checkout/doc/misc' make[2]: Entering directory '/checkout/src' make -C ../admin/charsets all make -C ../admin/unidata charscript.el make -C ../admin/unidata emoji-zwj.el make -C ../admin/charsets cp51932.el make[3]: Entering directory '/checkout/admin/unidata' make[3]: Entering directory '/checkout/admin/unidata' make[3]: Entering directory '/checkout/admin/charsets' make[3]: Nothing to be done for 'cp51932.el'. make[3]: Leaving directory '/checkout/admin/charsets' make -C ../admin/charsets eucjp-ms.el make[3]: Entering directory '/checkout/admin/charsets' make[3]: Nothing to be done for 'eucjp-ms.el'. make[3]: Leaving directory '/checkout/admin/charsets' make[3]: Nothing to be done for 'charscript.el'. make[3]: Leaving directory '/checkout/admin/unidata' make[3]: Nothing to be done for 'emoji-zwj.el'. make[3]: Leaving directory '/checkout/admin/unidata' make[3]: Entering directory '/checkout/admin/charsets' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/checkout/admin/charsets' make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs" make[3]: Entering directory '/checkout/admin/unidata' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/checkout/admin/unidata' make[2]: Leaving directory '/checkout/src' make[1]: Leaving directory '/checkout' make sanity-check make-target=all make[1]: Entering directory '/checkout' make[1]: Leaving directory '/checkout' + make -k -C test check-lisp-progmodes make: Entering directory '/checkout/test' make[1]: Entering directory '/checkout/test' rm -f ./*.tmp make[2]: Entering directory '/checkout/test' make[3]: Entering directory '/checkout/test' ELC lisp/progmodes/asm-mode-tests.elc GEN lisp/progmodes/asm-mode-tests.log ELC lisp/progmodes/autoconf-tests.elc GEN lisp/progmodes/autoconf-tests.log ELC lisp/progmodes/bat-mode-tests.elc GEN lisp/progmodes/bat-mode-tests.log ELC lisp/progmodes/bug-reference-tests.elc GEN lisp/progmodes/bug-reference-tests.log ELC lisp/progmodes/c-ts-mode-tests.elc GEN lisp/progmodes/c-ts-mode-tests.log ELC lisp/progmodes/cc-mode-tests.elc GEN lisp/progmodes/cc-mode-tests.log ELC lisp/progmodes/compile-tests.elc GEN lisp/progmodes/compile-tests.log ELC lisp/progmodes/cperl-mode-tests.elc GEN lisp/progmodes/cperl-mode-tests.log ELC lisp/progmodes/eglot-tests.elc GEN lisp/progmodes/eglot-tests.log ELC lisp/progmodes/elisp-mode-tests.elc GEN lisp/progmodes/elisp-mode-tests.log ELC lisp/progmodes/elixir-ts-mode-tests.elc GEN lisp/progmodes/elixir-ts-mode-tests.log ELC lisp/progmodes/etags-tests.elc GEN lisp/progmodes/etags-tests.log ELC lisp/progmodes/executable-tests.elc GEN lisp/progmodes/executable-tests.log ELC lisp/progmodes/f90-tests.elc GEN lisp/progmodes/f90-tests.log ELC lisp/progmodes/flymake-tests.elc GEN lisp/progmodes/flymake-tests.log 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/go-ts-mode-tests.elc GEN lisp/progmodes/go-ts-mode-tests.log ELC lisp/progmodes/grep-tests.elc GEN lisp/progmodes/grep-tests.log ELC lisp/progmodes/heex-ts-mode-tests.elc GEN lisp/progmodes/heex-ts-mode-tests.log ELC lisp/progmodes/hideshow-tests.elc GEN lisp/progmodes/hideshow-tests.log ELC lisp/progmodes/java-ts-mode-tests.elc GEN lisp/progmodes/java-ts-mode-tests.log ELC lisp/progmodes/js-tests.elc GEN lisp/progmodes/js-tests.log ELC lisp/progmodes/lua-ts-mode-tests.elc GEN lisp/progmodes/lua-ts-mode-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 make[3]: *** [Makefile:185: lisp/progmodes/project-tests.log] Error 1 Running 7 tests (2024-03-14 17:46:16+0000, selector `(not (or (tag :expensive-test) (tag :unstable) (tag :nativecomp)))') passed 1/7 project-ignores (0.043675 sec) passed 2/7 project-ignores-bug-50240 (0.006091 sec) Test project-vc-extra-root-markers-supports-wildcards backtrace: signal(ert-test-failed (((should (string-match-p "/test/lisp/\\'" (p ert-fail(((should (string-match-p "/test/lisp/\\'" (project-root pro (if (unwind-protect (setq value-88 (apply fn-86 args-87)) (setq form (let (form-description-90) (if (unwind-protect (setq value-88 (apply (let ((value-88 'ert-form-evaluation-aborted-89)) (let (form-descrip (let* ((fn-86 #'string-match-p) (args-87 (condition-case err (list " (let* ((dir (file-name-directory project-tests--this-file)) (_ (vc-f (closure (cl-struct-project-tests--trivial-tags t) nil (let* ((fn-71 #f(compiled-function () #)() handler-bind-1(#f(compiled-function () #)() handler-bind-1(#f(compiled-function () #)() handler-bind-1(#f(compiled-function () #/dev/null section_end:1710438421:after_script section_start:1710438421:upload_artifacts_on_failure Uploading artifacts for failed job Uploading artifacts... test-lisp-progmodes-inotify-bd6b64e0/: found 45 matching files and directories Uploading artifacts as "archive" to coordinator... 201 Created id=82561 responseStatus=201 Created token=nxm2j-yx Uploading artifacts... test-lisp-progmodes-inotify-bd6b64e0/junit-test-report.xml: found 1 matching files and directories Uploading artifacts as "junit" to coordinator... 201 Created id=82561 responseStatus=201 Created token=nxm2j-yx section_end:1710438669:upload_artifacts_on_failure section_start:1710438669:cleanup_file_variables Cleaning up project directory and file based variables section_end:1710438676:cleanup_file_variables ERROR: Job failed: exit code 2