Oct 15 07:44:13.549 INFO testing Pierozi/awatchlog against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 07:44:13.549 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 07:44:13.971 INFO blam! 62db6ed9d6aeb62d7aa7de6b3c9fff411d9a68f91752c517e70a71b80b8862bf Oct 15 07:44:13.975 INFO running `"docker" "start" "-a" "62db6ed9d6aeb62d7aa7de6b3c9fff411d9a68f91752c517e70a71b80b8862bf"` Oct 15 07:44:15.211 INFO kablam! usermod: no changes Oct 15 07:44:15.529 INFO kablam! Compiling sha1 v0.4.0 Oct 15 07:44:15.531 INFO kablam! Compiling memchr v2.0.1 Oct 15 07:44:15.532 INFO kablam! Compiling shuteye v0.3.3 Oct 15 07:44:15.532 INFO kablam! Compiling num-integer v0.1.35 Oct 15 07:44:15.533 INFO kablam! Compiling rayon-core v1.3.0 Oct 15 07:44:15.533 INFO kablam! Compiling openssl-sys v0.9.24 Oct 15 07:44:15.533 INFO kablam! Compiling mio v0.6.12 Oct 15 07:44:15.534 INFO kablam! Compiling rusoto_core v0.30.0 Oct 15 07:44:18.523 INFO kablam! Compiling hyper v0.10.13 Oct 15 07:44:18.523 INFO kablam! Compiling num-iter v0.1.34 Oct 15 07:44:18.583 INFO kablam! Compiling aho-corasick v0.6.4 Oct 15 07:44:21.147 INFO kablam! Compiling openssl v0.9.23 Oct 15 07:44:21.939 INFO kablam! Compiling num v0.1.41 Oct 15 07:44:23.775 INFO kablam! Compiling rayon v0.8.2 Oct 15 07:44:23.915 INFO kablam! Compiling regex v0.2.5 Oct 15 07:44:24.415 INFO kablam! Compiling chrono v0.4.0 Oct 15 07:44:28.354 INFO kablam! Compiling tokio-core v0.1.12 Oct 15 07:44:37.935 INFO kablam! Compiling ring v0.12.1 Oct 15 07:44:58.471 INFO kablam! Compiling tokio-proto v0.1.1 Oct 15 07:44:59.351 INFO kablam! Compiling native-tls v0.1.5 Oct 15 07:45:02.238 INFO kablam! Compiling tokio-tls v0.1.4 Oct 15 07:45:02.238 INFO kablam! Compiling hyper-native-tls v0.2.4 Oct 15 07:45:07.637 INFO kablam! Compiling hyper v0.11.15 Oct 15 07:45:19.135 INFO kablam! Compiling hyper-tls v0.1.2 Oct 15 07:45:21.391 INFO kablam! Compiling rusoto_credential v0.9.2 Oct 15 07:45:35.343 INFO kablam! Compiling rusoto_logs v0.30.0 Oct 15 07:45:43.595 INFO kablam! Compiling awatchlog v0.1.0 (/source) Oct 15 07:45:47.179 INFO kablam! warning: function is never used: `metadata` Oct 15 07:45:47.180 INFO kablam! --> src/config/discovery.rs:38:1 Oct 15 07:45:47.181 INFO kablam! | Oct 15 07:45:47.182 INFO kablam! 38 | pub fn metadata() Oct 15 07:45:47.182 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 07:45:47.182 INFO kablam! | Oct 15 07:45:47.182 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 07:45:47.182 INFO kablam! Oct 15 07:45:47.182 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 07:45:47.182 INFO kablam! --> src/logger/state.rs:81:9 Oct 15 07:45:47.182 INFO kablam! | Oct 15 07:45:47.182 INFO kablam! 81 | writer.write_all(json.as_bytes()); Oct 15 07:45:47.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:45:47.182 INFO kablam! | Oct 15 07:45:47.182 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 07:45:47.182 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 07:45:47.182 INFO kablam! Oct 15 07:45:47.183 INFO kablam! warning: variable `LogEventResponse` should have a snake case name such as `log_event_response` Oct 15 07:45:47.183 INFO kablam! --> src/logger/mod.rs:139:16 Oct 15 07:45:47.183 INFO kablam! | Oct 15 07:45:47.183 INFO kablam! 139 | Ok(LogEventResponse) => { Oct 15 07:45:47.183 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 07:45:47.183 INFO kablam! | Oct 15 07:45:47.183 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 07:45:47.183 INFO kablam! Oct 15 07:45:47.183 INFO kablam! warning: variable `LogEventError` should have a snake case name such as `log_event_error` Oct 15 07:45:47.183 INFO kablam! --> src/logger/mod.rs:150:17 Oct 15 07:45:47.183 INFO kablam! | Oct 15 07:45:47.183 INFO kablam! 150 | Err(LogEventError) => { Oct 15 07:45:47.183 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 07:45:47.183 INFO kablam! Oct 15 07:45:47.183 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 07:45:47.183 INFO kablam! --> src/awatchlog.rs:88:9 Oct 15 07:45:47.183 INFO kablam! | Oct 15 07:45:47.183 INFO kablam! 88 | handle.join(); Oct 15 07:45:47.183 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 07:45:47.183 INFO kablam! | Oct 15 07:45:47.183 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 07:45:47.183 INFO kablam! Oct 15 07:46:04.007 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 48s Oct 15 07:46:04.038 INFO kablam! su: No module specific data is present Oct 15 07:46:05.447 INFO running `"docker" "rm" "-f" "62db6ed9d6aeb62d7aa7de6b3c9fff411d9a68f91752c517e70a71b80b8862bf"` Oct 15 07:46:05.799 INFO blam! 62db6ed9d6aeb62d7aa7de6b3c9fff411d9a68f91752c517e70a71b80b8862bf Oct 15 07:46:05.807 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 07:46:06.189 INFO blam! 04feed9fdfc331e7770fc99637c29a739d5b1f9915d9931249360c54fc173317 Oct 15 07:46:06.191 INFO running `"docker" "start" "-a" "04feed9fdfc331e7770fc99637c29a739d5b1f9915d9931249360c54fc173317"` Oct 15 07:46:07.974 INFO kablam! usermod: no changes Oct 15 07:46:08.254 INFO kablam! Compiling awatchlog v0.1.0 (/source) Oct 15 07:46:12.123 INFO kablam! warning: function is never used: `metadata` Oct 15 07:46:12.124 INFO kablam! --> src/config/discovery.rs:38:1 Oct 15 07:46:12.124 INFO kablam! | Oct 15 07:46:12.124 INFO kablam! 38 | pub fn metadata() Oct 15 07:46:12.125 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 07:46:12.125 INFO kablam! | Oct 15 07:46:12.125 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 07:46:12.126 INFO kablam! Oct 15 07:46:12.126 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 07:46:12.126 INFO kablam! --> src/logger/state.rs:81:9 Oct 15 07:46:12.127 INFO kablam! | Oct 15 07:46:12.127 INFO kablam! 81 | writer.write_all(json.as_bytes()); Oct 15 07:46:12.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:46:12.128 INFO kablam! | Oct 15 07:46:12.128 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 07:46:12.128 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 07:46:12.129 INFO kablam! Oct 15 07:46:12.129 INFO kablam! warning: variable `LogEventResponse` should have a snake case name such as `log_event_response` Oct 15 07:46:12.129 INFO kablam! --> src/logger/mod.rs:139:16 Oct 15 07:46:12.129 INFO kablam! | Oct 15 07:46:12.130 INFO kablam! 139 | Ok(LogEventResponse) => { Oct 15 07:46:12.130 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 07:46:12.130 INFO kablam! | Oct 15 07:46:12.131 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 07:46:12.131 INFO kablam! Oct 15 07:46:12.131 INFO kablam! warning: variable `LogEventError` should have a snake case name such as `log_event_error` Oct 15 07:46:12.131 INFO kablam! --> src/logger/mod.rs:150:17 Oct 15 07:46:12.132 INFO kablam! | Oct 15 07:46:12.132 INFO kablam! 150 | Err(LogEventError) => { Oct 15 07:46:12.132 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 07:46:12.132 INFO kablam! Oct 15 07:46:12.133 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 07:46:12.133 INFO kablam! --> src/awatchlog.rs:88:9 Oct 15 07:46:12.133 INFO kablam! | Oct 15 07:46:12.133 INFO kablam! 88 | handle.join(); Oct 15 07:46:12.134 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 07:46:12.134 INFO kablam! | Oct 15 07:46:12.134 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 07:46:12.134 INFO kablam! Oct 15 07:46:13.100 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.09s Oct 15 07:46:13.115 INFO kablam! su: No module specific data is present Oct 15 07:46:13.475 INFO running `"docker" "rm" "-f" "04feed9fdfc331e7770fc99637c29a739d5b1f9915d9931249360c54fc173317"` Oct 15 07:46:13.607 INFO blam! 04feed9fdfc331e7770fc99637c29a739d5b1f9915d9931249360c54fc173317 Oct 15 07:46:13.609 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 07:46:13.954 INFO blam! cb005bfd24c40b00f0f5599f02437408676b3516d243f17af3bb0d353a8e57f4 Oct 15 07:46:13.956 INFO running `"docker" "start" "-a" "cb005bfd24c40b00f0f5599f02437408676b3516d243f17af3bb0d353a8e57f4"` Oct 15 07:46:15.239 INFO kablam! usermod: no changes Oct 15 07:46:15.537 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.25s Oct 15 07:46:15.552 INFO kablam! Running /target/debug/deps/awatchlog-6698758a224f7c47 Oct 15 07:46:15.559 INFO kablam! Running /target/debug/deps/awatchlog-e143ba5da8163bae Oct 15 07:46:15.559 INFO blam! Oct 15 07:46:15.560 INFO blam! running 0 tests Oct 15 07:46:15.560 INFO kablam! Doc-tests awatchlog Oct 15 07:46:15.560 INFO blam! Oct 15 07:46:15.561 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 07:46:15.561 INFO blam! Oct 15 07:46:15.561 INFO blam! Oct 15 07:46:15.562 INFO blam! running 0 tests Oct 15 07:46:15.562 INFO blam! Oct 15 07:46:15.562 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 07:46:15.563 INFO blam! Oct 15 07:46:21.291 INFO blam! Oct 15 07:46:21.291 INFO blam! running 0 tests Oct 15 07:46:21.291 INFO blam! Oct 15 07:46:21.291 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 07:46:21.291 INFO blam! Oct 15 07:46:21.295 INFO kablam! su: No module specific data is present Oct 15 07:46:21.703 INFO running `"docker" "rm" "-f" "cb005bfd24c40b00f0f5599f02437408676b3516d243f17af3bb0d353a8e57f4"` Oct 15 07:46:21.871 INFO blam! cb005bfd24c40b00f0f5599f02437408676b3516d243f17af3bb0d353a8e57f4