Skip to content

Console Output

16:59:03 + docker build -t dockerbuildbot/docker-py:py2-4fa4f76ed52d9bad982ae5961cee18db33be11e4 -f tests/Dockerfile --build-arg PYTHON_VERSION=2.7 .
16:59:03 Sending build context to Docker daemon  1.274MB

16:59:03 Step 1/19 : ARG PYTHON_VERSION=3.7
16:59:03 Step 2/19 : FROM python:${PYTHON_VERSION}
16:59:03  ---> 3c1fea91a131
16:59:03 Step 3/19 : ARG APT_MIRROR
16:59:03  ---> Using cache
16:59:03  ---> 0ec9ca92d51f
16:59:03 Step 4/19 : 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
16:59:03  ---> Using cache
16:59:03  ---> ff4dee6c3ac7
16:59:03 Step 5/19 : RUN apt-get update && apt-get -y install     gnupg2     pass     curl
16:59:03  ---> Using cache
16:59:03  ---> fecf639119fa
16:59:03 Step 6/19 : COPY ./tests/gpg-keys /gpg-keys
16:59:03  ---> Using cache
16:59:03  ---> 22598c25d746
16:59:03 Step 7/19 : RUN gpg2 --import gpg-keys/secret
16:59:03  ---> Using cache
16:59:03  ---> b242ba862655
16:59:03 Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
16:59:03  ---> Using cache
16:59:03  ---> cd1abcc0f0de
16:59:03 Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
16:59:03  ---> Using cache
16:59:03  ---> afe93239420b
16:59:03 Step 10/19 : RUN gpg2 --check-trustdb
16:59:03  ---> Using cache
16:59:03  ---> 8e53749bf557
16:59:03 Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3
16:59:03  ---> Using cache
16:59:03  ---> 11780e797087
16:59:03 Step 12/19 : 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
16:59:03  ---> Using cache
16:59:03  ---> bbd89501afe3
16:59:03 Step 13/19 : WORKDIR /src
16:59:03  ---> Using cache
16:59:03  ---> d4c504c51a0c
16:59:03 Step 14/19 : COPY requirements.txt /src/requirements.txt
16:59:03  ---> Using cache
16:59:03  ---> 80efb43f0b92
16:59:03 Step 15/19 : RUN pip install -r requirements.txt
16:59:03  ---> Using cache
16:59:03  ---> 2b803e1a9df2
16:59:03 Step 16/19 : COPY test-requirements.txt /src/test-requirements.txt
16:59:03  ---> Using cache
16:59:03  ---> fcbfec052e14
16:59:03 Step 17/19 : RUN pip install -r test-requirements.txt
16:59:03  ---> Using cache
16:59:03  ---> d7b697eba97e
16:59:03 Step 18/19 : COPY . /src
16:59:04  ---> 813d3fa8ccfc
16:59:04 Step 19/19 : RUN pip install .
16:59:04  ---> Running in 35ad299f9c23
16:59:05 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
16:59:05 Processing /src
16:59:05 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python2.7/site-packages (from docker==4.2.0.dev0) (1.10.0)
16:59:05 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python2.7/site-packages (from docker==4.2.0.dev0) (0.56.0)
16:59:05 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python2.7/site-packages (from docker==4.2.0.dev0) (2.20.0)
16:59:05 Requirement already satisfied: backports.ssl_match_hostname>=3.5 in /usr/local/lib/python2.7/site-packages (from docker==4.2.0.dev0) (3.5.0.1)
16:59:05 Requirement already satisfied: ipaddress>=1.0.16 in /usr/local/lib/python2.7/site-packages (from docker==4.2.0.dev0) (1.0.18)
16:59:05 Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python2.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.2.0.dev0) (2019.11.28)
16:59:05 Requirement already satisfied: idna<2.8,>=2.5 in /usr/local/lib/python2.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.2.0.dev0) (2.5)
16:59:05 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/local/lib/python2.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.2.0.dev0) (3.0.4)
16:59:05 Requirement already satisfied: urllib3<1.25,>=1.21.1 in /usr/local/lib/python2.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.2.0.dev0) (1.24.3)
16:59:05 Building wheels for collected packages: docker
16:59:05   Building wheel for docker (setup.py): started
16:59:05   Building wheel for docker (setup.py): finished with status 'done'
16:59:05   Created wheel for docker: filename=docker-4.2.0.dev0-py2.py3-none-any.whl size=139462 sha256=e08b231c529872286461dec8a2a79404c9e11fa0b53d7a871316c63be5da455b
16:59:05   Stored in directory: /tmp/pip-ephem-wheel-cache-fGEvlZ/wheels/dc/45/28/050a7fcd95fc9b9f504d64d6668214323c48b439857458e65c
16:59:05 Successfully built docker
16:59:05 Installing collected packages: docker
16:59:05 Successfully installed docker-4.2.0.dev0
16:59:06 Removing intermediate container 35ad299f9c23
16:59:06  ---> a5a76d9e9f9a
16:59:06 Successfully built a5a76d9e9f9a
16:59:06 Successfully tagged dockerbuildbot/docker-py:py2-4fa4f76ed52d9bad982ae5961cee18db33be11e4