[INFO] cloning repository https://github.com/scott2000/jj-analyze [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/scott2000/jj-analyze" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fscott2000%2Fjj-analyze", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fscott2000%2Fjj-analyze'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a7665b6785b6c92ca01089eb4863e8970cb247c0 [INFO] checking scott2000/jj-analyze against try#0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef for pr-147859 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fscott2000%2Fjj-analyze" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/scott2000/jj-analyze [INFO] finished tweaking git repo https://github.com/scott2000/jj-analyze [INFO] tweaked toml for git repo https://github.com/scott2000/jj-analyze written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/scott2000/jj-analyze on toolchain 0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/scott2000/jj-analyze 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" "+0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bccfc1b20dc8fabd33479536ccb62517d9fa6bc6655cf8cadee66b7883c484d2 [INFO] running `Command { std: "docker" "start" "-a" "bccfc1b20dc8fabd33479536ccb62517d9fa6bc6655cf8cadee66b7883c484d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bccfc1b20dc8fabd33479536ccb62517d9fa6bc6655cf8cadee66b7883c484d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bccfc1b20dc8fabd33479536ccb62517d9fa6bc6655cf8cadee66b7883c484d2", kill_on_drop: false }` [INFO] [stdout] bccfc1b20dc8fabd33479536ccb62517d9fa6bc6655cf8cadee66b7883c484d2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ad21b110920116d4c6fa41318d2c44dcf68864fea3685d850d412d971d2475df [INFO] running `Command { std: "docker" "start" "-a" "ad21b110920116d4c6fa41318d2c44dcf68864fea3685d850d412d971d2475df", kill_on_drop: false }` [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling libc v0.2.180 [INFO] [stderr] Checking gix-trace v0.1.17 [INFO] [stderr] Checking regex-automata v0.4.13 [INFO] [stderr] Checking unicode-normalization v0.1.25 [INFO] [stderr] Checking zlib-rs v0.5.5 [INFO] [stderr] Checking foldhash v0.2.0 [INFO] [stderr] Compiling syn v2.0.114 [INFO] [stderr] Checking crossbeam-channel v0.5.15 [INFO] [stderr] Compiling rustix v1.1.3 [INFO] [stderr] Compiling heapless v0.8.0 [INFO] [stderr] Checking hash32 v0.3.1 [INFO] [stderr] Checking crypto-common v0.1.7 [INFO] [stderr] Checking winnow v0.7.14 [INFO] [stderr] Checking jiff v0.2.18 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking unicode-bom v2.0.3 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking kstring v2.0.2 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking hashbrown v0.16.1 [INFO] [stderr] Compiling instability v0.3.10 [INFO] [stderr] Compiling ucd-trie v0.1.7 [INFO] [stderr] Checking gix-utils v0.3.1 [INFO] [stderr] Checking ryu v1.0.22 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Checking phf_shared v0.11.3 [INFO] [stderr] Checking compact_str v0.9.0 [INFO] [stderr] Compiling logos-codegen v0.15.1 [INFO] [stderr] Checking sha1 v0.10.6 [INFO] [stderr] Compiling pest v2.8.5 [INFO] [stderr] Checking sha1-checked v0.10.0 [INFO] [stderr] Checking unicode-truncate v2.0.1 [INFO] [stderr] Checking ordered-float v4.6.0 [INFO] [stderr] Checking lru v0.16.3 [INFO] [stderr] Compiling zerocopy v0.8.33 [INFO] [stderr] Checking deranged v0.5.5 [INFO] [stderr] Checking faster-hex v0.10.0 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Compiling phf_codegen v0.11.3 [INFO] [stderr] Checking time-core v0.1.8 [INFO] [stderr] Checking bytemuck v1.24.0 [INFO] [stderr] Compiling beef v0.5.2 [INFO] [stderr] Checking arrayvec v0.7.6 [INFO] [stderr] Checking futures v0.1.31 [INFO] [stderr] Checking num-conv v0.2.0 [INFO] [stderr] Checking atomic v0.6.1 [INFO] [stderr] Checking uluru v3.1.0 [INFO] [stderr] Checking hashbrown v0.15.5 [INFO] [stderr] Compiling terminfo v0.9.0 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Checking bit-vec v0.6.3 [INFO] [stderr] Checking clru v0.6.2 [INFO] [stderr] Checking lab v0.11.0 [INFO] [stderr] Checking bit-set v0.5.3 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Checking toml_parser v1.0.6+spec-1.1.0 [INFO] [stderr] Checking euclid v0.22.11 [INFO] [stderr] Compiling pest_meta v2.8.5 [INFO] [stderr] error: could not compile `jiff` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef/bin/rustc --crate-name jiff --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/jiff-0.2.18/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 --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_jiff)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="perf-inline"' --cfg 'feature="std"' --cfg 'feature="tz-fat"' --cfg 'feature="tz-system"' --cfg 'feature="tzdb-bundle-platform"' --cfg 'feature="tzdb-concatenated"' --cfg 'feature="tzdb-zoneinfo"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "js", "logging", "perf-inline", "serde", "static", "static-tz", "std", "tz-fat", "tz-system", "tzdb-bundle-always", "tzdb-bundle-platform", "tzdb-concatenated", "tzdb-zoneinfo"))' -C metadata=7c28455d0f2fd66f -C extra-filename=-560aaef7e067dc4f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --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" "ad21b110920116d4c6fa41318d2c44dcf68864fea3685d850d412d971d2475df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ad21b110920116d4c6fa41318d2c44dcf68864fea3685d850d412d971d2475df", kill_on_drop: false }` [INFO] [stdout] ad21b110920116d4c6fa41318d2c44dcf68864fea3685d850d412d971d2475df