[INFO] fetching crate floyd-warshall-alg 0.1.3... [INFO] checking floyd-warshall-alg-0.1.3 against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] extracting crate floyd-warshall-alg 0.1.3 into /workspace/builds/worker-106/source [INFO] validating manifest of crates.io crate floyd-warshall-alg 0.1.3 on toolchain a7a572ce3edd6d476191fbfe92c9c1986e009b34 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "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-106/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "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" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-106/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-106/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" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6deff3b6d44d313e90b96a4e324c980e12a0d40c5eaf808f6844e7c2cd113777 [INFO] running `Command { std: "docker" "start" "-a" "6deff3b6d44d313e90b96a4e324c980e12a0d40c5eaf808f6844e7c2cd113777", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6deff3b6d44d313e90b96a4e324c980e12a0d40c5eaf808f6844e7c2cd113777", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6deff3b6d44d313e90b96a4e324c980e12a0d40c5eaf808f6844e7c2cd113777", kill_on_drop: false }` [INFO] [stdout] 6deff3b6d44d313e90b96a4e324c980e12a0d40c5eaf808f6844e7c2cd113777 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-106/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-106/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" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 13c743d410fd909141a90f42649aa9fb89f85194b6a507a5aaacb24d337e80d4 [INFO] running `Command { std: "docker" "start" "-a" "13c743d410fd909141a90f42649aa9fb89f85194b6a507a5aaacb24d337e80d4", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Checking safe-graph v0.1.6 [INFO] [stderr] Checking floyd-warshall-alg v0.1.3 (/tmp/fixit) [INFO] [stderr] Migrating src/lib.rs from 2018 edition to 2021 [INFO] [stderr] Fixed src/floyd_warshall.rs (6 fixes) [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] | ^^^^ ---------- immutable borrow later used here [INFO] [stdout] | | [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] | ^^^^ ---------- immutable borrow later used here [INFO] [stdout] | | [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: 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] | ^^^^ ---------- immutable borrow later used here [INFO] [stdout] | | [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] | ^^^^ ---------- immutable borrow later used here [INFO] [stdout] | | [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: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 21.80s [INFO] [stderr] Running `cargo check` to verify 2021 [INFO] [stderr] Checking floyd-warshall-alg v0.1.3 (/tmp/fixit) [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] | ^^^^ ---------- immutable borrow later used here [INFO] [stdout] | | [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: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] | ^^^^ ---------- immutable borrow later used here [INFO] [stdout] | | [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] | ^^^^ ---------- immutable borrow later used here [INFO] [stdout] | | [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: 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] | ^^^^ ---------- immutable borrow later used here [INFO] [stdout] | | [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: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.34s [INFO] running `Command { std: "docker" "inspect" "13c743d410fd909141a90f42649aa9fb89f85194b6a507a5aaacb24d337e80d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "13c743d410fd909141a90f42649aa9fb89f85194b6a507a5aaacb24d337e80d4", kill_on_drop: false }` [INFO] [stdout] 13c743d410fd909141a90f42649aa9fb89f85194b6a507a5aaacb24d337e80d4