Skip to content

Console Output

20:12:42 + docker build -t dockerpinata/docker-py:py3-2471cea1b63833fbf049875e9b6df02936f80871 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.10 .
20:12:42 #1 [internal] load build definition from Dockerfile
20:12:42 #1 transferring dockerfile: 1.76kB done
20:12:42 #1 DONE 0.0s
20:12:42 
20:12:42 #2 [internal] load .dockerignore
20:12:42 #2 transferring context: 161B done
20:12:42 #2 DONE 0.0s
20:12:42 
20:12:42 #3 resolve image config for docker.io/docker/dockerfile:1
20:12:42 #3 DONE 0.1s
20:12:42 
20:12:42 #4 docker-image://docker.io/docker/dockerfile:1@sha256:d2d74ff22a0e47b21f4bbde337e2ac4cd0a02a2226ef79264878db3dc7e87df8
20:12:42 #4 CACHED
20:12:42 
20:12:42 #5 [internal] load metadata for docker.io/library/python:3.10
20:12:43 #5 DONE 0.1s
20:12:43 
20:12:43 #6 [auth] library/python:pull token for registry-1.docker.io
20:12:43 #6 DONE 0.0s
20:12:43 
20:12:43 #7 [stage-0  1/20] FROM docker.io/library/python:3.10@sha256:5ef345608493927ad12515e75ebe0004f5633dd5d7b08c13c52c3432e9a7963a
20:12:43 #7 DONE 0.0s
20:12:43 
20:12:43 #8 [internal] load build context
20:12:43 #8 transferring context: 1.24MB 0.0s done
20:12:43 #8 DONE 0.1s
20:12:43 
20:12:43 #9 [stage-0  6/20] RUN sed -i '1s;^;dpy-dind-ssh ;' /root/.ssh/known_hosts
20:12:43 #9 CACHED
20:12:43 
20:12:43 #10 [stage-0  3/20] RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
20:12:43 #10 CACHED
20:12:43 
20:12:43 #11 [stage-0 15/20] COPY requirements.txt /src/requirements.txt
20:12:43 #11 CACHED
20:12:43 
20:12:43 #12 [stage-0  8/20] COPY ./tests/gpg-keys /gpg-keys
20:12:43 #12 CACHED
20:12:43 
20:12:43 #13 [stage-0  5/20] COPY tests/ssh/config/server/known_ed25519.pub /root/.ssh/known_hosts
20:12:43 #13 CACHED
20:12:43 
20:12:43 #14 [stage-0  4/20] COPY tests/ssh/config/client /root/.ssh
20:12:43 #14 CACHED
20:12:43 
20:12:43 #15 [stage-0 16/20] RUN --mount=type=cache,target=/root/.cache/pip     pip install -r requirements.txt
20:12:43 #15 CACHED
20:12:43 
20:12:43 #16 [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
20:12:43 #16 CACHED
20:12:43 
20:12:43 #17 [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
20:12:43 #17 CACHED
20:12:43 
20:12:43 #18 [stage-0  9/20] RUN gpg2 --import gpg-keys/secret
20:12:43 #18 CACHED
20:12:43 
20:12:43 #19 [stage-0 14/20] WORKDIR /src
20:12:43 #19 CACHED
20:12:43 
20:12:43 #20 [stage-0 12/20] RUN gpg2 --check-trustdb
20:12:43 #20 CACHED
20:12:43 
20:12:43 #21 [stage-0 10/20] RUN gpg2 --import-ownertrust gpg-keys/ownertrust
20:12:43 #21 CACHED
20:12:43 
20:12:43 #22 [stage-0 11/20] RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
20:12:43 #22 CACHED
20:12:43 
20:12:43 #23 [stage-0 17/20] COPY test-requirements.txt /src/test-requirements.txt
20:12:43 #23 CACHED
20:12:43 
20:12:43 #24 [stage-0  7/20] RUN chmod -R 600 /root/.ssh
20:12:43 #24 CACHED
20:12:43 
20:12:43 #25 [stage-0 18/20] RUN --mount=type=cache,target=/root/.cache/pip     pip install -r test-requirements.txt
20:12:43 #25 CACHED
20:12:43 
20:12:43 #26 [stage-0 19/20] COPY . /src
20:12:43 #26 DONE 0.1s
20:12:43 
20:12:43 #27 [stage-0 20/20] RUN --mount=type=cache,target=/root/.cache/pip     pip install -e .
20:12:43 #27 0.701 Obtaining file:///src
20:12:43 #27 0.704   Installing build dependencies: started
20:12:50 #27 6.429   Installing build dependencies: finished with status 'done'
20:12:50 #27 6.432   WARNING: Missing build requirements in pyproject.toml for file:///src.
20:12:50 #27 6.433   WARNING: The project does not specify a build backend, and pip cannot fall back to setuptools without 'wheel'.
20:12:50 #27 6.434   Checking if build backend supports build_editable: started
20:12:50 #27 6.601   Checking if build backend supports build_editable: finished with status 'done'
20:12:50 #27 6.602   Getting requirements to build editable: started
20:12:50 #27 6.748   Getting requirements to build editable: finished with status 'done'
20:12:50 #27 6.751   Installing backend dependencies: started
20:12:54 #27 11.45   Installing backend dependencies: finished with status 'done'
20:12:54 #27 11.46   Preparing editable metadata (pyproject.toml): started
20:12:55 #27 11.78   Preparing editable metadata (pyproject.toml): finished with status 'done'
20:12:55 #27 11.79 Requirement already satisfied: packaging>=14.0 in /usr/local/lib/python3.10/site-packages (from docker==99.0.0+docker) (21.3)
20:12:55 #27 11.79 Requirement already satisfied: requests>=2.26.0 in /usr/local/lib/python3.10/site-packages (from docker==99.0.0+docker) (2.28.1)
20:12:55 #27 11.79 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)
20:12:55 #27 11.79 Requirement already satisfied: urllib3>=1.26.0 in /usr/local/lib/python3.10/site-packages (from docker==99.0.0+docker) (1.26.11)
20:12:55 #27 11.79 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)
20:12:55 #27 11.80 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)
20:12:55 #27 11.80 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)
20:12:55 #27 11.80 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) (2022.12.7)
20:12:55 #27 11.82 Building wheels for collected packages: docker
20:12:55 #27 11.83   Building editable for docker (pyproject.toml): started
20:12:55 #27 12.16   Building editable for docker (pyproject.toml): finished with status 'done'
20:12:55 #27 12.16   Created wheel for docker: filename=docker-99.0.0+docker-0.editable-py3-none-any.whl size=7621 sha256=a03c25fc3270f042ef7e3af51f7884c1bdd3d95d004a4ed6db8e838c201f51a0
20:12:55 #27 12.16   Stored in directory: /tmp/pip-ephem-wheel-cache-16by9xtu/wheels/5c/9b/23/f031c1877ee9aa5bf3ddc51ccc1ac38428d83c5d6eec32a03f
20:12:55 #27 12.16 Successfully built docker
20:12:55 #27 12.28 Installing collected packages: docker
20:12:55 #27 12.30 Successfully installed docker-99.0.0+docker
20:12:55 #27 12.30 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
20:12:55 #27 12.30 
20:12:55 #27 12.30 [notice] A new release of pip available: 22.3.1 -> 23.0
20:12:55 #27 12.30 [notice] To update, run: pip install --upgrade pip
20:12:55 #27 DONE 12.5s
20:12:55 
20:12:55 #28 exporting to image
20:12:55 #28 exporting layers
20:12:55 #28 exporting layers 0.1s done
20:12:55 #28 writing image sha256:858e398adeaf71ab604ed9f028e7d44c370c41004c6cd9410ab204fe614416d7 done
20:12:55 #28 naming to docker.io/dockerpinata/docker-py:py3-2471cea1b63833fbf049875e9b6df02936f80871 done
20:12:55 #28 DONE 0.1s