Oct 10 22:15:22.824 INFO testing hansihe/rust_iterative_json_parser against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 22:15:22.825 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 22:15:22.826 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 22:15:23.350 INFO blam! bd082a7712b5fcf615542cdc1609e1297aab4c0c3af323e8782b25503b89fce8 Oct 10 22:15:23.352 INFO running `"docker" "start" "-a" "bd082a7712b5fcf615542cdc1609e1297aab4c0c3af323e8782b25503b89fce8"` Oct 10 22:15:25.248 INFO kablam! usermod: no changes Oct 10 22:15:25.308 INFO kablam! warning: unused manifest key: lib.src Oct 10 22:15:25.336 INFO kablam! Compiling iterative_json_parser v0.1.0 (/source) Oct 10 22:15:26.147 INFO kablam! warning: unused macro definition Oct 10 22:15:26.147 INFO kablam! --> src/parser.rs:110:1 Oct 10 22:15:26.147 INFO kablam! | Oct 10 22:15:26.147 INFO kablam! 110 | / macro_rules! lift_bail { Oct 10 22:15:26.147 INFO kablam! 111 | | ($bailing:expr) => { Oct 10 22:15:26.147 INFO kablam! 112 | | match $bailing { Oct 10 22:15:26.147 INFO kablam! 113 | | Ok(inner) => Ok(inner), Oct 10 22:15:26.147 INFO kablam! ... | Oct 10 22:15:26.147 INFO kablam! 116 | | }; Oct 10 22:15:26.147 INFO kablam! 117 | | } Oct 10 22:15:26.147 INFO kablam! | |_^ Oct 10 22:15:26.149 INFO kablam! | Oct 10 22:15:26.149 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 10 22:15:26.149 INFO kablam! Oct 10 22:15:26.150 INFO kablam! warning: unused import: `::PResult` Oct 10 22:15:26.150 INFO kablam! --> src/source/mod.rs:1:5 Oct 10 22:15:26.150 INFO kablam! | Oct 10 22:15:26.150 INFO kablam! 1 | use ::PResult; Oct 10 22:15:26.150 INFO kablam! | ^^^^^^^^^ Oct 10 22:15:26.150 INFO kablam! | Oct 10 22:15:26.150 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 22:15:26.150 INFO kablam! Oct 10 22:15:26.484 INFO kablam! warning: unused variable: `token` Oct 10 22:15:26.484 INFO kablam! --> src/parser.rs:136:14 Oct 10 22:15:26.484 INFO kablam! | Oct 10 22:15:26.484 INFO kablam! 136 | fn log_token(token: &str) { Oct 10 22:15:26.484 INFO kablam! | ^^^^^ help: consider using `_token` instead Oct 10 22:15:26.484 INFO kablam! | Oct 10 22:15:26.484 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 22:15:26.484 INFO kablam! Oct 10 22:15:26.604 INFO kablam! warning: struct is never constructed: `Decoder` Oct 10 22:15:26.604 INFO kablam! --> src/decoder.rs:4:1 Oct 10 22:15:26.604 INFO kablam! | Oct 10 22:15:26.604 INFO kablam! 4 | struct Decoder { Oct 10 22:15:26.604 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 22:15:26.604 INFO kablam! | Oct 10 22:15:26.604 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:15:26.604 INFO kablam! Oct 10 22:15:26.604 INFO kablam! warning: method is never used: `new` Oct 10 22:15:26.604 INFO kablam! --> src/decoder.rs:10:5 Oct 10 22:15:26.604 INFO kablam! | Oct 10 22:15:26.604 INFO kablam! 10 | fn new() -> Self { Oct 10 22:15:26.604 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 22:15:26.604 INFO kablam! Oct 10 22:15:28.857 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.57s Oct 10 22:15:28.860 INFO kablam! su: No module specific data is present Oct 10 22:15:29.618 INFO running `"docker" "rm" "-f" "bd082a7712b5fcf615542cdc1609e1297aab4c0c3af323e8782b25503b89fce8"` Oct 10 22:15:29.863 INFO blam! bd082a7712b5fcf615542cdc1609e1297aab4c0c3af323e8782b25503b89fce8 Oct 10 22:15:29.864 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 22:15:29.865 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 22:15:30.312 INFO blam! 87ca5f1bc70fc79cbf51db39ac458bcc6f666328440ed65d7f14a7adf739b019 Oct 10 22:15:30.321 INFO running `"docker" "start" "-a" "87ca5f1bc70fc79cbf51db39ac458bcc6f666328440ed65d7f14a7adf739b019"` Oct 10 22:15:31.804 INFO kablam! usermod: no changes Oct 10 22:15:31.852 INFO kablam! warning: unused manifest key: lib.src Oct 10 22:15:31.852 INFO kablam! Compiling iterative_json_parser v0.1.0 (/source) Oct 10 22:15:32.988 INFO kablam! warning: unused macro definition Oct 10 22:15:32.988 INFO kablam! --> src/parser.rs:110:1 Oct 10 22:15:32.988 INFO kablam! | Oct 10 22:15:32.988 INFO kablam! 110 | / macro_rules! lift_bail { Oct 10 22:15:32.988 INFO kablam! 111 | | ($bailing:expr) => { Oct 10 22:15:32.988 INFO kablam! 112 | | match $bailing { Oct 10 22:15:32.988 INFO kablam! 113 | | Ok(inner) => Ok(inner), Oct 10 22:15:32.988 INFO kablam! ... | Oct 10 22:15:32.988 INFO kablam! 116 | | }; Oct 10 22:15:32.988 INFO kablam! 117 | | } Oct 10 22:15:32.988 INFO kablam! | |_^ Oct 10 22:15:32.988 INFO kablam! | Oct 10 22:15:32.988 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 10 22:15:32.988 INFO kablam! Oct 10 22:15:32.988 INFO kablam! warning: unused import: `::PResult` Oct 10 22:15:32.988 INFO kablam! --> src/source/mod.rs:1:5 Oct 10 22:15:32.988 INFO kablam! | Oct 10 22:15:32.988 INFO kablam! 1 | use ::PResult; Oct 10 22:15:32.988 INFO kablam! | ^^^^^^^^^ Oct 10 22:15:32.988 INFO kablam! | Oct 10 22:15:32.988 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 22:15:32.988 INFO kablam! Oct 10 22:15:33.248 INFO kablam! warning: unused import: `Sink` Oct 10 22:15:33.248 INFO kablam! --> tests/lib.rs:6:37 Oct 10 22:15:33.248 INFO kablam! | Oct 10 22:15:33.248 INFO kablam! 6 | use iterative_json_parser::{Source, Sink}; Oct 10 22:15:33.248 INFO kablam! | ^^^^ Oct 10 22:15:33.248 INFO kablam! | Oct 10 22:15:33.248 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 22:15:33.248 INFO kablam! Oct 10 22:15:33.381 INFO kablam! warning: unused variable: `result` Oct 10 22:15:33.381 INFO kablam! --> tests/lib.rs:410:25 Oct 10 22:15:33.381 INFO kablam! | Oct 10 22:15:33.381 INFO kablam! 410 | let result = parse_to_enum(&mut buf); Oct 10 22:15:33.381 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 10 22:15:33.381 INFO kablam! | Oct 10 22:15:33.381 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 22:15:33.381 INFO kablam! Oct 10 22:15:33.400 INFO kablam! warning: variable does not need to be mutable Oct 10 22:15:33.400 INFO kablam! --> tests/lib.rs:37:9 Oct 10 22:15:33.400 INFO kablam! | Oct 10 22:15:33.400 INFO kablam! 37 | let mut ss = SourceSink { Oct 10 22:15:33.400 INFO kablam! | ----^^ Oct 10 22:15:33.400 INFO kablam! | | Oct 10 22:15:33.400 INFO kablam! | help: remove this `mut` Oct 10 22:15:33.400 INFO kablam! | Oct 10 22:15:33.400 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 22:15:33.400 INFO kablam! Oct 10 22:15:33.400 INFO kablam! warning: variable does not need to be mutable Oct 10 22:15:33.400 INFO kablam! --> tests/lib.rs:46:9 Oct 10 22:15:33.400 INFO kablam! | Oct 10 22:15:33.400 INFO kablam! 46 | let mut bailing_ss = SourceSink { Oct 10 22:15:33.400 INFO kablam! | ----^^^^^^^^^^ Oct 10 22:15:33.400 INFO kablam! | | Oct 10 22:15:33.400 INFO kablam! | help: remove this `mut` Oct 10 22:15:33.400 INFO kablam! Oct 10 22:15:33.668 INFO kablam! warning: unused variable: `token` Oct 10 22:15:33.668 INFO kablam! --> src/parser.rs:136:14 Oct 10 22:15:33.668 INFO kablam! | Oct 10 22:15:33.668 INFO kablam! 136 | fn log_token(token: &str) { Oct 10 22:15:33.668 INFO kablam! | ^^^^^ help: consider using `_token` instead Oct 10 22:15:33.676 INFO kablam! | Oct 10 22:15:33.676 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 22:15:33.676 INFO kablam! Oct 10 22:15:33.988 INFO kablam! warning: struct is never constructed: `Decoder` Oct 10 22:15:33.988 INFO kablam! --> src/decoder.rs:4:1 Oct 10 22:15:33.988 INFO kablam! | Oct 10 22:15:33.988 INFO kablam! 4 | struct Decoder { Oct 10 22:15:33.988 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 22:15:33.988 INFO kablam! | Oct 10 22:15:33.988 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:15:33.988 INFO kablam! Oct 10 22:15:33.988 INFO kablam! warning: method is never used: `new` Oct 10 22:15:33.988 INFO kablam! --> src/decoder.rs:10:5 Oct 10 22:15:33.988 INFO kablam! | Oct 10 22:15:33.988 INFO kablam! 10 | fn new() -> Self { Oct 10 22:15:33.988 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 22:15:33.988 INFO kablam! Oct 10 22:15:35.359 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.52s Oct 10 22:15:35.377 INFO kablam! su: No module specific data is present Oct 10 22:15:36.749 INFO running `"docker" "rm" "-f" "87ca5f1bc70fc79cbf51db39ac458bcc6f666328440ed65d7f14a7adf739b019"` Oct 10 22:15:37.023 INFO blam! 87ca5f1bc70fc79cbf51db39ac458bcc6f666328440ed65d7f14a7adf739b019 Oct 10 22:15:37.036 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 22:15:37.036 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 22:15:37.484 INFO blam! 8d8597f0df967f19da2778789372a4fe8b0a0598507ad2b1d2ebe7a54bafe803 Oct 10 22:15:37.488 INFO running `"docker" "start" "-a" "8d8597f0df967f19da2778789372a4fe8b0a0598507ad2b1d2ebe7a54bafe803"` Oct 10 22:15:39.252 INFO kablam! usermod: no changes Oct 10 22:15:39.320 INFO kablam! warning: unused manifest key: lib.src Oct 10 22:15:39.332 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 10 22:15:39.340 INFO kablam! Running /target/debug/deps/iterative_json_parser-a018b2c8a9726f30 Oct 10 22:15:39.340 INFO blam! Oct 10 22:15:39.340 INFO kablam! Running /target/debug/deps/main-4f059e8dfaf23920 Oct 10 22:15:39.340 INFO blam! running 2 tests Oct 10 22:15:39.340 INFO kablam! Running /target/debug/deps/lib-f60e8a5817def78d Oct 10 22:15:39.340 INFO blam! test utf8::tests::valid_ascii ... ok Oct 10 22:15:39.340 INFO blam! test utf8::tests::fuzz_panic_1 ... ok Oct 10 22:15:39.340 INFO blam! Oct 10 22:15:39.340 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:15:39.340 INFO blam! Oct 10 22:15:39.340 INFO blam! Oct 10 22:15:39.340 INFO blam! running 0 tests Oct 10 22:15:39.340 INFO blam! Oct 10 22:15:39.340 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:15:39.340 INFO blam! Oct 10 22:15:39.340 INFO blam! Oct 10 22:15:39.340 INFO blam! running 11 tests Oct 10 22:15:39.352 INFO blam! test fuzz_panic_2 ... ok Oct 10 22:15:39.352 INFO blam! test fuzz_panic_3 ... ok Oct 10 22:15:39.352 INFO blam! test full_parse ... ok Oct 10 22:15:39.352 INFO blam! test fuzz_panic_4 ... ok Oct 10 22:15:39.352 INFO blam! test empty_object ... ok Oct 10 22:15:39.352 INFO blam! test fuzz_panic_1 ... ok Oct 10 22:15:39.352 INFO blam! test numbers ... ok Oct 10 22:15:39.352 INFO blam! test short_encodings_utf8 ... ok Oct 10 22:15:39.352 INFO blam! test simple_object ... ok Oct 10 22:15:39.375 INFO blam! test json_checker_test_suite ... ok Oct 10 22:15:39.823 INFO blam! test json_test_suite ... FAILED Oct 10 22:15:39.823 INFO blam! Oct 10 22:15:39.823 INFO blam! failures: Oct 10 22:15:39.823 INFO blam! Oct 10 22:15:39.823 INFO blam! ---- json_test_suite stdout ---- Oct 10 22:15:39.823 INFO blam! Oct 10 22:15:39.823 INFO blam! ==== n_number_minus_space_1.json ==== Oct 10 22:15:39.823 INFO blam! Unexpected ok: Array([Number("-1.0e+1")]) (false) Oct 10 22:15:39.823 INFO blam! Oct 10 22:15:39.823 INFO blam! ==== n_number_with_leading_zero.json ==== Oct 10 22:15:39.823 INFO blam! Unexpected ok: Array([Number("+012.0e+1")]) (false) Oct 10 22:15:39.823 INFO blam! Oct 10 22:15:39.823 INFO blam! ==== n_number_neg_int_starting_with_zero.json ==== Oct 10 22:15:39.823 INFO blam! Unexpected ok: Array([Number("-012.0e+1")]) (false) Oct 10 22:15:39.823 INFO blam! Oct 10 22:15:39.823 INFO blam! ==== n_number_-01.json ==== Oct 10 22:15:39.823 INFO blam! Unexpected ok: Array([Number("-01.0e+1")]) (false) Oct 10 22:15:39.823 INFO blam! thread 'json_test_suite' panicked at 'assertion failed: success', tests/lib.rs:417:5 Oct 10 22:15:39.823 INFO blam! stack backtrace: Oct 10 22:15:39.823 INFO blam! 0: 0x55db220b38ce - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 10 22:15:39.823 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 10 22:15:39.823 INFO blam! 1: 0x55db220bc7a6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 10 22:15:39.823 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 10 22:15:39.823 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 10 22:15:39.823 INFO blam! 2: 0x55db220b74fd - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 10 22:15:39.823 INFO blam! at libstd/panicking.rs:211 Oct 10 22:15:39.823 INFO blam! 3: 0x55db220b720b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 10 22:15:39.823 INFO blam! at libstd/panicking.rs:221 Oct 10 22:15:39.823 INFO blam! 4: 0x55db220b7bac - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 10 22:15:39.823 INFO blam! at libstd/panicking.rs:476 Oct 10 22:15:39.823 INFO blam! 5: 0x55db2209cf9f - std::panicking::begin_panic::h1e3f985b937f9874 Oct 10 22:15:39.823 INFO blam! at libstd/panicking.rs:410 Oct 10 22:15:39.823 INFO blam! 6: 0x55db2204fe05 - lib::json_test_suite::h1b44880fcf45dd49 Oct 10 22:15:39.823 INFO blam! at tests/lib.rs:417 Oct 10 22:15:39.823 INFO blam! 7: 0x55db2204f239 - lib::json_test_suite::{{closure}}::hffb25521a04ca38f Oct 10 22:15:39.823 INFO blam! at tests/lib.rs:359 Oct 10 22:15:39.823 INFO blam! 8: 0x55db220540cd - core::ops::function::FnOnce::call_once::h0a29bccac122de86 Oct 10 22:15:39.823 INFO blam! at libcore/ops/function.rs:238 Oct 10 22:15:39.823 INFO blam! 9: 0x55db220590fe - >::call_box::h95b7cb918af67b5d Oct 10 22:15:39.823 INFO blam! at libtest/lib.rs:1468 Oct 10 22:15:39.823 INFO blam! at libcore/ops/function.rs:238 Oct 10 22:15:39.823 INFO blam! at liballoc/boxed.rs:672 Oct 10 22:15:39.823 INFO blam! 10: 0x55db220c7979 - __rust_maybe_catch_panic Oct 10 22:15:39.823 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 22:15:39.823 INFO blam! 11: 0x55db22079c4d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 10 22:15:39.823 INFO blam! at libstd/panicking.rs:289 Oct 10 22:15:39.823 INFO blam! at libstd/panic.rs:392 Oct 10 22:15:39.823 INFO blam! at libtest/lib.rs:1423 Oct 10 22:15:39.823 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 10 22:15:39.823 INFO blam! 12: 0x55db2207a854 - std::panicking::try::do_call::ha990a345054c2d63 Oct 10 22:15:39.823 INFO blam! at libstd/thread/mod.rs:409 Oct 10 22:15:39.823 INFO blam! at libstd/panic.rs:313 Oct 10 22:15:39.823 INFO blam! at libstd/panicking.rs:310 Oct 10 22:15:39.823 INFO blam! 13: 0x55db220c7979 - __rust_maybe_catch_panic Oct 10 22:15:39.823 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 22:15:39.823 INFO blam! 14: 0x55db22067e16 - >::call_box::h96125cb29a9ba44b Oct 10 22:15:39.823 INFO blam! at libstd/panicking.rs:289 Oct 10 22:15:39.823 INFO blam! at libstd/panic.rs:392 Oct 10 22:15:39.823 INFO blam! at libstd/thread/mod.rs:408 Oct 10 22:15:39.823 INFO blam! at liballoc/boxed.rs:672 Oct 10 22:15:39.823 INFO blam! 15: 0x55db220b590a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 10 22:15:39.823 INFO blam! at liballoc/boxed.rs:682 Oct 10 22:15:39.823 INFO blam! at libstd/sys_common/thread.rs:24 Oct 10 22:15:39.823 INFO blam! 16: 0x55db220aae85 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 10 22:15:39.824 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 10 22:15:39.824 INFO blam! 17: 0x7f03685536b9 - start_thread Oct 10 22:15:39.824 INFO blam! 18: 0x7f036807341c - clone Oct 10 22:15:39.824 INFO blam! 19: 0x0 - Oct 10 22:15:39.824 INFO blam! Oct 10 22:15:39.824 INFO blam! Oct 10 22:15:39.824 INFO blam! failures: Oct 10 22:15:39.824 INFO blam! json_test_suite Oct 10 22:15:39.824 INFO blam! Oct 10 22:15:39.824 INFO blam! test result: FAILED. 10 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:15:39.824 INFO blam! Oct 10 22:15:39.832 INFO kablam! error: test failed, to rerun pass '--test lib' Oct 10 22:15:39.832 INFO kablam! su: No module specific data is present Oct 10 22:15:40.807 INFO running `"docker" "rm" "-f" "8d8597f0df967f19da2778789372a4fe8b0a0598507ad2b1d2ebe7a54bafe803"` Oct 10 22:15:41.084 INFO blam! 8d8597f0df967f19da2778789372a4fe8b0a0598507ad2b1d2ebe7a54bafe803