Skip to content

Eradicate wait_on_error #315

Eradicate wait_on_error

Eradicate wait_on_error #315

Triggered via pull request February 5, 2025 00:08
@inducerinducer
synchronize #51
mini-modernize
Status Failure
Total duration 4m 6s
Artifacts

ci.yml

on: pull_request
Matrix: downstream_tests
Matrix: pytest
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 11 warnings
Ruff
Process completed with exit code 1.
Pytest on Py3.10: test/test/test_identical_symbols.py#L32
test_identical_symbols codepy.CompileError: module compilation failed
Pytest on Py3.10
Process completed with exit code 1.
Mypy
Process completed with exit code 1.
Documentation
Process completed with exit code 2.
Pytest on Py3.x
The job was canceled because "_3_10" failed.
Pytest on Py3.x: test/test/test_identical_symbols.py#L32
test_identical_symbols codepy.CompileError: module compilation failed
Pytest on Py3.x
The operation was canceled.
Pytest on Py3.12
The job was canceled because "_3_10" failed.
Pytest on Py3.12
The operation was canceled.
Tests for downstream project loopy: loopy/test/test/test_expression.py#L376
test_fuzz_expression_code_gen[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-int-1-ExecutableCTarget] TypeError: compile_from_string() takes 3 positional arguments but 9 were given
Tests for downstream project loopy: loopy/test/test/test_expression.py#L376
test_fuzz_expression_code_gen[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-int-2-ExecutableCTarget] TypeError: compile_from_string() takes 3 positional arguments but 9 were given
Tests for downstream project loopy: loopy/test/test/test_expression.py#L376
test_fuzz_expression_code_gen[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-int-3-ExecutableCTarget] TypeError: compile_from_string() takes 3 positional arguments but 9 were given
Tests for downstream project loopy: loopy/test/test/test_expression.py#L376
test_fuzz_expression_code_gen[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-int-4-ExecutableCTarget] TypeError: compile_from_string() takes 3 positional arguments but 9 were given
Tests for downstream project loopy: loopy/test/test/test_expression.py#L376
test_fuzz_expression_code_gen[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-int-5-ExecutableCTarget] TypeError: compile_from_string() takes 3 positional arguments but 9 were given
Tests for downstream project loopy: loopy/test/test/test_expression.py#L376
test_fuzz_expression_code_gen[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-int_nonneg-0-ExecutableCTarget] TypeError: compile_from_string() takes 3 positional arguments but 9 were given
Tests for downstream project loopy: loopy/test/test/test_expression.py#L376
test_fuzz_expression_code_gen[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-int_nonneg-1-ExecutableCTarget] TypeError: compile_from_string() takes 3 positional arguments but 9 were given
Tests for downstream project loopy: loopy/test/test/test_expression.py#L376
test_fuzz_expression_code_gen[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-int_nonneg-2-ExecutableCTarget] TypeError: compile_from_string() takes 3 positional arguments but 9 were given
Tests for downstream project loopy: loopy/test/test/test_callables.py#L777
test_int_max_min_c_target[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-max] TypeError: compile_from_string() takes 3 positional arguments but 9 were given
Tests for downstream project loopy: loopy/test/test/test_callables.py#L777
test_int_max_min_c_target[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-min] TypeError: compile_from_string() takes 3 positional arguments but 9 were given
Ruff
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
Tests for downstream project loopy: loopy/test/test_expression.py#L348
Using default C compiler because gcc-10 was not found. These tests may take a long time, because of https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107127.
Tests for downstream project loopy: loopy/loopy/target/c/c_execution.py#L319
'GCCToolchain.copy' is deprecated. This is now a dataclass and should be used with the standard 'replace'.
Tests for downstream project loopy: loopy/test/test_expression.py#L376
TranslationUnit.__call__ is uncached as of 2025, meaning it will incur possibly substantial compilation cost with every invocation. Use TranslationUnit.executor to obtain an object that holds longer-lived caches.
Tests for downstream project loopy: loopy/loopy/target/c/c_execution.py#L336
'GCCToolchain.copy' is deprecated. This is now a dataclass and should be used with the standard 'replace'.
Tests for downstream project loopy: loopy/test/test_expression.py#L348
Using default C compiler because gcc-10 was not found. These tests may take a long time, because of https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107127.
Tests for downstream project loopy: loopy/loopy/target/c/c_execution.py#L319
'GCCToolchain.copy' is deprecated. This is now a dataclass and should be used with the standard 'replace'.
Tests for downstream project loopy: loopy/test/test_expression.py#L376
TranslationUnit.__call__ is uncached as of 2025, meaning it will incur possibly substantial compilation cost with every invocation. Use TranslationUnit.executor to obtain an object that holds longer-lived caches.
Tests for downstream project loopy: loopy/loopy/target/c/c_execution.py#L336
'GCCToolchain.copy' is deprecated. This is now a dataclass and should be used with the standard 'replace'.
Tests for downstream project loopy: loopy/test/test_callables.py#L406
TranslationUnit.__call__ is uncached as of 2025, meaning it will incur possibly substantial compilation cost with every invocation. Use TranslationUnit.executor to obtain an object that holds longer-lived caches.
Tests for downstream project loopy: loopy/test/test_callables.py#L406
TranslationUnit.__call__ is uncached as of 2025, meaning it will incur possibly substantial compilation cost with every invocation. Use TranslationUnit.executor to obtain an object that holds longer-lived caches.