2026-08-24 01:41:25,408: INFO: Building opensdn-tor-agent 2026-08-24 01:41:25,443: INFO: Building args: --network host --build-arg PIP_REPOSITORY=http://localhost:6667/pip/simple --build-arg CONTRAIL_REGISTRY=nexus.gz1.opensdn.io:5102 --build-arg CONTRAIL_CONTAINER_TAG=nightly --build-arg SITE_MIRROR=http://nexus.gz1.opensdn.io/repository/external-web-cache --build-arg LINUX_DISTR_VER=9 --build-arg LINUX_DISTR=rockylinux --build-arg CONTAINER_NAME=opensdn-tor-agent --build-arg UBUNTU_DISTR_VERSION=26.04 --build-arg UBUNTU_DISTR=ubuntu --build-arg VENDOR_NAME=OpenSDN-IO --build-arg VENDOR_DOMAIN=io.opensdn --build-arg BUILD_IMAGE=tf-dev-sandbox:compile --build-arg BUILD_ROOT=/buildroot --build-arg DEBUGINFO_ROOT=/debuginfo #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 2.10kB 0.0s 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.2s #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:5102/opensdn-base:nightly #3 DONE 0.0s #4 [internal] load .dockerignore #4 transferring context: #4 transferring context: 2B done #4 DONE 0.4s #5 [1/5] FROM nexus.gz1.opensdn.io:5102/opensdn-base:nightly #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.2s #8 [stage-1 2/8] COPY --from=build /buildroot/usr/lib/libisc-9.21.3.so /usr/lib/ #8 DONE 5.1s #9 [stage-1 3/8] COPY --from=build /buildroot/usr/lib/libisccc-9.21.3.so /usr/lib/ #9 DONE 0.9s #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.8s #12 [stage-1 6/8] COPY --from=build /buildroot/usr/bin/contrail_crypt_tunnel_client.py /usr/bin/ #12 DONE 0.1s #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 0.735 added from: http://tf-mirrors.gz1.opensdn.io/re 78 MB/s | 18 MB 00:00 #13 3.670 added from: http://tf-mirrors.gz1.opensdn.io/re 33 MB/s | 2.9 MB 00:00 #13 4.539 added from: http://tf-mirrors.gz1.opensdn.io/re 2.5 MB/s | 516 kB 00:00 #13 4.984 added from: http://tf-mirrors.gz1.opensdn.io/re 88 MB/s | 20 MB 00:00 #13 10.19 added from: http://tf-mirrors.gz1.opensdn.io/re 93 MB/s | 15 MB 00:00 #13 13.59 added from: http://tf-mirrors.gz1.opensdn.io/re 18 MB/s | 1.2 MB 00:00 #13 14.06 added from: http://tf-mirrors.gz1.opensdn.io/re 68 MB/s | 6.3 MB 00:00 #13 15.72 added from: http://tf-mirrors.gz1.opensdn.io/re 26 MB/s | 966 kB 00:00 #13 16.11 added from: http://tf-mirrors.gz1.opensdn.io/re 15 MB/s | 480 kB 00:00 #13 16.47 added from: http://tf-mirrors.gz1.opensdn.io/re 842 kB/s | 19 kB 00:00 #13 16.71 added from: http://tf-mirrors.gz1.opensdn.io/re 13 kB/s | 257 B 00:00 #13 16.96 added from: http://tf-mirrors.gz1.opensdn.io/re 766 kB/s | 15 kB 00:00 #13 17.23 added from: http://tf-mirrors.gz1.opensdn.io/re 4.0 MB/s | 112 kB 00:00 #13 17.89 added from: http://tf-mirrors.gz1.opensdn.io/re 119 MB/s | 44 MB 00:00 #13 29.07 Third parties for OpenSDN 24 MB/s | 5.1 MB 00:00 #13 35.67 Dependencies resolved. #13 35.67 ========================================================================================== #13 35.67 Package Arch Version Repository Size #13 35.67 ========================================================================================== #13 35.67 Installing: #13 35.67 boost x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 9.9 k #13 35.67 gperftools-libs x86_64 2.9.1-3.el9 tf-mirrors.ci_repos_epel9.repo 308 k #13 35.67 Installing dependencies: #13 35.67 boost-atomic x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 15 k #13 35.67 boost-chrono x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 23 k #13 35.67 boost-container x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 35 k #13 35.67 boost-context x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 13 k #13 35.67 boost-contract x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 43 k #13 35.67 boost-coroutine x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 30 k #13 35.67 boost-date-time x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 11 k #13 35.67 boost-fiber x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 37 k #13 35.67 boost-filesystem x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 55 k #13 35.67 boost-graph x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 99 k #13 35.67 boost-iostreams x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 37 k #13 35.67 boost-locale x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 212 k #13 35.67 boost-log x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 405 k #13 35.67 boost-math x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 203 k #13 35.67 boost-nowide x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 13 k #13 35.67 boost-program-options x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 104 k #13 35.67 boost-python3 x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 91 k #13 35.67 boost-random x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 22 k #13 35.67 boost-regex x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 275 k #13 35.67 boost-serialization x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 127 k #13 35.67 boost-stacktrace x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 25 k #13 35.67 boost-system x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 11 k #13 35.67 boost-test x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 228 k #13 35.67 boost-thread x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 53 k #13 35.67 boost-timer x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 21 k #13 35.67 boost-type_erasure x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 28 k #13 35.67 boost-wave x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 207 k #13 35.67 libicu x86_64 67.1-10.el9_6 tf-mirrors.ci_repos_yum9-baseos 9.6 M #13 35.67 libunwind x86_64 1.6.2-1.el9 tf-mirrors.ci_repos_epel9.repo 67 k #13 35.67 #13 35.67 Transaction Summary #13 35.67 ========================================================================================== #13 35.67 Install 31 Packages #13 35.67 #13 35.67 Total download size: 12 M #13 35.67 Installed size: 41 M #13 35.67 Downloading Packages: #13 35.69 (1/31): boost-1.75.0-13.el9_7.x86_64.rpm 654 kB/s | 9.9 kB 00:00 #13 35.69 (2/31): boost-atomic-1.75.0-13.el9_7.x86_64.rpm 832 kB/s | 15 kB 00:00 #13 35.70 (3/31): boost-chrono-1.75.0-13.el9_7.x86_64.rpm 3.0 MB/s | 23 kB 00:00 #13 35.70 (4/31): boost-container-1.75.0-13.el9_7.x86_64. 2.3 MB/s | 35 kB 00:00 #13 35.73 (5/31): boost-context-1.75.0-13.el9_7.x86_64.rp 1.1 MB/s | 13 kB 00:00 #13 35.73 (6/31): boost-contract-1.75.0-13.el9_7.x86_64.r 5.6 MB/s | 43 kB 00:00 #13 35.73 (7/31): boost-coroutine-1.75.0-13.el9_7.x86_64. 4.9 MB/s | 30 kB 00:00 #13 35.73 (8/31): boost-date-time-1.75.0-13.el9_7.x86_64. 1.4 MB/s | 11 kB 00:00 #13 35.73 (9/31): boost-fiber-1.75.0-13.el9_7.x86_64.rpm 5.0 MB/s | 37 kB 00:00 #13 35.73 (10/31): boost-filesystem-1.75.0-13.el9_7.x86_6 8.9 MB/s | 55 kB 00:00 #13 35.73 (11/31): boost-graph-1.75.0-13.el9_7.x86_64.rpm 11 MB/s | 99 kB 00:00 #13 35.73 (12/31): boost-iostreams-1.75.0-13.el9_7.x86_64 4.4 MB/s | 37 kB 00:00 #13 35.77 (13/31): boost-locale-1.75.0-13.el9_7.x86_64.rp 19 MB/s | 212 kB 00:00 #13 35.77 (14/31): boost-log-1.75.0-13.el9_7.x86_64.rpm 21 MB/s | 405 kB 00:00 #13 35.77 (15/31): boost-math-1.75.0-13.el9_7.x86_64.rpm 12 MB/s | 203 kB 00:00 #13 35.77 (16/31): boost-nowide-1.75.0-13.el9_7.x86_64.rp 1.7 MB/s | 13 kB 00:00 #13 35.77 (17/31): boost-program-options-1.75.0-13.el9_7. 17 MB/s | 104 kB 00:00 #13 35.77 (18/31): boost-python3-1.75.0-13.el9_7.x86_64.r 11 MB/s | 91 kB 00:00 #13 35.79 (19/31): boost-random-1.75.0-13.el9_7.x86_64.rp 2.9 MB/s | 22 kB 00:00 #13 35.79 (20/31): boost-regex-1.75.0-13.el9_7.x86_64.rpm 28 MB/s | 275 kB 00:00 #13 35.79 (21/31): boost-serialization-1.75.0-13.el9_7.x8 11 MB/s | 127 kB 00:00 #13 35.79 (22/31): boost-stacktrace-1.75.0-13.el9_7.x86_6 2.9 MB/s | 25 kB 00:00 #13 35.81 (23/31): boost-system-1.75.0-13.el9_7.x86_64.rp 1.5 MB/s | 11 kB 00:00 #13 35.81 (24/31): boost-test-1.75.0-13.el9_7.x86_64.rpm 25 MB/s | 228 kB 00:00 #13 35.81 (25/31): boost-thread-1.75.0-13.el9_7.x86_64.rp 5.9 MB/s | 53 kB 00:00 #13 35.81 (26/31): boost-timer-1.75.0-13.el9_7.x86_64.rpm 3.1 MB/s | 21 kB 00:00 #13 35.81 (27/31): boost-type_erasure-1.75.0-13.el9_7.x86 4.1 MB/s | 28 kB 00:00 #13 35.83 (28/31): boost-wave-1.75.0-13.el9_7.x86_64.rpm 23 MB/s | 207 kB 00:00 #13 35.83 (29/31): gperftools-libs-2.9.1-3.el9.x86_64.rpm 24 MB/s | 308 kB 00:00 #13 35.84 (30/31): libunwind-1.6.2-1.el9.x86_64.rpm 6.6 MB/s | 67 kB 00:00 #13 35.92 (31/31): libicu-67.1-10.el9_6.x86_64.rpm 41 MB/s | 9.6 MB 00:00 #13 35.92 -------------------------------------------------------------------------------- #13 35.92 Total 52 MB/s | 12 MB 00:00 #13 35.92 Running transaction check #13 35.95 Transaction check succeeded. #13 35.95 Running transaction test #13 36.13 Transaction test succeeded. #13 36.13 Running transaction #13 36.48 Preparing : 1/1 #13 36.62 Installing : boost-system-1.75.0-13.el9_7.x86_64 1/31 #13 36.63 Installing : boost-chrono-1.75.0-13.el9_7.x86_64 2/31 #13 36.63 Installing : boost-thread-1.75.0-13.el9_7.x86_64 3/31 #13 36.65 Installing : boost-filesystem-1.75.0-13.el9_7.x86_64 4/31 #13 36.90 Installing : libicu-67.1-10.el9_6.x86_64 5/31 #13 36.90 Installing : boost-regex-1.75.0-13.el9_7.x86_64 6/31 #13 36.90 Installing : boost-context-1.75.0-13.el9_7.x86_64 7/31 #13 36.92 Installing : boost-date-time-1.75.0-13.el9_7.x86_64 8/31 #13 36.92 Installing : boost-atomic-1.75.0-13.el9_7.x86_64 9/31 #13 36.94 Installing : boost-log-1.75.0-13.el9_7.x86_64 10/31 #13 36.94 Installing : boost-wave-1.75.0-13.el9_7.x86_64 11/31 #13 36.98 Installing : boost-coroutine-1.75.0-13.el9_7.x86_64 12/31 #13 36.98 Installing : boost-fiber-1.75.0-13.el9_7.x86_64 13/31 #13 36.98 Installing : boost-graph-1.75.0-13.el9_7.x86_64 14/31 #13 36.98 Installing : boost-locale-1.75.0-13.el9_7.x86_64 15/31 #13 36.98 Installing : boost-type_erasure-1.75.0-13.el9_7.x86_64 16/31 #13 37.02 Installing : boost-timer-1.75.0-13.el9_7.x86_64 17/31 #13 37.02 Installing : libunwind-1.6.2-1.el9.x86_64 18/31 #13 37.02 Installing : boost-test-1.75.0-13.el9_7.x86_64 19/31 #13 37.02 Installing : boost-stacktrace-1.75.0-13.el9_7.x86_64 20/31 #13 37.03 Installing : boost-serialization-1.75.0-13.el9_7.x86_64 21/31 #13 37.03 Installing : boost-random-1.75.0-13.el9_7.x86_64 22/31 #13 37.05 Installing : boost-python3-1.75.0-13.el9_7.x86_64 23/31 #13 37.05 Installing : boost-program-options-1.75.0-13.el9_7.x86_64 24/31 #13 37.09 Installing : boost-nowide-1.75.0-13.el9_7.x86_64 25/31 #13 37.09 Installing : boost-math-1.75.0-13.el9_7.x86_64 26/31 #13 37.09 Installing : boost-iostreams-1.75.0-13.el9_7.x86_64 27/31 #13 37.09 Installing : boost-contract-1.75.0-13.el9_7.x86_64 28/31 #13 37.14 Installing : boost-container-1.75.0-13.el9_7.x86_64 29/31 #13 37.14 Installing : boost-1.75.0-13.el9_7.x86_64 30/31 #13 37.14 Installing : gperftools-libs-2.9.1-3.el9.x86_64 31/31 #13 37.14 Running scriptlet: gperftools-libs-2.9.1-3.el9.x86_64 31/31 #13 37.25 Verifying : libicu-67.1-10.el9_6.x86_64 1/31 #13 37.25 Verifying : boost-1.75.0-13.el9_7.x86_64 2/31 #13 37.25 Verifying : boost-atomic-1.75.0-13.el9_7.x86_64 3/31 #13 37.25 Verifying : boost-chrono-1.75.0-13.el9_7.x86_64 4/31 #13 37.25 Verifying : boost-container-1.75.0-13.el9_7.x86_64 5/31 #13 37.25 Verifying : boost-context-1.75.0-13.el9_7.x86_64 6/31 #13 37.25 Verifying : boost-contract-1.75.0-13.el9_7.x86_64 7/31 #13 37.25 Verifying : boost-coroutine-1.75.0-13.el9_7.x86_64 8/31 #13 37.25 Verifying : boost-date-time-1.75.0-13.el9_7.x86_64 9/31 #13 37.25 Verifying : boost-fiber-1.75.0-13.el9_7.x86_64 10/31 #13 37.25 Verifying : boost-filesystem-1.75.0-13.el9_7.x86_64 11/31 #13 37.25 Verifying : boost-graph-1.75.0-13.el9_7.x86_64 12/31 #13 37.25 Verifying : boost-iostreams-1.75.0-13.el9_7.x86_64 13/31 #13 37.25 Verifying : boost-locale-1.75.0-13.el9_7.x86_64 14/31 #13 37.25 Verifying : boost-log-1.75.0-13.el9_7.x86_64 15/31 #13 37.25 Verifying : boost-math-1.75.0-13.el9_7.x86_64 16/31 #13 37.25 Verifying : boost-nowide-1.75.0-13.el9_7.x86_64 17/31 #13 37.25 Verifying : boost-program-options-1.75.0-13.el9_7.x86_64 18/31 #13 37.25 Verifying : boost-python3-1.75.0-13.el9_7.x86_64 19/31 #13 37.25 Verifying : boost-random-1.75.0-13.el9_7.x86_64 20/31 #13 37.25 Verifying : boost-regex-1.75.0-13.el9_7.x86_64 21/31 #13 37.25 Verifying : boost-serialization-1.75.0-13.el9_7.x86_64 22/31 #13 37.25 Verifying : boost-stacktrace-1.75.0-13.el9_7.x86_64 23/31 #13 37.25 Verifying : boost-system-1.75.0-13.el9_7.x86_64 24/31 #13 37.25 Verifying : boost-test-1.75.0-13.el9_7.x86_64 25/31 #13 37.25 Verifying : boost-thread-1.75.0-13.el9_7.x86_64 26/31 #13 37.25 Verifying : boost-timer-1.75.0-13.el9_7.x86_64 27/31 #13 37.25 Verifying : boost-type_erasure-1.75.0-13.el9_7.x86_64 28/31 #13 37.25 Verifying : boost-wave-1.75.0-13.el9_7.x86_64 29/31 #13 37.25 Verifying : gperftools-libs-2.9.1-3.el9.x86_64 30/31 #13 37.25 Verifying : libunwind-1.6.2-1.el9.x86_64 31/31 #13 37.37 #13 37.37 Installed: #13 37.37 boost-1.75.0-13.el9_7.x86_64 #13 37.37 boost-atomic-1.75.0-13.el9_7.x86_64 #13 37.37 boost-chrono-1.75.0-13.el9_7.x86_64 #13 37.37 boost-container-1.75.0-13.el9_7.x86_64 #13 37.37 boost-context-1.75.0-13.el9_7.x86_64 #13 37.37 boost-contract-1.75.0-13.el9_7.x86_64 #13 37.37 boost-coroutine-1.75.0-13.el9_7.x86_64 #13 37.37 boost-date-time-1.75.0-13.el9_7.x86_64 #13 37.37 boost-fiber-1.75.0-13.el9_7.x86_64 #13 37.37 boost-filesystem-1.75.0-13.el9_7.x86_64 #13 37.37 boost-graph-1.75.0-13.el9_7.x86_64 #13 37.37 boost-iostreams-1.75.0-13.el9_7.x86_64 #13 37.37 boost-locale-1.75.0-13.el9_7.x86_64 #13 37.37 boost-log-1.75.0-13.el9_7.x86_64 #13 37.37 boost-math-1.75.0-13.el9_7.x86_64 #13 37.37 boost-nowide-1.75.0-13.el9_7.x86_64 #13 37.37 boost-program-options-1.75.0-13.el9_7.x86_64 #13 37.37 boost-python3-1.75.0-13.el9_7.x86_64 #13 37.37 boost-random-1.75.0-13.el9_7.x86_64 #13 37.37 boost-regex-1.75.0-13.el9_7.x86_64 #13 37.37 boost-serialization-1.75.0-13.el9_7.x86_64 #13 37.37 boost-stacktrace-1.75.0-13.el9_7.x86_64 #13 37.37 boost-system-1.75.0-13.el9_7.x86_64 #13 37.37 boost-test-1.75.0-13.el9_7.x86_64 #13 37.37 boost-thread-1.75.0-13.el9_7.x86_64 #13 37.37 boost-timer-1.75.0-13.el9_7.x86_64 #13 37.37 boost-type_erasure-1.75.0-13.el9_7.x86_64 #13 37.37 boost-wave-1.75.0-13.el9_7.x86_64 #13 37.37 gperftools-libs-2.9.1-3.el9.x86_64 #13 37.37 libicu-67.1-10.el9_6.x86_64 #13 37.37 libunwind-1.6.2-1.el9.x86_64 #13 37.37 #13 37.37 Complete! #13 37.69 77 files removed #13 38.30 Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/, http://localhost:6667/pip/simple #13 38.38 Collecting contrail-vrouter-api==0.1.dev0 #13 38.42 Downloading http://localhost:6667/pip/simple/contrail-vrouter-api/contrail_vrouter_api-0.1.dev0-py3-none-any.whl (2.9 kB) #13 38.68 Installing collected packages: contrail-vrouter-api #13 38.68 Successfully installed contrail-vrouter-api-0.1.dev0 #13 38.70 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 39.0s #14 [stage-1 8/8] COPY *.sh / #14 DONE 0.1s #15 exporting to image #15 exporting layers #15 exporting layers 1.2s done #15 writing image sha256:885d85840cf54600baf3b335d0ebf780e0f4d087c311cf61edf3183ee49e1c12 done #15 naming to nexus.gz1.opensdn.io:5102/opensdn-tor-agent:nightly #15 naming to nexus.gz1.opensdn.io:5102/opensdn-tor-agent:nightly 0.0s done #15 DONE 1.3s 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-08-24 01:45:22,556: INFO: Docker build duration: 237 seconds The push refers to repository [nexus.gz1.opensdn.io:5102/opensdn-tor-agent] 33d905a25b79: Preparing 31861c579fc5: Preparing f0dda39170f2: Preparing 5bd3f1b39697: Preparing 1fd6fe1720de: Preparing 401162ddb230: Preparing bce0641bcb57: Preparing 74b936e2b125: Preparing 51008239c0b0: Preparing 8b559408ac15: Preparing 6eee74dc5d9a: Preparing b3a84452e254: Preparing 36711f8b85a5: Preparing 9e8fc65c04dc: Preparing 18d789f32689: Preparing 3895a93b693d: Preparing 9ff6c3b34c86: Preparing e3e7b9f3d6d5: Preparing bd86bc06627f: Preparing c12113867e1b: Preparing 44343de3ea1d: Preparing 31861c579fc5: Waiting f0dda39170f2: Waiting 5bd3f1b39697: Waiting 1fd6fe1720de: Waiting 401162ddb230: Waiting bce0641bcb57: Waiting 74b936e2b125: Waiting 51008239c0b0: Waiting 8b559408ac15: Waiting 6eee74dc5d9a: Waiting b3a84452e254: Waiting 36711f8b85a5: Waiting 9e8fc65c04dc: Waiting 18d789f32689: Waiting 3895a93b693d: Waiting 9ff6c3b34c86: Waiting e3e7b9f3d6d5: Waiting bd86bc06627f: Waiting c12113867e1b: Waiting 44343de3ea1d: Waiting 33d905a25b79: Pushed 31861c579fc5: Pushed f0dda39170f2: Pushed 5bd3f1b39697: Pushed 1fd6fe1720de: Pushed 401162ddb230: Pushed bce0641bcb57: Pushed 74b936e2b125: Layer already exists 51008239c0b0: Layer already exists 8b559408ac15: Layer already exists 6eee74dc5d9a: Layer already exists b3a84452e254: Layer already exists 36711f8b85a5: Layer already exists 9e8fc65c04dc: Layer already exists 18d789f32689: Layer already exists 3895a93b693d: Layer already exists 9ff6c3b34c86: Layer already exists e3e7b9f3d6d5: Layer already exists bd86bc06627f: Layer already exists c12113867e1b: Layer already exists 44343de3ea1d: Layer already exists nightly: digest: sha256:ef3a56d39c9e238483c2c3ff64aac15a831789132015853306620d6ac064fa7e size: 4713 2026-08-24 01:45:33,372: INFO: Building opensdn-tor-agent finished successfully, duration: 248 seconds IMAGE ID DISK USAGE CONTENT SIZE EXTRA nexus.gz1.opensdn.io:5102/opensdn-analytics-alarm-gen:nightly 736a37d51b62 741MB 0B nexus.gz1.opensdn.io:5102/opensdn-analytics-api:nightly 3d12f0cd8837 750MB 0B nexus.gz1.opensdn.io:5102/opensdn-analytics-base:nightly eca992054cfc 725MB 0B nexus.gz1.opensdn.io:5102/opensdn-analytics-collector:nightly 627c28455b3b 806MB 0B nexus.gz1.opensdn.io:5102/opensdn-analytics-query-engine:nightly 5dc8bad56573 803MB 0B nexus.gz1.opensdn.io:5102/opensdn-analytics-snmp-base:nightly 1f0d37538998 965MB 0B nexus.gz1.opensdn.io:5102/opensdn-analytics-snmp-collector:nightly 3657dcf8820b 966MB 0B nexus.gz1.opensdn.io:5102/opensdn-analytics-snmp-topology:nightly 43637206cad9 966MB 0B nexus.gz1.opensdn.io:5102/opensdn-ansible-deployer-src:nightly 257fdc848988 1.4MB 0B nexus.gz1.opensdn.io:5102/opensdn-base:nightly 68f0004de2f1 725MB 0B nexus.gz1.opensdn.io:5102/opensdn-build-manifest-src:nightly 2e3d33757bfc 4.08kB 0B nexus.gz1.opensdn.io:5102/opensdn-charms-src:nightly c53608b10901 6.05MB 0B nexus.gz1.opensdn.io:5102/opensdn-container-builder-src:nightly a57212a62a29 2.39MB 0B nexus.gz1.opensdn.io:5102/opensdn-controller-config-api:nightly fdc26f5a1b19 764MB 0B nexus.gz1.opensdn.io:5102/opensdn-controller-config-base:nightly 924f9bbc0147 725MB 0B nexus.gz1.opensdn.io:5102/opensdn-controller-config-dnsmasq:nightly 31b087c661be 739MB 0B nexus.gz1.opensdn.io:5102/opensdn-controller-config-schema:nightly 625d45d918b8 726MB 0B nexus.gz1.opensdn.io:5102/opensdn-controller-config-svcmonitor:nightly 88dcaaa747ab 748MB 0B nexus.gz1.opensdn.io:5102/opensdn-controller-control-base:nightly 84a2cee8e5ec 784MB 0B nexus.gz1.opensdn.io:5102/opensdn-controller-control-control:nightly 04ca2e0fec20 811MB 0B nexus.gz1.opensdn.io:5102/opensdn-controller-control-dns:nightly 6c57c3078cb3 810MB 0B nexus.gz1.opensdn.io:5102/opensdn-controller-control-named:nightly 4832bd4b497f 792MB 0B nexus.gz1.opensdn.io:5102/opensdn-controller-webui-base:nightly f4c42a12d29d 957MB 0B nexus.gz1.opensdn.io:5102/opensdn-controller-webui-job:nightly 08b7df704109 957MB 0B nexus.gz1.opensdn.io:5102/opensdn-controller-webui-web:nightly 78c6a9bcc41a 957MB 0B nexus.gz1.opensdn.io:5102/opensdn-debug:nightly 9fad42fd6687 3.06GB 0B nexus.gz1.opensdn.io:5102/opensdn-external-cassandra:nightly 1ebe100a2cd0 331MB 0B nexus.gz1.opensdn.io:5102/opensdn-external-haproxy:nightly 6faa43537222 144MB 0B nexus.gz1.opensdn.io:5102/opensdn-external-kafka:nightly e06aa6041a8c 392MB 0B nexus.gz1.opensdn.io:5102/opensdn-external-rabbitmq:nightly 57961610aa87 363MB 0B nexus.gz1.opensdn.io:5102/opensdn-external-redis:nightly 226ba308d32e 171MB 0B nexus.gz1.opensdn.io:5102/opensdn-external-rsyslogd:nightly b7550906d79f 484MB 0B nexus.gz1.opensdn.io:5102/opensdn-external-stunnel:nightly ecf6f71ff45e 497MB 0B nexus.gz1.opensdn.io:5102/opensdn-external-zookeeper:nightly 2d36d62c5d01 301MB 0B nexus.gz1.opensdn.io:5102/opensdn-general-base:nightly e2df978fc1c7 472MB 0B nexus.gz1.opensdn.io:5102/opensdn-kolla-ansible-src:nightly 87bfe5a827c9 32.6MB 0B nexus.gz1.opensdn.io:5102/opensdn-kubernetes-cni-init:nightly 81d784359d80 745MB 0B nexus.gz1.opensdn.io:5102/opensdn-kubernetes-kube-manager:nightly 0b25fc45dfd4 729MB 0B nexus.gz1.opensdn.io:5102/opensdn-node-init:nightly 7b5ea6d2357e 725MB 0B nexus.gz1.opensdn.io:5102/opensdn-nodemgr:nightly ea055c12eaa2 859MB 0B nexus.gz1.opensdn.io:5102/opensdn-openstack-compute-init:nightly 412c30b6485e 472MB 0B nexus.gz1.opensdn.io:5102/opensdn-openstack-heat-init:nightly 08b9fc3f0dd2 488MB 0B nexus.gz1.opensdn.io:5102/opensdn-openstack-neutron-init:nightly e1dd9ea6669e 488MB 0B nexus.gz1.opensdn.io:5102/opensdn-provisioner:nightly b9a994b49206 725MB 0B nexus.gz1.opensdn.io:5102/opensdn-status:nightly e870594f5bd3 859MB 0B nexus.gz1.opensdn.io:5102/opensdn-test-test:nightly 837cbda3a36d 1.91GB 0B nexus.gz1.opensdn.io:5102/opensdn-tools:nightly fb2e2f9ea8c4 1.35GB 0B nexus.gz1.opensdn.io:5102/opensdn-tor-agent:nightly 885d85840cf5 783MB 0B nexus.gz1.opensdn.io:5102/opensdn-vrouter-agent-dpdk:nightly 8587c6d60104 801MB 0B nexus.gz1.opensdn.io:5102/opensdn-vrouter-agent:nightly 766945ee0807 982MB 0B nexus.gz1.opensdn.io:5102/opensdn-vrouter-base:nightly 664352483a1c 792MB 0B nexus.gz1.opensdn.io:5102/opensdn-vrouter-kernel-build-init:nightly 6d7c776e3439 890MB 0B nexus.gz1.opensdn.io:5102/opensdn-vrouter-kernel-init-dpdk:nightly 9e9061fc0336 792MB 0B nexus.gz1.opensdn.io:5102/opensdn-vrouter-kernel-init:nightly 1f5ffb8622c8 365MB 0B nexus.gz1.opensdn.io:5102/tf-dev-sandbox:stable 156a25f5a035 3.01GB 0B U opensdn-test-test:nightly 837cbda3a36d 1.91GB 0B tf-dev-sandbox:compile 90a9eaf343aa 25.2GB 0B