Oct 12 10:11:29.894 INFO checking yrjok/Raspberry-Pi-Drive-Server against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 10:11:29.894 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 10:11:30.406 INFO blam! cc2dcf7ff91d7cab11f99c81edc783bcbb1b7ea521e8686af36585e89a3e1101 Oct 12 10:11:30.408 INFO running `"docker" "start" "-a" "cc2dcf7ff91d7cab11f99c81edc783bcbb1b7ea521e8686af36585e89a3e1101"` Oct 12 10:11:31.560 INFO kablam! usermod: no changes Oct 12 10:11:31.616 INFO kablam! Checking rapid_server v0.1.0 (/source) Oct 12 10:11:31.808 INFO kablam! warning: unused import: `process` Oct 12 10:11:31.808 INFO kablam! --> src/main.rs:1:11 Oct 12 10:11:31.808 INFO kablam! | Oct 12 10:11:31.808 INFO kablam! 1 | use std::{process, thread}; Oct 12 10:11:31.808 INFO kablam! | ^^^^^^^ Oct 12 10:11:31.808 INFO kablam! | Oct 12 10:11:31.808 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 10:11:31.808 INFO kablam! Oct 12 10:11:31.808 INFO kablam! warning: unused imports: `process`, `thread` Oct 12 10:11:31.808 INFO kablam! --> src/handlers.rs:1:11 Oct 12 10:11:31.808 INFO kablam! | Oct 12 10:11:31.808 INFO kablam! 1 | use std::{process, thread}; Oct 12 10:11:31.808 INFO kablam! | ^^^^^^^ ^^^^^^ Oct 12 10:11:31.808 INFO kablam! Oct 12 10:11:31.808 INFO kablam! warning: unused import: `std::fs` Oct 12 10:11:31.808 INFO kablam! --> src/handlers.rs:5:5 Oct 12 10:11:31.808 INFO kablam! | Oct 12 10:11:31.808 INFO kablam! 5 | use std::fs; Oct 12 10:11:31.808 INFO kablam! | ^^^^^^^ Oct 12 10:11:31.808 INFO kablam! Oct 12 10:11:31.836 INFO kablam! warning: unused import: `process` Oct 12 10:11:31.836 INFO kablam! --> src/main.rs:1:11 Oct 12 10:11:31.836 INFO kablam! | Oct 12 10:11:31.836 INFO kablam! 1 | use std::{process, thread}; Oct 12 10:11:31.836 INFO kablam! | ^^^^^^^ Oct 12 10:11:31.836 INFO kablam! | Oct 12 10:11:31.836 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 10:11:31.836 INFO kablam! Oct 12 10:11:31.837 INFO kablam! warning: unused imports: `process`, `thread` Oct 12 10:11:31.837 INFO kablam! --> src/handlers.rs:1:11 Oct 12 10:11:31.837 INFO kablam! | Oct 12 10:11:31.837 INFO kablam! 1 | use std::{process, thread}; Oct 12 10:11:31.837 INFO kablam! | ^^^^^^^ ^^^^^^ Oct 12 10:11:31.837 INFO kablam! Oct 12 10:11:31.837 INFO kablam! warning: unused import: `std::fs` Oct 12 10:11:31.837 INFO kablam! --> src/handlers.rs:5:5 Oct 12 10:11:31.837 INFO kablam! | Oct 12 10:11:31.837 INFO kablam! 5 | use std::fs; Oct 12 10:11:31.837 INFO kablam! | ^^^^^^^ Oct 12 10:11:31.837 INFO kablam! Oct 12 10:11:31.984 INFO kablam! warning: unused variable: `message` Oct 12 10:11:31.985 INFO kablam! --> src/handlers.rs:36:25 Oct 12 10:11:31.985 INFO kablam! | Oct 12 10:11:31.985 INFO kablam! 36 | Err(message) => return Err("Failed to read request"), Oct 12 10:11:31.985 INFO kablam! | ^^^^^^^ help: consider using `_message` instead Oct 12 10:11:31.985 INFO kablam! | Oct 12 10:11:31.985 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 10:11:31.985 INFO kablam! Oct 12 10:11:31.985 INFO kablam! warning: variable does not need to be mutable Oct 12 10:11:31.985 INFO kablam! --> src/main.rs:20:9 Oct 12 10:11:31.985 INFO kablam! | Oct 12 10:11:31.985 INFO kablam! 20 | let mut server = Server { running: true }; Oct 12 10:11:31.985 INFO kablam! | ----^^^^^^ Oct 12 10:11:31.985 INFO kablam! | | Oct 12 10:11:31.985 INFO kablam! | help: remove this `mut` Oct 12 10:11:31.986 INFO kablam! | Oct 12 10:11:31.986 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 10:11:31.986 INFO kablam! Oct 12 10:11:32.000 INFO kablam! warning: unused variable: `message` Oct 12 10:11:32.001 INFO kablam! --> src/handlers.rs:36:25 Oct 12 10:11:32.001 INFO kablam! | Oct 12 10:11:32.001 INFO kablam! 36 | Err(message) => return Err("Failed to read request"), Oct 12 10:11:32.001 INFO kablam! | ^^^^^^^ help: consider using `_message` instead Oct 12 10:11:32.001 INFO kablam! | Oct 12 10:11:32.001 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 10:11:32.001 INFO kablam! Oct 12 10:11:32.001 INFO kablam! warning: variable does not need to be mutable Oct 12 10:11:32.001 INFO kablam! --> src/main.rs:20:9 Oct 12 10:11:32.001 INFO kablam! | Oct 12 10:11:32.001 INFO kablam! 20 | let mut server = Server { running: true }; Oct 12 10:11:32.001 INFO kablam! | ----^^^^^^ Oct 12 10:11:32.001 INFO kablam! | | Oct 12 10:11:32.002 INFO kablam! | help: remove this `mut` Oct 12 10:11:32.002 INFO kablam! | Oct 12 10:11:32.002 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 10:11:32.002 INFO kablam! Oct 12 10:11:32.004 INFO kablam! warning: variable does not need to be mutable Oct 12 10:11:32.004 INFO kablam! --> src/handlers.rs:54:13 Oct 12 10:11:32.004 INFO kablam! | Oct 12 10:11:32.004 INFO kablam! 54 | let mut result: Result; Oct 12 10:11:32.005 INFO kablam! | ----^^^^^^ Oct 12 10:11:32.005 INFO kablam! | | Oct 12 10:11:32.005 INFO kablam! | help: remove this `mut` Oct 12 10:11:32.005 INFO kablam! Oct 12 10:11:32.012 INFO kablam! warning: variable does not need to be mutable Oct 12 10:11:32.012 INFO kablam! --> src/handlers.rs:81:23 Oct 12 10:11:32.013 INFO kablam! | Oct 12 10:11:32.013 INFO kablam! 81 | if let Ok(mut entries) = self.current_path.read_dir() { Oct 12 10:11:32.013 INFO kablam! | ----^^^^^^^ Oct 12 10:11:32.013 INFO kablam! | | Oct 12 10:11:32.013 INFO kablam! | help: remove this `mut` Oct 12 10:11:32.013 INFO kablam! Oct 12 10:11:32.016 INFO kablam! warning: variable does not need to be mutable Oct 12 10:11:32.017 INFO kablam! --> src/handlers.rs:54:13 Oct 12 10:11:32.017 INFO kablam! | Oct 12 10:11:32.017 INFO kablam! 54 | let mut result: Result; Oct 12 10:11:32.017 INFO kablam! | ----^^^^^^ Oct 12 10:11:32.017 INFO kablam! | | Oct 12 10:11:32.020 INFO kablam! | help: remove this `mut` Oct 12 10:11:32.021 INFO kablam! Oct 12 10:11:32.021 INFO kablam! warning: variable does not need to be mutable Oct 12 10:11:32.021 INFO kablam! --> src/handlers.rs:81:23 Oct 12 10:11:32.021 INFO kablam! | Oct 12 10:11:32.021 INFO kablam! 81 | if let Ok(mut entries) = self.current_path.read_dir() { Oct 12 10:11:32.021 INFO kablam! | ----^^^^^^^ Oct 12 10:11:32.021 INFO kablam! | | Oct 12 10:11:32.021 INFO kablam! | help: remove this `mut` Oct 12 10:11:32.021 INFO kablam! Oct 12 10:11:32.029 INFO kablam! warning: field is never used: `address` Oct 12 10:11:32.029 INFO kablam! --> src/handlers.rs:9:5 Oct 12 10:11:32.029 INFO kablam! | Oct 12 10:11:32.029 INFO kablam! 9 | address: SocketAddr, Oct 12 10:11:32.029 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 12 10:11:32.029 INFO kablam! | Oct 12 10:11:32.029 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 10:11:32.029 INFO kablam! Oct 12 10:11:32.040 INFO kablam! warning: field is never used: `address` Oct 12 10:11:32.040 INFO kablam! --> src/handlers.rs:9:5 Oct 12 10:11:32.040 INFO kablam! | Oct 12 10:11:32.040 INFO kablam! 9 | address: SocketAddr, Oct 12 10:11:32.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 12 10:11:32.040 INFO kablam! | Oct 12 10:11:32.040 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 10:11:32.040 INFO kablam! Oct 12 10:11:32.093 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.49s Oct 12 10:11:32.096 INFO kablam! su: No module specific data is present Oct 12 10:11:32.789 INFO running `"docker" "rm" "-f" "cc2dcf7ff91d7cab11f99c81edc783bcbb1b7ea521e8686af36585e89a3e1101"` Oct 12 10:11:33.164 INFO blam! cc2dcf7ff91d7cab11f99c81edc783bcbb1b7ea521e8686af36585e89a3e1101