Oct 22 04:24:31.265 INFO checking boron-0.0.2 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 04:24:31.265 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192/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 22 04:24:31.816 INFO blam! 8db3d9442b9e0adba6529439a2b756f933145eace7d33eeff66f307545dfe79c Oct 22 04:24:31.824 INFO running `"docker" "start" "-a" "8db3d9442b9e0adba6529439a2b756f933145eace7d33eeff66f307545dfe79c"` Oct 22 04:24:32.749 INFO kablam! usermod: no changes Oct 22 04:24:32.850 INFO kablam! Checking boron v0.0.2 (/source) Oct 22 04:24:35.829 INFO kablam! warning: field is never used: `base` Oct 22 04:24:35.829 INFO kablam! --> src/router.rs:34:5 Oct 22 04:24:35.829 INFO kablam! | Oct 22 04:24:35.830 INFO kablam! 34 | base: String, Oct 22 04:24:35.830 INFO kablam! | ^^^^^^^^^^^^ Oct 22 04:24:35.830 INFO kablam! | Oct 22 04:24:35.830 INFO kablam! = note: #[warn(dead_code)] on by default Oct 22 04:24:35.830 INFO kablam! Oct 22 04:24:35.885 INFO kablam! warning: field is never used: `base` Oct 22 04:24:35.885 INFO kablam! --> src/router.rs:34:5 Oct 22 04:24:35.885 INFO kablam! | Oct 22 04:24:35.885 INFO kablam! 34 | base: String, Oct 22 04:24:35.885 INFO kablam! | ^^^^^^^^^^^^ Oct 22 04:24:35.885 INFO kablam! | Oct 22 04:24:35.885 INFO kablam! = note: #[warn(dead_code)] on by default Oct 22 04:24:35.885 INFO kablam! Oct 22 04:24:38.644 INFO kablam! warning: unused variable: `req` Oct 22 04:24:38.644 INFO kablam! --> tests/boron.rs:29:31 Oct 22 04:24:38.644 INFO kablam! | Oct 22 04:24:38.644 INFO kablam! 29 | app.get("/", |req: Request, res: Response| { Oct 22 04:24:38.644 INFO kablam! | ^^^ help: consider using `_req` instead Oct 22 04:24:38.644 INFO kablam! | Oct 22 04:24:38.644 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 22 04:24:38.644 INFO kablam! Oct 22 04:24:38.646 INFO kablam! warning: unused variable: `req` Oct 22 04:24:38.646 INFO kablam! --> tests/boron.rs:32:47 Oct 22 04:24:38.646 INFO kablam! | Oct 22 04:24:38.646 INFO kablam! 32 | app.get("/some/random/path", |req: Request, res: Response| { Oct 22 04:24:38.646 INFO kablam! | ^^^ help: consider using `_req` instead Oct 22 04:24:38.646 INFO kablam! Oct 22 04:24:38.646 INFO kablam! warning: unused variable: `req` Oct 22 04:24:38.646 INFO kablam! --> tests/boron.rs:35:42 Oct 22 04:24:38.647 INFO kablam! | Oct 22 04:24:38.647 INFO kablam! 35 | app.get("/throw/error", |req: Request, mut res: Response| { Oct 22 04:24:38.647 INFO kablam! | ^^^ help: consider using `_req` instead Oct 22 04:24:38.647 INFO kablam! Oct 22 04:24:38.647 INFO kablam! warning: unused variable: `req` Oct 22 04:24:38.647 INFO kablam! --> tests/boron.rs:41:55 Oct 22 04:24:38.647 INFO kablam! | Oct 22 04:24:38.647 INFO kablam! 41 | app.get(r"/some/[:alpha:]+/pattern", |req: Request, res: Response| { Oct 22 04:24:38.647 INFO kablam! | ^^^ help: consider using `_req` instead Oct 22 04:24:38.647 INFO kablam! Oct 22 04:24:38.672 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 04:24:38.672 INFO kablam! --> tests/boron.rs:30:21 Oct 22 04:24:38.672 INFO kablam! | Oct 22 04:24:38.672 INFO kablam! 30 | res.send(b"Hello World!"); Oct 22 04:24:38.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 04:24:38.672 INFO kablam! | Oct 22 04:24:38.672 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 22 04:24:38.672 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 04:24:38.672 INFO kablam! Oct 22 04:24:38.672 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 04:24:38.672 INFO kablam! --> tests/boron.rs:33:21 Oct 22 04:24:38.672 INFO kablam! | Oct 22 04:24:38.672 INFO kablam! 33 | res.send(b"You are at /some/random/path"); Oct 22 04:24:38.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 04:24:38.672 INFO kablam! | Oct 22 04:24:38.672 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 04:24:38.672 INFO kablam! Oct 22 04:24:38.673 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 04:24:38.673 INFO kablam! --> tests/boron.rs:38:21 Oct 22 04:24:38.673 INFO kablam! | Oct 22 04:24:38.673 INFO kablam! 38 | started_res.write(b"Boom!"); Oct 22 04:24:38.673 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 04:24:38.673 INFO kablam! | Oct 22 04:24:38.673 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 04:24:38.673 INFO kablam! Oct 22 04:24:38.673 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 04:24:38.673 INFO kablam! --> tests/boron.rs:39:21 Oct 22 04:24:38.673 INFO kablam! | Oct 22 04:24:38.673 INFO kablam! 39 | started_res.end(); Oct 22 04:24:38.673 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 22 04:24:38.673 INFO kablam! | Oct 22 04:24:38.673 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 04:24:38.673 INFO kablam! Oct 22 04:24:38.673 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 04:24:38.673 INFO kablam! --> tests/boron.rs:42:21 Oct 22 04:24:38.673 INFO kablam! | Oct 22 04:24:38.673 INFO kablam! 42 | res.send(b"I was triggered"); Oct 22 04:24:38.673 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 04:24:38.673 INFO kablam! | Oct 22 04:24:38.673 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 04:24:38.673 INFO kablam! Oct 22 04:24:38.728 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.96s Oct 22 04:24:38.728 INFO kablam! su: No module specific data is present Oct 22 04:24:39.308 INFO running `"docker" "rm" "-f" "8db3d9442b9e0adba6529439a2b756f933145eace7d33eeff66f307545dfe79c"` Oct 22 04:24:39.634 INFO blam! 8db3d9442b9e0adba6529439a2b756f933145eace7d33eeff66f307545dfe79c