[INFO] fetching crate cetk 0.1.0...
[INFO] checking cetk-0.1.0 against bd72bf234a6bb5da5aa1550a318f391e3fbad54f for pr-161319
[INFO] extracting crate cetk 0.1.0 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate cetk 0.1.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate cetk 0.1.0
[INFO] tweaked toml for crates.io crate cetk 0.1.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate cetk 0.1.0 on toolchain bd72bf234a6bb5da5aa1550a318f391e3fbad54f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bd72bf234a6bb5da5aa1550a318f391e3fbad54f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate cetk 0.1.0 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" "+bd72bf234a6bb5da5aa1550a318f391e3fbad54f" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] ff8509c751d2bbf8ccda4d17eae7c723f28fc44a5a7b8cae2b5f2610d44d3d4a
[INFO] running `Command { std: "docker" "start" "ff8509c751d2bbf8ccda4d17eae7c723f28fc44a5a7b8cae2b5f2610d44d3d4a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ff8509c751d2bbf8ccda4d17eae7c723f28fc44a5a7b8cae2b5f2610d44d3d4a", 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" "ff8509c751d2bbf8ccda4d17eae7c723f28fc44a5a7b8cae2b5f2610d44d3d4a" "/opt/rustwide/cargo-home/bin/cargo" "+bd72bf234a6bb5da5aa1550a318f391e3fbad54f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ff8509c751d2bbf8ccda4d17eae7c723f28fc44a5a7b8cae2b5f2610d44d3d4a", 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" "ff8509c751d2bbf8ccda4d17eae7c723f28fc44a5a7b8cae2b5f2610d44d3d4a" "/opt/rustwide/cargo-home/bin/cargo" "+bd72bf234a6bb5da5aa1550a318f391e3fbad54f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling unicode-ident v1.0.20
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]     Checking pin-project-lite v0.2.16
[INFO] [stderr]     Checking memchr v2.7.6
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking itoa v1.0.15
[INFO] [stderr]     Checking bytes v1.10.1
[INFO] [stderr]    Compiling find-msvc-tools v0.1.4
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling cc v1.2.41
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]     Checking slab v0.4.11
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]     Checking tracing-core v0.1.34
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]     Checking hashbrown v0.16.0
[INFO] [stderr]     Checking reborrow v0.5.5
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]     Checking tower-service v0.3.3
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling seq-macro v0.3.6
[INFO] [stderr]     Checking ryu v1.0.20
[INFO] [stderr]     Checking http v1.3.1
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]     Checking litemap v0.8.0
[INFO] [stderr]     Checking try-lock v0.2.5
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking writeable v0.6.1
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]     Checking indexmap v2.12.0
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking httpdate v1.0.3
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]     Checking log v0.4.28
[INFO] [stderr]    Compiling syn v2.0.107
[INFO] [stderr]     Checking signal-hook-registry v1.4.6
[INFO] [stderr]     Checking mio v1.1.0
[INFO] [stderr]     Checking socket2 v0.6.1
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling pulp v0.21.5
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]    Compiling openssl v0.10.74
[INFO] [stderr]     Checking foreign-types-shared v0.1.1
[INFO] [stderr]     Checking ipnet v2.11.0
[INFO] [stderr]    Compiling dyn-stack-macros v0.1.3
[INFO] [stderr]     Checking foreign-types v0.3.2
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]     Checking raw-cpuid v11.6.0
[INFO] [stderr]     Checking tower-layer v0.3.3
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]     Checking utf8_iter v1.0.4
[INFO] [stderr]     Checking raw-cpuid v10.7.0
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling buffertk v0.13.0
[INFO] [stderr]     Checking rustls-pki-types v1.12.0
[INFO] [stderr]     Checking openssl-probe v0.1.6
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling openssl-sys v0.9.110
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking unicode-width v0.2.2
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]     Checking regex-syntax v0.8.8
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]     Checking untrusted v0.9.0
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling derive_util v0.5.0
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]    Compiling toml_datetime v0.7.3
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling rustls v0.23.33
[INFO] [stderr]     Checking sig_fig_histogram v0.6.0
[INFO] [stderr]    Compiling prototk_derive v0.13.0
[INFO] [stderr]     Checking biometrics v0.12.0
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]     Checking zerror v0.8.0
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling clap_lex v0.7.6
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling phf_shared v0.12.1
[INFO] [stderr]    Compiling clap_builder v4.5.50
[INFO] [stderr]    Compiling toml_parser v1.0.4
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling toml_edit v0.23.7
[INFO] [stderr]     Checking prototk v0.13.0
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]     Checking webpki-roots v1.0.3
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]    Compiling num-complex v0.2.4
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]     Checking one_two_eight v0.10.0
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling clap v4.5.50
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling phf_generator v0.12.1
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]    Compiling portable-atomic v1.11.1
[INFO] [stderr]     Checking matchit v0.7.3
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling zip v1.1.4
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerocopy-derive v0.8.27
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling prost-derive v0.12.6
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking rustls-webpki v0.103.7
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking bytemuck v1.24.0
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking yoke v0.8.0
[INFO] [stderr]     Checking zerotrie v0.2.2
[INFO] [stderr] error: could not compile `rayon` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/bd72bf234a6bb5da5aa1550a318f391e3fbad54f/bin/rustc --crate-name rayon --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -Z embed-metadata=no -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=3865cacb41cd768b -C extra-filename=-7ae6097346243beb --out-dir /opt/rustwide/target/debug/build/rayon/7ae6097346243beb/out -L dependency=/opt/rustwide/target/debug/build/crossbeam-deque/6fd28fd5e960987e/out -L dependency=/opt/rustwide/target/debug/build/crossbeam-epoch/d38c2cf20aae1a59/out -L dependency=/opt/rustwide/target/debug/build/crossbeam-utils/bd4732b1c643ac3e/out -L dependency=/opt/rustwide/target/debug/build/either/e67190205648abee/out -L dependency=/opt/rustwide/target/debug/build/rayon-core/db38e41120a8cf19/out --extern either=/opt/rustwide/target/debug/build/either/e67190205648abee/out/libeither-e67190205648abee.rmeta --extern rayon_core=/opt/rustwide/target/debug/build/rayon-core/db38e41120a8cf19/out/librayon_core-db38e41120a8cf19.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `darling_core` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/bd72bf234a6bb5da5aa1550a318f391e3fbad54f/bin/rustc --crate-name darling_core --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -Z embed-metadata=no -C embed-bitcode=no --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "serde", "strsim", "suggestions"))' -C metadata=01ad9dc76167a46d -C extra-filename=-7de9fa4509846906 --out-dir /opt/rustwide/target/debug/build/darling_core/7de9fa4509846906/out -L dependency=/opt/rustwide/target/debug/build/fnv/bd60753855300b18/out -L dependency=/opt/rustwide/target/debug/build/ident_case/ecc112105bc5215b/out -L dependency=/opt/rustwide/target/debug/build/proc-macro2/94d51c4c1ecfff08/out -L dependency=/opt/rustwide/target/debug/build/quote/8e125f5f4c48c5a4/out -L dependency=/opt/rustwide/target/debug/build/strsim/9754e702f19a9357/out -L dependency=/opt/rustwide/target/debug/build/syn/b494dcadb8beb73d/out -L dependency=/opt/rustwide/target/debug/build/unicode-ident/21aeb60f8cf32518/out --extern fnv=/opt/rustwide/target/debug/build/fnv/bd60753855300b18/out/libfnv-bd60753855300b18.rmeta --extern ident_case=/opt/rustwide/target/debug/build/ident_case/ecc112105bc5215b/out/libident_case-ecc112105bc5215b.rmeta --extern proc_macro2=/opt/rustwide/target/debug/build/proc-macro2/94d51c4c1ecfff08/out/libproc_macro2-94d51c4c1ecfff08.rmeta --extern quote=/opt/rustwide/target/debug/build/quote/8e125f5f4c48c5a4/out/libquote-8e125f5f4c48c5a4.rmeta --extern strsim=/opt/rustwide/target/debug/build/strsim/9754e702f19a9357/out/libstrsim-9754e702f19a9357.rmeta --extern syn=/opt/rustwide/target/debug/build/syn/b494dcadb8beb73d/out/libsyn-b494dcadb8beb73d.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "ff8509c751d2bbf8ccda4d17eae7c723f28fc44a5a7b8cae2b5f2610d44d3d4a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ff8509c751d2bbf8ccda4d17eae7c723f28fc44a5a7b8cae2b5f2610d44d3d4a", kill_on_drop: false }`
[INFO] [stdout] ff8509c751d2bbf8ccda4d17eae7c723f28fc44a5a7b8cae2b5f2610d44d3d4a
