Add support for GraalPy #8367
Triggered via pull request
September 26, 2024 12:50
Status
Failure
Total duration
34m 34s
Artifacts
–
ci.yml
on: pull_request
Manylinux on π 3.13t β’ GIL
4m 48s
π 3.10 β’ CUDA 12.2 β’ Ubuntu 22.04
6m 23s
π 3 β’ NVHPC 23.5 β’ C++17 β’ x64
16m 45s
π 3 β’ ICC latest β’ x64
13m 35s
π 3.9 β’ Debian β’ x86 β’ Install
3m 52s
Documentation build test
49s
macos-13 β’ brew install llvm
11m 14s
Matrix: centos
Matrix: clang
Matrix: deadsnakes
Matrix: gcc
Matrix: mingw
Matrix: standard
Matrix: win32-debug
Matrix: win32
Matrix: windows-2022
Matrix: windows_clang
Annotations
11 errors
π graalpy-24.1 β’ ubuntu-20.04 β’ x64:
build3/tests/test_builtin_casters.py#L395
test_none_deferred
TypeError: defer_none_cstring(): incompatible function arguments. The following argument types are supported:
1. (arg0: None) -> bool
Invoked with: 'abc'
|
π graalpy-24.1 β’ ubuntu-20.04 β’ x64:
build3/tests/test_builtin_casters.py#L444
test_complex_cast
AssertionError
|
π graalpy-24.1 β’ ubuntu-20.04 β’ x64:
build3/tests/test_call_policies.py#L196
test_return_none
TypeError: __init__(): incompatible constructor arguments. The following argument types are supported:
1. pybind11_tests.call_policies.Parent(arg0: pybind11_tests.call_policies.Child)
Invoked with:
|
π graalpy-24.1 β’ ubuntu-20.04 β’ x64:
build3/tests/test_callbacks.py#L111
test_cpp_function_roundtrip
AssertionError
|
π graalpy-24.1 β’ ubuntu-20.04 β’ x64:
build3/tests/test_class.py#L101
test_docstrings
AssertionError
|
π graalpy-24.1 β’ ubuntu-20.04 β’ x64:
build3/tests/test_constants_and_functions.py#L13
test_function_overloading
TypeError: test_function(): incompatible function arguments. The following argument types are supported:
1. (arg0: float, arg1: int) -> str
Invoked with:
|
π graalpy-24.1 β’ ubuntu-20.04 β’ x64:
build3/tests/test_docstring_options.py#L13
test_docstring_options
AssertionError
|
π graalpy-24.1 β’ ubuntu-20.04 β’ x64:
build3/tests/test_eigen_matrix.py#L470
test_eigen_ref_mutators
TypeError: add1(): incompatible function arguments. The following argument types are supported:
1. (arg0: numpy.ndarray[numpy.float64[m, n], flags.writeable, flags.f_contiguous], arg1: int, arg2: int, arg3: float) -> None
Invoked with: array([[ 1., 2., 3.],
[124., 5., 6.],
[ 7., 8., 9.]]), 1, 0, -100
|
π graalpy-24.1 β’ ubuntu-20.04 β’ x64:
build3/tests/test_factory_constructors.py#L77
test_init_factory_signature
AssertionError
|
π graalpy-24.1 β’ ubuntu-20.04 β’ x64:
build3/tests/test_factory_constructors.py#L239
test_init_factory_dual
TypeError: __init__(): incompatible constructor arguments. The following argument types are supported:
1. pybind11_tests.factory_constructors.TestFactory7(arg0: pybind11_tests.factory_constructors.tag.shared_ptr_tag, arg1: pybind11_tests.factory_constructors.tag.invalid_base_tag, arg2: int)
Invoked with: 1
|
π graalpy-24.1 β’ macos-13 β’ x64
Process completed with exit code 2.
|