[INFO] cloning repository https://github.com/douglaz/cyberkrill [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/douglaz/cyberkrill" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdouglaz%2Fcyberkrill", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdouglaz%2Fcyberkrill'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 199dd73195c5cc56c692292fae43a33ed704a485 [INFO] checking douglaz/cyberkrill against try#f70ee28831acc074c109afab32d287057c3eca46 for pr-149389 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdouglaz%2Fcyberkrill" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-4-tc2/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/douglaz/cyberkrill [INFO] finished tweaking git repo https://github.com/douglaz/cyberkrill [INFO] tweaked toml for git repo https://github.com/douglaz/cyberkrill written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/douglaz/cyberkrill on toolchain f70ee28831acc074c109afab32d287057c3eca46 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f70ee28831acc074c109afab32d287057c3eca46" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/douglaz/cyberkrill 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" "+f70ee28831acc074c109afab32d287057c3eca46" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+f70ee28831acc074c109afab32d287057c3eca46" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d3d5b33ccc3ff9fabd40850828ba24f57e5fa1c0fee3fa993c4d237d3ef05f93 [INFO] running `Command { std: "docker" "start" "-a" "d3d5b33ccc3ff9fabd40850828ba24f57e5fa1c0fee3fa993c4d237d3ef05f93", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d3d5b33ccc3ff9fabd40850828ba24f57e5fa1c0fee3fa993c4d237d3ef05f93", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d3d5b33ccc3ff9fabd40850828ba24f57e5fa1c0fee3fa993c4d237d3ef05f93", kill_on_drop: false }` [INFO] [stdout] d3d5b33ccc3ff9fabd40850828ba24f57e5fa1c0fee3fa993c4d237d3ef05f93 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+f70ee28831acc074c109afab32d287057c3eca46" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9da3c3fddcd70360578e3089bea47ba401dcea13bc6ce73a5075302c6aaa44fd [INFO] running `Command { std: "docker" "start" "-a" "9da3c3fddcd70360578e3089bea47ba401dcea13bc6ce73a5075302c6aaa44fd", kill_on_drop: false }` [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling zerocopy v0.8.28 [INFO] [stderr] Compiling syn v2.0.110 [INFO] [stderr] Checking bytes v1.11.0 [INFO] [stderr] Checking hex-conservative v0.2.1 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Checking getrandom v0.2.16 [INFO] [stderr] Checking mio v1.1.0 [INFO] [stderr] Checking bitflags v2.10.0 [INFO] [stderr] Compiling cc v1.2.46 [INFO] [stderr] Compiling bitcoin v0.32.7 [INFO] [stderr] Compiling aws-lc-rs v1.15.0 [INFO] [stderr] Checking hashbrown v0.16.1 [INFO] [stderr] Compiling rustls v0.23.35 [INFO] [stderr] Checking aho-corasick v1.1.4 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking regex-syntax v0.8.8 [INFO] [stderr] Compiling object v0.37.3 [INFO] [stderr] Checking simd-adler32 v0.3.7 [INFO] [stderr] Checking gimli v0.32.3 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Compiling anyhow v1.0.100 [INFO] [stderr] Checking is_terminal_polyfill v1.70.2 [INFO] [stderr] Checking anstyle-query v1.1.5 [INFO] [stderr] Checking iri-string v0.7.9 [INFO] [stderr] Checking miniz_oxide v0.8.9 [INFO] [stderr] Checking nix v0.26.4 [INFO] [stderr] Checking anstream v0.6.21 [INFO] [stderr] Checking jiff v0.2.16 [INFO] [stderr] Checking indexmap v2.12.1 [INFO] [stderr] Compiling foldhash v0.2.0 [INFO] [stderr] Compiling allocator-api2 v0.2.21 [INFO] [stderr] Compiling crc32fast v1.5.0 [INFO] [stderr] Checking http v1.3.1 [INFO] [stderr] Compiling log v0.4.28 [INFO] [stderr] Compiling httparse v1.10.1 [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Compiling linux-raw-sys v0.11.0 [INFO] [stderr] Compiling zlib-rs v0.5.2 [INFO] [stderr] Compiling cmake v0.1.54 [INFO] [stderr] Compiling core2 v0.4.0 [INFO] [stderr] Compiling rle-decode-fast v1.0.3 [INFO] [stderr] Compiling bumpalo v3.19.0 [INFO] [stderr] Checking regex-automata v0.4.13 [INFO] [stderr] Checking http-body v1.0.1 [INFO] [stderr] Compiling libflate_lz77 v2.2.0 [INFO] [stderr] Checking http-body-util v0.1.3 [INFO] [stderr] Compiling filetime v0.2.26 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling zopfli v0.8.3 [INFO] [stderr] Compiling percent-encoding v2.3.2 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling secp256k1-sys v0.10.1 [INFO] [stderr] Compiling aws-lc-sys v0.33.0 [INFO] [stderr] Compiling libusb1-sys v0.7.0 [INFO] [stderr] Compiling dary_heap v0.3.8 [INFO] [stderr] Compiling libflate v2.2.1 [INFO] [stderr] Checking ff v0.13.1 [INFO] [stderr] Checking addr2line v0.25.1 [INFO] [stderr] Checking webpki-roots v0.25.4 [INFO] [stderr] Compiling minisign-verify v0.2.4 [INFO] [stderr] Compiling rustls v0.21.12 [INFO] [stderr] Compiling ureq-proto v0.5.2 [INFO] [stderr] Checking group v0.13.0 [INFO] [stderr] Compiling secp256k1-sys v0.11.0 [INFO] [stderr] Compiling bitcoin-internals v0.2.0 [INFO] [stderr] Compiling rusb v0.9.4 [INFO] [stderr] Checking unicode-normalization v0.1.25 [INFO] [stderr] Compiling ureq v3.1.4 [INFO] [stderr] Compiling blake3 v1.8.2 [INFO] [stderr] Checking ciborium-io v0.2.2 [INFO] [stderr] Compiling protobuf v3.7.2 [INFO] [stderr] Compiling xattr v1.6.1 [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/f70ee28831acc074c109afab32d287057c3eca46/bin/rustc --crate-name jiff --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/jiff-0.2.16/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="std"' --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=0b9ce8b730941bb9 -C extra-filename=-5a3fe1bfcff468ba --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" "9da3c3fddcd70360578e3089bea47ba401dcea13bc6ce73a5075302c6aaa44fd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9da3c3fddcd70360578e3089bea47ba401dcea13bc6ce73a5075302c6aaa44fd", kill_on_drop: false }` [INFO] [stdout] 9da3c3fddcd70360578e3089bea47ba401dcea13bc6ce73a5075302c6aaa44fd