Oct 10 14:08:57.072 INFO testing strassl/home-interface against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 14:08:57.073 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 14:08:57.074 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 14:08:57.536 INFO blam! 42ba7e7b810ece16abfc873597a93cd6655652a366b57105c476ee1ee580056d Oct 10 14:08:57.544 INFO running `"docker" "start" "-a" "42ba7e7b810ece16abfc873597a93cd6655652a366b57105c476ee1ee580056d"` Oct 10 14:08:59.676 INFO kablam! usermod: no changes Oct 10 14:08:59.992 INFO kablam! Compiling openssl-sys-extras v0.7.14 Oct 10 14:08:59.992 INFO kablam! Compiling openssl v0.7.14 Oct 10 14:08:59.992 INFO kablam! Compiling syntex_pos v0.52.0 Oct 10 14:08:59.992 INFO kablam! Compiling conduit-mime-types v0.7.3 Oct 10 14:08:59.998 INFO kablam! Compiling ioctl-rs v0.1.5 Oct 10 14:08:59.998 INFO kablam! Compiling termios v0.2.2 Oct 10 14:08:59.998 INFO kablam! Compiling hpack v0.2.0 Oct 10 14:08:59.998 INFO kablam! Compiling mime v0.2.2 Oct 10 14:09:03.436 INFO kablam! Compiling syn v0.10.5 Oct 10 14:09:05.344 INFO kablam! Compiling phf v0.7.20 Oct 10 14:09:09.157 INFO kablam! Compiling num-complex v0.1.35 Oct 10 14:09:09.628 INFO kablam! Compiling clap v2.19.3 Oct 10 14:09:09.636 INFO kablam! Compiling serial v0.3.4 Oct 10 14:09:09.700 INFO kablam! Compiling solicit v0.4.4 Oct 10 14:09:09.700 INFO kablam! Compiling num-bigint v0.1.35 Oct 10 14:09:09.743 INFO kablam! Compiling openssl-sys v0.7.17 Oct 10 14:09:11.676 INFO kablam! Compiling time v0.1.35 Oct 10 14:09:15.828 INFO kablam! Compiling palette v0.2.1 Oct 10 14:09:15.885 INFO kablam! Compiling syntex_errors v0.52.0 Oct 10 14:09:34.166 INFO kablam! Compiling num-rational v0.1.35 Oct 10 14:09:34.260 INFO kablam! Compiling serde_codegen_internals v0.11.3 Oct 10 14:09:34.860 INFO kablam! Compiling syntex_syntax v0.52.0 Oct 10 14:09:38.916 INFO kablam! Compiling num v0.1.36 Oct 10 14:09:46.224 INFO kablam! Compiling cookie v0.2.5 Oct 10 14:09:46.224 INFO kablam! Compiling openssl-verify v0.1.0 Oct 10 14:09:53.424 INFO kablam! Compiling hyper v0.9.14 Oct 10 14:10:16.672 INFO kablam! Compiling iron v0.4.0 Oct 10 14:10:20.892 INFO kablam! Compiling router v0.4.0 Oct 10 14:10:50.828 INFO kablam! Compiling syntex v0.52.0 Oct 10 14:10:52.716 INFO kablam! Compiling serde_codegen v0.8.21 Oct 10 14:10:59.113 INFO kablam! Compiling home-interface v0.1.0 (/source) Oct 10 14:11:05.757 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 14:11:05.757 INFO kablam! --> src/interface/mod.rs:26:73 Oct 10 14:11:05.757 INFO kablam! | Oct 10 14:11:05.757 INFO kablam! 26 | InterfaceError::LightsError(_) => iron::IronError::new(err, (status::InternalServerError)), Oct 10 14:11:05.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 14:11:05.757 INFO kablam! | Oct 10 14:11:05.757 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 14:11:05.757 INFO kablam! Oct 10 14:11:05.757 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 14:11:05.757 INFO kablam! --> src/interface/mod.rs:27:82 Oct 10 14:11:05.757 INFO kablam! | Oct 10 14:11:05.757 INFO kablam! 27 | InterfaceError::DeserializationError(_) => iron::IronError::new(err, (status::BadRequest)), Oct 10 14:11:05.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 14:11:05.757 INFO kablam! Oct 10 14:11:05.757 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 14:11:05.757 INFO kablam! --> src/interface/mod.rs:28:69 Oct 10 14:11:05.757 INFO kablam! | Oct 10 14:11:05.757 INFO kablam! 28 | InterfaceError::IoError(_) => iron::IronError::new(err, (status::RequestTimeout)), Oct 10 14:11:05.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 14:11:05.757 INFO kablam! Oct 10 14:11:05.757 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 14:11:05.757 INFO kablam! --> src/interface/mod.rs:29:72 Oct 10 14:11:05.757 INFO kablam! | Oct 10 14:11:05.757 INFO kablam! 29 | InterfaceError::OtherError(_) => iron::IronError::new(err, (status::InternalServerError)), Oct 10 14:11:05.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 14:11:05.757 INFO kablam! Oct 10 14:11:06.276 INFO kablam! warning: variable does not need to be mutable Oct 10 14:11:06.276 INFO kablam! --> src/interface/mod.rs:77:9 Oct 10 14:11:06.276 INFO kablam! | Oct 10 14:11:06.276 INFO kablam! 77 | let mut controller = &mut *guard; Oct 10 14:11:06.276 INFO kablam! | ----^^^^^^^^^^ Oct 10 14:11:06.276 INFO kablam! | | Oct 10 14:11:06.276 INFO kablam! | help: remove this `mut` Oct 10 14:11:06.276 INFO kablam! | Oct 10 14:11:06.276 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 14:11:06.276 INFO kablam! Oct 10 14:11:06.276 INFO kablam! warning: variable does not need to be mutable Oct 10 14:11:06.276 INFO kablam! --> src/interface/mod.rs:91:9 Oct 10 14:11:06.276 INFO kablam! | Oct 10 14:11:06.276 INFO kablam! 91 | let mut controller = &mut *guard; Oct 10 14:11:06.276 INFO kablam! | ----^^^^^^^^^^ Oct 10 14:11:06.276 INFO kablam! | | Oct 10 14:11:06.276 INFO kablam! | help: remove this `mut` Oct 10 14:11:06.276 INFO kablam! Oct 10 14:11:09.536 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 14:11:09.536 INFO kablam! --> src/interface/mod.rs:26:73 Oct 10 14:11:09.536 INFO kablam! | Oct 10 14:11:09.536 INFO kablam! 26 | InterfaceError::LightsError(_) => iron::IronError::new(err, (status::InternalServerError)), Oct 10 14:11:09.536 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 14:11:09.536 INFO kablam! | Oct 10 14:11:09.536 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 14:11:09.536 INFO kablam! Oct 10 14:11:09.536 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 14:11:09.536 INFO kablam! --> src/interface/mod.rs:27:82 Oct 10 14:11:09.536 INFO kablam! | Oct 10 14:11:09.536 INFO kablam! 27 | InterfaceError::DeserializationError(_) => iron::IronError::new(err, (status::BadRequest)), Oct 10 14:11:09.536 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 14:11:09.536 INFO kablam! Oct 10 14:11:09.536 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 14:11:09.536 INFO kablam! --> src/interface/mod.rs:28:69 Oct 10 14:11:09.536 INFO kablam! | Oct 10 14:11:09.536 INFO kablam! 28 | InterfaceError::IoError(_) => iron::IronError::new(err, (status::RequestTimeout)), Oct 10 14:11:09.536 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 14:11:09.537 INFO kablam! Oct 10 14:11:09.537 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 14:11:09.537 INFO kablam! --> src/interface/mod.rs:29:72 Oct 10 14:11:09.537 INFO kablam! | Oct 10 14:11:09.537 INFO kablam! 29 | InterfaceError::OtherError(_) => iron::IronError::new(err, (status::InternalServerError)), Oct 10 14:11:09.537 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 14:11:09.537 INFO kablam! Oct 10 14:11:09.912 INFO kablam! warning: variable does not need to be mutable Oct 10 14:11:09.912 INFO kablam! --> src/interface/mod.rs:77:9 Oct 10 14:11:09.912 INFO kablam! | Oct 10 14:11:09.912 INFO kablam! 77 | let mut controller = &mut *guard; Oct 10 14:11:09.912 INFO kablam! | ----^^^^^^^^^^ Oct 10 14:11:09.912 INFO kablam! | | Oct 10 14:11:09.912 INFO kablam! | help: remove this `mut` Oct 10 14:11:09.912 INFO kablam! | Oct 10 14:11:09.912 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 14:11:09.912 INFO kablam! Oct 10 14:11:09.912 INFO kablam! warning: variable does not need to be mutable Oct 10 14:11:09.912 INFO kablam! --> src/interface/mod.rs:91:9 Oct 10 14:11:09.912 INFO kablam! | Oct 10 14:11:09.912 INFO kablam! 91 | let mut controller = &mut *guard; Oct 10 14:11:09.912 INFO kablam! | ----^^^^^^^^^^ Oct 10 14:11:09.912 INFO kablam! | | Oct 10 14:11:09.912 INFO kablam! | help: remove this `mut` Oct 10 14:11:09.912 INFO kablam! Oct 10 14:11:15.539 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2m 15s Oct 10 14:11:15.547 INFO kablam! su: No module specific data is present Oct 10 14:11:16.118 INFO running `"docker" "rm" "-f" "42ba7e7b810ece16abfc873597a93cd6655652a366b57105c476ee1ee580056d"` Oct 10 14:11:16.293 INFO blam! 42ba7e7b810ece16abfc873597a93cd6655652a366b57105c476ee1ee580056d Oct 10 14:11:16.298 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 14:11:16.298 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 14:11:16.592 INFO blam! c430846cf2f186d1f1cb45f04c35e1bd347fbc0a8689370debe87998e15001b5 Oct 10 14:11:16.597 INFO running `"docker" "start" "-a" "c430846cf2f186d1f1cb45f04c35e1bd347fbc0a8689370debe87998e15001b5"` Oct 10 14:11:17.569 INFO kablam! usermod: no changes Oct 10 14:11:17.895 INFO kablam! Compiling home-interface v0.1.0 (/source) Oct 10 14:11:21.254 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 14:11:21.255 INFO kablam! --> src/interface/mod.rs:26:73 Oct 10 14:11:21.255 INFO kablam! | Oct 10 14:11:21.255 INFO kablam! 26 | InterfaceError::LightsError(_) => iron::IronError::new(err, (status::InternalServerError)), Oct 10 14:11:21.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 14:11:21.255 INFO kablam! | Oct 10 14:11:21.255 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 14:11:21.255 INFO kablam! Oct 10 14:11:21.255 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 14:11:21.255 INFO kablam! --> src/interface/mod.rs:27:82 Oct 10 14:11:21.255 INFO kablam! | Oct 10 14:11:21.255 INFO kablam! 27 | InterfaceError::DeserializationError(_) => iron::IronError::new(err, (status::BadRequest)), Oct 10 14:11:21.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 14:11:21.255 INFO kablam! Oct 10 14:11:21.255 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 14:11:21.255 INFO kablam! --> src/interface/mod.rs:28:69 Oct 10 14:11:21.255 INFO kablam! | Oct 10 14:11:21.255 INFO kablam! 28 | InterfaceError::IoError(_) => iron::IronError::new(err, (status::RequestTimeout)), Oct 10 14:11:21.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 14:11:21.255 INFO kablam! Oct 10 14:11:21.255 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 14:11:21.255 INFO kablam! --> src/interface/mod.rs:29:72 Oct 10 14:11:21.255 INFO kablam! | Oct 10 14:11:21.255 INFO kablam! 29 | InterfaceError::OtherError(_) => iron::IronError::new(err, (status::InternalServerError)), Oct 10 14:11:21.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 14:11:21.255 INFO kablam! Oct 10 14:11:21.276 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 14:11:21.276 INFO kablam! --> src/interface/mod.rs:26:73 Oct 10 14:11:21.277 INFO kablam! | Oct 10 14:11:21.277 INFO kablam! 26 | InterfaceError::LightsError(_) => iron::IronError::new(err, (status::InternalServerError)), Oct 10 14:11:21.277 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 14:11:21.277 INFO kablam! | Oct 10 14:11:21.277 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 14:11:21.277 INFO kablam! Oct 10 14:11:21.277 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 14:11:21.277 INFO kablam! --> src/interface/mod.rs:27:82 Oct 10 14:11:21.277 INFO kablam! | Oct 10 14:11:21.277 INFO kablam! 27 | InterfaceError::DeserializationError(_) => iron::IronError::new(err, (status::BadRequest)), Oct 10 14:11:21.277 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 14:11:21.277 INFO kablam! Oct 10 14:11:21.277 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 14:11:21.277 INFO kablam! --> src/interface/mod.rs:28:69 Oct 10 14:11:21.277 INFO kablam! | Oct 10 14:11:21.277 INFO kablam! 28 | InterfaceError::IoError(_) => iron::IronError::new(err, (status::RequestTimeout)), Oct 10 14:11:21.277 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 14:11:21.277 INFO kablam! Oct 10 14:11:21.277 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 14:11:21.277 INFO kablam! --> src/interface/mod.rs:29:72 Oct 10 14:11:21.277 INFO kablam! | Oct 10 14:11:21.277 INFO kablam! 29 | InterfaceError::OtherError(_) => iron::IronError::new(err, (status::InternalServerError)), Oct 10 14:11:21.277 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 14:11:21.277 INFO kablam! Oct 10 14:11:21.708 INFO kablam! warning: variable does not need to be mutable Oct 10 14:11:21.708 INFO kablam! --> src/interface/mod.rs:77:9 Oct 10 14:11:21.708 INFO kablam! | Oct 10 14:11:21.708 INFO kablam! 77 | let mut controller = &mut *guard; Oct 10 14:11:21.708 INFO kablam! | ----^^^^^^^^^^ Oct 10 14:11:21.708 INFO kablam! | | Oct 10 14:11:21.708 INFO kablam! | help: remove this `mut` Oct 10 14:11:21.708 INFO kablam! | Oct 10 14:11:21.712 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 14:11:21.712 INFO kablam! Oct 10 14:11:21.712 INFO kablam! warning: variable does not need to be mutable Oct 10 14:11:21.712 INFO kablam! --> src/interface/mod.rs:91:9 Oct 10 14:11:21.712 INFO kablam! | Oct 10 14:11:21.712 INFO kablam! 91 | let mut controller = &mut *guard; Oct 10 14:11:21.712 INFO kablam! | ----^^^^^^^^^^ Oct 10 14:11:21.712 INFO kablam! | | Oct 10 14:11:21.712 INFO kablam! | help: remove this `mut` Oct 10 14:11:21.712 INFO kablam! Oct 10 14:11:21.956 INFO kablam! warning: variable does not need to be mutable Oct 10 14:11:21.956 INFO kablam! --> src/interface/mod.rs:77:9 Oct 10 14:11:21.956 INFO kablam! | Oct 10 14:11:21.956 INFO kablam! 77 | let mut controller = &mut *guard; Oct 10 14:11:21.956 INFO kablam! | ----^^^^^^^^^^ Oct 10 14:11:21.956 INFO kablam! | | Oct 10 14:11:21.956 INFO kablam! | help: remove this `mut` Oct 10 14:11:21.956 INFO kablam! | Oct 10 14:11:21.956 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 14:11:21.956 INFO kablam! Oct 10 14:11:21.963 INFO kablam! warning: variable does not need to be mutable Oct 10 14:11:21.963 INFO kablam! --> src/interface/mod.rs:91:9 Oct 10 14:11:21.963 INFO kablam! | Oct 10 14:11:21.963 INFO kablam! 91 | let mut controller = &mut *guard; Oct 10 14:11:21.963 INFO kablam! | ----^^^^^^^^^^ Oct 10 14:11:21.963 INFO kablam! | | Oct 10 14:11:21.963 INFO kablam! | help: remove this `mut` Oct 10 14:11:21.963 INFO kablam! Oct 10 14:11:26.226 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.62s Oct 10 14:11:26.238 INFO kablam! su: No module specific data is present Oct 10 14:11:26.995 INFO running `"docker" "rm" "-f" "c430846cf2f186d1f1cb45f04c35e1bd347fbc0a8689370debe87998e15001b5"` Oct 10 14:11:27.441 INFO blam! c430846cf2f186d1f1cb45f04c35e1bd347fbc0a8689370debe87998e15001b5 Oct 10 14:11:27.448 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 14:11:27.450 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 14:11:28.000 INFO blam! 64d919c6c2b52bdb99d71799f3ebfb84b55f65add5b981ffd61007cc4b34ad86 Oct 10 14:11:28.002 INFO running `"docker" "start" "-a" "64d919c6c2b52bdb99d71799f3ebfb84b55f65add5b981ffd61007cc4b34ad86"` Oct 10 14:11:29.972 INFO kablam! usermod: no changes Oct 10 14:11:30.273 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.26s Oct 10 14:11:30.281 INFO kablam! Running /target/debug/deps/home_interface-4edf3284df4bb629 Oct 10 14:11:30.289 INFO blam! Oct 10 14:11:30.289 INFO blam! running 5 tests Oct 10 14:11:30.332 INFO blam! test system_information::test::get_mem_usage_works ... ok Oct 10 14:11:30.332 INFO blam! test system_information::test::get_loadavg_works ... ok Oct 10 14:11:30.332 INFO blam! test system_information::test::get_uptime_works ... ok Oct 10 14:11:30.332 INFO blam! test system_information::test::get_os_info_works ... ok Oct 10 14:11:30.391 INFO blam! test system_information::test::get_temperature_works ... FAILED Oct 10 14:11:30.391 INFO blam! Oct 10 14:11:30.391 INFO blam! failures: Oct 10 14:11:30.391 INFO blam! Oct 10 14:11:30.391 INFO blam! ---- system_information::test::get_temperature_works stdout ---- Oct 10 14:11:30.391 INFO blam! thread 'system_information::test::get_temperature_works' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 10 14:11:30.391 INFO blam! stack backtrace: Oct 10 14:11:30.391 INFO blam! 0: 0x55a59c3d66be - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 10 14:11:30.391 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 10 14:11:30.391 INFO blam! 1: 0x55a59c3e2be6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 10 14:11:30.391 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 10 14:11:30.391 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 10 14:11:30.391 INFO blam! 2: 0x55a59c3db8ed - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 10 14:11:30.391 INFO blam! at libstd/panicking.rs:211 Oct 10 14:11:30.391 INFO blam! 3: 0x55a59c3db5fb - std::panicking::default_hook::h1ef46fa7cd894809 Oct 10 14:11:30.391 INFO blam! at libstd/panicking.rs:221 Oct 10 14:11:30.391 INFO blam! 4: 0x55a59c3dbf9c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 10 14:11:30.391 INFO blam! at libstd/panicking.rs:476 Oct 10 14:11:30.391 INFO blam! 5: 0x55a59c3dbb59 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 10 14:11:30.391 INFO blam! at libstd/panicking.rs:390 Oct 10 14:11:30.391 INFO blam! 6: 0x55a59c3dba55 - rust_begin_unwind Oct 10 14:11:30.391 INFO blam! at libstd/panicking.rs:325 Oct 10 14:11:30.391 INFO blam! 7: 0x55a59c4236ab - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 10 14:11:30.391 INFO blam! at libcore/panicking.rs:77 Oct 10 14:11:30.391 INFO blam! 8: 0x55a59c3bb223 - core::result::unwrap_failed::hd9fe3b6cd54319d3 Oct 10 14:11:30.391 INFO blam! at libcore/macros.rs:26 Oct 10 14:11:30.391 INFO blam! 9: 0x55a59c372519 - >::unwrap::hf40f03451a936528 Oct 10 14:11:30.391 INFO blam! at libcore/result.rs:808 Oct 10 14:11:30.391 INFO blam! 10: 0x55a59c3752ba - home_interface::system_information::test::get_temperature_works::hee9240a65600b576 Oct 10 14:11:30.391 INFO blam! at src/system_information/mod.rs:104 Oct 10 14:11:30.391 INFO blam! 11: 0x55a59c375289 - home_interface::system_information::test::get_temperature_works::{{closure}}::h058fbf0658531c9b Oct 10 14:11:30.391 INFO blam! at src/system_information/mod.rs:103 Oct 10 14:11:30.391 INFO blam! 12: 0x55a59c37347d - core::ops::function::FnOnce::call_once::h887330b5ff0c9027 Oct 10 14:11:30.391 INFO blam! at libcore/ops/function.rs:238 Oct 10 14:11:30.391 INFO blam! 13: 0x55a59c377a8e - >::call_box::h95b7cb918af67b5d Oct 10 14:11:30.391 INFO blam! at libtest/lib.rs:1468 Oct 10 14:11:30.391 INFO blam! at libcore/ops/function.rs:238 Oct 10 14:11:30.391 INFO blam! at liballoc/boxed.rs:672 Oct 10 14:11:30.391 INFO blam! 14: 0x55a59c3eddb9 - __rust_maybe_catch_panic Oct 10 14:11:30.391 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 14:11:30.391 INFO blam! 15: 0x55a59c3985dd - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 10 14:11:30.391 INFO blam! at libstd/panicking.rs:289 Oct 10 14:11:30.391 INFO blam! at libstd/panic.rs:392 Oct 10 14:11:30.391 INFO blam! at libtest/lib.rs:1423 Oct 10 14:11:30.391 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 10 14:11:30.391 INFO blam! 16: 0x55a59c3991e4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 10 14:11:30.392 INFO blam! at libstd/thread/mod.rs:409 Oct 10 14:11:30.392 INFO blam! at libstd/panic.rs:313 Oct 10 14:11:30.392 INFO blam! at libstd/panicking.rs:310 Oct 10 14:11:30.392 INFO blam! 17: 0x55a59c3eddb9 - __rust_maybe_catch_panic Oct 10 14:11:30.392 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 14:11:30.392 INFO blam! 18: 0x55a59c3867a6 - >::call_box::h96125cb29a9ba44b Oct 10 14:11:30.392 INFO blam! at libstd/panicking.rs:289 Oct 10 14:11:30.392 INFO blam! at libstd/panic.rs:392 Oct 10 14:11:30.392 INFO blam! at libstd/thread/mod.rs:408 Oct 10 14:11:30.392 INFO blam! at liballoc/boxed.rs:672 Oct 10 14:11:30.392 INFO blam! 19: 0x55a59c3d8faa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 10 14:11:30.392 INFO blam! at liballoc/boxed.rs:682 Oct 10 14:11:30.392 INFO blam! at libstd/sys_common/thread.rs:24 Oct 10 14:11:30.392 INFO blam! 20: 0x55a59c3cc1a5 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 10 14:11:30.392 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 10 14:11:30.392 INFO blam! 21: 0x7fc9e97f36b9 - start_thread Oct 10 14:11:30.392 INFO blam! 22: 0x7fc9e9d1441c - clone Oct 10 14:11:30.392 INFO blam! 23: 0x0 - Oct 10 14:11:30.392 INFO blam! Oct 10 14:11:30.392 INFO blam! Oct 10 14:11:30.392 INFO blam! failures: Oct 10 14:11:30.392 INFO blam! system_information::test::get_temperature_works Oct 10 14:11:30.392 INFO blam! Oct 10 14:11:30.392 INFO blam! test result: FAILED. 4 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 14:11:30.392 INFO blam! Oct 10 14:11:30.408 INFO kablam! error: test failed, to rerun pass '--lib' Oct 10 14:11:30.408 INFO kablam! su: No module specific data is present Oct 10 14:11:31.692 INFO running `"docker" "rm" "-f" "64d919c6c2b52bdb99d71799f3ebfb84b55f65add5b981ffd61007cc4b34ad86"` Oct 10 14:11:31.992 INFO blam! 64d919c6c2b52bdb99d71799f3ebfb84b55f65add5b981ffd61007cc4b34ad86