Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64le --nodeps /builddir/build/SPECS/python3-pytest-asyncio.spec'], chrootPath='/var/lib/mock/1129365-epel-8-ppc64le-1576370814.575591/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': 'en_US.UTF-8'}shell=Falselogger=timeout=0uid=1001gid=135user='mockbuild'nspawn_args=['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.ke25lcyu:/etc/resolv.conf']unshare_net=TrueprintOutput=True) Using nspawn with args ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.ke25lcyu:/etc/resolv.conf'] Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'fc20069496454abebf37b951afbe4632', '-D', '/var/lib/mock/1129365-epel-8-ppc64le-1576370814.575591/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.ke25lcyu:/etc/resolv.conf', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=en_US.UTF-8', '-u', 'mockbuild', 'bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64le --nodeps /builddir/build/SPECS/python3-pytest-asyncio.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': 'en_US.UTF-8'} and shell False Building target platforms: ppc64le Building for target ppc64le Wrote: /builddir/build/SRPMS/python3-pytest-asyncio-0.10.0-1.el8.2.watchghost.1.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64le --nodeps /builddir/build/SPECS/python3-pytest-asyncio.spec'], chrootPath='/var/lib/mock/1129365-epel-8-ppc64le-1576370814.575591/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': 'en_US.UTF-8'}shell=Falselogger=timeout=0uid=1001gid=135user='mockbuild'nspawn_args=['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.ke25lcyu:/etc/resolv.conf']unshare_net=TrueprintOutput=True) Using nspawn with args ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.ke25lcyu:/etc/resolv.conf'] Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '6754818720184ed4b4f7680b7c0a5ad2', '-D', '/var/lib/mock/1129365-epel-8-ppc64le-1576370814.575591/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.ke25lcyu:/etc/resolv.conf', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=en_US.UTF-8', '-u', 'mockbuild', 'bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64le --nodeps /builddir/build/SPECS/python3-pytest-asyncio.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': 'en_US.UTF-8'} and shell False Building target platforms: ppc64le Building for target ppc64le Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.eCB2qY + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pytest-asyncio-0.10.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/pytest-asyncio-0.10.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pytest-asyncio-0.10.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i '/filterwarnings = error/d' setup.cfg + sed -i -e '/hypothesis/s/ >= 3.64//' setup.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.rQEpbO + umask 022 + cd /builddir/build/BUILD + cd pytest-asyncio-0.10.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 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3.6 setup.py build '--executable=/usr/bin/python3.6 -s' running build running build_py creating build creating build/lib creating build/lib/pytest_asyncio copying pytest_asyncio/plugin.py -> build/lib/pytest_asyncio copying pytest_asyncio/__init__.py -> build/lib/pytest_asyncio + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.a7uOGE + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python3-pytest-asyncio-0.10.0-1.el8.2.watchghost.1.ppc64le '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python3-pytest-asyncio-0.10.0-1.el8.2.watchghost.1.ppc64le ++ dirname /builddir/build/BUILDROOT/python3-pytest-asyncio-0.10.0-1.el8.2.watchghost.1.ppc64le + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python3-pytest-asyncio-0.10.0-1.el8.2.watchghost.1.ppc64le + cd pytest-asyncio-0.10.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 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3.6 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python3-pytest-asyncio-0.10.0-1.el8.2.watchghost.1.ppc64le running install running install_lib creating /builddir/build/BUILDROOT/python3-pytest-asyncio-0.10.0-1.el8.2.watchghost.1.ppc64le/usr creating /builddir/build/BUILDROOT/python3-pytest-asyncio-0.10.0-1.el8.2.watchghost.1.ppc64le/usr/lib creating /builddir/build/BUILDROOT/python3-pytest-asyncio-0.10.0-1.el8.2.watchghost.1.ppc64le/usr/lib/python3.6 creating /builddir/build/BUILDROOT/python3-pytest-asyncio-0.10.0-1.el8.2.watchghost.1.ppc64le/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/python3-pytest-asyncio-0.10.0-1.el8.2.watchghost.1.ppc64le/usr/lib/python3.6/site-packages/pytest_asyncio copying build/lib/pytest_asyncio/__init__.py -> /builddir/build/BUILDROOT/python3-pytest-asyncio-0.10.0-1.el8.2.watchghost.1.ppc64le/usr/lib/python3.6/site-packages/pytest_asyncio copying build/lib/pytest_asyncio/plugin.py -> /builddir/build/BUILDROOT/python3-pytest-asyncio-0.10.0-1.el8.2.watchghost.1.ppc64le/usr/lib/python3.6/site-packages/pytest_asyncio byte-compiling /builddir/build/BUILDROOT/python3-pytest-asyncio-0.10.0-1.el8.2.watchghost.1.ppc64le/usr/lib/python3.6/site-packages/pytest_asyncio/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-pytest-asyncio-0.10.0-1.el8.2.watchghost.1.ppc64le/usr/lib/python3.6/site-packages/pytest_asyncio/plugin.py to plugin.cpython-36.pyc writing byte-compilation script '/tmp/tmpmqkcby2e.py' /usr/bin/python3.6 /tmp/tmpmqkcby2e.py removing /tmp/tmpmqkcby2e.py running install_egg_info running egg_info creating pytest_asyncio.egg-info writing pytest_asyncio.egg-info/PKG-INFO writing dependency_links to pytest_asyncio.egg-info/dependency_links.txt writing entry points to pytest_asyncio.egg-info/entry_points.txt writing requirements to pytest_asyncio.egg-info/requires.txt writing top-level names to pytest_asyncio.egg-info/top_level.txt writing manifest file 'pytest_asyncio.egg-info/SOURCES.txt' reading manifest file 'pytest_asyncio.egg-info/SOURCES.txt' writing manifest file 'pytest_asyncio.egg-info/SOURCES.txt' Copying pytest_asyncio.egg-info to /builddir/build/BUILDROOT/python3-pytest-asyncio-0.10.0-1.el8.2.watchghost.1.ppc64le/usr/lib/python3.6/site-packages/pytest_asyncio-0.10.0-py3.6.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh -j2 --strict-build-id -m -i --build-id-seed 0.10.0-1.el8.2.watchghost.1 --unique-debug-suffix -0.10.0-1.el8.2.watchghost.1.ppc64le --unique-debug-src-base python3-pytest-asyncio-0.10.0-1.el8.2.watchghost.1.ppc64le --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/pytest-asyncio-0.10.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/python3-pytest-asyncio-0.10.0-1.el8.2.watchghost.1.ppc64le/usr/lib/python3.6 using /usr/libexec/platform-python + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/bin/python3.6 + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.MH69Av + umask 022 + cd /builddir/build/BUILD + cd pytest-asyncio-0.10.0 + PYTHONPATH=/builddir/build/BUILDROOT/python3-pytest-asyncio-0.10.0-1.el8.2.watchghost.1.ppc64le/usr/lib/python3.6/site-packages + pytest-3.6 --verbose -k 'not test_mark_inner and not test_mark_outer and not test_mark_and_parametrize' ============================= test session starts ============================== platform linux -- Python 3.6.8, pytest-4.6.6, py-1.5.3, pluggy-0.12.0 -- /usr/bin/python3.6 cachedir: .pytest_cache rootdir: /builddir/build/BUILD/pytest-asyncio-0.10.0, inifile: setup.cfg, testpaths: tests plugins: asyncio-0.10.0, hypothesis-3.44.24 collecting ... collected 38 items / 4 deselected / 34 selected tests/test_dependent_fixtures.py::test_dependent_fixture PASSED [ 2%] tests/test_event_loop_scope_35.py::test_1 PASSED [ 5%] tests/test_event_loop_scope_35.py::test_2 PASSED [ 8%] tests/test_event_loop_scope_35.py::test_3 PASSED [ 11%] tests/test_simple.py::test_event_loop_fixture PASSED [ 14%] tests/test_simple.py::test_asyncio_marker PASSED [ 17%] tests/test_simple.py::test_asyncio_marker_fail XFAIL [ 20%] tests/test_simple.py::test_asyncio_marker_with_default_param PASSED [ 23%] tests/test_simple.py::test_unused_port_fixture PASSED [ 26%] tests/test_simple.py::test_unused_port_factory_fixture PASSED [ 29%] tests/test_simple.py::test_unused_port_factory_duplicate PASSED [ 32%] tests/test_simple.py::Test::test_asyncio_marker_method PASSED [ 35%] tests/test_simple.py::TestUnexistingLoop::test_asyncio_marker_without_loop PASSED [ 38%] tests/test_simple_35.py::test_asyncio_marker PASSED [ 41%] tests/test_simple_35.py::test_asyncio_marker_with_default_param PASSED [ 44%] tests/test_simple_35.py::test_unused_port_fixture PASSED [ 47%] tests/test_simple_35.py::test_unused_port_factory_fixture PASSED [ 50%] tests/test_simple_35.py::Test::test_asyncio_marker_method PASSED [ 52%] tests/test_simple_35.py::test_async_close_loop PASSED [ 55%] tests/test_subprocess.py::test_subprocess PASSED [ 58%] tests/test_subprocess.py::test_subprocess_forbid PASSED [ 61%] tests/async_fixtures/test_async_fixtures_35.py::test_async_fixture PASSED [ 64%] tests/async_fixtures/test_async_fixtures_scope.py::test_async_fixture_scope PASSED [ 67%] tests/async_fixtures/test_async_gen_fixtures_35.py::test_async_gen_fixture PASSED [ 70%] tests/async_fixtures/test_async_gen_fixtures_35.py::test_async_gen_fixture_finalized PASSED [ 73%] tests/async_fixtures/test_async_gen_fixtures_36.py::test_async_gen_fixture PASSED [ 76%] tests/async_fixtures/test_async_gen_fixtures_36.py::test_async_gen_fixture_finalized PASSED [ 79%] tests/async_fixtures/test_coroutine_fixtures.py::test_coroutine_fixture SKIPPED [ 82%] tests/async_fixtures/test_nested_36.py::test_async_fixture PASSED [ 85%] tests/markers/test_class_marker_35.py::TestPyTestMark::test_is_asyncio PASSED [ 88%] tests/markers/test_module_marker_35.py::TestPyTestMark::test_is_asyncio PASSED [ 91%] tests/markers/test_module_marker_35.py::test_is_asyncio PASSED [ 94%] tests/multiloop/test_alternative_loops.py::test_for_custom_loop PASSED [ 97%] tests/multiloop/test_alternative_loops.py::test_dependent_fixture PASSED [100%] =========================== short test summary info ============================ SKIPPED [1] tests/async_fixtures/test_coroutine_fixtures.py:23: @asyncio.coroutine fixtures are not supported yet XFAIL tests/test_simple.py::test_asyncio_marker_fail need a failure ======== 32 passed, 1 skipped, 4 deselected, 1 xfailed in 1.41 seconds ========= + exit 0 Processing files: python3-pytest-asyncio-0.10.0-1.el8.2.watchghost.1.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.2Vp5Hn + umask 022 + cd /builddir/build/BUILD + cd pytest-asyncio-0.10.0 + DOCDIR=/builddir/build/BUILDROOT/python3-pytest-asyncio-0.10.0-1.el8.2.watchghost.1.ppc64le/usr/share/doc/python3-pytest-asyncio + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python3-pytest-asyncio-0.10.0-1.el8.2.watchghost.1.ppc64le/usr/share/doc/python3-pytest-asyncio + cp -pr README.rst /builddir/build/BUILDROOT/python3-pytest-asyncio-0.10.0-1.el8.2.watchghost.1.ppc64le/usr/share/doc/python3-pytest-asyncio + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.eEogPf + umask 022 + cd /builddir/build/BUILD + cd pytest-asyncio-0.10.0 + LICENSEDIR=/builddir/build/BUILDROOT/python3-pytest-asyncio-0.10.0-1.el8.2.watchghost.1.ppc64le/usr/share/licenses/python3-pytest-asyncio + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python3-pytest-asyncio-0.10.0-1.el8.2.watchghost.1.ppc64le/usr/share/licenses/python3-pytest-asyncio + cp -pr LICENSE /builddir/build/BUILDROOT/python3-pytest-asyncio-0.10.0-1.el8.2.watchghost.1.ppc64le/usr/share/licenses/python3-pytest-asyncio + exit 0 Provides: python3-pytest-asyncio = 0.10.0-1.el8.2.watchghost.1 python3.6dist(pytest-asyncio) = 0.10.0 python3dist(pytest-asyncio) = 0.10.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(pytest) >= 3.0.6 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python3-pytest-asyncio-0.10.0-1.el8.2.watchghost.1.ppc64le Wrote: /builddir/build/RPMS/python3-pytest-asyncio-0.10.0-1.el8.2.watchghost.1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.USlBw9 + umask 022 + cd /builddir/build/BUILD + cd pytest-asyncio-0.10.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python3-pytest-asyncio-0.10.0-1.el8.2.watchghost.1.ppc64le + exit 0 Child return code was: 0