Oct 27 00:47:11.816 INFO checking mcannizz/spillway against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 00:47:11.816 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 27 00:47:12.299 INFO blam! 3c6473ace3344cc52191c83d16341f158ebc5c8dab0e9c13da98a8b4b0488b25 Oct 27 00:47:12.302 INFO running `"docker" "start" "-a" "3c6473ace3344cc52191c83d16341f158ebc5c8dab0e9c13da98a8b4b0488b25"` Oct 27 00:47:13.347 INFO kablam! usermod: no changes Oct 27 00:47:13.499 INFO kablam! Checking unsafe-any v0.4.1 Oct 27 00:47:13.499 INFO kablam! Checking error v0.1.9 Oct 27 00:47:13.511 INFO kablam! Compiling serde_derive v0.9.6 Oct 27 00:47:14.075 INFO kablam! Checking typemap v0.3.3 Oct 27 00:47:14.904 INFO kablam! Checking plugin v0.2.6 Oct 27 00:47:15.422 INFO kablam! Checking iron v0.5.1 Oct 27 00:47:17.363 INFO kablam! Checking logger v0.3.0 Oct 27 00:47:17.363 INFO kablam! Checking router v0.5.1 Oct 27 00:47:23.251 INFO kablam! Checking spillway v0.1.0 (/source) Oct 27 00:47:24.816 INFO kablam! warning: unused `#[macro_use]` import Oct 27 00:47:24.816 INFO kablam! --> src/main.rs:7:1 Oct 27 00:47:24.816 INFO kablam! | Oct 27 00:47:24.816 INFO kablam! 7 | #[macro_use] extern crate serde_json; Oct 27 00:47:24.816 INFO kablam! | ^^^^^^^^^^^^ Oct 27 00:47:24.816 INFO kablam! | Oct 27 00:47:24.816 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 00:47:24.816 INFO kablam! Oct 27 00:47:24.963 INFO kablam! warning: unused variable: `req` Oct 27 00:47:24.963 INFO kablam! --> src/main.rs:72:17 Oct 27 00:47:24.963 INFO kablam! | Oct 27 00:47:24.963 INFO kablam! 72 | fn stat_handler(req: &mut Request) -> IronResult { Oct 27 00:47:24.963 INFO kablam! | ^^^ help: consider using `_req` instead Oct 27 00:47:24.963 INFO kablam! | Oct 27 00:47:24.963 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 00:47:24.963 INFO kablam! Oct 27 00:47:24.963 INFO kablam! warning: unused variable: `req` Oct 27 00:47:24.963 INFO kablam! --> src/main.rs:85:17 Oct 27 00:47:24.963 INFO kablam! | Oct 27 00:47:24.963 INFO kablam! 85 | fn rate_handler(req: &mut Request) -> IronResult { Oct 27 00:47:24.963 INFO kablam! | ^^^ help: consider using `_req` instead Oct 27 00:47:24.963 INFO kablam! Oct 27 00:47:24.963 INFO kablam! warning: unused variable: `req` Oct 27 00:47:24.963 INFO kablam! --> src/main.rs:89:19 Oct 27 00:47:24.963 INFO kablam! | Oct 27 00:47:24.963 INFO kablam! 89 | fn buffer_handler(req: &mut Request) -> IronResult { Oct 27 00:47:24.963 INFO kablam! | ^^^ help: consider using `_req` instead Oct 27 00:47:24.963 INFO kablam! Oct 27 00:47:24.963 INFO kablam! warning: unused variable: `req` Oct 27 00:47:24.963 INFO kablam! --> src/main.rs:93:15 Oct 27 00:47:24.963 INFO kablam! | Oct 27 00:47:24.963 INFO kablam! 93 | fn get_target(req: &mut Request) -> IronResult { Oct 27 00:47:24.963 INFO kablam! | ^^^ help: consider using `_req` instead Oct 27 00:47:24.963 INFO kablam! Oct 27 00:47:24.963 INFO kablam! warning: unused variable: `req` Oct 27 00:47:24.963 INFO kablam! --> src/main.rs:97:15 Oct 27 00:47:24.963 INFO kablam! | Oct 27 00:47:24.963 INFO kablam! 97 | fn set_target(req: &mut Request) -> IronResult { Oct 27 00:47:24.963 INFO kablam! | ^^^ help: consider using `_req` instead Oct 27 00:47:24.963 INFO kablam! Oct 27 00:47:24.963 INFO kablam! warning: unused variable: `admin_server` Oct 27 00:47:24.963 INFO kablam! --> src/main.rs:117:9 Oct 27 00:47:24.963 INFO kablam! | Oct 27 00:47:24.963 INFO kablam! 117 | let admin_server = Iron::new(router).http("localhost:6667"); Oct 27 00:47:24.963 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_admin_server` instead Oct 27 00:47:24.963 INFO kablam! Oct 27 00:47:24.971 INFO kablam! warning: unused `#[macro_use]` import Oct 27 00:47:24.971 INFO kablam! --> src/main.rs:7:1 Oct 27 00:47:24.971 INFO kablam! | Oct 27 00:47:24.971 INFO kablam! 7 | #[macro_use] extern crate serde_json; Oct 27 00:47:24.971 INFO kablam! | ^^^^^^^^^^^^ Oct 27 00:47:24.971 INFO kablam! | Oct 27 00:47:24.971 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 00:47:24.971 INFO kablam! Oct 27 00:47:24.991 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 00:47:24.991 INFO kablam! --> src/main.rs:39:9 Oct 27 00:47:24.991 INFO kablam! | Oct 27 00:47:24.991 INFO kablam! 39 | req.body.read_to_end(&mut body); Oct 27 00:47:24.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:47:24.991 INFO kablam! | Oct 27 00:47:24.991 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 00:47:24.991 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 00:47:24.991 INFO kablam! Oct 27 00:47:25.143 INFO kablam! warning: unused variable: `req` Oct 27 00:47:25.143 INFO kablam! --> src/main.rs:72:17 Oct 27 00:47:25.143 INFO kablam! | Oct 27 00:47:25.143 INFO kablam! 72 | fn stat_handler(req: &mut Request) -> IronResult { Oct 27 00:47:25.143 INFO kablam! | ^^^ help: consider using `_req` instead Oct 27 00:47:25.143 INFO kablam! | Oct 27 00:47:25.143 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 00:47:25.143 INFO kablam! Oct 27 00:47:25.143 INFO kablam! warning: unused variable: `req` Oct 27 00:47:25.143 INFO kablam! --> src/main.rs:85:17 Oct 27 00:47:25.143 INFO kablam! | Oct 27 00:47:25.143 INFO kablam! 85 | fn rate_handler(req: &mut Request) -> IronResult { Oct 27 00:47:25.143 INFO kablam! | ^^^ help: consider using `_req` instead Oct 27 00:47:25.143 INFO kablam! Oct 27 00:47:25.143 INFO kablam! warning: unused variable: `req` Oct 27 00:47:25.143 INFO kablam! --> src/main.rs:89:19 Oct 27 00:47:25.143 INFO kablam! | Oct 27 00:47:25.143 INFO kablam! 89 | fn buffer_handler(req: &mut Request) -> IronResult { Oct 27 00:47:25.143 INFO kablam! | ^^^ help: consider using `_req` instead Oct 27 00:47:25.143 INFO kablam! Oct 27 00:47:25.143 INFO kablam! warning: unused variable: `req` Oct 27 00:47:25.143 INFO kablam! --> src/main.rs:93:15 Oct 27 00:47:25.143 INFO kablam! | Oct 27 00:47:25.143 INFO kablam! 93 | fn get_target(req: &mut Request) -> IronResult { Oct 27 00:47:25.143 INFO kablam! | ^^^ help: consider using `_req` instead Oct 27 00:47:25.143 INFO kablam! Oct 27 00:47:25.143 INFO kablam! warning: unused variable: `req` Oct 27 00:47:25.143 INFO kablam! --> src/main.rs:97:15 Oct 27 00:47:25.143 INFO kablam! | Oct 27 00:47:25.143 INFO kablam! 97 | fn set_target(req: &mut Request) -> IronResult { Oct 27 00:47:25.143 INFO kablam! | ^^^ help: consider using `_req` instead Oct 27 00:47:25.143 INFO kablam! Oct 27 00:47:25.143 INFO kablam! warning: unused variable: `admin_server` Oct 27 00:47:25.143 INFO kablam! --> src/main.rs:117:9 Oct 27 00:47:25.143 INFO kablam! | Oct 27 00:47:25.143 INFO kablam! 117 | let admin_server = Iron::new(router).http("localhost:6667"); Oct 27 00:47:25.143 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_admin_server` instead Oct 27 00:47:25.143 INFO kablam! Oct 27 00:47:25.167 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 00:47:25.167 INFO kablam! --> src/main.rs:39:9 Oct 27 00:47:25.167 INFO kablam! | Oct 27 00:47:25.167 INFO kablam! 39 | req.body.read_to_end(&mut body); Oct 27 00:47:25.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:47:25.167 INFO kablam! | Oct 27 00:47:25.167 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 00:47:25.167 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 00:47:25.167 INFO kablam! Oct 27 00:47:25.247 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.87s Oct 27 00:47:25.255 INFO kablam! su: No module specific data is present Oct 27 00:47:25.959 INFO running `"docker" "rm" "-f" "3c6473ace3344cc52191c83d16341f158ebc5c8dab0e9c13da98a8b4b0488b25"` Oct 27 00:47:26.303 INFO blam! 3c6473ace3344cc52191c83d16341f158ebc5c8dab0e9c13da98a8b4b0488b25