Sep 21 00:02:02.289 INFO checking AndyBitz/rust-http-server-test against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 00:02:02.290 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 00:02:02.290 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-4/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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=1000" "-e" "CMD=cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 00:02:02.556 INFO blam! b611ab5ac2d6a1cd652715310c3c67658d9eb1245f4ebbb5c7f53397eb5795f9 Sep 21 00:02:02.558 INFO running `"docker" "start" "-a" "b611ab5ac2d6a1cd652715310c3c67658d9eb1245f4ebbb5c7f53397eb5795f9"` Sep 21 00:02:03.770 INFO kablam! usermod: no changes Sep 21 00:02:03.814 INFO kablam! Checking rust-server v0.1.0 (/source) Sep 21 00:02:04.206 INFO kablam! warning: unused variable: `buffer` Sep 21 00:02:04.206 INFO kablam! --> src/request/mod.rs:39:21 Sep 21 00:02:04.206 INFO kablam! | Sep 21 00:02:04.206 INFO kablam! 39 | pub fn from_tls(buffer: &mut Vec, stream: TcpStream) -> Self { Sep 21 00:02:04.206 INFO kablam! | ^^^^^^ help: consider using `_buffer` instead Sep 21 00:02:04.206 INFO kablam! | Sep 21 00:02:04.206 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 21 00:02:04.206 INFO kablam! Sep 21 00:02:04.206 INFO kablam! warning: unused variable: `stream` Sep 21 00:02:04.206 INFO kablam! --> src/request/mod.rs:39:43 Sep 21 00:02:04.206 INFO kablam! | Sep 21 00:02:04.206 INFO kablam! 39 | pub fn from_tls(buffer: &mut Vec, stream: TcpStream) -> Self { Sep 21 00:02:04.206 INFO kablam! | ^^^^^^ help: consider using `_stream` instead Sep 21 00:02:04.206 INFO kablam! Sep 21 00:02:04.226 INFO kablam! warning: field is never used: `is_tls` Sep 21 00:02:04.226 INFO kablam! --> src/request/mod.rs:9:5 Sep 21 00:02:04.226 INFO kablam! | Sep 21 00:02:04.226 INFO kablam! 9 | is_tls: bool, Sep 21 00:02:04.226 INFO kablam! | ^^^^^^^^^^^^ Sep 21 00:02:04.226 INFO kablam! | Sep 21 00:02:04.226 INFO kablam! = note: #[warn(dead_code)] on by default Sep 21 00:02:04.226 INFO kablam! Sep 21 00:02:04.226 INFO kablam! warning: field is never used: `body` Sep 21 00:02:04.226 INFO kablam! --> src/request/mod.rs:14:5 Sep 21 00:02:04.226 INFO kablam! | Sep 21 00:02:04.226 INFO kablam! 14 | body: Option>, Sep 21 00:02:04.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:02:04.226 INFO kablam! Sep 21 00:02:04.234 INFO kablam! warning: unused variable: `buffer` Sep 21 00:02:04.234 INFO kablam! --> src/request/mod.rs:39:21 Sep 21 00:02:04.234 INFO kablam! | Sep 21 00:02:04.234 INFO kablam! 39 | pub fn from_tls(buffer: &mut Vec, stream: TcpStream) -> Self { Sep 21 00:02:04.234 INFO kablam! | ^^^^^^ help: consider using `_buffer` instead Sep 21 00:02:04.234 INFO kablam! | Sep 21 00:02:04.234 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 21 00:02:04.234 INFO kablam! Sep 21 00:02:04.234 INFO kablam! warning: unused variable: `stream` Sep 21 00:02:04.234 INFO kablam! --> src/request/mod.rs:39:43 Sep 21 00:02:04.234 INFO kablam! | Sep 21 00:02:04.234 INFO kablam! 39 | pub fn from_tls(buffer: &mut Vec, stream: TcpStream) -> Self { Sep 21 00:02:04.234 INFO kablam! | ^^^^^^ help: consider using `_stream` instead Sep 21 00:02:04.234 INFO kablam! Sep 21 00:02:04.266 INFO kablam! warning: field is never used: `is_tls` Sep 21 00:02:04.266 INFO kablam! --> src/request/mod.rs:9:5 Sep 21 00:02:04.266 INFO kablam! | Sep 21 00:02:04.266 INFO kablam! 9 | is_tls: bool, Sep 21 00:02:04.266 INFO kablam! | ^^^^^^^^^^^^ Sep 21 00:02:04.266 INFO kablam! | Sep 21 00:02:04.266 INFO kablam! = note: #[warn(dead_code)] on by default Sep 21 00:02:04.266 INFO kablam! Sep 21 00:02:04.266 INFO kablam! warning: field is never used: `body` Sep 21 00:02:04.266 INFO kablam! --> src/request/mod.rs:14:5 Sep 21 00:02:04.266 INFO kablam! | Sep 21 00:02:04.266 INFO kablam! 14 | body: Option>, Sep 21 00:02:04.266 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:02:04.266 INFO kablam! Sep 21 00:02:04.286 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.49s Sep 21 00:02:04.286 INFO kablam! su: No module specific data is present Sep 21 00:02:05.470 INFO running `"docker" "rm" "-f" "b611ab5ac2d6a1cd652715310c3c67658d9eb1245f4ebbb5c7f53397eb5795f9"` Sep 21 00:02:05.580 INFO blam! b611ab5ac2d6a1cd652715310c3c67658d9eb1245f4ebbb5c7f53397eb5795f9