Oct 11 03:34:57.622 INFO testing ademonov/pfbackend against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 03:34:57.622 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 03:34:57.622 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 03:34:58.088 INFO blam! e4b6981debb182e7e36b879e373f2c25972577b43dbd8f9c36ef51227d371f5a Oct 11 03:34:58.094 INFO running `"docker" "start" "-a" "e4b6981debb182e7e36b879e373f2c25972577b43dbd8f9c36ef51227d371f5a"` Oct 11 03:34:59.205 INFO kablam! usermod: no changes Oct 11 03:34:59.344 INFO kablam! Compiling pfbackend v0.1.0 (/source) Oct 11 03:35:00.762 INFO kablam! warning[E0170]: pattern binding `Http11` is named the same as one of the variants of the type `hyper::HttpVersion` Oct 11 03:35:00.762 INFO kablam! --> src/main.rs:34:14 Oct 11 03:35:00.763 INFO kablam! | Oct 11 03:35:00.763 INFO kablam! 34 | (Http11, None) => Some(Connection::keep_alive()), Oct 11 03:35:00.763 INFO kablam! | ^^^^^^ help: to match on the variant, qualify the path: `hyper::HttpVersion::Http11` Oct 11 03:35:00.763 INFO kablam! Oct 11 03:35:00.763 INFO kablam! warning: unreachable pattern Oct 11 03:35:00.763 INFO kablam! --> src/main.rs:36:13 Oct 11 03:35:00.764 INFO kablam! | Oct 11 03:35:00.764 INFO kablam! 36 | _ => None, Oct 11 03:35:00.764 INFO kablam! | ^ Oct 11 03:35:00.764 INFO kablam! | Oct 11 03:35:00.765 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 11 03:35:00.765 INFO kablam! Oct 11 03:35:00.765 INFO kablam! warning: unused variable: `Http11` Oct 11 03:35:00.765 INFO kablam! --> src/main.rs:34:14 Oct 11 03:35:00.766 INFO kablam! | Oct 11 03:35:00.766 INFO kablam! 34 | (Http11, None) => Some(Connection::keep_alive()), Oct 11 03:35:00.766 INFO kablam! | ^^^^^^ help: consider using `_Http11` instead Oct 11 03:35:00.767 INFO kablam! | Oct 11 03:35:00.767 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 03:35:00.767 INFO kablam! Oct 11 03:35:00.767 INFO kablam! warning: unused variable: `body` Oct 11 03:35:00.768 INFO kablam! --> src/main.rs:52:50 Oct 11 03:35:00.768 INFO kablam! | Oct 11 03:35:00.768 INFO kablam! 52 | let (method, uri, http_version, headers, body) = req.deconstruct(); Oct 11 03:35:00.768 INFO kablam! | ^^^^ help: consider using `_body` instead Oct 11 03:35:00.769 INFO kablam! Oct 11 03:35:00.769 INFO kablam! warning: variable `Http11` should have a snake case name such as `http11` Oct 11 03:35:00.769 INFO kablam! --> src/main.rs:34:14 Oct 11 03:35:00.770 INFO kablam! | Oct 11 03:35:00.770 INFO kablam! 34 | (Http11, None) => Some(Connection::keep_alive()), Oct 11 03:35:00.776 INFO kablam! | ^^^^^^ Oct 11 03:35:00.777 INFO kablam! | Oct 11 03:35:00.777 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 03:35:00.777 INFO kablam! Oct 11 03:35:01.056 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.82s Oct 11 03:35:01.061 INFO kablam! su: No module specific data is present Oct 11 03:35:01.389 INFO running `"docker" "rm" "-f" "e4b6981debb182e7e36b879e373f2c25972577b43dbd8f9c36ef51227d371f5a"` Oct 11 03:35:01.647 INFO blam! e4b6981debb182e7e36b879e373f2c25972577b43dbd8f9c36ef51227d371f5a Oct 11 03:35:01.652 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 03:35:01.652 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 03:35:02.060 INFO blam! a6f0e6f98ab67eae802cb8267d320d9322f6ae6ba3a6e5eaaa58d7174b228516 Oct 11 03:35:02.061 INFO running `"docker" "start" "-a" "a6f0e6f98ab67eae802cb8267d320d9322f6ae6ba3a6e5eaaa58d7174b228516"` Oct 11 03:35:03.015 INFO kablam! usermod: no changes Oct 11 03:35:03.092 INFO kablam! Compiling pfbackend v0.1.0 (/source) Oct 11 03:35:04.144 INFO kablam! warning[E0170]: pattern binding `Http11` is named the same as one of the variants of the type `hyper::HttpVersion` Oct 11 03:35:04.144 INFO kablam! --> src/main.rs:34:14 Oct 11 03:35:04.144 INFO kablam! | Oct 11 03:35:04.144 INFO kablam! 34 | (Http11, None) => Some(Connection::keep_alive()), Oct 11 03:35:04.144 INFO kablam! | ^^^^^^ help: to match on the variant, qualify the path: `hyper::HttpVersion::Http11` Oct 11 03:35:04.156 INFO kablam! Oct 11 03:35:04.156 INFO kablam! warning: unreachable pattern Oct 11 03:35:04.156 INFO kablam! --> src/main.rs:36:13 Oct 11 03:35:04.156 INFO kablam! | Oct 11 03:35:04.156 INFO kablam! 36 | _ => None, Oct 11 03:35:04.156 INFO kablam! | ^ Oct 11 03:35:04.156 INFO kablam! | Oct 11 03:35:04.156 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 11 03:35:04.156 INFO kablam! Oct 11 03:35:04.156 INFO kablam! warning: unused variable: `Http11` Oct 11 03:35:04.156 INFO kablam! --> src/main.rs:34:14 Oct 11 03:35:04.156 INFO kablam! | Oct 11 03:35:04.156 INFO kablam! 34 | (Http11, None) => Some(Connection::keep_alive()), Oct 11 03:35:04.156 INFO kablam! | ^^^^^^ help: consider using `_Http11` instead Oct 11 03:35:04.156 INFO kablam! | Oct 11 03:35:04.156 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 03:35:04.156 INFO kablam! Oct 11 03:35:04.157 INFO kablam! warning: unused variable: `body` Oct 11 03:35:04.157 INFO kablam! --> src/main.rs:52:50 Oct 11 03:35:04.157 INFO kablam! | Oct 11 03:35:04.157 INFO kablam! 52 | let (method, uri, http_version, headers, body) = req.deconstruct(); Oct 11 03:35:04.157 INFO kablam! | ^^^^ help: consider using `_body` instead Oct 11 03:35:04.157 INFO kablam! Oct 11 03:35:04.157 INFO kablam! warning: variable `Http11` should have a snake case name such as `http11` Oct 11 03:35:04.157 INFO kablam! --> src/main.rs:34:14 Oct 11 03:35:04.157 INFO kablam! | Oct 11 03:35:04.157 INFO kablam! 34 | (Http11, None) => Some(Connection::keep_alive()), Oct 11 03:35:04.157 INFO kablam! | ^^^^^^ Oct 11 03:35:04.157 INFO kablam! | Oct 11 03:35:04.157 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 03:35:04.157 INFO kablam! Oct 11 03:35:04.701 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.67s Oct 11 03:35:04.717 INFO kablam! su: No module specific data is present Oct 11 03:35:05.366 INFO running `"docker" "rm" "-f" "a6f0e6f98ab67eae802cb8267d320d9322f6ae6ba3a6e5eaaa58d7174b228516"` Oct 11 03:35:05.568 INFO blam! a6f0e6f98ab67eae802cb8267d320d9322f6ae6ba3a6e5eaaa58d7174b228516 Oct 11 03:35:05.577 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 03:35:05.578 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 03:35:05.930 INFO blam! 2b85bff0b0d95c1afdd53ac4cb9b4f58a1eeeeec54c36fb274589c47be402139 Oct 11 03:35:05.931 INFO running `"docker" "start" "-a" "2b85bff0b0d95c1afdd53ac4cb9b4f58a1eeeeec54c36fb274589c47be402139"` Oct 11 03:35:06.885 INFO kablam! usermod: no changes Oct 11 03:35:07.008 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 11 03:35:07.016 INFO kablam! Running /target/debug/deps/pfbackend-d00e85bb94c8069b Oct 11 03:35:07.020 INFO blam! Oct 11 03:35:07.021 INFO blam! running 0 tests Oct 11 03:35:07.021 INFO blam! Oct 11 03:35:07.021 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 03:35:07.022 INFO blam! Oct 11 03:35:07.025 INFO kablam! su: No module specific data is present Oct 11 03:35:07.460 INFO running `"docker" "rm" "-f" "2b85bff0b0d95c1afdd53ac4cb9b4f58a1eeeeec54c36fb274589c47be402139"` Oct 11 03:35:07.724 INFO blam! 2b85bff0b0d95c1afdd53ac4cb9b4f58a1eeeeec54c36fb274589c47be402139