Oct 10 16:16:39.173 INFO testing realityone/akarin against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 16:16:39.173 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 16:16:39.173 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 16:16:39.531 INFO blam! dc7c795523081c0e7d3c6f10c35a1ea6dc9efbaa0babbae242e6d03b683044c7 Oct 10 16:16:39.537 INFO running `"docker" "start" "-a" "dc7c795523081c0e7d3c6f10c35a1ea6dc9efbaa0babbae242e6d03b683044c7"` Oct 10 16:16:40.656 INFO kablam! usermod: no changes Oct 10 16:16:40.908 INFO kablam! Compiling ioctl-sys v0.5.2 Oct 10 16:16:40.908 INFO kablam! Compiling transient-hashmap v0.4.0 Oct 10 16:16:40.909 INFO kablam! Compiling thread_local v0.3.4 Oct 10 16:16:40.909 INFO kablam! Compiling tokio-io v0.1.3 Oct 10 16:16:40.909 INFO kablam! Compiling rayon v0.8.2 Oct 10 16:16:40.909 INFO kablam! Compiling backtrace-sys v0.1.14 Oct 10 16:16:43.464 INFO kablam! Compiling backtrace v0.3.3 Oct 10 16:16:44.920 INFO kablam! Compiling regex v0.2.2 Oct 10 16:16:45.880 INFO kablam! Compiling tokio-core v0.1.10 Oct 10 16:16:46.436 INFO kablam! Compiling error-chain v0.11.0 Oct 10 16:16:52.376 INFO kablam! Compiling ring v0.12.1 Oct 10 16:16:58.489 INFO kablam! Compiling env_logger v0.4.3 Oct 10 16:17:01.148 INFO kablam! Compiling pretty_env_logger v0.1.1 Oct 10 16:17:05.576 INFO kablam! Compiling akarin v0.1.0 (/source) Oct 10 16:17:07.319 INFO kablam! warning: unused `#[macro_use]` import Oct 10 16:17:07.319 INFO kablam! --> src/main.rs:5:1 Oct 10 16:17:07.320 INFO kablam! | Oct 10 16:17:07.321 INFO kablam! 5 | #[macro_use] Oct 10 16:17:07.321 INFO kablam! | ^^^^^^^^^^^^ Oct 10 16:17:07.321 INFO kablam! | Oct 10 16:17:07.322 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 16:17:07.322 INFO kablam! Oct 10 16:17:07.322 INFO kablam! warning: unused import: `mem` Oct 10 16:17:07.322 INFO kablam! --> src/akarin/server.rs:1:20 Oct 10 16:17:07.322 INFO kablam! | Oct 10 16:17:07.323 INFO kablam! 1 | use std::{fmt, io, mem}; Oct 10 16:17:07.323 INFO kablam! | ^^^ Oct 10 16:17:07.323 INFO kablam! Oct 10 16:17:07.323 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 10 16:17:07.324 INFO kablam! --> src/akarin/mod.rs:26:20 Oct 10 16:17:07.324 INFO kablam! | Oct 10 16:17:07.324 INFO kablam! 26 | fn serve(self, mut core: Core, handle: Handle) -> Result<()>; Oct 10 16:17:07.324 INFO kablam! | ^^^^^^^^ Oct 10 16:17:07.325 INFO kablam! | Oct 10 16:17:07.325 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 10 16:17:07.325 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 10 16:17:07.327 INFO kablam! = note: for more information, see issue #35203 Oct 10 16:17:07.327 INFO kablam! Oct 10 16:17:07.328 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 10 16:17:07.328 INFO kablam! --> src/akarin/mod.rs:30:22 Oct 10 16:17:07.328 INFO kablam! | Oct 10 16:17:07.328 INFO kablam! 30 | fn connect(self, mut core: Core, handle: Handle) -> Result<()>; Oct 10 16:17:07.328 INFO kablam! | ^^^^^^^^ Oct 10 16:17:07.329 INFO kablam! | Oct 10 16:17:07.329 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 10 16:17:07.329 INFO kablam! = note: for more information, see issue #35203 Oct 10 16:17:07.329 INFO kablam! Oct 10 16:17:07.329 INFO kablam! warning: unused import: `common::error::*` Oct 10 16:17:07.330 INFO kablam! --> src/transport/network.rs:6:5 Oct 10 16:17:07.330 INFO kablam! | Oct 10 16:17:07.330 INFO kablam! 6 | use common::error::*; Oct 10 16:17:07.330 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 16:17:07.331 INFO kablam! Oct 10 16:17:07.627 INFO kablam! warning: unused variable: `crypto` Oct 10 16:17:07.633 INFO kablam! --> src/main.rs:37:9 Oct 10 16:17:07.633 INFO kablam! | Oct 10 16:17:07.634 INFO kablam! 37 | let crypto = Ciphers::CHACHA20_POLY1305.init(password); Oct 10 16:17:07.634 INFO kablam! | ^^^^^^ help: consider using `_crypto` instead Oct 10 16:17:07.634 INFO kablam! | Oct 10 16:17:07.635 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 16:17:07.635 INFO kablam! Oct 10 16:17:07.635 INFO kablam! warning: unused variable: `token` Oct 10 16:17:07.635 INFO kablam! --> src/akarin/server.rs:157:27 Oct 10 16:17:07.636 INFO kablam! | Oct 10 16:17:07.636 INFO kablam! 157 | if let Some(&(token, sockaddr)) = self.clients.get(client_id) {} Oct 10 16:17:07.636 INFO kablam! | ^^^^^ help: consider using `_token` instead Oct 10 16:17:07.637 INFO kablam! Oct 10 16:17:07.637 INFO kablam! warning: unused variable: `sockaddr` Oct 10 16:17:07.637 INFO kablam! --> src/akarin/server.rs:157:34 Oct 10 16:17:07.637 INFO kablam! | Oct 10 16:17:07.638 INFO kablam! 157 | if let Some(&(token, sockaddr)) = self.clients.get(client_id) {} Oct 10 16:17:07.638 INFO kablam! | ^^^^^^^^ help: consider using `_sockaddr` instead Oct 10 16:17:07.638 INFO kablam! Oct 10 16:17:07.639 INFO kablam! warning: unused variable: `handle` Oct 10 16:17:07.639 INFO kablam! --> src/akarin/server.rs:163:40 Oct 10 16:17:07.639 INFO kablam! | Oct 10 16:17:07.639 INFO kablam! 163 | fn serve(mut self, mut core: Core, handle: Handle) -> Result<()> { Oct 10 16:17:07.640 INFO kablam! | ^^^^^^ help: consider using `_handle` instead Oct 10 16:17:07.640 INFO kablam! Oct 10 16:17:07.640 INFO kablam! warning: unused variable: `core` Oct 10 16:17:07.641 INFO kablam! --> src/akarin/client.rs:39:26 Oct 10 16:17:07.641 INFO kablam! | Oct 10 16:17:07.641 INFO kablam! 39 | fn connect(self, mut core: Core, handle: Handle) -> Result<()> { Oct 10 16:17:07.642 INFO kablam! | ^^^^ help: consider using `_core` instead Oct 10 16:17:07.642 INFO kablam! Oct 10 16:17:07.642 INFO kablam! warning: unused variable: `handle` Oct 10 16:17:07.642 INFO kablam! --> src/akarin/client.rs:39:38 Oct 10 16:17:07.643 INFO kablam! | Oct 10 16:17:07.643 INFO kablam! 39 | fn connect(self, mut core: Core, handle: Handle) -> Result<()> { Oct 10 16:17:07.643 INFO kablam! | ^^^^^^ help: consider using `_handle` instead Oct 10 16:17:07.644 INFO kablam! Oct 10 16:17:07.666 INFO kablam! warning: variable does not need to be mutable Oct 10 16:17:07.667 INFO kablam! --> src/akarin/server.rs:163:14 Oct 10 16:17:07.667 INFO kablam! | Oct 10 16:17:07.668 INFO kablam! 163 | fn serve(mut self, mut core: Core, handle: Handle) -> Result<()> { Oct 10 16:17:07.668 INFO kablam! | ----^^^^ Oct 10 16:17:07.668 INFO kablam! | | Oct 10 16:17:07.673 INFO kablam! | help: remove this `mut` Oct 10 16:17:07.673 INFO kablam! | Oct 10 16:17:07.673 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 16:17:07.674 INFO kablam! Oct 10 16:17:07.674 INFO kablam! warning: variable does not need to be mutable Oct 10 16:17:07.674 INFO kablam! --> src/akarin/client.rs:39:22 Oct 10 16:17:07.675 INFO kablam! | Oct 10 16:17:07.675 INFO kablam! 39 | fn connect(self, mut core: Core, handle: Handle) -> Result<()> { Oct 10 16:17:07.675 INFO kablam! | ----^^^^ Oct 10 16:17:07.675 INFO kablam! | | Oct 10 16:17:07.676 INFO kablam! | help: remove this `mut` Oct 10 16:17:07.676 INFO kablam! Oct 10 16:17:07.737 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 16:17:07.737 INFO kablam! --> src/akarin/server.rs:164:9 Oct 10 16:17:07.737 INFO kablam! | Oct 10 16:17:07.738 INFO kablam! 164 | core.run(self); Oct 10 16:17:07.738 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 16:17:07.738 INFO kablam! | Oct 10 16:17:07.738 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 16:17:07.739 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 16:17:07.739 INFO kablam! Oct 10 16:17:09.645 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 28.95s Oct 10 16:17:09.656 INFO kablam! su: No module specific data is present Oct 10 16:17:10.230 INFO running `"docker" "rm" "-f" "dc7c795523081c0e7d3c6f10c35a1ea6dc9efbaa0babbae242e6d03b683044c7"` Oct 10 16:17:10.524 INFO blam! dc7c795523081c0e7d3c6f10c35a1ea6dc9efbaa0babbae242e6d03b683044c7 Oct 10 16:17:10.530 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 16:17:10.531 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 16:17:11.052 INFO blam! df806bf6bc98d384708d8ae9bfb7abf098effedca6787a9b41e2e89292ea83a3 Oct 10 16:17:11.065 INFO running `"docker" "start" "-a" "df806bf6bc98d384708d8ae9bfb7abf098effedca6787a9b41e2e89292ea83a3"` Oct 10 16:17:12.268 INFO kablam! usermod: no changes Oct 10 16:17:12.491 INFO kablam! Compiling akarin v0.1.0 (/source) Oct 10 16:17:14.364 INFO kablam! warning: unused `#[macro_use]` import Oct 10 16:17:14.364 INFO kablam! --> src/main.rs:5:1 Oct 10 16:17:14.364 INFO kablam! | Oct 10 16:17:14.364 INFO kablam! 5 | #[macro_use] Oct 10 16:17:14.364 INFO kablam! | ^^^^^^^^^^^^ Oct 10 16:17:14.364 INFO kablam! | Oct 10 16:17:14.364 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 16:17:14.364 INFO kablam! Oct 10 16:17:14.364 INFO kablam! warning: unused import: `mem` Oct 10 16:17:14.364 INFO kablam! --> src/akarin/server.rs:1:20 Oct 10 16:17:14.364 INFO kablam! | Oct 10 16:17:14.364 INFO kablam! 1 | use std::{fmt, io, mem}; Oct 10 16:17:14.364 INFO kablam! | ^^^ Oct 10 16:17:14.364 INFO kablam! Oct 10 16:17:14.364 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 10 16:17:14.365 INFO kablam! --> src/akarin/mod.rs:26:20 Oct 10 16:17:14.365 INFO kablam! | Oct 10 16:17:14.365 INFO kablam! 26 | fn serve(self, mut core: Core, handle: Handle) -> Result<()>; Oct 10 16:17:14.365 INFO kablam! | ^^^^^^^^ Oct 10 16:17:14.365 INFO kablam! | Oct 10 16:17:14.365 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 10 16:17:14.365 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 10 16:17:14.365 INFO kablam! = note: for more information, see issue #35203 Oct 10 16:17:14.365 INFO kablam! Oct 10 16:17:14.365 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 10 16:17:14.365 INFO kablam! --> src/akarin/mod.rs:30:22 Oct 10 16:17:14.365 INFO kablam! | Oct 10 16:17:14.365 INFO kablam! 30 | fn connect(self, mut core: Core, handle: Handle) -> Result<()>; Oct 10 16:17:14.365 INFO kablam! | ^^^^^^^^ Oct 10 16:17:14.365 INFO kablam! | Oct 10 16:17:14.365 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 10 16:17:14.365 INFO kablam! = note: for more information, see issue #35203 Oct 10 16:17:14.365 INFO kablam! Oct 10 16:17:14.371 INFO kablam! warning: unused import: `common::error::*` Oct 10 16:17:14.371 INFO kablam! --> src/transport/network.rs:6:5 Oct 10 16:17:14.371 INFO kablam! | Oct 10 16:17:14.371 INFO kablam! 6 | use common::error::*; Oct 10 16:17:14.371 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 16:17:14.371 INFO kablam! Oct 10 16:17:14.716 INFO kablam! warning: unused variable: `crypto` Oct 10 16:17:14.716 INFO kablam! --> src/main.rs:37:9 Oct 10 16:17:14.716 INFO kablam! | Oct 10 16:17:14.716 INFO kablam! 37 | let crypto = Ciphers::CHACHA20_POLY1305.init(password); Oct 10 16:17:14.716 INFO kablam! | ^^^^^^ help: consider using `_crypto` instead Oct 10 16:17:14.716 INFO kablam! | Oct 10 16:17:14.716 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 16:17:14.716 INFO kablam! Oct 10 16:17:14.717 INFO kablam! warning: unused variable: `token` Oct 10 16:17:14.717 INFO kablam! --> src/akarin/server.rs:157:27 Oct 10 16:17:14.717 INFO kablam! | Oct 10 16:17:14.717 INFO kablam! 157 | if let Some(&(token, sockaddr)) = self.clients.get(client_id) {} Oct 10 16:17:14.717 INFO kablam! | ^^^^^ help: consider using `_token` instead Oct 10 16:17:14.717 INFO kablam! Oct 10 16:17:14.717 INFO kablam! warning: unused variable: `sockaddr` Oct 10 16:17:14.717 INFO kablam! --> src/akarin/server.rs:157:34 Oct 10 16:17:14.717 INFO kablam! | Oct 10 16:17:14.717 INFO kablam! 157 | if let Some(&(token, sockaddr)) = self.clients.get(client_id) {} Oct 10 16:17:14.717 INFO kablam! | ^^^^^^^^ help: consider using `_sockaddr` instead Oct 10 16:17:14.717 INFO kablam! Oct 10 16:17:14.717 INFO kablam! warning: unused variable: `handle` Oct 10 16:17:14.717 INFO kablam! --> src/akarin/server.rs:163:40 Oct 10 16:17:14.717 INFO kablam! | Oct 10 16:17:14.717 INFO kablam! 163 | fn serve(mut self, mut core: Core, handle: Handle) -> Result<()> { Oct 10 16:17:14.717 INFO kablam! | ^^^^^^ help: consider using `_handle` instead Oct 10 16:17:14.717 INFO kablam! Oct 10 16:17:14.717 INFO kablam! warning: unused variable: `core` Oct 10 16:17:14.717 INFO kablam! --> src/akarin/client.rs:39:26 Oct 10 16:17:14.717 INFO kablam! | Oct 10 16:17:14.717 INFO kablam! 39 | fn connect(self, mut core: Core, handle: Handle) -> Result<()> { Oct 10 16:17:14.717 INFO kablam! | ^^^^ help: consider using `_core` instead Oct 10 16:17:14.717 INFO kablam! Oct 10 16:17:14.717 INFO kablam! warning: unused variable: `handle` Oct 10 16:17:14.717 INFO kablam! --> src/akarin/client.rs:39:38 Oct 10 16:17:14.717 INFO kablam! | Oct 10 16:17:14.717 INFO kablam! 39 | fn connect(self, mut core: Core, handle: Handle) -> Result<()> { Oct 10 16:17:14.717 INFO kablam! | ^^^^^^ help: consider using `_handle` instead Oct 10 16:17:14.717 INFO kablam! Oct 10 16:17:14.757 INFO kablam! warning: variable does not need to be mutable Oct 10 16:17:14.757 INFO kablam! --> src/akarin/server.rs:163:14 Oct 10 16:17:14.757 INFO kablam! | Oct 10 16:17:14.758 INFO kablam! 163 | fn serve(mut self, mut core: Core, handle: Handle) -> Result<()> { Oct 10 16:17:14.758 INFO kablam! | ----^^^^ Oct 10 16:17:14.758 INFO kablam! | | Oct 10 16:17:14.759 INFO kablam! | help: remove this `mut` Oct 10 16:17:14.759 INFO kablam! | Oct 10 16:17:14.759 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 16:17:14.759 INFO kablam! Oct 10 16:17:14.770 INFO kablam! warning: variable does not need to be mutable Oct 10 16:17:14.770 INFO kablam! --> src/akarin/client.rs:39:22 Oct 10 16:17:14.770 INFO kablam! | Oct 10 16:17:14.770 INFO kablam! 39 | fn connect(self, mut core: Core, handle: Handle) -> Result<()> { Oct 10 16:17:14.770 INFO kablam! | ----^^^^ Oct 10 16:17:14.770 INFO kablam! | | Oct 10 16:17:14.770 INFO kablam! | help: remove this `mut` Oct 10 16:17:14.770 INFO kablam! Oct 10 16:17:14.829 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 16:17:14.829 INFO kablam! --> src/akarin/server.rs:164:9 Oct 10 16:17:14.829 INFO kablam! | Oct 10 16:17:14.829 INFO kablam! 164 | core.run(self); Oct 10 16:17:14.829 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 16:17:14.829 INFO kablam! | Oct 10 16:17:14.829 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 16:17:14.829 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 16:17:14.829 INFO kablam! Oct 10 16:17:16.985 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.69s Oct 10 16:17:16.991 INFO kablam! su: No module specific data is present Oct 10 16:17:17.669 INFO running `"docker" "rm" "-f" "df806bf6bc98d384708d8ae9bfb7abf098effedca6787a9b41e2e89292ea83a3"` Oct 10 16:17:17.988 INFO blam! df806bf6bc98d384708d8ae9bfb7abf098effedca6787a9b41e2e89292ea83a3 Oct 10 16:17:17.994 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 16:17:17.994 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 16:17:18.481 INFO blam! 9859ff1c83d6c451e63a1dc9e452d2fbc0c6ccb72214c0b8ff458760a685863c Oct 10 16:17:18.496 INFO running `"docker" "start" "-a" "9859ff1c83d6c451e63a1dc9e452d2fbc0c6ccb72214c0b8ff458760a685863c"` Oct 10 16:17:19.927 INFO kablam! usermod: no changes Oct 10 16:17:20.056 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 10 16:17:20.072 INFO kablam! Running /target/debug/deps/akarin-de5e0e086f6b3235 Oct 10 16:17:20.072 INFO blam! Oct 10 16:17:20.072 INFO blam! running 3 tests Oct 10 16:17:20.104 INFO blam! test transport::network::test::test_ipv4_header ... ok Oct 10 16:17:20.104 INFO blam! test crypto::chacha20_poly1305::test::test_encrypt_and_decrypt ... ok Oct 10 16:17:20.197 INFO blam! test akarin::server::tests::test_client_storage ... ok Oct 10 16:17:20.197 INFO blam! Oct 10 16:17:20.197 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:17:20.197 INFO blam! Oct 10 16:17:20.199 INFO kablam! su: No module specific data is present Oct 10 16:17:20.920 INFO running `"docker" "rm" "-f" "9859ff1c83d6c451e63a1dc9e452d2fbc0c6ccb72214c0b8ff458760a685863c"` Oct 10 16:17:21.152 INFO blam! 9859ff1c83d6c451e63a1dc9e452d2fbc0c6ccb72214c0b8ff458760a685863c