Push event to branch main 20:20:50 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 66402435d18d1ec6430217bba031abcf7776c549 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 4f8fd6a86e521290dafaf7c28eced2a9b21b220a 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 4f8fd6a86e521290dafaf7c28eced2a9b21b220a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10 Commit message: "Merge pull request #26 from docker/add-retry-to-vpn-image-pull" > 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-00556388e0aae2047)’ is offline Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-00556388e0aae2047) 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/6a7eeb88-1127-43a8-9f46-d3b183f6eba3/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 20:21:49 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 20:21:49 chowning workspace [Pipeline] sh 20:21:50 + pwd 20:21:50 + id -u 20:21:50 + id -g 20:21:50 + docker run --rm -v /home/ubuntu/workspace/docker-py_main:/workspace busybox chown -R 1000:1000 /workspace 20:21:50 Unable to find image 'busybox:latest' locally 20:21:50 latest: Pulling from library/busybox 20:21:50 50783e0dfb64: Pulling fs layer 20:21:50 50783e0dfb64: Verifying Checksum 20:21:50 50783e0dfb64: Download complete 20:21:50 50783e0dfb64: Pull complete 20:21:50 Digest: sha256:ef320ff10026a50cf5f0213d35537ce0041ac1d96e9b7800bafd8bc9eff6c693 20:21:51 Status: Downloaded newer image for busybox:latest [Pipeline] echo 20:21:53 Removing all docker containers [Pipeline] sh 20:21:54 + docker container ls -aq [Pipeline] echo 20:21:54 Docker containers have been removed [Pipeline] echo 20:21:54 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 20:21:54 cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (build image) [Pipeline] checkout 20:21:54 The recommended git tool is: git 20:21:56 using credential docker-jenkins-github-credentials 20:21:56 Cloning the remote Git repository 20:21:56 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 20:21:58 Avoid second fetch 20:21:58 Checking out Revision 66402435d18d1ec6430217bba031abcf7776c549 (main) > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 66402435d18d1ec6430217bba031abcf7776c549 # timeout=10 20:22:02 Commit message: "Support `global-job` and `replicated-job` modes in Docker Swarm (#3016)" [Pipeline] sh 20:22:03 + git rev-parse HEAD [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh > git rev-list --no-walk 42789818bed5d86b487a030e2e60b02bf0cfa284 # timeout=10 20:22:03 + docker pull dockerpinata/docker-py:sshdind-66402435d18d1ec6430217bba031abcf7776c549 20:22:03 Error response from daemon: manifest for dockerpinata/docker-py:sshdind-66402435d18d1ec6430217bba031abcf7776c549 not found: manifest unknown: manifest unknown [Pipeline] isUnix [Pipeline] sh 20:22:03 + docker build -t dockerpinata/docker-py:sshdind-66402435d18d1ec6430217bba031abcf7776c549 -f tests/Dockerfile-ssh-dind . 20:22:03 Sending build context to Docker daemon 1.393MB 20:22:03 Step 1/10 : ARG API_VERSION=1.41 20:22:03 Step 2/10 : ARG ENGINE_VERSION=20.10 20:22:03 Step 3/10 : FROM docker:${ENGINE_VERSION}-dind $ 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/2cb8068f-c228-4d9f-9824-2c499e044d3a/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded 20:22:04 20.10-dind: Pulling from library/docker 20:22:04 213ec9aee27d: Pulling fs layer 20:22:04 6eb510456a42: Pulling fs layer 20:22:04 4627ba0696d0: Pulling fs layer 20:22:04 e001120e1cd4: Pulling fs layer 20:22:04 fb7172f440d8: Pulling fs layer 20:22:04 acaf20b9af6c: Pulling fs layer 20:22:04 62d3cee0ce66: Pulling fs layer 20:22:04 752b9c2f63f7: Pulling fs layer 20:22:04 003256ce9b27: Pulling fs layer 20:22:04 688c62e5e68e: Pulling fs layer 20:22:04 bdf5e7defe19: Pulling fs layer 20:22:04 ee662d6592fb: Pulling fs layer 20:22:04 34845ac10d8c: Pulling fs layer 20:22:04 87ebc2460c07: Pulling fs layer 20:22:04 e001120e1cd4: Waiting 20:22:04 fb7172f440d8: Waiting 20:22:04 acaf20b9af6c: Waiting 20:22:04 62d3cee0ce66: Waiting 20:22:04 752b9c2f63f7: Waiting 20:22:04 003256ce9b27: Waiting 20:22:04 688c62e5e68e: Waiting 20:22:04 bdf5e7defe19: Waiting 20:22:04 ee662d6592fb: Waiting 20:22:04 34845ac10d8c: Waiting 20:22:04 87ebc2460c07: Waiting 20:22:04 4627ba0696d0: Verifying Checksum 20:22:04 4627ba0696d0: Download complete 20:22:04 213ec9aee27d: Verifying Checksum 20:22:04 213ec9aee27d: Download complete 20:22:04 6eb510456a42: Verifying Checksum 20:22:04 6eb510456a42: Download complete 20:22:04 acaf20b9af6c: Verifying Checksum 20:22:04 acaf20b9af6c: Download complete 20:22:04 62d3cee0ce66: Verifying Checksum 20:22:04 62d3cee0ce66: Download complete 20:22:04 e001120e1cd4: Verifying Checksum 20:22:04 e001120e1cd4: Download complete 20:22:04 fb7172f440d8: Verifying Checksum 20:22:04 fb7172f440d8: Download complete 20:22:04 752b9c2f63f7: Verifying Checksum 20:22:04 752b9c2f63f7: Download complete 20:22:04 003256ce9b27: Verifying Checksum 20:22:04 003256ce9b27: Download complete 20:22:04 688c62e5e68e: Verifying Checksum 20:22:04 688c62e5e68e: Download complete 20:22:04 bdf5e7defe19: Verifying Checksum 20:22:04 bdf5e7defe19: Download complete 20:22:04 213ec9aee27d: Pull complete 20:22:04 34845ac10d8c: Verifying Checksum 20:22:04 34845ac10d8c: Download complete 20:22:04 87ebc2460c07: Verifying Checksum 20:22:04 87ebc2460c07: Download complete 20:22:05 6eb510456a42: Pull complete 20:22:05 4627ba0696d0: Pull complete 20:22:05 ee662d6592fb: Verifying Checksum 20:22:05 ee662d6592fb: Download complete 20:22:05 e001120e1cd4: Pull complete 20:22:06 fb7172f440d8: Pull complete 20:22:07 acaf20b9af6c: Pull complete 20:22:07 62d3cee0ce66: Pull complete 20:22:07 752b9c2f63f7: Pull complete 20:22:08 003256ce9b27: Pull complete 20:22:08 688c62e5e68e: Pull complete 20:22:09 bdf5e7defe19: Pull complete 20:22:11 ee662d6592fb: Pull complete 20:22:11 34845ac10d8c: Pull complete 20:22:11 87ebc2460c07: Pull complete 20:22:11 Digest: sha256:8d0980a0fc4ed2869ef9f8bd017a637a408fb4d038a64d490a6080c2318eacc8 20:22:11 Status: Downloaded newer image for docker:20.10-dind 20:22:11 ---> e1a3d5b85ecd 20:22:11 Step 4/10 : RUN apk add --no-cache --upgrade openssh 20:22:13 ---> Running in a3702281b73d 20:22:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:22:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:22:14 (1/4) Installing openssh-sftp-server (9.0_p1-r2) 20:22:14 (2/4) Installing openssh-server-common (9.0_p1-r2) 20:22:14 (3/4) Installing openssh-server (9.0_p1-r2) 20:22:14 (4/4) Installing openssh (9.0_p1-r2) 20:22:14 Executing busybox-1.35.0-r17.trigger 20:22:14 OK: 31 MiB in 59 packages 20:22:14 Removing intermediate container a3702281b73d 20:22:14 ---> 7001cf49169e 20:22:14 Step 5/10 : COPY tests/ssh/config/server /etc/ssh/ 20:22:15 ---> be8ecc22f2f2 20:22:15 Step 6/10 : RUN chmod -R 600 /etc/ssh 20:22:15 ---> Running in cb4ccf4d2db8 20:22:16 Removing intermediate container cb4ccf4d2db8 20:22:16 ---> 77887ae26217 20:22:16 Step 7/10 : COPY tests/ssh/config/client/id_rsa.pub /root/.ssh/authorized_keys 20:22:16 ---> 246595a51b8d 20:22:16 Step 8/10 : RUN chmod -R 600 /root/.ssh 20:22:16 ---> Running in 2db2899e0cae 20:22:17 Removing intermediate container 2db2899e0cae 20:22:17 ---> 2a99f3cd8655 20:22:17 Step 9/10 : RUN ln -s /usr/local/bin/docker /usr/bin/docker 20:22:17 ---> Running in b5c1bc0b6ab0 20:22:17 Removing intermediate container b5c1bc0b6ab0 20:22:17 ---> fbbe21e94951 20:22:17 Step 10/10 : EXPOSE 22 20:22:17 ---> Running in 3f95498db783 20:22:17 Removing intermediate container 3f95498db783 20:22:17 ---> b340985d3e8e 20:22:17 Successfully built b340985d3e8e 20:22:17 Successfully tagged dockerpinata/docker-py:sshdind-66402435d18d1ec6430217bba031abcf7776c549 [Pipeline] isUnix [Pipeline] sh 20:22:18 + docker tag dockerpinata/docker-py:sshdind-66402435d18d1ec6430217bba031abcf7776c549 dockerpinata/docker-py:sshdind-66402435d18d1ec6430217bba031abcf7776c549 [Pipeline] isUnix [Pipeline] sh 20:22:18 + docker push dockerpinata/docker-py:sshdind-66402435d18d1ec6430217bba031abcf7776c549 20:22:18 The push refers to repository [docker.io/dockerpinata/docker-py] 20:22:18 8a15fdea6e61: Preparing 20:22:18 174d38466bb2: Preparing 20:22:18 51b63af2edaa: Preparing 20:22:18 919f1018b280: Preparing 20:22:18 607e6aff26c2: Preparing 20:22:18 062a6b9fbe6b: Preparing 20:22:18 c7f0cc224e17: Preparing 20:22:18 4c78a4cc1add: Preparing 20:22:18 5346b07949d4: Preparing 20:22:18 c1e97a7fcaa2: Preparing 20:22:18 eba0c049c10d: Preparing 20:22:18 db259fc589ef: Preparing 20:22:18 cfdd18ad8560: Preparing 20:22:18 27b58d8f96da: Preparing 20:22:18 39b6a2fcd592: Preparing 20:22:18 b3fce54ffd65: Preparing 20:22:18 09e77f436210: Preparing 20:22:18 be04e0ba70d2: Preparing 20:22:18 9d0b8a80148b: Preparing 20:22:18 994393dc58e7: Preparing 20:22:18 062a6b9fbe6b: Waiting 20:22:18 c7f0cc224e17: Waiting 20:22:18 4c78a4cc1add: Waiting 20:22:18 5346b07949d4: Waiting 20:22:18 c1e97a7fcaa2: Waiting 20:22:18 eba0c049c10d: Waiting 20:22:18 db259fc589ef: Waiting 20:22:18 cfdd18ad8560: Waiting 20:22:18 27b58d8f96da: Waiting 20:22:18 39b6a2fcd592: Waiting 20:22:18 b3fce54ffd65: Waiting 20:22:18 09e77f436210: Waiting 20:22:18 be04e0ba70d2: Waiting 20:22:18 9d0b8a80148b: Waiting 20:22:18 994393dc58e7: Waiting 20:22:19 8a15fdea6e61: Pushed 20:22:19 607e6aff26c2: Pushed 20:22:19 51b63af2edaa: Pushed 20:22:19 919f1018b280: Pushed 20:22:19 174d38466bb2: Pushed 20:22:19 c7f0cc224e17: Layer already exists 20:22:19 4c78a4cc1add: Layer already exists 20:22:19 5346b07949d4: Layer already exists 20:22:19 eba0c049c10d: Layer already exists 20:22:19 db259fc589ef: Layer already exists 20:22:19 cfdd18ad8560: Layer already exists 20:22:19 c1e97a7fcaa2: Layer already exists 20:22:19 39b6a2fcd592: Layer already exists 20:22:19 b3fce54ffd65: Layer already exists 20:22:19 27b58d8f96da: Layer already exists 20:22:19 09e77f436210: Layer already exists 20:22:19 be04e0ba70d2: Layer already exists 20:22:19 9d0b8a80148b: Layer already exists 20:22:19 994393dc58e7: Layer already exists 20:22:20 062a6b9fbe6b: Pushed 20:22:22 sshdind-66402435d18d1ec6430217bba031abcf7776c549: digest: sha256:c9b47992cf85b09af2076a758eb50ffd4e0941beed3d49db656697b528a3ccbc size: 4497 [Pipeline] isUnix [Pipeline] sh 20:22:22 + docker pull dockerpinata/docker-py:py3-66402435d18d1ec6430217bba031abcf7776c549 20:22:22 Error response from daemon: manifest for dockerpinata/docker-py:py3-66402435d18d1ec6430217bba031abcf7776c549 not found: manifest unknown: manifest unknown [Pipeline] isUnix [Pipeline] sh 20:22:22 + docker build -t dockerpinata/docker-py:py3-66402435d18d1ec6430217bba031abcf7776c549 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.10 . 20:22:22 Sending build context to Docker daemon 1.393MB 20:22:22 Step 1/24 : ARG PYTHON_VERSION=3.10 20:22:22 Step 2/24 : FROM python:${PYTHON_VERSION} 20:22:23 3.10: Pulling from library/python 20:22:23 001c52e26ad5: Pulling fs layer 20:22:23 d9d4b9b6e964: Pulling fs layer 20:22:23 2068746827ec: Pulling fs layer 20:22:23 9daef329d350: Pulling fs layer 20:22:23 8a335986117b: Pulling fs layer 20:22:23 588423e31bcf: Pulling fs layer 20:22:23 f40cdf3ebc10: Pulling fs layer 20:22:23 04378c690b5e: Pulling fs layer 20:22:23 f7b9e6e381c2: Pulling fs layer 20:22:23 9daef329d350: Waiting 20:22:23 588423e31bcf: Waiting 20:22:23 f40cdf3ebc10: Waiting 20:22:23 04378c690b5e: Waiting 20:22:23 f7b9e6e381c2: Waiting 20:22:23 8a335986117b: Waiting 20:22:23 d9d4b9b6e964: Verifying Checksum 20:22:23 d9d4b9b6e964: Download complete 20:22:23 2068746827ec: Verifying Checksum 20:22:23 2068746827ec: Download complete 20:22:23 001c52e26ad5: Verifying Checksum 20:22:23 001c52e26ad5: Download complete 20:22:24 9daef329d350: Verifying Checksum 20:22:24 9daef329d350: Download complete 20:22:24 588423e31bcf: Verifying Checksum 20:22:24 588423e31bcf: Download complete 20:22:24 f40cdf3ebc10: Verifying Checksum 20:22:24 f40cdf3ebc10: Download complete 20:22:24 04378c690b5e: Verifying Checksum 20:22:24 04378c690b5e: Download complete 20:22:24 f7b9e6e381c2: Verifying Checksum 20:22:24 f7b9e6e381c2: Download complete 20:22:25 8a335986117b: Verifying Checksum 20:22:25 8a335986117b: Download complete 20:22:27 001c52e26ad5: Pull complete 20:22:27 d9d4b9b6e964: Pull complete 20:22:27 2068746827ec: Pull complete 20:22:30 9daef329d350: Pull complete 20:22:38 8a335986117b: Pull complete 20:22:38 588423e31bcf: Pull complete 20:22:38 f40cdf3ebc10: Pull complete 20:22:38 04378c690b5e: Pull complete 20:22:38 f7b9e6e381c2: Pull complete 20:22:38 Digest: sha256:7517e835bc65aad07aed20fc7ddba37abc3f707eed6ef2ebb3fdbe26f5f52914 20:22:38 Status: Downloaded newer image for python:3.10 20:22:38 ---> ae9660359c2a 20:22:38 Step 3/24 : ARG APT_MIRROR 20:22:40 ---> Running in ada34fc32126 20:22:40 Removing intermediate container ada34fc32126 20:22:40 ---> 3b2d8a698449 20:22:40 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 20:22:40 ---> Running in b132ad69226c 20:22:40 Removing intermediate container b132ad69226c 20:22:40 ---> 4fbc171b3866 20:22:40 Step 5/24 : RUN apt-get update && apt-get -y install --no-install-recommends gnupg2 pass 20:22:40 ---> Running in 55e38f4f9c5b 20:22:41 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] 20:22:41 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] 20:22:41 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] 20:22:41 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] 20:22:41 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [175 kB] 20:22:41 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] 20:22:42 Fetched 8567 kB in 2s (5666 kB/s) 20:22:42 Reading package lists... 20:22:43 Reading package lists... 20:22:43 Building dependency tree... 20:22:43 Reading state information... 20:22:43 The following additional packages will be installed: 20:22:43 tree 20:22:43 Suggested packages: 20:22:43 python libxml-simple-perl ruby 20:22:43 Recommended packages: 20:22:43 qrencode xclip 20:22:43 The following NEW packages will be installed: 20:22:43 gnupg2 pass tree 20:22:44 0 upgraded, 3 newly installed, 0 to remove and 5 not upgraded. 20:22:44 Need to get 523 kB of archives. 20:22:44 After this operation, 727 kB of additional disk space will be used. 20:22:44 Get:1 http://deb.debian.org/debian bullseye/main amd64 gnupg2 all 2.2.27-2+deb11u2 [434 kB] 20:22:44 Get:2 http://deb.debian.org/debian bullseye/main amd64 tree amd64 1.8.0-1+b1 [49.6 kB] 20:22:44 Get:3 http://deb.debian.org/debian bullseye/main amd64 pass all 1.7.3-2 [39.2 kB] 20:22:44 debconf: delaying package configuration, since apt-utils is not installed 20:22:44 Fetched 523 kB in 0s (1915 kB/s) 20:22:44 Selecting previously unselected package gnupg2. 20:22:44 (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.) 20:22:44 Preparing to unpack .../gnupg2_2.2.27-2+deb11u2_all.deb ... 20:22:44 Unpacking gnupg2 (2.2.27-2+deb11u2) ... 20:22:44 Selecting previously unselected package tree. 20:22:44 Preparing to unpack .../tree_1.8.0-1+b1_amd64.deb ... 20:22:44 Unpacking tree (1.8.0-1+b1) ... 20:22:44 Selecting previously unselected package pass. 20:22:44 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ... 20:22:44 Unpacking pass (1.7.3-2) ... 20:22:44 Setting up gnupg2 (2.2.27-2+deb11u2) ... 20:22:44 Setting up tree (1.8.0-1+b1) ... 20:22:44 Setting up pass (1.7.3-2) ... 20:22:44 Removing intermediate container 55e38f4f9c5b 20:22:44 ---> 9099797ba61f 20:22:44 Step 6/24 : COPY tests/ssh/config/client /root/.ssh 20:22:45 ---> 6f26db8f6080 20:22:45 Step 7/24 : COPY tests/ssh/config/server/known_ed25519.pub /root/.ssh/known_hosts 20:22:45 ---> a81c67bfc9c5 20:22:45 Step 8/24 : RUN sed -i '1s;^;dpy-dind-ssh ;' /root/.ssh/known_hosts 20:22:45 ---> Running in 3a764e88060d 20:22:46 Removing intermediate container 3a764e88060d 20:22:46 ---> f0fbbb2305c6 20:22:46 Step 9/24 : RUN chmod -R 600 /root/.ssh 20:22:46 ---> Running in c0e6e6c41ee8 20:22:46 Removing intermediate container c0e6e6c41ee8 20:22:46 ---> 3eaf74627395 20:22:46 Step 10/24 : COPY ./tests/gpg-keys /gpg-keys 20:22:46 ---> 500bc1533eb7 20:22:46 Step 11/24 : RUN gpg2 --import gpg-keys/secret 20:22:46 ---> Running in 2fd852321bc9 20:22:47 gpg: directory '/root/.gnupg' created 20:22:47 gpg: keybox '/root/.gnupg/pubring.kbx' created 20:22:47 gpg: /root/.gnupg/trustdb.gpg: trustdb created 20:22:47 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported 20:22:47 gpg: key 464ED987A7B21401: secret key imported 20:22:47 gpg: Total number processed: 1 20:22:47 gpg: imported: 1 20:22:47 gpg: secret keys read: 1 20:22:47 gpg: secret keys imported: 1 20:22:47 Removing intermediate container 2fd852321bc9 20:22:47 ---> 48c0be7f33eb 20:22:47 Step 12/24 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust 20:22:47 ---> Running in 85ad6980a119 20:22:47 gpg: inserting ownertrust of 6 20:22:48 Removing intermediate container 85ad6980a119 20:22:48 ---> 7441d25bf554 20:22:48 Step 13/24 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}') 20:22:48 ---> Running in 9777e7925797 20:22:48 gpg: please do a --check-trustdb 20:22:48 mkdir: created directory '/root/.password-store/' 20:22:48 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401 20:22:48 Removing intermediate container 9777e7925797 20:22:48 ---> d860d024acf9 20:22:48 Step 14/24 : RUN gpg2 --check-trustdb 20:22:48 ---> Running in d2637f3b23ec 20:22:49 gpg: marginals needed: 3 completes needed: 1 trust model: pgp 20:22:49 gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u 20:22:49 Removing intermediate container d2637f3b23ec 20:22:49 ---> 5e5a89826814 20:22:49 Step 15/24 : ARG CREDSTORE_VERSION=v0.6.3 20:22:49 ---> Running in d22b63cbc240 20:22:49 Removing intermediate container d22b63cbc240 20:22:49 ---> 2a31530d4c53 20:22:49 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 20:22:49 ---> Running in 3a254cc083d5 20:22:50 Removing intermediate container 3a254cc083d5 20:22:50 ---> 106d838bdc2e 20:22:50 Step 17/24 : WORKDIR /src 20:22:50 ---> Running in e5e7b71f5c42 20:22:50 Removing intermediate container e5e7b71f5c42 20:22:50 ---> 7e66dad3642c 20:22:50 Step 18/24 : COPY requirements.txt /src/requirements.txt 20:22:50 ---> d3ba4c687bd4 20:22:50 Step 19/24 : RUN --mount=type=cache,target=/root/.cache/pip pip install -r requirements.txt 20:22:50 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