2026-04-23 01:20:54,256: INFO: Building opensdn-tor-agent 2026-04-23 01:20:54,286: 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=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.6s #2 [internal] load metadata for nexus.gz1.opensdn.io:5102/opensdn-base:nightly #2 DONE 0.0s #3 [internal] load metadata for docker.io/library/tf-dev-sandbox:compile #3 DONE 0.0s #4 [internal] load .dockerignore #4 transferring context: #4 transferring context: 2B done #4 DONE 1.8s #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 0.7s #8 [stage-1 2/8] COPY --from=build /buildroot/usr/lib/libisc-9.21.3.so /usr/lib/ #8 DONE 0.7s #9 [stage-1 3/8] COPY --from=build /buildroot/usr/lib/libisccc-9.21.3.so /usr/lib/ #9 DONE 1.6s #10 [stage-1 4/8] COPY --from=build /buildroot/usr/lib/libisccfg-9.21.3.so /usr/lib/ #10 DONE 2.3s #11 [stage-1 5/8] COPY --from=build /buildroot/usr/bin/contrail-vrouter-agent-health-check.py /usr/bin/ #11 DONE 3.5s #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 2.467 added from: http://tf-mirrors.gz1.opensdn.io/re 48 MB/s | 14 MB 00:00 #13 6.416 added from: http://tf-mirrors.gz1.opensdn.io/re 24 MB/s | 1.9 MB 00:00 #13 7.890 added from: http://tf-mirrors.gz1.opensdn.io/re 9.7 MB/s | 402 kB 00:00 #13 9.068 added from: http://tf-mirrors.gz1.opensdn.io/re 26 MB/s | 16 MB 00:00 #13 20.88 added from: http://tf-mirrors.gz1.opensdn.io/re 36 MB/s | 11 MB 00:00 #13 25.87 added from: http://tf-mirrors.gz1.opensdn.io/re 11 MB/s | 1.1 MB 00:00 #13 26.78 added from: http://tf-mirrors.gz1.opensdn.io/re 21 MB/s | 4.8 MB 00:00 #13 29.91 added from: http://tf-mirrors.gz1.opensdn.io/re 15 MB/s | 697 kB 00:00 #13 30.94 added from: http://tf-mirrors.gz1.opensdn.io/re 15 MB/s | 474 kB 00:00 #13 31.18 added from: http://tf-mirrors.gz1.opensdn.io/re 755 kB/s | 18 kB 00:00 #13 31.41 added from: http://tf-mirrors.gz1.opensdn.io/re 7.4 kB/s | 257 B 00:00 #13 31.99 added from: http://tf-mirrors.gz1.opensdn.io/re 339 kB/s | 15 kB 00:00 #13 32.60 added from: http://tf-mirrors.gz1.opensdn.io/re 2.3 MB/s | 96 kB 00:00 #13 34.13 added from: http://tf-mirrors.gz1.opensdn.io/re 46 MB/s | 39 MB 00:00 #13 59.23 Third parties for OpenSDN 23 MB/s | 5.1 MB 00:00 #13 76.94 Dependencies resolved. #13 76.95 ========================================================================================== #13 76.95 Package Arch Version Repository Size #13 76.95 ========================================================================================== #13 76.95 Installing: #13 76.95 boost x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 9.9 k #13 76.95 gperftools-libs x86_64 2.9.1-3.el9 tf-mirrors.ci_repos_epel9.repo 308 k #13 76.95 Installing dependencies: #13 76.95 boost-atomic x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 15 k #13 76.95 boost-chrono x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 23 k #13 76.95 boost-container x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 35 k #13 76.95 boost-context x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 13 k #13 76.95 boost-contract x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 43 k #13 76.95 boost-coroutine x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 30 k #13 76.95 boost-date-time x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 11 k #13 76.95 boost-fiber x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 37 k #13 76.95 boost-filesystem x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 55 k #13 76.95 boost-graph x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 99 k #13 76.95 boost-iostreams x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 37 k #13 76.95 boost-locale x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 212 k #13 76.95 boost-log x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 405 k #13 76.95 boost-math x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 203 k #13 76.95 boost-nowide x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 13 k #13 76.95 boost-program-options x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 104 k #13 76.95 boost-python3 x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 91 k #13 76.95 boost-random x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 22 k #13 76.95 boost-regex x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 275 k #13 76.95 boost-serialization x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 127 k #13 76.95 boost-stacktrace x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 25 k #13 76.95 boost-system x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 11 k #13 76.95 boost-test x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 228 k #13 76.95 boost-thread x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 53 k #13 76.95 boost-timer x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 21 k #13 76.95 boost-type_erasure x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 28 k #13 76.95 boost-wave x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 207 k #13 76.95 libicu x86_64 67.1-10.el9_6 tf-mirrors.ci_repos_yum9-baseos 9.6 M #13 76.95 libunwind x86_64 1.6.2-1.el9 tf-mirrors.ci_repos_epel9.repo 67 k #13 76.95 #13 76.95 Transaction Summary #13 76.95 ========================================================================================== #13 76.95 Install 31 Packages #13 76.95 #13 76.98 Total download size: 12 M #13 76.98 Installed size: 41 M #13 76.98 Downloading Packages: #13 77.01 (1/31): boost-1.75.0-13.el9_7.x86_64.rpm 474 kB/s | 9.9 kB 00:00 #13 77.01 (2/31): boost-atomic-1.75.0-13.el9_7.x86_64.rpm 450 kB/s | 15 kB 00:00 #13 77.02 (3/31): boost-chrono-1.75.0-13.el9_7.x86_64.rpm 1.3 MB/s | 23 kB 00:00 #13 77.03 (4/31): boost-container-1.75.0-13.el9_7.x86_64. 1.7 MB/s | 35 kB 00:00 #13 77.04 (5/31): boost-context-1.75.0-13.el9_7.x86_64.rp 716 kB/s | 13 kB 00:00 #13 77.06 (6/31): boost-contract-1.75.0-13.el9_7.x86_64.r 3.2 MB/s | 43 kB 00:00 #13 77.06 (7/31): boost-coroutine-1.75.0-13.el9_7.x86_64. 3.8 MB/s | 30 kB 00:00 #13 77.06 (8/31): boost-date-time-1.75.0-13.el9_7.x86_64. 2.1 MB/s | 11 kB 00:00 #13 77.06 (9/31): boost-fiber-1.75.0-13.el9_7.x86_64.rpm 6.5 MB/s | 37 kB 00:00 #13 77.06 (10/31): boost-filesystem-1.75.0-13.el9_7.x86_6 8.2 MB/s | 55 kB 00:00 #13 77.07 (11/31): boost-graph-1.75.0-13.el9_7.x86_64.rpm 12 MB/s | 99 kB 00:00 #13 77.07 (12/31): boost-iostreams-1.75.0-13.el9_7.x86_64 4.3 MB/s | 37 kB 00:00 #13 77.08 (13/31): boost-locale-1.75.0-13.el9_7.x86_64.rp 13 MB/s | 212 kB 00:00 #13 77.11 (14/31): boost-log-1.75.0-13.el9_7.x86_64.rpm 12 MB/s | 405 kB 00:00 #13 77.11 (15/31): boost-math-1.75.0-13.el9_7.x86_64.rpm 6.3 MB/s | 203 kB 00:00 #13 77.14 (16/31): boost-nowide-1.75.0-13.el9_7.x86_64.rp 856 kB/s | 13 kB 00:00 #13 77.14 (17/31): boost-program-options-1.75.0-13.el9_7. 11 MB/s | 104 kB 00:00 #13 77.14 (18/31): boost-python3-1.75.0-13.el9_7.x86_64.r 9.4 MB/s | 91 kB 00:00 #13 77.14 (19/31): boost-random-1.75.0-13.el9_7.x86_64.rp 2.9 MB/s | 22 kB 00:00 #13 77.14 (20/31): boost-regex-1.75.0-13.el9_7.x86_64.rpm 16 MB/s | 275 kB 00:00 #13 77.15 (21/31): boost-serialization-1.75.0-13.el9_7.x8 6.5 MB/s | 127 kB 00:00 #13 77.16 (22/31): boost-stacktrace-1.75.0-13.el9_7.x86_6 2.4 MB/s | 25 kB 00:00 #13 77.17 (23/31): boost-system-1.75.0-13.el9_7.x86_64.rp 1.4 MB/s | 11 kB 00:00 #13 77.17 (24/31): boost-thread-1.75.0-13.el9_7.x86_64.rp 8.6 MB/s | 53 kB 00:00 #13 77.18 (25/31): boost-test-1.75.0-13.el9_7.x86_64.rpm 15 MB/s | 228 kB 00:00 #13 77.18 (26/31): boost-timer-1.75.0-13.el9_7.x86_64.rpm 2.4 MB/s | 21 kB 00:00 #13 77.18 (27/31): boost-type_erasure-1.75.0-13.el9_7.x86 4.8 MB/s | 28 kB 00:00 #13 77.18 (28/31): boost-wave-1.75.0-13.el9_7.x86_64.rpm 29 MB/s | 207 kB 00:00 #13 77.23 (29/31): gperftools-libs-2.9.1-3.el9.x86_64.rpm 14 MB/s | 308 kB 00:00 #13 77.23 (30/31): libunwind-1.6.2-1.el9.x86_64.rpm 3.3 MB/s | 67 kB 00:00 #13 77.36 (31/31): libicu-67.1-10.el9_6.x86_64.rpm 25 MB/s | 9.6 MB 00:00 #13 77.36 -------------------------------------------------------------------------------- #13 77.36 Total 32 MB/s | 12 MB 00:00 #13 77.36 Running transaction check #13 77.45 Transaction check succeeded. #13 77.45 Running transaction test #13 77.95 Transaction test succeeded. #13 77.95 Running transaction #13 80.16 Preparing : 1/1 #13 80.33 Installing : boost-system-1.75.0-13.el9_7.x86_64 1/31 #13 80.33 Installing : boost-chrono-1.75.0-13.el9_7.x86_64 2/31 #13 80.34 Installing : boost-thread-1.75.0-13.el9_7.x86_64 3/31 #13 80.35 Installing : boost-filesystem-1.75.0-13.el9_7.x86_64 4/31 #13 81.08 Installing : libicu-67.1-10.el9_6.x86_64 5/31 #13 81.09 Installing : boost-regex-1.75.0-13.el9_7.x86_64 6/31 #13 81.12 Installing : boost-context-1.75.0-13.el9_7.x86_64 7/31 #13 81.12 Installing : boost-date-time-1.75.0-13.el9_7.x86_64 8/31 #13 81.13 Installing : boost-atomic-1.75.0-13.el9_7.x86_64 9/31 #13 81.15 Installing : boost-log-1.75.0-13.el9_7.x86_64 10/31 #13 81.17 Installing : boost-wave-1.75.0-13.el9_7.x86_64 11/31 #13 81.17 Installing : boost-coroutine-1.75.0-13.el9_7.x86_64 12/31 #13 81.18 Installing : boost-fiber-1.75.0-13.el9_7.x86_64 13/31 #13 81.19 Installing : boost-graph-1.75.0-13.el9_7.x86_64 14/31 #13 81.20 Installing : boost-locale-1.75.0-13.el9_7.x86_64 15/31 #13 81.21 Installing : boost-type_erasure-1.75.0-13.el9_7.x86_64 16/31 #13 81.24 Installing : boost-timer-1.75.0-13.el9_7.x86_64 17/31 #13 81.25 Installing : libunwind-1.6.2-1.el9.x86_64 18/31 #13 81.30 Installing : boost-test-1.75.0-13.el9_7.x86_64 19/31 #13 81.32 Installing : boost-stacktrace-1.75.0-13.el9_7.x86_64 20/31 #13 81.36 Installing : boost-serialization-1.75.0-13.el9_7.x86_64 21/31 #13 81.38 Installing : boost-random-1.75.0-13.el9_7.x86_64 22/31 #13 81.41 Installing : boost-python3-1.75.0-13.el9_7.x86_64 23/31 #13 81.41 Installing : boost-program-options-1.75.0-13.el9_7.x86_64 24/31 #13 81.43 Installing : boost-nowide-1.75.0-13.el9_7.x86_64 25/31 #13 81.44 Installing : boost-math-1.75.0-13.el9_7.x86_64 26/31 #13 81.46 Installing : boost-iostreams-1.75.0-13.el9_7.x86_64 27/31 #13 81.47 Installing : boost-contract-1.75.0-13.el9_7.x86_64 28/31 #13 81.53 Installing : boost-container-1.75.0-13.el9_7.x86_64 29/31 #13 81.53 Installing : boost-1.75.0-13.el9_7.x86_64 30/31 #13 81.53 Installing : gperftools-libs-2.9.1-3.el9.x86_64 31/31 #13 81.53 Running scriptlet: gperftools-libs-2.9.1-3.el9.x86_64 31/31 #13 84.30 Verifying : libicu-67.1-10.el9_6.x86_64 1/31 #13 84.30 Verifying : boost-1.75.0-13.el9_7.x86_64 2/31 #13 84.30 Verifying : boost-atomic-1.75.0-13.el9_7.x86_64 3/31 #13 84.30 Verifying : boost-chrono-1.75.0-13.el9_7.x86_64 4/31 #13 84.31 Verifying : boost-container-1.75.0-13.el9_7.x86_64 5/31 #13 84.31 Verifying : boost-context-1.75.0-13.el9_7.x86_64 6/31 #13 84.31 Verifying : boost-contract-1.75.0-13.el9_7.x86_64 7/31 #13 84.31 Verifying : boost-coroutine-1.75.0-13.el9_7.x86_64 8/31 #13 84.31 Verifying : boost-date-time-1.75.0-13.el9_7.x86_64 9/31 #13 84.31 Verifying : boost-fiber-1.75.0-13.el9_7.x86_64 10/31 #13 84.31 Verifying : boost-filesystem-1.75.0-13.el9_7.x86_64 11/31 #13 84.31 Verifying : boost-graph-1.75.0-13.el9_7.x86_64 12/31 #13 84.31 Verifying : boost-iostreams-1.75.0-13.el9_7.x86_64 13/31 #13 84.32 Verifying : boost-locale-1.75.0-13.el9_7.x86_64 14/31 #13 84.32 Verifying : boost-log-1.75.0-13.el9_7.x86_64 15/31 #13 84.32 Verifying : boost-math-1.75.0-13.el9_7.x86_64 16/31 #13 84.32 Verifying : boost-nowide-1.75.0-13.el9_7.x86_64 17/31 #13 84.32 Verifying : boost-program-options-1.75.0-13.el9_7.x86_64 18/31 #13 84.32 Verifying : boost-python3-1.75.0-13.el9_7.x86_64 19/31 #13 84.32 Verifying : boost-random-1.75.0-13.el9_7.x86_64 20/31 #13 84.32 Verifying : boost-regex-1.75.0-13.el9_7.x86_64 21/31 #13 84.32 Verifying : boost-serialization-1.75.0-13.el9_7.x86_64 22/31 #13 84.32 Verifying : boost-stacktrace-1.75.0-13.el9_7.x86_64 23/31 #13 84.32 Verifying : boost-system-1.75.0-13.el9_7.x86_64 24/31 #13 84.32 Verifying : boost-test-1.75.0-13.el9_7.x86_64 25/31 #13 84.32 Verifying : boost-thread-1.75.0-13.el9_7.x86_64 26/31 #13 84.32 Verifying : boost-timer-1.75.0-13.el9_7.x86_64 27/31 #13 84.32 Verifying : boost-type_erasure-1.75.0-13.el9_7.x86_64 28/31 #13 84.32 Verifying : boost-wave-1.75.0-13.el9_7.x86_64 29/31 #13 84.32 Verifying : gperftools-libs-2.9.1-3.el9.x86_64 30/31 #13 84.32 Verifying : libunwind-1.6.2-1.el9.x86_64 31/31 #13 84.49 #13 84.49 Installed: #13 84.49 boost-1.75.0-13.el9_7.x86_64 #13 84.49 boost-atomic-1.75.0-13.el9_7.x86_64 #13 84.49 boost-chrono-1.75.0-13.el9_7.x86_64 #13 84.49 boost-container-1.75.0-13.el9_7.x86_64 #13 84.49 boost-context-1.75.0-13.el9_7.x86_64 #13 84.49 boost-contract-1.75.0-13.el9_7.x86_64 #13 84.49 boost-coroutine-1.75.0-13.el9_7.x86_64 #13 84.49 boost-date-time-1.75.0-13.el9_7.x86_64 #13 84.49 boost-fiber-1.75.0-13.el9_7.x86_64 #13 84.49 boost-filesystem-1.75.0-13.el9_7.x86_64 #13 84.49 boost-graph-1.75.0-13.el9_7.x86_64 #13 84.49 boost-iostreams-1.75.0-13.el9_7.x86_64 #13 84.49 boost-locale-1.75.0-13.el9_7.x86_64 #13 84.49 boost-log-1.75.0-13.el9_7.x86_64 #13 84.49 boost-math-1.75.0-13.el9_7.x86_64 #13 84.49 boost-nowide-1.75.0-13.el9_7.x86_64 #13 84.49 boost-program-options-1.75.0-13.el9_7.x86_64 #13 84.49 boost-python3-1.75.0-13.el9_7.x86_64 #13 84.49 boost-random-1.75.0-13.el9_7.x86_64 #13 84.49 boost-regex-1.75.0-13.el9_7.x86_64 #13 84.49 boost-serialization-1.75.0-13.el9_7.x86_64 #13 84.49 boost-stacktrace-1.75.0-13.el9_7.x86_64 #13 84.49 boost-system-1.75.0-13.el9_7.x86_64 #13 84.49 boost-test-1.75.0-13.el9_7.x86_64 #13 84.49 boost-thread-1.75.0-13.el9_7.x86_64 #13 84.49 boost-timer-1.75.0-13.el9_7.x86_64 #13 84.49 boost-type_erasure-1.75.0-13.el9_7.x86_64 #13 84.49 boost-wave-1.75.0-13.el9_7.x86_64 #13 84.49 gperftools-libs-2.9.1-3.el9.x86_64 #13 84.49 libicu-67.1-10.el9_6.x86_64 #13 84.49 libunwind-1.6.2-1.el9.x86_64 #13 84.49 #13 84.49 Complete! #13 84.78 77 files removed #13 86.00 Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/, http://localhost:6667/pip/simple #13 86.12 Collecting contrail-vrouter-api==0.1.dev0 #13 86.12 Downloading http://localhost:6667/pip/simple/contrail-vrouter-api/contrail_vrouter_api-0.1.dev0-py3-none-any.whl (2.9 kB) #13 86.44 Installing collected packages: contrail-vrouter-api #13 86.46 Successfully installed contrail-vrouter-api-0.1.dev0 #13 86.46 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 87.6s #14 [stage-1 8/8] COPY *.sh / #14 DONE 0.9s #15 exporting to image #15 exporting layers #15 exporting layers 3.4s done #15 writing image sha256:c370081269f31e4272c7a98280f053d3e1584228bf59bd01684801352ad764f7 #15 writing image sha256:c370081269f31e4272c7a98280f053d3e1584228bf59bd01684801352ad764f7 0.0s done #15 naming to nexus.gz1.opensdn.io:5102/opensdn-tor-agent:nightly 0.0s done #15 DONE 3.7s 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-23 01:22:44,879: INFO: Docker build duration: 110 seconds The push refers to repository [nexus.gz1.opensdn.io:5102/opensdn-tor-agent] cdd69c6bc885: Preparing 8def76a2f508: Preparing 546c926e228b: Preparing 6f4a8fafc8a1: Preparing 9eb901e7559c: Preparing 912acd04fada: Preparing 71109030f55d: Preparing 0e3795016902: Preparing 8635f86795a5: Preparing db29fa57c785: Preparing a23d9c4387fc: Preparing 2cd56214af18: Preparing 5445a79ab88d: Preparing 10acba74ce25: Preparing 3840e9e1adb9: Preparing 45e15ad9c698: Preparing 86bcedc65a2e: Preparing a9067c40c0c4: Preparing 2f13b40c3c66: Preparing 804d30635f6d: Preparing 44343de3ea1d: Preparing cdd69c6bc885: Waiting 8def76a2f508: Waiting 546c926e228b: Waiting 6f4a8fafc8a1: Waiting 9eb901e7559c: Waiting 912acd04fada: Waiting 71109030f55d: Waiting 0e3795016902: Waiting 8635f86795a5: Waiting db29fa57c785: Waiting a23d9c4387fc: Waiting 2cd56214af18: Waiting 5445a79ab88d: Waiting 10acba74ce25: Waiting 3840e9e1adb9: Waiting 45e15ad9c698: Waiting 86bcedc65a2e: Waiting a9067c40c0c4: Waiting 2f13b40c3c66: Waiting 804d30635f6d: Waiting 44343de3ea1d: Waiting cdd69c6bc885: Pushed 546c926e228b: Pushed 6f4a8fafc8a1: Pushed 9eb901e7559c: Pushed 912acd04fada: Pushed 71109030f55d: Pushed 0e3795016902: Layer already exists 8635f86795a5: Layer already exists a23d9c4387fc: Layer already exists db29fa57c785: Layer already exists 2cd56214af18: Layer already exists 5445a79ab88d: Layer already exists 45e15ad9c698: Layer already exists 3840e9e1adb9: Layer already exists 10acba74ce25: Layer already exists 86bcedc65a2e: Layer already exists 2f13b40c3c66: Layer already exists a9067c40c0c4: Layer already exists 804d30635f6d: Layer already exists 44343de3ea1d: Layer already exists 8def76a2f508: Pushed nightly: digest: sha256:2b5e5917f805614175b91a22843d2d085ca8a36f3a5dfb1bff1ac705130b5902 size: 4713 2026-04-23 01:23:02,267: INFO: Building opensdn-tor-agent finished successfully, duration: 128 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:5102/opensdn-analytics-alarm-gen:nightly 8123a1cecb2a 692MB 0B nexus.gz1.opensdn.io:5102/opensdn-analytics-api:nightly 3831d7680f3f 701MB 0B nexus.gz1.opensdn.io:5102/opensdn-analytics-base:nightly d23468674cf3 676MB 0B nexus.gz1.opensdn.io:5102/opensdn-analytics-collector:nightly 72a0a5323218 758MB 0B nexus.gz1.opensdn.io:5102/opensdn-analytics-query-engine:nightly 5e7a3972c6b8 754MB 0B nexus.gz1.opensdn.io:5102/opensdn-analytics-snmp-base:nightly 23713acc5ddd 917MB 0B nexus.gz1.opensdn.io:5102/opensdn-analytics-snmp-collector:nightly 2efa2c8bea0c 918MB 0B nexus.gz1.opensdn.io:5102/opensdn-analytics-snmp-topology:nightly 5df3e3871dea 918MB 0B nexus.gz1.opensdn.io:5102/opensdn-ansible-deployer-src:nightly c95c545471d4 1.41MB 0B nexus.gz1.opensdn.io:5102/opensdn-base:nightly 71ecc37dd90e 676MB 0B nexus.gz1.opensdn.io:5102/opensdn-build-manifest-src:nightly 678417b09e36 4.08kB 0B nexus.gz1.opensdn.io:5102/opensdn-charms-src:nightly 5a0d76d05f8a 6.05MB 0B nexus.gz1.opensdn.io:5102/opensdn-container-builder-src:nightly d1c84ea4d18f 2.39MB 0B nexus.gz1.opensdn.io:5102/opensdn-controller-config-base:nightly fa7a100113f8 676MB 0B nexus.gz1.opensdn.io:5102/opensdn-controller-config-schema:nightly 7bce6e4bb606 677MB 0B nexus.gz1.opensdn.io:5102/opensdn-controller-control-base:nightly 739a690b6ce6 735MB 0B nexus.gz1.opensdn.io:5102/opensdn-controller-control-control:nightly 89bc01020dad 762MB 0B nexus.gz1.opensdn.io:5102/opensdn-controller-control-dns:nightly f153ef188c95 762MB 0B nexus.gz1.opensdn.io:5102/opensdn-controller-control-named:nightly 01447196fe27 743MB 0B nexus.gz1.opensdn.io:5102/opensdn-controller-webui-base:nightly 8c400666e56e 914MB 0B nexus.gz1.opensdn.io:5102/opensdn-controller-webui-job:nightly 10208114517e 914MB 0B nexus.gz1.opensdn.io:5102/opensdn-controller-webui-web:nightly 7e6b17b99532 914MB 0B nexus.gz1.opensdn.io:5102/opensdn-external-cassandra:nightly 01c6b2a0cda9 331MB 0B nexus.gz1.opensdn.io:5102/opensdn-external-haproxy:nightly e21cf4b2307c 144MB 0B nexus.gz1.opensdn.io:5102/opensdn-external-kafka:nightly 89fffc683f18 392MB 0B nexus.gz1.opensdn.io:5102/opensdn-external-rabbitmq:nightly 165723b8bb6e 363MB 0B nexus.gz1.opensdn.io:5102/opensdn-external-redis:nightly 3bc57112da67 171MB 0B nexus.gz1.opensdn.io:5102/opensdn-external-rsyslogd:nightly 1f63c47837f7 440MB 0B nexus.gz1.opensdn.io:5102/opensdn-external-stunnel:nightly 140ce63353d6 454MB 0B nexus.gz1.opensdn.io:5102/opensdn-external-zookeeper:nightly 52bdd2a8835e 301MB 0B nexus.gz1.opensdn.io:5102/opensdn-general-base:nightly f0b29c6ab71a 428MB 0B nexus.gz1.opensdn.io:5102/opensdn-kolla-ansible-src:nightly c4ea77c0bd80 32.7MB 0B nexus.gz1.opensdn.io:5102/opensdn-kubernetes-cni-init:nightly 622aeb717a8d 696MB 0B nexus.gz1.opensdn.io:5102/opensdn-kubernetes-kube-manager:nightly df3b6040f92a 681MB 0B nexus.gz1.opensdn.io:5102/opensdn-node-init:nightly 92084b7ea6a6 676MB 0B nexus.gz1.opensdn.io:5102/opensdn-openstack-compute-init:nightly 9664e1e42802 428MB 0B nexus.gz1.opensdn.io:5102/opensdn-openstack-heat-init:nightly 07c86ed39632 444MB 0B nexus.gz1.opensdn.io:5102/opensdn-openstack-neutron-init:nightly b4cdfb2b456f 444MB 0B nexus.gz1.opensdn.io:5102/opensdn-provisioner:nightly 2dbbcfec0c4b 676MB 0B nexus.gz1.opensdn.io:5102/opensdn-tor-agent:nightly c370081269f3 735MB 0B nexus.gz1.opensdn.io:5102/opensdn-vrouter-base:nightly 244ca5119b2b 743MB 0B nexus.gz1.opensdn.io:5102/opensdn-vrouter-kernel-init-dpdk:nightly fdf559c1acb4 743MB 0B nexus.gz1.opensdn.io:5102/tf-dev-sandbox:stable 8e586cc165fc 2.9GB 0B U tf-dev-sandbox:compile 9f5b1aa8f187 24.7GB 0B