SuccessConsole Output

[common-stage_2-merge_v10.0] Running shell script
+ docker build -t osm/common-v10.0 .
Sending build context to Docker daemon  52.24MB

Step 1/8 : FROM ubuntu:20.04
 ---> f78909c2b360
Step 2/8 : ARG APT_PROXY
 ---> Using cache
 ---> ad00a18b3e37
Step 3/8 : RUN if [ ! -z $APT_PROXY ] ; then     echo "Acquire::http::Proxy \"$APT_PROXY\";" > /etc/apt/apt.conf.d/proxy.conf ;    echo "Acquire::https::Proxy \"$APT_PROXY\";" >> /etc/apt/apt.conf.d/proxy.conf ;    fi
 ---> Using cache
 ---> 55e644c707a2
Step 4/8 : RUN DEBIAN_FRONTEND=noninteractive apt-get update &&     DEBIAN_FRONTEND=noninteractive apt-get -y install         debhelper         dh-python         git         python3         python3-all         python3-dev         python3-setuptools
 ---> Using cache
 ---> e43db79f9bab
Step 5/8 : RUN python3 -m easy_install pip==21.3.1
 ---> Running in 58c1c7b22b6c
WARNING: The easy_install command is deprecated and will be removed in a future version.
Searching for pip==21.3.1
Reading https://pypi.org/simple/pip/
Downloading https://files.pythonhosted.org/packages/a4/6d/6463d49a933f547439d6b5b98b46af8742cc03ae83543e4d7688c2420f8b/pip-21.3.1-py3-none-any.whl#sha256=deaf32dcd9ab821e359cd8330786bcd077604b5c5730c0b096eda46f95c24a2d
Best match: pip 21.3.1
Processing pip-21.3.1-py3-none-any.whl
Installing pip-21.3.1-py3-none-any.whl to /usr/local/lib/python3.8/dist-packages
Adding pip 21.3.1 to easy-install.pth file
Installing pip script to /usr/local/bin
Installing pip3 script to /usr/local/bin
Installing pip3.9 script to /usr/local/bin

Installed /usr/local/lib/python3.8/dist-packages/pip-21.3.1-py3.8.egg
Processing dependencies for pip==21.3.1
Finished processing dependencies for pip==21.3.1
Removing intermediate container 58c1c7b22b6c
 ---> 9d9fa8ea2760
Step 6/8 : RUN pip install tox==3.24.5
 ---> Running in 44bbfe437a73
Collecting tox==3.24.5
  Downloading tox-3.24.5-py2.py3-none-any.whl (85 kB)
Collecting packaging>=14
  Downloading packaging-23.2-py3-none-any.whl (53 kB)
Collecting py>=1.4.17
  Downloading py-1.11.0-py2.py3-none-any.whl (98 kB)
Collecting filelock>=3.0.0
  Downloading filelock-3.13.1-py3-none-any.whl (11 kB)
Collecting toml>=0.9.4
  Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB)
Collecting virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0
  Downloading virtualenv-20.25.0-py3-none-any.whl (3.8 MB)
Collecting six>=1.14.0
  Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting pluggy>=0.12.0
  Downloading pluggy-1.3.0-py3-none-any.whl (18 kB)
Collecting distlib<1,>=0.3.7
  Downloading distlib-0.3.8-py2.py3-none-any.whl (468 kB)
Collecting platformdirs<5,>=3.9.1
  Downloading platformdirs-4.1.0-py3-none-any.whl (17 kB)
Installing collected packages: platformdirs, filelock, distlib, virtualenv, toml, six, py, pluggy, packaging, tox
Successfully installed distlib-0.3.8 filelock-3.13.1 packaging-23.2 platformdirs-4.1.0 pluggy-1.3.0 py-1.11.0 six-1.16.0 toml-0.10.2 tox-3.24.5 virtualenv-20.25.0
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
Removing intermediate container 44bbfe437a73
 ---> c5eb3822f508
Step 7/8 : ENV LC_ALL C.UTF-8
 ---> Running in d7da963ddefa
Removing intermediate container d7da963ddefa
 ---> 322771f326f2
Step 8/8 : ENV LANG C.UTF-8
 ---> Running in 6a128b4ccda5
Removing intermediate container 6a128b4ccda5
 ---> 72ef3baeaf6d
Successfully built 72ef3baeaf6d
Successfully tagged osm/common-v10.0:latest