[INFO] fetching crate dusty-room 0.0.1... [INFO] testing dusty-room-0.0.1 against 1.60.0 for beta-1.61-1 [INFO] extracting crate dusty-room 0.0.1 into /workspace/builds/worker-25/source [INFO] validating manifest of crates.io crate dusty-room 0.0.1 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate dusty-room 0.0.1 [INFO] finished tweaking crates.io crate dusty-room 0.0.1 [INFO] tweaked toml for crates.io crate dusty-room 0.0.1 written to /workspace/builds/worker-25/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1a920ffa5746951db92009450e68fe339e975f8220272b030b5741575e90e09a [INFO] running `Command { std: "docker" "start" "-a" "1a920ffa5746951db92009450e68fe339e975f8220272b030b5741575e90e09a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1a920ffa5746951db92009450e68fe339e975f8220272b030b5741575e90e09a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1a920ffa5746951db92009450e68fe339e975f8220272b030b5741575e90e09a", kill_on_drop: false }` [INFO] [stdout] 1a920ffa5746951db92009450e68fe339e975f8220272b030b5741575e90e09a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fc47e0f2b96d853b023cddb77b38c1b73892aaa821338728293d696a8c790e4b [INFO] running `Command { std: "docker" "start" "-a" "fc47e0f2b96d853b023cddb77b38c1b73892aaa821338728293d696a8c790e4b", kill_on_drop: false }` [INFO] [stderr] Compiling assert_matches v1.5.0 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling dusty-room v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `pixels` [INFO] [stdout] --> src/assets/flat.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | pixels: Bytes, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Flat` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/assets/flat.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 71 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `columns` [INFO] [stdout] --> src/assets/patch.rs:110:5 [INFO] [stdout] | [INFO] [stdout] 110 | columns: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Patch` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/assets/patch.rs:89:10 [INFO] [stdout] | [INFO] [stdout] 89 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `posts` [INFO] [stdout] --> src/assets/patch.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | posts: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Column` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/assets/patch.rs:113:10 [INFO] [stdout] | [INFO] [stdout] 113 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `patches` [INFO] [stdout] --> src/assets/texture.rs:109:5 [INFO] [stdout] | [INFO] [stdout] 109 | patches: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Texture` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/assets/texture.rs:95:10 [INFO] [stdout] | [INFO] [stdout] 95 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `x` [INFO] [stdout] --> src/assets/texture.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 154 | pub x: u16, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PatchPlacement` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/assets/texture.rs:151:10 [INFO] [stdout] | [INFO] [stdout] 151 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `y` [INFO] [stdout] --> src/assets/texture.rs:157:5 [INFO] [stdout] | [INFO] [stdout] 157 | pub y: u16, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PatchPlacement` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/assets/texture.rs:151:10 [INFO] [stdout] | [INFO] [stdout] 151 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `patch` [INFO] [stdout] --> src/assets/texture.rs:160:5 [INFO] [stdout] | [INFO] [stdout] 160 | pub patch: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PatchPlacement` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/assets/texture.rs:151:10 [INFO] [stdout] | [INFO] [stdout] 151 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.69s [INFO] running `Command { std: "docker" "inspect" "fc47e0f2b96d853b023cddb77b38c1b73892aaa821338728293d696a8c790e4b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fc47e0f2b96d853b023cddb77b38c1b73892aaa821338728293d696a8c790e4b", kill_on_drop: false }` [INFO] [stdout] fc47e0f2b96d853b023cddb77b38c1b73892aaa821338728293d696a8c790e4b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 86782f41be06da76c6a93484878cad506cc3b6ae4f3f2e05edb69d63fcf279fd [INFO] running `Command { std: "docker" "start" "-a" "86782f41be06da76c6a93484878cad506cc3b6ae4f3f2e05edb69d63fcf279fd", kill_on_drop: false }` [INFO] [stderr] Compiling dusty-room v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `pixels` [INFO] [stdout] --> src/assets/flat.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | pixels: Bytes, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Flat` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/assets/flat.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 71 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `columns` [INFO] [stdout] --> src/assets/patch.rs:110:5 [INFO] [stdout] | [INFO] [stdout] 110 | columns: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Patch` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/assets/patch.rs:89:10 [INFO] [stdout] | [INFO] [stdout] 89 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `posts` [INFO] [stdout] --> src/assets/patch.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | posts: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Column` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/assets/patch.rs:113:10 [INFO] [stdout] | [INFO] [stdout] 113 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `patches` [INFO] [stdout] --> src/assets/texture.rs:109:5 [INFO] [stdout] | [INFO] [stdout] 109 | patches: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Texture` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/assets/texture.rs:95:10 [INFO] [stdout] | [INFO] [stdout] 95 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `x` [INFO] [stdout] --> src/assets/texture.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 154 | pub x: u16, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PatchPlacement` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/assets/texture.rs:151:10 [INFO] [stdout] | [INFO] [stdout] 151 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `y` [INFO] [stdout] --> src/assets/texture.rs:157:5 [INFO] [stdout] | [INFO] [stdout] 157 | pub y: u16, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PatchPlacement` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/assets/texture.rs:151:10 [INFO] [stdout] | [INFO] [stdout] 151 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `patch` [INFO] [stdout] --> src/assets/texture.rs:160:5 [INFO] [stdout] | [INFO] [stdout] 160 | pub patch: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PatchPlacement` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/assets/texture.rs:151:10 [INFO] [stdout] | [INFO] [stdout] 151 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `pixels` [INFO] [stdout] --> src/assets/flat.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | pixels: Bytes, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Flat` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/assets/flat.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 71 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `columns` [INFO] [stdout] --> src/assets/patch.rs:110:5 [INFO] [stdout] | [INFO] [stdout] 110 | columns: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Patch` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/assets/patch.rs:89:10 [INFO] [stdout] | [INFO] [stdout] 89 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `posts` [INFO] [stdout] --> src/assets/patch.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | posts: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Column` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/assets/patch.rs:113:10 [INFO] [stdout] | [INFO] [stdout] 113 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.44s [INFO] running `Command { std: "docker" "inspect" "86782f41be06da76c6a93484878cad506cc3b6ae4f3f2e05edb69d63fcf279fd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "86782f41be06da76c6a93484878cad506cc3b6ae4f3f2e05edb69d63fcf279fd", kill_on_drop: false }` [INFO] [stdout] 86782f41be06da76c6a93484878cad506cc3b6ae4f3f2e05edb69d63fcf279fd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3818afe51a26e4a117518c6d8100ea1e9319f83c18c6fda19bb23f9e6038315b [INFO] running `Command { std: "docker" "start" "-a" "3818afe51a26e4a117518c6d8100ea1e9319f83c18c6fda19bb23f9e6038315b", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: field is never read: `pixels` [INFO] [stderr] --> src/assets/flat.rs:78:5 [INFO] [stderr] | [INFO] [stderr] 78 | pixels: Bytes, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `Flat` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/assets/flat.rs:71:10 [INFO] [stderr] | [INFO] [stderr] 71 | #[derive(Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `columns` [INFO] [stderr] --> src/assets/patch.rs:110:5 [INFO] [stderr] | [INFO] [stderr] 110 | columns: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Patch` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/assets/patch.rs:89:10 [INFO] [stderr] | [INFO] [stderr] 89 | #[derive(Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `posts` [INFO] [stderr] --> src/assets/patch.rs:115:5 [INFO] [stderr] | [INFO] [stderr] 115 | posts: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Column` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/assets/patch.rs:113:10 [INFO] [stderr] | [INFO] [stderr] 113 | #[derive(Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `patches` [INFO] [stderr] --> src/assets/texture.rs:109:5 [INFO] [stderr] | [INFO] [stderr] 109 | patches: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Texture` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/assets/texture.rs:95:10 [INFO] [stderr] | [INFO] [stderr] 95 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `x` [INFO] [stderr] --> src/assets/texture.rs:154:5 [INFO] [stderr] | [INFO] [stderr] 154 | pub x: u16, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `PatchPlacement` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/assets/texture.rs:151:10 [INFO] [stderr] | [INFO] [stderr] 151 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `y` [INFO] [stderr] --> src/assets/texture.rs:157:5 [INFO] [stderr] | [INFO] [stderr] 157 | pub y: u16, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `PatchPlacement` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/assets/texture.rs:151:10 [INFO] [stderr] | [INFO] [stderr] 151 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `patch` [INFO] [stderr] --> src/assets/texture.rs:160:5 [INFO] [stderr] | [INFO] [stderr] 160 | pub patch: u16, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `PatchPlacement` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/assets/texture.rs:151:10 [INFO] [stderr] | [INFO] [stderr] 151 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `dusty-room` (lib) generated 7 warnings [INFO] [stderr] warning: `dusty-room` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/dusty_room-e556b4a14d83cbd0) [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test wad::wad::tests::not_a_wad ... ok [INFO] [stdout] test wad::wad::tests::lump_data ... ok [INFO] [stdout] test wad::wad::tests::lumps_following ... ok [INFO] [stdout] test wad::wad::tests::lumps_between ... ok [INFO] [stdout] test wad::wad::tests::detect_duplicates ... ok [INFO] [stdout] test assets::palette::tests::load ... ok [INFO] [stdout] test assets::patch::tests::missing ... ok [INFO] [stdout] test assets::flat::tests::load ... ok [INFO] [stdout] test wad::wad::tests::layering ... ok [INFO] [stdout] test map::map::tests::load ... ok [INFO] [stdout] test map::map::tests::geometry ... ok [INFO] [stdout] test assets::assets::tests::load ... ok [INFO] [stdout] test wad::wad::tests::no_type_checking ... ok [INFO] [stdout] test wad::wad::tests::iwad_then_pwads ... ok [INFO] [stdout] test assets::patch::tests::load ... ok [INFO] [stdout] test assets::texture::tests::load ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s [INFO] [stdout] [INFO] [stderr] Doc-tests dusty-room [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test src/wad/cursor.rs - wad::cursor::Cursor::get_name (line 95) - compile ... ok [INFO] [stdout] test src/wad/cursor.rs - wad::cursor::Cursor (line 35) - compile ... ok [INFO] [stdout] test src/wad/mod.rs - wad (line 7) - compile ... ok [INFO] [stdout] test src/wad/cursor.rs - wad::cursor::Cursor (line 18) - compile ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "3818afe51a26e4a117518c6d8100ea1e9319f83c18c6fda19bb23f9e6038315b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3818afe51a26e4a117518c6d8100ea1e9319f83c18c6fda19bb23f9e6038315b", kill_on_drop: false }` [INFO] [stdout] 3818afe51a26e4a117518c6d8100ea1e9319f83c18c6fda19bb23f9e6038315b