Oct 16 02:14:52.806 INFO testing multiboot2-0.7.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 02:14:52.807 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/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 16 02:14:53.120 INFO blam! 517fb502c4eca90e09c3d18e3968f851d58a7249d7e16638270a849f9669e65e Oct 16 02:14:53.127 INFO running `"docker" "start" "-a" "517fb502c4eca90e09c3d18e3968f851d58a7249d7e16638270a849f9669e65e"` Oct 16 02:14:54.087 INFO kablam! usermod: no changes Oct 16 02:14:54.155 INFO kablam! Compiling multiboot2 v0.7.1 (/source) Oct 16 02:14:54.667 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 16 02:14:54.667 INFO kablam! --> src/header.rs:1:10 Oct 16 02:14:54.667 INFO kablam! | Oct 16 02:14:54.667 INFO kablam! 1 | #[derive(Debug)] Oct 16 02:14:54.667 INFO kablam! | ^^^^^ Oct 16 02:14:54.667 INFO kablam! | Oct 16 02:14:54.667 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 16 02:14:54.667 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 02:14:54.667 INFO kablam! = note: for more information, see issue #46043 Oct 16 02:14:54.667 INFO kablam! Oct 16 02:14:54.667 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 16 02:14:54.667 INFO kablam! --> src/boot_loader_name.rs:2:10 Oct 16 02:14:54.667 INFO kablam! | Oct 16 02:14:54.667 INFO kablam! 2 | #[derive(Debug)] Oct 16 02:14:54.667 INFO kablam! | ^^^^^ Oct 16 02:14:54.667 INFO kablam! | Oct 16 02:14:54.667 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 02:14:54.667 INFO kablam! = note: for more information, see issue #46043 Oct 16 02:14:54.667 INFO kablam! Oct 16 02:14:54.667 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 16 02:14:54.667 INFO kablam! --> src/elf_sections.rs:9:5 Oct 16 02:14:54.667 INFO kablam! | Oct 16 02:14:54.667 INFO kablam! 9 | assert_eq!(9, tag.typ); Oct 16 02:14:54.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:14:54.668 INFO kablam! | Oct 16 02:14:54.668 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 02:14:54.668 INFO kablam! = note: for more information, see issue #46043 Oct 16 02:14:54.668 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 16 02:14:54.668 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 16 02:14:54.668 INFO kablam! Oct 16 02:14:54.668 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 16 02:14:54.668 INFO kablam! --> src/elf_sections.rs:17:10 Oct 16 02:14:54.668 INFO kablam! | Oct 16 02:14:54.668 INFO kablam! 17 | #[derive(Debug)] Oct 16 02:14:54.668 INFO kablam! | ^^^^^ Oct 16 02:14:54.668 INFO kablam! | Oct 16 02:14:54.668 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 02:14:54.668 INFO kablam! = note: for more information, see issue #46043 Oct 16 02:14:54.668 INFO kablam! Oct 16 02:14:54.668 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 16 02:14:54.668 INFO kablam! --> src/elf_sections.rs:88:10 Oct 16 02:14:54.668 INFO kablam! | Oct 16 02:14:54.668 INFO kablam! 88 | #[derive(Debug)] Oct 16 02:14:54.668 INFO kablam! | ^^^^^ Oct 16 02:14:54.668 INFO kablam! | Oct 16 02:14:54.668 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 02:14:54.668 INFO kablam! = note: for more information, see issue #46043 Oct 16 02:14:54.668 INFO kablam! Oct 16 02:14:54.668 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 16 02:14:54.668 INFO kablam! --> src/elf_sections.rs:103:10 Oct 16 02:14:54.668 INFO kablam! | Oct 16 02:14:54.668 INFO kablam! 103 | #[derive(Debug)] Oct 16 02:14:54.668 INFO kablam! | ^^^^^ Oct 16 02:14:54.668 INFO kablam! | Oct 16 02:14:54.668 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 02:14:54.668 INFO kablam! = note: for more information, see issue #46043 Oct 16 02:14:54.668 INFO kablam! Oct 16 02:14:54.668 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 16 02:14:54.668 INFO kablam! --> src/module.rs:3:10 Oct 16 02:14:54.668 INFO kablam! | Oct 16 02:14:54.668 INFO kablam! 3 | #[derive(Debug)] Oct 16 02:14:54.668 INFO kablam! | ^^^^^ Oct 16 02:14:54.668 INFO kablam! | Oct 16 02:14:54.668 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 02:14:54.668 INFO kablam! = note: for more information, see issue #46043 Oct 16 02:14:54.668 INFO kablam! Oct 16 02:14:54.668 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 16 02:14:54.668 INFO kablam! --> src/command_line.rs:2:10 Oct 16 02:14:54.668 INFO kablam! | Oct 16 02:14:54.668 INFO kablam! 2 | #[derive(Debug)] Oct 16 02:14:54.668 INFO kablam! | ^^^^^ Oct 16 02:14:54.668 INFO kablam! | Oct 16 02:14:54.668 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 02:14:54.668 INFO kablam! = note: for more information, see issue #46043 Oct 16 02:14:54.668 INFO kablam! Oct 16 02:14:54.668 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 16 02:14:54.668 INFO kablam! --> src/rsdp.rs:11:10 Oct 16 02:14:54.668 INFO kablam! | Oct 16 02:14:54.668 INFO kablam! 11 | #[derive(Debug)] Oct 16 02:14:54.668 INFO kablam! | ^^^^^ Oct 16 02:14:54.668 INFO kablam! | Oct 16 02:14:54.668 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 02:14:54.668 INFO kablam! = note: for more information, see issue #46043 Oct 16 02:14:54.668 INFO kablam! Oct 16 02:14:54.668 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 16 02:14:54.668 INFO kablam! --> src/rsdp.rs:46:10 Oct 16 02:14:54.668 INFO kablam! | Oct 16 02:14:54.668 INFO kablam! 46 | #[derive(Debug)] Oct 16 02:14:54.668 INFO kablam! | ^^^^^ Oct 16 02:14:54.668 INFO kablam! | Oct 16 02:14:54.668 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 02:14:54.668 INFO kablam! = note: for more information, see issue #46043 Oct 16 02:14:54.668 INFO kablam! Oct 16 02:14:54.945 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.82s Oct 16 02:14:54.946 INFO kablam! su: No module specific data is present Oct 16 02:14:55.569 INFO running `"docker" "rm" "-f" "517fb502c4eca90e09c3d18e3968f851d58a7249d7e16638270a849f9669e65e"` Oct 16 02:14:55.875 INFO blam! 517fb502c4eca90e09c3d18e3968f851d58a7249d7e16638270a849f9669e65e Oct 16 02:14:55.895 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/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 16 02:14:56.355 INFO blam! b05d9e056b61a3d82ba3f28cf28482fabfca2a13d9fe09e01543e6b318973a62 Oct 16 02:14:56.359 INFO running `"docker" "start" "-a" "b05d9e056b61a3d82ba3f28cf28482fabfca2a13d9fe09e01543e6b318973a62"` Oct 16 02:14:57.627 INFO kablam! usermod: no changes Oct 16 02:14:57.700 INFO kablam! Compiling multiboot2 v0.7.1 (/source) Oct 16 02:14:58.380 INFO kablam! warning: unused imports: `FramebufferField`, `FramebufferTag` Oct 16 02:14:58.380 INFO kablam! --> src/lib.rs:364:27 Oct 16 02:14:58.380 INFO kablam! | Oct 16 02:14:58.380 INFO kablam! 364 | use framebuffer::{FramebufferTag, FramebufferField, FramebufferType}; Oct 16 02:14:58.380 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ Oct 16 02:14:58.380 INFO kablam! | Oct 16 02:14:58.380 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 02:14:58.380 INFO kablam! Oct 16 02:14:59.095 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 16 02:14:59.095 INFO kablam! --> src/header.rs:1:10 Oct 16 02:14:59.095 INFO kablam! | Oct 16 02:14:59.095 INFO kablam! 1 | #[derive(Debug)] Oct 16 02:14:59.095 INFO kablam! | ^^^^^ Oct 16 02:14:59.095 INFO kablam! | Oct 16 02:14:59.095 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 16 02:14:59.095 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 02:14:59.095 INFO kablam! = note: for more information, see issue #46043 Oct 16 02:14:59.095 INFO kablam! Oct 16 02:14:59.095 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 16 02:14:59.095 INFO kablam! --> src/boot_loader_name.rs:2:10 Oct 16 02:14:59.095 INFO kablam! | Oct 16 02:14:59.095 INFO kablam! 2 | #[derive(Debug)] Oct 16 02:14:59.095 INFO kablam! | ^^^^^ Oct 16 02:14:59.095 INFO kablam! | Oct 16 02:14:59.095 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 02:14:59.095 INFO kablam! = note: for more information, see issue #46043 Oct 16 02:14:59.095 INFO kablam! Oct 16 02:14:59.095 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 16 02:14:59.095 INFO kablam! --> src/elf_sections.rs:9:5 Oct 16 02:14:59.095 INFO kablam! | Oct 16 02:14:59.095 INFO kablam! 9 | assert_eq!(9, tag.typ); Oct 16 02:14:59.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:14:59.095 INFO kablam! | Oct 16 02:14:59.095 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 02:14:59.095 INFO kablam! = note: for more information, see issue #46043 Oct 16 02:14:59.095 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 16 02:14:59.095 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 16 02:14:59.095 INFO kablam! Oct 16 02:14:59.095 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 16 02:14:59.095 INFO kablam! --> src/elf_sections.rs:17:10 Oct 16 02:14:59.095 INFO kablam! | Oct 16 02:14:59.095 INFO kablam! 17 | #[derive(Debug)] Oct 16 02:14:59.095 INFO kablam! | ^^^^^ Oct 16 02:14:59.095 INFO kablam! | Oct 16 02:14:59.095 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 02:14:59.095 INFO kablam! = note: for more information, see issue #46043 Oct 16 02:14:59.095 INFO kablam! Oct 16 02:14:59.095 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 16 02:14:59.095 INFO kablam! --> src/elf_sections.rs:88:10 Oct 16 02:14:59.095 INFO kablam! | Oct 16 02:14:59.095 INFO kablam! 88 | #[derive(Debug)] Oct 16 02:14:59.095 INFO kablam! | ^^^^^ Oct 16 02:14:59.095 INFO kablam! | Oct 16 02:14:59.095 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 02:14:59.095 INFO kablam! = note: for more information, see issue #46043 Oct 16 02:14:59.095 INFO kablam! Oct 16 02:14:59.095 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 16 02:14:59.095 INFO kablam! --> src/elf_sections.rs:103:10 Oct 16 02:14:59.095 INFO kablam! | Oct 16 02:14:59.095 INFO kablam! 103 | #[derive(Debug)] Oct 16 02:14:59.095 INFO kablam! | ^^^^^ Oct 16 02:14:59.095 INFO kablam! | Oct 16 02:14:59.095 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 02:14:59.095 INFO kablam! = note: for more information, see issue #46043 Oct 16 02:14:59.095 INFO kablam! Oct 16 02:14:59.095 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 16 02:14:59.095 INFO kablam! --> src/module.rs:3:10 Oct 16 02:14:59.095 INFO kablam! | Oct 16 02:14:59.095 INFO kablam! 3 | #[derive(Debug)] Oct 16 02:14:59.095 INFO kablam! | ^^^^^ Oct 16 02:14:59.095 INFO kablam! | Oct 16 02:14:59.095 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 02:14:59.095 INFO kablam! = note: for more information, see issue #46043 Oct 16 02:14:59.095 INFO kablam! Oct 16 02:14:59.095 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 16 02:14:59.095 INFO kablam! --> src/command_line.rs:2:10 Oct 16 02:14:59.095 INFO kablam! | Oct 16 02:14:59.095 INFO kablam! 2 | #[derive(Debug)] Oct 16 02:14:59.095 INFO kablam! | ^^^^^ Oct 16 02:14:59.095 INFO kablam! | Oct 16 02:14:59.095 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 02:14:59.096 INFO kablam! = note: for more information, see issue #46043 Oct 16 02:14:59.096 INFO kablam! Oct 16 02:14:59.096 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 16 02:14:59.096 INFO kablam! --> src/rsdp.rs:11:10 Oct 16 02:14:59.096 INFO kablam! | Oct 16 02:14:59.096 INFO kablam! 11 | #[derive(Debug)] Oct 16 02:14:59.096 INFO kablam! | ^^^^^ Oct 16 02:14:59.096 INFO kablam! | Oct 16 02:14:59.096 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 02:14:59.096 INFO kablam! = note: for more information, see issue #46043 Oct 16 02:14:59.096 INFO kablam! Oct 16 02:14:59.096 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 16 02:14:59.096 INFO kablam! --> src/rsdp.rs:46:10 Oct 16 02:14:59.096 INFO kablam! | Oct 16 02:14:59.096 INFO kablam! 46 | #[derive(Debug)] Oct 16 02:14:59.096 INFO kablam! | ^^^^^ Oct 16 02:14:59.098 INFO kablam! | Oct 16 02:14:59.098 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 02:14:59.098 INFO kablam! = note: for more information, see issue #46043 Oct 16 02:14:59.098 INFO kablam! Oct 16 02:15:00.083 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.43s Oct 16 02:15:00.083 INFO kablam! su: No module specific data is present Oct 16 02:15:00.745 INFO running `"docker" "rm" "-f" "b05d9e056b61a3d82ba3f28cf28482fabfca2a13d9fe09e01543e6b318973a62"` Oct 16 02:15:01.055 INFO blam! b05d9e056b61a3d82ba3f28cf28482fabfca2a13d9fe09e01543e6b318973a62 Oct 16 02:15:01.059 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/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 16 02:15:01.417 INFO blam! e70b0cfb2a3450ac6c0d7d6b43872b8d1810419c8f4f2a5c4384580c5780037f Oct 16 02:15:01.425 INFO running `"docker" "start" "-a" "e70b0cfb2a3450ac6c0d7d6b43872b8d1810419c8f4f2a5c4384580c5780037f"` Oct 16 02:15:02.795 INFO kablam! usermod: no changes Oct 16 02:15:02.831 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 16 02:15:02.831 INFO kablam! Running /target/debug/deps/multiboot2-422a2204d479033e Oct 16 02:15:02.843 INFO blam! Oct 16 02:15:02.843 INFO blam! running 7 tests Oct 16 02:15:02.843 INFO blam! test tests::name_tag ... ok Oct 16 02:15:02.843 INFO blam! test tests::framebuffer_tag_rgb ... ok Oct 16 02:15:02.843 INFO blam! test tests::no_tags ... ok Oct 16 02:15:02.843 INFO blam! test tests::framebuffer_tag_indexed ... ok Oct 16 02:15:02.843 INFO blam! test tests::grub2 ... ok Oct 16 02:15:02.907 INFO blam! test tests::invalid_total_size ... ok Oct 16 02:15:02.907 INFO blam! test tests::invalid_end_tag ... ok Oct 16 02:15:02.907 INFO blam! Oct 16 02:15:02.907 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 02:15:02.907 INFO blam! Oct 16 02:15:02.919 INFO kablam! Doc-tests multiboot2 Oct 16 02:15:03.023 INFO kablam! su: No module specific data is present Oct 16 02:15:03.023 INFO blam! Oct 16 02:15:03.023 INFO blam! running 0 tests Oct 16 02:15:03.023 INFO blam! Oct 16 02:15:03.023 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 02:15:03.023 INFO blam! Oct 16 02:15:03.768 INFO running `"docker" "rm" "-f" "e70b0cfb2a3450ac6c0d7d6b43872b8d1810419c8f4f2a5c4384580c5780037f"` Oct 16 02:15:03.976 INFO blam! e70b0cfb2a3450ac6c0d7d6b43872b8d1810419c8f4f2a5c4384580c5780037f