[INFO] cloning repository https://github.com/sulami/advent-of-code-2024 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sulami/advent-of-code-2024" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsulami%2Fadvent-of-code-2024", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsulami%2Fadvent-of-code-2024'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b1deb0b8953f115b3ee22b756bf20524aea079ad [INFO] testing sulami/advent-of-code-2024 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsulami%2Fadvent-of-code-2024" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/sulami/advent-of-code-2024 [INFO] finished tweaking git repo https://github.com/sulami/advent-of-code-2024 [INFO] tweaked toml for git repo https://github.com/sulami/advent-of-code-2024 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/sulami/advent-of-code-2024 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/sulami/advent-of-code-2024 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 385e617677ac081149270869c6841ea95ada2ce12ff93b52b9c41425b520c923 [INFO] running `Command { std: "docker" "start" "-a" "385e617677ac081149270869c6841ea95ada2ce12ff93b52b9c41425b520c923", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "385e617677ac081149270869c6841ea95ada2ce12ff93b52b9c41425b520c923", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "385e617677ac081149270869c6841ea95ada2ce12ff93b52b9c41425b520c923", kill_on_drop: false }` [INFO] [stdout] 385e617677ac081149270869c6841ea95ada2ce12ff93b52b9c41425b520c923 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "RUSTDOCFLAGS=--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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 13d7fea7748c1419c1f692c3e2ed370df6c24f964f306752b2926d14b2bb42a7 [INFO] running `Command { std: "docker" "start" "-a" "13d7fea7748c1419c1f692c3e2ed370df6c24f964f306752b2926d14b2bb42a7", kill_on_drop: false }` [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Compiling proc-macro2 v1.0.92 [INFO] [stderr] Compiling unicode-ident v1.0.14 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling once_cell v1.20.2 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling allocator-api2 v0.2.21 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling ahash v0.7.8 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling anstyle-parse v0.2.6 [INFO] [stderr] Compiling ref-cast v1.0.23 [INFO] [stderr] Compiling colorchoice v1.0.3 [INFO] [stderr] Compiling anstyle-query v1.1.2 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.1 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling anstyle v1.0.10 [INFO] [stderr] Compiling clap_lex v0.7.4 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling itoa v1.0.14 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling anstream v0.6.18 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling syn v2.0.90 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling clap_builder v4.5.23 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling float-cmp v0.10.0 [INFO] [stderr] Compiling simdutf8 v0.1.5 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling lru v0.7.8 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling halfbrown v0.2.5 [INFO] [stderr] Compiling md5 v0.7.0 [INFO] [stderr] Compiling value-trait v0.10.1 [INFO] [stderr] Compiling rustc-hash v2.1.0 [INFO] [stderr] Compiling memoize-inner v0.4.3 [INFO] [stderr] Compiling memoize v0.4.2 [INFO] [stderr] Compiling ref-cast-impl v1.0.23 [INFO] [stderr] Compiling clap_derive v4.5.18 [INFO] [stderr] Compiling simd-json v0.14.3 [INFO] [stderr] Compiling clap v4.5.23 [INFO] [stderr] Compiling advent-of-code v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/y2015/day_07.rs:61:19 [INFO] [stdout] | [INFO] [stdout] 61 | fn parse_value(s: &str) -> Value { [INFO] [stdout] | ^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 61 | fn parse_value(s: &str) -> Value<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/y2015/day_07.rs:67:13 [INFO] [stdout] | [INFO] [stdout] 67 | fn parse(s: &str) -> HashMap<&str, Gate> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 67 | fn parse(s: &str) -> HashMap<&str, Gate<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/y2015/day_09.rs:69:13 [INFO] [stdout] | [INFO] [stdout] 69 | fn parse(s: &str) -> AdjacencyMap { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 69 | fn parse(s: &str) -> AdjacencyMap<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/y2015/day_14.rs:37:13 [INFO] [stdout] | [INFO] [stdout] 37 | fn parse(s: &str) -> Vec { [INFO] [stdout] | ^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 37 | fn parse(s: &str) -> Vec> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/y2024/day24.rs:351:19 [INFO] [stdout] | [INFO] [stdout] 351 | fn parse_input(s: &str) -> Parsed { [INFO] [stdout] | ^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 351 | fn parse_input(s: &str) -> Parsed<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.07s [INFO] running `Command { std: "docker" "inspect" "13d7fea7748c1419c1f692c3e2ed370df6c24f964f306752b2926d14b2bb42a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "13d7fea7748c1419c1f692c3e2ed370df6c24f964f306752b2926d14b2bb42a7", kill_on_drop: false }` [INFO] [stdout] 13d7fea7748c1419c1f692c3e2ed370df6c24f964f306752b2926d14b2bb42a7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "RUSTDOCFLAGS=--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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d1b6931c90adef643e9d129e65c10d12a01a670b49cad57328876e14c972521f [INFO] running `Command { std: "docker" "start" "-a" "d1b6931c90adef643e9d129e65c10d12a01a670b49cad57328876e14c972521f", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Compiling once_cell v1.20.2 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling serde v1.0.216 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling serde_derive v1.0.216 [INFO] [stderr] Compiling serde_json v1.0.133 [INFO] [stderr] Compiling half v2.4.1 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling float-cmp v0.10.0 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling oorandom v11.1.4 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling is-terminal v0.4.13 [INFO] [stderr] Compiling ahash v0.7.8 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling ppv-lite86 v0.2.20 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling lru v0.7.8 [INFO] [stderr] Compiling memoize v0.4.2 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling halfbrown v0.2.5 [INFO] [stderr] Compiling value-trait v0.10.1 [INFO] [stderr] Compiling simd-json v0.14.3 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling advent-of-code v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/y2015/day_07.rs:61:19 [INFO] [stdout] | [INFO] [stdout] 61 | fn parse_value(s: &str) -> Value { [INFO] [stdout] | ^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 61 | fn parse_value(s: &str) -> Value<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/y2015/day_07.rs:67:13 [INFO] [stdout] | [INFO] [stdout] 67 | fn parse(s: &str) -> HashMap<&str, Gate> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 67 | fn parse(s: &str) -> HashMap<&str, Gate<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/y2015/day_09.rs:69:13 [INFO] [stdout] | [INFO] [stdout] 69 | fn parse(s: &str) -> AdjacencyMap { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 69 | fn parse(s: &str) -> AdjacencyMap<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/y2015/day_14.rs:37:13 [INFO] [stdout] | [INFO] [stdout] 37 | fn parse(s: &str) -> Vec { [INFO] [stdout] | ^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 37 | fn parse(s: &str) -> Vec> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/y2024/day24.rs:351:19 [INFO] [stdout] | [INFO] [stdout] 351 | fn parse_input(s: &str) -> Parsed { [INFO] [stdout] | ^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 351 | fn parse_input(s: &str) -> Parsed<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/y2015/day_07.rs:61:19 [INFO] [stdout] | [INFO] [stdout] 61 | fn parse_value(s: &str) -> Value { [INFO] [stdout] | ^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 61 | fn parse_value(s: &str) -> Value<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/y2015/day_07.rs:67:13 [INFO] [stdout] | [INFO] [stdout] 67 | fn parse(s: &str) -> HashMap<&str, Gate> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 67 | fn parse(s: &str) -> HashMap<&str, Gate<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/y2015/day_09.rs:69:13 [INFO] [stdout] | [INFO] [stdout] 69 | fn parse(s: &str) -> AdjacencyMap { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 69 | fn parse(s: &str) -> AdjacencyMap<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/y2015/day_14.rs:37:13 [INFO] [stdout] | [INFO] [stdout] 37 | fn parse(s: &str) -> Vec { [INFO] [stdout] | ^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 37 | fn parse(s: &str) -> Vec> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/y2024/day24.rs:351:19 [INFO] [stdout] | [INFO] [stdout] 351 | fn parse_input(s: &str) -> Parsed { [INFO] [stdout] | ^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 351 | fn parse_input(s: &str) -> Parsed<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 56.67s [INFO] running `Command { std: "docker" "inspect" "d1b6931c90adef643e9d129e65c10d12a01a670b49cad57328876e14c972521f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d1b6931c90adef643e9d129e65c10d12a01a670b49cad57328876e14c972521f", kill_on_drop: false }` [INFO] [stdout] d1b6931c90adef643e9d129e65c10d12a01a670b49cad57328876e14c972521f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "RUSTDOCFLAGS=--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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ec522a98094ccdc3351d612c66ea648d7fad104476d0340888922e1b50a92c27 [INFO] running `Command { std: "docker" "start" "-a" "ec522a98094ccdc3351d612c66ea648d7fad104476d0340888922e1b50a92c27", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/y2015/day_07.rs:61:19 [INFO] [stderr] | [INFO] [stderr] 61 | fn parse_value(s: &str) -> Value { [INFO] [stderr] | ^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 61 | fn parse_value(s: &str) -> Value<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/y2015/day_07.rs:67:13 [INFO] [stderr] | [INFO] [stderr] 67 | fn parse(s: &str) -> HashMap<&str, Gate> { [INFO] [stderr] | ^^^^ ^^^^ ^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is elided here [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 67 | fn parse(s: &str) -> HashMap<&str, Gate<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/y2015/day_09.rs:69:13 [INFO] [stderr] | [INFO] [stderr] 69 | fn parse(s: &str) -> AdjacencyMap { [INFO] [stderr] | ^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 69 | fn parse(s: &str) -> AdjacencyMap<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/y2015/day_14.rs:37:13 [INFO] [stderr] | [INFO] [stderr] 37 | fn parse(s: &str) -> Vec { [INFO] [stderr] | ^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 37 | fn parse(s: &str) -> Vec> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/y2024/day24.rs:351:19 [INFO] [stderr] | [INFO] [stderr] 351 | fn parse_input(s: &str) -> Parsed { [INFO] [stderr] | ^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 351 | fn parse_input(s: &str) -> Parsed<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `advent-of-code` (lib) generated 5 warnings (run `cargo fix --lib -p advent-of-code` to apply 5 suggestions) [INFO] [stderr] warning: `advent-of-code` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/advent_of_code-e7f879b6e55f6a5e) [INFO] [stdout] [INFO] [stdout] running 109 tests [INFO] [stdout] test coordinate::tests::test_neighbours ... ok [INFO] [stdout] test coordinate::tests::test_neighbours_with_range ... ok [INFO] [stdout] test coordinate::tests::test_wrapping_add ... ok [INFO] [stdout] test coordinate::tests::test_wrapping_sub ... ok [INFO] [stdout] test y2015::day_01::tests::test_part_1 ... ok [INFO] [stdout] test y2015::day_01::tests::test_part_2 ... ok [INFO] [stdout] test y2015::day_02::tests::test_part_1 ... ok [INFO] [stdout] test y2015::day_02::tests::test_part_2 ... ok [INFO] [stdout] test y2015::day_03::tests::test_part_1 ... ok [INFO] [stdout] test y2015::day_05::tests::test_part_1 ... ok [INFO] [stdout] test y2015::day_08::tests::test_examples ... ok [INFO] [stdout] test y2015::day_03::tests::test_part_2 ... ok [INFO] [stdout] test y2015::day_09::tests::test_part_1 ... ok [INFO] [stdout] test y2015::day_09::tests::test_part_2 ... ok [INFO] [stdout] test y2015::day_10::tests::test_examples ... ok [INFO] [stdout] test y2015::day_05::tests::test_part_2 ... ok [INFO] [stdout] test y2015::day_11::tests::test_increment ... ok [INFO] [stdout] test y2015::day_11::tests::test_validation ... ok [INFO] [stdout] test y2015::day_12::tests::test_find_non_red_numbers ... ok [INFO] [stdout] test y2015::day_12::tests::test_find_numbers ... ok [INFO] [stdout] test y2015::day_14::tests::test_reindeer_position ... ok [INFO] [stdout] test y2015::day_07::tests::test_example ... ok [INFO] [stdout] test y2015::day_15::tests::test_parser ... ok [INFO] [stdout] test y2022::day01::tests::part2_example ... ok [INFO] [stdout] test y2022::day02::tests::part2_example ... ok [INFO] [stdout] test y2022::day08::tests::part1_example ... ok [INFO] [stdout] test y2022::day01::tests::part1_example ... ok [INFO] [stdout] test y2022::day08::tests::part2_example ... ok [INFO] [stdout] test y2015::day_15::tests::test_one_hundred_spoons ... ok [INFO] [stdout] test y2022::day09::tests::part2_example ... ok [INFO] [stdout] test y2022::day09::tests::part1_example ... ok [INFO] [stdout] test y2022::day10::tests::part1_example ... ok [INFO] [stdout] test y2015::day_15::tests::test_five_hundred_calories ... ok [INFO] [stdout] test y2022::day10::tests::part2_example ... ok [INFO] [stdout] test y2022::day11::tests::part1_example ... ok [INFO] [stdout] test y2022::day02::tests::part1_example ... ok [INFO] [stdout] test y2022::day12::tests::part1_example ... ok [INFO] [stdout] test y2022::day13::tests::part1_example ... ok [INFO] [stdout] test y2022::day12::tests::part2_example ... ok [INFO] [stdout] test y2022::day13::tests::part2_example ... ok [INFO] [stdout] test y2022::day14::tests::part1_example ... ok [INFO] [stdout] test y2022::day14::tests::part2_example ... ok [INFO] [stdout] test y2022::day15::tests::part2_example ... ok [INFO] [stdout] test y2022::day15::tests::part1_example ... ok [INFO] [stdout] test y2022::day18::tests::part1_example ... ok [INFO] [stdout] test y2022::day18::tests::part2_example ... ok [INFO] [stdout] test y2022::day16::tests::part2_example ... ok [INFO] [stdout] test y2022::day16::tests::part1_example ... ok [INFO] [stdout] test y2022::day20::tests::part2_example ... ok [INFO] [stdout] test y2022::day20::tests::part1_example ... ok [INFO] [stdout] test y2022::day21::tests::part1_example ... ok [INFO] [stdout] test y2022::day21::tests::part2_example ... ok [INFO] [stdout] test y2022::day22::tests::part1_example ... ok [INFO] [stdout] test y2022::day23::tests::part1_example ... ok [INFO] [stdout] test y2022::day24::tests::part1_example ... ok [INFO] [stdout] test y2022::day24::tests::part2_example ... ok [INFO] [stdout] test y2022::day25::tests::part1_example ... ok [INFO] [stdout] test y2022::day23::tests::part2_example ... ok [INFO] [stdout] test y2024::day01::tests::test_part_1 ... ok [INFO] [stdout] test y2024::day01::tests::test_part_2 ... ok [INFO] [stdout] test y2024::day02::tests::test_part_1 ... ok [INFO] [stdout] test y2024::day02::tests::test_part_2 ... ok [INFO] [stdout] test y2024::day03::tests::test_part_2 ... ok [INFO] [stdout] test y2024::day04::tests::test_part_1 ... ok [INFO] [stdout] test y2024::day04::tests::test_part_2 ... ok [INFO] [stdout] test y2024::day05::tests::test_part_1 ... ok [INFO] [stdout] test y2024::day05::tests::test_part_2 ... ok [INFO] [stdout] test y2024::day06::tests::test_part1 ... ok [INFO] [stdout] test y2024::day03::tests::test_part_1 ... ok [INFO] [stdout] test y2024::day07::tests::test_part1 ... ok [INFO] [stdout] test y2024::day07::tests::test_part2 ... ok [INFO] [stdout] test y2024::day06::tests::test_part2 ... ok [INFO] [stdout] test y2024::day08::tests::test_part2 ... ok [INFO] [stdout] test y2024::day09::tests::test_part_1 ... ok [INFO] [stdout] test y2024::day08::tests::test_part1 ... ok [INFO] [stdout] test y2024::day10::tests::test_part2 ... ok [INFO] [stdout] test y2024::day10::tests::test_part1 ... ok [INFO] [stdout] test y2024::day11::tests::test_part1 ... ok [INFO] [stdout] test y2024::day12::tests::test_part1 ... ok [INFO] [stdout] test y2024::day12::tests::test_part2 ... ok [INFO] [stdout] test y2024::day09::tests::test_part_2 ... ok [INFO] [stdout] test y2024::day15::tests::test_part1 ... ok [INFO] [stdout] test y2022::day11::tests::part2_example ... ok [INFO] [stdout] test y2024::day13::tests::test_part1 ... ok [INFO] [stdout] test y2024::day14::tests::test_part1 ... ok [INFO] [stdout] test y2024::day15::tests::test_part2 ... ok [INFO] [stdout] test y2024::day17::tests::test_part1 ... ok [INFO] [stdout] test y2024::day17::tests::test_part2 ... ok [INFO] [stdout] test y2024::day18::tests::test_part1 ... ok [INFO] [stdout] test y2024::day18::tests::test_part2 ... ok [INFO] [stdout] test y2024::day19::tests::test_part_1 ... ok [INFO] [stdout] test y2024::day16::tests::test_part1 ... ok [INFO] [stdout] test y2024::day16::tests::test_part2_alternative ... ok [INFO] [stdout] test y2024::day20::tests::test_part_1 ... ok [INFO] [stdout] test y2024::day19::tests::test_part_2 ... ok [INFO] [stdout] test y2024::day16::tests::test_part2 ... ok [INFO] [stdout] test y2024::day20::tests::test_part_2 ... ok [INFO] [stdout] test y2024::day21::tests::part_1_example ... ok [INFO] [stdout] test y2024::day21::tests::test_simple ... ok [INFO] [stdout] test y2024::day22::tests::test_secrets ... ok [INFO] [stdout] test y2024::day23::tests::test_parse_connection ... ok [INFO] [stdout] test y2024::day23::tests::test_part_2 ... ok [INFO] [stdout] test y2024::day24::tests::test_parser ... ok [INFO] [stdout] test y2024::day23::tests::test_part_1 ... ok [INFO] [stdout] test y2022::day17::tests::part1_example ... ok [INFO] [stdout] test y2024::day22::tests::test_sales ... ok [INFO] [stdout] test y2022::day19::tests::part1_example ... ok [INFO] [stdout] test y2015::day_04::tests::test_mine ... ok [INFO] [stdout] test y2015::day_11::tests::test_next_password ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 109 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.86s [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/aoc.rs (/opt/rustwide/target/debug/deps/aoc-d5481f4f240f1e28) [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] Doc-tests advent_of_code [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" "ec522a98094ccdc3351d612c66ea648d7fad104476d0340888922e1b50a92c27", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec522a98094ccdc3351d612c66ea648d7fad104476d0340888922e1b50a92c27", kill_on_drop: false }` [INFO] [stdout] ec522a98094ccdc3351d612c66ea648d7fad104476d0340888922e1b50a92c27