[INFO] fetching crate floyd-warshall-alg 0.1.3... [INFO] testing floyd-warshall-alg-0.1.3 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate floyd-warshall-alg 0.1.3 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate floyd-warshall-alg 0.1.3 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate floyd-warshall-alg 0.1.3 [INFO] finished tweaking crates.io crate floyd-warshall-alg 0.1.3 [INFO] tweaked toml for crates.io crate floyd-warshall-alg 0.1.3 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8d8a4253f90bc4a08c43493bb311da21e7fbc2244fad6c0d32c503105715e701 [INFO] running `Command { std: "docker" "start" "-a" "8d8a4253f90bc4a08c43493bb311da21e7fbc2244fad6c0d32c503105715e701", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8d8a4253f90bc4a08c43493bb311da21e7fbc2244fad6c0d32c503105715e701", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d8a4253f90bc4a08c43493bb311da21e7fbc2244fad6c0d32c503105715e701", kill_on_drop: false }` [INFO] [stdout] 8d8a4253f90bc4a08c43493bb311da21e7fbc2244fad6c0d32c503105715e701 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a44efc010cd5d04890a14c8d623ddb83fb1a7950363ac8f27740f5f7b3f9351f [INFO] running `Command { std: "docker" "start" "-a" "a44efc010cd5d04890a14c8d623ddb83fb1a7950363ac8f27740f5f7b3f9351f", kill_on_drop: false }` [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling indexmap v1.8.1 [INFO] [stderr] Compiling safe-graph v0.1.6 [INFO] [stderr] Compiling floyd-warshall-alg v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/floyd_warshall.rs:24:13 [INFO] [stdout] | [INFO] [stdout] 24 | op: Box F>, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 24 - op: Box F>, [INFO] [stdout] 24 + op: Box F>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/floyd_warshall.rs:44:14 [INFO] [stdout] | [INFO] [stdout] 44 | cmp: Box bool>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 44 - cmp: Box bool>, [INFO] [stdout] 44 + cmp: Box bool>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/floyd_warshall.rs:88:35 [INFO] [stdout] | [INFO] [stdout] 88 | pub fn new_customized(op: Box F>, cmp: Box bool>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 88 - pub fn new_customized(op: Box F>, cmp: Box bool>) -> Self { [INFO] [stdout] 88 + pub fn new_customized(op: Box F>, cmp: Box bool>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/floyd_warshall.rs:88:60 [INFO] [stdout] | [INFO] [stdout] 88 | pub fn new_customized(op: Box F>, cmp: Box bool>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 88 - pub fn new_customized(op: Box F>, cmp: Box bool>) -> Self { [INFO] [stdout] 88 + pub fn new_customized(op: Box F>, cmp: Box bool>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/floyd_warshall.rs:112:17 [INFO] [stdout] | [INFO] [stdout] 112 | op: Box F>, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 112 - op: Box F>, [INFO] [stdout] 112 + op: Box F>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/floyd_warshall.rs:113:18 [INFO] [stdout] | [INFO] [stdout] 113 | cmp: Box bool>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 113 - cmp: Box bool>, [INFO] [stdout] 113 + cmp: Box bool>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `next` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/floyd_warshall.rs:180:29 [INFO] [stdout] | [INFO] [stdout] 179 | ... let direction = next.edge_weight(i, k).unwrap(); [INFO] [stdout] | ---------------------- immutable borrow occurs here [INFO] [stdout] 180 | ... next.add_edge(i, j, *direction); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^----------^ [INFO] [stdout] | | | [INFO] [stdout] | | immutable borrow later used here [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mutable_borrow_reservation_conflict)]` on by default [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `next` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/floyd_warshall.rs:188:25 [INFO] [stdout] | [INFO] [stdout] 187 | let direction = next.edge_weight(i, k).unwrap(); [INFO] [stdout] | ---------------------- immutable borrow occurs here [INFO] [stdout] 188 | next.add_edge(i, j, *direction); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^----------^ [INFO] [stdout] | | | [INFO] [stdout] | | immutable borrow later used here [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.71s [INFO] running `Command { std: "docker" "inspect" "a44efc010cd5d04890a14c8d623ddb83fb1a7950363ac8f27740f5f7b3f9351f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a44efc010cd5d04890a14c8d623ddb83fb1a7950363ac8f27740f5f7b3f9351f", kill_on_drop: false }` [INFO] [stdout] a44efc010cd5d04890a14c8d623ddb83fb1a7950363ac8f27740f5f7b3f9351f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8826f7c67266b728c5663b423c86d31913fd46c7baa0343331f648f5cb3b4368 [INFO] running `Command { std: "docker" "start" "-a" "8826f7c67266b728c5663b423c86d31913fd46c7baa0343331f648f5cb3b4368", kill_on_drop: false }` [INFO] [stderr] Compiling floyd-warshall-alg v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/floyd_warshall.rs:24:13 [INFO] [stdout] | [INFO] [stdout] 24 | op: Box F>, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 24 - op: Box F>, [INFO] [stdout] 24 + op: Box F>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/floyd_warshall.rs:44:14 [INFO] [stdout] | [INFO] [stdout] 44 | cmp: Box bool>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 44 - cmp: Box bool>, [INFO] [stdout] 44 + cmp: Box bool>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/floyd_warshall.rs:88:35 [INFO] [stdout] | [INFO] [stdout] 88 | pub fn new_customized(op: Box F>, cmp: Box bool>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 88 - pub fn new_customized(op: Box F>, cmp: Box bool>) -> Self { [INFO] [stdout] 88 + pub fn new_customized(op: Box F>, cmp: Box bool>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/floyd_warshall.rs:88:60 [INFO] [stdout] | [INFO] [stdout] 88 | pub fn new_customized(op: Box F>, cmp: Box bool>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 88 - pub fn new_customized(op: Box F>, cmp: Box bool>) -> Self { [INFO] [stdout] 88 + pub fn new_customized(op: Box F>, cmp: Box bool>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/floyd_warshall.rs:112:17 [INFO] [stdout] | [INFO] [stdout] 112 | op: Box F>, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 112 - op: Box F>, [INFO] [stdout] 112 + op: Box F>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/floyd_warshall.rs:113:18 [INFO] [stdout] | [INFO] [stdout] 113 | cmp: Box bool>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 113 - cmp: Box bool>, [INFO] [stdout] 113 + cmp: Box bool>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `next` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/floyd_warshall.rs:180:29 [INFO] [stdout] | [INFO] [stdout] 179 | ... let direction = next.edge_weight(i, k).unwrap(); [INFO] [stdout] | ---------------------- immutable borrow occurs here [INFO] [stdout] 180 | ... next.add_edge(i, j, *direction); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^----------^ [INFO] [stdout] | | | [INFO] [stdout] | | immutable borrow later used here [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mutable_borrow_reservation_conflict)]` on by default [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `next` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/floyd_warshall.rs:188:25 [INFO] [stdout] | [INFO] [stdout] 187 | let direction = next.edge_weight(i, k).unwrap(); [INFO] [stdout] | ---------------------- immutable borrow occurs here [INFO] [stdout] 188 | next.add_edge(i, j, *direction); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^----------^ [INFO] [stdout] | | | [INFO] [stdout] | | immutable borrow later used here [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/floyd_warshall.rs:24:13 [INFO] [stdout] | [INFO] [stdout] 24 | op: Box F>, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 24 - op: Box F>, [INFO] [stdout] 24 + op: Box F>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/floyd_warshall.rs:44:14 [INFO] [stdout] | [INFO] [stdout] 44 | cmp: Box bool>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 44 - cmp: Box bool>, [INFO] [stdout] 44 + cmp: Box bool>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/floyd_warshall.rs:88:35 [INFO] [stdout] | [INFO] [stdout] 88 | pub fn new_customized(op: Box F>, cmp: Box bool>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 88 - pub fn new_customized(op: Box F>, cmp: Box bool>) -> Self { [INFO] [stdout] 88 + pub fn new_customized(op: Box F>, cmp: Box bool>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/floyd_warshall.rs:88:60 [INFO] [stdout] | [INFO] [stdout] 88 | pub fn new_customized(op: Box F>, cmp: Box bool>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 88 - pub fn new_customized(op: Box F>, cmp: Box bool>) -> Self { [INFO] [stdout] 88 + pub fn new_customized(op: Box F>, cmp: Box bool>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/floyd_warshall.rs:112:17 [INFO] [stdout] | [INFO] [stdout] 112 | op: Box F>, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 112 - op: Box F>, [INFO] [stdout] 112 + op: Box F>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/floyd_warshall.rs:113:18 [INFO] [stdout] | [INFO] [stdout] 113 | cmp: Box bool>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 113 - cmp: Box bool>, [INFO] [stdout] 113 + cmp: Box bool>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `next` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/floyd_warshall.rs:180:29 [INFO] [stdout] | [INFO] [stdout] 179 | ... let direction = next.edge_weight(i, k).unwrap(); [INFO] [stdout] | ---------------------- immutable borrow occurs here [INFO] [stdout] 180 | ... next.add_edge(i, j, *direction); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^----------^ [INFO] [stdout] | | | [INFO] [stdout] | | immutable borrow later used here [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mutable_borrow_reservation_conflict)]` on by default [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `next` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/floyd_warshall.rs:188:25 [INFO] [stdout] | [INFO] [stdout] 187 | let direction = next.edge_weight(i, k).unwrap(); [INFO] [stdout] | ---------------------- immutable borrow occurs here [INFO] [stdout] 188 | next.add_edge(i, j, *direction); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^----------^ [INFO] [stdout] | | | [INFO] [stdout] | | immutable borrow later used here [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.01s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/floyd_warshall_alg-d9fbe97443b73638) [INFO] running `Command { std: "docker" "inspect" "8826f7c67266b728c5663b423c86d31913fd46c7baa0343331f648f5cb3b4368", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8826f7c67266b728c5663b423c86d31913fd46c7baa0343331f648f5cb3b4368", kill_on_drop: false }` [INFO] [stdout] 8826f7c67266b728c5663b423c86d31913fd46c7baa0343331f648f5cb3b4368 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6a4a3f4cd50b4227cb8be17518d5ccd07515bcda1dc8705129e52a451d75dcc9 [INFO] running `Command { std: "docker" "start" "-a" "6a4a3f4cd50b4227cb8be17518d5ccd07515bcda1dc8705129e52a451d75dcc9", kill_on_drop: false }` [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/floyd_warshall.rs:24:13 [INFO] [stderr] | [INFO] [stderr] 24 | op: Box F>, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 24 - op: Box F>, [INFO] [stderr] 24 + op: Box F>, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/floyd_warshall.rs:44:14 [INFO] [stderr] | [INFO] [stderr] 44 | cmp: Box bool>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 44 - cmp: Box bool>, [INFO] [stderr] 44 + cmp: Box bool>, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/floyd_warshall.rs:88:35 [INFO] [stderr] | [INFO] [stderr] 88 | pub fn new_customized(op: Box F>, cmp: Box bool>) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 88 - pub fn new_customized(op: Box F>, cmp: Box bool>) -> Self { [INFO] [stderr] 88 + pub fn new_customized(op: Box F>, cmp: Box bool>) -> Self { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/floyd_warshall.rs:88:60 [INFO] [stderr] | [INFO] [stderr] 88 | pub fn new_customized(op: Box F>, cmp: Box bool>) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 88 - pub fn new_customized(op: Box F>, cmp: Box bool>) -> Self { [INFO] [stderr] 88 + pub fn new_customized(op: Box F>, cmp: Box bool>) -> Self { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/floyd_warshall.rs:112:17 [INFO] [stderr] | [INFO] [stderr] 112 | op: Box F>, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 112 - op: Box F>, [INFO] [stderr] 112 + op: Box F>, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/floyd_warshall.rs:113:18 [INFO] [stderr] | [INFO] [stderr] 113 | cmp: Box bool>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 113 - cmp: Box bool>, [INFO] [stderr] 113 + cmp: Box bool>, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: cannot borrow `next` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/floyd_warshall.rs:180:29 [INFO] [stderr] | [INFO] [stderr] 179 | ... let direction = next.edge_weight(i, k).unwrap(); [INFO] [stderr] | ---------------------- immutable borrow occurs here [INFO] [stderr] 180 | ... next.add_edge(i, j, *direction); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^----------^ [INFO] [stderr] | | | [INFO] [stderr] | | immutable borrow later used here [INFO] [stderr] | mutable borrow occurs here [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mutable_borrow_reservation_conflict)]` on by default [INFO] [stderr] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stderr] = note: for more information, see issue #59159 [INFO] [stderr] [INFO] [stderr] warning: cannot borrow `next` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/floyd_warshall.rs:188:25 [INFO] [stderr] | [INFO] [stderr] 187 | let direction = next.edge_weight(i, k).unwrap(); [INFO] [stderr] | ---------------------- immutable borrow occurs here [INFO] [stderr] 188 | next.add_edge(i, j, *direction); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^----------^ [INFO] [stderr] | | | [INFO] [stderr] | | immutable borrow later used here [INFO] [stderr] | mutable borrow occurs here [INFO] [stderr] | [INFO] [stderr] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stderr] = note: for more information, see issue #59159 [INFO] [stderr] [INFO] [stderr] warning: `floyd-warshall-alg` (lib) generated 8 warnings [INFO] [stderr] warning: `floyd-warshall-alg` (lib test) generated 8 warnings (8 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/floyd_warshall_alg-d9fbe97443b73638) [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test floyd_warshall::tests::new ... ok [INFO] [stdout] test floyd_warshall::tests::new_customized ... ok [INFO] [stdout] test floyd_warshall::tests::new_fully_customized ... ok [INFO] [stdout] test result::tests::collect_path_nodes ... ok [INFO] [stdout] test result::tests::get_path_rate ... ok [INFO] [stdout] test result::tests::new ... ok [INFO] [stdout] test floyd_warshall::tests::find_paths ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests floyd-warshall-alg [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test src/floyd_warshall.rs - floyd_warshall::FloydWarshall::cmp (line 30) ... ok [INFO] [stdout] test src/floyd_warshall.rs - floyd_warshall::FloydWarshall::new_fully_customized (line 102) ... ok [INFO] [stdout] test src/floyd_warshall.rs - floyd_warshall::FloydWarshall::new (line 54) ... ok [INFO] [stdout] test src/floyd_warshall.rs - floyd_warshall::FloydWarshall::new_customized (line 79) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.28s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "6a4a3f4cd50b4227cb8be17518d5ccd07515bcda1dc8705129e52a451d75dcc9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6a4a3f4cd50b4227cb8be17518d5ccd07515bcda1dc8705129e52a451d75dcc9", kill_on_drop: false }` [INFO] [stdout] 6a4a3f4cd50b4227cb8be17518d5ccd07515bcda1dc8705129e52a451d75dcc9