[INFO] cloning repository https://github.com/casept/industry-advance [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/casept/industry-advance" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcasept%2Findustry-advance"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcasept%2Findustry-advance'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a594d63d010128bd061cf23394586425be14f6cf [INFO] checking casept/industry-advance against master#fdc0011561c6365c596dfd8fa1ef388162bc89c7 for pr-66504-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcasept%2Findustry-advance" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/casept/industry-advance on toolchain fdc0011561c6365c596dfd8fa1ef388162bc89c7 [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/casept/industry-advance [INFO] finished tweaking git repo https://github.com/casept/industry-advance [INFO] tweaked toml for git repo https://github.com/casept/industry-advance written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/casept/industry-advance already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4d73209d7652ba54d93ec9f0a819388b1b21fcd34d17903e5530e4505453bd9b [INFO] running `"docker" "start" "-a" "4d73209d7652ba54d93ec9f0a819388b1b21fcd34d17903e5530e4505453bd9b"` [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking voladdress v0.2.5 [INFO] [stderr] Compiling gba-proc-macro v0.5.0 [INFO] [stderr] Checking gba v0.4.0-pre (https://github.com/rust-console/gba#35e9857d) [INFO] [stderr] Checking industry-advance v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: expected identifier, found `}` [INFO] [stderr] --> src/main.rs:95:2 [INFO] [stderr] | [INFO] [stderr] 95 | } [INFO] [stderr] | ^ expected identifier [INFO] [stderr] [INFO] [stderr] error: expected identifier, found `}` [INFO] [stderr] --> src/main.rs:95:2 [INFO] [stderr] | [INFO] [stderr] 95 | } [INFO] [stderr] | ^ expected identifier [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `CHAR_BASE_BLOCKS` in this scope [INFO] [stderr] --> src/main.rs:81:12 [INFO] [stderr] | [INFO] [stderr] 81 | unsafe { CHAR_BASE_BLOCKS.index(charblock).cast::().offset(index as isize).write(tile) } [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use gba::vram::CHAR_BASE_BLOCKS; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unused imports: `DISPCNT`, `get_4bpp_character_block`, `keypad` [INFO] [stderr] --> src/main.rs:7:49 [INFO] [stderr] | [INFO] [stderr] 7 | display::{DisplayControlSetting, DisplayMode, DISPCNT, VBLANK_SCANLINE, VCOUNT}, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] 8 | keypad, *, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 11 | vram::{get_4bpp_character_block}, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: language item required, but not found: `eh_personality` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `industry-advance`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0425]: cannot find value `CHAR_BASE_BLOCKS` in this scope [INFO] [stderr] --> src/main.rs:81:12 [INFO] [stderr] | [INFO] [stderr] 81 | unsafe { CHAR_BASE_BLOCKS.index(charblock).cast::().offset(index as isize).write(tile) } [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use gba::vram::CHAR_BASE_BLOCKS; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unused imports: `DISPCNT`, `get_4bpp_character_block`, `keypad` [INFO] [stderr] --> src/main.rs:7:49 [INFO] [stderr] | [INFO] [stderr] 7 | display::{DisplayControlSetting, DisplayMode, DISPCNT, VBLANK_SCANLINE, VCOUNT}, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] 8 | keypad, *, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 11 | vram::{get_4bpp_character_block}, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0152]: duplicate lang item found: `panic_impl`. [INFO] [stderr] --> src/main.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | / fn panic(info: &core::panic::PanicInfo) -> ! { [INFO] [stderr] 20 | | // This kills the emulation with a message if we're running within mGBA. [INFO] [stderr] 21 | | fatal!("{}", info); [INFO] [stderr] 22 | | // If we're _not_ running within mGBA then we still need to not return, so [INFO] [stderr] 23 | | // loop forever doing nothing. [INFO] [stderr] 24 | | loop {} [INFO] [stderr] 25 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: first defined in crate `std` (which `test` depends on). [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0152, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0152`. [INFO] [stderr] error: could not compile `industry-advance`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "4d73209d7652ba54d93ec9f0a819388b1b21fcd34d17903e5530e4505453bd9b"` [INFO] running `"docker" "rm" "-f" "4d73209d7652ba54d93ec9f0a819388b1b21fcd34d17903e5530e4505453bd9b"` [INFO] [stdout] 4d73209d7652ba54d93ec9f0a819388b1b21fcd34d17903e5530e4505453bd9b