2024-09-18 21:06:39,117: INFO: Building contrail-kubernetes-kube-manager 2024-09-18 21:06:39,209: INFO: Building args: --network host --build-arg CONTRAIL_REGISTRY=nexus.gz1.opensdn.io:5101 --build-arg CONTRAIL_CONTAINER_TAG=master-1_0_4_7-1 --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-kubernetes-kube-manager --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 17.41 kB Step 1/8 : FROM nexus.gz1.opensdn.io:5101/contrail-base:master-1_0_4_7-1 ---> 1d18dbb35e5f Step 2/8 : ARG CONTAINER_NAME ---> Running in bf82d4aa87d8 ---> Removed intermediate container bf82d4aa87d8 ---> 3eae350ff2ac Step 3/8 : ENV NODE_TYPE=kubernetes SERVICE_NAME=kube-manager CONTAINER_NAME=$CONTAINER_NAME ---> Running in 76aedc3aa9a4 ---> Removed intermediate container 76aedc3aa9a4 ---> a0d8eff91ebb Step 4/8 : LABEL name=$CONTAINER_NAME summary="Contrail Kubernetes Manager" description="Contrail Kubernetes Manager provides listening to the Kubernetes API messages and creating corresponding resources in the Contrail API database." $VENDOR_DOMAIN".pod"=$NODE_TYPE $VENDOR_DOMAIN".service"=$SERVICE_NAME $VENDOR_DOMAIN".container.name"=$CONTAINER_NAME ---> Running in 8f3d8885641c ---> Removed intermediate container 8f3d8885641c ---> aad1c2b18d7d Step 5/8 : RUN yum install -y contrail-kube-manager && yum clean all -y && rm -rf /var/cache/yum ---> Running in 40842d2d6576 Loaded plugins: fastestmirror, ovl Determining fastest mirrors Resolving Dependencies --> Running transaction check ---> Package contrail-kube-manager.x86_64 0:master.1.0.4.7.1-master_1_0_4_7_1.el7 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: contrail-kube-manager x86_64 master.1.0.4.7.1-master_1_0_4_7_1.el7 contrail 332 k Transaction Summary ================================================================================ Install 1 Package Total download size: 332 k Installed size: 2.2 M Downloading packages: Running transaction check Running transaction test Transaction test succeeded Running transaction Installing : contrail-kube-manager-master.1.0.4.7.1-master_1_0_4_7_1.el 1/1 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 You are using pip version 21.3.1, however version 24.2 is available. You should consider upgrading via the 'pip install --upgrade pip' command. Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/ Requirement already satisfied: requests in /usr/local/lib/python3.6/site-packages (2.27.1) Collecting bitstring Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/0de/167daa6a00c93/bitstring-3.1.9-py3-none-any.whl (38 kB) Collecting bitarray Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/9ae/5b0657380d258/bitarray-2.9.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (280 kB) Requirement already satisfied: netaddr<1 in /usr/local/lib/python3.6/site-packages (0.10.1) Requirement already satisfied: greenlet in /usr/local/lib64/python3.6/site-packages (1.1.3.post0) 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 keystoneauth1 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/c41/b041abed17f5e/keystoneauth1-5.1.3-py3-none-any.whl (318 kB) Requirement already satisfied: fysom in /usr/local/lib/python3.6/site-packages (2.1.6) 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 simplejson Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/cb3/24bb903330cbb/simplejson-3.19.3-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (125 kB) Requirement already satisfied: bottle<0.13 in /usr/local/lib/python3.6/site-packages (0.12.25) Requirement already satisfied: kazoo in /usr/local/lib/python3.6/site-packages (2.10.0) Collecting enum34 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/c38/58660960c984d/enum34-1.1.10-py3-none-any.whl (11 kB) Collecting gevent==22.10.1 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/d18/fcc324f39a3b2/gevent-22.10.1-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (5.7 MB) Collecting cassandra-driver<3.27,>=3.16 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/425/338478c143247/cassandra-driver-3.26.0.tar.gz (287 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Requirement already satisfied: setuptools in /usr/local/lib/python3.6/site-packages (from gevent==22.10.1) (59.6.0) Requirement already satisfied: zope.event in /usr/local/lib/python3.6/site-packages (from gevent==22.10.1) (4.6) Requirement already satisfied: zope.interface in /usr/local/lib64/python3.6/site-packages (from gevent==22.10.1) (5.5.2) Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.6/site-packages (from requests) (3.8) Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.6/site-packages (from requests) (2.0.12) Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.6/site-packages (from requests) (2024.8.30) Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.6/site-packages (from requests) (1.26.20) Requirement already satisfied: importlib-resources in /usr/local/lib/python3.6/site-packages (from netaddr<1) (5.4.0) Collecting amqp<6.0.0,>=5.0.6 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/827/cb12fb0baa892/amqp-5.2.0-py3-none-any.whl (50 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 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 pbr!=2.1.0,>=2.0.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/a77/6ae228892d801/pbr-6.1.0-py2.py3-none-any.whl (108 kB) Collecting iso8601>=0.1.11 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/840/0e90141bf792b/iso8601-1.1.0-py3-none-any.whl (9.9 kB) Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.6/site-packages (from keystoneauth1) (1.13.0) Collecting os-service-types>=1.2.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/050/5c72205690910/os_service_types-1.7.0-py2.py3-none-any.whl (24 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 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) Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.6/site-packages (from importlib-metadata>=0.18->kombu) (3.6.0) Using legacy 'setup.py install' for cassandra-driver, since package 'wheel' is not installed. Installing collected packages: typing-extensions, importlib-metadata, vine, pbr, click, stevedore, os-service-types, iso8601, geomet, cached-property, amqp, simplejson, kombu, keystoneauth1, gevent, enum34, cassandra-driver, bitstring, bitarray WARNING: The script pbr is installed in '/usr/local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. WARNING: The script geomet is installed in '/usr/local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. Attempting uninstall: gevent Found existing installation: gevent 22.10.2 Uninstalling gevent-22.10.2: Successfully uninstalled gevent-22.10.2 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.2.0 bitarray-2.9.2 bitstring-3.1.9 cached-property-1.5.2 cassandra-driver-3.26.0 click-8.0.4 enum34-1.1.10 geomet-0.2.1.post1 gevent-22.10.1 importlib-metadata-4.8.3 iso8601-1.1.0 keystoneauth1-5.1.3 kombu-5.1.0 os-service-types-1.7.0 pbr-6.1.0 simplejson-3.19.3 stevedore-3.5.2 typing-extensions-4.1.1 vine-5.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 Verifying : contrail-kube-manager-master.1.0.4.7.1-master_1_0_4_7_1.el 1/1 Installed: contrail-kube-manager.x86_64 0:master.1.0.4.7.1-master_1_0_4_7_1.el7 Complete! 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 40842d2d6576 ---> 859413fe1170 Step 6/8 : COPY entrypoint.sh / ---> ec71d76bd007 Step 7/8 : ENTRYPOINT ["/entrypoint.sh"] ---> Running in 2cc6cb779fc8 ---> Removed intermediate container 2cc6cb779fc8 ---> d92641b42404 Step 8/8 : CMD ["/usr/bin/contrail-kube-manager", "-c", "/etc/contrail/contrail-kubernetes.conf"] ---> Running in 660c6e6526af ---> Removed intermediate container 660c6e6526af ---> 39d8662390f0 [Warning] One or more build-args [BASE_EXTRA_RPMS CONTRAIL_CONTAINER_TAG CONTRAIL_REGISTRY 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 39d8662390f0 Successfully tagged nexus.gz1.opensdn.io:5101/contrail-kubernetes-kube-manager:master-1_0_4_7-1 Successfully tagged nexus.gz1.opensdn.io:5101/tf-kubernetes-kube-manager:master-1_0_4_7-1 2024-09-18 21:22:02,731: INFO: Docker build duration: 923 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/contrail-kubernetes-kube-manager] 76d2301b7f26: Preparing 4468615c7aa3: Preparing 654c164d5438: Preparing c6a3850517c0: Preparing 03a96f935945: Preparing c43a8de619b3: Preparing 5b8247786f4a: Preparing 609642684b75: Preparing 2935bf9d048c: Preparing 65f64ed25f66: Preparing 174f56854903: Preparing 4468615c7aa3: Waiting 654c164d5438: Waiting c6a3850517c0: Waiting 03a96f935945: Waiting c43a8de619b3: Waiting 5b8247786f4a: Waiting 609642684b75: Waiting 2935bf9d048c: Waiting 65f64ed25f66: Waiting 174f56854903: Waiting 76d2301b7f26: Waiting 654c164d5438: Layer already exists c6a3850517c0: Layer already exists c43a8de619b3: Layer already exists 76d2301b7f26: Pushed 5b8247786f4a: Layer already exists 609642684b75: Layer already exists 03a96f935945: Layer already exists 2935bf9d048c: Layer already exists 65f64ed25f66: Layer already exists 174f56854903: Layer already exists 4468615c7aa3: Pushed master-1_0_4_7-1: digest: sha256:2c40a8308d39bc59239401c5e7e1dc9325f8840df75657f8116fe8fb0d167769 size: 2620 The push refers to repository [nexus.gz1.opensdn.io:5101/tf-kubernetes-kube-manager] 76d2301b7f26: Preparing 4468615c7aa3: Preparing 654c164d5438: Preparing c6a3850517c0: Preparing 03a96f935945: Preparing c43a8de619b3: Preparing 5b8247786f4a: Preparing 609642684b75: Preparing 2935bf9d048c: Preparing 65f64ed25f66: Preparing 174f56854903: Preparing 03a96f935945: Waiting c43a8de619b3: Waiting 5b8247786f4a: Waiting 609642684b75: Waiting 2935bf9d048c: Waiting 65f64ed25f66: Waiting 174f56854903: Waiting 76d2301b7f26: Waiting 4468615c7aa3: Waiting 654c164d5438: Waiting c6a3850517c0: Waiting 4468615c7aa3: Layer already exists 76d2301b7f26: Layer already exists 654c164d5438: Layer already exists c6a3850517c0: Layer already exists 03a96f935945: Layer already exists c43a8de619b3: Layer already exists 5b8247786f4a: Layer already exists 609642684b75: Layer already exists 2935bf9d048c: Layer already exists 65f64ed25f66: Layer already exists 174f56854903: Layer already exists master-1_0_4_7-1: digest: sha256:2c40a8308d39bc59239401c5e7e1dc9325f8840df75657f8116fe8fb0d167769 size: 2620 2024-09-18 21:28:56,619: INFO: Building contrail-kubernetes-kube-manager finished successfully, duration: 1337 seconds