2026-03-03 16:13:22,960: INFO: Building opensdn-vrouter-agent 2026-03-03 16:13:23,003: 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_6_3_6-1 --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-vrouter-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.33kB done #1 DONE 1.9s #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-vrouter-base:master-2_6_3_6-1 #3 DONE 0.0s #4 [internal] load .dockerignore #4 transferring context: #4 transferring context: 2B done #4 DONE 2.0s #5 [build 1/1] FROM docker.io/library/tf-dev-sandbox:compile #5 CACHED #6 [internal] load build context #6 DONE 0.0s #7 [stage-1 1/8] FROM nexus.gz1.opensdn.io:5101/opensdn-vrouter-base:master-2_6_3_6-1 #7 ... #6 [internal] load build context #6 transferring context: 48.90kB done #6 DONE 1.7s #7 [stage-1 1/8] FROM nexus.gz1.opensdn.io:5101/opensdn-vrouter-base:master-2_6_3_6-1 #7 DONE 14.5s #8 [stage-1 2/12] COPY --from=build /buildroot/usr/lib/libisc-9.21.3.so /usr/lib/ #8 DONE 0.3s #9 [stage-1 3/12] COPY --from=build /buildroot/usr/lib/libisccc-9.21.3.so /usr/lib/ #9 DONE 0.4s #10 [stage-1 4/12] COPY --from=build /buildroot/usr/lib/libisccfg-9.21.3.so /usr/lib/ #10 DONE 0.4s #11 [stage-1 5/12] COPY --from=build /buildroot/usr/bin/contrail-vrouter-agent /usr/bin/ #11 DONE 0.6s #12 [stage-1 6/12] COPY --from=build /buildroot/usr/bin/contrail-vrouter-agent-health-check.py /usr/bin/ #12 DONE 0.7s #13 [stage-1 7/12] COPY --from=build /buildroot/usr/bin/contrail_crypt_tunnel_client.py /usr/bin/ #13 DONE 1.7s #14 [stage-1 8/12] COPY --from=build /buildroot/Version /contrail_build_version #14 DONE 1.2s #15 [stage-1 9/12] 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 sudo gperftools-libs iptables dhclient haproxy libvirt-client ; 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" "opencontrail-vrouter-netns==0.1.dev0" ; rm -rf /root/.cache #15 1.243 added from: http://tf-mirrors.gz1.opensdn.io/re 59 MB/s | 14 MB 00:00 #15 4.074 added from: http://tf-mirrors.gz1.opensdn.io/re 32 MB/s | 1.9 MB 00:00 #15 4.697 added from: http://tf-mirrors.gz1.opensdn.io/re 8.9 MB/s | 402 kB 00:00 #15 5.095 added from: http://tf-mirrors.gz1.opensdn.io/re 61 MB/s | 16 MB 00:00 #15 9.269 added from: http://tf-mirrors.gz1.opensdn.io/re 52 MB/s | 11 MB 00:00 #15 13.71 added from: http://tf-mirrors.gz1.opensdn.io/re 3.8 MB/s | 1.1 MB 00:00 #15 14.88 added from: http://tf-mirrors.gz1.opensdn.io/re 7.4 MB/s | 4.8 MB 00:00 #15 16.91 added from: http://tf-mirrors.gz1.opensdn.io/re 4.7 MB/s | 697 kB 00:00 #15 17.54 added from: http://tf-mirrors.gz1.opensdn.io/re 9.3 MB/s | 474 kB 00:00 #15 17.81 added from: http://tf-mirrors.gz1.opensdn.io/re 521 kB/s | 18 kB 00:00 #15 18.14 added from: http://tf-mirrors.gz1.opensdn.io/re 6.4 kB/s | 257 B 00:00 #15 18.51 added from: http://tf-mirrors.gz1.opensdn.io/re 436 kB/s | 15 kB 00:00 #15 19.08 added from: http://tf-mirrors.gz1.opensdn.io/re 421 kB/s | 96 kB 00:00 #15 20.21 added from: http://tf-mirrors.gz1.opensdn.io/re 59 MB/s | 39 MB 00:00 #15 40.98 Third parties for OpenSDN 14 MB/s | 5.1 MB 00:00 #15 52.28 Dependencies resolved. #15 52.28 ======================================================================================================== #15 52.28 Package Arch Version Repository Size #15 52.28 ======================================================================================================== #15 52.28 Installing: #15 52.28 boost x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 9.9 k #15 52.28 dhcp-client x86_64 12:4.4.2-19.b1.el9.rocky.0.1 tf-mirrors.ci_repos_yum9-baseos 786 k #15 52.28 gperftools-libs x86_64 2.9.1-3.el9 tf-mirrors.ci_repos_epel9.repo 308 k #15 52.28 haproxy x86_64 2.8.14-1.el9_7.1 tf-mirrors.ci_repos_yum9-appstream 2.5 M #15 52.28 iptables-legacy x86_64 1.8.10-11.1.el9 tf-mirrors.ci_repos_epel9.repo 50 k #15 52.28 libvirt-client x86_64 10.10.0-15.6.el9_7 tf-mirrors.ci_repos_yum9-appstream 455 k #15 52.28 sudo x86_64 1.9.5p2-13.el9 tf-mirrors.ci_repos_yum9-baseos 1.0 M #15 52.28 Installing dependencies: #15 52.28 boost-atomic x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 15 k #15 52.28 boost-chrono x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 23 k #15 52.28 boost-container x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 35 k #15 52.28 boost-context x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 13 k #15 52.28 boost-contract x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 43 k #15 52.28 boost-coroutine x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 30 k #15 52.28 boost-date-time x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 11 k #15 52.28 boost-fiber x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 37 k #15 52.28 boost-filesystem x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 55 k #15 52.28 boost-graph x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 99 k #15 52.28 boost-iostreams x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 37 k #15 52.28 boost-locale x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 212 k #15 52.28 boost-log x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 405 k #15 52.28 boost-math x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 203 k #15 52.28 boost-nowide x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 13 k #15 52.28 boost-program-options x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 104 k #15 52.28 boost-python3 x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 91 k #15 52.28 boost-random x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 22 k #15 52.28 boost-regex x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 275 k #15 52.28 boost-serialization x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 127 k #15 52.28 boost-stacktrace x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 25 k #15 52.28 boost-system x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 11 k #15 52.28 boost-test x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 228 k #15 52.28 boost-thread x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 53 k #15 52.28 boost-timer x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 21 k #15 52.28 boost-type_erasure x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 28 k #15 52.28 boost-wave x86_64 1.75.0-13.el9_7 tf-mirrors.ci_repos_yum9-appstream 207 k #15 52.28 cyrus-sasl-gssapi x86_64 2.1.27-21.el9 tf-mirrors.ci_repos_yum9-baseos 26 k #15 52.28 dhcp-common noarch 12:4.4.2-19.b1.el9.rocky.0.1 tf-mirrors.ci_repos_yum9-baseos 127 k #15 52.28 ipcalc x86_64 1.0.0-5.el9 tf-mirrors.ci_repos_yum9-baseos 41 k #15 52.28 iptables-legacy-libs x86_64 1.8.10-11.1.el9 tf-mirrors.ci_repos_epel9.repo 38 k #15 52.28 iptables-libs x86_64 1.8.10-11.el9_5 tf-mirrors.ci_repos_yum9-baseos 397 k #15 52.28 libicu x86_64 67.1-10.el9_6 tf-mirrors.ci_repos_yum9-baseos 9.6 M #15 52.28 libnetfilter_conntrack x86_64 1.0.9-1.el9 tf-mirrors.ci_repos_yum9-baseos 58 k #15 52.28 libnfnetlink x86_64 1.0.1-23.el9_5 tf-mirrors.ci_repos_yum9-baseos 28 k #15 52.28 libssh x86_64 0.10.4-17.el9_7 tf-mirrors.ci_repos_yum9-baseos 213 k #15 52.28 libssh-config noarch 0.10.4-17.el9_7 tf-mirrors.ci_repos_yum9-baseos 8.2 k #15 52.28 libtirpc x86_64 1.3.3-9.el9 tf-mirrors.ci_repos_yum9-baseos 93 k #15 52.28 libunwind x86_64 1.6.2-1.el9 tf-mirrors.ci_repos_epel9.repo 67 k #15 52.28 libvirt-libs x86_64 10.10.0-15.6.el9_7 tf-mirrors.ci_repos_yum9-appstream 5.0 M #15 52.28 numactl-libs x86_64 2.0.19-3.el9 tf-mirrors.ci_repos_yum9-baseos 30 k #15 52.28 Installing weak dependencies: #15 52.28 geolite2-city noarch 20191217-6.el9 tf-mirrors.ci_repos_yum9-appstream 23 M #15 52.28 geolite2-country noarch 20191217-6.el9 tf-mirrors.ci_repos_yum9-appstream 1.6 M #15 52.28 libmaxminddb x86_64 1.5.2-4.el9 tf-mirrors.ci_repos_yum9-appstream 32 k #15 52.28 #15 52.28 Transaction Summary #15 52.28 ======================================================================================================== #15 52.28 Install 51 Packages #15 52.28 #15 52.28 Total download size: 47 M #15 52.28 Installed size: 150 M #15 52.28 Downloading Packages: #15 52.32 (1/51): cyrus-sasl-gssapi-2.1.27-21.el9.x86_64. 995 kB/s | 26 kB 00:00 #15 52.32 (2/51): dhcp-common-4.4.2-19.b1.el9.rocky.0.1.n 4.0 MB/s | 127 kB 00:00 #15 52.34 (3/51): ipcalc-1.0.0-5.el9.x86_64.rpm 3.6 MB/s | 41 kB 00:00 #15 52.34 (4/51): iptables-libs-1.8.10-11.el9_5.x86_64.rp 15 MB/s | 397 kB 00:00 #15 52.36 (5/51): dhcp-client-4.4.2-19.b1.el9.rocky.0.1.x 11 MB/s | 786 kB 00:00 #15 52.37 (6/51): libnetfilter_conntrack-1.0.9-1.el9.x86_ 3.1 MB/s | 58 kB 00:00 #15 52.37 (7/51): libnfnetlink-1.0.1-23.el9_5.x86_64.rpm 3.5 MB/s | 28 kB 00:00 #15 52.38 (8/51): libssh-0.10.4-17.el9_7.x86_64.rpm 19 MB/s | 213 kB 00:00 #15 52.38 (9/51): libssh-config-0.10.4-17.el9_7.noarch.rp 721 kB/s | 8.2 kB 00:00 #15 52.39 (10/51): libtirpc-1.3.3-9.el9.x86_64.rpm 11 MB/s | 93 kB 00:00 #15 52.39 (11/51): numactl-libs-2.0.19-3.el9.x86_64.rpm 2.9 MB/s | 30 kB 00:00 #15 52.39 (12/51): boost-1.75.0-13.el9_7.x86_64.rpm 1.8 MB/s | 9.9 kB 00:00 #15 52.41 (13/51): boost-atomic-1.75.0-13.el9_7.x86_64.rp 3.3 MB/s | 15 kB 00:00 #15 52.41 (14/51): boost-chrono-1.75.0-13.el9_7.x86_64.rp 4.4 MB/s | 23 kB 00:00 #15 52.42 (15/51): sudo-1.9.5p2-13.el9.x86_64.rpm 29 MB/s | 1.0 MB 00:00 #15 52.43 (16/51): boost-container-1.75.0-13.el9_7.x86_64 2.1 MB/s | 35 kB 00:00 #15 52.43 (17/51): boost-context-1.75.0-13.el9_7.x86_64.r 2.2 MB/s | 13 kB 00:00 #15 52.43 (18/51): boost-contract-1.75.0-13.el9_7.x86_64. 7.3 MB/s | 43 kB 00:00 #15 52.43 (19/51): boost-coroutine-1.75.0-13.el9_7.x86_64 5.2 MB/s | 30 kB 00:00 #15 52.46 (20/51): boost-date-time-1.75.0-13.el9_7.x86_64 1.9 MB/s | 11 kB 00:00 #15 52.46 (21/51): boost-fiber-1.75.0-13.el9_7.x86_64.rpm 5.8 MB/s | 37 kB 00:00 #15 52.46 (22/51): boost-filesystem-1.75.0-13.el9_7.x86_6 9.2 MB/s | 55 kB 00:00 #15 52.46 (23/51): boost-graph-1.75.0-13.el9_7.x86_64.rpm 9.3 MB/s | 99 kB 00:00 #15 52.46 (24/51): boost-iostreams-1.75.0-13.el9_7.x86_64 3.4 MB/s | 37 kB 00:00 #15 52.46 (25/51): boost-locale-1.75.0-13.el9_7.x86_64.rp 26 MB/s | 212 kB 00:00 #15 52.50 (26/51): boost-math-1.75.0-13.el9_7.x86_64.rpm 24 MB/s | 203 kB 00:00 #15 52.50 (27/51): boost-log-1.75.0-13.el9_7.x86_64.rpm 17 MB/s | 405 kB 00:00 #15 52.50 (28/51): boost-nowide-1.75.0-13.el9_7.x86_64.rp 962 kB/s | 13 kB 00:00 #15 52.50 (29/51): boost-program-options-1.75.0-13.el9_7. 12 MB/s | 104 kB 00:00 #15 52.50 (30/51): boost-python3-1.75.0-13.el9_7.x86_64.r 9.0 MB/s | 91 kB 00:00 #15 52.50 (31/51): boost-random-1.75.0-13.el9_7.x86_64.rp 2.3 MB/s | 22 kB 00:00 #15 52.52 (32/51): boost-regex-1.75.0-13.el9_7.x86_64.rpm 22 MB/s | 275 kB 00:00 #15 52.52 (33/51): boost-serialization-1.75.0-13.el9_7.x8 9.0 MB/s | 127 kB 00:00 #15 52.52 (34/51): boost-stacktrace-1.75.0-13.el9_7.x86_6 3.2 MB/s | 25 kB 00:00 #15 52.52 (35/51): boost-system-1.75.0-13.el9_7.x86_64.rp 2.1 MB/s | 11 kB 00:00 #15 52.54 (36/51): boost-test-1.75.0-13.el9_7.x86_64.rpm 28 MB/s | 228 kB 00:00 #15 52.54 (37/51): boost-thread-1.75.0-13.el9_7.x86_64.rp 5.8 MB/s | 53 kB 00:00 #15 52.54 (38/51): boost-timer-1.75.0-13.el9_7.x86_64.rpm 3.3 MB/s | 21 kB 00:00 #15 52.54 (39/51): boost-type_erasure-1.75.0-13.el9_7.x86 4.6 MB/s | 28 kB 00:00 #15 52.56 (40/51): boost-wave-1.75.0-13.el9_7.x86_64.rpm 20 MB/s | 207 kB 00:00 #15 52.60 (41/51): geolite2-country-20191217-6.el9.noarch 31 MB/s | 1.6 MB 00:00 #15 52.76 (42/51): libicu-67.1-10.el9_6.x86_64.rpm 23 MB/s | 9.6 MB 00:00 #15 52.76 (43/51): libmaxminddb-1.5.2-4.el9.x86_64.rpm 4.1 MB/s | 32 kB 00:00 #15 52.77 (44/51): haproxy-2.8.14-1.el9_7.1.x86_64.rpm 14 MB/s | 2.5 MB 00:00 #15 52.82 (45/51): libvirt-client-10.10.0-15.6.el9_7.x86_ 10 MB/s | 455 kB 00:00 #15 52.82 (46/51): gperftools-libs-2.9.1-3.el9.x86_64.rpm 22 MB/s | 308 kB 00:00 #15 52.82 (47/51): iptables-legacy-1.8.10-11.1.el9.x86_64 5.5 MB/s | 50 kB 00:00 #15 52.82 (48/51): iptables-legacy-libs-1.8.10-11.1.el9.x 6.7 MB/s | 38 kB 00:00 #15 52.82 (49/51): libunwind-1.6.2-1.el9.x86_64.rpm 12 MB/s | 67 kB 00:00 #15 52.90 (50/51): libvirt-libs-10.10.0-15.6.el9_7.x86_64 41 MB/s | 5.0 MB 00:00 #15 53.16 (51/51): geolite2-city-20191217-6.el9.noarch.rp 37 MB/s | 23 MB 00:00 #15 53.16 -------------------------------------------------------------------------------- #15 53.16 Total 55 MB/s | 47 MB 00:00 #15 53.16 Running transaction check #15 53.34 Transaction check succeeded. #15 53.34 Running transaction test #15 54.16 Transaction test succeeded. #15 54.16 Running transaction #15 55.58 Preparing : 1/1 #15 55.75 Installing : boost-system-1.75.0-13.el9_7.x86_64 1/51 #15 55.78 Installing : boost-chrono-1.75.0-13.el9_7.x86_64 2/51 #15 55.78 Installing : boost-thread-1.75.0-13.el9_7.x86_64 3/51 #15 55.78 Installing : boost-filesystem-1.75.0-13.el9_7.x86_64 4/51 #15 56.25 Installing : libicu-67.1-10.el9_6.x86_64 5/51 #15 56.29 Installing : boost-regex-1.75.0-13.el9_7.x86_64 6/51 #15 56.31 Installing : boost-context-1.75.0-13.el9_7.x86_64 7/51 #15 56.31 Installing : boost-date-time-1.75.0-13.el9_7.x86_64 8/51 #15 56.31 Installing : boost-atomic-1.75.0-13.el9_7.x86_64 9/51 #15 56.34 Installing : boost-log-1.75.0-13.el9_7.x86_64 10/51 #15 56.37 Installing : boost-wave-1.75.0-13.el9_7.x86_64 11/51 #15 56.37 Installing : boost-coroutine-1.75.0-13.el9_7.x86_64 12/51 #15 56.37 Installing : boost-fiber-1.75.0-13.el9_7.x86_64 13/51 #15 56.38 Installing : boost-graph-1.75.0-13.el9_7.x86_64 14/51 #15 56.39 Installing : boost-locale-1.75.0-13.el9_7.x86_64 15/51 #15 56.41 Installing : boost-type_erasure-1.75.0-13.el9_7.x86_64 16/51 #15 56.41 Installing : boost-timer-1.75.0-13.el9_7.x86_64 17/51 #15 56.44 Installing : libunwind-1.6.2-1.el9.x86_64 18/51 #15 56.44 Installing : iptables-legacy-libs-1.8.10-11.1.el9.x86_64 19/51 #15 56.49 Installing : libmaxminddb-1.5.2-4.el9.x86_64 20/51 #15 56.49 Installing : geolite2-country-20191217-6.el9.noarch 21/51 #15 57.43 Installing : geolite2-city-20191217-6.el9.noarch 22/51 #15 57.43 Installing : ipcalc-1.0.0-5.el9.x86_64 23/51 #15 57.48 Installing : boost-test-1.75.0-13.el9_7.x86_64 24/51 #15 57.48 Installing : boost-stacktrace-1.75.0-13.el9_7.x86_64 25/51 #15 57.48 Installing : boost-serialization-1.75.0-13.el9_7.x86_64 26/51 #15 57.48 Installing : boost-random-1.75.0-13.el9_7.x86_64 27/51 #15 57.56 Installing : boost-python3-1.75.0-13.el9_7.x86_64 28/51 #15 57.56 Installing : boost-program-options-1.75.0-13.el9_7.x86_64 29/51 #15 57.56 Installing : boost-nowide-1.75.0-13.el9_7.x86_64 30/51 #15 57.56 Installing : boost-math-1.75.0-13.el9_7.x86_64 31/51 #15 57.56 Installing : boost-iostreams-1.75.0-13.el9_7.x86_64 32/51 #15 57.56 Installing : boost-contract-1.75.0-13.el9_7.x86_64 33/51 #15 57.56 Installing : boost-container-1.75.0-13.el9_7.x86_64 34/51 #15 57.56 Installing : numactl-libs-2.0.19-3.el9.x86_64 35/51 #15 57.56 Installing : libtirpc-1.3.3-9.el9.x86_64 36/51 #15 57.59 Installing : libssh-config-0.10.4-17.el9_7.noarch 37/51 #15 57.59 Installing : libssh-0.10.4-17.el9_7.x86_64 38/51 #15 57.61 Installing : libnfnetlink-1.0.1-23.el9_5.x86_64 39/51 #15 57.62 Installing : libnetfilter_conntrack-1.0.9-1.el9.x86_64 40/51 #15 57.75 Installing : iptables-libs-1.8.10-11.el9_5.x86_64 41/51 #15 57.75 Installing : dhcp-common-12:4.4.2-19.b1.el9.rocky.0.1.noarch 42/51 #15 57.75 Installing : cyrus-sasl-gssapi-2.1.27-21.el9.x86_64 43/51 #15 58.04 Installing : libvirt-libs-10.10.0-15.6.el9_7.x86_64 44/51 #15 58.23 Installing : libvirt-client-10.10.0-15.6.el9_7.x86_64 45/51 #15 58.47 Installing : dhcp-client-12:4.4.2-19.b1.el9.rocky.0.1.x86_64 46/51 #15 58.52 Installing : iptables-legacy-1.8.10-11.1.el9.x86_64 47/51 #15 58.66 Running scriptlet: iptables-legacy-1.8.10-11.1.el9.x86_64 47/51 #15 58.66 Installing : boost-1.75.0-13.el9_7.x86_64 48/51 #15 58.89 Installing : gperftools-libs-2.9.1-3.el9.x86_64 49/51 #15 59.12 Running scriptlet: haproxy-2.8.14-1.el9_7.1.x86_64 50/51 #15 61.25 Installing : haproxy-2.8.14-1.el9_7.1.x86_64 50/51 #15 61.27 Running scriptlet: haproxy-2.8.14-1.el9_7.1.x86_64 50/51 #15 61.36 Installing : sudo-1.9.5p2-13.el9.x86_64 51/51 #15 61.39 Running scriptlet: sudo-1.9.5p2-13.el9.x86_64 51/51 #15 61.77 Verifying : cyrus-sasl-gssapi-2.1.27-21.el9.x86_64 1/51 #15 61.77 Verifying : dhcp-client-12:4.4.2-19.b1.el9.rocky.0.1.x86_64 2/51 #15 61.77 Verifying : dhcp-common-12:4.4.2-19.b1.el9.rocky.0.1.noarch 3/51 #15 61.77 Verifying : ipcalc-1.0.0-5.el9.x86_64 4/51 #15 61.77 Verifying : iptables-libs-1.8.10-11.el9_5.x86_64 5/51 #15 61.77 Verifying : libicu-67.1-10.el9_6.x86_64 6/51 #15 61.77 Verifying : libnetfilter_conntrack-1.0.9-1.el9.x86_64 7/51 #15 61.77 Verifying : libnfnetlink-1.0.1-23.el9_5.x86_64 8/51 #15 61.77 Verifying : libssh-0.10.4-17.el9_7.x86_64 9/51 #15 61.77 Verifying : libssh-config-0.10.4-17.el9_7.noarch 10/51 #15 61.77 Verifying : libtirpc-1.3.3-9.el9.x86_64 11/51 #15 61.77 Verifying : numactl-libs-2.0.19-3.el9.x86_64 12/51 #15 61.77 Verifying : sudo-1.9.5p2-13.el9.x86_64 13/51 #15 61.77 Verifying : boost-1.75.0-13.el9_7.x86_64 14/51 #15 61.77 Verifying : boost-atomic-1.75.0-13.el9_7.x86_64 15/51 #15 61.77 Verifying : boost-chrono-1.75.0-13.el9_7.x86_64 16/51 #15 61.77 Verifying : boost-container-1.75.0-13.el9_7.x86_64 17/51 #15 61.77 Verifying : boost-context-1.75.0-13.el9_7.x86_64 18/51 #15 61.77 Verifying : boost-contract-1.75.0-13.el9_7.x86_64 19/51 #15 61.77 Verifying : boost-coroutine-1.75.0-13.el9_7.x86_64 20/51 #15 61.77 Verifying : boost-date-time-1.75.0-13.el9_7.x86_64 21/51 #15 61.77 Verifying : boost-fiber-1.75.0-13.el9_7.x86_64 22/51 #15 61.77 Verifying : boost-filesystem-1.75.0-13.el9_7.x86_64 23/51 #15 61.77 Verifying : boost-graph-1.75.0-13.el9_7.x86_64 24/51 #15 61.77 Verifying : boost-iostreams-1.75.0-13.el9_7.x86_64 25/51 #15 61.77 Verifying : boost-locale-1.75.0-13.el9_7.x86_64 26/51 #15 61.77 Verifying : boost-log-1.75.0-13.el9_7.x86_64 27/51 #15 61.77 Verifying : boost-math-1.75.0-13.el9_7.x86_64 28/51 #15 61.77 Verifying : boost-nowide-1.75.0-13.el9_7.x86_64 29/51 #15 61.77 Verifying : boost-program-options-1.75.0-13.el9_7.x86_64 30/51 #15 61.77 Verifying : boost-python3-1.75.0-13.el9_7.x86_64 31/51 #15 61.77 Verifying : boost-random-1.75.0-13.el9_7.x86_64 32/51 #15 61.77 Verifying : boost-regex-1.75.0-13.el9_7.x86_64 33/51 #15 61.77 Verifying : boost-serialization-1.75.0-13.el9_7.x86_64 34/51 #15 61.77 Verifying : boost-stacktrace-1.75.0-13.el9_7.x86_64 35/51 #15 61.77 Verifying : boost-system-1.75.0-13.el9_7.x86_64 36/51 #15 61.77 Verifying : boost-test-1.75.0-13.el9_7.x86_64 37/51 #15 61.77 Verifying : boost-thread-1.75.0-13.el9_7.x86_64 38/51 #15 61.77 Verifying : boost-timer-1.75.0-13.el9_7.x86_64 39/51 #15 61.77 Verifying : boost-type_erasure-1.75.0-13.el9_7.x86_64 40/51 #15 61.77 Verifying : boost-wave-1.75.0-13.el9_7.x86_64 41/51 #15 61.77 Verifying : geolite2-city-20191217-6.el9.noarch 42/51 #15 61.77 Verifying : geolite2-country-20191217-6.el9.noarch 43/51 #15 61.77 Verifying : haproxy-2.8.14-1.el9_7.1.x86_64 44/51 #15 61.77 Verifying : libmaxminddb-1.5.2-4.el9.x86_64 45/51 #15 61.77 Verifying : libvirt-client-10.10.0-15.6.el9_7.x86_64 46/51 #15 61.77 Verifying : libvirt-libs-10.10.0-15.6.el9_7.x86_64 47/51 #15 61.77 Verifying : gperftools-libs-2.9.1-3.el9.x86_64 48/51 #15 61.77 Verifying : iptables-legacy-1.8.10-11.1.el9.x86_64 49/51 #15 61.77 Verifying : iptables-legacy-libs-1.8.10-11.1.el9.x86_64 50/51 #15 61.77 Verifying : libunwind-1.6.2-1.el9.x86_64 51/51 #15 62.09 #15 62.09 Installed: #15 62.09 boost-1.75.0-13.el9_7.x86_64 #15 62.09 boost-atomic-1.75.0-13.el9_7.x86_64 #15 62.09 boost-chrono-1.75.0-13.el9_7.x86_64 #15 62.09 boost-container-1.75.0-13.el9_7.x86_64 #15 62.09 boost-context-1.75.0-13.el9_7.x86_64 #15 62.09 boost-contract-1.75.0-13.el9_7.x86_64 #15 62.09 boost-coroutine-1.75.0-13.el9_7.x86_64 #15 62.09 boost-date-time-1.75.0-13.el9_7.x86_64 #15 62.09 boost-fiber-1.75.0-13.el9_7.x86_64 #15 62.09 boost-filesystem-1.75.0-13.el9_7.x86_64 #15 62.09 boost-graph-1.75.0-13.el9_7.x86_64 #15 62.09 boost-iostreams-1.75.0-13.el9_7.x86_64 #15 62.09 boost-locale-1.75.0-13.el9_7.x86_64 #15 62.09 boost-log-1.75.0-13.el9_7.x86_64 #15 62.09 boost-math-1.75.0-13.el9_7.x86_64 #15 62.09 boost-nowide-1.75.0-13.el9_7.x86_64 #15 62.09 boost-program-options-1.75.0-13.el9_7.x86_64 #15 62.09 boost-python3-1.75.0-13.el9_7.x86_64 #15 62.09 boost-random-1.75.0-13.el9_7.x86_64 #15 62.09 boost-regex-1.75.0-13.el9_7.x86_64 #15 62.09 boost-serialization-1.75.0-13.el9_7.x86_64 #15 62.09 boost-stacktrace-1.75.0-13.el9_7.x86_64 #15 62.09 boost-system-1.75.0-13.el9_7.x86_64 #15 62.09 boost-test-1.75.0-13.el9_7.x86_64 #15 62.09 boost-thread-1.75.0-13.el9_7.x86_64 #15 62.09 boost-timer-1.75.0-13.el9_7.x86_64 #15 62.09 boost-type_erasure-1.75.0-13.el9_7.x86_64 #15 62.09 boost-wave-1.75.0-13.el9_7.x86_64 #15 62.09 cyrus-sasl-gssapi-2.1.27-21.el9.x86_64 #15 62.09 dhcp-client-12:4.4.2-19.b1.el9.rocky.0.1.x86_64 #15 62.09 dhcp-common-12:4.4.2-19.b1.el9.rocky.0.1.noarch #15 62.09 geolite2-city-20191217-6.el9.noarch #15 62.09 geolite2-country-20191217-6.el9.noarch #15 62.09 gperftools-libs-2.9.1-3.el9.x86_64 #15 62.09 haproxy-2.8.14-1.el9_7.1.x86_64 #15 62.09 ipcalc-1.0.0-5.el9.x86_64 #15 62.09 iptables-legacy-1.8.10-11.1.el9.x86_64 #15 62.09 iptables-legacy-libs-1.8.10-11.1.el9.x86_64 #15 62.09 iptables-libs-1.8.10-11.el9_5.x86_64 #15 62.09 libicu-67.1-10.el9_6.x86_64 #15 62.09 libmaxminddb-1.5.2-4.el9.x86_64 #15 62.09 libnetfilter_conntrack-1.0.9-1.el9.x86_64 #15 62.09 libnfnetlink-1.0.1-23.el9_5.x86_64 #15 62.09 libssh-0.10.4-17.el9_7.x86_64 #15 62.09 libssh-config-0.10.4-17.el9_7.noarch #15 62.09 libtirpc-1.3.3-9.el9.x86_64 #15 62.09 libunwind-1.6.2-1.el9.x86_64 #15 62.09 libvirt-client-10.10.0-15.6.el9_7.x86_64 #15 62.09 libvirt-libs-10.10.0-15.6.el9_7.x86_64 #15 62.09 numactl-libs-2.0.19-3.el9.x86_64 #15 62.09 sudo-1.9.5p2-13.el9.x86_64 #15 62.09 #15 62.09 Complete! #15 62.72 77 files removed #15 63.44 Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/, http://localhost:6667/pip/simple #15 63.54 Collecting contrail-vrouter-api==0.1.dev0 #15 63.54 Downloading http://localhost:6667/pip/simple/contrail-vrouter-api/contrail_vrouter_api-0.1.dev0-py3-none-any.whl (2.9 kB) #15 63.54 Collecting opencontrail-vrouter-netns==0.1.dev0 #15 63.56 Downloading http://localhost:6667/pip/simple/opencontrail-vrouter-netns/opencontrail_vrouter_netns-0.1.dev0-py3-none-any.whl (35 kB) #15 63.67 Collecting eventlet #15 63.67 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/632/6c6d0bf55810b/eventlet-0.40.4-py3-none-any.whl (364 kB) #15 63.70 Requirement already satisfied: netaddr<1 in /usr/local/lib/python3.9/site-packages (from opencontrail-vrouter-netns==0.1.dev0) (0.10.1) #15 63.70 Requirement already satisfied: requests>=2.20.0 in /usr/local/lib/python3.9/site-packages (from opencontrail-vrouter-netns==0.1.dev0) (2.32.5) #15 63.75 Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.9/site-packages (from requests>=2.20.0->opencontrail-vrouter-netns==0.1.dev0) (3.11) #15 63.75 Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.9/site-packages (from requests>=2.20.0->opencontrail-vrouter-netns==0.1.dev0) (2.6.3) #15 63.75 Requirement already satisfied: charset_normalizer<4,>=2 in /usr/local/lib64/python3.9/site-packages (from requests>=2.20.0->opencontrail-vrouter-netns==0.1.dev0) (3.4.4) #15 63.75 Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.9/site-packages (from requests>=2.20.0->opencontrail-vrouter-netns==0.1.dev0) (2026.2.25) #15 63.82 Collecting dnspython>=1.15.0 #15 63.86 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/b4c/34b7d10b51bcc/dnspython-2.7.0-py3-none-any.whl (313 kB) #15 63.86 Requirement already satisfied: greenlet>=1.0 in /usr/local/lib64/python3.9/site-packages (from eventlet->opencontrail-vrouter-netns==0.1.dev0) (3.2.5) #15 64.26 Installing collected packages: dnspython, eventlet, contrail-vrouter-api, opencontrail-vrouter-netns #15 64.43 Successfully installed contrail-vrouter-api-0.1.dev0 dnspython-2.7.0 eventlet-0.40.4 opencontrail-vrouter-netns-0.1.dev0 #15 64.43 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 #15 DONE 65.1s #16 [stage-1 10/12] COPY *.sh / #16 DONE 0.6s #17 [stage-1 11/12] COPY vhost0-dhcp/dhclient-script /etc/dhcp/dhclient-script #17 DONE 0.4s #18 [stage-1 12/12] COPY vhost0-dhcp/vhost0-nameservers.sh /etc/dhcp/dhclient-exit-hooks.d/ #18 DONE 0.5s #19 exporting to image #19 exporting layers #19 exporting layers 27.0s done #19 writing image sha256:abe68a7405e11cd248fc27a9ca259e3ccd1c2f1e52574f0346fc51e8af3d0532 0.0s done #19 naming to nexus.gz1.opensdn.io:5101/opensdn-vrouter-agent:master-2_6_3_6-1 #19 naming to nexus.gz1.opensdn.io:5101/opensdn-vrouter-agent:master-2_6_3_6-1 0.0s done #19 DONE 27.0s 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-vrouter-base:${CONTRAIL_CONTAINER_TAG} results in empty or invalid base image name (line 6) 2026-03-03 16:16:32,704: INFO: Docker build duration: 190 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-vrouter-agent] 09aff25c2274: Preparing 44dce5528335: Preparing c86d84693d53: Preparing 2624f67e1804: Preparing ada51e6390fa: Preparing fe52608bff0f: Preparing de92f6bff3da: Preparing 10cb62af5946: Preparing 99eda7342f74: Preparing 50d7b1554a6a: Preparing 9c3c615df416: Preparing 9cccf855e5af: Preparing 4d563680a22e: Preparing 8339e8236473: Preparing e3a2a32a6b6b: Preparing f3c7e868e1e6: Preparing 16047e944913: Preparing aa2036e4a61c: Preparing f36e711ea8a5: Preparing d43f8c832707: Preparing f4f1cbf0de7b: Preparing 644904752b3a: Preparing 39bd4d4f5f21: Preparing ad43bf5459fe: Preparing 541a9f0dbc37: Preparing d5f71131603a: Preparing a0aec4a07b90: Preparing dcdf2ab02133: Preparing 44343de3ea1d: Preparing 09aff25c2274: Waiting 44dce5528335: Waiting c86d84693d53: Waiting 2624f67e1804: Waiting ada51e6390fa: Waiting fe52608bff0f: Waiting de92f6bff3da: Waiting 10cb62af5946: Waiting 99eda7342f74: Waiting 50d7b1554a6a: Waiting 9c3c615df416: Waiting 9cccf855e5af: Waiting 4d563680a22e: Waiting 8339e8236473: Waiting e3a2a32a6b6b: Waiting f3c7e868e1e6: Waiting 16047e944913: Waiting aa2036e4a61c: Waiting f36e711ea8a5: Waiting d43f8c832707: Waiting f4f1cbf0de7b: Waiting 644904752b3a: Waiting 39bd4d4f5f21: Waiting ad43bf5459fe: Waiting 541a9f0dbc37: Waiting d5f71131603a: Waiting a0aec4a07b90: Waiting dcdf2ab02133: Waiting 44343de3ea1d: Waiting 09aff25c2274: Pushed c86d84693d53: Pushed 44dce5528335: Pushed ada51e6390fa: Pushed fe52608bff0f: Pushed de92f6bff3da: Pushed 99eda7342f74: Layer already exists 50d7b1554a6a: Layer already exists 9c3c615df416: Layer already exists 9cccf855e5af: Layer already exists 4d563680a22e: Layer already exists 8339e8236473: Layer already exists e3a2a32a6b6b: Layer already exists f3c7e868e1e6: Layer already exists 16047e944913: Layer already exists aa2036e4a61c: Layer already exists f36e711ea8a5: Layer already exists d43f8c832707: Layer already exists f4f1cbf0de7b: Layer already exists 644904752b3a: Layer already exists 39bd4d4f5f21: Layer already exists ad43bf5459fe: Layer already exists 541a9f0dbc37: Layer already exists d5f71131603a: Layer already exists a0aec4a07b90: Layer already exists dcdf2ab02133: Layer already exists 44343de3ea1d: Layer already exists 2624f67e1804: Pushed 10cb62af5946: Pushed master-2_6_3_6-1: digest: sha256:ba4a87dec42c531a8780297f3491b6b9f7b8352d6bd450f60004746b6081504f size: 6391 2026-03-03 16:18:03,034: INFO: Building opensdn-vrouter-agent finished successfully, duration: 281 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_6_3_6-1 f61e1764a9b9 683MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-api:master-2_6_3_6-1 a91a6f01c724 692MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-base:master-2_6_3_6-1 286b108edb2d 667MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-collector:master-2_6_3_6-1 67586422ed35 1.01GB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-query-engine:master-2_6_3_6-1 5106dff05e18 892MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-base:master-2_6_3_6-1 2c6d115cba90 908MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-collector:master-2_6_3_6-1 b764208af41f 909MB 0B nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-topology:master-2_6_3_6-1 5151c7ae6d91 908MB 0B nexus.gz1.opensdn.io:5101/opensdn-ansible-deployer-src:master-2_6_3_6-1 7c65fd5d37c2 1.4MB 0B nexus.gz1.opensdn.io:5101/opensdn-base:master-2_6_3_6-1 f7ba322313e7 667MB 0B nexus.gz1.opensdn.io:5101/opensdn-build-manifest-src:master-2_6_3_6-1 5b47af5fb562 4.17kB 0B nexus.gz1.opensdn.io:5101/opensdn-charms-src:master-2_6_3_6-1 646fe8229e27 6.05MB 0B nexus.gz1.opensdn.io:5101/opensdn-container-builder-src:master-2_6_3_6-1 df6bf6a27063 2.48MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-api:master-2_6_3_6-1 0dc44c769f71 705MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-base:master-2_6_3_6-1 acc52c60bad9 667MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-dnsmasq:master-2_6_3_6-1 f445c7acec2b 682MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-schema:master-2_6_3_6-1 5b7ddb96a9bb 668MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-config-svcmonitor:master-2_6_3_6-1 86544235ae7a 689MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-base:master-2_6_3_6-1 cc29dcb6db5b 726MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-control:master-2_6_3_6-1 5541efc21abe 1.28GB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-dns:master-2_6_3_6-1 15a06ec4fbe1 1.06GB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-control-named:master-2_6_3_6-1 12154983f810 755MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-webui-base:master-2_6_3_6-1 96d83b59d7d2 914MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-webui-job:master-2_6_3_6-1 16a591ca6f6b 914MB 0B nexus.gz1.opensdn.io:5101/opensdn-controller-webui-web:master-2_6_3_6-1 e90b746b03b1 914MB 0B nexus.gz1.opensdn.io:5101/opensdn-debug:master-2_6_3_6-1 1c328a744c3f 428MB 0B nexus.gz1.opensdn.io:5101/opensdn-deployment-test:master-2_6_3_6-1 eaaf9e309f5b 441MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-cassandra:master-2_6_3_6-1 931519b905f0 331MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-haproxy:master-2_6_3_6-1 4676aaef350e 144MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-kafka:master-2_6_3_6-1 f69c73f87368 392MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-rabbitmq:master-2_6_3_6-1 db91b8f5eb53 363MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-redis:master-2_6_3_6-1 d6129c4cbdee 171MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-rsyslogd:master-2_6_3_6-1 fd60fb6204f0 440MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-stunnel:master-2_6_3_6-1 caaec5968a23 454MB 0B nexus.gz1.opensdn.io:5101/opensdn-external-zookeeper:master-2_6_3_6-1 96ab2b2db1d5 301MB 0B nexus.gz1.opensdn.io:5101/opensdn-general-base:master-2_6_3_6-1 e23b1bb32522 428MB 0B nexus.gz1.opensdn.io:5101/opensdn-kolla-ansible-src:master-2_6_3_6-1 bcdaac3283fc 32.7MB 0B nexus.gz1.opensdn.io:5101/opensdn-kubernetes-cni-init:master-2_6_3_6-1 102df348952f 687MB 0B nexus.gz1.opensdn.io:5101/opensdn-kubernetes-kube-manager:master-2_6_3_6-1 379e73158a73 671MB 0B nexus.gz1.opensdn.io:5101/opensdn-node-init:master-2_6_3_6-1 b13e2fab56c1 667MB 0B nexus.gz1.opensdn.io:5101/opensdn-nodemgr:master-2_6_3_6-1 73a5ee793c6f 802MB 0B nexus.gz1.opensdn.io:5101/opensdn-openstack-compute-init:master-2_6_3_6-1 44c2bcb81a9d 428MB 0B nexus.gz1.opensdn.io:5101/opensdn-openstack-heat-init:master-2_6_3_6-1 54992ba4dd14 444MB 0B nexus.gz1.opensdn.io:5101/opensdn-openstack-neutron-init:master-2_6_3_6-1 6f3f9edd9f96 444MB 0B nexus.gz1.opensdn.io:5101/opensdn-provisioner:master-2_6_3_6-1 e0e7372b3208 667MB 0B nexus.gz1.opensdn.io:5101/opensdn-status:master-2_6_3_6-1 a2f3f6518405 802MB 0B nexus.gz1.opensdn.io:5101/opensdn-test-test:master-2_6_3_6-1 48db14e57f72 1.83GB 0B nexus.gz1.opensdn.io:5101/opensdn-tools:master-2_6_3_6-1 46df85d7e130 1.39GB 0B nexus.gz1.opensdn.io:5101/opensdn-tor-agent:master-2_6_3_6-1 f226296729e3 728MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-agent-dpdk:master-2_6_3_6-1 fb0c7d8f4d7e 1.02GB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-agent:master-2_6_3_6-1 abe68a7405e1 1.85GB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-base:master-2_6_3_6-1 72f24cd36c93 737MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-kernel-build-init:master-2_6_3_6-1 1b59a531b4cb 616MB 0B nexus.gz1.opensdn.io:5101/opensdn-vrouter-kernel-init-dpdk:master-2_6_3_6-1 01ab437c4fdd 737MB 0B nexus.gz1.opensdn.io:5101/tf-dev-sandbox:frozen a78334f81e31 2.9GB 0B U opensdn-test-test:master-2_6_3_6-1 48db14e57f72 1.83GB 0B rockylinux:9 9cc24f05f309 176MB 0B tf-dev-sandbox:compile 634e8b45cbc1 24.7GB 0B tf-dev-sandbox:frozen a78334f81e31 2.9GB 0B U