[INFO] cloning repository https://github.com/Latias94/tiny-soft-renderer [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Latias94/tiny-soft-renderer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLatias94%2Ftiny-soft-renderer", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLatias94%2Ftiny-soft-renderer'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b5d43c5c5feda1a69229c334d45b73fe14c879f0 [INFO] checking Latias94/tiny-soft-renderer against try#3a4cb0edb4040379c037e06efeb5409e44be7b77 for pr-146377 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLatias94%2Ftiny-soft-renderer" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/Latias94/tiny-soft-renderer [INFO] finished tweaking git repo https://github.com/Latias94/tiny-soft-renderer [INFO] tweaked toml for git repo https://github.com/Latias94/tiny-soft-renderer written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/Latias94/tiny-soft-renderer on toolchain 3a4cb0edb4040379c037e06efeb5409e44be7b77 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3a4cb0edb4040379c037e06efeb5409e44be7b77" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/Latias94/tiny-soft-renderer 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" "+3a4cb0edb4040379c037e06efeb5409e44be7b77" "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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+3a4cb0edb4040379c037e06efeb5409e44be7b77" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c5f2912997bc401c2cb73131302883cacc94d3d07ee14734ca8f1ae7552ac145 [INFO] running `Command { std: "docker" "start" "-a" "c5f2912997bc401c2cb73131302883cacc94d3d07ee14734ca8f1ae7552ac145", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c5f2912997bc401c2cb73131302883cacc94d3d07ee14734ca8f1ae7552ac145", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c5f2912997bc401c2cb73131302883cacc94d3d07ee14734ca8f1ae7552ac145", kill_on_drop: false }` [INFO] [stdout] c5f2912997bc401c2cb73131302883cacc94d3d07ee14734ca8f1ae7552ac145 [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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+3a4cb0edb4040379c037e06efeb5409e44be7b77" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cba12177a84cd805c5a759fd7b216ef11ba46c93e574eda4903c83d07819d7b0 [INFO] running `Command { std: "docker" "start" "-a" "cba12177a84cd805c5a759fd7b216ef11ba46c93e574eda4903c83d07819d7b0", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.90 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Checking getrandom v0.2.12 [INFO] [stderr] Compiling sdl2 v0.36.0 [INFO] [stderr] Compiling bytemuck_derive v1.5.0 [INFO] [stderr] Compiling profiling-procmacros v1.0.15 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking profiling v1.0.15 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking tobj v4.0.1 [INFO] [stderr] Compiling cmake v0.1.50 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking bytemuck v1.14.3 [INFO] [stderr] Compiling sdl2-sys v0.36.0 [INFO] [stderr] Checking qoi v0.4.1 [INFO] [stderr] Checking image v0.24.9 [INFO] [stderr] Checking tiny-soft-renderer v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: function `check` is never used [INFO] [stdout] --> src/color.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / #[repr(C)] [INFO] [stdout] 4 | | #[derive(Clone, Copy, Debug, PartialEq, bytemuck::Zeroable, bytemuck::Pod)] [INFO] [stdout] 5 | | pub struct Color { [INFO] [stdout] 6 | | pub r: u8, [INFO] [stdout] ... | [INFO] [stdout] 9 | | pub a: u8, [INFO] [stdout] 10 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/color.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct Color { [INFO] [stdout] | ^^^^^ field in this struct [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `check` is never used [INFO] [stdout] --> src/math/mat.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / #[repr(C)] [INFO] [stdout] 7 | | #[derive(Debug, Clone, Copy, PartialEq, Zeroable, Pod)] [INFO] [stdout] 8 | | pub struct Mat4x4 { [INFO] [stdout] 9 | | num_rows: usize, [INFO] [stdout] 10 | | num_cols: usize, [INFO] [stdout] 11 | | m: [f32; 16], [INFO] [stdout] 12 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/math/mat.rs:8:12 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct Mat4x4 { [INFO] [stdout] | ^^^^^^ field in this struct [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `check` is never used [INFO] [stdout] --> src/math/mat.rs:194:1 [INFO] [stdout] | [INFO] [stdout] 194 | / #[repr(C)] [INFO] [stdout] 195 | | #[derive(Debug, Clone, Copy, PartialEq, Zeroable, Pod)] [INFO] [stdout] 196 | | pub struct Mat4x1 { [INFO] [stdout] 197 | | num_rows: usize, [INFO] [stdout] 198 | | num_cols: usize, [INFO] [stdout] 199 | | m: [f32; 4], [INFO] [stdout] 200 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/math/mat.rs:196:12 [INFO] [stdout] | [INFO] [stdout] 196 | pub struct Mat4x1 { [INFO] [stdout] | ^^^^^^ field in this struct [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `check` is never used [INFO] [stdout] --> src/math/vec.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | / #[repr(C)] [INFO] [stdout] 48 | | #[derive(Debug, Copy, Clone, PartialEq, Default, Zeroable)] [INFO] [stdout] 49 | | pub struct TVec2 { [INFO] [stdout] 50 | | pub x: T, [INFO] [stdout] 51 | | pub y: T, [INFO] [stdout] 52 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `check` is never used [INFO] [stdout] --> src/math/vec.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | / #[repr(C)] [INFO] [stdout] 55 | | #[derive(Debug, Copy, Clone, PartialEq, Default, Zeroable)] [INFO] [stdout] 56 | | pub struct TVec3 { [INFO] [stdout] 57 | | pub x: T, [INFO] [stdout] 58 | | pub y: T, [INFO] [stdout] 59 | | pub z: T, [INFO] [stdout] 60 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `check` is never used [INFO] [stdout] --> src/math/vec.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | / #[repr(C)] [INFO] [stdout] 63 | | #[derive(Debug, Copy, Clone, PartialEq, Default, Zeroable)] [INFO] [stdout] 64 | | pub struct TVec4 { [INFO] [stdout] 65 | | pub x: T, [INFO] [stdout] ... | [INFO] [stdout] 68 | | pub w: T, [INFO] [stdout] 69 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `check` is never used [INFO] [stdout] --> src/model.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / #[repr(C)] [INFO] [stdout] 11 | | #[derive(Clone, Copy, Debug, Zeroable)] [INFO] [stdout] 12 | | pub struct Vertex { [INFO] [stdout] 13 | | pub position: Vec3f, [INFO] [stdout] 14 | | pub uv: Vec2f, [INFO] [stdout] 15 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `check` is never used [INFO] [stdout] --> src/color.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / #[repr(C)] [INFO] [stdout] 4 | | #[derive(Clone, Copy, Debug, PartialEq, bytemuck::Zeroable, bytemuck::Pod)] [INFO] [stdout] 5 | | pub struct Color { [INFO] [stdout] 6 | | pub r: u8, [INFO] [stdout] ... | [INFO] [stdout] 9 | | pub a: u8, [INFO] [stdout] 10 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/color.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct Color { [INFO] [stdout] | ^^^^^ field in this struct [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `check` is never used [INFO] [stdout] --> src/math/mat.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / #[repr(C)] [INFO] [stdout] 7 | | #[derive(Debug, Clone, Copy, PartialEq, Zeroable, Pod)] [INFO] [stdout] 8 | | pub struct Mat4x4 { [INFO] [stdout] 9 | | num_rows: usize, [INFO] [stdout] 10 | | num_cols: usize, [INFO] [stdout] 11 | | m: [f32; 16], [INFO] [stdout] 12 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/math/mat.rs:8:12 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct Mat4x4 { [INFO] [stdout] | ^^^^^^ field in this struct [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `check` is never used [INFO] [stdout] --> src/math/mat.rs:194:1 [INFO] [stdout] | [INFO] [stdout] 194 | / #[repr(C)] [INFO] [stdout] 195 | | #[derive(Debug, Clone, Copy, PartialEq, Zeroable, Pod)] [INFO] [stdout] 196 | | pub struct Mat4x1 { [INFO] [stdout] 197 | | num_rows: usize, [INFO] [stdout] 198 | | num_cols: usize, [INFO] [stdout] 199 | | m: [f32; 4], [INFO] [stdout] 200 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/math/mat.rs:196:12 [INFO] [stdout] | [INFO] [stdout] 196 | pub struct Mat4x1 { [INFO] [stdout] | ^^^^^^ field in this struct [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `check` is never used [INFO] [stdout] --> src/math/vec.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | / #[repr(C)] [INFO] [stdout] 48 | | #[derive(Debug, Copy, Clone, PartialEq, Default, Zeroable)] [INFO] [stdout] 49 | | pub struct TVec2 { [INFO] [stdout] 50 | | pub x: T, [INFO] [stdout] 51 | | pub y: T, [INFO] [stdout] 52 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `check` is never used [INFO] [stdout] --> src/math/vec.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | / #[repr(C)] [INFO] [stdout] 55 | | #[derive(Debug, Copy, Clone, PartialEq, Default, Zeroable)] [INFO] [stdout] 56 | | pub struct TVec3 { [INFO] [stdout] 57 | | pub x: T, [INFO] [stdout] 58 | | pub y: T, [INFO] [stdout] 59 | | pub z: T, [INFO] [stdout] 60 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `check` is never used [INFO] [stdout] --> src/math/vec.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | / #[repr(C)] [INFO] [stdout] 63 | | #[derive(Debug, Copy, Clone, PartialEq, Default, Zeroable)] [INFO] [stdout] 64 | | pub struct TVec4 { [INFO] [stdout] 65 | | pub x: T, [INFO] [stdout] ... | [INFO] [stdout] 68 | | pub w: T, [INFO] [stdout] 69 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `check` is never used [INFO] [stdout] --> src/model.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / #[repr(C)] [INFO] [stdout] 11 | | #[derive(Clone, Copy, Debug, Zeroable)] [INFO] [stdout] 12 | | pub struct Vertex { [INFO] [stdout] 13 | | pub position: Vec3f, [INFO] [stdout] 14 | | pub uv: Vec2f, [INFO] [stdout] 15 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s [INFO] running `Command { std: "docker" "inspect" "cba12177a84cd805c5a759fd7b216ef11ba46c93e574eda4903c83d07819d7b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cba12177a84cd805c5a759fd7b216ef11ba46c93e574eda4903c83d07819d7b0", kill_on_drop: false }` [INFO] [stdout] cba12177a84cd805c5a759fd7b216ef11ba46c93e574eda4903c83d07819d7b0