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

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

== PyPy 3.12.14 (0f53d194ef9b, Sep 08 2026, 06:52:55) [PyPy 8.0.0-alpha0 with GCC Apple LLVM 16.0.0 (clang-1600.0.26.6)]
== macOS-15.7.7-x86_64-i386-64bit little-endian
== Python build: release with_assert
== cwd: /private/tmp/buildbot-x86_64/pytest/test_python_worker_22059æ
== CPU count: 8
== encodings: locale=UTF-8 FS=utf-8
== resources (3): curses,gui,network

Using random seed: 2687310748
Raised RLIMIT_NOFILE: 256 -> 1024
0:00:00 load avg: 1.45 Run 1 test sequentially in a single process
0:00:00 load avg: 1.45 [1/1] test_extcall
test_extcall (test)
Doctest: test.test_extcall ... FAIL

======================================================================
FAIL: test_extcall (test)
Doctest: test.test_extcall
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/doctest.py", line 2256, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for test.test_extcall
  File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_extcall.py", line 1, in test_extcall

----------------------------------------------------------------------
File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/test/test_extcall.py", line 443, in test.test_extcall
Failed example:
    id(1, **{'foo': 1})
Expected:
    Traceback (most recent call last):
      ...
    TypeError: id() takes no keyword arguments
Got:
    Traceback (most recent call last):
      File "/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/doctest.py", line 1368, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest test.test_extcall[117]>", line 1, in <module>
        id(1, **{'foo': 1})
    TypeError: id() got an unexpected keyword argument 'foo'


----------------------------------------------------------------------
Ran 1 test in 0.044s

FAILED (failures=1)
0:00:00 load avg: 1.45 [1/1/1] test_extcall failed (1 failure)

== Tests result: FAILURE ==

1 test failed:
    test_extcall

Total duration: 145 ms
Total tests: run=1 failures=1
Total test files: run=1/1 failed=1
Result: FAILURE
test test_extcall failed
builder: pypy-c-jit-macos-x86-64 build #1437+
test: lib-python/3/test/test_extcall.py::unmodified