2026-06-19 21:09:48,433: INFO: Building opensdn-tor-agent 2026-06-19 21:09:48,486: 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=r26.1-2_8_8_2-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 WARN: InvalidDefaultArgInFrom: Default value for ARG ${BUILD_IMAGE} results in empty or invalid base image name (line 4) #1 WARN: InvalidDefaultArgInFrom: Default value for ARG ${CONTRAIL_REGISTRY}/opensdn-base:${CONTRAIL_CONTAINER_TAG} results in empty or invalid base image name (line 6) #1 DONE 0.5s #2 [internal] load metadata for nexus.gz1.opensdn.io:5101/opensdn-base:r26.1-2_8_8_2-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 2.4s #5 [stage-1 1/5] FROM nexus.gz1.opensdn.io:5101/opensdn-base:r26.1-2_8_8_2-1 #5 DONE 1.4s #6 [build 1/1] FROM docker.io/library/tf-dev-sandbox:compile #6 DONE 0.0s #7 [internal] load build context #7 ... #6 [build 1/1] FROM docker.io/library/tf-dev-sandbox:compile #6 CACHED #7 [internal] load build context #7 transferring context: 1.52kB done #7 DONE 1.3s #8 [stage-1 2/8] COPY --from=build /buildroot/usr/lib/libisc-9.21.3.so /usr/lib/ #8 DONE 0.4s #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.0s #11 [stage-1 5/8] COPY --from=build /buildroot/usr/bin/contrail-vrouter-agent-health-check.py /usr/bin/ #11 DONE 1.4s #12 [stage-1 6/8] COPY --from=build /buildroot/usr/bin/contrail_crypt_tunnel_client.py /usr/bin/ #12 DONE 1.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 2.458 added from: http://tf-mirrors.gz1.opensdn.io/re 50 MB/s | 18 MB 00:00 #13 5.011 added from: http://tf-mirrors.gz1.opensdn.io/re 40 MB/s | 2.9 MB 00:00 #13 6.749 added from: http://tf-mirrors.gz1.opensdn.io/re 15 MB/s | 516 kB 00:00 #13 7.910 added from: http://tf-mirrors.gz1.opensdn.io/re 42 MB/s | 20 MB 00:00 #13 17.26 added from: http://tf-mirrors.gz1.opensdn.io/re 46 MB/s | 15 MB 00:00 #13 26.31 added from: http://tf-mirrors.gz1.opensdn.io/re 24 MB/s | 1.2 MB 00:00 #13 27.54 added from: http://tf-mirrors.gz1.opensdn.io/re 21 MB/s | 6.3 MB 00:00 #13 32.43 added from: http://tf-mirrors.gz1.opensdn.io/re 19 MB/s | 966 kB 00:00 #13 33.34 added from: http://tf-mirrors.gz1.opensdn.io/re 14 MB/s | 480 kB 00:00 #13 34.35 added from: http://tf-mirrors.gz1.opensdn.io/re 485 kB/s | 19 kB 00:00 #13 35.22 added from: http://tf-mirrors.gz1.opensdn.io/re 7.2 kB/s | 257 B 00:00 #13 36.04 added from: http://tf-mirrors.gz1.opensdn.io/re 449 kB/s | 15 kB 00:00 #13 36.48 added from: http://tf-mirrors.gz1.opensdn.io/re 2.7 MB/s | 112 kB 00:00 #13 38.22 added from: http://tf-mirrors.gz1.opensdn.io/re 35 MB/s | 44 MB 00:01 #13 74.60 Third parties for OpenSDN 28 MB/s | 5.1 MB 00:00 #13 96.15 Dependencies resolved. #13 96.19 ========================================================================================== #13 96.19 Package Arch Version Repository Size #13 96.19 ========================================================================================== #13 96.19 Installing: #13 96.19 boost x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 9.9 k #13 96.19 gperftools-libs x86_64 2.9.1-3.el9 tf-mirrors.ci_repos_epel9.repo 308 k #13 96.19 Installing dependencies: #13 96.19 boost-atomic x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 15 k #13 96.19 boost-chrono x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 23 k #13 96.19 boost-container x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 35 k #13 96.19 boost-context x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 13 k #13 96.19 boost-contract x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 43 k #13 96.19 boost-coroutine x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 30 k #13 96.19 boost-date-time x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 11 k #13 96.19 boost-fiber x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 37 k #13 96.19 boost-filesystem x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 55 k #13 96.19 boost-graph x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 99 k #13 96.19 boost-iostreams x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 37 k #13 96.19 boost-locale x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 212 k #13 96.19 boost-log x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 405 k #13 96.19 boost-math x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 203 k #13 96.19 boost-nowide x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 13 k #13 96.19 boost-program-options x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 104 k #13 96.19 boost-python3 x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 91 k #13 96.19 boost-random x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 22 k #13 96.19 boost-regex x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 275 k #13 96.19 boost-serialization x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 127 k #13 96.19 boost-stacktrace x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 25 k #13 96.19 boost-system x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 11 k #13 96.19 boost-test x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 228 k #13 96.19 boost-thread x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 53 k #13 96.19 boost-timer x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 21 k #13 96.19 boost-type_erasure x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 28 k #13 96.19 boost-wave x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 207 k #13 96.19 libicu x86_64 67.1-10.el9_6 tf-mirrors.ci_repos_yum9-baseos 9.6 M #13 96.19 libunwind x86_64 1.6.2-1.el9 tf-mirrors.ci_repos_epel9.repo 67 k #13 96.19 #13 96.19 Transaction Summary #13 96.19 ========================================================================================== #13 96.19 Install 31 Packages #13 96.19 #13 96.19 Total download size: 12 M #13 96.19 Installed size: 41 M #13 96.19 Downloading Packages: #13 96.24 (1/31): boost-1.75.0-13.el9_7.x86_64.rpm 398 kB/s | 9.9 kB 00:00 #13 96.24 (2/31): boost-atomic-1.75.0-13.el9_7.x86_64.rpm 549 kB/s | 15 kB 00:00 #13 96.24 (3/31): boost-chrono-1.75.0-13.el9_7.x86_64.rpm 5.5 MB/s | 23 kB 00:00 #13 96.25 (4/31): boost-container-1.75.0-13.el9_7.x86_64. 4.9 MB/s | 35 kB 00:00 #13 96.25 (5/31): boost-context-1.75.0-13.el9_7.x86_64.rp 2.6 MB/s | 13 kB 00:00 #13 96.25 (6/31): boost-contract-1.75.0-13.el9_7.x86_64.r 8.5 MB/s | 43 kB 00:00 #13 96.25 (7/31): boost-coroutine-1.75.0-13.el9_7.x86_64. 4.9 MB/s | 30 kB 00:00 #13 96.25 (8/31): boost-date-time-1.75.0-13.el9_7.x86_64. 2.1 MB/s | 11 kB 00:00 #13 96.26 (9/31): boost-fiber-1.75.0-13.el9_7.x86_64.rpm 5.0 MB/s | 37 kB 00:00 #13 96.32 (10/31): boost-filesystem-1.75.0-13.el9_7.x86_6 3.9 MB/s | 55 kB 00:00 #13 96.32 (11/31): boost-graph-1.75.0-13.el9_7.x86_64.rpm 5.4 MB/s | 99 kB 00:00 #13 96.32 (12/31): boost-iostreams-1.75.0-13.el9_7.x86_64 2.9 MB/s | 37 kB 00:00 #13 96.32 (13/31): boost-locale-1.75.0-13.el9_7.x86_64.rp 14 MB/s | 212 kB 00:00 #13 96.32 (14/31): boost-math-1.75.0-13.el9_7.x86_64.rpm 12 MB/s | 203 kB 00:00 #13 96.32 (15/31): boost-nowide-1.75.0-13.el9_7.x86_64.rp 1.2 MB/s | 13 kB 00:00 #13 96.38 (16/31): boost-log-1.75.0-13.el9_7.x86_64.rpm 8.2 MB/s | 405 kB 00:00 #13 96.38 (17/31): boost-program-options-1.75.0-13.el9_7. 8.4 MB/s | 104 kB 00:00 #13 96.38 (18/31): boost-python3-1.75.0-13.el9_7.x86_64.r 14 MB/s | 91 kB 00:00 #13 96.38 (19/31): boost-random-1.75.0-13.el9_7.x86_64.rp 4.1 MB/s | 22 kB 00:00 #13 96.38 (20/31): boost-regex-1.75.0-13.el9_7.x86_64.rpm 18 MB/s | 275 kB 00:00 #13 96.38 (21/31): boost-serialization-1.75.0-13.el9_7.x8 7.2 MB/s | 127 kB 00:00 #13 96.38 (22/31): boost-stacktrace-1.75.0-13.el9_7.x86_6 3.5 MB/s | 25 kB 00:00 #13 96.38 (23/31): boost-system-1.75.0-13.el9_7.x86_64.rp 2.7 MB/s | 11 kB 00:00 #13 96.38 (24/31): boost-test-1.75.0-13.el9_7.x86_64.rpm 36 MB/s | 228 kB 00:00 #13 96.38 (25/31): boost-thread-1.75.0-13.el9_7.x86_64.rp 7.7 MB/s | 53 kB 00:00 #13 96.38 (26/31): boost-timer-1.75.0-13.el9_7.x86_64.rpm 4.7 MB/s | 21 kB 00:00 #13 96.38 (27/31): boost-type_erasure-1.75.0-13.el9_7.x86 4.0 MB/s | 28 kB 00:00 #13 96.38 (28/31): boost-wave-1.75.0-13.el9_7.x86_64.rpm 22 MB/s | 207 kB 00:00 #13 96.45 (29/31): gperftools-libs-2.9.1-3.el9.x86_64.rpm 27 MB/s | 308 kB 00:00 #13 96.45 (30/31): libunwind-1.6.2-1.el9.x86_64.rpm 6.9 MB/s | 67 kB 00:00 #13 96.61 (31/31): libicu-67.1-10.el9_6.x86_64.rpm 24 MB/s | 9.6 MB 00:00 #13 96.62 -------------------------------------------------------------------------------- #13 96.62 Total 29 MB/s | 12 MB 00:00 #13 96.62 Running transaction check #13 96.69 Transaction check succeeded. #13 96.69 Running transaction test #13 97.11 Transaction test succeeded. #13 97.11 Running transaction #13 97.87 Preparing : 1/1 #13 98.10 Installing : boost-system-1.75.0-13.el9_7.x86_64 1/31 #13 98.11 Installing : boost-chrono-1.75.0-13.el9_7.x86_64 2/31 #13 98.12 Installing : boost-thread-1.75.0-13.el9_7.x86_64 3/31 #13 98.12 Installing : boost-filesystem-1.75.0-13.el9_7.x86_64 4/31 #13 98.90 Installing : libicu-67.1-10.el9_6.x86_64 5/31 #13 98.95 Installing : boost-regex-1.75.0-13.el9_7.x86_64 6/31 #13 98.96 Installing : boost-context-1.75.0-13.el9_7.x86_64 7/31 #13 98.97 Installing : boost-date-time-1.75.0-13.el9_7.x86_64 8/31 #13 98.97 Installing : boost-atomic-1.75.0-13.el9_7.x86_64 9/31 #13 99.00 Installing : boost-log-1.75.0-13.el9_7.x86_64 10/31 #13 99.03 Installing : boost-wave-1.75.0-13.el9_7.x86_64 11/31 #13 99.04 Installing : boost-coroutine-1.75.0-13.el9_7.x86_64 12/31 #13 99.05 Installing : boost-fiber-1.75.0-13.el9_7.x86_64 13/31 #13 99.06 Installing : boost-graph-1.75.0-13.el9_7.x86_64 14/31 #13 99.09 Installing : boost-locale-1.75.0-13.el9_7.x86_64 15/31 #13 99.11 Installing : boost-type_erasure-1.75.0-13.el9_7.x86_64 16/31 #13 99.12 Installing : boost-timer-1.75.0-13.el9_7.x86_64 17/31 #13 99.12 Installing : libunwind-1.6.2-1.el9.x86_64 18/31 #13 99.14 Installing : boost-test-1.75.0-13.el9_7.x86_64 19/31 #13 99.16 Installing : boost-stacktrace-1.75.0-13.el9_7.x86_64 20/31 #13 99.16 Installing : boost-serialization-1.75.0-13.el9_7.x86_64 21/31 #13 99.18 Installing : boost-random-1.75.0-13.el9_7.x86_64 22/31 #13 99.19 Installing : boost-python3-1.75.0-13.el9_7.x86_64 23/31 #13 99.20 Installing : boost-program-options-1.75.0-13.el9_7.x86_64 24/31 #13 99.21 Installing : boost-nowide-1.75.0-13.el9_7.x86_64 25/31 #13 99.23 Installing : boost-math-1.75.0-13.el9_7.x86_64 26/31 #13 99.24 Installing : boost-iostreams-1.75.0-13.el9_7.x86_64 27/31 #13 99.24 Installing : boost-contract-1.75.0-13.el9_7.x86_64 28/31 #13 99.26 Installing : boost-container-1.75.0-13.el9_7.x86_64 29/31 #13 99.26 Installing : boost-1.75.0-13.el9_7.x86_64 30/31 #13 99.29 Installing : gperftools-libs-2.9.1-3.el9.x86_64 31/31 #13 99.32 Running scriptlet: gperftools-libs-2.9.1-3.el9.x86_64 31/31 #13 99.51 Verifying : libicu-67.1-10.el9_6.x86_64 1/31 #13 99.51 Verifying : boost-1.75.0-13.el9_7.x86_64 2/31 #13 99.51 Verifying : boost-atomic-1.75.0-13.el9_7.x86_64 3/31 #13 99.51 Verifying : boost-chrono-1.75.0-13.el9_7.x86_64 4/31 #13 99.51 Verifying : boost-container-1.75.0-13.el9_7.x86_64 5/31 #13 99.51 Verifying : boost-context-1.75.0-13.el9_7.x86_64 6/31 #13 99.51 Verifying : boost-contract-1.75.0-13.el9_7.x86_64 7/31 #13 99.51 Verifying : boost-coroutine-1.75.0-13.el9_7.x86_64 8/31 #13 99.51 Verifying : boost-date-time-1.75.0-13.el9_7.x86_64 9/31 #13 99.51 Verifying : boost-fiber-1.75.0-13.el9_7.x86_64 10/31 #13 99.51 Verifying : boost-filesystem-1.75.0-13.el9_7.x86_64 11/31 #13 99.51 Verifying : boost-graph-1.75.0-13.el9_7.x86_64 12/31 #13 99.51 Verifying : boost-iostreams-1.75.0-13.el9_7.x86_64 13/31 #13 99.51 Verifying : boost-locale-1.75.0-13.el9_7.x86_64 14/31 #13 99.51 Verifying : boost-log-1.75.0-13.el9_7.x86_64 15/31 #13 99.51 Verifying : boost-math-1.75.0-13.el9_7.x86_64 16/31 #13 99.51 Verifying : boost-nowide-1.75.0-13.el9_7.x86_64 17/31 #13 99.51 Verifying : boost-program-options-1.75.0-13.el9_7.x86_64 18/31 #13 99.51 Verifying : boost-python3-1.75.0-13.el9_7.x86_64 19/31 #13 99.51 Verifying : boost-random-1.75.0-13.el9_7.x86_64 20/31 #13 99.51 Verifying : boost-regex-1.75.0-13.el9_7.x86_64 21/31 #13 99.51 Verifying : boost-serialization-1.75.0-13.el9_7.x86_64 22/31 #13 99.51 Verifying : boost-stacktrace-1.75.0-13.el9_7.x86_64 23/31 #13 99.51 Verifying : boost-system-1.75.0-13.el9_7.x86_64 24/31 #13 99.51 Verifying : boost-test-1.75.0-13.el9_7.x86_64 25/31 #13 99.51 Verifying : boost-thread-1.75.0-13.el9_7.x86_64 26/31 #13 99.51 Verifying : boost-timer-1.75.0-13.el9_7.x86_64 27/31 #13 99.51 Verifying : boost-type_erasure-1.75.0-13.el9_7.x86_64 28/31 #13 99.51 Verifying : boost-wave-1.75.0-13.el9_7.x86_64 29/31 #13 99.51 Verifying : gperftools-libs-2.9.1-3.el9.x86_64 30/31 #13 99.51 Verifying : libunwind-1.6.2-1.el9.x86_64 31/31 #13 99.63 #13 99.63 Installed: #13 99.63 boost-1.75.0-13.el9_7.x86_64 #13 99.63 boost-atomic-1.75.0-13.el9_7.x86_64 #13 99.63 boost-chrono-1.75.0-13.el9_7.x86_64 #13 99.63 boost-container-1.75.0-13.el9_7.x86_64 #13 99.63 boost-context-1.75.0-13.el9_7.x86_64 #13 99.63 boost-contract-1.75.0-13.el9_7.x86_64 #13 99.63 boost-coroutine-1.75.0-13.el9_7.x86_64 #13 99.63 boost-date-time-1.75.0-13.el9_7.x86_64 #13 99.63 boost-fiber-1.75.0-13.el9_7.x86_64 #13 99.63 boost-filesystem-1.75.0-13.el9_7.x86_64 #13 99.63 boost-graph-1.75.0-13.el9_7.x86_64 #13 99.63 boost-iostreams-1.75.0-13.el9_7.x86_64 #13 99.63 boost-locale-1.75.0-13.el9_7.x86_64 #13 99.63 boost-log-1.75.0-13.el9_7.x86_64 #13 99.63 boost-math-1.75.0-13.el9_7.x86_64 #13 99.63 boost-nowide-1.75.0-13.el9_7.x86_64 #13 99.63 boost-program-options-1.75.0-13.el9_7.x86_64 #13 99.63 boost-python3-1.75.0-13.el9_7.x86_64 #13 99.63 boost-random-1.75.0-13.el9_7.x86_64 #13 99.63 boost-regex-1.75.0-13.el9_7.x86_64 #13 99.63 boost-serialization-1.75.0-13.el9_7.x86_64 #13 99.63 boost-stacktrace-1.75.0-13.el9_7.x86_64 #13 99.63 boost-system-1.75.0-13.el9_7.x86_64 #13 99.63 boost-test-1.75.0-13.el9_7.x86_64 #13 99.63 boost-thread-1.75.0-13.el9_7.x86_64 #13 99.63 boost-timer-1.75.0-13.el9_7.x86_64 #13 99.63 boost-type_erasure-1.75.0-13.el9_7.x86_64 #13 99.63 boost-wave-1.75.0-13.el9_7.x86_64 #13 99.63 gperftools-libs-2.9.1-3.el9.x86_64 #13 99.63 libicu-67.1-10.el9_6.x86_64 #13 99.63 libunwind-1.6.2-1.el9.x86_64 #13 99.63 #13 99.63 Complete! #13 100.1 77 files removed #13 101.2 Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/, http://localhost:6667/pip/simple #13 101.3 Collecting contrail-vrouter-api==0.1.dev0 #13 101.3 Downloading http://localhost:6667/pip/simple/contrail-vrouter-api/contrail_vrouter_api-0.1.dev0-py3-none-any.whl (2.9 kB) #13 102.2 Installing collected packages: contrail-vrouter-api #13 102.2 Successfully installed contrail-vrouter-api-0.1.dev0 #13 102.2 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 103.3s #14 [stage-1 8/8] COPY *.sh / #14 DONE 0.2s #15 exporting to image #15 exporting layers #15 exporting layers 1.9s done #15 writing image sha256:0f6c087a9d02ac90d6f183d1cfb784b36d93ffcdc8c730e7f40200a0e0007328 #15 writing image sha256:0f6c087a9d02ac90d6f183d1cfb784b36d93ffcdc8c730e7f40200a0e0007328 done #15 naming to nexus.gz1.opensdn.io:5101/opensdn-tor-agent:r26.1-2_8_8_2-1 0.0s done #15 DONE 2.0s 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-06-19 21:11:47,830: INFO: Docker build duration: 119 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-tor-agent] b73fefd10951: Preparing 0cf380ae862a: Preparing 31827c59d0d8: Preparing 94d5401ad2d6: Preparing a5bfc0434703: Preparing 3a59f8df48b6: Preparing ea1d667bf178: Preparing ac9fc17dac6f: Preparing 4536b1837949: Preparing 87bcaedef7b8: Preparing d74dd577e58d: Preparing c6ad52aa939a: Preparing 6e104f604aae: Preparing ec5e5a730816: Preparing 8ce8e7e35cd3: Preparing 66d0d79bfbed: Preparing 8f70944c8117: Preparing 49126b3399e7: Preparing 325132dc5205: Preparing 0b4efc93a2cf: Preparing 44343de3ea1d: Preparing 3a59f8df48b6: Waiting ea1d667bf178: Waiting ac9fc17dac6f: Waiting 4536b1837949: Waiting 87bcaedef7b8: Waiting d74dd577e58d: Waiting c6ad52aa939a: Waiting 6e104f604aae: Waiting ec5e5a730816: Waiting 8ce8e7e35cd3: Waiting 66d0d79bfbed: Waiting 8f70944c8117: Waiting 49126b3399e7: Waiting 325132dc5205: Waiting 0b4efc93a2cf: Waiting 44343de3ea1d: Waiting 31827c59d0d8: Pushed 94d5401ad2d6: Pushed a5bfc0434703: Pushed b73fefd10951: Pushed ac9fc17dac6f: Layer already exists 4536b1837949: Layer already exists 3a59f8df48b6: Pushed 87bcaedef7b8: Layer already exists d74dd577e58d: Layer already exists c6ad52aa939a: Layer already exists 6e104f604aae: Layer already exists ec5e5a730816: Layer already exists ea1d667bf178: Pushed 8ce8e7e35cd3: Layer already exists 66d0d79bfbed: Layer already exists 8f70944c8117: Layer already exists 49126b3399e7: Layer already exists 325132dc5205: Layer already exists 44343de3ea1d: Layer already exists 0b4efc93a2cf: Layer already exists 0cf380ae862a: Pushed r26.1-2_8_8_2-1: digest: sha256:d0c2a02dde7a4d27e73b6a283afaf7f618cbd9abf7d9588c3694fd01eadb3a05 size: 4713 2026-06-19 21:12:11,655: INFO: Building opensdn-tor-agent finished successfully, duration: 143 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:r26.1-2_8_8_2-1 fc91465118dd 736MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-api:r26.1-2_8_8_2-1 ada0ead8dfeb 745MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-base:r26.1-2_8_8_2-1 26bc859f7ff8 720MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-collector:r26.1-2_8_8_2-1 2b3340a294a2 801MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-base:r26.1-2_8_8_2-1 e467196d3277 961MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-collector:r26.1-2_8_8_2-1 c76874f381d8 961MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-topology:r26.1-2_8_8_2-1 5b5ee405a74d 961MB 0B nexus.gz1.opensdn.io:5101/opensdn-base:r26.1-2_8_8_2-1 c295e476f428 720MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-api:r26.1-2_8_8_2-1 c749f90c4cb1 760MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-base:r26.1-2_8_8_2-1 216d479ef4d0 720MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-schema:r26.1-2_8_8_2-1 3db1507f4790 721MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-svcmonitor:r26.1-2_8_8_2-1 0e96fa43b25f 744MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-base:r26.1-2_8_8_2-1 7bc740ebfcc1 779MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-control:r26.1-2_8_8_2-1 165a5399d398 806MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-dns:r26.1-2_8_8_2-1 0810ce88b7fd 806MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-named:r26.1-2_8_8_2-1 869c9d764b8b 787MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-webui-base:r26.1-2_8_8_2-1 0a4d0adb5340 957MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-webui-job:r26.1-2_8_8_2-1 aa0aba13f513 957MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-webui-web:r26.1-2_8_8_2-1 1fc8e6b0ca36 957MB 0B nexus.gz1.opensdn.io:5101/opensdn-debug:r26.1-2_8_8_2-1 323c47ac8746 472MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-cassandra:r26.1-2_8_8_2-1 c16dbc9d1ae8 331MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-haproxy:r26.1-2_8_8_2-1 5f9438bbc672 144MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-kafka:r26.1-2_8_8_2-1 42cb5b544e6c 392MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-rabbitmq:r26.1-2_8_8_2-1 f36cdff6f57b 363MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-redis:r26.1-2_8_8_2-1 15a7f54126aa 171MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-rsyslogd:r26.1-2_8_8_2-1 b59aa927f2c3 484MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-stunnel:r26.1-2_8_8_2-1 8e36ce7d1564 497MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-zookeeper:r26.1-2_8_8_2-1 f6dff72f2263 301MB 0B nexus.gz1.opensdn.io:5101/opensdn-general-base:r26.1-2_8_8_2-1 f1d32306b2aa 472MB 0B nexus.gz1.opensdn.io:5101/opensdn-kubernetes-cni-init:r26.1-2_8_8_2-1 893f39543ef0 740MB 0B nexus.gz1.opensdn.io:5101/opensdn-kubernetes-kube-manager:r26.1-2_8_8_2-1 04d0af2f455c 725MB 0B nexus.gz1.opensdn.io:5101/opensdn-node-init:r26.1-2_8_8_2-1 20d79ee7ca14 720MB 0B nexus.gz1.opensdn.io:5101/opensdn-nodemgr:r26.1-2_8_8_2-1 a7b874b30f5c 854MB 0B nexus.gz1.opensdn.io:5101/opensdn-openstack-compute-init:r26.1-2_8_8_2-1 c87d6ff369f1 472MB 0B nexus.gz1.opensdn.io:5101/opensdn-openstack-heat-init:r26.1-2_8_8_2-1 b712a4509912 488MB 0B nexus.gz1.opensdn.io:5101/opensdn-openstack-neutron-init:r26.1-2_8_8_2-1 2537cf511e01 488MB 0B nexus.gz1.opensdn.io:5101/opensdn-provisioner:r26.1-2_8_8_2-1 335124043ff2 720MB 0B nexus.gz1.opensdn.io:5101/opensdn-status:r26.1-2_8_8_2-1 e1842258f678 854MB 0B nexus.gz1.opensdn.io:5101/opensdn-tor-agent:r26.1-2_8_8_2-1 0f6c087a9d02 778MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-agent-dpdk:r26.1-2_8_8_2-1 ed86483e2242 796MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-base:r26.1-2_8_8_2-1 a9df7793c3c5 787MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-kernel-init-dpdk:r26.1-2_8_8_2-1 28a22d3156fb 787MB 0B nexus.gz1.opensdn.io:5101/tf-ansible-deployer:r26.1-2_8_8_2-1 26a7f195ccca 1.42MB 0B nexus.gz1.opensdn.io:5101/tf-build-manifest:r26.1-2_8_8_2-1 194942abfe39 4.17kB 0B nexus.gz1.opensdn.io:5101/tf-charms:r26.1-2_8_8_2-1 12cccd063f93 6.05MB 0B nexus.gz1.opensdn.io:5101/tf-container-builder:r26.1-2_8_8_2-1 c8087123939b 2.39MB 0B nexus.gz1.opensdn.io:5101/tf-dev-sandbox:stable 170d0caf9f6a 2.9GB 0B U nexus.gz1.opensdn.io:5101/tf-kolla-ansible:r26.1-2_8_8_2-1 e07c4de4e3a3 32.7MB 0B opensdn-test-test:r26.1-2_8_8_2-1 41563d09677b 1.91GB 0B tf-dev-sandbox:compile 52515b3cac66 22.4GB 0B