[INFO] cloning repository https://github.com/cosarara/rustgb [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cosarara/rustgb" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcosarara%2Frustgb"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcosarara%2Frustgb'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 00cc099de799d258fff4a799604116ac42cd511d [INFO] checking cosarara/rustgb against nightly-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcosarara%2Frustgb" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cosarara/rustgb on toolchain nightly-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/cosarara/rustgb [INFO] finished tweaking git repo https://github.com/cosarara/rustgb [INFO] tweaked toml for git repo https://github.com/cosarara/rustgb written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/cosarara/rustgb already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=allow" "-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" "+nightly-2019-10-27" "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] 96029c45993607e4eb750b657e26fb6454bc6b887cc3783471b91c886829fc0a [INFO] running `"docker" "start" "-a" "96029c45993607e4eb750b657e26fb6454bc6b887cc3783471b91c886829fc0a"` [INFO] [stderr] Checking time v0.1.40 (https://github.com/rust-lang/time.git#e313afbd) [INFO] [stderr] Checking sdl v0.3.6 (https://github.com/brson/rust-sdl.git#78bd0e74) [INFO] [stderr] Checking rustgb v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:202:29 [INFO] [stderr] | [INFO] [stderr] 202 | let mut rom = [0 as u8, ..0x200]; [INFO] [stderr] | ^^^^^^^ expected u8, found struct `std::ops::RangeTo` [INFO] [stderr] | [INFO] [stderr] = note: expected type `u8` [INFO] [stderr] found type `std::ops::RangeTo<{integer}>` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 1 parameter was supplied [INFO] [stderr] --> src/main.rs:204:19 [INFO] [stderr] | [INFO] [stderr] 204 | let mut cpu = Cpu::new(rom); [INFO] [stderr] | ^^^^^^^^^^^^^ expected 2 parameters [INFO] [stderr] | [INFO] [stderr] ::: src/cpu.rs:113:5 [INFO] [stderr] | [INFO] [stderr] 113 | pub fn new<'a>(rom : &'a [u8], log : bool) -> Cpu<'a> { [INFO] [stderr] | ----------------------------------------------------- defined here [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0308. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `rustgb`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "96029c45993607e4eb750b657e26fb6454bc6b887cc3783471b91c886829fc0a"` [INFO] running `"docker" "rm" "-f" "96029c45993607e4eb750b657e26fb6454bc6b887cc3783471b91c886829fc0a"` [INFO] [stdout] 96029c45993607e4eb750b657e26fb6454bc6b887cc3783471b91c886829fc0a