Pull request #3029 opened Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch main at 42789818bed5d86b487a030e2e60b02bf0cfa284 rather than b5df46d59db2f338bf2b63383824eba32cdf57ab Obtained Jenkinsfile from 42789818bed5d86b487a030e2e60b02bf0cfa284 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 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 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-3029@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 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file" 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-0cca85a3443d26a3e)’ is offline Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0cca85a3443d26a3e) in /home/ubuntu/workspace/docker-py_PR-3029 [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-3029@tmp/c0b408e6-e697-4ba3-aaf2-da6854bf2190/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 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-3029:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally latest: Pulling from library/busybox 50783e0dfb64: Pulling fs layer 50783e0dfb64: Verifying Checksum 50783e0dfb64: Download complete 50783e0dfb64: Pull complete Digest: sha256:ef320ff10026a50cf5f0213d35537ce0041ac1d96e9b7800bafd8bc9eff6c693 Status: Downloaded newer image for busybox:latest [Pipeline] echo Removing all docker containers [Pipeline] sh + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (build image) [Pipeline] checkout The recommended git tool is: git using credential docker-jenkins-github-credentials Cloning the remote Git repository 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-3029 # 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/3029/head:refs/remotes/origin/PR-3029 +refs/heads/main:refs/remotes/origin/main # timeout=10 Fetching without tags Merging remotes/origin/main commit 42789818bed5d86b487a030e2e60b02bf0cfa284 into PR head commit b5df46d59db2f338bf2b63383824eba32cdf57ab Merge succeeded, producing b5df46d59db2f338bf2b63383824eba32cdf57ab Checking out Revision b5df46d59db2f338bf2b63383824eba32cdf57ab (PR-3029) > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/3029/head:refs/remotes/origin/PR-3029 # 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/3029/head:refs/remotes/origin/PR-3029 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b5df46d59db2f338bf2b63383824eba32cdf57ab # 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 42789818bed5d86b487a030e2e60b02bf0cfa284 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b5df46d59db2f338bf2b63383824eba32cdf57ab # timeout=10 Commit message: "Add sysctl support for docker swarm services" First time build. Skipping changelog. [Pipeline] sh + git rev-parse HEAD [Pipeline] withDockerRegistry [Pipeline] { > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] isUnix [Pipeline] sh + docker pull dockerpinata/docker-py:sshdind-b5df46d59db2f338bf2b63383824eba32cdf57ab Error response from daemon: manifest for dockerpinata/docker-py:sshdind-b5df46d59db2f338bf2b63383824eba32cdf57ab 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-3029@tmp/8b5d8489-6b84-4359-9660-34632b26a92f/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded + docker build -t dockerpinata/docker-py:sshdind-b5df46d59db2f338bf2b63383824eba32cdf57ab -f tests/Dockerfile-ssh-dind . Sending build context to Docker daemon 1.392MB Step 1/10 : ARG API_VERSION=1.41 Step 2/10 : ARG ENGINE_VERSION=20.10 Step 3/10 : FROM docker:${ENGINE_VERSION}-dind 20.10-dind: Pulling from library/docker 530afca65e2e: Pulling fs layer 33702c1843d1: Pulling fs layer d1c203384d5b: Pulling fs layer 985b0b72a175: Pulling fs layer 631e5808b8e1: Pulling fs layer a6147db7aacd: Pulling fs layer 453df592f267: Pulling fs layer 77ddbf87918d: Pulling fs layer 5ae276b70054: Pulling fs layer 83e48cd4832c: Pulling fs layer e58515a0672d: Pulling fs layer ea22e056db9f: Pulling fs layer 1bdfc9a49750: Pulling fs layer b6227924db50: Pulling fs layer 985b0b72a175: Waiting 631e5808b8e1: Waiting a6147db7aacd: Waiting 453df592f267: Waiting 77ddbf87918d: Waiting 5ae276b70054: Waiting 83e48cd4832c: Waiting e58515a0672d: Waiting ea22e056db9f: Waiting 1bdfc9a49750: Waiting b6227924db50: Waiting d1c203384d5b: Verifying Checksum d1c203384d5b: Download complete 33702c1843d1: Verifying Checksum 33702c1843d1: Download complete 530afca65e2e: Verifying Checksum 530afca65e2e: Download complete 631e5808b8e1: Verifying Checksum 631e5808b8e1: Download complete a6147db7aacd: Verifying Checksum a6147db7aacd: Download complete 985b0b72a175: Verifying Checksum 985b0b72a175: Download complete 77ddbf87918d: Verifying Checksum 77ddbf87918d: Download complete 453df592f267: Verifying Checksum 453df592f267: Download complete 5ae276b70054: Verifying Checksum 5ae276b70054: Download complete e58515a0672d: Verifying Checksum e58515a0672d: Download complete 83e48cd4832c: Verifying Checksum 83e48cd4832c: Download complete 1bdfc9a49750: Verifying Checksum 1bdfc9a49750: Download complete 530afca65e2e: Pull complete b6227924db50: Verifying Checksum b6227924db50: Download complete 33702c1843d1: Pull complete ea22e056db9f: Verifying Checksum ea22e056db9f: Download complete d1c203384d5b: Pull complete 985b0b72a175: Pull complete 631e5808b8e1: Pull complete a6147db7aacd: Pull complete 453df592f267: Pull complete 77ddbf87918d: Pull complete 5ae276b70054: Pull complete 83e48cd4832c: Pull complete e58515a0672d: Pull complete ea22e056db9f: Pull complete 1bdfc9a49750: Pull complete b6227924db50: Pull complete Digest: sha256:f8c65c9a3ecaa40c8f6e90e67c23c79c4dd6a2bee646a8c7c71bf9e49bea4eae Status: Downloaded newer image for docker:20.10-dind ---> 66356d2fde61 Step 4/10 : RUN apk add --no-cache --upgrade openssh ---> Running in a2ab7d45dd35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz (1/7) Upgrading openssh-keygen (9.0_p1-r1 -> 9.0_p1-r2) (2/7) Upgrading openssh-client-common (9.0_p1-r1 -> 9.0_p1-r2) (3/7) Upgrading openssh-client-default (9.0_p1-r1 -> 9.0_p1-r2) (4/7) Installing openssh-sftp-server (9.0_p1-r2) (5/7) Installing openssh-server-common (9.0_p1-r2) (6/7) Installing openssh-server (9.0_p1-r2) (7/7) Installing openssh (9.0_p1-r2) Executing busybox-1.35.0-r15.trigger OK: 31 MiB in 59 packages Removing intermediate container a2ab7d45dd35 ---> 5ec3ab47874b Step 5/10 : COPY tests/ssh/config/server /etc/ssh/ ---> 2572faf39398 Step 6/10 : RUN chmod -R 600 /etc/ssh ---> Running in 31e02c71e7da Removing intermediate container 31e02c71e7da ---> d7633814a312 Step 7/10 : COPY tests/ssh/config/client/id_rsa.pub /root/.ssh/authorized_keys ---> 5dd2aa64a7a7 Step 8/10 : RUN chmod -R 600 /root/.ssh ---> Running in 0100f277e8a9 Removing intermediate container 0100f277e8a9 ---> 5f31ebea8e3c Step 9/10 : RUN ln -s /usr/local/bin/docker /usr/bin/docker ---> Running in 0fb9e603fef9 Removing intermediate container 0fb9e603fef9 ---> b6fa09afd410 Step 10/10 : EXPOSE 22 ---> Running in 7073e7ae0bb2 Removing intermediate container 7073e7ae0bb2 ---> 950c5979150c Successfully built 950c5979150c Successfully tagged dockerpinata/docker-py:sshdind-b5df46d59db2f338bf2b63383824eba32cdf57ab [Pipeline] isUnix [Pipeline] sh + docker tag dockerpinata/docker-py:sshdind-b5df46d59db2f338bf2b63383824eba32cdf57ab dockerpinata/docker-py:sshdind-b5df46d59db2f338bf2b63383824eba32cdf57ab [Pipeline] isUnix [Pipeline] sh + docker push dockerpinata/docker-py:sshdind-b5df46d59db2f338bf2b63383824eba32cdf57ab The push refers to repository [docker.io/dockerpinata/docker-py] 5185dfd4f3df: Preparing b49f1ae6f55c: Preparing 025aadf3ef4e: Preparing eaca463ea808: Preparing 4efca624c8fe: Preparing 3bb7619b5bfb: Preparing 3c6a3b38c363: Preparing 8792a1704f31: Preparing e15a9260f90f: Preparing d13164e30cf3: Preparing b83fc1683c64: Preparing aa7332587a25: Preparing aa245cb34e97: Preparing 834624ed3361: Preparing 8deac1e45c15: Preparing a6ef0c8effb7: Preparing 3da30a550704: Preparing de1672f7cb48: Preparing 675d1f534433: Preparing ec34fcc1d526: Preparing 3bb7619b5bfb: Waiting 3c6a3b38c363: Waiting 8792a1704f31: Waiting e15a9260f90f: Waiting d13164e30cf3: Waiting b83fc1683c64: Waiting aa7332587a25: Waiting aa245cb34e97: Waiting 834624ed3361: Waiting 8deac1e45c15: Waiting a6ef0c8effb7: Waiting 3da30a550704: Waiting de1672f7cb48: Waiting 675d1f534433: Waiting ec34fcc1d526: Waiting 4efca624c8fe: Pushed b49f1ae6f55c: Pushed eaca463ea808: Pushed 3c6a3b38c363: Layer already exists 8792a1704f31: Layer already exists e15a9260f90f: Layer already exists 5185dfd4f3df: Pushed 025aadf3ef4e: Pushed b83fc1683c64: Layer already exists d13164e30cf3: Layer already exists aa7332587a25: Layer already exists a6ef0c8effb7: Layer already exists aa245cb34e97: Layer already exists 3da30a550704: Layer already exists 834624ed3361: Layer already exists 8deac1e45c15: Layer already exists 675d1f534433: Layer already exists de1672f7cb48: Layer already exists ec34fcc1d526: Layer already exists 3bb7619b5bfb: Pushed sshdind-b5df46d59db2f338bf2b63383824eba32cdf57ab: digest: sha256:a5b457f77a7c0befff01bc1c5e5f2569c05fc580fae6f5a3cf510e0d80d7ae43 size: 4498 [Pipeline] isUnix [Pipeline] sh + docker pull dockerpinata/docker-py:py3-b5df46d59db2f338bf2b63383824eba32cdf57ab Error response from daemon: manifest for dockerpinata/docker-py:py3-b5df46d59db2f338bf2b63383824eba32cdf57ab not found: manifest unknown: manifest unknown [Pipeline] isUnix [Pipeline] sh + docker build -t dockerpinata/docker-py:py3-b5df46d59db2f338bf2b63383824eba32cdf57ab -f tests/Dockerfile --build-arg PYTHON_VERSION=3.10 . Sending build context to Docker daemon 1.392MB Step 1/24 : ARG PYTHON_VERSION=3.10 Step 2/24 : FROM python:${PYTHON_VERSION} 3.10: Pulling from library/python 001c52e26ad5: Pulling fs layer d9d4b9b6e964: Pulling fs layer 2068746827ec: Pulling fs layer 9daef329d350: Pulling fs layer 8a335986117b: Pulling fs layer 588423e31bcf: Pulling fs layer f40cdf3ebc10: Pulling fs layer 04378c690b5e: Pulling fs layer f7b9e6e381c2: Pulling fs layer 9daef329d350: Waiting 8a335986117b: Waiting 588423e31bcf: Waiting f40cdf3ebc10: Waiting 04378c690b5e: Waiting f7b9e6e381c2: Waiting d9d4b9b6e964: Verifying Checksum d9d4b9b6e964: Download complete 2068746827ec: Verifying Checksum 2068746827ec: Download complete 001c52e26ad5: Verifying Checksum 001c52e26ad5: Download complete 9daef329d350: Verifying Checksum 9daef329d350: Download complete 588423e31bcf: Verifying Checksum 588423e31bcf: Download complete 04378c690b5e: Verifying Checksum 04378c690b5e: Download complete f40cdf3ebc10: Verifying Checksum f40cdf3ebc10: Download complete f7b9e6e381c2: Verifying Checksum f7b9e6e381c2: Download complete 8a335986117b: Verifying Checksum 8a335986117b: Download complete 001c52e26ad5: Pull complete d9d4b9b6e964: Pull complete 2068746827ec: Pull complete 9daef329d350: Pull complete 8a335986117b: Pull complete 588423e31bcf: Pull complete f40cdf3ebc10: Pull complete 04378c690b5e: Pull complete f7b9e6e381c2: Pull complete Digest: sha256:6cd38908360f95187510c0feaa2eb0be4443534269b6645de423492339e8fb75 Status: Downloaded newer image for python:3.10 ---> ae9660359c2a Step 3/24 : ARG APT_MIRROR ---> Running in 674cb393e72e Removing intermediate container 674cb393e72e ---> 826d8a5eea04 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 ---> Running in 062e7bcb5a8e Removing intermediate container 062e7bcb5a8e ---> 84588465c40f Step 5/24 : RUN apt-get update && apt-get -y install --no-install-recommends gnupg2 pass ---> Running in dc7e87d4fb81 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [170 kB] Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] Fetched 8563 kB in 2s (5143 kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: tree Suggested packages: python libxml-simple-perl ruby Recommended packages: qrencode xclip The following NEW packages will be installed: gnupg2 pass tree 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. Need to get 523 kB of archives. After this operation, 727 kB of additional disk space will be used. Get:1 http://deb.debian.org/debian bullseye/main amd64 gnupg2 all 2.2.27-2+deb11u2 [434 kB] Get:2 http://deb.debian.org/debian bullseye/main amd64 tree amd64 1.8.0-1+b1 [49.6 kB] Get:3 http://deb.debian.org/debian bullseye/main amd64 pass all 1.7.3-2 [39.2 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 523 kB in 0s (1864 kB/s) Selecting previously unselected package gnupg2. (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.) Preparing to unpack .../gnupg2_2.2.27-2+deb11u2_all.deb ... Unpacking gnupg2 (2.2.27-2+deb11u2) ... Selecting previously unselected package tree. Preparing to unpack .../tree_1.8.0-1+b1_amd64.deb ... Unpacking tree (1.8.0-1+b1) ... Selecting previously unselected package pass. Preparing to unpack .../archives/pass_1.7.3-2_all.deb ... Unpacking pass (1.7.3-2) ... Setting up gnupg2 (2.2.27-2+deb11u2) ... Setting up tree (1.8.0-1+b1) ... Setting up pass (1.7.3-2) ... Removing intermediate container dc7e87d4fb81 ---> 4617fa4646c7 Step 6/24 : COPY tests/ssh/config/client /root/.ssh ---> b9f9f840846f Step 7/24 : COPY tests/ssh/config/server/known_ed25519.pub /root/.ssh/known_hosts ---> f486d8e84db7 Step 8/24 : RUN sed -i '1s;^;dpy-dind-ssh ;' /root/.ssh/known_hosts ---> Running in 667bf8473e75 Removing intermediate container 667bf8473e75 ---> efa371e7f0ee Step 9/24 : RUN chmod -R 600 /root/.ssh ---> Running in 3c03b1937d0c Removing intermediate container 3c03b1937d0c ---> 832546476d39 Step 10/24 : COPY ./tests/gpg-keys /gpg-keys ---> 62304c87156d Step 11/24 : RUN gpg2 --import gpg-keys/secret ---> Running in 8af7e6c41f0b gpg: directory '/root/.gnupg' created gpg: keybox '/root/.gnupg/pubring.kbx' created gpg: /root/.gnupg/trustdb.gpg: trustdb created gpg: key 464ED987A7B21401: public key "Sakuya Izayoi " imported gpg: key 464ED987A7B21401: secret key imported gpg: Total number processed: 1 gpg: imported: 1 gpg: secret keys read: 1 gpg: secret keys imported: 1 Removing intermediate container 8af7e6c41f0b ---> 18978d512b8a Step 12/24 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust ---> Running in 18579a09a262 gpg: inserting ownertrust of 6 Removing intermediate container 18579a09a262 ---> a89fec655aaa Step 13/24 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}') ---> Running in 83fb8826ee53 gpg: please do a --check-trustdb mkdir: created directory '/root/.password-store/' Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401 Removing intermediate container 83fb8826ee53 ---> c825575e99fb Step 14/24 : RUN gpg2 --check-trustdb ---> Running in 5a6ebd66ac2c gpg: marginals needed: 3 completes needed: 1 trust model: pgp gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u Removing intermediate container 5a6ebd66ac2c ---> b696222c9e74 Step 15/24 : ARG CREDSTORE_VERSION=v0.6.3 ---> Running in 5457f697a13e Removing intermediate container 5457f697a13e ---> acfdb77c2643 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 ---> Running in 1a51983dc945 Removing intermediate container 1a51983dc945 ---> b12b0029d31c Step 17/24 : WORKDIR /src ---> Running in a90af91446ba Removing intermediate container a90af91446ba ---> 423aa3810275 Step 18/24 : COPY requirements.txt /src/requirements.txt ---> 66701672c858 Step 19/24 : RUN --mount=type=cache,target=/root/.cache/pip pip install -r requirements.txt 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