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

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

== PyPy 3.12.13 (a3c6b428e7a8, Jul 09 2026, 03:54:00) [PyPy 8.0.0-alpha0 with GCC Apple LLVM 16.0.0 (clang-1600.0.26.6)]
== macOS-15.7.7-arm64-arm-64bit little-endian
== Python build: release with_assert
== cwd: /private/tmp/buildbot-arm64/pytest/test_python_worker_59299æ
== CPU count: 8
== encodings: locale=UTF-8 FS=utf-8
== resources (3): curses,gui,network

Using random seed: 632649407
Raised RLIMIT_NOFILE: 256 -> 1024
0:00:00 load avg: 3.21 Run 1 test sequentially in a single process
0:00:00 load avg: 3.21 [1/1] test_sysconfig
test_is_python_build_check_home (test.test_sysconfig.DeprecationTests.test_is_python_build_check_home) ... ok
test_get_makefile_filename (test.test_sysconfig.MakefileTests.test_get_makefile_filename) ... FAIL
test_parse_makefile (test.test_sysconfig.MakefileTests.test_parse_makefile) ... ok
test_EXT_SUFFIX_in_vars (test.test_sysconfig.TestSysConfig.test_EXT_SUFFIX_in_vars) ... ok
test_config_vars_depend_on_site_initialization (test.test_sysconfig.TestSysConfig.test_config_vars_depend_on_site_initialization) ... ok
test_config_vars_recalculation_after_site_initialization (test.test_sysconfig.TestSysConfig.test_config_vars_recalculation_after_site_initialization) ... ok
test_get_config_h_filename (test.test_sysconfig.TestSysConfig.test_get_config_h_filename) ... ok
test_get_config_vars (test.test_sysconfig.TestSysConfig.test_get_config_vars) ... ok
test_get_default_scheme (test.test_sysconfig.TestSysConfig.test_get_default_scheme) ... ok
test_get_path (test.test_sysconfig.TestSysConfig.test_get_path) ... ok
test_get_path_names (test.test_sysconfig.TestSysConfig.test_get_path_names) ... ok
test_get_paths (test.test_sysconfig.TestSysConfig.test_get_paths) ... ok
test_get_platform (test.test_sysconfig.TestSysConfig.test_get_platform) ... ok
test_get_preferred_schemes (test.test_sysconfig.TestSysConfig.test_get_preferred_schemes) ... ok
test_get_scheme_names (test.test_sysconfig.TestSysConfig.test_get_scheme_names) ... ok
test_ldshared_value (test.test_sysconfig.TestSysConfig.test_ldshared_value) ... ok
test_main (test.test_sysconfig.TestSysConfig.test_main) ... ok
test_nt_venv_scheme (test.test_sysconfig.TestSysConfig.test_nt_venv_scheme) ... ok
test_osx_ext_suffix (test.test_sysconfig.TestSysConfig.test_osx_ext_suffix) ... ok
test_paths_depend_on_site_initialization (test.test_sysconfig.TestSysConfig.test_paths_depend_on_site_initialization) ... ok
test_platform_in_subprocess (test.test_sysconfig.TestSysConfig.test_platform_in_subprocess) ... ok
test_posix_venv_scheme (test.test_sysconfig.TestSysConfig.test_posix_venv_scheme) ... FAIL
test_srcdir (test.test_sysconfig.TestSysConfig.test_srcdir) ... FAIL
test_srcdir_independent_of_cwd (test.test_sysconfig.TestSysConfig.test_srcdir_independent_of_cwd) ... ok
test_symlink (test.test_sysconfig.TestSysConfig.test_symlink) ... ok
test_triplet_in_ext_suffix (test.test_sysconfig.TestSysConfig.test_triplet_in_ext_suffix) ... skipped 'multiarch-specific test'
test_user_similar (test.test_sysconfig.TestSysConfig.test_user_similar) ... ok
test_venv_scheme (test.test_sysconfig.TestSysConfig.test_venv_scheme) ... ok

======================================================================
FAIL: test_get_makefile_filename (test.test_sysconfig.MakefileTests.test_get_makefile_filename)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/3/test/test_sysconfig.py", line 596, in test_get_makefile_filename
    self.assertTrue(os.path.isfile(makefile), makefile)
         ^^^^^^^^^^
AssertionError: False is not true : /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib/pypy3.12/config-3.12-darwin/Makefile

======================================================================
FAIL: test_posix_venv_scheme (test.test_sysconfig.TestSysConfig.test_posix_venv_scheme)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/3/test/test_sysconfig.py", line 171, in test_posix_venv_scheme
    self.assertEqual(libpath, sysconfig.get_path('purelib', scheme='posix_venv', vars=vars))
         ^^^^^^^^^^^
AssertionError: 'venv/lib/python3.12/site-packages' != 'venv/lib/pypy3.12/site-packages'
- venv/lib/python3.12/site-packages
?            ^^^^
+ venv/lib/pypy3.12/site-packages
?            ^^


======================================================================
FAIL: test_srcdir (test.test_sysconfig.TestSysConfig.test_srcdir)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/3/test/test_sysconfig.py", line 481, in test_srcdir
    self.assertEqual(makefile_dir, srcdir)
         ^^^^^^^^^^^
AssertionError: '/Use[26 chars]4/pypy-c-jit-macos-arm64/build/lib/pypy3.12/config-3.12-darwin' != '/Use[26 chars]4/pypy-c-jit-macos-arm64/build/pypy/goal'
- /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib/pypy3.12/config-3.12-darwin
?                                                              ----    ---- ^ ----------- ^^^^
+ /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pypy/goal
?                                                                   ^  ^


----------------------------------------------------------------------
Ran 28 tests in 2.382s

FAILED (failures=3, skipped=1)
0:00:02 load avg: 3.11 [1/1/1] test_sysconfig failed (3 failures)

== Tests result: FAILURE ==

1 test failed:
    test_sysconfig

Total duration: 2.5 sec
Total tests: run=28 failures=3 skipped=1
Total test files: run=1/1 failed=1
Result: FAILURE
test test_sysconfig failed
builder: pypy-c-jit-macos-arm64 build #1306+
test: lib-python/3/test/test_sysconfig.py::unmodified