2025-10-30 15:34:34,081: INFO: Building opensdn-controller-webui-base 2025-10-30 15:34:34,340: 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_3_1_1-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-controller-webui-base --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: 1.89kB done #1 WARN: InvalidDefaultArgInFrom: Default value for ARG ${BUILD_IMAGE} results in empty or invalid base image name (line 4) #1 WARN: InvalidDefaultArgInFrom: Default value for ARG ${CONTRAIL_REGISTRY}/opensdn-general-base:${CONTRAIL_CONTAINER_TAG} results in empty or invalid base image name (line 6) #1 DONE 0.8s #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-general-base:master-2_3_1_1-1 #3 DONE 0.0s #4 [internal] load .dockerignore #4 transferring context: #4 transferring context: 2B done #4 DONE 0.6s #5 [build 1/1] FROM docker.io/library/tf-dev-sandbox:compile #5 CACHED #6 [1/5] FROM nexus.gz1.opensdn.io:5101/opensdn-general-base:master-2_3_1_1-1 #6 CACHED #7 [internal] load build context #7 transferring context: 63.66kB done #7 DONE 0.8s #8 [stage-1 2/8] COPY --from=build /buildroot/usr/src/contrail/contrail-web-controller /usr/src/contrail/contrail-web-controller #8 DONE 3.8s #9 [stage-1 3/8] COPY --from=build /buildroot/usr/src/contrail/contrail-web-core /usr/src/contrail/contrail-web-core #9 DONE 4.3s #10 [stage-1 4/8] RUN set -e ; source /etc/os-release && ver=$(echo $VERSION_ID | cut -d '.' -f 1) ; if [[ ${ver} != 9 ]]; then echo "ERROR: only version 9 of redhat-like OS is supported" ; exit 1 ; fi ; yum install -y redis nodejs-1:16.20.2 npm-1:8.19.4 ; npm install -g coffeescript livescript ; yum clean all -y ; rm -rf /var/cache/yum ; mkdir /usr/lib64/node_modules ; cp -rp /usr/src/contrail/contrail-web-core/node_modules/* /usr/lib64/node_modules/ ; rm -rf /usr/src/contrail/contrail-web-core/node_modules ; ln -s /usr/lib64/node_modules /usr/src/contrail/contrail-web-controller/node_modules ; ln -s /usr/lib64/node_modules /usr/src/contrail/contrail-web-core/node_modules ; rm -f /usr/src/contrail/contrail-web-core/config/config.global.js ; ln -s /etc/contrail/config.global.js /usr/src/contrail/contrail-web-core/config/config.global.js ; chown -R contrail:contrail /usr/src/contrail #10 1.161 added from: http://tf-mirrors.gz1.opensdn.io/re 6.6 MB/s | 2.1 MB 00:00 #10 1.643 added from: http://tf-mirrors.gz1.opensdn.io/re 9.2 MB/s | 730 kB 00:00 #10 1.871 added from: http://tf-mirrors.gz1.opensdn.io/re 6.3 MB/s | 264 kB 00:00 #10 2.116 added from: http://tf-mirrors.gz1.opensdn.io/re 41 MB/s | 7.0 MB 00:00 #10 4.341 added from: http://tf-mirrors.gz1.opensdn.io/re 32 MB/s | 4.0 MB 00:00 #10 6.232 added from: http://tf-mirrors.gz1.opensdn.io/re 15 MB/s | 939 kB 00:00 #10 6.700 added from: http://tf-mirrors.gz1.opensdn.io/re 25 MB/s | 2.3 MB 00:00 #10 7.637 added from: http://tf-mirrors.gz1.opensdn.io/re 8.3 MB/s | 392 kB 00:00 #10 7.906 added from: http://tf-mirrors.gz1.opensdn.io/re 8.6 MB/s | 451 kB 00:00 #10 8.157 added from: http://tf-mirrors.gz1.opensdn.io/re 553 kB/s | 16 kB 00:00 #10 8.385 added from: http://tf-mirrors.gz1.opensdn.io/re 7.2 kB/s | 257 B 00:00 #10 8.727 added from: http://tf-mirrors.gz1.opensdn.io/re 85 kB/s | 13 kB 00:00 #10 8.980 added from: http://tf-mirrors.gz1.opensdn.io/re 2.1 MB/s | 64 kB 00:00 #10 9.783 added from: http://tf-mirrors.gz1.opensdn.io/re 46 MB/s | 30 MB 00:00 #10 18.67 Third parties for OpenSDN 22 MB/s | 5.1 MB 00:00 #10 23.28 Dependencies resolved. #10 23.28 ======================================================================================================= #10 23.28 Package Arch Version Repository Size #10 23.28 ======================================================================================================= #10 23.28 Installing: #10 23.28 nodejs x86_64 1:16.20.2-8.el9_4 tf-mirrors.ci_repos_yum9-appstream 111 k #10 23.28 npm x86_64 1:8.19.4-1.16.20.2.8.el9_4 tf-mirrors.ci_repos_yum9-appstream 1.7 M #10 23.28 redis x86_64 6.2.17-1.el9_5 tf-mirrors.ci_repos_yum9-appstream 1.3 M #10 23.28 Upgrading: #10 23.28 ima-evm-utils x86_64 1.5-2.el9.0.1 tf-mirrors.ci_repos_yum9-baseos 68 k #10 23.28 libacl x86_64 2.3.1-4.el9 tf-mirrors.ci_repos_yum9-baseos 22 k #10 23.28 libselinux x86_64 3.6-1.el9 tf-mirrors.ci_repos_yum9-baseos 85 k #10 23.28 libsepol x86_64 3.6-1.el9 tf-mirrors.ci_repos_yum9-baseos 329 k #10 23.28 python3-rpm x86_64 4.16.1.3-34.el9.0.1 tf-mirrors.ci_repos_yum9-baseos 64 k #10 23.28 rpm x86_64 4.16.1.3-34.el9.0.1 tf-mirrors.ci_repos_yum9-baseos 485 k #10 23.28 rpm-build-libs x86_64 4.16.1.3-34.el9.0.1 tf-mirrors.ci_repos_yum9-baseos 88 k #10 23.28 rpm-libs x86_64 4.16.1.3-34.el9.0.1 tf-mirrors.ci_repos_yum9-baseos 307 k #10 23.28 rpm-sign-libs x86_64 4.16.1.3-34.el9.0.1 tf-mirrors.ci_repos_yum9-baseos 20 k #10 23.28 systemd-libs x86_64 252-46.el9_5.2.0.1 tf-mirrors.ci_repos_yum9-baseos 678 k #10 23.28 Installing dependencies: #10 23.28 acl x86_64 2.3.1-4.el9 tf-mirrors.ci_repos_yum9-baseos 69 k #10 23.28 attr x86_64 2.5.1-3.el9 tf-mirrors.ci_repos_yum9-baseos 58 k #10 23.28 dbus x86_64 1:1.12.20-8.el9 tf-mirrors.ci_repos_yum9-baseos 6.8 k #10 23.28 dbus-broker x86_64 28-7.el9 tf-mirrors.ci_repos_yum9-baseos 171 k #10 23.28 dbus-common noarch 1:1.12.20-8.el9 tf-mirrors.ci_repos_yum9-baseos 14 k #10 23.28 diffutils x86_64 3.7-12.el9 tf-mirrors.ci_repos_yum9-baseos 388 k #10 23.28 keyutils x86_64 1.6.3-1.el9 tf-mirrors.ci_repos_yum9-baseos 72 k #10 23.28 kmod-libs x86_64 28-10.el9 tf-mirrors.ci_repos_yum9-baseos 62 k #10 23.28 libbrotli x86_64 1.0.9-7.el9_5 tf-mirrors.ci_repos_yum9-baseos 312 k #10 23.28 libseccomp x86_64 2.5.2-2.el9 tf-mirrors.ci_repos_yum9-baseos 71 k #10 23.28 libselinux-utils x86_64 3.6-1.el9 tf-mirrors.ci_repos_yum9-baseos 164 k #10 23.28 logrotate x86_64 3.18.0-8.el9 tf-mirrors.ci_repos_yum9-baseos 74 k #10 23.28 nodejs-libs x86_64 1:16.20.2-8.el9_4 tf-mirrors.ci_repos_yum9-appstream 15 M #10 23.28 policycoreutils x86_64 3.6-2.1.el9 tf-mirrors.ci_repos_yum9-baseos 208 k #10 23.28 rpm-plugin-selinux x86_64 4.16.1.3-34.el9.0.1 tf-mirrors.ci_repos_yum9-baseos 16 k #10 23.28 selinux-policy noarch 38.1.45-3.el9_5 tf-mirrors.ci_repos_yum9-baseos 48 k #10 23.28 selinux-policy-targeted noarch 38.1.45-3.el9_5 tf-mirrors.ci_repos_yum9-baseos 6.5 M #10 23.28 systemd x86_64 252-46.el9_5.2.0.1 tf-mirrors.ci_repos_yum9-baseos 4.0 M #10 23.28 systemd-pam x86_64 252-46.el9_5.2.0.1 tf-mirrors.ci_repos_yum9-baseos 285 k #10 23.28 systemd-rpm-macros noarch 252-46.el9_5.2.0.1 tf-mirrors.ci_repos_yum9-baseos 73 k #10 23.28 Installing weak dependencies: #10 23.28 nodejs-docs noarch 1:16.20.2-8.el9_4 tf-mirrors.ci_repos_yum9-appstream 7.1 M #10 23.28 nodejs-full-i18n x86_64 1:16.20.2-8.el9_4 tf-mirrors.ci_repos_yum9-appstream 8.2 M #10 23.28 #10 23.28 Transaction Summary #10 23.28 ======================================================================================================= #10 23.28 Install 25 Packages #10 23.28 Upgrade 10 Packages #10 23.28 #10 23.28 Total download size: 48 M #10 23.28 Downloading Packages: #10 23.31 (1/35): acl-2.3.1-4.el9.x86_64.rpm 3.7 MB/s | 69 kB 00:00 #10 23.31 (2/35): dbus-1.12.20-8.el9.x86_64.rpm 327 kB/s | 6.8 kB 00:00 #10 23.31 (3/35): attr-2.5.1-3.el9.x86_64.rpm 2.4 MB/s | 58 kB 00:00 #10 23.31 (4/35): dbus-common-1.12.20-8.el9.noarch.rpm 2.3 MB/s | 14 kB 00:00 #10 23.31 (5/35): dbus-broker-28-7.el9.x86_64.rpm 12 MB/s | 171 kB 00:00 #10 23.33 (6/35): keyutils-1.6.3-1.el9.x86_64.rpm 7.7 MB/s | 72 kB 00:00 #10 23.33 (7/35): kmod-libs-28-10.el9.x86_64.rpm 8.5 MB/s | 62 kB 00:00 #10 23.33 (8/35): diffutils-3.7-12.el9.x86_64.rpm 17 MB/s | 388 kB 00:00 #10 23.33 (9/35): libseccomp-2.5.2-2.el9.x86_64.rpm 7.3 MB/s | 71 kB 00:00 #10 23.33 (10/35): libbrotli-1.0.9-7.el9_5.x86_64.rpm 15 MB/s | 312 kB 00:00 #10 23.36 (11/35): libselinux-utils-3.6-1.el9.x86_64.rpm 9.6 MB/s | 164 kB 00:00 #10 23.36 (12/35): logrotate-3.18.0-8.el9.x86_64.rpm 4.0 MB/s | 74 kB 00:00 #10 23.36 (13/35): rpm-plugin-selinux-4.16.1.3-34.el9.0.1 2.1 MB/s | 16 kB 00:00 #10 23.36 (14/35): selinux-policy-38.1.45-3.el9_5.noarch. 8.0 MB/s | 48 kB 00:00 #10 23.36 (15/35): policycoreutils-3.6-2.1.el9.x86_64.rpm 9.2 MB/s | 208 kB 00:00 #10 23.47 (16/35): systemd-pam-252-46.el9_5.2.0.1.x86_64. 22 MB/s | 285 kB 00:00 #10 23.47 (17/35): systemd-rpm-macros-252-46.el9_5.2.0.1. 9.3 MB/s | 73 kB 00:00 #10 23.47 (18/35): nodejs-16.20.2-8.el9_4.x86_64.rpm 9.6 MB/s | 111 kB 00:00 #10 23.47 (19/35): systemd-252-46.el9_5.2.0.1.x86_64.rpm 43 MB/s | 4.0 MB 00:00 #10 23.54 (20/35): selinux-policy-targeted-38.1.45-3.el9_ 41 MB/s | 6.5 MB 00:00 #10 23.66 (21/35): nodejs-full-i18n-16.20.2-8.el9_4.x86_6 45 MB/s | 8.2 MB 00:00 #10 23.71 (22/35): nodejs-docs-16.20.2-8.el9_4.noarch.rpm 23 MB/s | 7.1 MB 00:00 #10 23.74 (23/35): npm-8.19.4-1.16.20.2.8.el9_4.x86_64.rp 17 MB/s | 1.7 MB 00:00 #10 23.76 (24/35): redis-6.2.17-1.el9_5.x86_64.rpm 25 MB/s | 1.3 MB 00:00 #10 23.76 (25/35): ima-evm-utils-1.5-2.el9.0.1.x86_64.rpm 3.0 MB/s | 68 kB 00:00 #10 23.76 (26/35): libacl-2.3.1-4.el9.x86_64.rpm 3.2 MB/s | 22 kB 00:00 #10 23.76 (27/35): libselinux-3.6-1.el9.x86_64.rpm 13 MB/s | 85 kB 00:00 #10 23.78 (28/35): python3-rpm-4.16.1.3-34.el9.0.1.x86_64 14 MB/s | 64 kB 00:00 #10 23.78 (29/35): libsepol-3.6-1.el9.x86_64.rpm 22 MB/s | 329 kB 00:00 #10 23.78 (30/35): rpm-build-libs-4.16.1.3-34.el9.0.1.x86 17 MB/s | 88 kB 00:00 #10 23.79 (31/35): rpm-4.16.1.3-34.el9.0.1.x86_64.rpm 24 MB/s | 485 kB 00:00 #10 23.79 (32/35): rpm-libs-4.16.1.3-34.el9.0.1.x86_64.rp 20 MB/s | 307 kB 00:00 #10 23.80 (33/35): rpm-sign-libs-4.16.1.3-34.el9.0.1.x86_ 2.0 MB/s | 20 kB 00:00 #10 23.82 (34/35): systemd-libs-252-46.el9_5.2.0.1.x86_64 48 MB/s | 678 kB 00:00 #10 23.93 (35/35): nodejs-libs-16.20.2-8.el9_4.x86_64.rpm 36 MB/s | 15 MB 00:00 #10 23.93 -------------------------------------------------------------------------------- #10 23.93 Total 75 MB/s | 48 MB 00:00 #10 23.93 Running transaction check #10 24.08 Transaction check succeeded. #10 24.08 Running transaction test #10 24.68 Transaction test succeeded. #10 24.68 Running transaction #10 25.51 Running scriptlet: npm-1:8.19.4-1.16.20.2.8.el9_4.x86_64 1/1 #10 25.51 Running scriptlet: selinux-policy-targeted-38.1.45-3.el9_5.noarch 1/1 #10 25.65 Preparing : 1/1 #10 25.70 Upgrading : libacl-2.3.1-4.el9.x86_64 1/45 #10 25.83 Upgrading : rpm-4.16.1.3-34.el9.0.1.x86_64 2/45 #10 25.83 Upgrading : rpm-libs-4.16.1.3-34.el9.0.1.x86_64 3/45 #10 25.83 Upgrading : libsepol-3.6-1.el9.x86_64 4/45 #10 25.83 Upgrading : libselinux-3.6-1.el9.x86_64 5/45 #10 25.83 Upgrading : systemd-libs-252-46.el9_5.2.0.1.x86_64 6/45 #10 25.83 Running scriptlet: systemd-libs-252-46.el9_5.2.0.1.x86_64 6/45 #10 25.88 Installing : libselinux-utils-3.6-1.el9.x86_64 7/45 #10 25.88 Upgrading : rpm-build-libs-4.16.1.3-34.el9.0.1.x86_64 8/45 #10 25.94 Installing : acl-2.3.1-4.el9.x86_64 9/45 #10 26.45 Installing : nodejs-docs-1:16.20.2-8.el9_4.noarch 10/45 #10 26.45 Installing : systemd-rpm-macros-252-46.el9_5.2.0.1.noarch 11/45 #10 26.45 Installing : libseccomp-2.5.2-2.el9.x86_64 12/45 #10 26.47 Installing : libbrotli-1.0.9-7.el9_5.x86_64 13/45 #10 26.88 Installing : nodejs-libs-1:16.20.2-8.el9_4.x86_64 14/45 #10 27.11 Installing : nodejs-full-i18n-1:16.20.2-8.el9_4.x86_64 15/45 #10 27.34 Installing : npm-1:8.19.4-1.16.20.2.8.el9_4.x86_64 16/45 #10 27.36 Installing : nodejs-1:16.20.2-8.el9_4.x86_64 17/45 #10 27.37 Installing : kmod-libs-28-10.el9.x86_64 18/45 #10 27.39 Installing : keyutils-1.6.3-1.el9.x86_64 19/45 #10 27.40 Installing : diffutils-3.7-12.el9.x86_64 20/45 #10 27.43 Installing : policycoreutils-3.6-2.1.el9.x86_64 21/45 #10 27.43 Running scriptlet: policycoreutils-3.6-2.1.el9.x86_64 21/45 #10 27.44 Installing : selinux-policy-38.1.45-3.el9_5.noarch 22/45 #10 27.46 Running scriptlet: selinux-policy-38.1.45-3.el9_5.noarch 22/45 #10 27.49 Running scriptlet: selinux-policy-targeted-38.1.45-3.el9_5.noarch 23/45 #10 27.76 Installing : selinux-policy-targeted-38.1.45-3.el9_5.noarch 23/45 #10 27.76 Running scriptlet: selinux-policy-targeted-38.1.45-3.el9_5.noarch 23/45 #10 35.62 Installing : dbus-1:1.12.20-8.el9.x86_64 24/45 #10 35.63 Installing : systemd-pam-252-46.el9_5.2.0.1.x86_64 25/45 #10 35.64 Running scriptlet: systemd-252-46.el9_5.2.0.1.x86_64 26/45 #10 35.98 Installing : systemd-252-46.el9_5.2.0.1.x86_64 26/45 #10 36.01 Running scriptlet: systemd-252-46.el9_5.2.0.1.x86_64 26/45 #10 44.21 Installing : dbus-common-1:1.12.20-8.el9.noarch 27/45 #10 44.23 Running scriptlet: dbus-common-1:1.12.20-8.el9.noarch 27/45 #10 44.26 Created symlink /etc/systemd/system/sockets.target.wants/dbus.socket → /usr/lib/systemd/system/dbus.socket. #10 44.26 Created symlink /etc/systemd/user/sockets.target.wants/dbus.socket → /usr/lib/systemd/user/dbus.socket. #10 44.26 #10 44.26 Running scriptlet: dbus-broker-28-7.el9.x86_64 28/45 #10 44.33 Installing : dbus-broker-28-7.el9.x86_64 28/45 #10 44.34 Running scriptlet: dbus-broker-28-7.el9.x86_64 28/45 #10 44.37 Created symlink /etc/systemd/system/dbus.service → /usr/lib/systemd/system/dbus-broker.service. #10 44.37 Created symlink /etc/systemd/user/dbus.service → /usr/lib/systemd/user/dbus-broker.service. #10 44.37 #10 44.37 Running scriptlet: logrotate-3.18.0-8.el9.x86_64 29/45 #10 44.38 Installing : logrotate-3.18.0-8.el9.x86_64 29/45 #10 44.39 Running scriptlet: logrotate-3.18.0-8.el9.x86_64 29/45 #10 44.40 Created symlink /etc/systemd/system/timers.target.wants/logrotate.timer → /usr/lib/systemd/system/logrotate.timer. #10 44.40 #10 44.41 Installing : attr-2.5.1-3.el9.x86_64 30/45 #10 44.42 Upgrading : ima-evm-utils-1.5-2.el9.0.1.x86_64 31/45 #10 44.43 Upgrading : rpm-sign-libs-4.16.1.3-34.el9.0.1.x86_64 32/45 #10 44.44 Upgrading : python3-rpm-4.16.1.3-34.el9.0.1.x86_64 33/45 #10 44.44 Running scriptlet: redis-6.2.17-1.el9_5.x86_64 34/45 #10 44.54 Installing : redis-6.2.17-1.el9_5.x86_64 34/45 #10 44.55 Running scriptlet: redis-6.2.17-1.el9_5.x86_64 34/45 #10 44.59 Installing : rpm-plugin-selinux-4.16.1.3-34.el9.0.1.x86_64 35/45 #10 44.59 Cleanup : python3-rpm-4.16.1.3-25.el9.x86_64 36/45 #10 44.60 Cleanup : rpm-sign-libs-4.16.1.3-25.el9.x86_64 37/45 #10 44.61 Cleanup : rpm-build-libs-4.16.1.3-25.el9.x86_64 38/45 #10 44.62 Cleanup : rpm-4.16.1.3-25.el9.x86_64 39/45 #10 44.64 Cleanup : rpm-libs-4.16.1.3-25.el9.x86_64 40/45 #10 44.64 Cleanup : systemd-libs-252-18.el9.x86_64 41/45 #10 44.65 Cleanup : libselinux-3.5-1.el9.x86_64 42/45 #10 44.66 Cleanup : libsepol-3.5-1.el9.x86_64 43/45 #10 44.66 Cleanup : libacl-2.3.1-3.el9.x86_64 44/45 #10 44.67 Cleanup : ima-evm-utils-1.4-4.el9.x86_64 45/45 #10 44.67 Running scriptlet: rpm-4.16.1.3-34.el9.0.1.x86_64 45/45 #10 44.69 Running scriptlet: selinux-policy-targeted-38.1.45-3.el9_5.noarch 45/45 #10 44.70 Running scriptlet: systemd-252-46.el9_5.2.0.1.x86_64 45/45 #10 53.76 Running scriptlet: ima-evm-utils-1.4-4.el9.x86_64 45/45 #10 53.89 Verifying : acl-2.3.1-4.el9.x86_64 1/45 #10 53.89 Verifying : attr-2.5.1-3.el9.x86_64 2/45 #10 53.89 Verifying : dbus-1:1.12.20-8.el9.x86_64 3/45 #10 53.89 Verifying : dbus-broker-28-7.el9.x86_64 4/45 #10 53.89 Verifying : dbus-common-1:1.12.20-8.el9.noarch 5/45 #10 53.89 Verifying : diffutils-3.7-12.el9.x86_64 6/45 #10 53.89 Verifying : keyutils-1.6.3-1.el9.x86_64 7/45 #10 53.89 Verifying : kmod-libs-28-10.el9.x86_64 8/45 #10 53.89 Verifying : libbrotli-1.0.9-7.el9_5.x86_64 9/45 #10 53.89 Verifying : libseccomp-2.5.2-2.el9.x86_64 10/45 #10 53.89 Verifying : libselinux-utils-3.6-1.el9.x86_64 11/45 #10 53.89 Verifying : logrotate-3.18.0-8.el9.x86_64 12/45 #10 53.89 Verifying : policycoreutils-3.6-2.1.el9.x86_64 13/45 #10 53.89 Verifying : rpm-plugin-selinux-4.16.1.3-34.el9.0.1.x86_64 14/45 #10 53.89 Verifying : selinux-policy-38.1.45-3.el9_5.noarch 15/45 #10 53.89 Verifying : selinux-policy-targeted-38.1.45-3.el9_5.noarch 16/45 #10 53.89 Verifying : systemd-252-46.el9_5.2.0.1.x86_64 17/45 #10 53.89 Verifying : systemd-pam-252-46.el9_5.2.0.1.x86_64 18/45 #10 53.89 Verifying : systemd-rpm-macros-252-46.el9_5.2.0.1.noarch 19/45 #10 53.89 Verifying : nodejs-1:16.20.2-8.el9_4.x86_64 20/45 #10 53.89 Verifying : nodejs-docs-1:16.20.2-8.el9_4.noarch 21/45 #10 53.89 Verifying : nodejs-full-i18n-1:16.20.2-8.el9_4.x86_64 22/45 #10 53.89 Verifying : nodejs-libs-1:16.20.2-8.el9_4.x86_64 23/45 #10 53.89 Verifying : npm-1:8.19.4-1.16.20.2.8.el9_4.x86_64 24/45 #10 53.89 Verifying : redis-6.2.17-1.el9_5.x86_64 25/45 #10 53.89 Verifying : ima-evm-utils-1.5-2.el9.0.1.x86_64 26/45 #10 53.89 Verifying : ima-evm-utils-1.4-4.el9.x86_64 27/45 #10 53.89 Verifying : libacl-2.3.1-4.el9.x86_64 28/45 #10 53.89 Verifying : libacl-2.3.1-3.el9.x86_64 29/45 #10 53.89 Verifying : libselinux-3.6-1.el9.x86_64 30/45 #10 53.89 Verifying : libselinux-3.5-1.el9.x86_64 31/45 #10 53.89 Verifying : libsepol-3.6-1.el9.x86_64 32/45 #10 53.89 Verifying : libsepol-3.5-1.el9.x86_64 33/45 #10 53.89 Verifying : python3-rpm-4.16.1.3-34.el9.0.1.x86_64 34/45 #10 53.89 Verifying : python3-rpm-4.16.1.3-25.el9.x86_64 35/45 #10 53.89 Verifying : rpm-4.16.1.3-34.el9.0.1.x86_64 36/45 #10 53.89 Verifying : rpm-4.16.1.3-25.el9.x86_64 37/45 #10 53.89 Verifying : rpm-build-libs-4.16.1.3-34.el9.0.1.x86_64 38/45 #10 53.89 Verifying : rpm-build-libs-4.16.1.3-25.el9.x86_64 39/45 #10 53.89 Verifying : rpm-libs-4.16.1.3-34.el9.0.1.x86_64 40/45 #10 53.89 Verifying : rpm-libs-4.16.1.3-25.el9.x86_64 41/45 #10 53.89 Verifying : rpm-sign-libs-4.16.1.3-34.el9.0.1.x86_64 42/45 #10 53.89 Verifying : rpm-sign-libs-4.16.1.3-25.el9.x86_64 43/45 #10 53.89 Verifying : systemd-libs-252-46.el9_5.2.0.1.x86_64 44/45 #10 53.89 Verifying : systemd-libs-252-18.el9.x86_64 45/45 #10 54.03 #10 54.03 Upgraded: #10 54.03 ima-evm-utils-1.5-2.el9.0.1.x86_64 #10 54.03 libacl-2.3.1-4.el9.x86_64 #10 54.03 libselinux-3.6-1.el9.x86_64 #10 54.03 libsepol-3.6-1.el9.x86_64 #10 54.03 python3-rpm-4.16.1.3-34.el9.0.1.x86_64 #10 54.03 rpm-4.16.1.3-34.el9.0.1.x86_64 #10 54.03 rpm-build-libs-4.16.1.3-34.el9.0.1.x86_64 #10 54.03 rpm-libs-4.16.1.3-34.el9.0.1.x86_64 #10 54.03 rpm-sign-libs-4.16.1.3-34.el9.0.1.x86_64 #10 54.03 systemd-libs-252-46.el9_5.2.0.1.x86_64 #10 54.03 Installed: #10 54.03 acl-2.3.1-4.el9.x86_64 #10 54.03 attr-2.5.1-3.el9.x86_64 #10 54.03 dbus-1:1.12.20-8.el9.x86_64 #10 54.03 dbus-broker-28-7.el9.x86_64 #10 54.03 dbus-common-1:1.12.20-8.el9.noarch #10 54.03 diffutils-3.7-12.el9.x86_64 #10 54.03 keyutils-1.6.3-1.el9.x86_64 #10 54.03 kmod-libs-28-10.el9.x86_64 #10 54.03 libbrotli-1.0.9-7.el9_5.x86_64 #10 54.03 libseccomp-2.5.2-2.el9.x86_64 #10 54.03 libselinux-utils-3.6-1.el9.x86_64 #10 54.03 logrotate-3.18.0-8.el9.x86_64 #10 54.03 nodejs-1:16.20.2-8.el9_4.x86_64 #10 54.03 nodejs-docs-1:16.20.2-8.el9_4.noarch #10 54.03 nodejs-full-i18n-1:16.20.2-8.el9_4.x86_64 #10 54.03 nodejs-libs-1:16.20.2-8.el9_4.x86_64 #10 54.03 npm-1:8.19.4-1.16.20.2.8.el9_4.x86_64 #10 54.03 policycoreutils-3.6-2.1.el9.x86_64 #10 54.03 redis-6.2.17-1.el9_5.x86_64 #10 54.03 rpm-plugin-selinux-4.16.1.3-34.el9.0.1.x86_64 #10 54.03 selinux-policy-38.1.45-3.el9_5.noarch #10 54.03 selinux-policy-targeted-38.1.45-3.el9_5.noarch #10 54.03 systemd-252-46.el9_5.2.0.1.x86_64 #10 54.03 systemd-pam-252-46.el9_5.2.0.1.x86_64 #10 54.03 systemd-rpm-macros-252-46.el9_5.2.0.1.noarch #10 54.03 #10 54.03 Complete! #10 56.47 #10 56.47 added 12 packages, and audited 13 packages in 2s #10 56.48 #10 56.48 found 0 vulnerabilities #10 56.48 npm notice #10 56.48 npm notice New major version of npm available! 8.19.4 -> 11.6.2 #10 56.48 npm notice Changelog: #10 56.48 npm notice Run `npm install -g npm@11.6.2` to update! #10 56.48 npm notice #10 56.66 75 files removed #10 DONE 60.7s #11 [stage-1 5/8] COPY custom-images/logo.png /opt/contrail/images/logo.png #11 DONE 0.1s #12 [stage-1 6/8] COPY custom-images/favicon.ico /opt/contrail/images/favicon.ico #12 DONE 0.1s #13 [stage-1 7/8] COPY *.sh / #13 DONE 0.1s #14 [stage-1 8/8] RUN /bin/bash -c 'for item in `ls /__*` ; do mv $item /${item:3} ; done' #14 DONE 0.1s #15 exporting to image #15 exporting layers #15 exporting layers 10.5s done #15 writing image sha256:836e22a047c38f366f9112fa68e1f13b5dac02ecec8d63bda791302e9e66f689 done #15 naming to nexus.gz1.opensdn.io:5101/opensdn-controller-webui-base:master-2_3_1_1-1 done #15 DONE 10.5s 2025-10-30 15:36:32,496: INFO: Docker build duration: 118 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-controller-webui-base] d9594404ee82: Preparing e7a1c53ca685: Preparing 98fdcff6882b: Preparing 88d485fd0a36: Preparing e95c8132572a: Preparing 05428c13c15d: Preparing ef34cb889781: Preparing 63e7b98a28d0: Preparing 57f43b270087: Preparing 449d2e3db4e9: Preparing 05428c13c15d: Waiting 63e7b98a28d0: Waiting ef34cb889781: Waiting 57f43b270087: Waiting 85da5dd24790: Preparing 668ecf13ed56: Preparing ab5c5f93d5fc: Preparing 449d2e3db4e9: Waiting 85da5dd24790: Waiting 5faca76e99d8: Preparing 668ecf13ed56: Waiting ab5c5f93d5fc: Waiting 44343de3ea1d: Preparing 5faca76e99d8: Waiting 44343de3ea1d: Waiting e7a1c53ca685: Pushed 98fdcff6882b: Pushed 88d485fd0a36: Pushed 63e7b98a28d0: Layer already exists 57f43b270087: Layer already exists d9594404ee82: Pushed 449d2e3db4e9: Layer already exists 85da5dd24790: Layer already exists 668ecf13ed56: Layer already exists ab5c5f93d5fc: Layer already exists 5faca76e99d8: Layer already exists 44343de3ea1d: Layer already exists ef34cb889781: Pushed 05428c13c15d: Pushed e95c8132572a: Pushed master-2_3_1_1-1: digest: sha256:aad8b914d1fd1345b34d97ee0ba751fafef525647dfacb9317a4bde9e4a4f766 size: 3458 2025-10-30 15:36:52,547: INFO: Building opensdn-controller-webui-base finished successfully, duration: 138 seconds REPOSITORY TAG IMAGE ID CREATED SIZE nexus.gz1.opensdn.io:5101/opensdn-controller-webui-base master-2_3_1_1-1 836e22a047c3 31 seconds ago 858MB nexus.gz1.opensdn.io:5101/opensdn-external-stunnel master-2_3_1_1-1 53db47ec58ad About a minute ago 398MB nexus.gz1.opensdn.io:5101/opensdn-external-cassandra master-2_3_1_1-1 bb896e16d71d About a minute ago 331MB nexus.gz1.opensdn.io:5101/opensdn-external-rabbitmq master-2_3_1_1-1 aba639790048 About a minute ago 363MB nexus.gz1.opensdn.io:5101/opensdn-external-haproxy master-2_3_1_1-1 0d0818a76c54 About a minute ago 144MB nexus.gz1.opensdn.io:5101/opensdn-external-kafka master-2_3_1_1-1 27666acf8613 About a minute ago 392MB nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-base master-2_3_1_1-1 f44d1771e4c4 About a minute ago 830MB nexus.gz1.opensdn.io:5101/opensdn-vrouter-base master-2_3_1_1-1 a2d1de26474a About a minute ago 682MB nexus.gz1.opensdn.io:5101/opensdn-controller-control-base master-2_3_1_1-1 890e44ccf2a0 About a minute ago 673MB nexus.gz1.opensdn.io:5101/opensdn-external-rsyslogd master-2_3_1_1-1 d289c0805f27 About a minute ago 359MB nexus.gz1.opensdn.io:5101/opensdn-base master-2_3_1_1-1 e9e4163e0fcf 2 minutes ago 612MB nexus.gz1.opensdn.io:5101/opensdn-analytics-base master-2_3_1_1-1 41eaa83aa5d4 2 minutes ago 612MB nexus.gz1.opensdn.io:5101/opensdn-controller-config-base master-2_3_1_1-1 d3d6460f0b13 2 minutes ago 612MB nexus.gz1.opensdn.io:5101/opensdn-general-base master-2_3_1_1-1 2abd003933c5 3 minutes ago 348MB nexus.gz1.opensdn.io:5101/opensdn-container-builder-src master-2_3_1_1-1 ac44edd18a6d 4 minutes ago 2.35MB tf-dev-sandbox compile 58ebf47e9f75 4 minutes ago 34.8GB nexus.gz1.opensdn.io:5101/opensdn-charms-src master-2_3_1_1-1 4c2a6554ecaa 12 minutes ago 6.04MB nexus.gz1.opensdn.io:5101/opensdn-container-builder-src ef95abde7ace 12 minutes ago 2.34MB nexus.gz1.opensdn.io:5101/opensdn-ansible-deployer-src master-2_3_1_1-1 4228a4102503 12 minutes ago 1.39MB nexus.gz1.opensdn.io:5101/opensdn-kolla-ansible-src master-2_3_1_1-1 6ea8572f6715 12 minutes ago 32.6MB nexus.gz1.opensdn.io:5101/opensdn-build-manifest-src master-2_3_1_1-1 c4c0d4028278 12 minutes ago 4.17kB nexus.gz1.opensdn.io:5101/tf-dev-sandbox frozen dd34f098ded8 43 minutes ago 23.5GB