[INFO] cloning repository https://github.com/mavroprovato/rust-algorithms [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mavroprovato/rust-algorithms" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmavroprovato%2Frust-algorithms", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmavroprovato%2Frust-algorithms'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8f4dafeb76fbceaf9f0ce139139222609dfcff2a [INFO] testing mavroprovato/rust-algorithms against try#8262275854dc0e5381c9d42d56257d94932c5a87 for pr-90799 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmavroprovato%2Frust-algorithms" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mavroprovato/rust-algorithms on toolchain 8262275854dc0e5381c9d42d56257d94932c5a87 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mavroprovato/rust-algorithms [INFO] finished tweaking git repo https://github.com/mavroprovato/rust-algorithms [INFO] tweaked toml for git repo https://github.com/mavroprovato/rust-algorithms written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/mavroprovato/rust-algorithms already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "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-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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d962e5b9c45733ad868d6447428469e77e01b8043b65bfd3413bf6cbe6be5e16 [INFO] running `Command { std: "docker" "start" "-a" "d962e5b9c45733ad868d6447428469e77e01b8043b65bfd3413bf6cbe6be5e16", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d962e5b9c45733ad868d6447428469e77e01b8043b65bfd3413bf6cbe6be5e16", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d962e5b9c45733ad868d6447428469e77e01b8043b65bfd3413bf6cbe6be5e16", kill_on_drop: false }` [INFO] [stdout] d962e5b9c45733ad868d6447428469e77e01b8043b65bfd3413bf6cbe6be5e16 [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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f21be206203b1e4376e1aa580b614948bd6192167d9fab89655c8fe76923e652 [INFO] running `Command { std: "docker" "start" "-a" "f21be206203b1e4376e1aa580b614948bd6192167d9fab89655c8fe76923e652", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling rust-algorithms v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/bin/percolation.rs:76:43 [INFO] [stdout] | [INFO] [stdout] 76 | panic!("Cannot parse line {}: need at least two integers") [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in Rust 2021 [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 76 | panic!("Cannot parse line {}: need at least two integers", ...) [INFO] [stdout] | +++++ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 76 | panic!("{}", "Cannot parse line {}: need at least two integers") [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.22s [INFO] running `Command { std: "docker" "inspect" "f21be206203b1e4376e1aa580b614948bd6192167d9fab89655c8fe76923e652", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f21be206203b1e4376e1aa580b614948bd6192167d9fab89655c8fe76923e652", kill_on_drop: false }` [INFO] [stdout] f21be206203b1e4376e1aa580b614948bd6192167d9fab89655c8fe76923e652 [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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 975b88d95e432dc6f6279ee9071f7f38c81be68e52489d52769a9475acd803e9 [INFO] running `Command { std: "docker" "start" "-a" "975b88d95e432dc6f6279ee9071f7f38c81be68e52489d52769a9475acd803e9", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling rust-algorithms v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/bin/percolation.rs:76:43 [INFO] [stdout] | [INFO] [stdout] 76 | panic!("Cannot parse line {}: need at least two integers") [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in Rust 2021 [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 76 | panic!("Cannot parse line {}: need at least two integers", ...) [INFO] [stdout] | +++++ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 76 | panic!("{}", "Cannot parse line {}: need at least two integers") [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/bin/percolation.rs:76:43 [INFO] [stdout] | [INFO] [stdout] 76 | panic!("Cannot parse line {}: need at least two integers") [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in Rust 2021 [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 76 | panic!("Cannot parse line {}: need at least two integers", ...) [INFO] [stdout] | +++++ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 76 | panic!("{}", "Cannot parse line {}: need at least two integers") [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.61s [INFO] running `Command { std: "docker" "inspect" "975b88d95e432dc6f6279ee9071f7f38c81be68e52489d52769a9475acd803e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "975b88d95e432dc6f6279ee9071f7f38c81be68e52489d52769a9475acd803e9", kill_on_drop: false }` [INFO] [stdout] 975b88d95e432dc6f6279ee9071f7f38c81be68e52489d52769a9475acd803e9 [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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c207ab96d2c234e20d58630d77b4c42e1ebc3828d7e927893ac9a070ede49f15 [INFO] running `Command { std: "docker" "start" "-a" "c207ab96d2c234e20d58630d77b4c42e1ebc3828d7e927893ac9a070ede49f15", kill_on_drop: false }` [INFO] [stderr] warning: panic message contains an unused formatting placeholder [INFO] [stderr] --> src/bin/percolation.rs:76:43 [INFO] [stderr] | [INFO] [stderr] 76 | panic!("Cannot parse line {}: need at least two integers") [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this message is not used as a format string when given without arguments, but will be in Rust 2021 [INFO] [stderr] help: add the missing argument [INFO] [stderr] | [INFO] [stderr] 76 | panic!("Cannot parse line {}: need at least two integers", ...) [INFO] [stderr] | +++++ [INFO] [stderr] help: or add a "{}" format string to use the message literally [INFO] [stderr] | [INFO] [stderr] 76 | panic!("{}", "Cannot parse line {}: need at least two integers") [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: `rust-algorithms` (bin "percolation" test) generated 1 warning [INFO] [stderr] warning: `rust-algorithms` (bin "percolation") generated 1 warning (1 duplicate) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rust_algorithms-9e24cbb831d3bdb1) [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/percolation-d9815f45e986cb74) [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 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] [stderr] Running tests/tests.rs (/opt/rustwide/target/debug/deps/tests-df6c95f5d413c7c5) [INFO] [stdout] [INFO] [stdout] running 20 tests [INFO] [stdout] test union_find::quick_find::quick_find_component_count ... ok [INFO] [stdout] test union_find::quick_find::quick_find_union ... ok [INFO] [stdout] test union_find::quick_find::quick_find_union_already_connected ... ok [INFO] [stdout] test union_find::quick_union::quick_union_component_count ... ok [INFO] [stdout] test union_find::quick_union::quick_union_union ... ok [INFO] [stdout] test union_find::quick_union::quick_union_union_already_connected ... ok [INFO] [stdout] test union_find::weighted_quick_union::quick_union_component_count ... ok [INFO] [stdout] test union_find::weighted_quick_union::quick_union_union ... ok [INFO] [stdout] test union_find::weighted_quick_union::quick_union_union_already_connected ... ok [INFO] [stdout] test union_find::weighted_quick_union_path_compression::quick_union_component_count ... ok [INFO] [stdout] test union_find::weighted_quick_union_path_compression::quick_union_union ... ok [INFO] [stdout] test union_find::weighted_quick_union_path_compression::quick_union_union_already_connected ... ok [INFO] [stdout] test union_find::quick_find::quick_find_not_zero - should panic ... ok [INFO] [stdout] test union_find::quick_find::quick_find_out_of_bounds - should panic ... ok [INFO] [stdout] test union_find::quick_union::quick_union_not_zero - should panic ... ok [INFO] [stdout] test union_find::quick_union::quick_union_out_of_bounds - should panic ... ok [INFO] [stdout] test union_find::weighted_quick_union::quick_union_not_zero - should panic ... ok [INFO] [stdout] test union_find::weighted_quick_union::quick_union_out_of_bounds - should panic ... ok [INFO] [stdout] test union_find::weighted_quick_union_path_compression::quick_union_not_zero - should panic ... ok [INFO] [stdout] test union_find::weighted_quick_union_path_compression::quick_union_out_of_bounds - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s [INFO] [stdout] [INFO] [stderr] Doc-tests rust-algorithms [INFO] [stdout] [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] running `Command { std: "docker" "inspect" "c207ab96d2c234e20d58630d77b4c42e1ebc3828d7e927893ac9a070ede49f15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c207ab96d2c234e20d58630d77b4c42e1ebc3828d7e927893ac9a070ede49f15", kill_on_drop: false }` [INFO] [stdout] c207ab96d2c234e20d58630d77b4c42e1ebc3828d7e927893ac9a070ede49f15