Pull request #3018 opened Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch main at 9bdb5ba2bab682a02bc3348e359822218dad7e96 rather than bb6fa436d0666bd3d7a2c646d74bd7af240e4a41 Obtained Jenkinsfile from 9bdb5ba2bab682a02bc3348e359822218dad7e96 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-3018@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-077fd09755d0cecd8)’ is offline Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-077fd09755d0cecd8) in /home/ubuntu/workspace/docker-py_PR-3018 [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-3018@tmp/b21ee149-69f7-4647-b56e-a6be11f5e80f/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-3018:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally latest: Pulling from library/busybox 19d511225f94: Pulling fs layer 19d511225f94: Download complete 19d511225f94: Pull complete Digest: sha256:e63286d6bf23acce079c38cd9f63ec19dd1ad4da0e3e942e39f2a08050b50534 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-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 Fetching without tags Merging remotes/origin/main commit 9bdb5ba2bab682a02bc3348e359822218dad7e96 into PR head commit bb6fa436d0666bd3d7a2c646d74bd7af240e4a41 Merge succeeded, producing 15dbefee2042383366e40eca8243af7ff05a12f9 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 Commit message: "Merge commit '9bdb5ba2bab682a02bc3348e359822218dad7e96' into HEAD" First time build. Skipping changelog. [Pipeline] sh + 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 + docker pull dockerpinata/docker-py:sshdind-15dbefee2042383366e40eca8243af7ff05a12f9 Error response from daemon: manifest for dockerpinata/docker-py:sshdind-15dbefee2042383366e40eca8243af7ff05a12f9 not found: manifest unknown: manifest unknown [Pipeline] isUnix [Pipeline] sh + docker build -t dockerpinata/docker-py:sshdind-15dbefee2042383366e40eca8243af7ff05a12f9 -f tests/Dockerfile-ssh-dind . Sending build context to Docker daemon 1.383MB 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 146feb07c331: Pulling fs layer cee6b871713b: Pulling fs layer db8946a7c6c2: Pulling fs layer 649b2db28c49: Pulling fs layer e7b044ff4e6b: Pulling fs layer dbd7811a8fce: Pulling fs layer 7b9a2b83f06a: Pulling fs layer 4052cf0d7af0: Pulling fs layer 668035bf1efe: Pulling fs layer afd9bc40a60c: Pulling fs layer 649b2db28c49: Waiting e7b044ff4e6b: Waiting dbd7811a8fce: Waiting 7b9a2b83f06a: Waiting 4052cf0d7af0: Waiting 668035bf1efe: Waiting afd9bc40a60c: Waiting 146feb07c331: Waiting cee6b871713b: Waiting db8946a7c6c2: Waiting d1c203384d5b: Verifying Checksum d1c203384d5b: Download complete 33702c1843d1: Verifying Checksum 33702c1843d1: Download complete 530afca65e2e: Verifying Checksum 530afca65e2e: Download complete cee6b871713b: Verifying Checksum cee6b871713b: Download complete db8946a7c6c2: Verifying Checksum db8946a7c6c2: Download complete 649b2db28c49: Verifying Checksum 649b2db28c49: Download complete e7b044ff4e6b: Verifying Checksum e7b044ff4e6b: Download complete dbd7811a8fce: Verifying Checksum dbd7811a8fce: Download complete 530afca65e2e: Pull complete 7b9a2b83f06a: Verifying Checksum 7b9a2b83f06a: Download complete 4052cf0d7af0: Verifying Checksum 4052cf0d7af0: Download complete afd9bc40a60c: Verifying Checksum afd9bc40a60c: Download complete 668035bf1efe: Verifying Checksum 668035bf1efe: Download complete 33702c1843d1: Pull complete 146feb07c331: Verifying Checksum 146feb07c331: Download complete d1c203384d5b: Pull complete 146feb07c331: Pull complete cee6b871713b: Pull complete db8946a7c6c2: Pull complete 649b2db28c49: Pull complete e7b044ff4e6b: Pull complete dbd7811a8fce: Pull complete 7b9a2b83f06a: Pull complete 4052cf0d7af0: Pull complete 668035bf1efe: Pull complete afd9bc40a60c: Pull complete Digest: sha256:c10de736621bc2d4a3a44297346640b62309db58f46822b87679d9419a6b321c Status: Downloaded newer image for docker:20.10-dind ---> e9bf5bfbaf86 Step 4/10 : RUN apk add --no-cache --upgrade openssh ---> Running in 37f120231cd8 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 37f120231cd8 ---> 900db4ba5790 Step 5/10 : COPY tests/ssh/config/server /etc/ssh/ ---> 5d9882aafc14 Step 6/10 : RUN chmod -R 600 /etc/ssh ---> Running in aff3a0aa4093 Removing intermediate container aff3a0aa4093 ---> 8120b109ba6d Step 7/10 : COPY tests/ssh/config/client/id_rsa.pub /root/.ssh/authorized_keys ---> aa16326edeb4 Step 8/10 : RUN chmod -R 600 /root/.ssh ---> Running in d47bc435e28f Removing intermediate container d47bc435e28f ---> d8ebebe1c81e Step 9/10 : RUN ln -s /usr/local/bin/docker /usr/bin/docker ---> Running in 1e5ebaaab167 Removing intermediate container 1e5ebaaab167 ---> c92ea550d1d1 Step 10/10 : EXPOSE 22 ---> Running in c4eeb4f81da4 Removing intermediate container c4eeb4f81da4 ---> 7b32d67ae0f2 Successfully built 7b32d67ae0f2 Successfully tagged dockerpinata/docker-py:sshdind-15dbefee2042383366e40eca8243af7ff05a12f9 [Pipeline] isUnix [Pipeline] sh + docker tag dockerpinata/docker-py:sshdind-15dbefee2042383366e40eca8243af7ff05a12f9 dockerpinata/docker-py:sshdind-15dbefee2042383366e40eca8243af7ff05a12f9 [Pipeline] isUnix [Pipeline] sh + docker push dockerpinata/docker-py:sshdind-15dbefee2042383366e40eca8243af7ff05a12f9 The push refers to repository [docker.io/dockerpinata/docker-py] 8fe67a2ee934: Preparing 960e4ee94901: Preparing f1c294078642: Preparing d024d4be86c0: Preparing dc55eeb6dc85: Preparing 61bd9dffb9d8: Preparing a43431794a89: Preparing 905d1299d01e: Preparing c156177f74c0: Preparing 1b578e158ee9: Preparing af3e892b5a9b: Preparing fc014216c6f3: Preparing 2f04d3cc49cc: Preparing 419b027a05d7: Preparing 8548a15693ed: Preparing c9502204551a: Preparing de1672f7cb48: Preparing 675d1f534433: Preparing ec34fcc1d526: Preparing 61bd9dffb9d8: Waiting a43431794a89: Waiting 905d1299d01e: Waiting c156177f74c0: Waiting 1b578e158ee9: Waiting af3e892b5a9b: Waiting fc014216c6f3: Waiting 2f04d3cc49cc: Waiting 419b027a05d7: Waiting 8548a15693ed: Waiting c9502204551a: Waiting de1672f7cb48: Waiting 675d1f534433: Waiting ec34fcc1d526: Waiting f1c294078642: Pushed dc55eeb6dc85: Pushed a43431794a89: Layer already exists 905d1299d01e: Layer already exists 8fe67a2ee934: Pushed c156177f74c0: Layer already exists af3e892b5a9b: Layer already exists d024d4be86c0: Pushed 1b578e158ee9: Layer already exists 2f04d3cc49cc: Layer already exists 419b027a05d7: Layer already exists fc014216c6f3: Layer already exists 8548a15693ed: Layer already exists de1672f7cb48: Layer already exists 960e4ee94901: Pushed c9502204551a: Layer already exists 675d1f534433: Layer already exists ec34fcc1d526: Layer already exists 61bd9dffb9d8: Pushed sshdind-15dbefee2042383366e40eca8243af7ff05a12f9: digest: sha256:75b2ccbaa3e5a0738c8bda6484d1cf717f3308eb96cb575268b35afb00cd3351 size: 4286 [Pipeline] isUnix [Pipeline] sh + docker pull dockerpinata/docker-py:py3-15dbefee2042383366e40eca8243af7ff05a12f9 Error response from daemon: manifest for dockerpinata/docker-py:py3-15dbefee2042383366e40eca8243af7ff05a12f9 not found: manifest unknown: manifest unknown [Pipeline] isUnix [Pipeline] sh + docker build -t dockerpinata/docker-py:py3-15dbefee2042383366e40eca8243af7ff05a12f9 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.10 . Sending build context to Docker daemon 1.383MB Step 1/24 : ARG PYTHON_VERSION=3.10 Step 2/24 : FROM python:${PYTHON_VERSION} 3.10: Pulling from library/python d836772a1c1f: Pulling fs layer 66a9e63c657a: Pulling fs layer d1989b6e74cf: Pulling fs layer c28818711e1e: Pulling fs layer 5084fa7ebd74: Pulling fs layer 7f162c881e4f: Pulling fs layer e3f48ccb2876: Pulling fs layer 315a1520c10e: Pulling fs layer 65ec519192cb: Pulling fs layer c28818711e1e: Waiting 5084fa7ebd74: Waiting 7f162c881e4f: Waiting e3f48ccb2876: Waiting 315a1520c10e: Waiting 65ec519192cb: Waiting 66a9e63c657a: Verifying Checksum 66a9e63c657a: Download complete d1989b6e74cf: Verifying Checksum d1989b6e74cf: Download complete d836772a1c1f: Verifying Checksum d836772a1c1f: Download complete 7f162c881e4f: Verifying Checksum 7f162c881e4f: Download complete c28818711e1e: Verifying Checksum c28818711e1e: Download complete 315a1520c10e: Verifying Checksum 315a1520c10e: Download complete e3f48ccb2876: Download complete 65ec519192cb: Verifying Checksum 65ec519192cb: Download complete 5084fa7ebd74: Verifying Checksum 5084fa7ebd74: Download complete d836772a1c1f: Pull complete 66a9e63c657a: Pull complete d1989b6e74cf: Pull complete c28818711e1e: Pull complete 5084fa7ebd74: Pull complete 7f162c881e4f: Pull complete e3f48ccb2876: Pull complete 315a1520c10e: Pull complete 65ec519192cb: Pull complete Digest: sha256:316505e6339d405068ada7f57db3244aed8907dc06ce30725bfb28d7e7ab8b21 Status: Downloaded newer image for python:3.10 ---> 3a49f9c9c80e Step 3/24 : ARG APT_MIRROR ---> Running in 2cbb30292406 Removing intermediate container 2cbb30292406 ---> 133f7f8fc0eb 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 d9ae9eab60bf Removing intermediate container d9ae9eab60bf ---> 0aa93ecf7de1 Step 5/24 : RUN apt-get update && apt-get -y install --no-install-recommends gnupg2 pass ---> Running in 313584cf512c 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 [168 kB] Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] Fetched 8561 kB in 2s (5474 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 1 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 (1932 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 313584cf512c ---> 5536ddc66684 Step 6/24 : COPY tests/ssh/config/client /root/.ssh ---> 6bc636c6da48 Step 7/24 : COPY tests/ssh/config/server/known_ed25519.pub /root/.ssh/known_hosts ---> 79f83077a533 Step 8/24 : RUN sed -i '1s;^;dpy-dind-ssh ;' /root/.ssh/known_hosts ---> Running in 79f62b6fda76 Removing intermediate container 79f62b6fda76 ---> 5a6020cf6992 Step 9/24 : RUN chmod -R 600 /root/.ssh ---> Running in 42a9a0265e32 Removing intermediate container 42a9a0265e32 ---> 52d9b8f14edb Step 10/24 : COPY ./tests/gpg-keys /gpg-keys ---> d354cbe638a4 Step 11/24 : RUN gpg2 --import gpg-keys/secret ---> Running in 5df372696a44 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 5df372696a44 ---> d6f25e4a1ca1 Step 12/24 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust ---> Running in be7a29b2a083 gpg: inserting ownertrust of 6 Removing intermediate container be7a29b2a083 ---> 6ada51c62fb8 Step 13/24 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}') ---> Running in 401c308e051d gpg: please do a --check-trustdb mkdir: created directory '/root/.password-store/' Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401 Removing intermediate container 401c308e051d ---> 7551b4b8b463 Step 14/24 : RUN gpg2 --check-trustdb ---> Running in de060b2a4848 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 de060b2a4848 ---> cc907a44b037 Step 15/24 : ARG CREDSTORE_VERSION=v0.6.3 ---> Running in 7f3aeb73f6eb Removing intermediate container 7f3aeb73f6eb ---> d966e1d9676e 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 b36d76c107fd Removing intermediate container b36d76c107fd ---> 215b79bff4fb Step 17/24 : WORKDIR /src ---> Running in 206125fbc25b Removing intermediate container 206125fbc25b ---> de5a11e2c4df Step 18/24 : COPY requirements.txt /src/requirements.txt ---> 51169a50403c 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