-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
A-CIArea: CI-related itemsArea: CI-related itemsC-testsuitectestIssues relating to the ctest crateIssues relating to the ctest crate
Description
That CI env is currently quite fragile and fails at almost time.
The failure looks like (link):
failures:
---- test_entrypoint_macro stdout ----
thread 'test_entrypoint_macro' (103040) panicked at ctest/tests/basic.rs:60:71:
called `Result::unwrap()` on an `Err` value: MacroExpansion("tests/input/macro.rs", "macro expansion failed with signal: 11 (SIGSEGV) (core dumped): ")
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
It happens on random tests.
It'd be great if we could avoid it by tweaking CI config or something else.
Related: #4641
Metadata
Metadata
Assignees
Labels
A-CIArea: CI-related itemsArea: CI-related itemsC-testsuitectestIssues relating to the ctest crateIssues relating to the ctest crate