Running with gitlab-runner 12.0.2 (d0b76032)  on emba-docker-runner 2oEDrUT7 section_start:1637114910: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:1637114910:prepare_executor section_start:1637114910:prepare_script Running on runner-2oEDrUT7-project-1-concurrent-2 via emba.gnu.org... section_end:1637114913:prepare_script section_start:1637114913: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/ From https://emba.gnu.org/emacs/emacs 058c012f..2a99138f master -> origin/master Checking out 6748c465 as master... Skipping Git submodules setup section_end:1637114922:get_sources section_start:1637114922:restore_cache section_end:1637114924:restore_cache section_start:1637114924:download_artifacts section_end:1637114927:download_artifacts section_start:1637114927:build_script $ docker info Client: Debug Mode: false Server: Containers: 90 Running: 66 Paused: 0 Stopped: 24 Images: 98 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 WARNING: No swap limit support $ 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-6748c465aba092364465e6309359c3bc8857f34d/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-filenotify-gio-master: Pulling from emacs/emacs Digest: sha256:eb1cbfc312e5b05783a3d249a5229b8280984455ba6a1b46b9a176f91b6a7251 Status: Image is up to date for emba.gnu.org:5050/emacs/emacs:emacs-filenotify-gio-master emba.gnu.org:5050/emacs/emacs:emacs-filenotify-gio-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 6748c46... Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs 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]: Nothing to be done for 'charscript.el'. make[2]: Leaving directory '/checkout/admin/unidata' make -C ../admin/charsets eucjp-ms.el make[2]: Nothing to be done for 'emoji-zwj.el'. make[2]: Leaving directory '/checkout/admin/unidata' 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]: Entering directory '/checkout/admin/charsets' make[2]: Nothing to be done for 'cp51932.el'. make[2]: Leaving directory '/checkout/admin/charsets' 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: Entering directory '/checkout/test' ELC lisp/autorevert-tests.elc GEN lisp/autorevert-tests.log Running 7 tests (2021-11-17 02:09:18+0000, selector `(not (or (tag :unstable) (tag :nativecomp)))') Reverting buffer `emacs-test-WQtEr5-autorevert'. passed 1/7 auto-revert-test00-auto-revert-mode (0.524773 sec) (Shell command succeeded with no output) Reverting buffer `auto-revert-testryWzKe-autorevert'. Reverting buffer `auto-revert-testtLRLqF-autorevert'. passed 2/7 auto-revert-test01-auto-revert-several-files (0.194687 sec) Reverting buffer `emacs-test-SFDMEX-autorevert'. passed 3/7 auto-revert-test03-auto-revert-tail-mode (0.133420 sec) Reverting buffer `tmp'. Reverting buffer `tmp'. passed 4/7 auto-revert-test04-auto-revert-mode-dired (0.309487 sec) Reverting buffer `emacs-test-SCpnNa-autorevert'. file-notify-handle-event (file-notify (23456250295420 created "/tmp/.#emacs-test-QjPlaB-autorevert") file-notify--callback-gfilenotify) file-notify-handle-event (file-notify (23456250295420 changes-done-hint "/tmp/.#emacs-test-QjPlaB-autorevert") file-notify--callback-gfilenotify) file-notify-handle-event (file-notify (23456250295420 changed "/tmp/emacs-test-QjPlaB-autorevert") file-notify--callback-gfilenotify) file-notify-handle-event (file-notify (23456250295420 changes-done-hint "/tmp/emacs-test-QjPlaB-autorevert") file-notify--callback-gfilenotify) file-notify-handle-event (file-notify (23456250295420 deleted "/tmp/.#emacs-test-QjPlaB-autorevert") file-notify--callback-gfilenotify) file-notify-handle-event (file-notify (23456250295440 created "/tmp/.#emacs-test-QjPlaB-autorevert") file-notify--callback-gfilenotify) file-notify-handle-event (file-notify (23456250295440 changes-done-hint "/tmp/.#emacs-test-QjPlaB-autorevert") file-notify--callback-gfilenotify) file-notify-handle-event (file-notify (23456250295440 changed "/tmp/emacs-test-QjPlaB-autorevert") file-notify--callback-gfilenotify) file-notify-callback 23456250295440 changed "/tmp/emacs-test-QjPlaB-autorevert" nil #s(file-notify--watch "/tmp" "emacs-test-QjPlaB-autorevert" auto-revert-notify-handler) "/tmp/emacs-test-QjPlaB-autorevert" "/tmp" auto-revert-notify-handler (23456250295440 changed "/tmp/emacs-test-QjPlaB-autorevert") Reverting buffer `emacs-test-QjPlaB-autorevert'. file-notify-handle-event (file-notify (23456250295440 changes-done-hint "/tmp/emacs-test-QjPlaB-autorevert") file-notify--callback-gfilenotify) file-notify-handle-event (file-notify (23456250295440 deleted "/tmp/.#emacs-test-QjPlaB-autorevert") file-notify--callback-gfilenotify) file-notify-handle-event (file-notify (23456250295420 created "/tmp/.#emacs-test-46o0Mg-autorevert") file-notify--callback-gfilenotify) file-notify-handle-event (file-notify (23456250295420 changes-done-hint "/tmp/.#emacs-test-46o0Mg-autorevert") file-notify--callback-gfilenotify) file-notify-handle-event (file-notify (23456250295440 created "/tmp/.#emacs-test-46o0Mg-autorevert") file-notify--callback-gfilenotify) file-notify-handle-event (file-notify (23456250295440 changes-done-hint "/tmp/.#emacs-test-46o0Mg-autorevert") file-notify--callback-gfilenotify) file-notify-handle-event (file-notify (23456250295440 changed "/tmp/emacs-test-46o0Mg-autorevert") file-notify--callback-gfilenotify) file-notify-handle-event (file-notify (23456250295440 changes-done-hint "/tmp/emacs-test-46o0Mg-autorevert") file-notify--callback-gfilenotify) file-notify-handle-event (file-notify (23456250295460 created "/tmp/.#emacs-test-46o0Mg-autorevert") file-notify--callback-gfilenotify) file-notify-handle-event (file-notify (23456250295460 changes-done-hint "/tmp/.#emacs-test-46o0Mg-autorevert") file-notify--callback-gfilenotify) file-notify-handle-event (file-notify (23456250295460 changed "/tmp/emacs-test-46o0Mg-autorevert") file-notify--callback-gfilenotify) file-notify-callback 23456250295460 changed "/tmp/emacs-test-46o0Mg-autorevert" nil #s(file-notify--watch "/tmp" "emacs-test-46o0Mg-autorevert" auto-revert-notify-handler) "/tmp/emacs-test-46o0Mg-autorevert" "/tmp" auto-revert-notify-handler (23456250295460 changed "/tmp/emacs-test-46o0Mg-autorevert") Reverting buffer `emacs-test-46o0Mg-autorevert'. file-notify-handle-event (file-notify (23456250295460 changes-done-hint "/tmp/emacs-test-46o0Mg-autorevert") file-notify--callback-gfilenotify) file-notify-handle-event (file-notify (23456250295460 deleted "/tmp/.#emacs-test-46o0Mg-autorevert") file-notify--callback-gfilenotify) file-notify-handle-event (file-notify (23456250295420 changed "/tmp/emacs-test-46o0Mg-autorevert") file-notify--callback-gfilenotify) file-notify-handle-event (file-notify (23456250295420 changes-done-hint "/tmp/emacs-test-46o0Mg-autorevert") file-notify--callback-gfilenotify) file-notify-handle-event (file-notify (23456250295420 deleted "/tmp/.#emacs-test-46o0Mg-autorevert") file-notify--callback-gfilenotify) file-notify-handle-event (file-notify (23456250295440 deleted "/tmp/.#emacs-test-46o0Mg-autorevert") file-notify--callback-gfilenotify) Hallo0 Hallo1 Hallo2 Hallo3 file-notify-handle-event (file-notify (23456250295420 deleted "/tmp/emacs-test-SCpnNa-autorevert") file-notify--callback-gfilenotify) file-notify-callback 23456250295420 deleted "/tmp/emacs-test-SCpnNa-autorevert" nil #s(file-notify--watch "/tmp" "emacs-test-SCpnNa-autorevert" auto-revert-notify-handler) "/tmp/emacs-test-SCpnNa-autorevert" "/tmp" auto-revert-notify-handler (23456250295420 deleted "/tmp/emacs-test-SCpnNa-autorevert") file-notify-handle-event (file-notify (23456250295420 stopped "/tmp/emacs-test-SCpnNa-autorevert") auto-revert-notify-handler) auto-revert-notify-handler (23456250295420 stopped "/tmp/emacs-test-SCpnNa-autorevert") file-notify-handle-event (file-notify (23456250295420 stopped "/tmp/emacs-test-SCpnNa-autorevert") auto-revert-notify-handler) auto-revert-notify-handler (23456250295420 stopped "/tmp/emacs-test-SCpnNa-autorevert") file-notify-handle-event (file-notify (23456250295420 created "/tmp/.#emacs-test-SCpnNa-autorevert") file-notify--callback-gfilenotify) file-notify-handle-event (file-notify (23456250295420 changes-done-hint "/tmp/.#emacs-test-SCpnNa-autorevert") file-notify--callback-gfilenotify) file-notify-handle-event (file-notify (23456250295420 created "/tmp/emacs-test-SCpnNa-autorevert") file-notify--callback-gfilenotify) file-notify-handle-event (file-notify (23456250295420 changed "/tmp/emacs-test-SCpnNa-autorevert") file-notify--callback-gfilenotify) file-notify-handle-event (file-notify (23456250295420 changes-done-hint "/tmp/emacs-test-SCpnNa-autorevert") file-notify--callback-gfilenotify) file-notify-handle-event (file-notify (23456250295420 deleted "/tmp/.#emacs-test-SCpnNa-autorevert") file-notify--callback-gfilenotify) file-notify-handle-event (file-notify (23456250295440 deleted "/tmp/emacs-test-SCpnNa-autorevert") file-notify--callback-gfilenotify) file-notify-handle-event (file-notify (23456250295440 created "/tmp/.#emacs-test-SCpnNa-autorevert") file-notify--callback-gfilenotify) file-notify-handle-event (file-notify (23456250295440 changes-done-hint "/tmp/.#emacs-test-SCpnNa-autorevert") file-notify--callback-gfilenotify) file-notify-handle-event (file-notify (23456250295440 created "/tmp/emacs-test-SCpnNa-autorevert") file-notify--callback-gfilenotify) file-notify-handle-event (file-notify (23456250295440 changed "/tmp/emacs-test-SCpnNa-autorevert") file-notify--callback-gfilenotify) file-notify-handle-event (file-notify (23456250295440 changes-done-hint "/tmp/emacs-test-SCpnNa-autorevert") file-notify--callback-gfilenotify) file-notify-handle-event (file-notify (23456250295440 deleted "/tmp/.#emacs-test-SCpnNa-autorevert") file-notify--callback-gfilenotify) file-notify-handle-event (file-notify (23456250295460 deleted "/tmp/emacs-test-SCpnNa-autorevert") file-notify--callback-gfilenotify) file-notify-handle-event (file-notify (23456250295460 created "/tmp/.#emacs-test-SCpnNa-autorevert") file-notify--callback-gfilenotify) file-notify-handle-event (file-notify (23456250295460 changes-done-hint "/tmp/.#emacs-test-SCpnNa-autorevert") file-notify--callback-gfilenotify) file-notify-handle-event (file-notify (23456250295460 created "/tmp/emacs-test-SCpnNa-autorevert") file-notify--callback-gfilenotify) file-notify-handle-event (file-notify (23456250295460 changed "/tmp/emacs-test-SCpnNa-autorevert") file-notify--callback-gfilenotify) file-notify-handle-event (file-notify (23456250295460 changes-done-hint "/tmp/emacs-test-SCpnNa-autorevert") file-notify--callback-gfilenotify) file-notify-handle-event (file-notify (23456250295460 deleted "/tmp/.#emacs-test-SCpnNa-autorevert") file-notify--callback-gfilenotify) Hallo4 emacs-test-SCpnNa-autorevert emacs-test-SCpnNa-autorevert t /tmp/emacs-test-SCpnNa-autorevert emacs-test-SCpnNa-autorevert emacs-test-SCpnNa-autorevert t Hallo5 ((buffer-undo-list) (buffer-display-time) (buffer-display-count . 0) (buffer-invisibility-spec . t) (buffer-file-truename . /tmp/emacs-test-SCpnNa-autorevert) (point-before-scroll) (buffer-auto-save-file-format . t) (buffer-file-format) (enable-multibyte-characters . t) (mark-active) (mode-name . Fundamental) (local-minor-modes) (major-mode . fundamental-mode) (buffer-read-only) (buffer-auto-save-file-name) (buffer-saved-size . 3) (buffer-backed-up) (default-directory . /tmp/) (buffer-file-name . /tmp/emacs-test-SCpnNa-autorevert) (uniquify-managed #s(uniquify-item emacs-test-SCpnNa-autorevert /tmp emacs-test-SCpnNa-autorevert emacs-test-SCpnNa-autorevert /tmp)) (buffer-file-number 68186158 64512) (backup-inhibited . t) (delayed-mode-hooks) (file-local-variables-alist) (eldoc-mode-major-mode . fundamental-mode) (delayed-after-hook-functions) (auto-revert-tail-pos . 0) (vc-mode-line-hook vc-mode-line t) (kill-buffer-hook (closure ((buffer . emacs-test-SCpnNa-autorevert) t) nil (message %s killed %s (current-buffer) (let ((standard-output (generate-new-buffer *string-output* t))) (unwind-protect (progn (let ((standard-output standard-output)) (backtrace)) (save-current-buffer (set-buffer standard-output) (buffer-string))) (kill-buffer standard-output))))) t) (auto-revert--global-mode . t) (auto-revert-notify-watch-descriptor) (auto-revert-notify-modified-p) (deactivate-mark . t)) file-notify-handle-event (file-notify (23456250295440 stopped "/tmp/emacs-test-QjPlaB-autorevert") auto-revert-notify-handler) auto-revert-notify-handler (23456250295440 stopped "/tmp/emacs-test-QjPlaB-autorevert") file-notify-handle-event (file-notify (23456250295460 stopped "/tmp/emacs-test-46o0Mg-autorevert") auto-revert-notify-handler) auto-revert-notify-handler (23456250295460 stopped "/tmp/emacs-test-46o0Mg-autorevert") Test auto-revert-test05-global-notify backtrace: signal(ert-test-failed (((should (buffer-local-value 'auto-revert-no ert-fail(((should (buffer-local-value 'auto-revert-notify-watch-desc (if (unwind-protect (setq value-191 (apply fn-189 args-190)) (setq f (let (form-description-193) (if (unwind-protect (setq value-191 (app (let ((value-191 'ert-form-evaluation-aborted-192)) (let (form-descr (let* ((fn-189 #'buffer-local-value) (args-190 (condition-case err ( (progn (setq buf-1 (find-file-noselect file-1)) (auto-revert-test--i (unwind-protect (progn (setq buf-1 (find-file-noselect file-1)) (aut (let* ((auto-revert-use-notify t) (auto-revert-avoid-polling t) (aut (progn (let* ((auto-revert-use-notify t) (auto-revert-avoid-polling (unwind-protect (progn (let* ((auto-revert-use-notify t) (auto-rever (let* ((temp-file (identity (make-temp-file "emacs-test-" nil "-auto (progn (let* ((temp-file (identity (make-temp-file "emacs-test-" nil (unwind-protect (progn (let* ((temp-file (identity (make-temp-file " (let* ((temp-file (identity (make-temp-file "emacs-test-" nil "-auto (progn (let* ((temp-file (identity (make-temp-file "emacs-test-" nil (unwind-protect (progn (let* ((temp-file (identity (make-temp-file " (let* ((temp-file (identity (make-temp-file "emacs-test-" nil "-auto (progn (customize-set-variable 'auto-revert-interval 0.1) (let* ((te (unwind-protect (progn (customize-set-variable 'auto-revert-interval (let ((auto-revert-interval-orig auto-revert-interval)) (unwind-prot (closure (t) nil (let ((value-147 (gensym "ert-form-evaluation-abort ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test ert-run-test(#s(ert-test :name auto-revert-test05-global-notify :doc ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m ert-run-tests((not (or (tag :unstable) (tag :nativecomp))) #f(compil ert-run-tests-batch((not (or (tag :unstable) (tag :nativecomp)))) ert-run-tests-batch-and-exit((not (or (tag :unstable) (tag :nativeco eval((ert-run-tests-batch-and-exit '(not (or (tag :unstable) (tag :n command-line-1(("-L" ":." "-l" "ert" "-l" "lisp/autorevert-tests.el" command-line() normal-top-level() Test auto-revert-test05-global-notify condition: (ert-test-failed ((should (buffer-local-value 'auto-revert-notify-watch-descriptor buf-1)) :form (buffer-local-value auto-revert-notify-watch-descriptor #) :value nil)) FAILED 5/7 auto-revert-test05-global-notify (0.682263 sec) Reverting buffer `emacs-test-rqeTy4-autorevert-2'. passed 6/7 auto-revert-test06-write-file (0.126640 sec) Reverting buffer `emacs-test-iNT35A-autorevert'. Reverting buffer `emacs-test-iNT35A-autorevert-0'. Reverting buffer `emacs-test-iNT35A-autorevert-1'. Reverting buffer `emacs-test-iNT35A-autorevert-2'. Reverting buffer `emacs-test-iNT35A-autorevert-3'. Reverting buffer `emacs-test-iNT35A-autorevert-4'. Reverting buffer `emacs-test-iNT35A-autorevert-5'. Reverting buffer `emacs-test-iNT35A-autorevert-6'. Reverting buffer `emacs-test-iNT35A-autorevert-7'. Reverting buffer `emacs-test-iNT35A-autorevert-8'. Reverting buffer `emacs-test-iNT35A-autorevert-9'. passed 7/7 auto-revert-test07-auto-revert-several-buffers (0.187131 sec) Ran 7 tests, 6 results as expected, 1 unexpected (2021-11-17 02:09:21+0000, 3.326189 sec) 1 unexpected results: FAILED auto-revert-test05-global-notify ((should (buffer-local-value 'auto-revert-notify-watch-descriptor buf-1)) :form (buffer-local-value auto-revert-notify-watch-descriptor #) :value nil) Makefile:186: recipe for target 'lisp/autorevert-tests.log' failed make: *** [lisp/autorevert-tests.log] Error 1 make: Target 'autorevert-tests.log' not remade because of errors. ELC lisp/filenotify-tests.elc GEN lisp/filenotify-tests.log Running 19 tests (2021-11-17 02:09:23+0000, selector `(not (or (tag :unstable) (tag :nativecomp)))') Library: `gfilenotify' Monitor: `GInotifyFileMonitor' passed 1/19 file-notify-test00-availability (0.004516 sec) Library: `gio' Monitor: `GInotifyFileMonitor' passed 2/19 file-notify-test00-availability-remote (0.709225 sec) passed 3/19 file-notify-test01-add-watch (0.048005 sec) passed 4/19 file-notify-test01-add-watch-remote (0.632589 sec) passed 5/19 file-notify-test02-rm-watch (14.034988 sec) passed 6/19 file-notify-test02-rm-watch-remote (16.908959 sec) passed 7/19 file-notify-test03-events (167.169281 sec) passed 8/19 file-notify-test04-autorevert (18.030536 sec) passed 9/19 file-notify-test04-autorevert-remote (19.061129 sec) passed 10/19 file-notify-test05-file-validity (24.081951 sec) passed 11/19 file-notify-test05-file-validity-remote (22.246503 sec) passed 12/19 file-notify-test06-dir-validity (0.007041 sec) passed 13/19 file-notify-test06-dir-validity-remote (0.268229 sec) passed 14/19 file-notify-test07-many-events (322.422452 sec) passed 15/19 file-notify-test08-backup (48.048089 sec) passed 16/19 file-notify-test08-backup-remote (57.635382 sec) passed 17/19 file-notify-test09-watched-file-in-watched-dir (115.163096 sec) skipped 18/19 file-notify-test10-sufficient-resources (0.000281 sec) skipped 19/19 file-notify-test10-sufficient-resources-remote (0.000697 sec) Ran 19 tests, 17 results as expected, 0 unexpected, 2 skipped (2021-11-17 02:23:10+0000, 826.481816 sec) 2 skipped results: SKIPPED file-notify-test10-sufficient-resources ((skip-unless (string-equal (file-notify--test-library) "kqueue")) :form (string-equal "gfilenotify" "kqueue") :value nil :explanation (arrays-of-different-length 11 6 "gfilenotify" "kqueue" first-mismatch-at 0)) SKIPPED file-notify-test10-sufficient-resources-remote ((skip-unless (string-equal (file-notify--test-library) "kqueue")) :form (string-equal "gio" "kqueue") :value nil :explanation (arrays-of-different-length 3 6 "gio" "kqueue" first-mismatch-at 0)) make: Leaving directory '/checkout/test' section_end:1637115792:build_script section_start:1637115792: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-filenotify-gio-6748c465 section_end:1637115799:after_script section_start:1637115799:upload_artifacts_on_failure Uploading artifacts... test-filenotify-gio-6748c465/**/*.log: found 2 matching files WARNING: test-filenotify-gio-6748c465/**/core: no matching files WARNING: test-filenotify-gio-6748c465/core: no matching files Uploading artifacts to coordinator... ok  id=32840 responseStatus=201 Created token=VF_gTBNH section_end:1637115804:upload_artifacts_on_failure ERROR: Job failed: exit code 2