Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1444372 Details for
Bug 1556279
python-uvloop: FTBFS in F28
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
build.log (text/plain), 40.62 KB, created by
Fedora Release Engineering
on 2018-05-28 22:12:31 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Fedora Release Engineering
Created:
2018-05-28 22:12:31 UTC
Size:
40.62 KB
patch
obsolete
>Mock Version: 1.3.4 >Mock Version: 1.3.4 >ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64 --nodeps /builddir/build/SPECS/python-uvloop.spec'], chrootPath='/var/lib/mock/f29-build-12553862-917938/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=<mockbuild.trace_decorator.getLog object at 0x7fffa9f31f60>timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) >Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64 --nodeps /builddir/build/SPECS/python-uvloop.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False >Building target platforms: ppc64 >Building for target ppc64 >Wrote: /builddir/build/SRPMS/python-uvloop-0.8.1-2.fc29.src.rpm >Child return code was: 0 >ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64 --nodeps /builddir/build/SPECS/python-uvloop.spec'], chrootPath='/var/lib/mock/f29-build-12553862-917938/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=<mockbuild.trace_decorator.getLog object at 0x7fffa9f31f60>timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) >Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64 --nodeps /builddir/build/SPECS/python-uvloop.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False >Building target platforms: ppc64 >Building for target ppc64 >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.5p2IQr >+ umask 022 >+ cd /builddir/build/BUILD >+ cd /builddir/build/BUILD >+ rm -rf uvloop-0.8.1 >+ /usr/bin/gzip -dc /builddir/build/SOURCES/uvloop-0.8.1.tar.gz >+ /usr/bin/tar -xof - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd uvloop-0.8.1 >+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ sed -i -e /self.cython_always/s/False/True/ setup.py >+ sed -i -e /self.use_system_libuv/s/False/True/ setup.py >+ sed -i -e /include_package_data=True/d setup.py >+ rm -vrf vendor/ >removed directory 'vendor/libuv' >removed directory 'vendor/' >+ exit 0 >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.2kUru7 >+ umask 022 >+ cd /builddir/build/BUILD >+ cd uvloop-0.8.1 >+ 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 -fasynchronous-unwind-tables -fstack-clash-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.linux-ppc64-3.6 >creating build/lib.linux-ppc64-3.6/uvloop >copying uvloop/__init__.py -> build/lib.linux-ppc64-3.6/uvloop >copying uvloop/_patch.py -> build/lib.linux-ppc64-3.6/uvloop >copying uvloop/_testbase.py -> build/lib.linux-ppc64-3.6/uvloop >copying uvloop/_noop.py -> build/lib.linux-ppc64-3.6/uvloop >running build_ext >uvloop/loop.pyx: cannot find cimported module '.includes' >uvloop/loop.pxd: cannot find cimported module '.includes' >Compiling uvloop/loop.pyx because it changed. >[1/1] Cythonizing uvloop/loop.pyx >building 'uvloop.loop' extension >creating build/temp.linux-ppc64-3.6 >creating build/temp.linux-ppc64-3.6/uvloop >gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -funwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.6m -c uvloop/loop.c -o build/temp.linux-ppc64-3.6/uvloop/loop.o -O2 >gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -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 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-ppc64-3.6/uvloop/loop.o -L/usr/lib64 -lpython3.6m -luv -lrt -o build/lib.linux-ppc64-3.6/uvloop/loop.cpython-36m-ppc64-linux-gnu.so >+ sleep 1 >+ exit 0 >Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.sntzwo >+ umask 022 >+ cd /builddir/build/BUILD >+ '[' /builddir/build/BUILDROOT/python-uvloop-0.8.1-2.fc29.ppc64 '!=' / ']' >+ rm -rf /builddir/build/BUILDROOT/python-uvloop-0.8.1-2.fc29.ppc64 >++ dirname /builddir/build/BUILDROOT/python-uvloop-0.8.1-2.fc29.ppc64 >+ mkdir -p /builddir/build/BUILDROOT >+ mkdir /builddir/build/BUILDROOT/python-uvloop-0.8.1-2.fc29.ppc64 >+ cd uvloop-0.8.1 >+ 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 -fasynchronous-unwind-tables -fstack-clash-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-uvloop-0.8.1-2.fc29.ppc64 >running install >running install_lib >creating /builddir/build/BUILDROOT/python-uvloop-0.8.1-2.fc29.ppc64/usr >creating /builddir/build/BUILDROOT/python-uvloop-0.8.1-2.fc29.ppc64/usr/lib64 >creating /builddir/build/BUILDROOT/python-uvloop-0.8.1-2.fc29.ppc64/usr/lib64/python3.6 >creating /builddir/build/BUILDROOT/python-uvloop-0.8.1-2.fc29.ppc64/usr/lib64/python3.6/site-packages >creating /builddir/build/BUILDROOT/python-uvloop-0.8.1-2.fc29.ppc64/usr/lib64/python3.6/site-packages/uvloop >copying build/lib.linux-ppc64-3.6/uvloop/__init__.py -> /builddir/build/BUILDROOT/python-uvloop-0.8.1-2.fc29.ppc64/usr/lib64/python3.6/site-packages/uvloop >copying build/lib.linux-ppc64-3.6/uvloop/_patch.py -> /builddir/build/BUILDROOT/python-uvloop-0.8.1-2.fc29.ppc64/usr/lib64/python3.6/site-packages/uvloop >copying build/lib.linux-ppc64-3.6/uvloop/_testbase.py -> /builddir/build/BUILDROOT/python-uvloop-0.8.1-2.fc29.ppc64/usr/lib64/python3.6/site-packages/uvloop >copying build/lib.linux-ppc64-3.6/uvloop/loop.cpython-36m-ppc64-linux-gnu.so -> /builddir/build/BUILDROOT/python-uvloop-0.8.1-2.fc29.ppc64/usr/lib64/python3.6/site-packages/uvloop >copying build/lib.linux-ppc64-3.6/uvloop/_noop.py -> /builddir/build/BUILDROOT/python-uvloop-0.8.1-2.fc29.ppc64/usr/lib64/python3.6/site-packages/uvloop >byte-compiling /builddir/build/BUILDROOT/python-uvloop-0.8.1-2.fc29.ppc64/usr/lib64/python3.6/site-packages/uvloop/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-uvloop-0.8.1-2.fc29.ppc64/usr/lib64/python3.6/site-packages/uvloop/_patch.py to _patch.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-uvloop-0.8.1-2.fc29.ppc64/usr/lib64/python3.6/site-packages/uvloop/_testbase.py to _testbase.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-uvloop-0.8.1-2.fc29.ppc64/usr/lib64/python3.6/site-packages/uvloop/_noop.py to _noop.cpython-36.pyc >writing byte-compilation script '/tmp/tmpasja3tuu.py' >/usr/bin/python3 /tmp/tmpasja3tuu.py >removing /tmp/tmpasja3tuu.py >running install_egg_info >running egg_info >creating uvloop.egg-info >writing uvloop.egg-info/PKG-INFO >writing dependency_links to uvloop.egg-info/dependency_links.txt >writing top-level names to uvloop.egg-info/top_level.txt >writing manifest file 'uvloop.egg-info/SOURCES.txt' >uvloop/loop.pyx: cannot find cimported module '.includes' >uvloop/loop.pxd: cannot find cimported module '.includes' >reading manifest file 'uvloop.egg-info/SOURCES.txt' >reading manifest template 'MANIFEST.in' >warning: no files found matching '*' under directory 'vendor/libuv' >warning: no previously-included files matching '*' found under directory 'vendor/libuv/.git' >warning: no previously-included files matching '*' found under directory 'vendor/libuv/docs' >warning: no previously-included files matching '*' found under directory 'vendor/libuv/img' >writing manifest file 'uvloop.egg-info/SOURCES.txt' >Copying uvloop.egg-info to /builddir/build/BUILDROOT/python-uvloop-0.8.1-2.fc29.ppc64/usr/lib64/python3.6/site-packages/uvloop-0.8.1-py3.6.egg-info >running install_scripts >+ rm -vf /builddir/build/BUILDROOT/python-uvloop-0.8.1-2.fc29.ppc64/usr/lib64/python3.6/site-packages/uvloop/_testbase.py >removed '/builddir/build/BUILDROOT/python-uvloop-0.8.1-2.fc29.ppc64/usr/lib64/python3.6/site-packages/uvloop/_testbase.py' >+ rm -vf /builddir/build/BUILDROOT/python-uvloop-0.8.1-2.fc29.ppc64/usr/lib64/python3.6/site-packages/uvloop/__pycache__/_testbase.cpython-36.opt-1.pyc /builddir/build/BUILDROOT/python-uvloop-0.8.1-2.fc29.ppc64/usr/lib64/python3.6/site-packages/uvloop/__pycache__/_testbase.cpython-36.pyc >removed '/builddir/build/BUILDROOT/python-uvloop-0.8.1-2.fc29.ppc64/usr/lib64/python3.6/site-packages/uvloop/__pycache__/_testbase.cpython-36.opt-1.pyc' >removed '/builddir/build/BUILDROOT/python-uvloop-0.8.1-2.fc29.ppc64/usr/lib64/python3.6/site-packages/uvloop/__pycache__/_testbase.cpython-36.pyc' >+ /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.8.1-2.fc29 --unique-debug-suffix -0.8.1-2.fc29.ppc64 --unique-debug-src-base python-uvloop-0.8.1-2.fc29.ppc64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/uvloop-0.8.1 >extracting debug info from /builddir/build/BUILDROOT/python-uvloop-0.8.1-2.fc29.ppc64/usr/lib64/python3.6/site-packages/uvloop/loop.cpython-36m-ppc64-linux-gnu.so >/usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. >11531 blocks >+ /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 /usr/bin/python 1 >Bytecompiling .py files below /builddir/build/BUILDROOT/python-uvloop-0.8.1-2.fc29.ppc64/usr/lib64/python3.6 using /usr/bin/python3.6 >Bytecompiling .py files below /builddir/build/BUILDROOT/python-uvloop-0.8.1-2.fc29.ppc64/usr/lib/debug/usr/lib64/python3.6 using /usr/bin/python3.6 >+ /usr/lib/rpm/brp-python-hardlink >+ /usr/lib/rpm/redhat/brp-mangle-shebangs >Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.m2FIlH >+ umask 022 >+ cd /builddir/build/BUILD >+ cd uvloop-0.8.1 >+ /usr/bin/python3 setup.py test >running test >running egg_info >writing uvloop.egg-info/PKG-INFO >writing dependency_links to uvloop.egg-info/dependency_links.txt >writing top-level names to uvloop.egg-info/top_level.txt >uvloop/loop.pyx: cannot find cimported module '.includes' >uvloop/loop.pxd: cannot find cimported module '.includes' >reading manifest file 'uvloop.egg-info/SOURCES.txt' >reading manifest template 'MANIFEST.in' >warning: no files found matching '*' under directory 'vendor/libuv' >warning: no previously-included files matching '*' found under directory 'vendor/libuv/.git' >warning: no previously-included files matching '*' found under directory 'vendor/libuv/docs' >warning: no previously-included files matching '*' found under directory 'vendor/libuv/img' >writing manifest file 'uvloop.egg-info/SOURCES.txt' >running build_ext >copying build/lib.linux-ppc64-3.6/uvloop/loop.cpython-36m-ppc64-linux-gnu.so -> uvloop >test_aiohttp_basic_1 (test_aiohttp.Test_AIO_AioHTTP) ... skipped 'no aiohttp module' >test_aiohttp_basic_1 (test_aiohttp.Test_UV_AioHTTP) ... skipped 'no aiohttp module' >test_call_at (test_base.TestBaseAIO) ... ok >test_call_later_1 (test_base.TestBaseAIO) ... ok >test_call_later_2 (test_base.TestBaseAIO) ... ok >test_call_later_negative (test_base.TestBaseAIO) ... ok >test_call_soon (test_base.TestBaseAIO) ... ok >test_call_soon_base_exc (test_base.TestBaseAIO) ... ok >test_calls_debug_reporting (test_base.TestBaseAIO) ... ok >test_check_thread (test_base.TestBaseAIO) ... ok >test_close (test_base.TestBaseAIO) ... ok >test_debug_slow_callbacks (test_base.TestBaseAIO) ... ok >test_debug_slow_timer_callbacks (test_base.TestBaseAIO) ... ok >test_default_exc_handler_broken (test_base.TestBaseAIO) ... ok >test_default_exc_handler_callback (test_base.TestBaseAIO) ... ok >test_handle_weakref (test_base.TestBaseAIO) ... ok >test_now_update (test_base.TestBaseAIO) ... ok >test_run_once_in_executor_plain (test_base.TestBaseAIO) ... ok >test_run_until_complete_error (test_base.TestBaseAIO) ... ok >test_run_until_complete_loop (test_base.TestBaseAIO) ... ok >test_run_until_complete_type_error (test_base.TestBaseAIO) ... ok >test_set_debug (test_base.TestBaseAIO) ... ok >test_set_exc_handler_broken (test_base.TestBaseAIO) ... ok >test_set_exc_handler_custom (test_base.TestBaseAIO) ... ok >test_set_task_factory (test_base.TestBaseAIO) ... ok >test_set_task_factory_invalid (test_base.TestBaseAIO) ... ok >test_shutdown_asyncgens_01 (test_base.TestBaseAIO) ... ok >test_shutdown_asyncgens_02 (test_base.TestBaseAIO) ... ok >test_shutdown_asyncgens_03 (test_base.TestBaseAIO) ... ok >test_call_at (test_base.TestBaseUV) ... ok >test_call_later_1 (test_base.TestBaseUV) ... ok >test_call_later_2 (test_base.TestBaseUV) ... ok >test_call_later_negative (test_base.TestBaseUV) ... ok >test_call_soon (test_base.TestBaseUV) ... ok >test_call_soon_base_exc (test_base.TestBaseUV) ... ok >test_calls_debug_reporting (test_base.TestBaseUV) ... ok >test_check_thread (test_base.TestBaseUV) ... ok >test_close (test_base.TestBaseUV) ... ok >test_debug_slow_callbacks (test_base.TestBaseUV) ... ok >test_debug_slow_timer_callbacks (test_base.TestBaseUV) ... ok >test_default_exc_handler_broken (test_base.TestBaseUV) ... ok >test_default_exc_handler_callback (test_base.TestBaseUV) ... ok >test_handle_weakref (test_base.TestBaseUV) ... ok >test_loop_create_future (test_base.TestBaseUV) ... ok >test_loop_std_files_cloexec (test_base.TestBaseUV) ... ok >test_now_update (test_base.TestBaseUV) ... ok >test_run_once_in_executor_plain (test_base.TestBaseUV) ... ok >test_run_until_complete_error (test_base.TestBaseUV) ... ok >test_run_until_complete_loop (test_base.TestBaseUV) ... ok >test_run_until_complete_type_error (test_base.TestBaseUV) ... ok >test_set_debug (test_base.TestBaseUV) ... ok >test_set_exc_handler_broken (test_base.TestBaseUV) ... ok >test_set_exc_handler_custom (test_base.TestBaseUV) ... ok >test_set_task_factory (test_base.TestBaseUV) ... ok >test_set_task_factory_invalid (test_base.TestBaseUV) ... ok >test_shutdown_asyncgens_01 (test_base.TestBaseUV) ... ok >test_shutdown_asyncgens_02 (test_base.TestBaseUV) ... ok >test_shutdown_asyncgens_03 (test_base.TestBaseUV) ... ok >test_get_event_loop_returns_running_loop (test_base.TestPolicy) ... ok >test_running_loop_within_a_loop (test_base.TestPolicy) ... ok >test_uvloop_policy (test_base.TestPolicy) ... ok >test_cython_coro_is_coroutine (test_cython.TestCythonIntegration) ... FAIL >/usr/lib64/python3.6/unittest/case.py:650: RuntimeWarning: coroutine '_test_coroutine_1' was never awaited > outcome.errors.clear() >test_getaddrinfo_1 (test_dns.Test_AIO_DNS) ... ok >test_getaddrinfo_10 (test_dns.Test_AIO_DNS) ... ok >test_getaddrinfo_11 (test_dns.Test_AIO_DNS) ... ok >test_getaddrinfo_12 (test_dns.Test_AIO_DNS) ... ok >test_getaddrinfo_13 (test_dns.Test_AIO_DNS) ... ok >test_getaddrinfo_14 (test_dns.Test_AIO_DNS) ... ok >test_getaddrinfo_15 (test_dns.Test_AIO_DNS) ... ok >test_getaddrinfo_16 (test_dns.Test_AIO_DNS) ... ok >test_getaddrinfo_17 (test_dns.Test_AIO_DNS) ... ok >test_getaddrinfo_18 (test_dns.Test_AIO_DNS) ... ok >test_getaddrinfo_19 (test_dns.Test_AIO_DNS) ... ok >test_getaddrinfo_2 (test_dns.Test_AIO_DNS) ... ok >test_getaddrinfo_20 (test_dns.Test_AIO_DNS) ... ok >test_getaddrinfo_3 (test_dns.Test_AIO_DNS) ... ok >test_getaddrinfo_4 (test_dns.Test_AIO_DNS) ... ok >test_getaddrinfo_5 (test_dns.Test_AIO_DNS) ... ok >test_getaddrinfo_6 (test_dns.Test_AIO_DNS) ... ok >test_getaddrinfo_7 (test_dns.Test_AIO_DNS) ... ok >test_getaddrinfo_8 (test_dns.Test_AIO_DNS) ... ok >test_getaddrinfo_9 (test_dns.Test_AIO_DNS) ... ok >test_getnameinfo_1 (test_dns.Test_AIO_DNS) ... ok >test_getnameinfo_2 (test_dns.Test_AIO_DNS) ... ok >test_getnameinfo_3 (test_dns.Test_AIO_DNS) ... ok >test_getnameinfo_4 (test_dns.Test_AIO_DNS) ... ok >test_getnameinfo_5 (test_dns.Test_AIO_DNS) ... ok >test_getaddrinfo_1 (test_dns.Test_UV_DNS) ... ok >test_getaddrinfo_10 (test_dns.Test_UV_DNS) ... ok >test_getaddrinfo_11 (test_dns.Test_UV_DNS) ... ok >test_getaddrinfo_12 (test_dns.Test_UV_DNS) ... ok >test_getaddrinfo_13 (test_dns.Test_UV_DNS) ... ok >test_getaddrinfo_14 (test_dns.Test_UV_DNS) ... ok >test_getaddrinfo_15 (test_dns.Test_UV_DNS) ... ok >test_getaddrinfo_16 (test_dns.Test_UV_DNS) ... ok >test_getaddrinfo_17 (test_dns.Test_UV_DNS) ... ok >test_getaddrinfo_18 (test_dns.Test_UV_DNS) ... ok >test_getaddrinfo_19 (test_dns.Test_UV_DNS) ... ok >test_getaddrinfo_2 (test_dns.Test_UV_DNS) ... ok >test_getaddrinfo_20 (test_dns.Test_UV_DNS) ... ok >test_getaddrinfo_3 (test_dns.Test_UV_DNS) ... ok >test_getaddrinfo_4 (test_dns.Test_UV_DNS) ... ok >test_getaddrinfo_5 (test_dns.Test_UV_DNS) ... ok >test_getaddrinfo_6 (test_dns.Test_UV_DNS) ... ok >test_getaddrinfo_7 (test_dns.Test_UV_DNS) ... ok >test_getaddrinfo_8 (test_dns.Test_UV_DNS) ... ok >test_getaddrinfo_9 (test_dns.Test_UV_DNS) ... ok >test_getaddrinfo_close_loop (test_dns.Test_UV_DNS) ... skipped '' >test_getnameinfo_1 (test_dns.Test_UV_DNS) ... ok >test_getnameinfo_2 (test_dns.Test_UV_DNS) ... ok >test_getnameinfo_3 (test_dns.Test_UV_DNS) ... ok >test_getnameinfo_4 (test_dns.Test_UV_DNS) ... ok >test_getnameinfo_5 (test_dns.Test_UV_DNS) ... ok >test_executors_process_pool_01 (test_executors.TestAIOExecutors) ... ok >test_executors_process_pool_02 (test_executors.TestAIOExecutors) ... ok >test_executors_process_pool_01 (test_executors.TestUVExecutors) ... ok >test_executors_process_pool_02 (test_executors.TestUVExecutors) ... ok >test_future_cancel (test_futures.Test_AIO_Futures) ... ok >test_future_copy_state (test_futures.Test_AIO_Futures) ... ok >test_future_exception (test_futures.Test_AIO_Futures) ... ok >test_future_exception_class (test_futures.Test_AIO_Futures) ... ok >test_future_exception_never_retrieved (test_futures.Test_AIO_Futures) ... ok >test_future_exception_never_retrieved_debug (test_futures.Test_AIO_Futures) ... ok >test_future_initial_state (test_futures.Test_AIO_Futures) ... ok >test_future_repr (test_futures.Test_AIO_Futures) ... ok >test_future_result (test_futures.Test_AIO_Futures) ... ok >test_future_source_traceback (test_futures.Test_AIO_Futures) ... ok >test_future_tb_logger_abandoned (test_futures.Test_AIO_Futures) ... ok >test_future_tb_logger_result_retrieved (test_futures.Test_AIO_Futures) ... ok >test_future_tb_logger_result_unretrieved (test_futures.Test_AIO_Futures) ... ok >test_future_wrap_future (test_futures.Test_AIO_Futures) ... ok >test_future_wrap_future_cancel (test_futures.Test_AIO_Futures) ... ok >test_future_wrap_future_cancel2 (test_futures.Test_AIO_Futures) ... ok >test_future_wrap_future_future (test_futures.Test_AIO_Futures) ... ok >test_future_wrap_future_use_global_loop (test_futures.Test_AIO_Futures) ... ok >test_future_yield_from_twice (test_futures.Test_AIO_Futures) ... ok >test_future_callbacks_invoked_on_set_exception (test_futures.Test_AIO_FuturesCallbacks) ... ok >test_future_callbacks_invoked_on_set_result (test_futures.Test_AIO_FuturesCallbacks) ... ok >test_future_remove_done_callback (test_futures.Test_AIO_FuturesCallbacks) ... ok >test_future_cancel (test_futures.Test_UV_AIO_Futures) ... ok >test_future_copy_state (test_futures.Test_UV_AIO_Futures) ... ok >test_future_exception (test_futures.Test_UV_AIO_Futures) ... ok >test_future_exception_class (test_futures.Test_UV_AIO_Futures) ... ok >test_future_exception_never_retrieved (test_futures.Test_UV_AIO_Futures) ... ok >test_future_exception_never_retrieved_debug (test_futures.Test_UV_AIO_Futures) ... ok >test_future_initial_state (test_futures.Test_UV_AIO_Futures) ... ok >test_future_repr (test_futures.Test_UV_AIO_Futures) ... ok >test_future_result (test_futures.Test_UV_AIO_Futures) ... ok >test_future_source_traceback (test_futures.Test_UV_AIO_Futures) ... ok >test_future_tb_logger_abandoned (test_futures.Test_UV_AIO_Futures) ... ok >test_future_tb_logger_result_retrieved (test_futures.Test_UV_AIO_Futures) ... ok >test_future_tb_logger_result_unretrieved (test_futures.Test_UV_AIO_Futures) ... ok >test_future_wrap_future (test_futures.Test_UV_AIO_Futures) ... ok >test_future_wrap_future_cancel (test_futures.Test_UV_AIO_Futures) ... ok >test_future_wrap_future_cancel2 (test_futures.Test_UV_AIO_Futures) ... ok >test_future_wrap_future_future (test_futures.Test_UV_AIO_Futures) ... ok >test_future_wrap_future_use_global_loop (test_futures.Test_UV_AIO_Futures) ... ok >test_future_yield_from_twice (test_futures.Test_UV_AIO_Futures) ... ok >test_future_callbacks_invoked_on_set_exception (test_futures.Test_UV_AIO_FuturesCallbacks) ... ok >test_future_callbacks_invoked_on_set_result (test_futures.Test_UV_AIO_FuturesCallbacks) ... ok >test_future_remove_done_callback (test_futures.Test_UV_AIO_FuturesCallbacks) ... ok >test_future_cancel (test_futures.Test_UV_UV_Future) ... ok >test_future_copy_state (test_futures.Test_UV_UV_Future) ... ok >test_future_exception (test_futures.Test_UV_UV_Future) ... ok >test_future_exception_class (test_futures.Test_UV_UV_Future) ... ok >test_future_exception_never_retrieved (test_futures.Test_UV_UV_Future) ... ok >test_future_exception_never_retrieved_debug (test_futures.Test_UV_UV_Future) ... ok >test_future_initial_state (test_futures.Test_UV_UV_Future) ... ok >test_future_repr (test_futures.Test_UV_UV_Future) ... ok >test_future_result (test_futures.Test_UV_UV_Future) ... ok >test_future_source_traceback (test_futures.Test_UV_UV_Future) ... ok >test_future_tb_logger_abandoned (test_futures.Test_UV_UV_Future) ... ok >test_future_tb_logger_result_retrieved (test_futures.Test_UV_UV_Future) ... ok >test_future_tb_logger_result_unretrieved (test_futures.Test_UV_UV_Future) ... ok >test_future_wrap_future (test_futures.Test_UV_UV_Future) ... ok >test_future_wrap_future_cancel (test_futures.Test_UV_UV_Future) ... ok >test_future_wrap_future_cancel2 (test_futures.Test_UV_UV_Future) ... ok >test_future_wrap_future_future (test_futures.Test_UV_UV_Future) ... ok >test_future_wrap_future_use_global_loop (test_futures.Test_UV_UV_Future) ... ok >test_future_yield_from_twice (test_futures.Test_UV_UV_Future) ... ok >test_future_callbacks_invoked_on_set_exception (test_futures.Test_UV_UV_FuturesCallbacks) ... ok >test_future_callbacks_invoked_on_set_result (test_futures.Test_UV_UV_FuturesCallbacks) ... ok >test_future_remove_done_callback (test_futures.Test_UV_UV_FuturesCallbacks) ... ok >test_future_cancel (test_futures.Test_UV_UV_create_future) ... ok >test_future_copy_state (test_futures.Test_UV_UV_create_future) ... ok >test_future_exception (test_futures.Test_UV_UV_create_future) ... ok >test_future_exception_class (test_futures.Test_UV_UV_create_future) ... ok >test_future_exception_never_retrieved (test_futures.Test_UV_UV_create_future) ... ok >test_future_exception_never_retrieved_debug (test_futures.Test_UV_UV_create_future) ... ok >test_future_initial_state (test_futures.Test_UV_UV_create_future) ... ok >test_future_repr (test_futures.Test_UV_UV_create_future) ... ok >test_future_result (test_futures.Test_UV_UV_create_future) ... ok >test_future_source_traceback (test_futures.Test_UV_UV_create_future) ... ok >test_future_tb_logger_abandoned (test_futures.Test_UV_UV_create_future) ... ok >test_future_tb_logger_result_retrieved (test_futures.Test_UV_UV_create_future) ... ok >test_future_tb_logger_result_unretrieved (test_futures.Test_UV_UV_create_future) ... ok >test_future_wrap_future (test_futures.Test_UV_UV_create_future) ... ok >test_future_wrap_future_cancel (test_futures.Test_UV_UV_create_future) ... ok >test_future_wrap_future_cancel2 (test_futures.Test_UV_UV_create_future) ... ok >test_future_wrap_future_future (test_futures.Test_UV_UV_create_future) ... ok >test_future_wrap_future_use_global_loop (test_futures.Test_UV_UV_create_future) ... ok >test_future_yield_from_twice (test_futures.Test_UV_UV_create_future) ... ok >test_read_pipe (test_pipes.Test_AIO_Pipes) ... ok >test_read_pty_output (test_pipes.Test_AIO_Pipes) ... ok >test_write_pipe (test_pipes.Test_AIO_Pipes) ... ok >test_write_pipe_disconnect_on_close (test_pipes.Test_AIO_Pipes) ... ok >test_write_pty (test_pipes.Test_AIO_Pipes) ... ok >test_read_pipe (test_pipes.Test_UV_Pipes) ... ok >test_read_pty_output (test_pipes.Test_UV_Pipes) ... ok >test_write_pipe (test_pipes.Test_UV_Pipes) ... ok >test_write_pipe_disconnect_on_close (test_pipes.Test_UV_Pipes) ... ok >test_write_pty (test_pipes.Test_UV_Pipes) ... ok >test_cancel_make_subprocess_transport_exec (test_process.TestAsyncio_AIO_Process) ... ok >test_cancel_post_init (test_process.TestAsyncio_AIO_Process) ... ok >test_cancel_process_wait (test_process.TestAsyncio_AIO_Process) ... ok >test_communicate (test_process.TestAsyncio_AIO_Process) ... ok >test_kill (test_process.TestAsyncio_AIO_Process) ... ok >test_send_signal (test_process.TestAsyncio_AIO_Process) ... ok >test_shell (test_process.TestAsyncio_AIO_Process) ... ok >test_start_new_session (test_process.TestAsyncio_AIO_Process) ... ok >test_stdin_not_inheritable (test_process.TestAsyncio_AIO_Process) ... ok >test_stdin_stdout (test_process.TestAsyncio_AIO_Process) ... ok >test_terminate (test_process.TestAsyncio_AIO_Process) ... ok >test_cancel_make_subprocess_transport_exec (test_process.TestAsyncio_UV_Process) ... ok >test_cancel_post_init (test_process.TestAsyncio_UV_Process) ... ok >test_cancel_process_wait (test_process.TestAsyncio_UV_Process) ... ok >test_communicate (test_process.TestAsyncio_UV_Process) ... ok >test_kill (test_process.TestAsyncio_UV_Process) ... ok >test_send_signal (test_process.TestAsyncio_UV_Process) ... ok >test_shell (test_process.TestAsyncio_UV_Process) ... ok >test_start_new_session (test_process.TestAsyncio_UV_Process) ... ok >test_stdin_not_inheritable (test_process.TestAsyncio_UV_Process) ... ok >test_stdin_stdout (test_process.TestAsyncio_UV_Process) ... ok >test_terminate (test_process.TestAsyncio_UV_Process) ... ok >test_process_cwd_1 (test_process.Test_AIO_Process) ... ok >test_process_env_1 (test_process.Test_AIO_Process) ... ok >test_process_executable_1 (test_process.Test_AIO_Process) ... ok >test_process_pid_1 (test_process.Test_AIO_Process) ... ok >test_process_preexec_fn_1 (test_process.Test_AIO_Process) ... ok >test_process_preexec_fn_2 (test_process.Test_AIO_Process) ... ok >test_process_send_signal_1 (test_process.Test_AIO_Process) ... ok >test_process_streams_basic_1 (test_process.Test_AIO_Process) ... ok >test_process_streams_devnull (test_process.Test_AIO_Process) ... ok >test_process_streams_pass_fds (test_process.Test_AIO_Process) ... ok >test_process_streams_stderr_to_stdout (test_process.Test_AIO_Process) ... ok >test_process_cwd_1 (test_process.Test_UV_Process) ... ok >test_process_env_1 (test_process.Test_UV_Process) ... ok >test_process_executable_1 (test_process.Test_UV_Process) ... ok >test_process_lated_stdio_init (test_process.Test_UV_Process) ... ok >test_process_pid_1 (test_process.Test_UV_Process) ... ok >test_process_preexec_fn_1 (test_process.Test_UV_Process) ... ok >test_process_preexec_fn_2 (test_process.Test_UV_Process) ... ok >test_process_send_signal_1 (test_process.Test_UV_Process) ... ok >test_process_streams_basic_1 (test_process.Test_UV_Process) ... ok >test_process_streams_devnull (test_process.Test_UV_Process) ... ok >test_process_streams_pass_fds (test_process.Test_UV_Process) ... ok >test_process_streams_redirect (test_process.Test_UV_Process) ... ok >test_process_streams_stderr_to_stdout (test_process.Test_UV_Process) ... ok >test_signals_and_custom_handler_1 (test_signals.Test_AIO_Signals) ... ok >test_signals_coro_callback (test_signals.Test_AIO_Signals) ... ok >test_signals_invalid_signal (test_signals.Test_AIO_Signals) ... ok >test_signals_sigint_and_custom_handler (test_signals.Test_AIO_Signals) ... ok >test_signals_sigint_pycode_continue (test_signals.Test_AIO_Signals) ... ok >test_signals_sigint_pycode_stop (test_signals.Test_AIO_Signals) ... ok >test_signals_sigint_uvcode (test_signals.Test_AIO_Signals) ... ok >test_signals_and_custom_handler_1 (test_signals.Test_UV_Signals) ... ok >test_signals_coro_callback (test_signals.Test_UV_Signals) ... ok >test_signals_invalid_signal (test_signals.Test_UV_Signals) ... ok >test_signals_sigint_and_custom_handler (test_signals.Test_UV_Signals) ... ok >test_signals_sigint_pycode_continue (test_signals.Test_UV_Signals) ... ok >test_signals_sigint_pycode_stop (test_signals.Test_UV_Signals) ... ok >test_signals_sigint_uvcode (test_signals.Test_UV_Signals) ... ok >test_socket_accept_recv_send (test_sockets.TestAIOSockets) ... ok >test_socket_blocking_error (test_sockets.TestAIOSockets) ... ok >test_socket_connect_recv_send (test_sockets.TestAIOSockets) ... ok >test_socket_failed_connect (test_sockets.TestAIOSockets) ... ok >test_socket_accept_recv_send (test_sockets.TestUVSockets) ... ok >test_socket_blocking_error (test_sockets.TestUVSockets) ... ok >test_socket_connect_recv_send (test_sockets.TestUVSockets) ... ok >test_socket_failed_connect (test_sockets.TestUVSockets) ... ok >test_socket_sync_remove (test_sockets.TestUVSockets) ... ok >test_task_basics (test_tasks.Test_AIO_Tasks) ... ok >test_task_cancel_both_task_and_inner_future (test_tasks.Test_AIO_Tasks) ... ok >test_task_cancel_current_task (test_tasks.Test_AIO_Tasks) ... ok >test_task_cancel_inner_future (test_tasks.Test_AIO_Tasks) ... ok >test_task_cancel_task_catching (test_tasks.Test_AIO_Tasks) ... ok >test_task_cancel_task_ignoring (test_tasks.Test_AIO_Tasks) ... ok >test_task_cancel_yield (test_tasks.Test_AIO_Tasks) ... ok >test_task_current_task (test_tasks.Test_AIO_Tasks) ... ok >test_task_current_task_with_interleaving_tasks (test_tasks.Test_AIO_Tasks) ... ok >test_task_repr (test_tasks.Test_AIO_Tasks) ... ok >test_task_step_result (test_tasks.Test_AIO_Tasks) ... ok >test_task_step_result_future (test_tasks.Test_AIO_Tasks) ... ok >test_task_step_with_baseexception (test_tasks.Test_AIO_Tasks) ... ok >test_task_yield_future_passes_cancel (test_tasks.Test_AIO_Tasks) ... ok >test_task_yield_vs_yield_from (test_tasks.Test_AIO_Tasks) ... ok >test_task_yield_wait_does_not_shield_cancel (test_tasks.Test_AIO_Tasks) ... ok >test_task_basics (test_tasks.Test_UV_AIO_Tasks) ... ok >test_task_cancel_both_task_and_inner_future (test_tasks.Test_UV_AIO_Tasks) ... ok >test_task_cancel_current_task (test_tasks.Test_UV_AIO_Tasks) ... ok >test_task_cancel_inner_future (test_tasks.Test_UV_AIO_Tasks) ... ok >test_task_cancel_task_catching (test_tasks.Test_UV_AIO_Tasks) ... ok >test_task_cancel_task_ignoring (test_tasks.Test_UV_AIO_Tasks) ... ok >test_task_cancel_yield (test_tasks.Test_UV_AIO_Tasks) ... ok >test_task_current_task (test_tasks.Test_UV_AIO_Tasks) ... ok >test_task_current_task_with_interleaving_tasks (test_tasks.Test_UV_AIO_Tasks) ... ok >test_task_repr (test_tasks.Test_UV_AIO_Tasks) ... ok >test_task_step_result (test_tasks.Test_UV_AIO_Tasks) ... ok >test_task_step_result_future (test_tasks.Test_UV_AIO_Tasks) ... ok >test_task_step_with_baseexception (test_tasks.Test_UV_AIO_Tasks) ... ok >test_task_yield_future_passes_cancel (test_tasks.Test_UV_AIO_Tasks) ... ok >test_task_yield_vs_yield_from (test_tasks.Test_UV_AIO_Tasks) ... ok >test_task_yield_wait_does_not_shield_cancel (test_tasks.Test_UV_AIO_Tasks) ... ok >test_task_basics (test_tasks.Test_UV_UV_Tasks) ... ok >test_task_cancel_both_task_and_inner_future (test_tasks.Test_UV_UV_Tasks) ... ok >test_task_cancel_current_task (test_tasks.Test_UV_UV_Tasks) ... ok >test_task_cancel_inner_future (test_tasks.Test_UV_UV_Tasks) ... ok >test_task_cancel_task_catching (test_tasks.Test_UV_UV_Tasks) ... ok >test_task_cancel_task_ignoring (test_tasks.Test_UV_UV_Tasks) ... ok >test_task_cancel_yield (test_tasks.Test_UV_UV_Tasks) ... ok >test_task_current_task (test_tasks.Test_UV_UV_Tasks) ... ok >test_task_current_task_with_interleaving_tasks (test_tasks.Test_UV_UV_Tasks) ... ok >test_task_repr (test_tasks.Test_UV_UV_Tasks) ... ok >test_task_step_result (test_tasks.Test_UV_UV_Tasks) ... ok >test_task_step_result_future (test_tasks.Test_UV_UV_Tasks) ... ok >test_task_step_with_baseexception (test_tasks.Test_UV_UV_Tasks) ... ok >test_task_yield_future_passes_cancel (test_tasks.Test_UV_UV_Tasks) ... ok >test_task_yield_vs_yield_from (test_tasks.Test_UV_UV_Tasks) ... ok >test_task_yield_wait_does_not_shield_cancel (test_tasks.Test_UV_UV_Tasks) ... ok >test_task_basics (test_tasks.Test_UV_UV_Tasks_AIO_Future) ... ok >test_task_cancel_both_task_and_inner_future (test_tasks.Test_UV_UV_Tasks_AIO_Future) ... ok >test_task_cancel_current_task (test_tasks.Test_UV_UV_Tasks_AIO_Future) ... ok >test_task_cancel_inner_future (test_tasks.Test_UV_UV_Tasks_AIO_Future) ... ok >test_task_cancel_task_catching (test_tasks.Test_UV_UV_Tasks_AIO_Future) ... ok >test_task_cancel_task_ignoring (test_tasks.Test_UV_UV_Tasks_AIO_Future) ... ok >test_task_cancel_yield (test_tasks.Test_UV_UV_Tasks_AIO_Future) ... ok >test_task_current_task (test_tasks.Test_UV_UV_Tasks_AIO_Future) ... ok >test_task_current_task_with_interleaving_tasks (test_tasks.Test_UV_UV_Tasks_AIO_Future) ... ok >test_task_repr (test_tasks.Test_UV_UV_Tasks_AIO_Future) ... ok >test_task_step_result (test_tasks.Test_UV_UV_Tasks_AIO_Future) ... ok >test_task_step_result_future (test_tasks.Test_UV_UV_Tasks_AIO_Future) ... ok >test_task_step_with_baseexception (test_tasks.Test_UV_UV_Tasks_AIO_Future) ... ok >test_task_yield_future_passes_cancel (test_tasks.Test_UV_UV_Tasks_AIO_Future) ... ok >test_task_yield_vs_yield_from (test_tasks.Test_UV_UV_Tasks_AIO_Future) ... ok >test_task_yield_wait_does_not_shield_cancel (test_tasks.Test_UV_UV_Tasks_AIO_Future) ... ok >test_create_connection_1 (test_tcp.Test_AIO_TCP) ... ok >test_create_connection_2 (test_tcp.Test_AIO_TCP) ... ok >test_create_connection_3 (test_tcp.Test_AIO_TCP) ... ok >test_create_connection_4 (test_tcp.Test_AIO_TCP) ... ok >test_create_server_1 (test_tcp.Test_AIO_TCP) ... ok >test_create_server_2 (test_tcp.Test_AIO_TCP) ... ok >test_create_server_3 (test_tcp.Test_AIO_TCP) >check ephemeral port can be used ... ok >test_create_server_4 (test_tcp.Test_AIO_TCP) ... ok >test_create_server_5 (test_tcp.Test_AIO_TCP) ... ok >test_create_server_6 (test_tcp.Test_AIO_TCP) ... ok >test_tcp_handle_exception_in_connection_made (test_tcp.Test_AIO_TCP) ... ok >test_transport_shutdown (test_tcp.Test_AIO_TCP) ... ok >test_create_connection_ssl_1 (test_tcp.Test_AIO_TCPSSL) ... ok >test_create_server_ssl_1 (test_tcp.Test_AIO_TCPSSL) ... ok >test_connect_accepted_socket (test_tcp.Test_UV_TCP) ... ok >test_create_connection_1 (test_tcp.Test_UV_TCP) ... ok >test_create_connection_2 (test_tcp.Test_UV_TCP) ... ok >test_create_connection_3 (test_tcp.Test_UV_TCP) ... ok >test_create_connection_4 (test_tcp.Test_UV_TCP) ... ok >test_create_connection_wrong_sock (test_tcp.Test_UV_TCP) ... ok >test_create_server_1 (test_tcp.Test_UV_TCP) ... ok >test_create_server_2 (test_tcp.Test_UV_TCP) ... ok >test_create_server_3 (test_tcp.Test_UV_TCP) >check ephemeral port can be used ... ok >test_create_server_4 (test_tcp.Test_UV_TCP) ... ok >test_create_server_5 (test_tcp.Test_UV_TCP) ... ok >test_create_server_6 (test_tcp.Test_UV_TCP) ... ok >test_create_server_float_backlog (test_tcp.Test_UV_TCP) ... ok >test_create_server_stream_bittype (test_tcp.Test_UV_TCP) ... ok >test_create_server_wrong_sock (test_tcp.Test_UV_TCP) ... ok >test_many_small_writes (test_tcp.Test_UV_TCP) ... ok >test_tcp_handle_abort_in_connection_made (test_tcp.Test_UV_TCP) ... ok >test_tcp_handle_exception_in_connection_made (test_tcp.Test_UV_TCP) ... ok >test_tcp_handle_unclosed_gc (test_tcp.Test_UV_TCP) ... ok >test_transport_get_extra_info (test_tcp.Test_UV_TCP) ... ok >test_transport_shutdown (test_tcp.Test_UV_TCP) ... ok >test_create_connection_ssl_1 (test_tcp.Test_UV_TCPSSL) ... ok >test_create_server_ssl_1 (test_tcp.Test_UV_TCPSSL) ... ok >test_ssl_connect_accepted_socket (test_tcp.Test_UV_TCPSSL) ... /usr/lib64/python3.6/asyncio/sslproto.py:334: ResourceWarning: unclosed transport <asyncio.sslproto._SSLProtocolTransport object at 0x7fff8f175e10> > source=self) >ok >test_duplicate_methods (test_testbase.TestBaseTest) ... ok >test_duplicate_methods_parent_1 (test_testbase.TestBaseTest) ... ok >test_duplicate_methods_parent_2 (test_testbase.TestBaseTest) ... ok >test_create_datagram_endpoint_addrs (test_udp.Test_AIO_UDP) ... ok >test_create_datagram_endpoint_ipv6_family (test_udp.Test_AIO_UDP) ... /builddir/build/BUILD/uvloop-0.8.1/uvloop/_testbase.py:90: ResourceWarning: unclosed <socket.socket fd=6, family=AddressFamily.AF_INET6, type=2050, proto=0, laddr=('::', 0, 0, 0)> > gc.collect() >/usr/lib64/python3.6/asyncio/selector_events.py:630: ResourceWarning: unclosed transport <_SelectorDatagramTransport closing fd=6> > source=self) >ok >test_create_datagram_endpoint_sock (test_udp.Test_AIO_UDP) ... ok >test_create_datagram_endpoint_addrs (test_udp.Test_UV_UDP) ... ok >test_create_datagram_endpoint_ipv6_family (test_udp.Test_UV_UDP) ... /builddir/build/BUILD/uvloop-0.8.1/uvloop/_testbase.py:81: ResourceWarning: unclosed resource <UDPTransport closed=False 0x7fff8f1c3828> > self.loop.close() >ok >test_create_datagram_endpoint_sock (test_udp.Test_UV_UDP) ... ok >test_create_datagram_endpoint_wrong_sock (test_udp.Test_UV_UDP) ... ok >test_create_unix_connection_1 (test_unix.Test_AIO_Unix) ... ok >test_create_unix_connection_2 (test_unix.Test_AIO_Unix) ... ok >test_create_unix_connection_3 (test_unix.Test_AIO_Unix) ... ok >test_create_unix_connection_4 (test_unix.Test_AIO_Unix) ... ok >test_create_unix_connection_5 (test_unix.Test_AIO_Unix) ... ok >test_create_unix_server_1 (test_unix.Test_AIO_Unix) ... ok >test_create_unix_server_2 (test_unix.Test_AIO_Unix) ... ok >test_transport_unclosed_warning (test_unix.Test_AIO_Unix) ... ok >test_create_unix_connection_ssl_1 (test_unix.Test_AIO_UnixSSL) ... ok >test_create_unix_server_ssl_1 (test_unix.Test_AIO_UnixSSL) ... ok >test_create_unix_connection_1 (test_unix.Test_UV_Unix) ... ok >test_create_unix_connection_2 (test_unix.Test_UV_Unix) ... ok >test_create_unix_connection_3 (test_unix.Test_UV_Unix) ... ok >test_create_unix_connection_4 (test_unix.Test_UV_Unix) ... ok >test_create_unix_connection_5 (test_unix.Test_UV_Unix) ... ok >test_create_unix_server_1 (test_unix.Test_UV_Unix) ... ok >test_create_unix_server_2 (test_unix.Test_UV_Unix) ... ok >test_create_unix_server_path_dgram (test_unix.Test_UV_Unix) ... ok >test_create_unix_server_path_stream_bittype (test_unix.Test_UV_Unix) ... ok >test_transport_fromsock_get_extra_info (test_unix.Test_UV_Unix) ... ok >test_transport_unclosed_warning (test_unix.Test_UV_Unix) ... ok >test_create_unix_connection_ssl_1 (test_unix.Test_UV_UnixSSL) ... ok >test_create_unix_server_ssl_1 (test_unix.Test_UV_UnixSSL) ... ok >====================================================================== >FAIL: test_cython_coro_is_coroutine (test_cython.TestCythonIntegration) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/uvloop-0.8.1/tests/test_cython.py", line 14, in test_cython_coro_is_coroutine > self.assertEqual(_format_coroutine(coro), '_test_coroutine_1()') >AssertionError: '_test_coroutine_1() done, defined at uvloop/loop.pyx:2643' != '_test_coroutine_1()' >- _test_coroutine_1() done, defined at uvloop/loop.pyx:2643 >+ _test_coroutine_1() >---------------------------------------------------------------------- >Ran 416 tests in 45.022s >FAILED (failures=1, skipped=3) >Test failed: <unittest.runner.TextTestResult run=416 errors=0 failures=1> >error: Test failed: <unittest.runner.TextTestResult run=416 errors=0 failures=1> >error: Bad exit status from /var/tmp/rpm-tmp.m2FIlH (%check) >RPM build errors: > Bad exit status from /var/tmp/rpm-tmp.m2FIlH (%check) >Child return code was: 1 >EXCEPTION: [Error()] >Traceback (most recent call last): > File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 89, in trace > result = func(*args, **kw) > File "/usr/lib/python3.6/site-packages/mockbuild/util.py", line 582, in do > raise exception.Error("Command failed. See logs for output.\n # %s" % (command,), child.returncode) >mockbuild.exception.Error: Command failed. See logs for output. > # bash --login -c /usr/bin/rpmbuild -bb --target ppc64 --nodeps /builddir/build/SPECS/python-uvloop.spec
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1556279
: 1444372 |
1444375
|
1444377