2026-05-04 12:30:01,413: INFO: Building opensdn-tor-agent 2026-05-04 12:30:01,610: INFO: Building args: --network host --build-arg PIP_REPOSITORY=http://localhost:6667/pip/simple --build-arg CONTRAIL_REGISTRY=nexus.gz1.opensdn.io:5101 --build-arg CONTRAIL_CONTAINER_TAG=master-2_7_7_5-2_7 --build-arg SITE_MIRROR=http://nexus.gz1.opensdn.io/repository/external-web-cache --build-arg LINUX_DISTR_VER=9 --build-arg LINUX_DISTR=rockylinux --build-arg CONTAINER_NAME=opensdn-tor-agent --build-arg UBUNTU_DISTR_VERSION=24.04 --build-arg UBUNTU_DISTR=ubuntu --build-arg VENDOR_NAME=OpenSDN-IO --build-arg VENDOR_DOMAIN=io.opensdn --build-arg BUILD_IMAGE=tf-dev-sandbox:compile --build-arg BUILD_ROOT=/buildroot --build-arg DEBUGINFO_ROOT=/debuginfo #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: #1 transferring dockerfile: 2.10kB 0.0s done #1 DONE 2.5s #2 [internal] load metadata for docker.io/library/tf-dev-sandbox:compile #2 DONE 0.0s #3 [internal] load metadata for nexus.gz1.opensdn.io:5101/opensdn-base:master-2_7_7_5-2_7 #3 DONE 0.0s #4 [internal] load .dockerignore #4 transferring context: #4 transferring context: 2B done #4 DONE 2.2s #5 [1/5] FROM nexus.gz1.opensdn.io:5101/opensdn-base:master-2_7_7_5-2_7 #5 DONE 0.2s #6 [build 1/1] FROM docker.io/library/tf-dev-sandbox:compile #6 CACHED #7 [internal] load build context #7 transferring context: 1.52kB done #7 DONE 1.9s #8 [stage-1 2/8] COPY --from=build /buildroot/usr/lib/libisc-9.21.3.so /usr/lib/ #8 DONE 1.0s #9 [stage-1 3/8] COPY --from=build /buildroot/usr/lib/libisccc-9.21.3.so /usr/lib/ #9 DONE 1.4s #10 [stage-1 4/8] COPY --from=build /buildroot/usr/lib/libisccfg-9.21.3.so /usr/lib/ #10 DONE 3.5s #11 [stage-1 5/8] COPY --from=build /buildroot/usr/bin/contrail-vrouter-agent-health-check.py /usr/bin/ #11 DONE 3.4s #12 [stage-1 6/8] COPY --from=build /buildroot/usr/bin/contrail_crypt_tunnel_client.py /usr/bin/ #12 DONE 3.5s #13 [stage-1 7/8] RUN set -e ; ln -s /usr/lib/libisc-9.21.3.so /usr/lib/libisc.so ; ln -s /usr/lib/libisccc-9.21.3.so /usr/lib/libisccc.so ; ln -s /usr/lib/libisccfg-9.21.3.so /usr/lib/libisccfg.so ; ldconfig ; source /etc/os-release && ver=$(echo $VERSION_ID | cut -d '.' -f 1) ; if [[ ${ver} == 9 ]]; then pkgs="boost" ; else pkgs="boost169" ; fi ; dnf install -y $pkgs gperftools-libs ; dnf clean all -y ; rm -rf /var/cache/yum ; python3 -m pip install --no-compile --extra-index-url http://localhost:6667/pip/simple "contrail-vrouter-api==0.1.dev0" ; rm -rf /root/.cache #13 6.750 added from: http://tf-mirrors.gz1.opensdn.io/re 29 MB/s | 14 MB 00:00 #13 13.85 added from: http://tf-mirrors.gz1.opensdn.io/re 18 MB/s | 1.9 MB 00:00 #13 15.66 added from: http://tf-mirrors.gz1.opensdn.io/re 11 MB/s | 402 kB 00:00 #13 16.57 added from: http://tf-mirrors.gz1.opensdn.io/re 30 MB/s | 16 MB 00:00 #13 31.09 added from: http://tf-mirrors.gz1.opensdn.io/re 25 MB/s | 11 MB 00:00 #13 37.54 added from: http://tf-mirrors.gz1.opensdn.io/re 15 MB/s | 1.1 MB 00:00 #13 38.66 added from: http://tf-mirrors.gz1.opensdn.io/re 22 MB/s | 4.8 MB 00:00 #13 42.60 added from: http://tf-mirrors.gz1.opensdn.io/re 15 MB/s | 697 kB 00:00 #13 43.23 added from: http://tf-mirrors.gz1.opensdn.io/re 2.2 MB/s | 474 kB 00:00 #13 43.98 added from: http://tf-mirrors.gz1.opensdn.io/re 481 kB/s | 18 kB 00:00 #13 44.57 added from: http://tf-mirrors.gz1.opensdn.io/re 8.8 kB/s | 257 B 00:00 #13 45.09 added from: http://tf-mirrors.gz1.opensdn.io/re 495 kB/s | 15 kB 00:00 #13 45.49 added from: http://tf-mirrors.gz1.opensdn.io/re 3.2 MB/s | 96 kB 00:00 #13 46.84 added from: http://tf-mirrors.gz1.opensdn.io/re 49 MB/s | 39 MB 00:00 #13 71.65 Third parties for OpenSDN 20 MB/s | 5.1 MB 00:00 #13 82.31 Dependencies resolved. #13 82.31 ========================================================================================== #13 82.31 Package Arch Version Repository Size #13 82.31 ========================================================================================== #13 82.31 Installing: #13 82.31 boost x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 9.9 k #13 82.31 gperftools-libs x86_64 2.9.1-3.el9 tf-mirrors.ci_repos_epel9.repo 308 k #13 82.31 Installing dependencies: #13 82.31 boost-atomic x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 15 k #13 82.31 boost-chrono x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 23 k #13 82.31 boost-container x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 35 k #13 82.31 boost-context x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 13 k #13 82.31 boost-contract x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 43 k #13 82.31 boost-coroutine x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 30 k #13 82.31 boost-date-time x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 11 k #13 82.31 boost-fiber x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 37 k #13 82.31 boost-filesystem x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 55 k #13 82.31 boost-graph x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 99 k #13 82.31 boost-iostreams x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 37 k #13 82.31 boost-locale x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 212 k #13 82.31 boost-log x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 405 k #13 82.31 boost-math x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 203 k #13 82.31 boost-nowide x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 13 k #13 82.31 boost-program-options x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 104 k #13 82.31 boost-python3 x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 91 k #13 82.31 boost-random x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 22 k #13 82.31 boost-regex x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 275 k #13 82.31 boost-serialization x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 127 k #13 82.31 boost-stacktrace x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 25 k #13 82.31 boost-system x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 11 k #13 82.31 boost-test x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 228 k #13 82.31 boost-thread x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 53 k #13 82.31 boost-timer x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 21 k #13 82.31 boost-type_erasure x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 28 k #13 82.31 boost-wave x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 207 k #13 82.31 libicu x86_64 67.1-10.el9_6 tf-mirrors.ci_repos_yum9-baseos 9.6 M #13 82.31 libunwind x86_64 1.6.2-1.el9 tf-mirrors.ci_repos_epel9.repo 67 k #13 82.31 #13 82.31 Transaction Summary #13 82.31 ========================================================================================== #13 82.31 Install 31 Packages #13 82.31 #13 82.31 Total download size: 12 M #13 82.31 Installed size: 41 M #13 82.31 Downloading Packages: #13 82.36 (1/31): boost-1.75.0-13.el9_7.x86_64.rpm 483 kB/s | 9.9 kB 00:00 #13 82.36 (2/31): boost-atomic-1.75.0-13.el9_7.x86_64.rpm 548 kB/s | 15 kB 00:00 #13 82.36 (3/31): boost-container-1.75.0-13.el9_7.x86_64. 3.3 MB/s | 35 kB 00:00 #13 82.36 (4/31): boost-chrono-1.75.0-13.el9_7.x86_64.rpm 1.3 MB/s | 23 kB 00:00 #13 82.36 (5/31): boost-context-1.75.0-13.el9_7.x86_64.rp 1.2 MB/s | 13 kB 00:00 #13 82.36 (6/31): boost-contract-1.75.0-13.el9_7.x86_64.r 4.0 MB/s | 43 kB 00:00 #13 82.38 (7/31): boost-coroutine-1.75.0-13.el9_7.x86_64. 3.3 MB/s | 30 kB 00:00 #13 82.38 (8/31): boost-date-time-1.75.0-13.el9_7.x86_64. 1.5 MB/s | 11 kB 00:00 #13 82.38 (9/31): boost-fiber-1.75.0-13.el9_7.x86_64.rpm 4.7 MB/s | 37 kB 00:00 #13 82.40 (10/31): boost-filesystem-1.75.0-13.el9_7.x86_6 6.8 MB/s | 55 kB 00:00 #13 82.40 (11/31): boost-graph-1.75.0-13.el9_7.x86_64.rpm 11 MB/s | 99 kB 00:00 #13 82.40 (12/31): boost-iostreams-1.75.0-13.el9_7.x86_64 3.8 MB/s | 37 kB 00:00 #13 82.40 (13/31): boost-locale-1.75.0-13.el9_7.x86_64.rp 18 MB/s | 212 kB 00:00 #13 82.43 (14/31): boost-log-1.75.0-13.el9_7.x86_64.rpm 15 MB/s | 405 kB 00:00 #13 82.46 (15/31): boost-math-1.75.0-13.el9_7.x86_64.rpm 5.7 MB/s | 203 kB 00:00 #13 82.46 (16/31): boost-nowide-1.75.0-13.el9_7.x86_64.rp 701 kB/s | 13 kB 00:00 #13 82.46 (17/31): boost-program-options-1.75.0-13.el9_7. 13 MB/s | 104 kB 00:00 #13 82.46 (18/31): boost-python3-1.75.0-13.el9_7.x86_64.r 9.6 MB/s | 91 kB 00:00 #13 82.46 (19/31): boost-random-1.75.0-13.el9_7.x86_64.rp 2.0 MB/s | 22 kB 00:00 #13 82.46 (20/31): boost-regex-1.75.0-13.el9_7.x86_64.rpm 19 MB/s | 275 kB 00:00 #13 82.46 (21/31): boost-serialization-1.75.0-13.el9_7.x8 8.9 MB/s | 127 kB 00:00 #13 82.53 (22/31): boost-stacktrace-1.75.0-13.el9_7.x86_6 2.7 MB/s | 25 kB 00:00 #13 82.53 (23/31): boost-system-1.75.0-13.el9_7.x86_64.rp 1.0 MB/s | 11 kB 00:00 #13 82.53 (24/31): boost-test-1.75.0-13.el9_7.x86_64.rpm 16 MB/s | 228 kB 00:00 #13 82.53 (25/31): boost-thread-1.75.0-13.el9_7.x86_64.rp 4.4 MB/s | 53 kB 00:00 #13 82.53 (26/31): boost-timer-1.75.0-13.el9_7.x86_64.rpm 2.3 MB/s | 21 kB 00:00 #13 82.53 (27/31): boost-type_erasure-1.75.0-13.el9_7.x86 3.5 MB/s | 28 kB 00:00 #13 82.53 (28/31): boost-wave-1.75.0-13.el9_7.x86_64.rpm 15 MB/s | 207 kB 00:00 #13 82.53 (29/31): libunwind-1.6.2-1.el9.x86_64.rpm 11 MB/s | 67 kB 00:00 #13 82.53 (30/31): gperftools-libs-2.9.1-3.el9.x86_64.rpm 13 MB/s | 308 kB 00:00 #13 82.65 (31/31): libicu-67.1-10.el9_6.x86_64.rpm 30 MB/s | 9.6 MB 00:00 #13 82.65 -------------------------------------------------------------------------------- #13 82.65 Total 38 MB/s | 12 MB 00:00 #13 82.65 Running transaction check #13 82.72 Transaction check succeeded. #13 82.72 Running transaction test #13 82.98 Transaction test succeeded. #13 82.98 Running transaction #13 83.52 Preparing : 1/1 #13 83.64 Installing : boost-system-1.75.0-13.el9_7.x86_64 1/31 #13 83.64 Installing : boost-chrono-1.75.0-13.el9_7.x86_64 2/31 #13 83.64 Installing : boost-thread-1.75.0-13.el9_7.x86_64 3/31 #13 83.64 Installing : boost-filesystem-1.75.0-13.el9_7.x86_64 4/31 #13 83.98 Installing : libicu-67.1-10.el9_6.x86_64 5/31 #13 84.01 Installing : boost-regex-1.75.0-13.el9_7.x86_64 6/31 #13 84.01 Installing : boost-context-1.75.0-13.el9_7.x86_64 7/31 #13 84.01 Installing : boost-date-time-1.75.0-13.el9_7.x86_64 8/31 #13 84.01 Installing : boost-atomic-1.75.0-13.el9_7.x86_64 9/31 #13 84.05 Installing : boost-log-1.75.0-13.el9_7.x86_64 10/31 #13 84.05 Installing : boost-wave-1.75.0-13.el9_7.x86_64 11/31 #13 84.05 Installing : boost-coroutine-1.75.0-13.el9_7.x86_64 12/31 #13 84.09 Installing : boost-fiber-1.75.0-13.el9_7.x86_64 13/31 #13 84.09 Installing : boost-graph-1.75.0-13.el9_7.x86_64 14/31 #13 84.09 Installing : boost-locale-1.75.0-13.el9_7.x86_64 15/31 #13 84.09 Installing : boost-type_erasure-1.75.0-13.el9_7.x86_64 16/31 #13 84.11 Installing : boost-timer-1.75.0-13.el9_7.x86_64 17/31 #13 84.11 Installing : libunwind-1.6.2-1.el9.x86_64 18/31 #13 84.14 Installing : boost-test-1.75.0-13.el9_7.x86_64 19/31 #13 84.14 Installing : boost-stacktrace-1.75.0-13.el9_7.x86_64 20/31 #13 84.15 Installing : boost-serialization-1.75.0-13.el9_7.x86_64 21/31 #13 84.17 Installing : boost-random-1.75.0-13.el9_7.x86_64 22/31 #13 84.20 Installing : boost-python3-1.75.0-13.el9_7.x86_64 23/31 #13 84.20 Installing : boost-program-options-1.75.0-13.el9_7.x86_64 24/31 #13 84.20 Installing : boost-nowide-1.75.0-13.el9_7.x86_64 25/31 #13 84.23 Installing : boost-math-1.75.0-13.el9_7.x86_64 26/31 #13 84.23 Installing : boost-iostreams-1.75.0-13.el9_7.x86_64 27/31 #13 84.23 Installing : boost-contract-1.75.0-13.el9_7.x86_64 28/31 #13 84.24 Installing : boost-container-1.75.0-13.el9_7.x86_64 29/31 #13 84.24 Installing : boost-1.75.0-13.el9_7.x86_64 30/31 #13 84.26 Installing : gperftools-libs-2.9.1-3.el9.x86_64 31/31 #13 84.30 Running scriptlet: gperftools-libs-2.9.1-3.el9.x86_64 31/31 #13 85.84 Verifying : libicu-67.1-10.el9_6.x86_64 1/31 #13 85.84 Verifying : boost-1.75.0-13.el9_7.x86_64 2/31 #13 85.84 Verifying : boost-atomic-1.75.0-13.el9_7.x86_64 3/31 #13 85.84 Verifying : boost-chrono-1.75.0-13.el9_7.x86_64 4/31 #13 85.84 Verifying : boost-container-1.75.0-13.el9_7.x86_64 5/31 #13 85.84 Verifying : boost-context-1.75.0-13.el9_7.x86_64 6/31 #13 85.84 Verifying : boost-contract-1.75.0-13.el9_7.x86_64 7/31 #13 85.84 Verifying : boost-coroutine-1.75.0-13.el9_7.x86_64 8/31 #13 85.84 Verifying : boost-date-time-1.75.0-13.el9_7.x86_64 9/31 #13 85.84 Verifying : boost-fiber-1.75.0-13.el9_7.x86_64 10/31 #13 85.84 Verifying : boost-filesystem-1.75.0-13.el9_7.x86_64 11/31 #13 85.84 Verifying : boost-graph-1.75.0-13.el9_7.x86_64 12/31 #13 85.84 Verifying : boost-iostreams-1.75.0-13.el9_7.x86_64 13/31 #13 85.84 Verifying : boost-locale-1.75.0-13.el9_7.x86_64 14/31 #13 85.84 Verifying : boost-log-1.75.0-13.el9_7.x86_64 15/31 #13 85.84 Verifying : boost-math-1.75.0-13.el9_7.x86_64 16/31 #13 85.84 Verifying : boost-nowide-1.75.0-13.el9_7.x86_64 17/31 #13 85.84 Verifying : boost-program-options-1.75.0-13.el9_7.x86_64 18/31 #13 85.84 Verifying : boost-python3-1.75.0-13.el9_7.x86_64 19/31 #13 85.84 Verifying : boost-random-1.75.0-13.el9_7.x86_64 20/31 #13 85.84 Verifying : boost-regex-1.75.0-13.el9_7.x86_64 21/31 #13 85.84 Verifying : boost-serialization-1.75.0-13.el9_7.x86_64 22/31 #13 85.84 Verifying : boost-stacktrace-1.75.0-13.el9_7.x86_64 23/31 #13 85.84 Verifying : boost-system-1.75.0-13.el9_7.x86_64 24/31 #13 85.84 Verifying : boost-test-1.75.0-13.el9_7.x86_64 25/31 #13 85.84 Verifying : boost-thread-1.75.0-13.el9_7.x86_64 26/31 #13 85.84 Verifying : boost-timer-1.75.0-13.el9_7.x86_64 27/31 #13 85.84 Verifying : boost-type_erasure-1.75.0-13.el9_7.x86_64 28/31 #13 85.84 Verifying : boost-wave-1.75.0-13.el9_7.x86_64 29/31 #13 85.84 Verifying : gperftools-libs-2.9.1-3.el9.x86_64 30/31 #13 85.84 Verifying : libunwind-1.6.2-1.el9.x86_64 31/31 #13 86.16 #13 86.16 Installed: #13 86.16 boost-1.75.0-13.el9_7.x86_64 #13 86.16 boost-atomic-1.75.0-13.el9_7.x86_64 #13 86.16 boost-chrono-1.75.0-13.el9_7.x86_64 #13 86.16 boost-container-1.75.0-13.el9_7.x86_64 #13 86.16 boost-context-1.75.0-13.el9_7.x86_64 #13 86.16 boost-contract-1.75.0-13.el9_7.x86_64 #13 86.16 boost-coroutine-1.75.0-13.el9_7.x86_64 #13 86.16 boost-date-time-1.75.0-13.el9_7.x86_64 #13 86.16 boost-fiber-1.75.0-13.el9_7.x86_64 #13 86.16 boost-filesystem-1.75.0-13.el9_7.x86_64 #13 86.16 boost-graph-1.75.0-13.el9_7.x86_64 #13 86.16 boost-iostreams-1.75.0-13.el9_7.x86_64 #13 86.16 boost-locale-1.75.0-13.el9_7.x86_64 #13 86.16 boost-log-1.75.0-13.el9_7.x86_64 #13 86.16 boost-math-1.75.0-13.el9_7.x86_64 #13 86.16 boost-nowide-1.75.0-13.el9_7.x86_64 #13 86.16 boost-program-options-1.75.0-13.el9_7.x86_64 #13 86.16 boost-python3-1.75.0-13.el9_7.x86_64 #13 86.16 boost-random-1.75.0-13.el9_7.x86_64 #13 86.16 boost-regex-1.75.0-13.el9_7.x86_64 #13 86.16 boost-serialization-1.75.0-13.el9_7.x86_64 #13 86.16 boost-stacktrace-1.75.0-13.el9_7.x86_64 #13 86.16 boost-system-1.75.0-13.el9_7.x86_64 #13 86.16 boost-test-1.75.0-13.el9_7.x86_64 #13 86.16 boost-thread-1.75.0-13.el9_7.x86_64 #13 86.16 boost-timer-1.75.0-13.el9_7.x86_64 #13 86.16 boost-type_erasure-1.75.0-13.el9_7.x86_64 #13 86.16 boost-wave-1.75.0-13.el9_7.x86_64 #13 86.16 gperftools-libs-2.9.1-3.el9.x86_64 #13 86.16 libicu-67.1-10.el9_6.x86_64 #13 86.16 libunwind-1.6.2-1.el9.x86_64 #13 86.16 #13 86.16 Complete! #13 86.80 77 files removed #13 87.18 Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/, http://localhost:6667/pip/simple #13 87.22 Collecting contrail-vrouter-api==0.1.dev0 #13 87.23 Downloading http://localhost:6667/pip/simple/contrail-vrouter-api/contrail_vrouter_api-0.1.dev0-py3-none-any.whl (2.9 kB) #13 87.39 Installing collected packages: contrail-vrouter-api #13 87.68 Successfully installed contrail-vrouter-api-0.1.dev0 #13 87.68 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 #13 DONE 88.7s #14 [stage-1 8/8] COPY *.sh / #14 DONE 2.5s #15 exporting to image #15 exporting layers #15 exporting layers 1.6s done #15 writing image sha256:162db7753b40b8cfbceb7ad3a43a2e13c6c6df8a31ce18882b7470b800f96d08 done #15 naming to nexus.gz1.opensdn.io:5101/opensdn-tor-agent:master-2_7_7_5-2_7 #15 naming to nexus.gz1.opensdn.io:5101/opensdn-tor-agent:master-2_7_7_5-2_7 0.3s done #15 DONE 2.7s 2 warnings found (use docker --debug to expand):  - InvalidDefaultArgInFrom: Default value for ARG ${BUILD_IMAGE} results in empty or invalid base image name (line 4) - InvalidDefaultArgInFrom: Default value for ARG ${CONTRAIL_REGISTRY}/opensdn-base:${CONTRAIL_CONTAINER_TAG} results in empty or invalid base image name (line 6) 2026-05-04 12:32:25,502: INFO: Docker build duration: 144 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-tor-agent] a8236cc76d09: Preparing 44379a760f5a: Preparing f0360d54571b: Preparing eefdde55fb7e: Preparing 7fdc8a6d1032: Preparing 10c107d2ac5d: Preparing f6dd498b7cf9: Preparing 053110192123: Preparing 201c98ee9525: Preparing abe8340dee28: Preparing 3739b1236b89: Preparing a70427ef605a: Preparing e159a24f5d09: Preparing 5754251aee69: Preparing 07eedeb73192: Preparing 16707da241d3: Preparing 5f50b9a89fbf: Preparing 4b5b1c32918d: Preparing 31c7a1ff0303: Preparing 7451df7667ae: Preparing 44343de3ea1d: Preparing a8236cc76d09: Waiting 44379a760f5a: Waiting f0360d54571b: Waiting eefdde55fb7e: Waiting 7fdc8a6d1032: Waiting 10c107d2ac5d: Waiting f6dd498b7cf9: Waiting 053110192123: Waiting 201c98ee9525: Waiting abe8340dee28: Waiting 3739b1236b89: Waiting a70427ef605a: Waiting e159a24f5d09: Waiting 5754251aee69: Waiting 07eedeb73192: Waiting 16707da241d3: Waiting 5f50b9a89fbf: Waiting 4b5b1c32918d: Waiting 31c7a1ff0303: Waiting 7451df7667ae: Waiting 44343de3ea1d: Waiting a8236cc76d09: Pushed f0360d54571b: Pushed 7fdc8a6d1032: Pushed eefdde55fb7e: Pushed 10c107d2ac5d: Pushed 053110192123: Layer already exists 201c98ee9525: Layer already exists abe8340dee28: Layer already exists f6dd498b7cf9: Pushed 3739b1236b89: Layer already exists a70427ef605a: Layer already exists e159a24f5d09: Layer already exists 5754251aee69: Layer already exists 07eedeb73192: Layer already exists 5f50b9a89fbf: Layer already exists 16707da241d3: Layer already exists 4b5b1c32918d: Layer already exists 31c7a1ff0303: Layer already exists 44343de3ea1d: Layer already exists 7451df7667ae: Layer already exists 44379a760f5a: Pushed master-2_7_7_5-2_7: digest: sha256:d5c1bbd29ee558f52fea320fe08f411f0adca54d0cd754f2a42b21010504a154 size: 4713 2026-05-04 12:32:35,109: INFO: Building opensdn-tor-agent finished successfully, duration: 154 seconds WARNING: This output is designed for human readability. For machine-readable output, please use --format. IMAGE ID DISK USAGE CONTENT SIZE EXTRA nexus.gz1.opensdn.io:5101/opensdn-analytics-alarm-gen:master-2_7_7_5-2_7 a836d5366c40 692MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-api:master-2_7_7_5-2_7 3d8903c0c6c6 701MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-base:master-2_7_7_5-2_7 7a1af0d71355 676MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-collector:master-2_7_7_5-2_7 d0ebb51484e3 758MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-query-engine:master-2_7_7_5-2_7 09c63d2cb06f 754MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-base:master-2_7_7_5-2_7 d93065b9f329 917MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-collector:master-2_7_7_5-2_7 22e3e993b8d7 918MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-topology:master-2_7_7_5-2_7 3e2637ef9d25 918MB 0B nexus.gz1.opensdn.io:5101/opensdn-ansible-deployer-src:master-2_7_7_5-2_7 f83725ba2e21 1.41MB 0B nexus.gz1.opensdn.io:5101/opensdn-base:master-2_7_7_5-2_7 95b546aa2cf6 676MB 0B nexus.gz1.opensdn.io:5101/opensdn-build-manifest-src:master-2_7_7_5-2_7 282b7675d908 4.17kB 0B nexus.gz1.opensdn.io:5101/opensdn-charms-src:master-2_7_7_5-2_7 2c10abfb260f 6.05MB 0B nexus.gz1.opensdn.io:5101/opensdn-container-builder-src:master-2_7_7_5-2_7 8d4fb90c9fae 2.39MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-api:master-2_7_7_5-2_7 c477dd4dd2b6 714MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-base:master-2_7_7_5-2_7 726672a637d5 676MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-dnsmasq:master-2_7_7_5-2_7 d3480257499f 691MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-schema:master-2_7_7_5-2_7 f29428e7f028 677MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-svcmonitor:master-2_7_7_5-2_7 7d6f246f17c0 698MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-base:master-2_7_7_5-2_7 94e9232c258b 735MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-control:master-2_7_7_5-2_7 8af00e587e61 762MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-dns:master-2_7_7_5-2_7 b0b5f82a5821 762MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-named:master-2_7_7_5-2_7 fa1d3f27f10c 743MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-webui-base:master-2_7_7_5-2_7 0352a34cf8f8 914MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-webui-job:master-2_7_7_5-2_7 40086683a673 914MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-webui-web:master-2_7_7_5-2_7 eaba872e32ab 914MB 0B nexus.gz1.opensdn.io:5101/opensdn-debug:master-2_7_7_5-2_7 c9d96d34d745 428MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-cassandra:master-2_7_7_5-2_7 0c78279f80ef 331MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-haproxy:master-2_7_7_5-2_7 8057181d15ed 144MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-kafka:master-2_7_7_5-2_7 bf961442174a 392MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-rabbitmq:master-2_7_7_5-2_7 e0a79a6a2cd7 363MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-redis:master-2_7_7_5-2_7 b1d6fd459184 171MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-rsyslogd:master-2_7_7_5-2_7 e5bb23fa4f04 440MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-stunnel:master-2_7_7_5-2_7 6a01fc7a75d9 454MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-zookeeper:master-2_7_7_5-2_7 fbb6c730c9d7 301MB 0B nexus.gz1.opensdn.io:5101/opensdn-general-base:master-2_7_7_5-2_7 5257454d9d1c 428MB 0B nexus.gz1.opensdn.io:5101/opensdn-kolla-ansible-src:master-2_7_7_5-2_7 aef0a794d3ae 32.7MB 0B nexus.gz1.opensdn.io:5101/opensdn-kubernetes-cni-init:master-2_7_7_5-2_7 6e5449f9f6e3 696MB 0B nexus.gz1.opensdn.io:5101/opensdn-kubernetes-kube-manager:master-2_7_7_5-2_7 518f80871234 681MB 0B nexus.gz1.opensdn.io:5101/opensdn-node-init:master-2_7_7_5-2_7 95f96180f4cb 676MB 0B nexus.gz1.opensdn.io:5101/opensdn-nodemgr:master-2_7_7_5-2_7 71a6e71b72a0 811MB 0B nexus.gz1.opensdn.io:5101/opensdn-openstack-compute-init:master-2_7_7_5-2_7 c186bf921c79 428MB 0B nexus.gz1.opensdn.io:5101/opensdn-openstack-heat-init:master-2_7_7_5-2_7 e0f168282249 444MB 0B nexus.gz1.opensdn.io:5101/opensdn-openstack-neutron-init:master-2_7_7_5-2_7 d506febc1b0a 444MB 0B nexus.gz1.opensdn.io:5101/opensdn-provisioner:master-2_7_7_5-2_7 6c86b6bca5bf 676MB 0B nexus.gz1.opensdn.io:5101/opensdn-status:master-2_7_7_5-2_7 7cc1bbc38629 811MB 0B nexus.gz1.opensdn.io:5101/opensdn-test-test:master-2_7_7_5-2_7 f0a41d4b6e3b 1.84GB 0B nexus.gz1.opensdn.io:5101/opensdn-tor-agent:master-2_7_7_5-2_7 162db7753b40 735MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-agent-dpdk:master-2_7_7_5-2_7 c065c00ae2da 967MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-agent:master-2_7_7_5-2_7 ada585ede286 934MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-base:master-2_7_7_5-2_7 c2c124d27562 743MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-kernel-init-dpdk:master-2_7_7_5-2_7 8fb305792333 743MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-kernel-init:master-2_7_7_5-2_7 f3cc3db6bb9c 365MB 0B nexus.gz1.opensdn.io:5101/tf-dev-sandbox:sandbox-master-2_7_7_5-2_7 c147f49873e6 2.9GB 0B U opensdn-test-test:master-2_7_7_5-2_7 f0a41d4b6e3b 1.84GB 0B rockylinux:9 9cc24f05f309 176MB 0B tf-dev-sandbox:compile c6dc4b04b6f7 22.2GB 0B tf-dev-sandbox:sandbox-master-2_7_7_5-2_7 c147f49873e6 2.9GB 0B U