添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement . We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I set up a project with a copy of the CPython tests, and the following toml

[[packaging_rule]]
type = "package-root"
path = "."
packages = ["test"]
excludes = ["test.bad_coding",
            "test.badsyntax_3131",
            "test.badsyntax_future3",
            "test.badsyntax_future4",
            "test.badsyntax_future5",
            "test.badsyntax_future6",
            "test.badsyntax_future7",
            "test.badsyntax_future8",
            "test.badsyntax_future9",
            "test.badsyntax_future10",
            "test.badsyntax_pep3120",
>>> from test import autotest
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "test.autotest", line 4, in <module>
  File "test.libregrtest", line 4, in <module>
  File "test.libregrtest.cmdline", line 4, in <module>
  File "test.support", line 1053, in <module>
NameError: name '__file__' is not defined

Easy fixed by hard-coding that to point to the local test directory.

Then boom. Another one.

>>> from test import autotest
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "test.autotest", line 5, in <module>
  File "test.libregrtest.main", line 640, in main
  File "test.libregrtest.main", line 586, in main
  File "test.libregrtest.main", line 609, in _main
  File "test.libregrtest.main", line 232, in find_tests
  File "test.libregrtest.runtest", line 65, in findtests
  File "test.libregrtest.runtest", line 263, in findtestdir
NameError: name '__file__' is not defined

Again hard-coding that to the CPython test directory, and we get some decent results, albeit laced with lots of __file__ NameError.

>>> from test import autotest
== CPython 3.7.5 (default, Oct 25 2019, 05:07:28) [Clang 8.0.1 (tags/RELEASE_801/final)]
== Linux-5.3.6-1-default-x86_64-with-glibc2.29 little-endian
== cwd: /tmp/test_python_15626
== CPU count: 4
== encodings: locale=UTF-8, FS=utf-8
Run tests sequentially
0:00:00 load avg: 0.73 [  1/416] test_grammar
test test_grammar failed -- Traceback (most recent call last):
  File "test.test_grammar", line 1180, in test_selectors
    c = sys.path[0]
IndexError: list index out of range
0:00:00 load avg: 0.73 [  2/416/1] test_opcodes -- test_grammar failed
test test_opcodes failed -- Traceback (most recent call last):
  File "test.test_opcodes", line 27, in test_setup_annotations_line
    with open(ann_module.__file__) as f:
AttributeError: module 'test.ann_module' has no attribute '__file__'
0:00:00 load avg: 0.73 [  3/416/2] test_dict -- test_opcodes failed
test test_dict failed -- multiple errors occurred; run in verbose mode for details
0:00:01 load avg: 0.73 [  4/416/3] test_builtin -- test_dict failed

It will hang there, but pressing ^D lets it continue.

It gets stuck in test_support.py. Remove that and also test_cmdline*.py and test_readline.py

Interestingly the error ModuleNotFoundError: No module named '_testcapi' appears many times. It was excluded from indygreg/python-build-standalone#15

Then it goes crazy in test_concurrent_futures.py, then test_file_eintr.py, maybe halts in test_httpservers.py, and halts in test_signal.py and test_subprocess.py so I deleted those.

Run tests sequentially
0:00:01 load avg: 1.03 [  1/408] test_grammar
test test_grammar failed -- Traceback (most recent call last):
  File "test.test_grammar", line 1180, in test_selectors
    c = sys.path[0]
IndexError: list index out of range
0:00:01 load avg: 1.03 [  2/408/1] test_opcodes -- test_grammar failed
test test_opcodes failed -- Traceback (most recent call last):
  File "test.test_opcodes", line 27, in test_setup_annotations_line
    with open(ann_module.__file__) as f:
AttributeError: module 'test.ann_module' has no attribute '__file__'
0:00:01 load avg: 1.03 [  3/408/2] test_dict -- test_opcodes failed
test test_dict failed -- multiple errors occurred; run in verbose mode for details
0:00:01 load avg: 1.03 [  4/408/3] test_builtin -- test_dict failed
test test_builtin failed -- multiple errors occurred; run in verbose mode for details
0:00:02 load avg: 1.03 [  5/408/4] test_exceptions -- test_builtin failed
test test_exceptions failed -- multiple errors occurred; run in verbose mode for details
0:00:02 load avg: 1.03 [  6/408/5] test_types -- test_exceptions failed
0:00:02 load avg: 1.03 [  7/408/5] test_unittest
test test_unittest crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_unittest", line 1, in <module>
    import unittest.test
ModuleNotFoundError: No module named 'unittest.test'
0:00:02 load avg: 1.03 [  8/408/6] test_doctest -- test_unittest failed
**********************************************************************
File "test.test_doctest", line 2774, in test.test_doctest.test_CLI
Failed example:
    print(normalize(out2))
Expected:
    Trying:
        1 + 1
    Expecting:
    Trying:
    Expecting:
    1 items passed all tests:
       2 tests in myfile.doc
    2 tests in 1 items.
    2 passed and 0 failed.
    Test passed.
    <BLANKLINE>
**********************************************************************
File "test.test_doctest", line 2801, in test.test_doctest.test_CLI
Failed example:
    with temp_dir() as tmpdir:
        fn = os.path.join(tmpdir, 'myfile.doc')
        with open(fn, 'w') as f:
            _ = f.write('This is another simple test file.\n')
            _ = f.write('   >>> 1 + 1\n')
            _ = f.write('   2\n')
            _ = f.write('   >>> "abcdef"\n')
            _ = f.write("   'a...f'\n")
            _ = f.write('   >>> "ajkml"\n')
            _ = f.write("   'a...l'\n")
            _ = f.write('\n')
            _ = f.write('And that is it.\n')
        fn2 = os.path.join(tmpdir, 'myfile2.py')
        with open(fn2, 'w') as f:
            _ = f.write('def test_func():\n')
            _ = f.write('   \"\"\"\n')
            _ = f.write('   This is simple python test function.\n')
            _ = f.write('       >>> 1 + 1\n')
            _ = f.write('       2\n')
            _ = f.write('       >>> "abc   def"\n')
            _ = f.write("       'abc def'\n")
            _ = f.write("\n")
            _ = f.write('   \"\"\"\n')
        rc1, out1, err1 = script_helper.assert_python_failure(
                '-m', 'doctest', fn, fn2)
        rc2, out2, err2 = script_helper.assert_python_ok(
                '-m', 'doctest', '-o', 'ELLIPSIS', fn)
        rc3, out3, err3 = script_helper.assert_python_ok(
                '-m', 'doctest', '-o', 'ELLIPSIS',
                '-o', 'NORMALIZE_WHITESPACE', fn, fn2)
        rc4, out4, err4 = script_helper.assert_python_failure(
                '-m', 'doctest', '-f', fn, fn2)
        rc5, out5, err5 = script_helper.assert_python_ok(
                '-m', 'doctest', '-v', '-o', 'ELLIPSIS',
                '-o', 'NORMALIZE_WHITESPACE', fn, fn2)
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_CLI[7]>", line 25, in <module>
        '-m', 'doctest', fn, fn2)
      File "test.support.script_helper", line 167, in assert_python_failure
        return _assert_python(False, *args, **env_vars)
      File "test.support.script_helper", line 143, in _assert_python
        res.fail(cmd_line)
      File "test.support.script_helper", line 84, in fail
        err))
    AssertionError: Process return code is 0
    command line: ['/home/jayvdb/pyox/setuptools/build/apps/setuptools/x86_64-unknown-linux-gnu/debug/setuptools', '-X', 'faulthandler', '-I', '-m', 'doctest', '/tmp/tmpvp5d8rqz/myfile.doc', '/tmp/tmpvp5d8rqz/myfile2.py']
    stdout:
    stderr:
**********************************************************************
File "test.test_doctest", line 2841, in test.test_doctest.test_CLI
Failed example:
    rc1, err1
Expected:
    (1, b'')
    (0, b'')
**********************************************************************
File "test.test_doctest", line 2843, in test.test_doctest.test_CLI
Failed example:
    print(normalize(out1))                # doctest: +ELLIPSIS
Expected:
    **********************************************************************
    File "...myfile.doc", line 4, in myfile.doc
    Failed example:
        "abcdef"
    Expected:
        'a...f'
        'abcdef'
    **********************************************************************
    File "...myfile.doc", line 6, in myfile.doc
    Failed example:
        "ajkml"
    Expected:
        'a...l'
        'ajkml'
    **********************************************************************
    1 items had failures:
       2 of   3 in myfile.doc
    ***Test Failed*** 2 failures.
    <BLANKLINE>
**********************************************************************
File "test.test_doctest", line 2871, in test.test_doctest.test_CLI
Failed example:
    rc3, out3, err3
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_CLI[11]>", line 1, in <module>
        rc3, out3, err3
    NameError: name 'rc3' is not defined
**********************************************************************
File "test.test_doctest", line 2876, in test.test_doctest.test_CLI
Failed example:
    rc4, err4
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_CLI[12]>", line 1, in <module>
        rc4, err4
    NameError: name 'rc4' is not defined
**********************************************************************
File "test.test_doctest", line 2878, in test.test_doctest.test_CLI
Failed example:
    print(normalize(out4))                # doctest: +ELLIPSIS
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_CLI[13]>", line 1, in <module>
        print(normalize(out4))                # doctest: +ELLIPSIS
    NameError: name 'out4' is not defined
**********************************************************************
File "test.test_doctest", line 2895, in test.test_doctest.test_CLI
Failed example:
    rc5, err5
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_CLI[14]>", line 1, in <module>
        rc5, err5
    NameError: name 'rc5' is not defined
**********************************************************************
File "test.test_doctest", line 2897, in test.test_doctest.test_CLI
Failed example:
    print(normalize(out5))
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_CLI[15]>", line 1, in <module>
        print(normalize(out5))
    NameError: name 'out5' is not defined
**********************************************************************
File "test.test_doctest", line 2940, in test.test_doctest.test_CLI
Failed example:
    rc, out, err = script_helper.assert_python_failure(
            '-m', 'doctest', 'nosuchfile')
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_CLI[16]>", line 2, in <module>
        '-m', 'doctest', 'nosuchfile')
      File "test.support.script_helper", line 167, in assert_python_failure
        return _assert_python(False, *args, **env_vars)
      File "test.support.script_helper", line 143, in _assert_python
        res.fail(cmd_line)
      File "test.support.script_helper", line 84, in fail
        err))
    AssertionError: Process return code is 0
    command line: ['/home/jayvdb/pyox/setuptools/build/apps/setuptools/x86_64-unknown-linux-gnu/debug/setuptools', '-X', 'faulthandler', '-I', '-m', 'doctest', 'nosuchfile']
    stdout:
    stderr:
**********************************************************************
File "test.test_doctest", line 2942, in test.test_doctest.test_CLI
Failed example:
    rc, out
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_CLI[17]>", line 1, in <module>
        rc, out
    NameError: name 'rc' is not defined
**********************************************************************
File "test.test_doctest", line 2944, in test.test_doctest.test_CLI
Failed example:
    print(normalize(err))                    # doctest: +ELLIPSIS
Expected:
    Traceback (most recent call last):
    FileNotFoundError: [Errno ...] No such file or directory: 'nosuchfile'
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_CLI[18]>", line 1, in <module>
        print(normalize(err))                    # doctest: +ELLIPSIS
    NameError: name 'err' is not defined
**********************************************************************
File "test.test_doctest", line 2951, in test.test_doctest.test_CLI
Failed example:
    rc, out, err = script_helper.assert_python_failure(
            '-m', 'doctest', '-o', 'nosuchoption')
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_CLI[19]>", line 2, in <module>
        '-m', 'doctest', '-o', 'nosuchoption')
      File "test.support.script_helper", line 167, in assert_python_failure
        return _assert_python(False, *args, **env_vars)
      File "test.support.script_helper", line 143, in _assert_python
        res.fail(cmd_line)
      File "test.support.script_helper", line 84, in fail
        err))
    AssertionError: Process return code is 0
    command line: ['/home/jayvdb/pyox/setuptools/build/apps/setuptools/x86_64-unknown-linux-gnu/debug/setuptools', '-X', 'faulthandler', '-I', '-m', 'doctest', '-o', 'nosuchoption']
    stdout:
    stderr:
**********************************************************************
File "test.test_doctest", line 2953, in test.test_doctest.test_CLI
Failed example:
    rc, out
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_CLI[20]>", line 1, in <module>
        rc, out
    NameError: name 'rc' is not defined
**********************************************************************
File "test.test_doctest", line 2955, in test.test_doctest.test_CLI
Failed example:
    print(normalize(err))                    # doctest: +ELLIPSIS
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_CLI[21]>", line 1, in <module>
        print(normalize(err))                    # doctest: +ELLIPSIS
    NameError: name 'err' is not defined
**********************************************************************
File "test.test_doctest", line 2218, in test.test_doctest.test_DocFileSuite
Failed example:
    suite = doctest.DocFileSuite('test_doctest.txt',
                                 'test_doctest2.txt',
                                 'test_doctest4.txt')
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_DocFileSuite[1]>", line 3, in <module>
        'test_doctest4.txt')
      File "doctest", line 2500, in DocFileSuite
      File "doctest", line 2423, in DocFileTest
      File "doctest", line 217, in _load_testfile
      File "doctest", line 412, in _module_relative_path
    ValueError: Can't resolve paths relative to the module 'test.test_doctest' (it has no __file__)
**********************************************************************
File "test.test_doctest", line 2221, in test.test_doctest.test_DocFileSuite
Failed example:
    suite.run(unittest.TestResult())
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_DocFileSuite[2]>", line 1, in <module>
        suite.run(unittest.TestResult())
    NameError: name 'suite' is not defined
**********************************************************************
File "test.test_doctest", line 2229, in test.test_doctest.test_DocFileSuite
Failed example:
    suite = doctest.DocFileSuite('test_doctest.txt',
                                 'test_doctest2.txt',
                                 'test_doctest4.txt',
                                 package='test')
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_DocFileSuite[4]>", line 4, in <module>
        package='test')
      File "doctest", line 2500, in DocFileSuite
      File "doctest", line 2423, in DocFileTest
      File "doctest", line 217, in _load_testfile
      File "doctest", line 412, in _module_relative_path
    ValueError: Can't resolve paths relative to the module 'test' (it has no __file__)
**********************************************************************
File "test.test_doctest", line 2233, in test.test_doctest.test_DocFileSuite
Failed example:
    suite.run(unittest.TestResult())
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_DocFileSuite[5]>", line 1, in <module>
        suite.run(unittest.TestResult())
    NameError: name 'suite' is not defined
**********************************************************************
File "test.test_doctest", line 2244, in test.test_doctest.test_DocFileSuite
Failed example:
        suite = doctest.DocFileSuite('test_doctest.txt',
                                     'test_doctest2.txt',
                                     'test_doctest4.txt',
                                     package='test')
        suite.run(unittest.TestResult())
    finally:
        if added_loader:
            del test.__loader__
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_DocFileSuite[9]>", line 5, in <module>
        package='test')
      File "doctest", line 2500, in DocFileSuite
      File "doctest", line 2423, in DocFileTest
      File "doctest", line 217, in _load_testfile
      File "doctest", line 412, in _module_relative_path
    ValueError: Can't resolve paths relative to the module 'test' (it has no __file__)
**********************************************************************
File "test.test_doctest", line 2258, in test.test_doctest.test_DocFileSuite
Failed example:
    suite = doctest.DocFileSuite('../test/test_doctest.txt')
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_DocFileSuite[10]>", line 1, in <module>
        suite = doctest.DocFileSuite('../test/test_doctest.txt')
      File "doctest", line 2500, in DocFileSuite
      File "doctest", line 2423, in DocFileTest
      File "doctest", line 217, in _load_testfile
      File "doctest", line 412, in _module_relative_path
    ValueError: Can't resolve paths relative to the module 'test.test_doctest' (it has no __file__)
**********************************************************************
File "test.test_doctest", line 2259, in test.test_doctest.test_DocFileSuite
Failed example:
    suite.run(unittest.TestResult())
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_DocFileSuite[11]>", line 1, in <module>
        suite.run(unittest.TestResult())
    NameError: name 'suite' is not defined
**********************************************************************
File "test.test_doctest", line 2267, in test.test_doctest.test_DocFileSuite
Failed example:
    sys.argv = [test.test_doctest.__file__]
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_DocFileSuite[14]>", line 1, in <module>
        sys.argv = [test.test_doctest.__file__]
    AttributeError: module 'test.test_doctest' has no attribute '__file__'
**********************************************************************
File "test.test_doctest", line 2268, in test.test_doctest.test_DocFileSuite
Failed example:
    suite = doctest.DocFileSuite('test_doctest.txt',
                                 package=types.ModuleType('__main__'))
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_DocFileSuite[15]>", line 2, in <module>
        package=types.ModuleType('__main__'))
      File "doctest", line 2500, in DocFileSuite
      File "doctest", line 2423, in DocFileTest
      File "doctest", line 225, in _load_testfile
    FileNotFoundError: [Errno 2] No such file or directory: '/home/jayvdb/pyox/setuptools/build/apps/setuptools/x86_64-unknown-linux-gnu/debug/test_doctest.txt'
**********************************************************************
File "test.test_doctest", line 2277, in test.test_doctest.test_DocFileSuite
Failed example:
    test_doctest_path = os.path.abspath(test.test_doctest.__file__)
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_DocFileSuite[17]>", line 1, in <module>
        test_doctest_path = os.path.abspath(test.test_doctest.__file__)
    AttributeError: module 'test.test_doctest' has no attribute '__file__'
**********************************************************************
File "test.test_doctest", line 2278, in test.test_doctest.test_DocFileSuite
Failed example:
    test_pkg_path = os.path.split(test_doctest_path)[0]
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_DocFileSuite[18]>", line 1, in <module>
        test_pkg_path = os.path.split(test_doctest_path)[0]
    NameError: name 'test_doctest_path' is not defined
**********************************************************************
File "test.test_doctest", line 2281, in test.test_doctest.test_DocFileSuite
Failed example:
    test_file = os.path.join(test_pkg_path, 'test_doctest.txt')
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_DocFileSuite[19]>", line 1, in <module>
        test_file = os.path.join(test_pkg_path, 'test_doctest.txt')
    NameError: name 'test_pkg_path' is not defined
**********************************************************************
File "test.test_doctest", line 2283, in test.test_doctest.test_DocFileSuite
Failed example:
    suite = doctest.DocFileSuite(test_file, module_relative=False)
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_DocFileSuite[20]>", line 1, in <module>
        suite = doctest.DocFileSuite(test_file, module_relative=False)
    NameError: name 'test_file' is not defined
**********************************************************************
File "test.test_doctest", line 2284, in test.test_doctest.test_DocFileSuite
Failed example:
    suite.run(unittest.TestResult())
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_DocFileSuite[21]>", line 1, in <module>
        suite.run(unittest.TestResult())
    NameError: name 'suite' is not defined
**********************************************************************
File "test.test_doctest", line 2289, in test.test_doctest.test_DocFileSuite
Failed example:
    suite = doctest.DocFileSuite(test_file, module_relative=False,
                                 package='test')
Expected:
    Traceback (most recent call last):
    ValueError: Package may only be specified for module-relative paths.
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_DocFileSuite[22]>", line 1, in <module>
        suite = doctest.DocFileSuite(test_file, module_relative=False,
    NameError: name 'test_file' is not defined
**********************************************************************
File "test.test_doctest", line 2296, in test.test_doctest.test_DocFileSuite
Failed example:
    suite = doctest.DocFileSuite('test_doctest.txt',
                                 'test_doctest2.txt',
                                 'test_doctest4.txt',
                                 globs={'favorite_color': 'blue'})
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_DocFileSuite[23]>", line 4, in <module>
        globs={'favorite_color': 'blue'})
      File "doctest", line 2500, in DocFileSuite
      File "doctest", line 2423, in DocFileTest
      File "doctest", line 217, in _load_testfile
      File "doctest", line 412, in _module_relative_path
    ValueError: Can't resolve paths relative to the module 'test.test_doctest' (it has no __file__)
**********************************************************************
File "test.test_doctest", line 2300, in test.test_doctest.test_DocFileSuite
Failed example:
    suite.run(unittest.TestResult())
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_DocFileSuite[24]>", line 1, in <module>
        suite.run(unittest.TestResult())
    NameError: name 'suite' is not defined
**********************************************************************
File "test.test_doctest", line 2306, in test.test_doctest.test_DocFileSuite
Failed example:
    suite = doctest.DocFileSuite('test_doctest.txt',
                                 'test_doctest2.txt',
                                 'test_doctest4.txt',
                            optionflags=doctest.DONT_ACCEPT_BLANKLINE,
                                 globs={'favorite_color': 'blue'})
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_DocFileSuite[25]>", line 5, in <module>
        globs={'favorite_color': 'blue'})
      File "doctest", line 2500, in DocFileSuite
      File "doctest", line 2423, in DocFileTest
      File "doctest", line 217, in _load_testfile
      File "doctest", line 412, in _module_relative_path
    ValueError: Can't resolve paths relative to the module 'test.test_doctest' (it has no __file__)
**********************************************************************
File "test.test_doctest", line 2311, in test.test_doctest.test_DocFileSuite
Failed example:
    suite.run(unittest.TestResult())
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_DocFileSuite[26]>", line 1, in <module>
        suite.run(unittest.TestResult())
    NameError: name 'suite' is not defined
**********************************************************************
File "test.test_doctest", line 2326, in test.test_doctest.test_DocFileSuite
Failed example:
    suite = doctest.DocFileSuite('test_doctest.txt',
                                 'test_doctest2.txt',
                                 'test_doctest4.txt',
                                 setUp=setUp, tearDown=tearDown)
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_DocFileSuite[29]>", line 4, in <module>
        setUp=setUp, tearDown=tearDown)
      File "doctest", line 2500, in DocFileSuite
      File "doctest", line 2423, in DocFileTest
      File "doctest", line 217, in _load_testfile
      File "doctest", line 412, in _module_relative_path
    ValueError: Can't resolve paths relative to the module 'test.test_doctest' (it has no __file__)
**********************************************************************
File "test.test_doctest", line 2330, in test.test_doctest.test_DocFileSuite
Failed example:
    suite.run(unittest.TestResult())
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_DocFileSuite[30]>", line 1, in <module>
        suite.run(unittest.TestResult())
    NameError: name 'suite' is not defined
**********************************************************************
File "test.test_doctest", line 2348, in test.test_doctest.test_DocFileSuite
Failed example:
    suite = doctest.DocFileSuite('test_doctest.txt', setUp=setUp)
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_DocFileSuite[34]>", line 1, in <module>
        suite = doctest.DocFileSuite('test_doctest.txt', setUp=setUp)
      File "doctest", line 2500, in DocFileSuite
      File "doctest", line 2423, in DocFileTest
      File "doctest", line 217, in _load_testfile
      File "doctest", line 412, in _module_relative_path
    ValueError: Can't resolve paths relative to the module 'test.test_doctest' (it has no __file__)
**********************************************************************
File "test.test_doctest", line 2349, in test.test_doctest.test_DocFileSuite
Failed example:
    suite.run(unittest.TestResult())
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_DocFileSuite[35]>", line 1, in <module>
        suite.run(unittest.TestResult())
    NameError: name 'suite' is not defined
**********************************************************************
File "test.test_doctest", line 2360, in test.test_doctest.test_DocFileSuite
Failed example:
    suite = doctest.DocFileSuite('test_doctest3.txt')
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_DocFileSuite[36]>", line 1, in <module>
        suite = doctest.DocFileSuite('test_doctest3.txt')
      File "doctest", line 2500, in DocFileSuite
      File "doctest", line 2423, in DocFileTest
      File "doctest", line 217, in _load_testfile
      File "doctest", line 412, in _module_relative_path
    ValueError: Can't resolve paths relative to the module 'test.test_doctest' (it has no __file__)
**********************************************************************
File "test.test_doctest", line 2361, in test.test_doctest.test_DocFileSuite
Failed example:
    suite.run(unittest.TestResult())
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_DocFileSuite[37]>", line 1, in <module>
        suite.run(unittest.TestResult())
    NameError: name 'suite' is not defined
**********************************************************************
File "test.test_doctest", line 2368, in test.test_doctest.test_DocFileSuite
Failed example:
    suite = doctest.DocFileSuite('test_doctest.txt',
                                 'test_doctest2.txt',
                                 'test_doctest4.txt',
                                 encoding='utf-8')
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_DocFileSuite[38]>", line 4, in <module>
        encoding='utf-8')
      File "doctest", line 2500, in DocFileSuite
      File "doctest", line 2423, in DocFileTest
      File "doctest", line 217, in _load_testfile
      File "doctest", line 412, in _module_relative_path
    ValueError: Can't resolve paths relative to the module 'test.test_doctest' (it has no __file__)
**********************************************************************
File "test.test_doctest", line 2372, in test.test_doctest.test_DocFileSuite
Failed example:
    suite.run(unittest.TestResult())
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_DocFileSuite[39]>", line 1, in <module>
        suite.run(unittest.TestResult())
    NameError: name 'suite' is not defined
**********************************************************************
File "test.test_doctest", line 435, in test.test_doctest.test_DocTestFinder.basics
Failed example:
    old = test.test_doctest.__file__
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_DocTestFinder.basics[2]>", line 1, in <module>
        old = test.test_doctest.__file__
    AttributeError: module 'test.test_doctest' has no attribute '__file__'
**********************************************************************
File "test.test_doctest", line 449, in test.test_doctest.test_DocTestFinder.basics
Failed example:
    test.test_doctest.__file__ = old
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_DocTestFinder.basics[7]>", line 1, in <module>
        test.test_doctest.__file__ = old
    NameError: name 'old' is not defined
**********************************************************************
File "test.test_doctest", line 2496, in test.test_doctest.test_testfile
Failed example:
    doctest.testfile('test_doctest.txt') # doctest: +ELLIPSIS
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_testfile[2]>", line 1, in <module>
        doctest.testfile('test_doctest.txt') # doctest: +ELLIPSIS
      File "doctest", line 2048, in testfile
      File "doctest", line 225, in _load_testfile
    FileNotFoundError: [Errno 2] No such file or directory: 'test_doctest.txt'
**********************************************************************
File "test.test_doctest", line 2518, in test.test_doctest.test_testfile
Failed example:
    doctest.testfile('test_doctest.txt', globs=globs)
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_testfile[5]>", line 1, in <module>
        doctest.testfile('test_doctest.txt', globs=globs)
      File "doctest", line 2048, in testfile
      File "doctest", line 225, in _load_testfile
    FileNotFoundError: [Errno 2] No such file or directory: 'test_doctest.txt'
**********************************************************************
File "test.test_doctest", line 2523, in test.test_doctest.test_testfile
Failed example:
    doctest.testfile('test_doctest.txt', globs=globs,
                     extraglobs=extraglobs) # doctest: +ELLIPSIS
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_testfile[8]>", line 2, in <module>
        extraglobs=extraglobs) # doctest: +ELLIPSIS
      File "doctest", line 2048, in testfile
      File "doctest", line 225, in _load_testfile
    FileNotFoundError: [Errno 2] No such file or directory: 'test_doctest.txt'
**********************************************************************
File "test.test_doctest", line 2543, in test.test_doctest.test_testfile
Failed example:
    doctest.testfile('test_doctest.txt', globs=globs,
                     module_relative='test')
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_testfile[10]>", line 2, in <module>
        module_relative='test')
      File "doctest", line 2048, in testfile
      File "doctest", line 225, in _load_testfile
    FileNotFoundError: [Errno 2] No such file or directory: 'test_doctest.txt'
**********************************************************************
File "test.test_doctest", line 2550, in test.test_doctest.test_testfile
Failed example:
    doctest.testfile('test_doctest.txt', globs=globs, verbose=True)
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_testfile[12]>", line 1, in <module>
        doctest.testfile('test_doctest.txt', globs=globs, verbose=True)
      File "doctest", line 2048, in testfile
      File "doctest", line 225, in _load_testfile
    FileNotFoundError: [Errno 2] No such file or directory: 'test_doctest.txt'
**********************************************************************
File "test.test_doctest", line 2577, in test.test_doctest.test_testfile
Failed example:
    doctest.testfile('test_doctest.txt', name='newname')
    # doctest: +ELLIPSIS
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_testfile[14]>", line 1, in <module>
        doctest.testfile('test_doctest.txt', name='newname')
      File "doctest", line 2048, in testfile
      File "doctest", line 225, in _load_testfile
    FileNotFoundError: [Errno 2] No such file or directory: 'test_doctest.txt'
**********************************************************************
File "test.test_doctest", line 2588, in test.test_doctest.test_testfile
Failed example:
    doctest.testfile('test_doctest.txt', report=False)
    # doctest: +ELLIPSIS
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_testfile[16]>", line 1, in <module>
        doctest.testfile('test_doctest.txt', report=False)
      File "doctest", line 2048, in testfile
      File "doctest", line 225, in _load_testfile
    FileNotFoundError: [Errno 2] No such file or directory: 'test_doctest.txt'
**********************************************************************
File "test.test_doctest", line 2604, in test.test_doctest.test_testfile
Failed example:
    doctest.testfile('test_doctest.txt', raise_on_error=True)
    # doctest: +ELLIPSIS
Expected:
    Traceback (most recent call last):
    doctest.UnexpectedException: ...
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_testfile[18]>", line 1, in <module>
        doctest.testfile('test_doctest.txt', raise_on_error=True)
      File "doctest", line 2048, in testfile
      File "doctest", line 225, in _load_testfile
    FileNotFoundError: [Errno 2] No such file or directory: 'test_doctest.txt'
**********************************************************************
File "test.test_doctest", line 2614, in test.test_doctest.test_testfile
Failed example:
    doctest.testfile('test_doctest4.txt', encoding='latin-1') # doctest: +ELLIPSIS
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_testfile[20]>", line 1, in <module>
        doctest.testfile('test_doctest4.txt', encoding='latin-1') # doctest: +ELLIPSIS
      File "doctest", line 2048, in testfile
      File "doctest", line 225, in _load_testfile
    FileNotFoundError: [Errno 2] No such file or directory: 'test_doctest4.txt'
**********************************************************************
File "test.test_doctest", line 2632, in test.test_doctest.test_testfile
Failed example:
    doctest.testfile('test_doctest4.txt', encoding='utf-8')
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_testfile[22]>", line 1, in <module>
        doctest.testfile('test_doctest4.txt', encoding='utf-8')
      File "doctest", line 2048, in testfile
      File "doctest", line 225, in _load_testfile
    FileNotFoundError: [Errno 2] No such file or directory: 'test_doctest4.txt'
**********************************************************************
File "test.test_doctest", line 2638, in test.test_doctest.test_testfile
Failed example:
    doctest.testfile('test_doctest4.txt', encoding='utf-8', verbose=True)
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_testfile[24]>", line 1, in <module>
        doctest.testfile('test_doctest4.txt', encoding='utf-8', verbose=True)
      File "doctest", line 2048, in testfile
      File "doctest", line 225, in _load_testfile
    FileNotFoundError: [Errno 2] No such file or directory: 'test_doctest4.txt'
**********************************************************************
File "test.test_doctest", line 2718, in test.test_doctest.test_unicode
Failed example:
    runner.run(test) # doctest: +ELLIPSIS
Expected:
    **********************************************************************
    File "foo-bä[email protected]", line 2, in foo-bär@baz
    Failed example:
        raise Exception('clé')
    Exception raised:
        Traceback (most recent call last):
          File ...
            compileflags, 1), test.globs)
          File "<doctest foo-bär@baz[0]>", line 1, in <module>
            raise Exception('clé')
        Exception: clé
    TestResults(failed=1, attempted=1)
    **********************************************************************
    File "foo-bä[email protected]", line 2, in foo-bär@baz
    Failed example:
        raise Exception('clé')
    Exception raised:
        Traceback (most recent call last):
          File "doctest", line 1329, in __run
          File "<doctest foo-bär@baz[0]>", line 1, in <module>
            raise Exception('clé')
        Exception: clé
    TestResults(failed=1, attempted=1)
**********************************************************************
File "test.test_doctest", line 2411, in test.test_doctest.test_unittest_reportflags
Failed example:
    suite = doctest.DocFileSuite('test_doctest.txt',
                             optionflags=doctest.DONT_ACCEPT_BLANKLINE)
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_unittest_reportflags[0]>", line 2, in <module>
        optionflags=doctest.DONT_ACCEPT_BLANKLINE)
      File "doctest", line 2500, in DocFileSuite
      File "doctest", line 2423, in DocFileTest
      File "doctest", line 225, in _load_testfile
    FileNotFoundError: [Errno 2] No such file or directory: 'test_doctest.txt'
**********************************************************************
File "test.test_doctest", line 2414, in test.test_doctest.test_unittest_reportflags
Failed example:
    result = suite.run(unittest.TestResult())
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_unittest_reportflags[2]>", line 1, in <module>
        result = suite.run(unittest.TestResult())
    NameError: name 'suite' is not defined
**********************************************************************
File "test.test_doctest", line 2415, in test.test_doctest.test_unittest_reportflags
Failed example:
    print(result.failures[0][1]) # doctest: +ELLIPSIS
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_unittest_reportflags[3]>", line 1, in <module>
        print(result.failures[0][1]) # doctest: +ELLIPSIS
    NameError: name 'result' is not defined
**********************************************************************
File "test.test_doctest", line 2431, in test.test_doctest.test_unittest_reportflags
Failed example:
    result = suite.run(unittest.TestResult())
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_unittest_reportflags[5]>", line 1, in <module>
        result = suite.run(unittest.TestResult())
    NameError: name 'suite' is not defined
**********************************************************************
File "test.test_doctest", line 2432, in test.test_doctest.test_unittest_reportflags
Failed example:
    print(result.failures[0][1]) # doctest: +ELLIPSIS
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_unittest_reportflags[6]>", line 1, in <module>
        print(result.failures[0][1]) # doctest: +ELLIPSIS
    NameError: name 'result' is not defined
**********************************************************************
File "test.test_doctest", line 2447, in test.test_doctest.test_unittest_reportflags
Failed example:
    suite = doctest.DocFileSuite('test_doctest.txt',
        optionflags=doctest.DONT_ACCEPT_BLANKLINE | doctest.REPORT_NDIFF)
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_unittest_reportflags[7]>", line 2, in <module>
        optionflags=doctest.DONT_ACCEPT_BLANKLINE | doctest.REPORT_NDIFF)
      File "doctest", line 2500, in DocFileSuite
      File "doctest", line 2423, in DocFileTest
      File "doctest", line 225, in _load_testfile
    FileNotFoundError: [Errno 2] No such file or directory: 'test_doctest.txt'
**********************************************************************
File "test.test_doctest", line 2452, in test.test_doctest.test_unittest_reportflags
Failed example:
    result = suite.run(unittest.TestResult())
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_unittest_reportflags[8]>", line 1, in <module>
        result = suite.run(unittest.TestResult())
    NameError: name 'suite' is not defined
**********************************************************************
File "test.test_doctest", line 2457, in test.test_doctest.test_unittest_reportflags
Failed example:
    print(result.failures[0][1]) # doctest: +ELLIPSIS
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_unittest_reportflags[9]>", line 1, in <module>
        print(result.failures[0][1]) # doctest: +ELLIPSIS
    NameError: name 'result' is not defined
**********************************************************************
6 items had failures:
  15 of  22 in test.test_doctest.test_CLI
  27 of  40 in test.test_doctest.test_DocFileSuite
   2 of  46 in test.test_doctest.test_DocTestFinder.basics
  11 of  27 in test.test_doctest.test_testfile
   1 of   6 in test.test_doctest.test_unicode
   8 of  11 in test.test_doctest.test_unittest_reportflags
***Test Failed*** 64 failures.
test test_doctest failed -- 64 of 516 doctests failed
0:00:03 load avg: 1.03 [  9/408/7] test_doctest2 -- test_doctest failed
0:00:03 load avg: 1.03 [ 10/408/7] test_support
test test_support crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 965, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'test.test_support'
0:00:03 load avg: 1.03 [ 11/408/8] test___all__ -- test_support failed
test test___all__ failed -- Traceback (most recent call last):
  File "test.test___all__", line 77, in test_all
    lib_dir = os.path.dirname(os.path.dirname(__file__))
NameError: name '__file__' is not defined
0:00:03 load avg: 1.03 [ 12/408/9] test___future__ -- test___all__ failed
0:00:03 load avg: 1.03 [ 13/408/9] test__locale
0:00:03 load avg: 1.03 [ 14/408/9] test__opcode
0:00:03 load avg: 1.03 [ 15/408/9] test__osx_support
0:00:03 load avg: 1.03 [ 16/408/9] test_abc
0:00:03 load avg: 1.03 [ 17/408/9] test_abstract_numbers
0:00:03 load avg: 1.03 [ 18/408/9] test_aifc
0:00:03 load avg: 1.03 [ 19/408/9] test_argparse
test test_argparse failed -- multiple errors occurred; run in verbose mode for details
0:00:07 load avg: 1.03 [ 20/408/10] test_array -- test_argparse failed
test test_array failed -- multiple errors occurred; run in verbose mode for details
0:00:08 load avg: 1.03 [ 21/408/11] test_asdl_parser -- test_array failed
test_asdl_parser skipped -- test irrelevant for an installed Python
0:00:08 load avg: 1.03 [ 22/408/11] test_ast -- test_asdl_parser skipped
test test_ast failed -- Traceback (most recent call last):
  File "test.test_ast", line 999, in test_stdlib_validates
    stdlib = os.path.dirname(ast.__file__)
AttributeError: module 'ast' has no attribute '__file__'
0:00:08 load avg: 1.11 [ 23/408/12] test_asyncgen -- test_ast failed
0:00:09 load avg: 1.11 [ 24/408/12] test_asynchat
0:00:11 load avg: 1.11 [ 25/408/12] test_asyncio
Failed to call load_tests:
Traceback (most recent call last):
  File "unittest.loader", line 130, in loadTestsFromModule
  File "test.test_asyncio", line 8, in load_tests
    return load_package_tests(os.path.dirname(__file__), *args)
NameError: name '__file__' is not defined
test test_asyncio crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 182, in runtest_inner
    test_runner()
  File "test.libregrtest.runtest", line 177, in test_runner
    raise Exception("errors while loading tests")
Exception: errors while loading tests
0:00:11 load avg: 1.11 [ 26/408/13] test_asyncore -- test_asyncio failed
test test_asyncore failed -- Traceback (most recent call last):
  File "test.test_asyncore", line 232, in test_compact_traceback
    self.assertEqual(os.path.split(f)[-1], 'test_asyncore.py')
AssertionError: 'test.test_asyncore' != 'test_asyncore.py'
- test.test_asyncore
? -----
+ test_asyncore.py
?              +++
0:00:13 load avg: 1.02 [ 27/408/14] test_atexit -- test_asyncore failed
test test_atexit failed -- multiple errors occurred; run in verbose mode for details
0:00:13 load avg: 1.02 [ 28/408/15] test_audioop -- test_atexit failed
0:00:13 load avg: 1.02 [ 29/408/15] test_augassign
0:00:13 load avg: 1.02 [ 30/408/15] test_base64
test test_base64 failed -- multiple errors occurred; run in verbose mode for details
0:00:14 load avg: 1.02 [ 31/408/16] test_baseexception -- test_base64 failed
test test_baseexception failed -- Traceback (most recent call last):
  File "test.test_baseexception", line 31, in test_inheritance
    inheritance_tree = open(os.path.join(os.path.split(__file__)[0],
NameError: name '__file__' is not defined
0:00:14 load avg: 1.02 [ 32/408/17] test_bdb -- test_baseexception failed
test test_bdb crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_bdb", line 549, in <module>
    def break_in_func(funcname, fname=__file__, temporary=False, cond=None):
NameError: name '__file__' is not defined
0:00:14 load avg: 1.02 [ 33/408/18] test_bigaddrspace -- test_bdb failed
0:00:14 load avg: 1.02 [ 34/408/18] test_bigmem
0:00:14 load avg: 1.02 [ 35/408/18] test_binascii
0:00:14 load avg: 1.02 [ 36/408/18] test_binhex
0:00:14 load avg: 1.02 [ 37/408/18] test_binop
0:00:14 load avg: 1.02 [ 38/408/18] test_bisect
0:00:14 load avg: 1.02 [ 39/408/18] test_bool
0:00:14 load avg: 1.02 [ 40/408/18] test_buffer
test test_buffer failed -- Traceback (most recent call last):
  File "test.test_buffer", line 2480, in test_memoryview_sizeof
    check(memoryview(b''), vsize(base_struct + 1 * per_dim))
  File "test.support", line 1588, in check_sizeof
    import _testcapi
ModuleNotFoundError: No module named '_testcapi'
0:00:25 load avg: 1.09 [ 41/408/19] test_bufio -- test_buffer failed
0:00:26 load avg: 1.09 [ 42/408/19] test_bytes
test test_bytes failed -- multiple errors occurred; run in verbose mode for details
0:00:28 load avg: 1.09 [ 43/408/20] test_bz2 -- test_bytes failed
test test_bz2 crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_bz2", line 34, in <module>
    class BaseTest(unittest.TestCase):
  File "test.test_bz2", line 71, in BaseTest
    for fname in glob.glob(os.path.join(os.path.dirname(__file__), '*.py')):
NameError: name '__file__' is not defined
0:00:28 load avg: 1.09 [ 44/408/21] test_c_locale_coercion -- test_bz2 failed
test test_c_locale_coercion failed -- multiple errors occurred; run in verbose mode for details
0:00:32 load avg: 1.08 [ 45/408/22] test_calendar -- test_c_locale_coercion failed
test test_calendar failed -- multiple errors occurred; run in verbose mode for details
0:00:32 load avg: 1.08 [ 46/408/23] test_call -- test_calendar failed
test test_call failed -- multiple errors occurred; run in verbose mode for details
0:00:33 load avg: 1.08 [ 47/408/24] test_capi -- test_call failed
test_capi skipped -- No module named '_testcapi'
0:00:33 load avg: 1.08 [ 48/408/24] test_cgi -- test_capi skipped
0:00:33 load avg: 1.08 [ 49/408/24] test_cgitb
test test_cgitb failed -- multiple errors occurred; run in verbose mode for details
0:00:33 load avg: 1.08 [ 50/408/25] test_charmapcodec -- test_cgitb failed
0:00:33 load avg: 1.08 [ 51/408/25] test_class
0:00:33 load avg: 1.08 [ 52/408/25] test_clinic
test test_clinic crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_clinic", line 14, in <module>
    clinic_path = os.path.join(os.path.dirname(__file__), '..', '..', 'Tools', 'clinic')
NameError: name '__file__' is not defined
0:00:33 load avg: 1.16 [ 53/408/26] test_cmath -- test_clinic failed
test test_cmath crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_cmath", line 2, in <module>
    from test.test_math import parse_testfile, test_file
  File "test.test_math", line 29, in <module>
    file = __file__
NameError: name '__file__' is not defined
0:00:33 load avg: 1.16 [ 54/408/27] test_cmd -- test_cmath failed
0:00:33 load avg: 1.16 [ 55/408/27] test_code
test test_code crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_code", line 270, in <module>
    RequestCodeExtraIndex = py._PyEval_RequestCodeExtraIndex
  File "ctypes", line 377, in __getattr__
  File "ctypes", line 382, in __getitem__
AttributeError: /home/jayvdb/pyox/setuptools/build/apps/setuptools/x86_64-unknown-linux-gnu/debug/setuptools: undefined symbol: _PyEval_RequestCodeExtraIndex
0:00:33 load avg: 1.16 [ 56/408/28] test_code_module -- test_code failed
0:00:33 load avg: 1.16 [ 57/408/28] test_codeccallbacks
0:00:34 load avg: 1.16 [ 58/408/28] test_codecencodings_cn
test test_codecencodings_cn crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_codecencodings_cn", line 9, in <module>
    class Test_GB2312(multibytecodec_support.TestBase, unittest.TestCase):
  File "test.test_codecencodings_cn", line 11, in Test_GB2312
    tstring = multibytecodec_support.load_teststring('gb2312')
  File "test.multibytecodec_support", line 384, in load_teststring
    dir = os.path.join(os.path.dirname(__file__), 'cjkencodings')
NameError: name '__file__' is not defined
0:00:34 load avg: 1.16 [ 59/408/29] test_codecencodings_hk -- test_codecencodings_cn failed
test test_codecencodings_hk crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_codecencodings_hk", line 9, in <module>
    class Test_Big5HKSCS(multibytecodec_support.TestBase, unittest.TestCase):
  File "test.test_codecencodings_hk", line 11, in Test_Big5HKSCS
    tstring = multibytecodec_support.load_teststring('big5hkscs')
  File "test.multibytecodec_support", line 384, in load_teststring
    dir = os.path.join(os.path.dirname(__file__), 'cjkencodings')
NameError: name '__file__' is not defined
0:00:34 load avg: 1.16 [ 60/408/30] test_codecencodings_iso2022 -- test_codecencodings_hk failed
test test_codecencodings_iso2022 crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_codecencodings_iso2022", line 13, in <module>
    class Test_ISO2022_JP(multibytecodec_support.TestBase, unittest.TestCase):
  File "test.test_codecencodings_iso2022", line 15, in Test_ISO2022_JP
    tstring = multibytecodec_support.load_teststring('iso2022_jp')
  File "test.multibytecodec_support", line 384, in load_teststring
    dir = os.path.join(os.path.dirname(__file__), 'cjkencodings')
NameError: name '__file__' is not defined
0:00:34 load avg: 1.16 [ 61/408/31] test_codecencodings_jp -- test_codecencodings_iso2022 failed
test test_codecencodings_jp crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_codecencodings_jp", line 9, in <module>
    class Test_CP932(multibytecodec_support.TestBase, unittest.TestCase):
  File "test.test_codecencodings_jp", line 11, in Test_CP932
    tstring = multibytecodec_support.load_teststring('shift_jis')
  File "test.multibytecodec_support", line 384, in load_teststring
    dir = os.path.join(os.path.dirname(__file__), 'cjkencodings')
NameError: name '__file__' is not defined
0:00:34 load avg: 1.16 [ 62/408/32] test_codecencodings_kr -- test_codecencodings_jp failed
test test_codecencodings_kr crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_codecencodings_kr", line 9, in <module>
    class Test_CP949(multibytecodec_support.TestBase, unittest.TestCase):
  File "test.test_codecencodings_kr", line 11, in Test_CP949
    tstring = multibytecodec_support.load_teststring('cp949')
  File "test.multibytecodec_support", line 384, in load_teststring
    dir = os.path.join(os.path.dirname(__file__), 'cjkencodings')
NameError: name '__file__' is not defined
0:00:34 load avg: 1.16 [ 63/408/33] test_codecencodings_tw -- test_codecencodings_kr failed
test test_codecencodings_tw crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_codecencodings_tw", line 9, in <module>
    class Test_Big5(multibytecodec_support.TestBase, unittest.TestCase):
  File "test.test_codecencodings_tw", line 11, in Test_Big5
    tstring = multibytecodec_support.load_teststring('big5')
  File "test.multibytecodec_support", line 384, in load_teststring
    dir = os.path.join(os.path.dirname(__file__), 'cjkencodings')
NameError: name '__file__' is not defined
0:00:34 load avg: 1.16 [ 64/408/34] test_codecmaps_cn -- test_codecencodings_tw failed
0:00:34 load avg: 1.16 [ 65/408/34] test_codecmaps_hk
0:00:34 load avg: 1.16 [ 66/408/34] test_codecmaps_jp
0:00:34 load avg: 1.16 [ 67/408/34] test_codecmaps_kr
0:00:34 load avg: 1.16 [ 68/408/34] test_codecmaps_tw
0:00:34 load avg: 1.16 [ 69/408/34] test_codecs
test test_codecs failed -- Traceback (most recent call last):
  File "test.test_codecs", line 2053, in test_basics_capi
    from _testcapi import codec_incrementalencoder, codec_incrementaldecoder
ModuleNotFoundError: No module named '_testcapi'
0:00:36 load avg: 1.16 [ 70/408/35] test_codeop -- test_codecs failed
0:00:36 load avg: 1.16 [ 71/408/35] test_collections
0:00:37 load avg: 1.16 [ 72/408/35] test_colorsys
0:00:37 load avg: 1.16 [ 73/408/35] test_compare
0:00:37 load avg: 1.16 [ 74/408/35] test_compile
test test_compile failed -- multiple errors occurred; run in verbose mode for details
0:00:39 load avg: 1.14 [ 75/408/36] test_compileall -- test_compile failed
test test_compileall crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_compileall", line 4, in <module>
    import test.test_importlib.util
  File "test.test_importlib.util", line 96, in <module>
    changed_name = __file__.upper()
NameError: name '__file__' is not defined
0:00:39 load avg: 1.14 [ 76/408/37] test_complex -- test_compileall failed
0:00:39 load avg: 1.14 [ 77/408/37] test_configparser
0:00:40 load avg: 1.14 [ 78/408/37] test_contains
0:00:40 load avg: 1.14 [ 79/408/37] test_context
0:00:41 load avg: 1.14 [ 80/408/37] test_contextlib
0:00:41 load avg: 1.14 [ 81/408/37] test_contextlib_async
Task was destroyed but it is pending!
task: <Task pending coro=<<async_generator_athrow without __name__>()>>
Task was destroyed but it is pending!
task: <Task pending coro=<<async_generator_athrow without __name__>()>>
0:00:41 load avg: 1.14 [ 82/408/37] test_copy
0:00:41 load avg: 1.14 [ 83/408/37] test_copyreg
0:00:41 load avg: 1.14 [ 84/408/37] test_coroutines
test test_coroutines failed -- multiple errors occurred; run in verbose mode for details
0:00:42 load avg: 1.14 [ 85/408/38] test_cprofile -- test_coroutines failed
test test_cprofile failed -- multiple errors occurred; run in verbose mode for details
0:00:42 load avg: 1.14 [ 86/408/39] test_crashers -- test_cprofile failed
test test_crashers crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_crashers", line 13, in <module>
    CRASHER_DIR = os.path.join(os.path.dirname(__file__), "crashers")
NameError: name '__file__' is not defined
0:00:42 load avg: 1.14 [ 87/408/40] test_crypt -- test_crashers failed
test_crypt skipped -- No module named '_crypt'
0:00:43 load avg: 1.14 [ 88/408/40] test_csv -- test_crypt skipped
test test_csv failed -- Traceback (most recent call last):
  File "test.test_csv", line 235, in test_writerows_legacy_strings
    import _testcapi
ModuleNotFoundError: No module named '_testcapi'
0:00:43 load avg: 1.14 [ 89/408/41] test_ctypes -- test_csv failed
test_ctypes skipped -- No module named 'ctypes.test'
0:00:43 load avg: 1.14 [ 90/408/41] test_curses -- test_ctypes skipped
test_curses skipped -- Use of the 'curses' resource not enabled
0:00:43 load avg: 1.14 [ 91/408/41] test_dataclasses -- test_curses skipped (resource denied)
test test_dataclasses failed -- multiple errors occurred; run in verbose mode for details
0:00:43 load avg: 1.13 [ 92/408/42] test_datetime -- test_dataclasses failed
test test_datetime crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_datetime", line 10, in <module>
    blocked=['_datetime'])
  File "test.support", line 255, in import_fresh_module
    _save_and_remove_module(name, orig_modules)
  File "test.support", line 172, in _save_and_remove_module
    __import__(name)
  File "test.datetimetester", line 35, in <module>
    import _testcapi
ModuleNotFoundError: No module named '_testcapi'
0:00:43 load avg: 1.13 [ 93/408/43] test_dbm -- test_datetime failed
BDB0004 fop_read_meta: @test_32661_tmp_ndbm.db: unexpected file type or format
0:00:46 load avg: 1.13 [ 94/408/43] test_dbm_dumb
0:00:51 load avg: 1.12 [ 95/408/43] test_dbm_gnu
test_dbm_gnu skipped -- No module named '_gdbm'
0:00:51 load avg: 1.12 [ 96/408/43] test_dbm_ndbm -- test_dbm_gnu skipped
0:00:52 load avg: 1.12 [ 97/408/43] test_decimal
test test_decimal crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_decimal", line 109, in <module>
    file = __file__
NameError: name '__file__' is not defined
0:00:52 load avg: 1.12 [ 98/408/44] test_decorators -- test_decimal failed
0:00:52 load avg: 1.12 [ 99/408/44] test_defaultdict
0:00:53 load avg: 1.12 [100/408/44] test_deque
test test_deque failed -- Traceback (most recent call last):
  File "test.test_deque", line 761, in test_sizeof
    check(deque(), basesize + blocksize)
  File "test.support", line 1588, in check_sizeof
    import _testcapi
ModuleNotFoundError: No module named '_testcapi'
0:00:55 load avg: 1.11 [101/408/45] test_descr -- test_deque failed
0:00:57 load avg: 1.11 [102/408/45] test_descrtut
0:00:57 load avg: 1.11 [103/408/45] test_devpoll
test_devpoll skipped -- test works only on Solaris OS family
0:00:57 load avg: 1.11 [104/408/45] test_dict_version -- test_devpoll skipped
test_dict_version skipped -- No module named '_testcapi'
0:00:57 load avg: 1.11 [105/408/45] test_dictcomps -- test_dict_version skipped
0:00:57 load avg: 1.11 [106/408/45] test_dictviews
0:00:57 load avg: 1.11 [107/408/45] test_difflib
0:00:58 load avg: 1.18 [108/408/45] test_dis
test test_dis crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_dis", line 166, in <module>
    __file__,
NameError: name '__file__' is not defined
0:00:59 load avg: 1.18 [109/408/46] test_distutils -- test_dis failed
test test_distutils crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_distutils", line 8, in <module>
    import distutils.tests
ModuleNotFoundError: No module named 'distutils.tests'
0:00:59 load avg: 1.18 [110/408/47] test_docxmlrpc -- test_distutils failed
0:01:00 load avg: 1.18 [111/408/47] test_dtrace
0:01:00 load avg: 1.18 [112/408/47] test_dummy_thread
0:01:00 load avg: 1.18 [113/408/47] test_dummy_threading
0:01:00 load avg: 1.18 [114/408/47] test_dynamic
0:01:00 load avg: 1.18 [115/408/47] test_dynamicclassattribute
0:01:00 load avg: 1.18 [116/408/47] test_eintr
0:01:01 load avg: 1.18 [117/408/47] test_email
test test_email crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_email", line 8, in <module>
    from test.test_email import __file__ as landmark
ImportError: cannot import name '__file__' from 'test.test_email' (unknown location)
0:01:01 load avg: 1.18 [118/408/48] test_embed -- test_email failed
test test_embed failed -- multiple errors occurred; run in verbose mode for details
0:01:01 load avg: 1.18 [119/408/49] test_ensurepip -- test_embed failed
test test_ensurepip failed -- multiple errors occurred; run in verbose mode for details
0:01:01 load avg: 1.18 [120/408/50] test_enum -- test_ensurepip failed
0:01:02 load avg: 1.18 [121/408/50] test_enumerate
0:01:02 load avg: 1.18 [122/408/50] test_eof
0:01:02 load avg: 1.18 [123/408/50] test_epoll
test test_epoll failed -- Traceback (most recent call last):
  File "test.test_epoll", line 234, in test_close
    open_file = open(__file__, "rb")
NameError: name '__file__' is not defined
0:01:04 load avg: 1.09 [124/408/51] test_errno -- test_epoll failed
0:01:04 load avg: 1.09 [125/408/51] test_exception_hierarchy
0:01:04 load avg: 1.09 [126/408/51] test_exception_variations
0:01:04 load avg: 1.09 [127/408/51] test_extcall
0:01:04 load avg: 1.09 [128/408/51] test_faulthandler
test test_faulthandler failed -- multiple errors occurred; run in verbose mode for details
0:01:06 load avg: 1.09 [129/408/52] test_fcntl -- test_faulthandler failed
test test_fcntl failed -- multiple errors occurred; run in verbose mode for details
0:01:06 load avg: 1.09 [130/408/53] test_file -- test_fcntl failed
0:01:07 load avg: 1.09 [131/408/53] test_filecmp
0:01:07 load avg: 1.09 [132/408/53] test_fileinput
0:01:07 load avg: 1.09 [133/408/53] test_fileio
test test_fileio failed -- multiple errors occurred; run in verbose mode for details
0:01:07 load avg: 1.09 [134/408/54] test_finalization -- test_fileio failed
test test_finalization failed -- multiple errors occurred; run in verbose mode for details
0:01:08 load avg: 1.08 [135/408/55] test_float -- test_finalization failed
test test_float crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_float", line 25, in <module>
    test_dir = os.path.dirname(__file__) or os.curdir
NameError: name '__file__' is not defined
0:01:08 load avg: 1.08 [136/408/56] test_flufl -- test_float failed
0:01:09 load avg: 1.08 [137/408/56] test_fnmatch
0:01:09 load avg: 1.08 [138/408/56] test_fork1
0:01:15 load avg: 1.07 [139/408/56] test_format
test test_format failed -- Traceback (most recent call last):
  File "test.test_format", line 477, in test_precision_c_limits
    from _testcapi import INT_MAX
ModuleNotFoundError: No module named '_testcapi'
0:01:16 load avg: 1.07 [140/408/57] test_fractions -- test_format failed
0:01:16 load avg: 1.07 [141/408/57] test_frame
test test_frame failed -- Traceback (most recent call last):
  File "test.test_frame", line 193, in test_repr
    file_repr = re.escape(repr(__file__))
NameError: name '__file__' is not defined
0:01:16 load avg: 1.07 [142/408/58] test_frozen -- test_frame failed
test test_frozen failed -- Traceback (most recent call last):
  File "test.test_frozen", line 25, in test_frozen
    import __hello__
ModuleNotFoundError: No module named '__hello__'
0:01:16 load avg: 1.07 [143/408/59] test_fstring -- test_frozen failed
test test_fstring failed -- Traceback (most recent call last):
  File "test.test_fstring", line 786, in test_global
    self.assertIn("module 'unittest' from", f'{unittest}')
AssertionError: "module 'unittest' from" not found in "<module 'unittest' (<PyOxidizerFinder object at 0x7ff4aadc1810>)>"
0:01:19 load avg: 1.07 [144/408/60] test_ftplib -- test_fstring failed
test test_ftplib crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_ftplib", line 305, in <module>
    CERTFILE = os.path.join(os.path.dirname(__file__), "keycert3.pem")
NameError: name '__file__' is not defined
0:01:19 load avg: 1.07 [145/408/61] test_funcattrs -- test_ftplib failed
0:01:19 load avg: 1.07 [146/408/61] test_functools
0:01:20 load avg: 1.07 [147/408/61] test_future
test test_future failed -- multiple errors occurred; run in verbose mode for details
0:01:20 load avg: 1.07 [148/408/62] test_future3 -- test_future failed
0:01:20 load avg: 1.07 [149/408/62] test_future4
0:01:20 load avg: 1.07 [150/408/62] test_future5
0:01:20 load avg: 1.07 [151/408/62] test_gc
test test_gc failed -- multiple errors occurred; run in verbose mode for details
0:01:23 load avg: 1.06 [152/408/63] test_gdb -- test_gc failed
test_gdb skipped -- test_gdb only works on source builds at the moment.
0:01:24 load avg: 1.06 [153/408/63] test_generator_stop -- test_gdb skipped
0:01:24 load avg: 1.06 [154/408/63] test_generators
0:01:24 load avg: 1.06 [155/408/63] test_genericclass
test test_genericclass failed -- Traceback s(most recent call last):
  File "test.test_genericclass", line 272, in test_c_class
    from _testcapi import Generic, GenericAlias
ModuleNotFoundError: No module named '_testcapi'
0:01:24 load avg: 1.06 [156/408/64] test_genericpath -- test_genericclass failed
0:01:24 load avg: 1.06 [157/408/64] test_genexps
0:01:25 load avg: 1.06 [158/408/64] test_getargs2
test_getargs2 skipped -- No module named '_testcapi'
0:01:25 load avg: 1.06 [159/408/64] test_getopt -- test_getargs2 skipped
0:01:25 load avg: 1.06 [160/408/64] test_getpass
0:01:25 load avg: 1.06 [161/408/64] test_gettext
0:01:25 load avg: 1.06 [162/408/64] test_glob
0:01:25 load avg: 1.06 [163/408/64] test_global
0:01:25 load avg: 1.06 [164/408/64] test_grp
0:01:26 load avg: 1.06 [165/408/64] test_gzip
test test_gzip failed -- multiple errors occurred; run in verbose mode for details
0:01:27 load avg: 1.06 [166/408/65] test_hash -- test_gzip failed
test test_hash failed -- multiple errors occurred; run in verbose mode for details
0:01:28 load avg: 1.06 [167/408/66] test_hashlib -- test_hash failed
0:01:29 load avg: 1.06 [168/408/66] test_heapq
0:01:30 load avg: 1.06 [169/408/66] test_hmac
0:01:30 load avg: 1.06 [170/408/66] test_html
0:01:30 load avg: 1.06 [171/408/66] test_htmlparser
0:01:30 load avg: 1.06 [172/408/66] test_http_cookiejar
0:01:30 load avg: 1.06 [173/408/66] test_http_cookies
0:01:30 load avg: 1.06 [174/408/66] test_httplib
test test_httplib crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_httplib", line 15, in <module>
    here = os.path.dirname(__file__)
NameError: name '__file__' is not defined
0:01:30 load avg: 1.06 [175/408/67] test_idle -- test_httplib failed
test test_idle crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_idle", line 18, in <module>
    from idlelib.idle_test import load_tests
ModuleNotFoundError: No module named 'idlelib.idle_test'
0:01:31 load avg: 1.06 [176/408/68] test_imaplib -- test_idle failed
test test_imaplib crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_imaplib", line 23, in <module>
    CERTFILE = os.path.join(os.path.dirname(__file__) or os.curdir, "keycert3.pem")
NameError: name '__file__' is not defined
0:01:31 load avg: 1.06 [177/408/69] test_imghdr -- test_imaplib failed
0:01:31 load avg: 1.06 [178/408/69] test_imp
test test_imp failed -- multiple errors occurred; run in verbose mode for details
0:01:31 load avg: 1.06 [179/408/70] test_import -- test_imp failed
test test_import crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_import", line 28, in <module>
    from test.test_importlib.util import uncache
  File "test.test_importlib.util", line 96, in <module>
    changed_name = __file__.upper()
NameError: name '__file__' is not defined
0:01:31 load avg: 1.06 [180/408/71] test_importlib -- test_import failed
Failed to call load_tests:
Traceback (most recent call last):
  File "unittest.loader", line 130, in loadTestsFromModule
  File "test.test_importlib", line 5, in load_tests
    return load_package_tests(os.path.dirname(__file__), *args)
NameError: name '__file__' is not defined
test test_importlib crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 182, in runtest_inner
    test_runner()
  File "test.libregrtest.runtest", line 177, in test_runner
    raise Exception("errors while loading tests")
Exception: errors while loading tests
0:01:31 load avg: 1.06 [181/408/72] test_index -- test_importlib failed
0:01:31 load avg: 1.06 [182/408/72] test_inspect
test test_inspect crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_inspect", line 34, in <module>
    from test.test_import import _ready_to_import
  File "test.test_import", line 28, in <module>
    from test.test_importlib.util import uncache
  File "test.test_importlib.util", line 96, in <module>
    changed_name = __file__.upper()
NameError: name '__file__' is not defined
0:01:31 load avg: 1.06 [183/408/73] test_int -- test_inspect failed
0:01:32 load avg: 1.06 [184/408/73] test_int_literal
0:01:32 load avg: 1.06 [185/408/73] test_io
test test_io failed -- multiple errors occurred; run in verbose mode for details
0:02:08 load avg: 0.75 [186/408/74] test_ioctl -- test_io failed in 35 sec 912 ms
0:02:08 load avg: 0.75 [187/408/74] test_ipaddress
0:02:08 load avg: 0.75 [188/408/74] test_isinstance
0:02:08 load avg: 0.75 [189/408/74] test_iter
0:02:08 load avg: 0.77 [190/408/74] test_iterlen
0:02:08 load avg: 0.77 [191/408/74] test_itertools
test test_itertools failed -- multiple errors occurred; run in verbose mode for details
0:02:14 load avg: 0.79 [192/408/75] test_json -- test_itertools failed
Failed to call load_tests:
Traceback (most recent call last):
  File "unittest.loader", line 130, in loadTestsFromModule
  File "test.test_json", line 55, in load_tests
    pkg_dir = os.path.dirname(__file__)
NameError: name '__file__' is not defined
test test_json crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 182, in runtest_inner
    test_runner()
  File "test.libregrtest.runtest", line 177, in test_runner
    raise Exception("errors while loading tests")
Exception: errors while loading tests
0:02:14 load avg: 0.79 [193/408/76] test_keyword -- test_json failed
test test_keyword crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_keyword", line 12, in <module>
    GRAMMAR_FILE             = os.path.join(os.path.split(__file__)[0],
NameError: name '__file__' is not defined
0:02:14 load avg: 0.79 [194/408/77] test_keywordonlyarg -- test_keyword failed
0:02:14 load avg: 0.79 [195/408/77] test_kqueue
test_kqueue skipped -- test works only on BSD
0:02:14 load avg: 0.79 [196/408/77] test_largefile -- test_kqueue skipped
0:02:14 load avg: 0.79 [197/408/77] test_lib2to3
test test_lib2to3 crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_lib2to3", line 1, in <module>
    from lib2to3.tests import load_tests
ModuleNotFoundError: No module named 'lib2to3.tests'
0:02:14 load avg: 0.79 [198/408/78] test_linecache -- test_lib2to3 failed
test test_linecache crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_linecache", line 11, in <module>
    FILENAME = linecache.__file__
AttributeError: module 'linecache' has no attribute '__file__'
0:02:14 load avg: 0.79 [199/408/79] test_list -- test_linecache failed
0:02:15 load avg: 0.79 [200/408/79] test_listcomps
0:02:15 load avg: 0.79 [201/408/79] test_locale
0:02:15 load avg: 0.79 [202/408/79] test_logging
test test_logging failed -- multiple errors occurred; run in verbose mode for details
0:02:36 load avg: 0.70 [203/408/80] test_long -- test_logging failed
0:02:41 load avg: 0.81 [204/408/80] test_longexp
0:02:41 load avg: 0.81 [205/408/80] test_lzma
0:02:50 load avg: 0.84 [206/408/80] test_macpath
0:02:50 load avg: 0.84 [207/408/80] test_mailbox
0:03:26 load avg: 0.99 [208/408/80] test_mailcap -- test_mailbox passed in 35 sec 916 ms
0:03:26 load avg: 0.99 [209/408/80] test_marshal
test test_marshal failed -- multiple errors occurred; run in verbose mode for details
0:03:26 load avg: 0.99 [210/408/81] test_math -- test_marshal failed
test test_math crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_math", line 29, in <module>
    file = __file__
NameError: name '__file__' is not defined
0:03:26 load avg: 0.99 [211/408/82] test_memoryio -- test_math failed
test test_memoryio failed -- Traceback (most recent call last):
  File "test.test_memoryio", line 761, in test_sizeof
    check(io.BytesIO(), basesize )
  File "test.support", line 1588, in check_sizeof
    import _testcapi
ModuleNotFoundError: No module named '_testcapi'
0:03:27 load avg: 0.99 [212/408/83] test_memoryview -- test_memoryio failed
0:03:28 load avg: 0.99 [213/408/83] test_metaclass
0:03:28 load avg: 0.99 [214/408/83] test_mimetypes
0:03:28 load avg: 0.99 [215/408/83] test_minidom
0:03:28 load avg: 0.99 [216/408/83] test_mmap
0:03:29 load avg: 0.99 [217/408/83] test_module
test test_module failed -- multiple errors occurred; run in verbose mode for details
0:03:29 load avg: 0.99 [218/408/84] test_modulefinder -- test_module failed
test test_modulefinder crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_modulefinder", line 14, in <module>
    TEST_PATH = [TEST_DIR, os.path.dirname(tempfile.__file__)]
AttributeError: module 'tempfile' has no attribute '__file__'
0:03:29 load avg: 0.99 [219/408/85] test_msilib -- test_modulefinder failed
test_msilib skipped -- No module named 'msilib'
0:03:30 load avg: 0.99 [220/408/85] test_multibytecodec -- test_msilib skipped
0:03:31 load avg: 0.99 [221/408/85] test_multiprocessing_fork
multiprocessing.semaphore_tracker:55: UserWarning: semaphore_tracker: process died unexpectedly, relaunching.  Some semaphores might leak.
multiprocessing.semaphore_tracker:55: UserWarning: semaphore_tracker: process died unexpectedly, relaunching.  Some semaphores might leak.
Warning -- reap_children() reaped child process 2705
test test_multiprocessing_fork failed -- multiple errors occurred; run in verbose mode for details
0:04:44 load avg: 0.79 [222/408/86] test_multiprocessing_forkserver -- test_multiprocessing_fork failed in 1 min 12 sec
0:04:44 load avg: 0.79 [223/408/86] test_multiprocessing_main_handling
test test_multiprocessing_main_handling failed -- multiple errors occurred; run in verbose mode for details
0:04:46 load avg: 0.79 [224/408/87] test_multiprocessing_spawn -- test_multiprocessing_main_handling failed
0:04:47 load avg: 0.79 [225/408/87] test_netrc
0:04:47 load avg: 0.79 [226/408/87] test_nis
test_nis skipped -- No module named 'nis'
0:04:47 load avg: 0.79 [227/408/87] test_nntplib -- test_nis skipped
test test_nntplib crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_nntplib", line 22, in <module>
    certfile = os.path.join(os.path.dirname(__file__), 'keycert3.pem')
NameError: name '__file__' is not defined
0:04:47 load avg: 0.79 [228/408/88] test_normalization -- test_nntplib failed
0:04:47 load avg: 0.79 [229/408/88] test_ntpath
0:04:47 load avg: 0.79 [230/408/88] test_numeric_tower
0:04:48 load avg: 0.79 [231/408/88] test_openpty
0:04:48 load avg: 0.79 [232/408/88] test_operator
0:04:48 load avg: 0.79 [233/408/88] test_optparse
0:04:48 load avg: 0.80 [234/408/88] test_ordered_dict
test test_ordered_dict failed -- multiple errors occurred; run in verbose mode for details
0:04:51 load avg: 0.80 [235/408/89] test_os -- test_ordered_dict failed
test test_os crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_os", line 2105, in <module>
    class Win32SymlinkTests(unittest.TestCase):
  File "test.test_os", line 2107, in Win32SymlinkTests
    filelink_target = os.path.abspath(__file__)
NameError: name '__file__' is not defined
0:04:51 load avg: 0.80 [236/408/90] test_ossaudiodev -- test_os failed
test_ossaudiodev skipped -- Use of the 'audio' resource not enabled
0:04:51 load avg: 0.80 [237/408/90] test_osx_env -- test_ossaudiodev skipped (resource denied)
0:04:51 load avg: 0.80 [238/408/90] test_parser
test test_parser failed -- multiple errors occurred; run in verbose mode for details
0:04:51 load avg: 0.80 [239/408/91] test_pathlib -- test_parser failed
0:04:52 load avg: 0.80 [240/408/91] test_pdb
test test_pdb failed -- multiple errors occurred; run in verbose mode for details
0:04:53 load avg: 0.80 [241/408/92] test_peepholer -- test_pdb failed
0:04:53 load avg: 0.80 [242/408/92] test_pickle
test test_pickle failed -- multiple errors occurred; run in verbose mode for details
0:05:04 load avg: 0.85 [243/408/93] test_pickletools -- test_pickle failed
0:05:07 load avg: 0.85 [244/408/93] test_pipes
0:05:07 load avg: 0.85 [245/408/93] test_pkg
test test_pkg failed -- multiple errors occurred; run in verbose mode for details
0:05:07 load avg: 0.85 [246/408/94] test_pkgimport -- test_pkg failed
test test_pkgimport failed -- Traceback (most recent call last):
  File "test.test_pkgimport", line 54, in test_package_import__semantics
    try: __import__(self.module_name)
ModuleNotFoundError: No module named 'PACKAGE_'
0:05:07 load avg: 0.85 [247/408/95] test_pkgutil -- test_pkgimport failed
Warning -- sys.path was modified by test_pkgutil
  Before: (140688815529328, [], [])
  After:  (140688815529328, [], ['/tmp/tmppevecykj', '/tmp/tmpghii3yhr', '/tmp/tmpxeep9y0i', '/tmp/tmpz31h6o94', '/tmp/tmpw6q2qku_', '/tmp/tmpqfzdv4b3']) 
test test_pkgutil failed -- multiple errors occurred; run in verbose mode for details
0:05:07 load avg: 0.85 [248/408/96] test_platform -- test_pkgutil failed
test test_platform failed -- Traceback (most recent call last):
  File "test.test_platform", line 359, in test_popen
    self.assertEqual(hello, "Hello")
AssertionError: '' != 'Hello'
+ Hello
0:05:11 load avg: 0.94 [249/408/97] test_plistlib -- test_platform failed
0:05:11 load avg: 0.94 [250/408/97] test_poll
test test_poll failed -- Traceback (most recent call last):
  File "test.test_poll", line 169, in test_poll_c_limits
    from _testcapi import USHRT_MAX, INT_MAX, UINT_MAX
ModuleNotFoundError: No module named '_testcapi'
0:05:23 load avg: 0.79 [251/408/98] test_popen -- test_poll failed
test test_popen failed -- Traceback (most recent call last):
  File "test.test_popen", line 33, in test_popen
    ["foo", "bar"]
  File "test.test_popen", line 26, in _do_test_commandline
    got = eval(data)[1:] # strip off argv[0]
  File "<string>", line 0
SyntaxError: unexpected EOF while parsing
0:05:23 load avg: 0.79 [252/408/99] test_poplib -- test_popen failed
test test_poplib crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_poplib", line 25, in <module>
    CERTFILE = os.path.join(os.path.dirname(__file__) or os.curdir, "keycert3.pem")
NameError: name '__file__' is not defined
0:05:23 load avg: 0.79 [253/408/100] test_posix -- test_poplib failed
test test_posix failed -- Traceback (most recent call last):
  File "test.support", line 577, in wrapper
    return func(*args, **kw)
  File "test.test_posix", line 880, in test_pipe2_c_limits
    import _testcapi
ModuleNotFoundError: No module named '_testcapi'
0:05:24 load avg: 0.89 [254/408/101] test_posixpath -- test_posix failed
0:05:24 load avg: 0.89 [255/408/101] test_pow
0:05:25 load avg: 0.89 [256/408/101] test_pprint
0:05:25 load avg: 0.89 [257/408/101] test_print
0:05:25 load avg: 0.89 [258/408/101] test_profile
test test_profile failed -- Traceback (most recent call last):
  File "test.test_profile", line 65, in test_cprofile
    self.fail("\n".join(fail))
AssertionError: 
Stats.print_stats output for Profile does not fit expectation:
@@ -1,9 +1,9 @@
-       28   27.972    0.999   27.972    0.999 profilee.py:110(__getattr__)
-        1  269.996  269.996  999.769  999.769 profilee.py:25(testfunc)
-     23/3  149.937    6.519  169.917   56.639 profilee.py:35(factorial)
-       20   19.980    0.999   19.980    0.999 profilee.py:48(mul)
-        2   39.986   19.993  599.830  299.915 profilee.py:55(helper)
-        4  115.984   28.996  119.964   29.991 profilee.py:73(helper1)
-        2   -0.006   -0.003  139.946   69.973 profilee.py:84(helper2_indirect)
-        8  311.976   38.997  399.912   49.989 profilee.py:88(helper2)
-        8   63.976    7.997   79.960    9.995 profilee.py:98(subhelper)
+       28   27.972    0.999   27.972    0.999 test.profilee:110(__getattr__)
+        1  269.996  269.996  999.769  999.769 test.profilee:25(testfunc)
+     23/3  149.937    6.519  169.917   56.639 test.profilee:35(factorial)
+       20   19.980    0.999   19.980    0.999 test.profilee:48(mul)
+        2   39.986   19.993  599.830  299.915 test.profilee:55(helper)
+        4  115.984   28.996  119.964   29.991 test.profilee:73(helper1)
+        2   -0.006   -0.003  139.946   69.973 test.profilee:84(helper2_indirect)
+        8  311.976   38.997  399.912   49.989 test.profilee:88(helper2)
+        8   63.976    7.997   79.960    9.995 test.profilee:98(subhelper)
Stats.print_callers output for Profile does not fit expectation:
@@ -1,17 +1,17 @@
-:0(append)                        <- profilee.py:73(helper1)(4)  119.964
-:0(exc_info)                      <- profilee.py:73(helper1)(4)  119.964
-:0(hasattr)                       <- profilee.py:73(helper1)(4)  119.964
-                                     profilee.py:88(helper2)(8)  399.912
-profilee.py:110(__getattr__)      <- :0(hasattr)(12)   11.964
-                                     profilee.py:98(subhelper)(16)   79.960
-profilee.py:25(testfunc)          <- <string>:1(<module>)(1)  999.767
-profilee.py:35(factorial)         <- profilee.py:25(testfunc)(1)  999.769
-                                     profilee.py:35(factorial)(20)  169.917
-                                     profilee.py:84(helper2_indirect)(2)  139.946
-profilee.py:48(mul)               <- profilee.py:35(factorial)(20)  169.917
-profilee.py:55(helper)            <- profilee.py:25(testfunc)(2)  999.769
-profilee.py:73(helper1)           <- profilee.py:55(helper)(4)  599.830
-profilee.py:84(helper2_indirect)  <- profilee.py:55(helper)(2)  599.830
-profilee.py:88(helper2)           <- profilee.py:55(helper)(6)  599.830
-                                     profilee.py:84(helper2_indirect)(2)  139.946
-profilee.py:98(subhelper)         <- profilee.py:88(helper2)(8)  399.912
+:0(append)                          <- test.profilee:73(helper1)(4)  119.964
+:0(exc_info)                        <- test.profilee:73(helper1)(4)  119.964
+:0(hasattr)                         <- test.profilee:73(helper1)(4)  119.964
+                                       test.profilee:88(helper2)(8)  399.912
+test.profilee:110(__getattr__)      <- :0(hasattr)(12)   11.964
+                                       test.profilee:98(subhelper)(16)   79.960
+test.profilee:25(testfunc)          <- <string>:1(<module>)(1)  999.767
+test.profilee:35(factorial)         <- test.profilee:25(testfunc)(1)  999.769
+                                       test.profilee:35(factorial)(20)  169.917
+                                       test.profilee:84(helper2_indirect)(2)  139.946
+test.profilee:48(mul)               <- test.profilee:35(factorial)(20)  169.917
+test.profilee:55(helper)            <- test.profilee:25(testfunc)(2)  999.769
+test.profilee:73(helper1)           <- test.profilee:55(helper)(4)  599.830
+test.profilee:84(helper2_indirect)  <- test.profilee:55(helper)(2)  599.830
+test.profilee:88(helper2)           <- test.profilee:55(helper)(6)  599.830
+                                       test.profilee:84(helper2_indirect)(2)  139.946
+test.profilee:98(subhelper)         <- test.profilee:88(helper2)(8)  399.912
Stats.print_callees output for Profile does not fit expectation:
@@ -1,17 +1,17 @@
-:0(hasattr)                       -> profilee.py:110(__getattr__)(12)   27.972
-<string>:1(<module>)              -> profilee.py:25(testfunc)(1)  999.769
-profilee.py:110(__getattr__)      ->
-profilee.py:25(testfunc)          -> profilee.py:35(factorial)(1)  169.917
-                                     profilee.py:55(helper)(2)  599.830
-profilee.py:35(factorial)         -> profilee.py:35(factorial)(20)  169.917
-                                     profilee.py:48(mul)(20)   19.980
-profilee.py:48(mul)               ->
-profilee.py:55(helper)            -> profilee.py:73(helper1)(4)  119.964
-                                     profilee.py:84(helper2_indirect)(2)  139.946
-                                     profilee.py:88(helper2)(6)  399.912
-profilee.py:73(helper1)           -> :0(append)(4)   -0.004
-profilee.py:84(helper2_indirect)  -> profilee.py:35(factorial)(2)  169.917
-                                     profilee.py:88(helper2)(2)  399.912
-profilee.py:88(helper2)           -> :0(hasattr)(8)   11.964
-                                     profilee.py:98(subhelper)(8)   79.960
-profilee.py:98(subhelper)         -> profilee.py:110(__getattr__)(16)   27.972
+:0(hasattr)                         -> test.profilee:110(__getattr__)(12)   27.972
+<string>:1(<module>)                -> test.profilee:25(testfunc)(1)  999.769
+test.profilee:110(__getattr__)      ->
+test.profilee:25(testfunc)          -> test.profilee:35(factorial)(1)  169.917
+                                       test.profilee:55(helper)(2)  599.830
+test.profilee:35(factorial)         -> test.profilee:35(factorial)(20)  169.917
+                                       test.profilee:48(mul)(20)   19.980
+test.profilee:48(mul)               ->
+test.profilee:55(helper)            -> test.profilee:73(helper1)(4)  119.964
+                                       test.profilee:84(helper2_indirect)(2)  139.946
+                                       test.profilee:88(helper2)(6)  399.912
+test.profilee:73(helper1)           -> :0(append)(4)   -0.004
+test.profilee:84(helper2_indirect)  -> test.profilee:35(factorial)(2)  169.917
+                                       test.profilee:88(helper2)(2)  399.912
+test.profilee:88(helper2)           -> :0(hasattr)(8)   11.964
+                                       test.profilee:98(subhelper)(8)   79.960
+test.profilee:98(subhelper)         -> test.profilee:110(__getattr__)(16)   27.972
0:05:25 load avg: 0.89 [259/408/102] test_property -- test_profile failed
0:05:25 load avg: 0.89 [260/408/102] test_pstats
0:05:26 load avg: 0.89 [261/408/102] test_pty
0:05:26 load avg: 0.89 [262/408/102] test_pulldom
0:05:26 load avg: 0.89 [263/408/102] test_pwd
0:05:26 load avg: 0.89 [264/408/102] test_py_compile
test test_py_compile failed -- multiple errors occurred; run in verbose mode for details
0:05:26 load avg: 0.89 [265/408/103] test_pyclbr -- test_py_compile failed
*** Class
*** SystemRandom
test test_pyclbr failed -- multiple errors occurred; run in verbose mode for details
0:05:26 load avg: 0.89 [266/408/104] test_pydoc -- test_pyclbr failed
test test_pydoc failed -- multiple errors occurred; run in verbose mode for details
0:05:29 load avg: 0.82 [267/408/105] test_pyexpat -- test_pydoc failed
test test_pyexpat failed -- Traceback (most recent call last):
  File "test.test_pyexpat", line 453, in test_exception
    parser.Parse(b"<a><b><c/></b></a>", 1)
  File "./Modules/pyexpat.c", line 417, in StartElement
RuntimeError: a
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "test.test_pyexpat", line 463, in test_exception
    "test_pyexpat.py", "test_exception")
  File "test.test_pyexpat", line 446, in check_traceback_entry
    self.assertEqual(os.path.basename(entry[0]), filename)
AssertionError: 'test.test_pyexpat' != 'test_pyexpat.py'
- test.test_pyexpat
? -----
+ test_pyexpat.py
?             +++
0:05:29 load avg: 0.82 [268/408/106] test_queue -- test_pyexpat failed
0:05:34 load avg: 0.83 [269/408/106] test_quopri
  File "<stdin>", line 1
    Here's a bunch of special=20
SyntaxError: EOL while scanning string literal
  File "<stdin>", line 1
    Here's a bunch of special 
SyntaxError: EOL while scanning string literal
test test_quopri failed -- multiple errors occurred; run in verbose mode for details
0:05:34 load avg: 0.83 [270/408/107] test_raise -- test_quopri failed
0:05:34 load avg: 0.83 [271/408/107] test_random
0:05:36 load avg: 0.83 [272/408/107] test_range
0:05:37 load avg: 0.83 [273/408/107] test_re
test test_re failed -- Traceback (most recent call last):
  File "test.test_re", line 1412, in test_inline_flags
    self.assertEqual(warns.warnings[0].filename, __file__)
NameError: name '__file__' is not defined
0:05:38 load avg: 0.83 [274/408/108] test_regrtest -- test_re failed
test test_regrtest crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_regrtest", line 25, in <module>
    ROOT_DIR = os.path.join(os.path.dirname(__file__), '..', '..')
NameError: name '__file__' is not defined
0:05:38 load avg: 1.09 [275/408/109] test_repl -- test_regrtest failed
test test_repl failed -- Traceback (most recent call last):
  File "test.test_repl", line 57, in test_no_memory
    self.assertIn(b'After the exception.', output)
AssertionError: b'After the exception.' not found in b'Traceback (most recent call last):\n  File "<stdin>", line 2, in <module>\nModuleNotFoundError: No module named \'_testcapi\'\n'
0:05:39 load avg: 1.09 [276/408/110] test_reprlib -- test_repl failed
test test_reprlib failed -- multiple errors occurred; run in verbose mode for details
0:05:39 load avg: 1.09 [277/408/111] test_resource -- test_reprlib failed
0:05:39 load avg: 1.09 [278/408/111] test_richcmp
0:05:39 load avg: 1.09 [279/408/111] test_rlcompleter
0:05:39 load avg: 1.09 [280/408/111] test_robotparser
0:05:40 load avg: 1.09 [281/408/111] test_runpy
test test_runpy failed -- multiple errors occurred; run in verbose mode for details
0:05:40 load avg: 1.09 [282/408/112] test_sax -- test_runpy failed
0:05:40 load avg: 1.09 [283/408/112] test_sched
0:05:41 load avg: 1.09 [284/408/112] test_scope
0:05:41 load avg: 1.09 [285/408/112] test_script_helper
test test_script_helper failed -- multiple errors occurred; run in verbose mode for details
0:05:41 load avg: 1.09 [286/408/113] test_secrets -- test_script_helper failed
0:05:41 load avg: 1.09 [287/408/113] test_select
test test_select failed -- Traceback (most recent call last):
  File "test.test_select", line 30, in test_errno
    with open(__file__, 'rb') as fp:
NameError: name '__file__' is not defined
0:05:53 load avg: 0.92 [288/408/114] test_selectors -- test_select failed
0:06:12 load avg: 1.02 [289/408/114] test_set
0:06:14 load avg: 1.26 [290/408/114] test_setcomps
0:06:14 load avg: 1.26 [291/408/114] test_shelve
0:06:14 load avg: 1.26 [292/408/114] test_shlex
0:06:15 load avg: 1.26 [293/408/114] test_shutil
stty: 'standard input': Inappropriate ioctl for device
test test_shutil failed -- multiple errors occurred; run in verbose mode for details
0:06:15 load avg: 1.26 [294/408/115] test_site -- test_shutil failed
test_site skipped -- Python was invoked with -S
0:06:15 load avg: 1.26 [295/408/115] test_slice -- test_site skipped
0:06:16 load avg: 1.26 [296/408/115] test_smtpd
0:06:16 load avg: 1.26 [297/408/115] test_smtplib
0:06:17 load avg: 1.26 [298/408/115] test_smtpnet
test_smtpnet skipped -- Use of the 'network' resource not enabled
0:06:17 load avg: 1.26 [299/408/115] test_sndhdr -- test_smtpnet skipped (resource denied)
0:06:17 load avg: 1.26 [300/408/115] test_socket
test test_socket failed -- multiple errors occurred; run in verbose mode for details
0:06:43 load avg: 0.89 [301/408/116] test_socketserver -- test_socket failed
test_socketserver skipped -- Use of the 'network' resource not enabled
0:06:43 load avg: 0.98 [302/408/116] test_sort -- test_socketserver skipped (resource denied)
0:06:44 load avg: 0.98 [303/408/116] test_source_encoding
test test_source_encoding failed -- multiple errors occurred; run in verbose mode for details
0:06:44 load avg: 0.98 [304/408/117] test_spwd -- test_source_encoding failed
0:06:45 load avg: 0.98 [305/408/117] test_sqlite
test test_sqlite crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_sqlite", line 8, in <module>
    from sqlite3.test import (dbapi, types, userfunctions,
ModuleNotFoundError: No module named 'sqlite3.test'
0:06:45 load avg: 0.98 [306/408/118] test_ssl -- test_sqlite failed
test test_ssl crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_ssl", line 58, in <module>
    CERTFILE = data_file("keycert.pem")
  File "test.test_ssl", line 51, in data_file
    return os.path.join(os.path.dirname(__file__), *name)
NameError: name '__file__' is not defined
0:06:45 load avg: 0.98 [307/408/119] test_startfile -- test_ssl failed
test_startfile skipped -- object <module 'os' (<PyOxidizerFinder object at 0x7ff4aadc1810>)> has no attribute 'startfile'
0:06:45 load avg: 0.98 [308/408/119] test_stat -- test_startfile skipped
0:06:45 load avg: 0.98 [309/408/119] test_statistics
0:06:46 load avg: 0.98 [310/408/119] test_strftime
0:06:47 load avg: 0.98 [311/408/119] test_string
0:06:47 load avg: 0.98 [312/408/119] test_string_literals
test test_string_literals failed -- multiple errors occurred; run in verbose mode for details
0:06:47 load avg: 0.98 [313/408/120] test_stringprep -- test_string_literals failed
0:06:47 load avg: 0.98 [314/408/120] test_strptime
0:06:48 load avg: 0.98 [315/408/120] test_strtod
0:06:49 load avg: 0.98 [316/408/120] test_struct
test test_struct failed -- Traceback (most recent call last):
  File "test.test_struct", line 570, in test__sizeof__
    self.check_sizeof(code, 1)
  File "test.test_struct", line 565, in check_sizeof
    support.check_sizeof(self, struct.Struct(format_str), totalsize)
  File "test.support", line 1588, in check_sizeof
    import _testcapi
ModuleNotFoundError: No module named '_testcapi'
0:06:50 load avg: 0.98 [317/408/121] test_structmembers -- test_struct failed
test_structmembers skipped -- No module named '_testcapi'
0:06:50 load avg: 0.98 [318/408/121] test_structseq -- test_structmembers skipped
test test_structseq failed -- Traceback (most recent call last):
  File "test.test_structseq", line 38, in test_repr
    st = os.stat(__file__)
NameError: name '__file__' is not defined
0:06:50 load avg: 0.98 [319/408/122] test_subclassinit -- test_structseq failed
0:06:50 load avg: 0.98 [320/408/122] test_sunau
0:06:51 load avg: 0.98 [321/408/122] test_sundry
0:06:51 load avg: 0.98 [322/408/122] test_super
0:06:51 load avg: 0.98 [323/408/122] test_symbol
test test_symbol crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_symbol", line 10, in <module>
    GRAMMAR_FILE             = os.path.join(os.path.dirname(__file__),
NameError: name '__file__' is not defined
0:06:51 load avg: 0.98 [324/408/123] test_symtable -- test_symbol failed
0:06:51 load avg: 0.98 [325/408/123] test_syntax
0:06:52 load avg: 0.98 [326/408/123] test_sys
test test_sys failed -- multiple errors occurred; run in verbose mode for details
0:06:52 load avg: 0.98 [327/408/124] test_sys_setprofile -- test_sys failed
0:06:52 load avg: 0.98 [328/408/124] test_sys_settrace
0:06:53 load avg: 0.98 [329/408/124] test_sysconfig
test test_sysconfig failed -- multiple errors occurred; run in verbose mode for details
0:06:53 load avg: 0.98 [330/408/125] test_syslog -- test_sysconfig failed
0:06:53 load avg: 0.98 [331/408/125] test_tarfile
test test_tarfile failed -- multiple errors occurred; run in verbose mode for details
0:07:00 load avg: 1.06 [332/408/126] test_tcl -- test_tarfile failed
test test_tcl failed -- multiple errors occurred; run in verbose mode for details
0:07:01 load avg: 1.06 [333/408/127] test_telnetlib -- test_tcl failed
0:07:01 load avg: 1.06 [334/408/127] test_tempfile
test test_tempfile failed -- multiple errors occurred; run in verbose mode for details
0:07:01 load avg: 1.06 [335/408/128] test_textwrap -- test_tempfile failed
0:07:01 load avg: 1.06 [336/408/128] test_thread
0:07:03 load avg: 1.06 [337/408/128] test_threaded_import
Exception in thread Thread-1178:
Traceback (most recent call last):
  File "threading", line 926, in _bootstrap_inner
  File "threading", line 870, in run
  File "test.test_threaded_import", line 212, in import_ab
    import A
ModuleNotFoundError: No module named 'A'
Exception in thread Thread-1179:
Traceback (most recent call last):
  File "threading", line 926, in _bootstrap_inner
  File "threading", line 870, in run
  File "test.test_threaded_import", line 215, in import_ba
    import B
ModuleNotFoundError: No module named 'B'
test test_threaded_import failed -- multiple errors occurred; run in verbose mode for details
0:07:03 load avg: 1.06 [338/408/129] test_threadedtempfile -- test_threaded_import failed
0:07:03 load avg: 1.14 [339/408/129] test_threading
test test_threading failed -- multiple errors occurred; run in verbose mode for details
0:07:13 load avg: 1.12 [340/408/130] test_threading_local -- test_threading failed
0:07:14 load avg: 1.11 [341/408/130] test_threadsignals
0:07:19 load avg: 1.03 [342/408/130] test_time
0:07:22 load avg: 1.03 [343/408/130] test_timeit
0:07:22 load avg: 1.03 [344/408/130] test_timeout
test_timeout skipped -- Use of the 'network' resource not enabled
0:07:22 load avg: 1.03 [345/408/130] test_tix -- test_timeout skipped (resource denied)
test_tix skipped -- Use of the 'gui' resource not enabled
0:07:22 load avg: 1.03 [346/408/130] test_tk -- test_tix skipped (resource denied)
test_tk skipped -- Use of the 'gui' resource not enabled
0:07:22 load avg: 1.03 [347/408/130] test_tokenize -- test_tk skipped (resource denied)
test test_tokenize failed -- multiple errors occurred; run in verbose mode for details
0:07:24 load avg: 1.02 [348/408/131] test_tools -- test_tokenize failed
test test_tools crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_tools", line 10, in <module>
    os.path.dirname(__file__))))    # test_tools
NameError: name '__file__' is not defined
0:07:24 load avg: 1.02 [349/408/132] test_trace -- test_tools failed
test test_trace failed -- multiple errors occurred; run in verbose mode for details
0:07:25 load avg: 1.02 [350/408/133] test_traceback -- test_trace failed
test test_traceback failed -- multiple errors occurred; run in verbose mode for details
0:07:25 load avg: 1.02 [351/408/134] test_tracemalloc -- test_traceback failed
test test_tracemalloc failed -- multiple errors occurred; run in verbose mode for details
0:07:26 load avg: 1.02 [352/408/135] test_ttk_guionly -- test_tracemalloc failed
test_ttk_guionly skipped -- Use of the 'gui' resource not enabled
0:07:26 load avg: 1.02 [353/408/135] test_ttk_textonly -- test_ttk_guionly skipped (resource denied)
test test_ttk_textonly crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_ttk_textonly", line 6, in <module>
    from tkinter.test import runtktests
ModuleNotFoundError: No module named 'tkinter.test'
0:07:26 load avg: 1.02 [354/408/136] test_tuple -- test_ttk_textonly failed
0:07:33 load avg: 1.02 [355/408/136] test_turtle
0:07:33 load avg: 1.02 [356/408/136] test_typechecks
0:07:33 load avg: 1.02 [357/408/136] test_typing
0:07:33 load avg: 1.02 [358/408/136] test_ucn
0:07:34 load avg: 1.02 [359/408/136] test_unary
0:07:34 load avg: 1.02 [360/408/136] test_unicode
test test_unicode failed -- multiple errors occurred; run in verbose mode for details
0:07:36 load avg: 1.02 [361/408/137] test_unicode_file -- test_unicode failed
0:07:36 load avg: 1.02 [362/408/137] test_unicode_file_functions
0:07:36 load avg: 1.02 [363/408/137] test_unicode_identifiers
test test_unicode_identifiers failed -- Traceback (most recent call last):
  File "test.test_unicode_identifiers", line 22, in test_invalid
    from test import badsyntax_3131
ImportError: cannot import name 'badsyntax_3131' from 'test' (unknown location)
0:07:37 load avg: 1.02 [364/408/138] test_unicodedata -- test_unicode_identifiers failed
test test_unicodedata failed -- Traceback (most recent call last):
  File "test.test_unicodedata", line 255, in test_failed_import_during_compiling
    result = script_helper.assert_python_failure("-c", code)
  File "test.support.script_helper", line 167, in assert_python_failure
    return _assert_python(False, *args, **env_vars)
  File "test.support.script_helper", line 143, in _assert_python
    res.fail(cmd_line)
  File "test.support.script_helper", line 84, in fail
    err))
AssertionError: Process return code is 0
command line: ['/home/jayvdb/pyox/setuptools/build/apps/setuptools/x86_64-unknown-linux-gnu/debug/setuptools', '-X', 'faulthandler', '-I', '-c', 'import sys;sys.modules[\'unicodedata\'] = None;eval("\'\\\\N{SOFT HYPHEN}\'")']
stdout:
stderr:
0:07:40 load avg: 1.02 [365/408/139] test_univnewlines -- test_unicodedata failed
0:07:40 load avg: 1.02 [366/408/139] test_unpack
0:07:41 load avg: 1.02 [367/408/139] test_unpack_ex
0:07:41 load avg: 1.02 [368/408/139] test_urllib
0:07:41 load avg: 1.02 [369/408/139] test_urllib2
test test_urllib2 failed -- Traceback (most recent call last):
  File "test.test_urllib2", line 53, in test_trivial
    fname = os.path.abspath(urllib.request.__file__).replace(os.sep, '/')
AttributeError: module 'urllib.request' has no attribute '__file__'
0:07:42 load avg: 1.02 [370/408/140] test_urllib2_localnet -- test_urllib2 failed
test test_urllib2_localnet crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_urllib2_localnet", line 18, in <module>
    here = os.path.dirname(__file__)
NameError: name '__file__' is not defined
0:07:42 load avg: 1.02 [371/408/141] test_urllib2net -- test_urllib2_localnet failed
test_urllib2net skipped -- Use of the 'network' resource not enabled
0:07:42 load avg: 1.02 [372/408/141] test_urllib_response -- test_urllib2net skipped (resource denied)
0:07:42 load avg: 1.02 [373/408/141] test_urllibnet
test_urllibnet skipped -- Use of the 'network' resource not enabled
0:07:43 load avg: 1.02 [374/408/141] test_urlparse -- test_urllibnet skipped (resource denied)
0:07:44 load avg: 1.02 [375/408/141] test_userdict
0:07:45 load avg: 1.02 [376/408/141] test_userlist
0:07:45 load avg: 1.02 [377/408/141] test_userstring
test test_userstring failed -- Traceback (most recent call last):
  File "test.string_tests", line 1249, in test_formatting_c_limits
    from _testcapi import PY_SSIZE_T_MAX, INT_MAX, UINT_MAX
ModuleNotFoundError: No module named '_testcapi'
0:07:47 load avg: 1.02 [378/408/142] test_utf8_mode -- test_userstring failed
test test_utf8_mode failed -- multiple errors occurred; run in verbose mode for details
0:07:48 load avg: 1.02 [379/408/143] test_utf8source -- test_utf8_mode failed
test test_utf8source failed -- Traceback (most recent call last):
  File "test.test_utf8source", line 19, in test_badsyntax
    import test.badsyntax_pep3120
ModuleNotFoundError: No module named 'test.badsyntax_pep3120'
0:07:48 load avg: 1.02 [380/408/144] test_uu -- test_utf8source failed
0:07:48 load avg: 1.02 [381/408/144] test_uuid
0:07:49 load avg: 1.09 [382/408/144] test_venv
test test_venv failed -- multiple errors occurred; run in verbose mode for details
0:08:27 load avg: 1.72 [383/408/145] test_wait3 -- test_venv failed in 37 sec 793 ms
0:08:33 load avg: 1.58 [384/408/145] test_wait4
0:08:39 load avg: 1.34 [385/408/145] test_warnings
test test_warnings failed -- multiple errors occurred; run in verbose mode for details
0:08:41 load avg: 1.34 [386/408/146] test_wave -- test_warnings failed
0:08:41 load avg: 1.34 [387/408/146] test_weakref
test test_weakref failed -- multiple errors occurred; run in verbose mode for details
0:09:15 load avg: 1.31 [388/408/147] test_weakset -- test_weakref failed in 34 sec 344 ms
0:09:16 load avg: 1.31 [389/408/147] test_webbrowser
0:09:26 load avg: 1.26 [390/408/147] test_winconsoleio
test_winconsoleio skipped -- test only relevant on win32
0:09:26 load avg: 1.26 [391/408/147] test_winreg -- test_winconsoleio skipped
test_winreg skipped -- No module named 'winreg'
0:09:26 load avg: 1.26 [392/408/147] test_winsound -- test_winreg skipped
test_winsound skipped -- Use of the 'audio' resource not enabled
0:09:26 load avg: 1.26 [393/408/147] test_with -- test_winsound skipped (resource denied)
0:09:27 load avg: 1.26 [394/408/147] test_wsgiref
test test_wsgiref crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_wsgiref", line 3, in <module>
    from test.test_httpservers import NoLogRequestHandler
ModuleNotFoundError: No module named 'test.test_httpservers'
0:09:27 load avg: 1.26 [395/408/148] test_xdrlib -- test_wsgiref failed
0:09:27 load avg: 1.26 [396/408/148] test_xml_dom_minicompat
0:09:27 load avg: 1.26 [397/408/148] test_xml_etree
0:09:28 load avg: 1.26 [398/408/148] test_xml_etree_c
test test_xml_etree_c failed -- multiple errors occurred; run in verbose mode for details
0:09:29 load avg: 1.24 [399/408/149] test_xmlrpc -- test_xml_etree_c failed
0:09:33 load avg: 1.24 [400/408/149] test_xmlrpc_net
test_xmlrpc_net skipped -- Use of the 'network' resource not enabled
0:09:33 load avg: 1.24 [401/408/149] test_xxtestfuzz -- test_xmlrpc_net skipped (resource denied)
0:09:33 load avg: 1.24 [402/408/149] test_yield_from
0:09:34 load avg: 1.22 [403/408/149] test_zipapp
0:09:38 load avg: 1.22 [404/408/149] test_zipfile
test test_zipfile failed -- multiple errors occurred; run in verbose mode for details
0:09:55 load avg: 1.22 [405/408/150] test_zipfile64 -- test_zipfile failed
test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run
0:09:56 load avg: 1.22 [406/408/150] test_zipimport -- test_zipfile64 skipped (resource denied)
test test_zipimport failed -- multiple errors occurred; run in verbose mode for details
0:09:56 load avg: 1.22 [407/408/151] test_zipimport_support -- test_zipimport failed
test test_zipimport_support failed -- multiple errors occurred; run in verbose mode for details
0:09:56 load avg: 1.22 [408/408/152] test_zlib -- test_zipimport_support failed

Final result

== Tests result: FAILURE ==
226 tests OK.
152 tests failed:
    test___all__ test_argparse test_array test_ast test_asyncio
    test_asyncore test_atexit test_base64 test_baseexception test_bdb
    test_buffer test_builtin test_bytes test_bz2
    test_c_locale_coercion test_calendar test_call test_cgitb
    test_clinic test_cmath test_code test_codecencodings_cn
    test_codecencodings_hk test_codecencodings_iso2022
    test_codecencodings_jp test_codecencodings_kr
    test_codecencodings_tw test_codecs test_compile test_compileall
    test_coroutines test_cprofile test_crashers test_csv
    test_dataclasses test_datetime test_decimal test_deque test_dict
    test_dis test_distutils test_doctest test_email test_embed
    test_ensurepip test_epoll test_exceptions test_faulthandler
    test_fcntl test_fileio test_finalization test_float test_format
    test_frame test_frozen test_fstring test_ftplib test_future
    test_gc test_genericclass test_grammar test_gzip test_hash
    test_httplib test_idle test_imaplib test_imp test_import
    test_importlib test_inspect test_io test_itertools test_json
    test_keyword test_lib2to3 test_linecache test_logging test_marshal
    test_math test_memoryio test_module test_modulefinder
    test_multiprocessing_fork test_multiprocessing_main_handling
    test_nntplib test_opcodes test_ordered_dict test_os test_parser
    test_pdb test_pickle test_pkg test_pkgimport test_pkgutil
    test_platform test_poll test_popen test_poplib test_posix
    test_profile test_py_compile test_pyclbr test_pydoc test_pyexpat
    test_quopri test_re test_regrtest test_repl test_reprlib
    test_runpy test_script_helper test_select test_shutil test_socket
    test_source_encoding test_sqlite test_ssl test_string_literals
    test_struct test_structseq test_support test_symbol test_sys
    test_sysconfig test_tarfile test_tcl test_tempfile
    test_threaded_import test_threading test_tokenize test_tools
    test_trace test_traceback test_tracemalloc test_ttk_textonly
    test_unicode test_unicode_identifiers test_unicodedata
    test_unittest test_urllib2 test_urllib2_localnet test_userstring
    test_utf8_mode test_utf8source test_venv test_warnings
    test_weakref test_wsgiref test_xml_etree_c test_zipfile
    test_zipimport test_zipimport_support
30 tests skipped:
    test_asdl_parser test_capi test_crypt test_ctypes test_curses
    test_dbm_gnu test_devpoll test_dict_version test_gdb test_getargs2
    test_kqueue test_msilib test_nis test_ossaudiodev test_site
    test_smtpnet test_socketserver test_startfile test_structmembers
    test_timeout test_tix test_tk test_ttk_guionly test_urllib2net
    test_urllibnet test_winconsoleio test_winreg test_winsound
    test_xmlrpc_net test_zipfile64
Total duration: 9 min 58 sec
Tests result: FAILURE

I managed to hack around the __file__ problem, but then needed to omit test_asyncio, test_email, test_importlib, test_json, test_tools.

So from 226 to 244 tests ok

Result is

== CPython 3.7.5 (default, Oct 25 2019, 05:07:28) [Clang 8.0.1 (tags/RELEASE_801/final)]
== Linux-5.3.6-1-default-x86_64-with-glibc2.29 little-endian
== cwd: /tmp/test_python_8525
== CPU count: 4
== encodings: locale=UTF-8, FS=utf-8
Run tests sequentially
0:00:00 load avg: 2.93 [  1/406] test_grammar
test test_grammar failed -- Traceback (most recent call last):
  File "test.test_grammar", line 1180, in test_selectors
    c = sys.path[0]
IndexError: list index out of range
0:00:00 load avg: 2.93 [  2/406/1] test_opcodes -- test_grammar failed
test test_opcodes failed -- Traceback (most recent call last):
  File "test.test_opcodes", line 27, in test_setup_annotations_line
    with open(ann_module.__file__) as f:
AttributeError: module 'test.ann_module' has no attribute '__file__'
0:00:00 load avg: 2.93 [  3/406/2] test_dict -- test_opcodes failed
test test_dict failed -- multiple errors occurred; run in verbose mode for details
0:00:01 load avg: 2.93 [  4/406/3] test_builtin -- test_dict failed
test test_builtin failed -- Traceback (most recent call last):
  File "test.test_builtin", line 1818, in test_cleanup
    self.assertEqual(["before", "after"], out.decode().splitlines())
AssertionError: Lists differ: ['before', 'after'] != []
First list contains 2 additional elements.
First extra element 0:
'before'
- ['before', 'after']
0:00:01 load avg: 2.93 [  5/406/4] test_exceptions -- test_builtin failed
test test_exceptions failed -- multiple errors occurred; run in verbose mode for details
0:00:01 load avg: 2.93 [  6/406/5] test_types -- test_exceptions failed
0:00:02 load avg: 2.93 [  7/406/5] test_unittest
test test_unittest crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_unittest", line 1, in <module>
    import unittest.test
ModuleNotFoundError: No module named 'unittest.test'
0:00:02 load avg: 2.93 [  8/406/6] test_doctest -- test_unittest failed
**********************************************************************
File "/home/jayvdb/pyox/cpython_tests/test/test_doctest.py", line 2773, in test.test_doctest.test_CLI
Failed example:
    print(normalize(out2))
Expected:
    Trying:
        1 + 1
    Expecting:
    Trying:
    Expecting:
    1 items passed all tests:
       2 tests in myfile.doc
    2 tests in 1 items.
    2 passed and 0 failed.
    Test passed.
    <BLANKLINE>
**********************************************************************
File "/home/jayvdb/pyox/cpython_tests/test/test_doctest.py", line 2800, in test.test_doctest.test_CLI
Failed example:
    with temp_dir() as tmpdir:
        fn = os.path.join(tmpdir, 'myfile.doc')
        with open(fn, 'w') as f:
            _ = f.write('This is another simple test file.\n')
            _ = f.write('   >>> 1 + 1\n')
            _ = f.write('   2\n')
            _ = f.write('   >>> "abcdef"\n')
            _ = f.write("   'a...f'\n")
            _ = f.write('   >>> "ajkml"\n')
            _ = f.write("   'a...l'\n")
            _ = f.write('\n')
            _ = f.write('And that is it.\n')
        fn2 = os.path.join(tmpdir, 'myfile2.py')
        with open(fn2, 'w') as f:
            _ = f.write('def test_func():\n')
            _ = f.write('   \"\"\"\n')
            _ = f.write('   This is simple python test function.\n')
            _ = f.write('       >>> 1 + 1\n')
            _ = f.write('       2\n')
            _ = f.write('       >>> "abc   def"\n')
            _ = f.write("       'abc def'\n")
            _ = f.write("\n")
            _ = f.write('   \"\"\"\n')
        rc1, out1, err1 = script_helper.assert_python_failure(
                '-m', 'doctest', fn, fn2)
        rc2, out2, err2 = script_helper.assert_python_ok(
                '-m', 'doctest', '-o', 'ELLIPSIS', fn)
        rc3, out3, err3 = script_helper.assert_python_ok(
                '-m', 'doctest', '-o', 'ELLIPSIS',
                '-o', 'NORMALIZE_WHITESPACE', fn, fn2)
        rc4, out4, err4 = script_helper.assert_python_failure(
                '-m', 'doctest', '-f', fn, fn2)
        rc5, out5, err5 = script_helper.assert_python_ok(
                '-m', 'doctest', '-v', '-o', 'ELLIPSIS',
                '-o', 'NORMALIZE_WHITESPACE', fn, fn2)
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_CLI[7]>", line 25, in <module>
        '-m', 'doctest', fn, fn2)
      File "test.support.script_helper", line 167, in assert_python_failure
        return _assert_python(False, *args, **env_vars)
      File "test.support.script_helper", line 143, in _assert_python
        res.fail(cmd_line)
      File "test.support.script_helper", line 84, in fail
        err))
    AssertionError: Process return code is 0
    command line: ['/home/jayvdb/pyox/cpython_tests/build/apps/cpython_tests/x86_64-unknown-linux-gnu/debug/cpython_tests', '-X', 'faulthandler', '-I', '-m', 'doctest', '/tmp/tmpvf636i37/myfile.doc', '/tmp/tmpvf636i37/myfile2.py']
    stdout:
    stderr:
**********************************************************************
File "/home/jayvdb/pyox/cpython_tests/test/test_doctest.py", line 2840, in test.test_doctest.test_CLI
Failed example:
    rc1, err1
Expected:
    (1, b'')
    (0, b'')
**********************************************************************
File "/home/jayvdb/pyox/cpython_tests/test/test_doctest.py", line 2842, in test.test_doctest.test_CLI
Failed example:
    print(normalize(out1))                # doctest: +ELLIPSIS
Expected:
    **********************************************************************
    File "...myfile.doc", line 4, in myfile.doc
    Failed example:
        "abcdef"
    Expected:
        'a...f'
        'abcdef'
    **********************************************************************
    File "...myfile.doc", line 6, in myfile.doc
    Failed example:
        "ajkml"
    Expected:
        'a...l'
        'ajkml'
    **********************************************************************
    1 items had failures:
       2 of   3 in myfile.doc
    ***Test Failed*** 2 failures.
    <BLANKLINE>
**********************************************************************
File "/home/jayvdb/pyox/cpython_tests/test/test_doctest.py", line 2870, in test.test_doctest.test_CLI
Failed example:
    rc3, out3, err3
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_CLI[11]>", line 1, in <module>
        rc3, out3, err3
    NameError: name 'rc3' is not defined
**********************************************************************
File "/home/jayvdb/pyox/cpython_tests/test/test_doctest.py", line 2875, in test.test_doctest.test_CLI
Failed example:
    rc4, err4
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_CLI[12]>", line 1, in <module>
        rc4, err4
    NameError: name 'rc4' is not defined
**********************************************************************
File "/home/jayvdb/pyox/cpython_tests/test/test_doctest.py", line 2877, in test.test_doctest.test_CLI
Failed example:
    print(normalize(out4))                # doctest: +ELLIPSIS
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_CLI[13]>", line 1, in <module>
        print(normalize(out4))                # doctest: +ELLIPSIS
    NameError: name 'out4' is not defined
**********************************************************************
File "/home/jayvdb/pyox/cpython_tests/test/test_doctest.py", line 2894, in test.test_doctest.test_CLI
Failed example:
    rc5, err5
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_CLI[14]>", line 1, in <module>
        rc5, err5
    NameError: name 'rc5' is not defined
**********************************************************************
File "/home/jayvdb/pyox/cpython_tests/test/test_doctest.py", line 2896, in test.test_doctest.test_CLI
Failed example:
    print(normalize(out5))
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_CLI[15]>", line 1, in <module>
        print(normalize(out5))
    NameError: name 'out5' is not defined
**********************************************************************
File "/home/jayvdb/pyox/cpython_tests/test/test_doctest.py", line 2939, in test.test_doctest.test_CLI
Failed example:
    rc, out, err = script_helper.assert_python_failure(
            '-m', 'doctest', 'nosuchfile')
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_CLI[16]>", line 2, in <module>
        '-m', 'doctest', 'nosuchfile')
      File "test.support.script_helper", line 167, in assert_python_failure
        return _assert_python(False, *args, **env_vars)
      File "test.support.script_helper", line 143, in _assert_python
        res.fail(cmd_line)
      File "test.support.script_helper", line 84, in fail
        err))
    AssertionError: Process return code is 0
    command line: ['/home/jayvdb/pyox/cpython_tests/build/apps/cpython_tests/x86_64-unknown-linux-gnu/debug/cpython_tests', '-X', 'faulthandler', '-I', '-m', 'doctest', 'nosuchfile']
    stdout:
    stderr:
**********************************************************************
File "/home/jayvdb/pyox/cpython_tests/test/test_doctest.py", line 2941, in test.test_doctest.test_CLI
Failed example:
    rc, out
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_CLI[17]>", line 1, in <module>
        rc, out
    NameError: name 'rc' is not defined
**********************************************************************
File "/home/jayvdb/pyox/cpython_tests/test/test_doctest.py", line 2943, in test.test_doctest.test_CLI
Failed example:
    print(normalize(err))                    # doctest: +ELLIPSIS
Expected:
    Traceback (most recent call last):
    FileNotFoundError: [Errno ...] No such file or directory: 'nosuchfile'
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_CLI[18]>", line 1, in <module>
        print(normalize(err))                    # doctest: +ELLIPSIS
    NameError: name 'err' is not defined
**********************************************************************
File "/home/jayvdb/pyox/cpython_tests/test/test_doctest.py", line 2950, in test.test_doctest.test_CLI
Failed example:
    rc, out, err = script_helper.assert_python_failure(
            '-m', 'doctest', '-o', 'nosuchoption')
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_CLI[19]>", line 2, in <module>
        '-m', 'doctest', '-o', 'nosuchoption')
      File "test.support.script_helper", line 167, in assert_python_failure
        return _assert_python(False, *args, **env_vars)
      File "test.support.script_helper", line 143, in _assert_python
        res.fail(cmd_line)
      File "test.support.script_helper", line 84, in fail
        err))
    AssertionError: Process return code is 0
    command line: ['/home/jayvdb/pyox/cpython_tests/build/apps/cpython_tests/x86_64-unknown-linux-gnu/debug/cpython_tests', '-X', 'faulthandler', '-I', '-m', 'doctest', '-o', 'nosuchoption']
    stdout:
    stderr:
**********************************************************************
File "/home/jayvdb/pyox/cpython_tests/test/test_doctest.py", line 2952, in test.test_doctest.test_CLI
Failed example:
    rc, out
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_CLI[20]>", line 1, in <module>
        rc, out
    NameError: name 'rc' is not defined
**********************************************************************
File "/home/jayvdb/pyox/cpython_tests/test/test_doctest.py", line 2954, in test.test_doctest.test_CLI
Failed example:
    print(normalize(err))                    # doctest: +ELLIPSIS
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_CLI[21]>", line 1, in <module>
        print(normalize(err))                    # doctest: +ELLIPSIS
    NameError: name 'err' is not defined
**********************************************************************
File "/home/jayvdb/pyox/cpython_tests/test/test_doctest.py", line 2229, in test.test_doctest.test_DocFileSuite
Failed example:
    suite = doctest.DocFileSuite('test_doctest.txt',
                                 'test_doctest2.txt',
                                 'test_doctest4.txt',
                                 package='test')
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_DocFileSuite[4]>", line 4, in <module>
        package='test')
      File "doctest", line 2500, in DocFileSuite
      File "doctest", line 2423, in DocFileTest
      File "doctest", line 217, in _load_testfile
      File "doctest", line 412, in _module_relative_path
    ValueError: Can't resolve paths relative to the module 'test' (it has no __file__)
**********************************************************************
File "/home/jayvdb/pyox/cpython_tests/test/test_doctest.py", line 2244, in test.test_doctest.test_DocFileSuite
Failed example:
        suite = doctest.DocFileSuite('test_doctest.txt',
                                     'test_doctest2.txt',
                                     'test_doctest4.txt',
                                     package='test')
        suite.run(unittest.TestResult())
    finally:
        if added_loader:
            del test.__loader__
Exception raised:
    Traceback (most recent call last):
      File "doctest", line 1329, in __run
      File "<doctest test.test_doctest.test_DocFileSuite[9]>", line 5, in <module>
        package='test')
      File "doctest", line 2500, in DocFileSuite
      File "doctest", line 2423, in DocFileTest
      File "doctest", line 217, in _load_testfile
      File "doctest", line 412, in _module_relative_path
    ValueError: Can't resolve paths relative to the module 'test' (it has no __file__)
**********************************************************************
File "/home/jayvdb/pyox/cpython_tests/test/test_doctest.py", line 2717, in test.test_doctest.test_unicode
Failed example:
    runner.run(test) # doctest: +ELLIPSIS
Expected:
    **********************************************************************
    File "foo-bä[email protected]", line 2, in foo-bär@baz
    Failed example:
        raise Exception('clé')
    Exception raised:
        Traceback (most recent call last):
          File ...
            compileflags, 1), test.globs)
          File "<doctest foo-bär@baz[0]>", line 1, in <module>
            raise Exception('clé')
        Exception: clé
    TestResults(failed=1, attempted=1)
    **********************************************************************
    File "foo-bä[email protected]", line 2, in foo-bär@baz
    Failed example:
        raise Exception('clé')
    Exception raised:
        Traceback (most recent call last):
          File "doctest", line 1329, in __run
          File "<doctest foo-bär@baz[0]>", line 1, in <module>
            raise Exception('clé')
        Exception: clé
    TestResults(failed=1, attempted=1)
**********************************************************************
3 items had failures:
  15 of  22 in test.test_doctest.test_CLI
   2 of  40 in test.test_doctest.test_DocFileSuite
   1 of   6 in test.test_doctest.test_unicode
***Test Failed*** 18 failures.
test test_doctest failed -- 18 of 516 doctests failed
0:00:02 load avg: 2.93 [  9/406/7] test_doctest2 -- test_doctest failed
0:00:02 load avg: 2.93 [ 10/406/7] test_support
test test_support crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 965, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'test.test_support'
0:00:03 load avg: 2.93 [ 11/406/8] test___all__ -- test_support failed
0:00:04 load avg: 2.86 [ 12/406/8] test___future__
0:00:05 load avg: 2.86 [ 13/406/8] test__locale
0:00:06 load avg: 2.86 [ 14/406/8] test__opcode
0:00:06 load avg: 2.86 [ 15/406/8] test__osx_support
0:00:06 load avg: 2.86 [ 16/406/8] test_abc
0:00:06 load avg: 2.86 [ 17/406/8] test_abstract_numbers
0:00:06 load avg: 2.86 [ 18/406/8] test_aifc
0:00:06 load avg: 2.86 [ 19/406/8] test_argparse
test test_argparse failed -- Traceback (most recent call last):
  File "test.test_argparse", line 4652, in test_argparse_module_encoding
    self._test_module_encoding(argparse.__file__)
AttributeError: module 'argparse' has no attribute '__file__'
0:00:10 load avg: 2.71 [ 20/406/9] test_array -- test_argparse failed
test test_array failed -- multiple errors occurred; run in verbose mode for details
0:00:12 load avg: 2.71 [ 21/406/10] test_asdl_parser -- test_array failed
test_asdl_parser skipped -- test irrelevant for an installed Python
0:00:12 load avg: 2.71 [ 22/406/10] test_ast -- test_asdl_parser skipped
test test_ast failed -- Traceback (most recent call last):
  File "test.test_ast", line 999, in test_stdlib_validates
    stdlib = os.path.dirname(ast.__file__)
AttributeError: module 'ast' has no attribute '__file__'
0:00:12 load avg: 2.71 [ 23/406/11] test_asyncgen -- test_ast failed
0:00:13 load avg: 2.71 [ 24/406/11] test_asynchat
0:00:15 load avg: 2.49 [ 25/406/11] test_asyncore
test test_asyncore failed -- Traceback (most recent call last):
  File "test.test_asyncore", line 232, in test_compact_traceback
    self.assertEqual(os.path.split(f)[-1], 'test_asyncore.py')
AssertionError: 'test.test_asyncore' != 'test_asyncore.py'
- test.test_asyncore
? -----
+ test_asyncore.py
?              +++
0:00:17 load avg: 2.49 [ 26/406/12] test_atexit -- test_asyncore failed
test test_atexit failed -- multiple errors occurred; run in verbose mode for details
0:00:17 load avg: 2.49 [ 27/406/13] test_audioop -- test_atexit failed
0:00:17 load avg: 2.49 [ 28/406/13] test_augassign
0:00:17 load avg: 2.49 [ 29/406/13] test_base64
test test_base64 failed -- multiple errors occurred; run in verbose mode for details
0:00:17 load avg: 2.49 [ 30/406/14] test_baseexception -- test_base64 failed
0:00:17 load avg: 2.49 [ 31/406/14] test_bdb
test test_bdb failed -- multiple errors occurred; run in verbose mode for details
0:00:18 load avg: 2.49 [ 32/406/15] test_bigaddrspace -- test_bdb failed
0:00:18 load avg: 2.49 [ 33/406/15] test_bigmem
0:00:18 load avg: 2.49 [ 34/406/15] test_binascii
0:00:18 load avg: 2.49 [ 35/406/15] test_binhex
0:00:18 load avg: 2.49 [ 36/406/15] test_binop
0:00:18 load avg: 2.49 [ 37/406/15] test_bisect
0:00:18 load avg: 2.49 [ 38/406/15] test_bool
0:00:18 load avg: 2.49 [ 39/406/15] test_buffer
test test_buffer failed -- Traceback (most recent call last):
  File "test.test_buffer", line 2480, in test_memoryview_sizeof
    check(memoryview(b''), vsize(base_struct + 1 * per_dim))
  File "test.support", line 1588, in check_sizeof
    import _testcapi
ModuleNotFoundError: No module named '_testcapi'
0:00:31 load avg: 2.23 [ 40/406/16] test_bufio -- test_buffer failed
0:00:32 load avg: 2.23 [ 41/406/16] test_bytes
test test_bytes failed -- Traceback (most recent call last):
  File "test.test_bytes", line 1483, in test_obsolete_write_lock
    from _testcapi import getbuffer_with_null_view
ModuleNotFoundError: No module named '_testcapi'
0:00:34 load avg: 2.13 [ 42/406/17] test_bz2 -- test_bytes failed
0:00:48 load avg: 2.11 [ 43/406/17] test_c_locale_coercion
test test_c_locale_coercion failed -- multiple errors occurred; run in verbose mode for details
0:00:51 load avg: 2.02 [ 44/406/18] test_calendar -- test_c_locale_coercion failed
test test_calendar failed -- multiple errors occurred; run in verbose mode for details
0:00:52 load avg: 2.02 [ 45/406/19] test_call -- test_calendar failed
test test_call failed -- multiple errors occurred; run in verbose mode for details
0:00:52 load avg: 2.02 [ 46/406/20] test_capi -- test_call failed
test_capi skipped -- No module named '_testcapi'
0:00:52 load avg: 2.02 [ 47/406/20] test_cgi -- test_capi skipped
0:00:52 load avg: 2.02 [ 48/406/20] test_cgitb
test test_cgitb failed -- multiple errors occurred; run in verbose mode for details
0:00:52 load avg: 2.02 [ 49/406/21] test_charmapcodec -- test_cgitb failed
0:00:53 load avg: 2.02 [ 50/406/21] test_class
0:00:53 load avg: 2.02 [ 51/406/21] test_clinic
test_clinic skipped -- '/home/jayvdb/pyox/Tools/clinic' path does not exist
0:00:53 load avg: 2.02 [ 52/406/21] test_cmath -- test_clinic skipped
test test_cmath failed -- Traceback (most recent call last):
  File "test.test_cmath", line 456, in test_polar_errno
    from _testcapi import set_errno
ModuleNotFoundError: No module named '_testcapi'
0:00:53 load avg: 2.02 [ 53/406/22] test_cmd -- test_cmath failed
0:00:53 load avg: 2.02 [ 54/406/22] test_code
test test_code crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_code", line 270, in <module>
    RequestCodeExtraIndex = py._PyEval_RequestCodeExtraIndex
  File "ctypes", line 377, in __getattr__
  File "ctypes", line 382, in __getitem__
AttributeError: /home/jayvdb/pyox/cpython_tests/build/apps/cpython_tests/x86_64-unknown-linux-gnu/debug/cpython_tests: undefined symbol: _PyEval_RequestCodeExtraIndex
0:00:53 load avg: 2.02 [ 55/406/23] test_code_module -- test_code failed
0:00:53 load avg: 2.02 [ 56/406/23] test_codeccallbacks
0:00:53 load avg: 2.02 [ 57/406/23] test_codecencodings_cn
test test_codecencodings_cn crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_codecencodings_cn", line 9, in <module>
    class Test_GB2312(multibytecodec_support.TestBase, unittest.TestCase):
  File "test.test_codecencodings_cn", line 11, in Test_GB2312
    tstring = multibytecodec_support.load_teststring('gb2312')
  File "test.multibytecodec_support", line 384, in load_teststring
    dir = os.path.join(os.path.dirname(__file__), 'cjkencodings')
NameError: name '__file__' is not defined
0:00:54 load avg: 2.02 [ 58/406/24] test_codecencodings_hk -- test_codecencodings_cn failed
test test_codecencodings_hk crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_codecencodings_hk", line 9, in <module>
    class Test_Big5HKSCS(multibytecodec_support.TestBase, unittest.TestCase):
  File "test.test_codecencodings_hk", line 11, in Test_Big5HKSCS
    tstring = multibytecodec_support.load_teststring('big5hkscs')
  File "test.multibytecodec_support", line 384, in load_teststring
    dir = os.path.join(os.path.dirname(__file__), 'cjkencodings')
NameError: name '__file__' is not defined
0:00:54 load avg: 1.94 [ 59/406/25] test_codecencodings_iso2022 -- test_codecencodings_hk failed
test test_codecencodings_iso2022 crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_codecencodings_iso2022", line 13, in <module>
    class Test_ISO2022_JP(multibytecodec_support.TestBase, unittest.TestCase):
  File "test.test_codecencodings_iso2022", line 15, in Test_ISO2022_JP
    tstring = multibytecodec_support.load_teststring('iso2022_jp')
  File "test.multibytecodec_support", line 384, in load_teststring
    dir = os.path.join(os.path.dirname(__file__), 'cjkencodings')
NameError: name '__file__' is not defined
0:00:54 load avg: 1.94 [ 60/406/26] test_codecencodings_jp -- test_codecencodings_iso2022 failed
test test_codecencodings_jp crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_codecencodings_jp", line 9, in <module>
    class Test_CP932(multibytecodec_support.TestBase, unittest.TestCase):
  File "test.test_codecencodings_jp", line 11, in Test_CP932
    tstring = multibytecodec_support.load_teststring('shift_jis')
  File "test.multibytecodec_support", line 384, in load_teststring
    dir = os.path.join(os.path.dirname(__file__), 'cjkencodings')
NameError: name '__file__' is not defined
0:00:54 load avg: 1.94 [ 61/406/27] test_codecencodings_kr -- test_codecencodings_jp failed
test test_codecencodings_kr crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_codecencodings_kr", line 9, in <module>
    class Test_CP949(multibytecodec_support.TestBase, unittest.TestCase):
  File "test.test_codecencodings_kr", line 11, in Test_CP949
    tstring = multibytecodec_support.load_teststring('cp949')
  File "test.multibytecodec_support", line 384, in load_teststring
    dir = os.path.join(os.path.dirname(__file__), 'cjkencodings')
NameError: name '__file__' is not defined
0:00:54 load avg: 1.94 [ 62/406/28] test_codecencodings_tw -- test_codecencodings_kr failed
test test_codecencodings_tw crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_codecencodings_tw", line 9, in <module>
    class Test_Big5(multibytecodec_support.TestBase, unittest.TestCase):
  File "test.test_codecencodings_tw", line 11, in Test_Big5
    tstring = multibytecodec_support.load_teststring('big5')
  File "test.multibytecodec_support", line 384, in load_teststring
    dir = os.path.join(os.path.dirname(__file__), 'cjkencodings')
NameError: name '__file__' is not defined
0:00:54 load avg: 1.94 [ 63/406/29] test_codecmaps_cn -- test_codecencodings_tw failed
0:00:54 load avg: 1.94 [ 64/406/29] test_codecmaps_hk
0:00:54 load avg: 1.94 [ 65/406/29] test_codecmaps_jp
0:00:54 load avg: 1.94 [ 66/406/29] test_codecmaps_kr
0:00:54 load avg: 1.94 [ 67/406/29] test_codecmaps_tw
0:00:55 load avg: 1.94 [ 68/406/29] test_codecs
test test_codecs failed -- Traceback (most recent call last):
  File "test.test_codecs", line 2053, in test_basics_capi
    from _testcapi import codec_incrementalencoder, codec_incrementaldecoder
ModuleNotFoundError: No module named '_testcapi'
0:00:56 load avg: 1.94 [ 69/406/30] test_codeop -- test_codecs failed
0:00:56 load avg: 1.94 [ 70/406/30] test_collections
0:00:57 load avg: 1.94 [ 71/406/30] test_colorsys
0:00:57 load avg: 1.94 [ 72/406/30] test_compare
0:00:58 load avg: 1.94 [ 73/406/30] test_compile
test test_compile failed -- multiple errors occurred; run in verbose mode for details
0:01:00 load avg: 1.94 [ 74/406/31] test_compileall -- test_compile failed
test test_compileall crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_compileall", line 4, in <module>
    import test.test_importlib.util
ModuleNotFoundError: No module named 'test.test_importlib'
0:01:00 load avg: 1.94 [ 75/406/32] test_complex -- test_compileall failed
0:01:00 load avg: 1.94 [ 76/406/32] test_configparser
0:01:01 load avg: 1.94 [ 77/406/32] test_contains
0:01:01 load avg: 1.94 [ 78/406/32] test_context
0:01:02 load avg: 1.94 [ 79/406/32] test_contextlib
0:01:02 load avg: 1.94 [ 80/406/32] test_contextlib_async
Task was destroyed but it is pending!
task: <Task pending coro=<<async_generator_athrow without __name__>()>>
Task was destroyed but it is pending!
task: <Task pending coro=<<async_generator_athrow without __name__>()>>
0:01:02 load avg: 1.94 [ 81/406/32] test_copy
0:01:02 load avg: 1.94 [ 82/406/32] test_copyreg
0:01:02 load avg: 1.94 [ 83/406/32] test_coroutines
test test_coroutines failed -- multiple errors occurred; run in verbose mode for details
0:01:03 load avg: 1.94 [ 84/406/33] test_cprofile -- test_coroutines failed
test test_cprofile failed -- multiple errors occurred; run in verbose mode for details
0:01:04 load avg: 1.94 [ 85/406/34] test_crashers -- test_cprofile failed
0:01:04 load avg: 2.11 [ 86/406/34] test_crypt
test_crypt skipped -- No module named '_crypt'
0:01:04 load avg: 2.11 [ 87/406/34] test_csv -- test_crypt skipped
test test_csv failed -- Traceback (most recent call last):
  File "test.test_csv", line 235, in test_writerows_legacy_strings
    import _testcapi
ModuleNotFoundError: No module named '_testcapi'
0:01:04 load avg: 2.11 [ 88/406/35] test_ctypes -- test_csv failed
test_ctypes skipped -- No module named 'ctypes.test'
0:01:04 load avg: 2.11 [ 89/406/35] test_curses -- test_ctypes skipped
test_curses skipped -- Use of the 'curses' resource not enabled
0:01:04 load avg: 2.11 [ 90/406/35] test_dataclasses -- test_curses skipped (resource denied)
test test_dataclasses failed -- multiple errors occurred; run in verbose mode for details
0:01:05 load avg: 2.11 [ 91/406/36] test_datetime -- test_dataclasses failed
test test_datetime crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_datetime", line 10, in <module>
    blocked=['_datetime'])
  File "test.support", line 255, in import_fresh_module
    _save_and_remove_module(name, orig_modules)
  File "test.support", line 172, in _save_and_remove_module
    __import__(name)
  File "test.datetimetester", line 35, in <module>
    import _testcapi
ModuleNotFoundError: No module named '_testcapi'
0:01:05 load avg: 2.11 [ 92/406/37] test_dbm -- test_datetime failed
BDB0004 fop_read_meta: @test_8525_tmp_ndbm.db: unexpected file type or format
0:01:07 load avg: 2.11 [ 93/406/37] test_dbm_dumb
0:01:07 load avg: 2.11 [ 94/406/37] test_dbm_gnu
test_dbm_gnu skipped -- No module named '_gdbm'
0:01:07 load avg: 2.11 [ 95/406/37] test_dbm_ndbm -- test_dbm_gnu skipped
0:01:09 load avg: 2.10 [ 96/406/37] test_decimal
test test_decimal failed -- multiple errors occurred; run in verbose mode for details
0:01:16 load avg: 2.01 [ 97/406/38] test_decorators -- test_decimal failed
0:01:16 load avg: 2.01 [ 98/406/38] test_defaultdict
0:01:16 load avg: 2.01 [ 99/406/38] test_deque
test test_deque failed -- Traceback (most recent call last):
  File "test.test_deque", line 761, in test_sizeof
    check(deque(), basesize + blocksize)
  File "test.support", line 1588, in check_sizeof
    import _testcapi
ModuleNotFoundError: No module named '_testcapi'
0:01:20 load avg: 1.93 [100/406/39] test_descr -- test_deque failed
0:01:22 load avg: 1.93 [101/406/39] test_descrtut
0:01:22 load avg: 1.93 [102/406/39] test_devpoll
test_devpoll skipped -- test works only on Solaris OS family
0:01:22 load avg: 1.93 [103/406/39] test_dict_version -- test_devpoll skipped
test_dict_version skipped -- No module named '_testcapi'
0:01:22 load avg: 1.93 [104/406/39] test_dictcomps -- test_dict_version skipped
0:01:22 load avg: 1.93 [105/406/39] test_dictviews
0:01:23 load avg: 1.93 [106/406/39] test_difflib
0:01:24 load avg: 1.93 [107/406/39] test_dis
test test_dis failed -- multiple errors occurred; run in verbose mode for details
0:01:25 load avg: 1.94 [108/406/40] test_distutils -- test_dis failed
test test_distutils crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_distutils", line 8, in <module>
    import distutils.tests
ModuleNotFoundError: No module named 'distutils.tests'
0:01:25 load avg: 1.94 [109/406/41] test_docxmlrpc -- test_distutils failed
0:01:25 load avg: 1.94 [110/406/41] test_dtrace
0:01:26 load avg: 1.94 [111/406/41] test_dummy_thread
0:01:26 load avg: 1.94 [112/406/41] test_dummy_threading
0:01:26 load avg: 1.94 [113/406/41] test_dynamic
0:01:26 load avg: 1.94 [114/406/41] test_dynamicclassattribute
0:01:26 load avg: 1.94 [115/406/41] test_eintr
0:01:26 load avg: 1.94 [116/406/41] test_email
test test_email crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 965, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'test.test_email'
0:01:26 load avg: 1.94 [117/406/42] test_embed -- test_email failed
0:01:26 load avg: 1.94 [118/406/42] test_ensurepip
test test_ensurepip failed -- multiple errors occurred; run in verbose mode for details
0:01:27 load avg: 1.94 [119/406/43] test_enum -- test_ensurepip failed
0:01:27 load avg: 1.94 [120/406/43] test_enumerate
0:01:28 load avg: 1.94 [121/406/43] test_eof
0:01:28 load avg: 1.94 [122/406/43] test_epoll
0:01:30 load avg: 1.86 [123/406/43] test_errno
0:01:30 load avg: 1.86 [124/406/43] test_exception_hierarchy
0:01:30 load avg: 1.86 [125/406/43] test_exception_variations
0:01:30 load avg: 1.86 [126/406/43] test_extcall
0:01:30 load avg: 1.86 [127/406/43] test_faulthandler
test test_faulthandler failed -- multiple errors occurred; run in verbose mode for details
0:01:32 load avg: 1.86 [128/406/44] test_fcntl -- test_faulthandler failed
test test_fcntl failed -- multiple errors occurred; run in verbose mode for details
0:01:32 load avg: 1.86 [129/406/45] test_file -- test_fcntl failed
0:01:33 load avg: 1.86 [130/406/45] test_filecmp
0:01:33 load avg: 1.86 [131/406/45] test_fileinput
0:01:33 load avg: 1.86 [132/406/45] test_fileio
test test_fileio failed -- Traceback (most recent call last):
  File "test.test_fileio", line 575, in testInvalidFd_overflow
    import _testcapi
ModuleNotFoundError: No module named '_testcapi'
0:01:33 load avg: 1.86 [133/406/46] test_finalization -- test_fileio failed
test test_finalization failed -- multiple errors occurred; run in verbose mode for details
0:01:35 load avg: 1.79 [134/406/47] test_float -- test_finalization failed
test test_float failed -- Traceback (most recent call last):
  File "test.test_float", line 625, in test_serialized_float_rounding
    from _testcapi import FLT_MAX
ModuleNotFoundError: No module named '_testcapi'
0:01:35 load avg: 1.79 [135/406/48] test_flufl -- test_float failed
0:01:35 load avg: 1.79 [136/406/48] test_fnmatch
0:01:35 load avg: 1.79 [137/406/48] test_fork1
0:01:42 load avg: 1.65 [138/406/48] test_format
test test_format failed -- Traceback (most recent call last):
  File "test.test_format", line 477, in test_precision_c_limits
    from _testcapi import INT_MAX
ModuleNotFoundError: No module named '_testcapi'
0:01:42 load avg: 1.65 [139/406/49] test_fractions -- test_format failed
0:01:43 load avg: 1.65 [140/406/49] test_frame
test test_frame failed -- Traceback (most recent call last):
  File "test.test_frame", line 196, in test_repr
    % (file_repr, offset + 23))
AssertionError: Regex didn't match: "^<frame at 0x[0-9a-fA-F]+, file '/home/jayvdb/pyox/cpython_tests/test/test_frame\\.py', line 194, code test_repr>$" not found in "<frame at 0x7f522bdc4820, file 'test.test_frame', line 194, code test_repr>"
0:01:43 load avg: 1.65 [141/406/50] test_frozen -- test_frame failed
test test_frozen failed -- Traceback (most recent call last):
  File "test.test_frozen", line 25, in test_frozen
    import __hello__
ModuleNotFoundError: No module named '__hello__'
0:01:43 load avg: 1.65 [142/406/51] test_fstring -- test_frozen failed
test test_fstring failed -- Traceback (most recent call last):
  File "test.test_fstring", line 786, in test_global
    self.assertIn("module 'unittest' from", f'{unittest}')
AssertionError: "module 'unittest' from" not found in "<module 'unittest' (<PyOxidizerFinder object at 0x7f522df48810>)>"
0:01:46 load avg: 1.60 [143/406/52] test_ftplib -- test_fstring failed
0:01:49 load avg: 1.47 [144/406/52] test_funcattrs
0:01:49 load avg: 1.47 [145/406/52] test_functools
0:01:50 load avg: 1.47 [146/406/52] test_future
test test_future failed -- multiple errors occurred; run in verbose mode for details
0:01:50 load avg: 1.47 [147/406/53] test_future3 -- test_future failed
0:01:50 load avg: 1.47 [148/406/53] test_future4
0:01:50 load avg: 1.47 [149/406/53] test_future5
0:01:50 load avg: 1.47 [150/406/53] test_gc
test test_gc failed -- multiple errors occurred; run in verbose mode for details
0:01:54 load avg: 1.43 [151/406/54] test_gdb -- test_gc failed
test_gdb skipped -- test_gdb only works on source builds at the moment.
0:01:59 load avg: 1.39 [152/406/54] test_generator_stop -- test_gdb skipped
0:01:59 load avg: 1.39 [153/406/54] test_generators
0:02:00 load avg: 1.39 [154/406/54] test_genericclass
test test_genericclass failed -- Traceback (most recent call last):
  File "test.test_genericclass", line 272, in test_c_class
    from _testcapi import Generic, GenericAlias
ModuleNotFoundError: No module named '_testcapi'
0:02:00 load avg: 1.39 [155/406/55] test_genericpath -- test_genericclass failed
0:02:00 load avg: 1.39 [156/406/55] test_genexps
0:02:00 load avg: 1.39 [157/406/55] test_getargs2
test_getargs2 skipped -- No module named '_testcapi'
0:02:00 load avg: 1.39 [158/406/55] test_getopt -- test_getargs2 skipped
0:02:01 load avg: 1.39 [159/406/55] test_getpass
0:02:01 load avg: 1.39 [160/406/55] test_gettext
0:02:01 load avg: 1.39 [161/406/55] test_glob
0:02:01 load avg: 1.39 [162/406/55] test_global
0:02:01 load avg: 1.39 [163/406/55] test_grp
0:02:01 load avg: 1.39 [164/406/55] test_gzip
test test_gzip failed -- multiple errors occurred; run in verbose mode for details
0:02:03 load avg: 1.39 [165/406/56] test_hash -- test_gzip failed
test test_hash failed -- multiple errors occurred; run in verbose mode for details
0:02:03 load avg: 1.39 [166/406/57] test_hashlib -- test_hash failed
0:02:04 load avg: 1.36 [167/406/57] test_heapq
0:02:05 load avg: 1.36 [168/406/57] test_hmac
0:02:06 load avg: 1.36 [169/406/57] test_html
0:02:06 load avg: 1.36 [170/406/57] test_htmlparser
0:02:06 load avg: 1.36 [171/406/57] test_http_cookiejar
0:02:06 load avg: 1.36 [172/406/57] test_http_cookies
0:02:06 load avg: 1.36 [173/406/57] test_httplib
test test_httplib failed -- multiple errors occurred; run in verbose mode for details
0:02:07 load avg: 1.36 [174/406/58] test_idle -- test_httplib failed
test test_idle crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_idle", line 18, in <module>
    from idlelib.idle_test import load_tests
ModuleNotFoundError: No module named 'idlelib.idle_test'
0:02:07 load avg: 1.36 [175/406/59] test_imaplib -- test_idle failed
0:02:10 load avg: 1.33 [176/406/59] test_imghdr
0:02:10 load avg: 1.33 [177/406/59] test_imp
test test_imp failed -- multiple errors occurred; run in verbose mode for details
0:02:10 load avg: 1.33 [178/406/60] test_import -- test_imp failed
test test_import crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_import", line 28, in <module>
    from test.test_importlib.util import uncache
ModuleNotFoundError: No module named 'test.test_importlib'
0:02:11 load avg: 1.33 [179/406/61] test_index -- test_import failed
0:02:11 load avg: 1.33 [180/406/61] test_inspect
test test_inspect crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_inspect", line 34, in <module>
    from test.test_import import _ready_to_import
  File "test.test_import", line 28, in <module>
    from test.test_importlib.util import uncache
ModuleNotFoundError: No module named 'test.test_importlib'
0:02:11 load avg: 1.33 [181/406/62] test_int -- test_inspect failed
0:02:11 load avg: 1.33 [182/406/62] test_int_literal
0:02:11 load avg: 1.33 [183/406/62] test_io
test test_io failed -- multiple errors occurred; run in verbose mode for details
0:02:48 load avg: 0.92 [184/406/63] test_ioctl -- test_io failed in 36 sec 818 ms
0:02:48 load avg: 0.92 [185/406/63] test_ipaddress
0:02:48 load avg: 0.92 [186/406/63] test_isinstance
0:02:49 load avg: 0.92 [187/406/63] test_iter
0:02:49 load avg: 0.92 [188/406/63] test_iterlen
0:02:49 load avg: 0.92 [189/406/63] test_itertools
test test_itertools failed -- multiple errors occurred; run in verbose mode for details
0:02:54 load avg: 0.93 [190/406/64] test_json -- test_itertools failed
test test_json crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 965, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'test.test_json'
0:02:54 load avg: 0.93 [191/406/65] test_keyword -- test_json failed
test test_keyword failed -- multiple errors occurred; run in verbose mode for details
0:02:55 load avg: 0.93 [192/406/66] test_keywordonlyarg -- test_keyword failed
0:02:55 load avg: 0.93 [193/406/66] test_kqueue
test_kqueue skipped -- test works only on BSD
0:02:55 load avg: 0.93 [194/406/66] test_largefile -- test_kqueue skipped
0:02:55 load avg: 0.93 [195/406/66] test_lib2to3
test test_lib2to3 crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_lib2to3", line 1, in <module>
    from lib2to3.tests import load_tests
ModuleNotFoundError: No module named 'lib2to3.tests'
0:02:55 load avg: 0.93 [196/406/67] test_linecache -- test_lib2to3 failed
test test_linecache crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_linecache", line 11, in <module>
    FILENAME = linecache.__file__
AttributeError: module 'linecache' has no attribute '__file__'
0:02:55 load avg: 0.93 [197/406/68] test_list -- test_linecache failed
0:02:56 load avg: 0.93 [198/406/68] test_listcomps
0:02:56 load avg: 0.93 [199/406/68] test_locale
0:02:56 load avg: 0.93 [200/406/68] test_logging
test test_logging failed -- multiple errors occurred; run in verbose mode for details
0:03:17 load avg: 0.80 [201/406/69] test_long -- test_logging failed
0:03:22 load avg: 0.82 [202/406/69] test_longexp
0:03:22 load avg: 0.82 [203/406/69] test_lzma
0:03:31 load avg: 0.85 [204/406/69] test_macpath
0:03:31 load avg: 0.85 [205/406/69] test_mailbox
0:04:10 load avg: 1.09 [206/406/69] test_mailcap -- test_mailbox passed in 38 sec 908 ms
0:04:10 load avg: 1.09 [207/406/69] test_marshal
0:04:11 load avg: 1.09 [208/406/69] test_math
0:04:13 load avg: 1.09 [209/406/69] test_memoryio
test test_memoryio failed -- Traceback (most recent call last):
  File "test.test_memoryio", line 761, in test_sizeof
    check(io.BytesIO(), basesize )
  File "test.support", line 1588, in check_sizeof
    import _testcapi
ModuleNotFoundError: No module named '_testcapi'
0:04:14 load avg: 1.08 [210/406/70] test_memoryview -- test_memoryio failed
0:04:15 load avg: 1.08 [211/406/70] test_metaclass
0:04:15 load avg: 1.08 [212/406/70] test_mimetypes
0:04:15 load avg: 1.08 [213/406/70] test_minidom
0:04:15 load avg: 1.08 [214/406/70] test_mmap
0:04:16 load avg: 1.08 [215/406/70] test_module
test test_module failed -- multiple errors occurred; run in verbose mode for details
0:04:16 load avg: 1.08 [216/406/71] test_modulefinder -- test_module failed
test test_modulefinder crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_modulefinder", line 14, in <module>
    TEST_PATH = [TEST_DIR, os.path.dirname(tempfile.__file__)]
AttributeError: module 'tempfile' has no attribute '__file__'
0:04:17 load avg: 1.08 [217/406/72] test_msilib -- test_modulefinder failed
test_msilib skipped -- No module named 'msilib'
0:04:17 load avg: 1.08 [218/406/72] test_multibytecodec -- test_msilib skipped
0:04:19 load avg: 1.08 [219/406/72] test_multiprocessing_fork
multiprocessing.semaphore_tracker:55: UserWarning: semaphore_tracker: process died unexpectedly, relaunching.  Some semaphores might leak.
multiprocessing.semaphore_tracker:55: UserWarning: semaphore_tracker: process died unexpectedly, relaunching.  Some semaphores might leak.
Warning -- reap_children() reaped child process 11262
test test_multiprocessing_fork failed -- multiple errors occurred; run in verbose mode for details
0:05:32 load avg: 0.90 [220/406/73] test_multiprocessing_forkserver -- test_multiprocessing_fork failed in 1 min 13 sec
0:05:32 load avg: 0.90 [221/406/73] test_multiprocessing_main_handling
test test_multiprocessing_main_handling failed -- multiple errors occurred; run in verbose mode for details
0:05:34 load avg: 0.91 [222/406/74] test_multiprocessing_spawn -- test_multiprocessing_main_handling failed
0:05:35 load avg: 0.91 [223/406/74] test_netrc
0:05:35 load avg: 0.91 [224/406/74] test_nis
test_nis skipped -- No module named 'nis'
0:05:35 load avg: 0.91 [225/406/74] test_nntplib -- test_nis skipped
0:05:35 load avg: 0.91 [226/406/74] test_normalization
0:05:35 load avg: 0.91 [227/406/74] test_ntpath
0:05:36 load avg: 0.91 [228/406/74] test_numeric_tower
0:05:36 load avg: 0.91 [229/406/74] test_openpty
0:05:36 load avg: 0.91 [230/406/74] test_operator
0:05:36 load avg: 0.91 [231/406/74] test_optparse
0:05:37 load avg: 0.91 [232/406/74] test_ordered_dict
test test_ordered_dict failed -- multiple errors occurred; run in verbose mode for details
0:05:39 load avg: 0.92 [233/406/75] test_os -- test_ordered_dict failed
stty: 'standard input': Inappropriate ioctl for device
test test_os failed -- multiple errors occurred; run in verbose mode for details
0:05:41 load avg: 0.92 [234/406/76] test_ossaudiodev -- test_os failed
test_ossaudiodev skipped -- Use of the 'audio' resource not enabled
0:05:42 load avg: 0.92 [235/406/76] test_osx_env -- test_ossaudiodev skipped (resource denied)
0:05:42 load avg: 0.92 [236/406/76] test_parser
test test_parser failed -- multiple errors occurred; run in verbose mode for details
0:05:42 load avg: 0.92 [237/406/77] test_pathlib -- test_parser failed
0:05:42 load avg: 0.92 [238/406/77] test_pdb
test test_pdb failed -- multiple errors occurred; run in verbose mode for details
0:05:43 load avg: 0.92 [239/406/78] test_peepholer -- test_pdb failed
0:05:43 load avg: 0.92 [240/406/78] test_pickle
test test_pickle failed -- multiple errors occurred; run in verbose mode for details
0:05:56 load avg: 0.94 [241/406/79] test_pickletools -- test_pickle failed
0:05:58 load avg: 0.94 [242/406/79] test_pipes
0:05:59 load avg: 0.94 [243/406/79] test_pkg
test test_pkg failed -- multiple errors occurred; run in verbose mode for details
0:05:59 load avg: 0.94 [244/406/80] test_pkgimport -- test_pkg failed
test test_pkgimport failed -- Traceback (most recent call last):
  File "test.test_pkgimport", line 54, in test_package_import__semantics
    try: __import__(self.module_name)
ModuleNotFoundError: No module named 'PACKAGE_'
0:05:59 load avg: 1.02 [245/406/81] test_pkgutil -- test_pkgimport failed
Warning -- sys.path was modified by test_pkgutil
  Before: (139990935276912, [], [])
  After:  (139990935276912, [], ['/tmp/tmprij7i24a', '/tmp/tmprr2slwf0', '/tmp/tmpz66sv__r', '/tmp/tmpwzorwva_', '/tmp/tmpxatd3qpd', '/tmp/tmpblyv5cww']) 
test test_pkgutil failed -- multiple errors occurred; run in verbose mode for details
0:05:59 load avg: 1.02 [246/406/82] test_platform -- test_pkgutil failed
test test_platform failed -- Traceback (most recent call last):
  File "test.test_platform", line 359, in test_popen
    self.assertEqual(hello, "Hello")
AssertionError: '' != 'Hello'
+ Hello
0:06:03 load avg: 1.02 [247/406/83] test_plistlib -- test_platform failed
0:06:03 load avg: 1.02 [248/406/83] test_poll
test test_poll failed -- Traceback (most recent call last):
  File "test.test_poll", line 169, in test_poll_c_limits
    from _testcapi import USHRT_MAX, INT_MAX, UINT_MAX
ModuleNotFoundError: No module named '_testcapi'
0:06:14 load avg: 0.94 [249/406/84] test_popen -- test_poll failed
test test_popen failed -- Traceback (most recent call last):
  File "test.test_popen", line 33, in test_popen
    ["foo", "bar"]
  File "test.test_popen", line 26, in _do_test_commandline
    got = eval(data)[1:] # strip off argv[0]
  File "<string>", line 0
SyntaxError: unexpected EOF while parsing
0:06:15 load avg: 0.94 [250/406/85] test_poplib -- test_popen failed
0:06:17 load avg: 0.94 [251/406/85] test_posix
test test_posix failed -- Traceback (most recent call last):
  File "test.support", line 577, in wrapper
    return func(*args, **kw)
  File "test.test_posix", line 880, in test_pipe2_c_limits
    import _testcapi
ModuleNotFoundError: No module named '_testcapi'
0:06:18 load avg: 0.94 [252/406/86] test_posixpath -- test_posix failed
0:06:18 load avg: 0.94 [253/406/86] test_pow
0:06:19 load avg: 0.94 [254/406/86] test_pprint
0:06:19 load avg: 0.95 [255/406/86] test_print
0:06:19 load avg: 0.95 [256/406/86] test_profile
test test_profile failed -- Traceback (most recent call last):
  File "test.test_profile", line 65, in test_cprofile
    self.fail("\n".join(fail))
AssertionError: 
Stats.print_stats output for Profile does not fit expectation:
@@ -1,9 +1,9 @@
-       28   27.972    0.999   27.972    0.999 profilee.py:110(__getattr__)
-        1  269.996  269.996  999.769  999.769 profilee.py:25(testfunc)
-     23/3  149.937    6.519  169.917   56.639 profilee.py:35(factorial)
-       20   19.980    0.999   19.980    0.999 profilee.py:48(mul)
-        2   39.986   19.993  599.830  299.915 profilee.py:55(helper)
-        4  115.984   28.996  119.964   29.991 profilee.py:73(helper1)
-        2   -0.006   -0.003  139.946   69.973 profilee.py:84(helper2_indirect)
-        8  311.976   38.997  399.912   49.989 profilee.py:88(helper2)
-        8   63.976    7.997   79.960    9.995 profilee.py:98(subhelper)
+       28   27.972    0.999   27.972    0.999 test.profilee:110(__getattr__)
+        1  269.996  269.996  999.769  999.769 test.profilee:25(testfunc)
+     23/3  149.937    6.519  169.917   56.639 test.profilee:35(factorial)
+       20   19.980    0.999   19.980    0.999 test.profilee:48(mul)
+        2   39.986   19.993  599.830  299.915 test.profilee:55(helper)
+        4  115.984   28.996  119.964   29.991 test.profilee:73(helper1)
+        2   -0.006   -0.003  139.946   69.973 test.profilee:84(helper2_indirect)
+        8  311.976   38.997  399.912   49.989 test.profilee:88(helper2)
+        8   63.976    7.997   79.960    9.995 test.profilee:98(subhelper)
Stats.print_callers output for Profile does not fit expectation:
@@ -1,17 +1,17 @@
-:0(append)                        <- profilee.py:73(helper1)(4)  119.964
-:0(exc_info)                      <- profilee.py:73(helper1)(4)  119.964
-:0(hasattr)                       <- profilee.py:73(helper1)(4)  119.964
-                                     profilee.py:88(helper2)(8)  399.912
-profilee.py:110(__getattr__)      <- :0(hasattr)(12)   11.964
-                                     profilee.py:98(subhelper)(16)   79.960
-profilee.py:25(testfunc)          <- <string>:1(<module>)(1)  999.767
-profilee.py:35(factorial)         <- profilee.py:25(testfunc)(1)  999.769
-                                     profilee.py:35(factorial)(20)  169.917
-                                     profilee.py:84(helper2_indirect)(2)  139.946
-profilee.py:48(mul)               <- profilee.py:35(factorial)(20)  169.917
-profilee.py:55(helper)            <- profilee.py:25(testfunc)(2)  999.769
-profilee.py:73(helper1)           <- profilee.py:55(helper)(4)  599.830
-profilee.py:84(helper2_indirect)  <- profilee.py:55(helper)(2)  599.830
-profilee.py:88(helper2)           <- profilee.py:55(helper)(6)  599.830
-                                     profilee.py:84(helper2_indirect)(2)  139.946
-profilee.py:98(subhelper)         <- profilee.py:88(helper2)(8)  399.912
+:0(append)                          <- test.profilee:73(helper1)(4)  119.964
+:0(exc_info)                        <- test.profilee:73(helper1)(4)  119.964
+:0(hasattr)                         <- test.profilee:73(helper1)(4)  119.964
+                                       test.profilee:88(helper2)(8)  399.912
+test.profilee:110(__getattr__)      <- :0(hasattr)(12)   11.964
+                                       test.profilee:98(subhelper)(16)   79.960
+test.profilee:25(testfunc)          <- <string>:1(<module>)(1)  999.767
+test.profilee:35(factorial)         <- test.profilee:25(testfunc)(1)  999.769
+                                       test.profilee:35(factorial)(20)  169.917
+                                       test.profilee:84(helper2_indirect)(2)  139.946
+test.profilee:48(mul)               <- test.profilee:35(factorial)(20)  169.917
+test.profilee:55(helper)            <- test.profilee:25(testfunc)(2)  999.769
+test.profilee:73(helper1)           <- test.profilee:55(helper)(4)  599.830
+test.profilee:84(helper2_indirect)  <- test.profilee:55(helper)(2)  599.830
+test.profilee:88(helper2)           <- test.profilee:55(helper)(6)  599.830
+                                       test.profilee:84(helper2_indirect)(2)  139.946
+test.profilee:98(subhelper)         <- test.profilee:88(helper2)(8)  399.912
Stats.print_callees output for Profile does not fit expectation:
@@ -1,17 +1,17 @@
-:0(hasattr)                       -> profilee.py:110(__getattr__)(12)   27.972
-<string>:1(<module>)              -> profilee.py:25(testfunc)(1)  999.769
-profilee.py:110(__getattr__)      ->
-profilee.py:25(testfunc)          -> profilee.py:35(factorial)(1)  169.917
-                                     profilee.py:55(helper)(2)  599.830
-profilee.py:35(factorial)         -> profilee.py:35(factorial)(20)  169.917
-                                     profilee.py:48(mul)(20)   19.980
-profilee.py:48(mul)               ->
-profilee.py:55(helper)            -> profilee.py:73(helper1)(4)  119.964
-                                     profilee.py:84(helper2_indirect)(2)  139.946
-                                     profilee.py:88(helper2)(6)  399.912
-profilee.py:73(helper1)           -> :0(append)(4)   -0.004
-profilee.py:84(helper2_indirect)  -> profilee.py:35(factorial)(2)  169.917
-                                     profilee.py:88(helper2)(2)  399.912
-profilee.py:88(helper2)           -> :0(hasattr)(8)   11.964
-                                     profilee.py:98(subhelper)(8)   79.960
-profilee.py:98(subhelper)         -> profilee.py:110(__getattr__)(16)   27.972
+:0(hasattr)                         -> test.profilee:110(__getattr__)(12)   27.972
+<string>:1(<module>)                -> test.profilee:25(testfunc)(1)  999.769
+test.profilee:110(__getattr__)      ->
+test.profilee:25(testfunc)          -> test.profilee:35(factorial)(1)  169.917
+                                       test.profilee:55(helper)(2)  599.830
+test.profilee:35(factorial)         -> test.profilee:35(factorial)(20)  169.917
+                                       test.profilee:48(mul)(20)   19.980
+test.profilee:48(mul)               ->
+test.profilee:55(helper)            -> test.profilee:73(helper1)(4)  119.964
+                                       test.profilee:84(helper2_indirect)(2)  139.946
+                                       test.profilee:88(helper2)(6)  399.912
+test.profilee:73(helper1)           -> :0(append)(4)   -0.004
+test.profilee:84(helper2_indirect)  -> test.profilee:35(factorial)(2)  169.917
+                                       test.profilee:88(helper2)(2)  399.912
+test.profilee:88(helper2)           -> :0(hasattr)(8)   11.964
+                                       test.profilee:98(subhelper)(8)   79.960
+test.profilee:98(subhelper)         -> test.profilee:110(__getattr__)(16)   27.972
0:06:19 load avg: 0.95 [257/406/87] test_property -- test_profile failed
0:06:19 load avg: 0.95 [258/406/87] test_pstats
0:06:20 load avg: 0.95 [259/406/87] test_pty
0:06:20 load avg: 0.95 [260/406/87] test_pulldom
0:06:20 load avg: 0.95 [261/406/87] test_pwd
0:06:20 load avg: 0.95 [262/406/87] test_py_compile
0:06:20 load avg: 0.95 [263/406/87] test_pyclbr
*** Class
*** SystemRandom
test test_pyclbr failed -- multiple errors occurred; run in verbose mode for details
0:06:21 load avg: 0.95 [264/406/88] test_pydoc -- test_pyclbr failed
test test_pydoc failed -- multiple errors occurred; run in verbose mode for details
0:06:23 load avg: 0.95 [265/406/89] test_pyexpat -- test_pydoc failed
test test_pyexpat failed -- Traceback (most recent call last):
  File "test.test_pyexpat", line 453, in test_exception
    parser.Parse(b"<a><b><c/></b></a>", 1)
  File "./Modules/pyexpat.c", line 417, in StartElement
RuntimeError: a
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "test.test_pyexpat", line 463, in test_exception
    "test_pyexpat.py", "test_exception")
  File "test.test_pyexpat", line 446, in check_traceback_entry
    self.assertEqual(os.path.basename(entry[0]), filename)
AssertionError: 'test.test_pyexpat' != 'test_pyexpat.py'
- test.test_pyexpat
? -----
+ test_pyexpat.py
?             +++
0:06:23 load avg: 0.95 [266/406/90] test_queue -- test_pyexpat failed
0:06:29 load avg: 0.95 [267/406/90] test_quopri
  File "<stdin>", line 1
    Here's a bunch of special=20
SyntaxError: EOL while scanning string literal
  File "<stdin>", line 1
    Here's a bunch of special 
SyntaxError: EOL while scanning string literal
test test_quopri failed -- multiple errors occurred; run in verbose mode for details
0:06:29 load avg: 0.96 [268/406/91] test_raise -- test_quopri failed
0:06:29 load avg: 0.96 [269/406/91] test_random
0:06:31 load avg: 0.96 [270/406/91] test_range
0:06:32 load avg: 0.96 [271/406/91] test_re
0:06:33 load avg: 0.96 [272/406/91] test_regrtest
test test_regrtest failed -- multiple errors occurred; run in verbose mode for details
0:06:35 load avg: 0.96 [273/406/92] test_repl -- test_regrtest failed
test test_repl failed -- Traceback (most recent call last):
  File "test.test_repl", line 57, in test_no_memory
    self.assertIn(b'After the exception.', output)
AssertionError: b'After the exception.' not found in b'Traceback (most recent call last):\n  File "<stdin>", line 2, in <module>\nModuleNotFoundError: No module named \'_testcapi\'\n'
0:06:35 load avg: 0.96 [274/406/93] test_reprlib -- test_repl failed
test test_reprlib failed -- multiple errors occurred; run in verbose mode for details
0:06:36 load avg: 0.96 [275/406/94] test_resource -- test_reprlib failed
0:06:36 load avg: 0.96 [276/406/94] test_richcmp
0:06:36 load avg: 0.96 [277/406/94] test_rlcompleter
0:06:36 load avg: 0.96 [278/406/94] test_robotparser
0:06:36 load avg: 0.96 [279/406/94] test_runpy
test test_runpy failed -- multiple errors occurred; run in verbose mode for details
0:06:37 load avg: 0.96 [280/406/95] test_sax -- test_runpy failed
0:06:37 load avg: 0.96 [281/406/95] test_sched
0:06:38 load avg: 0.96 [282/406/95] test_scope
0:06:38 load avg: 0.96 [283/406/95] test_script_helper
test test_script_helper failed -- multiple errors occurred; run in verbose mode for details
0:06:38 load avg: 0.96 [284/406/96] test_secrets -- test_script_helper failed
0:06:38 load avg: 0.96 [285/406/96] test_select
0:06:50 load avg: 0.75 [286/406/96] test_selectors
0:07:09 load avg: 0.68 [287/406/96] test_set
0:07:11 load avg: 0.68 [288/406/96] test_setcomps
0:07:11 load avg: 0.68 [289/406/96] test_shelve
0:07:12 load avg: 0.68 [290/406/96] test_shlex
0:07:12 load avg: 0.68 [291/406/96] test_shutil
stty: 'standard input': Inappropriate ioctl for device
0:07:13 load avg: 0.68 [292/406/96] test_site
test_site skipped -- Python was invoked with -S
0:07:13 load avg: 0.68 [293/406/96] test_slice -- test_site skipped
0:07:13 load avg: 0.68 [294/406/96] test_smtpd
0:07:13 load avg: 0.68 [295/406/96] test_smtplib
0:07:14 load avg: 0.78 [296/406/96] test_smtpnet
test_smtpnet skipped -- Use of the 'network' resource not enabled
0:07:14 load avg: 0.78 [297/406/96] test_sndhdr -- test_smtpnet skipped (resource denied)
0:07:15 load avg: 0.78 [298/406/96] test_socket
test test_socket failed -- multiple errors occurred; run in verbose mode for details
0:07:46 load avg: 0.61 [299/406/97] test_socketserver -- test_socket failed in 31 sec 618 ms
test_socketserver skipped -- Use of the 'network' resource not enabled
0:07:46 load avg: 0.61 [300/406/97] test_sort -- test_socketserver skipped (resource denied)
0:07:47 load avg: 0.61 [301/406/97] test_source_encoding
test test_source_encoding failed -- multiple errors occurred; run in verbose mode for details
0:07:47 load avg: 0.61 [302/406/98] test_spwd -- test_source_encoding failed
0:07:48 load avg: 0.61 [303/406/98] test_sqlite
test test_sqlite crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_sqlite", line 8, in <module>
    from sqlite3.test import (dbapi, types, userfunctions,
ModuleNotFoundError: No module named 'sqlite3.test'
0:07:48 load avg: 0.61 [304/406/99] test_ssl -- test_sqlite failed
test test_ssl crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_ssl", line 2212, in <module>
    from test.ssl_servers import make_https_server
  File "test.ssl_servers", line 13, in <module>
    here = os.path.dirname(__file__)
NameError: name '__file__' is not defined
0:07:48 load avg: 0.61 [305/406/100] test_startfile -- test_ssl failed
test_startfile skipped -- object <module 'os' (<PyOxidizerFinder object at 0x7f522df48810>)> has no attribute 'startfile'
0:07:48 load avg: 0.61 [306/406/100] test_stat -- test_startfile skipped
0:07:48 load avg: 0.61 [307/406/100] test_statistics
0:07:49 load avg: 0.64 [308/406/100] test_strftime
0:07:50 load avg: 0.64 [309/406/100] test_string
0:07:50 load avg: 0.64 [310/406/100] test_string_literals
test test_string_literals failed -- multiple errors occurred; run in verbose mode for details
0:07:51 load avg: 0.64 [311/406/101] test_stringprep -- test_string_literals failed
0:07:51 load avg: 0.64 [312/406/101] test_strptime
0:07:51 load avg: 0.64 [313/406/101] test_strtod
0:07:52 load avg: 0.64 [314/406/101] test_struct
test test_struct failed -- Traceback (most recent call last):
  File "test.test_struct", line 570, in test__sizeof__
    self.check_sizeof(code, 1)
  File "test.test_struct", line 565, in check_sizeof
    support.check_sizeof(self, struct.Struct(format_str), totalsize)
  File "test.support", line 1588, in check_sizeof
    import _testcapi
ModuleNotFoundError: No module named '_testcapi'
0:07:53 load avg: 0.64 [315/406/102] test_structmembers -- test_struct failed
test_structmembers skipped -- No module named '_testcapi'
0:07:54 load avg: 0.64 [316/406/102] test_structseq -- test_structmembers skipped
0:07:54 load avg: 0.64 [317/406/102] test_subclassinit
0:07:54 load avg: 0.75 [318/406/102] test_sunau
0:07:54 load avg: 0.75 [319/406/102] test_sundry
0:07:54 load avg: 0.75 [320/406/102] test_super
0:07:55 load avg: 0.75 [321/406/102] test_symbol
0:07:55 load avg: 0.75 [322/406/102] test_symtable
0:07:55 load avg: 0.75 [323/406/102] test_syntax
0:07:55 load avg: 0.75 [324/406/102] test_sys
test test_sys failed -- multiple errors occurred; run in verbose mode for details
0:07:56 load avg: 0.75 [325/406/103] test_sys_setprofile -- test_sys failed
0:07:56 load avg: 0.75 [326/406/103] test_sys_settrace
0:07:56 load avg: 0.75 [327/406/103] test_sysconfig
test test_sysconfig failed -- multiple errors occurred; run in verbose mode for details
0:07:57 load avg: 0.75 [328/406/104] test_syslog -- test_sysconfig failed
0:07:57 load avg: 0.75 [329/406/104] test_tarfile
test test_tarfile failed -- multiple errors occurred; run in verbose mode for details
0:08:04 load avg: 0.79 [330/406/105] test_tcl -- test_tarfile failed
test test_tcl failed -- multiple errors occurred; run in verbose mode for details
0:08:04 load avg: 0.79 [331/406/106] test_telnetlib -- test_tcl failed
0:08:04 load avg: 0.79 [332/406/106] test_tempfile
test test_tempfile failed -- multiple errors occurred; run in verbose mode for details
0:08:05 load avg: 0.79 [333/406/107] test_textwrap -- test_tempfile failed
0:08:05 load avg: 0.79 [334/406/107] test_thread
0:08:06 load avg: 0.79 [335/406/107] test_threaded_import
Exception in thread Thread-1357:
Traceback (most recent call last):
  File "threading", line 926, in _bootstrap_inner
  File "threading", line 870, in run
  File "test.test_threaded_import", line 212, in import_ab
    import A
ModuleNotFoundError: No module named 'A'
Exception in thread Thread-1358:
Traceback (most recent call last):
  File "threading", line 926, in _bootstrap_inner
  File "threading", line 870, in run
  File "test.test_threaded_import", line 215, in import_ba
    import B
ModuleNotFoundError: No module named 'B'
test test_threaded_import failed -- multiple errors occurred; run in verbose mode for details
0:08:07 load avg: 0.79 [336/406/108] test_threadedtempfile -- test_threaded_import failed
0:08:07 load avg: 0.79 [337/406/108] test_threading
test test_threading failed -- multiple errors occurred; run in verbose mode for details
0:08:17 load avg: 0.67 [338/406/109] test_threading_local -- test_threading failed
0:08:18 load avg: 0.67 [339/406/109] test_threadsignals
0:08:23 load avg: 0.70 [340/406/109] test_time
0:08:26 load avg: 0.64 [341/406/109] test_timeit
0:08:26 load avg: 0.64 [342/406/109] test_timeout
test_timeout skipped -- Use of the 'network' resource not enabled
0:08:26 load avg: 0.64 [343/406/109] test_tix -- test_timeout skipped (resource denied)
test_tix skipped -- Use of the 'gui' resource not enabled
0:08:26 load avg: 0.64 [344/406/109] test_tk -- test_tix skipped (resource denied)
test_tk skipped -- Use of the 'gui' resource not enabled
0:08:26 load avg: 0.64 [345/406/109] test_tokenize -- test_tk skipped (resource denied)
test test_tokenize failed -- Traceback (most recent call last):
  File "test.test_tokenize", line 1019, in test_bad_coding_cookie
    self.assertRaises(SyntaxError, self._testFile, 'bad_coding.py')
AssertionError: SyntaxError not raised by _testFile
0:08:28 load avg: 0.64 [346/406/110] test_tools -- test_tokenize failed
test test_tools crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 965, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'test.test_tools'
0:08:28 load avg: 0.64 [347/406/111] test_trace -- test_tools failed
Not printing coverage data for 'test.support': [Errno 2] No such file or directory: 'test.support'
test test_trace failed -- multiple errors occurred; run in verbose mode for details
0:08:29 load avg: 0.67 [348/406/112] test_traceback -- test_trace failed
test test_traceback failed -- multiple errors occurred; run in verbose mode for details
0:08:29 load avg: 0.67 [349/406/113] test_tracemalloc -- test_traceback failed
test test_tracemalloc failed -- multiple errors occurred; run in verbose mode for details
0:08:30 load avg: 0.67 [350/406/114] test_ttk_guionly -- test_tracemalloc failed
test_ttk_guionly skipped -- Use of the 'gui' resource not enabled
0:08:30 load avg: 0.67 [351/406/114] test_ttk_textonly -- test_ttk_guionly skipped (resource denied)
test test_ttk_textonly crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_ttk_textonly", line 6, in <module>
    from tkinter.test import runtktests
ModuleNotFoundError: No module named 'tkinter.test'
0:08:31 load avg: 0.67 [352/406/115] test_tuple -- test_ttk_textonly failed
0:08:37 load avg: 0.78 [353/406/115] test_turtle
0:08:38 load avg: 0.78 [354/406/115] test_typechecks
0:08:38 load avg: 0.78 [355/406/115] test_typing
0:08:38 load avg: 0.78 [356/406/115] test_ucn
0:08:39 load avg: 0.78 [357/406/115] test_unary
0:08:39 load avg: 0.78 [358/406/115] test_unicode
test test_unicode failed -- multiple errors occurred; run in verbose mode for details
0:08:41 load avg: 0.79 [359/406/116] test_unicode_file -- test_unicode failed
0:08:41 load avg: 0.79 [360/406/116] test_unicode_file_functions
0:08:41 load avg: 0.79 [361/406/116] test_unicode_identifiers
test test_unicode_identifiers failed -- Traceback (most recent call last):
  File "test.test_unicode_identifiers", line 22, in test_invalid
    from test import badsyntax_3131
ImportError: cannot import name 'badsyntax_3131' from 'test' (unknown location)
0:08:41 load avg: 0.79 [362/406/117] test_unicodedata -- test_unicode_identifiers failed
test test_unicodedata failed -- Traceback (most recent call last):
  File "test.test_unicodedata", line 255, in test_failed_import_during_compiling
    result = script_helper.assert_python_failure("-c", code)
  File "test.support.script_helper", line 167, in assert_python_failure
    return _assert_python(False, *args, **env_vars)
  File "test.support.script_helper", line 143, in _assert_python
    res.fail(cmd_line)
  File "test.support.script_helper", line 84, in fail
    err))
AssertionError: Process return code is 0
command line: ['/home/jayvdb/pyox/cpython_tests/build/apps/cpython_tests/x86_64-unknown-linux-gnu/debug/cpython_tests', '-X', 'faulthandler', '-I', '-c', 'import sys;sys.modules[\'unicodedata\'] = None;eval("\'\\\\N{SOFT HYPHEN}\'")']
stdout:
stderr:
0:08:45 load avg: 0.81 [363/406/118] test_univnewlines -- test_unicodedata failed
0:08:45 load avg: 0.81 [364/406/118] test_unpack
0:08:45 load avg: 0.81 [365/406/118] test_unpack_ex
0:08:45 load avg: 0.81 [366/406/118] test_urllib
0:08:46 load avg: 0.81 [367/406/118] test_urllib2
test test_urllib2 failed -- Traceback (most recent call last):
  File "test.test_urllib2", line 53, in test_trivial
    fname = os.path.abspath(urllib.request.__file__).replace(os.sep, '/')
AttributeError: module 'urllib.request' has no attribute '__file__'
0:08:47 load avg: 0.81 [368/406/119] test_urllib2_localnet -- test_urllib2 failed
test test_urllib2_localnet failed -- multiple errors occurred; run in verbose mode for details
0:08:49 load avg: 0.81 [369/406/120] test_urllib2net -- test_urllib2_localnet failed
test_urllib2net skipped -- Use of the 'network' resource not enabled
0:08:49 load avg: 0.83 [370/406/120] test_urllib_response -- test_urllib2net skipped (resource denied)
0:08:49 load avg: 0.83 [371/406/120] test_urllibnet
test_urllibnet skipped -- Use of the 'network' resource not enabled
0:08:49 load avg: 0.83 [372/406/120] test_urlparse -- test_urllibnet skipped (resource denied)
0:08:51 load avg: 0.83 [373/406/120] test_userdict
0:08:52 load avg: 0.83 [374/406/120] test_userlist
0:08:52 load avg: 0.83 [375/406/120] test_userstring
test test_userstring failed -- Traceback (most recent call last):
  File "test.string_tests", line 1249, in test_formatting_c_limits
    from _testcapi import PY_SSIZE_T_MAX, INT_MAX, UINT_MAX
ModuleNotFoundError: No module named '_testcapi'
0:08:54 load avg: 0.84 [376/406/121] test_utf8_mode -- test_userstring failed
test test_utf8_mode failed -- multiple errors occurred; run in verbose mode for details
0:08:55 load avg: 0.84 [377/406/122] test_utf8source -- test_utf8_mode failed
test test_utf8source failed -- Traceback (most recent call last):
  File "test.test_utf8source", line 19, in test_badsyntax
    import test.badsyntax_pep3120
ModuleNotFoundError: No module named 'test.badsyntax_pep3120'
0:08:55 load avg: 0.84 [378/406/123] test_uu -- test_utf8source failed
0:08:56 load avg: 0.84 [379/406/123] test_uuid
0:08:56 load avg: 0.84 [380/406/123] test_venv
test test_venv failed -- multiple errors occurred; run in verbose mode for details
0:09:01 load avg: 0.93 [381/406/124] test_wait3 -- test_venv failed
0:09:07 load avg: 0.86 [382/406/124] test_wait4
0:09:14 load avg: 0.79 [383/406/124] test_warnings
test test_warnings failed -- multiple errors occurred; run in verbose mode for details
0:09:15 load avg: 0.81 [384/406/125] test_wave -- test_warnings failed
0:09:15 load avg: 0.81 [385/406/125] test_weakref
test test_weakref failed -- multiple errors occurred; run in verbose mode for details
0:09:51 load avg: 1.03 [386/406/126] test_weakset -- test_weakref failed in 36 sec 239 ms
0:09:52 load avg: 1.03 [387/406/126] test_webbrowser
0:10:03 load avg: 1.18 [388/406/126] test_winconsoleio
test_winconsoleio skipped -- test only relevant on win32
0:10:04 load avg: 1.18 [389/406/126] test_winreg -- test_winconsoleio skipped
test_winreg skipped -- No module named 'winreg'
0:10:04 load avg: 1.18 [390/406/126] test_winsound -- test_winreg skipped
test_winsound skipped -- Use of the 'audio' resource not enabled
0:10:04 load avg: 1.18 [391/406/126] test_with -- test_winsound skipped (resource denied)
0:10:04 load avg: 1.18 [392/406/126] test_wsgiref
test test_wsgiref crashed -- Traceback (most recent call last):
  File "test.libregrtest.runtest", line 166, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "importlib", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "test.test_wsgiref", line 3, in <module>
    from test.test_httpservers import NoLogRequestHandler
ModuleNotFoundError: No module named 'test.test_httpservers'
0:10:04 load avg: 1.16 [393/406/127] test_xdrlib -- test_wsgiref failed
0:10:04 load avg: 1.16 [394/406/127] test_xml_dom_minicompat
0:10:05 load avg: 1.16 [395/406/127] test_xml_etree
0:10:06 load avg: 1.16 [396/406/127] test_xml_etree_c
test test_xml_etree_c failed -- multiple errors occurred; run in verbose mode for details
0:10:07 load avg: 1.16 [397/406/128] test_xmlrpc -- test_xml_etree_c failed
0:10:11 load avg: 1.07 [398/406/128] test_xmlrpc_net
test_xmlrpc_net skipped -- Use of the 'network' resource not enabled
0:10:11 load avg: 1.07 [399/406/128] test_xxtestfuzz -- test_xmlrpc_net skipped (resource denied)
0:10:12 load avg: 1.07 [400/406/128] test_yield_from
0:10:12 load avg: 1.07 [401/406/128] test_zipapp
0:10:13 load avg: 1.07 [402/406/128] test_zipfile
test test_zipfile failed -- multiple errors occurred; run in verbose mode for details
0:10:31 load avg: 1.05 [403/406/129] test_zipfile64 -- test_zipfile failed
test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run
0:10:31 load avg: 1.05 [404/406/129] test_zipimport -- test_zipfile64 skipped (resource denied)
test test_zipimport failed -- multiple errors occurred; run in verbose mode for details
0:10:31 load avg: 1.05 [405/406/130] test_zipimport_support -- test_zipimport failed
test test_zipimport_support failed -- multiple errors occurred; run in verbose mode for details
0:10:31 load avg: 1.05 [406/406/131] test_zlib -- test_zipimport_support failed
== Tests result: FAILURE ==
244 tests OK.
131 tests failed:
    test_argparse test_array test_ast test_asyncore test_atexit
    test_base64 test_bdb test_buffer test_builtin test_bytes
    test_c_locale_coercion test_calendar test_call test_cgitb
    test_cmath test_code test_codecencodings_cn test_codecencodings_hk
    test_codecencodings_iso2022 test_codecencodings_jp
    test_codecencodings_kr test_codecencodings_tw test_codecs
    test_compile test_compileall test_coroutines test_cprofile
    test_csv test_dataclasses test_datetime test_decimal test_deque
    test_dict test_dis test_distutils test_doctest test_email
    test_ensurepip test_exceptions test_faulthandler test_fcntl
    test_fileio test_finalization test_float test_format test_frame
    test_frozen test_fstring test_future test_gc test_genericclass
    test_grammar test_gzip test_hash test_httplib test_idle test_imp
    test_import test_inspect test_io test_itertools test_json
    test_keyword test_lib2to3 test_linecache test_logging
    test_memoryio test_module test_modulefinder
    test_multiprocessing_fork test_multiprocessing_main_handling
    test_opcodes test_ordered_dict test_os test_parser test_pdb
    test_pickle test_pkg test_pkgimport test_pkgutil test_platform
    test_poll test_popen test_posix test_profile test_pyclbr
    test_pydoc test_pyexpat test_quopri test_regrtest test_repl
    test_reprlib test_runpy test_script_helper test_socket
    test_source_encoding test_sqlite test_ssl test_string_literals
    test_struct test_support test_sys test_sysconfig test_tarfile
    test_tcl test_tempfile test_threaded_import test_threading
    test_tokenize test_tools test_trace test_traceback
    test_tracemalloc test_ttk_textonly test_unicode
    test_unicode_identifiers test_unicodedata test_unittest
    test_urllib2 test_urllib2_localnet test_userstring test_utf8_mode
    test_utf8source test_venv test_warnings test_weakref test_wsgiref
    test_xml_etree_c test_zipfile test_zipimport
    test_zipimport_support
31 tests skipped:
    test_asdl_parser test_capi test_clinic test_crypt test_ctypes
    test_curses test_dbm_gnu test_devpoll test_dict_version test_gdb
    test_getargs2 test_kqueue test_msilib test_nis test_ossaudiodev
    test_site test_smtpnet test_socketserver test_startfile
    test_structmembers test_timeout test_tix test_tk test_ttk_guionly
    test_urllib2net test_urllibnet test_winconsoleio test_winreg
    test_winsound test_xmlrpc_net test_zipfile64
Total duration: 10 min 33 sec
Tests result: FAILURE
37 tests failed: test_atexit test_bdb test_c_locale_coercion test_code test_compileall test_cprofile test_datetime test_distutils test_email test_gc test_getpass test_gzip test_idle test_imp test_import test_inspect test_json test_keyword test_lib2to3 test_logging test_pkgutil test_pydoc test_socket test_support test_sys test_tcl test_threaded_import test_threading test_tools test_traceback test_tracemalloc test_ttk_textonly test_unittest test_warnings test_wsgiref test_zipimport test_zipimport_support 30 tests skipped: test_asdl_parser test_capi test_crypt test_ctypes test_curses test_dbm_gnu test_devpoll test_dict_version test_gdb test_getargs2 test_kqueue test_msilib test_nis test_ossaudiodev test_site test_smtpnet test_socketserver test_startfile test_structmembers test_timeout test_tix test_tk test_ttk_guionly test_urllib2net test_urllibnet test_winconsoleio test_winreg test_winsound test_xmlrpc_net test_zipfile64 38 re-run tests: test_atexit test_bdb test_c_locale_coercion test_code test_compileall test_cprofile test_datetime test_distutils test_email test_gc test_getpass test_gzip test_idle test_imp test_import test_inspect test_json test_keyword test_lib2to3 test_logging test_multiprocessing_forkserver test_pkgutil test_pydoc test_socket test_support test_sys test_tcl test_threaded_import test_threading test_tools test_traceback test_tracemalloc test_ttk_textonly test_unittest test_warnings test_wsgiref test_zipimport test_zipimport_support 3 tests run no tests: test_faulthandler test_multiprocessing_main_handling test_pyclbr Total duration: 12 min 26 sec

The two main reasons for skips injected are _testcapi and sys.executable not accepting -c and -m

@jayvdb are there still errors in the CPython test suite if you add the entire stdlib to a relative lib folder like the in the following configuration?

[[embedded_python_config]]
sys_paths = ["$ORIGIN/lib"]
ignore_environment = false
filesystem_importer = true
[[packaging_rule]]
type = "stdlib-extensions-policy"
policy = "all"
[[packaging_rule]]
type = "stdlib"
include_source = true
exclude_test_modules = true
install_location = "app-relative:lib"
include_resources = true