[INFO] cloning repository https://github.com/emlun/adventofcode-2021 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/emlun/adventofcode-2021" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Femlun%2Fadventofcode-2021", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Femlun%2Fadventofcode-2021'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7be63a942a4760c4da75774d61cce3506fca3a60 [INFO] testing emlun/adventofcode-2021 against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Femlun%2Fadventofcode-2021" "/workspace/builds/worker-29/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-29/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/emlun/adventofcode-2021 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/emlun/adventofcode-2021 [INFO] finished tweaking git repo https://github.com/emlun/adventofcode-2021 [INFO] tweaked toml for git repo https://github.com/emlun/adventofcode-2021 written to /workspace/builds/worker-29/source/Cargo.toml [INFO] crate git repo https://github.com/emlun/adventofcode-2021 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "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-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 605dceddb7e8a79bc2e7b4c5078e72c45804e1afd4337ad55f8ea6a3d6b7142d [INFO] running `Command { std: "docker" "start" "-a" "605dceddb7e8a79bc2e7b4c5078e72c45804e1afd4337ad55f8ea6a3d6b7142d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "605dceddb7e8a79bc2e7b4c5078e72c45804e1afd4337ad55f8ea6a3d6b7142d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "605dceddb7e8a79bc2e7b4c5078e72c45804e1afd4337ad55f8ea6a3d6b7142d", kill_on_drop: false }` [INFO] [stdout] 605dceddb7e8a79bc2e7b4c5078e72c45804e1afd4337ad55f8ea6a3d6b7142d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 67e9650d8eabcb7476c02ad834c3c8c5a56e8bbcc42b215a5fe1c589c12c291f [INFO] running `Command { std: "docker" "start" "-a" "67e9650d8eabcb7476c02ad834c3c8c5a56e8bbcc42b215a5fe1c589c12c291f", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling unicode-width v0.1.6 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling adventofcode-2021 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `vx_max` [INFO] [stdout] --> src/days/day17.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | let vx_max = ((-0.5) + (0.25 + (maxx as f64) * 2.0).sqrt()).floor() as i64; [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_vx_max` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `vx_min` [INFO] [stdout] --> src/days/day17.rs:93:9 [INFO] [stdout] | [INFO] [stdout] 93 | let vx_min = ((-0.5) + (0.25 + (minx as f64) * 2.0).sqrt()).floor() as i64; [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_vx_min` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `xt` [INFO] [stdout] --> src/days/day17.rs:11:4 [INFO] [stdout] | [INFO] [stdout] 11 | fn xt(t: i64, vx0: i64) -> i64 { [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `yt` [INFO] [stdout] --> src/days/day17.rs:15:4 [INFO] [stdout] | [INFO] [stdout] 15 | fn yt(t: i64, vy0: i64) -> i64 { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.42s [INFO] running `Command { std: "docker" "inspect" "67e9650d8eabcb7476c02ad834c3c8c5a56e8bbcc42b215a5fe1c589c12c291f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "67e9650d8eabcb7476c02ad834c3c8c5a56e8bbcc42b215a5fe1c589c12c291f", kill_on_drop: false }` [INFO] [stdout] 67e9650d8eabcb7476c02ad834c3c8c5a56e8bbcc42b215a5fe1c589c12c291f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f2eb69635272b36ab23a6ff477e079781e4204da7a723cd504c5814f41b8243c [INFO] running `Command { std: "docker" "start" "-a" "f2eb69635272b36ab23a6ff477e079781e4204da7a723cd504c5814f41b8243c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling const_fn v0.4.3 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Compiling syn v1.0.53 [INFO] [stderr] Compiling itoa v0.4.6 [INFO] [stderr] Compiling serde_json v1.0.59 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling half v1.6.0 [INFO] [stderr] Compiling regex-syntax v0.6.21 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling crossbeam-utils v0.8.1 [INFO] [stderr] Compiling memoffset v0.6.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling regex v1.4.2 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.1 [INFO] [stderr] Compiling crossbeam-channel v0.5.0 [INFO] [stderr] Compiling criterion-plot v0.4.3 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling plotters v0.2.15 [INFO] [stderr] Compiling bstr v0.2.14 [INFO] [stderr] Compiling serde_cbor v0.11.1 [INFO] [stderr] Compiling adventofcode-2021 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `vx_max` [INFO] [stdout] --> src/days/day17.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | let vx_max = ((-0.5) + (0.25 + (maxx as f64) * 2.0).sqrt()).floor() as i64; [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_vx_max` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `vx_min` [INFO] [stdout] --> src/days/day17.rs:93:9 [INFO] [stdout] | [INFO] [stdout] 93 | let vx_min = ((-0.5) + (0.25 + (minx as f64) * 2.0).sqrt()).floor() as i64; [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_vx_min` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling csv v1.1.5 [INFO] [stdout] warning: function is never used: `xt` [INFO] [stdout] --> src/days/day17.rs:11:4 [INFO] [stdout] | [INFO] [stdout] 11 | fn xt(t: i64, vx0: i64) -> i64 { [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `yt` [INFO] [stdout] --> src/days/day17.rs:15:4 [INFO] [stdout] | [INFO] [stdout] 15 | fn yt(t: i64, vy0: i64) -> i64 { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tinytemplate v1.1.0 [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling criterion v0.3.3 [INFO] [stdout] warning: unused variable: `vx_max` [INFO] [stdout] --> src/days/day17.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | let vx_max = ((-0.5) + (0.25 + (maxx as f64) * 2.0).sqrt()).floor() as i64; [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_vx_max` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `vx_min` [INFO] [stdout] --> src/days/day17.rs:93:9 [INFO] [stdout] | [INFO] [stdout] 93 | let vx_min = ((-0.5) + (0.25 + (minx as f64) * 2.0).sqrt()).floor() as i64; [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_vx_min` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `xt` [INFO] [stdout] --> src/days/day17.rs:11:4 [INFO] [stdout] | [INFO] [stdout] 11 | fn xt(t: i64, vx0: i64) -> i64 { [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `yt` [INFO] [stdout] --> src/days/day17.rs:15:4 [INFO] [stdout] | [INFO] [stdout] 15 | fn yt(t: i64, vy0: i64) -> i64 { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 18.90s [INFO] running `Command { std: "docker" "inspect" "f2eb69635272b36ab23a6ff477e079781e4204da7a723cd504c5814f41b8243c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f2eb69635272b36ab23a6ff477e079781e4204da7a723cd504c5814f41b8243c", kill_on_drop: false }` [INFO] [stdout] f2eb69635272b36ab23a6ff477e079781e4204da7a723cd504c5814f41b8243c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] eda80eef34ac2c81677f600cdc6855d620797728734024c0954626e7010e2d0b [INFO] running `Command { std: "docker" "start" "-a" "eda80eef34ac2c81677f600cdc6855d620797728734024c0954626e7010e2d0b", kill_on_drop: false }` [INFO] [stderr] warning: unused variable: `vx_max` [INFO] [stderr] --> src/days/day17.rs:73:9 [INFO] [stderr] | [INFO] [stderr] 73 | let vx_max = ((-0.5) + (0.25 + (maxx as f64) * 2.0).sqrt()).floor() as i64; [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_vx_max` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `vx_min` [INFO] [stderr] --> src/days/day17.rs:93:9 [INFO] [stderr] | [INFO] [stderr] 93 | let vx_min = ((-0.5) + (0.25 + (minx as f64) * 2.0).sqrt()).floor() as i64; [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_vx_min` [INFO] [stderr] [INFO] [stderr] warning: function is never used: `xt` [INFO] [stderr] --> src/days/day17.rs:11:4 [INFO] [stderr] | [INFO] [stderr] 11 | fn xt(t: i64, vx0: i64) -> i64 { [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `yt` [INFO] [stderr] --> src/days/day17.rs:15:4 [INFO] [stderr] | [INFO] [stderr] 15 | fn yt(t: i64, vy0: i64) -> i64 { [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] warning: `adventofcode-2021` (lib) generated 4 warnings [INFO] [stderr] warning: `adventofcode-2021` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/adventofcode_2021-7ca4bbb80d0575c0) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test util::iter::tests::count_empty_is_empty ... ok [INFO] [stdout] test util::iter::tests::count_one_is_one ... ok [INFO] [stdout] test util::iter::tests::count_many_is_different ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/adventofcode_2021-87df4e43354b2c93) [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/test.rs (/opt/rustwide/target/debug/deps/test-da1251e4ed480e80) [INFO] [stdout] [INFO] [stdout] running 23 tests [INFO] [stdout] test day06 ... ok [INFO] [stdout] test day02 ... ok [INFO] [stdout] test day01 ... ok [INFO] [stdout] test day03 ... ok [INFO] [stdout] test day10 ... ok [INFO] [stdout] test day14 ... ok [INFO] [stdout] test day16 ... ok [INFO] [stdout] test day13 ... ok [INFO] [stdout] test day08 ... ok [INFO] [stdout] test day21 ... ok [INFO] [stdout] test day09 ... ok [INFO] [stdout] test day11 ... ok [INFO] [stdout] test day04 ... ok [INFO] [stdout] test day18 ... ok [INFO] [stdout] test day07 ... ok [INFO] [stdout] test day05 ... ok [INFO] [stdout] test day12 ... ok [INFO] [stdout] test day17 ... ok [INFO] [stdout] test day15 ... ok [INFO] [stdout] test day20 ... ok [INFO] [stdout] test day22 ... ok [INFO] [stdout] test day23 ... ok [INFO] [stdout] test day19 has been running for over 60 seconds [INFO] [stdout] test day19 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 95.66s [INFO] [stdout] [INFO] [stderr] Doc-tests adventofcode-2021 [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" "eda80eef34ac2c81677f600cdc6855d620797728734024c0954626e7010e2d0b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eda80eef34ac2c81677f600cdc6855d620797728734024c0954626e7010e2d0b", kill_on_drop: false }` [INFO] [stdout] eda80eef34ac2c81677f600cdc6855d620797728734024c0954626e7010e2d0b