Oct 11 22:51:12.915 INFO testing gearley-0.0.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 11 22:51:12.917 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/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 11 22:51:13.274 INFO blam! f720f8f719aedf5aa6984af03b916e157f9f460435b5d70224e605f1d34dfadd Oct 11 22:51:13.276 INFO running `"docker" "start" "-a" "f720f8f719aedf5aa6984af03b916e157f9f460435b5d70224e605f1d34dfadd"` Oct 11 22:51:14.647 INFO kablam! usermod: no changes Oct 11 22:51:14.778 INFO kablam! Compiling bit-vec v0.4.4 Oct 11 22:51:14.785 INFO kablam! Compiling optional v0.0.13 Oct 11 22:51:14.785 INFO kablam! Compiling ref_slice v1.1.1 Oct 11 22:51:15.829 INFO kablam! Compiling bit-matrix v0.2.0 Oct 11 22:51:16.564 INFO kablam! Compiling cfg v0.3.0 Oct 11 22:51:18.273 INFO kablam! Compiling gearley v0.0.1 (/source) Oct 11 22:51:18.736 INFO kablam! warning: type annotations needed Oct 11 22:51:18.736 INFO kablam! --> src/forest/depth_first/cartesian_product.rs:26:41 Oct 11 22:51:18.736 INFO kablam! | Oct 11 22:51:18.736 INFO kablam! 26 | *ptr = &*(*ptr as *const _).offset(1); Oct 11 22:51:18.736 INFO kablam! | ^^^^^^ Oct 11 22:51:18.736 INFO kablam! | Oct 11 22:51:18.736 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 11 22:51:18.736 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 22:51:18.736 INFO kablam! = note: for more information, see issue #46906 Oct 11 22:51:18.736 INFO kablam! Oct 11 22:51:19.337 INFO kablam! warning: variable does not need to be mutable Oct 11 22:51:19.337 INFO kablam! --> src/grammar.rs:652:13 Oct 11 22:51:19.337 INFO kablam! | Oct 11 22:51:19.337 INFO kablam! 652 | let mut slices = self.as_slices_mut(); Oct 11 22:51:19.337 INFO kablam! | ----^^^^^^ Oct 11 22:51:19.337 INFO kablam! | | Oct 11 22:51:19.337 INFO kablam! | help: remove this `mut` Oct 11 22:51:19.337 INFO kablam! | Oct 11 22:51:19.338 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 22:51:19.338 INFO kablam! Oct 11 22:51:19.347 INFO kablam! warning: variable does not need to be mutable Oct 11 22:51:19.347 INFO kablam! --> src/grammar.rs:679:13 Oct 11 22:51:19.347 INFO kablam! | Oct 11 22:51:19.347 INFO kablam! 679 | let mut prediction_matrix = &mut slices.prediction_matrix; Oct 11 22:51:19.347 INFO kablam! | ----^^^^^^^^^^^^^^^^^ Oct 11 22:51:19.347 INFO kablam! | | Oct 11 22:51:19.347 INFO kablam! | help: remove this `mut` Oct 11 22:51:19.347 INFO kablam! Oct 11 22:51:22.674 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.98s Oct 11 22:51:22.684 INFO kablam! su: No module specific data is present Oct 11 22:51:23.593 INFO running `"docker" "rm" "-f" "f720f8f719aedf5aa6984af03b916e157f9f460435b5d70224e605f1d34dfadd"` Oct 11 22:51:23.889 INFO blam! f720f8f719aedf5aa6984af03b916e157f9f460435b5d70224e605f1d34dfadd Oct 11 22:51:23.900 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/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 11 22:51:24.402 INFO blam! 3d8d4acb7cdc783dc7fbb97e6278bf8db2d35b002ab01051be4ba1c4d37f12c0 Oct 11 22:51:24.408 INFO running `"docker" "start" "-a" "3d8d4acb7cdc783dc7fbb97e6278bf8db2d35b002ab01051be4ba1c4d37f12c0"` Oct 11 22:51:26.680 INFO kablam! usermod: no changes Oct 11 22:51:26.768 INFO kablam! Compiling gearley v0.0.1 (/source) Oct 11 22:51:26.984 INFO kablam! warning: unused macro definition Oct 11 22:51:26.984 INFO kablam! --> tests/grammars/ambiguous_arith.rs:55:1 Oct 11 22:51:26.984 INFO kablam! | Oct 11 22:51:26.984 INFO kablam! 55 | / macro_rules! ambiguous_arith_rhs_elem { Oct 11 22:51:26.984 INFO kablam! 56 | | ('+') => (0); Oct 11 22:51:26.984 INFO kablam! 57 | | ('-') => (1); Oct 11 22:51:26.984 INFO kablam! 58 | | ('*') => (2); Oct 11 22:51:26.984 INFO kablam! ... | Oct 11 22:51:26.984 INFO kablam! 70 | | ($e:expr) => ($e); Oct 11 22:51:26.984 INFO kablam! 71 | | } Oct 11 22:51:26.984 INFO kablam! | |_^ Oct 11 22:51:26.987 INFO kablam! | Oct 11 22:51:26.987 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 11 22:51:26.987 INFO kablam! Oct 11 22:51:26.987 INFO kablam! warning: unused macro definition Oct 11 22:51:26.987 INFO kablam! --> tests/grammars/ambiguous_arith.rs:73:1 Oct 11 22:51:26.987 INFO kablam! | Oct 11 22:51:26.987 INFO kablam! 73 | / macro_rules! ambiguous_arith { Oct 11 22:51:26.987 INFO kablam! 74 | | ($($e:tt)+) => ( Oct 11 22:51:26.987 INFO kablam! 75 | | &[$(ambiguous_arith_rhs_elem!($e) + 3,)+] Oct 11 22:51:26.987 INFO kablam! 76 | | ) Oct 11 22:51:26.987 INFO kablam! 77 | | } Oct 11 22:51:26.987 INFO kablam! | |_^ Oct 11 22:51:26.987 INFO kablam! Oct 11 22:51:26.987 INFO kablam! warning: unused macro definition Oct 11 22:51:26.987 INFO kablam! --> tests/grammars/precedenced_arith.rs:50:1 Oct 11 22:51:26.987 INFO kablam! | Oct 11 22:51:26.987 INFO kablam! 50 | / macro_rules! precedenced_arith_rhs_elem { Oct 11 22:51:26.987 INFO kablam! 51 | | ('+') => (0); Oct 11 22:51:26.987 INFO kablam! 52 | | ('-') => (1); Oct 11 22:51:26.987 INFO kablam! 53 | | ('*') => (2); Oct 11 22:51:26.987 INFO kablam! ... | Oct 11 22:51:26.987 INFO kablam! 67 | | ($e:expr) => ($e); Oct 11 22:51:26.987 INFO kablam! 68 | | } Oct 11 22:51:26.987 INFO kablam! | |_^ Oct 11 22:51:26.987 INFO kablam! Oct 11 22:51:26.987 INFO kablam! warning: unused macro definition Oct 11 22:51:26.987 INFO kablam! --> tests/grammars/precedenced_arith.rs:70:1 Oct 11 22:51:26.987 INFO kablam! | Oct 11 22:51:26.987 INFO kablam! 70 | / macro_rules! precedenced_arith { Oct 11 22:51:26.987 INFO kablam! 71 | | ($($e:tt)+) => ( Oct 11 22:51:26.987 INFO kablam! 72 | | &[$(precedenced_arith_rhs_elem!($e) + 4,)+] Oct 11 22:51:26.987 INFO kablam! 73 | | ) Oct 11 22:51:26.987 INFO kablam! 74 | | } Oct 11 22:51:26.987 INFO kablam! | |_^ Oct 11 22:51:26.987 INFO kablam! Oct 11 22:51:27.128 INFO kablam! warning: unused macro definition Oct 11 22:51:27.128 INFO kablam! --> tests/grammars/ambiguous_arith.rs:55:1 Oct 11 22:51:27.128 INFO kablam! | Oct 11 22:51:27.128 INFO kablam! 55 | / macro_rules! ambiguous_arith_rhs_elem { Oct 11 22:51:27.132 INFO kablam! 56 | | ('+') => (0); Oct 11 22:51:27.132 INFO kablam! 57 | | ('-') => (1); Oct 11 22:51:27.132 INFO kablam! 58 | | ('*') => (2); Oct 11 22:51:27.132 INFO kablam! ... | Oct 11 22:51:27.132 INFO kablam! 70 | | ($e:expr) => ($e); Oct 11 22:51:27.132 INFO kablam! 71 | | } Oct 11 22:51:27.132 INFO kablam! | |_^ Oct 11 22:51:27.136 INFO kablam! | Oct 11 22:51:27.137 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 11 22:51:27.137 INFO kablam! Oct 11 22:51:27.137 INFO kablam! warning: unused macro definition Oct 11 22:51:27.137 INFO kablam! --> tests/grammars/ambiguous_arith.rs:73:1 Oct 11 22:51:27.137 INFO kablam! | Oct 11 22:51:27.137 INFO kablam! 73 | / macro_rules! ambiguous_arith { Oct 11 22:51:27.137 INFO kablam! 74 | | ($($e:tt)+) => ( Oct 11 22:51:27.137 INFO kablam! 75 | | &[$(ambiguous_arith_rhs_elem!($e) + 3,)+] Oct 11 22:51:27.137 INFO kablam! 76 | | ) Oct 11 22:51:27.137 INFO kablam! 77 | | } Oct 11 22:51:27.137 INFO kablam! | |_^ Oct 11 22:51:27.137 INFO kablam! Oct 11 22:51:27.137 INFO kablam! warning: unused macro definition Oct 11 22:51:27.137 INFO kablam! --> tests/grammars/precedenced_arith.rs:50:1 Oct 11 22:51:27.137 INFO kablam! | Oct 11 22:51:27.137 INFO kablam! 50 | / macro_rules! precedenced_arith_rhs_elem { Oct 11 22:51:27.137 INFO kablam! 51 | | ('+') => (0); Oct 11 22:51:27.137 INFO kablam! 52 | | ('-') => (1); Oct 11 22:51:27.137 INFO kablam! 53 | | ('*') => (2); Oct 11 22:51:27.137 INFO kablam! ... | Oct 11 22:51:27.137 INFO kablam! 67 | | ($e:expr) => ($e); Oct 11 22:51:27.137 INFO kablam! 68 | | } Oct 11 22:51:27.137 INFO kablam! | |_^ Oct 11 22:51:27.137 INFO kablam! Oct 11 22:51:27.137 INFO kablam! warning: unused macro definition Oct 11 22:51:27.137 INFO kablam! --> tests/grammars/precedenced_arith.rs:70:1 Oct 11 22:51:27.137 INFO kablam! | Oct 11 22:51:27.137 INFO kablam! 70 | / macro_rules! precedenced_arith { Oct 11 22:51:27.137 INFO kablam! 71 | | ($($e:tt)+) => ( Oct 11 22:51:27.137 INFO kablam! 72 | | &[$(precedenced_arith_rhs_elem!($e) + 4,)+] Oct 11 22:51:27.137 INFO kablam! 73 | | ) Oct 11 22:51:27.137 INFO kablam! 74 | | } Oct 11 22:51:27.137 INFO kablam! | |_^ Oct 11 22:51:27.137 INFO kablam! Oct 11 22:51:27.215 INFO kablam! warning: unused macro definition Oct 11 22:51:27.215 INFO kablam! --> tests/grammars/ambiguous_arith.rs:55:1 Oct 11 22:51:27.215 INFO kablam! | Oct 11 22:51:27.215 INFO kablam! 55 | / macro_rules! ambiguous_arith_rhs_elem { Oct 11 22:51:27.215 INFO kablam! 56 | | ('+') => (0); Oct 11 22:51:27.217 INFO kablam! 57 | | ('-') => (1); Oct 11 22:51:27.217 INFO kablam! 58 | | ('*') => (2); Oct 11 22:51:27.217 INFO kablam! ... | Oct 11 22:51:27.217 INFO kablam! 70 | | ($e:expr) => ($e); Oct 11 22:51:27.217 INFO kablam! 71 | | } Oct 11 22:51:27.217 INFO kablam! | |_^ Oct 11 22:51:27.219 INFO kablam! | Oct 11 22:51:27.219 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 11 22:51:27.219 INFO kablam! Oct 11 22:51:27.219 INFO kablam! warning: unused macro definition Oct 11 22:51:27.219 INFO kablam! --> tests/grammars/ambiguous_arith.rs:73:1 Oct 11 22:51:27.219 INFO kablam! | Oct 11 22:51:27.219 INFO kablam! 73 | / macro_rules! ambiguous_arith { Oct 11 22:51:27.219 INFO kablam! 74 | | ($($e:tt)+) => ( Oct 11 22:51:27.221 INFO kablam! 75 | | &[$(ambiguous_arith_rhs_elem!($e) + 3,)+] Oct 11 22:51:27.221 INFO kablam! 76 | | ) Oct 11 22:51:27.221 INFO kablam! 77 | | } Oct 11 22:51:27.221 INFO kablam! | |_^ Oct 11 22:51:27.221 INFO kablam! Oct 11 22:51:27.221 INFO kablam! warning: unused macro definition Oct 11 22:51:27.221 INFO kablam! --> tests/grammars/precedenced_arith.rs:50:1 Oct 11 22:51:27.221 INFO kablam! | Oct 11 22:51:27.221 INFO kablam! 50 | / macro_rules! precedenced_arith_rhs_elem { Oct 11 22:51:27.221 INFO kablam! 51 | | ('+') => (0); Oct 11 22:51:27.221 INFO kablam! 52 | | ('-') => (1); Oct 11 22:51:27.221 INFO kablam! 53 | | ('*') => (2); Oct 11 22:51:27.221 INFO kablam! ... | Oct 11 22:51:27.221 INFO kablam! 67 | | ($e:expr) => ($e); Oct 11 22:51:27.221 INFO kablam! 68 | | } Oct 11 22:51:27.221 INFO kablam! | |_^ Oct 11 22:51:27.221 INFO kablam! Oct 11 22:51:27.221 INFO kablam! warning: unused macro definition Oct 11 22:51:27.221 INFO kablam! --> tests/grammars/precedenced_arith.rs:70:1 Oct 11 22:51:27.221 INFO kablam! | Oct 11 22:51:27.221 INFO kablam! 70 | / macro_rules! precedenced_arith { Oct 11 22:51:27.221 INFO kablam! 71 | | ($($e:tt)+) => ( Oct 11 22:51:27.221 INFO kablam! 72 | | &[$(precedenced_arith_rhs_elem!($e) + 4,)+] Oct 11 22:51:27.221 INFO kablam! 73 | | ) Oct 11 22:51:27.221 INFO kablam! 74 | | } Oct 11 22:51:27.221 INFO kablam! | |_^ Oct 11 22:51:27.223 INFO kablam! Oct 11 22:51:28.659 INFO kablam! warning: type annotations needed Oct 11 22:51:28.659 INFO kablam! --> src/forest/depth_first/cartesian_product.rs:26:41 Oct 11 22:51:28.659 INFO kablam! | Oct 11 22:51:28.659 INFO kablam! 26 | *ptr = &*(*ptr as *const _).offset(1); Oct 11 22:51:28.659 INFO kablam! | ^^^^^^ Oct 11 22:51:28.659 INFO kablam! | Oct 11 22:51:28.659 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 11 22:51:28.659 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 22:51:28.659 INFO kablam! = note: for more information, see issue #46906 Oct 11 22:51:28.659 INFO kablam! Oct 11 22:51:32.184 INFO kablam! warning: variable does not need to be mutable Oct 11 22:51:32.184 INFO kablam! --> src/grammar.rs:652:13 Oct 11 22:51:32.184 INFO kablam! | Oct 11 22:51:32.184 INFO kablam! 652 | let mut slices = self.as_slices_mut(); Oct 11 22:51:32.184 INFO kablam! | ----^^^^^^ Oct 11 22:51:32.184 INFO kablam! | | Oct 11 22:51:32.184 INFO kablam! | help: remove this `mut` Oct 11 22:51:32.184 INFO kablam! | Oct 11 22:51:32.184 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 22:51:32.184 INFO kablam! Oct 11 22:51:32.256 INFO kablam! warning: variable does not need to be mutable Oct 11 22:51:32.256 INFO kablam! --> src/grammar.rs:679:13 Oct 11 22:51:32.256 INFO kablam! | Oct 11 22:51:32.256 INFO kablam! 679 | let mut prediction_matrix = &mut slices.prediction_matrix; Oct 11 22:51:32.256 INFO kablam! | ----^^^^^^^^^^^^^^^^^ Oct 11 22:51:32.256 INFO kablam! | | Oct 11 22:51:32.256 INFO kablam! | help: remove this `mut` Oct 11 22:51:32.256 INFO kablam! Oct 11 22:51:35.149 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.43s Oct 11 22:51:35.161 INFO kablam! su: No module specific data is present Oct 11 22:51:36.042 INFO running `"docker" "rm" "-f" "3d8d4acb7cdc783dc7fbb97e6278bf8db2d35b002ab01051be4ba1c4d37f12c0"` Oct 11 22:51:36.400 INFO blam! 3d8d4acb7cdc783dc7fbb97e6278bf8db2d35b002ab01051be4ba1c4d37f12c0 Oct 11 22:51:36.407 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/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" "-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 11 22:51:36.759 INFO blam! a69fee0ca0ffb9ed0e6cef6ecb0127af76665261aa0356a6bb81874eb3020b88 Oct 11 22:51:36.760 INFO running `"docker" "start" "-a" "a69fee0ca0ffb9ed0e6cef6ecb0127af76665261aa0356a6bb81874eb3020b88"` Oct 11 22:51:38.368 INFO kablam! usermod: no changes Oct 11 22:51:38.444 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 11 22:51:38.444 INFO kablam! Running /target/debug/deps/gearley-197718d21c3d5d36 Oct 11 22:51:38.456 INFO blam! Oct 11 22:51:38.456 INFO blam! running 2 tests Oct 11 22:51:38.456 INFO blam! test forest::depth_first::cartesian_product::test_cartesian_product ... ok Oct 11 22:51:38.456 INFO blam! test events::test_prediction_events ... ok Oct 11 22:51:38.456 INFO blam! Oct 11 22:51:38.456 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 22:51:38.456 INFO blam! Oct 11 22:51:38.456 INFO kablam! Running /target/debug/deps/test_nulling-8cb5cd2ff148086b Oct 11 22:51:38.464 INFO blam! Oct 11 22:51:38.464 INFO blam! running 2 tests Oct 11 22:51:38.464 INFO blam! test test_grammar_with_nulling_intermediate ... ok Oct 11 22:51:38.464 INFO blam! test test_trivial_grammar ... ok Oct 11 22:51:38.464 INFO blam! Oct 11 22:51:38.464 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 22:51:38.464 INFO blam! Oct 11 22:51:38.464 INFO kablam! Running /target/debug/deps/test_recognizer-7bf3eb899c7adf75 Oct 11 22:51:38.470 INFO blam! Oct 11 22:51:38.470 INFO blam! running 2 tests Oct 11 22:51:38.470 INFO blam! test test_recognize_nested ... ok Oct 11 22:51:38.472 INFO blam! test test_recognize_reset ... ok Oct 11 22:51:38.472 INFO blam! Oct 11 22:51:38.472 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 22:51:38.472 INFO blam! Oct 11 22:51:38.472 INFO kablam! Running /target/debug/deps/test_sequence-5c1d9411316df00f Oct 11 22:51:38.474 INFO blam! Oct 11 22:51:38.474 INFO blam! running 1 test Oct 11 22:51:38.480 INFO blam! test test_sequence ... ok Oct 11 22:51:38.480 INFO blam! Oct 11 22:51:38.480 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 22:51:38.480 INFO blam! Oct 11 22:51:38.480 INFO kablam! Running /target/debug/deps/tests-9785a666cf0e35a7 Oct 11 22:51:38.484 INFO blam! Oct 11 22:51:38.484 INFO blam! running 2 tests Oct 11 22:51:38.484 INFO blam! test test_ambiguous_arithmetic ... ok Oct 11 22:51:38.496 INFO kablam! Doc-tests gearley Oct 11 22:51:38.496 INFO blam! test test_precedenced_arith ... ok Oct 11 22:51:38.496 INFO blam! Oct 11 22:51:38.496 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 22:51:38.496 INFO blam! Oct 11 22:51:38.872 INFO blam! Oct 11 22:51:38.872 INFO blam! running 0 tests Oct 11 22:51:38.872 INFO blam! Oct 11 22:51:38.872 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 22:51:38.872 INFO blam! Oct 11 22:51:38.882 INFO kablam! su: No module specific data is present Oct 11 22:51:40.124 INFO running `"docker" "rm" "-f" "a69fee0ca0ffb9ed0e6cef6ecb0127af76665261aa0356a6bb81874eb3020b88"` Oct 11 22:51:40.416 INFO blam! a69fee0ca0ffb9ed0e6cef6ecb0127af76665261aa0356a6bb81874eb3020b88