Skip to content

Add support for GraalPy #8367

Add support for GraalPy

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
Manylinux on 🐍 3.13t β€’ GIL
🐍 3.10 β€’ CUDA 12.2 β€’ Ubuntu 22.04
6m 23s
🐍 3.10 β€’ CUDA 12.2 β€’ Ubuntu 22.04
🐍 3 β€’ NVHPC 23.5 β€’ C++17 β€’ x64
16m 45s
🐍 3 β€’ NVHPC 23.5 β€’ C++17 β€’ x64
🐍 3 β€’ ICC latest β€’ x64
13m 35s
🐍 3 β€’ ICC latest β€’ x64
🐍 3.9 β€’ Debian β€’ x86 β€’ Install
3m 52s
🐍 3.9 β€’ Debian β€’ x86 β€’ Install
Documentation build test
49s
Documentation build test
macos-13 β€’ brew install llvm
11m 14s
macos-13 β€’ brew install llvm
Matrix: centos
Matrix: clang
Matrix: deadsnakes
Matrix: gcc
Matrix: mingw
Matrix: standard
Matrix: win32-debug
Matrix: win32
Matrix: windows-2022
Matrix: windows_clang
Fit to window
Zoom out
Zoom in

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_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_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_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#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.