SuccessConsole Output

[tests-stage_2-merge_master] Running shell script
+ docker build --build-arg APT_PROXY=http://172.21.1.1:3142 -t osm/tests-master .
Sending build context to Docker daemon  156.1MB

Step 1/7 : FROM ubuntu:22.04
 ---> 67c845845b7d
Step 2/7 : ARG APT_PROXY
 ---> Using cache
 ---> 9ed390ab8cf5
Step 3/7 : 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
 ---> a648025efc3d
Step 4/7 : 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         python3-pip         tox
 ---> Using cache
 ---> 0bc184d111cb
Step 5/7 : RUN DEBIAN_FRONTEND=noninteractive apt-get -y install     dh-make
 ---> Running in 4b72be64b0b3
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  dh-make
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 32.7 kB of archives.
After this operation, 174 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 dh-make all 2.202102 [32.7 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 32.7 kB in 0s (1329 kB/s)
Selecting previously unselected package dh-make.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 19743 files and directories currently installed.)
Preparing to unpack .../dh-make_2.202102_all.deb ...
Unpacking dh-make (2.202102) ...
Setting up dh-make (2.202102) ...
Processing triggers for man-db (2.10.2-1) ...
Removing intermediate container 4b72be64b0b3
 ---> f980170c60ff
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Running in aa98dca78fd6
Removing intermediate container aa98dca78fd6
 ---> 6da626f0e55d
Step 7/7 : ENV LANG C.UTF-8
 ---> Running in 557a3cf7acc9
Removing intermediate container 557a3cf7acc9
 ---> 3af8682c2235
Successfully built 3af8682c2235
Successfully tagged osm/tests-master:latest