[INFO] fetching crate hooks 3.0.0-alpha.15...
[INFO] testing hooks-3.0.0-alpha.15 against 1.90.0 for beta-1.91-2
[INFO] extracting crate hooks 3.0.0-alpha.15 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate hooks 3.0.0-alpha.15
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate hooks 3.0.0-alpha.15
[INFO] tweaked toml for crates.io crate hooks 3.0.0-alpha.15 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate hooks 3.0.0-alpha.15 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 36 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded hooks-core v3.0.0-alpha.6
[INFO] [stderr]   Downloaded hooks-gen v0.2.0
[INFO] [stderr]   Downloaded syn-lite v0.3.0
[INFO] [stderr]   Downloaded hooks-macro v0.2.0
[INFO] [stderr]   Downloaded hooks-macro-core v0.4.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fab0d31c62624eed954a23cdfd2d91912fd4de73b6da0484f2e23a06cfc6401a
[INFO] running `Command { std: "docker" "start" "-a" "fab0d31c62624eed954a23cdfd2d91912fd4de73b6da0484f2e23a06cfc6401a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fab0d31c62624eed954a23cdfd2d91912fd4de73b6da0484f2e23a06cfc6401a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fab0d31c62624eed954a23cdfd2d91912fd4de73b6da0484f2e23a06cfc6401a", kill_on_drop: false }`
[INFO] [stdout] fab0d31c62624eed954a23cdfd2d91912fd4de73b6da0484f2e23a06cfc6401a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 66c97daf34988752928ab15d857c0921e9c725f9db2922e8d3a77ac449e2ba6e
[INFO] running `Command { std: "docker" "start" "-a" "66c97daf34988752928ab15d857c0921e9c725f9db2922e8d3a77ac449e2ba6e", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn-lite v0.3.0
[INFO] [stderr]    Compiling slab v0.4.11
[INFO] [stderr]    Compiling hooks-core v3.0.0-alpha.6
[INFO] [stderr]    Compiling hooks-gen v0.2.0
[INFO] [stderr]    Compiling hooks v3.0.0-alpha.15 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `DebugPointerType` is never constructed
[INFO] [stdout]  --> src/utils/debug_pointer.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub struct DebugPointerType<'a, P>(pub &'a P);
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DebugHigherKindFnPointerRefMut` is never constructed
[INFO] [stdout]  --> src/utils/debug_pointer.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub struct DebugHigherKindFnPointerRefMut<'a, T: ?Sized>(pub &'a fn(&mut T));
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DebugHigherKindFnPointerRefOutput` is never constructed
[INFO] [stdout]   --> src/utils/debug_pointer.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct DebugHigherKindFnPointerRefOutput<'a, T: ?Sized, R>(pub &'a fn(&T) -> R);
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lazy_pinned_hook.rs:35:28
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub fn h(mut self: Pin<&mut Self>, into_hook: impl UpdateHook<Hook = H>) -> crate::Value<H> {
[INFO] [stdout]    |                            ^^^^^^^^^ the lifetime is elided here                --------------- the same lifetime is hidden 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] 35 |     pub fn h(mut self: Pin<&mut Self>, into_hook: impl UpdateHook<Hook = H>) -> crate::Value<'_, H> {
[INFO] [stdout]    |                                                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/uninitialized_hook.rs:28:19
[INFO] [stdout]    |
[INFO] [stdout] 28 |         self: Pin<&mut Self>,
[INFO] [stdout]    |                   ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 29 |         into_hook: H,
[INFO] [stdout] 30 |     ) -> crate::Value<H::Hook> {
[INFO] [stdout]    |          --------------------- the same lifetime is hidden 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] 30 |     ) -> crate::Value<'_, H::Hook> {
[INFO] [stdout]    |                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/utils/uninitialized_hook.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 12 |         into_hook: impl UpdateHook<Hook = H>,
[INFO] [stdout] 13 |     ) -> crate::Value<H> {
[INFO] [stdout]    |          --------------- the same lifetime is hidden 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] 13 |     ) -> crate::Value<'_, H> {
[INFO] [stdout]    |                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/utils/uninitialized_hook.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 28 |     ) -> crate::Value<H> {
[INFO] [stdout]    |          --------------- the same lifetime is hidden 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] 28 |     ) -> crate::Value<'_, H> {
[INFO] [stdout]    |                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/utils/uninitialized_hook.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 42 |         signal: &impl crate::Signal<SignalHook = H>,
[INFO] [stdout] 43 |     ) -> crate::Value<H> {
[INFO] [stdout]    |          --------------- the same lifetime is hidden 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] 43 |     ) -> crate::Value<'_, H> {
[INFO] [stdout]    |                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
[INFO] running `Command { std: "docker" "inspect" "66c97daf34988752928ab15d857c0921e9c725f9db2922e8d3a77ac449e2ba6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "66c97daf34988752928ab15d857c0921e9c725f9db2922e8d3a77ac449e2ba6e", kill_on_drop: false }`
[INFO] [stdout] 66c97daf34988752928ab15d857c0921e9c725f9db2922e8d3a77ac449e2ba6e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7b90b42dd2f5ff94f58d35fc8254e455555eccc38ef57af6b40ee2aee985e8cc
[INFO] running `Command { std: "docker" "start" "-a" "7b90b42dd2f5ff94f58d35fc8254e455555eccc38ef57af6b40ee2aee985e8cc", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling hooks-gen v0.2.0
[INFO] [stderr]    Compiling hooks v3.0.0-alpha.15 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling futures-lite v2.6.1
[INFO] [stdout] warning: struct `DebugPointerType` is never constructed
[INFO] [stdout]  --> src/utils/debug_pointer.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub struct DebugPointerType<'a, P>(pub &'a P);
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DebugHigherKindFnPointerRefMut` is never constructed
[INFO] [stdout]  --> src/utils/debug_pointer.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub struct DebugHigherKindFnPointerRefMut<'a, T: ?Sized>(pub &'a fn(&mut T));
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DebugHigherKindFnPointerRefOutput` is never constructed
[INFO] [stdout]   --> src/utils/debug_pointer.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct DebugHigherKindFnPointerRefOutput<'a, T: ?Sized, R>(pub &'a fn(&T) -> R);
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lazy_pinned_hook.rs:35:28
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub fn h(mut self: Pin<&mut Self>, into_hook: impl UpdateHook<Hook = H>) -> crate::Value<H> {
[INFO] [stdout]    |                            ^^^^^^^^^ the lifetime is elided here                --------------- the same lifetime is hidden 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] 35 |     pub fn h(mut self: Pin<&mut Self>, into_hook: impl UpdateHook<Hook = H>) -> crate::Value<'_, H> {
[INFO] [stdout]    |                                                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/uninitialized_hook.rs:28:19
[INFO] [stdout]    |
[INFO] [stdout] 28 |         self: Pin<&mut Self>,
[INFO] [stdout]    |                   ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 29 |         into_hook: H,
[INFO] [stdout] 30 |     ) -> crate::Value<H::Hook> {
[INFO] [stdout]    |          --------------------- the same lifetime is hidden 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] 30 |     ) -> crate::Value<'_, H::Hook> {
[INFO] [stdout]    |                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/utils/uninitialized_hook.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 12 |         into_hook: impl UpdateHook<Hook = H>,
[INFO] [stdout] 13 |     ) -> crate::Value<H> {
[INFO] [stdout]    |          --------------- the same lifetime is hidden 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] 13 |     ) -> crate::Value<'_, H> {
[INFO] [stdout]    |                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/utils/uninitialized_hook.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 28 |     ) -> crate::Value<H> {
[INFO] [stdout]    |          --------------- the same lifetime is hidden 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] 28 |     ) -> crate::Value<'_, H> {
[INFO] [stdout]    |                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/utils/uninitialized_hook.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 42 |         signal: &impl crate::Signal<SignalHook = H>,
[INFO] [stdout] 43 |     ) -> crate::Value<H> {
[INFO] [stdout]    |          --------------- the same lifetime is hidden 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] 43 |     ) -> crate::Value<'_, H> {
[INFO] [stdout]    |                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling polling v3.11.0
[INFO] [stdout] warning: struct `DebugPointerType` is never constructed
[INFO] [stdout]  --> src/utils/debug_pointer.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub struct DebugPointerType<'a, P>(pub &'a P);
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DebugHigherKindFnPointerRefMut` is never constructed
[INFO] [stdout]  --> src/utils/debug_pointer.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub struct DebugHigherKindFnPointerRefMut<'a, T: ?Sized>(pub &'a fn(&mut T));
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DebugHigherKindFnPointerRefOutput` is never constructed
[INFO] [stdout]   --> src/utils/debug_pointer.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct DebugHigherKindFnPointerRefOutput<'a, T: ?Sized, R>(pub &'a fn(&T) -> R);
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lazy_pinned_hook.rs:35:28
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub fn h(mut self: Pin<&mut Self>, into_hook: impl UpdateHook<Hook = H>) -> crate::Value<H> {
[INFO] [stdout]    |                            ^^^^^^^^^ the lifetime is elided here                --------------- the same lifetime is hidden 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] 35 |     pub fn h(mut self: Pin<&mut Self>, into_hook: impl UpdateHook<Hook = H>) -> crate::Value<'_, H> {
[INFO] [stdout]    |                                                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/uninitialized_hook.rs:28:19
[INFO] [stdout]    |
[INFO] [stdout] 28 |         self: Pin<&mut Self>,
[INFO] [stdout]    |                   ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 29 |         into_hook: H,
[INFO] [stdout] 30 |     ) -> crate::Value<H::Hook> {
[INFO] [stdout]    |          --------------------- the same lifetime is hidden 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] 30 |     ) -> crate::Value<'_, H::Hook> {
[INFO] [stdout]    |                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/utils/uninitialized_hook.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 12 |         into_hook: impl UpdateHook<Hook = H>,
[INFO] [stdout] 13 |     ) -> crate::Value<H> {
[INFO] [stdout]    |          --------------- the same lifetime is hidden 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] 13 |     ) -> crate::Value<'_, H> {
[INFO] [stdout]    |                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/utils/uninitialized_hook.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 28 |     ) -> crate::Value<H> {
[INFO] [stdout]    |          --------------- the same lifetime is hidden 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] 28 |     ) -> crate::Value<'_, H> {
[INFO] [stdout]    |                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/utils/uninitialized_hook.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 42 |         signal: &impl crate::Signal<SignalHook = H>,
[INFO] [stdout] 43 |     ) -> crate::Value<H> {
[INFO] [stdout]    |          --------------- the same lifetime is hidden 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] 43 |     ) -> crate::Value<'_, H> {
[INFO] [stdout]    |                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 14.50s
[INFO] running `Command { std: "docker" "inspect" "7b90b42dd2f5ff94f58d35fc8254e455555eccc38ef57af6b40ee2aee985e8cc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7b90b42dd2f5ff94f58d35fc8254e455555eccc38ef57af6b40ee2aee985e8cc", kill_on_drop: false }`
[INFO] [stdout] 7b90b42dd2f5ff94f58d35fc8254e455555eccc38ef57af6b40ee2aee985e8cc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 4359449c68897e6c28b21d444c5a54c719b1f20d9b547fc6b0794cb0492bc087
[INFO] running `Command { std: "docker" "start" "-a" "4359449c68897e6c28b21d444c5a54c719b1f20d9b547fc6b0794cb0492bc087", kill_on_drop: false }`
[INFO] [stderr] warning: struct `DebugPointerType` is never constructed
[INFO] [stderr]  --> src/utils/debug_pointer.rs:1:12
[INFO] [stderr]   |
[INFO] [stderr] 1 | pub struct DebugPointerType<'a, P>(pub &'a P);
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `DebugHigherKindFnPointerRefMut` is never constructed
[INFO] [stderr]  --> src/utils/debug_pointer.rs:9:12
[INFO] [stderr]   |
[INFO] [stderr] 9 | pub struct DebugHigherKindFnPointerRefMut<'a, T: ?Sized>(pub &'a fn(&mut T));
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `DebugHigherKindFnPointerRefOutput` is never constructed
[INFO] [stderr]   --> src/utils/debug_pointer.rs:22:12
[INFO] [stderr]    |
[INFO] [stderr] 22 | pub struct DebugHigherKindFnPointerRefOutput<'a, T: ?Sized, R>(pub &'a fn(&T) -> R);
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/lazy_pinned_hook.rs:35:28
[INFO] [stderr]    |
[INFO] [stderr] 35 |     pub fn h(mut self: Pin<&mut Self>, into_hook: impl UpdateHook<Hook = H>) -> crate::Value<H> {
[INFO] [stderr]    |                            ^^^^^^^^^ the lifetime is elided here                --------------- the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 35 |     pub fn h(mut self: Pin<&mut Self>, into_hook: impl UpdateHook<Hook = H>) -> crate::Value<'_, H> {
[INFO] [stderr]    |                                                                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/uninitialized_hook.rs:28:19
[INFO] [stderr]    |
[INFO] [stderr] 28 |         self: Pin<&mut Self>,
[INFO] [stderr]    |                   ^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] 29 |         into_hook: H,
[INFO] [stderr] 30 |     ) -> crate::Value<H::Hook> {
[INFO] [stderr]    |          --------------------- the same lifetime is hidden 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] 30 |     ) -> crate::Value<'_, H::Hook> {
[INFO] [stderr]    |                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/utils/uninitialized_hook.rs:11:9
[INFO] [stderr]    |
[INFO] [stderr] 11 |         &mut self,
[INFO] [stderr]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] 12 |         into_hook: impl UpdateHook<Hook = H>,
[INFO] [stderr] 13 |     ) -> crate::Value<H> {
[INFO] [stderr]    |          --------------- the same lifetime is hidden 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] 13 |     ) -> crate::Value<'_, H> {
[INFO] [stderr]    |                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/utils/uninitialized_hook.rs:25:9
[INFO] [stderr]    |
[INFO] [stderr] 25 |         &mut self,
[INFO] [stderr]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 28 |     ) -> crate::Value<H> {
[INFO] [stderr]    |          --------------- the same lifetime is hidden 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] 28 |     ) -> crate::Value<'_, H> {
[INFO] [stderr]    |                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/utils/uninitialized_hook.rs:41:9
[INFO] [stderr]    |
[INFO] [stderr] 41 |         &mut self,
[INFO] [stderr]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] 42 |         signal: &impl crate::Signal<SignalHook = H>,
[INFO] [stderr] 43 |     ) -> crate::Value<H> {
[INFO] [stderr]    |          --------------- the same lifetime is hidden 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] 43 |     ) -> crate::Value<'_, H> {
[INFO] [stderr]    |                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: `hooks` (lib) generated 8 warnings
[INFO] [stderr] warning: `hooks` (lib test) generated 8 warnings (8 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/hooks-d1f3565e86d9a9e6)
[INFO] [stdout] 
[INFO] [stdout] running 28 tests
[INFO] [stdout] test effect::hook::tests::custom_hook ... ok
[INFO] [stdout] test effect::hook_once::tests::effect_once ... ok
[INFO] [stdout] test effect::hook::tests::test_use_effect_with ... ok
[INFO] [stdout] test gen_ref::tests::nested_share_value::nested_map ... ok
[INFO] [stdout] test gen_ref::tests::nested_share_value::nested_map_mut ... ok
[INFO] [stdout] test gen_ref::tests::ref_is_not_reactive ... ok
[INFO] [stdout] test gen_signal::tests::unconditional_map_mut_should_emit_infinite_values ... ok
[INFO] [stdout] test lazy_pinned::tests::test_lazy_pinned ... ok
[INFO] [stdout] test shared_signal::tests::drop_in_conditional_map_mut ... ok
[INFO] [stdout] test shared_signal::tests::drop_in_map ... ok
[INFO] [stdout] test gen_ref::tests::insert_while_map - should panic ... FAILED
[INFO] [stdout] test gen_ref::tests::nested_share_value::nested_self_map_mut_and_map_should_panic - should panic ... FAILED
[INFO] [stdout] test shared_signal::tests::shared_signal ... ok
[INFO] [stdout] test shared_signal::tests::unconditional_map_mut_should_emit_infinite_values ... ok
[INFO] [stdout] test state_with_updater::update_state::call::shared::tests::call ... ok
[INFO] [stdout] test gen_ref::tests::nested_share_value::nested_self_map_mut_should_panic - should panic ... FAILED
[INFO] [stdout] test gen_ref::tests::nested_share_value::nested_self_map_and_map_mut_should_panic - should panic ... FAILED
[INFO] [stdout] test state_with_updater::update_state::reducer::shared::tests::reduce ... ok
[INFO] [stdout] test gen_signal::tests::signal ... ok
[INFO] [stdout] test gen_signal::tests::drop_in_conditional_map_mut ... ok
[INFO] [stdout] test gen_signal::tests::drop_in_map ... ok
[INFO] [stdout] test state_with_updater::update_state::set::shared::tests::hook_fn_state_2 ... ok
[INFO] [stdout] test state_with_updater::update_state::set::shared::tests::set ... ok
[INFO] [stdout] test shared_signal::tests::reference_cycle_should_always_pending ... ok
[INFO] [stdout] test state_with_updater::update_state::set::gen::tests::hook_fn_state_2 ... ok
[INFO] [stdout] test state_with_updater::update_state::call::gen::tests::call ... ok
[INFO] [stdout] test state_with_updater::update_state::set::gen::tests::set ... ok
[INFO] [stdout] test state_with_updater::update_state::reducer::gen::tests::reduce ... ok
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- gen_ref::tests::insert_while_map stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'gen_ref::tests::insert_while_map' panicked at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:559:38:
[INFO] [stdout] RefCell already borrowed
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x593380284882 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x593380284882 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x593380284882 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x593380284882 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5933802a9f63 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5933802a9f63 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5933802817a3 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5933802817a3 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5933802846d2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x593380285e09 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x593380285c3e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x593380249554 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x593380249554 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5933802868de - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5933802868de - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5933802865aa - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x593380284d89 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x59338028623d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5933802a89b0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5933802aea03 - core::cell::panic_already_borrowed::do_panic::runtime::hb086604e0e816804
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic.rs:218:21
[INFO] [stdout]   20:     0x5933802a857a - core::cell::panic_already_borrowed::do_panic::h510bf9b68429ac1c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/intrinsics/mod.rs:2367:9
[INFO] [stdout]   21:     0x5933802a857a - core::cell::panic_already_borrowed::hcfe04d608d2308a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic.rs:223:9
[INFO] [stdout]   22:     0x59338018b81a - core::cell::RefCell<T>::borrow_mut::h02b69a6080b49e3d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/cell.rs:1089:25
[INFO] [stdout]   23:     0x59338018b81a - std::thread::local::LocalKey<core::cell::RefCell<T>>::with_borrow_mut::{{closure}}::h77ff2e98cbde3a67
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:559:38
[INFO] [stdout]   24:     0x593380185f01 - std::thread::local::LocalKey<T>::try_with::hca6821a43eee5d77
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   25:     0x593380181712 - std::thread::local::LocalKey<T>::with::hfb015f2126b75a62
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   26:     0x59338018af86 - std::thread::local::LocalKey<core::cell::RefCell<T>>::with_borrow_mut::h0c4a254eebde178f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:559:14
[INFO] [stdout]   27:     0x59338019f20e - hooks_gen::local::store::store_mut::h02914e387010926c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:222:20
[INFO] [stdout]   28:     0x5933801ad302 - hooks_gen::local::store::<impl hooks_gen::local::StoreImpl for hooks_gen::local::Store>::insert::h866577e9028b5f7d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:257:17
[INFO] [stdout]   29:     0x5933801ac47f - <hooks_gen::local::Store as hooks_gen::Store<T>>::insert::h2e8a72fc50e2819a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:332:13
[INFO] [stdout]   30:     0x5933801c21e7 - hooks::gen_ref::GenRefOwner<T>::new::hc1a463b387ce6159
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:15:27
[INFO] [stdout]   31:     0x5933801dbb30 - hooks::gen_ref::tests::insert_while_map::{{closure}}::h75794bb05f0b813e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:258:13
[INFO] [stdout]   32:     0x5933801c2936 - <hooks::gen_ref::GenRefKey<T> as hooks::share_value::ShareValue>::map::{{closure}}::h6083a339ef7b636d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:98:24
[INFO] [stdout]   33:     0x59338019ea1d - hooks_gen::local::store::<impl hooks_gen::local::StoreImpl for hooks_gen::local::Store>::map_at::{{closure}}::he60d3b3b9c556a5a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:305:39
[INFO] [stdout]   34:     0x593380199716 - hooks_gen::local::store::store::{{closure}}::h4df9a9552015cda1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:239:17
[INFO] [stdout]   35:     0x5933801889d8 - std::thread::local::LocalKey<core::cell::RefCell<T>>::with_borrow::{{closure}}::h3f178cee7eb92041
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:526:26
[INFO] [stdout]   36:     0x5933801826f8 - std::thread::local::LocalKey<T>::try_with::h2aca8625cfecb72e
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   37:     0x593380180b53 - std::thread::local::LocalKey<T>::with::h828c088c424a8717
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   38:     0x593380187763 - std::thread::local::LocalKey<core::cell::RefCell<T>>::with_borrow::he0cfa305afe751e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:526:14
[INFO] [stdout]   39:     0x593380198294 - hooks_gen::local::store::store::he485351b3ce0a847
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:233:20
[INFO] [stdout]   40:     0x5933801ada25 - hooks_gen::local::store::<impl hooks_gen::local::StoreImpl for hooks_gen::local::Store>::map_at::hf3b8469d083dd87f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:305:17
[INFO] [stdout]   41:     0x5933801abfc2 - <hooks_gen::local::Key<T> as hooks_gen::Key>::map::h44777a544384269a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:96:13
[INFO] [stdout]   42:     0x5933801c2218 - <hooks::gen_ref::GenRefKey<T> as hooks::share_value::ShareValue>::map::h0dcc865c96c5fa38
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:98:16
[INFO] [stdout]   43:     0x5933801dbaf5 - hooks::gen_ref::tests::insert_while_map::h376cdcb4a6075573
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:257:23
[INFO] [stdout]   44:     0x5933801dba77 - hooks::gen_ref::tests::insert_while_map::{{closure}}::h08945f6e83fd3927
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:255:26
[INFO] [stdout]   45:     0x59338018c6b6 - core::ops::function::FnOnce::call_once::h9195c3d0ad8959a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   46:     0x59338024edbb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   47:     0x59338024edbb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   48:     0x59338024def5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   49:     0x59338024def5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   50:     0x59338024def5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   51:     0x59338024def5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   52:     0x59338024def5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x59338024def5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   54:     0x59338024def5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   55:     0x593380211af4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   56:     0x593380211af4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   57:     0x5933802154ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   58:     0x5933802154ca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   59:     0x5933802154ca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   60:     0x5933802154ca - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   61:     0x5933802154ca - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x5933802154ca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   63:     0x5933802154ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   64:     0x59338028985f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   65:     0x59338028985f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   66:     0x74879726faa4 - <unknown>
[INFO] [stdout]   67:     0x7487972fca34 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] note: panic did not contain expected string
[INFO] [stdout]       panic message: "RefCell already borrowed"
[INFO] [stdout]  expected substring: "already borrowed: BorrowMutError"
[INFO] [stdout] ---- gen_ref::tests::nested_share_value::nested_self_map_mut_and_map_should_panic stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'gen_ref::tests::nested_share_value::nested_self_map_mut_and_map_should_panic' panicked at src/gen_ref.rs:98:29:
[INFO] [stdout] RefCell already mutably borrowed
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x593380284882 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x593380284882 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x593380284882 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x593380284882 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5933802a9f63 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5933802a9f63 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5933802817a3 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5933802817a3 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5933802846d2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x593380285e09 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x593380285c3e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x593380249554 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x593380249554 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5933802868de - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5933802868de - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5933802865aa - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x593380284d89 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x59338028623d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5933802a89b0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5933802aea63 - core::cell::panic_already_mutably_borrowed::do_panic::runtime::h78371cd2b8a532bf
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic.rs:218:21
[INFO] [stdout]   20:     0x5933802a858a - core::cell::panic_already_mutably_borrowed::do_panic::h2ef1c4ca2a2d6b66
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/intrinsics/mod.rs:2367:9
[INFO] [stdout]   21:     0x5933802a858a - core::cell::panic_already_mutably_borrowed::h4db46f99c1c196b2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic.rs:223:9
[INFO] [stdout]   22:     0x5933801cbf42 - core::cell::RefCell<T>::borrow::h033d644f2f91e3ea
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/cell.rs:991:25
[INFO] [stdout]   23:     0x5933801c27ff - <hooks::gen_ref::GenRefKey<T> as hooks::share_value::ShareValue>::map::{{closure}}::h4a36c3f104415091
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:98:29
[INFO] [stdout]   24:     0x59338019f1cd - hooks_gen::local::store::<impl hooks_gen::local::StoreImpl for hooks_gen::local::Store>::map_at::{{closure}}::hf89b699e0401c1c6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:305:39
[INFO] [stdout]   25:     0x593380198496 - hooks_gen::local::store::store::{{closure}}::h003ea86f04d7ad18
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:239:17
[INFO] [stdout]   26:     0x5933801878d8 - std::thread::local::LocalKey<core::cell::RefCell<T>>::with_borrow::{{closure}}::h00849e5df68cd948
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:526:26
[INFO] [stdout]   27:     0x5933801823f8 - std::thread::local::LocalKey<T>::try_with::h1d0676d3e473fd19
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   28:     0x5933801807f3 - std::thread::local::LocalKey<T>::with::h732610a7a88c42da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   29:     0x5933801873f3 - std::thread::local::LocalKey<core::cell::RefCell<T>>::with_borrow::h4bfa2ed07fb2c10e
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:526:14
[INFO] [stdout]   30:     0x593380197ed4 - hooks_gen::local::store::store::h5057d698527257ac
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:233:20
[INFO] [stdout]   31:     0x5933801ad325 - hooks_gen::local::store::<impl hooks_gen::local::StoreImpl for hooks_gen::local::Store>::map_at::h01b36197b2408c24
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:305:17
[INFO] [stdout]   32:     0x5933801ac372 - <hooks_gen::local::Key<T> as hooks_gen::Key>::map::hf21f5415f182dd32
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:96:13
[INFO] [stdout]   33:     0x5933801c2378 - <hooks::gen_ref::GenRefKey<T> as hooks::share_value::ShareValue>::map::h986a2b6a21068f78
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:98:16
[INFO] [stdout]   34:     0x5933801a9357 - hooks::gen_ref::tests::nested_share_value::nested_self_map_mut_and_map_should_panic::{{closure}}::had0f7eee9bdf05cc
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:224:53
[INFO] [stdout]   35:     0x5933801c3267 - <hooks::gen_ref::GenRefKey<T> as hooks::share_value::ShareValue>::map_mut::{{closure}}::h781215030643909a
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:102:24
[INFO] [stdout]   36:     0x59338019f02f - hooks_gen::local::store::<impl hooks_gen::local::StoreImpl for hooks_gen::local::Store>::map_at::{{closure}}::hf786f5eb6872c9a1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:305:39
[INFO] [stdout]   37:     0x59338019a87e - hooks_gen::local::store::store::{{closure}}::h866dd7500a8c56b1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:239:17
[INFO] [stdout]   38:     0x593380189fad - std::thread::local::LocalKey<core::cell::RefCell<T>>::with_borrow::{{closure}}::ha033cfa5d5633d25
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:526:26
[INFO] [stdout]   39:     0x593380183a3d - std::thread::local::LocalKey<T>::try_with::h64881c3ea40e327c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   40:     0x59338017fd98 - std::thread::local::LocalKey<T>::with::h172fd37477e3ae37
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   41:     0x593380187667 - std::thread::local::LocalKey<core::cell::RefCell<T>>::with_borrow::hc625d14f565fd8c1
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:526:14
[INFO] [stdout]   42:     0x593380197fb0 - hooks_gen::local::store::store::h72972fd7e4b132b2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:233:20
[INFO] [stdout]   43:     0x5933801ad3ea - hooks_gen::local::store::<impl hooks_gen::local::StoreImpl for hooks_gen::local::Store>::map_at::h1f82b00a5549b8a6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:305:17
[INFO] [stdout]   44:     0x5933801ac237 - <hooks_gen::local::Key<T> as hooks_gen::Key>::map::hcef2e53d3ca6f08b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:96:13
[INFO] [stdout]   45:     0x5933801c2d40 - <hooks::gen_ref::GenRefKey<T> as hooks::share_value::ShareValue>::map_mut::h305233fcf671d7c1
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:102:16
[INFO] [stdout]   46:     0x5933801a92cd - hooks::gen_ref::tests::nested_share_value::nested_self_map_mut_and_map_should_panic::h19039bd095cfcfed
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:224:27
[INFO] [stdout]   47:     0x5933801a9247 - hooks::gen_ref::tests::nested_share_value::nested_self_map_mut_and_map_should_panic::{{closure}}::h3b1465cab6acc0a4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:222:54
[INFO] [stdout]   48:     0x59338018bef6 - core::ops::function::FnOnce::call_once::h11f1ccb34df359ac
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   49:     0x59338024edbb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   50:     0x59338024edbb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   51:     0x59338024def5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   52:     0x59338024def5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   53:     0x59338024def5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   54:     0x59338024def5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   55:     0x59338024def5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x59338024def5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   57:     0x59338024def5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   58:     0x593380211af4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   59:     0x593380211af4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   60:     0x5933802154ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   61:     0x5933802154ca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   62:     0x5933802154ca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   63:     0x5933802154ca - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   64:     0x5933802154ca - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   65:     0x5933802154ca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   66:     0x5933802154ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   67:     0x59338028985f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   68:     0x59338028985f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   69:     0x74879726faa4 - <unknown>
[INFO] [stdout]   70:     0x7487972fca34 - clone
[INFO] [stdout]   71:                0x0 - <unknown>
[INFO] [stdout] note: panic did not contain expected string
[INFO] [stdout]       panic message: "RefCell already mutably borrowed"
[INFO] [stdout]  expected substring: "already mutably borrowed: BorrowError"
[INFO] [stdout] ---- gen_ref::tests::nested_share_value::nested_self_map_mut_should_panic stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'gen_ref::tests::nested_share_value::nested_self_map_mut_should_panic' panicked at src/gen_ref.rs:102:33:
[INFO] [stdout] RefCell already borrowed
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x593380284882 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x593380284882 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x593380284882 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x593380284882 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5933802a9f63 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5933802a9f63 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5933802817a3 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5933802817a3 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5933802846d2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x593380285e09 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x593380285c3e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x593380249554 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x593380249554 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5933802868de - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5933802868de - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5933802865aa - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x593380284d89 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x59338028623d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5933802a89b0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5933802aea03 - core::cell::panic_already_borrowed::do_panic::runtime::hb086604e0e816804
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic.rs:218:21
[INFO] [stdout]   20:     0x5933802a857a - core::cell::panic_already_borrowed::do_panic::h510bf9b68429ac1c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/intrinsics/mod.rs:2367:9
[INFO] [stdout]   21:     0x5933802a857a - core::cell::panic_already_borrowed::hcfe04d608d2308a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic.rs:223:9
[INFO] [stdout]   22:     0x5933801cb1f2 - core::cell::RefCell<T>::borrow_mut::h4de6920237e556f2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/cell.rs:1089:25
[INFO] [stdout]   23:     0x5933801c33af - <hooks::gen_ref::GenRefKey<T> as hooks::share_value::ShareValue>::map_mut::{{closure}}::h99ee4811e8dbd6e3
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:102:33
[INFO] [stdout]   24:     0x59338019d9dd - hooks_gen::local::store::<impl hooks_gen::local::StoreImpl for hooks_gen::local::Store>::map_at::{{closure}}::h7136b335b3285f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:305:39
[INFO] [stdout]   25:     0x59338019bea6 - hooks_gen::local::store::store::{{closure}}::hee85976a7aa5a8d8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:239:17
[INFO] [stdout]   26:     0x5933801898c8 - std::thread::local::LocalKey<core::cell::RefCell<T>>::with_borrow::{{closure}}::h6bdc8af9db1e5f82
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:526:26
[INFO] [stdout]   27:     0x593380185938 - std::thread::local::LocalKey<T>::try_with::hc4b93fd19da3539c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   28:     0x593380180be3 - std::thread::local::LocalKey<T>::with::h8fa3189e76824696
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   29:     0x5933801874c3 - std::thread::local::LocalKey<core::cell::RefCell<T>>::with_borrow::h75644cff601723e6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:526:14
[INFO] [stdout]   30:     0x593380197ef4 - hooks_gen::local::store::store::h55635fce6e609a65
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:233:20
[INFO] [stdout]   31:     0x5933801ad345 - hooks_gen::local::store::<impl hooks_gen::local::StoreImpl for hooks_gen::local::Store>::map_at::h0a210b490b82e7f7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:305:17
[INFO] [stdout]   32:     0x5933801ac102 - <hooks_gen::local::Key<T> as hooks_gen::Key>::map::h8b5fae2b45e16dd8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:96:13
[INFO] [stdout]   33:     0x5933801c2e28 - <hooks::gen_ref::GenRefKey<T> as hooks::share_value::ShareValue>::map_mut::h96374e5d00630b80
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:102:16
[INFO] [stdout]   34:     0x5933801a9217 - hooks::gen_ref::tests::nested_share_value::nested_self_map_mut_should_panic::{{closure}}::h97bf30ed7aa6c241
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:217:53
[INFO] [stdout]   35:     0x5933801c3507 - <hooks::gen_ref::GenRefKey<T> as hooks::share_value::ShareValue>::map_mut::{{closure}}::haefcd54c5e596740
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:102:24
[INFO] [stdout]   36:     0x59338019db9f - hooks_gen::local::store::<impl hooks_gen::local::StoreImpl for hooks_gen::local::Store>::map_at::{{closure}}::h74a19fa8dfb10e01
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:305:39
[INFO] [stdout]   37:     0x59338019888e - hooks_gen::local::store::store::{{closure}}::h0e5c82c63e773f9d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:239:17
[INFO] [stdout]   38:     0x59338018a8fd - std::thread::local::LocalKey<core::cell::RefCell<T>>::with_borrow::{{closure}}::hd716bdbbbcfd8075
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:526:26
[INFO] [stdout]   39:     0x593380186f0d - std::thread::local::LocalKey<T>::try_with::hf78d1908b2bfc039
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   40:     0x59338017feb8 - std::thread::local::LocalKey<T>::with::h22c490b2fe503f0a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   41:     0x593380187337 - std::thread::local::LocalKey<core::cell::RefCell<T>>::with_borrow::h3f03f70f5961f838
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:526:14
[INFO] [stdout]   42:     0x593380198270 - hooks_gen::local::store::store::he033528ee3588525
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:233:20
[INFO] [stdout]   43:     0x5933801ad46a - hooks_gen::local::store::<impl hooks_gen::local::StoreImpl for hooks_gen::local::Store>::map_at::h326634b1b12fa8dc
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:305:17
[INFO] [stdout]   44:     0x5933801ac147 - <hooks_gen::local::Key<T> as hooks_gen::Key>::map::h9309fe8021fb8310
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:96:13
[INFO] [stdout]   45:     0x5933801c2e50 - <hooks::gen_ref::GenRefKey<T> as hooks::share_value::ShareValue>::map_mut::hac132ae1e3b1cb3d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:102:16
[INFO] [stdout]   46:     0x5933801a91ca - hooks::gen_ref::tests::nested_share_value::nested_self_map_mut_should_panic::hdd9a833e9da8b2ae
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:217:27
[INFO] [stdout]   47:     0x5933801a9147 - hooks::gen_ref::tests::nested_share_value::nested_self_map_mut_should_panic::{{closure}}::h35ff0ff7b407c018
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:215:46
[INFO] [stdout]   48:     0x59338018c786 - core::ops::function::FnOnce::call_once::h991d34c1f18db9c4
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   49:     0x59338024edbb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   50:     0x59338024edbb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   51:     0x59338024def5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   52:     0x59338024def5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   53:     0x59338024def5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   54:     0x59338024def5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   55:     0x59338024def5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x59338024def5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   57:     0x59338024def5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   58:     0x593380211af4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   59:     0x593380211af4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   60:     0x5933802154ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   61:     0x5933802154ca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   62:     0x5933802154ca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   63:     0x5933802154ca - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   64:     0x5933802154ca - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   65:     0x5933802154ca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   66:     0x5933802154ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   67:     0x59338028985f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   68:     0x59338028985f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   69:     0x74879726faa4 - <unknown>
[INFO] [stdout]   70:     0x7487972fca34 - clone
[INFO] [stdout]   71:                0x0 - <unknown>
[INFO] [stdout] note: panic did not contain expected string
[INFO] [stdout]       panic message: "RefCell already borrowed"
[INFO] [stdout]  expected substring: "already borrowed: BorrowMutError"
[INFO] [stdout] ---- gen_ref::tests::nested_share_value::nested_self_map_and_map_mut_should_panic stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'gen_ref::tests::nested_share_value::nested_self_map_and_map_mut_should_panic' panicked at src/gen_ref.rs:102:33:
[INFO] [stdout] RefCell already borrowed
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x593380284882 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x593380284882 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x593380284882 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x593380284882 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5933802a9f63 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5933802a9f63 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5933802817a3 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5933802817a3 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5933802846d2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x593380285e09 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x593380285c3e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x593380249554 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x593380249554 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5933802868de - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5933802868de - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5933802865aa - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x593380284d89 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x59338028623d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5933802a89b0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5933802aea03 - core::cell::panic_already_borrowed::do_panic::runtime::hb086604e0e816804
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic.rs:218:21
[INFO] [stdout]   20:     0x5933802a857a - core::cell::panic_already_borrowed::do_panic::h510bf9b68429ac1c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/intrinsics/mod.rs:2367:9
[INFO] [stdout]   21:     0x5933802a857a - core::cell::panic_already_borrowed::hcfe04d608d2308a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic.rs:223:9
[INFO] [stdout]   22:     0x5933801cb1f2 - core::cell::RefCell<T>::borrow_mut::h4de6920237e556f2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/cell.rs:1089:25
[INFO] [stdout]   23:     0x5933801c2e9f - <hooks::gen_ref::GenRefKey<T> as hooks::share_value::ShareValue>::map_mut::{{closure}}::h1928f564a1206e2e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:102:33
[INFO] [stdout]   24:     0x59338019d14d - hooks_gen::local::store::<impl hooks_gen::local::StoreImpl for hooks_gen::local::Store>::map_at::{{closure}}::h1bef34b86fac41df
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:305:39
[INFO] [stdout]   25:     0x59338019a046 - hooks_gen::local::store::store::{{closure}}::h7441dc7b67945fa1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:239:17
[INFO] [stdout]   26:     0x5933801899d8 - std::thread::local::LocalKey<core::cell::RefCell<T>>::with_borrow::{{closure}}::h828799cf8d458f2d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:526:26
[INFO] [stdout]   27:     0x593380184f08 - std::thread::local::LocalKey<T>::try_with::ha8133f48b55c34cb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   28:     0x5933801812f3 - std::thread::local::LocalKey<T>::with::hcc8dcbdf691e4faf
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   29:     0x593380187293 - std::thread::local::LocalKey<core::cell::RefCell<T>>::with_borrow::h2cfc288c94414bfd
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:526:14
[INFO] [stdout]   30:     0x593380198144 - hooks_gen::local::store::store::hb17de7321ea78195
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:233:20
[INFO] [stdout]   31:     0x5933801ad9e5 - hooks_gen::local::store::<impl hooks_gen::local::StoreImpl for hooks_gen::local::Store>::map_at::heae020c40c2070e0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:305:17
[INFO] [stdout]   32:     0x5933801abe72 - <hooks_gen::local::Key<T> as hooks_gen::Key>::map::h0b31771d251a043f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:96:13
[INFO] [stdout]   33:     0x5933801c2e08 - <hooks::gen_ref::GenRefKey<T> as hooks::share_value::ShareValue>::map_mut::h73f5cc95a57fb94c
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:102:16
[INFO] [stdout]   34:     0x5933801a9497 - hooks::gen_ref::tests::nested_share_value::nested_self_map_and_map_mut_should_panic::{{closure}}::hc6e32af45141af04
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:232:49
[INFO] [stdout]   35:     0x5933801c2a17 - <hooks::gen_ref::GenRefKey<T> as hooks::share_value::ShareValue>::map::{{closure}}::h62f447a0562bd704
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:98:24
[INFO] [stdout]   36:     0x59338019e94f - hooks_gen::local::store::<impl hooks_gen::local::StoreImpl for hooks_gen::local::Store>::map_at::{{closure}}::he0a03286052329cc
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:305:39
[INFO] [stdout]   37:     0x59338019a71e - hooks_gen::local::store::store::{{closure}}::h8354592a14c9f0b7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:239:17
[INFO] [stdout]   38:     0x59338018940d - std::thread::local::LocalKey<core::cell::RefCell<T>>::with_borrow::{{closure}}::h632373b6ed01c8af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:526:26
[INFO] [stdout]   39:     0x5933801853bd - std::thread::local::LocalKey<T>::try_with::hb87f1f0b3e945b1a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   40:     0x593380181188 - std::thread::local::LocalKey<T>::with::hca47677ba71a1d46
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   41:     0x5933801872f7 - std::thread::local::LocalKey<core::cell::RefCell<T>>::with_borrow::h30c7c5b90ae0c54c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:526:14
[INFO] [stdout]   42:     0x593380198220 - hooks_gen::local::store::store::hd3896a5f40eb0915
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:233:20
[INFO] [stdout]   43:     0x5933801ad37a - hooks_gen::local::store::<impl hooks_gen::local::StoreImpl for hooks_gen::local::Store>::map_at::h0b257bfe0365fe67
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:305:17
[INFO] [stdout]   44:     0x5933801abf57 - <hooks_gen::local::Key<T> as hooks_gen::Key>::map::h2fb1c451684a4a88
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:96:13
[INFO] [stdout]   45:     0x5933801c2280 - <hooks::gen_ref::GenRefKey<T> as hooks::share_value::ShareValue>::map::h472f7134cede6b30
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:98:16
[INFO] [stdout]   46:     0x5933801a944a - hooks::gen_ref::tests::nested_share_value::nested_self_map_and_map_mut_should_panic::h849afcdde0934b2d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:232:27
[INFO] [stdout]   47:     0x5933801a93c7 - hooks::gen_ref::tests::nested_share_value::nested_self_map_and_map_mut_should_panic::{{closure}}::h34f9cdd166441adb
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:230:54
[INFO] [stdout]   48:     0x59338018c366 - core::ops::function::FnOnce::call_once::h6a1b7cc904b84973
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   49:     0x59338024edbb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   50:     0x59338024edbb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   51:     0x59338024def5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   52:     0x59338024def5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   53:     0x59338024def5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   54:     0x59338024def5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   55:     0x59338024def5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x59338024def5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   57:     0x59338024def5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   58:     0x593380211af4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   59:     0x593380211af4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   60:     0x5933802154ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   61:     0x5933802154ca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   62:     0x5933802154ca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   63:     0x5933802154ca - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   64:     0x5933802154ca - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   65:     0x5933802154ca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   66:     0x5933802154ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   67:     0x59338028985f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   68:     0x59338028985f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   69:     0x74879726faa4 - <unknown>
[INFO] [stdout]   70:     0x7487972fca34 - clone
[INFO] [stdout]   71:                0x0 - <unknown>
[INFO] [stdout] note: panic did not contain expected string
[INFO] [stdout]       panic message: "RefCell already borrowed"
[INFO] [stdout]  expected substring: "already borrowed: BorrowMutError"
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     gen_ref::tests::insert_while_map
[INFO] [stdout]     gen_ref::tests::nested_share_value::nested_self_map_and_map_mut_should_panic
[INFO] [stdout]     gen_ref::tests::nested_share_value::nested_self_map_mut_and_map_should_panic
[INFO] [stdout]     gen_ref::tests::nested_share_value::nested_self_map_mut_should_panic
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 24 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.34s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "4359449c68897e6c28b21d444c5a54c719b1f20d9b547fc6b0794cb0492bc087", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4359449c68897e6c28b21d444c5a54c719b1f20d9b547fc6b0794cb0492bc087", kill_on_drop: false }`
[INFO] [stdout] 4359449c68897e6c28b21d444c5a54c719b1f20d9b547fc6b0794cb0492bc087
