2024-12-31 13:17:54,623: INFO: Building contrail-base 2024-12-31 13:17:54,626: INFO: Building args: --network host --build-arg PIP_REPOSITORY=http://localhost:6667/pip/simple --build-arg CONTRAIL_REGISTRY=nexus.gz1.opensdn.io:5101 --build-arg CONTRAIL_CONTAINER_TAG=master-1_2_5_2-4 --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} ---> cc227c960c0a Step 4/9 : ARG BASE_EXTRA_RPMS="" ---> Running in 3d02e98b2c83 ---> Removed intermediate container 3d02e98b2c83 ---> 8331194efbf8 Step 5/9 : ARG PIP_REPOSITORY ---> Running in 790725e43394 ---> Removed intermediate container 790725e43394 ---> e60e6fa82321 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 contrail-lib contrail-setup contrail-utils 2>&1 | tee /tmp/log ; python3 -m pip install --no-compile --extra-index-url $PIP_REPOSITORY "contrail-api-client==0.1.dev0"; grep -i "error:" /tmp/log && exit 1 ; python3 -m pip install --no-compile remote-pdb ; yum clean all -y ; rm -rf /var/cache/yum ; ldconfig ---> Running in 11b0b883c801 Loaded plugins: fastestmirror, ovl Determining fastest mirrors Resolving Dependencies --> Running transaction check ---> Package contrail-lib.x86_64 0:master.1.2.5.2.4-master_1_2_5_2_4.el7 will be installed ---> Package contrail-setup.noarch 0:master.1.2.5.2.4-master_1_2_5_2_4.el7 will be installed --> Processing Dependency: net-tools for package: contrail-setup-master.1.2.5.2.4-master_1_2_5_2_4.el7.noarch ---> Package contrail-utils.x86_64 0:master.1.2.5.2.4-master_1_2_5_2_4.el7 will be installed --> Processing Dependency: lsof for package: contrail-utils-master.1.2.5.2.4-master_1_2_5_2_4.el7.x86_64 ---> 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 --> Running transaction check ---> Package libpcap.x86_64 14:1.5.3-13.el7_9 will be installed ---> Package lsof.x86_64 0:4.87-6.el7 will be installed ---> Package net-tools.x86_64 0:2.0-0.25.20131004git.el7 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: contrail-lib x86_64 master.1.2.5.2.4-master_1_2_5_2_4.el7 contrail 1.3 M contrail-setup noarch master.1.2.5.2.4-master_1_2_5_2_4.el7 contrail 112 k contrail-utils x86_64 master.1.2.5.2.4-master_1_2_5_2_4.el7 contrail 14 k nmap-ncat x86_64 2:6.40-19.el7 tf-mirrors.ci_repos_yum7-base 206 k Installing for dependencies: libpcap x86_64 14:1.5.3-13.el7_9 tf-mirrors.ci_repos_yum7-updates 139 k lsof x86_64 4.87-6.el7 tf-mirrors.ci_repos_yum7-base 331 k net-tools x86_64 2.0-0.25.20131004git.el7 tf-mirrors.ci_repos_yum7-base 306 k Transaction Summary ================================================================================ Install 4 Packages (+3 Dependent packages) Total download size: 2.4 M Installed size: 8.2 M Downloading packages: -------------------------------------------------------------------------------- Total 12 MB/s | 2.4 MB 00:00 Running transaction check Running transaction test Transaction test succeeded Running transaction Installing : net-tools-2.0-0.25.20131004git.el7.x86_64 1/7 Installing : lsof-4.87-6.el7.x86_64 2/7 Installing : 14:libpcap-1.5.3-13.el7_9.x86_64 3/7 Installing : 2:nmap-ncat-6.40-19.el7.x86_64 4/7 Installing : contrail-utils-master.1.2.5.2.4-master_1_2_5_2_4.el7.x86_6 5/7 + /usr/bin/python3 -m pip -v install --no-compile -r /opt/opensdn/pip/utils/requirements.txt Using pip 21.3.1 from /usr/local/lib/python3.6/site-packages/pip (python 3.6) Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/ Collecting contrail-api-client Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f74/d1adc19c127f1/contrail-api-client-2005.tar.gz (995 kB) Preparing metadata (setup.py): started Running command python setup.py egg_info running egg_info creating /tmp/pip-pip-egg-info-5nd_42r0/contrail_api_client.egg-info writing /tmp/pip-pip-egg-info-5nd_42r0/contrail_api_client.egg-info/PKG-INFO writing dependency_links to /tmp/pip-pip-egg-info-5nd_42r0/contrail_api_client.egg-info/dependency_links.txt writing top-level names to /tmp/pip-pip-egg-info-5nd_42r0/contrail_api_client.egg-info/top_level.txt writing manifest file '/tmp/pip-pip-egg-info-5nd_42r0/contrail_api_client.egg-info/SOURCES.txt' reading manifest file '/tmp/pip-pip-egg-info-5nd_42r0/contrail_api_client.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file '/tmp/pip-pip-egg-info-5nd_42r0/contrail_api_client.egg-info/SOURCES.txt' /usr/local/lib/python3.6/site-packages/setuptools/dist.py:726: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead % (opt, underscore_opt) Preparing metadata (setup.py): finished with status 'done' Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/33e/5c35e40ca7c87/sandesh-0.3.2-py3-none-any.whl#sha256=33e5c35e40ca7c879c88180b5bd222d0a31a557e193cfbae012be95b2a7e13e0 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/sandesh/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/8ab/6841a7eed811e/sandesh-0.3.1-py3-none-any.whl#sha256=8ab6841a7eed811e62cf005b3bafc108f30e57c307d38cdfc5450653df249bf8 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/sandesh/) (requires-python:>=3.7) ERROR: Could not find a version that satisfies the requirement sandesh==0.1.dev0 (from versions: none) ERROR: No matching distribution found for sandesh==0.1.dev0 Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/ebc/b60557f2aefab/pip-24.3.1.tar.gz#sha256=ebcb60557f2aefabc2e0f918751cd24ea0d56d8ec5445fe1807f1d2109660b99 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/379/0624780082365/pip-24.3.1-py3-none-any.whl#sha256=3790624780082365f47549d032f3770eeb2b1e8bd1f7b2e02dace1afa361b4ed (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/cd8/31345d9ce4f74/pip-24.3.tar.gz#sha256=cd831345d9ce4f74ff7115203d3a0bd6730a1ba814f9327ede48910b1e30a447 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/461/877c364317128/pip-24.3-py3-none-any.whl#sha256=461877c364317128146d1eb33c62c2a80e33cb23b4cafdf4ad728bc74958e0dd (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/5b5/e490b5e9cb275/pip-24.2.tar.gz#sha256=5b5e490b5e9cb275c879595064adce9ebd31b854e3e803740b72f9ccf34a45b8 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/2cd/581cf58ab7fcf/pip-24.2-py3-none-any.whl#sha256=2cd581cf58ab7fcfca4ce8efa6dcacd0de5bf8d0a3eb9ec927e07405f4d9e2a2 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/e54/58a0b89f2755e/pip-24.1.2.tar.gz#sha256=e5458a0b89f2755e0ee8c0c77613fe5273e05f337907874d64f13171a898a7ff (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/7cd/207eed4c60b0f/pip-24.1.2-py3-none-any.whl#sha256=7cd207eed4c60b0f411b444cd1464198fe186671c323b6cd6d433ed80fc9d247 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/5aa/64f65e1952733/pip-24.1.1.tar.gz#sha256=5aa64f65e1952733ee0a9a9b1f52496ebdb3f3077cc46f80a16d983b58d1180a (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/efc/a15145a95e95c/pip-24.1.1-py3-none-any.whl#sha256=efca15145a95e95c00608afeab66311d40bfb73bb2266a855befd705e6bb15a0 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/bda/e551038c0ce6a/pip-24.1.tar.gz#sha256=bdae551038c0ce6a83030b4aedef27fc95f0daa683593fea22fa05e55ed8e317 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/a77/5837439bf5da2/pip-24.1-py3-none-any.whl#sha256=a775837439bf5da2c1a0c2fa43d5744854497c689ddbd9344cf3ea6d00598540 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/926/201900a0e2692/pip-24.1b2.tar.gz#sha256=926201900a0e26929387023907bf395c9a6c0d37bbea176942ca5e1b6b27e815 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/7b4/ae01a2af4bfae/pip-24.1b2-py3-none-any.whl#sha256=7b4ae01a2af4bfae0386860c5a12c035fcc228364ddef89192a1c31d48d263a1 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/a9b/d4c037d72325b/pip-24.1b1.tar.gz#sha256=a9bd4c037d72325b4e903ec3f383263deea3eb73cd01db7a844edd026fc68afe (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/752/516cffafef5cf/pip-24.1b1-py3-none-any.whl#sha256=752516cffafef5cf29d3fb2f06c978f27e98709654689cf277b2fce984c7a591 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/ea9/bd1a847e8c577/pip-24.0.tar.gz#sha256=ea9bd1a847e8c5774a5777bb398c19e80bcd4e2aa16a4b301b718fe6f593aba2 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/ba0/d021a166865d2/pip-24.0-py3-none-any.whl#sha256=ba0d021a166865d2265246961bec0152ff124de910c5cc39f1156ce3fa7c69dc (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/7fd/9972f96db22c8/pip-23.3.2.tar.gz#sha256=7fd9972f96db22c8077a1ee2691b172c8089b17a5652a44494a9ecb0d78f9149 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/505/2d7889c1f9d05/pip-23.3.2-py3-none-any.whl#sha256=5052d7889c1f9d05224cd41741acb7c5d6fa735ab34e339624a614eaaa7e7d76 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/1fc/aa041308d01f1/pip-23.3.1.tar.gz#sha256=1fcaa041308d01f14575f6d0d2ea4b75a3e2871fe4f9c694976f908768e14174 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/55e/b67bb6171d374/pip-23.3.1-py3-none-any.whl#sha256=55eb67bb6171d37447e82213be585b75fe2b12b359e993773aca4de9247a052b (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/bb7/d4f69f488432e/pip-23.3.tar.gz#sha256=bb7d4f69f488432e4e96394612f43ab43dd478d073ef7422604a570f7157561e (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/bc3/8bb52bc286514/pip-23.3-py3-none-any.whl#sha256=bc38bb52bc286514f8f7cb3a1ba5ed100b76aaef29b521d48574329331c5ae7b (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/fb0/bd5435b3200c6/pip-23.2.1.tar.gz#sha256=fb0bd5435b3200c602b5bf61d2d43c2f13c02e29c1707567ae7fbc514eb9faf2 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/7cc/f472345f20d35/pip-23.2.1-py3-none-any.whl#sha256=7ccf472345f20d35bdc9d1841ff5f313260c2c33fe417f48c30ac46cccabf5be (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/a16/0a170f3331d9c/pip-23.2.tar.gz#sha256=a160a170f3331d9ca1a0247eb1cd79c758879f1f81158f9cd05bbb5df80bea5c (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/78e/5353a9dda374b/pip-23.2-py3-none-any.whl#sha256=78e5353a9dda374b462f2054f83a7b63f3f065c98236a68361845c1b0ee7e35f (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/0e7/c86f486935893/pip-23.1.2.tar.gz#sha256=0e7c86f486935893c708287b30bd050a36ac827ec7fe5e43fe7cb198dd835fba (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/3ef/6ac33239e4027/pip-23.1.2-py3-none-any.whl#sha256=3ef6ac33239e4027d9a5598a381b9d30880a1477e50039db2eac6e8a8f6d1b18 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/c95/b53d309f903f3/pip-23.1.1.tar.gz#sha256=c95b53d309f903f33dfe5fd37e502a5c3a05ee3454d518e45df522a4f091b728 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/3d8/d72fa0714e93c/pip-23.1.1-py3-none-any.whl#sha256=3d8d72fa0714e93c9d3c2a0ede91e898c64596e0fa7d4523f72dd95728efc418 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/408/539897ee535db/pip-23.1.tar.gz#sha256=408539897ee535dbfb83a153f7bc4d620f990d8bd44a52a986efc0b4d330d34a (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/64b/1d4528e491aa8/pip-23.1-py3-none-any.whl#sha256=64b1d4528e491aa835ec6ece0c1ac40ce6ab6d886e60740f6519db44b2e9634d (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/cd0/15ea1bfb0fcef/pip-23.0.1.tar.gz#sha256=cd015ea1bfb0fcef59d8a286c1f8bebcb983f6317719d415dc5351efb7cd7024 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/236/bcb61156d76c4/pip-23.0.1-py3-none-any.whl#sha256=236bcb61156d76c4b8a05821b988c7b8c35bf0da28a4b614e8d6ab5212c25c6f (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/aee/438284e82c8de/pip-23.0.tar.gz#sha256=aee438284e82c8def684b0bcc50b1f6ed5e941af97fa940e83e2e8ef1a59da9b (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/b5f/88adff801f5ef/pip-23.0-py3-none-any.whl#sha256=b5f88adff801f5ef052bcdef3daa31b55eb67b0fccd6d0106c206fa248e0463c (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/65f/d48317359f3af/pip-22.3.1.tar.gz#sha256=65fd48317359f3af8e593943e6ae1506b66325085ea64b706a998c6e83eeaf38 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/908/c78e6bc29b676/pip-22.3.1-py3-none-any.whl#sha256=908c78e6bc29b676ede1c4d57981d490cb892eb45cd8c214ab6298125119e077 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/818/2aec21dad6c0a/pip-22.3.tar.gz#sha256=8182aec21dad6c0a49a2a3d121a87cd524b950e0b6092b181625f07ebdde7530 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/1da/ab4b8d3b97d1d/pip-22.3-py3-none-any.whl#sha256=1daab4b8d3b97d1d763caeb01a4640a2250a0ea899e257b1e44b9eded91e15ab (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/3fd/1929db052f056/pip-22.2.2.tar.gz#sha256=3fd1929db052f056d7a998439176d3333fa1b3f6c1ad881de1885c0717608a4b (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/b61/a374b5bc40a6e/pip-22.2.2-py3-none-any.whl#sha256=b61a374b5bc40a6e982426aede40c9b5a08ff20e640f5b56977f4f91fed1e39a (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/505/16e47a2b79e77/pip-22.2.1.tar.gz#sha256=50516e47a2b79e77446f0d05649f0d53772c192571486236b1905492bfc24bac (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/0bb/bc87dfbe6eed2/pip-22.2.1-py3-none-any.whl#sha256=0bbbc87dfbe6eed217beff0021f8b7dea04c8f4a0baa9d31dc4cff281ffc5b2b (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/8d6/3fcd4ee293e30/pip-22.2.tar.gz#sha256=8d63fcd4ee293e30b644827268a0a973d080e5c7425ef26d427f5eb2126c7681 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/9ab/f423d5d64f328/pip-22.2-py3-none-any.whl#sha256=9abf423d5d64f3289ab9d5bf31da9e6234f2e9c5d8dcf1423bcb46b809a02c2c (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/6d5/5b27e10f50631/pip-22.1.2.tar.gz#sha256=6d55b27e10f506312894a87ccc59f280136bad9061719fac9101bdad5a6bce69 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/a3e/dacb89022ef52/pip-22.1.2-py3-none-any.whl#sha256=a3edacb89022ef5258bf61852728bf866632a394da837ca49eb4303635835f17 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/8df/b15d8a1c3d308/pip-22.1.1.tar.gz#sha256=8dfb15d8a1c3d3085a4cbe11f29e19527dfaf2ba99354326fd62cec013eaee81 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/e7b/cf0b2cbdec2af/pip-22.1.1-py3-none-any.whl#sha256=e7bcf0b2cbdec2af84cc1b7b79b25fdbd7228fbdb61a4dca0b82810d0ba9d18b (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/2de/bf847016cfe64/pip-22.1.tar.gz#sha256=2debf847016cfe643fa1512e2d781d3ca9e5c878ba0652583842d50cc2bcc605 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/802/e797fb741be1c/pip-22.1-py3-none-any.whl#sha256=802e797fb741be1c2d475533d4ea951957e4940091422bd4a24848a7ac95609d (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f54/ab61985754b56/pip-22.1b1.tar.gz#sha256=f54ab61985754b56c5589178cfd7dfca5ed9f98d5c8f2de2eecb29f1341200f1 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/09e/9e8f8e10f2515/pip-22.1b1-py3-none-any.whl#sha256=09e9e8f8e10f2515134b59600ad3630219430eabb734336079cbc6ffb2e01a0e (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/b3a/9de2c6ef801e9/pip-22.0.4.tar.gz#sha256=b3a9de2c6ef801e9247d1527a4b16f92f2cc141cd1489f3fffaf6a9e96729764 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/c6a/ca0f2f081363f/pip-22.0.4-py3-none-any.whl#sha256=c6aca0f2f081363f689f041d90dab2a07a9a07fb840284db2218117a52da800b (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f29/d589df8c8ab99/pip-22.0.3.tar.gz#sha256=f29d589df8c8ab99c060e68ad294c4a9ed896624f6368c5349d70aa581b333d0 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/c14/6f331f0805c77/pip-22.0.3-py3-none-any.whl#sha256=c146f331f0805c77017c6bb9740cec4a49a0d4582d0c3cc8244b057f83eca359 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/27b/4b70c34ec35f7/pip-22.0.2.tar.gz#sha256=27b4b70c34ec35f77947f777070d8331adbb1e444842e98e7150c288dc0caea4 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/682/eabc4716bfce6/pip-22.0.2-py3-none-any.whl#sha256=682eabc4716bfce606aca8dab488e9c7b58b0737e9001004eb858cdafcd8dbdd (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/7fd/7a92f2fb1d2ac/pip-22.0.1.tar.gz#sha256=7fd7a92f2fb1d2ac2ae8c72fb10b1e640560a0361ed4427453509e2bcc18605b (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/307/39ac5fb973cfa/pip-22.0.1-py3-none-any.whl#sha256=30739ac5fb973cfa4399b0afff0523d4fe6bed2f7a5229333f64d9c2ce0d1933 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/d3f/a5c3e42b33de5/pip-22.0.tar.gz#sha256=d3fa5c3e42b33de52bddce89de40268c9a263cd6ef7c94c40774808dafb32c82 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/6cb/1ea2bd7fda066/pip-22.0-py3-none-any.whl#sha256=6cb1ea2bd7fda0668e26ae8c3e45188f301a7ef17ff22efe1f70f3643e56a822 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) warning: %post(contrail-utils-master.1.2.5.2.4-master_1_2_5_2_4.el7.x86_64) scriptlet failed, exit status 1 Non-fatal POSTIN scriptlet failure in rpm package contrail-utils-master.1.2.5.2.4-master_1_2_5_2_4.el7.x86_64 Installing : contrail-setup-master.1.2.5.2.4-master_1_2_5_2_4.el7.noarc 6/7 utils/ utils/.stestr.conf utils/MANIFEST.in utils/SConscript utils/add_route_target.py utils/cass-db-restore.sh utils/chmod.py utils/chmod2.py utils/chownproj.py utils/cmd_wrapper.py utils/contrail utils/contrail-config.py utils/contrail-diff-docs.py utils/contrail-version utils/contrail_alarm.py utils/create_floating_pool.py utils/del_projects.py utils/del_route_target.py utils/delete_fips/ utils/delete_fips/delete_fips.py utils/delete_fips/requirements.txt utils/demo_cmds.sh utils/encap.py utils/fabric_vpg_validator.py utils/issu_process.sh utils/ist.py utils/multi_tenancy.py utils/net_policy_join.py utils/provision.py utils/provision_alarm.py utils/provision_analytics_alarm_node.py utils/provision_analytics_node.py utils/provision_analytics_snmp_node.py utils/provision_bgp.py utils/provision_config_database_node.py utils/provision_config_node.py utils/provision_control.py utils/provision_database_node.py utils/provision_devicemgr_node.py utils/provision_encap.py utils/provision_forwarding_mode.py utils/provision_global_vrouter_config.py utils/provision_issu.py utils/provision_linklocal.py utils/provision_mx.py utils/provision_physical_device.py utils/provision_physical_router.py utils/provision_pnf_servicechain.ini utils/provision_pnf_servicechain.py utils/provision_pre_issu.py utils/provision_static_route.py utils/provision_sub_cluster.py utils/provision_user_defined_log_statistics.py utils/provision_vgw_interface.py utils/provision_vrouter.py utils/provision_webui_node.py utils/qosmap.py utils/rbacutil.py utils/requirements.txt utils/service-instance.py utils/service-policy.py utils/service-template.py utils/service_appliance.py utils/service_appliance_set.py utils/service_instance.py utils/service_policy.py utils/service_template.py utils/setup.py utils/slo.py utils/slo_rules.py utils/test-requirements.txt utils/tests/ utils/tests/__init__.py utils/tests/test_case.py utils/tests/test_provision_vrouter.py utils/tox.ini utils/update_default_global_qos_config.py utils/use_floating_pool.py utils/vnc_admin_api.py utils/vncop.py utils/vncop2.py utils/vrouter_agent_debug_tool.py utils/vrouter_ipam.py add_virtual_dns.py add_virtual_dns_record.py associate_virtual_dns.py del_virtual_dns.py del_virtual_dns_record.py disassociate_virtual_dns.py dns_add_cmds.sh dns_del_cmds.sh provision_dns.py SConscript set_dns_nameserver.py Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/ Collecting contrail-api-client Using cached http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f74/d1adc19c127f1/contrail-api-client-2005.tar.gz (995 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' ERROR: Could not find a version that satisfies the requirement sandesh==0.1.dev0 (from versions: none) ERROR: No matching distribution found for sandesh==0.1.dev0 Installing : contrail-lib-master.1.2.5.2.4-master_1_2_5_2_4.el7.x86_64 7/7 Verifying : 14:libpcap-1.5.3-13.el7_9.x86_64 1/7 Verifying : contrail-setup-master.1.2.5.2.4-master_1_2_5_2_4.el7.noarc 2/7 Verifying : contrail-utils-master.1.2.5.2.4-master_1_2_5_2_4.el7.x86_6 3/7 Verifying : contrail-lib-master.1.2.5.2.4-master_1_2_5_2_4.el7.x86_64 4/7 Verifying : lsof-4.87-6.el7.x86_64 5/7 Verifying : net-tools-2.0-0.25.20131004git.el7.x86_64 6/7 Verifying : 2:nmap-ncat-6.40-19.el7.x86_64 7/7 Installed: contrail-lib.x86_64 0:master.1.2.5.2.4-master_1_2_5_2_4.el7 contrail-setup.noarch 0:master.1.2.5.2.4-master_1_2_5_2_4.el7 contrail-utils.x86_64 0:master.1.2.5.2.4-master_1_2_5_2_4.el7 nmap-ncat.x86_64 2:6.40-19.el7 Dependency Installed: libpcap.x86_64 14:1.5.3-13.el7_9 lsof.x86_64 0:4.87-6.el7 net-tools.x86_64 0:2.0-0.25.20131004git.el7 Complete! Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/, http://localhost:6667/pip/simple 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 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 certifi>=2017.4.17 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/127/5f7a45be9464e/certifi-2024.12.14-py3-none-any.whl (164 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) Installing collected packages: urllib3, idna, charset-normalizer, certifi, requests, contrail-api-client 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 Successfully installed certifi-2024.12.14 charset-normalizer-2.0.12 contrail-api-client-0.1.dev0 idna-3.10 requests-2.27.1 urllib3-1.26.20 ERROR: Could not find a version that satisfies the requirement sandesh==0.1.dev0 (from versions: none) ERROR: No matching distribution found for sandesh==0.1.dev0 ERROR: Could not find a version that satisfies the requirement sandesh==0.1.dev0 (from versions: none) ERROR: No matching distribution found for sandesh==0.1.dev0 The command '/bin/sh -c 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 contrail-lib contrail-setup contrail-utils 2>&1 | tee /tmp/log ; python3 -m pip install --no-compile --extra-index-url $PIP_REPOSITORY "contrail-api-client==0.1.dev0"; grep -i "error:" /tmp/log && exit 1 ; python3 -m pip install --no-compile remote-pdb ; yum clean all -y ; rm -rf /var/cache/yum ; ldconfig' returned a non-zero code: 1 2024-12-31 13:18:12,897: INFO: Docker build duration: 18 seconds 2024-12-31 13:18:12,902: ERROR: Building contrail-base failed, duration: 18 seconds