2026-05-28 14:45:31,334: INFO: Building opensdn-tor-agent 2026-05-28 14:45:31,399: 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_8_0_1-4 --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_8_0_1-4 #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.7s #5 [stage-1 1/3] FROM nexus.gz1.opensdn.io:5101/opensdn-base:master-2_8_0_1-4 #5 DONE 0.8s #6 [build 1/1] FROM docker.io/library/tf-dev-sandbox:compile #6 CACHED #7 [stage-1 2/8] COPY --from=build /buildroot/usr/lib/libisc-9.21.3.so /usr/lib/ #7 ... #8 [internal] load build context #8 transferring context: 1.52kB done #8 DONE 2.8s #7 [stage-1 2/8] COPY --from=build /buildroot/usr/lib/libisc-9.21.3.so /usr/lib/ #7 DONE 2.9s #9 [stage-1 3/8] COPY --from=build /buildroot/usr/lib/libisccc-9.21.3.so /usr/lib/ #9 DONE 2.0s #10 [stage-1 4/8] COPY --from=build /buildroot/usr/lib/libisccfg-9.21.3.so /usr/lib/ #10 DONE 4.7s #11 [stage-1 5/8] COPY --from=build /buildroot/usr/bin/contrail-vrouter-agent-health-check.py /usr/bin/ #11 DONE 4.6s #12 [stage-1 6/8] COPY --from=build /buildroot/usr/bin/contrail_crypt_tunnel_client.py /usr/bin/ #12 DONE 2.6s #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 3.161 added from: http://tf-mirrors.gz1.opensdn.io/re 31 MB/s | 14 MB 00:00 #13 8.770 added from: http://tf-mirrors.gz1.opensdn.io/re 24 MB/s | 1.9 MB 00:00 #13 10.23 added from: http://tf-mirrors.gz1.opensdn.io/re 8.0 MB/s | 402 kB 00:00 #13 11.33 added from: http://tf-mirrors.gz1.opensdn.io/re 36 MB/s | 16 MB 00:00 #13 25.42 added from: http://tf-mirrors.gz1.opensdn.io/re 31 MB/s | 11 MB 00:00 #13 35.54 added from: http://tf-mirrors.gz1.opensdn.io/re 16 MB/s | 1.1 MB 00:00 #13 37.26 added from: http://tf-mirrors.gz1.opensdn.io/re 20 MB/s | 4.8 MB 00:00 #13 41.69 added from: http://tf-mirrors.gz1.opensdn.io/re 12 MB/s | 697 kB 00:00 #13 42.39 added from: http://tf-mirrors.gz1.opensdn.io/re 9.2 MB/s | 474 kB 00:00 #13 43.12 added from: http://tf-mirrors.gz1.opensdn.io/re 554 kB/s | 18 kB 00:00 #13 43.78 added from: http://tf-mirrors.gz1.opensdn.io/re 7.4 kB/s | 257 B 00:00 #13 44.55 added from: http://tf-mirrors.gz1.opensdn.io/re 471 kB/s | 15 kB 00:00 #13 44.98 added from: http://tf-mirrors.gz1.opensdn.io/re 553 kB/s | 96 kB 00:00 #13 46.27 added from: http://tf-mirrors.gz1.opensdn.io/re 37 MB/s | 39 MB 00:01 #13 74.76 Third parties for OpenSDN 20 MB/s | 5.1 MB 00:00 #13 85.55 Dependencies resolved. #13 85.55 ========================================================================================== #13 85.55 Package Arch Version Repository Size #13 85.55 ========================================================================================== #13 85.55 Installing: #13 85.55 boost x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 9.9 k #13 85.55 gperftools-libs x86_64 2.9.1-3.el9 tf-mirrors.ci_repos_epel9.repo 308 k #13 85.55 Installing dependencies: #13 85.55 boost-atomic x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 15 k #13 85.55 boost-chrono x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 23 k #13 85.55 boost-container x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 35 k #13 85.55 boost-context x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 13 k #13 85.55 boost-contract x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 43 k #13 85.55 boost-coroutine x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 30 k #13 85.55 boost-date-time x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 11 k #13 85.55 boost-fiber x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 37 k #13 85.55 boost-filesystem x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 55 k #13 85.55 boost-graph x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 99 k #13 85.55 boost-iostreams x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 37 k #13 85.55 boost-locale x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 212 k #13 85.55 boost-log x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 405 k #13 85.55 boost-math x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 203 k #13 85.55 boost-nowide x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 13 k #13 85.55 boost-program-options x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 104 k #13 85.55 boost-python3 x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 91 k #13 85.55 boost-random x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 22 k #13 85.55 boost-regex x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 275 k #13 85.55 boost-serialization x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 127 k #13 85.55 boost-stacktrace x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 25 k #13 85.55 boost-system x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 11 k #13 85.55 boost-test x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 228 k #13 85.55 boost-thread x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 53 k #13 85.55 boost-timer x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 21 k #13 85.55 boost-type_erasure x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 28 k #13 85.55 boost-wave x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 207 k #13 85.55 libicu x86_64 67.1-10.el9_6 tf-mirrors.ci_repos_yum9-baseos 9.6 M #13 85.55 libunwind x86_64 1.6.2-1.el9 tf-mirrors.ci_repos_epel9.repo 67 k #13 85.55 #13 85.55 Transaction Summary #13 85.55 ========================================================================================== #13 85.55 Install 31 Packages #13 85.55 #13 85.55 Total download size: 12 M #13 85.55 Installed size: 41 M #13 85.55 Downloading Packages: #13 85.64 (1/31): boost-1.75.0-13.el9_7.x86_64.rpm 779 kB/s | 9.9 kB 00:00 #13 85.64 (2/31): boost-atomic-1.75.0-13.el9_7.x86_64.rpm 802 kB/s | 15 kB 00:00 #13 85.64 (3/31): boost-chrono-1.75.0-13.el9_7.x86_64.rpm 2.4 MB/s | 23 kB 00:00 #13 85.64 (4/31): boost-container-1.75.0-13.el9_7.x86_64. 4.6 MB/s | 35 kB 00:00 #13 85.64 (5/31): boost-context-1.75.0-13.el9_7.x86_64.rp 1.9 MB/s | 13 kB 00:00 #13 85.64 (6/31): boost-contract-1.75.0-13.el9_7.x86_64.r 5.9 MB/s | 43 kB 00:00 #13 85.64 (7/31): boost-coroutine-1.75.0-13.el9_7.x86_64. 3.6 MB/s | 30 kB 00:00 #13 85.64 (8/31): boost-date-time-1.75.0-13.el9_7.x86_64. 1.3 MB/s | 11 kB 00:00 #13 85.64 (9/31): boost-fiber-1.75.0-13.el9_7.x86_64.rpm 4.4 MB/s | 37 kB 00:00 #13 85.64 (10/31): boost-filesystem-1.75.0-13.el9_7.x86_6 6.5 MB/s | 55 kB 00:00 #13 85.64 (11/31): boost-graph-1.75.0-13.el9_7.x86_64.rpm 8.4 MB/s | 99 kB 00:00 #13 85.64 (12/31): boost-iostreams-1.75.0-13.el9_7.x86_64 2.6 MB/s | 37 kB 00:00 #13 85.64 (13/31): boost-locale-1.75.0-13.el9_7.x86_64.rp 12 MB/s | 212 kB 00:00 #13 85.64 (14/31): boost-math-1.75.0-13.el9_7.x86_64.rpm 11 MB/s | 203 kB 00:00 #13 85.69 (15/31): boost-log-1.75.0-13.el9_7.x86_64.rpm 11 MB/s | 405 kB 00:00 #13 85.69 (16/31): boost-nowide-1.75.0-13.el9_7.x86_64.rp 1.2 MB/s | 13 kB 00:00 #13 85.69 (17/31): boost-program-options-1.75.0-13.el9_7. 10 MB/s | 104 kB 00:00 #13 85.69 (18/31): boost-python3-1.75.0-13.el9_7.x86_64.r 8.3 MB/s | 91 kB 00:00 #13 85.69 (19/31): boost-random-1.75.0-13.el9_7.x86_64.rp 2.8 MB/s | 22 kB 00:00 #13 85.69 (20/31): boost-regex-1.75.0-13.el9_7.x86_64.rpm 17 MB/s | 275 kB 00:00 #13 85.69 (21/31): boost-serialization-1.75.0-13.el9_7.x8 6.3 MB/s | 127 kB 00:00 #13 85.71 (22/31): boost-stacktrace-1.75.0-13.el9_7.x86_6 1.5 MB/s | 25 kB 00:00 #13 85.71 (23/31): boost-system-1.75.0-13.el9_7.x86_64.rp 889 kB/s | 11 kB 00:00 #13 85.75 (24/31): boost-test-1.75.0-13.el9_7.x86_64.rpm 11 MB/s | 228 kB 00:00 #13 85.75 (25/31): boost-thread-1.75.0-13.el9_7.x86_64.rp 2.5 MB/s | 53 kB 00:00 #13 85.75 (26/31): boost-timer-1.75.0-13.el9_7.x86_64.rpm 2.0 MB/s | 21 kB 00:00 #13 85.75 (27/31): boost-type_erasure-1.75.0-13.el9_7.x86 2.3 MB/s | 28 kB 00:00 #13 85.75 (28/31): boost-wave-1.75.0-13.el9_7.x86_64.rpm 15 MB/s | 207 kB 00:00 #13 85.75 (29/31): libunwind-1.6.2-1.el9.x86_64.rpm 9.1 MB/s | 67 kB 00:00 #13 85.78 (30/31): gperftools-libs-2.9.1-3.el9.x86_64.rpm 14 MB/s | 308 kB 00:00 #13 85.96 (31/31): libicu-67.1-10.el9_6.x86_64.rpm 26 MB/s | 9.6 MB 00:00 #13 85.96 -------------------------------------------------------------------------------- #13 85.96 Total 33 MB/s | 12 MB 00:00 #13 85.96 Running transaction check #13 85.96 Transaction check succeeded. #13 85.96 Running transaction test #13 86.17 Transaction test succeeded. #13 86.17 Running transaction #13 87.00 Preparing : 1/1 #13 87.10 Installing : boost-system-1.75.0-13.el9_7.x86_64 1/31 #13 87.10 Installing : boost-chrono-1.75.0-13.el9_7.x86_64 2/31 #13 87.10 Installing : boost-thread-1.75.0-13.el9_7.x86_64 3/31 #13 87.10 Installing : boost-filesystem-1.75.0-13.el9_7.x86_64 4/31 #13 87.40 Installing : libicu-67.1-10.el9_6.x86_64 5/31 #13 87.40 Installing : boost-regex-1.75.0-13.el9_7.x86_64 6/31 #13 87.51 Installing : boost-context-1.75.0-13.el9_7.x86_64 7/31 #13 87.51 Installing : boost-date-time-1.75.0-13.el9_7.x86_64 8/31 #13 87.51 Installing : boost-atomic-1.75.0-13.el9_7.x86_64 9/31 #13 87.51 Installing : boost-log-1.75.0-13.el9_7.x86_64 10/31 #13 87.51 Installing : boost-wave-1.75.0-13.el9_7.x86_64 11/31 #13 87.51 Installing : boost-coroutine-1.75.0-13.el9_7.x86_64 12/31 #13 87.51 Installing : boost-fiber-1.75.0-13.el9_7.x86_64 13/31 #13 87.51 Installing : boost-graph-1.75.0-13.el9_7.x86_64 14/31 #13 87.51 Installing : boost-locale-1.75.0-13.el9_7.x86_64 15/31 #13 87.51 Installing : boost-type_erasure-1.75.0-13.el9_7.x86_64 16/31 #13 87.51 Installing : boost-timer-1.75.0-13.el9_7.x86_64 17/31 #13 87.51 Installing : libunwind-1.6.2-1.el9.x86_64 18/31 #13 87.51 Installing : boost-test-1.75.0-13.el9_7.x86_64 19/31 #13 87.54 Installing : boost-stacktrace-1.75.0-13.el9_7.x86_64 20/31 #13 87.54 Installing : boost-serialization-1.75.0-13.el9_7.x86_64 21/31 #13 87.54 Installing : boost-random-1.75.0-13.el9_7.x86_64 22/31 #13 87.58 Installing : boost-python3-1.75.0-13.el9_7.x86_64 23/31 #13 87.58 Installing : boost-program-options-1.75.0-13.el9_7.x86_64 24/31 #13 87.58 Installing : boost-nowide-1.75.0-13.el9_7.x86_64 25/31 #13 87.58 Installing : boost-math-1.75.0-13.el9_7.x86_64 26/31 #13 87.63 Installing : boost-iostreams-1.75.0-13.el9_7.x86_64 27/31 #13 87.63 Installing : boost-contract-1.75.0-13.el9_7.x86_64 28/31 #13 87.63 Installing : boost-container-1.75.0-13.el9_7.x86_64 29/31 #13 87.63 Installing : boost-1.75.0-13.el9_7.x86_64 30/31 #13 87.63 Installing : gperftools-libs-2.9.1-3.el9.x86_64 31/31 #13 87.69 Running scriptlet: gperftools-libs-2.9.1-3.el9.x86_64 31/31 #13 87.92 Verifying : libicu-67.1-10.el9_6.x86_64 1/31 #13 87.92 Verifying : boost-1.75.0-13.el9_7.x86_64 2/31 #13 87.92 Verifying : boost-atomic-1.75.0-13.el9_7.x86_64 3/31 #13 87.92 Verifying : boost-chrono-1.75.0-13.el9_7.x86_64 4/31 #13 87.92 Verifying : boost-container-1.75.0-13.el9_7.x86_64 5/31 #13 87.92 Verifying : boost-context-1.75.0-13.el9_7.x86_64 6/31 #13 87.92 Verifying : boost-contract-1.75.0-13.el9_7.x86_64 7/31 #13 87.92 Verifying : boost-coroutine-1.75.0-13.el9_7.x86_64 8/31 #13 87.92 Verifying : boost-date-time-1.75.0-13.el9_7.x86_64 9/31 #13 87.92 Verifying : boost-fiber-1.75.0-13.el9_7.x86_64 10/31 #13 87.92 Verifying : boost-filesystem-1.75.0-13.el9_7.x86_64 11/31 #13 87.92 Verifying : boost-graph-1.75.0-13.el9_7.x86_64 12/31 #13 87.92 Verifying : boost-iostreams-1.75.0-13.el9_7.x86_64 13/31 #13 87.92 Verifying : boost-locale-1.75.0-13.el9_7.x86_64 14/31 #13 87.92 Verifying : boost-log-1.75.0-13.el9_7.x86_64 15/31 #13 87.92 Verifying : boost-math-1.75.0-13.el9_7.x86_64 16/31 #13 87.92 Verifying : boost-nowide-1.75.0-13.el9_7.x86_64 17/31 #13 87.92 Verifying : boost-program-options-1.75.0-13.el9_7.x86_64 18/31 #13 87.92 Verifying : boost-python3-1.75.0-13.el9_7.x86_64 19/31 #13 87.92 Verifying : boost-random-1.75.0-13.el9_7.x86_64 20/31 #13 87.92 Verifying : boost-regex-1.75.0-13.el9_7.x86_64 21/31 #13 87.92 Verifying : boost-serialization-1.75.0-13.el9_7.x86_64 22/31 #13 87.92 Verifying : boost-stacktrace-1.75.0-13.el9_7.x86_64 23/31 #13 87.92 Verifying : boost-system-1.75.0-13.el9_7.x86_64 24/31 #13 87.92 Verifying : boost-test-1.75.0-13.el9_7.x86_64 25/31 #13 87.92 Verifying : boost-thread-1.75.0-13.el9_7.x86_64 26/31 #13 87.92 Verifying : boost-timer-1.75.0-13.el9_7.x86_64 27/31 #13 87.92 Verifying : boost-type_erasure-1.75.0-13.el9_7.x86_64 28/31 #13 87.92 Verifying : boost-wave-1.75.0-13.el9_7.x86_64 29/31 #13 87.92 Verifying : gperftools-libs-2.9.1-3.el9.x86_64 30/31 #13 87.92 Verifying : libunwind-1.6.2-1.el9.x86_64 31/31 #13 88.03 #13 88.03 Installed: #13 88.03 boost-1.75.0-13.el9_7.x86_64 #13 88.03 boost-atomic-1.75.0-13.el9_7.x86_64 #13 88.03 boost-chrono-1.75.0-13.el9_7.x86_64 #13 88.03 boost-container-1.75.0-13.el9_7.x86_64 #13 88.03 boost-context-1.75.0-13.el9_7.x86_64 #13 88.03 boost-contract-1.75.0-13.el9_7.x86_64 #13 88.03 boost-coroutine-1.75.0-13.el9_7.x86_64 #13 88.03 boost-date-time-1.75.0-13.el9_7.x86_64 #13 88.03 boost-fiber-1.75.0-13.el9_7.x86_64 #13 88.03 boost-filesystem-1.75.0-13.el9_7.x86_64 #13 88.03 boost-graph-1.75.0-13.el9_7.x86_64 #13 88.03 boost-iostreams-1.75.0-13.el9_7.x86_64 #13 88.03 boost-locale-1.75.0-13.el9_7.x86_64 #13 88.03 boost-log-1.75.0-13.el9_7.x86_64 #13 88.03 boost-math-1.75.0-13.el9_7.x86_64 #13 88.03 boost-nowide-1.75.0-13.el9_7.x86_64 #13 88.03 boost-program-options-1.75.0-13.el9_7.x86_64 #13 88.03 boost-python3-1.75.0-13.el9_7.x86_64 #13 88.03 boost-random-1.75.0-13.el9_7.x86_64 #13 88.03 boost-regex-1.75.0-13.el9_7.x86_64 #13 88.03 boost-serialization-1.75.0-13.el9_7.x86_64 #13 88.03 boost-stacktrace-1.75.0-13.el9_7.x86_64 #13 88.03 boost-system-1.75.0-13.el9_7.x86_64 #13 88.03 boost-test-1.75.0-13.el9_7.x86_64 #13 88.03 boost-thread-1.75.0-13.el9_7.x86_64 #13 88.03 boost-timer-1.75.0-13.el9_7.x86_64 #13 88.03 boost-type_erasure-1.75.0-13.el9_7.x86_64 #13 88.03 boost-wave-1.75.0-13.el9_7.x86_64 #13 88.03 gperftools-libs-2.9.1-3.el9.x86_64 #13 88.03 libicu-67.1-10.el9_6.x86_64 #13 88.03 libunwind-1.6.2-1.el9.x86_64 #13 88.03 #13 88.03 Complete! #13 88.48 77 files removed #13 89.08 Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/, http://localhost:6667/pip/simple #13 89.21 Collecting contrail-vrouter-api==0.1.dev0 #13 89.21 Downloading http://localhost:6667/pip/simple/contrail-vrouter-api/contrail_vrouter_api-0.1.dev0-py3-none-any.whl (2.9 kB) #13 89.60 Installing collected packages: contrail-vrouter-api #13 89.60 Successfully installed contrail-vrouter-api-0.1.dev0 #13 89.62 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 92.0s #14 [stage-1 8/8] COPY *.sh / #14 DONE 2.8s #15 exporting to image #15 exporting layers #15 exporting layers 4.4s done #15 writing image sha256:616d9a1665f763123c3c3146bca201badf14529fa31ac40fb3a7258c1b2ea305 #15 writing image sha256:616d9a1665f763123c3c3146bca201badf14529fa31ac40fb3a7258c1b2ea305 0.0s done #15 naming to nexus.gz1.opensdn.io:5101/opensdn-tor-agent:master-2_8_0_1-4 0.0s done #15 DONE 5.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-05-28 14:48:10,966: INFO: Docker build duration: 159 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-tor-agent] 80bda24abe29: Preparing 3cf2746a2c87: Preparing 9790c6ad0155: Preparing b0753d206dea: Preparing 9576aa57baaf: Preparing 4ac8e7932f43: Preparing 30cdae6b4bfa: Preparing d7888cbfba12: Preparing 4a97be72175e: Preparing 770aa15b0fdb: Preparing b49e7cde7630: Preparing 8f55b6c7d916: Preparing 24755859d9b2: Preparing e33ea2133777: Preparing 44c8069ae80c: Preparing 6735fa1c9f48: Preparing 38fb5291daeb: Preparing d56cf286ff02: Preparing 8d1dc7e1e307: Preparing 65c76e127216: Preparing 44343de3ea1d: Preparing 80bda24abe29: Waiting 3cf2746a2c87: Waiting 9790c6ad0155: Waiting b0753d206dea: Waiting 9576aa57baaf: Waiting 4ac8e7932f43: Waiting 30cdae6b4bfa: Waiting d7888cbfba12: Waiting 4a97be72175e: Waiting 770aa15b0fdb: Waiting b49e7cde7630: Waiting 8f55b6c7d916: Waiting 24755859d9b2: Waiting e33ea2133777: Waiting 44c8069ae80c: Waiting 6735fa1c9f48: Waiting 38fb5291daeb: Waiting d56cf286ff02: Waiting 8d1dc7e1e307: Waiting 65c76e127216: Waiting 44343de3ea1d: Waiting 9790c6ad0155: Pushed b0753d206dea: Pushed 80bda24abe29: Pushed 4ac8e7932f43: Pushed d7888cbfba12: Layer already exists 4a97be72175e: Layer already exists 9576aa57baaf: Pushed 30cdae6b4bfa: Pushed b49e7cde7630: Layer already exists 770aa15b0fdb: Layer already exists 8f55b6c7d916: Layer already exists e33ea2133777: Layer already exists 24755859d9b2: Layer already exists 44c8069ae80c: Layer already exists 6735fa1c9f48: Layer already exists 38fb5291daeb: Layer already exists d56cf286ff02: Layer already exists 65c76e127216: Layer already exists 8d1dc7e1e307: Layer already exists 44343de3ea1d: Layer already exists 3cf2746a2c87: Pushed master-2_8_0_1-4: digest: sha256:06a31ddf9701cb21bf6fceaa532ee57aff0106de151fdcbb34789b372e93f62a size: 4713 2026-05-28 14:48:26,274: INFO: Building opensdn-tor-agent finished successfully, duration: 175 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_8_0_1-4 46ba26f85cba 692MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-api:master-2_8_0_1-4 0fc384e3adaf 701MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-base:master-2_8_0_1-4 56d1690a1235 676MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-collector:master-2_8_0_1-4 a7a43487d1c1 758MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-query-engine:master-2_8_0_1-4 2b390bfbef92 754MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-base:master-2_8_0_1-4 f4c60a0f11ad 917MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-collector:master-2_8_0_1-4 5a812f9a02c5 918MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-topology:master-2_8_0_1-4 2e72b4ed7fbd 918MB 0B nexus.gz1.opensdn.io:5101/opensdn-ansible-deployer-src:master-2_8_0_1-4 db5d0ebe2f51 1.41MB 0B nexus.gz1.opensdn.io:5101/opensdn-base:master-2_8_0_1-4 22bb599576e6 676MB 0B nexus.gz1.opensdn.io:5101/opensdn-build-manifest-src:master-2_8_0_1-4 d43d608f9e4f 4.17kB 0B nexus.gz1.opensdn.io:5101/opensdn-charms-src:master-2_8_0_1-4 60fc7bdb6f4a 6.05MB 0B nexus.gz1.opensdn.io:5101/opensdn-container-builder-src:master-2_8_0_1-4 a8fa08fedc4e 2.48MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-api:master-2_8_0_1-4 0996907a267a 714MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-base:master-2_8_0_1-4 5ddd8cc98fba 676MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-dnsmasq:master-2_8_0_1-4 efbc8b9e0b3f 691MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-schema:master-2_8_0_1-4 09fd302a5e82 677MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-svcmonitor:master-2_8_0_1-4 dadf6ae40c3a 698MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-base:master-2_8_0_1-4 73cb93b7f754 735MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-control:master-2_8_0_1-4 c7d040faefd8 762MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-dns:master-2_8_0_1-4 db890ee46637 762MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-named:master-2_8_0_1-4 1a4d42ea38af 743MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-webui-base:master-2_8_0_1-4 96c6ce1fa7e4 914MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-webui-job:master-2_8_0_1-4 e1dd740bbd91 914MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-webui-web:master-2_8_0_1-4 1182b61e5130 914MB 0B nexus.gz1.opensdn.io:5101/opensdn-debug:master-2_8_0_1-4 96a36c299c4c 428MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-cassandra:master-2_8_0_1-4 c6d761ec4099 331MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-haproxy:master-2_8_0_1-4 14b6a8349d1f 144MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-kafka:master-2_8_0_1-4 caf04310aab6 392MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-rabbitmq:master-2_8_0_1-4 54ab1871c45e 363MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-redis:master-2_8_0_1-4 ce4e67294a7b 171MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-rsyslogd:master-2_8_0_1-4 5248e5e8ab34 440MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-stunnel:master-2_8_0_1-4 d50a98bea36c 454MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-zookeeper:master-2_8_0_1-4 ee87c05b4178 301MB 0B nexus.gz1.opensdn.io:5101/opensdn-general-base:master-2_8_0_1-4 a0b120dc7f50 428MB 0B nexus.gz1.opensdn.io:5101/opensdn-kolla-ansible-src:master-2_8_0_1-4 eb74a73e666c 32.7MB 0B nexus.gz1.opensdn.io:5101/opensdn-kubernetes-cni-init:master-2_8_0_1-4 dad2c8400cd7 696MB 0B nexus.gz1.opensdn.io:5101/opensdn-kubernetes-kube-manager:master-2_8_0_1-4 bd84896e4dc9 681MB 0B nexus.gz1.opensdn.io:5101/opensdn-node-init:master-2_8_0_1-4 3d79e57075b4 676MB 0B nexus.gz1.opensdn.io:5101/opensdn-nodemgr:master-2_8_0_1-4 685d51b85222 811MB 0B nexus.gz1.opensdn.io:5101/opensdn-openstack-compute-init:master-2_8_0_1-4 664a8e3b0f50 428MB 0B nexus.gz1.opensdn.io:5101/opensdn-openstack-heat-init:master-2_8_0_1-4 3f15bc690281 444MB 0B nexus.gz1.opensdn.io:5101/opensdn-openstack-neutron-init:master-2_8_0_1-4 6aae57cff70d 444MB 0B nexus.gz1.opensdn.io:5101/opensdn-provisioner:master-2_8_0_1-4 91cb5ad1e5d3 676MB 0B nexus.gz1.opensdn.io:5101/opensdn-status:master-2_8_0_1-4 2791e166c1c4 811MB 0B nexus.gz1.opensdn.io:5101/opensdn-test-test:master-2_8_0_1-4 db74b0b6cf78 1.84GB 0B nexus.gz1.opensdn.io:5101/opensdn-tools:master-2_8_0_1-4 4462f4dd6c5a 1.28GB 0B nexus.gz1.opensdn.io:5101/opensdn-tor-agent:master-2_8_0_1-4 616d9a1665f7 735MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-agent-dpdk:master-2_8_0_1-4 782dd365fe8f 967MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-agent:master-2_8_0_1-4 968a0467d865 934MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-base:master-2_8_0_1-4 06870e645d39 743MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-kernel-build-init:master-2_8_0_1-4 c1db42cbcaa0 615MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-kernel-init-dpdk:master-2_8_0_1-4 1a4e9387ab8c 743MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-kernel-init:master-2_8_0_1-4 a5ca81053159 365MB 0B nexus.gz1.opensdn.io:5101/tf-dev-sandbox:frozen c11089002a6f 2.9GB 0B U opensdn-test-test:master-2_8_0_1-4 db74b0b6cf78 1.84GB 0B rockylinux:9 9cc24f05f309 176MB 0B tf-dev-sandbox:compile b5c225a686cc 22.2GB 0B tf-dev-sandbox:frozen c11089002a6f 2.9GB 0B U