2026-05-26 14:39:18,626: INFO: Building opensdn-tor-agent 2026-05-26 14:39:18,703: 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-2 --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 DONE 0.0s #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: #1 transferring dockerfile: 2.10kB done #1 WARN: InvalidDefaultArgInFrom: Default value for ARG ${BUILD_IMAGE} results in empty or invalid base image name (line 4) #1 WARN: InvalidDefaultArgInFrom: Default value for ARG ${CONTRAIL_REGISTRY}/opensdn-base:${CONTRAIL_CONTAINER_TAG} results in empty or invalid base image name (line 6) #1 DONE 0.5s #2 [internal] load metadata for docker.io/library/tf-dev-sandbox:compile #2 DONE 0.0s #3 [internal] load metadata for nexus.gz1.opensdn.io:5101/opensdn-base:master-2_8_0_1-2 #3 DONE 0.0s #4 [internal] load .dockerignore #4 transferring context: #4 transferring context: 2B done #4 DONE 1.5s #5 [1/1] FROM nexus.gz1.opensdn.io:5101/opensdn-base:master-2_8_0_1-2 #5 DONE 0.5s #6 [build 1/1] FROM docker.io/library/tf-dev-sandbox:compile #6 CACHED #7 [internal] load build context #7 DONE 0.0s #7 [internal] load build context #7 transferring context: 1.52kB done #7 ... #8 [stage-1 2/8] COPY --from=build /buildroot/usr/lib/libisc-9.21.3.so /usr/lib/ #8 DONE 1.6s #7 [internal] load build context #7 DONE 2.0s #9 [stage-1 3/8] COPY --from=build /buildroot/usr/lib/libisccc-9.21.3.so /usr/lib/ #9 DONE 0.5s #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 1.1s #12 [stage-1 6/8] COPY --from=build /buildroot/usr/bin/contrail_crypt_tunnel_client.py /usr/bin/ #12 DONE 1.7s #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.492 added from: http://tf-mirrors.gz1.opensdn.io/re 40 MB/s | 14 MB 00:00 #13 7.457 added from: http://tf-mirrors.gz1.opensdn.io/re 23 MB/s | 1.9 MB 00:00 #13 8.277 added from: http://tf-mirrors.gz1.opensdn.io/re 10 MB/s | 402 kB 00:00 #13 8.894 added from: http://tf-mirrors.gz1.opensdn.io/re 36 MB/s | 16 MB 00:00 #13 15.63 added from: http://tf-mirrors.gz1.opensdn.io/re 43 MB/s | 11 MB 00:00 #13 21.13 added from: http://tf-mirrors.gz1.opensdn.io/re 22 MB/s | 1.1 MB 00:00 #13 22.18 added from: http://tf-mirrors.gz1.opensdn.io/re 17 MB/s | 4.8 MB 00:00 #13 24.61 added from: http://tf-mirrors.gz1.opensdn.io/re 14 MB/s | 697 kB 00:00 #13 25.74 added from: http://tf-mirrors.gz1.opensdn.io/re 5.8 MB/s | 474 kB 00:00 #13 26.42 added from: http://tf-mirrors.gz1.opensdn.io/re 535 kB/s | 18 kB 00:00 #13 27.12 added from: http://tf-mirrors.gz1.opensdn.io/re 7.5 kB/s | 257 B 00:00 #13 27.77 added from: http://tf-mirrors.gz1.opensdn.io/re 480 kB/s | 15 kB 00:00 #13 28.13 added from: http://tf-mirrors.gz1.opensdn.io/re 2.8 MB/s | 96 kB 00:00 #13 29.70 added from: http://tf-mirrors.gz1.opensdn.io/re 35 MB/s | 39 MB 00:01 #13 59.71 Third parties for OpenSDN 29 MB/s | 5.1 MB 00:00 #13 78.35 Dependencies resolved. #13 78.35 ========================================================================================== #13 78.35 Package Arch Version Repository Size #13 78.35 ========================================================================================== #13 78.35 Installing: #13 78.35 boost x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 9.9 k #13 78.35 gperftools-libs x86_64 2.9.1-3.el9 tf-mirrors.ci_repos_epel9.repo 308 k #13 78.35 Installing dependencies: #13 78.35 boost-atomic x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 15 k #13 78.35 boost-chrono x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 23 k #13 78.35 boost-container x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 35 k #13 78.35 boost-context x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 13 k #13 78.35 boost-contract x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 43 k #13 78.35 boost-coroutine x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 30 k #13 78.35 boost-date-time x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 11 k #13 78.35 boost-fiber x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 37 k #13 78.35 boost-filesystem x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 55 k #13 78.35 boost-graph x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 99 k #13 78.35 boost-iostreams x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 37 k #13 78.35 boost-locale x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 212 k #13 78.35 boost-log x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 405 k #13 78.35 boost-math x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 203 k #13 78.35 boost-nowide x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 13 k #13 78.35 boost-program-options x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 104 k #13 78.35 boost-python3 x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 91 k #13 78.35 boost-random x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 22 k #13 78.35 boost-regex x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 275 k #13 78.35 boost-serialization x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 127 k #13 78.35 boost-stacktrace x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 25 k #13 78.35 boost-system x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 11 k #13 78.35 boost-test x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 228 k #13 78.35 boost-thread x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 53 k #13 78.35 boost-timer x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 21 k #13 78.35 boost-type_erasure x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 28 k #13 78.35 boost-wave x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 207 k #13 78.35 libicu x86_64 67.1-10.el9_6 tf-mirrors.ci_repos_yum9-baseos 9.6 M #13 78.35 libunwind x86_64 1.6.2-1.el9 tf-mirrors.ci_repos_epel9.repo 67 k #13 78.35 #13 78.35 Transaction Summary #13 78.35 ========================================================================================== #13 78.35 Install 31 Packages #13 78.35 #13 78.37 Total download size: 12 M #13 78.37 Installed size: 41 M #13 78.37 Downloading Packages: #13 78.40 (1/31): boost-atomic-1.75.0-13.el9_7.x86_64.rpm 652 kB/s | 15 kB 00:00 #13 78.40 (2/31): boost-1.75.0-13.el9_7.x86_64.rpm 292 kB/s | 9.9 kB 00:00 #13 78.43 (3/31): boost-chrono-1.75.0-13.el9_7.x86_64.rpm 1.5 MB/s | 23 kB 00:00 #13 78.43 (4/31): boost-container-1.75.0-13.el9_7.x86_64. 3.9 MB/s | 35 kB 00:00 #13 78.48 (5/31): boost-context-1.75.0-13.el9_7.x86_64.rp 280 kB/s | 13 kB 00:00 #13 78.48 (6/31): boost-contract-1.75.0-13.el9_7.x86_64.r 855 kB/s | 43 kB 00:00 #13 78.48 (7/31): boost-coroutine-1.75.0-13.el9_7.x86_64. 2.7 MB/s | 30 kB 00:00 #13 78.48 (8/31): boost-date-time-1.75.0-13.el9_7.x86_64. 2.2 MB/s | 11 kB 00:00 #13 78.48 (9/31): boost-fiber-1.75.0-13.el9_7.x86_64.rpm 7.1 MB/s | 37 kB 00:00 #13 78.48 (10/31): boost-filesystem-1.75.0-13.el9_7.x86_6 9.4 MB/s | 55 kB 00:00 #13 78.48 (11/31): boost-graph-1.75.0-13.el9_7.x86_64.rpm 11 MB/s | 99 kB 00:00 #13 78.49 (12/31): boost-iostreams-1.75.0-13.el9_7.x86_64 2.9 MB/s | 37 kB 00:00 #13 78.50 (13/31): boost-locale-1.75.0-13.el9_7.x86_64.rp 9.6 MB/s | 212 kB 00:00 #13 78.53 (14/31): boost-log-1.75.0-13.el9_7.x86_64.rpm 9.7 MB/s | 405 kB 00:00 #13 78.54 (15/31): boost-math-1.75.0-13.el9_7.x86_64.rpm 5.0 MB/s | 203 kB 00:00 #13 78.55 (16/31): boost-nowide-1.75.0-13.el9_7.x86_64.rp 692 kB/s | 13 kB 00:00 #13 78.55 (17/31): boost-program-options-1.75.0-13.el9_7. 12 MB/s | 104 kB 00:00 #13 78.55 (18/31): boost-python3-1.75.0-13.el9_7.x86_64.r 12 MB/s | 91 kB 00:00 #13 78.58 (19/31): boost-random-1.75.0-13.el9_7.x86_64.rp 3.5 MB/s | 22 kB 00:00 #13 78.58 (20/31): boost-regex-1.75.0-13.el9_7.x86_64.rpm 27 MB/s | 275 kB 00:00 #13 78.58 (21/31): boost-serialization-1.75.0-13.el9_7.x8 11 MB/s | 127 kB 00:00 #13 78.58 (22/31): boost-stacktrace-1.75.0-13.el9_7.x86_6 3.7 MB/s | 25 kB 00:00 #13 78.58 (23/31): boost-system-1.75.0-13.el9_7.x86_64.rp 2.1 MB/s | 11 kB 00:00 #13 78.58 (24/31): boost-test-1.75.0-13.el9_7.x86_64.rpm 28 MB/s | 228 kB 00:00 #13 78.58 (25/31): boost-thread-1.75.0-13.el9_7.x86_64.rp 5.9 MB/s | 53 kB 00:00 #13 78.62 (26/31): boost-timer-1.75.0-13.el9_7.x86_64.rpm 3.6 MB/s | 21 kB 00:00 #13 78.62 (27/31): boost-type_erasure-1.75.0-13.el9_7.x86 5.2 MB/s | 28 kB 00:00 #13 78.62 (28/31): boost-wave-1.75.0-13.el9_7.x86_64.rpm 24 MB/s | 207 kB 00:00 #13 78.62 (29/31): gperftools-libs-2.9.1-3.el9.x86_64.rpm 14 MB/s | 308 kB 00:00 #13 78.62 (30/31): libunwind-1.6.2-1.el9.x86_64.rpm 3.4 MB/s | 67 kB 00:00 #13 78.78 (31/31): libicu-67.1-10.el9_6.x86_64.rpm 23 MB/s | 9.6 MB 00:00 #13 78.78 -------------------------------------------------------------------------------- #13 78.78 Total 29 MB/s | 12 MB 00:00 #13 78.78 Running transaction check #13 78.88 Transaction check succeeded. #13 78.88 Running transaction test #13 79.31 Transaction test succeeded. #13 79.31 Running transaction #13 79.69 Preparing : 1/1 #13 79.82 Installing : boost-system-1.75.0-13.el9_7.x86_64 1/31 #13 79.83 Installing : boost-chrono-1.75.0-13.el9_7.x86_64 2/31 #13 79.84 Installing : boost-thread-1.75.0-13.el9_7.x86_64 3/31 #13 79.85 Installing : boost-filesystem-1.75.0-13.el9_7.x86_64 4/31 #13 80.52 Installing : libicu-67.1-10.el9_6.x86_64 5/31 #13 80.53 Installing : boost-regex-1.75.0-13.el9_7.x86_64 6/31 #13 80.54 Installing : boost-context-1.75.0-13.el9_7.x86_64 7/31 #13 80.56 Installing : boost-date-time-1.75.0-13.el9_7.x86_64 8/31 #13 80.56 Installing : boost-atomic-1.75.0-13.el9_7.x86_64 9/31 #13 80.57 Installing : boost-log-1.75.0-13.el9_7.x86_64 10/31 #13 80.58 Installing : boost-wave-1.75.0-13.el9_7.x86_64 11/31 #13 80.59 Installing : boost-coroutine-1.75.0-13.el9_7.x86_64 12/31 #13 80.59 Installing : boost-fiber-1.75.0-13.el9_7.x86_64 13/31 #13 80.60 Installing : boost-graph-1.75.0-13.el9_7.x86_64 14/31 #13 80.61 Installing : boost-locale-1.75.0-13.el9_7.x86_64 15/31 #13 80.62 Installing : boost-type_erasure-1.75.0-13.el9_7.x86_64 16/31 #13 80.62 Installing : boost-timer-1.75.0-13.el9_7.x86_64 17/31 #13 80.63 Installing : libunwind-1.6.2-1.el9.x86_64 18/31 #13 80.64 Installing : boost-test-1.75.0-13.el9_7.x86_64 19/31 #13 80.64 Installing : boost-stacktrace-1.75.0-13.el9_7.x86_64 20/31 #13 80.65 Installing : boost-serialization-1.75.0-13.el9_7.x86_64 21/31 #13 80.66 Installing : boost-random-1.75.0-13.el9_7.x86_64 22/31 #13 80.67 Installing : boost-python3-1.75.0-13.el9_7.x86_64 23/31 #13 80.67 Installing : boost-program-options-1.75.0-13.el9_7.x86_64 24/31 #13 80.68 Installing : boost-nowide-1.75.0-13.el9_7.x86_64 25/31 #13 80.69 Installing : boost-math-1.75.0-13.el9_7.x86_64 26/31 #13 80.71 Installing : boost-iostreams-1.75.0-13.el9_7.x86_64 27/31 #13 80.71 Installing : boost-contract-1.75.0-13.el9_7.x86_64 28/31 #13 80.71 Installing : boost-container-1.75.0-13.el9_7.x86_64 29/31 #13 80.71 Installing : boost-1.75.0-13.el9_7.x86_64 30/31 #13 80.74 Installing : gperftools-libs-2.9.1-3.el9.x86_64 31/31 #13 80.74 Running scriptlet: gperftools-libs-2.9.1-3.el9.x86_64 31/31 #13 81.14 Verifying : libicu-67.1-10.el9_6.x86_64 1/31 #13 81.14 Verifying : boost-1.75.0-13.el9_7.x86_64 2/31 #13 81.14 Verifying : boost-atomic-1.75.0-13.el9_7.x86_64 3/31 #13 81.14 Verifying : boost-chrono-1.75.0-13.el9_7.x86_64 4/31 #13 81.14 Verifying : boost-container-1.75.0-13.el9_7.x86_64 5/31 #13 81.14 Verifying : boost-context-1.75.0-13.el9_7.x86_64 6/31 #13 81.14 Verifying : boost-contract-1.75.0-13.el9_7.x86_64 7/31 #13 81.14 Verifying : boost-coroutine-1.75.0-13.el9_7.x86_64 8/31 #13 81.14 Verifying : boost-date-time-1.75.0-13.el9_7.x86_64 9/31 #13 81.14 Verifying : boost-fiber-1.75.0-13.el9_7.x86_64 10/31 #13 81.14 Verifying : boost-filesystem-1.75.0-13.el9_7.x86_64 11/31 #13 81.14 Verifying : boost-graph-1.75.0-13.el9_7.x86_64 12/31 #13 81.14 Verifying : boost-iostreams-1.75.0-13.el9_7.x86_64 13/31 #13 81.14 Verifying : boost-locale-1.75.0-13.el9_7.x86_64 14/31 #13 81.14 Verifying : boost-log-1.75.0-13.el9_7.x86_64 15/31 #13 81.14 Verifying : boost-math-1.75.0-13.el9_7.x86_64 16/31 #13 81.14 Verifying : boost-nowide-1.75.0-13.el9_7.x86_64 17/31 #13 81.14 Verifying : boost-program-options-1.75.0-13.el9_7.x86_64 18/31 #13 81.14 Verifying : boost-python3-1.75.0-13.el9_7.x86_64 19/31 #13 81.14 Verifying : boost-random-1.75.0-13.el9_7.x86_64 20/31 #13 81.14 Verifying : boost-regex-1.75.0-13.el9_7.x86_64 21/31 #13 81.14 Verifying : boost-serialization-1.75.0-13.el9_7.x86_64 22/31 #13 81.14 Verifying : boost-stacktrace-1.75.0-13.el9_7.x86_64 23/31 #13 81.14 Verifying : boost-system-1.75.0-13.el9_7.x86_64 24/31 #13 81.14 Verifying : boost-test-1.75.0-13.el9_7.x86_64 25/31 #13 81.14 Verifying : boost-thread-1.75.0-13.el9_7.x86_64 26/31 #13 81.14 Verifying : boost-timer-1.75.0-13.el9_7.x86_64 27/31 #13 81.14 Verifying : boost-type_erasure-1.75.0-13.el9_7.x86_64 28/31 #13 81.14 Verifying : boost-wave-1.75.0-13.el9_7.x86_64 29/31 #13 81.14 Verifying : gperftools-libs-2.9.1-3.el9.x86_64 30/31 #13 81.14 Verifying : libunwind-1.6.2-1.el9.x86_64 31/31 #13 81.26 #13 81.26 Installed: #13 81.26 boost-1.75.0-13.el9_7.x86_64 #13 81.26 boost-atomic-1.75.0-13.el9_7.x86_64 #13 81.26 boost-chrono-1.75.0-13.el9_7.x86_64 #13 81.26 boost-container-1.75.0-13.el9_7.x86_64 #13 81.26 boost-context-1.75.0-13.el9_7.x86_64 #13 81.26 boost-contract-1.75.0-13.el9_7.x86_64 #13 81.26 boost-coroutine-1.75.0-13.el9_7.x86_64 #13 81.26 boost-date-time-1.75.0-13.el9_7.x86_64 #13 81.26 boost-fiber-1.75.0-13.el9_7.x86_64 #13 81.26 boost-filesystem-1.75.0-13.el9_7.x86_64 #13 81.26 boost-graph-1.75.0-13.el9_7.x86_64 #13 81.26 boost-iostreams-1.75.0-13.el9_7.x86_64 #13 81.26 boost-locale-1.75.0-13.el9_7.x86_64 #13 81.26 boost-log-1.75.0-13.el9_7.x86_64 #13 81.26 boost-math-1.75.0-13.el9_7.x86_64 #13 81.26 boost-nowide-1.75.0-13.el9_7.x86_64 #13 81.26 boost-program-options-1.75.0-13.el9_7.x86_64 #13 81.26 boost-python3-1.75.0-13.el9_7.x86_64 #13 81.26 boost-random-1.75.0-13.el9_7.x86_64 #13 81.26 boost-regex-1.75.0-13.el9_7.x86_64 #13 81.26 boost-serialization-1.75.0-13.el9_7.x86_64 #13 81.26 boost-stacktrace-1.75.0-13.el9_7.x86_64 #13 81.26 boost-system-1.75.0-13.el9_7.x86_64 #13 81.26 boost-test-1.75.0-13.el9_7.x86_64 #13 81.26 boost-thread-1.75.0-13.el9_7.x86_64 #13 81.26 boost-timer-1.75.0-13.el9_7.x86_64 #13 81.26 boost-type_erasure-1.75.0-13.el9_7.x86_64 #13 81.26 boost-wave-1.75.0-13.el9_7.x86_64 #13 81.26 gperftools-libs-2.9.1-3.el9.x86_64 #13 81.26 libicu-67.1-10.el9_6.x86_64 #13 81.26 libunwind-1.6.2-1.el9.x86_64 #13 81.26 #13 81.26 Complete! #13 81.69 77 files removed #13 82.72 Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/, http://localhost:6667/pip/simple #13 82.89 Collecting contrail-vrouter-api==0.1.dev0 #13 82.90 Downloading http://localhost:6667/pip/simple/contrail-vrouter-api/contrail_vrouter_api-0.1.dev0-py3-none-any.whl (2.9 kB) #13 83.55 Installing collected packages: contrail-vrouter-api #13 83.57 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 83.57 Successfully installed contrail-vrouter-api-0.1.dev0 #13 DONE 84.7s #14 [stage-1 8/8] COPY *.sh / #14 DONE 0.8s #15 exporting to image #15 exporting layers #15 exporting layers 5.3s done #15 writing image sha256:c5e011636c331e5c5104cfdb99efb6fcc143f50e479ac1b6b98c1eeea108f57d #15 writing image sha256:c5e011636c331e5c5104cfdb99efb6fcc143f50e479ac1b6b98c1eeea108f57d 0.0s done #15 naming to nexus.gz1.opensdn.io:5101/opensdn-tor-agent:master-2_8_0_1-2 0.0s done #15 DONE 5.5s 2 warnings found (use docker --debug to expand):  - InvalidDefaultArgInFrom: Default value for ARG ${CONTRAIL_REGISTRY}/opensdn-base:${CONTRAIL_CONTAINER_TAG} results in empty or invalid base image name (line 6) - InvalidDefaultArgInFrom: Default value for ARG ${BUILD_IMAGE} results in empty or invalid base image name (line 4) 2026-05-26 14:41:03,711: INFO: Docker build duration: 105 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-tor-agent] c213e9f263e6: Preparing 7d9187e40399: Preparing 720fd8826747: Preparing b8d6259692e4: Preparing 50d7d76951ec: Preparing 03956f03f683: Preparing 41b9c4987948: Preparing 88f19a344a99: Preparing 265e8e3c7558: Preparing 1223dd31ec43: Preparing 2b3647d6c29b: Preparing a13da12bd13f: Preparing 2e8755d598ab: Preparing ed5afd35be25: Preparing a8006f351e6b: Preparing 3dc74ed9f8c1: Preparing e479b2f1a610: Preparing 01e05e92cfe1: Preparing 538f1167cdc3: Preparing 9ce9d7241d0c: Preparing 44343de3ea1d: Preparing 50d7d76951ec: Waiting 03956f03f683: Waiting 41b9c4987948: Waiting 88f19a344a99: Waiting 265e8e3c7558: Waiting 1223dd31ec43: Waiting 2b3647d6c29b: Waiting a13da12bd13f: Waiting 2e8755d598ab: Waiting ed5afd35be25: Waiting a8006f351e6b: Waiting 3dc74ed9f8c1: Waiting e479b2f1a610: Waiting 01e05e92cfe1: Waiting 538f1167cdc3: Waiting 9ce9d7241d0c: Waiting 44343de3ea1d: Waiting b8d6259692e4: Pushed 720fd8826747: Pushed c213e9f263e6: Pushed 03956f03f683: Pushed 88f19a344a99: Layer already exists 50d7d76951ec: Pushed 265e8e3c7558: Layer already exists 1223dd31ec43: Layer already exists 2b3647d6c29b: Layer already exists a13da12bd13f: Layer already exists 2e8755d598ab: Layer already exists ed5afd35be25: Layer already exists a8006f351e6b: Layer already exists 41b9c4987948: Pushed 3dc74ed9f8c1: Layer already exists e479b2f1a610: Layer already exists 01e05e92cfe1: Layer already exists 538f1167cdc3: Layer already exists 9ce9d7241d0c: Layer already exists 44343de3ea1d: Layer already exists 7d9187e40399: Pushed master-2_8_0_1-2: digest: sha256:858e9072c767d9e62f6c8e092d87096ba688fa896375cb926fa38473ba6ff376 size: 4713 2026-05-26 14:41:37,463: INFO: Building opensdn-tor-agent finished successfully, duration: 139 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-2 fbe61983be67 692MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-api:master-2_8_0_1-2 5809e9275dd7 701MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-base:master-2_8_0_1-2 265872914231 676MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-collector:master-2_8_0_1-2 a0f47942122a 758MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-base:master-2_8_0_1-2 699399947397 917MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-collector:master-2_8_0_1-2 5301ffdc7837 918MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-topology:master-2_8_0_1-2 e079f3781609 918MB 0B nexus.gz1.opensdn.io:5101/opensdn-ansible-deployer-src:master-2_8_0_1-2 a61c2c362801 1.41MB 0B nexus.gz1.opensdn.io:5101/opensdn-base:master-2_8_0_1-2 c96ea0c97423 676MB 0B nexus.gz1.opensdn.io:5101/opensdn-build-manifest-src:master-2_8_0_1-2 9426fe51ab16 4.17kB 0B nexus.gz1.opensdn.io:5101/opensdn-charms-src:master-2_8_0_1-2 6fe6458730a7 6.05MB 0B nexus.gz1.opensdn.io:5101/opensdn-container-builder-src:master-2_8_0_1-2 aac5ecacb5db 2.39MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-base:master-2_8_0_1-2 04686cdd9b6d 676MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-schema:master-2_8_0_1-2 f36c17f9fcc8 677MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-svcmonitor:master-2_8_0_1-2 9e223d9c371f 698MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-base:master-2_8_0_1-2 6f66a31fce3b 735MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-control:master-2_8_0_1-2 72b60f590006 762MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-dns:master-2_8_0_1-2 2dad38716409 762MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-named:master-2_8_0_1-2 be9d98b7073e 743MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-webui-base:master-2_8_0_1-2 def395393380 914MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-webui-job:master-2_8_0_1-2 bdcbc7882609 914MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-webui-web:master-2_8_0_1-2 66f98902cd18 914MB 0B nexus.gz1.opensdn.io:5101/opensdn-debug:master-2_8_0_1-2 f61883a39cdf 428MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-cassandra:master-2_8_0_1-2 ec657692acb5 331MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-haproxy:master-2_8_0_1-2 fe6667d8400a 144MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-kafka:master-2_8_0_1-2 b149bdcc51cc 392MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-rabbitmq:master-2_8_0_1-2 28c54e4330e7 363MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-redis:master-2_8_0_1-2 cabc452804ef 171MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-rsyslogd:master-2_8_0_1-2 ac0c40bc8476 440MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-stunnel:master-2_8_0_1-2 ff14247cb1ab 454MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-zookeeper:master-2_8_0_1-2 5600ad7db74d 301MB 0B nexus.gz1.opensdn.io:5101/opensdn-general-base:master-2_8_0_1-2 83813a0a5ff9 428MB 0B nexus.gz1.opensdn.io:5101/opensdn-kolla-ansible-src:master-2_8_0_1-2 f119d1f2f9b0 32.7MB 0B nexus.gz1.opensdn.io:5101/opensdn-kubernetes-cni-init:master-2_8_0_1-2 1ff7c5fa37a2 696MB 0B nexus.gz1.opensdn.io:5101/opensdn-kubernetes-kube-manager:master-2_8_0_1-2 66ee32f48b02 681MB 0B nexus.gz1.opensdn.io:5101/opensdn-node-init:master-2_8_0_1-2 4b4503357c2d 676MB 0B nexus.gz1.opensdn.io:5101/opensdn-nodemgr:master-2_8_0_1-2 3340cff223d4 811MB 0B nexus.gz1.opensdn.io:5101/opensdn-openstack-compute-init:master-2_8_0_1-2 1d54ba2386d5 428MB 0B nexus.gz1.opensdn.io:5101/opensdn-openstack-heat-init:master-2_8_0_1-2 d0a3682d94bf 444MB 0B nexus.gz1.opensdn.io:5101/opensdn-openstack-neutron-init:master-2_8_0_1-2 1fb4be661763 444MB 0B nexus.gz1.opensdn.io:5101/opensdn-provisioner:master-2_8_0_1-2 c0240722a93e 676MB 0B nexus.gz1.opensdn.io:5101/opensdn-status:master-2_8_0_1-2 bc4120858766 811MB 0B nexus.gz1.opensdn.io:5101/opensdn-tor-agent:master-2_8_0_1-2 c5e011636c33 735MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-base:master-2_8_0_1-2 c69280258155 743MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-kernel-init-dpdk:master-2_8_0_1-2 bc9be8e93e42 743MB 0B nexus.gz1.opensdn.io:5101/tf-dev-sandbox:frozen 18e64213b128 2.9GB 0B U rockylinux:9 9cc24f05f309 176MB 0B tf-dev-sandbox:compile 24dbab5e23c1 22.2GB 0B tf-dev-sandbox:frozen 18e64213b128 2.9GB 0B U