Oct 26 22:24:50.415 INFO checking realityone/akarin against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 22:24:50.415 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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:50.978 INFO blam! 5d112c02bad439f12c64cf3690b398bfa014ebe92cd807c9c8774888e70b8712 Oct 26 22:24:50.980 INFO running `"docker" "start" "-a" "5d112c02bad439f12c64cf3690b398bfa014ebe92cd807c9c8774888e70b8712"` Oct 26 22:24:53.787 INFO kablam! usermod: no changes Oct 26 22:24:53.971 INFO kablam! Compiling either v1.2.0 Oct 26 22:24:53.971 INFO kablam! Compiling scopeguard v0.3.2 Oct 26 22:24:53.971 INFO kablam! Compiling cc v1.0.0 Oct 26 22:24:53.983 INFO kablam! Compiling futures v0.1.16 Oct 26 22:24:53.983 INFO kablam! Checking ioctl-sys v0.5.2 Oct 26 22:24:53.983 INFO kablam! Compiling rand v0.3.17 Oct 26 22:24:53.983 INFO kablam! Compiling num_cpus v1.7.0 Oct 26 22:24:53.983 INFO kablam! Checking iovec v0.1.1 Oct 26 22:24:55.547 INFO kablam! Checking net2 v0.2.31 Oct 26 22:24:55.876 INFO kablam! Checking transient-hashmap v0.4.0 Oct 26 22:24:55.935 INFO kablam! Checking bytes v0.4.5 Oct 26 22:24:57.087 INFO kablam! Compiling coco v0.1.1 Oct 26 22:24:59.800 INFO kablam! Checking env_logger v0.4.3 Oct 26 22:24:59.801 INFO kablam! Checking mio v0.6.10 Oct 26 22:25:03.347 INFO kablam! Checking tokio-io v0.1.3 Oct 26 22:25:06.746 INFO kablam! Checking pretty_env_logger v0.1.1 Oct 26 22:25:06.746 INFO kablam! Compiling backtrace-sys v0.1.14 Oct 26 22:25:09.721 INFO kablam! Checking tokio-core v0.1.10 Oct 26 22:25:15.699 INFO kablam! Compiling rayon-core v1.2.1 Oct 26 22:25:20.035 INFO kablam! Compiling rayon v0.8.2 Oct 26 22:25:27.327 INFO kablam! Compiling ring v0.12.1 Oct 26 22:25:29.236 INFO kablam! Checking backtrace v0.3.3 Oct 26 22:25:30.329 INFO kablam! Checking error-chain v0.11.0 Oct 26 22:25:36.314 INFO kablam! Checking akarin v0.1.0 (/source) Oct 26 22:25:37.325 INFO kablam! warning: unused `#[macro_use]` import Oct 26 22:25:37.325 INFO kablam! --> src/main.rs:5:1 Oct 26 22:25:37.326 INFO kablam! | Oct 26 22:25:37.326 INFO kablam! 5 | #[macro_use] Oct 26 22:25:37.326 INFO kablam! | ^^^^^^^^^^^^ Oct 26 22:25:37.327 INFO kablam! | Oct 26 22:25:37.327 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 22:25:37.327 INFO kablam! Oct 26 22:25:37.327 INFO kablam! warning: unused import: `mem` Oct 26 22:25:37.328 INFO kablam! --> src/akarin/server.rs:1:20 Oct 26 22:25:37.328 INFO kablam! | Oct 26 22:25:37.328 INFO kablam! 1 | use std::{fmt, io, mem}; Oct 26 22:25:37.329 INFO kablam! | ^^^ Oct 26 22:25:37.329 INFO kablam! Oct 26 22:25:37.337 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 26 22:25:37.339 INFO kablam! --> src/akarin/mod.rs:26:20 Oct 26 22:25:37.339 INFO kablam! | Oct 26 22:25:37.339 INFO kablam! 26 | fn serve(self, mut core: Core, handle: Handle) -> Result<()>; Oct 26 22:25:37.340 INFO kablam! | ^^^^^^^^ Oct 26 22:25:37.341 INFO kablam! | Oct 26 22:25:37.341 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 26 22:25:37.341 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:37.341 INFO kablam! = note: for more information, see issue #35203 Oct 26 22:25:37.342 INFO kablam! Oct 26 22:25:37.342 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 26 22:25:37.342 INFO kablam! --> src/akarin/mod.rs:30:22 Oct 26 22:25:37.342 INFO kablam! | Oct 26 22:25:37.343 INFO kablam! 30 | fn connect(self, mut core: Core, handle: Handle) -> Result<()>; Oct 26 22:25:37.343 INFO kablam! | ^^^^^^^^ Oct 26 22:25:37.343 INFO kablam! | Oct 26 22:25:37.343 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:37.343 INFO kablam! = note: for more information, see issue #35203 Oct 26 22:25:37.343 INFO kablam! Oct 26 22:25:37.343 INFO kablam! warning: unused import: `common::error::*` Oct 26 22:25:37.343 INFO kablam! --> src/transport/network.rs:6:5 Oct 26 22:25:37.343 INFO kablam! | Oct 26 22:25:37.343 INFO kablam! 6 | use common::error::*; Oct 26 22:25:37.343 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 26 22:25:37.343 INFO kablam! Oct 26 22:25:37.463 INFO kablam! warning: unused `#[macro_use]` import Oct 26 22:25:37.463 INFO kablam! --> src/main.rs:5:1 Oct 26 22:25:37.463 INFO kablam! | Oct 26 22:25:37.463 INFO kablam! 5 | #[macro_use] Oct 26 22:25:37.463 INFO kablam! | ^^^^^^^^^^^^ Oct 26 22:25:37.467 INFO kablam! | Oct 26 22:25:37.467 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 22:25:37.467 INFO kablam! Oct 26 22:25:37.468 INFO kablam! warning: unused import: `mem` Oct 26 22:25:37.468 INFO kablam! --> src/akarin/server.rs:1:20 Oct 26 22:25:37.468 INFO kablam! | Oct 26 22:25:37.468 INFO kablam! 1 | use std::{fmt, io, mem}; Oct 26 22:25:37.468 INFO kablam! | ^^^ Oct 26 22:25:37.468 INFO kablam! Oct 26 22:25:37.469 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 26 22:25:37.469 INFO kablam! --> src/akarin/mod.rs:26:20 Oct 26 22:25:37.470 INFO kablam! | Oct 26 22:25:37.470 INFO kablam! 26 | fn serve(self, mut core: Core, handle: Handle) -> Result<()>; Oct 26 22:25:37.470 INFO kablam! | ^^^^^^^^ Oct 26 22:25:37.470 INFO kablam! | Oct 26 22:25:37.470 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 26 22:25:37.470 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:37.470 INFO kablam! = note: for more information, see issue #35203 Oct 26 22:25:37.470 INFO kablam! Oct 26 22:25:37.470 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 26 22:25:37.470 INFO kablam! --> src/akarin/mod.rs:30:22 Oct 26 22:25:37.470 INFO kablam! | Oct 26 22:25:37.470 INFO kablam! 30 | fn connect(self, mut core: Core, handle: Handle) -> Result<()>; Oct 26 22:25:37.470 INFO kablam! | ^^^^^^^^ Oct 26 22:25:37.470 INFO kablam! | Oct 26 22:25:37.470 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:37.470 INFO kablam! = note: for more information, see issue #35203 Oct 26 22:25:37.470 INFO kablam! Oct 26 22:25:37.471 INFO kablam! warning: unused import: `common::error::*` Oct 26 22:25:37.471 INFO kablam! --> src/transport/network.rs:6:5 Oct 26 22:25:37.471 INFO kablam! | Oct 26 22:25:37.471 INFO kablam! 6 | use common::error::*; Oct 26 22:25:37.471 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 26 22:25:37.471 INFO kablam! Oct 26 22:25:37.823 INFO kablam! warning: unused variable: `crypto` Oct 26 22:25:37.824 INFO kablam! --> src/main.rs:37:9 Oct 26 22:25:37.824 INFO kablam! | Oct 26 22:25:37.824 INFO kablam! 37 | let crypto = Ciphers::CHACHA20_POLY1305.init(password); Oct 26 22:25:37.825 INFO kablam! | ^^^^^^ help: consider using `_crypto` instead Oct 26 22:25:37.825 INFO kablam! | Oct 26 22:25:37.825 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 22:25:37.825 INFO kablam! Oct 26 22:25:37.826 INFO kablam! warning: unused variable: `token` Oct 26 22:25:37.826 INFO kablam! --> src/akarin/server.rs:157:27 Oct 26 22:25:37.826 INFO kablam! | Oct 26 22:25:37.827 INFO kablam! 157 | if let Some(&(token, sockaddr)) = self.clients.get(client_id) {} Oct 26 22:25:37.827 INFO kablam! | ^^^^^ help: consider using `_token` instead Oct 26 22:25:37.827 INFO kablam! Oct 26 22:25:37.827 INFO kablam! warning: unused variable: `sockaddr` Oct 26 22:25:37.828 INFO kablam! --> src/akarin/server.rs:157:34 Oct 26 22:25:37.828 INFO kablam! | Oct 26 22:25:37.828 INFO kablam! 157 | if let Some(&(token, sockaddr)) = self.clients.get(client_id) {} Oct 26 22:25:37.829 INFO kablam! | ^^^^^^^^ help: consider using `_sockaddr` instead Oct 26 22:25:37.829 INFO kablam! Oct 26 22:25:37.829 INFO kablam! warning: unused variable: `handle` Oct 26 22:25:37.829 INFO kablam! --> src/akarin/server.rs:163:40 Oct 26 22:25:37.830 INFO kablam! | Oct 26 22:25:37.830 INFO kablam! 163 | fn serve(mut self, mut core: Core, handle: Handle) -> Result<()> { Oct 26 22:25:37.830 INFO kablam! | ^^^^^^ help: consider using `_handle` instead Oct 26 22:25:37.830 INFO kablam! Oct 26 22:25:37.831 INFO kablam! warning: unused variable: `core` Oct 26 22:25:37.831 INFO kablam! --> src/akarin/client.rs:39:26 Oct 26 22:25:37.831 INFO kablam! | Oct 26 22:25:37.831 INFO kablam! 39 | fn connect(self, mut core: Core, handle: Handle) -> Result<()> { Oct 26 22:25:37.831 INFO kablam! | ^^^^ help: consider using `_core` instead Oct 26 22:25:37.831 INFO kablam! Oct 26 22:25:37.831 INFO kablam! warning: unused variable: `handle` Oct 26 22:25:37.831 INFO kablam! --> src/akarin/client.rs:39:38 Oct 26 22:25:37.831 INFO kablam! | Oct 26 22:25:37.831 INFO kablam! 39 | fn connect(self, mut core: Core, handle: Handle) -> Result<()> { Oct 26 22:25:37.831 INFO kablam! | ^^^^^^ help: consider using `_handle` instead Oct 26 22:25:37.831 INFO kablam! Oct 26 22:25:37.859 INFO kablam! warning: variable does not need to be mutable Oct 26 22:25:37.859 INFO kablam! --> src/akarin/server.rs:163:14 Oct 26 22:25:37.859 INFO kablam! | Oct 26 22:25:37.859 INFO kablam! 163 | fn serve(mut self, mut core: Core, handle: Handle) -> Result<()> { Oct 26 22:25:37.859 INFO kablam! | ----^^^^ Oct 26 22:25:37.859 INFO kablam! | | Oct 26 22:25:37.859 INFO kablam! | help: remove this `mut` Oct 26 22:25:37.859 INFO kablam! | Oct 26 22:25:37.863 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 22:25:37.863 INFO kablam! Oct 26 22:25:37.867 INFO kablam! warning: variable does not need to be mutable Oct 26 22:25:37.867 INFO kablam! --> src/akarin/client.rs:39:22 Oct 26 22:25:37.867 INFO kablam! | Oct 26 22:25:37.867 INFO kablam! 39 | fn connect(self, mut core: Core, handle: Handle) -> Result<()> { Oct 26 22:25:37.867 INFO kablam! | ----^^^^ Oct 26 22:25:37.867 INFO kablam! | | Oct 26 22:25:37.867 INFO kablam! | help: remove this `mut` Oct 26 22:25:37.867 INFO kablam! Oct 26 22:25:37.895 INFO kablam! warning: unused variable: `crypto` Oct 26 22:25:37.895 INFO kablam! --> src/main.rs:37:9 Oct 26 22:25:37.895 INFO kablam! | Oct 26 22:25:37.895 INFO kablam! 37 | let crypto = Ciphers::CHACHA20_POLY1305.init(password); Oct 26 22:25:37.895 INFO kablam! | ^^^^^^ help: consider using `_crypto` instead Oct 26 22:25:37.895 INFO kablam! | Oct 26 22:25:37.895 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 22:25:37.895 INFO kablam! Oct 26 22:25:37.895 INFO kablam! warning: unused variable: `token` Oct 26 22:25:37.895 INFO kablam! --> src/akarin/server.rs:157:27 Oct 26 22:25:37.895 INFO kablam! | Oct 26 22:25:37.895 INFO kablam! 157 | if let Some(&(token, sockaddr)) = self.clients.get(client_id) {} Oct 26 22:25:37.895 INFO kablam! | ^^^^^ help: consider using `_token` instead Oct 26 22:25:37.895 INFO kablam! Oct 26 22:25:37.895 INFO kablam! warning: unused variable: `sockaddr` Oct 26 22:25:37.895 INFO kablam! --> src/akarin/server.rs:157:34 Oct 26 22:25:37.895 INFO kablam! | Oct 26 22:25:37.895 INFO kablam! 157 | if let Some(&(token, sockaddr)) = self.clients.get(client_id) {} Oct 26 22:25:37.895 INFO kablam! | ^^^^^^^^ help: consider using `_sockaddr` instead Oct 26 22:25:37.895 INFO kablam! Oct 26 22:25:37.895 INFO kablam! warning: unused variable: `handle` Oct 26 22:25:37.895 INFO kablam! --> src/akarin/server.rs:163:40 Oct 26 22:25:37.895 INFO kablam! | Oct 26 22:25:37.895 INFO kablam! 163 | fn serve(mut self, mut core: Core, handle: Handle) -> Result<()> { Oct 26 22:25:37.895 INFO kablam! | ^^^^^^ help: consider using `_handle` instead Oct 26 22:25:37.895 INFO kablam! Oct 26 22:25:37.895 INFO kablam! warning: unused variable: `core` Oct 26 22:25:37.895 INFO kablam! --> src/akarin/client.rs:39:26 Oct 26 22:25:37.895 INFO kablam! | Oct 26 22:25:37.895 INFO kablam! 39 | fn connect(self, mut core: Core, handle: Handle) -> Result<()> { Oct 26 22:25:37.895 INFO kablam! | ^^^^ help: consider using `_core` instead Oct 26 22:25:37.895 INFO kablam! Oct 26 22:25:37.895 INFO kablam! warning: unused variable: `handle` Oct 26 22:25:37.895 INFO kablam! --> src/akarin/client.rs:39:38 Oct 26 22:25:37.895 INFO kablam! | Oct 26 22:25:37.895 INFO kablam! 39 | fn connect(self, mut core: Core, handle: Handle) -> Result<()> { Oct 26 22:25:37.895 INFO kablam! | ^^^^^^ help: consider using `_handle` instead Oct 26 22:25:37.895 INFO kablam! Oct 26 22:25:37.939 INFO kablam! warning: variable does not need to be mutable Oct 26 22:25:37.939 INFO kablam! --> src/akarin/server.rs:163:14 Oct 26 22:25:37.939 INFO kablam! | Oct 26 22:25:37.939 INFO kablam! 163 | fn serve(mut self, mut core: Core, handle: Handle) -> Result<()> { Oct 26 22:25:37.939 INFO kablam! | ----^^^^ Oct 26 22:25:37.939 INFO kablam! | | Oct 26 22:25:37.939 INFO kablam! | help: remove this `mut` Oct 26 22:25:37.939 INFO kablam! | Oct 26 22:25:37.939 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 22:25:37.939 INFO kablam! Oct 26 22:25:37.939 INFO kablam! warning: variable does not need to be mutable Oct 26 22:25:37.939 INFO kablam! --> src/akarin/client.rs:39:22 Oct 26 22:25:37.939 INFO kablam! | Oct 26 22:25:37.939 INFO kablam! 39 | fn connect(self, mut core: Core, handle: Handle) -> Result<()> { Oct 26 22:25:37.939 INFO kablam! | ----^^^^ Oct 26 22:25:37.939 INFO kablam! | | Oct 26 22:25:37.939 INFO kablam! | help: remove this `mut` Oct 26 22:25:37.939 INFO kablam! Oct 26 22:25:37.971 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 22:25:37.971 INFO kablam! --> src/akarin/server.rs:164:9 Oct 26 22:25:37.971 INFO kablam! | Oct 26 22:25:37.971 INFO kablam! 164 | core.run(self); Oct 26 22:25:37.971 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 26 22:25:37.971 INFO kablam! | Oct 26 22:25:37.971 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 22:25:37.971 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 22:25:37.971 INFO kablam! Oct 26 22:25:38.003 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 22:25:38.003 INFO kablam! --> src/akarin/server.rs:164:9 Oct 26 22:25:38.003 INFO kablam! | Oct 26 22:25:38.003 INFO kablam! 164 | core.run(self); Oct 26 22:25:38.003 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 26 22:25:38.003 INFO kablam! | Oct 26 22:25:38.003 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 22:25:38.003 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 22:25:38.003 INFO kablam! Oct 26 22:25:38.054 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 44.24s Oct 26 22:25:38.067 INFO kablam! su: No module specific data is present Oct 26 22:25:38.843 INFO running `"docker" "rm" "-f" "5d112c02bad439f12c64cf3690b398bfa014ebe92cd807c9c8774888e70b8712"` Oct 26 22:25:39.203 INFO blam! 5d112c02bad439f12c64cf3690b398bfa014ebe92cd807c9c8774888e70b8712