[INFO] cloning repository https://github.com/miau-murk/crust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/miau-murk/crust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmiau-murk%2Fcrust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmiau-murk%2Fcrust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] eede96c5c4a850cb5c4be086d9f151df1705dc0e [INFO] checking miau-murk/crust against 615014f15745532730b9ce7a1d9309f8b4756f93 for pr-160491 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmiau-murk%2Fcrust" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/miau-murk/crust [INFO] finished tweaking git repo https://github.com/miau-murk/crust [INFO] tweaked toml for git repo https://github.com/miau-murk/crust written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/miau-murk/crust on toolchain 615014f15745532730b9ce7a1d9309f8b4756f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 154 packages to latest compatible versions [INFO] [stderr] Adding nuts-rs v0.15.1 (available: v0.18.3) [INFO] [stderr] Adding rand v0.9.5 (available: v0.10.2) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] f3eab509eed943414907186e91a07ce236ede73dc3eb37118f6abc97d3a06e43 [INFO] running `Command { std: "docker" "start" "f3eab509eed943414907186e91a07ce236ede73dc3eb37118f6abc97d3a06e43", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f3eab509eed943414907186e91a07ce236ede73dc3eb37118f6abc97d3a06e43", 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" "f3eab509eed943414907186e91a07ce236ede73dc3eb37118f6abc97d3a06e43" "/opt/rustwide/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f3eab509eed943414907186e91a07ce236ede73dc3eb37118f6abc97d3a06e43", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f3eab509eed943414907186e91a07ce236ede73dc3eb37118f6abc97d3a06e43" "/opt/rustwide/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.107 [INFO] [stderr] Compiling quote v1.0.47 [INFO] [stderr] Checking bytemuck v1.25.2 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling zerocopy v0.8.56 [INFO] [stderr] Checking bitflags v2.13.1 [INFO] [stderr] Checking once_cell v1.21.4 [INFO] [stderr] Compiling libc v0.2.189 [INFO] [stderr] Compiling nano-gemm-codegen v0.1.0 [INFO] [stderr] Compiling pulp v0.21.5 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Checking bytes v1.12.1 [INFO] [stderr] Checking arrow-schema v54.3.1 [INFO] [stderr] Checking memchr v2.8.3 [INFO] [stderr] Checking dyn-stack v0.13.2 [INFO] [stderr] Checking hashbrown v0.15.5 [INFO] [stderr] Checking raw-cpuid v11.6.0 [INFO] [stderr] Checking lexical-util v1.0.7 [INFO] [stderr] Compiling ucd-trie v0.1.7 [INFO] [stderr] Compiling syn v2.0.119 [INFO] [stderr] Checking num-complex v0.4.6 [INFO] [stderr] Checking num-integer v0.1.47 [INFO] [stderr] Checking chrono v0.4.45 [INFO] [stderr] Checking num-bigint v0.4.8 [INFO] [stderr] Checking num-iter v0.1.46 [INFO] [stderr] Compiling pest v2.9.0 [INFO] [stderr] Checking getrandom v0.3.4 [INFO] [stderr] Checking nano-gemm-core v0.1.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.22 [INFO] [stderr] Compiling crossbeam-epoch v0.9.20 [INFO] [stderr] Compiling target-features v0.1.6 [INFO] [stderr] Checking lexical-write-integer v1.0.6 [INFO] [stderr] Checking lexical-parse-integer v1.0.6 [INFO] [stderr] Checking aho-corasick v1.1.5 [INFO] [stderr] Compiling nano-gemm-c64 v0.1.0 [INFO] [stderr] Compiling nano-gemm-f32 v0.1.0 [INFO] [stderr] Compiling nano-gemm-c32 v0.1.0 [INFO] [stderr] Compiling nano-gemm-f64 v0.1.0 [INFO] [stderr] Checking num-rational v0.4.2 [INFO] [stderr] Checking regex-syntax v0.8.11 [INFO] [stderr] Compiling crossbeam-deque v0.8.7 [INFO] [stderr] Compiling pest_meta v2.9.0 [INFO] [stderr] Checking num v0.4.3 [INFO] [stderr] Checking lexical-write-float v1.0.6 [INFO] [stderr] Checking lexical-parse-float v1.0.6 [INFO] [stderr] Checking rand_core v0.9.5 [INFO] [stderr] Checking lexical-core v1.0.6 [INFO] [stderr] Checking gemm-common v0.18.2 [INFO] [stderr] Checking regex-automata v0.4.18 [INFO] [stderr] Checking gemm-f32 v0.18.2 [INFO] [stderr] Checking gemm-c64 v0.18.2 [INFO] [stderr] Checking gemm-f64 v0.18.2 [INFO] [stderr] Checking gemm-c32 v0.18.2 [INFO] [stderr] Compiling pest_generator v2.9.0 [INFO] [stderr] Checking atoi v2.0.0 [INFO] [stderr] Compiling syn v3.0.3 [INFO] [stderr] Checking regex v1.13.1 [INFO] [stderr] Compiling thiserror v2.0.20 [INFO] [stderr] Checking generativity v1.2.1 [INFO] [stderr] Compiling find-msvc-tools v0.1.10 [INFO] [stderr] Compiling anyhow v1.0.104 [INFO] [stderr] Checking either v1.17.0 [INFO] [stderr] Compiling cc v1.4.2 [INFO] [stderr] Checking gemm v0.18.2 [INFO] [stderr] Checking rayon-core v1.13.0 [INFO] [stderr] Compiling zerocopy-derive v0.8.56 [INFO] [stderr] Compiling pest_derive v2.9.0 [INFO] [stderr] Compiling equator-macro v0.2.1 [INFO] [stderr] Checking equator v0.2.2 [INFO] [stderr] Checking py_literal v0.4.0 [INFO] [stderr] Compiling equator-macro v0.4.2 [INFO] [stderr] Compiling faer-macros v0.21.0 [INFO] [stderr] Compiling thiserror-impl v2.0.20 [INFO] [stderr] Checking equator v0.4.2 [INFO] [stderr] Checking faer-traits v0.21.5 [INFO] [stderr] Checking npyz v0.8.4 [INFO] [stderr] Compiling multiversion-macros v0.8.0 [INFO] [stderr] Compiling nuts_impl v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `Write` [INFO] [stdout] --> build.rs:4:21 [INFO] [stdout] | [INFO] [stdout] 4 | use std::io::{self, Write}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking rayon v1.12.0 [INFO] [stderr] Checking itertools v0.14.0 [INFO] [stderr] Checking multiversion v0.8.0 [INFO] [stderr] Checking nano-gemm v0.1.3 [INFO] [stderr] Checking faer v0.21.9 [INFO] [stderr] Checking half v2.7.1 [INFO] [stderr] Checking ppv-lite86 v0.2.21 [INFO] [stderr] Checking rand_chacha v0.9.0 [INFO] [stderr] Checking arrow-buffer v54.3.1 [INFO] [stderr] Checking rand v0.9.5 [INFO] [stderr] Checking arrow-data v54.3.1 [INFO] [stderr] Checking rand_distr v0.5.1 [INFO] [stderr] Checking arrow-array v54.3.1 [INFO] [stderr] Checking arrow-select v54.3.1 [INFO] [stderr] Checking arrow-row v54.3.1 [INFO] [stderr] Checking arrow-arith v54.3.1 [INFO] [stderr] Checking arrow-string v54.3.1 [INFO] [stderr] Checking arrow-ord v54.3.1 [INFO] [stderr] Checking arrow-cast v54.3.1 [INFO] [stderr] Checking arrow v54.3.1 [INFO] [stderr] Checking nuts-rs v0.15.1 [INFO] [stdout] warning: use of deprecated function `rand::thread_rng`: Renamed to `rng` [INFO] [stdout] --> src/lib.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | use rand::thread_rng; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `rand::thread_rng`: Renamed to `rng` [INFO] [stdout] --> src/lib.rs:50:19 [INFO] [stdout] | [INFO] [stdout] 50 | let mut rng = thread_rng(); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `rand::thread_rng`: Renamed to `rng` [INFO] [stdout] --> src/lib.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | use rand::thread_rng; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `rand::thread_rng`: Renamed to `rng` [INFO] [stdout] --> src/lib.rs:50:19 [INFO] [stdout] | [INFO] [stdout] 50 | let mut rng = thread_rng(); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/lib.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | for i in 0..num_samples { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `Box::::from_raw` that must be used [INFO] [stdout] --> src/lib.rs:93:18 [INFO] [stdout] | [INFO] [stdout] 93 | unsafe { Box::from_raw(std::slice::from_raw_parts_mut(ptr, len)); } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box` [INFO] [stdout] = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 93 | unsafe { let _ = Box::from_raw(std::slice::from_raw_parts_mut(ptr, len)); } [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/lib.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | for i in 0..num_samples { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `Box::::from_raw` that must be used [INFO] [stdout] --> src/lib.rs:93:18 [INFO] [stdout] | [INFO] [stdout] 93 | unsafe { Box::from_raw(std::slice::from_raw_parts_mut(ptr, len)); } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box` [INFO] [stdout] = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 93 | unsafe { let _ = Box::from_raw(std::slice::from_raw_parts_mut(ptr, len)); } [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 59s [INFO] running `Command { std: "docker" "inspect" "f3eab509eed943414907186e91a07ce236ede73dc3eb37118f6abc97d3a06e43", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f3eab509eed943414907186e91a07ce236ede73dc3eb37118f6abc97d3a06e43", kill_on_drop: false }` [INFO] [stdout] f3eab509eed943414907186e91a07ce236ede73dc3eb37118f6abc97d3a06e43