2025-11-21 15:27:40,271: INFO: Building opensdn-vrouter-agent 2025-11-21 15:27:40,511: 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=r25.1-2_4_1_0-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.4s #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:r25.1-2_4_1_0-1 #3 DONE 0.0s #4 [internal] load .dockerignore #4 transferring context: #4 transferring context: 2B done #4 DONE 1.8s #5 [build 1/1] FROM docker.io/library/tf-dev-sandbox:compile #5 CACHED #6 [stage-1 1/12] FROM nexus.gz1.opensdn.io:5101/opensdn-vrouter-base:r25.1-2_4_1_0-1 #6 ... #7 [internal] load build context #7 transferring context: 48.90kB 0.0s done #7 DONE 3.2s #6 [stage-1 1/12] FROM nexus.gz1.opensdn.io:5101/opensdn-vrouter-base:r25.1-2_4_1_0-1 #6 DONE 14.3s #8 [stage-1 2/12] COPY --from=build /buildroot/usr/lib/libisc-9.21.3.so /usr/lib/ #8 DONE 0.2s #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.3s #11 [stage-1 5/12] COPY --from=build /buildroot/usr/bin/contrail-vrouter-agent /usr/bin/ #11 DONE 2.6s #12 [stage-1 6/12] COPY --from=build /buildroot/usr/bin/contrail-vrouter-agent-health-check.py /usr/bin/ #12 DONE 1.0s #13 [stage-1 7/12] COPY --from=build /buildroot/usr/bin/contrail_crypt_tunnel_client.py /usr/bin/ #13 DONE 0.6s #14 [stage-1 8/12] COPY --from=build /buildroot/Version /contrail_build_version #14 DONE 0.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.500 added from: http://tf-mirrors.gz1.opensdn.io/re 16 MB/s | 2.1 MB 00:00 #15 3.416 added from: http://tf-mirrors.gz1.opensdn.io/re 8.9 MB/s | 730 kB 00:00 #15 4.063 added from: http://tf-mirrors.gz1.opensdn.io/re 4.7 MB/s | 264 kB 00:00 #15 4.466 added from: http://tf-mirrors.gz1.opensdn.io/re 29 MB/s | 7.0 MB 00:00 #15 8.663 added from: http://tf-mirrors.gz1.opensdn.io/re 30 MB/s | 4.0 MB 00:00 #15 12.16 added from: http://tf-mirrors.gz1.opensdn.io/re 2.0 MB/s | 939 kB 00:00 #15 13.11 added from: http://tf-mirrors.gz1.opensdn.io/re 3.8 MB/s | 2.3 MB 00:00 #15 14.19 added from: http://tf-mirrors.gz1.opensdn.io/re 8.6 MB/s | 392 kB 00:00 #15 14.67 added from: http://tf-mirrors.gz1.opensdn.io/re 7.5 MB/s | 451 kB 00:00 #15 15.28 added from: http://tf-mirrors.gz1.opensdn.io/re 302 kB/s | 16 kB 00:00 #15 15.52 added from: http://tf-mirrors.gz1.opensdn.io/re 8.0 kB/s | 257 B 00:00 #15 16.17 added from: http://tf-mirrors.gz1.opensdn.io/re 35 kB/s | 13 kB 00:00 #15 16.78 added from: http://tf-mirrors.gz1.opensdn.io/re 208 kB/s | 64 kB 00:00 #15 17.54 added from: http://tf-mirrors.gz1.opensdn.io/re 55 MB/s | 30 MB 00:00 #15 35.69 Third parties for OpenSDN 25 MB/s | 5.1 MB 00:00 #15 44.15 Dependencies resolved. #15 44.17 ============================================================================================== #15 44.17 Package Arch Version Repository Size #15 44.17 ============================================================================================== #15 44.17 Installing: #15 44.17 boost x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 11 k #15 44.17 dhcp-client x86_64 12:4.4.2-19.b1.el9 tf-mirrors.ci_repos_yum9-baseos 788 k #15 44.17 gperftools-libs x86_64 2.9.1-3.el9 tf-mirrors.ci_repos_epel9.repo 308 k #15 44.17 haproxy x86_64 2.4.22-3.el9_5.1 tf-mirrors.ci_repos_yum9-appstream 2.2 M #15 44.17 iptables-legacy x86_64 1.8.10-11.1.el9 tf-mirrors.ci_repos_epel9.repo 50 k #15 44.17 libvirt-client x86_64 10.5.0-7.4.el9_5 tf-mirrors.ci_repos_yum9-appstream 446 k #15 44.17 sudo x86_64 1.9.5p2-10.el9_3 tf-mirrors.ci_repos_yum9-baseos 1.0 M #15 44.17 Installing dependencies: #15 44.17 boost-atomic x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 16 k #15 44.17 boost-chrono x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 24 k #15 44.17 boost-container x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 36 k #15 44.17 boost-context x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 15 k #15 44.17 boost-contract x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 44 k #15 44.17 boost-coroutine x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 32 k #15 44.17 boost-date-time x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 13 k #15 44.17 boost-fiber x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 38 k #15 44.17 boost-filesystem x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 57 k #15 44.17 boost-graph x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 101 k #15 44.17 boost-iostreams x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 38 k #15 44.17 boost-locale x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 214 k #15 44.17 boost-log x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 408 k #15 44.17 boost-math x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 205 k #15 44.17 boost-nowide x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 15 k #15 44.17 boost-program-options x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 106 k #15 44.17 boost-python3 x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 92 k #15 44.17 boost-random x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 23 k #15 44.17 boost-regex x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 277 k #15 44.17 boost-serialization x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 129 k #15 44.17 boost-stacktrace x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 27 k #15 44.17 boost-system x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 13 k #15 44.17 boost-test x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 230 k #15 44.17 boost-thread x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 55 k #15 44.17 boost-timer x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 23 k #15 44.17 boost-type_erasure x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 30 k #15 44.17 boost-wave x86_64 1.75.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 208 k #15 44.17 cyrus-sasl-gssapi x86_64 2.1.27-21.el9 tf-mirrors.ci_repos_yum9-baseos 26 k #15 44.17 dhcp-common noarch 12:4.4.2-19.b1.el9 tf-mirrors.ci_repos_yum9-baseos 128 k #15 44.17 ipcalc x86_64 1.0.0-5.el9 tf-mirrors.ci_repos_yum9-baseos 41 k #15 44.17 iptables-legacy-libs x86_64 1.8.10-11.1.el9 tf-mirrors.ci_repos_epel9.repo 38 k #15 44.17 iptables-libs x86_64 1.8.10-11.el9_5 tf-mirrors.ci_repos_yum9-baseos 397 k #15 44.17 iputils x86_64 20210202-10.el9_5 tf-mirrors.ci_repos_yum9-baseos 168 k #15 44.17 libicu x86_64 67.1-9.el9 tf-mirrors.ci_repos_yum9-baseos 9.6 M #15 44.17 libnetfilter_conntrack x86_64 1.0.9-1.el9 tf-mirrors.ci_repos_yum9-baseos 58 k #15 44.17 libnfnetlink x86_64 1.0.1-23.el9_5 tf-mirrors.ci_repos_yum9-baseos 28 k #15 44.17 libssh x86_64 0.10.4-13.el9 tf-mirrors.ci_repos_yum9-baseos 215 k #15 44.17 libssh-config noarch 0.10.4-13.el9 tf-mirrors.ci_repos_yum9-baseos 9.5 k #15 44.17 libtirpc x86_64 1.3.3-9.el9 tf-mirrors.ci_repos_yum9-baseos 93 k #15 44.17 libunwind x86_64 1.6.2-1.el9 tf-mirrors.ci_repos_epel9.repo 67 k #15 44.17 libvirt-libs x86_64 10.5.0-7.4.el9_5 tf-mirrors.ci_repos_yum9-appstream 5.0 M #15 44.17 numactl-libs x86_64 2.0.18-2.el9 tf-mirrors.ci_repos_yum9-baseos 31 k #15 44.17 yajl x86_64 2.1.0-22.el9 tf-mirrors.ci_repos_yum9-appstream 37 k #15 44.17 Installing weak dependencies: #15 44.17 geolite2-city noarch 20191217-6.el9 tf-mirrors.ci_repos_yum9-appstream 23 M #15 44.17 geolite2-country noarch 20191217-6.el9 tf-mirrors.ci_repos_yum9-appstream 1.6 M #15 44.17 libmaxminddb x86_64 1.5.2-4.el9 tf-mirrors.ci_repos_yum9-appstream 32 k #15 44.17 #15 44.17 Transaction Summary #15 44.17 ============================================================================================== #15 44.17 Install 53 Packages #15 44.17 #15 44.17 Total download size: 47 M #15 44.17 Installed size: 148 M #15 44.17 Downloading Packages: #15 44.23 (1/53): cyrus-sasl-gssapi-2.1.27-21.el9.x86_64. 1.1 MB/s | 26 kB 00:00 #15 44.23 (2/53): dhcp-common-4.4.2-19.b1.el9.noarch.rpm 4.2 MB/s | 128 kB 00:00 #15 44.23 (3/53): ipcalc-1.0.0-5.el9.x86_64.rpm 4.1 MB/s | 41 kB 00:00 #15 44.31 (4/53): dhcp-client-4.4.2-19.b1.el9.x86_64.rpm 15 MB/s | 788 kB 00:00 #15 44.31 (5/53): iptables-libs-1.8.10-11.el9_5.x86_64.rp 13 MB/s | 397 kB 00:00 #15 44.31 (6/53): iputils-20210202-10.el9_5.x86_64.rpm 5.1 MB/s | 168 kB 00:00 #15 44.31 (7/53): libnetfilter_conntrack-1.0.9-1.el9.x86_ 5.3 MB/s | 58 kB 00:00 #15 44.31 (8/53): libnfnetlink-1.0.1-23.el9_5.x86_64.rpm 3.6 MB/s | 28 kB 00:00 #15 44.31 (9/53): libssh-0.10.4-13.el9.x86_64.rpm 20 MB/s | 215 kB 00:00 #15 44.31 (10/53): libssh-config-0.10.4-13.el9.noarch.rpm 1.1 MB/s | 9.5 kB 00:00 #15 44.31 (11/53): numactl-libs-2.0.18-2.el9.x86_64.rpm 5.8 MB/s | 31 kB 00:00 #15 44.31 (12/53): libtirpc-1.3.3-9.el9.x86_64.rpm 7.0 MB/s | 93 kB 00:00 #15 44.31 (13/53): boost-1.75.0-8.el9.x86_64.rpm 2.3 MB/s | 11 kB 00:00 #15 44.31 (14/53): boost-atomic-1.75.0-8.el9.x86_64.rpm 3.1 MB/s | 16 kB 00:00 #15 44.34 (15/53): boost-chrono-1.75.0-8.el9.x86_64.rpm 5.2 MB/s | 24 kB 00:00 #15 44.34 (16/53): boost-container-1.75.0-8.el9.x86_64.rp 3.4 MB/s | 36 kB 00:00 #15 44.34 (17/53): sudo-1.9.5p2-10.el9_3.x86_64.rpm 19 MB/s | 1.0 MB 00:00 #15 44.34 (18/53): boost-context-1.75.0-8.el9.x86_64.rpm 712 kB/s | 15 kB 00:00 #15 44.37 (19/53): boost-contract-1.75.0-8.el9.x86_64.rpm 6.3 MB/s | 44 kB 00:00 #15 44.37 (20/53): boost-coroutine-1.75.0-8.el9.x86_64.rp 4.5 MB/s | 32 kB 00:00 #15 44.37 (21/53): boost-date-time-1.75.0-8.el9.x86_64.rp 2.4 MB/s | 13 kB 00:00 #15 44.37 (22/53): boost-fiber-1.75.0-8.el9.x86_64.rpm 6.5 MB/s | 38 kB 00:00 #15 44.37 (23/53): boost-filesystem-1.75.0-8.el9.x86_64.r 6.7 MB/s | 57 kB 00:00 #15 44.37 (24/53): boost-graph-1.75.0-8.el9.x86_64.rpm 9.8 MB/s | 101 kB 00:00 #15 44.48 (25/53): boost-iostreams-1.75.0-8.el9.x86_64.rp 4.7 MB/s | 38 kB 00:00 #15 44.48 (26/53): boost-locale-1.75.0-8.el9.x86_64.rpm 23 MB/s | 214 kB 00:00 #15 44.48 (27/53): boost-log-1.75.0-8.el9.x86_64.rpm 24 MB/s | 408 kB 00:00 #15 44.48 (28/53): boost-math-1.75.0-8.el9.x86_64.rpm 13 MB/s | 205 kB 00:00 #15 44.48 (29/53): boost-nowide-1.75.0-8.el9.x86_64.rpm 1.6 MB/s | 15 kB 00:00 #15 44.48 (30/53): boost-program-options-1.75.0-8.el9.x86 13 MB/s | 106 kB 00:00 #15 44.48 (31/53): boost-python3-1.75.0-8.el9.x86_64.rpm 11 MB/s | 92 kB 00:00 #15 44.48 (32/53): boost-random-1.75.0-8.el9.x86_64.rpm 3.0 MB/s | 23 kB 00:00 #15 44.48 (33/53): boost-regex-1.75.0-8.el9.x86_64.rpm 27 MB/s | 277 kB 00:00 #15 44.48 (34/53): boost-serialization-1.75.0-8.el9.x86_6 10 MB/s | 129 kB 00:00 #15 44.48 (35/53): boost-stacktrace-1.75.0-8.el9.x86_64.r 3.0 MB/s | 27 kB 00:00 #15 44.48 (36/53): boost-system-1.75.0-8.el9.x86_64.rpm 2.0 MB/s | 13 kB 00:00 #15 44.48 (37/53): boost-test-1.75.0-8.el9.x86_64.rpm 21 MB/s | 230 kB 00:00 #15 44.48 (38/53): boost-thread-1.75.0-8.el9.x86_64.rpm 4.7 MB/s | 55 kB 00:00 #15 44.48 (39/53): boost-timer-1.75.0-8.el9.x86_64.rpm 2.5 MB/s | 23 kB 00:00 #15 44.48 (40/53): boost-type_erasure-1.75.0-8.el9.x86_64 3.4 MB/s | 30 kB 00:00 #15 44.48 (41/53): boost-wave-1.75.0-8.el9.x86_64.rpm 23 MB/s | 208 kB 00:00 #15 44.56 (42/53): geolite2-country-20191217-6.el9.noarch 35 MB/s | 1.6 MB 00:00 #15 44.64 (43/53): libicu-67.1-9.el9.x86_64.rpm 26 MB/s | 9.6 MB 00:00 #15 44.76 (44/53): libmaxminddb-1.5.2-4.el9.x86_64.rpm 887 kB/s | 32 kB 00:00 #15 44.76 (45/53): libvirt-client-10.5.0-7.4.el9_5.x86_64 36 MB/s | 446 kB 00:00 #15 44.76 (46/53): haproxy-2.4.22-3.el9_5.1.x86_64.rpm 11 MB/s | 2.2 MB 00:00 #15 44.76 (47/53): yajl-2.1.0-22.el9.x86_64.rpm 5.1 MB/s | 37 kB 00:00 #15 44.76 (48/53): gperftools-libs-2.9.1-3.el9.x86_64.rpm 13 MB/s | 308 kB 00:00 #15 44.76 (49/53): iptables-legacy-1.8.10-11.1.el9.x86_64 6.4 MB/s | 50 kB 00:00 #15 44.76 (50/53): iptables-legacy-libs-1.8.10-11.1.el9.x 7.7 MB/s | 38 kB 00:00 #15 44.81 (51/53): libunwind-1.6.2-1.el9.x86_64.rpm 13 MB/s | 67 kB 00:00 #15 44.87 (52/53): libvirt-libs-10.5.0-7.4.el9_5.x86_64.r 33 MB/s | 5.0 MB 00:00 #15 45.21 (53/53): geolite2-city-20191217-6.el9.noarch.rp 32 MB/s | 23 MB 00:00 #15 45.21 -------------------------------------------------------------------------------- #15 45.21 Total 48 MB/s | 47 MB 00:00 #15 45.21 Running transaction check #15 45.45 Transaction check succeeded. #15 45.45 Running transaction test #15 46.87 Transaction test succeeded. #15 46.87 Running transaction #15 48.67 Preparing : 1/1 #15 48.93 Installing : boost-system-1.75.0-8.el9.x86_64 1/53 #15 48.93 Installing : boost-chrono-1.75.0-8.el9.x86_64 2/53 #15 48.93 Installing : boost-thread-1.75.0-8.el9.x86_64 3/53 #15 48.93 Installing : boost-filesystem-1.75.0-8.el9.x86_64 4/53 #15 49.61 Installing : libicu-67.1-9.el9.x86_64 5/53 #15 49.61 Installing : boost-regex-1.75.0-8.el9.x86_64 6/53 #15 49.61 Installing : boost-context-1.75.0-8.el9.x86_64 7/53 #15 49.61 Installing : boost-date-time-1.75.0-8.el9.x86_64 8/53 #15 49.61 Installing : boost-atomic-1.75.0-8.el9.x86_64 9/53 #15 49.61 Installing : boost-log-1.75.0-8.el9.x86_64 10/53 #15 49.61 Installing : boost-wave-1.75.0-8.el9.x86_64 11/53 #15 49.61 Installing : boost-coroutine-1.75.0-8.el9.x86_64 12/53 #15 49.61 Installing : boost-fiber-1.75.0-8.el9.x86_64 13/53 #15 49.61 Installing : boost-graph-1.75.0-8.el9.x86_64 14/53 #15 49.61 Installing : boost-locale-1.75.0-8.el9.x86_64 15/53 #15 49.61 Installing : boost-type_erasure-1.75.0-8.el9.x86_64 16/53 #15 49.61 Installing : boost-timer-1.75.0-8.el9.x86_64 17/53 #15 49.61 Installing : libunwind-1.6.2-1.el9.x86_64 18/53 #15 49.61 Installing : iptables-legacy-libs-1.8.10-11.1.el9.x86_64 19/53 #15 49.78 Installing : yajl-2.1.0-22.el9.x86_64 20/53 #15 49.78 Installing : libmaxminddb-1.5.2-4.el9.x86_64 21/53 #15 49.78 Installing : geolite2-country-20191217-6.el9.noarch 22/53 #15 50.79 Installing : geolite2-city-20191217-6.el9.noarch 23/53 #15 50.79 Installing : ipcalc-1.0.0-5.el9.x86_64 24/53 #15 50.79 Installing : boost-test-1.75.0-8.el9.x86_64 25/53 #15 50.79 Installing : boost-stacktrace-1.75.0-8.el9.x86_64 26/53 #15 50.79 Installing : boost-serialization-1.75.0-8.el9.x86_64 27/53 #15 50.79 Installing : boost-random-1.75.0-8.el9.x86_64 28/53 #15 50.79 Installing : boost-python3-1.75.0-8.el9.x86_64 29/53 #15 50.79 Installing : boost-program-options-1.75.0-8.el9.x86_64 30/53 #15 50.87 Installing : boost-nowide-1.75.0-8.el9.x86_64 31/53 #15 50.87 Installing : boost-math-1.75.0-8.el9.x86_64 32/53 #15 50.87 Installing : boost-iostreams-1.75.0-8.el9.x86_64 33/53 #15 50.87 Installing : boost-contract-1.75.0-8.el9.x86_64 34/53 #15 50.87 Installing : boost-container-1.75.0-8.el9.x86_64 35/53 #15 50.87 Installing : numactl-libs-2.0.18-2.el9.x86_64 36/53 #15 50.87 Installing : libtirpc-1.3.3-9.el9.x86_64 37/53 #15 50.97 Installing : libssh-config-0.10.4-13.el9.noarch 38/53 #15 50.97 Installing : libssh-0.10.4-13.el9.x86_64 39/53 #15 50.97 Installing : libnfnetlink-1.0.1-23.el9_5.x86_64 40/53 #15 50.97 Installing : libnetfilter_conntrack-1.0.9-1.el9.x86_64 41/53 #15 51.08 Installing : iptables-libs-1.8.10-11.el9_5.x86_64 42/53 #15 51.08 Installing : iputils-20210202-10.el9_5.x86_64 43/53 #15 51.08 Running scriptlet: iputils-20210202-10.el9_5.x86_64 43/53 #15 51.12 Installing : dhcp-common-12:4.4.2-19.b1.el9.noarch 44/53 #15 51.12 Installing : cyrus-sasl-gssapi-2.1.27-21.el9.x86_64 45/53 #15 51.31 Installing : libvirt-libs-10.5.0-7.4.el9_5.x86_64 46/53 #15 51.78 Installing : libvirt-client-10.5.0-7.4.el9_5.x86_64 47/53 #15 52.10 Installing : dhcp-client-12:4.4.2-19.b1.el9.x86_64 48/53 #15 52.25 Installing : iptables-legacy-1.8.10-11.1.el9.x86_64 49/53 #15 52.40 Running scriptlet: iptables-legacy-1.8.10-11.1.el9.x86_64 49/53 #15 52.40 Installing : boost-1.75.0-8.el9.x86_64 50/53 #15 52.40 Installing : gperftools-libs-2.9.1-3.el9.x86_64 51/53 #15 52.40 Running scriptlet: haproxy-2.4.22-3.el9_5.1.x86_64 52/53 #15 52.71 Installing : haproxy-2.4.22-3.el9_5.1.x86_64 52/53 #15 52.71 Running scriptlet: haproxy-2.4.22-3.el9_5.1.x86_64 52/53 #15 52.88 Installing : sudo-1.9.5p2-10.el9_3.x86_64 53/53 #15 52.88 Running scriptlet: sudo-1.9.5p2-10.el9_3.x86_64 53/53 #15 53.19 Verifying : cyrus-sasl-gssapi-2.1.27-21.el9.x86_64 1/53 #15 53.19 Verifying : dhcp-client-12:4.4.2-19.b1.el9.x86_64 2/53 #15 53.19 Verifying : dhcp-common-12:4.4.2-19.b1.el9.noarch 3/53 #15 53.19 Verifying : ipcalc-1.0.0-5.el9.x86_64 4/53 #15 53.19 Verifying : iptables-libs-1.8.10-11.el9_5.x86_64 5/53 #15 53.19 Verifying : iputils-20210202-10.el9_5.x86_64 6/53 #15 53.19 Verifying : libicu-67.1-9.el9.x86_64 7/53 #15 53.19 Verifying : libnetfilter_conntrack-1.0.9-1.el9.x86_64 8/53 #15 53.19 Verifying : libnfnetlink-1.0.1-23.el9_5.x86_64 9/53 #15 53.19 Verifying : libssh-0.10.4-13.el9.x86_64 10/53 #15 53.19 Verifying : libssh-config-0.10.4-13.el9.noarch 11/53 #15 53.19 Verifying : libtirpc-1.3.3-9.el9.x86_64 12/53 #15 53.19 Verifying : numactl-libs-2.0.18-2.el9.x86_64 13/53 #15 53.19 Verifying : sudo-1.9.5p2-10.el9_3.x86_64 14/53 #15 53.19 Verifying : boost-1.75.0-8.el9.x86_64 15/53 #15 53.19 Verifying : boost-atomic-1.75.0-8.el9.x86_64 16/53 #15 53.19 Verifying : boost-chrono-1.75.0-8.el9.x86_64 17/53 #15 53.19 Verifying : boost-container-1.75.0-8.el9.x86_64 18/53 #15 53.19 Verifying : boost-context-1.75.0-8.el9.x86_64 19/53 #15 53.19 Verifying : boost-contract-1.75.0-8.el9.x86_64 20/53 #15 53.19 Verifying : boost-coroutine-1.75.0-8.el9.x86_64 21/53 #15 53.19 Verifying : boost-date-time-1.75.0-8.el9.x86_64 22/53 #15 53.19 Verifying : boost-fiber-1.75.0-8.el9.x86_64 23/53 #15 53.19 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 24/53 #15 53.19 Verifying : boost-graph-1.75.0-8.el9.x86_64 25/53 #15 53.19 Verifying : boost-iostreams-1.75.0-8.el9.x86_64 26/53 #15 53.19 Verifying : boost-locale-1.75.0-8.el9.x86_64 27/53 #15 53.19 Verifying : boost-log-1.75.0-8.el9.x86_64 28/53 #15 53.19 Verifying : boost-math-1.75.0-8.el9.x86_64 29/53 #15 53.19 Verifying : boost-nowide-1.75.0-8.el9.x86_64 30/53 #15 53.19 Verifying : boost-program-options-1.75.0-8.el9.x86_64 31/53 #15 53.19 Verifying : boost-python3-1.75.0-8.el9.x86_64 32/53 #15 53.19 Verifying : boost-random-1.75.0-8.el9.x86_64 33/53 #15 53.19 Verifying : boost-regex-1.75.0-8.el9.x86_64 34/53 #15 53.19 Verifying : boost-serialization-1.75.0-8.el9.x86_64 35/53 #15 53.19 Verifying : boost-stacktrace-1.75.0-8.el9.x86_64 36/53 #15 53.19 Verifying : boost-system-1.75.0-8.el9.x86_64 37/53 #15 53.19 Verifying : boost-test-1.75.0-8.el9.x86_64 38/53 #15 53.19 Verifying : boost-thread-1.75.0-8.el9.x86_64 39/53 #15 53.19 Verifying : boost-timer-1.75.0-8.el9.x86_64 40/53 #15 53.19 Verifying : boost-type_erasure-1.75.0-8.el9.x86_64 41/53 #15 53.19 Verifying : boost-wave-1.75.0-8.el9.x86_64 42/53 #15 53.19 Verifying : geolite2-city-20191217-6.el9.noarch 43/53 #15 53.19 Verifying : geolite2-country-20191217-6.el9.noarch 44/53 #15 53.19 Verifying : haproxy-2.4.22-3.el9_5.1.x86_64 45/53 #15 53.19 Verifying : libmaxminddb-1.5.2-4.el9.x86_64 46/53 #15 53.19 Verifying : libvirt-client-10.5.0-7.4.el9_5.x86_64 47/53 #15 53.19 Verifying : libvirt-libs-10.5.0-7.4.el9_5.x86_64 48/53 #15 53.19 Verifying : yajl-2.1.0-22.el9.x86_64 49/53 #15 53.19 Verifying : gperftools-libs-2.9.1-3.el9.x86_64 50/53 #15 53.19 Verifying : iptables-legacy-1.8.10-11.1.el9.x86_64 51/53 #15 53.19 Verifying : iptables-legacy-libs-1.8.10-11.1.el9.x86_64 52/53 #15 53.19 Verifying : libunwind-1.6.2-1.el9.x86_64 53/53 #15 53.39 #15 53.39 Installed: #15 53.39 boost-1.75.0-8.el9.x86_64 #15 53.39 boost-atomic-1.75.0-8.el9.x86_64 #15 53.39 boost-chrono-1.75.0-8.el9.x86_64 #15 53.39 boost-container-1.75.0-8.el9.x86_64 #15 53.39 boost-context-1.75.0-8.el9.x86_64 #15 53.39 boost-contract-1.75.0-8.el9.x86_64 #15 53.39 boost-coroutine-1.75.0-8.el9.x86_64 #15 53.39 boost-date-time-1.75.0-8.el9.x86_64 #15 53.39 boost-fiber-1.75.0-8.el9.x86_64 #15 53.39 boost-filesystem-1.75.0-8.el9.x86_64 #15 53.39 boost-graph-1.75.0-8.el9.x86_64 #15 53.39 boost-iostreams-1.75.0-8.el9.x86_64 #15 53.39 boost-locale-1.75.0-8.el9.x86_64 #15 53.39 boost-log-1.75.0-8.el9.x86_64 #15 53.39 boost-math-1.75.0-8.el9.x86_64 #15 53.39 boost-nowide-1.75.0-8.el9.x86_64 #15 53.39 boost-program-options-1.75.0-8.el9.x86_64 #15 53.39 boost-python3-1.75.0-8.el9.x86_64 #15 53.39 boost-random-1.75.0-8.el9.x86_64 #15 53.39 boost-regex-1.75.0-8.el9.x86_64 #15 53.39 boost-serialization-1.75.0-8.el9.x86_64 #15 53.39 boost-stacktrace-1.75.0-8.el9.x86_64 #15 53.39 boost-system-1.75.0-8.el9.x86_64 #15 53.39 boost-test-1.75.0-8.el9.x86_64 #15 53.39 boost-thread-1.75.0-8.el9.x86_64 #15 53.39 boost-timer-1.75.0-8.el9.x86_64 #15 53.39 boost-type_erasure-1.75.0-8.el9.x86_64 #15 53.39 boost-wave-1.75.0-8.el9.x86_64 #15 53.39 cyrus-sasl-gssapi-2.1.27-21.el9.x86_64 #15 53.39 dhcp-client-12:4.4.2-19.b1.el9.x86_64 #15 53.39 dhcp-common-12:4.4.2-19.b1.el9.noarch #15 53.39 geolite2-city-20191217-6.el9.noarch #15 53.39 geolite2-country-20191217-6.el9.noarch #15 53.39 gperftools-libs-2.9.1-3.el9.x86_64 #15 53.39 haproxy-2.4.22-3.el9_5.1.x86_64 #15 53.39 ipcalc-1.0.0-5.el9.x86_64 #15 53.39 iptables-legacy-1.8.10-11.1.el9.x86_64 #15 53.39 iptables-legacy-libs-1.8.10-11.1.el9.x86_64 #15 53.39 iptables-libs-1.8.10-11.el9_5.x86_64 #15 53.39 iputils-20210202-10.el9_5.x86_64 #15 53.39 libicu-67.1-9.el9.x86_64 #15 53.39 libmaxminddb-1.5.2-4.el9.x86_64 #15 53.39 libnetfilter_conntrack-1.0.9-1.el9.x86_64 #15 53.39 libnfnetlink-1.0.1-23.el9_5.x86_64 #15 53.39 libssh-0.10.4-13.el9.x86_64 #15 53.39 libssh-config-0.10.4-13.el9.noarch #15 53.39 libtirpc-1.3.3-9.el9.x86_64 #15 53.39 libunwind-1.6.2-1.el9.x86_64 #15 53.39 libvirt-client-10.5.0-7.4.el9_5.x86_64 #15 53.39 libvirt-libs-10.5.0-7.4.el9_5.x86_64 #15 53.39 numactl-libs-2.0.18-2.el9.x86_64 #15 53.39 sudo-1.9.5p2-10.el9_3.x86_64 #15 53.39 yajl-2.1.0-22.el9.x86_64 #15 53.39 #15 53.39 Complete! #15 53.78 75 files removed #15 54.64 Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/, http://localhost:6667/pip/simple #15 54.64 Collecting contrail-vrouter-api==0.1.dev0 #15 54.70 Downloading http://localhost:6667/pip/simple/contrail-vrouter-api/contrail_vrouter_api-0.1.dev0-py3-none-any.whl (2.9 kB) #15 54.70 Collecting opencontrail-vrouter-netns==0.1.dev0 #15 54.70 Downloading http://localhost:6667/pip/simple/opencontrail-vrouter-netns/opencontrail_vrouter_netns-0.1.dev0-py3-none-any.whl (35 kB) #15 54.79 Collecting eventlet #15 54.79 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/e68/1cae6ee956cfb/eventlet-0.40.3-py3-none-any.whl (364 kB) #15 54.85 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 54.85 Requirement already satisfied: netaddr<1 in /usr/local/lib/python3.9/site-packages (from opencontrail-vrouter-netns==0.1.dev0) (0.10.1) #15 54.91 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 54.91 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 54.91 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 54.91 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.11.12) #15 55.05 Collecting dnspython>=1.15.0 #15 55.05 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/b4c/34b7d10b51bcc/dnspython-2.7.0-py3-none-any.whl (313 kB) #15 55.05 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 55.48 Installing collected packages: dnspython, eventlet, contrail-vrouter-api, opencontrail-vrouter-netns #15 55.75 Successfully installed contrail-vrouter-api-0.1.dev0 dnspython-2.7.0 eventlet-0.40.3 opencontrail-vrouter-netns-0.1.dev0 #15 55.75 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 56.5s #16 [stage-1 10/12] COPY *.sh / #16 DONE 1.0s #17 [stage-1 11/12] COPY vhost0-dhcp/dhclient-script /etc/dhcp/dhclient-script #17 DONE 1.6s #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 35.8s done #19 writing image sha256:49ae8335d9de7c7e1074119e843b5287cb345edcd2f2ded85c90aec1c4c2a72c #19 writing image sha256:49ae8335d9de7c7e1074119e843b5287cb345edcd2f2ded85c90aec1c4c2a72c 0.0s done #19 naming to nexus.gz1.opensdn.io:5101/opensdn-vrouter-agent:r25.1-2_4_1_0-1 0.0s done #19 DONE 35.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-11-21 15:31:07,242: INFO: Docker build duration: 207 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-vrouter-agent] 5d4b8328ca4e: Preparing 86ff8d91980e: Preparing a3b695daa9fc: Preparing acd768273f83: Preparing bf29d7a453b2: Preparing 2695136f0ad7: Preparing a88cfe913674: Preparing 5c859eee1a8e: Preparing e52047500345: Preparing a28feafd17e5: Preparing 8305d891e6c7: Preparing 4aafc2864faf: Preparing 390f2631bba2: Preparing 0b4dc0c31132: Preparing 88aa6bbd6cc6: Preparing fd3756e0bef8: Preparing 85f10fe7064e: Preparing 3577ec536d96: Preparing 06b020b74421: Preparing 6143a65c6fb0: Preparing f2f97d84132c: Preparing b952dc5c49bd: Preparing 41711f8a7f4f: Preparing ea798c83744e: Preparing 20c283e857ee: Preparing fefe764f48a8: Preparing 04d51c9979b6: Preparing 44343de3ea1d: Preparing 5d4b8328ca4e: Waiting 86ff8d91980e: Waiting a3b695daa9fc: Waiting acd768273f83: Waiting bf29d7a453b2: Waiting 2695136f0ad7: Waiting a88cfe913674: Waiting 5c859eee1a8e: Waiting e52047500345: Waiting a28feafd17e5: Waiting 8305d891e6c7: Waiting 4aafc2864faf: Waiting 390f2631bba2: Waiting 0b4dc0c31132: Waiting 88aa6bbd6cc6: Waiting fd3756e0bef8: Waiting 85f10fe7064e: Waiting 3577ec536d96: Waiting 06b020b74421: Waiting 6143a65c6fb0: Waiting f2f97d84132c: Waiting b952dc5c49bd: Waiting 41711f8a7f4f: Waiting ea798c83744e: Waiting 20c283e857ee: Waiting fefe764f48a8: Waiting 04d51c9979b6: Waiting 44343de3ea1d: Waiting 5d4b8328ca4e: Pushed 86ff8d91980e: Pushed a3b695daa9fc: Pushed bf29d7a453b2: Pushed 2695136f0ad7: Pushed a88cfe913674: Pushed e52047500345: Pushed a28feafd17e5: Pushed 8305d891e6c7: Pushed 4aafc2864faf: Layer already exists 390f2631bba2: Layer already exists 0b4dc0c31132: Layer already exists 88aa6bbd6cc6: Layer already exists fd3756e0bef8: Layer already exists 85f10fe7064e: Layer already exists 3577ec536d96: Layer already exists 06b020b74421: Layer already exists 6143a65c6fb0: Layer already exists f2f97d84132c: Layer already exists b952dc5c49bd: Layer already exists 41711f8a7f4f: Layer already exists ea798c83744e: Layer already exists 20c283e857ee: Layer already exists fefe764f48a8: Layer already exists 04d51c9979b6: Layer already exists 44343de3ea1d: Layer already exists acd768273f83: Pushed 5c859eee1a8e: Pushed r25.1-2_4_1_0-1: digest: sha256:d01c7143f080028cce85d988b034788b7f4a989e53574da38b8903abc2c6a8bd size: 6182 2025-11-21 15:32:36,270: INFO: Building opensdn-vrouter-agent finished successfully, duration: 296 seconds REPOSITORY TAG IMAGE ID CREATED SIZE nexus.gz1.opensdn.io:5101/opensdn-vrouter-kernel-build-init r25.1-2_4_1_0-1 d403197b5918 About a minute ago 624MB nexus.gz1.opensdn.io:5101/opensdn-tor-agent r25.1-2_4_1_0-1 7ca71655876d About a minute ago 674MB nexus.gz1.opensdn.io:5101/opensdn-vrouter-agent r25.1-2_4_1_0-1 49ae8335d9de 2 minutes ago 1.8GB nexus.gz1.opensdn.io:5101/opensdn-vrouter-agent-dpdk r25.1-2_4_1_0-1 a149eb8e5f0b 2 minutes ago 890MB nexus.gz1.opensdn.io:5101/opensdn-controller-control-dns r25.1-2_4_1_0-1 5bf4351a7980 2 minutes ago 997MB nexus.gz1.opensdn.io:5101/opensdn-controller-config-api r25.1-2_4_1_0-1 3c355d5548d7 2 minutes ago 651MB nexus.gz1.opensdn.io:5101/opensdn-nodemgr r25.1-2_4_1_0-1 78a5c37a7101 2 minutes ago 775MB nexus.gz1.opensdn.io:5101/opensdn-status r25.1-2_4_1_0-1 6e481c51f750 2 minutes ago 775MB nexus.gz1.opensdn.io:5101/opensdn-tools r25.1-2_4_1_0-1 126c33d2e820 2 minutes ago 1.48GB nexus.gz1.opensdn.io:5101/opensdn-controller-config-svcmonitor r25.1-2_4_1_0-1 328a4702f556 2 minutes ago 635MB nexus.gz1.opensdn.io:5101/opensdn-debug r25.1-2_4_1_0-1 b9752e32d5ce 2 minutes ago 348MB nexus.gz1.opensdn.io:5101/opensdn-analytics-collector r25.1-2_4_1_0-1 d7ce33db2f8d 2 minutes ago 960MB nexus.gz1.opensdn.io:5101/opensdn-analytics-query-engine r25.1-2_4_1_0-1 f346aa11f5e7 3 minutes ago 841MB nexus.gz1.opensdn.io:5101/opensdn-controller-control-named r25.1-2_4_1_0-1 534a4c735b2e 3 minutes ago 693MB nexus.gz1.opensdn.io:5101/opensdn-analytics-api r25.1-2_4_1_0-1 f404e3f98a88 3 minutes ago 638MB nexus.gz1.opensdn.io:5101/opensdn-controller-config-dnsmasq r25.1-2_4_1_0-1 40327ef3c56c 3 minutes ago 630MB nexus.gz1.opensdn.io:5101/opensdn-kubernetes-cni-init r25.1-2_4_1_0-1 3cda228f3049 3 minutes ago 633MB nexus.gz1.opensdn.io:5101/opensdn-controller-control-control r25.1-2_4_1_0-1 c8fa9d611a37 3 minutes ago 1.23GB nexus.gz1.opensdn.io:5101/opensdn-analytics-alarm-gen r25.1-2_4_1_0-1 0986c6dc401c 4 minutes ago 629MB nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-topology r25.1-2_4_1_0-1 82aef803f2c1 4 minutes ago 831MB nexus.gz1.opensdn.io:5101/opensdn-controller-webui-job r25.1-2_4_1_0-1 2de97f22083e 4 minutes ago 858MB nexus.gz1.opensdn.io:5101/opensdn-vrouter-kernel-init-dpdk r25.1-2_4_1_0-1 5b00d01dfea6 4 minutes ago 682MB nexus.gz1.opensdn.io:5101/opensdn-controller-webui-web r25.1-2_4_1_0-1 51b7feb03786 4 minutes ago 858MB nexus.gz1.opensdn.io:5101/opensdn-controller-config-schema r25.1-2_4_1_0-1 6b37222d017e 4 minutes ago 614MB nexus.gz1.opensdn.io:5101/opensdn-openstack-neutron-init r25.1-2_4_1_0-1 c810b4f1d4a6 4 minutes ago 363MB nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-collector r25.1-2_4_1_0-1 9e6bf3658dcb 4 minutes ago 831MB nexus.gz1.opensdn.io:5101/opensdn-openstack-compute-init r25.1-2_4_1_0-1 58189f5c2bc7 4 minutes ago 348MB nexus.gz1.opensdn.io:5101/opensdn-kubernetes-kube-manager r25.1-2_4_1_0-1 f45173cf67ee 4 minutes ago 616MB nexus.gz1.opensdn.io:5101/opensdn-provisioner r25.1-2_4_1_0-1 b37233922407 4 minutes ago 613MB nexus.gz1.opensdn.io:5101/opensdn-node-init r25.1-2_4_1_0-1 08f6e080f902 4 minutes ago 613MB nexus.gz1.opensdn.io:5101/opensdn-openstack-heat-init r25.1-2_4_1_0-1 aa41f4e8edb8 4 minutes ago 363MB nexus.gz1.opensdn.io:5101/opensdn-deployment-test r25.1-2_4_1_0-1 16f11e4ded8b 5 minutes ago 430MB nexus.gz1.opensdn.io:5101/opensdn-external-kafka r25.1-2_4_1_0-1 6e6e742450bf 5 minutes ago 392MB nexus.gz1.opensdn.io:5101/opensdn-external-zookeeper r25.1-2_4_1_0-1 a1dc1da724a6 5 minutes ago 301MB nexus.gz1.opensdn.io:5101/opensdn-external-haproxy r25.1-2_4_1_0-1 49ad2b24978f 5 minutes ago 144MB nexus.gz1.opensdn.io:5101/opensdn-external-redis r25.1-2_4_1_0-1 e7cccd1fef7a 6 minutes ago 171MB opensdn-test-test r25.1-2_4_1_0-1 b08a97caa190 7 minutes ago 1.74GB nexus.gz1.opensdn.io:5101/opensdn-test-test r25.1-2_4_1_0-1 b08a97caa190 7 minutes ago 1.74GB nexus.gz1.opensdn.io:5101/opensdn-controller-webui-base r25.1-2_4_1_0-1 e588fefd3765 7 minutes ago 858MB nexus.gz1.opensdn.io:5101/opensdn-external-stunnel r25.1-2_4_1_0-1 bcd736361094 8 minutes ago 398MB nexus.gz1.opensdn.io:5101/opensdn-external-cassandra r25.1-2_4_1_0-1 f38caa135b9d 8 minutes ago 331MB nexus.gz1.opensdn.io:5101/opensdn-external-rabbitmq r25.1-2_4_1_0-1 64cdcd9f68ae 8 minutes ago 363MB nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-base r25.1-2_4_1_0-1 8c176a51aafd 8 minutes ago 830MB nexus.gz1.opensdn.io:5101/opensdn-vrouter-base r25.1-2_4_1_0-1 bc34a7fc305e 9 minutes ago 682MB nexus.gz1.opensdn.io:5101/opensdn-external-rsyslogd r25.1-2_4_1_0-1 3331368f334d 9 minutes ago 359MB nexus.gz1.opensdn.io:5101/opensdn-controller-control-base r25.1-2_4_1_0-1 d4fdb41071ef 9 minutes ago 674MB nexus.gz1.opensdn.io:5101/opensdn-analytics-base r25.1-2_4_1_0-1 c57daea1d2bf 10 minutes ago 613MB nexus.gz1.opensdn.io:5101/opensdn-controller-config-base r25.1-2_4_1_0-1 331a61802a2d 10 minutes ago 613MB nexus.gz1.opensdn.io:5101/opensdn-base r25.1-2_4_1_0-1 074ea836a42e 10 minutes ago 613MB nexus.gz1.opensdn.io:5101/opensdn-general-base r25.1-2_4_1_0-1 c312050da079 11 minutes ago 348MB nexus.gz1.opensdn.io:5101/tf-container-builder r25.1-2_4_1_0-1 9111037263bd 11 minutes ago 2.36MB tf-dev-sandbox compile 63636a8a1b45 12 minutes ago 24.6GB nexus.gz1.opensdn.io:5101/tf-charms r25.1-2_4_1_0-1 23b2c948fb34 2 hours ago 6.04MB nexus.gz1.opensdn.io:5101/tf-container-builder 1f2a44fe8818 2 hours ago 2.35MB nexus.gz1.opensdn.io:5101/tf-ansible-deployer r25.1-2_4_1_0-1 c48dd392ffe7 2 hours ago 1.4MB nexus.gz1.opensdn.io:5101/tf-kolla-ansible r25.1-2_4_1_0-1 fa5db829c6d2 2 hours ago 32.7MB nexus.gz1.opensdn.io:5101/tf-build-manifest r25.1-2_4_1_0-1 cd872becc55d 2 hours ago 4.17kB nexus.gz1.opensdn.io:5101/tf-dev-sandbox stable 67f99d13befe 3 hours ago 2.82GB