2026-04-07 17:31:13,199: INFO: Building opensdn-tor-agent 2026-04-07 17:31:13,241: 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_8_3-3 --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.6s #2 [internal] load metadata for nexus.gz1.opensdn.io:5101/opensdn-base:master-2_7_8_3-3 #2 DONE 0.0s #3 [internal] load metadata for docker.io/library/tf-dev-sandbox:compile #3 DONE 0.0s #4 [internal] load .dockerignore #4 transferring context: #4 transferring context: 2B 0.0s done #4 DONE 1.1s #5 [stage-1 1/4] FROM nexus.gz1.opensdn.io:5101/opensdn-analytics-base:master-2_7_8_3-3 #5 CACHED #6 [build 1/1] FROM docker.io/library/tf-dev-sandbox:compile #6 CACHED #7 [1/2] FROM nexus.gz1.opensdn.io:5101/opensdn-base:master-2_7_8_3-3 #7 DONE 0.0s #8 [internal] load build context #8 transferring context: 1.52kB done #8 DONE 2.4s #9 [stage-1 2/8] COPY --from=build /buildroot/usr/lib/libisc-9.21.3.so /usr/lib/ #9 DONE 0.8s #10 [stage-1 3/8] COPY --from=build /buildroot/usr/lib/libisccc-9.21.3.so /usr/lib/ #10 DONE 2.3s #11 [stage-1 4/8] COPY --from=build /buildroot/usr/lib/libisccfg-9.21.3.so /usr/lib/ #11 DONE 1.5s #12 [stage-1 5/8] COPY --from=build /buildroot/usr/bin/contrail-vrouter-agent-health-check.py /usr/bin/ #12 DONE 1.4s #13 [stage-1 6/8] COPY --from=build /buildroot/usr/bin/contrail_crypt_tunnel_client.py /usr/bin/ #13 DONE 3.4s #14 [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 #14 1.706 added from: http://tf-mirrors.gz1.opensdn.io/re 44 MB/s | 14 MB 00:00 #14 7.984 added from: http://tf-mirrors.gz1.opensdn.io/re 14 MB/s | 1.9 MB 00:00 #14 9.351 added from: http://tf-mirrors.gz1.opensdn.io/re 8.9 MB/s | 402 kB 00:00 #14 10.48 added from: http://tf-mirrors.gz1.opensdn.io/re 31 MB/s | 16 MB 00:00 #14 23.46 added from: http://tf-mirrors.gz1.opensdn.io/re 47 MB/s | 11 MB 00:00 #14 32.58 added from: http://tf-mirrors.gz1.opensdn.io/re 15 MB/s | 1.1 MB 00:00 #14 33.16 added from: http://tf-mirrors.gz1.opensdn.io/re 22 MB/s | 4.8 MB 00:00 #14 36.53 added from: http://tf-mirrors.gz1.opensdn.io/re 11 MB/s | 697 kB 00:00 #14 37.57 added from: http://tf-mirrors.gz1.opensdn.io/re 8.2 MB/s | 474 kB 00:00 #14 38.39 added from: http://tf-mirrors.gz1.opensdn.io/re 411 kB/s | 18 kB 00:00 #14 39.42 added from: http://tf-mirrors.gz1.opensdn.io/re 6.2 kB/s | 257 B 00:00 #14 40.15 added from: http://tf-mirrors.gz1.opensdn.io/re 432 kB/s | 15 kB 00:00 #14 40.41 added from: http://tf-mirrors.gz1.opensdn.io/re 4.1 MB/s | 96 kB 00:00 #14 41.77 added from: http://tf-mirrors.gz1.opensdn.io/re 49 MB/s | 39 MB 00:00 #14 71.89 Third parties for OpenSDN 25 MB/s | 5.1 MB 00:00 #14 85.04 Dependencies resolved. #14 85.06 ========================================================================================== #14 85.06 Package Arch Version Repository Size #14 85.06 ========================================================================================== #14 85.06 Installing: #14 85.06 boost x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 9.9 k #14 85.06 gperftools-libs x86_64 2.9.1-3.el9 tf-mirrors.ci_repos_epel9.repo 308 k #14 85.06 Installing dependencies: #14 85.06 boost-atomic x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 15 k #14 85.06 boost-chrono x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 23 k #14 85.06 boost-container x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 35 k #14 85.06 boost-context x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 13 k #14 85.06 boost-contract x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 43 k #14 85.06 boost-coroutine x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 30 k #14 85.06 boost-date-time x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 11 k #14 85.06 boost-fiber x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 37 k #14 85.06 boost-filesystem x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 55 k #14 85.06 boost-graph x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 99 k #14 85.06 boost-iostreams x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 37 k #14 85.06 boost-locale x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 212 k #14 85.06 boost-log x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 405 k #14 85.06 boost-math x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 203 k #14 85.06 boost-nowide x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 13 k #14 85.06 boost-program-options x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 104 k #14 85.06 boost-python3 x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 91 k #14 85.06 boost-random x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 22 k #14 85.06 boost-regex x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 275 k #14 85.06 boost-serialization x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 127 k #14 85.06 boost-stacktrace x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 25 k #14 85.06 boost-system x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 11 k #14 85.06 boost-test x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 228 k #14 85.06 boost-thread x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 53 k #14 85.06 boost-timer x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 21 k #14 85.06 boost-type_erasure x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 28 k #14 85.06 boost-wave x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 207 k #14 85.06 libicu x86_64 67.1-10.el9_6 tf-mirrors.ci_repos_yum9-baseos 9.6 M #14 85.06 libunwind x86_64 1.6.2-1.el9 tf-mirrors.ci_repos_epel9.repo 67 k #14 85.06 #14 85.06 Transaction Summary #14 85.06 ========================================================================================== #14 85.06 Install 31 Packages #14 85.06 #14 85.07 Total download size: 12 M #14 85.07 Installed size: 41 M #14 85.07 Downloading Packages: #14 85.08 (1/31): boost-1.75.0-13.el9_7.x86_64.rpm 522 kB/s | 9.9 kB 00:00 #14 85.09 (2/31): boost-atomic-1.75.0-13.el9_7.x86_64.rpm 525 kB/s | 15 kB 00:00 #14 85.12 (3/31): boost-chrono-1.75.0-13.el9_7.x86_64.rpm 601 kB/s | 23 kB 00:00 #14 85.14 (4/31): boost-container-1.75.0-13.el9_7.x86_64. 793 kB/s | 35 kB 00:00 #14 85.14 (5/31): boost-context-1.75.0-13.el9_7.x86_64.rp 601 kB/s | 13 kB 00:00 #14 85.15 (6/31): boost-contract-1.75.0-13.el9_7.x86_64.r 4.3 MB/s | 43 kB 00:00 #14 85.17 (7/31): boost-coroutine-1.75.0-13.el9_7.x86_64. 3.9 MB/s | 30 kB 00:00 #14 85.17 (8/31): boost-date-time-1.75.0-13.el9_7.x86_64. 1.1 MB/s | 11 kB 00:00 #14 85.17 (9/31): boost-fiber-1.75.0-13.el9_7.x86_64.rpm 3.0 MB/s | 37 kB 00:00 #14 85.17 (10/31): boost-filesystem-1.75.0-13.el9_7.x86_6 4.9 MB/s | 55 kB 00:00 #14 85.18 (11/31): boost-graph-1.75.0-13.el9_7.x86_64.rpm 6.7 MB/s | 99 kB 00:00 #14 85.18 (12/31): boost-iostreams-1.75.0-13.el9_7.x86_64 2.5 MB/s | 37 kB 00:00 #14 85.20 (13/31): boost-locale-1.75.0-13.el9_7.x86_64.rp 18 MB/s | 212 kB 00:00 #14 85.20 (14/31): boost-math-1.75.0-13.el9_7.x86_64.rpm 18 MB/s | 203 kB 00:00 #14 85.22 (15/31): boost-log-1.75.0-13.el9_7.x86_64.rpm 14 MB/s | 405 kB 00:00 #14 85.22 (16/31): boost-nowide-1.75.0-13.el9_7.x86_64.rp 995 kB/s | 13 kB 00:00 #14 85.24 (17/31): boost-program-options-1.75.0-13.el9_7. 12 MB/s | 104 kB 00:00 #14 85.24 (18/31): boost-python3-1.75.0-13.el9_7.x86_64.r 9.3 MB/s | 91 kB 00:00 #14 85.24 (19/31): boost-random-1.75.0-13.el9_7.x86_64.rp 1.9 MB/s | 22 kB 00:00 #14 85.25 (20/31): boost-regex-1.75.0-13.el9_7.x86_64.rpm 16 MB/s | 275 kB 00:00 #14 85.25 (21/31): boost-serialization-1.75.0-13.el9_7.x8 7.6 MB/s | 127 kB 00:00 #14 85.26 (22/31): boost-stacktrace-1.75.0-13.el9_7.x86_6 2.7 MB/s | 25 kB 00:00 #14 85.26 (23/31): boost-system-1.75.0-13.el9_7.x86_64.rp 1.7 MB/s | 11 kB 00:00 #14 85.28 (24/31): boost-thread-1.75.0-13.el9_7.x86_64.rp 3.4 MB/s | 53 kB 00:00 #14 85.28 (25/31): boost-test-1.75.0-13.el9_7.x86_64.rpm 9.3 MB/s | 228 kB 00:00 #14 85.28 (26/31): boost-timer-1.75.0-13.el9_7.x86_64.rpm 2.4 MB/s | 21 kB 00:00 #14 85.29 (27/31): boost-type_erasure-1.75.0-13.el9_7.x86 4.0 MB/s | 28 kB 00:00 #14 85.30 (28/31): boost-wave-1.75.0-13.el9_7.x86_64.rpm 23 MB/s | 207 kB 00:00 #14 85.32 (29/31): gperftools-libs-2.9.1-3.el9.x86_64.rpm 18 MB/s | 308 kB 00:00 #14 85.32 (30/31): libunwind-1.6.2-1.el9.x86_64.rpm 4.3 MB/s | 67 kB 00:00 #14 85.48 (31/31): libicu-67.1-10.el9_6.x86_64.rpm 23 MB/s | 9.6 MB 00:00 #14 85.48 -------------------------------------------------------------------------------- #14 85.48 Total 30 MB/s | 12 MB 00:00 #14 85.48 Running transaction check #14 85.62 Transaction check succeeded. #14 85.62 Running transaction test #14 86.13 Transaction test succeeded. #14 86.13 Running transaction #14 86.60 Preparing : 1/1 #14 86.69 Installing : boost-system-1.75.0-13.el9_7.x86_64 1/31 #14 86.69 Installing : boost-chrono-1.75.0-13.el9_7.x86_64 2/31 #14 86.72 Installing : boost-thread-1.75.0-13.el9_7.x86_64 3/31 #14 86.72 Installing : boost-filesystem-1.75.0-13.el9_7.x86_64 4/31 #14 87.49 Installing : libicu-67.1-10.el9_6.x86_64 5/31 #14 87.49 Installing : boost-regex-1.75.0-13.el9_7.x86_64 6/31 #14 87.49 Installing : boost-context-1.75.0-13.el9_7.x86_64 7/31 #14 87.49 Installing : boost-date-time-1.75.0-13.el9_7.x86_64 8/31 #14 87.49 Installing : boost-atomic-1.75.0-13.el9_7.x86_64 9/31 #14 87.53 Installing : boost-log-1.75.0-13.el9_7.x86_64 10/31 #14 87.62 Installing : boost-wave-1.75.0-13.el9_7.x86_64 11/31 #14 87.62 Installing : boost-coroutine-1.75.0-13.el9_7.x86_64 12/31 #14 87.62 Installing : boost-fiber-1.75.0-13.el9_7.x86_64 13/31 #14 87.62 Installing : boost-graph-1.75.0-13.el9_7.x86_64 14/31 #14 87.62 Installing : boost-locale-1.75.0-13.el9_7.x86_64 15/31 #14 87.62 Installing : boost-type_erasure-1.75.0-13.el9_7.x86_64 16/31 #14 87.68 Installing : boost-timer-1.75.0-13.el9_7.x86_64 17/31 #14 87.68 Installing : libunwind-1.6.2-1.el9.x86_64 18/31 #14 87.68 Installing : boost-test-1.75.0-13.el9_7.x86_64 19/31 #14 87.68 Installing : boost-stacktrace-1.75.0-13.el9_7.x86_64 20/31 #14 87.71 Installing : boost-serialization-1.75.0-13.el9_7.x86_64 21/31 #14 87.71 Installing : boost-random-1.75.0-13.el9_7.x86_64 22/31 #14 87.71 Installing : boost-python3-1.75.0-13.el9_7.x86_64 23/31 #14 87.76 Installing : boost-program-options-1.75.0-13.el9_7.x86_64 24/31 #14 87.76 Installing : boost-nowide-1.75.0-13.el9_7.x86_64 25/31 #14 87.76 Installing : boost-math-1.75.0-13.el9_7.x86_64 26/31 #14 87.78 Installing : boost-iostreams-1.75.0-13.el9_7.x86_64 27/31 #14 87.78 Installing : boost-contract-1.75.0-13.el9_7.x86_64 28/31 #14 87.83 Installing : boost-container-1.75.0-13.el9_7.x86_64 29/31 #14 87.83 Installing : boost-1.75.0-13.el9_7.x86_64 30/31 #14 87.83 Installing : gperftools-libs-2.9.1-3.el9.x86_64 31/31 #14 87.89 Running scriptlet: gperftools-libs-2.9.1-3.el9.x86_64 31/31 #14 88.42 Verifying : libicu-67.1-10.el9_6.x86_64 1/31 #14 88.42 Verifying : boost-1.75.0-13.el9_7.x86_64 2/31 #14 88.42 Verifying : boost-atomic-1.75.0-13.el9_7.x86_64 3/31 #14 88.42 Verifying : boost-chrono-1.75.0-13.el9_7.x86_64 4/31 #14 88.42 Verifying : boost-container-1.75.0-13.el9_7.x86_64 5/31 #14 88.42 Verifying : boost-context-1.75.0-13.el9_7.x86_64 6/31 #14 88.42 Verifying : boost-contract-1.75.0-13.el9_7.x86_64 7/31 #14 88.42 Verifying : boost-coroutine-1.75.0-13.el9_7.x86_64 8/31 #14 88.42 Verifying : boost-date-time-1.75.0-13.el9_7.x86_64 9/31 #14 88.42 Verifying : boost-fiber-1.75.0-13.el9_7.x86_64 10/31 #14 88.42 Verifying : boost-filesystem-1.75.0-13.el9_7.x86_64 11/31 #14 88.42 Verifying : boost-graph-1.75.0-13.el9_7.x86_64 12/31 #14 88.42 Verifying : boost-iostreams-1.75.0-13.el9_7.x86_64 13/31 #14 88.42 Verifying : boost-locale-1.75.0-13.el9_7.x86_64 14/31 #14 88.42 Verifying : boost-log-1.75.0-13.el9_7.x86_64 15/31 #14 88.42 Verifying : boost-math-1.75.0-13.el9_7.x86_64 16/31 #14 88.42 Verifying : boost-nowide-1.75.0-13.el9_7.x86_64 17/31 #14 88.42 Verifying : boost-program-options-1.75.0-13.el9_7.x86_64 18/31 #14 88.42 Verifying : boost-python3-1.75.0-13.el9_7.x86_64 19/31 #14 88.42 Verifying : boost-random-1.75.0-13.el9_7.x86_64 20/31 #14 88.42 Verifying : boost-regex-1.75.0-13.el9_7.x86_64 21/31 #14 88.42 Verifying : boost-serialization-1.75.0-13.el9_7.x86_64 22/31 #14 88.42 Verifying : boost-stacktrace-1.75.0-13.el9_7.x86_64 23/31 #14 88.42 Verifying : boost-system-1.75.0-13.el9_7.x86_64 24/31 #14 88.42 Verifying : boost-test-1.75.0-13.el9_7.x86_64 25/31 #14 88.42 Verifying : boost-thread-1.75.0-13.el9_7.x86_64 26/31 #14 88.42 Verifying : boost-timer-1.75.0-13.el9_7.x86_64 27/31 #14 88.42 Verifying : boost-type_erasure-1.75.0-13.el9_7.x86_64 28/31 #14 88.42 Verifying : boost-wave-1.75.0-13.el9_7.x86_64 29/31 #14 88.42 Verifying : gperftools-libs-2.9.1-3.el9.x86_64 30/31 #14 88.42 Verifying : libunwind-1.6.2-1.el9.x86_64 31/31 #14 88.60 #14 88.60 Installed: #14 88.60 boost-1.75.0-13.el9_7.x86_64 #14 88.60 boost-atomic-1.75.0-13.el9_7.x86_64 #14 88.60 boost-chrono-1.75.0-13.el9_7.x86_64 #14 88.60 boost-container-1.75.0-13.el9_7.x86_64 #14 88.60 boost-context-1.75.0-13.el9_7.x86_64 #14 88.60 boost-contract-1.75.0-13.el9_7.x86_64 #14 88.60 boost-coroutine-1.75.0-13.el9_7.x86_64 #14 88.60 boost-date-time-1.75.0-13.el9_7.x86_64 #14 88.60 boost-fiber-1.75.0-13.el9_7.x86_64 #14 88.60 boost-filesystem-1.75.0-13.el9_7.x86_64 #14 88.60 boost-graph-1.75.0-13.el9_7.x86_64 #14 88.60 boost-iostreams-1.75.0-13.el9_7.x86_64 #14 88.60 boost-locale-1.75.0-13.el9_7.x86_64 #14 88.60 boost-log-1.75.0-13.el9_7.x86_64 #14 88.60 boost-math-1.75.0-13.el9_7.x86_64 #14 88.60 boost-nowide-1.75.0-13.el9_7.x86_64 #14 88.60 boost-program-options-1.75.0-13.el9_7.x86_64 #14 88.60 boost-python3-1.75.0-13.el9_7.x86_64 #14 88.60 boost-random-1.75.0-13.el9_7.x86_64 #14 88.60 boost-regex-1.75.0-13.el9_7.x86_64 #14 88.60 boost-serialization-1.75.0-13.el9_7.x86_64 #14 88.60 boost-stacktrace-1.75.0-13.el9_7.x86_64 #14 88.60 boost-system-1.75.0-13.el9_7.x86_64 #14 88.60 boost-test-1.75.0-13.el9_7.x86_64 #14 88.60 boost-thread-1.75.0-13.el9_7.x86_64 #14 88.60 boost-timer-1.75.0-13.el9_7.x86_64 #14 88.60 boost-type_erasure-1.75.0-13.el9_7.x86_64 #14 88.60 boost-wave-1.75.0-13.el9_7.x86_64 #14 88.60 gperftools-libs-2.9.1-3.el9.x86_64 #14 88.60 libicu-67.1-10.el9_6.x86_64 #14 88.60 libunwind-1.6.2-1.el9.x86_64 #14 88.60 #14 88.60 Complete! #14 89.12 77 files removed #14 90.11 Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/, http://localhost:6667/pip/simple #14 90.25 Collecting contrail-vrouter-api==0.1.dev0 #14 90.25 Downloading http://localhost:6667/pip/simple/contrail-vrouter-api/contrail_vrouter_api-0.1.dev0-py3-none-any.whl (2.9 kB) #14 90.80 Installing collected packages: contrail-vrouter-api #14 90.80 Successfully installed contrail-vrouter-api-0.1.dev0 #14 90.80 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 #14 DONE 91.8s #15 [stage-1 8/8] COPY *.sh / #15 DONE 1.0s #16 exporting to image #16 exporting layers #16 exporting layers 5.9s done #16 writing image sha256:a20317eba0b7ce6e77600144729a7e9c1bc67bddc0debd6583d304dce1715c98 #16 writing image sha256:a20317eba0b7ce6e77600144729a7e9c1bc67bddc0debd6583d304dce1715c98 0.0s done #16 naming to nexus.gz1.opensdn.io:5101/opensdn-tor-agent:master-2_7_8_3-3 0.0s done #16 DONE 6.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-04-07 17:33:23,784: INFO: Docker build duration: 130 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-tor-agent] 5a5f36a886fb: Preparing 664cdfba2a25: Preparing 61853fdbd323: Preparing dd2d1756098a: Preparing 6e540aea0b16: Preparing 85c79a26b46d: Preparing 01baa6f4bcf2: Preparing 433d0bcc55c2: Preparing 55396d4b7d68: Preparing 520c9affbb37: Preparing b577031ff8ef: Preparing b365892aaf56: Preparing 220d60598ba5: Preparing 866be4f5ea1e: Preparing 69340121fc75: Preparing 8fbf73eca595: Preparing fd03a49c1298: Preparing 2af94f1d8d6b: Preparing 2cc4d549cbd5: Preparing ffff4623cf1a: Preparing 44343de3ea1d: Preparing 5a5f36a886fb: Waiting 664cdfba2a25: Waiting 61853fdbd323: Waiting dd2d1756098a: Waiting 6e540aea0b16: Waiting 85c79a26b46d: Waiting 01baa6f4bcf2: Waiting 433d0bcc55c2: Waiting 55396d4b7d68: Waiting 520c9affbb37: Waiting b577031ff8ef: Waiting b365892aaf56: Waiting 220d60598ba5: Waiting 866be4f5ea1e: Waiting 69340121fc75: Waiting 8fbf73eca595: Waiting fd03a49c1298: Waiting 2af94f1d8d6b: Waiting 2cc4d549cbd5: Waiting ffff4623cf1a: Waiting 44343de3ea1d: Waiting 5a5f36a886fb: Pushed 61853fdbd323: Pushed dd2d1756098a: Pushed 85c79a26b46d: Pushed 6e540aea0b16: Pushed 433d0bcc55c2: Layer already exists 664cdfba2a25: Pushed 55396d4b7d68: Layer already exists 01baa6f4bcf2: Pushed 520c9affbb37: Layer already exists b577031ff8ef: Layer already exists b365892aaf56: Layer already exists 220d60598ba5: Layer already exists 866be4f5ea1e: Layer already exists 69340121fc75: Layer already exists 8fbf73eca595: Layer already exists fd03a49c1298: Layer already exists 2af94f1d8d6b: Layer already exists 2cc4d549cbd5: Layer already exists ffff4623cf1a: Layer already exists 44343de3ea1d: Layer already exists master-2_7_8_3-3: digest: sha256:9ea7a0adfa3c6eaca4d486b777d2126cba180c00136749a672ac71fcb9120cae size: 4713 2026-04-07 17:33:35,443: INFO: Building opensdn-tor-agent finished successfully, duration: 142 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_8_3-3 b7d352e453f7 683MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-api:master-2_7_8_3-3 24e8ce4b7cd8 692MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-base:master-2_7_8_3-3 1be0142f2c90 667MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-collector:master-2_7_8_3-3 eca82ea22b5c 749MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-query-engine:master-2_7_8_3-3 7b2cf157c61c 745MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-base:master-2_7_8_3-3 3494bfe31624 908MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-collector:master-2_7_8_3-3 26aa076fddaa 909MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-topology:master-2_7_8_3-3 0c36cf234ab4 909MB 0B nexus.gz1.opensdn.io:5101/opensdn-ansible-deployer-src:master-2_7_8_3-3 7ce3affd07ac 1.41MB 0B nexus.gz1.opensdn.io:5101/opensdn-base:master-2_7_8_3-3 9cf3dac34dc7 667MB 0B nexus.gz1.opensdn.io:5101/opensdn-build-manifest-src:master-2_7_8_3-3 55ed1702aea4 4.17kB 0B nexus.gz1.opensdn.io:5101/opensdn-charms-src:master-2_7_8_3-3 d503f68ae258 6.05MB 0B nexus.gz1.opensdn.io:5101/opensdn-container-builder-src:master-2_7_8_3-3 b975ff2115ed 2.39MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-api:master-2_7_8_3-3 1a53f8104a21 705MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-base:master-2_7_8_3-3 72b403f13e68 667MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-dnsmasq:master-2_7_8_3-3 456fb3682490 682MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-schema:master-2_7_8_3-3 687e02375d4b 668MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-svcmonitor:master-2_7_8_3-3 047aa926b663 689MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-base:master-2_7_8_3-3 d34225d6ef1c 726MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-control:master-2_7_8_3-3 e974757edc2e 753MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-dns:master-2_7_8_3-3 3b75bcda769b 753MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-named:master-2_7_8_3-3 b6057c5e533d 734MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-webui-base:master-2_7_8_3-3 2173febf98d9 914MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-webui-job:master-2_7_8_3-3 c73519a48bcb 914MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-webui-web:master-2_7_8_3-3 69422d28b91e 914MB 0B nexus.gz1.opensdn.io:5101/opensdn-debug:master-2_7_8_3-3 652f801e89e4 428MB 0B nexus.gz1.opensdn.io:5101/opensdn-deployment-test:master-2_7_8_3-3 7bb33095343e 441MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-cassandra:master-2_7_8_3-3 cb8dfd8131f3 331MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-haproxy:master-2_7_8_3-3 5917f58f0481 144MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-kafka:master-2_7_8_3-3 5fffedbb26a9 392MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-rabbitmq:master-2_7_8_3-3 b20f9c5f9955 363MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-redis:master-2_7_8_3-3 232cf7189ed9 171MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-rsyslogd:master-2_7_8_3-3 d9cdf15b39a0 440MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-stunnel:master-2_7_8_3-3 da9d4ec4233e 454MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-zookeeper:master-2_7_8_3-3 8c2ec97be8e3 301MB 0B nexus.gz1.opensdn.io:5101/opensdn-general-base:master-2_7_8_3-3 1514e4bf5d4b 428MB 0B nexus.gz1.opensdn.io:5101/opensdn-kolla-ansible-src:master-2_7_8_3-3 46b48cd9a811 32.7MB 0B nexus.gz1.opensdn.io:5101/opensdn-kubernetes-cni-init:master-2_7_8_3-3 4f478e4071d0 687MB 0B nexus.gz1.opensdn.io:5101/opensdn-kubernetes-kube-manager:master-2_7_8_3-3 578e6d33ae5d 672MB 0B nexus.gz1.opensdn.io:5101/opensdn-node-init:master-2_7_8_3-3 c99b2e969567 667MB 0B nexus.gz1.opensdn.io:5101/opensdn-nodemgr:master-2_7_8_3-3 3cecb4f12af0 802MB 0B nexus.gz1.opensdn.io:5101/opensdn-openstack-compute-init:master-2_7_8_3-3 9d482a29a151 428MB 0B nexus.gz1.opensdn.io:5101/opensdn-openstack-heat-init:master-2_7_8_3-3 3f5a761b12d3 444MB 0B nexus.gz1.opensdn.io:5101/opensdn-openstack-neutron-init:master-2_7_8_3-3 3a9c635335f2 444MB 0B nexus.gz1.opensdn.io:5101/opensdn-provisioner:master-2_7_8_3-3 eb871f1a9ea8 667MB 0B nexus.gz1.opensdn.io:5101/opensdn-status:master-2_7_8_3-3 a326f9d0d89a 802MB 0B nexus.gz1.opensdn.io:5101/opensdn-test-test:master-2_7_8_3-3 384874c04dbf 1.83GB 0B nexus.gz1.opensdn.io:5101/opensdn-tor-agent:master-2_7_8_3-3 a20317eba0b7 726MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-agent-dpdk:master-2_7_8_3-3 bbae0b553a63 958MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-agent:master-2_7_8_3-3 bd205b7078fc 924MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-base:master-2_7_8_3-3 3e8d88020d4a 734MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-kernel-build-init:master-2_7_8_3-3 bd7ce31466f2 613MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-kernel-init-dpdk:master-2_7_8_3-3 1ccaf1d73ad8 734MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-kernel-init:master-2_7_8_3-3 4c396175e3db 365MB 0B nexus.gz1.opensdn.io:5101/tf-dev-sandbox:frozen f96dba01bde1 2.9GB 0B U opensdn-test-test:master-2_7_8_3-3 384874c04dbf 1.83GB 0B rockylinux:9 9cc24f05f309 176MB 0B tf-dev-sandbox:compile 25fc07ac28a6 22.2GB 0B tf-dev-sandbox:frozen f96dba01bde1 2.9GB 0B U