[INFO] cloning repository https://github.com/pzhenzhou/r_tpl
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pzhenzhou/r_tpl" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpzhenzhou%2Fr_tpl", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpzhenzhou%2Fr_tpl'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 561c62092c205c1bc860bd6053f95d6bd5b87968
[INFO] testing pzhenzhou/r_tpl against master#0d162b25edd5bf0dba9a22e83b614f1113e90474 for pr-150681-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpzhenzhou%2Fr_tpl" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/pzhenzhou/r_tpl
[INFO] finished tweaking git repo https://github.com/pzhenzhou/r_tpl
[INFO] tweaked toml for git repo https://github.com/pzhenzhou/r_tpl written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/pzhenzhou/r_tpl on toolchain 0d162b25edd5bf0dba9a22e83b614f1113e90474
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/pzhenzhou/r_tpl already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded unicode-ident v1.0.0
[INFO] [stderr]   Downloaded signal-hook-registry v1.4.0
[INFO] [stderr]   Downloaded quote v1.0.18
[INFO] [stderr]   Downloaded tokio-macros v1.7.0
[INFO] [stderr]   Downloaded socket2 v0.4.4
[INFO] [stderr]   Downloaded proc-macro2 v1.0.39
[INFO] [stderr]   Downloaded futures-macro v0.3.21
[INFO] [stderr]   Downloaded futures-io v0.3.21
[INFO] [stderr]   Downloaded futures-task v0.3.21
[INFO] [stderr]   Downloaded thiserror-impl v1.0.31
[INFO] [stderr]   Downloaded hermit-abi v0.1.19
[INFO] [stderr]   Downloaded futures-sink v0.3.21
[INFO] [stderr]   Downloaded futures-core v0.3.21
[INFO] [stderr]   Downloaded futures-executor v0.3.21
[INFO] [stderr]   Downloaded once_cell v1.12.0
[INFO] [stderr]   Downloaded anyhow v1.0.57
[INFO] [stderr]   Downloaded futures v0.3.21
[INFO] [stderr]   Downloaded hashbrown v0.11.2
[INFO] [stderr]   Downloaded mio v0.8.3
[INFO] [stderr]   Downloaded bytes v1.1.0
[INFO] [stderr]   Downloaded indexmap v1.8.2
[INFO] [stderr]   Downloaded wasi v0.10.2+wasi-snapshot-preview1
[INFO] [stderr]   Downloaded futures-util v0.3.21
[INFO] [stderr]   Downloaded lock_api v0.4.7
[INFO] [stderr]   Downloaded petgraph v0.6.2
[INFO] [stderr]   Downloaded syn v1.0.95
[INFO] [stderr]   Downloaded redox_syscall v0.2.13
[INFO] [stderr]   Downloaded futures-channel v0.3.21
[INFO] [stderr]   Downloaded smallvec v1.8.0
[INFO] [stderr]   Downloaded parking_lot_core v0.9.3
[INFO] [stderr]   Downloaded fixedbitset v0.4.1
[INFO] [stderr]   Downloaded ppv-lite86 v0.2.16
[INFO] [stderr]   Downloaded rand_core v0.6.3
[INFO] [stderr]   Downloaded thiserror v1.0.31
[INFO] [stderr]   Downloaded num_cpus v1.13.1
[INFO] [stderr]   Downloaded slab v0.4.6
[INFO] [stderr]   Downloaded getrandom v0.2.6
[INFO] [stderr]   Downloaded libc v0.2.126
[INFO] [stderr]   Downloaded tokio v1.18.2
[INFO] [stderr]   Downloaded windows_aarch64_msvc v0.36.1
[INFO] [stderr]   Downloaded windows_x86_64_msvc v0.36.1
[INFO] [stderr]   Downloaded windows_i686_gnu v0.36.1
[INFO] [stderr]   Downloaded windows_x86_64_gnu v0.36.1
[INFO] [stderr]   Downloaded windows_i686_msvc v0.36.1
[INFO] [stderr]   Downloaded windows-sys v0.36.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1b39683f998ca281d2913170a086a1b2b713ae8653de146972798fd91568aa67
[INFO] running `Command { std: "docker" "start" "-a" "1b39683f998ca281d2913170a086a1b2b713ae8653de146972798fd91568aa67", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1b39683f998ca281d2913170a086a1b2b713ae8653de146972798fd91568aa67", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1b39683f998ca281d2913170a086a1b2b713ae8653de146972798fd91568aa67", kill_on_drop: false }`
[INFO] [stdout] 1b39683f998ca281d2913170a086a1b2b713ae8653de146972798fd91568aa67
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bf3ea8da61b779f8d23fa54e94a351951550d4a32463ece9611fcbec64348f63
[INFO] running `Command { std: "docker" "start" "-a" "bf3ea8da61b779f8d23fa54e94a351951550d4a32463ece9611fcbec64348f63", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]    Compiling proc-macro2 v1.0.39
[INFO] [stderr]    Compiling unicode-ident v1.0.0
[INFO] [stderr]    Compiling syn v1.0.95
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling futures-core v0.3.21
[INFO] [stderr]    Compiling futures-task v0.3.21
[INFO] [stderr]    Compiling futures-channel v0.3.21
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling futures-sink v0.3.21
[INFO] [stderr]    Compiling parking_lot_core v0.9.3
[INFO] [stderr]    Compiling futures-util v0.3.21
[INFO] [stderr]    Compiling pin-project-lite v0.2.9
[INFO] [stderr]    Compiling slab v0.4.6
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling smallvec v1.8.0
[INFO] [stderr]    Compiling futures-io v0.3.21
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling ppv-lite86 v0.2.16
[INFO] [stderr]    Compiling anyhow v1.0.57
[INFO] [stderr]    Compiling bytes v1.1.0
[INFO] [stderr]    Compiling fixedbitset v0.4.1
[INFO] [stderr]    Compiling once_cell v1.12.0
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling lock_api v0.4.7
[INFO] [stderr]    Compiling indexmap v1.8.2
[INFO] [stderr]    Compiling quote v1.0.18
[INFO] [stderr]    Compiling getrandom v0.2.6
[INFO] [stderr]    Compiling mio v0.8.3
[INFO] [stderr]    Compiling socket2 v0.4.4
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling petgraph v0.6.2
[INFO] [stderr]    Compiling futures-macro v0.3.21
[INFO] [stderr]    Compiling thiserror-impl v1.0.31
[INFO] [stderr]    Compiling tokio-macros v1.7.0
[INFO] [stderr]    Compiling tokio v1.18.2
[INFO] [stderr]    Compiling thiserror v1.0.31
[INFO] [stderr]    Compiling futures-executor v0.3.21
[INFO] [stderr]    Compiling futures v0.3.21
[INFO] [stderr]    Compiling r_tpl v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.28s
[INFO] running `Command { std: "docker" "inspect" "bf3ea8da61b779f8d23fa54e94a351951550d4a32463ece9611fcbec64348f63", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bf3ea8da61b779f8d23fa54e94a351951550d4a32463ece9611fcbec64348f63", kill_on_drop: false }`
[INFO] [stdout] bf3ea8da61b779f8d23fa54e94a351951550d4a32463ece9611fcbec64348f63
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 227c99de6be998a5c786b0591fee1115eccaf10829f3360902fdf0b6a19b8695
[INFO] running `Command { std: "docker" "start" "-a" "227c99de6be998a5c786b0591fee1115eccaf10829f3360902fdf0b6a19b8695", kill_on_drop: false }`
[INFO] [stderr]    Compiling r_tpl v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.85s
[INFO] running `Command { std: "docker" "inspect" "227c99de6be998a5c786b0591fee1115eccaf10829f3360902fdf0b6a19b8695", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "227c99de6be998a5c786b0591fee1115eccaf10829f3360902fdf0b6a19b8695", kill_on_drop: false }`
[INFO] [stdout] 227c99de6be998a5c786b0591fee1115eccaf10829f3360902fdf0b6a19b8695
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 4d56a75d1f3a2941d1f24114dbd55ba315cc746f9d97eddf6753062706c4668e
[INFO] running `Command { std: "docker" "start" "-a" "4d56a75d1f3a2941d1f24114dbd55ba315cc746f9d97eddf6753062706c4668e", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/r_tpl-3effdcfc55baee18)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test lock_mgr::tests::test_lock_unlock ... ok
[INFO] [stdout] test lock_mgr::tests::test_wait_lock_state ... ok
[INFO] [stdout] test lock_mgr::tests::test_acquire_multi_state ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- lock_mgr::tests::test_acquire_multi_state stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (28) panicked at src/lock_mgr.rs:185:17:
[INFO] [stdout] assertion failed: lock.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x58b7318ce812 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x58b7318ce812 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x58b7318ce812 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x58b7318ce812 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x58b7318e378a - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x58b7318e378a - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x58b7318d3806 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x58b7318d3806 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x58b7318ac6ff - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x58b7318ac6ff - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x58b7318c6679 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x58b7317b902e - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x58b7317b902e - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x58b7318c68e2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x58b7318c68e2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x58b7318ac7ea - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x58b7318a1a09 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x58b7318ad60d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x58b7318e3ecc - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x58b7318e3e92 - core[27de1724e4349be2]::panicking::panic
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x58b73177d461 - r_tpl[d49124d76c052e26]::lock_mgr::tests::test_acquire_multi_state::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lock_mgr.rs:185:17
[INFO] [stdout]   21:     0x58b731785ca0 - <tokio[d60d9248ff030648]::runtime::task::core::CoreStage<r_tpl[d49124d76c052e26]::lock_mgr::tests::test_acquire_multi_state::{closure#0}::{closure#0}>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/task/core.rs:165:24
[INFO] [stdout]   22:     0x58b731775ab6 - <tokio[d60d9248ff030648]::loom::std::unsafe_cell::UnsafeCell<tokio[d60d9248ff030648]::runtime::task::core::Stage<r_tpl[d49124d76c052e26]::lock_mgr::tests::test_acquire_multi_state::{closure#0}::{closure#0}>>>::with_mut::<core[27de1724e4349be2]::task::poll::Poll<()>, <tokio[d60d9248ff030648]::runtime::task::core::CoreStage<r_tpl[d49124d76c052e26]::lock_mgr::tests::test_acquire_multi_state::{closure#0}::{closure#0}>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   23:     0x58b73178a482 - <tokio[d60d9248ff030648]::runtime::task::core::CoreStage<r_tpl[d49124d76c052e26]::lock_mgr::tests::test_acquire_multi_state::{closure#0}::{closure#0}>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/task/core.rs:155:24
[INFO] [stdout]   24:     0x58b73176747d - tokio[d60d9248ff030648]::runtime::task::harness::poll_future::<r_tpl[d49124d76c052e26]::lock_mgr::tests::test_acquire_multi_state::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/task/harness.rs:470:30
[INFO] [stdout]   25:     0x58b731783870 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<tokio[d60d9248ff030648]::runtime::task::harness::poll_future<r_tpl[d49124d76c052e26]::lock_mgr::tests::test_acquire_multi_state::{closure#0}::{closure#0}>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   26:     0x58b73178e73e - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<tokio[d60d9248ff030648]::runtime::task::harness::poll_future<r_tpl[d49124d76c052e26]::lock_mgr::tests::test_acquire_multi_state::{closure#0}::{closure#0}>::{closure#0}>, core[27de1724e4349be2]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x58b73176f77b - __rust_try
[INFO] [stdout]   28:     0x58b73176e963 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::task::poll::Poll<()>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<tokio[d60d9248ff030648]::runtime::task::harness::poll_future<r_tpl[d49124d76c052e26]::lock_mgr::tests::test_acquire_multi_state::{closure#0}::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x58b73176e963 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<tokio[d60d9248ff030648]::runtime::task::harness::poll_future<r_tpl[d49124d76c052e26]::lock_mgr::tests::test_acquire_multi_state::{closure#0}::{closure#0}>::{closure#0}>, core[27de1724e4349be2]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x58b731766c99 - tokio[d60d9248ff030648]::runtime::task::harness::poll_future::<r_tpl[d49124d76c052e26]::lock_mgr::tests::test_acquire_multi_state::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/task/harness.rs:458:18
[INFO] [stdout]   31:     0x58b73176d5ee - <tokio[d60d9248ff030648]::runtime::task::harness::Harness<r_tpl[d49124d76c052e26]::lock_mgr::tests::test_acquire_multi_state::{closure#0}::{closure#0}, alloc[a57f19327c0ad893]::sync::Arc<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Shared>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/task/harness.rs:104:27
[INFO] [stdout]   32:     0x58b73176da53 - <tokio[d60d9248ff030648]::runtime::task::harness::Harness<r_tpl[d49124d76c052e26]::lock_mgr::tests::test_acquire_multi_state::{closure#0}::{closure#0}, alloc[a57f19327c0ad893]::sync::Arc<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/task/harness.rs:57:20
[INFO] [stdout]   33:     0x58b73179d12b - tokio[d60d9248ff030648]::runtime::task::raw::poll::<r_tpl[d49124d76c052e26]::lock_mgr::tests::test_acquire_multi_state::{closure#0}::{closure#0}, alloc[a57f19327c0ad893]::sync::Arc<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/task/raw.rs:144:13
[INFO] [stdout]   34:     0x58b73180a437 - <tokio[d60d9248ff030648]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/task/raw.rs:84:18
[INFO] [stdout]   35:     0x58b7317f1fe2 - <tokio[d60d9248ff030648]::runtime::task::LocalNotified<alloc[a57f19327c0ad893]::sync::Arc<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/task/mod.rs:376:13
[INFO] [stdout]   36:     0x58b73183ba15 - <tokio[d60d9248ff030648]::runtime::thread_pool::worker::Context>::run_task::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/thread_pool/worker.rs:431:18
[INFO] [stdout]   37:     0x58b7318522f0 - tokio[d60d9248ff030648]::coop::with_budget::<core[27de1724e4349be2]::result::Result<alloc[a57f19327c0ad893]::boxed::Box<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Core>, ()>, <tokio[d60d9248ff030648]::runtime::thread_pool::worker::Context>::run_task::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/coop.rs:102:9
[INFO] [stdout]   38:     0x58b7317fa068 - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[d60d9248ff030648]::coop::Budget>>>::try_with::<tokio[d60d9248ff030648]::coop::with_budget<core[27de1724e4349be2]::result::Result<alloc[a57f19327c0ad893]::boxed::Box<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Core>, ()>, <tokio[d60d9248ff030648]::runtime::thread_pool::worker::Context>::run_task::{closure#0}>::{closure#0}, core[27de1724e4349be2]::result::Result<alloc[a57f19327c0ad893]::boxed::Box<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Core>, ()>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   39:     0x58b7317f9d2f - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[d60d9248ff030648]::coop::Budget>>>::with::<tokio[d60d9248ff030648]::coop::with_budget<core[27de1724e4349be2]::result::Result<alloc[a57f19327c0ad893]::boxed::Box<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Core>, ()>, <tokio[d60d9248ff030648]::runtime::thread_pool::worker::Context>::run_task::{closure#0}>::{closure#0}, core[27de1724e4349be2]::result::Result<alloc[a57f19327c0ad893]::boxed::Box<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Core>, ()>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   40:     0x58b731844fec - tokio[d60d9248ff030648]::coop::with_budget::<core[27de1724e4349be2]::result::Result<alloc[a57f19327c0ad893]::boxed::Box<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Core>, ()>, <tokio[d60d9248ff030648]::runtime::thread_pool::worker::Context>::run_task::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/coop.rs:95:13
[INFO] [stdout]   41:     0x58b731844fec - tokio[d60d9248ff030648]::coop::budget::<core[27de1724e4349be2]::result::Result<alloc[a57f19327c0ad893]::boxed::Box<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Core>, ()>, <tokio[d60d9248ff030648]::runtime::thread_pool::worker::Context>::run_task::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/coop.rs:72:5
[INFO] [stdout]   42:     0x58b731844fec - <tokio[d60d9248ff030648]::runtime::thread_pool::worker::Context>::run_task
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/thread_pool/worker.rs:430:9
[INFO] [stdout]   43:     0x58b7318443b3 - <tokio[d60d9248ff030648]::runtime::thread_pool::worker::Context>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/thread_pool/worker.rs:397:29
[INFO] [stdout]   44:     0x58b73183c383 - tokio[d60d9248ff030648]::runtime::thread_pool::worker::run::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/thread_pool/worker.rs:382:20
[INFO] [stdout]   45:     0x58b7317fb88c - <tokio[d60d9248ff030648]::macros::scoped_tls::ScopedKey<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Context>>::set::<tokio[d60d9248ff030648]::runtime::thread_pool::worker::run::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   46:     0x58b73184588e - tokio[d60d9248ff030648]::runtime::thread_pool::worker::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/thread_pool/worker.rs:379:13
[INFO] [stdout]   47:     0x58b73183b58b - <tokio[d60d9248ff030648]::runtime::thread_pool::worker::Launch>::launch::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/thread_pool/worker.rs:358:45
[INFO] [stdout]   48:     0x58b7318123bb - <tokio[d60d9248ff030648]::runtime::blocking::task::BlockingTask<<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Launch>::launch::{closure#0}> as core[27de1724e4349be2]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/blocking/task.rs:42:21
[INFO] [stdout]   49:     0x58b731825d51 - <tokio[d60d9248ff030648]::runtime::task::core::CoreStage<tokio[d60d9248ff030648]::runtime::blocking::task::BlockingTask<<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Launch>::launch::{closure#0}>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/task/core.rs:165:24
[INFO] [stdout]   50:     0x58b73180855a - <tokio[d60d9248ff030648]::loom::std::unsafe_cell::UnsafeCell<tokio[d60d9248ff030648]::runtime::task::core::Stage<tokio[d60d9248ff030648]::runtime::blocking::task::BlockingTask<<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Launch>::launch::{closure#0}>>>>::with_mut::<core[27de1724e4349be2]::task::poll::Poll<()>, <tokio[d60d9248ff030648]::runtime::task::core::CoreStage<tokio[d60d9248ff030648]::runtime::blocking::task::BlockingTask<<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Launch>::launch::{closure#0}>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   51:     0x58b7318274d6 - <tokio[d60d9248ff030648]::runtime::task::core::CoreStage<tokio[d60d9248ff030648]::runtime::blocking::task::BlockingTask<<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Launch>::launch::{closure#0}>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/task/core.rs:155:24
[INFO] [stdout]   52:     0x58b7317ec841 - tokio[d60d9248ff030648]::runtime::task::harness::poll_future::<tokio[d60d9248ff030648]::runtime::blocking::task::BlockingTask<<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Launch>::launch::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/task/harness.rs:470:30
[INFO] [stdout]   53:     0x58b731828301 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<tokio[d60d9248ff030648]::runtime::task::harness::poll_future<tokio[d60d9248ff030648]::runtime::blocking::task::BlockingTask<<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Launch>::launch::{closure#0}>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x58b73184a2bf - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<tokio[d60d9248ff030648]::runtime::task::harness::poll_future<tokio[d60d9248ff030648]::runtime::blocking::task::BlockingTask<<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Launch>::launch::{closure#0}>>::{closure#0}>, core[27de1724e4349be2]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x58b73182f4cb - __rust_try
[INFO] [stdout]   56:     0x58b73182f153 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::task::poll::Poll<()>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<tokio[d60d9248ff030648]::runtime::task::harness::poll_future<tokio[d60d9248ff030648]::runtime::blocking::task::BlockingTask<<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Launch>::launch::{closure#0}>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   57:     0x58b73182f153 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<tokio[d60d9248ff030648]::runtime::task::harness::poll_future<tokio[d60d9248ff030648]::runtime::blocking::task::BlockingTask<<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Launch>::launch::{closure#0}>>::{closure#0}>, core[27de1724e4349be2]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   58:     0x58b7317ec4fa - tokio[d60d9248ff030648]::runtime::task::harness::poll_future::<tokio[d60d9248ff030648]::runtime::blocking::task::BlockingTask<<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Launch>::launch::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/task/harness.rs:458:18
[INFO] [stdout]   59:     0x58b7317ed460 - <tokio[d60d9248ff030648]::runtime::task::harness::Harness<tokio[d60d9248ff030648]::runtime::blocking::task::BlockingTask<<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Launch>::launch::{closure#0}>, tokio[d60d9248ff030648]::runtime::blocking::schedule::NoopSchedule>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/task/harness.rs:104:27
[INFO] [stdout]   60:     0x58b7317ed8f7 - <tokio[d60d9248ff030648]::runtime::task::harness::Harness<tokio[d60d9248ff030648]::runtime::blocking::task::BlockingTask<<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Launch>::launch::{closure#0}>, tokio[d60d9248ff030648]::runtime::blocking::schedule::NoopSchedule>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/task/harness.rs:57:20
[INFO] [stdout]   61:     0x58b7318090fd - tokio[d60d9248ff030648]::runtime::task::raw::poll::<tokio[d60d9248ff030648]::runtime::blocking::task::BlockingTask<<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Launch>::launch::{closure#0}>, tokio[d60d9248ff030648]::runtime::blocking::schedule::NoopSchedule>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/task/raw.rs:144:13
[INFO] [stdout]   62:     0x58b73180a437 - <tokio[d60d9248ff030648]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/task/raw.rs:84:18
[INFO] [stdout]   63:     0x58b7317f2027 - <tokio[d60d9248ff030648]::runtime::task::UnownedTask<tokio[d60d9248ff030648]::runtime::blocking::schedule::NoopSchedule>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/task/mod.rs:413:13
[INFO] [stdout]   64:     0x58b731852ef7 - <tokio[d60d9248ff030648]::runtime::blocking::pool::Task>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/blocking/pool.rs:91:19
[INFO] [stdout]   65:     0x58b731854c0b - <tokio[d60d9248ff030648]::runtime::blocking::pool::Inner>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/blocking/pool.rs:325:22
[INFO] [stdout]   66:     0x58b7318527b7 - <tokio[d60d9248ff030648]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/blocking/pool.rs:300:50
[INFO] [stdout]   67:     0x58b7317ee886 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<<tokio[d60d9248ff030648]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   68:     0x58b73184b982 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<<tokio[d60d9248ff030648]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   69:     0x58b731828361 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<<tokio[d60d9248ff030648]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   70:     0x58b73184a337 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<<tokio[d60d9248ff030648]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x58b73184f95b - __rust_try
[INFO] [stdout]   72:     0x58b73184b540 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<<tokio[d60d9248ff030648]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   73:     0x58b73184b540 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<<tokio[d60d9248ff030648]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   74:     0x58b73184b540 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<<tokio[d60d9248ff030648]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   75:     0x58b731836cbf - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<<tokio[d60d9248ff030648]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   76:     0x58b7318ce07f - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   77:     0x58b7318ce07f - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   78:     0x77ac7461eaa4 - <unknown>
[INFO] [stdout]   79:     0x77ac746aba64 - clone
[INFO] [stdout]   80:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (30) panicked at src/lock_mgr.rs:185:17:
[INFO] [stdout] assertion failed: lock.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x58b7318ce812 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x58b7318ce812 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x58b7318ce812 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x58b7318ce812 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x58b7318e378a - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x58b7318e378a - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x58b7318d3806 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x58b7318d3806 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x58b7318ac6ff - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x58b7318ac6ff - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x58b7318c6679 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x58b7317b902e - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x58b7317b902e - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x58b7318c68e2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x58b7318c68e2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x58b7318ac7ea - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x58b7318a1a09 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x58b7318ad60d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x58b7318e3ecc - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x58b7318e3e92 - core[27de1724e4349be2]::panicking::panic
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x58b73177d461 - r_tpl[d49124d76c052e26]::lock_mgr::tests::test_acquire_multi_state::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lock_mgr.rs:185:17
[INFO] [stdout]   21:     0x58b731785ca0 - <tokio[d60d9248ff030648]::runtime::task::core::CoreStage<r_tpl[d49124d76c052e26]::lock_mgr::tests::test_acquire_multi_state::{closure#0}::{closure#0}>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/task/core.rs:165:24
[INFO] [stdout]   22:     0x58b731775ab6 - <tokio[d60d9248ff030648]::loom::std::unsafe_cell::UnsafeCell<tokio[d60d9248ff030648]::runtime::task::core::Stage<r_tpl[d49124d76c052e26]::lock_mgr::tests::test_acquire_multi_state::{closure#0}::{closure#0}>>>::with_mut::<core[27de1724e4349be2]::task::poll::Poll<()>, <tokio[d60d9248ff030648]::runtime::task::core::CoreStage<r_tpl[d49124d76c052e26]::lock_mgr::tests::test_acquire_multi_state::{closure#0}::{closure#0}>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   23:     0x58b73178a482 - <tokio[d60d9248ff030648]::runtime::task::core::CoreStage<r_tpl[d49124d76c052e26]::lock_mgr::tests::test_acquire_multi_state::{closure#0}::{closure#0}>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/task/core.rs:155:24
[INFO] [stdout]   24:     0x58b73176747d - tokio[d60d9248ff030648]::runtime::task::harness::poll_future::<r_tpl[d49124d76c052e26]::lock_mgr::tests::test_acquire_multi_state::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/task/harness.rs:470:30
[INFO] [stdout]   25:     0x58b731783870 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<tokio[d60d9248ff030648]::runtime::task::harness::poll_future<r_tpl[d49124d76c052e26]::lock_mgr::tests::test_acquire_multi_state::{closure#0}::{closure#0}>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   26:     0x58b73178e73e - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<tokio[d60d9248ff030648]::runtime::task::harness::poll_future<r_tpl[d49124d76c052e26]::lock_mgr::tests::test_acquire_multi_state::{closure#0}::{closure#0}>::{closure#0}>, core[27de1724e4349be2]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x58b73176f77b - __rust_try
[INFO] [stdout]   28:     0x58b73176e963 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::task::poll::Poll<()>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<tokio[d60d9248ff030648]::runtime::task::harness::poll_future<r_tpl[d49124d76c052e26]::lock_mgr::tests::test_acquire_multi_state::{closure#0}::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x58b73176e963 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<tokio[d60d9248ff030648]::runtime::task::harness::poll_future<r_tpl[d49124d76c052e26]::lock_mgr::tests::test_acquire_multi_state::{closure#0}::{closure#0}>::{closure#0}>, core[27de1724e4349be2]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x58b731766c99 - tokio[d60d9248ff030648]::runtime::task::harness::poll_future::<r_tpl[d49124d76c052e26]::lock_mgr::tests::test_acquire_multi_state::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/task/harness.rs:458:18
[INFO] [stdout]   31:     0x58b73176d5ee - <tokio[d60d9248ff030648]::runtime::task::harness::Harness<r_tpl[d49124d76c052e26]::lock_mgr::tests::test_acquire_multi_state::{closure#0}::{closure#0}, alloc[a57f19327c0ad893]::sync::Arc<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Shared>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/task/harness.rs:104:27
[INFO] [stdout]   32:     0x58b73176da53 - <tokio[d60d9248ff030648]::runtime::task::harness::Harness<r_tpl[d49124d76c052e26]::lock_mgr::tests::test_acquire_multi_state::{closure#0}::{closure#0}, alloc[a57f19327c0ad893]::sync::Arc<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/task/harness.rs:57:20
[INFO] [stdout]   33:     0x58b73179d12b - tokio[d60d9248ff030648]::runtime::task::raw::poll::<r_tpl[d49124d76c052e26]::lock_mgr::tests::test_acquire_multi_state::{closure#0}::{closure#0}, alloc[a57f19327c0ad893]::sync::Arc<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/task/raw.rs:144:13
[INFO] [stdout]   34:     0x58b73180a437 - <tokio[d60d9248ff030648]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/task/raw.rs:84:18
[INFO] [stdout]   35:     0x58b7317f1fe2 - <tokio[d60d9248ff030648]::runtime::task::LocalNotified<alloc[a57f19327c0ad893]::sync::Arc<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/task/mod.rs:376:13
[INFO] [stdout]   36:     0x58b73183ba15 - <tokio[d60d9248ff030648]::runtime::thread_pool::worker::Context>::run_task::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/thread_pool/worker.rs:431:18
[INFO] [stdout]   37:     0x58b7318522f0 - tokio[d60d9248ff030648]::coop::with_budget::<core[27de1724e4349be2]::result::Result<alloc[a57f19327c0ad893]::boxed::Box<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Core>, ()>, <tokio[d60d9248ff030648]::runtime::thread_pool::worker::Context>::run_task::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/coop.rs:102:9
[INFO] [stdout]   38:     0x58b7317fa068 - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[d60d9248ff030648]::coop::Budget>>>::try_with::<tokio[d60d9248ff030648]::coop::with_budget<core[27de1724e4349be2]::result::Result<alloc[a57f19327c0ad893]::boxed::Box<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Core>, ()>, <tokio[d60d9248ff030648]::runtime::thread_pool::worker::Context>::run_task::{closure#0}>::{closure#0}, core[27de1724e4349be2]::result::Result<alloc[a57f19327c0ad893]::boxed::Box<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Core>, ()>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   39:     0x58b7317f9d2f - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[d60d9248ff030648]::coop::Budget>>>::with::<tokio[d60d9248ff030648]::coop::with_budget<core[27de1724e4349be2]::result::Result<alloc[a57f19327c0ad893]::boxed::Box<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Core>, ()>, <tokio[d60d9248ff030648]::runtime::thread_pool::worker::Context>::run_task::{closure#0}>::{closure#0}, core[27de1724e4349be2]::result::Result<alloc[a57f19327c0ad893]::boxed::Box<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Core>, ()>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   40:     0x58b731844fec - tokio[d60d9248ff030648]::coop::with_budget::<core[27de1724e4349be2]::result::Result<alloc[a57f19327c0ad893]::boxed::Box<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Core>, ()>, <tokio[d60d9248ff030648]::runtime::thread_pool::worker::Context>::run_task::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/coop.rs:95:13
[INFO] [stdout]   41:     0x58b731844fec - tokio[d60d9248ff030648]::coop::budget::<core[27de1724e4349be2]::result::Result<alloc[a57f19327c0ad893]::boxed::Box<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Core>, ()>, <tokio[d60d9248ff030648]::runtime::thread_pool::worker::Context>::run_task::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/coop.rs:72:5
[INFO] [stdout]   42:     0x58b731844fec - <tokio[d60d9248ff030648]::runtime::thread_pool::worker::Context>::run_task
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/thread_pool/worker.rs:430:9
[INFO] [stdout]   43:     0x58b7318443b3 - <tokio[d60d9248ff030648]::runtime::thread_pool::worker::Context>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/thread_pool/worker.rs:397:29
[INFO] [stdout]   44:     0x58b73183c383 - tokio[d60d9248ff030648]::runtime::thread_pool::worker::run::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/thread_pool/worker.rs:382:20
[INFO] [stdout]   45:     0x58b7317fb88c - <tokio[d60d9248ff030648]::macros::scoped_tls::ScopedKey<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Context>>::set::<tokio[d60d9248ff030648]::runtime::thread_pool::worker::run::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   46:     0x58b73184588e - tokio[d60d9248ff030648]::runtime::thread_pool::worker::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/thread_pool/worker.rs:379:13
[INFO] [stdout]   47:     0x58b73183b58b - <tokio[d60d9248ff030648]::runtime::thread_pool::worker::Launch>::launch::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/thread_pool/worker.rs:358:45
[INFO] [stdout]   48:     0x58b7318123bb - <tokio[d60d9248ff030648]::runtime::blocking::task::BlockingTask<<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Launch>::launch::{closure#0}> as core[27de1724e4349be2]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/blocking/task.rs:42:21
[INFO] [stdout]   49:     0x58b731825d51 - <tokio[d60d9248ff030648]::runtime::task::core::CoreStage<tokio[d60d9248ff030648]::runtime::blocking::task::BlockingTask<<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Launch>::launch::{closure#0}>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/task/core.rs:165:24
[INFO] [stdout]   50:     0x58b73180855a - <tokio[d60d9248ff030648]::loom::std::unsafe_cell::UnsafeCell<tokio[d60d9248ff030648]::runtime::task::core::Stage<tokio[d60d9248ff030648]::runtime::blocking::task::BlockingTask<<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Launch>::launch::{closure#0}>>>>::with_mut::<core[27de1724e4349be2]::task::poll::Poll<()>, <tokio[d60d9248ff030648]::runtime::task::core::CoreStage<tokio[d60d9248ff030648]::runtime::blocking::task::BlockingTask<<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Launch>::launch::{closure#0}>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   51:     0x58b7318274d6 - <tokio[d60d9248ff030648]::runtime::task::core::CoreStage<tokio[d60d9248ff030648]::runtime::blocking::task::BlockingTask<<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Launch>::launch::{closure#0}>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/task/core.rs:155:24
[INFO] [stdout]   52:     0x58b7317ec841 - tokio[d60d9248ff030648]::runtime::task::harness::poll_future::<tokio[d60d9248ff030648]::runtime::blocking::task::BlockingTask<<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Launch>::launch::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/task/harness.rs:470:30
[INFO] [stdout]   53:     0x58b731828301 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<tokio[d60d9248ff030648]::runtime::task::harness::poll_future<tokio[d60d9248ff030648]::runtime::blocking::task::BlockingTask<<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Launch>::launch::{closure#0}>>::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x58b73184a2bf - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<tokio[d60d9248ff030648]::runtime::task::harness::poll_future<tokio[d60d9248ff030648]::runtime::blocking::task::BlockingTask<<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Launch>::launch::{closure#0}>>::{closure#0}>, core[27de1724e4349be2]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x58b73182f4cb - __rust_try
[INFO] [stdout]   56:     0x58b73182f153 - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::task::poll::Poll<()>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<tokio[d60d9248ff030648]::runtime::task::harness::poll_future<tokio[d60d9248ff030648]::runtime::blocking::task::BlockingTask<<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Launch>::launch::{closure#0}>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   57:     0x58b73182f153 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<tokio[d60d9248ff030648]::runtime::task::harness::poll_future<tokio[d60d9248ff030648]::runtime::blocking::task::BlockingTask<<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Launch>::launch::{closure#0}>>::{closure#0}>, core[27de1724e4349be2]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   58:     0x58b7317ec4fa - tokio[d60d9248ff030648]::runtime::task::harness::poll_future::<tokio[d60d9248ff030648]::runtime::blocking::task::BlockingTask<<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Launch>::launch::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/task/harness.rs:458:18
[INFO] [stdout]   59:     0x58b7317ed460 - <tokio[d60d9248ff030648]::runtime::task::harness::Harness<tokio[d60d9248ff030648]::runtime::blocking::task::BlockingTask<<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Launch>::launch::{closure#0}>, tokio[d60d9248ff030648]::runtime::blocking::schedule::NoopSchedule>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/task/harness.rs:104:27
[INFO] [stdout]   60:     0x58b7317ed8f7 - <tokio[d60d9248ff030648]::runtime::task::harness::Harness<tokio[d60d9248ff030648]::runtime::blocking::task::BlockingTask<<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Launch>::launch::{closure#0}>, tokio[d60d9248ff030648]::runtime::blocking::schedule::NoopSchedule>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/task/harness.rs:57:20
[INFO] [stdout]   61:     0x58b7318090fd - tokio[d60d9248ff030648]::runtime::task::raw::poll::<tokio[d60d9248ff030648]::runtime::blocking::task::BlockingTask<<tokio[d60d9248ff030648]::runtime::thread_pool::worker::Launch>::launch::{closure#0}>, tokio[d60d9248ff030648]::runtime::blocking::schedule::NoopSchedule>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/task/raw.rs:144:13
[INFO] [stdout]   62:     0x58b73180a437 - <tokio[d60d9248ff030648]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/task/raw.rs:84:18
[INFO] [stdout]   63:     0x58b7317f2027 - <tokio[d60d9248ff030648]::runtime::task::UnownedTask<tokio[d60d9248ff030648]::runtime::blocking::schedule::NoopSchedule>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/task/mod.rs:413:13
[INFO] [stdout]   64:     0x58b731852ef7 - <tokio[d60d9248ff030648]::runtime::blocking::pool::Task>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/blocking/pool.rs:91:19
[INFO] [stdout]   65:     0x58b731854c0b - <tokio[d60d9248ff030648]::runtime::blocking::pool::Inner>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/blocking/pool.rs:325:22
[INFO] [stdout]   66:     0x58b7318527b7 - <tokio[d60d9248ff030648]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/blocking/pool.rs:300:50
[INFO] [stdout]   67:     0x58b7317ee886 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<<tokio[d60d9248ff030648]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   68:     0x58b73184b982 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<<tokio[d60d9248ff030648]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   69:     0x58b731828361 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<<tokio[d60d9248ff030648]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   70:     0x58b73184a337 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<<tokio[d60d9248ff030648]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x58b73184f95b - __rust_try
[INFO] [stdout]   72:     0x58b73184b540 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<<tokio[d60d9248ff030648]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   73:     0x58b73184b540 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<<tokio[d60d9248ff030648]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   74:     0x58b73184b540 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<<tokio[d60d9248ff030648]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   75:     0x58b731836cbf - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<<tokio[d60d9248ff030648]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   76:     0x58b7318ce07f - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   77:     0x58b7318ce07f - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   78:     0x77ac7461eaa4 - <unknown>
[INFO] [stdout]   79:     0x77ac746aba64 - clone
[INFO] [stdout]   80:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'lock_mgr::tests::test_acquire_multi_state' (25) panicked at src/lock_mgr.rs:195:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 1
[INFO] [stdout]  right: 0
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x58b7318ce812 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x58b7318ce812 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x58b7318ce812 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x58b7318ce812 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x58b7318e378a - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x58b7318e378a - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x58b7318d3806 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x58b7318d3806 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x58b7318ac6ff - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x58b7318ac6ff - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x58b7318c6679 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x58b7317b902e - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x58b7317b902e - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x58b7318c68e2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x58b7318c68e2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x58b7318ac7b8 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x58b7318a1a09 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x58b7318ad60d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x58b7318e3ecc - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x58b7318e3d83 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x58b7318dfdbd - core[27de1724e4349be2]::panicking::assert_failed::<usize, usize>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x58b73177e9dd - r_tpl[d49124d76c052e26]::lock_mgr::tests::test_acquire_multi_state::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lock_mgr.rs:195:9
[INFO] [stdout]   22:     0x58b73179912d - <tokio[d60d9248ff030648]::park::thread::CachedParkThread>::block_on::<r_tpl[d49124d76c052e26]::lock_mgr::tests::test_acquire_multi_state::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x58b731781850 - tokio[d60d9248ff030648]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<()>, <tokio[d60d9248ff030648]::park::thread::CachedParkThread>::block_on<r_tpl[d49124d76c052e26]::lock_mgr::tests::test_acquire_multi_state::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/coop.rs:102:9
[INFO] [stdout]   24:     0x58b7317a01d5 - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[d60d9248ff030648]::coop::Budget>>>::try_with::<tokio[d60d9248ff030648]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<()>, <tokio[d60d9248ff030648]::park::thread::CachedParkThread>::block_on<r_tpl[d49124d76c052e26]::lock_mgr::tests::test_acquire_multi_state::{closure#0}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x58b73179fc9e - <std[3b51380354919863]::thread::local::LocalKey<core[27de1724e4349be2]::cell::Cell<tokio[d60d9248ff030648]::coop::Budget>>>::with::<tokio[d60d9248ff030648]::coop::with_budget<core[27de1724e4349be2]::task::poll::Poll<()>, <tokio[d60d9248ff030648]::park::thread::CachedParkThread>::block_on<r_tpl[d49124d76c052e26]::lock_mgr::tests::test_acquire_multi_state::{closure#0}>::{closure#0}>::{closure#0}, core[27de1724e4349be2]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x58b7317975d8 - tokio[d60d9248ff030648]::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<()>, <tokio[d60d9248ff030648]::park::thread::CachedParkThread>::block_on<r_tpl[d49124d76c052e26]::lock_mgr::tests::test_acquire_multi_state::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/coop.rs:95:13
[INFO] [stdout]   27:     0x58b7317975d8 - tokio[d60d9248ff030648]::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<()>, <tokio[d60d9248ff030648]::park::thread::CachedParkThread>::block_on<r_tpl[d49124d76c052e26]::lock_mgr::tests::test_acquire_multi_state::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/coop.rs:72:5
[INFO] [stdout]   28:     0x58b7317975d8 - <tokio[d60d9248ff030648]::park::thread::CachedParkThread>::block_on::<r_tpl[d49124d76c052e26]::lock_mgr::tests::test_acquire_multi_state::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x58b7317a8bb1 - <tokio[d60d9248ff030648]::runtime::enter::Enter>::block_on::<r_tpl[d49124d76c052e26]::lock_mgr::tests::test_acquire_multi_state::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/enter.rs:151:18
[INFO] [stdout]   30:     0x58b73179f986 - <tokio[d60d9248ff030648]::runtime::thread_pool::ThreadPool>::block_on::<r_tpl[d49124d76c052e26]::lock_mgr::tests::test_acquire_multi_state::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/thread_pool/mod.rs:81:15
[INFO] [stdout]   31:     0x58b73178ac92 - <tokio[d60d9248ff030648]::runtime::Runtime>::block_on::<r_tpl[d49124d76c052e26]::lock_mgr::tests::test_acquire_multi_state::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/mod.rs:477:48
[INFO] [stdout]   32:     0x58b73177f927 - r_tpl[d49124d76c052e26]::lock_mgr::tests::test_acquire_multi_state
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lock_mgr.rs:197:56
[INFO] [stdout]   33:     0x58b73177db97 - r_tpl[d49124d76c052e26]::lock_mgr::tests::test_acquire_multi_state::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lock_mgr.rs:178:44
[INFO] [stdout]   34:     0x58b731774ba6 - <r_tpl[d49124d76c052e26]::lock_mgr::tests::test_acquire_multi_state::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   35:     0x58b7317ad3db - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   36:     0x58b7317ad3db - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   37:     0x58b7317b9c3a - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   38:     0x58b7317b9c3a - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   39:     0x58b7317b9c3a - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   40:     0x58b7317b9c3a - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   41:     0x58b7317b9c3a - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x58b7317b9c3a - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   43:     0x58b7317b9c3a - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   44:     0x58b7317b51e4 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   45:     0x58b7317b51e4 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   46:     0x58b7317bc732 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   47:     0x58b7317bc732 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   48:     0x58b7317bc732 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   49:     0x58b7317bc732 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x58b7317bc732 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x58b7317bc732 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   52:     0x58b7317bc732 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x58b7318ce07f - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   54:     0x58b7318ce07f - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   55:     0x77ac7461eaa4 - <unknown>
[INFO] [stdout]   56:     0x77ac746aba64 - clone
[INFO] [stdout]   57:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     lock_mgr::tests::test_acquire_multi_state
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 2 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "4d56a75d1f3a2941d1f24114dbd55ba315cc746f9d97eddf6753062706c4668e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4d56a75d1f3a2941d1f24114dbd55ba315cc746f9d97eddf6753062706c4668e", kill_on_drop: false }`
[INFO] [stdout] 4d56a75d1f3a2941d1f24114dbd55ba315cc746f9d97eddf6753062706c4668e
