Running with gitlab-runner 12.0.2 (d0b76032)  on emba-docker-runner 2oEDrUT7 section_start:1701504355: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:1701504358:prepare_executor section_start:1701504358:prepare_script Running on runner-2oEDrUT7-project-1-concurrent-0 via emba.gnu.org... section_end:1701504366:prepare_script section_start:1701504366: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 * [new ref] 74a5ec0e1e05b78e5fb86c0c1a8ac6737bf4e2d6 -> refs/pipelines/27354 * [new branch] master -> origin/master Checking out 74a5ec0e as master... Removing test-native-comp-speed2-fbaf113b/ Skipping Git submodules setup section_end:1701504400:get_sources section_start:1701504400:restore_cache section_end:1701504402:restore_cache section_start:1701504402:download_artifacts section_end:1701504404:download_artifacts section_start:1701504404:build_script $ docker info WARNING: No swap limit support Client: Debug Mode: false Server: Containers: 10 Running: 2 Paused: 0 Stopped: 8 Images: 7 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: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux Default Runtime: runc Init Binary: docker-init containerd version: runc version: init version: Security Options: apparmor seccomp Profile: default Kernel Version: 4.15.0-213-generic Operating System: Trisquel GNU/Linux Etiona (9.0.2) OSType: linux Architecture: x86_64 CPUs: 2 Total Memory: 7.789GiB Name: emba.gnu.org ID: X47L:JFLM:IP7X:AN3A:6FS4:N5DF:SGWZ:KSYJ:GQ2L:ZEKB:GUXD:3IZT Docker Root Dir: /var/lib/docker Debug Mode: false HTTP Proxy: http://serverproxy0p.fsf.org:8118/ HTTPS Proxy: http://serverproxy0p.fsf.org:8118/ No Proxy: localhost,127.0.0.1,eggs.gnu.org,emba.gnu.org/ Registry: https://index.docker.io/v1/ Labels: Experimental: false Insecure Registries: 127.0.0.0/8 Live Restore Enabled: false $ echo "docker registry is ${CI_REGISTRY}" docker registry is emba.gnu.org:5050 $ docker login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY} WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /.docker-config-74a5ec0e1e05b78e5fb86c0c1a8ac6737bf4e2d6/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 d1da99c2f148: Already exists 4b21c4ac42c3: Already exists b8a19d39c801: Already exists f93ffdde8194: Pulling fs layer 4f4fb700ef54: Pulling fs layer 3ef5c46174b6: Pulling fs layer 95028be8405b: Pulling fs layer df67303b8beb: Pulling fs layer 95028be8405b: Waiting df67303b8beb: Waiting 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 3ef5c46174b6: Verifying Checksum 3ef5c46174b6: Download complete 95028be8405b: Verifying Checksum 95028be8405b: Download complete f93ffdde8194: Verifying Checksum f93ffdde8194: Download complete df67303b8beb: Verifying Checksum df67303b8beb: Download complete f93ffdde8194: Pull complete 4f4fb700ef54: Pull complete 3ef5c46174b6: Pull complete 95028be8405b: Pull complete df67303b8beb: Pull complete Digest: sha256:20d9d34ef68ca17f5a0e496aaa36d382317d96fc34dbffd9e411e35c5465a571 Status: Downloaded newer image 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/emacs/regs.texi etc/NEWS lisp/register.el test/lisp/net/tramp-tests.el test/lisp/register-tests.el + xargs git checkout -f FETCH_HEAD + git diff --name-only FETCH_HEAD error: pathspec 'test/lisp/register-tests.el' did not match any file(s) known to git section_end:1701504466:build_script section_start:1701504466: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-74a5ec0e $ 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:1701504471:after_script section_start:1701504471:upload_artifacts_on_failure Uploading artifacts... WARNING: test-lisp-inotify-74a5ec0e/: no matching files ERROR: No files to upload  Uploading artifacts... WARNING: test-lisp-inotify-74a5ec0e/junit-test-report.xml: no matching files ERROR: No files to upload  section_end:1701504473:upload_artifacts_on_failure ERROR: Job failed: exit code 123