[INFO] fetching crate test-r-macro 1.4.11...
[INFO] checking test-r-macro-1.4.11 against 165655a2f1981fef27b31c547ad7631979fc5139 for pr-160235
[INFO] extracting crate test-r-macro 1.4.11 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate test-r-macro 1.4.11
[INFO] finished tweaking crates.io crate test-r-macro 1.4.11
[INFO] tweaked toml for crates.io crate test-r-macro 1.4.11 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate test-r-macro 1.4.11 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 crates.io crate test-r-macro 1.4.11 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] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 451c614c3b2d4d863f3a13ddc2ac4112af60c8a1cce3a6bedb36d1fd2998eff5
[INFO] running `Command { std: "docker" "start" "451c614c3b2d4d863f3a13ddc2ac4112af60c8a1cce3a6bedb36d1fd2998eff5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "451c614c3b2d4d863f3a13ddc2ac4112af60c8a1cce3a6bedb36d1fd2998eff5", 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" "451c614c3b2d4d863f3a13ddc2ac4112af60c8a1cce3a6bedb36d1fd2998eff5" "/opt/rustwide/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "451c614c3b2d4d863f3a13ddc2ac4112af60c8a1cce3a6bedb36d1fd2998eff5", 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" "451c614c3b2d4d863f3a13ddc2ac4112af60c8a1cce3a6bedb36d1fd2998eff5" "/opt/rustwide/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]     Checking memchr v2.8.2
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]     Checking serde_core v1.0.228
[INFO] [stderr]    Compiling bigdecimal v0.4.10
[INFO] [stderr]    Compiling chrono-tz v0.10.4
[INFO] [stderr]     Checking rand_core v0.10.1
[INFO] [stderr]    Compiling siphasher v1.0.3
[INFO] [stderr]    Compiling phf_shared v0.12.1
[INFO] [stderr]     Checking pin-project-lite v0.2.17
[INFO] [stderr]    Compiling simd-adler32 v0.3.9
[INFO] [stderr]     Checking futures-core v0.3.32
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling phf v0.12.1
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]     Checking futures-sink v0.3.32
[INFO] [stderr]     Checking anstyle v1.0.14
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]     Checking itoa v1.0.18
[INFO] [stderr]     Checking iana-time-zone v0.1.65
[INFO] [stderr]     Checking bytes v1.12.0
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]     Checking proc-macro2 v1.0.106
[INFO] [stderr]    Compiling uuid v1.23.4
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]     Checking anstyle-parse v0.2.7
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.2
[INFO] [stderr]     Checking colorchoice v1.0.5
[INFO] [stderr]     Checking futures-task v0.3.32
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]    Compiling nonempty-collections v1.3.0
[INFO] [stderr]     Checking equivalent v1.0.2
[INFO] [stderr]     Checking allocator-api2 v0.2.21
[INFO] [stderr]     Checking anstyle-query v1.1.1
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]     Checking anstream v0.6.15
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking quote v1.0.46
[INFO] [stderr]     Checking mio v1.2.1
[INFO] [stderr]     Checking socket2 v0.6.4
[INFO] [stderr]    Compiling anyhow v1.0.103
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]     Checking cpufeatures v0.3.0
[INFO] [stderr]     Checking clap_lex v1.1.0
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]     Checking clap_builder v4.5.60
[INFO] [stderr]     Checking chacha20 v0.10.1
[INFO] [stderr]     Checking semver v1.0.28
[INFO] [stderr]     Checking ident_case v1.0.1
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]    Compiling doctest-file v1.1.1
[INFO] [stderr]     Checking clap v4.5.60
[INFO] [stderr]     Checking rand v0.10.1
[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,link -C embed-bitcode=no --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=fa3653853d0c182f -C extra-filename=-9ca010f0394c987a --out-dir /opt/rustwide/target/debug/build/chrono-tz/9ca010f0394c987a/out -L dependency=/opt/rustwide/target/debug/build/chrono/b8bc0cecc43cf4ae/out -L dependency=/opt/rustwide/target/debug/build/iana-time-zone/6c5a27cee3dd54ce/out -L dependency=/opt/rustwide/target/debug/build/num-traits/cf719a9a208f3f11/out -L dependency=/opt/rustwide/target/debug/build/phf/2b0cee808b24b89d/out -L dependency=/opt/rustwide/target/debug/build/phf_shared/418448ead2c8662b/out -L dependency=/opt/rustwide/target/debug/build/siphasher/7703005b7a34f1d2/out --extern chrono=/opt/rustwide/target/debug/build/chrono/b8bc0cecc43cf4ae/out/libchrono-b8bc0cecc43cf4ae.rmeta --extern phf=/opt/rustwide/target/debug/build/phf/2b0cee808b24b89d/out/libphf-2b0cee808b24b89d.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" "451c614c3b2d4d863f3a13ddc2ac4112af60c8a1cce3a6bedb36d1fd2998eff5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "451c614c3b2d4d863f3a13ddc2ac4112af60c8a1cce3a6bedb36d1fd2998eff5", kill_on_drop: false }`
[INFO] [stdout] 451c614c3b2d4d863f3a13ddc2ac4112af60c8a1cce3a6bedb36d1fd2998eff5
