[INFO] cloning repository https://github.com/rikkhill/gormless [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rikkhill/gormless" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frikkhill%2Fgormless", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frikkhill%2Fgormless'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 95e46c25425e8c96de5641f347b076b93728c40a [INFO] checking rikkhill/gormless against try#69cf48176da7795067be67cef76e41a8aac9b134 for pr-146013-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frikkhill%2Fgormless" "/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/rikkhill/gormless [INFO] finished tweaking git repo https://github.com/rikkhill/gormless [INFO] tweaked toml for git repo https://github.com/rikkhill/gormless written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/rikkhill/gormless on toolchain 69cf48176da7795067be67cef76e41a8aac9b134 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+69cf48176da7795067be67cef76e41a8aac9b134" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/rikkhill/gormless 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" "+69cf48176da7795067be67cef76e41a8aac9b134" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+69cf48176da7795067be67cef76e41a8aac9b134" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 10dc90f699f4f39132a60e70e7795b7d8722254f83d3e52578f86cc896cf89f3 [INFO] running `Command { std: "docker" "start" "-a" "10dc90f699f4f39132a60e70e7795b7d8722254f83d3e52578f86cc896cf89f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "10dc90f699f4f39132a60e70e7795b7d8722254f83d3e52578f86cc896cf89f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "10dc90f699f4f39132a60e70e7795b7d8722254f83d3e52578f86cc896cf89f3", kill_on_drop: false }` [INFO] [stdout] 10dc90f699f4f39132a60e70e7795b7d8722254f83d3e52578f86cc896cf89f3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+69cf48176da7795067be67cef76e41a8aac9b134" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] de07d4bbd36cbfd6df2548261176def273ea923f8db21c79932a248335624018 [INFO] running `Command { std: "docker" "start" "-a" "de07d4bbd36cbfd6df2548261176def273ea923f8db21c79932a248335624018", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.89 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling unicode-ident v1.0.13 [INFO] [stderr] Compiling libc v0.2.164 [INFO] [stderr] Compiling target-lexicon v0.12.16 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling once_cell v1.20.2 [INFO] [stderr] Compiling semver v1.0.23 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling opencl-sys v0.2.9 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Compiling cuda-config v0.1.0 [INFO] [stderr] Checking utf8parse v0.2.2 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Compiling cl-sys v0.4.3 [INFO] [stderr] Checking anstyle-parse v0.2.6 [INFO] [stderr] Checking anstyle-query v1.1.2 [INFO] [stderr] Checking is_terminal_polyfill v1.70.1 [INFO] [stderr] Checking anstyle v1.0.10 [INFO] [stderr] Checking colorchoice v1.0.3 [INFO] [stderr] Checking futures v0.1.31 [INFO] [stderr] Checking clap_lex v0.7.3 [INFO] [stderr] Checking cpufeatures v0.2.16 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Checking rustacuda_core v0.1.2 [INFO] [stderr] Checking strsim v0.11.1 [INFO] [stderr] Checking home v0.5.9 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Compiling cuda-driver-sys v0.3.0 [INFO] [stderr] Checking log v0.4.22 [INFO] [stderr] Checking nodrop v0.1.14 [INFO] [stderr] Compiling indoc v1.0.9 [INFO] [stderr] Checking anstream v0.6.18 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Checking unindent v0.1.11 [INFO] [stderr] Checking clap_builder v4.5.21 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling memoffset v0.8.0 [INFO] [stderr] Compiling ocl-core v0.11.5 [INFO] [stderr] Compiling pyo3-build-config v0.18.3 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Checking crossbeam-queue v0.3.11 [INFO] [stderr] Checking crossbeam-channel v0.5.13 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling syn v2.0.87 [INFO] [stderr] Checking crossbeam-deque v0.8.5 [INFO] [stderr] Checking crossbeam v0.8.4 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Checking temp-env v0.3.6 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Checking ocl-core-vector v0.1.1 [INFO] [stderr] Checking num-complex v0.4.6 [INFO] [stderr] Checking enum_primitive v0.1.1 [INFO] [stderr] Checking qutex v0.2.6 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking sha2 v0.10.8 [INFO] [stderr] Compiling pyo3-ffi v0.18.3 [INFO] [stderr] Compiling pyo3 v0.18.3 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling clap_derive v4.5.18 [INFO] [stderr] Compiling pyo3-macros-backend v0.18.3 [INFO] [stderr] Compiling rustacuda_derive v0.1.2 [INFO] [stderr] Checking cl3 v0.9.5 [INFO] [stderr] Checking fil-rustacuda v0.1.4 [INFO] [stderr] Checking clap v4.5.21 [INFO] [stderr] Checking opencl3 v0.9.5 [INFO] [stderr] Checking rust-gpu-tools v0.7.2 [INFO] [stderr] Checking ocl v0.19.7 [INFO] [stderr] Compiling pyo3-macros v0.18.3 [INFO] [stderr] Checking rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `Framework` [INFO] [stdout] --> rust/src/system_queries/unified.rs:1:22 [INFO] [stdout] | [INFO] [stdout] 1 | use rust_gpu_tools::{Framework, Device}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `has_gpus` is never used [INFO] [stdout] --> rust/src/system_queries/gpus.rs:6:8 [INFO] [stdout] | [INFO] [stdout] 6 | pub fn has_gpus() -> Result> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get_gpu_devices` is never used [INFO] [stdout] --> rust/src/system_queries/gpus.rs:39:8 [INFO] [stdout] | [INFO] [stdout] 39 | pub fn get_gpu_devices() -> Result, Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Framework` [INFO] [stdout] --> rust/src/system_queries/unified.rs:1:22 [INFO] [stdout] | [INFO] [stdout] 1 | use rust_gpu_tools::{Framework, Device}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `list_it` is never used [INFO] [stdout] --> rust/src/system_queries/unified.rs:3:8 [INFO] [stdout] | [INFO] [stdout] 3 | pub fn list_it() { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Framework` [INFO] [stdout] --> rust/src/system_queries/unified.rs:1:22 [INFO] [stdout] | [INFO] [stdout] 1 | use rust_gpu_tools::{Framework, Device}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Framework` [INFO] [stdout] --> rust/src/system_queries/unified.rs:1:22 [INFO] [stdout] | [INFO] [stdout] 1 | use rust_gpu_tools::{Framework, Device}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `list_it` is never used [INFO] [stdout] --> rust/src/system_queries/unified.rs:3:8 [INFO] [stdout] | [INFO] [stdout] 3 | pub fn list_it() { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `has_gpus` is never used [INFO] [stdout] --> rust/src/system_queries/gpus.rs:6:8 [INFO] [stdout] | [INFO] [stdout] 6 | pub fn has_gpus() -> Result> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get_gpu_devices` is never used [INFO] [stdout] --> rust/src/system_queries/gpus.rs:39:8 [INFO] [stdout] | [INFO] [stdout] 39 | pub fn get_gpu_devices() -> Result, Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.37s [INFO] running `Command { std: "docker" "inspect" "de07d4bbd36cbfd6df2548261176def273ea923f8db21c79932a248335624018", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "de07d4bbd36cbfd6df2548261176def273ea923f8db21c79932a248335624018", kill_on_drop: false }` [INFO] [stdout] de07d4bbd36cbfd6df2548261176def273ea923f8db21c79932a248335624018