Oct 11 23:13:33.051 INFO testing fruently-0.10.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 23:13:33.053 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 11 23:13:33.478 INFO blam! 870ef390d7526177a7bb21eed983e1c18bd07c67eb7bd54c56b224b84943143d Oct 11 23:13:33.481 INFO running `"docker" "start" "-a" "870ef390d7526177a7bb21eed983e1c18bd07c67eb7bd54c56b224b84943143d"` Oct 11 23:13:35.340 INFO kablam! usermod: no changes Oct 11 23:13:35.532 INFO kablam! Compiling pulldown-cmark v0.0.8 Oct 11 23:13:38.916 INFO kablam! Compiling skeptic v0.9.0 Oct 11 23:13:41.066 INFO kablam! Compiling fruently v0.10.0 (/source) Oct 11 23:13:44.360 INFO kablam! warning: where clauses are not enforced in type aliases Oct 11 23:13:44.360 INFO kablam! --> src/fluent.rs:32:5 Oct 11 23:13:44.360 INFO kablam! | Oct 11 23:13:44.360 INFO kablam! 32 | T: Serialize = EventRecord; Oct 11 23:13:44.360 INFO kablam! | ^^^^^^^^^^^^ Oct 11 23:13:44.360 INFO kablam! | Oct 11 23:13:44.360 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 11 23:13:44.360 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 11 23:13:44.360 INFO kablam! Oct 11 23:13:44.369 INFO kablam! warning: where clauses are not enforced in type aliases Oct 11 23:13:44.369 INFO kablam! --> src/forwardable/mod.rs:12:5 Oct 11 23:13:44.370 INFO kablam! | Oct 11 23:13:44.370 INFO kablam! 12 | T: Serialize = (EventTime, T); Oct 11 23:13:44.370 INFO kablam! | ^^^^^^^^^^^^ Oct 11 23:13:44.370 INFO kablam! | Oct 11 23:13:44.371 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 11 23:13:44.371 INFO kablam! Oct 11 23:13:44.568 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.19s Oct 11 23:13:44.584 INFO kablam! su: No module specific data is present Oct 11 23:13:45.168 INFO running `"docker" "rm" "-f" "870ef390d7526177a7bb21eed983e1c18bd07c67eb7bd54c56b224b84943143d"` Oct 11 23:13:45.452 INFO blam! 870ef390d7526177a7bb21eed983e1c18bd07c67eb7bd54c56b224b84943143d Oct 11 23:13:45.455 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 11 23:13:45.918 INFO blam! ca8ed165c4faa261b038fee7d5a978b8650fef83a534c3abc0a4d9ed08c63b54 Oct 11 23:13:45.922 INFO running `"docker" "start" "-a" "ca8ed165c4faa261b038fee7d5a978b8650fef83a534c3abc0a4d9ed08c63b54"` Oct 11 23:13:47.116 INFO kablam! usermod: no changes Oct 11 23:13:47.292 INFO kablam! Compiling fruently v0.10.0 (/source) Oct 11 23:13:52.007 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 11 23:13:52.008 INFO kablam! --> examples/store_file.rs:9:16 Oct 11 23:13:52.008 INFO kablam! | Oct 11 23:13:52.008 INFO kablam! 9 | let home = env::home_dir().unwrap(); Oct 11 23:13:52.008 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 23:13:52.008 INFO kablam! | Oct 11 23:13:52.008 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 23:13:52.008 INFO kablam! Oct 11 23:13:52.083 INFO kablam! warning: variable does not need to be mutable Oct 11 23:13:52.083 INFO kablam! --> examples/forward.rs:14:41 Oct 11 23:13:52.083 INFO kablam! | Oct 11 23:13:52.084 INFO kablam! 14 | let thmap = (0..10).fold(&mut obj, |mut acc, i| { Oct 11 23:13:52.084 INFO kablam! | ----^^^ Oct 11 23:13:52.084 INFO kablam! | | Oct 11 23:13:52.085 INFO kablam! | help: remove this `mut` Oct 11 23:13:52.085 INFO kablam! | Oct 11 23:13:52.085 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 23:13:52.087 INFO kablam! Oct 11 23:13:52.392 INFO kablam! warning: where clauses are not enforced in type aliases Oct 11 23:13:52.392 INFO kablam! --> src/fluent.rs:32:5 Oct 11 23:13:52.392 INFO kablam! | Oct 11 23:13:52.392 INFO kablam! 32 | T: Serialize = EventRecord; Oct 11 23:13:52.392 INFO kablam! | ^^^^^^^^^^^^ Oct 11 23:13:52.392 INFO kablam! | Oct 11 23:13:52.392 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 11 23:13:52.392 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 11 23:13:52.392 INFO kablam! Oct 11 23:13:52.392 INFO kablam! warning: where clauses are not enforced in type aliases Oct 11 23:13:52.392 INFO kablam! --> src/forwardable/mod.rs:12:5 Oct 11 23:13:52.392 INFO kablam! | Oct 11 23:13:52.392 INFO kablam! 12 | T: Serialize = (EventTime, T); Oct 11 23:13:52.392 INFO kablam! | ^^^^^^^^^^^^ Oct 11 23:13:52.401 INFO kablam! | Oct 11 23:13:52.402 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 11 23:13:52.402 INFO kablam! Oct 11 23:13:54.368 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.22s Oct 11 23:13:54.374 INFO kablam! su: No module specific data is present Oct 11 23:13:54.665 INFO running `"docker" "rm" "-f" "ca8ed165c4faa261b038fee7d5a978b8650fef83a534c3abc0a4d9ed08c63b54"` Oct 11 23:13:54.764 INFO blam! ca8ed165c4faa261b038fee7d5a978b8650fef83a534c3abc0a4d9ed08c63b54 Oct 11 23:13:54.766 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 11 23:13:54.968 INFO blam! 11485af4bde4c5c6740df31dc09dd498f7067b532aad3b6f3779c020a5750e21 Oct 11 23:13:54.969 INFO running `"docker" "start" "-a" "11485af4bde4c5c6740df31dc09dd498f7067b532aad3b6f3779c020a5750e21"` Oct 11 23:13:55.625 INFO kablam! usermod: no changes Oct 11 23:13:55.827 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s Oct 11 23:13:55.862 INFO kablam! Running /target/debug/deps/fruently-b8135c4fb0b34ba2 Oct 11 23:13:55.862 INFO blam! Oct 11 23:13:55.863 INFO blam! running 9 tests Oct 11 23:13:55.863 INFO blam! test event_time::tests::test_event_time_format ... ok Oct 11 23:13:55.864 INFO blam! test error::tests::test_failure_err ... ok Oct 11 23:13:55.864 INFO blam! test fluent::tests::create_fruently ... ok Oct 11 23:13:55.864 INFO blam! test event_record::tests::test_msgpack_format ... ok Oct 11 23:13:55.864 INFO blam! test record::tests::test_json_format ... ok Oct 11 23:13:55.865 INFO blam! test store_buffer::tests::test_write_event_record ... ok Oct 11 23:13:55.865 INFO blam! test store_buffer::tests::test_write_forward_records ... ok Oct 11 23:13:55.865 INFO blam! test store_buffer::tests::test_write_record ... ok Oct 11 23:13:55.870 INFO blam! test store_buffer::tests::test_write_record_2_times ... ok Oct 11 23:13:55.870 INFO blam! Oct 11 23:13:55.870 INFO blam! test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 23:13:55.870 INFO blam! Oct 11 23:13:55.872 INFO kablam! Running /target/debug/deps/skeptic-7d3047b8760e7f1f Oct 11 23:13:55.878 INFO blam! Oct 11 23:13:55.878 INFO blam! running 0 tests Oct 11 23:13:55.879 INFO blam! Oct 11 23:13:55.879 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 23:13:55.879 INFO blam! Oct 11 23:13:55.884 INFO kablam! Doc-tests fruently Oct 11 23:13:58.864 INFO blam! Oct 11 23:13:58.864 INFO blam! running 4 tests Oct 11 23:14:08.426 INFO blam! test src/forwardable/msgpack.rs - forwardable::msgpack (line 7) ... ok Oct 11 23:14:08.602 INFO blam! test src/fluent.rs - fluent::Fluent<'a, A>::new (line 39) ... ok Oct 11 23:14:09.620 INFO blam! test src/forwardable/json.rs - forwardable::json (line 7) ... ok Oct 11 23:14:09.744 INFO blam! test src/forwardable/forward.rs - forwardable::forward (line 7) ... ok Oct 11 23:14:09.744 INFO blam! Oct 11 23:14:09.744 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 23:14:09.744 INFO blam! Oct 11 23:14:09.769 INFO kablam! su: No module specific data is present Oct 11 23:14:10.666 INFO running `"docker" "rm" "-f" "11485af4bde4c5c6740df31dc09dd498f7067b532aad3b6f3779c020a5750e21"` Oct 11 23:14:11.020 INFO blam! 11485af4bde4c5c6740df31dc09dd498f7067b532aad3b6f3779c020a5750e21