[INFO] cloning repository https://github.com/sxndmxn/pq [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sxndmxn/pq" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsxndmxn%2Fpq", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsxndmxn%2Fpq'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 987a3a2d4d2921be4ed6578b662b6d395ca033a9 [INFO] checking sxndmxn/pq against 1.95.0-beta.7 for beta-1.95-4 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsxndmxn%2Fpq" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/sxndmxn/pq [INFO] finished tweaking git repo https://github.com/sxndmxn/pq [INFO] tweaked toml for git repo https://github.com/sxndmxn/pq written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/sxndmxn/pq on toolchain 1.95.0-beta.7 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0-beta.7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/sxndmxn/pq 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" "+1.95.0-beta.7" "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/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+1.95.0-beta.7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] aa7f0ba5e80ed2ed9cce6a66b9e380faf07445ed3dd4877eed3f3d02a3b71b42 [INFO] running `Command { std: "docker" "start" "-a" "aa7f0ba5e80ed2ed9cce6a66b9e380faf07445ed3dd4877eed3f3d02a3b71b42", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "aa7f0ba5e80ed2ed9cce6a66b9e380faf07445ed3dd4877eed3f3d02a3b71b42", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aa7f0ba5e80ed2ed9cce6a66b9e380faf07445ed3dd4877eed3f3d02a3b71b42", kill_on_drop: false }` [INFO] [stdout] aa7f0ba5e80ed2ed9cce6a66b9e380faf07445ed3dd4877eed3f3d02a3b71b42 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.95.0-beta.7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 289f30b56342e98295fb21fe8eef2e447e690fbb63457c72b0909893b62a862b [INFO] running `Command { std: "docker" "start" "-a" "289f30b56342e98295fb21fe8eef2e447e690fbb63457c72b0909893b62a862b", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling zerocopy v0.8.37 [INFO] [stderr] Compiling libc v0.2.180 [INFO] [stderr] Compiling zerocopy-derive v0.8.37 [INFO] [stderr] Checking bytes v1.11.0 [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling chrono-tz v0.10.4 [INFO] [stderr] Checking getrandom v0.3.4 [INFO] [stderr] Checking phf_shared v0.12.1 [INFO] [stderr] Checking arrow-schema v53.4.1 [INFO] [stderr] Checking hashbrown v0.15.5 [INFO] [stderr] Checking lexical-util v1.0.7 [INFO] [stderr] Compiling rustix v1.1.3 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling flatbuffers v24.12.23 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Checking aho-corasick v1.1.4 [INFO] [stderr] Checking phf v0.12.1 [INFO] [stderr] Compiling zstd-safe v7.2.1 [INFO] [stderr] Checking parking_lot_core v0.9.12 [INFO] [stderr] Checking icu_normalizer v2.1.1 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking simd-adler32 v0.3.8 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Checking twox-hash v2.1.2 [INFO] [stderr] Checking miniz_oxide v0.8.9 [INFO] [stderr] Compiling snafu-derive v0.8.9 [INFO] [stderr] Checking lexical-write-integer v1.0.6 [INFO] [stderr] Checking lexical-parse-integer v1.0.6 [INFO] [stderr] Checking lz4_flex v0.11.5 [INFO] [stderr] Checking idna_adapter v1.2.1 [INFO] [stderr] Checking csv-core v0.1.13 [INFO] [stderr] Checking tokio v1.49.0 [INFO] [stderr] Checking lexical-parse-float v1.0.6 [INFO] [stderr] Checking idna v1.1.0 [INFO] [stderr] Checking lexical-write-float v1.0.6 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling snap v1.1.1 [INFO] [stderr] Checking brotli-decompressor v4.0.3 [INFO] [stderr] Checking url v2.5.8 [INFO] [stderr] Checking flate2 v1.1.8 [INFO] [stderr] Checking humantime v2.3.0 [INFO] [stderr] Checking integer-encoding v3.0.4 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking num-complex v0.4.6 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Checking chrono v0.4.39 [INFO] [stderr] Checking lexical-core v1.0.6 [INFO] [stderr] Checking atoi v2.0.0 [INFO] [stderr] Compiling cc v1.2.55 [INFO] [stderr] Checking regex-automata v0.4.13 [INFO] [stderr] Checking ordered-float v2.10.1 [INFO] [stderr] Checking twox-hash v1.6.3 [INFO] [stderr] Compiling sqlparser_derive v0.2.2 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Checking num-iter v0.1.45 [INFO] [stderr] Checking thrift v0.17.0 [INFO] [stderr] Compiling seq-macro v0.3.6 [INFO] [stderr] Checking brotli v7.0.0 [INFO] [stderr] Checking num_cpus v1.17.0 [INFO] [stderr] Checking sqlparser v0.51.0 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Checking fixedbitset v0.4.2 [INFO] [stderr] Checking petgraph v0.6.5 [INFO] [stderr] Checking constant_time_eq v0.4.2 [INFO] [stderr] Checking blake2 v0.10.6 [INFO] [stderr] Checking snafu v0.8.9 [INFO] [stderr] Checking uuid v1.20.0 [INFO] [stderr] Checking clap_builder v4.5.56 [INFO] [stderr] error: could not compile `futures-util` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.95.0-beta.7-x86_64-unknown-linux-gnu/bin/rustc --crate-name futures_util --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=47a52e02b9ee312c -C extra-filename=-7cdc9cd48bc14142 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern futures_channel=/opt/rustwide/target/debug/deps/libfutures_channel-3e48496711e86293.rmeta --extern futures_core=/opt/rustwide/target/debug/deps/libfutures_core-b8eed62ee6c3d9da.rmeta --extern futures_io=/opt/rustwide/target/debug/deps/libfutures_io-809613700dc5add9.rmeta --extern futures_macro=/opt/rustwide/target/debug/deps/libfutures_macro-28d258777ad10c8f.so --extern futures_sink=/opt/rustwide/target/debug/deps/libfutures_sink-c4c0286ed56450b7.rmeta --extern futures_task=/opt/rustwide/target/debug/deps/libfutures_task-849c80bab94c9082.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-8685802ced2d7019.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-50fda406d193135d.rmeta --extern pin_utils=/opt/rustwide/target/debug/deps/libpin_utils-a7ac6b195cb7a79a.rmeta --extern slab=/opt/rustwide/target/debug/deps/libslab-b5e0818a584c84c5.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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/1.95.0-beta.7-x86_64-unknown-linux-gnu/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=597fa96f07c567f6 -C extra-filename=-4131990890306ec1 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern chrono=/opt/rustwide/target/debug/deps/libchrono-f47f82811bce6656.rmeta --extern phf=/opt/rustwide/target/debug/deps/libphf-3c801af8d2e6fd91.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "289f30b56342e98295fb21fe8eef2e447e690fbb63457c72b0909893b62a862b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "289f30b56342e98295fb21fe8eef2e447e690fbb63457c72b0909893b62a862b", kill_on_drop: false }` [INFO] [stdout] 289f30b56342e98295fb21fe8eef2e447e690fbb63457c72b0909893b62a862b