Mock Version: 2.1 Mock Version: 2.1 Mock Version: 2.1 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-zope-testrunner.spec'], chrootPath='/var/lib/mock/f33-python-20906730-1548581/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-zope-testrunner.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 setting SOURCE_DATE_EPOCH=1590451200 Wrote: /builddir/build/SRPMS/python-zope-testrunner-5.1-4.fc33.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-zope-testrunner.spec'], chrootPath='/var/lib/mock/f33-python-20906730-1548581/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-zope-testrunner.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 setting SOURCE_DATE_EPOCH=1590451200 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.b7ZyBK + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf zope.testrunner-5.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/zope.testrunner-5.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd zope.testrunner-5.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/python-zope-testrunner-whitespace.patch + /usr/bin/patch -p0 -s --fuzz=0 --no-backup-if-mismatch + sed -i 's/'\''default'\''/'\''classic'\''/' docs/conf.py + sed -i 's/python -m/python3 -m/' docs/cli.rst + sed -i 's|\('\''https://docs\.python\.org/'\'': \)None|\1'\''/usr/share/doc/python3-docs/html/objects.inv'\''|' docs/conf.py + sed -i 's/autodoc_default_flags.*/autodoc_default_options = {'\''members'\'': True, '\''show-inheritance'\'': True}/' docs/conf.py + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.tgwemJ + umask 022 + cd /builddir/build/BUILD + cd zope.testrunner-5.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 -march=armv7-a -mfpu=neon -mfloat-abi=hard' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -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/zope copying src/zope/__init__.py -> build/lib/zope creating build/lib/zope/testrunner copying src/zope/testrunner/garbagecollection.py -> build/lib/zope/testrunner copying src/zope/testrunner/selftest.py -> build/lib/zope/testrunner copying src/zope/testrunner/statistics.py -> build/lib/zope/testrunner copying src/zope/testrunner/filter.py -> build/lib/zope/testrunner copying src/zope/testrunner/layer.py -> build/lib/zope/testrunner copying src/zope/testrunner/__main__.py -> build/lib/zope/testrunner copying src/zope/testrunner/formatter.py -> build/lib/zope/testrunner copying src/zope/testrunner/listing.py -> build/lib/zope/testrunner copying src/zope/testrunner/_doctest.py -> build/lib/zope/testrunner copying src/zope/testrunner/shuffle.py -> build/lib/zope/testrunner copying src/zope/testrunner/exceptions.py -> build/lib/zope/testrunner copying src/zope/testrunner/profiling.py -> build/lib/zope/testrunner copying src/zope/testrunner/options.py -> build/lib/zope/testrunner copying src/zope/testrunner/__init__.py -> build/lib/zope/testrunner copying src/zope/testrunner/coverage.py -> build/lib/zope/testrunner copying src/zope/testrunner/eggsupport.py -> build/lib/zope/testrunner copying src/zope/testrunner/runner.py -> build/lib/zope/testrunner copying src/zope/testrunner/interfaces.py -> build/lib/zope/testrunner copying src/zope/testrunner/process.py -> build/lib/zope/testrunner copying src/zope/testrunner/feature.py -> build/lib/zope/testrunner copying src/zope/testrunner/logsupport.py -> build/lib/zope/testrunner copying src/zope/testrunner/debug.py -> build/lib/zope/testrunner copying src/zope/testrunner/refcount.py -> build/lib/zope/testrunner copying src/zope/testrunner/tb_format.py -> build/lib/zope/testrunner copying src/zope/testrunner/find.py -> build/lib/zope/testrunner package init file 'src/zope/testrunner/tests/testrunner-ex/__init__.py' not found (or not a regular file) creating build/lib/zope/testrunner/tests creating build/lib/zope/testrunner/tests/testrunner-ex copying src/zope/testrunner/tests/testrunner-ex/sampletestsf.py -> build/lib/zope/testrunner/tests/testrunner-ex copying src/zope/testrunner/tests/testrunner-ex/gc0.py -> build/lib/zope/testrunner/tests/testrunner-ex copying src/zope/testrunner/tests/testrunner-ex/gc1.py -> build/lib/zope/testrunner/tests/testrunner-ex copying src/zope/testrunner/tests/testrunner-ex/gcstats.py -> build/lib/zope/testrunner/tests/testrunner-ex copying src/zope/testrunner/tests/testrunner-ex/unicode.py -> build/lib/zope/testrunner/tests/testrunner-ex copying src/zope/testrunner/tests/testrunner-ex/sampletests_buffering.py -> build/lib/zope/testrunner/tests/testrunner-ex copying src/zope/testrunner/tests/testrunner-ex/gcset.py -> build/lib/zope/testrunner/tests/testrunner-ex copying src/zope/testrunner/tests/testrunner-ex/samplelayers.py -> build/lib/zope/testrunner/tests/testrunner-ex copying src/zope/testrunner/tests/testrunner-ex/brokenlayer.py -> build/lib/zope/testrunner/tests/testrunner-ex copying src/zope/testrunner/tests/testrunner-ex/leak.py -> build/lib/zope/testrunner/tests/testrunner-ex copying src/zope/testrunner/tests/testrunner-ex/pledge.py -> build/lib/zope/testrunner/tests/testrunner-ex copying src/zope/testrunner/tests/testrunner-ex/new_threads.py -> build/lib/zope/testrunner/tests/testrunner-ex running egg_info creating src/zope.testrunner.egg-info writing src/zope.testrunner.egg-info/PKG-INFO writing dependency_links to src/zope.testrunner.egg-info/dependency_links.txt writing entry points to src/zope.testrunner.egg-info/entry_points.txt writing namespace_packages to src/zope.testrunner.egg-info/namespace_packages.txt writing requirements to src/zope.testrunner.egg-info/requires.txt writing top-level names to src/zope.testrunner.egg-info/top_level.txt writing manifest file 'src/zope.testrunner.egg-info/SOURCES.txt' reading manifest file 'src/zope.testrunner.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'src/zope.testrunner.egg-info/SOURCES.txt' copying src/zope/testrunner/tests/__init__.py -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/test_doctest.py -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/test_filter.py -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/test_find.py -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/test_runner.py -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/test_subunit.py -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/testrunner-arguments.rst -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/testrunner-colors.rst -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/testrunner-coverage-win32.rst -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/testrunner-coverage.rst -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/testrunner-debugging-import-failure.rst -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/testrunner-debugging-layer-setup.rst -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/testrunner-debugging-nonprintable-exc.rst -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/testrunner-debugging.rst -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/testrunner-discovery.rst -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/testrunner-edge-cases.rst -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/testrunner-eggsupport.rst -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/testrunner-errors.rst -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/testrunner-gc.rst -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/testrunner-knit.rst -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/testrunner-layers-api.rst -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/testrunner-layers-buff.rst -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/testrunner-layers-cantfind.rst -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/testrunner-layers-cwd.rst -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/testrunner-layers-instances.rst -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/testrunner-layers-ntd.rst -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/testrunner-layers-topological-sort.rst -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/testrunner-layers.rst -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/testrunner-leaks-err.rst -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/testrunner-leaks.rst -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/testrunner-nestedcode.rst -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/testrunner-new-threads.rst -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/testrunner-profiling-cprofiler.rst -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/testrunner-profiling.rst -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/testrunner-progress.rst -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/testrunner-repeat.rst -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/testrunner-report-skipped.rst -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/testrunner-shuffle.rst -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/testrunner-simple.rst -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/testrunner-stops-when-stop-on-error.rst -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/testrunner-subprocess-errors.rst -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/testrunner-subunit-err.rst -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/testrunner-subunit-leaks.rst -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/testrunner-subunit-v2.rst -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/testrunner-subunit.rst -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/testrunner-tb-format.rst -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/testrunner-test-selection.rst -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/testrunner-unexpected-success.rst -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/testrunner-verbose.rst -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/testrunner-wo-source.rst -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/testrunner.rst -> build/lib/zope/testrunner/tests creating build/lib/zope/testrunner/tests/testrunner-ex-251759 creating build/lib/zope/testrunner/tests/testrunner-ex-251759/eggs creating build/lib/zope/testrunner/tests/testrunner-ex-251759/eggs/foo.bar-1.2-py2.5.egg copying src/zope/testrunner/tests/testrunner-ex-251759/eggs/foo.bar-1.2-py2.5.egg/test.py -> build/lib/zope/testrunner/tests/testrunner-ex-251759/eggs/foo.bar-1.2-py2.5.egg creating build/lib/zope/testrunner/tests/testrunner-ex-251759/eggs/foo.bar-1.2-py2.5.egg/foo copying src/zope/testrunner/tests/testrunner-ex-251759/eggs/foo.bar-1.2-py2.5.egg/foo/__init__.py -> build/lib/zope/testrunner/tests/testrunner-ex-251759/eggs/foo.bar-1.2-py2.5.egg/foo creating build/lib/zope/testrunner/tests/testrunner-ex-251759/eggs/foo.bar-1.2-py2.5.egg/foo/bar copying src/zope/testrunner/tests/testrunner-ex-251759/eggs/foo.bar-1.2-py2.5.egg/foo/bar/__init__.py -> build/lib/zope/testrunner/tests/testrunner-ex-251759/eggs/foo.bar-1.2-py2.5.egg/foo/bar copying src/zope/testrunner/tests/testrunner-ex-251759/eggs/foo.bar-1.2-py2.5.egg/foo/bar/tests.py -> build/lib/zope/testrunner/tests/testrunner-ex-251759/eggs/foo.bar-1.2-py2.5.egg/foo/bar creating build/lib/zope/testrunner/tests/testrunner-ex-37 copying src/zope/testrunner/tests/testrunner-ex-37/layers.py -> build/lib/zope/testrunner/tests/testrunner-ex-37 copying src/zope/testrunner/tests/testrunner-ex-37/stop_on_error.py -> build/lib/zope/testrunner/tests/testrunner-ex-37 copying src/zope/testrunner/tests/testrunner-ex-37/stop_on_failure.py -> build/lib/zope/testrunner/tests/testrunner-ex-37 creating build/lib/zope/testrunner/tests/testrunner-ex-6 copying src/zope/testrunner/tests/testrunner-ex-6/cwdtests.py -> build/lib/zope/testrunner/tests/testrunner-ex-6 creating build/lib/zope/testrunner/tests/testrunner-ex-719369 copying src/zope/testrunner/tests/testrunner-ex-719369/sampletestsf.py -> build/lib/zope/testrunner/tests/testrunner-ex-719369 creating build/lib/zope/testrunner/tests/testrunner-ex-pp-lib creating build/lib/zope/testrunner/tests/testrunner-ex-pp-lib/sample4 copying src/zope/testrunner/tests/testrunner-ex-pp-lib/sample4/__init__.py -> build/lib/zope/testrunner/tests/testrunner-ex-pp-lib/sample4 creating build/lib/zope/testrunner/tests/testrunner-ex-pp-lib/sample4/products copying src/zope/testrunner/tests/testrunner-ex-pp-lib/sample4/products/__init__.py -> build/lib/zope/testrunner/tests/testrunner-ex-pp-lib/sample4/products creating build/lib/zope/testrunner/tests/testrunner-ex-pp-products copying src/zope/testrunner/tests/testrunner-ex-pp-products/__init__.py -> build/lib/zope/testrunner/tests/testrunner-ex-pp-products copying src/zope/testrunner/tests/testrunner-ex-pp-products/sampletests.py -> build/lib/zope/testrunner/tests/testrunner-ex-pp-products creating build/lib/zope/testrunner/tests/testrunner-ex-pp-products/more copying src/zope/testrunner/tests/testrunner-ex-pp-products/more/__init__.py -> build/lib/zope/testrunner/tests/testrunner-ex-pp-products/more copying src/zope/testrunner/tests/testrunner-ex-pp-products/more/sampletests.py -> build/lib/zope/testrunner/tests/testrunner-ex-pp-products/more creating build/lib/zope/testrunner/tests/testrunner-ex-skip copying src/zope/testrunner/tests/testrunner-ex-skip/sample_skipped_tests.py -> build/lib/zope/testrunner/tests/testrunner-ex-skip copying src/zope/testrunner/tests/testrunner-ex/README.rst -> build/lib/zope/testrunner/tests/testrunner-ex copying src/zope/testrunner/tests/testrunner-ex/sampletests.rst -> build/lib/zope/testrunner/tests/testrunner-ex copying src/zope/testrunner/tests/testrunner-ex/sampletestsl.rst -> build/lib/zope/testrunner/tests/testrunner-ex creating build/lib/zope/testrunner/tests/testrunner-ex/sample1 copying src/zope/testrunner/tests/testrunner-ex/sample1/__init__.py -> build/lib/zope/testrunner/tests/testrunner-ex/sample1 copying src/zope/testrunner/tests/testrunner-ex/sample1/sampletests_discover.py -> build/lib/zope/testrunner/tests/testrunner-ex/sample1 copying src/zope/testrunner/tests/testrunner-ex/sample1/sampletests_discover_notests.py -> build/lib/zope/testrunner/tests/testrunner-ex/sample1 copying src/zope/testrunner/tests/testrunner-ex/sample1/sampletests_none_suite.py -> build/lib/zope/testrunner/tests/testrunner-ex/sample1 copying src/zope/testrunner/tests/testrunner-ex/sample1/sampletests_none_test.py -> build/lib/zope/testrunner/tests/testrunner-ex/sample1 copying src/zope/testrunner/tests/testrunner-ex/sample1/sampletests_ntd.py -> build/lib/zope/testrunner/tests/testrunner-ex/sample1 copying src/zope/testrunner/tests/testrunner-ex/sample1/sampletests_ntds.py -> build/lib/zope/testrunner/tests/testrunner-ex/sample1 copying src/zope/testrunner/tests/testrunner-ex/sample1/sampletestsf.py -> build/lib/zope/testrunner/tests/testrunner-ex/sample1 creating build/lib/zope/testrunner/tests/testrunner-ex/sample1/sample11 copying src/zope/testrunner/tests/testrunner-ex/sample1/sample11/__init__.py -> build/lib/zope/testrunner/tests/testrunner-ex/sample1/sample11 copying src/zope/testrunner/tests/testrunner-ex/sample1/sample11/sampletests.py -> build/lib/zope/testrunner/tests/testrunner-ex/sample1/sample11 creating build/lib/zope/testrunner/tests/testrunner-ex/sample1/sample12 copying src/zope/testrunner/tests/testrunner-ex/sample1/sample12/__init__.py -> build/lib/zope/testrunner/tests/testrunner-ex/sample1/sample12 creating build/lib/zope/testrunner/tests/testrunner-ex/sample1/sample13 copying src/zope/testrunner/tests/testrunner-ex/sample1/sample13/__init__.py -> build/lib/zope/testrunner/tests/testrunner-ex/sample1/sample13 copying src/zope/testrunner/tests/testrunner-ex/sample1/sample13/sampletests.py -> build/lib/zope/testrunner/tests/testrunner-ex/sample1/sample13 creating build/lib/zope/testrunner/tests/testrunner-ex/sample1/sampletests copying src/zope/testrunner/tests/testrunner-ex/sample1/sampletests/__init__.py -> build/lib/zope/testrunner/tests/testrunner-ex/sample1/sampletests copying src/zope/testrunner/tests/testrunner-ex/sample1/sampletests/test1.py -> build/lib/zope/testrunner/tests/testrunner-ex/sample1/sampletests copying src/zope/testrunner/tests/testrunner-ex/sample1/sampletests/test11.py -> build/lib/zope/testrunner/tests/testrunner-ex/sample1/sampletests copying src/zope/testrunner/tests/testrunner-ex/sample1/sampletests/test111.py -> build/lib/zope/testrunner/tests/testrunner-ex/sample1/sampletests copying src/zope/testrunner/tests/testrunner-ex/sample1/sampletests/test112.py -> build/lib/zope/testrunner/tests/testrunner-ex/sample1/sampletests copying src/zope/testrunner/tests/testrunner-ex/sample1/sampletests/test12.py -> build/lib/zope/testrunner/tests/testrunner-ex/sample1/sampletests copying src/zope/testrunner/tests/testrunner-ex/sample1/sampletests/test121.py -> build/lib/zope/testrunner/tests/testrunner-ex/sample1/sampletests copying src/zope/testrunner/tests/testrunner-ex/sample1/sampletests/test122.py -> build/lib/zope/testrunner/tests/testrunner-ex/sample1/sampletests copying src/zope/testrunner/tests/testrunner-ex/sample1/sampletests/test_one.py -> build/lib/zope/testrunner/tests/testrunner-ex/sample1/sampletests creating build/lib/zope/testrunner/tests/testrunner-ex/sample2 copying src/zope/testrunner/tests/testrunner-ex/sample2/__init__.py -> build/lib/zope/testrunner/tests/testrunner-ex/sample2 copying src/zope/testrunner/tests/testrunner-ex/sample2/badsyntax.py -> build/lib/zope/testrunner/tests/testrunner-ex/sample2 copying src/zope/testrunner/tests/testrunner-ex/sample2/e.rst -> build/lib/zope/testrunner/tests/testrunner-ex/sample2 copying src/zope/testrunner/tests/testrunner-ex/sample2/sampletests_1.py -> build/lib/zope/testrunner/tests/testrunner-ex/sample2 copying src/zope/testrunner/tests/testrunner-ex/sample2/sampletests_e.py -> build/lib/zope/testrunner/tests/testrunner-ex/sample2 copying src/zope/testrunner/tests/testrunner-ex/sample2/sampletests_f.py -> build/lib/zope/testrunner/tests/testrunner-ex/sample2 copying src/zope/testrunner/tests/testrunner-ex/sample2/sampletests_ntd.py -> build/lib/zope/testrunner/tests/testrunner-ex/sample2 copying src/zope/testrunner/tests/testrunner-ex/sample2/sampletests_ntds.py -> build/lib/zope/testrunner/tests/testrunner-ex/sample2 copying src/zope/testrunner/tests/testrunner-ex/sample2/stderrtest.py -> build/lib/zope/testrunner/tests/testrunner-ex/sample2 copying src/zope/testrunner/tests/testrunner-ex/sample2/stdstreamstest.py -> build/lib/zope/testrunner/tests/testrunner-ex/sample2 creating build/lib/zope/testrunner/tests/testrunner-ex/sample2/do-not-enter copying src/zope/testrunner/tests/testrunner-ex/sample2/do-not-enter/sampletests.py -> build/lib/zope/testrunner/tests/testrunner-ex/sample2/do-not-enter creating build/lib/zope/testrunner/tests/testrunner-ex/sample2/donotenter copying src/zope/testrunner/tests/testrunner-ex/sample2/donotenter/sampletests.py -> build/lib/zope/testrunner/tests/testrunner-ex/sample2/donotenter creating build/lib/zope/testrunner/tests/testrunner-ex/sample2/sample21 copying src/zope/testrunner/tests/testrunner-ex/sample2/sample21/__init__.py -> build/lib/zope/testrunner/tests/testrunner-ex/sample2/sample21 copying src/zope/testrunner/tests/testrunner-ex/sample2/sample21/sampletests.py -> build/lib/zope/testrunner/tests/testrunner-ex/sample2/sample21 copying src/zope/testrunner/tests/testrunner-ex/sample2/sample21/sampletests_i.py -> build/lib/zope/testrunner/tests/testrunner-ex/sample2/sample21 creating build/lib/zope/testrunner/tests/testrunner-ex/sample2/sample22 copying src/zope/testrunner/tests/testrunner-ex/sample2/sample22/__init__.py -> build/lib/zope/testrunner/tests/testrunner-ex/sample2/sample22 copying src/zope/testrunner/tests/testrunner-ex/sample2/sample22/sampletests_i.py -> build/lib/zope/testrunner/tests/testrunner-ex/sample2/sample22 creating build/lib/zope/testrunner/tests/testrunner-ex/sample2/sample23 copying src/zope/testrunner/tests/testrunner-ex/sample2/sample23/__init__.py -> build/lib/zope/testrunner/tests/testrunner-ex/sample2/sample23 copying src/zope/testrunner/tests/testrunner-ex/sample2/sample23/sampletests_i.py -> build/lib/zope/testrunner/tests/testrunner-ex/sample2/sample23 creating build/lib/zope/testrunner/tests/testrunner-ex/sample2/sampletests copying src/zope/testrunner/tests/testrunner-ex/sample2/sampletests/__init__.py -> build/lib/zope/testrunner/tests/testrunner-ex/sample2/sampletests copying src/zope/testrunner/tests/testrunner-ex/sample2/sampletests/test_1.py -> build/lib/zope/testrunner/tests/testrunner-ex/sample2/sampletests copying src/zope/testrunner/tests/testrunner-ex/sample2/sampletests/testone.py -> build/lib/zope/testrunner/tests/testrunner-ex/sample2/sampletests creating build/lib/zope/testrunner/tests/testrunner-ex/sample3 copying src/zope/testrunner/tests/testrunner-ex/sample3/__init__.py -> build/lib/zope/testrunner/tests/testrunner-ex/sample3 copying src/zope/testrunner/tests/testrunner-ex/sample3/post_mortem5.rst -> build/lib/zope/testrunner/tests/testrunner-ex/sample3 copying src/zope/testrunner/tests/testrunner-ex/sample3/post_mortem6.rst -> build/lib/zope/testrunner/tests/testrunner-ex/sample3 copying src/zope/testrunner/tests/testrunner-ex/sample3/post_mortem_failure.rst -> build/lib/zope/testrunner/tests/testrunner-ex/sample3 copying src/zope/testrunner/tests/testrunner-ex/sample3/sampletests.py -> build/lib/zope/testrunner/tests/testrunner-ex/sample3 copying src/zope/testrunner/tests/testrunner-ex/sample3/sampletests_d.py -> build/lib/zope/testrunner/tests/testrunner-ex/sample3 copying src/zope/testrunner/tests/testrunner-ex/sample3/sampletests_ntd.py -> build/lib/zope/testrunner/tests/testrunner-ex/sample3 copying src/zope/testrunner/tests/testrunner-ex/sample3/set_trace5.rst -> build/lib/zope/testrunner/tests/testrunner-ex/sample3 copying src/zope/testrunner/tests/testrunner-ex/sample3/set_trace6.rst -> build/lib/zope/testrunner/tests/testrunner-ex/sample3 creating build/lib/zope/testrunner/tests/testrunner-ex/sample3/sample31 copying src/zope/testrunner/tests/testrunner-ex/sample3/sample31/__init__.py -> build/lib/zope/testrunner/tests/testrunner-ex/sample3/sample31 creating build/lib/zope/testrunner/tests/testrunner-ex/sample3/sample32 copying src/zope/testrunner/tests/testrunner-ex/sample3/sample32/__init__.py -> build/lib/zope/testrunner/tests/testrunner-ex/sample3/sample32 creating build/lib/zope/testrunner/tests/testrunner-ex/sample3/sample33 copying src/zope/testrunner/tests/testrunner-ex/sample3/sample33/__init__.py -> build/lib/zope/testrunner/tests/testrunner-ex/sample3/sample33 creating build/lib/zope/testrunner/tests/testrunner-ex/sampletests copying src/zope/testrunner/tests/testrunner-ex/sampletests/__init__.py -> build/lib/zope/testrunner/tests/testrunner-ex/sampletests copying src/zope/testrunner/tests/testrunner-ex/sampletests/test1.py -> build/lib/zope/testrunner/tests/testrunner-ex/sampletests copying src/zope/testrunner/tests/testrunner-ex/sampletests/test11.py -> build/lib/zope/testrunner/tests/testrunner-ex/sampletests copying src/zope/testrunner/tests/testrunner-ex/sampletests/test111.py -> build/lib/zope/testrunner/tests/testrunner-ex/sampletests copying src/zope/testrunner/tests/testrunner-ex/sampletests/test112.py -> build/lib/zope/testrunner/tests/testrunner-ex/sampletests copying src/zope/testrunner/tests/testrunner-ex/sampletests/test12.py -> build/lib/zope/testrunner/tests/testrunner-ex/sampletests copying src/zope/testrunner/tests/testrunner-ex/sampletests/test121.py -> build/lib/zope/testrunner/tests/testrunner-ex/sampletests copying src/zope/testrunner/tests/testrunner-ex/sampletests/test122.py -> build/lib/zope/testrunner/tests/testrunner-ex/sampletests copying src/zope/testrunner/tests/testrunner-ex/sampletests/test_one.py -> build/lib/zope/testrunner/tests/testrunner-ex/sampletests creating build/lib/zope/testrunner/tests/testrunner-ex/usecompiled copying src/zope/testrunner/tests/testrunner-ex/usecompiled/README.rst -> build/lib/zope/testrunner/tests/testrunner-ex/usecompiled copying src/zope/testrunner/tests/testrunner-ex/usecompiled/__init__.py -> build/lib/zope/testrunner/tests/testrunner-ex/usecompiled copying src/zope/testrunner/tests/testrunner-ex/usecompiled/compiletest.py -> build/lib/zope/testrunner/tests/testrunner-ex/usecompiled creating build/lib/zope/testrunner/tests/testrunner-ex/usecompiled/package copying src/zope/testrunner/tests/testrunner-ex/usecompiled/package/__init__.py -> build/lib/zope/testrunner/tests/testrunner-ex/usecompiled/package copying src/zope/testrunner/tests/testrunner-ex/usecompiled/package/compiletest.py -> build/lib/zope/testrunner/tests/testrunner-ex/usecompiled/package + rst2html --no-datestamp CHANGES.rst CHANGES.html + rst2html --no-datestamp README.rst README.html + cp -p COPYRIGHT.rst COPYRIGHT + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.vlj7jL + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch ++ dirname /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch + cd zope.testrunner-5.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 -march=armv7-a -mfpu=neon -mfloat-abi=hard' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -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-zope-testrunner-5.1-4.fc33.noarch running install running install_lib Skipping installation of /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/__init__.py (namespace package) copying zope/testrunner/garbagecollection.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner copying zope/testrunner/selftest.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner copying zope/testrunner/statistics.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner copying zope/testrunner/filter.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner copying zope/testrunner/layer.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner copying zope/testrunner/__main__.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner copying zope/testrunner/formatter.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner copying zope/testrunner/listing.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner copying zope/testrunner/_doctest.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner copying zope/testrunner/shuffle.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner copying zope/testrunner/exceptions.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner copying zope/testrunner/profiling.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner copying zope/testrunner/options.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner copying zope/testrunner/__init__.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner copying zope/testrunner/coverage.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner copying zope/testrunner/eggsupport.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner copying zope/testrunner/runner.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner copying zope/testrunner/interfaces.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner copying zope/testrunner/process.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner copying zope/testrunner/feature.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner copying zope/testrunner/logsupport.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner copying zope/testrunner/debug.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner copying zope/testrunner/refcount.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner copying zope/testrunner/tb_format.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner copying zope/testrunner/find.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner copying zope/testrunner/tests/test_filter.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests copying zope/testrunner/tests/testrunner-layers-ntd.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests copying zope/testrunner/tests/testrunner-report-skipped.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests copying zope/testrunner/tests/testrunner-subunit-v2.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests copying zope/testrunner/tests/testrunner-layers-topological-sort.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests copying zope/testrunner/tests/testrunner-arguments.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests copying zope/testrunner/tests/testrunner-layers-cwd.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests copying zope/testrunner/tests/testrunner-verbose.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests copying zope/testrunner/tests/testrunner-profiling.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests copying zope/testrunner/tests/testrunner-shuffle.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests copying zope/testrunner/tests/testrunner-unexpected-success.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests copying zope/testrunner/tests/test_subunit.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests copying zope/testrunner/tests/testrunner-repeat.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests copying zope/testrunner/tests/testrunner-colors.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests copying zope/testrunner/tests/testrunner-debugging-layer-setup.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests copying zope/testrunner/tests/testrunner-coverage.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests copying zope/testrunner/tests/testrunner-nestedcode.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests copying zope/testrunner/tests/testrunner-tb-format.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests copying zope/testrunner/tests/testrunner-debugging.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests copying zope/testrunner/tests/testrunner-wo-source.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests copying zope/testrunner/tests/testrunner-subprocess-errors.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests copying zope/testrunner/tests/testrunner-new-threads.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests copying zope/testrunner/tests/testrunner-layers.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests copying zope/testrunner/tests/testrunner-eggsupport.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests copying zope/testrunner/tests/testrunner-test-selection.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests copying zope/testrunner/tests/test_runner.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests copying zope/testrunner/tests/testrunner.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests copying zope/testrunner/tests/testrunner-layers-buff.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests copying zope/testrunner/tests/testrunner-subunit-err.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests copying zope/testrunner/tests/testrunner-coverage-win32.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests copying zope/testrunner/tests/testrunner-subunit.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests copying zope/testrunner/tests/testrunner-gc.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests copying zope/testrunner/tests/testrunner-layers-cantfind.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests copying zope/testrunner/tests/testrunner-knit.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests copying zope/testrunner/tests/testrunner-edge-cases.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests copying zope/testrunner/tests/testrunner-progress.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests copying zope/testrunner/tests/testrunner-leaks-err.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests copying zope/testrunner/tests/testrunner-debugging-nonprintable-exc.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests copying zope/testrunner/tests/__init__.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests copying zope/testrunner/tests/testrunner-profiling-cprofiler.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests copying zope/testrunner/tests/testrunner-simple.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests copying zope/testrunner/tests/test_find.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests copying zope/testrunner/tests/test_doctest.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests copying zope/testrunner/tests/testrunner-subunit-leaks.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests copying zope/testrunner/tests/testrunner-layers-api.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests copying zope/testrunner/tests/testrunner-errors.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests copying zope/testrunner/tests/testrunner-leaks.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests copying zope/testrunner/tests/testrunner-layers-instances.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests copying zope/testrunner/tests/testrunner-stops-when-stop-on-error.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests copying zope/testrunner/tests/testrunner-discovery.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests copying zope/testrunner/tests/testrunner-debugging-import-failure.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests copying zope/testrunner/tests/testrunner-ex-251759/eggs/foo.bar-1.2-py2.5.egg/test.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex-251759/eggs/foo.bar-1.2-py2.5.egg copying zope/testrunner/tests/testrunner-ex-251759/eggs/foo.bar-1.2-py2.5.egg/foo/__init__.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex-251759/eggs/foo.bar-1.2-py2.5.egg/foo copying zope/testrunner/tests/testrunner-ex-251759/eggs/foo.bar-1.2-py2.5.egg/foo/bar/__init__.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex-251759/eggs/foo.bar-1.2-py2.5.egg/foo/bar copying zope/testrunner/tests/testrunner-ex-251759/eggs/foo.bar-1.2-py2.5.egg/foo/bar/tests.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex-251759/eggs/foo.bar-1.2-py2.5.egg/foo/bar copying zope/testrunner/tests/testrunner-ex-6/cwdtests.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex-6 copying zope/testrunner/tests/testrunner-ex-37/stop_on_error.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex-37 copying zope/testrunner/tests/testrunner-ex-37/stop_on_failure.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex-37 copying zope/testrunner/tests/testrunner-ex-37/layers.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex-37 copying zope/testrunner/tests/testrunner-ex-skip/sample_skipped_tests.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex-skip copying zope/testrunner/tests/testrunner-ex-pp-lib/sample4/__init__.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex-pp-lib/sample4 copying zope/testrunner/tests/testrunner-ex-pp-lib/sample4/products/__init__.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex-pp-lib/sample4/products copying zope/testrunner/tests/testrunner-ex-pp-products/sampletests.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex-pp-products copying zope/testrunner/tests/testrunner-ex-pp-products/__init__.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex-pp-products copying zope/testrunner/tests/testrunner-ex-pp-products/more/sampletests.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex-pp-products/more copying zope/testrunner/tests/testrunner-ex-pp-products/more/__init__.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex-pp-products/more copying zope/testrunner/tests/testrunner-ex/sampletestsf.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex copying zope/testrunner/tests/testrunner-ex/gc0.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex copying zope/testrunner/tests/testrunner-ex/README.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex copying zope/testrunner/tests/testrunner-ex/gc1.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex copying zope/testrunner/tests/testrunner-ex/gcstats.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex copying zope/testrunner/tests/testrunner-ex/sampletestsl.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex copying zope/testrunner/tests/testrunner-ex/unicode.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex copying zope/testrunner/tests/testrunner-ex/sampletests_buffering.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex copying zope/testrunner/tests/testrunner-ex/gcset.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex copying zope/testrunner/tests/testrunner-ex/samplelayers.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex copying zope/testrunner/tests/testrunner-ex/brokenlayer.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex copying zope/testrunner/tests/testrunner-ex/leak.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex copying zope/testrunner/tests/testrunner-ex/pledge.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex copying zope/testrunner/tests/testrunner-ex/sampletests.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex copying zope/testrunner/tests/testrunner-ex/new_threads.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex copying zope/testrunner/tests/testrunner-ex/usecompiled/README.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/usecompiled copying zope/testrunner/tests/testrunner-ex/usecompiled/compiletest.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/usecompiled copying zope/testrunner/tests/testrunner-ex/usecompiled/__init__.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/usecompiled copying zope/testrunner/tests/testrunner-ex/usecompiled/package/compiletest.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/usecompiled/package copying zope/testrunner/tests/testrunner-ex/usecompiled/package/__init__.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/usecompiled/package copying zope/testrunner/tests/testrunner-ex/sample3/post_mortem_failure.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample3 copying zope/testrunner/tests/testrunner-ex/sample3/sampletests_d.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample3 copying zope/testrunner/tests/testrunner-ex/sample3/sampletests.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample3 copying zope/testrunner/tests/testrunner-ex/sample3/post_mortem5.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample3 copying zope/testrunner/tests/testrunner-ex/sample3/post_mortem6.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample3 copying zope/testrunner/tests/testrunner-ex/sample3/set_trace6.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample3 copying zope/testrunner/tests/testrunner-ex/sample3/__init__.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample3 copying zope/testrunner/tests/testrunner-ex/sample3/sampletests_ntd.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample3 copying zope/testrunner/tests/testrunner-ex/sample3/set_trace5.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample3 copying zope/testrunner/tests/testrunner-ex/sample3/sample31/__init__.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample3/sample31 copying zope/testrunner/tests/testrunner-ex/sample3/sample32/__init__.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample3/sample32 copying zope/testrunner/tests/testrunner-ex/sample3/sample33/__init__.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample3/sample33 copying zope/testrunner/tests/testrunner-ex/sampletests/test112.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sampletests copying zope/testrunner/tests/testrunner-ex/sampletests/test12.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sampletests copying zope/testrunner/tests/testrunner-ex/sampletests/test111.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sampletests copying zope/testrunner/tests/testrunner-ex/sampletests/test122.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sampletests copying zope/testrunner/tests/testrunner-ex/sampletests/test_one.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sampletests copying zope/testrunner/tests/testrunner-ex/sampletests/__init__.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sampletests copying zope/testrunner/tests/testrunner-ex/sampletests/test121.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sampletests copying zope/testrunner/tests/testrunner-ex/sampletests/test1.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sampletests copying zope/testrunner/tests/testrunner-ex/sampletests/test11.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sampletests copying zope/testrunner/tests/testrunner-ex/sample1/sampletestsf.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample1 copying zope/testrunner/tests/testrunner-ex/sample1/sampletests_none_suite.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample1 copying zope/testrunner/tests/testrunner-ex/sample1/sampletests_discover_notests.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample1 copying zope/testrunner/tests/testrunner-ex/sample1/__init__.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample1 copying zope/testrunner/tests/testrunner-ex/sample1/sampletests_discover.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample1 copying zope/testrunner/tests/testrunner-ex/sample1/sampletests_none_test.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample1 copying zope/testrunner/tests/testrunner-ex/sample1/sampletests_ntds.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample1 copying zope/testrunner/tests/testrunner-ex/sample1/sampletests_ntd.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample1 copying zope/testrunner/tests/testrunner-ex/sample1/sampletests/test112.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample1/sampletests copying zope/testrunner/tests/testrunner-ex/sample1/sampletests/test12.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample1/sampletests copying zope/testrunner/tests/testrunner-ex/sample1/sampletests/test111.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample1/sampletests copying zope/testrunner/tests/testrunner-ex/sample1/sampletests/test122.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample1/sampletests copying zope/testrunner/tests/testrunner-ex/sample1/sampletests/test_one.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample1/sampletests copying zope/testrunner/tests/testrunner-ex/sample1/sampletests/__init__.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample1/sampletests copying zope/testrunner/tests/testrunner-ex/sample1/sampletests/test121.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample1/sampletests copying zope/testrunner/tests/testrunner-ex/sample1/sampletests/test1.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample1/sampletests copying zope/testrunner/tests/testrunner-ex/sample1/sampletests/test11.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample1/sampletests copying zope/testrunner/tests/testrunner-ex/sample1/sample11/sampletests.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample1/sample11 copying zope/testrunner/tests/testrunner-ex/sample1/sample11/__init__.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample1/sample11 copying zope/testrunner/tests/testrunner-ex/sample1/sample13/sampletests.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample1/sample13 copying zope/testrunner/tests/testrunner-ex/sample1/sample13/__init__.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample1/sample13 copying zope/testrunner/tests/testrunner-ex/sample1/sample12/__init__.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample1/sample12 copying zope/testrunner/tests/testrunner-ex/sample2/sampletests_e.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample2 copying zope/testrunner/tests/testrunner-ex/sample2/e.rst -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample2 copying zope/testrunner/tests/testrunner-ex/sample2/stdstreamstest.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample2 copying zope/testrunner/tests/testrunner-ex/sample2/sampletests_1.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample2 copying zope/testrunner/tests/testrunner-ex/sample2/__init__.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample2 copying zope/testrunner/tests/testrunner-ex/sample2/badsyntax.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample2 copying zope/testrunner/tests/testrunner-ex/sample2/sampletests_ntds.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample2 copying zope/testrunner/tests/testrunner-ex/sample2/sampletests_ntd.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample2 copying zope/testrunner/tests/testrunner-ex/sample2/stderrtest.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample2 copying zope/testrunner/tests/testrunner-ex/sample2/sampletests_f.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample2 copying zope/testrunner/tests/testrunner-ex/sample2/donotenter/sampletests.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample2/donotenter copying zope/testrunner/tests/testrunner-ex/sample2/sampletests/testone.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample2/sampletests copying zope/testrunner/tests/testrunner-ex/sample2/sampletests/__init__.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample2/sampletests copying zope/testrunner/tests/testrunner-ex/sample2/sampletests/test_1.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample2/sampletests copying zope/testrunner/tests/testrunner-ex/sample2/sample22/__init__.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample2/sample22 copying zope/testrunner/tests/testrunner-ex/sample2/sample22/sampletests_i.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample2/sample22 copying zope/testrunner/tests/testrunner-ex/sample2/do-not-enter/sampletests.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample2/do-not-enter copying zope/testrunner/tests/testrunner-ex/sample2/sample23/__init__.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample2/sample23 copying zope/testrunner/tests/testrunner-ex/sample2/sample23/sampletests_i.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample2/sample23 copying zope/testrunner/tests/testrunner-ex/sample2/sample21/sampletests.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample2/sample21 copying zope/testrunner/tests/testrunner-ex/sample2/sample21/__init__.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample2/sample21 copying zope/testrunner/tests/testrunner-ex/sample2/sample21/sampletests_i.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample2/sample21 copying zope/testrunner/tests/testrunner-ex-719369/sampletestsf.py -> /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex-719369 byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/garbagecollection.py to garbagecollection.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/selftest.py to selftest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/statistics.py to statistics.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/filter.py to filter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/layer.py to layer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/__main__.py to __main__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/formatter.py to formatter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/listing.py to listing.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/_doctest.py to _doctest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/shuffle.py to shuffle.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/profiling.py to profiling.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/options.py to options.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/coverage.py to coverage.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/eggsupport.py to eggsupport.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/runner.py to runner.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/interfaces.py to interfaces.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/process.py to process.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/feature.py to feature.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/logsupport.py to logsupport.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/debug.py to debug.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/refcount.py to refcount.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tb_format.py to tb_format.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/find.py to find.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/test_filter.py to test_filter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/test_subunit.py to test_subunit.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/test_runner.py to test_runner.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/test_find.py to test_find.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/test_doctest.py to test_doctest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex-251759/eggs/foo.bar-1.2-py2.5.egg/test.py to test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex-251759/eggs/foo.bar-1.2-py2.5.egg/foo/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex-251759/eggs/foo.bar-1.2-py2.5.egg/foo/bar/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex-251759/eggs/foo.bar-1.2-py2.5.egg/foo/bar/tests.py to tests.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex-6/cwdtests.py to cwdtests.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex-37/stop_on_error.py to stop_on_error.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex-37/stop_on_failure.py to stop_on_failure.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex-37/layers.py to layers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex-skip/sample_skipped_tests.py to sample_skipped_tests.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex-pp-lib/sample4/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex-pp-lib/sample4/products/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex-pp-products/sampletests.py to sampletests.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex-pp-products/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex-pp-products/more/sampletests.py to sampletests.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex-pp-products/more/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sampletestsf.py to sampletestsf.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/gc0.py to gc0.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/gc1.py to gc1.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/gcstats.py to gcstats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/unicode.py to unicode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sampletests_buffering.py to sampletests_buffering.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/gcset.py to gcset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/samplelayers.py to samplelayers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/brokenlayer.py to brokenlayer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/leak.py to leak.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/pledge.py to pledge.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/new_threads.py to new_threads.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/usecompiled/compiletest.py to compiletest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/usecompiled/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/usecompiled/package/compiletest.py to compiletest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/usecompiled/package/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample3/sampletests_d.py to sampletests_d.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample3/sampletests.py to sampletests.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample3/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample3/sampletests_ntd.py to sampletests_ntd.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample3/sample31/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample3/sample32/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample3/sample33/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sampletests/test112.py to test112.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sampletests/test12.py to test12.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sampletests/test111.py to test111.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sampletests/test122.py to test122.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sampletests/test_one.py to test_one.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sampletests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sampletests/test121.py to test121.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sampletests/test1.py to test1.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sampletests/test11.py to test11.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample1/sampletestsf.py to sampletestsf.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample1/sampletests_none_suite.py to sampletests_none_suite.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample1/sampletests_discover_notests.py to sampletests_discover_notests.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample1/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample1/sampletests_discover.py to sampletests_discover.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample1/sampletests_none_test.py to sampletests_none_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample1/sampletests_ntds.py to sampletests_ntds.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample1/sampletests_ntd.py to sampletests_ntd.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample1/sampletests/test112.py to test112.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample1/sampletests/test12.py to test12.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample1/sampletests/test111.py to test111.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample1/sampletests/test122.py to test122.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample1/sampletests/test_one.py to test_one.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample1/sampletests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample1/sampletests/test121.py to test121.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample1/sampletests/test1.py to test1.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample1/sampletests/test11.py to test11.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample1/sample11/sampletests.py to sampletests.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample1/sample11/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample1/sample13/sampletests.py to sampletests.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample1/sample13/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample1/sample12/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample2/sampletests_e.py to sampletests_e.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample2/stdstreamstest.py to stdstreamstest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample2/sampletests_1.py to sampletests_1.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample2/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample2/badsyntax.py to badsyntax.cpython-39.pyc File "/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample2/badsyntax.py", line 16 importx unittest ^ SyntaxError: invalid syntax byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample2/sampletests_ntds.py to sampletests_ntds.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample2/sampletests_ntd.py to sampletests_ntd.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample2/stderrtest.py to stderrtest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample2/sampletests_f.py to sampletests_f.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample2/donotenter/sampletests.py to sampletests.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample2/sampletests/testone.py to testone.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample2/sampletests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample2/sampletests/test_1.py to test_1.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample2/sample22/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample2/sample22/sampletests_i.py to sampletests_i.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample2/do-not-enter/sampletests.py to sampletests.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample2/sample23/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample2/sample23/sampletests_i.py to sampletests_i.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample2/sample21/sampletests.py to sampletests.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample2/sample21/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample2/sample21/sampletests_i.py to sampletests_i.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex-719369/sampletestsf.py to sampletestsf.cpython-39.pyc writing byte-compilation script '/tmp/tmpqyiv74xp.py' /usr/bin/python3 /tmp/tmpqyiv74xp.py File "/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample2/badsyntax.py", line 16 importx unittest ^ SyntaxError: invalid syntax removing /tmp/tmpqyiv74xp.py running install_egg_info running egg_info writing src/zope.testrunner.egg-info/PKG-INFO writing dependency_links to src/zope.testrunner.egg-info/dependency_links.txt writing entry points to src/zope.testrunner.egg-info/entry_points.txt writing namespace_packages to src/zope.testrunner.egg-info/namespace_packages.txt writing requirements to src/zope.testrunner.egg-info/requires.txt writing top-level names to src/zope.testrunner.egg-info/top_level.txt package init file 'src/zope/testrunner/tests/testrunner-ex/__init__.py' not found (or not a regular file) reading manifest file 'src/zope.testrunner.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'src/zope.testrunner.egg-info/SOURCES.txt' Copying src/zope.testrunner.egg-info to /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope.testrunner-5.1-py3.9.egg-info Installing /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope.testrunner-5.1-py3.9-nspkg.pth running install_scripts Installing zope-testrunner script to /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/bin + rm -rfv /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/bin/__pycache__ + mkdir -p /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/share/man/man1 + PYTHONPATH=/builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages + help2man -s 1 -o /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/share/man/man1/zope-testrunner.1 -N -n 'Zope testrunner script' /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/bin/zope-testrunner + mkdir lib + cp -a /usr/lib/python3.9 lib + '[' -d /usr/lib64/python3.9 ']' + mkdir include + cp -a /usr/include/python3.9 include + cp -a /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope.testrunner-5.1-py3.9-nspkg.pth /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope.testrunner-5.1-py3.9.egg-info lib/python3.9/site-packages + export PYTHONHOME=/builddir/build/BUILD/zope.testrunner-5.1:/builddir/build/BUILD/zope.testrunner-5.1 + PYTHONHOME=/builddir/build/BUILD/zope.testrunner-5.1:/builddir/build/BUILD/zope.testrunner-5.1 + sphinx-build -b html -d docs/_build/doctrees docs docs/_build/html Running Sphinx v2.2.2 making output directory... done loading intersphinx inventory from /usr/share/doc/python3-docs/html/objects.inv... building [mo]: targets for 0 po files that are out of date building [html]: targets for 30 source files that are out of date updating environment: [new config] 30 added, 0 changed, 0 removed reading sources... [ 3%] api reading sources... [ 6%] changelog reading sources... [ 10%] cli reading sources... [ 13%] getting-started reading sources... [ 16%] index reading sources... [ 20%] testrunner reading sources... [ 23%] testrunner-arguments reading sources... [ 26%] testrunner-colors reading sources... [ 30%] testrunner-coverage reading sources... [ 33%] testrunner-debugging reading sources... [ 36%] testrunner-discovery reading sources... [ 40%] testrunner-edge-cases reading sources... [ 43%] testrunner-eggsupport reading sources... [ 46%] testrunner-errors reading sources... [ 50%] testrunner-gc reading sources... [ 53%] testrunner-knit reading sources... [ 56%] testrunner-layers reading sources... [ 60%] testrunner-layers-api reading sources... [ 63%] testrunner-layers-instances reading sources... [ 66%] testrunner-layers-ntd reading sources... [ 70%] testrunner-leaks /builddir/build/BUILD/zope.testrunner-5.1/lib/python3.9/site-packages/sphinx/util/nodes.py:151: FutureWarning: The iterable returned by Node.traverse() will become an iterator instead of a list in Docutils > 0.16. for classifier in reversed(node.parent.traverse(nodes.classifier)): reading sources... [ 73%] testrunner-new-threads reading sources... [ 76%] testrunner-profiling reading sources... [ 80%] testrunner-progress reading sources... [ 83%] testrunner-repeat reading sources... [ 86%] testrunner-shuffle reading sources... [ 90%] testrunner-simple reading sources... [ 93%] testrunner-test-selection reading sources... [ 96%] testrunner-verbose reading sources... [100%] testrunner-wo-source looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 3%] api writing output... [ 6%] changelog writing output... [ 10%] cli writing output... [ 13%] getting-started writing output... [ 16%] index writing output... [ 20%] testrunner writing output... [ 23%] testrunner-arguments writing output... [ 26%] testrunner-colors writing output... [ 30%] testrunner-coverage writing output... [ 33%] testrunner-debugging writing output... [ 36%] testrunner-discovery writing output... [ 40%] testrunner-edge-cases writing output... [ 43%] testrunner-eggsupport writing output... [ 46%] testrunner-errors writing output... [ 50%] testrunner-gc writing output... [ 53%] testrunner-knit writing output... [ 56%] testrunner-layers writing output... [ 60%] testrunner-layers-api writing output... [ 63%] testrunner-layers-instances writing output... [ 66%] testrunner-layers-ntd writing output... [ 70%] testrunner-leaks writing output... [ 73%] testrunner-new-threads writing output... [ 76%] testrunner-profiling writing output... [ 80%] testrunner-progress writing output... [ 83%] testrunner-repeat writing output... [ 86%] testrunner-shuffle writing output... [ 90%] testrunner-simple writing output... [ 93%] testrunner-test-selection writing output... [ 96%] testrunner-verbose writing output... [100%] testrunner-wo-source generating indices... genindex py-modindexdone highlighting module code... [ 33%] zope.testrunner highlighting module code... [ 66%] zope.testrunner.eggsupport highlighting module code... [100%] zope.testrunner.runner writing additional pages... searchdone copying static files... ... done copying extra files... done dumping search index in English (code: en)... done dumping object inventory... done build succeeded. The HTML pages are in docs/_build/html. + rm -fr include lib lib64 + rm -f docs/_build/html/.buildinfo + unset PYTHONHOME + /usr/lib/rpm/find-debuginfo.sh -j5 --strict-build-id -m -i --build-id-seed 5.1-4.fc33 --unique-debug-suffix -5.1-4.fc33.noarch --unique-debug-src-base python-zope-testrunner-5.1-4.fc33.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/zope.testrunner-5.1 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile /usr/bin/python '' 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9 using /usr/bin/python3.9 *** Error compiling '/builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample2/badsyntax.py'... File "/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample2/badsyntax.py", line 16 importx unittest ^ SyntaxError: invalid syntax *** Error compiling '/builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample2/badsyntax.py'... File "/usr/lib/python3.9/site-packages/zope/testrunner/tests/testrunner-ex/sample2/badsyntax.py", line 16 importx unittest ^ SyntaxError: invalid syntax + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.HCBYLH + umask 022 + cd /builddir/build/BUILD + cd zope.testrunner-5.1 + mkdir lib + cp -a /usr/lib/python3.9 lib + '[' -d /usr/lib64/python3.9 ']' + mkdir include + cp -a /usr/include/python3.9 include + cp -a /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope.testrunner-5.1-py3.9-nspkg.pth /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/lib/python3.9/site-packages/zope.testrunner-5.1-py3.9.egg-info lib/python3.9/site-packages + export PYTHONHOME=/builddir/build/BUILD/zope.testrunner-5.1:/builddir/build/BUILD/zope.testrunner-5.1 + PYTHONHOME=/builddir/build/BUILD/zope.testrunner-5.1:/builddir/build/BUILD/zope.testrunner-5.1 + /usr/bin/python3 setup.py test running test running egg_info writing src/zope.testrunner.egg-info/PKG-INFO writing dependency_links to src/zope.testrunner.egg-info/dependency_links.txt writing entry points to src/zope.testrunner.egg-info/entry_points.txt writing namespace_packages to src/zope.testrunner.egg-info/namespace_packages.txt writing requirements to src/zope.testrunner.egg-info/requires.txt writing top-level names to src/zope.testrunner.egg-info/top_level.txt package init file 'src/zope/testrunner/tests/testrunner-ex/__init__.py' not found (or not a regular file) reading manifest file 'src/zope.testrunner.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'src/zope.testrunner.egg-info/SOURCES.txt' running build_ext Running zope.testrunner.layer.UnitTests tests: Set up zope.testrunner.layer.UnitTests in 0.000 seconds. /builddir/build/BUILD/zope.testrunner-5.1/lib/python3.9/site-packages/zope/testrunner/shuffle.py:56: DeprecationWarning: The *random* parameter to shuffle() has been deprecated since Python 3.9 and will be removed in a subsequent version. rng.shuffle(tests, random=rng.random) /builddir/build/BUILD/zope.testrunner-5.1/lib/python3.9/site-packages/zope/testrunner/shuffle.py:56: DeprecationWarning: The *random* parameter to shuffle() has been deprecated since Python 3.9 and will be removed in a subsequent version. rng.shuffle(tests, random=rng.random) /builddir/build/BUILD/zope.testrunner-5.1/lib/python3.9/site-packages/zope/testrunner/shuffle.py:56: DeprecationWarning: The *random* parameter to shuffle() has been deprecated since Python 3.9 and will be removed in a subsequent version. rng.shuffle(tests, random=rng.random) /builddir/build/BUILD/zope.testrunner-5.1/lib/python3.9/site-packages/zope/testrunner/shuffle.py:56: DeprecationWarning: The *random* parameter to shuffle() has been deprecated since Python 3.9 and will be removed in a subsequent version. rng.shuffle(tests, random=rng.random) /builddir/build/BUILD/zope.testrunner-5.1/lib/python3.9/site-packages/zope/testrunner/shuffle.py:56: DeprecationWarning: The *random* parameter to shuffle() has been deprecated since Python 3.9 and will be removed in a subsequent version. rng.shuffle(tests, random=rng.random) /builddir/build/BUILD/zope.testrunner-5.1/lib/python3.9/site-packages/setuptools/lib2to3_ex.py:13: PendingDeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+ from lib2to3.refactor import RefactoringTool, get_fixers_from_package Ran 70 tests with 0 failures, 0 errors, 2 skipped in 43.495 seconds. Tearing down left over layers: Tear down zope.testrunner.layer.UnitTests in 0.000 seconds. + rm -fr include lib lib64 + unset PYTHONHOME + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3-zope-testrunner-5.1-4.fc33.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.uhSSTJ + umask 022 + cd /builddir/build/BUILD + cd zope.testrunner-5.1 + DOCDIR=/builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/share/doc/python3-zope-testrunner + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/share/doc/python3-zope-testrunner + cp -pr CHANGES.html /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/share/doc/python3-zope-testrunner + cp -pr README.html /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/share/doc/python3-zope-testrunner + cp -pr docs/_build/html /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/share/doc/python3-zope-testrunner + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.uGDIiK + umask 022 + cd /builddir/build/BUILD + cd zope.testrunner-5.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/share/licenses/python3-zope-testrunner + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/share/licenses/python3-zope-testrunner + cp -pr COPYRIGHT /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/share/licenses/python3-zope-testrunner + cp -pr LICENSE.md /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch/usr/share/licenses/python3-zope-testrunner + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-zope-testrunner = 5.1-4.fc33 python2-zope-testrunner = 5.1-4.fc33 python3-zope-testrunner = 5.1-4.fc33 python3.9-zope-testrunner = 5.1-4.fc33 python3.9dist(zope-testrunner) = 5.1 python3.9dist(zope.testrunner) = 5.1 python3dist(zope-testrunner) = 5.1 python3dist(zope.testrunner) = 5.1 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: /usr/bin/python3 python(abi) = 3.9 python3.9dist(setuptools) python3.9dist(six) python3.9dist(zope-exceptions) python3.9dist(zope-interface) Obsoletes: python-zope-testrunner < 5.1-4.fc33 python2-zope-testrunner < 5.0-4 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch Wrote: /builddir/build/RPMS/python3-zope-testrunner-5.1-4.fc33.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.d3ztXJ + umask 022 + cd /builddir/build/BUILD + cd zope.testrunner-5.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-zope-testrunner-5.1-4.fc33.noarch + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0