Oct 14 14:08:10.353 INFO testing l3kn/EulerLisp against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 14:08:10.353 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:10.500 INFO blam! 1bd672fd7fd958c6c4f3eb63db48c6efc836ff802a49d6e78ed11b903e40ca2a Oct 14 14:08:10.502 INFO running `"docker" "start" "-a" "1bd672fd7fd958c6c4f3eb63db48c6efc836ff802a49d6e78ed11b903e40ca2a"` Oct 14 14:08:10.807 INFO kablam! usermod: no changes Oct 14 14:08:10.869 INFO kablam! Compiling serde v1.0.33 Oct 14 14:08:10.870 INFO kablam! Compiling either v1.4.0 Oct 14 14:08:10.873 INFO kablam! Compiling num_cpus v1.8.0 Oct 14 14:08:10.873 INFO kablam! Compiling memchr v2.0.1 Oct 14 14:08:10.873 INFO kablam! Compiling memchr v1.0.2 Oct 14 14:08:10.873 INFO kablam! Compiling crossbeam-epoch v0.3.0 Oct 14 14:08:10.873 INFO kablam! Compiling rand v0.3.22 Oct 14 14:08:10.873 INFO kablam! Compiling rustyline v1.0.0 Oct 14 14:08:11.317 INFO kablam! Compiling nom v3.2.1 Oct 14 14:08:11.495 INFO kablam! Compiling csv-core v0.1.4 Oct 14 14:08:11.915 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 14 14:08:12.943 INFO kablam! Compiling rayon-core v1.4.0 Oct 14 14:08:15.207 INFO kablam! Compiling rayon v1.0.1 Oct 14 14:08:25.391 INFO kablam! Compiling csv v1.0.0-beta.5 Oct 14 14:08:27.444 INFO kablam! Compiling lisp v0.1.0 (/source) Oct 14 14:08:29.428 INFO kablam! warning: unused variable: `instructions` Oct 14 14:08:29.429 INFO kablam! --> src/compiler/mod.rs:84:13 Oct 14 14:08:29.429 INFO kablam! | Oct 14 14:08:29.430 INFO kablam! 84 | instructions, Oct 14 14:08:29.430 INFO kablam! | ^^^^^^^^^^^^ help: try ignoring the field: `instructions: _` Oct 14 14:08:29.430 INFO kablam! | Oct 14 14:08:29.431 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 14:08:29.431 INFO kablam! Oct 14 14:08:29.431 INFO kablam! warning: unused variable: `num_globals` Oct 14 14:08:29.432 INFO kablam! --> src/compiler/mod.rs:86:13 Oct 14 14:08:29.432 INFO kablam! | Oct 14 14:08:29.432 INFO kablam! 86 | num_globals Oct 14 14:08:29.433 INFO kablam! | ^^^^^^^^^^^ help: try ignoring the field: `num_globals: _` Oct 14 14:08:29.433 INFO kablam! Oct 14 14:08:29.433 INFO kablam! warning: unused variable: `instructions` Oct 14 14:08:29.434 INFO kablam! --> src/compiler/mod.rs:107:13 Oct 14 14:08:29.434 INFO kablam! | Oct 14 14:08:29.435 INFO kablam! 107 | instructions, Oct 14 14:08:29.435 INFO kablam! | ^^^^^^^^^^^^ help: try ignoring the field: `instructions: _` Oct 14 14:08:29.435 INFO kablam! Oct 14 14:08:29.977 INFO kablam! warning: method is never used: `fetch_u16` Oct 14 14:08:29.978 INFO kablam! --> src/compiler/vm.rs:140:5 Oct 14 14:08:29.979 INFO kablam! | Oct 14 14:08:29.980 INFO kablam! 140 | fn fetch_u16(&mut self) -> u16 { Oct 14 14:08:29.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:08:29.981 INFO kablam! | Oct 14 14:08:29.981 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 14:08:29.982 INFO kablam! Oct 14 14:08:29.984 INFO kablam! warning: function is never used: `vector_mul_i` Oct 14 14:08:29.985 INFO kablam! --> src/bignum.rs:323:1 Oct 14 14:08:29.985 INFO kablam! | Oct 14 14:08:29.985 INFO kablam! 323 | fn vector_mul_i(a: &Vec, b: usize) -> Vec { Oct 14 14:08:29.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:08:29.986 INFO kablam! Oct 14 14:08:29.987 INFO kablam! warning: method is never used: `as_symbol` Oct 14 14:08:29.990 INFO kablam! --> src/lib.rs:701:5 Oct 14 14:08:29.990 INFO kablam! | Oct 14 14:08:29.990 INFO kablam! 701 | fn as_symbol(&self) -> Result { Oct 14 14:08:29.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:08:29.990 INFO kablam! Oct 14 14:08:29.990 INFO kablam! warning: method is never used: `as_list` Oct 14 14:08:29.990 INFO kablam! --> src/lib.rs:765:5 Oct 14 14:08:29.990 INFO kablam! | Oct 14 14:08:29.990 INFO kablam! 765 | fn as_list(&self) -> Result, LispErr> { Oct 14 14:08:29.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:08:29.990 INFO kablam! Oct 14 14:08:29.990 INFO kablam! warning: method is never used: `is_false` Oct 14 14:08:29.990 INFO kablam! --> src/lib.rs:793:5 Oct 14 14:08:29.990 INFO kablam! | Oct 14 14:08:29.990 INFO kablam! 793 | fn is_false(&self) -> bool { Oct 14 14:08:29.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:08:29.990 INFO kablam! Oct 14 14:08:29.990 INFO kablam! warning: method is never used: `is_true` Oct 14 14:08:29.990 INFO kablam! --> src/lib.rs:801:5 Oct 14 14:08:29.990 INFO kablam! | Oct 14 14:08:29.990 INFO kablam! 801 | fn is_true(&self) -> bool { Oct 14 14:08:29.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:08:29.990 INFO kablam! Oct 14 14:08:39.045 INFO kablam! warning: unused import: `rayon::prelude` Oct 14 14:08:39.045 INFO kablam! --> src/main.rs:16:5 Oct 14 14:08:39.045 INFO kablam! | Oct 14 14:08:39.045 INFO kablam! 16 | use rayon::prelude::*; Oct 14 14:08:39.045 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 14:08:39.045 INFO kablam! | Oct 14 14:08:39.045 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 14:08:39.047 INFO kablam! Oct 14 14:08:41.644 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 30.82s Oct 14 14:08:41.650 INFO kablam! su: No module specific data is present Oct 14 14:08:43.531 INFO running `"docker" "rm" "-f" "1bd672fd7fd958c6c4f3eb63db48c6efc836ff802a49d6e78ed11b903e40ca2a"` Oct 14 14:08:43.907 INFO blam! 1bd672fd7fd958c6c4f3eb63db48c6efc836ff802a49d6e78ed11b903e40ca2a Oct 14 14:08:43.916 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:44.494 INFO blam! 2f72fa3c2f1aab905185d5558210f5403cd2cedf7bf231531cb901aa9aca6270 Oct 14 14:08:44.496 INFO running `"docker" "start" "-a" "2f72fa3c2f1aab905185d5558210f5403cd2cedf7bf231531cb901aa9aca6270"` Oct 14 14:08:46.310 INFO kablam! usermod: no changes Oct 14 14:08:46.487 INFO kablam! Compiling lisp v0.1.0 (/source) Oct 14 14:08:47.435 INFO kablam! error[E0432]: unresolved import `lisp::eval` Oct 14 14:08:47.435 INFO kablam! --> tests/integration_test.rs:3:11 Oct 14 14:08:47.435 INFO kablam! | Oct 14 14:08:47.435 INFO kablam! 3 | use lisp::eval::Evaluator; Oct 14 14:08:47.435 INFO kablam! | ^^^^ Could not find `eval` in `lisp` Oct 14 14:08:47.435 INFO kablam! Oct 14 14:08:47.463 INFO kablam! error[E0425]: cannot find function `Number` in this scope Oct 14 14:08:47.463 INFO kablam! --> tests/integration_test.rs:14:12 Oct 14 14:08:47.463 INFO kablam! | Oct 14 14:08:47.463 INFO kablam! 14 | Ok(Number(1)) Oct 14 14:08:47.463 INFO kablam! | ^^^^^^ not found in this scope Oct 14 14:08:47.463 INFO kablam! Oct 14 14:08:47.463 INFO kablam! error[E0425]: cannot find function `Number` in this scope Oct 14 14:08:47.463 INFO kablam! --> tests/integration_test.rs:18:12 Oct 14 14:08:47.463 INFO kablam! | Oct 14 14:08:47.463 INFO kablam! 18 | Ok(Number(2)) Oct 14 14:08:47.463 INFO kablam! | ^^^^^^ not found in this scope Oct 14 14:08:47.463 INFO kablam! Oct 14 14:08:47.463 INFO kablam! error[E0425]: cannot find function `Number` in this scope Oct 14 14:08:47.463 INFO kablam! --> tests/integration_test.rs:30:12 Oct 14 14:08:47.463 INFO kablam! | Oct 14 14:08:47.463 INFO kablam! 30 | Ok(Number(2)) Oct 14 14:08:47.463 INFO kablam! | ^^^^^^ not found in this scope Oct 14 14:08:47.463 INFO kablam! Oct 14 14:08:47.463 INFO kablam! error[E0425]: cannot find function `Number` in this scope Oct 14 14:08:47.463 INFO kablam! --> tests/integration_test.rs:39:12 Oct 14 14:08:47.463 INFO kablam! | Oct 14 14:08:47.463 INFO kablam! 39 | Ok(Number(1)) Oct 14 14:08:47.463 INFO kablam! | ^^^^^^ not found in this scope Oct 14 14:08:47.468 INFO kablam! Oct 14 14:08:47.468 INFO kablam! error[E0425]: cannot find function `Number` in this scope Oct 14 14:08:47.468 INFO kablam! --> tests/integration_test.rs:48:12 Oct 14 14:08:47.468 INFO kablam! | Oct 14 14:08:47.468 INFO kablam! 48 | Ok(Number(3)) Oct 14 14:08:47.468 INFO kablam! | ^^^^^^ not found in this scope Oct 14 14:08:47.468 INFO kablam! Oct 14 14:08:47.468 INFO kablam! error[E0425]: cannot find function `Number` in this scope Oct 14 14:08:47.468 INFO kablam! --> tests/integration_test.rs:52:12 Oct 14 14:08:47.468 INFO kablam! | Oct 14 14:08:47.468 INFO kablam! 52 | Ok(Number(3)) Oct 14 14:08:47.468 INFO kablam! | ^^^^^^ not found in this scope Oct 14 14:08:47.468 INFO kablam! Oct 14 14:08:47.468 INFO kablam! error[E0425]: cannot find function `Number` in this scope Oct 14 14:08:47.468 INFO kablam! --> tests/integration_test.rs:62:12 Oct 14 14:08:47.468 INFO kablam! | Oct 14 14:08:47.468 INFO kablam! 62 | Ok(Number(6)) Oct 14 14:08:47.468 INFO kablam! | ^^^^^^ not found in this scope Oct 14 14:08:47.468 INFO kablam! Oct 14 14:08:47.468 INFO kablam! error[E0425]: cannot find function `Number` in this scope Oct 14 14:08:47.468 INFO kablam! --> tests/integration_test.rs:71:40 Oct 14 14:08:47.468 INFO kablam! | Oct 14 14:08:47.468 INFO kablam! 71 | assert_eq!(ev.eval_str("a", 0), Ok(Number(1))); Oct 14 14:08:47.468 INFO kablam! | ^^^^^^ not found in this scope Oct 14 14:08:47.468 INFO kablam! Oct 14 14:08:47.468 INFO kablam! error[E0425]: cannot find function `Number` in this scope Oct 14 14:08:47.468 INFO kablam! --> tests/integration_test.rs:73:40 Oct 14 14:08:47.468 INFO kablam! | Oct 14 14:08:47.468 INFO kablam! 73 | assert_eq!(ev.eval_str("a", 0), Ok(Number(2))); Oct 14 14:08:47.468 INFO kablam! | ^^^^^^ not found in this scope Oct 14 14:08:47.468 INFO kablam! Oct 14 14:08:47.468 INFO kablam! error[E0425]: cannot find function `Number` in this scope Oct 14 14:08:47.468 INFO kablam! --> tests/integration_test.rs:75:40 Oct 14 14:08:47.468 INFO kablam! | Oct 14 14:08:47.468 INFO kablam! 75 | assert_eq!(ev.eval_str("a", 0), Ok(Number(3))); Oct 14 14:08:47.468 INFO kablam! | ^^^^^^ not found in this scope Oct 14 14:08:47.468 INFO kablam! Oct 14 14:08:47.468 INFO kablam! error[E0425]: cannot find function `Number` in this scope Oct 14 14:08:47.468 INFO kablam! --> tests/integration_test.rs:84:48 Oct 14 14:08:47.468 INFO kablam! | Oct 14 14:08:47.468 INFO kablam! 84 | assert_eq!(ev.eval_str("(force p)", 0), Ok(Number(2))); Oct 14 14:08:47.468 INFO kablam! | ^^^^^^ not found in this scope Oct 14 14:08:47.468 INFO kablam! Oct 14 14:08:47.468 INFO kablam! error[E0425]: cannot find function `Number` in this scope Oct 14 14:08:47.468 INFO kablam! --> tests/integration_test.rs:86:48 Oct 14 14:08:47.468 INFO kablam! | Oct 14 14:08:47.468 INFO kablam! 86 | assert_eq!(ev.eval_str("(force p)", 0), Ok(Number(2))); Oct 14 14:08:47.468 INFO kablam! | ^^^^^^ not found in this scope Oct 14 14:08:47.468 INFO kablam! Oct 14 14:08:47.468 INFO kablam! error[E0425]: cannot find function `Number` in this scope Oct 14 14:08:47.469 INFO kablam! --> tests/integration_test.rs:96:12 Oct 14 14:08:47.469 INFO kablam! | Oct 14 14:08:47.469 INFO kablam! 96 | Ok(Number(1)) Oct 14 14:08:47.469 INFO kablam! | ^^^^^^ not found in this scope Oct 14 14:08:47.469 INFO kablam! Oct 14 14:08:47.469 INFO kablam! error[E0425]: cannot find function `Number` in this scope Oct 14 14:08:47.469 INFO kablam! --> tests/integration_test.rs:107:12 Oct 14 14:08:47.469 INFO kablam! | Oct 14 14:08:47.469 INFO kablam! 107 | Ok(Number(3)) Oct 14 14:08:47.469 INFO kablam! | ^^^^^^ not found in this scope Oct 14 14:08:47.469 INFO kablam! Oct 14 14:08:47.469 INFO kablam! error[E0425]: cannot find function `Number` in this scope Oct 14 14:08:47.469 INFO kablam! --> tests/integration_test.rs:113:12 Oct 14 14:08:47.469 INFO kablam! | Oct 14 14:08:47.469 INFO kablam! 113 | Ok(Number(1)) Oct 14 14:08:47.469 INFO kablam! | ^^^^^^ not found in this scope Oct 14 14:08:47.469 INFO kablam! Oct 14 14:08:47.469 INFO kablam! error[E0425]: cannot find function `List` in this scope Oct 14 14:08:47.469 INFO kablam! --> tests/integration_test.rs:119:12 Oct 14 14:08:47.469 INFO kablam! | Oct 14 14:08:47.469 INFO kablam! 119 | Ok(List(vec!(Number(2), Number(3)))) Oct 14 14:08:47.469 INFO kablam! | ^^^^ not found in this scope Oct 14 14:08:47.469 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 14 14:08:47.469 INFO kablam! | Oct 14 14:08:47.469 INFO kablam! 3 | use lisp::Expression::List; Oct 14 14:08:47.469 INFO kablam! | Oct 14 14:08:47.469 INFO kablam! Oct 14 14:08:47.469 INFO kablam! error[E0425]: cannot find function `Number` in this scope Oct 14 14:08:47.469 INFO kablam! --> tests/integration_test.rs:119:22 Oct 14 14:08:47.469 INFO kablam! | Oct 14 14:08:47.469 INFO kablam! 119 | Ok(List(vec!(Number(2), Number(3)))) Oct 14 14:08:47.469 INFO kablam! | ^^^^^^ not found in this scope Oct 14 14:08:47.469 INFO kablam! Oct 14 14:08:47.469 INFO kablam! error[E0425]: cannot find function `Number` in this scope Oct 14 14:08:47.469 INFO kablam! --> tests/integration_test.rs:119:33 Oct 14 14:08:47.469 INFO kablam! | Oct 14 14:08:47.469 INFO kablam! 119 | Ok(List(vec!(Number(2), Number(3)))) Oct 14 14:08:47.469 INFO kablam! | ^^^^^^ not found in this scope Oct 14 14:08:47.469 INFO kablam! Oct 14 14:08:47.488 INFO kablam! warning: unused import: `lisp::Datum::*` Oct 14 14:08:47.488 INFO kablam! --> tests/integration_test.rs:4:5 Oct 14 14:08:47.488 INFO kablam! | Oct 14 14:08:47.488 INFO kablam! 4 | use lisp::Datum::*; Oct 14 14:08:47.488 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 14:08:47.488 INFO kablam! | Oct 14 14:08:47.488 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 14:08:47.488 INFO kablam! Oct 14 14:08:47.535 INFO kablam! error: aborting due to 19 previous errors Oct 14 14:08:47.535 INFO kablam! Oct 14 14:08:47.535 INFO kablam! Some errors occurred: E0425, E0432. Oct 14 14:08:47.535 INFO kablam! For more information about an error, try `rustc --explain E0425`. Oct 14 14:08:47.544 INFO kablam! error: Could not compile `lisp`. Oct 14 14:08:47.544 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 14 14:08:47.550 INFO kablam! warning: unused import: `rayon::prelude` Oct 14 14:08:47.550 INFO kablam! --> src/main.rs:16:5 Oct 14 14:08:47.550 INFO kablam! | Oct 14 14:08:47.550 INFO kablam! 16 | use rayon::prelude::*; Oct 14 14:08:47.550 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 14:08:47.551 INFO kablam! | Oct 14 14:08:47.551 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 14:08:47.551 INFO kablam! Oct 14 14:08:48.655 INFO kablam! error[E0308]: mismatched types Oct 14 14:08:48.656 INFO kablam! --> src/symbol_table.rs:38:26 Oct 14 14:08:48.657 INFO kablam! | Oct 14 14:08:48.657 INFO kablam! 38 | assert_eq!(st.insert("foo"), 0); Oct 14 14:08:48.658 INFO kablam! | ^^^^^ expected struct `std::string::String`, found str Oct 14 14:08:48.659 INFO kablam! | Oct 14 14:08:48.659 INFO kablam! = note: expected type `&std::string::String` Oct 14 14:08:48.660 INFO kablam! found type `&'static str` Oct 14 14:08:48.660 INFO kablam! Oct 14 14:08:48.699 INFO kablam! error[E0308]: mismatched types Oct 14 14:08:48.699 INFO kablam! --> src/symbol_table.rs:39:26 Oct 14 14:08:48.699 INFO kablam! | Oct 14 14:08:48.699 INFO kablam! 39 | assert_eq!(st.insert("bar"), 1); Oct 14 14:08:48.699 INFO kablam! | ^^^^^ expected struct `std::string::String`, found str Oct 14 14:08:48.699 INFO kablam! | Oct 14 14:08:48.699 INFO kablam! = note: expected type `&std::string::String` Oct 14 14:08:48.699 INFO kablam! found type `&'static str` Oct 14 14:08:48.699 INFO kablam! Oct 14 14:08:48.746 INFO kablam! error[E0308]: mismatched types Oct 14 14:08:48.746 INFO kablam! --> src/symbol_table.rs:40:26 Oct 14 14:08:48.746 INFO kablam! | Oct 14 14:08:48.746 INFO kablam! 40 | assert_eq!(st.insert("foo"), 0); Oct 14 14:08:48.746 INFO kablam! | ^^^^^ expected struct `std::string::String`, found str Oct 14 14:08:48.746 INFO kablam! | Oct 14 14:08:48.747 INFO kablam! = note: expected type `&std::string::String` Oct 14 14:08:48.747 INFO kablam! found type `&'static str` Oct 14 14:08:48.747 INFO kablam! Oct 14 14:08:49.153 INFO kablam! error: aborting due to 3 previous errors Oct 14 14:08:49.153 INFO kablam! Oct 14 14:08:49.153 INFO kablam! For more information about this error, try `rustc --explain E0308`. Oct 14 14:08:49.164 INFO kablam! error: Could not compile `lisp`. Oct 14 14:08:49.165 INFO kablam! Oct 14 14:08:49.165 INFO kablam! To learn more, run the command again with --verbose. Oct 14 14:08:49.168 INFO kablam! su: No module specific data is present Oct 14 14:08:50.462 INFO running `"docker" "rm" "-f" "2f72fa3c2f1aab905185d5558210f5403cd2cedf7bf231531cb901aa9aca6270"` Oct 14 14:08:50.725 INFO blam! 2f72fa3c2f1aab905185d5558210f5403cd2cedf7bf231531cb901aa9aca6270