Oct 13 02:07:14.569 INFO testing rust-bravo/rnginx against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 02:07:14.569 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 13 02:07:15.047 INFO blam! aae3651fbe0941db124474756823bea3b50492e69a29376d0179e15884fd8673 Oct 13 02:07:15.059 INFO running `"docker" "start" "-a" "aae3651fbe0941db124474756823bea3b50492e69a29376d0179e15884fd8673"` Oct 13 02:07:16.970 INFO kablam! usermod: no changes Oct 13 02:07:17.035 INFO kablam! Compiling rnginx v0.1.0 (/source) Oct 13 02:07:17.510 INFO kablam! warning: unreachable pattern Oct 13 02:07:17.511 INFO kablam! --> src/http/mod.rs:12:13 Oct 13 02:07:17.511 INFO kablam! | Oct 13 02:07:17.511 INFO kablam! 11 | OK => "200 OK\r\n\r\n", Oct 13 02:07:17.512 INFO kablam! | -- matches any value Oct 13 02:07:17.512 INFO kablam! 12 | NotFound => "404 OK\r\n\r\n", Oct 13 02:07:17.512 INFO kablam! | ^^^^^^^^ unreachable pattern Oct 13 02:07:17.512 INFO kablam! | Oct 13 02:07:17.513 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 13 02:07:17.513 INFO kablam! Oct 13 02:07:17.513 INFO kablam! warning: unused variable: `OK` Oct 13 02:07:17.514 INFO kablam! --> src/http/mod.rs:11:13 Oct 13 02:07:17.514 INFO kablam! | Oct 13 02:07:17.514 INFO kablam! 11 | OK => "200 OK\r\n\r\n", Oct 13 02:07:17.514 INFO kablam! | ^^ help: consider using `_OK` instead Oct 13 02:07:17.515 INFO kablam! | Oct 13 02:07:17.515 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 02:07:17.515 INFO kablam! Oct 13 02:07:17.516 INFO kablam! warning: unused variable: `NotFound` Oct 13 02:07:17.516 INFO kablam! --> src/http/mod.rs:12:13 Oct 13 02:07:17.516 INFO kablam! | Oct 13 02:07:17.517 INFO kablam! 12 | NotFound => "404 OK\r\n\r\n", Oct 13 02:07:17.517 INFO kablam! | ^^^^^^^^ help: consider using `_NotFound` instead Oct 13 02:07:17.517 INFO kablam! Oct 13 02:07:17.519 INFO kablam! warning: static item is never used: `PROTOCOL` Oct 13 02:07:17.519 INFO kablam! --> src/http/mod.rs:6:1 Oct 13 02:07:17.519 INFO kablam! | Oct 13 02:07:17.520 INFO kablam! 6 | static PROTOCOL: &'static str = "HTTP/1.1"; Oct 13 02:07:17.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:07:17.520 INFO kablam! | Oct 13 02:07:17.521 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 02:07:17.521 INFO kablam! Oct 13 02:07:17.521 INFO kablam! warning: method is never used: `value` Oct 13 02:07:17.522 INFO kablam! --> src/http/mod.rs:9:5 Oct 13 02:07:17.522 INFO kablam! | Oct 13 02:07:17.522 INFO kablam! 9 | fn value(state: HTTP) -> &'static str { Oct 13 02:07:17.522 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:07:17.523 INFO kablam! Oct 13 02:07:17.523 INFO kablam! warning: field is never used: `name` Oct 13 02:07:17.523 INFO kablam! --> src/worker/mod.rs:2:5 Oct 13 02:07:17.524 INFO kablam! | Oct 13 02:07:17.524 INFO kablam! 2 | name: &'a str, Oct 13 02:07:17.524 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 02:07:17.525 INFO kablam! Oct 13 02:07:17.525 INFO kablam! warning: field is never used: `num` Oct 13 02:07:17.525 INFO kablam! --> src/worker/mod.rs:3:5 Oct 13 02:07:17.525 INFO kablam! | Oct 13 02:07:17.526 INFO kablam! 3 | num: &'a u32 Oct 13 02:07:17.526 INFO kablam! | ^^^^^^^^^^^^ Oct 13 02:07:17.526 INFO kablam! Oct 13 02:07:17.527 INFO kablam! warning: variable `OK` should have a snake case name such as `ok` Oct 13 02:07:17.527 INFO kablam! --> src/http/mod.rs:11:13 Oct 13 02:07:17.527 INFO kablam! | Oct 13 02:07:17.528 INFO kablam! 11 | OK => "200 OK\r\n\r\n", Oct 13 02:07:17.528 INFO kablam! | ^^ Oct 13 02:07:17.528 INFO kablam! | Oct 13 02:07:17.528 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 02:07:17.529 INFO kablam! Oct 13 02:07:17.529 INFO kablam! warning: variable `NotFound` should have a snake case name such as `not_found` Oct 13 02:07:17.529 INFO kablam! --> src/http/mod.rs:12:13 Oct 13 02:07:17.530 INFO kablam! | Oct 13 02:07:17.530 INFO kablam! 12 | NotFound => "404 OK\r\n\r\n", Oct 13 02:07:17.530 INFO kablam! | ^^^^^^^^ Oct 13 02:07:17.530 INFO kablam! Oct 13 02:07:18.487 INFO kablam! warning: unused variable: `e` Oct 13 02:07:18.487 INFO kablam! --> src/main.rs:8:16 Oct 13 02:07:18.487 INFO kablam! | Oct 13 02:07:18.487 INFO kablam! 8 | if let Err(e) = server.boot() { Oct 13 02:07:18.487 INFO kablam! | ^ help: consider using `_e` instead Oct 13 02:07:18.487 INFO kablam! | Oct 13 02:07:18.487 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 02:07:18.487 INFO kablam! Oct 13 02:07:19.031 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.03s Oct 13 02:07:19.034 INFO kablam! su: No module specific data is present Oct 13 02:07:20.155 INFO running `"docker" "rm" "-f" "aae3651fbe0941db124474756823bea3b50492e69a29376d0179e15884fd8673"` Oct 13 02:07:20.544 INFO blam! aae3651fbe0941db124474756823bea3b50492e69a29376d0179e15884fd8673 Oct 13 02:07:20.561 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 13 02:07:21.014 INFO blam! 28a7f8ebb7ecc3b0c9fffcae4a35f8509f05a112c1111a2bb4be6200aab2760f Oct 13 02:07:21.015 INFO running `"docker" "start" "-a" "28a7f8ebb7ecc3b0c9fffcae4a35f8509f05a112c1111a2bb4be6200aab2760f"` Oct 13 02:07:22.535 INFO kablam! usermod: no changes Oct 13 02:07:22.583 INFO kablam! Compiling rnginx v0.1.0 (/source) Oct 13 02:07:23.335 INFO kablam! warning: unreachable pattern Oct 13 02:07:23.335 INFO kablam! --> src/http/mod.rs:12:13 Oct 13 02:07:23.335 INFO kablam! | Oct 13 02:07:23.335 INFO kablam! 11 | OK => "200 OK\r\n\r\n", Oct 13 02:07:23.335 INFO kablam! | -- matches any value Oct 13 02:07:23.335 INFO kablam! 12 | NotFound => "404 OK\r\n\r\n", Oct 13 02:07:23.335 INFO kablam! | ^^^^^^^^ unreachable pattern Oct 13 02:07:23.335 INFO kablam! | Oct 13 02:07:23.335 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 13 02:07:23.335 INFO kablam! Oct 13 02:07:23.335 INFO kablam! warning: unused variable: `OK` Oct 13 02:07:23.335 INFO kablam! --> src/http/mod.rs:11:13 Oct 13 02:07:23.335 INFO kablam! | Oct 13 02:07:23.335 INFO kablam! 11 | OK => "200 OK\r\n\r\n", Oct 13 02:07:23.335 INFO kablam! | ^^ help: consider using `_OK` instead Oct 13 02:07:23.335 INFO kablam! | Oct 13 02:07:23.335 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 02:07:23.335 INFO kablam! Oct 13 02:07:23.335 INFO kablam! warning: unused variable: `NotFound` Oct 13 02:07:23.335 INFO kablam! --> src/http/mod.rs:12:13 Oct 13 02:07:23.335 INFO kablam! | Oct 13 02:07:23.335 INFO kablam! 12 | NotFound => "404 OK\r\n\r\n", Oct 13 02:07:23.335 INFO kablam! | ^^^^^^^^ help: consider using `_NotFound` instead Oct 13 02:07:23.335 INFO kablam! Oct 13 02:07:23.375 INFO kablam! warning: static item is never used: `PROTOCOL` Oct 13 02:07:23.375 INFO kablam! --> src/http/mod.rs:6:1 Oct 13 02:07:23.375 INFO kablam! | Oct 13 02:07:23.375 INFO kablam! 6 | static PROTOCOL: &'static str = "HTTP/1.1"; Oct 13 02:07:23.375 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:07:23.383 INFO kablam! | Oct 13 02:07:23.383 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 02:07:23.383 INFO kablam! Oct 13 02:07:23.383 INFO kablam! warning: method is never used: `value` Oct 13 02:07:23.383 INFO kablam! --> src/http/mod.rs:9:5 Oct 13 02:07:23.383 INFO kablam! | Oct 13 02:07:23.383 INFO kablam! 9 | fn value(state: HTTP) -> &'static str { Oct 13 02:07:23.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:07:23.383 INFO kablam! Oct 13 02:07:23.383 INFO kablam! warning: field is never used: `name` Oct 13 02:07:23.383 INFO kablam! --> src/worker/mod.rs:2:5 Oct 13 02:07:23.383 INFO kablam! | Oct 13 02:07:23.383 INFO kablam! 2 | name: &'a str, Oct 13 02:07:23.383 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 02:07:23.383 INFO kablam! Oct 13 02:07:23.383 INFO kablam! warning: field is never used: `num` Oct 13 02:07:23.383 INFO kablam! --> src/worker/mod.rs:3:5 Oct 13 02:07:23.383 INFO kablam! | Oct 13 02:07:23.383 INFO kablam! 3 | num: &'a u32 Oct 13 02:07:23.383 INFO kablam! | ^^^^^^^^^^^^ Oct 13 02:07:23.383 INFO kablam! Oct 13 02:07:23.383 INFO kablam! warning: variable `OK` should have a snake case name such as `ok` Oct 13 02:07:23.383 INFO kablam! --> src/http/mod.rs:11:13 Oct 13 02:07:23.383 INFO kablam! | Oct 13 02:07:23.383 INFO kablam! 11 | OK => "200 OK\r\n\r\n", Oct 13 02:07:23.383 INFO kablam! | ^^ Oct 13 02:07:23.383 INFO kablam! | Oct 13 02:07:23.383 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 02:07:23.383 INFO kablam! Oct 13 02:07:23.383 INFO kablam! warning: variable `NotFound` should have a snake case name such as `not_found` Oct 13 02:07:23.383 INFO kablam! --> src/http/mod.rs:12:13 Oct 13 02:07:23.383 INFO kablam! | Oct 13 02:07:23.383 INFO kablam! 12 | NotFound => "404 OK\r\n\r\n", Oct 13 02:07:23.383 INFO kablam! | ^^^^^^^^ Oct 13 02:07:23.383 INFO kablam! Oct 13 02:07:23.595 INFO kablam! warning: unused variable: `e` Oct 13 02:07:23.595 INFO kablam! --> src/main.rs:8:16 Oct 13 02:07:23.595 INFO kablam! | Oct 13 02:07:23.595 INFO kablam! 8 | if let Err(e) = server.boot() { Oct 13 02:07:23.595 INFO kablam! | ^ help: consider using `_e` instead Oct 13 02:07:23.595 INFO kablam! | Oct 13 02:07:23.595 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 02:07:23.595 INFO kablam! Oct 13 02:07:24.463 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.90s Oct 13 02:07:24.479 INFO kablam! su: No module specific data is present Oct 13 02:07:25.365 INFO running `"docker" "rm" "-f" "28a7f8ebb7ecc3b0c9fffcae4a35f8509f05a112c1111a2bb4be6200aab2760f"` Oct 13 02:07:25.726 INFO blam! 28a7f8ebb7ecc3b0c9fffcae4a35f8509f05a112c1111a2bb4be6200aab2760f Oct 13 02:07:25.728 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 13 02:07:26.175 INFO blam! fb3f2ba0d2daec8591db352d6a594a130fb6658c8425d4eac27b6d7d2163a909 Oct 13 02:07:26.180 INFO running `"docker" "start" "-a" "fb3f2ba0d2daec8591db352d6a594a130fb6658c8425d4eac27b6d7d2163a909"` Oct 13 02:07:27.295 INFO kablam! usermod: no changes Oct 13 02:07:27.363 INFO blam! Oct 13 02:07:27.364 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 13 02:07:27.364 INFO blam! running 0 tests Oct 13 02:07:27.364 INFO kablam! Running /target/debug/deps/rnginx-8de4591268bda892 Oct 13 02:07:27.364 INFO blam! Oct 13 02:07:27.365 INFO kablam! Running /target/debug/deps/rnginx-3fe547343b77a4c3 Oct 13 02:07:27.365 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:07:27.365 INFO blam! Oct 13 02:07:27.371 INFO blam! Oct 13 02:07:27.371 INFO kablam! Running /target/debug/deps/integration_test-de652e9105a3e0b2 Oct 13 02:07:27.371 INFO blam! running 0 tests Oct 13 02:07:27.372 INFO blam! Oct 13 02:07:27.372 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:07:27.372 INFO blam! Oct 13 02:07:27.375 INFO blam! Oct 13 02:07:27.375 INFO kablam! Doc-tests rnginx Oct 13 02:07:27.375 INFO blam! running 0 tests Oct 13 02:07:27.375 INFO blam! Oct 13 02:07:27.375 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:07:27.375 INFO blam! Oct 13 02:07:27.763 INFO blam! Oct 13 02:07:27.763 INFO blam! running 0 tests Oct 13 02:07:27.763 INFO blam! Oct 13 02:07:27.763 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:07:27.763 INFO blam! Oct 13 02:07:27.770 INFO kablam! su: No module specific data is present Oct 13 02:07:29.275 INFO running `"docker" "rm" "-f" "fb3f2ba0d2daec8591db352d6a594a130fb6658c8425d4eac27b6d7d2163a909"` Oct 13 02:07:29.527 INFO blam! fb3f2ba0d2daec8591db352d6a594a130fb6658c8425d4eac27b6d7d2163a909