Oct 26 20:11:14.089 INFO checking strassl/home-interface against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 20:11:14.090 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/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 26 20:11:14.567 INFO blam! 93cdbc7afaca9eca4de24b7cb0686f66f39bfd0d2c63365b5bc7603432fdf0eb Oct 26 20:11:14.583 INFO running `"docker" "start" "-a" "93cdbc7afaca9eca4de24b7cb0686f66f39bfd0d2c63365b5bc7603432fdf0eb"` Oct 26 20:11:16.140 INFO kablam! usermod: no changes Oct 26 20:11:16.458 INFO kablam! Compiling winapi v0.2.8 Oct 26 20:11:16.458 INFO kablam! Compiling libc v0.2.18 Oct 26 20:11:16.458 INFO kablam! Compiling phf_shared v0.7.20 Oct 26 20:11:16.458 INFO kablam! Checking traitobject v0.0.3 Oct 26 20:11:16.467 INFO kablam! Compiling quote v0.3.10 Oct 26 20:11:16.475 INFO kablam! Checking serde v0.8.21 Oct 26 20:11:16.477 INFO kablam! Checking route-recognizer v0.1.11 Oct 26 20:11:17.975 INFO kablam! Compiling openssl-sys-extras v0.7.14 Oct 26 20:11:18.903 INFO kablam! Compiling openssl v0.7.14 Oct 26 20:11:19.037 INFO kablam! Compiling syntex_pos v0.52.0 Oct 26 20:11:19.733 INFO kablam! Checking num_cpus v0.2.13 Oct 26 20:11:19.808 INFO kablam! Checking ioctl-rs v0.1.5 Oct 26 20:11:22.095 INFO kablam! Checking termios v0.2.2 Oct 26 20:11:22.105 INFO kablam! Checking conduit-mime-types v0.7.3 Oct 26 20:11:22.183 INFO kablam! Checking unsafe-any v0.4.1 Oct 26 20:11:22.840 INFO kablam! Checking error v0.1.9 Oct 26 20:11:23.709 INFO kablam! Checking phf v0.7.20 Oct 26 20:11:23.893 INFO kablam! Checking clap v2.19.3 Oct 26 20:11:24.024 INFO kablam! Compiling syn v0.10.5 Oct 26 20:11:24.179 INFO kablam! Compiling rand v0.3.15 Oct 26 20:11:24.180 INFO kablam! Checking typemap v0.3.3 Oct 26 20:11:24.455 INFO kablam! Compiling kernel32-sys v0.2.2 Oct 26 20:11:26.971 INFO kablam! Checking serial v0.3.4 Oct 26 20:11:27.136 INFO kablam! Compiling term v0.4.4 Oct 26 20:11:27.844 INFO kablam! Checking plugin v0.2.6 Oct 26 20:11:38.112 INFO kablam! Compiling phf_generator v0.7.20 Oct 26 20:11:38.723 INFO kablam! Compiling phf_codegen v0.7.20 Oct 26 20:11:38.905 INFO kablam! Checking cookie v0.2.5 Oct 26 20:11:39.005 INFO kablam! Checking openssl-verify v0.1.0 Oct 26 20:11:40.957 INFO kablam! Compiling syntex_errors v0.52.0 Oct 26 20:11:42.188 INFO kablam! Compiling palette v0.2.1 Oct 26 20:11:43.399 INFO kablam! Checking hyper v0.9.14 Oct 26 20:11:43.879 INFO kablam! Compiling serde_codegen_internals v0.11.3 Oct 26 20:11:49.413 INFO kablam! Checking serde_json v0.8.4 Oct 26 20:11:51.455 INFO kablam! Compiling syntex_syntax v0.52.0 Oct 26 20:11:55.936 INFO kablam! Checking iron v0.4.0 Oct 26 20:11:56.891 INFO kablam! Checking router v0.4.0 Oct 26 20:12:38.887 INFO kablam! Compiling syntex v0.52.0 Oct 26 20:12:40.359 INFO kablam! Compiling serde_codegen v0.8.21 Oct 26 20:12:46.771 INFO kablam! Compiling home-interface v0.1.0 (/source) Oct 26 20:12:51.891 INFO kablam! warning: unnecessary parentheses around function argument Oct 26 20:12:51.892 INFO kablam! --> src/interface/mod.rs:26:73 Oct 26 20:12:51.892 INFO kablam! | Oct 26 20:12:51.892 INFO kablam! 26 | InterfaceError::LightsError(_) => iron::IronError::new(err, (status::InternalServerError)), Oct 26 20:12:51.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 20:12:51.893 INFO kablam! | Oct 26 20:12:51.893 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 26 20:12:51.893 INFO kablam! Oct 26 20:12:51.894 INFO kablam! warning: unnecessary parentheses around function argument Oct 26 20:12:51.894 INFO kablam! --> src/interface/mod.rs:27:82 Oct 26 20:12:51.894 INFO kablam! | Oct 26 20:12:51.895 INFO kablam! 27 | InterfaceError::DeserializationError(_) => iron::IronError::new(err, (status::BadRequest)), Oct 26 20:12:51.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 20:12:51.895 INFO kablam! Oct 26 20:12:51.895 INFO kablam! warning: unnecessary parentheses around function argument Oct 26 20:12:51.896 INFO kablam! --> src/interface/mod.rs:28:69 Oct 26 20:12:51.896 INFO kablam! | Oct 26 20:12:51.896 INFO kablam! 28 | InterfaceError::IoError(_) => iron::IronError::new(err, (status::RequestTimeout)), Oct 26 20:12:51.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 20:12:51.897 INFO kablam! Oct 26 20:12:51.897 INFO kablam! warning: unnecessary parentheses around function argument Oct 26 20:12:51.897 INFO kablam! --> src/interface/mod.rs:29:72 Oct 26 20:12:51.897 INFO kablam! | Oct 26 20:12:51.898 INFO kablam! 29 | InterfaceError::OtherError(_) => iron::IronError::new(err, (status::InternalServerError)), Oct 26 20:12:51.898 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 20:12:51.898 INFO kablam! Oct 26 20:12:52.188 INFO kablam! warning: unnecessary parentheses around function argument Oct 26 20:12:52.188 INFO kablam! --> src/interface/mod.rs:26:73 Oct 26 20:12:52.188 INFO kablam! | Oct 26 20:12:52.189 INFO kablam! 26 | InterfaceError::LightsError(_) => iron::IronError::new(err, (status::InternalServerError)), Oct 26 20:12:52.189 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 20:12:52.189 INFO kablam! | Oct 26 20:12:52.189 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 26 20:12:52.190 INFO kablam! Oct 26 20:12:52.190 INFO kablam! warning: unnecessary parentheses around function argument Oct 26 20:12:52.190 INFO kablam! --> src/interface/mod.rs:27:82 Oct 26 20:12:52.190 INFO kablam! | Oct 26 20:12:52.191 INFO kablam! 27 | InterfaceError::DeserializationError(_) => iron::IronError::new(err, (status::BadRequest)), Oct 26 20:12:52.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 20:12:52.191 INFO kablam! Oct 26 20:12:52.192 INFO kablam! warning: unnecessary parentheses around function argument Oct 26 20:12:52.192 INFO kablam! --> src/interface/mod.rs:28:69 Oct 26 20:12:52.192 INFO kablam! | Oct 26 20:12:52.192 INFO kablam! 28 | InterfaceError::IoError(_) => iron::IronError::new(err, (status::RequestTimeout)), Oct 26 20:12:52.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 20:12:52.193 INFO kablam! Oct 26 20:12:52.193 INFO kablam! warning: unnecessary parentheses around function argument Oct 26 20:12:52.194 INFO kablam! --> src/interface/mod.rs:29:72 Oct 26 20:12:52.194 INFO kablam! | Oct 26 20:12:52.194 INFO kablam! 29 | InterfaceError::OtherError(_) => iron::IronError::new(err, (status::InternalServerError)), Oct 26 20:12:52.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 20:12:52.199 INFO kablam! Oct 26 20:12:52.410 INFO kablam! warning: variable does not need to be mutable Oct 26 20:12:52.410 INFO kablam! --> src/interface/mod.rs:77:9 Oct 26 20:12:52.410 INFO kablam! | Oct 26 20:12:52.411 INFO kablam! 77 | let mut controller = &mut *guard; Oct 26 20:12:52.411 INFO kablam! | ----^^^^^^^^^^ Oct 26 20:12:52.411 INFO kablam! | | Oct 26 20:12:52.412 INFO kablam! | help: remove this `mut` Oct 26 20:12:52.412 INFO kablam! | Oct 26 20:12:52.412 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 20:12:52.413 INFO kablam! Oct 26 20:12:52.413 INFO kablam! warning: variable does not need to be mutable Oct 26 20:12:52.413 INFO kablam! --> src/interface/mod.rs:91:9 Oct 26 20:12:52.413 INFO kablam! | Oct 26 20:12:52.414 INFO kablam! 91 | let mut controller = &mut *guard; Oct 26 20:12:52.414 INFO kablam! | ----^^^^^^^^^^ Oct 26 20:12:52.414 INFO kablam! | | Oct 26 20:12:52.415 INFO kablam! | help: remove this `mut` Oct 26 20:12:52.415 INFO kablam! Oct 26 20:12:53.119 INFO kablam! warning: variable does not need to be mutable Oct 26 20:12:53.119 INFO kablam! --> src/interface/mod.rs:77:9 Oct 26 20:12:53.120 INFO kablam! | Oct 26 20:12:53.120 INFO kablam! 77 | let mut controller = &mut *guard; Oct 26 20:12:53.120 INFO kablam! | ----^^^^^^^^^^ Oct 26 20:12:53.121 INFO kablam! | | Oct 26 20:12:53.121 INFO kablam! | help: remove this `mut` Oct 26 20:12:53.121 INFO kablam! | Oct 26 20:12:53.122 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 20:12:53.122 INFO kablam! Oct 26 20:12:53.122 INFO kablam! warning: variable does not need to be mutable Oct 26 20:12:53.122 INFO kablam! --> src/interface/mod.rs:91:9 Oct 26 20:12:53.123 INFO kablam! | Oct 26 20:12:53.123 INFO kablam! 91 | let mut controller = &mut *guard; Oct 26 20:12:53.123 INFO kablam! | ----^^^^^^^^^^ Oct 26 20:12:53.124 INFO kablam! | | Oct 26 20:12:53.124 INFO kablam! | help: remove this `mut` Oct 26 20:12:53.124 INFO kablam! Oct 26 20:12:53.599 INFO kablam! warning: unnecessary parentheses around function argument Oct 26 20:12:53.600 INFO kablam! --> src/interface/mod.rs:26:73 Oct 26 20:12:53.600 INFO kablam! | Oct 26 20:12:53.600 INFO kablam! 26 | InterfaceError::LightsError(_) => iron::IronError::new(err, (status::InternalServerError)), Oct 26 20:12:53.601 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 20:12:53.601 INFO kablam! | Oct 26 20:12:53.601 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 26 20:12:53.602 INFO kablam! Oct 26 20:12:53.602 INFO kablam! warning: unnecessary parentheses around function argument Oct 26 20:12:53.602 INFO kablam! --> src/interface/mod.rs:27:82 Oct 26 20:12:53.603 INFO kablam! | Oct 26 20:12:53.603 INFO kablam! 27 | InterfaceError::DeserializationError(_) => iron::IronError::new(err, (status::BadRequest)), Oct 26 20:12:53.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 20:12:53.603 INFO kablam! Oct 26 20:12:53.604 INFO kablam! warning: unnecessary parentheses around function argument Oct 26 20:12:53.604 INFO kablam! --> src/interface/mod.rs:28:69 Oct 26 20:12:53.604 INFO kablam! | Oct 26 20:12:53.604 INFO kablam! 28 | InterfaceError::IoError(_) => iron::IronError::new(err, (status::RequestTimeout)), Oct 26 20:12:53.605 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 20:12:53.605 INFO kablam! Oct 26 20:12:53.605 INFO kablam! warning: unnecessary parentheses around function argument Oct 26 20:12:53.606 INFO kablam! --> src/interface/mod.rs:29:72 Oct 26 20:12:53.606 INFO kablam! | Oct 26 20:12:53.606 INFO kablam! 29 | InterfaceError::OtherError(_) => iron::IronError::new(err, (status::InternalServerError)), Oct 26 20:12:53.606 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 20:12:53.607 INFO kablam! Oct 26 20:12:53.968 INFO kablam! warning: unnecessary parentheses around function argument Oct 26 20:12:53.968 INFO kablam! --> src/interface/mod.rs:26:73 Oct 26 20:12:53.969 INFO kablam! | Oct 26 20:12:53.969 INFO kablam! 26 | InterfaceError::LightsError(_) => iron::IronError::new(err, (status::InternalServerError)), Oct 26 20:12:53.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 20:12:53.969 INFO kablam! | Oct 26 20:12:53.970 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 26 20:12:53.970 INFO kablam! Oct 26 20:12:53.970 INFO kablam! warning: unnecessary parentheses around function argument Oct 26 20:12:53.970 INFO kablam! --> src/interface/mod.rs:27:82 Oct 26 20:12:53.971 INFO kablam! | Oct 26 20:12:53.971 INFO kablam! 27 | InterfaceError::DeserializationError(_) => iron::IronError::new(err, (status::BadRequest)), Oct 26 20:12:53.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 20:12:53.972 INFO kablam! Oct 26 20:12:53.972 INFO kablam! warning: unnecessary parentheses around function argument Oct 26 20:12:53.972 INFO kablam! --> src/interface/mod.rs:28:69 Oct 26 20:12:53.972 INFO kablam! | Oct 26 20:12:53.973 INFO kablam! 28 | InterfaceError::IoError(_) => iron::IronError::new(err, (status::RequestTimeout)), Oct 26 20:12:53.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 20:12:53.973 INFO kablam! Oct 26 20:12:53.973 INFO kablam! warning: unnecessary parentheses around function argument Oct 26 20:12:53.974 INFO kablam! --> src/interface/mod.rs:29:72 Oct 26 20:12:53.974 INFO kablam! | Oct 26 20:12:53.974 INFO kablam! 29 | InterfaceError::OtherError(_) => iron::IronError::new(err, (status::InternalServerError)), Oct 26 20:12:53.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 20:12:53.975 INFO kablam! Oct 26 20:12:54.027 INFO kablam! warning: variable does not need to be mutable Oct 26 20:12:54.028 INFO kablam! --> src/interface/mod.rs:77:9 Oct 26 20:12:54.028 INFO kablam! | Oct 26 20:12:54.028 INFO kablam! 77 | let mut controller = &mut *guard; Oct 26 20:12:54.028 INFO kablam! | ----^^^^^^^^^^ Oct 26 20:12:54.029 INFO kablam! | | Oct 26 20:12:54.029 INFO kablam! | help: remove this `mut` Oct 26 20:12:54.029 INFO kablam! | Oct 26 20:12:54.029 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 20:12:54.030 INFO kablam! Oct 26 20:12:54.039 INFO kablam! warning: variable does not need to be mutable Oct 26 20:12:54.040 INFO kablam! --> src/interface/mod.rs:91:9 Oct 26 20:12:54.040 INFO kablam! | Oct 26 20:12:54.040 INFO kablam! 91 | let mut controller = &mut *guard; Oct 26 20:12:54.041 INFO kablam! | ----^^^^^^^^^^ Oct 26 20:12:54.041 INFO kablam! | | Oct 26 20:12:54.041 INFO kablam! | help: remove this `mut` Oct 26 20:12:54.042 INFO kablam! Oct 26 20:12:54.563 INFO kablam! warning: variable does not need to be mutable Oct 26 20:12:54.563 INFO kablam! --> src/interface/mod.rs:77:9 Oct 26 20:12:54.563 INFO kablam! | Oct 26 20:12:54.564 INFO kablam! 77 | let mut controller = &mut *guard; Oct 26 20:12:54.564 INFO kablam! | ----^^^^^^^^^^ Oct 26 20:12:54.564 INFO kablam! | | Oct 26 20:12:54.565 INFO kablam! | help: remove this `mut` Oct 26 20:12:54.565 INFO kablam! | Oct 26 20:12:54.565 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 20:12:54.565 INFO kablam! Oct 26 20:12:54.566 INFO kablam! warning: variable does not need to be mutable Oct 26 20:12:54.566 INFO kablam! --> src/interface/mod.rs:91:9 Oct 26 20:12:54.566 INFO kablam! | Oct 26 20:12:54.566 INFO kablam! 91 | let mut controller = &mut *guard; Oct 26 20:12:54.567 INFO kablam! | ----^^^^^^^^^^ Oct 26 20:12:54.567 INFO kablam! | | Oct 26 20:12:54.567 INFO kablam! | help: remove this `mut` Oct 26 20:12:54.571 INFO kablam! Oct 26 20:12:54.739 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 38s Oct 26 20:12:54.752 INFO kablam! su: No module specific data is present Oct 26 20:12:55.640 INFO running `"docker" "rm" "-f" "93cdbc7afaca9eca4de24b7cb0686f66f39bfd0d2c63365b5bc7603432fdf0eb"` Oct 26 20:12:55.933 INFO blam! 93cdbc7afaca9eca4de24b7cb0686f66f39bfd0d2c63365b5bc7603432fdf0eb