Oct 12 17:52:07.092 INFO testing yrjok/Raspberry-Pi-Drive-Server against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 17:52:07.092 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.515 INFO blam! 3be41d3785d8c6c2396a7c0e723d4cff453cf3a7889907c45b86faac8ca2e5aa Oct 12 17:52:07.527 INFO running `"docker" "start" "-a" "3be41d3785d8c6c2396a7c0e723d4cff453cf3a7889907c45b86faac8ca2e5aa"` Oct 12 17:52:08.534 INFO kablam! usermod: no changes Oct 12 17:52:08.589 INFO kablam! Compiling rapid_server v0.1.0 (/source) Oct 12 17:52:08.779 INFO kablam! warning: unused import: `process` Oct 12 17:52:08.779 INFO kablam! --> src/main.rs:1:11 Oct 12 17:52:08.779 INFO kablam! | Oct 12 17:52:08.779 INFO kablam! 1 | use std::{process, thread}; Oct 12 17:52:08.779 INFO kablam! | ^^^^^^^ Oct 12 17:52:08.779 INFO kablam! | Oct 12 17:52:08.779 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 17:52:08.779 INFO kablam! Oct 12 17:52:08.779 INFO kablam! warning: unused imports: `process`, `thread` Oct 12 17:52:08.779 INFO kablam! --> src/handlers.rs:1:11 Oct 12 17:52:08.779 INFO kablam! | Oct 12 17:52:08.779 INFO kablam! 1 | use std::{process, thread}; Oct 12 17:52:08.779 INFO kablam! | ^^^^^^^ ^^^^^^ Oct 12 17:52:08.779 INFO kablam! Oct 12 17:52:08.779 INFO kablam! warning: unused import: `std::fs` Oct 12 17:52:08.779 INFO kablam! --> src/handlers.rs:5:5 Oct 12 17:52:08.779 INFO kablam! | Oct 12 17:52:08.779 INFO kablam! 5 | use std::fs; Oct 12 17:52:08.779 INFO kablam! | ^^^^^^^ Oct 12 17:52:08.779 INFO kablam! Oct 12 17:52:08.883 INFO kablam! warning: unused variable: `message` Oct 12 17:52:08.883 INFO kablam! --> src/handlers.rs:36:25 Oct 12 17:52:08.883 INFO kablam! | Oct 12 17:52:08.883 INFO kablam! 36 | Err(message) => return Err("Failed to read request"), Oct 12 17:52:08.883 INFO kablam! | ^^^^^^^ help: consider using `_message` instead Oct 12 17:52:08.883 INFO kablam! | Oct 12 17:52:08.883 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 17:52:08.883 INFO kablam! Oct 12 17:52:08.883 INFO kablam! warning: variable does not need to be mutable Oct 12 17:52:08.883 INFO kablam! --> src/main.rs:20:9 Oct 12 17:52:08.883 INFO kablam! | Oct 12 17:52:08.883 INFO kablam! 20 | let mut server = Server { running: true }; Oct 12 17:52:08.883 INFO kablam! | ----^^^^^^ Oct 12 17:52:08.883 INFO kablam! | | Oct 12 17:52:08.883 INFO kablam! | help: remove this `mut` Oct 12 17:52:08.883 INFO kablam! | Oct 12 17:52:08.883 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 17:52:08.883 INFO kablam! Oct 12 17:52:08.887 INFO kablam! warning: variable does not need to be mutable Oct 12 17:52:08.887 INFO kablam! --> src/handlers.rs:54:13 Oct 12 17:52:08.887 INFO kablam! | Oct 12 17:52:08.887 INFO kablam! 54 | let mut result: Result; Oct 12 17:52:08.887 INFO kablam! | ----^^^^^^ Oct 12 17:52:08.887 INFO kablam! | | Oct 12 17:52:08.887 INFO kablam! | help: remove this `mut` Oct 12 17:52:08.887 INFO kablam! Oct 12 17:52:08.891 INFO kablam! warning: variable does not need to be mutable Oct 12 17:52:08.891 INFO kablam! --> src/handlers.rs:81:23 Oct 12 17:52:08.891 INFO kablam! | Oct 12 17:52:08.891 INFO kablam! 81 | if let Ok(mut entries) = self.current_path.read_dir() { Oct 12 17:52:08.891 INFO kablam! | ----^^^^^^^ Oct 12 17:52:08.891 INFO kablam! | | Oct 12 17:52:08.891 INFO kablam! | help: remove this `mut` Oct 12 17:52:08.891 INFO kablam! Oct 12 17:52:08.899 INFO kablam! warning: field is never used: `address` Oct 12 17:52:08.899 INFO kablam! --> src/handlers.rs:9:5 Oct 12 17:52:08.899 INFO kablam! | Oct 12 17:52:08.899 INFO kablam! 9 | address: SocketAddr, Oct 12 17:52:08.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 12 17:52:08.899 INFO kablam! | Oct 12 17:52:08.899 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 17:52:08.899 INFO kablam! Oct 12 17:52:09.870 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.30s Oct 12 17:52:09.872 INFO kablam! su: No module specific data is present Oct 12 17:52:11.259 INFO running `"docker" "rm" "-f" "3be41d3785d8c6c2396a7c0e723d4cff453cf3a7889907c45b86faac8ca2e5aa"` Oct 12 17:52:11.527 INFO blam! 3be41d3785d8c6c2396a7c0e723d4cff453cf3a7889907c45b86faac8ca2e5aa Oct 12 17:52:11.531 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:11.899 INFO blam! 635bc341276591e42e41c515d17af0ab63b115722a9cfb35ee5f072606e53bca Oct 12 17:52:11.911 INFO running `"docker" "start" "-a" "635bc341276591e42e41c515d17af0ab63b115722a9cfb35ee5f072606e53bca"` Oct 12 17:52:12.917 INFO kablam! usermod: no changes Oct 12 17:52:12.959 INFO kablam! Compiling rapid_server v0.1.0 (/source) Oct 12 17:52:13.111 INFO kablam! warning: unused import: `process` Oct 12 17:52:13.111 INFO kablam! --> src/main.rs:1:11 Oct 12 17:52:13.111 INFO kablam! | Oct 12 17:52:13.111 INFO kablam! 1 | use std::{process, thread}; Oct 12 17:52:13.111 INFO kablam! | ^^^^^^^ Oct 12 17:52:13.111 INFO kablam! | Oct 12 17:52:13.111 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 17:52:13.111 INFO kablam! Oct 12 17:52:13.111 INFO kablam! warning: unused imports: `process`, `thread` Oct 12 17:52:13.111 INFO kablam! --> src/handlers.rs:1:11 Oct 12 17:52:13.111 INFO kablam! | Oct 12 17:52:13.111 INFO kablam! 1 | use std::{process, thread}; Oct 12 17:52:13.111 INFO kablam! | ^^^^^^^ ^^^^^^ Oct 12 17:52:13.111 INFO kablam! Oct 12 17:52:13.111 INFO kablam! warning: unused import: `std::fs` Oct 12 17:52:13.111 INFO kablam! --> src/handlers.rs:5:5 Oct 12 17:52:13.111 INFO kablam! | Oct 12 17:52:13.111 INFO kablam! 5 | use std::fs; Oct 12 17:52:13.111 INFO kablam! | ^^^^^^^ Oct 12 17:52:13.111 INFO kablam! Oct 12 17:52:13.202 INFO kablam! warning: unused variable: `message` Oct 12 17:52:13.202 INFO kablam! --> src/handlers.rs:36:25 Oct 12 17:52:13.202 INFO kablam! | Oct 12 17:52:13.202 INFO kablam! 36 | Err(message) => return Err("Failed to read request"), Oct 12 17:52:13.202 INFO kablam! | ^^^^^^^ help: consider using `_message` instead Oct 12 17:52:13.202 INFO kablam! | Oct 12 17:52:13.203 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 17:52:13.203 INFO kablam! Oct 12 17:52:13.215 INFO kablam! warning: variable does not need to be mutable Oct 12 17:52:13.215 INFO kablam! --> src/main.rs:20:9 Oct 12 17:52:13.215 INFO kablam! | Oct 12 17:52:13.215 INFO kablam! 20 | let mut server = Server { running: true }; Oct 12 17:52:13.215 INFO kablam! | ----^^^^^^ Oct 12 17:52:13.215 INFO kablam! | | Oct 12 17:52:13.215 INFO kablam! | help: remove this `mut` Oct 12 17:52:13.215 INFO kablam! | Oct 12 17:52:13.215 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 17:52:13.215 INFO kablam! Oct 12 17:52:13.222 INFO kablam! warning: variable does not need to be mutable Oct 12 17:52:13.222 INFO kablam! --> src/handlers.rs:54:13 Oct 12 17:52:13.222 INFO kablam! | Oct 12 17:52:13.222 INFO kablam! 54 | let mut result: Result; Oct 12 17:52:13.222 INFO kablam! | ----^^^^^^ Oct 12 17:52:13.222 INFO kablam! | | Oct 12 17:52:13.222 INFO kablam! | help: remove this `mut` Oct 12 17:52:13.223 INFO kablam! Oct 12 17:52:13.230 INFO kablam! warning: variable does not need to be mutable Oct 12 17:52:13.230 INFO kablam! --> src/handlers.rs:81:23 Oct 12 17:52:13.230 INFO kablam! | Oct 12 17:52:13.230 INFO kablam! 81 | if let Ok(mut entries) = self.current_path.read_dir() { Oct 12 17:52:13.230 INFO kablam! | ----^^^^^^^ Oct 12 17:52:13.230 INFO kablam! | | Oct 12 17:52:13.230 INFO kablam! | help: remove this `mut` Oct 12 17:52:13.231 INFO kablam! Oct 12 17:52:13.245 INFO kablam! warning: field is never used: `address` Oct 12 17:52:13.245 INFO kablam! --> src/handlers.rs:9:5 Oct 12 17:52:13.245 INFO kablam! | Oct 12 17:52:13.245 INFO kablam! 9 | address: SocketAddr, Oct 12 17:52:13.245 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 12 17:52:13.245 INFO kablam! | Oct 12 17:52:13.245 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 17:52:13.245 INFO kablam! Oct 12 17:52:13.686 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.74s Oct 12 17:52:13.690 INFO kablam! su: No module specific data is present Oct 12 17:52:14.997 INFO running `"docker" "rm" "-f" "635bc341276591e42e41c515d17af0ab63b115722a9cfb35ee5f072606e53bca"` Oct 12 17:52:15.268 INFO blam! 635bc341276591e42e41c515d17af0ab63b115722a9cfb35ee5f072606e53bca Oct 12 17:52:15.274 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:16.003 INFO blam! 8944eb0c5f2ec2df77639f7a0d39dd9aa9025c8a218bfe2ced5745a2db4d184c Oct 12 17:52:16.011 INFO running `"docker" "start" "-a" "8944eb0c5f2ec2df77639f7a0d39dd9aa9025c8a218bfe2ced5745a2db4d184c"` Oct 12 17:52:17.259 INFO kablam! usermod: no changes Oct 12 17:52:17.303 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 12 17:52:17.306 INFO kablam! Running /target/debug/deps/rapid_server-cedaa62b45710a4e Oct 12 17:52:17.315 INFO blam! Oct 12 17:52:17.315 INFO blam! running 0 tests Oct 12 17:52:17.315 INFO blam! Oct 12 17:52:17.315 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 17:52:17.315 INFO blam! Oct 12 17:52:17.320 INFO kablam! su: No module specific data is present Oct 12 17:52:18.238 INFO running `"docker" "rm" "-f" "8944eb0c5f2ec2df77639f7a0d39dd9aa9025c8a218bfe2ced5745a2db4d184c"` Oct 12 17:52:18.491 INFO blam! 8944eb0c5f2ec2df77639f7a0d39dd9aa9025c8a218bfe2ced5745a2db4d184c