Oct 16 17:03:57.785 INFO testing bidrag-0.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 17:03:57.785 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 16 17:03:57.988 INFO blam! 6821494a1b060245164a84731961e98a22206274c07235a41468cab679c16165 Oct 16 17:03:57.989 INFO running `"docker" "start" "-a" "6821494a1b060245164a84731961e98a22206274c07235a41468cab679c16165"` Oct 16 17:03:58.499 INFO kablam! usermod: no changes Oct 16 17:03:58.547 INFO kablam! Compiling bidrag v0.1.0 (/source) Oct 16 17:03:59.157 INFO kablam! warning: unused import: `std::sync::mpsc::Receiver` Oct 16 17:03:59.157 INFO kablam! --> src/lib.rs:7:5 Oct 16 17:03:59.157 INFO kablam! | Oct 16 17:03:59.157 INFO kablam! 7 | use std::sync::mpsc::Receiver; Oct 16 17:03:59.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:03:59.157 INFO kablam! | Oct 16 17:03:59.157 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 17:03:59.157 INFO kablam! Oct 16 17:03:59.157 INFO kablam! warning: unused import: `std::ops::Range` Oct 16 17:03:59.157 INFO kablam! --> src/lib.rs:8:5 Oct 16 17:03:59.157 INFO kablam! | Oct 16 17:03:59.157 INFO kablam! 8 | use std::ops::Range; Oct 16 17:03:59.157 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 17:03:59.157 INFO kablam! Oct 16 17:03:59.158 INFO kablam! warning: doc comment not used by rustdoc Oct 16 17:03:59.158 INFO kablam! --> src/lib.rs:50:9 Oct 16 17:03:59.158 INFO kablam! | Oct 16 17:03:59.158 INFO kablam! 50 | /// Even if we can't find a key for it, the show must go on! Oct 16 17:03:59.158 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:03:59.158 INFO kablam! | Oct 16 17:03:59.158 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 16 17:03:59.158 INFO kablam! Oct 16 17:03:59.233 INFO kablam! warning: unreachable pattern Oct 16 17:03:59.234 INFO kablam! --> src/lib.rs:55:13 Oct 16 17:03:59.234 INFO kablam! | Oct 16 17:03:59.234 INFO kablam! 55 | _ => panic!("NOT YET IMPLEMENTED!") Oct 16 17:03:59.234 INFO kablam! | ^ Oct 16 17:03:59.234 INFO kablam! | Oct 16 17:03:59.234 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 16 17:03:59.234 INFO kablam! Oct 16 17:03:59.259 INFO kablam! warning: structure field `keyBindings` should have a snake case name such as `key_bindings` Oct 16 17:03:59.259 INFO kablam! --> src/lib.rs:32:5 Oct 16 17:03:59.260 INFO kablam! | Oct 16 17:03:59.260 INFO kablam! 32 | keyBindings: BTreeMap>, // TODO: Seems like this one could be optimized Oct 16 17:03:59.260 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:03:59.261 INFO kablam! | Oct 16 17:03:59.261 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 16 17:03:59.261 INFO kablam! Oct 16 17:03:59.262 INFO kablam! warning: structure field `mouseButtonBindings` should have a snake case name such as `mouse_button_bindings` Oct 16 17:03:59.262 INFO kablam! --> src/lib.rs:33:5 Oct 16 17:03:59.262 INFO kablam! | Oct 16 17:03:59.263 INFO kablam! 33 | mouseButtonBindings: [Vec; NUM_MOUSE_BUTTONS], Oct 16 17:03:59.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:03:59.263 INFO kablam! Oct 16 17:03:59.263 INFO kablam! warning: structure field `mouseAxisBindings` should have a snake case name such as `mouse_axis_bindings` Oct 16 17:03:59.264 INFO kablam! --> src/lib.rs:34:5 Oct 16 17:03:59.264 INFO kablam! | Oct 16 17:03:59.264 INFO kablam! 34 | mouseAxisBindings: [Vec; 2] Oct 16 17:03:59.265 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:03:59.265 INFO kablam! Oct 16 17:03:59.265 INFO kablam! warning: variable `typeOf` should have a snake case name such as `type_of` Oct 16 17:03:59.266 INFO kablam! --> src/lib.rs:49:28 Oct 16 17:03:59.266 INFO kablam! | Oct 16 17:03:59.266 INFO kablam! 49 | fn get_indicies(&self, typeOf: Binding) -> Option<&Vec> { Oct 16 17:03:59.266 INFO kablam! | ^^^^^^ Oct 16 17:03:59.267 INFO kablam! Oct 16 17:03:59.267 INFO kablam! warning: structure field `prevMousePos` should have a snake case name such as `prev_mouse_pos` Oct 16 17:03:59.267 INFO kablam! --> src/lib.rs:81:5 Oct 16 17:03:59.267 INFO kablam! | Oct 16 17:03:59.268 INFO kablam! 81 | prevMousePos: (f64, f64), Oct 16 17:03:59.268 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:03:59.268 INFO kablam! Oct 16 17:03:59.268 INFO kablam! warning: structure field `mouseSens` should have a snake case name such as `mouse_sens` Oct 16 17:03:59.268 INFO kablam! --> src/lib.rs:82:5 Oct 16 17:03:59.268 INFO kablam! | Oct 16 17:03:59.268 INFO kablam! 82 | mouseSens: (f64, f64), Oct 16 17:03:59.268 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:03:59.268 INFO kablam! Oct 16 17:03:59.268 INFO kablam! warning: structure field `axisNames` should have a snake case name such as `axis_names` Oct 16 17:03:59.268 INFO kablam! --> src/lib.rs:84:5 Oct 16 17:03:59.268 INFO kablam! | Oct 16 17:03:59.268 INFO kablam! 84 | axisNames: HashMap, Oct 16 17:03:59.268 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:03:59.268 INFO kablam! Oct 16 17:03:59.268 INFO kablam! warning: structure field `axisBindings` should have a snake case name such as `axis_bindings` Oct 16 17:03:59.268 INFO kablam! --> src/lib.rs:86:5 Oct 16 17:03:59.268 INFO kablam! | Oct 16 17:03:59.268 INFO kablam! 86 | axisBindings: BindingTree, Oct 16 17:03:59.268 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:03:59.268 INFO kablam! Oct 16 17:03:59.269 INFO kablam! warning: variable `mouseSens` should have a snake case name such as `mouse_sens` Oct 16 17:03:59.269 INFO kablam! --> src/lib.rs:97:16 Oct 16 17:03:59.269 INFO kablam! | Oct 16 17:03:59.269 INFO kablam! 97 | pub fn new(mouseSens: (f64, f64)) -> InputSubsystem { Oct 16 17:03:59.269 INFO kablam! | ^^^^^^^^^ Oct 16 17:03:59.269 INFO kablam! Oct 16 17:03:59.269 INFO kablam! warning: variable `newVal` should have a snake case name such as `new_val` Oct 16 17:03:59.269 INFO kablam! --> src/lib.rs:126:17 Oct 16 17:03:59.269 INFO kablam! | Oct 16 17:03:59.269 INFO kablam! 126 | let newVal = (axes.0 - self.prevMousePos.0) * self.mouseSens.1; Oct 16 17:03:59.269 INFO kablam! | ^^^^^^ Oct 16 17:03:59.269 INFO kablam! Oct 16 17:03:59.269 INFO kablam! warning: variable `newVal` should have a snake case name such as `new_val` Oct 16 17:03:59.269 INFO kablam! --> src/lib.rs:133:17 Oct 16 17:03:59.269 INFO kablam! | Oct 16 17:03:59.269 INFO kablam! 133 | let newVal = (axes.1 - self.prevMousePos.1) * self.mouseSens.1; Oct 16 17:03:59.269 INFO kablam! | ^^^^^^ Oct 16 17:03:59.269 INFO kablam! Oct 16 17:03:59.269 INFO kablam! warning: variable `boundTo` should have a snake case name such as `bound_to` Oct 16 17:03:59.269 INFO kablam! --> src/lib.rs:154:49 Oct 16 17:03:59.269 INFO kablam! | Oct 16 17:03:59.269 INFO kablam! 154 | pub fn add_binding(&mut self, name: String, boundTo: Binding)-> usize { Oct 16 17:03:59.269 INFO kablam! | ^^^^^^^ Oct 16 17:03:59.269 INFO kablam! Oct 16 17:03:59.838 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.32s Oct 16 17:03:59.841 INFO kablam! su: No module specific data is present Oct 16 17:04:00.119 INFO running `"docker" "rm" "-f" "6821494a1b060245164a84731961e98a22206274c07235a41468cab679c16165"` Oct 16 17:04:00.299 INFO blam! 6821494a1b060245164a84731961e98a22206274c07235a41468cab679c16165 Oct 16 17:04:00.301 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 16 17:04:00.617 INFO blam! dd9f8f7fbfcae8be422c27d0b8663ff2eddd2b165f81fdc4beed94c5b086c395 Oct 16 17:04:00.619 INFO running `"docker" "start" "-a" "dd9f8f7fbfcae8be422c27d0b8663ff2eddd2b165f81fdc4beed94c5b086c395"` Oct 16 17:04:01.703 INFO kablam! usermod: no changes Oct 16 17:04:01.795 INFO kablam! Compiling bidrag v0.1.0 (/source) Oct 16 17:04:02.619 INFO kablam! warning: unused import: `std::sync::mpsc::Receiver` Oct 16 17:04:02.619 INFO kablam! --> src/lib.rs:7:5 Oct 16 17:04:02.619 INFO kablam! | Oct 16 17:04:02.619 INFO kablam! 7 | use std::sync::mpsc::Receiver; Oct 16 17:04:02.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:04:02.619 INFO kablam! | Oct 16 17:04:02.619 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 17:04:02.619 INFO kablam! Oct 16 17:04:02.619 INFO kablam! warning: unused import: `std::ops::Range` Oct 16 17:04:02.619 INFO kablam! --> src/lib.rs:8:5 Oct 16 17:04:02.619 INFO kablam! | Oct 16 17:04:02.619 INFO kablam! 8 | use std::ops::Range; Oct 16 17:04:02.619 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 17:04:02.619 INFO kablam! Oct 16 17:04:02.619 INFO kablam! warning: doc comment not used by rustdoc Oct 16 17:04:02.619 INFO kablam! --> src/lib.rs:50:9 Oct 16 17:04:02.619 INFO kablam! | Oct 16 17:04:02.619 INFO kablam! 50 | /// Even if we can't find a key for it, the show must go on! Oct 16 17:04:02.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:04:02.619 INFO kablam! | Oct 16 17:04:02.619 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 16 17:04:02.619 INFO kablam! Oct 16 17:04:02.720 INFO kablam! warning: unreachable pattern Oct 16 17:04:02.720 INFO kablam! --> src/lib.rs:55:13 Oct 16 17:04:02.720 INFO kablam! | Oct 16 17:04:02.720 INFO kablam! 55 | _ => panic!("NOT YET IMPLEMENTED!") Oct 16 17:04:02.720 INFO kablam! | ^ Oct 16 17:04:02.720 INFO kablam! | Oct 16 17:04:02.722 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 16 17:04:02.722 INFO kablam! Oct 16 17:04:02.743 INFO kablam! warning: structure field `keyBindings` should have a snake case name such as `key_bindings` Oct 16 17:04:02.743 INFO kablam! --> src/lib.rs:32:5 Oct 16 17:04:02.743 INFO kablam! | Oct 16 17:04:02.743 INFO kablam! 32 | keyBindings: BTreeMap>, // TODO: Seems like this one could be optimized Oct 16 17:04:02.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:04:02.743 INFO kablam! | Oct 16 17:04:02.743 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 16 17:04:02.743 INFO kablam! Oct 16 17:04:02.743 INFO kablam! warning: structure field `mouseButtonBindings` should have a snake case name such as `mouse_button_bindings` Oct 16 17:04:02.743 INFO kablam! --> src/lib.rs:33:5 Oct 16 17:04:02.743 INFO kablam! | Oct 16 17:04:02.743 INFO kablam! 33 | mouseButtonBindings: [Vec; NUM_MOUSE_BUTTONS], Oct 16 17:04:02.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:04:02.743 INFO kablam! Oct 16 17:04:02.743 INFO kablam! warning: structure field `mouseAxisBindings` should have a snake case name such as `mouse_axis_bindings` Oct 16 17:04:02.743 INFO kablam! --> src/lib.rs:34:5 Oct 16 17:04:02.743 INFO kablam! | Oct 16 17:04:02.743 INFO kablam! 34 | mouseAxisBindings: [Vec; 2] Oct 16 17:04:02.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:04:02.743 INFO kablam! Oct 16 17:04:02.743 INFO kablam! warning: variable `typeOf` should have a snake case name such as `type_of` Oct 16 17:04:02.743 INFO kablam! --> src/lib.rs:49:28 Oct 16 17:04:02.743 INFO kablam! | Oct 16 17:04:02.743 INFO kablam! 49 | fn get_indicies(&self, typeOf: Binding) -> Option<&Vec> { Oct 16 17:04:02.743 INFO kablam! | ^^^^^^ Oct 16 17:04:02.743 INFO kablam! Oct 16 17:04:02.743 INFO kablam! warning: structure field `prevMousePos` should have a snake case name such as `prev_mouse_pos` Oct 16 17:04:02.743 INFO kablam! --> src/lib.rs:81:5 Oct 16 17:04:02.743 INFO kablam! | Oct 16 17:04:02.743 INFO kablam! 81 | prevMousePos: (f64, f64), Oct 16 17:04:02.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:04:02.743 INFO kablam! Oct 16 17:04:02.743 INFO kablam! warning: structure field `mouseSens` should have a snake case name such as `mouse_sens` Oct 16 17:04:02.743 INFO kablam! --> src/lib.rs:82:5 Oct 16 17:04:02.743 INFO kablam! | Oct 16 17:04:02.743 INFO kablam! 82 | mouseSens: (f64, f64), Oct 16 17:04:02.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:04:02.743 INFO kablam! Oct 16 17:04:02.743 INFO kablam! warning: structure field `axisNames` should have a snake case name such as `axis_names` Oct 16 17:04:02.743 INFO kablam! --> src/lib.rs:84:5 Oct 16 17:04:02.743 INFO kablam! | Oct 16 17:04:02.743 INFO kablam! 84 | axisNames: HashMap, Oct 16 17:04:02.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:04:02.743 INFO kablam! Oct 16 17:04:02.743 INFO kablam! warning: structure field `axisBindings` should have a snake case name such as `axis_bindings` Oct 16 17:04:02.743 INFO kablam! --> src/lib.rs:86:5 Oct 16 17:04:02.743 INFO kablam! | Oct 16 17:04:02.743 INFO kablam! 86 | axisBindings: BindingTree, Oct 16 17:04:02.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:04:02.744 INFO kablam! Oct 16 17:04:02.746 INFO kablam! warning: variable `mouseSens` should have a snake case name such as `mouse_sens` Oct 16 17:04:02.746 INFO kablam! --> src/lib.rs:97:16 Oct 16 17:04:02.746 INFO kablam! | Oct 16 17:04:02.746 INFO kablam! 97 | pub fn new(mouseSens: (f64, f64)) -> InputSubsystem { Oct 16 17:04:02.746 INFO kablam! | ^^^^^^^^^ Oct 16 17:04:02.746 INFO kablam! Oct 16 17:04:02.746 INFO kablam! warning: variable `newVal` should have a snake case name such as `new_val` Oct 16 17:04:02.746 INFO kablam! --> src/lib.rs:126:17 Oct 16 17:04:02.746 INFO kablam! | Oct 16 17:04:02.746 INFO kablam! 126 | let newVal = (axes.0 - self.prevMousePos.0) * self.mouseSens.1; Oct 16 17:04:02.746 INFO kablam! | ^^^^^^ Oct 16 17:04:02.746 INFO kablam! Oct 16 17:04:02.746 INFO kablam! warning: variable `newVal` should have a snake case name such as `new_val` Oct 16 17:04:02.746 INFO kablam! --> src/lib.rs:133:17 Oct 16 17:04:02.746 INFO kablam! | Oct 16 17:04:02.746 INFO kablam! 133 | let newVal = (axes.1 - self.prevMousePos.1) * self.mouseSens.1; Oct 16 17:04:02.746 INFO kablam! | ^^^^^^ Oct 16 17:04:02.746 INFO kablam! Oct 16 17:04:02.746 INFO kablam! warning: variable `boundTo` should have a snake case name such as `bound_to` Oct 16 17:04:02.746 INFO kablam! --> src/lib.rs:154:49 Oct 16 17:04:02.746 INFO kablam! | Oct 16 17:04:02.746 INFO kablam! 154 | pub fn add_binding(&mut self, name: String, boundTo: Binding)-> usize { Oct 16 17:04:02.746 INFO kablam! | ^^^^^^^ Oct 16 17:04:02.746 INFO kablam! Oct 16 17:04:03.173 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.42s Oct 16 17:04:03.176 INFO kablam! su: No module specific data is present Oct 16 17:04:03.839 INFO running `"docker" "rm" "-f" "dd9f8f7fbfcae8be422c27d0b8663ff2eddd2b165f81fdc4beed94c5b086c395"` Oct 16 17:04:04.070 INFO blam! dd9f8f7fbfcae8be422c27d0b8663ff2eddd2b165f81fdc4beed94c5b086c395 Oct 16 17:04:04.083 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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" "-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 17:04:04.450 INFO blam! 213a552aef716a538348cbb3e2dfb79fc40c07f7c8b701b2b6159a004141652f Oct 16 17:04:04.455 INFO running `"docker" "start" "-a" "213a552aef716a538348cbb3e2dfb79fc40c07f7c8b701b2b6159a004141652f"` Oct 16 17:04:05.471 INFO kablam! usermod: no changes Oct 16 17:04:05.539 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 16 17:04:05.539 INFO kablam! Running /target/debug/deps/bidrag-35962d8d4113704c Oct 16 17:04:05.539 INFO blam! Oct 16 17:04:05.539 INFO blam! running 0 tests Oct 16 17:04:05.539 INFO blam! Oct 16 17:04:05.539 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:04:05.539 INFO blam! Oct 16 17:04:05.539 INFO kablam! Doc-tests bidrag Oct 16 17:04:06.735 INFO blam! Oct 16 17:04:06.735 INFO blam! running 0 tests Oct 16 17:04:06.735 INFO blam! Oct 16 17:04:06.735 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:04:06.735 INFO blam! Oct 16 17:04:06.747 INFO kablam! su: No module specific data is present Oct 16 17:04:07.670 INFO running `"docker" "rm" "-f" "213a552aef716a538348cbb3e2dfb79fc40c07f7c8b701b2b6159a004141652f"` Oct 16 17:04:07.983 INFO blam! 213a552aef716a538348cbb3e2dfb79fc40c07f7c8b701b2b6159a004141652f