[INFO] fetching crate noir-compute 0.2.0...
[INFO] testing noir-compute-0.2.0 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate noir-compute 0.2.0 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate noir-compute 0.2.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate noir-compute 0.2.0
[INFO] tweaked toml for crates.io crate noir-compute 0.2.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate noir-compute 0.2.0 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate noir-compute 0.2.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" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 129ccccb78a65a18f252884f8f63c48e2f692ce43b98d2a7d28c2780a8c84ed5
[INFO] running `Command { std: "docker" "start" "-a" "129ccccb78a65a18f252884f8f63c48e2f692ce43b98d2a7d28c2780a8c84ed5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "129ccccb78a65a18f252884f8f63c48e2f692ce43b98d2a7d28c2780a8c84ed5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "129ccccb78a65a18f252884f8f63c48e2f692ce43b98d2a7d28c2780a8c84ed5", kill_on_drop: false }`
[INFO] [stdout] 129ccccb78a65a18f252884f8f63c48e2f692ce43b98d2a7d28c2780a8c84ed5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ce609f019c53bfa78e2394fe6b51eb4f3afde8e39b9ff726bcdce82bd6e5c517
[INFO] running `Command { std: "docker" "start" "-a" "ce609f019c53bfa78e2394fe6b51eb4f3afde8e39b9ff726bcdce82bd6e5c517", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.79
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]    Compiling cc v1.0.90
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling smallvec v1.13.1
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling utf8parse v0.2.1
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling instant v0.1.12
[INFO] [stderr]    Compiling anstyle v1.0.6
[INFO] [stderr]    Compiling colorchoice v1.0.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.3
[INFO] [stderr]    Compiling anstyle-query v1.0.2
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling itoa v1.0.10
[INFO] [stderr]    Compiling ryu v1.0.17
[INFO] [stderr]    Compiling serde_json v1.0.114
[INFO] [stderr]    Compiling thiserror v1.0.58
[INFO] [stderr]    Compiling anyhow v1.0.81
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling anstream v0.6.13
[INFO] [stderr]    Compiling clap_lex v0.7.0
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]    Compiling zerocopy v0.7.32
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling strsim v0.11.0
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling log v0.4.21
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling pin-project-lite v0.2.13
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.10
[INFO] [stderr]    Compiling either v1.10.0
[INFO] [stderr]    Compiling futures-core v0.3.30
[INFO] [stderr]    Compiling futures-sink v0.3.30
[INFO] [stderr]    Compiling getrandom v0.2.12
[INFO] [stderr]    Compiling clap_builder v4.5.2
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling indexmap v2.2.5
[INFO] [stderr]    Compiling nanorand v0.7.0
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling csv-core v0.1.11
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling syn v2.0.52
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling cpufeatures v0.2.12
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling flume v0.11.0
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling quick_cache v0.4.1
[INFO] [stderr]    Compiling libz-sys v1.1.15
[INFO] [stderr]    Compiling openssl-sys v0.9.101
[INFO] [stderr]    Compiling libssh2-sys v0.3.0
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling wyhash v0.5.0
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling coarsetime v0.1.34
[INFO] [stderr]    Compiling shell-escape v0.1.5
[INFO] [stderr]    Compiling typemap_rev v0.3.0
[INFO] [stderr]    Compiling base64 v0.22.0
[INFO] [stderr]    Compiling whoami v1.5.1
[INFO] [stderr]    Compiling lazy-init v0.5.1
[INFO] [stderr]    Compiling glidesort v0.1.2
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]    Compiling clap_derive v4.5.0
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling ssh2 v0.9.4
[INFO] [stderr]    Compiling clap v4.5.2
[INFO] [stderr]    Compiling serde_yaml v0.9.32
[INFO] [stderr]    Compiling csv v1.3.0
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling noir-compute v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trait `Sink` is never used
[INFO] [stdout]   --> src/operator/sink/mod.rs:17:18
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub(crate) trait Sink: Operator<Out = ()> {}
[INFO] [stdout]    |                  ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `cached_replicas` is never used
[INFO] [stdout]   --> src/operator/start/mod.rs:36:8
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub(crate) trait StartReceiver: Clone {
[INFO] [stdout]    |                  ------------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 36 |     fn cached_replicas(&self) -> usize;
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/profiler/mod.rs:131:18
[INFO] [stdout]     |
[INFO] [stdout] 131 |         unsafe { &mut PROFILER }
[INFO] [stdout]     |                  ^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 131 |         unsafe { &raw mut PROFILER }
[INFO] [stdout]     |                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.26s
[INFO] running `Command { std: "docker" "inspect" "ce609f019c53bfa78e2394fe6b51eb4f3afde8e39b9ff726bcdce82bd6e5c517", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ce609f019c53bfa78e2394fe6b51eb4f3afde8e39b9ff726bcdce82bd6e5c517", kill_on_drop: false }`
[INFO] [stdout] ce609f019c53bfa78e2394fe6b51eb4f3afde8e39b9ff726bcdce82bd6e5c517
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 56cfc43ab0d0919a53d255bb08f526af92c2b4e2c341b72f827c54772977f977
[INFO] running `Command { std: "docker" "start" "-a" "56cfc43ab0d0919a53d255bb08f526af92c2b4e2c341b72f827c54772977f977", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling getrandom v0.2.12
[INFO] [stderr]    Compiling log v0.4.21
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling libmimalloc-sys v0.1.35
[INFO] [stderr]    Compiling half v2.4.0
[INFO] [stderr]    Compiling rustix v0.38.31
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling plotters-backend v0.3.5
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling plotters-svg v0.3.5
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling nanorand v0.7.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling overload v0.1.1
[INFO] [stderr]    Compiling bitflags v2.4.2
[INFO] [stderr]    Compiling nu-ansi-term v0.46.0
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]    Compiling csv-core v0.1.11
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling flume v0.11.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling quick_cache v0.4.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling wyhash v0.5.0
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling is-terminal v0.4.12
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling humantime v2.1.0
[INFO] [stderr]    Compiling fastrand v2.0.1
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling oorandom v11.1.3
[INFO] [stderr]    Compiling deunicode v1.4.3
[INFO] [stderr]    Compiling crossbeam-channel v0.5.12
[INFO] [stderr]    Compiling micrometer v0.2.7
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling mimalloc v0.1.39
[INFO] [stderr]    Compiling plotters v0.3.5
[INFO] [stderr]    Compiling rayon v1.9.0
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling fake v2.9.2
[INFO] [stderr]    Compiling tempfile v3.10.1
[INFO] [stderr]    Compiling serde_json v1.0.114
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling serde_yaml v0.9.32
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling csv v1.3.0
[INFO] [stderr]    Compiling nexmark v0.2.0
[INFO] [stderr]    Compiling kstring v2.0.0
[INFO] [stderr]    Compiling regex v1.10.3
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling env_filter v0.1.0
[INFO] [stderr]    Compiling env_logger v0.11.3
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling noir-compute v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trait `Sink` is never used
[INFO] [stdout]   --> src/operator/sink/mod.rs:17:18
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub(crate) trait Sink: Operator<Out = ()> {}
[INFO] [stdout]    |                  ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `cached_replicas` is never used
[INFO] [stdout]   --> src/operator/start/mod.rs:36:8
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub(crate) trait StartReceiver: Clone {
[INFO] [stdout]    |                  ------------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 36 |     fn cached_replicas(&self) -> usize;
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/profiler/mod.rs:131:18
[INFO] [stdout]     |
[INFO] [stdout] 131 |         unsafe { &mut PROFILER }
[INFO] [stdout]     |                  ^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 131 |         unsafe { &raw mut PROFILER }
[INFO] [stdout]     |                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `noir-compute` (test "merge")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-10-28-x86_64-unknown-linux-gnu/bin/rustc --crate-name merge --edition=2021 tests/merge.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="base64"' --cfg 'feature="clap"' --cfg 'feature="default"' --cfg 'feature="flume"' --cfg 'feature="sha2"' --cfg 'feature="shell-escape"' --cfg 'feature="ssh"' --cfg 'feature="ssh2"' --cfg 'feature="timestamp"' --cfg 'feature="whoami"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-tokio", "base64", "clap", "crossbeam", "crossbeam-channel", "default", "flume", "futures", "profiler", "sha2", "shell-escape", "ssh", "ssh2", "timestamp", "tokio", "whoami"))' -C metadata=47a942201e5793f7 -C extra-filename=-56925cef92c42db8 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-1bcc413dc0fdeb01.rlib --extern base64=/opt/rustwide/target/debug/deps/libbase64-02cbfbc6817e9c42.rlib --extern bincode=/opt/rustwide/target/debug/deps/libbincode-4f8a93e50491df7a.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-d98f8f6cc0c9db82.rlib --extern coarsetime=/opt/rustwide/target/debug/deps/libcoarsetime-8d7044ca07d2314b.rlib --extern criterion=/opt/rustwide/target/debug/deps/libcriterion-3949dc4f0a57c0af.rlib --extern crossbeam_channel=/opt/rustwide/target/debug/deps/libcrossbeam_channel-b0cb5aa3d0c56a22.rlib --extern csv=/opt/rustwide/target/debug/deps/libcsv-8fbdee22b210be83.rlib --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-d988799ce9cf943e.rlib --extern derivative=/opt/rustwide/target/debug/deps/libderivative-17ec20e26d6eb1ea.so --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-40f62d4250eab0cb.rlib --extern fake=/opt/rustwide/target/debug/deps/libfake-0fadde98dc643464.rlib --extern flume=/opt/rustwide/target/debug/deps/libflume-81cd17dbdf9ee3ae.rlib --extern fxhash=/opt/rustwide/target/debug/deps/libfxhash-1df546a36b8e6f44.rlib --extern glidesort=/opt/rustwide/target/debug/deps/libglidesort-0137059e8ef54c5d.rlib --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-59a2f926a4ea77e0.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-bd9efa3fd1493a86.rlib --extern kstring=/opt/rustwide/target/debug/deps/libkstring-4374cc1a895e7077.rlib --extern lazy_init=/opt/rustwide/target/debug/deps/liblazy_init-45b3e0f5b92d4f96.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-38fc862210ff642a.rlib --extern micrometer=/opt/rustwide/target/debug/deps/libmicrometer-f9b5ecde5de16ed3.rlib --extern mimalloc=/opt/rustwide/target/debug/deps/libmimalloc-17d2f6b333b72279.rlib --extern nanorand=/opt/rustwide/target/debug/deps/libnanorand-afda0be769436863.rlib --extern nexmark=/opt/rustwide/target/debug/deps/libnexmark-899feac64bf93d70.rlib --extern noir_compute=/opt/rustwide/target/debug/deps/libnoir_compute-c07b89c4ddf56615.rlib --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-a1d7742f74efe1da.rlib --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-901217c336129eaa.rlib --extern quick_cache=/opt/rustwide/target/debug/deps/libquick_cache-032b4ba45d0b2985.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-fa1198f5d6ef6ce5.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-10e63e47a7b4fbc4.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-5abba950cd4204b9.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-16e0331c981dd2b8.rlib --extern serde_yaml=/opt/rustwide/target/debug/deps/libserde_yaml-379e7abe0652a20d.rlib --extern sha2=/opt/rustwide/target/debug/deps/libsha2-d12487c7f8370bd5.rlib --extern shell_escape=/opt/rustwide/target/debug/deps/libshell_escape-68815ecbb9955c0d.rlib --extern ssh2=/opt/rustwide/target/debug/deps/libssh2-df3aabb8add68666.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-4357c2b0b2fe6dc9.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-5d7d3f1086476e89.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-6cf259bbbc22f671.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-f8080383c88ff3a7.rlib --extern typemap_rev=/opt/rustwide/target/debug/deps/libtypemap_rev-514adeb2ad63cf5e.rlib --extern whoami=/opt/rustwide/target/debug/deps/libwhoami-22ef7cd368e62da9.rlib --extern wyhash=/opt/rustwide/target/debug/deps/libwyhash-74434ef5b89fa280.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/libmimalloc-sys-05b2b350d97ca956/out -L native=/opt/rustwide/target/debug/build/libssh2-sys-2ed19dcacea44706/out/build` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `noir-compute` (example "nexmark-latency")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-10-28-x86_64-unknown-linux-gnu/bin/rustc --crate-name nexmark_latency --edition=2021 examples/nexmark-latency.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="base64"' --cfg 'feature="clap"' --cfg 'feature="default"' --cfg 'feature="flume"' --cfg 'feature="sha2"' --cfg 'feature="shell-escape"' --cfg 'feature="ssh"' --cfg 'feature="ssh2"' --cfg 'feature="timestamp"' --cfg 'feature="whoami"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-tokio", "base64", "clap", "crossbeam", "crossbeam-channel", "default", "flume", "futures", "profiler", "sha2", "shell-escape", "ssh", "ssh2", "timestamp", "tokio", "whoami"))' -C metadata=25352dbfe31f3e43 -C extra-filename=-b2345ead26c25172 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-1bcc413dc0fdeb01.rlib --extern base64=/opt/rustwide/target/debug/deps/libbase64-02cbfbc6817e9c42.rlib --extern bincode=/opt/rustwide/target/debug/deps/libbincode-4f8a93e50491df7a.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-d98f8f6cc0c9db82.rlib --extern coarsetime=/opt/rustwide/target/debug/deps/libcoarsetime-8d7044ca07d2314b.rlib --extern criterion=/opt/rustwide/target/debug/deps/libcriterion-3949dc4f0a57c0af.rlib --extern crossbeam_channel=/opt/rustwide/target/debug/deps/libcrossbeam_channel-b0cb5aa3d0c56a22.rlib --extern csv=/opt/rustwide/target/debug/deps/libcsv-8fbdee22b210be83.rlib --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-d988799ce9cf943e.rlib --extern derivative=/opt/rustwide/target/debug/deps/libderivative-17ec20e26d6eb1ea.so --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-40f62d4250eab0cb.rlib --extern fake=/opt/rustwide/target/debug/deps/libfake-0fadde98dc643464.rlib --extern flume=/opt/rustwide/target/debug/deps/libflume-81cd17dbdf9ee3ae.rlib --extern fxhash=/opt/rustwide/target/debug/deps/libfxhash-1df546a36b8e6f44.rlib --extern glidesort=/opt/rustwide/target/debug/deps/libglidesort-0137059e8ef54c5d.rlib --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-59a2f926a4ea77e0.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-bd9efa3fd1493a86.rlib --extern kstring=/opt/rustwide/target/debug/deps/libkstring-4374cc1a895e7077.rlib --extern lazy_init=/opt/rustwide/target/debug/deps/liblazy_init-45b3e0f5b92d4f96.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-38fc862210ff642a.rlib --extern micrometer=/opt/rustwide/target/debug/deps/libmicrometer-f9b5ecde5de16ed3.rlib --extern mimalloc=/opt/rustwide/target/debug/deps/libmimalloc-17d2f6b333b72279.rlib --extern nanorand=/opt/rustwide/target/debug/deps/libnanorand-afda0be769436863.rlib --extern nexmark=/opt/rustwide/target/debug/deps/libnexmark-899feac64bf93d70.rlib --extern noir_compute=/opt/rustwide/target/debug/deps/libnoir_compute-c07b89c4ddf56615.rlib --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-a1d7742f74efe1da.rlib --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-901217c336129eaa.rlib --extern quick_cache=/opt/rustwide/target/debug/deps/libquick_cache-032b4ba45d0b2985.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-fa1198f5d6ef6ce5.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-10e63e47a7b4fbc4.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-5abba950cd4204b9.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-16e0331c981dd2b8.rlib --extern serde_yaml=/opt/rustwide/target/debug/deps/libserde_yaml-379e7abe0652a20d.rlib --extern sha2=/opt/rustwide/target/debug/deps/libsha2-d12487c7f8370bd5.rlib --extern shell_escape=/opt/rustwide/target/debug/deps/libshell_escape-68815ecbb9955c0d.rlib --extern ssh2=/opt/rustwide/target/debug/deps/libssh2-df3aabb8add68666.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-4357c2b0b2fe6dc9.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-5d7d3f1086476e89.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-6cf259bbbc22f671.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-f8080383c88ff3a7.rlib --extern typemap_rev=/opt/rustwide/target/debug/deps/libtypemap_rev-514adeb2ad63cf5e.rlib --extern whoami=/opt/rustwide/target/debug/deps/libwhoami-22ef7cd368e62da9.rlib --extern wyhash=/opt/rustwide/target/debug/deps/libwyhash-74434ef5b89fa280.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/libmimalloc-sys-05b2b350d97ca956/out -L native=/opt/rustwide/target/debug/build/libssh2-sys-2ed19dcacea44706/out/build` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `noir-compute` (test "aggregators")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-10-28-x86_64-unknown-linux-gnu/bin/rustc --crate-name aggregators --edition=2021 tests/aggregators.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="base64"' --cfg 'feature="clap"' --cfg 'feature="default"' --cfg 'feature="flume"' --cfg 'feature="sha2"' --cfg 'feature="shell-escape"' --cfg 'feature="ssh"' --cfg 'feature="ssh2"' --cfg 'feature="timestamp"' --cfg 'feature="whoami"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-tokio", "base64", "clap", "crossbeam", "crossbeam-channel", "default", "flume", "futures", "profiler", "sha2", "shell-escape", "ssh", "ssh2", "timestamp", "tokio", "whoami"))' -C metadata=3ed465ae58db4485 -C extra-filename=-124074a7ca03b21f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-1bcc413dc0fdeb01.rlib --extern base64=/opt/rustwide/target/debug/deps/libbase64-02cbfbc6817e9c42.rlib --extern bincode=/opt/rustwide/target/debug/deps/libbincode-4f8a93e50491df7a.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-d98f8f6cc0c9db82.rlib --extern coarsetime=/opt/rustwide/target/debug/deps/libcoarsetime-8d7044ca07d2314b.rlib --extern criterion=/opt/rustwide/target/debug/deps/libcriterion-3949dc4f0a57c0af.rlib --extern crossbeam_channel=/opt/rustwide/target/debug/deps/libcrossbeam_channel-b0cb5aa3d0c56a22.rlib --extern csv=/opt/rustwide/target/debug/deps/libcsv-8fbdee22b210be83.rlib --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-d988799ce9cf943e.rlib --extern derivative=/opt/rustwide/target/debug/deps/libderivative-17ec20e26d6eb1ea.so --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-40f62d4250eab0cb.rlib --extern fake=/opt/rustwide/target/debug/deps/libfake-0fadde98dc643464.rlib --extern flume=/opt/rustwide/target/debug/deps/libflume-81cd17dbdf9ee3ae.rlib --extern fxhash=/opt/rustwide/target/debug/deps/libfxhash-1df546a36b8e6f44.rlib --extern glidesort=/opt/rustwide/target/debug/deps/libglidesort-0137059e8ef54c5d.rlib --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-59a2f926a4ea77e0.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-bd9efa3fd1493a86.rlib --extern kstring=/opt/rustwide/target/debug/deps/libkstring-4374cc1a895e7077.rlib --extern lazy_init=/opt/rustwide/target/debug/deps/liblazy_init-45b3e0f5b92d4f96.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-38fc862210ff642a.rlib --extern micrometer=/opt/rustwide/target/debug/deps/libmicrometer-f9b5ecde5de16ed3.rlib --extern mimalloc=/opt/rustwide/target/debug/deps/libmimalloc-17d2f6b333b72279.rlib --extern nanorand=/opt/rustwide/target/debug/deps/libnanorand-afda0be769436863.rlib --extern nexmark=/opt/rustwide/target/debug/deps/libnexmark-899feac64bf93d70.rlib --extern noir_compute=/opt/rustwide/target/debug/deps/libnoir_compute-c07b89c4ddf56615.rlib --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-a1d7742f74efe1da.rlib --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-901217c336129eaa.rlib --extern quick_cache=/opt/rustwide/target/debug/deps/libquick_cache-032b4ba45d0b2985.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-fa1198f5d6ef6ce5.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-10e63e47a7b4fbc4.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-5abba950cd4204b9.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-16e0331c981dd2b8.rlib --extern serde_yaml=/opt/rustwide/target/debug/deps/libserde_yaml-379e7abe0652a20d.rlib --extern sha2=/opt/rustwide/target/debug/deps/libsha2-d12487c7f8370bd5.rlib --extern shell_escape=/opt/rustwide/target/debug/deps/libshell_escape-68815ecbb9955c0d.rlib --extern ssh2=/opt/rustwide/target/debug/deps/libssh2-df3aabb8add68666.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-4357c2b0b2fe6dc9.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-5d7d3f1086476e89.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-6cf259bbbc22f671.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-f8080383c88ff3a7.rlib --extern typemap_rev=/opt/rustwide/target/debug/deps/libtypemap_rev-514adeb2ad63cf5e.rlib --extern whoami=/opt/rustwide/target/debug/deps/libwhoami-22ef7cd368e62da9.rlib --extern wyhash=/opt/rustwide/target/debug/deps/libwyhash-74434ef5b89fa280.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/libmimalloc-sys-05b2b350d97ca956/out -L native=/opt/rustwide/target/debug/build/libssh2-sys-2ed19dcacea44706/out/build` (signal: 9, SIGKILL: kill)
[INFO] [stdout] warning: trait `Sink` is never used
[INFO] [stdout]   --> src/operator/sink/mod.rs:17:18
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub(crate) trait Sink: Operator<Out = ()> {}
[INFO] [stdout]    |                  ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `cached_replicas` is never used
[INFO] [stdout]   --> src/operator/start/mod.rs:36:8
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub(crate) trait StartReceiver: Clone {
[INFO] [stdout]    |                  ------------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 36 |     fn cached_replicas(&self) -> usize;
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/profiler/mod.rs:131:18
[INFO] [stdout]     |
[INFO] [stdout] 131 |         unsafe { &mut PROFILER }
[INFO] [stdout]     |                  ^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 131 |         unsafe { &raw mut PROFILER }
[INFO] [stdout]     |                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `noir-compute` (example "nexmark")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-10-28-x86_64-unknown-linux-gnu/bin/rustc --crate-name nexmark --edition=2021 examples/nexmark.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="base64"' --cfg 'feature="clap"' --cfg 'feature="default"' --cfg 'feature="flume"' --cfg 'feature="sha2"' --cfg 'feature="shell-escape"' --cfg 'feature="ssh"' --cfg 'feature="ssh2"' --cfg 'feature="timestamp"' --cfg 'feature="whoami"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-tokio", "base64", "clap", "crossbeam", "crossbeam-channel", "default", "flume", "futures", "profiler", "sha2", "shell-escape", "ssh", "ssh2", "timestamp", "tokio", "whoami"))' -C metadata=c80b70a062769d72 -C extra-filename=-7c5cf6b170cd4e3a --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-1bcc413dc0fdeb01.rlib --extern base64=/opt/rustwide/target/debug/deps/libbase64-02cbfbc6817e9c42.rlib --extern bincode=/opt/rustwide/target/debug/deps/libbincode-4f8a93e50491df7a.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-d98f8f6cc0c9db82.rlib --extern coarsetime=/opt/rustwide/target/debug/deps/libcoarsetime-8d7044ca07d2314b.rlib --extern criterion=/opt/rustwide/target/debug/deps/libcriterion-3949dc4f0a57c0af.rlib --extern crossbeam_channel=/opt/rustwide/target/debug/deps/libcrossbeam_channel-b0cb5aa3d0c56a22.rlib --extern csv=/opt/rustwide/target/debug/deps/libcsv-8fbdee22b210be83.rlib --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-d988799ce9cf943e.rlib --extern derivative=/opt/rustwide/target/debug/deps/libderivative-17ec20e26d6eb1ea.so --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-40f62d4250eab0cb.rlib --extern fake=/opt/rustwide/target/debug/deps/libfake-0fadde98dc643464.rlib --extern flume=/opt/rustwide/target/debug/deps/libflume-81cd17dbdf9ee3ae.rlib --extern fxhash=/opt/rustwide/target/debug/deps/libfxhash-1df546a36b8e6f44.rlib --extern glidesort=/opt/rustwide/target/debug/deps/libglidesort-0137059e8ef54c5d.rlib --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-59a2f926a4ea77e0.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-bd9efa3fd1493a86.rlib --extern kstring=/opt/rustwide/target/debug/deps/libkstring-4374cc1a895e7077.rlib --extern lazy_init=/opt/rustwide/target/debug/deps/liblazy_init-45b3e0f5b92d4f96.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-38fc862210ff642a.rlib --extern micrometer=/opt/rustwide/target/debug/deps/libmicrometer-f9b5ecde5de16ed3.rlib --extern mimalloc=/opt/rustwide/target/debug/deps/libmimalloc-17d2f6b333b72279.rlib --extern nanorand=/opt/rustwide/target/debug/deps/libnanorand-afda0be769436863.rlib --extern nexmark=/opt/rustwide/target/debug/deps/libnexmark-899feac64bf93d70.rlib --extern noir_compute=/opt/rustwide/target/debug/deps/libnoir_compute-c07b89c4ddf56615.rlib --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-a1d7742f74efe1da.rlib --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-901217c336129eaa.rlib --extern quick_cache=/opt/rustwide/target/debug/deps/libquick_cache-032b4ba45d0b2985.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-fa1198f5d6ef6ce5.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-10e63e47a7b4fbc4.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-5abba950cd4204b9.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-16e0331c981dd2b8.rlib --extern serde_yaml=/opt/rustwide/target/debug/deps/libserde_yaml-379e7abe0652a20d.rlib --extern sha2=/opt/rustwide/target/debug/deps/libsha2-d12487c7f8370bd5.rlib --extern shell_escape=/opt/rustwide/target/debug/deps/libshell_escape-68815ecbb9955c0d.rlib --extern ssh2=/opt/rustwide/target/debug/deps/libssh2-df3aabb8add68666.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-4357c2b0b2fe6dc9.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-5d7d3f1086476e89.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-6cf259bbbc22f671.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-f8080383c88ff3a7.rlib --extern typemap_rev=/opt/rustwide/target/debug/deps/libtypemap_rev-514adeb2ad63cf5e.rlib --extern whoami=/opt/rustwide/target/debug/deps/libwhoami-22ef7cd368e62da9.rlib --extern wyhash=/opt/rustwide/target/debug/deps/libwyhash-74434ef5b89fa280.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/libmimalloc-sys-05b2b350d97ca956/out -L native=/opt/rustwide/target/debug/build/libssh2-sys-2ed19dcacea44706/out/build` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `noir-compute` (lib test); 3 warnings emitted
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-10-28-x86_64-unknown-linux-gnu/bin/rustc --crate-name noir_compute --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="base64"' --cfg 'feature="clap"' --cfg 'feature="default"' --cfg 'feature="flume"' --cfg 'feature="sha2"' --cfg 'feature="shell-escape"' --cfg 'feature="ssh"' --cfg 'feature="ssh2"' --cfg 'feature="timestamp"' --cfg 'feature="whoami"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-tokio", "base64", "clap", "crossbeam", "crossbeam-channel", "default", "flume", "futures", "profiler", "sha2", "shell-escape", "ssh", "ssh2", "timestamp", "tokio", "whoami"))' -C metadata=5c4ab5d38092ea51 -C extra-filename=-b0aa669509abc1eb --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-1bcc413dc0fdeb01.rlib --extern base64=/opt/rustwide/target/debug/deps/libbase64-02cbfbc6817e9c42.rlib --extern bincode=/opt/rustwide/target/debug/deps/libbincode-4f8a93e50491df7a.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-d98f8f6cc0c9db82.rlib --extern coarsetime=/opt/rustwide/target/debug/deps/libcoarsetime-8d7044ca07d2314b.rlib --extern criterion=/opt/rustwide/target/debug/deps/libcriterion-3949dc4f0a57c0af.rlib --extern crossbeam_channel=/opt/rustwide/target/debug/deps/libcrossbeam_channel-b0cb5aa3d0c56a22.rlib --extern csv=/opt/rustwide/target/debug/deps/libcsv-8fbdee22b210be83.rlib --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-d988799ce9cf943e.rlib --extern derivative=/opt/rustwide/target/debug/deps/libderivative-17ec20e26d6eb1ea.so --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-40f62d4250eab0cb.rlib --extern fake=/opt/rustwide/target/debug/deps/libfake-0fadde98dc643464.rlib --extern flume=/opt/rustwide/target/debug/deps/libflume-81cd17dbdf9ee3ae.rlib --extern fxhash=/opt/rustwide/target/debug/deps/libfxhash-1df546a36b8e6f44.rlib --extern glidesort=/opt/rustwide/target/debug/deps/libglidesort-0137059e8ef54c5d.rlib --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-59a2f926a4ea77e0.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-bd9efa3fd1493a86.rlib --extern kstring=/opt/rustwide/target/debug/deps/libkstring-4374cc1a895e7077.rlib --extern lazy_init=/opt/rustwide/target/debug/deps/liblazy_init-45b3e0f5b92d4f96.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-38fc862210ff642a.rlib --extern micrometer=/opt/rustwide/target/debug/deps/libmicrometer-f9b5ecde5de16ed3.rlib --extern mimalloc=/opt/rustwide/target/debug/deps/libmimalloc-17d2f6b333b72279.rlib --extern nanorand=/opt/rustwide/target/debug/deps/libnanorand-afda0be769436863.rlib --extern nexmark=/opt/rustwide/target/debug/deps/libnexmark-899feac64bf93d70.rlib --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-a1d7742f74efe1da.rlib --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-901217c336129eaa.rlib --extern quick_cache=/opt/rustwide/target/debug/deps/libquick_cache-032b4ba45d0b2985.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-fa1198f5d6ef6ce5.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-10e63e47a7b4fbc4.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-5abba950cd4204b9.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-16e0331c981dd2b8.rlib --extern serde_yaml=/opt/rustwide/target/debug/deps/libserde_yaml-379e7abe0652a20d.rlib --extern sha2=/opt/rustwide/target/debug/deps/libsha2-d12487c7f8370bd5.rlib --extern shell_escape=/opt/rustwide/target/debug/deps/libshell_escape-68815ecbb9955c0d.rlib --extern ssh2=/opt/rustwide/target/debug/deps/libssh2-df3aabb8add68666.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-4357c2b0b2fe6dc9.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-5d7d3f1086476e89.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-6cf259bbbc22f671.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-f8080383c88ff3a7.rlib --extern typemap_rev=/opt/rustwide/target/debug/deps/libtypemap_rev-514adeb2ad63cf5e.rlib --extern whoami=/opt/rustwide/target/debug/deps/libwhoami-22ef7cd368e62da9.rlib --extern wyhash=/opt/rustwide/target/debug/deps/libwyhash-74434ef5b89fa280.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/libmimalloc-sys-05b2b350d97ca956/out -L native=/opt/rustwide/target/debug/build/libssh2-sys-2ed19dcacea44706/out/build` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "56cfc43ab0d0919a53d255bb08f526af92c2b4e2c341b72f827c54772977f977", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "56cfc43ab0d0919a53d255bb08f526af92c2b4e2c341b72f827c54772977f977", kill_on_drop: false }`
[INFO] [stdout] 56cfc43ab0d0919a53d255bb08f526af92c2b4e2c341b72f827c54772977f977
