2026-09-02 05:21:18,642: INFO: Building opensdn-tor-agent 2026-09-02 05:21:18,700: 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-3_0_3_9-1_2 --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=26.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-3_0_3_9-1_2 #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.6s #5 [stage-1 1/5] FROM nexus.gz1.opensdn.io:5101/opensdn-base:master-3_0_3_9-1_2 #5 DONE 1.5s #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 2.8s #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.9s #10 [stage-1 4/8] COPY --from=build /buildroot/usr/lib/libisccfg-9.21.3.so /usr/lib/ #10 DONE 2.5s #11 [stage-1 5/8] COPY --from=build /buildroot/usr/bin/contrail-vrouter-agent-health-check.py /usr/bin/ #11 DONE 2.4s #12 [stage-1 6/8] COPY --from=build /buildroot/usr/bin/contrail_crypt_tunnel_client.py /usr/bin/ #12 DONE 1.2s #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.455 added from: http://tf-mirrors.gz1.opensdn.io/re 44 MB/s | 18 MB 00:00 #13 12.91 added from: http://tf-mirrors.gz1.opensdn.io/re 27 MB/s | 2.9 MB 00:00 #13 15.14 added from: http://tf-mirrors.gz1.opensdn.io/re 4.4 MB/s | 516 kB 00:00 #13 16.55 added from: http://tf-mirrors.gz1.opensdn.io/re 36 MB/s | 20 MB 00:00 #13 35.54 added from: http://tf-mirrors.gz1.opensdn.io/re 41 MB/s | 15 MB 00:00 #13 51.05 added from: http://tf-mirrors.gz1.opensdn.io/re 16 MB/s | 1.2 MB 00:00 #13 52.81 added from: http://tf-mirrors.gz1.opensdn.io/re 50 MB/s | 6.3 MB 00:00 #13 59.11 added from: http://tf-mirrors.gz1.opensdn.io/re 14 MB/s | 966 kB 00:00 #13 60.68 added from: http://tf-mirrors.gz1.opensdn.io/re 7.8 MB/s | 480 kB 00:00 #13 61.60 added from: http://tf-mirrors.gz1.opensdn.io/re 645 kB/s | 19 kB 00:00 #13 62.67 added from: http://tf-mirrors.gz1.opensdn.io/re 5.1 kB/s | 257 B 00:00 #13 63.65 added from: http://tf-mirrors.gz1.opensdn.io/re 537 kB/s | 15 kB 00:00 #13 64.40 added from: http://tf-mirrors.gz1.opensdn.io/re 2.8 MB/s | 112 kB 00:00 #13 66.59 added from: http://tf-mirrors.gz1.opensdn.io/re 42 MB/s | 44 MB 00:01 #13 106.2 Third parties for OpenSDN 25 MB/s | 5.1 MB 00:00 #13 124.1 Dependencies resolved. #13 124.1 ========================================================================================== #13 124.1 Package Arch Version Repository Size #13 124.1 ========================================================================================== #13 124.1 Installing: #13 124.1 boost x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 9.9 k #13 124.1 gperftools-libs x86_64 2.9.1-3.el9 tf-mirrors.ci_repos_epel9.repo 308 k #13 124.1 Installing dependencies: #13 124.1 boost-atomic x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 15 k #13 124.1 boost-chrono x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 23 k #13 124.1 boost-container x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 35 k #13 124.1 boost-context x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 13 k #13 124.1 boost-contract x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 43 k #13 124.1 boost-coroutine x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 30 k #13 124.1 boost-date-time x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 11 k #13 124.1 boost-fiber x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 37 k #13 124.1 boost-filesystem x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 55 k #13 124.1 boost-graph x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 99 k #13 124.1 boost-iostreams x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 37 k #13 124.1 boost-locale x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 212 k #13 124.1 boost-log x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 405 k #13 124.1 boost-math x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 203 k #13 124.1 boost-nowide x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 13 k #13 124.1 boost-program-options x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 104 k #13 124.1 boost-python3 x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 91 k #13 124.1 boost-random x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 22 k #13 124.1 boost-regex x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 275 k #13 124.1 boost-serialization x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 127 k #13 124.1 boost-stacktrace x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 25 k #13 124.1 boost-system x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 11 k #13 124.1 boost-test x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 228 k #13 124.1 boost-thread x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 53 k #13 124.1 boost-timer x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 21 k #13 124.1 boost-type_erasure x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 28 k #13 124.1 boost-wave x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 207 k #13 124.1 libicu x86_64 67.1-10.el9_6 tf-mirrors.ci_repos_yum9-baseos 9.6 M #13 124.1 libunwind x86_64 1.6.2-1.el9 tf-mirrors.ci_repos_epel9.repo 67 k #13 124.1 #13 124.1 Transaction Summary #13 124.1 ========================================================================================== #13 124.1 Install 31 Packages #13 124.1 #13 124.1 Total download size: 12 M #13 124.1 Installed size: 41 M #13 124.1 Downloading Packages: #13 124.1 (1/31): boost-1.75.0-13.el9_7.x86_64.rpm 701 kB/s | 9.9 kB 00:00 #13 124.1 (2/31): boost-atomic-1.75.0-13.el9_7.x86_64.rpm 797 kB/s | 15 kB 00:00 #13 124.1 (3/31): boost-chrono-1.75.0-13.el9_7.x86_64.rpm 4.0 MB/s | 23 kB 00:00 #13 124.1 (4/31): boost-container-1.75.0-13.el9_7.x86_64. 4.4 MB/s | 35 kB 00:00 #13 124.1 (5/31): boost-context-1.75.0-13.el9_7.x86_64.rp 636 kB/s | 13 kB 00:00 #13 124.1 (6/31): boost-contract-1.75.0-13.el9_7.x86_64.r 1.6 MB/s | 43 kB 00:00 #13 124.1 (7/31): boost-coroutine-1.75.0-13.el9_7.x86_64. 1.9 MB/s | 30 kB 00:00 #13 124.1 (8/31): boost-date-time-1.75.0-13.el9_7.x86_64. 777 kB/s | 11 kB 00:00 #13 124.1 (9/31): boost-fiber-1.75.0-13.el9_7.x86_64.rpm 6.0 MB/s | 37 kB 00:00 #13 124.1 (10/31): boost-filesystem-1.75.0-13.el9_7.x86_6 4.2 MB/s | 55 kB 00:00 #13 124.2 (11/31): boost-graph-1.75.0-13.el9_7.x86_64.rpm 6.2 MB/s | 99 kB 00:00 #13 124.2 (12/31): boost-iostreams-1.75.0-13.el9_7.x86_64 3.7 MB/s | 37 kB 00:00 #13 124.2 (13/31): boost-locale-1.75.0-13.el9_7.x86_64.rp 16 MB/s | 212 kB 00:00 #13 124.2 (14/31): boost-log-1.75.0-13.el9_7.x86_64.rpm 17 MB/s | 405 kB 00:00 #13 124.2 (15/31): boost-math-1.75.0-13.el9_7.x86_64.rpm 8.5 MB/s | 203 kB 00:00 #13 124.2 (16/31): boost-nowide-1.75.0-13.el9_7.x86_64.rp 792 kB/s | 13 kB 00:00 #13 124.2 (17/31): boost-program-options-1.75.0-13.el9_7. 2.3 MB/s | 104 kB 00:00 #13 124.3 (18/31): boost-python3-1.75.0-13.el9_7.x86_64.r 2.0 MB/s | 91 kB 00:00 #13 124.3 (19/31): boost-random-1.75.0-13.el9_7.x86_64.rp 2.5 MB/s | 22 kB 00:00 #13 124.3 (20/31): boost-regex-1.75.0-13.el9_7.x86_64.rpm 26 MB/s | 275 kB 00:00 #13 124.3 (21/31): boost-serialization-1.75.0-13.el9_7.x8 11 MB/s | 127 kB 00:00 #13 124.3 (22/31): boost-stacktrace-1.75.0-13.el9_7.x86_6 1.8 MB/s | 25 kB 00:00 #13 124.3 (23/31): boost-system-1.75.0-13.el9_7.x86_64.rp 659 kB/s | 11 kB 00:00 #13 124.3 (24/31): boost-test-1.75.0-13.el9_7.x86_64.rpm 12 MB/s | 228 kB 00:00 #13 124.3 (25/31): boost-thread-1.75.0-13.el9_7.x86_64.rp 4.1 MB/s | 53 kB 00:00 #13 124.3 (26/31): boost-timer-1.75.0-13.el9_7.x86_64.rpm 1.6 MB/s | 21 kB 00:00 #13 124.3 (27/31): boost-type_erasure-1.75.0-13.el9_7.x86 1.6 MB/s | 28 kB 00:00 #13 124.3 (28/31): boost-wave-1.75.0-13.el9_7.x86_64.rpm 15 MB/s | 207 kB 00:00 #13 124.3 (29/31): gperftools-libs-2.9.1-3.el9.x86_64.rpm 15 MB/s | 308 kB 00:00 #13 124.3 (30/31): libunwind-1.6.2-1.el9.x86_64.rpm 5.3 MB/s | 67 kB 00:00 #13 124.5 (31/31): libicu-67.1-10.el9_6.x86_64.rpm 25 MB/s | 9.6 MB 00:00 #13 124.5 -------------------------------------------------------------------------------- #13 124.5 Total 31 MB/s | 12 MB 00:00 #13 124.5 Running transaction check #13 124.6 Transaction check succeeded. #13 124.6 Running transaction test #13 124.8 Transaction test succeeded. #13 124.8 Running transaction #13 125.2 Preparing : 1/1 #13 125.3 Installing : boost-system-1.75.0-13.el9_7.x86_64 1/31 #13 125.3 Installing : boost-chrono-1.75.0-13.el9_7.x86_64 2/31 #13 125.3 Installing : boost-thread-1.75.0-13.el9_7.x86_64 3/31 #13 125.3 Installing : boost-filesystem-1.75.0-13.el9_7.x86_64 4/31 #13 125.9 Installing : libicu-67.1-10.el9_6.x86_64 5/31 #13 125.9 Installing : boost-regex-1.75.0-13.el9_7.x86_64 6/31 #13 125.9 Installing : boost-context-1.75.0-13.el9_7.x86_64 7/31 #13 125.9 Installing : boost-date-time-1.75.0-13.el9_7.x86_64 8/31 #13 125.9 Installing : boost-atomic-1.75.0-13.el9_7.x86_64 9/31 #13 125.9 Installing : boost-log-1.75.0-13.el9_7.x86_64 10/31 #13 126.0 Installing : boost-wave-1.75.0-13.el9_7.x86_64 11/31 #13 126.0 Installing : boost-coroutine-1.75.0-13.el9_7.x86_64 12/31 #13 126.0 Installing : boost-fiber-1.75.0-13.el9_7.x86_64 13/31 #13 126.0 Installing : boost-graph-1.75.0-13.el9_7.x86_64 14/31 #13 126.0 Installing : boost-locale-1.75.0-13.el9_7.x86_64 15/31 #13 126.0 Installing : boost-type_erasure-1.75.0-13.el9_7.x86_64 16/31 #13 126.0 Installing : boost-timer-1.75.0-13.el9_7.x86_64 17/31 #13 126.0 Installing : libunwind-1.6.2-1.el9.x86_64 18/31 #13 126.0 Installing : boost-test-1.75.0-13.el9_7.x86_64 19/31 #13 126.0 Installing : boost-stacktrace-1.75.0-13.el9_7.x86_64 20/31 #13 126.0 Installing : boost-serialization-1.75.0-13.el9_7.x86_64 21/31 #13 126.1 Installing : boost-random-1.75.0-13.el9_7.x86_64 22/31 #13 126.1 Installing : boost-python3-1.75.0-13.el9_7.x86_64 23/31 #13 126.1 Installing : boost-program-options-1.75.0-13.el9_7.x86_64 24/31 #13 126.1 Installing : boost-nowide-1.75.0-13.el9_7.x86_64 25/31 #13 126.2 Installing : boost-math-1.75.0-13.el9_7.x86_64 26/31 #13 126.2 Installing : boost-iostreams-1.75.0-13.el9_7.x86_64 27/31 #13 126.2 Installing : boost-contract-1.75.0-13.el9_7.x86_64 28/31 #13 126.2 Installing : boost-container-1.75.0-13.el9_7.x86_64 29/31 #13 126.2 Installing : boost-1.75.0-13.el9_7.x86_64 30/31 #13 126.3 Installing : gperftools-libs-2.9.1-3.el9.x86_64 31/31 #13 126.3 Running scriptlet: gperftools-libs-2.9.1-3.el9.x86_64 31/31 #13 126.8 Verifying : libicu-67.1-10.el9_6.x86_64 1/31 #13 126.8 Verifying : boost-1.75.0-13.el9_7.x86_64 2/31 #13 126.8 Verifying : boost-atomic-1.75.0-13.el9_7.x86_64 3/31 #13 126.8 Verifying : boost-chrono-1.75.0-13.el9_7.x86_64 4/31 #13 126.8 Verifying : boost-container-1.75.0-13.el9_7.x86_64 5/31 #13 126.8 Verifying : boost-context-1.75.0-13.el9_7.x86_64 6/31 #13 126.8 Verifying : boost-contract-1.75.0-13.el9_7.x86_64 7/31 #13 126.8 Verifying : boost-coroutine-1.75.0-13.el9_7.x86_64 8/31 #13 126.8 Verifying : boost-date-time-1.75.0-13.el9_7.x86_64 9/31 #13 126.8 Verifying : boost-fiber-1.75.0-13.el9_7.x86_64 10/31 #13 126.8 Verifying : boost-filesystem-1.75.0-13.el9_7.x86_64 11/31 #13 126.8 Verifying : boost-graph-1.75.0-13.el9_7.x86_64 12/31 #13 126.8 Verifying : boost-iostreams-1.75.0-13.el9_7.x86_64 13/31 #13 126.8 Verifying : boost-locale-1.75.0-13.el9_7.x86_64 14/31 #13 126.8 Verifying : boost-log-1.75.0-13.el9_7.x86_64 15/31 #13 126.8 Verifying : boost-math-1.75.0-13.el9_7.x86_64 16/31 #13 126.8 Verifying : boost-nowide-1.75.0-13.el9_7.x86_64 17/31 #13 126.8 Verifying : boost-program-options-1.75.0-13.el9_7.x86_64 18/31 #13 126.8 Verifying : boost-python3-1.75.0-13.el9_7.x86_64 19/31 #13 126.8 Verifying : boost-random-1.75.0-13.el9_7.x86_64 20/31 #13 126.8 Verifying : boost-regex-1.75.0-13.el9_7.x86_64 21/31 #13 126.8 Verifying : boost-serialization-1.75.0-13.el9_7.x86_64 22/31 #13 126.8 Verifying : boost-stacktrace-1.75.0-13.el9_7.x86_64 23/31 #13 126.8 Verifying : boost-system-1.75.0-13.el9_7.x86_64 24/31 #13 126.8 Verifying : boost-test-1.75.0-13.el9_7.x86_64 25/31 #13 126.8 Verifying : boost-thread-1.75.0-13.el9_7.x86_64 26/31 #13 126.8 Verifying : boost-timer-1.75.0-13.el9_7.x86_64 27/31 #13 126.8 Verifying : boost-type_erasure-1.75.0-13.el9_7.x86_64 28/31 #13 126.8 Verifying : boost-wave-1.75.0-13.el9_7.x86_64 29/31 #13 126.8 Verifying : gperftools-libs-2.9.1-3.el9.x86_64 30/31 #13 126.8 Verifying : libunwind-1.6.2-1.el9.x86_64 31/31 #13 126.9 #13 126.9 Installed: #13 126.9 boost-1.75.0-13.el9_7.x86_64 #13 126.9 boost-atomic-1.75.0-13.el9_7.x86_64 #13 126.9 boost-chrono-1.75.0-13.el9_7.x86_64 #13 126.9 boost-container-1.75.0-13.el9_7.x86_64 #13 126.9 boost-context-1.75.0-13.el9_7.x86_64 #13 126.9 boost-contract-1.75.0-13.el9_7.x86_64 #13 126.9 boost-coroutine-1.75.0-13.el9_7.x86_64 #13 126.9 boost-date-time-1.75.0-13.el9_7.x86_64 #13 126.9 boost-fiber-1.75.0-13.el9_7.x86_64 #13 126.9 boost-filesystem-1.75.0-13.el9_7.x86_64 #13 126.9 boost-graph-1.75.0-13.el9_7.x86_64 #13 126.9 boost-iostreams-1.75.0-13.el9_7.x86_64 #13 126.9 boost-locale-1.75.0-13.el9_7.x86_64 #13 126.9 boost-log-1.75.0-13.el9_7.x86_64 #13 126.9 boost-math-1.75.0-13.el9_7.x86_64 #13 126.9 boost-nowide-1.75.0-13.el9_7.x86_64 #13 126.9 boost-program-options-1.75.0-13.el9_7.x86_64 #13 126.9 boost-python3-1.75.0-13.el9_7.x86_64 #13 126.9 boost-random-1.75.0-13.el9_7.x86_64 #13 126.9 boost-regex-1.75.0-13.el9_7.x86_64 #13 126.9 boost-serialization-1.75.0-13.el9_7.x86_64 #13 126.9 boost-stacktrace-1.75.0-13.el9_7.x86_64 #13 126.9 boost-system-1.75.0-13.el9_7.x86_64 #13 126.9 boost-test-1.75.0-13.el9_7.x86_64 #13 126.9 boost-thread-1.75.0-13.el9_7.x86_64 #13 126.9 boost-timer-1.75.0-13.el9_7.x86_64 #13 126.9 boost-type_erasure-1.75.0-13.el9_7.x86_64 #13 126.9 boost-wave-1.75.0-13.el9_7.x86_64 #13 126.9 gperftools-libs-2.9.1-3.el9.x86_64 #13 126.9 libicu-67.1-10.el9_6.x86_64 #13 126.9 libunwind-1.6.2-1.el9.x86_64 #13 126.9 #13 126.9 Complete! #13 127.3 77 files removed #13 128.0 Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/, http://localhost:6667/pip/simple #13 128.1 Collecting contrail-vrouter-api==0.1.dev0 #13 128.1 Downloading http://localhost:6667/pip/simple/contrail-vrouter-api/contrail_vrouter_api-0.1.dev0-py3-none-any.whl (2.9 kB) #13 128.7 Installing collected packages: contrail-vrouter-api #13 128.7 Successfully installed contrail-vrouter-api-0.1.dev0 #13 128.7 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 129.9s #14 [stage-1 8/8] COPY *.sh / #14 DONE 0.5s #15 exporting to image #15 exporting layers #15 exporting layers 3.2s done #15 writing image sha256:e3b015867277b24cb895b85cd7579004da0d770e599d87b5f46eeb7fd0e8bf03 0.0s done #15 naming to nexus.gz1.opensdn.io:5101/opensdn-tor-agent:master-3_0_3_9-1_2 0.0s done #15 DONE 3.4s 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-09-02 05:24:34,052: INFO: Docker build duration: 196 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-tor-agent] c2119243b596: Preparing 20cde0fdc5e5: Preparing d5b55a58b89a: Preparing 8693745e8875: Preparing 4560a1130779: Preparing 3b8ff8702b89: Preparing d8e5107dd976: Preparing 7f9cb84c879a: Preparing 11cfedcb4b97: Preparing 39cee7d71d5f: Preparing bad7959686f5: Preparing 1159b557733b: Preparing ba9ad0947213: Preparing 2661cd5e332b: Preparing 6ac753ac845e: Preparing cf2e3cd5e7dc: Preparing 0545982339e0: Preparing 9c1ec1271f77: Preparing 6bc6b91266bf: Preparing d70e772d1d15: Preparing 44343de3ea1d: Preparing c2119243b596: Waiting 20cde0fdc5e5: Waiting d5b55a58b89a: Waiting 8693745e8875: Waiting 4560a1130779: Waiting 3b8ff8702b89: Waiting d8e5107dd976: Waiting 7f9cb84c879a: Waiting 11cfedcb4b97: Waiting 39cee7d71d5f: Waiting bad7959686f5: Waiting 1159b557733b: Waiting ba9ad0947213: Waiting 2661cd5e332b: Waiting 6ac753ac845e: Waiting cf2e3cd5e7dc: Waiting 0545982339e0: Waiting 9c1ec1271f77: Waiting 6bc6b91266bf: Waiting d70e772d1d15: Waiting 44343de3ea1d: Waiting c2119243b596: Pushed d5b55a58b89a: Pushed 8693745e8875: Pushed 20cde0fdc5e5: Pushed 4560a1130779: Pushed 3b8ff8702b89: Pushed d8e5107dd976: Pushed 7f9cb84c879a: Layer already exists 11cfedcb4b97: Layer already exists 39cee7d71d5f: Layer already exists bad7959686f5: Layer already exists 1159b557733b: Layer already exists 0545982339e0: Layer already exists 2661cd5e332b: Layer already exists ba9ad0947213: Layer already exists cf2e3cd5e7dc: Layer already exists 6ac753ac845e: Layer already exists 9c1ec1271f77: Layer already exists 6bc6b91266bf: Layer already exists d70e772d1d15: Layer already exists 44343de3ea1d: Layer already exists master-3_0_3_9-1_2: digest: sha256:8d4e84cd5906fa1f094dc1bf10b087860c70ab8a832a8badd9e2196aaa07c9f0 size: 4713 2026-09-02 05:24:51,803: INFO: Building opensdn-tor-agent finished successfully, duration: 213 seconds IMAGE ID DISK USAGE CONTENT SIZE EXTRA nexus.gz1.opensdn.io:5101/opensdn-analytics-alarm-gen:master-3_0_3_9-1_2 d06aa0286d57 741MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-api:master-3_0_3_9-1_2 88d1de60e7f5 750MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-base:master-3_0_3_9-1_2 289abc53206a 725MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-collector:master-3_0_3_9-1_2 5115f0261963 806MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-query-engine:master-3_0_3_9-1_2 8a7d083546d8 803MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-base:master-3_0_3_9-1_2 440c31c914ba 965MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-collector:master-3_0_3_9-1_2 3a6ad921392a 966MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-topology:master-3_0_3_9-1_2 caaf24d902fc 966MB 0B nexus.gz1.opensdn.io:5101/opensdn-ansible-deployer-src:master-3_0_3_9-1_2 2a137c09d39f 1.4MB 0B nexus.gz1.opensdn.io:5101/opensdn-base:master-3_0_3_9-1_2 c198c343e221 725MB 0B nexus.gz1.opensdn.io:5101/opensdn-build-manifest-src:master-3_0_3_9-1_2 ea7038446e7a 4.17kB 0B nexus.gz1.opensdn.io:5101/opensdn-charms-src:master-3_0_3_9-1_2 8f0ec5a11e46 6.05MB 0B nexus.gz1.opensdn.io:5101/opensdn-container-builder-src:master-3_0_3_9-1_2 44bcaf2059b8 2.39MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-api:master-3_0_3_9-1_2 e027b5a5631d 764MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-base:master-3_0_3_9-1_2 0931aa2f19b7 725MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-dnsmasq:master-3_0_3_9-1_2 29630b377ab6 739MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-schema:master-3_0_3_9-1_2 66a6694a5675 726MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-svcmonitor:master-3_0_3_9-1_2 47b0498049b5 748MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-base:master-3_0_3_9-1_2 c50a94ed432b 784MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-control:master-3_0_3_9-1_2 ae985450edb4 811MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-dns:master-3_0_3_9-1_2 cc7a182fef69 810MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-named:master-3_0_3_9-1_2 fec4f216140a 792MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-webui-base:master-3_0_3_9-1_2 a7c74a038840 957MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-webui-job:master-3_0_3_9-1_2 da1390c055d3 957MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-webui-web:master-3_0_3_9-1_2 513a735f623e 957MB 0B nexus.gz1.opensdn.io:5101/opensdn-debug:master-3_0_3_9-1_2 abb254265d34 472MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-cassandra:master-3_0_3_9-1_2 059cecfe7793 331MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-haproxy:master-3_0_3_9-1_2 9e099293f35f 144MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-kafka:master-3_0_3_9-1_2 a2c5f7019301 392MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-rabbitmq:master-3_0_3_9-1_2 71ed1605e0c3 363MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-redis:master-3_0_3_9-1_2 ceb9ff077be2 171MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-rsyslogd:master-3_0_3_9-1_2 e4078370b3ef 484MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-stunnel:master-3_0_3_9-1_2 e800797e3a55 497MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-zookeeper:master-3_0_3_9-1_2 2d7e8d73f05e 301MB 0B nexus.gz1.opensdn.io:5101/opensdn-general-base:master-3_0_3_9-1_2 842cc6976bfb 472MB 0B nexus.gz1.opensdn.io:5101/opensdn-kolla-ansible-src:master-3_0_3_9-1_2 c8f01c1792b3 32.6MB 0B nexus.gz1.opensdn.io:5101/opensdn-kubernetes-cni-init:master-3_0_3_9-1_2 ef3c81a62116 745MB 0B nexus.gz1.opensdn.io:5101/opensdn-kubernetes-kube-manager:master-3_0_3_9-1_2 d52d44715967 729MB 0B nexus.gz1.opensdn.io:5101/opensdn-node-init:master-3_0_3_9-1_2 6aaa87e9a829 725MB 0B nexus.gz1.opensdn.io:5101/opensdn-nodemgr:master-3_0_3_9-1_2 e338f43c6518 859MB 0B nexus.gz1.opensdn.io:5101/opensdn-openstack-compute-init:master-3_0_3_9-1_2 664ebd871069 472MB 0B nexus.gz1.opensdn.io:5101/opensdn-openstack-heat-init:master-3_0_3_9-1_2 144253d61c47 488MB 0B nexus.gz1.opensdn.io:5101/opensdn-openstack-neutron-init:master-3_0_3_9-1_2 1efdd29ea2b8 488MB 0B nexus.gz1.opensdn.io:5101/opensdn-provisioner:master-3_0_3_9-1_2 342c9d321f16 725MB 0B nexus.gz1.opensdn.io:5101/opensdn-status:master-3_0_3_9-1_2 de09cca43355 859MB 0B nexus.gz1.opensdn.io:5101/opensdn-test-test:master-3_0_3_9-1_2 c5cf6a48468c 1.91GB 0B nexus.gz1.opensdn.io:5101/opensdn-tor-agent:master-3_0_3_9-1_2 e3b015867277 783MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-agent-dpdk:master-3_0_3_9-1_2 271781bd1600 801MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-agent:master-3_0_3_9-1_2 aa31383db0ca 982MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-base:master-3_0_3_9-1_2 151b06794bd1 792MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-kernel-init-dpdk:master-3_0_3_9-1_2 4db91c9d9eee 792MB 0B nexus.gz1.opensdn.io:5101/tf-dev-sandbox:stable 8b5c3c5aa0f9 3.01GB 0B U opensdn-test-test:master-3_0_3_9-1_2 c5cf6a48468c 1.91GB 0B tf-dev-sandbox:compile da1e63f70e94 22.6GB 0B