2025-03-10 01:25:44,833: INFO: Building contrail-base
2025-03-10 01:25:44,836: 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=7 --build-arg LINUX_DISTR=centos --build-arg GENERAL_EXTRA_RPMS="" --build-arg BASE_EXTRA_RPMS="" --build-arg YUM_ENABLE_REPOS="" --build-arg CONTAINER_NAME=contrail-base --build-arg UBUNTU_DISTR_VERSION=22.04 --build-arg UBUNTU_DISTR=ubuntu --build-arg VENDOR_NAME=OpenSDN-IO --build-arg VENDOR_DOMAIN=io.opensdn
Sending build context to Docker daemon 46.08 kB

Step 1/9 : ARG CONTRAIL_REGISTRY
Step 2/9 : ARG CONTRAIL_CONTAINER_TAG
Step 3/9 : FROM ${CONTRAIL_REGISTRY}/contrail-general-base:${CONTRAIL_CONTAINER_TAG}
---> 460e7cafd214
Step 4/9 : ARG BASE_EXTRA_RPMS=""
---> Running in 9d7fb01a6524
---> Removed intermediate container 9d7fb01a6524
---> 723a4a60b1bd
Step 5/9 : ARG PIP_REPOSITORY
---> Running in 1d94e5e8f623
---> Removed intermediate container 1d94e5e8f623
---> a1e8f3040913
Step 6/9 : RUN     BASE_EXTRA_RPMS=$(echo $BASE_EXTRA_RPMS | tr -d '"' | tr ',' ' ') ;     if [[ -n "$BASE_EXTRA_RPMS" ]] ; then         echo "INFO: contrail-base: install $BASE_EXTRA_RPMS" ;         yum install -y $BASE_EXTRA_RPMS ;         echo "INFO: importing gpg keys from any newly installed repos" ;         [ -d /etc/pki/rpm-gpg ] && rpm --import /etc/pki/rpm-gpg/* ;     fi ;     yum install -y nc gcc python3-devel contrail-lib net-tools ;     python3 -m pip install --no-compile --extra-index-url $PIP_REPOSITORY "contrail_config_utils==0.1.dev0" ;     mkdir -p /opt/contrail/utils ;     ls -l /usr/local/lib/python3.6/site-packages/ ;     cp /usr/local/lib/python3.6/site-packages/contrail_config_utils/* /opt/contrail/utils/ ;     chmod a+x /opt/contrail/utils/* ;     rm -rf /tmp/utils ;     python3 -m pip install --no-compile remote-pdb ;     rm -rf /root/.cache ;     yum clean all -y ;     rm -rf /var/cache/yum ;     ldconfig
---> Running in f2159abfeb58
Loaded plugins: fastestmirror, ovl
Determining fastest mirrors
Resolving Dependencies
--> Running transaction check
---> Package contrail-lib.x86_64 0:nightly-nightly.el7 will be installed
---> Package gcc.x86_64 0:4.8.5-44.el7 will be installed
--> Processing Dependency: libgomp = 4.8.5-44.el7 for package: gcc-4.8.5-44.el7.x86_64
--> Processing Dependency: cpp = 4.8.5-44.el7 for package: gcc-4.8.5-44.el7.x86_64
--> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-44.el7.x86_64
--> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-44.el7.x86_64
--> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-44.el7.x86_64
--> Processing Dependency: libgomp.so.1()(64bit) for package: gcc-4.8.5-44.el7.x86_64
---> Package net-tools.x86_64 0:2.0-0.25.20131004git.el7 will be installed
---> Package nmap-ncat.x86_64 2:6.40-19.el7 will be installed
--> Processing Dependency: libpcap.so.1()(64bit) for package: 2:nmap-ncat-6.40-19.el7.x86_64
---> Package python3-devel.x86_64 0:3.6.8-21.el7_9 will be installed
--> Processing Dependency: redhat-rpm-config for package: python3-devel-3.6.8-21.el7_9.x86_64
--> Processing Dependency: python3-rpm-macros for package: python3-devel-3.6.8-21.el7_9.x86_64
--> Processing Dependency: python3-rpm-generators for package: python3-devel-3.6.8-21.el7_9.x86_64
--> Processing Dependency: python-rpm-macros for package: python3-devel-3.6.8-21.el7_9.x86_64
--> Running transaction check
---> Package cpp.x86_64 0:4.8.5-44.el7 will be installed
---> Package glibc-devel.x86_64 0:2.17-326.el7_9 will be installed
--> Processing Dependency: glibc-headers = 2.17-326.el7_9 for package: glibc-devel-2.17-326.el7_9.x86_64
--> Processing Dependency: glibc = 2.17-326.el7_9 for package: glibc-devel-2.17-326.el7_9.x86_64
--> Processing Dependency: glibc-headers for package: glibc-devel-2.17-326.el7_9.x86_64
---> Package libgomp.x86_64 0:4.8.5-44.el7 will be installed
---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed
---> Package libpcap.x86_64 14:1.5.3-13.el7_9 will be installed
---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed
---> Package python-rpm-macros.noarch 0:3-34.el7 will be installed
--> Processing Dependency: python-srpm-macros for package: python-rpm-macros-3-34.el7.noarch
---> Package python3-rpm-generators.noarch 0:6-2.el7 will be installed
---> Package python3-rpm-macros.noarch 0:3-34.el7 will be installed
---> Package redhat-rpm-config.noarch 0:9.1.0-88.el7.centos will be installed
--> Processing Dependency: dwz >= 0.4 for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
--> Processing Dependency: zip for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
--> Processing Dependency: perl-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
--> Processing Dependency: perl(Getopt::Long) for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
--> Processing Dependency: /usr/bin/perl for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
--> Running transaction check
---> Package dwz.x86_64 0:0.11-3.el7 will be installed
---> Package glibc.x86_64 0:2.17-317.el7 will be updated
--> Processing Dependency: glibc = 2.17-317.el7 for package: glibc-common-2.17-317.el7.x86_64
---> Package glibc.x86_64 0:2.17-326.el7_9 will be an update
---> Package glibc-headers.x86_64 0:2.17-326.el7_9 will be installed
--> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-326.el7_9.x86_64
--> Processing Dependency: kernel-headers for package: glibc-headers-2.17-326.el7_9.x86_64
---> Package perl.x86_64 4:5.16.3-299.el7_9 will be installed
--> Processing Dependency: perl-libs = 4:5.16.3-299.el7_9 for package: 4:perl-5.16.3-299.el7_9.x86_64
--> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-299.el7_9.x86_64
--> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-299.el7_9.x86_64
--> Processing Dependency: perl-macros for package: 4:perl-5.16.3-299.el7_9.x86_64
--> Processing Dependency: perl-libs for package: 4:perl-5.16.3-299.el7_9.x86_64
--> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-299.el7_9.x86_64
--> Processing Dependency: perl(threads) for package: 4:perl-5.16.3-299.el7_9.x86_64
--> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-299.el7_9.x86_64
--> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-299.el7_9.x86_64
--> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-299.el7_9.x86_64
--> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-299.el7_9.x86_64
--> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-299.el7_9.x86_64
--> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-299.el7_9.x86_64
--> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-299.el7_9.x86_64
--> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-299.el7_9.x86_64
--> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-299.el7_9.x86_64
--> Processing Dependency: perl(File::Temp) for package: 4:perl-5.16.3-299.el7_9.x86_64
--> Processing Dependency: perl(File::Spec::Unix) for package: 4:perl-5.16.3-299.el7_9.x86_64
--> Processing Dependency: perl(File::Spec::Functions) for package: 4:perl-5.16.3-299.el7_9.x86_64
--> Processing Dependency: perl(File::Spec) for package: 4:perl-5.16.3-299.el7_9.x86_64
--> Processing Dependency: perl(File::Path) for package: 4:perl-5.16.3-299.el7_9.x86_64
--> Processing Dependency: perl(Exporter) for package: 4:perl-5.16.3-299.el7_9.x86_64
--> Processing Dependency: perl(Cwd) for package: 4:perl-5.16.3-299.el7_9.x86_64
--> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-299.el7_9.x86_64
--> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-299.el7_9.x86_64
---> Package perl-Getopt-Long.noarch 0:2.40-3.el7 will be installed
--> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-3.el7.noarch
--> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-3.el7.noarch
---> Package perl-srpm-macros.noarch 0:1-8.el7 will be installed
---> Package python-srpm-macros.noarch 0:3-34.el7 will be installed
---> Package zip.x86_64 0:3.0-11.el7 will be installed
--> Running transaction check
---> Package glibc-common.x86_64 0:2.17-317.el7 will be updated
---> Package glibc-common.x86_64 0:2.17-326.el7_9 will be an update
---> Package kernel-headers.x86_64 0:3.10.0-1160.108.1.el7 will be installed
---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed
---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed
---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed
---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed
---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed
---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed
---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed
--> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
--> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed
--> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch
--> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch
---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed
---> Package perl-Socket.x86_64 0:2.010-5.el7 will be installed
---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed
---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed
---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed
---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed
---> Package perl-constant.noarch 0:1.27-2.el7 will be installed
---> Package perl-libs.x86_64 4:5.16.3-299.el7_9 will be installed
---> Package perl-macros.x86_64 4:5.16.3-299.el7_9 will be installed
---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed
---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed
--> Running transaction check
---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed
---> Package perl-Pod-Escapes.noarch 1:1.04-299.el7_9 will be installed
---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed
--> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
--> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed
--> Running transaction check
---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed
---> Package perl-parent.noarch 1:0.225-244.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
Package           Arch   Version        Repository                        Size
================================================================================
Installing:
contrail-lib      x86_64 nightly-nightly.el7
contrail                         204 k
gcc               x86_64 4.8.5-44.el7   tf-mirrors.ci_repos_yum7-base     16 M
net-tools         x86_64 2.0-0.25.20131004git.el7
tf-mirrors.ci_repos_yum7-base    306 k
nmap-ncat         x86_64 2:6.40-19.el7  tf-mirrors.ci_repos_yum7-base    206 k
python3-devel     x86_64 3.6.8-21.el7_9 tf-mirrors.ci_repos_yum7-updates 217 k
Installing for dependencies:
cpp               x86_64 4.8.5-44.el7   tf-mirrors.ci_repos_yum7-base    5.9 M
dwz               x86_64 0.11-3.el7     tf-mirrors.ci_repos_yum7-base     99 k
glibc-devel       x86_64 2.17-326.el7_9 tf-mirrors.ci_repos_yum7-updates 1.1 M
glibc-headers     x86_64 2.17-326.el7_9 tf-mirrors.ci_repos_yum7-updates 691 k
kernel-headers    x86_64 3.10.0-1160.108.1.el7
tf-mirrors.ci_repos_yum7-updates 9.1 M
libgomp           x86_64 4.8.5-44.el7   tf-mirrors.ci_repos_yum7-base    159 k
libmpc            x86_64 1.0.1-3.el7    tf-mirrors.ci_repos_yum7-base     51 k
libpcap           x86_64 14:1.5.3-13.el7_9
tf-mirrors.ci_repos_yum7-updates 139 k
mpfr              x86_64 3.1.1-4.el7    tf-mirrors.ci_repos_yum7-base    203 k
perl              x86_64 4:5.16.3-299.el7_9
tf-mirrors.ci_repos_yum7-updates 8.0 M
perl-Carp         noarch 1.26-244.el7   tf-mirrors.ci_repos_yum7-base     19 k
perl-Encode       x86_64 2.51-7.el7     tf-mirrors.ci_repos_yum7-base    1.5 M
perl-Exporter     noarch 5.68-3.el7     tf-mirrors.ci_repos_yum7-base     28 k
perl-File-Path    noarch 2.09-2.el7     tf-mirrors.ci_repos_yum7-base     26 k
perl-File-Temp    noarch 0.23.01-3.el7  tf-mirrors.ci_repos_yum7-base     56 k
perl-Filter       x86_64 1.49-3.el7     tf-mirrors.ci_repos_yum7-base     76 k
perl-Getopt-Long  noarch 2.40-3.el7     tf-mirrors.ci_repos_yum7-base     56 k
perl-HTTP-Tiny    noarch 0.033-3.el7    tf-mirrors.ci_repos_yum7-base     38 k
perl-PathTools    x86_64 3.40-5.el7     tf-mirrors.ci_repos_yum7-base     82 k
perl-Pod-Escapes  noarch 1:1.04-299.el7_9
tf-mirrors.ci_repos_yum7-updates  52 k
perl-Pod-Perldoc  noarch 3.20-4.el7     tf-mirrors.ci_repos_yum7-base     87 k
perl-Pod-Simple   noarch 1:3.28-4.el7   tf-mirrors.ci_repos_yum7-base    216 k
perl-Pod-Usage    noarch 1.63-3.el7     tf-mirrors.ci_repos_yum7-base     27 k
perl-Scalar-List-Utils
x86_64 1.27-248.el7   tf-mirrors.ci_repos_yum7-base     36 k
perl-Socket       x86_64 2.010-5.el7    tf-mirrors.ci_repos_yum7-base     49 k
perl-Storable     x86_64 2.45-3.el7     tf-mirrors.ci_repos_yum7-base     77 k
perl-Text-ParseWords
noarch 3.29-4.el7     tf-mirrors.ci_repos_yum7-base     14 k
perl-Time-HiRes   x86_64 4:1.9725-3.el7 tf-mirrors.ci_repos_yum7-base     45 k
perl-Time-Local   noarch 1.2300-2.el7   tf-mirrors.ci_repos_yum7-base     24 k
perl-constant     noarch 1.27-2.el7     tf-mirrors.ci_repos_yum7-base     19 k
perl-libs         x86_64 4:5.16.3-299.el7_9
tf-mirrors.ci_repos_yum7-updates 690 k
perl-macros       x86_64 4:5.16.3-299.el7_9
tf-mirrors.ci_repos_yum7-updates  44 k
perl-parent       noarch 1:0.225-244.el7
tf-mirrors.ci_repos_yum7-base     12 k
perl-podlators    noarch 2.5.1-3.el7    tf-mirrors.ci_repos_yum7-base    112 k
perl-srpm-macros  noarch 1-8.el7        tf-mirrors.ci_repos_yum7-base    4.6 k
perl-threads      x86_64 1.87-4.el7     tf-mirrors.ci_repos_yum7-base     49 k
perl-threads-shared
x86_64 1.43-6.el7     tf-mirrors.ci_repos_yum7-base     39 k
python-rpm-macros noarch 3-34.el7       tf-mirrors.ci_repos_yum7-base    9.1 k
python-srpm-macros
noarch 3-34.el7       tf-mirrors.ci_repos_yum7-base    8.8 k
python3-rpm-generators
noarch 6-2.el7        tf-mirrors.ci_repos_yum7-base     20 k
python3-rpm-macros
noarch 3-34.el7       tf-mirrors.ci_repos_yum7-base    8.1 k
redhat-rpm-config noarch 9.1.0-88.el7.centos
tf-mirrors.ci_repos_yum7-base     81 k
zip               x86_64 3.0-11.el7     tf-mirrors.ci_repos_yum7-base    260 k
Updating for dependencies:
glibc             x86_64 2.17-326.el7_9 tf-mirrors.ci_repos_yum7-updates 3.6 M
glibc-common      x86_64 2.17-326.el7_9 tf-mirrors.ci_repos_yum7-updates  12 M

Transaction Summary
================================================================================
Install  5 Packages (+43 Dependent packages)
Upgrade             (  2 Dependent packages)

Total download size: 61 M
Downloading packages:
Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
--------------------------------------------------------------------------------
Total                                               94 MB/s |  61 MB  00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Updating   : glibc-common-2.17-326.el7_9.x86_64                          1/52
Updating   : glibc-2.17-326.el7_9.x86_64                                 2/52
Installing : mpfr-3.1.1-4.el7.x86_64                                     3/52
Installing : libmpc-1.0.1-3.el7.x86_64                                   4/52
Installing : python-srpm-macros-3-34.el7.noarch                          5/52
Installing : python-rpm-macros-3-34.el7.noarch                           6/52
Installing : cpp-4.8.5-44.el7.x86_64                                     7/52
Installing : 1:perl-parent-0.225-244.el7.noarch                          8/52
Installing : perl-HTTP-Tiny-0.033-3.el7.noarch                           9/52
Installing : perl-podlators-2.5.1-3.el7.noarch                          10/52
Installing : perl-Pod-Perldoc-3.20-4.el7.noarch                         11/52
Installing : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch                   12/52
Installing : perl-Encode-2.51-7.el7.x86_64                              13/52
Installing : perl-Text-ParseWords-3.29-4.el7.noarch                     14/52
Installing : perl-Pod-Usage-1.63-3.el7.noarch                           15/52
Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64                      16/52
Installing : perl-Exporter-5.68-3.el7.noarch                            17/52
Installing : perl-constant-1.27-2.el7.noarch                            18/52
Installing : perl-threads-1.87-4.el7.x86_64                             19/52
Installing : perl-Socket-2.010-5.el7.x86_64                             20/52
Installing : perl-Time-Local-1.2300-2.el7.noarch                        21/52
Installing : perl-Carp-1.26-244.el7.noarch                              22/52
Installing : 4:perl-macros-5.16.3-299.el7_9.x86_64                      23/52
Installing : perl-Storable-2.45-3.el7.x86_64                            24/52
Installing : perl-threads-shared-1.43-6.el7.x86_64                      25/52
Installing : perl-PathTools-3.40-5.el7.x86_64                           26/52
Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64                 27/52
Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch                        28/52
Installing : perl-File-Temp-0.23.01-3.el7.noarch                        29/52
Installing : perl-File-Path-2.09-2.el7.noarch                           30/52
Installing : perl-Filter-1.49-3.el7.x86_64                              31/52
Installing : 4:perl-libs-5.16.3-299.el7_9.x86_64                        32/52
Installing : perl-Getopt-Long-2.40-3.el7.noarch                         33/52
Installing : 4:perl-5.16.3-299.el7_9.x86_64                             34/52
Installing : 14:libpcap-1.5.3-13.el7_9.x86_64                           35/52
Installing : zip-3.0-11.el7.x86_64                                      36/52
Installing : dwz-0.11-3.el7.x86_64                                      37/52
Installing : libgomp-4.8.5-44.el7.x86_64                                38/52
Installing : python3-rpm-macros-3-34.el7.noarch                         39/52
Installing : kernel-headers-3.10.0-1160.108.1.el7.x86_64                40/52
Installing : glibc-headers-2.17-326.el7_9.x86_64                        41/52
Installing : glibc-devel-2.17-326.el7_9.x86_64                          42/52
Installing : perl-srpm-macros-1-8.el7.noarch                            43/52
Installing : redhat-rpm-config-9.1.0-88.el7.centos.noarch               44/52
Installing : python3-rpm-generators-6-2.el7.noarch                      45/52
Installing : python3-devel-3.6.8-21.el7_9.x86_64                        46/52
Installing : gcc-4.8.5-44.el7.x86_64                                    47/52
Installing : 2:nmap-ncat-6.40-19.el7.x86_64                             48/52
Installing : net-tools-2.0-0.25.20131004git.el7.x86_64                  49/52
Installing : contrail-lib-nightly-nightly.el7.x86_64                    50/52
Cleanup    : glibc-common-2.17-317.el7.x86_64                           51/52
Cleanup    : glibc-2.17-317.el7.x86_64                                  52/52
Verifying  : perl-HTTP-Tiny-0.033-3.el7.noarch                           1/52
Verifying  : python3-rpm-generators-6-2.el7.noarch                       2/52
Verifying  : glibc-2.17-326.el7_9.x86_64                                 3/52
Verifying  : perl-threads-shared-1.43-6.el7.x86_64                       4/52
Verifying  : 4:perl-Time-HiRes-1.9725-3.el7.x86_64                       5/52
Verifying  : mpfr-3.1.1-4.el7.x86_64                                     6/52
Verifying  : perl-Exporter-5.68-3.el7.noarch                             7/52
Verifying  : perl-constant-1.27-2.el7.noarch                             8/52
Verifying  : perl-PathTools-3.40-5.el7.x86_64                            9/52
Verifying  : perl-threads-1.87-4.el7.x86_64                             10/52
Verifying  : cpp-4.8.5-44.el7.x86_64                                    11/52
Verifying  : glibc-headers-2.17-326.el7_9.x86_64                        12/52
Verifying  : 1:perl-parent-0.225-244.el7.noarch                         13/52
Verifying  : perl-Socket-2.010-5.el7.x86_64                             14/52
Verifying  : perl-srpm-macros-1-8.el7.noarch                            15/52
Verifying  : kernel-headers-3.10.0-1160.108.1.el7.x86_64                16/52
Verifying  : python-rpm-macros-3-34.el7.noarch                          17/52
Verifying  : net-tools-2.0-0.25.20131004git.el7.x86_64                  18/52
Verifying  : 1:perl-Pod-Simple-3.28-4.el7.noarch                        19/52
Verifying  : perl-Getopt-Long-2.40-3.el7.noarch                         20/52
Verifying  : perl-Time-Local-1.2300-2.el7.noarch                        21/52
Verifying  : contrail-lib-nightly-nightly.el7.x86_64                    22/52
Verifying  : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch                   23/52
Verifying  : python-srpm-macros-3-34.el7.noarch                         24/52
Verifying  : perl-Carp-1.26-244.el7.noarch                              25/52
Verifying  : python3-devel-3.6.8-21.el7_9.x86_64                        26/52
Verifying  : 4:perl-macros-5.16.3-299.el7_9.x86_64                      27/52
Verifying  : perl-Storable-2.45-3.el7.x86_64                            28/52
Verifying  : gcc-4.8.5-44.el7.x86_64                                    29/52
Verifying  : perl-Scalar-List-Utils-1.27-248.el7.x86_64                 30/52
Verifying  : libmpc-1.0.1-3.el7.x86_64                                  31/52
Verifying  : perl-File-Temp-0.23.01-3.el7.noarch                        32/52
Verifying  : perl-Pod-Usage-1.63-3.el7.noarch                           33/52
Verifying  : perl-Encode-2.51-7.el7.x86_64                              34/52
Verifying  : 14:libpcap-1.5.3-13.el7_9.x86_64                           35/52
Verifying  : glibc-common-2.17-326.el7_9.x86_64                         36/52
Verifying  : perl-Pod-Perldoc-3.20-4.el7.noarch                         37/52
Verifying  : perl-podlators-2.5.1-3.el7.noarch                          38/52
Verifying  : 4:perl-5.16.3-299.el7_9.x86_64                             39/52
Verifying  : perl-File-Path-2.09-2.el7.noarch                           40/52
Verifying  : zip-3.0-11.el7.x86_64                                      41/52
Verifying  : glibc-devel-2.17-326.el7_9.x86_64                          42/52
Verifying  : 2:nmap-ncat-6.40-19.el7.x86_64                             43/52
Verifying  : perl-Filter-1.49-3.el7.x86_64                              44/52
Verifying  : dwz-0.11-3.el7.x86_64                                      45/52
Verifying  : perl-Text-ParseWords-3.29-4.el7.noarch                     46/52
Verifying  : python3-rpm-macros-3-34.el7.noarch                         47/52
Verifying  : 4:perl-libs-5.16.3-299.el7_9.x86_64                        48/52
Verifying  : libgomp-4.8.5-44.el7.x86_64                                49/52
Verifying  : redhat-rpm-config-9.1.0-88.el7.centos.noarch               50/52
Verifying  : glibc-2.17-317.el7.x86_64                                  51/52
Verifying  : glibc-common-2.17-317.el7.x86_64                           52/52

Installed:
contrail-lib.x86_64 0:nightly-nightly.el7     gcc.x86_64 0:4.8.5-44.el7
net-tools.x86_64 0:2.0-0.25.20131004git.el7   nmap-ncat.x86_64 2:6.40-19.el7
python3-devel.x86_64 0:3.6.8-21.el7_9

Dependency Installed:
cpp.x86_64 0:4.8.5-44.el7
dwz.x86_64 0:0.11-3.el7
glibc-devel.x86_64 0:2.17-326.el7_9
glibc-headers.x86_64 0:2.17-326.el7_9
kernel-headers.x86_64 0:3.10.0-1160.108.1.el7
libgomp.x86_64 0:4.8.5-44.el7
libmpc.x86_64 0:1.0.1-3.el7
libpcap.x86_64 14:1.5.3-13.el7_9
mpfr.x86_64 0:3.1.1-4.el7
perl.x86_64 4:5.16.3-299.el7_9
perl-Carp.noarch 0:1.26-244.el7
perl-Encode.x86_64 0:2.51-7.el7
perl-Exporter.noarch 0:5.68-3.el7
perl-File-Path.noarch 0:2.09-2.el7
perl-File-Temp.noarch 0:0.23.01-3.el7
perl-Filter.x86_64 0:1.49-3.el7
perl-Getopt-Long.noarch 0:2.40-3.el7
perl-HTTP-Tiny.noarch 0:0.033-3.el7
perl-PathTools.x86_64 0:3.40-5.el7
perl-Pod-Escapes.noarch 1:1.04-299.el7_9
perl-Pod-Perldoc.noarch 0:3.20-4.el7
perl-Pod-Simple.noarch 1:3.28-4.el7
perl-Pod-Usage.noarch 0:1.63-3.el7
perl-Scalar-List-Utils.x86_64 0:1.27-248.el7
perl-Socket.x86_64 0:2.010-5.el7
perl-Storable.x86_64 0:2.45-3.el7
perl-Text-ParseWords.noarch 0:3.29-4.el7
perl-Time-HiRes.x86_64 4:1.9725-3.el7
perl-Time-Local.noarch 0:1.2300-2.el7
perl-constant.noarch 0:1.27-2.el7
perl-libs.x86_64 4:5.16.3-299.el7_9
perl-macros.x86_64 4:5.16.3-299.el7_9
perl-parent.noarch 1:0.225-244.el7
perl-podlators.noarch 0:2.5.1-3.el7
perl-srpm-macros.noarch 0:1-8.el7
perl-threads.x86_64 0:1.87-4.el7
perl-threads-shared.x86_64 0:1.43-6.el7
python-rpm-macros.noarch 0:3-34.el7
python-srpm-macros.noarch 0:3-34.el7
python3-rpm-generators.noarch 0:6-2.el7
python3-rpm-macros.noarch 0:3-34.el7
redhat-rpm-config.noarch 0:9.1.0-88.el7.centos
zip.x86_64 0:3.0-11.el7

Dependency Updated:
glibc.x86_64 0:2.17-326.el7_9       glibc-common.x86_64 0:2.17-326.el7_9

Complete!
Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/, http://localhost:6667/pip/simple
Collecting contrail_config_utils==0.1.dev0
Downloading http://localhost:6667/pip/simple/contrail-config-utils/contrail_config_utils-0.1.dev0-py3-none-any.whl (156 kB)
Collecting netaddr<1
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/982/2305b42ea1020/netaddr-0.10.1-py2.py3-none-any.whl (2.2 MB)
Collecting sandesh-common==0.1.dev0
Downloading http://localhost:6667/pip/simple/sandesh-common/sandesh_common-0.1.dev0-py3-none-any.whl (9.1 kB)
Collecting requests
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f22/fa1e554c9ddfd/requests-2.27.1-py2.py3-none-any.whl (63 kB)
Collecting sandesh==0.1.dev0
Downloading http://localhost:6667/pip/simple/sandesh/sandesh-0.1.dev0-py3-none-any.whl (216 kB)
Collecting contrail-config-common==0.1.dev0
Downloading http://localhost:6667/pip/simple/contrail-config-common/contrail_config_common-0.1.dev0-py3-none-any.whl (208 kB)
Collecting contrail-api-client==0.1.dev0
Downloading http://localhost:6667/pip/simple/contrail-api-client/contrail_api_client-0.1.dev0-py3-none-any.whl (1.3 MB)
Collecting cassandra-driver
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/c43/10a7d0457f51a/cassandra-driver-3.29.2.tar.gz (293 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting gevent
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f01/c9adbcb605364/gevent-22.10.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.8 MB)
Collecting kazoo
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/de2/d69168de432ff/kazoo-2.10.0-py2.py3-none-any.whl (148 kB)
Collecting bitarray
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/cf4/d0759d4319533/bitarray-3.1.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (277 kB)
Collecting kombu
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/e2d/edd8a86c9077c/kombu-5.1.0-py3-none-any.whl (187 kB)
Collecting greenlet
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/cd0/21c754b162c0f/greenlet-2.0.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (564 kB)
Collecting simplejson
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/9da/f8cdc7ee8a9e9/simplejson-3.20.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (125 kB)
Collecting bottle<0.13
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/d6f/15f9d422670b7/bottle-0.12.25-py3-none-any.whl (90 kB)
Collecting stevedore
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/fa2/630e3d0ad3e22/stevedore-3.5.2-py3-none-any.whl (50 kB)
Collecting timeout-decorator
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/6a2/f2f58db1c5b24/timeout-decorator-0.5.0.tar.gz (4.8 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting fysom
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/e36/17b79f19220c7/fysom-2.1.6.tar.gz (19 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting importlib-resources
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/33a/95faed5fc19b4/importlib_resources-5.4.0-py3-none-any.whl (28 kB)
Collecting certifi>=2017.4.17
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/ca7/8db4565a65202/certifi-2025.1.31-py3-none-any.whl (166 kB)
Collecting charset-normalizer~=2.0.0
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/688/1edbebdb17b39/charset_normalizer-2.0.12-py3-none-any.whl (39 kB)
Collecting idna<4,>=2.5
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/946/d195a0d259cbb/idna-3.10-py3-none-any.whl (70 kB)
Collecting urllib3<1.27,>=1.21.1
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/0ed/14ccfbf1c30a9/urllib3-1.26.20-py2.py3-none-any.whl (144 kB)
Collecting geomet<0.3,>=0.1
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/a41/a1e336b381416/geomet-0.2.1.post1-py3-none-any.whl (18 kB)
Collecting zope.event
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/73d/9e3ef750cca14/zope.event-4.6-py2.py3-none-any.whl (6.8 kB)
Requirement already satisfied: setuptools in /usr/local/lib/python3.6/site-packages (from gevent->contrail-config-common==0.1.dev0->contrail_config_utils==0.1.dev0) (59.6.0)
Collecting zope.interface
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/d16/9ccd0756c15bb/zope.interface-5.5.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (253 kB)
Collecting zipp>=3.1.0
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/9fe/5ea21568a0a70/zipp-3.6.0-py3-none-any.whl (5.3 kB)
Collecting cached-property
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/df4/f613cf7ad9a58/cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB)
Collecting vine
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/40f/df3c48b2cfe1c/vine-5.1.0-py3-none-any.whl (9.6 kB)
Collecting importlib-metadata>=0.18
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/65a/9576a5b2d58ca/importlib_metadata-4.8.3-py3-none-any.whl (17 kB)
Collecting amqp<6.0.0,>=5.0.6
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/43b/3319e1b4e7d12/amqp-5.3.1-py3-none-any.whl (50 kB)
Collecting pbr!=2.1.0,>=2.0.0
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/38d/4daea5d9fa63b/pbr-6.1.1-py2.py3-none-any.whl (108 kB)
Collecting six
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/472/1f391ed90541f/six-1.17.0-py2.py3-none-any.whl (11 kB)
Collecting click
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/6a7/a62563bbfabfd/click-8.0.4-py3-none-any.whl (97 kB)
Collecting typing-extensions>=3.6.4
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/21c/85e0fe4b9a155/typing_extensions-4.1.1-py3-none-any.whl (26 kB)
Using legacy 'setup.py install' for cassandra-driver, since package 'wheel' is not installed.
Using legacy 'setup.py install' for fysom, since package 'wheel' is not installed.
Using legacy 'setup.py install' for timeout-decorator, since package 'wheel' is not installed.
Installing collected packages: zipp, typing-extensions, importlib-metadata, zope.interface, zope.event, vine, urllib3, six, importlib-resources, idna, greenlet, click, charset-normalizer, certifi, requests, pbr, netaddr, gevent, geomet, fysom, cached-property, bottle, amqp, timeout-decorator, stevedore, simplejson, sandesh-common, sandesh, kombu, kazoo, contrail-api-client, cassandra-driver, bitarray, contrail-config-common, contrail-config-utils
Running setup.py install for fysom: started
Running setup.py install for fysom: finished with status 'done'
Running setup.py install for timeout-decorator: started
Running setup.py install for timeout-decorator: finished with status 'done'
Running setup.py install for cassandra-driver: started
Running setup.py install for cassandra-driver: still running...
Running setup.py install for cassandra-driver: still running...
Running setup.py install for cassandra-driver: still running...
Running setup.py install for cassandra-driver: finished with status 'done'
Successfully installed amqp-5.3.1 bitarray-3.1.0 bottle-0.12.25 cached-property-1.5.2 cassandra-driver-3.29.2 certifi-2025.1.31 charset-normalizer-2.0.12 click-8.0.4 contrail-api-client-0.1.dev0 contrail-config-common-0.1.dev0 contrail-config-utils-0.1.dev0 fysom-2.1.6 geomet-0.2.1.post1 gevent-22.10.2 greenlet-2.0.2 idna-3.10 importlib-metadata-4.8.3 importlib-resources-5.4.0 kazoo-2.10.0 kombu-5.1.0 netaddr-0.10.1 pbr-6.1.1 requests-2.27.1 sandesh-0.1.dev0 sandesh-common-0.1.dev0 simplejson-3.20.1 six-1.17.0 stevedore-3.5.2 timeout-decorator-0.5.0 typing-extensions-4.1.1 urllib3-1.26.20 vine-5.1.0 zipp-3.6.0 zope.event-4.6 zope.interface-5.5.2
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
total 384
drwxr-xr-x. 2 root root   4096 Mar 10 01:26 amqp
drwxr-xr-x. 2 root root    102 Mar 10 01:26 amqp-5.3.1.dist-info
drwxr-xr-x. 2 root root    117 Mar 10 01:26 bottle-0.12.25.dist-info
-rw-r--r--. 1 root root 151993 Mar 10 01:26 bottle.py
drwxr-xr-x. 2 root root    121 Mar 10 01:26 cached_property-1.5.2.dist-info
-rw-r--r--. 1 root root   4324 Mar 10 01:26 cached_property.py
drwxr-xr-x. 2 root root     93 Mar 10 01:26 certifi
drwxr-xr-x. 2 root root    102 Mar 10 01:26 certifi-2025.1.31.dist-info
drwxr-xr-x. 5 root root   4096 Mar 10 01:30 cfgm_common
drwxr-xr-x. 4 root root   4096 Mar 10 01:26 charset_normalizer
drwxr-xr-x. 2 root root    126 Mar 10 01:26 charset_normalizer-2.0.12.dist-info
drwxr-xr-x. 2 root root   4096 Mar 10 01:26 click
drwxr-xr-x. 2 root root    106 Mar 10 01:26 click-8.0.4.dist-info
drwxr-xr-x. 2 root root    102 Mar 10 01:26 contrail_api_client-0.1.dev0.dist-info
drwxr-xr-x. 2 root root     87 Mar 10 01:30 contrail_config_common-0.1.dev0.dist-info
drwxr-xr-x. 2 root root   4096 Mar 10 01:30 contrail_config_utils
drwxr-xr-x. 2 root root    104 Mar 10 01:30 contrail_config_utils-0.1.dev0.dist-info
drwxr-xr-x. 3 root root     63 Mar 10 01:25 _distutils_hack
-rw-r--r--. 1 root root    152 Mar 10 01:25 distutils-precedence.pth
drwxr-xr-x. 3 root root     54 Mar 10 01:26 doc
drwxr-xr-x. 2 root root     25 Mar 10 01:26 fysom
drwxr-xr-x. 2 root root    163 Mar 10 01:26 fysom-2.1.6-py3.6.egg-info
drwxr-xr-x. 2 root root     83 Mar 10 01:26 geomet
drwxr-xr-x. 2 root root    155 Mar 10 01:26 geomet-0.2.1.post1.dist-info
drwxr-xr-x. 2 root root    171 Mar 10 01:26 idna
drwxr-xr-x. 2 root root     84 Mar 10 01:26 idna-3.10.dist-info
drwxr-xr-x. 3 root root   4096 Mar 10 01:26 importlib_metadata
drwxr-xr-x. 2 root root    102 Mar 10 01:26 importlib_metadata-4.8.3.dist-info
drwxr-xr-x. 3 root root   4096 Mar 10 01:26 importlib_resources
drwxr-xr-x. 2 root root    102 Mar 10 01:26 importlib_resources-5.4.0.dist-info
drwxr-xr-x. 7 root root   4096 Mar 10 01:26 kazoo
drwxr-xr-x. 2 root root    102 Mar 10 01:26 kazoo-2.10.0.dist-info
drwxr-xr-x. 5 root root   4096 Mar 10 01:26 kombu
drwxr-xr-x. 2 root root    102 Mar 10 01:26 kombu-5.1.0.dist-info
drwxr-xr-x. 6 root root    142 Mar 10 01:26 netaddr
drwxr-xr-x. 2 root root    141 Mar 10 01:26 netaddr-0.10.1.dist-info
drwxr-xr-x. 6 root root   4096 Mar 10 01:26 pbr
drwxr-xr-x. 2 root root    141 Mar 10 01:26 pbr-6.1.1.dist-info
drwxr-xr-x. 5 root root    111 Mar 10 01:25 pip
drwxr-xr-x. 2 root root    130 Mar 10 01:25 pip-21.3.1.dist-info
drwxr-xr-x. 6 root root     86 Mar 10 01:25 pkg_resources
drwxr-xr-x. 2 root root     73 Mar 10 01:26 __pycache__
drwxr-xr-x. 6 root root   4096 Mar 10 01:26 pysandesh
drwxr-xr-x. 2 root root   4096 Mar 10 01:26 requests
drwxr-xr-x. 2 root root    102 Mar 10 01:26 requests-2.27.1.dist-info
drwxr-xr-x. 2 root root     87 Mar 10 01:26 sandesh-0.1.dev0.dist-info
drwxr-xr-x. 3 root root     36 Mar 10 01:26 sandesh_common
drwxr-xr-x. 2 root root     87 Mar 10 01:26 sandesh_common-0.1.dev0.dist-info
drwxr-xr-x. 7 root root   4096 Mar 10 01:25 setuptools
drwxr-xr-x. 2 root root    126 Mar 10 01:25 setuptools-59.6.0.dist-info
drwxr-xr-x. 2 root root    102 Mar 10 01:26 six-1.17.0.dist-info
-rw-r--r--. 1 root root  34703 Mar 10 01:26 six.py
drwxr-xr-x. 5 root root   4096 Mar 10 01:26 stevedore
drwxr-xr-x. 2 root root    157 Mar 10 01:26 stevedore-3.5.2.dist-info
drwxr-xr-x. 2 root root     53 Mar 10 01:26 timeout_decorator
drwxr-xr-x. 2 root root    117 Mar 10 01:26 timeout_decorator-0.5.0-py3.6.egg-info
drwxr-xr-x. 2 root root     81 Mar 10 01:26 typing_extensions-4.1.1.dist-info
-rw-r--r--. 1 root root 107685 Mar 10 01:26 typing_extensions.py
drwxr-xr-x. 5 root root   4096 Mar 10 01:26 urllib3
drwxr-xr-x. 2 root root    106 Mar 10 01:26 urllib3-1.26.20.dist-info
drwxr-xr-x. 2 root root    124 Mar 10 01:26 vine
drwxr-xr-x. 2 root root    102 Mar 10 01:26 vine-5.1.0.dist-info
drwxr-xr-x. 5 root root    137 Mar 10 01:26 vnc_api
drwxr-xr-x. 2 root root    102 Mar 10 01:26 zipp-3.6.0.dist-info
-rw-r--r--. 1 root root   8425 Mar 10 01:26 zipp.py
drwxr-xr-x. 3 root root     19 Mar 10 01:26 zope
drwxr-xr-x. 2 root root    136 Mar 10 01:26 zope.event-4.6.dist-info
-rw-r--r--. 1 root root    529 Mar 10 01:26 zope.event-4.6-py3.9-nspkg.pth
Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/
Collecting remote-pdb
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/94f/73a92ac1248cf/remote_pdb-2.1.0-py2.py3-none-any.whl (6.3 kB)
Installing collected packages: remote-pdb
Successfully installed remote-pdb-2.1.0
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
Loaded plugins: fastestmirror, ovl
Cleaning repos: contrail contrail-tpc
: tf-mirrors.ci_repos_centos-openstack-queens
: tf-mirrors.ci_repos_dockerrepo tf-mirrors.ci_repos_yum7-base
: tf-mirrors.ci_repos_yum7-centos-sclo-rh
: tf-mirrors.ci_repos_yum7-centosplus
: tf-mirrors.ci_repos_yum7-extras tf-mirrors.ci_repos_yum7-updates
Cleaning up list of fastest mirrors
---> Removed intermediate container f2159abfeb58
---> aa3a01bbee99
Step 7/9 : COPY *.sh /
---> b0272e5e7738
Step 8/9 : ENV PS1="033[1m($(printenv NODE_TYPE)-$(printenv SERVICE_NAME))033[m017[$(id -un)@$(hostname -s) $(pwd)]$ "
---> Running in bb9699518ed4
---> Removed intermediate container bb9699518ed4
---> caeca09445d5
Step 9/9 : CMD ["/usr/bin/tail","-f","/dev/null"]
---> Running in 9067d7ecd5f6
---> Removed intermediate container 9067d7ecd5f6
---> 43b0a027828a
[Warning] One or more build-args [CONTAINER_NAME GENERAL_EXTRA_RPMS LINUX_DISTR LINUX_DISTR_VER SITE_MIRROR UBUNTU_DISTR UBUNTU_DISTR_VERSION VENDOR_DOMAIN VENDOR_NAME YUM_ENABLE_REPOS] were not consumed
Successfully built 43b0a027828a
Successfully tagged nexus.gz1.opensdn.io:5102/contrail-base:nightly
Successfully tagged nexus.gz1.opensdn.io:5102/tf-base:nightly
2025-03-10 01:30:42,724: INFO: Docker build duration: 298 seconds
The push refers to repository [nexus.gz1.opensdn.io:5102/contrail-base]
c999fdd7a5c1: Preparing
edeb80b8b30d: Preparing
89a631fac9d9: Preparing
0272d0a4a118: Preparing
87fe4566cc76: Preparing
f84cd00cb811: Preparing
b283c2f18bb0: Preparing
3b8875e45123: Preparing
174f56854903: Preparing
b283c2f18bb0: Waiting
3b8875e45123: Waiting
174f56854903: Waiting
f84cd00cb811: Waiting
87fe4566cc76: Layer already exists
0272d0a4a118: Layer already exists
89a631fac9d9: Layer already exists
f84cd00cb811: Layer already exists
3b8875e45123: Layer already exists
b283c2f18bb0: Layer already exists
174f56854903: Layer already exists
c999fdd7a5c1: Pushed
edeb80b8b30d: Pushed
nightly: digest: sha256:d19ffa28fb65ea3fb6de219200dd62cb4d871e653b3d4fde1814aa50aaeeb961 size: 2199
The push refers to repository [nexus.gz1.opensdn.io:5102/tf-base]
c999fdd7a5c1: Preparing
edeb80b8b30d: Preparing
89a631fac9d9: Preparing
0272d0a4a118: Preparing
87fe4566cc76: Preparing
f84cd00cb811: Preparing
b283c2f18bb0: Preparing
3b8875e45123: Preparing
174f56854903: Preparing
f84cd00cb811: Waiting
b283c2f18bb0: Waiting
3b8875e45123: Waiting
174f56854903: Waiting
87fe4566cc76: Layer already exists
89a631fac9d9: Layer already exists
c999fdd7a5c1: Layer already exists
0272d0a4a118: Layer already exists
edeb80b8b30d: Layer already exists
f84cd00cb811: Layer already exists
b283c2f18bb0: Layer already exists
3b8875e45123: Layer already exists
174f56854903: Layer already exists
nightly: digest: sha256:d19ffa28fb65ea3fb6de219200dd62cb4d871e653b3d4fde1814aa50aaeeb961 size: 2199
2025-03-10 01:30:56,909: INFO: Building contrail-base finished successfully, duration: 312 seconds