Oct 12 03:09:55.397 INFO testing citadel-crud-0.1.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 03:09:55.397 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 12 03:09:55.792 INFO blam! cce1b356be601708ab6ff953f9ba4088c1d22570dad8d2a7f7e5115328f594c3 Oct 12 03:09:55.800 INFO running `"docker" "start" "-a" "cce1b356be601708ab6ff953f9ba4088c1d22570dad8d2a7f7e5115328f594c3"` Oct 12 03:09:56.677 INFO kablam! usermod: no changes Oct 12 03:09:56.736 INFO kablam! Compiling rusqlite v0.13.0 Oct 12 03:09:59.324 INFO kablam! Compiling citadel-crud v0.1.1 (/source) Oct 12 03:10:00.942 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.25s Oct 12 03:10:00.944 INFO kablam! su: No module specific data is present Oct 12 03:10:01.665 INFO running `"docker" "rm" "-f" "cce1b356be601708ab6ff953f9ba4088c1d22570dad8d2a7f7e5115328f594c3"` Oct 12 03:10:01.919 INFO blam! cce1b356be601708ab6ff953f9ba4088c1d22570dad8d2a7f7e5115328f594c3 Oct 12 03:10:01.922 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 12 03:10:02.254 INFO blam! 47df18c25dca0898047e5dd4643de56671fa86e1b99a816933aefcbd137ddd89 Oct 12 03:10:02.258 INFO running `"docker" "start" "-a" "47df18c25dca0898047e5dd4643de56671fa86e1b99a816933aefcbd137ddd89"` Oct 12 03:10:03.600 INFO kablam! usermod: no changes Oct 12 03:10:03.680 INFO kablam! Compiling citadel-crud v0.1.1 (/source) Oct 12 03:10:06.485 INFO kablam! warning: unused import: `citadel_crud::components::creator::Creator` Oct 12 03:10:06.485 INFO kablam! --> tests/common/employee_reader.rs:8:5 Oct 12 03:10:06.485 INFO kablam! | Oct 12 03:10:06.486 INFO kablam! 8 | use citadel_crud::components::creator::Creator; Oct 12 03:10:06.486 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 03:10:06.486 INFO kablam! | Oct 12 03:10:06.487 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 03:10:06.487 INFO kablam! Oct 12 03:10:06.487 INFO kablam! warning: unused import: `citadel_crud::components::reader::Reader` Oct 12 03:10:06.488 INFO kablam! --> tests/common/employee_reader.rs:9:5 Oct 12 03:10:06.489 INFO kablam! | Oct 12 03:10:06.489 INFO kablam! 9 | use citadel_crud::components::reader::Reader; Oct 12 03:10:06.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 03:10:06.489 INFO kablam! Oct 12 03:10:06.490 INFO kablam! warning: unused import: `citadel_crud::components::updater::Updater` Oct 12 03:10:06.490 INFO kablam! --> tests/common/employee_reader.rs:10:5 Oct 12 03:10:06.490 INFO kablam! | Oct 12 03:10:06.490 INFO kablam! 10 | use citadel_crud::components::updater::Updater; Oct 12 03:10:06.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 03:10:06.491 INFO kablam! Oct 12 03:10:06.491 INFO kablam! warning: unused import: `citadel_crud::components::deleter::Deleter` Oct 12 03:10:06.491 INFO kablam! --> tests/common/employee_reader.rs:11:5 Oct 12 03:10:06.492 INFO kablam! | Oct 12 03:10:06.492 INFO kablam! 11 | use citadel_crud::components::deleter::Deleter; Oct 12 03:10:06.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 03:10:06.492 INFO kablam! Oct 12 03:10:06.493 INFO kablam! warning: unused import: `self::rusqlite::*` Oct 12 03:10:06.493 INFO kablam! --> tests/common/employee_reader.rs:14:5 Oct 12 03:10:06.493 INFO kablam! | Oct 12 03:10:06.494 INFO kablam! 14 | use self::rusqlite::*; Oct 12 03:10:06.494 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 03:10:06.494 INFO kablam! Oct 12 03:10:06.494 INFO kablam! warning: unused import: `common` Oct 12 03:10:06.495 INFO kablam! --> tests/common/employee_updater.rs:12:5 Oct 12 03:10:06.495 INFO kablam! | Oct 12 03:10:06.495 INFO kablam! 12 | use common; Oct 12 03:10:06.496 INFO kablam! | ^^^^^^ Oct 12 03:10:06.496 INFO kablam! Oct 12 03:10:06.496 INFO kablam! warning: unused import: `common` Oct 12 03:10:06.496 INFO kablam! --> tests/common/employee_deleter.rs:12:5 Oct 12 03:10:06.497 INFO kablam! | Oct 12 03:10:06.497 INFO kablam! 12 | use common; Oct 12 03:10:06.497 INFO kablam! | ^^^^^^ Oct 12 03:10:06.498 INFO kablam! Oct 12 03:10:06.498 INFO kablam! warning: unused import: `common::schema::*` Oct 12 03:10:06.498 INFO kablam! --> tests/common/employee_deleter.rs:13:5 Oct 12 03:10:06.498 INFO kablam! | Oct 12 03:10:06.499 INFO kablam! 13 | use common::schema::*; Oct 12 03:10:06.499 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 03:10:06.499 INFO kablam! Oct 12 03:10:06.500 INFO kablam! warning: unused import: `citadel_crud::components::deleter::Deleter` Oct 12 03:10:06.500 INFO kablam! --> tests/integration_test.rs:11:5 Oct 12 03:10:06.500 INFO kablam! | Oct 12 03:10:06.500 INFO kablam! 11 | use citadel_crud::components::deleter::Deleter; Oct 12 03:10:06.501 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 03:10:06.501 INFO kablam! Oct 12 03:10:06.605 INFO kablam! warning: unused variable: `tom_reader` Oct 12 03:10:06.605 INFO kablam! --> tests/integration_test.rs:34:9 Oct 12 03:10:06.605 INFO kablam! | Oct 12 03:10:06.606 INFO kablam! 34 | let tom_reader = employee_reader::EmployeeReader { first_name: "Tom".to_string()}; Oct 12 03:10:06.606 INFO kablam! | ^^^^^^^^^^ help: consider using `_tom_reader` instead Oct 12 03:10:06.606 INFO kablam! | Oct 12 03:10:06.606 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 03:10:06.607 INFO kablam! Oct 12 03:10:06.607 INFO kablam! warning: unused variable: `fred_deleter` Oct 12 03:10:06.607 INFO kablam! --> tests/integration_test.rs:53:9 Oct 12 03:10:06.607 INFO kablam! | Oct 12 03:10:06.608 INFO kablam! 53 | let fred_deleter = employee_deleter::EmployeeDeleter { employee_id: 0}; Oct 12 03:10:06.608 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_fred_deleter` instead Oct 12 03:10:06.608 INFO kablam! Oct 12 03:10:06.613 INFO kablam! warning: variable does not need to be mutable Oct 12 03:10:06.613 INFO kablam! --> tests/common/employee_reader.rs:33:13 Oct 12 03:10:06.613 INFO kablam! | Oct 12 03:10:06.614 INFO kablam! 33 | let mut statement = usable_connection.prepare("select * from Employee where FirstName = ?1 limit 1"); Oct 12 03:10:06.614 INFO kablam! | ----^^^^^^^^^ Oct 12 03:10:06.614 INFO kablam! | | Oct 12 03:10:06.614 INFO kablam! | help: remove this `mut` Oct 12 03:10:06.615 INFO kablam! | Oct 12 03:10:06.615 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 03:10:06.615 INFO kablam! Oct 12 03:10:06.617 INFO kablam! warning: struct is never constructed: `Department` Oct 12 03:10:06.617 INFO kablam! --> tests/common/schema.rs:11:1 Oct 12 03:10:06.618 INFO kablam! | Oct 12 03:10:06.618 INFO kablam! 11 | pub struct Department { Oct 12 03:10:06.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 03:10:06.618 INFO kablam! | Oct 12 03:10:06.619 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 03:10:06.619 INFO kablam! Oct 12 03:10:06.619 INFO kablam! warning: struct is never constructed: `Organization` Oct 12 03:10:06.619 INFO kablam! --> tests/common/schema.rs:17:1 Oct 12 03:10:06.620 INFO kablam! | Oct 12 03:10:06.620 INFO kablam! 17 | pub struct Organization { Oct 12 03:10:06.620 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 03:10:06.620 INFO kablam! Oct 12 03:10:06.621 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 03:10:06.621 INFO kablam! --> tests/common/employee_deleter.rs:28:9 Oct 12 03:10:06.621 INFO kablam! | Oct 12 03:10:06.622 INFO kablam! 28 | / usable_connection.execute( Oct 12 03:10:06.622 INFO kablam! 29 | | "DELETE FROM Employee WHERE EmployeeId = ?1", &[&self.employee_id] Oct 12 03:10:06.622 INFO kablam! 30 | | ); Oct 12 03:10:06.622 INFO kablam! | |__________^ Oct 12 03:10:06.623 INFO kablam! | Oct 12 03:10:06.623 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 03:10:06.623 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 03:10:06.623 INFO kablam! Oct 12 03:10:06.624 INFO kablam! warning: unused attribute Oct 12 03:10:06.624 INFO kablam! --> tests/common/mod.rs:1:1 Oct 12 03:10:06.624 INFO kablam! | Oct 12 03:10:06.625 INFO kablam! 1 | #![feature(custom_attribute)] Oct 12 03:10:06.625 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 03:10:06.625 INFO kablam! | Oct 12 03:10:06.625 INFO kablam! = note: #[warn(unused_attributes)] on by default Oct 12 03:10:06.625 INFO kablam! Oct 12 03:10:06.626 INFO kablam! warning: crate-level attribute should be in the root module Oct 12 03:10:06.626 INFO kablam! --> tests/common/mod.rs:1:1 Oct 12 03:10:06.626 INFO kablam! | Oct 12 03:10:06.626 INFO kablam! 1 | #![feature(custom_attribute)] Oct 12 03:10:06.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 03:10:06.627 INFO kablam! Oct 12 03:10:07.816 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.19s Oct 12 03:10:07.817 INFO kablam! su: No module specific data is present Oct 12 03:10:08.721 INFO running `"docker" "rm" "-f" "47df18c25dca0898047e5dd4643de56671fa86e1b99a816933aefcbd137ddd89"` Oct 12 03:10:09.048 INFO blam! 47df18c25dca0898047e5dd4643de56671fa86e1b99a816933aefcbd137ddd89 Oct 12 03:10:09.058 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 12 03:10:09.494 INFO blam! ee12dce6f52692a78b7c121dd966e28d40f8c15a95c8f59ef7317c283916d751 Oct 12 03:10:09.496 INFO running `"docker" "start" "-a" "ee12dce6f52692a78b7c121dd966e28d40f8c15a95c8f59ef7317c283916d751"` Oct 12 03:10:10.687 INFO kablam! usermod: no changes Oct 12 03:10:10.756 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 12 03:10:10.772 INFO kablam! Running /target/debug/deps/citadel_crud-b08a9138ce036958 Oct 12 03:10:10.772 INFO blam! Oct 12 03:10:10.772 INFO kablam! Running /target/debug/deps/integration_test-f348f834b031094d Oct 12 03:10:10.772 INFO blam! running 0 tests Oct 12 03:10:10.772 INFO blam! Oct 12 03:10:10.772 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 03:10:10.772 INFO blam! Oct 12 03:10:10.774 INFO blam! Oct 12 03:10:10.774 INFO blam! running 4 tests Oct 12 03:10:10.774 INFO blam! test common::employee_creator::test ... ok Oct 12 03:10:10.774 INFO blam! test common::employee_deleter::test ... ok Oct 12 03:10:10.774 INFO blam! test common::employee_updater::test ... ok Oct 12 03:10:10.901 INFO blam! test integration_test ... FAILED Oct 12 03:10:10.901 INFO kablam! error: test failed, to rerun pass '--test integration_test' Oct 12 03:10:10.901 INFO blam! Oct 12 03:10:10.901 INFO kablam! su: No module specific data is present Oct 12 03:10:10.901 INFO blam! failures: Oct 12 03:10:10.901 INFO blam! Oct 12 03:10:10.901 INFO blam! ---- integration_test stdout ---- Oct 12 03:10:10.901 INFO blam! thread 'integration_test' panicked at 'called `Result::unwrap()` on an `Err` value: SqliteFailure(Error { code: ReadOnly, extended_code: 8 }, Some("attempt to write a readonly database"))', libcore/result.rs:1009:5 Oct 12 03:10:10.901 INFO blam! stack backtrace: Oct 12 03:10:10.901 INFO blam! 0: 0x56163ea4ba3e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 12 03:10:10.901 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 12 03:10:10.901 INFO blam! 1: 0x56163ea549b6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 12 03:10:10.901 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 12 03:10:10.901 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 12 03:10:10.901 INFO blam! 2: 0x56163ea4f70d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 12 03:10:10.901 INFO blam! at libstd/panicking.rs:211 Oct 12 03:10:10.901 INFO blam! 3: 0x56163ea4f41b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 12 03:10:10.901 INFO blam! at libstd/panicking.rs:221 Oct 12 03:10:10.901 INFO blam! 4: 0x56163ea4fdbc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 12 03:10:10.901 INFO blam! at libstd/panicking.rs:476 Oct 12 03:10:10.901 INFO blam! 5: 0x56163ea4f979 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 12 03:10:10.901 INFO blam! at libstd/panicking.rs:390 Oct 12 03:10:10.901 INFO blam! 6: 0x56163ea4f875 - rust_begin_unwind Oct 12 03:10:10.901 INFO blam! at libstd/panicking.rs:325 Oct 12 03:10:10.901 INFO blam! 7: 0x56163ea8f97b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 12 03:10:10.901 INFO blam! at libcore/panicking.rs:77 Oct 12 03:10:10.901 INFO blam! 8: 0x56163ea2cb23 - core::result::unwrap_failed::hd4bbd6d45e668d71 Oct 12 03:10:10.901 INFO blam! at libcore/macros.rs:26 Oct 12 03:10:10.901 INFO blam! 9: 0x56163e9e992a - >::unwrap::h9635da03029585bd Oct 12 03:10:10.901 INFO blam! at libcore/result.rs:808 Oct 12 03:10:10.901 INFO blam! 10: 0x56163e9e7f63 - >::insert::h8b5531235eff4a15 Oct 12 03:10:10.901 INFO blam! at tests/common/employee_creator.rs:27 Oct 12 03:10:10.901 INFO blam! 11: 0x56163e9e6009 - integration_test::integration_test::hed9c8b856d31114b Oct 12 03:10:10.901 INFO blam! at tests/integration_test.rs:30 Oct 12 03:10:10.901 INFO blam! 12: 0x56163e9e5eb9 - integration_test::integration_test::{{closure}}::h7a1901ecaae624a2 Oct 12 03:10:10.901 INFO blam! at tests/integration_test.rs:21 Oct 12 03:10:10.901 INFO blam! 13: 0x56163e9e862d - core::ops::function::FnOnce::call_once::h855c2d43a038ed5b Oct 12 03:10:10.901 INFO blam! at libcore/ops/function.rs:238 Oct 12 03:10:10.901 INFO blam! 14: 0x56163e9ee0fe - >::call_box::h95b7cb918af67b5d Oct 12 03:10:10.901 INFO blam! at libtest/lib.rs:1468 Oct 12 03:10:10.901 INFO blam! at libcore/ops/function.rs:238 Oct 12 03:10:10.901 INFO blam! at liballoc/boxed.rs:672 Oct 12 03:10:10.901 INFO blam! 15: 0x56163ea5fb89 - __rust_maybe_catch_panic Oct 12 03:10:10.901 INFO blam! at libpanic_unwind/lib.rs:102 Oct 12 03:10:10.901 INFO blam! 16: 0x56163ea0ec4d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 12 03:10:10.901 INFO blam! at libstd/panicking.rs:289 Oct 12 03:10:10.901 INFO blam! at libstd/panic.rs:392 Oct 12 03:10:10.901 INFO blam! at libtest/lib.rs:1423 Oct 12 03:10:10.901 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 12 03:10:10.901 INFO blam! 17: 0x56163ea0f854 - std::panicking::try::do_call::ha990a345054c2d63 Oct 12 03:10:10.901 INFO blam! at libstd/thread/mod.rs:409 Oct 12 03:10:10.901 INFO blam! at libstd/panic.rs:313 Oct 12 03:10:10.901 INFO blam! at libstd/panicking.rs:310 Oct 12 03:10:10.901 INFO blam! 18: 0x56163ea5fb89 - __rust_maybe_catch_panic Oct 12 03:10:10.901 INFO blam! at libpanic_unwind/lib.rs:102 Oct 12 03:10:10.901 INFO blam! 19: 0x56163e9fce16 - >::call_box::h96125cb29a9ba44b Oct 12 03:10:10.901 INFO blam! at libstd/panicking.rs:289 Oct 12 03:10:10.901 INFO blam! at libstd/panic.rs:392 Oct 12 03:10:10.901 INFO blam! at libstd/thread/mod.rs:408 Oct 12 03:10:10.901 INFO blam! at liballoc/boxed.rs:672 Oct 12 03:10:10.901 INFO blam! 20: 0x56163ea4db4a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 12 03:10:10.901 INFO blam! at liballoc/boxed.rs:682 Oct 12 03:10:10.901 INFO blam! at libstd/sys_common/thread.rs:24 Oct 12 03:10:10.901 INFO blam! 21: 0x56163ea43165 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 12 03:10:10.901 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 12 03:10:10.901 INFO blam! 22: 0x7f2c3dcba6b9 - start_thread Oct 12 03:10:10.901 INFO blam! 23: 0x7f2c3d7da41c - clone Oct 12 03:10:10.901 INFO blam! 24: 0x0 - Oct 12 03:10:10.901 INFO blam! Oct 12 03:10:10.901 INFO blam! Oct 12 03:10:10.901 INFO blam! failures: Oct 12 03:10:10.901 INFO blam! integration_test Oct 12 03:10:10.901 INFO blam! Oct 12 03:10:10.901 INFO blam! test result: FAILED. 3 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 03:10:10.901 INFO blam! Oct 12 03:10:11.733 INFO running `"docker" "rm" "-f" "ee12dce6f52692a78b7c121dd966e28d40f8c15a95c8f59ef7317c283916d751"` Oct 12 03:10:12.012 INFO blam! ee12dce6f52692a78b7c121dd966e28d40f8c15a95c8f59ef7317c283916d751