[INFO] cloning repository https://github.com/eric9n/tellar
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/eric9n/tellar" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feric9n%2Ftellar", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feric9n%2Ftellar'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 377c1a47777713b9c7dbf81bcde9a3cf374c87dd
[INFO] checking eric9n/tellar against master#55e86c996809902e8bbad512cfb4d2c18be446d9 for pr-153027
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feric9n%2Ftellar" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/eric9n/tellar
[INFO] finished tweaking git repo https://github.com/eric9n/tellar
[INFO] tweaked toml for git repo https://github.com/eric9n/tellar written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/eric9n/tellar on toolchain 55e86c996809902e8bbad512cfb4d2c18be446d9
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+55e86c996809902e8bbad512cfb4d2c18be446d9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/eric9n/tellar 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" "+55e86c996809902e8bbad512cfb4d2c18be446d9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded phf_shared v0.12.1
[INFO] [stderr]   Downloaded croner v3.0.1
[INFO] [stderr]   Downloaded phf v0.12.1
[INFO] [stderr]   Downloaded notify-types v2.1.0
[INFO] [stderr]   Downloaded notify v8.2.0
[INFO] [stderr]   Downloaded kqueue v1.1.1
[INFO] [stderr]   Downloaded wasm-streams v0.5.0
[INFO] [stderr]   Downloaded libyml v0.0.5
[INFO] [stderr]   Downloaded serde_yml v0.0.12
[INFO] [stderr]   Downloaded tokio-cron-scheduler v0.15.1
[INFO] [stderr]   Downloaded serenity v0.12.5
[INFO] [stderr]   Downloaded chrono-tz v0.10.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "+55e86c996809902e8bbad512cfb4d2c18be446d9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2f8170a0686bf2f9eadf0a910c2e9bc3ad574dc91a31565b43dbd709c91447b7
[INFO] running `Command { std: "docker" "start" "-a" "2f8170a0686bf2f9eadf0a910c2e9bc3ad574dc91a31565b43dbd709c91447b7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2f8170a0686bf2f9eadf0a910c2e9bc3ad574dc91a31565b43dbd709c91447b7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2f8170a0686bf2f9eadf0a910c2e9bc3ad574dc91a31565b43dbd709c91447b7", kill_on_drop: false }`
[INFO] [stdout] 2f8170a0686bf2f9eadf0a910c2e9bc3ad574dc91a31565b43dbd709c91447b7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "+55e86c996809902e8bbad512cfb4d2c18be446d9" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 09a5eec981f88685bdbaf4670b75083b09f821d1f0a0bdef1618146a3e4ee463
[INFO] running `Command { std: "docker" "start" "-a" "09a5eec981f88685bdbaf4670b75083b09f821d1f0a0bdef1618146a3e4ee463", kill_on_drop: false }`
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]    Compiling aws-lc-rs v1.16.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]     Checking indexmap v2.13.0
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking iana-time-zone v0.1.65
[INFO] [stderr]     Checking siphasher v1.0.2
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking phf_shared v0.12.1
[INFO] [stderr]    Compiling chrono-tz v0.10.4
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking iri-string v0.7.10
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking phf v0.12.1
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]    Compiling serde_yml v0.0.12
[INFO] [stderr]     Checking num-conv v0.2.0
[INFO] [stderr]     Checking time-core v0.1.8
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking clap_lex v1.0.0
[INFO] [stderr]    Compiling tokio-cron-scheduler v0.15.1
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]    Compiling serenity v0.12.5
[INFO] [stderr]     Checking clap_builder v4.5.60
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking inotify v0.11.0
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking libyml v0.0.5
[INFO] [stderr]     Checking uuid v1.21.0
[INFO] [stderr]    Compiling include_dir_macros v0.7.4
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking notify-types v2.1.0
[INFO] [stderr]     Checking rustc-hash v2.1.1
[INFO] [stderr]     Checking typemap_rev v0.3.0
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking include_dir v0.7.4
[INFO] [stderr]     Checking notify v8.2.0
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]    Compiling cmake v0.1.57
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling aws-lc-sys v0.37.1
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stderr]    Compiling num-derive v0.4.2
[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/55e86c996809902e8bbad512cfb4d2c18be446d9/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=0e91f792e396159f -C extra-filename=-a7ae37bf8bb9c2f3 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern chrono=/opt/rustwide/target/debug/deps/libchrono-a8ab4922ec61b724.rmeta --extern phf=/opt/rustwide/target/debug/deps/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" "09a5eec981f88685bdbaf4670b75083b09f821d1f0a0bdef1618146a3e4ee463", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "09a5eec981f88685bdbaf4670b75083b09f821d1f0a0bdef1618146a3e4ee463", kill_on_drop: false }`
[INFO] [stdout] 09a5eec981f88685bdbaf4670b75083b09f821d1f0a0bdef1618146a3e4ee463
