Oct 27 19:50:41.469 INFO checking libcw-0.1.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 19:50:41.470 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 19:50:42.091 INFO blam! 4706d13596e8174b1eb0d61ce5aee768d7edc7c2d5de489335774f5ed2570594 Oct 27 19:50:42.099 INFO running `"docker" "start" "-a" "4706d13596e8174b1eb0d61ce5aee768d7edc7c2d5de489335774f5ed2570594"` Oct 27 19:50:43.257 INFO kablam! usermod: no changes Oct 27 19:50:43.367 INFO kablam! Checking libcw v0.1.1 (/source) Oct 27 19:50:44.663 INFO kablam! warning: unused `#[macro_use]` import Oct 27 19:50:44.663 INFO kablam! --> src/lib.rs:10:1 Oct 27 19:50:44.663 INFO kablam! | Oct 27 19:50:44.663 INFO kablam! 10 | #[macro_use] extern crate lazy_static; Oct 27 19:50:44.663 INFO kablam! | ^^^^^^^^^^^^ Oct 27 19:50:44.663 INFO kablam! | Oct 27 19:50:44.663 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 19:50:44.663 INFO kablam! Oct 27 19:50:44.831 INFO kablam! warning: unused `#[macro_use]` import Oct 27 19:50:44.831 INFO kablam! --> src/lib.rs:10:1 Oct 27 19:50:44.831 INFO kablam! | Oct 27 19:50:44.831 INFO kablam! 10 | #[macro_use] extern crate lazy_static; Oct 27 19:50:44.831 INFO kablam! | ^^^^^^^^^^^^ Oct 27 19:50:44.831 INFO kablam! | Oct 27 19:50:44.831 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 19:50:44.831 INFO kablam! Oct 27 19:50:44.983 INFO kablam! warning: unreachable expression Oct 27 19:50:44.983 INFO kablam! --> src/parser.rs:128:5 Oct 27 19:50:44.983 INFO kablam! | Oct 27 19:50:44.983 INFO kablam! 128 | Ok(()) Oct 27 19:50:44.983 INFO kablam! | ^^^^^^ Oct 27 19:50:44.983 INFO kablam! | Oct 27 19:50:44.983 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 27 19:50:44.983 INFO kablam! Oct 27 19:50:45.027 INFO kablam! warning: unused variable: `program_str` Oct 27 19:50:45.027 INFO kablam! --> src/parser.rs:124:17 Oct 27 19:50:45.027 INFO kablam! | Oct 27 19:50:45.027 INFO kablam! 124 | fn lex_into<'a>(program_str: &'a str, buf: &'a mut Vec) Oct 27 19:50:45.027 INFO kablam! | ^^^^^^^^^^^ help: consider using `_program_str` instead Oct 27 19:50:45.027 INFO kablam! | Oct 27 19:50:45.027 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 19:50:45.027 INFO kablam! Oct 27 19:50:45.027 INFO kablam! warning: unused variable: `buf` Oct 27 19:50:45.027 INFO kablam! --> src/parser.rs:124:39 Oct 27 19:50:45.027 INFO kablam! | Oct 27 19:50:45.027 INFO kablam! 124 | fn lex_into<'a>(program_str: &'a str, buf: &'a mut Vec) Oct 27 19:50:45.027 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 27 19:50:45.027 INFO kablam! Oct 27 19:50:45.163 INFO kablam! warning: method is never used: `store_pspace` Oct 27 19:50:45.163 INFO kablam! --> src/simulation/mars.rs:628:5 Oct 27 19:50:45.163 INFO kablam! | Oct 27 19:50:45.163 INFO kablam! 628 | fn store_pspace(&mut self, pin: Pin, addr: Address, value: Value) Oct 27 19:50:45.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:50:45.163 INFO kablam! | Oct 27 19:50:45.163 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 19:50:45.163 INFO kablam! Oct 27 19:50:45.163 INFO kablam! warning: method is never used: `store_effective_a` Oct 27 19:50:45.163 INFO kablam! --> src/simulation/mars.rs:644:5 Oct 27 19:50:45.163 INFO kablam! | Oct 27 19:50:45.163 INFO kablam! 644 | fn store_effective_a(&mut self, instr: T) Oct 27 19:50:45.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:50:45.163 INFO kablam! Oct 27 19:50:45.163 INFO kablam! warning: method is never used: `fetch_pspace` Oct 27 19:50:45.163 INFO kablam! --> src/simulation/mars.rs:675:5 Oct 27 19:50:45.163 INFO kablam! | Oct 27 19:50:45.163 INFO kablam! 675 | fn fetch_pspace(&self, pin: Pin, addr: Address) -> Value Oct 27 19:50:45.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:50:45.163 INFO kablam! Oct 27 19:50:45.191 INFO kablam! warning: unreachable expression Oct 27 19:50:45.191 INFO kablam! --> src/parser.rs:128:5 Oct 27 19:50:45.191 INFO kablam! | Oct 27 19:50:45.191 INFO kablam! 128 | Ok(()) Oct 27 19:50:45.191 INFO kablam! | ^^^^^^ Oct 27 19:50:45.191 INFO kablam! | Oct 27 19:50:45.191 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 27 19:50:45.191 INFO kablam! Oct 27 19:50:45.223 INFO kablam! warning: unused variable: `program_str` Oct 27 19:50:45.223 INFO kablam! --> src/parser.rs:124:17 Oct 27 19:50:45.223 INFO kablam! | Oct 27 19:50:45.223 INFO kablam! 124 | fn lex_into<'a>(program_str: &'a str, buf: &'a mut Vec) Oct 27 19:50:45.223 INFO kablam! | ^^^^^^^^^^^ help: consider using `_program_str` instead Oct 27 19:50:45.223 INFO kablam! | Oct 27 19:50:45.223 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 19:50:45.223 INFO kablam! Oct 27 19:50:45.223 INFO kablam! warning: unused variable: `buf` Oct 27 19:50:45.223 INFO kablam! --> src/parser.rs:124:39 Oct 27 19:50:45.223 INFO kablam! | Oct 27 19:50:45.223 INFO kablam! 124 | fn lex_into<'a>(program_str: &'a str, buf: &'a mut Vec) Oct 27 19:50:45.223 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 27 19:50:45.223 INFO kablam! Oct 27 19:50:45.663 INFO kablam! warning: method is never used: `store_pspace` Oct 27 19:50:45.663 INFO kablam! --> src/simulation/mars.rs:628:5 Oct 27 19:50:45.663 INFO kablam! | Oct 27 19:50:45.663 INFO kablam! 628 | fn store_pspace(&mut self, pin: Pin, addr: Address, value: Value) Oct 27 19:50:45.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:50:45.663 INFO kablam! | Oct 27 19:50:45.663 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 19:50:45.663 INFO kablam! Oct 27 19:50:45.663 INFO kablam! warning: method is never used: `store_effective_a` Oct 27 19:50:45.663 INFO kablam! --> src/simulation/mars.rs:644:5 Oct 27 19:50:45.663 INFO kablam! | Oct 27 19:50:45.663 INFO kablam! 644 | fn store_effective_a(&mut self, instr: T) Oct 27 19:50:45.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:50:45.663 INFO kablam! Oct 27 19:50:45.663 INFO kablam! warning: method is never used: `fetch_pspace` Oct 27 19:50:45.663 INFO kablam! --> src/simulation/mars.rs:675:5 Oct 27 19:50:45.663 INFO kablam! | Oct 27 19:50:45.663 INFO kablam! 675 | fn fetch_pspace(&self, pin: Pin, addr: Address) -> Value Oct 27 19:50:45.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:50:45.663 INFO kablam! Oct 27 19:50:49.265 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.98s Oct 27 19:50:49.273 INFO kablam! su: No module specific data is present Oct 27 19:50:49.899 INFO running `"docker" "rm" "-f" "4706d13596e8174b1eb0d61ce5aee768d7edc7c2d5de489335774f5ed2570594"` Oct 27 19:50:50.222 INFO blam! 4706d13596e8174b1eb0d61ce5aee768d7edc7c2d5de489335774f5ed2570594