[INFO] cloning repository https://github.com/imjacobclark/advent-of-code-2020 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/imjacobclark/advent-of-code-2020" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fimjacobclark%2Fadvent-of-code-2020", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fimjacobclark%2Fadvent-of-code-2020'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f1e4c5270d1a87570c348c7e043204d395e3f5bd [INFO] testing imjacobclark/advent-of-code-2020 against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fimjacobclark%2Fadvent-of-code-2020" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/imjacobclark/advent-of-code-2020 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 git repo https://github.com/imjacobclark/advent-of-code-2020 [INFO] finished tweaking git repo https://github.com/imjacobclark/advent-of-code-2020 [INFO] tweaked toml for git repo https://github.com/imjacobclark/advent-of-code-2020 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/imjacobclark/advent-of-code-2020 already has a lockfile, it will not be regenerated [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-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", 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] c146a2f3a111f08100190b65458d0b8d4ba101d296aa9819771e394554c035de [INFO] running `Command { std: "docker" "start" "-a" "c146a2f3a111f08100190b65458d0b8d4ba101d296aa9819771e394554c035de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c146a2f3a111f08100190b65458d0b8d4ba101d296aa9819771e394554c035de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c146a2f3a111f08100190b65458d0b8d4ba101d296aa9819771e394554c035de", kill_on_drop: false }` [INFO] [stdout] c146a2f3a111f08100190b65458d0b8d4ba101d296aa9819771e394554c035de [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 859a76e8fabb2df27f9a02cf4355ef8b736ab21d23fce44049f64a43e5d8032a [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" "859a76e8fabb2df27f9a02cf4355ef8b736ab21d23fce44049f64a43e5d8032a", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling regex-syntax v0.6.21 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling regex v1.4.2 [INFO] [stderr] Compiling advent-of-code-2020 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: function is never used: `fix_expenses` [INFO] [stdout] --> src/one.rs:4:8 [INFO] [stdout] | [INFO] [stdout] 4 | pub fn fix_expenses() { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_occurrences` [INFO] [stdout] --> src/two.rs:3:8 [INFO] [stdout] | [INFO] [stdout] 3 | pub fn get_occurrences(sequence: Vec, requirement: String) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_char_at_index` [INFO] [stdout] --> src/two.rs:7:8 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn get_char_at_index(sequence: Vec, index: usize) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `password_policy` [INFO] [stdout] --> src/two.rs:11:8 [INFO] [stdout] | [INFO] [stdout] 11 | pub fn password_policy() { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `walk_items` [INFO] [stdout] --> src/three.rs:3:8 [INFO] [stdout] | [INFO] [stdout] 3 | pub fn walk_items(grid: Vec>, row: usize, column: usize, trees: usize, right: usize, down: usize) -> usize { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `compute_tree_encounter` [INFO] [stdout] --> src/three.rs:20:8 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn compute_tree_encounter() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 20.72s [INFO] running `Command { std: "docker" "inspect" "859a76e8fabb2df27f9a02cf4355ef8b736ab21d23fce44049f64a43e5d8032a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "859a76e8fabb2df27f9a02cf4355ef8b736ab21d23fce44049f64a43e5d8032a", kill_on_drop: false }` [INFO] [stdout] 859a76e8fabb2df27f9a02cf4355ef8b736ab21d23fce44049f64a43e5d8032a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+beta-2022-04-10" "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] 6383ad151daab03be867ac68a59d071107c6f90364e6050910e135825f35b161 [INFO] running `Command { std: "docker" "start" "-a" "6383ad151daab03be867ac68a59d071107c6f90364e6050910e135825f35b161", kill_on_drop: false }` [INFO] [stderr] Compiling advent-of-code-2020 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: function is never used: `fix_expenses` [INFO] [stdout] --> src/one.rs:4:8 [INFO] [stdout] | [INFO] [stdout] 4 | pub fn fix_expenses() { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_occurrences` [INFO] [stdout] --> src/two.rs:3:8 [INFO] [stdout] | [INFO] [stdout] 3 | pub fn get_occurrences(sequence: Vec, requirement: String) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_char_at_index` [INFO] [stdout] --> src/two.rs:7:8 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn get_char_at_index(sequence: Vec, index: usize) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `password_policy` [INFO] [stdout] --> src/two.rs:11:8 [INFO] [stdout] | [INFO] [stdout] 11 | pub fn password_policy() { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `walk_items` [INFO] [stdout] --> src/three.rs:3:8 [INFO] [stdout] | [INFO] [stdout] 3 | pub fn walk_items(grid: Vec>, row: usize, column: usize, trees: usize, right: usize, down: usize) -> usize { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `compute_tree_encounter` [INFO] [stdout] --> src/three.rs:20:8 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn compute_tree_encounter() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.23s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2020-8e2b462a4e7ad83c) [INFO] running `Command { std: "docker" "inspect" "6383ad151daab03be867ac68a59d071107c6f90364e6050910e135825f35b161", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6383ad151daab03be867ac68a59d071107c6f90364e6050910e135825f35b161", kill_on_drop: false }` [INFO] [stdout] 6383ad151daab03be867ac68a59d071107c6f90364e6050910e135825f35b161 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+beta-2022-04-10" "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] d605c5cefa00251cefa1d3e768ad72fa6f8376921f5458bee3a1265568cb4e80 [INFO] running `Command { std: "docker" "start" "-a" "d605c5cefa00251cefa1d3e768ad72fa6f8376921f5458bee3a1265568cb4e80", kill_on_drop: false }` [INFO] [stderr] warning: function is never used: `fix_expenses` [INFO] [stderr] --> src/one.rs:4:8 [INFO] [stderr] | [INFO] [stderr] 4 | pub fn fix_expenses() { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `get_occurrences` [INFO] [stderr] --> src/two.rs:3:8 [INFO] [stderr] | [INFO] [stderr] 3 | pub fn get_occurrences(sequence: Vec, requirement: String) -> usize { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `get_char_at_index` [INFO] [stderr] --> src/two.rs:7:8 [INFO] [stderr] | [INFO] [stderr] 7 | pub fn get_char_at_index(sequence: Vec, index: usize) -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `password_policy` [INFO] [stderr] --> src/two.rs:11:8 [INFO] [stderr] | [INFO] [stderr] 11 | pub fn password_policy() { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `walk_items` [INFO] [stderr] --> src/three.rs:3:8 [INFO] [stderr] | [INFO] [stderr] 3 | pub fn walk_items(grid: Vec>, row: usize, column: usize, trees: usize, right: usize, down: usize) -> usize { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `compute_tree_encounter` [INFO] [stderr] --> src/three.rs:20:8 [INFO] [stderr] | [INFO] [stderr] 20 | pub fn compute_tree_encounter() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `advent-of-code-2020` (bin "advent-of-code-2020" test) generated 6 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2020-8e2b462a4e7ad83c) [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" "d605c5cefa00251cefa1d3e768ad72fa6f8376921f5458bee3a1265568cb4e80", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d605c5cefa00251cefa1d3e768ad72fa6f8376921f5458bee3a1265568cb4e80", kill_on_drop: false }` [INFO] [stdout] d605c5cefa00251cefa1d3e768ad72fa6f8376921f5458bee3a1265568cb4e80