Console Output
16:21:17 + docker build -t dockerpinata/docker-py:py3-7f1bde162f8266800d336a97becc92aa92da13a9 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.10 .
16:21:17 Sending build context to Docker daemon 1.391MB
16:21:17 Step 1/24 : ARG PYTHON_VERSION=3.10
16:21:17 Step 2/24 : FROM python:${PYTHON_VERSION}
16:21:17 3.10: Pulling from library/python
16:21:17 d836772a1c1f: Already exists
16:21:17 66a9e63c657a: Already exists
16:21:17 d1989b6e74cf: Already exists
16:21:17 c28818711e1e: Already exists
16:21:17 5084fa7ebd74: Already exists
16:21:17 7f162c881e4f: Already exists
16:21:17 e3f48ccb2876: Already exists
16:21:17 315a1520c10e: Already exists
16:21:17 65ec519192cb: Already exists
16:21:17 Digest: sha256:b1a4d9bcebe696cf805803f98747d3ccd885504bd1473dc45db2014d08622de5
16:21:17 Status: Downloaded newer image for python:3.10
16:21:17 ---> 3a49f9c9c80e
16:21:17 Step 3/24 : ARG APT_MIRROR
16:21:17 ---> Running in 64a61757b241
16:21:17 Removing intermediate container 64a61757b241
16:21:17 ---> 8d085724cf5f
16:21:17 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:21:17 ---> Running in a47af142c851
16:21:18 Removing intermediate container a47af142c851
16:21:18 ---> 6391d58cbd8c
16:21:18 Step 5/24 : RUN apt-get update && apt-get -y install --no-install-recommends gnupg2 pass
16:21:18 ---> Running in e3e4bb5f37b2
16:21:19 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
16:21:19 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
16:21:19 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:21:19 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
16:21:19 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [168 kB]
16:21:19 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
16:21:20 Fetched 8561 kB in 2s (5591 kB/s)
16:21:20 Reading package lists...
16:21:21 Reading package lists...
16:21:21 Building dependency tree...
16:21:21 Reading state information...
16:21:21 The following additional packages will be installed:
16:21:21 tree
16:21:21 Suggested packages:
16:21:21 python libxml-simple-perl ruby
16:21:21 Recommended packages:
16:21:21 qrencode xclip
16:21:21 The following NEW packages will be installed:
16:21:21 gnupg2 pass tree
16:21:21 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded.
16:21:21 Need to get 523 kB of archives.
16:21:21 After this operation, 727 kB of additional disk space will be used.
16:21:21 Get:1 http://deb.debian.org/debian bullseye/main amd64 gnupg2 all 2.2.27-2+deb11u2 [434 kB]
16:21:21 Get:2 http://deb.debian.org/debian bullseye/main amd64 tree amd64 1.8.0-1+b1 [49.6 kB]
16:21:21 Get:3 http://deb.debian.org/debian bullseye/main amd64 pass all 1.7.3-2 [39.2 kB]
16:21:21 [91mdebconf: delaying package configuration, since apt-utils is not installed
16:21:21 [0mFetched 523 kB in 0s (1841 kB/s)
16:21:21 Selecting previously unselected package gnupg2.
16:21:21 (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:21:21 Preparing to unpack .../gnupg2_2.2.27-2+deb11u2_all.deb ...
16:21:21 Unpacking gnupg2 (2.2.27-2+deb11u2) ...
16:21:21 Selecting previously unselected package tree.
16:21:21 Preparing to unpack .../tree_1.8.0-1+b1_amd64.deb ...
16:21:21 Unpacking tree (1.8.0-1+b1) ...
16:21:21 Selecting previously unselected package pass.
16:21:21 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ...
16:21:21 Unpacking pass (1.7.3-2) ...
16:21:22 Setting up gnupg2 (2.2.27-2+deb11u2) ...
16:21:22 Setting up tree (1.8.0-1+b1) ...
16:21:22 Setting up pass (1.7.3-2) ...
16:21:22 Removing intermediate container e3e4bb5f37b2
16:21:22 ---> cf49047fb3a5
16:21:22 Step 6/24 : COPY tests/ssh/config/client /root/.ssh
16:21:23 ---> 2f5c35d0f6a2
16:21:23 Step 7/24 : COPY tests/ssh/config/server/known_ed25519.pub /root/.ssh/known_hosts
16:21:23 ---> 2b59904d3e10
16:21:23 Step 8/24 : RUN sed -i '1s;^;dpy-dind-ssh ;' /root/.ssh/known_hosts
16:21:23 ---> Running in 14f62ee83040
16:21:23 Removing intermediate container 14f62ee83040
16:21:23 ---> b953921d0862
16:21:23 Step 9/24 : RUN chmod -R 600 /root/.ssh
16:21:23 ---> Running in d103d2497c03
16:21:24 Removing intermediate container d103d2497c03
16:21:24 ---> a818fa6cfa94
16:21:24 Step 10/24 : COPY ./tests/gpg-keys /gpg-keys
16:21:24 ---> 1487b7d64799
16:21:24 Step 11/24 : RUN gpg2 --import gpg-keys/secret
16:21:24 ---> Running in 8042768ef201
16:21:24 [91mgpg: directory '/root/.gnupg' created
16:21:24 [0m[91mgpg: keybox '/root/.gnupg/pubring.kbx' created
16:21:24 [0m[91mgpg: /root/.gnupg/trustdb.gpg: trustdb created
16:21:24 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
16:21:24 [0m[91mgpg: key 464ED987A7B21401: secret key imported
16:21:24 [0m[91mgpg: Total number processed: 1
16:21:24 gpg: imported: 1
16:21:24 gpg: secret keys read: 1
16:21:24 gpg: secret keys imported: 1
16:21:25 [0mRemoving intermediate container 8042768ef201
16:21:25 ---> 129de940b05d
16:21:25 Step 12/24 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
16:21:25 ---> Running in 618965cbaaf0
16:21:25 [91mgpg: inserting ownertrust of 6
16:21:25 [0mRemoving intermediate container 618965cbaaf0
16:21:25 ---> 70d2dbb715af
16:21:25 Step 13/24 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
16:21:25 ---> Running in 4ebc63712f67
16:21:26 [91mgpg: please do a --check-trustdb
16:21:26 [0mmkdir: created directory '/root/.password-store/'
16:21:26 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
16:21:26 Removing intermediate container 4ebc63712f67
16:21:26 ---> 6675f4c68903
16:21:26 Step 14/24 : RUN gpg2 --check-trustdb
16:21:26 ---> Running in 2e1932a2aea9
16:21:27 [91mgpg: marginals needed: 3 completes needed: 1 trust model: pgp
16:21:27 gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u
16:21:27 [0mRemoving intermediate container 2e1932a2aea9
16:21:27 ---> 8381c3f771cb
16:21:27 Step 15/24 : ARG CREDSTORE_VERSION=v0.6.3
16:21:27 ---> Running in 354d8a6aa838
16:21:27 Removing intermediate container 354d8a6aa838
16:21:27 ---> 0e30af0c2b5b
16:21:27 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:21:27 ---> Running in 7415f3372bd1
16:21:28 Removing intermediate container 7415f3372bd1
16:21:28 ---> 90c266a48a28
16:21:28 Step 17/24 : WORKDIR /src
16:21:28 ---> Running in 5e540eef2430
16:21:28 Removing intermediate container 5e540eef2430
16:21:28 ---> 30846c8f3c74
16:21:28 Step 18/24 : COPY requirements.txt /src/requirements.txt
16:21:28 ---> 97e2467e789c
16:21:28 Step 19/24 : RUN --mount=type=cache,target=/root/.cache/pip pip install -r requirements.txt
16:21:28 the --mount option requires BuildKit. Refer to https://docs.docker.com/go/buildkit/ to learn how to build images with BuildKit enabled