[INFO] fetching crate ShellcodeGenerator 0.1.0... [INFO] testing ShellcodeGenerator-0.1.0 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate ShellcodeGenerator 0.1.0 into /workspace/builds/worker-59/source [INFO] validating manifest of crates.io crate ShellcodeGenerator 0.1.0 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ShellcodeGenerator 0.1.0 [INFO] finished tweaking crates.io crate ShellcodeGenerator 0.1.0 [INFO] tweaked toml for crates.io crate ShellcodeGenerator 0.1.0 written to /workspace/builds/worker-59/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: only one of `license` or `license-file` is necessary [INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression. [INFO] [stderr] `license-file` should be used if the package uses a non-standard license. [INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information. [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9c8ea7a758fecae8ba8e51b2233fdc269d6218d3301bcbf8e42b3c12f61b12d8 [INFO] running `Command { std: "docker" "start" "-a" "9c8ea7a758fecae8ba8e51b2233fdc269d6218d3301bcbf8e42b3c12f61b12d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9c8ea7a758fecae8ba8e51b2233fdc269d6218d3301bcbf8e42b3c12f61b12d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9c8ea7a758fecae8ba8e51b2233fdc269d6218d3301bcbf8e42b3c12f61b12d8", kill_on_drop: false }` [INFO] [stdout] 9c8ea7a758fecae8ba8e51b2233fdc269d6218d3301bcbf8e42b3c12f61b12d8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cf264e2fbc8931c1deb42c3281df6a27768dbacde5f9d242baa59b1eac16a757 [INFO] running `Command { std: "docker" "start" "-a" "cf264e2fbc8931c1deb42c3281df6a27768dbacde5f9d242baa59b1eac16a757", kill_on_drop: false }` [INFO] [stderr] warning: only one of `license` or `license-file` is necessary [INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression. [INFO] [stderr] `license-file` should be used if the package uses a non-standard license. [INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information. [INFO] [stderr] Compiling ShellcodeGenerator v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `filename` [INFO] [stdout] --> src/Mips/Linux.rs:281:30 [INFO] [stdout] | [INFO] [stdout] 281 | pub fn OpenFile (&mut self, filename: &str, mode: u32) [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_filename` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `mode` [INFO] [stdout] --> src/Mips/Linux.rs:281:46 [INFO] [stdout] | [INFO] [stdout] 281 | pub fn OpenFile (&mut self, filename: &str, mode: u32) [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_mode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `filename` [INFO] [stdout] --> src/Mips/Linux.rs:286:34 [INFO] [stdout] | [INFO] [stdout] 286 | pub fn ReadFromFile (&mut self, filename: &str, bufAddr: MipsRegister, size: usize) [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_filename` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bufAddr` [INFO] [stdout] --> src/Mips/Linux.rs:286:50 [INFO] [stdout] | [INFO] [stdout] 286 | pub fn ReadFromFile (&mut self, filename: &str, bufAddr: MipsRegister, size: usize) [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bufAddr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `size` [INFO] [stdout] --> src/Mips/Linux.rs:286:73 [INFO] [stdout] | [INFO] [stdout] 286 | pub fn ReadFromFile (&mut self, filename: &str, bufAddr: MipsRegister, size: usize) [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `filename` [INFO] [stdout] --> src/Mips/Linux.rs:326:33 [INFO] [stdout] | [INFO] [stdout] 326 | pub fn WriteToFile (&mut self, filename: &str, bufAddr: MipsRegister, size: usize) [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_filename` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bufAddr` [INFO] [stdout] --> src/Mips/Linux.rs:326:49 [INFO] [stdout] | [INFO] [stdout] 326 | pub fn WriteToFile (&mut self, filename: &str, bufAddr: MipsRegister, size: usize) [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bufAddr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `size` [INFO] [stdout] --> src/Mips/Linux.rs:326:72 [INFO] [stdout] | [INFO] [stdout] 326 | pub fn WriteToFile (&mut self, filename: &str, bufAddr: MipsRegister, size: usize) [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `filename` [INFO] [stdout] --> src/Mips/Linux.rs:366:38 [INFO] [stdout] | [INFO] [stdout] 366 | pub fn ReadLineFromFile (&mut self, filename: &str, bufAddr: MipsRegister, maxSize: usize) [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_filename` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bufAddr` [INFO] [stdout] --> src/Mips/Linux.rs:366:54 [INFO] [stdout] | [INFO] [stdout] 366 | pub fn ReadLineFromFile (&mut self, filename: &str, bufAddr: MipsRegister, maxSize: usize) [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bufAddr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `maxSize` [INFO] [stdout] --> src/Mips/Linux.rs:366:77 [INFO] [stdout] | [INFO] [stdout] 366 | pub fn ReadLineFromFile (&mut self, filename: &str, bufAddr: MipsRegister, maxSize: usize) [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_maxSize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `fd` [INFO] [stdout] --> src/Mips/Linux.rs:371:36 [INFO] [stdout] | [INFO] [stdout] 371 | pub fn ReadLineFromFd (&mut self, fd: usize, bufAddr: MipsRegister, maxSize: usize) [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_fd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bufAddr` [INFO] [stdout] --> src/Mips/Linux.rs:371:47 [INFO] [stdout] | [INFO] [stdout] 371 | pub fn ReadLineFromFd (&mut self, fd: usize, bufAddr: MipsRegister, maxSize: usize) [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bufAddr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `maxSize` [INFO] [stdout] --> src/Mips/Linux.rs:371:70 [INFO] [stdout] | [INFO] [stdout] 371 | pub fn ReadLineFromFd (&mut self, fd: usize, bufAddr: MipsRegister, maxSize: usize) [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_maxSize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.37s [INFO] running `Command { std: "docker" "inspect" "cf264e2fbc8931c1deb42c3281df6a27768dbacde5f9d242baa59b1eac16a757", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cf264e2fbc8931c1deb42c3281df6a27768dbacde5f9d242baa59b1eac16a757", kill_on_drop: false }` [INFO] [stdout] cf264e2fbc8931c1deb42c3281df6a27768dbacde5f9d242baa59b1eac16a757 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 95bc17fb1f6efcabb776e3f49a8b7aba18505e2015957cf3da8cc987dde1b41c [INFO] running `Command { std: "docker" "start" "-a" "95bc17fb1f6efcabb776e3f49a8b7aba18505e2015957cf3da8cc987dde1b41c", kill_on_drop: false }` [INFO] [stderr] warning: only one of `license` or `license-file` is necessary [INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression. [INFO] [stderr] `license-file` should be used if the package uses a non-standard license. [INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information. [INFO] [stdout] warning: unused variable: `filename` [INFO] [stdout] --> src/Mips/Linux.rs:281:30 [INFO] [stdout] | [INFO] [stdout] 281 | pub fn OpenFile (&mut self, filename: &str, mode: u32) [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_filename` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `mode` [INFO] [stdout] --> src/Mips/Linux.rs:281:46 [INFO] [stdout] | [INFO] [stdout] 281 | pub fn OpenFile (&mut self, filename: &str, mode: u32) [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_mode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `filename` [INFO] [stdout] --> src/Mips/Linux.rs:286:34 [INFO] [stdout] | [INFO] [stdout] 286 | pub fn ReadFromFile (&mut self, filename: &str, bufAddr: MipsRegister, size: usize) [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_filename` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bufAddr` [INFO] [stdout] --> src/Mips/Linux.rs:286:50 [INFO] [stdout] | [INFO] [stdout] 286 | pub fn ReadFromFile (&mut self, filename: &str, bufAddr: MipsRegister, size: usize) [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bufAddr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `size` [INFO] [stdout] --> src/Mips/Linux.rs:286:73 [INFO] [stdout] | [INFO] [stdout] 286 | pub fn ReadFromFile (&mut self, filename: &str, bufAddr: MipsRegister, size: usize) [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `filename` [INFO] [stdout] --> src/Mips/Linux.rs:326:33 [INFO] [stdout] | [INFO] [stdout] 326 | pub fn WriteToFile (&mut self, filename: &str, bufAddr: MipsRegister, size: usize) [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_filename` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bufAddr` [INFO] [stdout] --> src/Mips/Linux.rs:326:49 [INFO] [stdout] | [INFO] [stdout] 326 | pub fn WriteToFile (&mut self, filename: &str, bufAddr: MipsRegister, size: usize) [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bufAddr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `size` [INFO] [stdout] --> src/Mips/Linux.rs:326:72 [INFO] [stdout] | [INFO] [stdout] 326 | pub fn WriteToFile (&mut self, filename: &str, bufAddr: MipsRegister, size: usize) [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling ShellcodeGenerator v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `filename` [INFO] [stdout] --> src/Mips/Linux.rs:366:38 [INFO] [stdout] | [INFO] [stdout] 366 | pub fn ReadLineFromFile (&mut self, filename: &str, bufAddr: MipsRegister, maxSize: usize) [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_filename` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bufAddr` [INFO] [stdout] --> src/Mips/Linux.rs:366:54 [INFO] [stdout] | [INFO] [stdout] 366 | pub fn ReadLineFromFile (&mut self, filename: &str, bufAddr: MipsRegister, maxSize: usize) [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bufAddr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `maxSize` [INFO] [stdout] --> src/Mips/Linux.rs:366:77 [INFO] [stdout] | [INFO] [stdout] 366 | pub fn ReadLineFromFile (&mut self, filename: &str, bufAddr: MipsRegister, maxSize: usize) [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_maxSize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `fd` [INFO] [stdout] --> src/Mips/Linux.rs:371:36 [INFO] [stdout] | [INFO] [stdout] 371 | pub fn ReadLineFromFd (&mut self, fd: usize, bufAddr: MipsRegister, maxSize: usize) [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_fd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bufAddr` [INFO] [stdout] --> src/Mips/Linux.rs:371:47 [INFO] [stdout] | [INFO] [stdout] 371 | pub fn ReadLineFromFd (&mut self, fd: usize, bufAddr: MipsRegister, maxSize: usize) [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bufAddr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `maxSize` [INFO] [stdout] --> src/Mips/Linux.rs:371:70 [INFO] [stdout] | [INFO] [stdout] 371 | pub fn ReadLineFromFd (&mut self, fd: usize, bufAddr: MipsRegister, maxSize: usize) [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_maxSize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `filename` [INFO] [stdout] --> src/Mips/Linux.rs:281:30 [INFO] [stdout] | [INFO] [stdout] 281 | pub fn OpenFile (&mut self, filename: &str, mode: u32) [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_filename` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `mode` [INFO] [stdout] --> src/Mips/Linux.rs:281:46 [INFO] [stdout] | [INFO] [stdout] 281 | pub fn OpenFile (&mut self, filename: &str, mode: u32) [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_mode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `filename` [INFO] [stdout] --> src/Mips/Linux.rs:286:34 [INFO] [stdout] | [INFO] [stdout] 286 | pub fn ReadFromFile (&mut self, filename: &str, bufAddr: MipsRegister, size: usize) [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_filename` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bufAddr` [INFO] [stdout] --> src/Mips/Linux.rs:286:50 [INFO] [stdout] | [INFO] [stdout] 286 | pub fn ReadFromFile (&mut self, filename: &str, bufAddr: MipsRegister, size: usize) [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bufAddr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `size` [INFO] [stdout] --> src/Mips/Linux.rs:286:73 [INFO] [stdout] | [INFO] [stdout] 286 | pub fn ReadFromFile (&mut self, filename: &str, bufAddr: MipsRegister, size: usize) [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `filename` [INFO] [stdout] --> src/Mips/Linux.rs:326:33 [INFO] [stdout] | [INFO] [stdout] 326 | pub fn WriteToFile (&mut self, filename: &str, bufAddr: MipsRegister, size: usize) [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_filename` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bufAddr` [INFO] [stdout] --> src/Mips/Linux.rs:326:49 [INFO] [stdout] | [INFO] [stdout] 326 | pub fn WriteToFile (&mut self, filename: &str, bufAddr: MipsRegister, size: usize) [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bufAddr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `size` [INFO] [stdout] --> src/Mips/Linux.rs:326:72 [INFO] [stdout] | [INFO] [stdout] 326 | pub fn WriteToFile (&mut self, filename: &str, bufAddr: MipsRegister, size: usize) [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `filename` [INFO] [stdout] --> src/Mips/Linux.rs:366:38 [INFO] [stdout] | [INFO] [stdout] 366 | pub fn ReadLineFromFile (&mut self, filename: &str, bufAddr: MipsRegister, maxSize: usize) [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_filename` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bufAddr` [INFO] [stdout] --> src/Mips/Linux.rs:366:54 [INFO] [stdout] | [INFO] [stdout] 366 | pub fn ReadLineFromFile (&mut self, filename: &str, bufAddr: MipsRegister, maxSize: usize) [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bufAddr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `maxSize` [INFO] [stdout] --> src/Mips/Linux.rs:366:77 [INFO] [stdout] | [INFO] [stdout] 366 | pub fn ReadLineFromFile (&mut self, filename: &str, bufAddr: MipsRegister, maxSize: usize) [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_maxSize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `fd` [INFO] [stdout] --> src/Mips/Linux.rs:371:36 [INFO] [stdout] | [INFO] [stdout] 371 | pub fn ReadLineFromFd (&mut self, fd: usize, bufAddr: MipsRegister, maxSize: usize) [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_fd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bufAddr` [INFO] [stdout] --> src/Mips/Linux.rs:371:47 [INFO] [stdout] | [INFO] [stdout] 371 | pub fn ReadLineFromFd (&mut self, fd: usize, bufAddr: MipsRegister, maxSize: usize) [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bufAddr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `maxSize` [INFO] [stdout] --> src/Mips/Linux.rs:371:70 [INFO] [stdout] | [INFO] [stdout] 371 | pub fn ReadLineFromFd (&mut self, fd: usize, bufAddr: MipsRegister, maxSize: usize) [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_maxSize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.92s [INFO] running `Command { std: "docker" "inspect" "95bc17fb1f6efcabb776e3f49a8b7aba18505e2015957cf3da8cc987dde1b41c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "95bc17fb1f6efcabb776e3f49a8b7aba18505e2015957cf3da8cc987dde1b41c", kill_on_drop: false }` [INFO] [stdout] 95bc17fb1f6efcabb776e3f49a8b7aba18505e2015957cf3da8cc987dde1b41c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 34ccdabde1cb7c99d7ccdb0a0e5b0cd5396ad290a11fdd588209eed27a3519ec [INFO] running `Command { std: "docker" "start" "-a" "34ccdabde1cb7c99d7ccdb0a0e5b0cd5396ad290a11fdd588209eed27a3519ec", kill_on_drop: false }` [INFO] [stderr] warning: only one of `license` or `license-file` is necessary [INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression. [INFO] [stderr] `license-file` should be used if the package uses a non-standard license. [INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information. [INFO] [stderr] warning: unused variable: `filename` [INFO] [stderr] --> src/Mips/Linux.rs:281:30 [INFO] [stderr] | [INFO] [stderr] 281 | pub fn OpenFile (&mut self, filename: &str, mode: u32) [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_filename` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `mode` [INFO] [stderr] --> src/Mips/Linux.rs:281:46 [INFO] [stderr] | [INFO] [stderr] 281 | pub fn OpenFile (&mut self, filename: &str, mode: u32) [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_mode` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `filename` [INFO] [stderr] --> src/Mips/Linux.rs:286:34 [INFO] [stderr] | [INFO] [stderr] 286 | pub fn ReadFromFile (&mut self, filename: &str, bufAddr: MipsRegister, size: usize) [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_filename` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `bufAddr` [INFO] [stderr] --> src/Mips/Linux.rs:286:50 [INFO] [stderr] | [INFO] [stderr] 286 | pub fn ReadFromFile (&mut self, filename: &str, bufAddr: MipsRegister, size: usize) [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bufAddr` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `size` [INFO] [stderr] --> src/Mips/Linux.rs:286:73 [INFO] [stderr] | [INFO] [stderr] 286 | pub fn ReadFromFile (&mut self, filename: &str, bufAddr: MipsRegister, size: usize) [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_size` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `filename` [INFO] [stderr] --> src/Mips/Linux.rs:326:33 [INFO] [stderr] | [INFO] [stderr] 326 | pub fn WriteToFile (&mut self, filename: &str, bufAddr: MipsRegister, size: usize) [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_filename` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `bufAddr` [INFO] [stderr] --> src/Mips/Linux.rs:326:49 [INFO] [stderr] | [INFO] [stderr] 326 | pub fn WriteToFile (&mut self, filename: &str, bufAddr: MipsRegister, size: usize) [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bufAddr` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `size` [INFO] [stderr] --> src/Mips/Linux.rs:326:72 [INFO] [stderr] | [INFO] [stderr] 326 | pub fn WriteToFile (&mut self, filename: &str, bufAddr: MipsRegister, size: usize) [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_size` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `filename` [INFO] [stderr] --> src/Mips/Linux.rs:366:38 [INFO] [stderr] | [INFO] [stderr] 366 | pub fn ReadLineFromFile (&mut self, filename: &str, bufAddr: MipsRegister, maxSize: usize) [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_filename` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `bufAddr` [INFO] [stderr] --> src/Mips/Linux.rs:366:54 [INFO] [stderr] | [INFO] [stderr] 366 | pub fn ReadLineFromFile (&mut self, filename: &str, bufAddr: MipsRegister, maxSize: usize) [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bufAddr` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `maxSize` [INFO] [stderr] --> src/Mips/Linux.rs:366:77 [INFO] [stderr] | [INFO] [stderr] 366 | pub fn ReadLineFromFile (&mut self, filename: &str, bufAddr: MipsRegister, maxSize: usize) [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_maxSize` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `fd` [INFO] [stderr] --> src/Mips/Linux.rs:371:36 [INFO] [stderr] | [INFO] [stderr] 371 | pub fn ReadLineFromFd (&mut self, fd: usize, bufAddr: MipsRegister, maxSize: usize) [INFO] [stderr] | ^^ help: if this is intentional, prefix it with an underscore: `_fd` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `bufAddr` [INFO] [stderr] --> src/Mips/Linux.rs:371:47 [INFO] [stderr] | [INFO] [stderr] 371 | pub fn ReadLineFromFd (&mut self, fd: usize, bufAddr: MipsRegister, maxSize: usize) [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bufAddr` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `maxSize` [INFO] [stderr] --> src/Mips/Linux.rs:371:70 [INFO] [stderr] | [INFO] [stderr] 371 | pub fn ReadLineFromFd (&mut self, fd: usize, bufAddr: MipsRegister, maxSize: usize) [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_maxSize` [INFO] [stderr] [INFO] [stderr] warning: `ShellcodeGenerator` (lib) generated 14 warnings [INFO] [stderr] warning: `ShellcodeGenerator` (lib test) generated 14 warnings (14 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/ShellcodeGenerator-867ca6c57977cddd) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::it_works ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests ShellcodeGenerator [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "34ccdabde1cb7c99d7ccdb0a0e5b0cd5396ad290a11fdd588209eed27a3519ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "34ccdabde1cb7c99d7ccdb0a0e5b0cd5396ad290a11fdd588209eed27a3519ec", kill_on_drop: false }` [INFO] [stdout] 34ccdabde1cb7c99d7ccdb0a0e5b0cd5396ad290a11fdd588209eed27a3519ec