Oct 13 04:10:47.221 INFO checking JoeHowarth/TAC_interp against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 04:10:47.221 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 04:10:47.612 INFO blam! 6eaa8a776fbc5c8bbb6cfe700442863f243d4752de8ae3e75de1b49a699b96a0 Oct 13 04:10:47.614 INFO running `"docker" "start" "-a" "6eaa8a776fbc5c8bbb6cfe700442863f243d4752de8ae3e75de1b49a699b96a0"` Oct 13 04:10:48.320 INFO kablam! usermod: no changes Oct 13 04:10:48.357 INFO kablam! Checking tac_interp v0.1.0 (/source) Oct 13 04:10:48.815 INFO kablam! warning: unused import: `Write` Oct 13 04:10:48.815 INFO kablam! --> src/main.rs:4:15 Oct 13 04:10:48.815 INFO kablam! | Oct 13 04:10:48.815 INFO kablam! 4 | use std::io::{Write, BufReader, BufRead}; Oct 13 04:10:48.815 INFO kablam! | ^^^^^ Oct 13 04:10:48.816 INFO kablam! | Oct 13 04:10:48.816 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 04:10:48.816 INFO kablam! Oct 13 04:10:48.853 INFO kablam! warning: unreachable statement Oct 13 04:10:48.853 INFO kablam! --> src/main.rs:42:5 Oct 13 04:10:48.853 INFO kablam! | Oct 13 04:10:48.853 INFO kablam! 42 | println!("{:?}",TACs); Oct 13 04:10:48.853 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:10:48.853 INFO kablam! | Oct 13 04:10:48.853 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 13 04:10:48.853 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 13 04:10:48.853 INFO kablam! Oct 13 04:10:48.864 INFO kablam! warning: unused import: `Write` Oct 13 04:10:48.865 INFO kablam! --> src/main.rs:4:15 Oct 13 04:10:48.865 INFO kablam! | Oct 13 04:10:48.865 INFO kablam! 4 | use std::io::{Write, BufReader, BufRead}; Oct 13 04:10:48.865 INFO kablam! | ^^^^^ Oct 13 04:10:48.865 INFO kablam! | Oct 13 04:10:48.870 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 04:10:48.870 INFO kablam! Oct 13 04:10:48.915 INFO kablam! warning: unreachable statement Oct 13 04:10:48.915 INFO kablam! --> src/main.rs:42:5 Oct 13 04:10:48.915 INFO kablam! | Oct 13 04:10:48.915 INFO kablam! 42 | println!("{:?}",TACs); Oct 13 04:10:48.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:10:48.915 INFO kablam! | Oct 13 04:10:48.920 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 13 04:10:48.920 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 13 04:10:48.920 INFO kablam! Oct 13 04:10:48.954 INFO kablam! warning: variable `TACs` should have a snake case name such as `tacs` Oct 13 04:10:48.955 INFO kablam! --> src/main.rs:14:9 Oct 13 04:10:48.955 INFO kablam! | Oct 13 04:10:48.955 INFO kablam! 14 | let mut TACs: Vec = Vec::new(); Oct 13 04:10:48.955 INFO kablam! | ^^^^^^^^ Oct 13 04:10:48.955 INFO kablam! | Oct 13 04:10:48.955 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 04:10:48.955 INFO kablam! Oct 13 04:10:49.003 INFO kablam! warning: variable `TACs` should have a snake case name such as `tacs` Oct 13 04:10:49.003 INFO kablam! --> src/main.rs:14:9 Oct 13 04:10:49.003 INFO kablam! | Oct 13 04:10:49.003 INFO kablam! 14 | let mut TACs: Vec = Vec::new(); Oct 13 04:10:49.003 INFO kablam! | ^^^^^^^^ Oct 13 04:10:49.003 INFO kablam! | Oct 13 04:10:49.004 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 04:10:49.004 INFO kablam! Oct 13 04:10:49.021 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.68s Oct 13 04:10:49.024 INFO kablam! su: No module specific data is present Oct 13 04:10:49.292 INFO running `"docker" "rm" "-f" "6eaa8a776fbc5c8bbb6cfe700442863f243d4752de8ae3e75de1b49a699b96a0"` Oct 13 04:10:49.408 INFO blam! 6eaa8a776fbc5c8bbb6cfe700442863f243d4752de8ae3e75de1b49a699b96a0