Skip to content

Console Output

15:39:15 + docker build -t dockerpinata/docker-py:py3-7cd7458f2f41ef5af58589f28307a064936d7be1 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.10 .
15:39:18 #1 [internal] load build definition from Dockerfile
15:39:18 #1 transferring dockerfile: 1.76kB done
15:39:18 #1 DONE 0.0s
15:39:18 
15:39:18 #2 [internal] load .dockerignore
15:39:18 #2 transferring context: 161B done
15:39:18 #2 DONE 0.0s
15:39:18 
15:39:18 #3 resolve image config for docker.io/docker/dockerfile:1
15:39:18 #3 DONE 0.1s
15:39:18 
15:39:18 #4 docker-image://docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14
15:39:18 #4 CACHED
15:39:18 
15:39:18 #5 [internal] load metadata for docker.io/library/python:3.10
15:39:18 #5 DONE 0.1s
15:39:18 
15:39:18 #6 [auth] library/python:pull token for registry-1.docker.io
15:39:18 #6 DONE 0.0s
15:39:18 
15:39:18 #7 [stage-0  1/20] FROM docker.io/library/python:3.10@sha256:0b21ab6fe705300678a84c3f4786ba056fa9af94790d8addf764c789b48987a2
15:39:18 #7 DONE 0.0s
15:39:18 
15:39:18 #8 [internal] load build context
15:39:18 #8 transferring context: 1.24MB 0.0s done
15:39:18 #8 DONE 0.1s
15:39:18 
15:39:18 #9 [stage-0  8/20] COPY ./tests/gpg-keys /gpg-keys
15:39:18 #9 CACHED
15:39:18 
15:39:18 #10 [stage-0 11/20] RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
15:39:18 #10 CACHED
15:39:18 
15:39:18 #11 [stage-0  6/20] RUN sed -i '1s;^;dpy-dind-ssh ;' /root/.ssh/known_hosts
15:39:18 #11 CACHED
15:39:18 
15:39:18 #12 [stage-0  9/20] RUN gpg2 --import gpg-keys/secret
15:39:18 #12 CACHED
15:39:18 
15:39:18 #13 [stage-0 16/20] RUN --mount=type=cache,target=/root/.cache/pip     pip install -r requirements.txt
15:39:18 #13 CACHED
15:39:18 
15:39:18 #14 [stage-0 17/20] COPY test-requirements.txt /src/test-requirements.txt
15:39:18 #14 CACHED
15:39:18 
15:39:18 #15 [stage-0 12/20] RUN gpg2 --check-trustdb
15:39:18 #15 CACHED
15:39:18 
15:39:18 #16 [stage-0  7/20] RUN chmod -R 600 /root/.ssh
15:39:18 #16 CACHED
15:39:18 
15:39:18 #17 [stage-0 15/20] COPY requirements.txt /src/requirements.txt
15:39:18 #17 CACHED
15:39:18 
15:39:18 #18 [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
15:39:18 #18 CACHED
15:39:18 
15:39:18 #19 [stage-0 14/20] WORKDIR /src
15:39:18 #19 CACHED
15:39:18 
15:39:18 #20 [stage-0 10/20] RUN gpg2 --import-ownertrust gpg-keys/ownertrust
15:39:18 #20 CACHED
15:39:18 
15:39:18 #21 [stage-0  5/20] COPY tests/ssh/config/server/known_ed25519.pub /root/.ssh/known_hosts
15:39:18 #21 CACHED
15:39:18 
15:39:18 #22 [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
15:39:18 #22 CACHED
15:39:18 
15:39:18 #23 [stage-0  4/20] COPY tests/ssh/config/client /root/.ssh
15:39:18 #23 CACHED
15:39:18 
15:39:18 #24 [stage-0  3/20] RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
15:39:18 #24 CACHED
15:39:18 
15:39:18 #25 [stage-0 18/20] RUN --mount=type=cache,target=/root/.cache/pip     pip install -r test-requirements.txt
15:39:18 #25 CACHED
15:39:18 
15:39:18 #26 [stage-0 19/20] COPY . /src
15:39:18 #26 DONE 0.1s
15:39:18 
15:39:18 #27 [stage-0 20/20] RUN --mount=type=cache,target=/root/.cache/pip     pip install -e .
15:39:18 #27 0.681 Obtaining file:///src
15:39:18 #27 0.684   Installing build dependencies: started
15:39:23 #27 6.340   Installing build dependencies: finished with status 'done'
15:39:23 #27 6.344   WARNING: Missing build requirements in pyproject.toml for file:///src.
15:39:23 #27 6.344   WARNING: The project does not specify a build backend, and pip cannot fall back to setuptools without 'wheel'.
15:39:23 #27 6.345   Checking if build backend supports build_editable: started
15:39:23 #27 6.494   Checking if build backend supports build_editable: finished with status 'done'
15:39:23 #27 6.495   Getting requirements to build editable: started
15:39:23 #27 6.624   Getting requirements to build editable: finished with status 'done'
15:39:23 #27 6.627   Installing backend dependencies: started
15:39:28 #27 11.34   Installing backend dependencies: finished with status 'done'
15:39:28 #27 11.35   Preparing editable metadata (pyproject.toml): started
15:39:28 #27 11.67   Preparing editable metadata (pyproject.toml): finished with status 'done'
15:39:28 #27 11.68 Requirement already satisfied: requests>=2.26.0 in /usr/local/lib/python3.10/site-packages (from docker==99.0.0+docker) (2.28.1)
15:39:28 #27 11.68 Requirement already satisfied: packaging>=14.0 in /usr/local/lib/python3.10/site-packages (from docker==99.0.0+docker) (21.3)
15:39:28 #27 11.69 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)
15:39:28 #27 11.69 Requirement already satisfied: urllib3>=1.26.0 in /usr/local/lib/python3.10/site-packages (from docker==99.0.0+docker) (1.26.11)
15:39:28 #27 11.69 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)
15:39:28 #27 11.70 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)
15:39:28 #27 11.70 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)
15:39:28 #27 11.70 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)
15:39:28 #27 11.72 Building wheels for collected packages: docker
15:39:28 #27 11.72   Building editable for docker (pyproject.toml): started
15:39:28 #27 12.05   Building editable for docker (pyproject.toml): finished with status 'done'
15:39:28 #27 12.05   Created wheel for docker: filename=docker-99.0.0+docker-0.editable-py3-none-any.whl size=7621 sha256=16d4fa250549504a6f280008ce8d38e1c38722a8676e9812daaf19a590bb5710
15:39:28 #27 12.05   Stored in directory: /tmp/pip-ephem-wheel-cache-av1tf7yb/wheels/5c/9b/23/f031c1877ee9aa5bf3ddc51ccc1ac38428d83c5d6eec32a03f
15:39:28 #27 12.05 Successfully built docker
15:39:28 #27 12.17 Installing collected packages: docker
15:39:28 #27 12.19 Successfully installed docker-99.0.0+docker
15:39:28 #27 12.19 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
15:39:28 #27 12.20 
15:39:28 #27 12.20 [notice] A new release of pip available: 22.3.1 -> 23.0
15:39:28 #27 12.20 [notice] To update, run: pip install --upgrade pip
15:39:28 #27 DONE 12.3s
15:39:28 
15:39:28 #28 exporting to image
15:39:28 #28 exporting layers 0.1s done
15:39:28 #28 writing image sha256:8273a6b8c95c3ffed4b07f311397b3419b26e92f348b5b405dbdd6efee69d6aa done
15:39:28 #28 naming to docker.io/dockerpinata/docker-py:py3-7cd7458f2f41ef5af58589f28307a064936d7be1 done
15:39:28 #28 DONE 0.1s