Mock Version: 3.0 Mock Version: 3.0 Mock Version: 3.0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-eventlet.spec'], chrootPath='/var/lib/mock/epel8-build-37081326-4728528/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-eventlet.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False sh: /usr/bin/python3: No such file or directory sh: /usr/bin/python3: No such file or directory sh: /usr/bin/python3: No such file or directory sh: /usr/bin/python3: No such file or directory sh: /usr/bin/python3: No such file or directory Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-eventlet-0.26.0-2.el8.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-eventlet.spec'], chrootPath='/var/lib/mock/epel8-build-37081326-4728528/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-eventlet.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.AKaiJi + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf eventlet-0.26.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/eventlet-0.26.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd eventlet-0.26.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/0001-websocket-Limit-maximum-uncompressed-frame-length-to.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + rm -vrf eventlet.egg-info removed 'eventlet.egg-info/PKG-INFO' removed 'eventlet.egg-info/SOURCES.txt' removed 'eventlet.egg-info/dependency_links.txt' removed 'eventlet.egg-info/not-zip-safe' removed 'eventlet.egg-info/requires.txt' removed 'eventlet.egg-info/top_level.txt' removed directory 'eventlet.egg-info' + sed -i '/'\''enum-compat'\'',/d' setup.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.fXZyzp + umask 022 + cd /builddir/build/BUILD + cd eventlet-0.26.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/eventlet copying eventlet/__init__.py -> build/lib/eventlet copying eventlet/backdoor.py -> build/lib/eventlet copying eventlet/convenience.py -> build/lib/eventlet copying eventlet/corolocal.py -> build/lib/eventlet copying eventlet/coros.py -> build/lib/eventlet copying eventlet/dagpool.py -> build/lib/eventlet copying eventlet/db_pool.py -> build/lib/eventlet copying eventlet/debug.py -> build/lib/eventlet copying eventlet/event.py -> build/lib/eventlet copying eventlet/greenpool.py -> build/lib/eventlet copying eventlet/greenthread.py -> build/lib/eventlet copying eventlet/patcher.py -> build/lib/eventlet copying eventlet/pools.py -> build/lib/eventlet copying eventlet/queue.py -> build/lib/eventlet copying eventlet/semaphore.py -> build/lib/eventlet copying eventlet/timeout.py -> build/lib/eventlet copying eventlet/tpool.py -> build/lib/eventlet copying eventlet/wsgi.py -> build/lib/eventlet copying eventlet/websocket.py -> build/lib/eventlet creating build/lib/eventlet/green copying eventlet/green/BaseHTTPServer.py -> build/lib/eventlet/green copying eventlet/green/CGIHTTPServer.py -> build/lib/eventlet/green copying eventlet/green/MySQLdb.py -> build/lib/eventlet/green copying eventlet/green/Queue.py -> build/lib/eventlet/green copying eventlet/green/SimpleHTTPServer.py -> build/lib/eventlet/green copying eventlet/green/SocketServer.py -> build/lib/eventlet/green copying eventlet/green/__init__.py -> build/lib/eventlet/green copying eventlet/green/_socket_nodns.py -> build/lib/eventlet/green copying eventlet/green/asynchat.py -> build/lib/eventlet/green copying eventlet/green/asyncore.py -> build/lib/eventlet/green copying eventlet/green/builtin.py -> build/lib/eventlet/green copying eventlet/green/ftplib.py -> build/lib/eventlet/green copying eventlet/green/httplib.py -> build/lib/eventlet/green copying eventlet/green/os.py -> build/lib/eventlet/green copying eventlet/green/profile.py -> build/lib/eventlet/green copying eventlet/green/select.py -> build/lib/eventlet/green copying eventlet/green/selectors.py -> build/lib/eventlet/green copying eventlet/green/socket.py -> build/lib/eventlet/green copying eventlet/green/ssl.py -> build/lib/eventlet/green copying eventlet/green/subprocess.py -> build/lib/eventlet/green copying eventlet/green/thread.py -> build/lib/eventlet/green copying eventlet/green/threading.py -> build/lib/eventlet/green copying eventlet/green/time.py -> build/lib/eventlet/green copying eventlet/green/urllib2.py -> build/lib/eventlet/green copying eventlet/green/zmq.py -> build/lib/eventlet/green creating build/lib/eventlet/greenio copying eventlet/greenio/__init__.py -> build/lib/eventlet/greenio copying eventlet/greenio/base.py -> build/lib/eventlet/greenio copying eventlet/greenio/py2.py -> build/lib/eventlet/greenio copying eventlet/greenio/py3.py -> build/lib/eventlet/greenio creating build/lib/eventlet/hubs copying eventlet/hubs/__init__.py -> build/lib/eventlet/hubs copying eventlet/hubs/epolls.py -> build/lib/eventlet/hubs copying eventlet/hubs/hub.py -> build/lib/eventlet/hubs copying eventlet/hubs/kqueue.py -> build/lib/eventlet/hubs copying eventlet/hubs/poll.py -> build/lib/eventlet/hubs copying eventlet/hubs/pyevent.py -> build/lib/eventlet/hubs copying eventlet/hubs/selects.py -> build/lib/eventlet/hubs copying eventlet/hubs/timer.py -> build/lib/eventlet/hubs creating build/lib/eventlet/support copying eventlet/support/__init__.py -> build/lib/eventlet/support copying eventlet/support/greendns.py -> build/lib/eventlet/support copying eventlet/support/greenlets.py -> build/lib/eventlet/support copying eventlet/support/psycopg2_patcher.py -> build/lib/eventlet/support copying eventlet/support/pylib.py -> build/lib/eventlet/support copying eventlet/support/stacklesspypys.py -> build/lib/eventlet/support copying eventlet/support/stacklesss.py -> build/lib/eventlet/support creating build/lib/eventlet/zipkin copying eventlet/zipkin/__init__.py -> build/lib/eventlet/zipkin copying eventlet/zipkin/api.py -> build/lib/eventlet/zipkin copying eventlet/zipkin/client.py -> build/lib/eventlet/zipkin copying eventlet/zipkin/greenthread.py -> build/lib/eventlet/zipkin copying eventlet/zipkin/http.py -> build/lib/eventlet/zipkin copying eventlet/zipkin/log.py -> build/lib/eventlet/zipkin copying eventlet/zipkin/patcher.py -> build/lib/eventlet/zipkin copying eventlet/zipkin/wsgi.py -> build/lib/eventlet/zipkin creating build/lib/eventlet/green/OpenSSL copying eventlet/green/OpenSSL/SSL.py -> build/lib/eventlet/green/OpenSSL copying eventlet/green/OpenSSL/__init__.py -> build/lib/eventlet/green/OpenSSL copying eventlet/green/OpenSSL/crypto.py -> build/lib/eventlet/green/OpenSSL copying eventlet/green/OpenSSL/tsafe.py -> build/lib/eventlet/green/OpenSSL copying eventlet/green/OpenSSL/version.py -> build/lib/eventlet/green/OpenSSL creating build/lib/eventlet/green/http copying eventlet/green/http/__init__.py -> build/lib/eventlet/green/http copying eventlet/green/http/client.py -> build/lib/eventlet/green/http copying eventlet/green/http/cookiejar.py -> build/lib/eventlet/green/http copying eventlet/green/http/cookies.py -> build/lib/eventlet/green/http copying eventlet/green/http/server.py -> build/lib/eventlet/green/http creating build/lib/eventlet/green/urllib copying eventlet/green/urllib/__init__.py -> build/lib/eventlet/green/urllib copying eventlet/green/urllib/error.py -> build/lib/eventlet/green/urllib copying eventlet/green/urllib/parse.py -> build/lib/eventlet/green/urllib copying eventlet/green/urllib/request.py -> build/lib/eventlet/green/urllib copying eventlet/green/urllib/response.py -> build/lib/eventlet/green/urllib creating build/lib/eventlet/zipkin/_thrift copying eventlet/zipkin/_thrift/__init__.py -> build/lib/eventlet/zipkin/_thrift creating build/lib/eventlet/zipkin/_thrift/zipkinCore copying eventlet/zipkin/_thrift/zipkinCore/__init__.py -> build/lib/eventlet/zipkin/_thrift/zipkinCore copying eventlet/zipkin/_thrift/zipkinCore/constants.py -> build/lib/eventlet/zipkin/_thrift/zipkinCore copying eventlet/zipkin/_thrift/zipkinCore/ttypes.py -> build/lib/eventlet/zipkin/_thrift/zipkinCore + sleep 1 + export EVENTLET_NO_GREENDNS=yes + EVENTLET_NO_GREENDNS=yes ++ pwd + export PYTHONPATH=/builddir/build/BUILD/eventlet-0.26.0 + PYTHONPATH=/builddir/build/BUILD/eventlet-0.26.0 + sphinx-build-3.6 -b html -d doctrees doc html-3 Running Sphinx v1.7.6 making output directory... loading pickled environment... not yet created loading intersphinx inventory from http://docs.python.org/objects.inv... WARNING: failed to reach any of the inventories with the following issues: WARNING: intersphinx inventory 'http://docs.python.org/objects.inv' not fetchable due to : ('intersphinx inventory %r not fetchable due to %s: %s', 'http://docs.python.org/objects.inv', , ConnectionError(...)) building [mo]: targets for 0 po files that are out of date building [html]: targets for 29 source files that are out of date updating environment: 29 added, 0 changed, 0 removed reading sources... [ 3%] authors reading sources... [ 6%] basic_usage reading sources... [ 10%] design_patterns reading sources... [ 13%] environment reading sources... [ 17%] examples reading sources... [ 20%] history reading sources... [ 24%] hubs reading sources... [ 27%] index reading sources... [ 31%] modules reading sources... [ 34%] modules/backdoor reading sources... [ 37%] modules/corolocal reading sources... [ 41%] modules/dagpool reading sources... [ 44%] modules/db_pool reading sources... [ 48%] modules/debug reading sources... [ 51%] modules/event reading sources... [ 55%] modules/greenpool reading sources... [ 58%] modules/greenthread reading sources... [ 62%] modules/pools reading sources... [ 65%] modules/queue reading sources... [ 68%] modules/semaphore reading sources... [ 72%] modules/timeout reading sources... [ 75%] modules/websocket reading sources... [ 79%] modules/wsgi reading sources... [ 82%] modules/zmq reading sources... [ 86%] patching reading sources... [ 89%] ssl reading sources... [ 93%] testing reading sources... [ 96%] threading reading sources... [100%] zeromq /builddir/build/BUILD/eventlet-0.26.0/eventlet/backdoor.py:docstring of eventlet.backdoor.SocketConsole.switch:3: WARNING: Inline emphasis start-string without end-string. /builddir/build/BUILD/eventlet-0.26.0/eventlet/backdoor.py:docstring of eventlet.backdoor.SocketConsole.switch:3: WARNING: Inline strong start-string without end-string. /builddir/build/BUILD/eventlet-0.26.0/doc/modules/dagpool.rst:66: WARNING: Title underline too short. Tutorial ******* /builddir/build/BUILD/eventlet-0.26.0/doc/modules/dagpool.rst:66: WARNING: Title underline too short. Tutorial ******* /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket:1: WARNING: Inline interpreted text or phrase reference start-string without end-string. /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket:7: WARNING: Definition list ends without a blank line; unexpected unindent. /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.recv:8: WARNING: Unexpected section title. Parameters ---------- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.recv:20: WARNING: Unexpected section title. Returns ------- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.recv:26: WARNING: Unexpected section title. Raises ------ /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.send:10: WARNING: Unexpected section title. Parameters ---------- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.send:27: WARNING: Unexpected section title. Returns ------- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.send:35: WARNING: Unexpected section title. Raises ------ /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.bind:8: WARNING: Unexpected section title. Parameters ---------- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.bind_to_random_port:6: WARNING: Unexpected section title. Parameters ---------- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.bind_to_random_port:17: WARNING: Unexpected section title. Returns ------- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.bind_to_random_port:22: WARNING: Unexpected section title. Raises ------ /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.connect:4: WARNING: Unexpected section title. Parameters ---------- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.disconnect:7: WARNING: Unexpected section title. Parameters ---------- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.get:6: WARNING: Unexpected section title. Parameters ---------- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.get:14: WARNING: Unexpected section title. Returns ------- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.get_monitor_socket:7: WARNING: Unexpected section title. Parameters ---------- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.get_monitor_socket:14: WARNING: Unexpected section title. Returns ------- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.get_string:6: WARNING: Unexpected section title. Parameters ---------- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.get_string:11: WARNING: Unexpected section title. Returns ------- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.getsockopt:8: WARNING: Unexpected section title. Parameters ---------- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.getsockopt:16: WARNING: Unexpected section title. Returns ------- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.getsockopt_string:6: WARNING: Unexpected section title. Parameters ---------- looking for now-outdated files... none found pickling environment... /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.getsockopt_string:11: WARNING: Unexpected section title. Returns ------- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.getsockopt_unicode:6: WARNING: Unexpected section title. Parameters ---------- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.getsockopt_unicode:11: WARNING: Unexpected section title. Returns ------- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.monitor:11: WARNING: Unexpected section title. Parameters ---------- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.poll:5: WARNING: Unexpected section title. Parameters ---------- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.poll:13: WARNING: Unexpected section title. Returns ------- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.recv:8: WARNING: Unexpected section title. Parameters ---------- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.recv:20: WARNING: Unexpected section title. Returns ------- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.recv:26: WARNING: Unexpected section title. Raises ------ /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.recv_json:6: WARNING: Unexpected section title. Parameters ---------- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.recv_json:11: WARNING: Unexpected section title. Returns ------- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.recv_json:16: WARNING: Unexpected section title. Raises ------ /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.recv_multipart:4: WARNING: Unexpected section title. Parameters ---------- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.recv_multipart:16: WARNING: Unexpected section title. Returns ------- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.recv_multipart:22: WARNING: Unexpected section title. Raises ------ /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.recv_pyobj:4: WARNING: Unexpected section title. Parameters ---------- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.recv_pyobj:9: WARNING: Unexpected section title. Returns ------- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.recv_pyobj:14: WARNING: Unexpected section title. Raises ------ /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.recv_serialized:6: WARNING: Unexpected section title. Parameters ---------- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.recv_serialized:17: WARNING: Unexpected section title. Returns ------- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.recv_serialized:22: WARNING: Unexpected section title. Raises ------ /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.recv_string:4: WARNING: Unexpected section title. Parameters ---------- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.recv_string:11: WARNING: Unexpected section title. Returns ------- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.recv_string:16: WARNING: Unexpected section title. Raises ------ /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.recv_unicode:4: WARNING: Unexpected section title. Parameters ---------- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.recv_unicode:11: WARNING: Unexpected section title. Returns ------- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.recv_unicode:16: WARNING: Unexpected section title. Raises ------ /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.send:10: WARNING: Unexpected section title. Parameters ---------- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.send:27: WARNING: Unexpected section title. Returns ------- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.send:35: WARNING: Unexpected section title. Raises ------ /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.send_json:6: WARNING: Unexpected section title. Parameters ---------- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.send_multipart:6: WARNING: Unexpected section title. Parameters ---------- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.send_multipart:22: WARNING: Unexpected section title. Returns ------- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.send_multipart:25: WARNING: Unexpected indentation. /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.send_pyobj:4: WARNING: Unexpected section title. Parameters ---------- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.send_serialized:6: WARNING: Unexpected section title. Parameters ---------- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.send_serialized:9: WARNING: Unexpected indentation. /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.send_serialized:12: WARNING: Block quote ends without a blank line; unexpected unindent. /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.send_string:7: WARNING: Unexpected section title. Parameters ---------- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.send_unicode:7: WARNING: Unexpected section title. Parameters ---------- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.set:6: WARNING: Unexpected section title. Parameters ---------- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.set:17: WARNING: Unexpected section title. Notes ----- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.set_string:8: WARNING: Unexpected section title. Parameters ---------- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.setsockopt:8: WARNING: Unexpected section title. Parameters ---------- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.setsockopt:19: WARNING: Unexpected section title. Notes ----- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.setsockopt_string:8: WARNING: Unexpected section title. Parameters ---------- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.setsockopt_unicode:8: WARNING: Unexpected section title. Parameters ---------- /builddir/build/BUILD/eventlet-0.26.0/eventlet/green/zmq.py:docstring of eventlet.green.zmq.Socket.unbind:7: WARNING: Unexpected section title. Parameters ---------- /builddir/build/BUILD/eventlet-0.26.0/doc/ssl.rst:72: WARNING: Literal block expected; none found. done checking consistency... done preparing documents... done writing output... [ 3%] authors writing output... [ 6%] basic_usage writing output... [ 10%] design_patterns writing output... [ 13%] environment writing output... [ 17%] examples writing output... [ 20%] history writing output... [ 24%] hubs writing output... [ 27%] index writing output... [ 31%] modules writing output... [ 34%] modules/backdoor writing output... [ 37%] modules/corolocal writing output... [ 41%] modules/dagpool writing output... [ 44%] modules/db_pool writing output... [ 48%] modules/debug writing output... [ 51%] modules/event writing output... [ 55%] modules/greenpool writing output... [ 58%] modules/greenthread writing output... [ 62%] modules/pools writing output... [ 65%] modules/queue writing output... [ 68%] modules/semaphore writing output... [ 72%] modules/timeout writing output... [ 75%] modules/websocket writing output... [ 79%] modules/wsgi writing output... [ 82%] modules/zmq writing output... [ 86%] patching writing output... [ 89%] ssl writing output... [ 93%] testing writing output... [ 96%] threading writing output... [100%] zeromq generating indices.../builddir/build/BUILD/eventlet-0.26.0/doc/modules/timeout.rst:: WARNING: more than one target found for cross-reference 'Timeout': eventlet.Timeout, eventlet.timeout.Timeout genindex py-modindex writing additional pages... search copying images... [100%] images/threading_illustration.png copying static files... WARNING: html_static_path entry '/builddir/build/BUILD/eventlet-0.26.0/doc/_static' does not exist done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded, 80 warnings. The HTML pages are in html-3. + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.CuN958 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch ++ dirname /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch + cd eventlet-0.26.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr creating /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib creating /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet copying build/lib/eventlet/__init__.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet copying build/lib/eventlet/backdoor.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet copying build/lib/eventlet/convenience.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet copying build/lib/eventlet/corolocal.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet copying build/lib/eventlet/coros.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet copying build/lib/eventlet/dagpool.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet copying build/lib/eventlet/db_pool.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet copying build/lib/eventlet/debug.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet copying build/lib/eventlet/event.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet copying build/lib/eventlet/greenpool.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet copying build/lib/eventlet/greenthread.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet copying build/lib/eventlet/patcher.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet copying build/lib/eventlet/pools.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet copying build/lib/eventlet/queue.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet copying build/lib/eventlet/semaphore.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet copying build/lib/eventlet/timeout.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet copying build/lib/eventlet/tpool.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet copying build/lib/eventlet/wsgi.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet copying build/lib/eventlet/websocket.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet creating /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green copying build/lib/eventlet/green/BaseHTTPServer.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green copying build/lib/eventlet/green/CGIHTTPServer.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green copying build/lib/eventlet/green/MySQLdb.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green copying build/lib/eventlet/green/Queue.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green copying build/lib/eventlet/green/SimpleHTTPServer.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green copying build/lib/eventlet/green/SocketServer.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green copying build/lib/eventlet/green/__init__.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green copying build/lib/eventlet/green/_socket_nodns.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green copying build/lib/eventlet/green/asynchat.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green copying build/lib/eventlet/green/asyncore.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green copying build/lib/eventlet/green/builtin.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green copying build/lib/eventlet/green/ftplib.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green copying build/lib/eventlet/green/httplib.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green copying build/lib/eventlet/green/os.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green copying build/lib/eventlet/green/profile.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green copying build/lib/eventlet/green/select.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green copying build/lib/eventlet/green/selectors.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green copying build/lib/eventlet/green/socket.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green copying build/lib/eventlet/green/ssl.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green copying build/lib/eventlet/green/subprocess.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green copying build/lib/eventlet/green/thread.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green copying build/lib/eventlet/green/threading.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green copying build/lib/eventlet/green/time.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green copying build/lib/eventlet/green/urllib2.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green copying build/lib/eventlet/green/zmq.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green creating /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/OpenSSL copying build/lib/eventlet/green/OpenSSL/SSL.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/OpenSSL copying build/lib/eventlet/green/OpenSSL/__init__.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/OpenSSL copying build/lib/eventlet/green/OpenSSL/crypto.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/OpenSSL copying build/lib/eventlet/green/OpenSSL/tsafe.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/OpenSSL copying build/lib/eventlet/green/OpenSSL/version.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/OpenSSL creating /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/http copying build/lib/eventlet/green/http/__init__.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/http copying build/lib/eventlet/green/http/client.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/http copying build/lib/eventlet/green/http/cookiejar.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/http copying build/lib/eventlet/green/http/cookies.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/http copying build/lib/eventlet/green/http/server.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/http creating /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/urllib copying build/lib/eventlet/green/urllib/__init__.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/urllib copying build/lib/eventlet/green/urllib/error.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/urllib copying build/lib/eventlet/green/urllib/parse.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/urllib copying build/lib/eventlet/green/urllib/request.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/urllib copying build/lib/eventlet/green/urllib/response.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/urllib creating /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/greenio copying build/lib/eventlet/greenio/__init__.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/greenio copying build/lib/eventlet/greenio/base.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/greenio copying build/lib/eventlet/greenio/py2.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/greenio copying build/lib/eventlet/greenio/py3.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/greenio creating /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/hubs copying build/lib/eventlet/hubs/__init__.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/hubs copying build/lib/eventlet/hubs/epolls.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/hubs copying build/lib/eventlet/hubs/hub.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/hubs copying build/lib/eventlet/hubs/kqueue.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/hubs copying build/lib/eventlet/hubs/poll.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/hubs copying build/lib/eventlet/hubs/pyevent.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/hubs copying build/lib/eventlet/hubs/selects.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/hubs copying build/lib/eventlet/hubs/timer.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/hubs creating /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/support copying build/lib/eventlet/support/__init__.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/support copying build/lib/eventlet/support/greendns.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/support copying build/lib/eventlet/support/greenlets.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/support copying build/lib/eventlet/support/psycopg2_patcher.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/support copying build/lib/eventlet/support/pylib.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/support copying build/lib/eventlet/support/stacklesspypys.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/support copying build/lib/eventlet/support/stacklesss.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/support creating /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/zipkin copying build/lib/eventlet/zipkin/__init__.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/zipkin copying build/lib/eventlet/zipkin/api.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/zipkin copying build/lib/eventlet/zipkin/client.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/zipkin copying build/lib/eventlet/zipkin/greenthread.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/zipkin copying build/lib/eventlet/zipkin/http.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/zipkin copying build/lib/eventlet/zipkin/log.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/zipkin copying build/lib/eventlet/zipkin/patcher.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/zipkin copying build/lib/eventlet/zipkin/wsgi.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/zipkin creating /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/zipkin/_thrift copying build/lib/eventlet/zipkin/_thrift/__init__.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/zipkin/_thrift creating /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/zipkin/_thrift/zipkinCore copying build/lib/eventlet/zipkin/_thrift/zipkinCore/__init__.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/zipkin/_thrift/zipkinCore copying build/lib/eventlet/zipkin/_thrift/zipkinCore/constants.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/zipkin/_thrift/zipkinCore copying build/lib/eventlet/zipkin/_thrift/zipkinCore/ttypes.py -> /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/zipkin/_thrift/zipkinCore byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/backdoor.py to backdoor.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/convenience.py to convenience.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/corolocal.py to corolocal.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/coros.py to coros.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/dagpool.py to dagpool.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/db_pool.py to db_pool.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/debug.py to debug.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/event.py to event.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/greenpool.py to greenpool.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/greenthread.py to greenthread.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/patcher.py to patcher.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/pools.py to pools.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/queue.py to queue.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/semaphore.py to semaphore.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/timeout.py to timeout.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/tpool.py to tpool.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/wsgi.py to wsgi.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/websocket.py to websocket.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/BaseHTTPServer.py to BaseHTTPServer.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/CGIHTTPServer.py to CGIHTTPServer.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/MySQLdb.py to MySQLdb.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/Queue.py to Queue.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/SimpleHTTPServer.py to SimpleHTTPServer.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/SocketServer.py to SocketServer.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/_socket_nodns.py to _socket_nodns.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/asynchat.py to asynchat.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/asyncore.py to asyncore.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/builtin.py to builtin.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/ftplib.py to ftplib.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/httplib.py to httplib.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/os.py to os.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/profile.py to profile.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/select.py to select.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/selectors.py to selectors.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/socket.py to socket.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/ssl.py to ssl.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/subprocess.py to subprocess.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/thread.py to thread.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/threading.py to threading.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/time.py to time.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/urllib2.py to urllib2.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/zmq.py to zmq.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/OpenSSL/SSL.py to SSL.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/OpenSSL/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/OpenSSL/crypto.py to crypto.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/OpenSSL/tsafe.py to tsafe.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/OpenSSL/version.py to version.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/http/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/http/client.py to client.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/http/cookiejar.py to cookiejar.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/http/cookies.py to cookies.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/http/server.py to server.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/urllib/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/urllib/error.py to error.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/urllib/parse.py to parse.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/urllib/request.py to request.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/green/urllib/response.py to response.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/greenio/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/greenio/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/greenio/py2.py to py2.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/greenio/py3.py to py3.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/hubs/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/hubs/epolls.py to epolls.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/hubs/hub.py to hub.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/hubs/kqueue.py to kqueue.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/hubs/poll.py to poll.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/hubs/pyevent.py to pyevent.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/hubs/selects.py to selects.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/hubs/timer.py to timer.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/support/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/support/greendns.py to greendns.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/support/greenlets.py to greenlets.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/support/psycopg2_patcher.py to psycopg2_patcher.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/support/pylib.py to pylib.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/support/stacklesspypys.py to stacklesspypys.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/support/stacklesss.py to stacklesss.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/zipkin/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/zipkin/api.py to api.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/zipkin/client.py to client.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/zipkin/greenthread.py to greenthread.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/zipkin/http.py to http.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/zipkin/log.py to log.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/zipkin/patcher.py to patcher.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/zipkin/wsgi.py to wsgi.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/zipkin/_thrift/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/zipkin/_thrift/zipkinCore/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/zipkin/_thrift/zipkinCore/constants.py to constants.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet/zipkin/_thrift/zipkinCore/ttypes.py to ttypes.cpython-36.pyc writing byte-compilation script '/tmp/tmpsbyj_tf5.py' /usr/bin/python3 /tmp/tmpsbyj_tf5.py removing /tmp/tmpsbyj_tf5.py running install_egg_info running egg_info creating eventlet.egg-info writing eventlet.egg-info/PKG-INFO writing dependency_links to eventlet.egg-info/dependency_links.txt writing requirements to eventlet.egg-info/requires.txt writing top-level names to eventlet.egg-info/top_level.txt writing manifest file 'eventlet.egg-info/SOURCES.txt' reading manifest file 'eventlet.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'eventlet.egg-info/SOURCES.txt' Copying eventlet.egg-info to /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/eventlet-0.26.0-py3.6.egg-info running install_scripts + rm -vrf /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6/site-packages/tests + /usr/lib/rpm/find-debuginfo.sh -j6 --strict-build-id -m -i --build-id-seed 0.26.0-2.el8 --unique-debug-suffix -0.26.0-2.el8.noarch --unique-debug-src-base python-eventlet-0.26.0-2.el8.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/eventlet-0.26.0 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile '' 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/lib/python3.6 using /usr/libexec/platform-python + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/bin/python3 + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.qcOcwh + umask 022 + cd /builddir/build/BUILD + cd eventlet-0.26.0 + export EVENTLET_NO_GREENDNS=yes + EVENTLET_NO_GREENDNS=yes + rm -f tests/greendns_test.py + rm -f tests/socket_test.py + nosetests-3.6 -v tests.test_run_python_timeout ... ok tests.test_run_python_pythonpath_extend ... ok test_001_trampoline_timeout (tests.api_test.TestApi) ... ok test_connect_ssl (tests.api_test.TestApi) ... ok test_connect_tcp (tests.api_test.TestApi) ... ok test_killing_dormant (tests.api_test.TestApi) ... ok test_nested_with_timeout (tests.api_test.TestApi) ... ok test_tcp_listener (tests.api_test.TestApi) ... ok test_timeout_cancel (tests.api_test.TestApi) ... ok tests.api_test.test_wrap_is_timeout ... ok tests.api_test.test_timeouterror_deprecated ... ok test_server (tests.backdoor_test.BackdoorTest) ... Traceback (most recent call last): File "/builddir/build/BUILD/eventlet-0.26.0/eventlet/hubs/poll.py", line 111, in wait listener.cb(fileno) File "/builddir/build/BUILD/eventlet-0.26.0/eventlet/backdoor.py", line 66, in switch greenlets.greenlet.switch(self, *args, **kw) File "/builddir/build/BUILD/eventlet-0.26.0/eventlet/backdoor.py", line 58, in run console.interact() File "/usr/lib64/python3.6/code.py", line 239, in interact self.write('now exiting %s...\n' % self.__class__.__name__) File "/usr/lib64/python3.6/code.py", line 160, in write sys.stderr.write(data) File "/builddir/build/BUILD/eventlet-0.26.0/eventlet/backdoor.py", line 36, in write self.f.flush() File "/usr/lib64/python3.6/socket.py", line 604, in write return self._sock.send(b) File "/builddir/build/BUILD/eventlet-0.26.0/eventlet/greenio/base.py", line 396, in send return self._send_loop(self.fd.send, data, flags) File "/builddir/build/BUILD/eventlet-0.26.0/eventlet/greenio/base.py", line 383, in _send_loop return send_method(data, *args) BrokenPipeError: [Errno 32] Broken pipe Removing descriptor: 6 ok test_server_on_ipv6_socket (tests.backdoor_test.BackdoorTest) ... SKIP test_server_on_unix_socket (tests.backdoor_test.BackdoorTest) ... Traceback (most recent call last): File "/usr/lib64/python3.6/code.py", line 228, in interact line = self.raw_input(prompt) File "/usr/lib64/python3.6/code.py", line 275, in raw_input return input(prompt) EOFError: EOF when reading a line During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/builddir/build/BUILD/eventlet-0.26.0/eventlet/hubs/poll.py", line 111, in wait listener.cb(fileno) File "/builddir/build/BUILD/eventlet-0.26.0/eventlet/backdoor.py", line 66, in switch greenlets.greenlet.switch(self, *args, **kw) File "/builddir/build/BUILD/eventlet-0.26.0/eventlet/backdoor.py", line 58, in run console.interact() File "/usr/lib64/python3.6/code.py", line 230, in interact self.write("\n") File "/usr/lib64/python3.6/code.py", line 160, in write sys.stderr.write(data) File "/builddir/build/BUILD/eventlet-0.26.0/eventlet/backdoor.py", line 36, in write self.f.flush() File "/usr/lib64/python3.6/socket.py", line 604, in write return self._sock.send(b) File "/builddir/build/BUILD/eventlet-0.26.0/eventlet/greenio/base.py", line 396, in send return self._send_loop(self.fd.send, data, flags) File "/builddir/build/BUILD/eventlet-0.26.0/eventlet/greenio/base.py", line 383, in _send_loop return send_method(data, *args) BrokenPipeError: [Errno 32] Broken pipe Removing descriptor: 6 ok test_blocking (tests.convenience_test.TestServe) ... ok test_called_for_each_connection (tests.convenience_test.TestServe) ... ok test_concurrency (tests.convenience_test.TestServe) ... ok test_excepting_server (tests.convenience_test.TestServe) ... ok test_excepting_server_already_closed (tests.convenience_test.TestServe) ... ok test_exiting_server (tests.convenience_test.TestServe) ... ok test_raising_stopserve (tests.convenience_test.TestServe) ... ok test_wrap_ssl (tests.convenience_test.TestServe) ... ok tests.convenience_test.test_reuseport_oserror ... ok tests.convenience_test.test_socket_reuse ... ok tests.convenience_test.test_reuse_random_port_warning ... ok tests.dagpool_test.test_check_no_suspend ... ok tests.dagpool_test.test_init ... ok tests.dagpool_test.test_wait_each_empty ... ok tests.dagpool_test.test_wait_each_preload ... ok tests.dagpool_test.test_wait_each_posted ... ok tests.dagpool_test.test_wait_posted ... ok tests.dagpool_test.test_spawn_collision_preload ... ok tests.dagpool_test.test_spawn_collision_post ... ok tests.dagpool_test.test_spawn_collision_spawn ... ok tests.dagpool_test.test_spawn_multiple ... ok tests.dagpool_test.test_spawn_many ... ok tests.dagpool_test.test_wait_each_all ... ok tests.dagpool_test.test_kill ... ok tests.dagpool_test.test_post_collision_preload ... ok tests.dagpool_test.test_post_collision_post ... ok tests.dagpool_test.test_post_collision_spawn ... ok tests.dagpool_test.test_post_replace ... ok tests.dagpool_test.test_getitem ... ok tests.dagpool_test.test_waitall_exc ... ok tests.dagpool_test.test_propagate_exc ... ok tests.dagpool_test.test_wait_each_exc ... ok tests.dagpool_test.test_post_get_exc ... ok test_bool (tests.db_pool_test.Test01MysqlTpool) ... SKIP test_clear (tests.db_pool_test.Test01MysqlTpool) ... SKIP Clear implicitly created connections (min_size > 0) ... SKIP test_close_does_a_put (tests.db_pool_test.Test01MysqlTpool) ... SKIP test_connecting (tests.db_pool_test.Test01MysqlTpool) ... SKIP test_connection_is_clean_after_put (tests.db_pool_test.Test01MysqlTpool) ... SKIP test_create_cursor (tests.db_pool_test.Test01MysqlTpool) ... SKIP test_put_doesnt_double_wrap (tests.db_pool_test.Test01MysqlTpool) ... SKIP test_put_none (tests.db_pool_test.Test01MysqlTpool) ... SKIP test_raising_create (tests.db_pool_test.Test01MysqlTpool) ... SKIP test_returns_immediately (tests.db_pool_test.Test01MysqlTpool) ... SKIP test_run_bad_query (tests.db_pool_test.Test01MysqlTpool) ... SKIP test_run_query (tests.db_pool_test.Test01MysqlTpool) ... SKIP test_safe_close (tests.db_pool_test.Test01MysqlTpool) ... SKIP test_unwrap_connection (tests.db_pool_test.Test01MysqlTpool) ... SKIP test_visibility_from_other_connections (tests.db_pool_test.Test01MysqlTpool) ... SKIP test_waiters_get_woken (tests.db_pool_test.Test01MysqlTpool) ... SKIP test_zero_max_age (tests.db_pool_test.Test01MysqlTpool) ... SKIP test_zero_max_idle (tests.db_pool_test.Test01MysqlTpool) ... SKIP test_bool (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP test_clear (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP Clear implicitly created connections (min_size > 0) ... SKIP test_close_does_a_put (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP test_connecting (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP test_connection_is_clean_after_put (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP test_create_cursor (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP test_cursor_works_as_context_manager (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP test_put_doesnt_double_wrap (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP test_put_none (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP test_raising_create (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP test_returns_immediately (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP test_run_bad_query (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP test_run_query (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP test_safe_close (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP test_set_isolation_level (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP test_unwrap_connection (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP test_visibility_from_other_connections (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP test_waiters_get_woken (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP test_zero_max_age (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP test_zero_max_idle (tests.db_pool_test.Test01Psycopg2Tpool) ... SKIP test_bool (tests.db_pool_test.Test02MysqlRaw) ... SKIP test_clear (tests.db_pool_test.Test02MysqlRaw) ... SKIP Clear implicitly created connections (min_size > 0) ... SKIP test_close_does_a_put (tests.db_pool_test.Test02MysqlRaw) ... SKIP test_connecting (tests.db_pool_test.Test02MysqlRaw) ... SKIP test_connection_is_clean_after_put (tests.db_pool_test.Test02MysqlRaw) ... SKIP test_create_cursor (tests.db_pool_test.Test02MysqlRaw) ... SKIP test_put_doesnt_double_wrap (tests.db_pool_test.Test02MysqlRaw) ... SKIP test_put_none (tests.db_pool_test.Test02MysqlRaw) ... SKIP test_raising_create (tests.db_pool_test.Test02MysqlRaw) ... SKIP test_returns_immediately (tests.db_pool_test.Test02MysqlRaw) ... SKIP test_run_bad_query (tests.db_pool_test.Test02MysqlRaw) ... SKIP test_run_query (tests.db_pool_test.Test02MysqlRaw) ... SKIP test_safe_close (tests.db_pool_test.Test02MysqlRaw) ... SKIP test_unwrap_connection (tests.db_pool_test.Test02MysqlRaw) ... SKIP test_visibility_from_other_connections (tests.db_pool_test.Test02MysqlRaw) ... SKIP test_waiters_get_woken (tests.db_pool_test.Test02MysqlRaw) ... SKIP test_zero_max_age (tests.db_pool_test.Test02MysqlRaw) ... SKIP test_zero_max_idle (tests.db_pool_test.Test02MysqlRaw) ... SKIP test_bool (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP test_clear (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP Clear implicitly created connections (min_size > 0) ... SKIP test_close_does_a_put (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP test_connecting (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP test_connection_is_clean_after_put (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP test_create_cursor (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP test_cursor_works_as_context_manager (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP test_put_doesnt_double_wrap (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP test_put_none (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP test_raising_create (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP test_returns_immediately (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP test_run_bad_query (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP test_run_query (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP test_safe_close (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP test_set_isolation_level (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP test_unwrap_connection (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP test_visibility_from_other_connections (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP test_waiters_get_woken (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP test_zero_max_age (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP test_zero_max_idle (tests.db_pool_test.Test02Psycopg2Raw) ... SKIP tests.db_pool_test.test_raw_pool_issue_125 ... ok tests.db_pool_test.test_raw_pool_custom_cleanup_ok ... ok tests.db_pool_test.test_raw_pool_custom_cleanup_arg_error ... ok tests.db_pool_test.test_raw_pool_custom_cleanup_fatal ... ok tests.db_pool_test.test_raw_pool_clear_update_current_size ... ok test_everything (tests.debug_test.TestDebug) ... ok test_hub_exceptions (tests.debug_test.TestDebug) ... ok test_line (tests.debug_test.TestSpew) ... ok test_line_global (tests.debug_test.TestSpew) ... ok test_line_nofile (tests.debug_test.TestSpew) ... ok test_line_nooutput (tests.debug_test.TestSpew) ... ok test_line_novalue (tests.debug_test.TestSpew) ... ok test_spew (tests.debug_test.TestSpew) ... ok test_unspew (tests.debug_test.TestSpew) ... ok tests.env_test.test_hub_selects ... ok tests.env_test.test_tpool_dns ... ok tests.env_test.test_tpool_negative ... ok tests.env_test.test_tpool_zero ... ok tests.env_test.test_tpool_size ... ok test_double_exception (tests.event_test.TestEvent) ... ok test_multiple_waiters (tests.event_test.TestEvent) ... ok test_multiple_waiters_with_exception (tests.event_test.TestEvent) ... ok test_reset (tests.event_test.TestEvent) ... ok test_waiting_for_event (tests.event_test.TestEvent) ... ok tests.event_test.test_wait_timeout_ok ... ok tests.event_test.test_wait_timeout_exceed ... ok tests.green_http_test.test_green_http_doesnt_change_original_module ... ok tests.green_http_test.test_green_httplib_doesnt_change_original_module ... ok tests.green_http_test.test_http_request_encode_chunked_kwarg ... ok tests.green_profile_test.test_green_profile_basic ... ok tests.green_select_test.test_select_mark_file_as_reopened ... ok test_multiple_readers (tests.greenio_test.TestGreenIoLong) ... ok test_pip_read_until_end (tests.greenio_test.TestGreenPipe) ... ok test_pipe (tests.greenio_test.TestGreenPipe) ... ok test_pipe_read (tests.greenio_test.TestGreenPipe) ... ok test_pipe_read_unbuffered (tests.greenio_test.TestGreenPipe) ... ok test_pipe_writes_large_messages (tests.greenio_test.TestGreenPipe) ... ok test_seek_on_buffered_pipe (tests.greenio_test.TestGreenPipe) ... ok test_truncate (tests.greenio_test.TestGreenPipe) ... ok test_accept_timeout (tests.greenio_test.TestGreenSocket) ... ok test_blocking_accept_mark_as_reopened (tests.greenio_test.TestGreenSocket) ... ok test_close_with_makefile (tests.greenio_test.TestGreenSocket) ... ok test_closure (tests.greenio_test.TestGreenSocket) ... SKIP test_connect_ex_timeout (tests.greenio_test.TestGreenSocket) ... ok test_connect_timeout (tests.greenio_test.TestGreenSocket) ... ok test_datagram_socket_operations_work (tests.greenio_test.TestGreenSocket) ... ok test_default_nonblocking (tests.greenio_test.TestGreenSocket) ... ok test_del_closes_socket (tests.greenio_test.TestGreenSocket) ... ok test_dup_nonblocking (tests.greenio_test.TestGreenSocket) ... ok test_full_duplex (tests.greenio_test.TestGreenSocket) ... ok test_invalid_connection (tests.greenio_test.TestGreenSocket) ... ok test_nonblocking_accept_mark_as_reopened (tests.greenio_test.TestGreenSocket) ... ok test_raised_multiple_readers (tests.greenio_test.TestGreenSocket) ... ok test_recv_into_timeout (tests.greenio_test.TestGreenSocket) ... ok test_recv_timeout (tests.greenio_test.TestGreenSocket) ... ok test_recvfrom_into_timeout (tests.greenio_test.TestGreenSocket) ... ok test_recvfrom_timeout (tests.greenio_test.TestGreenSocket) ... ok test_send_timeout (tests.greenio_test.TestGreenSocket) ... ok test_sendall (tests.greenio_test.TestGreenSocket) ... ok test_sendall_timeout (tests.greenio_test.TestGreenSocket) ... ok test_shutdown_safe (tests.greenio_test.TestGreenSocket) ... ok test_skip_nonblocking (tests.greenio_test.TestGreenSocket) ... ok test_socketpair_select (tests.greenio_test.TestGreenSocket) ... ok test_sockopt_interface (tests.greenio_test.TestGreenSocket) ... ok test_timeout_and_final_write (tests.greenio_test.TestGreenSocket) ... ok test_wrap_socket (tests.greenio_test.TestGreenSocket) ... ok test_zero_timeout_and_back (tests.greenio_test.TestGreenSocket) ... ok tests.greenio_test.test_get_fileno_of_a_socket_works ... ok tests.greenio_test.test_get_fileno_of_an_int_works ... ok tests.greenio_test.test_get_fileno_of_wrong_type_fails ... ok tests.greenio_test.test_get_fileno_of_a_socket_with_fileno_returning_wrong_type_fails ... ok tests.greenio_test.test_set_nonblocking ... ok tests.greenio_test.test_socket_del_fails_gracefully_when_not_fully_initialized ... ok tests.greenio_test.test_double_close_219 ... ok tests.greenio_test.test_partial_write_295 ... ok tests.greenio_test.test_socket_file_read_non_int ... ok tests.greenio_test.test_pipe_context ... ok test_constructing_from_pool (tests.greenpool_test.GreenPile) ... ok test_empty_pile (tests.greenpool_test.GreenPile) ... ok test_pile (tests.greenpool_test.GreenPile) ... ok test_pile_spawn_times_out (tests.greenpool_test.GreenPile) ... ok test_empty_imap (tests.greenpool_test.GreenPool) ... ok test_exceptions (tests.greenpool_test.GreenPool) ... ok test_imap (tests.greenpool_test.GreenPool) ... ok test_imap_multi_args (tests.greenpool_test.GreenPool) ... ok test_imap_nonefunc (tests.greenpool_test.GreenPool) ... ok test_imap_raises (tests.greenpool_test.GreenPool) ... ok test_multiple_coros (tests.greenpool_test.GreenPool) ... ok test_pool_smash (tests.greenpool_test.GreenPool) ... ok test_recursive_waitall (tests.greenpool_test.GreenPool) ... ok test_reentrant (tests.greenpool_test.GreenPool) ... ok test_resize (tests.greenpool_test.GreenPool) ... ok test_spawn (tests.greenpool_test.GreenPool) ... ok test_spawn_n (tests.greenpool_test.GreenPool) ... ok test_spawn_n_2 (tests.greenpool_test.GreenPool) ... ok test_starmap (tests.greenpool_test.GreenPool) ... ok test_timer_cancel (tests.greenpool_test.GreenPool) ... ok test_waitall_on_nothing (tests.greenpool_test.GreenPool) ... ok test_waiting (tests.greenpool_test.GreenPool) ... ok test_imap_50 (tests.greenpool_test.Stress) ... ok test_imap_500 (tests.greenpool_test.Stress) ... ok test_ordering_5 (tests.greenpool_test.Stress) ... ok test_ordering_50 (tests.greenpool_test.Stress) ... ok test_with_intpool (tests.greenpool_test.Stress) ... ok tests.greenpool_test.test_greenpool_type_check ... ok test_kill (tests.greenthread_test.Spawn) ... ok test_kill_meth (tests.greenthread_test.Spawn) ... ok test_kill_n (tests.greenthread_test.Spawn) ... ok test_link (tests.greenthread_test.Spawn) ... ok test_link_after_exited (tests.greenthread_test.Spawn) ... ok test_link_relinks (tests.greenthread_test.Spawn) ... ok test_n (tests.greenthread_test.Spawn) ... ok test_simple (tests.greenthread_test.Spawn) ... ok test_basic (tests.greenthread_test.SpawnAfter) ... ok test_cancel (tests.greenthread_test.SpawnAfter) ... ok test_cancel_already_started (tests.greenthread_test.SpawnAfter) ... ok test_kill (tests.greenthread_test.SpawnAfter) ... ok test_kill_already_started (tests.greenthread_test.SpawnAfter) ... ok test_kill_meth (tests.greenthread_test.SpawnAfter) ... ok test_kill_n (tests.greenthread_test.SpawnAfter) ... ok test_link (tests.greenthread_test.SpawnAfter) ... ok test_link_after_exited (tests.greenthread_test.SpawnAfter) ... ok test_link_relinks (tests.greenthread_test.SpawnAfter) ... ok test_n (tests.greenthread_test.SpawnAfter) ... ok test_simple (tests.greenthread_test.SpawnAfter) ... ok test_spawn_is_not_cancelled (tests.greenthread_test.SpawnAfterLocal) ... ok test_timer_cancelled_upon_greenlet_exit (tests.greenthread_test.SpawnAfterLocal) ... ok test_timer_fired (tests.greenthread_test.SpawnAfterLocal) ... ok Checks that killing a process after the hub runloop dies does ... ok Checks that a terminating greenthread whose parent ... ok test_debug_listeners (tests.hub_test.TestDebug) ... ok test_timer_exceptions (tests.hub_test.TestDebug) ... ok test_exceptionleaks (tests.hub_test.TestExceptionInGreenthread) ... ok test_exceptionpreservation (tests.hub_test.TestExceptionInGreenthread) ... ok test_sleep (tests.hub_test.TestExceptionInMainloop) ... ok test_block_detect (tests.hub_test.TestHubBlockingDetector) ... ok test_block_detect_with_itimer (tests.hub_test.TestHubBlockingDetector) ... SKIP test_global (tests.hub_test.TestScheduleCall) ... ok test_local (tests.hub_test.TestScheduleCall) ... ok test_ordering (tests.hub_test.TestScheduleCall) ... ok test_suspend_doesnt_crash (tests.hub_test.TestSuspend) ... ok test_cancel_accumulated (tests.hub_test.TestTimerCleanup) ... ok test_cancel_immediate (tests.hub_test.TestTimerCleanup) ... ok test_cancel_proportion (tests.hub_test.TestTimerCleanup) ... ok tests.hub_test.test_fork ... ok tests.hub_test.test_repeated_select_bad_fd ... ok tests.hub_test.test_fork_simple ... ok tests.hub_test.test_use_hub_class ... ok tests.hub_test.test_kqueue_unsupported ... ok test_monkey_patching (tests.mysqldb_test.TestMonkeyPatch) ... SKIP test_connecting (tests.mysqldb_test.TestMySQLdb) ... SKIP test_connecting_annoyingly (tests.mysqldb_test.TestMySQLdb) ... SKIP test_create_cursor (tests.mysqldb_test.TestMySQLdb) ... SKIP test_module_attributes (tests.mysqldb_test.TestMySQLdb) ... SKIP test_run_bad_query (tests.mysqldb_test.TestMySQLdb) ... SKIP test_run_query (tests.mysqldb_test.TestMySQLdb) ... SKIP test_visibility_from_other_connections (tests.mysqldb_test.TestMySQLdb) ... SKIP test_yields (tests.mysqldb_test.TestMySQLdb) ... SKIP tests.openssl_test.test_import ... ok tests.os_test.test_pathlib_open_issue_534 ... ok test_psycopg_patched (tests.patcher_psycopg_test.PatchingPsycopg) ... SKIP test_ident (tests.patcher_test.GreenThreadWrapper) ... ok test_is_alive (tests.patcher_test.GreenThreadWrapper) ... ok test_is_daemon (tests.patcher_test.GreenThreadWrapper) ... ok test_join (tests.patcher_test.GreenThreadWrapper) ... ok test_name (tests.patcher_test.GreenThreadWrapper) ... ok test_patch_a_module (tests.patcher_test.ImportPatched) ... ok test_boolean (tests.patcher_test.MonkeyPatch) ... ok test_boolean_all (tests.patcher_test.MonkeyPatch) ... ok test_boolean_all_negative (tests.patcher_test.MonkeyPatch) ... ok test_boolean_all_single (tests.patcher_test.MonkeyPatch) ... ok test_boolean_double (tests.patcher_test.MonkeyPatch) ... ok test_boolean_negative (tests.patcher_test.MonkeyPatch) ... ok test_boolean_negative2 (tests.patcher_test.MonkeyPatch) ... ok test_boolean_single (tests.patcher_test.MonkeyPatch) ... ok test_conflicting_specifications (tests.patcher_test.MonkeyPatch) ... ok test_early_patching (tests.patcher_test.MonkeyPatch) ... ok test_late_patching (tests.patcher_test.MonkeyPatch) ... ok test_patched_modules (tests.patcher_test.MonkeyPatch) ... ok test_typeerror (tests.patcher_test.MonkeyPatch) ... ok test_waitpid (tests.patcher_test.Os) ... ok test_greenlet (tests.patcher_test.Threading) ... ok test_greenthread (tests.patcher_test.Threading) ... ok test_keyerror (tests.patcher_test.Threading) ... ok test_orig_thread (tests.patcher_test.Threading) ... ok test_tpool (tests.patcher_test.Threading) ... ok test_patched_thread (tests.patcher_test.Tpool) ... ok test_simple (tests.patcher_test.Tpool) ... ok test_unpatched_thread (tests.patcher_test.Tpool) ... ok tests.patcher_test.test_patcher_existing_locks_unlocked ... SKIP tests.patcher_test.test_import_patched_defaults ... ok tests.patcher_test.test_import_patched_handles_sub_modules ... ok tests.patcher_test.test_subprocess_after_monkey_patch ... ok tests.patcher_test.test_patcher_existing_locks_early ... ok tests.patcher_test.test_patcher_existing_locks_late ... ok tests.patcher_test.test_patcher_existing_locks_locked ... ok tests.patcher_test.test_importlib_lock ... ok tests.patcher_test.test_threading_condition ... ok tests.patcher_test.test_threading_join ... ok tests.patcher_test.test_socketserver_selectors ... ok tests.patcher_test.test_blocking_select_methods_are_deleted ... ok tests.patcher_test.test_regular_file_readall ... ok tests.patcher_test.test_threading_current ... ok tests.patcher_test.test_threadpoolexecutor ... ok test_abstract (tests.pools_test.TestAbstract) ... ok test_it (tests.pools_test.TestCreateRaises) ... ok test_blocks_on_pool (tests.pools_test.TestIntPool) ... ok test_create_contention (tests.pools_test.TestIntPool) ... ok test_exhaustion (tests.pools_test.TestIntPool) ... ok test_free (tests.pools_test.TestIntPool) ... ok test_integers (tests.pools_test.TestIntPool) ... ok test_ordering (tests.pools_test.TestIntPool) ... ok test_put_with_timed_out_getters (tests.pools_test.TestIntPool) ... ok test_putting_to_queue (tests.pools_test.TestIntPool) ... ok test_resize (tests.pools_test.TestIntPool) ... ok test_something (tests.pools_test.TestIntPool2) ... ok test_ordering (tests.pools_test.TestOrderAsStack) ... ok test_get_nowait_simple (tests.queue_test.TestNoWait) ... ok test_get_nowait_unlock (tests.queue_test.TestNoWait) ... ok test_put_nowait_simple (tests.queue_test.TestNoWait) ... ok test_put_nowait_unlock (tests.queue_test.TestNoWait) ... ok test_wait_except (tests.queue_test.TestNoWait) ... ok test_channel_send (tests.queue_test.TestQueue) ... ok test_channel_sender_timing_out (tests.queue_test.TestQueue) ... ok test_channel_wait (tests.queue_test.TestQueue) ... ok test_channel_waiters (tests.queue_test.TestQueue) ... ok test_getting_before_sending (tests.queue_test.TestQueue) ... ok test_join_doesnt_block_when_queue_is_already_empty (tests.queue_test.TestQueue) ... ok test_max_size (tests.queue_test.TestQueue) ... ok test_multiple_waiters (tests.queue_test.TestQueue) ... ok test_resize_down (tests.queue_test.TestQueue) ... ok test_resize_to_Unlimited (tests.queue_test.TestQueue) ... ok test_resize_up (tests.queue_test.TestQueue) ... ok test_send_first (tests.queue_test.TestQueue) ... ok test_send_last (tests.queue_test.TestQueue) ... ok test_task_done (tests.queue_test.TestQueue) ... ok test_two_bogus_waiters (tests.queue_test.TestQueue) ... ok test_two_waiters_one_dies (tests.queue_test.TestQueue) ... ok test_waiters_that_cancel (tests.queue_test.TestQueue) ... ok test_waiting (tests.queue_test.TestQueue) ... ok test_zero_length_queue_nonblocking_put (tests.queue_test.TestQueue) ... ok test_zero_max_size (tests.queue_test.TestQueue) ... ok test_bounded (tests.semaphore_test.TestSemaphore) ... ok test_bounded_with_zero_limit (tests.semaphore_test.TestSemaphore) ... ok test_non_blocking (tests.semaphore_test.TestSemaphore) ... ok test_timeout (tests.semaphore_test.TestSemaphore) ... ok test_timeout_non_blocking (tests.semaphore_test.TestSemaphore) ... ok tests.semaphore_test.test_semaphore_contention ... ok tests.semaphore_test.test_semaphore_type_check ... ok test_duplex_response (tests.ssl_test.SSLTest) ... ok test_greensslobject (tests.ssl_test.SSLTest) ... ok test_no_handshake_block_accept_loop (tests.ssl_test.SSLTest) ... ok test_receiving_doesnt_block_if_there_is_already_decrypted_buffered_data (tests.ssl_test.SSLTest) ... ok test_recv_after_ssl_connect (tests.ssl_test.SSLTest) ... ok test_regression_gh_17 (tests.ssl_test.SSLTest) ... ok SSL socket.sendall() busy loop ... ok test_ssl_close (tests.ssl_test.SSLTest) ... ok test_ssl_connect (tests.ssl_test.SSLTest) ... ok test_ssl_context (tests.ssl_test.SSLTest) ... ok test_ssl_unwrap (tests.ssl_test.SSLTest) ... ok tests.subprocess_test.test_subprocess_wait ... ok tests.subprocess_test.test_communicate_with_poll ... ok tests.subprocess_test.test_close_popen_stdin_with_close_fds ... ok tests.subprocess_test.test_universal_lines ... ok tests.subprocess_test.test_patched_communicate_290 ... ok tests.subprocess_test.test_check_call_without_timeout_works ... ok tests.subprocess_test.test_exception_identity ... ok test_send (tests.test__event.TestEvent) ... ok test_send_exc (tests.test__event.TestEvent) ... ok tests.test__greenness.test_urllib ... ok tests.test__refcount.test_clean_exit ... ok tests.test__refcount.test_timeout_exit ... ok test_connection_refused (tests.test__socket_errors.TestSocketErrors) ... ok Test that the socket timeout exception works correctly. ... ok Test underlying socket behavior to ensure correspondence ... ok tests.test__socket_errors.test_create_connection_refused ... ok test_assignment (tests.thread_test.Locals) ... ok test_calling_methods (tests.thread_test.Locals) ... ok test_calls_init (tests.thread_test.Locals) ... ok test_no_leaking (tests.thread_test.Locals) ... ok test_direct_raise_class (tests.timeout_test.TestDirectRaise) ... ok test_direct_raise_instance (tests.timeout_test.TestDirectRaise) ... ok test_repr (tests.timeout_test.TestDirectRaise) ... ok test_with_outer_timer (tests.timeout_test.TestWithTimeout) ... ok test_with_timeout (tests.timeout_test.TestWithTimeout) ... ok tests.timeout_test.test_is_timeout_attribute ... ok test_cancel_timer_inside_block (tests.timeout_test_with_statement.Test) ... ok test_cancellation (tests.timeout_test_with_statement.Test) ... ok test_dummy_timer (tests.timeout_test_with_statement.Test) ... ok test_nested_timeout (tests.timeout_test_with_statement.Test) ... ok test_raising_custom_exception (tests.timeout_test_with_statement.Test) ... ok test_raising_exc_tuple (tests.timeout_test_with_statement.Test) ... ok test_raising_exception_class (tests.timeout_test_with_statement.Test) ... ok test_raising_self (tests.timeout_test_with_statement.Test) ... ok test_raising_self_true (tests.timeout_test_with_statement.Test) ... ok test_ref (tests.timeout_test_with_statement.Test) ... ok test_silent_block (tests.timeout_test_with_statement.Test) ... ok test_copy (tests.timer_test.TestTimer) ... ok test_schedule (tests.timer_test.TestTimer) ... ok test_autowrap (tests.tpool_test.TestTpool) ... ok test_autowrap_both (tests.tpool_test.TestTpool) ... ok test_autowrap_names (tests.tpool_test.TestTpool) ... ok test_callable (tests.tpool_test.TestTpool) ... ok test_callable_iterator (tests.tpool_test.TestTpool) ... ok test_contention (tests.tpool_test.TestTpool) ... ok test_eventlet_timeout (tests.tpool_test.TestTpool) ... ok test_killall (tests.tpool_test.TestTpool) ... ok test_killall_remaining_results (tests.tpool_test.TestTpool) ... ok test_multiple_wraps (tests.tpool_test.TestTpool) ... ok test_raising_exceptions (tests.tpool_test.TestTpool) ... ok test_timeout (tests.tpool_test.TestTpool) ... ok test_tpool_set_num_threads (tests.tpool_test.TestTpool) ... ok test_variable_and_keyword_arguments_with_function_calls (tests.tpool_test.TestTpool) ... ok test_wrap_dict (tests.tpool_test.TestTpool) ... ok test_wrap_eq (tests.tpool_test.TestTpool) ... ok test_wrap_getitem (tests.tpool_test.TestTpool) ... ok test_wrap_hash (tests.tpool_test.TestTpool) ... ok test_wrap_ints (tests.tpool_test.TestTpool) ... ok test_wrap_iterator (tests.tpool_test.TestTpool) ... ok test_wrap_iterator2 (tests.tpool_test.TestTpool) ... ok test_wrap_module_class (tests.tpool_test.TestTpool) ... ok test_wrap_nonzero (tests.tpool_test.TestTpool) ... ok test_wrap_setitem (tests.tpool_test.TestTpool) ... ok test_wrap_string (tests.tpool_test.TestTpool) ... ok test_wrap_tuple (tests.tpool_test.TestTpool) ... ok test_wrap_uniterable (tests.tpool_test.TestTpool) ... ok test_a_buncha_stuff (tests.tpool_test.TpoolLongTests) ... ok test_leakage_from_tracebacks (tests.tpool_test.TpoolLongTests) ... ok tests.tpool_test.test_isolate_from_socket_default_timeout ... ok tests.tpool_test.test_exception_leak ... ok test_breaking_the_connection_13 (tests.websocket_new_test.TestWebSocket) ... ok test_client_closing_connection_13 (tests.websocket_new_test.TestWebSocket) ... ok test_client_invalid_packet_13 (tests.websocket_new_test.TestWebSocket) ... ok test_correct_upgrade_request_13 (tests.websocket_new_test.TestWebSocket) ... ok test_incomplete_headers_13 (tests.websocket_new_test.TestWebSocket) ... ok test_send_recv_13 (tests.websocket_new_test.TestWebSocket) ... ok test_accept_basic_deflate_ext_13 (tests.websocket_new_test.TestWebSocketWithCompression) ... ok test_accept_deflate_ext_context_takeover_13 (tests.websocket_new_test.TestWebSocketWithCompression) ... ok test_accept_deflate_ext_window_max_bits_13 (tests.websocket_new_test.TestWebSocketWithCompression) ... ok test_client_compress_no_context_takeover_13 (tests.websocket_new_test.TestWebSocketWithCompression) ... ok test_client_compress_with_context_takeover_13 (tests.websocket_new_test.TestWebSocketWithCompression) ... ok test_compressed_send_recv_13 (tests.websocket_new_test.TestWebSocketWithCompression) ... ok test_compressed_send_recv_both_no_context_13 (tests.websocket_new_test.TestWebSocketWithCompression) ... ok test_compressed_send_recv_client_no_context_13 (tests.websocket_new_test.TestWebSocketWithCompression) ... ok test_compressed_send_recv_server_no_context_13 (tests.websocket_new_test.TestWebSocketWithCompression) ... ok test_large_frame_size_compressed_13 (tests.websocket_new_test.TestWebSocketWithCompression) ... ok test_large_frame_size_uncompressed_13 (tests.websocket_new_test.TestWebSocketWithCompression) ... ok test_reject_max_window_bits_out_of_range_13 (tests.websocket_new_test.TestWebSocketWithCompression) ... ok test_send_uncompressed_msg_13 (tests.websocket_new_test.TestWebSocketWithCompression) ... ok test_server_compress_no_context_takeover_13 (tests.websocket_new_test.TestWebSocketWithCompression) ... ok test_server_compress_with_context_takeover_13 (tests.websocket_new_test.TestWebSocketWithCompression) ... ok test_app_socket_errors_75 (tests.websocket_test.TestWebSocket) ... ok test_app_socket_errors_76 (tests.websocket_test.TestWebSocket) ... ok test_breaking_the_connection_75 (tests.websocket_test.TestWebSocket) ... ok test_breaking_the_connection_76 (tests.websocket_test.TestWebSocket) ... ok test_client_closing_connection_76 (tests.websocket_test.TestWebSocket) ... ok test_client_invalid_packet_76 (tests.websocket_test.TestWebSocket) ... ok test_close_idle (tests.websocket_test.TestWebSocket) ... ok test_correct_upgrade_request_75 (tests.websocket_test.TestWebSocket) ... ok test_correct_upgrade_request_76 (tests.websocket_test.TestWebSocket) ... ok test_empty_query_string (tests.websocket_test.TestWebSocket) ... ok test_getting_messages_from_websocket_75 (tests.websocket_test.TestWebSocket) ... ok test_getting_messages_from_websocket_76 (tests.websocket_test.TestWebSocket) ... ok test_incomplete_headers_75 (tests.websocket_test.TestWebSocket) ... ok test_incomplete_headers_76 (tests.websocket_test.TestWebSocket) ... ok test_incorrect_headers (tests.websocket_test.TestWebSocket) ... ok test_query_string (tests.websocket_test.TestWebSocket) ... ok test_sending_messages_to_websocket_75 (tests.websocket_test.TestWebSocket) ... ok test_sending_messages_to_websocket_76 (tests.websocket_test.TestWebSocket) ... ok test_server_closing_connect_76 (tests.websocket_test.TestWebSocket) ... ok test_close_ws (tests.websocket_test.TestWebSocketObject) ... ok test_recieve (tests.websocket_test.TestWebSocketObject) ... ok test_send_to_ws (tests.websocket_test.TestWebSocketObject) ... ok test_ssl_sending_messages (tests.websocket_test.TestWebSocketSSL) ... ok test_iterable_app_keeps_socket_open_unless_connection_close_sent (tests.wsgi_test.IterableAlreadyHandledTest) ... ok test_iterable_app_keeps_socket_open_unless_connection_close_sent (tests.wsgi_test.ProxiedIterableAlreadyHandledTest) ... ok test_chunked_readline (tests.wsgi_test.TestChunkedInput) ... ok test_chunked_readline_from_input (tests.wsgi_test.TestChunkedInput) ... ok test_chunked_readline_wsgi_not_override_minimum_chunk_size (tests.wsgi_test.TestChunkedInput) ... ok test_chunked_readline_wsgi_override_minimum_chunk_size (tests.wsgi_test.TestChunkedInput) ... ok test_chunked_readlines_from_input (tests.wsgi_test.TestChunkedInput) ... ok test_close_before_finished (tests.wsgi_test.TestChunkedInput) ... ok test_dirt (tests.wsgi_test.TestChunkedInput) ... ok test_short_read (tests.wsgi_test.TestChunkedInput) ... ok test_short_read_with_content_length (tests.wsgi_test.TestChunkedInput) ... ok test_short_read_with_zero_content_length (tests.wsgi_test.TestChunkedInput) ... ok test_001_server (tests.wsgi_test.TestHttpd) ... ok test_002_keepalive (tests.wsgi_test.TestHttpd) ... ok test_004_close_keepalive (tests.wsgi_test.TestHttpd) ... ok test_006_reject_long_urls (tests.wsgi_test.TestHttpd) ... ok test_007_get_arg (tests.wsgi_test.TestHttpd) ... ok test_008_correctresponse (tests.wsgi_test.TestHttpd) ... ok test_009_chunked_response (tests.wsgi_test.TestHttpd) ... ok test_010_no_chunked_http_1_0 (tests.wsgi_test.TestHttpd) ... ok test_011_multiple_chunks (tests.wsgi_test.TestHttpd) ... ok test_012_ssl_server (tests.wsgi_test.TestHttpd) ... ok test_013_empty_return (tests.wsgi_test.TestHttpd) ... ok test_014_chunked_post (tests.wsgi_test.TestHttpd) ... ok test_015_write (tests.wsgi_test.TestHttpd) ... ok content-length header was being doubled up if it was set in ... ok test_017_ssl_zeroreturnerror (tests.wsgi_test.TestHttpd) ... 127.0.0.1 - - [27/Jul/2022 02:59:31] code 400, message Bad request syntax ('X') 127.0.0.1 - - [27/Jul/2022 02:59:31] "X" 400 - ok test_018_http_10_keepalive (tests.wsgi_test.TestHttpd) ... ok test_019_fieldstorage_compat (tests.wsgi_test.TestHttpd) ... ok test_020_x_forwarded_for (tests.wsgi_test.TestHttpd) ... ok test_021_environ_clobbering (tests.wsgi_test.TestHttpd) ... ok test_022_custom_pool (tests.wsgi_test.TestHttpd) ... ok test_023_bad_content_length (tests.wsgi_test.TestHttpd) ... ok test_024_expect_100_continue (tests.wsgi_test.TestHttpd) ... ok test_024a_expect_100_continue_with_headers (tests.wsgi_test.TestHttpd) ... ok test_024b_expect_100_continue_with_headers_multiple_chunked (tests.wsgi_test.TestHttpd) ... ok test_024c_expect_100_continue_with_headers_multiple_nonchunked (tests.wsgi_test.TestHttpd) ... ok test_024d_expect_100_continue_with_eager_app_chunked (tests.wsgi_test.TestHttpd) ... ok test_025_accept_errors (tests.wsgi_test.TestHttpd) ... ok test_026_http_10_nokeepalive (tests.wsgi_test.TestHttpd) ... ok test_026_log_format (tests.wsgi_test.TestHttpd) ... ok test_027_keepalive_chunked (tests.wsgi_test.TestHttpd) ... ok test_028_ssl_handshake_errors (tests.wsgi_test.TestHttpd) ... ok test_029_posthooks (tests.wsgi_test.TestHttpd) ... ok test_030_reject_long_header_lines (tests.wsgi_test.TestHttpd) ... ok test_031_reject_large_headers (tests.wsgi_test.TestHttpd) ... ok test_032_wsgi_input_as_iterable (tests.wsgi_test.TestHttpd) ... ok test_aborted_chunked_post (tests.wsgi_test.TestHttpd) ... ok test_aborted_chunked_post_bad_chunks (tests.wsgi_test.TestHttpd) ... ok test_aborted_chunked_post_between_chunks (tests.wsgi_test.TestHttpd) ... ok test_aborted_post_io_error (tests.wsgi_test.TestHttpd) ... ok test_chunked_response_when_app_yields_empty_string (tests.wsgi_test.TestHttpd) ... ok Issue #95 Server must handle disconnect from client in the middle of response ... ok test_close_chunked_with_1_0_client (tests.wsgi_test.TestHttpd) ... ok test_close_idle_connections (tests.wsgi_test.TestHttpd) ... ok test_configurable_url_length_limit (tests.wsgi_test.TestHttpd) ... ok test_debug (tests.wsgi_test.TestHttpd) ... ok test_disable_header_name_capitalization (tests.wsgi_test.TestHttpd) ... ok test_env_header_stripping (tests.wsgi_test.TestHttpd) ... ok test_env_headers (tests.wsgi_test.TestHttpd) ... ok test_error_in_chunked_closes_connection (tests.wsgi_test.TestHttpd) ... ok test_exceptions_close_connection (tests.wsgi_test.TestHttpd) ... ok test_header_name_capitalization (tests.wsgi_test.TestHttpd) ... ok test_headers_raw (tests.wsgi_test.TestHttpd) ... ok test_ipv6 (tests.wsgi_test.TestHttpd) ... SKIP test_log_disable (tests.wsgi_test.TestHttpd) ... ok test_log_unix_address (tests.wsgi_test.TestHttpd) ... ok test_minimum_chunk_size_parameter_leaves_httpprotocol_class_member_intact (tests.wsgi_test.TestHttpd) ... ok test_partial_writes_are_handled (tests.wsgi_test.TestHttpd) ... ok test_path_info_decoding (tests.wsgi_test.TestHttpd) ... ok test_path_info_latin1 (tests.wsgi_test.TestHttpd) ... ok test_server_connection_timeout_exception (tests.wsgi_test.TestHttpd) ... ok test_server_socket_timeout (tests.wsgi_test.TestHttpd) ... ok test_socket_remains_open (tests.wsgi_test.TestHttpd) ... ok test_unicode_with_nonascii_characters_raises_error (tests.wsgi_test.TestHttpd) ... ok test_unicode_with_only_ascii_characters_works (tests.wsgi_test.TestHttpd) ... ok test_zero_length_chunked_response (tests.wsgi_test.TestHttpd) ... ok test_block (tests.zmq_test.TestBlockedThread) ... ok test_count (tests.zmq_test.TestQueueLock) ... ok test_errors (tests.zmq_test.TestQueueLock) ... ok test_nested_acquire (tests.zmq_test.TestQueueLock) ... ok test_queue_lock_order (tests.zmq_test.TestQueueLock) ... ok test_change_subscription (tests.zmq_test.TestUpstreamDownStream) ... ok test_close_during_recv (tests.zmq_test.TestUpstreamDownStream) ... ok Socket.close() must support linger argument. ... ok test_close_socket_raises_enotsup (tests.zmq_test.TestUpstreamDownStream) ... ok test_close_xsocket_raises_enotsup (tests.zmq_test.TestUpstreamDownStream) ... ok zmq eats CPU after PUB socket .bind() ... ok zmq eats CPU after PUB send or DEALER recv. ... ok test_getsockopt_events (tests.zmq_test.TestUpstreamDownStream) ... ok test_recv_during_send (tests.zmq_test.TestUpstreamDownStream) ... ok test_recv_multipart_bug68 (tests.zmq_test.TestUpstreamDownStream) ... ok test_recv_noblock_bug76 (tests.zmq_test.TestUpstreamDownStream) ... ok test_recv_spawned_before_send_is_non_blocking (tests.zmq_test.TestUpstreamDownStream) ... ok test_send_1k_pub_sub (tests.zmq_test.TestUpstreamDownStream) ... ok test_send_1k_push_pull (tests.zmq_test.TestUpstreamDownStream) ... ok test_send_1k_req_rep (tests.zmq_test.TestUpstreamDownStream) ... ok test_send_during_recv (tests.zmq_test.TestUpstreamDownStream) ... ok test_send_during_recv_multipart (tests.zmq_test.TestUpstreamDownStream) ... ok tests.zmq_test.test_recv_json_no_args ... ok tests.zmq_test.test_recv_timeout ... ok ---------------------------------------------------------------------- Ran 602 tests in 40.937s OK (SKIP=95) + exit 0 Processing files: python3-eventlet-0.26.0-2.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ZEu9vf + umask 022 + cd /builddir/build/BUILD + cd eventlet-0.26.0 + DOCDIR=/builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/share/doc/python3-eventlet + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/share/doc/python3-eventlet + cp -pr README.rst /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/share/doc/python3-eventlet + cp -pr AUTHORS /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/share/doc/python3-eventlet + cp -pr LICENSE /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/share/doc/python3-eventlet + cp -pr NEWS /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/share/doc/python3-eventlet + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.gTCkOM + umask 022 + cd /builddir/build/BUILD + cd eventlet-0.26.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/share/licenses/python3-eventlet + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/share/licenses/python3-eventlet + cp -pr LICENSE /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/share/licenses/python3-eventlet + exit 0 Provides: python3-eventlet = 0.26.0-2.el8 python3.6dist(eventlet) = 0.26.0 python3dist(eventlet) = 0.26.0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.6 python3.6dist(dnspython) >= 1.15.0 python3.6dist(greenlet) >= 0.3 python3.6dist(monotonic) >= 1.4 python3.6dist(six) >= 1.10.0 Processing files: python3-eventlet-doc-0.26.0-2.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Ls7XKN + umask 022 + cd /builddir/build/BUILD + cd eventlet-0.26.0 + DOCDIR=/builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/share/doc/python3-eventlet-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/share/doc/python3-eventlet-doc + cp -pr html-3 /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/share/doc/python3-eventlet-doc + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.dvBdsm + umask 022 + cd /builddir/build/BUILD + cd eventlet-0.26.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/share/licenses/python3-eventlet-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/share/licenses/python3-eventlet-doc + cp -pr LICENSE /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch/usr/share/licenses/python3-eventlet-doc + exit 0 Provides: python3-eventlet-doc = 0.26.0-2.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch Wrote: /builddir/build/RPMS/python3-eventlet-0.26.0-2.el8.noarch.rpm Wrote: /builddir/build/RPMS/python3-eventlet-doc-0.26.0-2.el8.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.oCX0kS + umask 022 + cd /builddir/build/BUILD + cd eventlet-0.26.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-eventlet-0.26.0-2.el8.noarch + exit 0 Child return code was: 0