Oct 28 01:13:59.292 INFO checking aluminum-0.3.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 28 01:13:59.294 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 28 01:13:59.908 INFO blam! 714088b459933dabe56e2db97fb40709db90f04d5619f607a4068d23a39ac143 Oct 28 01:13:59.911 INFO running `"docker" "start" "-a" "714088b459933dabe56e2db97fb40709db90f04d5619f607a4068d23a39ac143"` Oct 28 01:14:01.330 INFO kablam! usermod: no changes Oct 28 01:14:01.558 INFO kablam! Compiling pulldown-cmark v0.0.15 Oct 28 01:14:04.371 INFO kablam! Checking aluminum v0.3.0 (/source) Oct 28 01:14:09.563 INFO kablam! warning: unreachable expression Oct 28 01:14:09.563 INFO kablam! --> src/commands.rs:141:5 Oct 28 01:14:09.563 INFO kablam! | Oct 28 01:14:09.563 INFO kablam! 141 | Ok(()) Oct 28 01:14:09.563 INFO kablam! | ^^^^^^ Oct 28 01:14:09.563 INFO kablam! | Oct 28 01:14:09.563 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 28 01:14:09.563 INFO kablam! Oct 28 01:14:09.619 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 01:14:09.620 INFO kablam! --> src/commands.rs:105:5 Oct 28 01:14:09.620 INFO kablam! | Oct 28 01:14:09.620 INFO kablam! 105 | / server.handle(move |request: Request, response: Response| { Oct 28 01:14:09.621 INFO kablam! 106 | | handle_static_file(&serve_dir, request, response); Oct 28 01:14:09.621 INFO kablam! 107 | | }); Oct 28 01:14:09.621 INFO kablam! | |_______^ Oct 28 01:14:09.622 INFO kablam! | Oct 28 01:14:09.622 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 28 01:14:09.622 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 01:14:09.623 INFO kablam! Oct 28 01:14:09.623 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 01:14:09.623 INFO kablam! --> src/commands.rs:106:9 Oct 28 01:14:09.624 INFO kablam! | Oct 28 01:14:09.624 INFO kablam! 106 | handle_static_file(&serve_dir, request, response); Oct 28 01:14:09.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 01:14:09.624 INFO kablam! | Oct 28 01:14:09.625 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 01:14:09.625 INFO kablam! Oct 28 01:14:09.625 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 01:14:09.626 INFO kablam! --> src/commands.rs:129:9 Oct 28 01:14:09.626 INFO kablam! | Oct 28 01:14:09.626 INFO kablam! 129 | file.read_to_string(&mut file_contents); Oct 28 01:14:09.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 01:14:09.627 INFO kablam! | Oct 28 01:14:09.627 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 01:14:09.628 INFO kablam! Oct 28 01:14:10.215 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 28 01:14:10.216 INFO kablam! --> src/generation.rs:94:9 Oct 28 01:14:10.216 INFO kablam! | Oct 28 01:14:10.216 INFO kablam! 94 | use std::io::prelude::*; Oct 28 01:14:10.216 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 28 01:14:10.217 INFO kablam! | Oct 28 01:14:10.220 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 28 01:14:10.221 INFO kablam! Oct 28 01:14:10.415 INFO kablam! warning: unreachable expression Oct 28 01:14:10.416 INFO kablam! --> src/commands.rs:141:5 Oct 28 01:14:10.416 INFO kablam! | Oct 28 01:14:10.416 INFO kablam! 141 | Ok(()) Oct 28 01:14:10.416 INFO kablam! | ^^^^^^ Oct 28 01:14:10.422 INFO kablam! | Oct 28 01:14:10.422 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 28 01:14:10.423 INFO kablam! Oct 28 01:14:10.671 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 01:14:10.671 INFO kablam! --> src/commands.rs:105:5 Oct 28 01:14:10.671 INFO kablam! | Oct 28 01:14:10.671 INFO kablam! 105 | / server.handle(move |request: Request, response: Response| { Oct 28 01:14:10.671 INFO kablam! 106 | | handle_static_file(&serve_dir, request, response); Oct 28 01:14:10.671 INFO kablam! 107 | | }); Oct 28 01:14:10.671 INFO kablam! | |_______^ Oct 28 01:14:10.671 INFO kablam! | Oct 28 01:14:10.671 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 28 01:14:10.671 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 01:14:10.671 INFO kablam! Oct 28 01:14:10.671 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 01:14:10.671 INFO kablam! --> src/commands.rs:106:9 Oct 28 01:14:10.671 INFO kablam! | Oct 28 01:14:10.671 INFO kablam! 106 | handle_static_file(&serve_dir, request, response); Oct 28 01:14:10.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 01:14:10.671 INFO kablam! | Oct 28 01:14:10.671 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 01:14:10.671 INFO kablam! Oct 28 01:14:10.671 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 01:14:10.671 INFO kablam! --> src/commands.rs:129:9 Oct 28 01:14:10.671 INFO kablam! | Oct 28 01:14:10.671 INFO kablam! 129 | file.read_to_string(&mut file_contents); Oct 28 01:14:10.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 01:14:10.671 INFO kablam! | Oct 28 01:14:10.671 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 01:14:10.671 INFO kablam! Oct 28 01:14:18.515 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.15s Oct 28 01:14:18.527 INFO kablam! su: No module specific data is present Oct 28 01:14:19.675 INFO running `"docker" "rm" "-f" "714088b459933dabe56e2db97fb40709db90f04d5619f607a4068d23a39ac143"` Oct 28 01:14:20.001 INFO blam! 714088b459933dabe56e2db97fb40709db90f04d5619f607a4068d23a39ac143