Oct 21 12:14:00.922 INFO checking wimpykid26/rust-examples against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 12:14:00.922 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192/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 21 12:14:01.444 INFO blam! 2567b43ee83e9ed228b7475a0254e552293ee55d0a91f6821aa30d0cad2a16f9 Oct 21 12:14:01.460 INFO running `"docker" "start" "-a" "2567b43ee83e9ed228b7475a0254e552293ee55d0a91f6821aa30d0cad2a16f9"` Oct 21 12:14:02.713 INFO kablam! usermod: no changes Oct 21 12:14:02.776 INFO kablam! Checking rust-examples v0.1.0 (/source) Oct 21 12:14:03.093 INFO kablam! warning: unreachable statement Oct 21 12:14:03.093 INFO kablam! --> src/expressions/loops.rs:27:9 Oct 21 12:14:03.094 INFO kablam! | Oct 21 12:14:03.094 INFO kablam! 27 | println!("This point will never be reached"); Oct 21 12:14:03.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:14:03.094 INFO kablam! | Oct 21 12:14:03.095 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 21 12:14:03.095 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 21 12:14:03.095 INFO kablam! Oct 21 12:14:03.181 INFO kablam! warning: unreachable pattern Oct 21 12:14:03.181 INFO kablam! --> src/expressions/match_cases.rs:77:9 Oct 21 12:14:03.181 INFO kablam! | Oct 21 12:14:03.181 INFO kablam! 77 | 1 | 2 | 3 => println!("This is either 1, 2 or 3"), Oct 21 12:14:03.182 INFO kablam! | ^ Oct 21 12:14:03.182 INFO kablam! | Oct 21 12:14:03.182 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 21 12:14:03.182 INFO kablam! Oct 21 12:14:03.183 INFO kablam! warning: unused variable: `reference` Oct 21 12:14:03.183 INFO kablam! --> src/expressions/match_cases.rs:32:13 Oct 21 12:14:03.183 INFO kablam! | Oct 21 12:14:03.183 INFO kablam! 32 | let ref reference = 5; Oct 21 12:14:03.184 INFO kablam! | ^^^^^^^^^ help: consider using `_reference` instead Oct 21 12:14:03.184 INFO kablam! | Oct 21 12:14:03.184 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 12:14:03.185 INFO kablam! Oct 21 12:14:03.185 INFO kablam! warning: unreachable statement Oct 21 12:14:03.185 INFO kablam! --> src/expressions/loops.rs:27:9 Oct 21 12:14:03.185 INFO kablam! | Oct 21 12:14:03.185 INFO kablam! 27 | println!("This point will never be reached"); Oct 21 12:14:03.186 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:14:03.186 INFO kablam! | Oct 21 12:14:03.186 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 21 12:14:03.186 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 21 12:14:03.187 INFO kablam! Oct 21 12:14:03.293 INFO kablam! warning: unreachable pattern Oct 21 12:14:03.293 INFO kablam! --> src/expressions/match_cases.rs:77:9 Oct 21 12:14:03.293 INFO kablam! | Oct 21 12:14:03.294 INFO kablam! 77 | 1 | 2 | 3 => println!("This is either 1, 2 or 3"), Oct 21 12:14:03.294 INFO kablam! | ^ Oct 21 12:14:03.294 INFO kablam! | Oct 21 12:14:03.295 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 21 12:14:03.295 INFO kablam! Oct 21 12:14:03.295 INFO kablam! warning: unused variable: `reference` Oct 21 12:14:03.295 INFO kablam! --> src/expressions/match_cases.rs:32:13 Oct 21 12:14:03.296 INFO kablam! | Oct 21 12:14:03.296 INFO kablam! 32 | let ref reference = 5; Oct 21 12:14:03.296 INFO kablam! | ^^^^^^^^^ help: consider using `_reference` instead Oct 21 12:14:03.297 INFO kablam! | Oct 21 12:14:03.297 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 12:14:03.297 INFO kablam! Oct 21 12:14:03.688 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.94s Oct 21 12:14:03.694 INFO kablam! su: No module specific data is present Oct 21 12:14:04.465 INFO running `"docker" "rm" "-f" "2567b43ee83e9ed228b7475a0254e552293ee55d0a91f6821aa30d0cad2a16f9"` Oct 21 12:14:04.792 INFO blam! 2567b43ee83e9ed228b7475a0254e552293ee55d0a91f6821aa30d0cad2a16f9