[INFO] fetching crate electrologica 0.3.0... [INFO] testing electrologica-0.3.0 against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210 [INFO] extracting crate electrologica 0.3.0 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate electrologica 0.3.0 [INFO] finished tweaking crates.io crate electrologica 0.3.0 [INFO] tweaked toml for crates.io crate electrologica 0.3.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate electrologica 0.3.0 on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 167 packages to latest compatible versions [INFO] [stderr] Adding criterion v0.5.1 (available: v0.8.2) [INFO] [stderr] Adding pprof v0.13.0 (available: v0.15.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 85c421de5c8c8f07739b5906260fd4ed9cfb233f000d9e0b466f369ecdc3b894 [INFO] running `Command { std: "docker" "start" "-a" "85c421de5c8c8f07739b5906260fd4ed9cfb233f000d9e0b466f369ecdc3b894", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "85c421de5c8c8f07739b5906260fd4ed9cfb233f000d9e0b466f369ecdc3b894", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "85c421de5c8c8f07739b5906260fd4ed9cfb233f000d9e0b466f369ecdc3b894", kill_on_drop: false }` [INFO] [stdout] 85c421de5c8c8f07739b5906260fd4ed9cfb233f000d9e0b466f369ecdc3b894 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] adc39619127998599e278cda2656f46cba83ea2659f137900b77e0bd405b92e0 [INFO] running `Command { std: "docker" "start" "-a" "adc39619127998599e278cda2656f46cba83ea2659f137900b77e0bd405b92e0", kill_on_drop: false }` [INFO] [stderr] Compiling electrologica v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ring.rs:1231:17 [INFO] [stdout] | [INFO] [stdout] 1231 | pub fn iter(&self) -> AtomicRingBufferIterator { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1231 | pub fn iter(&self) -> AtomicRingBufferIterator<'_, T, N> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/semaphore.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | pub fn acquire_guard(&self) -> Option { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | pub fn acquire_guard(&self) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s [INFO] running `Command { std: "docker" "inspect" "adc39619127998599e278cda2656f46cba83ea2659f137900b77e0bd405b92e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "adc39619127998599e278cda2656f46cba83ea2659f137900b77e0bd405b92e0", kill_on_drop: false }` [INFO] [stdout] adc39619127998599e278cda2656f46cba83ea2659f137900b77e0bd405b92e0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2e2096b724267a1444921f7193830d7b551021bf4da0a2350b65c599c7ba653d [INFO] running `Command { std: "docker" "start" "-a" "2e2096b724267a1444921f7193830d7b551021bf4da0a2350b65c599c7ba653d", kill_on_drop: false }` [INFO] [stderr] Compiling zerocopy-derive v0.8.48 [INFO] [stderr] Compiling futures-sink v0.3.32 [INFO] [stderr] Compiling futures-core v0.3.32 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling tracing-core v0.1.36 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling futures-task v0.3.32 [INFO] [stderr] Compiling futures-io v0.3.32 [INFO] [stderr] Compiling approx v0.5.1 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ring.rs:1231:17 [INFO] [stdout] | [INFO] [stdout] 1231 | pub fn iter(&self) -> AtomicRingBufferIterator { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1231 | pub fn iter(&self) -> AtomicRingBufferIterator<'_, T, N> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/semaphore.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | pub fn acquire_guard(&self) -> Option { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | pub fn acquire_guard(&self) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling futures-channel v0.3.32 [INFO] [stderr] Compiling futures-util v0.3.32 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling tokio v1.50.0 [INFO] [stderr] Compiling zerocopy v0.8.48 [INFO] [stderr] Compiling futures v0.3.32 [INFO] [stderr] Compiling regex v1.12.3 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.23 [INFO] [stderr] Compiling half v2.7.1 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling electrologica v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ring.rs:1231:17 [INFO] [stdout] | [INFO] [stdout] 1231 | pub fn iter(&self) -> AtomicRingBufferIterator { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1231 | pub fn iter(&self) -> AtomicRingBufferIterator<'_, T, N> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/semaphore.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | pub fn acquire_guard(&self) -> Option { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | pub fn acquire_guard(&self) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 18.87s [INFO] running `Command { std: "docker" "inspect" "2e2096b724267a1444921f7193830d7b551021bf4da0a2350b65c599c7ba653d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2e2096b724267a1444921f7193830d7b551021bf4da0a2350b65c599c7ba653d", kill_on_drop: false }` [INFO] [stdout] 2e2096b724267a1444921f7193830d7b551021bf4da0a2350b65c599c7ba653d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 51472bdc1caf2d5cf8b17d4a01712d8d66ecdc24ee95f140039ae6a70abbc81b [INFO] running `Command { std: "docker" "start" "-a" "51472bdc1caf2d5cf8b17d4a01712d8d66ecdc24ee95f140039ae6a70abbc81b", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] [INFO] [stderr] --> src/ring.rs:1231:17 [INFO] [stdout] running 21 tests [INFO] [stderr] | [INFO] [stdout] test ring::tests::test_alternating_push_pop ... ok [INFO] [stderr] 1231 | pub fn iter(&self) -> AtomicRingBufferIterator { [INFO] [stdout] test ring::tests::test_concurrent_stress ... ignored [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] test ring::tests::test_basic_push_pop ... ok [INFO] [stderr] | | [INFO] [stdout] test ring::tests::test_full_buffer ... ok [INFO] [stderr] | the lifetime is elided here [INFO] [stdout] test ring::tests::test_len ... ok [INFO] [stderr] | [INFO] [stdout] test ring::tests::test_multiple_wraparounds ... ok [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] test ring::tests::test_peek ... ok [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] test ring::tests::test_wraparound ... ok [INFO] [stderr] help: use `'_` for type paths [INFO] [stdout] test semaphore::tests::test_acquire_and_release ... ok [INFO] [stderr] | [INFO] [stdout] test semaphore::tests::test_guard ... ok [INFO] [stderr] 1231 | pub fn iter(&self) -> AtomicRingBufferIterator<'_, T, N> { [INFO] [stdout] test semaphore::tests::test_new_semaphore ... ok [INFO] [stderr] | +++ [INFO] [stdout] test ring::tests::test_clear ... ok [INFO] [stderr] [INFO] [stdout] test semaphore::tests::test_try_acquire ... ok [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] test spin::tests::test_spin_try_max_backoff_reached ... ok [INFO] [stderr] --> src/semaphore.rs:223:26 [INFO] [stdout] test semaphore::tests::test_timeout ... ok [INFO] [stderr] | [INFO] [stdout] test spin::tests::test_spin_try_success ... ok [INFO] [stderr] 223 | pub fn acquire_guard(&self) -> Option { [INFO] [stdout] test semaphore::tests::test_max_count ... ok [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] test spin::tests::test_spin_try_timeout ... ok [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 223 | pub fn acquire_guard(&self) -> Option> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `electrologica` (lib) generated 2 warnings (run `cargo fix --lib -p electrologica` to apply 2 suggestions) [INFO] [stderr] warning: `electrologica` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.21s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/electrologica-decd2e0b17063026) [INFO] [stdout] test ring::tests::test_contiguous_read_write ... ok [INFO] [stdout] test semaphore::tests::test_concurrent_acquire_release ... ok [INFO] [stdout] test semaphore::tests::test_semaphore_with_rayon ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- semaphore::tests::test_semaphore_with_rayon stdout ---- [INFO] [stdout] [INFO] [stdout] thread '' (44) panicked at src/semaphore.rs:347:21: [INFO] [stdout] Failed to acquire semaphore guard [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5d540ba42eaa - std[e72de78501789eb0]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5d540ba42eaa - std[e72de78501789eb0]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5d540ba42eaa - std[e72de78501789eb0]::sys::backtrace::_print_fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:74:9 [INFO] [stdout] 3: 0x5d540ba42eaa - <::print::DisplayBacktrace as core[6aaeda2c7ad07a48]::fmt::Display>::fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:44:26 [INFO] [stdout] 4: 0x5d540ba5825a - ::fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/fmt/rt.rs:152:76 [INFO] [stdout] 5: 0x5d540ba5825a - core[6aaeda2c7ad07a48]::fmt::write [INFO] [stdout] 6: 0x5d540ba47832 - std[e72de78501789eb0]::io::default_write_fmt::> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5d540ba47832 - as std[e72de78501789eb0]::io::Write>::write_fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/io/mod.rs:1994:13 [INFO] [stdout] 8: 0x5d540ba21adf - ::print [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:47:9 [INFO] [stdout] 9: 0x5d540ba21adf - std[e72de78501789eb0]::panicking::default_hook::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:292:27 [INFO] [stdout] 10: 0x5d540ba3afe9 - std[e72de78501789eb0]::panicking::default_hook [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:316:9 [INFO] [stdout] 11: 0x5d540b81fb0c - core[6aaeda2c7ad07a48]::ops::function::Fn<(&'a std[e72de78501789eb0]::panic::PanicHookInfo<'b>,), Output = ()> + core[6aaeda2c7ad07a48]::marker::Sync + core[6aaeda2c7ad07a48]::marker::Send> as core[6aaeda2c7ad07a48]::ops::function::Fn<(&std[e72de78501789eb0]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 12: 0x5d540b81fb0c - test[4f12b380f1fb68c5]::test_main_with_exit_callback::::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5d540ba3b262 - core[6aaeda2c7ad07a48]::ops::function::Fn<(&'a std[e72de78501789eb0]::panic::PanicHookInfo<'b>,), Output = ()> + core[6aaeda2c7ad07a48]::marker::Sync + core[6aaeda2c7ad07a48]::marker::Send> as core[6aaeda2c7ad07a48]::ops::function::Fn<(&std[e72de78501789eb0]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 14: 0x5d540ba3b262 - std[e72de78501789eb0]::panicking::panic_with_hook [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:833:13 [INFO] [stdout] 15: 0x5d540ba21bca - std[e72de78501789eb0]::panicking::panic_handler::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:691:13 [INFO] [stdout] 16: 0x5d540ba19509 - std[e72de78501789eb0]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:182:18 [INFO] [stdout] 17: 0x5d540ba228ad - __rustc[78a4cf188af856fc]::rust_begin_unwind [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:689:5 [INFO] [stdout] 18: 0x5d540ba58a9c - core[6aaeda2c7ad07a48]::panicking::panic_fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x5d540b7ee704 - electrologica[5c77b644bd3b16fe]::semaphore::tests::test_semaphore_with_rayon::{closure#1} [INFO] [stdout] at /opt/rustwide/workdir/src/semaphore.rs:347:21 [INFO] [stdout] 20: 0x5d540b7f3efb - <&electrologica[5c77b644bd3b16fe]::semaphore::tests::test_semaphore_with_rayon::{closure#1} as core[6aaeda2c7ad07a48]::ops::function::FnMut<(usize,)>>::call_mut [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/ops/function.rs:274:22 [INFO] [stdout] 21: 0x5d540b7eddb2 - core[6aaeda2c7ad07a48]::iter::traits::iterator::Iterator::for_each::call::::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/iter/traits/iterator.rs:858:29 [INFO] [stdout] 22: 0x5d540b80e261 - as core[6aaeda2c7ad07a48]::iter::traits::iterator::Iterator>::fold::<(), core[6aaeda2c7ad07a48]::iter::traits::iterator::Iterator::for_each::call::{closure#0}> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/iter/traits/iterator.rs:2663:21 [INFO] [stdout] 23: 0x5d540b80e297 - as core[6aaeda2c7ad07a48]::iter::traits::iterator::Iterator>::for_each::<&electrologica[5c77b644bd3b16fe]::semaphore::tests::test_semaphore_with_rayon::{closure#1}> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/iter/traits/iterator.rs:861:14 [INFO] [stdout] 24: 0x5d540b7fae08 - as rayon[2762ac6ff452a025]::iter::plumbing::Folder>::consume_iter::> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.11.0/src/iter/for_each.rs:55:26 [INFO] [stdout] 25: 0x5d540b7ff109 - as rayon[2762ac6ff452a025]::iter::plumbing::Producer>::fold_with::> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.11.0/src/iter/plumbing/mod.rs:107:16 [INFO] [stdout] 26: 0x5d540b8059a5 - rayon[2762ac6ff452a025]::iter::plumbing::bridge_producer_consumer::helper::, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.11.0/src/iter/plumbing/mod.rs:432:22 [INFO] [stdout] 27: 0x5d540b806c0a - rayon[2762ac6ff452a025]::iter::plumbing::bridge_producer_consumer::helper::, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.11.0/src/iter/plumbing/mod.rs:412:21 [INFO] [stdout] 28: 0x5d540b812379 - rayon_core[b3b02c4e6f07eeb6]::join::join_context::call_a::<(), rayon[2762ac6ff452a025]::iter::plumbing::bridge_producer_consumer::helper, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0}>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17 [INFO] [stdout] 29: 0x5d540b7fddd0 - , rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0}>::{closure#0}> as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 30: 0x5d540b810e46 - std[e72de78501789eb0]::panicking::catch_unwind::do_call::, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0}>::{closure#0}>, ()> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:581:40 [INFO] [stdout] 31: 0x5d540b7f994b - __rust_try [INFO] [stdout] 32: 0x5d540b7f479c - std[e72de78501789eb0]::panicking::catch_unwind::<(), core[6aaeda2c7ad07a48]::panic::unwind_safe::AssertUnwindSafe, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0}>::{closure#0}>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:544:19 [INFO] [stdout] 33: 0x5d540b7f479c - std[e72de78501789eb0]::panic::catch_unwind::, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0}>::{closure#0}>, ()> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panic.rs:359:14 [INFO] [stdout] 34: 0x5d540b7fefe5 - rayon_core[b3b02c4e6f07eeb6]::unwind::halt_unwinding::, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0}>::{closure#0}, ()> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5 [INFO] [stdout] 35: 0x5d540b811e90 - rayon_core[b3b02c4e6f07eeb6]::join::join_context::, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0}, rayon[2762ac6ff452a025]::iter::plumbing::bridge_producer_consumer::helper, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#1}, (), ()>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24 [INFO] [stdout] 36: 0x5d540b7ecff2 - rayon_core[b3b02c4e6f07eeb6]::registry::in_worker::, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0}, rayon[2762ac6ff452a025]::iter::plumbing::bridge_producer_consumer::helper, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#1}, (), ()>::{closure#0}, ((), ())> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13 [INFO] [stdout] 37: 0x5d540b810bea - rayon_core[b3b02c4e6f07eeb6]::join::join_context::, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0}, rayon[2762ac6ff452a025]::iter::plumbing::bridge_producer_consumer::helper, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#1}, (), ()> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5 [INFO] [stdout] 38: 0x5d540b805bb0 - rayon[2762ac6ff452a025]::iter::plumbing::bridge_producer_consumer::helper::, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.11.0/src/iter/plumbing/mod.rs:410:47 [INFO] [stdout] 39: 0x5d540b806c0a - rayon[2762ac6ff452a025]::iter::plumbing::bridge_producer_consumer::helper::, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.11.0/src/iter/plumbing/mod.rs:412:21 [INFO] [stdout] 40: 0x5d540b812379 - rayon_core[b3b02c4e6f07eeb6]::join::join_context::call_a::<(), rayon[2762ac6ff452a025]::iter::plumbing::bridge_producer_consumer::helper, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0}>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17 [INFO] [stdout] 41: 0x5d540b7fddd0 - , rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0}>::{closure#0}> as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 42: 0x5d540b810e46 - std[e72de78501789eb0]::panicking::catch_unwind::do_call::, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0}>::{closure#0}>, ()> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:581:40 [INFO] [stdout] 43: 0x5d540b7f994b - __rust_try [INFO] [stdout] 44: 0x5d540b7f479c - std[e72de78501789eb0]::panicking::catch_unwind::<(), core[6aaeda2c7ad07a48]::panic::unwind_safe::AssertUnwindSafe, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0}>::{closure#0}>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:544:19 [INFO] [stdout] 45: 0x5d540b7f479c - std[e72de78501789eb0]::panic::catch_unwind::, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0}>::{closure#0}>, ()> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panic.rs:359:14 [INFO] [stdout] 46: 0x5d540b7fefe5 - rayon_core[b3b02c4e6f07eeb6]::unwind::halt_unwinding::, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0}>::{closure#0}, ()> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5 [INFO] [stdout] 47: 0x5d540b811e90 - rayon_core[b3b02c4e6f07eeb6]::join::join_context::, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0}, rayon[2762ac6ff452a025]::iter::plumbing::bridge_producer_consumer::helper, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#1}, (), ()>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24 [INFO] [stdout] 48: 0x5d540b7ecff2 - rayon_core[b3b02c4e6f07eeb6]::registry::in_worker::, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0}, rayon[2762ac6ff452a025]::iter::plumbing::bridge_producer_consumer::helper, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#1}, (), ()>::{closure#0}, ((), ())> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13 [INFO] [stdout] 49: 0x5d540b810bea - rayon_core[b3b02c4e6f07eeb6]::join::join_context::, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0}, rayon[2762ac6ff452a025]::iter::plumbing::bridge_producer_consumer::helper, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#1}, (), ()> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5 [INFO] [stdout] 50: 0x5d540b805bb0 - rayon[2762ac6ff452a025]::iter::plumbing::bridge_producer_consumer::helper::, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.11.0/src/iter/plumbing/mod.rs:410:47 [INFO] [stdout] 51: 0x5d540b806cf0 - rayon[2762ac6ff452a025]::iter::plumbing::bridge_producer_consumer::helper::, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#1} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.11.0/src/iter/plumbing/mod.rs:421:21 [INFO] [stdout] 52: 0x5d540b812417 - rayon_core[b3b02c4e6f07eeb6]::join::join_context::call_b::<(), rayon[2762ac6ff452a025]::iter::plumbing::bridge_producer_consumer::helper, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#1}>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25 [INFO] [stdout] 53: 0x5d540b800482 - , rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#1}>::{closure#0}, ()>>::run_inline [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:102:9 [INFO] [stdout] 54: 0x5d540b81217d - rayon_core[b3b02c4e6f07eeb6]::join::join_context::, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0}, rayon[2762ac6ff452a025]::iter::plumbing::bridge_producer_consumer::helper, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#1}, (), ()>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:165:38 [INFO] [stdout] 55: 0x5d540b7ecff2 - rayon_core[b3b02c4e6f07eeb6]::registry::in_worker::, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0}, rayon[2762ac6ff452a025]::iter::plumbing::bridge_producer_consumer::helper, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#1}, (), ()>::{closure#0}, ((), ())> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13 [INFO] [stdout] 56: 0x5d540b810bea - rayon_core[b3b02c4e6f07eeb6]::join::join_context::, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0}, rayon[2762ac6ff452a025]::iter::plumbing::bridge_producer_consumer::helper, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#1}, (), ()> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5 [INFO] [stdout] 57: 0x5d540b805bb0 - rayon[2762ac6ff452a025]::iter::plumbing::bridge_producer_consumer::helper::, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.11.0/src/iter/plumbing/mod.rs:410:47 [INFO] [stdout] 58: 0x5d540b806c0a - rayon[2762ac6ff452a025]::iter::plumbing::bridge_producer_consumer::helper::, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.11.0/src/iter/plumbing/mod.rs:412:21 [INFO] [stdout] 59: 0x5d540b812379 - rayon_core[b3b02c4e6f07eeb6]::join::join_context::call_a::<(), rayon[2762ac6ff452a025]::iter::plumbing::bridge_producer_consumer::helper, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0}>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17 [INFO] [stdout] 60: 0x5d540b7fddd0 - , rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0}>::{closure#0}> as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 61: 0x5d540b810e46 - std[e72de78501789eb0]::panicking::catch_unwind::do_call::, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0}>::{closure#0}>, ()> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:581:40 [INFO] [stdout] 62: 0x5d540b7f994b - __rust_try [INFO] [stdout] 63: 0x5d540b7f479c - std[e72de78501789eb0]::panicking::catch_unwind::<(), core[6aaeda2c7ad07a48]::panic::unwind_safe::AssertUnwindSafe, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0}>::{closure#0}>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:544:19 [INFO] [stdout] 64: 0x5d540b7f479c - std[e72de78501789eb0]::panic::catch_unwind::, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0}>::{closure#0}>, ()> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panic.rs:359:14 [INFO] [stdout] 65: 0x5d540b7fefe5 - rayon_core[b3b02c4e6f07eeb6]::unwind::halt_unwinding::, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0}>::{closure#0}, ()> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5 [INFO] [stdout] 66: 0x5d540b811e90 - rayon_core[b3b02c4e6f07eeb6]::join::join_context::, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0}, rayon[2762ac6ff452a025]::iter::plumbing::bridge_producer_consumer::helper, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#1}, (), ()>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24 [INFO] [stdout] 67: 0x5d540b7ecff2 - rayon_core[b3b02c4e6f07eeb6]::registry::in_worker::, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0}, rayon[2762ac6ff452a025]::iter::plumbing::bridge_producer_consumer::helper, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#1}, (), ()>::{closure#0}, ((), ())> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13 [INFO] [stdout] 68: 0x5d540b810bea - rayon_core[b3b02c4e6f07eeb6]::join::join_context::, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0}, rayon[2762ac6ff452a025]::iter::plumbing::bridge_producer_consumer::helper, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#1}, (), ()> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5 [INFO] [stdout] 69: 0x5d540b805bb0 - rayon[2762ac6ff452a025]::iter::plumbing::bridge_producer_consumer::helper::, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.11.0/src/iter/plumbing/mod.rs:410:47 [INFO] [stdout] 70: 0x5d540b806c0a - rayon[2762ac6ff452a025]::iter::plumbing::bridge_producer_consumer::helper::, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.11.0/src/iter/plumbing/mod.rs:412:21 [INFO] [stdout] 71: 0x5d540b812379 - rayon_core[b3b02c4e6f07eeb6]::join::join_context::call_a::<(), rayon[2762ac6ff452a025]::iter::plumbing::bridge_producer_consumer::helper, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0}>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17 [INFO] [stdout] 72: 0x5d540b7fddd0 - , rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0}>::{closure#0}> as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 73: 0x5d540b810e46 - std[e72de78501789eb0]::panicking::catch_unwind::do_call::, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0}>::{closure#0}>, ()> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:581:40 [INFO] [stdout] 74: 0x5d540b7f994b - __rust_try [INFO] [stdout] 75: 0x5d540b7f479c - std[e72de78501789eb0]::panicking::catch_unwind::<(), core[6aaeda2c7ad07a48]::panic::unwind_safe::AssertUnwindSafe, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0}>::{closure#0}>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:544:19 [INFO] [stdout] 76: 0x5d540b7f479c - std[e72de78501789eb0]::panic::catch_unwind::, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0}>::{closure#0}>, ()> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panic.rs:359:14 [INFO] [stdout] 77: 0x5d540b7fefe5 - rayon_core[b3b02c4e6f07eeb6]::unwind::halt_unwinding::, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0}>::{closure#0}, ()> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5 [INFO] [stdout] 78: 0x5d540b811e90 - rayon_core[b3b02c4e6f07eeb6]::join::join_context::, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0}, rayon[2762ac6ff452a025]::iter::plumbing::bridge_producer_consumer::helper, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#1}, (), ()>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24 [INFO] [stdout] 79: 0x5d540b7ecff2 - rayon_core[b3b02c4e6f07eeb6]::registry::in_worker::, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0}, rayon[2762ac6ff452a025]::iter::plumbing::bridge_producer_consumer::helper, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#1}, (), ()>::{closure#0}, ((), ())> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13 [INFO] [stdout] 80: 0x5d540b810bea - rayon_core[b3b02c4e6f07eeb6]::join::join_context::, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0}, rayon[2762ac6ff452a025]::iter::plumbing::bridge_producer_consumer::helper, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#1}, (), ()> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5 [INFO] [stdout] 81: 0x5d540b805bb0 - rayon[2762ac6ff452a025]::iter::plumbing::bridge_producer_consumer::helper::, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.11.0/src/iter/plumbing/mod.rs:410:47 [INFO] [stdout] 82: 0x5d540b806c0a - rayon[2762ac6ff452a025]::iter::plumbing::bridge_producer_consumer::helper::, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.11.0/src/iter/plumbing/mod.rs:412:21 [INFO] [stdout] 83: 0x5d540b812379 - rayon_core[b3b02c4e6f07eeb6]::join::join_context::call_a::<(), rayon[2762ac6ff452a025]::iter::plumbing::bridge_producer_consumer::helper, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0}>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17 [INFO] [stdout] 84: 0x5d540b7fddd0 - , rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0}>::{closure#0}> as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 85: 0x5d540b810e46 - std[e72de78501789eb0]::panicking::catch_unwind::do_call::, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0}>::{closure#0}>, ()> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:581:40 [INFO] [stdout] 86: 0x5d540b7f994b - __rust_try [INFO] [stdout] 87: 0x5d540b7f479c - std[e72de78501789eb0]::panicking::catch_unwind::<(), core[6aaeda2c7ad07a48]::panic::unwind_safe::AssertUnwindSafe, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0}>::{closure#0}>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:544:19 [INFO] [stdout] 88: 0x5d540b7f479c - std[e72de78501789eb0]::panic::catch_unwind::, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0}>::{closure#0}>, ()> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panic.rs:359:14 [INFO] [stdout] 89: 0x5d540b7fefe5 - rayon_core[b3b02c4e6f07eeb6]::unwind::halt_unwinding::, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0}>::{closure#0}, ()> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5 [INFO] [stdout] 90: 0x5d540b811e90 - rayon_core[b3b02c4e6f07eeb6]::join::join_context::, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0}, rayon[2762ac6ff452a025]::iter::plumbing::bridge_producer_consumer::helper, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#1}, (), ()>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24 [INFO] [stdout] 91: 0x5d540b7ecff2 - rayon_core[b3b02c4e6f07eeb6]::registry::in_worker::, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0}, rayon[2762ac6ff452a025]::iter::plumbing::bridge_producer_consumer::helper, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#1}, (), ()>::{closure#0}, ((), ())> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13 [INFO] [stdout] 92: 0x5d540b810bea - rayon_core[b3b02c4e6f07eeb6]::join::join_context::, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#0}, rayon[2762ac6ff452a025]::iter::plumbing::bridge_producer_consumer::helper, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#1}, (), ()> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5 [INFO] [stdout] 93: 0x5d540b805bb0 - rayon[2762ac6ff452a025]::iter::plumbing::bridge_producer_consumer::helper::, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.11.0/src/iter/plumbing/mod.rs:410:47 [INFO] [stdout] 94: 0x5d540b806cf0 - rayon[2762ac6ff452a025]::iter::plumbing::bridge_producer_consumer::helper::, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#1} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.11.0/src/iter/plumbing/mod.rs:421:21 [INFO] [stdout] 95: 0x5d540b812417 - rayon_core[b3b02c4e6f07eeb6]::join::join_context::call_b::<(), rayon[2762ac6ff452a025]::iter::plumbing::bridge_producer_consumer::helper, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#1}>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25 [INFO] [stdout] 96: 0x5d540b7ff3d5 - >::call::, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#1}>::{closure#0}>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41 [INFO] [stdout] 97: 0x5d540b7fdda0 - >::call, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#1}>::{closure#0}>::{closure#0}> as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 98: 0x5d540b810e16 - std[e72de78501789eb0]::panicking::catch_unwind::do_call::>::call, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#1}>::{closure#0}>::{closure#0}>, ()> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:581:40 [INFO] [stdout] 99: 0x5d540b7f994b - __rust_try [INFO] [stdout] 100: 0x5d540b7f46cc - std[e72de78501789eb0]::panicking::catch_unwind::<(), core[6aaeda2c7ad07a48]::panic::unwind_safe::AssertUnwindSafe<>::call, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#1}>::{closure#0}>::{closure#0}>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:544:19 [INFO] [stdout] 101: 0x5d540b7f46cc - std[e72de78501789eb0]::panic::catch_unwind::>::call, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#1}>::{closure#0}>::{closure#0}>, ()> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panic.rs:359:14 [INFO] [stdout] 102: 0x5d540b7fefb5 - rayon_core[b3b02c4e6f07eeb6]::unwind::halt_unwinding::<>::call, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#1}>::{closure#0}>::{closure#0}, ()> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5 [INFO] [stdout] 103: 0x5d540b7fee86 - >::call::, rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#1}>::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15 [INFO] [stdout] 104: 0x5d540b801647 - , rayon[2762ac6ff452a025]::iter::for_each::ForEachConsumer>::{closure#1}>::{closure#0}, ()> as rayon_core[b3b02c4e6f07eeb6]::job::Job>::execute [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32 [INFO] [stdout] 105: 0x5d540b9e9c9b - ::execute [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9 [INFO] [stdout] 106: 0x5d540b9e72b0 - ::execute [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13 [INFO] [stdout] 107: 0x5d540b9e6ed0 - ::wait_until_cold [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26 [INFO] [stdout] 108: 0x5d540b9e58ab - ::wait_until:: [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18 [INFO] [stdout] 109: 0x5d540b9e7079 - ::wait_until_out_of_work [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:824:14 [INFO] [stdout] 110: 0x5d540b9e80f9 - rayon_core[b3b02c4e6f07eeb6]::registry::main_loop [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:929:19 [INFO] [stdout] 111: 0x5d540b9e66fc - ::run [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:50:18 [INFO] [stdout] 112: 0x5d540b9e661d - ::spawn::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:95:27 [INFO] [stdout] 113: 0x5d540b9f52f6 - std[e72de78501789eb0]::sys::backtrace::__rust_begin_short_backtrace::<::spawn::{closure#0}, ()> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 114: 0x5d540b9f651b - std[e72de78501789eb0]::thread::lifecycle::spawn_unchecked::<::spawn::{closure#0}, ()>::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 115: 0x5d540b9f9c34 - ::spawn::{closure#0}, ()>::{closure#1}::{closure#0}> as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 116: 0x5d540b9eeb14 - std[e72de78501789eb0]::panicking::catch_unwind::do_call::::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:581:40 [INFO] [stdout] 117: 0x5d540b9f79fb - __rust_try [INFO] [stdout] 118: 0x5d540b9f6176 - std[e72de78501789eb0]::panicking::catch_unwind::<(), core[6aaeda2c7ad07a48]::panic::unwind_safe::AssertUnwindSafe::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:544:19 [INFO] [stdout] 119: 0x5d540b9f6176 - std[e72de78501789eb0]::panic::catch_unwind::::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panic.rs:359:14 [INFO] [stdout] 120: 0x5d540b9f6176 - std[e72de78501789eb0]::thread::lifecycle::spawn_unchecked::<::spawn::{closure#0}, ()>::{closure#1} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 121: 0x5d540b9f664f - ::spawn::{closure#0}, ()>::{closure#1} as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 122: 0x5d540ba4277f - + core[6aaeda2c7ad07a48]::marker::Send> as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/alloc/src/boxed.rs:2240:9 [INFO] [stdout] 123: 0x5d540ba4277f - ::new::thread_start [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 124: 0x7db9906fdaa4 - [INFO] [stdout] 125: 0x7db99078aa64 - clone [INFO] [stdout] 126: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] semaphore::tests::test_semaphore_with_rayon [INFO] [stdout] [INFO] [stdout] test result: FAILED. 19 passed; 1 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.30s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--lib` [INFO] running `Command { std: "docker" "inspect" "51472bdc1caf2d5cf8b17d4a01712d8d66ecdc24ee95f140039ae6a70abbc81b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "51472bdc1caf2d5cf8b17d4a01712d8d66ecdc24ee95f140039ae6a70abbc81b", kill_on_drop: false }` [INFO] [stdout] 51472bdc1caf2d5cf8b17d4a01712d8d66ecdc24ee95f140039ae6a70abbc81b