[INFO] cloning repository https://github.com/mohu-org/mohu
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mohu-org/mohu" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmohu-org%2Fmohu", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmohu-org%2Fmohu'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3c077755f0c08cd34bb2861faebd7ad7a0636116
[INFO] testing mohu-org/mohu against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmohu-org%2Fmohu" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/mohu-org/mohu
[INFO] finished tweaking git repo https://github.com/mohu-org/mohu
[INFO] tweaked toml for git repo https://github.com/mohu-org/mohu written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mohu-org/mohu on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mohu-org/mohu 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" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] fdcc65acf66c27674dc3c66811a2f2534a70865f57a1b0a5a315149d9fbe2195
[INFO] running `Command { std: "docker" "start" "fdcc65acf66c27674dc3c66811a2f2534a70865f57a1b0a5a315149d9fbe2195", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fdcc65acf66c27674dc3c66811a2f2534a70865f57a1b0a5a315149d9fbe2195", 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" "fdcc65acf66c27674dc3c66811a2f2534a70865f57a1b0a5a315149d9fbe2195" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fdcc65acf66c27674dc3c66811a2f2534a70865f57a1b0a5a315149d9fbe2195", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fdcc65acf66c27674dc3c66811a2f2534a70865f57a1b0a5a315149d9fbe2195" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling zerocopy v0.8.50
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling arrow-schema v54.3.1
[INFO] [stderr]    Compiling lexical-util v1.0.7
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling memchr v2.8.1
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling strength_reduce v0.2.4
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling lexical-parse-integer v1.0.6
[INFO] [stderr]    Compiling lexical-write-integer v1.0.6
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling lexical-parse-float v1.0.6
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling lexical-write-float v1.0.6
[INFO] [stderr]    Compiling lexical-core v1.0.6
[INFO] [stderr]    Compiling memmap2 v0.9.10
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling rusty-fork v0.3.1
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling primal-check v0.3.4
[INFO] [stderr]    Compiling transpose v0.2.3
[INFO] [stderr]    Compiling rustfft v6.4.1
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling zerocopy-derive v0.8.50
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling mohu-error v0.1.0 (/opt/rustwide/workdir/crates/mohu-error)
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling mohu-dtype v0.1.0 (/opt/rustwide/workdir/crates/mohu-dtype)
[INFO] [stderr]    Compiling arrow-buffer v54.3.1
[INFO] [stderr]    Compiling rand v0.9.4
[INFO] [stderr]    Compiling mohu-buffer v0.1.0 (/opt/rustwide/workdir/crates/mohu-buffer)
[INFO] [stderr]    Compiling mohu-simd v0.1.0 (/opt/rustwide/workdir/crates/mohu-simd)
[INFO] [stderr]    Compiling arrow-data v54.3.1
[INFO] [stderr]    Compiling proptest v1.11.0
[INFO] [stderr]    Compiling arrow-array v54.3.1
[INFO] [stderr]    Compiling arrow-select v54.3.1
[INFO] [stderr]    Compiling arrow-arith v54.3.1
[INFO] [stderr]    Compiling arrow-row v54.3.1
[INFO] [stderr]    Compiling mohu-array v0.1.0 (/opt/rustwide/workdir/crates/mohu-array)
[INFO] [stderr]    Compiling mohu-special v0.1.0 (/opt/rustwide/workdir/crates/mohu-special)
[INFO] [stderr]    Compiling mohu-index v0.1.0 (/opt/rustwide/workdir/crates/mohu-index)
[INFO] [stderr]    Compiling mohu-random v0.1.0 (/opt/rustwide/workdir/crates/mohu-random)
[INFO] [stderr]    Compiling mohu-masked v0.1.0 (/opt/rustwide/workdir/crates/mohu-masked)
[INFO] [stderr]    Compiling mohu-testing v0.1.0 (/opt/rustwide/workdir/crates/mohu-testing)
[INFO] [stderr]    Compiling mohu-core v0.1.0 (/opt/rustwide/workdir/crates/mohu-core)
[INFO] [stderr]    Compiling mohu-ufunc v0.1.0 (/opt/rustwide/workdir/crates/mohu-ufunc)
[INFO] [stderr]    Compiling mohu-sparse v0.1.0 (/opt/rustwide/workdir/crates/mohu-sparse)
[INFO] [stderr]    Compiling mohu-fft v0.1.0 (/opt/rustwide/workdir/crates/mohu-fft)
[INFO] [stderr]    Compiling mohu-ops v0.1.0 (/opt/rustwide/workdir/crates/mohu-ops)
[INFO] [stderr]    Compiling mohu-stats v0.1.0 (/opt/rustwide/workdir/crates/mohu-stats)
[INFO] [stderr]    Compiling arrow-cast v54.3.1
[INFO] [stderr]    Compiling arrow-string v54.3.1
[INFO] [stderr]    Compiling arrow-ord v54.3.1
[INFO] [stderr] error: could not compile `mohu-buffer` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name mohu_buffer --edition=2024 crates/mohu-buffer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="mmap"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "mmap"))' -C metadata=63f3c478299b9764 -C extra-filename=-8ae7d10cf946838f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern half=/opt/rustwide/target/debug/deps/libhalf-e52c8816ab7380ab.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-612664c2206eec43.rmeta --extern memmap2=/opt/rustwide/target/debug/deps/libmemmap2-ec7a23143146e94d.rmeta --extern mohu_dtype=/opt/rustwide/target/debug/deps/libmohu_dtype-d786088805724bad.rmeta --extern mohu_error=/opt/rustwide/target/debug/deps/libmohu_error-d7849ee16c724787.rmeta --extern num_complex=/opt/rustwide/target/debug/deps/libnum_complex-9c7e0daa7ceb25df.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-68e0d171d32a4dd9.rmeta --extern rayon=/opt/rustwide/target/debug/deps/librayon-e450c92a5ef0b60a.rmeta --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-bf302dd4f103914d.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-904ed6b7605081f8.rmeta --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "fdcc65acf66c27674dc3c66811a2f2534a70865f57a1b0a5a315149d9fbe2195", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fdcc65acf66c27674dc3c66811a2f2534a70865f57a1b0a5a315149d9fbe2195", kill_on_drop: false }`
[INFO] [stdout] fdcc65acf66c27674dc3c66811a2f2534a70865f57a1b0a5a315149d9fbe2195
