Skip to content

Console Output

14:09:00 + docker build -t dockerpinata/docker-py:py3-a33285323ef163af87cbaa5071a023efb4dc197a -f tests/Dockerfile --build-arg PYTHON_VERSION=3.10 .
14:09:00 Sending build context to Docker daemon   1.38MB

14:09:00 Step 1/23 : ARG PYTHON_VERSION=3.10
14:09:00 Step 2/23 : FROM python:${PYTHON_VERSION}
14:09:00  ---> 3a49f9c9c80e
14:09:00 Step 3/23 : ARG APT_MIRROR
14:09:00  ---> Using cache
14:09:00  ---> f5e3a84b6db7
14:09:00 Step 4/23 : 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
14:09:00  ---> Using cache
14:09:00  ---> 569afc6175ec
14:09:00 Step 5/23 : RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
14:09:00  ---> Using cache
14:09:00  ---> ef534becf964
14:09:00 Step 6/23 : COPY tests/ssh/config/client /root/.ssh
14:09:00  ---> Using cache
14:09:00  ---> 132b70846057
14:09:00 Step 7/23 : COPY tests/ssh/config/server/known_ed25519.pub /root/.ssh/known_hosts
14:09:00  ---> Using cache
14:09:00  ---> 09bf30e26fd6
14:09:00 Step 8/23 : RUN sed -i '1s;^;dpy-dind-ssh ;' /root/.ssh/known_hosts
14:09:00  ---> Using cache
14:09:00  ---> c852a5cf4eec
14:09:00 Step 9/23 : RUN chmod -R 600 /root/.ssh
14:09:00  ---> Using cache
14:09:00  ---> 359fa7e288d0
14:09:00 Step 10/23 : COPY ./tests/gpg-keys /gpg-keys
14:09:00  ---> Using cache
14:09:00  ---> 9f2ce1ba1b8c
14:09:00 Step 11/23 : RUN gpg2 --import gpg-keys/secret
14:09:00  ---> Using cache
14:09:00  ---> f462c335a9f4
14:09:00 Step 12/23 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
14:09:00  ---> Using cache
14:09:00  ---> d28b50376abf
14:09:00 Step 13/23 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
14:09:00  ---> Using cache
14:09:00  ---> ea8e68cbe288
14:09:00 Step 14/23 : RUN gpg2 --check-trustdb
14:09:00  ---> Using cache
14:09:00  ---> 77e676262d42
14:09:00 Step 15/23 : ARG CREDSTORE_VERSION=v0.6.3
14:09:00  ---> Using cache
14:09:00  ---> 43ae29fda7fc
14:09:00 Step 16/23 : 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
14:09:00  ---> Using cache
14:09:00  ---> 0b1735a6fc91
14:09:00 Step 17/23 : WORKDIR /src
14:09:00  ---> Using cache
14:09:00  ---> b025da2044c0
14:09:00 Step 18/23 : COPY requirements.txt /src/requirements.txt
14:09:00  ---> e90f1a7af735
14:09:00 Step 19/23 : RUN pip install -r requirements.txt
14:09:00  ---> Running in d942a2c20a7a
14:09:02 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment
14:09:06 Collecting packaging==21.3
14:09:07   Downloading packaging-21.3-py3-none-any.whl (40 kB)
14:09:07      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.8/40.8 KB 3.5 MB/s eta 0:00:00
14:09:07 Collecting paramiko==2.11.0
14:09:07   Downloading paramiko-2.11.0-py2.py3-none-any.whl (212 kB)
14:09:07      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 212.9/212.9 KB 21.1 MB/s eta 0:00:00
14:09:07 Collecting requests==2.28.1
14:09:07   Downloading requests-2.28.1-py3-none-any.whl (62 kB)
14:09:07      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 KB 15.2 MB/s eta 0:00:00
14:09:07 Collecting urllib3==1.26.11
14:09:07   Downloading urllib3-1.26.11-py2.py3-none-any.whl (139 kB)
14:09:07      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.9/139.9 KB 23.8 MB/s eta 0:00:00
14:09:08 Collecting websocket-client==0.56.0
14:09:08   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
14:09:08      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 200.6/200.6 KB 30.1 MB/s eta 0:00:00
14:09:08 Collecting pyparsing!=3.0.5,>=2.0.2
14:09:08   Downloading pyparsing-3.0.9-py3-none-any.whl (98 kB)
14:09:08      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.3/98.3 KB 18.8 MB/s eta 0:00:00
14:09:08 Collecting six
14:09:08   Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
14:09:08 Collecting pynacl>=1.0.1
14:09:08   Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB)
14:09:08      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 856.7/856.7 KB 56.4 MB/s eta 0:00:00
14:09:08 Collecting cryptography>=2.5
14:09:08   Downloading cryptography-37.0.4-cp36-abi3-manylinux_2_24_x86_64.whl (4.1 MB)
14:09:08      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 22.6 MB/s eta 0:00:00
14:09:08 Collecting bcrypt>=3.1.3
14:09:08   Downloading bcrypt-3.2.2-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (62 kB)
14:09:08      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.3/62.3 KB 14.0 MB/s eta 0:00:00
14:09:08 Collecting certifi>=2017.4.17
14:09:08   Downloading certifi-2022.6.15-py3-none-any.whl (160 kB)
14:09:08      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.2/160.2 KB 31.0 MB/s eta 0:00:00
14:09:08 Collecting charset-normalizer<3,>=2
14:09:08   Downloading charset_normalizer-2.1.0-py3-none-any.whl (39 kB)
14:09:08 Collecting idna<4,>=2.5
14:09:08   Downloading idna-3.3-py3-none-any.whl (61 kB)
14:09:08      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 KB 16.2 MB/s eta 0:00:00
14:09:08 Collecting cffi>=1.1
14:09:09   Downloading cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB)
14:09:09      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 441.8/441.8 KB 11.8 MB/s eta 0:00:00
14:09:09 Collecting pycparser
14:09:09   Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB)
14:09:09      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 KB 23.3 MB/s eta 0:00:00
14:09:09 Installing collected packages: urllib3, six, pyparsing, pycparser, idna, charset-normalizer, certifi, websocket-client, requests, packaging, cffi, pynacl, cryptography, bcrypt, paramiko
14:09:10 Successfully installed bcrypt-3.2.2 certifi-2022.6.15 cffi-1.15.1 charset-normalizer-2.1.0 cryptography-37.0.4 idna-3.3 packaging-21.3 paramiko-2.11.0 pycparser-2.21 pynacl-1.5.0 pyparsing-3.0.9 requests-2.28.1 six-1.16.0 urllib3-1.26.11 websocket-client-0.56.0
14:09:10 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
14:09:14 WARNING: You are using pip version 22.0.4; however, version 22.2.1 is available.
14:09:14 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
14:09:15 Removing intermediate container d942a2c20a7a
14:09:15  ---> a13b59227a01
14:09:15 Step 20/23 : COPY test-requirements.txt /src/test-requirements.txt
14:09:15  ---> 2cde116c7b8a
14:09:15 Step 21/23 : RUN pip install -r test-requirements.txt
14:09:15  ---> Running in cd2366ead278
14:09:20 Collecting setuptools==63.2.0
14:09:21   Downloading setuptools-63.2.0-py3-none-any.whl (1.2 MB)
14:09:21      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 45.5 MB/s eta 0:00:00
14:09:22 Collecting coverage==6.4.2
14:09:22   Downloading coverage-6.4.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (212 kB)
14:09:22      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 212.3/212.3 KB 37.7 MB/s eta 0:00:00
14:09:22 Collecting flake8==4.0.1
14:09:22   Downloading flake8-4.0.1-py2.py3-none-any.whl (64 kB)
14:09:22      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.1/64.1 KB 15.3 MB/s eta 0:00:00
14:09:22 Collecting pytest==7.1.2
14:09:22   Downloading pytest-7.1.2-py3-none-any.whl (297 kB)
14:09:22      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 297.0/297.0 KB 38.0 MB/s eta 0:00:00
14:09:22 Collecting pytest-cov==3.0.0
14:09:22   Downloading pytest_cov-3.0.0-py3-none-any.whl (20 kB)
14:09:22 Collecting pytest-timeout==2.1.0
14:09:22   Downloading pytest_timeout-2.1.0-py3-none-any.whl (12 kB)
14:09:22 Collecting mccabe<0.7.0,>=0.6.0
14:09:22   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
14:09:22 Collecting pycodestyle<2.9.0,>=2.8.0
14:09:22   Downloading pycodestyle-2.8.0-py2.py3-none-any.whl (42 kB)
14:09:22      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.1/42.1 KB 9.3 MB/s eta 0:00:00
14:09:22 Collecting pyflakes<2.5.0,>=2.4.0
14:09:22   Downloading pyflakes-2.4.0-py2.py3-none-any.whl (69 kB)
14:09:22      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 69.7/69.7 KB 14.3 MB/s eta 0:00:00
14:09:22 Collecting tomli>=1.0.0
14:09:22   Downloading tomli-2.0.1-py3-none-any.whl (12 kB)
14:09:22 Collecting attrs>=19.2.0
14:09:22   Downloading attrs-22.1.0-py2.py3-none-any.whl (58 kB)
14:09:22      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 KB 14.9 MB/s eta 0:00:00
14:09:22 Requirement already satisfied: packaging in /usr/local/lib/python3.10/site-packages (from pytest==7.1.2->-r test-requirements.txt (line 4)) (21.3)
14:09:22 Collecting pluggy<2.0,>=0.12
14:09:22   Downloading pluggy-1.0.0-py2.py3-none-any.whl (13 kB)
14:09:22 Collecting iniconfig
14:09:22   Downloading iniconfig-1.1.1-py2.py3-none-any.whl (5.0 kB)
14:09:22 Collecting py>=1.8.2
14:09:22   Downloading py-1.11.0-py2.py3-none-any.whl (98 kB)
14:09:22      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.7/98.7 KB 22.8 MB/s eta 0:00:00
14:09:22 Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.10/site-packages (from packaging->pytest==7.1.2->-r test-requirements.txt (line 4)) (3.0.9)
14:09:22 Installing collected packages: mccabe, iniconfig, tomli, setuptools, pyflakes, pycodestyle, py, pluggy, coverage, attrs, pytest, flake8, pytest-timeout, pytest-cov
14:09:22   Attempting uninstall: setuptools
14:09:22     Found existing installation: setuptools 58.1.0
14:09:22     Uninstalling setuptools-58.1.0:
14:09:22       Successfully uninstalled setuptools-58.1.0
14:09:23 Successfully installed attrs-22.1.0 coverage-6.4.2 flake8-4.0.1 iniconfig-1.1.1 mccabe-0.6.1 pluggy-1.0.0 py-1.11.0 pycodestyle-2.8.0 pyflakes-2.4.0 pytest-7.1.2 pytest-cov-3.0.0 pytest-timeout-2.1.0 setuptools-63.2.0 tomli-2.0.1
14:09:23 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
14:09:23 WARNING: You are using pip version 22.0.4; however, version 22.2.1 is available.
14:09:23 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
14:09:24 Removing intermediate container cd2366ead278
14:09:24  ---> 59905fec31f3
14:09:24 Step 22/23 : COPY . /src
14:09:24  ---> 801478b2350d
14:09:24 Step 23/23 : RUN pip install .
14:09:24  ---> Running in 479fa53ccf1d
14:09:25 Processing /src
14:09:25   Preparing metadata (setup.py): started
14:09:25   Preparing metadata (setup.py): finished with status 'done'
14:09:25 Requirement already satisfied: packaging>=14.0 in /usr/local/lib/python3.10/site-packages (from docker==6.0.0.dev0) (21.3)
14:09:25 Requirement already satisfied: requests>=2.26.0 in /usr/local/lib/python3.10/site-packages (from docker==6.0.0.dev0) (2.28.1)
14:09:25 Requirement already satisfied: urllib3>=1.26.0 in /usr/local/lib/python3.10/site-packages (from docker==6.0.0.dev0) (1.26.11)
14:09:25 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python3.10/site-packages (from docker==6.0.0.dev0) (0.56.0)
14:09:25 Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.10/site-packages (from packaging>=14.0->docker==6.0.0.dev0) (3.0.9)
14:09:25 Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/site-packages (from requests>=2.26.0->docker==6.0.0.dev0) (2.1.0)
14:09:25 Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.10/site-packages (from requests>=2.26.0->docker==6.0.0.dev0) (2022.6.15)
14:09:25 Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/site-packages (from requests>=2.26.0->docker==6.0.0.dev0) (3.3)
14:09:25 Requirement already satisfied: six in /usr/local/lib/python3.10/site-packages (from websocket-client>=0.32.0->docker==6.0.0.dev0) (1.16.0)
14:09:26 Building wheels for collected packages: docker
14:09:26   Building wheel for docker (setup.py): started
14:09:26   Building wheel for docker (setup.py): finished with status 'done'
14:09:26   Created wheel for docker: filename=docker-6.0.0.dev0-py3-none-any.whl size=145778 sha256=7a760b70e4882def5cc4cb0a632f4c4ac6b401a278fc7eb62e62c29636f822fe
14:09:26   Stored in directory: /tmp/pip-ephem-wheel-cache-nf3wlzmk/wheels/5c/9b/23/f031c1877ee9aa5bf3ddc51ccc1ac38428d83c5d6eec32a03f
14:09:26 Successfully built docker
14:09:26 Installing collected packages: docker
14:09:26 Successfully installed docker-6.0.0.dev0
14:09:26 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
14:09:26 WARNING: You are using pip version 22.0.4; however, version 22.2.1 is available.
14:09:26 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
14:09:26 Removing intermediate container 479fa53ccf1d
14:09:26  ---> fb687d57f475
14:09:26 Successfully built fb687d57f475
14:09:26 Successfully tagged dockerpinata/docker-py:py3-a33285323ef163af87cbaa5071a023efb4dc197a