[INFO] cloning repository https://github.com/simonhochrein/ps2-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/simonhochrein/ps2-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsimonhochrein%2Fps2-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsimonhochrein%2Fps2-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2671f127b6d5148a764101eee8e01f1f17200bdb [INFO] checking simonhochrein/ps2-rust against try#6284d7b4bd27983dba388146648ab844ca7d032f for pr-152971 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsimonhochrein%2Fps2-rust" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-3-tc2/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/simonhochrein/ps2-rust [INFO] finished tweaking git repo https://github.com/simonhochrein/ps2-rust [INFO] tweaked toml for git repo https://github.com/simonhochrein/ps2-rust written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/simonhochrein/ps2-rust on toolchain 6284d7b4bd27983dba388146648ab844ca7d032f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6284d7b4bd27983dba388146648ab844ca7d032f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/simonhochrein/ps2-rust 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" "+6284d7b4bd27983dba388146648ab844ca7d032f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root: [INFO] [stderr] package: /workspace/builds/worker-3-tc2/source/crates/psu-packer/Cargo.toml [INFO] [stderr] workspace: /workspace/builds/worker-3-tc2/source/Cargo.toml [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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+6284d7b4bd27983dba388146648ab844ca7d032f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b86769bdc12eda4f7ab06e09975b85d33e31e85dc9b6222fa4ab76b58579e362 [INFO] running `Command { std: "docker" "start" "-a" "b86769bdc12eda4f7ab06e09975b85d33e31e85dc9b6222fa4ab76b58579e362", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b86769bdc12eda4f7ab06e09975b85d33e31e85dc9b6222fa4ab76b58579e362", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b86769bdc12eda4f7ab06e09975b85d33e31e85dc9b6222fa4ab76b58579e362", kill_on_drop: false }` [INFO] [stdout] b86769bdc12eda4f7ab06e09975b85d33e31e85dc9b6222fa4ab76b58579e362 [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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+6284d7b4bd27983dba388146648ab844ca7d032f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0e5b9def3679f1c1e6258e489d97e84fec6b7e81c0d910772f062cba643e80e4 [INFO] running `Command { std: "docker" "start" "-a" "0e5b9def3679f1c1e6258e489d97e84fec6b7e81c0d910772f062cba643e80e4", kill_on_drop: false }` [INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root: [INFO] [stderr] package: /opt/rustwide/workdir/crates/psu-packer/Cargo.toml [INFO] [stderr] workspace: /opt/rustwide/workdir/Cargo.toml [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling winnow v0.7.12 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling indexmap v2.10.0 [INFO] [stderr] Checking tracing-core v0.1.33 [INFO] [stderr] Checking parking v2.2.1 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Checking concurrent-queue v2.5.0 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Compiling endi v1.1.0 [INFO] [stderr] Compiling wayland-sys v0.31.6 [INFO] [stderr] Checking async-task v4.7.1 [INFO] [stderr] Compiling wayland-backend v0.3.8 [INFO] [stderr] Checking piper v0.2.4 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Checking futures-lite v2.6.0 [INFO] [stderr] Checking float-cmp v0.9.0 [INFO] [stderr] Checking xdg-home v1.3.0 [INFO] [stderr] Checking ordered-stream v0.2.0 [INFO] [stderr] Checking event-listener v5.4.0 [INFO] [stderr] Checking ttf-parser v0.25.1 [INFO] [stderr] Compiling built v0.7.5 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking rayon v1.10.0 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Checking strict-num v0.1.1 [INFO] [stderr] Checking unicode-ident v1.0.18 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Checking hashbrown v0.15.2 [INFO] [stderr] Checking av1-grain v0.2.3 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking event-listener-strategy v0.5.4 [INFO] [stderr] Checking imgref v1.11.0 [INFO] [stderr] Checking bitstream-io v2.6.0 [INFO] [stderr] Checking async-lock v3.4.0 [INFO] [stderr] Checking async-channel v2.3.1 [INFO] [stderr] Checking async-broadcast v0.7.2 [INFO] [stderr] Compiling rav1e v0.7.1 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Compiling wayland-scanner v0.31.6 [INFO] [stderr] Compiling simd_helpers v0.1.0 [INFO] [stderr] Checking loop9 v0.1.5 [INFO] [stderr] Checking sha1 v0.10.6 [INFO] [stderr] Checking avif-serialize v0.8.2 [INFO] [stderr] Compiling xml-rs v0.8.26 [INFO] [stderr] Checking exr v1.73.0 [INFO] [stderr] Checking tiff v0.9.1 [INFO] [stderr] Checking image-webp v0.2.0 [INFO] [stderr] Checking parking_lot_core v0.9.10 [INFO] [stderr] Checking blocking v1.6.1 [INFO] [stderr] Checking async-executor v1.13.1 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Compiling x11-dl v2.21.0 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Checking async-fs v2.1.2 [INFO] [stderr] Checking memmap2 v0.9.5 [INFO] [stderr] Checking nohash-hasher v0.2.0 [INFO] [stderr] Checking epaint_default_fonts v0.31.1 [INFO] [stderr] Compiling getrandom v0.3.2 [INFO] [stderr] Compiling winit v0.30.9 [INFO] [stderr] Checking immutable-chunkmap v2.0.6 [INFO] [stderr] Checking signal-hook-registry v1.4.2 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Checking chrono v0.4.42 [INFO] [stderr] Compiling glutin v0.32.2 [INFO] [stderr] Checking maybe-rayon v0.1.1 [INFO] [stderr] Checking rand_core v0.9.3 [INFO] [stderr] Compiling glutin-winit v0.5.0 [INFO] [stderr] Checking toml_writer v1.0.2 [INFO] [stderr] Checking kurbo v0.9.5 [INFO] [stderr] Checking glow v0.16.0 [INFO] [stderr] Checking web-time v1.1.0 [INFO] [stderr] Compiling rfd v0.15.3 [INFO] [stderr] Checking rand_chacha v0.9.0 [INFO] [stderr] Checking toml_parser v1.0.2 [INFO] [stderr] Compiling phf_shared v0.11.3 [INFO] [stderr] Compiling document-features v0.2.11 [INFO] [stderr] Checking rctree v0.5.0 [INFO] [stderr] Checking rand v0.9.1 [INFO] [stderr] Checking owned_ttf_parser v0.25.0 [INFO] [stderr] Checking pollster v0.4.0 [INFO] [stderr] Compiling phf v0.11.3 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.10.1 [INFO] [stderr] Checking simplecss v0.2.2 [INFO] [stderr] Compiling glutin_egl_sys v0.7.1 [INFO] [stderr] Compiling glutin_glx_sys v0.6.1 [INFO] [stderr] Checking roxmltree v0.19.0 [INFO] [stderr] Checking svgtypes v0.13.0 [INFO] [stderr] Checking ab_glyph v0.2.29 [INFO] [stderr] Checking data-url v0.3.1 [INFO] [stderr] Checking imagesize v0.12.0 [INFO] [stderr] Compiling mime_guess2 v2.3.1 [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Checking xmlwriter v0.1.0 [INFO] [stderr] Checking pico-args v0.5.0 [INFO] [stderr] Checking inotify-sys v0.1.5 [INFO] [stderr] Compiling argh_shared v0.1.13 [INFO] [stderr] Compiling cgmath v0.18.0 [INFO] [stderr] Checking approx v0.4.0 [INFO] [stderr] Checking mio v1.0.4 [INFO] [stderr] Checking rust-fuzzy-search v0.1.1 [INFO] [stderr] Checking wavefront_obj v11.0.0 [INFO] [stderr] Checking bytesize v2.0.1 [INFO] [stderr] Checking colored v3.0.0 [INFO] [stderr] Checking relative-path v2.0.1 [INFO] [stderr] Checking memcard v0.1.0 (/opt/rustwide/workdir/crates/memcard) [INFO] [stderr] Checking xtask-build-app v0.1.0 (/opt/rustwide/workdir/crates/xtask-build-app) [INFO] [stdout] warning: constant `DF_READ` is never used [INFO] [stdout] --> crates/memcard/src/dir_entry.rs:5:11 [INFO] [stdout] | [INFO] [stdout] 5 | pub const DF_READ: u16 = 0x0001; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DF_WRITE` is never used [INFO] [stdout] --> crates/memcard/src/dir_entry.rs:6:11 [INFO] [stdout] | [INFO] [stdout] 6 | pub const DF_WRITE: u16 = 0x0002; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DF_EXECUTE` is never used [INFO] [stdout] --> crates/memcard/src/dir_entry.rs:7:11 [INFO] [stdout] | [INFO] [stdout] 7 | pub const DF_EXECUTE: u16 = 0x0004; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DF_PROTECTED` is never used [INFO] [stdout] --> crates/memcard/src/dir_entry.rs:8:11 [INFO] [stdout] | [INFO] [stdout] 8 | pub const DF_PROTECTED: u16 = 0x0008; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DF_FILE` is never used [INFO] [stdout] --> crates/memcard/src/dir_entry.rs:9:11 [INFO] [stdout] | [INFO] [stdout] 9 | pub const DF_FILE: u16 = 0x0010; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DF_0400` is never used [INFO] [stdout] --> crates/memcard/src/dir_entry.rs:11:11 [INFO] [stdout] | [INFO] [stdout] 11 | pub const DF_0400: u16 = 0x0400; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DF_EXISTS` is never used [INFO] [stdout] --> crates/memcard/src/dir_entry.rs:12:11 [INFO] [stdout] | [INFO] [stdout] 12 | pub const DF_EXISTS: u16 = 0x8000; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DF_HIDDEN` is never used [INFO] [stdout] --> crates/memcard/src/dir_entry.rs:13:11 [INFO] [stdout] | [INFO] [stdout] 13 | pub const DF_HIDDEN: u16 = 0x2000; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `seconds`, `minutes`, `hours`, `days`, `months`, and `years` are never read [INFO] [stdout] --> crates/memcard/src/dir_entry.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct DateTime { [INFO] [stdout] | -------- fields in this struct [INFO] [stdout] 17 | seconds: u8, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 18 | minutes: u8, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 19 | hours: u8, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 20 | days: u8, [INFO] [stdout] | ^^^^ [INFO] [stdout] 21 | months: u8, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 22 | years: u16, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `DateTime` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `created`, `dir_entry`, `modified`, and `attributes` are never read [INFO] [stdout] --> crates/memcard/src/dir_entry.rs:49:16 [INFO] [stdout] | [INFO] [stdout] 46 | pub struct DirEntry { [INFO] [stdout] | -------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 49 | pub(crate) created: DateTime, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 50 | pub cluster: u32, [INFO] [stdout] 51 | dir_entry: u32, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 52 | modified: DateTime, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 53 | attributes: u32, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `DirEntry` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> crates/memcard/src/fat.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct Superblock { [INFO] [stdout] | ---------- fields in this struct [INFO] [stdout] 8 | pub magic: [u8; 28], [INFO] [stdout] | ^^^^^ [INFO] [stdout] 9 | pub version: [u8; 12], [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 12 | pub pages_per_block: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 13 | pub clusters_per_card: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 14 | pub alloc_offset: u32, [INFO] [stdout] 15 | pub alloc_end: u32, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 16 | pub rootdir_cluster: u32, [INFO] [stdout] 17 | pub backup_block1: u32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 18 | pub backup_block2: u32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 19 | pub ifc_list: [u32; 32], [INFO] [stdout] 20 | pub bad_block_list: [u32; 32], [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 21 | pub card_type: u8, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 22 | pub card_flags: u8, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Superblock` 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 `spare_size`, `cluster_size`, and `root_entry` are never read [INFO] [stdout] --> crates/memcard/src/fat.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 71 | pub struct Memcard { [INFO] [stdout] | ------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 78 | spare_size: usize, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 79 | raw_page_size: usize, [INFO] [stdout] 80 | cluster_size: usize, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 83 | root_entry: Option, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `read_data_cluster` is never used [INFO] [stdout] --> crates/memcard/src/fat.rs:188:12 [INFO] [stdout] | [INFO] [stdout] 87 | impl Memcard { [INFO] [stdout] | ------------ method in this implementation [INFO] [stdout] ... [INFO] [stdout] 188 | pub fn read_data_cluster(&mut self, entry: &DirEntry) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DF_READ` is never used [INFO] [stdout] --> crates/memcard/src/dir_entry.rs:5:11 [INFO] [stdout] | [INFO] [stdout] 5 | pub const DF_READ: u16 = 0x0001; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DF_WRITE` is never used [INFO] [stdout] --> crates/memcard/src/dir_entry.rs:6:11 [INFO] [stdout] | [INFO] [stdout] 6 | pub const DF_WRITE: u16 = 0x0002; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DF_EXECUTE` is never used [INFO] [stdout] --> crates/memcard/src/dir_entry.rs:7:11 [INFO] [stdout] | [INFO] [stdout] 7 | pub const DF_EXECUTE: u16 = 0x0004; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DF_PROTECTED` is never used [INFO] [stdout] --> crates/memcard/src/dir_entry.rs:8:11 [INFO] [stdout] | [INFO] [stdout] 8 | pub const DF_PROTECTED: u16 = 0x0008; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DF_FILE` is never used [INFO] [stdout] --> crates/memcard/src/dir_entry.rs:9:11 [INFO] [stdout] | [INFO] [stdout] 9 | pub const DF_FILE: u16 = 0x0010; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DF_0400` is never used [INFO] [stdout] --> crates/memcard/src/dir_entry.rs:11:11 [INFO] [stdout] | [INFO] [stdout] 11 | pub const DF_0400: u16 = 0x0400; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DF_EXISTS` is never used [INFO] [stdout] --> crates/memcard/src/dir_entry.rs:12:11 [INFO] [stdout] | [INFO] [stdout] 12 | pub const DF_EXISTS: u16 = 0x8000; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DF_HIDDEN` is never used [INFO] [stdout] --> crates/memcard/src/dir_entry.rs:13:11 [INFO] [stdout] | [INFO] [stdout] 13 | pub const DF_HIDDEN: u16 = 0x2000; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `seconds`, `minutes`, `hours`, `days`, `months`, and `years` are never read [INFO] [stdout] --> crates/memcard/src/dir_entry.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct DateTime { [INFO] [stdout] | -------- fields in this struct [INFO] [stdout] 17 | seconds: u8, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 18 | minutes: u8, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 19 | hours: u8, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 20 | days: u8, [INFO] [stdout] | ^^^^ [INFO] [stdout] 21 | months: u8, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 22 | years: u16, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `DateTime` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `created`, `dir_entry`, `modified`, and `attributes` are never read [INFO] [stdout] --> crates/memcard/src/dir_entry.rs:49:16 [INFO] [stdout] | [INFO] [stdout] 46 | pub struct DirEntry { [INFO] [stdout] | -------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 49 | pub(crate) created: DateTime, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 50 | pub cluster: u32, [INFO] [stdout] 51 | dir_entry: u32, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 52 | modified: DateTime, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 53 | attributes: u32, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `DirEntry` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> crates/memcard/src/fat.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct Superblock { [INFO] [stdout] | ---------- fields in this struct [INFO] [stdout] 8 | pub magic: [u8; 28], [INFO] [stdout] | ^^^^^ [INFO] [stdout] 9 | pub version: [u8; 12], [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 12 | pub pages_per_block: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 13 | pub clusters_per_card: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 14 | pub alloc_offset: u32, [INFO] [stdout] 15 | pub alloc_end: u32, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 16 | pub rootdir_cluster: u32, [INFO] [stdout] 17 | pub backup_block1: u32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 18 | pub backup_block2: u32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 19 | pub ifc_list: [u32; 32], [INFO] [stdout] 20 | pub bad_block_list: [u32; 32], [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 21 | pub card_type: u8, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 22 | pub card_flags: u8, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Superblock` 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 `spare_size`, `cluster_size`, and `root_entry` are never read [INFO] [stdout] --> crates/memcard/src/fat.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 71 | pub struct Memcard { [INFO] [stdout] | ------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 78 | spare_size: usize, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 79 | raw_page_size: usize, [INFO] [stdout] 80 | cluster_size: usize, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 83 | root_entry: Option, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `read_data_cluster` is never used [INFO] [stdout] --> crates/memcard/src/fat.rs:188:12 [INFO] [stdout] | [INFO] [stdout] 87 | impl Memcard { [INFO] [stdout] | ------------ method in this implementation [INFO] [stdout] ... [INFO] [stdout] 188 | pub fn read_data_cluster(&mut self, entry: &DirEntry) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling zvariant_utils v2.1.0 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling enumflags2_derive v0.7.11 [INFO] [stderr] Compiling bytemuck_derive v1.9.3 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling zerovec-derive v0.10.3 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling profiling-procmacros v1.0.16 [INFO] [stderr] Compiling icu_provider_macros v1.5.0 [INFO] [stderr] Compiling async-trait v0.1.88 [INFO] [stderr] Compiling serde_repr v0.1.20 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Compiling enumn v0.1.14 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.7.5 [INFO] [stderr] Checking profiling v1.0.16 [INFO] [stderr] Compiling arg_enum_proc_macro v0.3.4 [INFO] [stderr] Compiling enum-map-derive v0.17.0 [INFO] [stderr] Compiling argh_derive v0.1.13 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Compiling duplicate v2.0.0 [INFO] [stderr] Compiling macros v0.1.0 (/opt/rustwide/workdir/crates/macros) [INFO] [stderr] Checking bytemuck v1.22.0 [INFO] [stderr] Checking tiny-skia-path v0.11.4 [INFO] [stderr] Checking rgb v0.8.50 [INFO] [stderr] Checking qoi v0.4.1 [INFO] [stderr] Checking zerofrom v0.1.6 [INFO] [stderr] Checking yoke v0.7.5 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Checking thiserror v1.0.69 [INFO] [stderr] Checking zerovec v0.10.4 [INFO] [stderr] Checking tiny-skia v0.11.4 [INFO] [stderr] Checking usvg-tree v0.37.0 [INFO] [stderr] Checking usvg-parser v0.37.0 [INFO] [stderr] Checking usvg v0.37.0 [INFO] [stderr] Checking tinystr v0.7.6 [INFO] [stderr] Checking icu_collections v1.5.0 [INFO] [stderr] Checking resvg v0.37.0 [INFO] [stderr] Checking icu_locid v1.5.0 [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/resvg-0.37.0/src/filter/iir_blur.rs:63:22 [INFO] [stdout] | [INFO] [stdout] 63 | gaussian_channel(data, &d, 0, buf); [INFO] [stdout] | ---------------- ^^^^ expected `&mut [u8]`, found `&mut [Rgba]` [INFO] [stdout] | | [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] = note: expected mutable reference `&mut [u8]` [INFO] [stdout] found mutable reference `&mut [RGBA]` [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/resvg-0.37.0/src/filter/iir_blur.rs:69:4 [INFO] [stdout] | [INFO] [stdout] 69 | fn gaussian_channel(data: &mut [u8], d: &BlurData, channel: usize, buf: &mut Vec) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ --------------- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/resvg-0.37.0/src/filter/iir_blur.rs:64:22 [INFO] [stdout] | [INFO] [stdout] 64 | gaussian_channel(data, &d, 1, buf); [INFO] [stdout] | ---------------- ^^^^ expected `&mut [u8]`, found `&mut [Rgba]` [INFO] [stdout] | | [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] = note: expected mutable reference `&mut [u8]` [INFO] [stdout] found mutable reference `&mut [RGBA]` [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/resvg-0.37.0/src/filter/iir_blur.rs:69:4 [INFO] [stdout] | [INFO] [stdout] 69 | fn gaussian_channel(data: &mut [u8], d: &BlurData, channel: usize, buf: &mut Vec) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ --------------- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/resvg-0.37.0/src/filter/iir_blur.rs:65:22 [INFO] [stdout] | [INFO] [stdout] 65 | gaussian_channel(data, &d, 2, buf); [INFO] [stdout] | ---------------- ^^^^ expected `&mut [u8]`, found `&mut [Rgba]` [INFO] [stdout] | | [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] = note: expected mutable reference `&mut [u8]` [INFO] [stdout] found mutable reference `&mut [RGBA]` [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/resvg-0.37.0/src/filter/iir_blur.rs:69:4 [INFO] [stdout] | [INFO] [stdout] 69 | fn gaussian_channel(data: &mut [u8], d: &BlurData, channel: usize, buf: &mut Vec) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ --------------- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/resvg-0.37.0/src/filter/iir_blur.rs:66:22 [INFO] [stdout] | [INFO] [stdout] 66 | gaussian_channel(data, &d, 3, buf); [INFO] [stdout] | ---------------- ^^^^ expected `&mut [u8]`, found `&mut [Rgba]` [INFO] [stdout] | | [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] = note: expected mutable reference `&mut [u8]` [INFO] [stdout] found mutable reference `&mut [RGBA]` [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/resvg-0.37.0/src/filter/iir_blur.rs:69:4 [INFO] [stdout] | [INFO] [stdout] 69 | fn gaussian_channel(data: &mut [u8], d: &BlurData, channel: usize, buf: &mut Vec) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ --------------- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `resvg` (lib) due to 4 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "0e5b9def3679f1c1e6258e489d97e84fec6b7e81c0d910772f062cba643e80e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e5b9def3679f1c1e6258e489d97e84fec6b7e81c0d910772f062cba643e80e4", kill_on_drop: false }` [INFO] [stdout] 0e5b9def3679f1c1e6258e489d97e84fec6b7e81c0d910772f062cba643e80e4