[INFO] cloning repository https://github.com/NicholaiVogel/openmarketui
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/NicholaiVogel/openmarketui" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNicholaiVogel%2Fopenmarketui", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNicholaiVogel%2Fopenmarketui'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f10d467e2a512b79ca6b5ee7160ce986db0cce92
[INFO] checking NicholaiVogel/openmarketui against 615014f15745532730b9ce7a1d9309f8b4756f93 for pr-160491
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNicholaiVogel%2Fopenmarketui" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/NicholaiVogel/openmarketui
[INFO] finished tweaking git repo https://github.com/NicholaiVogel/openmarketui
[INFO] tweaked toml for git repo https://github.com/NicholaiVogel/openmarketui written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/NicholaiVogel/openmarketui on toolchain 615014f15745532730b9ce7a1d9309f8b4756f93
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/NicholaiVogel/openmarketui 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" "+615014f15745532730b9ce7a1d9309f8b4756f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] ca9d85c2c3657949b6db3acacac882efa1641e2efb607773402da45c089aa32c
[INFO] running `Command { std: "docker" "start" "ca9d85c2c3657949b6db3acacac882efa1641e2efb607773402da45c089aa32c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ca9d85c2c3657949b6db3acacac882efa1641e2efb607773402da45c089aa32c", 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" "ca9d85c2c3657949b6db3acacac882efa1641e2efb607773402da45c089aa32c" "/opt/rustwide/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ca9d85c2c3657949b6db3acacac882efa1641e2efb607773402da45c089aa32c", 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" "ca9d85c2c3657949b6db3acacac882efa1641e2efb607773402da45c089aa32c" "/opt/rustwide/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking bytes v1.11.0
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling zerocopy v0.8.37
[INFO] [stderr]    Compiling zerocopy-derive v0.8.37
[INFO] [stderr]    Compiling cc v1.2.55
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]     Checking chrono v0.4.43
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]     Checking phf_shared v0.12.1
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling rust_decimal v1.40.0
[INFO] [stderr]    Compiling chrono-tz v0.10.4
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]     Checking phf v0.12.1
[INFO] [stderr]     Checking arrow-schema v54.3.1
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking uuid v1.20.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]     Checking atoi v2.0.0
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling ryu v1.0.22
[INFO] [stderr]    Compiling flume v0.11.1
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]     Checking pm-core v0.1.0 (/opt/rustwide/workdir/crates/pm-core)
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking lexical-util v1.0.7
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking arrow-buffer v54.3.1
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]     Checking arrow-data v54.3.1
[INFO] [stderr]     Checking sqlx-core v0.8.6
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking regex-syntax v0.8.8
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling openssl v0.10.75
[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/615014f15745532730b9ce7a1d9309f8b4756f93/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="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=27b9d7a5bc9f8682 -C extra-filename=-287d31e69c4f0f55 --out-dir /opt/rustwide/target/debug/build/chrono-tz/287d31e69c4f0f55/out -L dependency=/opt/rustwide/target/debug/build/chrono/0d48c46a5f9e9bcf/out -L dependency=/opt/rustwide/target/debug/build/iana-time-zone/4c741fc3ef3881f8/out -L dependency=/opt/rustwide/target/debug/build/libm/89e5b3015da8f563/out -L dependency=/opt/rustwide/target/debug/build/num-traits/ac63be1fdfd7a840/out -L dependency=/opt/rustwide/target/debug/build/phf/0f168eeb6d2fcf78/out -L dependency=/opt/rustwide/target/debug/build/phf_shared/6636d2ec2127a23c/out -L dependency=/opt/rustwide/target/debug/build/serde/e9b247ec00176d6f/out -L dependency=/opt/rustwide/target/debug/build/serde_core/30ac4ed9a0a88344/out -L dependency=/opt/rustwide/target/debug/build/serde_derive/a4feae3f51961630/out -L dependency=/opt/rustwide/target/debug/build/siphasher/b20ef176a9be2c28/out --extern chrono=/opt/rustwide/target/debug/build/chrono/0d48c46a5f9e9bcf/out/libchrono-0d48c46a5f9e9bcf.rmeta --extern phf=/opt/rustwide/target/debug/build/phf/0f168eeb6d2fcf78/out/libphf-0f168eeb6d2fcf78.rmeta --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" "ca9d85c2c3657949b6db3acacac882efa1641e2efb607773402da45c089aa32c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ca9d85c2c3657949b6db3acacac882efa1641e2efb607773402da45c089aa32c", kill_on_drop: false }`
[INFO] [stdout] ca9d85c2c3657949b6db3acacac882efa1641e2efb607773402da45c089aa32c
