Skip to content

Console Output

10:25:38 + docker build -t dockerbuildbot/docker-py:py2-27321e3ed43bc3e0eefa1742d1702856fc5b478b -f tests/Dockerfile --build-arg PYTHON_VERSION=2.7 .
10:25:38 Sending build context to Docker daemon  1.274MB

10:25:38 Step 1/19 : ARG PYTHON_VERSION=3.7
10:25:38 Step 2/19 : FROM python:${PYTHON_VERSION}
10:25:38  ---> b707c2244b7d
10:25:38 Step 3/19 : ARG APT_MIRROR
10:25:38  ---> Using cache
10:25:38  ---> 3f96e30a3249
10:25:38 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
10:25:38  ---> Using cache
10:25:38  ---> ff90a7b8957c
10:25:38 Step 5/19 : RUN apt-get update && apt-get -y install     gnupg2     pass     curl
10:25:38  ---> Using cache
10:25:38  ---> c0744195bbac
10:25:38 Step 6/19 : COPY ./tests/gpg-keys /gpg-keys
10:25:38  ---> Using cache
10:25:38  ---> 40b8f45d2995
10:25:38 Step 7/19 : RUN gpg2 --import gpg-keys/secret
10:25:38  ---> Using cache
10:25:38  ---> 6c02eb8e81f6
10:25:38 Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
10:25:38  ---> Using cache
10:25:38  ---> 71621074ec33
10:25:38 Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
10:25:38  ---> Using cache
10:25:38  ---> 23e412fc093e
10:25:38 Step 10/19 : RUN gpg2 --check-trustdb
10:25:38  ---> Using cache
10:25:38  ---> c8a7424c64fb
10:25:38 Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3
10:25:38  ---> Using cache
10:25:38  ---> 28b968f9ae56
10:25:38 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
10:25:38  ---> Using cache
10:25:38  ---> 18dfd9fe7d83
10:25:38 Step 13/19 : WORKDIR /src
10:25:38  ---> Using cache
10:25:38  ---> 9f5ff3a87e75
10:25:38 Step 14/19 : COPY requirements.txt /src/requirements.txt
10:25:38  ---> Using cache
10:25:38  ---> 61d18fe18f0f
10:25:38 Step 15/19 : RUN pip install -r requirements.txt
10:25:38  ---> Using cache
10:25:38  ---> e403a35fe8da
10:25:38 Step 16/19 : COPY test-requirements.txt /src/test-requirements.txt
10:25:38  ---> Using cache
10:25:38  ---> 92070f505814
10:25:38 Step 17/19 : RUN pip install -r test-requirements.txt
10:25:38  ---> Using cache
10:25:38  ---> 44f836979e9a
10:25:38 Step 18/19 : COPY . /src
10:25:38  ---> 33ca80998c11
10:25:38 Step 19/19 : RUN pip install .
10:25:38  ---> Running in fac5860c885a
10:25:40 DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. 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
10:25:40 Processing /src
10:25:40 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python2.7/site-packages (from docker==4.1.0.dev0) (1.10.0)
10:25:40 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python2.7/site-packages (from docker==4.1.0.dev0) (0.56.0)
10:25:40 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python2.7/site-packages (from docker==4.1.0.dev0) (2.20.0)
10:25:40 Requirement already satisfied: backports.ssl_match_hostname>=3.5 in /usr/local/lib/python2.7/site-packages (from docker==4.1.0.dev0) (3.5.0.1)
10:25:40 Requirement already satisfied: ipaddress>=1.0.16 in /usr/local/lib/python2.7/site-packages (from docker==4.1.0.dev0) (1.0.18)
10:25:40 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.1.0.dev0) (2.5)
10:25:40 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.1.0.dev0) (1.24.3)
10:25:40 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.1.0.dev0) (2019.9.11)
10:25:40 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.1.0.dev0) (3.0.4)
10:25:40 Building wheels for collected packages: docker
10:25:40   Building wheel for docker (setup.py): started
10:25:40   Building wheel for docker (setup.py): finished with status 'done'
10:25:40   Created wheel for docker: filename=docker-4.1.0.dev0-py2.py3-none-any.whl size=139406 sha256=f992ab454ab4cb3af3440b9c492526e7e11198a040c8e16748d9d1bf8c16985f
10:25:40   Stored in directory: /tmp/pip-ephem-wheel-cache-iX3naR/wheels/ee/4d/f0/2a86c10b571f6f2e614d6de70cb18e96cf856ba00408408b23
10:25:40 Successfully built docker
10:25:40 Installing collected packages: docker
10:25:41 Successfully installed docker-4.1.0.dev0
10:25:41 Removing intermediate container fac5860c885a
10:25:41  ---> 99cb686ba54c
10:25:41 Successfully built 99cb686ba54c
10:25:41 Successfully tagged dockerbuildbot/docker-py:py2-27321e3ed43bc3e0eefa1742d1702856fc5b478b