[INFO] fetching crate fast_paths 0.2.0... [INFO] checking fast_paths-0.2.0 against master#90442458ac46b1d5eed752c316da25450f67285b for pr-81477 [INFO] extracting crate fast_paths 0.2.0 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate fast_paths 0.2.0 on toolchain 90442458ac46b1d5eed752c316da25450f67285b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate fast_paths 0.2.0 [INFO] finished tweaking crates.io crate fast_paths 0.2.0 [INFO] tweaked toml for crates.io crate fast_paths 0.2.0 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "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-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:ea7d7bff36b2ba8ce4de8bba1d2dea90376bc481f1a945a913994a8c492e40c1" "/opt/rustwide/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 56f9f321f1d2a07f98cb83df0bcb7af5942aaa50f056eb204dafe9737bb72d7d [INFO] running `Command { std: "docker" "start" "-a" "56f9f321f1d2a07f98cb83df0bcb7af5942aaa50f056eb204dafe9737bb72d7d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "56f9f321f1d2a07f98cb83df0bcb7af5942aaa50f056eb204dafe9737bb72d7d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "56f9f321f1d2a07f98cb83df0bcb7af5942aaa50f056eb204dafe9737bb72d7d", kill_on_drop: false }` [INFO] [stdout] 56f9f321f1d2a07f98cb83df0bcb7af5942aaa50f056eb204dafe9737bb72d7d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:ea7d7bff36b2ba8ce4de8bba1d2dea90376bc481f1a945a913994a8c492e40c1" "/opt/rustwide/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e3ba444191ac330acd7e40bcc6175f883bf0c0e5783c83b8a6a752496f28186e [INFO] running `Command { std: "docker" "start" "-a" "e3ba444191ac330acd7e40bcc6175f883bf0c0e5783c83b8a6a752496f28186e", kill_on_drop: false }` [INFO] [stderr] Checking rustc-serialize v0.3.24 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling priority-queue v1.1.1 [INFO] [stderr] Checking rand v0.6.5 [INFO] [stderr] Checking bincode v1.3.3 [INFO] [stderr] Checking fast_paths v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/preparation_graph.rs:150:13 [INFO] [stdout] | [INFO] [stdout] 150 | / format!( [INFO] [stdout] 151 | | "invalid node id {}, must be in [0, {}[", [INFO] [stdout] 152 | | node, self.num_nodes [INFO] [stdout] 153 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panic)]` 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] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 150 | [INFO] [stdout] 151 | "invalid node id {}, must be in [0, {}[", [INFO] [stdout] 152 | node, self.num_nodes [INFO] [stdout] 153 | [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/input_graph.rs:97:9 [INFO] [stdout] | [INFO] [stdout] 97 | / &self.edges.sort_by(|a, b| { [INFO] [stdout] 98 | | a.from [INFO] [stdout] 99 | | .cmp(&b.from) [INFO] [stdout] 100 | | .then(a.to.cmp(&b.to)) [INFO] [stdout] 101 | | .then(a.weight.cmp(&&b.weight)) [INFO] [stdout] 102 | | }); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking num-bigint v0.1.44 [INFO] [stderr] Checking num-complex v0.1.43 [INFO] [stderr] Checking num-rational v0.1.42 [INFO] [stderr] Checking num v0.1.42 [INFO] [stderr] Checking stopwatch v0.0.7 [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/preparation_graph.rs:150:13 [INFO] [stdout] | [INFO] [stdout] 150 | / format!( [INFO] [stdout] 151 | | "invalid node id {}, must be in [0, {}[", [INFO] [stdout] 152 | | node, self.num_nodes [INFO] [stdout] 153 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panic)]` 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] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 150 | [INFO] [stdout] 151 | "invalid node id {}, must be in [0, {}[", [INFO] [stdout] 152 | node, self.num_nodes [INFO] [stdout] 153 | [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:183:17 [INFO] [stdout] | [INFO] [stdout] 183 | / format!( [INFO] [stdout] 184 | | "too many different paths: {}, out of {}, a few different paths can be expected \ [INFO] [stdout] 185 | | because of unambiguous shortest paths, but if there are too many something is \ [INFO] [stdout] 186 | | wrong", [INFO] [stdout] 187 | | num_different_paths, NUM_QUERIES [INFO] [stdout] 188 | | ) [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] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 183 | [INFO] [stdout] 184 | "too many different paths: {}, out of {}, a few different paths can be expected \ [INFO] [stdout] 185 | because of unambiguous shortest paths, but if there are too many something is \ [INFO] [stdout] 186 | wrong", [INFO] [stdout] 187 | num_different_paths, NUM_QUERIES [INFO] [stdout] 188 | [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/input_graph.rs:97:9 [INFO] [stdout] | [INFO] [stdout] 97 | / &self.edges.sort_by(|a, b| { [INFO] [stdout] 98 | | a.from [INFO] [stdout] 99 | | .cmp(&b.from) [INFO] [stdout] 100 | | .then(a.to.cmp(&b.to)) [INFO] [stdout] 101 | | .then(a.weight.cmp(&&b.weight)) [INFO] [stdout] 102 | | }); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.35s [INFO] running `Command { std: "docker" "inspect" "e3ba444191ac330acd7e40bcc6175f883bf0c0e5783c83b8a6a752496f28186e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e3ba444191ac330acd7e40bcc6175f883bf0c0e5783c83b8a6a752496f28186e", kill_on_drop: false }` [INFO] [stdout] e3ba444191ac330acd7e40bcc6175f883bf0c0e5783c83b8a6a752496f28186e