Oct 28 00:33:35.200 INFO checking boron-0.0.2 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 28 00:33:35.201 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 00:33:35.583 INFO blam! 929b21b430238a4c97856baa0a7e7b35b00256fcf7d42f1d894ad5c74239c188 Oct 28 00:33:35.584 INFO running `"docker" "start" "-a" "929b21b430238a4c97856baa0a7e7b35b00256fcf7d42f1d894ad5c74239c188"` Oct 28 00:33:36.855 INFO kablam! usermod: no changes Oct 28 00:33:37.021 INFO kablam! Checking boron v0.0.2 (/source) Oct 28 00:33:41.671 INFO kablam! warning: field is never used: `base` Oct 28 00:33:41.671 INFO kablam! --> src/router.rs:34:5 Oct 28 00:33:41.671 INFO kablam! | Oct 28 00:33:41.671 INFO kablam! 34 | base: String, Oct 28 00:33:41.671 INFO kablam! | ^^^^^^^^^^^^ Oct 28 00:33:41.671 INFO kablam! | Oct 28 00:33:41.671 INFO kablam! = note: #[warn(dead_code)] on by default Oct 28 00:33:41.671 INFO kablam! Oct 28 00:33:41.867 INFO kablam! warning: field is never used: `base` Oct 28 00:33:41.867 INFO kablam! --> src/router.rs:34:5 Oct 28 00:33:41.867 INFO kablam! | Oct 28 00:33:41.867 INFO kablam! 34 | base: String, Oct 28 00:33:41.867 INFO kablam! | ^^^^^^^^^^^^ Oct 28 00:33:41.867 INFO kablam! | Oct 28 00:33:41.867 INFO kablam! = note: #[warn(dead_code)] on by default Oct 28 00:33:41.867 INFO kablam! Oct 28 00:33:45.175 INFO kablam! warning: unused variable: `req` Oct 28 00:33:45.175 INFO kablam! --> tests/boron.rs:29:31 Oct 28 00:33:45.175 INFO kablam! | Oct 28 00:33:45.175 INFO kablam! 29 | app.get("/", |req: Request, res: Response| { Oct 28 00:33:45.175 INFO kablam! | ^^^ help: consider using `_req` instead Oct 28 00:33:45.175 INFO kablam! | Oct 28 00:33:45.175 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 28 00:33:45.175 INFO kablam! Oct 28 00:33:45.175 INFO kablam! warning: unused variable: `req` Oct 28 00:33:45.175 INFO kablam! --> tests/boron.rs:32:47 Oct 28 00:33:45.175 INFO kablam! | Oct 28 00:33:45.175 INFO kablam! 32 | app.get("/some/random/path", |req: Request, res: Response| { Oct 28 00:33:45.175 INFO kablam! | ^^^ help: consider using `_req` instead Oct 28 00:33:45.175 INFO kablam! Oct 28 00:33:45.175 INFO kablam! warning: unused variable: `req` Oct 28 00:33:45.175 INFO kablam! --> tests/boron.rs:35:42 Oct 28 00:33:45.175 INFO kablam! | Oct 28 00:33:45.175 INFO kablam! 35 | app.get("/throw/error", |req: Request, mut res: Response| { Oct 28 00:33:45.175 INFO kablam! | ^^^ help: consider using `_req` instead Oct 28 00:33:45.175 INFO kablam! Oct 28 00:33:45.175 INFO kablam! warning: unused variable: `req` Oct 28 00:33:45.175 INFO kablam! --> tests/boron.rs:41:55 Oct 28 00:33:45.175 INFO kablam! | Oct 28 00:33:45.175 INFO kablam! 41 | app.get(r"/some/[:alpha:]+/pattern", |req: Request, res: Response| { Oct 28 00:33:45.175 INFO kablam! | ^^^ help: consider using `_req` instead Oct 28 00:33:45.175 INFO kablam! Oct 28 00:33:45.194 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 00:33:45.194 INFO kablam! --> tests/boron.rs:30:21 Oct 28 00:33:45.194 INFO kablam! | Oct 28 00:33:45.194 INFO kablam! 30 | res.send(b"Hello World!"); Oct 28 00:33:45.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:33:45.194 INFO kablam! | Oct 28 00:33:45.194 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 28 00:33:45.194 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 00:33:45.194 INFO kablam! Oct 28 00:33:45.194 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 00:33:45.194 INFO kablam! --> tests/boron.rs:33:21 Oct 28 00:33:45.194 INFO kablam! | Oct 28 00:33:45.194 INFO kablam! 33 | res.send(b"You are at /some/random/path"); Oct 28 00:33:45.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:33:45.194 INFO kablam! | Oct 28 00:33:45.194 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 00:33:45.194 INFO kablam! Oct 28 00:33:45.194 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 00:33:45.194 INFO kablam! --> tests/boron.rs:38:21 Oct 28 00:33:45.194 INFO kablam! | Oct 28 00:33:45.194 INFO kablam! 38 | started_res.write(b"Boom!"); Oct 28 00:33:45.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:33:45.194 INFO kablam! | Oct 28 00:33:45.194 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 00:33:45.194 INFO kablam! Oct 28 00:33:45.194 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 00:33:45.194 INFO kablam! --> tests/boron.rs:39:21 Oct 28 00:33:45.194 INFO kablam! | Oct 28 00:33:45.194 INFO kablam! 39 | started_res.end(); Oct 28 00:33:45.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 28 00:33:45.194 INFO kablam! | Oct 28 00:33:45.194 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 00:33:45.194 INFO kablam! Oct 28 00:33:45.194 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 00:33:45.194 INFO kablam! --> tests/boron.rs:42:21 Oct 28 00:33:45.194 INFO kablam! | Oct 28 00:33:45.194 INFO kablam! 42 | res.send(b"I was triggered"); Oct 28 00:33:45.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:33:45.194 INFO kablam! | Oct 28 00:33:45.194 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 00:33:45.194 INFO kablam! Oct 28 00:33:45.223 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.33s Oct 28 00:33:45.227 INFO kablam! su: No module specific data is present Oct 28 00:33:45.783 INFO running `"docker" "rm" "-f" "929b21b430238a4c97856baa0a7e7b35b00256fcf7d42f1d894ad5c74239c188"` Oct 28 00:33:46.125 INFO blam! 929b21b430238a4c97856baa0a7e7b35b00256fcf7d42f1d894ad5c74239c188