Sep 14 13:57:30.978 INFO checking libcw-0.1.1 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 13:57:30.978 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 13:57:30.978 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-5/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 13:57:31.253 INFO blam! 91b431baeac6047d6f02f6aedf1cf4a2debb29d17990b7b9c59687635b938ed2 Sep 14 13:57:31.259 INFO running `"docker" "start" "-a" "91b431baeac6047d6f02f6aedf1cf4a2debb29d17990b7b9c59687635b938ed2"` Sep 14 13:57:32.063 INFO kablam! usermod: no changes Sep 14 13:57:32.210 INFO kablam! Checking libcw v0.1.1 (file:///source) Sep 14 13:57:32.871 INFO kablam! warning: unused `#[macro_use]` import Sep 14 13:57:32.871 INFO kablam! --> src/lib.rs:10:1 Sep 14 13:57:32.871 INFO kablam! | Sep 14 13:57:32.871 INFO kablam! 10 | #[macro_use] extern crate lazy_static; Sep 14 13:57:32.871 INFO kablam! | ^^^^^^^^^^^^ Sep 14 13:57:32.871 INFO kablam! | Sep 14 13:57:32.871 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 13:57:32.871 INFO kablam! Sep 14 13:57:33.039 INFO kablam! warning: unused `#[macro_use]` import Sep 14 13:57:33.039 INFO kablam! --> src/lib.rs:10:1 Sep 14 13:57:33.039 INFO kablam! | Sep 14 13:57:33.039 INFO kablam! 10 | #[macro_use] extern crate lazy_static; Sep 14 13:57:33.039 INFO kablam! | ^^^^^^^^^^^^ Sep 14 13:57:33.039 INFO kablam! | Sep 14 13:57:33.039 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 13:57:33.039 INFO kablam! Sep 14 13:57:33.143 INFO kablam! warning: unreachable expression Sep 14 13:57:33.143 INFO kablam! --> src/parser.rs:128:5 Sep 14 13:57:33.143 INFO kablam! | Sep 14 13:57:33.143 INFO kablam! 128 | Ok(()) Sep 14 13:57:33.143 INFO kablam! | ^^^^^^ Sep 14 13:57:33.143 INFO kablam! | Sep 14 13:57:33.143 INFO kablam! = note: #[warn(unreachable_code)] on by default Sep 14 13:57:33.143 INFO kablam! Sep 14 13:57:33.163 INFO kablam! warning: unused variable: `program_str` Sep 14 13:57:33.163 INFO kablam! --> src/parser.rs:124:17 Sep 14 13:57:33.163 INFO kablam! | Sep 14 13:57:33.163 INFO kablam! 124 | fn lex_into<'a>(program_str: &'a str, buf: &'a mut Vec) Sep 14 13:57:33.163 INFO kablam! | ^^^^^^^^^^^ help: consider using `_program_str` instead Sep 14 13:57:33.163 INFO kablam! | Sep 14 13:57:33.163 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 14 13:57:33.163 INFO kablam! Sep 14 13:57:33.163 INFO kablam! warning: unused variable: `buf` Sep 14 13:57:33.163 INFO kablam! --> src/parser.rs:124:39 Sep 14 13:57:33.163 INFO kablam! | Sep 14 13:57:33.163 INFO kablam! 124 | fn lex_into<'a>(program_str: &'a str, buf: &'a mut Vec) Sep 14 13:57:33.163 INFO kablam! | ^^^ help: consider using `_buf` instead Sep 14 13:57:33.163 INFO kablam! Sep 14 13:57:33.242 INFO kablam! warning: method is never used: `store_pspace` Sep 14 13:57:33.242 INFO kablam! --> src/simulation/mars.rs:628:5 Sep 14 13:57:33.242 INFO kablam! | Sep 14 13:57:33.242 INFO kablam! 628 | fn store_pspace(&mut self, pin: Pin, addr: Address, value: Value) Sep 14 13:57:33.242 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 13:57:33.242 INFO kablam! | Sep 14 13:57:33.242 INFO kablam! = note: #[warn(dead_code)] on by default Sep 14 13:57:33.242 INFO kablam! Sep 14 13:57:33.242 INFO kablam! warning: method is never used: `store_effective_a` Sep 14 13:57:33.243 INFO kablam! --> src/simulation/mars.rs:644:5 Sep 14 13:57:33.243 INFO kablam! | Sep 14 13:57:33.243 INFO kablam! 644 | fn store_effective_a(&mut self, instr: T) Sep 14 13:57:33.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 13:57:33.243 INFO kablam! Sep 14 13:57:33.243 INFO kablam! warning: method is never used: `fetch_pspace` Sep 14 13:57:33.243 INFO kablam! --> src/simulation/mars.rs:675:5 Sep 14 13:57:33.243 INFO kablam! | Sep 14 13:57:33.243 INFO kablam! 675 | fn fetch_pspace(&self, pin: Pin, addr: Address) -> Value Sep 14 13:57:33.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 13:57:33.243 INFO kablam! Sep 14 13:57:33.599 INFO kablam! warning: unreachable expression Sep 14 13:57:33.599 INFO kablam! --> src/parser.rs:128:5 Sep 14 13:57:33.599 INFO kablam! | Sep 14 13:57:33.599 INFO kablam! 128 | Ok(()) Sep 14 13:57:33.599 INFO kablam! | ^^^^^^ Sep 14 13:57:33.599 INFO kablam! | Sep 14 13:57:33.599 INFO kablam! = note: #[warn(unreachable_code)] on by default Sep 14 13:57:33.599 INFO kablam! Sep 14 13:57:33.719 INFO kablam! warning: unused variable: `program_str` Sep 14 13:57:33.719 INFO kablam! --> src/parser.rs:124:17 Sep 14 13:57:33.719 INFO kablam! | Sep 14 13:57:33.719 INFO kablam! 124 | fn lex_into<'a>(program_str: &'a str, buf: &'a mut Vec) Sep 14 13:57:33.719 INFO kablam! | ^^^^^^^^^^^ help: consider using `_program_str` instead Sep 14 13:57:33.719 INFO kablam! | Sep 14 13:57:33.719 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 14 13:57:33.719 INFO kablam! Sep 14 13:57:33.719 INFO kablam! warning: unused variable: `buf` Sep 14 13:57:33.719 INFO kablam! --> src/parser.rs:124:39 Sep 14 13:57:33.719 INFO kablam! | Sep 14 13:57:33.719 INFO kablam! 124 | fn lex_into<'a>(program_str: &'a str, buf: &'a mut Vec) Sep 14 13:57:33.719 INFO kablam! | ^^^ help: consider using `_buf` instead Sep 14 13:57:33.719 INFO kablam! Sep 14 13:57:33.871 INFO kablam! warning: method is never used: `store_pspace` Sep 14 13:57:33.871 INFO kablam! --> src/simulation/mars.rs:628:5 Sep 14 13:57:33.871 INFO kablam! | Sep 14 13:57:33.871 INFO kablam! 628 | fn store_pspace(&mut self, pin: Pin, addr: Address, value: Value) Sep 14 13:57:33.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 13:57:33.871 INFO kablam! | Sep 14 13:57:33.871 INFO kablam! = note: #[warn(dead_code)] on by default Sep 14 13:57:33.871 INFO kablam! Sep 14 13:57:33.871 INFO kablam! warning: method is never used: `store_effective_a` Sep 14 13:57:33.871 INFO kablam! --> src/simulation/mars.rs:644:5 Sep 14 13:57:33.871 INFO kablam! | Sep 14 13:57:33.871 INFO kablam! 644 | fn store_effective_a(&mut self, instr: T) Sep 14 13:57:33.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 13:57:33.871 INFO kablam! Sep 14 13:57:33.871 INFO kablam! warning: method is never used: `fetch_pspace` Sep 14 13:57:33.871 INFO kablam! --> src/simulation/mars.rs:675:5 Sep 14 13:57:33.871 INFO kablam! | Sep 14 13:57:33.871 INFO kablam! 675 | fn fetch_pspace(&self, pin: Pin, addr: Address) -> Value Sep 14 13:57:33.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 13:57:33.871 INFO kablam! Sep 14 13:57:34.124 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.03s Sep 14 13:57:34.126 INFO kablam! su: No module specific data is present Sep 14 13:57:34.856 INFO running `"docker" "rm" "-f" "91b431baeac6047d6f02f6aedf1cf4a2debb29d17990b7b9c59687635b938ed2"` Sep 14 13:57:35.028 INFO blam! 91b431baeac6047d6f02f6aedf1cf4a2debb29d17990b7b9c59687635b938ed2