Oct 10 15:45:23.417 INFO testing rust-bravo/rnginx against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 15:45:23.417 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 15:45:23.419 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 10 15:45:23.904 INFO blam! 04ef88a534bf05a3bcd078295b612094c8663ccf9773517255fe6fe239ebdffc Oct 10 15:45:23.932 INFO running `"docker" "start" "-a" "04ef88a534bf05a3bcd078295b612094c8663ccf9773517255fe6fe239ebdffc"` Oct 10 15:45:26.021 INFO kablam! usermod: no changes Oct 10 15:45:26.084 INFO kablam! Compiling rnginx v0.1.0 (/source) Oct 10 15:45:26.757 INFO kablam! warning: unreachable pattern Oct 10 15:45:26.757 INFO kablam! --> src/http/mod.rs:12:13 Oct 10 15:45:26.758 INFO kablam! | Oct 10 15:45:26.758 INFO kablam! 11 | OK => "200 OK\r\n\r\n", Oct 10 15:45:26.758 INFO kablam! | -- matches any value Oct 10 15:45:26.758 INFO kablam! 12 | NotFound => "404 OK\r\n\r\n", Oct 10 15:45:26.759 INFO kablam! | ^^^^^^^^ unreachable pattern Oct 10 15:45:26.759 INFO kablam! | Oct 10 15:45:26.759 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 10 15:45:26.759 INFO kablam! Oct 10 15:45:26.760 INFO kablam! warning: unused variable: `OK` Oct 10 15:45:26.760 INFO kablam! --> src/http/mod.rs:11:13 Oct 10 15:45:26.760 INFO kablam! | Oct 10 15:45:26.760 INFO kablam! 11 | OK => "200 OK\r\n\r\n", Oct 10 15:45:26.761 INFO kablam! | ^^ help: consider using `_OK` instead Oct 10 15:45:26.761 INFO kablam! | Oct 10 15:45:26.761 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 15:45:26.762 INFO kablam! Oct 10 15:45:26.762 INFO kablam! warning: unused variable: `NotFound` Oct 10 15:45:26.762 INFO kablam! --> src/http/mod.rs:12:13 Oct 10 15:45:26.762 INFO kablam! | Oct 10 15:45:26.763 INFO kablam! 12 | NotFound => "404 OK\r\n\r\n", Oct 10 15:45:26.763 INFO kablam! | ^^^^^^^^ help: consider using `_NotFound` instead Oct 10 15:45:26.763 INFO kablam! Oct 10 15:45:26.765 INFO kablam! warning: static item is never used: `PROTOCOL` Oct 10 15:45:26.766 INFO kablam! --> src/http/mod.rs:6:1 Oct 10 15:45:26.766 INFO kablam! | Oct 10 15:45:26.766 INFO kablam! 6 | static PROTOCOL: &'static str = "HTTP/1.1"; Oct 10 15:45:26.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:45:26.767 INFO kablam! | Oct 10 15:45:26.767 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 15:45:26.767 INFO kablam! Oct 10 15:45:26.768 INFO kablam! warning: method is never used: `value` Oct 10 15:45:26.768 INFO kablam! --> src/http/mod.rs:9:5 Oct 10 15:45:26.768 INFO kablam! | Oct 10 15:45:26.769 INFO kablam! 9 | fn value(state: HTTP) -> &'static str { Oct 10 15:45:26.769 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:45:26.769 INFO kablam! Oct 10 15:45:26.769 INFO kablam! warning: field is never used: `name` Oct 10 15:45:26.770 INFO kablam! --> src/worker/mod.rs:2:5 Oct 10 15:45:26.770 INFO kablam! | Oct 10 15:45:26.770 INFO kablam! 2 | name: &'a str, Oct 10 15:45:26.770 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 15:45:26.771 INFO kablam! Oct 10 15:45:26.771 INFO kablam! warning: field is never used: `num` Oct 10 15:45:26.771 INFO kablam! --> src/worker/mod.rs:3:5 Oct 10 15:45:26.772 INFO kablam! | Oct 10 15:45:26.772 INFO kablam! 3 | num: &'a u32 Oct 10 15:45:26.772 INFO kablam! | ^^^^^^^^^^^^ Oct 10 15:45:26.772 INFO kablam! Oct 10 15:45:26.773 INFO kablam! warning: variable `OK` should have a snake case name such as `ok` Oct 10 15:45:26.773 INFO kablam! --> src/http/mod.rs:11:13 Oct 10 15:45:26.773 INFO kablam! | Oct 10 15:45:26.773 INFO kablam! 11 | OK => "200 OK\r\n\r\n", Oct 10 15:45:26.774 INFO kablam! | ^^ Oct 10 15:45:26.774 INFO kablam! | Oct 10 15:45:26.774 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 15:45:26.775 INFO kablam! Oct 10 15:45:26.775 INFO kablam! warning: variable `NotFound` should have a snake case name such as `not_found` Oct 10 15:45:26.775 INFO kablam! --> src/http/mod.rs:12:13 Oct 10 15:45:26.775 INFO kablam! | Oct 10 15:45:26.776 INFO kablam! 12 | NotFound => "404 OK\r\n\r\n", Oct 10 15:45:26.776 INFO kablam! | ^^^^^^^^ Oct 10 15:45:26.779 INFO kablam! Oct 10 15:45:27.901 INFO kablam! warning: unused variable: `e` Oct 10 15:45:27.901 INFO kablam! --> src/main.rs:8:16 Oct 10 15:45:27.901 INFO kablam! | Oct 10 15:45:27.902 INFO kablam! 8 | if let Err(e) = server.boot() { Oct 10 15:45:27.902 INFO kablam! | ^ help: consider using `_e` instead Oct 10 15:45:27.902 INFO kablam! | Oct 10 15:45:27.902 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 15:45:27.903 INFO kablam! Oct 10 15:45:28.485 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.43s Oct 10 15:45:28.489 INFO kablam! su: No module specific data is present Oct 10 15:45:29.753 INFO running `"docker" "rm" "-f" "04ef88a534bf05a3bcd078295b612094c8663ccf9773517255fe6fe239ebdffc"` Oct 10 15:45:30.061 INFO blam! 04ef88a534bf05a3bcd078295b612094c8663ccf9773517255fe6fe239ebdffc Oct 10 15:45:30.064 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 15:45:30.064 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 10 15:45:30.582 INFO blam! db2d5dab25a6bc14e71529484c4676c764c911b08992762808655b63bc0eb774 Oct 10 15:45:30.584 INFO running `"docker" "start" "-a" "db2d5dab25a6bc14e71529484c4676c764c911b08992762808655b63bc0eb774"` Oct 10 15:45:33.016 INFO kablam! usermod: no changes Oct 10 15:45:33.080 INFO kablam! Compiling rnginx v0.1.0 (/source) Oct 10 15:45:34.560 INFO kablam! warning: unused variable: `e` Oct 10 15:45:34.561 INFO kablam! --> src/main.rs:8:16 Oct 10 15:45:34.562 INFO kablam! | Oct 10 15:45:34.562 INFO kablam! 8 | if let Err(e) = server.boot() { Oct 10 15:45:34.563 INFO kablam! | ^ help: consider using `_e` instead Oct 10 15:45:34.563 INFO kablam! | Oct 10 15:45:34.564 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 15:45:34.564 INFO kablam! Oct 10 15:45:34.942 INFO kablam! warning: unreachable pattern Oct 10 15:45:34.943 INFO kablam! --> src/http/mod.rs:12:13 Oct 10 15:45:34.943 INFO kablam! | Oct 10 15:45:34.944 INFO kablam! 11 | OK => "200 OK\r\n\r\n", Oct 10 15:45:34.945 INFO kablam! | -- matches any value Oct 10 15:45:34.945 INFO kablam! 12 | NotFound => "404 OK\r\n\r\n", Oct 10 15:45:34.946 INFO kablam! | ^^^^^^^^ unreachable pattern Oct 10 15:45:34.964 INFO kablam! | Oct 10 15:45:34.965 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 10 15:45:34.966 INFO kablam! Oct 10 15:45:34.967 INFO kablam! warning: unused variable: `OK` Oct 10 15:45:34.968 INFO kablam! --> src/http/mod.rs:11:13 Oct 10 15:45:34.968 INFO kablam! | Oct 10 15:45:34.969 INFO kablam! 11 | OK => "200 OK\r\n\r\n", Oct 10 15:45:34.970 INFO kablam! | ^^ help: consider using `_OK` instead Oct 10 15:45:34.970 INFO kablam! | Oct 10 15:45:34.971 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 15:45:34.972 INFO kablam! Oct 10 15:45:34.972 INFO kablam! warning: unused variable: `NotFound` Oct 10 15:45:34.973 INFO kablam! --> src/http/mod.rs:12:13 Oct 10 15:45:34.974 INFO kablam! | Oct 10 15:45:34.974 INFO kablam! 12 | NotFound => "404 OK\r\n\r\n", Oct 10 15:45:34.975 INFO kablam! | ^^^^^^^^ help: consider using `_NotFound` instead Oct 10 15:45:34.975 INFO kablam! Oct 10 15:45:34.991 INFO kablam! warning: static item is never used: `PROTOCOL` Oct 10 15:45:34.992 INFO kablam! --> src/http/mod.rs:6:1 Oct 10 15:45:34.993 INFO kablam! | Oct 10 15:45:34.993 INFO kablam! 6 | static PROTOCOL: &'static str = "HTTP/1.1"; Oct 10 15:45:34.994 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:45:34.994 INFO kablam! | Oct 10 15:45:34.995 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 15:45:34.995 INFO kablam! Oct 10 15:45:34.996 INFO kablam! warning: method is never used: `value` Oct 10 15:45:34.997 INFO kablam! --> src/http/mod.rs:9:5 Oct 10 15:45:34.997 INFO kablam! | Oct 10 15:45:34.998 INFO kablam! 9 | fn value(state: HTTP) -> &'static str { Oct 10 15:45:34.999 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:45:34.999 INFO kablam! Oct 10 15:45:35.000 INFO kablam! warning: field is never used: `name` Oct 10 15:45:35.001 INFO kablam! --> src/worker/mod.rs:2:5 Oct 10 15:45:35.001 INFO kablam! | Oct 10 15:45:35.002 INFO kablam! 2 | name: &'a str, Oct 10 15:45:35.002 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 15:45:35.003 INFO kablam! Oct 10 15:45:35.004 INFO kablam! warning: field is never used: `num` Oct 10 15:45:35.004 INFO kablam! --> src/worker/mod.rs:3:5 Oct 10 15:45:35.005 INFO kablam! | Oct 10 15:45:35.005 INFO kablam! 3 | num: &'a u32 Oct 10 15:45:35.006 INFO kablam! | ^^^^^^^^^^^^ Oct 10 15:45:35.007 INFO kablam! Oct 10 15:45:35.009 INFO kablam! warning: variable `OK` should have a snake case name such as `ok` Oct 10 15:45:35.010 INFO kablam! --> src/http/mod.rs:11:13 Oct 10 15:45:35.010 INFO kablam! | Oct 10 15:45:35.011 INFO kablam! 11 | OK => "200 OK\r\n\r\n", Oct 10 15:45:35.012 INFO kablam! | ^^ Oct 10 15:45:35.012 INFO kablam! | Oct 10 15:45:35.013 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 15:45:35.013 INFO kablam! Oct 10 15:45:35.014 INFO kablam! warning: variable `NotFound` should have a snake case name such as `not_found` Oct 10 15:45:35.015 INFO kablam! --> src/http/mod.rs:12:13 Oct 10 15:45:35.015 INFO kablam! | Oct 10 15:45:35.016 INFO kablam! 12 | NotFound => "404 OK\r\n\r\n", Oct 10 15:45:35.016 INFO kablam! | ^^^^^^^^ Oct 10 15:45:35.017 INFO kablam! Oct 10 15:45:36.068 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.03s Oct 10 15:45:36.071 INFO kablam! su: No module specific data is present Oct 10 15:45:37.975 INFO running `"docker" "rm" "-f" "db2d5dab25a6bc14e71529484c4676c764c911b08992762808655b63bc0eb774"` Oct 10 15:45:38.364 INFO blam! db2d5dab25a6bc14e71529484c4676c764c911b08992762808655b63bc0eb774 Oct 10 15:45:38.368 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 15:45:38.368 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 10 15:45:38.781 INFO blam! 12df327a4e6a380bab2fe301abd4f2c7e17482d19611620e46fb09486e6327fb Oct 10 15:45:38.783 INFO running `"docker" "start" "-a" "12df327a4e6a380bab2fe301abd4f2c7e17482d19611620e46fb09486e6327fb"` Oct 10 15:45:41.607 INFO kablam! usermod: no changes Oct 10 15:45:41.656 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 10 15:45:41.657 INFO kablam! Running /target/debug/deps/rnginx-07eac21efb689bfa Oct 10 15:45:41.668 INFO kablam! Running /target/debug/deps/rnginx-e02469c08dfa488a Oct 10 15:45:41.669 INFO blam! Oct 10 15:45:41.669 INFO blam! running 0 tests Oct 10 15:45:41.669 INFO blam! Oct 10 15:45:41.669 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 15:45:41.669 INFO blam! Oct 10 15:45:41.672 INFO blam! Oct 10 15:45:41.672 INFO blam! running 0 tests Oct 10 15:45:41.672 INFO blam! Oct 10 15:45:41.672 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 15:45:41.672 INFO blam! Oct 10 15:45:41.672 INFO kablam! Running /target/debug/deps/integration_test-39509044bf7000d5 Oct 10 15:45:41.673 INFO blam! Oct 10 15:45:41.673 INFO blam! running 0 tests Oct 10 15:45:41.688 INFO blam! Oct 10 15:45:41.688 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 15:45:41.688 INFO blam! Oct 10 15:45:41.689 INFO kablam! Doc-tests rnginx Oct 10 15:45:42.610 INFO blam! Oct 10 15:45:42.610 INFO blam! running 0 tests Oct 10 15:45:42.611 INFO blam! Oct 10 15:45:42.612 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 15:45:42.612 INFO blam! Oct 10 15:45:42.619 INFO kablam! su: No module specific data is present Oct 10 15:45:44.389 INFO running `"docker" "rm" "-f" "12df327a4e6a380bab2fe301abd4f2c7e17482d19611620e46fb09486e6327fb"` Oct 10 15:45:44.743 INFO blam! 12df327a4e6a380bab2fe301abd4f2c7e17482d19611620e46fb09486e6327fb