Skip to content

musl: Switch to the new structure for socket.h#4539

Merged
tgross35 merged 1 commit into
rust-lang:mainfrom
tgross35:libc-reorg-musl-socket
Oct 30, 2025
Merged

musl: Switch to the new structure for socket.h#4539
tgross35 merged 1 commit into
rust-lang:mainfrom
tgross35:libc-reorg-musl-socket

musl: Switch to the new structure for `socket.h`

4cff0a6
Select commit
Loading
Failed to load commit list.
Cirrus CI / nightly freebsd-13 x86_64 failed Oct 30, 2025 in 2m 8s

Task Summary

Instruction test failed in 01:42

Details

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

✅ 00:09 clone
✅ 00:14 setup
❌ 01:42 test

   Compiling libc-test v0.1.0 (/tmp/cirrus-ci-build/libc-test)
   Compiling ctest-test v0.1.0 (/tmp/cirrus-ci-build/ctest-test)
    Finished `test` profile [unoptimized + debuginfo] target(s) in 19.51s
     Running unittests src/lib.rs (target/x86_64-unknown-freebsd/debug/deps/ctest-e8c9a1c6d82bdd1d)

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_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.00s

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

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

failures:

---- test_entrypoint_hierarchy stdout ----

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

---- test_map_simple stdout ----

thread 'test_map_simple' (104268) 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): ")


failures:
    test_entrypoint_hierarchy
    test_map_simple

test result: FAILED. 3 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.61s

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

Exit status: 101