Oct 14 15:18:53.968 INFO testing kespindler/playlog-rs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 15:18:53.968 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 14 15:18:54.523 INFO blam! 2eca47da5252bf4e1a350c559dfd86f1ebf8613e2917d9d47f430e6182d05f27 Oct 14 15:18:54.531 INFO running `"docker" "start" "-a" "2eca47da5252bf4e1a350c559dfd86f1ebf8613e2917d9d47f430e6182d05f27"` Oct 14 15:18:55.719 INFO kablam! usermod: no changes Oct 14 15:18:55.887 INFO kablam! Compiling log v0.4.3 Oct 14 15:18:55.887 INFO kablam! Compiling nix v0.11.0 Oct 14 15:18:55.888 INFO kablam! Compiling syn v0.14.4 Oct 14 15:18:55.895 INFO kablam! Compiling chrono v0.4.4 Oct 14 15:19:13.811 INFO kablam! Compiling serde_derive v1.0.70 Oct 14 15:19:31.527 INFO kablam! Compiling playlog v0.1.0 (/source) Oct 14 15:19:31.880 INFO kablam! warning: unused `#[macro_use]` import Oct 14 15:19:31.880 INFO kablam! --> src/lib.rs:2:1 Oct 14 15:19:31.880 INFO kablam! | Oct 14 15:19:31.880 INFO kablam! 2 | #[macro_use] Oct 14 15:19:31.880 INFO kablam! | ^^^^^^^^^^^^ Oct 14 15:19:31.880 INFO kablam! | Oct 14 15:19:31.880 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 15:19:31.880 INFO kablam! Oct 14 15:19:31.880 INFO kablam! warning: unused `#[macro_use]` import Oct 14 15:19:31.880 INFO kablam! --> src/lib.rs:4:1 Oct 14 15:19:31.880 INFO kablam! | Oct 14 15:19:31.880 INFO kablam! 4 | #[macro_use] Oct 14 15:19:31.880 INFO kablam! | ^^^^^^^^^^^^ Oct 14 15:19:31.880 INFO kablam! Oct 14 15:19:31.880 INFO kablam! warning: doc comment not used by rustdoc Oct 14 15:19:31.880 INFO kablam! --> src/json_handler.rs:17:5 Oct 14 15:19:31.880 INFO kablam! | Oct 14 15:19:31.880 INFO kablam! 17 | /// Copied from slog-rs/bunyan Oct 14 15:19:31.880 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:19:31.880 INFO kablam! | Oct 14 15:19:31.880 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 14 15:19:31.880 INFO kablam! Oct 14 15:19:31.880 INFO kablam! warning: doc comment not used by rustdoc Oct 14 15:19:31.880 INFO kablam! --> src/lib.rs:20:5 Oct 14 15:19:31.880 INFO kablam! | Oct 14 15:19:31.880 INFO kablam! 20 | /// This is a stand-in for now, Oct 14 15:19:31.880 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:19:31.880 INFO kablam! Oct 14 15:19:31.880 INFO kablam! warning: doc comment not used by rustdoc Oct 14 15:19:31.880 INFO kablam! --> src/lib.rs:36:5 Oct 14 15:19:31.880 INFO kablam! | Oct 14 15:19:31.880 INFO kablam! 36 | /// This is a stand-in for now, but Oct 14 15:19:31.880 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:19:31.880 INFO kablam! Oct 14 15:19:31.880 INFO kablam! warning: unused macro definition Oct 14 15:19:31.880 INFO kablam! --> src/lib.rs:64:1 Oct 14 15:19:31.880 INFO kablam! | Oct 14 15:19:31.880 INFO kablam! 64 | / macro_rules! log { Oct 14 15:19:31.880 INFO kablam! 65 | | ( $name:expr, $level:expr, $message:expr, $args:expr ) => { Oct 14 15:19:31.880 INFO kablam! 66 | | { Oct 14 15:19:31.880 INFO kablam! 67 | | if __get_log_level($name) >= $level { Oct 14 15:19:31.880 INFO kablam! ... | Oct 14 15:19:31.880 INFO kablam! 79 | | }; Oct 14 15:19:31.880 INFO kablam! 80 | | } Oct 14 15:19:31.880 INFO kablam! | |_^ Oct 14 15:19:31.880 INFO kablam! | Oct 14 15:19:31.880 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 14 15:19:31.880 INFO kablam! Oct 14 15:19:31.964 INFO kablam! warning: unused variable: `name` Oct 14 15:19:31.964 INFO kablam! --> src/lib.rs:19:20 Oct 14 15:19:31.964 INFO kablam! | Oct 14 15:19:31.965 INFO kablam! 19 | fn __get_log_level(name: &str) -> Level { Oct 14 15:19:31.965 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 14 15:19:31.965 INFO kablam! | Oct 14 15:19:31.965 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 15:19:31.965 INFO kablam! Oct 14 15:19:31.965 INFO kablam! warning: unused variable: `name` Oct 14 15:19:31.965 INFO kablam! --> src/lib.rs:35:23 Oct 14 15:19:31.965 INFO kablam! | Oct 14 15:19:31.965 INFO kablam! 35 | fn __get_log_handlers(name: &str) -> Vec { Oct 14 15:19:31.965 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 14 15:19:31.965 INFO kablam! Oct 14 15:19:31.988 INFO kablam! warning: struct is never constructed: `JsonHandler` Oct 14 15:19:31.988 INFO kablam! --> src/json_handler.rs:29:1 Oct 14 15:19:31.988 INFO kablam! | Oct 14 15:19:31.988 INFO kablam! 29 | pub struct JsonHandler { Oct 14 15:19:31.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:19:31.988 INFO kablam! | Oct 14 15:19:31.988 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 15:19:31.988 INFO kablam! Oct 14 15:19:31.989 INFO kablam! warning: constant item is never used: `DEFAULT_HANDLER` Oct 14 15:19:31.989 INFO kablam! --> src/lib.rs:28:1 Oct 14 15:19:31.989 INFO kablam! | Oct 14 15:19:31.989 INFO kablam! 28 | / const DEFAULT_HANDLER: JsonHandler = JsonHandler{ Oct 14 15:19:31.989 INFO kablam! 29 | | /// Stand-in for now. We do want a sane default, but Oct 14 15:19:31.989 INFO kablam! 30 | | /// Json is probably not that sane default. Oct 14 15:19:31.989 INFO kablam! 31 | | pretty_print: true Oct 14 15:19:31.989 INFO kablam! 32 | | }; Oct 14 15:19:31.989 INFO kablam! | |__^ Oct 14 15:19:31.989 INFO kablam! Oct 14 15:19:32.014 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 15:19:32.014 INFO kablam! --> src/json_handler.rs:59:9 Oct 14 15:19:32.014 INFO kablam! | Oct 14 15:19:32.014 INFO kablam! 59 | stdout().write(s.as_bytes()); Oct 14 15:19:32.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:19:32.014 INFO kablam! | Oct 14 15:19:32.014 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 15:19:32.014 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 15:19:32.014 INFO kablam! Oct 14 15:19:32.488 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 36.75s Oct 14 15:19:32.493 INFO kablam! su: No module specific data is present Oct 14 15:19:33.204 INFO running `"docker" "rm" "-f" "2eca47da5252bf4e1a350c559dfd86f1ebf8613e2917d9d47f430e6182d05f27"` Oct 14 15:19:33.475 INFO blam! 2eca47da5252bf4e1a350c559dfd86f1ebf8613e2917d9d47f430e6182d05f27 Oct 14 15:19:33.477 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 14 15:19:33.937 INFO blam! ed8294e8824d89de8ee595a5054fccd5156cebb785c6211915f121d496cdceba Oct 14 15:19:33.939 INFO running `"docker" "start" "-a" "ed8294e8824d89de8ee595a5054fccd5156cebb785c6211915f121d496cdceba"` Oct 14 15:19:36.254 INFO kablam! usermod: no changes Oct 14 15:19:36.387 INFO kablam! Compiling playlog v0.1.0 (/source) Oct 14 15:19:36.759 INFO kablam! warning: unused `#[macro_use]` import Oct 14 15:19:36.759 INFO kablam! --> src/lib.rs:4:1 Oct 14 15:19:36.759 INFO kablam! | Oct 14 15:19:36.759 INFO kablam! 4 | #[macro_use] Oct 14 15:19:36.759 INFO kablam! | ^^^^^^^^^^^^ Oct 14 15:19:36.759 INFO kablam! | Oct 14 15:19:36.759 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 15:19:36.759 INFO kablam! Oct 14 15:19:36.759 INFO kablam! warning: unused import: `super::*` Oct 14 15:19:36.759 INFO kablam! --> src/map.rs:30:9 Oct 14 15:19:36.759 INFO kablam! | Oct 14 15:19:36.759 INFO kablam! 30 | use super::*; Oct 14 15:19:36.759 INFO kablam! | ^^^^^^^^ Oct 14 15:19:36.759 INFO kablam! Oct 14 15:19:36.759 INFO kablam! warning: doc comment not used by rustdoc Oct 14 15:19:36.759 INFO kablam! --> src/json_handler.rs:17:5 Oct 14 15:19:36.759 INFO kablam! | Oct 14 15:19:36.759 INFO kablam! 17 | /// Copied from slog-rs/bunyan Oct 14 15:19:36.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:19:36.759 INFO kablam! | Oct 14 15:19:36.759 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 14 15:19:36.759 INFO kablam! Oct 14 15:19:36.759 INFO kablam! warning: doc comment not used by rustdoc Oct 14 15:19:36.759 INFO kablam! --> src/lib.rs:20:5 Oct 14 15:19:36.759 INFO kablam! | Oct 14 15:19:36.759 INFO kablam! 20 | /// This is a stand-in for now, Oct 14 15:19:36.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:19:36.759 INFO kablam! Oct 14 15:19:36.759 INFO kablam! warning: doc comment not used by rustdoc Oct 14 15:19:36.759 INFO kablam! --> src/lib.rs:36:5 Oct 14 15:19:36.759 INFO kablam! | Oct 14 15:19:36.759 INFO kablam! 36 | /// This is a stand-in for now, but Oct 14 15:19:36.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:19:36.759 INFO kablam! Oct 14 15:19:36.878 INFO kablam! warning: unused variable: `name` Oct 14 15:19:36.878 INFO kablam! --> src/lib.rs:19:20 Oct 14 15:19:36.879 INFO kablam! | Oct 14 15:19:36.879 INFO kablam! 19 | fn __get_log_level(name: &str) -> Level { Oct 14 15:19:36.880 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 14 15:19:36.880 INFO kablam! | Oct 14 15:19:36.881 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 15:19:36.881 INFO kablam! Oct 14 15:19:36.882 INFO kablam! warning: unused variable: `name` Oct 14 15:19:36.882 INFO kablam! --> src/lib.rs:35:23 Oct 14 15:19:36.883 INFO kablam! | Oct 14 15:19:36.883 INFO kablam! 35 | fn __get_log_handlers(name: &str) -> Vec { Oct 14 15:19:36.884 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 14 15:19:36.884 INFO kablam! Oct 14 15:19:36.905 INFO kablam! warning: unused attribute Oct 14 15:19:36.906 INFO kablam! --> src/map.rs:29:5 Oct 14 15:19:36.906 INFO kablam! | Oct 14 15:19:36.907 INFO kablam! 29 | #[macro_use] Oct 14 15:19:36.907 INFO kablam! | ^^^^^^^^^^^^ Oct 14 15:19:36.908 INFO kablam! | Oct 14 15:19:36.908 INFO kablam! = note: #[warn(unused_attributes)] on by default Oct 14 15:19:36.909 INFO kablam! Oct 14 15:19:36.909 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 15:19:36.910 INFO kablam! --> src/json_handler.rs:59:9 Oct 14 15:19:36.910 INFO kablam! | Oct 14 15:19:36.911 INFO kablam! 59 | stdout().write(s.as_bytes()); Oct 14 15:19:36.911 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:19:36.912 INFO kablam! | Oct 14 15:19:36.912 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 15:19:36.912 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 15:19:36.912 INFO kablam! Oct 14 15:19:36.912 INFO kablam! warning: unused attribute Oct 14 15:19:36.912 INFO kablam! --> src/lib.rs:100:5 Oct 14 15:19:36.912 INFO kablam! | Oct 14 15:19:36.912 INFO kablam! 100 | #[macro_use] Oct 14 15:19:36.912 INFO kablam! | ^^^^^^^^^^^^ Oct 14 15:19:36.912 INFO kablam! Oct 14 15:19:38.414 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.14s Oct 14 15:19:38.420 INFO kablam! su: No module specific data is present Oct 14 15:19:39.695 INFO running `"docker" "rm" "-f" "ed8294e8824d89de8ee595a5054fccd5156cebb785c6211915f121d496cdceba"` Oct 14 15:19:40.067 INFO blam! ed8294e8824d89de8ee595a5054fccd5156cebb785c6211915f121d496cdceba Oct 14 15:19:40.075 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 14 15:19:40.599 INFO blam! 987df9dcfe6e4518f0ef3ff2eea36dc02d9d255ebc9c0ea8b900d4ac86b55d7e Oct 14 15:19:40.601 INFO running `"docker" "start" "-a" "987df9dcfe6e4518f0ef3ff2eea36dc02d9d255ebc9c0ea8b900d4ac86b55d7e"` Oct 14 15:19:43.147 INFO kablam! usermod: no changes Oct 14 15:19:43.299 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 14 15:19:43.307 INFO kablam! Running /target/debug/deps/playlog-6cb5d6c03db265f7 Oct 14 15:19:43.311 INFO blam! Oct 14 15:19:43.311 INFO blam! running 2 tests Oct 14 15:19:43.315 INFO blam! {"ts":"2018-10-14T15:19:43.311082206Z","level":"INFO","name":"playlog::tests","host":"987df9dcfe6e","pid":11,"msg":"request received","data":{"a":1,"b":2}} Oct 14 15:19:43.319 INFO blam! test tests::info_macro ... ok Oct 14 15:19:43.319 INFO blam! test map::tests::map_macro ... ok Oct 14 15:19:43.319 INFO blam! Oct 14 15:19:43.319 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:19:43.319 INFO blam! Oct 14 15:19:43.323 INFO kablam! Doc-tests playlog Oct 14 15:19:43.804 INFO blam! Oct 14 15:19:43.804 INFO blam! running 0 tests Oct 14 15:19:43.804 INFO blam! Oct 14 15:19:43.804 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:19:43.804 INFO blam! Oct 14 15:19:43.812 INFO kablam! su: No module specific data is present Oct 14 15:19:45.103 INFO running `"docker" "rm" "-f" "987df9dcfe6e4518f0ef3ff2eea36dc02d9d255ebc9c0ea8b900d4ac86b55d7e"` Oct 14 15:19:45.451 INFO blam! 987df9dcfe6e4518f0ef3ff2eea36dc02d9d255ebc9c0ea8b900d4ac86b55d7e