lib-python/2.7/test/test_posixpath.py::unmodified
test_basename (test.test_posixpath.PosixPathTest) ... ok
test_dirname (test.test_posixpath.PosixPathTest) ... ok
test_expanduser (test.test_posixpath.PosixPathTest) ... ok
test_expanduser_home_envvar (test.test_posixpath.PosixPathTest) ... ok
test_expanduser_pwd (test.test_posixpath.PosixPathTest) ... ERROR
test_expandvars_nonascii_word (test.test_posixpath.PosixPathTest) ... ok
test_isabs (test.test_posixpath.PosixPathTest) ... ok
test_islink (test.test_posixpath.PosixPathTest) ... ok
test_ismount (test.test_posixpath.PosixPathTest) ... ok
test_ismount_different_device (test.test_posixpath.PosixPathTest) ... ok
test_ismount_directory_not_readable (test.test_posixpath.PosixPathTest) ... ok
test_ismount_non_existent (test.test_posixpath.PosixPathTest) ... ok
test_ismount_symlinks (test.test_posixpath.PosixPathTest) ... ok
test_join (test.test_posixpath.PosixPathTest) ... ok
test_normpath (test.test_posixpath.PosixPathTest) ... ok
test_realpath_basic (test.test_posixpath.PosixPathTest) ... ok
test_realpath_curdir (test.test_posixpath.PosixPathTest) ... ok
test_realpath_deep_recursion (test.test_posixpath.PosixPathTest) ... ok
test_realpath_pardir (test.test_posixpath.PosixPathTest) ... ok
test_realpath_repeated_indirect_symlinks (test.test_posixpath.PosixPathTest) ... ok
test_realpath_resolve_before_normalizing (test.test_posixpath.PosixPathTest) ... ok
test_realpath_resolve_first (test.test_posixpath.PosixPathTest) ... ok
test_realpath_resolve_parents (test.test_posixpath.PosixPathTest) ... ok
test_realpath_symlink_loops (test.test_posixpath.PosixPathTest) ... ok
test_relpath (test.test_posixpath.PosixPathTest) ... ok
test_samefile (test.test_posixpath.PosixPathTest) ... ok
test_samestat (test.test_posixpath.PosixPathTest) ... ok
test_split (test.test_posixpath.PosixPathTest) ... ok
test_splitext (test.test_posixpath.PosixPathTest) ... ok
test_abspath (test.test_posixpath.PosixCommonTest) ... ok
test_abspath_issue3426 (test.test_posixpath.PosixCommonTest) ... ok
test_commonprefix (test.test_posixpath.PosixCommonTest) ... ok
test_exists (test.test_posixpath.PosixCommonTest) ... ok
test_expandvars (test.test_posixpath.PosixCommonTest) ... ok
test_expandvars_nonascii (test.test_posixpath.PosixCommonTest) ... ok
test_getsize (test.test_posixpath.PosixCommonTest) ... ok
test_isdir (test.test_posixpath.PosixCommonTest) ... ok
test_isfile (test.test_posixpath.PosixCommonTest) ... ok
test_no_argument (test.test_posixpath.PosixCommonTest) ... ok
test_nonascii_abspath (test.test_posixpath.PosixCommonTest) ... ok
test_normcase (test.test_posixpath.PosixCommonTest) ... ok
test_normpath_issue5827 (test.test_posixpath.PosixCommonTest) ... ok
test_realpath (test.test_posixpath.PosixCommonTest) ... ok
test_splitdrive (test.test_posixpath.PosixCommonTest) ... ok
test_time (test.test_posixpath.PosixCommonTest) ... ok
======================================================================
ERROR: test_expanduser_pwd (test.test_posixpath.PosixPathTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/buildbot/slave/pypy-c-jit-linux-aarch64/build/lib-python/2.7/test/test_posixpath.py", line 299, in test_expanduser_pwd
home = pwd.getpwuid(os.getuid()).pw_dir
KeyError: 'getpwuid(): uid not found: 1000'
----------------------------------------------------------------------
Ran 45 tests in 0.021s
FAILED (errors=1)
Traceback (most recent call last):
File "/buildbot/slave/pypy-c-jit-linux-aarch64/build/pypy/tool/pytest/run-script/regrverbose.py", line 14, in <module>
indirect_test()
File "/buildbot/slave/pypy-c-jit-linux-aarch64/build/lib-python/2.7/test/test_posixpath.py", line 519, in test_main
test_support.run_unittest(PosixPathTest, PosixCommonTest)
File "/buildbot/slave/pypy-c-jit-linux-aarch64/build/lib-python/2.7/test/support/__init__.py", line 1687, in run_unittest
_run_suite(suite)
File "/buildbot/slave/pypy-c-jit-linux-aarch64/build/lib-python/2.7/test/support/__init__.py", line 1578, in _run_suite
raise TestFailed(err)
TestFailed: Traceback (most recent call last):
File "/buildbot/slave/pypy-c-jit-linux-aarch64/build/lib-python/2.7/test/test_posixpath.py", line 299, in test_expanduser_pwd
home = pwd.getpwuid(os.getuid()).pw_dir
KeyError: 'getpwuid(): uid not found: 1000'
builder: pypy-c-jit-linux-aarch64 build #2966+
test: lib-python/2.7/test/test_posixpath.py::unmodified