[INFO] cloning repository https://github.com/cpaika/rust-ml [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cpaika/rust-ml" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcpaika%2Frust-ml", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcpaika%2Frust-ml'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4c44a8ce152011cbeff682269eea7e12d72c2dd0 [INFO] checking cpaika/rust-ml against 165655a2f1981fef27b31c547ad7631979fc5139 for pr-160235 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcpaika%2Frust-ml" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] [stderr] Updating files: 99% (624/629) Updating files: 100% (629/629) Updating files: 100% (629/629), done. [INFO] removed /workspace/builds/worker-3-tc2/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/cpaika/rust-ml [INFO] finished tweaking git repo https://github.com/cpaika/rust-ml [INFO] tweaked toml for git repo https://github.com/cpaika/rust-ml written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/cpaika/rust-ml 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/cpaika/rust-ml 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-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] b120068b8ce7019cb869c993497c90702879c8cbaf1a0dec5d3fc3d72e1f23ce [INFO] running `Command { std: "docker" "start" "b120068b8ce7019cb869c993497c90702879c8cbaf1a0dec5d3fc3d72e1f23ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b120068b8ce7019cb869c993497c90702879c8cbaf1a0dec5d3fc3d72e1f23ce", 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" "b120068b8ce7019cb869c993497c90702879c8cbaf1a0dec5d3fc3d72e1f23ce" "/opt/rustwide/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b120068b8ce7019cb869c993497c90702879c8cbaf1a0dec5d3fc3d72e1f23ce", 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" "b120068b8ce7019cb869c993497c90702879c8cbaf1a0dec5d3fc3d72e1f23ce" "/opt/rustwide/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.178 [INFO] [stderr] Checking log v0.4.29 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling rustversion v1.0.22 [INFO] [stderr] Compiling cfg_aliases v0.1.1 [INFO] [stderr] Compiling zerocopy v0.8.31 [INFO] [stderr] Checking memchr v2.7.6 [INFO] [stderr] Compiling syn v2.0.111 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Checking unicode-width v0.1.14 [INFO] [stderr] Checking itoa v1.0.15 [INFO] [stderr] Checking hashbrown v0.16.1 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Checking codespan-reporting v0.11.1 [INFO] [stderr] Checking libloading v0.8.9 [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Compiling libm v0.2.15 [INFO] [stderr] Checking hexf-parse v0.2.1 [INFO] [stderr] Compiling khronos-egl v6.0.0 [INFO] [stderr] Checking arrayvec v0.7.6 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Checking foldhash v0.1.5 [INFO] [stderr] Compiling ash v0.38.0+1.3.281 [INFO] [stderr] Checking indexmap v2.12.1 [INFO] [stderr] Checking unicode-xid v0.2.6 [INFO] [stderr] Checking lock_api v0.4.14 [INFO] [stderr] Checking hashbrown v0.15.5 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking ryu v1.0.20 [INFO] [stderr] Checking raw-window-handle v0.6.2 [INFO] [stderr] Checking profiling v1.0.17 [INFO] [stderr] Checking renderdoc-sys v1.1.0 [INFO] [stderr] Compiling naga v23.1.0 [INFO] [stderr] Checking getrandom v0.2.16 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling litrs v1.0.0 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Compiling wgpu-hal v23.0.1 [INFO] [stderr] Checking common v0.1.0 (/opt/rustwide/workdir/libs/common) [INFO] [stderr] Compiling wgpu-core v23.0.1 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.106 [INFO] [stderr] Checking glow v0.14.2 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling wgpu v23.0.1 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling document-features v0.2.12 [INFO] [stderr] Checking anstyle-parse v0.2.7 [INFO] [stderr] Compiling naga v24.0.0 [INFO] [stderr] Checking colorchoice v1.0.4 [INFO] [stderr] Checking anstyle v1.0.13 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Compiling wgpu-hal v24.0.4 [INFO] [stderr] Checking anstream v0.6.21 [INFO] [stderr] Checking clap_lex v0.7.6 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Checking bitflags v2.10.0 [INFO] [stderr] Checking pollster v0.4.0 [INFO] [stderr] Checking clap_builder v4.5.53 [INFO] [stderr] Checking spirv v0.3.0+sdk-1.3.268.0 [INFO] [stderr] Checking gpu-descriptor-types v0.2.0 [INFO] [stderr] Checking gpu-alloc-types v0.3.0 [INFO] [stderr] Checking gpu-descriptor v0.3.2 [INFO] [stderr] Checking gpu-alloc v0.6.0 [INFO] [stderr] Checking wgpu-types v23.0.0 [INFO] [stderr] Checking ordered-float v4.6.0 [INFO] [stderr] Checking wgpu-types v24.0.0 [INFO] [stderr] Compiling wgpu-core v24.0.5 [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Checking glow v0.16.0 [INFO] [stderr] Checking cast v0.3.0 [INFO] [stderr] Compiling bumpalo v3.19.0 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.106 [INFO] [stderr] Checking rand_core v0.9.3 [INFO] [stderr] Compiling wgpu v24.0.5 [INFO] [stderr] Compiling wasm-bindgen v0.2.106 [INFO] [stderr] Checking aho-corasick v1.1.4 [INFO] [stderr] Checking unicode-ident v1.0.22 [INFO] [stderr] Checking regex-syntax v0.8.8 [INFO] [stderr] Checking linux-raw-sys v0.11.0 [INFO] [stderr] Checking oorandom v11.1.5 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Checking either v1.15.0 [INFO] [stderr] Compiling zerocopy-derive v0.8.31 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling bytemuck_derive v1.10.2 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Checking bytemuck v1.24.0 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling clap_derive v4.5.49 [INFO] [stderr] Checking thiserror v1.0.69 [INFO] [stderr] Checking regex-automata v0.4.13 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.106 [INFO] [stderr] Compiling rayon-core v1.13.0 [INFO] [stderr] Checking tempfile v3.23.0 [INFO] [stderr] Checking strum v0.26.3 [INFO] [stderr] Checking ppv-lite86 v0.2.21 [INFO] [stderr] Checking clap v4.5.53 [INFO] [stderr] Checking half v2.7.1 [INFO] [stderr] Checking crossbeam-deque v0.8.6 [INFO] [stderr] Compiling find-msvc-tools v0.1.5 [INFO] [stderr] Checking plotters-backend v0.3.7 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand_chacha v0.9.0 [INFO] [stderr] Checking ciborium-io v0.2.2 [INFO] [stderr] Checking ciborium-ll v0.2.2 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking rand v0.9.2 [INFO] [stderr] Compiling cc v1.2.48 [INFO] [stderr] Checking regex v1.12.2 [INFO] [stderr] Checking tokenizer v0.1.0 (/opt/rustwide/workdir/libs/tokenizer) [INFO] [stderr] Checking plotters-svg v0.3.7 [INFO] [stderr] Checking js-sys v0.3.83 [INFO] [stderr] Checking itertools v0.10.5 [INFO] [stderr] Checking plotters v0.3.7 [INFO] [stderr] Checking rayon v1.11.0 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Checking ciborium v0.2.2 [INFO] [stderr] Checking tinytemplate v1.2.1 [INFO] [stderr] Checking criterion-plot v0.5.0 [INFO] [stderr] Checking is-terminal v0.4.17 [INFO] [stderr] Checking anes v0.1.6 [INFO] [stderr] Checking zeroize v1.8.2 [INFO] [stderr] Checking simd-adler32 v0.3.8 [INFO] [stderr] Checking rustls-pki-types v1.13.1 [INFO] [stderr] Compiling rustls v0.23.35 [INFO] [stderr] Checking bytes v1.11.0 [INFO] [stderr] Compiling unicase v2.8.1 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Checking http v1.4.0 [INFO] [stderr] error: could not compile `naga` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/165655a2f1981fef27b31c547ad7631979fc5139/bin/rustc --crate-name naga --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/naga-23.1.0/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="compact"' --cfg 'feature="default"' --cfg 'feature="glsl-out"' --cfg 'feature="hlsl-out-if-target-windows"' --cfg 'feature="msl-out-if-target-apple"' --cfg 'feature="spv-out"' --cfg 'feature="wgsl-in"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "compact", "default", "deserialize", "dot-out", "glsl-in", "glsl-out", "hlsl-out", "hlsl-out-if-target-windows", "msl-out", "msl-out-if-target-apple", "serialize", "spv-in", "spv-out", "wgsl-in", "wgsl-out"))' -C metadata=e84d2e0258e6515e -C extra-filename=-36fcf3d01260954c --out-dir /opt/rustwide/target/debug/build/naga/36fcf3d01260954c/out -L dependency=/opt/rustwide/target/debug/build/arrayvec/30751d79791e52e6/out -L dependency=/opt/rustwide/target/debug/build/bit-set/0d1d8cd877be6a55/out -L dependency=/opt/rustwide/target/debug/build/bit-vec/7c54c415c8441a74/out -L dependency=/opt/rustwide/target/debug/build/bitflags/ad00d0fc08a708e6/out -L dependency=/opt/rustwide/target/debug/build/codespan-reporting/8e05686bdaf08cc5/out -L dependency=/opt/rustwide/target/debug/build/equivalent/d23b026399a51038/out -L dependency=/opt/rustwide/target/debug/build/hashbrown/d6527847c19413e5/out -L dependency=/opt/rustwide/target/debug/build/hexf-parse/3a3e3f1940ae3db2/out -L dependency=/opt/rustwide/target/debug/build/indexmap/762ab36a7afea071/out -L dependency=/opt/rustwide/target/debug/build/log/a469ce83c9b0fe3a/out -L dependency=/opt/rustwide/target/debug/build/rustc-hash/59ad630e9e58123f/out -L dependency=/opt/rustwide/target/debug/build/serde_core/3c925aec2ec92997/out -L dependency=/opt/rustwide/target/debug/build/spirv/db1833c9023e5dcb/out -L dependency=/opt/rustwide/target/debug/build/termcolor/3163ee63a16b7335/out -L dependency=/opt/rustwide/target/debug/build/thiserror/ee38f5adbd51a0f9/out -L dependency=/opt/rustwide/target/debug/build/thiserror-impl/f9ff55e15575c253/out -L dependency=/opt/rustwide/target/debug/build/unicode-width/a2cad30f1b072f70/out -L dependency=/opt/rustwide/target/debug/build/unicode-xid/ee01a207c7c23c16/out --extern arrayvec=/opt/rustwide/target/debug/build/arrayvec/30751d79791e52e6/out/libarrayvec-30751d79791e52e6.rmeta --extern bit_set=/opt/rustwide/target/debug/build/bit-set/0d1d8cd877be6a55/out/libbit_set-0d1d8cd877be6a55.rmeta --extern bitflags=/opt/rustwide/target/debug/build/bitflags/ad00d0fc08a708e6/out/libbitflags-ad00d0fc08a708e6.rmeta --extern codespan_reporting=/opt/rustwide/target/debug/build/codespan-reporting/8e05686bdaf08cc5/out/libcodespan_reporting-8e05686bdaf08cc5.rmeta --extern hexf_parse=/opt/rustwide/target/debug/build/hexf-parse/3a3e3f1940ae3db2/out/libhexf_parse-3a3e3f1940ae3db2.rmeta --extern indexmap=/opt/rustwide/target/debug/build/indexmap/762ab36a7afea071/out/libindexmap-762ab36a7afea071.rmeta --extern log=/opt/rustwide/target/debug/build/log/a469ce83c9b0fe3a/out/liblog-a469ce83c9b0fe3a.rmeta --extern rustc_hash=/opt/rustwide/target/debug/build/rustc-hash/59ad630e9e58123f/out/librustc_hash-59ad630e9e58123f.rmeta --extern spirv=/opt/rustwide/target/debug/build/spirv/db1833c9023e5dcb/out/libspirv-db1833c9023e5dcb.rmeta --extern termcolor=/opt/rustwide/target/debug/build/termcolor/3163ee63a16b7335/out/libtermcolor-3163ee63a16b7335.rmeta --extern thiserror=/opt/rustwide/target/debug/build/thiserror/ee38f5adbd51a0f9/out/libthiserror-ee38f5adbd51a0f9.rmeta --extern unicode_xid=/opt/rustwide/target/debug/build/unicode-xid/ee01a207c7c23c16/out/libunicode_xid-ee01a207c7c23c16.rmeta --cap-lints allow --cap-lints=forbid --cfg glsl_out --cfg spv_out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `ash` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/165655a2f1981fef27b31c547ad7631979fc5139/bin/rustc --crate-name ash --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ash-0.38.0+1.3.281/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="debug"' --cfg 'feature="default"' --cfg 'feature="libloading"' --cfg 'feature="loaded"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "libloading", "linked", "loaded", "std"))' -C metadata=be734a1d7acca22c -C extra-filename=-7820bd67844a5b61 --out-dir /opt/rustwide/target/debug/build/ash/7820bd67844a5b61/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/190c9021fd162845/out -L dependency=/opt/rustwide/target/debug/build/libloading/d21983df834c79db/out --extern libloading=/opt/rustwide/target/debug/build/libloading/d21983df834c79db/out/liblibloading-d21983df834c79db.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "b120068b8ce7019cb869c993497c90702879c8cbaf1a0dec5d3fc3d72e1f23ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b120068b8ce7019cb869c993497c90702879c8cbaf1a0dec5d3fc3d72e1f23ce", kill_on_drop: false }` [INFO] [stdout] b120068b8ce7019cb869c993497c90702879c8cbaf1a0dec5d3fc3d72e1f23ce