Push event to branch main 14:08:42 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from b7daa52feb8b897fb10fbe82c6e49a273746352a Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 The recommended git tool is: NONE using credential jps-reader > git rev-parse --resolve-git-dir /var/cloudbees-jenkins-distribution/workspace/docker-py_main@libs/jps/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file" > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task ‘EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0296acfb671293a05)’ is offline Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0296acfb671293a05) in /home/ubuntu/workspace/docker-py_main [Pipeline] { [Pipeline] withDockerRegistry $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_main@tmp/3be106c8-1853-4c6e-9da7-d94b9b29c6ef/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] echo 14:09:55 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 14:09:55 chowning workspace [Pipeline] sh 14:09:55 + pwd 14:09:55 + id -u 14:09:55 + id -g 14:09:55 + docker run --rm -v /home/ubuntu/workspace/docker-py_main:/workspace busybox chown -R 1000:1000 /workspace 14:09:55 Unable to find image 'busybox:latest' locally 14:09:56 latest: Pulling from library/busybox 14:09:56 50783e0dfb64: Pulling fs layer 14:09:56 50783e0dfb64: Verifying Checksum 14:09:56 50783e0dfb64: Download complete 14:09:56 50783e0dfb64: Pull complete 14:09:56 Digest: sha256:ef320ff10026a50cf5f0213d35537ce0041ac1d96e9b7800bafd8bc9eff6c693 14:09:56 Status: Downloaded newer image for busybox:latest [Pipeline] echo 14:09:58 Removing all docker containers [Pipeline] sh 14:09:59 + docker container ls -aq [Pipeline] echo 14:09:59 Docker containers have been removed [Pipeline] echo 14:09:59 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 14:09:59 cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (build image) [Pipeline] checkout 14:09:59 The recommended git tool is: git 14:10:02 using credential docker-jenkins-github-credentials 14:10:02 Cloning the remote Git repository 14:10:02 Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/docker-py.git > git init /home/ubuntu/workspace/docker-py_main # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 14:10:04 Avoid second fetch 14:10:04 Checking out Revision b7daa52feb8b897fb10fbe82c6e49a273746352a (main) > git config --add remote.origin.fetch +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b7daa52feb8b897fb10fbe82c6e49a273746352a # timeout=10 14:10:08 Commit message: "docs: add `gzip` arg to `BuildApiMixin` (#2929)" [Pipeline] sh > git rev-list --no-walk 3f0095a7c1966c521652314e524ff362c24ff58c # timeout=10 14:10:09 + git rev-parse HEAD [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:10:09 + docker pull dockerpinata/docker-py:sshdind-b7daa52feb8b897fb10fbe82c6e49a273746352a 14:10:10 Error response from daemon: manifest for dockerpinata/docker-py:sshdind-b7daa52feb8b897fb10fbe82c6e49a273746352a not found: manifest unknown: manifest unknown [Pipeline] isUnix [Pipeline] sh $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_main@tmp/fc51f79d-a3a1-413e-95c9-fa6d940749ac/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded 14:10:10 + docker build -t dockerpinata/docker-py:sshdind-b7daa52feb8b897fb10fbe82c6e49a273746352a -f tests/Dockerfile-ssh-dind . 14:10:10 Sending build context to Docker daemon 1.391MB 14:10:10 Step 1/10 : ARG API_VERSION=1.41 14:10:10 Step 2/10 : ARG ENGINE_VERSION=20.10 14:10:10 Step 3/10 : FROM docker:${ENGINE_VERSION}-dind 14:10:10 20.10-dind: Pulling from library/docker 14:10:10 530afca65e2e: Pulling fs layer 14:10:10 33702c1843d1: Pulling fs layer 14:10:10 d1c203384d5b: Pulling fs layer 14:10:10 985b0b72a175: Pulling fs layer 14:10:10 631e5808b8e1: Pulling fs layer 14:10:10 a6147db7aacd: Pulling fs layer 14:10:10 453df592f267: Pulling fs layer 14:10:10 77ddbf87918d: Pulling fs layer 14:10:10 5ae276b70054: Pulling fs layer 14:10:10 83e48cd4832c: Pulling fs layer 14:10:10 e58515a0672d: Pulling fs layer 14:10:10 ea22e056db9f: Pulling fs layer 14:10:10 1bdfc9a49750: Pulling fs layer 14:10:10 b6227924db50: Pulling fs layer 14:10:10 985b0b72a175: Waiting 14:10:10 631e5808b8e1: Waiting 14:10:10 a6147db7aacd: Waiting 14:10:10 453df592f267: Waiting 14:10:10 77ddbf87918d: Waiting 14:10:10 5ae276b70054: Waiting 14:10:10 83e48cd4832c: Waiting 14:10:10 e58515a0672d: Waiting 14:10:10 ea22e056db9f: Waiting 14:10:10 1bdfc9a49750: Waiting 14:10:10 b6227924db50: Waiting 14:10:10 d1c203384d5b: Verifying Checksum 14:10:10 d1c203384d5b: Download complete 14:10:10 33702c1843d1: Verifying Checksum 14:10:10 33702c1843d1: Download complete 14:10:10 631e5808b8e1: Verifying Checksum 14:10:10 631e5808b8e1: Download complete 14:10:10 985b0b72a175: Download complete 14:10:10 453df592f267: Verifying Checksum 14:10:10 453df592f267: Download complete 14:10:11 a6147db7aacd: Verifying Checksum 14:10:11 a6147db7aacd: Download complete 14:10:11 5ae276b70054: Verifying Checksum 14:10:11 5ae276b70054: Download complete 14:10:11 77ddbf87918d: Verifying Checksum 14:10:11 77ddbf87918d: Download complete 14:10:11 83e48cd4832c: Verifying Checksum 14:10:11 83e48cd4832c: Download complete 14:10:11 e58515a0672d: Verifying Checksum 14:10:11 e58515a0672d: Download complete 14:10:11 1bdfc9a49750: Verifying Checksum 14:10:11 1bdfc9a49750: Download complete 14:10:11 b6227924db50: Verifying Checksum 14:10:11 b6227924db50: Download complete 14:10:11 530afca65e2e: Verifying Checksum 14:10:11 530afca65e2e: Download complete 14:10:11 ea22e056db9f: Download complete 14:10:11 530afca65e2e: Pull complete 14:10:12 33702c1843d1: Pull complete 14:10:12 d1c203384d5b: Pull complete 14:10:13 985b0b72a175: Pull complete 14:10:14 631e5808b8e1: Pull complete 14:10:15 a6147db7aacd: Pull complete 14:10:15 453df592f267: Pull complete 14:10:15 77ddbf87918d: Pull complete 14:10:16 5ae276b70054: Pull complete 14:10:17 83e48cd4832c: Pull complete 14:10:17 e58515a0672d: Pull complete 14:10:20 ea22e056db9f: Pull complete 14:10:20 1bdfc9a49750: Pull complete 14:10:20 b6227924db50: Pull complete 14:10:20 Digest: sha256:f8c65c9a3ecaa40c8f6e90e67c23c79c4dd6a2bee646a8c7c71bf9e49bea4eae 14:10:20 Status: Downloaded newer image for docker:20.10-dind 14:10:20 ---> 66356d2fde61 14:10:20 Step 4/10 : RUN apk add --no-cache --upgrade openssh 14:10:21 ---> Running in 955b01c58cc2 14:10:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 14:10:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 14:10:23 (1/7) Upgrading openssh-keygen (9.0_p1-r1 -> 9.0_p1-r2) 14:10:23 (2/7) Upgrading openssh-client-common (9.0_p1-r1 -> 9.0_p1-r2) 14:10:23 (3/7) Upgrading openssh-client-default (9.0_p1-r1 -> 9.0_p1-r2) 14:10:23 (4/7) Installing openssh-sftp-server (9.0_p1-r2) 14:10:23 (5/7) Installing openssh-server-common (9.0_p1-r2) 14:10:23 (6/7) Installing openssh-server (9.0_p1-r2) 14:10:23 (7/7) Installing openssh (9.0_p1-r2) 14:10:23 Executing busybox-1.35.0-r15.trigger 14:10:23 OK: 31 MiB in 59 packages 14:10:24 Removing intermediate container 955b01c58cc2 14:10:24 ---> fd99ce9a53cf 14:10:24 Step 5/10 : COPY tests/ssh/config/server /etc/ssh/ 14:10:24 ---> a2936357fdf2 14:10:24 Step 6/10 : RUN chmod -R 600 /etc/ssh 14:10:24 ---> Running in 652062383d70 14:10:25 Removing intermediate container 652062383d70 14:10:25 ---> f94f93354347 14:10:25 Step 7/10 : COPY tests/ssh/config/client/id_rsa.pub /root/.ssh/authorized_keys 14:10:25 ---> d437614ab867 14:10:25 Step 8/10 : RUN chmod -R 600 /root/.ssh 14:10:25 ---> Running in d4e5e8de7060 14:10:26 Removing intermediate container d4e5e8de7060 14:10:26 ---> ae425e25fa40 14:10:26 Step 9/10 : RUN ln -s /usr/local/bin/docker /usr/bin/docker 14:10:26 ---> Running in 0e1f22818f7a 14:10:27 Removing intermediate container 0e1f22818f7a 14:10:27 ---> ba9b3750bd85 14:10:27 Step 10/10 : EXPOSE 22 14:10:27 ---> Running in 81d6510f638f 14:10:27 Removing intermediate container 81d6510f638f 14:10:27 ---> 580e3058d71f 14:10:27 Successfully built 580e3058d71f 14:10:27 Successfully tagged dockerpinata/docker-py:sshdind-b7daa52feb8b897fb10fbe82c6e49a273746352a [Pipeline] isUnix [Pipeline] sh 14:10:27 + docker tag dockerpinata/docker-py:sshdind-b7daa52feb8b897fb10fbe82c6e49a273746352a dockerpinata/docker-py:sshdind-b7daa52feb8b897fb10fbe82c6e49a273746352a [Pipeline] isUnix [Pipeline] sh 14:10:28 + docker push dockerpinata/docker-py:sshdind-b7daa52feb8b897fb10fbe82c6e49a273746352a 14:10:28 The push refers to repository [docker.io/dockerpinata/docker-py] 14:10:28 aeab07517545: Preparing 14:10:28 161340e385a0: Preparing 14:10:28 d580417b4738: Preparing 14:10:28 9f1ab51f51a0: Preparing 14:10:28 4b930f446773: Preparing 14:10:28 5103fdebd147: Preparing 14:10:28 3c6a3b38c363: Preparing 14:10:28 8792a1704f31: Preparing 14:10:28 e15a9260f90f: Preparing 14:10:28 d13164e30cf3: Preparing 14:10:28 b83fc1683c64: Preparing 14:10:28 aa7332587a25: Preparing 14:10:28 aa245cb34e97: Preparing 14:10:28 834624ed3361: Preparing 14:10:28 8deac1e45c15: Preparing 14:10:28 a6ef0c8effb7: Preparing 14:10:28 3da30a550704: Preparing 14:10:28 de1672f7cb48: Preparing 14:10:28 675d1f534433: Preparing 14:10:28 ec34fcc1d526: Preparing 14:10:28 5103fdebd147: Waiting 14:10:28 3c6a3b38c363: Waiting 14:10:28 8792a1704f31: Waiting 14:10:28 e15a9260f90f: Waiting 14:10:28 d13164e30cf3: Waiting 14:10:28 b83fc1683c64: Waiting 14:10:28 aa7332587a25: Waiting 14:10:28 aa245cb34e97: Waiting 14:10:28 834624ed3361: Waiting 14:10:28 8deac1e45c15: Waiting 14:10:28 a6ef0c8effb7: Waiting 14:10:28 3da30a550704: Waiting 14:10:28 de1672f7cb48: Waiting 14:10:28 675d1f534433: Waiting 14:10:28 ec34fcc1d526: Waiting 14:10:29 161340e385a0: Pushed 14:10:29 aeab07517545: Pushed 14:10:29 4b930f446773: Pushed 14:10:29 9f1ab51f51a0: Pushed 14:10:29 3c6a3b38c363: Mounted from library/docker 14:10:29 8792a1704f31: Mounted from library/docker 14:10:29 d580417b4738: Pushed 14:10:29 b83fc1683c64: Mounted from library/docker 14:10:29 aa7332587a25: Mounted from library/docker 14:10:29 d13164e30cf3: Mounted from library/docker 14:10:29 aa245cb34e97: Mounted from library/docker 14:10:30 834624ed3361: Mounted from library/docker 14:10:30 8deac1e45c15: Mounted from library/docker 14:10:30 a6ef0c8effb7: Mounted from library/docker 14:10:30 de1672f7cb48: Layer already exists 14:10:30 3da30a550704: Mounted from library/docker 14:10:30 ec34fcc1d526: Layer already exists 14:10:30 675d1f534433: Layer already exists 14:10:30 5103fdebd147: Pushed 14:10:33 e15a9260f90f: Mounted from library/docker 14:10:35 sshdind-b7daa52feb8b897fb10fbe82c6e49a273746352a: digest: sha256:a53344920f65555d064837b3ad526e47038aa8cc729da0161d188c12f7896671 size: 4498 [Pipeline] isUnix [Pipeline] sh 14:10:35 + docker pull dockerpinata/docker-py:py3-b7daa52feb8b897fb10fbe82c6e49a273746352a 14:10:35 Error response from daemon: manifest for dockerpinata/docker-py:py3-b7daa52feb8b897fb10fbe82c6e49a273746352a not found: manifest unknown: manifest unknown [Pipeline] isUnix [Pipeline] sh 14:10:35 + docker build -t dockerpinata/docker-py:py3-b7daa52feb8b897fb10fbe82c6e49a273746352a -f tests/Dockerfile --build-arg PYTHON_VERSION=3.10 . 14:10:35 Sending build context to Docker daemon 1.391MB 14:10:35 Step 1/24 : ARG PYTHON_VERSION=3.10 14:10:35 Step 2/24 : FROM python:${PYTHON_VERSION} 14:10:35 3.10: Pulling from library/python 14:10:35 001c52e26ad5: Pulling fs layer 14:10:35 d9d4b9b6e964: Pulling fs layer 14:10:35 2068746827ec: Pulling fs layer 14:10:35 9daef329d350: Pulling fs layer 14:10:35 8a335986117b: Pulling fs layer 14:10:35 588423e31bcf: Pulling fs layer 14:10:35 ecb6a3f01c0d: Pulling fs layer 14:10:35 00d40f20f0cf: Pulling fs layer 14:10:35 5d588b4f3b55: Pulling fs layer 14:10:35 9daef329d350: Waiting 14:10:35 8a335986117b: Waiting 14:10:35 588423e31bcf: Waiting 14:10:35 ecb6a3f01c0d: Waiting 14:10:35 00d40f20f0cf: Waiting 14:10:35 5d588b4f3b55: Waiting 14:10:36 d9d4b9b6e964: Verifying Checksum 14:10:36 d9d4b9b6e964: Download complete 14:10:36 2068746827ec: Verifying Checksum 14:10:36 2068746827ec: Download complete 14:10:36 001c52e26ad5: Verifying Checksum 14:10:36 001c52e26ad5: Download complete 14:10:36 9daef329d350: Verifying Checksum 14:10:36 9daef329d350: Download complete 14:10:37 588423e31bcf: Verifying Checksum 14:10:37 588423e31bcf: Download complete 14:10:37 00d40f20f0cf: Verifying Checksum 14:10:37 00d40f20f0cf: Download complete 14:10:37 5d588b4f3b55: Verifying Checksum 14:10:37 5d588b4f3b55: Download complete 14:10:37 ecb6a3f01c0d: Verifying Checksum 14:10:37 ecb6a3f01c0d: Download complete 14:10:39 8a335986117b: Verifying Checksum 14:10:39 8a335986117b: Download complete 14:10:40 001c52e26ad5: Pull complete 14:10:40 d9d4b9b6e964: Pull complete 14:10:40 2068746827ec: Pull complete 14:10:43 9daef329d350: Pull complete 14:10:50 8a335986117b: Pull complete 14:10:50 588423e31bcf: Pull complete 14:10:51 ecb6a3f01c0d: Pull complete 14:10:51 00d40f20f0cf: Pull complete 14:10:51 5d588b4f3b55: Pull complete 14:10:51 Digest: sha256:4118b6e43ea8ae14a499ecce07c0a987af8da1e7c153c4c2e26ceba4b64be7c5 14:10:51 Status: Downloaded newer image for python:3.10 14:10:51 ---> e35e775abbec 14:10:51 Step 3/24 : ARG APT_MIRROR 14:10:53 ---> Running in 52f3e1f2ba54 14:10:53 Removing intermediate container 52f3e1f2ba54 14:10:53 ---> d658d6b15049 14:10:53 Step 4/24 : RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list 14:10:53 ---> Running in 388bab8f149d 14:10:54 Removing intermediate container 388bab8f149d 14:10:54 ---> 20563c1cd7bc 14:10:54 Step 5/24 : RUN apt-get update && apt-get -y install --no-install-recommends gnupg2 pass 14:10:54 ---> Running in 65ab54e7972d 14:10:54 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] 14:10:54 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] 14:10:54 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] 14:10:54 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] 14:10:54 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [170 kB] 14:10:54 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] 14:10:55 Fetched 8563 kB in 2s (5338 kB/s) 14:10:56 Reading package lists... 14:10:57 Reading package lists... 14:10:57 Building dependency tree... 14:10:57 Reading state information... 14:10:57 The following additional packages will be installed: 14:10:57 tree 14:10:57 Suggested packages: 14:10:57 python libxml-simple-perl ruby 14:10:57 Recommended packages: 14:10:57 qrencode xclip 14:10:57 The following NEW packages will be installed: 14:10:57 gnupg2 pass tree 14:10:57 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. 14:10:57 Need to get 523 kB of archives. 14:10:57 After this operation, 727 kB of additional disk space will be used. 14:10:57 Get:1 http://deb.debian.org/debian bullseye/main amd64 gnupg2 all 2.2.27-2+deb11u2 [434 kB] 14:10:57 Get:2 http://deb.debian.org/debian bullseye/main amd64 tree amd64 1.8.0-1+b1 [49.6 kB] 14:10:57 Get:3 http://deb.debian.org/debian bullseye/main amd64 pass all 1.7.3-2 [39.2 kB] 14:10:57 debconf: delaying package configuration, since apt-utils is not installed 14:10:57 Fetched 523 kB in 0s (1927 kB/s) 14:10:57 Selecting previously unselected package gnupg2. 14:10:57 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23421 files and directories currently installed.) 14:10:57 Preparing to unpack .../gnupg2_2.2.27-2+deb11u2_all.deb ... 14:10:57 Unpacking gnupg2 (2.2.27-2+deb11u2) ... 14:10:57 Selecting previously unselected package tree. 14:10:57 Preparing to unpack .../tree_1.8.0-1+b1_amd64.deb ... 14:10:57 Unpacking tree (1.8.0-1+b1) ... 14:10:57 Selecting previously unselected package pass. 14:10:57 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ... 14:10:57 Unpacking pass (1.7.3-2) ... 14:10:57 Setting up gnupg2 (2.2.27-2+deb11u2) ... 14:10:57 Setting up tree (1.8.0-1+b1) ... 14:10:57 Setting up pass (1.7.3-2) ... 14:10:58 Removing intermediate container 65ab54e7972d 14:10:58 ---> 52907a8ece99 14:10:58 Step 6/24 : COPY tests/ssh/config/client /root/.ssh 14:10:59 ---> 546b3e0ef2ac 14:10:59 Step 7/24 : COPY tests/ssh/config/server/known_ed25519.pub /root/.ssh/known_hosts 14:10:59 ---> 0fb5e8db9c55 14:10:59 Step 8/24 : RUN sed -i '1s;^;dpy-dind-ssh ;' /root/.ssh/known_hosts 14:10:59 ---> Running in 99d05c820b63 14:10:59 Removing intermediate container 99d05c820b63 14:10:59 ---> 3e819dc6bcdd 14:10:59 Step 9/24 : RUN chmod -R 600 /root/.ssh 14:10:59 ---> Running in 89b4bea8b167 14:11:00 Removing intermediate container 89b4bea8b167 14:11:00 ---> c1c7d1aa3d7e 14:11:00 Step 10/24 : COPY ./tests/gpg-keys /gpg-keys 14:11:00 ---> 843e3d0a97d5 14:11:00 Step 11/24 : RUN gpg2 --import gpg-keys/secret 14:11:00 ---> Running in 67129fbb8965 14:11:00 gpg: directory '/root/.gnupg' created 14:11:00 gpg: keybox '/root/.gnupg/pubring.kbx' created 14:11:00 gpg: /root/.gnupg/trustdb.gpg: trustdb created 14:11:00 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported 14:11:00 gpg: key 464ED987A7B21401: secret key imported 14:11:00 gpg: Total number processed: 1 14:11:00 gpg: imported: 1 14:11:00 gpg: secret keys read: 1 14:11:00 gpg: secret keys imported: 1 14:11:01 Removing intermediate container 67129fbb8965 14:11:01 ---> 3cc406015329 14:11:01 Step 12/24 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust 14:11:01 ---> Running in 0541d3e9c418 14:11:01 gpg: inserting ownertrust of 6 14:11:01 Removing intermediate container 0541d3e9c418 14:11:01 ---> b711adaf99ea 14:11:01 Step 13/24 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}') 14:11:01 ---> Running in 368c7d9e8f26 14:11:02 gpg: please do a --check-trustdb 14:11:02 mkdir: created directory '/root/.password-store/' 14:11:02 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401 14:11:02 Removing intermediate container 368c7d9e8f26 14:11:02 ---> 88d96a7dd1e4 14:11:02 Step 14/24 : RUN gpg2 --check-trustdb 14:11:02 ---> Running in b40c3e4aab55 14:11:03 gpg: marginals needed: 3 completes needed: 1 trust model: pgp 14:11:03 gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u 14:11:03 Removing intermediate container b40c3e4aab55 14:11:03 ---> e96ca869b03c 14:11:03 Step 15/24 : ARG CREDSTORE_VERSION=v0.6.3 14:11:03 ---> Running in 56284e9e6910 14:11:03 Removing intermediate container 56284e9e6910 14:11:03 ---> 77d37be28eec 14:11:03 Step 16/24 : RUN curl -sSL -o /opt/docker-credential-pass.tar.gz https://github.com/docker/docker-credential-helpers/releases/download/$CREDSTORE_VERSION/docker-credential-pass-$CREDSTORE_VERSION-amd64.tar.gz && tar -xf /opt/docker-credential-pass.tar.gz -O > /usr/local/bin/docker-credential-pass && rm -rf /opt/docker-credential-pass.tar.gz && chmod +x /usr/local/bin/docker-credential-pass 14:11:03 ---> Running in 9221b255df81 14:11:04 Removing intermediate container 9221b255df81 14:11:04 ---> 5c49ee59c4a9 14:11:04 Step 17/24 : WORKDIR /src 14:11:04 ---> Running in 0b77559dfbff 14:11:04 Removing intermediate container 0b77559dfbff 14:11:04 ---> 295f24287d93 14:11:04 Step 18/24 : COPY requirements.txt /src/requirements.txt 14:11:04 ---> e136d202d2a7 14:11:04 Step 19/24 : RUN --mount=type=cache,target=/root/.cache/pip pip install -r requirements.txt 14:11:04 the --mount option requires BuildKit. Refer to https://docs.docker.com/go/buildkit/ to learn how to build images with BuildKit enabled [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Could not update commit status, please check if your scan credentials belong to a member of the organization or a collaborator of the repository and repo:status scope is selected GitHub has been notified of this commit’s build result ERROR: script returned exit code 1 Finished: FAILURE