2025-10-28 08:12:51,217: INFO: Building opensdn-tor-agent 2025-10-28 08:12:51,291: 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_2_7_9-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 #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.7s #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_2_7_9-4 #3 DONE 0.0s #4 [internal] load .dockerignore #4 transferring context: #4 transferring context: 2B done #4 DONE 2.1s #5 [build 1/1] FROM docker.io/library/tf-dev-sandbox:compile #5 CACHED #6 [stage-1 1/6] FROM nexus.gz1.opensdn.io:5101/opensdn-analytics-base:master-2_2_7_9-4 #6 CACHED #7 [1/3] FROM nexus.gz1.opensdn.io:5101/opensdn-base:master-2_2_7_9-4 #7 DONE 0.0s #8 [internal] load build context #8 DONE 0.0s #8 [internal] load build context #8 transferring context: 1.52kB done #8 DONE 2.7s #9 [stage-1 2/8] COPY --from=build /buildroot/usr/lib/libisc-9.21.3.so /usr/lib/ #9 DONE 1.0s #10 [stage-1 3/8] COPY --from=build /buildroot/usr/lib/libisccc-9.21.3.so /usr/lib/ #10 DONE 1.7s #11 [stage-1 4/8] COPY --from=build /buildroot/usr/lib/libisccfg-9.21.3.so /usr/lib/ #11 DONE 1.0s #12 [stage-1 5/8] COPY --from=build /buildroot/usr/bin/contrail-vrouter-agent-health-check.py /usr/bin/ #12 DONE 1.0s #13 [stage-1 6/8] COPY --from=build /buildroot/usr/bin/contrail_crypt_tunnel_client.py /usr/bin/ #13 DONE 0.6s #14 [stage-1 7/8] RUN set -e ; ln -s /usr/lib/libisc-9.21.3.so /usr/lib/libisc.so ; ln -s /usr/lib/libisccc-9.21.3.so /usr/lib/libisccc.so ; ln -s /usr/lib/libisccfg-9.21.3.so /usr/lib/libisccfg.so ; ldconfig ; source /etc/os-release && ver=$(echo $VERSION_ID | cut -d '.' -f 1) ; if [[ ${ver} == 9 ]]; then pkgs="boost" ; else pkgs="boost169" ; fi ; yum install -y $pkgs gperftools-libs ; yum clean all -y ; rm -rf /var/cache/yum ; python3 -m pip install --no-compile --extra-index-url http://localhost:6667/pip/simple "contrail-vrouter-api==0.1.dev0" ; rm -rf /root/.cache #14 1.716 added from: http://tf-mirrors.gz1.opensdn.io/re 17 MB/s | 2.1 MB 00:00 #14 2.938 added from: http://tf-mirrors.gz1.opensdn.io/re 3.0 MB/s | 730 kB 00:00 #14 3.474 added from: http://tf-mirrors.gz1.opensdn.io/re 4.8 MB/s | 264 kB 00:00 #14 3.959 added from: http://tf-mirrors.gz1.opensdn.io/re 37 MB/s | 7.0 MB 00:00 #14 8.106 added from: http://tf-mirrors.gz1.opensdn.io/re 21 MB/s | 4.0 MB 00:00 #14 10.19 added from: http://tf-mirrors.gz1.opensdn.io/re 5.6 MB/s | 939 kB 00:00 #14 10.91 added from: http://tf-mirrors.gz1.opensdn.io/re 23 MB/s | 2.3 MB 00:00 #14 12.24 added from: http://tf-mirrors.gz1.opensdn.io/re 11 MB/s | 392 kB 00:00 #14 12.73 added from: http://tf-mirrors.gz1.opensdn.io/re 10 MB/s | 451 kB 00:00 #14 13.22 added from: http://tf-mirrors.gz1.opensdn.io/re 461 kB/s | 16 kB 00:00 #14 13.51 added from: http://tf-mirrors.gz1.opensdn.io/re 8.6 kB/s | 257 B 00:00 #14 13.76 added from: http://tf-mirrors.gz1.opensdn.io/re 470 kB/s | 13 kB 00:00 #14 13.99 added from: http://tf-mirrors.gz1.opensdn.io/re 2.2 MB/s | 64 kB 00:00 #14 14.79 added from: http://tf-mirrors.gz1.opensdn.io/re 53 MB/s | 30 MB 00:00 #14 33.41 Third parties for OpenSDN 28 MB/s | 5.1 MB 00:00 #14 44.68 Dependencies resolved. #14 44.68 ======================================================================================= #14 44.68 Package Arch Version Repository Size #14 44.68 ======================================================================================= #14 44.68 Installing: #14 44.68 boost x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 11 k #14 44.68 gperftools-libs x86_64 2.9.1-3.el9 tf-mirrors.ci_repos_epel9.repo 308 k #14 44.68 Installing dependencies: #14 44.68 boost-atomic x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 16 k #14 44.68 boost-chrono x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 24 k #14 44.68 boost-container x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 36 k #14 44.68 boost-context x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 15 k #14 44.68 boost-contract x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 44 k #14 44.68 boost-coroutine x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 32 k #14 44.68 boost-date-time x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 13 k #14 44.68 boost-fiber x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 38 k #14 44.68 boost-filesystem x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 57 k #14 44.68 boost-graph x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 101 k #14 44.68 boost-iostreams x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 38 k #14 44.68 boost-locale x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 214 k #14 44.68 boost-log x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 408 k #14 44.68 boost-math x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 205 k #14 44.68 boost-nowide x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 15 k #14 44.68 boost-program-options x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 106 k #14 44.68 boost-python3 x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 92 k #14 44.68 boost-random x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 23 k #14 44.68 boost-regex x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 277 k #14 44.68 boost-serialization x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 129 k #14 44.68 boost-stacktrace x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 27 k #14 44.68 boost-system x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 13 k #14 44.68 boost-test x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 230 k #14 44.68 boost-thread x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 55 k #14 44.68 boost-timer x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 23 k #14 44.68 boost-type_erasure x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 30 k #14 44.68 boost-wave x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 208 k #14 44.68 libicu x86_64 67.1-9.el9 tf-mirrors.ci_repos_yum9-baseos 9.6 M #14 44.68 libunwind x86_64 1.6.2-1.el9 tf-mirrors.ci_repos_epel9.repo 67 k #14 44.68 #14 44.68 Transaction Summary #14 44.68 ======================================================================================= #14 44.68 Install 31 Packages #14 44.68 #14 44.68 Total download size: 12 M #14 44.68 Installed size: 41 M #14 44.68 Downloading Packages: #14 44.77 (1/31): boost-1.75.0-8.el9.x86_64.rpm 122 kB/s | 11 kB 00:00 #14 44.77 (2/31): boost-atomic-1.75.0-8.el9.x86_64.rpm 178 kB/s | 16 kB 00:00 #14 44.77 (3/31): boost-chrono-1.75.0-8.el9.x86_64.rpm 4.9 MB/s | 24 kB 00:00 #14 44.77 (4/31): boost-container-1.75.0-8.el9.x86_64.rpm 4.6 MB/s | 36 kB 00:00 #14 44.77 (5/31): boost-context-1.75.0-8.el9.x86_64.rpm 2.8 MB/s | 15 kB 00:00 #14 44.77 (6/31): boost-contract-1.75.0-8.el9.x86_64.rpm 8.6 MB/s | 44 kB 00:00 #14 44.77 (7/31): boost-coroutine-1.75.0-8.el9.x86_64.rpm 5.0 MB/s | 32 kB 00:00 #14 44.77 (8/31): boost-date-time-1.75.0-8.el9.x86_64.rpm 2.1 MB/s | 13 kB 00:00 #14 44.77 (9/31): boost-fiber-1.75.0-8.el9.x86_64.rpm 7.4 MB/s | 38 kB 00:00 #14 44.77 (10/31): boost-filesystem-1.75.0-8.el9.x86_64.r 9.3 MB/s | 57 kB 00:00 #14 44.77 (11/31): boost-graph-1.75.0-8.el9.x86_64.rpm 13 MB/s | 101 kB 00:00 #14 44.77 (12/31): boost-iostreams-1.75.0-8.el9.x86_64.rp 5.7 MB/s | 38 kB 00:00 #14 44.80 (13/31): boost-locale-1.75.0-8.el9.x86_64.rpm 12 MB/s | 214 kB 00:00 #14 44.80 (14/31): boost-log-1.75.0-8.el9.x86_64.rpm 15 MB/s | 408 kB 00:00 #14 44.87 (15/31): boost-math-1.75.0-8.el9.x86_64.rpm 5.2 MB/s | 205 kB 00:00 #14 44.87 (16/31): boost-nowide-1.75.0-8.el9.x86_64.rpm 458 kB/s | 15 kB 00:00 #14 44.87 (17/31): boost-program-options-1.75.0-8.el9.x86 8.5 MB/s | 106 kB 00:00 #14 44.87 (18/31): boost-python3-1.75.0-8.el9.x86_64.rpm 7.2 MB/s | 92 kB 00:00 #14 44.93 (19/31): boost-random-1.75.0-8.el9.x86_64.rpm 2.4 MB/s | 23 kB 00:00 #14 44.93 (20/31): boost-regex-1.75.0-8.el9.x86_64.rpm 16 MB/s | 277 kB 00:00 #14 44.93 (21/31): boost-serialization-1.75.0-8.el9.x86_6 6.9 MB/s | 129 kB 00:00 #14 44.93 (22/31): boost-stacktrace-1.75.0-8.el9.x86_64.r 3.7 MB/s | 27 kB 00:00 #14 44.93 (23/31): boost-system-1.75.0-8.el9.x86_64.rpm 2.5 MB/s | 13 kB 00:00 #14 44.93 (24/31): boost-thread-1.75.0-8.el9.x86_64.rpm 5.6 MB/s | 55 kB 00:00 #14 44.99 (25/31): boost-test-1.75.0-8.el9.x86_64.rpm 2.5 MB/s | 230 kB 00:00 #14 44.99 (26/31): boost-timer-1.75.0-8.el9.x86_64.rpm 263 kB/s | 23 kB 00:00 #14 44.99 (27/31): boost-type_erasure-1.75.0-8.el9.x86_64 2.6 MB/s | 30 kB 00:00 #14 44.99 (28/31): boost-wave-1.75.0-8.el9.x86_64.rpm 22 MB/s | 208 kB 00:00 #14 45.02 (29/31): gperftools-libs-2.9.1-3.el9.x86_64.rpm 22 MB/s | 308 kB 00:00 #14 45.02 (30/31): libunwind-1.6.2-1.el9.x86_64.rpm 5.8 MB/s | 67 kB 00:00 #14 45.20 (31/31): libicu-67.1-9.el9.x86_64.rpm 19 MB/s | 9.6 MB 00:00 #14 45.20 -------------------------------------------------------------------------------- #14 45.20 Total 24 MB/s | 12 MB 00:00 #14 45.20 Running transaction check #14 45.36 Transaction check succeeded. #14 45.36 Running transaction test #14 45.92 Transaction test succeeded. #14 45.92 Running transaction #14 46.98 Preparing : 1/1 #14 47.08 Installing : boost-system-1.75.0-8.el9.x86_64 1/31 #14 47.08 Installing : boost-chrono-1.75.0-8.el9.x86_64 2/31 #14 47.08 Installing : boost-thread-1.75.0-8.el9.x86_64 3/31 #14 47.08 Installing : boost-filesystem-1.75.0-8.el9.x86_64 4/31 #14 47.54 Installing : libicu-67.1-9.el9.x86_64 5/31 #14 47.54 Installing : boost-regex-1.75.0-8.el9.x86_64 6/31 #14 47.59 Installing : boost-context-1.75.0-8.el9.x86_64 7/31 #14 47.59 Installing : boost-date-time-1.75.0-8.el9.x86_64 8/31 #14 47.59 Installing : boost-atomic-1.75.0-8.el9.x86_64 9/31 #14 47.66 Installing : boost-log-1.75.0-8.el9.x86_64 10/31 #14 47.66 Installing : boost-wave-1.75.0-8.el9.x86_64 11/31 #14 47.66 Installing : boost-coroutine-1.75.0-8.el9.x86_64 12/31 #14 47.67 Installing : boost-fiber-1.75.0-8.el9.x86_64 13/31 #14 47.67 Installing : boost-graph-1.75.0-8.el9.x86_64 14/31 #14 47.69 Installing : boost-locale-1.75.0-8.el9.x86_64 15/31 #14 47.74 Installing : boost-type_erasure-1.75.0-8.el9.x86_64 16/31 #14 47.74 Installing : boost-timer-1.75.0-8.el9.x86_64 17/31 #14 47.74 Installing : libunwind-1.6.2-1.el9.x86_64 18/31 #14 47.78 Installing : boost-test-1.75.0-8.el9.x86_64 19/31 #14 47.78 Installing : boost-stacktrace-1.75.0-8.el9.x86_64 20/31 #14 47.84 Installing : boost-serialization-1.75.0-8.el9.x86_64 21/31 #14 47.84 Installing : boost-random-1.75.0-8.el9.x86_64 22/31 #14 47.84 Installing : boost-python3-1.75.0-8.el9.x86_64 23/31 #14 47.84 Installing : boost-program-options-1.75.0-8.el9.x86_64 24/31 #14 47.85 Installing : boost-nowide-1.75.0-8.el9.x86_64 25/31 #14 47.89 Installing : boost-math-1.75.0-8.el9.x86_64 26/31 #14 47.89 Installing : boost-iostreams-1.75.0-8.el9.x86_64 27/31 #14 47.89 Installing : boost-contract-1.75.0-8.el9.x86_64 28/31 #14 47.89 Installing : boost-container-1.75.0-8.el9.x86_64 29/31 #14 47.90 Installing : boost-1.75.0-8.el9.x86_64 30/31 #14 47.92 Installing : gperftools-libs-2.9.1-3.el9.x86_64 31/31 #14 48.02 Running scriptlet: gperftools-libs-2.9.1-3.el9.x86_64 31/31 #14 48.86 Verifying : libicu-67.1-9.el9.x86_64 1/31 #14 48.86 Verifying : boost-1.75.0-8.el9.x86_64 2/31 #14 48.86 Verifying : boost-atomic-1.75.0-8.el9.x86_64 3/31 #14 48.86 Verifying : boost-chrono-1.75.0-8.el9.x86_64 4/31 #14 48.86 Verifying : boost-container-1.75.0-8.el9.x86_64 5/31 #14 48.86 Verifying : boost-context-1.75.0-8.el9.x86_64 6/31 #14 48.86 Verifying : boost-contract-1.75.0-8.el9.x86_64 7/31 #14 48.86 Verifying : boost-coroutine-1.75.0-8.el9.x86_64 8/31 #14 48.86 Verifying : boost-date-time-1.75.0-8.el9.x86_64 9/31 #14 48.86 Verifying : boost-fiber-1.75.0-8.el9.x86_64 10/31 #14 48.86 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 11/31 #14 48.86 Verifying : boost-graph-1.75.0-8.el9.x86_64 12/31 #14 48.86 Verifying : boost-iostreams-1.75.0-8.el9.x86_64 13/31 #14 48.86 Verifying : boost-locale-1.75.0-8.el9.x86_64 14/31 #14 48.86 Verifying : boost-log-1.75.0-8.el9.x86_64 15/31 #14 48.86 Verifying : boost-math-1.75.0-8.el9.x86_64 16/31 #14 48.86 Verifying : boost-nowide-1.75.0-8.el9.x86_64 17/31 #14 48.86 Verifying : boost-program-options-1.75.0-8.el9.x86_64 18/31 #14 48.86 Verifying : boost-python3-1.75.0-8.el9.x86_64 19/31 #14 48.86 Verifying : boost-random-1.75.0-8.el9.x86_64 20/31 #14 48.86 Verifying : boost-regex-1.75.0-8.el9.x86_64 21/31 #14 48.86 Verifying : boost-serialization-1.75.0-8.el9.x86_64 22/31 #14 48.86 Verifying : boost-stacktrace-1.75.0-8.el9.x86_64 23/31 #14 48.86 Verifying : boost-system-1.75.0-8.el9.x86_64 24/31 #14 48.86 Verifying : boost-test-1.75.0-8.el9.x86_64 25/31 #14 48.86 Verifying : boost-thread-1.75.0-8.el9.x86_64 26/31 #14 48.86 Verifying : boost-timer-1.75.0-8.el9.x86_64 27/31 #14 48.86 Verifying : boost-type_erasure-1.75.0-8.el9.x86_64 28/31 #14 48.86 Verifying : boost-wave-1.75.0-8.el9.x86_64 29/31 #14 48.86 Verifying : gperftools-libs-2.9.1-3.el9.x86_64 30/31 #14 48.86 Verifying : libunwind-1.6.2-1.el9.x86_64 31/31 #14 48.99 #14 48.99 Installed: #14 48.99 boost-1.75.0-8.el9.x86_64 #14 48.99 boost-atomic-1.75.0-8.el9.x86_64 #14 48.99 boost-chrono-1.75.0-8.el9.x86_64 #14 48.99 boost-container-1.75.0-8.el9.x86_64 #14 48.99 boost-context-1.75.0-8.el9.x86_64 #14 48.99 boost-contract-1.75.0-8.el9.x86_64 #14 48.99 boost-coroutine-1.75.0-8.el9.x86_64 #14 48.99 boost-date-time-1.75.0-8.el9.x86_64 #14 48.99 boost-fiber-1.75.0-8.el9.x86_64 #14 48.99 boost-filesystem-1.75.0-8.el9.x86_64 #14 48.99 boost-graph-1.75.0-8.el9.x86_64 #14 48.99 boost-iostreams-1.75.0-8.el9.x86_64 #14 48.99 boost-locale-1.75.0-8.el9.x86_64 #14 48.99 boost-log-1.75.0-8.el9.x86_64 #14 48.99 boost-math-1.75.0-8.el9.x86_64 #14 48.99 boost-nowide-1.75.0-8.el9.x86_64 #14 48.99 boost-program-options-1.75.0-8.el9.x86_64 #14 48.99 boost-python3-1.75.0-8.el9.x86_64 #14 48.99 boost-random-1.75.0-8.el9.x86_64 #14 48.99 boost-regex-1.75.0-8.el9.x86_64 #14 48.99 boost-serialization-1.75.0-8.el9.x86_64 #14 48.99 boost-stacktrace-1.75.0-8.el9.x86_64 #14 48.99 boost-system-1.75.0-8.el9.x86_64 #14 48.99 boost-test-1.75.0-8.el9.x86_64 #14 48.99 boost-thread-1.75.0-8.el9.x86_64 #14 48.99 boost-timer-1.75.0-8.el9.x86_64 #14 48.99 boost-type_erasure-1.75.0-8.el9.x86_64 #14 48.99 boost-wave-1.75.0-8.el9.x86_64 #14 48.99 gperftools-libs-2.9.1-3.el9.x86_64 #14 48.99 libicu-67.1-9.el9.x86_64 #14 48.99 libunwind-1.6.2-1.el9.x86_64 #14 48.99 #14 48.99 Complete! #14 49.30 75 files removed #14 50.08 Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/, http://localhost:6667/pip/simple #14 50.18 Collecting contrail-vrouter-api==0.1.dev0 #14 50.18 Downloading http://localhost:6667/pip/simple/contrail-vrouter-api/contrail_vrouter_api-0.1.dev0-py3-none-any.whl (2.9 kB) #14 50.73 Installing collected packages: contrail-vrouter-api #14 50.77 Successfully installed contrail-vrouter-api-0.1.dev0 #14 50.77 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv #14 DONE 52.1s #15 [stage-1 8/8] COPY *.sh / #15 DONE 2.5s #16 exporting to image #16 exporting layers #16 exporting layers 8.2s done #16 writing image sha256:c47e3d5929d9d7bd31507a537541ec61530b531cf6e322a426102ca096ee635c #16 writing image sha256:c47e3d5929d9d7bd31507a537541ec61530b531cf6e322a426102ca096ee635c 0.0s done #16 naming to nexus.gz1.opensdn.io:5101/opensdn-tor-agent:master-2_2_7_9-4 0.0s done #16 DONE 8.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) 2025-10-28 08:14:31,743: INFO: Docker build duration: 100 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-tor-agent] 5fb8d0d9c7ff: Preparing e8bdcdc459fb: Preparing 05c44eecb723: Preparing b3e59c3c36f9: Preparing 476a0021f6df: Preparing aabafb7531bc: Preparing b2c123c958a3: Preparing 3c9bf919ce15: Preparing 699c74bb8bbc: Preparing c6be31d649f4: Preparing 1f957058d004: Preparing c5e279c6701c: Preparing 72f776bf0afa: Preparing d5b469a0cd52: Preparing 6d339d18d484: Preparing 831a9b911524: Preparing 5659fdff1cc7: Preparing e9ca95248fab: Preparing b1393aaedb51: Preparing 44343de3ea1d: Preparing 5fb8d0d9c7ff: Waiting e8bdcdc459fb: Waiting 05c44eecb723: Waiting b3e59c3c36f9: Waiting 476a0021f6df: Waiting aabafb7531bc: Waiting b2c123c958a3: Waiting 3c9bf919ce15: Waiting 699c74bb8bbc: Waiting c6be31d649f4: Waiting 1f957058d004: Waiting 72f776bf0afa: Waiting d5b469a0cd52: Waiting 6d339d18d484: Waiting 831a9b911524: Waiting 5659fdff1cc7: Waiting e9ca95248fab: Waiting b1393aaedb51: Waiting 44343de3ea1d: Waiting c5e279c6701c: Waiting 5fb8d0d9c7ff: Pushed 05c44eecb723: Pushed b3e59c3c36f9: Pushed 476a0021f6df: Pushed aabafb7531bc: Pushed b2c123c958a3: Pushed 3c9bf919ce15: Layer already exists 699c74bb8bbc: Layer already exists c6be31d649f4: Layer already exists 1f957058d004: Layer already exists c5e279c6701c: Layer already exists 72f776bf0afa: Layer already exists d5b469a0cd52: Layer already exists 6d339d18d484: Layer already exists 831a9b911524: Layer already exists 5659fdff1cc7: Layer already exists e9ca95248fab: Layer already exists b1393aaedb51: Layer already exists 44343de3ea1d: Layer already exists e8bdcdc459fb: Pushed master-2_2_7_9-4: digest: sha256:1c338160dfac4105154e61fb0d304a37a9d826fc3121ab0af49a1427822c2e22 size: 4505 2025-10-28 08:14:50,840: INFO: Building opensdn-tor-agent finished successfully, duration: 119 seconds REPOSITORY TAG IMAGE ID CREATED SIZE nexus.gz1.opensdn.io:5101/opensdn-analytics-query-engine master-2_2_7_9-4 a61f0ef17e04 11 seconds ago 840MB nexus.gz1.opensdn.io:5101/opensdn-nodemgr master-2_2_7_9-4 bedc0ddca64f 15 seconds ago 775MB nexus.gz1.opensdn.io:5101/opensdn-controller-config-svcmonitor master-2_2_7_9-4 fae064ea2fb2 23 seconds ago 635MB nexus.gz1.opensdn.io:5101/opensdn-tor-agent master-2_2_7_9-4 c47e3d5929d9 31 seconds ago 674MB nexus.gz1.opensdn.io:5101/opensdn-vrouter-agent-dpdk master-2_2_7_9-4 ee18b52fe7c7 33 seconds ago 890MB nexus.gz1.opensdn.io:5101/opensdn-controller-config-dnsmasq master-2_2_7_9-4 38759e9b46d6 39 seconds ago 630MB nexus.gz1.opensdn.io:5101/opensdn-debug master-2_2_7_9-4 13edd3e6e301 42 seconds ago 348MB nexus.gz1.opensdn.io:5101/opensdn-kubernetes-cni-init master-2_2_7_9-4 c1927c44da90 52 seconds ago 632MB nexus.gz1.opensdn.io:5101/opensdn-controller-control-dns master-2_2_7_9-4 66d498cea236 About a minute ago 997MB nexus.gz1.opensdn.io:5101/opensdn-controller-control-named master-2_2_7_9-4 d2df3403647c About a minute ago 693MB nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-collector master-2_2_7_9-4 015e81342dbf About a minute ago 830MB nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-topology master-2_2_7_9-4 ee1ed1173be8 About a minute ago 830MB nexus.gz1.opensdn.io:5101/opensdn-openstack-compute-init master-2_2_7_9-4 00649b99847e About a minute ago 348MB nexus.gz1.opensdn.io:5101/opensdn-vrouter-kernel-init-dpdk master-2_2_7_9-4 b726aa283899 About a minute ago 682MB nexus.gz1.opensdn.io:5101/opensdn-controller-webui-job master-2_2_7_9-4 50fae826a29d About a minute ago 858MB nexus.gz1.opensdn.io:5101/opensdn-controller-webui-web master-2_2_7_9-4 62a360e22002 About a minute ago 858MB nexus.gz1.opensdn.io:5101/opensdn-openstack-neutron-init master-2_2_7_9-4 8857ff04ff0c About a minute ago 363MB nexus.gz1.opensdn.io:5101/opensdn-analytics-alarm-gen master-2_2_7_9-4 0cb77dcb0184 About a minute ago 628MB nexus.gz1.opensdn.io:5101/opensdn-openstack-heat-init master-2_2_7_9-4 7199c009b586 About a minute ago 363MB nexus.gz1.opensdn.io:5101/opensdn-controller-control-control master-2_2_7_9-4 5b3c716342d5 About a minute ago 1.23GB nexus.gz1.opensdn.io:5101/opensdn-kubernetes-kube-manager master-2_2_7_9-4 19a4362f4972 About a minute ago 616MB nexus.gz1.opensdn.io:5101/opensdn-analytics-api master-2_2_7_9-4 a039c184dcb5 About a minute ago 637MB nexus.gz1.opensdn.io:5101/opensdn-controller-config-schema master-2_2_7_9-4 074456df9e14 About a minute ago 613MB nexus.gz1.opensdn.io:5101/opensdn-provisioner master-2_2_7_9-4 47b05036264d About a minute ago 612MB nexus.gz1.opensdn.io:5101/opensdn-node-init master-2_2_7_9-4 4737db978d84 About a minute ago 612MB nexus.gz1.opensdn.io:5101/opensdn-external-kafka master-2_2_7_9-4 d096bf686726 2 minutes ago 392MB nexus.gz1.opensdn.io:5101/opensdn-test-test master-2_2_7_9-4 fe925d755190 2 minutes ago 1.74GB opensdn-test-test master-2_2_7_9-4 fe925d755190 2 minutes ago 1.74GB nexus.gz1.opensdn.io:5101/opensdn-controller-webui-base master-2_2_7_9-4 ae8d01d5fbdb 2 minutes ago 858MB nexus.gz1.opensdn.io:5101/opensdn-external-stunnel master-2_2_7_9-4 09ec1252c96d 3 minutes ago 398MB nexus.gz1.opensdn.io:5101/opensdn-external-rabbitmq master-2_2_7_9-4 d9973f4127a0 3 minutes ago 363MB nexus.gz1.opensdn.io:5101/opensdn-external-cassandra master-2_2_7_9-4 9bf392ecab3d 3 minutes ago 331MB nexus.gz1.opensdn.io:5101/opensdn-external-redis master-2_2_7_9-4 4bde8e332b19 3 minutes ago 171MB nexus.gz1.opensdn.io:5101/opensdn-external-zookeeper master-2_2_7_9-4 21d04ca52e46 3 minutes ago 301MB nexus.gz1.opensdn.io:5101/opensdn-external-haproxy master-2_2_7_9-4 fd6ec6bced26 3 minutes ago 144MB nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-base master-2_2_7_9-4 0467f9c830a4 3 minutes ago 830MB nexus.gz1.opensdn.io:5101/opensdn-vrouter-base master-2_2_7_9-4 cfe7e7298f8c 3 minutes ago 682MB nexus.gz1.opensdn.io:5101/opensdn-external-rsyslogd master-2_2_7_9-4 6a06c842ba37 3 minutes ago 359MB nexus.gz1.opensdn.io:5101/opensdn-controller-control-base master-2_2_7_9-4 bb58f0ea9ead 3 minutes ago 673MB nexus.gz1.opensdn.io:5101/opensdn-base master-2_2_7_9-4 4157a9c27c51 4 minutes ago 612MB nexus.gz1.opensdn.io:5101/opensdn-analytics-base master-2_2_7_9-4 532527fac3e7 4 minutes ago 612MB nexus.gz1.opensdn.io:5101/opensdn-controller-config-base master-2_2_7_9-4 3250d7f364ea 4 minutes ago 612MB nexus.gz1.opensdn.io:5101/opensdn-general-base master-2_2_7_9-4 f81e3f011161 5 minutes ago 348MB nexus.gz1.opensdn.io:5101/opensdn-container-builder-src master-2_2_7_9-4 04509afe38a8 6 minutes ago 2.45MB tf-dev-sandbox compile 72c5c4b609ee 6 minutes ago 34.8GB nexus.gz1.opensdn.io:5101/opensdn-charms-src master-2_2_7_9-4 13a6242726ab 14 minutes ago 6.04MB nexus.gz1.opensdn.io:5101/opensdn-container-builder-src 1330b3f3951d 14 minutes ago 2.43MB nexus.gz1.opensdn.io:5101/opensdn-ansible-deployer-src master-2_2_7_9-4 d17c92b1b4ff 14 minutes ago 1.39MB nexus.gz1.opensdn.io:5101/opensdn-kolla-ansible-src master-2_2_7_9-4 49197c2cb072 14 minutes ago 32.6MB nexus.gz1.opensdn.io:5101/opensdn-build-manifest-src master-2_2_7_9-4 eeb71d1f5531 14 minutes ago 4.17kB nexus.gz1.opensdn.io:5101/tf-dev-sandbox frozen f131cff8d31f 12 hours ago 23.5GB