Oct 13 03:05:01.920 INFO testing realityone/akarin against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 03:05:01.922 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/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 13 03:05:02.303 INFO blam! 5aa5c0ef0e1442aeb7cca658b7602665a8c01f9852832254a8b90acf06c67bbf Oct 13 03:05:02.311 INFO running `"docker" "start" "-a" "5aa5c0ef0e1442aeb7cca658b7602665a8c01f9852832254a8b90acf06c67bbf"` Oct 13 03:05:03.725 INFO kablam! usermod: no changes Oct 13 03:05:03.911 INFO kablam! Compiling either v1.2.0 Oct 13 03:05:03.911 INFO kablam! Compiling lazy_static v0.2.9 Oct 13 03:05:03.947 INFO kablam! Compiling ioctl-sys v0.5.2 Oct 13 03:05:03.947 INFO kablam! Compiling num_cpus v1.7.0 Oct 13 03:05:03.947 INFO kablam! Compiling iovec v0.1.1 Oct 13 03:05:03.947 INFO kablam! Compiling net2 v0.2.31 Oct 13 03:05:03.947 INFO kablam! Compiling transient-hashmap v0.4.0 Oct 13 03:05:03.947 INFO kablam! Compiling backtrace-sys v0.1.14 Oct 13 03:05:05.333 INFO kablam! Compiling thread_local v0.3.4 Oct 13 03:05:05.927 INFO kablam! Compiling backtrace v0.3.3 Oct 13 03:05:06.331 INFO kablam! Compiling bytes v0.4.5 Oct 13 03:05:07.743 INFO kablam! Compiling coco v0.1.1 Oct 13 03:05:08.303 INFO kablam! Compiling mio v0.6.10 Oct 13 03:05:08.655 INFO kablam! Compiling regex v0.2.2 Oct 13 03:05:10.339 INFO kablam! Compiling tokio-io v0.1.3 Oct 13 03:05:10.411 INFO kablam! Compiling error-chain v0.11.0 Oct 13 03:05:10.524 INFO kablam! Compiling rayon-core v1.2.1 Oct 13 03:05:15.071 INFO kablam! Compiling tokio-core v0.1.10 Oct 13 03:05:15.931 INFO kablam! Compiling rayon v0.8.2 Oct 13 03:05:25.532 INFO kablam! Compiling ring v0.12.1 Oct 13 03:05:25.956 INFO kablam! Compiling env_logger v0.4.3 Oct 13 03:05:28.200 INFO kablam! Compiling pretty_env_logger v0.1.1 Oct 13 03:05:36.319 INFO kablam! Compiling akarin v0.1.0 (/source) Oct 13 03:05:37.163 INFO kablam! warning: unused `#[macro_use]` import Oct 13 03:05:37.163 INFO kablam! --> src/main.rs:5:1 Oct 13 03:05:37.163 INFO kablam! | Oct 13 03:05:37.163 INFO kablam! 5 | #[macro_use] Oct 13 03:05:37.163 INFO kablam! | ^^^^^^^^^^^^ Oct 13 03:05:37.163 INFO kablam! | Oct 13 03:05:37.163 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:05:37.167 INFO kablam! Oct 13 03:05:37.167 INFO kablam! warning: unused import: `mem` Oct 13 03:05:37.167 INFO kablam! --> src/akarin/server.rs:1:20 Oct 13 03:05:37.167 INFO kablam! | Oct 13 03:05:37.167 INFO kablam! 1 | use std::{fmt, io, mem}; Oct 13 03:05:37.167 INFO kablam! | ^^^ Oct 13 03:05:37.167 INFO kablam! Oct 13 03:05:37.167 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 13 03:05:37.167 INFO kablam! --> src/akarin/mod.rs:26:20 Oct 13 03:05:37.167 INFO kablam! | Oct 13 03:05:37.167 INFO kablam! 26 | fn serve(self, mut core: Core, handle: Handle) -> Result<()>; Oct 13 03:05:37.167 INFO kablam! | ^^^^^^^^ Oct 13 03:05:37.167 INFO kablam! | Oct 13 03:05:37.167 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 13 03:05:37.167 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 13 03:05:37.167 INFO kablam! = note: for more information, see issue #35203 Oct 13 03:05:37.167 INFO kablam! Oct 13 03:05:37.167 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 13 03:05:37.167 INFO kablam! --> src/akarin/mod.rs:30:22 Oct 13 03:05:37.167 INFO kablam! | Oct 13 03:05:37.167 INFO kablam! 30 | fn connect(self, mut core: Core, handle: Handle) -> Result<()>; Oct 13 03:05:37.167 INFO kablam! | ^^^^^^^^ Oct 13 03:05:37.167 INFO kablam! | Oct 13 03:05:37.167 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 13 03:05:37.167 INFO kablam! = note: for more information, see issue #35203 Oct 13 03:05:37.167 INFO kablam! Oct 13 03:05:37.175 INFO kablam! warning: unused import: `common::error::*` Oct 13 03:05:37.175 INFO kablam! --> src/transport/network.rs:6:5 Oct 13 03:05:37.175 INFO kablam! | Oct 13 03:05:37.175 INFO kablam! 6 | use common::error::*; Oct 13 03:05:37.175 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 03:05:37.175 INFO kablam! Oct 13 03:05:37.483 INFO kablam! warning: unused variable: `crypto` Oct 13 03:05:37.483 INFO kablam! --> src/main.rs:37:9 Oct 13 03:05:37.483 INFO kablam! | Oct 13 03:05:37.483 INFO kablam! 37 | let crypto = Ciphers::CHACHA20_POLY1305.init(password); Oct 13 03:05:37.483 INFO kablam! | ^^^^^^ help: consider using `_crypto` instead Oct 13 03:05:37.483 INFO kablam! | Oct 13 03:05:37.483 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 03:05:37.483 INFO kablam! Oct 13 03:05:37.483 INFO kablam! warning: unused variable: `token` Oct 13 03:05:37.483 INFO kablam! --> src/akarin/server.rs:157:27 Oct 13 03:05:37.483 INFO kablam! | Oct 13 03:05:37.483 INFO kablam! 157 | if let Some(&(token, sockaddr)) = self.clients.get(client_id) {} Oct 13 03:05:37.483 INFO kablam! | ^^^^^ help: consider using `_token` instead Oct 13 03:05:37.483 INFO kablam! Oct 13 03:05:37.483 INFO kablam! warning: unused variable: `sockaddr` Oct 13 03:05:37.483 INFO kablam! --> src/akarin/server.rs:157:34 Oct 13 03:05:37.483 INFO kablam! | Oct 13 03:05:37.483 INFO kablam! 157 | if let Some(&(token, sockaddr)) = self.clients.get(client_id) {} Oct 13 03:05:37.483 INFO kablam! | ^^^^^^^^ help: consider using `_sockaddr` instead Oct 13 03:05:37.483 INFO kablam! Oct 13 03:05:37.483 INFO kablam! warning: unused variable: `handle` Oct 13 03:05:37.483 INFO kablam! --> src/akarin/server.rs:163:40 Oct 13 03:05:37.483 INFO kablam! | Oct 13 03:05:37.483 INFO kablam! 163 | fn serve(mut self, mut core: Core, handle: Handle) -> Result<()> { Oct 13 03:05:37.483 INFO kablam! | ^^^^^^ help: consider using `_handle` instead Oct 13 03:05:37.483 INFO kablam! Oct 13 03:05:37.483 INFO kablam! warning: unused variable: `core` Oct 13 03:05:37.483 INFO kablam! --> src/akarin/client.rs:39:26 Oct 13 03:05:37.483 INFO kablam! | Oct 13 03:05:37.483 INFO kablam! 39 | fn connect(self, mut core: Core, handle: Handle) -> Result<()> { Oct 13 03:05:37.483 INFO kablam! | ^^^^ help: consider using `_core` instead Oct 13 03:05:37.483 INFO kablam! Oct 13 03:05:37.483 INFO kablam! warning: unused variable: `handle` Oct 13 03:05:37.483 INFO kablam! --> src/akarin/client.rs:39:38 Oct 13 03:05:37.483 INFO kablam! | Oct 13 03:05:37.483 INFO kablam! 39 | fn connect(self, mut core: Core, handle: Handle) -> Result<()> { Oct 13 03:05:37.483 INFO kablam! | ^^^^^^ help: consider using `_handle` instead Oct 13 03:05:37.483 INFO kablam! Oct 13 03:05:37.523 INFO kablam! warning: variable does not need to be mutable Oct 13 03:05:37.523 INFO kablam! --> src/akarin/server.rs:163:14 Oct 13 03:05:37.523 INFO kablam! | Oct 13 03:05:37.523 INFO kablam! 163 | fn serve(mut self, mut core: Core, handle: Handle) -> Result<()> { Oct 13 03:05:37.523 INFO kablam! | ----^^^^ Oct 13 03:05:37.523 INFO kablam! | | Oct 13 03:05:37.523 INFO kablam! | help: remove this `mut` Oct 13 03:05:37.523 INFO kablam! | Oct 13 03:05:37.523 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 03:05:37.523 INFO kablam! Oct 13 03:05:37.523 INFO kablam! warning: variable does not need to be mutable Oct 13 03:05:37.523 INFO kablam! --> src/akarin/client.rs:39:22 Oct 13 03:05:37.523 INFO kablam! | Oct 13 03:05:37.523 INFO kablam! 39 | fn connect(self, mut core: Core, handle: Handle) -> Result<()> { Oct 13 03:05:37.523 INFO kablam! | ----^^^^ Oct 13 03:05:37.523 INFO kablam! | | Oct 13 03:05:37.523 INFO kablam! | help: remove this `mut` Oct 13 03:05:37.523 INFO kablam! Oct 13 03:05:37.583 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 03:05:37.583 INFO kablam! --> src/akarin/server.rs:164:9 Oct 13 03:05:37.583 INFO kablam! | Oct 13 03:05:37.583 INFO kablam! 164 | core.run(self); Oct 13 03:05:37.583 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 03:05:37.583 INFO kablam! | Oct 13 03:05:37.583 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 03:05:37.583 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 03:05:37.583 INFO kablam! Oct 13 03:05:39.363 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 35.61s Oct 13 03:05:39.367 INFO kablam! su: No module specific data is present Oct 13 03:05:40.331 INFO running `"docker" "rm" "-f" "5aa5c0ef0e1442aeb7cca658b7602665a8c01f9852832254a8b90acf06c67bbf"` Oct 13 03:05:40.519 INFO blam! 5aa5c0ef0e1442aeb7cca658b7602665a8c01f9852832254a8b90acf06c67bbf Oct 13 03:05:40.521 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/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 13 03:05:40.904 INFO blam! c0d35490b715e3f522bb552e0864f204051f5756f5c5c83cf3d9f65cd9b599ce Oct 13 03:05:40.915 INFO running `"docker" "start" "-a" "c0d35490b715e3f522bb552e0864f204051f5756f5c5c83cf3d9f65cd9b599ce"` Oct 13 03:05:42.119 INFO kablam! usermod: no changes Oct 13 03:05:42.267 INFO kablam! Compiling akarin v0.1.0 (/source) Oct 13 03:05:43.010 INFO kablam! warning: unused `#[macro_use]` import Oct 13 03:05:43.010 INFO kablam! --> src/main.rs:5:1 Oct 13 03:05:43.010 INFO kablam! | Oct 13 03:05:43.010 INFO kablam! 5 | #[macro_use] Oct 13 03:05:43.010 INFO kablam! | ^^^^^^^^^^^^ Oct 13 03:05:43.010 INFO kablam! | Oct 13 03:05:43.010 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:05:43.010 INFO kablam! Oct 13 03:05:43.010 INFO kablam! warning: unused import: `mem` Oct 13 03:05:43.010 INFO kablam! --> src/akarin/server.rs:1:20 Oct 13 03:05:43.010 INFO kablam! | Oct 13 03:05:43.010 INFO kablam! 1 | use std::{fmt, io, mem}; Oct 13 03:05:43.010 INFO kablam! | ^^^ Oct 13 03:05:43.010 INFO kablam! Oct 13 03:05:43.010 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 13 03:05:43.010 INFO kablam! --> src/akarin/mod.rs:26:20 Oct 13 03:05:43.011 INFO kablam! | Oct 13 03:05:43.011 INFO kablam! 26 | fn serve(self, mut core: Core, handle: Handle) -> Result<()>; Oct 13 03:05:43.011 INFO kablam! | ^^^^^^^^ Oct 13 03:05:43.011 INFO kablam! | Oct 13 03:05:43.011 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 13 03:05:43.011 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 13 03:05:43.011 INFO kablam! = note: for more information, see issue #35203 Oct 13 03:05:43.011 INFO kablam! Oct 13 03:05:43.011 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 13 03:05:43.011 INFO kablam! --> src/akarin/mod.rs:30:22 Oct 13 03:05:43.011 INFO kablam! | Oct 13 03:05:43.011 INFO kablam! 30 | fn connect(self, mut core: Core, handle: Handle) -> Result<()>; Oct 13 03:05:43.011 INFO kablam! | ^^^^^^^^ Oct 13 03:05:43.011 INFO kablam! | Oct 13 03:05:43.011 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 13 03:05:43.011 INFO kablam! = note: for more information, see issue #35203 Oct 13 03:05:43.011 INFO kablam! Oct 13 03:05:43.015 INFO kablam! warning: unused import: `common::error::*` Oct 13 03:05:43.015 INFO kablam! --> src/transport/network.rs:6:5 Oct 13 03:05:43.015 INFO kablam! | Oct 13 03:05:43.015 INFO kablam! 6 | use common::error::*; Oct 13 03:05:43.015 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 03:05:43.015 INFO kablam! Oct 13 03:05:43.373 INFO kablam! warning: unused variable: `crypto` Oct 13 03:05:43.374 INFO kablam! --> src/main.rs:37:9 Oct 13 03:05:43.374 INFO kablam! | Oct 13 03:05:43.374 INFO kablam! 37 | let crypto = Ciphers::CHACHA20_POLY1305.init(password); Oct 13 03:05:43.374 INFO kablam! | ^^^^^^ help: consider using `_crypto` instead Oct 13 03:05:43.374 INFO kablam! | Oct 13 03:05:43.374 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 03:05:43.374 INFO kablam! Oct 13 03:05:43.374 INFO kablam! warning: unused variable: `token` Oct 13 03:05:43.374 INFO kablam! --> src/akarin/server.rs:157:27 Oct 13 03:05:43.374 INFO kablam! | Oct 13 03:05:43.374 INFO kablam! 157 | if let Some(&(token, sockaddr)) = self.clients.get(client_id) {} Oct 13 03:05:43.374 INFO kablam! | ^^^^^ help: consider using `_token` instead Oct 13 03:05:43.374 INFO kablam! Oct 13 03:05:43.374 INFO kablam! warning: unused variable: `sockaddr` Oct 13 03:05:43.374 INFO kablam! --> src/akarin/server.rs:157:34 Oct 13 03:05:43.374 INFO kablam! | Oct 13 03:05:43.374 INFO kablam! 157 | if let Some(&(token, sockaddr)) = self.clients.get(client_id) {} Oct 13 03:05:43.374 INFO kablam! | ^^^^^^^^ help: consider using `_sockaddr` instead Oct 13 03:05:43.374 INFO kablam! Oct 13 03:05:43.374 INFO kablam! warning: unused variable: `handle` Oct 13 03:05:43.374 INFO kablam! --> src/akarin/server.rs:163:40 Oct 13 03:05:43.374 INFO kablam! | Oct 13 03:05:43.374 INFO kablam! 163 | fn serve(mut self, mut core: Core, handle: Handle) -> Result<()> { Oct 13 03:05:43.374 INFO kablam! | ^^^^^^ help: consider using `_handle` instead Oct 13 03:05:43.374 INFO kablam! Oct 13 03:05:43.374 INFO kablam! warning: unused variable: `core` Oct 13 03:05:43.374 INFO kablam! --> src/akarin/client.rs:39:26 Oct 13 03:05:43.374 INFO kablam! | Oct 13 03:05:43.374 INFO kablam! 39 | fn connect(self, mut core: Core, handle: Handle) -> Result<()> { Oct 13 03:05:43.374 INFO kablam! | ^^^^ help: consider using `_core` instead Oct 13 03:05:43.385 INFO kablam! Oct 13 03:05:43.385 INFO kablam! warning: unused variable: `handle` Oct 13 03:05:43.385 INFO kablam! --> src/akarin/client.rs:39:38 Oct 13 03:05:43.385 INFO kablam! | Oct 13 03:05:43.385 INFO kablam! 39 | fn connect(self, mut core: Core, handle: Handle) -> Result<()> { Oct 13 03:05:43.385 INFO kablam! | ^^^^^^ help: consider using `_handle` instead Oct 13 03:05:43.385 INFO kablam! Oct 13 03:05:43.431 INFO kablam! warning: variable does not need to be mutable Oct 13 03:05:43.431 INFO kablam! --> src/akarin/server.rs:163:14 Oct 13 03:05:43.431 INFO kablam! | Oct 13 03:05:43.431 INFO kablam! 163 | fn serve(mut self, mut core: Core, handle: Handle) -> Result<()> { Oct 13 03:05:43.431 INFO kablam! | ----^^^^ Oct 13 03:05:43.431 INFO kablam! | | Oct 13 03:05:43.431 INFO kablam! | help: remove this `mut` Oct 13 03:05:43.431 INFO kablam! | Oct 13 03:05:43.431 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 03:05:43.431 INFO kablam! Oct 13 03:05:43.431 INFO kablam! warning: variable does not need to be mutable Oct 13 03:05:43.431 INFO kablam! --> src/akarin/client.rs:39:22 Oct 13 03:05:43.431 INFO kablam! | Oct 13 03:05:43.431 INFO kablam! 39 | fn connect(self, mut core: Core, handle: Handle) -> Result<()> { Oct 13 03:05:43.431 INFO kablam! | ----^^^^ Oct 13 03:05:43.431 INFO kablam! | | Oct 13 03:05:43.431 INFO kablam! | help: remove this `mut` Oct 13 03:05:43.431 INFO kablam! Oct 13 03:05:43.507 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 03:05:43.507 INFO kablam! --> src/akarin/server.rs:164:9 Oct 13 03:05:43.507 INFO kablam! | Oct 13 03:05:43.507 INFO kablam! 164 | core.run(self); Oct 13 03:05:43.507 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 03:05:43.507 INFO kablam! | Oct 13 03:05:43.507 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 03:05:43.507 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 03:05:43.507 INFO kablam! Oct 13 03:05:45.509 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.37s Oct 13 03:05:45.523 INFO kablam! su: No module specific data is present Oct 13 03:05:46.257 INFO running `"docker" "rm" "-f" "c0d35490b715e3f522bb552e0864f204051f5756f5c5c83cf3d9f65cd9b599ce"` Oct 13 03:05:46.553 INFO blam! c0d35490b715e3f522bb552e0864f204051f5756f5c5c83cf3d9f65cd9b599ce Oct 13 03:05:46.560 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/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 13 03:05:46.977 INFO blam! 1952ee74045c47e6f9bad2c75c9882d4be61ae85ee36bdf523f5350d7a6d81c8 Oct 13 03:05:46.979 INFO running `"docker" "start" "-a" "1952ee74045c47e6f9bad2c75c9882d4be61ae85ee36bdf523f5350d7a6d81c8"` Oct 13 03:05:48.211 INFO kablam! usermod: no changes Oct 13 03:05:48.359 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 13 03:05:48.369 INFO kablam! Running /target/debug/deps/akarin-de5e0e086f6b3235 Oct 13 03:05:48.373 INFO blam! Oct 13 03:05:48.373 INFO blam! running 3 tests Oct 13 03:05:48.395 INFO blam! test crypto::chacha20_poly1305::test::test_encrypt_and_decrypt ... ok Oct 13 03:05:48.395 INFO blam! test transport::network::test::test_ipv4_header ... ok Oct 13 03:05:48.429 INFO blam! test akarin::server::tests::test_client_storage ... ok Oct 13 03:05:48.429 INFO blam! Oct 13 03:05:48.429 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 03:05:48.429 INFO blam! Oct 13 03:05:48.432 INFO kablam! su: No module specific data is present Oct 13 03:05:48.979 INFO running `"docker" "rm" "-f" "1952ee74045c47e6f9bad2c75c9882d4be61ae85ee36bdf523f5350d7a6d81c8"` Oct 13 03:05:49.090 INFO blam! 1952ee74045c47e6f9bad2c75c9882d4be61ae85ee36bdf523f5350d7a6d81c8