[INFO] cloning repository https://github.com/niiiiiiiice/schedule
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/niiiiiiiice/schedule" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fniiiiiiiice%2Fschedule", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fniiiiiiiice%2Fschedule'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 036c7b4ce5cba3cfcce30ed399b6b82e6906a4a0
[INFO] checking niiiiiiiice/schedule against try#6713fa75964eb229409a9c6f6f5c418423e313ff for pr-133502-22
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fniiiiiiiice%2Fschedule" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/niiiiiiiice/schedule
[INFO] finished tweaking git repo https://github.com/niiiiiiiice/schedule
[INFO] tweaked toml for git repo https://github.com/niiiiiiiice/schedule written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/niiiiiiiice/schedule on toolchain 6713fa75964eb229409a9c6f6f5c418423e313ff
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6713fa75964eb229409a9c6f6f5c418423e313ff" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/niiiiiiiice/schedule 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" "+6713fa75964eb229409a9c6f6f5c418423e313ff" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+6713fa75964eb229409a9c6f6f5c418423e313ff" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d474fcccdfdf81db8f8842f963a0871f78e4dcba0a4b50931927ebcc3286de96
[INFO] running `Command { std: "docker" "start" "-a" "d474fcccdfdf81db8f8842f963a0871f78e4dcba0a4b50931927ebcc3286de96", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d474fcccdfdf81db8f8842f963a0871f78e4dcba0a4b50931927ebcc3286de96", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d474fcccdfdf81db8f8842f963a0871f78e4dcba0a4b50931927ebcc3286de96", kill_on_drop: false }`
[INFO] [stdout] d474fcccdfdf81db8f8842f963a0871f78e4dcba0a4b50931927ebcc3286de96
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+6713fa75964eb229409a9c6f6f5c418423e313ff" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 93b4345695795431647d11471324182e99c763497eeb90bc868e3c17f4443a14
[INFO] running `Command { std: "docker" "start" "-a" "93b4345695795431647d11471324182e99c763497eeb90bc868e3c17f4443a14", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]     Checking block-padding v0.3.3
[INFO] [stderr]    Compiling aws-lc-rs v1.16.1
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]    Compiling der_derive v0.7.3
[INFO] [stderr]     Checking flagset v0.4.7
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]     Checking const-oid v0.9.6
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking rusticata-macros v4.1.0
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]    Compiling asn1-rs-derive v0.6.0
[INFO] [stderr]    Compiling asn1-rs-impl v0.2.0
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling oid-registry v0.8.1
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking pbkdf2 v0.12.2
[INFO] [stderr]     Checking salsa20 v0.10.2
[INFO] [stderr]     Checking uuid v1.22.0
[INFO] [stderr]    Compiling zerocopy v0.8.42
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling webpki-roots v1.0.6
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking scrypt v0.11.0
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]     Checking cbc v0.1.2
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]     Checking der v0.7.10
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling cmake v0.1.57
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]     Checking x509-cert v0.2.5
[INFO] [stderr]     Checking asn1-rs v0.7.1
[INFO] [stderr]     Checking pkcs5 v0.7.1
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]     Checking rand v0.10.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling aws-lc-sys v0.38.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]     Checking rc2 v0.8.1
[INFO] [stderr]     Checking des v0.8.1
[INFO] [stderr]     Checking async-compat v0.2.5
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]     Checking cookie-factory v0.3.3
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]     Checking async-rs v0.8.1
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling amq-protocol v10.0.1
[INFO] [stderr]     Checking backon v1.6.0
[INFO] [stderr]     Checking cms v0.2.3
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]     Checking atoi v2.0.0
[INFO] [stderr]    Compiling lapin v4.3.0
[INFO] [stderr]     Checking flume v0.12.0
[INFO] [stderr]     Checking xxhash-rust v0.8.15
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]     Checking arcstr v1.2.0
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]     Checking der-parser v10.0.0
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking tracing-subscriber v0.3.22
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]    Compiling utoipa-gen v5.4.0
[INFO] [stderr]     Checking pkcs12 v0.1.0
[INFO] [stderr]     Checking combine v4.6.7
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking x509-parser v0.18.1
[INFO] [stderr]     Checking p12-keystore v0.2.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rustls-webpki v0.103.9
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]     Checking axum v0.8.8
[INFO] [stderr] error: could not compile `nom` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/6713fa75964eb229409a9c6f6f5c418423e313ff/bin/rustc --crate-name nom --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nom-8.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=d3694d7c7992d668 -C extra-filename=-e7fc038f27a21a3a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-0c15c42903a9ab15.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `utoipa-gen` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/6713fa75964eb229409a9c6f6f5c418423e313ff/bin/rustc --crate-name utoipa_gen --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-5.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="axum_extras"' --cfg 'feature="chrono"' --cfg 'feature="regex"' --cfg 'feature="uuid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("actix_extras", "auto_into_responses", "axum_extras", "chrono", "config", "debug", "decimal", "decimal_float", "indexmap", "jiff_0_2", "non_strict_integers", "rc_schema", "regex", "repr", "rocket_extras", "smallvec", "time", "ulid", "url", "uuid", "yaml"))' -C metadata=b864392a52a9ca8d -C extra-filename=-481d56a84ad8bb8e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-774d2fb1b129607b.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-e79a3b083d919da9.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-74066213a7063c89.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-d60246c149cb9b3f.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-dc8ab657d8735770.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "93b4345695795431647d11471324182e99c763497eeb90bc868e3c17f4443a14", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "93b4345695795431647d11471324182e99c763497eeb90bc868e3c17f4443a14", kill_on_drop: false }`
[INFO] [stdout] 93b4345695795431647d11471324182e99c763497eeb90bc868e3c17f4443a14
