Sep 04 17:07:52.227 INFO checking gameboy_core-0.1.14 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 17:07:52.227 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 17:07:52.228 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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=500" "-e" "CMD=cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 17:07:52.393 INFO blam! 745a9a3adfe71e7512c5d25105626895134731378a83e54b706b48b39948245c Sep 04 17:07:52.395 INFO running `"docker" "start" "-a" "745a9a3adfe71e7512c5d25105626895134731378a83e54b706b48b39948245c"` Sep 04 17:07:53.092 INFO kablam! Checking gameboy_core v0.1.14 (file:///source) Sep 04 17:07:54.769 INFO kablam! warning: unused variable: `memory` Sep 04 17:07:54.769 INFO kablam! --> src/joypad/mod.rs:24:34 Sep 04 17:07:54.769 INFO kablam! | Sep 04 17:07:54.769 INFO kablam! 24 | pub fn save_to_memory(&self, memory: &mut Memory) {} Sep 04 17:07:54.769 INFO kablam! | ^^^^^^ help: consider using `_memory` instead Sep 04 17:07:54.770 INFO kablam! | Sep 04 17:07:54.770 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 17:07:54.770 INFO kablam! Sep 04 17:07:55.064 INFO kablam! warning: field is never used: `use_direction_keys` Sep 04 17:07:55.064 INFO kablam! --> src/joypad/mod.rs:10:5 Sep 04 17:07:55.064 INFO kablam! | Sep 04 17:07:55.064 INFO kablam! 10 | use_direction_keys: bool, Sep 04 17:07:55.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 17:07:55.064 INFO kablam! | Sep 04 17:07:55.064 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 17:07:55.064 INFO kablam! Sep 04 17:07:55.541 INFO kablam! error[E0599]: no method named `get_tile_from_map0` found for type `mmu::Memory` in the current scope Sep 04 17:07:55.541 INFO kablam! --> src/mmu/mod.rs:203:29 Sep 04 17:07:55.541 INFO kablam! | Sep 04 17:07:55.541 INFO kablam! 7 | pub struct Memory { Sep 04 17:07:55.541 INFO kablam! | ----------------- method `get_tile_from_map0` not found for this Sep 04 17:07:55.541 INFO kablam! ... Sep 04 17:07:55.541 INFO kablam! 203 | let actual = memory.get_tile_from_map0(0); Sep 04 17:07:55.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 04 17:07:55.542 INFO kablam! | Sep 04 17:07:55.542 INFO kablam! = help: did you mean `get_tile_from_set0`? Sep 04 17:07:55.542 INFO kablam! Sep 04 17:07:55.570 INFO kablam! error: couldn't read tests/tetris.gb: No such file or directory (os error 2) Sep 04 17:07:55.570 INFO kablam! --> tests/integration_test.rs:22:15 Sep 04 17:07:55.570 INFO kablam! | Sep 04 17:07:55.570 INFO kablam! 22 | let rom = include_bytes!("tetris.gb").to_vec(); Sep 04 17:07:55.570 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 17:07:55.570 INFO kablam! Sep 04 17:07:55.570 INFO kablam! error: aborting due to previous error Sep 04 17:07:55.570 INFO kablam! Sep 04 17:07:55.575 INFO kablam! error: Could not compile `gameboy_core`. Sep 04 17:07:55.575 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 17:07:55.730 INFO kablam! error: aborting due to previous error Sep 04 17:07:55.730 INFO kablam! Sep 04 17:07:55.730 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 04 17:07:55.737 INFO kablam! error: Could not compile `gameboy_core`. Sep 04 17:07:55.737 INFO kablam! Sep 04 17:07:55.737 INFO kablam! To learn more, run the command again with --verbose. Sep 04 17:07:55.738 INFO kablam! su: No module specific data is present Sep 04 17:07:56.210 INFO running `"docker" "rm" "-f" "745a9a3adfe71e7512c5d25105626895134731378a83e54b706b48b39948245c"` Sep 04 17:07:56.330 INFO blam! 745a9a3adfe71e7512c5d25105626895134731378a83e54b706b48b39948245c