Sep 19 11:19:06.176 INFO checking yamash723/nes-hello-world-rust against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 11:19:06.176 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 11:19:06.176 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-3/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 11:19:06.667 INFO blam! 456f340cb5283145b08ef94024d0c77eb4eef2c62df862820652caad37cfb7e7 Sep 19 11:19:06.669 INFO running `"docker" "start" "-a" "456f340cb5283145b08ef94024d0c77eb4eef2c62df862820652caad37cfb7e7"` Sep 19 11:19:08.126 INFO kablam! usermod: no changes Sep 19 11:19:08.207 INFO kablam! Compiling num-traits v0.2.5 Sep 19 11:19:08.210 INFO kablam! Compiling num-integer v0.1.39 Sep 19 11:19:08.210 INFO kablam! Compiling num-iter v0.1.37 Sep 19 11:19:08.210 INFO kablam! Compiling cfg-if v0.1.4 Sep 19 11:19:08.211 INFO kablam! Checking libc v0.2.42 Sep 19 11:19:08.211 INFO kablam! Compiling nes-hello-world-rust v0.1.0 (/source) Sep 19 11:19:08.211 INFO kablam! Checking bitflags v0.7.0 Sep 19 11:19:08.211 INFO kablam! Checking lazy_static v0.2.11 Sep 19 11:19:08.616 INFO kablam! Checking lazy_static v1.0.0 Sep 19 11:19:08.790 INFO kablam! Checking arrayref v0.3.4 Sep 19 11:19:08.819 INFO kablam! Compiling sdl2-sys v0.31.0 Sep 19 11:19:14.985 INFO kablam! Checking rand v0.4.2 Sep 19 11:19:19.448 INFO kablam! Checking rand v0.3.22 Sep 19 11:19:21.007 INFO kablam! Checking num v0.1.42 Sep 19 11:19:21.147 INFO kablam! Checking sdl2 v0.31.0 Sep 19 11:19:24.750 INFO kablam! warning: unused import: `nes::ram::Ram` Sep 19 11:19:24.750 INFO kablam! --> src/nes/ppu/tile.rs:1:5 Sep 19 11:19:24.750 INFO kablam! | Sep 19 11:19:24.750 INFO kablam! 1 | use nes::ram::Ram; Sep 19 11:19:24.750 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 11:19:24.750 INFO kablam! | Sep 19 11:19:24.750 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 11:19:24.750 INFO kablam! Sep 19 11:19:24.763 INFO kablam! warning: unused import: `nes::ram::Ram` Sep 19 11:19:24.763 INFO kablam! --> src/nes/ppu/registers/ppu_data.rs:1:5 Sep 19 11:19:24.763 INFO kablam! | Sep 19 11:19:24.763 INFO kablam! 1 | use nes::ram::Ram; Sep 19 11:19:24.764 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 11:19:24.764 INFO kablam! Sep 19 11:19:24.764 INFO kablam! warning: unused import: `nes::ram::Ram` Sep 19 11:19:24.764 INFO kablam! --> src/nes/ppu/registers/mod.rs:13:5 Sep 19 11:19:24.764 INFO kablam! | Sep 19 11:19:24.764 INFO kablam! 13 | use nes::ram::Ram; Sep 19 11:19:24.765 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 11:19:24.765 INFO kablam! Sep 19 11:19:25.491 INFO kablam! warning: method is never used: `to_bit` Sep 19 11:19:25.491 INFO kablam! --> src/nes/cpu/registers.rs:56:5 Sep 19 11:19:25.491 INFO kablam! | Sep 19 11:19:25.492 INFO kablam! 56 | pub fn to_bit(&self) -> u8 { Sep 19 11:19:25.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 11:19:25.492 INFO kablam! | Sep 19 11:19:25.493 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 11:19:25.493 INFO kablam! Sep 19 11:19:25.493 INFO kablam! warning: method is never used: `set_by_bit` Sep 19 11:19:25.493 INFO kablam! --> src/nes/cpu/registers.rs:67:5 Sep 19 11:19:25.494 INFO kablam! | Sep 19 11:19:25.494 INFO kablam! 67 | pub fn set_by_bit(&mut self, status: u8) { Sep 19 11:19:25.494 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 11:19:25.495 INFO kablam! Sep 19 11:19:25.495 INFO kablam! warning: variant is never constructed: `Accumulator` Sep 19 11:19:25.495 INFO kablam! --> src/nes/cpu/opecode.rs:13:5 Sep 19 11:19:25.496 INFO kablam! | Sep 19 11:19:25.496 INFO kablam! 13 | Accumulator, Sep 19 11:19:25.496 INFO kablam! | ^^^^^^^^^^^ Sep 19 11:19:25.496 INFO kablam! Sep 19 11:19:25.497 INFO kablam! warning: method is never used: `read` Sep 19 11:19:25.497 INFO kablam! --> src/nes/ppu/registers/ppu_ctrl.rs:41:5 Sep 19 11:19:25.497 INFO kablam! | Sep 19 11:19:25.498 INFO kablam! 41 | pub fn read(&self) -> u8 { Sep 19 11:19:25.498 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 11:19:25.498 INFO kablam! Sep 19 11:19:25.499 INFO kablam! warning: method is never used: `read` Sep 19 11:19:25.499 INFO kablam! --> src/nes/ppu/registers/ppu_mask.rs:45:5 Sep 19 11:19:25.499 INFO kablam! | Sep 19 11:19:25.500 INFO kablam! 45 | pub fn read(self) -> u8 { Sep 19 11:19:25.500 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 11:19:25.500 INFO kablam! Sep 19 11:19:25.500 INFO kablam! warning: variant is never constructed: `Sprite` Sep 19 11:19:25.501 INFO kablam! --> src/nes/ppu/palette_ram.rs:6:5 Sep 19 11:19:25.501 INFO kablam! | Sep 19 11:19:25.501 INFO kablam! 6 | Sprite, Sep 19 11:19:25.502 INFO kablam! | ^^^^^^ Sep 19 11:19:25.502 INFO kablam! Sep 19 11:19:26.543 INFO kablam! warning: variant is never constructed: `Accumulator` Sep 19 11:19:26.543 INFO kablam! --> src/nes/cpu/opecode.rs:13:5 Sep 19 11:19:26.543 INFO kablam! | Sep 19 11:19:26.543 INFO kablam! 13 | Accumulator, Sep 19 11:19:26.543 INFO kablam! | ^^^^^^^^^^^ Sep 19 11:19:26.543 INFO kablam! | Sep 19 11:19:26.543 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 11:19:26.543 INFO kablam! Sep 19 11:19:26.699 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.55s Sep 19 11:19:26.711 INFO kablam! su: No module specific data is present Sep 19 11:19:28.710 INFO running `"docker" "rm" "-f" "456f340cb5283145b08ef94024d0c77eb4eef2c62df862820652caad37cfb7e7"` Sep 19 11:19:29.024 INFO blam! 456f340cb5283145b08ef94024d0c77eb4eef2c62df862820652caad37cfb7e7