[INFO] cloning repository https://github.com/ciaran2/feo3boy [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ciaran2/feo3boy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fciaran2%2Ffeo3boy", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fciaran2%2Ffeo3boy'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 987828b89cf05f6dbdad0bd6c8f578ae89b0cad0 [INFO] testing ciaran2/feo3boy 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%2Fciaran2%2Ffeo3boy" "/workspace/builds/worker-48/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-48/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ciaran2/feo3boy 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/ciaran2/feo3boy [INFO] finished tweaking git repo https://github.com/ciaran2/feo3boy [INFO] tweaked toml for git repo https://github.com/ciaran2/feo3boy written to /workspace/builds/worker-48/source/Cargo.toml [INFO] crate git repo https://github.com/ciaran2/feo3boy 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-48/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-48/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] 7f521b74b1ce22e4347f4fea8199345eab76c7c4c6843caf86ad82f0b10e8820 [INFO] running `Command { std: "docker" "start" "-a" "7f521b74b1ce22e4347f4fea8199345eab76c7c4c6843caf86ad82f0b10e8820", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7f521b74b1ce22e4347f4fea8199345eab76c7c4c6843caf86ad82f0b10e8820", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7f521b74b1ce22e4347f4fea8199345eab76c7c4c6843caf86ad82f0b10e8820", kill_on_drop: false }` [INFO] [stdout] 7f521b74b1ce22e4347f4fea8199345eab76c7c4c6843caf86ad82f0b10e8820 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-48/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-48/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] ad80ccef6751edae0101babe7bd2f52ee65b4ca40bca8ab9740cedba8f459362 [INFO] running `Command { std: "docker" "start" "-a" "ad80ccef6751edae0101babe7bd2f52ee65b4ca40bca8ab9740cedba8f459362", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.29 [INFO] [stderr] Compiling syn v1.0.76 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.80 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling bumpalo v3.9.1 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling wasm-bindgen v0.2.80 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling libc v0.2.101 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling slab v0.4.6 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling boolinator v2.4.0 [INFO] [stderr] Compiling anymap2 v0.13.0 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling scoped-tls-hkt v0.1.2 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling indexmap v1.8.1 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling env_logger v0.9.0 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.80 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling thiserror-impl v1.0.29 [INFO] [stderr] Compiling pin-project-internal v1.0.10 [INFO] [stderr] Compiling yew-macro v0.19.3 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.80 [INFO] [stderr] Compiling pin-project v1.0.10 [INFO] [stderr] Compiling thiserror v1.0.29 [INFO] [stderr] Compiling feo3boy v0.1.0 (/opt/rustwide/workdir/feo3boy) [INFO] [stdout] warning: unused imports: `debug`, `warn` [INFO] [stdout] --> feo3boy/src/memdev.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | use log::{trace,debug,warn}; [INFO] [stdout] | ^^^^^ ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> feo3boy/src/serial.rs:26:60 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn tick(serial_ctx: &mut SerialContext, mappedIO: &mut MemDevice, tcycles: u64) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 26 - pub fn tick(serial_ctx: &mut SerialContext, mappedIO: &mut MemDevice, tcycles: u64) { [INFO] [stdout] 26 + pub fn tick(serial_ctx: &mut SerialContext, mappedIO: &mut dyn MemDevice, tcycles: u64) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `FAST_TPERIOD` [INFO] [stdout] --> feo3boy/src/serial.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | const FAST_TPERIOD: u64 = 16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `save_ram` [INFO] [stdout] --> feo3boy/src/memdev/cartridge.rs:347:5 [INFO] [stdout] | [INFO] [stdout] 347 | save_ram: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Mbc1Rom` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> feo3boy/src/memdev/cartridge.rs:340:10 [INFO] [stdout] | [INFO] [stdout] 340 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `mappedIO` should have a snake case name [INFO] [stdout] --> feo3boy/src/serial.rs:26:45 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn tick(serial_ctx: &mut SerialContext, mappedIO: &mut MemDevice, tcycles: u64) { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `mapped_io` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.80 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling feo3boy-player v0.1.0 (/opt/rustwide/workdir/feo3boy-player) [INFO] [stderr] Compiling js-sys v0.3.57 [INFO] [stderr] Compiling console_error_panic_hook v0.1.7 [INFO] [stderr] Compiling web-sys v0.3.57 [INFO] [stderr] Compiling wasm-bindgen-futures v0.4.30 [INFO] [stderr] Compiling gloo-timers v0.2.3 [INFO] [stderr] Compiling serde-wasm-bindgen v0.3.1 [INFO] [stderr] Compiling gloo-utils v0.1.2 [INFO] [stderr] Compiling gloo-events v0.1.1 [INFO] [stderr] Compiling gloo-console v0.2.1 [INFO] [stderr] Compiling gloo-render v0.1.0 [INFO] [stderr] Compiling gloo-dialogs v0.1.0 [INFO] [stderr] Compiling console_log v0.2.0 [INFO] [stderr] Compiling gloo-storage v0.2.0 [INFO] [stderr] Compiling gloo-net v0.1.0 [INFO] [stderr] Compiling gloo-file v0.2.1 [INFO] [stderr] Compiling gloo-history v0.1.0 [INFO] [stderr] Compiling gloo-worker v0.1.0 [INFO] [stderr] Compiling gloo v0.4.2 [INFO] [stderr] Compiling yew v0.19.3 [INFO] [stderr] Compiling gloo v0.6.1 [INFO] [stderr] Compiling web-debugger v0.1.0 (/opt/rustwide/workdir/web-debugger) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 11s [INFO] running `Command { std: "docker" "inspect" "ad80ccef6751edae0101babe7bd2f52ee65b4ca40bca8ab9740cedba8f459362", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ad80ccef6751edae0101babe7bd2f52ee65b4ca40bca8ab9740cedba8f459362", kill_on_drop: false }` [INFO] [stdout] ad80ccef6751edae0101babe7bd2f52ee65b4ca40bca8ab9740cedba8f459362 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-48/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-48/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] a6e3532f2098097ae8399c10b1df44dcd21d27bfe8d50c02844ed1d38157478a [INFO] running `Command { std: "docker" "start" "-a" "a6e3532f2098097ae8399c10b1df44dcd21d27bfe8d50c02844ed1d38157478a", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling feo3boy v0.1.0 (/opt/rustwide/workdir/feo3boy) [INFO] [stdout] warning: unused imports: `debug`, `warn` [INFO] [stdout] --> feo3boy/src/memdev.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | use log::{trace,debug,warn}; [INFO] [stdout] | ^^^^^ ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> feo3boy/src/serial.rs:26:60 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn tick(serial_ctx: &mut SerialContext, mappedIO: &mut MemDevice, tcycles: u64) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 26 - pub fn tick(serial_ctx: &mut SerialContext, mappedIO: &mut MemDevice, tcycles: u64) { [INFO] [stdout] 26 + pub fn tick(serial_ctx: &mut SerialContext, mappedIO: &mut dyn MemDevice, tcycles: u64) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `FAST_TPERIOD` [INFO] [stdout] --> feo3boy/src/serial.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | const FAST_TPERIOD: u64 = 16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `save_ram` [INFO] [stdout] --> feo3boy/src/memdev/cartridge.rs:347:5 [INFO] [stdout] | [INFO] [stdout] 347 | save_ram: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Mbc1Rom` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> feo3boy/src/memdev/cartridge.rs:340:10 [INFO] [stdout] | [INFO] [stdout] 340 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `mappedIO` should have a snake case name [INFO] [stdout] --> feo3boy/src/serial.rs:26:45 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn tick(serial_ctx: &mut SerialContext, mappedIO: &mut MemDevice, tcycles: u64) { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `mapped_io` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling feo3boy-player v0.1.0 (/opt/rustwide/workdir/feo3boy-player) [INFO] [stderr] Compiling web-debugger v0.1.0 (/opt/rustwide/workdir/web-debugger) [INFO] [stdout] warning: unused imports: `debug`, `warn` [INFO] [stdout] --> feo3boy/src/memdev.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | use log::{trace,debug,warn}; [INFO] [stdout] | ^^^^^ ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> feo3boy/src/serial.rs:26:60 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn tick(serial_ctx: &mut SerialContext, mappedIO: &mut MemDevice, tcycles: u64) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 26 - pub fn tick(serial_ctx: &mut SerialContext, mappedIO: &mut MemDevice, tcycles: u64) { [INFO] [stdout] 26 + pub fn tick(serial_ctx: &mut SerialContext, mappedIO: &mut dyn MemDevice, tcycles: u64) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `FAST_TPERIOD` [INFO] [stdout] --> feo3boy/src/serial.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | const FAST_TPERIOD: u64 = 16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `save_ram` [INFO] [stdout] --> feo3boy/src/memdev/cartridge.rs:347:5 [INFO] [stdout] | [INFO] [stdout] 347 | save_ram: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Mbc1Rom` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> feo3boy/src/memdev/cartridge.rs:340:10 [INFO] [stdout] | [INFO] [stdout] 340 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `mappedIO` should have a snake case name [INFO] [stdout] --> feo3boy/src/serial.rs:26:45 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn tick(serial_ctx: &mut SerialContext, mappedIO: &mut MemDevice, tcycles: u64) { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `mapped_io` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 11.67s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/feo3boy-44063e3dedb3e577) [INFO] [stderr] Executable unittests src/bin/cb-opcode-table.rs (/opt/rustwide/target/debug/deps/cb_opcode_table-847a27e859a75ae7) [INFO] [stderr] Executable unittests src/bin/opcode-table.rs (/opt/rustwide/target/debug/deps/opcode_table-795d2aeaabfdfbe8) [INFO] [stderr] Executable tests/asmtests.rs (/opt/rustwide/target/debug/deps/asmtests-460b446d2277aabd) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/feo3boy_player-f4125875da02a271) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/web_debugger-7acda665cf0ae24d) [INFO] running `Command { std: "docker" "inspect" "a6e3532f2098097ae8399c10b1df44dcd21d27bfe8d50c02844ed1d38157478a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a6e3532f2098097ae8399c10b1df44dcd21d27bfe8d50c02844ed1d38157478a", kill_on_drop: false }` [INFO] [stdout] a6e3532f2098097ae8399c10b1df44dcd21d27bfe8d50c02844ed1d38157478a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-48/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-48/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] ff1b0a4bd5aabcfcf1a7de112d8eb5c3eecc102c340f8acd9cca70fea875292e [INFO] running `Command { std: "docker" "start" "-a" "ff1b0a4bd5aabcfcf1a7de112d8eb5c3eecc102c340f8acd9cca70fea875292e", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: unused imports: `debug`, `warn` [INFO] [stderr] --> feo3boy/src/memdev.rs:5:17 [INFO] [stderr] | [INFO] [stderr] 5 | use log::{trace,debug,warn}; [INFO] [stderr] | ^^^^^ ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> feo3boy/src/serial.rs:26:60 [INFO] [stderr] | [INFO] [stderr] 26 | pub fn tick(serial_ctx: &mut SerialContext, mappedIO: &mut MemDevice, tcycles: u64) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 26 - pub fn tick(serial_ctx: &mut SerialContext, mappedIO: &mut MemDevice, tcycles: u64) { [INFO] [stderr] 26 + pub fn tick(serial_ctx: &mut SerialContext, mappedIO: &mut dyn MemDevice, tcycles: u64) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `FAST_TPERIOD` [INFO] [stderr] --> feo3boy/src/serial.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | const FAST_TPERIOD: u64 = 16; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `save_ram` [INFO] [stderr] --> feo3boy/src/memdev/cartridge.rs:347:5 [INFO] [stderr] | [INFO] [stderr] 347 | save_ram: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Mbc1Rom` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> feo3boy/src/memdev/cartridge.rs:340:10 [INFO] [stderr] | [INFO] [stderr] 340 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variable `mappedIO` should have a snake case name [INFO] [stderr] --> feo3boy/src/serial.rs:26:45 [INFO] [stderr] | [INFO] [stderr] 26 | pub fn tick(serial_ctx: &mut SerialContext, mappedIO: &mut MemDevice, tcycles: u64) { [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `mapped_io` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `feo3boy` (lib) generated 5 warnings [INFO] [stderr] warning: `feo3boy` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.87s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/feo3boy-44063e3dedb3e577) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test gbz80core::opcode::tests::can_decode_any_cb_opcode ... ok [INFO] [stderr] Running unittests src/bin/cb-opcode-table.rs (/opt/rustwide/target/debug/deps/cb_opcode_table-847a27e859a75ae7) [INFO] [stdout] test gbz80core::opcode::tests::can_decode_any_opcode ... ok [INFO] [stdout] test gbz80core::tests::test_loads_and_alu ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/opcode-table.rs (/opt/rustwide/target/debug/deps/opcode_table-795d2aeaabfdfbe8) [INFO] [stdout] running 0 tests [INFO] [stderr] Running tests/asmtests.rs (/opt/rustwide/target/debug/deps/asmtests-460b446d2277aabd) [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] [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] [stdout] [INFO] [stdout] running 3 tests [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/feo3boy_player-f4125875da02a271) [INFO] [stdout] test fibonacci ... ok [INFO] [stdout] test squares ... ok [INFO] [stdout] test fibonacci16 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [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 src/main.rs (/opt/rustwide/target/debug/deps/web_debugger-7acda665cf0ae24d) [INFO] [stderr] Doc-tests feo3boy [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] [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.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "ff1b0a4bd5aabcfcf1a7de112d8eb5c3eecc102c340f8acd9cca70fea875292e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ff1b0a4bd5aabcfcf1a7de112d8eb5c3eecc102c340f8acd9cca70fea875292e", kill_on_drop: false }` [INFO] [stdout] ff1b0a4bd5aabcfcf1a7de112d8eb5c3eecc102c340f8acd9cca70fea875292e