[INFO] fetching crate irid-fs 0.3.1...
[INFO] checking irid-fs-0.3.1 against 0b63defc8fd68957c635fe61f097b84df8fd9611 for pr-154715
[INFO] extracting crate irid-fs 0.3.1 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate irid-fs 0.3.1
[INFO] finished tweaking crates.io crate irid-fs 0.3.1
[INFO] tweaked toml for crates.io crate irid-fs 0.3.1 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate irid-fs 0.3.1 on toolchain 0b63defc8fd68957c635fe61f097b84df8fd9611
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0b63defc8fd68957c635fe61f097b84df8fd9611" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate irid-fs 0.3.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" "+0b63defc8fd68957c635fe61f097b84df8fd9611" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded irid-syscall v0.3.0
[INFO] [stderr]   Downloaded vulkan-headers v0.2.4+vulkan-1.4.342
[INFO] [stderr]   Downloaded irid-std v0.3.1
[INFO] [stderr]   Downloaded spin v0.12.1
[INFO] [stderr]   Downloaded talc v5.0.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 4039bfca74ba63f186a90b731dd7cd2513167e2a3816596ce1475a22571280f9
[INFO] running `Command { std: "docker" "start" "4039bfca74ba63f186a90b731dd7cd2513167e2a3816596ce1475a22571280f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4039bfca74ba63f186a90b731dd7cd2513167e2a3816596ce1475a22571280f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4039bfca74ba63f186a90b731dd7cd2513167e2a3816596ce1475a22571280f9" "/opt/rustwide/cargo-home/bin/cargo" "+0b63defc8fd68957c635fe61f097b84df8fd9611" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4039bfca74ba63f186a90b731dd7cd2513167e2a3816596ce1475a22571280f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4039bfca74ba63f186a90b731dd7cd2513167e2a3816596ce1475a22571280f9" "/opt/rustwide/cargo-home/bin/cargo" "+0b63defc8fd68957c635fe61f097b84df8fd9611" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking vulkan-headers v0.2.4+vulkan-1.4.342
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]     Checking irid-std v0.3.1
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking irid-syscall v0.3.0
[INFO] [stderr]     Checking irid-fs v0.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `offset`
[INFO] [stdout]   --> src/exclusive.rs:15:30
[INFO] [stdout]    |
[INFO] [stdout] 15 |     fn load_block(&mut self, offset: u64, length: usize) -> Result<NonNull<u8>, FileSystemError> {
[INFO] [stdout]    |                              ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `length`
[INFO] [stdout]   --> src/exclusive.rs:15:43
[INFO] [stdout]    |
[INFO] [stdout] 15 |     fn load_block(&mut self, offset: u64, length: usize) -> Result<NonNull<u8>, FileSystemError> {
[INFO] [stdout]    |                                           ^^^^^^ help: if this is intentional, prefix it with an underscore: `_length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `address`
[INFO] [stdout]   --> src/exclusive.rs:18:32
[INFO] [stdout]    |
[INFO] [stdout] 18 |     fn unload_block(&mut self, address: NonNull<u8>, offset: u64, length: usize) -> Result<(), FileSystemError> {
[INFO] [stdout]    |                                ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `offset`
[INFO] [stdout]   --> src/exclusive.rs:18:54
[INFO] [stdout]    |
[INFO] [stdout] 18 |     fn unload_block(&mut self, address: NonNull<u8>, offset: u64, length: usize) -> Result<(), FileSystemError> {
[INFO] [stdout]    |                                                      ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `length`
[INFO] [stdout]   --> src/exclusive.rs:18:67
[INFO] [stdout]    |
[INFO] [stdout] 18 |     fn unload_block(&mut self, address: NonNull<u8>, offset: u64, length: usize) -> Result<(), FileSystemError> {
[INFO] [stdout]    |                                                                   ^^^^^^ help: if this is intentional, prefix it with an underscore: `_length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `access`
[INFO] [stdout]   --> src/device.rs:51:62
[INFO] [stdout]    |
[INFO] [stdout] 51 |     fn open(&self, path: impl AsRef<Path>, flags: OpenFlags, access: AccessControl) -> Result<Self::File, FileSystemError> {
[INFO] [stdout]    |                                                              ^^^^^^ help: if this is intentional, prefix it with an underscore: `_access`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `source`
[INFO] [stdout]   --> src/device.rs:59:25
[INFO] [stdout]    |
[INFO] [stdout] 59 |     fn move_file(&self, source: impl AsRef<Path>, destination: impl AsRef<Path>) -> Result<(), FileSystemError> {
[INFO] [stdout]    |                         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_source`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `destination`
[INFO] [stdout]   --> src/device.rs:59:51
[INFO] [stdout]    |
[INFO] [stdout] 59 |     fn move_file(&self, source: impl AsRef<Path>, destination: impl AsRef<Path>) -> Result<(), FileSystemError> {
[INFO] [stdout]    |                                                   ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_destination`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> src/device.rs:63:32
[INFO] [stdout]    |
[INFO] [stdout] 63 |     fn create_directory(&self, path: impl AsRef<Path>, access: AccessControl) -> Result<(), FileSystemError> {
[INFO] [stdout]    |                                ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `access`
[INFO] [stdout]   --> src/device.rs:63:56
[INFO] [stdout]    |
[INFO] [stdout] 63 |     fn create_directory(&self, path: impl AsRef<Path>, access: AccessControl) -> Result<(), FileSystemError> {
[INFO] [stdout]    |                                                        ^^^^^^ help: if this is intentional, prefix it with an underscore: `_access`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> src/device.rs:67:22
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn delete(&self, path: impl AsRef<Path>) -> Result<(), FileSystemError> {
[INFO] [stdout]    |                      ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `address`
[INFO] [stdout]    --> src/block.rs:292:32
[INFO] [stdout]     |
[INFO] [stdout] 292 |     fn unload_block(&mut self, address: NonNull<u8>, offset: u64, length: usize) -> Result<(), FileSystemError> {
[INFO] [stdout]     |                                ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `offset`
[INFO] [stdout]    --> src/block.rs:292:54
[INFO] [stdout]     |
[INFO] [stdout] 292 |     fn unload_block(&mut self, address: NonNull<u8>, offset: u64, length: usize) -> Result<(), FileSystemError> {
[INFO] [stdout]     |                                                      ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `length`
[INFO] [stdout]    --> src/block.rs:292:67
[INFO] [stdout]     |
[INFO] [stdout] 292 |     fn unload_block(&mut self, address: NonNull<u8>, offset: u64, length: usize) -> Result<(), FileSystemError> {
[INFO] [stdout]     |                                                                   ^^^^^^ help: if this is intentional, prefix it with an underscore: `_length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `offset`
[INFO] [stdout]   --> src/scsi.rs:58:32
[INFO] [stdout]    |
[INFO] [stdout] 58 |     fn seek_from_start(&self , offset: u64) -> Result<u64, FileSystemError> {
[INFO] [stdout]    |                                ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `offset`
[INFO] [stdout]   --> src/scsi.rs:62:30
[INFO] [stdout]    |
[INFO] [stdout] 62 |     fn seek_from_end(&self , offset: i64) -> Result<u64, FileSystemError> {
[INFO] [stdout]    |                              ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `offset`
[INFO] [stdout]   --> src/scsi.rs:66:30
[INFO] [stdout]    |
[INFO] [stdout] 66 |     fn seek_relative(&self , offset: i64) -> Result<u64, FileSystemError> {
[INFO] [stdout]    |                              ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `command`
[INFO] [stdout]   --> src/scsi.rs:85:26
[INFO] [stdout]    |
[INFO] [stdout] 85 |     fn get_config(&self, command: usize, data: &mut [u8]) -> Result<(), FileSystemError> {
[INFO] [stdout]    |                          ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `data`
[INFO] [stdout]   --> src/scsi.rs:85:42
[INFO] [stdout]    |
[INFO] [stdout] 85 |     fn get_config(&self, command: usize, data: &mut [u8]) -> Result<(), FileSystemError> {
[INFO] [stdout]    |                                          ^^^^ help: if this is intentional, prefix it with an underscore: `_data`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `offset`
[INFO] [stdout]   --> src/scsi.rs:89:26
[INFO] [stdout]    |
[INFO] [stdout] 89 |     fn load_block(&self, offset: u64, length: usize) -> Result<NonNull<u8>, FileSystemError> {
[INFO] [stdout]    |                          ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `length`
[INFO] [stdout]   --> src/scsi.rs:89:39
[INFO] [stdout]    |
[INFO] [stdout] 89 |     fn load_block(&self, offset: u64, length: usize) -> Result<NonNull<u8>, FileSystemError> {
[INFO] [stdout]    |                                       ^^^^^^ help: if this is intentional, prefix it with an underscore: `_length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `address`
[INFO] [stdout]   --> src/scsi.rs:93:28
[INFO] [stdout]    |
[INFO] [stdout] 93 |     fn unload_block(&self, address: NonNull<u8>, offset: u64, length: usize) -> Result<(), FileSystemError> {
[INFO] [stdout]    |                            ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `offset`
[INFO] [stdout]   --> src/scsi.rs:93:50
[INFO] [stdout]    |
[INFO] [stdout] 93 |     fn unload_block(&self, address: NonNull<u8>, offset: u64, length: usize) -> Result<(), FileSystemError> {
[INFO] [stdout]    |                                                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `length`
[INFO] [stdout]   --> src/scsi.rs:93:63
[INFO] [stdout]    |
[INFO] [stdout] 93 |     fn unload_block(&self, address: NonNull<u8>, offset: u64, length: usize) -> Result<(), FileSystemError> {
[INFO] [stdout]    |                                                               ^^^^^^ help: if this is intentional, prefix it with an underscore: `_length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `offset`
[INFO] [stdout]   --> src/exclusive.rs:15:30
[INFO] [stdout]    |
[INFO] [stdout] 15 |     fn load_block(&mut self, offset: u64, length: usize) -> Result<NonNull<u8>, FileSystemError> {
[INFO] [stdout]    |                              ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `length`
[INFO] [stdout]   --> src/exclusive.rs:15:43
[INFO] [stdout]    |
[INFO] [stdout] 15 |     fn load_block(&mut self, offset: u64, length: usize) -> Result<NonNull<u8>, FileSystemError> {
[INFO] [stdout]    |                                           ^^^^^^ help: if this is intentional, prefix it with an underscore: `_length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `address`
[INFO] [stdout]   --> src/exclusive.rs:18:32
[INFO] [stdout]    |
[INFO] [stdout] 18 |     fn unload_block(&mut self, address: NonNull<u8>, offset: u64, length: usize) -> Result<(), FileSystemError> {
[INFO] [stdout]    |                                ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `offset`
[INFO] [stdout]   --> src/exclusive.rs:18:54
[INFO] [stdout]    |
[INFO] [stdout] 18 |     fn unload_block(&mut self, address: NonNull<u8>, offset: u64, length: usize) -> Result<(), FileSystemError> {
[INFO] [stdout]    |                                                      ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `length`
[INFO] [stdout]   --> src/exclusive.rs:18:67
[INFO] [stdout]    |
[INFO] [stdout] 18 |     fn unload_block(&mut self, address: NonNull<u8>, offset: u64, length: usize) -> Result<(), FileSystemError> {
[INFO] [stdout]    |                                                                   ^^^^^^ help: if this is intentional, prefix it with an underscore: `_length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `access`
[INFO] [stdout]   --> src/device.rs:51:62
[INFO] [stdout]    |
[INFO] [stdout] 51 |     fn open(&self, path: impl AsRef<Path>, flags: OpenFlags, access: AccessControl) -> Result<Self::File, FileSystemError> {
[INFO] [stdout]    |                                                              ^^^^^^ help: if this is intentional, prefix it with an underscore: `_access`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `source`
[INFO] [stdout]   --> src/device.rs:59:25
[INFO] [stdout]    |
[INFO] [stdout] 59 |     fn move_file(&self, source: impl AsRef<Path>, destination: impl AsRef<Path>) -> Result<(), FileSystemError> {
[INFO] [stdout]    |                         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_source`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `destination`
[INFO] [stdout]   --> src/device.rs:59:51
[INFO] [stdout]    |
[INFO] [stdout] 59 |     fn move_file(&self, source: impl AsRef<Path>, destination: impl AsRef<Path>) -> Result<(), FileSystemError> {
[INFO] [stdout]    |                                                   ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_destination`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> src/device.rs:63:32
[INFO] [stdout]    |
[INFO] [stdout] 63 |     fn create_directory(&self, path: impl AsRef<Path>, access: AccessControl) -> Result<(), FileSystemError> {
[INFO] [stdout]    |                                ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `access`
[INFO] [stdout]   --> src/device.rs:63:56
[INFO] [stdout]    |
[INFO] [stdout] 63 |     fn create_directory(&self, path: impl AsRef<Path>, access: AccessControl) -> Result<(), FileSystemError> {
[INFO] [stdout]    |                                                        ^^^^^^ help: if this is intentional, prefix it with an underscore: `_access`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> src/device.rs:67:22
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn delete(&self, path: impl AsRef<Path>) -> Result<(), FileSystemError> {
[INFO] [stdout]    |                      ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `address`
[INFO] [stdout]    --> src/block.rs:292:32
[INFO] [stdout]     |
[INFO] [stdout] 292 |     fn unload_block(&mut self, address: NonNull<u8>, offset: u64, length: usize) -> Result<(), FileSystemError> {
[INFO] [stdout]     |                                ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `offset`
[INFO] [stdout]    --> src/block.rs:292:54
[INFO] [stdout]     |
[INFO] [stdout] 292 |     fn unload_block(&mut self, address: NonNull<u8>, offset: u64, length: usize) -> Result<(), FileSystemError> {
[INFO] [stdout]     |                                                      ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `length`
[INFO] [stdout]    --> src/block.rs:292:67
[INFO] [stdout]     |
[INFO] [stdout] 292 |     fn unload_block(&mut self, address: NonNull<u8>, offset: u64, length: usize) -> Result<(), FileSystemError> {
[INFO] [stdout]     |                                                                   ^^^^^^ help: if this is intentional, prefix it with an underscore: `_length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `offset`
[INFO] [stdout]   --> src/scsi.rs:58:32
[INFO] [stdout]    |
[INFO] [stdout] 58 |     fn seek_from_start(&self , offset: u64) -> Result<u64, FileSystemError> {
[INFO] [stdout]    |                                ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `offset`
[INFO] [stdout]   --> src/scsi.rs:62:30
[INFO] [stdout]    |
[INFO] [stdout] 62 |     fn seek_from_end(&self , offset: i64) -> Result<u64, FileSystemError> {
[INFO] [stdout]    |                              ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `offset`
[INFO] [stdout]   --> src/scsi.rs:66:30
[INFO] [stdout]    |
[INFO] [stdout] 66 |     fn seek_relative(&self , offset: i64) -> Result<u64, FileSystemError> {
[INFO] [stdout]    |                              ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `command`
[INFO] [stdout]   --> src/scsi.rs:85:26
[INFO] [stdout]    |
[INFO] [stdout] 85 |     fn get_config(&self, command: usize, data: &mut [u8]) -> Result<(), FileSystemError> {
[INFO] [stdout]    |                          ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_command`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `data`
[INFO] [stdout]   --> src/scsi.rs:85:42
[INFO] [stdout]    |
[INFO] [stdout] 85 |     fn get_config(&self, command: usize, data: &mut [u8]) -> Result<(), FileSystemError> {
[INFO] [stdout]    |                                          ^^^^ help: if this is intentional, prefix it with an underscore: `_data`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `offset`
[INFO] [stdout]   --> src/scsi.rs:89:26
[INFO] [stdout]    |
[INFO] [stdout] 89 |     fn load_block(&self, offset: u64, length: usize) -> Result<NonNull<u8>, FileSystemError> {
[INFO] [stdout]    |                          ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `length`
[INFO] [stdout]   --> src/scsi.rs:89:39
[INFO] [stdout]    |
[INFO] [stdout] 89 |     fn load_block(&self, offset: u64, length: usize) -> Result<NonNull<u8>, FileSystemError> {
[INFO] [stdout]    |                                       ^^^^^^ help: if this is intentional, prefix it with an underscore: `_length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `address`
[INFO] [stdout]   --> src/scsi.rs:93:28
[INFO] [stdout]    |
[INFO] [stdout] 93 |     fn unload_block(&self, address: NonNull<u8>, offset: u64, length: usize) -> Result<(), FileSystemError> {
[INFO] [stdout]    |                            ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `offset`
[INFO] [stdout]   --> src/scsi.rs:93:50
[INFO] [stdout]    |
[INFO] [stdout] 93 |     fn unload_block(&self, address: NonNull<u8>, offset: u64, length: usize) -> Result<(), FileSystemError> {
[INFO] [stdout]    |                                                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `length`
[INFO] [stdout]   --> src/scsi.rs:93:63
[INFO] [stdout]    |
[INFO] [stdout] 93 |     fn unload_block(&self, address: NonNull<u8>, offset: u64, length: usize) -> Result<(), FileSystemError> {
[INFO] [stdout]    |                                                               ^^^^^^ help: if this is intentional, prefix it with an underscore: `_length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.05s
[INFO] running `Command { std: "docker" "inspect" "4039bfca74ba63f186a90b731dd7cd2513167e2a3816596ce1475a22571280f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4039bfca74ba63f186a90b731dd7cd2513167e2a3816596ce1475a22571280f9", kill_on_drop: false }`
[INFO] [stdout] 4039bfca74ba63f186a90b731dd7cd2513167e2a3816596ce1475a22571280f9
