Skip to content

Console Output

13:35:07 + docker build -t dockerbuildbot/docker-py:py2-0aae3cdc51c1d3d4b7af97060148bbea48427203 -f tests/Dockerfile --build-arg PYTHON_VERSION=2.7 .
13:35:07 Sending build context to Docker daemon  1.303MB

13:35:07 Step 1/19 : ARG PYTHON_VERSION=3.7
13:35:07 Step 2/19 : FROM python:${PYTHON_VERSION}
13:35:07  ---> 68e7be49c28c
13:35:07 Step 3/19 : ARG APT_MIRROR
13:35:07  ---> Using cache
13:35:07  ---> ddb60b4830c7
13:35:07 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
13:35:07  ---> Using cache
13:35:07  ---> c490af5505f3
13:35:07 Step 5/19 : RUN apt-get update && apt-get -y install     gnupg2     pass     curl
13:35:07  ---> Using cache
13:35:07  ---> 669ea7eabb48
13:35:07 Step 6/19 : COPY ./tests/gpg-keys /gpg-keys
13:35:07  ---> Using cache
13:35:07  ---> 882951b8cada
13:35:07 Step 7/19 : RUN gpg2 --import gpg-keys/secret
13:35:07  ---> Using cache
13:35:07  ---> 6fa16404b16b
13:35:07 Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
13:35:07  ---> Using cache
13:35:07  ---> 1dc7f633253b
13:35:07 Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
13:35:07  ---> Using cache
13:35:07  ---> 8f94f85f205e
13:35:07 Step 10/19 : RUN gpg2 --check-trustdb
13:35:07  ---> Using cache
13:35:07  ---> d91b999f9b3f
13:35:07 Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3
13:35:07  ---> Using cache
13:35:07  ---> 807511f35618
13:35:07 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
13:35:07  ---> Using cache
13:35:07  ---> ecc2914e3798
13:35:07 Step 13/19 : WORKDIR /src
13:35:07  ---> Using cache
13:35:07  ---> c03df60bb521
13:35:07 Step 14/19 : COPY requirements.txt /src/requirements.txt
13:35:07  ---> Using cache
13:35:07  ---> 0697573bc0c8
13:35:07 Step 15/19 : RUN pip install -r requirements.txt
13:35:07  ---> Using cache
13:35:07  ---> 83672665a5e5
13:35:07 Step 16/19 : COPY test-requirements.txt /src/test-requirements.txt
13:35:07  ---> Using cache
13:35:07  ---> c583e36e017a
13:35:07 Step 17/19 : RUN pip install -r test-requirements.txt
13:35:07  ---> Using cache
13:35:07  ---> 01537d75b557
13:35:07 Step 18/19 : COPY . /src
13:35:07  ---> dc5e3447018f
13:35:07 Step 19/19 : RUN pip install .
13:35:07  ---> Running in 524c9e4c9cfc
13:35:08 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
13:35:08 Processing /src
13:35:08 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python2.7/site-packages (from docker==4.3.0.dev0) (1.10.0)
13:35:08 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)
13:35:08 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)
13:35:08 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)
13:35:08 Requirement already satisfied: ipaddress>=1.0.16 in /usr/local/lib/python2.7/site-packages (from docker==4.3.0.dev0) (1.0.18)
13:35:08 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.4.5.1)
13:35:08 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)
13:35:08 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)
13:35:08 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)
13:35:08 Building wheels for collected packages: docker
13:35:08   Building wheel for docker (setup.py): started
13:35:09   Building wheel for docker (setup.py): finished with status 'done'
13:35:09   Created wheel for docker: filename=docker-4.3.0.dev0-py2.py3-none-any.whl size=144050 sha256=101d9563fb00089b3cac81133ea63137e02882236641c892a1c4068be0fb67fb
13:35:09   Stored in directory: /tmp/pip-ephem-wheel-cache-hPOTkr/wheels/dc/45/28/050a7fcd95fc9b9f504d64d6668214323c48b439857458e65c
13:35:09 Successfully built docker
13:35:09 Installing collected packages: docker
13:35:09 Successfully installed docker-4.3.0.dev0
13:35:09 WARNING: You are using pip version 20.0.2; however, version 20.1.1 is available.
13:35:09 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
13:35:09 Removing intermediate container 524c9e4c9cfc
13:35:09  ---> a429f8ed7e93
13:35:09 Successfully built a429f8ed7e93
13:35:09 Successfully tagged dockerbuildbot/docker-py:py2-0aae3cdc51c1d3d4b7af97060148bbea48427203