Skip to content
Failed

Console Output

Skipping 14 KB.. Full Log
[Pipeline] echo
16:09:37 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
16:09:37 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
16:09:37 The recommended git tool is: git
16:09:39 using credential docker-jenkins-github-credentials
16:09:39 Cloning the remote Git repository
16:09:39 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-3018 # 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/3018/head:refs/remotes/origin/PR-3018 +refs/heads/main:refs/remotes/origin/main # timeout=10
16:09:41 Fetching without tags
16:09:41 Merging remotes/origin/main commit 9bdb5ba2bab682a02bc3348e359822218dad7e96 into PR head commit bb6fa436d0666bd3d7a2c646d74bd7af240e4a41
16:09:42 Merge succeeded, producing 15dbefee2042383366e40eca8243af7ff05a12f9
16:09:42 Checking out Revision 15dbefee2042383366e40eca8243af7ff05a12f9 (PR-3018)
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/3018/head:refs/remotes/origin/PR-3018 # 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/3018/head:refs/remotes/origin/PR-3018 +refs/heads/main:refs/remotes/origin/main # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bb6fa436d0666bd3d7a2c646d74bd7af240e4a41 # 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 9bdb5ba2bab682a02bc3348e359822218dad7e96 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 15dbefee2042383366e40eca8243af7ff05a12f9 # timeout=10
16:09:45 Commit message: "Merge commit '9bdb5ba2bab682a02bc3348e359822218dad7e96' into HEAD"
16:09:45 First time build. Skipping changelog.
[Pipeline] sh
16:09:46 + 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 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
$ 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-3018@tmp/e471f52e-962d-4ac6-ba65-50e91b4349a8/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
16:09:47 + docker pull dockerpinata/docker-py:sshdind-15dbefee2042383366e40eca8243af7ff05a12f9
16:09:47 Error response from daemon: manifest for dockerpinata/docker-py:sshdind-15dbefee2042383366e40eca8243af7ff05a12f9 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
16:09:47 + docker build -t dockerpinata/docker-py:sshdind-15dbefee2042383366e40eca8243af7ff05a12f9 -f tests/Dockerfile-ssh-dind .
16:09:47 Sending build context to Docker daemon  1.383MB

16:09:47 Step 1/10 : ARG API_VERSION=1.41
16:09:47 Step 2/10 : ARG ENGINE_VERSION=20.10
16:09:47 Step 3/10 : FROM docker:${ENGINE_VERSION}-dind
16:09:47 20.10-dind: Pulling from library/docker
16:09:47 530afca65e2e: Pulling fs layer
16:09:47 33702c1843d1: Pulling fs layer
16:09:47 d1c203384d5b: Pulling fs layer
16:09:47 146feb07c331: Pulling fs layer
16:09:47 cee6b871713b: Pulling fs layer
16:09:47 db8946a7c6c2: Pulling fs layer
16:09:47 649b2db28c49: Pulling fs layer
16:09:47 e7b044ff4e6b: Pulling fs layer
16:09:47 dbd7811a8fce: Pulling fs layer
16:09:47 7b9a2b83f06a: Pulling fs layer
16:09:47 4052cf0d7af0: Pulling fs layer
16:09:47 668035bf1efe: Pulling fs layer
16:09:47 afd9bc40a60c: Pulling fs layer
16:09:47 649b2db28c49: Waiting
16:09:47 e7b044ff4e6b: Waiting
16:09:47 dbd7811a8fce: Waiting
16:09:47 7b9a2b83f06a: Waiting
16:09:47 4052cf0d7af0: Waiting
16:09:47 668035bf1efe: Waiting
16:09:47 afd9bc40a60c: Waiting
16:09:47 146feb07c331: Waiting
16:09:47 cee6b871713b: Waiting
16:09:47 db8946a7c6c2: Waiting
16:09:47 d1c203384d5b: Verifying Checksum
16:09:47 d1c203384d5b: Download complete
16:09:47 33702c1843d1: Verifying Checksum
16:09:47 33702c1843d1: Download complete
16:09:47 530afca65e2e: Verifying Checksum
16:09:47 530afca65e2e: Download complete
16:09:47 cee6b871713b: Verifying Checksum
16:09:47 cee6b871713b: Download complete
16:09:47 db8946a7c6c2: Verifying Checksum
16:09:47 db8946a7c6c2: Download complete
16:09:48 649b2db28c49: Verifying Checksum
16:09:48 649b2db28c49: Download complete
16:09:48 e7b044ff4e6b: Verifying Checksum
16:09:48 e7b044ff4e6b: Download complete
16:09:48 dbd7811a8fce: Verifying Checksum
16:09:48 dbd7811a8fce: Download complete
16:09:48 530afca65e2e: Pull complete
16:09:48 7b9a2b83f06a: Verifying Checksum
16:09:48 7b9a2b83f06a: Download complete
16:09:48 4052cf0d7af0: Verifying Checksum
16:09:48 4052cf0d7af0: Download complete
16:09:48 afd9bc40a60c: Verifying Checksum
16:09:48 afd9bc40a60c: Download complete
16:09:48 668035bf1efe: Verifying Checksum
16:09:48 668035bf1efe: Download complete
16:09:48 33702c1843d1: Pull complete
16:09:48 146feb07c331: Verifying Checksum
16:09:48 146feb07c331: Download complete
16:09:48 d1c203384d5b: Pull complete
16:09:50 146feb07c331: Pull complete
16:09:51 cee6b871713b: Pull complete
16:09:52 db8946a7c6c2: Pull complete
16:09:52 649b2db28c49: Pull complete
16:09:52 e7b044ff4e6b: Pull complete
16:09:52 dbd7811a8fce: Pull complete
16:09:53 7b9a2b83f06a: Pull complete
16:09:53 4052cf0d7af0: Pull complete
16:09:53 668035bf1efe: Pull complete
16:09:54 afd9bc40a60c: Pull complete
16:09:54 Digest: sha256:c10de736621bc2d4a3a44297346640b62309db58f46822b87679d9419a6b321c
16:09:54 Status: Downloaded newer image for docker:20.10-dind
16:09:54  ---> e9bf5bfbaf86
16:09:54 Step 4/10 : RUN apk add --no-cache --upgrade 		openssh
16:09:55  ---> Running in 37f120231cd8
16:09:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
16:09:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
16:09:56 (1/7) Upgrading openssh-keygen (9.0_p1-r1 -> 9.0_p1-r2)
16:09:56 (2/7) Upgrading openssh-client-common (9.0_p1-r1 -> 9.0_p1-r2)
16:09:57 (3/7) Upgrading openssh-client-default (9.0_p1-r1 -> 9.0_p1-r2)
16:09:57 (4/7) Installing openssh-sftp-server (9.0_p1-r2)
16:09:57 (5/7) Installing openssh-server-common (9.0_p1-r2)
16:09:57 (6/7) Installing openssh-server (9.0_p1-r2)
16:09:57 (7/7) Installing openssh (9.0_p1-r2)
16:09:57 Executing busybox-1.35.0-r15.trigger
16:09:57 OK: 31 MiB in 59 packages
16:09:57 Removing intermediate container 37f120231cd8
16:09:57  ---> 900db4ba5790
16:09:57 Step 5/10 : COPY tests/ssh/config/server /etc/ssh/
16:09:58  ---> 5d9882aafc14
16:09:58 Step 6/10 : RUN chmod -R 600 /etc/ssh
16:09:58  ---> Running in aff3a0aa4093
16:09:58 Removing intermediate container aff3a0aa4093
16:09:58  ---> 8120b109ba6d
16:09:58 Step 7/10 : COPY tests/ssh/config/client/id_rsa.pub /root/.ssh/authorized_keys
16:09:59  ---> aa16326edeb4
16:09:59 Step 8/10 : RUN chmod -R 600 /root/.ssh
16:09:59  ---> Running in d47bc435e28f
16:10:00 Removing intermediate container d47bc435e28f
16:10:00  ---> d8ebebe1c81e
16:10:00 Step 9/10 : RUN ln -s /usr/local/bin/docker /usr/bin/docker
16:10:00  ---> Running in 1e5ebaaab167
16:10:01 Removing intermediate container 1e5ebaaab167
16:10:01  ---> c92ea550d1d1
16:10:01 Step 10/10 : EXPOSE 22
16:10:01  ---> Running in c4eeb4f81da4
16:10:01 Removing intermediate container c4eeb4f81da4
16:10:01  ---> 7b32d67ae0f2
16:10:01 Successfully built 7b32d67ae0f2
16:10:01 Successfully tagged dockerpinata/docker-py:sshdind-15dbefee2042383366e40eca8243af7ff05a12f9
[Pipeline] isUnix
[Pipeline] sh
16:10:01 + docker tag dockerpinata/docker-py:sshdind-15dbefee2042383366e40eca8243af7ff05a12f9 dockerpinata/docker-py:sshdind-15dbefee2042383366e40eca8243af7ff05a12f9
[Pipeline] isUnix
[Pipeline] sh
16:10:01 + docker push dockerpinata/docker-py:sshdind-15dbefee2042383366e40eca8243af7ff05a12f9
16:10:01 The push refers to repository [docker.io/dockerpinata/docker-py]
16:10:01 8fe67a2ee934: Preparing
16:10:01 960e4ee94901: Preparing
16:10:01 f1c294078642: Preparing
16:10:01 d024d4be86c0: Preparing
16:10:01 dc55eeb6dc85: Preparing
16:10:01 61bd9dffb9d8: Preparing
16:10:01 a43431794a89: Preparing
16:10:01 905d1299d01e: Preparing
16:10:01 c156177f74c0: Preparing
16:10:01 1b578e158ee9: Preparing
16:10:01 af3e892b5a9b: Preparing
16:10:01 fc014216c6f3: Preparing
16:10:01 2f04d3cc49cc: Preparing
16:10:01 419b027a05d7: Preparing
16:10:01 8548a15693ed: Preparing
16:10:01 c9502204551a: Preparing
16:10:01 de1672f7cb48: Preparing
16:10:01 675d1f534433: Preparing
16:10:01 ec34fcc1d526: Preparing
16:10:01 61bd9dffb9d8: Waiting
16:10:01 a43431794a89: Waiting
16:10:01 905d1299d01e: Waiting
16:10:01 c156177f74c0: Waiting
16:10:01 1b578e158ee9: Waiting
16:10:01 af3e892b5a9b: Waiting
16:10:01 fc014216c6f3: Waiting
16:10:01 2f04d3cc49cc: Waiting
16:10:01 419b027a05d7: Waiting
16:10:01 8548a15693ed: Waiting
16:10:01 c9502204551a: Waiting
16:10:01 de1672f7cb48: Waiting
16:10:01 675d1f534433: Waiting
16:10:01 ec34fcc1d526: Waiting
16:10:03 f1c294078642: Pushed
16:10:03 dc55eeb6dc85: Pushed
16:10:03 a43431794a89: Layer already exists
16:10:03 905d1299d01e: Layer already exists
16:10:03 8fe67a2ee934: Pushed
16:10:03 c156177f74c0: Layer already exists
16:10:03 af3e892b5a9b: Layer already exists
16:10:03 d024d4be86c0: Pushed
16:10:03 1b578e158ee9: Layer already exists
16:10:04 2f04d3cc49cc: Layer already exists
16:10:04 419b027a05d7: Layer already exists
16:10:04 fc014216c6f3: Layer already exists
16:10:04 8548a15693ed: Layer already exists
16:10:04 de1672f7cb48: Layer already exists
16:10:04 960e4ee94901: Pushed
16:10:04 c9502204551a: Layer already exists
16:10:04 675d1f534433: Layer already exists
16:10:04 ec34fcc1d526: Layer already exists
16:10:05 61bd9dffb9d8: Pushed
16:10:06 sshdind-15dbefee2042383366e40eca8243af7ff05a12f9: digest: sha256:75b2ccbaa3e5a0738c8bda6484d1cf717f3308eb96cb575268b35afb00cd3351 size: 4286
[Pipeline] isUnix
[Pipeline] sh
16:10:06 + docker pull dockerpinata/docker-py:py3-15dbefee2042383366e40eca8243af7ff05a12f9
16:10:06 Error response from daemon: manifest for dockerpinata/docker-py:py3-15dbefee2042383366e40eca8243af7ff05a12f9 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
16:10:07 + docker build -t dockerpinata/docker-py:py3-15dbefee2042383366e40eca8243af7ff05a12f9 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.10 .
16:10:07 Sending build context to Docker daemon  1.383MB

16:10:07 Step 1/24 : ARG PYTHON_VERSION=3.10
16:10:07 Step 2/24 : FROM python:${PYTHON_VERSION}
16:10:07 3.10: Pulling from library/python
16:10:07 d836772a1c1f: Pulling fs layer
16:10:07 66a9e63c657a: Pulling fs layer
16:10:07 d1989b6e74cf: Pulling fs layer
16:10:07 c28818711e1e: Pulling fs layer
16:10:07 5084fa7ebd74: Pulling fs layer
16:10:07 7f162c881e4f: Pulling fs layer
16:10:07 e3f48ccb2876: Pulling fs layer
16:10:07 315a1520c10e: Pulling fs layer
16:10:07 65ec519192cb: Pulling fs layer
16:10:07 c28818711e1e: Waiting
16:10:07 5084fa7ebd74: Waiting
16:10:07 7f162c881e4f: Waiting
16:10:07 e3f48ccb2876: Waiting
16:10:07 315a1520c10e: Waiting
16:10:07 65ec519192cb: Waiting
16:10:07 66a9e63c657a: Verifying Checksum
16:10:07 66a9e63c657a: Download complete
16:10:07 d1989b6e74cf: Verifying Checksum
16:10:07 d1989b6e74cf: Download complete
16:10:08 d836772a1c1f: Verifying Checksum
16:10:08 d836772a1c1f: Download complete
16:10:08 7f162c881e4f: Verifying Checksum
16:10:08 7f162c881e4f: Download complete
16:10:08 c28818711e1e: Verifying Checksum
16:10:08 c28818711e1e: Download complete
16:10:08 315a1520c10e: Verifying Checksum
16:10:08 315a1520c10e: Download complete
16:10:08 e3f48ccb2876: Download complete
16:10:08 65ec519192cb: Verifying Checksum
16:10:08 65ec519192cb: Download complete
16:10:10 5084fa7ebd74: Verifying Checksum
16:10:10 5084fa7ebd74: Download complete
16:10:11 d836772a1c1f: Pull complete
16:10:11 66a9e63c657a: Pull complete
16:10:12 d1989b6e74cf: Pull complete
16:10:14 c28818711e1e: Pull complete
16:10:22 5084fa7ebd74: Pull complete
16:10:22 7f162c881e4f: Pull complete
16:10:22 e3f48ccb2876: Pull complete
16:10:22 315a1520c10e: Pull complete
16:10:23 65ec519192cb: Pull complete
16:10:23 Digest: sha256:316505e6339d405068ada7f57db3244aed8907dc06ce30725bfb28d7e7ab8b21
16:10:23 Status: Downloaded newer image for python:3.10
16:10:23  ---> 3a49f9c9c80e
16:10:23 Step 3/24 : ARG APT_MIRROR
16:10:26  ---> Running in 2cbb30292406
16:10:26 Removing intermediate container 2cbb30292406
16:10:26  ---> 133f7f8fc0eb
16:10:26 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
16:10:26  ---> Running in d9ae9eab60bf
16:10:26 Removing intermediate container d9ae9eab60bf
16:10:26  ---> 0aa93ecf7de1
16:10:26 Step 5/24 : RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
16:10:26  ---> Running in 313584cf512c
16:10:27 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
16:10:27 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
16:10:27 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:10:27 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
16:10:27 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [168 kB]
16:10:27 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
16:10:28 Fetched 8561 kB in 2s (5474 kB/s)
16:10:29 Reading package lists...
16:10:29 Reading package lists...
16:10:29 Building dependency tree...
16:10:29 Reading state information...
16:10:30 The following additional packages will be installed:
16:10:30   tree
16:10:30 Suggested packages:
16:10:30   python libxml-simple-perl ruby
16:10:30 Recommended packages:
16:10:30   qrencode xclip
16:10:30 The following NEW packages will be installed:
16:10:30   gnupg2 pass tree
16:10:30 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded.
16:10:30 Need to get 523 kB of archives.
16:10:30 After this operation, 727 kB of additional disk space will be used.
16:10:30 Get:1 http://deb.debian.org/debian bullseye/main amd64 gnupg2 all 2.2.27-2+deb11u2 [434 kB]
16:10:30 Get:2 http://deb.debian.org/debian bullseye/main amd64 tree amd64 1.8.0-1+b1 [49.6 kB]
16:10:30 Get:3 http://deb.debian.org/debian bullseye/main amd64 pass all 1.7.3-2 [39.2 kB]
16:10:30 debconf: delaying package configuration, since apt-utils is not installed
16:10:30 Fetched 523 kB in 0s (1932 kB/s)
16:10:30 Selecting previously unselected package gnupg2.
16:10:30 (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.)
16:10:30 Preparing to unpack .../gnupg2_2.2.27-2+deb11u2_all.deb ...
16:10:30 Unpacking gnupg2 (2.2.27-2+deb11u2) ...
16:10:30 Selecting previously unselected package tree.
16:10:30 Preparing to unpack .../tree_1.8.0-1+b1_amd64.deb ...
16:10:30 Unpacking tree (1.8.0-1+b1) ...
16:10:30 Selecting previously unselected package pass.
16:10:30 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ...
16:10:30 Unpacking pass (1.7.3-2) ...
16:10:30 Setting up gnupg2 (2.2.27-2+deb11u2) ...
16:10:30 Setting up tree (1.8.0-1+b1) ...
16:10:30 Setting up pass (1.7.3-2) ...
16:10:31 Removing intermediate container 313584cf512c
16:10:31  ---> 5536ddc66684
16:10:31 Step 6/24 : COPY tests/ssh/config/client /root/.ssh
16:10:31  ---> 6bc636c6da48
16:10:31 Step 7/24 : COPY tests/ssh/config/server/known_ed25519.pub /root/.ssh/known_hosts
16:10:31  ---> 79f83077a533
16:10:31 Step 8/24 : RUN sed -i '1s;^;dpy-dind-ssh ;' /root/.ssh/known_hosts
16:10:31  ---> Running in 79f62b6fda76
16:10:32 Removing intermediate container 79f62b6fda76
16:10:32  ---> 5a6020cf6992
16:10:32 Step 9/24 : RUN chmod -R 600 /root/.ssh
16:10:32  ---> Running in 42a9a0265e32
16:10:32 Removing intermediate container 42a9a0265e32
16:10:32  ---> 52d9b8f14edb
16:10:32 Step 10/24 : COPY ./tests/gpg-keys /gpg-keys
16:10:33  ---> d354cbe638a4
16:10:33 Step 11/24 : RUN gpg2 --import gpg-keys/secret
16:10:33  ---> Running in 5df372696a44
16:10:33 gpg: directory '/root/.gnupg' created
16:10:33 gpg: keybox '/root/.gnupg/pubring.kbx' created
16:10:33 gpg: /root/.gnupg/trustdb.gpg: trustdb created
16:10:33 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
16:10:33 gpg: key 464ED987A7B21401: secret key imported
16:10:33 gpg: Total number processed: 1
16:10:33 gpg:               imported: 1
16:10:33 gpg:       secret keys read: 1
16:10:33 gpg:   secret keys imported: 1
16:10:33 Removing intermediate container 5df372696a44
16:10:33  ---> d6f25e4a1ca1
16:10:33 Step 12/24 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
16:10:33  ---> Running in be7a29b2a083
16:10:34 gpg: inserting ownertrust of 6
16:10:34 Removing intermediate container be7a29b2a083
16:10:34  ---> 6ada51c62fb8
16:10:34 Step 13/24 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
16:10:34  ---> Running in 401c308e051d
16:10:34 gpg: please do a --check-trustdb
16:10:34 mkdir: created directory '/root/.password-store/'
16:10:34 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
16:10:34 Removing intermediate container 401c308e051d
16:10:34  ---> 7551b4b8b463
16:10:34 Step 14/24 : RUN gpg2 --check-trustdb
16:10:34  ---> Running in de060b2a4848
16:10:35 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
16:10:35 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
16:10:35 Removing intermediate container de060b2a4848
16:10:35  ---> cc907a44b037
16:10:35 Step 15/24 : ARG CREDSTORE_VERSION=v0.6.3
16:10:35  ---> Running in 7f3aeb73f6eb
16:10:35 Removing intermediate container 7f3aeb73f6eb
16:10:35  ---> d966e1d9676e
16:10:35 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
16:10:35  ---> Running in b36d76c107fd
16:10:36 Removing intermediate container b36d76c107fd
16:10:36  ---> 215b79bff4fb
16:10:36 Step 17/24 : WORKDIR /src
16:10:36  ---> Running in 206125fbc25b
16:10:36 Removing intermediate container 206125fbc25b
16:10:36  ---> de5a11e2c4df
16:10:36 Step 18/24 : COPY requirements.txt /src/requirements.txt
16:10:36  ---> 51169a50403c
16:10:36 Step 19/24 : RUN --mount=type=cache,target=/root/.cache/pip     pip install -r requirements.txt
16:10:36 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