[INFO] fetching crate noir-compute 0.2.0... [INFO] testing noir-compute-0.2.0 against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210-1 [INFO] extracting crate noir-compute 0.2.0 into /workspace/builds/worker-4-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-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate noir-compute 0.2.0 on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "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/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 801b895ff9165021f81574e7cfc11f81497febca9e05f60968f02336df9bfc0e [INFO] running `Command { std: "docker" "start" "-a" "801b895ff9165021f81574e7cfc11f81497febca9e05f60968f02336df9bfc0e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "801b895ff9165021f81574e7cfc11f81497febca9e05f60968f02336df9bfc0e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "801b895ff9165021f81574e7cfc11f81497febca9e05f60968f02336df9bfc0e", kill_on_drop: false }` [INFO] [stdout] 801b895ff9165021f81574e7cfc11f81497febca9e05f60968f02336df9bfc0e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 825606071fddb27ebb9e1f43b42de6dd2e8790f8ae6dfad3e96f20ea1436678b [INFO] running `Command { std: "docker" "start" "-a" "825606071fddb27ebb9e1f43b42de6dd2e8790f8ae6dfad3e96f20ea1436678b", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.90 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling smallvec v1.13.1 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling syn v2.0.52 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling getrandom v0.2.12 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling itoa v1.0.10 [INFO] [stderr] Compiling parking_lot_core v0.8.6 [INFO] [stderr] Compiling serde_json v1.0.114 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Compiling zerocopy v0.7.32 [INFO] [stderr] Compiling clap_builder v4.5.2 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling csv-core v0.1.11 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling indexmap v2.2.5 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling openssl-sys v0.9.101 [INFO] [stderr] Compiling libz-sys v1.1.15 [INFO] [stderr] Compiling libssh2-sys v0.3.0 [INFO] [stderr] Compiling nanorand v0.7.0 [INFO] [stderr] Compiling either v1.10.0 [INFO] [stderr] Compiling unsafe-libyaml v0.2.10 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling cpufeatures v0.2.12 [INFO] [stderr] Compiling log v0.4.21 [INFO] [stderr] Compiling futures-core v0.3.30 [INFO] [stderr] Compiling pin-project-lite v0.2.13 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling flume v0.11.0 [INFO] [stderr] Compiling wyhash v0.5.0 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling quick_cache v0.4.1 [INFO] [stderr] Compiling dashmap v5.5.3 [INFO] [stderr] Compiling coarsetime v0.1.34 [INFO] [stderr] Compiling glidesort v0.1.2 [INFO] [stderr] Compiling shell-escape v0.1.5 [INFO] [stderr] Compiling lazy-init v0.5.1 [INFO] [stderr] Compiling base64 v0.22.0 [INFO] [stderr] Compiling typemap_rev v0.3.0 [INFO] [stderr] Compiling whoami v1.5.1 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling serde_derive v1.0.197 [INFO] [stderr] Compiling thiserror-impl v1.0.58 [INFO] [stderr] Compiling clap_derive v4.5.0 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling thiserror v1.0.58 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling clap v4.5.2 [INFO] [stderr] Compiling ssh2 v0.9.4 [INFO] [stderr] Compiling serde v1.0.197 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling csv v1.3.0 [INFO] [stderr] Compiling serde_yaml v0.9.32 [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 {} [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: 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: for more information, see [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 1m 00s [INFO] running `Command { std: "docker" "inspect" "825606071fddb27ebb9e1f43b42de6dd2e8790f8ae6dfad3e96f20ea1436678b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "825606071fddb27ebb9e1f43b42de6dd2e8790f8ae6dfad3e96f20ea1436678b", kill_on_drop: false }` [INFO] [stdout] 825606071fddb27ebb9e1f43b42de6dd2e8790f8ae6dfad3e96f20ea1436678b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] eddb6f98e1ce0d5801c14c5fd5e9e743308f26d0336c338e278741093cbb1b75 [INFO] running `Command { std: "docker" "start" "-a" "eddb6f98e1ce0d5801c14c5fd5e9e743308f26d0336c338e278741093cbb1b75", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.197 [INFO] [stderr] Compiling getrandom v0.2.12 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.19 [INFO] [stderr] Compiling log v0.4.21 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling libmimalloc-sys v0.1.35 [INFO] [stderr] Compiling half v2.4.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling aho-corasick v1.1.2 [INFO] [stderr] Compiling plotters-backend v0.3.5 [INFO] [stderr] Compiling rustix v0.38.31 [INFO] [stderr] Compiling crossbeam-deque v0.8.5 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling plotters-svg v0.3.5 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling csv-core v0.1.11 [INFO] [stderr] Compiling nanorand v0.7.0 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling bitflags v2.4.2 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling flume v0.11.0 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling regex-automata v0.4.6 [INFO] [stderr] Compiling plotters v0.3.5 [INFO] [stderr] Compiling rayon v1.9.0 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling quick_cache v0.4.1 [INFO] [stderr] Compiling serde_json v1.0.114 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling csv v1.3.0 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling serde_yaml v0.9.32 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling wyhash v0.5.0 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling is-terminal v0.4.12 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling fastrand v2.0.1 [INFO] [stderr] Compiling deunicode v1.4.3 [INFO] [stderr] Compiling kstring v2.0.0 [INFO] [stderr] Compiling fake v2.9.2 [INFO] [stderr] Compiling tempfile v3.10.1 [INFO] [stderr] Compiling nexmark v0.2.0 [INFO] [stderr] Compiling mimalloc v0.1.39 [INFO] [stderr] Compiling micrometer v0.2.7 [INFO] [stderr] Compiling crossbeam-channel v0.5.12 [INFO] [stderr] Compiling tracing-subscriber v0.3.18 [INFO] [stderr] Compiling regex v1.10.3 [INFO] [stderr] Compiling noir-compute v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling env_filter v0.1.0 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling env_logger v0.11.3 [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 {} [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: 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: for more information, see [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] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> tests/map_memo.rs:46:26 [INFO] [stdout] | [INFO] [stdout] 46 | .map(|n| (n * n)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 46 - .map(|n| (n * n)) [INFO] [stdout] 46 + .map(|n| n * n ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [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 {} [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: 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: for more information, see [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 "mod") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/dec9417b8611e34e787a3e4c37686b5131f9e5c5/bin/rustc --crate-name mod --edition=2021 tests/mod.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=858715ea3b574685 -C extra-filename=-62ea6e39768514d5 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-5d7a68dec8a35749.rlib --extern base64=/opt/rustwide/target/debug/deps/libbase64-78d8dc57c3b9852a.rlib --extern bincode=/opt/rustwide/target/debug/deps/libbincode-c3815fba476d00a5.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-f289b7fe6f1799c5.rlib --extern coarsetime=/opt/rustwide/target/debug/deps/libcoarsetime-a96c034aea11f32c.rlib --extern criterion=/opt/rustwide/target/debug/deps/libcriterion-15b0e6a0a3351535.rlib --extern crossbeam_channel=/opt/rustwide/target/debug/deps/libcrossbeam_channel-2819a823bca6c840.rlib --extern csv=/opt/rustwide/target/debug/deps/libcsv-7c2f09ec093a9928.rlib --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-814cef03aef7d506.rlib --extern derivative=/opt/rustwide/target/debug/deps/libderivative-ab7b47279624414f.so --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-07bc198be5d66a13.rlib --extern fake=/opt/rustwide/target/debug/deps/libfake-4821ba742c0d4f1b.rlib --extern flume=/opt/rustwide/target/debug/deps/libflume-de9dddfce2ebd531.rlib --extern fxhash=/opt/rustwide/target/debug/deps/libfxhash-bf471bc75929f9a0.rlib --extern glidesort=/opt/rustwide/target/debug/deps/libglidesort-264e19854bd4a349.rlib --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-85a4220b6123d004.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-1961548c9150804a.rlib --extern kstring=/opt/rustwide/target/debug/deps/libkstring-a016714a98eada84.rlib --extern lazy_init=/opt/rustwide/target/debug/deps/liblazy_init-5401d86c3dfd81d7.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-250ee925c674dd2e.rlib --extern micrometer=/opt/rustwide/target/debug/deps/libmicrometer-5ecf3249402dafea.rlib --extern mimalloc=/opt/rustwide/target/debug/deps/libmimalloc-e753e6f487ada4c5.rlib --extern nanorand=/opt/rustwide/target/debug/deps/libnanorand-ca5aac2dc0d1a488.rlib --extern nexmark=/opt/rustwide/target/debug/deps/libnexmark-fef0acea5b09b78d.rlib --extern noir_compute=/opt/rustwide/target/debug/deps/libnoir_compute-a94902d8914d8154.rlib --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-24c5d665b6879050.rlib --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-fb8884b7529fe8a6.rlib --extern quick_cache=/opt/rustwide/target/debug/deps/libquick_cache-d1135c5bc054ea0a.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-834ff03e3f576fb5.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-099ae409ac19eb5d.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-62889d07b9da6bc7.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-fcb4e60ec04863af.rlib --extern serde_yaml=/opt/rustwide/target/debug/deps/libserde_yaml-f8e8619b99d1454e.rlib --extern sha2=/opt/rustwide/target/debug/deps/libsha2-2782a3fb8673adcb.rlib --extern shell_escape=/opt/rustwide/target/debug/deps/libshell_escape-cee63108b7085647.rlib --extern ssh2=/opt/rustwide/target/debug/deps/libssh2-3d817f2f286a0b1f.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-1e03e8aaa84cfeb6.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-1682011315c26453.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-72af7a3351fc586d.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-f2870c06281fe73b.rlib --extern typemap_rev=/opt/rustwide/target/debug/deps/libtypemap_rev-e32769cbeb131856.rlib --extern whoami=/opt/rustwide/target/debug/deps/libwhoami-3165453fe53ca0c9.rlib --extern wyhash=/opt/rustwide/target/debug/deps/libwyhash-ad3f5475ba7e5cf4.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/libmimalloc-sys-b985733ac472d4d9/out -L native=/opt/rustwide/target/debug/build/libssh2-sys-b1e57070894dc840/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` (test "join") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/dec9417b8611e34e787a3e4c37686b5131f9e5c5/bin/rustc --crate-name join --edition=2021 tests/join.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=23fb2aecca508f4c -C extra-filename=-fc88bd13f903c8c7 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-5d7a68dec8a35749.rlib --extern base64=/opt/rustwide/target/debug/deps/libbase64-78d8dc57c3b9852a.rlib --extern bincode=/opt/rustwide/target/debug/deps/libbincode-c3815fba476d00a5.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-f289b7fe6f1799c5.rlib --extern coarsetime=/opt/rustwide/target/debug/deps/libcoarsetime-a96c034aea11f32c.rlib --extern criterion=/opt/rustwide/target/debug/deps/libcriterion-15b0e6a0a3351535.rlib --extern crossbeam_channel=/opt/rustwide/target/debug/deps/libcrossbeam_channel-2819a823bca6c840.rlib --extern csv=/opt/rustwide/target/debug/deps/libcsv-7c2f09ec093a9928.rlib --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-814cef03aef7d506.rlib --extern derivative=/opt/rustwide/target/debug/deps/libderivative-ab7b47279624414f.so --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-07bc198be5d66a13.rlib --extern fake=/opt/rustwide/target/debug/deps/libfake-4821ba742c0d4f1b.rlib --extern flume=/opt/rustwide/target/debug/deps/libflume-de9dddfce2ebd531.rlib --extern fxhash=/opt/rustwide/target/debug/deps/libfxhash-bf471bc75929f9a0.rlib --extern glidesort=/opt/rustwide/target/debug/deps/libglidesort-264e19854bd4a349.rlib --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-85a4220b6123d004.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-1961548c9150804a.rlib --extern kstring=/opt/rustwide/target/debug/deps/libkstring-a016714a98eada84.rlib --extern lazy_init=/opt/rustwide/target/debug/deps/liblazy_init-5401d86c3dfd81d7.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-250ee925c674dd2e.rlib --extern micrometer=/opt/rustwide/target/debug/deps/libmicrometer-5ecf3249402dafea.rlib --extern mimalloc=/opt/rustwide/target/debug/deps/libmimalloc-e753e6f487ada4c5.rlib --extern nanorand=/opt/rustwide/target/debug/deps/libnanorand-ca5aac2dc0d1a488.rlib --extern nexmark=/opt/rustwide/target/debug/deps/libnexmark-fef0acea5b09b78d.rlib --extern noir_compute=/opt/rustwide/target/debug/deps/libnoir_compute-a94902d8914d8154.rlib --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-24c5d665b6879050.rlib --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-fb8884b7529fe8a6.rlib --extern quick_cache=/opt/rustwide/target/debug/deps/libquick_cache-d1135c5bc054ea0a.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-834ff03e3f576fb5.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-099ae409ac19eb5d.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-62889d07b9da6bc7.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-fcb4e60ec04863af.rlib --extern serde_yaml=/opt/rustwide/target/debug/deps/libserde_yaml-f8e8619b99d1454e.rlib --extern sha2=/opt/rustwide/target/debug/deps/libsha2-2782a3fb8673adcb.rlib --extern shell_escape=/opt/rustwide/target/debug/deps/libshell_escape-cee63108b7085647.rlib --extern ssh2=/opt/rustwide/target/debug/deps/libssh2-3d817f2f286a0b1f.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-1e03e8aaa84cfeb6.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-1682011315c26453.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-72af7a3351fc586d.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-f2870c06281fe73b.rlib --extern typemap_rev=/opt/rustwide/target/debug/deps/libtypemap_rev-e32769cbeb131856.rlib --extern whoami=/opt/rustwide/target/debug/deps/libwhoami-3165453fe53ca0c9.rlib --extern wyhash=/opt/rustwide/target/debug/deps/libwyhash-ad3f5475ba7e5cf4.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/libmimalloc-sys-b985733ac472d4d9/out -L native=/opt/rustwide/target/debug/build/libssh2-sys-b1e57070894dc840/out/build` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "eddb6f98e1ce0d5801c14c5fd5e9e743308f26d0336c338e278741093cbb1b75", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eddb6f98e1ce0d5801c14c5fd5e9e743308f26d0336c338e278741093cbb1b75", kill_on_drop: false }` [INFO] [stdout] eddb6f98e1ce0d5801c14c5fd5e9e743308f26d0336c338e278741093cbb1b75