Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync: Update broadcast::recv to return a named future #6908

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Update public location of broadcast Recv future

d533e05
Select commit
Loading
Failed to load commit list.
Open

sync: Update broadcast::recv to return a named future #6908

Update public location of broadcast Recv future
d533e05
Select commit
Loading
Failed to load commit list.
Cirrus CI / FreeBSD 32-bit failed Oct 24, 2024 in 4m 22s

Task Summary

Instruction test failed in 04:01

Details

✅ 00:03 clone
✅ 00:14 setup
❌ 04:01 test

   Compiling pin-project-internal v1.1.7
   Compiling mockall_derive v0.11.4
   Compiling serde v1.0.213
   Compiling pin-project v1.1.7
   Compiling serde_derive v1.0.213
   Compiling mockall v0.11.4
   Compiling futures-test v0.3.31
   Compiling serde_json v1.0.132
   Compiling itoa v1.0.11
   Compiling ryu v1.0.18
   Compiling regex-syntax v0.6.29
   Compiling regex-automata v0.1.10
   Compiling httparse v1.9.5
   Compiling overload v0.1.1
   Compiling nu-ansi-term v0.46.0
   Compiling matchers v0.1.0
   Compiling sharded-slab v0.1.7
   Compiling tracing-log v0.2.0
   Compiling thread_local v1.1.8
   Compiling fnv v1.0.7
   Compiling http v0.2.12
   Compiling tracing-subscriber v0.3.18
   Compiling httpdate v1.0.3
   Compiling doc-comment v0.3.3
   Compiling tests-integration v0.1.0 (/tmp/cirrus-ci-build/tests-integration)
   Compiling hashbrown v0.15.0
   Compiling equivalent v1.0.1
   Compiling toml_datetime v0.6.8
   Compiling indexmap v2.6.0
   Compiling serde_spanned v0.6.8
   Compiling winnow v0.6.20
   Compiling target-triple v0.1.3
   Compiling glob v0.3.1
   Compiling termcolor v1.4.1
   Compiling toml_edit v0.22.22
   Compiling toml v0.8.19
   Compiling trybuild v1.0.101
   Compiling tests-build v0.1.0 (/tmp/cirrus-ci-build/tests-build)
   Compiling examples v0.0.0 (/tmp/cirrus-ci-build/examples)
   Compiling stress-test v0.1.0 (/tmp/cirrus-ci-build/stress-test)
    Finished `test` profile [unoptimized + debuginfo] target(s) in 4m 01s
     Running unittests src/lib.rs (target/i686-unknown-freebsd/debug/deps/tests_build-3a2c37b8f737dc4f)

running 0 tests

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

     Running tests/macros.rs (target/i686-unknown-freebsd/debug/deps/macros-8eece6a6434b5d1d)

running 1 test
error: test failed, to rerun pass `-p tests-build --test macros`

Caused by:
  process didn't exit successfully: `/tmp/cirrus-ci-build/target/i686-unknown-freebsd/debug/deps/macros-8eece6a6434b5d1d` (signal: 11, SIGSEGV: invalid memory reference)

Exit status: 101