[INFO] fetching crate acyclic-network 0.2.0...
[INFO] checking acyclic-network-0.2.0 against try#8d0c454bea9d9cc2cc7e288388f3b7d1da19c04f for pr-114559
[INFO] extracting crate acyclic-network 0.2.0 into /workspace/builds/worker-7-tc2/source
[INFO] validating manifest of crates.io crate acyclic-network 0.2.0 on toolchain 8d0c454bea9d9cc2cc7e288388f3b7d1da19c04f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8d0c454bea9d9cc2cc7e288388f3b7d1da19c04f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate acyclic-network 0.2.0
[INFO] finished tweaking crates.io crate acyclic-network 0.2.0
[INFO] tweaked toml for crates.io crate acyclic-network 0.2.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8d0c454bea9d9cc2cc7e288388f3b7d1da19c04f" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8d0c454bea9d9cc2cc7e288388f3b7d1da19c04f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5c16f4e6c37141f9fef0bc86f7a492d732943053e42aab8461035881e3f53823" "/opt/rustwide/cargo-home/bin/cargo" "+8d0c454bea9d9cc2cc7e288388f3b7d1da19c04f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 417c2d334c3734377212d4a792e8af189aaace4eecc1ea054cf7e15966c7894e
[INFO] running `Command { std: "docker" "start" "-a" "417c2d334c3734377212d4a792e8af189aaace4eecc1ea054cf7e15966c7894e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "417c2d334c3734377212d4a792e8af189aaace4eecc1ea054cf7e15966c7894e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "417c2d334c3734377212d4a792e8af189aaace4eecc1ea054cf7e15966c7894e", kill_on_drop: false }`
[INFO] [stdout] 417c2d334c3734377212d4a792e8af189aaace4eecc1ea054cf7e15966c7894e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5c16f4e6c37141f9fef0bc86f7a492d732943053e42aab8461035881e3f53823" "/opt/rustwide/cargo-home/bin/cargo" "+8d0c454bea9d9cc2cc7e288388f3b7d1da19c04f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7f5988deccc2c1bfe31a5b2d21c13b9bfbbf171535cd7e2fa76ec3446408687b
[INFO] running `Command { std: "docker" "start" "-a" "7f5988deccc2c1bfe31a5b2d21c13b9bfbbf171535cd7e2fa76ec3446408687b", kill_on_drop: false }`
[INFO] [stderr]     Checking fixedbitset v0.1.9
[INFO] [stderr]     Checking rand v0.4.6
[INFO] [stderr]     Checking acyclic-network v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 184 |     type Item = (LinkRefItem<'a, N, L, EXTID>);
[INFO] [stdout]     |                 ^                            ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 184 -     type Item = (LinkRefItem<'a, N, L, EXTID>);
[INFO] [stdout] 184 +     type Item = LinkRefItem<'a, N, L, EXTID>;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 184 |     type Item = (LinkRefItem<'a, N, L, EXTID>);
[INFO] [stdout]     |                 ^                            ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 184 -     type Item = (LinkRefItem<'a, N, L, EXTID>);
[INFO] [stdout] 184 +     type Item = LinkRefItem<'a, N, L, EXTID>;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:859:20
[INFO] [stdout]     |
[INFO] [stdout] 859 |             panic!(err);
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: `#[warn(non_fmt_panics)]` on by default
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout] 859 |             panic!("{}", err);
[INFO] [stdout]     |                    +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:892:20
[INFO] [stdout]     |
[INFO] [stdout] 892 |             panic!(err);
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout] 892 |             panic!("{}", err);
[INFO] [stdout]     |                    +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:859:20
[INFO] [stdout]     |
[INFO] [stdout] 859 |             panic!(err);
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: `#[warn(non_fmt_panics)]` on by default
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout] 859 |             panic!("{}", err);
[INFO] [stdout]     |                    +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:892:20
[INFO] [stdout]     |
[INFO] [stdout] 892 |             panic!(err);
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout] 892 |             panic!("{}", err);
[INFO] [stdout]     |                    +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::drop` with a value that implements `Copy` does nothing
[INFO] [stdout]     --> src/lib.rs:1529:9
[INFO] [stdout]      |
[INFO] [stdout] 1529 |         drop(i1);
[INFO] [stdout]      |         ^^^^^--^
[INFO] [stdout]      |              |
[INFO] [stdout]      |              argument has type `NodeIndex`
[INFO] [stdout]      |
[INFO] [stdout]      = note: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]      = note: `#[warn(dropping_copy_types)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::drop` with a value that implements `Copy` does nothing
[INFO] [stdout]     --> src/lib.rs:1543:9
[INFO] [stdout]      |
[INFO] [stdout] 1543 |         drop(h2);
[INFO] [stdout]      |         ^^^^^--^
[INFO] [stdout]      |              |
[INFO] [stdout]      |              argument has type `NodeIndex`
[INFO] [stdout]      |
[INFO] [stdout]      = note: use `let _ = ...` to ignore the expression or result
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::drop` with a value that implements `Copy` does nothing
[INFO] [stdout]     --> src/lib.rs:1555:9
[INFO] [stdout]      |
[INFO] [stdout] 1555 |         drop(o1);
[INFO] [stdout]      |         ^^^^^--^
[INFO] [stdout]      |              |
[INFO] [stdout]      |              argument has type `NodeIndex`
[INFO] [stdout]      |
[INFO] [stdout]      = note: use `let _ = ...` to ignore the expression or result
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 6 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 0.81s
[INFO] running `Command { std: "docker" "inspect" "7f5988deccc2c1bfe31a5b2d21c13b9bfbbf171535cd7e2fa76ec3446408687b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7f5988deccc2c1bfe31a5b2d21c13b9bfbbf171535cd7e2fa76ec3446408687b", kill_on_drop: false }`
[INFO] [stdout] 7f5988deccc2c1bfe31a5b2d21c13b9bfbbf171535cd7e2fa76ec3446408687b
