Skip to content

refactor: more selective filter_jit application #263

refactor: more selective filter_jit application

refactor: more selective filter_jit application #263

Triggered via pull request September 19, 2024 03:58
Status Failure
Total duration 1m 50s
Artifacts

ci.yml

on: pull_request
Matrix: checks
Fit to window
Zoom out
Zoom in

Annotations

60 errors
Check Python 3.10 on macos-latest: tests/array_api/test_myarray.py#L82
test_empty_like TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute
Check Python 3.10 on macos-latest: tests/array_api/test_myarray.py#L113
test_full_like TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute
Check Python 3.10 on macos-latest: tests/array_api/test_myarray.py#L133
test_meshgrid TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute
Check Python 3.10 on macos-latest: tests/array_api/test_myarray.py#L154
test_ones_like TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute
Check Python 3.10 on macos-latest: tests/array_api/test_myarray.py#L190
test_zeros_like TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute
Check Python 3.10 on macos-latest: tests/array_api/test_myarray.py#L204
test_astype TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute
Check Python 3.10 on macos-latest: tests/array_api/test_myarray.py#L249
test_result_type TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute
Check Python 3.10 on macos-latest: tests/array_api/test_myarray.py#L274
test_acos TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute
Check Python 3.10 on macos-latest: tests/array_api/test_myarray.py#L284
test_acosh TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute
Check Python 3.10 on macos-latest: tests/array_api/test_myarray.py#L294
test_add TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute
Check Python 3.12 on macos-latest: tests/array_api/test_myarray.py#L82
test_empty_like TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute -------------------- For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.
Check Python 3.12 on macos-latest: tests/array_api/test_myarray.py#L113
test_full_like TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute -------------------- For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.
Check Python 3.12 on macos-latest: tests/array_api/test_myarray.py#L133
test_meshgrid TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute -------------------- For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.
Check Python 3.12 on macos-latest: tests/array_api/test_myarray.py#L154
test_ones_like TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute -------------------- For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.
Check Python 3.12 on macos-latest: tests/array_api/test_myarray.py#L190
test_zeros_like TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute -------------------- For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.
Check Python 3.12 on macos-latest: tests/array_api/test_myarray.py#L204
test_astype TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute -------------------- For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.
Check Python 3.12 on macos-latest: tests/array_api/test_myarray.py#L249
test_result_type TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute -------------------- For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.
Check Python 3.12 on macos-latest: tests/array_api/test_myarray.py#L274
test_acos TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute -------------------- For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.
Check Python 3.12 on macos-latest: tests/array_api/test_myarray.py#L284
test_acosh TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute -------------------- For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.
Check Python 3.12 on macos-latest: tests/array_api/test_myarray.py#L294
test_add TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute -------------------- For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.
Check Python 3.10 on ubuntu-latest: tests/array_api/test_myarray.py#L82
test_empty_like TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute
Check Python 3.10 on ubuntu-latest: tests/array_api/test_myarray.py#L113
test_full_like TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute
Check Python 3.10 on ubuntu-latest: tests/array_api/test_myarray.py#L133
test_meshgrid TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute
Check Python 3.10 on ubuntu-latest: tests/array_api/test_myarray.py#L154
test_ones_like TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute
Check Python 3.10 on ubuntu-latest: tests/array_api/test_myarray.py#L190
test_zeros_like TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute
Check Python 3.10 on ubuntu-latest: tests/array_api/test_myarray.py#L204
test_astype TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute
Check Python 3.10 on ubuntu-latest: tests/array_api/test_myarray.py#L249
test_result_type TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute
Check Python 3.10 on ubuntu-latest: tests/array_api/test_myarray.py#L274
test_acos TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute
Check Python 3.10 on ubuntu-latest: tests/array_api/test_myarray.py#L284
test_acosh TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute
Check Python 3.10 on ubuntu-latest: tests/array_api/test_myarray.py#L294
test_add TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute
Check Python 3.12 on ubuntu-latest: tests/array_api/test_myarray.py#L82
test_empty_like TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute -------------------- For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.
Check Python 3.12 on ubuntu-latest: tests/array_api/test_myarray.py#L113
test_full_like TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute -------------------- For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.
Check Python 3.12 on ubuntu-latest: tests/array_api/test_myarray.py#L133
test_meshgrid TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute -------------------- For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.
Check Python 3.12 on ubuntu-latest: tests/array_api/test_myarray.py#L154
test_ones_like TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute -------------------- For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.
Check Python 3.12 on ubuntu-latest: tests/array_api/test_myarray.py#L190
test_zeros_like TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute -------------------- For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.
Check Python 3.12 on ubuntu-latest: tests/array_api/test_myarray.py#L204
test_astype TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute -------------------- For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.
Check Python 3.12 on ubuntu-latest: tests/array_api/test_myarray.py#L249
test_result_type TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute -------------------- For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.
Check Python 3.12 on ubuntu-latest: tests/array_api/test_myarray.py#L274
test_acos TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute -------------------- For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.
Check Python 3.12 on ubuntu-latest: tests/array_api/test_myarray.py#L284
test_acosh TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute -------------------- For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.
Check Python 3.12 on ubuntu-latest: tests/array_api/test_myarray.py#L294
test_add TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute -------------------- For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.
Check Python 3.10 on windows-latest: tests\array_api\test_myarray.py#L82
test_empty_like TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute
Check Python 3.10 on windows-latest: tests\array_api\test_myarray.py#L113
test_full_like TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute
Check Python 3.10 on windows-latest: tests\array_api\test_myarray.py#L133
test_meshgrid TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute
Check Python 3.10 on windows-latest: tests\array_api\test_myarray.py#L154
test_ones_like TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute
Check Python 3.10 on windows-latest: tests\array_api\test_myarray.py#L190
test_zeros_like TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute
Check Python 3.10 on windows-latest: tests\array_api\test_myarray.py#L204
test_astype TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute
Check Python 3.10 on windows-latest: tests\array_api\test_myarray.py#L249
test_result_type TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute
Check Python 3.10 on windows-latest: tests\array_api\test_myarray.py#L274
test_acos TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute
Check Python 3.10 on windows-latest: tests\array_api\test_myarray.py#L284
test_acosh TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute
Check Python 3.10 on windows-latest: tests\array_api\test_myarray.py#L294
test_add TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute
Check Python 3.12 on windows-latest: tests\array_api\test_myarray.py#L82
test_empty_like TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute -------------------- For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.
Check Python 3.12 on windows-latest: tests\array_api\test_myarray.py#L113
test_full_like TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute -------------------- For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.
Check Python 3.12 on windows-latest: tests\array_api\test_myarray.py#L133
test_meshgrid TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute -------------------- For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.
Check Python 3.12 on windows-latest: tests\array_api\test_myarray.py#L154
test_ones_like TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute -------------------- For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.
Check Python 3.12 on windows-latest: tests\array_api\test_myarray.py#L190
test_zeros_like TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute -------------------- For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.
Check Python 3.12 on windows-latest: tests\array_api\test_myarray.py#L204
test_astype TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute -------------------- For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.
Check Python 3.12 on windows-latest: tests\array_api\test_myarray.py#L249
test_result_type TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute -------------------- For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.
Check Python 3.12 on windows-latest: tests\array_api\test_myarray.py#L274
test_acos TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute -------------------- For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.
Check Python 3.12 on windows-latest: tests\array_api\test_myarray.py#L284
test_acosh TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute -------------------- For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.
Check Python 3.12 on windows-latest: tests\array_api\test_myarray.py#L294
test_add TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute -------------------- For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.