Skip to content

Console Output

10:40:37 + docker build -t dockerpinata/docker-py:py3-e011ff5be89f84f999847d73d73ff695b9c8c4d4 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.10 .
10:40:37 #1 [internal] load build definition from Dockerfile
10:40:37 #1 DONE 0.0s
10:40:37 
10:40:37 #1 [internal] load build definition from Dockerfile
10:40:37 #1 transferring dockerfile: 1.76kB done
10:40:37 #1 DONE 0.0s
10:40:37 
10:40:37 #2 [internal] load .dockerignore
10:40:37 #2 transferring context: 161B done
10:40:37 #2 DONE 0.0s
10:40:37 
10:40:37 #3 resolve image config for docker.io/docker/dockerfile:1
10:40:37 #3 DONE 0.1s
10:40:37 
10:40:37 #4 docker-image://docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14
10:40:37 #4 CACHED
10:40:37 
10:40:37 #5 [auth] library/python:pull token for registry-1.docker.io
10:40:37 #5 DONE 0.0s
10:40:37 
10:40:37 #6 [internal] load metadata for docker.io/library/python:3.10
10:40:37 #6 DONE 0.2s
10:40:37 
10:40:37 #7 [stage-0  1/20] FROM docker.io/library/python:3.10@sha256:4a4edb45256d063bb19a92695b75d83f89459231640c083e8147421dbe7e550b
10:40:37 #7 DONE 0.0s
10:40:37 
10:40:37 #8 [internal] load build context
10:40:37 #8 transferring context: 1.25MB 0.0s done
10:40:37 #8 DONE 0.0s
10:40:37 
10:40:37 #9 [stage-0 17/20] COPY test-requirements.txt /src/test-requirements.txt
10:40:37 #9 CACHED
10:40:37 
10:40:37 #10 [stage-0 12/20] RUN gpg2 --check-trustdb
10:40:37 #10 CACHED
10:40:37 
10:40:37 #11 [stage-0 15/20] COPY requirements.txt /src/requirements.txt
10:40:37 #11 CACHED
10:40:37 
10:40:37 #12 [stage-0 10/20] RUN gpg2 --import-ownertrust gpg-keys/ownertrust
10:40:37 #12 CACHED
10:40:37 
10:40:37 #13 [stage-0  7/20] RUN chmod -R 600 /root/.ssh
10:40:37 #13 CACHED
10:40:37 
10:40:37 #14 [stage-0  2/20] 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
10:40:37 #14 CACHED
10:40:37 
10:40:37 #15 [stage-0 11/20] RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
10:40:37 #15 CACHED
10:40:37 
10:40:37 #16 [stage-0  8/20] COPY ./tests/gpg-keys /gpg-keys
10:40:37 #16 CACHED
10:40:37 
10:40:37 #17 [stage-0  6/20] RUN sed -i '1s;^;dpy-dind-ssh ;' /root/.ssh/known_hosts
10:40:37 #17 CACHED
10:40:37 
10:40:37 #18 [stage-0  3/20] RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
10:40:37 #18 CACHED
10:40:37 
10:40:37 #19 [stage-0  4/20] COPY tests/ssh/config/client /root/.ssh
10:40:37 #19 CACHED
10:40:37 
10:40:37 #20 [stage-0 13/20] RUN curl -sSL -o /opt/docker-credential-pass.tar.gz     https://github.com/docker/docker-credential-helpers/releases/download/v0.6.3/docker-credential-pass-v0.6.3-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
10:40:37 #20 CACHED
10:40:37 
10:40:37 #21 [stage-0 16/20] RUN --mount=type=cache,target=/root/.cache/pip     pip install -r requirements.txt
10:40:37 #21 CACHED
10:40:37 
10:40:37 #22 [stage-0  5/20] COPY tests/ssh/config/server/known_ed25519.pub /root/.ssh/known_hosts
10:40:37 #22 CACHED
10:40:37 
10:40:37 #23 [stage-0  9/20] RUN gpg2 --import gpg-keys/secret
10:40:37 #23 CACHED
10:40:37 
10:40:37 #24 [stage-0 14/20] WORKDIR /src
10:40:37 #24 CACHED
10:40:37 
10:40:37 #25 [stage-0 18/20] RUN --mount=type=cache,target=/root/.cache/pip     pip install -r test-requirements.txt
10:40:37 #25 CACHED
10:40:37 
10:40:37 #26 [stage-0 19/20] COPY . /src
10:40:37 #26 DONE 0.0s
10:40:37 
10:40:37 #27 [stage-0 20/20] RUN --mount=type=cache,target=/root/.cache/pip     pip install -e .
10:40:38 #27 0.691 Obtaining file:///src
10:40:38 #27 0.694   Installing build dependencies: started
10:40:45 #27 6.580   Installing build dependencies: finished with status 'done'
10:40:45 #27 6.582   Checking if build backend supports build_editable: started
10:40:45 #27 6.739   Checking if build backend supports build_editable: finished with status 'done'
10:40:45 #27 6.740   Getting requirements to build editable: started
10:40:45 #27 6.874   Getting requirements to build editable: finished with status 'done'
10:40:45 #27 6.877   Installing backend dependencies: started
10:40:49 #27 11.63   Installing backend dependencies: finished with status 'done'
10:40:49 #27 11.64   Preparing editable metadata (pyproject.toml): started
10:40:49 #27 11.96   Preparing editable metadata (pyproject.toml): finished with status 'done'
10:40:49 #27 11.97 Requirement already satisfied: packaging>=14.0 in /usr/local/lib/python3.10/site-packages (from docker==99.0.0+docker) (21.3)
10:40:49 #27 11.97 Requirement already satisfied: urllib3>=1.26.0 in /usr/local/lib/python3.10/site-packages (from docker==99.0.0+docker) (1.26.11)
10:40:49 #27 11.97 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python3.10/site-packages (from docker==99.0.0+docker) (1.3.3)
10:40:49 #27 11.97 Requirement already satisfied: requests>=2.26.0 in /usr/local/lib/python3.10/site-packages (from docker==99.0.0+docker) (2.28.1)
10:40:49 #27 11.97 Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.10/site-packages (from packaging>=14.0->docker==99.0.0+docker) (3.0.9)
10:40:49 #27 11.98 Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/site-packages (from requests>=2.26.0->docker==99.0.0+docker) (3.4)
10:40:49 #27 11.98 Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/site-packages (from requests>=2.26.0->docker==99.0.0+docker) (2.1.1)
10:40:49 #27 11.98 Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.10/site-packages (from requests>=2.26.0->docker==99.0.0+docker) (2023.5.7)
10:40:49 #27 12.01 Building wheels for collected packages: docker
10:40:49 #27 12.01   Building editable for docker (pyproject.toml): started
10:40:50 #27 12.33   Building editable for docker (pyproject.toml): finished with status 'done'
10:40:50 #27 12.33   Created wheel for docker: filename=docker-99.0.0+docker-0.editable-py3-none-any.whl size=7621 sha256=984c3b57053dfb49615954d1c6b2b2c68b42de1c3c271cf9d866ebc44f957979
10:40:50 #27 12.33   Stored in directory: /tmp/pip-ephem-wheel-cache-zutrfdwg/wheels/5c/9b/23/f031c1877ee9aa5bf3ddc51ccc1ac38428d83c5d6eec32a03f
10:40:50 #27 12.34 Successfully built docker
10:40:50 #27 12.46 Installing collected packages: docker
10:40:50 #27 12.47 Successfully installed docker-99.0.0+docker
10:40:50 #27 12.47 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
10:40:50 #27 12.48 
10:40:50 #27 12.48 [notice] A new release of pip is available: 23.0.1 -> 23.1.2
10:40:50 #27 12.48 [notice] To update, run: pip install --upgrade pip
10:40:50 #27 DONE 12.6s
10:40:50 
10:40:50 #28 exporting to image
10:40:50 #28 exporting layers 0.0s done
10:40:50 #28 writing image sha256:015607d083ea52dc601b94ec5db21bc7bdb4393ea09e5a75fe6e175324fcbe5e done
10:40:50 #28 naming to docker.io/dockerpinata/docker-py:py3-e011ff5be89f84f999847d73d73ff695b9c8c4d4 done
10:40:50 #28 DONE 0.0s