Oct 26 22:24:58.283 INFO checking realityone/akarin against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 22:24:58.283 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 26 22:24:58.739 INFO blam! f6d2b23a002ef99782d0ae9af46c333c542ec5be14c02431dffbc5847d1ad9e2 Oct 26 22:24:58.742 INFO running `"docker" "start" "-a" "f6d2b23a002ef99782d0ae9af46c333c542ec5be14c02431dffbc5847d1ad9e2"` Oct 26 22:25:00.967 INFO kablam! usermod: no changes Oct 26 22:25:01.165 INFO kablam! Compiling either v1.2.0 Oct 26 22:25:01.165 INFO kablam! Compiling scopeguard v0.3.2 Oct 26 22:25:01.165 INFO kablam! Compiling libc v0.2.32 Oct 26 22:25:01.165 INFO kablam! Compiling lazy_static v0.2.9 Oct 26 22:25:01.165 INFO kablam! Compiling futures v0.1.16 Oct 26 22:25:01.173 INFO kablam! Checking ioctl-sys v0.5.2 Oct 26 22:25:01.173 INFO kablam! Checking memchr v1.0.1 Oct 26 22:25:01.173 INFO kablam! Checking iovec v0.1.1 Oct 26 22:25:03.141 INFO kablam! Checking time v0.1.38 Oct 26 22:25:03.239 INFO kablam! Compiling backtrace-sys v0.1.14 Oct 26 22:25:03.311 INFO kablam! Checking net2 v0.2.31 Oct 26 22:25:03.536 INFO kablam! Checking aho-corasick v0.6.3 Oct 26 22:25:03.600 INFO kablam! Checking bytes v0.4.5 Oct 26 22:25:05.112 INFO kablam! Compiling coco v0.1.1 Oct 26 22:25:08.024 INFO kablam! Checking mio v0.6.10 Oct 26 22:25:09.175 INFO kablam! Checking regex v0.2.2 Oct 26 22:25:10.547 INFO kablam! Checking transient-hashmap v0.4.0 Oct 26 22:25:10.547 INFO kablam! Compiling num_cpus v1.7.0 Oct 26 22:25:10.571 INFO kablam! Compiling rand v0.3.17 Oct 26 22:25:10.611 INFO kablam! Checking tokio-io v0.1.3 Oct 26 22:25:19.451 INFO kablam! Checking tokio-core v0.1.10 Oct 26 22:25:21.307 INFO kablam! Checking env_logger v0.4.3 Oct 26 22:25:22.360 INFO kablam! Compiling rayon-core v1.2.1 Oct 26 22:25:22.663 INFO kablam! Checking pretty_env_logger v0.1.1 Oct 26 22:25:26.807 INFO kablam! Compiling rayon v0.8.2 Oct 26 22:25:33.956 INFO kablam! Checking backtrace v0.3.3 Oct 26 22:25:34.559 INFO kablam! Checking error-chain v0.11.0 Oct 26 22:25:34.819 INFO kablam! Compiling ring v0.12.1 Oct 26 22:25:41.267 INFO kablam! Checking akarin v0.1.0 (/source) Oct 26 22:25:41.985 INFO kablam! warning: unused `#[macro_use]` import Oct 26 22:25:41.985 INFO kablam! --> src/main.rs:5:1 Oct 26 22:25:41.985 INFO kablam! | Oct 26 22:25:41.985 INFO kablam! 5 | #[macro_use] Oct 26 22:25:41.985 INFO kablam! | ^^^^^^^^^^^^ Oct 26 22:25:41.985 INFO kablam! | Oct 26 22:25:41.985 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 22:25:41.985 INFO kablam! Oct 26 22:25:41.987 INFO kablam! warning: unused import: `mem` Oct 26 22:25:41.987 INFO kablam! --> src/akarin/server.rs:1:20 Oct 26 22:25:41.987 INFO kablam! | Oct 26 22:25:41.987 INFO kablam! 1 | use std::{fmt, io, mem}; Oct 26 22:25:41.987 INFO kablam! | ^^^ Oct 26 22:25:41.987 INFO kablam! Oct 26 22:25:41.988 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 26 22:25:41.988 INFO kablam! --> src/akarin/mod.rs:26:20 Oct 26 22:25:41.988 INFO kablam! | Oct 26 22:25:41.988 INFO kablam! 26 | fn serve(self, mut core: Core, handle: Handle) -> Result<()>; Oct 26 22:25:41.988 INFO kablam! | ^^^^^^^^ Oct 26 22:25:41.988 INFO kablam! | Oct 26 22:25:41.988 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 26 22:25:41.988 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 26 22:25:41.988 INFO kablam! = note: for more information, see issue #35203 Oct 26 22:25:41.988 INFO kablam! Oct 26 22:25:41.988 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 26 22:25:41.988 INFO kablam! --> src/akarin/mod.rs:30:22 Oct 26 22:25:41.988 INFO kablam! | Oct 26 22:25:41.988 INFO kablam! 30 | fn connect(self, mut core: Core, handle: Handle) -> Result<()>; Oct 26 22:25:41.988 INFO kablam! | ^^^^^^^^ Oct 26 22:25:41.988 INFO kablam! | Oct 26 22:25:41.988 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 26 22:25:41.988 INFO kablam! = note: for more information, see issue #35203 Oct 26 22:25:41.988 INFO kablam! Oct 26 22:25:41.988 INFO kablam! warning: unused import: `common::error::*` Oct 26 22:25:41.988 INFO kablam! --> src/transport/network.rs:6:5 Oct 26 22:25:41.988 INFO kablam! | Oct 26 22:25:41.988 INFO kablam! 6 | use common::error::*; Oct 26 22:25:41.988 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 26 22:25:41.988 INFO kablam! Oct 26 22:25:42.055 INFO kablam! warning: unused `#[macro_use]` import Oct 26 22:25:42.055 INFO kablam! --> src/main.rs:5:1 Oct 26 22:25:42.055 INFO kablam! | Oct 26 22:25:42.055 INFO kablam! 5 | #[macro_use] Oct 26 22:25:42.055 INFO kablam! | ^^^^^^^^^^^^ Oct 26 22:25:42.055 INFO kablam! | Oct 26 22:25:42.055 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 22:25:42.055 INFO kablam! Oct 26 22:25:42.055 INFO kablam! warning: unused import: `mem` Oct 26 22:25:42.055 INFO kablam! --> src/akarin/server.rs:1:20 Oct 26 22:25:42.055 INFO kablam! | Oct 26 22:25:42.055 INFO kablam! 1 | use std::{fmt, io, mem}; Oct 26 22:25:42.055 INFO kablam! | ^^^ Oct 26 22:25:42.055 INFO kablam! Oct 26 22:25:42.055 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 26 22:25:42.055 INFO kablam! --> src/akarin/mod.rs:26:20 Oct 26 22:25:42.055 INFO kablam! | Oct 26 22:25:42.055 INFO kablam! 26 | fn serve(self, mut core: Core, handle: Handle) -> Result<()>; Oct 26 22:25:42.055 INFO kablam! | ^^^^^^^^ Oct 26 22:25:42.055 INFO kablam! | Oct 26 22:25:42.055 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 26 22:25:42.055 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 26 22:25:42.055 INFO kablam! = note: for more information, see issue #35203 Oct 26 22:25:42.055 INFO kablam! Oct 26 22:25:42.055 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 26 22:25:42.055 INFO kablam! --> src/akarin/mod.rs:30:22 Oct 26 22:25:42.055 INFO kablam! | Oct 26 22:25:42.055 INFO kablam! 30 | fn connect(self, mut core: Core, handle: Handle) -> Result<()>; Oct 26 22:25:42.055 INFO kablam! | ^^^^^^^^ Oct 26 22:25:42.055 INFO kablam! | Oct 26 22:25:42.055 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 26 22:25:42.055 INFO kablam! = note: for more information, see issue #35203 Oct 26 22:25:42.055 INFO kablam! Oct 26 22:25:42.055 INFO kablam! warning: unused import: `common::error::*` Oct 26 22:25:42.055 INFO kablam! --> src/transport/network.rs:6:5 Oct 26 22:25:42.055 INFO kablam! | Oct 26 22:25:42.055 INFO kablam! 6 | use common::error::*; Oct 26 22:25:42.055 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 26 22:25:42.055 INFO kablam! Oct 26 22:25:42.327 INFO kablam! warning: unused variable: `crypto` Oct 26 22:25:42.327 INFO kablam! --> src/main.rs:37:9 Oct 26 22:25:42.327 INFO kablam! | Oct 26 22:25:42.327 INFO kablam! 37 | let crypto = Ciphers::CHACHA20_POLY1305.init(password); Oct 26 22:25:42.327 INFO kablam! | ^^^^^^ help: consider using `_crypto` instead Oct 26 22:25:42.327 INFO kablam! | Oct 26 22:25:42.327 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 22:25:42.327 INFO kablam! Oct 26 22:25:42.327 INFO kablam! warning: unused variable: `token` Oct 26 22:25:42.327 INFO kablam! --> src/akarin/server.rs:157:27 Oct 26 22:25:42.327 INFO kablam! | Oct 26 22:25:42.327 INFO kablam! 157 | if let Some(&(token, sockaddr)) = self.clients.get(client_id) {} Oct 26 22:25:42.327 INFO kablam! | ^^^^^ help: consider using `_token` instead Oct 26 22:25:42.327 INFO kablam! Oct 26 22:25:42.327 INFO kablam! warning: unused variable: `sockaddr` Oct 26 22:25:42.327 INFO kablam! --> src/akarin/server.rs:157:34 Oct 26 22:25:42.327 INFO kablam! | Oct 26 22:25:42.327 INFO kablam! 157 | if let Some(&(token, sockaddr)) = self.clients.get(client_id) {} Oct 26 22:25:42.327 INFO kablam! | ^^^^^^^^ help: consider using `_sockaddr` instead Oct 26 22:25:42.327 INFO kablam! Oct 26 22:25:42.327 INFO kablam! warning: unused variable: `handle` Oct 26 22:25:42.327 INFO kablam! --> src/akarin/server.rs:163:40 Oct 26 22:25:42.327 INFO kablam! | Oct 26 22:25:42.327 INFO kablam! 163 | fn serve(mut self, mut core: Core, handle: Handle) -> Result<()> { Oct 26 22:25:42.327 INFO kablam! | ^^^^^^ help: consider using `_handle` instead Oct 26 22:25:42.327 INFO kablam! Oct 26 22:25:42.327 INFO kablam! warning: unused variable: `core` Oct 26 22:25:42.327 INFO kablam! --> src/akarin/client.rs:39:26 Oct 26 22:25:42.327 INFO kablam! | Oct 26 22:25:42.327 INFO kablam! 39 | fn connect(self, mut core: Core, handle: Handle) -> Result<()> { Oct 26 22:25:42.327 INFO kablam! | ^^^^ help: consider using `_core` instead Oct 26 22:25:42.327 INFO kablam! Oct 26 22:25:42.327 INFO kablam! warning: unused variable: `handle` Oct 26 22:25:42.327 INFO kablam! --> src/akarin/client.rs:39:38 Oct 26 22:25:42.327 INFO kablam! | Oct 26 22:25:42.327 INFO kablam! 39 | fn connect(self, mut core: Core, handle: Handle) -> Result<()> { Oct 26 22:25:42.327 INFO kablam! | ^^^^^^ help: consider using `_handle` instead Oct 26 22:25:42.327 INFO kablam! Oct 26 22:25:42.367 INFO kablam! warning: variable does not need to be mutable Oct 26 22:25:42.367 INFO kablam! --> src/akarin/server.rs:163:14 Oct 26 22:25:42.367 INFO kablam! | Oct 26 22:25:42.367 INFO kablam! 163 | fn serve(mut self, mut core: Core, handle: Handle) -> Result<()> { Oct 26 22:25:42.367 INFO kablam! | ----^^^^ Oct 26 22:25:42.367 INFO kablam! | | Oct 26 22:25:42.367 INFO kablam! | help: remove this `mut` Oct 26 22:25:42.367 INFO kablam! | Oct 26 22:25:42.367 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 22:25:42.367 INFO kablam! Oct 26 22:25:42.367 INFO kablam! warning: variable does not need to be mutable Oct 26 22:25:42.367 INFO kablam! --> src/akarin/client.rs:39:22 Oct 26 22:25:42.367 INFO kablam! | Oct 26 22:25:42.367 INFO kablam! 39 | fn connect(self, mut core: Core, handle: Handle) -> Result<()> { Oct 26 22:25:42.367 INFO kablam! | ----^^^^ Oct 26 22:25:42.367 INFO kablam! | | Oct 26 22:25:42.367 INFO kablam! | help: remove this `mut` Oct 26 22:25:42.367 INFO kablam! Oct 26 22:25:42.423 INFO kablam! warning: unused variable: `crypto` Oct 26 22:25:42.423 INFO kablam! --> src/main.rs:37:9 Oct 26 22:25:42.423 INFO kablam! | Oct 26 22:25:42.423 INFO kablam! 37 | let crypto = Ciphers::CHACHA20_POLY1305.init(password); Oct 26 22:25:42.423 INFO kablam! | ^^^^^^ help: consider using `_crypto` instead Oct 26 22:25:42.423 INFO kablam! | Oct 26 22:25:42.423 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 22:25:42.423 INFO kablam! Oct 26 22:25:42.423 INFO kablam! warning: unused variable: `token` Oct 26 22:25:42.423 INFO kablam! --> src/akarin/server.rs:157:27 Oct 26 22:25:42.423 INFO kablam! | Oct 26 22:25:42.423 INFO kablam! 157 | if let Some(&(token, sockaddr)) = self.clients.get(client_id) {} Oct 26 22:25:42.423 INFO kablam! | ^^^^^ help: consider using `_token` instead Oct 26 22:25:42.423 INFO kablam! Oct 26 22:25:42.423 INFO kablam! warning: unused variable: `sockaddr` Oct 26 22:25:42.423 INFO kablam! --> src/akarin/server.rs:157:34 Oct 26 22:25:42.423 INFO kablam! | Oct 26 22:25:42.423 INFO kablam! 157 | if let Some(&(token, sockaddr)) = self.clients.get(client_id) {} Oct 26 22:25:42.423 INFO kablam! | ^^^^^^^^ help: consider using `_sockaddr` instead Oct 26 22:25:42.423 INFO kablam! Oct 26 22:25:42.423 INFO kablam! warning: unused variable: `handle` Oct 26 22:25:42.423 INFO kablam! --> src/akarin/server.rs:163:40 Oct 26 22:25:42.423 INFO kablam! | Oct 26 22:25:42.423 INFO kablam! 163 | fn serve(mut self, mut core: Core, handle: Handle) -> Result<()> { Oct 26 22:25:42.423 INFO kablam! | ^^^^^^ help: consider using `_handle` instead Oct 26 22:25:42.423 INFO kablam! Oct 26 22:25:42.423 INFO kablam! warning: unused variable: `core` Oct 26 22:25:42.423 INFO kablam! --> src/akarin/client.rs:39:26 Oct 26 22:25:42.423 INFO kablam! | Oct 26 22:25:42.423 INFO kablam! 39 | fn connect(self, mut core: Core, handle: Handle) -> Result<()> { Oct 26 22:25:42.423 INFO kablam! | ^^^^ help: consider using `_core` instead Oct 26 22:25:42.423 INFO kablam! Oct 26 22:25:42.423 INFO kablam! warning: unused variable: `handle` Oct 26 22:25:42.423 INFO kablam! --> src/akarin/client.rs:39:38 Oct 26 22:25:42.423 INFO kablam! | Oct 26 22:25:42.423 INFO kablam! 39 | fn connect(self, mut core: Core, handle: Handle) -> Result<()> { Oct 26 22:25:42.423 INFO kablam! | ^^^^^^ help: consider using `_handle` instead Oct 26 22:25:42.423 INFO kablam! Oct 26 22:25:42.487 INFO kablam! warning: variable does not need to be mutable Oct 26 22:25:42.487 INFO kablam! --> src/akarin/server.rs:163:14 Oct 26 22:25:42.487 INFO kablam! | Oct 26 22:25:42.487 INFO kablam! 163 | fn serve(mut self, mut core: Core, handle: Handle) -> Result<()> { Oct 26 22:25:42.487 INFO kablam! | ----^^^^ Oct 26 22:25:42.487 INFO kablam! | | Oct 26 22:25:42.487 INFO kablam! | help: remove this `mut` Oct 26 22:25:42.487 INFO kablam! | Oct 26 22:25:42.488 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 22:25:42.488 INFO kablam! Oct 26 22:25:42.491 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 22:25:42.491 INFO kablam! --> src/akarin/server.rs:164:9 Oct 26 22:25:42.491 INFO kablam! | Oct 26 22:25:42.491 INFO kablam! 164 | core.run(self); Oct 26 22:25:42.491 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 26 22:25:42.491 INFO kablam! | Oct 26 22:25:42.491 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 22:25:42.491 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 22:25:42.491 INFO kablam! Oct 26 22:25:42.499 INFO kablam! warning: variable does not need to be mutable Oct 26 22:25:42.499 INFO kablam! --> src/akarin/client.rs:39:22 Oct 26 22:25:42.499 INFO kablam! | Oct 26 22:25:42.499 INFO kablam! 39 | fn connect(self, mut core: Core, handle: Handle) -> Result<()> { Oct 26 22:25:42.499 INFO kablam! | ----^^^^ Oct 26 22:25:42.499 INFO kablam! | | Oct 26 22:25:42.499 INFO kablam! | help: remove this `mut` Oct 26 22:25:42.499 INFO kablam! Oct 26 22:25:42.571 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 22:25:42.571 INFO kablam! --> src/akarin/server.rs:164:9 Oct 26 22:25:42.571 INFO kablam! | Oct 26 22:25:42.571 INFO kablam! 164 | core.run(self); Oct 26 22:25:42.571 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 26 22:25:42.571 INFO kablam! | Oct 26 22:25:42.571 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 22:25:42.571 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 22:25:42.571 INFO kablam! Oct 26 22:25:42.635 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 41.63s Oct 26 22:25:42.639 INFO kablam! su: No module specific data is present Oct 26 22:25:43.273 INFO running `"docker" "rm" "-f" "f6d2b23a002ef99782d0ae9af46c333c542ec5be14c02431dffbc5847d1ad9e2"` Oct 26 22:25:43.701 INFO blam! f6d2b23a002ef99782d0ae9af46c333c542ec5be14c02431dffbc5847d1ad9e2