Pull request #3032 opened 20:21:05 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch main at e901eac7a8c5f29c7720eafb9f58c8356cca2324 rather than c715fb30d92c23369ceb9d81c5760af8ea8c8fa2 Obtained Jenkinsfile from e901eac7a8c5f29c7720eafb9f58c8356cca2324 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-3032@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 ‘EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0edc5429ddca53a75)’ is offline Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0edc5429ddca53a75) in /home/ubuntu/workspace/docker-py_PR-3032 [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-3032@tmp/18f4704a-b125-4fd3-a73d-040f4ecc294c/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:22:13 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 20:22:13 chowning workspace [Pipeline] sh 20:22:13 + pwd 20:22:13 + id -u 20:22:13 + id -g 20:22:13 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-3032:/workspace busybox chown -R 1000:1000 /workspace 20:22:13 Unable to find image 'busybox:latest' locally 20:22:14 latest: Pulling from library/busybox 20:22:14 50783e0dfb64: Pulling fs layer 20:22:14 50783e0dfb64: Download complete 20:22:14 50783e0dfb64: Pull complete 20:22:14 Digest: sha256:ef320ff10026a50cf5f0213d35537ce0041ac1d96e9b7800bafd8bc9eff6c693 20:22:14 Status: Downloaded newer image for busybox:latest [Pipeline] echo 20:22:17 Removing all docker containers [Pipeline] sh 20:22:18 + docker container ls -aq [Pipeline] echo 20:22:18 Docker containers have been removed [Pipeline] echo 20:22:18 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 20:22:18 cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (build image) [Pipeline] checkout 20:22:18 The recommended git tool is: git 20:22:20 using credential docker-jenkins-github-credentials 20:22:20 Cloning the remote Git repository 20:22:20 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-3032 # 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/3032/head:refs/remotes/origin/PR-3032 +refs/heads/main:refs/remotes/origin/main # timeout=10 20:22:22 Fetching without tags 20:22:22 Merging remotes/origin/main commit e901eac7a8c5f29c7720eafb9f58c8356cca2324 into PR head commit c715fb30d92c23369ceb9d81c5760af8ea8c8fa2 20:22:22 Merge succeeded, producing c715fb30d92c23369ceb9d81c5760af8ea8c8fa2 20:22:22 Checking out Revision c715fb30d92c23369ceb9d81c5760af8ea8c8fa2 (PR-3032) > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/3032/head:refs/remotes/origin/PR-3032 # 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/3032/head:refs/remotes/origin/PR-3032 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c715fb30d92c23369ceb9d81c5760af8ea8c8fa2 # 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 e901eac7a8c5f29c7720eafb9f58c8356cca2324 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c715fb30d92c23369ceb9d81c5760af8ea8c8fa2 # timeout=10 20:22:26 Commit message: "docs: install package in ReadTheDocs build" 20:22:26 First time build. Skipping changelog. [Pipeline] sh 20:22:26 + git rev-parse HEAD [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a 20:22:27 + docker pull dockerpinata/docker-py:sshdind-c715fb30d92c23369ceb9d81c5760af8ea8c8fa2 20:22:27 Error response from daemon: manifest for dockerpinata/docker-py:sshdind-c715fb30d92c23369ceb9d81c5760af8ea8c8fa2 not found: manifest unknown: manifest unknown [Pipeline] isUnix [Pipeline] sh 20:22:27 + docker build -t dockerpinata/docker-py:sshdind-c715fb30d92c23369ceb9d81c5760af8ea8c8fa2 -f tests/Dockerfile-ssh-dind . 20:22:27 Sending build context to Docker daemon 1.399MB 20:22:27 Step 1/10 : ARG API_VERSION=1.41 20:22:27 Step 2/10 : ARG ENGINE_VERSION=20.10 20:22:27 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_PR-3032@tmp/6b5a361c-73e3-41f9-8e9e-a7f50b34bb2e/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:27 20.10-dind: Pulling from library/docker 20:22:27 213ec9aee27d: Pulling fs layer 20:22:27 6eb510456a42: Pulling fs layer 20:22:27 4627ba0696d0: Pulling fs layer 20:22:27 e001120e1cd4: Pulling fs layer 20:22:27 7891c9ff9fe8: Pulling fs layer 20:22:27 144f1ebec263: Pulling fs layer 20:22:27 cf0385f95877: Pulling fs layer 20:22:27 e30c5557bfe3: Pulling fs layer 20:22:27 cf3b23cdd154: Pulling fs layer 20:22:27 d0fb14534f84: Pulling fs layer 20:22:27 2317829903f1: Pulling fs layer 20:22:27 4bb16b423fd5: Pulling fs layer 20:22:27 5df88fbdd82d: Pulling fs layer 20:22:27 a813a67ee7ee: Pulling fs layer 20:22:27 e30c5557bfe3: Waiting 20:22:27 cf3b23cdd154: Waiting 20:22:27 d0fb14534f84: Waiting 20:22:27 2317829903f1: Waiting 20:22:27 4bb16b423fd5: Waiting 20:22:27 5df88fbdd82d: Waiting 20:22:27 a813a67ee7ee: Waiting 20:22:27 7891c9ff9fe8: Waiting 20:22:27 144f1ebec263: Waiting 20:22:27 cf0385f95877: Waiting 20:22:27 e001120e1cd4: Waiting 20:22:27 6eb510456a42: Verifying Checksum 20:22:27 6eb510456a42: Download complete 20:22:27 4627ba0696d0: Verifying Checksum 20:22:27 4627ba0696d0: Download complete 20:22:28 213ec9aee27d: Verifying Checksum 20:22:28 213ec9aee27d: Download complete 20:22:28 e001120e1cd4: Verifying Checksum 20:22:28 e001120e1cd4: Download complete 20:22:28 7891c9ff9fe8: Verifying Checksum 20:22:28 7891c9ff9fe8: Download complete 20:22:28 144f1ebec263: Verifying Checksum 20:22:28 144f1ebec263: Download complete 20:22:28 e30c5557bfe3: Verifying Checksum 20:22:28 e30c5557bfe3: Download complete 20:22:28 cf0385f95877: Verifying Checksum 20:22:28 cf0385f95877: Download complete 20:22:28 cf3b23cdd154: Verifying Checksum 20:22:28 cf3b23cdd154: Download complete 20:22:28 2317829903f1: Download complete 20:22:28 d0fb14534f84: Verifying Checksum 20:22:28 d0fb14534f84: Download complete 20:22:28 213ec9aee27d: Pull complete 20:22:28 5df88fbdd82d: Verifying Checksum 20:22:28 5df88fbdd82d: Download complete 20:22:28 a813a67ee7ee: Verifying Checksum 20:22:28 a813a67ee7ee: Download complete 20:22:28 6eb510456a42: Pull complete 20:22:28 4627ba0696d0: Pull complete 20:22:29 4bb16b423fd5: Verifying Checksum 20:22:29 4bb16b423fd5: Download complete 20:22:30 e001120e1cd4: Pull complete 20:22:31 7891c9ff9fe8: Pull complete 20:22:31 144f1ebec263: Pull complete 20:22:31 cf0385f95877: Pull complete 20:22:32 e30c5557bfe3: Pull complete 20:22:32 cf3b23cdd154: Pull complete 20:22:33 d0fb14534f84: Pull complete 20:22:33 2317829903f1: Pull complete 20:22:36 4bb16b423fd5: Pull complete 20:22:36 5df88fbdd82d: Pull complete 20:22:36 a813a67ee7ee: Pull complete 20:22:36 Digest: sha256:7bdd29ad5bb0bf28ffd27ae1add967896e15d5d9792324cc9412705afd864ef4 20:22:36 Status: Downloaded newer image for docker:20.10-dind 20:22:36 ---> c6bedc1ef641 20:22:36 Step 4/10 : RUN apk add --no-cache --upgrade openssh 20:22:40 ---> Running in b793c71d8fac 20:22:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:22:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:22:42 (1/4) Installing openssh-sftp-server (9.0_p1-r2) 20:22:42 (2/4) Installing openssh-server-common (9.0_p1-r2) 20:22:42 (3/4) Installing openssh-server (9.0_p1-r2) 20:22:42 (4/4) Installing openssh (9.0_p1-r2) 20:22:42 Executing busybox-1.35.0-r17.trigger 20:22:42 OK: 31 MiB in 59 packages 20:22:43 Removing intermediate container b793c71d8fac 20:22:43 ---> b1a5dc6a48de 20:22:43 Step 5/10 : COPY tests/ssh/config/server /etc/ssh/ 20:22:43 ---> c26a0ef547b6 20:22:43 Step 6/10 : RUN chmod -R 600 /etc/ssh 20:22:43 ---> Running in 781a6eed3f8b 20:22:44 Removing intermediate container 781a6eed3f8b 20:22:44 ---> 2ea614897399 20:22:44 Step 7/10 : COPY tests/ssh/config/client/id_rsa.pub /root/.ssh/authorized_keys 20:22:44 ---> a6dfec395bb6 20:22:44 Step 8/10 : RUN chmod -R 600 /root/.ssh 20:22:44 ---> Running in 140911e01dc7 20:22:45 Removing intermediate container 140911e01dc7 20:22:45 ---> 3c22ac82f6ea 20:22:45 Step 9/10 : RUN ln -s /usr/local/bin/docker /usr/bin/docker 20:22:45 ---> Running in 9ca44ae0086e 20:22:46 Removing intermediate container 9ca44ae0086e 20:22:46 ---> bff910478d71 20:22:46 Step 10/10 : EXPOSE 22 20:22:46 ---> Running in 09d35ada0b14 20:22:46 Removing intermediate container 09d35ada0b14 20:22:46 ---> ccf110a52a82 20:22:46 Successfully built ccf110a52a82 20:22:46 Successfully tagged dockerpinata/docker-py:sshdind-c715fb30d92c23369ceb9d81c5760af8ea8c8fa2 [Pipeline] isUnix [Pipeline] sh 20:22:47 + docker tag dockerpinata/docker-py:sshdind-c715fb30d92c23369ceb9d81c5760af8ea8c8fa2 dockerpinata/docker-py:sshdind-c715fb30d92c23369ceb9d81c5760af8ea8c8fa2 [Pipeline] isUnix [Pipeline] sh 20:22:47 + docker push dockerpinata/docker-py:sshdind-c715fb30d92c23369ceb9d81c5760af8ea8c8fa2 20:22:47 The push refers to repository [docker.io/dockerpinata/docker-py] 20:22:47 4194040a9cba: Preparing 20:22:47 728a0b9c1616: Preparing 20:22:47 18fc720eb28f: Preparing 20:22:47 800d14c2b322: Preparing 20:22:47 f4891c038d18: Preparing 20:22:47 c26e98dfe6d0: Preparing 20:22:47 e8e76b0739e3: Preparing 20:22:47 6a6f8ed18377: Preparing 20:22:47 0d6d32831f91: Preparing 20:22:47 eebb98973a9f: Preparing 20:22:47 bb0754ca3c89: Preparing 20:22:47 58cca95959a6: Preparing 20:22:47 3e89a5d37d75: Preparing 20:22:47 36ef98dc5c24: Preparing 20:22:47 569ac8b700bf: Preparing 20:22:47 62889ebd7614: Preparing 20:22:47 09e77f436210: Preparing 20:22:47 be04e0ba70d2: Preparing 20:22:47 9d0b8a80148b: Preparing 20:22:47 994393dc58e7: Preparing 20:22:47 c26e98dfe6d0: Waiting 20:22:47 e8e76b0739e3: Waiting 20:22:47 6a6f8ed18377: Waiting 20:22:47 0d6d32831f91: Waiting 20:22:47 eebb98973a9f: Waiting 20:22:47 bb0754ca3c89: Waiting 20:22:47 58cca95959a6: Waiting 20:22:47 3e89a5d37d75: Waiting 20:22:47 36ef98dc5c24: Waiting 20:22:47 569ac8b700bf: Waiting 20:22:47 62889ebd7614: Waiting 20:22:47 09e77f436210: Waiting 20:22:47 be04e0ba70d2: Waiting 20:22:47 9d0b8a80148b: Waiting 20:22:47 994393dc58e7: Waiting 20:22:48 728a0b9c1616: Pushed 20:22:48 800d14c2b322: Pushed 20:22:48 f4891c038d18: Pushed 20:22:48 4194040a9cba: Pushed 20:22:48 18fc720eb28f: Pushed 20:22:48 e8e76b0739e3: Mounted from library/docker 20:22:48 6a6f8ed18377: Mounted from library/docker 20:22:48 0d6d32831f91: Mounted from library/docker 20:22:48 eebb98973a9f: Mounted from library/docker 20:22:49 bb0754ca3c89: Mounted from library/docker 20:22:49 3e89a5d37d75: Mounted from library/docker 20:22:49 58cca95959a6: Mounted from library/docker 20:22:49 36ef98dc5c24: Mounted from library/docker 20:22:49 569ac8b700bf: Mounted from library/docker 20:22:49 09e77f436210: Layer already exists 20:22:49 62889ebd7614: Mounted from library/docker 20:22:49 be04e0ba70d2: Layer already exists 20:22:49 9d0b8a80148b: Layer already exists 20:22:49 994393dc58e7: Layer already exists 20:22:49 c26e98dfe6d0: Pushed 20:22:51 sshdind-c715fb30d92c23369ceb9d81c5760af8ea8c8fa2: digest: sha256:6eea635709862b64d751421a32529ba040ff80c7ec262c47d8aeaa5b6593f01d size: 4497 [Pipeline] isUnix [Pipeline] sh 20:22:51 + docker pull dockerpinata/docker-py:py3-c715fb30d92c23369ceb9d81c5760af8ea8c8fa2 20:22:51 Error response from daemon: manifest for dockerpinata/docker-py:py3-c715fb30d92c23369ceb9d81c5760af8ea8c8fa2 not found: manifest unknown: manifest unknown [Pipeline] isUnix [Pipeline] sh 20:22:51 + docker build -t dockerpinata/docker-py:py3-c715fb30d92c23369ceb9d81c5760af8ea8c8fa2 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.10 . 20:22:51 Sending build context to Docker daemon 1.399MB 20:22:51 Step 1/24 : ARG PYTHON_VERSION=3.10 20:22:51 Step 2/24 : FROM python:${PYTHON_VERSION} 20:22:52 3.10: Pulling from library/python 20:22:52 001c52e26ad5: Pulling fs layer 20:22:52 d9d4b9b6e964: Pulling fs layer 20:22:52 2068746827ec: Pulling fs layer 20:22:52 9daef329d350: Pulling fs layer 20:22:52 8a335986117b: Pulling fs layer 20:22:52 588423e31bcf: Pulling fs layer 20:22:52 f40cdf3ebc10: Pulling fs layer 20:22:52 04378c690b5e: Pulling fs layer 20:22:52 ace6d68f6bea: Pulling fs layer 20:22:52 9daef329d350: Waiting 20:22:52 8a335986117b: Waiting 20:22:52 588423e31bcf: Waiting 20:22:52 f40cdf3ebc10: Waiting 20:22:52 ace6d68f6bea: Waiting 20:22:52 04378c690b5e: Waiting 20:22:52 d9d4b9b6e964: Verifying Checksum 20:22:52 d9d4b9b6e964: Download complete 20:22:52 2068746827ec: Verifying Checksum 20:22:52 2068746827ec: Download complete 20:22:53 001c52e26ad5: Verifying Checksum 20:22:53 001c52e26ad5: Download complete 20:22:54 588423e31bcf: Verifying Checksum 20:22:54 588423e31bcf: Download complete 20:22:54 9daef329d350: Verifying Checksum 20:22:54 9daef329d350: Download complete 20:22:54 04378c690b5e: Verifying Checksum 20:22:54 04378c690b5e: Download complete 20:22:54 ace6d68f6bea: Verifying Checksum 20:22:54 ace6d68f6bea: Download complete 20:22:54 f40cdf3ebc10: Verifying Checksum 20:22:54 f40cdf3ebc10: Download complete 20:22:56 8a335986117b: Verifying Checksum 20:22:56 8a335986117b: Download complete 20:22:58 001c52e26ad5: Pull complete 20:22:58 d9d4b9b6e964: Pull complete 20:22:58 2068746827ec: Pull complete 20:23:01 9daef329d350: Pull complete 20:23:09 8a335986117b: Pull complete 20:23:09 588423e31bcf: Pull complete 20:23:09 f40cdf3ebc10: Pull complete 20:23:09 04378c690b5e: Pull complete 20:23:09 ace6d68f6bea: Pull complete 20:23:09 Digest: sha256:cbf49327fae903d64ab28251912fc00faea2c1baee493d347a07973a2cb50f98 20:23:09 Status: Downloaded newer image for python:3.10 20:23:09 ---> b62e4294564c 20:23:09 Step 3/24 : ARG APT_MIRROR 20:23:12 ---> Running in 2b32ef49ce5c 20:23:12 Removing intermediate container 2b32ef49ce5c 20:23:12 ---> 3f09342361f4 20:23:12 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:23:12 ---> Running in c5f1c717942a 20:23:13 Removing intermediate container c5f1c717942a 20:23:13 ---> 1ae1783aec50 20:23:13 Step 5/24 : RUN apt-get update && apt-get -y install --no-install-recommends gnupg2 pass 20:23:13 ---> Running in b252a7c2310f 20:23:14 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] 20:23:14 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] 20:23:14 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] 20:23:14 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] 20:23:14 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [177 kB] 20:23:14 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] 20:23:15 Fetched 8570 kB in 2s (5243 kB/s) 20:23:15 Reading package lists... 20:23:16 Reading package lists... 20:23:16 Building dependency tree... 20:23:16 Reading state information... 20:23:16 The following additional packages will be installed: 20:23:16 tree 20:23:16 Suggested packages: 20:23:16 python libxml-simple-perl ruby 20:23:16 Recommended packages: 20:23:16 qrencode xclip 20:23:16 The following NEW packages will be installed: 20:23:16 gnupg2 pass tree 20:23:17 0 upgraded, 3 newly installed, 0 to remove and 6 not upgraded. 20:23:17 Need to get 523 kB of archives. 20:23:17 After this operation, 727 kB of additional disk space will be used. 20:23:17 Get:1 http://deb.debian.org/debian bullseye/main amd64 gnupg2 all 2.2.27-2+deb11u2 [434 kB] 20:23:17 Get:2 http://deb.debian.org/debian bullseye/main amd64 tree amd64 1.8.0-1+b1 [49.6 kB] 20:23:17 Get:3 http://deb.debian.org/debian bullseye/main amd64 pass all 1.7.3-2 [39.2 kB] 20:23:17 debconf: delaying package configuration, since apt-utils is not installed 20:23:17 Fetched 523 kB in 0s (1901 kB/s) 20:23:17 Selecting previously unselected package gnupg2. 20:23:17 (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:23:17 Preparing to unpack .../gnupg2_2.2.27-2+deb11u2_all.deb ... 20:23:17 Unpacking gnupg2 (2.2.27-2+deb11u2) ... 20:23:17 Selecting previously unselected package tree. 20:23:17 Preparing to unpack .../tree_1.8.0-1+b1_amd64.deb ... 20:23:17 Unpacking tree (1.8.0-1+b1) ... 20:23:17 Selecting previously unselected package pass. 20:23:17 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ... 20:23:17 Unpacking pass (1.7.3-2) ... 20:23:17 Setting up gnupg2 (2.2.27-2+deb11u2) ... 20:23:17 Setting up tree (1.8.0-1+b1) ... 20:23:17 Setting up pass (1.7.3-2) ... 20:23:18 Removing intermediate container b252a7c2310f 20:23:18 ---> 84360feecfec 20:23:18 Step 6/24 : COPY tests/ssh/config/client /root/.ssh 20:23:18 ---> 17f8204c241a 20:23:18 Step 7/24 : COPY tests/ssh/config/server/known_ed25519.pub /root/.ssh/known_hosts 20:23:18 ---> 9043818eff25 20:23:18 Step 8/24 : RUN sed -i '1s;^;dpy-dind-ssh ;' /root/.ssh/known_hosts 20:23:18 ---> Running in 165a6ab9bbf4 20:23:19 Removing intermediate container 165a6ab9bbf4 20:23:19 ---> 052f9641fe11 20:23:19 Step 9/24 : RUN chmod -R 600 /root/.ssh 20:23:19 ---> Running in 54b9f980e574 20:23:20 Removing intermediate container 54b9f980e574 20:23:20 ---> fc7d28cdf301 20:23:20 Step 10/24 : COPY ./tests/gpg-keys /gpg-keys 20:23:20 ---> c33f1fbbe979 20:23:20 Step 11/24 : RUN gpg2 --import gpg-keys/secret 20:23:20 ---> Running in c38fe032e802 20:23:20 gpg: directory '/root/.gnupg' created 20:23:20 gpg: keybox '/root/.gnupg/pubring.kbx' created 20:23:20 gpg: /root/.gnupg/trustdb.gpg: trustdb created 20:23:20 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported 20:23:20 gpg: key 464ED987A7B21401: secret key imported 20:23:20 gpg: Total number processed: 1 20:23:20 gpg: imported: 1 20:23:20 gpg: secret keys read: 1 20:23:20 gpg: secret keys imported: 1 20:23:21 Removing intermediate container c38fe032e802 20:23:21 ---> 48d39a3090eb 20:23:21 Step 12/24 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust 20:23:21 ---> Running in b4f5cf7ccf8d 20:23:21 gpg: inserting ownertrust of 6 20:23:22 Removing intermediate container b4f5cf7ccf8d 20:23:22 ---> 5d779e48d9ce 20:23:22 Step 13/24 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}') 20:23:22 ---> Running in ecc8d601a9f2 20:23:22 gpg: please do a --check-trustdb 20:23:22 mkdir: created directory '/root/.password-store/' 20:23:22 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401 20:23:22 Removing intermediate container ecc8d601a9f2 20:23:22 ---> 634fbdcef916 20:23:22 Step 14/24 : RUN gpg2 --check-trustdb 20:23:22 ---> Running in 2dab0df67d45 20:23:23 gpg: marginals needed: 3 completes needed: 1 trust model: pgp 20:23:23 gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u 20:23:23 Removing intermediate container 2dab0df67d45 20:23:23 ---> 9238d54ccddb 20:23:23 Step 15/24 : ARG CREDSTORE_VERSION=v0.6.3 20:23:23 ---> Running in 128ed97e99c6 20:23:23 Removing intermediate container 128ed97e99c6 20:23:23 ---> ad8456311113 20:23:23 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:23:23 ---> Running in d9f4d2776a11 20:23:24 Removing intermediate container d9f4d2776a11 20:23:24 ---> 801a2bf2655b 20:23:24 Step 17/24 : WORKDIR /src 20:23:24 ---> Running in 3557b67dbdfa 20:23:24 Removing intermediate container 3557b67dbdfa 20:23:24 ---> 6ab86162f395 20:23:24 Step 18/24 : COPY requirements.txt /src/requirements.txt 20:23:24 ---> acaa43aa50eb 20:23:24 Step 19/24 : RUN --mount=type=cache,target=/root/.cache/pip pip install -r requirements.txt 20:23:24 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