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