[INFO] fetching crate swizzleinator 0.2.1... [INFO] testing swizzleinator-0.2.1 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145330-1 [INFO] extracting crate swizzleinator 0.2.1 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate swizzleinator 0.2.1 [INFO] finished tweaking crates.io crate swizzleinator 0.2.1 [INFO] tweaked toml for crates.io crate swizzleinator 0.2.1 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate swizzleinator 0.2.1 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate swizzleinator 0.2.1 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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 746f9ecb7e90750c3d38e4973699dfbe177295331c045c3bac1addfebc59b1b7 [INFO] running `Command { std: "docker" "start" "-a" "746f9ecb7e90750c3d38e4973699dfbe177295331c045c3bac1addfebc59b1b7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "746f9ecb7e90750c3d38e4973699dfbe177295331c045c3bac1addfebc59b1b7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "746f9ecb7e90750c3d38e4973699dfbe177295331c045c3bac1addfebc59b1b7", kill_on_drop: false }` [INFO] [stdout] 746f9ecb7e90750c3d38e4973699dfbe177295331c045c3bac1addfebc59b1b7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 052e5d41cf5eca20e0ab4f45c68f72c2686f2ddaa0d52994b7ff10f9b132155a [INFO] running `Command { std: "docker" "start" "-a" "052e5d41cf5eca20e0ab4f45c68f72c2686f2ddaa0d52994b7ff10f9b132155a", kill_on_drop: false }` [INFO] [stderr] Compiling swizzleinator v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `SwizzleError` [INFO] [stdout] --> src/swizzle/ps.rs:32:34 [INFO] [stdout] | [INFO] [stdout] 32 | use crate::swizzle::{Format, SwizzleError}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `align_resolution` [INFO] [stdout] --> src/swizzle/xbox.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 40 | align_resolution: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_align_resolution` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s [INFO] running `Command { std: "docker" "inspect" "052e5d41cf5eca20e0ab4f45c68f72c2686f2ddaa0d52994b7ff10f9b132155a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "052e5d41cf5eca20e0ab4f45c68f72c2686f2ddaa0d52994b7ff10f9b132155a", kill_on_drop: false }` [INFO] [stdout] 052e5d41cf5eca20e0ab4f45c68f72c2686f2ddaa0d52994b7ff10f9b132155a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 46ba30d41c5c6a2fd99ff8daf0f597f069c0a7a9cd2293a6dc6317d7ca0fe811 [INFO] running `Command { std: "docker" "start" "-a" "46ba30d41c5c6a2fd99ff8daf0f597f069c0a7a9cd2293a6dc6317d7ca0fe811", kill_on_drop: false }` [INFO] [stdout] warning: unused import: `SwizzleError` [INFO] [stdout] --> src/swizzle/ps.rs:32:34 [INFO] [stdout] | [INFO] [stdout] 32 | use crate::swizzle::{Format, SwizzleError}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling swizzleinator v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `align_resolution` [INFO] [stdout] --> src/swizzle/xbox.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 40 | align_resolution: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_align_resolution` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../testdata/ps4-bc7-900x1080.bin`: No such file or directory (os error 2) [INFO] [stdout] --> src/lib.rs:35:46 [INFO] [stdout] | [INFO] [stdout] 35 | let swizzled_data = &mut include_bytes!(concat!("../testdata/", concat!($file_path, ".bin"))).to_vec(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 82 | / test_impl!( [INFO] [stdout] 83 | | ps4, [INFO] [stdout] 84 | | crate::swizzle::ps::Ps4, [INFO] [stdout] 85 | | Deswizzle, [INFO] [stdout] ... | [INFO] [stdout] 91 | | false [INFO] [stdout] 92 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `test_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../testdata/ps4-bc7-900x1080-unswizzled.bin`: No such file or directory (os error 2) [INFO] [stdout] --> src/lib.rs:36:48 [INFO] [stdout] | [INFO] [stdout] 36 | let unswizzled_data = &mut include_bytes!(concat!("../testdata/", concat!($file_path, "-unswizzled.bin"))).to_vec(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 82 | / test_impl!( [INFO] [stdout] 83 | | ps4, [INFO] [stdout] 84 | | crate::swizzle::ps::Ps4, [INFO] [stdout] 85 | | Deswizzle, [INFO] [stdout] ... | [INFO] [stdout] 91 | | false [INFO] [stdout] 92 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `test_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../testdata/ps4-bc7-900x1080.bin`: No such file or directory (os error 2) [INFO] [stdout] --> src/lib.rs:35:46 [INFO] [stdout] | [INFO] [stdout] 35 | let swizzled_data = &mut include_bytes!(concat!("../testdata/", concat!($file_path, ".bin"))).to_vec(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 93 | / test_impl!( [INFO] [stdout] 94 | | ps4, [INFO] [stdout] 95 | | crate::swizzle::ps::Ps4, [INFO] [stdout] 96 | | Swizzle, [INFO] [stdout] ... | [INFO] [stdout] 102 | | false [INFO] [stdout] 103 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `test_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../testdata/ps4-bc7-900x1080-unswizzled.bin`: No such file or directory (os error 2) [INFO] [stdout] --> src/lib.rs:36:48 [INFO] [stdout] | [INFO] [stdout] 36 | let unswizzled_data = &mut include_bytes!(concat!("../testdata/", concat!($file_path, "-unswizzled.bin"))).to_vec(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 93 | / test_impl!( [INFO] [stdout] 94 | | ps4, [INFO] [stdout] 95 | | crate::swizzle::ps::Ps4, [INFO] [stdout] 96 | | Swizzle, [INFO] [stdout] ... | [INFO] [stdout] 102 | | false [INFO] [stdout] 103 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `test_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../testdata/ps4-rgba8-171x171.bin`: No such file or directory (os error 2) [INFO] [stdout] --> src/lib.rs:35:46 [INFO] [stdout] | [INFO] [stdout] 35 | let swizzled_data = &mut include_bytes!(concat!("../testdata/", concat!($file_path, ".bin"))).to_vec(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 107 | / test_impl!( [INFO] [stdout] 108 | | ps4, [INFO] [stdout] 109 | | crate::swizzle::ps::Ps4, [INFO] [stdout] 110 | | Deswizzle, [INFO] [stdout] ... | [INFO] [stdout] 116 | | true [INFO] [stdout] 117 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `test_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../testdata/ps4-rgba8-171x171-unswizzled.bin`: No such file or directory (os error 2) [INFO] [stdout] --> src/lib.rs:36:48 [INFO] [stdout] | [INFO] [stdout] 36 | let unswizzled_data = &mut include_bytes!(concat!("../testdata/", concat!($file_path, "-unswizzled.bin"))).to_vec(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 107 | / test_impl!( [INFO] [stdout] 108 | | ps4, [INFO] [stdout] 109 | | crate::swizzle::ps::Ps4, [INFO] [stdout] 110 | | Deswizzle, [INFO] [stdout] ... | [INFO] [stdout] 116 | | true [INFO] [stdout] 117 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `test_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../testdata/ps4-rgba8-171x171.bin`: No such file or directory (os error 2) [INFO] [stdout] --> src/lib.rs:35:46 [INFO] [stdout] | [INFO] [stdout] 35 | let swizzled_data = &mut include_bytes!(concat!("../testdata/", concat!($file_path, ".bin"))).to_vec(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 118 | / test_impl!( [INFO] [stdout] 119 | | ps4, [INFO] [stdout] 120 | | crate::swizzle::ps::Ps4, [INFO] [stdout] 121 | | Swizzle, [INFO] [stdout] ... | [INFO] [stdout] 127 | | true [INFO] [stdout] 128 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `test_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../testdata/ps4-rgba8-171x171-unswizzled.bin`: No such file or directory (os error 2) [INFO] [stdout] --> src/lib.rs:36:48 [INFO] [stdout] | [INFO] [stdout] 36 | let unswizzled_data = &mut include_bytes!(concat!("../testdata/", concat!($file_path, "-unswizzled.bin"))).to_vec(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 118 | / test_impl!( [INFO] [stdout] 119 | | ps4, [INFO] [stdout] 120 | | crate::swizzle::ps::Ps4, [INFO] [stdout] 121 | | Swizzle, [INFO] [stdout] ... | [INFO] [stdout] 127 | | true [INFO] [stdout] 128 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `test_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../testdata/ps4-bc5-512x512.bin`: No such file or directory (os error 2) [INFO] [stdout] --> src/lib.rs:35:46 [INFO] [stdout] | [INFO] [stdout] 35 | let swizzled_data = &mut include_bytes!(concat!("../testdata/", concat!($file_path, ".bin"))).to_vec(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 132 | / test_impl!( [INFO] [stdout] 133 | | ps4, [INFO] [stdout] 134 | | crate::swizzle::ps::Ps4, [INFO] [stdout] 135 | | Deswizzle, [INFO] [stdout] ... | [INFO] [stdout] 141 | | false [INFO] [stdout] 142 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `test_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../testdata/ps4-bc5-512x512-unswizzled.bin`: No such file or directory (os error 2) [INFO] [stdout] --> src/lib.rs:36:48 [INFO] [stdout] | [INFO] [stdout] 36 | let unswizzled_data = &mut include_bytes!(concat!("../testdata/", concat!($file_path, "-unswizzled.bin"))).to_vec(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 132 | / test_impl!( [INFO] [stdout] 133 | | ps4, [INFO] [stdout] 134 | | crate::swizzle::ps::Ps4, [INFO] [stdout] 135 | | Deswizzle, [INFO] [stdout] ... | [INFO] [stdout] 141 | | false [INFO] [stdout] 142 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `test_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../testdata/ps4-bc5-512x512.bin`: No such file or directory (os error 2) [INFO] [stdout] --> src/lib.rs:35:46 [INFO] [stdout] | [INFO] [stdout] 35 | let swizzled_data = &mut include_bytes!(concat!("../testdata/", concat!($file_path, ".bin"))).to_vec(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 143 | / test_impl!( [INFO] [stdout] 144 | | ps4, [INFO] [stdout] 145 | | crate::swizzle::ps::Ps4, [INFO] [stdout] 146 | | Swizzle, [INFO] [stdout] ... | [INFO] [stdout] 152 | | false [INFO] [stdout] 153 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `test_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../testdata/ps4-bc5-512x512-unswizzled.bin`: No such file or directory (os error 2) [INFO] [stdout] --> src/lib.rs:36:48 [INFO] [stdout] | [INFO] [stdout] 36 | let unswizzled_data = &mut include_bytes!(concat!("../testdata/", concat!($file_path, "-unswizzled.bin"))).to_vec(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 143 | / test_impl!( [INFO] [stdout] 144 | | ps4, [INFO] [stdout] 145 | | crate::swizzle::ps::Ps4, [INFO] [stdout] 146 | | Swizzle, [INFO] [stdout] ... | [INFO] [stdout] 152 | | false [INFO] [stdout] 153 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `test_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../testdata/ps3-rgba8-64x64.bin`: No such file or directory (os error 2) [INFO] [stdout] --> src/lib.rs:35:46 [INFO] [stdout] | [INFO] [stdout] 35 | let swizzled_data = &mut include_bytes!(concat!("../testdata/", concat!($file_path, ".bin"))).to_vec(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 157 | / test_impl!( [INFO] [stdout] 158 | | ps3, [INFO] [stdout] 159 | | crate::swizzle::ps::Ps3, [INFO] [stdout] 160 | | Deswizzle, [INFO] [stdout] ... | [INFO] [stdout] 166 | | true [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `test_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../testdata/ps3-rgba8-64x64-unswizzled.bin`: No such file or directory (os error 2) [INFO] [stdout] --> src/lib.rs:36:48 [INFO] [stdout] | [INFO] [stdout] 36 | let unswizzled_data = &mut include_bytes!(concat!("../testdata/", concat!($file_path, "-unswizzled.bin"))).to_vec(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 157 | / test_impl!( [INFO] [stdout] 158 | | ps3, [INFO] [stdout] 159 | | crate::swizzle::ps::Ps3, [INFO] [stdout] 160 | | Deswizzle, [INFO] [stdout] ... | [INFO] [stdout] 166 | | true [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `test_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../testdata/ps3-rgba8-64x64.bin`: No such file or directory (os error 2) [INFO] [stdout] --> src/lib.rs:35:46 [INFO] [stdout] | [INFO] [stdout] 35 | let swizzled_data = &mut include_bytes!(concat!("../testdata/", concat!($file_path, ".bin"))).to_vec(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 168 | / test_impl!( [INFO] [stdout] 169 | | ps3, [INFO] [stdout] 170 | | crate::swizzle::ps::Ps3, [INFO] [stdout] 171 | | Swizzle, [INFO] [stdout] ... | [INFO] [stdout] 177 | | true [INFO] [stdout] 178 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `test_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../testdata/ps3-rgba8-64x64-unswizzled.bin`: No such file or directory (os error 2) [INFO] [stdout] --> src/lib.rs:36:48 [INFO] [stdout] | [INFO] [stdout] 36 | let unswizzled_data = &mut include_bytes!(concat!("../testdata/", concat!($file_path, "-unswizzled.bin"))).to_vec(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 168 | / test_impl!( [INFO] [stdout] 169 | | ps3, [INFO] [stdout] 170 | | crate::swizzle::ps::Ps3, [INFO] [stdout] 171 | | Swizzle, [INFO] [stdout] ... | [INFO] [stdout] 177 | | true [INFO] [stdout] 178 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `test_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../testdata/ps3-bc3-128x128.bin`: No such file or directory (os error 2) [INFO] [stdout] --> src/lib.rs:35:46 [INFO] [stdout] | [INFO] [stdout] 35 | let swizzled_data = &mut include_bytes!(concat!("../testdata/", concat!($file_path, ".bin"))).to_vec(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 182 | / test_impl!( [INFO] [stdout] 183 | | ps3, [INFO] [stdout] 184 | | crate::swizzle::ps::Ps3, [INFO] [stdout] 185 | | Deswizzle, [INFO] [stdout] ... | [INFO] [stdout] 191 | | true [INFO] [stdout] 192 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `test_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../testdata/ps3-bc3-128x128-unswizzled.bin`: No such file or directory (os error 2) [INFO] [stdout] --> src/lib.rs:36:48 [INFO] [stdout] | [INFO] [stdout] 36 | let unswizzled_data = &mut include_bytes!(concat!("../testdata/", concat!($file_path, "-unswizzled.bin"))).to_vec(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 182 | / test_impl!( [INFO] [stdout] 183 | | ps3, [INFO] [stdout] 184 | | crate::swizzle::ps::Ps3, [INFO] [stdout] 185 | | Deswizzle, [INFO] [stdout] ... | [INFO] [stdout] 191 | | true [INFO] [stdout] 192 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `test_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../testdata/ps3-bc3-128x128.bin`: No such file or directory (os error 2) [INFO] [stdout] --> src/lib.rs:35:46 [INFO] [stdout] | [INFO] [stdout] 35 | let swizzled_data = &mut include_bytes!(concat!("../testdata/", concat!($file_path, ".bin"))).to_vec(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 193 | / test_impl!( [INFO] [stdout] 194 | | ps3, [INFO] [stdout] 195 | | crate::swizzle::ps::Ps3, [INFO] [stdout] 196 | | Swizzle, [INFO] [stdout] ... | [INFO] [stdout] 202 | | true [INFO] [stdout] 203 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `test_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../testdata/ps3-bc3-128x128-unswizzled.bin`: No such file or directory (os error 2) [INFO] [stdout] --> src/lib.rs:36:48 [INFO] [stdout] | [INFO] [stdout] 36 | let unswizzled_data = &mut include_bytes!(concat!("../testdata/", concat!($file_path, "-unswizzled.bin"))).to_vec(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 193 | / test_impl!( [INFO] [stdout] 194 | | ps3, [INFO] [stdout] 195 | | crate::swizzle::ps::Ps3, [INFO] [stdout] 196 | | Swizzle, [INFO] [stdout] ... | [INFO] [stdout] 202 | | true [INFO] [stdout] 203 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `test_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `SwizzleError` [INFO] [stdout] --> src/swizzle/ps.rs:32:34 [INFO] [stdout] | [INFO] [stdout] 32 | use crate::swizzle::{Format, SwizzleError}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `align_resolution` [INFO] [stdout] --> src/swizzle/xbox.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 40 | align_resolution: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_align_resolution` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `swizzleinator` (lib test) due to 20 previous errors; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "46ba30d41c5c6a2fd99ff8daf0f597f069c0a7a9cd2293a6dc6317d7ca0fe811", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "46ba30d41c5c6a2fd99ff8daf0f597f069c0a7a9cd2293a6dc6317d7ca0fe811", kill_on_drop: false }` [INFO] [stdout] 46ba30d41c5c6a2fd99ff8daf0f597f069c0a7a9cd2293a6dc6317d7ca0fe811