2026-03-27 10:34:38,030: INFO: Building opensdn-tor-agent 2026-03-27 10:34:38,093: 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-1 --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_7_7_1-1 #3 DONE 0.0s #4 [internal] load .dockerignore #4 transferring context: #4 transferring context: 2B done #4 DONE 1.9s #5 [build 1/1] FROM docker.io/library/tf-dev-sandbox:compile #5 CACHED #6 [stage-1 1/6] FROM nexus.gz1.opensdn.io:5101/opensdn-base:master-2_7_7_1-1 #6 CACHED #7 [internal] load build context #7 transferring context: 1.52kB 0.0s done #7 DONE 5.0s #8 [stage-1 2/8] COPY --from=build /buildroot/usr/lib/libisc-9.21.3.so /usr/lib/ #8 DONE 2.6s #9 [stage-1 3/8] COPY --from=build /buildroot/usr/lib/libisccc-9.21.3.so /usr/lib/ #9 DONE 3.0s #10 [stage-1 4/8] COPY --from=build /buildroot/usr/lib/libisccfg-9.21.3.so /usr/lib/ #10 DONE 8.6s #11 [stage-1 5/8] COPY --from=build /buildroot/usr/bin/contrail-vrouter-agent-health-check.py /usr/bin/ #11 DONE 8.7s #12 [stage-1 6/8] COPY --from=build /buildroot/usr/bin/contrail_crypt_tunnel_client.py /usr/bin/ #12 DONE 3.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 5.803 added from: http://tf-mirrors.gz1.opensdn.io/re 27 MB/s | 14 MB 00:00 #13 12.51 added from: http://tf-mirrors.gz1.opensdn.io/re 22 MB/s | 1.9 MB 00:00 #13 13.73 added from: http://tf-mirrors.gz1.opensdn.io/re 4.2 MB/s | 402 kB 00:00 #13 14.98 added from: http://tf-mirrors.gz1.opensdn.io/re 27 MB/s | 16 MB 00:00 #13 30.77 added from: http://tf-mirrors.gz1.opensdn.io/re 27 MB/s | 11 MB 00:00 #13 40.33 added from: http://tf-mirrors.gz1.opensdn.io/re 9.7 MB/s | 1.1 MB 00:00 #13 41.90 added from: http://tf-mirrors.gz1.opensdn.io/re 16 MB/s | 4.8 MB 00:00 #13 46.73 added from: http://tf-mirrors.gz1.opensdn.io/re 9.7 MB/s | 697 kB 00:00 #13 47.73 added from: http://tf-mirrors.gz1.opensdn.io/re 10 MB/s | 474 kB 00:00 #13 48.74 added from: http://tf-mirrors.gz1.opensdn.io/re 241 kB/s | 18 kB 00:00 #13 49.44 added from: http://tf-mirrors.gz1.opensdn.io/re 6.2 kB/s | 257 B 00:00 #13 50.16 added from: http://tf-mirrors.gz1.opensdn.io/re 104 kB/s | 15 kB 00:00 #13 50.97 added from: http://tf-mirrors.gz1.opensdn.io/re 1.7 MB/s | 96 kB 00:00 #13 52.64 added from: http://tf-mirrors.gz1.opensdn.io/re 42 MB/s | 39 MB 00:00 #13 78.57 Third parties for OpenSDN 35 MB/s | 5.1 MB 00:00 #13 91.07 Dependencies resolved. #13 91.07 ========================================================================================== #13 91.07 Package Arch Version Repository Size #13 91.07 ========================================================================================== #13 91.07 Installing: #13 91.07 boost x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 9.9 k #13 91.07 gperftools-libs x86_64 2.9.1-3.el9 tf-mirrors.ci_repos_epel9.repo 308 k #13 91.07 Installing dependencies: #13 91.07 boost-atomic x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 15 k #13 91.07 boost-chrono x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 23 k #13 91.07 boost-container x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 35 k #13 91.07 boost-context x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 13 k #13 91.07 boost-contract x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 43 k #13 91.07 boost-coroutine x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 30 k #13 91.07 boost-date-time x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 11 k #13 91.07 boost-fiber x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 37 k #13 91.07 boost-filesystem x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 55 k #13 91.07 boost-graph x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 99 k #13 91.07 boost-iostreams x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 37 k #13 91.07 boost-locale x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 212 k #13 91.07 boost-log x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 405 k #13 91.07 boost-math x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 203 k #13 91.07 boost-nowide x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 13 k #13 91.07 boost-program-options x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 104 k #13 91.07 boost-python3 x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 91 k #13 91.07 boost-random x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 22 k #13 91.07 boost-regex x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 275 k #13 91.07 boost-serialization x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 127 k #13 91.07 boost-stacktrace x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 25 k #13 91.07 boost-system x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 11 k #13 91.07 boost-test x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 228 k #13 91.07 boost-thread x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 53 k #13 91.07 boost-timer x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 21 k #13 91.07 boost-type_erasure x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 28 k #13 91.07 boost-wave x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 207 k #13 91.07 libicu x86_64 67.1-10.el9_6 tf-mirrors.ci_repos_yum9-baseos 9.6 M #13 91.07 libunwind x86_64 1.6.2-1.el9 tf-mirrors.ci_repos_epel9.repo 67 k #13 91.07 #13 91.07 Transaction Summary #13 91.07 ========================================================================================== #13 91.07 Install 31 Packages #13 91.07 #13 91.07 Total download size: 12 M #13 91.07 Installed size: 41 M #13 91.07 Downloading Packages: #13 91.07 (1/31): boost-1.75.0-13.el9_7.x86_64.rpm 555 kB/s | 9.9 kB 00:00 #13 91.07 (2/31): boost-atomic-1.75.0-13.el9_7.x86_64.rpm 708 kB/s | 15 kB 00:00 #13 91.07 (3/31): boost-chrono-1.75.0-13.el9_7.x86_64.rpm 3.5 MB/s | 23 kB 00:00 #13 91.10 (4/31): boost-container-1.75.0-13.el9_7.x86_64. 5.3 MB/s | 35 kB 00:00 #13 91.10 (5/31): boost-context-1.75.0-13.el9_7.x86_64.rp 2.2 MB/s | 13 kB 00:00 #13 91.10 (6/31): boost-contract-1.75.0-13.el9_7.x86_64.r 6.3 MB/s | 43 kB 00:00 #13 91.10 (7/31): boost-coroutine-1.75.0-13.el9_7.x86_64. 4.3 MB/s | 30 kB 00:00 #13 91.10 (8/31): boost-date-time-1.75.0-13.el9_7.x86_64. 1.8 MB/s | 11 kB 00:00 #13 91.10 (9/31): boost-fiber-1.75.0-13.el9_7.x86_64.rpm 5.2 MB/s | 37 kB 00:00 #13 91.11 (10/31): boost-filesystem-1.75.0-13.el9_7.x86_6 7.2 MB/s | 55 kB 00:00 #13 91.11 (11/31): boost-graph-1.75.0-13.el9_7.x86_64.rpm 13 MB/s | 99 kB 00:00 #13 91.11 (12/31): boost-iostreams-1.75.0-13.el9_7.x86_64 5.2 MB/s | 37 kB 00:00 #13 91.17 (13/31): boost-locale-1.75.0-13.el9_7.x86_64.rp 23 MB/s | 212 kB 00:00 #13 91.17 (14/31): boost-math-1.75.0-13.el9_7.x86_64.rpm 22 MB/s | 203 kB 00:00 #13 91.17 (15/31): boost-nowide-1.75.0-13.el9_7.x86_64.rp 961 kB/s | 13 kB 00:00 #13 91.17 (16/31): boost-log-1.75.0-13.el9_7.x86_64.rpm 10 MB/s | 405 kB 00:00 #13 91.17 (17/31): boost-program-options-1.75.0-13.el9_7. 6.1 MB/s | 104 kB 00:00 #13 91.17 (18/31): boost-python3-1.75.0-13.el9_7.x86_64.r 7.0 MB/s | 91 kB 00:00 #13 91.17 (19/31): boost-random-1.75.0-13.el9_7.x86_64.rp 3.0 MB/s | 22 kB 00:00 #13 91.20 (20/31): boost-regex-1.75.0-13.el9_7.x86_64.rpm 17 MB/s | 275 kB 00:00 #13 91.20 (21/31): boost-serialization-1.75.0-13.el9_7.x8 6.7 MB/s | 127 kB 00:00 #13 91.20 (22/31): boost-stacktrace-1.75.0-13.el9_7.x86_6 2.9 MB/s | 25 kB 00:00 #13 91.20 (23/31): boost-system-1.75.0-13.el9_7.x86_64.rp 2.1 MB/s | 11 kB 00:00 #13 91.20 (24/31): boost-test-1.75.0-13.el9_7.x86_64.rpm 26 MB/s | 228 kB 00:00 #13 91.20 (25/31): boost-thread-1.75.0-13.el9_7.x86_64.rp 5.5 MB/s | 53 kB 00:00 #13 91.22 (26/31): boost-timer-1.75.0-13.el9_7.x86_64.rpm 3.5 MB/s | 21 kB 00:00 #13 91.22 (27/31): boost-type_erasure-1.75.0-13.el9_7.x86 5.2 MB/s | 28 kB 00:00 #13 91.22 (28/31): boost-wave-1.75.0-13.el9_7.x86_64.rpm 20 MB/s | 207 kB 00:00 #13 91.23 (29/31): gperftools-libs-2.9.1-3.el9.x86_64.rpm 19 MB/s | 308 kB 00:00 #13 91.23 (30/31): libunwind-1.6.2-1.el9.x86_64.rpm 3.8 MB/s | 67 kB 00:00 #13 91.34 (31/31): libicu-67.1-10.el9_6.x86_64.rpm 34 MB/s | 9.6 MB 00:00 #13 91.34 -------------------------------------------------------------------------------- #13 91.34 Total 43 MB/s | 12 MB 00:00 #13 91.34 Running transaction check #13 91.44 Transaction check succeeded. #13 91.44 Running transaction test #13 91.65 Transaction test succeeded. #13 91.65 Running transaction #13 92.23 Preparing : 1/1 #13 92.40 Installing : boost-system-1.75.0-13.el9_7.x86_64 1/31 #13 92.70 Installing : boost-chrono-1.75.0-13.el9_7.x86_64 2/31 #13 92.70 Installing : boost-thread-1.75.0-13.el9_7.x86_64 3/31 #13 92.70 Installing : boost-filesystem-1.75.0-13.el9_7.x86_64 4/31 #13 93.23 Installing : libicu-67.1-10.el9_6.x86_64 5/31 #13 93.23 Installing : boost-regex-1.75.0-13.el9_7.x86_64 6/31 #13 93.26 Installing : boost-context-1.75.0-13.el9_7.x86_64 7/31 #13 93.26 Installing : boost-date-time-1.75.0-13.el9_7.x86_64 8/31 #13 93.26 Installing : boost-atomic-1.75.0-13.el9_7.x86_64 9/31 #13 93.29 Installing : boost-log-1.75.0-13.el9_7.x86_64 10/31 #13 93.29 Installing : boost-wave-1.75.0-13.el9_7.x86_64 11/31 #13 93.29 Installing : boost-coroutine-1.75.0-13.el9_7.x86_64 12/31 #13 93.32 Installing : boost-fiber-1.75.0-13.el9_7.x86_64 13/31 #13 93.32 Installing : boost-graph-1.75.0-13.el9_7.x86_64 14/31 #13 93.35 Installing : boost-locale-1.75.0-13.el9_7.x86_64 15/31 #13 93.35 Installing : boost-type_erasure-1.75.0-13.el9_7.x86_64 16/31 #13 93.35 Installing : boost-timer-1.75.0-13.el9_7.x86_64 17/31 #13 93.35 Installing : libunwind-1.6.2-1.el9.x86_64 18/31 #13 93.39 Installing : boost-test-1.75.0-13.el9_7.x86_64 19/31 #13 93.39 Installing : boost-stacktrace-1.75.0-13.el9_7.x86_64 20/31 #13 93.41 Installing : boost-serialization-1.75.0-13.el9_7.x86_64 21/31 #13 93.43 Installing : boost-random-1.75.0-13.el9_7.x86_64 22/31 #13 93.43 Installing : boost-python3-1.75.0-13.el9_7.x86_64 23/31 #13 93.43 Installing : boost-program-options-1.75.0-13.el9_7.x86_64 24/31 #13 93.46 Installing : boost-nowide-1.75.0-13.el9_7.x86_64 25/31 #13 93.46 Installing : boost-math-1.75.0-13.el9_7.x86_64 26/31 #13 93.50 Installing : boost-iostreams-1.75.0-13.el9_7.x86_64 27/31 #13 93.50 Installing : boost-contract-1.75.0-13.el9_7.x86_64 28/31 #13 93.50 Installing : boost-container-1.75.0-13.el9_7.x86_64 29/31 #13 93.50 Installing : boost-1.75.0-13.el9_7.x86_64 30/31 #13 93.54 Installing : gperftools-libs-2.9.1-3.el9.x86_64 31/31 #13 93.58 Running scriptlet: gperftools-libs-2.9.1-3.el9.x86_64 31/31 #13 94.06 Verifying : libicu-67.1-10.el9_6.x86_64 1/31 #13 94.06 Verifying : boost-1.75.0-13.el9_7.x86_64 2/31 #13 94.06 Verifying : boost-atomic-1.75.0-13.el9_7.x86_64 3/31 #13 94.06 Verifying : boost-chrono-1.75.0-13.el9_7.x86_64 4/31 #13 94.06 Verifying : boost-container-1.75.0-13.el9_7.x86_64 5/31 #13 94.06 Verifying : boost-context-1.75.0-13.el9_7.x86_64 6/31 #13 94.06 Verifying : boost-contract-1.75.0-13.el9_7.x86_64 7/31 #13 94.06 Verifying : boost-coroutine-1.75.0-13.el9_7.x86_64 8/31 #13 94.06 Verifying : boost-date-time-1.75.0-13.el9_7.x86_64 9/31 #13 94.06 Verifying : boost-fiber-1.75.0-13.el9_7.x86_64 10/31 #13 94.06 Verifying : boost-filesystem-1.75.0-13.el9_7.x86_64 11/31 #13 94.06 Verifying : boost-graph-1.75.0-13.el9_7.x86_64 12/31 #13 94.06 Verifying : boost-iostreams-1.75.0-13.el9_7.x86_64 13/31 #13 94.06 Verifying : boost-locale-1.75.0-13.el9_7.x86_64 14/31 #13 94.06 Verifying : boost-log-1.75.0-13.el9_7.x86_64 15/31 #13 94.06 Verifying : boost-math-1.75.0-13.el9_7.x86_64 16/31 #13 94.06 Verifying : boost-nowide-1.75.0-13.el9_7.x86_64 17/31 #13 94.06 Verifying : boost-program-options-1.75.0-13.el9_7.x86_64 18/31 #13 94.06 Verifying : boost-python3-1.75.0-13.el9_7.x86_64 19/31 #13 94.06 Verifying : boost-random-1.75.0-13.el9_7.x86_64 20/31 #13 94.06 Verifying : boost-regex-1.75.0-13.el9_7.x86_64 21/31 #13 94.06 Verifying : boost-serialization-1.75.0-13.el9_7.x86_64 22/31 #13 94.06 Verifying : boost-stacktrace-1.75.0-13.el9_7.x86_64 23/31 #13 94.06 Verifying : boost-system-1.75.0-13.el9_7.x86_64 24/31 #13 94.06 Verifying : boost-test-1.75.0-13.el9_7.x86_64 25/31 #13 94.06 Verifying : boost-thread-1.75.0-13.el9_7.x86_64 26/31 #13 94.06 Verifying : boost-timer-1.75.0-13.el9_7.x86_64 27/31 #13 94.06 Verifying : boost-type_erasure-1.75.0-13.el9_7.x86_64 28/31 #13 94.06 Verifying : boost-wave-1.75.0-13.el9_7.x86_64 29/31 #13 94.06 Verifying : gperftools-libs-2.9.1-3.el9.x86_64 30/31 #13 94.06 Verifying : libunwind-1.6.2-1.el9.x86_64 31/31 #13 94.21 #13 94.21 Installed: #13 94.21 boost-1.75.0-13.el9_7.x86_64 #13 94.21 boost-atomic-1.75.0-13.el9_7.x86_64 #13 94.21 boost-chrono-1.75.0-13.el9_7.x86_64 #13 94.21 boost-container-1.75.0-13.el9_7.x86_64 #13 94.21 boost-context-1.75.0-13.el9_7.x86_64 #13 94.21 boost-contract-1.75.0-13.el9_7.x86_64 #13 94.21 boost-coroutine-1.75.0-13.el9_7.x86_64 #13 94.21 boost-date-time-1.75.0-13.el9_7.x86_64 #13 94.21 boost-fiber-1.75.0-13.el9_7.x86_64 #13 94.21 boost-filesystem-1.75.0-13.el9_7.x86_64 #13 94.21 boost-graph-1.75.0-13.el9_7.x86_64 #13 94.21 boost-iostreams-1.75.0-13.el9_7.x86_64 #13 94.21 boost-locale-1.75.0-13.el9_7.x86_64 #13 94.21 boost-log-1.75.0-13.el9_7.x86_64 #13 94.21 boost-math-1.75.0-13.el9_7.x86_64 #13 94.21 boost-nowide-1.75.0-13.el9_7.x86_64 #13 94.21 boost-program-options-1.75.0-13.el9_7.x86_64 #13 94.21 boost-python3-1.75.0-13.el9_7.x86_64 #13 94.21 boost-random-1.75.0-13.el9_7.x86_64 #13 94.21 boost-regex-1.75.0-13.el9_7.x86_64 #13 94.21 boost-serialization-1.75.0-13.el9_7.x86_64 #13 94.21 boost-stacktrace-1.75.0-13.el9_7.x86_64 #13 94.21 boost-system-1.75.0-13.el9_7.x86_64 #13 94.21 boost-test-1.75.0-13.el9_7.x86_64 #13 94.21 boost-thread-1.75.0-13.el9_7.x86_64 #13 94.21 boost-timer-1.75.0-13.el9_7.x86_64 #13 94.21 boost-type_erasure-1.75.0-13.el9_7.x86_64 #13 94.21 boost-wave-1.75.0-13.el9_7.x86_64 #13 94.21 gperftools-libs-2.9.1-3.el9.x86_64 #13 94.21 libicu-67.1-10.el9_6.x86_64 #13 94.21 libunwind-1.6.2-1.el9.x86_64 #13 94.21 #13 94.21 Complete! #13 94.69 77 files removed #13 95.30 Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/, http://localhost:6667/pip/simple #13 95.42 Collecting contrail-vrouter-api==0.1.dev0 #13 95.42 Downloading http://localhost:6667/pip/simple/contrail-vrouter-api/contrail_vrouter_api-0.1.dev0-py3-none-any.whl (2.9 kB) #13 95.86 Installing collected packages: contrail-vrouter-api #13 95.86 Successfully installed contrail-vrouter-api-0.1.dev0 #13 95.86 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 97.3s #14 [stage-1 8/8] COPY *.sh / #14 DONE 2.7s #15 exporting to image #15 exporting layers #15 exporting layers 2.2s done #15 writing image sha256:129bcf0e07e9166b99956a0e1c3c1de4f32a21f14d3ae99eda3e244c6eec5fad #15 writing image sha256:129bcf0e07e9166b99956a0e1c3c1de4f32a21f14d3ae99eda3e244c6eec5fad 0.0s done #15 naming to nexus.gz1.opensdn.io:5101/opensdn-tor-agent:master-2_7_7_1-1 0.0s done #15 DONE 2.4s 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-03-27 10:37:12,341: INFO: Docker build duration: 155 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-tor-agent] d6d90b59fabb: Preparing 6a79597f611b: Preparing 040904fb8498: Preparing 7084e0c129df: Preparing 14a3024e2ca0: Preparing d4ed8ec8ce97: Preparing eca77cb28618: Preparing 38782394c44c: Preparing db45e1ecde3d: Preparing e6beb9d552e0: Preparing bbc8b04106f2: Preparing f28242740d26: Preparing e5183144c451: Preparing 51b958162308: Preparing 27d7b1e4b09d: Preparing dc3301de336a: Preparing 4429cdd80a32: Preparing e2ba1e04a65e: Preparing 476680d2b86c: Preparing 69458eb854f0: Preparing 44343de3ea1d: Preparing d6d90b59fabb: Waiting 6a79597f611b: Waiting 040904fb8498: Waiting 7084e0c129df: Waiting 14a3024e2ca0: Waiting d4ed8ec8ce97: Waiting eca77cb28618: Waiting 38782394c44c: Waiting db45e1ecde3d: Waiting e6beb9d552e0: Waiting bbc8b04106f2: Waiting f28242740d26: Waiting e5183144c451: Waiting 51b958162308: Waiting 27d7b1e4b09d: Waiting dc3301de336a: Waiting 4429cdd80a32: Waiting e2ba1e04a65e: Waiting 476680d2b86c: Waiting 69458eb854f0: Waiting 44343de3ea1d: Waiting d6d90b59fabb: Pushed 040904fb8498: Pushed 7084e0c129df: Pushed 14a3024e2ca0: Pushed d4ed8ec8ce97: Pushed 38782394c44c: Layer already exists db45e1ecde3d: Layer already exists e6beb9d552e0: Layer already exists eca77cb28618: Pushed bbc8b04106f2: Layer already exists f28242740d26: Layer already exists e5183144c451: Layer already exists 51b958162308: Layer already exists 27d7b1e4b09d: Layer already exists dc3301de336a: Layer already exists 4429cdd80a32: Layer already exists e2ba1e04a65e: Layer already exists 476680d2b86c: Layer already exists 69458eb854f0: Layer already exists 44343de3ea1d: Layer already exists 6a79597f611b: Pushed master-2_7_7_1-1: digest: sha256:f51e1bc86318ab330e3cd56e4a7326e49c22d4b7fbcca37bbfee03e2b2c6b07f size: 4713 2026-03-27 10:37:33,906: INFO: Building opensdn-tor-agent finished successfully, duration: 176 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-1 9b147205340c 683MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-api:master-2_7_7_1-1 465af0abdea7 692MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-base:master-2_7_7_1-1 2ecaed54e81f 667MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-collector:master-2_7_7_1-1 8b40f37126ca 749MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-query-engine:master-2_7_7_1-1 23d7ebca8c2f 745MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-base:master-2_7_7_1-1 e62f165b76f2 908MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-collector:master-2_7_7_1-1 3a37d870c62d 909MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-topology:master-2_7_7_1-1 83c7b9db4fe6 909MB 0B nexus.gz1.opensdn.io:5101/opensdn-ansible-deployer-src:master-2_7_7_1-1 2c405a52d7ba 1.41MB 0B nexus.gz1.opensdn.io:5101/opensdn-base:master-2_7_7_1-1 f824a4b59c98 667MB 0B nexus.gz1.opensdn.io:5101/opensdn-build-manifest-src:master-2_7_7_1-1 93ef521141ea 4.17kB 0B nexus.gz1.opensdn.io:5101/opensdn-charms-src:master-2_7_7_1-1 3a646012cea4 6.05MB 0B nexus.gz1.opensdn.io:5101/opensdn-container-builder-src:master-2_7_7_1-1 bf9bb9b9704d 2.39MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-api:master-2_7_7_1-1 28425a5a0d94 705MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-base:master-2_7_7_1-1 0b94e0effd9d 667MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-dnsmasq:master-2_7_7_1-1 99517634eb5d 682MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-schema:master-2_7_7_1-1 54f455d7bc3d 668MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-svcmonitor:master-2_7_7_1-1 c264dce1dd12 689MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-base:master-2_7_7_1-1 ee387e319bfc 726MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-control:master-2_7_7_1-1 732424d1bdb2 753MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-dns:master-2_7_7_1-1 148bd2ac3364 753MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-named:master-2_7_7_1-1 85e9a0845d95 734MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-webui-base:master-2_7_7_1-1 3a961dbcb576 914MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-webui-job:master-2_7_7_1-1 b98d1c8d936f 914MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-webui-web:master-2_7_7_1-1 ab85acc6682d 914MB 0B nexus.gz1.opensdn.io:5101/opensdn-debug:master-2_7_7_1-1 4d7008b00ce7 428MB 0B nexus.gz1.opensdn.io:5101/opensdn-deployment-test:master-2_7_7_1-1 4e72ed17d0ab 441MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-cassandra:master-2_7_7_1-1 9b3d5ddd7d86 331MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-haproxy:master-2_7_7_1-1 5c40a267313e 144MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-kafka:master-2_7_7_1-1 e7c2349f2b57 392MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-rabbitmq:master-2_7_7_1-1 d798ce979d80 363MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-redis:master-2_7_7_1-1 32c558e46690 171MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-rsyslogd:master-2_7_7_1-1 8a538bc2ff36 440MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-stunnel:master-2_7_7_1-1 1e86c88fc93f 454MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-zookeeper:master-2_7_7_1-1 f062f1666fa8 301MB 0B nexus.gz1.opensdn.io:5101/opensdn-general-base:master-2_7_7_1-1 dfe15dc0611a 428MB 0B nexus.gz1.opensdn.io:5101/opensdn-kolla-ansible-src:master-2_7_7_1-1 ab97e594fb55 32.7MB 0B nexus.gz1.opensdn.io:5101/opensdn-kubernetes-cni-init:master-2_7_7_1-1 4776858e1834 687MB 0B nexus.gz1.opensdn.io:5101/opensdn-kubernetes-kube-manager:master-2_7_7_1-1 dbb5df329658 672MB 0B nexus.gz1.opensdn.io:5101/opensdn-node-init:master-2_7_7_1-1 18c3687c7167 667MB 0B nexus.gz1.opensdn.io:5101/opensdn-nodemgr:master-2_7_7_1-1 310a61bda147 802MB 0B nexus.gz1.opensdn.io:5101/opensdn-openstack-compute-init:master-2_7_7_1-1 ccf3580e4aca 428MB 0B nexus.gz1.opensdn.io:5101/opensdn-openstack-heat-init:master-2_7_7_1-1 0b3a12399cd7 444MB 0B nexus.gz1.opensdn.io:5101/opensdn-openstack-neutron-init:master-2_7_7_1-1 a8a43945eae0 444MB 0B nexus.gz1.opensdn.io:5101/opensdn-provisioner:master-2_7_7_1-1 b27b9f8d1c3d 667MB 0B nexus.gz1.opensdn.io:5101/opensdn-status:master-2_7_7_1-1 428c32c7a060 802MB 0B nexus.gz1.opensdn.io:5101/opensdn-test-test:master-2_7_7_1-1 a79acaa1d516 1.83GB 0B nexus.gz1.opensdn.io:5101/opensdn-tools:master-2_7_7_1-1 f919d3afb950 1.27GB 0B nexus.gz1.opensdn.io:5101/opensdn-tor-agent:master-2_7_7_1-1 129bcf0e07e9 726MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-agent-dpdk:master-2_7_7_1-1 9e0636a7fe80 958MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-agent:master-2_7_7_1-1 2102193ff52e 924MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-base:master-2_7_7_1-1 cc46f8985fff 734MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-kernel-build-init:master-2_7_7_1-1 f52bed2df930 612MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-kernel-init-dpdk:master-2_7_7_1-1 db171b6ab449 734MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-kernel-init:master-2_7_7_1-1 5a5915e0f415 365MB 0B nexus.gz1.opensdn.io:5101/tf-dev-sandbox:frozen 28ed4af3d16b 21GB 0B U opensdn-test-test:master-2_7_7_1-1 a79acaa1d516 1.83GB 0B tf-dev-sandbox:compile 7d88f04c475b 34.3GB 0B