[INFO] cloning repository https://github.com/wathiede/pbrt [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wathiede/pbrt" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwathiede%2Fpbrt", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwathiede%2Fpbrt'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f6efafc2bdfdaac109da915f0f8b0179b3aafefd [INFO] testing wathiede/pbrt against beta-2025-01-12 for beta-1.85-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwathiede%2Fpbrt" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/wathiede/pbrt on toolchain beta-2025-01-12 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-01-12" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/wathiede/pbrt [INFO] finished tweaking git repo https://github.com/wathiede/pbrt [INFO] tweaked toml for git repo https://github.com/wathiede/pbrt written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/wathiede/pbrt 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-01-12" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded flume v0.10.13 [INFO] [stderr] Downloaded exr v1.5.1 [INFO] [stderr] Downloaded bitstream-io v2.2.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-01-12" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3d5f073dfac2077ec0dc733a1fa5f75f9edadc42a3de5fddeaf22be7d1dcac22 [INFO] running `Command { std: "docker" "start" "-a" "3d5f073dfac2077ec0dc733a1fa5f75f9edadc42a3de5fddeaf22be7d1dcac22", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3d5f073dfac2077ec0dc733a1fa5f75f9edadc42a3de5fddeaf22be7d1dcac22", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d5f073dfac2077ec0dc733a1fa5f75f9edadc42a3de5fddeaf22be7d1dcac22", kill_on_drop: false }` [INFO] [stdout] 3d5f073dfac2077ec0dc733a1fa5f75f9edadc42a3de5fddeaf22be7d1dcac22 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-01-12" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cb132cdc2a0bf348c3586a4704903b8622e3ed33419a00e5d23dbc257a8b4106 [INFO] running `Command { std: "docker" "start" "-a" "cb132cdc2a0bf348c3586a4704903b8622e3ed33419a00e5d23dbc257a8b4106", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.92 [INFO] [stderr] Compiling unicode-ident v1.0.1 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.167 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.10 [INFO] [stderr] Compiling syn v1.0.98 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.92 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling memchr v2.6.4 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling crossbeam-epoch v0.9.9 [INFO] [stderr] Compiling num-bigint v0.4.4 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling bumpalo v3.12.0 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling syn v2.0.90 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling anyhow v1.0.95 [INFO] [stderr] Compiling either v1.7.0 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling miniz_oxide v0.5.4 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling aligned-vec v0.5.0 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling built v0.7.2 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling paste v1.0.14 [INFO] [stderr] Compiling wasm-bindgen v0.2.92 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling rav1e v0.7.1 [INFO] [stderr] Compiling getrandom v0.2.7 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling v_frame v0.3.8 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling spin v0.9.3 [INFO] [stderr] Compiling flate2 v1.0.24 [INFO] [stderr] Compiling nanorand v0.7.0 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling simd_helpers v0.1.0 [INFO] [stderr] Compiling unicode-segmentation v1.9.0 [INFO] [stderr] Compiling imgref v1.10.1 [INFO] [stderr] Compiling quick-error v2.0.1 [INFO] [stderr] Compiling weezl v0.1.8 [INFO] [stderr] Compiling av1-grain v0.2.3 [INFO] [stderr] Compiling new_debug_unreachable v1.0.6 [INFO] [stderr] Compiling bitstream-io v2.2.0 [INFO] [stderr] Compiling maybe-rayon v0.1.1 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling noop_proc_macro v0.3.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling loop9 v0.1.5 [INFO] [stderr] Compiling threadpool v1.8.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling avif-serialize v0.8.2 [INFO] [stderr] Compiling aho-corasick v1.0.1 [INFO] [stderr] Compiling miniz_oxide v0.6.2 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling pin-project-internal v1.0.10 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.92 [INFO] [stderr] Compiling jpeg-decoder v0.3.0 [INFO] [stderr] Compiling bit_field v0.10.1 [INFO] [stderr] Compiling byteorder-lite v0.1.0 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling thiserror v2.0.9 [INFO] [stderr] Compiling zune-core v0.4.12 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling bytemuck v1.19.0 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.92 [INFO] [stderr] Compiling pin-project v1.0.10 [INFO] [stderr] Compiling flume v0.10.13 [INFO] [stderr] Compiling rgb v0.8.50 [INFO] [stderr] Compiling lebe v0.5.2 [INFO] [stderr] Compiling smallvec v1.9.0 [INFO] [stderr] Compiling qoi v0.4.1 [INFO] [stderr] Compiling gif v0.13.1 [INFO] [stderr] Compiling exr v1.5.1 [INFO] [stderr] Compiling zune-jpeg v0.4.13 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling profiling-procmacros v1.0.15 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Compiling arg_enum_proc_macro v0.3.4 [INFO] [stderr] Compiling profiling v1.0.15 [INFO] [stderr] Compiling thiserror-impl v2.0.9 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.92 [INFO] [stderr] Compiling regex-automata v0.4.8 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling tiff v0.9.0 [INFO] [stderr] Compiling image-webp v0.2.0 [INFO] [stderr] Compiling png v0.17.7 [INFO] [stderr] Compiling structopt-derive v0.4.18 [INFO] [stderr] Compiling is-terminal v0.4.12 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling thread_local v1.1.4 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling assert_approx_eq v1.1.0 [INFO] [stderr] Compiling stderrlog v0.6.0 [INFO] [stderr] Compiling structopt v0.3.26 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling ravif v0.11.11 [INFO] [stderr] Compiling image v0.25.5 [INFO] [stderr] Compiling pbrt v0.1.6-alpha.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `opt` is never read [INFO] [stdout] --> src/core/api.rs:356:5 [INFO] [stdout] | [INFO] [stdout] 355 | pub struct PbrtAPI { [INFO] [stdout] | ------- field in this struct [INFO] [stdout] 356 | opt: Options, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `PbrtAPI` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `flags`, `n_samples`, and `medium_interface` are never read [INFO] [stdout] --> src/core/light.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 41 | pub struct LightData { [INFO] [stdout] | --------- fields in this struct [INFO] [stdout] 42 | flags: LightFlags, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 43 | n_samples: isize, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 44 | medium_interface: MediumInterface, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `LightData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `do_trilinear`, `max_anisotropy`, `wrap_mode`, `resolution`, and `pyramid` are never read [INFO] [stdout] --> src/core/mipmap.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 34 | pub struct MIPMap { [INFO] [stdout] | ------ fields in this struct [INFO] [stdout] 35 | do_trilinear: bool, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 36 | max_anisotropy: Float, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 37 | wrap_mode: ImageWrap, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 38 | resolution: Point2i, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 39 | // TODO(wathiede): C++ uses a BlockedArray here, which is fancy. Fake it for the time being. [INFO] [stdout] 40 | pyramid: Vec>, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `MIPMap` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ONE_MINUS_EPSILON` is never used [INFO] [stdout] --> src/core/rng.rs:19:7 [INFO] [stdout] | [INFO] [stdout] 19 | const ONE_MINUS_EPSILON: Float = 1. - Float::EPSILON; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `set_sequence`, `uniform_u32`, `uniform_u32_threshold`, and `uniform_float` are never used [INFO] [stdout] --> src/core/rng.rs:46:12 [INFO] [stdout] | [INFO] [stdout] 44 | impl Rng { [INFO] [stdout] | -------- associated items in this implementation [INFO] [stdout] 45 | /// Creates new random number generator seeded with `sequence_index`. [INFO] [stdout] 46 | pub fn new(sequence_index: u64) -> Rng { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 53 | pub fn set_sequence(&mut self, sequence_index: u64) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 62 | pub fn uniform_u32(&mut self) -> u32 { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | pub fn uniform_u32_threshold(&mut self, b: u32) -> u32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 91 | pub fn uniform_float(&mut self) -> Float { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `NUM_SOBOL_DIMENSIONS` is never used [INFO] [stdout] --> src/core/sobolmatrices.rs:78:7 [INFO] [stdout] | [INFO] [stdout] 78 | const NUM_SOBOL_DIMENSIONS: usize = 1024; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `SOBOL_MATRIX_SIZE` is never used [INFO] [stdout] --> src/core/sobolmatrices.rs:79:7 [INFO] [stdout] | [INFO] [stdout] 79 | const SOBOL_MATRIX_SIZE: usize = 52; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `SOBOL_MATRICES32` is never used [INFO] [stdout] --> src/core/sobolmatrices.rs:81:7 [INFO] [stdout] | [INFO] [stdout] 81 | const SOBOL_MATRICES32: [u32; NUM_SOBOL_DIMENSIONS * SOBOL_MATRIX_SIZE] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `SOBOL_MATRICES64` is never used [INFO] [stdout] --> src/core/sobolmatrices.rs:6740:7 [INFO] [stdout] | [INFO] [stdout] 6740 | const SOBOL_MATRICES64: [u64; NUM_SOBOL_DIMENSIONS * SOBOL_MATRIX_SIZE] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `VD_CSOBOL_MATRICES` is never used [INFO] [stdout] --> src/core/sobolmatrices.rs:59991:7 [INFO] [stdout] | [INFO] [stdout] 59991 | const VD_CSOBOL_MATRICES: [[u64; SOBOL_MATRIX_SIZE]; 25] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `VD_CSOBOL_MATRICES_INV` is never used [INFO] [stdout] --> src/core/sobolmatrices.rs:60150:7 [INFO] [stdout] | [INFO] [stdout] 60150 | const VD_CSOBOL_MATRICES_INV: [[u64; SOBOL_MATRIX_SIZE]; 26] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `light_data`, `lmap`, `world_center`, `world_radius`, and `distribution` are never read [INFO] [stdout] --> src/lights/infinite.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 36 | pub struct InfiniteAreaLight { [INFO] [stdout] | ----------------- fields in this struct [INFO] [stdout] 37 | light_data: LightData, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 38 | lmap: MIPMap, [INFO] [stdout] | ^^^^ [INFO] [stdout] 39 | world_center: Point3f, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 40 | world_radius: Float, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 41 | distribution: Distribution2D, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `InfiniteAreaLight` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a module [INFO] [stdout] --> src/core/mod.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | pub mod sobolmatrices; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | #![warn(missing_docs)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 50s [INFO] running `Command { std: "docker" "inspect" "cb132cdc2a0bf348c3586a4704903b8622e3ed33419a00e5d23dbc257a8b4106", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cb132cdc2a0bf348c3586a4704903b8622e3ed33419a00e5d23dbc257a8b4106", kill_on_drop: false }` [INFO] [stdout] cb132cdc2a0bf348c3586a4704903b8622e3ed33419a00e5d23dbc257a8b4106 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-01-12" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ab0eec361fb5172a335e3cf11fdfa6149ad6c3f334a950988e484cd0d5445719 [INFO] running `Command { std: "docker" "start" "-a" "ab0eec361fb5172a335e3cf11fdfa6149ad6c3f334a950988e484cd0d5445719", kill_on_drop: false }` [INFO] [stderr] error: failed to create directory `/opt/rustwide/target/debug/.fingerprint/pbrt-69569b35405f82ae` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] running `Command { std: "docker" "inspect" "ab0eec361fb5172a335e3cf11fdfa6149ad6c3f334a950988e484cd0d5445719", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab0eec361fb5172a335e3cf11fdfa6149ad6c3f334a950988e484cd0d5445719", kill_on_drop: false }` [INFO] [stdout] ab0eec361fb5172a335e3cf11fdfa6149ad6c3f334a950988e484cd0d5445719