[INFO] cloning repository https://github.com/bug-ops/helix-trainer [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bug-ops/helix-trainer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbug-ops%2Fhelix-trainer", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbug-ops%2Fhelix-trainer'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 064e905014b9d7644c9a809882159237d501bf8c [INFO] checking bug-ops/helix-trainer against try#c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f for pr-133502-17 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbug-ops%2Fhelix-trainer" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/bug-ops/helix-trainer [INFO] finished tweaking git repo https://github.com/bug-ops/helix-trainer [INFO] tweaked toml for git repo https://github.com/bug-ops/helix-trainer written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/bug-ops/helix-trainer on toolchain c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/bug-ops/helix-trainer 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" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "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/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 91316e9876d322b753dd4200a09ed239de98046795343208774a97f863ed2b28 [INFO] running `Command { std: "docker" "start" "-a" "91316e9876d322b753dd4200a09ed239de98046795343208774a97f863ed2b28", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "91316e9876d322b753dd4200a09ed239de98046795343208774a97f863ed2b28", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "91316e9876d322b753dd4200a09ed239de98046795343208774a97f863ed2b28", kill_on_drop: false }` [INFO] [stdout] 91316e9876d322b753dd4200a09ed239de98046795343208774a97f863ed2b28 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2a126d6413dcae168a9d1c52e2c86ca0c301a27743f35d626c14f88f8fb647ec [INFO] running `Command { std: "docker" "start" "-a" "2a126d6413dcae168a9d1c52e2c86ca0c301a27743f35d626c14f88f8fb647ec", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.104 [INFO] [stderr] Compiling libc v0.2.178 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Checking regex-syntax v0.8.8 [INFO] [stderr] Compiling quote v1.0.42 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking itoa v1.0.17 [INFO] [stderr] Checking aho-corasick v1.1.4 [INFO] [stderr] Checking lock_api v0.4.14 [INFO] [stderr] Checking foldhash v0.2.0 [INFO] [stderr] Compiling zmij v1.0.3 [INFO] [stderr] Compiling rustix v1.1.3 [INFO] [stderr] Checking ryu v1.0.22 [INFO] [stderr] Compiling winnow v0.7.14 [INFO] [stderr] Compiling serde_json v1.0.148 [INFO] [stderr] Compiling find-msvc-tools v0.1.6 [INFO] [stderr] Checking hashbrown v0.16.1 [INFO] [stderr] Compiling cubecl-common v0.5.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Checking futures-lite v2.6.1 [INFO] [stderr] Compiling cc v1.2.51 [INFO] [stderr] Checking embassy-futures v0.1.2 [INFO] [stderr] Checking deranged v0.5.5 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Checking itertools v0.13.0 [INFO] [stderr] Compiling portable-atomic v1.13.0 [INFO] [stderr] Checking indexmap v2.12.1 [INFO] [stderr] Checking time-core v0.1.6 [INFO] [stderr] Checking unicode-width v0.2.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling syn v2.0.111 [INFO] [stderr] Compiling bstr v1.12.1 [INFO] [stderr] Checking crossbeam-channel v0.5.15 [INFO] [stderr] Checking simd-adler32 v0.3.8 [INFO] [stderr] Checking colored v3.0.0 [INFO] [stderr] Checking getrandom v0.3.4 [INFO] [stderr] Checking num_cpus v1.17.0 [INFO] [stderr] Checking miniz_oxide v0.8.9 [INFO] [stderr] Checking rand_core v0.9.3 [INFO] [stderr] Checking parking_lot_core v0.9.12 [INFO] [stderr] Checking time v0.3.44 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Checking regex-automata v0.4.13 [INFO] [stderr] Checking castaway v0.2.4 [INFO] [stderr] Checking tracing-core v0.1.36 [INFO] [stderr] Compiling matrixmultiply v0.3.10 [INFO] [stderr] Compiling glob v0.3.3 [INFO] [stderr] Checking str_indices v0.4.4 [INFO] [stderr] Compiling indoc v2.0.7 [INFO] [stderr] Compiling toml_datetime v0.7.5+spec-1.1.0 [INFO] [stderr] Compiling macerator v0.2.9 [INFO] [stderr] Checking ropey v1.6.1 [INFO] [stderr] Checking dirs-sys v0.5.0 [INFO] [stderr] Checking compact_str v0.9.0 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Checking spin v0.10.0 [INFO] [stderr] Checking thread-tree v0.3.3 [INFO] [stderr] Checking errno v0.3.14 [INFO] [stderr] Checking rmp v0.8.15 [INFO] [stderr] Checking tempfile v3.24.0 [INFO] [stderr] Checking lru v0.16.2 [INFO] [stderr] Compiling rstest_macros v0.25.0 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Checking unicode-truncate v2.0.0 [INFO] [stderr] Checking arc-swap v1.8.0 [INFO] [stderr] Checking csv-core v0.1.13 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Checking toml_write v0.1.2 [INFO] [stderr] Compiling instability v0.3.10 [INFO] [stderr] Checking rawpointer v0.2.1 [INFO] [stderr] Compiling signal-hook v0.3.18 [INFO] [stderr] Compiling convert_case v0.10.0 [INFO] [stderr] Checking signal-hook-registry v1.4.8 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking dirs v6.0.0 [INFO] [stderr] Compiling tree-house-bindings v0.2.2 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking num-complex v0.4.6 [INFO] [stderr] Checking sharded-slab v0.1.7 [INFO] [stderr] Checking thread_local v1.1.9 [INFO] [stderr] Compiling cfg-if v1.0.4 [INFO] [stderr] Checking moddef v0.3.0 [INFO] [stderr] Compiling relative-path v1.9.3 [INFO] [stderr] Checking unty v0.0.4 [INFO] [stderr] Checking nu-ansi-term v0.50.3 [INFO] [stderr] Compiling burn-ndarray v0.17.1 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Checking flate2 v1.1.5 [INFO] [stderr] Checking mio v1.1.1 [INFO] [stderr] Checking nvml-wrapper-sys v0.8.0 [INFO] [stderr] Checking ndarray v0.16.1 [INFO] [stderr] Compiling litrs v1.0.0 [INFO] [stderr] Checking uuid v1.19.0 [INFO] [stderr] Checking futures-timer v3.0.3 [INFO] [stderr] Compiling stable_deref_trait v1.2.1 [INFO] [stderr] Checking serde_bytes v0.11.19 [INFO] [stderr] Checking csv v1.4.0 [INFO] [stderr] Checking home v0.5.12 [INFO] [stderr] Compiling toml_parser v1.0.6+spec-1.1.0 [INFO] [stderr] Checking bytesize v1.3.3 [INFO] [stderr] Checking data-encoding v2.9.0 [INFO] [stderr] Checking atomic_float v1.1.0 [INFO] [stderr] Checking env_home v0.1.0 [INFO] [stderr] Compiling unsafe-libyaml v0.2.11 [INFO] [stderr] Compiling seq-macro v0.3.6 [INFO] [stderr] Checking etcetera v0.10.0 [INFO] [stderr] Checking which v8.0.0 [INFO] [stderr] Checking signal-hook-mio v0.2.5 [INFO] [stderr] Compiling itertools v0.11.0 [INFO] [stderr] Compiling document-features v0.2.12 [INFO] [stderr] Compiling toml_edit v0.23.10+spec-1.0.0 [INFO] [stderr] Checking async-channel v2.5.0 [INFO] [stderr] Checking sysinfo v0.33.1 [INFO] [stderr] Compiling smartstring v1.0.1 [INFO] [stderr] Compiling slotmap v1.1.1 [INFO] [stderr] Checking kstring v2.0.2 [INFO] [stderr] Checking line-clipping v0.3.5 [INFO] [stderr] Compiling normpath v1.5.0 [INFO] [stderr] Compiling base62 v2.2.3 [INFO] [stderr] Compiling helix-loader v25.7.1 (https://github.com/helix-editor/helix?tag=25.07.1#a05c151b) [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling siphasher v1.0.1 [INFO] [stderr] Checking dunce v1.0.5 [INFO] [stderr] Checking shlex v1.3.0 [INFO] [stderr] Compiling unicode-general-category v1.1.0 [INFO] [stderr] Checking threadpool v1.8.1 [INFO] [stderr] Checking nucleo-matcher v0.3.1 [INFO] [stderr] Checking regex v1.12.2 [INFO] [stderr] Checking globset v0.4.18 [INFO] [stderr] Checking regex-cursor v0.1.5 [INFO] [stderr] Compiling proc-macro-crate v3.4.0 [INFO] [stderr] Checking matchers v0.2.0 [INFO] [stderr] Checking ignore v0.4.25 [INFO] [stderr] Checking sanitize-filename v0.6.0 [INFO] [stderr] Checking smawk v0.3.2 [INFO] [stderr] Compiling object v0.37.3 [INFO] [stderr] Checking unicode-linebreak v0.1.5 [INFO] [stderr] Checking helix-stdx v25.7.1 (https://github.com/helix-editor/helix?tag=25.07.1#a05c151b) [INFO] [stderr] Checking nucleo v0.5.0 [INFO] [stderr] Checking serde_spanned v1.0.4 [INFO] [stderr] Checking globwalk v0.8.1 [INFO] [stderr] Checking textwrap v0.16.2 [INFO] [stderr] Compiling alloca v0.4.0 [INFO] [stderr] Checking priority-queue v2.5.0 [INFO] [stderr] Checking encoding_rs v0.8.35 [INFO] [stderr] Checking systemstat v0.2.5 [INFO] [stderr] Checking gimli v0.32.3 [INFO] [stderr] Checking anstyle v1.0.13 [INFO] [stderr] Checking toml_writer v1.0.6+spec-1.1.0 [INFO] [stderr] Checking font8x8 v0.3.1 [INFO] [stderr] Checking helix-parsec v25.7.1 (https://github.com/helix-editor/helix?tag=25.07.1#a05c151b) [INFO] [stderr] Checking clap_lex v0.7.6 [INFO] [stderr] Checking unicode-width v0.1.12 [INFO] [stderr] Checking clap_builder v4.5.53 [INFO] [stderr] Checking wait-timeout v0.2.1 [INFO] [stderr] Checking rustc-demangle v0.1.26 [INFO] [stderr] Checking toml v0.9.10+spec-1.1.0 [INFO] [stderr] Checking rusty-fork v0.3.1 [INFO] [stderr] Checking criterion-plot v0.8.1 [INFO] [stderr] Checking plotters v0.3.7 [INFO] [stderr] Checking rand_xorshift v0.4.0 [INFO] [stderr] Checking page_size v0.6.0 [INFO] [stderr] Checking mintex v0.1.4 [INFO] [stderr] Checking thousands v0.2.0 [INFO] [stderr] Compiling rust-i18n v3.1.5 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling zerocopy-derive v0.8.31 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling bytemuck_derive v1.10.2 [INFO] [stderr] Compiling strum_macros v0.27.2 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling derive_more-impl v1.0.0 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] error: could not compile `ndarray` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f/bin/rustc --crate-name ndarray --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ndarray-0.16.1/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="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("approx", "blas", "default", "docs", "matrixmultiply-threading", "portable-atomic-critical-section", "rayon", "serde", "serde-1", "std", "test"))' -C metadata=367be8823b3eb50c -C extra-filename=-c13bd3f17c2ffd70 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern matrixmultiply=/opt/rustwide/target/debug/deps/libmatrixmultiply-b377da6aafc4ca60.rmeta --extern num_complex=/opt/rustwide/target/debug/deps/libnum_complex-b1bb2de258f5be68.rmeta --extern num_integer=/opt/rustwide/target/debug/deps/libnum_integer-ea515cf442c5c0ef.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-314a28d551676042.rmeta --extern rawpointer=/opt/rustwide/target/debug/deps/librawpointer-1161d966db9d7afd.rmeta --extern rayon=/opt/rustwide/target/debug/deps/librayon-38cde6a0c15806d5.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 `nvml-wrapper-sys` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f/bin/rustc --crate-name nvml_wrapper_sys --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nvml-wrapper-sys-0.8.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="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "legacy-functions"))' -C metadata=3419070ba8d85e7b -C extra-filename=-9ec1509280b5d99f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libloading=/opt/rustwide/target/debug/deps/liblibloading-d21983df834c79db.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "2a126d6413dcae168a9d1c52e2c86ca0c301a27743f35d626c14f88f8fb647ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2a126d6413dcae168a9d1c52e2c86ca0c301a27743f35d626c14f88f8fb647ec", kill_on_drop: false }` [INFO] [stdout] 2a126d6413dcae168a9d1c52e2c86ca0c301a27743f35d626c14f88f8fb647ec