[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 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmavroprovato%2Frust-algorithms" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mavroprovato/rust-algorithms on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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-9/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" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c0aab3b33262df3fa7db5d16f54e404f72371bb7ea5fa93f0c793725c169597c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c0aab3b33262df3fa7db5d16f54e404f72371bb7ea5fa93f0c793725c169597c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c0aab3b33262df3fa7db5d16f54e404f72371bb7ea5fa93f0c793725c169597c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c0aab3b33262df3fa7db5d16f54e404f72371bb7ea5fa93f0c793725c169597c", kill_on_drop: false }` [INFO] [stdout] c0aab3b33262df3fa7db5d16f54e404f72371bb7ea5fa93f0c793725c169597c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] de3a99ed7ca91e7504c9062cc4d24d6ae1c300c260cb3bb63e2b285609fe822a [INFO] running `Command { std: "docker" "start" "-a" "de3a99ed7ca91e7504c9062cc4d24d6ae1c300c260cb3bb63e2b285609fe822a", kill_on_drop: false }` [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 2.81s [INFO] running `Command { std: "docker" "inspect" "de3a99ed7ca91e7504c9062cc4d24d6ae1c300c260cb3bb63e2b285609fe822a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "de3a99ed7ca91e7504c9062cc4d24d6ae1c300c260cb3bb63e2b285609fe822a", kill_on_drop: false }` [INFO] [stdout] de3a99ed7ca91e7504c9062cc4d24d6ae1c300c260cb3bb63e2b285609fe822a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 99e708fad304e09f18b72daeb0b60e8226eb0e33b56b7801560b37ccce123683 [INFO] running `Command { std: "docker" "start" "-a" "99e708fad304e09f18b72daeb0b60e8226eb0e33b56b7801560b37ccce123683", kill_on_drop: false }` [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.84s [INFO] running `Command { std: "docker" "inspect" "99e708fad304e09f18b72daeb0b60e8226eb0e33b56b7801560b37ccce123683", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "99e708fad304e09f18b72daeb0b60e8226eb0e33b56b7801560b37ccce123683", kill_on_drop: false }` [INFO] [stdout] 99e708fad304e09f18b72daeb0b60e8226eb0e33b56b7801560b37ccce123683 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1ed535a01ba24aef3eabb35c9d7bccc975384cd3401e1878838c39340cb1afc0 [INFO] running `Command { std: "docker" "start" "-a" "1ed535a01ba24aef3eabb35c9d7bccc975384cd3401e1878838c39340cb1afc0", 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.03s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rust_algorithms-6d1e1b7643d89bd0) [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/percolation-87349b88c8cf4899) [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] [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-f2c95f42527f418c) [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_union::quick_union_component_count ... ok [INFO] [stdout] test union_find::weighted_quick_union_path_compression::quick_union_component_count ... ok [INFO] [stdout] test union_find::quick_union::quick_union_union ... ok [INFO] [stdout] test union_find::quick_find::quick_find_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::quick_find::quick_find_union ... ok [INFO] [stdout] test union_find::quick_union::quick_union_union_already_connected ... ok [INFO] [stdout] test union_find::weighted_quick_union_path_compression::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_union_already_connected ... ok [INFO] [stdout] test union_find::quick_find::quick_find_out_of_bounds - should panic ... ok [INFO] [stdout] test union_find::quick_find::quick_find_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_path_compression::quick_union_not_zero - should panic ... ok [INFO] [stdout] test union_find::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::quick_union_not_zero - should panic ... ok [INFO] [stderr] Doc-tests rust-algorithms [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.06s [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] running `Command { std: "docker" "inspect" "1ed535a01ba24aef3eabb35c9d7bccc975384cd3401e1878838c39340cb1afc0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1ed535a01ba24aef3eabb35c9d7bccc975384cd3401e1878838c39340cb1afc0", kill_on_drop: false }` [INFO] [stdout] 1ed535a01ba24aef3eabb35c9d7bccc975384cd3401e1878838c39340cb1afc0