2026-06-08 12:59:53,684: INFO: Building opensdn-tor-agent 2026-06-08 12:59:53,758: 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_2-6 --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 0.0s done #1 WARN: InvalidDefaultArgInFrom: Default value for ARG ${BUILD_IMAGE} results in empty or invalid base image name (line 4) #1 WARN: InvalidDefaultArgInFrom: Default value for ARG ${CONTRAIL_REGISTRY}/opensdn-base:${CONTRAIL_CONTAINER_TAG} results in empty or invalid base image name (line 6) #1 DONE 0.3s #2 [internal] load metadata for nexus.gz1.opensdn.io:5101/opensdn-base:master-2_8_0_2-6 #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 0.7s #5 [1/2] FROM nexus.gz1.opensdn.io:5101/opensdn-base:master-2_8_0_2-6 #5 DONE 1.0s #6 [build 1/1] FROM docker.io/library/tf-dev-sandbox:compile #6 DONE 0.0s #7 [internal] load build context #7 DONE 0.0s #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.5s #8 [stage-1 2/8] COPY --from=build /buildroot/usr/lib/libisc-9.21.3.so /usr/lib/ #8 DONE 1.2s #9 [stage-1 3/8] COPY --from=build /buildroot/usr/lib/libisccc-9.21.3.so /usr/lib/ #9 DONE 1.3s #10 [stage-1 4/8] COPY --from=build /buildroot/usr/lib/libisccfg-9.21.3.so /usr/lib/ #10 DONE 0.6s #11 [stage-1 5/8] COPY --from=build /buildroot/usr/bin/contrail-vrouter-agent-health-check.py /usr/bin/ #11 DONE 2.5s #12 [stage-1 6/8] COPY --from=build /buildroot/usr/bin/contrail_crypt_tunnel_client.py /usr/bin/ #12 DONE 1.3s #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.525 added from: http://tf-mirrors.gz1.opensdn.io/re 35 MB/s | 14 MB 00:00 #13 6.345 added from: http://tf-mirrors.gz1.opensdn.io/re 20 MB/s | 1.9 MB 00:00 #13 6.975 added from: http://tf-mirrors.gz1.opensdn.io/re 11 MB/s | 402 kB 00:00 #13 7.551 added from: http://tf-mirrors.gz1.opensdn.io/re 56 MB/s | 16 MB 00:00 #13 17.54 added from: http://tf-mirrors.gz1.opensdn.io/re 45 MB/s | 11 MB 00:00 #13 21.29 added from: http://tf-mirrors.gz1.opensdn.io/re 28 MB/s | 1.1 MB 00:00 #13 22.04 added from: http://tf-mirrors.gz1.opensdn.io/re 23 MB/s | 4.8 MB 00:00 #13 24.55 added from: http://tf-mirrors.gz1.opensdn.io/re 21 MB/s | 697 kB 00:00 #13 24.91 added from: http://tf-mirrors.gz1.opensdn.io/re 10 MB/s | 474 kB 00:00 #13 25.30 added from: http://tf-mirrors.gz1.opensdn.io/re 880 kB/s | 18 kB 00:00 #13 25.53 added from: http://tf-mirrors.gz1.opensdn.io/re 8.7 kB/s | 257 B 00:00 #13 25.98 added from: http://tf-mirrors.gz1.opensdn.io/re 401 kB/s | 15 kB 00:00 #13 26.33 added from: http://tf-mirrors.gz1.opensdn.io/re 3.5 MB/s | 96 kB 00:00 #13 27.33 added from: http://tf-mirrors.gz1.opensdn.io/re 59 MB/s | 39 MB 00:00 #13 47.55 Third parties for OpenSDN 19 MB/s | 5.1 MB 00:00 #13 64.93 Dependencies resolved. #13 64.93 ========================================================================================== #13 64.93 Package Arch Version Repository Size #13 64.93 ========================================================================================== #13 64.93 Installing: #13 64.93 boost x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 9.9 k #13 64.93 gperftools-libs x86_64 2.9.1-3.el9 tf-mirrors.ci_repos_epel9.repo 308 k #13 64.93 Installing dependencies: #13 64.93 boost-atomic x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 15 k #13 64.93 boost-chrono x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 23 k #13 64.93 boost-container x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 35 k #13 64.93 boost-context x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 13 k #13 64.93 boost-contract x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 43 k #13 64.93 boost-coroutine x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 30 k #13 64.93 boost-date-time x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 11 k #13 64.93 boost-fiber x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 37 k #13 64.93 boost-filesystem x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 55 k #13 64.93 boost-graph x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 99 k #13 64.93 boost-iostreams x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 37 k #13 64.93 boost-locale x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 212 k #13 64.93 boost-log x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 405 k #13 64.93 boost-math x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 203 k #13 64.93 boost-nowide x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 13 k #13 64.93 boost-program-options x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 104 k #13 64.93 boost-python3 x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 91 k #13 64.93 boost-random x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 22 k #13 64.93 boost-regex x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 275 k #13 64.93 boost-serialization x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 127 k #13 64.93 boost-stacktrace x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 25 k #13 64.93 boost-system x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 11 k #13 64.93 boost-test x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 228 k #13 64.93 boost-thread x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 53 k #13 64.93 boost-timer x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 21 k #13 64.93 boost-type_erasure x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 28 k #13 64.93 boost-wave x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 207 k #13 64.93 libicu x86_64 67.1-10.el9_6 tf-mirrors.ci_repos_yum9-baseos 9.6 M #13 64.93 libunwind x86_64 1.6.2-1.el9 tf-mirrors.ci_repos_epel9.repo 67 k #13 64.93 #13 64.93 Transaction Summary #13 64.93 ========================================================================================== #13 64.93 Install 31 Packages #13 64.93 #13 64.93 Total download size: 12 M #13 64.93 Installed size: 41 M #13 64.93 Downloading Packages: #13 64.98 (1/31): boost-1.75.0-13.el9_7.x86_64.rpm 292 kB/s | 9.9 kB 00:00 #13 65.02 (2/31): boost-atomic-1.75.0-13.el9_7.x86_64.rpm 359 kB/s | 15 kB 00:00 #13 65.02 (3/31): boost-chrono-1.75.0-13.el9_7.x86_64.rpm 2.1 MB/s | 23 kB 00:00 #13 65.02 (4/31): boost-container-1.75.0-13.el9_7.x86_64. 4.0 MB/s | 35 kB 00:00 #13 65.02 (5/31): boost-context-1.75.0-13.el9_7.x86_64.rp 1.6 MB/s | 13 kB 00:00 #13 65.02 (6/31): boost-contract-1.75.0-13.el9_7.x86_64.r 6.7 MB/s | 43 kB 00:00 #13 65.02 (7/31): boost-coroutine-1.75.0-13.el9_7.x86_64. 3.0 MB/s | 30 kB 00:00 #13 65.02 (8/31): boost-date-time-1.75.0-13.el9_7.x86_64. 1.0 MB/s | 11 kB 00:00 #13 65.02 (9/31): boost-fiber-1.75.0-13.el9_7.x86_64.rpm 2.9 MB/s | 37 kB 00:00 #13 65.03 (10/31): boost-filesystem-1.75.0-13.el9_7.x86_6 4.7 MB/s | 55 kB 00:00 #13 65.06 (11/31): boost-graph-1.75.0-13.el9_7.x86_64.rpm 6.3 MB/s | 99 kB 00:00 #13 65.06 (12/31): boost-iostreams-1.75.0-13.el9_7.x86_64 2.1 MB/s | 37 kB 00:00 #13 65.08 (13/31): boost-locale-1.75.0-13.el9_7.x86_64.rp 8.3 MB/s | 212 kB 00:00 #13 65.08 (14/31): boost-math-1.75.0-13.el9_7.x86_64.rpm 8.4 MB/s | 203 kB 00:00 #13 65.09 (15/31): boost-log-1.75.0-13.el9_7.x86_64.rpm 7.5 MB/s | 405 kB 00:00 #13 65.12 (16/31): boost-nowide-1.75.0-13.el9_7.x86_64.rp 1.0 MB/s | 13 kB 00:00 #13 65.12 (17/31): boost-program-options-1.75.0-13.el9_7. 10 MB/s | 104 kB 00:00 #13 65.12 (18/31): boost-python3-1.75.0-13.el9_7.x86_64.r 9.0 MB/s | 91 kB 00:00 #13 65.12 (19/31): boost-random-1.75.0-13.el9_7.x86_64.rp 3.1 MB/s | 22 kB 00:00 #13 65.12 (20/31): boost-regex-1.75.0-13.el9_7.x86_64.rpm 19 MB/s | 275 kB 00:00 #13 65.14 (21/31): boost-serialization-1.75.0-13.el9_7.x8 6.4 MB/s | 127 kB 00:00 #13 65.14 (22/31): boost-stacktrace-1.75.0-13.el9_7.x86_6 1.3 MB/s | 25 kB 00:00 #13 65.16 (23/31): boost-system-1.75.0-13.el9_7.x86_64.rp 639 kB/s | 11 kB 00:00 #13 65.19 (24/31): boost-test-1.75.0-13.el9_7.x86_64.rpm 7.4 MB/s | 228 kB 00:00 #13 65.19 (25/31): boost-thread-1.75.0-13.el9_7.x86_64.rp 1.9 MB/s | 53 kB 00:00 #13 65.19 (26/31): boost-timer-1.75.0-13.el9_7.x86_64.rpm 3.7 MB/s | 21 kB 00:00 #13 65.19 (27/31): boost-type_erasure-1.75.0-13.el9_7.x86 5.2 MB/s | 28 kB 00:00 #13 65.19 (28/31): boost-wave-1.75.0-13.el9_7.x86_64.rpm 25 MB/s | 207 kB 00:00 #13 65.22 (29/31): gperftools-libs-2.9.1-3.el9.x86_64.rpm 25 MB/s | 308 kB 00:00 #13 65.22 (30/31): libunwind-1.6.2-1.el9.x86_64.rpm 6.7 MB/s | 67 kB 00:00 #13 65.39 (31/31): libicu-67.1-10.el9_6.x86_64.rpm 24 MB/s | 9.6 MB 00:00 #13 65.39 -------------------------------------------------------------------------------- #13 65.39 Total 30 MB/s | 12 MB 00:00 #13 65.39 Running transaction check #13 65.44 Transaction check succeeded. #13 65.44 Running transaction test #13 65.99 Transaction test succeeded. #13 65.99 Running transaction #13 66.65 Preparing : 1/1 #13 66.86 Installing : boost-system-1.75.0-13.el9_7.x86_64 1/31 #13 66.86 Installing : boost-chrono-1.75.0-13.el9_7.x86_64 2/31 #13 66.89 Installing : boost-thread-1.75.0-13.el9_7.x86_64 3/31 #13 66.89 Installing : boost-filesystem-1.75.0-13.el9_7.x86_64 4/31 #13 68.15 Installing : libicu-67.1-10.el9_6.x86_64 5/31 #13 68.55 Installing : boost-regex-1.75.0-13.el9_7.x86_64 6/31 #13 68.82 Installing : boost-context-1.75.0-13.el9_7.x86_64 7/31 #13 68.82 Installing : boost-date-time-1.75.0-13.el9_7.x86_64 8/31 #13 68.82 Installing : boost-atomic-1.75.0-13.el9_7.x86_64 9/31 #13 68.85 Installing : boost-log-1.75.0-13.el9_7.x86_64 10/31 #13 68.88 Installing : boost-wave-1.75.0-13.el9_7.x86_64 11/31 #13 68.88 Installing : boost-coroutine-1.75.0-13.el9_7.x86_64 12/31 #13 68.88 Installing : boost-fiber-1.75.0-13.el9_7.x86_64 13/31 #13 68.90 Installing : boost-graph-1.75.0-13.el9_7.x86_64 14/31 #13 68.96 Installing : boost-locale-1.75.0-13.el9_7.x86_64 15/31 #13 68.96 Installing : boost-type_erasure-1.75.0-13.el9_7.x86_64 16/31 #13 68.96 Installing : boost-timer-1.75.0-13.el9_7.x86_64 17/31 #13 68.98 Installing : libunwind-1.6.2-1.el9.x86_64 18/31 #13 68.99 Installing : boost-test-1.75.0-13.el9_7.x86_64 19/31 #13 68.99 Installing : boost-stacktrace-1.75.0-13.el9_7.x86_64 20/31 #13 69.01 Installing : boost-serialization-1.75.0-13.el9_7.x86_64 21/31 #13 69.08 Installing : boost-random-1.75.0-13.el9_7.x86_64 22/31 #13 69.08 Installing : boost-python3-1.75.0-13.el9_7.x86_64 23/31 #13 69.08 Installing : boost-program-options-1.75.0-13.el9_7.x86_64 24/31 #13 69.08 Installing : boost-nowide-1.75.0-13.el9_7.x86_64 25/31 #13 69.12 Installing : boost-math-1.75.0-13.el9_7.x86_64 26/31 #13 69.12 Installing : boost-iostreams-1.75.0-13.el9_7.x86_64 27/31 #13 69.12 Installing : boost-contract-1.75.0-13.el9_7.x86_64 28/31 #13 69.24 Installing : boost-container-1.75.0-13.el9_7.x86_64 29/31 #13 69.24 Installing : boost-1.75.0-13.el9_7.x86_64 30/31 #13 69.24 Installing : gperftools-libs-2.9.1-3.el9.x86_64 31/31 #13 69.24 Running scriptlet: gperftools-libs-2.9.1-3.el9.x86_64 31/31 #13 69.68 Verifying : libicu-67.1-10.el9_6.x86_64 1/31 #13 69.68 Verifying : boost-1.75.0-13.el9_7.x86_64 2/31 #13 69.68 Verifying : boost-atomic-1.75.0-13.el9_7.x86_64 3/31 #13 69.68 Verifying : boost-chrono-1.75.0-13.el9_7.x86_64 4/31 #13 69.68 Verifying : boost-container-1.75.0-13.el9_7.x86_64 5/31 #13 69.68 Verifying : boost-context-1.75.0-13.el9_7.x86_64 6/31 #13 69.68 Verifying : boost-contract-1.75.0-13.el9_7.x86_64 7/31 #13 69.68 Verifying : boost-coroutine-1.75.0-13.el9_7.x86_64 8/31 #13 69.68 Verifying : boost-date-time-1.75.0-13.el9_7.x86_64 9/31 #13 69.68 Verifying : boost-fiber-1.75.0-13.el9_7.x86_64 10/31 #13 69.68 Verifying : boost-filesystem-1.75.0-13.el9_7.x86_64 11/31 #13 69.68 Verifying : boost-graph-1.75.0-13.el9_7.x86_64 12/31 #13 69.68 Verifying : boost-iostreams-1.75.0-13.el9_7.x86_64 13/31 #13 69.68 Verifying : boost-locale-1.75.0-13.el9_7.x86_64 14/31 #13 69.68 Verifying : boost-log-1.75.0-13.el9_7.x86_64 15/31 #13 69.68 Verifying : boost-math-1.75.0-13.el9_7.x86_64 16/31 #13 69.68 Verifying : boost-nowide-1.75.0-13.el9_7.x86_64 17/31 #13 69.68 Verifying : boost-program-options-1.75.0-13.el9_7.x86_64 18/31 #13 69.68 Verifying : boost-python3-1.75.0-13.el9_7.x86_64 19/31 #13 69.68 Verifying : boost-random-1.75.0-13.el9_7.x86_64 20/31 #13 69.68 Verifying : boost-regex-1.75.0-13.el9_7.x86_64 21/31 #13 69.68 Verifying : boost-serialization-1.75.0-13.el9_7.x86_64 22/31 #13 69.68 Verifying : boost-stacktrace-1.75.0-13.el9_7.x86_64 23/31 #13 69.68 Verifying : boost-system-1.75.0-13.el9_7.x86_64 24/31 #13 69.68 Verifying : boost-test-1.75.0-13.el9_7.x86_64 25/31 #13 69.68 Verifying : boost-thread-1.75.0-13.el9_7.x86_64 26/31 #13 69.68 Verifying : boost-timer-1.75.0-13.el9_7.x86_64 27/31 #13 69.68 Verifying : boost-type_erasure-1.75.0-13.el9_7.x86_64 28/31 #13 69.68 Verifying : boost-wave-1.75.0-13.el9_7.x86_64 29/31 #13 69.68 Verifying : gperftools-libs-2.9.1-3.el9.x86_64 30/31 #13 69.68 Verifying : libunwind-1.6.2-1.el9.x86_64 31/31 #13 69.81 #13 69.81 Installed: #13 69.81 boost-1.75.0-13.el9_7.x86_64 #13 69.81 boost-atomic-1.75.0-13.el9_7.x86_64 #13 69.81 boost-chrono-1.75.0-13.el9_7.x86_64 #13 69.81 boost-container-1.75.0-13.el9_7.x86_64 #13 69.81 boost-context-1.75.0-13.el9_7.x86_64 #13 69.81 boost-contract-1.75.0-13.el9_7.x86_64 #13 69.81 boost-coroutine-1.75.0-13.el9_7.x86_64 #13 69.81 boost-date-time-1.75.0-13.el9_7.x86_64 #13 69.81 boost-fiber-1.75.0-13.el9_7.x86_64 #13 69.81 boost-filesystem-1.75.0-13.el9_7.x86_64 #13 69.81 boost-graph-1.75.0-13.el9_7.x86_64 #13 69.81 boost-iostreams-1.75.0-13.el9_7.x86_64 #13 69.81 boost-locale-1.75.0-13.el9_7.x86_64 #13 69.81 boost-log-1.75.0-13.el9_7.x86_64 #13 69.81 boost-math-1.75.0-13.el9_7.x86_64 #13 69.81 boost-nowide-1.75.0-13.el9_7.x86_64 #13 69.81 boost-program-options-1.75.0-13.el9_7.x86_64 #13 69.81 boost-python3-1.75.0-13.el9_7.x86_64 #13 69.81 boost-random-1.75.0-13.el9_7.x86_64 #13 69.81 boost-regex-1.75.0-13.el9_7.x86_64 #13 69.81 boost-serialization-1.75.0-13.el9_7.x86_64 #13 69.81 boost-stacktrace-1.75.0-13.el9_7.x86_64 #13 69.81 boost-system-1.75.0-13.el9_7.x86_64 #13 69.81 boost-test-1.75.0-13.el9_7.x86_64 #13 69.81 boost-thread-1.75.0-13.el9_7.x86_64 #13 69.81 boost-timer-1.75.0-13.el9_7.x86_64 #13 69.81 boost-type_erasure-1.75.0-13.el9_7.x86_64 #13 69.81 boost-wave-1.75.0-13.el9_7.x86_64 #13 69.81 gperftools-libs-2.9.1-3.el9.x86_64 #13 69.81 libicu-67.1-10.el9_6.x86_64 #13 69.81 libunwind-1.6.2-1.el9.x86_64 #13 69.81 #13 69.81 Complete! #13 70.50 77 files removed #13 72.11 Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/, http://localhost:6667/pip/simple #13 72.30 Collecting contrail-vrouter-api==0.1.dev0 #13 72.33 Downloading http://localhost:6667/pip/simple/contrail-vrouter-api/contrail_vrouter_api-0.1.dev0-py3-none-any.whl (2.9 kB) #13 73.10 Installing collected packages: contrail-vrouter-api #13 73.14 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 73.14 Successfully installed contrail-vrouter-api-0.1.dev0 #13 DONE 74.2s #14 [stage-1 8/8] COPY *.sh / #14 DONE 0.4s #15 exporting to image #15 exporting layers #15 exporting layers 3.4s done #15 writing image sha256:f16c713360fee50d40e99048be099857818df172f98ad91dd94d177ce9ccb401 #15 writing image sha256:f16c713360fee50d40e99048be099857818df172f98ad91dd94d177ce9ccb401 done #15 naming to nexus.gz1.opensdn.io:5101/opensdn-tor-agent:master-2_8_0_2-6 0.0s done #15 DONE 3.5s 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-06-08 13:01:25,093: INFO: Docker build duration: 92 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-tor-agent] a62326c522e7: Preparing 1120e83b622c: Preparing 4d4106dd974f: Preparing 752374b6f95e: Preparing 4d66285bf966: Preparing 27f314cd7e1a: Preparing f44e3d6df216: Preparing 693329ba7787: Preparing d9782a6982ab: Preparing 8eab1d78a3f5: Preparing 3efaa55febde: Preparing 35555b156903: Preparing 5c878877fc3c: Preparing 2bdf14843846: Preparing c1d34a90940c: Preparing 230a08b873cd: Preparing d7103026c374: Preparing 0901c06db6d9: Preparing f1f7f398cf51: Preparing 3a9b7ea39a06: Preparing 44343de3ea1d: Preparing 27f314cd7e1a: Waiting f44e3d6df216: Waiting 693329ba7787: Waiting d9782a6982ab: Waiting 8eab1d78a3f5: Waiting 3efaa55febde: Waiting 35555b156903: Waiting 5c878877fc3c: Waiting 2bdf14843846: Waiting c1d34a90940c: Waiting 230a08b873cd: Waiting d7103026c374: Waiting 0901c06db6d9: Waiting f1f7f398cf51: Waiting 3a9b7ea39a06: Waiting 44343de3ea1d: Waiting 752374b6f95e: Pushed 4d4106dd974f: Pushed a62326c522e7: Pushed 693329ba7787: Layer already exists 4d66285bf966: Pushed 27f314cd7e1a: Pushed d9782a6982ab: Layer already exists 8eab1d78a3f5: Layer already exists 3efaa55febde: Layer already exists 35555b156903: Layer already exists 5c878877fc3c: Layer already exists c1d34a90940c: Layer already exists 2bdf14843846: Layer already exists 230a08b873cd: Layer already exists d7103026c374: Layer already exists 3a9b7ea39a06: Layer already exists f1f7f398cf51: Layer already exists 0901c06db6d9: Layer already exists 44343de3ea1d: Layer already exists f44e3d6df216: Pushed 1120e83b622c: Pushed master-2_8_0_2-6: digest: sha256:807271198715df4970c1ac7857426bbc53634b5416f68529a55c9df6385d7099 size: 4713 2026-06-08 13:01:54,364: INFO: Building opensdn-tor-agent finished successfully, duration: 121 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_2-6 cea2036507ec 692MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-api:master-2_8_0_2-6 c2625653bd91 701MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-base:master-2_8_0_2-6 b92813c72da5 676MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-base:master-2_8_0_2-6 7d7bb2f32701 917MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-collector:master-2_8_0_2-6 70d5bd177eab 918MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-topology:master-2_8_0_2-6 c8f8ac752b56 918MB 0B nexus.gz1.opensdn.io:5101/opensdn-ansible-deployer-src:master-2_8_0_2-6 8c5dafd666d8 1.41MB 0B nexus.gz1.opensdn.io:5101/opensdn-base:master-2_8_0_2-6 0878e2b85666 676MB 0B nexus.gz1.opensdn.io:5101/opensdn-build-manifest-src:master-2_8_0_2-6 a8b3c79ef0b2 4.17kB 0B nexus.gz1.opensdn.io:5101/opensdn-charms-src:master-2_8_0_2-6 de5cb20f94fb 6.05MB 0B nexus.gz1.opensdn.io:5101/opensdn-container-builder-src:master-2_8_0_2-6 f5f0caf5ea89 2.39MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-base:master-2_8_0_2-6 28819644991b 676MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-schema:master-2_8_0_2-6 ce496b5b6bd5 677MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-base:master-2_8_0_2-6 02e94b4f4f51 735MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-control:master-2_8_0_2-6 0dcc3af1fe93 762MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-dns:master-2_8_0_2-6 7a60bdcd1016 762MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-named:master-2_8_0_2-6 294c88545cc4 743MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-webui-base:master-2_8_0_2-6 57b6f58bc0cb 914MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-webui-job:master-2_8_0_2-6 c9b6c21e9357 914MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-webui-web:master-2_8_0_2-6 471cbbe017de 914MB 0B nexus.gz1.opensdn.io:5101/opensdn-debug:master-2_8_0_2-6 19ed19a0fb8d 428MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-cassandra:master-2_8_0_2-6 c84839af537a 331MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-haproxy:master-2_8_0_2-6 5471b97e6fc9 144MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-kafka:master-2_8_0_2-6 bbd0fddd6885 392MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-rabbitmq:master-2_8_0_2-6 56c35d46c458 363MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-redis:master-2_8_0_2-6 4ea018d23fec 171MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-rsyslogd:master-2_8_0_2-6 d8d81ff76872 440MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-stunnel:master-2_8_0_2-6 84adb72bdc29 454MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-zookeeper:master-2_8_0_2-6 880a229b67c8 301MB 0B nexus.gz1.opensdn.io:5101/opensdn-general-base:master-2_8_0_2-6 2f71ce2ba051 428MB 0B nexus.gz1.opensdn.io:5101/opensdn-kolla-ansible-src:master-2_8_0_2-6 eacd0208f5d6 32.7MB 0B nexus.gz1.opensdn.io:5101/opensdn-kubernetes-cni-init:master-2_8_0_2-6 14e0db33075b 696MB 0B nexus.gz1.opensdn.io:5101/opensdn-kubernetes-kube-manager:master-2_8_0_2-6 b277951991c0 681MB 0B nexus.gz1.opensdn.io:5101/opensdn-node-init:master-2_8_0_2-6 42edc74d36b9 676MB 0B nexus.gz1.opensdn.io:5101/opensdn-nodemgr:master-2_8_0_2-6 985b2353f84d 811MB 0B nexus.gz1.opensdn.io:5101/opensdn-openstack-compute-init:master-2_8_0_2-6 860cac2bd4de 428MB 0B nexus.gz1.opensdn.io:5101/opensdn-openstack-heat-init:master-2_8_0_2-6 436e2c14e309 444MB 0B nexus.gz1.opensdn.io:5101/opensdn-openstack-neutron-init:master-2_8_0_2-6 892ca40aef3f 444MB 0B nexus.gz1.opensdn.io:5101/opensdn-provisioner:master-2_8_0_2-6 b257d124a900 676MB 0B nexus.gz1.opensdn.io:5101/opensdn-status:master-2_8_0_2-6 2a9c0e66d9c7 811MB 0B nexus.gz1.opensdn.io:5101/opensdn-tor-agent:master-2_8_0_2-6 f16c713360fe 735MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-base:master-2_8_0_2-6 e3b11d2da407 743MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-kernel-init-dpdk:master-2_8_0_2-6 9de3416ea993 743MB 0B nexus.gz1.opensdn.io:5101/tf-dev-sandbox:frozen d915a2fe6cd5 2.9GB 0B U rockylinux:9 9cc24f05f309 176MB 0B tf-dev-sandbox:compile fc66974eebdf 22.2GB 0B tf-dev-sandbox:frozen d915a2fe6cd5 2.9GB 0B U