Oct 21 11:57:29.647 INFO checking yrjok/Raspberry-Pi-Drive-Server against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 11:57:29.647 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 11:57:30.221 INFO blam! 45bf71c2bc00f70ce5adcb9bbcffc8fa50a84ed26d0996cbdf332c525a2d5340 Oct 21 11:57:30.222 INFO running `"docker" "start" "-a" "45bf71c2bc00f70ce5adcb9bbcffc8fa50a84ed26d0996cbdf332c525a2d5340"` Oct 21 11:57:31.647 INFO kablam! usermod: no changes Oct 21 11:57:31.688 INFO kablam! Checking rapid_server v0.1.0 (/source) Oct 21 11:57:31.850 INFO kablam! warning: unused import: `process` Oct 21 11:57:31.850 INFO kablam! --> src/main.rs:1:11 Oct 21 11:57:31.850 INFO kablam! | Oct 21 11:57:31.851 INFO kablam! 1 | use std::{process, thread}; Oct 21 11:57:31.851 INFO kablam! | ^^^^^^^ Oct 21 11:57:31.851 INFO kablam! | Oct 21 11:57:31.851 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 11:57:31.852 INFO kablam! Oct 21 11:57:31.852 INFO kablam! warning: unused imports: `process`, `thread` Oct 21 11:57:31.852 INFO kablam! --> src/handlers.rs:1:11 Oct 21 11:57:31.853 INFO kablam! | Oct 21 11:57:31.853 INFO kablam! 1 | use std::{process, thread}; Oct 21 11:57:31.853 INFO kablam! | ^^^^^^^ ^^^^^^ Oct 21 11:57:31.853 INFO kablam! Oct 21 11:57:31.854 INFO kablam! warning: unused import: `std::fs` Oct 21 11:57:31.854 INFO kablam! --> src/handlers.rs:5:5 Oct 21 11:57:31.854 INFO kablam! | Oct 21 11:57:31.854 INFO kablam! 5 | use std::fs; Oct 21 11:57:31.855 INFO kablam! | ^^^^^^^ Oct 21 11:57:31.855 INFO kablam! Oct 21 11:57:31.939 INFO kablam! warning: unused variable: `message` Oct 21 11:57:31.939 INFO kablam! --> src/handlers.rs:36:25 Oct 21 11:57:31.940 INFO kablam! | Oct 21 11:57:31.940 INFO kablam! 36 | Err(message) => return Err("Failed to read request"), Oct 21 11:57:31.940 INFO kablam! | ^^^^^^^ help: consider using `_message` instead Oct 21 11:57:31.941 INFO kablam! | Oct 21 11:57:31.941 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 11:57:31.941 INFO kablam! Oct 21 11:57:31.941 INFO kablam! warning: variable does not need to be mutable Oct 21 11:57:31.942 INFO kablam! --> src/main.rs:20:9 Oct 21 11:57:31.942 INFO kablam! | Oct 21 11:57:31.942 INFO kablam! 20 | let mut server = Server { running: true }; Oct 21 11:57:31.943 INFO kablam! | ----^^^^^^ Oct 21 11:57:31.943 INFO kablam! | | Oct 21 11:57:31.943 INFO kablam! | help: remove this `mut` Oct 21 11:57:31.943 INFO kablam! | Oct 21 11:57:31.944 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 11:57:31.944 INFO kablam! Oct 21 11:57:31.955 INFO kablam! warning: unused import: `process` Oct 21 11:57:31.955 INFO kablam! --> src/main.rs:1:11 Oct 21 11:57:31.955 INFO kablam! | Oct 21 11:57:31.955 INFO kablam! 1 | use std::{process, thread}; Oct 21 11:57:31.956 INFO kablam! | ^^^^^^^ Oct 21 11:57:31.956 INFO kablam! | Oct 21 11:57:31.956 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 11:57:31.956 INFO kablam! Oct 21 11:57:31.957 INFO kablam! warning: unused imports: `process`, `thread` Oct 21 11:57:31.957 INFO kablam! --> src/handlers.rs:1:11 Oct 21 11:57:31.957 INFO kablam! | Oct 21 11:57:31.957 INFO kablam! 1 | use std::{process, thread}; Oct 21 11:57:31.958 INFO kablam! | ^^^^^^^ ^^^^^^ Oct 21 11:57:31.958 INFO kablam! Oct 21 11:57:31.958 INFO kablam! warning: unused import: `std::fs` Oct 21 11:57:31.959 INFO kablam! --> src/handlers.rs:5:5 Oct 21 11:57:31.959 INFO kablam! warning: variable does not need to be mutable Oct 21 11:57:31.959 INFO kablam! --> src/handlers.rs:54:13 Oct 21 11:57:31.960 INFO kablam! | Oct 21 11:57:31.960 INFO kablam! 54 | let mut result: Result; Oct 21 11:57:31.960 INFO kablam! | ----^^^^^^ Oct 21 11:57:31.960 INFO kablam! | | Oct 21 11:57:31.961 INFO kablam! | help: remove this `mut` Oct 21 11:57:31.961 INFO kablam! Oct 21 11:57:31.961 INFO kablam! | Oct 21 11:57:31.961 INFO kablam! 5 | use std::fs; Oct 21 11:57:31.962 INFO kablam! | ^^^^^^^ Oct 21 11:57:31.962 INFO kablam! Oct 21 11:57:31.962 INFO kablam! warning: variable does not need to be mutable Oct 21 11:57:31.962 INFO kablam! --> src/handlers.rs:81:23 Oct 21 11:57:31.963 INFO kablam! | Oct 21 11:57:31.963 INFO kablam! 81 | if let Ok(mut entries) = self.current_path.read_dir() { Oct 21 11:57:31.963 INFO kablam! | ----^^^^^^^ Oct 21 11:57:31.963 INFO kablam! | | Oct 21 11:57:31.964 INFO kablam! | help: remove this `mut` Oct 21 11:57:31.964 INFO kablam! Oct 21 11:57:31.997 INFO kablam! warning: field is never used: `address` Oct 21 11:57:31.997 INFO kablam! --> src/handlers.rs:9:5 Oct 21 11:57:31.998 INFO kablam! | Oct 21 11:57:31.998 INFO kablam! 9 | address: SocketAddr, Oct 21 11:57:31.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 11:57:31.998 INFO kablam! | Oct 21 11:57:31.999 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 11:57:31.999 INFO kablam! Oct 21 11:57:32.081 INFO kablam! warning: unused variable: `message` Oct 21 11:57:32.081 INFO kablam! --> src/handlers.rs:36:25 Oct 21 11:57:32.081 INFO kablam! | Oct 21 11:57:32.081 INFO kablam! 36 | Err(message) => return Err("Failed to read request"), Oct 21 11:57:32.082 INFO kablam! | ^^^^^^^ help: consider using `_message` instead Oct 21 11:57:32.082 INFO kablam! | Oct 21 11:57:32.082 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 11:57:32.082 INFO kablam! Oct 21 11:57:32.083 INFO kablam! warning: variable does not need to be mutable Oct 21 11:57:32.083 INFO kablam! --> src/main.rs:20:9 Oct 21 11:57:32.083 INFO kablam! | Oct 21 11:57:32.083 INFO kablam! 20 | let mut server = Server { running: true }; Oct 21 11:57:32.084 INFO kablam! | ----^^^^^^ Oct 21 11:57:32.084 INFO kablam! | | Oct 21 11:57:32.084 INFO kablam! | help: remove this `mut` Oct 21 11:57:32.085 INFO kablam! | Oct 21 11:57:32.085 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 11:57:32.085 INFO kablam! Oct 21 11:57:32.085 INFO kablam! warning: variable does not need to be mutable Oct 21 11:57:32.085 INFO kablam! --> src/handlers.rs:54:13 Oct 21 11:57:32.086 INFO kablam! | Oct 21 11:57:32.086 INFO kablam! 54 | let mut result: Result; Oct 21 11:57:32.086 INFO kablam! | ----^^^^^^ Oct 21 11:57:32.087 INFO kablam! | | Oct 21 11:57:32.087 INFO kablam! | help: remove this `mut` Oct 21 11:57:32.087 INFO kablam! Oct 21 11:57:32.087 INFO kablam! warning: variable does not need to be mutable Oct 21 11:57:32.088 INFO kablam! --> src/handlers.rs:81:23 Oct 21 11:57:32.088 INFO kablam! | Oct 21 11:57:32.088 INFO kablam! 81 | if let Ok(mut entries) = self.current_path.read_dir() { Oct 21 11:57:32.088 INFO kablam! | ----^^^^^^^ Oct 21 11:57:32.089 INFO kablam! | | Oct 21 11:57:32.089 INFO kablam! | help: remove this `mut` Oct 21 11:57:32.089 INFO kablam! Oct 21 11:57:32.089 INFO kablam! warning: field is never used: `address` Oct 21 11:57:32.090 INFO kablam! --> src/handlers.rs:9:5 Oct 21 11:57:32.090 INFO kablam! | Oct 21 11:57:32.090 INFO kablam! 9 | address: SocketAddr, Oct 21 11:57:32.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 11:57:32.091 INFO kablam! | Oct 21 11:57:32.091 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 11:57:32.091 INFO kablam! Oct 21 11:57:32.128 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.47s Oct 21 11:57:32.129 INFO kablam! su: No module specific data is present Oct 21 11:57:33.167 INFO running `"docker" "rm" "-f" "45bf71c2bc00f70ce5adcb9bbcffc8fa50a84ed26d0996cbdf332c525a2d5340"` Oct 21 11:57:33.488 INFO blam! 45bf71c2bc00f70ce5adcb9bbcffc8fa50a84ed26d0996cbdf332c525a2d5340