[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-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbon-chi%2Frust_emu" "/workspace/builds/worker-21/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-21/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/bon-chi/rust_emu on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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-21/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-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ca22587449748fb72ead14b9425bff3138b977a9a533ab9a87db881e8bad696d [INFO] running `Command { std: "docker" "start" "-a" "ca22587449748fb72ead14b9425bff3138b977a9a533ab9a87db881e8bad696d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ca22587449748fb72ead14b9425bff3138b977a9a533ab9a87db881e8bad696d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca22587449748fb72ead14b9425bff3138b977a9a533ab9a87db881e8bad696d", kill_on_drop: false }` [INFO] [stdout] ca22587449748fb72ead14b9425bff3138b977a9a533ab9a87db881e8bad696d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7b19c849568a3db3f60406ac6fa5954cdec37bab919b97dec9e67ec0200e1930 [INFO] running `Command { std: "docker" "start" "-a" "7b19c849568a3db3f60406ac6fa5954cdec37bab919b97dec9e67ec0200e1930", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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 3.96s [INFO] running `Command { std: "docker" "inspect" "7b19c849568a3db3f60406ac6fa5954cdec37bab919b97dec9e67ec0200e1930", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7b19c849568a3db3f60406ac6fa5954cdec37bab919b97dec9e67ec0200e1930", kill_on_drop: false }` [INFO] [stdout] 7b19c849568a3db3f60406ac6fa5954cdec37bab919b97dec9e67ec0200e1930 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a798eee6e4412001bc240409b63d8c86c6385aff7c157aefd98090b203d3cd86 [INFO] running `Command { std: "docker" "start" "-a" "a798eee6e4412001bc240409b63d8c86c6385aff7c157aefd98090b203d3cd86", 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] [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/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] [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.47s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/rust_emu-ee797508ea6f5c4a) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/rust_emu-5efa076207b8b6a3) [INFO] running `Command { std: "docker" "inspect" "a798eee6e4412001bc240409b63d8c86c6385aff7c157aefd98090b203d3cd86", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a798eee6e4412001bc240409b63d8c86c6385aff7c157aefd98090b203d3cd86", kill_on_drop: false }` [INFO] [stdout] a798eee6e4412001bc240409b63d8c86c6385aff7c157aefd98090b203d3cd86 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c8c6dff474aa1ce2db8aa899adceb0a82c15d712707e869dea95f04179234bfc [INFO] running `Command { std: "docker" "start" "-a" "c8c6dff474aa1ce2db8aa899adceb0a82c15d712707e869dea95f04179234bfc", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] running 0 tests [INFO] [stderr] --> src/emulator/emulator_function.rs:14:29 [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] 14 | fn get_register8(&self, usize) -> u8; [INFO] [stdout] [INFO] [stderr] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] running 0 tests [INFO] [stderr] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] running 0 tests [INFO] [stderr] --> src/emulator/emulator_function.rs:15:30 [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] 15 | fn get_register32(&self, usize) -> u32; [INFO] [stdout] [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 1.73s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rust_emu-ee797508ea6f5c4a) [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rust_emu-5efa076207b8b6a3) [INFO] [stderr] Doc-tests rust_emu [INFO] running `Command { std: "docker" "inspect" "c8c6dff474aa1ce2db8aa899adceb0a82c15d712707e869dea95f04179234bfc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c8c6dff474aa1ce2db8aa899adceb0a82c15d712707e869dea95f04179234bfc", kill_on_drop: false }` [INFO] [stdout] c8c6dff474aa1ce2db8aa899adceb0a82c15d712707e869dea95f04179234bfc