Oct 14 23:16:38.512 INFO testing ddholmes/enniesse against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 23:16:38.512 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 14 23:16:38.979 INFO blam! 3530af75acaa816e4c7d8f4aae80fce22e38d93d1b80b4c84b3e5b2089efe0d9 Oct 14 23:16:38.995 INFO running `"docker" "start" "-a" "3530af75acaa816e4c7d8f4aae80fce22e38d93d1b80b4c84b3e5b2089efe0d9"` Oct 14 23:16:40.143 INFO kablam! usermod: no changes Oct 14 23:16:40.275 INFO kablam! Compiling enniesse-core v0.1.0 (/source/enniesse-core) Oct 14 23:16:40.275 INFO kablam! Compiling minifb v0.9.1 Oct 14 23:16:40.291 INFO kablam! Compiling dylib v0.0.1 Oct 14 23:16:41.423 INFO kablam! Compiling x11-dl v2.2.1 Oct 14 23:16:42.547 INFO kablam! warning: variable does not need to be mutable Oct 14 23:16:42.547 INFO kablam! --> enniesse-core/src/apu.rs:370:13 Oct 14 23:16:42.547 INFO kablam! | Oct 14 23:16:42.547 INFO kablam! 370 | let mut change = self.timer.period >> self.sweep_shift; Oct 14 23:16:42.547 INFO kablam! | ----^^^^^^ Oct 14 23:16:42.547 INFO kablam! | | Oct 14 23:16:42.547 INFO kablam! | help: remove this `mut` Oct 14 23:16:42.547 INFO kablam! | Oct 14 23:16:42.547 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 23:16:42.547 INFO kablam! Oct 14 23:16:42.583 INFO kablam! warning: constant item is never used: `PULSE_SEQUENCE` Oct 14 23:16:42.583 INFO kablam! --> enniesse-core/src/apu.rs:19:1 Oct 14 23:16:42.583 INFO kablam! | Oct 14 23:16:42.583 INFO kablam! 19 | / const PULSE_SEQUENCE: [[u8; 8]; 4] = [ Oct 14 23:16:42.583 INFO kablam! 20 | | [0, 1, 0, 0, 0, 0, 0, 0], Oct 14 23:16:42.583 INFO kablam! 21 | | [0, 1, 1, 0, 0, 0, 0, 0], Oct 14 23:16:42.583 INFO kablam! 22 | | [0, 1, 1, 1, 1, 0, 0, 0], Oct 14 23:16:42.583 INFO kablam! 23 | | [1, 0, 0, 1, 1, 1, 1, 1], Oct 14 23:16:42.583 INFO kablam! 24 | | ]; Oct 14 23:16:42.583 INFO kablam! | |__^ Oct 14 23:16:42.583 INFO kablam! | Oct 14 23:16:42.583 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:16:42.583 INFO kablam! Oct 14 23:16:42.583 INFO kablam! warning: constant item is never used: `TRIANGLE_SEQUENCE` Oct 14 23:16:42.583 INFO kablam! --> enniesse-core/src/apu.rs:31:1 Oct 14 23:16:42.583 INFO kablam! | Oct 14 23:16:42.583 INFO kablam! 31 | / const TRIANGLE_SEQUENCE: [u8; 32] = [ Oct 14 23:16:42.583 INFO kablam! 32 | | 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0, Oct 14 23:16:42.583 INFO kablam! 33 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 Oct 14 23:16:42.583 INFO kablam! 34 | | ]; Oct 14 23:16:42.583 INFO kablam! | |__^ Oct 14 23:16:42.583 INFO kablam! Oct 14 23:16:42.583 INFO kablam! warning: field is never used: `mapper` Oct 14 23:16:42.583 INFO kablam! --> enniesse-core/src/apu.rs:60:5 Oct 14 23:16:42.583 INFO kablam! | Oct 14 23:16:42.583 INFO kablam! 60 | mapper: Rc>>, Oct 14 23:16:42.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:16:42.583 INFO kablam! Oct 14 23:16:42.583 INFO kablam! warning: method is never used: `step_pulse` Oct 14 23:16:42.583 INFO kablam! --> enniesse-core/src/apu.rs:149:5 Oct 14 23:16:42.583 INFO kablam! | Oct 14 23:16:42.583 INFO kablam! 149 | fn step_pulse(&mut self) { Oct 14 23:16:42.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:16:42.583 INFO kablam! Oct 14 23:16:42.583 INFO kablam! warning: method is never used: `step_triangle` Oct 14 23:16:42.583 INFO kablam! --> enniesse-core/src/apu.rs:165:5 Oct 14 23:16:42.583 INFO kablam! | Oct 14 23:16:42.583 INFO kablam! 165 | fn step_triangle(&mut self) { Oct 14 23:16:42.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:16:42.583 INFO kablam! Oct 14 23:16:42.583 INFO kablam! warning: method is never used: `step_noise` Oct 14 23:16:42.583 INFO kablam! --> enniesse-core/src/apu.rs:175:5 Oct 14 23:16:42.583 INFO kablam! | Oct 14 23:16:42.584 INFO kablam! 175 | fn step_noise(&mut self) { Oct 14 23:16:42.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:16:42.584 INFO kablam! Oct 14 23:16:42.584 INFO kablam! warning: method is never used: `step_dmc` Oct 14 23:16:42.584 INFO kablam! --> enniesse-core/src/apu.rs:195:5 Oct 14 23:16:42.584 INFO kablam! | Oct 14 23:16:42.584 INFO kablam! 195 | fn step_dmc(&mut self) { Oct 14 23:16:42.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:16:42.584 INFO kablam! Oct 14 23:16:42.584 INFO kablam! warning: method is never used: `step_dmc_memory_reader` Oct 14 23:16:42.584 INFO kablam! --> enniesse-core/src/apu.rs:204:5 Oct 14 23:16:42.584 INFO kablam! | Oct 14 23:16:42.584 INFO kablam! 204 | fn step_dmc_memory_reader(&mut self) { Oct 14 23:16:42.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:16:42.584 INFO kablam! Oct 14 23:16:42.584 INFO kablam! warning: method is never used: `step_dmc_output` Oct 14 23:16:42.584 INFO kablam! --> enniesse-core/src/apu.rs:229:5 Oct 14 23:16:42.584 INFO kablam! | Oct 14 23:16:42.584 INFO kablam! 229 | fn step_dmc_output(&mut self) { Oct 14 23:16:42.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:16:42.584 INFO kablam! Oct 14 23:16:42.584 INFO kablam! warning: field is never used: `channel` Oct 14 23:16:42.584 INFO kablam! --> enniesse-core/src/apu.rs:283:5 Oct 14 23:16:42.584 INFO kablam! | Oct 14 23:16:42.584 INFO kablam! 283 | channel: u8, Oct 14 23:16:42.584 INFO kablam! | ^^^^^^^^^^^ Oct 14 23:16:42.584 INFO kablam! Oct 14 23:16:42.584 INFO kablam! warning: field is never used: `sweep_reload` Oct 14 23:16:42.584 INFO kablam! --> enniesse-core/src/apu.rs:292:5 Oct 14 23:16:42.584 INFO kablam! | Oct 14 23:16:42.584 INFO kablam! 292 | sweep_reload: bool, Oct 14 23:16:42.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 23:16:42.584 INFO kablam! Oct 14 23:16:42.597 INFO kablam! warning: field is never used: `sweep_counter` Oct 14 23:16:42.597 INFO kablam! --> enniesse-core/src/apu.rs:293:5 Oct 14 23:16:42.597 INFO kablam! | Oct 14 23:16:42.597 INFO kablam! 293 | sweep_counter: u8, Oct 14 23:16:42.597 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 23:16:42.597 INFO kablam! Oct 14 23:16:42.597 INFO kablam! warning: method is never used: `clock_sweep` Oct 14 23:16:42.597 INFO kablam! --> enniesse-core/src/apu.rs:353:5 Oct 14 23:16:42.597 INFO kablam! | Oct 14 23:16:42.597 INFO kablam! 353 | fn clock_sweep(&mut self) { Oct 14 23:16:42.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:16:42.597 INFO kablam! Oct 14 23:16:42.597 INFO kablam! warning: method is never used: `sweep_timer` Oct 14 23:16:42.597 INFO kablam! --> enniesse-core/src/apu.rs:369:5 Oct 14 23:16:42.597 INFO kablam! | Oct 14 23:16:42.597 INFO kablam! 369 | fn sweep_timer(&mut self) { Oct 14 23:16:42.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:16:42.597 INFO kablam! Oct 14 23:16:42.597 INFO kablam! warning: method is never used: `output` Oct 14 23:16:42.597 INFO kablam! --> enniesse-core/src/apu.rs:383:5 Oct 14 23:16:42.597 INFO kablam! | Oct 14 23:16:42.597 INFO kablam! 383 | fn output(&self) -> u8 { Oct 14 23:16:42.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:16:42.597 INFO kablam! Oct 14 23:16:42.597 INFO kablam! warning: field is never used: `linear_counter` Oct 14 23:16:42.597 INFO kablam! --> enniesse-core/src/apu.rs:399:5 Oct 14 23:16:42.597 INFO kablam! | Oct 14 23:16:42.597 INFO kablam! 399 | linear_counter: u8, Oct 14 23:16:42.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 23:16:42.597 INFO kablam! Oct 14 23:16:42.597 INFO kablam! warning: field is never used: `sequence_index` Oct 14 23:16:42.597 INFO kablam! --> enniesse-core/src/apu.rs:404:5 Oct 14 23:16:42.597 INFO kablam! | Oct 14 23:16:42.597 INFO kablam! 404 | sequence_index: u8, Oct 14 23:16:42.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 23:16:42.597 INFO kablam! Oct 14 23:16:42.597 INFO kablam! warning: method is never used: `step_linear_counter` Oct 14 23:16:42.597 INFO kablam! --> enniesse-core/src/apu.rs:435:5 Oct 14 23:16:42.597 INFO kablam! | Oct 14 23:16:42.597 INFO kablam! 435 | fn step_linear_counter(&mut self) { Oct 14 23:16:42.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:16:42.597 INFO kablam! Oct 14 23:16:42.597 INFO kablam! warning: method is never used: `output` Oct 14 23:16:42.597 INFO kablam! --> enniesse-core/src/apu.rs:447:5 Oct 14 23:16:42.597 INFO kablam! | Oct 14 23:16:42.597 INFO kablam! 447 | fn output(&self) -> u8 { Oct 14 23:16:42.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:16:42.597 INFO kablam! Oct 14 23:16:42.597 INFO kablam! warning: field is never used: `shift_register` Oct 14 23:16:42.597 INFO kablam! --> enniesse-core/src/apu.rs:462:5 Oct 14 23:16:42.597 INFO kablam! | Oct 14 23:16:42.597 INFO kablam! 462 | shift_register: u16, Oct 14 23:16:42.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 23:16:42.597 INFO kablam! Oct 14 23:16:42.597 INFO kablam! warning: method is never used: `output` Oct 14 23:16:42.597 INFO kablam! --> enniesse-core/src/apu.rs:503:5 Oct 14 23:16:42.597 INFO kablam! | Oct 14 23:16:42.597 INFO kablam! 503 | fn output(&self) -> u8 { Oct 14 23:16:42.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:16:42.598 INFO kablam! Oct 14 23:16:42.598 INFO kablam! warning: field is never used: `sample_buffer` Oct 14 23:16:42.598 INFO kablam! --> enniesse-core/src/apu.rs:521:5 Oct 14 23:16:42.598 INFO kablam! | Oct 14 23:16:42.598 INFO kablam! 521 | sample_buffer: u8, Oct 14 23:16:42.598 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 23:16:42.598 INFO kablam! Oct 14 23:16:42.598 INFO kablam! warning: field is never used: `output_shift_register` Oct 14 23:16:42.598 INFO kablam! --> enniesse-core/src/apu.rs:525:5 Oct 14 23:16:42.598 INFO kablam! | Oct 14 23:16:42.598 INFO kablam! 525 | output_shift_register: u8, Oct 14 23:16:42.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:16:42.598 INFO kablam! Oct 14 23:16:42.598 INFO kablam! warning: field is never used: `output_bits_remaining` Oct 14 23:16:42.598 INFO kablam! --> enniesse-core/src/apu.rs:526:5 Oct 14 23:16:42.598 INFO kablam! | Oct 14 23:16:42.598 INFO kablam! 526 | output_bits_remaining: u8, Oct 14 23:16:42.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:16:42.598 INFO kablam! Oct 14 23:16:42.598 INFO kablam! warning: method is never used: `output` Oct 14 23:16:42.598 INFO kablam! --> enniesse-core/src/apu.rs:562:5 Oct 14 23:16:42.598 INFO kablam! | Oct 14 23:16:42.598 INFO kablam! 562 | fn output(&self) -> u8 { Oct 14 23:16:42.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:16:42.598 INFO kablam! Oct 14 23:16:42.598 INFO kablam! warning: field is never used: `divider_counter` Oct 14 23:16:42.598 INFO kablam! --> enniesse-core/src/apu.rs:572:5 Oct 14 23:16:42.598 INFO kablam! | Oct 14 23:16:42.598 INFO kablam! 572 | divider_counter: u8, Oct 14 23:16:42.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 23:16:42.598 INFO kablam! Oct 14 23:16:42.598 INFO kablam! warning: field is never used: `decay_level` Oct 14 23:16:42.598 INFO kablam! --> enniesse-core/src/apu.rs:574:5 Oct 14 23:16:42.598 INFO kablam! | Oct 14 23:16:42.598 INFO kablam! 574 | decay_level: u8, Oct 14 23:16:42.598 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 23:16:42.598 INFO kablam! Oct 14 23:16:42.598 INFO kablam! warning: method is never used: `clock` Oct 14 23:16:42.598 INFO kablam! --> enniesse-core/src/apu.rs:584:5 Oct 14 23:16:42.598 INFO kablam! | Oct 14 23:16:42.598 INFO kablam! 584 | fn clock(&mut self) { Oct 14 23:16:42.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 23:16:42.598 INFO kablam! Oct 14 23:16:42.598 INFO kablam! warning: method is never used: `volume` Oct 14 23:16:42.598 INFO kablam! --> enniesse-core/src/apu.rs:602:5 Oct 14 23:16:42.598 INFO kablam! | Oct 14 23:16:42.598 INFO kablam! 602 | fn volume(&self) -> u8 { Oct 14 23:16:42.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:16:42.598 INFO kablam! Oct 14 23:16:42.598 INFO kablam! warning: method is never used: `clock` Oct 14 23:16:42.598 INFO kablam! --> enniesse-core/src/apu.rs:618:5 Oct 14 23:16:42.598 INFO kablam! | Oct 14 23:16:42.598 INFO kablam! 618 | fn clock(&mut self) { Oct 14 23:16:42.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 23:16:42.598 INFO kablam! Oct 14 23:16:42.598 INFO kablam! warning: method is never used: `tick` Oct 14 23:16:42.598 INFO kablam! --> enniesse-core/src/apu.rs:637:5 Oct 14 23:16:42.598 INFO kablam! | Oct 14 23:16:42.598 INFO kablam! 637 | fn tick(&mut self) -> bool { Oct 14 23:16:42.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:16:42.598 INFO kablam! Oct 14 23:16:51.735 INFO kablam! Compiling enniesse v0.1.0 (/source) Oct 14 23:16:52.805 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.63s Oct 14 23:16:52.808 INFO kablam! su: No module specific data is present Oct 14 23:16:53.097 INFO running `"docker" "rm" "-f" "3530af75acaa816e4c7d8f4aae80fce22e38d93d1b80b4c84b3e5b2089efe0d9"` Oct 14 23:16:53.192 INFO blam! 3530af75acaa816e4c7d8f4aae80fce22e38d93d1b80b4c84b3e5b2089efe0d9 Oct 14 23:16:53.195 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 14 23:16:53.457 INFO blam! d017e0c1632810e1f0c54c40e6bff65d593ea5e60eacdef6a364ddd5922e6e7b Oct 14 23:16:53.463 INFO running `"docker" "start" "-a" "d017e0c1632810e1f0c54c40e6bff65d593ea5e60eacdef6a364ddd5922e6e7b"` Oct 14 23:16:53.871 INFO kablam! usermod: no changes Oct 14 23:16:53.914 INFO kablam! Compiling enniesse v0.1.0 (/source) Oct 14 23:16:54.622 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.73s Oct 14 23:16:54.624 INFO kablam! su: No module specific data is present Oct 14 23:16:54.930 INFO running `"docker" "rm" "-f" "d017e0c1632810e1f0c54c40e6bff65d593ea5e60eacdef6a364ddd5922e6e7b"` Oct 14 23:16:55.056 INFO blam! d017e0c1632810e1f0c54c40e6bff65d593ea5e60eacdef6a364ddd5922e6e7b Oct 14 23:16:55.064 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 14 23:16:55.295 INFO blam! 23deb2db90c611806f2f793e20e26cfa1708294764aadb3a14a82cbc5a82b0b3 Oct 14 23:16:55.299 INFO running `"docker" "start" "-a" "23deb2db90c611806f2f793e20e26cfa1708294764aadb3a14a82cbc5a82b0b3"` Oct 14 23:16:56.007 INFO kablam! usermod: no changes Oct 14 23:16:56.063 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 14 23:16:56.064 INFO kablam! Running /target/debug/deps/enniesse-f3cb5c505fab4b4d Oct 14 23:16:56.072 INFO blam! Oct 14 23:16:56.073 INFO blam! running 0 tests Oct 14 23:16:56.073 INFO blam! Oct 14 23:16:56.073 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 23:16:56.074 INFO blam! Oct 14 23:16:56.083 INFO kablam! su: No module specific data is present Oct 14 23:16:56.591 INFO running `"docker" "rm" "-f" "23deb2db90c611806f2f793e20e26cfa1708294764aadb3a14a82cbc5a82b0b3"` Oct 14 23:16:57.027 INFO blam! 23deb2db90c611806f2f793e20e26cfa1708294764aadb3a14a82cbc5a82b0b3