Oct 10 20:14:13.181 INFO testing kespindler/playlog-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 20:14:13.182 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 20:14:13.183 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 20:14:13.724 INFO blam! eb6a8c706bbf7548bd4e1e111476be63c68bdc3d9db4a4ee08418f2dcf3d4223 Oct 10 20:14:13.726 INFO running `"docker" "start" "-a" "eb6a8c706bbf7548bd4e1e111476be63c68bdc3d9db4a4ee08418f2dcf3d4223"` Oct 10 20:14:15.937 INFO kablam! usermod: no changes Oct 10 20:14:16.099 INFO kablam! Compiling nix v0.11.0 Oct 10 20:14:16.112 INFO kablam! Compiling chrono v0.4.4 Oct 10 20:14:29.582 INFO kablam! Compiling playlog v0.1.0 (/source) Oct 10 20:14:30.853 INFO kablam! warning: unused `#[macro_use]` import Oct 10 20:14:30.854 INFO kablam! --> src/lib.rs:2:1 Oct 10 20:14:30.855 INFO kablam! | Oct 10 20:14:30.856 INFO kablam! 2 | #[macro_use] Oct 10 20:14:30.856 INFO kablam! | ^^^^^^^^^^^^ Oct 10 20:14:30.857 INFO kablam! | Oct 10 20:14:30.858 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 20:14:30.858 INFO kablam! Oct 10 20:14:30.859 INFO kablam! warning: unused `#[macro_use]` import Oct 10 20:14:30.859 INFO kablam! --> src/lib.rs:4:1 Oct 10 20:14:30.860 INFO kablam! | Oct 10 20:14:30.861 INFO kablam! 4 | #[macro_use] Oct 10 20:14:30.861 INFO kablam! | ^^^^^^^^^^^^ Oct 10 20:14:30.862 INFO kablam! Oct 10 20:14:30.862 INFO kablam! warning: doc comment not used by rustdoc Oct 10 20:14:30.863 INFO kablam! --> src/json_handler.rs:17:5 Oct 10 20:14:30.864 INFO kablam! | Oct 10 20:14:30.864 INFO kablam! 17 | /// Copied from slog-rs/bunyan Oct 10 20:14:30.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:14:30.864 INFO kablam! | Oct 10 20:14:30.864 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 10 20:14:30.864 INFO kablam! Oct 10 20:14:30.864 INFO kablam! warning: doc comment not used by rustdoc Oct 10 20:14:30.864 INFO kablam! --> src/lib.rs:20:5 Oct 10 20:14:30.864 INFO kablam! | Oct 10 20:14:30.864 INFO kablam! 20 | /// This is a stand-in for now, Oct 10 20:14:30.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:14:30.864 INFO kablam! Oct 10 20:14:30.864 INFO kablam! warning: doc comment not used by rustdoc Oct 10 20:14:30.864 INFO kablam! --> src/lib.rs:36:5 Oct 10 20:14:30.864 INFO kablam! | Oct 10 20:14:30.864 INFO kablam! 36 | /// This is a stand-in for now, but Oct 10 20:14:30.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:14:30.865 INFO kablam! Oct 10 20:14:30.865 INFO kablam! warning: unused macro definition Oct 10 20:14:30.865 INFO kablam! --> src/lib.rs:64:1 Oct 10 20:14:30.865 INFO kablam! | Oct 10 20:14:30.865 INFO kablam! 64 | / macro_rules! log { Oct 10 20:14:30.865 INFO kablam! 65 | | ( $name:expr, $level:expr, $message:expr, $args:expr ) => { Oct 10 20:14:30.865 INFO kablam! 66 | | { Oct 10 20:14:30.865 INFO kablam! 67 | | if __get_log_level($name) >= $level { Oct 10 20:14:30.865 INFO kablam! ... | Oct 10 20:14:30.865 INFO kablam! 79 | | }; Oct 10 20:14:30.865 INFO kablam! 80 | | } Oct 10 20:14:30.865 INFO kablam! | |_^ Oct 10 20:14:30.865 INFO kablam! | Oct 10 20:14:30.865 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 10 20:14:30.865 INFO kablam! Oct 10 20:14:30.935 INFO kablam! warning: unused variable: `name` Oct 10 20:14:30.936 INFO kablam! --> src/lib.rs:19:20 Oct 10 20:14:30.937 INFO kablam! | Oct 10 20:14:30.937 INFO kablam! 19 | fn __get_log_level(name: &str) -> Level { Oct 10 20:14:30.938 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 10 20:14:30.939 INFO kablam! | Oct 10 20:14:30.939 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 20:14:30.940 INFO kablam! Oct 10 20:14:30.940 INFO kablam! warning: unused variable: `name` Oct 10 20:14:30.941 INFO kablam! --> src/lib.rs:35:23 Oct 10 20:14:30.942 INFO kablam! | Oct 10 20:14:30.942 INFO kablam! 35 | fn __get_log_handlers(name: &str) -> Vec { Oct 10 20:14:30.943 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 10 20:14:30.943 INFO kablam! Oct 10 20:14:30.961 INFO kablam! warning: struct is never constructed: `JsonHandler` Oct 10 20:14:30.962 INFO kablam! --> src/json_handler.rs:29:1 Oct 10 20:14:30.962 INFO kablam! | Oct 10 20:14:30.963 INFO kablam! 29 | pub struct JsonHandler { Oct 10 20:14:30.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:14:30.964 INFO kablam! | Oct 10 20:14:30.965 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 20:14:30.965 INFO kablam! Oct 10 20:14:30.966 INFO kablam! warning: constant item is never used: `DEFAULT_HANDLER` Oct 10 20:14:30.966 INFO kablam! --> src/lib.rs:28:1 Oct 10 20:14:30.967 INFO kablam! | Oct 10 20:14:30.967 INFO kablam! 28 | / const DEFAULT_HANDLER: JsonHandler = JsonHandler{ Oct 10 20:14:30.968 INFO kablam! 29 | | /// Stand-in for now. We do want a sane default, but Oct 10 20:14:30.969 INFO kablam! 30 | | /// Json is probably not that sane default. Oct 10 20:14:30.969 INFO kablam! 31 | | pretty_print: true Oct 10 20:14:30.970 INFO kablam! 32 | | }; Oct 10 20:14:30.970 INFO kablam! | |__^ Oct 10 20:14:30.970 INFO kablam! Oct 10 20:14:30.987 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 20:14:30.988 INFO kablam! --> src/json_handler.rs:59:9 Oct 10 20:14:30.988 INFO kablam! | Oct 10 20:14:30.989 INFO kablam! 59 | stdout().write(s.as_bytes()); Oct 10 20:14:30.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:14:30.990 INFO kablam! | Oct 10 20:14:30.991 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 20:14:30.992 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 20:14:30.992 INFO kablam! Oct 10 20:14:31.617 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.66s Oct 10 20:14:31.622 INFO kablam! su: No module specific data is present Oct 10 20:14:32.978 INFO running `"docker" "rm" "-f" "eb6a8c706bbf7548bd4e1e111476be63c68bdc3d9db4a4ee08418f2dcf3d4223"` Oct 10 20:14:33.257 INFO blam! eb6a8c706bbf7548bd4e1e111476be63c68bdc3d9db4a4ee08418f2dcf3d4223 Oct 10 20:14:33.264 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 20:14:33.264 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 20:14:33.765 INFO blam! c9b37af416abe16268b2b7c0503930078351659b4d06097d7bb6d825ab512cc3 Oct 10 20:14:33.767 INFO running `"docker" "start" "-a" "c9b37af416abe16268b2b7c0503930078351659b4d06097d7bb6d825ab512cc3"` Oct 10 20:14:36.072 INFO kablam! usermod: no changes Oct 10 20:14:36.240 INFO kablam! Compiling playlog v0.1.0 (/source) Oct 10 20:14:37.461 INFO kablam! warning: unused `#[macro_use]` import Oct 10 20:14:37.462 INFO kablam! --> src/lib.rs:4:1 Oct 10 20:14:37.462 INFO kablam! | Oct 10 20:14:37.463 INFO kablam! 4 | #[macro_use] Oct 10 20:14:37.464 INFO kablam! | ^^^^^^^^^^^^ Oct 10 20:14:37.464 INFO kablam! | Oct 10 20:14:37.465 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 20:14:37.466 INFO kablam! Oct 10 20:14:37.466 INFO kablam! warning: unused import: `super::*` Oct 10 20:14:37.467 INFO kablam! --> src/map.rs:30:9 Oct 10 20:14:37.467 INFO kablam! | Oct 10 20:14:37.468 INFO kablam! 30 | use super::*; Oct 10 20:14:37.468 INFO kablam! | ^^^^^^^^ Oct 10 20:14:37.469 INFO kablam! Oct 10 20:14:37.469 INFO kablam! warning: doc comment not used by rustdoc Oct 10 20:14:37.469 INFO kablam! --> src/json_handler.rs:17:5 Oct 10 20:14:37.470 INFO kablam! | Oct 10 20:14:37.470 INFO kablam! 17 | /// Copied from slog-rs/bunyan Oct 10 20:14:37.470 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:14:37.470 INFO kablam! | Oct 10 20:14:37.470 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 10 20:14:37.470 INFO kablam! Oct 10 20:14:37.470 INFO kablam! warning: doc comment not used by rustdoc Oct 10 20:14:37.470 INFO kablam! --> src/lib.rs:20:5 Oct 10 20:14:37.470 INFO kablam! | Oct 10 20:14:37.470 INFO kablam! 20 | /// This is a stand-in for now, Oct 10 20:14:37.470 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:14:37.470 INFO kablam! Oct 10 20:14:37.470 INFO kablam! warning: doc comment not used by rustdoc Oct 10 20:14:37.470 INFO kablam! --> src/lib.rs:36:5 Oct 10 20:14:37.470 INFO kablam! | Oct 10 20:14:37.470 INFO kablam! 36 | /// This is a stand-in for now, but Oct 10 20:14:37.470 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:14:37.470 INFO kablam! Oct 10 20:14:37.573 INFO kablam! warning: unused variable: `name` Oct 10 20:14:37.573 INFO kablam! --> src/lib.rs:19:20 Oct 10 20:14:37.573 INFO kablam! | Oct 10 20:14:37.574 INFO kablam! 19 | fn __get_log_level(name: &str) -> Level { Oct 10 20:14:37.574 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 10 20:14:37.574 INFO kablam! | Oct 10 20:14:37.574 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 20:14:37.575 INFO kablam! Oct 10 20:14:37.575 INFO kablam! warning: unused variable: `name` Oct 10 20:14:37.575 INFO kablam! --> src/lib.rs:35:23 Oct 10 20:14:37.575 INFO kablam! | Oct 10 20:14:37.575 INFO kablam! 35 | fn __get_log_handlers(name: &str) -> Vec { Oct 10 20:14:37.575 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 10 20:14:37.575 INFO kablam! Oct 10 20:14:37.601 INFO kablam! warning: unused attribute Oct 10 20:14:37.601 INFO kablam! --> src/map.rs:29:5 Oct 10 20:14:37.601 INFO kablam! | Oct 10 20:14:37.601 INFO kablam! 29 | #[macro_use] Oct 10 20:14:37.601 INFO kablam! | ^^^^^^^^^^^^ Oct 10 20:14:37.601 INFO kablam! | Oct 10 20:14:37.601 INFO kablam! = note: #[warn(unused_attributes)] on by default Oct 10 20:14:37.601 INFO kablam! Oct 10 20:14:37.603 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 20:14:37.603 INFO kablam! --> src/json_handler.rs:59:9 Oct 10 20:14:37.603 INFO kablam! | Oct 10 20:14:37.603 INFO kablam! 59 | stdout().write(s.as_bytes()); Oct 10 20:14:37.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:14:37.603 INFO kablam! | Oct 10 20:14:37.603 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 20:14:37.603 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 20:14:37.603 INFO kablam! Oct 10 20:14:37.603 INFO kablam! warning: unused attribute Oct 10 20:14:37.603 INFO kablam! --> src/lib.rs:100:5 Oct 10 20:14:37.603 INFO kablam! | Oct 10 20:14:37.604 INFO kablam! 100 | #[macro_use] Oct 10 20:14:37.604 INFO kablam! | ^^^^^^^^^^^^ Oct 10 20:14:37.604 INFO kablam! Oct 10 20:14:39.194 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.09s Oct 10 20:14:39.200 INFO kablam! su: No module specific data is present Oct 10 20:14:41.122 INFO running `"docker" "rm" "-f" "c9b37af416abe16268b2b7c0503930078351659b4d06097d7bb6d825ab512cc3"` Oct 10 20:14:41.432 INFO blam! c9b37af416abe16268b2b7c0503930078351659b4d06097d7bb6d825ab512cc3 Oct 10 20:14:41.438 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 20:14:41.440 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 20:14:42.014 INFO blam! 56f23067ffb41815e64e33b93a684646f42502e64b64f34cd8106f07ba865e52 Oct 10 20:14:42.016 INFO running `"docker" "start" "-a" "56f23067ffb41815e64e33b93a684646f42502e64b64f34cd8106f07ba865e52"` Oct 10 20:14:43.571 INFO kablam! usermod: no changes Oct 10 20:14:43.716 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 10 20:14:43.724 INFO kablam! Running /target/debug/deps/playlog-1a66827f98d8b77b Oct 10 20:14:43.728 INFO blam! Oct 10 20:14:43.728 INFO blam! running 2 tests Oct 10 20:14:43.735 INFO blam! test map::tests::map_macro ... ok Oct 10 20:14:43.736 INFO blam! {"ts":"2018-10-10T20:14:43.732498997Z","level":"INFO","name":"playlog::tests","host":"56f23067ffb4","pid":11,"msg":"request received","data":{"a":1,"b":2}} Oct 10 20:14:43.740 INFO blam! test tests::info_macro ... ok Oct 10 20:14:43.740 INFO kablam! Doc-tests playlog Oct 10 20:14:43.740 INFO blam! Oct 10 20:14:43.740 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 20:14:43.740 INFO blam! Oct 10 20:14:46.097 INFO blam! Oct 10 20:14:46.097 INFO blam! running 0 tests Oct 10 20:14:46.098 INFO blam! Oct 10 20:14:46.099 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 20:14:46.099 INFO blam! Oct 10 20:14:46.107 INFO kablam! su: No module specific data is present Oct 10 20:14:47.298 INFO running `"docker" "rm" "-f" "56f23067ffb41815e64e33b93a684646f42502e64b64f34cd8106f07ba865e52"` Oct 10 20:14:47.588 INFO blam! 56f23067ffb41815e64e33b93a684646f42502e64b64f34cd8106f07ba865e52