[INFO] cloning repository https://github.com/DiscoBiscuit99/DiscoGB [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/DiscoBiscuit99/DiscoGB" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDiscoBiscuit99%2FDiscoGB", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDiscoBiscuit99%2FDiscoGB'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3474cec94c5c0e32924bfdf9ad71346ca30d79df [INFO] testing DiscoBiscuit99/DiscoGB against beta-2025-04-13 for beta-1.87-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDiscoBiscuit99%2FDiscoGB" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/DiscoBiscuit99/DiscoGB on toolchain beta-2025-04-13 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-04-13" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/DiscoBiscuit99/DiscoGB [INFO] finished tweaking git repo https://github.com/DiscoBiscuit99/DiscoGB [INFO] tweaked toml for git repo https://github.com/DiscoBiscuit99/DiscoGB written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/DiscoBiscuit99/DiscoGB already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-04-13" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c22be80c76a327ef4fe6385dbd1d6930622df010e325b9b8796fb190eacf8e91 [INFO] running `Command { std: "docker" "start" "-a" "c22be80c76a327ef4fe6385dbd1d6930622df010e325b9b8796fb190eacf8e91", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c22be80c76a327ef4fe6385dbd1d6930622df010e325b9b8796fb190eacf8e91", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c22be80c76a327ef4fe6385dbd1d6930622df010e325b9b8796fb190eacf8e91", kill_on_drop: false }` [INFO] [stdout] c22be80c76a327ef4fe6385dbd1d6930622df010e325b9b8796fb190eacf8e91 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "RUSTDOCFLAGS=--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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 603ddc470d26911bbfdf09fe05612cffd61f985597cc93c29c931cd22af88f5f [INFO] running `Command { std: "docker" "start" "-a" "603ddc470d26911bbfdf09fe05612cffd61f985597cc93c29c931cd22af88f5f", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.59 [INFO] [stderr] Compiling quote v1.0.28 [INFO] [stderr] Compiling unicode-ident v1.0.9 [INFO] [stderr] Compiling libc v0.2.144 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling log v0.4.18 [INFO] [stderr] Compiling once_cell v1.17.2 [INFO] [stderr] Compiling xml-rs v0.8.13 [INFO] [stderr] Compiling pkg-config v0.3.27 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling smallvec v1.10.0 [INFO] [stderr] Compiling futures-core v0.3.28 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling libloading v0.7.4 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling dlib v0.5.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.15 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling ttf-parser v0.19.0 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling event-listener v2.5.3 [INFO] [stderr] Compiling typenum v1.16.0 [INFO] [stderr] Compiling serde v1.0.163 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling simd-adler32 v0.3.5 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling winnow v0.4.1 [INFO] [stderr] Compiling ab_glyph_rasterizer v0.1.8 [INFO] [stderr] Compiling cfg_aliases v0.1.1 [INFO] [stderr] Compiling futures-io v0.3.28 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling thiserror v1.0.40 [INFO] [stderr] Compiling toml_datetime v0.6.2 [INFO] [stderr] Compiling slotmap v1.0.6 [INFO] [stderr] Compiling wayland-sys v0.29.5 [INFO] [stderr] Compiling lock_api v0.4.9 [INFO] [stderr] Compiling slab v0.4.8 [INFO] [stderr] Compiling concurrent-queue v2.2.0 [INFO] [stderr] Compiling parking_lot_core v0.9.7 [INFO] [stderr] Compiling nix v0.24.3 [INFO] [stderr] Compiling syn v2.0.18 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling wayland-scanner v0.29.5 [INFO] [stderr] Compiling scoped-tls v1.0.1 [INFO] [stderr] Compiling downcast-rs v1.2.0 [INFO] [stderr] Compiling fastrand v1.9.0 [INFO] [stderr] Compiling parking v2.1.0 [INFO] [stderr] Compiling waker-fn v1.1.0 [INFO] [stderr] Compiling miniz_oxide v0.7.1 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling futures-lite v1.13.0 [INFO] [stderr] Compiling async-lock v2.7.0 [INFO] [stderr] Compiling memoffset v0.7.1 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling io-lifetimes v1.0.11 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling flate2 v1.0.26 [INFO] [stderr] Compiling owned_ttf_parser v0.19.0 [INFO] [stderr] Compiling toml_edit v0.19.8 [INFO] [stderr] Compiling ab_glyph v0.2.21 [INFO] [stderr] Compiling nix v0.25.1 [INFO] [stderr] Compiling getrandom v0.2.9 [INFO] [stderr] Compiling smithay-client-toolkit v0.16.0 [INFO] [stderr] Compiling x11-dl v2.21.0 [INFO] [stderr] Compiling fdeflate v0.3.0 [INFO] [stderr] Compiling ahash v0.8.3 [INFO] [stderr] Compiling polling v2.8.0 [INFO] [stderr] Compiling accesskit v0.11.0 [INFO] [stderr] Compiling rustix v0.37.19 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling async-task v4.4.0 [INFO] [stderr] Compiling xcursor v0.3.4 [INFO] [stderr] Compiling futures-task v0.3.28 [INFO] [stderr] Compiling png v0.17.8 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling wayland-client v0.29.5 [INFO] [stderr] Compiling wayland-protocols v0.29.5 [INFO] [stderr] Compiling aho-corasick v1.0.1 [INFO] [stderr] Compiling async-channel v1.8.0 [INFO] [stderr] Compiling memmap2 v0.5.10 [INFO] [stderr] Compiling async-io v1.13.0 [INFO] [stderr] Compiling async-fs v1.6.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling regex-syntax v0.7.2 [INFO] [stderr] Compiling proc-macro-crate v1.3.1 [INFO] [stderr] Compiling atomic-waker v1.1.1 [INFO] [stderr] Compiling linux-raw-sys v0.3.8 [INFO] [stderr] Compiling percent-encoding v2.2.0 [INFO] [stderr] Compiling strict-num v0.1.1 [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Compiling arrayref v0.3.7 [INFO] [stderr] Compiling async-trait v0.1.68 [INFO] [stderr] Compiling blocking v1.3.1 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling nix v0.26.2 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling socket2 v0.4.9 [INFO] [stderr] Compiling wayland-commons v0.29.5 [INFO] [stderr] Compiling tracing-core v0.1.31 [INFO] [stderr] Compiling arrayvec v0.7.2 [INFO] [stderr] Compiling nohash-hasher v0.2.0 [INFO] [stderr] Compiling cpufeatures v0.2.7 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling futures-sink v0.3.28 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling sha1 v0.10.5 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling winit v0.28.6 [INFO] [stderr] Compiling async-executor v1.5.1 [INFO] [stderr] Compiling xdg-home v1.0.0 [INFO] [stderr] Compiling async-broadcast v0.5.1 [INFO] [stderr] Compiling ordered-stream v0.2.0 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling raw-window-handle v0.5.2 [INFO] [stderr] Compiling glutin_glx_sys v0.4.0 [INFO] [stderr] Compiling glutin_egl_sys v0.5.0 [INFO] [stderr] Compiling mio v0.8.8 [INFO] [stderr] Compiling wayland-sys v0.30.1 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling zvariant_utils v1.0.1 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling regex v1.8.3 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling unicode-bidi v0.3.13 [INFO] [stderr] Compiling x11rb-protocol v0.10.0 [INFO] [stderr] Compiling form_urlencoded v1.1.0 [INFO] [stderr] Compiling idna v0.3.0 [INFO] [stderr] Compiling bytemuck_derive v1.4.1 [INFO] [stderr] Compiling serde_derive v1.0.163 [INFO] [stderr] Compiling thiserror-impl v1.0.40 [INFO] [stderr] Compiling enumflags2_derive v0.7.7 [INFO] [stderr] Compiling wayland-cursor v0.29.5 [INFO] [stderr] Compiling tracing-attributes v0.1.24 [INFO] [stderr] Compiling serde_repr v0.1.12 [INFO] [stderr] Compiling async-recursion v1.0.4 [INFO] [stderr] Compiling accesskit_consumer v0.15.0 [INFO] [stderr] Compiling gethostname v0.2.3 [INFO] [stderr] Compiling glutin v0.30.8 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling url v2.3.1 [INFO] [stderr] Compiling zvariant_derive v3.14.0 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling atspi-macros v0.2.0 [INFO] [stderr] Compiling bytemuck v1.13.1 [INFO] [stderr] Compiling ecolor v0.22.0 [INFO] [stderr] Compiling calloop v0.10.5 [INFO] [stderr] Compiling tiny-skia-path v0.8.4 [INFO] [stderr] Compiling emath v0.22.0 [INFO] [stderr] Compiling zbus_macros v3.13.1 [INFO] [stderr] Compiling epaint v0.22.0 [INFO] [stderr] Compiling glutin-winit v0.3.0 [INFO] [stderr] Compiling home v0.5.5 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling webbrowser v0.8.10 [INFO] [stderr] Compiling glow v0.12.2 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling tiny-skia v0.8.4 [INFO] [stderr] Compiling image v0.24.6 [INFO] [stderr] Compiling egui v0.22.0 [INFO] [stderr] Compiling x11rb v0.10.1 [INFO] [stderr] Compiling enumflags2 v0.7.7 [INFO] [stderr] Compiling zvariant v3.14.0 [INFO] [stderr] Compiling arboard v3.2.0 [INFO] [stderr] Compiling egui_extras v0.22.0 [INFO] [stderr] Compiling egui_glow v0.22.0 [INFO] [stderr] Compiling egui_grid v0.2.0 [INFO] [stderr] Compiling zbus_names v2.5.1 [INFO] [stderr] Compiling zbus v3.13.1 [INFO] [stderr] Compiling atspi v0.10.1 [INFO] [stderr] Compiling accesskit_unix v0.5.0 [INFO] [stderr] Compiling sctk-adwaita v0.5.4 [INFO] [stderr] Compiling smithay-clipboard v0.6.6 [INFO] [stderr] Compiling accesskit_winit v0.14.0 [INFO] [stderr] Compiling egui-winit v0.22.0 [INFO] [stderr] Compiling eframe v0.22.0 [INFO] [stderr] Compiling discogb v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `x8::*` [INFO] [stdout] --> src/gameboy/cpu/instructions/lsm/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub use x8::*; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `x16::*` [INFO] [stdout] --> src/gameboy/cpu/instructions/lsm/mod.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | pub use x16::*; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `br::*` [INFO] [stdout] --> src/gameboy/cpu/instructions/control/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub use br::*; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `misc::*` [INFO] [stdout] --> src/gameboy/cpu/instructions/control/mod.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | pub use misc::*; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `x8::*` [INFO] [stdout] --> src/gameboy/cpu/instructions/alu/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub use x8::*; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `x16::*` [INFO] [stdout] --> src/gameboy/cpu/instructions/alu/mod.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | pub use x16::*; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `x8::*` [INFO] [stdout] --> src/gameboy/cpu/instructions/rsb/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub use x8::*; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `cycles` is never read [INFO] [stdout] --> src/gameboy/cpu/mod.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct Cpu { [INFO] [stdout] | --- field in this struct [INFO] [stdout] ... [INFO] [stdout] 27 | cycles: u32, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Cpu` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `rotate_right` is never used [INFO] [stdout] --> src/gameboy/cpu/instructions/util.rs:64:8 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn rotate_right(reg: u8, mut flags: u8) -> (u8, u8) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `rotate_right_through_carry` is never used [INFO] [stdout] --> src/gameboy/cpu/instructions/util.rs:121:8 [INFO] [stdout] | [INFO] [stdout] 121 | pub fn rotate_right_through_carry(reg: u8, mut flags: u8) -> (u8, u8) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `decrement16` is never used [INFO] [stdout] --> src/gameboy/cpu/instructions/util.rs:235:8 [INFO] [stdout] | [INFO] [stdout] 235 | pub fn decrement16(reg: u16) -> u16 { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `separator_ui` is never used [INFO] [stdout] --> src/gui/mod.rs:111:4 [INFO] [stdout] | [INFO] [stdout] 111 | fn separator_ui(ui: &mut egui::Ui) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s [INFO] running `Command { std: "docker" "inspect" "603ddc470d26911bbfdf09fe05612cffd61f985597cc93c29c931cd22af88f5f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "603ddc470d26911bbfdf09fe05612cffd61f985597cc93c29c931cd22af88f5f", kill_on_drop: false }` [INFO] [stdout] 603ddc470d26911bbfdf09fe05612cffd61f985597cc93c29c931cd22af88f5f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "RUSTDOCFLAGS=--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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 19835812f076a303f9edfc167162c8c1d7dac56b5aa1541428fc9a75ca53d6ee [INFO] running `Command { std: "docker" "start" "-a" "19835812f076a303f9edfc167162c8c1d7dac56b5aa1541428fc9a75ca53d6ee", kill_on_drop: false }` [INFO] [stderr] Compiling crossbeam-utils v0.8.15 [INFO] [stderr] Compiling serde v1.0.163 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling memoffset v0.8.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.14 [INFO] [stderr] Compiling serde_json v1.0.96 [INFO] [stderr] Compiling either v1.8.1 [INFO] [stderr] Compiling rayon-core v1.11.0 [INFO] [stderr] Compiling num_cpus v1.15.0 [INFO] [stderr] Compiling ciborium-io v0.2.1 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling os_str_bytes v6.5.0 [INFO] [stderr] Compiling plotters-backend v0.3.4 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling regex-syntax v0.7.2 [INFO] [stderr] Compiling textwrap v0.16.0 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling clap_lex v0.2.4 [INFO] [stderr] Compiling walkdir v2.3.3 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling ciborium-ll v0.2.1 [INFO] [stderr] Compiling plotters-svg v0.3.3 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling plotters v0.3.4 [INFO] [stderr] Compiling concurrent-queue v2.2.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.8 [INFO] [stderr] Compiling async-channel v1.8.0 [INFO] [stderr] Compiling async-executor v1.5.1 [INFO] [stderr] Compiling async-io v1.13.0 [INFO] [stderr] Compiling blocking v1.3.1 [INFO] [stderr] Compiling crossbeam-deque v0.8.3 [INFO] [stderr] Compiling async-fs v1.6.0 [INFO] [stderr] Compiling toml_edit v0.19.8 [INFO] [stderr] Compiling clap v3.2.25 [INFO] [stderr] Compiling rayon v1.7.0 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling regex v1.8.3 [INFO] [stderr] Compiling proc-macro-crate v1.3.1 [INFO] [stderr] Compiling zvariant_derive v3.14.0 [INFO] [stderr] Compiling zbus_macros v3.13.1 [INFO] [stderr] Compiling enumflags2 v0.7.7 [INFO] [stderr] Compiling egui_extras v0.22.0 [INFO] [stderr] Compiling ciborium v0.2.1 [INFO] [stderr] Compiling egui_grid v0.2.0 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.4.0 [INFO] [stderr] Compiling zvariant v3.14.0 [INFO] [stderr] Compiling zbus_names v2.5.1 [INFO] [stderr] Compiling zbus v3.13.1 [INFO] [stderr] Compiling atspi v0.10.1 [INFO] [stderr] Compiling accesskit_unix v0.5.0 [INFO] [stderr] Compiling accesskit_winit v0.14.0 [INFO] [stderr] Compiling egui-winit v0.22.0 [INFO] [stderr] Compiling eframe v0.22.0 [INFO] [stderr] Compiling discogb v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `x8::*` [INFO] [stdout] --> src/gameboy/cpu/instructions/lsm/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub use x8::*; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `x16::*` [INFO] [stdout] --> src/gameboy/cpu/instructions/lsm/mod.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | pub use x16::*; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `br::*` [INFO] [stdout] --> src/gameboy/cpu/instructions/control/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub use br::*; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `misc::*` [INFO] [stdout] --> src/gameboy/cpu/instructions/control/mod.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | pub use misc::*; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `x8::*` [INFO] [stdout] --> src/gameboy/cpu/instructions/alu/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub use x8::*; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `x16::*` [INFO] [stdout] --> src/gameboy/cpu/instructions/alu/mod.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | pub use x16::*; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `x8::*` [INFO] [stdout] --> src/gameboy/cpu/instructions/rsb/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub use x8::*; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `cycles` is never read [INFO] [stdout] --> src/gameboy/cpu/mod.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct Cpu { [INFO] [stdout] | --- field in this struct [INFO] [stdout] ... [INFO] [stdout] 27 | cycles: u32, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Cpu` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `rotate_right` is never used [INFO] [stdout] --> src/gameboy/cpu/instructions/util.rs:64:8 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn rotate_right(reg: u8, mut flags: u8) -> (u8, u8) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `rotate_right_through_carry` is never used [INFO] [stdout] --> src/gameboy/cpu/instructions/util.rs:121:8 [INFO] [stdout] | [INFO] [stdout] 121 | pub fn rotate_right_through_carry(reg: u8, mut flags: u8) -> (u8, u8) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `decrement16` is never used [INFO] [stdout] --> src/gameboy/cpu/instructions/util.rs:235:8 [INFO] [stdout] | [INFO] [stdout] 235 | pub fn decrement16(reg: u16) -> u16 { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `separator_ui` is never used [INFO] [stdout] --> src/gui/mod.rs:111:4 [INFO] [stdout] | [INFO] [stdout] 111 | fn separator_ui(ui: &mut egui::Ui) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `x8::*` [INFO] [stdout] --> src/gameboy/cpu/instructions/lsm/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub use x8::*; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `x16::*` [INFO] [stdout] --> src/gameboy/cpu/instructions/lsm/mod.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | pub use x16::*; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `br::*` [INFO] [stdout] --> src/gameboy/cpu/instructions/control/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub use br::*; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `misc::*` [INFO] [stdout] --> src/gameboy/cpu/instructions/control/mod.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | pub use misc::*; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `x8::*` [INFO] [stdout] --> src/gameboy/cpu/instructions/alu/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub use x8::*; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `x16::*` [INFO] [stdout] --> src/gameboy/cpu/instructions/alu/mod.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | pub use x16::*; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `x8::*` [INFO] [stdout] --> src/gameboy/cpu/instructions/rsb/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub use x8::*; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `cycles` is never read [INFO] [stdout] --> src/gameboy/cpu/mod.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct Cpu { [INFO] [stdout] | --- field in this struct [INFO] [stdout] ... [INFO] [stdout] 27 | cycles: u32, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Cpu` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `rotate_right` is never used [INFO] [stdout] --> src/gameboy/cpu/instructions/util.rs:64:8 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn rotate_right(reg: u8, mut flags: u8) -> (u8, u8) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `rotate_right_through_carry` is never used [INFO] [stdout] --> src/gameboy/cpu/instructions/util.rs:121:8 [INFO] [stdout] | [INFO] [stdout] 121 | pub fn rotate_right_through_carry(reg: u8, mut flags: u8) -> (u8, u8) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `decrement16` is never used [INFO] [stdout] --> src/gameboy/cpu/instructions/util.rs:235:8 [INFO] [stdout] | [INFO] [stdout] 235 | pub fn decrement16(reg: u16) -> u16 { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `separator_ui` is never used [INFO] [stdout] --> src/gui/mod.rs:111:4 [INFO] [stdout] | [INFO] [stdout] 111 | fn separator_ui(ui: &mut egui::Ui) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 56.46s [INFO] running `Command { std: "docker" "inspect" "19835812f076a303f9edfc167162c8c1d7dac56b5aa1541428fc9a75ca53d6ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "19835812f076a303f9edfc167162c8c1d7dac56b5aa1541428fc9a75ca53d6ee", kill_on_drop: false }` [INFO] [stdout] 19835812f076a303f9edfc167162c8c1d7dac56b5aa1541428fc9a75ca53d6ee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "RUSTDOCFLAGS=--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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c76e632c582f96ca1f216775f46d97b51b7b1f69142ca6fdb22e4d9ce276df19 [INFO] running `Command { std: "docker" "start" "-a" "c76e632c582f96ca1f216775f46d97b51b7b1f69142ca6fdb22e4d9ce276df19", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `x8::*` [INFO] [stderr] --> src/gameboy/cpu/instructions/lsm/mod.rs:2:9 [INFO] [stderr] | [INFO] [stderr] 2 | pub use x8::*; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `x16::*` [INFO] [stderr] --> src/gameboy/cpu/instructions/lsm/mod.rs:5:9 [INFO] [stderr] | [INFO] [stderr] 5 | pub use x16::*; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `br::*` [INFO] [stderr] --> src/gameboy/cpu/instructions/control/mod.rs:2:9 [INFO] [stderr] | [INFO] [stderr] 2 | pub use br::*; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `misc::*` [INFO] [stderr] --> src/gameboy/cpu/instructions/control/mod.rs:5:9 [INFO] [stderr] | [INFO] [stderr] 5 | pub use misc::*; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `x8::*` [INFO] [stderr] --> src/gameboy/cpu/instructions/alu/mod.rs:2:9 [INFO] [stderr] | [INFO] [stderr] 2 | pub use x8::*; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `x16::*` [INFO] [stderr] --> src/gameboy/cpu/instructions/alu/mod.rs:5:9 [INFO] [stderr] | [INFO] [stderr] 5 | pub use x16::*; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `x8::*` [INFO] [stderr] --> src/gameboy/cpu/instructions/rsb/mod.rs:2:9 [INFO] [stderr] | [INFO] [stderr] 2 | pub use x8::*; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field `cycles` is never read [INFO] [stderr] --> src/gameboy/cpu/mod.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 13 | pub struct Cpu { [INFO] [stderr] | --- field in this struct [INFO] [stderr] ... [INFO] [stderr] 27 | cycles: u32, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Cpu` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function `rotate_right` is never used [INFO] [stderr] --> src/gameboy/cpu/instructions/util.rs:64:8 [INFO] [stderr] | [INFO] [stderr] 64 | pub fn rotate_right(reg: u8, mut flags: u8) -> (u8, u8) { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `rotate_right_through_carry` is never used [INFO] [stderr] --> src/gameboy/cpu/instructions/util.rs:121:8 [INFO] [stderr] | [INFO] [stderr] 121 | pub fn rotate_right_through_carry(reg: u8, mut flags: u8) -> (u8, u8) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `decrement16` is never used [INFO] [stderr] --> src/gameboy/cpu/instructions/util.rs:235:8 [INFO] [stderr] | [INFO] [stderr] 235 | pub fn decrement16(reg: u16) -> u16 { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `separator_ui` is never used [INFO] [stderr] --> src/gui/mod.rs:111:4 [INFO] [stderr] | [INFO] [stderr] 111 | fn separator_ui(ui: &mut egui::Ui) { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `discogb` (lib) generated 12 warnings (run `cargo fix --lib -p discogb` to apply 7 suggestions) [INFO] [stderr] warning: `discogb` (lib test) generated 12 warnings (12 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.24s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/discogb-2ed658f8a25db9d6) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test gameboy::memory::tests::test_read_write_byte ... ok [INFO] [stdout] test gameboy::memory::tests::test_read_byte_unused - should panic ... ok [INFO] [stdout] test gameboy::memory::tests::test_write_byte_rom - should panic ... ok [INFO] [stdout] test gameboy::cpu::tests::fetch_decode_execute ... FAILED [INFO] [stdout] test gameboy::memory::tests::test_write_byte_unused - should panic ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- gameboy::cpu::tests::fetch_decode_execute stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'gameboy::cpu::tests::fetch_decode_execute' panicked at src/gameboy/cpu/mod.rs:253:9: [INFO] [stdout] assertion `left == right` failed [INFO] [stdout] left: 3 [INFO] [stdout] right: 1 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5e4f15171fa2 - std::backtrace_rs::backtrace::libunwind::trace::h97da83aab53f337d [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5e4f15171fa2 - std::backtrace_rs::backtrace::trace_unsynchronized::h07d9fad959b0b0c4 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5e4f15171fa2 - std::sys::backtrace::_print_fmt::h73b6844d523a91e6 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5e4f15171fa2 - ::fmt::had50d3dbab4f9a49 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5e4f15197e93 - core::fmt::rt::Argument::fmt::h96dc2668ac588484 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/core/src/fmt/rt.rs:184:76 [INFO] [stdout] 5: 0x5e4f15197e93 - core::fmt::write::h3c068850dd3fcd11 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/core/src/fmt/mod.rs:1480:21 [INFO] [stdout] 6: 0x5e4f1516f673 - std::io::default_write_fmt::h9f5cac5e26eafb82 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5e4f1516f673 - std::io::Write::write_fmt::h9be88ac981c80255 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/io/mod.rs:1914:13 [INFO] [stdout] 8: 0x5e4f15171df2 - std::sys::backtrace::BacktraceLock::print::h160d33c700b1accf [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5e4f1517338c - std::panicking::default_hook::{{closure}}::hdccf862335980e92 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/panicking.rs:300:22 [INFO] [stdout] 10: 0x5e4f151731e2 - std::panicking::default_hook::h92ea296b4f4c5d78 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/panicking.rs:324:9 [INFO] [stdout] 11: 0x5e4f1513dac4 - as core::ops::function::Fn>::call::h58e2cb0c3aa8f900 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/alloc/src/boxed.rs:1980:9 [INFO] [stdout] 12: 0x5e4f1513dac4 - test::test_main::{{closure}}::h068e739b3ff3ace9 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/test/src/lib.rs:136:21 [INFO] [stdout] 13: 0x5e4f15173e03 - as core::ops::function::Fn>::call::h4dc3b8e0d98a0945 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/alloc/src/boxed.rs:1980:9 [INFO] [stdout] 14: 0x5e4f15173e03 - std::panicking::rust_panic_with_hook::h53eb519a340d7090 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/panicking.rs:841:13 [INFO] [stdout] 15: 0x5e4f15173ada - std::panicking::begin_panic_handler::{{closure}}::h1b012222d781940d [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/panicking.rs:706:13 [INFO] [stdout] 16: 0x5e4f15172499 - std::sys::backtrace::__rust_end_short_backtrace::hb1c00a6a74936045 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 17: 0x5e4f1517376d - __rustc[3fad54a3e94379e3]::rust_begin_unwind [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/panicking.rs:697:5 [INFO] [stdout] 18: 0x5e4f150faf30 - core::panicking::panic_fmt::h5646b0c12be1dead [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x5e4f150fb1b7 - core::panicking::assert_failed_inner::hb8d32b4dd02e3b82 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/core/src/panicking.rs:425:17 [INFO] [stdout] 20: 0x5e4f15104e94 - core::panicking::assert_failed::h0f040808d34c3d1d [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/core/src/panicking.rs:380:5 [INFO] [stdout] 21: 0x5e4f15102702 - discogb::gameboy::cpu::tests::fetch_decode_execute::h033204505e9caaae [INFO] [stdout] at /opt/rustwide/workdir/src/gameboy/cpu/mod.rs:253:9 [INFO] [stdout] 22: 0x5e4f15102557 - discogb::gameboy::cpu::tests::fetch_decode_execute::{{closure}}::h5c5e4fff803fd353 [INFO] [stdout] at /opt/rustwide/workdir/src/gameboy/cpu/mod.rs:246:30 [INFO] [stdout] 23: 0x5e4f150fc346 - core::ops::function::FnOnce::call_once::hf7bda69a91f87866 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x5e4f1514341b - core::ops::function::FnOnce::call_once::h36fc4a9de3ab6dc6 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x5e4f1514341b - test::__rust_begin_short_backtrace::ha0a98bb69b358a31 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/test/src/lib.rs:638:18 [INFO] [stdout] 26: 0x5e4f1514240f - test::run_test_in_process::{{closure}}::h8c178d13fba0a588 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/test/src/lib.rs:661:60 [INFO] [stdout] 27: 0x5e4f1514240f - as core::ops::function::FnOnce<()>>::call_once::hcf9a13e44c998160 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 28: 0x5e4f1514240f - std::panicking::try::do_call::h4af5be696220e430 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/panicking.rs:589:40 [INFO] [stdout] 29: 0x5e4f1514240f - std::panicking::try::hbf49a526ff439d5e [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/panicking.rs:552:19 [INFO] [stdout] 30: 0x5e4f1514240f - std::panic::catch_unwind::h73db1b343ad1c705 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x5e4f1514240f - test::run_test_in_process::hef059ed743ea6437 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/test/src/lib.rs:661:27 [INFO] [stdout] 32: 0x5e4f1514240f - test::run_test::{{closure}}::h9508bce7fbf1ad82 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/test/src/lib.rs:582:43 [INFO] [stdout] 33: 0x5e4f15106b64 - test::run_test::{{closure}}::h70f94fa995999514 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/test/src/lib.rs:612:41 [INFO] [stdout] 34: 0x5e4f15106b64 - std::sys::backtrace::__rust_begin_short_backtrace::hfc7043e7c8324aca [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 35: 0x5e4f1510a45a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h599c966db81290c0 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 36: 0x5e4f1510a45a - as core::ops::function::FnOnce<()>>::call_once::h499078bec004bb56 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 37: 0x5e4f1510a45a - std::panicking::try::do_call::h336d5bb945571c50 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/panicking.rs:589:40 [INFO] [stdout] 38: 0x5e4f1510a45a - std::panicking::try::hea8a9a2c11807957 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/panicking.rs:552:19 [INFO] [stdout] 39: 0x5e4f1510a45a - std::panic::catch_unwind::hc46631a6d929f68d [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x5e4f1510a45a - std::thread::Builder::spawn_unchecked_::{{closure}}::he5729da5506c58d1 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 41: 0x5e4f1510a45a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8b7f1215a4f7e46f [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 42: 0x5e4f15175b4b - as core::ops::function::FnOnce>::call_once::h5e2c5a5b1d7d1d9c [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/alloc/src/boxed.rs:1966:9 [INFO] [stdout] 43: 0x5e4f15175b4b - as core::ops::function::FnOnce>::call_once::hc50cd23acd01680e [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/alloc/src/boxed.rs:1966:9 [INFO] [stdout] 44: 0x5e4f15175b4b - std::sys::pal::unix::thread::Thread::new::thread_start::hb3d0e19f380baa62 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/sys/pal/unix/thread.rs:109:17 [INFO] [stdout] 45: 0x7418a9868aa4 - [INFO] [stdout] 46: 0x7418a98f5a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] gameboy::cpu::tests::fetch_decode_execute [INFO] [stdout] [INFO] [stdout] test result: FAILED. 4 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--lib` [INFO] running `Command { std: "docker" "inspect" "c76e632c582f96ca1f216775f46d97b51b7b1f69142ca6fdb22e4d9ce276df19", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c76e632c582f96ca1f216775f46d97b51b7b1f69142ca6fdb22e4d9ce276df19", kill_on_drop: false }` [INFO] [stdout] c76e632c582f96ca1f216775f46d97b51b7b1f69142ca6fdb22e4d9ce276df19