Oct 31 22:40:40.672 INFO checking realityone/akarin against try#d7816399d50d407bbce1efe9dbadf8faaaf568fc for pr-55538 Oct 31 22:40:40.674 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-6/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55538/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/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 +d7816399d50d407bbce1efe9dbadf8faaaf568fc-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 31 22:40:41.171 INFO blam! 9d2e284477a73d577e417066cff3bfd2909858108fe8a6aa3eb016301875db3a Oct 31 22:40:41.173 INFO running `"docker" "start" "-a" "9d2e284477a73d577e417066cff3bfd2909858108fe8a6aa3eb016301875db3a"` Oct 31 22:40:43.564 INFO kablam! usermod: no changes Oct 31 22:40:43.779 INFO kablam! Compiling either v1.2.0 Oct 31 22:40:43.779 INFO kablam! Compiling scopeguard v0.3.2 Oct 31 22:40:43.802 INFO kablam! Checking ioctl-sys v0.5.2 Oct 31 22:40:43.810 INFO kablam! Checking transient-hashmap v0.4.0 Oct 31 22:40:43.812 INFO kablam! Checking env_logger v0.4.3 Oct 31 22:40:45.374 INFO kablam! Compiling coco v0.1.1 Oct 31 22:40:45.705 INFO kablam! Checking pretty_env_logger v0.1.1 Oct 31 22:40:47.050 INFO kablam! Compiling rayon-core v1.2.1 Oct 31 22:40:49.497 INFO kablam! Compiling rayon v0.8.2 Oct 31 22:40:52.963 INFO kablam! Compiling ring v0.12.1 Oct 31 22:41:00.352 INFO kablam! Checking akarin v0.1.0 (/source) Oct 31 22:41:01.624 INFO kablam! warning: unused `#[macro_use]` import Oct 31 22:41:01.625 INFO kablam! --> src/main.rs:5:1 Oct 31 22:41:01.638 INFO kablam! | Oct 31 22:41:01.638 INFO kablam! 5 | #[macro_use] Oct 31 22:41:01.638 INFO kablam! | ^^^^^^^^^^^^ Oct 31 22:41:01.638 INFO kablam! | Oct 31 22:41:01.639 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 22:41:01.639 INFO kablam! Oct 31 22:41:01.639 INFO kablam! warning: unused `#[macro_use]` import Oct 31 22:41:01.639 INFO kablam! --> src/main.rs:5:1 Oct 31 22:41:01.639 INFO kablam! | Oct 31 22:41:01.640 INFO kablam! 5 | #[macro_use] Oct 31 22:41:01.640 INFO kablam! | ^^^^^^^^^^^^ Oct 31 22:41:01.640 INFO kablam! | Oct 31 22:41:01.640 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 22:41:01.640 INFO kablam! Oct 31 22:41:01.652 INFO kablam! warning: unused import: `mem` Oct 31 22:41:01.652 INFO kablam! --> src/akarin/server.rs:1:20 Oct 31 22:41:01.653 INFO kablam! | Oct 31 22:41:01.656 INFO kablam! 1 | use std::{fmt, io, mem}; Oct 31 22:41:01.656 INFO kablam! | ^^^ Oct 31 22:41:01.656 INFO kablam! Oct 31 22:41:01.656 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 31 22:41:01.657 INFO kablam! --> src/akarin/mod.rs:26:20 Oct 31 22:41:01.657 INFO kablam! | Oct 31 22:41:01.657 INFO kablam! 26 | fn serve(self, mut core: Core, handle: Handle) -> Result<()>; Oct 31 22:41:01.657 INFO kablam! | ^^^^^^^^ Oct 31 22:41:01.657 INFO kablam! | Oct 31 22:41:01.657 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 31 22:41:01.657 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 31 22:41:01.658 INFO kablam! = note: for more information, see issue #35203 Oct 31 22:41:01.658 INFO kablam! Oct 31 22:41:01.658 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 31 22:41:01.658 INFO kablam! --> src/akarin/mod.rs:30:22 Oct 31 22:41:01.658 INFO kablam! | Oct 31 22:41:01.658 INFO kablam! 30 | fn connect(self, mut core: Core, handle: Handle) -> Result<()>; Oct 31 22:41:01.658 INFO kablam! | ^^^^^^^^ Oct 31 22:41:01.658 INFO kablam! | Oct 31 22:41:01.659 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 31 22:41:01.659 INFO kablam! = note: for more information, see issue #35203 Oct 31 22:41:01.659 INFO kablam! Oct 31 22:41:01.659 INFO kablam! warning: unused import: `common::error::*` Oct 31 22:41:01.659 INFO kablam! --> src/transport/network.rs:6:5 Oct 31 22:41:01.659 INFO kablam! | Oct 31 22:41:01.659 INFO kablam! 6 | use common::error::*; Oct 31 22:41:01.659 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 31 22:41:01.660 INFO kablam! Oct 31 22:41:01.660 INFO kablam! warning: unused import: `mem` Oct 31 22:41:01.660 INFO kablam! --> src/akarin/server.rs:1:20 Oct 31 22:41:01.660 INFO kablam! | Oct 31 22:41:01.660 INFO kablam! 1 | use std::{fmt, io, mem}; Oct 31 22:41:01.660 INFO kablam! | ^^^ Oct 31 22:41:01.660 INFO kablam! Oct 31 22:41:01.661 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 31 22:41:01.661 INFO kablam! --> src/akarin/mod.rs:26:20 Oct 31 22:41:01.661 INFO kablam! | Oct 31 22:41:01.661 INFO kablam! 26 | fn serve(self, mut core: Core, handle: Handle) -> Result<()>; Oct 31 22:41:01.661 INFO kablam! | ^^^^^^^^ Oct 31 22:41:01.661 INFO kablam! | Oct 31 22:41:01.662 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 31 22:41:01.662 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 31 22:41:01.662 INFO kablam! = note: for more information, see issue #35203 Oct 31 22:41:01.662 INFO kablam! Oct 31 22:41:01.662 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 31 22:41:01.662 INFO kablam! --> src/akarin/mod.rs:30:22 Oct 31 22:41:01.663 INFO kablam! | Oct 31 22:41:01.663 INFO kablam! 30 | fn connect(self, mut core: Core, handle: Handle) -> Result<()>; Oct 31 22:41:01.663 INFO kablam! | ^^^^^^^^ Oct 31 22:41:01.663 INFO kablam! | Oct 31 22:41:01.663 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 31 22:41:01.663 INFO kablam! = note: for more information, see issue #35203 Oct 31 22:41:01.663 INFO kablam! Oct 31 22:41:01.664 INFO kablam! warning: unused import: `common::error::*` Oct 31 22:41:01.664 INFO kablam! --> src/transport/network.rs:6:5 Oct 31 22:41:01.664 INFO kablam! | Oct 31 22:41:01.664 INFO kablam! 6 | use common::error::*; Oct 31 22:41:01.664 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 31 22:41:01.664 INFO kablam! Oct 31 22:41:02.300 INFO kablam! warning: unused variable: `crypto` Oct 31 22:41:02.300 INFO kablam! --> src/main.rs:37:9 Oct 31 22:41:02.300 INFO kablam! | Oct 31 22:41:02.300 INFO kablam! 37 | let crypto = Ciphers::CHACHA20_POLY1305.init(password); Oct 31 22:41:02.300 INFO kablam! | ^^^^^^ help: consider using `_crypto` instead Oct 31 22:41:02.300 INFO kablam! | Oct 31 22:41:02.300 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 22:41:02.300 INFO kablam! Oct 31 22:41:02.300 INFO kablam! warning: unused variable: `token` Oct 31 22:41:02.300 INFO kablam! --> src/akarin/server.rs:157:27 Oct 31 22:41:02.300 INFO kablam! | Oct 31 22:41:02.300 INFO kablam! 157 | if let Some(&(token, sockaddr)) = self.clients.get(client_id) {} Oct 31 22:41:02.300 INFO kablam! | ^^^^^ help: consider using `_token` instead Oct 31 22:41:02.300 INFO kablam! Oct 31 22:41:02.300 INFO kablam! warning: unused variable: `sockaddr` Oct 31 22:41:02.300 INFO kablam! --> src/akarin/server.rs:157:34 Oct 31 22:41:02.300 INFO kablam! | Oct 31 22:41:02.300 INFO kablam! 157 | if let Some(&(token, sockaddr)) = self.clients.get(client_id) {} Oct 31 22:41:02.300 INFO kablam! | ^^^^^^^^ help: consider using `_sockaddr` instead Oct 31 22:41:02.300 INFO kablam! Oct 31 22:41:02.300 INFO kablam! warning: unused variable: `handle` Oct 31 22:41:02.300 INFO kablam! --> src/akarin/server.rs:163:40 Oct 31 22:41:02.300 INFO kablam! | Oct 31 22:41:02.300 INFO kablam! 163 | fn serve(mut self, mut core: Core, handle: Handle) -> Result<()> { Oct 31 22:41:02.300 INFO kablam! | ^^^^^^ help: consider using `_handle` instead Oct 31 22:41:02.300 INFO kablam! Oct 31 22:41:02.300 INFO kablam! warning: unused variable: `core` Oct 31 22:41:02.300 INFO kablam! --> src/akarin/client.rs:39:26 Oct 31 22:41:02.300 INFO kablam! | Oct 31 22:41:02.300 INFO kablam! 39 | fn connect(self, mut core: Core, handle: Handle) -> Result<()> { Oct 31 22:41:02.300 INFO kablam! | ^^^^ help: consider using `_core` instead Oct 31 22:41:02.300 INFO kablam! Oct 31 22:41:02.300 INFO kablam! warning: unused variable: `handle` Oct 31 22:41:02.300 INFO kablam! --> src/akarin/client.rs:39:38 Oct 31 22:41:02.300 INFO kablam! | Oct 31 22:41:02.300 INFO kablam! 39 | fn connect(self, mut core: Core, handle: Handle) -> Result<()> { Oct 31 22:41:02.300 INFO kablam! | ^^^^^^ help: consider using `_handle` instead Oct 31 22:41:02.300 INFO kablam! Oct 31 22:41:02.300 INFO kablam! warning: unused variable: `crypto` Oct 31 22:41:02.300 INFO kablam! --> src/main.rs:37:9 Oct 31 22:41:02.300 INFO kablam! | Oct 31 22:41:02.300 INFO kablam! 37 | let crypto = Ciphers::CHACHA20_POLY1305.init(password); Oct 31 22:41:02.301 INFO kablam! | ^^^^^^ help: consider using `_crypto` instead Oct 31 22:41:02.301 INFO kablam! | Oct 31 22:41:02.301 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 22:41:02.301 INFO kablam! Oct 31 22:41:02.301 INFO kablam! warning: unused variable: `token` Oct 31 22:41:02.301 INFO kablam! --> src/akarin/server.rs:157:27 Oct 31 22:41:02.301 INFO kablam! | Oct 31 22:41:02.301 INFO kablam! 157 | if let Some(&(token, sockaddr)) = self.clients.get(client_id) {} Oct 31 22:41:02.301 INFO kablam! | ^^^^^ help: consider using `_token` instead Oct 31 22:41:02.301 INFO kablam! Oct 31 22:41:02.301 INFO kablam! warning: unused variable: `sockaddr` Oct 31 22:41:02.301 INFO kablam! --> src/akarin/server.rs:157:34 Oct 31 22:41:02.301 INFO kablam! | Oct 31 22:41:02.301 INFO kablam! 157 | if let Some(&(token, sockaddr)) = self.clients.get(client_id) {} Oct 31 22:41:02.301 INFO kablam! | ^^^^^^^^ help: consider using `_sockaddr` instead Oct 31 22:41:02.301 INFO kablam! Oct 31 22:41:02.301 INFO kablam! warning: unused variable: `handle` Oct 31 22:41:02.301 INFO kablam! --> src/akarin/server.rs:163:40 Oct 31 22:41:02.301 INFO kablam! | Oct 31 22:41:02.301 INFO kablam! 163 | fn serve(mut self, mut core: Core, handle: Handle) -> Result<()> { Oct 31 22:41:02.301 INFO kablam! | ^^^^^^ help: consider using `_handle` instead Oct 31 22:41:02.301 INFO kablam! Oct 31 22:41:02.301 INFO kablam! warning: unused variable: `core` Oct 31 22:41:02.301 INFO kablam! --> src/akarin/client.rs:39:26 Oct 31 22:41:02.301 INFO kablam! | Oct 31 22:41:02.301 INFO kablam! 39 | fn connect(self, mut core: Core, handle: Handle) -> Result<()> { Oct 31 22:41:02.301 INFO kablam! | ^^^^ help: consider using `_core` instead Oct 31 22:41:02.301 INFO kablam! Oct 31 22:41:02.301 INFO kablam! warning: unused variable: `handle` Oct 31 22:41:02.301 INFO kablam! --> src/akarin/client.rs:39:38 Oct 31 22:41:02.301 INFO kablam! | Oct 31 22:41:02.301 INFO kablam! 39 | fn connect(self, mut core: Core, handle: Handle) -> Result<()> { Oct 31 22:41:02.301 INFO kablam! | ^^^^^^ help: consider using `_handle` instead Oct 31 22:41:02.301 INFO kablam! Oct 31 22:41:02.376 INFO kablam! warning: variable does not need to be mutable Oct 31 22:41:02.376 INFO kablam! --> src/akarin/server.rs:163:14 Oct 31 22:41:02.376 INFO kablam! | Oct 31 22:41:02.376 INFO kablam! 163 | fn serve(mut self, mut core: Core, handle: Handle) -> Result<()> { Oct 31 22:41:02.376 INFO kablam! | ----^^^^ Oct 31 22:41:02.376 INFO kablam! | | Oct 31 22:41:02.376 INFO kablam! | help: remove this `mut` Oct 31 22:41:02.376 INFO kablam! | Oct 31 22:41:02.376 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 31 22:41:02.376 INFO kablam! Oct 31 22:41:02.376 INFO kablam! warning: variable does not need to be mutable Oct 31 22:41:02.376 INFO kablam! --> src/akarin/client.rs:39:22 Oct 31 22:41:02.376 INFO kablam! | Oct 31 22:41:02.376 INFO kablam! 39 | fn connect(self, mut core: Core, handle: Handle) -> Result<()> { Oct 31 22:41:02.376 INFO kablam! | ----^^^^ Oct 31 22:41:02.376 INFO kablam! | | Oct 31 22:41:02.376 INFO kablam! | help: remove this `mut` Oct 31 22:41:02.376 INFO kablam! Oct 31 22:41:02.404 INFO kablam! warning: variable does not need to be mutable Oct 31 22:41:02.404 INFO kablam! --> src/akarin/server.rs:163:14 Oct 31 22:41:02.404 INFO kablam! | Oct 31 22:41:02.404 INFO kablam! 163 | fn serve(mut self, mut core: Core, handle: Handle) -> Result<()> { Oct 31 22:41:02.404 INFO kablam! | ----^^^^ Oct 31 22:41:02.404 INFO kablam! | | Oct 31 22:41:02.404 INFO kablam! | help: remove this `mut` Oct 31 22:41:02.404 INFO kablam! | Oct 31 22:41:02.404 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 31 22:41:02.404 INFO kablam! Oct 31 22:41:02.424 INFO kablam! warning: variable does not need to be mutable Oct 31 22:41:02.424 INFO kablam! --> src/akarin/client.rs:39:22 Oct 31 22:41:02.424 INFO kablam! | Oct 31 22:41:02.424 INFO kablam! 39 | fn connect(self, mut core: Core, handle: Handle) -> Result<()> { Oct 31 22:41:02.424 INFO kablam! | ----^^^^ Oct 31 22:41:02.424 INFO kablam! | | Oct 31 22:41:02.424 INFO kablam! | help: remove this `mut` Oct 31 22:41:02.424 INFO kablam! Oct 31 22:41:02.529 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 22:41:02.529 INFO kablam! --> src/akarin/server.rs:164:9 Oct 31 22:41:02.529 INFO kablam! | Oct 31 22:41:02.529 INFO kablam! 164 | core.run(self); Oct 31 22:41:02.529 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 31 22:41:02.529 INFO kablam! | Oct 31 22:41:02.536 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 31 22:41:02.537 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 22:41:02.537 INFO kablam! Oct 31 22:41:02.556 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 22:41:02.556 INFO kablam! --> src/akarin/server.rs:164:9 Oct 31 22:41:02.557 INFO kablam! | Oct 31 22:41:02.557 INFO kablam! 164 | core.run(self); Oct 31 22:41:02.557 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 31 22:41:02.557 INFO kablam! | Oct 31 22:41:02.557 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 31 22:41:02.558 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 22:41:02.558 INFO kablam! Oct 31 22:41:02.640 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.03s Oct 31 22:41:02.656 INFO kablam! su: No module specific data is present Oct 31 22:41:03.478 INFO running `"docker" "rm" "-f" "9d2e284477a73d577e417066cff3bfd2909858108fe8a6aa3eb016301875db3a"` Oct 31 22:41:03.856 INFO blam! 9d2e284477a73d577e417066cff3bfd2909858108fe8a6aa3eb016301875db3a