Oct 14 14:08:10.828 INFO testing l3kn/EulerLisp against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 14:08:10.828 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14:08:11.127 INFO blam! e07487c009d02c1acabeecbfbe9c10b8ec81bd94724703ad234e8149c21b7bfb Oct 14 14:08:11.128 INFO running `"docker" "start" "-a" "e07487c009d02c1acabeecbfbe9c10b8ec81bd94724703ad234e8149c21b7bfb"` Oct 14 14:08:11.821 INFO kablam! usermod: no changes Oct 14 14:08:11.911 INFO kablam! Compiling serde v1.0.33 Oct 14 14:08:11.911 INFO kablam! Compiling colored v1.6.0 Oct 14 14:08:11.911 INFO kablam! Compiling num_cpus v1.8.0 Oct 14 14:08:11.911 INFO kablam! Compiling memchr v2.0.1 Oct 14 14:08:11.915 INFO kablam! Compiling memchr v1.0.2 Oct 14 14:08:11.923 INFO kablam! Compiling crossbeam-epoch v0.3.0 Oct 14 14:08:11.923 INFO kablam! Compiling rustyline v1.0.0 Oct 14 14:08:12.891 INFO kablam! Compiling csv-core v0.1.4 Oct 14 14:08:15.059 INFO kablam! Compiling nom v3.2.1 Oct 14 14:08:15.127 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 14 14:08:16.207 INFO kablam! Compiling rayon-core v1.4.0 Oct 14 14:08:19.364 INFO kablam! Compiling rayon v1.0.1 Oct 14 14:08:28.984 INFO kablam! Compiling csv v1.0.0-beta.5 Oct 14 14:08:31.059 INFO kablam! Compiling lisp v0.1.0 (/source) Oct 14 14:08:32.879 INFO kablam! warning: unused variable: `instructions` Oct 14 14:08:32.880 INFO kablam! --> src/compiler/mod.rs:84:13 Oct 14 14:08:32.880 INFO kablam! | Oct 14 14:08:32.880 INFO kablam! 84 | instructions, Oct 14 14:08:32.880 INFO kablam! | ^^^^^^^^^^^^ help: try ignoring the field: `instructions: _` Oct 14 14:08:32.880 INFO kablam! | Oct 14 14:08:32.880 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 14:08:32.880 INFO kablam! Oct 14 14:08:32.880 INFO kablam! warning: unused variable: `num_globals` Oct 14 14:08:32.880 INFO kablam! --> src/compiler/mod.rs:86:13 Oct 14 14:08:32.880 INFO kablam! | Oct 14 14:08:32.880 INFO kablam! 86 | num_globals Oct 14 14:08:32.880 INFO kablam! | ^^^^^^^^^^^ help: try ignoring the field: `num_globals: _` Oct 14 14:08:32.880 INFO kablam! Oct 14 14:08:32.880 INFO kablam! warning: unused variable: `instructions` Oct 14 14:08:32.880 INFO kablam! --> src/compiler/mod.rs:107:13 Oct 14 14:08:32.880 INFO kablam! | Oct 14 14:08:32.880 INFO kablam! 107 | instructions, Oct 14 14:08:32.880 INFO kablam! | ^^^^^^^^^^^^ help: try ignoring the field: `instructions: _` Oct 14 14:08:32.880 INFO kablam! Oct 14 14:08:33.415 INFO kablam! warning: method is never used: `fetch_u16` Oct 14 14:08:33.415 INFO kablam! --> src/compiler/vm.rs:140:5 Oct 14 14:08:33.415 INFO kablam! | Oct 14 14:08:33.415 INFO kablam! 140 | fn fetch_u16(&mut self) -> u16 { Oct 14 14:08:33.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:08:33.415 INFO kablam! | Oct 14 14:08:33.415 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 14:08:33.415 INFO kablam! Oct 14 14:08:33.417 INFO kablam! warning: function is never used: `vector_mul_i` Oct 14 14:08:33.417 INFO kablam! --> src/bignum.rs:323:1 Oct 14 14:08:33.417 INFO kablam! | Oct 14 14:08:33.417 INFO kablam! 323 | fn vector_mul_i(a: &Vec, b: usize) -> Vec { Oct 14 14:08:33.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:08:33.417 INFO kablam! Oct 14 14:08:33.417 INFO kablam! warning: method is never used: `as_symbol` Oct 14 14:08:33.417 INFO kablam! --> src/lib.rs:701:5 Oct 14 14:08:33.417 INFO kablam! | Oct 14 14:08:33.417 INFO kablam! 701 | fn as_symbol(&self) -> Result { Oct 14 14:08:33.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:08:33.417 INFO kablam! Oct 14 14:08:33.417 INFO kablam! warning: method is never used: `as_list` Oct 14 14:08:33.417 INFO kablam! --> src/lib.rs:765:5 Oct 14 14:08:33.418 INFO kablam! | Oct 14 14:08:33.418 INFO kablam! 765 | fn as_list(&self) -> Result, LispErr> { Oct 14 14:08:33.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:08:33.418 INFO kablam! Oct 14 14:08:33.418 INFO kablam! warning: method is never used: `is_false` Oct 14 14:08:33.418 INFO kablam! --> src/lib.rs:793:5 Oct 14 14:08:33.418 INFO kablam! | Oct 14 14:08:33.418 INFO kablam! 793 | fn is_false(&self) -> bool { Oct 14 14:08:33.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:08:33.418 INFO kablam! Oct 14 14:08:33.418 INFO kablam! warning: method is never used: `is_true` Oct 14 14:08:33.418 INFO kablam! --> src/lib.rs:801:5 Oct 14 14:08:33.418 INFO kablam! | Oct 14 14:08:33.418 INFO kablam! 801 | fn is_true(&self) -> bool { Oct 14 14:08:33.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:08:33.418 INFO kablam! Oct 14 14:08:41.983 INFO kablam! warning: unused import: `rayon::prelude` Oct 14 14:08:41.983 INFO kablam! --> src/main.rs:16:5 Oct 14 14:08:41.983 INFO kablam! | Oct 14 14:08:41.983 INFO kablam! 16 | use rayon::prelude::*; Oct 14 14:08:41.983 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 14:08:41.983 INFO kablam! | Oct 14 14:08:41.983 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 14:08:41.983 INFO kablam! Oct 14 14:08:44.439 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 32.61s Oct 14 14:08:44.457 INFO kablam! su: No module specific data is present Oct 14 14:08:45.463 INFO running `"docker" "rm" "-f" "e07487c009d02c1acabeecbfbe9c10b8ec81bd94724703ad234e8149c21b7bfb"` Oct 14 14:08:45.779 INFO blam! e07487c009d02c1acabeecbfbe9c10b8ec81bd94724703ad234e8149c21b7bfb Oct 14 14:08:45.789 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14:08:46.261 INFO blam! 445f67ce44c405cef9887c074f86750f649fd837e592789aec660772b4483b7e Oct 14 14:08:46.262 INFO running `"docker" "start" "-a" "445f67ce44c405cef9887c074f86750f649fd837e592789aec660772b4483b7e"` Oct 14 14:08:48.490 INFO kablam! usermod: no changes Oct 14 14:08:48.665 INFO kablam! Compiling lisp v0.1.0 (/source) Oct 14 14:08:49.647 INFO kablam! error[E0432]: unresolved import `lisp::eval` Oct 14 14:08:49.647 INFO kablam! --> tests/integration_test.rs:3:11 Oct 14 14:08:49.647 INFO kablam! | Oct 14 14:08:49.647 INFO kablam! 3 | use lisp::eval::Evaluator; Oct 14 14:08:49.647 INFO kablam! | ^^^^ Could not find `eval` in `lisp` Oct 14 14:08:49.647 INFO kablam! Oct 14 14:08:49.723 INFO kablam! error[E0425]: cannot find function `Number` in this scope Oct 14 14:08:49.723 INFO kablam! --> tests/integration_test.rs:14:12 Oct 14 14:08:49.723 INFO kablam! | Oct 14 14:08:49.723 INFO kablam! 14 | Ok(Number(1)) Oct 14 14:08:49.723 INFO kablam! | ^^^^^^ not found in this scope Oct 14 14:08:49.723 INFO kablam! Oct 14 14:08:49.723 INFO kablam! error[E0425]: cannot find function `Number` in this scope Oct 14 14:08:49.723 INFO kablam! --> tests/integration_test.rs:18:12 Oct 14 14:08:49.723 INFO kablam! | Oct 14 14:08:49.723 INFO kablam! 18 | Ok(Number(2)) Oct 14 14:08:49.723 INFO kablam! | ^^^^^^ not found in this scope Oct 14 14:08:49.723 INFO kablam! Oct 14 14:08:49.723 INFO kablam! error[E0425]: cannot find function `Number` in this scope Oct 14 14:08:49.723 INFO kablam! --> tests/integration_test.rs:30:12 Oct 14 14:08:49.723 INFO kablam! | Oct 14 14:08:49.723 INFO kablam! 30 | Ok(Number(2)) Oct 14 14:08:49.723 INFO kablam! | ^^^^^^ not found in this scope Oct 14 14:08:49.723 INFO kablam! Oct 14 14:08:49.723 INFO kablam! error[E0425]: cannot find function `Number` in this scope Oct 14 14:08:49.723 INFO kablam! --> tests/integration_test.rs:39:12 Oct 14 14:08:49.723 INFO kablam! | Oct 14 14:08:49.723 INFO kablam! 39 | Ok(Number(1)) Oct 14 14:08:49.723 INFO kablam! | ^^^^^^ not found in this scope Oct 14 14:08:49.723 INFO kablam! Oct 14 14:08:49.723 INFO kablam! error[E0425]: cannot find function `Number` in this scope Oct 14 14:08:49.723 INFO kablam! --> tests/integration_test.rs:48:12 Oct 14 14:08:49.723 INFO kablam! | Oct 14 14:08:49.723 INFO kablam! 48 | Ok(Number(3)) Oct 14 14:08:49.723 INFO kablam! | ^^^^^^ not found in this scope Oct 14 14:08:49.723 INFO kablam! Oct 14 14:08:49.723 INFO kablam! error[E0425]: cannot find function `Number` in this scope Oct 14 14:08:49.723 INFO kablam! --> tests/integration_test.rs:52:12 Oct 14 14:08:49.723 INFO kablam! | Oct 14 14:08:49.723 INFO kablam! 52 | Ok(Number(3)) Oct 14 14:08:49.723 INFO kablam! | ^^^^^^ not found in this scope Oct 14 14:08:49.723 INFO kablam! Oct 14 14:08:49.723 INFO kablam! error[E0425]: cannot find function `Number` in this scope Oct 14 14:08:49.723 INFO kablam! --> tests/integration_test.rs:62:12 Oct 14 14:08:49.723 INFO kablam! | Oct 14 14:08:49.723 INFO kablam! 62 | Ok(Number(6)) Oct 14 14:08:49.723 INFO kablam! | ^^^^^^ not found in this scope Oct 14 14:08:49.723 INFO kablam! Oct 14 14:08:49.723 INFO kablam! error[E0425]: cannot find function `Number` in this scope Oct 14 14:08:49.723 INFO kablam! --> tests/integration_test.rs:71:40 Oct 14 14:08:49.723 INFO kablam! | Oct 14 14:08:49.723 INFO kablam! 71 | assert_eq!(ev.eval_str("a", 0), Ok(Number(1))); Oct 14 14:08:49.724 INFO kablam! | ^^^^^^ not found in this scope Oct 14 14:08:49.724 INFO kablam! Oct 14 14:08:49.724 INFO kablam! error[E0425]: cannot find function `Number` in this scope Oct 14 14:08:49.724 INFO kablam! --> tests/integration_test.rs:73:40 Oct 14 14:08:49.724 INFO kablam! | Oct 14 14:08:49.724 INFO kablam! 73 | assert_eq!(ev.eval_str("a", 0), Ok(Number(2))); Oct 14 14:08:49.724 INFO kablam! | ^^^^^^ not found in this scope Oct 14 14:08:49.724 INFO kablam! Oct 14 14:08:49.724 INFO kablam! error[E0425]: cannot find function `Number` in this scope Oct 14 14:08:49.724 INFO kablam! --> tests/integration_test.rs:75:40 Oct 14 14:08:49.724 INFO kablam! | Oct 14 14:08:49.724 INFO kablam! 75 | assert_eq!(ev.eval_str("a", 0), Ok(Number(3))); Oct 14 14:08:49.724 INFO kablam! | ^^^^^^ not found in this scope Oct 14 14:08:49.724 INFO kablam! Oct 14 14:08:49.724 INFO kablam! error[E0425]: cannot find function `Number` in this scope Oct 14 14:08:49.724 INFO kablam! --> tests/integration_test.rs:84:48 Oct 14 14:08:49.724 INFO kablam! | Oct 14 14:08:49.724 INFO kablam! 84 | assert_eq!(ev.eval_str("(force p)", 0), Ok(Number(2))); Oct 14 14:08:49.724 INFO kablam! | ^^^^^^ not found in this scope Oct 14 14:08:49.724 INFO kablam! Oct 14 14:08:49.724 INFO kablam! error[E0425]: cannot find function `Number` in this scope Oct 14 14:08:49.724 INFO kablam! --> tests/integration_test.rs:86:48 Oct 14 14:08:49.724 INFO kablam! | Oct 14 14:08:49.724 INFO kablam! 86 | assert_eq!(ev.eval_str("(force p)", 0), Ok(Number(2))); Oct 14 14:08:49.724 INFO kablam! | ^^^^^^ not found in this scope Oct 14 14:08:49.724 INFO kablam! Oct 14 14:08:49.733 INFO kablam! error[E0425]: cannot find function `Number` in this scope Oct 14 14:08:49.733 INFO kablam! --> tests/integration_test.rs:96:12 Oct 14 14:08:49.733 INFO kablam! | Oct 14 14:08:49.733 INFO kablam! 96 | Ok(Number(1)) Oct 14 14:08:49.733 INFO kablam! | ^^^^^^ not found in this scope Oct 14 14:08:49.733 INFO kablam! Oct 14 14:08:49.733 INFO kablam! error[E0425]: cannot find function `Number` in this scope Oct 14 14:08:49.733 INFO kablam! --> tests/integration_test.rs:107:12 Oct 14 14:08:49.733 INFO kablam! | Oct 14 14:08:49.733 INFO kablam! 107 | Ok(Number(3)) Oct 14 14:08:49.733 INFO kablam! | ^^^^^^ not found in this scope Oct 14 14:08:49.733 INFO kablam! Oct 14 14:08:49.733 INFO kablam! error[E0425]: cannot find function `Number` in this scope Oct 14 14:08:49.733 INFO kablam! --> tests/integration_test.rs:113:12 Oct 14 14:08:49.734 INFO kablam! | Oct 14 14:08:49.734 INFO kablam! 113 | Ok(Number(1)) Oct 14 14:08:49.734 INFO kablam! | ^^^^^^ not found in this scope Oct 14 14:08:49.734 INFO kablam! Oct 14 14:08:49.734 INFO kablam! error[E0425]: cannot find function `List` in this scope Oct 14 14:08:49.734 INFO kablam! --> tests/integration_test.rs:119:12 Oct 14 14:08:49.734 INFO kablam! | Oct 14 14:08:49.734 INFO kablam! 119 | Ok(List(vec!(Number(2), Number(3)))) Oct 14 14:08:49.734 INFO kablam! | ^^^^ not found in this scope Oct 14 14:08:49.734 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 14 14:08:49.734 INFO kablam! | Oct 14 14:08:49.734 INFO kablam! 3 | use lisp::Expression::List; Oct 14 14:08:49.734 INFO kablam! | Oct 14 14:08:49.734 INFO kablam! Oct 14 14:08:49.734 INFO kablam! error[E0425]: cannot find function `Number` in this scope Oct 14 14:08:49.734 INFO kablam! --> tests/integration_test.rs:119:22 Oct 14 14:08:49.734 INFO kablam! | Oct 14 14:08:49.734 INFO kablam! 119 | Ok(List(vec!(Number(2), Number(3)))) Oct 14 14:08:49.734 INFO kablam! | ^^^^^^ not found in this scope Oct 14 14:08:49.734 INFO kablam! Oct 14 14:08:49.734 INFO kablam! error[E0425]: cannot find function `Number` in this scope Oct 14 14:08:49.734 INFO kablam! --> tests/integration_test.rs:119:33 Oct 14 14:08:49.734 INFO kablam! | Oct 14 14:08:49.734 INFO kablam! 119 | Ok(List(vec!(Number(2), Number(3)))) Oct 14 14:08:49.734 INFO kablam! | ^^^^^^ not found in this scope Oct 14 14:08:49.734 INFO kablam! Oct 14 14:08:49.734 INFO kablam! warning: unused import: `lisp::Datum::*` Oct 14 14:08:49.734 INFO kablam! --> tests/integration_test.rs:4:5 Oct 14 14:08:49.734 INFO kablam! | Oct 14 14:08:49.734 INFO kablam! 4 | use lisp::Datum::*; Oct 14 14:08:49.734 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 14:08:49.734 INFO kablam! | Oct 14 14:08:49.734 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 14:08:49.734 INFO kablam! Oct 14 14:08:49.903 INFO kablam! warning: unused import: `rayon::prelude` Oct 14 14:08:49.903 INFO kablam! --> src/main.rs:16:5 Oct 14 14:08:49.903 INFO kablam! | Oct 14 14:08:49.903 INFO kablam! 16 | use rayon::prelude::*; Oct 14 14:08:49.903 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 14:08:49.903 INFO kablam! | Oct 14 14:08:49.903 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 14:08:49.903 INFO kablam! Oct 14 14:08:49.971 INFO kablam! error: aborting due to 19 previous errors Oct 14 14:08:49.971 INFO kablam! Oct 14 14:08:49.971 INFO kablam! Some errors occurred: E0425, E0432. Oct 14 14:08:49.971 INFO kablam! For more information about an error, try `rustc --explain E0425`. Oct 14 14:08:50.019 INFO kablam! error: Could not compile `lisp`. Oct 14 14:08:50.019 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 14 14:08:51.415 INFO kablam! error[E0308]: mismatched types Oct 14 14:08:51.415 INFO kablam! --> src/symbol_table.rs:38:26 Oct 14 14:08:51.415 INFO kablam! | Oct 14 14:08:51.415 INFO kablam! 38 | assert_eq!(st.insert("foo"), 0); Oct 14 14:08:51.415 INFO kablam! | ^^^^^ expected struct `std::string::String`, found str Oct 14 14:08:51.415 INFO kablam! | Oct 14 14:08:51.415 INFO kablam! = note: expected type `&std::string::String` Oct 14 14:08:51.415 INFO kablam! found type `&'static str` Oct 14 14:08:51.415 INFO kablam! Oct 14 14:08:51.461 INFO kablam! error[E0308]: mismatched types Oct 14 14:08:51.461 INFO kablam! --> src/symbol_table.rs:39:26 Oct 14 14:08:51.463 INFO kablam! | Oct 14 14:08:51.463 INFO kablam! 39 | assert_eq!(st.insert("bar"), 1); Oct 14 14:08:51.464 INFO kablam! | ^^^^^ expected struct `std::string::String`, found str Oct 14 14:08:51.464 INFO kablam! | Oct 14 14:08:51.464 INFO kablam! = note: expected type `&std::string::String` Oct 14 14:08:51.465 INFO kablam! found type `&'static str` Oct 14 14:08:51.465 INFO kablam! Oct 14 14:08:51.518 INFO kablam! error[E0308]: mismatched types Oct 14 14:08:51.519 INFO kablam! --> src/symbol_table.rs:40:26 Oct 14 14:08:51.523 INFO kablam! | Oct 14 14:08:51.523 INFO kablam! 40 | assert_eq!(st.insert("foo"), 0); Oct 14 14:08:51.524 INFO kablam! | ^^^^^ expected struct `std::string::String`, found str Oct 14 14:08:51.524 INFO kablam! | Oct 14 14:08:51.524 INFO kablam! = note: expected type `&std::string::String` Oct 14 14:08:51.525 INFO kablam! found type `&'static str` Oct 14 14:08:51.525 INFO kablam! Oct 14 14:08:51.937 INFO kablam! error: aborting due to 3 previous errors Oct 14 14:08:51.937 INFO kablam! Oct 14 14:08:51.938 INFO kablam! For more information about this error, try `rustc --explain E0308`. Oct 14 14:08:51.955 INFO kablam! error: Could not compile `lisp`. Oct 14 14:08:51.957 INFO kablam! Oct 14 14:08:51.957 INFO kablam! To learn more, run the command again with --verbose. Oct 14 14:08:51.959 INFO kablam! su: No module specific data is present Oct 14 14:08:53.072 INFO running `"docker" "rm" "-f" "445f67ce44c405cef9887c074f86750f649fd837e592789aec660772b4483b7e"` Oct 14 14:08:53.371 INFO blam! 445f67ce44c405cef9887c074f86750f649fd837e592789aec660772b4483b7e