Push event to branch main 18:28:09 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) 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 > 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 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # 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 All nodes of label ‘amd64&&ubuntu-2004&&overlay2’ are offline Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0369a3330e4b5b041) 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/6da86e1c-4b36-4ecc-847d-9dc3e1980b06/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:29:22 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 18:29:22 chowning workspace [Pipeline] sh 18:29:23 + pwd 18:29:23 + id -u 18:29:23 + id -g 18:29:23 + docker run --rm -v /home/ubuntu/workspace/docker-py_main:/workspace busybox chown -R 1000:1000 /workspace 18:29:23 Unable to find image 'busybox:latest' locally 18:29:23 latest: Pulling from library/busybox 18:29:23 50783e0dfb64: Pulling fs layer 18:29:23 50783e0dfb64: Verifying Checksum 18:29:23 50783e0dfb64: Download complete 18:29:24 50783e0dfb64: Pull complete 18:29:24 Digest: sha256:ef320ff10026a50cf5f0213d35537ce0041ac1d96e9b7800bafd8bc9eff6c693 18:29:24 Status: Downloaded newer image for busybox:latest [Pipeline] echo 18:29:27 Removing all docker containers [Pipeline] sh 18:29:27 + docker container ls -aq [Pipeline] echo 18:29:27 Docker containers have been removed [Pipeline] echo 18:29:27 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 18:29:27 cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (build image) [Pipeline] checkout 18:29:27 The recommended git tool is: git 18:29:29 using credential docker-jenkins-github-credentials 18:29:29 Cloning the remote Git repository 18:29:29 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 18:29:32 Avoid second fetch 18:29:32 Checking out Revision e901eac7a8c5f29c7720eafb9f58c8356cca2324 (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 e901eac7a8c5f29c7720eafb9f58c8356cca2324 # timeout=10 18:29:35 Commit message: "test: add additional tests for cgroupns option (#3024)" > git rev-list --no-walk fc86ab0d8501b10dbe9be203625e9002cf3922ed # timeout=10 [Pipeline] sh 18:29:36 + git rev-parse HEAD [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:29:37 + docker pull dockerpinata/docker-py:sshdind-e901eac7a8c5f29c7720eafb9f58c8356cca2324 18:29:37 Error response from daemon: manifest for dockerpinata/docker-py:sshdind-e901eac7a8c5f29c7720eafb9f58c8356cca2324 not found: manifest unknown: manifest unknown [Pipeline] isUnix [Pipeline] sh 18:29:37 + docker build -t dockerpinata/docker-py:sshdind-e901eac7a8c5f29c7720eafb9f58c8356cca2324 -f tests/Dockerfile-ssh-dind . 18:29:37 Sending build context to Docker daemon 1.399MB 18:29:37 Step 1/10 : ARG API_VERSION=1.41 18:29:37 Step 2/10 : ARG ENGINE_VERSION=20.10 18:29:37 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/fd1e3568-09ff-4b46-adf6-ad45b53bd357/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded 18:29:37 20.10-dind: Pulling from library/docker 18:29:37 213ec9aee27d: Pulling fs layer 18:29:37 6eb510456a42: Pulling fs layer 18:29:37 4627ba0696d0: Pulling fs layer 18:29:37 e001120e1cd4: Pulling fs layer 18:29:37 fb7172f440d8: Pulling fs layer 18:29:37 acaf20b9af6c: Pulling fs layer 18:29:37 62d3cee0ce66: Pulling fs layer 18:29:37 752b9c2f63f7: Pulling fs layer 18:29:37 003256ce9b27: Pulling fs layer 18:29:37 688c62e5e68e: Pulling fs layer 18:29:37 bdf5e7defe19: Pulling fs layer 18:29:37 ee662d6592fb: Pulling fs layer 18:29:37 34845ac10d8c: Pulling fs layer 18:29:37 87ebc2460c07: Pulling fs layer 18:29:37 e001120e1cd4: Waiting 18:29:37 fb7172f440d8: Waiting 18:29:37 acaf20b9af6c: Waiting 18:29:37 62d3cee0ce66: Waiting 18:29:37 752b9c2f63f7: Waiting 18:29:37 003256ce9b27: Waiting 18:29:37 688c62e5e68e: Waiting 18:29:37 bdf5e7defe19: Waiting 18:29:37 ee662d6592fb: Waiting 18:29:37 34845ac10d8c: Waiting 18:29:37 87ebc2460c07: Waiting 18:29:37 4627ba0696d0: Verifying Checksum 18:29:37 4627ba0696d0: Download complete 18:29:37 213ec9aee27d: Verifying Checksum 18:29:37 213ec9aee27d: Download complete 18:29:37 6eb510456a42: Verifying Checksum 18:29:37 6eb510456a42: Download complete 18:29:38 acaf20b9af6c: Download complete 18:29:38 fb7172f440d8: Verifying Checksum 18:29:38 fb7172f440d8: Download complete 18:29:38 62d3cee0ce66: Verifying Checksum 18:29:38 62d3cee0ce66: Download complete 18:29:38 e001120e1cd4: Verifying Checksum 18:29:38 e001120e1cd4: Download complete 18:29:38 752b9c2f63f7: Verifying Checksum 18:29:38 752b9c2f63f7: Download complete 18:29:38 003256ce9b27: Verifying Checksum 18:29:38 003256ce9b27: Download complete 18:29:38 213ec9aee27d: Pull complete 18:29:38 688c62e5e68e: Verifying Checksum 18:29:38 688c62e5e68e: Download complete 18:29:38 34845ac10d8c: Verifying Checksum 18:29:38 34845ac10d8c: Download complete 18:29:38 bdf5e7defe19: Verifying Checksum 18:29:38 bdf5e7defe19: Download complete 18:29:38 87ebc2460c07: Verifying Checksum 18:29:38 87ebc2460c07: Download complete 18:29:39 6eb510456a42: Pull complete 18:29:39 4627ba0696d0: Pull complete 18:29:39 ee662d6592fb: Verifying Checksum 18:29:39 ee662d6592fb: Download complete 18:29:39 e001120e1cd4: Pull complete 18:29:40 fb7172f440d8: Pull complete 18:29:40 acaf20b9af6c: Pull complete 18:29:41 62d3cee0ce66: Pull complete 18:29:41 752b9c2f63f7: Pull complete 18:29:41 003256ce9b27: Pull complete 18:29:41 688c62e5e68e: Pull complete 18:29:41 bdf5e7defe19: Pull complete 18:29:43 ee662d6592fb: Pull complete 18:29:43 34845ac10d8c: Pull complete 18:29:43 87ebc2460c07: Pull complete 18:29:43 Digest: sha256:8d0980a0fc4ed2869ef9f8bd017a637a408fb4d038a64d490a6080c2318eacc8 18:29:43 Status: Downloaded newer image for docker:20.10-dind 18:29:43 ---> e1a3d5b85ecd 18:29:43 Step 4/10 : RUN apk add --no-cache --upgrade openssh 18:29:47 ---> Running in 51606d708396 18:29:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:29:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:29:49 (1/4) Installing openssh-sftp-server (9.0_p1-r2) 18:29:49 (2/4) Installing openssh-server-common (9.0_p1-r2) 18:29:49 (3/4) Installing openssh-server (9.0_p1-r2) 18:29:49 (4/4) Installing openssh (9.0_p1-r2) 18:29:49 Executing busybox-1.35.0-r17.trigger 18:29:49 OK: 31 MiB in 59 packages 18:29:49 Removing intermediate container 51606d708396 18:29:49 ---> 427769a491a0 18:29:49 Step 5/10 : COPY tests/ssh/config/server /etc/ssh/ 18:29:49 ---> 2f559b5bb2fb 18:29:49 Step 6/10 : RUN chmod -R 600 /etc/ssh 18:29:50 ---> Running in d857902e9b7a 18:29:51 Removing intermediate container d857902e9b7a 18:29:51 ---> 84206976249d 18:29:51 Step 7/10 : COPY tests/ssh/config/client/id_rsa.pub /root/.ssh/authorized_keys 18:29:51 ---> fee1c0b211af 18:29:51 Step 8/10 : RUN chmod -R 600 /root/.ssh 18:29:51 ---> Running in 09d35caba1b8 18:29:52 Removing intermediate container 09d35caba1b8 18:29:52 ---> ae494e0e0fc9 18:29:52 Step 9/10 : RUN ln -s /usr/local/bin/docker /usr/bin/docker 18:29:52 ---> Running in 7da5f3b91a72 18:29:52 Removing intermediate container 7da5f3b91a72 18:29:52 ---> 37ae0dca0fc6 18:29:52 Step 10/10 : EXPOSE 22 18:29:52 ---> Running in 4041c2ed9a6e 18:29:52 Removing intermediate container 4041c2ed9a6e 18:29:52 ---> d98f8ceb957f 18:29:52 Successfully built d98f8ceb957f 18:29:52 Successfully tagged dockerpinata/docker-py:sshdind-e901eac7a8c5f29c7720eafb9f58c8356cca2324 [Pipeline] isUnix [Pipeline] sh 18:29:53 + docker tag dockerpinata/docker-py:sshdind-e901eac7a8c5f29c7720eafb9f58c8356cca2324 dockerpinata/docker-py:sshdind-e901eac7a8c5f29c7720eafb9f58c8356cca2324 [Pipeline] isUnix [Pipeline] sh 18:29:53 + docker push dockerpinata/docker-py:sshdind-e901eac7a8c5f29c7720eafb9f58c8356cca2324 18:29:53 The push refers to repository [docker.io/dockerpinata/docker-py] 18:29:53 42aa959ee11a: Preparing 18:29:53 9a9052d3f751: Preparing 18:29:53 40a32e27f2df: Preparing 18:29:53 1878cafa63d7: Preparing 18:29:53 bd4378b908f3: Preparing 18:29:53 f08d59bf52ba: Preparing 18:29:53 c7f0cc224e17: Preparing 18:29:53 4c78a4cc1add: Preparing 18:29:53 5346b07949d4: Preparing 18:29:53 c1e97a7fcaa2: Preparing 18:29:53 eba0c049c10d: Preparing 18:29:53 db259fc589ef: Preparing 18:29:53 cfdd18ad8560: Preparing 18:29:53 27b58d8f96da: Preparing 18:29:53 39b6a2fcd592: Preparing 18:29:53 b3fce54ffd65: Preparing 18:29:53 09e77f436210: Preparing 18:29:53 be04e0ba70d2: Preparing 18:29:53 9d0b8a80148b: Preparing 18:29:53 994393dc58e7: Preparing 18:29:53 f08d59bf52ba: Waiting 18:29:53 c7f0cc224e17: Waiting 18:29:53 4c78a4cc1add: Waiting 18:29:53 5346b07949d4: Waiting 18:29:53 c1e97a7fcaa2: Waiting 18:29:53 eba0c049c10d: Waiting 18:29:53 db259fc589ef: Waiting 18:29:53 cfdd18ad8560: Waiting 18:29:53 27b58d8f96da: Waiting 18:29:53 39b6a2fcd592: Waiting 18:29:53 b3fce54ffd65: Waiting 18:29:53 09e77f436210: Waiting 18:29:53 be04e0ba70d2: Waiting 18:29:53 9d0b8a80148b: Waiting 18:29:53 994393dc58e7: Waiting 18:29:54 1878cafa63d7: Pushed 18:29:54 42aa959ee11a: Pushed 18:29:54 40a32e27f2df: Pushed 18:29:54 9a9052d3f751: Pushed 18:29:54 c7f0cc224e17: Layer already exists 18:29:54 5346b07949d4: Layer already exists 18:29:54 c1e97a7fcaa2: Layer already exists 18:29:54 4c78a4cc1add: Layer already exists 18:29:54 eba0c049c10d: Layer already exists 18:29:54 db259fc589ef: Layer already exists 18:29:54 27b58d8f96da: Layer already exists 18:29:54 cfdd18ad8560: Layer already exists 18:29:55 39b6a2fcd592: Layer already exists 18:29:55 b3fce54ffd65: Layer already exists 18:29:55 09e77f436210: Layer already exists 18:29:55 be04e0ba70d2: Layer already exists 18:29:55 9d0b8a80148b: Layer already exists 18:29:55 bd4378b908f3: Pushed 18:29:55 994393dc58e7: Layer already exists 18:29:55 f08d59bf52ba: Pushed 18:29:57 sshdind-e901eac7a8c5f29c7720eafb9f58c8356cca2324: digest: sha256:778515e54f6864494aecbb7efafde3691b3f45a0ea0e14ec38c0bd7e22831d69 size: 4497 [Pipeline] isUnix [Pipeline] sh 18:29:57 + docker pull dockerpinata/docker-py:py3-e901eac7a8c5f29c7720eafb9f58c8356cca2324 18:29:57 Error response from daemon: manifest for dockerpinata/docker-py:py3-e901eac7a8c5f29c7720eafb9f58c8356cca2324 not found: manifest unknown: manifest unknown [Pipeline] isUnix [Pipeline] sh 18:29:57 + docker build -t dockerpinata/docker-py:py3-e901eac7a8c5f29c7720eafb9f58c8356cca2324 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.10 . 18:29:57 Sending build context to Docker daemon 1.399MB 18:29:57 Step 1/24 : ARG PYTHON_VERSION=3.10 18:29:57 Step 2/24 : FROM python:${PYTHON_VERSION} 18:29:58 3.10: Pulling from library/python 18:29:58 001c52e26ad5: Pulling fs layer 18:29:58 d9d4b9b6e964: Pulling fs layer 18:29:58 2068746827ec: Pulling fs layer 18:29:58 9daef329d350: Pulling fs layer 18:29:58 8a335986117b: Pulling fs layer 18:29:58 588423e31bcf: Pulling fs layer 18:29:58 f40cdf3ebc10: Pulling fs layer 18:29:58 04378c690b5e: Pulling fs layer 18:29:58 ace6d68f6bea: Pulling fs layer 18:29:58 9daef329d350: Waiting 18:29:58 8a335986117b: Waiting 18:29:58 588423e31bcf: Waiting 18:29:58 f40cdf3ebc10: Waiting 18:29:58 04378c690b5e: Waiting 18:29:58 ace6d68f6bea: Waiting 18:29:58 d9d4b9b6e964: Verifying Checksum 18:29:58 d9d4b9b6e964: Download complete 18:29:58 2068746827ec: Verifying Checksum 18:29:58 2068746827ec: Download complete 18:29:59 001c52e26ad5: Verifying Checksum 18:29:59 001c52e26ad5: Download complete 18:29:59 588423e31bcf: Verifying Checksum 18:29:59 588423e31bcf: Download complete 18:29:59 9daef329d350: Verifying Checksum 18:29:59 9daef329d350: Download complete 18:29:59 04378c690b5e: Verifying Checksum 18:29:59 04378c690b5e: Download complete 18:29:59 f40cdf3ebc10: Verifying Checksum 18:29:59 f40cdf3ebc10: Download complete 18:29:59 ace6d68f6bea: Verifying Checksum 18:29:59 ace6d68f6bea: Download complete 18:30:01 8a335986117b: Verifying Checksum 18:30:01 8a335986117b: Download complete 18:30:02 001c52e26ad5: Pull complete 18:30:02 d9d4b9b6e964: Pull complete 18:30:03 2068746827ec: Pull complete 18:30:06 9daef329d350: Pull complete 18:30:14 8a335986117b: Pull complete 18:30:14 588423e31bcf: Pull complete 18:30:14 f40cdf3ebc10: Pull complete 18:30:14 04378c690b5e: Pull complete 18:30:14 ace6d68f6bea: Pull complete 18:30:14 Digest: sha256:cbf49327fae903d64ab28251912fc00faea2c1baee493d347a07973a2cb50f98 18:30:14 Status: Downloaded newer image for python:3.10 18:30:14 ---> b62e4294564c 18:30:14 Step 3/24 : ARG APT_MIRROR 18:30:19 ---> Running in e6a855dbf07f 18:30:19 Removing intermediate container e6a855dbf07f 18:30:19 ---> 12ac1f27e354 18:30:19 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:30:19 ---> Running in 3823098d00d7 18:30:19 Removing intermediate container 3823098d00d7 18:30:19 ---> 72110cd021a5 18:30:19 Step 5/24 : RUN apt-get update && apt-get -y install --no-install-recommends gnupg2 pass 18:30:19 ---> Running in e164974a5aaa 18:30:19 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] 18:30:19 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] 18:30:19 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] 18:30:20 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] 18:30:20 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [175 kB] 18:30:20 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] 18:30:21 Fetched 8567 kB in 2s (5344 kB/s) 18:30:21 Reading package lists... 18:30:22 Reading package lists... 18:30:22 Building dependency tree... 18:30:22 Reading state information... 18:30:22 The following additional packages will be installed: 18:30:22 tree 18:30:22 Suggested packages: 18:30:22 python libxml-simple-perl ruby 18:30:22 Recommended packages: 18:30:22 qrencode xclip 18:30:22 The following NEW packages will be installed: 18:30:22 gnupg2 pass tree 18:30:22 0 upgraded, 3 newly installed, 0 to remove and 5 not upgraded. 18:30:22 Need to get 523 kB of archives. 18:30:22 After this operation, 727 kB of additional disk space will be used. 18:30:22 Get:1 http://deb.debian.org/debian bullseye/main amd64 gnupg2 all 2.2.27-2+deb11u2 [434 kB] 18:30:22 Get:2 http://deb.debian.org/debian bullseye/main amd64 tree amd64 1.8.0-1+b1 [49.6 kB] 18:30:23 Get:3 http://deb.debian.org/debian bullseye/main amd64 pass all 1.7.3-2 [39.2 kB] 18:30:23 debconf: delaying package configuration, since apt-utils is not installed 18:30:23 Fetched 523 kB in 0s (1915 kB/s) 18:30:23 Selecting previously unselected package gnupg2. 18:30:23 (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:30:23 Preparing to unpack .../gnupg2_2.2.27-2+deb11u2_all.deb ... 18:30:23 Unpacking gnupg2 (2.2.27-2+deb11u2) ... 18:30:23 Selecting previously unselected package tree. 18:30:23 Preparing to unpack .../tree_1.8.0-1+b1_amd64.deb ... 18:30:23 Unpacking tree (1.8.0-1+b1) ... 18:30:23 Selecting previously unselected package pass. 18:30:23 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ... 18:30:23 Unpacking pass (1.7.3-2) ... 18:30:23 Setting up gnupg2 (2.2.27-2+deb11u2) ... 18:30:23 Setting up tree (1.8.0-1+b1) ... 18:30:23 Setting up pass (1.7.3-2) ... 18:30:23 Removing intermediate container e164974a5aaa 18:30:23 ---> cf957fb40d73 18:30:23 Step 6/24 : COPY tests/ssh/config/client /root/.ssh 18:30:24 ---> 3845ed3259b1 18:30:24 Step 7/24 : COPY tests/ssh/config/server/known_ed25519.pub /root/.ssh/known_hosts 18:30:24 ---> c8bf8d730323 18:30:24 Step 8/24 : RUN sed -i '1s;^;dpy-dind-ssh ;' /root/.ssh/known_hosts 18:30:24 ---> Running in 00ade078e212 18:30:25 Removing intermediate container 00ade078e212 18:30:25 ---> 9183328d8a7e 18:30:25 Step 9/24 : RUN chmod -R 600 /root/.ssh 18:30:25 ---> Running in 2b487f3ecabd 18:30:25 Removing intermediate container 2b487f3ecabd 18:30:25 ---> 5504dc2d9039 18:30:25 Step 10/24 : COPY ./tests/gpg-keys /gpg-keys 18:30:25 ---> a3c36b14c5fc 18:30:25 Step 11/24 : RUN gpg2 --import gpg-keys/secret 18:30:25 ---> Running in f884969444ee 18:30:26 gpg: directory '/root/.gnupg' created 18:30:26 gpg: keybox '/root/.gnupg/pubring.kbx' created 18:30:26 gpg: /root/.gnupg/trustdb.gpg: trustdb created 18:30:26 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported 18:30:26 gpg: key 464ED987A7B21401: secret key imported 18:30:26 gpg: Total number processed: 1 18:30:26 gpg: imported: 1 18:30:26 gpg: secret keys read: 1 18:30:26 gpg: secret keys imported: 1 18:30:26 Removing intermediate container f884969444ee 18:30:26 ---> 1d0ae026fd63 18:30:26 Step 12/24 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust 18:30:26 ---> Running in a475a7a48635 18:30:26 gpg: inserting ownertrust of 6 18:30:26 Removing intermediate container a475a7a48635 18:30:26 ---> 61c38393667b 18:30:26 Step 13/24 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}') 18:30:27 ---> Running in ccb153d4fa4c 18:30:27 gpg: please do a --check-trustdb 18:30:27 mkdir: created directory '/root/.password-store/' 18:30:27 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401 18:30:27 Removing intermediate container ccb153d4fa4c 18:30:27 ---> d932ea327d80 18:30:27 Step 14/24 : RUN gpg2 --check-trustdb 18:30:27 ---> Running in a9dca0923603 18:30:28 gpg: marginals needed: 3 completes needed: 1 trust model: pgp 18:30:28 gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u 18:30:28 Removing intermediate container a9dca0923603 18:30:28 ---> 0f75dd2d4174 18:30:28 Step 15/24 : ARG CREDSTORE_VERSION=v0.6.3 18:30:28 ---> Running in 2bc694c55cad 18:30:28 Removing intermediate container 2bc694c55cad 18:30:28 ---> f63229267ab5 18:30:28 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:30:28 ---> Running in f9b5251e6d59 18:30:29 Removing intermediate container f9b5251e6d59 18:30:29 ---> 650c00d241cb 18:30:29 Step 17/24 : WORKDIR /src 18:30:29 ---> Running in fa0a9eb09697 18:30:29 Removing intermediate container fa0a9eb09697 18:30:29 ---> e6e429ab7f2a 18:30:29 Step 18/24 : COPY requirements.txt /src/requirements.txt 18:30:29 ---> 6c1c6d768f87 18:30:29 Step 19/24 : RUN --mount=type=cache,target=/root/.cache/pip pip install -r requirements.txt 18:30:29 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