[INFO] cloning repository https://github.com/antonb64/task_scheduler
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/antonb64/task_scheduler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fantonb64%2Ftask_scheduler", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fantonb64%2Ftask_scheduler'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3e7c8dbade35bca235c797e835a43b43db277590
[INFO] checking antonb64/task_scheduler against 165655a2f1981fef27b31c547ad7631979fc5139 for pr-160235
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fantonb64%2Ftask_scheduler" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/antonb64/task_scheduler
[INFO] finished tweaking git repo https://github.com/antonb64/task_scheduler
[INFO] tweaked toml for git repo https://github.com/antonb64/task_scheduler written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/antonb64/task_scheduler on toolchain 165655a2f1981fef27b31c547ad7631979fc5139
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/antonb64/task_scheduler 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" "+165655a2f1981fef27b31c547ad7631979fc5139" "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:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 0f9930e1dfcb110c29a7d7cf371ecdc02820df6d184934582afa05e71af2aaff
[INFO] running `Command { std: "docker" "start" "0f9930e1dfcb110c29a7d7cf371ecdc02820df6d184934582afa05e71af2aaff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0f9930e1dfcb110c29a7d7cf371ecdc02820df6d184934582afa05e71af2aaff", 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" "0f9930e1dfcb110c29a7d7cf371ecdc02820df6d184934582afa05e71af2aaff" "/opt/rustwide/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0f9930e1dfcb110c29a7d7cf371ecdc02820df6d184934582afa05e71af2aaff", 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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0f9930e1dfcb110c29a7d7cf371ecdc02820df6d184934582afa05e71af2aaff" "/opt/rustwide/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling syn v3.0.2
[INFO] [stderr]    Compiling jobserver v0.1.35
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling rustls v0.23.42
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking regex-automata v0.4.16
[INFO] [stderr]     Checking uuid v1.24.0
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking borrow-or-share v0.2.4
[INFO] [stderr]     Checking phf_shared v0.12.1
[INFO] [stderr]    Compiling chrono-tz v0.10.4
[INFO] [stderr]    Compiling anyhow v1.0.104
[INFO] [stderr]     Checking winnow v0.6.26
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking phf v0.12.1
[INFO] [stderr]    Compiling socket2 v0.6.5
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling mio v1.2.2
[INFO] [stderr]    Compiling cc v1.3.0
[INFO] [stderr]    Compiling bitflags v2.13.1
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking uuid-simd v0.8.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]     Checking thread_local v1.1.10
[INFO] [stderr]    Compiling pulldown-cmark v0.13.4
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking poly1305 v0.8.0
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]    Compiling tokio v1.53.1
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]     Checking fastrand v2.5.0
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]     Checking clap_builder v4.6.2
[INFO] [stderr]     Checking chacha20 v0.9.1
[INFO] [stderr]     Checking futures-intrusive v0.5.0
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]     Checking chacha20poly1305 v0.10.1
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling petgraph v0.8.3
[INFO] [stderr]     Checking rustls-native-certs v0.8.2
[INFO] [stderr]     Checking flume v0.11.1
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking atoi v2.0.0
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]    Compiling protoc-bin-vendored-win32 v3.2.0
[INFO] [stderr]    Compiling protoc-bin-vendored-linux-aarch_64 v3.2.0
[INFO] [stderr]     Checking rand v0.9.5
[INFO] [stderr]    Compiling protoc-bin-vendored-linux-ppcle_64 v3.2.0
[INFO] [stderr]    Compiling protoc-bin-vendored-linux-s390_64 v3.2.0
[INFO] [stderr]    Compiling protoc-bin-vendored-linux-x86_32 v3.2.0
[INFO] [stderr]    Compiling pulldown-cmark-to-cmark v22.0.0
[INFO] [stderr]    Compiling protoc-bin-vendored-linux-x86_64 v3.2.0
[INFO] [stderr]    Compiling protoc-bin-vendored-macos-aarch_64 v3.2.0
[INFO] [stderr]    Compiling protoc-bin-vendored-macos-x86_64 v3.2.0
[INFO] [stderr]     Checking fs2 v0.4.3
[INFO] [stderr]    Compiling protoc-bin-vendored v3.2.0
[INFO] [stderr]    Compiling rustversion v1.0.23
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling fs-err v3.3.1
[INFO] [stderr]     Checking password-hash v0.5.0
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]     Checking html-escape v0.2.14
[INFO] [stderr]     Checking rand v0.8.7
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling aws-lc-sys v0.43.0
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]     Checking argon2 v0.5.3
[INFO] [stderr]     Checking hostname v0.4.2
[INFO] [stderr]     Checking arc-swap v1.9.2
[INFO] [stderr]     Checking fancy-regex v0.16.2
[INFO] [stderr]     Checking regex v1.13.1
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]    Compiling thiserror-impl v2.0.19
[INFO] [stderr]    Compiling async-trait v0.1.91
[INFO] [stderr]    Compiling ref-cast-impl v1.0.26
[INFO] [stderr]     Checking ref-cast v1.0.26
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking thiserror v2.0.19
[INFO] [stderr]    Compiling tonic-build v0.14.6
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling tokio-macros v2.7.1
[INFO] [stderr]    Compiling futures-macro v0.3.33
[INFO] [stderr]    Compiling axum-macros v0.5.1
[INFO] [stderr]    Compiling pin-project-internal v1.1.13
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling clap_derive v4.6.3
[INFO] [stderr]     Checking futures-util v0.3.33
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]     Checking yoke v0.8.3
[INFO] [stderr]     Checking pin-project v1.1.13
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]     Checking opentelemetry v0.32.0
[INFO] [stderr]     Checking serde v1.0.229
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]     Checking clap v4.6.3
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking fluent-uri v0.3.2
[INFO] [stderr]     Checking email_address v0.2.9
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]     Checking tracing-serde v0.2.0
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]     Checking referencing v0.33.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling basic-toml v0.1.10
[INFO] [stderr]     Checking cron v0.15.0
[INFO] [stderr]    Compiling askama_parser v0.14.0
[INFO] [stderr]     Checking futures-executor v0.3.33
[INFO] [stderr]     Checking futures v0.3.33
[INFO] [stderr]     Checking tracing-opentelemetry v0.33.0
[INFO] [stderr]     Checking opentelemetry-appender-tracing v0.32.0
[INFO] [stderr]    Compiling prost-derive v0.14.4
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking h2 v0.4.15
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking opentelemetry_sdk v0.32.1
[INFO] [stderr]    Compiling askama_derive v0.14.0
[INFO] [stderr]     Checking prost v0.14.4
[INFO] [stderr]     Checking prost-types v0.14.4
[INFO] [stderr] error: could not compile `chrono-tz` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/165655a2f1981fef27b31c547ad7631979fc5139/bin/rustc --crate-name chrono_tz --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.10.4/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="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "chrono-tz-build", "default", "filter-by-regex", "serde", "std"))' -C metadata=1ce46cebfbd5f295 -C extra-filename=-1f2140c50745dc38 --out-dir /opt/rustwide/target/debug/build/chrono-tz/1f2140c50745dc38/out -L dependency=/opt/rustwide/target/debug/build/chrono/134b8ca8db2ac5d7/out -L dependency=/opt/rustwide/target/debug/build/iana-time-zone/4c741fc3ef3881f8/out -L dependency=/opt/rustwide/target/debug/build/num-traits/89b73ffee7dd0236/out -L dependency=/opt/rustwide/target/debug/build/phf/be26ca6f7b91dc8f/out -L dependency=/opt/rustwide/target/debug/build/phf_shared/329483547a290f91/out -L dependency=/opt/rustwide/target/debug/build/serde/21c5f0b510e3a613/out -L dependency=/opt/rustwide/target/debug/build/serde_core/48032791fab7ab4f/out -L dependency=/opt/rustwide/target/debug/build/serde_derive/bc134b65b5d828ed/out -L dependency=/opt/rustwide/target/debug/build/siphasher/893e00f08ec67819/out --extern chrono=/opt/rustwide/target/debug/build/chrono/134b8ca8db2ac5d7/out/libchrono-134b8ca8db2ac5d7.rmeta --extern phf=/opt/rustwide/target/debug/build/phf/be26ca6f7b91dc8f/out/libphf-be26ca6f7b91dc8f.rmeta --extern serde=/opt/rustwide/target/debug/build/serde/21c5f0b510e3a613/out/libserde-21c5f0b510e3a613.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 `rustls` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/165655a2f1981fef27b31c547ad7631979fc5139/bin/rustc --crate-name rustls --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.42/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 --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=ead2243cb048d2e2 -C extra-filename=-840a6a4c92c3a4ea --out-dir /opt/rustwide/target/debug/build/rustls/840a6a4c92c3a4ea/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/9c7f9eb9639deea5/out -L dependency=/opt/rustwide/target/debug/build/getrandom/e77ffdc76f214e06/out -L dependency=/opt/rustwide/target/debug/build/libc/9c12716ac42b770e/out -L dependency=/opt/rustwide/target/debug/build/once_cell/e7324593321ca94b/out -L dependency=/opt/rustwide/target/debug/build/ring/8d1e56c847574f57/out -L dependency=/opt/rustwide/target/debug/build/rustls-pki-types/44534e0a0558fe98/out -L dependency=/opt/rustwide/target/debug/build/rustls-webpki/3a3326b51fde9b4f/out -L dependency=/opt/rustwide/target/debug/build/subtle/e2a2f8b3e184e502/out -L dependency=/opt/rustwide/target/debug/build/untrusted/5f38b2c4125c2298/out -L dependency=/opt/rustwide/target/debug/build/zeroize/34fc3045ea52501d/out --extern once_cell=/opt/rustwide/target/debug/build/once_cell/e7324593321ca94b/out/libonce_cell-e7324593321ca94b.rmeta --extern ring=/opt/rustwide/target/debug/build/ring/8d1e56c847574f57/out/libring-8d1e56c847574f57.rmeta --extern pki_types=/opt/rustwide/target/debug/build/rustls-pki-types/44534e0a0558fe98/out/librustls_pki_types-44534e0a0558fe98.rmeta --extern webpki=/opt/rustwide/target/debug/build/rustls-webpki/3a3326b51fde9b4f/out/libwebpki-3a3326b51fde9b4f.rmeta --extern subtle=/opt/rustwide/target/debug/build/subtle/e2a2f8b3e184e502/out/libsubtle-e2a2f8b3e184e502.rmeta --extern zeroize=/opt/rustwide/target/debug/build/zeroize/34fc3045ea52501d/out/libzeroize-34fc3045ea52501d.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring/d0783a2d7ccfc489/out` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "0f9930e1dfcb110c29a7d7cf371ecdc02820df6d184934582afa05e71af2aaff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0f9930e1dfcb110c29a7d7cf371ecdc02820df6d184934582afa05e71af2aaff", kill_on_drop: false }`
[INFO] [stdout] 0f9930e1dfcb110c29a7d7cf371ecdc02820df6d184934582afa05e71af2aaff
