Oct 11 09:00:20.740 INFO testing valid_toml-0.0.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 09:00:20.740 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 09:00:20.740 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 11 09:00:21.156 INFO blam! 28b128a8ba589ae81209665a4e2be8d1ee5fd50b4f7581c18c7ddec47c259d64 Oct 11 09:00:21.169 INFO running `"docker" "start" "-a" "28b128a8ba589ae81209665a4e2be8d1ee5fd50b4f7581c18c7ddec47c259d64"` Oct 11 09:00:22.084 INFO kablam! usermod: no changes Oct 11 09:00:22.152 INFO kablam! Compiling shareable v0.1.1 Oct 11 09:00:22.160 INFO kablam! Compiling toml v0.1.30 Oct 11 09:00:24.840 INFO kablam! Compiling valid_toml v0.0.2 (/source) Oct 11 09:00:25.473 INFO kablam! warning: unused macro definition Oct 11 09:00:25.473 INFO kablam! --> src/test_macros.rs:13:1 Oct 11 09:00:25.473 INFO kablam! | Oct 11 09:00:25.473 INFO kablam! 13 | / macro_rules! assert_duration { Oct 11 09:00:25.473 INFO kablam! 14 | | ($result:expr, $val:expr) => {{ Oct 11 09:00:25.473 INFO kablam! 15 | | let result = $result; Oct 11 09:00:25.473 INFO kablam! 16 | | Oct 11 09:00:25.473 INFO kablam! ... | Oct 11 09:00:25.473 INFO kablam! 44 | | }; Oct 11 09:00:25.473 INFO kablam! 45 | | } Oct 11 09:00:25.473 INFO kablam! | |_^ Oct 11 09:00:25.473 INFO kablam! | Oct 11 09:00:25.473 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 11 09:00:25.473 INFO kablam! Oct 11 09:00:25.473 INFO kablam! warning: unused macro definition Oct 11 09:00:25.473 INFO kablam! --> src/test_macros.rs:47:1 Oct 11 09:00:25.473 INFO kablam! | Oct 11 09:00:25.473 INFO kablam! 47 | / macro_rules! assert_i64 { Oct 11 09:00:25.473 INFO kablam! 48 | | ($result:expr, $val:expr) => {{ Oct 11 09:00:25.473 INFO kablam! 49 | | let result = $result; Oct 11 09:00:25.473 INFO kablam! 50 | | Oct 11 09:00:25.473 INFO kablam! ... | Oct 11 09:00:25.473 INFO kablam! 62 | | }}; Oct 11 09:00:25.473 INFO kablam! 63 | | } Oct 11 09:00:25.473 INFO kablam! | |_^ Oct 11 09:00:25.473 INFO kablam! Oct 11 09:00:25.473 INFO kablam! warning: unused macro definition Oct 11 09:00:25.473 INFO kablam! --> src/test_macros.rs:65:1 Oct 11 09:00:25.473 INFO kablam! | Oct 11 09:00:25.473 INFO kablam! 65 | / macro_rules! assert_string { Oct 11 09:00:25.473 INFO kablam! 66 | | ($result:expr, $val:expr) => {{ Oct 11 09:00:25.473 INFO kablam! 67 | | let result = $result; Oct 11 09:00:25.473 INFO kablam! 68 | | Oct 11 09:00:25.473 INFO kablam! ... | Oct 11 09:00:25.473 INFO kablam! 80 | | }}; Oct 11 09:00:25.473 INFO kablam! 81 | | } Oct 11 09:00:25.473 INFO kablam! | |_^ Oct 11 09:00:25.473 INFO kablam! Oct 11 09:00:25.473 INFO kablam! warning: unused macro definition Oct 11 09:00:25.473 INFO kablam! --> src/test_macros.rs:83:1 Oct 11 09:00:25.473 INFO kablam! | Oct 11 09:00:25.473 INFO kablam! 83 | / macro_rules! assert_u16 { Oct 11 09:00:25.473 INFO kablam! 84 | | ($result:expr, $val:expr) => {{ Oct 11 09:00:25.473 INFO kablam! 85 | | let result = $result; Oct 11 09:00:25.473 INFO kablam! 86 | | Oct 11 09:00:25.473 INFO kablam! ... | Oct 11 09:00:25.473 INFO kablam! 98 | | }}; Oct 11 09:00:25.473 INFO kablam! 99 | | } Oct 11 09:00:25.473 INFO kablam! | |_^ Oct 11 09:00:25.473 INFO kablam! Oct 11 09:00:25.473 INFO kablam! warning: unused macro definition Oct 11 09:00:25.473 INFO kablam! --> src/test_macros.rs:101:1 Oct 11 09:00:25.473 INFO kablam! | Oct 11 09:00:25.473 INFO kablam! 101 | / macro_rules! assert_usize { Oct 11 09:00:25.473 INFO kablam! 102 | | ($result:expr, $val:expr) => {{ Oct 11 09:00:25.473 INFO kablam! 103 | | let result = $result; Oct 11 09:00:25.473 INFO kablam! 104 | | Oct 11 09:00:25.473 INFO kablam! ... | Oct 11 09:00:25.473 INFO kablam! 116 | | }}; Oct 11 09:00:25.473 INFO kablam! 117 | | } Oct 11 09:00:25.473 INFO kablam! | |_^ Oct 11 09:00:25.474 INFO kablam! Oct 11 09:00:25.474 INFO kablam! warning: unused macro definition Oct 11 09:00:25.474 INFO kablam! --> src/test_macros.rs:122:1 Oct 11 09:00:25.474 INFO kablam! | Oct 11 09:00:25.474 INFO kablam! 122 | / macro_rules! assert_cannot_parse { Oct 11 09:00:25.474 INFO kablam! 123 | | ($result:expr) => {{ Oct 11 09:00:25.474 INFO kablam! 124 | | let result = $result; Oct 11 09:00:25.474 INFO kablam! 125 | | Oct 11 09:00:25.474 INFO kablam! ... | Oct 11 09:00:25.474 INFO kablam! 136 | | }} Oct 11 09:00:25.474 INFO kablam! 137 | | } Oct 11 09:00:25.474 INFO kablam! | |_^ Oct 11 09:00:25.474 INFO kablam! Oct 11 09:00:25.474 INFO kablam! warning: unused macro definition Oct 11 09:00:25.474 INFO kablam! --> src/test_macros.rs:140:1 Oct 11 09:00:25.474 INFO kablam! | Oct 11 09:00:25.474 INFO kablam! 140 | / macro_rules! assert_duration_overflow { Oct 11 09:00:25.474 INFO kablam! 141 | | ($result:expr, $max:expr) => {{ Oct 11 09:00:25.474 INFO kablam! 142 | | let result = $result; Oct 11 09:00:25.474 INFO kablam! 143 | | Oct 11 09:00:25.474 INFO kablam! ... | Oct 11 09:00:25.474 INFO kablam! 177 | | }} Oct 11 09:00:25.474 INFO kablam! 178 | | } Oct 11 09:00:25.474 INFO kablam! | |_^ Oct 11 09:00:25.474 INFO kablam! Oct 11 09:00:25.474 INFO kablam! warning: unused macro definition Oct 11 09:00:25.474 INFO kablam! --> src/test_macros.rs:180:1 Oct 11 09:00:25.474 INFO kablam! | Oct 11 09:00:25.474 INFO kablam! 180 | / macro_rules! assert_duration_overflow { Oct 11 09:00:25.474 INFO kablam! 181 | | ($result:expr, $max:expr) => {{ Oct 11 09:00:25.474 INFO kablam! 182 | | let result = $result; Oct 11 09:00:25.474 INFO kablam! 183 | | Oct 11 09:00:25.474 INFO kablam! ... | Oct 11 09:00:25.474 INFO kablam! 217 | | }} Oct 11 09:00:25.474 INFO kablam! 218 | | } Oct 11 09:00:25.474 INFO kablam! | |_^ Oct 11 09:00:25.474 INFO kablam! Oct 11 09:00:25.474 INFO kablam! warning: unused macro definition Oct 11 09:00:25.474 INFO kablam! --> src/test_macros.rs:220:1 Oct 11 09:00:25.474 INFO kablam! | Oct 11 09:00:25.474 INFO kablam! 220 | / macro_rules! assert_duration_underrun { Oct 11 09:00:25.474 INFO kablam! 221 | | ($result:expr, $min:expr) => {{ Oct 11 09:00:25.474 INFO kablam! 222 | | let result = $result; Oct 11 09:00:25.474 INFO kablam! 223 | | Oct 11 09:00:25.474 INFO kablam! ... | Oct 11 09:00:25.474 INFO kablam! 257 | | }} Oct 11 09:00:25.474 INFO kablam! 258 | | } Oct 11 09:00:25.474 INFO kablam! | |_^ Oct 11 09:00:25.474 INFO kablam! Oct 11 09:00:25.474 INFO kablam! warning: unused macro definition Oct 11 09:00:25.474 INFO kablam! --> src/test_macros.rs:260:1 Oct 11 09:00:25.474 INFO kablam! | Oct 11 09:00:25.474 INFO kablam! 260 | / macro_rules! assert_incorrect_type { Oct 11 09:00:25.474 INFO kablam! 261 | | ($result:expr) => {{ Oct 11 09:00:25.474 INFO kablam! 262 | | let result = $result; Oct 11 09:00:25.474 INFO kablam! 263 | | Oct 11 09:00:25.474 INFO kablam! ... | Oct 11 09:00:25.474 INFO kablam! 274 | | }} Oct 11 09:00:25.474 INFO kablam! 275 | | } Oct 11 09:00:25.474 INFO kablam! | |_^ Oct 11 09:00:25.474 INFO kablam! Oct 11 09:00:25.474 INFO kablam! warning: unused macro definition Oct 11 09:00:25.474 INFO kablam! --> src/test_macros.rs:277:1 Oct 11 09:00:25.474 INFO kablam! | Oct 11 09:00:25.474 INFO kablam! 277 | / macro_rules! assert_long { Oct 11 09:00:25.474 INFO kablam! 278 | | ($result:expr, $max:expr) => {{ Oct 11 09:00:25.474 INFO kablam! 279 | | let result = $result; Oct 11 09:00:25.474 INFO kablam! 280 | | Oct 11 09:00:25.474 INFO kablam! ... | Oct 11 09:00:25.474 INFO kablam! 314 | | }} Oct 11 09:00:25.474 INFO kablam! 315 | | } Oct 11 09:00:25.474 INFO kablam! | |_^ Oct 11 09:00:25.474 INFO kablam! Oct 11 09:00:25.474 INFO kablam! warning: unused macro definition Oct 11 09:00:25.474 INFO kablam! --> src/test_macros.rs:317:1 Oct 11 09:00:25.474 INFO kablam! | Oct 11 09:00:25.474 INFO kablam! 317 | / macro_rules! assert_overflow { Oct 11 09:00:25.474 INFO kablam! 318 | | ($result:expr, $max:expr) => {{ Oct 11 09:00:25.474 INFO kablam! 319 | | let result = $result; Oct 11 09:00:25.474 INFO kablam! 320 | | Oct 11 09:00:25.474 INFO kablam! ... | Oct 11 09:00:25.474 INFO kablam! 354 | | }} Oct 11 09:00:25.474 INFO kablam! 355 | | } Oct 11 09:00:25.474 INFO kablam! | |_^ Oct 11 09:00:25.474 INFO kablam! Oct 11 09:00:25.474 INFO kablam! warning: unused macro definition Oct 11 09:00:25.474 INFO kablam! --> src/test_macros.rs:357:1 Oct 11 09:00:25.474 INFO kablam! | Oct 11 09:00:25.474 INFO kablam! 357 | / macro_rules! assert_short { Oct 11 09:00:25.475 INFO kablam! 358 | | ($result:expr, $min:expr) => {{ Oct 11 09:00:25.475 INFO kablam! 359 | | let result = $result; Oct 11 09:00:25.475 INFO kablam! 360 | | Oct 11 09:00:25.475 INFO kablam! ... | Oct 11 09:00:25.475 INFO kablam! 394 | | }} Oct 11 09:00:25.475 INFO kablam! 395 | | } Oct 11 09:00:25.475 INFO kablam! | |_^ Oct 11 09:00:25.475 INFO kablam! Oct 11 09:00:25.475 INFO kablam! warning: unused macro definition Oct 11 09:00:25.475 INFO kablam! --> src/test_macros.rs:397:1 Oct 11 09:00:25.475 INFO kablam! | Oct 11 09:00:25.475 INFO kablam! 397 | / macro_rules! assert_underrun { Oct 11 09:00:25.475 INFO kablam! 398 | | ($result:expr, $min:expr) => {{ Oct 11 09:00:25.475 INFO kablam! 399 | | let result = $result; Oct 11 09:00:25.475 INFO kablam! 400 | | Oct 11 09:00:25.475 INFO kablam! ... | Oct 11 09:00:25.475 INFO kablam! 434 | | }} Oct 11 09:00:25.475 INFO kablam! 435 | | } Oct 11 09:00:25.475 INFO kablam! | |_^ Oct 11 09:00:25.475 INFO kablam! Oct 11 09:00:27.316 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.20s Oct 11 09:00:27.316 INFO kablam! su: No module specific data is present Oct 11 09:00:28.078 INFO running `"docker" "rm" "-f" "28b128a8ba589ae81209665a4e2be8d1ee5fd50b4f7581c18c7ddec47c259d64"` Oct 11 09:00:28.566 INFO blam! 28b128a8ba589ae81209665a4e2be8d1ee5fd50b4f7581c18c7ddec47c259d64 Oct 11 09:00:28.568 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 09:00:28.569 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 11 09:00:28.966 INFO blam! 272870e7dbdfb87f6e6f91f76918178d94ebc6c53a203eeaf4dd0be4f379e18f Oct 11 09:00:28.968 INFO running `"docker" "start" "-a" "272870e7dbdfb87f6e6f91f76918178d94ebc6c53a203eeaf4dd0be4f379e18f"` Oct 11 09:00:30.240 INFO kablam! usermod: no changes Oct 11 09:00:30.296 INFO kablam! Compiling valid_toml v0.0.2 (/source) Oct 11 09:00:31.144 INFO kablam! warning: unused macro definition Oct 11 09:00:31.144 INFO kablam! --> src/test_macros.rs:47:1 Oct 11 09:00:31.144 INFO kablam! | Oct 11 09:00:31.144 INFO kablam! 47 | / macro_rules! assert_i64 { Oct 11 09:00:31.144 INFO kablam! 48 | | ($result:expr, $val:expr) => {{ Oct 11 09:00:31.144 INFO kablam! 49 | | let result = $result; Oct 11 09:00:31.144 INFO kablam! 50 | | Oct 11 09:00:31.144 INFO kablam! ... | Oct 11 09:00:31.144 INFO kablam! 62 | | }}; Oct 11 09:00:31.144 INFO kablam! 63 | | } Oct 11 09:00:31.144 INFO kablam! | |_^ Oct 11 09:00:31.144 INFO kablam! | Oct 11 09:00:31.152 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 11 09:00:31.152 INFO kablam! Oct 11 09:00:31.152 INFO kablam! warning: unused macro definition Oct 11 09:00:31.152 INFO kablam! --> src/test_macros.rs:140:1 Oct 11 09:00:31.152 INFO kablam! | Oct 11 09:00:31.152 INFO kablam! 140 | / macro_rules! assert_duration_overflow { Oct 11 09:00:31.152 INFO kablam! 141 | | ($result:expr, $max:expr) => {{ Oct 11 09:00:31.152 INFO kablam! 142 | | let result = $result; Oct 11 09:00:31.152 INFO kablam! 143 | | Oct 11 09:00:31.152 INFO kablam! ... | Oct 11 09:00:31.152 INFO kablam! 177 | | }} Oct 11 09:00:31.152 INFO kablam! 178 | | } Oct 11 09:00:31.152 INFO kablam! | |_^ Oct 11 09:00:31.160 INFO kablam! Oct 11 09:00:35.415 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.14s Oct 11 09:00:35.418 INFO kablam! su: No module specific data is present Oct 11 09:00:35.949 INFO running `"docker" "rm" "-f" "272870e7dbdfb87f6e6f91f76918178d94ebc6c53a203eeaf4dd0be4f379e18f"` Oct 11 09:00:36.177 INFO blam! 272870e7dbdfb87f6e6f91f76918178d94ebc6c53a203eeaf4dd0be4f379e18f Oct 11 09:00:36.184 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 09:00:36.185 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 11 09:00:36.666 INFO blam! 777ad34b52d1d1f4090a0268cc2a02a75e02b895db3a9bd9fab873ef7007318c Oct 11 09:00:36.676 INFO running `"docker" "start" "-a" "777ad34b52d1d1f4090a0268cc2a02a75e02b895db3a9bd9fab873ef7007318c"` Oct 11 09:00:38.152 INFO kablam! usermod: no changes Oct 11 09:00:38.215 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 11 09:00:38.235 INFO kablam! Running /target/debug/deps/valid_toml-ed400af34494d135 Oct 11 09:00:38.238 INFO blam! Oct 11 09:00:38.238 INFO blam! running 42 tests Oct 11 09:00:38.246 INFO blam! test data::duration_decoder::tests::spaces ... ok Oct 11 09:00:38.246 INFO blam! test data::duration_decoder::tests::seconds ... ok Oct 11 09:00:38.246 INFO blam! test data::duration_decoder::tests::hours ... ok Oct 11 09:00:38.248 INFO blam! test data::duration_decoder::tests::bad ... ok Oct 11 09:00:38.248 INFO blam! test data::item_duration::tests::max ... ok Oct 11 09:00:38.248 INFO blam! test data::duration_decoder::tests::days ... ok Oct 11 09:00:38.249 INFO blam! test data::item_duration::tests::validate ... ok Oct 11 09:00:38.250 INFO blam! test data::item_str::tests::min ... ok Oct 11 09:00:38.250 INFO blam! test data::item_str::tests::max ... ok Oct 11 09:00:38.260 INFO blam! test data::item_str::tests::set ... ok Oct 11 09:00:38.268 INFO blam! test data::duration_decoder::tests::minutes ... ok Oct 11 09:00:38.268 INFO blam! test data::item_duration::tests::set ... ok Oct 11 09:00:38.268 INFO blam! test data::item_duration::tests::min ... ok Oct 11 09:00:38.268 INFO blam! test data::duration_decoder::tests::milliseconds ... ok Oct 11 09:00:38.276 INFO blam! test data::item_str::tests::min_max ... ok Oct 11 09:00:38.276 INFO blam! test data::item_duration::tests::min_max ... ok Oct 11 09:00:38.276 INFO blam! test data::duration_decoder::tests::combo ... ok Oct 11 09:00:38.276 INFO blam! test data::item_u16::tests::min_max ... ok Oct 11 09:00:38.276 INFO blam! test data::item_u16::tests::set ... ok Oct 11 09:00:38.276 INFO blam! test data::item_usize::tests::max ... ok Oct 11 09:00:38.280 INFO blam! test data::item_usize::tests::min_max ... ok Oct 11 09:00:38.280 INFO blam! test data::item_usize::tests::min ... ok Oct 11 09:00:38.280 INFO blam! test data::item_usize::tests::set ... ok Oct 11 09:00:38.280 INFO blam! test tests::complex ... ok Oct 11 09:00:38.288 INFO blam! test data::item_u16::tests::min ... ok Oct 11 09:00:38.288 INFO blam! test data::item_u16::tests::max ... ok Oct 11 09:00:38.300 INFO blam! test tests::optional_missing ... ok Oct 11 09:00:38.300 INFO blam! test tests::simple ... ok Oct 11 09:00:38.300 INFO blam! test tests::optional_exist ... ok Oct 11 09:00:38.300 INFO blam! test tests::default ... ok Oct 11 09:00:38.318 INFO blam! test toml_iter::tests::missing_last ... ok Oct 11 09:00:38.318 INFO blam! test toml_iter::tests::missing_first ... ok Oct 11 09:00:38.318 INFO blam! test data::item_u16::tests::validate ... ok Oct 11 09:00:38.320 INFO blam! test data::item_usize::tests::validate ... ok Oct 11 09:00:38.328 INFO blam! test toml_iter::tests::missing_middle ... ok Oct 11 09:00:38.328 INFO blam! test toml_iter::tests::no_define ... ok Oct 11 09:00:38.328 INFO blam! test toml_iter::tests::no_notify ... ok Oct 11 09:00:38.328 INFO blam! test toml_iter::tests::undefined_first ... ok Oct 11 09:00:38.328 INFO blam! test toml_iter::tests::undefined_middle ... ok Oct 11 09:00:38.328 INFO blam! test toml_iter::tests::no_values ... ok Oct 11 09:00:38.328 INFO blam! test toml_iter::tests::undefined_last ... ok Oct 11 09:00:38.328 INFO blam! test toml_iter::tests::normal ... ok Oct 11 09:00:38.328 INFO blam! Oct 11 09:00:38.328 INFO blam! test result: ok. 42 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 09:00:38.328 INFO blam! Oct 11 09:00:38.330 INFO kablam! Doc-tests valid_toml Oct 11 09:00:39.428 INFO blam! Oct 11 09:00:39.428 INFO blam! running 8 tests Oct 11 09:00:45.192 INFO blam! test src/toml_def.rs - toml_def::TomlDef::ref_add (line 168) ... ok Oct 11 09:00:45.704 INFO blam! test src/data/item_usize.rs - data::item_usize::ItemUsize::add_to (line 67) ... ok Oct 11 09:00:45.829 INFO blam! test src/data/item_duration.rs - data::item_duration::ItemDuration::add_to (line 81) ... ok Oct 11 09:00:46.019 INFO blam! test src/lib.rs - (line 34) ... ok Oct 11 09:00:46.448 INFO blam! test src/data/item_u16.rs - data::item_u16::ItemU16::add_to (line 67) ... ok Oct 11 09:00:46.568 INFO blam! test src/toml_def.rs - toml_def::TomlDef (line 32) ... ok Oct 11 09:00:46.766 INFO blam! test src/toml_def.rs - toml_def::TomlDef::add (line 129) ... ok Oct 11 09:00:46.916 INFO blam! test src/data/item_str.rs - data::item_str::ItemStr::add_to (line 65) ... ok Oct 11 09:00:46.916 INFO blam! Oct 11 09:00:46.918 INFO blam! test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 09:00:46.918 INFO blam! Oct 11 09:00:46.933 INFO kablam! su: No module specific data is present Oct 11 09:00:47.420 INFO running `"docker" "rm" "-f" "777ad34b52d1d1f4090a0268cc2a02a75e02b895db3a9bd9fab873ef7007318c"` Oct 11 09:00:47.657 INFO blam! 777ad34b52d1d1f4090a0268cc2a02a75e02b895db3a9bd9fab873ef7007318c