[INFO] cloning repository https://github.com/poiko/nine [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/poiko/nine" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpoiko%2Fnine", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpoiko%2Fnine'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c702fffd4a008a4395bf08298422d066810eb97c [INFO] checking poiko/nine against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpoiko%2Fnine" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/poiko/nine on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/poiko/nine [INFO] finished tweaking git repo https://github.com/poiko/nine [INFO] tweaked toml for git repo https://github.com/poiko/nine written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/poiko/nine already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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" "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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fd5a1c91e78c3028a0b2aa87313cce8c25b8db1f69509e20c2cbcd8f6039a9a6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "fd5a1c91e78c3028a0b2aa87313cce8c25b8db1f69509e20c2cbcd8f6039a9a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fd5a1c91e78c3028a0b2aa87313cce8c25b8db1f69509e20c2cbcd8f6039a9a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fd5a1c91e78c3028a0b2aa87313cce8c25b8db1f69509e20c2cbcd8f6039a9a6", kill_on_drop: false }` [INFO] [stdout] fd5a1c91e78c3028a0b2aa87313cce8c25b8db1f69509e20c2cbcd8f6039a9a6 [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9cd3fb3186f380a9611fc0c0f25119099b0b22bef0e0c0f72c6c7d121f9704a5 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "9cd3fb3186f380a9611fc0c0f25119099b0b22bef0e0c0f72c6c7d121f9704a5", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking nine v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/nes/mod.rs:46:20 [INFO] [stdout] | [INFO] [stdout] 46 | let mut file = try!(File::open(&path)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/nes/mod.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | try!(file.read_to_end(&mut file_buf)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/nes/mod.rs:46:20 [INFO] [stdout] | [INFO] [stdout] 46 | let mut file = try!(File::open(&path)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/nes/mod.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | try!(file.read_to_end(&mut file_buf)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/nes/cpu.rs:441:13 [INFO] [stdout] | [INFO] [stdout] 441 | 0x81 | 0x85 | 0x8d | 0x91 | 0x95 | 0x99 | 0x9d => { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/nes/cpu.rs:441:13 [INFO] [stdout] | [INFO] [stdout] 441 | 0x81 | 0x85 | 0x8d | 0x91 | 0x95 | 0x99 | 0x9d => { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `Instruction` in public interface (error E0446) [INFO] [stdout] --> src/nes/cpu.rs:208:5 [INFO] [stdout] | [INFO] [stdout] 208 | pub fn run_instruction(&mut self, instr: &Instruction) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(private_in_public)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `Instruction` in public interface (error E0446) [INFO] [stdout] --> src/nes/cpu.rs:208:5 [INFO] [stdout] | [INFO] [stdout] 208 | pub fn run_instruction(&mut self, instr: &Instruction) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(private_in_public)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_IRQ_POS` [INFO] [stdout] --> src/nes/cpu.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | const INT_IRQ_POS: usize = 0xfffe; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_IRQ_POS` [INFO] [stdout] --> src/nes/cpu.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | const INT_IRQ_POS: usize = 0xfffe; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `page_cycle` [INFO] [stdout] --> src/nes/cpu.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | page_cycle: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `print_stack` [INFO] [stdout] --> src/nes/cpu.rs:129:12 [INFO] [stdout] | [INFO] [stdout] 129 | pub fn print_stack(&self) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `page_cycle` [INFO] [stdout] --> src/nes/cpu.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | page_cycle: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `spr_ram_addr` [INFO] [stdout] --> src/nes/ppu.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | spr_ram_addr: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `print_stack` [INFO] [stdout] --> src/nes/cpu.rs:129:12 [INFO] [stdout] | [INFO] [stdout] 129 | pub fn print_stack(&self) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `spr_ram` [INFO] [stdout] --> src/nes/ppu.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | spr_ram: Vec [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `spr_ram_addr` [INFO] [stdout] --> src/nes/ppu.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | spr_ram_addr: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `CHR_BANK_SIZE` [INFO] [stdout] --> src/nes/mod.rs:41:1 [INFO] [stdout] | [INFO] [stdout] 41 | pub const CHR_BANK_SIZE: usize = 0x2000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `TRAINER_SIZE` [INFO] [stdout] --> src/nes/mod.rs:43:1 [INFO] [stdout] | [INFO] [stdout] 43 | const TRAINER_SIZE: usize = 512; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `spr_ram` [INFO] [stdout] --> src/nes/ppu.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | spr_ram: Vec [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `CHR_BANK_SIZE` [INFO] [stdout] --> src/nes/mod.rs:41:1 [INFO] [stdout] | [INFO] [stdout] 41 | pub const CHR_BANK_SIZE: usize = 0x2000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `TRAINER_SIZE` [INFO] [stdout] --> src/nes/mod.rs:43:1 [INFO] [stdout] | [INFO] [stdout] 43 | const TRAINER_SIZE: usize = 512; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.90s [INFO] running `Command { std: "docker" "inspect" "9cd3fb3186f380a9611fc0c0f25119099b0b22bef0e0c0f72c6c7d121f9704a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9cd3fb3186f380a9611fc0c0f25119099b0b22bef0e0c0f72c6c7d121f9704a5", kill_on_drop: false }` [INFO] [stdout] 9cd3fb3186f380a9611fc0c0f25119099b0b22bef0e0c0f72c6c7d121f9704a5