Oct 15 00:40:30.432 INFO testing cloudjunky/nessm1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 00:40:30.432 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 15 00:40:30.881 INFO blam! 69c93592a208ff0d607d52546cec087a21b3679ff0a0d9517780b3c7c69ec3af Oct 15 00:40:30.884 INFO running `"docker" "start" "-a" "69c93592a208ff0d607d52546cec087a21b3679ff0a0d9517780b3c7c69ec3af"` Oct 15 00:40:31.611 INFO kablam! usermod: no changes Oct 15 00:40:31.699 INFO kablam! Compiling uuid v0.1.18 Oct 15 00:40:31.699 INFO kablam! Compiling chrono v0.2.25 Oct 15 00:40:32.507 INFO kablam! Compiling url v0.2.38 Oct 15 00:40:35.282 INFO kablam! Compiling tiny_http v0.5.8 Oct 15 00:40:38.140 INFO kablam! Compiling nessm1 v0.1.0 (/source) Oct 15 00:40:38.483 INFO kablam! warning: unused import: `std::env` Oct 15 00:40:38.483 INFO kablam! --> src/lib.rs:9:5 Oct 15 00:40:38.483 INFO kablam! | Oct 15 00:40:38.483 INFO kablam! 9 | use std::env; Oct 15 00:40:38.483 INFO kablam! | ^^^^^^^^ Oct 15 00:40:38.483 INFO kablam! | Oct 15 00:40:38.483 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 00:40:38.483 INFO kablam! Oct 15 00:40:38.483 INFO kablam! warning: unused import: `std::process` Oct 15 00:40:38.483 INFO kablam! --> src/lib.rs:10:5 Oct 15 00:40:38.483 INFO kablam! | Oct 15 00:40:38.483 INFO kablam! 10 | use std::process; Oct 15 00:40:38.483 INFO kablam! | ^^^^^^^^^^^^ Oct 15 00:40:38.483 INFO kablam! Oct 15 00:40:38.483 INFO kablam! warning: unused import: `std::thread` Oct 15 00:40:38.483 INFO kablam! --> src/lib.rs:11:5 Oct 15 00:40:38.483 INFO kablam! | Oct 15 00:40:38.483 INFO kablam! 11 | use std::thread; Oct 15 00:40:38.483 INFO kablam! | ^^^^^^^^^^^ Oct 15 00:40:38.483 INFO kablam! Oct 15 00:40:38.483 INFO kablam! warning: unused import: `std::net::TcpListener` Oct 15 00:40:38.483 INFO kablam! --> src/lib.rs:14:5 Oct 15 00:40:38.483 INFO kablam! | Oct 15 00:40:38.483 INFO kablam! 14 | use std::net::TcpListener; Oct 15 00:40:38.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:40:38.483 INFO kablam! Oct 15 00:40:38.541 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:40:38.541 INFO kablam! --> src/lib.rs:36:9 Oct 15 00:40:38.541 INFO kablam! | Oct 15 00:40:38.541 INFO kablam! 36 | stream.write(message.as_bytes()); Oct 15 00:40:38.541 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:40:38.541 INFO kablam! | Oct 15 00:40:38.541 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 00:40:38.541 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:40:38.541 INFO kablam! Oct 15 00:40:38.541 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:40:38.541 INFO kablam! --> src/lib.rs:39:9 Oct 15 00:40:38.541 INFO kablam! | Oct 15 00:40:38.541 INFO kablam! 39 | stream.read(&mut client_buffer); Oct 15 00:40:38.541 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:40:38.541 INFO kablam! | Oct 15 00:40:38.541 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:40:38.541 INFO kablam! Oct 15 00:40:39.715 INFO kablam! warning: unused variable: `result` Oct 15 00:40:39.715 INFO kablam! --> src/main.rs:31:13 Oct 15 00:40:39.715 INFO kablam! | Oct 15 00:40:39.715 INFO kablam! 31 | let result = match request.url() { Oct 15 00:40:39.715 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 15 00:40:39.715 INFO kablam! | Oct 15 00:40:39.716 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 00:40:39.716 INFO kablam! Oct 15 00:40:39.734 INFO kablam! warning: enum is never used: `StatusUpdate` Oct 15 00:40:39.735 INFO kablam! --> src/main.rs:8:1 Oct 15 00:40:39.735 INFO kablam! | Oct 15 00:40:39.735 INFO kablam! 8 | enum StatusUpdate { Oct 15 00:40:39.735 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 00:40:39.735 INFO kablam! | Oct 15 00:40:39.735 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:40:39.735 INFO kablam! Oct 15 00:40:39.735 INFO kablam! warning: struct is never constructed: `ZoneChangeUpdate` Oct 15 00:40:39.735 INFO kablam! --> src/main.rs:11:1 Oct 15 00:40:39.735 INFO kablam! | Oct 15 00:40:39.735 INFO kablam! 11 | struct ZoneChangeUpdate { Oct 15 00:40:39.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:40:39.735 INFO kablam! Oct 15 00:40:39.737 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:40:39.737 INFO kablam! --> src/main.rs:60:2 Oct 15 00:40:39.737 INFO kablam! | Oct 15 00:40:39.737 INFO kablam! 60 | request.respond(response); Oct 15 00:40:39.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:40:39.737 INFO kablam! | Oct 15 00:40:39.737 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 00:40:39.737 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:40:39.737 INFO kablam! Oct 15 00:40:41.301 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.66s Oct 15 00:40:41.315 INFO kablam! su: No module specific data is present Oct 15 00:40:42.943 INFO running `"docker" "rm" "-f" "69c93592a208ff0d607d52546cec087a21b3679ff0a0d9517780b3c7c69ec3af"` Oct 15 00:40:43.363 INFO blam! 69c93592a208ff0d607d52546cec087a21b3679ff0a0d9517780b3c7c69ec3af Oct 15 00:40:43.369 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 15 00:40:43.844 INFO blam! 9e36aca9d5efc215936de0351172142874ae2ad317c1990e2a608918457c6185 Oct 15 00:40:43.847 INFO running `"docker" "start" "-a" "9e36aca9d5efc215936de0351172142874ae2ad317c1990e2a608918457c6185"` Oct 15 00:40:46.415 INFO kablam! usermod: no changes Oct 15 00:40:46.503 INFO kablam! Compiling nessm1 v0.1.0 (/source) Oct 15 00:40:47.128 INFO kablam! warning: unused import: `std::env` Oct 15 00:40:47.128 INFO kablam! --> src/lib.rs:9:5 Oct 15 00:40:47.128 INFO kablam! | Oct 15 00:40:47.129 INFO kablam! 9 | use std::env; Oct 15 00:40:47.129 INFO kablam! | ^^^^^^^^ Oct 15 00:40:47.129 INFO kablam! | Oct 15 00:40:47.129 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 00:40:47.130 INFO kablam! Oct 15 00:40:47.130 INFO kablam! warning: unused import: `std::process` Oct 15 00:40:47.130 INFO kablam! --> src/lib.rs:10:5 Oct 15 00:40:47.131 INFO kablam! | Oct 15 00:40:47.131 INFO kablam! 10 | use std::process; Oct 15 00:40:47.131 INFO kablam! | ^^^^^^^^^^^^ Oct 15 00:40:47.132 INFO kablam! Oct 15 00:40:47.132 INFO kablam! warning: unused import: `std::thread` Oct 15 00:40:47.132 INFO kablam! --> src/lib.rs:11:5 Oct 15 00:40:47.132 INFO kablam! | Oct 15 00:40:47.133 INFO kablam! 11 | use std::thread; Oct 15 00:40:47.133 INFO kablam! | ^^^^^^^^^^^ Oct 15 00:40:47.133 INFO kablam! Oct 15 00:40:47.134 INFO kablam! warning: unused import: `std::net::TcpListener` Oct 15 00:40:47.134 INFO kablam! --> src/lib.rs:14:5 Oct 15 00:40:47.134 INFO kablam! | Oct 15 00:40:47.134 INFO kablam! 14 | use std::net::TcpListener; Oct 15 00:40:47.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:40:47.135 INFO kablam! Oct 15 00:40:47.267 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:40:47.268 INFO kablam! --> src/lib.rs:36:9 Oct 15 00:40:47.268 INFO kablam! | Oct 15 00:40:47.268 INFO kablam! 36 | stream.write(message.as_bytes()); Oct 15 00:40:47.269 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:40:47.269 INFO kablam! | Oct 15 00:40:47.269 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 00:40:47.269 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:40:47.270 INFO kablam! Oct 15 00:40:47.270 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:40:47.270 INFO kablam! --> src/lib.rs:39:9 Oct 15 00:40:47.271 INFO kablam! | Oct 15 00:40:47.271 INFO kablam! 39 | stream.read(&mut client_buffer); Oct 15 00:40:47.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:40:47.271 INFO kablam! | Oct 15 00:40:47.272 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:40:47.272 INFO kablam! Oct 15 00:40:48.254 INFO kablam! warning: unused variable: `result` Oct 15 00:40:48.255 INFO kablam! --> src/main.rs:31:13 Oct 15 00:40:48.255 INFO kablam! | Oct 15 00:40:48.256 INFO kablam! 31 | let result = match request.url() { Oct 15 00:40:48.257 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 15 00:40:48.257 INFO kablam! | Oct 15 00:40:48.258 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 00:40:48.259 INFO kablam! Oct 15 00:40:48.311 INFO kablam! warning: enum is never used: `StatusUpdate` Oct 15 00:40:48.312 INFO kablam! --> src/main.rs:8:1 Oct 15 00:40:48.312 INFO kablam! | Oct 15 00:40:48.313 INFO kablam! 8 | enum StatusUpdate { Oct 15 00:40:48.314 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 00:40:48.314 INFO kablam! | Oct 15 00:40:48.315 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:40:48.315 INFO kablam! Oct 15 00:40:48.316 INFO kablam! warning: struct is never constructed: `ZoneChangeUpdate` Oct 15 00:40:48.317 INFO kablam! --> src/main.rs:11:1 Oct 15 00:40:48.318 INFO kablam! | Oct 15 00:40:48.318 INFO kablam! 11 | struct ZoneChangeUpdate { Oct 15 00:40:48.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:40:48.319 INFO kablam! Oct 15 00:40:48.321 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:40:48.322 INFO kablam! --> src/main.rs:60:2 Oct 15 00:40:48.322 INFO kablam! | Oct 15 00:40:48.323 INFO kablam! 60 | request.respond(response); Oct 15 00:40:48.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:40:48.324 INFO kablam! | Oct 15 00:40:48.325 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 00:40:48.326 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:40:48.326 INFO kablam! Oct 15 00:40:48.850 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.41s Oct 15 00:40:48.854 INFO kablam! su: No module specific data is present Oct 15 00:40:50.163 INFO running `"docker" "rm" "-f" "9e36aca9d5efc215936de0351172142874ae2ad317c1990e2a608918457c6185"` Oct 15 00:40:50.503 INFO blam! 9e36aca9d5efc215936de0351172142874ae2ad317c1990e2a608918457c6185 Oct 15 00:40:50.519 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 15 00:40:50.944 INFO blam! 0ed419ee30bff03c13a431faaffdd9a1531720a09efc906e1c22bae1f9004260 Oct 15 00:40:50.946 INFO running `"docker" "start" "-a" "0ed419ee30bff03c13a431faaffdd9a1531720a09efc906e1c22bae1f9004260"` Oct 15 00:40:52.443 INFO kablam! usermod: no changes Oct 15 00:40:52.579 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 15 00:40:52.591 INFO kablam! Running /target/debug/deps/nessm1-c3c10885fab831ff Oct 15 00:40:52.595 INFO blam! Oct 15 00:40:52.595 INFO blam! running 1 test Oct 15 00:40:52.595 INFO blam! test test_checksum ... ok Oct 15 00:40:52.595 INFO blam! Oct 15 00:40:52.595 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 00:40:52.595 INFO blam! Oct 15 00:40:52.599 INFO kablam! Running /target/debug/deps/nessm1-915043a129a44e59 Oct 15 00:40:52.611 INFO blam! Oct 15 00:40:52.611 INFO blam! running 0 tests Oct 15 00:40:52.611 INFO blam! Oct 15 00:40:52.611 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 00:40:52.611 INFO blam! Oct 15 00:40:52.611 INFO kablam! Doc-tests nessm1 Oct 15 00:40:53.118 INFO blam! Oct 15 00:40:53.118 INFO blam! running 0 tests Oct 15 00:40:53.118 INFO blam! Oct 15 00:40:53.118 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 00:40:53.118 INFO blam! Oct 15 00:40:53.125 INFO kablam! su: No module specific data is present Oct 15 00:40:54.525 INFO running `"docker" "rm" "-f" "0ed419ee30bff03c13a431faaffdd9a1531720a09efc906e1c22bae1f9004260"` Oct 15 00:40:54.863 INFO blam! 0ed419ee30bff03c13a431faaffdd9a1531720a09efc906e1c22bae1f9004260