[INFO] cloning repository https://github.com/thomasantony/cubecl-recipes [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/thomasantony/cubecl-recipes" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthomasantony%2Fcubecl-recipes", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthomasantony%2Fcubecl-recipes'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ac3f1e9223d7135943900a91e8f0c155460f1319 [INFO] testing thomasantony/cubecl-recipes against try#a7ee93192a766fb0dafa23def7154fc03cfcfc3e for pr-146989 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthomasantony%2Fcubecl-recipes" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/thomasantony/cubecl-recipes [INFO] finished tweaking git repo https://github.com/thomasantony/cubecl-recipes [INFO] tweaked toml for git repo https://github.com/thomasantony/cubecl-recipes written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/thomasantony/cubecl-recipes on toolchain a7ee93192a766fb0dafa23def7154fc03cfcfc3e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a7ee93192a766fb0dafa23def7154fc03cfcfc3e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/thomasantony/cubecl-recipes 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" "+a7ee93192a766fb0dafa23def7154fc03cfcfc3e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+a7ee93192a766fb0dafa23def7154fc03cfcfc3e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a6241312c8b08c732cc8faf225efd381965afdac6b681e7ef54b9998ce9248ac [INFO] running `Command { std: "docker" "start" "-a" "a6241312c8b08c732cc8faf225efd381965afdac6b681e7ef54b9998ce9248ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a6241312c8b08c732cc8faf225efd381965afdac6b681e7ef54b9998ce9248ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a6241312c8b08c732cc8faf225efd381965afdac6b681e7ef54b9998ce9248ac", kill_on_drop: false }` [INFO] [stdout] a6241312c8b08c732cc8faf225efd381965afdac6b681e7ef54b9998ce9248ac [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+a7ee93192a766fb0dafa23def7154fc03cfcfc3e" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 275e26f3523272e2825c55ad1643140e93806af4a711ad062e4309c5c5d6d195 [INFO] running `Command { std: "docker" "start" "-a" "275e26f3523272e2825c55ad1643140e93806af4a711ad062e4309c5c5d6d195", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.104 [INFO] [stderr] Compiling unicode-ident v1.0.22 [INFO] [stderr] Compiling quote v1.0.42 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling zerocopy v0.8.31 [INFO] [stderr] Compiling libm v0.2.15 [INFO] [stderr] Compiling libc v0.2.178 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling foldhash v0.1.5 [INFO] [stderr] Compiling allocator-api2 v0.2.21 [INFO] [stderr] Compiling lock_api v0.4.14 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling convert_case v0.10.0 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling unicode-xid v0.2.6 [INFO] [stderr] Compiling parking v2.2.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling zmij v1.0.7 [INFO] [stderr] Compiling regex-syntax v0.8.8 [INFO] [stderr] Compiling spin v0.10.0 [INFO] [stderr] Compiling embassy-futures v0.1.2 [INFO] [stderr] Compiling syn v2.0.112 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling web-time v1.1.0 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling serde_json v1.0.148 [INFO] [stderr] Compiling dirs-sys v0.5.0 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling cubecl-common v0.8.1 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling prettyplease v0.2.37 [INFO] [stderr] Compiling itoa v1.0.17 [INFO] [stderr] Compiling portable-atomic v1.13.0 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling event-listener v5.4.1 [INFO] [stderr] Compiling futures-lite v2.6.1 [INFO] [stderr] Compiling dirs v6.0.0 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling winnow v0.7.14 [INFO] [stderr] Compiling bitflags v2.10.0 [INFO] [stderr] Compiling serde_bytes v0.11.19 [INFO] [stderr] Compiling float4 v0.1.0 [INFO] [stderr] Compiling serde_spanned v1.0.4 [INFO] [stderr] Compiling toml_datetime v0.7.5+spec-1.1.0 [INFO] [stderr] Compiling event-listener-strategy v0.5.4 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling cubecl-runtime v0.8.1 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling cubecl-macros v0.8.1 [INFO] [stderr] Compiling float-ord v0.3.2 [INFO] [stderr] Compiling toml_writer v1.0.6+spec-1.1.0 [INFO] [stderr] Compiling sanitize-filename v0.6.0 [INFO] [stderr] Compiling async-channel v2.5.0 [INFO] [stderr] Compiling md5 v0.8.0 [INFO] [stderr] Compiling naga v26.0.0 [INFO] [stderr] Compiling libloading v0.8.9 [INFO] [stderr] Compiling unicode-width v0.2.2 [INFO] [stderr] Compiling khronos-egl v6.0.0 [INFO] [stderr] Compiling bit-vec v0.8.0 [INFO] [stderr] Compiling ash v0.38.0+1.3.281 [INFO] [stderr] Compiling indexmap v2.12.1 [INFO] [stderr] Compiling spirv v0.3.0+sdk-1.3.268.0 [INFO] [stderr] Compiling gpu-descriptor-types v0.2.0 [INFO] [stderr] Compiling toml_parser v1.0.6+spec-1.1.0 [INFO] [stderr] Compiling codespan-reporting v0.12.0 [INFO] [stderr] Compiling bit-set v0.8.0 [INFO] [stderr] Compiling gpu-alloc-types v0.3.0 [INFO] [stderr] Compiling wgpu-hal v26.0.6 [INFO] [stderr] Compiling hexf-parse v0.2.1 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling toml v0.9.10+spec-1.1.0 [INFO] [stderr] Compiling darling_core v0.21.3 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling gpu-alloc v0.6.0 [INFO] [stderr] Compiling ordered-float v5.0.0 [INFO] [stderr] Compiling profiling v1.0.17 [INFO] [stderr] Compiling raw-window-handle v0.6.2 [INFO] [stderr] Compiling glow v0.16.0 [INFO] [stderr] Compiling renderdoc-sys v1.1.0 [INFO] [stderr] Compiling wgpu-core v26.0.1 [INFO] [stderr] Compiling litrs v1.0.0 [INFO] [stderr] Compiling wgpu v26.0.1 [INFO] [stderr] Compiling cubecl-wgpu v0.8.1 [INFO] [stderr] Compiling document-features v0.2.12 [INFO] [stderr] Compiling zerocopy-derive v0.8.31 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling bytemuck_derive v1.10.2 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling derive_more-impl v2.1.1 [INFO] [stderr] Compiling derive-new v0.7.0 [INFO] [stderr] Compiling bytemuck v1.24.0 [INFO] [stderr] Compiling variadics_please v1.1.0 [INFO] [stderr] Compiling darling_macro v0.21.3 [INFO] [stderr] Compiling wgpu-types v26.0.0 [INFO] [stderr] Compiling darling v0.21.3 [INFO] [stderr] Compiling cubecl-macros-internal v0.8.1 [INFO] [stderr] Compiling enumset_derive v0.14.0 [INFO] [stderr] Compiling derive_more v2.1.1 [INFO] [stderr] Compiling enumset v1.1.10 [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 float8 v0.4.2 [INFO] [stderr] Compiling gpu-descriptor v0.3.2 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling cubecl-ir v0.8.1 [INFO] [stderr] Compiling cubecl-core v0.8.1 [INFO] [stderr] Compiling cubecl-std v0.8.1 [INFO] [stderr] Compiling cubecl-random v0.8.1 [INFO] [stderr] Compiling cubecl-reduce v0.8.1 [INFO] [stderr] Compiling wgpu-core-deps-windows-linux-android v26.0.0 [INFO] [stderr] Compiling cubecl-matmul v0.8.1 [INFO] [stderr] Compiling cubecl-convolution v0.8.1 [INFO] [stderr] Compiling cubecl v0.8.1 [INFO] [stderr] Compiling cubecl-recipes v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 14s [INFO] running `Command { std: "docker" "inspect" "275e26f3523272e2825c55ad1643140e93806af4a711ad062e4309c5c5d6d195", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "275e26f3523272e2825c55ad1643140e93806af4a711ad062e4309c5c5d6d195", kill_on_drop: false }` [INFO] [stdout] 275e26f3523272e2825c55ad1643140e93806af4a711ad062e4309c5c5d6d195 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+a7ee93192a766fb0dafa23def7154fc03cfcfc3e" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dc099f222ab3e72a9c9267f9cb6149b8624e34245f8643423d7306ab78aeb5f5 [INFO] running `Command { std: "docker" "start" "-a" "dc099f222ab3e72a9c9267f9cb6149b8624e34245f8643423d7306ab78aeb5f5", kill_on_drop: false }` [INFO] [stderr] Compiling cubecl-recipes v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.55s [INFO] running `Command { std: "docker" "inspect" "dc099f222ab3e72a9c9267f9cb6149b8624e34245f8643423d7306ab78aeb5f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dc099f222ab3e72a9c9267f9cb6149b8624e34245f8643423d7306ab78aeb5f5", kill_on_drop: false }` [INFO] [stdout] dc099f222ab3e72a9c9267f9cb6149b8624e34245f8643423d7306ab78aeb5f5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+a7ee93192a766fb0dafa23def7154fc03cfcfc3e" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] be75eac599ad40a8fc5aeecfbcfccab188c54a8b36d6bad96e7726a704feac62 [INFO] running `Command { std: "docker" "start" "-a" "be75eac599ad40a8fc5aeecfbcfccab188c54a8b36d6bad96e7726a704feac62", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.31s [INFO] [stderr] Running unittests src/bin/00_double_numbers/main.rs (/opt/rustwide/target/debug/deps/00_double_numbers-e4e022f5d3556d13) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/01_scale_numbers/main.rs (/opt/rustwide/target/debug/deps/01_scale_numbers-eb481f02ff596b8a) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/02_plane_sum/main.rs (/opt/rustwide/target/debug/deps/02_plane_sum-f5f04ce6131de7ab) [INFO] [stderr] Running unittests src/bin/03_plane_broadcast/main.rs (/opt/rustwide/target/debug/deps/03_plane_broadcast-81f99f055e848445) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/04_block_sum/main.rs (/opt/rustwide/target/debug/deps/04_block_sum-9bae730a87feb85a) [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/05_hierarchical_scan/main.rs (/opt/rustwide/target/debug/deps/05_hierarchical_scan-a2538c2c0092e624) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/06_plane_ballot/main.rs (/opt/rustwide/target/debug/deps/06_plane_ballot-6c4b2e9d6479116e) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "be75eac599ad40a8fc5aeecfbcfccab188c54a8b36d6bad96e7726a704feac62", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be75eac599ad40a8fc5aeecfbcfccab188c54a8b36d6bad96e7726a704feac62", kill_on_drop: false }` [INFO] [stdout] be75eac599ad40a8fc5aeecfbcfccab188c54a8b36d6bad96e7726a704feac62