Skip to content

ci: Update from Ubuntu 25.04 to 25.10

e274e61
Select commit
Loading
Failed to load commit list.
Draft

ci: Update from Ubuntu 25.04 to 25.10 #4789

ci: Update from Ubuntu 25.04 to 25.10
e274e61
Select commit
Loading
Failed to load commit list.
Cirrus CI / nightly freebsd-13 i686 failed Oct 27, 2025 in 2m 38s

Task Summary

Instruction test failed in 02:11

Details

ℹ️ Scheduling was delayed due to a concurrency limit on community tasks

✅ 00:08 clone
✅ 00:16 setup
❌ 02:11 test

+ export 'RUST_BACKTRACE=0'
+ uname -a
FreeBSD cirrus-task-4539658199105536 13.4-RELEASE FreeBSD 13.4-RELEASE releng/13.4-n258257-58066db597be GENERIC amd64
+ cmd='cargo test --target i686-unknown-freebsd '
+ test_flags='--skip check_style'
+ cmd='cargo test --target i686-unknown-freebsd  --workspace'
+ cargo test --target i686-unknown-freebsd --workspace --no-default-features -- --skip check_style
   Compiling libc-test v0.1.0 (/tmp/cirrus-ci-build/libc-test)
    Finished `test` profile [unoptimized + debuginfo] target(s) in 6.08s
     Running unittests src/lib.rs (target/i686-unknown-freebsd/debug/deps/ctest-84f22079af5e1e66)

running 15 tests
test cdecl::tests::basic ... ok
test cdecl::tests::test_array ... ok
test cdecl::tests::test_func ... ok
test cdecl::tests::test_compose ... 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_reference ... ok
test tests::test_translation_type_ptr ... ok

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

     Running tests/basic.rs (target/i686-unknown-freebsd/debug/deps/basic-908d667ef2f725ad)

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

failures:

---- test_map_simple stdout ----

thread 'test_map_simple' (104515) panicked at ctest/tests/basic.rs:60: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.19s

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

Exit status: 101