[INFO] cloning repository https://github.com/lukas24563/advent-of-code-2025
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lukas24563/advent-of-code-2025" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flukas24563%2Fadvent-of-code-2025", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flukas24563%2Fadvent-of-code-2025'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 74dd993f91ec1b2a62c8c0539864a4787966409e
[INFO] testing lukas24563/advent-of-code-2025 against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flukas24563%2Fadvent-of-code-2025" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/lukas24563/advent-of-code-2025
[INFO] finished tweaking git repo https://github.com/lukas24563/advent-of-code-2025
[INFO] tweaked toml for git repo https://github.com/lukas24563/advent-of-code-2025 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lukas24563/advent-of-code-2025 on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lukas24563/advent-of-code-2025 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" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] adc11d9766efadf83467abe0a75e32beacd3e8169b4313649596c08692db804f
[INFO] running `Command { std: "docker" "start" "adc11d9766efadf83467abe0a75e32beacd3e8169b4313649596c08692db804f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "adc11d9766efadf83467abe0a75e32beacd3e8169b4313649596c08692db804f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "adc11d9766efadf83467abe0a75e32beacd3e8169b4313649596c08692db804f" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "adc11d9766efadf83467abe0a75e32beacd3e8169b4313649596c08692db804f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "adc11d9766efadf83467abe0a75e32beacd3e8169b4313649596c08692db804f" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]    Compiling find-msvc-tools v0.1.5
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling simd-adler32 v0.3.8
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling zstd-safe v5.0.2+zstd.1.5.2
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling base64ct v1.8.1
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling rustls-pki-types v1.13.1
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling rustls v0.23.35
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling password-hash v0.4.2
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling libloading v0.8.9
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling bindgen v0.72.1
[INFO] [stderr]    Compiling constant_time_eq v0.1.5
[INFO] [stderr]    Compiling pbkdf2 v0.11.0
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling flate2 v1.1.5
[INFO] [stderr]    Compiling webpki-roots v1.0.4
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling anymap3 v1.0.1
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling time v0.1.45
[INFO] [stderr]    Compiling cc v1.2.49
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling bzip2-sys v0.1.13+1.0.8
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling bzip2 v0.4.4
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling rustls-webpki v0.103.8
[INFO] [stderr]    Compiling zstd v0.11.2+zstd.1.5.2
[INFO] [stderr]    Compiling zip v0.6.6
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling zip-extract v0.1.3
[INFO] [stderr]    Compiling zip v0.5.13
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling ureq v2.12.1
[INFO] [stderr]    Compiling scip-sys v0.1.25
[INFO] [stderr] warning: scip-sys@0.1.25: Detected OS: linux
[INFO] [stderr] warning: scip-sys@0.1.25: Detected arch: x86_64
[INFO] [stderr] warning: scip-sys@0.1.25: Downloading from https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.9.0/libscip-linux.zip
[INFO] [stderr] error: failed to run custom build command for `scip-sys v0.1.25`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_RELEASE_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/release/build/scip-sys-3742d55c60bc6de5/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   cargo:warning=Detected OS: linux
[INFO] [stderr]   cargo:warning=Detected arch: x86_64
[INFO] [stderr]   cargo:warning=Downloading from https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.9.0/libscip-linux.zip
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' (1827) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/scip-sys-0.1.25/bundled.rs:57:29:
[INFO] [stderr]   Failed to download and extract SCIP: https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.9.0/libscip-linux.zip: Dns Failed: resolve dns name 'github.com:443': failed to lookup address information: Temporary failure in name resolution
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x623be502c0a1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stderr]      1:     0x623be504363a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stderr]      2:     0x623be503180c - <std[104cf6e2632825ea]::sys::stdio::unix::Stderr as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stderr]      3:     0x623be5008ba6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stderr]      4:     0x623be5025231 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stderr]      5:     0x623be502555b - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stderr]      6:     0x623be5008c52 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stderr]      7:     0x623be5000e09 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]      8:     0x623be500971d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stderr]      9:     0x623be5043e5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stderr]     10:     0x623be481017e - build_script_build[cf3e2521da6b44b1]::bundled::download_scip::{closure#0}
[INFO] [stderr]     11:     0x623be48021f9 - <core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::boxed::Box<dyn core[7c831bd917ebf35f]::error::Error>>>::unwrap_or_else::<build_script_build[cf3e2521da6b44b1]::bundled::download_scip::{closure#0}>
[INFO] [stderr]     12:     0x623be48119d1 - build_script_build[cf3e2521da6b44b1]::bundled::download_scip
[INFO] [stderr]     13:     0x623be480770d - build_script_build[cf3e2521da6b44b1]::main
[INFO] [stderr]     14:     0x623be481472b - <fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::boxed::Box<dyn core[7c831bd917ebf35f]::error::Error>> as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]     15:     0x623be480f44e - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::boxed::Box<dyn core[7c831bd917ebf35f]::error::Error>>, core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::boxed::Box<dyn core[7c831bd917ebf35f]::error::Error>>>
[INFO] [stderr]     16:     0x623be480fec9 - std[104cf6e2632825ea]::rt::lang_start::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::boxed::Box<dyn core[7c831bd917ebf35f]::error::Error>>>::{closure#0}
[INFO] [stderr]     17:     0x623be5024559 - std[104cf6e2632825ea]::rt::lang_start_internal
[INFO] [stderr]     18:     0x623be480ea31 - std[104cf6e2632825ea]::rt::lang_start::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::boxed::Box<dyn core[7c831bd917ebf35f]::error::Error>>>
[INFO] [stderr]     19:     0x623be480d055 - main
[INFO] [stderr]     20:     0x771a81a53601 - <unknown>
[INFO] [stderr]     21:     0x771a81a53718 - __libc_start_main
[INFO] [stderr]     22:     0x623be47fffa5 - _start
[INFO] [stderr]     23:                0x0 - <unknown>
[INFO] running `Command { std: "docker" "inspect" "adc11d9766efadf83467abe0a75e32beacd3e8169b4313649596c08692db804f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "adc11d9766efadf83467abe0a75e32beacd3e8169b4313649596c08692db804f", kill_on_drop: false }`
[INFO] [stdout] adc11d9766efadf83467abe0a75e32beacd3e8169b4313649596c08692db804f
