Oct 12 17:52:07.184 INFO testing yrjok/Raspberry-Pi-Drive-Server against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 17:52:07.184 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 17:52:07.524 INFO blam! 665b7e7e73f5a6ed5913e64310a9dc0bb227d3606fddfb40f97e3bcf145afc0e Oct 12 17:52:07.531 INFO running `"docker" "start" "-a" "665b7e7e73f5a6ed5913e64310a9dc0bb227d3606fddfb40f97e3bcf145afc0e"` Oct 12 17:52:09.181 INFO kablam! usermod: no changes Oct 12 17:52:09.245 INFO kablam! Compiling rapid_server v0.1.0 (/source) Oct 12 17:52:09.459 INFO kablam! warning: unused import: `process` Oct 12 17:52:09.459 INFO kablam! --> src/main.rs:1:11 Oct 12 17:52:09.459 INFO kablam! | Oct 12 17:52:09.459 INFO kablam! 1 | use std::{process, thread}; Oct 12 17:52:09.459 INFO kablam! | ^^^^^^^ Oct 12 17:52:09.459 INFO kablam! | Oct 12 17:52:09.459 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 17:52:09.459 INFO kablam! Oct 12 17:52:09.459 INFO kablam! warning: unused imports: `process`, `thread` Oct 12 17:52:09.459 INFO kablam! --> src/handlers.rs:1:11 Oct 12 17:52:09.459 INFO kablam! | Oct 12 17:52:09.459 INFO kablam! 1 | use std::{process, thread}; Oct 12 17:52:09.459 INFO kablam! | ^^^^^^^ ^^^^^^ Oct 12 17:52:09.459 INFO kablam! Oct 12 17:52:09.459 INFO kablam! warning: unused import: `std::fs` Oct 12 17:52:09.459 INFO kablam! --> src/handlers.rs:5:5 Oct 12 17:52:09.459 INFO kablam! | Oct 12 17:52:09.459 INFO kablam! 5 | use std::fs; Oct 12 17:52:09.459 INFO kablam! | ^^^^^^^ Oct 12 17:52:09.459 INFO kablam! Oct 12 17:52:09.563 INFO kablam! warning: unused variable: `message` Oct 12 17:52:09.563 INFO kablam! --> src/handlers.rs:36:25 Oct 12 17:52:09.563 INFO kablam! | Oct 12 17:52:09.563 INFO kablam! 36 | Err(message) => return Err("Failed to read request"), Oct 12 17:52:09.563 INFO kablam! | ^^^^^^^ help: consider using `_message` instead Oct 12 17:52:09.563 INFO kablam! | Oct 12 17:52:09.563 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 17:52:09.563 INFO kablam! Oct 12 17:52:09.563 INFO kablam! warning: variable does not need to be mutable Oct 12 17:52:09.563 INFO kablam! --> src/main.rs:20:9 Oct 12 17:52:09.563 INFO kablam! | Oct 12 17:52:09.563 INFO kablam! 20 | let mut server = Server { running: true }; Oct 12 17:52:09.563 INFO kablam! | ----^^^^^^ Oct 12 17:52:09.563 INFO kablam! | | Oct 12 17:52:09.563 INFO kablam! | help: remove this `mut` Oct 12 17:52:09.563 INFO kablam! | Oct 12 17:52:09.563 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 17:52:09.563 INFO kablam! Oct 12 17:52:09.583 INFO kablam! warning: variable does not need to be mutable Oct 12 17:52:09.583 INFO kablam! --> src/handlers.rs:54:13 Oct 12 17:52:09.583 INFO kablam! | Oct 12 17:52:09.583 INFO kablam! 54 | let mut result: Result; Oct 12 17:52:09.583 INFO kablam! | ----^^^^^^ Oct 12 17:52:09.583 INFO kablam! | | Oct 12 17:52:09.583 INFO kablam! | help: remove this `mut` Oct 12 17:52:09.583 INFO kablam! Oct 12 17:52:09.583 INFO kablam! warning: variable does not need to be mutable Oct 12 17:52:09.583 INFO kablam! --> src/handlers.rs:81:23 Oct 12 17:52:09.583 INFO kablam! | Oct 12 17:52:09.583 INFO kablam! 81 | if let Ok(mut entries) = self.current_path.read_dir() { Oct 12 17:52:09.583 INFO kablam! | ----^^^^^^^ Oct 12 17:52:09.583 INFO kablam! | | Oct 12 17:52:09.583 INFO kablam! | help: remove this `mut` Oct 12 17:52:09.583 INFO kablam! Oct 12 17:52:09.583 INFO kablam! warning: field is never used: `address` Oct 12 17:52:09.583 INFO kablam! --> src/handlers.rs:9:5 Oct 12 17:52:09.583 INFO kablam! | Oct 12 17:52:09.583 INFO kablam! 9 | address: SocketAddr, Oct 12 17:52:09.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 12 17:52:09.583 INFO kablam! | Oct 12 17:52:09.583 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 17:52:09.583 INFO kablam! Oct 12 17:52:10.763 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.54s Oct 12 17:52:10.763 INFO kablam! su: No module specific data is present Oct 12 17:52:11.323 INFO running `"docker" "rm" "-f" "665b7e7e73f5a6ed5913e64310a9dc0bb227d3606fddfb40f97e3bcf145afc0e"` Oct 12 17:52:11.619 INFO blam! 665b7e7e73f5a6ed5913e64310a9dc0bb227d3606fddfb40f97e3bcf145afc0e Oct 12 17:52:11.625 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 17:52:12.043 INFO blam! 229334b15666bcc0ad60f21c3828d793f79acb310c876067b408a486cb73a62c Oct 12 17:52:12.047 INFO running `"docker" "start" "-a" "229334b15666bcc0ad60f21c3828d793f79acb310c876067b408a486cb73a62c"` Oct 12 17:52:13.291 INFO kablam! usermod: no changes Oct 12 17:52:13.327 INFO kablam! Compiling rapid_server v0.1.0 (/source) Oct 12 17:52:13.479 INFO kablam! warning: unused import: `process` Oct 12 17:52:13.479 INFO kablam! --> src/main.rs:1:11 Oct 12 17:52:13.479 INFO kablam! | Oct 12 17:52:13.479 INFO kablam! 1 | use std::{process, thread}; Oct 12 17:52:13.479 INFO kablam! | ^^^^^^^ Oct 12 17:52:13.479 INFO kablam! | Oct 12 17:52:13.479 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 17:52:13.479 INFO kablam! Oct 12 17:52:13.479 INFO kablam! warning: unused imports: `process`, `thread` Oct 12 17:52:13.479 INFO kablam! --> src/handlers.rs:1:11 Oct 12 17:52:13.479 INFO kablam! | Oct 12 17:52:13.479 INFO kablam! 1 | use std::{process, thread}; Oct 12 17:52:13.479 INFO kablam! | ^^^^^^^ ^^^^^^ Oct 12 17:52:13.479 INFO kablam! Oct 12 17:52:13.479 INFO kablam! warning: unused import: `std::fs` Oct 12 17:52:13.479 INFO kablam! --> src/handlers.rs:5:5 Oct 12 17:52:13.479 INFO kablam! | Oct 12 17:52:13.479 INFO kablam! 5 | use std::fs; Oct 12 17:52:13.479 INFO kablam! | ^^^^^^^ Oct 12 17:52:13.479 INFO kablam! Oct 12 17:52:13.587 INFO kablam! warning: unused variable: `message` Oct 12 17:52:13.587 INFO kablam! --> src/handlers.rs:36:25 Oct 12 17:52:13.587 INFO kablam! | Oct 12 17:52:13.587 INFO kablam! 36 | Err(message) => return Err("Failed to read request"), Oct 12 17:52:13.587 INFO kablam! | ^^^^^^^ help: consider using `_message` instead Oct 12 17:52:13.587 INFO kablam! | Oct 12 17:52:13.587 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 17:52:13.587 INFO kablam! Oct 12 17:52:13.595 INFO kablam! warning: variable does not need to be mutable Oct 12 17:52:13.595 INFO kablam! --> src/main.rs:20:9 Oct 12 17:52:13.595 INFO kablam! | Oct 12 17:52:13.595 INFO kablam! 20 | let mut server = Server { running: true }; Oct 12 17:52:13.595 INFO kablam! | ----^^^^^^ Oct 12 17:52:13.595 INFO kablam! | | Oct 12 17:52:13.595 INFO kablam! | help: remove this `mut` Oct 12 17:52:13.595 INFO kablam! | Oct 12 17:52:13.595 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 17:52:13.595 INFO kablam! Oct 12 17:52:13.608 INFO kablam! warning: variable does not need to be mutable Oct 12 17:52:13.608 INFO kablam! --> src/handlers.rs:54:13 Oct 12 17:52:13.608 INFO kablam! | Oct 12 17:52:13.608 INFO kablam! 54 | let mut result: Result; Oct 12 17:52:13.608 INFO kablam! | ----^^^^^^ Oct 12 17:52:13.608 INFO kablam! | | Oct 12 17:52:13.608 INFO kablam! | help: remove this `mut` Oct 12 17:52:13.608 INFO kablam! Oct 12 17:52:13.616 INFO kablam! warning: variable does not need to be mutable Oct 12 17:52:13.616 INFO kablam! --> src/handlers.rs:81:23 Oct 12 17:52:13.616 INFO kablam! | Oct 12 17:52:13.616 INFO kablam! 81 | if let Ok(mut entries) = self.current_path.read_dir() { Oct 12 17:52:13.616 INFO kablam! | ----^^^^^^^ Oct 12 17:52:13.616 INFO kablam! | | Oct 12 17:52:13.616 INFO kablam! | help: remove this `mut` Oct 12 17:52:13.616 INFO kablam! Oct 12 17:52:13.627 INFO kablam! warning: field is never used: `address` Oct 12 17:52:13.627 INFO kablam! --> src/handlers.rs:9:5 Oct 12 17:52:13.627 INFO kablam! | Oct 12 17:52:13.627 INFO kablam! 9 | address: SocketAddr, Oct 12 17:52:13.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 12 17:52:13.627 INFO kablam! | Oct 12 17:52:13.627 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 17:52:13.627 INFO kablam! Oct 12 17:52:14.187 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.87s Oct 12 17:52:14.187 INFO kablam! su: No module specific data is present Oct 12 17:52:14.999 INFO running `"docker" "rm" "-f" "229334b15666bcc0ad60f21c3828d793f79acb310c876067b408a486cb73a62c"` Oct 12 17:52:15.268 INFO blam! 229334b15666bcc0ad60f21c3828d793f79acb310c876067b408a486cb73a62c Oct 12 17:52:15.271 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 17:52:15.846 INFO blam! 653178c9a8d63b080362573652a58166ba7c929a72cb61589f74c32bcf173264 Oct 12 17:52:15.847 INFO running `"docker" "start" "-a" "653178c9a8d63b080362573652a58166ba7c929a72cb61589f74c32bcf173264"` Oct 12 17:52:16.962 INFO kablam! usermod: no changes Oct 12 17:52:17.014 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 12 17:52:17.028 INFO kablam! Running /target/debug/deps/rapid_server-e68e4ad4ea8bd5d5 Oct 12 17:52:17.033 INFO blam! Oct 12 17:52:17.033 INFO blam! running 0 tests Oct 12 17:52:17.033 INFO blam! Oct 12 17:52:17.033 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 17:52:17.033 INFO blam! Oct 12 17:52:17.039 INFO kablam! su: No module specific data is present Oct 12 17:52:18.034 INFO running `"docker" "rm" "-f" "653178c9a8d63b080362573652a58166ba7c929a72cb61589f74c32bcf173264"` Oct 12 17:52:18.409 INFO blam! 653178c9a8d63b080362573652a58166ba7c929a72cb61589f74c32bcf173264