[INFO] cloning repository https://github.com/habitat-sh/habitat
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/habitat-sh/habitat" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhabitat-sh%2Fhabitat", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhabitat-sh%2Fhabitat'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 106ab716191d2a63e1d919e5510d7012937b5e2f
[INFO] checking habitat-sh/habitat against a621e2b446eafb53c7a8569f225e0b8cc2429a68 for pr-162600
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhabitat-sh%2Fhabitat" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-1-tc2/source/rust-toolchain
[INFO] started tweaking git repo https://github.com/habitat-sh/habitat
[INFO] finished tweaking git repo https://github.com/habitat-sh/habitat
[INFO] tweaked toml for git repo https://github.com/habitat-sh/habitat written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/habitat-sh/habitat on toolchain a621e2b446eafb53c7a8569f225e0b8cc2429a68
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/habitat-sh/habitat 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" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 01fe90d19d10ca69854b030aeac71fcb64fb7885012c12574093dd7cfd9631ab
[INFO] running `Command { std: "docker" "start" "01fe90d19d10ca69854b030aeac71fcb64fb7885012c12574093dd7cfd9631ab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "01fe90d19d10ca69854b030aeac71fcb64fb7885012c12574093dd7cfd9631ab", 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" "01fe90d19d10ca69854b030aeac71fcb64fb7885012c12574093dd7cfd9631ab" "/opt/rustwide/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "01fe90d19d10ca69854b030aeac71fcb64fb7885012c12574093dd7cfd9631ab", 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" "01fe90d19d10ca69854b030aeac71fcb64fb7885012c12574093dd7cfd9631ab" "/opt/rustwide/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking cfg-if v1.0.3
[INFO] [stderr]    Compiling proc-macro2 v1.0.107
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]     Checking http v1.3.1
[INFO] [stderr]     Checking num-conv v0.2.0
[INFO] [stderr]     Checking log v0.4.34
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking signal-hook-registry v1.4.6
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking deranged v0.5.5
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling aws-lc-rs v1.18.0
[INFO] [stderr]    Compiling bitflags v2.13.2
[INFO] [stderr]    Compiling rustls v0.23.45
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling zmij v1.0.2
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking vsimd v0.8.0
[INFO] [stderr]     Checking outref v0.5.2
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling openssl v0.10.80
[INFO] [stderr]    Compiling quote v1.0.47
[INFO] [stderr]     Checking mio v1.2.3
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling no_std_io2 v0.9.3
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling rle-decode-fast v1.0.3
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling syn v3.0.5
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking serde_json v1.0.151
[INFO] [stderr]    Compiling zlib-rs v0.6.0
[INFO] [stderr]    Compiling bumpalo v3.19.0
[INFO] [stderr]    Compiling simd-adler32 v0.3.10
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling filetime v0.2.26
[INFO] [stderr]    Compiling ureq-proto v0.6.0
[INFO] [stderr]    Compiling libflate_lz77 v2.3.0
[INFO] [stderr]    Compiling anyhow v1.0.104
[INFO] [stderr]    Compiling zopfli v0.8.3
[INFO] [stderr]    Compiling cc v1.4.6
[INFO] [stderr]    Compiling adler32 v1.2.0
[INFO] [stderr]    Compiling dary_heap v0.3.8
[INFO] [stderr]    Compiling utf8-zero v0.8.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling typed-path v0.12.3
[INFO] [stderr]    Compiling libflate v2.3.0
[INFO] [stderr]    Compiling nix v0.31.3
[INFO] [stderr]     Checking winnow v1.0.0
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling ureq v3.3.0
[INFO] [stderr]    Compiling minisign-verify v0.2.5
[INFO] [stderr]     Checking toml_parser v1.1.3+spec-1.1.0
[INFO] [stderr]     Checking regex-automata v0.4.16
[INFO] [stderr]     Checking chacha20 v0.10.2
[INFO] [stderr]     Checking uuid v1.4.1
[INFO] [stderr]     Checking toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking serde_spanned v1.1.1
[INFO] [stderr]    Compiling base64 v0.23.1
[INFO] [stderr]    Compiling dtor-proc-macro v0.0.12
[INFO] [stderr]     Checking rand v0.10.2
[INFO] [stderr]    Compiling xattr v1.5.1
[INFO] [stderr]     Checking toml v1.1.6+spec-1.1.0
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]    Compiling tar v0.4.46
[INFO] [stderr]     Checking dtor v0.6.0
[INFO] [stderr]    Compiling ctor-proc-macro v0.0.12
[INFO] [stderr]    Compiling pem v4.0.0
[INFO] [stderr]     Checking link-section v0.0.12
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]    Compiling openssl-src v300.5.2+3.5.2
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking yasna v0.6.0
[INFO] [stderr]     Checking ctor v0.9.1
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking unicode-width v0.2.1
[INFO] [stderr]     Checking ct-codecs v1.1.6
[INFO] [stderr]     Checking anstream v1.0.0
[INFO] [stderr]     Checking tabwriter v1.4.1
[INFO] [stderr]    Compiling flate2 v1.1.10
[INFO] [stderr]     Checking blake2b_simd v1.0.5
[INFO] [stderr]     Checking dirs v7.0.0
[INFO] [stderr]     Checking dns-lookup v4.0.1
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking caps v0.5.6
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]     Checking terminal_size v0.4.4
[INFO] [stderr]     Checking iri-string v0.7.8
[INFO] [stderr]     Checking clap_builder v4.6.6
[INFO] [stderr]    Compiling zip v8.5.1
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling aws-lc-sys v0.44.0
[INFO] [stderr]    Compiling openssl-sys v0.9.116
[INFO] [stderr]    Compiling lzma-sys v0.1.20
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling habitat_core v0.0.0 (/opt/rustwide/workdir/components/core)
[INFO] [stderr]    Compiling petgraph v0.8.3
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking getrandom v0.3.3
[INFO] [stderr]     Checking xz2 v0.1.7
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling regex v1.13.1
[INFO] [stderr]     Checking borrow-or-share v0.2.4
[INFO] [stderr] error: could not compile `syn` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/a621e2b446eafb53c7a8569f225e0b8cc2429a68/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.119/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata,link -Z embed-metadata=no -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=1455723c50e48632 -C extra-filename=-3eb84a187752897f --out-dir /opt/rustwide/target/debug/build/syn/3eb84a187752897f/out -L dependency=/opt/rustwide/target/debug/build/proc-macro2/d594f758366773fc/out -L dependency=/opt/rustwide/target/debug/build/unicode-ident/b3925cc8f83e9ac1/out --extern proc_macro2=/opt/rustwide/target/debug/build/proc-macro2/d594f758366773fc/out/libproc_macro2-d594f758366773fc.rmeta --extern quote=/opt/rustwide/target/debug/build/quote/a7da7cb22b462b20/out/libquote-a7da7cb22b462b20.rmeta --extern unicode_ident=/opt/rustwide/target/debug/build/unicode-ident/b3925cc8f83e9ac1/out/libunicode_ident-b3925cc8f83e9ac1.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "01fe90d19d10ca69854b030aeac71fcb64fb7885012c12574093dd7cfd9631ab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "01fe90d19d10ca69854b030aeac71fcb64fb7885012c12574093dd7cfd9631ab", kill_on_drop: false }`
[INFO] [stdout] 01fe90d19d10ca69854b030aeac71fcb64fb7885012c12574093dd7cfd9631ab
