Home - Summaries: (main) : (py3.11) : Everything - Nightly builds - Benchmarks - RPython - Builders - About

lib-python/3/test/test_platform.py::unmodified

== PyPy 3.11.15 (2bd2c8c11256, Jul 04 2026, 03:52:57) [PyPy 7.3.24-alpha0 with MSC v.1941 64 bit (AMD64)]
== Windows-10-10.0.19045-SP0 little-endian
== Python build: release with_assert
== cwd: D:\SystemTemp\pytest\test_python_worker_4636æ
== CPU count: 2
== encodings: locale=ascii FS=utf-8
== resources (3): curses,gui,network

Using random seed: 2012247473
0:00:00 Run 1 test sequentially
0:00:00 [1/1] test_platform
test__comparable_version (test.test_platform.PlatformTest.test__comparable_version) ... skipped 'implementation detail specific to cpython'
test_architecture (test.test_platform.PlatformTest.test_architecture) ... ok
test_architecture_via_symlink (test.test_platform.PlatformTest.test_architecture_via_symlink) ... b''
ERROR
test_freedesktop_os_release (test.test_platform.PlatformTest.test_freedesktop_os_release) ... ok
test_java_ver (test.test_platform.PlatformTest.test_java_ver) ... ok
test_libc_ver (test.test_platform.PlatformTest.test_libc_ver) ... ok
test_mac_ver (test.test_platform.PlatformTest.test_mac_ver) ... ok
test_mac_ver_with_fork (test.test_platform.PlatformTest.test_mac_ver_with_fork) ... skipped 'OSX only test'
test_machine (test.test_platform.PlatformTest.test_machine) ... ok
test_macos (test.test_platform.PlatformTest.test_macos) ... ok
test_node (test.test_platform.PlatformTest.test_node) ... ok
test_parse_os_release (test.test_platform.PlatformTest.test_parse_os_release) ... ok
test_platform (test.test_platform.PlatformTest.test_platform) ... ok
test_processor (test.test_platform.PlatformTest.test_processor) ... ok
test_release (test.test_platform.PlatformTest.test_release) ... ok
test_sys_version (test.test_platform.PlatformTest.test_sys_version) ... skipped 'implementation detail specific to cpython'
test_system (test.test_platform.PlatformTest.test_system) ... ok
test_system_alias (test.test_platform.PlatformTest.test_system_alias) ... ok
test_uname (test.test_platform.PlatformTest.test_uname) ... ok
test_uname_asdict (test.test_platform.PlatformTest.test_uname_asdict) ... ok
test_uname_cast_to_tuple (test.test_platform.PlatformTest.test_uname_cast_to_tuple) ... ok
test_uname_copy (test.test_platform.PlatformTest.test_uname_copy) ... ok
test_uname_fields (test.test_platform.PlatformTest.test_uname_fields) ... ok
test_uname_pickle (test.test_platform.PlatformTest.test_uname_pickle) ... ok
test_uname_processor (test.test_platform.PlatformTest.test_uname_processor)
On some systems, the processor must match the output ... skipped 'uname -p not used'
test_uname_replace (test.test_platform.PlatformTest.test_uname_replace) ... ok
test_uname_slices (test.test_platform.PlatformTest.test_uname_slices) ... ok
test_uname_win32_ARCHITEW6432 (test.test_platform.PlatformTest.test_uname_win32_ARCHITEW6432) ... ok
test_version (test.test_platform.PlatformTest.test_version) ... ok
test_win32_ver (test.test_platform.PlatformTest.test_win32_ver) ... ok
test_win32_ver_on_non_windows (test.test_platform.PlatformTest.test_win32_ver_on_non_windows) ... skipped 'This test only makes sense on non Windows'

======================================================================
ERROR: test_architecture_via_symlink (test.test_platform.PlatformTest.test_architecture_via_symlink)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_platform.py", line 86, in test_architecture_via_symlink
    self.assertEqual(py.call_real(*cmd), py.call_link(*cmd))
                                         ^^^^^^^^^^^^^^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\__init__.py", line 1436, in call_link
    return self._call(self.link, args, self._env, returncode)
                ^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\__init__.py", line 1428, in _call
    raise RuntimeError(
RuntimeError: unexpected return code: 1 (0x00000001)

----------------------------------------------------------------------
Ran 31 tests in 0.755s

FAILED (errors=1, skipped=5)
test_platform failed (1 error)

== Tests result: FAILURE ==

1 test failed:
    test_platform

Total duration: 1.1 sec
Total tests: run=31 skipped=5
Total test files: run=1/1 failed=1
Result: FAILURE
b"debug: WARNING: Library path not found, using compiled-in sys.path, with\r\ndebug: WARNING: sys.prefix = 'd:\\\\pypy_stuff\\\\buildbot64\\\\slave\\\\pypy-c-jit-win-x86-64\\\\build'\r\ndebug: WARNING: Make sure the pypy3 binary is kept inside its tree of files.\r\ndebug: WARNING: It is ok to create a symlink to it from somewhere else.\r\ndebug: OperationError:\ndebug:  operror-type: AttributeError\ndebug:  operror-value: module 'sys' has no attribute 'base_prefix'\n"
test test_platform failed
builder: pypy-c-jit-win-x86-64 build #2426+
test: lib-python/3/test/test_platform.py::unmodified