Oct 12 05:11:41.489 INFO testing bidrag-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 05:11:41.489 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/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 12 05:11:41.841 INFO blam! ff2b5866b6a452186cec7c1c4d195560fb2f7aa1268c1913ce17d970f5e8720b Oct 12 05:11:41.843 INFO running `"docker" "start" "-a" "ff2b5866b6a452186cec7c1c4d195560fb2f7aa1268c1913ce17d970f5e8720b"` Oct 12 05:11:42.567 INFO kablam! usermod: no changes Oct 12 05:11:42.597 INFO kablam! Compiling bidrag v0.1.0 (/source) Oct 12 05:11:43.400 INFO kablam! warning: unused import: `std::sync::mpsc::Receiver` Oct 12 05:11:43.400 INFO kablam! --> src/lib.rs:7:5 Oct 12 05:11:43.400 INFO kablam! | Oct 12 05:11:43.400 INFO kablam! 7 | use std::sync::mpsc::Receiver; Oct 12 05:11:43.400 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:11:43.400 INFO kablam! | Oct 12 05:11:43.400 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 05:11:43.400 INFO kablam! Oct 12 05:11:43.400 INFO kablam! warning: unused import: `std::ops::Range` Oct 12 05:11:43.400 INFO kablam! --> src/lib.rs:8:5 Oct 12 05:11:43.400 INFO kablam! | Oct 12 05:11:43.400 INFO kablam! 8 | use std::ops::Range; Oct 12 05:11:43.400 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 05:11:43.400 INFO kablam! Oct 12 05:11:43.400 INFO kablam! warning: doc comment not used by rustdoc Oct 12 05:11:43.400 INFO kablam! --> src/lib.rs:50:9 Oct 12 05:11:43.400 INFO kablam! | Oct 12 05:11:43.400 INFO kablam! 50 | /// Even if we can't find a key for it, the show must go on! Oct 12 05:11:43.400 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:11:43.400 INFO kablam! | Oct 12 05:11:43.400 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 12 05:11:43.400 INFO kablam! Oct 12 05:11:43.468 INFO kablam! warning: unreachable pattern Oct 12 05:11:43.468 INFO kablam! --> src/lib.rs:55:13 Oct 12 05:11:43.468 INFO kablam! | Oct 12 05:11:43.468 INFO kablam! 55 | _ => panic!("NOT YET IMPLEMENTED!") Oct 12 05:11:43.468 INFO kablam! | ^ Oct 12 05:11:43.468 INFO kablam! | Oct 12 05:11:43.468 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 12 05:11:43.468 INFO kablam! Oct 12 05:11:43.484 INFO kablam! warning: structure field `keyBindings` should have a snake case name such as `key_bindings` Oct 12 05:11:43.484 INFO kablam! --> src/lib.rs:32:5 Oct 12 05:11:43.484 INFO kablam! | Oct 12 05:11:43.484 INFO kablam! 32 | keyBindings: BTreeMap>, // TODO: Seems like this one could be optimized Oct 12 05:11:43.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:11:43.484 INFO kablam! | Oct 12 05:11:43.484 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 05:11:43.484 INFO kablam! Oct 12 05:11:43.484 INFO kablam! warning: structure field `mouseButtonBindings` should have a snake case name such as `mouse_button_bindings` Oct 12 05:11:43.484 INFO kablam! --> src/lib.rs:33:5 Oct 12 05:11:43.484 INFO kablam! | Oct 12 05:11:43.484 INFO kablam! 33 | mouseButtonBindings: [Vec; NUM_MOUSE_BUTTONS], Oct 12 05:11:43.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:11:43.484 INFO kablam! Oct 12 05:11:43.484 INFO kablam! warning: structure field `mouseAxisBindings` should have a snake case name such as `mouse_axis_bindings` Oct 12 05:11:43.484 INFO kablam! --> src/lib.rs:34:5 Oct 12 05:11:43.484 INFO kablam! | Oct 12 05:11:43.484 INFO kablam! 34 | mouseAxisBindings: [Vec; 2] Oct 12 05:11:43.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:11:43.484 INFO kablam! Oct 12 05:11:43.484 INFO kablam! warning: variable `typeOf` should have a snake case name such as `type_of` Oct 12 05:11:43.484 INFO kablam! --> src/lib.rs:49:28 Oct 12 05:11:43.484 INFO kablam! | Oct 12 05:11:43.484 INFO kablam! 49 | fn get_indicies(&self, typeOf: Binding) -> Option<&Vec> { Oct 12 05:11:43.484 INFO kablam! | ^^^^^^ Oct 12 05:11:43.484 INFO kablam! Oct 12 05:11:43.484 INFO kablam! warning: structure field `prevMousePos` should have a snake case name such as `prev_mouse_pos` Oct 12 05:11:43.484 INFO kablam! --> src/lib.rs:81:5 Oct 12 05:11:43.484 INFO kablam! | Oct 12 05:11:43.484 INFO kablam! 81 | prevMousePos: (f64, f64), Oct 12 05:11:43.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:11:43.484 INFO kablam! Oct 12 05:11:43.484 INFO kablam! warning: structure field `mouseSens` should have a snake case name such as `mouse_sens` Oct 12 05:11:43.484 INFO kablam! --> src/lib.rs:82:5 Oct 12 05:11:43.484 INFO kablam! | Oct 12 05:11:43.484 INFO kablam! 82 | mouseSens: (f64, f64), Oct 12 05:11:43.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:11:43.484 INFO kablam! Oct 12 05:11:43.484 INFO kablam! warning: structure field `axisNames` should have a snake case name such as `axis_names` Oct 12 05:11:43.484 INFO kablam! --> src/lib.rs:84:5 Oct 12 05:11:43.484 INFO kablam! | Oct 12 05:11:43.484 INFO kablam! 84 | axisNames: HashMap, Oct 12 05:11:43.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:11:43.484 INFO kablam! Oct 12 05:11:43.484 INFO kablam! warning: structure field `axisBindings` should have a snake case name such as `axis_bindings` Oct 12 05:11:43.484 INFO kablam! --> src/lib.rs:86:5 Oct 12 05:11:43.484 INFO kablam! | Oct 12 05:11:43.484 INFO kablam! 86 | axisBindings: BindingTree, Oct 12 05:11:43.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:11:43.484 INFO kablam! Oct 12 05:11:43.484 INFO kablam! warning: variable `mouseSens` should have a snake case name such as `mouse_sens` Oct 12 05:11:43.484 INFO kablam! --> src/lib.rs:97:16 Oct 12 05:11:43.484 INFO kablam! | Oct 12 05:11:43.484 INFO kablam! 97 | pub fn new(mouseSens: (f64, f64)) -> InputSubsystem { Oct 12 05:11:43.484 INFO kablam! | ^^^^^^^^^ Oct 12 05:11:43.484 INFO kablam! Oct 12 05:11:43.484 INFO kablam! warning: variable `newVal` should have a snake case name such as `new_val` Oct 12 05:11:43.485 INFO kablam! --> src/lib.rs:126:17 Oct 12 05:11:43.485 INFO kablam! | Oct 12 05:11:43.485 INFO kablam! 126 | let newVal = (axes.0 - self.prevMousePos.0) * self.mouseSens.1; Oct 12 05:11:43.485 INFO kablam! | ^^^^^^ Oct 12 05:11:43.485 INFO kablam! Oct 12 05:11:43.485 INFO kablam! warning: variable `newVal` should have a snake case name such as `new_val` Oct 12 05:11:43.485 INFO kablam! --> src/lib.rs:133:17 Oct 12 05:11:43.485 INFO kablam! | Oct 12 05:11:43.485 INFO kablam! 133 | let newVal = (axes.1 - self.prevMousePos.1) * self.mouseSens.1; Oct 12 05:11:43.485 INFO kablam! | ^^^^^^ Oct 12 05:11:43.485 INFO kablam! Oct 12 05:11:43.485 INFO kablam! warning: variable `boundTo` should have a snake case name such as `bound_to` Oct 12 05:11:43.485 INFO kablam! --> src/lib.rs:154:49 Oct 12 05:11:43.485 INFO kablam! | Oct 12 05:11:43.485 INFO kablam! 154 | pub fn add_binding(&mut self, name: String, boundTo: Binding)-> usize { Oct 12 05:11:43.485 INFO kablam! | ^^^^^^^ Oct 12 05:11:43.485 INFO kablam! Oct 12 05:11:44.295 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.70s Oct 12 05:11:44.295 INFO kablam! su: No module specific data is present Oct 12 05:11:44.630 INFO running `"docker" "rm" "-f" "ff2b5866b6a452186cec7c1c4d195560fb2f7aa1268c1913ce17d970f5e8720b"` Oct 12 05:11:44.782 INFO blam! ff2b5866b6a452186cec7c1c4d195560fb2f7aa1268c1913ce17d970f5e8720b Oct 12 05:11:44.786 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/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 12 05:11:45.250 INFO blam! de6be8a79a7fa76a5ab998a6a86b78bb105b1393c0ad545ac6f6db065244e311 Oct 12 05:11:45.252 INFO running `"docker" "start" "-a" "de6be8a79a7fa76a5ab998a6a86b78bb105b1393c0ad545ac6f6db065244e311"` Oct 12 05:11:46.167 INFO kablam! usermod: no changes Oct 12 05:11:46.212 INFO kablam! Compiling bidrag v0.1.0 (/source) Oct 12 05:11:47.236 INFO kablam! warning: unused import: `std::sync::mpsc::Receiver` Oct 12 05:11:47.236 INFO kablam! --> src/lib.rs:7:5 Oct 12 05:11:47.236 INFO kablam! | Oct 12 05:11:47.236 INFO kablam! 7 | use std::sync::mpsc::Receiver; Oct 12 05:11:47.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:11:47.236 INFO kablam! | Oct 12 05:11:47.236 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 05:11:47.236 INFO kablam! Oct 12 05:11:47.236 INFO kablam! warning: unused import: `std::ops::Range` Oct 12 05:11:47.236 INFO kablam! --> src/lib.rs:8:5 Oct 12 05:11:47.236 INFO kablam! | Oct 12 05:11:47.236 INFO kablam! 8 | use std::ops::Range; Oct 12 05:11:47.236 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 05:11:47.236 INFO kablam! Oct 12 05:11:47.236 INFO kablam! warning: doc comment not used by rustdoc Oct 12 05:11:47.236 INFO kablam! --> src/lib.rs:50:9 Oct 12 05:11:47.236 INFO kablam! | Oct 12 05:11:47.236 INFO kablam! 50 | /// Even if we can't find a key for it, the show must go on! Oct 12 05:11:47.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:11:47.236 INFO kablam! | Oct 12 05:11:47.236 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 12 05:11:47.236 INFO kablam! Oct 12 05:11:47.328 INFO kablam! warning: unreachable pattern Oct 12 05:11:47.329 INFO kablam! --> src/lib.rs:55:13 Oct 12 05:11:47.329 INFO kablam! | Oct 12 05:11:47.329 INFO kablam! 55 | _ => panic!("NOT YET IMPLEMENTED!") Oct 12 05:11:47.330 INFO kablam! | ^ Oct 12 05:11:47.330 INFO kablam! | Oct 12 05:11:47.330 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 12 05:11:47.330 INFO kablam! Oct 12 05:11:47.345 INFO kablam! warning: structure field `keyBindings` should have a snake case name such as `key_bindings` Oct 12 05:11:47.346 INFO kablam! --> src/lib.rs:32:5 Oct 12 05:11:47.346 INFO kablam! | Oct 12 05:11:47.346 INFO kablam! 32 | keyBindings: BTreeMap>, // TODO: Seems like this one could be optimized Oct 12 05:11:47.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:11:47.347 INFO kablam! | Oct 12 05:11:47.347 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 05:11:47.347 INFO kablam! Oct 12 05:11:47.348 INFO kablam! warning: structure field `mouseButtonBindings` should have a snake case name such as `mouse_button_bindings` Oct 12 05:11:47.348 INFO kablam! --> src/lib.rs:33:5 Oct 12 05:11:47.348 INFO kablam! | Oct 12 05:11:47.348 INFO kablam! 33 | mouseButtonBindings: [Vec; NUM_MOUSE_BUTTONS], Oct 12 05:11:47.348 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:11:47.349 INFO kablam! Oct 12 05:11:47.349 INFO kablam! warning: structure field `mouseAxisBindings` should have a snake case name such as `mouse_axis_bindings` Oct 12 05:11:47.349 INFO kablam! --> src/lib.rs:34:5 Oct 12 05:11:47.349 INFO kablam! | Oct 12 05:11:47.350 INFO kablam! 34 | mouseAxisBindings: [Vec; 2] Oct 12 05:11:47.350 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:11:47.350 INFO kablam! Oct 12 05:11:47.350 INFO kablam! warning: variable `typeOf` should have a snake case name such as `type_of` Oct 12 05:11:47.350 INFO kablam! --> src/lib.rs:49:28 Oct 12 05:11:47.351 INFO kablam! | Oct 12 05:11:47.351 INFO kablam! 49 | fn get_indicies(&self, typeOf: Binding) -> Option<&Vec> { Oct 12 05:11:47.351 INFO kablam! | ^^^^^^ Oct 12 05:11:47.351 INFO kablam! Oct 12 05:11:47.352 INFO kablam! warning: structure field `prevMousePos` should have a snake case name such as `prev_mouse_pos` Oct 12 05:11:47.352 INFO kablam! --> src/lib.rs:81:5 Oct 12 05:11:47.352 INFO kablam! | Oct 12 05:11:47.352 INFO kablam! 81 | prevMousePos: (f64, f64), Oct 12 05:11:47.353 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:11:47.353 INFO kablam! Oct 12 05:11:47.353 INFO kablam! warning: structure field `mouseSens` should have a snake case name such as `mouse_sens` Oct 12 05:11:47.353 INFO kablam! --> src/lib.rs:82:5 Oct 12 05:11:47.353 INFO kablam! | Oct 12 05:11:47.354 INFO kablam! 82 | mouseSens: (f64, f64), Oct 12 05:11:47.354 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:11:47.354 INFO kablam! Oct 12 05:11:47.354 INFO kablam! warning: structure field `axisNames` should have a snake case name such as `axis_names` Oct 12 05:11:47.355 INFO kablam! --> src/lib.rs:84:5 Oct 12 05:11:47.355 INFO kablam! | Oct 12 05:11:47.355 INFO kablam! 84 | axisNames: HashMap, Oct 12 05:11:47.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:11:47.355 INFO kablam! Oct 12 05:11:47.356 INFO kablam! warning: structure field `axisBindings` should have a snake case name such as `axis_bindings` Oct 12 05:11:47.356 INFO kablam! --> src/lib.rs:86:5 Oct 12 05:11:47.356 INFO kablam! | Oct 12 05:11:47.356 INFO kablam! 86 | axisBindings: BindingTree, Oct 12 05:11:47.357 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:11:47.357 INFO kablam! Oct 12 05:11:47.357 INFO kablam! warning: variable `mouseSens` should have a snake case name such as `mouse_sens` Oct 12 05:11:47.357 INFO kablam! --> src/lib.rs:97:16 Oct 12 05:11:47.357 INFO kablam! | Oct 12 05:11:47.358 INFO kablam! 97 | pub fn new(mouseSens: (f64, f64)) -> InputSubsystem { Oct 12 05:11:47.358 INFO kablam! | ^^^^^^^^^ Oct 12 05:11:47.358 INFO kablam! Oct 12 05:11:47.358 INFO kablam! warning: variable `newVal` should have a snake case name such as `new_val` Oct 12 05:11:47.359 INFO kablam! --> src/lib.rs:126:17 Oct 12 05:11:47.359 INFO kablam! | Oct 12 05:11:47.359 INFO kablam! 126 | let newVal = (axes.0 - self.prevMousePos.0) * self.mouseSens.1; Oct 12 05:11:47.359 INFO kablam! | ^^^^^^ Oct 12 05:11:47.359 INFO kablam! Oct 12 05:11:47.360 INFO kablam! warning: variable `newVal` should have a snake case name such as `new_val` Oct 12 05:11:47.364 INFO kablam! --> src/lib.rs:133:17 Oct 12 05:11:47.364 INFO kablam! | Oct 12 05:11:47.365 INFO kablam! 133 | let newVal = (axes.1 - self.prevMousePos.1) * self.mouseSens.1; Oct 12 05:11:47.365 INFO kablam! | ^^^^^^ Oct 12 05:11:47.365 INFO kablam! Oct 12 05:11:47.365 INFO kablam! warning: variable `boundTo` should have a snake case name such as `bound_to` Oct 12 05:11:47.365 INFO kablam! --> src/lib.rs:154:49 Oct 12 05:11:47.366 INFO kablam! | Oct 12 05:11:47.366 INFO kablam! 154 | pub fn add_binding(&mut self, name: String, boundTo: Binding)-> usize { Oct 12 05:11:47.366 INFO kablam! | ^^^^^^^ Oct 12 05:11:47.366 INFO kablam! Oct 12 05:11:47.740 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.54s Oct 12 05:11:47.740 INFO kablam! su: No module specific data is present Oct 12 05:11:48.313 INFO running `"docker" "rm" "-f" "de6be8a79a7fa76a5ab998a6a86b78bb105b1393c0ad545ac6f6db065244e311"` Oct 12 05:11:48.540 INFO blam! de6be8a79a7fa76a5ab998a6a86b78bb105b1393c0ad545ac6f6db065244e311 Oct 12 05:11:48.542 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/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" "-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:48.796 INFO blam! dddbfbb81a28ebc8a02355a961f0a3f82fbe41a6494d500e90f26d03f2006267 Oct 12 05:11:48.798 INFO running `"docker" "start" "-a" "dddbfbb81a28ebc8a02355a961f0a3f82fbe41a6494d500e90f26d03f2006267"` Oct 12 05:11:49.432 INFO kablam! usermod: no changes Oct 12 05:11:49.480 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.00s Oct 12 05:11:49.484 INFO kablam! Running /target/debug/deps/bidrag-ef5b33b326b842ef Oct 12 05:11:49.496 INFO kablam! Doc-tests bidrag Oct 12 05:11:49.496 INFO blam! Oct 12 05:11:49.496 INFO blam! running 0 tests Oct 12 05:11:49.496 INFO blam! Oct 12 05:11:49.496 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 05:11:49.496 INFO blam! Oct 12 05:11:50.928 INFO blam! Oct 12 05:11:50.928 INFO blam! running 0 tests Oct 12 05:11:50.928 INFO blam! Oct 12 05:11:50.928 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 05:11:50.928 INFO blam! Oct 12 05:11:50.934 INFO kablam! su: No module specific data is present Oct 12 05:11:51.962 INFO running `"docker" "rm" "-f" "dddbfbb81a28ebc8a02355a961f0a3f82fbe41a6494d500e90f26d03f2006267"` Oct 12 05:11:52.194 INFO blam! dddbfbb81a28ebc8a02355a961f0a3f82fbe41a6494d500e90f26d03f2006267