Oct 12 05:11:40.506 INFO testing bidrag-0.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 12 05:11:40.506 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 12 05:11:40.753 INFO blam! 7c2120b55a8e7d2505b71f8f5439ddc2a4370af6e2cabadeb4dc5f58cc3ee361 Oct 12 05:11:40.757 INFO running `"docker" "start" "-a" "7c2120b55a8e7d2505b71f8f5439ddc2a4370af6e2cabadeb4dc5f58cc3ee361"` Oct 12 05:11:41.296 INFO kablam! usermod: no changes Oct 12 05:11:41.318 INFO kablam! Compiling bidrag v0.1.0 (/source) Oct 12 05:11:41.472 INFO kablam! warning: unused import: `std::sync::mpsc::Receiver` Oct 12 05:11:41.472 INFO kablam! --> src/lib.rs:7:5 Oct 12 05:11:41.472 INFO kablam! | Oct 12 05:11:41.472 INFO kablam! 7 | use std::sync::mpsc::Receiver; Oct 12 05:11:41.472 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:11:41.472 INFO kablam! | Oct 12 05:11:41.472 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 05:11:41.472 INFO kablam! Oct 12 05:11:41.472 INFO kablam! warning: unused import: `std::ops::Range` Oct 12 05:11:41.472 INFO kablam! --> src/lib.rs:8:5 Oct 12 05:11:41.472 INFO kablam! | Oct 12 05:11:41.472 INFO kablam! 8 | use std::ops::Range; Oct 12 05:11:41.472 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 05:11:41.472 INFO kablam! Oct 12 05:11:41.476 INFO kablam! warning: doc comment not used by rustdoc Oct 12 05:11:41.476 INFO kablam! --> src/lib.rs:50:9 Oct 12 05:11:41.476 INFO kablam! | Oct 12 05:11:41.476 INFO kablam! 50 | /// Even if we can't find a key for it, the show must go on! Oct 12 05:11:41.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:11:41.476 INFO kablam! | Oct 12 05:11:41.476 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 12 05:11:41.476 INFO kablam! Oct 12 05:11:41.570 INFO kablam! warning: unreachable pattern Oct 12 05:11:41.570 INFO kablam! --> src/lib.rs:55:13 Oct 12 05:11:41.570 INFO kablam! | Oct 12 05:11:41.570 INFO kablam! 55 | _ => panic!("NOT YET IMPLEMENTED!") Oct 12 05:11:41.570 INFO kablam! | ^ Oct 12 05:11:41.570 INFO kablam! | Oct 12 05:11:41.570 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 12 05:11:41.570 INFO kablam! Oct 12 05:11:41.588 INFO kablam! warning: structure field `keyBindings` should have a snake case name such as `key_bindings` Oct 12 05:11:41.589 INFO kablam! --> src/lib.rs:32:5 Oct 12 05:11:41.589 INFO kablam! | Oct 12 05:11:41.589 INFO kablam! 32 | keyBindings: BTreeMap>, // TODO: Seems like this one could be optimized Oct 12 05:11:41.589 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:11:41.589 INFO kablam! | Oct 12 05:11:41.589 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 05:11:41.589 INFO kablam! Oct 12 05:11:41.589 INFO kablam! warning: structure field `mouseButtonBindings` should have a snake case name such as `mouse_button_bindings` Oct 12 05:11:41.589 INFO kablam! --> src/lib.rs:33:5 Oct 12 05:11:41.589 INFO kablam! | Oct 12 05:11:41.589 INFO kablam! 33 | mouseButtonBindings: [Vec; NUM_MOUSE_BUTTONS], Oct 12 05:11:41.589 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:11:41.589 INFO kablam! Oct 12 05:11:41.593 INFO kablam! warning: structure field `mouseAxisBindings` should have a snake case name such as `mouse_axis_bindings` Oct 12 05:11:41.593 INFO kablam! --> src/lib.rs:34:5 Oct 12 05:11:41.593 INFO kablam! | Oct 12 05:11:41.593 INFO kablam! 34 | mouseAxisBindings: [Vec; 2] Oct 12 05:11:41.593 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:11:41.594 INFO kablam! Oct 12 05:11:41.594 INFO kablam! warning: variable `typeOf` should have a snake case name such as `type_of` Oct 12 05:11:41.594 INFO kablam! --> src/lib.rs:49:28 Oct 12 05:11:41.594 INFO kablam! | Oct 12 05:11:41.594 INFO kablam! 49 | fn get_indicies(&self, typeOf: Binding) -> Option<&Vec> { Oct 12 05:11:41.595 INFO kablam! | ^^^^^^ Oct 12 05:11:41.595 INFO kablam! Oct 12 05:11:41.595 INFO kablam! warning: structure field `prevMousePos` should have a snake case name such as `prev_mouse_pos` Oct 12 05:11:41.595 INFO kablam! --> src/lib.rs:81:5 Oct 12 05:11:41.595 INFO kablam! | Oct 12 05:11:41.595 INFO kablam! 81 | prevMousePos: (f64, f64), Oct 12 05:11:41.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:11:41.596 INFO kablam! Oct 12 05:11:41.596 INFO kablam! warning: structure field `mouseSens` should have a snake case name such as `mouse_sens` Oct 12 05:11:41.596 INFO kablam! --> src/lib.rs:82:5 Oct 12 05:11:41.596 INFO kablam! | Oct 12 05:11:41.596 INFO kablam! 82 | mouseSens: (f64, f64), Oct 12 05:11:41.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:11:41.597 INFO kablam! Oct 12 05:11:41.597 INFO kablam! warning: structure field `axisNames` should have a snake case name such as `axis_names` Oct 12 05:11:41.597 INFO kablam! --> src/lib.rs:84:5 Oct 12 05:11:41.597 INFO kablam! | Oct 12 05:11:41.597 INFO kablam! 84 | axisNames: HashMap, Oct 12 05:11:41.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:11:41.598 INFO kablam! Oct 12 05:11:41.598 INFO kablam! warning: structure field `axisBindings` should have a snake case name such as `axis_bindings` Oct 12 05:11:41.598 INFO kablam! --> src/lib.rs:86:5 Oct 12 05:11:41.598 INFO kablam! | Oct 12 05:11:41.598 INFO kablam! 86 | axisBindings: BindingTree, Oct 12 05:11:41.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:11:41.598 INFO kablam! Oct 12 05:11:41.599 INFO kablam! warning: variable `mouseSens` should have a snake case name such as `mouse_sens` Oct 12 05:11:41.599 INFO kablam! --> src/lib.rs:97:16 Oct 12 05:11:41.599 INFO kablam! | Oct 12 05:11:41.599 INFO kablam! 97 | pub fn new(mouseSens: (f64, f64)) -> InputSubsystem { Oct 12 05:11:41.599 INFO kablam! | ^^^^^^^^^ Oct 12 05:11:41.599 INFO kablam! Oct 12 05:11:41.599 INFO kablam! warning: variable `newVal` should have a snake case name such as `new_val` Oct 12 05:11:41.599 INFO kablam! --> src/lib.rs:126:17 Oct 12 05:11:41.600 INFO kablam! | Oct 12 05:11:41.600 INFO kablam! 126 | let newVal = (axes.0 - self.prevMousePos.0) * self.mouseSens.1; Oct 12 05:11:41.600 INFO kablam! | ^^^^^^ Oct 12 05:11:41.600 INFO kablam! Oct 12 05:11:41.600 INFO kablam! warning: variable `newVal` should have a snake case name such as `new_val` Oct 12 05:11:41.600 INFO kablam! --> src/lib.rs:133:17 Oct 12 05:11:41.600 INFO kablam! | Oct 12 05:11:41.601 INFO kablam! 133 | let newVal = (axes.1 - self.prevMousePos.1) * self.mouseSens.1; Oct 12 05:11:41.601 INFO kablam! | ^^^^^^ Oct 12 05:11:41.601 INFO kablam! Oct 12 05:11:41.601 INFO kablam! warning: variable `boundTo` should have a snake case name such as `bound_to` Oct 12 05:11:41.601 INFO kablam! --> src/lib.rs:154:49 Oct 12 05:11:41.601 INFO kablam! | Oct 12 05:11:41.601 INFO kablam! 154 | pub fn add_binding(&mut self, name: String, boundTo: Binding)-> usize { Oct 12 05:11:41.601 INFO kablam! | ^^^^^^^ Oct 12 05:11:41.602 INFO kablam! Oct 12 05:11:42.097 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.79s Oct 12 05:11:42.098 INFO kablam! su: No module specific data is present Oct 12 05:11:42.458 INFO running `"docker" "rm" "-f" "7c2120b55a8e7d2505b71f8f5439ddc2a4370af6e2cabadeb4dc5f58cc3ee361"` Oct 12 05:11:42.592 INFO blam! 7c2120b55a8e7d2505b71f8f5439ddc2a4370af6e2cabadeb4dc5f58cc3ee361 Oct 12 05:11:42.595 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 12 05:11:42.809 INFO blam! 18e6e627785ce532671859226f8b309c37fbb429830ed8af76afcaebeac1abfa Oct 12 05:11:42.814 INFO running `"docker" "start" "-a" "18e6e627785ce532671859226f8b309c37fbb429830ed8af76afcaebeac1abfa"` Oct 12 05:11:43.456 INFO kablam! usermod: no changes Oct 12 05:11:43.524 INFO kablam! Compiling bidrag v0.1.0 (/source) Oct 12 05:11:43.700 INFO kablam! warning: unused import: `std::sync::mpsc::Receiver` Oct 12 05:11:43.700 INFO kablam! --> src/lib.rs:7:5 Oct 12 05:11:43.700 INFO kablam! | Oct 12 05:11:43.700 INFO kablam! 7 | use std::sync::mpsc::Receiver; Oct 12 05:11:43.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:11:43.700 INFO kablam! | Oct 12 05:11:43.700 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 05:11:43.700 INFO kablam! Oct 12 05:11:43.700 INFO kablam! warning: unused import: `std::ops::Range` Oct 12 05:11:43.700 INFO kablam! --> src/lib.rs:8:5 Oct 12 05:11:43.700 INFO kablam! | Oct 12 05:11:43.700 INFO kablam! 8 | use std::ops::Range; Oct 12 05:11:43.700 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 05:11:43.700 INFO kablam! Oct 12 05:11:43.700 INFO kablam! warning: doc comment not used by rustdoc Oct 12 05:11:43.700 INFO kablam! --> src/lib.rs:50:9 Oct 12 05:11:43.700 INFO kablam! | Oct 12 05:11:43.700 INFO kablam! 50 | /// Even if we can't find a key for it, the show must go on! Oct 12 05:11:43.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:11:43.700 INFO kablam! | Oct 12 05:11:43.700 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 12 05:11:43.700 INFO kablam! Oct 12 05:11:43.780 INFO kablam! warning: unreachable pattern Oct 12 05:11:43.780 INFO kablam! --> src/lib.rs:55:13 Oct 12 05:11:43.780 INFO kablam! | Oct 12 05:11:43.780 INFO kablam! 55 | _ => panic!("NOT YET IMPLEMENTED!") Oct 12 05:11:43.780 INFO kablam! | ^ Oct 12 05:11:43.780 INFO kablam! | Oct 12 05:11:43.780 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 12 05:11:43.780 INFO kablam! Oct 12 05:11:43.792 INFO kablam! warning: structure field `keyBindings` should have a snake case name such as `key_bindings` Oct 12 05:11:43.792 INFO kablam! --> src/lib.rs:32:5 Oct 12 05:11:43.792 INFO kablam! | Oct 12 05:11:43.792 INFO kablam! 32 | keyBindings: BTreeMap>, // TODO: Seems like this one could be optimized Oct 12 05:11:43.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:11:43.792 INFO kablam! | Oct 12 05:11:43.792 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 05:11:43.792 INFO kablam! Oct 12 05:11:43.792 INFO kablam! warning: structure field `mouseButtonBindings` should have a snake case name such as `mouse_button_bindings` Oct 12 05:11:43.792 INFO kablam! --> src/lib.rs:33:5 Oct 12 05:11:43.792 INFO kablam! | Oct 12 05:11:43.792 INFO kablam! 33 | mouseButtonBindings: [Vec; NUM_MOUSE_BUTTONS], Oct 12 05:11:43.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:11:43.792 INFO kablam! Oct 12 05:11:43.792 INFO kablam! warning: structure field `mouseAxisBindings` should have a snake case name such as `mouse_axis_bindings` Oct 12 05:11:43.792 INFO kablam! --> src/lib.rs:34:5 Oct 12 05:11:43.792 INFO kablam! | Oct 12 05:11:43.792 INFO kablam! 34 | mouseAxisBindings: [Vec; 2] Oct 12 05:11:43.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:11:43.792 INFO kablam! Oct 12 05:11:43.792 INFO kablam! warning: variable `typeOf` should have a snake case name such as `type_of` Oct 12 05:11:43.792 INFO kablam! --> src/lib.rs:49:28 Oct 12 05:11:43.792 INFO kablam! | Oct 12 05:11:43.792 INFO kablam! 49 | fn get_indicies(&self, typeOf: Binding) -> Option<&Vec> { Oct 12 05:11:43.792 INFO kablam! | ^^^^^^ Oct 12 05:11:43.792 INFO kablam! Oct 12 05:11:43.792 INFO kablam! warning: structure field `prevMousePos` should have a snake case name such as `prev_mouse_pos` Oct 12 05:11:43.792 INFO kablam! --> src/lib.rs:81:5 Oct 12 05:11:43.792 INFO kablam! | Oct 12 05:11:43.792 INFO kablam! 81 | prevMousePos: (f64, f64), Oct 12 05:11:43.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:11:43.792 INFO kablam! Oct 12 05:11:43.792 INFO kablam! warning: structure field `mouseSens` should have a snake case name such as `mouse_sens` Oct 12 05:11:43.792 INFO kablam! --> src/lib.rs:82:5 Oct 12 05:11:43.792 INFO kablam! | Oct 12 05:11:43.792 INFO kablam! 82 | mouseSens: (f64, f64), Oct 12 05:11:43.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:11:43.792 INFO kablam! Oct 12 05:11:43.792 INFO kablam! warning: structure field `axisNames` should have a snake case name such as `axis_names` Oct 12 05:11:43.792 INFO kablam! --> src/lib.rs:84:5 Oct 12 05:11:43.792 INFO kablam! | Oct 12 05:11:43.792 INFO kablam! 84 | axisNames: HashMap, Oct 12 05:11:43.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:11:43.792 INFO kablam! Oct 12 05:11:43.792 INFO kablam! warning: structure field `axisBindings` should have a snake case name such as `axis_bindings` Oct 12 05:11:43.792 INFO kablam! --> src/lib.rs:86:5 Oct 12 05:11:43.792 INFO kablam! | Oct 12 05:11:43.792 INFO kablam! 86 | axisBindings: BindingTree, Oct 12 05:11:43.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:11:43.792 INFO kablam! Oct 12 05:11:43.793 INFO kablam! warning: variable `mouseSens` should have a snake case name such as `mouse_sens` Oct 12 05:11:43.793 INFO kablam! --> src/lib.rs:97:16 Oct 12 05:11:43.793 INFO kablam! | Oct 12 05:11:43.793 INFO kablam! 97 | pub fn new(mouseSens: (f64, f64)) -> InputSubsystem { Oct 12 05:11:43.793 INFO kablam! | ^^^^^^^^^ Oct 12 05:11:43.793 INFO kablam! Oct 12 05:11:43.793 INFO kablam! warning: variable `newVal` should have a snake case name such as `new_val` Oct 12 05:11:43.793 INFO kablam! --> src/lib.rs:126:17 Oct 12 05:11:43.793 INFO kablam! | Oct 12 05:11:43.793 INFO kablam! 126 | let newVal = (axes.0 - self.prevMousePos.0) * self.mouseSens.1; Oct 12 05:11:43.793 INFO kablam! | ^^^^^^ Oct 12 05:11:43.793 INFO kablam! Oct 12 05:11:43.793 INFO kablam! warning: variable `newVal` should have a snake case name such as `new_val` Oct 12 05:11:43.793 INFO kablam! --> src/lib.rs:133:17 Oct 12 05:11:43.800 INFO kablam! | Oct 12 05:11:43.800 INFO kablam! 133 | let newVal = (axes.1 - self.prevMousePos.1) * self.mouseSens.1; Oct 12 05:11:43.800 INFO kablam! | ^^^^^^ Oct 12 05:11:43.800 INFO kablam! Oct 12 05:11:43.800 INFO kablam! warning: variable `boundTo` should have a snake case name such as `bound_to` Oct 12 05:11:43.800 INFO kablam! --> src/lib.rs:154:49 Oct 12 05:11:43.800 INFO kablam! | Oct 12 05:11:43.800 INFO kablam! 154 | pub fn add_binding(&mut self, name: String, boundTo: Binding)-> usize { Oct 12 05:11:43.800 INFO kablam! | ^^^^^^^ Oct 12 05:11:43.800 INFO kablam! Oct 12 05:11:44.295 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.82s Oct 12 05:11:44.297 INFO kablam! su: No module specific data is present Oct 12 05:11:44.638 INFO running `"docker" "rm" "-f" "18e6e627785ce532671859226f8b309c37fbb429830ed8af76afcaebeac1abfa"` Oct 12 05:11:44.920 INFO blam! 18e6e627785ce532671859226f8b309c37fbb429830ed8af76afcaebeac1abfa Oct 12 05:11:44.924 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 12 05:11:45.304 INFO blam! 02ca19475dc8bb10a10a3f2e018b8b37471b4670d5c61d5bb91fba8d55ce4e17 Oct 12 05:11:45.309 INFO running `"docker" "start" "-a" "02ca19475dc8bb10a10a3f2e018b8b37471b4670d5c61d5bb91fba8d55ce4e17"` Oct 12 05:11:46.836 INFO kablam! usermod: no changes Oct 12 05:11:46.900 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 12 05:11:46.900 INFO blam! Oct 12 05:11:46.900 INFO kablam! Running /target/debug/deps/bidrag-35962d8d4113704c Oct 12 05:11:46.900 INFO blam! running 0 tests Oct 12 05:11:46.900 INFO kablam! Doc-tests bidrag Oct 12 05:11:46.900 INFO blam! Oct 12 05:11:46.900 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 05:11:46.900 INFO blam! Oct 12 05:11:47.179 INFO blam! Oct 12 05:11:47.179 INFO blam! running 0 tests Oct 12 05:11:47.179 INFO blam! Oct 12 05:11:47.179 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 05:11:47.179 INFO blam! Oct 12 05:11:47.187 INFO kablam! su: No module specific data is present Oct 12 05:11:47.996 INFO running `"docker" "rm" "-f" "02ca19475dc8bb10a10a3f2e018b8b37471b4670d5c61d5bb91fba8d55ce4e17"` Oct 12 05:11:48.236 INFO blam! 02ca19475dc8bb10a10a3f2e018b8b37471b4670d5c61d5bb91fba8d55ce4e17