Skip to content

Split qnx target based on target env

584df13
Select commit
Loading
Failed to load commit list.
Open

Split qnx target based on target env #4615

Split qnx target based on target env
584df13
Select commit
Loading
Failed to load commit list.
Cirrus CI / nightly freebsd-13 x86_64 failed Aug 21, 2025 in 3m 5s

Task Summary

Instruction test failed in 02:36

Details

✅ 00:10 clone
✅ 00:17 setup
❌ 02:36 test

      --> /tmp/cirrus-ci-build/target/x86_64-unknown-freebsd/debug/build/libc-test-489c220d6acd4fe5/out/ctest_output.rs:182330:18
       |
182330 |             ) -> U;
       |                  ^ not FFI-safe
       |
       = note: this struct is non-exhaustive

warning: `libc-test` (test "ctest") generated 47 warnings
    Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
     Running unittests src/lib.rs (target/x86_64-unknown-freebsd/debug/deps/ctest-f60b166b0413cd43)

running 15 tests
test cdecl::tests::basic ... ok
test cdecl::tests::test_array ... ok
test cdecl::tests::test_compose ... ok
test cdecl::tests::test_func ... ok
test cdecl::tests::test_func_invalid_ret ... ok
test cdecl::tests::test_func_ptr ... ok
test cdecl::tests::test_precedence ... ok
test cdecl::tests::test_ptr ... ok
test cdecl::tests::test_unnamed ... ok
test tests::test_translation_fails_for_unsupported ... ok
test tests::test_extraction_ffi_items ... ok
test tests::test_translation_type_array ... ok
test tests::test_translation_type_bare_fn ... ok
test tests::test_translation_type_ptr ... ok
test tests::test_translation_type_reference ... ok

test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

     Running tests/basic.rs (target/x86_64-unknown-freebsd/debug/deps/basic-caf94c3b77f4af3e)

running 5 tests
test test_entrypoint_invalid_syntax ... ok
test test_entrypoint_hierarchy ... ok
test test_entrypoint_macro ... ok
test test_map_simple ... FAILED
test test_skip_simple ... ok

failures:

---- test_map_simple stdout ----

thread 'test_map_simple' (105079) panicked at ctest/tests/basic.rs:57:71:
called `Result::unwrap()` on an `Err` value: MacroExpansion("tests/input/simple.rs", "macro expansion failed with signal: 11 (SIGSEGV) (core dumped): ")
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace


failures:
    test_map_simple

test result: FAILED. 4 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.79s

error: test failed, to rerun pass `-p ctest --test basic`

Exit status: 101