Oct 12 15:13:03.247 INFO checking realityone/akarin against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 15:13:03.247 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 12 15:13:03.760 INFO blam! dfcb7ed70d82a0589888ecb25703d6b7aa011cf4b7adaa79dbe7e257a6afe1bc Oct 12 15:13:03.768 INFO running `"docker" "start" "-a" "dfcb7ed70d82a0589888ecb25703d6b7aa011cf4b7adaa79dbe7e257a6afe1bc"` Oct 12 15:13:05.101 INFO kablam! usermod: no changes Oct 12 15:13:05.318 INFO kablam! Compiling either v1.2.0 Oct 12 15:13:05.318 INFO kablam! Compiling scopeguard v0.3.2 Oct 12 15:13:05.318 INFO kablam! Compiling futures v0.1.16 Oct 12 15:13:05.318 INFO kablam! Compiling lazy_static v0.2.9 Oct 12 15:13:05.325 INFO kablam! Checking ioctl-sys v0.5.2 Oct 12 15:13:05.326 INFO kablam! Compiling num_cpus v1.7.0 Oct 12 15:13:05.326 INFO kablam! Checking memchr v1.0.1 Oct 12 15:13:05.326 INFO kablam! Checking thread_local v0.3.4 Oct 12 15:13:06.376 INFO kablam! Checking transient-hashmap v0.4.0 Oct 12 15:13:07.464 INFO kablam! Checking aho-corasick v0.6.3 Oct 12 15:13:08.405 INFO kablam! Compiling coco v0.1.1 Oct 12 15:13:10.087 INFO kablam! Checking regex v0.2.2 Oct 12 15:13:14.064 INFO kablam! Checking env_logger v0.4.3 Oct 12 15:13:15.453 INFO kablam! Checking pretty_env_logger v0.1.1 Oct 12 15:13:15.553 INFO kablam! Compiling rayon-core v1.2.1 Oct 12 15:13:17.888 INFO kablam! Compiling rayon v0.8.2 Oct 12 15:13:21.461 INFO kablam! Compiling ring v0.12.1 Oct 12 15:13:28.788 INFO kablam! Checking akarin v0.1.0 (/source) Oct 12 15:13:30.105 INFO kablam! warning: unused `#[macro_use]` import Oct 12 15:13:30.105 INFO kablam! --> src/main.rs:5:1 Oct 12 15:13:30.105 INFO kablam! | Oct 12 15:13:30.106 INFO kablam! 5 | #[macro_use] Oct 12 15:13:30.106 INFO kablam! | ^^^^^^^^^^^^ Oct 12 15:13:30.106 INFO kablam! | Oct 12 15:13:30.106 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 15:13:30.107 INFO kablam! Oct 12 15:13:30.107 INFO kablam! warning: unused import: `mem` Oct 12 15:13:30.107 INFO kablam! --> src/akarin/server.rs:1:20 Oct 12 15:13:30.107 INFO kablam! | Oct 12 15:13:30.108 INFO kablam! 1 | use std::{fmt, io, mem}; Oct 12 15:13:30.108 INFO kablam! | ^^^ Oct 12 15:13:30.108 INFO kablam! Oct 12 15:13:30.108 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 12 15:13:30.109 INFO kablam! --> src/akarin/mod.rs:26:20 Oct 12 15:13:30.109 INFO kablam! | Oct 12 15:13:30.109 INFO kablam! 26 | fn serve(self, mut core: Core, handle: Handle) -> Result<()>; Oct 12 15:13:30.109 INFO kablam! | ^^^^^^^^ Oct 12 15:13:30.109 INFO kablam! | Oct 12 15:13:30.110 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 12 15:13:30.110 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 12 15:13:30.110 INFO kablam! = note: for more information, see issue #35203 Oct 12 15:13:30.110 INFO kablam! Oct 12 15:13:30.111 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 12 15:13:30.111 INFO kablam! --> src/akarin/mod.rs:30:22 Oct 12 15:13:30.111 INFO kablam! | Oct 12 15:13:30.112 INFO kablam! 30 | fn connect(self, mut core: Core, handle: Handle) -> Result<()>; Oct 12 15:13:30.112 INFO kablam! | ^^^^^^^^ Oct 12 15:13:30.112 INFO kablam! | Oct 12 15:13:30.112 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 12 15:13:30.113 INFO kablam! = note: for more information, see issue #35203 Oct 12 15:13:30.113 INFO kablam! Oct 12 15:13:30.113 INFO kablam! warning: unused import: `common::error::*` Oct 12 15:13:30.113 INFO kablam! --> src/transport/network.rs:6:5 Oct 12 15:13:30.113 INFO kablam! | Oct 12 15:13:30.114 INFO kablam! 6 | use common::error::*; Oct 12 15:13:30.114 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 15:13:30.114 INFO kablam! Oct 12 15:13:30.193 INFO kablam! warning: unused `#[macro_use]` import Oct 12 15:13:30.193 INFO kablam! --> src/main.rs:5:1 Oct 12 15:13:30.193 INFO kablam! | Oct 12 15:13:30.194 INFO kablam! 5 | #[macro_use] Oct 12 15:13:30.194 INFO kablam! | ^^^^^^^^^^^^ Oct 12 15:13:30.194 INFO kablam! | Oct 12 15:13:30.194 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 15:13:30.194 INFO kablam! Oct 12 15:13:30.195 INFO kablam! warning: unused import: `mem` Oct 12 15:13:30.195 INFO kablam! --> src/akarin/server.rs:1:20 Oct 12 15:13:30.195 INFO kablam! | Oct 12 15:13:30.195 INFO kablam! 1 | use std::{fmt, io, mem}; Oct 12 15:13:30.195 INFO kablam! | ^^^ Oct 12 15:13:30.195 INFO kablam! Oct 12 15:13:30.195 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 12 15:13:30.195 INFO kablam! --> src/akarin/mod.rs:26:20 Oct 12 15:13:30.195 INFO kablam! | Oct 12 15:13:30.195 INFO kablam! 26 | fn serve(self, mut core: Core, handle: Handle) -> Result<()>; Oct 12 15:13:30.195 INFO kablam! | ^^^^^^^^ Oct 12 15:13:30.195 INFO kablam! | Oct 12 15:13:30.195 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 12 15:13:30.195 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 12 15:13:30.195 INFO kablam! = note: for more information, see issue #35203 Oct 12 15:13:30.195 INFO kablam! Oct 12 15:13:30.195 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 12 15:13:30.195 INFO kablam! --> src/akarin/mod.rs:30:22 Oct 12 15:13:30.195 INFO kablam! | Oct 12 15:13:30.195 INFO kablam! 30 | fn connect(self, mut core: Core, handle: Handle) -> Result<()>; Oct 12 15:13:30.195 INFO kablam! | ^^^^^^^^ Oct 12 15:13:30.195 INFO kablam! | Oct 12 15:13:30.195 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 12 15:13:30.195 INFO kablam! = note: for more information, see issue #35203 Oct 12 15:13:30.195 INFO kablam! Oct 12 15:13:30.199 INFO kablam! warning: unused import: `common::error::*` Oct 12 15:13:30.199 INFO kablam! --> src/transport/network.rs:6:5 Oct 12 15:13:30.199 INFO kablam! | Oct 12 15:13:30.199 INFO kablam! 6 | use common::error::*; Oct 12 15:13:30.199 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 15:13:30.199 INFO kablam! Oct 12 15:13:30.588 INFO kablam! warning: unused variable: `crypto` Oct 12 15:13:30.588 INFO kablam! --> src/main.rs:37:9 Oct 12 15:13:30.588 INFO kablam! | Oct 12 15:13:30.588 INFO kablam! 37 | let crypto = Ciphers::CHACHA20_POLY1305.init(password); Oct 12 15:13:30.588 INFO kablam! | ^^^^^^ help: consider using `_crypto` instead Oct 12 15:13:30.588 INFO kablam! | Oct 12 15:13:30.588 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 15:13:30.588 INFO kablam! Oct 12 15:13:30.588 INFO kablam! warning: unused variable: `token` Oct 12 15:13:30.588 INFO kablam! --> src/akarin/server.rs:157:27 Oct 12 15:13:30.588 INFO kablam! | Oct 12 15:13:30.588 INFO kablam! 157 | if let Some(&(token, sockaddr)) = self.clients.get(client_id) {} Oct 12 15:13:30.588 INFO kablam! | ^^^^^ help: consider using `_token` instead Oct 12 15:13:30.588 INFO kablam! Oct 12 15:13:30.588 INFO kablam! warning: unused variable: `sockaddr` Oct 12 15:13:30.588 INFO kablam! --> src/akarin/server.rs:157:34 Oct 12 15:13:30.588 INFO kablam! | Oct 12 15:13:30.589 INFO kablam! 157 | if let Some(&(token, sockaddr)) = self.clients.get(client_id) {} Oct 12 15:13:30.589 INFO kablam! | ^^^^^^^^ help: consider using `_sockaddr` instead Oct 12 15:13:30.589 INFO kablam! Oct 12 15:13:30.589 INFO kablam! warning: unused variable: `handle` Oct 12 15:13:30.589 INFO kablam! --> src/akarin/server.rs:163:40 Oct 12 15:13:30.589 INFO kablam! | Oct 12 15:13:30.589 INFO kablam! 163 | fn serve(mut self, mut core: Core, handle: Handle) -> Result<()> { Oct 12 15:13:30.589 INFO kablam! | ^^^^^^ help: consider using `_handle` instead Oct 12 15:13:30.589 INFO kablam! Oct 12 15:13:30.589 INFO kablam! warning: unused variable: `core` Oct 12 15:13:30.589 INFO kablam! --> src/akarin/client.rs:39:26 Oct 12 15:13:30.589 INFO kablam! | Oct 12 15:13:30.589 INFO kablam! 39 | fn connect(self, mut core: Core, handle: Handle) -> Result<()> { Oct 12 15:13:30.589 INFO kablam! | ^^^^ help: consider using `_core` instead Oct 12 15:13:30.589 INFO kablam! Oct 12 15:13:30.589 INFO kablam! warning: unused variable: `handle` Oct 12 15:13:30.589 INFO kablam! --> src/akarin/client.rs:39:38 Oct 12 15:13:30.589 INFO kablam! | Oct 12 15:13:30.589 INFO kablam! 39 | fn connect(self, mut core: Core, handle: Handle) -> Result<()> { Oct 12 15:13:30.589 INFO kablam! | ^^^^^^ help: consider using `_handle` instead Oct 12 15:13:30.589 INFO kablam! Oct 12 15:13:30.636 INFO kablam! warning: unused variable: `crypto` Oct 12 15:13:30.636 INFO kablam! --> src/main.rs:37:9 Oct 12 15:13:30.636 INFO kablam! | Oct 12 15:13:30.636 INFO kablam! 37 | let crypto = Ciphers::CHACHA20_POLY1305.init(password); Oct 12 15:13:30.636 INFO kablam! | ^^^^^^ help: consider using `_crypto` instead Oct 12 15:13:30.636 INFO kablam! | Oct 12 15:13:30.636 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 15:13:30.636 INFO kablam! Oct 12 15:13:30.636 INFO kablam! warning: unused variable: `token` Oct 12 15:13:30.636 INFO kablam! --> src/akarin/server.rs:157:27 Oct 12 15:13:30.636 INFO kablam! | Oct 12 15:13:30.636 INFO kablam! 157 | if let Some(&(token, sockaddr)) = self.clients.get(client_id) {} Oct 12 15:13:30.636 INFO kablam! | ^^^^^ help: consider using `_token` instead Oct 12 15:13:30.636 INFO kablam! Oct 12 15:13:30.636 INFO kablam! warning: unused variable: `sockaddr` Oct 12 15:13:30.636 INFO kablam! --> src/akarin/server.rs:157:34 Oct 12 15:13:30.637 INFO kablam! | Oct 12 15:13:30.637 INFO kablam! 157 | if let Some(&(token, sockaddr)) = self.clients.get(client_id) {} Oct 12 15:13:30.637 INFO kablam! | ^^^^^^^^ help: consider using `_sockaddr` instead Oct 12 15:13:30.637 INFO kablam! Oct 12 15:13:30.637 INFO kablam! warning: unused variable: `handle` Oct 12 15:13:30.637 INFO kablam! --> src/akarin/server.rs:163:40 Oct 12 15:13:30.637 INFO kablam! | Oct 12 15:13:30.637 INFO kablam! 163 | fn serve(mut self, mut core: Core, handle: Handle) -> Result<()> { Oct 12 15:13:30.637 INFO kablam! | ^^^^^^ help: consider using `_handle` instead Oct 12 15:13:30.637 INFO kablam! Oct 12 15:13:30.637 INFO kablam! warning: unused variable: `core` Oct 12 15:13:30.637 INFO kablam! --> src/akarin/client.rs:39:26 Oct 12 15:13:30.637 INFO kablam! | Oct 12 15:13:30.637 INFO kablam! 39 | fn connect(self, mut core: Core, handle: Handle) -> Result<()> { Oct 12 15:13:30.637 INFO kablam! | ^^^^ help: consider using `_core` instead Oct 12 15:13:30.637 INFO kablam! Oct 12 15:13:30.637 INFO kablam! warning: unused variable: `handle` Oct 12 15:13:30.637 INFO kablam! --> src/akarin/client.rs:39:38 Oct 12 15:13:30.637 INFO kablam! | Oct 12 15:13:30.637 INFO kablam! 39 | fn connect(self, mut core: Core, handle: Handle) -> Result<()> { Oct 12 15:13:30.637 INFO kablam! | ^^^^^^ help: consider using `_handle` instead Oct 12 15:13:30.637 INFO kablam! Oct 12 15:13:30.652 INFO kablam! warning: variable does not need to be mutable Oct 12 15:13:30.652 INFO kablam! --> src/akarin/server.rs:163:14 Oct 12 15:13:30.652 INFO kablam! | Oct 12 15:13:30.652 INFO kablam! 163 | fn serve(mut self, mut core: Core, handle: Handle) -> Result<()> { Oct 12 15:13:30.652 INFO kablam! | ----^^^^ Oct 12 15:13:30.652 INFO kablam! | | Oct 12 15:13:30.652 INFO kablam! | help: remove this `mut` Oct 12 15:13:30.652 INFO kablam! | Oct 12 15:13:30.652 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 15:13:30.652 INFO kablam! Oct 12 15:13:30.664 INFO kablam! warning: variable does not need to be mutable Oct 12 15:13:30.664 INFO kablam! --> src/akarin/client.rs:39:22 Oct 12 15:13:30.664 INFO kablam! | Oct 12 15:13:30.664 INFO kablam! 39 | fn connect(self, mut core: Core, handle: Handle) -> Result<()> { Oct 12 15:13:30.664 INFO kablam! | ----^^^^ Oct 12 15:13:30.664 INFO kablam! | | Oct 12 15:13:30.664 INFO kablam! | help: remove this `mut` Oct 12 15:13:30.664 INFO kablam! Oct 12 15:13:30.672 INFO kablam! warning: variable does not need to be mutable Oct 12 15:13:30.672 INFO kablam! --> src/akarin/server.rs:163:14 Oct 12 15:13:30.672 INFO kablam! | Oct 12 15:13:30.672 INFO kablam! 163 | fn serve(mut self, mut core: Core, handle: Handle) -> Result<()> { Oct 12 15:13:30.672 INFO kablam! | ----^^^^ Oct 12 15:13:30.672 INFO kablam! | | Oct 12 15:13:30.672 INFO kablam! | help: remove this `mut` Oct 12 15:13:30.672 INFO kablam! | Oct 12 15:13:30.672 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 15:13:30.672 INFO kablam! Oct 12 15:13:30.672 INFO kablam! warning: variable does not need to be mutable Oct 12 15:13:30.672 INFO kablam! --> src/akarin/client.rs:39:22 Oct 12 15:13:30.672 INFO kablam! | Oct 12 15:13:30.672 INFO kablam! 39 | fn connect(self, mut core: Core, handle: Handle) -> Result<()> { Oct 12 15:13:30.672 INFO kablam! | ----^^^^ Oct 12 15:13:30.672 INFO kablam! | | Oct 12 15:13:30.672 INFO kablam! | help: remove this `mut` Oct 12 15:13:30.672 INFO kablam! Oct 12 15:13:30.736 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 15:13:30.736 INFO kablam! --> src/akarin/server.rs:164:9 Oct 12 15:13:30.736 INFO kablam! | Oct 12 15:13:30.736 INFO kablam! 164 | core.run(self); Oct 12 15:13:30.736 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 15:13:30.736 INFO kablam! | Oct 12 15:13:30.736 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 15:13:30.736 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 15:13:30.736 INFO kablam! Oct 12 15:13:30.764 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 15:13:30.764 INFO kablam! --> src/akarin/server.rs:164:9 Oct 12 15:13:30.764 INFO kablam! | Oct 12 15:13:30.764 INFO kablam! 164 | core.run(self); Oct 12 15:13:30.764 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 15:13:30.764 INFO kablam! | Oct 12 15:13:30.764 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 15:13:30.764 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 15:13:30.764 INFO kablam! Oct 12 15:13:30.848 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 25.71s Oct 12 15:13:30.857 INFO kablam! su: No module specific data is present Oct 12 15:13:31.324 INFO running `"docker" "rm" "-f" "dfcb7ed70d82a0589888ecb25703d6b7aa011cf4b7adaa79dbe7e257a6afe1bc"` Oct 12 15:13:31.527 INFO blam! dfcb7ed70d82a0589888ecb25703d6b7aa011cf4b7adaa79dbe7e257a6afe1bc