2026-05-09 04:51:16,456: INFO: Building opensdn-tor-agent 2026-05-09 04:51:16,565: 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_1-4_3 --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 0.8s #2 [internal] load metadata for nexus.gz1.opensdn.io:5101/opensdn-base:master-2_7_7_1-4_3 #2 DONE 0.0s #3 [internal] load metadata for docker.io/library/tf-dev-sandbox:compile #3 DONE 0.0s #4 [internal] load .dockerignore #4 transferring context: #4 transferring context: 2B done #4 DONE 1.4s #5 [stage-1 1/3] FROM nexus.gz1.opensdn.io:5101/opensdn-base:master-2_7_7_1-4_3 #5 DONE 1.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.3s #8 [stage-1 2/8] COPY --from=build /buildroot/usr/lib/libisc-9.21.3.so /usr/lib/ #8 DONE 7.7s #9 [stage-1 3/8] COPY --from=build /buildroot/usr/lib/libisccc-9.21.3.so /usr/lib/ #9 DONE 8.0s #10 [stage-1 4/8] COPY --from=build /buildroot/usr/lib/libisccfg-9.21.3.so /usr/lib/ #10 DONE 2.0s #11 [stage-1 5/8] COPY --from=build /buildroot/usr/bin/contrail-vrouter-agent-health-check.py /usr/bin/ #11 DONE 1.3s #12 [stage-1 6/8] COPY --from=build /buildroot/usr/bin/contrail_crypt_tunnel_client.py /usr/bin/ #12 DONE 2.9s #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 2.805 added from: http://tf-mirrors.gz1.opensdn.io/re 33 MB/s | 14 MB 00:00 #13 8.814 added from: http://tf-mirrors.gz1.opensdn.io/re 18 MB/s | 1.9 MB 00:00 #13 10.15 added from: http://tf-mirrors.gz1.opensdn.io/re 7.9 MB/s | 402 kB 00:00 #13 11.39 added from: http://tf-mirrors.gz1.opensdn.io/re 25 MB/s | 16 MB 00:00 #13 24.73 added from: http://tf-mirrors.gz1.opensdn.io/re 31 MB/s | 11 MB 00:00 #13 34.40 added from: http://tf-mirrors.gz1.opensdn.io/re 17 MB/s | 1.1 MB 00:00 #13 35.52 added from: http://tf-mirrors.gz1.opensdn.io/re 29 MB/s | 4.8 MB 00:00 #13 40.00 added from: http://tf-mirrors.gz1.opensdn.io/re 11 MB/s | 697 kB 00:00 #13 41.61 added from: http://tf-mirrors.gz1.opensdn.io/re 1.4 MB/s | 474 kB 00:00 #13 42.50 added from: http://tf-mirrors.gz1.opensdn.io/re 615 kB/s | 18 kB 00:00 #13 43.31 added from: http://tf-mirrors.gz1.opensdn.io/re 6.8 kB/s | 257 B 00:00 #13 43.71 added from: http://tf-mirrors.gz1.opensdn.io/re 628 kB/s | 15 kB 00:00 #13 44.26 added from: http://tf-mirrors.gz1.opensdn.io/re 2.5 MB/s | 96 kB 00:00 #13 46.23 added from: http://tf-mirrors.gz1.opensdn.io/re 37 MB/s | 39 MB 00:01 #13 74.83 Third parties for OpenSDN 28 MB/s | 5.1 MB 00:00 #13 83.57 Dependencies resolved. #13 83.57 ========================================================================================== #13 83.57 Package Arch Version Repository Size #13 83.57 ========================================================================================== #13 83.57 Installing: #13 83.57 boost x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 9.9 k #13 83.57 gperftools-libs x86_64 2.9.1-3.el9 tf-mirrors.ci_repos_epel9.repo 308 k #13 83.57 Installing dependencies: #13 83.57 boost-atomic x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 15 k #13 83.57 boost-chrono x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 23 k #13 83.57 boost-container x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 35 k #13 83.57 boost-context x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 13 k #13 83.57 boost-contract x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 43 k #13 83.57 boost-coroutine x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 30 k #13 83.57 boost-date-time x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 11 k #13 83.57 boost-fiber x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 37 k #13 83.57 boost-filesystem x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 55 k #13 83.57 boost-graph x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 99 k #13 83.57 boost-iostreams x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 37 k #13 83.57 boost-locale x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 212 k #13 83.57 boost-log x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 405 k #13 83.57 boost-math x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 203 k #13 83.57 boost-nowide x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 13 k #13 83.57 boost-program-options x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 104 k #13 83.57 boost-python3 x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 91 k #13 83.57 boost-random x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 22 k #13 83.57 boost-regex x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 275 k #13 83.57 boost-serialization x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 127 k #13 83.57 boost-stacktrace x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 25 k #13 83.57 boost-system x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 11 k #13 83.57 boost-test x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 228 k #13 83.57 boost-thread x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 53 k #13 83.57 boost-timer x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 21 k #13 83.57 boost-type_erasure x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 28 k #13 83.57 boost-wave x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 207 k #13 83.57 libicu x86_64 67.1-10.el9_6 tf-mirrors.ci_repos_yum9-baseos 9.6 M #13 83.57 libunwind x86_64 1.6.2-1.el9 tf-mirrors.ci_repos_epel9.repo 67 k #13 83.57 #13 83.57 Transaction Summary #13 83.57 ========================================================================================== #13 83.57 Install 31 Packages #13 83.57 #13 83.57 Total download size: 12 M #13 83.57 Installed size: 41 M #13 83.57 Downloading Packages: #13 83.80 (1/31): boost-1.75.0-13.el9_7.x86_64.rpm 43 kB/s | 9.9 kB 00:00 #13 83.91 (2/31): boost-atomic-1.75.0-13.el9_7.x86_64.rpm 47 kB/s | 15 kB 00:00 #13 83.91 (3/31): boost-chrono-1.75.0-13.el9_7.x86_64.rpm 257 kB/s | 23 kB 00:00 #13 83.91 (4/31): boost-container-1.75.0-13.el9_7.x86_64. 3.9 MB/s | 35 kB 00:00 #13 83.91 (5/31): boost-context-1.75.0-13.el9_7.x86_64.rp 1.5 MB/s | 13 kB 00:00 #13 83.91 (6/31): boost-contract-1.75.0-13.el9_7.x86_64.r 5.8 MB/s | 43 kB 00:00 #13 83.91 (7/31): boost-coroutine-1.75.0-13.el9_7.x86_64. 4.5 MB/s | 30 kB 00:00 #13 83.91 (8/31): boost-date-time-1.75.0-13.el9_7.x86_64. 2.0 MB/s | 11 kB 00:00 #13 83.91 (9/31): boost-fiber-1.75.0-13.el9_7.x86_64.rpm 3.0 MB/s | 37 kB 00:00 #13 83.94 (10/31): boost-filesystem-1.75.0-13.el9_7.x86_6 3.9 MB/s | 55 kB 00:00 #13 83.94 (11/31): boost-graph-1.75.0-13.el9_7.x86_64.rpm 7.4 MB/s | 99 kB 00:00 #13 83.94 (12/31): boost-iostreams-1.75.0-13.el9_7.x86_64 2.2 MB/s | 37 kB 00:00 #13 83.94 (13/31): boost-locale-1.75.0-13.el9_7.x86_64.rp 12 MB/s | 212 kB 00:00 #13 83.96 (14/31): boost-math-1.75.0-13.el9_7.x86_64.rpm 14 MB/s | 203 kB 00:00 #13 83.98 (15/31): boost-nowide-1.75.0-13.el9_7.x86_64.rp 1.6 MB/s | 13 kB 00:00 #13 83.98 (16/31): boost-log-1.75.0-13.el9_7.x86_64.rpm 9.6 MB/s | 405 kB 00:00 #13 83.98 (17/31): boost-program-options-1.75.0-13.el9_7. 7.2 MB/s | 104 kB 00:00 #13 84.00 (18/31): boost-python3-1.75.0-13.el9_7.x86_64.r 8.3 MB/s | 91 kB 00:00 #13 84.00 (19/31): boost-random-1.75.0-13.el9_7.x86_64.rp 2.3 MB/s | 22 kB 00:00 #13 84.00 (20/31): boost-serialization-1.75.0-13.el9_7.x8 17 MB/s | 127 kB 00:00 #13 84.02 (21/31): boost-regex-1.75.0-13.el9_7.x86_64.rpm 12 MB/s | 275 kB 00:00 #13 84.02 (22/31): boost-stacktrace-1.75.0-13.el9_7.x86_6 1.6 MB/s | 25 kB 00:00 #13 84.02 (23/31): boost-system-1.75.0-13.el9_7.x86_64.rp 1.2 MB/s | 11 kB 00:00 #13 84.05 (24/31): boost-test-1.75.0-13.el9_7.x86_64.rpm 15 MB/s | 228 kB 00:00 #13 84.05 (25/31): boost-thread-1.75.0-13.el9_7.x86_64.rp 3.0 MB/s | 53 kB 00:00 #13 84.05 (26/31): boost-timer-1.75.0-13.el9_7.x86_64.rpm 2.4 MB/s | 21 kB 00:00 #13 84.05 (27/31): boost-type_erasure-1.75.0-13.el9_7.x86 3.6 MB/s | 28 kB 00:00 #13 84.05 (28/31): boost-wave-1.75.0-13.el9_7.x86_64.rpm 18 MB/s | 207 kB 00:00 #13 84.12 (29/31): libunwind-1.6.2-1.el9.x86_64.rpm 6.5 MB/s | 67 kB 00:00 #13 84.12 (30/31): gperftools-libs-2.9.1-3.el9.x86_64.rpm 13 MB/s | 308 kB 00:00 #13 84.24 (31/31): libicu-67.1-10.el9_6.x86_64.rpm 15 MB/s | 9.6 MB 00:00 #13 84.24 -------------------------------------------------------------------------------- #13 84.24 Total 19 MB/s | 12 MB 00:00 #13 84.24 Running transaction check #13 84.27 Transaction check succeeded. #13 84.27 Running transaction test #13 84.55 Transaction test succeeded. #13 84.55 Running transaction #13 85.27 Preparing : 1/1 #13 85.37 Installing : boost-system-1.75.0-13.el9_7.x86_64 1/31 #13 85.59 Installing : boost-chrono-1.75.0-13.el9_7.x86_64 2/31 #13 85.96 Installing : boost-thread-1.75.0-13.el9_7.x86_64 3/31 #13 86.51 Installing : boost-filesystem-1.75.0-13.el9_7.x86_64 4/31 #13 87.13 Installing : libicu-67.1-10.el9_6.x86_64 5/31 #13 87.15 Installing : boost-regex-1.75.0-13.el9_7.x86_64 6/31 #13 87.27 Installing : boost-context-1.75.0-13.el9_7.x86_64 7/31 #13 87.33 Installing : boost-date-time-1.75.0-13.el9_7.x86_64 8/31 #13 87.44 Installing : boost-atomic-1.75.0-13.el9_7.x86_64 9/31 #13 87.64 Installing : boost-log-1.75.0-13.el9_7.x86_64 10/31 #13 87.81 Installing : boost-wave-1.75.0-13.el9_7.x86_64 11/31 #13 88.10 Installing : boost-coroutine-1.75.0-13.el9_7.x86_64 12/31 #13 88.10 Installing : boost-fiber-1.75.0-13.el9_7.x86_64 13/31 #13 88.14 Installing : boost-graph-1.75.0-13.el9_7.x86_64 14/31 #13 88.16 Installing : boost-locale-1.75.0-13.el9_7.x86_64 15/31 #13 88.25 Installing : boost-type_erasure-1.75.0-13.el9_7.x86_64 16/31 #13 88.25 Installing : boost-timer-1.75.0-13.el9_7.x86_64 17/31 #13 88.25 Installing : libunwind-1.6.2-1.el9.x86_64 18/31 #13 88.30 Installing : boost-test-1.75.0-13.el9_7.x86_64 19/31 #13 88.30 Installing : boost-stacktrace-1.75.0-13.el9_7.x86_64 20/31 #13 88.30 Installing : boost-serialization-1.75.0-13.el9_7.x86_64 21/31 #13 88.32 Installing : boost-random-1.75.0-13.el9_7.x86_64 22/31 #13 88.32 Installing : boost-python3-1.75.0-13.el9_7.x86_64 23/31 #13 88.34 Installing : boost-program-options-1.75.0-13.el9_7.x86_64 24/31 #13 88.34 Installing : boost-nowide-1.75.0-13.el9_7.x86_64 25/31 #13 88.35 Installing : boost-math-1.75.0-13.el9_7.x86_64 26/31 #13 88.39 Installing : boost-iostreams-1.75.0-13.el9_7.x86_64 27/31 #13 88.39 Installing : boost-contract-1.75.0-13.el9_7.x86_64 28/31 #13 88.39 Installing : boost-container-1.75.0-13.el9_7.x86_64 29/31 #13 88.40 Installing : boost-1.75.0-13.el9_7.x86_64 30/31 #13 88.45 Installing : gperftools-libs-2.9.1-3.el9.x86_64 31/31 #13 88.45 Running scriptlet: gperftools-libs-2.9.1-3.el9.x86_64 31/31 #13 88.77 Verifying : libicu-67.1-10.el9_6.x86_64 1/31 #13 88.77 Verifying : boost-1.75.0-13.el9_7.x86_64 2/31 #13 88.77 Verifying : boost-atomic-1.75.0-13.el9_7.x86_64 3/31 #13 88.77 Verifying : boost-chrono-1.75.0-13.el9_7.x86_64 4/31 #13 88.77 Verifying : boost-container-1.75.0-13.el9_7.x86_64 5/31 #13 88.77 Verifying : boost-context-1.75.0-13.el9_7.x86_64 6/31 #13 88.77 Verifying : boost-contract-1.75.0-13.el9_7.x86_64 7/31 #13 88.77 Verifying : boost-coroutine-1.75.0-13.el9_7.x86_64 8/31 #13 88.77 Verifying : boost-date-time-1.75.0-13.el9_7.x86_64 9/31 #13 88.77 Verifying : boost-fiber-1.75.0-13.el9_7.x86_64 10/31 #13 88.77 Verifying : boost-filesystem-1.75.0-13.el9_7.x86_64 11/31 #13 88.77 Verifying : boost-graph-1.75.0-13.el9_7.x86_64 12/31 #13 88.77 Verifying : boost-iostreams-1.75.0-13.el9_7.x86_64 13/31 #13 88.77 Verifying : boost-locale-1.75.0-13.el9_7.x86_64 14/31 #13 88.77 Verifying : boost-log-1.75.0-13.el9_7.x86_64 15/31 #13 88.77 Verifying : boost-math-1.75.0-13.el9_7.x86_64 16/31 #13 88.77 Verifying : boost-nowide-1.75.0-13.el9_7.x86_64 17/31 #13 88.77 Verifying : boost-program-options-1.75.0-13.el9_7.x86_64 18/31 #13 88.77 Verifying : boost-python3-1.75.0-13.el9_7.x86_64 19/31 #13 88.77 Verifying : boost-random-1.75.0-13.el9_7.x86_64 20/31 #13 88.77 Verifying : boost-regex-1.75.0-13.el9_7.x86_64 21/31 #13 88.77 Verifying : boost-serialization-1.75.0-13.el9_7.x86_64 22/31 #13 88.77 Verifying : boost-stacktrace-1.75.0-13.el9_7.x86_64 23/31 #13 88.77 Verifying : boost-system-1.75.0-13.el9_7.x86_64 24/31 #13 88.77 Verifying : boost-test-1.75.0-13.el9_7.x86_64 25/31 #13 88.77 Verifying : boost-thread-1.75.0-13.el9_7.x86_64 26/31 #13 88.77 Verifying : boost-timer-1.75.0-13.el9_7.x86_64 27/31 #13 88.77 Verifying : boost-type_erasure-1.75.0-13.el9_7.x86_64 28/31 #13 88.77 Verifying : boost-wave-1.75.0-13.el9_7.x86_64 29/31 #13 88.77 Verifying : gperftools-libs-2.9.1-3.el9.x86_64 30/31 #13 88.77 Verifying : libunwind-1.6.2-1.el9.x86_64 31/31 #13 88.94 #13 88.94 Installed: #13 88.94 boost-1.75.0-13.el9_7.x86_64 #13 88.94 boost-atomic-1.75.0-13.el9_7.x86_64 #13 88.94 boost-chrono-1.75.0-13.el9_7.x86_64 #13 88.94 boost-container-1.75.0-13.el9_7.x86_64 #13 88.94 boost-context-1.75.0-13.el9_7.x86_64 #13 88.94 boost-contract-1.75.0-13.el9_7.x86_64 #13 88.94 boost-coroutine-1.75.0-13.el9_7.x86_64 #13 88.94 boost-date-time-1.75.0-13.el9_7.x86_64 #13 88.94 boost-fiber-1.75.0-13.el9_7.x86_64 #13 88.94 boost-filesystem-1.75.0-13.el9_7.x86_64 #13 88.94 boost-graph-1.75.0-13.el9_7.x86_64 #13 88.94 boost-iostreams-1.75.0-13.el9_7.x86_64 #13 88.94 boost-locale-1.75.0-13.el9_7.x86_64 #13 88.94 boost-log-1.75.0-13.el9_7.x86_64 #13 88.94 boost-math-1.75.0-13.el9_7.x86_64 #13 88.94 boost-nowide-1.75.0-13.el9_7.x86_64 #13 88.94 boost-program-options-1.75.0-13.el9_7.x86_64 #13 88.94 boost-python3-1.75.0-13.el9_7.x86_64 #13 88.94 boost-random-1.75.0-13.el9_7.x86_64 #13 88.94 boost-regex-1.75.0-13.el9_7.x86_64 #13 88.94 boost-serialization-1.75.0-13.el9_7.x86_64 #13 88.94 boost-stacktrace-1.75.0-13.el9_7.x86_64 #13 88.94 boost-system-1.75.0-13.el9_7.x86_64 #13 88.94 boost-test-1.75.0-13.el9_7.x86_64 #13 88.94 boost-thread-1.75.0-13.el9_7.x86_64 #13 88.94 boost-timer-1.75.0-13.el9_7.x86_64 #13 88.94 boost-type_erasure-1.75.0-13.el9_7.x86_64 #13 88.94 boost-wave-1.75.0-13.el9_7.x86_64 #13 88.94 gperftools-libs-2.9.1-3.el9.x86_64 #13 88.94 libicu-67.1-10.el9_6.x86_64 #13 88.94 libunwind-1.6.2-1.el9.x86_64 #13 88.94 #13 88.94 Complete! #13 89.40 77 files removed #13 90.10 Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/, http://localhost:6667/pip/simple #13 90.20 Collecting contrail-vrouter-api==0.1.dev0 #13 90.20 Downloading http://localhost:6667/pip/simple/contrail-vrouter-api/contrail_vrouter_api-0.1.dev0-py3-none-any.whl (2.9 kB) #13 90.56 Installing collected packages: contrail-vrouter-api #13 90.96 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 90.96 Successfully installed contrail-vrouter-api-0.1.dev0 #13 DONE 92.8s #14 [stage-1 8/8] COPY *.sh / #14 DONE 2.4s #15 exporting to image #15 exporting layers #15 exporting layers 1.5s done #15 writing image sha256:1768c15c0af36b2382783b6eea1802b1f4a9f8ea2e43b7d588c4f14eb1231591 done #15 naming to nexus.gz1.opensdn.io:5101/opensdn-tor-agent:master-2_7_7_1-4_3 done #15 DONE 1.7s 2 warnings found (use docker --debug to expand):  - InvalidDefaultArgInFrom: Default value for ARG ${CONTRAIL_REGISTRY}/opensdn-base:${CONTRAIL_CONTAINER_TAG} results in empty or invalid base image name (line 6) - InvalidDefaultArgInFrom: Default value for ARG ${BUILD_IMAGE} results in empty or invalid base image name (line 4) 2026-05-09 04:53:55,838: INFO: Docker build duration: 159 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-tor-agent] af2bd18ddc12: Preparing d355aaeca043: Preparing 9b34535e5d32: Preparing 8dcb59d0ae0d: Preparing f51fd2e0ca30: Preparing 84b4b32a3977: Preparing aebb64112e34: Preparing 78b09518b999: Preparing 9b72b6a5fb5a: Preparing 492b492353b8: Preparing 876fd3577114: Preparing 902cf8faf2c4: Preparing 96746efaa255: Preparing 05eb128ddd25: Preparing fa3b3c35cd39: Preparing 55f3055eaeb2: Preparing 407556604e46: Preparing 4f5ce865becd: Preparing a2593c991848: Preparing 4f33a5acbf2d: Preparing 44343de3ea1d: Preparing af2bd18ddc12: Waiting d355aaeca043: Waiting 9b34535e5d32: Waiting 8dcb59d0ae0d: Waiting f51fd2e0ca30: Waiting 84b4b32a3977: Waiting aebb64112e34: Waiting 78b09518b999: Waiting 9b72b6a5fb5a: Waiting 492b492353b8: Waiting 876fd3577114: Waiting 902cf8faf2c4: Waiting 96746efaa255: Waiting 05eb128ddd25: Waiting fa3b3c35cd39: Waiting 55f3055eaeb2: Waiting 407556604e46: Waiting 4f5ce865becd: Waiting a2593c991848: Waiting 4f33a5acbf2d: Waiting 44343de3ea1d: Waiting af2bd18ddc12: Pushed 9b34535e5d32: Pushed 8dcb59d0ae0d: Pushed f51fd2e0ca30: Pushed 84b4b32a3977: Pushed aebb64112e34: Pushed 78b09518b999: Layer already exists 9b72b6a5fb5a: Layer already exists 492b492353b8: Layer already exists 876fd3577114: Layer already exists 902cf8faf2c4: Layer already exists 96746efaa255: Layer already exists 05eb128ddd25: Layer already exists d355aaeca043: Pushed 55f3055eaeb2: Layer already exists fa3b3c35cd39: Layer already exists 4f5ce865becd: Layer already exists 407556604e46: Layer already exists a2593c991848: Layer already exists 4f33a5acbf2d: Layer already exists 44343de3ea1d: Layer already exists master-2_7_7_1-4_3: digest: sha256:01d843fa7f0ad63bea798796a0dbe1d8f45618f26b3a6f6ee43ad24f59d9169c size: 4713 2026-05-09 04:54:08,007: INFO: Building opensdn-tor-agent finished successfully, duration: 172 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_1-4_3 2c5130aedffc 692MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-api:master-2_7_7_1-4_3 65263d0f2d7d 701MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-base:master-2_7_7_1-4_3 2e2c3f1ea992 676MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-collector:master-2_7_7_1-4_3 343b37beff50 758MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-query-engine:master-2_7_7_1-4_3 daa992c61891 754MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-base:master-2_7_7_1-4_3 2508aeaa29bb 917MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-collector:master-2_7_7_1-4_3 3d84934e3b71 918MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-topology:master-2_7_7_1-4_3 1b1eb088f0b9 918MB 0B nexus.gz1.opensdn.io:5101/opensdn-ansible-deployer-src:master-2_7_7_1-4_3 7a10efd29811 1.41MB 0B nexus.gz1.opensdn.io:5101/opensdn-base:master-2_7_7_1-4_3 d07f3527e602 676MB 0B nexus.gz1.opensdn.io:5101/opensdn-build-manifest-src:master-2_7_7_1-4_3 a8060ad4e313 4.17kB 0B nexus.gz1.opensdn.io:5101/opensdn-charms-src:master-2_7_7_1-4_3 2c7fb60db38f 6.05MB 0B nexus.gz1.opensdn.io:5101/opensdn-container-builder-src:master-2_7_7_1-4_3 944225f3a966 2.48MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-api:master-2_7_7_1-4_3 8a7ea215ca80 714MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-base:master-2_7_7_1-4_3 c8f07dd8015f 676MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-dnsmasq:master-2_7_7_1-4_3 a99775082d11 691MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-schema:master-2_7_7_1-4_3 f02fefa101c2 677MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-svcmonitor:master-2_7_7_1-4_3 f2983d432ce8 698MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-base:master-2_7_7_1-4_3 c6650cbc3d7a 735MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-control:master-2_7_7_1-4_3 1687bfe62545 762MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-dns:master-2_7_7_1-4_3 94964795228c 762MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-named:master-2_7_7_1-4_3 3fc08fbec0a3 743MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-webui-base:master-2_7_7_1-4_3 06bc5abfefd7 914MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-webui-job:master-2_7_7_1-4_3 39481b277c2c 914MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-webui-web:master-2_7_7_1-4_3 6cdb0896f8c1 914MB 0B nexus.gz1.opensdn.io:5101/opensdn-debug:master-2_7_7_1-4_3 a4742fcf0eb8 428MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-cassandra:master-2_7_7_1-4_3 94f2ddc1a480 331MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-haproxy:master-2_7_7_1-4_3 75bbbfe9e093 144MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-kafka:master-2_7_7_1-4_3 f63dcbbc5486 392MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-rabbitmq:master-2_7_7_1-4_3 d3d0818ff5ab 363MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-redis:master-2_7_7_1-4_3 9c0abc89bd7e 171MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-rsyslogd:master-2_7_7_1-4_3 b20fd91387b6 440MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-stunnel:master-2_7_7_1-4_3 c818737cbf66 454MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-zookeeper:master-2_7_7_1-4_3 21af861ddf02 301MB 0B nexus.gz1.opensdn.io:5101/opensdn-general-base:master-2_7_7_1-4_3 ba38c8f773b5 428MB 0B nexus.gz1.opensdn.io:5101/opensdn-kolla-ansible-src:master-2_7_7_1-4_3 8ffb654732ba 32.7MB 0B nexus.gz1.opensdn.io:5101/opensdn-kubernetes-cni-init:master-2_7_7_1-4_3 8b55af5a327c 696MB 0B nexus.gz1.opensdn.io:5101/opensdn-kubernetes-kube-manager:master-2_7_7_1-4_3 3fbd503d269a 681MB 0B nexus.gz1.opensdn.io:5101/opensdn-node-init:master-2_7_7_1-4_3 98d8a47964ef 676MB 0B nexus.gz1.opensdn.io:5101/opensdn-nodemgr:master-2_7_7_1-4_3 37c1b0fe96bb 811MB 0B nexus.gz1.opensdn.io:5101/opensdn-openstack-compute-init:master-2_7_7_1-4_3 c79d67b0e5ff 428MB 0B nexus.gz1.opensdn.io:5101/opensdn-openstack-heat-init:master-2_7_7_1-4_3 b7a8219a7199 444MB 0B nexus.gz1.opensdn.io:5101/opensdn-openstack-neutron-init:master-2_7_7_1-4_3 1058e6d456bd 444MB 0B nexus.gz1.opensdn.io:5101/opensdn-provisioner:master-2_7_7_1-4_3 36f30d767bec 676MB 0B nexus.gz1.opensdn.io:5101/opensdn-status:master-2_7_7_1-4_3 7e99c9ed72fd 811MB 0B nexus.gz1.opensdn.io:5101/opensdn-tor-agent:master-2_7_7_1-4_3 1768c15c0af3 735MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-agent-dpdk:master-2_7_7_1-4_3 f3e9299d348a 967MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-agent:master-2_7_7_1-4_3 81819d0bd586 933MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-base:master-2_7_7_1-4_3 f3bf5d5cb1d7 743MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-kernel-build-init:master-2_7_7_1-4_3 7ae3a15a157d 614MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-kernel-init-dpdk:master-2_7_7_1-4_3 2e4ed6dcd650 743MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-kernel-init:master-2_7_7_1-4_3 14b9a936031a 365MB 0B nexus.gz1.opensdn.io:5101/tf-dev-sandbox:sandbox-master-2_7_7_1-4_3 2ff1c7128e45 2.9GB 0B U rockylinux:9 9cc24f05f309 176MB 0B tf-dev-sandbox:compile bf3964d6497b 22.2GB 0B tf-dev-sandbox:sandbox-master-2_7_7_1-4_3 2ff1c7128e45 2.9GB 0B U