[INFO] fetching crate aoc_leaderbot_aws_lambda_impl 2.0.0...
[INFO] checking aoc_leaderbot_aws_lambda_impl-2.0.0 against try#0bdee9e879c87b7211d316e9152109cfd46c576b for pr-150097
[INFO] extracting crate aoc_leaderbot_aws_lambda_impl 2.0.0 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate aoc_leaderbot_aws_lambda_impl 2.0.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate aoc_leaderbot_aws_lambda_impl 2.0.0
[INFO] tweaked toml for crates.io crate aoc_leaderbot_aws_lambda_impl 2.0.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate aoc_leaderbot_aws_lambda_impl 2.0.0 on toolchain 0bdee9e879c87b7211d316e9152109cfd46c576b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0bdee9e879c87b7211d316e9152109cfd46c576b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate aoc_leaderbot_aws_lambda_impl 2.0.0 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" "+0bdee9e879c87b7211d316e9152109cfd46c576b" "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-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+0bdee9e879c87b7211d316e9152109cfd46c576b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bc82828b56323ba5bbc31aeddf3f01905f8cd6d98b6514172e97b85c28ca7cf5
[INFO] running `Command { std: "docker" "start" "-a" "bc82828b56323ba5bbc31aeddf3f01905f8cd6d98b6514172e97b85c28ca7cf5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bc82828b56323ba5bbc31aeddf3f01905f8cd6d98b6514172e97b85c28ca7cf5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bc82828b56323ba5bbc31aeddf3f01905f8cd6d98b6514172e97b85c28ca7cf5", kill_on_drop: false }`
[INFO] [stdout] bc82828b56323ba5bbc31aeddf3f01905f8cd6d98b6514172e97b85c28ca7cf5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+0bdee9e879c87b7211d316e9152109cfd46c576b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0bb676148f85a1fb9a20115383211e68e69db821a6ef4f7058bb2b8111ed1e37
[INFO] running `Command { std: "docker" "start" "-a" "0bb676148f85a1fb9a20115383211e68e69db821a6ef4f7058bb2b8111ed1e37", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking signal-hook-registry v1.4.7
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking rustls-pki-types v1.13.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]    Compiling rustls v0.23.35
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]     Checking rustls-native-certs v0.6.3
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling aws-types v1.3.10
[INFO] [stderr]     Checking tokio v1.48.0
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]     Checking webpki-roots v1.0.4
[INFO] [stderr]     Checking bytes-utils v0.1.4
[INFO] [stderr]     Checking rustls-native-certs v0.8.2
[INFO] [stderr]     Checking iana-time-zone v0.1.64
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]     Checking uuid v1.18.1
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]    Compiling toml_datetime v0.7.3
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling indexmap v2.12.1
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling rstest_macros v0.26.1
[INFO] [stderr]     Checking axum-core v0.5.5
[INFO] [stderr]    Compiling cc v1.2.47
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking deadpool-runtime v0.1.4
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]     Checking matchit v0.8.4
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]     Checking thiserror v2.0.17
[INFO] [stderr]     Checking iri-string v0.7.9
[INFO] [stderr]    Compiling gratte_macros v1.2.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling veil-macros v0.2.0
[INFO] [stderr] error: could not compile `regex-syntax` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/0bdee9e879c87b7211d316e9152109cfd46c576b/bin/rustc --crate-name regex_syntax --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_regex)' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=a7174f3b8f975bfe -C extra-filename=-772b60ac7f4bd548 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "0bb676148f85a1fb9a20115383211e68e69db821a6ef4f7058bb2b8111ed1e37", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0bb676148f85a1fb9a20115383211e68e69db821a6ef4f7058bb2b8111ed1e37", kill_on_drop: false }`
[INFO] [stdout] 0bb676148f85a1fb9a20115383211e68e69db821a6ef4f7058bb2b8111ed1e37
