INFO: not using any hashes in /data/userland-archives/hashes for zope.testrunner-6.6.tar.gz (overridden with --hash) Source /data/userland-archives/zope.testrunner-6.6.tar.gz... not found, skipping file copy Source https://files.pythonhosted.org/packages/06/53/c2d928fb5eb70ab91044f57ecf431c2e9c7ccc5ab718122fe52a3cb1059c/zope.testrunner-6.6.tar.gz... downloading... ok validating signature... checking local signature... not found signature validation failed validating hash... ok patching file tox.ini patching file pyproject.toml copy cloning /jenkins/jobs/oi-userland/workspace/components/python/zope.testrunner/zope.testrunner-6.6 to /jenkins/jobs/oi-userland/workspace/components/python/zope.testrunner/build/amd64-3.9 * Getting build dependencies for wheel... /usr/lib/python3.9/vendor-packages/setuptools/dist.py:655: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated. !! ******************************************************************************** Please replace its usage with implicit namespaces (PEP 420). See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages for details. ******************************************************************************** !! ep.load()(self, ep.name, value) 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 reading manifest file 'src/zope.testrunner.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.txt' warning: no files found matching 'Makefile' under directory 'docs' adding license file 'LICENSE.md' writing manifest file 'src/zope.testrunner.egg-info/SOURCES.txt' * Building wheel... /usr/lib/python3.9/vendor-packages/setuptools/dist.py:655: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated. !! ******************************************************************************** Please replace its usage with implicit namespaces (PEP 420). See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages for details. ******************************************************************************** !! ep.load()(self, ep.name, value) running bdist_wheel running build running build_py creating build/lib/zope copying src/zope/__init__.py -> build/lib/zope creating build/lib/zope/testrunner copying src/zope/testrunner/exceptions.py -> build/lib/zope/testrunner copying src/zope/testrunner/refcount.py -> build/lib/zope/testrunner copying src/zope/testrunner/selftest.py -> build/lib/zope/testrunner copying src/zope/testrunner/layer.py -> build/lib/zope/testrunner copying src/zope/testrunner/eggsupport.py -> build/lib/zope/testrunner copying src/zope/testrunner/interfaces.py -> build/lib/zope/testrunner copying src/zope/testrunner/profiling.py -> build/lib/zope/testrunner copying src/zope/testrunner/find.py -> build/lib/zope/testrunner copying src/zope/testrunner/__main__.py -> build/lib/zope/testrunner copying src/zope/testrunner/filter.py -> build/lib/zope/testrunner copying src/zope/testrunner/util.py -> build/lib/zope/testrunner copying src/zope/testrunner/tb_format.py -> build/lib/zope/testrunner copying src/zope/testrunner/threadsupport.py -> build/lib/zope/testrunner copying src/zope/testrunner/debug.py -> build/lib/zope/testrunner copying src/zope/testrunner/shuffle.py -> build/lib/zope/testrunner copying src/zope/testrunner/_doctest.py -> build/lib/zope/testrunner copying src/zope/testrunner/options.py -> build/lib/zope/testrunner copying src/zope/testrunner/feature.py -> build/lib/zope/testrunner copying src/zope/testrunner/process.py -> build/lib/zope/testrunner copying src/zope/testrunner/formatter.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/digraph.py -> build/lib/zope/testrunner copying src/zope/testrunner/runner.py -> build/lib/zope/testrunner copying src/zope/testrunner/statistics.py -> build/lib/zope/testrunner copying src/zope/testrunner/listing.py -> build/lib/zope/testrunner copying src/zope/testrunner/logsupport.py -> build/lib/zope/testrunner copying src/zope/testrunner/garbagecollection.py -> build/lib/zope/testrunner 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 reading manifest file 'src/zope.testrunner.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.txt' warning: no files found matching 'Makefile' under directory 'docs' adding license file 'LICENSE.md' writing manifest file 'src/zope.testrunner.egg-info/SOURCES.txt' /usr/lib/python3.9/vendor-packages/setuptools/command/build_py.py:218: _Warning: Package 'zope.testrunner.tests' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'zope.testrunner.tests' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'zope.testrunner.tests' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'zope.testrunner.tests' to be distributed and are already explicitly excluding 'zope.testrunner.tests' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.9/vendor-packages/setuptools/command/build_py.py:218: _Warning: Package 'zope.testrunner.tests.logsupport' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'zope.testrunner.tests.logsupport' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'zope.testrunner.tests.logsupport' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'zope.testrunner.tests.logsupport' to be distributed and are already explicitly excluding 'zope.testrunner.tests.logsupport' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) creating build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/__init__.py -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/test_digraph.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_logsupport.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/test_threadsupport.py -> build/lib/zope/testrunner/tests copying src/zope/testrunner/tests/test_xml_output.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-after-test.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-subtest.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/logsupport copying src/zope/testrunner/tests/logsupport/log.ini -> build/lib/zope/testrunner/tests/logsupport creating build/lib/zope/testrunner/tests/testrunner-ex copying src/zope/testrunner/tests/testrunner-ex/README.rst -> 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/gc-after-test.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/gcset.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/leak.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 copying src/zope/testrunner/tests/testrunner-ex/pledge.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/sampletests.rst -> 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/sampletests_many.py -> 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/sampletestsl.rst -> build/lib/zope/testrunner/tests/testrunner-ex copying src/zope/testrunner/tests/testrunner-ex/subtest.py -> build/lib/zope/testrunner/tests/testrunner-ex copying src/zope/testrunner/tests/testrunner-ex/unicode.py -> build/lib/zope/testrunner/tests/testrunner-ex 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/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 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/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 installing to build/bdist.solaris-2.11-i86pc.64bit/wheel running install running install_lib Skipping installation of build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/__init__.py (namespace package) copying zope/testrunner/__main__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner copying zope/testrunner/layer.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner copying zope/testrunner/threadsupport.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner copying zope/testrunner/profiling.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner copying zope/testrunner/util.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner copying zope/testrunner/find.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner copying zope/testrunner/garbagecollection.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner copying zope/testrunner/logsupport.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner copying zope/testrunner/refcount.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner copying zope/testrunner/tb_format.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner copying zope/testrunner/debug.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner copying zope/testrunner/shuffle.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner copying zope/testrunner/filter.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner copying zope/testrunner/statistics.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner copying zope/testrunner/selftest.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner copying zope/testrunner/eggsupport.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner copying zope/testrunner/options.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner copying zope/testrunner/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner copying zope/testrunner/interfaces.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner copying zope/testrunner/coverage.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner copying zope/testrunner/formatter.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner copying zope/testrunner/process.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner copying zope/testrunner/feature.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner copying zope/testrunner/exceptions.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner copying zope/testrunner/digraph.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner copying zope/testrunner/_doctest.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner copying zope/testrunner/runner.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner copying zope/testrunner/listing.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner copying zope/testrunner/tests/testrunner-debugging.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/testrunner-layers-api.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/testrunner-layers-topological-sort.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/test_logsupport.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/testrunner-layers-cwd.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/testrunner-wo-source.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/test_subunit.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/testrunner-subunit-err.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/testrunner-discovery.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/testrunner-errors.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/testrunner-coverage.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/testrunner-leaks.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/testrunner-profiling.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/testrunner-layers-cantfind.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/testrunner-new-threads.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/testrunner-layers.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/test_runner.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/testrunner-coverage-win32.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/testrunner-progress.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/testrunner-unexpected-success.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/test_threadsupport.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/testrunner-subtest.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/testrunner-leaks-err.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/testrunner-debugging-layer-setup.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/testrunner-subunit-leaks.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/testrunner-test-selection.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/testrunner-layers-instances.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/testrunner-colors.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/testrunner-gc-after-test.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/test_find.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/testrunner-arguments.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/testrunner-tb-format.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/testrunner-stops-when-stop-on-error.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/testrunner-edge-cases.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/testrunner.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/testrunner-simple.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/testrunner-layers-ntd.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/testrunner-subprocess-errors.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/test_doctest.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/testrunner-report-skipped.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/testrunner-nestedcode.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/testrunner-profiling-cprofiler.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/testrunner-debugging-import-failure.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/test_filter.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/test_digraph.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/testrunner-eggsupport.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/test_xml_output.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/testrunner-subunit-v2.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/testrunner-debugging-nonprintable-exc.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/testrunner-knit.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/testrunner-layers-buff.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/testrunner-subunit.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/testrunner-shuffle.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/testrunner-verbose.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/testrunner-gc.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/testrunner-repeat.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests copying zope/testrunner/tests/testrunner-ex-6/cwdtests.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex-6 copying zope/testrunner/tests/logsupport/log.ini -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/logsupport copying zope/testrunner/tests/testrunner-ex-719369/sampletestsf.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex-719369 copying zope/testrunner/tests/testrunner-ex-251759/eggs/foo.bar-1.2-py2.5.egg/test.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./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 -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./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 -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./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 -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex-251759/eggs/foo.bar-1.2-py2.5.egg/foo/bar copying zope/testrunner/tests/testrunner-ex-pp-products/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex-pp-products copying zope/testrunner/tests/testrunner-ex-pp-products/sampletests.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex-pp-products copying zope/testrunner/tests/testrunner-ex-pp-products/more/sampletests.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex-pp-products/more copying zope/testrunner/tests/testrunner-ex-pp-products/more/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex-pp-products/more copying zope/testrunner/tests/testrunner-ex-pp-lib/sample4/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex-pp-lib/sample4 copying zope/testrunner/tests/testrunner-ex-pp-lib/sample4/products/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex-pp-lib/sample4/products copying zope/testrunner/tests/testrunner-ex/pledge.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex copying zope/testrunner/tests/testrunner-ex/sampletests_many.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex copying zope/testrunner/tests/testrunner-ex/sampletests_buffering.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex copying zope/testrunner/tests/testrunner-ex/sampletests.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex copying zope/testrunner/tests/testrunner-ex/README.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex copying zope/testrunner/tests/testrunner-ex/gc1.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex copying zope/testrunner/tests/testrunner-ex/sampletestsl.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex copying zope/testrunner/tests/testrunner-ex/samplelayers.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex copying zope/testrunner/tests/testrunner-ex/gc0.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex copying zope/testrunner/tests/testrunner-ex/leak.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex copying zope/testrunner/tests/testrunner-ex/unicode.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex copying zope/testrunner/tests/testrunner-ex/sampletestsf.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex copying zope/testrunner/tests/testrunner-ex/new_threads.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex copying zope/testrunner/tests/testrunner-ex/subtest.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex copying zope/testrunner/tests/testrunner-ex/gc-after-test.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex copying zope/testrunner/tests/testrunner-ex/gcstats.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex copying zope/testrunner/tests/testrunner-ex/brokenlayer.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex copying zope/testrunner/tests/testrunner-ex/gcset.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex copying zope/testrunner/tests/testrunner-ex/usecompiled/README.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/usecompiled copying zope/testrunner/tests/testrunner-ex/usecompiled/compiletest.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/usecompiled copying zope/testrunner/tests/testrunner-ex/usecompiled/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/usecompiled copying zope/testrunner/tests/testrunner-ex/usecompiled/package/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/usecompiled/package copying zope/testrunner/tests/testrunner-ex/usecompiled/package/compiletest.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/usecompiled/package copying zope/testrunner/tests/testrunner-ex/sample3/sampletests_ntd.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample3 copying zope/testrunner/tests/testrunner-ex/sample3/set_trace6.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample3 copying zope/testrunner/tests/testrunner-ex/sample3/post_mortem5.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample3 copying zope/testrunner/tests/testrunner-ex/sample3/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample3 copying zope/testrunner/tests/testrunner-ex/sample3/sampletests_d.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample3 copying zope/testrunner/tests/testrunner-ex/sample3/set_trace5.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample3 copying zope/testrunner/tests/testrunner-ex/sample3/post_mortem_failure.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample3 copying zope/testrunner/tests/testrunner-ex/sample3/post_mortem6.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample3 copying zope/testrunner/tests/testrunner-ex/sample3/sampletests.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample3 copying zope/testrunner/tests/testrunner-ex/sample3/sample33/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample3/sample33 copying zope/testrunner/tests/testrunner-ex/sample3/sample31/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample3/sample31 copying zope/testrunner/tests/testrunner-ex/sample3/sample32/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample3/sample32 copying zope/testrunner/tests/testrunner-ex/sample1/sampletests_none_test.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample1 copying zope/testrunner/tests/testrunner-ex/sample1/sampletests_discover_notests.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample1 copying zope/testrunner/tests/testrunner-ex/sample1/sampletests_ntd.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample1 copying zope/testrunner/tests/testrunner-ex/sample1/sampletests_discover.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample1 copying zope/testrunner/tests/testrunner-ex/sample1/sampletests_ntds.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample1 copying zope/testrunner/tests/testrunner-ex/sample1/sampletests_none_suite.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample1 copying zope/testrunner/tests/testrunner-ex/sample1/sampletestsf.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample1 copying zope/testrunner/tests/testrunner-ex/sample1/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample1 copying zope/testrunner/tests/testrunner-ex/sample1/sample13/sampletests.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample1/sample13 copying zope/testrunner/tests/testrunner-ex/sample1/sample13/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample1/sample13 copying zope/testrunner/tests/testrunner-ex/sample1/sample12/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample1/sample12 copying zope/testrunner/tests/testrunner-ex/sample1/sampletests/test121.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample1/sampletests copying zope/testrunner/tests/testrunner-ex/sample1/sampletests/test_one.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample1/sampletests copying zope/testrunner/tests/testrunner-ex/sample1/sampletests/test122.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample1/sampletests copying zope/testrunner/tests/testrunner-ex/sample1/sampletests/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample1/sampletests copying zope/testrunner/tests/testrunner-ex/sample1/sampletests/test1.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample1/sampletests copying zope/testrunner/tests/testrunner-ex/sample1/sampletests/test112.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample1/sampletests copying zope/testrunner/tests/testrunner-ex/sample1/sampletests/test12.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample1/sampletests copying zope/testrunner/tests/testrunner-ex/sample1/sampletests/test111.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample1/sampletests copying zope/testrunner/tests/testrunner-ex/sample1/sampletests/test11.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample1/sampletests copying zope/testrunner/tests/testrunner-ex/sample1/sample11/sampletests.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample1/sample11 copying zope/testrunner/tests/testrunner-ex/sample1/sample11/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample1/sample11 copying zope/testrunner/tests/testrunner-ex/sampletests/test1.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sampletests copying zope/testrunner/tests/testrunner-ex/sampletests/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sampletests copying zope/testrunner/tests/testrunner-ex/sampletests/test_one.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sampletests copying zope/testrunner/tests/testrunner-ex/sampletests/test111.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sampletests copying zope/testrunner/tests/testrunner-ex/sampletests/test112.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sampletests copying zope/testrunner/tests/testrunner-ex/sampletests/test122.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sampletests copying zope/testrunner/tests/testrunner-ex/sampletests/test12.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sampletests copying zope/testrunner/tests/testrunner-ex/sampletests/test121.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sampletests copying zope/testrunner/tests/testrunner-ex/sampletests/test11.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sampletests copying zope/testrunner/tests/testrunner-ex/sample2/e.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample2 copying zope/testrunner/tests/testrunner-ex/sample2/stdstreamstest.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample2 copying zope/testrunner/tests/testrunner-ex/sample2/sampletests_1.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample2 copying zope/testrunner/tests/testrunner-ex/sample2/badsyntax.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample2 copying zope/testrunner/tests/testrunner-ex/sample2/sampletests_ntds.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample2 copying zope/testrunner/tests/testrunner-ex/sample2/sampletests_ntd.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample2 copying zope/testrunner/tests/testrunner-ex/sample2/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample2 copying zope/testrunner/tests/testrunner-ex/sample2/sampletests_e.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample2 copying zope/testrunner/tests/testrunner-ex/sample2/stderrtest.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample2 copying zope/testrunner/tests/testrunner-ex/sample2/sampletests_f.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample2 copying zope/testrunner/tests/testrunner-ex/sample2/do-not-enter/sampletests.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample2/do-not-enter copying zope/testrunner/tests/testrunner-ex/sample2/sample23/sampletests_i.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample2/sample23 copying zope/testrunner/tests/testrunner-ex/sample2/sample23/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample2/sample23 copying zope/testrunner/tests/testrunner-ex/sample2/sample22/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample2/sample22 copying zope/testrunner/tests/testrunner-ex/sample2/sample22/sampletests_i.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample2/sample22 copying zope/testrunner/tests/testrunner-ex/sample2/sampletests/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample2/sampletests copying zope/testrunner/tests/testrunner-ex/sample2/sampletests/testone.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample2/sampletests copying zope/testrunner/tests/testrunner-ex/sample2/sampletests/test_1.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample2/sampletests copying zope/testrunner/tests/testrunner-ex/sample2/sample21/sampletests.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample2/sample21 copying zope/testrunner/tests/testrunner-ex/sample2/sample21/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample2/sample21 copying zope/testrunner/tests/testrunner-ex/sample2/sample21/sampletests_i.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex/sample2/sample21 copying zope/testrunner/tests/testrunner-ex-skip/sample_skipped_tests.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex-skip copying zope/testrunner/tests/testrunner-ex-37/stop_on_error.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex-37 copying zope/testrunner/tests/testrunner-ex-37/stop_on_failure.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex-37 copying zope/testrunner/tests/testrunner-ex-37/layers.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope/testrunner/tests/testrunner-ex-37 running install_egg_info Copying src/zope.testrunner.egg-info to build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope.testrunner-6.6-py3.9.egg-info Installing build/bdist.solaris-2.11-i86pc.64bit/wheel/./zope.testrunner-6.6-py3.9-nspkg.pth running install_scripts creating build/bdist.solaris-2.11-i86pc.64bit/wheel/zope.testrunner-6.6.dist-info/WHEEL creating '/jenkins/jobs/oi-userland/workspace/components/python/zope.testrunner/build/amd64-3.9/dist/.tmp-083z7auw/zope.testrunner-6.6-py3-none-any.whl' and adding 'build/bdist.solaris-2.11-i86pc.64bit/wheel' to it adding 'zope.testrunner-6.6-py3.9-nspkg.pth' adding 'zope/testrunner/__init__.py' adding 'zope/testrunner/__main__.py' adding 'zope/testrunner/_doctest.py' adding 'zope/testrunner/coverage.py' adding 'zope/testrunner/debug.py' adding 'zope/testrunner/digraph.py' adding 'zope/testrunner/eggsupport.py' adding 'zope/testrunner/exceptions.py' adding 'zope/testrunner/feature.py' adding 'zope/testrunner/filter.py' adding 'zope/testrunner/find.py' adding 'zope/testrunner/formatter.py' adding 'zope/testrunner/garbagecollection.py' adding 'zope/testrunner/interfaces.py' adding 'zope/testrunner/layer.py' adding 'zope/testrunner/listing.py' adding 'zope/testrunner/logsupport.py' adding 'zope/testrunner/options.py' adding 'zope/testrunner/process.py' adding 'zope/testrunner/profiling.py' adding 'zope/testrunner/refcount.py' adding 'zope/testrunner/runner.py' adding 'zope/testrunner/selftest.py' adding 'zope/testrunner/shuffle.py' adding 'zope/testrunner/statistics.py' adding 'zope/testrunner/tb_format.py' adding 'zope/testrunner/threadsupport.py' adding 'zope/testrunner/util.py' adding 'zope/testrunner/tests/__init__.py' adding 'zope/testrunner/tests/test_digraph.py' adding 'zope/testrunner/tests/test_doctest.py' adding 'zope/testrunner/tests/test_filter.py' adding 'zope/testrunner/tests/test_find.py' adding 'zope/testrunner/tests/test_logsupport.py' adding 'zope/testrunner/tests/test_runner.py' adding 'zope/testrunner/tests/test_subunit.py' adding 'zope/testrunner/tests/test_threadsupport.py' adding 'zope/testrunner/tests/test_xml_output.py' adding 'zope/testrunner/tests/testrunner-arguments.rst' adding 'zope/testrunner/tests/testrunner-colors.rst' adding 'zope/testrunner/tests/testrunner-coverage-win32.rst' adding 'zope/testrunner/tests/testrunner-coverage.rst' adding 'zope/testrunner/tests/testrunner-debugging-import-failure.rst' adding 'zope/testrunner/tests/testrunner-debugging-layer-setup.rst' adding 'zope/testrunner/tests/testrunner-debugging-nonprintable-exc.rst' adding 'zope/testrunner/tests/testrunner-debugging.rst' adding 'zope/testrunner/tests/testrunner-discovery.rst' adding 'zope/testrunner/tests/testrunner-edge-cases.rst' adding 'zope/testrunner/tests/testrunner-eggsupport.rst' adding 'zope/testrunner/tests/testrunner-errors.rst' adding 'zope/testrunner/tests/testrunner-gc-after-test.rst' adding 'zope/testrunner/tests/testrunner-gc.rst' adding 'zope/testrunner/tests/testrunner-knit.rst' adding 'zope/testrunner/tests/testrunner-layers-api.rst' adding 'zope/testrunner/tests/testrunner-layers-buff.rst' adding 'zope/testrunner/tests/testrunner-layers-cantfind.rst' adding 'zope/testrunner/tests/testrunner-layers-cwd.rst' adding 'zope/testrunner/tests/testrunner-layers-instances.rst' adding 'zope/testrunner/tests/testrunner-layers-ntd.rst' adding 'zope/testrunner/tests/testrunner-layers-topological-sort.rst' adding 'zope/testrunner/tests/testrunner-layers.rst' adding 'zope/testrunner/tests/testrunner-leaks-err.rst' adding 'zope/testrunner/tests/testrunner-leaks.rst' adding 'zope/testrunner/tests/testrunner-nestedcode.rst' adding 'zope/testrunner/tests/testrunner-new-threads.rst' adding 'zope/testrunner/tests/testrunner-profiling-cprofiler.rst' adding 'zope/testrunner/tests/testrunner-profiling.rst' adding 'zope/testrunner/tests/testrunner-progress.rst' adding 'zope/testrunner/tests/testrunner-repeat.rst' adding 'zope/testrunner/tests/testrunner-report-skipped.rst' adding 'zope/testrunner/tests/testrunner-shuffle.rst' adding 'zope/testrunner/tests/testrunner-simple.rst' adding 'zope/testrunner/tests/testrunner-stops-when-stop-on-error.rst' adding 'zope/testrunner/tests/testrunner-subprocess-errors.rst' adding 'zope/testrunner/tests/testrunner-subtest.rst' adding 'zope/testrunner/tests/testrunner-subunit-err.rst' adding 'zope/testrunner/tests/testrunner-subunit-leaks.rst' adding 'zope/testrunner/tests/testrunner-subunit-v2.rst' adding 'zope/testrunner/tests/testrunner-subunit.rst' adding 'zope/testrunner/tests/testrunner-tb-format.rst' adding 'zope/testrunner/tests/testrunner-test-selection.rst' adding 'zope/testrunner/tests/testrunner-unexpected-success.rst' adding 'zope/testrunner/tests/testrunner-verbose.rst' adding 'zope/testrunner/tests/testrunner-wo-source.rst' adding 'zope/testrunner/tests/testrunner.rst' adding 'zope/testrunner/tests/logsupport/log.ini' adding 'zope/testrunner/tests/testrunner-ex/README.rst' adding 'zope/testrunner/tests/testrunner-ex/brokenlayer.py' adding 'zope/testrunner/tests/testrunner-ex/gc-after-test.py' adding 'zope/testrunner/tests/testrunner-ex/gc0.py' adding 'zope/testrunner/tests/testrunner-ex/gc1.py' adding 'zope/testrunner/tests/testrunner-ex/gcset.py' adding 'zope/testrunner/tests/testrunner-ex/gcstats.py' adding 'zope/testrunner/tests/testrunner-ex/leak.py' adding 'zope/testrunner/tests/testrunner-ex/new_threads.py' adding 'zope/testrunner/tests/testrunner-ex/pledge.py' adding 'zope/testrunner/tests/testrunner-ex/samplelayers.py' adding 'zope/testrunner/tests/testrunner-ex/sampletests.rst' adding 'zope/testrunner/tests/testrunner-ex/sampletests_buffering.py' adding 'zope/testrunner/tests/testrunner-ex/sampletests_many.py' adding 'zope/testrunner/tests/testrunner-ex/sampletestsf.py' adding 'zope/testrunner/tests/testrunner-ex/sampletestsl.rst' adding 'zope/testrunner/tests/testrunner-ex/subtest.py' adding 'zope/testrunner/tests/testrunner-ex/unicode.py' adding 'zope/testrunner/tests/testrunner-ex/sample1/__init__.py' adding 'zope/testrunner/tests/testrunner-ex/sample1/sampletests_discover.py' adding 'zope/testrunner/tests/testrunner-ex/sample1/sampletests_discover_notests.py' adding 'zope/testrunner/tests/testrunner-ex/sample1/sampletests_none_suite.py' adding 'zope/testrunner/tests/testrunner-ex/sample1/sampletests_none_test.py' adding 'zope/testrunner/tests/testrunner-ex/sample1/sampletests_ntd.py' adding 'zope/testrunner/tests/testrunner-ex/sample1/sampletests_ntds.py' adding 'zope/testrunner/tests/testrunner-ex/sample1/sampletestsf.py' adding 'zope/testrunner/tests/testrunner-ex/sample1/sample11/__init__.py' adding 'zope/testrunner/tests/testrunner-ex/sample1/sample11/sampletests.py' adding 'zope/testrunner/tests/testrunner-ex/sample1/sample12/__init__.py' adding 'zope/testrunner/tests/testrunner-ex/sample1/sample13/__init__.py' adding 'zope/testrunner/tests/testrunner-ex/sample1/sample13/sampletests.py' adding 'zope/testrunner/tests/testrunner-ex/sample1/sampletests/__init__.py' adding 'zope/testrunner/tests/testrunner-ex/sample1/sampletests/test1.py' adding 'zope/testrunner/tests/testrunner-ex/sample1/sampletests/test11.py' adding 'zope/testrunner/tests/testrunner-ex/sample1/sampletests/test111.py' adding 'zope/testrunner/tests/testrunner-ex/sample1/sampletests/test112.py' adding 'zope/testrunner/tests/testrunner-ex/sample1/sampletests/test12.py' adding 'zope/testrunner/tests/testrunner-ex/sample1/sampletests/test121.py' adding 'zope/testrunner/tests/testrunner-ex/sample1/sampletests/test122.py' adding 'zope/testrunner/tests/testrunner-ex/sample1/sampletests/test_one.py' adding 'zope/testrunner/tests/testrunner-ex/sample2/__init__.py' adding 'zope/testrunner/tests/testrunner-ex/sample2/badsyntax.py' adding 'zope/testrunner/tests/testrunner-ex/sample2/e.rst' adding 'zope/testrunner/tests/testrunner-ex/sample2/sampletests_1.py' adding 'zope/testrunner/tests/testrunner-ex/sample2/sampletests_e.py' adding 'zope/testrunner/tests/testrunner-ex/sample2/sampletests_f.py' adding 'zope/testrunner/tests/testrunner-ex/sample2/sampletests_ntd.py' adding 'zope/testrunner/tests/testrunner-ex/sample2/sampletests_ntds.py' adding 'zope/testrunner/tests/testrunner-ex/sample2/stderrtest.py' adding 'zope/testrunner/tests/testrunner-ex/sample2/stdstreamstest.py' adding 'zope/testrunner/tests/testrunner-ex/sample2/do-not-enter/sampletests.py' adding 'zope/testrunner/tests/testrunner-ex/sample2/sample21/__init__.py' adding 'zope/testrunner/tests/testrunner-ex/sample2/sample21/sampletests.py' adding 'zope/testrunner/tests/testrunner-ex/sample2/sample21/sampletests_i.py' adding 'zope/testrunner/tests/testrunner-ex/sample2/sample22/__init__.py' adding 'zope/testrunner/tests/testrunner-ex/sample2/sample22/sampletests_i.py' adding 'zope/testrunner/tests/testrunner-ex/sample2/sample23/__init__.py' adding 'zope/testrunner/tests/testrunner-ex/sample2/sample23/sampletests_i.py' adding 'zope/testrunner/tests/testrunner-ex/sample2/sampletests/__init__.py' adding 'zope/testrunner/tests/testrunner-ex/sample2/sampletests/test_1.py' adding 'zope/testrunner/tests/testrunner-ex/sample2/sampletests/testone.py' adding 'zope/testrunner/tests/testrunner-ex/sample3/__init__.py' adding 'zope/testrunner/tests/testrunner-ex/sample3/post_mortem5.rst' adding 'zope/testrunner/tests/testrunner-ex/sample3/post_mortem6.rst' adding 'zope/testrunner/tests/testrunner-ex/sample3/post_mortem_failure.rst' adding 'zope/testrunner/tests/testrunner-ex/sample3/sampletests.py' adding 'zope/testrunner/tests/testrunner-ex/sample3/sampletests_d.py' adding 'zope/testrunner/tests/testrunner-ex/sample3/sampletests_ntd.py' adding 'zope/testrunner/tests/testrunner-ex/sample3/set_trace5.rst' adding 'zope/testrunner/tests/testrunner-ex/sample3/set_trace6.rst' adding 'zope/testrunner/tests/testrunner-ex/sample3/sample31/__init__.py' adding 'zope/testrunner/tests/testrunner-ex/sample3/sample32/__init__.py' adding 'zope/testrunner/tests/testrunner-ex/sample3/sample33/__init__.py' adding 'zope/testrunner/tests/testrunner-ex/sampletests/__init__.py' adding 'zope/testrunner/tests/testrunner-ex/sampletests/test1.py' adding 'zope/testrunner/tests/testrunner-ex/sampletests/test11.py' adding 'zope/testrunner/tests/testrunner-ex/sampletests/test111.py' adding 'zope/testrunner/tests/testrunner-ex/sampletests/test112.py' adding 'zope/testrunner/tests/testrunner-ex/sampletests/test12.py' adding 'zope/testrunner/tests/testrunner-ex/sampletests/test121.py' adding 'zope/testrunner/tests/testrunner-ex/sampletests/test122.py' adding 'zope/testrunner/tests/testrunner-ex/sampletests/test_one.py' adding 'zope/testrunner/tests/testrunner-ex/usecompiled/README.rst' adding 'zope/testrunner/tests/testrunner-ex/usecompiled/__init__.py' adding 'zope/testrunner/tests/testrunner-ex/usecompiled/compiletest.py' adding 'zope/testrunner/tests/testrunner-ex/usecompiled/package/__init__.py' adding 'zope/testrunner/tests/testrunner-ex/usecompiled/package/compiletest.py' adding 'zope/testrunner/tests/testrunner-ex-251759/eggs/foo.bar-1.2-py2.5.egg/test.py' adding 'zope/testrunner/tests/testrunner-ex-251759/eggs/foo.bar-1.2-py2.5.egg/foo/__init__.py' adding 'zope/testrunner/tests/testrunner-ex-251759/eggs/foo.bar-1.2-py2.5.egg/foo/bar/__init__.py' adding 'zope/testrunner/tests/testrunner-ex-251759/eggs/foo.bar-1.2-py2.5.egg/foo/bar/tests.py' adding 'zope/testrunner/tests/testrunner-ex-37/layers.py' adding 'zope/testrunner/tests/testrunner-ex-37/stop_on_error.py' adding 'zope/testrunner/tests/testrunner-ex-37/stop_on_failure.py' adding 'zope/testrunner/tests/testrunner-ex-6/cwdtests.py' adding 'zope/testrunner/tests/testrunner-ex-719369/sampletestsf.py' adding 'zope/testrunner/tests/testrunner-ex-pp-lib/sample4/__init__.py' adding 'zope/testrunner/tests/testrunner-ex-pp-lib/sample4/products/__init__.py' adding 'zope/testrunner/tests/testrunner-ex-pp-products/__init__.py' adding 'zope/testrunner/tests/testrunner-ex-pp-products/sampletests.py' adding 'zope/testrunner/tests/testrunner-ex-pp-products/more/__init__.py' adding 'zope/testrunner/tests/testrunner-ex-pp-products/more/sampletests.py' adding 'zope/testrunner/tests/testrunner-ex-skip/sample_skipped_tests.py' adding 'zope.testrunner-6.6.dist-info/LICENSE.md' adding 'zope.testrunner-6.6.dist-info/METADATA' adding 'zope.testrunner-6.6.dist-info/WHEEL' adding 'zope.testrunner-6.6.dist-info/entry_points.txt' adding 'zope.testrunner-6.6.dist-info/namespace_packages.txt' adding 'zope.testrunner-6.6.dist-info/top_level.txt' adding 'zope.testrunner-6.6.dist-info/RECORD' removing build/bdist.solaris-2.11-i86pc.64bit/wheel Successfully built zope.testrunner-6.6-py3-none-any.whl *** Error compiling '/jenkins/jobs/oi-userland/workspace/components/python/zope.testrunner/build/prototype/i386/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 # noqa: E999 ^ SyntaxError: invalid syntax *** Error compiling '/jenkins/jobs/oi-userland/workspace/components/python/zope.testrunner/build/prototype/i386/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 # noqa: E999 ^ SyntaxError: invalid syntax Testing dependencies: tox>=3.18 setuptools <74 Testing extras: test VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/python/zope.testrunner/build/manifest-i386-zope.testrunner-39.depend.res /jenkins/jobs/oi-userland/workspace/components/python/zope.testrunner/build/manifest-i386-zope.testrunner.depend.res NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO generating metadata: python/zope.testrunner pkg://openindiana.org/library/python/zope-testrunner-39@6.6,5.11-2024.0.0.0:20241016T174435Z PUBLISHED pkg://openindiana.org/library/python/zope-testrunner@6.6,5.11-2024.0.0.0:20241016T174527Z PUBLISHED pkg://openindiana.org/library/python/zope-testrunner-37@6.0,5.11-2023.0.0.2:20241016T174543Z PUBLISHED