2026-04-22 12:55:52,050: INFO: Building opensdn-tor-agent 2026-04-22 12:55:52,121: 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_7_7_5-1_7 --build-arg SITE_MIRROR=http://nexus.gz1.opensdn.io/repository/external-web-cache --build-arg LINUX_DISTR_VER=9 --build-arg LINUX_DISTR=rockylinux --build-arg CONTAINER_NAME=opensdn-tor-agent --build-arg UBUNTU_DISTR_VERSION=24.04 --build-arg UBUNTU_DISTR=ubuntu --build-arg VENDOR_NAME=OpenSDN-IO --build-arg VENDOR_DOMAIN=io.opensdn --build-arg BUILD_IMAGE=tf-dev-sandbox:compile --build-arg BUILD_ROOT=/buildroot --build-arg DEBUGINFO_ROOT=/debuginfo #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: #1 transferring dockerfile: 2.10kB done #1 DONE 3.0s #2 [internal] load metadata for nexus.gz1.opensdn.io:5101/opensdn-base:master-2_7_7_5-1_7 #2 DONE 0.0s #3 [internal] load metadata for docker.io/library/tf-dev-sandbox:compile #3 DONE 0.0s #4 [internal] load .dockerignore #4 transferring context: #4 transferring context: 2B done #4 DONE 2.2s #5 [stage-1 1/3] FROM nexus.gz1.opensdn.io:5101/opensdn-base:master-2_7_7_5-1_7 #5 DONE 1.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 2.7s #8 [stage-1 2/8] COPY --from=build /buildroot/usr/lib/libisc-9.21.3.so /usr/lib/ #8 DONE 1.4s #9 [stage-1 3/8] COPY --from=build /buildroot/usr/lib/libisccc-9.21.3.so /usr/lib/ #9 DONE 2.8s #10 [stage-1 4/8] COPY --from=build /buildroot/usr/lib/libisccfg-9.21.3.so /usr/lib/ #10 DONE 1.6s #11 [stage-1 5/8] COPY --from=build /buildroot/usr/bin/contrail-vrouter-agent-health-check.py /usr/bin/ #11 DONE 1.3s #12 [stage-1 6/8] COPY --from=build /buildroot/usr/bin/contrail_crypt_tunnel_client.py /usr/bin/ #12 DONE 1.4s #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 1.916 added from: http://tf-mirrors.gz1.opensdn.io/re 37 MB/s | 14 MB 00:00 #13 8.313 added from: http://tf-mirrors.gz1.opensdn.io/re 16 MB/s | 1.9 MB 00:00 #13 9.551 added from: http://tf-mirrors.gz1.opensdn.io/re 6.1 MB/s | 402 kB 00:00 #13 10.81 added from: http://tf-mirrors.gz1.opensdn.io/re 26 MB/s | 16 MB 00:00 #13 23.99 added from: http://tf-mirrors.gz1.opensdn.io/re 28 MB/s | 11 MB 00:00 #13 28.92 added from: http://tf-mirrors.gz1.opensdn.io/re 14 MB/s | 1.1 MB 00:00 #13 30.64 added from: http://tf-mirrors.gz1.opensdn.io/re 21 MB/s | 4.8 MB 00:00 #13 36.48 added from: http://tf-mirrors.gz1.opensdn.io/re 13 MB/s | 697 kB 00:00 #13 37.68 added from: http://tf-mirrors.gz1.opensdn.io/re 7.6 MB/s | 474 kB 00:00 #13 38.75 added from: http://tf-mirrors.gz1.opensdn.io/re 463 kB/s | 18 kB 00:00 #13 39.48 added from: http://tf-mirrors.gz1.opensdn.io/re 7.5 kB/s | 257 B 00:00 #13 40.17 added from: http://tf-mirrors.gz1.opensdn.io/re 545 kB/s | 15 kB 00:00 #13 40.75 added from: http://tf-mirrors.gz1.opensdn.io/re 2.9 MB/s | 96 kB 00:00 #13 42.49 added from: http://tf-mirrors.gz1.opensdn.io/re 39 MB/s | 39 MB 00:00 #13 78.83 Third parties for OpenSDN 17 MB/s | 5.1 MB 00:00 #13 96.77 Dependencies resolved. #13 96.77 ========================================================================================== #13 96.77 Package Arch Version Repository Size #13 96.77 ========================================================================================== #13 96.77 Installing: #13 96.77 boost x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 9.9 k #13 96.77 gperftools-libs x86_64 2.9.1-3.el9 tf-mirrors.ci_repos_epel9.repo 308 k #13 96.77 Installing dependencies: #13 96.77 boost-atomic x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 15 k #13 96.77 boost-chrono x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 23 k #13 96.77 boost-container x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 35 k #13 96.77 boost-context x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 13 k #13 96.77 boost-contract x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 43 k #13 96.77 boost-coroutine x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 30 k #13 96.77 boost-date-time x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 11 k #13 96.77 boost-fiber x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 37 k #13 96.77 boost-filesystem x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 55 k #13 96.77 boost-graph x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 99 k #13 96.77 boost-iostreams x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 37 k #13 96.77 boost-locale x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 212 k #13 96.77 boost-log x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 405 k #13 96.77 boost-math x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 203 k #13 96.77 boost-nowide x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 13 k #13 96.77 boost-program-options x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 104 k #13 96.77 boost-python3 x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 91 k #13 96.77 boost-random x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 22 k #13 96.77 boost-regex x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 275 k #13 96.77 boost-serialization x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 127 k #13 96.77 boost-stacktrace x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 25 k #13 96.77 boost-system x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 11 k #13 96.77 boost-test x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 228 k #13 96.77 boost-thread x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 53 k #13 96.77 boost-timer x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 21 k #13 96.77 boost-type_erasure x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 28 k #13 96.77 boost-wave x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 207 k #13 96.77 libicu x86_64 67.1-10.el9_6 tf-mirrors.ci_repos_yum9-baseos 9.6 M #13 96.77 libunwind x86_64 1.6.2-1.el9 tf-mirrors.ci_repos_epel9.repo 67 k #13 96.77 #13 96.77 Transaction Summary #13 96.77 ========================================================================================== #13 96.77 Install 31 Packages #13 96.77 #13 96.78 Total download size: 12 M #13 96.78 Installed size: 41 M #13 96.78 Downloading Packages: #13 96.83 (1/31): boost-atomic-1.75.0-13.el9_7.x86_64.rpm 440 kB/s | 15 kB 00:00 #13 96.83 (2/31): boost-1.75.0-13.el9_7.x86_64.rpm 252 kB/s | 9.9 kB 00:00 #13 96.83 (3/31): boost-chrono-1.75.0-13.el9_7.x86_64.rpm 2.2 MB/s | 23 kB 00:00 #13 96.84 (4/31): boost-container-1.75.0-13.el9_7.x86_64. 3.4 MB/s | 35 kB 00:00 #13 96.84 (5/31): boost-context-1.75.0-13.el9_7.x86_64.rp 1.4 MB/s | 13 kB 00:00 #13 96.84 (6/31): boost-contract-1.75.0-13.el9_7.x86_64.r 4.7 MB/s | 43 kB 00:00 #13 96.84 (7/31): boost-coroutine-1.75.0-13.el9_7.x86_64. 4.4 MB/s | 30 kB 00:00 #13 96.86 (8/31): boost-date-time-1.75.0-13.el9_7.x86_64. 2.1 MB/s | 11 kB 00:00 #13 96.86 (9/31): boost-fiber-1.75.0-13.el9_7.x86_64.rpm 6.7 MB/s | 37 kB 00:00 #13 96.86 (10/31): boost-filesystem-1.75.0-13.el9_7.x86_6 9.3 MB/s | 55 kB 00:00 #13 96.86 (11/31): boost-graph-1.75.0-13.el9_7.x86_64.rpm 9.2 MB/s | 99 kB 00:00 #13 96.88 (12/31): boost-iostreams-1.75.0-13.el9_7.x86_64 2.8 MB/s | 37 kB 00:00 #13 96.88 (13/31): boost-locale-1.75.0-13.el9_7.x86_64.rp 15 MB/s | 212 kB 00:00 #13 96.92 (14/31): boost-log-1.75.0-13.el9_7.x86_64.rpm 18 MB/s | 405 kB 00:00 #13 96.92 (15/31): boost-math-1.75.0-13.el9_7.x86_64.rpm 8.0 MB/s | 203 kB 00:00 #13 96.92 (16/31): boost-nowide-1.75.0-13.el9_7.x86_64.rp 961 kB/s | 13 kB 00:00 #13 96.92 (17/31): boost-program-options-1.75.0-13.el9_7. 13 MB/s | 104 kB 00:00 #13 96.92 (18/31): boost-python3-1.75.0-13.el9_7.x86_64.r 9.0 MB/s | 91 kB 00:00 #13 96.95 (19/31): boost-random-1.75.0-13.el9_7.x86_64.rp 2.8 MB/s | 22 kB 00:00 #13 96.95 (20/31): boost-regex-1.75.0-13.el9_7.x86_64.rpm 30 MB/s | 275 kB 00:00 #13 96.95 (21/31): boost-serialization-1.75.0-13.el9_7.x8 5.2 MB/s | 127 kB 00:00 #13 96.95 (22/31): boost-stacktrace-1.75.0-13.el9_7.x86_6 1.1 MB/s | 25 kB 00:00 #13 96.96 (23/31): boost-system-1.75.0-13.el9_7.x86_64.rp 1.9 MB/s | 11 kB 00:00 #13 96.97 (24/31): boost-test-1.75.0-13.el9_7.x86_64.rpm 13 MB/s | 228 kB 00:00 #13 96.97 (25/31): boost-thread-1.75.0-13.el9_7.x86_64.rp 2.8 MB/s | 53 kB 00:00 #13 97.02 (26/31): boost-timer-1.75.0-13.el9_7.x86_64.rpm 2.4 MB/s | 21 kB 00:00 #13 97.02 (27/31): boost-type_erasure-1.75.0-13.el9_7.x86 3.4 MB/s | 28 kB 00:00 #13 97.02 (28/31): boost-wave-1.75.0-13.el9_7.x86_64.rpm 23 MB/s | 207 kB 00:00 #13 97.02 (29/31): gperftools-libs-2.9.1-3.el9.x86_64.rpm 16 MB/s | 308 kB 00:00 #13 97.02 (30/31): libunwind-1.6.2-1.el9.x86_64.rpm 3.5 MB/s | 67 kB 00:00 #13 97.25 (31/31): libicu-67.1-10.el9_6.x86_64.rpm 22 MB/s | 9.6 MB 00:00 #13 97.25 -------------------------------------------------------------------------------- #13 97.25 Total 27 MB/s | 12 MB 00:00 #13 97.25 Running transaction check #13 97.29 Transaction check succeeded. #13 97.29 Running transaction test #13 97.83 Transaction test succeeded. #13 97.83 Running transaction #13 98.54 Preparing : 1/1 #13 98.62 Installing : boost-system-1.75.0-13.el9_7.x86_64 1/31 #13 98.65 Installing : boost-chrono-1.75.0-13.el9_7.x86_64 2/31 #13 98.65 Installing : boost-thread-1.75.0-13.el9_7.x86_64 3/31 #13 98.65 Installing : boost-filesystem-1.75.0-13.el9_7.x86_64 4/31 #13 99.31 Installing : libicu-67.1-10.el9_6.x86_64 5/31 #13 99.31 Installing : boost-regex-1.75.0-13.el9_7.x86_64 6/31 #13 99.34 Installing : boost-context-1.75.0-13.el9_7.x86_64 7/31 #13 99.34 Installing : boost-date-time-1.75.0-13.el9_7.x86_64 8/31 #13 99.34 Installing : boost-atomic-1.75.0-13.el9_7.x86_64 9/31 #13 99.48 Installing : boost-log-1.75.0-13.el9_7.x86_64 10/31 #13 99.48 Installing : boost-wave-1.75.0-13.el9_7.x86_64 11/31 #13 99.48 Installing : boost-coroutine-1.75.0-13.el9_7.x86_64 12/31 #13 99.48 Installing : boost-fiber-1.75.0-13.el9_7.x86_64 13/31 #13 99.48 Installing : boost-graph-1.75.0-13.el9_7.x86_64 14/31 #13 99.48 Installing : boost-locale-1.75.0-13.el9_7.x86_64 15/31 #13 99.48 Installing : boost-type_erasure-1.75.0-13.el9_7.x86_64 16/31 #13 99.48 Installing : boost-timer-1.75.0-13.el9_7.x86_64 17/31 #13 99.48 Installing : libunwind-1.6.2-1.el9.x86_64 18/31 #13 99.48 Installing : boost-test-1.75.0-13.el9_7.x86_64 19/31 #13 99.48 Installing : boost-stacktrace-1.75.0-13.el9_7.x86_64 20/31 #13 99.56 Installing : boost-serialization-1.75.0-13.el9_7.x86_64 21/31 #13 99.56 Installing : boost-random-1.75.0-13.el9_7.x86_64 22/31 #13 99.56 Installing : boost-python3-1.75.0-13.el9_7.x86_64 23/31 #13 99.56 Installing : boost-program-options-1.75.0-13.el9_7.x86_64 24/31 #13 99.56 Installing : boost-nowide-1.75.0-13.el9_7.x86_64 25/31 #13 99.58 Installing : boost-math-1.75.0-13.el9_7.x86_64 26/31 #13 99.58 Installing : boost-iostreams-1.75.0-13.el9_7.x86_64 27/31 #13 99.62 Installing : boost-contract-1.75.0-13.el9_7.x86_64 28/31 #13 99.62 Installing : boost-container-1.75.0-13.el9_7.x86_64 29/31 #13 99.62 Installing : boost-1.75.0-13.el9_7.x86_64 30/31 #13 99.64 Installing : gperftools-libs-2.9.1-3.el9.x86_64 31/31 #13 99.69 Running scriptlet: gperftools-libs-2.9.1-3.el9.x86_64 31/31 #13 99.92 Verifying : libicu-67.1-10.el9_6.x86_64 1/31 #13 99.92 Verifying : boost-1.75.0-13.el9_7.x86_64 2/31 #13 99.92 Verifying : boost-atomic-1.75.0-13.el9_7.x86_64 3/31 #13 99.92 Verifying : boost-chrono-1.75.0-13.el9_7.x86_64 4/31 #13 99.92 Verifying : boost-container-1.75.0-13.el9_7.x86_64 5/31 #13 99.92 Verifying : boost-context-1.75.0-13.el9_7.x86_64 6/31 #13 99.92 Verifying : boost-contract-1.75.0-13.el9_7.x86_64 7/31 #13 99.92 Verifying : boost-coroutine-1.75.0-13.el9_7.x86_64 8/31 #13 99.92 Verifying : boost-date-time-1.75.0-13.el9_7.x86_64 9/31 #13 99.92 Verifying : boost-fiber-1.75.0-13.el9_7.x86_64 10/31 #13 99.92 Verifying : boost-filesystem-1.75.0-13.el9_7.x86_64 11/31 #13 99.92 Verifying : boost-graph-1.75.0-13.el9_7.x86_64 12/31 #13 99.92 Verifying : boost-iostreams-1.75.0-13.el9_7.x86_64 13/31 #13 99.92 Verifying : boost-locale-1.75.0-13.el9_7.x86_64 14/31 #13 99.92 Verifying : boost-log-1.75.0-13.el9_7.x86_64 15/31 #13 99.92 Verifying : boost-math-1.75.0-13.el9_7.x86_64 16/31 #13 99.92 Verifying : boost-nowide-1.75.0-13.el9_7.x86_64 17/31 #13 99.92 Verifying : boost-program-options-1.75.0-13.el9_7.x86_64 18/31 #13 99.92 Verifying : boost-python3-1.75.0-13.el9_7.x86_64 19/31 #13 99.92 Verifying : boost-random-1.75.0-13.el9_7.x86_64 20/31 #13 99.92 Verifying : boost-regex-1.75.0-13.el9_7.x86_64 21/31 #13 99.92 Verifying : boost-serialization-1.75.0-13.el9_7.x86_64 22/31 #13 99.92 Verifying : boost-stacktrace-1.75.0-13.el9_7.x86_64 23/31 #13 99.92 Verifying : boost-system-1.75.0-13.el9_7.x86_64 24/31 #13 99.92 Verifying : boost-test-1.75.0-13.el9_7.x86_64 25/31 #13 99.92 Verifying : boost-thread-1.75.0-13.el9_7.x86_64 26/31 #13 99.92 Verifying : boost-timer-1.75.0-13.el9_7.x86_64 27/31 #13 99.92 Verifying : boost-type_erasure-1.75.0-13.el9_7.x86_64 28/31 #13 99.92 Verifying : boost-wave-1.75.0-13.el9_7.x86_64 29/31 #13 99.92 Verifying : gperftools-libs-2.9.1-3.el9.x86_64 30/31 #13 99.92 Verifying : libunwind-1.6.2-1.el9.x86_64 31/31 #13 100.0 #13 100.0 Installed: #13 100.0 boost-1.75.0-13.el9_7.x86_64 #13 100.0 boost-atomic-1.75.0-13.el9_7.x86_64 #13 100.0 boost-chrono-1.75.0-13.el9_7.x86_64 #13 100.0 boost-container-1.75.0-13.el9_7.x86_64 #13 100.0 boost-context-1.75.0-13.el9_7.x86_64 #13 100.0 boost-contract-1.75.0-13.el9_7.x86_64 #13 100.0 boost-coroutine-1.75.0-13.el9_7.x86_64 #13 100.0 boost-date-time-1.75.0-13.el9_7.x86_64 #13 100.0 boost-fiber-1.75.0-13.el9_7.x86_64 #13 100.0 boost-filesystem-1.75.0-13.el9_7.x86_64 #13 100.0 boost-graph-1.75.0-13.el9_7.x86_64 #13 100.0 boost-iostreams-1.75.0-13.el9_7.x86_64 #13 100.0 boost-locale-1.75.0-13.el9_7.x86_64 #13 100.0 boost-log-1.75.0-13.el9_7.x86_64 #13 100.0 boost-math-1.75.0-13.el9_7.x86_64 #13 100.0 boost-nowide-1.75.0-13.el9_7.x86_64 #13 100.0 boost-program-options-1.75.0-13.el9_7.x86_64 #13 100.0 boost-python3-1.75.0-13.el9_7.x86_64 #13 100.0 boost-random-1.75.0-13.el9_7.x86_64 #13 100.0 boost-regex-1.75.0-13.el9_7.x86_64 #13 100.0 boost-serialization-1.75.0-13.el9_7.x86_64 #13 100.0 boost-stacktrace-1.75.0-13.el9_7.x86_64 #13 100.0 boost-system-1.75.0-13.el9_7.x86_64 #13 100.0 boost-test-1.75.0-13.el9_7.x86_64 #13 100.0 boost-thread-1.75.0-13.el9_7.x86_64 #13 100.0 boost-timer-1.75.0-13.el9_7.x86_64 #13 100.0 boost-type_erasure-1.75.0-13.el9_7.x86_64 #13 100.0 boost-wave-1.75.0-13.el9_7.x86_64 #13 100.0 gperftools-libs-2.9.1-3.el9.x86_64 #13 100.0 libicu-67.1-10.el9_6.x86_64 #13 100.0 libunwind-1.6.2-1.el9.x86_64 #13 100.0 #13 100.0 Complete! #13 100.6 77 files removed #13 101.2 Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/, http://localhost:6667/pip/simple #13 101.3 Collecting contrail-vrouter-api==0.1.dev0 #13 101.3 Downloading http://localhost:6667/pip/simple/contrail-vrouter-api/contrail_vrouter_api-0.1.dev0-py3-none-any.whl (2.9 kB) #13 101.8 Installing collected packages: contrail-vrouter-api #13 101.8 Successfully installed contrail-vrouter-api-0.1.dev0 #13 101.8 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 102.6s #14 [stage-1 8/8] COPY *.sh / #14 DONE 1.2s #15 exporting to image #15 exporting layers #15 exporting layers 4.1s done #15 writing image sha256:52cc861936f427b07b2cda31e23fbdc078f431581cba0d4e44978d737aecbd7b #15 writing image sha256:52cc861936f427b07b2cda31e23fbdc078f431581cba0d4e44978d737aecbd7b 0.0s done #15 naming to nexus.gz1.opensdn.io:5101/opensdn-tor-agent:master-2_7_7_5-1_7 0.1s done #15 DONE 4.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-04-22 12:58:13,006: INFO: Docker build duration: 142 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-tor-agent] 3fd3d7f61e23: Preparing d7a2c1b60975: Preparing 50241651785f: Preparing 0c7bff14b512: Preparing a8fe7a8e7a87: Preparing 3260a27c6250: Preparing ce3deaae99ff: Preparing 8b4a7bc69530: Preparing 9e9af054d5a9: Preparing b46b618ef9f8: Preparing 555fa13394c4: Preparing 09dc0d6d0114: Preparing 84e3cfb64d96: Preparing 7cb115dc6e66: Preparing 3541d8718ae7: Preparing 1249a57b503a: Preparing ae480d870cb1: Preparing e6120d2433c3: Preparing c09dbe1505db: Preparing e971f5e78504: Preparing 44343de3ea1d: Preparing 3fd3d7f61e23: Waiting d7a2c1b60975: Waiting 50241651785f: Waiting 0c7bff14b512: Waiting a8fe7a8e7a87: Waiting 3260a27c6250: Waiting ce3deaae99ff: Waiting 8b4a7bc69530: Waiting 9e9af054d5a9: Waiting b46b618ef9f8: Waiting 555fa13394c4: Waiting 09dc0d6d0114: Waiting 84e3cfb64d96: Waiting 7cb115dc6e66: Waiting 3541d8718ae7: Waiting 1249a57b503a: Waiting ae480d870cb1: Waiting e6120d2433c3: Waiting c09dbe1505db: Waiting e971f5e78504: Waiting 44343de3ea1d: Waiting 3fd3d7f61e23: Pushed 50241651785f: Pushed 0c7bff14b512: Pushed a8fe7a8e7a87: Pushed 3260a27c6250: Pushed ce3deaae99ff: Pushed 8b4a7bc69530: Layer already exists 9e9af054d5a9: Layer already exists 555fa13394c4: Layer already exists b46b618ef9f8: Layer already exists 84e3cfb64d96: Layer already exists 09dc0d6d0114: Layer already exists 7cb115dc6e66: Layer already exists 3541d8718ae7: Layer already exists 1249a57b503a: Layer already exists ae480d870cb1: Layer already exists e6120d2433c3: Layer already exists c09dbe1505db: Layer already exists e971f5e78504: Layer already exists 44343de3ea1d: Layer already exists d7a2c1b60975: Pushed master-2_7_7_5-1_7: digest: sha256:61264690577de4d839d05abbafb81492f5e1bfb2f65619d66bb9352c28328d6c size: 4713 2026-04-22 12:58:26,207: INFO: Building opensdn-tor-agent finished successfully, duration: 155 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_7_7_5-1_7 7eedfb735c1c 692MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-api:master-2_7_7_5-1_7 674dc90017a0 701MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-base:master-2_7_7_5-1_7 a9d23bced790 676MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-collector:master-2_7_7_5-1_7 5bc60c77b448 758MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-query-engine:master-2_7_7_5-1_7 862f94bd5ffd 754MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-base:master-2_7_7_5-1_7 3d5e6ee466ab 917MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-collector:master-2_7_7_5-1_7 ecd5076d9853 918MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-topology:master-2_7_7_5-1_7 d06cfc35ec99 918MB 0B nexus.gz1.opensdn.io:5101/opensdn-ansible-deployer-src:master-2_7_7_5-1_7 fefa72000327 1.41MB 0B nexus.gz1.opensdn.io:5101/opensdn-base:master-2_7_7_5-1_7 a970ab976112 676MB 0B nexus.gz1.opensdn.io:5101/opensdn-build-manifest-src:master-2_7_7_5-1_7 80cc03e32d3e 4.17kB 0B nexus.gz1.opensdn.io:5101/opensdn-charms-src:master-2_7_7_5-1_7 4972c2b1065a 6.05MB 0B nexus.gz1.opensdn.io:5101/opensdn-container-builder-src:master-2_7_7_5-1_7 1ddb58baba83 2.39MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-base:master-2_7_7_5-1_7 79a486b8f374 676MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-dnsmasq:master-2_7_7_5-1_7 e3a0a836b0d8 691MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-schema:master-2_7_7_5-1_7 4bd92b99e03c 677MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-svcmonitor:master-2_7_7_5-1_7 f17439cd33d1 698MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-base:master-2_7_7_5-1_7 530de99a2800 735MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-control:master-2_7_7_5-1_7 aed443a7b661 762MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-dns:master-2_7_7_5-1_7 392e5c4e5a0c 762MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-named:master-2_7_7_5-1_7 1d1228076e96 743MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-webui-base:master-2_7_7_5-1_7 a366571a6c63 914MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-webui-job:master-2_7_7_5-1_7 afc37cfc7002 914MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-webui-web:master-2_7_7_5-1_7 30c7b537fb8f 914MB 0B nexus.gz1.opensdn.io:5101/opensdn-debug:master-2_7_7_5-1_7 34ae8c1d4c7b 428MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-cassandra:master-2_7_7_5-1_7 41fced842f68 331MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-haproxy:master-2_7_7_5-1_7 b20d8a4e6b0a 144MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-kafka:master-2_7_7_5-1_7 f55283aaaa16 392MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-rabbitmq:master-2_7_7_5-1_7 b1512f0170fa 363MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-redis:master-2_7_7_5-1_7 f2b966dcc8ed 171MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-rsyslogd:master-2_7_7_5-1_7 21e7ee4a6b32 440MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-stunnel:master-2_7_7_5-1_7 1416c658af9d 454MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-zookeeper:master-2_7_7_5-1_7 29934274f87a 301MB 0B nexus.gz1.opensdn.io:5101/opensdn-general-base:master-2_7_7_5-1_7 166fd4725cfe 428MB 0B nexus.gz1.opensdn.io:5101/opensdn-kolla-ansible-src:master-2_7_7_5-1_7 325563fe7d2b 32.7MB 0B nexus.gz1.opensdn.io:5101/opensdn-kubernetes-cni-init:master-2_7_7_5-1_7 df1f4763093b 696MB 0B nexus.gz1.opensdn.io:5101/opensdn-kubernetes-kube-manager:master-2_7_7_5-1_7 adbd35026a81 681MB 0B nexus.gz1.opensdn.io:5101/opensdn-node-init:master-2_7_7_5-1_7 dba5968587b8 676MB 0B nexus.gz1.opensdn.io:5101/opensdn-nodemgr:master-2_7_7_5-1_7 24fafc717224 811MB 0B nexus.gz1.opensdn.io:5101/opensdn-openstack-compute-init:master-2_7_7_5-1_7 9c62b763aca4 428MB 0B nexus.gz1.opensdn.io:5101/opensdn-openstack-heat-init:master-2_7_7_5-1_7 c4fd0a8b8c3d 444MB 0B nexus.gz1.opensdn.io:5101/opensdn-openstack-neutron-init:master-2_7_7_5-1_7 afc665ecfd05 444MB 0B nexus.gz1.opensdn.io:5101/opensdn-provisioner:master-2_7_7_5-1_7 122645c5481a 676MB 0B nexus.gz1.opensdn.io:5101/opensdn-status:master-2_7_7_5-1_7 fcfbcdf2a64e 811MB 0B nexus.gz1.opensdn.io:5101/opensdn-test-test:master-2_7_7_5-1_7 b3263c6547f6 1.84GB 0B nexus.gz1.opensdn.io:5101/opensdn-tor-agent:master-2_7_7_5-1_7 52cc861936f4 735MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-agent-dpdk:master-2_7_7_5-1_7 3b4adc0c498d 967MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-agent:master-2_7_7_5-1_7 e612cbb6845a 933MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-base:master-2_7_7_5-1_7 230aa96e81b9 743MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-kernel-init-dpdk:master-2_7_7_5-1_7 024065d91cda 743MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-kernel-init:master-2_7_7_5-1_7 c95f0b4d388e 365MB 0B nexus.gz1.opensdn.io:5101/tf-dev-sandbox:sandbox-master-2_7_7_5-1_7 a84901f1b5c2 2.9GB 0B U opensdn-test-test:master-2_7_7_5-1_7 b3263c6547f6 1.84GB 0B rockylinux:9 9cc24f05f309 176MB 0B tf-dev-sandbox:compile 4fa5e8d2b04d 22.2GB 0B tf-dev-sandbox:sandbox-master-2_7_7_5-1_7 a84901f1b5c2 2.9GB 0B U