[INFO] cloning repository https://github.com/ali-bobo/cairn
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ali-bobo/cairn" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fali-bobo%2Fcairn", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fali-bobo%2Fcairn'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ef322eea4ee1da966a0fa0fd7470a4242d497163
[INFO] checking ali-bobo/cairn against 165655a2f1981fef27b31c547ad7631979fc5139 for pr-160235
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fali-bobo%2Fcairn" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-6-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/ali-bobo/cairn
[INFO] finished tweaking git repo https://github.com/ali-bobo/cairn
[INFO] tweaked toml for git repo https://github.com/ali-bobo/cairn written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ali-bobo/cairn 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 git repo https://github.com/ali-bobo/cairn 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 1e3180594049ebb54fd31ec2c92d44ae8f22c0e185c3a906fc7f3dbbbd71d1e2
[INFO] running `Command { std: "docker" "start" "1e3180594049ebb54fd31ec2c92d44ae8f22c0e185c3a906fc7f3dbbbd71d1e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1e3180594049ebb54fd31ec2c92d44ae8f22c0e185c3a906fc7f3dbbbd71d1e2", 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" "1e3180594049ebb54fd31ec2c92d44ae8f22c0e185c3a906fc7f3dbbbd71d1e2" "/opt/rustwide/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1e3180594049ebb54fd31ec2c92d44ae8f22c0e185c3a906fc7f3dbbbd71d1e2", 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" "1e3180594049ebb54fd31ec2c92d44ae8f22c0e185c3a906fc7f3dbbbd71d1e2" "/opt/rustwide/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking log v0.4.32
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]     Checking uuid v1.23.3
[INFO] [stderr]     Checking bumpalo v3.20.3
[INFO] [stderr]    Compiling aws-lc-rs v1.17.0
[INFO] [stderr]     Checking unsafe-libyaml-norway v0.2.15
[INFO] [stderr]     Checking cidr v0.3.2
[INFO] [stderr]     Checking mio v1.2.1
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling cc v1.2.65
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]    Compiling rustc-hash v2.1.2
[INFO] [stderr]    Compiling type-map v0.5.1
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.20
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]    Compiling self_cell v1.2.2
[INFO] [stderr]    Compiling rustls v0.23.41
[INFO] [stderr]    Compiling rust-embed-utils v8.11.0
[INFO] [stderr]     Checking simd-adler32 v0.3.9
[INFO] [stderr]    Compiling self_cell v0.10.3
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling time-macros v0.2.29
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling binrw_derive v0.11.3
[INFO] [stderr]     Checking simdutf8 v0.1.5
[INFO] [stderr]    Compiling zip v2.4.2
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking poly1305 v0.8.0
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]     Checking zopfli v0.8.3
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]    Compiling arc-swap v1.9.1
[INFO] [stderr]     Checking sonic-simd v0.1.4
[INFO] [stderr]    Compiling aws-lc-sys v0.41.0
[INFO] [stderr]    Compiling blake3 v1.8.5
[INFO] [stderr]     Checking sonic-number v0.1.2
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling binrw v0.11.3
[INFO] [stderr]     Checking time v0.3.49
[INFO] [stderr]     Checking openssl-probe v0.2.1
[INFO] [stderr]     Checking console v0.16.3
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking rayon-core v1.13.0
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking pbkdf2 v0.12.2
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking memmap2 v0.9.11
[INFO] [stderr]     Checking io_tee v0.1.1
[INFO] [stderr]     Checking array-init v2.1.0
[INFO] [stderr]     Checking widestring v1.2.1
[INFO] [stderr]     Checking constant_time_eq v0.4.2
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking jiff v0.2.28
[INFO] [stderr]     Checking csv-core v0.1.13
[INFO] [stderr]     Checking forensicnomicon v0.5.8
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking bech32 v0.9.1
[INFO] [stderr]     Checking csv v1.4.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking quick-xml v0.41.0
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]     Checking compcol v0.6.5
[INFO] [stderr]    Compiling cairn-cli v0.1.0 (/opt/rustwide/workdir/crates/cairn-cli)
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]     Checking simplelog v0.12.2
[INFO] [stderr]     Checking regex v1.12.4
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking hyper v1.10.1
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling num-derive v0.3.3
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling strum_macros v0.24.3
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zeroize_derive v1.5.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]     Checking zeroize v1.9.0
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]     Checking rustls-pki-types v1.14.1
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling rust-embed-impl v8.11.0
[INFO] [stderr]     Checking fluent-syntax v0.11.1
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]     Checking chacha20 v0.9.1
[INFO] [stderr]    Compiling scroll_derive v0.13.1
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]     Checking ref-cast v1.0.25
[INFO] [stderr]     Checking chacha20poly1305 v0.10.1
[INFO] [stderr]     Checking salsa20 v0.10.2
[INFO] [stderr]     Checking yoke v0.8.3
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking rustls-native-certs v0.8.4
[INFO] [stderr]     Checking secrecy v0.10.3
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling pin-project-internal v1.1.13
[INFO] [stderr]    Compiling rust-embed v8.11.0
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking scrypt v0.11.0
[INFO] [stderr]     Checking nt-string v0.1.2
[INFO] [stderr]     Checking scroll v0.13.0
[INFO] [stderr]     Checking dialoguer v0.12.0
[INFO] [stderr]    Compiling strum_macros v0.28.0
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking goblin v0.10.7
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]    Compiling enumn v0.1.14
[INFO] [stderr]     Checking crossterm v0.29.0
[INFO] [stderr]    Compiling enum-primitive-derive v0.3.0
[INFO] [stderr]    Compiling derive_more v0.99.20
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr] error: could not compile `forensicnomicon` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/165655a2f1981fef27b31c547ad7631979fc5139/bin/rustc --crate-name forensicnomicon --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/forensicnomicon-0.5.8/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("default", "serde", "std"))' -C metadata=2bb5b326e87aaefb -C extra-filename=-46d5203b945c904c --out-dir /opt/rustwide/target/debug/build/forensicnomicon/46d5203b945c904c/out --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" "1e3180594049ebb54fd31ec2c92d44ae8f22c0e185c3a906fc7f3dbbbd71d1e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1e3180594049ebb54fd31ec2c92d44ae8f22c0e185c3a906fc7f3dbbbd71d1e2", kill_on_drop: false }`
[INFO] [stdout] 1e3180594049ebb54fd31ec2c92d44ae8f22c0e185c3a906fc7f3dbbbd71d1e2
