2026-03-25 11:45:29,882: INFO: Building opensdn-tor-agent 2026-03-25 11:45:29,954: 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_6_5-4 --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 0.3s #2 [internal] load metadata for nexus.gz1.opensdn.io:5101/opensdn-base:master-2_7_6_5-4 #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 0.0s done #4 DONE 0.4s #5 [1/5] FROM nexus.gz1.opensdn.io:5101/opensdn-base:master-2_7_6_5-4 #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.8s #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 1.3s #10 [stage-1 4/8] COPY --from=build /buildroot/usr/lib/libisccfg-9.21.3.so /usr/lib/ #10 DONE 0.9s #11 [stage-1 5/8] COPY --from=build /buildroot/usr/bin/contrail-vrouter-agent-health-check.py /usr/bin/ #11 DONE 1.7s #12 [stage-1 6/8] COPY --from=build /buildroot/usr/bin/contrail_crypt_tunnel_client.py /usr/bin/ #12 DONE 1.7s #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 3.501 added from: http://tf-mirrors.gz1.opensdn.io/re 31 MB/s | 14 MB 00:00 #13 7.832 added from: http://tf-mirrors.gz1.opensdn.io/re 26 MB/s | 1.9 MB 00:00 #13 9.442 added from: http://tf-mirrors.gz1.opensdn.io/re 7.4 MB/s | 402 kB 00:00 #13 10.48 added from: http://tf-mirrors.gz1.opensdn.io/re 34 MB/s | 16 MB 00:00 #13 18.32 added from: http://tf-mirrors.gz1.opensdn.io/re 31 MB/s | 11 MB 00:00 #13 23.67 added from: http://tf-mirrors.gz1.opensdn.io/re 23 MB/s | 1.1 MB 00:00 #13 24.71 added from: http://tf-mirrors.gz1.opensdn.io/re 24 MB/s | 4.8 MB 00:00 #13 26.84 added from: http://tf-mirrors.gz1.opensdn.io/re 10 MB/s | 697 kB 00:00 #13 27.51 added from: http://tf-mirrors.gz1.opensdn.io/re 9.9 MB/s | 474 kB 00:00 #13 27.92 added from: http://tf-mirrors.gz1.opensdn.io/re 331 kB/s | 18 kB 00:00 #13 28.78 added from: http://tf-mirrors.gz1.opensdn.io/re 7.9 kB/s | 257 B 00:00 #13 29.18 added from: http://tf-mirrors.gz1.opensdn.io/re 169 kB/s | 15 kB 00:00 #13 29.85 added from: http://tf-mirrors.gz1.opensdn.io/re 2.9 MB/s | 96 kB 00:00 #13 31.29 added from: http://tf-mirrors.gz1.opensdn.io/re 49 MB/s | 39 MB 00:00 #13 52.53 Third parties for OpenSDN 36 MB/s | 5.1 MB 00:00 #13 63.44 Dependencies resolved. #13 63.44 ========================================================================================== #13 63.44 Package Arch Version Repository Size #13 63.44 ========================================================================================== #13 63.44 Installing: #13 63.44 boost x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 9.9 k #13 63.44 gperftools-libs x86_64 2.9.1-3.el9 tf-mirrors.ci_repos_epel9.repo 308 k #13 63.44 Installing dependencies: #13 63.44 boost-atomic x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 15 k #13 63.44 boost-chrono x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 23 k #13 63.44 boost-container x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 35 k #13 63.44 boost-context x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 13 k #13 63.44 boost-contract x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 43 k #13 63.44 boost-coroutine x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 30 k #13 63.44 boost-date-time x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 11 k #13 63.44 boost-fiber x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 37 k #13 63.44 boost-filesystem x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 55 k #13 63.44 boost-graph x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 99 k #13 63.44 boost-iostreams x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 37 k #13 63.44 boost-locale x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 212 k #13 63.44 boost-log x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 405 k #13 63.44 boost-math x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 203 k #13 63.44 boost-nowide x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 13 k #13 63.44 boost-program-options x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 104 k #13 63.44 boost-python3 x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 91 k #13 63.44 boost-random x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 22 k #13 63.44 boost-regex x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 275 k #13 63.44 boost-serialization x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 127 k #13 63.44 boost-stacktrace x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 25 k #13 63.44 boost-system x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 11 k #13 63.44 boost-test x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 228 k #13 63.44 boost-thread x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 53 k #13 63.44 boost-timer x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 21 k #13 63.44 boost-type_erasure x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 28 k #13 63.44 boost-wave x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 207 k #13 63.44 libicu x86_64 67.1-10.el9_6 tf-mirrors.ci_repos_yum9-baseos 9.6 M #13 63.44 libunwind x86_64 1.6.2-1.el9 tf-mirrors.ci_repos_epel9.repo 67 k #13 63.44 #13 63.44 Transaction Summary #13 63.44 ========================================================================================== #13 63.44 Install 31 Packages #13 63.44 #13 63.44 Total download size: 12 M #13 63.44 Installed size: 41 M #13 63.44 Downloading Packages: #13 63.46 (1/31): boost-atomic-1.75.0-13.el9_7.x86_64.rpm 1.1 MB/s | 15 kB 00:00 #13 63.46 (2/31): boost-1.75.0-13.el9_7.x86_64.rpm 553 kB/s | 9.9 kB 00:00 #13 63.47 (3/31): boost-chrono-1.75.0-13.el9_7.x86_64.rpm 3.0 MB/s | 23 kB 00:00 #13 63.47 (4/31): boost-container-1.75.0-13.el9_7.x86_64. 4.0 MB/s | 35 kB 00:00 #13 63.49 (5/31): boost-context-1.75.0-13.el9_7.x86_64.rp 1.6 MB/s | 13 kB 00:00 #13 63.49 (6/31): boost-contract-1.75.0-13.el9_7.x86_64.r 2.4 MB/s | 43 kB 00:00 #13 63.49 (7/31): boost-coroutine-1.75.0-13.el9_7.x86_64. 1.7 MB/s | 30 kB 00:00 #13 63.50 (8/31): boost-date-time-1.75.0-13.el9_7.x86_64. 1.4 MB/s | 11 kB 00:00 #13 63.51 (9/31): boost-fiber-1.75.0-13.el9_7.x86_64.rpm 3.2 MB/s | 37 kB 00:00 #13 63.51 (10/31): boost-filesystem-1.75.0-13.el9_7.x86_6 4.4 MB/s | 55 kB 00:00 #13 63.64 (11/31): boost-graph-1.75.0-13.el9_7.x86_64.rpm 805 kB/s | 99 kB 00:00 #13 63.67 (12/31): boost-iostreams-1.75.0-13.el9_7.x86_64 237 kB/s | 37 kB 00:00 #13 63.68 (13/31): boost-locale-1.75.0-13.el9_7.x86_64.rp 4.3 MB/s | 212 kB 00:00 #13 63.69 (14/31): boost-log-1.75.0-13.el9_7.x86_64.rpm 20 MB/s | 405 kB 00:00 #13 63.69 (15/31): boost-nowide-1.75.0-13.el9_7.x86_64.rp 2.5 MB/s | 13 kB 00:00 #13 63.71 (16/31): boost-math-1.75.0-13.el9_7.x86_64.rpm 8.8 MB/s | 203 kB 00:00 #13 63.71 (17/31): boost-program-options-1.75.0-13.el9_7. 8.3 MB/s | 104 kB 00:00 #13 63.71 (18/31): boost-python3-1.75.0-13.el9_7.x86_64.r 8.0 MB/s | 91 kB 00:00 #13 63.72 (19/31): boost-random-1.75.0-13.el9_7.x86_64.rp 2.1 MB/s | 22 kB 00:00 #13 63.72 (20/31): boost-serialization-1.75.0-13.el9_7.x8 16 MB/s | 127 kB 00:00 #13 63.73 (21/31): boost-regex-1.75.0-13.el9_7.x86_64.rpm 13 MB/s | 275 kB 00:00 #13 63.75 (22/31): boost-stacktrace-1.75.0-13.el9_7.x86_6 2.2 MB/s | 25 kB 00:00 #13 63.75 (23/31): boost-system-1.75.0-13.el9_7.x86_64.rp 1.4 MB/s | 11 kB 00:00 #13 63.77 (24/31): boost-test-1.75.0-13.el9_7.x86_64.rpm 6.0 MB/s | 228 kB 00:00 #13 63.79 (25/31): boost-thread-1.75.0-13.el9_7.x86_64.rp 1.4 MB/s | 53 kB 00:00 #13 63.79 (26/31): boost-timer-1.75.0-13.el9_7.x86_64.rpm 2.3 MB/s | 21 kB 00:00 #13 63.79 (27/31): boost-type_erasure-1.75.0-13.el9_7.x86 3.8 MB/s | 28 kB 00:00 #13 63.80 (28/31): boost-wave-1.75.0-13.el9_7.x86_64.rpm 17 MB/s | 207 kB 00:00 #13 63.85 (29/31): gperftools-libs-2.9.1-3.el9.x86_64.rpm 16 MB/s | 308 kB 00:00 #13 63.85 (30/31): libunwind-1.6.2-1.el9.x86_64.rpm 4.8 MB/s | 67 kB 00:00 #13 63.91 (31/31): libicu-67.1-10.el9_6.x86_64.rpm 21 MB/s | 9.6 MB 00:00 #13 63.91 -------------------------------------------------------------------------------- #13 63.91 Total 27 MB/s | 12 MB 00:00 #13 63.91 Running transaction check #13 63.96 Transaction check succeeded. #13 63.96 Running transaction test #13 64.14 Transaction test succeeded. #13 64.17 Running transaction #13 65.28 Preparing : 1/1 #13 65.41 Installing : boost-system-1.75.0-13.el9_7.x86_64 1/31 #13 65.43 Installing : boost-chrono-1.75.0-13.el9_7.x86_64 2/31 #13 65.43 Installing : boost-thread-1.75.0-13.el9_7.x86_64 3/31 #13 65.45 Installing : boost-filesystem-1.75.0-13.el9_7.x86_64 4/31 #13 65.93 Installing : libicu-67.1-10.el9_6.x86_64 5/31 #13 65.96 Installing : boost-regex-1.75.0-13.el9_7.x86_64 6/31 #13 65.96 Installing : boost-context-1.75.0-13.el9_7.x86_64 7/31 #13 65.97 Installing : boost-date-time-1.75.0-13.el9_7.x86_64 8/31 #13 65.99 Installing : boost-atomic-1.75.0-13.el9_7.x86_64 9/31 #13 66.02 Installing : boost-log-1.75.0-13.el9_7.x86_64 10/31 #13 66.10 Installing : boost-wave-1.75.0-13.el9_7.x86_64 11/31 #13 66.12 Installing : boost-coroutine-1.75.0-13.el9_7.x86_64 12/31 #13 66.13 Installing : boost-fiber-1.75.0-13.el9_7.x86_64 13/31 #13 66.14 Installing : boost-graph-1.75.0-13.el9_7.x86_64 14/31 #13 66.15 Installing : boost-locale-1.75.0-13.el9_7.x86_64 15/31 #13 66.16 Installing : boost-type_erasure-1.75.0-13.el9_7.x86_64 16/31 #13 66.17 Installing : boost-timer-1.75.0-13.el9_7.x86_64 17/31 #13 66.19 Installing : libunwind-1.6.2-1.el9.x86_64 18/31 #13 66.23 Installing : boost-test-1.75.0-13.el9_7.x86_64 19/31 #13 66.26 Installing : boost-stacktrace-1.75.0-13.el9_7.x86_64 20/31 #13 66.27 Installing : boost-serialization-1.75.0-13.el9_7.x86_64 21/31 #13 66.31 Installing : boost-random-1.75.0-13.el9_7.x86_64 22/31 #13 66.35 Installing : boost-python3-1.75.0-13.el9_7.x86_64 23/31 #13 66.37 Installing : boost-program-options-1.75.0-13.el9_7.x86_64 24/31 #13 66.38 Installing : boost-nowide-1.75.0-13.el9_7.x86_64 25/31 #13 66.39 Installing : boost-math-1.75.0-13.el9_7.x86_64 26/31 #13 66.44 Installing : boost-iostreams-1.75.0-13.el9_7.x86_64 27/31 #13 66.44 Installing : boost-contract-1.75.0-13.el9_7.x86_64 28/31 #13 66.45 Installing : boost-container-1.75.0-13.el9_7.x86_64 29/31 #13 66.45 Installing : boost-1.75.0-13.el9_7.x86_64 30/31 #13 66.49 Installing : gperftools-libs-2.9.1-3.el9.x86_64 31/31 #13 66.52 Running scriptlet: gperftools-libs-2.9.1-3.el9.x86_64 31/31 #13 66.84 Verifying : libicu-67.1-10.el9_6.x86_64 1/31 #13 66.84 Verifying : boost-1.75.0-13.el9_7.x86_64 2/31 #13 66.84 Verifying : boost-atomic-1.75.0-13.el9_7.x86_64 3/31 #13 66.84 Verifying : boost-chrono-1.75.0-13.el9_7.x86_64 4/31 #13 66.84 Verifying : boost-container-1.75.0-13.el9_7.x86_64 5/31 #13 66.84 Verifying : boost-context-1.75.0-13.el9_7.x86_64 6/31 #13 66.84 Verifying : boost-contract-1.75.0-13.el9_7.x86_64 7/31 #13 66.84 Verifying : boost-coroutine-1.75.0-13.el9_7.x86_64 8/31 #13 66.84 Verifying : boost-date-time-1.75.0-13.el9_7.x86_64 9/31 #13 66.84 Verifying : boost-fiber-1.75.0-13.el9_7.x86_64 10/31 #13 66.84 Verifying : boost-filesystem-1.75.0-13.el9_7.x86_64 11/31 #13 66.84 Verifying : boost-graph-1.75.0-13.el9_7.x86_64 12/31 #13 66.84 Verifying : boost-iostreams-1.75.0-13.el9_7.x86_64 13/31 #13 66.84 Verifying : boost-locale-1.75.0-13.el9_7.x86_64 14/31 #13 66.84 Verifying : boost-log-1.75.0-13.el9_7.x86_64 15/31 #13 66.84 Verifying : boost-math-1.75.0-13.el9_7.x86_64 16/31 #13 66.84 Verifying : boost-nowide-1.75.0-13.el9_7.x86_64 17/31 #13 66.84 Verifying : boost-program-options-1.75.0-13.el9_7.x86_64 18/31 #13 66.84 Verifying : boost-python3-1.75.0-13.el9_7.x86_64 19/31 #13 66.84 Verifying : boost-random-1.75.0-13.el9_7.x86_64 20/31 #13 66.84 Verifying : boost-regex-1.75.0-13.el9_7.x86_64 21/31 #13 66.84 Verifying : boost-serialization-1.75.0-13.el9_7.x86_64 22/31 #13 66.84 Verifying : boost-stacktrace-1.75.0-13.el9_7.x86_64 23/31 #13 66.84 Verifying : boost-system-1.75.0-13.el9_7.x86_64 24/31 #13 66.84 Verifying : boost-test-1.75.0-13.el9_7.x86_64 25/31 #13 66.84 Verifying : boost-thread-1.75.0-13.el9_7.x86_64 26/31 #13 66.84 Verifying : boost-timer-1.75.0-13.el9_7.x86_64 27/31 #13 66.84 Verifying : boost-type_erasure-1.75.0-13.el9_7.x86_64 28/31 #13 66.84 Verifying : boost-wave-1.75.0-13.el9_7.x86_64 29/31 #13 66.84 Verifying : gperftools-libs-2.9.1-3.el9.x86_64 30/31 #13 66.84 Verifying : libunwind-1.6.2-1.el9.x86_64 31/31 #13 66.94 #13 66.94 Installed: #13 66.94 boost-1.75.0-13.el9_7.x86_64 #13 66.94 boost-atomic-1.75.0-13.el9_7.x86_64 #13 66.94 boost-chrono-1.75.0-13.el9_7.x86_64 #13 66.94 boost-container-1.75.0-13.el9_7.x86_64 #13 66.94 boost-context-1.75.0-13.el9_7.x86_64 #13 66.94 boost-contract-1.75.0-13.el9_7.x86_64 #13 66.94 boost-coroutine-1.75.0-13.el9_7.x86_64 #13 66.94 boost-date-time-1.75.0-13.el9_7.x86_64 #13 66.94 boost-fiber-1.75.0-13.el9_7.x86_64 #13 66.94 boost-filesystem-1.75.0-13.el9_7.x86_64 #13 66.94 boost-graph-1.75.0-13.el9_7.x86_64 #13 66.94 boost-iostreams-1.75.0-13.el9_7.x86_64 #13 66.94 boost-locale-1.75.0-13.el9_7.x86_64 #13 66.94 boost-log-1.75.0-13.el9_7.x86_64 #13 66.94 boost-math-1.75.0-13.el9_7.x86_64 #13 66.94 boost-nowide-1.75.0-13.el9_7.x86_64 #13 66.94 boost-program-options-1.75.0-13.el9_7.x86_64 #13 66.94 boost-python3-1.75.0-13.el9_7.x86_64 #13 66.94 boost-random-1.75.0-13.el9_7.x86_64 #13 66.94 boost-regex-1.75.0-13.el9_7.x86_64 #13 66.94 boost-serialization-1.75.0-13.el9_7.x86_64 #13 66.94 boost-stacktrace-1.75.0-13.el9_7.x86_64 #13 66.94 boost-system-1.75.0-13.el9_7.x86_64 #13 66.94 boost-test-1.75.0-13.el9_7.x86_64 #13 66.94 boost-thread-1.75.0-13.el9_7.x86_64 #13 66.94 boost-timer-1.75.0-13.el9_7.x86_64 #13 66.94 boost-type_erasure-1.75.0-13.el9_7.x86_64 #13 66.94 boost-wave-1.75.0-13.el9_7.x86_64 #13 66.94 gperftools-libs-2.9.1-3.el9.x86_64 #13 66.94 libicu-67.1-10.el9_6.x86_64 #13 66.94 libunwind-1.6.2-1.el9.x86_64 #13 66.94 #13 66.94 Complete! #13 68.10 77 files removed #13 69.77 Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/, http://localhost:6667/pip/simple #13 69.96 Collecting contrail-vrouter-api==0.1.dev0 #13 69.98 Downloading http://localhost:6667/pip/simple/contrail-vrouter-api/contrail_vrouter_api-0.1.dev0-py3-none-any.whl (2.9 kB) #13 71.10 Installing collected packages: contrail-vrouter-api #13 71.16 Successfully installed contrail-vrouter-api-0.1.dev0 #13 71.16 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 73.0s #14 [stage-1 8/8] COPY *.sh / #14 DONE 2.2s #15 exporting to image #15 exporting layers #15 exporting layers 6.4s done #15 writing image sha256:e7fcd29a333129d86d9db94abc8fbe2c51bdfb8438263a550bcb951aa41f2056 #15 writing image sha256:e7fcd29a333129d86d9db94abc8fbe2c51bdfb8438263a550bcb951aa41f2056 0.0s done #15 naming to nexus.gz1.opensdn.io:5101/opensdn-tor-agent:master-2_7_6_5-4 0.1s done #15 DONE 8.8s 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-25 11:47:10,858: INFO: Docker build duration: 101 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-tor-agent] a20e40471f9a: Preparing 0635af8e4aba: Preparing 43c5fc197bf8: Preparing a20e40471f9a: Waiting 0635af8e4aba: Waiting 7108f962c950: Preparing 3ad4c485171d: Preparing 9d14294daf9d: Preparing bc898136e205: Preparing 43c5fc197bf8: Waiting 7108f962c950: Waiting 3ad4c485171d: Waiting 9d14294daf9d: Waiting 1335eadc60dc: Preparing fc80a2028654: Preparing d4bca86b5ebd: Preparing e6104a6e9ebb: Preparing bc898136e205: Waiting 1335eadc60dc: Waiting fc80a2028654: Waiting d4bca86b5ebd: Waiting 55a746e73317: Preparing 29406ddcc907: Preparing a61b1c007cd0: Preparing ab9e643e2f98: Preparing e6104a6e9ebb: Waiting 55a746e73317: Waiting 29406ddcc907: Waiting a61b1c007cd0: Waiting 1061f6f00777: Preparing 20e1f16fbf09: Preparing 3c12f12e16a3: Preparing e4d8978d0961: Preparing 23a68f34fb62: Preparing ab9e643e2f98: Waiting 1061f6f00777: Waiting 20e1f16fbf09: Waiting 3c12f12e16a3: Waiting e4d8978d0961: Waiting 44343de3ea1d: Preparing 23a68f34fb62: Waiting 44343de3ea1d: Waiting 43c5fc197bf8: Pushed a20e40471f9a: Pushed 7108f962c950: Pushed 3ad4c485171d: Pushed 9d14294daf9d: Pushed 1335eadc60dc: Layer already exists fc80a2028654: Layer already exists d4bca86b5ebd: Layer already exists e6104a6e9ebb: Layer already exists 55a746e73317: Layer already exists 29406ddcc907: Layer already exists bc898136e205: Pushed ab9e643e2f98: Layer already exists a61b1c007cd0: Layer already exists 1061f6f00777: Layer already exists 20e1f16fbf09: Layer already exists 3c12f12e16a3: Layer already exists e4d8978d0961: Layer already exists 23a68f34fb62: Layer already exists 44343de3ea1d: Layer already exists 0635af8e4aba: Pushed master-2_7_6_5-4: digest: sha256:ed860da0a00c34af5f71238d6e59c7e2bd5011bba056227a1ce945df7200b356 size: 4713 2026-03-25 11:47:54,148: INFO: Building opensdn-tor-agent finished successfully, duration: 145 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_6_5-4 bda8f0917bce 683MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-api:master-2_7_6_5-4 2f9ae14be792 692MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-base:master-2_7_6_5-4 c6cba29e1b1a 667MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-collector:master-2_7_6_5-4 3d025ff4591f 749MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-base:master-2_7_6_5-4 592d63558888 908MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-collector:master-2_7_6_5-4 cd29e6a84462 909MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-topology:master-2_7_6_5-4 cbe78386dead 909MB 0B nexus.gz1.opensdn.io:5101/opensdn-ansible-deployer-src:master-2_7_6_5-4 6322703b56dc 1.41MB 0B nexus.gz1.opensdn.io:5101/opensdn-base:master-2_7_6_5-4 cedacb83da8a 667MB 0B nexus.gz1.opensdn.io:5101/opensdn-build-manifest-src:master-2_7_6_5-4 1232d3d78258 4.17kB 0B nexus.gz1.opensdn.io:5101/opensdn-charms-src:master-2_7_6_5-4 962b3bf62075 6.05MB 0B nexus.gz1.opensdn.io:5101/opensdn-container-builder-src:master-2_7_6_5-4 614fa0d0e6d7 2.49MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-base:master-2_7_6_5-4 f830273e542f 667MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-dnsmasq:master-2_7_6_5-4 8e6890c586ca 682MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-schema:master-2_7_6_5-4 d62150a5aa9b 668MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-svcmonitor:master-2_7_6_5-4 61026a0397d9 689MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-base:master-2_7_6_5-4 7f23f2f88918 726MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-control:master-2_7_6_5-4 ffc725174660 753MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-dns:master-2_7_6_5-4 3add187fb52c 753MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-named:master-2_7_6_5-4 f10f161d1132 734MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-webui-base:master-2_7_6_5-4 dc381c17f611 914MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-webui-job:master-2_7_6_5-4 e43dfede85b6 914MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-webui-web:master-2_7_6_5-4 27656ecdd337 914MB 0B nexus.gz1.opensdn.io:5101/opensdn-debug:master-2_7_6_5-4 42bdcd10a31e 428MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-cassandra:master-2_7_6_5-4 c251ebf8dc36 331MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-haproxy:master-2_7_6_5-4 d3134ffd6294 144MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-kafka:master-2_7_6_5-4 d189670edf74 392MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-rabbitmq:master-2_7_6_5-4 2cef4ac5e718 363MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-redis:master-2_7_6_5-4 ab3a9cd69b4f 171MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-rsyslogd:master-2_7_6_5-4 ce582a396510 440MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-stunnel:master-2_7_6_5-4 835ff5e66334 454MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-zookeeper:master-2_7_6_5-4 a3c6804a2d2f 301MB 0B nexus.gz1.opensdn.io:5101/opensdn-general-base:master-2_7_6_5-4 e6447c9899d7 428MB 0B nexus.gz1.opensdn.io:5101/opensdn-kolla-ansible-src:master-2_7_6_5-4 fc1624ad1bd1 32.7MB 0B nexus.gz1.opensdn.io:5101/opensdn-kubernetes-cni-init:master-2_7_6_5-4 b6a354dae6ff 687MB 0B nexus.gz1.opensdn.io:5101/opensdn-kubernetes-kube-manager:master-2_7_6_5-4 409210160adf 672MB 0B nexus.gz1.opensdn.io:5101/opensdn-node-init:master-2_7_6_5-4 7b960a5603a7 667MB 0B nexus.gz1.opensdn.io:5101/opensdn-nodemgr:master-2_7_6_5-4 49099df7a97e 802MB 0B nexus.gz1.opensdn.io:5101/opensdn-openstack-compute-init:master-2_7_6_5-4 5950648587a3 428MB 0B nexus.gz1.opensdn.io:5101/opensdn-openstack-heat-init:master-2_7_6_5-4 b6020b9facd3 444MB 0B nexus.gz1.opensdn.io:5101/opensdn-openstack-neutron-init:master-2_7_6_5-4 694d01e96899 444MB 0B nexus.gz1.opensdn.io:5101/opensdn-provisioner:master-2_7_6_5-4 a3be20f911c5 667MB 0B nexus.gz1.opensdn.io:5101/opensdn-status:master-2_7_6_5-4 aa93653b47e5 802MB 0B nexus.gz1.opensdn.io:5101/opensdn-test-test:master-2_7_6_5-4 7b55f86e1f02 1.83GB 0B nexus.gz1.opensdn.io:5101/opensdn-tor-agent:master-2_7_6_5-4 e7fcd29a3331 726MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-base:master-2_7_6_5-4 088d4eb73122 734MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-kernel-init-dpdk:master-2_7_6_5-4 ae2c47ac534d 734MB 0B nexus.gz1.opensdn.io:5101/tf-dev-sandbox:frozen 6c3a1b7628fa 21GB 0B U opensdn-test-test:master-2_7_6_5-4 7b55f86e1f02 1.83GB 0B tf-dev-sandbox:compile ec31a4db4626 34.3GB 0B