[INFO] cloning repository https://github.com/bon-chi/rust_emu [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bon-chi/rust_emu" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbon-chi%2Frust_emu", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbon-chi%2Frust_emu'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5995967e6db23f0a03c4b47d48e75e463d2fa681 [INFO] testing bon-chi/rust_emu against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbon-chi%2Frust_emu" "/workspace/builds/worker-104/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-104/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/bon-chi/rust_emu 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 git repo https://github.com/bon-chi/rust_emu [INFO] finished tweaking git repo https://github.com/bon-chi/rust_emu [INFO] tweaked toml for git repo https://github.com/bon-chi/rust_emu written to /workspace/builds/worker-104/source/Cargo.toml [INFO] crate git repo https://github.com/bon-chi/rust_emu already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-104/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-104/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] 37322960abbb2036dd43f58510e9a4f700838d7353fe30e9d5ce0f687f8e4cdc [INFO] running `Command { std: "docker" "start" "-a" "37322960abbb2036dd43f58510e9a4f700838d7353fe30e9d5ce0f687f8e4cdc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "37322960abbb2036dd43f58510e9a4f700838d7353fe30e9d5ce0f687f8e4cdc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "37322960abbb2036dd43f58510e9a4f700838d7353fe30e9d5ce0f687f8e4cdc", kill_on_drop: false }` [INFO] [stdout] 37322960abbb2036dd43f58510e9a4f700838d7353fe30e9d5ce0f687f8e4cdc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-104/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-104/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] 6a67bc32b16e6586e8a5886b4399b4e5856e50077999c55fb444799a08538ce1 [INFO] running `Command { std: "docker" "start" "-a" "6a67bc32b16e6586e8a5886b4399b4e5856e50077999c55fb444799a08538ce1", kill_on_drop: false }` [INFO] [stderr] Compiling rust_emu v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/emulator/emulator_function.rs:14:29 [INFO] [stdout] | [INFO] [stdout] 14 | fn get_register8(&self, usize) -> u8; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/emulator/emulator_function.rs:15:30 [INFO] [stdout] | [INFO] [stdout] 15 | fn get_register32(&self, usize) -> u32; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/emulator/emulator_function.rs:18:26 [INFO] [stdout] | [INFO] [stdout] 18 | fn push32(&mut self, u32); [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: u32` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/emulator/emulator_function.rs:24:29 [INFO] [stdout] | [INFO] [stdout] 24 | fn set_carry(&mut self, bool); [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: bool` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/emulator/emulator_function.rs:25:28 [INFO] [stdout] | [INFO] [stdout] 25 | fn set_sign(&mut self, bool); [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: bool` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/emulator/emulator_function.rs:26:28 [INFO] [stdout] | [INFO] [stdout] 26 | fn set_zero(&mut self, bool); [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: bool` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/emulator/emulator_function.rs:27:32 [INFO] [stdout] | [INFO] [stdout] 27 | fn set_overflow(&mut self, bool); [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: bool` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/emulator/instruction.rs:4:36 [INFO] [stdout] | [INFO] [stdout] 4 | fn run_instructions(&mut self, bool); [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: bool` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/emulator/instruction.rs:5:36 [INFO] [stdout] | [INFO] [stdout] 5 | fn exec_instruction(&mut self, bool); [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: bool` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/emulator/instruction.rs:18:33 [INFO] [stdout] | [INFO] [stdout] 18 | fn add_rm32_imm8(&mut self, &ModRM); [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &ModRM` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/emulator/instruction.rs:19:33 [INFO] [stdout] | [INFO] [stdout] 19 | fn sub_rm32_imm8(&mut self, &ModRM); [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &ModRM` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/emulator/instruction.rs:20:33 [INFO] [stdout] | [INFO] [stdout] 20 | fn cmp_rm32_imm8(&mut self, &ModRM); [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &ModRM` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/emulator/instruction.rs:23:28 [INFO] [stdout] | [INFO] [stdout] 23 | fn inc_rm32(&mut self, &ModRM); [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &ModRM` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/emulator/modrm.rs:64:35 [INFO] [stdout] | [INFO] [stdout] 64 | fn calc_memory_address(&self, &ModRM) -> u32; [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &ModRM` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Disp` [INFO] [stdout] --> src/emulator/mod.rs:12:19 [INFO] [stdout] | [INFO] [stdout] 12 | use self::modrm::{Disp, Function as ModRMFunction, ModRM}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.04s [INFO] running `Command { std: "docker" "inspect" "6a67bc32b16e6586e8a5886b4399b4e5856e50077999c55fb444799a08538ce1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6a67bc32b16e6586e8a5886b4399b4e5856e50077999c55fb444799a08538ce1", kill_on_drop: false }` [INFO] [stdout] 6a67bc32b16e6586e8a5886b4399b4e5856e50077999c55fb444799a08538ce1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-104/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-104/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] a6d0fb0762bbcf5e2683a71d082f4facbab2400293eccbb859d3112c7e53fa39 [INFO] running `Command { std: "docker" "start" "-a" "a6d0fb0762bbcf5e2683a71d082f4facbab2400293eccbb859d3112c7e53fa39", kill_on_drop: false }` [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/emulator/emulator_function.rs:14:29 [INFO] [stdout] | [INFO] [stdout] 14 | fn get_register8(&self, usize) -> u8; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/emulator/emulator_function.rs:15:30 [INFO] [stdout] | [INFO] [stdout] 15 | fn get_register32(&self, usize) -> u32; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/emulator/emulator_function.rs:18:26 [INFO] [stdout] | [INFO] [stdout] 18 | fn push32(&mut self, u32); [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: u32` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/emulator/emulator_function.rs:24:29 [INFO] [stdout] | [INFO] [stdout] 24 | fn set_carry(&mut self, bool); [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: bool` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/emulator/emulator_function.rs:25:28 [INFO] [stdout] | [INFO] [stdout] 25 | fn set_sign(&mut self, bool); [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: bool` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/emulator/emulator_function.rs:26:28 [INFO] [stdout] | [INFO] [stdout] 26 | fn set_zero(&mut self, bool); [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: bool` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/emulator/emulator_function.rs:27:32 [INFO] [stdout] | [INFO] [stdout] 27 | fn set_overflow(&mut self, bool); [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: bool` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/emulator/instruction.rs:4:36 [INFO] [stdout] | [INFO] [stdout] 4 | fn run_instructions(&mut self, bool); [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: bool` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/emulator/instruction.rs:5:36 [INFO] [stdout] | [INFO] [stdout] 5 | fn exec_instruction(&mut self, bool); [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: bool` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/emulator/instruction.rs:18:33 [INFO] [stdout] | [INFO] [stdout] 18 | fn add_rm32_imm8(&mut self, &ModRM); [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &ModRM` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/emulator/instruction.rs:19:33 [INFO] [stdout] | [INFO] [stdout] 19 | fn sub_rm32_imm8(&mut self, &ModRM); [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &ModRM` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/emulator/instruction.rs:20:33 [INFO] [stdout] | [INFO] [stdout] 20 | fn cmp_rm32_imm8(&mut self, &ModRM); [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &ModRM` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/emulator/instruction.rs:23:28 [INFO] [stdout] | [INFO] [stdout] 23 | fn inc_rm32(&mut self, &ModRM); [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &ModRM` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rust_emu v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/emulator/modrm.rs:64:35 [INFO] [stdout] | [INFO] [stdout] 64 | fn calc_memory_address(&self, &ModRM) -> u32; [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &ModRM` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Disp` [INFO] [stdout] --> src/emulator/mod.rs:12:19 [INFO] [stdout] | [INFO] [stdout] 12 | use self::modrm::{Disp, Function as ModRMFunction, ModRM}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/emulator/emulator_function.rs:14:29 [INFO] [stdout] | [INFO] [stdout] 14 | fn get_register8(&self, usize) -> u8; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/emulator/emulator_function.rs:15:30 [INFO] [stdout] | [INFO] [stdout] 15 | fn get_register32(&self, usize) -> u32; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/emulator/emulator_function.rs:18:26 [INFO] [stdout] | [INFO] [stdout] 18 | fn push32(&mut self, u32); [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: u32` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/emulator/emulator_function.rs:24:29 [INFO] [stdout] | [INFO] [stdout] 24 | fn set_carry(&mut self, bool); [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: bool` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/emulator/emulator_function.rs:25:28 [INFO] [stdout] | [INFO] [stdout] 25 | fn set_sign(&mut self, bool); [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: bool` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/emulator/emulator_function.rs:26:28 [INFO] [stdout] | [INFO] [stdout] 26 | fn set_zero(&mut self, bool); [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: bool` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/emulator/emulator_function.rs:27:32 [INFO] [stdout] | [INFO] [stdout] 27 | fn set_overflow(&mut self, bool); [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: bool` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/emulator/instruction.rs:4:36 [INFO] [stdout] | [INFO] [stdout] 4 | fn run_instructions(&mut self, bool); [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: bool` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/emulator/instruction.rs:5:36 [INFO] [stdout] | [INFO] [stdout] 5 | fn exec_instruction(&mut self, bool); [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: bool` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/emulator/instruction.rs:18:33 [INFO] [stdout] | [INFO] [stdout] 18 | fn add_rm32_imm8(&mut self, &ModRM); [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &ModRM` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/emulator/instruction.rs:19:33 [INFO] [stdout] | [INFO] [stdout] 19 | fn sub_rm32_imm8(&mut self, &ModRM); [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &ModRM` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/emulator/instruction.rs:20:33 [INFO] [stdout] | [INFO] [stdout] 20 | fn cmp_rm32_imm8(&mut self, &ModRM); [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &ModRM` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/emulator/instruction.rs:23:28 [INFO] [stdout] | [INFO] [stdout] 23 | fn inc_rm32(&mut self, &ModRM); [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &ModRM` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/emulator/modrm.rs:64:35 [INFO] [stdout] | [INFO] [stdout] 64 | fn calc_memory_address(&self, &ModRM) -> u32; [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &ModRM` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Disp` [INFO] [stdout] --> src/emulator/mod.rs:12:19 [INFO] [stdout] | [INFO] [stdout] 12 | use self::modrm::{Disp, Function as ModRMFunction, ModRM}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.39s [INFO] running `Command { std: "docker" "inspect" "a6d0fb0762bbcf5e2683a71d082f4facbab2400293eccbb859d3112c7e53fa39", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a6d0fb0762bbcf5e2683a71d082f4facbab2400293eccbb859d3112c7e53fa39", kill_on_drop: false }` [INFO] [stdout] a6d0fb0762bbcf5e2683a71d082f4facbab2400293eccbb859d3112c7e53fa39 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-104/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-104/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] 7f2f97175a3361ba25d772aaac82bf59ac72f414f25e93581bc2e530b10a6926 [INFO] running `Command { std: "docker" "start" "-a" "7f2f97175a3361ba25d772aaac82bf59ac72f414f25e93581bc2e530b10a6926", kill_on_drop: false }` [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/emulator/emulator_function.rs:14:29 [INFO] [stderr] | [INFO] [stderr] 14 | fn get_register8(&self, usize) -> u8; [INFO] [stderr] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/emulator/emulator_function.rs:15:30 [INFO] [stderr] | [INFO] [stderr] 15 | fn get_register32(&self, usize) -> u32; [INFO] [stderr] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/emulator/emulator_function.rs:18:26 [INFO] [stderr] | [INFO] [stderr] 18 | fn push32(&mut self, u32); [INFO] [stderr] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: u32` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/emulator/emulator_function.rs:24:29 [INFO] [stderr] | [INFO] [stderr] 24 | fn set_carry(&mut self, bool); [INFO] [stderr] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: bool` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/emulator/emulator_function.rs:25:28 [INFO] [stderr] | [INFO] [stderr] 25 | fn set_sign(&mut self, bool); [INFO] [stderr] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: bool` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/emulator/emulator_function.rs:26:28 [INFO] [stderr] | [INFO] [stderr] 26 | fn set_zero(&mut self, bool); [INFO] [stderr] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: bool` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/emulator/emulator_function.rs:27:32 [INFO] [stderr] | [INFO] [stderr] 27 | fn set_overflow(&mut self, bool); [INFO] [stderr] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: bool` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/emulator/instruction.rs:4:36 [INFO] [stderr] | [INFO] [stderr] 4 | fn run_instructions(&mut self, bool); [INFO] [stderr] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: bool` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/emulator/instruction.rs:5:36 [INFO] [stderr] | [INFO] [stderr] 5 | fn exec_instruction(&mut self, bool); [INFO] [stderr] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: bool` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/emulator/instruction.rs:18:33 [INFO] [stderr] | [INFO] [stderr] 18 | fn add_rm32_imm8(&mut self, &ModRM); [INFO] [stderr] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &ModRM` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/emulator/instruction.rs:19:33 [INFO] [stderr] | [INFO] [stderr] 19 | fn sub_rm32_imm8(&mut self, &ModRM); [INFO] [stderr] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &ModRM` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/emulator/instruction.rs:20:33 [INFO] [stderr] | [INFO] [stderr] 20 | fn cmp_rm32_imm8(&mut self, &ModRM); [INFO] [stderr] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &ModRM` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/emulator/instruction.rs:23:28 [INFO] [stderr] | [INFO] [stderr] 23 | fn inc_rm32(&mut self, &ModRM); [INFO] [stderr] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &ModRM` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/emulator/modrm.rs:64:35 [INFO] [stderr] | [INFO] [stderr] 64 | fn calc_memory_address(&self, &ModRM) -> u32; [INFO] [stderr] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &ModRM` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: unused import: `Disp` [INFO] [stderr] --> src/emulator/mod.rs:12:19 [INFO] [stderr] | [INFO] [stderr] 12 | use self::modrm::{Disp, Function as ModRMFunction, ModRM}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `rust_emu` (lib) generated 15 warnings [INFO] [stderr] warning: `rust_emu` (lib test) generated 15 warnings (15 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rust_emu-ee797508ea6f5c4a) [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] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rust_emu-5efa076207b8b6a3) [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] [stderr] Doc-tests rust_emu [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" "7f2f97175a3361ba25d772aaac82bf59ac72f414f25e93581bc2e530b10a6926", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7f2f97175a3361ba25d772aaac82bf59ac72f414f25e93581bc2e530b10a6926", kill_on_drop: false }` [INFO] [stdout] 7f2f97175a3361ba25d772aaac82bf59ac72f414f25e93581bc2e530b10a6926