Skip to content

Console Output

22:45:48 + docker build -t dockerpinata/docker-py:py3-22718ba59a193263bed8c52cc1abd5ee52358440 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.10 .
22:45:48 #1 [internal] load build definition from Dockerfile
22:45:48 #1 transferring dockerfile: 1.76kB done
22:45:48 #1 DONE 0.0s
22:45:48 
22:45:48 #2 [internal] load .dockerignore
22:45:48 #2 transferring context: 161B done
22:45:48 #2 DONE 0.0s
22:45:48 
22:45:48 #3 resolve image config for docker.io/docker/dockerfile:1
22:45:48 #3 DONE 0.1s
22:45:48 
22:45:48 #4 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc
22:45:48 #4 CACHED
22:45:48 
22:45:48 #5 [internal] load metadata for docker.io/library/python:3.10
22:45:48 #5 DONE 0.1s
22:45:48 
22:45:48 #6 [auth] library/python:pull token for registry-1.docker.io
22:45:48 #6 DONE 0.0s
22:45:48 
22:45:48 #7 [stage-0  1/20] FROM docker.io/library/python:3.10@sha256:b4b8149f2ff93c993d9b752dd4298493975e341a6b542a33cdfb86ce52555f36
22:45:48 #7 DONE 0.0s
22:45:48 
22:45:48 #8 [internal] load build context
22:45:48 #8 transferring context: 1.24MB 0.0s done
22:45:49 #8 DONE 0.0s
22:45:49 
22:45:49 #9 [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
22:45:49 #9 CACHED
22:45:49 
22:45:49 #10 [stage-0 17/20] COPY test-requirements.txt /src/test-requirements.txt
22:45:49 #10 CACHED
22:45:49 
22:45:49 #11 [stage-0  4/20] COPY tests/ssh/config/client /root/.ssh
22:45:49 #11 CACHED
22:45:49 
22:45:49 #12 [stage-0  9/20] RUN gpg2 --import gpg-keys/secret
22:45:49 #12 CACHED
22:45:49 
22:45:49 #13 [stage-0 11/20] RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
22:45:49 #13 CACHED
22:45:49 
22:45:49 #14 [stage-0  5/20] COPY tests/ssh/config/server/known_ed25519.pub /root/.ssh/known_hosts
22:45:49 #14 CACHED
22:45:49 
22:45:49 #15 [stage-0 10/20] RUN gpg2 --import-ownertrust gpg-keys/ownertrust
22:45:49 #15 CACHED
22:45:49 
22:45:49 #16 [stage-0 14/20] WORKDIR /src
22:45:49 #16 CACHED
22:45:49 
22:45:49 #17 [stage-0 16/20] RUN --mount=type=cache,target=/root/.cache/pip     pip install -r requirements.txt
22:45:49 #17 CACHED
22:45:49 
22:45:49 #18 [stage-0  8/20] COPY ./tests/gpg-keys /gpg-keys
22:45:49 #18 CACHED
22:45:49 
22:45:49 #19 [stage-0  7/20] RUN chmod -R 600 /root/.ssh
22:45:49 #19 CACHED
22:45:49 
22:45:49 #20 [stage-0 15/20] COPY requirements.txt /src/requirements.txt
22:45:49 #20 CACHED
22:45:49 
22:45:49 #21 [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
22:45:49 #21 CACHED
22:45:49 
22:45:49 #22 [stage-0  6/20] RUN sed -i '1s;^;dpy-dind-ssh ;' /root/.ssh/known_hosts
22:45:49 #22 CACHED
22:45:49 
22:45:49 #23 [stage-0  3/20] RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
22:45:49 #23 CACHED
22:45:49 
22:45:49 #24 [stage-0 12/20] RUN gpg2 --check-trustdb
22:45:49 #24 CACHED
22:45:49 
22:45:49 #25 [stage-0 18/20] RUN --mount=type=cache,target=/root/.cache/pip     pip install -r test-requirements.txt
22:45:49 #25 CACHED
22:45:49 
22:45:49 #26 [stage-0 19/20] COPY . /src
22:45:49 #26 DONE 0.1s
22:45:49 
22:45:49 #27 [stage-0 20/20] RUN --mount=type=cache,target=/root/.cache/pip     pip install -e .
22:45:49 #27 0.716 Obtaining file:///src
22:45:49 #27 0.719   Installing build dependencies: started
22:45:56 #27 6.467   Installing build dependencies: finished with status 'done'
22:45:56 #27 6.471   WARNING: Missing build requirements in pyproject.toml for file:///src.
22:45:56 #27 6.471   WARNING: The project does not specify a build backend, and pip cannot fall back to setuptools without 'wheel'.
22:45:56 #27 6.472   Checking if build backend supports build_editable: started
22:45:56 #27 6.704   Checking if build backend supports build_editable: finished with status 'done'
22:45:56 #27 6.705   Getting requirements to build editable: started
22:45:56 #27 6.913   Getting requirements to build editable: finished with status 'done'
22:45:56 #27 6.916   Installing backend dependencies: started
22:46:01 #27 11.66   Installing backend dependencies: finished with status 'done'
22:46:01 #27 11.66   Preparing editable metadata (pyproject.toml): started
22:46:01 #27 12.05   Preparing editable metadata (pyproject.toml): finished with status 'done'
22:46:01 #27 12.06 Requirement already satisfied: urllib3>=1.26.0 in /usr/local/lib/python3.10/site-packages (from docker==99.0.0+docker) (1.26.11)
22:46:01 #27 12.06 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)
22:46:01 #27 12.06 Requirement already satisfied: packaging>=14.0 in /usr/local/lib/python3.10/site-packages (from docker==99.0.0+docker) (21.3)
22:46:01 #27 12.07 Requirement already satisfied: requests>=2.26.0 in /usr/local/lib/python3.10/site-packages (from docker==99.0.0+docker) (2.28.1)
22:46:01 #27 12.07 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)
22:46:01 #27 12.07 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)
22:46:01 #27 12.08 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)
22:46:01 #27 12.08 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)
22:46:01 #27 12.10 Building wheels for collected packages: docker
22:46:01 #27 12.10   Building editable for docker (pyproject.toml): started
22:46:01 #27 12.50   Building editable for docker (pyproject.toml): finished with status 'done'
22:46:01 #27 12.50   Created wheel for docker: filename=docker-99.0.0+docker-0.editable-py3-none-any.whl size=7621 sha256=1f59b583733385a057198aa99416501b0eeaec4255e9349db01c1452758ed009
22:46:01 #27 12.50   Stored in directory: /tmp/pip-ephem-wheel-cache-w66szdnl/wheels/5c/9b/23/f031c1877ee9aa5bf3ddc51ccc1ac38428d83c5d6eec32a03f
22:46:01 #27 12.51 Successfully built docker
22:46:01 #27 12.63 Installing collected packages: docker
22:46:01 #27 12.65 Successfully installed docker-99.0.0+docker
22:46:01 #27 12.65 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
22:46:01 #27 DONE 12.8s
22:46:01 
22:46:01 #28 exporting to image
22:46:01 #28 exporting layers 0.1s done
22:46:01 #28 writing image sha256:30ef284e78ffd08a3d84f5441849e0e68ca7622a6ebe6a63f0dfa8ef0e515f4e done
22:46:01 #28 naming to docker.io/dockerpinata/docker-py:py3-22718ba59a193263bed8c52cc1abd5ee52358440 done
22:46:01 #28 DONE 0.1s