Oct 28 01:13:59.008 INFO checking aluminum-0.3.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 28 01:13:59.009 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 28 01:13:59.447 INFO blam! 08f1a4e7bf862d8c87c23d1f07f2540680fb487b935faa35ed3873e1f3b7c829 Oct 28 01:13:59.463 INFO running `"docker" "start" "-a" "08f1a4e7bf862d8c87c23d1f07f2540680fb487b935faa35ed3873e1f3b7c829"` Oct 28 01:14:00.882 INFO kablam! usermod: no changes Oct 28 01:14:01.131 INFO kablam! Compiling pulldown-cmark v0.0.15 Oct 28 01:14:03.943 INFO kablam! Checking aluminum v0.3.0 (/source) Oct 28 01:14:08.031 INFO kablam! warning: unreachable expression Oct 28 01:14:08.031 INFO kablam! --> src/commands.rs:141:5 Oct 28 01:14:08.031 INFO kablam! | Oct 28 01:14:08.031 INFO kablam! 141 | Ok(()) Oct 28 01:14:08.031 INFO kablam! | ^^^^^^ Oct 28 01:14:08.031 INFO kablam! | Oct 28 01:14:08.031 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 28 01:14:08.031 INFO kablam! Oct 28 01:14:08.118 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 01:14:08.118 INFO kablam! --> src/commands.rs:105:5 Oct 28 01:14:08.118 INFO kablam! | Oct 28 01:14:08.118 INFO kablam! 105 | / server.handle(move |request: Request, response: Response| { Oct 28 01:14:08.118 INFO kablam! 106 | | handle_static_file(&serve_dir, request, response); Oct 28 01:14:08.118 INFO kablam! 107 | | }); Oct 28 01:14:08.118 INFO kablam! | |_______^ Oct 28 01:14:08.118 INFO kablam! | Oct 28 01:14:08.118 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 28 01:14:08.118 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 01:14:08.118 INFO kablam! Oct 28 01:14:08.118 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 01:14:08.118 INFO kablam! --> src/commands.rs:106:9 Oct 28 01:14:08.118 INFO kablam! | Oct 28 01:14:08.118 INFO kablam! 106 | handle_static_file(&serve_dir, request, response); Oct 28 01:14:08.118 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 01:14:08.118 INFO kablam! | Oct 28 01:14:08.118 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 01:14:08.118 INFO kablam! Oct 28 01:14:08.118 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 01:14:08.118 INFO kablam! --> src/commands.rs:129:9 Oct 28 01:14:08.118 INFO kablam! | Oct 28 01:14:08.118 INFO kablam! 129 | file.read_to_string(&mut file_contents); Oct 28 01:14:08.118 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 01:14:08.118 INFO kablam! | Oct 28 01:14:08.118 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 01:14:08.118 INFO kablam! Oct 28 01:14:08.467 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 28 01:14:08.467 INFO kablam! --> src/generation.rs:94:9 Oct 28 01:14:08.467 INFO kablam! | Oct 28 01:14:08.467 INFO kablam! 94 | use std::io::prelude::*; Oct 28 01:14:08.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 28 01:14:08.467 INFO kablam! | Oct 28 01:14:08.467 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 28 01:14:08.467 INFO kablam! Oct 28 01:14:08.539 INFO kablam! warning: unreachable expression Oct 28 01:14:08.539 INFO kablam! --> src/commands.rs:141:5 Oct 28 01:14:08.539 INFO kablam! | Oct 28 01:14:08.539 INFO kablam! 141 | Ok(()) Oct 28 01:14:08.539 INFO kablam! | ^^^^^^ Oct 28 01:14:08.539 INFO kablam! | Oct 28 01:14:08.539 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 28 01:14:08.539 INFO kablam! Oct 28 01:14:08.657 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 01:14:08.658 INFO kablam! --> src/commands.rs:105:5 Oct 28 01:14:08.658 INFO kablam! | Oct 28 01:14:08.658 INFO kablam! 105 | / server.handle(move |request: Request, response: Response| { Oct 28 01:14:08.658 INFO kablam! 106 | | handle_static_file(&serve_dir, request, response); Oct 28 01:14:08.658 INFO kablam! 107 | | }); Oct 28 01:14:08.658 INFO kablam! | |_______^ Oct 28 01:14:08.658 INFO kablam! | Oct 28 01:14:08.658 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 28 01:14:08.658 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 01:14:08.658 INFO kablam! Oct 28 01:14:08.658 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 01:14:08.658 INFO kablam! --> src/commands.rs:106:9 Oct 28 01:14:08.658 INFO kablam! | Oct 28 01:14:08.658 INFO kablam! 106 | handle_static_file(&serve_dir, request, response); Oct 28 01:14:08.658 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 01:14:08.658 INFO kablam! | Oct 28 01:14:08.658 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 01:14:08.658 INFO kablam! Oct 28 01:14:08.667 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 01:14:08.667 INFO kablam! --> src/commands.rs:129:9 Oct 28 01:14:08.667 INFO kablam! | Oct 28 01:14:08.667 INFO kablam! 129 | file.read_to_string(&mut file_contents); Oct 28 01:14:08.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 01:14:08.669 INFO kablam! | Oct 28 01:14:08.669 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 01:14:08.669 INFO kablam! Oct 28 01:14:17.630 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.71s Oct 28 01:14:17.655 INFO kablam! su: No module specific data is present Oct 28 01:14:19.034 INFO running `"docker" "rm" "-f" "08f1a4e7bf862d8c87c23d1f07f2540680fb487b935faa35ed3873e1f3b7c829"` Oct 28 01:14:19.299 INFO blam! 08f1a4e7bf862d8c87c23d1f07f2540680fb487b935faa35ed3873e1f3b7c829