Console Output
12:43:13 + docker build -t dockerbuildbot/docker-py:py2-6367bbee2eb015387b918b9e24221fda0f557234 -f tests/Dockerfile --build-arg PYTHON_VERSION=2.7 .
12:43:13 Sending build context to Docker daemon 1.312MB
12:43:13 Step 1/19 : ARG PYTHON_VERSION=3.7
12:43:13 Step 2/19 : FROM python:${PYTHON_VERSION}
12:43:13 ---> 68e7be49c28c
12:43:13 Step 3/19 : ARG APT_MIRROR
12:43:13 ---> Using cache
12:43:13 ---> 616f4b745652
12:43:13 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
12:43:13 ---> Using cache
12:43:13 ---> b71651cddec5
12:43:13 Step 5/19 : RUN apt-get update && apt-get -y install gnupg2 pass curl
12:43:13 ---> Using cache
12:43:13 ---> 1a5ab882601b
12:43:13 Step 6/19 : COPY ./tests/gpg-keys /gpg-keys
12:43:13 ---> Using cache
12:43:13 ---> bbdc894830f0
12:43:13 Step 7/19 : RUN gpg2 --import gpg-keys/secret
12:43:13 ---> Using cache
12:43:13 ---> 34c49db5d2fa
12:43:13 Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
12:43:13 ---> Using cache
12:43:13 ---> f7e69798f969
12:43:13 Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
12:43:13 ---> Using cache
12:43:13 ---> f2087f915542
12:43:13 Step 10/19 : RUN gpg2 --check-trustdb
12:43:13 ---> Using cache
12:43:13 ---> 89d992fe455f
12:43:13 Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3
12:43:13 ---> Using cache
12:43:13 ---> 5bc7df89f18d
12:43:13 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
12:43:13 ---> Using cache
12:43:13 ---> 96518e770615
12:43:13 Step 13/19 : WORKDIR /src
12:43:13 ---> Using cache
12:43:13 ---> 7b9830bdc871
12:43:13 Step 14/19 : COPY requirements.txt /src/requirements.txt
12:43:13 ---> Using cache
12:43:13 ---> 06d4255d6562
12:43:13 Step 15/19 : RUN pip install -r requirements.txt
12:43:13 ---> Using cache
12:43:13 ---> 0d4cda11833a
12:43:13 Step 16/19 : COPY test-requirements.txt /src/test-requirements.txt
12:43:13 ---> Using cache
12:43:13 ---> 6950a2870783
12:43:13 Step 17/19 : RUN pip install -r test-requirements.txt
12:43:13 ---> Using cache
12:43:13 ---> 368cc1ba7b37
12:43:13 Step 18/19 : COPY . /src
12:43:13 ---> a0388a1263ba
12:43:13 Step 19/19 : RUN pip install .
12:43:13 ---> Running in ed7632530313
12:43:14 [91mDEPRECATION: 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
12:43:14 [0mProcessing /src
12:43:14 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python2.7/site-packages (from docker==4.3.0.dev0) (1.10.0)
12:43:14 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python2.7/site-packages (from docker==4.3.0.dev0) (0.56.0)
12:43:14 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python2.7/site-packages (from docker==4.3.0.dev0) (2.20.0)
12:43:14 Requirement already satisfied: backports.ssl_match_hostname>=3.5 in /usr/local/lib/python2.7/site-packages (from docker==4.3.0.dev0) (3.5.0.1)
12:43:14 Requirement already satisfied: ipaddress>=1.0.16 in /usr/local/lib/python2.7/site-packages (from docker==4.3.0.dev0) (1.0.18)
12:43:14 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.3.0.dev0) (2020.6.20)
12:43:14 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.3.0.dev0) (2.5)
12:43:14 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.3.0.dev0) (3.0.4)
12:43:14 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.3.0.dev0) (1.24.3)
12:43:14 Building wheels for collected packages: docker
12:43:14 Building wheel for docker (setup.py): started
12:43:14 Building wheel for docker (setup.py): finished with status 'done'
12:43:14 Created wheel for docker: filename=docker-4.3.0.dev0-py2.py3-none-any.whl size=145254 sha256=2e0d10fec369bcbdff59a8b7ed60993d257f48f642b742f122bc8ec0b86d02da
12:43:14 Stored in directory: /tmp/pip-ephem-wheel-cache-V54KyO/wheels/dc/45/28/050a7fcd95fc9b9f504d64d6668214323c48b439857458e65c
12:43:14 Successfully built docker
12:43:14 Installing collected packages: docker
12:43:14 Successfully installed docker-4.3.0.dev0
12:43:14 [91mWARNING: You are using pip version 20.0.2; however, version 20.2.1 is available.
12:43:14 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
12:43:15 [0mRemoving intermediate container ed7632530313
12:43:15 ---> 5f5abf600c7c
12:43:15 Successfully built 5f5abf600c7c
12:43:15 Successfully tagged dockerbuildbot/docker-py:py2-6367bbee2eb015387b918b9e24221fda0f557234