2025-04-23 15:39:30,443: INFO: Building contrail-nodemgr
2025-04-23 15:39:30,591: INFO: Building args: --network host --build-arg CONTRAIL_REGISTRY=nexus.gz1.opensdn.io:5101 --build-arg CONTRAIL_CONTAINER_TAG=master-1_6_0_3-2-r24.1-centos --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-nodemgr --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 16.38 kB

Step 1/9 : FROM nexus.gz1.opensdn.io:5101/contrail-base:master-1_6_0_3-2-r24.1-centos
---> c19b0d0d704a
Step 2/9 : ARG SITE_MIRROR
---> Using cache
---> 5fcb6ae82b88
Step 3/9 : ARG CONTAINER_NAME
---> Running in cabae9b7bf10
---> Removed intermediate container cabae9b7bf10
---> 9f7ce1addd94
Step 4/9 : ENV SERVICE_NAME=nodemgr     CONTAINER_NAME=$CONTAINER_NAME
---> Running in f43c17efd075
---> Removed intermediate container f43c17efd075
---> a47376b8bddf
Step 5/9 : LABEL name=$CONTAINER_NAME       summary="Contrail Node Manager"       description="Contrail Node Manager is a monitor process per contrail virtual node that tracks the running state of the processes."       $VENDOR_DOMAIN".service"=$SERVICE_NAME       $VENDOR_DOMAIN".container.name"=$CONTAINER_NAME
---> Running in c451411e0e3b
---> Removed intermediate container c451411e0e3b
---> 73bfcd1f21ef
Step 6/9 : RUN         source /functions.sh &&       yum install -y python3-devel gcc-c++ &&       python3 -m pip install --no-compile --no-binary=protobuf "docker==2.4.2" "grpcio==1.29.0" "protobuf==3.17.3" "containerd==1.5.2" "greenlet<2.0.0" &&       yum install -y contrail-nodemgr python3-contrail autogen-libopts.x86_64 chrony podman &&       yum clean all -y &&       rm -rf /var/cache/yum
---> Running in cde391c80b1a
Loaded plugins: fastestmirror, ovl
Determining fastest mirrors
Package python3-devel-3.6.8-21.el7_9.x86_64 already installed and latest version
Package gcc-c++-4.8.5-44.el7.x86_64 already installed and latest version
Nothing to do
WARNING: Running pip install with root privileges is generally not a good idea. Try `__main__.py install --user` instead.
Collecting docker==2.4.2
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/0b7/371986c79ccbc/docker-2.4.2-py2.py3-none-any.whl (110kB)
Collecting grpcio==1.29.0
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/a97/ea91e31863c9a/grpcio-1.29.0.tar.gz (19.6MB)
Collecting protobuf==3.17.3
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/728/04ea5eaa9c22a/protobuf-3.17.3.tar.gz (228kB)
Collecting containerd==1.5.2
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/a13/cabca98c6f15e/containerd-1.5.2-py3-none-any.whl (96kB)
Collecting greenlet<2.0.0
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/eb6/ac495dccb1520/greenlet-1.1.3.post0-cp36-cp36m-manylinux1_x86_64.whl (162kB)
Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.6/site-packages (from docker==2.4.2)
Collecting docker-pycreds>=0.2.1 (from docker==2.4.2)
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/726/6112468627868/docker_pycreds-0.4.0-py2.py3-none-any.whl
Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,>=2.5.2 (from docker==2.4.2)
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/f22/fa1e554c9ddfd/requests-2.27.1-py2.py3-none-any.whl (63kB)
Collecting websocket-client>=0.32.0 (from docker==2.4.2)
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/074/e2ed575e7c822/websocket_client-1.3.1-py3-none-any.whl (54kB)
Collecting urllib3<1.27,>=1.21.1 (from requests!=2.11.0,!=2.12.2,!=2.18.0,>=2.5.2->docker==2.4.2)
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/0ed/14ccfbf1c30a9/urllib3-1.26.20-py2.py3-none-any.whl (144kB)
Collecting certifi>=2017.4.17 (from requests!=2.11.0,!=2.12.2,!=2.18.0,>=2.5.2->docker==2.4.2)
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/ca7/8db4565a65202/certifi-2025.1.31-py3-none-any.whl (166kB)
Collecting charset-normalizer~=2.0.0; python_version >= "3" (from requests!=2.11.0,!=2.12.2,!=2.18.0,>=2.5.2->docker==2.4.2)
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/688/1edbebdb17b39/charset_normalizer-2.0.12-py3-none-any.whl
Collecting idna<4,>=2.5; python_version >= "3" (from requests!=2.11.0,!=2.12.2,!=2.18.0,>=2.5.2->docker==2.4.2)
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/946/d195a0d259cbb/idna-3.10-py3-none-any.whl (70kB)
Installing collected packages: docker-pycreds, urllib3, certifi, charset-normalizer, idna, requests, websocket-client, docker, grpcio, protobuf, containerd, greenlet
Running setup.py install for grpcio: started
Running setup.py install for grpcio: still running...
Running setup.py install for grpcio: still running...
Running setup.py install for grpcio: still running...
Running setup.py install for grpcio: still running...
Running setup.py install for grpcio: still running...
Running setup.py install for grpcio: still running...
Running setup.py install for grpcio: finished with status 'done'
Running setup.py install for protobuf: started
Running setup.py install for protobuf: finished with status 'done'
Successfully installed certifi-2025.1.31 charset-normalizer-2.0.12 containerd-1.5.2 docker-2.4.2 docker-pycreds-0.4.0 greenlet-1.1.3.post0 grpcio-1.29.0 idna-3.10 protobuf-3.17.3 requests-2.27.1 urllib3-1.26.20 websocket-client-1.3.1
Loaded plugins: fastestmirror, ovl
Loading mirror speeds from cached hostfile
Package python3-contrail-master.1.6.0.3.2.r24.1.centos-master_1_6_0_3_2_r24.1_centos.el7.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package autogen-libopts.x86_64 0:5.18-5.el7 will be installed
---> Package chrony.x86_64 0:3.4-1.el7 will be installed
--> Processing Dependency: libseccomp.so.2()(64bit) for package: chrony-3.4-1.el7.x86_64
--> Processing Dependency: libedit.so.0()(64bit) for package: chrony-3.4-1.el7.x86_64
---> Package contrail-nodemgr.x86_64 0:master.1.6.0.3.2.r24.1.centos-master_1_6_0_3_2_r24.1_centos.el7 will be installed
--> Processing Dependency: ntp for package: contrail-nodemgr-master.1.6.0.3.2.r24.1.centos-master_1_6_0_3_2_r24.1_centos.el7.x86_64
---> Package podman.x86_64 0:1.6.4-36.el7_9 will be installed
--> Processing Dependency: slirp4netns >= 0.4.0-1 for package: podman-1.6.4-36.el7_9.x86_64
--> Processing Dependency: runc >= 1.0.0-57 for package: podman-1.6.4-36.el7_9.x86_64
--> Processing Dependency: containers-common >= 0.1.29-3 for package: podman-1.6.4-36.el7_9.x86_64
--> Processing Dependency: containernetworking-plugins >= 0.8.1-1 for package: podman-1.6.4-36.el7_9.x86_64
--> Processing Dependency: nftables for package: podman-1.6.4-36.el7_9.x86_64
--> Processing Dependency: fuse-overlayfs for package: podman-1.6.4-36.el7_9.x86_64
--> Processing Dependency: container-selinux for package: podman-1.6.4-36.el7_9.x86_64
--> Processing Dependency: conmon for package: podman-1.6.4-36.el7_9.x86_64
--> Running transaction check
---> Package conmon.x86_64 2:2.0.8-1.el7 will be installed
---> Package container-selinux.noarch 2:2.119.2-1.911c772.el7_8 will be installed
--> Processing Dependency: selinux-policy-targeted >= 3.13.1-216.el7 for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch
--> Processing Dependency: selinux-policy-base >= 3.13.1-216.el7 for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch
--> Processing Dependency: selinux-policy >= 3.13.1-216.el7 for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch
--> Processing Dependency: policycoreutils >= 2.5-11 for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch
--> Processing Dependency: policycoreutils-python for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch
--> Processing Dependency: libselinux-utils for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch
---> Package containerd.io.x86_64 0:1.6.28-3.1.el7 will be installed
---> Package containernetworking-plugins.x86_64 0:0.8.3-3.el7.centos will be installed
---> Package containers-common.x86_64 1:0.1.40-11.el7_8 will be installed
--> Processing Dependency: subscription-manager for package: 1:containers-common-0.1.40-11.el7_8.x86_64
---> Package fuse-overlayfs.x86_64 0:0.7.2-6.el7_8 will be installed
--> Processing Dependency: libfuse3.so.3(FUSE_3.2)(64bit) for package: fuse-overlayfs-0.7.2-6.el7_8.x86_64
--> Processing Dependency: libfuse3.so.3(FUSE_3.0)(64bit) for package: fuse-overlayfs-0.7.2-6.el7_8.x86_64
--> Processing Dependency: libfuse3.so.3()(64bit) for package: fuse-overlayfs-0.7.2-6.el7_8.x86_64
---> Package libedit.x86_64 0:3.0-12.20121213cvs.el7 will be installed
---> Package libseccomp.x86_64 0:2.3.1-4.el7 will be installed
---> Package nftables.x86_64 1:0.8-14.el7 will be installed
--> Processing Dependency: libnftnl.so.7(LIBNFTNL_5)(64bit) for package: 1:nftables-0.8-14.el7.x86_64
--> Processing Dependency: libnftnl.so.7()(64bit) for package: 1:nftables-0.8-14.el7.x86_64
---> Package ntp.x86_64 0:4.2.6p5-29.el7.centos.2 will be installed
--> Processing Dependency: ntpdate = 4.2.6p5-29.el7.centos.2 for package: ntp-4.2.6p5-29.el7.centos.2.x86_64
---> Package slirp4netns.x86_64 0:0.4.3-4.el7_8 will be installed
--> Running transaction check
---> Package fuse3-libs.x86_64 0:3.6.1-4.el7 will be installed
---> Package libnftnl.x86_64 0:1.0.8-3.el7 will be installed
--> Processing Dependency: libjansson.so.4()(64bit) for package: libnftnl-1.0.8-3.el7.x86_64
---> Package libselinux-utils.x86_64 0:2.5-15.el7 will be installed
---> Package ntpdate.x86_64 0:4.2.6p5-29.el7.centos.2 will be installed
---> Package policycoreutils.x86_64 0:2.5-34.el7 will be installed
---> Package policycoreutils-python.x86_64 0:2.5-34.el7 will be installed
--> Processing Dependency: setools-libs >= 3.3.8-4 for package: policycoreutils-python-2.5-34.el7.x86_64
--> Processing Dependency: libsemanage-python >= 2.5-14 for package: policycoreutils-python-2.5-34.el7.x86_64
--> Processing Dependency: audit-libs-python >= 2.1.3-4 for package: policycoreutils-python-2.5-34.el7.x86_64
--> Processing Dependency: python-IPy for package: policycoreutils-python-2.5-34.el7.x86_64
--> Processing Dependency: libselinux-python for package: policycoreutils-python-2.5-34.el7.x86_64
--> Processing Dependency: libqpol.so.1(VERS_1.4)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
--> Processing Dependency: libqpol.so.1(VERS_1.2)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
--> Processing Dependency: libcgroup for package: policycoreutils-python-2.5-34.el7.x86_64
--> Processing Dependency: libapol.so.4(VERS_4.0)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
--> Processing Dependency: checkpolicy for package: policycoreutils-python-2.5-34.el7.x86_64
--> Processing Dependency: libqpol.so.1()(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
--> Processing Dependency: libapol.so.4()(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
---> Package selinux-policy.noarch 0:3.13.1-268.el7_9.2 will be installed
---> Package selinux-policy-targeted.noarch 0:3.13.1-268.el7_9.2 will be installed
---> Package subscription-manager.x86_64 0:1.24.53-1.el7.centos will be installed
--> Processing Dependency: subscription-manager-rhsm = 1.24.53 for package: subscription-manager-1.24.53-1.el7.centos.x86_64
--> Processing Dependency: python-dmidecode >= 3.12.2-2 for package: subscription-manager-1.24.53-1.el7.centos.x86_64
--> Processing Dependency: virt-what for package: subscription-manager-1.24.53-1.el7.centos.x86_64
--> Processing Dependency: usermode for package: subscription-manager-1.24.53-1.el7.centos.x86_64
--> Processing Dependency: python-syspurpose for package: subscription-manager-1.24.53-1.el7.centos.x86_64
--> Processing Dependency: python-inotify for package: subscription-manager-1.24.53-1.el7.centos.x86_64
--> Processing Dependency: python-ethtool for package: subscription-manager-1.24.53-1.el7.centos.x86_64
--> Processing Dependency: python-decorator for package: subscription-manager-1.24.53-1.el7.centos.x86_64
--> Processing Dependency: python-dateutil for package: subscription-manager-1.24.53-1.el7.centos.x86_64
--> Running transaction check
---> Package audit-libs-python.x86_64 0:2.8.5-4.el7 will be installed
---> Package checkpolicy.x86_64 0:2.5-8.el7 will be installed
---> Package jansson.x86_64 0:2.10-1.el7 will be installed
---> Package libcgroup.x86_64 0:0.41-21.el7 will be installed
---> Package libselinux-python.x86_64 0:2.5-15.el7 will be installed
---> Package libsemanage-python.x86_64 0:2.5-14.el7 will be installed
---> Package python-IPy.noarch 0:0.75-6.el7 will be installed
---> Package python-decorator.noarch 0:3.4.0-3.el7 will be installed
---> Package python-dmidecode.x86_64 0:3.12.2-4.el7 will be installed
---> Package python-ethtool.x86_64 0:0.8-8.el7 will be installed
--> Processing Dependency: libnl.so.1()(64bit) for package: python-ethtool-0.8-8.el7.x86_64
---> Package python-inotify.noarch 0:0.9.4-4.el7 will be installed
---> Package python-syspurpose.x86_64 0:1.24.53-1.el7.centos will be installed
---> Package python2-dateutil.noarch 1:2.6.1-1.el7 will be installed
---> Package setools-libs.x86_64 0:3.3.8-4.el7 will be installed
---> Package subscription-manager-rhsm.x86_64 0:1.24.53-1.el7.centos will be installed
--> Processing Dependency: subscription-manager-rhsm-certificates = 1.24.53-1.el7.centos for package: subscription-manager-rhsm-1.24.53-1.el7.centos.x86_64
---> Package usermode.x86_64 0:1.111-6.el7 will be installed
---> Package virt-what.x86_64 0:1.18-4.el7_9.1 will be installed
--> Processing Dependency: which for package: virt-what-1.18-4.el7_9.1.x86_64
--> Processing Dependency: dmidecode for package: virt-what-1.18-4.el7_9.1.x86_64
--> Running transaction check
---> Package dmidecode.x86_64 1:3.2-5.el7_9.1 will be installed
---> Package libnl.x86_64 0:1.1.4-3.el7 will be installed
---> Package subscription-manager-rhsm-certificates.x86_64 0:1.24.53-1.el7.centos will be installed
---> Package which.x86_64 0:2.20-7.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
Package           Arch   Version        Repository                        Size
================================================================================
Installing:
autogen-libopts   x86_64 5.18-5.el7     tf-mirrors.ci_repos_yum7-base     66 k
chrony            x86_64 3.4-1.el7      tf-mirrors.ci_repos_yum7-base    251 k
contrail-nodemgr  x86_64 master.1.6.0.3.2.r24.1.centos-master_1_6_0_3_2_r24.1_centos.el7
contrail                          76 k
podman            x86_64 1.6.4-36.el7_9 tf-mirrors.ci_repos_yum7-extras   13 M
Installing for dependencies:
audit-libs-python x86_64 2.8.5-4.el7    tf-mirrors.ci_repos_yum7-base     76 k
checkpolicy       x86_64 2.5-8.el7      tf-mirrors.ci_repos_yum7-base    295 k
conmon            x86_64 2:2.0.8-1.el7  tf-mirrors.ci_repos_yum7-extras   31 k
container-selinux noarch 2:2.119.2-1.911c772.el7_8
tf-mirrors.ci_repos_yum7-extras   40 k
containerd.io     x86_64 1.6.28-3.1.el7 tf-mirrors.ci_repos_dockerrepo    35 M
containernetworking-plugins
x86_64 0.8.3-3.el7.centos
tf-mirrors.ci_repos_yum7-extras   20 M
containers-common x86_64 1:0.1.40-11.el7_8
tf-mirrors.ci_repos_yum7-extras   43 k
dmidecode         x86_64 1:3.2-5.el7_9.1
tf-mirrors.ci_repos_yum7-updates  82 k
fuse-overlayfs    x86_64 0.7.2-6.el7_8  tf-mirrors.ci_repos_yum7-extras   54 k
fuse3-libs        x86_64 3.6.1-4.el7    tf-mirrors.ci_repos_yum7-extras   82 k
jansson           x86_64 2.10-1.el7     tf-mirrors.ci_repos_yum7-base     37 k
libcgroup         x86_64 0.41-21.el7    tf-mirrors.ci_repos_yum7-base     66 k
libedit           x86_64 3.0-12.20121213cvs.el7
tf-mirrors.ci_repos_yum7-base     92 k
libnftnl          x86_64 1.0.8-3.el7    tf-mirrors.ci_repos_yum7-base     78 k
libnl             x86_64 1.1.4-3.el7    tf-mirrors.ci_repos_yum7-base    128 k
libseccomp        x86_64 2.3.1-4.el7    tf-mirrors.ci_repos_yum7-base     56 k
libselinux-python x86_64 2.5-15.el7     tf-mirrors.ci_repos_yum7-base    236 k
libselinux-utils  x86_64 2.5-15.el7     tf-mirrors.ci_repos_yum7-base    151 k
libsemanage-python
x86_64 2.5-14.el7     tf-mirrors.ci_repos_yum7-base    113 k
nftables          x86_64 1:0.8-14.el7   tf-mirrors.ci_repos_yum7-base    186 k
ntp               x86_64 4.2.6p5-29.el7.centos.2
tf-mirrors.ci_repos_yum7-base    549 k
ntpdate           x86_64 4.2.6p5-29.el7.centos.2
tf-mirrors.ci_repos_yum7-base     87 k
policycoreutils   x86_64 2.5-34.el7     tf-mirrors.ci_repos_yum7-base    917 k
policycoreutils-python
x86_64 2.5-34.el7     tf-mirrors.ci_repos_yum7-base    457 k
python-IPy        noarch 0.75-6.el7     tf-mirrors.ci_repos_yum7-base     32 k
python-decorator  noarch 3.4.0-3.el7    tf-mirrors.ci_repos_yum7-base     27 k
python-dmidecode  x86_64 3.12.2-4.el7   tf-mirrors.ci_repos_yum7-base     83 k
python-ethtool    x86_64 0.8-8.el7      tf-mirrors.ci_repos_yum7-base     34 k
python-inotify    noarch 0.9.4-4.el7    tf-mirrors.ci_repos_yum7-base     49 k
python-syspurpose x86_64 1.24.53-1.el7.centos
tf-mirrors.ci_repos_yum7-updates 277 k
python2-dateutil  noarch 1:2.6.1-1.el7  tf-mirrors.ci_repos_centos-openstack-queens
246 k
selinux-policy    noarch 3.13.1-268.el7_9.2
tf-mirrors.ci_repos_yum7-updates 498 k
selinux-policy-targeted
noarch 3.13.1-268.el7_9.2
tf-mirrors.ci_repos_yum7-updates 7.0 M
setools-libs      x86_64 3.3.8-4.el7    tf-mirrors.ci_repos_yum7-base    620 k
slirp4netns       x86_64 0.4.3-4.el7_8  tf-mirrors.ci_repos_yum7-extras   81 k
subscription-manager
x86_64 1.24.53-1.el7.centos
tf-mirrors.ci_repos_yum7-updates 1.1 M
subscription-manager-rhsm
x86_64 1.24.53-1.el7.centos
tf-mirrors.ci_repos_yum7-updates 336 k
subscription-manager-rhsm-certificates
x86_64 1.24.53-1.el7.centos
tf-mirrors.ci_repos_yum7-updates 239 k
usermode          x86_64 1.111-6.el7    tf-mirrors.ci_repos_yum7-base    193 k
virt-what         x86_64 1.18-4.el7_9.1 tf-mirrors.ci_repos_yum7-updates  30 k
which             x86_64 2.20-7.el7     tf-mirrors.ci_repos_yum7-base     41 k

Transaction Summary
================================================================================
Install  4 Packages (+41 Dependent packages)

Total download size: 83 M
Installed size: 290 M
Downloading packages:
--------------------------------------------------------------------------------
Total                                              108 MB/s |  83 MB  00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : libseccomp-2.3.1-4.el7.x86_64                               1/45
Installing : slirp4netns-0.4.3-4.el7_8.x86_64                            2/45
Installing : libedit-3.0-12.20121213cvs.el7.x86_64                       3/45
Installing : libselinux-utils-2.5-15.el7.x86_64                          4/45
Installing : policycoreutils-2.5-34.el7.x86_64                           5/45
Installing : selinux-policy-3.13.1-268.el7_9.2.noarch                    6/45
Installing : 1:python2-dateutil-2.6.1-1.el7.noarch                       7/45
Installing : selinux-policy-targeted-3.13.1-268.el7_9.2.noarch           8/45
Installing : libcgroup-0.41-21.el7.x86_64                                9/45
Installing : usermode-1.111-6.el7.x86_64                                10/45
Installing : 2:conmon-2.0.8-1.el7.x86_64                                11/45
Installing : libnl-1.1.4-3.el7.x86_64                                   12/45
Installing : python-ethtool-0.8-8.el7.x86_64                            13/45
Installing : jansson-2.10-1.el7.x86_64                                  14/45
Installing : libnftnl-1.0.8-3.el7.x86_64                                15/45
Installing : 1:nftables-0.8-14.el7.x86_64                               16/45
Installing : ntpdate-4.2.6p5-29.el7.centos.2.x86_64                     17/45
Installing : python-dmidecode-3.12.2-4.el7.x86_64                       18/45
Installing : audit-libs-python-2.8.5-4.el7.x86_64                       19/45
Installing : 1:dmidecode-3.2-5.el7_9.1.x86_64                           20/45
Installing : libselinux-python-2.5-15.el7.x86_64                        21/45
Installing : libsemanage-python-2.5-14.el7.x86_64                       22/45
Installing : fuse3-libs-3.6.1-4.el7.x86_64                              23/45
Installing : fuse-overlayfs-0.7.2-6.el7_8.x86_64                        24/45
Installing : setools-libs-3.3.8-4.el7.x86_64                            25/45
Installing : containernetworking-plugins-0.8.3-3.el7.centos.x86_64      26/45
Installing : python-IPy-0.75-6.el7.noarch                               27/45
Installing : python-decorator-3.4.0-3.el7.noarch                        28/45
Installing : which-2.20-7.el7.x86_64                                    29/45
install-info: No such file or directory for /usr/share/info/which.info.gz
Installing : virt-what-1.18-4.el7_9.1.x86_64                            30/45
Installing : checkpolicy-2.5-8.el7.x86_64                               31/45
Installing : policycoreutils-python-2.5-34.el7.x86_64                   32/45
Installing : 2:container-selinux-2.119.2-1.911c772.el7_8.noarch         33/45
setsebool:  SELinux is disabled.
Installing : containerd.io-1.6.28-3.1.el7.x86_64                        34/45
Installing : python-syspurpose-1.24.53-1.el7.centos.x86_64              35/45
Installing : python-inotify-0.9.4-4.el7.noarch                          36/45
Installing : autogen-libopts-5.18-5.el7.x86_64                          37/45
Installing : ntp-4.2.6p5-29.el7.centos.2.x86_64                         38/45
Installing : subscription-manager-rhsm-certificates-1.24.53-1.el7.cen   39/45
Installing : subscription-manager-rhsm-1.24.53-1.el7.centos.x86_64      40/45
Installing : subscription-manager-1.24.53-1.el7.centos.x86_64           41/45
Installing : 1:containers-common-0.1.40-11.el7_8.x86_64                 42/45
Installing : podman-1.6.4-36.el7_9.x86_64                               43/45
Installing : contrail-nodemgr-master.1.6.0.3.2.r24.1.centos-master_1_   44/45
WARNING: Running pip install with root privileges is generally not a good idea. Try `__main__.py install --user` instead.
Collecting bottle<0.13
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/d6f/15f9d422670b7/bottle-0.12.25-py3-none-any.whl (90kB)
Collecting psutil!=5.5.0,!=5.5.1,>=0.6.0
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/7be/9c3eba38beccb/psutil-7.0.0.tar.gz (497kB)
Collecting gevent<1.5.0
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/271/1e69788ddb34c/gevent-1.4.0-cp36-cp36m-manylinux1_x86_64.whl (5.5MB)
Collecting fysom
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/e36/17b79f19220c7/fysom-2.1.6.tar.gz
Collecting PyYAML<6,>=5.1
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/4e0/583d24c881e14/PyYAML-5.4.1-cp36-cp36m-manylinux1_x86_64.whl (640kB)
Collecting netaddr<1
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/982/2305b42ea1020/netaddr-0.10.1-py2.py3-none-any.whl (2.2MB)
Requirement already satisfied: greenlet>=0.4.14; platform_python_implementation == "CPython" in /usr/local/lib64/python3.6/site-packages (from gevent<1.5.0)
Collecting importlib-resources; python_version < "3.7" (from netaddr<1)
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/33a/95faed5fc19b4/importlib_resources-5.4.0-py3-none-any.whl
Collecting zipp>=3.1.0; python_version < "3.10" (from importlib-resources; python_version < "3.7"->netaddr<1)
Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/9fe/5ea21568a0a70/zipp-3.6.0-py3-none-any.whl
Installing collected packages: bottle, psutil, gevent, fysom, PyYAML, zipp, importlib-resources, netaddr
Running setup.py install for psutil: started
Running setup.py install for psutil: finished with status 'done'
Running setup.py install for fysom: started
Running setup.py install for fysom: finished with status 'done'
Successfully installed PyYAML-5.4.1 bottle-0.12.25 fysom-2.1.6 gevent-1.4.0 importlib-resources-5.4.0 netaddr-0.10.1 psutil-7.0.0 zipp-3.6.0
Installing : chrony-3.4-1.el7.x86_64                                    45/45
Failed to get D-Bus connection: Operation not permitted
Verifying  : subscription-manager-rhsm-certificates-1.24.53-1.el7.cen    1/45
Verifying  : virt-what-1.18-4.el7_9.1.x86_64                             2/45
Verifying  : containerd.io-1.6.28-3.1.el7.x86_64                         3/45
Verifying  : fuse-overlayfs-0.7.2-6.el7_8.x86_64                         4/45
Verifying  : autogen-libopts-5.18-5.el7.x86_64                           5/45
Verifying  : 1:nftables-0.8-14.el7.x86_64                                6/45
Verifying  : python-inotify-0.9.4-4.el7.noarch                           7/45
Verifying  : python-syspurpose-1.24.53-1.el7.centos.x86_64               8/45
Verifying  : 1:python2-dateutil-2.6.1-1.el7.noarch                       9/45
Verifying  : 1:containers-common-0.1.40-11.el7_8.x86_64                 10/45
Verifying  : selinux-policy-targeted-3.13.1-268.el7_9.2.noarch          11/45
Verifying  : python-ethtool-0.8-8.el7.x86_64                            12/45
Verifying  : checkpolicy-2.5-8.el7.x86_64                               13/45
Verifying  : policycoreutils-2.5-34.el7.x86_64                          14/45
Verifying  : which-2.20-7.el7.x86_64                                    15/45
Verifying  : contrail-nodemgr-master.1.6.0.3.2.r24.1.centos-master_1_   16/45
Verifying  : chrony-3.4-1.el7.x86_64                                    17/45
Verifying  : python-decorator-3.4.0-3.el7.noarch                        18/45
Verifying  : python-IPy-0.75-6.el7.noarch                               19/45
Verifying  : libseccomp-2.3.1-4.el7.x86_64                              20/45
Verifying  : libselinux-utils-2.5-15.el7.x86_64                         21/45
Verifying  : policycoreutils-python-2.5-34.el7.x86_64                   22/45
Verifying  : containernetworking-plugins-0.8.3-3.el7.centos.x86_64      23/45
Verifying  : subscription-manager-1.24.53-1.el7.centos.x86_64           24/45
Verifying  : setools-libs-3.3.8-4.el7.x86_64                            25/45
Verifying  : fuse3-libs-3.6.1-4.el7.x86_64                              26/45
Verifying  : podman-1.6.4-36.el7_9.x86_64                               27/45
Verifying  : libsemanage-python-2.5-14.el7.x86_64                       28/45
Verifying  : slirp4netns-0.4.3-4.el7_8.x86_64                           29/45
Verifying  : libselinux-python-2.5-15.el7.x86_64                        30/45
Verifying  : 1:dmidecode-3.2-5.el7_9.1.x86_64                           31/45
Verifying  : selinux-policy-3.13.1-268.el7_9.2.noarch                   32/45
Verifying  : audit-libs-python-2.8.5-4.el7.x86_64                       33/45
Verifying  : 2:container-selinux-2.119.2-1.911c772.el7_8.noarch         34/45
Verifying  : python-dmidecode-3.12.2-4.el7.x86_64                       35/45
Verifying  : ntpdate-4.2.6p5-29.el7.centos.2.x86_64                     36/45
Verifying  : jansson-2.10-1.el7.x86_64                                  37/45
Verifying  : libnl-1.1.4-3.el7.x86_64                                   38/45
Verifying  : libedit-3.0-12.20121213cvs.el7.x86_64                      39/45
Verifying  : subscription-manager-rhsm-1.24.53-1.el7.centos.x86_64      40/45
Verifying  : 2:conmon-2.0.8-1.el7.x86_64                                41/45
Verifying  : libnftnl-1.0.8-3.el7.x86_64                                42/45
Verifying  : usermode-1.111-6.el7.x86_64                                43/45
Verifying  : ntp-4.2.6p5-29.el7.centos.2.x86_64                         44/45
Verifying  : libcgroup-0.41-21.el7.x86_64                               45/45

Installed:
autogen-libopts.x86_64 0:5.18-5.el7
chrony.x86_64 0:3.4-1.el7
contrail-nodemgr.x86_64 0:master.1.6.0.3.2.r24.1.centos-master_1_6_0_3_2_r24.1_centos.el7
podman.x86_64 0:1.6.4-36.el7_9

Dependency Installed:
audit-libs-python.x86_64 0:2.8.5-4.el7
checkpolicy.x86_64 0:2.5-8.el7
conmon.x86_64 2:2.0.8-1.el7
container-selinux.noarch 2:2.119.2-1.911c772.el7_8
containerd.io.x86_64 0:1.6.28-3.1.el7
containernetworking-plugins.x86_64 0:0.8.3-3.el7.centos
containers-common.x86_64 1:0.1.40-11.el7_8
dmidecode.x86_64 1:3.2-5.el7_9.1
fuse-overlayfs.x86_64 0:0.7.2-6.el7_8
fuse3-libs.x86_64 0:3.6.1-4.el7
jansson.x86_64 0:2.10-1.el7
libcgroup.x86_64 0:0.41-21.el7
libedit.x86_64 0:3.0-12.20121213cvs.el7
libnftnl.x86_64 0:1.0.8-3.el7
libnl.x86_64 0:1.1.4-3.el7
libseccomp.x86_64 0:2.3.1-4.el7
libselinux-python.x86_64 0:2.5-15.el7
libselinux-utils.x86_64 0:2.5-15.el7
libsemanage-python.x86_64 0:2.5-14.el7
nftables.x86_64 1:0.8-14.el7
ntp.x86_64 0:4.2.6p5-29.el7.centos.2
ntpdate.x86_64 0:4.2.6p5-29.el7.centos.2
policycoreutils.x86_64 0:2.5-34.el7
policycoreutils-python.x86_64 0:2.5-34.el7
python-IPy.noarch 0:0.75-6.el7
python-decorator.noarch 0:3.4.0-3.el7
python-dmidecode.x86_64 0:3.12.2-4.el7
python-ethtool.x86_64 0:0.8-8.el7
python-inotify.noarch 0:0.9.4-4.el7
python-syspurpose.x86_64 0:1.24.53-1.el7.centos
python2-dateutil.noarch 1:2.6.1-1.el7
selinux-policy.noarch 0:3.13.1-268.el7_9.2
selinux-policy-targeted.noarch 0:3.13.1-268.el7_9.2
setools-libs.x86_64 0:3.3.8-4.el7
slirp4netns.x86_64 0:0.4.3-4.el7_8
subscription-manager.x86_64 0:1.24.53-1.el7.centos
subscription-manager-rhsm.x86_64 0:1.24.53-1.el7.centos
subscription-manager-rhsm-certificates.x86_64 0:1.24.53-1.el7.centos
usermode.x86_64 0:1.111-6.el7
virt-what.x86_64 0:1.18-4.el7_9.1
which.x86_64 0:2.20-7.el7

Complete!
Loaded plugins: fastestmirror, ovl, product-id, search-disabled-repos,
: subscription-manager

This system is not registered with an entitlement server. You can use subscription-manager to register.

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 cde391c80b1a
---> a0b595bff2d9
Step 7/9 : COPY *.sh /
---> aa5805b0caac
Step 8/9 : ENTRYPOINT ["/entrypoint.sh"]
---> Running in 408989511d8f
---> Removed intermediate container 408989511d8f
---> 6a9fa0553f31
Step 9/9 : CMD /usr/bin/contrail-nodemgr --nodetype=${NODEMGR_TYPE}
---> Running in c6958ddee67e
---> Removed intermediate container c6958ddee67e
---> 2fa13a94051c
[Warning] One or more build-args [BASE_EXTRA_RPMS CONTRAIL_CONTAINER_TAG CONTRAIL_REGISTRY GENERAL_EXTRA_RPMS LINUX_DISTR LINUX_DISTR_VER UBUNTU_DISTR UBUNTU_DISTR_VERSION VENDOR_DOMAIN VENDOR_NAME YUM_ENABLE_REPOS] were not consumed
Successfully built 2fa13a94051c
Successfully tagged nexus.gz1.opensdn.io:5101/contrail-nodemgr:master-1_6_0_3-2-r24.1-centos
Successfully tagged nexus.gz1.opensdn.io:5101/tf-nodemgr:master-1_6_0_3-2-r24.1-centos
2025-04-23 15:48:59,333: INFO: Docker build duration: 569 seconds
The push refers to repository [nexus.gz1.opensdn.io:5101/contrail-nodemgr]
bff8fdeaef1b: Preparing
73e6c659dfab: Preparing
8928b1990185: Preparing
2d0501382b8f: Preparing
996ffb7b1e9b: Preparing
2b6792c8a8a6: Preparing
d7454c0929a2: Preparing
b6670f300e4a: Preparing
0e207617ac99: Preparing
274c7def8088: Preparing
174f56854903: Preparing
b6670f300e4a: Waiting
0e207617ac99: Waiting
274c7def8088: Waiting
174f56854903: Waiting
2b6792c8a8a6: Waiting
d7454c0929a2: Waiting
2d0501382b8f: Layer already exists
996ffb7b1e9b: Layer already exists
8928b1990185: Layer already exists
2b6792c8a8a6: Layer already exists
b6670f300e4a: Layer already exists
d7454c0929a2: Layer already exists
0e207617ac99: Layer already exists
174f56854903: Layer already exists
274c7def8088: Layer already exists
bff8fdeaef1b: Pushed
73e6c659dfab: Pushed
master-1_6_0_3-2-r24.1-centos: digest: sha256:7a8eb84b1172ddcc099ce0f470e0ad772f0a4a1387fa97f583db1d308ffcd16b size: 2621
The push refers to repository [nexus.gz1.opensdn.io:5101/tf-nodemgr]
bff8fdeaef1b: Preparing
73e6c659dfab: Preparing
8928b1990185: Preparing
2d0501382b8f: Preparing
996ffb7b1e9b: Preparing
2b6792c8a8a6: Preparing
d7454c0929a2: Preparing
b6670f300e4a: Preparing
0e207617ac99: Preparing
274c7def8088: Preparing
174f56854903: Preparing
d7454c0929a2: Waiting
b6670f300e4a: Waiting
0e207617ac99: Waiting
274c7def8088: Waiting
174f56854903: Waiting
2b6792c8a8a6: Waiting
996ffb7b1e9b: Layer already exists
2d0501382b8f: Layer already exists
bff8fdeaef1b: Layer already exists
73e6c659dfab: Layer already exists
8928b1990185: Layer already exists
2b6792c8a8a6: Layer already exists
d7454c0929a2: Layer already exists
0e207617ac99: Layer already exists
b6670f300e4a: Layer already exists
274c7def8088: Layer already exists
174f56854903: Layer already exists
master-1_6_0_3-2-r24.1-centos: digest: sha256:7a8eb84b1172ddcc099ce0f470e0ad772f0a4a1387fa97f583db1d308ffcd16b size: 2621
2025-04-23 15:49:24,843: INFO: Building contrail-nodemgr finished successfully, duration: 594 seconds