Oct 27 10:50:11.324 INFO checking Maaarcocr/slow against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 10:50:11.324 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 27 10:50:11.821 INFO blam! 19241afc129d98603760fd5e9174f93f9d8e426f622db26b56d7556fee4b8f9f Oct 27 10:50:11.825 INFO running `"docker" "start" "-a" "19241afc129d98603760fd5e9174f93f9d8e426f622db26b56d7556fee4b8f9f"` Oct 27 10:50:12.853 INFO kablam! usermod: no changes Oct 27 10:50:12.943 INFO kablam! Checking regex-syntax v0.3.5 Oct 27 10:50:12.943 INFO kablam! Checking memchr v0.1.11 Oct 27 10:50:12.944 INFO kablam! Checking thread-id v2.0.0 Oct 27 10:50:14.407 INFO kablam! Checking thread_local v0.2.7 Oct 27 10:50:14.747 INFO kablam! Checking aho-corasick v0.5.3 Oct 27 10:50:17.323 INFO kablam! Checking regex v0.1.77 Oct 27 10:50:19.647 INFO kablam! Checking slow v0.1.0 (/source) Oct 27 10:50:20.429 INFO kablam! warning: unused variable: `request` Oct 27 10:50:20.429 INFO kablam! --> src/main.rs:11:13 Oct 27 10:50:20.429 INFO kablam! | Oct 27 10:50:20.429 INFO kablam! 11 | fn homepage(request: Request, mut writer: Writer) { Oct 27 10:50:20.429 INFO kablam! | ^^^^^^^ help: consider using `_request` instead Oct 27 10:50:20.429 INFO kablam! | Oct 27 10:50:20.429 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 10:50:20.429 INFO kablam! Oct 27 10:50:20.429 INFO kablam! warning: unused variable: `request` Oct 27 10:50:20.429 INFO kablam! --> src/main.rs:17:10 Oct 27 10:50:20.429 INFO kablam! | Oct 27 10:50:20.429 INFO kablam! 17 | fn marco(request: Request, mut writer: Writer) { Oct 27 10:50:20.429 INFO kablam! | ^^^^^^^ help: consider using `_request` instead Oct 27 10:50:20.429 INFO kablam! Oct 27 10:50:20.464 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:50:20.464 INFO kablam! --> src/writer.rs:47:9 Oct 27 10:50:20.464 INFO kablam! | Oct 27 10:50:20.465 INFO kablam! 47 | self.stream.write(res.as_bytes()); Oct 27 10:50:20.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:50:20.465 INFO kablam! | Oct 27 10:50:20.466 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 10:50:20.466 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:50:20.466 INFO kablam! Oct 27 10:50:20.627 INFO kablam! warning: unused variable: `request` Oct 27 10:50:20.627 INFO kablam! --> src/main.rs:11:13 Oct 27 10:50:20.627 INFO kablam! | Oct 27 10:50:20.627 INFO kablam! 11 | fn homepage(request: Request, mut writer: Writer) { Oct 27 10:50:20.627 INFO kablam! | ^^^^^^^ help: consider using `_request` instead Oct 27 10:50:20.627 INFO kablam! | Oct 27 10:50:20.627 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 10:50:20.627 INFO kablam! Oct 27 10:50:20.627 INFO kablam! warning: unused variable: `request` Oct 27 10:50:20.627 INFO kablam! --> src/main.rs:17:10 Oct 27 10:50:20.627 INFO kablam! | Oct 27 10:50:20.627 INFO kablam! 17 | fn marco(request: Request, mut writer: Writer) { Oct 27 10:50:20.627 INFO kablam! | ^^^^^^^ help: consider using `_request` instead Oct 27 10:50:20.627 INFO kablam! Oct 27 10:50:20.646 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:50:20.646 INFO kablam! --> src/writer.rs:47:9 Oct 27 10:50:20.646 INFO kablam! | Oct 27 10:50:20.646 INFO kablam! 47 | self.stream.write(res.as_bytes()); Oct 27 10:50:20.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:50:20.646 INFO kablam! | Oct 27 10:50:20.646 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 10:50:20.646 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:50:20.646 INFO kablam! Oct 27 10:50:20.658 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.78s Oct 27 10:50:20.661 INFO kablam! su: No module specific data is present Oct 27 10:50:21.043 INFO running `"docker" "rm" "-f" "19241afc129d98603760fd5e9174f93f9d8e426f622db26b56d7556fee4b8f9f"` Oct 27 10:50:21.251 INFO blam! 19241afc129d98603760fd5e9174f93f9d8e426f622db26b56d7556fee4b8f9f