2025-10-23 01:14:43,108: INFO: Building opensdn-vrouter-agent 2025-10-23 01:14:43,185: INFO: Building args: --network host --build-arg PIP_REPOSITORY=http://localhost:6667/pip/simple --build-arg CONTRAIL_REGISTRY=nexus.gz1.opensdn.io:5102 --build-arg CONTRAIL_CONTAINER_TAG=nightly --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.5s #2 [internal] load metadata for docker.io/library/tf-dev-sandbox:compile #2 DONE 0.0s #3 [internal] load metadata for nexus.gz1.opensdn.io:5102/opensdn-vrouter-base:nightly #3 DONE 0.0s #4 [internal] load .dockerignore #4 transferring context: #4 transferring context: 2B done #4 DONE 1.5s #5 [1/2] FROM nexus.gz1.opensdn.io:5102/opensdn-vrouter-base:nightly #5 ... #6 [internal] load build context #6 DONE 0.0s #7 [build 1/1] FROM docker.io/library/tf-dev-sandbox:compile #7 DONE 0.0s #6 [internal] load build context #6 ... #7 [build 1/1] FROM docker.io/library/tf-dev-sandbox:compile #7 CACHED #6 [internal] load build context #6 transferring context: 48.90kB done #6 DONE 2.7s #5 [1/2] FROM nexus.gz1.opensdn.io:5102/opensdn-vrouter-base:nightly #5 DONE 8.1s #8 [stage-1 2/12] COPY --from=build /buildroot/usr/lib/libisc-9.21.3.so /usr/lib/ #8 DONE 1.3s #9 [stage-1 3/12] COPY --from=build /buildroot/usr/lib/libisccc-9.21.3.so /usr/lib/ #9 DONE 2.2s #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.4s #12 [stage-1 6/12] COPY --from=build /buildroot/usr/bin/contrail-vrouter-agent-health-check.py /usr/bin/ #12 DONE 2.5s #13 [stage-1 7/12] COPY --from=build /buildroot/usr/bin/contrail_crypt_tunnel_client.py /usr/bin/ #13 DONE 2.5s #14 [stage-1 8/12] COPY --from=build /buildroot/Version /contrail_build_version #14 DONE 1.9s #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 ; yum install -y $pkgs sudo gperftools-libs iptables dhclient haproxy libvirt-client ; 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" "opencontrail-vrouter-netns==0.1.dev0" ; rm -rf /root/.cache #15 1.666 added from: http://tf-mirrors.gz1.opensdn.io/re 24 MB/s | 2.1 MB 00:00 #15 2.367 added from: http://tf-mirrors.gz1.opensdn.io/re 20 MB/s | 730 kB 00:00 #15 2.764 added from: http://tf-mirrors.gz1.opensdn.io/re 8.6 MB/s | 264 kB 00:00 #15 3.248 added from: http://tf-mirrors.gz1.opensdn.io/re 32 MB/s | 7.0 MB 00:00 #15 7.341 added from: http://tf-mirrors.gz1.opensdn.io/re 28 MB/s | 4.0 MB 00:00 #15 9.807 added from: http://tf-mirrors.gz1.opensdn.io/re 18 MB/s | 939 kB 00:00 #15 10.12 added from: http://tf-mirrors.gz1.opensdn.io/re 28 MB/s | 2.3 MB 00:00 #15 11.71 added from: http://tf-mirrors.gz1.opensdn.io/re 9.5 MB/s | 392 kB 00:00 #15 12.14 added from: http://tf-mirrors.gz1.opensdn.io/re 10 MB/s | 451 kB 00:00 #15 12.49 added from: http://tf-mirrors.gz1.opensdn.io/re 515 kB/s | 16 kB 00:00 #15 12.76 added from: http://tf-mirrors.gz1.opensdn.io/re 6.5 kB/s | 257 B 00:00 #15 13.12 added from: http://tf-mirrors.gz1.opensdn.io/re 93 kB/s | 13 kB 00:00 #15 13.45 added from: http://tf-mirrors.gz1.opensdn.io/re 1.2 MB/s | 64 kB 00:00 #15 14.45 added from: http://tf-mirrors.gz1.opensdn.io/re 50 MB/s | 30 MB 00:00 #15 24.52 Third parties for OpenSDN 34 MB/s | 5.1 MB 00:00 #15 29.87 Dependencies resolved. #15 29.87 ============================================================================================== #15 29.87 Package Arch Version Repository Size #15 29.87 ============================================================================================== #15 29.87 Installing: #15 29.87 boost x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 11 k #15 29.87 dhcp-client x86_64 12:4.4.2-19.b1.el9 tf-mirrors.ci_repos_yum9-baseos 788 k #15 29.87 gperftools-libs x86_64 2.9.1-3.el9 tf-mirrors.ci_repos_epel9.repo 308 k #15 29.87 haproxy x86_64 2.4.22-3.el9_5.1 tf-mirrors.ci_repos_yum9-appstream 2.2 M #15 29.87 iptables-legacy x86_64 1.8.10-11.1.el9 tf-mirrors.ci_repos_epel9.repo 50 k #15 29.87 libvirt-client x86_64 10.5.0-7.4.el9_5 tf-mirrors.ci_repos_yum9-appstream 446 k #15 29.87 sudo x86_64 1.9.5p2-10.el9_3 tf-mirrors.ci_repos_yum9-baseos 1.0 M #15 29.87 Installing dependencies: #15 29.87 boost-atomic x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 16 k #15 29.87 boost-chrono x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 24 k #15 29.87 boost-container x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 36 k #15 29.87 boost-context x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 15 k #15 29.87 boost-contract x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 44 k #15 29.87 boost-coroutine x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 32 k #15 29.87 boost-date-time x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 13 k #15 29.87 boost-fiber x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 38 k #15 29.87 boost-filesystem x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 57 k #15 29.87 boost-graph x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 101 k #15 29.87 boost-iostreams x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 38 k #15 29.87 boost-locale x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 214 k #15 29.87 boost-log x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 408 k #15 29.87 boost-math x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 205 k #15 29.87 boost-nowide x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 15 k #15 29.87 boost-program-options x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 106 k #15 29.87 boost-python3 x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 92 k #15 29.87 boost-random x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 23 k #15 29.87 boost-regex x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 277 k #15 29.87 boost-serialization x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 129 k #15 29.87 boost-stacktrace x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 27 k #15 29.87 boost-system x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 13 k #15 29.87 boost-test x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 230 k #15 29.87 boost-thread x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 55 k #15 29.87 boost-timer x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 23 k #15 29.87 boost-type_erasure x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 30 k #15 29.87 boost-wave x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 208 k #15 29.87 cyrus-sasl-gssapi x86_64 2.1.27-21.el9 tf-mirrors.ci_repos_yum9-baseos 26 k #15 29.87 dhcp-common noarch 12:4.4.2-19.b1.el9 tf-mirrors.ci_repos_yum9-baseos 128 k #15 29.87 ipcalc x86_64 1.0.0-5.el9 tf-mirrors.ci_repos_yum9-baseos 41 k #15 29.87 iptables-legacy-libs x86_64 1.8.10-11.1.el9 tf-mirrors.ci_repos_epel9.repo 38 k #15 29.87 iptables-libs x86_64 1.8.10-11.el9_5 tf-mirrors.ci_repos_yum9-baseos 397 k #15 29.87 iputils x86_64 20210202-10.el9_5 tf-mirrors.ci_repos_yum9-baseos 168 k #15 29.87 libicu x86_64 67.1-9.el9 tf-mirrors.ci_repos_yum9-baseos 9.6 M #15 29.87 libnetfilter_conntrack x86_64 1.0.9-1.el9 tf-mirrors.ci_repos_yum9-baseos 58 k #15 29.87 libnfnetlink x86_64 1.0.1-23.el9_5 tf-mirrors.ci_repos_yum9-baseos 28 k #15 29.87 libssh x86_64 0.10.4-13.el9 tf-mirrors.ci_repos_yum9-baseos 215 k #15 29.87 libssh-config noarch 0.10.4-13.el9 tf-mirrors.ci_repos_yum9-baseos 9.5 k #15 29.87 libtirpc x86_64 1.3.3-9.el9 tf-mirrors.ci_repos_yum9-baseos 93 k #15 29.87 libunwind x86_64 1.6.2-1.el9 tf-mirrors.ci_repos_epel9.repo 67 k #15 29.87 libvirt-libs x86_64 10.5.0-7.4.el9_5 tf-mirrors.ci_repos_yum9-appstream 5.0 M #15 29.87 numactl-libs x86_64 2.0.18-2.el9 tf-mirrors.ci_repos_yum9-baseos 31 k #15 29.87 yajl x86_64 2.1.0-22.el9 tf-mirrors.ci_repos_yum9-appstream 37 k #15 29.87 Installing weak dependencies: #15 29.87 geolite2-city noarch 20191217-6.el9 tf-mirrors.ci_repos_yum9-appstream 23 M #15 29.87 geolite2-country noarch 20191217-6.el9 tf-mirrors.ci_repos_yum9-appstream 1.6 M #15 29.87 libmaxminddb x86_64 1.5.2-4.el9 tf-mirrors.ci_repos_yum9-appstream 32 k #15 29.87 #15 29.87 Transaction Summary #15 29.87 ============================================================================================== #15 29.87 Install 53 Packages #15 29.87 #15 29.87 Total download size: 47 M #15 29.87 Installed size: 148 M #15 29.87 Downloading Packages: #15 30.03 (1/53): cyrus-sasl-gssapi-2.1.27-21.el9.x86_64. 125 kB/s | 26 kB 00:00 #15 30.21 (2/53): dhcp-common-4.4.2-19.b1.el9.noarch.rpm 312 kB/s | 128 kB 00:00 #15 30.45 (3/53): ipcalc-1.0.0-5.el9.x86_64.rpm 92 kB/s | 41 kB 00:00 #15 30.48 (4/53): dhcp-client-4.4.2-19.b1.el9.x86_64.rpm 1.2 MB/s | 788 kB 00:00 #15 30.48 (5/53): iptables-libs-1.8.10-11.el9_5.x86_64.rp 1.4 MB/s | 397 kB 00:00 #15 30.48 (6/53): iputils-20210202-10.el9_5.x86_64.rpm 4.9 MB/s | 168 kB 00:00 #15 30.48 (7/53): libnetfilter_conntrack-1.0.9-1.el9.x86_ 4.5 MB/s | 58 kB 00:00 #15 30.50 (8/53): libnfnetlink-1.0.1-23.el9_5.x86_64.rpm 3.8 MB/s | 28 kB 00:00 #15 30.50 (9/53): libssh-0.10.4-13.el9.x86_64.rpm 23 MB/s | 215 kB 00:00 #15 30.50 (10/53): libssh-config-0.10.4-13.el9.noarch.rpm 1.0 MB/s | 9.5 kB 00:00 #15 30.50 (11/53): libtirpc-1.3.3-9.el9.x86_64.rpm 14 MB/s | 93 kB 00:00 #15 30.50 (12/53): numactl-libs-2.0.18-2.el9.x86_64.rpm 4.8 MB/s | 31 kB 00:00 #15 30.50 (13/53): boost-1.75.0-8.el9.x86_64.rpm 2.4 MB/s | 11 kB 00:00 #15 30.50 (14/53): boost-atomic-1.75.0-8.el9.x86_64.rpm 4.8 MB/s | 16 kB 00:00 #15 30.59 (15/53): sudo-1.9.5p2-10.el9_3.x86_64.rpm 39 MB/s | 1.0 MB 00:00 #15 30.59 (16/53): boost-chrono-1.75.0-8.el9.x86_64.rpm 1.2 MB/s | 24 kB 00:00 #15 30.59 (17/53): boost-container-1.75.0-8.el9.x86_64.rp 4.7 MB/s | 36 kB 00:00 #15 30.59 (18/53): boost-context-1.75.0-8.el9.x86_64.rpm 2.5 MB/s | 15 kB 00:00 #15 30.59 (19/53): boost-contract-1.75.0-8.el9.x86_64.rpm 8.9 MB/s | 44 kB 00:00 #15 30.59 (20/53): boost-coroutine-1.75.0-8.el9.x86_64.rp 4.9 MB/s | 32 kB 00:00 #15 30.59 (21/53): boost-date-time-1.75.0-8.el9.x86_64.rp 2.1 MB/s | 13 kB 00:00 #15 30.59 (22/53): boost-fiber-1.75.0-8.el9.x86_64.rpm 7.1 MB/s | 38 kB 00:00 #15 30.59 (23/53): boost-filesystem-1.75.0-8.el9.x86_64.r 9.0 MB/s | 57 kB 00:00 #15 30.59 (24/53): boost-graph-1.75.0-8.el9.x86_64.rpm 15 MB/s | 101 kB 00:00 #15 30.59 (25/53): boost-iostreams-1.75.0-8.el9.x86_64.rp 5.9 MB/s | 38 kB 00:00 #15 30.59 (26/53): boost-locale-1.75.0-8.el9.x86_64.rpm 28 MB/s | 214 kB 00:00 #15 30.59 (27/53): boost-log-1.75.0-8.el9.x86_64.rpm 23 MB/s | 408 kB 00:00 #15 30.59 (28/53): boost-math-1.75.0-8.el9.x86_64.rpm 11 MB/s | 205 kB 00:00 #15 30.59 (29/53): boost-nowide-1.75.0-8.el9.x86_64.rpm 1.6 MB/s | 15 kB 00:00 #15 30.59 (30/53): boost-program-options-1.75.0-8.el9.x86 15 MB/s | 106 kB 00:00 #15 30.62 (31/53): boost-python3-1.75.0-8.el9.x86_64.rpm 7.7 MB/s | 92 kB 00:00 #15 30.62 (32/53): boost-random-1.75.0-8.el9.x86_64.rpm 1.5 MB/s | 23 kB 00:00 #15 30.62 (33/53): boost-regex-1.75.0-8.el9.x86_64.rpm 21 MB/s | 277 kB 00:00 #15 30.62 (34/53): boost-serialization-1.75.0-8.el9.x86_6 11 MB/s | 129 kB 00:00 #15 30.62 (35/53): boost-stacktrace-1.75.0-8.el9.x86_64.r 3.4 MB/s | 27 kB 00:00 #15 30.62 (36/53): boost-system-1.75.0-8.el9.x86_64.rpm 2.2 MB/s | 13 kB 00:00 #15 30.62 (37/53): boost-test-1.75.0-8.el9.x86_64.rpm 28 MB/s | 230 kB 00:00 #15 30.70 (38/53): boost-thread-1.75.0-8.el9.x86_64.rpm 6.6 MB/s | 55 kB 00:00 #15 30.70 (39/53): boost-timer-1.75.0-8.el9.x86_64.rpm 3.9 MB/s | 23 kB 00:00 #15 30.70 (40/53): boost-type_erasure-1.75.0-8.el9.x86_64 6.0 MB/s | 30 kB 00:00 #15 30.70 (41/53): boost-wave-1.75.0-8.el9.x86_64.rpm 28 MB/s | 208 kB 00:00 #15 30.70 (42/53): geolite2-country-20191217-6.el9.noarch 31 MB/s | 1.6 MB 00:00 #15 30.87 (43/53): libicu-67.1-9.el9.x86_64.rpm 25 MB/s | 9.6 MB 00:00 #15 30.87 (44/53): libmaxminddb-1.5.2-4.el9.x86_64.rpm 2.7 MB/s | 32 kB 00:00 #15 30.92 (45/53): haproxy-2.4.22-3.el9_5.1.x86_64.rpm 11 MB/s | 2.2 MB 00:00 #15 30.92 (46/53): libvirt-client-10.5.0-7.4.el9_5.x86_64 9.6 MB/s | 446 kB 00:00 #15 30.92 (47/53): yajl-2.1.0-22.el9.x86_64.rpm 1.3 MB/s | 37 kB 00:00 #15 30.97 (48/53): gperftools-libs-2.9.1-3.el9.x86_64.rpm 18 MB/s | 308 kB 00:00 #15 30.97 (49/53): iptables-legacy-1.8.10-11.1.el9.x86_64 4.6 MB/s | 50 kB 00:00 #15 30.97 (50/53): iptables-legacy-libs-1.8.10-11.1.el9.x 10 MB/s | 38 kB 00:00 #15 30.97 (51/53): libunwind-1.6.2-1.el9.x86_64.rpm 15 MB/s | 67 kB 00:00 #15 31.05 (52/53): libvirt-libs-10.5.0-7.4.el9_5.x86_64.r 38 MB/s | 5.0 MB 00:00 #15 31.70 (53/53): geolite2-city-20191217-6.el9.noarch.rp 22 MB/s | 23 MB 00:01 #15 31.70 -------------------------------------------------------------------------------- #15 31.70 Total 25 MB/s | 47 MB 00:01 #15 31.70 Running transaction check #15 31.80 Transaction check succeeded. #15 31.80 Running transaction test #15 32.47 Transaction test succeeded. #15 32.47 Running transaction #15 34.72 Preparing : 1/1 #15 34.92 Installing : boost-system-1.75.0-8.el9.x86_64 1/53 #15 35.32 Installing : boost-chrono-1.75.0-8.el9.x86_64 2/53 #15 35.48 Installing : boost-thread-1.75.0-8.el9.x86_64 3/53 #15 35.73 Installing : boost-filesystem-1.75.0-8.el9.x86_64 4/53 #15 36.03 Installing : libicu-67.1-9.el9.x86_64 5/53 #15 36.03 Installing : boost-regex-1.75.0-8.el9.x86_64 6/53 #15 36.03 Installing : boost-context-1.75.0-8.el9.x86_64 7/53 #15 36.03 Installing : boost-date-time-1.75.0-8.el9.x86_64 8/53 #15 36.03 Installing : boost-atomic-1.75.0-8.el9.x86_64 9/53 #15 36.03 Installing : boost-log-1.75.0-8.el9.x86_64 10/53 #15 36.06 Installing : boost-wave-1.75.0-8.el9.x86_64 11/53 #15 36.06 Installing : boost-coroutine-1.75.0-8.el9.x86_64 12/53 #15 36.06 Installing : boost-fiber-1.75.0-8.el9.x86_64 13/53 #15 36.06 Installing : boost-graph-1.75.0-8.el9.x86_64 14/53 #15 36.09 Installing : boost-locale-1.75.0-8.el9.x86_64 15/53 #15 36.09 Installing : boost-type_erasure-1.75.0-8.el9.x86_64 16/53 #15 36.09 Installing : boost-timer-1.75.0-8.el9.x86_64 17/53 #15 36.09 Installing : libunwind-1.6.2-1.el9.x86_64 18/53 #15 36.09 Installing : iptables-legacy-libs-1.8.10-11.1.el9.x86_64 19/53 #15 36.14 Installing : yajl-2.1.0-22.el9.x86_64 20/53 #15 36.14 Installing : libmaxminddb-1.5.2-4.el9.x86_64 21/53 #15 36.17 Installing : geolite2-country-20191217-6.el9.noarch 22/53 #15 36.91 Installing : geolite2-city-20191217-6.el9.noarch 23/53 #15 36.91 Installing : ipcalc-1.0.0-5.el9.x86_64 24/53 #15 36.91 Installing : boost-test-1.75.0-8.el9.x86_64 25/53 #15 36.94 Installing : boost-stacktrace-1.75.0-8.el9.x86_64 26/53 #15 36.94 Installing : boost-serialization-1.75.0-8.el9.x86_64 27/53 #15 36.94 Installing : boost-random-1.75.0-8.el9.x86_64 28/53 #15 36.94 Installing : boost-python3-1.75.0-8.el9.x86_64 29/53 #15 36.96 Installing : boost-program-options-1.75.0-8.el9.x86_64 30/53 #15 36.96 Installing : boost-nowide-1.75.0-8.el9.x86_64 31/53 #15 37.03 Installing : boost-math-1.75.0-8.el9.x86_64 32/53 #15 37.03 Installing : boost-iostreams-1.75.0-8.el9.x86_64 33/53 #15 37.03 Installing : boost-contract-1.75.0-8.el9.x86_64 34/53 #15 37.20 Installing : boost-container-1.75.0-8.el9.x86_64 35/53 #15 37.32 Installing : numactl-libs-2.0.18-2.el9.x86_64 36/53 #15 37.49 Installing : libtirpc-1.3.3-9.el9.x86_64 37/53 #15 37.72 Installing : libssh-config-0.10.4-13.el9.noarch 38/53 #15 37.75 Installing : libssh-0.10.4-13.el9.x86_64 39/53 #15 37.98 Installing : libnfnetlink-1.0.1-23.el9_5.x86_64 40/53 #15 38.32 Installing : libnetfilter_conntrack-1.0.9-1.el9.x86_64 41/53 #15 38.57 Installing : iptables-libs-1.8.10-11.el9_5.x86_64 42/53 #15 39.06 Installing : iputils-20210202-10.el9_5.x86_64 43/53 #15 39.06 Running scriptlet: iputils-20210202-10.el9_5.x86_64 43/53 #15 39.09 Installing : dhcp-common-12:4.4.2-19.b1.el9.noarch 44/53 #15 39.09 Installing : cyrus-sasl-gssapi-2.1.27-21.el9.x86_64 45/53 #15 39.21 Installing : libvirt-libs-10.5.0-7.4.el9_5.x86_64 46/53 #15 39.35 Installing : libvirt-client-10.5.0-7.4.el9_5.x86_64 47/53 #15 39.57 Installing : dhcp-client-12:4.4.2-19.b1.el9.x86_64 48/53 #15 39.57 Installing : iptables-legacy-1.8.10-11.1.el9.x86_64 49/53 #15 39.57 Running scriptlet: iptables-legacy-1.8.10-11.1.el9.x86_64 49/53 #15 39.57 Installing : boost-1.75.0-8.el9.x86_64 50/53 #15 39.64 Installing : gperftools-libs-2.9.1-3.el9.x86_64 51/53 #15 39.64 Running scriptlet: haproxy-2.4.22-3.el9_5.1.x86_64 52/53 #15 40.84 Installing : haproxy-2.4.22-3.el9_5.1.x86_64 52/53 #15 40.84 Running scriptlet: haproxy-2.4.22-3.el9_5.1.x86_64 52/53 #15 40.90 Installing : sudo-1.9.5p2-10.el9_3.x86_64 53/53 #15 40.91 Running scriptlet: sudo-1.9.5p2-10.el9_3.x86_64 53/53 #15 42.10 Verifying : cyrus-sasl-gssapi-2.1.27-21.el9.x86_64 1/53 #15 42.10 Verifying : dhcp-client-12:4.4.2-19.b1.el9.x86_64 2/53 #15 42.10 Verifying : dhcp-common-12:4.4.2-19.b1.el9.noarch 3/53 #15 42.10 Verifying : ipcalc-1.0.0-5.el9.x86_64 4/53 #15 42.10 Verifying : iptables-libs-1.8.10-11.el9_5.x86_64 5/53 #15 42.10 Verifying : iputils-20210202-10.el9_5.x86_64 6/53 #15 42.10 Verifying : libicu-67.1-9.el9.x86_64 7/53 #15 42.10 Verifying : libnetfilter_conntrack-1.0.9-1.el9.x86_64 8/53 #15 42.10 Verifying : libnfnetlink-1.0.1-23.el9_5.x86_64 9/53 #15 42.10 Verifying : libssh-0.10.4-13.el9.x86_64 10/53 #15 42.10 Verifying : libssh-config-0.10.4-13.el9.noarch 11/53 #15 42.10 Verifying : libtirpc-1.3.3-9.el9.x86_64 12/53 #15 42.10 Verifying : numactl-libs-2.0.18-2.el9.x86_64 13/53 #15 42.10 Verifying : sudo-1.9.5p2-10.el9_3.x86_64 14/53 #15 42.10 Verifying : boost-1.75.0-8.el9.x86_64 15/53 #15 42.10 Verifying : boost-atomic-1.75.0-8.el9.x86_64 16/53 #15 42.10 Verifying : boost-chrono-1.75.0-8.el9.x86_64 17/53 #15 42.10 Verifying : boost-container-1.75.0-8.el9.x86_64 18/53 #15 42.10 Verifying : boost-context-1.75.0-8.el9.x86_64 19/53 #15 42.10 Verifying : boost-contract-1.75.0-8.el9.x86_64 20/53 #15 42.10 Verifying : boost-coroutine-1.75.0-8.el9.x86_64 21/53 #15 42.10 Verifying : boost-date-time-1.75.0-8.el9.x86_64 22/53 #15 42.10 Verifying : boost-fiber-1.75.0-8.el9.x86_64 23/53 #15 42.10 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 24/53 #15 42.10 Verifying : boost-graph-1.75.0-8.el9.x86_64 25/53 #15 42.10 Verifying : boost-iostreams-1.75.0-8.el9.x86_64 26/53 #15 42.10 Verifying : boost-locale-1.75.0-8.el9.x86_64 27/53 #15 42.10 Verifying : boost-log-1.75.0-8.el9.x86_64 28/53 #15 42.10 Verifying : boost-math-1.75.0-8.el9.x86_64 29/53 #15 42.10 Verifying : boost-nowide-1.75.0-8.el9.x86_64 30/53 #15 42.10 Verifying : boost-program-options-1.75.0-8.el9.x86_64 31/53 #15 42.10 Verifying : boost-python3-1.75.0-8.el9.x86_64 32/53 #15 42.10 Verifying : boost-random-1.75.0-8.el9.x86_64 33/53 #15 42.10 Verifying : boost-regex-1.75.0-8.el9.x86_64 34/53 #15 42.10 Verifying : boost-serialization-1.75.0-8.el9.x86_64 35/53 #15 42.10 Verifying : boost-stacktrace-1.75.0-8.el9.x86_64 36/53 #15 42.10 Verifying : boost-system-1.75.0-8.el9.x86_64 37/53 #15 42.10 Verifying : boost-test-1.75.0-8.el9.x86_64 38/53 #15 42.10 Verifying : boost-thread-1.75.0-8.el9.x86_64 39/53 #15 42.10 Verifying : boost-timer-1.75.0-8.el9.x86_64 40/53 #15 42.10 Verifying : boost-type_erasure-1.75.0-8.el9.x86_64 41/53 #15 42.10 Verifying : boost-wave-1.75.0-8.el9.x86_64 42/53 #15 42.10 Verifying : geolite2-city-20191217-6.el9.noarch 43/53 #15 42.10 Verifying : geolite2-country-20191217-6.el9.noarch 44/53 #15 42.10 Verifying : haproxy-2.4.22-3.el9_5.1.x86_64 45/53 #15 42.10 Verifying : libmaxminddb-1.5.2-4.el9.x86_64 46/53 #15 42.10 Verifying : libvirt-client-10.5.0-7.4.el9_5.x86_64 47/53 #15 42.10 Verifying : libvirt-libs-10.5.0-7.4.el9_5.x86_64 48/53 #15 42.10 Verifying : yajl-2.1.0-22.el9.x86_64 49/53 #15 42.10 Verifying : gperftools-libs-2.9.1-3.el9.x86_64 50/53 #15 42.10 Verifying : iptables-legacy-1.8.10-11.1.el9.x86_64 51/53 #15 42.10 Verifying : iptables-legacy-libs-1.8.10-11.1.el9.x86_64 52/53 #15 42.10 Verifying : libunwind-1.6.2-1.el9.x86_64 53/53 #15 42.38 #15 42.38 Installed: #15 42.38 boost-1.75.0-8.el9.x86_64 #15 42.38 boost-atomic-1.75.0-8.el9.x86_64 #15 42.38 boost-chrono-1.75.0-8.el9.x86_64 #15 42.38 boost-container-1.75.0-8.el9.x86_64 #15 42.38 boost-context-1.75.0-8.el9.x86_64 #15 42.38 boost-contract-1.75.0-8.el9.x86_64 #15 42.38 boost-coroutine-1.75.0-8.el9.x86_64 #15 42.38 boost-date-time-1.75.0-8.el9.x86_64 #15 42.38 boost-fiber-1.75.0-8.el9.x86_64 #15 42.38 boost-filesystem-1.75.0-8.el9.x86_64 #15 42.38 boost-graph-1.75.0-8.el9.x86_64 #15 42.38 boost-iostreams-1.75.0-8.el9.x86_64 #15 42.38 boost-locale-1.75.0-8.el9.x86_64 #15 42.38 boost-log-1.75.0-8.el9.x86_64 #15 42.38 boost-math-1.75.0-8.el9.x86_64 #15 42.38 boost-nowide-1.75.0-8.el9.x86_64 #15 42.38 boost-program-options-1.75.0-8.el9.x86_64 #15 42.38 boost-python3-1.75.0-8.el9.x86_64 #15 42.38 boost-random-1.75.0-8.el9.x86_64 #15 42.38 boost-regex-1.75.0-8.el9.x86_64 #15 42.38 boost-serialization-1.75.0-8.el9.x86_64 #15 42.38 boost-stacktrace-1.75.0-8.el9.x86_64 #15 42.38 boost-system-1.75.0-8.el9.x86_64 #15 42.38 boost-test-1.75.0-8.el9.x86_64 #15 42.38 boost-thread-1.75.0-8.el9.x86_64 #15 42.38 boost-timer-1.75.0-8.el9.x86_64 #15 42.38 boost-type_erasure-1.75.0-8.el9.x86_64 #15 42.38 boost-wave-1.75.0-8.el9.x86_64 #15 42.38 cyrus-sasl-gssapi-2.1.27-21.el9.x86_64 #15 42.38 dhcp-client-12:4.4.2-19.b1.el9.x86_64 #15 42.38 dhcp-common-12:4.4.2-19.b1.el9.noarch #15 42.38 geolite2-city-20191217-6.el9.noarch #15 42.38 geolite2-country-20191217-6.el9.noarch #15 42.38 gperftools-libs-2.9.1-3.el9.x86_64 #15 42.38 haproxy-2.4.22-3.el9_5.1.x86_64 #15 42.38 ipcalc-1.0.0-5.el9.x86_64 #15 42.38 iptables-legacy-1.8.10-11.1.el9.x86_64 #15 42.38 iptables-legacy-libs-1.8.10-11.1.el9.x86_64 #15 42.38 iptables-libs-1.8.10-11.el9_5.x86_64 #15 42.38 iputils-20210202-10.el9_5.x86_64 #15 42.38 libicu-67.1-9.el9.x86_64 #15 42.38 libmaxminddb-1.5.2-4.el9.x86_64 #15 42.38 libnetfilter_conntrack-1.0.9-1.el9.x86_64 #15 42.38 libnfnetlink-1.0.1-23.el9_5.x86_64 #15 42.38 libssh-0.10.4-13.el9.x86_64 #15 42.38 libssh-config-0.10.4-13.el9.noarch #15 42.38 libtirpc-1.3.3-9.el9.x86_64 #15 42.38 libunwind-1.6.2-1.el9.x86_64 #15 42.38 libvirt-client-10.5.0-7.4.el9_5.x86_64 #15 42.38 libvirt-libs-10.5.0-7.4.el9_5.x86_64 #15 42.38 numactl-libs-2.0.18-2.el9.x86_64 #15 42.38 sudo-1.9.5p2-10.el9_3.x86_64 #15 42.38 yajl-2.1.0-22.el9.x86_64 #15 42.38 #15 42.38 Complete! #15 42.79 75 files removed #15 43.20 Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/, http://localhost:6667/pip/simple #15 43.27 Collecting contrail-vrouter-api==0.1.dev0 #15 43.27 Downloading http://localhost:6667/pip/simple/contrail-vrouter-api/contrail_vrouter_api-0.1.dev0-py3-none-any.whl (2.9 kB) #15 43.31 Collecting opencontrail-vrouter-netns==0.1.dev0 #15 43.31 Downloading http://localhost:6667/pip/simple/opencontrail-vrouter-netns/opencontrail_vrouter_netns-0.1.dev0-py3-none-any.whl (35 kB) #15 43.45 Collecting eventlet #15 43.45 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/e68/1cae6ee956cfb/eventlet-0.40.3-py3-none-any.whl (364 kB) #15 43.50 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 43.50 Requirement already satisfied: netaddr<1 in /usr/local/lib/python3.9/site-packages (from opencontrail-vrouter-netns==0.1.dev0) (0.10.1) #15 43.50 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.5.0) #15 43.50 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) (2025.10.5) #15 43.50 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 43.50 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 43.61 Collecting dnspython>=1.15.0 #15 43.61 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/b4c/34b7d10b51bcc/dnspython-2.7.0-py3-none-any.whl (313 kB) #15 43.61 Requirement already satisfied: greenlet>=1.0 in /usr/local/lib64/python3.9/site-packages (from eventlet->opencontrail-vrouter-netns==0.1.dev0) (3.2.4) #15 43.80 Installing collected packages: dnspython, eventlet, contrail-vrouter-api, opencontrail-vrouter-netns #15 44.62 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 44.62 Successfully installed contrail-vrouter-api-0.1.dev0 dnspython-2.7.0 eventlet-0.40.3 opencontrail-vrouter-netns-0.1.dev0 #15 DONE 45.6s #16 [stage-1 10/12] COPY *.sh / #16 DONE 0.8s #17 [stage-1 11/12] COPY vhost0-dhcp/dhclient-script /etc/dhcp/dhclient-script #17 DONE 0.5s #18 [stage-1 12/12] COPY vhost0-dhcp/vhost0-nameservers.sh /etc/dhcp/dhclient-exit-hooks.d/ #18 DONE 0.7s #19 exporting to image #19 exporting layers #19 exporting layers 27.6s done #19 writing image sha256:1df419aad5f019df090b538cf5c814ffdf3b31dd8ce310f35a761c9b0b2c29ae #19 writing image sha256:1df419aad5f019df090b538cf5c814ffdf3b31dd8ce310f35a761c9b0b2c29ae 0.0s done #19 naming to nexus.gz1.opensdn.io:5102/opensdn-vrouter-agent:nightly 0.0s done #19 DONE 27.8s 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) 2025-10-23 01:17:29,256: INFO: Docker build duration: 166 seconds The push refers to repository [nexus.gz1.opensdn.io:5102/opensdn-vrouter-agent] 08f2df53ea21: Preparing f79e82f7ae1f: Preparing ec6c7fb846ae: Preparing 239f81b8e77e: Preparing 21e5f3ce1280: Preparing 8d92f28d00d0: Preparing 1ebed6333fc5: Preparing d042dabf422b: Preparing b681d2c1b74c: Preparing 845298252842: Preparing a1714b58e1f5: Preparing 17acfbcfd2e2: Preparing 8b7570f318d2: Preparing 935a95ea3c0c: Preparing f47427ba7eeb: Preparing 5bd21306dcd7: Preparing 58ed0f32fb46: Preparing 2dd056ac6771: Preparing 4a2a7b19c2fb: Preparing 9bec3b18db7d: Preparing cdb7b499f2f7: Preparing d884eb8e067e: Preparing 6c1bc172a769: Preparing 81aba073e8ff: Preparing 49985299da94: Preparing 66aaafe34ee4: Preparing 0f731c5fe17e: Preparing 44343de3ea1d: Preparing 08f2df53ea21: Waiting f79e82f7ae1f: Waiting ec6c7fb846ae: Waiting 239f81b8e77e: Waiting 21e5f3ce1280: Waiting 8d92f28d00d0: Waiting 1ebed6333fc5: Waiting d042dabf422b: Waiting b681d2c1b74c: Waiting 845298252842: Waiting a1714b58e1f5: Waiting 17acfbcfd2e2: Waiting 8b7570f318d2: Waiting 935a95ea3c0c: Waiting f47427ba7eeb: Waiting 5bd21306dcd7: Waiting 58ed0f32fb46: Waiting 2dd056ac6771: Waiting 4a2a7b19c2fb: Waiting 9bec3b18db7d: Waiting cdb7b499f2f7: Waiting d884eb8e067e: Waiting 6c1bc172a769: Waiting 81aba073e8ff: Waiting 49985299da94: Waiting 66aaafe34ee4: Waiting 0f731c5fe17e: Waiting 44343de3ea1d: Waiting 08f2df53ea21: Pushed f79e82f7ae1f: Pushed ec6c7fb846ae: Pushed 21e5f3ce1280: Pushed 8d92f28d00d0: Pushed 1ebed6333fc5: Pushed 239f81b8e77e: Pushed b681d2c1b74c: Pushed 845298252842: Pushed a1714b58e1f5: Pushed 17acfbcfd2e2: Layer already exists 8b7570f318d2: Layer already exists 935a95ea3c0c: Layer already exists f47427ba7eeb: Layer already exists 5bd21306dcd7: Layer already exists 58ed0f32fb46: Layer already exists 2dd056ac6771: Layer already exists 4a2a7b19c2fb: Layer already exists 9bec3b18db7d: Layer already exists cdb7b499f2f7: Layer already exists d884eb8e067e: Layer already exists 6c1bc172a769: Layer already exists 81aba073e8ff: Layer already exists 49985299da94: Layer already exists 66aaafe34ee4: Layer already exists 0f731c5fe17e: Layer already exists 44343de3ea1d: Layer already exists d042dabf422b: Pushed nightly: digest: sha256:fb294eee7367ec1c9d711e9952fe297663339b8ae7f499557c8162b44a00ce72 size: 6182 2025-10-23 01:19:16,517: INFO: Building opensdn-vrouter-agent finished successfully, duration: 273 seconds REPOSITORY TAG IMAGE ID CREATED SIZE nexus.gz1.opensdn.io:5102/opensdn-deployment-test nightly b66e45026912 8 seconds ago 430MB nexus.gz1.opensdn.io:5102/opensdn-vrouter-agent nightly 1df419aad5f0 2 minutes ago 1.81GB nexus.gz1.opensdn.io:5102/opensdn-vrouter-kernel-build-init nightly 9543260bd325 2 minutes ago 607MB nexus.gz1.opensdn.io:5102/opensdn-tor-agent nightly 342787cc4cb4 2 minutes ago 684MB nexus.gz1.opensdn.io:5102/opensdn-controller-config-api nightly 097deb421c4e 2 minutes ago 660MB nexus.gz1.opensdn.io:5102/opensdn-tools nightly 95b73cfa213c 2 minutes ago 1.49GB nexus.gz1.opensdn.io:5102/opensdn-vrouter-agent-dpdk nightly 5f29cbc140f5 2 minutes ago 899MB nexus.gz1.opensdn.io:5102/opensdn-analytics-collector nightly 55c7c694b122 2 minutes ago 969MB nexus.gz1.opensdn.io:5102/opensdn-debug nightly 935cc0bb943e 2 minutes ago 348MB nexus.gz1.opensdn.io:5102/opensdn-controller-control-dns nightly d74bc23460f0 2 minutes ago 1.01GB nexus.gz1.opensdn.io:5102/opensdn-analytics-query-engine nightly 5c7c7a0e24a8 3 minutes ago 850MB nexus.gz1.opensdn.io:5102/opensdn-controller-control-control nightly b4b53ba0607e 3 minutes ago 1.24GB nexus.gz1.opensdn.io:5102/opensdn-status nightly b2b67ea375f4 3 minutes ago 784MB nexus.gz1.opensdn.io:5102/opensdn-nodemgr nightly a9305ea30119 3 minutes ago 784MB nexus.gz1.opensdn.io:5102/opensdn-openstack-compute-init nightly 99c84a58fd35 3 minutes ago 348MB nexus.gz1.opensdn.io:5102/opensdn-kubernetes-cni-init nightly 9371d1765fcb 3 minutes ago 642MB nexus.gz1.opensdn.io:5102/opensdn-analytics-api nightly c93b55682dea 3 minutes ago 647MB nexus.gz1.opensdn.io:5102/opensdn-controller-config-svcmonitor nightly d62490c1d2b1 3 minutes ago 645MB nexus.gz1.opensdn.io:5102/opensdn-controller-control-named nightly 248006547b7a 3 minutes ago 702MB nexus.gz1.opensdn.io:5102/opensdn-controller-config-dnsmasq nightly 7480b44939c1 3 minutes ago 639MB nexus.gz1.opensdn.io:5102/opensdn-controller-webui-job nightly 833f9338a317 4 minutes ago 858MB nexus.gz1.opensdn.io:5102/opensdn-vrouter-kernel-init-dpdk nightly d0a324db6cd1 4 minutes ago 692MB nexus.gz1.opensdn.io:5102/opensdn-controller-webui-web nightly 25144fd11242 4 minutes ago 858MB nexus.gz1.opensdn.io:5102/opensdn-controller-config-schema nightly fd3b6a541e89 4 minutes ago 623MB nexus.gz1.opensdn.io:5102/opensdn-openstack-neutron-init nightly 81bc7a9e3b9b 4 minutes ago 363MB nexus.gz1.opensdn.io:5102/opensdn-analytics-snmp-topology nightly 57e77fec9e82 4 minutes ago 840MB nexus.gz1.opensdn.io:5102/opensdn-openstack-heat-init nightly 841f5b8b6e7d 4 minutes ago 363MB nexus.gz1.opensdn.io:5102/opensdn-kubernetes-kube-manager nightly a3c092cc4db5 4 minutes ago 626MB nexus.gz1.opensdn.io:5102/opensdn-analytics-snmp-collector nightly 830df21ceaed 4 minutes ago 840MB nexus.gz1.opensdn.io:5102/opensdn-provisioner nightly 0bd4efa8d316 4 minutes ago 622MB nexus.gz1.opensdn.io:5102/opensdn-analytics-alarm-gen nightly c19ac5717c08 4 minutes ago 638MB nexus.gz1.opensdn.io:5102/opensdn-node-init nightly 99a52ea7e0ae 4 minutes ago 622MB opensdn-test-test nightly 3d7edb29e9dc 4 minutes ago 1.75GB nexus.gz1.opensdn.io:5102/opensdn-test-test nightly 3d7edb29e9dc 4 minutes ago 1.75GB nexus.gz1.opensdn.io:5102/opensdn-controller-webui-base nightly bf3b9609df91 5 minutes ago 858MB nexus.gz1.opensdn.io:5102/opensdn-external-stunnel nightly 228755634f33 5 minutes ago 398MB nexus.gz1.opensdn.io:5102/opensdn-external-rabbitmq nightly a57715e90284 5 minutes ago 363MB nexus.gz1.opensdn.io:5102/opensdn-external-cassandra nightly 9303052435cf 5 minutes ago 331MB nexus.gz1.opensdn.io:5102/opensdn-external-redis nightly 16282a3710ba 5 minutes ago 171MB nexus.gz1.opensdn.io:5102/opensdn-external-zookeeper nightly 9136de4fb407 5 minutes ago 301MB nexus.gz1.opensdn.io:5102/opensdn-external-haproxy nightly c65dae2023cd 5 minutes ago 144MB nexus.gz1.opensdn.io:5102/opensdn-analytics-snmp-base nightly 706d66ab2acd 5 minutes ago 839MB nexus.gz1.opensdn.io:5102/opensdn-external-kafka nightly 1fa05d3b426a 5 minutes ago 392MB nexus.gz1.opensdn.io:5102/opensdn-vrouter-base nightly cf25b8a800da 6 minutes ago 692MB nexus.gz1.opensdn.io:5102/opensdn-external-rsyslogd nightly 2c1827d2031b 6 minutes ago 359MB nexus.gz1.opensdn.io:5102/opensdn-controller-control-base nightly cc4e4ab0cc5c 6 minutes ago 683MB nexus.gz1.opensdn.io:5102/opensdn-controller-config-base nightly f4f77315d191 6 minutes ago 622MB nexus.gz1.opensdn.io:5102/opensdn-base nightly 9810e1ced330 6 minutes ago 622MB nexus.gz1.opensdn.io:5102/opensdn-analytics-base nightly 3d9dd9065417 6 minutes ago 622MB nexus.gz1.opensdn.io:5102/opensdn-general-base nightly bc0a43ea80c0 7 minutes ago 348MB nexus.gz1.opensdn.io:5102/opensdn-container-builder-src nightly e2455fe9c9c2 8 minutes ago 2.45MB tf-dev-sandbox compile 530d6a9f8082 8 minutes ago 24.8GB nexus.gz1.opensdn.io:5102/opensdn-charms-src nightly adcbd1738671 About an hour ago 6.04MB nexus.gz1.opensdn.io:5102/opensdn-ansible-deployer-src nightly 9e94ff58fd1e About an hour ago 1.39MB nexus.gz1.opensdn.io:5102/opensdn-container-builder-src beff719f4c44 About an hour ago 2.43MB nexus.gz1.opensdn.io:5102/opensdn-kolla-ansible-src nightly 25f4aaeee598 About an hour ago 32.6MB nexus.gz1.opensdn.io:5102/opensdn-build-manifest-src nightly efdabac8e9c1 About an hour ago 4.08kB nexus.gz1.opensdn.io:5102/tf-dev-sandbox stable f270aae97fbf About an hour ago 2.81GB tf-dev-sandbox stable f270aae97fbf About an hour ago 2.81GB rockylinux 9 9cc24f05f309 23 months ago 176MB