[INFO] cloning repository https://github.com/SethPyle376/nes_emu [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SethPyle376/nes_emu" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSethPyle376%2Fnes_emu", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSethPyle376%2Fnes_emu'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 167ed62e4c3cfff139f00f2ad3b67c9cd13f41bc [INFO] testing SethPyle376/nes_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%2FSethPyle376%2Fnes_emu" "/workspace/builds/worker-61/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-61/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/SethPyle376/nes_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/SethPyle376/nes_emu [INFO] finished tweaking git repo https://github.com/SethPyle376/nes_emu [INFO] tweaked toml for git repo https://github.com/SethPyle376/nes_emu written to /workspace/builds/worker-61/source/Cargo.toml [INFO] crate git repo https://github.com/SethPyle376/nes_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-61/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/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] 6816003b49fe0531823fd2c52d16c1b86d3325f27ce1952deaec43c7a1a64db7 [INFO] running `Command { std: "docker" "start" "-a" "6816003b49fe0531823fd2c52d16c1b86d3325f27ce1952deaec43c7a1a64db7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6816003b49fe0531823fd2c52d16c1b86d3325f27ce1952deaec43c7a1a64db7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6816003b49fe0531823fd2c52d16c1b86d3325f27ce1952deaec43c7a1a64db7", kill_on_drop: false }` [INFO] [stdout] 6816003b49fe0531823fd2c52d16c1b86d3325f27ce1952deaec43c7a1a64db7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/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] 1ba20904e7923bba98052a0a68ef43afe00981b22991fdb79a2c4ff007d9f9b0 [INFO] running `Command { std: "docker" "start" "-a" "1ba20904e7923bba98052a0a68ef43afe00981b22991fdb79a2c4ff007d9f9b0", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling libc v0.2.82 [INFO] [stderr] Compiling syn v1.0.58 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling numtoa v0.1.0 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling os_str_bytes v2.4.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling cassowary v0.3.0 [INFO] [stderr] Compiling hex v0.4.2 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling indexmap v1.6.1 [INFO] [stderr] Compiling textwrap v0.12.1 [INFO] [stderr] Compiling heck v0.3.2 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling termion v1.5.5 [INFO] [stderr] Compiling tui v0.14.0 [INFO] [stderr] Compiling clap_derive v3.0.0-beta.2 [INFO] [stderr] Compiling clap v3.0.0-beta.2 [INFO] [stderr] Compiling nes_emu v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0583]: file not found for module `bus` [INFO] [stdout] --> src/emu/mod.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod bus; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `bus`, create file "src/emu/bus.rs" or "src/emu/bus/mod.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::emu::bus::Bus` [INFO] [stdout] --> src/emu/cpu.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::emu::bus::Bus; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ no `Bus` in `emu::bus` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::emu::bus::Bus` [INFO] [stdout] --> src/emu/debug_interface.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::emu::bus::Bus; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ no `Bus` in `emu::bus` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::emu::bus::Bus` [INFO] [stdout] --> src/emu/nes.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::emu::bus::Bus; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ no `Bus` in `emu::bus` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Duration` [INFO] [stdout] --> src/emu/debug_interface.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | use std::time::{Duration, Instant}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `tui::text::Span` [INFO] [stdout] --> src/emu/debug_interface.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use tui::text::Span; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0583. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `nes_emu` due to 5 previous errors; 2 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "1ba20904e7923bba98052a0a68ef43afe00981b22991fdb79a2c4ff007d9f9b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1ba20904e7923bba98052a0a68ef43afe00981b22991fdb79a2c4ff007d9f9b0", kill_on_drop: false }` [INFO] [stdout] 1ba20904e7923bba98052a0a68ef43afe00981b22991fdb79a2c4ff007d9f9b0