2026-03-16 09:56:02,250: INFO: Building opensdn-tor-agent 2026-03-16 09:56:02,380: 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_5_8_5-1_5 --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 done #1 DONE 1.7s #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_5_8_5-1_5 #3 DONE 0.0s #4 [internal] load .dockerignore #4 transferring context: #4 transferring context: 2B done #4 DONE 2.0s #5 [stage-1 1/6] FROM nexus.gz1.opensdn.io:5101/opensdn-base:master-2_5_8_5-1_5 #5 CACHED #6 [build 1/1] FROM docker.io/library/tf-dev-sandbox:compile #6 CACHED #7 [internal] load build context #7 transferring context: 1.52kB 0.0s done #7 DONE 2.3s #8 [stage-1 2/8] COPY --from=build /buildroot/usr/lib/libisc-9.21.3.so /usr/lib/ #8 DONE 1.6s #9 [stage-1 3/8] COPY --from=build /buildroot/usr/lib/libisccc-9.21.3.so /usr/lib/ #9 DONE 2.2s #10 [stage-1 4/8] COPY --from=build /buildroot/usr/lib/libisccfg-9.21.3.so /usr/lib/ #10 DONE 1.7s #11 [stage-1 5/8] COPY --from=build /buildroot/usr/bin/contrail-vrouter-agent-health-check.py /usr/bin/ #11 DONE 2.6s #12 [stage-1 6/8] COPY --from=build /buildroot/usr/bin/contrail_crypt_tunnel_client.py /usr/bin/ #12 DONE 4.0s #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 4.336 added from: http://tf-mirrors.gz1.opensdn.io/re 36 MB/s | 14 MB 00:00 #13 11.97 added from: http://tf-mirrors.gz1.opensdn.io/re 18 MB/s | 1.9 MB 00:00 #13 12.78 added from: http://tf-mirrors.gz1.opensdn.io/re 10 MB/s | 402 kB 00:00 #13 13.30 added from: http://tf-mirrors.gz1.opensdn.io/re 45 MB/s | 16 MB 00:00 #13 25.78 added from: http://tf-mirrors.gz1.opensdn.io/re 28 MB/s | 11 MB 00:00 #13 35.84 added from: http://tf-mirrors.gz1.opensdn.io/re 12 MB/s | 1.1 MB 00:00 #13 37.47 added from: http://tf-mirrors.gz1.opensdn.io/re 19 MB/s | 4.8 MB 00:00 #13 41.12 added from: http://tf-mirrors.gz1.opensdn.io/re 11 MB/s | 697 kB 00:00 #13 42.21 added from: http://tf-mirrors.gz1.opensdn.io/re 7.1 MB/s | 474 kB 00:00 #13 43.29 added from: http://tf-mirrors.gz1.opensdn.io/re 224 kB/s | 18 kB 00:00 #13 44.06 added from: http://tf-mirrors.gz1.opensdn.io/re 6.4 kB/s | 257 B 00:00 #13 44.77 added from: http://tf-mirrors.gz1.opensdn.io/re 362 kB/s | 15 kB 00:00 #13 45.49 added from: http://tf-mirrors.gz1.opensdn.io/re 2.1 MB/s | 96 kB 00:00 #13 47.23 added from: http://tf-mirrors.gz1.opensdn.io/re 40 MB/s | 39 MB 00:00 #13 78.16 Third parties for OpenSDN 8.8 MB/s | 5.1 MB 00:00 #13 91.10 Dependencies resolved. #13 91.10 ========================================================================================== #13 91.10 Package Arch Version Repository Size #13 91.10 ========================================================================================== #13 91.10 Installing: #13 91.10 boost x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 9.9 k #13 91.10 gperftools-libs x86_64 2.9.1-3.el9 tf-mirrors.ci_repos_epel9.repo 308 k #13 91.10 Installing dependencies: #13 91.10 boost-atomic x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 15 k #13 91.10 boost-chrono x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 23 k #13 91.10 boost-container x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 35 k #13 91.10 boost-context x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 13 k #13 91.10 boost-contract x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 43 k #13 91.10 boost-coroutine x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 30 k #13 91.10 boost-date-time x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 11 k #13 91.10 boost-fiber x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 37 k #13 91.10 boost-filesystem x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 55 k #13 91.10 boost-graph x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 99 k #13 91.10 boost-iostreams x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 37 k #13 91.10 boost-locale x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 212 k #13 91.10 boost-log x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 405 k #13 91.10 boost-math x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 203 k #13 91.10 boost-nowide x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 13 k #13 91.10 boost-program-options x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 104 k #13 91.10 boost-python3 x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 91 k #13 91.10 boost-random x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 22 k #13 91.10 boost-regex x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 275 k #13 91.10 boost-serialization x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 127 k #13 91.10 boost-stacktrace x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 25 k #13 91.10 boost-system x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 11 k #13 91.10 boost-test x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 228 k #13 91.10 boost-thread x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 53 k #13 91.10 boost-timer x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 21 k #13 91.10 boost-type_erasure x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 28 k #13 91.10 boost-wave x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 207 k #13 91.10 libicu x86_64 67.1-10.el9_6 tf-mirrors.ci_repos_yum9-baseos 9.6 M #13 91.10 libunwind x86_64 1.6.2-1.el9 tf-mirrors.ci_repos_epel9.repo 67 k #13 91.10 #13 91.10 Transaction Summary #13 91.10 ========================================================================================== #13 91.10 Install 31 Packages #13 91.10 #13 91.10 Total download size: 12 M #13 91.10 Installed size: 41 M #13 91.10 Downloading Packages: #13 91.20 (1/31): boost-atomic-1.75.0-13.el9_7.x86_64.rpm 560 kB/s | 15 kB 00:00 #13 91.20 (2/31): boost-1.75.0-13.el9_7.x86_64.rpm 312 kB/s | 9.9 kB 00:00 #13 91.20 (3/31): boost-chrono-1.75.0-13.el9_7.x86_64.rpm 2.9 MB/s | 23 kB 00:00 #13 91.20 (4/31): boost-container-1.75.0-13.el9_7.x86_64. 5.2 MB/s | 35 kB 00:00 #13 91.20 (5/31): boost-context-1.75.0-13.el9_7.x86_64.rp 2.2 MB/s | 13 kB 00:00 #13 91.20 (6/31): boost-contract-1.75.0-13.el9_7.x86_64.r 7.5 MB/s | 43 kB 00:00 #13 91.20 (7/31): boost-coroutine-1.75.0-13.el9_7.x86_64. 5.2 MB/s | 30 kB 00:00 #13 91.20 (8/31): boost-date-time-1.75.0-13.el9_7.x86_64. 2.5 MB/s | 11 kB 00:00 #13 91.20 (9/31): boost-fiber-1.75.0-13.el9_7.x86_64.rpm 9.2 MB/s | 37 kB 00:00 #13 91.20 (10/31): boost-filesystem-1.75.0-13.el9_7.x86_6 11 MB/s | 55 kB 00:00 #13 91.20 (11/31): boost-graph-1.75.0-13.el9_7.x86_64.rpm 16 MB/s | 99 kB 00:00 #13 91.20 (12/31): boost-iostreams-1.75.0-13.el9_7.x86_64 5.9 MB/s | 37 kB 00:00 #13 91.20 (13/31): boost-locale-1.75.0-13.el9_7.x86_64.rp 27 MB/s | 212 kB 00:00 #13 91.20 (14/31): boost-log-1.75.0-13.el9_7.x86_64.rpm 26 MB/s | 405 kB 00:00 #13 91.20 (15/31): boost-math-1.75.0-13.el9_7.x86_64.rpm 13 MB/s | 203 kB 00:00 #13 91.20 (16/31): boost-nowide-1.75.0-13.el9_7.x86_64.rp 1.5 MB/s | 13 kB 00:00 #13 91.20 (17/31): boost-program-options-1.75.0-13.el9_7. 14 MB/s | 104 kB 00:00 #13 91.20 (18/31): boost-python3-1.75.0-13.el9_7.x86_64.r 12 MB/s | 91 kB 00:00 #13 91.23 (19/31): boost-random-1.75.0-13.el9_7.x86_64.rp 3.2 MB/s | 22 kB 00:00 #13 91.23 (20/31): boost-regex-1.75.0-13.el9_7.x86_64.rpm 31 MB/s | 275 kB 00:00 #13 91.23 (21/31): boost-serialization-1.75.0-13.el9_7.x8 11 MB/s | 127 kB 00:00 #13 91.23 (22/31): boost-stacktrace-1.75.0-13.el9_7.x86_6 2.5 MB/s | 25 kB 00:00 #13 91.23 (23/31): boost-system-1.75.0-13.el9_7.x86_64.rp 1.7 MB/s | 11 kB 00:00 #13 91.23 (24/31): boost-test-1.75.0-13.el9_7.x86_64.rpm 24 MB/s | 228 kB 00:00 #13 91.23 (25/31): boost-thread-1.75.0-13.el9_7.x86_64.rp 5.8 MB/s | 53 kB 00:00 #13 91.23 (26/31): boost-timer-1.75.0-13.el9_7.x86_64.rpm 3.6 MB/s | 21 kB 00:00 #13 91.28 (27/31): boost-type_erasure-1.75.0-13.el9_7.x86 3.3 MB/s | 28 kB 00:00 #13 91.28 (28/31): boost-wave-1.75.0-13.el9_7.x86_64.rpm 26 MB/s | 207 kB 00:00 #13 91.28 (29/31): gperftools-libs-2.9.1-3.el9.x86_64.rpm 25 MB/s | 308 kB 00:00 #13 91.28 (30/31): libunwind-1.6.2-1.el9.x86_64.rpm 6.9 MB/s | 67 kB 00:00 #13 91.44 (31/31): libicu-67.1-10.el9_6.x86_64.rpm 39 MB/s | 9.6 MB 00:00 #13 91.44 -------------------------------------------------------------------------------- #13 91.44 Total 49 MB/s | 12 MB 00:00 #13 91.44 Running transaction check #13 91.52 Transaction check succeeded. #13 91.52 Running transaction test #13 91.86 Transaction test succeeded. #13 91.86 Running transaction #13 92.90 Preparing : 1/1 #13 92.98 Installing : boost-system-1.75.0-13.el9_7.x86_64 1/31 #13 92.98 Installing : boost-chrono-1.75.0-13.el9_7.x86_64 2/31 #13 92.98 Installing : boost-thread-1.75.0-13.el9_7.x86_64 3/31 #13 92.98 Installing : boost-filesystem-1.75.0-13.el9_7.x86_64 4/31 #13 93.72 Installing : libicu-67.1-10.el9_6.x86_64 5/31 #13 93.97 Installing : boost-regex-1.75.0-13.el9_7.x86_64 6/31 #13 94.16 Installing : boost-context-1.75.0-13.el9_7.x86_64 7/31 #13 94.71 Installing : boost-date-time-1.75.0-13.el9_7.x86_64 8/31 #13 94.80 Installing : boost-atomic-1.75.0-13.el9_7.x86_64 9/31 #13 94.82 Installing : boost-log-1.75.0-13.el9_7.x86_64 10/31 #13 94.86 Installing : boost-wave-1.75.0-13.el9_7.x86_64 11/31 #13 94.86 Installing : boost-coroutine-1.75.0-13.el9_7.x86_64 12/31 #13 94.91 Installing : boost-fiber-1.75.0-13.el9_7.x86_64 13/31 #13 94.91 Installing : boost-graph-1.75.0-13.el9_7.x86_64 14/31 #13 94.91 Installing : boost-locale-1.75.0-13.el9_7.x86_64 15/31 #13 94.92 Installing : boost-type_erasure-1.75.0-13.el9_7.x86_64 16/31 #13 94.96 Installing : boost-timer-1.75.0-13.el9_7.x86_64 17/31 #13 94.96 Installing : libunwind-1.6.2-1.el9.x86_64 18/31 #13 94.96 Installing : boost-test-1.75.0-13.el9_7.x86_64 19/31 #13 95.01 Installing : boost-stacktrace-1.75.0-13.el9_7.x86_64 20/31 #13 95.01 Installing : boost-serialization-1.75.0-13.el9_7.x86_64 21/31 #13 95.06 Installing : boost-random-1.75.0-13.el9_7.x86_64 22/31 #13 95.06 Installing : boost-python3-1.75.0-13.el9_7.x86_64 23/31 #13 95.06 Installing : boost-program-options-1.75.0-13.el9_7.x86_64 24/31 #13 95.06 Installing : boost-nowide-1.75.0-13.el9_7.x86_64 25/31 #13 95.13 Installing : boost-math-1.75.0-13.el9_7.x86_64 26/31 #13 95.13 Installing : boost-iostreams-1.75.0-13.el9_7.x86_64 27/31 #13 95.13 Installing : boost-contract-1.75.0-13.el9_7.x86_64 28/31 #13 95.22 Installing : boost-container-1.75.0-13.el9_7.x86_64 29/31 #13 95.22 Installing : boost-1.75.0-13.el9_7.x86_64 30/31 #13 95.22 Installing : gperftools-libs-2.9.1-3.el9.x86_64 31/31 #13 95.22 Running scriptlet: gperftools-libs-2.9.1-3.el9.x86_64 31/31 #13 95.64 Verifying : libicu-67.1-10.el9_6.x86_64 1/31 #13 95.64 Verifying : boost-1.75.0-13.el9_7.x86_64 2/31 #13 95.64 Verifying : boost-atomic-1.75.0-13.el9_7.x86_64 3/31 #13 95.64 Verifying : boost-chrono-1.75.0-13.el9_7.x86_64 4/31 #13 95.64 Verifying : boost-container-1.75.0-13.el9_7.x86_64 5/31 #13 95.64 Verifying : boost-context-1.75.0-13.el9_7.x86_64 6/31 #13 95.64 Verifying : boost-contract-1.75.0-13.el9_7.x86_64 7/31 #13 95.64 Verifying : boost-coroutine-1.75.0-13.el9_7.x86_64 8/31 #13 95.64 Verifying : boost-date-time-1.75.0-13.el9_7.x86_64 9/31 #13 95.64 Verifying : boost-fiber-1.75.0-13.el9_7.x86_64 10/31 #13 95.64 Verifying : boost-filesystem-1.75.0-13.el9_7.x86_64 11/31 #13 95.64 Verifying : boost-graph-1.75.0-13.el9_7.x86_64 12/31 #13 95.64 Verifying : boost-iostreams-1.75.0-13.el9_7.x86_64 13/31 #13 95.64 Verifying : boost-locale-1.75.0-13.el9_7.x86_64 14/31 #13 95.64 Verifying : boost-log-1.75.0-13.el9_7.x86_64 15/31 #13 95.64 Verifying : boost-math-1.75.0-13.el9_7.x86_64 16/31 #13 95.64 Verifying : boost-nowide-1.75.0-13.el9_7.x86_64 17/31 #13 95.64 Verifying : boost-program-options-1.75.0-13.el9_7.x86_64 18/31 #13 95.64 Verifying : boost-python3-1.75.0-13.el9_7.x86_64 19/31 #13 95.64 Verifying : boost-random-1.75.0-13.el9_7.x86_64 20/31 #13 95.64 Verifying : boost-regex-1.75.0-13.el9_7.x86_64 21/31 #13 95.64 Verifying : boost-serialization-1.75.0-13.el9_7.x86_64 22/31 #13 95.64 Verifying : boost-stacktrace-1.75.0-13.el9_7.x86_64 23/31 #13 95.64 Verifying : boost-system-1.75.0-13.el9_7.x86_64 24/31 #13 95.64 Verifying : boost-test-1.75.0-13.el9_7.x86_64 25/31 #13 95.64 Verifying : boost-thread-1.75.0-13.el9_7.x86_64 26/31 #13 95.64 Verifying : boost-timer-1.75.0-13.el9_7.x86_64 27/31 #13 95.64 Verifying : boost-type_erasure-1.75.0-13.el9_7.x86_64 28/31 #13 95.64 Verifying : boost-wave-1.75.0-13.el9_7.x86_64 29/31 #13 95.64 Verifying : gperftools-libs-2.9.1-3.el9.x86_64 30/31 #13 95.64 Verifying : libunwind-1.6.2-1.el9.x86_64 31/31 #13 96.79 #13 96.79 Installed: #13 96.79 boost-1.75.0-13.el9_7.x86_64 #13 96.79 boost-atomic-1.75.0-13.el9_7.x86_64 #13 96.79 boost-chrono-1.75.0-13.el9_7.x86_64 #13 96.79 boost-container-1.75.0-13.el9_7.x86_64 #13 96.79 boost-context-1.75.0-13.el9_7.x86_64 #13 96.79 boost-contract-1.75.0-13.el9_7.x86_64 #13 96.79 boost-coroutine-1.75.0-13.el9_7.x86_64 #13 96.79 boost-date-time-1.75.0-13.el9_7.x86_64 #13 96.79 boost-fiber-1.75.0-13.el9_7.x86_64 #13 96.79 boost-filesystem-1.75.0-13.el9_7.x86_64 #13 96.79 boost-graph-1.75.0-13.el9_7.x86_64 #13 96.79 boost-iostreams-1.75.0-13.el9_7.x86_64 #13 96.79 boost-locale-1.75.0-13.el9_7.x86_64 #13 96.79 boost-log-1.75.0-13.el9_7.x86_64 #13 96.79 boost-math-1.75.0-13.el9_7.x86_64 #13 96.79 boost-nowide-1.75.0-13.el9_7.x86_64 #13 96.79 boost-program-options-1.75.0-13.el9_7.x86_64 #13 96.79 boost-python3-1.75.0-13.el9_7.x86_64 #13 96.79 boost-random-1.75.0-13.el9_7.x86_64 #13 96.79 boost-regex-1.75.0-13.el9_7.x86_64 #13 96.79 boost-serialization-1.75.0-13.el9_7.x86_64 #13 96.79 boost-stacktrace-1.75.0-13.el9_7.x86_64 #13 96.79 boost-system-1.75.0-13.el9_7.x86_64 #13 96.79 boost-test-1.75.0-13.el9_7.x86_64 #13 96.79 boost-thread-1.75.0-13.el9_7.x86_64 #13 96.79 boost-timer-1.75.0-13.el9_7.x86_64 #13 96.79 boost-type_erasure-1.75.0-13.el9_7.x86_64 #13 96.79 boost-wave-1.75.0-13.el9_7.x86_64 #13 96.79 gperftools-libs-2.9.1-3.el9.x86_64 #13 96.79 libicu-67.1-10.el9_6.x86_64 #13 96.79 libunwind-1.6.2-1.el9.x86_64 #13 96.79 #13 96.79 Complete! #13 97.16 77 files removed #13 97.67 Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/, http://localhost:6667/pip/simple #13 97.71 Collecting contrail-vrouter-api==0.1.dev0 #13 97.77 Downloading http://localhost:6667/pip/simple/contrail-vrouter-api/contrail_vrouter_api-0.1.dev0-py3-none-any.whl (2.9 kB) #13 97.96 Installing collected packages: contrail-vrouter-api #13 98.42 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 98.42 Successfully installed contrail-vrouter-api-0.1.dev0 #13 DONE 99.6s #14 [stage-1 8/8] COPY *.sh / #14 DONE 2.9s #15 exporting to image #15 exporting layers #15 exporting layers 2.3s done #15 writing image sha256:56abf7b7219837b80aa88a74534d99511ea3ab12f4e0c6d77f7900724fd2544b 0.0s done #15 naming to nexus.gz1.opensdn.io:5101/opensdn-tor-agent:master-2_5_8_5-1_5 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-03-16 09:58:32,732: INFO: Docker build duration: 150 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-tor-agent] d54bcbf28500: Preparing ba28f2ad6cec: Preparing 27d7863ceae2: Preparing ac5790d91a5f: Preparing c05380ae8ab9: Preparing 108415e0f68e: Preparing 0ebe747e753a: Preparing ecc0129b0c4d: Preparing 335429a5fc5b: Preparing 1a2a0867e6c1: Preparing cdd811bf018c: Preparing fa5e552c09af: Preparing 05084501a57c: Preparing 76e4efa6886a: Preparing 36c622045948: Preparing 2516ee4cb1da: Preparing 9bdabbdc6d67: Preparing 223eb589ffce: Preparing c9ce68292337: Preparing 861705ff30d6: Preparing 44343de3ea1d: Preparing d54bcbf28500: Waiting ba28f2ad6cec: Waiting 27d7863ceae2: Waiting ac5790d91a5f: Waiting c05380ae8ab9: Waiting 108415e0f68e: Waiting 0ebe747e753a: Waiting ecc0129b0c4d: Waiting 335429a5fc5b: Waiting 1a2a0867e6c1: Waiting cdd811bf018c: Waiting fa5e552c09af: Waiting 05084501a57c: Waiting 76e4efa6886a: Waiting 36c622045948: Waiting 2516ee4cb1da: Waiting 9bdabbdc6d67: Waiting 223eb589ffce: Waiting c9ce68292337: Waiting 861705ff30d6: Waiting 44343de3ea1d: Waiting 27d7863ceae2: Pushed d54bcbf28500: Pushed ac5790d91a5f: Pushed c05380ae8ab9: Layer already exists 108415e0f68e: Layer already exists ecc0129b0c4d: Layer already exists 335429a5fc5b: Layer already exists 0ebe747e753a: Pushed 1a2a0867e6c1: Layer already exists cdd811bf018c: Layer already exists fa5e552c09af: Layer already exists 05084501a57c: Layer already exists 76e4efa6886a: Layer already exists 36c622045948: Layer already exists 2516ee4cb1da: Layer already exists 9bdabbdc6d67: Layer already exists 223eb589ffce: Layer already exists c9ce68292337: Layer already exists 861705ff30d6: Layer already exists 44343de3ea1d: Layer already exists ba28f2ad6cec: Pushed master-2_5_8_5-1_5: digest: sha256:18003f55a62175bc61ce1777b7553d6b6330a95d5dfaa0b23510cee00a51bac3 size: 4714 2026-03-16 09:58:51,669: INFO: Building opensdn-tor-agent finished successfully, duration: 169 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_5_8_5-1_5 ae9196713b22 683MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-api:master-2_5_8_5-1_5 eade3b469f29 692MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-base:master-2_5_8_5-1_5 667be49cb249 667MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-collector:master-2_5_8_5-1_5 f9e335b5c156 749MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-query-engine:master-2_5_8_5-1_5 10dd52a728e2 745MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-base:master-2_5_8_5-1_5 e72627f938da 908MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-collector:master-2_5_8_5-1_5 4979da5714ca 909MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-topology:master-2_5_8_5-1_5 a0f8b44be806 908MB 0B nexus.gz1.opensdn.io:5101/opensdn-ansible-deployer-src:master-2_5_8_5-1_5 d2b69fa87597 1.41MB 0B nexus.gz1.opensdn.io:5101/opensdn-base:master-2_5_8_5-1_5 78af32457141 667MB 0B nexus.gz1.opensdn.io:5101/opensdn-build-manifest-src:master-2_5_8_5-1_5 ee4dc89d88ca 4.17kB 0B nexus.gz1.opensdn.io:5101/opensdn-charms-src:master-2_5_8_5-1_5 1f5b7ee71964 6.05MB 0B nexus.gz1.opensdn.io:5101/opensdn-container-builder-src:master-2_5_8_5-1_5 b70776f5a06f 2.49MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-api:master-2_5_8_5-1_5 64b320bc71a5 705MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-base:master-2_5_8_5-1_5 74f7abe03fe7 667MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-dnsmasq:master-2_5_8_5-1_5 fba63e0bab05 682MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-schema:master-2_5_8_5-1_5 a40b441d91d1 668MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-svcmonitor:master-2_5_8_5-1_5 d96898497cc9 689MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-base:master-2_5_8_5-1_5 5280b6b04586 726MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-control:master-2_5_8_5-1_5 1dc0a07aa8a3 753MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-dns:master-2_5_8_5-1_5 97c525754c18 753MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-named:master-2_5_8_5-1_5 4da4e0c940df 734MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-webui-base:master-2_5_8_5-1_5 f40177cf9715 914MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-webui-job:master-2_5_8_5-1_5 b8a05c7453fd 914MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-webui-web:master-2_5_8_5-1_5 b06a5c059b5c 914MB 0B nexus.gz1.opensdn.io:5101/opensdn-debug:master-2_5_8_5-1_5 e69f512675f3 428MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-cassandra:master-2_5_8_5-1_5 3d4e9b8b8d5a 331MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-haproxy:master-2_5_8_5-1_5 0bcc291646f7 144MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-kafka:master-2_5_8_5-1_5 79650fc13f8d 392MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-rabbitmq:master-2_5_8_5-1_5 0315612c7234 363MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-redis:master-2_5_8_5-1_5 7eb1de2c32f8 171MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-rsyslogd:master-2_5_8_5-1_5 a83efb5dea47 440MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-stunnel:master-2_5_8_5-1_5 c48f791aeba5 454MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-zookeeper:master-2_5_8_5-1_5 50f30e6e0724 301MB 0B nexus.gz1.opensdn.io:5101/opensdn-general-base:master-2_5_8_5-1_5 280bff3f56a7 428MB 0B nexus.gz1.opensdn.io:5101/opensdn-kolla-ansible-src:master-2_5_8_5-1_5 bc5c25e1f13a 32.7MB 0B nexus.gz1.opensdn.io:5101/opensdn-kubernetes-cni-init:master-2_5_8_5-1_5 238f4a79b9d9 687MB 0B nexus.gz1.opensdn.io:5101/opensdn-kubernetes-kube-manager:master-2_5_8_5-1_5 e7bbf3c70c42 671MB 0B nexus.gz1.opensdn.io:5101/opensdn-node-init:master-2_5_8_5-1_5 ed751e6adfb3 667MB 0B nexus.gz1.opensdn.io:5101/opensdn-nodemgr:master-2_5_8_5-1_5 13e023500e58 802MB 0B nexus.gz1.opensdn.io:5101/opensdn-openstack-compute-init:master-2_5_8_5-1_5 f1c59809762d 428MB 0B nexus.gz1.opensdn.io:5101/opensdn-openstack-heat-init:master-2_5_8_5-1_5 bc8df2c57bd3 444MB 0B nexus.gz1.opensdn.io:5101/opensdn-openstack-neutron-init:master-2_5_8_5-1_5 aba274a91b33 444MB 0B nexus.gz1.opensdn.io:5101/opensdn-provisioner:master-2_5_8_5-1_5 f4d24fbdb414 667MB 0B nexus.gz1.opensdn.io:5101/opensdn-status:master-2_5_8_5-1_5 db5607f3926b 802MB 0B nexus.gz1.opensdn.io:5101/opensdn-test-test:master-2_5_8_5-1_5 1b1c80512cfb 1.83GB 0B nexus.gz1.opensdn.io:5101/opensdn-tools:master-2_5_8_5-1_5 e6e0bfae6788 1.27GB 0B nexus.gz1.opensdn.io:5101/opensdn-tor-agent:master-2_5_8_5-1_5 56abf7b72198 726MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-agent-dpdk:master-2_5_8_5-1_5 e4876942a88c 958MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-agent:master-2_5_8_5-1_5 47e88fbc535b 924MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-base:master-2_5_8_5-1_5 9a20f7ec73e8 734MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-kernel-build-init:master-2_5_8_5-1_5 fabbd429ec14 615MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-kernel-init-dpdk:master-2_5_8_5-1_5 63f633897557 734MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-kernel-init:master-2_5_8_5-1_5 c5098db735cd 365MB 0B nexus.gz1.opensdn.io:5101/tf-dev-sandbox:frozen 32acb9e2a8ae 21GB 0B U opensdn-test-test:master-2_5_8_5-1_5 1b1c80512cfb 1.83GB 0B tf-dev-sandbox:compile e3ed297f2a78 21.8GB 0B