[INFO] cloning repository https://github.com/nindalf/advent-2024
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nindalf/advent-2024" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnindalf%2Fadvent-2024", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnindalf%2Fadvent-2024'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] aa3bd5b716e6ba78b7260addfd38f68e96db2e09
[INFO] checking nindalf/advent-2024 against try#81ab7f2139295590561adbe6d5b0aaa2feff765f for pr-146470-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnindalf%2Fadvent-2024" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/nindalf/advent-2024
[INFO] finished tweaking git repo https://github.com/nindalf/advent-2024
[INFO] tweaked toml for git repo https://github.com/nindalf/advent-2024 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nindalf/advent-2024 on toolchain 81ab7f2139295590561adbe6d5b0aaa2feff765f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+81ab7f2139295590561adbe6d5b0aaa2feff765f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/nindalf/advent-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" "+81ab7f2139295590561adbe6d5b0aaa2feff765f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded crabtime-internal v1.1.4
[INFO] [stderr]   Downloaded pathfinder_simd v0.5.5
[INFO] [stderr]   Downloaded crabtime v1.1.4
[INFO] [stderr]   Downloaded yeslogic-fontconfig-sys v6.0.0
[INFO] [stderr]   Downloaded plotters-bitmap v0.3.7
[INFO] [stderr]   Downloaded dwrote v0.11.5
[INFO] [stderr]   Downloaded font-kit v0.14.3
[INFO] [stderr]   Downloaded phf_macros v0.13.1
[INFO] [stderr]   Downloaded freetype-sys v0.20.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+81ab7f2139295590561adbe6d5b0aaa2feff765f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 09bb74d856457f12eddfcd36ebb7f5af439289c405ce2801b032c6fb2d8896d6
[INFO] running `Command { std: "docker" "start" "-a" "09bb74d856457f12eddfcd36ebb7f5af439289c405ce2801b032c6fb2d8896d6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "09bb74d856457f12eddfcd36ebb7f5af439289c405ce2801b032c6fb2d8896d6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "09bb74d856457f12eddfcd36ebb7f5af439289c405ce2801b032c6fb2d8896d6", kill_on_drop: false }`
[INFO] [stdout] 09bb74d856457f12eddfcd36ebb7f5af439289c405ce2801b032c6fb2d8896d6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+81ab7f2139295590561adbe6d5b0aaa2feff765f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 24013a73f142da2d1d7bd3649dd1378cc090e7c239d88a41a810b942b03192d3
[INFO] running `Command { std: "docker" "start" "-a" "24013a73f142da2d1d7bd3649dd1378cc090e7c239d88a41a810b942b03192d3", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling zerocopy v0.8.28
[INFO] [stderr]     Checking memchr v2.7.6
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking common v0.1.0 (/opt/rustwide/workdir/common)
[INFO] [stderr]    Compiling cc v1.2.47
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling yeslogic-fontconfig-sys v6.0.0
[INFO] [stderr]    Compiling phf_shared v0.13.1
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]    Compiling pathfinder_simd v0.5.5
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]     Checking option-ext v0.2.0
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling indexmap v2.12.1
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling syn v2.0.110
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]    Compiling phf_generator v0.13.1
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking bytemuck v1.24.0
[INFO] [stderr]    Compiling font-kit v0.14.3
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling freetype-sys v0.20.1
[INFO] [stderr]     Checking plotters-backend v0.3.7
[INFO] [stderr]     Checking image v0.24.9
[INFO] [stderr]     Checking pathfinder_geometry v0.5.1
[INFO] [stderr]     Checking gif v0.12.0
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]    Compiling crabtime-internal v1.1.4
[INFO] [stderr]     Checking float-ord v0.3.2
[INFO] [stderr]     Checking clap_builder v4.5.53
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]     Checking serde_json v1.0.145
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]     Checking plotters-svg v0.3.7
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]     Checking ttf-parser v0.20.0
[INFO] [stderr]     Checking criterion-plot v0.6.0
[INFO] [stderr]     Checking plotters-bitmap v0.3.7
[INFO] [stderr]     Checking csv-core v0.1.13
[INFO] [stderr]     Checking anes v0.1.6
[INFO] [stderr]     Checking oorandom v11.1.5
[INFO] [stderr]     Checking csv v1.4.0
[INFO] [stderr]     Checking glob v0.3.3
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]     Checking clap v4.5.53
[INFO] [stderr]     Checking scan_fmt v0.2.6
[INFO] [stderr]    Compiling zerocopy-derive v0.8.28
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling phf_macros v0.13.1
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]     Checking phf v0.13.1
[INFO] [stderr]     Checking y2023 v0.1.0 (/opt/rustwide/workdir/y2023)
[INFO] [stderr]     Checking crabtime v1.1.4
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking y2022 v0.1.0 (/opt/rustwide/workdir/y2022)
[INFO] [stderr]     Checking y2024 v0.1.0 (/opt/rustwide/workdir/y2024)
[INFO] [stderr]     Checking y2025 v0.1.0 (/opt/rustwide/workdir/y2025)
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking criterion v0.7.0
[INFO] [stderr]     Checking advent-benches v0.1.0 (/opt/rustwide/workdir/benches)
[INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon
[INFO] [stdout]   --> benches/benches/bench.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | #[crabtime::function]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 81 | gen_benches!();
[INFO] [stdout]    | -------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `crabtime::eval_function` which comes from the expansion of the macro `gen_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: No 'Cargo.toml' files found in parent directories of '/opt/rustwide/benches/benches/bench'.
[INFO] [stdout]   --> benches/benches/bench.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | #[crabtime::function]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 81 | gen_benches!();
[INFO] [stdout]    | -------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `crabtime::eval_function` which comes from the expansion of the macro `gen_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Criterion`, `criterion_group`, and `criterion_main`
[INFO] [stdout]  --> benches/benches/bench.rs:1:17
[INFO] [stdout]   |
[INFO] [stdout] 1 | use criterion::{criterion_group, criterion_main, Criterion};
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^  ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::hint::black_box`
[INFO] [stdout]  --> benches/benches/bench.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::hint::black_box;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0601]: `main` function not found in crate `bench`
[INFO] [stdout]   --> benches/benches/bench.rs:81:16
[INFO] [stdout]    |
[INFO] [stdout] 81 | gen_benches!();
[INFO] [stdout]    |                ^ consider adding a `main` function to `benches/benches/bench.rs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0601`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `advent-benches` (bench "bench") due to 3 previous errors; 2 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "24013a73f142da2d1d7bd3649dd1378cc090e7c239d88a41a810b942b03192d3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "24013a73f142da2d1d7bd3649dd1378cc090e7c239d88a41a810b942b03192d3", kill_on_drop: false }`
[INFO] [stdout] 24013a73f142da2d1d7bd3649dd1378cc090e7c239d88a41a810b942b03192d3
