---> Removed intermediate container 687d61f465b6
---> 5da1b2393e3d
Step 11/22 : COPY licensing.txt /licenses
---> dc51226f0757
Step 12/22 : ARG GENERAL_EXTRA_RPMS=""
---> Running in 630ed1332ab8
---> Removed intermediate container 630ed1332ab8
---> 11ac76fdf972
Step 13/22 : ARG YUM_ENABLE_REPOS=""
---> Running in 70bd6481554c
---> Removed intermediate container 70bd6481554c
---> 2779b9db9e58
Step 14/22 : ARG LC_ALL="en_US.UTF-8"
---> Running in e9707385fc1b
---> Removed intermediate container e9707385fc1b
---> 7ff78d2ad0e8
Step 15/22 : ARG LANG="en_US.UTF-8"
---> Running in 1f99ef5b2b83
---> Removed intermediate container 1f99ef5b2b83
---> f2cc37c74c0a
Step 16/22 : ARG LANGUAGE="en_US.UTF-8"
---> Running in c9a0e2371314
---> Removed intermediate container c9a0e2371314
---> 8741fb4b4080
Step 17/22 : ENV VENDOR_DOMAIN=$VENDOR_DOMAIN     VENDOR_NAME=$VENDOR_NAME     CONTRAIL_GID=1999     CONTRAIL_UID=1999     CONTRAIL_USER=contrail     CONTRAIL_VERSION=$CONTRAIL_CONTAINER_TAG     LC_ALL=$LC_ALL     LANG=$LANG     LANGUAGE=$LANGUAGE
---> Running in 002fb53bccb7
---> Removed intermediate container 002fb53bccb7
---> a7cbdd218889
Step 18/22 : COPY *.repo /etc/yum.repos.d/
---> b419e8368cae
Step 19/22 : COPY pip.conf /etc/
---> a381d741b776
Step 20/22 : COPY *.sh /
---> 66b2cd469ef4
Step 21/22 : RUN     source /etc/os-release ;     YUM_ENABLE_REPOS=$(echo $YUM_ENABLE_REPOS | tr -d '"') ;     if [[ -n "$YUM_ENABLE_REPOS" ]] ; then         echo "INFO: contrail-general-base: enable repos $YUM_ENABLE_REPOS" ;         if ! type -p yum-config-manager ; then             yum install -y yum-utils ;         fi ;         yum-config-manager --enable $YUM_ENABLE_REPOS ;         yum clean metadata ;     fi ;     if [[ "$LINUX_DISTR" == "centos" ]]; then         for file in /etc/yum.repos.d/CentOS-* ; 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/CentOS-* ;     fi ;     yum update -y -x "redhat-release*" -x "coreutils*"      yum -y update-minimal --security --sec-severity=Important --sec-severity=Critical ;     pkgs="hostname iproute less wget openssl" ;     GENERAL_EXTRA_RPMS=$(echo $GENERAL_EXTRA_RPMS | tr -d '"' | tr ',' ' ') ;     if [[ -n "$GENERAL_EXTRA_RPMS" ]] ; then         pkgs+=" $GENERAL_EXTRA_RPMS" ;     fi ;     yum install -y $pkgs ;     source /functions.sh ;     yum install -y python3 python3-pip ;     python3 -m pip install --upgrade pip setuptools ;     rm -rf /root/.cache ;     yum clean all -y ;     rm -rf /var/cache/yum ;     groupadd --gid $CONTRAIL_GID --system $CONTRAIL_USER ;     useradd -md /home/contrail --uid $CONTRAIL_UID --shell /sbin/nologin --system --gid $CONTRAIL_GID $CONTRAIL_USER
---> Running in 0e2a49655295
Loaded plugins: fastestmirror, ovl
Determining fastest mirrors
No Match for argument: update-minimal
No package update-minimal available.
No packages needed for security; 0 packages available
No packages marked for update
Loaded plugins: fastestmirror, ovl
Loading mirror speeds from cached hostfile
Package hostname-3.13-3.el7_7.1.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package iproute.x86_64 0:4.11.0-30.el7 will be installed
--> Processing Dependency: libmnl.so.0(LIBMNL_1.0)(64bit) for package: iproute-4.11.0-30.el7.x86_64
--> Processing Dependency: libxtables.so.10()(64bit) for package: iproute-4.11.0-30.el7.x86_64
--> Processing Dependency: libmnl.so.0()(64bit) for package: iproute-4.11.0-30.el7.x86_64
---> Package less.x86_64 0:458-9.el7 will be installed
--> Processing Dependency: groff-base for package: less-458-9.el7.x86_64
---> Package openssl.x86_64 1:1.0.2k-26.el7_9 will be installed
--> Processing Dependency: openssl-libs(x86-64) = 1:1.0.2k-26.el7_9 for package: 1:openssl-1.0.2k-26.el7_9.x86_64
--> Processing Dependency: make for package: 1:openssl-1.0.2k-26.el7_9.x86_64
---> Package wget.x86_64 0:1.14-18.el7_6.1 will be installed
--> Running transaction check
---> Package groff-base.x86_64 0:1.22.2-8.el7 will be installed
---> Package iptables.x86_64 0:1.4.21-35.el7 will be installed
--> Processing Dependency: libnfnetlink.so.0()(64bit) for package: iptables-1.4.21-35.el7.x86_64
--> Processing Dependency: libnetfilter_conntrack.so.3()(64bit) for package: iptables-1.4.21-35.el7.x86_64
---> Package libmnl.x86_64 0:1.0.3-7.el7 will be installed
---> Package make.x86_64 1:3.82-24.el7 will be installed
---> Package openssl-libs.x86_64 1:1.0.2k-19.el7 will be updated
---> Package openssl-libs.x86_64 1:1.0.2k-26.el7_9 will be an update
--> Running transaction check
---> Package libnetfilter_conntrack.x86_64 0:1.0.6-1.el7_3 will be installed
---> Package libnfnetlink.x86_64 0:1.0.1-4.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
Package        Arch   Version           Repository                        Size
================================================================================
Installing:
iproute        x86_64 4.11.0-30.el7     tf-mirrors.ci_repos_yum7-base    805 k
less           x86_64 458-9.el7         tf-mirrors.ci_repos_yum7-base    120 k
openssl        x86_64 1:1.0.2k-26.el7_9 tf-mirrors.ci_repos_yum7-updates 494 k
wget           x86_64 1.14-18.el7_6.1   tf-mirrors.ci_repos_yum7-base    547 k
Installing for dependencies:
groff-base     x86_64 1.22.2-8.el7      tf-mirrors.ci_repos_yum7-base    942 k
iptables       x86_64 1.4.21-35.el7     tf-mirrors.ci_repos_yum7-base    432 k
libmnl         x86_64 1.0.3-7.el7       tf-mirrors.ci_repos_yum7-base     23 k
libnetfilter_conntrack
x86_64 1.0.6-1.el7_3     tf-mirrors.ci_repos_yum7-base     55 k
libnfnetlink   x86_64 1.0.1-4.el7       tf-mirrors.ci_repos_yum7-base     26 k
make           x86_64 1:3.82-24.el7     tf-mirrors.ci_repos_yum7-base    421 k
Updating for dependencies:
openssl-libs   x86_64 1:1.0.2k-26.el7_9 tf-mirrors.ci_repos_yum7-updates 1.2 M

Transaction Summary
================================================================================
Install  4 Packages (+6 Dependent packages)
Upgrade             ( 1 Dependent package)

Total download size: 5.0 M
Downloading packages:
Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
--------------------------------------------------------------------------------
Total                                               39 MB/s | 5.0 MB  00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : libnfnetlink-1.0.1-4.el7.x86_64                             1/12
Installing : libmnl-1.0.3-7.el7.x86_64                                   2/12
Updating   : 1:openssl-libs-1.0.2k-26.el7_9.x86_64                       3/12
Installing : libnetfilter_conntrack-1.0.6-1.el7_3.x86_64                 4/12
Installing : iptables-1.4.21-35.el7.x86_64                               5/12
Installing : groff-base-1.22.2-8.el7.x86_64                              6/12
Installing : 1:make-3.82-24.el7.x86_64                                   7/12
Installing : 1:openssl-1.0.2k-26.el7_9.x86_64                            8/12
Installing : less-458-9.el7.x86_64                                       9/12
Installing : iproute-4.11.0-30.el7.x86_64                               10/12
Installing : wget-1.14-18.el7_6.1.x86_64                                11/12
install-info: No such file or directory for /usr/share/info/wget.info.gz
Cleanup    : 1:openssl-libs-1.0.2k-19.el7.x86_64                        12/12
Verifying  : 1:openssl-libs-1.0.2k-26.el7_9.x86_64                       1/12
Verifying  : libmnl-1.0.3-7.el7.x86_64                                   2/12
Verifying  : 1:make-3.82-24.el7.x86_64                                   3/12
Verifying  : iproute-4.11.0-30.el7.x86_64                                4/12
Verifying  : groff-base-1.22.2-8.el7.x86_64                              5/12
Verifying  : 1:openssl-1.0.2k-26.el7_9.x86_64                            6/12
Verifying  : libnfnetlink-1.0.1-4.el7.x86_64                             7/12
Verifying  : wget-1.14-18.el7_6.1.x86_64                                 8/12
Verifying  : libnetfilter_conntrack-1.0.6-1.el7_3.x86_64                 9/12
Verifying  : iptables-1.4.21-35.el7.x86_64                              10/12
Verifying  : less-458-9.el7.x86_64                                      11/12
Verifying  : 1:openssl-libs-1.0.2k-19.el7.x86_64                        12/12

Installed:
iproute.x86_64 0:4.11.0-30.el7           less.x86_64 0:458-9.el7
openssl.x86_64 1:1.0.2k-26.el7_9         wget.x86_64 0:1.14-18.el7_6.1

Dependency Installed:
groff-base.x86_64 0:1.22.2-8.el7
iptables.x86_64 0:1.4.21-35.el7
libmnl.x86_64 0:1.0.3-7.el7
libnetfilter_conntrack.x86_64 0:1.0.6-1.el7_3
libnfnetlink.x86_64 0:1.0.1-4.el7
make.x86_64 1:3.82-24.el7

Dependency Updated:
openssl-libs.x86_64 1:1.0.2k-26.el7_9

Complete!
Loaded plugins: fastestmirror, ovl
Loading mirror speeds from cached hostfile
Resolving Dependencies
--> Running transaction check
---> Package python3.x86_64 0:3.6.8-21.el7_9 will be installed
--> Processing Dependency: python3-libs(x86-64) = 3.6.8-21.el7_9 for package: python3-3.6.8-21.el7_9.x86_64
--> Processing Dependency: python3-setuptools for package: python3-3.6.8-21.el7_9.x86_64
--> Processing Dependency: libpython3.6m.so.1.0()(64bit) for package: python3-3.6.8-21.el7_9.x86_64
---> Package python3-pip.noarch 0:9.0.3-8.el7 will be installed
--> Running transaction check
---> Package python3-libs.x86_64 0:3.6.8-21.el7_9 will be installed
--> Processing Dependency: libtirpc.so.1()(64bit) for package: python3-libs-3.6.8-21.el7_9.x86_64
---> Package python3-setuptools.noarch 0:39.2.0-10.el7 will be installed
--> Running transaction check
---> Package libtirpc.x86_64 0:0.2.4-0.16.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
Package           Arch   Version        Repository                        Size
================================================================================
Installing:
python3           x86_64 3.6.8-21.el7_9 tf-mirrors.ci_repos_yum7-updates  71 k
python3-pip       noarch 9.0.3-8.el7    tf-mirrors.ci_repos_yum7-base    1.6 M
Installing for dependencies:
libtirpc          x86_64 0.2.4-0.16.el7 tf-mirrors.ci_repos_yum7-base     89 k
python3-libs      x86_64 3.6.8-21.el7_9 tf-mirrors.ci_repos_yum7-updates 7.0 M
python3-setuptools
noarch 39.2.0-10.el7  tf-mirrors.ci_repos_yum7-base    629 k

Transaction Summary
================================================================================
Install  2 Packages (+3 Dependent packages)

Total download size: 9.3 M
Installed size: 48 M
Downloading packages:
--------------------------------------------------------------------------------
Total                                               60 MB/s | 9.3 MB  00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : libtirpc-0.2.4-0.16.el7.x86_64                               1/5
Installing : python3-setuptools-39.2.0-10.el7.noarch                      2/5
Installing : python3-pip-9.0.3-8.el7.noarch                               3/5
Installing : python3-3.6.8-21.el7_9.x86_64                                4/5
Installing : python3-libs-3.6.8-21.el7_9.x86_64                           5/5
Verifying  : libtirpc-0.2.4-0.16.el7.x86_64                               1/5
Verifying  : python3-libs-3.6.8-21.el7_9.x86_64                           2/5
Verifying  : python3-3.6.8-21.el7_9.x86_64                                3/5
Verifying  : python3-setuptools-39.2.0-10.el7.noarch                      4/5
Verifying  : python3-pip-9.0.3-8.el7.noarch                               5/5

Installed:
python3.x86_64 0:3.6.8-21.el7_9        python3-pip.noarch 0:9.0.3-8.el7

Dependency Installed:
libtirpc.x86_64 0:0.2.4-0.16.el7
python3-libs.x86_64 0:3.6.8-21.el7_9
python3-setuptools.noarch 0:39.2.0-10.el7

Complete!
WARNING: Running pip install with root privileges is generally not a good idea. Try `__main__.py install --user` instead.
Collecting pip
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/dea/f32dcd9ab821e/pip-21.3.1-py3-none-any.whl (1.7MB)
Collecting setuptools
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/4ce/92f1e1f8f0123/setuptools-59.6.0-py3-none-any.whl (952kB)
Installing collected packages: pip, setuptools
Successfully installed pip-21.3.1 setuptools-59.6.0
Loaded plugins: fastestmirror, ovl
Cleaning repos: contrail 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
: tpc
Cleaning up list of fastest mirrors
---> Removed intermediate container 0e2a49655295
---> 46ca36afd4a8
Step 22/22 : CMD ["/usr/bin/tail","-f","/dev/null"]
---> Running in c0043a1dd697
---> Removed intermediate container c0043a1dd697
---> d28298917485
[Warning] One or more build-args [BASE_EXTRA_RPMS CONTAINER_NAME CONTRAIL_REGISTRY PIP_REPOSITORY UBUNTU_DISTR UBUNTU_DISTR_VERSION] were not consumed
Successfully built d28298917485
Successfully tagged nexus.gz1.opensdn.io:5101/contrail-general-base:master-1_6_1_6-1
Successfully tagged nexus.gz1.opensdn.io:5101/opensdn-general-base:master-1_6_1_6-1
2025-04-26 10:41:13,636: INFO: Docker build duration: 29 seconds
The push refers to repository [nexus.gz1.opensdn.io:5101/contrail-general-base]
2c2a548977fa: Preparing
699700154194: Preparing
a531ec377aa0: Preparing
0ba664687f5c: Preparing
31e0fb8ce9ba: Preparing
170329c734df: Preparing
174f56854903: Preparing
170329c734df: Waiting
174f56854903: Waiting
699700154194: Pushed
0ba664687f5c: Pushed
a531ec377aa0: Pushed
31e0fb8ce9ba: Pushed
174f56854903: Layer already exists
170329c734df: Pushed
2c2a548977fa: Pushed
master-1_6_1_6-1: digest: sha256:a03ba311877c1a2c4066c0ecb45b8c98c15c1d13cc5b91596678ef9406e12f6b size: 1778
The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-general-base]
2c2a548977fa: Preparing
699700154194: Preparing
a531ec377aa0: Preparing
0ba664687f5c: Preparing
31e0fb8ce9ba: Preparing
170329c734df: Preparing
174f56854903: Preparing
170329c734df: Waiting
174f56854903: Waiting
0ba664687f5c: Layer already exists
2c2a548977fa: Layer already exists
a531ec377aa0: Layer already exists
31e0fb8ce9ba: Layer already exists
699700154194: Layer already exists
174f56854903: Layer already exists
170329c734df: Layer already exists
master-1_6_1_6-1: digest: sha256:a03ba311877c1a2c4066c0ecb45b8c98c15c1d13cc5b91596678ef9406e12f6b size: 1778
2025-04-26 10:41:18,552: INFO: Building contrail-general-base finished successfully, duration: 34 seconds