Running with gitlab-runner 12.0.2 (d0b76032)  on emba-docker-runner 2oEDrUT7 section_start:1701864231: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:1701864232:prepare_executor section_start:1701864232:prepare_script Running on runner-2oEDrUT7-project-1-concurrent-0 via emba.gnu.org... section_end:1701864234:prepare_script section_start:1701864234: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] d8a00879309a3bf62f6ffcae103aa3bdba776ee9 -> refs/pipelines/27398 * [new branch] master -> origin/master Checking out d8a00879 as master... Skipping Git submodules setup section_end:1701864292:get_sources section_start:1701864292:restore_cache section_end:1701864304:restore_cache section_start:1701864304:download_artifacts section_end:1701864315:download_artifacts section_start:1701864315:build_script $ docker info WARNING: No swap limit support Client: Debug Mode: false Server: Containers: 21 Running: 4 Paused: 0 Stopped: 17 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: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc 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. Login Succeeded $ docker build --pull --target ${target} -t ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} -f test/infra/Dockerfile.emba . WARNING! Your password will be stored unencrypted in /.docker-config-d8a00879309a3bf62f6ffcae103aa3bdba776ee9/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store #1 [internal] load build definition from Dockerfile.emba #1 transferring dockerfile: 6.46kB 0.0s done #1 DONE 1.0s #2 [internal] load .dockerignore #2 transferring context: #2 transferring context: 2B 0.0s done #2 DONE 1.2s #3 [internal] load metadata for docker.io/library/debian:sid #3 DONE 11.6s #7 [internal] load build context #7 DONE 0.0s #4 [emacs-eglot 1/8] FROM docker.io/library/debian:sid@sha256:fa18eda6ea249... #4 resolve docker.io/library/debian:sid@sha256:fa18eda6ea249fb990480b808065cafd6e7bda87d8ce65f2418f92c77f046bea #4 resolve docker.io/library/debian:sid@sha256:fa18eda6ea249fb990480b808065cafd6e7bda87d8ce65f2418f92c77f046bea 0.2s done #4 sha256:fa18eda6ea249fb990480b808065cafd6e7bda87d8ce65f2418f92c77f046bea 2.07kB / 2.07kB done #4 sha256:93ab6a751eee83a12160daacc4585b98cf1adf2dc191eaa73a2262bcacb98974 529B / 529B done #4 sha256:b56654dc6c6fb1be230818796144631e2a99eb1129b1a80cf20dae6bb2da4b5b 1.46kB / 1.46kB done #4 ... #7 [internal] load build context #7 transferring context: 32.06MB 5.3s #7 transferring context: 65.19MB 10.4s #7 ... #4 [emacs-eglot 1/8] FROM docker.io/library/debian:sid@sha256:fa18eda6ea249... #4 DONE 13.9s #7 [internal] load build context #7 transferring context: 107.65MB 15.5s #7 transferring context: 141.32MB 20.5s #7 ... #5 [emacs-eglot 2/8] RUN apt-get update && apt-get install -y --no-inst... #5 ... #7 [internal] load build context #7 transferring context: 141.44MB 25.7s #7 transferring context: 165.98MB 32.0s #7 ... #5 [emacs-eglot 2/8] RUN apt-get update && apt-get install -y --no-inst... #5 15.55 Get:1 http://deb.debian.org/debian sid InRelease [198 kB] #5 18.91 Get:2 http://deb.debian.org/debian sid/main amd64 Packages [9596 kB] #5 ... #7 [internal] load build context #7 transferring context: 172.65MB 46.9s done #7 ERROR: rpc error: code = Unavailable desc = transport is closing #5 [emacs-eglot 2/8] RUN apt-get update && apt-get install -y --no-inst... #5 CANCELED ------ > [internal] load build context: ------ rpc error: code = Unavailable desc = transport is closing section_end:1701864417:build_script section_start:1701864417: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} $ find ${test_name} ! \( -name "*.log" -o -name ${EMACS_TEST_JUNIT_REPORT} \) -type f -delete find: build-image-eglot-d8a00879: No such file or directory section_end:1701864435:after_script section_start:1701864435:upload_artifacts_on_failure section_end:1701864457:upload_artifacts_on_failure ERROR: Job failed: exit code 1