2026-03-27 10:33:51,183: INFO: Building opensdn-tor-agent 2026-03-27 10:33:51,230: 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_0-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.8s #2 [internal] load metadata for nexus.gz1.opensdn.io:5101/opensdn-base:master-2_7_7_0-1 #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.1s #5 [build 1/1] FROM docker.io/library/tf-dev-sandbox:compile #5 CACHED #6 [1/3] FROM nexus.gz1.opensdn.io:5101/opensdn-base:master-2_7_7_0-1 #6 CACHED #7 [internal] load build context #7 DONE 0.0s #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 0.8s #9 [stage-1 3/8] COPY --from=build /buildroot/usr/lib/libisccc-9.21.3.so /usr/lib/ #9 DONE 1.4s #10 [stage-1 4/8] COPY --from=build /buildroot/usr/lib/libisccfg-9.21.3.so /usr/lib/ #10 DONE 0.8s #11 [stage-1 5/8] COPY --from=build /buildroot/usr/bin/contrail-vrouter-agent-health-check.py /usr/bin/ #11 DONE 0.2s #12 [stage-1 6/8] COPY --from=build /buildroot/usr/bin/contrail_crypt_tunnel_client.py /usr/bin/ #12 DONE 0.4s #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 1.699 added from: http://tf-mirrors.gz1.opensdn.io/re 60 MB/s | 14 MB 00:00 #13 6.285 added from: http://tf-mirrors.gz1.opensdn.io/re 27 MB/s | 1.9 MB 00:00 #13 7.466 added from: http://tf-mirrors.gz1.opensdn.io/re 18 MB/s | 402 kB 00:00 #13 8.126 added from: http://tf-mirrors.gz1.opensdn.io/re 38 MB/s | 16 MB 00:00 #13 17.82 added from: http://tf-mirrors.gz1.opensdn.io/re 54 MB/s | 11 MB 00:00 #13 25.87 added from: http://tf-mirrors.gz1.opensdn.io/re 19 MB/s | 1.1 MB 00:00 #13 26.96 added from: http://tf-mirrors.gz1.opensdn.io/re 22 MB/s | 4.8 MB 00:00 #13 32.62 added from: http://tf-mirrors.gz1.opensdn.io/re 10 MB/s | 697 kB 00:00 #13 33.37 added from: http://tf-mirrors.gz1.opensdn.io/re 11 MB/s | 474 kB 00:00 #13 34.34 added from: http://tf-mirrors.gz1.opensdn.io/re 448 kB/s | 18 kB 00:00 #13 35.02 added from: http://tf-mirrors.gz1.opensdn.io/re 5.2 kB/s | 257 B 00:00 #13 35.71 added from: http://tf-mirrors.gz1.opensdn.io/re 380 kB/s | 15 kB 00:00 #13 36.14 added from: http://tf-mirrors.gz1.opensdn.io/re 3.7 MB/s | 96 kB 00:00 #13 37.71 added from: http://tf-mirrors.gz1.opensdn.io/re 37 MB/s | 39 MB 00:01 #13 68.91 Third parties for OpenSDN 34 MB/s | 5.1 MB 00:00 #13 83.83 Dependencies resolved. #13 83.83 ========================================================================================== #13 83.83 Package Arch Version Repository Size #13 83.83 ========================================================================================== #13 83.83 Installing: #13 83.83 boost x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 9.9 k #13 83.83 gperftools-libs x86_64 2.9.1-3.el9 tf-mirrors.ci_repos_epel9.repo 308 k #13 83.83 Installing dependencies: #13 83.83 boost-atomic x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 15 k #13 83.83 boost-chrono x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 23 k #13 83.83 boost-container x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 35 k #13 83.83 boost-context x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 13 k #13 83.83 boost-contract x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 43 k #13 83.83 boost-coroutine x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 30 k #13 83.83 boost-date-time x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 11 k #13 83.83 boost-fiber x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 37 k #13 83.83 boost-filesystem x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 55 k #13 83.83 boost-graph x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 99 k #13 83.83 boost-iostreams x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 37 k #13 83.83 boost-locale x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 212 k #13 83.83 boost-log x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 405 k #13 83.83 boost-math x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 203 k #13 83.83 boost-nowide x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 13 k #13 83.83 boost-program-options x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 104 k #13 83.83 boost-python3 x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 91 k #13 83.83 boost-random x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 22 k #13 83.83 boost-regex x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 275 k #13 83.83 boost-serialization x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 127 k #13 83.83 boost-stacktrace x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 25 k #13 83.83 boost-system x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 11 k #13 83.83 boost-test x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 228 k #13 83.83 boost-thread x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 53 k #13 83.83 boost-timer x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 21 k #13 83.83 boost-type_erasure x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 28 k #13 83.83 boost-wave x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 207 k #13 83.83 libicu x86_64 67.1-10.el9_6 tf-mirrors.ci_repos_yum9-baseos 9.6 M #13 83.83 libunwind x86_64 1.6.2-1.el9 tf-mirrors.ci_repos_epel9.repo 67 k #13 83.83 #13 83.83 Transaction Summary #13 83.83 ========================================================================================== #13 83.83 Install 31 Packages #13 83.83 #13 83.83 Total download size: 12 M #13 83.83 Installed size: 41 M #13 83.83 Downloading Packages: #13 83.83 (1/31): boost-1.75.0-13.el9_7.x86_64.rpm 552 kB/s | 9.9 kB 00:00 #13 83.83 (2/31): boost-atomic-1.75.0-13.el9_7.x86_64.rpm 703 kB/s | 15 kB 00:00 #13 83.85 (3/31): boost-chrono-1.75.0-13.el9_7.x86_64.rpm 2.9 MB/s | 23 kB 00:00 #13 83.85 (4/31): boost-container-1.75.0-13.el9_7.x86_64. 4.9 MB/s | 35 kB 00:00 #13 83.85 (5/31): boost-context-1.75.0-13.el9_7.x86_64.rp 715 kB/s | 13 kB 00:00 #13 83.88 (6/31): boost-contract-1.75.0-13.el9_7.x86_64.r 1.9 MB/s | 43 kB 00:00 #13 83.88 (7/31): boost-coroutine-1.75.0-13.el9_7.x86_64. 3.7 MB/s | 30 kB 00:00 #13 83.88 (8/31): boost-date-time-1.75.0-13.el9_7.x86_64. 2.7 MB/s | 11 kB 00:00 #13 83.88 (9/31): boost-fiber-1.75.0-13.el9_7.x86_64.rpm 2.6 MB/s | 37 kB 00:00 #13 83.88 (10/31): boost-filesystem-1.75.0-13.el9_7.x86_6 3.7 MB/s | 55 kB 00:00 #13 83.88 (11/31): boost-graph-1.75.0-13.el9_7.x86_64.rpm 17 MB/s | 99 kB 00:00 #13 83.91 (12/31): boost-iostreams-1.75.0-13.el9_7.x86_64 6.8 MB/s | 37 kB 00:00 #13 83.91 (13/31): boost-locale-1.75.0-13.el9_7.x86_64.rp 32 MB/s | 212 kB 00:00 #13 83.91 (14/31): boost-log-1.75.0-13.el9_7.x86_64.rpm 21 MB/s | 405 kB 00:00 #13 83.91 (15/31): boost-math-1.75.0-13.el9_7.x86_64.rpm 10 MB/s | 203 kB 00:00 #13 83.91 (16/31): boost-nowide-1.75.0-13.el9_7.x86_64.rp 1.9 MB/s | 13 kB 00:00 #13 83.91 (17/31): boost-program-options-1.75.0-13.el9_7. 19 MB/s | 104 kB 00:00 #13 83.94 (18/31): boost-python3-1.75.0-13.el9_7.x86_64.r 14 MB/s | 91 kB 00:00 #13 83.94 (19/31): boost-random-1.75.0-13.el9_7.x86_64.rp 3.6 MB/s | 22 kB 00:00 #13 83.94 (20/31): boost-regex-1.75.0-13.el9_7.x86_64.rpm 26 MB/s | 275 kB 00:00 #13 83.94 (21/31): boost-serialization-1.75.0-13.el9_7.x8 11 MB/s | 127 kB 00:00 #13 83.94 (22/31): boost-stacktrace-1.75.0-13.el9_7.x86_6 3.9 MB/s | 25 kB 00:00 #13 83.94 (23/31): boost-system-1.75.0-13.el9_7.x86_64.rp 1.8 MB/s | 11 kB 00:00 #13 83.94 (24/31): boost-test-1.75.0-13.el9_7.x86_64.rpm 28 MB/s | 228 kB 00:00 #13 83.94 (25/31): boost-thread-1.75.0-13.el9_7.x86_64.rp 5.4 MB/s | 53 kB 00:00 #13 83.98 (26/31): boost-timer-1.75.0-13.el9_7.x86_64.rpm 3.1 MB/s | 21 kB 00:00 #13 83.98 (27/31): boost-type_erasure-1.75.0-13.el9_7.x86 6.0 MB/s | 28 kB 00:00 #13 83.98 (28/31): boost-wave-1.75.0-13.el9_7.x86_64.rpm 30 MB/s | 207 kB 00:00 #13 83.98 (29/31): gperftools-libs-2.9.1-3.el9.x86_64.rpm 27 MB/s | 308 kB 00:00 #13 83.98 (30/31): libunwind-1.6.2-1.el9.x86_64.rpm 5.7 MB/s | 67 kB 00:00 #13 84.18 (31/31): libicu-67.1-10.el9_6.x86_64.rpm 28 MB/s | 9.6 MB 00:00 #13 84.18 -------------------------------------------------------------------------------- #13 84.18 Total 36 MB/s | 12 MB 00:00 #13 84.18 Running transaction check #13 84.28 Transaction check succeeded. #13 84.28 Running transaction test #13 84.84 Transaction test succeeded. #13 84.84 Running transaction #13 85.89 Preparing : 1/1 #13 85.98 Installing : boost-system-1.75.0-13.el9_7.x86_64 1/31 #13 85.98 Installing : boost-chrono-1.75.0-13.el9_7.x86_64 2/31 #13 85.98 Installing : boost-thread-1.75.0-13.el9_7.x86_64 3/31 #13 85.98 Installing : boost-filesystem-1.75.0-13.el9_7.x86_64 4/31 #13 86.39 Installing : libicu-67.1-10.el9_6.x86_64 5/31 #13 86.41 Installing : boost-regex-1.75.0-13.el9_7.x86_64 6/31 #13 86.42 Installing : boost-context-1.75.0-13.el9_7.x86_64 7/31 #13 86.43 Installing : boost-date-time-1.75.0-13.el9_7.x86_64 8/31 #13 86.43 Installing : boost-atomic-1.75.0-13.el9_7.x86_64 9/31 #13 86.44 Installing : boost-log-1.75.0-13.el9_7.x86_64 10/31 #13 86.47 Installing : boost-wave-1.75.0-13.el9_7.x86_64 11/31 #13 86.47 Installing : boost-coroutine-1.75.0-13.el9_7.x86_64 12/31 #13 86.48 Installing : boost-fiber-1.75.0-13.el9_7.x86_64 13/31 #13 86.50 Installing : boost-graph-1.75.0-13.el9_7.x86_64 14/31 #13 86.51 Installing : boost-locale-1.75.0-13.el9_7.x86_64 15/31 #13 86.51 Installing : boost-type_erasure-1.75.0-13.el9_7.x86_64 16/31 #13 86.52 Installing : boost-timer-1.75.0-13.el9_7.x86_64 17/31 #13 86.53 Installing : libunwind-1.6.2-1.el9.x86_64 18/31 #13 86.53 Installing : boost-test-1.75.0-13.el9_7.x86_64 19/31 #13 86.56 Installing : boost-stacktrace-1.75.0-13.el9_7.x86_64 20/31 #13 86.56 Installing : boost-serialization-1.75.0-13.el9_7.x86_64 21/31 #13 86.57 Installing : boost-random-1.75.0-13.el9_7.x86_64 22/31 #13 86.58 Installing : boost-python3-1.75.0-13.el9_7.x86_64 23/31 #13 86.59 Installing : boost-program-options-1.75.0-13.el9_7.x86_64 24/31 #13 86.59 Installing : boost-nowide-1.75.0-13.el9_7.x86_64 25/31 #13 86.61 Installing : boost-math-1.75.0-13.el9_7.x86_64 26/31 #13 86.67 Installing : boost-iostreams-1.75.0-13.el9_7.x86_64 27/31 #13 86.67 Installing : boost-contract-1.75.0-13.el9_7.x86_64 28/31 #13 86.67 Installing : boost-container-1.75.0-13.el9_7.x86_64 29/31 #13 86.67 Installing : boost-1.75.0-13.el9_7.x86_64 30/31 #13 86.67 Installing : gperftools-libs-2.9.1-3.el9.x86_64 31/31 #13 86.71 Running scriptlet: gperftools-libs-2.9.1-3.el9.x86_64 31/31 #13 86.89 Verifying : libicu-67.1-10.el9_6.x86_64 1/31 #13 86.89 Verifying : boost-1.75.0-13.el9_7.x86_64 2/31 #13 86.89 Verifying : boost-atomic-1.75.0-13.el9_7.x86_64 3/31 #13 86.89 Verifying : boost-chrono-1.75.0-13.el9_7.x86_64 4/31 #13 86.89 Verifying : boost-container-1.75.0-13.el9_7.x86_64 5/31 #13 86.89 Verifying : boost-context-1.75.0-13.el9_7.x86_64 6/31 #13 86.89 Verifying : boost-contract-1.75.0-13.el9_7.x86_64 7/31 #13 86.89 Verifying : boost-coroutine-1.75.0-13.el9_7.x86_64 8/31 #13 86.89 Verifying : boost-date-time-1.75.0-13.el9_7.x86_64 9/31 #13 86.89 Verifying : boost-fiber-1.75.0-13.el9_7.x86_64 10/31 #13 86.89 Verifying : boost-filesystem-1.75.0-13.el9_7.x86_64 11/31 #13 86.89 Verifying : boost-graph-1.75.0-13.el9_7.x86_64 12/31 #13 86.89 Verifying : boost-iostreams-1.75.0-13.el9_7.x86_64 13/31 #13 86.89 Verifying : boost-locale-1.75.0-13.el9_7.x86_64 14/31 #13 86.89 Verifying : boost-log-1.75.0-13.el9_7.x86_64 15/31 #13 86.89 Verifying : boost-math-1.75.0-13.el9_7.x86_64 16/31 #13 86.89 Verifying : boost-nowide-1.75.0-13.el9_7.x86_64 17/31 #13 86.89 Verifying : boost-program-options-1.75.0-13.el9_7.x86_64 18/31 #13 86.89 Verifying : boost-python3-1.75.0-13.el9_7.x86_64 19/31 #13 86.89 Verifying : boost-random-1.75.0-13.el9_7.x86_64 20/31 #13 86.89 Verifying : boost-regex-1.75.0-13.el9_7.x86_64 21/31 #13 86.89 Verifying : boost-serialization-1.75.0-13.el9_7.x86_64 22/31 #13 86.89 Verifying : boost-stacktrace-1.75.0-13.el9_7.x86_64 23/31 #13 86.89 Verifying : boost-system-1.75.0-13.el9_7.x86_64 24/31 #13 86.89 Verifying : boost-test-1.75.0-13.el9_7.x86_64 25/31 #13 86.89 Verifying : boost-thread-1.75.0-13.el9_7.x86_64 26/31 #13 86.89 Verifying : boost-timer-1.75.0-13.el9_7.x86_64 27/31 #13 86.89 Verifying : boost-type_erasure-1.75.0-13.el9_7.x86_64 28/31 #13 86.89 Verifying : boost-wave-1.75.0-13.el9_7.x86_64 29/31 #13 86.89 Verifying : gperftools-libs-2.9.1-3.el9.x86_64 30/31 #13 86.89 Verifying : libunwind-1.6.2-1.el9.x86_64 31/31 #13 87.02 #13 87.02 Installed: #13 87.02 boost-1.75.0-13.el9_7.x86_64 #13 87.02 boost-atomic-1.75.0-13.el9_7.x86_64 #13 87.02 boost-chrono-1.75.0-13.el9_7.x86_64 #13 87.02 boost-container-1.75.0-13.el9_7.x86_64 #13 87.02 boost-context-1.75.0-13.el9_7.x86_64 #13 87.02 boost-contract-1.75.0-13.el9_7.x86_64 #13 87.02 boost-coroutine-1.75.0-13.el9_7.x86_64 #13 87.02 boost-date-time-1.75.0-13.el9_7.x86_64 #13 87.02 boost-fiber-1.75.0-13.el9_7.x86_64 #13 87.02 boost-filesystem-1.75.0-13.el9_7.x86_64 #13 87.02 boost-graph-1.75.0-13.el9_7.x86_64 #13 87.02 boost-iostreams-1.75.0-13.el9_7.x86_64 #13 87.02 boost-locale-1.75.0-13.el9_7.x86_64 #13 87.02 boost-log-1.75.0-13.el9_7.x86_64 #13 87.02 boost-math-1.75.0-13.el9_7.x86_64 #13 87.02 boost-nowide-1.75.0-13.el9_7.x86_64 #13 87.02 boost-program-options-1.75.0-13.el9_7.x86_64 #13 87.02 boost-python3-1.75.0-13.el9_7.x86_64 #13 87.02 boost-random-1.75.0-13.el9_7.x86_64 #13 87.02 boost-regex-1.75.0-13.el9_7.x86_64 #13 87.02 boost-serialization-1.75.0-13.el9_7.x86_64 #13 87.02 boost-stacktrace-1.75.0-13.el9_7.x86_64 #13 87.02 boost-system-1.75.0-13.el9_7.x86_64 #13 87.02 boost-test-1.75.0-13.el9_7.x86_64 #13 87.02 boost-thread-1.75.0-13.el9_7.x86_64 #13 87.02 boost-timer-1.75.0-13.el9_7.x86_64 #13 87.02 boost-type_erasure-1.75.0-13.el9_7.x86_64 #13 87.02 boost-wave-1.75.0-13.el9_7.x86_64 #13 87.02 gperftools-libs-2.9.1-3.el9.x86_64 #13 87.02 libicu-67.1-10.el9_6.x86_64 #13 87.02 libunwind-1.6.2-1.el9.x86_64 #13 87.02 #13 87.02 Complete! #13 87.70 77 files removed #13 88.79 Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/, http://localhost:6667/pip/simple #13 91.92 Collecting contrail-vrouter-api==0.1.dev0 #13 91.92 Downloading http://localhost:6667/pip/simple/contrail-vrouter-api/contrail_vrouter_api-0.1.dev0-py3-none-any.whl (2.9 kB) #13 92.47 Installing collected packages: contrail-vrouter-api #13 92.47 Successfully installed contrail-vrouter-api-0.1.dev0 #13 92.47 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 93.1s #14 [stage-1 8/8] COPY *.sh / #14 DONE 0.8s #15 exporting to image #15 exporting layers #15 exporting layers 3.9s done #15 writing image sha256:10e52fddf477dc951ca1ca1800ad915fb43765bcbb91582b65bd10f3c2bd12b2 #15 writing image sha256:10e52fddf477dc951ca1ca1800ad915fb43765bcbb91582b65bd10f3c2bd12b2 0.0s done #15 naming to nexus.gz1.opensdn.io:5101/opensdn-tor-agent:master-2_7_7_0-1 0.0s done #15 DONE 4.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-03-27 10:35:56,562: INFO: Docker build duration: 125 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-tor-agent] d8d811bf7a25: Preparing 87b8ce32f594: Preparing ef8c4c50a9cf: Preparing 9280f5627d88: Preparing 78ebd3db10ec: Preparing ccad14d0f209: Preparing d0e654216bd2: Preparing 922f013a43bd: Preparing 2ff3fcc302d2: Preparing bcff3ff468d9: Preparing db1c7da359ac: Preparing 94af8a219a85: Preparing 8250291ce5d6: Preparing ff69fe254b71: Preparing 51c2148281da: Preparing 3aa7579eaa73: Preparing dfda9b78fe53: Preparing 4b1d47570152: Preparing df9506c5f6f5: Preparing ebcdacafe239: Preparing 44343de3ea1d: Preparing d8d811bf7a25: Waiting 87b8ce32f594: Waiting ef8c4c50a9cf: Waiting 9280f5627d88: Waiting 78ebd3db10ec: Waiting ccad14d0f209: Waiting d0e654216bd2: Waiting 922f013a43bd: Waiting 2ff3fcc302d2: Waiting bcff3ff468d9: Waiting db1c7da359ac: Waiting 94af8a219a85: Waiting 8250291ce5d6: Waiting ff69fe254b71: Waiting 51c2148281da: Waiting 3aa7579eaa73: Waiting dfda9b78fe53: Waiting 4b1d47570152: Waiting df9506c5f6f5: Waiting ebcdacafe239: Waiting 44343de3ea1d: Waiting ef8c4c50a9cf: Pushed d8d811bf7a25: Pushed 9280f5627d88: Pushed 78ebd3db10ec: Pushed ccad14d0f209: Pushed 922f013a43bd: Layer already exists 2ff3fcc302d2: Layer already exists d0e654216bd2: Pushed bcff3ff468d9: Layer already exists db1c7da359ac: Layer already exists 94af8a219a85: Layer already exists 8250291ce5d6: Layer already exists 51c2148281da: Layer already exists ff69fe254b71: Layer already exists 3aa7579eaa73: Layer already exists dfda9b78fe53: Layer already exists 4b1d47570152: Layer already exists df9506c5f6f5: Layer already exists ebcdacafe239: Layer already exists 44343de3ea1d: Layer already exists 87b8ce32f594: Pushed master-2_7_7_0-1: digest: sha256:260dec05fcc9cb1e5e0a3973988c4748160509c65659116f6b459a36879ba496 size: 4713 2026-03-27 10:36:12,419: INFO: Building opensdn-tor-agent finished successfully, duration: 141 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_0-1 0da4f5bebeaf 683MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-api:master-2_7_7_0-1 6e106acb24f4 692MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-base:master-2_7_7_0-1 45a22c9780f7 667MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-collector:master-2_7_7_0-1 d7c14f000e0b 749MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-query-engine:master-2_7_7_0-1 680b26c11472 745MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-base:master-2_7_7_0-1 77194c4735c2 908MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-collector:master-2_7_7_0-1 0de693d2857b 909MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-topology:master-2_7_7_0-1 ca3104e2e49c 909MB 0B nexus.gz1.opensdn.io:5101/opensdn-ansible-deployer-src:master-2_7_7_0-1 8b7528abae8b 1.41MB 0B nexus.gz1.opensdn.io:5101/opensdn-base:master-2_7_7_0-1 fed2a8c479a6 667MB 0B nexus.gz1.opensdn.io:5101/opensdn-build-manifest-src:master-2_7_7_0-1 9ec67abb7132 4.17kB 0B nexus.gz1.opensdn.io:5101/opensdn-charms-src:master-2_7_7_0-1 aa9e05dfd4b0 6.05MB 0B nexus.gz1.opensdn.io:5101/opensdn-container-builder-src:master-2_7_7_0-1 052d1e7faa78 2.48MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-base:master-2_7_7_0-1 f70f4a32130d 667MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-dnsmasq:master-2_7_7_0-1 3d35366b4daa 682MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-schema:master-2_7_7_0-1 dd73dff79732 668MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-svcmonitor:master-2_7_7_0-1 f66e1dafc58d 689MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-base:master-2_7_7_0-1 740b77a3d305 726MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-control:master-2_7_7_0-1 189b06ab938d 753MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-dns:master-2_7_7_0-1 aac3dbf63441 753MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-named:master-2_7_7_0-1 12f12fd9f800 734MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-webui-base:master-2_7_7_0-1 1a04518440ea 914MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-webui-job:master-2_7_7_0-1 ae8203c0bc4c 914MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-webui-web:master-2_7_7_0-1 ac19db80f333 914MB 0B nexus.gz1.opensdn.io:5101/opensdn-debug:master-2_7_7_0-1 abcb14bc6c3d 428MB 0B nexus.gz1.opensdn.io:5101/opensdn-deployment-test:master-2_7_7_0-1 bd38e91ca9c4 441MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-cassandra:master-2_7_7_0-1 7d1454265e5d 331MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-haproxy:master-2_7_7_0-1 e1dd48824620 144MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-kafka:master-2_7_7_0-1 3f924c6dd0f3 392MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-rabbitmq:master-2_7_7_0-1 d229f0239f17 363MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-redis:master-2_7_7_0-1 b11be3c5cc12 171MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-rsyslogd:master-2_7_7_0-1 78600671d870 440MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-stunnel:master-2_7_7_0-1 5bcb822b1e7c 454MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-zookeeper:master-2_7_7_0-1 37866279d483 301MB 0B nexus.gz1.opensdn.io:5101/opensdn-general-base:master-2_7_7_0-1 271a52d71b2f 428MB 0B nexus.gz1.opensdn.io:5101/opensdn-kolla-ansible-src:master-2_7_7_0-1 0f56056d410d 32.7MB 0B nexus.gz1.opensdn.io:5101/opensdn-kubernetes-cni-init:master-2_7_7_0-1 8d0bcd40d80a 687MB 0B nexus.gz1.opensdn.io:5101/opensdn-kubernetes-kube-manager:master-2_7_7_0-1 4e953a74d285 672MB 0B nexus.gz1.opensdn.io:5101/opensdn-node-init:master-2_7_7_0-1 4180679ed9d3 667MB 0B nexus.gz1.opensdn.io:5101/opensdn-nodemgr:master-2_7_7_0-1 b1715f97bceb 802MB 0B nexus.gz1.opensdn.io:5101/opensdn-openstack-compute-init:master-2_7_7_0-1 d416008cce20 428MB 0B nexus.gz1.opensdn.io:5101/opensdn-openstack-heat-init:master-2_7_7_0-1 a1e1b96734ef 444MB 0B nexus.gz1.opensdn.io:5101/opensdn-openstack-neutron-init:master-2_7_7_0-1 accb95409b61 444MB 0B nexus.gz1.opensdn.io:5101/opensdn-provisioner:master-2_7_7_0-1 f638511505af 667MB 0B nexus.gz1.opensdn.io:5101/opensdn-status:master-2_7_7_0-1 f6cbb6fe5d3e 802MB 0B nexus.gz1.opensdn.io:5101/opensdn-test-test:master-2_7_7_0-1 9c78beb32786 1.83GB 0B nexus.gz1.opensdn.io:5101/opensdn-tor-agent:master-2_7_7_0-1 10e52fddf477 726MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-agent-dpdk:master-2_7_7_0-1 7f1f25ff8cc8 958MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-agent:master-2_7_7_0-1 25394f63c908 924MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-base:master-2_7_7_0-1 3bc1f2d86e8b 734MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-kernel-build-init:master-2_7_7_0-1 c141d705e515 612MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-kernel-init-dpdk:master-2_7_7_0-1 2eb5ddf1d00f 734MB 0B nexus.gz1.opensdn.io:5101/tf-dev-sandbox:frozen 28ed4af3d16b 21GB 0B U opensdn-test-test:master-2_7_7_0-1 9c78beb32786 1.83GB 0B tf-dev-sandbox:compile 1fa3fd351367 34.3GB 0B