2024-11-11 10:46:09,726: INFO: Building contrail-controller-config-devicemgr 2024-11-11 10:46:09,798: INFO: Building args: --network host --build-arg CONTRAIL_REGISTRY=nexus.gz1.opensdn.io:5101 --build-arg CONTRAIL_CONTAINER_TAG=master-1_1_5_2-3 --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-controller-config-devicemgr --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 15.36 kB Step 1/10 : FROM nexus.gz1.opensdn.io:5101/contrail-controller-config-base:master-1_1_5_2-3 ---> 8fd4a7ebea36 Step 2/10 : ARG SITE_MIRROR ---> Running in 56051f05ed30 ---> Removed intermediate container 56051f05ed30 ---> 3c3c246e70f6 Step 3/10 : ARG CONTAINER_NAME ---> Running in fd023c3f7a5a ---> Removed intermediate container fd023c3f7a5a ---> fd806bc1bf63 Step 4/10 : ENV SERVICE_NAME=device-manager CONTAINER_NAME=$CONTAINER_NAME LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 ---> Running in ad225721a1dc ---> Removed intermediate container ad225721a1dc ---> 510a46a9e031 Step 5/10 : LABEL name=$CONTAINER_NAME summary="Contrail Device Manager" description="Contrail Device Manager is used to manage network devices in the Contrail system." $VENDOR_DOMAIN".service"=$SERVICE_NAME $VENDOR_DOMAIN".container.name"=$CONTAINER_NAME ---> Running in 6c9a552b7d8c ---> Removed intermediate container 6c9a552b7d8c ---> ad4ff1e57ba1 Step 6/10 : RUN yum install -y libffi-devel && python3 -m pip install --upgrade pip setuptools ---> Running in 520f1fe2ac0a Loaded plugins: fastestmirror, ovl Determining fastest mirrors Resolving Dependencies --> Running transaction check ---> Package libffi-devel.x86_64 0:3.0.13-19.el7 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: libffi-devel x86_64 3.0.13-19.el7 tf-mirrors.ci_repos_yum7-base 23 k Transaction Summary ================================================================================ Install 1 Package Total download size: 23 k Installed size: 27 k Downloading packages: Running transaction check Running transaction test Transaction test succeeded Running transaction Installing : libffi-devel-3.0.13-19.el7.x86_64 1/1 Verifying : libffi-devel-3.0.13-19.el7.x86_64 1/1 Installed: libffi-devel.x86_64 0:3.0.13-19.el7 Complete! Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/ Requirement already satisfied: pip in /usr/local/lib/python3.6/site-packages (21.3.1) Requirement already satisfied: setuptools in /usr/local/lib/python3.6/site-packages (59.6.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  ---> Removed intermediate container 520f1fe2ac0a ---> 3f620bcd4a48 Step 7/10 : RUN yum install -y git iputils && yum clean all -y && rm -rf /var/cache/yum && source /functions.sh && download_package https://github.com Juniper/ansible-junos-stdlib/archive/2.4.2.tar.gz Juniper.junos && ansible-galaxy install Juniper.junos && rm -f Juniper.junos ---> Running in e18e3e2b7d84 Loaded plugins: fastestmirror, ovl Loading mirror speeds from cached hostfile Package iputils-20160308-10.el7.x86_64 already installed and latest version Resolving Dependencies --> Running transaction check ---> Package git.x86_64 0:1.8.3.1-25.el7_9 will be installed --> Processing Dependency: perl-Git = 1.8.3.1-25.el7_9 for package: git-1.8.3.1-25.el7_9.x86_64 --> Processing Dependency: rsync for package: git-1.8.3.1-25.el7_9.x86_64 --> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-25.el7_9.x86_64 --> Processing Dependency: perl(Git) for package: git-1.8.3.1-25.el7_9.x86_64 --> Processing Dependency: perl(Error) for package: git-1.8.3.1-25.el7_9.x86_64 --> Running transaction check ---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed ---> Package perl-Git.noarch 0:1.8.3.1-25.el7_9 will be installed ---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed ---> Package rsync.x86_64 0:3.1.2-12.el7_9 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: git x86_64 1.8.3.1-25.el7_9 tf-mirrors.ci_repos_yum7-updates 4.4 M Installing for dependencies: perl-Error noarch 1:0.17020-2.el7 tf-mirrors.ci_repos_yum7-base 32 k perl-Git noarch 1.8.3.1-25.el7_9 tf-mirrors.ci_repos_yum7-updates 56 k perl-TermReadKey x86_64 2.30-20.el7 tf-mirrors.ci_repos_yum7-base 31 k rsync x86_64 3.1.2-12.el7_9 tf-mirrors.ci_repos_yum7-updates 408 k Transaction Summary ================================================================================ Install 1 Package (+4 Dependent packages) Total download size: 4.9 M Installed size: 23 M Downloading packages: -------------------------------------------------------------------------------- Total 16 MB/s | 4.9 MB 00:00 Running transaction check Running transaction test Transaction test succeeded Running transaction Installing : 1:perl-Error-0.17020-2.el7.noarch 1/5 Installing : rsync-3.1.2-12.el7_9.x86_64 2/5 Installing : perl-TermReadKey-2.30-20.el7.x86_64 3/5 Installing : perl-Git-1.8.3.1-25.el7_9.noarch 4/5 Installing : git-1.8.3.1-25.el7_9.x86_64 5/5 Verifying : perl-TermReadKey-2.30-20.el7.x86_64 1/5 Verifying : 1:perl-Error-0.17020-2.el7.noarch 2/5 Verifying : git-1.8.3.1-25.el7_9.x86_64 3/5 Verifying : perl-Git-1.8.3.1-25.el7_9.noarch 4/5 Verifying : rsync-3.1.2-12.el7_9.x86_64 5/5 Installed: git.x86_64 0:1.8.3.1-25.el7_9 Dependency Installed: perl-Error.noarch 1:0.17020-2.el7 perl-Git.noarch 0:1.8.3.1-25.el7_9 perl-TermReadKey.x86_64 0:2.30-20.el7 rsync.x86_64 0:3.1.2-12.el7_9 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 2024-11-11 10:48:38 URL:http://nexus.gz1.opensdn.io/repository/external-web-cache/Juniper/ansible-junos-stdlib/archive/2.4.2.tar.gz [108498/108498] -> "Juniper.junos" [1] [WARNING]: log file at /var/log/contrail/config-device-manager/contrail-fabric-ansible-playbooks.log is not writeable and we cannot create it, aborting [DEPRECATION WARNING]: Ansible will require Python 3.8 or newer on the controller starting with Ansible 2.12. Current version: 3.6.8 (default, Nov 14 2023, 16:29:52) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)]. This feature will be removed from ansible-core in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. Starting galaxy role install process - extracting Juniper.junos to /root/.ansible/roles/Juniper.junos - Juniper.junos was installed successfully ---> Removed intermediate container e18e3e2b7d84 ---> 0181cef3840b Step 8/10 : COPY *.sh / ---> a930271b9fe5 Step 9/10 : ENTRYPOINT ["/entrypoint.sh"] ---> Running in 7fffa64e43b4 ---> Removed intermediate container 7fffa64e43b4 ---> d24005f30eda Step 10/10 : CMD ["/usr/bin/contrail-device-manager", "--conf_file", "/etc/contrail/contrail-device-manager.conf", "--conf_file", "/etc/contrail/contrail-keystone-auth.conf"] ---> Running in c111b0eef079 ---> Removed intermediate container c111b0eef079 ---> bc3ee0103c58 [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 bc3ee0103c58 Successfully tagged nexus.gz1.opensdn.io:5101/contrail-controller-config-devicemgr:master-1_1_5_2-3 Successfully tagged nexus.gz1.opensdn.io:5101/tf-controller-config-devicemgr:master-1_1_5_2-3 2024-11-11 10:49:02,343: INFO: Docker build duration: 173 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/contrail-controller-config-devicemgr] 42dd975f3dfb: Preparing 3cd345ff9848: Preparing c0c0ac3bcd0b: Preparing 40e33da3d9a9: Preparing 9e38290eb805: Preparing 92cc5f661299: Preparing 0ea6cda36287: Preparing 8158897bf0cd: Preparing acae07984ea6: Preparing 3023644ac91d: Preparing 092a92c5534d: Preparing 8fc37a8b14c5: Preparing 174f56854903: Preparing 3cd345ff9848: Waiting c0c0ac3bcd0b: Waiting 40e33da3d9a9: Waiting 9e38290eb805: Waiting 92cc5f661299: Waiting 0ea6cda36287: Waiting 8158897bf0cd: Waiting acae07984ea6: Waiting 3023644ac91d: Waiting 092a92c5534d: Waiting 8fc37a8b14c5: Waiting 174f56854903: Waiting 42dd975f3dfb: Pushed 40e33da3d9a9: Layer already exists 9e38290eb805: Layer already exists 92cc5f661299: Layer already exists 0ea6cda36287: Layer already exists 8158897bf0cd: Layer already exists acae07984ea6: Layer already exists 3023644ac91d: Layer already exists 092a92c5534d: Layer already exists 8fc37a8b14c5: Layer already exists 174f56854903: Layer already exists 3cd345ff9848: Pushed c0c0ac3bcd0b: Pushed master-1_1_5_2-3: digest: sha256:8684a87180cea9eb2e07172bbefb83d43761b4a937a05e1a5ed3315c92b770f4 size: 3046 The push refers to repository [nexus.gz1.opensdn.io:5101/tf-controller-config-devicemgr] 42dd975f3dfb: Preparing 3cd345ff9848: Preparing c0c0ac3bcd0b: Preparing 40e33da3d9a9: Preparing 9e38290eb805: Preparing 92cc5f661299: Preparing 0ea6cda36287: Preparing 8158897bf0cd: Preparing acae07984ea6: Preparing 3023644ac91d: Preparing 092a92c5534d: Preparing 8fc37a8b14c5: Preparing 174f56854903: Preparing 42dd975f3dfb: Waiting 3cd345ff9848: Waiting c0c0ac3bcd0b: Waiting 40e33da3d9a9: Waiting 9e38290eb805: Waiting 92cc5f661299: Waiting 0ea6cda36287: Waiting 8158897bf0cd: Waiting acae07984ea6: Waiting 3023644ac91d: Waiting 092a92c5534d: Waiting 8fc37a8b14c5: Waiting 174f56854903: Waiting 3cd345ff9848: Layer already exists 42dd975f3dfb: Layer already exists c0c0ac3bcd0b: Layer already exists 40e33da3d9a9: Layer already exists 9e38290eb805: Layer already exists 92cc5f661299: Layer already exists 0ea6cda36287: Layer already exists acae07984ea6: Layer already exists 3023644ac91d: Layer already exists 092a92c5534d: Layer already exists 8158897bf0cd: Layer already exists 8fc37a8b14c5: Layer already exists 174f56854903: Layer already exists master-1_1_5_2-3: digest: sha256:8684a87180cea9eb2e07172bbefb83d43761b4a937a05e1a5ed3315c92b770f4 size: 3046 2024-11-11 10:49:46,652: INFO: Building contrail-controller-config-devicemgr finished successfully, duration: 217 seconds