[INFO] cloning repository https://github.com/davidhollis/rust-gba-scratchpad [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/davidhollis/rust-gba-scratchpad" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdavidhollis%2Frust-gba-scratchpad", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdavidhollis%2Frust-gba-scratchpad'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2d02fd4839bca33f6ef4167e5f83af3db7c517ff [INFO] checking davidhollis/rust-gba-scratchpad/2d02fd4839bca33f6ef4167e5f83af3db7c517ff against master#f609b7e0586f81fefb3523e3e17adf779ac416be for pr-129466-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdavidhollis%2Frust-gba-scratchpad" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/davidhollis/rust-gba-scratchpad on toolchain f609b7e0586f81fefb3523e3e17adf779ac416be [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-6-tc1/source/.cargo/config.toml [INFO] removed /workspace/builds/worker-6-tc1/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/davidhollis/rust-gba-scratchpad [INFO] finished tweaking git repo https://github.com/davidhollis/rust-gba-scratchpad [INFO] tweaked toml for git repo https://github.com/davidhollis/rust-gba-scratchpad written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/davidhollis/rust-gba-scratchpad 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" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded voladdress v0.4.5 [INFO] [stderr] Downloaded gba v0.5.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c8caa15ec077a0249bfc78340a0ef5042d8b82b68aa01549b7c4f00f76747c7c [INFO] running `Command { std: "docker" "start" "-a" "c8caa15ec077a0249bfc78340a0ef5042d8b82b68aa01549b7c4f00f76747c7c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c8caa15ec077a0249bfc78340a0ef5042d8b82b68aa01549b7c4f00f76747c7c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c8caa15ec077a0249bfc78340a0ef5042d8b82b68aa01549b7c4f00f76747c7c", kill_on_drop: false }` [INFO] [stdout] c8caa15ec077a0249bfc78340a0ef5042d8b82b68aa01549b7c4f00f76747c7c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9d2289812a9132ebbf2ec9377dfae52871f5082edab09be5bfdf0519b8452c94 [INFO] running `Command { std: "docker" "start" "-a" "9d2289812a9132ebbf2ec9377dfae52871f5082edab09be5bfdf0519b8452c94", kill_on_drop: false }` [INFO] [stderr] Checking voladdress v0.4.5 [INFO] [stderr] Compiling gba v0.5.2 [INFO] [stderr] Checking gbamath v0.1.0 (/opt/rustwide/workdir/lib/gbamath) [INFO] [stderr] Checking gbainputs v0.1.0 (/opt/rustwide/workdir/lib/gbainputs) [INFO] [stderr] Checking running v0.1.0 (/opt/rustwide/workdir/01-running) [INFO] [stderr] Checking buttons v0.1.0 (/opt/rustwide/workdir/00-buttons) [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> 01-running/src/main.rs:191:13 [INFO] [stdout] | [INFO] [stdout] 191 | asm!( [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 5 + use core::arch::asm; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> 01-running/src/main.rs:191:13 [INFO] [stdout] | [INFO] [stdout] 191 | asm!( [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 5 + use core::arch::asm; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `VCOUNT` in this scope [INFO] [stdout] --> 00-buttons/src/main.rs:249:9 [INFO] [stdout] | [INFO] [stdout] 249 | while VCOUNT.read() < 160 {} [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `VCOUNT` in this scope [INFO] [stdout] --> 00-buttons/src/main.rs:254:9 [INFO] [stdout] | [INFO] [stdout] 254 | while VCOUNT.read() >= 160 {} [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DISPCNT` in this scope [INFO] [stdout] --> 00-buttons/src/main.rs:275:3 [INFO] [stdout] | [INFO] [stdout] 275 | DISPCNT.write(SETUP_DISPLAY); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `KEYINPUT` in this scope [INFO] [stdout] --> 00-buttons/src/main.rs:279:24 [INFO] [stdout] | [INFO] [stdout] 279 | let mut keys: Keys = KEYINPUT.read().into(); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `KEYINPUT` in this scope [INFO] [stdout] --> 00-buttons/src/main.rs:297:12 [INFO] [stdout] | [INFO] [stdout] 297 | keys = KEYINPUT.read().into(); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `VCOUNT` in this scope [INFO] [stdout] --> 00-buttons/src/main.rs:249:9 [INFO] [stdout] | [INFO] [stdout] 249 | while VCOUNT.read() < 160 {} [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `VCOUNT` in this scope [INFO] [stdout] --> 00-buttons/src/main.rs:254:9 [INFO] [stdout] | [INFO] [stdout] 254 | while VCOUNT.read() >= 160 {} [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DISPCNT` in this scope [INFO] [stdout] --> 00-buttons/src/main.rs:275:3 [INFO] [stdout] | [INFO] [stdout] 275 | DISPCNT.write(SETUP_DISPLAY); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `KEYINPUT` in this scope [INFO] [stdout] --> 00-buttons/src/main.rs:279:24 [INFO] [stdout] | [INFO] [stdout] 279 | let mut keys: Keys = KEYINPUT.read().into(); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `KEYINPUT` in this scope [INFO] [stdout] --> 00-buttons/src/main.rs:297:12 [INFO] [stdout] | [INFO] [stdout] 297 | keys = KEYINPUT.read().into(); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unwinding panics are not supported without std [INFO] [stdout] | [INFO] [stdout] = help: using nightly cargo, use -Zbuild-std with panic="abort" to avoid unwinding [INFO] [stdout] = note: since the core library is usually precompiled with panic="unwind", rebuilding your crate with panic="abort" may not be enough to fix the problem [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DISPCNT` in this scope [INFO] [stdout] --> 01-running/src/main.rs:140:5 [INFO] [stdout] | [INFO] [stdout] 140 | DISPCNT.write(SETUP_DISPLAY); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DISPCNT` in this scope [INFO] [stdout] --> 01-running/src/main.rs:140:5 [INFO] [stdout] | [INFO] [stdout] 140 | DISPCNT.write(SETUP_DISPLAY); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DMA3SAD` in this scope [INFO] [stdout] --> 01-running/src/main.rs:180:13 [INFO] [stdout] | [INFO] [stdout] 180 | DMA3SAD.write(&raw_color as *const _ as usize); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DMA3SAD` in this scope [INFO] [stdout] --> 01-running/src/main.rs:180:13 [INFO] [stdout] | [INFO] [stdout] 180 | DMA3SAD.write(&raw_color as *const _ as usize); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DMA3DAD` in this scope [INFO] [stdout] --> 01-running/src/main.rs:181:13 [INFO] [stdout] | [INFO] [stdout] 181 | DMA3DAD.write(0x0600_0000usize + ((mode3::WIDTH * (y as usize)) + (left as usize)) * 2usize); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DMA3CNT_L` in this scope [INFO] [stdout] --> 01-running/src/main.rs:182:13 [INFO] [stdout] | [INFO] [stdout] 182 | DMA3CNT_L.write(word_count); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DMA3CNT_H` in this scope [INFO] [stdout] --> 01-running/src/main.rs:189:13 [INFO] [stdout] | [INFO] [stdout] 189 | DMA3CNT_H.write(CTRL); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DMA3DAD` in this scope [INFO] [stdout] --> 01-running/src/main.rs:181:13 [INFO] [stdout] | [INFO] [stdout] 181 | DMA3DAD.write(0x0600_0000usize + ((mode3::WIDTH * (y as usize)) + (left as usize)) * 2usize); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `VCOUNT` in this scope [INFO] [stdout] --> 01-running/src/main.rs:205:9 [INFO] [stdout] | [INFO] [stdout] 205 | while VCOUNT.read() < 160 {} [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DMA3CNT_L` in this scope [INFO] [stdout] --> 01-running/src/main.rs:182:13 [INFO] [stdout] | [INFO] [stdout] 182 | DMA3CNT_L.write(word_count); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `VCOUNT` in this scope [INFO] [stdout] --> 01-running/src/main.rs:210:9 [INFO] [stdout] | [INFO] [stdout] 210 | while VCOUNT.read() >= 160 {} [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DMA3CNT_H` in this scope [INFO] [stdout] --> 01-running/src/main.rs:189:13 [INFO] [stdout] | [INFO] [stdout] 189 | DMA3CNT_H.write(CTRL); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `VCOUNT` in this scope [INFO] [stdout] --> 01-running/src/main.rs:205:9 [INFO] [stdout] | [INFO] [stdout] 205 | while VCOUNT.read() < 160 {} [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `VCOUNT` in this scope [INFO] [stdout] --> 01-running/src/main.rs:210:9 [INFO] [stdout] | [INFO] [stdout] 210 | while VCOUNT.read() >= 160 {} [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unwinding panics are not supported without std [INFO] [stdout] | [INFO] [stdout] = help: using nightly cargo, use -Zbuild-std with panic="abort" to avoid unwinding [INFO] [stdout] = note: since the core library is usually precompiled with panic="unwind", rebuilding your crate with panic="abort" may not be enough to fix the problem [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0152]: found duplicate lang item `panic_impl` [INFO] [stdout] --> 01-running/src/main.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / fn panic(_info: &core::panic::PanicInfo) -> ! { [INFO] [stdout] 15 | | mode3::dma3_clear_to(Color::from_rgb(31,0,0)); [INFO] [stdout] 16 | | loop {} [INFO] [stdout] 17 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: the lang item is first defined in crate `std` (which `test` depends on) [INFO] [stdout] = note: first definition in `std` loaded from /opt/rustwide/rustup-home/toolchains/f609b7e0586f81fefb3523e3e17adf779ac416be/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-e0ee872a6f64065a.rlib [INFO] [stdout] = note: second definition in the local crate (`running`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `asm` has been stable since 1.59.0 and no longer requires an attribute to enable [INFO] [stdout] --> 01-running/src/main.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(asm)] [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0152]: found duplicate lang item `panic_impl` [INFO] [stdout] --> 00-buttons/src/main.rs:242:1 [INFO] [stdout] | [INFO] [stdout] 242 | / fn panic(_info: &core::panic::PanicInfo) -> ! { [INFO] [stdout] 243 | | loop {} [INFO] [stdout] 244 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: the lang item is first defined in crate `std` (which `test` depends on) [INFO] [stdout] = note: first definition in `std` loaded from /opt/rustwide/rustup-home/toolchains/f609b7e0586f81fefb3523e3e17adf779ac416be/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-e0ee872a6f64065a.rlib [INFO] [stdout] = note: second definition in the local crate (`buttons`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mode3` [INFO] [stdout] --> 01-running/src/main.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | mode3::dma3_clear_to(Color::from_rgb(31,0,0)); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `mode3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mode3` [INFO] [stdout] --> 01-running/src/main.rs:123:9 [INFO] [stdout] | [INFO] [stdout] 123 | mode3::bitmap_xy(center_x.into(), center_y.into()).write(Player::CENTER_COLOR); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `mode3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mode3` [INFO] [stdout] --> 01-running/src/main.rs:126:9 [INFO] [stdout] | [INFO] [stdout] 126 | mode3::bitmap_xy(player_x.into(), player_y.into()).write(Player::ANCHOR_COLOR); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `mode3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mode3` [INFO] [stdout] --> 01-running/src/main.rs:157:5 [INFO] [stdout] | [INFO] [stdout] 157 | mode3::dma3_clear_to(WALL_COLOR); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `mode3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mode3` [INFO] [stdout] --> 01-running/src/main.rs:181:48 [INFO] [stdout] | [INFO] [stdout] 181 | DMA3DAD.write(0x0600_0000usize + ((mode3::WIDTH * (y as usize)) + (left as usize)) * 2usize); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `mode3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mode3` [INFO] [stdout] --> 00-buttons/src/main.rs:268:5 [INFO] [stdout] | [INFO] [stdout] 268 | mode3::bitmap_xy(x + dx, y + dy).write(modified_color); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `mode3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mode3` [INFO] [stdout] --> 01-running/src/main.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | mode3::dma3_clear_to(Color::from_rgb(31,0,0)); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `mode3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mode3` [INFO] [stdout] --> 01-running/src/main.rs:123:9 [INFO] [stdout] | [INFO] [stdout] 123 | mode3::bitmap_xy(center_x.into(), center_y.into()).write(Player::CENTER_COLOR); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `mode3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mode3` [INFO] [stdout] --> 00-buttons/src/main.rs:277:3 [INFO] [stdout] | [INFO] [stdout] 277 | mode3::dma3_clear_to(W); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `mode3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mode3` [INFO] [stdout] --> 01-running/src/main.rs:126:9 [INFO] [stdout] | [INFO] [stdout] 126 | mode3::bitmap_xy(player_x.into(), player_y.into()).write(Player::ANCHOR_COLOR); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `mode3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mode3` [INFO] [stdout] --> 01-running/src/main.rs:157:5 [INFO] [stdout] | [INFO] [stdout] 157 | mode3::dma3_clear_to(WALL_COLOR); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `mode3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mode3` [INFO] [stdout] --> 00-buttons/src/main.rs:268:5 [INFO] [stdout] | [INFO] [stdout] 268 | mode3::bitmap_xy(x + dx, y + dy).write(modified_color); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `mode3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mode3` [INFO] [stdout] --> 01-running/src/main.rs:181:48 [INFO] [stdout] | [INFO] [stdout] 181 | DMA3DAD.write(0x0600_0000usize + ((mode3::WIDTH * (y as usize)) + (left as usize)) * 2usize); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `mode3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mode3` [INFO] [stdout] --> 00-buttons/src/main.rs:277:3 [INFO] [stdout] | [INFO] [stdout] 277 | mode3::dma3_clear_to(W); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `mode3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 14 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0152, E0425, E0433. [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0152`. [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0152, E0425, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0152`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 14 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `buttons` (bin "buttons" test) due to 9 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `running` (bin "running" test) due to 15 previous errors [INFO] [stderr] error: could not compile `buttons` (bin "buttons") due to 9 previous errors [INFO] [stderr] error: could not compile `running` (bin "running") due to 15 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "9d2289812a9132ebbf2ec9377dfae52871f5082edab09be5bfdf0519b8452c94", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9d2289812a9132ebbf2ec9377dfae52871f5082edab09be5bfdf0519b8452c94", kill_on_drop: false }` [INFO] [stdout] 9d2289812a9132ebbf2ec9377dfae52871f5082edab09be5bfdf0519b8452c94