2024-09-18 21:06:39,136: INFO: Building contrail-openstack-heat-init 2024-09-18 21:06:39,224: 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-openstack-heat-init --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 6.144 kB Step 1/7 : FROM nexus.gz1.opensdn.io:5101/contrail-general-base:master-1_0_4_7-1 ---> 9cafa7502d14 Step 2/7 : ARG CONTAINER_NAME ---> Using cache ---> 406a15a41075 Step 3/7 : ENV CONTAINER_NAME=$CONTAINER_NAME ---> Running in 2233bcbd72b5 ---> Removed intermediate container 2233bcbd72b5 ---> 87ca042025bb Step 4/7 : LABEL name=$CONTAINER_NAME summary="Init container for OpenStack Heat" description="Sidecar container with libraries for heat services." $VENDOR_DOMAIN".container.name"=$CONTAINER_NAME ---> Running in 4d1b69b15fd4 ---> Removed intermediate container 4d1b69b15fd4 ---> 22f9e89d7aac Step 5/7 : COPY *.sh / ---> 597e96d5e22a Step 6/7 : RUN mkdir -p /opt/contrail/site-packages && python3 -m pip install --no-compile --target=/opt/contrail/site-packages "future==0.18.2" "six==1.13.0" && rpm -Uvh --nodeps $(repoquery -q --location python3-contrail) && rpm -Uvh --nodeps $(repoquery -q --location contrail-heat) && cp -rf /usr/lib/python3.6/site-packages/contrail_heat* /opt/contrail/site-packages && cp -rf /usr/lib/python3.6/site-packages/vnc_api* /opt/contrail/site-packages && cp -rf /usr/lib/python3.6/site-packages/cfgm_common* /opt/contrail/site-packages && yum autoremove -y python3-contrail contrail-heat && yum clean all -y && rm -rf /var/cache/yum ---> Running in f88351dd77b1 WARNING: Running pip install with root privileges is generally not a good idea. Try `__main__.py install --user` instead. Collecting future==0.18.2 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/b1b/ead90b70cf6ec/future-0.18.2.tar.gz (829kB) Collecting six==1.13.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/1f1/b7d42e254082a/six-1.13.0-py2.py3-none-any.whl Installing collected packages: future, six Running setup.py install for future: started Running setup.py install for future: finished with status 'done' Successfully installed future-0.18.2 six-1.13.0 Retrieving http://localhost:6667/x86_64/python3-contrail-master.1.0.4.7.1-master_1_0_4_7_1.el7.x86_64.rpm Preparing... ######################################## Updating / installing... python3-contrail-master.1.0.4.7.1-mast######################################## WARNING: Running pip install with root privileges is generally not a good idea. Try `__main__.py install --user` instead. Collecting requests (from -r /opt/opensdn/pip/api-lib/requirements.txt (line 1)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/f22/fa1e554c9ddfd/requests-2.27.1-py2.py3-none-any.whl (63kB) Collecting future (from -r /opt/opensdn/pip/api-lib/requirements.txt (line 2)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/929/292d34f5872e7/future-1.0.0-py3-none-any.whl (491kB) Collecting charset-normalizer~=2.0.0; python_version >= "3" (from requests->-r /opt/opensdn/pip/api-lib/requirements.txt (line 1)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/688/1edbebdb17b39/charset_normalizer-2.0.12-py3-none-any.whl Collecting urllib3<1.27,>=1.21.1 (from requests->-r /opt/opensdn/pip/api-lib/requirements.txt (line 1)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/0ed/14ccfbf1c30a9/urllib3-1.26.20-py2.py3-none-any.whl (144kB) Collecting idna<4,>=2.5; python_version >= "3" (from requests->-r /opt/opensdn/pip/api-lib/requirements.txt (line 1)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/050/b4e5baadcd44d/idna-3.8-py3-none-any.whl (66kB) Collecting certifi>=2017.4.17 (from requests->-r /opt/opensdn/pip/api-lib/requirements.txt (line 1)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/922/820b53db7a725/certifi-2024.8.30-py3-none-any.whl (167kB) Installing collected packages: charset-normalizer, urllib3, idna, certifi, requests, future Successfully installed certifi-2024.8.30 charset-normalizer-2.0.12 future-1.0.0 idna-3.8 requests-2.27.1 urllib3-1.26.20 WARNING: Running pip install with root privileges is generally not a good idea. Try `__main__.py install --user` instead. Collecting gevent (from -r /opt/opensdn/pip/libpartition/requirements.txt (line 1)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/1ca/01da176ee37b3/gevent-22.10.2.tar.gz (6.6MB) Collecting greenlet<2 (from -r /opt/opensdn/pip/libpartition/requirements.txt (line 3)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/eb6/ac495dccb1520/greenlet-1.1.3.post0-cp36-cp36m-manylinux1_x86_64.whl (162kB) Collecting kazoo (from -r /opt/opensdn/pip/libpartition/requirements.txt (line 4)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/de2/d69168de432ff/kazoo-2.10.0-py2.py3-none-any.whl (148kB) Collecting zope.event (from gevent->-r /opt/opensdn/pip/libpartition/requirements.txt (line 1)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/73d/9e3ef750cca14/zope.event-4.6-py2.py3-none-any.whl Collecting zope.interface (from gevent->-r /opt/opensdn/pip/libpartition/requirements.txt (line 1)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/d16/9ccd0756c15bb/zope.interface-5.5.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (253kB) Requirement already satisfied: setuptools in /usr/lib/python3.6/site-packages (from gevent->-r /opt/opensdn/pip/libpartition/requirements.txt (line 1)) Installing collected packages: zope.event, zope.interface, greenlet, gevent, kazoo Running setup.py install for gevent: started Running setup.py install for gevent: finished with status 'error' Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-e6qpfhza/gevent/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('rn', 'n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-9hbo0q0i-record/install-record.txt --single-version-externally-managed --no-compile: /usr/lib64/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'cffi_modules' warnings.warn(msg) running install running build running build_py creating build creating build/lib.linux-x86_64-3.6 creating build/lib.linux-x86_64-3.6/gevent copying src/gevent/__init__.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/_abstract_linkable.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/_compat.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/_config.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/_fileobjectcommon.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/_fileobjectposix.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/_greenlet_primitives.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/_hub_local.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/_hub_primitives.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/_ident.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/_imap.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/_interfaces.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/_monitor.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/_patcher.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/_semaphore.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/_socket2.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/_socket3.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/_socketcommon.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/_ssl2.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/_ssl3.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/_sslgte279.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/_tblib.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/_threading.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/_tracer.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/_util.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/_util_py2.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/_waiter.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/ares.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/backdoor.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/baseserver.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/builtins.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/contextvars.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/core.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/event.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/events.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/exceptions.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/fileobject.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/greenlet.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/hub.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/local.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/lock.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/monkey.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/os.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/pool.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/pywsgi.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/queue.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/resolver_ares.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/resolver_thread.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/select.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/selectors.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/server.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/signal.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/socket.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/ssl.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/subprocess.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/thread.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/threading.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/threadpool.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/time.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/timeout.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/util.py -> build/lib.linux-x86_64-3.6/gevent copying src/gevent/win32util.py -> build/lib.linux-x86_64-3.6/gevent creating build/lib.linux-x86_64-3.6/gevent/_ffi copying src/gevent/_ffi/__init__.py -> build/lib.linux-x86_64-3.6/gevent/_ffi copying src/gevent/_ffi/callback.py -> build/lib.linux-x86_64-3.6/gevent/_ffi copying src/gevent/_ffi/loop.py -> build/lib.linux-x86_64-3.6/gevent/_ffi copying src/gevent/_ffi/watcher.py -> build/lib.linux-x86_64-3.6/gevent/_ffi creating build/lib.linux-x86_64-3.6/gevent/libev copying src/gevent/libev/__init__.py -> build/lib.linux-x86_64-3.6/gevent/libev copying src/gevent/libev/_corecffi_build.py -> build/lib.linux-x86_64-3.6/gevent/libev copying src/gevent/libev/corecffi.py -> build/lib.linux-x86_64-3.6/gevent/libev copying src/gevent/libev/watcher.py -> build/lib.linux-x86_64-3.6/gevent/libev creating build/lib.linux-x86_64-3.6/gevent/libuv copying src/gevent/libuv/__init__.py -> build/lib.linux-x86_64-3.6/gevent/libuv copying src/gevent/libuv/_corecffi_build.py -> build/lib.linux-x86_64-3.6/gevent/libuv copying src/gevent/libuv/loop.py -> build/lib.linux-x86_64-3.6/gevent/libuv copying src/gevent/libuv/watcher.py -> build/lib.linux-x86_64-3.6/gevent/libuv creating build/lib.linux-x86_64-3.6/gevent/resolver copying src/gevent/resolver/__init__.py -> build/lib.linux-x86_64-3.6/gevent/resolver copying src/gevent/resolver/_addresses.py -> build/lib.linux-x86_64-3.6/gevent/resolver copying src/gevent/resolver/_hostsfile.py -> build/lib.linux-x86_64-3.6/gevent/resolver copying src/gevent/resolver/ares.py -> build/lib.linux-x86_64-3.6/gevent/resolver copying src/gevent/resolver/blocking.py -> build/lib.linux-x86_64-3.6/gevent/resolver copying src/gevent/resolver/dnspython.py -> build/lib.linux-x86_64-3.6/gevent/resolver copying src/gevent/resolver/thread.py -> build/lib.linux-x86_64-3.6/gevent/resolver creating build/lib.linux-x86_64-3.6/gevent/testing copying src/gevent/testing/__init__.py -> build/lib.linux-x86_64-3.6/gevent/testing copying src/gevent/testing/errorhandler.py -> build/lib.linux-x86_64-3.6/gevent/testing copying src/gevent/testing/exception.py -> build/lib.linux-x86_64-3.6/gevent/testing copying src/gevent/testing/flaky.py -> build/lib.linux-x86_64-3.6/gevent/testing copying src/gevent/testing/hub.py -> build/lib.linux-x86_64-3.6/gevent/testing copying src/gevent/testing/leakcheck.py -> build/lib.linux-x86_64-3.6/gevent/testing copying src/gevent/testing/modules.py -> build/lib.linux-x86_64-3.6/gevent/testing copying src/gevent/testing/monkey_test.py -> build/lib.linux-x86_64-3.6/gevent/testing copying src/gevent/testing/openfiles.py -> build/lib.linux-x86_64-3.6/gevent/testing copying src/gevent/testing/params.py -> build/lib.linux-x86_64-3.6/gevent/testing copying src/gevent/testing/patched_tests_setup.py -> build/lib.linux-x86_64-3.6/gevent/testing copying src/gevent/testing/resources.py -> build/lib.linux-x86_64-3.6/gevent/testing copying src/gevent/testing/six.py -> build/lib.linux-x86_64-3.6/gevent/testing copying src/gevent/testing/skipping.py -> build/lib.linux-x86_64-3.6/gevent/testing copying src/gevent/testing/sockets.py -> build/lib.linux-x86_64-3.6/gevent/testing copying src/gevent/testing/support.py -> build/lib.linux-x86_64-3.6/gevent/testing copying src/gevent/testing/switching.py -> build/lib.linux-x86_64-3.6/gevent/testing copying src/gevent/testing/sysinfo.py -> build/lib.linux-x86_64-3.6/gevent/testing copying src/gevent/testing/testcase.py -> build/lib.linux-x86_64-3.6/gevent/testing copying src/gevent/testing/testrunner.py -> build/lib.linux-x86_64-3.6/gevent/testing copying src/gevent/testing/timing.py -> build/lib.linux-x86_64-3.6/gevent/testing copying src/gevent/testing/travis.py -> build/lib.linux-x86_64-3.6/gevent/testing copying src/gevent/testing/util.py -> build/lib.linux-x86_64-3.6/gevent/testing creating build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/__init__.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/__main__.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/_blocks_at_top_level.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/_import_import_patch.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/_import_patch.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/_import_wait.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/_imports_at_top_level.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/_imports_imports_at_top_level.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/getaddrinfo_module.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/known_failures.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/lock_tests.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__GreenletExit.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test___config.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test___ident.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test___monitor.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test___monkey_patching.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__all__.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__api.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__api_timeout.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__ares_host_result.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__ares_timeout.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__backdoor.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__close_backend_fd.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__compat.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__contextvars.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__core.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__core_async.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__core_callback.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__core_fork.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__core_loop_run.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__core_stat.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__core_timer.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__core_watcher.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__destroy.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__destroy_default_loop.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__doctests.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__environ.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__event.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__events.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__example_echoserver.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__example_portforwarder.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__example_udp_client.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__example_udp_server.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__example_webproxy.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__example_wsgiserver.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__example_wsgiserver_ssl.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__examples.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__exc_info.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__execmodules.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__fileobject.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__getaddrinfo_import.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__greenio.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__greenlet.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__greenletset.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__greenness.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__hub.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__hub_join.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__hub_join_timeout.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__import_blocking_in_greenlet.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__import_wait.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__issue112.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__issue1686.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__issue1864.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__issue230.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__issue330.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__issue467.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__issue6.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__issue600.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__issue607.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__issue639.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__issue_728.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__issues461_471.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__iwait.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__joinall.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__local.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__lock.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__loop_callback.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__makefile_ref.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__memleak.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__monkey.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__monkey_builtins_future.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__monkey_futures_thread.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__monkey_hub_in_thread.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__monkey_logging.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__monkey_module_run.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__monkey_multiple_imports.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__monkey_queue.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__monkey_select.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__monkey_selectors.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__monkey_sigchld.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__monkey_sigchld_2.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__monkey_sigchld_3.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__monkey_ssl_warning.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__monkey_ssl_warning2.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__monkey_ssl_warning3.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__nondefaultloop.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__order.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__os.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__pool.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__pywsgi.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__queue.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__real_greenlet.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__refcount.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__refcount_core.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__resolver_dnspython.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__select.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__selectors.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__semaphore.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__server.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__server_pywsgi.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__signal.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__sleep0.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__socket.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__socket_close.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__socket_dns.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__socket_dns6.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__socket_errors.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__socket_ex.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__socket_send_memoryview.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__socket_ssl.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__socket_timeout.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__socketpair.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__ssl.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__subprocess.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__subprocess_interrupted.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__subprocess_poll.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__systemerror.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__thread.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__threading.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__threading_2.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__threading_before_monkey.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__threading_holding_lock_while_monkey.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__threading_monkey_in_thread.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__threading_native_before_monkey.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__threading_no_monkey.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__threading_patched_local.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__threading_vs_settrace.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__threadpool.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__threadpool_executor_patched.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__timeout.py -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test__util.py -> build/lib.linux-x86_64-3.6/gevent/tests creating build/lib.linux-x86_64-3.6/gevent/tests/monkey_package copying src/gevent/tests/monkey_package/__init__.py -> build/lib.linux-x86_64-3.6/gevent/tests/monkey_package copying src/gevent/tests/monkey_package/__main__.py -> build/lib.linux-x86_64-3.6/gevent/tests/monkey_package copying src/gevent/tests/monkey_package/issue1526_no_monkey.py -> build/lib.linux-x86_64-3.6/gevent/tests/monkey_package copying src/gevent/tests/monkey_package/issue1526_with_monkey.py -> build/lib.linux-x86_64-3.6/gevent/tests/monkey_package copying src/gevent/tests/monkey_package/issue302monkey.py -> build/lib.linux-x86_64-3.6/gevent/tests/monkey_package copying src/gevent/tests/monkey_package/script.py -> build/lib.linux-x86_64-3.6/gevent/tests/monkey_package copying src/gevent/tests/monkey_package/threadpool_monkey_patches.py -> build/lib.linux-x86_64-3.6/gevent/tests/monkey_package copying src/gevent/tests/monkey_package/threadpool_no_monkey.py -> build/lib.linux-x86_64-3.6/gevent/tests/monkey_package creating build/lib.linux-x86_64-3.6/gevent/testing/coveragesite copying src/gevent/testing/coveragesite/sitecustomize.py -> build/lib.linux-x86_64-3.6/gevent/testing/coveragesite copying src/gevent/tests/2_7_keycert.pem -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/badcert.pem -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/badkey.pem -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/https_svn_python_org_root.pem -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/keycert.pem -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/nullcert.pem -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/sha256.pem -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/wrongcert.pem -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/server.crt -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test_server.crt -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/hosts_file.txt -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/tests_that_dont_do_leakchecks.txt -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/tests_that_dont_monkeypatch.txt -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/tests_that_dont_use_resolver.txt -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/server.key -> build/lib.linux-x86_64-3.6/gevent/tests copying src/gevent/tests/test_server.key -> build/lib.linux-x86_64-3.6/gevent/tests running build_ext Running '(cd "/tmp/pip-build-e6qpfhza/gevent/deps/libev" && sh ./configure -C > configure-output.txt )' in /tmp/pip-build-e6qpfhza/gevent configure: error: in `/tmp/pip-build-e6qpfhza/gevent/deps/libev': configure: error: no acceptable C compiler found in $PATH See `config.log' for more details Traceback (most recent call last): File "", line 1, in File "/tmp/pip-build-e6qpfhza/gevent/setup.py", line 496, in run_setup(EXT_MODULES) File "/tmp/pip-build-e6qpfhza/gevent/setup.py", line 480, in run_setup "signal_os_incompat = gevent.monkey:_subscribe_signal_os", File "/usr/lib/python3.6/site-packages/setuptools/__init__.py", line 129, in setup return distutils.core.setup(**attrs) File "/usr/lib64/python3.6/distutils/core.py", line 148, in setup dist.run_commands() File "/usr/lib64/python3.6/distutils/dist.py", line 955, in run_commands self.run_command(cmd) File "/usr/lib64/python3.6/distutils/dist.py", line 974, in run_command cmd_obj.run() File "/usr/lib/python3.6/site-packages/setuptools/command/install.py", line 61, in run return orig.install.run(self) File "/usr/lib64/python3.6/distutils/command/install.py", line 556, in run self.run_command('build') File "/usr/lib64/python3.6/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) File "/usr/lib64/python3.6/distutils/dist.py", line 974, in run_command cmd_obj.run() File "/usr/lib64/python3.6/distutils/command/build.py", line 135, in run self.run_command(cmd_name) File "/usr/lib64/python3.6/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) File "/usr/lib64/python3.6/distutils/dist.py", line 974, in run_command cmd_obj.run() File "/usr/lib/python3.6/site-packages/setuptools/command/build_ext.py", line 78, in run _build_ext.run(self) File "/usr/lib64/python3.6/distutils/command/build_ext.py", line 339, in run self.build_extensions() File "/usr/lib64/python3.6/distutils/command/build_ext.py", line 448, in build_extensions self._build_extensions_serial() File "/usr/lib64/python3.6/distutils/command/build_ext.py", line 473, in _build_extensions_serial self.build_extension(ext) File "/tmp/pip-build-e6qpfhza/gevent/_setuputils.py", line 368, in build_extension self.gevent_prepare(ext) File "/tmp/pip-build-e6qpfhza/gevent/_setuputils.py", line 365, in gevent_prepare configure(self, ext) File "/tmp/pip-build-e6qpfhza/gevent/_setuplibev.py", line 55, in configure_libev system(libev_configure_command) File "/tmp/pip-build-e6qpfhza/gevent/_setuputils.py", line 195, in system if _system(cmd, cwd=cwd, env=env, **kwargs): File "/tmp/pip-build-e6qpfhza/gevent/_setuputils.py", line 191, in _system return check_call(cmd, cwd=cwd, env=env, **kwargs) File "/usr/lib64/python3.6/subprocess.py", line 311, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '(cd "/tmp/pip-build-e6qpfhza/gevent/deps/libev" && sh ./configure -C > configure-output.txt )' returned non-zero exit status 1. ---------------------------------------- Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-e6qpfhza/gevent/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('rn', 'n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-9hbo0q0i-record/install-record.txt --single-version-externally-managed --no-compile" failed with error code 1 in /tmp/pip-build-e6qpfhza/gevent/ warning: %post(python3-contrail-master.1.0.4.7.1-master_1_0_4_7_1.el7.x86_64) scriptlet failed, exit status 1 Retrieving http://localhost:6667/noarch/contrail-heat-master.1.0.4.7.1-master_1_0_4_7_1.el7.noarch.rpm Preparing... ######################################## Updating / installing... contrail-heat-master.1.0.4.7.1-master_######################################## Loaded plugins: fastestmirror, ovl Resolving Dependencies --> Running transaction check ---> Package contrail-heat.noarch 0:master.1.0.4.7.1-master_1_0_4_7_1.el7 will be erased ---> Package python3-contrail.x86_64 0:master.1.0.4.7.1-master_1_0_4_7_1.el7 will be erased --> Finished Dependency Resolution --> Finding unneeded leftover dependencies Found and removing 0 unneeded dependencies Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Removing: contrail-heat noarch master.1.0.4.7.1-master_1_0_4_7_1.el7 installed 511 k python3-contrail x86_64 master.1.0.4.7.1-master_1_0_4_7_1.el7 installed 27 M Transaction Summary ================================================================================ Remove 2 Packages Installed size: 28 M Downloading packages: Running transaction check Running transaction test Transaction test succeeded Running transaction Warning: RPMDB altered outside of yum.  Erasing : contrail-heat-master.1.0.4.7.1-master_1_0_4_7_1.el7.noarch 1/2 Erasing : python3-contrail-master.1.0.4.7.1-master_1_0_4_7_1.el7.x86 2/2 Verifying : python3-contrail-master.1.0.4.7.1-master_1_0_4_7_1.el7.x86 1/2 Verifying : contrail-heat-master.1.0.4.7.1-master_1_0_4_7_1.el7.noarch 2/2 Removed: contrail-heat.noarch 0:master.1.0.4.7.1-master_1_0_4_7_1.el7 python3-contrail.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 ---> Removed intermediate container f88351dd77b1 ---> 1ea5b140f419 Step 7/7 : ENTRYPOINT ["/entrypoint.sh"] ---> Running in 6ae2edef013b ---> Removed intermediate container 6ae2edef013b ---> 49ee036851a5 [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 49ee036851a5 Successfully tagged nexus.gz1.opensdn.io:5101/contrail-openstack-heat-init:master-1_0_4_7-1 Successfully tagged nexus.gz1.opensdn.io:5101/tf-openstack-heat-init:master-1_0_4_7-1 2024-09-18 21:15:24,073: INFO: Docker build duration: 525 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/contrail-openstack-heat-init] aef3951303a3: Preparing 6fd6d80747ab: Preparing 03a96f935945: Preparing c43a8de619b3: Preparing 5b8247786f4a: Preparing 609642684b75: Preparing 2935bf9d048c: Preparing 65f64ed25f66: Preparing 174f56854903: Preparing aef3951303a3: Waiting 6fd6d80747ab: Waiting 03a96f935945: Waiting c43a8de619b3: Waiting 5b8247786f4a: Waiting 609642684b75: Waiting 2935bf9d048c: Waiting 65f64ed25f66: Waiting 174f56854903: Waiting aef3951303a3: Pushed 6fd6d80747ab: Pushed 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:b8cbc0afdbe8d5474c788f7812ec7a967f1c7a46d4b55fc26eac9bd4daeb23d0 size: 2198 The push refers to repository [nexus.gz1.opensdn.io:5101/tf-openstack-heat-init] aef3951303a3: Preparing 6fd6d80747ab: Preparing 03a96f935945: Preparing c43a8de619b3: Preparing 5b8247786f4a: Preparing 609642684b75: Preparing 2935bf9d048c: Preparing 65f64ed25f66: Preparing 174f56854903: Preparing aef3951303a3: Waiting 6fd6d80747ab: Waiting 5b8247786f4a: Waiting 609642684b75: Waiting 03a96f935945: Waiting 2935bf9d048c: Waiting 65f64ed25f66: Waiting c43a8de619b3: Waiting 174f56854903: Waiting aef3951303a3: Layer already exists 6fd6d80747ab: 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:b8cbc0afdbe8d5474c788f7812ec7a967f1c7a46d4b55fc26eac9bd4daeb23d0 size: 2198 2024-09-18 21:25:13,424: INFO: Building contrail-openstack-heat-init finished successfully, duration: 1114 seconds