Pull request #3035 opened 18:46:38 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch main at 2494d63f36eba0e1811f05e7b2136f8b30f7cdb7 rather than 4888952a05375c02b45520dfdb3fb22dcb6638ad Obtained Jenkinsfile from 2494d63f36eba0e1811f05e7b2136f8b30f7cdb7 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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/jps.git > git init /var/cloudbees-jenkins-distribution/workspace/docker-py_PR-3035@libs/jps # timeout=10 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 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 Avoid second fetch 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" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.20.1' 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 All nodes of label ‘amd64&&ubuntu-2004&&overlay2’ are offline Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0e96f5639475fadc1) in /home/ubuntu/workspace/docker-py_PR-3035 [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_PR-3035@tmp/eb2dddc3-ac41-4303-bf5a-34049f453d8e/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 18:47:48 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 18:47:48 chowning workspace [Pipeline] sh 18:47:49 + pwd 18:47:49 + id -u 18:47:49 + id -g 18:47:49 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-3035:/workspace busybox chown -R 1000:1000 /workspace 18:47:49 Unable to find image 'busybox:latest' locally 18:47:49 latest: Pulling from library/busybox 18:47:49 50783e0dfb64: Pulling fs layer 18:47:49 50783e0dfb64: Verifying Checksum 18:47:49 50783e0dfb64: Download complete 18:47:50 50783e0dfb64: Pull complete 18:47:50 Digest: sha256:ef320ff10026a50cf5f0213d35537ce0041ac1d96e9b7800bafd8bc9eff6c693 18:47:50 Status: Downloaded newer image for busybox:latest [Pipeline] echo 18:47:52 Removing all docker containers [Pipeline] sh 18:47:52 + docker container ls -aq [Pipeline] echo 18:47:52 Docker containers have been removed [Pipeline] echo 18:47:52 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 18:47:52 cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (build image) [Pipeline] checkout 18:47:52 The recommended git tool is: git 18:47:54 using credential docker-jenkins-github-credentials 18:47:54 Cloning the remote Git repository 18:47:54 Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/docker-py.git > git init /home/ubuntu/workspace/docker-py_PR-3035 # 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/pull/3035/head:refs/remotes/origin/PR-3035 +refs/heads/main:refs/remotes/origin/main # timeout=10 18:47:56 Fetching without tags 18:47:56 Merging remotes/origin/main commit 2494d63f36eba0e1811f05e7b2136f8b30f7cdb7 into PR head commit 4888952a05375c02b45520dfdb3fb22dcb6638ad 18:47:56 Merge succeeded, producing 4888952a05375c02b45520dfdb3fb22dcb6638ad 18:47:56 Checking out Revision 4888952a05375c02b45520dfdb3fb22dcb6638ad (PR-3035) > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/3035/head:refs/remotes/origin/PR-3035 # timeout=10 > git config --add remote.origin.fetch +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/3035/head:refs/remotes/origin/PR-3035 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4888952a05375c02b45520dfdb3fb22dcb6638ad # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git merge 2494d63f36eba0e1811f05e7b2136f8b30f7cdb7 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4888952a05375c02b45520dfdb3fb22dcb6638ad # timeout=10 18:48:00 Commit message: "Use latest stable syntax for Dockerfiles" 18:48:00 First time build. Skipping changelog. [Pipeline] sh > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a 18:48:01 + git rev-parse HEAD [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:48:01 + docker pull dockerpinata/docker-py:sshdind-4888952a05375c02b45520dfdb3fb22dcb6638ad 18:48:02 Error response from daemon: manifest for dockerpinata/docker-py:sshdind-4888952a05375c02b45520dfdb3fb22dcb6638ad 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_PR-3035@tmp/999cee22-472e-448f-b971-2bd72032e562/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded 18:48:02 + docker build -t dockerpinata/docker-py:sshdind-4888952a05375c02b45520dfdb3fb22dcb6638ad -f tests/Dockerfile-ssh-dind . 18:48:02 Sending build context to Docker daemon 1.399MB 18:48:02 Step 1/8 : ARG API_VERSION=1.41 18:48:02 Step 2/8 : ARG ENGINE_VERSION=20.10 18:48:02 Step 3/8 : FROM docker:${ENGINE_VERSION}-dind 18:48:02 20.10-dind: Pulling from library/docker 18:48:02 213ec9aee27d: Pulling fs layer 18:48:02 6eb510456a42: Pulling fs layer 18:48:02 4627ba0696d0: Pulling fs layer 18:48:02 e001120e1cd4: Pulling fs layer 18:48:02 ff3ada922ff1: Pulling fs layer 18:48:02 695833fa5c21: Pulling fs layer 18:48:02 d4b32608c75f: Pulling fs layer 18:48:02 7c9f0f1659d0: Pulling fs layer 18:48:02 2d5cd9e469fc: Pulling fs layer 18:48:02 5b73c299c185: Pulling fs layer 18:48:02 156ab6250e72: Pulling fs layer 18:48:02 ca981fc51fe0: Pulling fs layer 18:48:02 19b6fb613d6e: Pulling fs layer 18:48:02 088137a3a6e0: Pulling fs layer 18:48:02 e001120e1cd4: Waiting 18:48:02 ff3ada922ff1: Waiting 18:48:02 695833fa5c21: Waiting 18:48:02 d4b32608c75f: Waiting 18:48:02 2d5cd9e469fc: Waiting 18:48:02 5b73c299c185: Waiting 18:48:02 156ab6250e72: Waiting 18:48:02 ca981fc51fe0: Waiting 18:48:02 19b6fb613d6e: Waiting 18:48:02 088137a3a6e0: Waiting 18:48:02 7c9f0f1659d0: Waiting 18:48:02 4627ba0696d0: Verifying Checksum 18:48:02 4627ba0696d0: Download complete 18:48:02 213ec9aee27d: Verifying Checksum 18:48:02 213ec9aee27d: Download complete 18:48:02 6eb510456a42: Verifying Checksum 18:48:02 6eb510456a42: Download complete 18:48:02 695833fa5c21: Verifying Checksum 18:48:02 695833fa5c21: Download complete 18:48:02 ff3ada922ff1: Verifying Checksum 18:48:02 ff3ada922ff1: Download complete 18:48:03 e001120e1cd4: Verifying Checksum 18:48:03 e001120e1cd4: Download complete 18:48:03 d4b32608c75f: Verifying Checksum 18:48:03 d4b32608c75f: Download complete 18:48:03 7c9f0f1659d0: Verifying Checksum 18:48:03 7c9f0f1659d0: Download complete 18:48:03 2d5cd9e469fc: Verifying Checksum 18:48:03 2d5cd9e469fc: Download complete 18:48:03 156ab6250e72: Verifying Checksum 18:48:03 156ab6250e72: Download complete 18:48:03 213ec9aee27d: Pull complete 18:48:03 5b73c299c185: Verifying Checksum 18:48:03 5b73c299c185: Download complete 18:48:03 19b6fb613d6e: Verifying Checksum 18:48:03 19b6fb613d6e: Download complete 18:48:03 088137a3a6e0: Verifying Checksum 18:48:03 088137a3a6e0: Download complete 18:48:03 6eb510456a42: Pull complete 18:48:04 4627ba0696d0: Pull complete 18:48:04 ca981fc51fe0: Verifying Checksum 18:48:04 ca981fc51fe0: Download complete 18:48:04 e001120e1cd4: Pull complete 18:48:05 ff3ada922ff1: Pull complete 18:48:05 695833fa5c21: Pull complete 18:48:05 d4b32608c75f: Pull complete 18:48:05 7c9f0f1659d0: Pull complete 18:48:05 2d5cd9e469fc: Pull complete 18:48:06 5b73c299c185: Pull complete 18:48:06 156ab6250e72: Pull complete 18:48:08 ca981fc51fe0: Pull complete 18:48:08 19b6fb613d6e: Pull complete 18:48:08 088137a3a6e0: Pull complete 18:48:08 Digest: sha256:f92b5715c425e1066cab3a4d32be7b6ccee26c6a1ca3ca7544f86c6554df9424 18:48:08 Status: Downloaded newer image for docker:20.10-dind 18:48:08 ---> 780523c12933 18:48:08 Step 4/8 : RUN apk add --no-cache --upgrade openssh 18:48:11 ---> Running in 7e1ecc67ee4c 18:48:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:48:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:48:12 (1/4) Installing openssh-sftp-server (9.0_p1-r2) 18:48:12 (2/4) Installing openssh-server-common (9.0_p1-r2) 18:48:12 (3/4) Installing openssh-server (9.0_p1-r2) 18:48:12 (4/4) Installing openssh (9.0_p1-r2) 18:48:12 Executing busybox-1.35.0-r17.trigger 18:48:12 OK: 31 MiB in 59 packages 18:48:13 Removing intermediate container 7e1ecc67ee4c 18:48:13 ---> fd01a902b07f 18:48:13 Step 5/8 : COPY tests/ssh/config/server /etc/ssh/ 18:48:13 ---> 9c30de9637dc 18:48:13 Step 6/8 : COPY tests/ssh/config/client/id_rsa.pub /root/.ssh/authorized_keys 18:48:14 ---> 861acb4bfded 18:48:14 Step 7/8 : RUN chmod -R 600 /etc/ssh && chmod -R 600 /root/.ssh && ln -s /usr/local/bin/docker /usr/bin/docker 18:48:14 ---> Running in ecc0dcb3c6cf 18:48:14 Removing intermediate container ecc0dcb3c6cf 18:48:14 ---> 0fd1f9a9025a 18:48:14 Step 8/8 : EXPOSE 22 18:48:14 ---> Running in 1c8f7933ef05 18:48:14 Removing intermediate container 1c8f7933ef05 18:48:14 ---> 6bcc7b5bb267 18:48:14 Successfully built 6bcc7b5bb267 18:48:14 Successfully tagged dockerpinata/docker-py:sshdind-4888952a05375c02b45520dfdb3fb22dcb6638ad [Pipeline] isUnix [Pipeline] sh 18:48:15 + docker tag dockerpinata/docker-py:sshdind-4888952a05375c02b45520dfdb3fb22dcb6638ad dockerpinata/docker-py:sshdind-4888952a05375c02b45520dfdb3fb22dcb6638ad [Pipeline] isUnix [Pipeline] sh 18:48:15 + docker push dockerpinata/docker-py:sshdind-4888952a05375c02b45520dfdb3fb22dcb6638ad 18:48:15 The push refers to repository [docker.io/dockerpinata/docker-py] 18:48:15 e1d811ec5790: Preparing 18:48:15 7fe9266ca35a: Preparing 18:48:15 8c16b7b7f9a9: Preparing 18:48:15 0245d8f6f56a: Preparing 18:48:15 0572f740e0ff: Preparing 18:48:15 69563ab15f20: Preparing 18:48:15 6842091e3363: Preparing 18:48:15 4f0fcbd8982a: Preparing 18:48:15 304efc3e1bb7: Preparing 18:48:15 affe6a1546a4: Preparing 18:48:15 90221ed8cfe4: Preparing 18:48:15 b45c08a3d6e7: Preparing 18:48:15 2b8d234be808: Preparing 18:48:15 c1c0775a9e08: Preparing 18:48:15 09e77f436210: Preparing 18:48:15 be04e0ba70d2: Preparing 18:48:15 9d0b8a80148b: Preparing 18:48:15 994393dc58e7: Preparing 18:48:15 69563ab15f20: Waiting 18:48:15 6842091e3363: Waiting 18:48:15 4f0fcbd8982a: Waiting 18:48:15 304efc3e1bb7: Waiting 18:48:15 affe6a1546a4: Waiting 18:48:15 90221ed8cfe4: Waiting 18:48:15 b45c08a3d6e7: Waiting 18:48:15 2b8d234be808: Waiting 18:48:15 c1c0775a9e08: Waiting 18:48:15 09e77f436210: Waiting 18:48:15 be04e0ba70d2: Waiting 18:48:15 9d0b8a80148b: Waiting 18:48:15 994393dc58e7: Waiting 18:48:15 0572f740e0ff: Mounted from library/docker 18:48:16 69563ab15f20: Mounted from library/docker 18:48:16 6842091e3363: Mounted from library/docker 18:48:16 4f0fcbd8982a: Mounted from library/docker 18:48:16 e1d811ec5790: Pushed 18:48:16 8c16b7b7f9a9: Pushed 18:48:16 304efc3e1bb7: Mounted from library/docker 18:48:16 0245d8f6f56a: Pushed 18:48:16 7fe9266ca35a: Pushed 18:48:16 affe6a1546a4: Mounted from library/docker 18:48:16 90221ed8cfe4: Mounted from library/docker 18:48:16 2b8d234be808: Mounted from library/docker 18:48:16 b45c08a3d6e7: Mounted from library/docker 18:48:17 c1c0775a9e08: Mounted from library/docker 18:48:17 09e77f436210: Layer already exists 18:48:17 994393dc58e7: Layer already exists 18:48:17 9d0b8a80148b: Layer already exists 18:48:17 be04e0ba70d2: Layer already exists 18:48:18 sshdind-4888952a05375c02b45520dfdb3fb22dcb6638ad: digest: sha256:d99cf690cdc802727c557034edfd950d7e29bcee1a1b6bf90151fbf9f2d803f9 size: 4083 [Pipeline] isUnix [Pipeline] sh 18:48:18 + docker pull dockerpinata/docker-py:py3-4888952a05375c02b45520dfdb3fb22dcb6638ad 18:48:18 Error response from daemon: manifest for dockerpinata/docker-py:py3-4888952a05375c02b45520dfdb3fb22dcb6638ad not found: manifest unknown: manifest unknown [Pipeline] isUnix [Pipeline] sh 18:48:19 + docker build -t dockerpinata/docker-py:py3-4888952a05375c02b45520dfdb3fb22dcb6638ad -f tests/Dockerfile --build-arg PYTHON_VERSION=3.10 . 18:48:19 Sending build context to Docker daemon 1.399MB 18:48:19 Step 1/24 : ARG PYTHON_VERSION=3.10 18:48:19 Step 2/24 : FROM python:${PYTHON_VERSION} 18:48:19 3.10: Pulling from library/python 18:48:19 001c52e26ad5: Pulling fs layer 18:48:19 d9d4b9b6e964: Pulling fs layer 18:48:19 2068746827ec: Pulling fs layer 18:48:19 9daef329d350: Pulling fs layer 18:48:19 8a335986117b: Pulling fs layer 18:48:19 588423e31bcf: Pulling fs layer 18:48:19 f40cdf3ebc10: Pulling fs layer 18:48:19 04378c690b5e: Pulling fs layer 18:48:19 ace6d68f6bea: Pulling fs layer 18:48:19 8a335986117b: Waiting 18:48:19 588423e31bcf: Waiting 18:48:19 f40cdf3ebc10: Waiting 18:48:19 04378c690b5e: Waiting 18:48:19 ace6d68f6bea: Waiting 18:48:19 9daef329d350: Waiting 18:48:19 d9d4b9b6e964: Verifying Checksum 18:48:19 d9d4b9b6e964: Download complete 18:48:19 2068746827ec: Verifying Checksum 18:48:19 2068746827ec: Download complete 18:48:20 001c52e26ad5: Verifying Checksum 18:48:20 001c52e26ad5: Download complete 18:48:20 588423e31bcf: Verifying Checksum 18:48:20 588423e31bcf: Download complete 18:48:20 9daef329d350: Verifying Checksum 18:48:20 9daef329d350: Download complete 18:48:20 04378c690b5e: Verifying Checksum 18:48:20 04378c690b5e: Download complete 18:48:20 ace6d68f6bea: Verifying Checksum 18:48:20 ace6d68f6bea: Download complete 18:48:20 f40cdf3ebc10: Verifying Checksum 18:48:20 f40cdf3ebc10: Download complete 18:48:22 8a335986117b: Verifying Checksum 18:48:22 8a335986117b: Download complete 18:48:23 001c52e26ad5: Pull complete 18:48:23 d9d4b9b6e964: Pull complete 18:48:24 2068746827ec: Pull complete 18:48:26 9daef329d350: Pull complete 18:48:34 8a335986117b: Pull complete 18:48:34 588423e31bcf: Pull complete 18:48:34 f40cdf3ebc10: Pull complete 18:48:34 04378c690b5e: Pull complete 18:48:35 ace6d68f6bea: Pull complete 18:48:35 Digest: sha256:cbf49327fae903d64ab28251912fc00faea2c1baee493d347a07973a2cb50f98 18:48:35 Status: Downloaded newer image for python:3.10 18:48:35 ---> b62e4294564c 18:48:35 Step 3/24 : ARG APT_MIRROR 18:48:36 ---> Running in 46cca8221f1a 18:48:36 Removing intermediate container 46cca8221f1a 18:48:36 ---> fc9175858dc5 18:48:36 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 18:48:36 ---> Running in 910e6e385b61 18:48:37 Removing intermediate container 910e6e385b61 18:48:37 ---> 0a1ef97c62d2 18:48:37 Step 5/24 : RUN apt-get update && apt-get -y install --no-install-recommends gnupg2 pass 18:48:37 ---> Running in e29730dd0779 18:48:37 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] 18:48:37 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] 18:48:37 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] 18:48:38 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] 18:48:38 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [177 kB] 18:48:38 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] 18:48:39 Fetched 8570 kB in 2s (5427 kB/s) 18:48:39 Reading package lists... 18:48:40 Reading package lists... 18:48:40 Building dependency tree... 18:48:40 Reading state information... 18:48:40 The following additional packages will be installed: 18:48:40 tree 18:48:40 Suggested packages: 18:48:40 python libxml-simple-perl ruby 18:48:40 Recommended packages: 18:48:40 qrencode xclip 18:48:40 The following NEW packages will be installed: 18:48:40 gnupg2 pass tree 18:48:40 0 upgraded, 3 newly installed, 0 to remove and 7 not upgraded. 18:48:40 Need to get 523 kB of archives. 18:48:40 After this operation, 727 kB of additional disk space will be used. 18:48:40 Get:1 http://deb.debian.org/debian bullseye/main amd64 gnupg2 all 2.2.27-2+deb11u2 [434 kB] 18:48:40 Get:2 http://deb.debian.org/debian bullseye/main amd64 tree amd64 1.8.0-1+b1 [49.6 kB] 18:48:40 Get:3 http://deb.debian.org/debian bullseye/main amd64 pass all 1.7.3-2 [39.2 kB] 18:48:41 debconf: delaying package configuration, since apt-utils is not installed 18:48:41 Fetched 523 kB in 0s (1856 kB/s) 18:48:41 Selecting previously unselected package gnupg2. 18:48:41 (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.) 18:48:41 Preparing to unpack .../gnupg2_2.2.27-2+deb11u2_all.deb ... 18:48:41 Unpacking gnupg2 (2.2.27-2+deb11u2) ... 18:48:41 Selecting previously unselected package tree. 18:48:41 Preparing to unpack .../tree_1.8.0-1+b1_amd64.deb ... 18:48:41 Unpacking tree (1.8.0-1+b1) ... 18:48:41 Selecting previously unselected package pass. 18:48:41 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ... 18:48:41 Unpacking pass (1.7.3-2) ... 18:48:41 Setting up gnupg2 (2.2.27-2+deb11u2) ... 18:48:41 Setting up tree (1.8.0-1+b1) ... 18:48:41 Setting up pass (1.7.3-2) ... 18:48:42 Removing intermediate container e29730dd0779 18:48:42 ---> 784f05fcbd15 18:48:42 Step 6/24 : COPY tests/ssh/config/client /root/.ssh 18:48:42 ---> b60a26abce6f 18:48:42 Step 7/24 : COPY tests/ssh/config/server/known_ed25519.pub /root/.ssh/known_hosts 18:48:42 ---> 9742704af6dc 18:48:42 Step 8/24 : RUN sed -i '1s;^;dpy-dind-ssh ;' /root/.ssh/known_hosts 18:48:42 ---> Running in 0ef382450963 18:48:43 Removing intermediate container 0ef382450963 18:48:43 ---> 31071a0dfd8d 18:48:43 Step 9/24 : RUN chmod -R 600 /root/.ssh 18:48:43 ---> Running in ee2dbcc1580f 18:48:44 Removing intermediate container ee2dbcc1580f 18:48:44 ---> 02cb70155a7f 18:48:44 Step 10/24 : COPY ./tests/gpg-keys /gpg-keys 18:48:44 ---> cc274141b795 18:48:44 Step 11/24 : RUN gpg2 --import gpg-keys/secret 18:48:44 ---> Running in 165aa9dd3d58 18:48:44 gpg: directory '/root/.gnupg' created 18:48:44 gpg: keybox '/root/.gnupg/pubring.kbx' created 18:48:44 gpg: /root/.gnupg/trustdb.gpg: trustdb created 18:48:44 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported 18:48:44 gpg: key 464ED987A7B21401: secret key imported 18:48:44 gpg: Total number processed: 1 18:48:44 gpg: imported: 1 18:48:44 gpg: secret keys read: 1 18:48:44 gpg: secret keys imported: 1 18:48:44 Removing intermediate container 165aa9dd3d58 18:48:44 ---> 74332d640adb 18:48:44 Step 12/24 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust 18:48:44 ---> Running in 053f65d12ff7 18:48:45 gpg: inserting ownertrust of 6 18:48:45 Removing intermediate container 053f65d12ff7 18:48:45 ---> 5332909c3640 18:48:45 Step 13/24 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}') 18:48:45 ---> Running in fc1f78365c0b 18:48:45 gpg: please do a --check-trustdb 18:48:45 mkdir: created directory '/root/.password-store/' 18:48:45 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401 18:48:46 Removing intermediate container fc1f78365c0b 18:48:46 ---> 4e8a54a46f96 18:48:46 Step 14/24 : RUN gpg2 --check-trustdb 18:48:46 ---> Running in e5bb55c81e71 18:48:46 gpg: marginals needed: 3 completes needed: 1 trust model: pgp 18:48:46 gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u 18:48:46 Removing intermediate container e5bb55c81e71 18:48:46 ---> 47c999f90c77 18:48:46 Step 15/24 : ARG CREDSTORE_VERSION=v0.6.3 18:48:46 ---> Running in 9d29a72ba579 18:48:46 Removing intermediate container 9d29a72ba579 18:48:46 ---> 35133c9bab75 18:48:46 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 18:48:46 ---> Running in 0813397db8ab 18:49:01 Removing intermediate container 0813397db8ab 18:49:01 ---> 1f688c7a3ee2 18:49:01 Step 17/24 : WORKDIR /src 18:49:01 ---> Running in 5ae1bbd0f6f4 18:49:01 Removing intermediate container 5ae1bbd0f6f4 18:49:01 ---> 4d9b45a8a42c 18:49:01 Step 18/24 : COPY requirements.txt /src/requirements.txt 18:49:01 ---> 3407bfd29e2a 18:49:01 Step 19/24 : RUN --mount=type=cache,target=/root/.cache/pip pip install -r requirements.txt 18:49:01 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