Oct 21 14:32:18.240 INFO checking realityone/akarin against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 14:32:18.240 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192/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 21 14:32:18.826 INFO blam! 90d170ecccf8b95d7ade01af48b548ffdd0f3003288832cf70d7bdc70aa4fee2 Oct 21 14:32:18.828 INFO running `"docker" "start" "-a" "90d170ecccf8b95d7ade01af48b548ffdd0f3003288832cf70d7bdc70aa4fee2"` Oct 21 14:32:21.104 INFO kablam! usermod: no changes Oct 21 14:32:21.272 INFO kablam! Compiling either v1.2.0 Oct 21 14:32:21.272 INFO kablam! Compiling scopeguard v0.3.2 Oct 21 14:32:21.272 INFO kablam! Compiling libc v0.2.32 Oct 21 14:32:21.272 INFO kablam! Compiling lazy_static v0.2.9 Oct 21 14:32:21.272 INFO kablam! Compiling futures v0.1.16 Oct 21 14:32:21.272 INFO kablam! Checking ioctl-sys v0.5.2 Oct 21 14:32:21.272 INFO kablam! Checking memchr v1.0.1 Oct 21 14:32:21.272 INFO kablam! Checking transient-hashmap v0.4.0 Oct 21 14:32:22.284 INFO kablam! Checking backtrace-sys v0.1.14 Oct 21 14:32:23.264 INFO kablam! Checking aho-corasick v0.6.3 Oct 21 14:32:23.556 INFO kablam! Compiling coco v0.1.1 Oct 21 14:32:23.670 INFO kablam! Checking backtrace v0.3.3 Oct 21 14:32:25.215 INFO kablam! Checking regex v0.2.2 Oct 21 14:32:25.353 INFO kablam! Checking error-chain v0.11.0 Oct 21 14:32:27.266 INFO kablam! Compiling rand v0.3.17 Oct 21 14:32:27.266 INFO kablam! Compiling num_cpus v1.7.0 Oct 21 14:32:31.232 INFO kablam! Checking env_logger v0.4.3 Oct 21 14:32:32.536 INFO kablam! Checking pretty_env_logger v0.1.1 Oct 21 14:32:34.509 INFO kablam! Compiling rayon-core v1.2.1 Oct 21 14:32:36.796 INFO kablam! Compiling rayon v0.8.2 Oct 21 14:32:39.957 INFO kablam! Compiling ring v0.12.1 Oct 21 14:32:46.512 INFO kablam! Checking akarin v0.1.0 (/source) Oct 21 14:32:47.558 INFO kablam! warning: unused `#[macro_use]` import Oct 21 14:32:47.558 INFO kablam! --> src/main.rs:5:1 Oct 21 14:32:47.558 INFO kablam! | Oct 21 14:32:47.558 INFO kablam! 5 | #[macro_use] Oct 21 14:32:47.558 INFO kablam! | ^^^^^^^^^^^^ Oct 21 14:32:47.558 INFO kablam! | Oct 21 14:32:47.558 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 14:32:47.558 INFO kablam! Oct 21 14:32:47.558 INFO kablam! warning: unused import: `mem` Oct 21 14:32:47.558 INFO kablam! --> src/akarin/server.rs:1:20 Oct 21 14:32:47.558 INFO kablam! | Oct 21 14:32:47.559 INFO kablam! 1 | use std::{fmt, io, mem}; Oct 21 14:32:47.559 INFO kablam! | ^^^ Oct 21 14:32:47.559 INFO kablam! Oct 21 14:32:47.559 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 21 14:32:47.559 INFO kablam! --> src/akarin/mod.rs:26:20 Oct 21 14:32:47.559 INFO kablam! | Oct 21 14:32:47.559 INFO kablam! 26 | fn serve(self, mut core: Core, handle: Handle) -> Result<()>; Oct 21 14:32:47.559 INFO kablam! | ^^^^^^^^ Oct 21 14:32:47.559 INFO kablam! | Oct 21 14:32:47.559 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 21 14:32:47.559 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 21 14:32:47.559 INFO kablam! = note: for more information, see issue #35203 Oct 21 14:32:47.559 INFO kablam! Oct 21 14:32:47.559 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 21 14:32:47.559 INFO kablam! --> src/akarin/mod.rs:30:22 Oct 21 14:32:47.559 INFO kablam! | Oct 21 14:32:47.559 INFO kablam! 30 | fn connect(self, mut core: Core, handle: Handle) -> Result<()>; Oct 21 14:32:47.559 INFO kablam! | ^^^^^^^^ Oct 21 14:32:47.559 INFO kablam! | Oct 21 14:32:47.559 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 21 14:32:47.559 INFO kablam! = note: for more information, see issue #35203 Oct 21 14:32:47.559 INFO kablam! Oct 21 14:32:47.568 INFO kablam! warning: unused import: `common::error::*` Oct 21 14:32:47.568 INFO kablam! --> src/transport/network.rs:6:5 Oct 21 14:32:47.568 INFO kablam! | Oct 21 14:32:47.568 INFO kablam! 6 | use common::error::*; Oct 21 14:32:47.568 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 14:32:47.568 INFO kablam! Oct 21 14:32:47.596 INFO kablam! warning: unused `#[macro_use]` import Oct 21 14:32:47.596 INFO kablam! --> src/main.rs:5:1 Oct 21 14:32:47.596 INFO kablam! | Oct 21 14:32:47.596 INFO kablam! 5 | #[macro_use] Oct 21 14:32:47.596 INFO kablam! | ^^^^^^^^^^^^ Oct 21 14:32:47.596 INFO kablam! | Oct 21 14:32:47.596 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 14:32:47.596 INFO kablam! Oct 21 14:32:47.596 INFO kablam! warning: unused import: `mem` Oct 21 14:32:47.596 INFO kablam! --> src/akarin/server.rs:1:20 Oct 21 14:32:47.596 INFO kablam! | Oct 21 14:32:47.596 INFO kablam! 1 | use std::{fmt, io, mem}; Oct 21 14:32:47.596 INFO kablam! | ^^^ Oct 21 14:32:47.596 INFO kablam! Oct 21 14:32:47.596 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 21 14:32:47.596 INFO kablam! --> src/akarin/mod.rs:26:20 Oct 21 14:32:47.596 INFO kablam! | Oct 21 14:32:47.596 INFO kablam! 26 | fn serve(self, mut core: Core, handle: Handle) -> Result<()>; Oct 21 14:32:47.596 INFO kablam! | ^^^^^^^^ Oct 21 14:32:47.596 INFO kablam! | Oct 21 14:32:47.596 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 21 14:32:47.597 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 21 14:32:47.597 INFO kablam! = note: for more information, see issue #35203 Oct 21 14:32:47.597 INFO kablam! Oct 21 14:32:47.597 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 21 14:32:47.597 INFO kablam! --> src/akarin/mod.rs:30:22 Oct 21 14:32:47.597 INFO kablam! | Oct 21 14:32:47.597 INFO kablam! 30 | fn connect(self, mut core: Core, handle: Handle) -> Result<()>; Oct 21 14:32:47.597 INFO kablam! | ^^^^^^^^ Oct 21 14:32:47.597 INFO kablam! | Oct 21 14:32:47.597 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 21 14:32:47.597 INFO kablam! = note: for more information, see issue #35203 Oct 21 14:32:47.597 INFO kablam! Oct 21 14:32:47.597 INFO kablam! warning: unused import: `common::error::*` Oct 21 14:32:47.597 INFO kablam! --> src/transport/network.rs:6:5 Oct 21 14:32:47.597 INFO kablam! | Oct 21 14:32:47.597 INFO kablam! 6 | use common::error::*; Oct 21 14:32:47.597 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 14:32:47.597 INFO kablam! Oct 21 14:32:47.932 INFO kablam! warning: unused variable: `crypto` Oct 21 14:32:47.932 INFO kablam! --> src/main.rs:37:9 Oct 21 14:32:47.932 INFO kablam! | Oct 21 14:32:47.932 INFO kablam! 37 | let crypto = Ciphers::CHACHA20_POLY1305.init(password); Oct 21 14:32:47.932 INFO kablam! | ^^^^^^ help: consider using `_crypto` instead Oct 21 14:32:47.932 INFO kablam! | Oct 21 14:32:47.932 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 14:32:47.932 INFO kablam! Oct 21 14:32:47.932 INFO kablam! warning: unused variable: `token` Oct 21 14:32:47.932 INFO kablam! --> src/akarin/server.rs:157:27 Oct 21 14:32:47.932 INFO kablam! | Oct 21 14:32:47.932 INFO kablam! 157 | if let Some(&(token, sockaddr)) = self.clients.get(client_id) {} Oct 21 14:32:47.932 INFO kablam! | ^^^^^ help: consider using `_token` instead Oct 21 14:32:47.932 INFO kablam! Oct 21 14:32:47.932 INFO kablam! warning: unused variable: `sockaddr` Oct 21 14:32:47.932 INFO kablam! --> src/akarin/server.rs:157:34 Oct 21 14:32:47.932 INFO kablam! | Oct 21 14:32:47.932 INFO kablam! 157 | if let Some(&(token, sockaddr)) = self.clients.get(client_id) {} Oct 21 14:32:47.932 INFO kablam! | ^^^^^^^^ help: consider using `_sockaddr` instead Oct 21 14:32:47.932 INFO kablam! Oct 21 14:32:47.932 INFO kablam! warning: unused variable: `handle` Oct 21 14:32:47.932 INFO kablam! --> src/akarin/server.rs:163:40 Oct 21 14:32:47.932 INFO kablam! | Oct 21 14:32:47.932 INFO kablam! 163 | fn serve(mut self, mut core: Core, handle: Handle) -> Result<()> { Oct 21 14:32:47.932 INFO kablam! | ^^^^^^ help: consider using `_handle` instead Oct 21 14:32:47.932 INFO kablam! Oct 21 14:32:47.932 INFO kablam! warning: unused variable: `core` Oct 21 14:32:47.932 INFO kablam! --> src/akarin/client.rs:39:26 Oct 21 14:32:47.932 INFO kablam! | Oct 21 14:32:47.932 INFO kablam! 39 | fn connect(self, mut core: Core, handle: Handle) -> Result<()> { Oct 21 14:32:47.932 INFO kablam! | ^^^^ help: consider using `_core` instead Oct 21 14:32:47.932 INFO kablam! Oct 21 14:32:47.932 INFO kablam! warning: unused variable: `handle` Oct 21 14:32:47.932 INFO kablam! --> src/akarin/client.rs:39:38 Oct 21 14:32:47.932 INFO kablam! | Oct 21 14:32:47.932 INFO kablam! 39 | fn connect(self, mut core: Core, handle: Handle) -> Result<()> { Oct 21 14:32:47.932 INFO kablam! | ^^^^^^ help: consider using `_handle` instead Oct 21 14:32:47.932 INFO kablam! Oct 21 14:32:47.976 INFO kablam! warning: variable does not need to be mutable Oct 21 14:32:47.976 INFO kablam! --> src/akarin/server.rs:163:14 Oct 21 14:32:47.976 INFO kablam! | Oct 21 14:32:47.976 INFO kablam! 163 | fn serve(mut self, mut core: Core, handle: Handle) -> Result<()> { Oct 21 14:32:47.976 INFO kablam! | ----^^^^ Oct 21 14:32:47.976 INFO kablam! | | Oct 21 14:32:47.976 INFO kablam! | help: remove this `mut` Oct 21 14:32:47.976 INFO kablam! | Oct 21 14:32:47.976 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 14:32:47.976 INFO kablam! Oct 21 14:32:47.976 INFO kablam! warning: variable does not need to be mutable Oct 21 14:32:47.976 INFO kablam! --> src/akarin/client.rs:39:22 Oct 21 14:32:47.976 INFO kablam! | Oct 21 14:32:47.976 INFO kablam! 39 | fn connect(self, mut core: Core, handle: Handle) -> Result<()> { Oct 21 14:32:47.976 INFO kablam! | ----^^^^ Oct 21 14:32:47.976 INFO kablam! | | Oct 21 14:32:47.976 INFO kablam! | help: remove this `mut` Oct 21 14:32:47.976 INFO kablam! Oct 21 14:32:48.056 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 14:32:48.056 INFO kablam! --> src/akarin/server.rs:164:9 Oct 21 14:32:48.056 INFO kablam! | Oct 21 14:32:48.056 INFO kablam! 164 | core.run(self); Oct 21 14:32:48.056 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 14:32:48.056 INFO kablam! | Oct 21 14:32:48.056 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 14:32:48.056 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 14:32:48.056 INFO kablam! Oct 21 14:32:48.100 INFO kablam! warning: unused variable: `crypto` Oct 21 14:32:48.100 INFO kablam! --> src/main.rs:37:9 Oct 21 14:32:48.100 INFO kablam! | Oct 21 14:32:48.100 INFO kablam! 37 | let crypto = Ciphers::CHACHA20_POLY1305.init(password); Oct 21 14:32:48.100 INFO kablam! | ^^^^^^ help: consider using `_crypto` instead Oct 21 14:32:48.100 INFO kablam! | Oct 21 14:32:48.100 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 14:32:48.100 INFO kablam! Oct 21 14:32:48.116 INFO kablam! warning: unused variable: `token` Oct 21 14:32:48.116 INFO kablam! --> src/akarin/server.rs:157:27 Oct 21 14:32:48.116 INFO kablam! | Oct 21 14:32:48.116 INFO kablam! 157 | if let Some(&(token, sockaddr)) = self.clients.get(client_id) {} Oct 21 14:32:48.116 INFO kablam! | ^^^^^ help: consider using `_token` instead Oct 21 14:32:48.116 INFO kablam! Oct 21 14:32:48.116 INFO kablam! warning: unused variable: `sockaddr` Oct 21 14:32:48.116 INFO kablam! --> src/akarin/server.rs:157:34 Oct 21 14:32:48.116 INFO kablam! | Oct 21 14:32:48.116 INFO kablam! 157 | if let Some(&(token, sockaddr)) = self.clients.get(client_id) {} Oct 21 14:32:48.116 INFO kablam! | ^^^^^^^^ help: consider using `_sockaddr` instead Oct 21 14:32:48.116 INFO kablam! Oct 21 14:32:48.116 INFO kablam! warning: unused variable: `handle` Oct 21 14:32:48.116 INFO kablam! --> src/akarin/server.rs:163:40 Oct 21 14:32:48.116 INFO kablam! | Oct 21 14:32:48.116 INFO kablam! 163 | fn serve(mut self, mut core: Core, handle: Handle) -> Result<()> { Oct 21 14:32:48.116 INFO kablam! | ^^^^^^ help: consider using `_handle` instead Oct 21 14:32:48.116 INFO kablam! Oct 21 14:32:48.116 INFO kablam! warning: unused variable: `core` Oct 21 14:32:48.116 INFO kablam! --> src/akarin/client.rs:39:26 Oct 21 14:32:48.116 INFO kablam! | Oct 21 14:32:48.116 INFO kablam! 39 | fn connect(self, mut core: Core, handle: Handle) -> Result<()> { Oct 21 14:32:48.116 INFO kablam! | ^^^^ help: consider using `_core` instead Oct 21 14:32:48.116 INFO kablam! Oct 21 14:32:48.116 INFO kablam! warning: unused variable: `handle` Oct 21 14:32:48.116 INFO kablam! --> src/akarin/client.rs:39:38 Oct 21 14:32:48.116 INFO kablam! | Oct 21 14:32:48.116 INFO kablam! 39 | fn connect(self, mut core: Core, handle: Handle) -> Result<()> { Oct 21 14:32:48.116 INFO kablam! | ^^^^^^ help: consider using `_handle` instead Oct 21 14:32:48.116 INFO kablam! Oct 21 14:32:48.192 INFO kablam! warning: variable does not need to be mutable Oct 21 14:32:48.192 INFO kablam! --> src/akarin/server.rs:163:14 Oct 21 14:32:48.192 INFO kablam! | Oct 21 14:32:48.192 INFO kablam! 163 | fn serve(mut self, mut core: Core, handle: Handle) -> Result<()> { Oct 21 14:32:48.192 INFO kablam! | ----^^^^ Oct 21 14:32:48.192 INFO kablam! | | Oct 21 14:32:48.192 INFO kablam! | help: remove this `mut` Oct 21 14:32:48.192 INFO kablam! | Oct 21 14:32:48.192 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 14:32:48.192 INFO kablam! Oct 21 14:32:48.200 INFO kablam! warning: variable does not need to be mutable Oct 21 14:32:48.200 INFO kablam! --> src/akarin/client.rs:39:22 Oct 21 14:32:48.200 INFO kablam! | Oct 21 14:32:48.200 INFO kablam! 39 | fn connect(self, mut core: Core, handle: Handle) -> Result<()> { Oct 21 14:32:48.200 INFO kablam! | ----^^^^ Oct 21 14:32:48.200 INFO kablam! | | Oct 21 14:32:48.200 INFO kablam! | help: remove this `mut` Oct 21 14:32:48.200 INFO kablam! Oct 21 14:32:48.292 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 14:32:48.293 INFO kablam! --> src/akarin/server.rs:164:9 Oct 21 14:32:48.293 INFO kablam! | Oct 21 14:32:48.293 INFO kablam! 164 | core.run(self); Oct 21 14:32:48.293 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 14:32:48.293 INFO kablam! | Oct 21 14:32:48.293 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 14:32:48.294 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 14:32:48.294 INFO kablam! Oct 21 14:32:48.357 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 27.23s Oct 21 14:32:48.372 INFO kablam! su: No module specific data is present Oct 21 14:32:49.017 INFO running `"docker" "rm" "-f" "90d170ecccf8b95d7ade01af48b548ffdd0f3003288832cf70d7bdc70aa4fee2"` Oct 21 14:32:49.388 INFO blam! 90d170ecccf8b95d7ade01af48b548ffdd0f3003288832cf70d7bdc70aa4fee2