2025-08-21 01:04:31,765: INFO: Building opensdn-controller-webui-base 2025-08-21 01:04:32,026: 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 GENERAL_EXTRA_RPMS="" --build-arg BASE_EXTRA_RPMS="" --build-arg YUM_ENABLE_REPOS="" --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 #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: #1 transferring dockerfile: 1.93kB done #1 DONE 0.7s #2 [internal] load metadata for nexus.gz1.opensdn.io:5102/opensdn-general-base:nightly #2 DONE 0.0s #3 [internal] load .dockerignore #3 transferring context: #3 transferring context: 2B done #3 DONE 0.1s #4 [1/3] FROM nexus.gz1.opensdn.io:5102/opensdn-general-base:nightly #4 CACHED #5 [internal] load build context #5 transferring context: 63.66kB done #5 DONE 0.5s #6 [2/6] RUN set -e ; BASE_EXTRA_RPMS=$(echo "" | tr -d '"' | tr ',' ' ') ; if [[ -n """" ]] ; then echo "INFO: contrail-base: install """ ; yum install -y "" ; echo "INFO: importing gpg keys from any newly installed repos" ; [ -d /etc/pki/rpm-gpg ] && rpm --import /etc/pki/rpm-gpg/* ; if [[ "rockylinux" == "centos" ]]; then for file in /etc/yum.repos.d/rdo-* ; do grep -v mirrorlist= "$file" > "$file".new && mv "$file".new "$file" ; done ; sed -i 's|#s*baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/rdo-* ; fi ; fi ; source /etc/os-release && ver=$(echo $VERSION_ID | cut -d '.' -f 1) ; if [[ ${ver} == 9 ]]; then NODEJS_VERSION="0.10.48" ; yum install -y nodejs-${NODEJS_VERSION} ; yum install -y npm-1:8.19.4 ; npm install -g coffeescript livescript ; else NODEJS_VERSION="0.10.48" ; yum module disable -y nodejs || true; yum install -y nodejs-${NODEJS_VERSION} ; fi && yum install -y contrail-web-controller contrail-web-core ; yum clean all -y ; rm -rf /var/cache/yum ; chown -R contrail:contrail /usr/src/contrail #6 0.965 Contrail repo 4.3 MB/s | 105 kB 00:00 #6 1.087 added from: http://tf-mirrors.gz1.opensdn.io/re 28 MB/s | 2.1 MB 00:00 #6 1.601 added from: http://tf-mirrors.gz1.opensdn.io/re 6.6 MB/s | 730 kB 00:00 #6 2.077 added from: http://tf-mirrors.gz1.opensdn.io/re 12 MB/s | 264 kB 00:00 #6 2.521 added from: http://tf-mirrors.gz1.opensdn.io/re 25 MB/s | 7.0 MB 00:00 #6 6.872 added from: http://tf-mirrors.gz1.opensdn.io/re 33 MB/s | 4.0 MB 00:00 #6 8.300 added from: http://tf-mirrors.gz1.opensdn.io/re 21 MB/s | 939 kB 00:00 #6 8.964 added from: http://tf-mirrors.gz1.opensdn.io/re 50 MB/s | 2.3 MB 00:00 #6 10.44 added from: http://tf-mirrors.gz1.opensdn.io/re 6.7 MB/s | 392 kB 00:00 #6 11.06 added from: http://tf-mirrors.gz1.opensdn.io/re 7.6 MB/s | 451 kB 00:00 #6 11.90 added from: http://tf-mirrors.gz1.opensdn.io/re 46 kB/s | 16 kB 00:00 #6 12.15 added from: http://tf-mirrors.gz1.opensdn.io/re 6.5 kB/s | 257 B 00:00 #6 12.43 added from: http://tf-mirrors.gz1.opensdn.io/re 598 kB/s | 13 kB 00:00 #6 12.77 added from: http://tf-mirrors.gz1.opensdn.io/re 2.9 MB/s | 64 kB 00:00 #6 13.74 added from: http://tf-mirrors.gz1.opensdn.io/re 51 MB/s | 30 MB 00:00 #6 31.88 Third parties for OpenSDN 27 MB/s | 5.4 MB 00:00 #6 44.06 No match for argument: nodejs-0.10.48 #6 44.10 Error: Unable to find a match: nodejs-0.10.48 #6 45.28 Last metadata expiration check: 0:00:13 ago on Thu 21 Aug 2025 01:05:05 AM UTC. #6 45.43 Dependencies resolved. #6 45.44 ================================================================================================ #6 45.44 Package Arch Version Repository Size #6 45.44 ================================================================================================ #6 45.44 Installing: #6 45.44 npm x86_64 1:8.19.4-1.16.20.2.8.el9_4 tf-mirrors.ci_repos_yum9-appstream 1.7 M #6 45.44 Installing dependencies: #6 45.44 libbrotli x86_64 1.0.9-7.el9_5 tf-mirrors.ci_repos_yum9-baseos 312 k #6 45.44 nodejs x86_64 1:16.20.2-8.el9_4 tf-mirrors.ci_repos_yum9-appstream 111 k #6 45.44 nodejs-libs x86_64 1:16.20.2-8.el9_4 tf-mirrors.ci_repos_yum9-appstream 15 M #6 45.44 Installing weak dependencies: #6 45.44 nodejs-docs noarch 1:16.20.2-8.el9_4 tf-mirrors.ci_repos_yum9-appstream 7.1 M #6 45.44 nodejs-full-i18n x86_64 1:16.20.2-8.el9_4 tf-mirrors.ci_repos_yum9-appstream 8.2 M #6 45.44 #6 45.44 Transaction Summary #6 45.44 ================================================================================================ #6 45.44 Install 6 Packages #6 45.44 #6 45.44 Total download size: 32 M #6 45.44 Installed size: 168 M #6 45.44 Downloading Packages: #6 45.47 (1/6): nodejs-16.20.2-8.el9_4.x86_64.rpm 3.4 MB/s | 111 kB 00:00 #6 45.48 (2/6): libbrotli-1.0.9-7.el9_5.x86_64.rpm 7.1 MB/s | 312 kB 00:00 #6 45.65 (3/6): nodejs-docs-16.20.2-8.el9_4.noarch.rpm 33 MB/s | 7.1 MB 00:00 #6 45.68 (4/6): npm-8.19.4-1.16.20.2.8.el9_4.x86_64.rpm 57 MB/s | 1.7 MB 00:00 #6 45.76 (5/6): nodejs-full-i18n-16.20.2-8.el9_4.x86_64. 28 MB/s | 8.2 MB 00:00 #6 46.08 (6/6): nodejs-libs-16.20.2-8.el9_4.x86_64.rpm 24 MB/s | 15 MB 00:00 #6 46.08 -------------------------------------------------------------------------------- #6 46.08 Total 50 MB/s | 32 MB 00:00 #6 46.08 Running transaction check #6 46.17 Transaction check succeeded. #6 46.17 Running transaction test #6 46.57 Transaction test succeeded. #6 46.57 Running transaction #6 48.43 Running scriptlet: npm-1:8.19.4-1.16.20.2.8.el9_4.x86_64 1/1 #6 48.60 Preparing : 1/1 #6 49.19 Installing : nodejs-docs-1:16.20.2-8.el9_4.noarch 1/6 #6 50.06 Installing : libbrotli-1.0.9-7.el9_5.x86_64 2/6 #6 50.49 Installing : nodejs-libs-1:16.20.2-8.el9_4.x86_64 3/6 #6 51.45 Installing : nodejs-full-i18n-1:16.20.2-8.el9_4.x86_64 4/6 #6 51.95 Installing : npm-1:8.19.4-1.16.20.2.8.el9_4.x86_64 5/6 #6 52.07 Installing : nodejs-1:16.20.2-8.el9_4.x86_64 6/6 #6 52.09 Running scriptlet: nodejs-1:16.20.2-8.el9_4.x86_64 6/6 #6 52.76 Verifying : libbrotli-1.0.9-7.el9_5.x86_64 1/6 #6 52.76 Verifying : nodejs-1:16.20.2-8.el9_4.x86_64 2/6 #6 52.76 Verifying : nodejs-docs-1:16.20.2-8.el9_4.noarch 3/6 #6 52.76 Verifying : nodejs-full-i18n-1:16.20.2-8.el9_4.x86_64 4/6 #6 52.76 Verifying : nodejs-libs-1:16.20.2-8.el9_4.x86_64 5/6 #6 52.76 Verifying : npm-1:8.19.4-1.16.20.2.8.el9_4.x86_64 6/6 #6 53.17 #6 53.17 Installed: #6 53.17 libbrotli-1.0.9-7.el9_5.x86_64 #6 53.17 nodejs-1:16.20.2-8.el9_4.x86_64 #6 53.17 nodejs-docs-1:16.20.2-8.el9_4.noarch #6 53.17 nodejs-full-i18n-1:16.20.2-8.el9_4.x86_64 #6 53.17 nodejs-libs-1:16.20.2-8.el9_4.x86_64 #6 53.17 npm-1:8.19.4-1.16.20.2.8.el9_4.x86_64 #6 53.17 #6 53.17 Complete! #6 54.94 #6 54.94 added 12 packages, and audited 13 packages in 1s #6 54.94 #6 54.94 found 0 vulnerabilities #6 54.94 npm notice #6 54.94 npm notice New major version of npm available! 8.19.4 -> 11.5.2 #6 54.94 npm notice Changelog: #6 54.94 npm notice Run `npm install -g npm@11.5.2` to update! #6 54.94 npm notice #6 55.56 Last metadata expiration check: 0:00:24 ago on Thu 21 Aug 2025 01:05:05 AM UTC. #6 55.68 Dependencies resolved. #6 55.69 ================================================================================================ #6 55.69 Package Arch Version Repository Size #6 55.69 ================================================================================================ #6 55.69 Installing: #6 55.69 contrail-web-controller x86_64 v0+nightly-nightly contrail 2.2 M #6 55.69 contrail-web-core x86_64 v0+nightly-nightly contrail 21 M #6 55.69 Upgrading: #6 55.69 ima-evm-utils x86_64 1.5-2.el9.0.1 tf-mirrors.ci_repos_yum9-baseos 68 k #6 55.69 libacl x86_64 2.3.1-4.el9 tf-mirrors.ci_repos_yum9-baseos 22 k #6 55.69 libselinux x86_64 3.6-1.el9 tf-mirrors.ci_repos_yum9-baseos 85 k #6 55.69 libsepol x86_64 3.6-1.el9 tf-mirrors.ci_repos_yum9-baseos 329 k #6 55.69 python3-rpm x86_64 4.16.1.3-34.el9.0.1 tf-mirrors.ci_repos_yum9-baseos 64 k #6 55.69 rpm x86_64 4.16.1.3-34.el9.0.1 tf-mirrors.ci_repos_yum9-baseos 485 k #6 55.69 rpm-build-libs x86_64 4.16.1.3-34.el9.0.1 tf-mirrors.ci_repos_yum9-baseos 88 k #6 55.69 rpm-libs x86_64 4.16.1.3-34.el9.0.1 tf-mirrors.ci_repos_yum9-baseos 307 k #6 55.69 rpm-sign-libs x86_64 4.16.1.3-34.el9.0.1 tf-mirrors.ci_repos_yum9-baseos 20 k #6 55.69 systemd-libs x86_64 252-46.el9_5.2.0.1 tf-mirrors.ci_repos_yum9-baseos 678 k #6 55.69 Installing dependencies: #6 55.69 acl x86_64 2.3.1-4.el9 tf-mirrors.ci_repos_yum9-baseos 69 k #6 55.69 attr x86_64 2.5.1-3.el9 tf-mirrors.ci_repos_yum9-baseos 58 k #6 55.69 dbus x86_64 1:1.12.20-8.el9 tf-mirrors.ci_repos_yum9-baseos 6.8 k #6 55.69 dbus-broker x86_64 28-7.el9 tf-mirrors.ci_repos_yum9-baseos 171 k #6 55.69 dbus-common noarch 1:1.12.20-8.el9 tf-mirrors.ci_repos_yum9-baseos 14 k #6 55.69 diffutils x86_64 3.7-12.el9 tf-mirrors.ci_repos_yum9-baseos 388 k #6 55.69 groff-base x86_64 1.22.4-10.el9 tf-mirrors.ci_repos_yum9-baseos 1.0 M #6 55.69 keyutils x86_64 1.6.3-1.el9 tf-mirrors.ci_repos_yum9-baseos 72 k #6 55.69 kmod-libs x86_64 28-10.el9 tf-mirrors.ci_repos_yum9-baseos 62 k #6 55.69 libseccomp x86_64 2.5.2-2.el9 tf-mirrors.ci_repos_yum9-baseos 71 k #6 55.69 libselinux-utils x86_64 3.6-1.el9 tf-mirrors.ci_repos_yum9-baseos 164 k #6 55.69 logrotate x86_64 3.18.0-8.el9 tf-mirrors.ci_repos_yum9-baseos 74 k #6 55.69 ncurses x86_64 6.2-10.20210508.el9 tf-mirrors.ci_repos_yum9-baseos 399 k #6 55.69 perl-AutoLoader noarch 5.74-481.el9 tf-mirrors.ci_repos_yum9-appstream 20 k #6 55.69 perl-B x86_64 1.80-481.el9 tf-mirrors.ci_repos_yum9-appstream 178 k #6 55.69 perl-Carp noarch 1.50-460.el9 tf-mirrors.ci_repos_yum9-appstream 29 k #6 55.69 perl-Class-Struct noarch 0.66-481.el9 tf-mirrors.ci_repos_yum9-appstream 21 k #6 55.69 perl-Data-Dumper x86_64 2.174-462.el9 tf-mirrors.ci_repos_yum9-appstream 55 k #6 55.69 perl-Digest noarch 1.19-4.el9 tf-mirrors.ci_repos_yum9-appstream 25 k #6 55.69 perl-Digest-MD5 x86_64 2.58-4.el9 tf-mirrors.ci_repos_yum9-appstream 36 k #6 55.69 perl-Encode x86_64 4:3.08-462.el9 tf-mirrors.ci_repos_yum9-appstream 1.7 M #6 55.69 perl-Errno x86_64 1.30-481.el9 tf-mirrors.ci_repos_yum9-appstream 13 k #6 55.69 perl-Exporter noarch 5.74-461.el9 tf-mirrors.ci_repos_yum9-appstream 31 k #6 55.69 perl-Fcntl x86_64 1.13-481.el9 tf-mirrors.ci_repos_yum9-appstream 19 k #6 55.69 perl-File-Basename noarch 2.85-481.el9 tf-mirrors.ci_repos_yum9-appstream 16 k #6 55.69 perl-File-Path noarch 2.18-4.el9 tf-mirrors.ci_repos_yum9-appstream 35 k #6 55.69 perl-File-Temp noarch 1:0.231.100-4.el9 tf-mirrors.ci_repos_yum9-appstream 59 k #6 55.69 perl-File-stat noarch 1.09-481.el9 tf-mirrors.ci_repos_yum9-appstream 16 k #6 55.69 perl-FileHandle noarch 2.03-481.el9 tf-mirrors.ci_repos_yum9-appstream 14 k #6 55.69 perl-Getopt-Long noarch 1:2.52-4.el9 tf-mirrors.ci_repos_yum9-appstream 60 k #6 55.69 perl-Getopt-Std noarch 1.12-481.el9 tf-mirrors.ci_repos_yum9-appstream 14 k #6 55.69 perl-HTTP-Tiny noarch 0.076-462.el9 tf-mirrors.ci_repos_yum9-appstream 53 k #6 55.69 perl-IO x86_64 1.43-481.el9 tf-mirrors.ci_repos_yum9-appstream 85 k #6 55.69 perl-IO-Socket-IP noarch 0.41-5.el9 tf-mirrors.ci_repos_yum9-appstream 42 k #6 55.69 perl-IO-Socket-SSL noarch 2.073-2.el9 tf-mirrors.ci_repos_yum9-appstream 214 k #6 55.69 perl-IPC-Open3 noarch 1.21-481.el9 tf-mirrors.ci_repos_yum9-appstream 21 k #6 55.69 perl-MIME-Base64 x86_64 3.16-4.el9 tf-mirrors.ci_repos_yum9-appstream 30 k #6 55.69 perl-Mozilla-CA noarch 20200520-6.el9 tf-mirrors.ci_repos_yum9-appstream 12 k #6 55.69 perl-Net-SSLeay x86_64 1.94-1.el9 tf-mirrors.ci_repos_yum9-appstream 391 k #6 55.69 perl-POSIX x86_64 1.94-481.el9 tf-mirrors.ci_repos_yum9-appstream 95 k #6 55.69 perl-PathTools x86_64 3.78-461.el9 tf-mirrors.ci_repos_yum9-appstream 85 k #6 55.69 perl-Pod-Escapes noarch 1:1.07-460.el9 tf-mirrors.ci_repos_yum9-appstream 20 k #6 55.69 perl-Pod-Perldoc noarch 3.28.01-461.el9 tf-mirrors.ci_repos_yum9-appstream 83 k #6 55.69 perl-Pod-Simple noarch 1:3.42-4.el9 tf-mirrors.ci_repos_yum9-appstream 215 k #6 55.69 perl-Pod-Usage noarch 4:2.01-4.el9 tf-mirrors.ci_repos_yum9-appstream 40 k #6 55.69 perl-Scalar-List-Utils x86_64 4:1.56-462.el9 tf-mirrors.ci_repos_yum9-appstream 70 k #6 55.69 perl-SelectSaver noarch 1.02-481.el9 tf-mirrors.ci_repos_yum9-appstream 10 k #6 55.69 perl-Socket x86_64 4:2.031-4.el9 tf-mirrors.ci_repos_yum9-appstream 54 k #6 55.69 perl-Storable x86_64 1:3.21-460.el9 tf-mirrors.ci_repos_yum9-appstream 95 k #6 55.69 perl-Symbol noarch 1.08-481.el9 tf-mirrors.ci_repos_yum9-appstream 13 k #6 55.69 perl-Term-ANSIColor noarch 5.01-461.el9 tf-mirrors.ci_repos_yum9-appstream 48 k #6 55.69 perl-Term-Cap noarch 1.17-460.el9 tf-mirrors.ci_repos_yum9-appstream 22 k #6 55.69 perl-Text-ParseWords noarch 3.30-460.el9 tf-mirrors.ci_repos_yum9-appstream 16 k #6 55.69 perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 tf-mirrors.ci_repos_yum9-appstream 23 k #6 55.69 perl-Time-Local noarch 2:1.300-7.el9 tf-mirrors.ci_repos_yum9-appstream 33 k #6 55.69 perl-URI noarch 5.09-3.el9 tf-mirrors.ci_repos_yum9-appstream 108 k #6 55.69 perl-base noarch 2.27-481.el9 tf-mirrors.ci_repos_yum9-appstream 15 k #6 55.69 perl-constant noarch 1.33-461.el9 tf-mirrors.ci_repos_yum9-appstream 23 k #6 55.69 perl-if noarch 0.60.800-481.el9 tf-mirrors.ci_repos_yum9-appstream 13 k #6 55.69 perl-interpreter x86_64 4:5.32.1-481.el9 tf-mirrors.ci_repos_yum9-appstream 70 k #6 55.69 perl-libnet noarch 3.13-4.el9 tf-mirrors.ci_repos_yum9-appstream 125 k #6 55.69 perl-libs x86_64 4:5.32.1-481.el9 tf-mirrors.ci_repos_yum9-appstream 2.0 M #6 55.69 perl-mro x86_64 1.23-481.el9 tf-mirrors.ci_repos_yum9-appstream 27 k #6 55.69 perl-overload noarch 1.31-481.el9 tf-mirrors.ci_repos_yum9-appstream 44 k #6 55.69 perl-overloading noarch 0.02-481.el9 tf-mirrors.ci_repos_yum9-appstream 11 k #6 55.69 perl-parent noarch 1:0.238-460.el9 tf-mirrors.ci_repos_yum9-appstream 14 k #6 55.69 perl-podlators noarch 1:4.14-460.el9 tf-mirrors.ci_repos_yum9-appstream 112 k #6 55.69 perl-subs noarch 1.03-481.el9 tf-mirrors.ci_repos_yum9-appstream 10 k #6 55.69 perl-vars noarch 1.05-481.el9 tf-mirrors.ci_repos_yum9-appstream 12 k #6 55.69 policycoreutils x86_64 3.6-2.1.el9 tf-mirrors.ci_repos_yum9-baseos 208 k #6 55.69 redis x86_64 6.2.17-1.el9_5 tf-mirrors.ci_repos_yum9-appstream 1.3 M #6 55.69 rpm-plugin-selinux x86_64 4.16.1.3-34.el9.0.1 tf-mirrors.ci_repos_yum9-baseos 16 k #6 55.69 ruby x86_64 3.0.7-163.el9_5 tf-mirrors.ci_repos_yum9-appstream 38 k #6 55.69 ruby-libs x86_64 3.0.7-163.el9_5 tf-mirrors.ci_repos_yum9-appstream 3.2 M #6 55.69 rubygem-io-console x86_64 0.5.7-163.el9_5 tf-mirrors.ci_repos_yum9-appstream 22 k #6 55.69 rubygem-json x86_64 2.5.1-163.el9_5 tf-mirrors.ci_repos_yum9-appstream 51 k #6 55.69 rubygem-psych x86_64 3.3.2-163.el9_5 tf-mirrors.ci_repos_yum9-appstream 48 k #6 55.69 selinux-policy noarch 38.1.45-3.el9_5 tf-mirrors.ci_repos_yum9-baseos 48 k #6 55.69 selinux-policy-targeted noarch 38.1.45-3.el9_5 tf-mirrors.ci_repos_yum9-baseos 6.5 M #6 55.69 systemd x86_64 252-46.el9_5.2.0.1 tf-mirrors.ci_repos_yum9-baseos 4.0 M #6 55.69 systemd-pam x86_64 252-46.el9_5.2.0.1 tf-mirrors.ci_repos_yum9-baseos 285 k #6 55.69 systemd-rpm-macros noarch 252-46.el9_5.2.0.1 tf-mirrors.ci_repos_yum9-baseos 73 k #6 55.69 Installing weak dependencies: #6 55.69 perl-NDBM_File x86_64 1.15-481.el9 tf-mirrors.ci_repos_yum9-appstream 21 k #6 55.69 ruby-default-gems noarch 3.0.7-163.el9_5 tf-mirrors.ci_repos_yum9-appstream 29 k #6 55.69 rubygem-bigdecimal x86_64 3.0.0-163.el9_5 tf-mirrors.ci_repos_yum9-appstream 51 k #6 55.69 rubygem-bundler noarch 2.2.33-163.el9_5 tf-mirrors.ci_repos_yum9-appstream 369 k #6 55.69 rubygem-rdoc noarch 6.3.4.1-163.el9_5 tf-mirrors.ci_repos_yum9-appstream 398 k #6 55.69 rubygems noarch 3.2.33-163.el9_5 tf-mirrors.ci_repos_yum9-appstream 253 k #6 55.69 #6 55.69 Transaction Summary #6 55.69 ================================================================================================ #6 55.69 Install 90 Packages #6 55.69 Upgrade 10 Packages #6 55.69 #6 55.69 Total download size: 52 M #6 55.69 Downloading Packages: #6 55.97 (1/100): acl-2.3.1-4.el9.x86_64.rpm 259 kB/s | 69 kB 00:00 #6 56.04 (2/100): attr-2.5.1-3.el9.x86_64.rpm 771 kB/s | 58 kB 00:00 #6 56.38 (3/100): contrail-web-controller-v0+nightly-nig 3.2 MB/s | 2.2 MB 00:00 #6 56.61 (4/100): dbus-1.12.20-8.el9.x86_64.rpm 12 kB/s | 6.8 kB 00:00 #6 56.82 (5/100): dbus-broker-28-7.el9.x86_64.rpm 396 kB/s | 171 kB 00:00 #6 57.10 (6/100): dbus-common-1.12.20-8.el9.noarch.rpm 28 kB/s | 14 kB 00:00 #6 57.38 (7/100): diffutils-3.7-12.el9.x86_64.rpm 689 kB/s | 388 kB 00:00 #6 57.39 (8/100): keyutils-1.6.3-1.el9.x86_64.rpm 8.6 MB/s | 72 kB 00:00 #6 57.43 (9/100): kmod-libs-28-10.el9.x86_64.rpm 1.5 MB/s | 62 kB 00:00 #6 57.51 (10/100): libseccomp-2.5.2-2.el9.x86_64.rpm 882 kB/s | 71 kB 00:00 #6 57.54 (11/100): groff-base-1.22.4-10.el9.x86_64.rpm 2.3 MB/s | 1.0 MB 00:00 #6 57.57 (12/100): libselinux-utils-3.6-1.el9.x86_64.rpm 3.0 MB/s | 164 kB 00:00 #6 57.58 (13/100): logrotate-3.18.0-8.el9.x86_64.rpm 2.1 MB/s | 74 kB 00:00 #6 57.60 (14/100): ncurses-6.2-10.20210508.el9.x86_64.rp 12 MB/s | 399 kB 00:00 #6 57.62 (15/100): policycoreutils-3.6-2.1.el9.x86_64.rp 5.8 MB/s | 208 kB 00:00 #6 57.64 (16/100): rpm-plugin-selinux-4.16.1.3-34.el9.0. 400 kB/s | 16 kB 00:00 #6 57.66 (17/100): selinux-policy-38.1.45-3.el9_5.noarch 1.2 MB/s | 48 kB 00:00 #6 57.73 (18/100): systemd-252-46.el9_5.2.0.1.x86_64.rpm 54 MB/s | 4.0 MB 00:00 #6 57.83 (19/100): systemd-pam-252-46.el9_5.2.0.1.x86_64 2.7 MB/s | 285 kB 00:00 #6 58.11 (20/100): systemd-rpm-macros-252-46.el9_5.2.0.1 267 kB/s | 73 kB 00:00 #6 58.33 (21/100): perl-AutoLoader-5.74-481.el9.noarch.r 100 kB/s | 20 kB 00:00 #6 58.39 (22/100): selinux-policy-targeted-38.1.45-3.el9 8.8 MB/s | 6.5 MB 00:00 #6 58.41 (23/100): perl-B-1.80-481.el9.x86_64.rpm 1.6 MB/s | 178 kB 00:00 #6 58.45 (24/100): perl-Carp-1.50-460.el9.noarch.rpm 410 kB/s | 29 kB 00:00 #6 58.48 (25/100): perl-Class-Struct-0.66-481.el9.noarch 305 kB/s | 21 kB 00:00 #6 58.50 (26/100): perl-Data-Dumper-2.174-462.el9.x86_64 1.1 MB/s | 55 kB 00:00 #6 58.52 (27/100): perl-Digest-1.19-4.el9.noarch.rpm 660 kB/s | 25 kB 00:00 #6 58.54 (28/100): perl-Digest-MD5-2.58-4.el9.x86_64.rpm 917 kB/s | 36 kB 00:00 #6 58.56 (29/100): perl-Errno-1.30-481.el9.x86_64.rpm 894 kB/s | 13 kB 00:00 #6 58.57 (30/100): perl-Exporter-5.74-461.el9.noarch.rpm 2.3 MB/s | 31 kB 00:00 #6 58.59 (31/100): perl-Fcntl-1.13-481.el9.x86_64.rpm 1.2 MB/s | 19 kB 00:00 #6 58.61 (32/100): perl-File-Basename-2.85-481.el9.noarc 963 kB/s | 16 kB 00:00 #6 58.63 (33/100): perl-File-Path-2.18-4.el9.noarch.rpm 1.8 MB/s | 35 kB 00:00 #6 58.66 (34/100): perl-Encode-3.08-462.el9.x86_64.rpm 12 MB/s | 1.7 MB 00:00 #6 58.68 (35/100): perl-File-Temp-0.231.100-4.el9.noarch 1.1 MB/s | 59 kB 00:00 #6 58.69 (36/100): perl-File-stat-1.09-481.el9.noarch.rp 521 kB/s | 16 kB 00:00 #6 58.72 (37/100): perl-FileHandle-2.03-481.el9.noarch.r 375 kB/s | 14 kB 00:00 #6 58.77 (38/100): perl-Getopt-Long-2.52-4.el9.noarch.rp 807 kB/s | 60 kB 00:00 #6 59.02 (39/100): perl-Getopt-Std-1.12-481.el9.noarch.r 47 kB/s | 14 kB 00:00 #6 59.28 (40/100): perl-HTTP-Tiny-0.076-462.el9.noarch.r 105 kB/s | 53 kB 00:00 #6 59.36 (41/100): perl-IO-1.43-481.el9.x86_64.rpm 251 kB/s | 85 kB 00:00 #6 59.38 (42/100): perl-IO-Socket-IP-0.41-5.el9.noarch.r 408 kB/s | 42 kB 00:00 #6 59.40 (43/100): perl-IO-Socket-SSL-2.073-2.el9.noarch 5.2 MB/s | 214 kB 00:00 #6 59.42 (44/100): perl-IPC-Open3-1.21-481.el9.noarch.rp 488 kB/s | 21 kB 00:00 #6 59.45 (45/100): perl-MIME-Base64-3.16-4.el9.x86_64.rp 697 kB/s | 30 kB 00:00 #6 59.46 (46/100): perl-Mozilla-CA-20200520-6.el9.noarch 384 kB/s | 12 kB 00:00 #6 59.48 (47/100): perl-NDBM_File-1.15-481.el9.x86_64.rp 676 kB/s | 21 kB 00:00 #6 59.49 (48/100): perl-Net-SSLeay-1.94-1.el9.x86_64.rpm 10 MB/s | 391 kB 00:00 #6 59.51 (49/100): perl-POSIX-1.94-481.el9.x86_64.rpm 2.7 MB/s | 95 kB 00:00 #6 59.53 (50/100): perl-PathTools-3.78-461.el9.x86_64.rp 2.4 MB/s | 85 kB 00:00 #6 59.55 (51/100): perl-Pod-Escapes-1.07-460.el9.noarch. 511 kB/s | 20 kB 00:00 #6 59.57 (52/100): perl-Pod-Perldoc-3.28.01-461.el9.noar 1.9 MB/s | 83 kB 00:00 #6 59.60 (53/100): perl-Pod-Simple-3.42-4.el9.noarch.rpm 4.2 MB/s | 215 kB 00:00 #6 59.63 (54/100): perl-Pod-Usage-2.01-4.el9.noarch.rpm 687 kB/s | 40 kB 00:00 #6 59.64 (55/100): perl-Scalar-List-Utils-1.56-462.el9.x 1.8 MB/s | 70 kB 00:00 #6 59.66 (56/100): perl-SelectSaver-1.02-481.el9.noarch. 323 kB/s | 10 kB 00:00 #6 59.70 (57/100): perl-Socket-2.031-4.el9.x86_64.rpm 1.0 MB/s | 54 kB 00:00 #6 59.71 (58/100): perl-Storable-3.21-460.el9.x86_64.rpm 2.0 MB/s | 95 kB 00:00 #6 59.73 (59/100): perl-Symbol-1.08-481.el9.noarch.rpm 412 kB/s | 13 kB 00:00 #6 59.76 (60/100): perl-Term-ANSIColor-5.01-461.el9.noar 1.0 MB/s | 48 kB 00:00 #6 59.77 (61/100): perl-Term-Cap-1.17-460.el9.noarch.rpm 464 kB/s | 22 kB 00:00 #6 59.79 (62/100): perl-Text-ParseWords-3.30-460.el9.noa 524 kB/s | 16 kB 00:00 #6 59.80 (63/100): perl-Text-Tabs+Wrap-2013.0523-460.el9 1.1 MB/s | 23 kB 00:00 #6 59.83 (64/100): perl-Time-Local-1.300-7.el9.noarch.rp 822 kB/s | 33 kB 00:00 #6 59.87 (65/100): perl-URI-5.09-3.el9.noarch.rpm 1.6 MB/s | 108 kB 00:00 #6 59.87 (66/100): perl-base-2.27-481.el9.noarch.rpm 363 kB/s | 15 kB 00:00 #6 59.89 (67/100): perl-constant-1.33-461.el9.noarch.rpm 736 kB/s | 23 kB 00:00 #6 59.91 (68/100): perl-if-0.60.800-481.el9.noarch.rpm 359 kB/s | 13 kB 00:00 #6 59.93 (69/100): perl-interpreter-5.32.1-481.el9.x86_6 2.0 MB/s | 70 kB 00:00 #6 60.11 (70/100): perl-libnet-3.13-4.el9.noarch.rpm 621 kB/s | 125 kB 00:00 #6 60.14 (71/100): perl-mro-1.23-481.el9.x86_64.rpm 796 kB/s | 27 kB 00:00 #6 60.16 (72/100): perl-overload-1.31-481.el9.noarch.rpm 2.4 MB/s | 44 kB 00:00 #6 60.18 (73/100): perl-overloading-0.02-481.el9.noarch. 744 kB/s | 11 kB 00:00 #6 60.20 (74/100): perl-parent-0.238-460.el9.noarch.rpm 1.0 MB/s | 14 kB 00:00 #6 60.23 (75/100): perl-libs-5.32.1-481.el9.x86_64.rpm 6.8 MB/s | 2.0 MB 00:00 #6 60.25 (76/100): perl-podlators-4.14-460.el9.noarch.rp 2.2 MB/s | 112 kB 00:00 #6 60.26 (77/100): perl-subs-1.03-481.el9.noarch.rpm 421 kB/s | 10 kB 00:00 #6 60.27 (78/100): perl-vars-1.05-481.el9.noarch.rpm 608 kB/s | 12 kB 00:00 #6 60.28 (79/100): ruby-3.0.7-163.el9_5.x86_64.rpm 2.5 MB/s | 38 kB 00:00 #6 60.30 (80/100): redis-6.2.17-1.el9_5.x86_64.rpm 28 MB/s | 1.3 MB 00:00 #6 60.31 (81/100): ruby-default-gems-3.0.7-163.el9_5.noa 1.0 MB/s | 29 kB 00:00 #6 60.84 (82/100): contrail-web-core-v0+nightly-nightly. 4.2 MB/s | 21 MB 00:05 #6 60.87 (83/100): rubygem-bigdecimal-3.0.0-163.el9_5.x8 93 kB/s | 51 kB 00:00 #6 60.90 (84/100): rubygem-io-console-0.5.7-163.el9_5.x8 772 kB/s | 22 kB 00:00 #6 60.93 (85/100): ruby-libs-3.0.7-163.el9_5.x86_64.rpm 5.1 MB/s | 3.2 MB 00:00 #6 60.95 (86/100): rubygem-json-2.5.1-163.el9_5.x86_64.r 923 kB/s | 51 kB 00:00 #6 60.96 (87/100): rubygem-psych-3.3.2-163.el9_5.x86_64. 1.3 MB/s | 48 kB 00:00 #6 60.98 (88/100): rubygem-bundler-2.2.33-163.el9_5.noar 2.6 MB/s | 369 kB 00:00 #6 61.00 (89/100): rubygems-3.2.33-163.el9_5.noarch.rpm 7.9 MB/s | 253 kB 00:00 #6 61.02 (90/100): ima-evm-utils-1.5-2.el9.0.1.x86_64.rp 2.8 MB/s | 68 kB 00:00 #6 61.03 (91/100): rubygem-rdoc-6.3.4.1-163.el9_5.noarch 5.1 MB/s | 398 kB 00:00 #6 61.06 (92/100): libacl-2.3.1-4.el9.x86_64.rpm 447 kB/s | 22 kB 00:00 #6 61.07 (93/100): libselinux-3.6-1.el9.x86_64.rpm 1.4 MB/s | 85 kB 00:00 #6 61.09 (94/100): python3-rpm-4.16.1.3-34.el9.0.1.x86_6 1.6 MB/s | 64 kB 00:00 #6 61.11 (95/100): libsepol-3.6-1.el9.x86_64.rpm 4.0 MB/s | 329 kB 00:00 #6 61.12 (96/100): rpm-build-libs-4.16.1.3-34.el9.0.1.x8 2.9 MB/s | 88 kB 00:00 #6 61.14 (97/100): rpm-4.16.1.3-34.el9.0.1.x86_64.rpm 7.1 MB/s | 485 kB 00:00 #6 61.16 (98/100): rpm-sign-libs-4.16.1.3-34.el9.0.1.x86 573 kB/s | 20 kB 00:00 #6 61.17 (99/100): rpm-libs-4.16.1.3-34.el9.0.1.x86_64.r 4.5 MB/s | 307 kB 00:00 #6 61.19 (100/100): systemd-libs-252-46.el9_5.2.0.1.x86_ 13 MB/s | 678 kB 00:00 #6 61.19 -------------------------------------------------------------------------------- #6 61.19 Total 9.4 MB/s | 52 MB 00:05 #6 61.19 Running transaction check #6 61.47 Transaction check succeeded. #6 61.47 Running transaction test #6 63.21 Transaction test succeeded. #6 63.21 Running transaction #6 66.30 Running scriptlet: selinux-policy-targeted-38.1.45-3.el9_5.noarch 1/1 #6 66.46 Preparing : 1/1 #6 66.89 Installing : ruby-libs-3.0.7-163.el9_5.x86_64 1/110 #6 67.36 Upgrading : libacl-2.3.1-4.el9.x86_64 2/110 #6 67.79 Upgrading : rpm-4.16.1.3-34.el9.0.1.x86_64 3/110 #6 68.03 Upgrading : rpm-libs-4.16.1.3-34.el9.0.1.x86_64 4/110 #6 68.15 Installing : rubygem-bigdecimal-3.0.0-163.el9_5.x86_64 5/110 #6 68.15 Installing : ruby-default-gems-3.0.7-163.el9_5.noarch 6/110 #6 68.27 Installing : rubygem-bundler-2.2.33-163.el9_5.noarch 7/110 #6 68.29 Installing : rubygem-io-console-0.5.7-163.el9_5.x86_64 8/110 #6 68.30 Installing : rubygem-json-2.5.1-163.el9_5.x86_64 9/110 #6 68.33 Installing : rubygem-psych-3.3.2-163.el9_5.x86_64 10/110 #6 68.39 Installing : rubygem-rdoc-6.3.4.1-163.el9_5.noarch 11/110 #6 68.45 Installing : rubygems-3.2.33-163.el9_5.noarch 12/110 #6 68.46 Installing : ruby-3.0.7-163.el9_5.x86_64 13/110 #6 68.48 Upgrading : libsepol-3.6-1.el9.x86_64 14/110 #6 68.49 Upgrading : libselinux-3.6-1.el9.x86_64 15/110 #6 68.52 Upgrading : systemd-libs-252-46.el9_5.2.0.1.x86_64 16/110 #6 68.52 Running scriptlet: systemd-libs-252-46.el9_5.2.0.1.x86_64 16/110 #6 68.57 Installing : libselinux-utils-3.6-1.el9.x86_64 17/110 #6 68.57 Upgrading : rpm-build-libs-4.16.1.3-34.el9.0.1.x86_64 18/110 #6 68.60 Installing : acl-2.3.1-4.el9.x86_64 19/110 #6 68.60 Installing : systemd-rpm-macros-252-46.el9_5.2.0.1.noarch 20/110 #6 68.62 Installing : ncurses-6.2-10.20210508.el9.x86_64 21/110 #6 68.62 Installing : libseccomp-2.5.2-2.el9.x86_64 22/110 #6 68.63 Installing : kmod-libs-28-10.el9.x86_64 23/110 #6 68.64 Installing : keyutils-1.6.3-1.el9.x86_64 24/110 #6 68.65 Running scriptlet: groff-base-1.22.4-10.el9.x86_64 25/110 #6 68.74 Installing : groff-base-1.22.4-10.el9.x86_64 25/110 #6 68.76 Running scriptlet: groff-base-1.22.4-10.el9.x86_64 25/110 #6 68.77 Installing : perl-Digest-1.19-4.el9.noarch 26/110 #6 68.79 Installing : perl-Digest-MD5-2.58-4.el9.x86_64 27/110 #6 68.79 Installing : perl-B-1.80-481.el9.x86_64 28/110 #6 68.81 Installing : perl-FileHandle-2.03-481.el9.noarch 29/110 #6 68.81 Installing : perl-Data-Dumper-2.174-462.el9.x86_64 30/110 #6 68.83 Installing : perl-libnet-3.13-4.el9.noarch 31/110 #6 68.83 Installing : perl-AutoLoader-5.74-481.el9.noarch 32/110 #6 68.85 Installing : perl-base-2.27-481.el9.noarch 33/110 #6 68.85 Installing : perl-URI-5.09-3.el9.noarch 34/110 #6 68.86 Installing : perl-Mozilla-CA-20200520-6.el9.noarch 35/110 #6 68.87 Installing : perl-if-0.60.800-481.el9.noarch 36/110 #6 68.87 Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 37/110 #6 68.88 Installing : perl-Time-Local-2:1.300-7.el9.noarch 38/110 #6 68.88 Installing : perl-File-Path-2.18-4.el9.noarch 39/110 #6 68.91 Installing : perl-IO-Socket-SSL-2.073-2.el9.noarch 40/110 #6 68.95 Installing : perl-Net-SSLeay-1.94-1.el9.x86_64 41/110 #6 68.97 Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 42/110 #6 68.98 Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 43/110 #6 68.98 Installing : perl-Class-Struct-0.66-481.el9.noarch 44/110 #6 68.98 Installing : perl-POSIX-1.94-481.el9.x86_64 45/110 #6 68.99 Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 46/110 #6 69.00 Installing : perl-IPC-Open3-1.21-481.el9.noarch 47/110 #6 69.01 Installing : perl-subs-1.03-481.el9.noarch 48/110 #6 69.02 Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 49/110 #6 69.04 Installing : perl-HTTP-Tiny-0.076-462.el9.noarch 50/110 #6 69.05 Installing : perl-Term-Cap-1.17-460.el9.noarch 51/110 #6 69.07 Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 52/110 #6 69.08 Installing : perl-Socket-4:2.031-4.el9.x86_64 53/110 #6 69.09 Installing : perl-SelectSaver-1.02-481.el9.noarch 54/110 #6 69.09 Installing : perl-Symbol-1.08-481.el9.noarch 55/110 #6 69.10 Installing : perl-File-stat-1.09-481.el9.noarch 56/110 #6 69.11 Installing : perl-podlators-1:4.14-460.el9.noarch 57/110 #6 69.12 Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 58/110 #6 69.13 Installing : perl-Fcntl-1.13-481.el9.x86_64 59/110 #6 69.14 Installing : perl-Text-ParseWords-3.30-460.el9.noarch 60/110 #6 69.14 Installing : perl-mro-1.23-481.el9.x86_64 61/110 #6 69.15 Installing : perl-IO-1.43-481.el9.x86_64 62/110 #6 69.15 Installing : perl-overloading-0.02-481.el9.noarch 63/110 #6 69.16 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 64/110 #6 69.18 Installing : perl-Errno-1.30-481.el9.x86_64 65/110 #6 69.18 Installing : perl-File-Basename-2.85-481.el9.noarch 66/110 #6 69.19 Installing : perl-Getopt-Std-1.12-481.el9.noarch 67/110 #6 69.21 Installing : perl-MIME-Base64-3.16-4.el9.x86_64 68/110 #6 69.22 Installing : perl-Scalar-List-Utils-4:1.56-462.el9.x86_64 69/110 #6 69.24 Installing : perl-constant-1.33-461.el9.noarch 70/110 #6 69.27 Installing : perl-Storable-1:3.21-460.el9.x86_64 71/110 #6 69.27 Installing : perl-overload-1.31-481.el9.noarch 72/110 #6 69.27 Installing : perl-parent-1:0.238-460.el9.noarch 73/110 #6 69.29 Installing : perl-vars-1.05-481.el9.noarch 74/110 #6 69.30 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 75/110 #6 69.31 Installing : perl-Carp-1.50-460.el9.noarch 76/110 #6 69.32 Installing : perl-Exporter-5.74-461.el9.noarch 77/110 #6 69.36 Installing : perl-NDBM_File-1.15-481.el9.x86_64 78/110 #6 69.36 Installing : perl-PathTools-3.78-461.el9.x86_64 79/110 #6 69.49 Installing : perl-Encode-4:3.08-462.el9.x86_64 80/110 #6 69.73 Installing : perl-libs-4:5.32.1-481.el9.x86_64 81/110 #6 69.76 Installing : perl-interpreter-4:5.32.1-481.el9.x86_64 82/110 #6 69.82 Installing : diffutils-3.7-12.el9.x86_64 83/110 #6 69.82 Installing : policycoreutils-3.6-2.1.el9.x86_64 84/110 #6 69.82 Running scriptlet: policycoreutils-3.6-2.1.el9.x86_64 84/110 #6 69.84 Installing : selinux-policy-38.1.45-3.el9_5.noarch 85/110 #6 69.85 Running scriptlet: selinux-policy-38.1.45-3.el9_5.noarch 85/110 #6 69.91 Running scriptlet: selinux-policy-targeted-38.1.45-3.el9_5.noarch 86/110 #6 70.60 Installing : selinux-policy-targeted-38.1.45-3.el9_5.noarch 86/110 #6 70.74 Running scriptlet: selinux-policy-targeted-38.1.45-3.el9_5.noarch 86/110 #6 80.70 Installing : dbus-1:1.12.20-8.el9.x86_64 87/110 #6 80.72 Installing : systemd-pam-252-46.el9_5.2.0.1.x86_64 88/110 #6 80.74 Running scriptlet: systemd-252-46.el9_5.2.0.1.x86_64 89/110 #6 81.43 Installing : systemd-252-46.el9_5.2.0.1.x86_64 89/110 #6 81.52 Running scriptlet: systemd-252-46.el9_5.2.0.1.x86_64 89/110 #6 90.87 Installing : dbus-common-1:1.12.20-8.el9.noarch 90/110 #6 90.87 Running scriptlet: dbus-common-1:1.12.20-8.el9.noarch 90/110 #6 90.91 Created symlink /etc/systemd/system/sockets.target.wants/dbus.socket → /usr/lib/systemd/system/dbus.socket. #6 90.91 Created symlink /etc/systemd/user/sockets.target.wants/dbus.socket → /usr/lib/systemd/user/dbus.socket. #6 90.91 #6 90.91 Running scriptlet: dbus-broker-28-7.el9.x86_64 91/110 #6 91.01 Installing : dbus-broker-28-7.el9.x86_64 91/110 #6 91.01 Running scriptlet: dbus-broker-28-7.el9.x86_64 91/110 #6 91.03 Created symlink /etc/systemd/system/dbus.service → /usr/lib/systemd/system/dbus-broker.service. #6 91.03 Created symlink /etc/systemd/user/dbus.service → /usr/lib/systemd/user/dbus-broker.service. #6 91.03 #6 91.03 Running scriptlet: logrotate-3.18.0-8.el9.x86_64 92/110 #6 91.05 Installing : logrotate-3.18.0-8.el9.x86_64 92/110 #6 91.05 Running scriptlet: logrotate-3.18.0-8.el9.x86_64 92/110 #6 91.08 Created symlink /etc/systemd/system/timers.target.wants/logrotate.timer → /usr/lib/systemd/system/logrotate.timer. #6 91.08 #6 91.08 Running scriptlet: redis-6.2.17-1.el9_5.x86_64 93/110 #6 91.18 Installing : redis-6.2.17-1.el9_5.x86_64 93/110 #6 91.19 Running scriptlet: redis-6.2.17-1.el9_5.x86_64 93/110 #6 91.25 Running scriptlet: contrail-web-core-v0+nightly-nightly.x86_64 94/110 #6 91.33 ....+.....+...+.+..+....+...+.....+...+++++++++++++++++++++++++++++++++++++++*.+......+.........+..+++++++++++++++++++++++++++++++++++++++*......++++++ #6 91.33 .......+...+.....+....+..+..........+...+.....+...+....+++++++++++++++++++++++++++++++++++++++*...+..+.+........+.+.....+....+..+....+++++++++++++++++++++++++++++++++++++++*...........+.+..+.......+........+...+...............+.............+......+......+..+...+.......+..+.+..+......+..........+.....+....+........+...............+......................+..+...+......+......+....+.....+.+.....++++++ #6 91.33 ----- #6 91.33 Certificate request self-signature ok #6 91.33 subject=C=US, ST=CA, L=Sunnyvale, O=JuniperNetworks, OU=JuniperCA, CN=ContrailCA #6 91.33 #6 92.89 Installing : contrail-web-core-v0+nightly-nightly.x86_64 94/110 #6 93.93 Running scriptlet: contrail-web-core-v0+nightly-nightly.x86_64 94/110 #6 93.93 Installing : attr-2.5.1-3.el9.x86_64 95/110 #6 93.97 Upgrading : ima-evm-utils-1.5-2.el9.0.1.x86_64 96/110 #6 93.99 Upgrading : rpm-sign-libs-4.16.1.3-34.el9.0.1.x86_64 97/110 #6 94.00 Upgrading : python3-rpm-4.16.1.3-34.el9.0.1.x86_64 98/110 #6 94.41 Installing : contrail-web-controller-v0+nightly-nightly.x86_6 99/110 #6 94.46 Running scriptlet: contrail-web-controller-v0+nightly-nightly.x86_6 99/110 #6 94.46 Installing : rpm-plugin-selinux-4.16.1.3-34.el9.0.1.x86_64 100/110 #6 94.49 Cleanup : python3-rpm-4.16.1.3-25.el9.x86_64 101/110 #6 94.49 Cleanup : rpm-sign-libs-4.16.1.3-25.el9.x86_64 102/110 #6 94.49 Cleanup : rpm-build-libs-4.16.1.3-25.el9.x86_64 103/110 #6 94.49 Cleanup : rpm-4.16.1.3-25.el9.x86_64 104/110 #6 94.51 Cleanup : rpm-libs-4.16.1.3-25.el9.x86_64 105/110 #6 94.52 Cleanup : systemd-libs-252-18.el9.x86_64 106/110 #6 94.53 Cleanup : libselinux-3.5-1.el9.x86_64 107/110 #6 94.54 Cleanup : libsepol-3.5-1.el9.x86_64 108/110 #6 94.56 Cleanup : libacl-2.3.1-3.el9.x86_64 109/110 #6 94.56 Cleanup : ima-evm-utils-1.4-4.el9.x86_64 110/110 #6 94.56 Running scriptlet: rpm-4.16.1.3-34.el9.0.1.x86_64 110/110 #6 94.58 Running scriptlet: selinux-policy-targeted-38.1.45-3.el9_5.noarch 110/110 #6 94.58 Running scriptlet: systemd-252-46.el9_5.2.0.1.x86_64 110/110 #6 102.3 Running scriptlet: ima-evm-utils-1.4-4.el9.x86_64 110/110 #6 102.5 Verifying : contrail-web-controller-v0+nightly-nightly.x86_6 1/110 #6 102.5 Verifying : contrail-web-core-v0+nightly-nightly.x86_64 2/110 #6 102.5 Verifying : acl-2.3.1-4.el9.x86_64 3/110 #6 102.5 Verifying : attr-2.5.1-3.el9.x86_64 4/110 #6 102.5 Verifying : dbus-1:1.12.20-8.el9.x86_64 5/110 #6 102.5 Verifying : dbus-broker-28-7.el9.x86_64 6/110 #6 102.5 Verifying : dbus-common-1:1.12.20-8.el9.noarch 7/110 #6 102.5 Verifying : diffutils-3.7-12.el9.x86_64 8/110 #6 102.5 Verifying : groff-base-1.22.4-10.el9.x86_64 9/110 #6 102.5 Verifying : keyutils-1.6.3-1.el9.x86_64 10/110 #6 102.5 Verifying : kmod-libs-28-10.el9.x86_64 11/110 #6 102.5 Verifying : libseccomp-2.5.2-2.el9.x86_64 12/110 #6 102.5 Verifying : libselinux-utils-3.6-1.el9.x86_64 13/110 #6 102.5 Verifying : logrotate-3.18.0-8.el9.x86_64 14/110 #6 102.5 Verifying : ncurses-6.2-10.20210508.el9.x86_64 15/110 #6 102.5 Verifying : policycoreutils-3.6-2.1.el9.x86_64 16/110 #6 102.5 Verifying : rpm-plugin-selinux-4.16.1.3-34.el9.0.1.x86_64 17/110 #6 102.5 Verifying : selinux-policy-38.1.45-3.el9_5.noarch 18/110 #6 102.5 Verifying : selinux-policy-targeted-38.1.45-3.el9_5.noarch 19/110 #6 102.5 Verifying : systemd-252-46.el9_5.2.0.1.x86_64 20/110 #6 102.5 Verifying : systemd-pam-252-46.el9_5.2.0.1.x86_64 21/110 #6 102.5 Verifying : systemd-rpm-macros-252-46.el9_5.2.0.1.noarch 22/110 #6 102.5 Verifying : perl-AutoLoader-5.74-481.el9.noarch 23/110 #6 102.5 Verifying : perl-B-1.80-481.el9.x86_64 24/110 #6 102.5 Verifying : perl-Carp-1.50-460.el9.noarch 25/110 #6 102.5 Verifying : perl-Class-Struct-0.66-481.el9.noarch 26/110 #6 102.5 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 27/110 #6 102.5 Verifying : perl-Digest-1.19-4.el9.noarch 28/110 #6 102.5 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 29/110 #6 102.5 Verifying : perl-Encode-4:3.08-462.el9.x86_64 30/110 #6 102.5 Verifying : perl-Errno-1.30-481.el9.x86_64 31/110 #6 102.5 Verifying : perl-Exporter-5.74-461.el9.noarch 32/110 #6 102.5 Verifying : perl-Fcntl-1.13-481.el9.x86_64 33/110 #6 102.5 Verifying : perl-File-Basename-2.85-481.el9.noarch 34/110 #6 102.5 Verifying : perl-File-Path-2.18-4.el9.noarch 35/110 #6 102.5 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 36/110 #6 102.5 Verifying : perl-File-stat-1.09-481.el9.noarch 37/110 #6 102.5 Verifying : perl-FileHandle-2.03-481.el9.noarch 38/110 #6 102.5 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 39/110 #6 102.5 Verifying : perl-Getopt-Std-1.12-481.el9.noarch 40/110 #6 102.5 Verifying : perl-HTTP-Tiny-0.076-462.el9.noarch 41/110 #6 102.5 Verifying : perl-IO-1.43-481.el9.x86_64 42/110 #6 102.5 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 43/110 #6 102.5 Verifying : perl-IO-Socket-SSL-2.073-2.el9.noarch 44/110 #6 102.5 Verifying : perl-IPC-Open3-1.21-481.el9.noarch 45/110 #6 102.5 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 46/110 #6 102.5 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 47/110 #6 102.5 Verifying : perl-NDBM_File-1.15-481.el9.x86_64 48/110 #6 102.5 Verifying : perl-Net-SSLeay-1.94-1.el9.x86_64 49/110 #6 102.5 Verifying : perl-POSIX-1.94-481.el9.x86_64 50/110 #6 102.5 Verifying : perl-PathTools-3.78-461.el9.x86_64 51/110 #6 102.5 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 52/110 #6 102.5 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 53/110 #6 102.5 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 54/110 #6 102.5 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 55/110 #6 102.5 Verifying : perl-Scalar-List-Utils-4:1.56-462.el9.x86_64 56/110 #6 102.5 Verifying : perl-SelectSaver-1.02-481.el9.noarch 57/110 #6 102.5 Verifying : perl-Socket-4:2.031-4.el9.x86_64 58/110 #6 102.5 Verifying : perl-Storable-1:3.21-460.el9.x86_64 59/110 #6 102.5 Verifying : perl-Symbol-1.08-481.el9.noarch 60/110 #6 102.5 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 61/110 #6 102.5 Verifying : perl-Term-Cap-1.17-460.el9.noarch 62/110 #6 102.5 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 63/110 #6 102.5 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 64/110 #6 102.5 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 65/110 #6 102.5 Verifying : perl-URI-5.09-3.el9.noarch 66/110 #6 102.5 Verifying : perl-base-2.27-481.el9.noarch 67/110 #6 102.5 Verifying : perl-constant-1.33-461.el9.noarch 68/110 #6 102.5 Verifying : perl-if-0.60.800-481.el9.noarch 69/110 #6 102.5 Verifying : perl-interpreter-4:5.32.1-481.el9.x86_64 70/110 #6 102.5 Verifying : perl-libnet-3.13-4.el9.noarch 71/110 #6 102.5 Verifying : perl-libs-4:5.32.1-481.el9.x86_64 72/110 #6 102.5 Verifying : perl-mro-1.23-481.el9.x86_64 73/110 #6 102.5 Verifying : perl-overload-1.31-481.el9.noarch 74/110 #6 102.5 Verifying : perl-overloading-0.02-481.el9.noarch 75/110 #6 102.5 Verifying : perl-parent-1:0.238-460.el9.noarch 76/110 #6 102.5 Verifying : perl-podlators-1:4.14-460.el9.noarch 77/110 #6 102.5 Verifying : perl-subs-1.03-481.el9.noarch 78/110 #6 102.5 Verifying : perl-vars-1.05-481.el9.noarch 79/110 #6 102.5 Verifying : redis-6.2.17-1.el9_5.x86_64 80/110 #6 102.5 Verifying : ruby-3.0.7-163.el9_5.x86_64 81/110 #6 102.5 Verifying : ruby-default-gems-3.0.7-163.el9_5.noarch 82/110 #6 102.5 Verifying : ruby-libs-3.0.7-163.el9_5.x86_64 83/110 #6 102.5 Verifying : rubygem-bigdecimal-3.0.0-163.el9_5.x86_64 84/110 #6 102.5 Verifying : rubygem-bundler-2.2.33-163.el9_5.noarch 85/110 #6 102.5 Verifying : rubygem-io-console-0.5.7-163.el9_5.x86_64 86/110 #6 102.5 Verifying : rubygem-json-2.5.1-163.el9_5.x86_64 87/110 #6 102.5 Verifying : rubygem-psych-3.3.2-163.el9_5.x86_64 88/110 #6 102.5 Verifying : rubygem-rdoc-6.3.4.1-163.el9_5.noarch 89/110 #6 102.5 Verifying : rubygems-3.2.33-163.el9_5.noarch 90/110 #6 102.5 Verifying : ima-evm-utils-1.5-2.el9.0.1.x86_64 91/110 #6 102.5 Verifying : ima-evm-utils-1.4-4.el9.x86_64 92/110 #6 102.5 Verifying : libacl-2.3.1-4.el9.x86_64 93/110 #6 102.5 Verifying : libacl-2.3.1-3.el9.x86_64 94/110 #6 102.5 Verifying : libselinux-3.6-1.el9.x86_64 95/110 #6 102.5 Verifying : libselinux-3.5-1.el9.x86_64 96/110 #6 102.5 Verifying : libsepol-3.6-1.el9.x86_64 97/110 #6 102.5 Verifying : libsepol-3.5-1.el9.x86_64 98/110 #6 102.5 Verifying : python3-rpm-4.16.1.3-34.el9.0.1.x86_64 99/110 #6 102.5 Verifying : python3-rpm-4.16.1.3-25.el9.x86_64 100/110 #6 102.5 Verifying : rpm-4.16.1.3-34.el9.0.1.x86_64 101/110 #6 102.5 Verifying : rpm-4.16.1.3-25.el9.x86_64 102/110 #6 102.5 Verifying : rpm-build-libs-4.16.1.3-34.el9.0.1.x86_64 103/110 #6 102.5 Verifying : rpm-build-libs-4.16.1.3-25.el9.x86_64 104/110 #6 102.5 Verifying : rpm-libs-4.16.1.3-34.el9.0.1.x86_64 105/110 #6 102.5 Verifying : rpm-libs-4.16.1.3-25.el9.x86_64 106/110 #6 102.5 Verifying : rpm-sign-libs-4.16.1.3-34.el9.0.1.x86_64 107/110 #6 102.5 Verifying : rpm-sign-libs-4.16.1.3-25.el9.x86_64 108/110 #6 102.5 Verifying : systemd-libs-252-46.el9_5.2.0.1.x86_64 109/110 #6 102.5 Verifying : systemd-libs-252-18.el9.x86_64 110/110 #6 102.6 #6 102.6 Upgraded: #6 102.6 ima-evm-utils-1.5-2.el9.0.1.x86_64 #6 102.6 libacl-2.3.1-4.el9.x86_64 #6 102.6 libselinux-3.6-1.el9.x86_64 #6 102.6 libsepol-3.6-1.el9.x86_64 #6 102.6 python3-rpm-4.16.1.3-34.el9.0.1.x86_64 #6 102.6 rpm-4.16.1.3-34.el9.0.1.x86_64 #6 102.6 rpm-build-libs-4.16.1.3-34.el9.0.1.x86_64 #6 102.6 rpm-libs-4.16.1.3-34.el9.0.1.x86_64 #6 102.6 rpm-sign-libs-4.16.1.3-34.el9.0.1.x86_64 #6 102.6 systemd-libs-252-46.el9_5.2.0.1.x86_64 #6 102.6 Installed: #6 102.6 acl-2.3.1-4.el9.x86_64 #6 102.6 attr-2.5.1-3.el9.x86_64 #6 102.6 contrail-web-controller-v0+nightly-nightly.x86_64 #6 102.6 contrail-web-core-v0+nightly-nightly.x86_64 #6 102.6 dbus-1:1.12.20-8.el9.x86_64 #6 102.6 dbus-broker-28-7.el9.x86_64 #6 102.6 dbus-common-1:1.12.20-8.el9.noarch #6 102.6 diffutils-3.7-12.el9.x86_64 #6 102.6 groff-base-1.22.4-10.el9.x86_64 #6 102.6 keyutils-1.6.3-1.el9.x86_64 #6 102.6 kmod-libs-28-10.el9.x86_64 #6 102.6 libseccomp-2.5.2-2.el9.x86_64 #6 102.6 libselinux-utils-3.6-1.el9.x86_64 #6 102.6 logrotate-3.18.0-8.el9.x86_64 #6 102.6 ncurses-6.2-10.20210508.el9.x86_64 #6 102.6 perl-AutoLoader-5.74-481.el9.noarch #6 102.6 perl-B-1.80-481.el9.x86_64 #6 102.6 perl-Carp-1.50-460.el9.noarch #6 102.6 perl-Class-Struct-0.66-481.el9.noarch #6 102.6 perl-Data-Dumper-2.174-462.el9.x86_64 #6 102.6 perl-Digest-1.19-4.el9.noarch #6 102.6 perl-Digest-MD5-2.58-4.el9.x86_64 #6 102.6 perl-Encode-4:3.08-462.el9.x86_64 #6 102.6 perl-Errno-1.30-481.el9.x86_64 #6 102.6 perl-Exporter-5.74-461.el9.noarch #6 102.6 perl-Fcntl-1.13-481.el9.x86_64 #6 102.6 perl-File-Basename-2.85-481.el9.noarch #6 102.6 perl-File-Path-2.18-4.el9.noarch #6 102.6 perl-File-Temp-1:0.231.100-4.el9.noarch #6 102.6 perl-File-stat-1.09-481.el9.noarch #6 102.6 perl-FileHandle-2.03-481.el9.noarch #6 102.6 perl-Getopt-Long-1:2.52-4.el9.noarch #6 102.6 perl-Getopt-Std-1.12-481.el9.noarch #6 102.6 perl-HTTP-Tiny-0.076-462.el9.noarch #6 102.6 perl-IO-1.43-481.el9.x86_64 #6 102.6 perl-IO-Socket-IP-0.41-5.el9.noarch #6 102.6 perl-IO-Socket-SSL-2.073-2.el9.noarch #6 102.6 perl-IPC-Open3-1.21-481.el9.noarch #6 102.6 perl-MIME-Base64-3.16-4.el9.x86_64 #6 102.6 perl-Mozilla-CA-20200520-6.el9.noarch #6 102.6 perl-NDBM_File-1.15-481.el9.x86_64 #6 102.6 perl-Net-SSLeay-1.94-1.el9.x86_64 #6 102.6 perl-POSIX-1.94-481.el9.x86_64 #6 102.6 perl-PathTools-3.78-461.el9.x86_64 #6 102.6 perl-Pod-Escapes-1:1.07-460.el9.noarch #6 102.6 perl-Pod-Perldoc-3.28.01-461.el9.noarch #6 102.6 perl-Pod-Simple-1:3.42-4.el9.noarch #6 102.6 perl-Pod-Usage-4:2.01-4.el9.noarch #6 102.6 perl-Scalar-List-Utils-4:1.56-462.el9.x86_64 #6 102.6 perl-SelectSaver-1.02-481.el9.noarch #6 102.6 perl-Socket-4:2.031-4.el9.x86_64 #6 102.6 perl-Storable-1:3.21-460.el9.x86_64 #6 102.6 perl-Symbol-1.08-481.el9.noarch #6 102.6 perl-Term-ANSIColor-5.01-461.el9.noarch #6 102.6 perl-Term-Cap-1.17-460.el9.noarch #6 102.6 perl-Text-ParseWords-3.30-460.el9.noarch #6 102.6 perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch #6 102.6 perl-Time-Local-2:1.300-7.el9.noarch #6 102.6 perl-URI-5.09-3.el9.noarch #6 102.6 perl-base-2.27-481.el9.noarch #6 102.6 perl-constant-1.33-461.el9.noarch #6 102.6 perl-if-0.60.800-481.el9.noarch #6 102.6 perl-interpreter-4:5.32.1-481.el9.x86_64 #6 102.6 perl-libnet-3.13-4.el9.noarch #6 102.6 perl-libs-4:5.32.1-481.el9.x86_64 #6 102.6 perl-mro-1.23-481.el9.x86_64 #6 102.6 perl-overload-1.31-481.el9.noarch #6 102.6 perl-overloading-0.02-481.el9.noarch #6 102.6 perl-parent-1:0.238-460.el9.noarch #6 102.6 perl-podlators-1:4.14-460.el9.noarch #6 102.6 perl-subs-1.03-481.el9.noarch #6 102.6 perl-vars-1.05-481.el9.noarch #6 102.6 policycoreutils-3.6-2.1.el9.x86_64 #6 102.6 redis-6.2.17-1.el9_5.x86_64 #6 102.6 rpm-plugin-selinux-4.16.1.3-34.el9.0.1.x86_64 #6 102.6 ruby-3.0.7-163.el9_5.x86_64 #6 102.6 ruby-default-gems-3.0.7-163.el9_5.noarch #6 102.6 ruby-libs-3.0.7-163.el9_5.x86_64 #6 102.6 rubygem-bigdecimal-3.0.0-163.el9_5.x86_64 #6 102.6 rubygem-bundler-2.2.33-163.el9_5.noarch #6 102.6 rubygem-io-console-0.5.7-163.el9_5.x86_64 #6 102.6 rubygem-json-2.5.1-163.el9_5.x86_64 #6 102.6 rubygem-psych-3.3.2-163.el9_5.x86_64 #6 102.6 rubygem-rdoc-6.3.4.1-163.el9_5.noarch #6 102.6 rubygems-3.2.33-163.el9_5.noarch #6 102.6 selinux-policy-38.1.45-3.el9_5.noarch #6 102.6 selinux-policy-targeted-38.1.45-3.el9_5.noarch #6 102.6 systemd-252-46.el9_5.2.0.1.x86_64 #6 102.6 systemd-pam-252-46.el9_5.2.0.1.x86_64 #6 102.6 systemd-rpm-macros-252-46.el9_5.2.0.1.noarch #6 102.6 #6 102.6 Complete! #6 103.0 80 files removed #6 DONE 103.3s #7 [3/6] COPY custom-images/logo.png /opt/contrail/images/logo.png #7 DONE 0.1s #8 [4/6] COPY custom-images/favicon.ico /opt/contrail/images/favicon.ico #8 DONE 0.2s #9 [5/6] COPY *.sh / #9 DONE 0.1s #10 [6/6] RUN /bin/bash -c 'for item in `ls /__*` ; do mv $item /${item:3} ; done' #10 DONE 0.2s #11 exporting to image #11 exporting layers #11 exporting layers 6.8s done #11 writing image sha256:7239cc3a4c106a7285e0269269cada3556c01ff09c1a05030f220505ee48ef19 #11 writing image sha256:7239cc3a4c106a7285e0269269cada3556c01ff09c1a05030f220505ee48ef19 done #11 naming to nexus.gz1.opensdn.io:5102/opensdn-controller-webui-base:nightly done #11 DONE 6.8s 1 warning found (use docker --debug to expand):  - InvalidDefaultArgInFrom: Default value for ARG ${CONTRAIL_REGISTRY}/opensdn-general-base:${CONTRAIL_CONTAINER_TAG} results in empty or invalid base image name (line 3) 2025-08-21 01:06:24,508: INFO: Docker build duration: 113 seconds The push refers to repository [nexus.gz1.opensdn.io:5102/opensdn-controller-webui-base] d991fa5d97f8: Preparing 9a9787f5b298: Preparing 2411f4d66936: Preparing e4a06504bce2: Preparing 811889464877: Preparing c78df8f9cb88: Preparing e68c0a1257aa: Preparing 4d29203cdc6d: Preparing 472824d7174a: Preparing a2d848a33535: Preparing bf9da39e8adb: Preparing 44343de3ea1d: Preparing 2411f4d66936: Waiting e4a06504bce2: Waiting 811889464877: Waiting c78df8f9cb88: Waiting e68c0a1257aa: Waiting 4d29203cdc6d: Waiting 472824d7174a: Waiting a2d848a33535: Waiting bf9da39e8adb: Waiting 44343de3ea1d: Waiting d991fa5d97f8: Pushed 9a9787f5b298: Pushed 2411f4d66936: Pushed e4a06504bce2: Pushed c78df8f9cb88: Layer already exists e68c0a1257aa: Layer already exists 4d29203cdc6d: Layer already exists 472824d7174a: Layer already exists a2d848a33535: Layer already exists bf9da39e8adb: Layer already exists 44343de3ea1d: Layer already exists 811889464877: Pushed nightly: digest: sha256:06c4b325a6563ac4869d8f126f8cf0a2a0e62b457abb2cd7cd4c458af5a6a182 size: 2823 2025-08-21 01:06:44,920: INFO: Building opensdn-controller-webui-base finished successfully, duration: 133 seconds