Sep 04 22:49:08.967 INFO checking boron-0.0.2 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 22:49:08.967 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 22:49:08.967 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 22:49:09.222 INFO blam! b76d5aa42e622ee04804a7ab1b9ad8fa3fe033a82be298beee151141f4b6a8ba Sep 04 22:49:09.224 INFO running `"docker" "start" "-a" "b76d5aa42e622ee04804a7ab1b9ad8fa3fe033a82be298beee151141f4b6a8ba"` Sep 04 22:49:10.203 INFO kablam! Checking boron v0.0.2 (file:///source) Sep 04 22:49:14.817 INFO kablam! warning: field is never used: `base` Sep 04 22:49:14.817 INFO kablam! --> src/router.rs:34:5 Sep 04 22:49:14.817 INFO kablam! | Sep 04 22:49:14.817 INFO kablam! 34 | base: String, Sep 04 22:49:14.817 INFO kablam! | ^^^^^^^^^^^^ Sep 04 22:49:14.817 INFO kablam! | Sep 04 22:49:14.817 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 22:49:14.817 INFO kablam! Sep 04 22:49:15.136 INFO kablam! warning: field is never used: `base` Sep 04 22:49:15.138 INFO kablam! --> src/router.rs:34:5 Sep 04 22:49:15.138 INFO kablam! | Sep 04 22:49:15.138 INFO kablam! 34 | base: String, Sep 04 22:49:15.138 INFO kablam! | ^^^^^^^^^^^^ Sep 04 22:49:15.138 INFO kablam! | Sep 04 22:49:15.138 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 22:49:15.138 INFO kablam! Sep 04 22:49:19.066 INFO kablam! warning: unused variable: `req` Sep 04 22:49:19.066 INFO kablam! --> tests/boron.rs:29:31 Sep 04 22:49:19.066 INFO kablam! | Sep 04 22:49:19.066 INFO kablam! 29 | app.get("/", |req: Request, res: Response| { Sep 04 22:49:19.067 INFO kablam! | ^^^ help: consider using `_req` instead Sep 04 22:49:19.067 INFO kablam! | Sep 04 22:49:19.067 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 22:49:19.067 INFO kablam! Sep 04 22:49:19.067 INFO kablam! warning: unused variable: `req` Sep 04 22:49:19.067 INFO kablam! --> tests/boron.rs:32:47 Sep 04 22:49:19.067 INFO kablam! | Sep 04 22:49:19.067 INFO kablam! 32 | app.get("/some/random/path", |req: Request, res: Response| { Sep 04 22:49:19.067 INFO kablam! | ^^^ help: consider using `_req` instead Sep 04 22:49:19.067 INFO kablam! Sep 04 22:49:19.067 INFO kablam! warning: unused variable: `req` Sep 04 22:49:19.067 INFO kablam! --> tests/boron.rs:35:42 Sep 04 22:49:19.067 INFO kablam! | Sep 04 22:49:19.067 INFO kablam! 35 | app.get("/throw/error", |req: Request, mut res: Response| { Sep 04 22:49:19.067 INFO kablam! | ^^^ help: consider using `_req` instead Sep 04 22:49:19.067 INFO kablam! Sep 04 22:49:19.067 INFO kablam! warning: unused variable: `req` Sep 04 22:49:19.067 INFO kablam! --> tests/boron.rs:41:55 Sep 04 22:49:19.067 INFO kablam! | Sep 04 22:49:19.067 INFO kablam! 41 | app.get(r"/some/[:alpha:]+/pattern", |req: Request, res: Response| { Sep 04 22:49:19.067 INFO kablam! | ^^^ help: consider using `_req` instead Sep 04 22:49:19.067 INFO kablam! Sep 04 22:49:19.105 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 22:49:19.105 INFO kablam! --> tests/boron.rs:30:21 Sep 04 22:49:19.105 INFO kablam! | Sep 04 22:49:19.105 INFO kablam! 30 | res.send(b"Hello World!"); Sep 04 22:49:19.105 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 22:49:19.105 INFO kablam! | Sep 04 22:49:19.105 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 04 22:49:19.105 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 22:49:19.105 INFO kablam! Sep 04 22:49:19.105 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 22:49:19.105 INFO kablam! --> tests/boron.rs:33:21 Sep 04 22:49:19.105 INFO kablam! | Sep 04 22:49:19.105 INFO kablam! 33 | res.send(b"You are at /some/random/path"); Sep 04 22:49:19.105 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 22:49:19.105 INFO kablam! | Sep 04 22:49:19.105 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 22:49:19.105 INFO kablam! Sep 04 22:49:19.105 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 22:49:19.105 INFO kablam! --> tests/boron.rs:38:21 Sep 04 22:49:19.105 INFO kablam! | Sep 04 22:49:19.105 INFO kablam! 38 | started_res.write(b"Boom!"); Sep 04 22:49:19.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 22:49:19.106 INFO kablam! | Sep 04 22:49:19.106 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 22:49:19.106 INFO kablam! Sep 04 22:49:19.106 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 22:49:19.106 INFO kablam! --> tests/boron.rs:39:21 Sep 04 22:49:19.106 INFO kablam! | Sep 04 22:49:19.106 INFO kablam! 39 | started_res.end(); Sep 04 22:49:19.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 04 22:49:19.106 INFO kablam! | Sep 04 22:49:19.106 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 22:49:19.106 INFO kablam! Sep 04 22:49:19.106 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 22:49:19.106 INFO kablam! --> tests/boron.rs:42:21 Sep 04 22:49:19.106 INFO kablam! | Sep 04 22:49:19.106 INFO kablam! 42 | res.send(b"I was triggered"); Sep 04 22:49:19.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 22:49:19.106 INFO kablam! | Sep 04 22:49:19.106 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 22:49:19.106 INFO kablam! Sep 04 22:49:19.149 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.12s Sep 04 22:49:19.167 INFO kablam! su: No module specific data is present Sep 04 22:49:19.861 INFO running `"docker" "rm" "-f" "b76d5aa42e622ee04804a7ab1b9ad8fa3fe033a82be298beee151141f4b6a8ba"` Sep 04 22:49:20.033 INFO blam! b76d5aa42e622ee04804a7ab1b9ad8fa3fe033a82be298beee151141f4b6a8ba