[INFO] fetching crate ref-portals 1.0.0-beta.2... [INFO] testing ref-portals-1.0.0-beta.2 against try#ecabaf78506b7a4668d42dc20268c086b93f0fad for pr-87041 [INFO] extracting crate ref-portals 1.0.0-beta.2 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate ref-portals 1.0.0-beta.2 on toolchain ecabaf78506b7a4668d42dc20268c086b93f0fad [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ref-portals 1.0.0-beta.2 [INFO] finished tweaking crates.io crate ref-portals 1.0.0-beta.2 [INFO] tweaked toml for crates.io crate ref-portals 1.0.0-beta.2 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded assert-panic v1.0.0-preview.1 [INFO] [stderr] Downloaded assert-impl v0.1.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 30feb0f9ca04f08c3feb10d480524daaa0676a6a275a3aa63460f0517308a147 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "30feb0f9ca04f08c3feb10d480524daaa0676a6a275a3aa63460f0517308a147", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "30feb0f9ca04f08c3feb10d480524daaa0676a6a275a3aa63460f0517308a147", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "30feb0f9ca04f08c3feb10d480524daaa0676a6a275a3aa63460f0517308a147", kill_on_drop: false }` [INFO] [stdout] 30feb0f9ca04f08c3feb10d480524daaa0676a6a275a3aa63460f0517308a147 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 930b49c0a420f54538d3d29a08c0d23a0042d862ca97df72a5805566bdfe4e57 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "930b49c0a420f54538d3d29a08c0d23a0042d862ca97df72a5805566bdfe4e57", kill_on_drop: false }` [INFO] [stderr] Compiling wyz v0.2.0 [INFO] [stderr] Compiling ref-portals v1.0.0-beta.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/rc.rs:282:20 [INFO] [stdout] | [INFO] [stdout] 282 | panic!(ANCHOR_STILL_IN_USE) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 282 | panic!("{}", ANCHOR_STILL_IN_USE) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 282 | std::panic::panic_any(ANCHOR_STILL_IN_USE) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/rc.rs:288:24 [INFO] [stdout] | [INFO] [stdout] 288 | panic!(ANCHOR_POISONED) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 288 | panic!("{}", ANCHOR_POISONED) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 288 | std::panic::panic_any(ANCHOR_POISONED) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/rc.rs:388:20 [INFO] [stdout] | [INFO] [stdout] 388 | panic!(ANCHOR_POISONED) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 388 | panic!("{}", ANCHOR_POISONED) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 388 | std::panic::panic_any(ANCHOR_POISONED) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/rc.rs:397:20 [INFO] [stdout] | [INFO] [stdout] 397 | panic!(ANCHOR_POISONED) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 397 | panic!("{}", ANCHOR_POISONED) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 397 | std::panic::panic_any(ANCHOR_POISONED) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/sync.rs:282:36 [INFO] [stdout] | [INFO] [stdout] 282 | .unwrap_or_else(|_| panic!(ANCHOR_STILL_IN_USE)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 282 | .unwrap_or_else(|_| panic!("{}", ANCHOR_STILL_IN_USE)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 282 | .unwrap_or_else(|_| std::panic::panic_any(ANCHOR_STILL_IN_USE)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/sync.rs:321:20 [INFO] [stdout] | [INFO] [stdout] 321 | panic!(ANCHOR_STILL_IN_USE); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 321 | panic!("{}", ANCHOR_STILL_IN_USE); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 321 | std::panic::panic_any(ANCHOR_STILL_IN_USE); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/sync.rs:363:20 [INFO] [stdout] | [INFO] [stdout] 363 | panic!(ANCHOR_STILL_IN_USE); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 363 | panic!("{}", ANCHOR_STILL_IN_USE); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 363 | std::panic::panic_any(ANCHOR_STILL_IN_USE); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.77s [INFO] running `Command { std: "docker" "inspect" "930b49c0a420f54538d3d29a08c0d23a0042d862ca97df72a5805566bdfe4e57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "930b49c0a420f54538d3d29a08c0d23a0042d862ca97df72a5805566bdfe4e57", kill_on_drop: false }` [INFO] [stdout] 930b49c0a420f54538d3d29a08c0d23a0042d862ca97df72a5805566bdfe4e57 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1e4da238a79aaab2dddefc9ac8136360f28a7af4ec9df73d6eb90f8f8b8e35fc [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "1e4da238a79aaab2dddefc9ac8136360f28a7af4ec9df73d6eb90f8f8b8e35fc", kill_on_drop: false }` [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling assert-panic v1.0.0-preview.1 [INFO] [stderr] Compiling assert-impl v0.1.3 [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/rc.rs:282:20 [INFO] [stdout] | [INFO] [stdout] 282 | panic!(ANCHOR_STILL_IN_USE) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 282 | panic!("{}", ANCHOR_STILL_IN_USE) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 282 | std::panic::panic_any(ANCHOR_STILL_IN_USE) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/rc.rs:288:24 [INFO] [stdout] | [INFO] [stdout] 288 | panic!(ANCHOR_POISONED) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 288 | panic!("{}", ANCHOR_POISONED) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 288 | std::panic::panic_any(ANCHOR_POISONED) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/rc.rs:388:20 [INFO] [stdout] | [INFO] [stdout] 388 | panic!(ANCHOR_POISONED) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 388 | panic!("{}", ANCHOR_POISONED) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 388 | std::panic::panic_any(ANCHOR_POISONED) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/rc.rs:397:20 [INFO] [stdout] | [INFO] [stdout] 397 | panic!(ANCHOR_POISONED) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 397 | panic!("{}", ANCHOR_POISONED) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 397 | std::panic::panic_any(ANCHOR_POISONED) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/sync.rs:282:36 [INFO] [stdout] | [INFO] [stdout] 282 | .unwrap_or_else(|_| panic!(ANCHOR_STILL_IN_USE)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 282 | .unwrap_or_else(|_| panic!("{}", ANCHOR_STILL_IN_USE)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 282 | .unwrap_or_else(|_| std::panic::panic_any(ANCHOR_STILL_IN_USE)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/sync.rs:321:20 [INFO] [stdout] | [INFO] [stdout] 321 | panic!(ANCHOR_STILL_IN_USE); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 321 | panic!("{}", ANCHOR_STILL_IN_USE); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 321 | std::panic::panic_any(ANCHOR_STILL_IN_USE); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/sync.rs:363:20 [INFO] [stdout] | [INFO] [stdout] 363 | panic!(ANCHOR_STILL_IN_USE); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 363 | panic!("{}", ANCHOR_STILL_IN_USE); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 363 | std::panic::panic_any(ANCHOR_STILL_IN_USE); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tinyvec v1.2.0 [INFO] [stderr] Compiling unicode-bidi v0.3.5 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling pulldown-cmark v0.8.0 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling version-sync v0.9.2 [INFO] [stderr] Compiling ref-portals v1.0.0-beta.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/rc.rs:282:20 [INFO] [stdout] | [INFO] [stdout] 282 | panic!(ANCHOR_STILL_IN_USE) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 282 | panic!("{}", ANCHOR_STILL_IN_USE) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 282 | std::panic::panic_any(ANCHOR_STILL_IN_USE) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/rc.rs:288:24 [INFO] [stdout] | [INFO] [stdout] 288 | panic!(ANCHOR_POISONED) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 288 | panic!("{}", ANCHOR_POISONED) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 288 | std::panic::panic_any(ANCHOR_POISONED) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/rc.rs:388:20 [INFO] [stdout] | [INFO] [stdout] 388 | panic!(ANCHOR_POISONED) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 388 | panic!("{}", ANCHOR_POISONED) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 388 | std::panic::panic_any(ANCHOR_POISONED) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/rc.rs:397:20 [INFO] [stdout] | [INFO] [stdout] 397 | panic!(ANCHOR_POISONED) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 397 | panic!("{}", ANCHOR_POISONED) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 397 | std::panic::panic_any(ANCHOR_POISONED) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/sync.rs:282:36 [INFO] [stdout] | [INFO] [stdout] 282 | .unwrap_or_else(|_| panic!(ANCHOR_STILL_IN_USE)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 282 | .unwrap_or_else(|_| panic!("{}", ANCHOR_STILL_IN_USE)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 282 | .unwrap_or_else(|_| std::panic::panic_any(ANCHOR_STILL_IN_USE)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/sync.rs:321:20 [INFO] [stdout] | [INFO] [stdout] 321 | panic!(ANCHOR_STILL_IN_USE); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 321 | panic!("{}", ANCHOR_STILL_IN_USE); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 321 | std::panic::panic_any(ANCHOR_STILL_IN_USE); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/sync.rs:363:20 [INFO] [stdout] | [INFO] [stdout] 363 | panic!(ANCHOR_STILL_IN_USE); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 363 | panic!("{}", ANCHOR_STILL_IN_USE); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 363 | std::panic::panic_any(ANCHOR_STILL_IN_USE); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 17.80s [INFO] running `Command { std: "docker" "inspect" "1e4da238a79aaab2dddefc9ac8136360f28a7af4ec9df73d6eb90f8f8b8e35fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1e4da238a79aaab2dddefc9ac8136360f28a7af4ec9df73d6eb90f8f8b8e35fc", kill_on_drop: false }` [INFO] [stdout] 1e4da238a79aaab2dddefc9ac8136360f28a7af4ec9df73d6eb90f8f8b8e35fc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] df48ffaf4172230f4ed79d5955f804788311fcb6e2ad8ea3f3bf313057aec143 [INFO] running `Command { std: "docker" "start" "-a" "df48ffaf4172230f4ed79d5955f804788311fcb6e2ad8ea3f3bf313057aec143", kill_on_drop: false }` [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/rc.rs:282:20 [INFO] [stderr] | [INFO] [stderr] 282 | panic!(ANCHOR_STILL_IN_USE) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 282 | panic!("{}", ANCHOR_STILL_IN_USE) [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: or use std::panic::panic_any instead [INFO] [stderr] | [INFO] [stderr] 282 | std::panic::panic_any(ANCHOR_STILL_IN_USE) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/rc.rs:288:24 [INFO] [stderr] | [INFO] [stderr] 288 | panic!(ANCHOR_POISONED) [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 288 | panic!("{}", ANCHOR_POISONED) [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: or use std::panic::panic_any instead [INFO] [stderr] | [INFO] [stderr] 288 | std::panic::panic_any(ANCHOR_POISONED) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/rc.rs:388:20 [INFO] [stderr] | [INFO] [stderr] 388 | panic!(ANCHOR_POISONED) [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 388 | panic!("{}", ANCHOR_POISONED) [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: or use std::panic::panic_any instead [INFO] [stderr] | [INFO] [stderr] 388 | std::panic::panic_any(ANCHOR_POISONED) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/rc.rs:397:20 [INFO] [stderr] | [INFO] [stderr] 397 | panic!(ANCHOR_POISONED) [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 397 | panic!("{}", ANCHOR_POISONED) [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: or use std::panic::panic_any instead [INFO] [stderr] | [INFO] [stderr] 397 | std::panic::panic_any(ANCHOR_POISONED) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/sync.rs:282:36 [INFO] [stderr] | [INFO] [stderr] 282 | .unwrap_or_else(|_| panic!(ANCHOR_STILL_IN_USE)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 282 | .unwrap_or_else(|_| panic!("{}", ANCHOR_STILL_IN_USE)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: or use std::panic::panic_any instead [INFO] [stderr] | [INFO] [stderr] 282 | .unwrap_or_else(|_| std::panic::panic_any(ANCHOR_STILL_IN_USE)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/sync.rs:321:20 [INFO] [stderr] | [INFO] [stderr] 321 | panic!(ANCHOR_STILL_IN_USE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 321 | panic!("{}", ANCHOR_STILL_IN_USE); [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: or use std::panic::panic_any instead [INFO] [stderr] | [INFO] [stderr] 321 | std::panic::panic_any(ANCHOR_STILL_IN_USE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/sync.rs:363:20 [INFO] [stderr] | [INFO] [stderr] 363 | panic!(ANCHOR_STILL_IN_USE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 363 | panic!("{}", ANCHOR_STILL_IN_USE); [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: or use std::panic::panic_any instead [INFO] [stderr] | [INFO] [stderr] 363 | std::panic::panic_any(ANCHOR_STILL_IN_USE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 7 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/rc.rs:282:20 [INFO] [stderr] | [INFO] [stderr] 282 | panic!(ANCHOR_STILL_IN_USE) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 282 | panic!("{}", ANCHOR_STILL_IN_USE) [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: or use std::panic::panic_any instead [INFO] [stderr] | [INFO] [stderr] 282 | std::panic::panic_any(ANCHOR_STILL_IN_USE) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/rc.rs:288:24 [INFO] [stderr] | [INFO] [stderr] 288 | panic!(ANCHOR_POISONED) [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 288 | panic!("{}", ANCHOR_POISONED) [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: or use std::panic::panic_any instead [INFO] [stderr] | [INFO] [stderr] 288 | std::panic::panic_any(ANCHOR_POISONED) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/rc.rs:388:20 [INFO] [stderr] | [INFO] [stderr] 388 | panic!(ANCHOR_POISONED) [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 388 | panic!("{}", ANCHOR_POISONED) [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: or use std::panic::panic_any instead [INFO] [stderr] | [INFO] [stderr] 388 | std::panic::panic_any(ANCHOR_POISONED) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/rc.rs:397:20 [INFO] [stderr] | [INFO] [stderr] 397 | panic!(ANCHOR_POISONED) [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 397 | panic!("{}", ANCHOR_POISONED) [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: or use std::panic::panic_any instead [INFO] [stderr] | [INFO] [stderr] 397 | std::panic::panic_any(ANCHOR_POISONED) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/sync.rs:282:36 [INFO] [stderr] | [INFO] [stderr] 282 | .unwrap_or_else(|_| panic!(ANCHOR_STILL_IN_USE)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 282 | .unwrap_or_else(|_| panic!("{}", ANCHOR_STILL_IN_USE)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: or use std::panic::panic_any instead [INFO] [stderr] | [INFO] [stderr] 282 | .unwrap_or_else(|_| std::panic::panic_any(ANCHOR_STILL_IN_USE)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/sync.rs:321:20 [INFO] [stderr] | [INFO] [stderr] 321 | panic!(ANCHOR_STILL_IN_USE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 321 | panic!("{}", ANCHOR_STILL_IN_USE); [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: or use std::panic::panic_any instead [INFO] [stderr] | [INFO] [stderr] 321 | std::panic::panic_any(ANCHOR_STILL_IN_USE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/sync.rs:363:20 [INFO] [stderr] | [INFO] [stderr] 363 | panic!(ANCHOR_STILL_IN_USE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 363 | panic!("{}", ANCHOR_STILL_IN_USE); [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: or use std::panic::panic_any instead [INFO] [stderr] | [INFO] [stderr] 363 | std::panic::panic_any(ANCHOR_STILL_IN_USE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 7 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/ref_portals-b76a34401f36f765) [INFO] [stdout] [INFO] [stderr] Running tests/version-numbers.rs (/opt/rustwide/target/debug/deps/version_numbers-5bde0661d83a0a82) [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test test_readme_deps ... ok [INFO] [stderr] Doc-tests ref-portals [INFO] [stdout] test test_html_root_url ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 21 tests [INFO] [stdout] test src/rc.rs - rc::Anchor (line 37) ... FAILED [INFO] [stdout] test src/rc.rs - rc::Anchor (line 296) ... FAILED [INFO] [stdout] test src/rc.rs - rc::RwAnchor (line 64) ... FAILED [INFO] [stdout] test src/rc.rs - rc::Anchor::portal (line 140) ... ok [INFO] [stdout] test src/rc.rs - rc::RwAnchor::portal (line 182) ... ok [INFO] [stdout] test src/rc.rs - rc::RwAnchor (line 97) ... ok [INFO] [stdout] test src/sync.rs - sync::RwAnchor (line 111) ... ok [INFO] [stdout] test src/lib.rs - (line 4) ... ok [INFO] [stdout] test src/rc.rs - rc::RwAnchor (line 313) ... ok [INFO] [stdout] test src/sync.rs - sync::RwAnchor (line 94) ... ok [INFO] [stdout] test src/lib.rs - (line 20) ... ok [INFO] [stdout] test src/rc.rs - rc::RwAnchor::drop (line 241) ... ok [INFO] [stdout] test src/sync.rs - sync::RwAnchor (line 372) ... ok [INFO] [stdout] test src/sync.rs - sync::Anchor (line 63) ... ok [INFO] [stdout] test src/sync.rs - sync::Anchor::drop (line 262) ... ok [INFO] [stdout] test src/rc.rs - rc::RwAnchor (line 80) ... ok [INFO] [stdout] test src/sync.rs - sync::WAnchor (line 165) ... ok [INFO] [stdout] test src/sync.rs - sync::RwAnchor::drop (line 293) ... ok [INFO] [stdout] test src/sync.rs - sync::WAnchor (line 148) ... ok [INFO] [stdout] test src/sync.rs - sync::WAnchor (line 395) ... ok [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] [stdout] test src/sync.rs - sync::WAnchor::drop (line 335) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/rc.rs - rc::Anchor (line 37) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `assert_deadlock` [INFO] [stdout] --> src/rc.rs:38:6 [INFO] [stdout] | [INFO] [stdout] 3 | use {assert_deadlock::assert_deadlock, std::time::Duration}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `assert_deadlock` [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_deadlock` [INFO] [stdout] --> src/rc.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 10 | assert_deadlock!(drop(anchor), Duration::from_secs(1)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/rc.rs - rc::Anchor (line 296) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `assert_deadlock` [INFO] [stdout] --> src/rc.rs:297:6 [INFO] [stdout] | [INFO] [stdout] 3 | use {assert_deadlock::assert_deadlock, std::time::Duration}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `assert_deadlock` [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_deadlock` [INFO] [stdout] --> src/rc.rs:304:1 [INFO] [stdout] | [INFO] [stdout] 10 | assert_deadlock!( [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/rc.rs - rc::RwAnchor (line 64) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `assert_deadlock` [INFO] [stdout] --> src/rc.rs:65:6 [INFO] [stdout] | [INFO] [stdout] 3 | use {assert_deadlock::assert_deadlock, std::time::Duration}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `assert_deadlock` [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_deadlock` [INFO] [stdout] --> src/rc.rs:73:1 [INFO] [stdout] | [INFO] [stdout] 11 | assert_deadlock!(drop(anchor), Duration::from_secs(1)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/rc.rs - rc::Anchor (line 296) [INFO] [stdout] src/rc.rs - rc::Anchor (line 37) [INFO] [stdout] src/rc.rs - rc::RwAnchor (line 64) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 18 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.65s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "df48ffaf4172230f4ed79d5955f804788311fcb6e2ad8ea3f3bf313057aec143", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "df48ffaf4172230f4ed79d5955f804788311fcb6e2ad8ea3f3bf313057aec143", kill_on_drop: false }` [INFO] [stdout] df48ffaf4172230f4ed79d5955f804788311fcb6e2ad8ea3f3bf313057aec143