Oct 13 03:42:13.904 INFO testing pop-os/system76-power against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 03:42:13.905 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 13 03:42:14.400 INFO blam! dcdc364bf13ac6cba81adf8445751dad30979ab14db0299c3bd58a73a0411ead Oct 13 03:42:14.403 INFO running `"docker" "start" "-a" "dcdc364bf13ac6cba81adf8445751dad30979ab14db0299c3bd58a73a0411ead"` Oct 13 03:42:15.879 INFO kablam! usermod: no changes Oct 13 03:42:16.027 INFO kablam! Compiling libdbus-sys v0.1.3 Oct 13 03:42:16.031 INFO kablam! Compiling vergen v0.1.1 Oct 13 03:42:16.031 INFO kablam! Compiling fern v0.5.6 Oct 13 03:42:17.631 INFO kablam! Compiling system76-power v1.0.0 (/source) Oct 13 03:42:19.891 INFO kablam! Compiling dbus v0.6.2 Oct 13 03:42:32.477 INFO kablam! warning: unused import: `env` Oct 13 03:42:32.477 INFO kablam! --> src/main.rs:10:11 Oct 13 03:42:32.477 INFO kablam! | Oct 13 03:42:32.477 INFO kablam! 10 | use std::{env, process}; Oct 13 03:42:32.477 INFO kablam! | ^^^ Oct 13 03:42:32.477 INFO kablam! | Oct 13 03:42:32.477 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:42:32.477 INFO kablam! Oct 13 03:42:32.479 INFO kablam! warning: unused import: `Level` Oct 13 03:42:32.479 INFO kablam! --> src/logging.rs:2:11 Oct 13 03:42:32.479 INFO kablam! | Oct 13 03:42:32.479 INFO kablam! 2 | use log::{Level, LevelFilter}; Oct 13 03:42:32.479 INFO kablam! | ^^^^^ Oct 13 03:42:32.479 INFO kablam! Oct 13 03:42:32.480 INFO kablam! warning: unused import: `PathBuf` Oct 13 03:42:32.480 INFO kablam! --> src/snd.rs:1:23 Oct 13 03:42:32.480 INFO kablam! | Oct 13 03:42:32.480 INFO kablam! 1 | use std::path::{Path, PathBuf}; Oct 13 03:42:32.480 INFO kablam! | ^^^^^^^ Oct 13 03:42:32.480 INFO kablam! Oct 13 03:42:33.233 INFO kablam! warning: variable does not need to be mutable Oct 13 03:42:33.233 INFO kablam! --> src/graphics.rs:87:13 Oct 13 03:42:33.233 INFO kablam! | Oct 13 03:42:33.233 INFO kablam! 87 | let mut vendor = if modules.iter().find(|module| module.name == "nouveau" || module.name == "nvidia").is_some() { Oct 13 03:42:33.233 INFO kablam! | ----^^^^^^ Oct 13 03:42:33.233 INFO kablam! | | Oct 13 03:42:33.233 INFO kablam! | help: remove this `mut` Oct 13 03:42:33.233 INFO kablam! | Oct 13 03:42:33.233 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 03:42:33.233 INFO kablam! Oct 13 03:42:33.331 INFO kablam! warning: method is never used: `bl_power` Oct 13 03:42:33.332 INFO kablam! --> src/backlight.rs:41:5 Oct 13 03:42:33.332 INFO kablam! | Oct 13 03:42:33.333 INFO kablam! 41 | pub fn bl_power(&self) -> io::Result { Oct 13 03:42:33.333 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:33.334 INFO kablam! | Oct 13 03:42:33.334 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 03:42:33.335 INFO kablam! Oct 13 03:42:33.336 INFO kablam! warning: function is never used: `reload` Oct 13 03:42:33.337 INFO kablam! --> src/modprobe.rs:4:1 Oct 13 03:42:33.337 INFO kablam! | Oct 13 03:42:33.338 INFO kablam! 4 | pub fn reload(module: &str, options: &[&str]) -> io::Result<()> { Oct 13 03:42:33.338 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:33.339 INFO kablam! Oct 13 03:42:33.339 INFO kablam! warning: function is never used: `unload` Oct 13 03:42:33.340 INFO kablam! --> src/modprobe.rs:8:1 Oct 13 03:42:33.340 INFO kablam! | Oct 13 03:42:33.341 INFO kablam! 8 | pub fn unload(module: &str) -> io::Result<()> { Oct 13 03:42:33.341 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:33.342 INFO kablam! Oct 13 03:42:33.342 INFO kablam! warning: function is never used: `load` Oct 13 03:42:33.343 INFO kablam! --> src/modprobe.rs:20:1 Oct 13 03:42:33.343 INFO kablam! | Oct 13 03:42:33.344 INFO kablam! 20 | pub fn load(module: &str, options: &[&str]) -> io::Result<()> { Oct 13 03:42:33.344 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:33.345 INFO kablam! Oct 13 03:42:33.346 INFO kablam! warning: method is never used: `drivers` Oct 13 03:42:33.346 INFO kablam! --> src/pci.rs:25:5 Oct 13 03:42:33.347 INFO kablam! | Oct 13 03:42:33.347 INFO kablam! 25 | pub fn drivers(&self) -> io::Result> { Oct 13 03:42:33.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:33.348 INFO kablam! Oct 13 03:42:33.348 INFO kablam! warning: method is never used: `path` Oct 13 03:42:33.349 INFO kablam! --> src/pci.rs:45:5 Oct 13 03:42:33.349 INFO kablam! | Oct 13 03:42:33.349 INFO kablam! 45 | pub fn path(&self) -> &Path { Oct 13 03:42:33.350 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:33.351 INFO kablam! Oct 13 03:42:33.351 INFO kablam! warning: method is never used: `bind` Oct 13 03:42:33.351 INFO kablam! --> src/pci.rs:49:5 Oct 13 03:42:33.351 INFO kablam! | Oct 13 03:42:33.351 INFO kablam! 49 | pub unsafe fn bind(&self, device: &PciDevice) -> io::Result<()> { Oct 13 03:42:33.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:33.351 INFO kablam! Oct 13 03:42:33.351 INFO kablam! warning: method is never used: `device` Oct 13 03:42:33.351 INFO kablam! --> src/pci.rs:64:9 Oct 13 03:42:33.351 INFO kablam! | Oct 13 03:42:33.351 INFO kablam! 64 | pub fn $file(&self) -> io::Result<$out> { Oct 13 03:42:33.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:33.351 INFO kablam! ... Oct 13 03:42:33.351 INFO kablam! 94 | pci_device!(device as u16); Oct 13 03:42:33.351 INFO kablam! | --------------------------- in this macro invocation Oct 13 03:42:33.351 INFO kablam! Oct 13 03:42:33.351 INFO kablam! warning: method is never used: `revision` Oct 13 03:42:33.351 INFO kablam! --> src/pci.rs:64:9 Oct 13 03:42:33.351 INFO kablam! | Oct 13 03:42:33.351 INFO kablam! 64 | pub fn $file(&self) -> io::Result<$out> { Oct 13 03:42:33.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:33.351 INFO kablam! ... Oct 13 03:42:33.351 INFO kablam! 96 | pci_device!(revision as u8); Oct 13 03:42:33.352 INFO kablam! | ---------------------------- in this macro invocation Oct 13 03:42:33.352 INFO kablam! Oct 13 03:42:33.352 INFO kablam! warning: field is never used: `device` Oct 13 03:42:33.352 INFO kablam! --> src/wifi.rs:6:5 Oct 13 03:42:33.352 INFO kablam! | Oct 13 03:42:33.352 INFO kablam! 6 | device: &'static str, Oct 13 03:42:33.352 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:33.352 INFO kablam! Oct 13 03:42:33.352 INFO kablam! warning: field is never used: `power_save` Oct 13 03:42:33.352 INFO kablam! --> src/wifi.rs:7:5 Oct 13 03:42:33.352 INFO kablam! | Oct 13 03:42:33.352 INFO kablam! 7 | power_save: PowerSave, Oct 13 03:42:33.352 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:33.352 INFO kablam! Oct 13 03:42:33.352 INFO kablam! warning: field is never used: `power_level` Oct 13 03:42:33.352 INFO kablam! --> src/wifi.rs:8:5 Oct 13 03:42:33.352 INFO kablam! | Oct 13 03:42:33.352 INFO kablam! 8 | power_level: PowerLevel, Oct 13 03:42:33.352 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:33.352 INFO kablam! Oct 13 03:42:33.352 INFO kablam! warning: method is never used: `set` Oct 13 03:42:33.352 INFO kablam! --> src/wifi.rs:26:5 Oct 13 03:42:33.352 INFO kablam! | Oct 13 03:42:33.352 INFO kablam! 26 | pub fn set(&self, power_level: u8) { Oct 13 03:42:33.352 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:33.352 INFO kablam! Oct 13 03:42:33.367 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 03:42:33.367 INFO kablam! --> src/graphics.rs:175:33 Oct 13 03:42:33.367 INFO kablam! | Oct 13 03:42:33.367 INFO kablam! 175 | unsafe { driver.unbind(&dev) }; Oct 13 03:42:33.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:33.367 INFO kablam! | Oct 13 03:42:33.367 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 03:42:33.367 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 03:42:33.367 INFO kablam! Oct 13 03:42:39.643 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 23.73s Oct 13 03:42:39.649 INFO kablam! su: No module specific data is present Oct 13 03:42:40.010 INFO running `"docker" "rm" "-f" "dcdc364bf13ac6cba81adf8445751dad30979ab14db0299c3bd58a73a0411ead"` Oct 13 03:42:40.127 INFO blam! dcdc364bf13ac6cba81adf8445751dad30979ab14db0299c3bd58a73a0411ead Oct 13 03:42:40.128 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 13 03:42:40.458 INFO blam! 4a45711c384c843b5af8a6e5a0207f6377b85dccc6dede5335064c82366d66d4 Oct 13 03:42:40.460 INFO running `"docker" "start" "-a" "4a45711c384c843b5af8a6e5a0207f6377b85dccc6dede5335064c82366d66d4"` Oct 13 03:42:41.087 INFO kablam! usermod: no changes Oct 13 03:42:41.215 INFO kablam! Compiling system76-power v1.0.0 (/source) Oct 13 03:42:41.735 INFO kablam! warning: unused import: `env` Oct 13 03:42:41.736 INFO kablam! --> src/main.rs:10:11 Oct 13 03:42:41.737 INFO kablam! | Oct 13 03:42:41.737 INFO kablam! 10 | use std::{env, process}; Oct 13 03:42:41.738 INFO kablam! | ^^^ Oct 13 03:42:41.739 INFO kablam! | Oct 13 03:42:41.739 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:42:41.740 INFO kablam! Oct 13 03:42:41.743 INFO kablam! warning: unused import: `Level` Oct 13 03:42:41.743 INFO kablam! --> src/logging.rs:2:11 Oct 13 03:42:41.744 INFO kablam! | Oct 13 03:42:41.745 INFO kablam! 2 | use log::{Level, LevelFilter}; Oct 13 03:42:41.745 INFO kablam! | ^^^^^ Oct 13 03:42:41.746 INFO kablam! Oct 13 03:42:41.751 INFO kablam! warning: unused import: `PathBuf` Oct 13 03:42:41.752 INFO kablam! --> src/snd.rs:1:23 Oct 13 03:42:41.752 INFO kablam! | Oct 13 03:42:41.753 INFO kablam! 1 | use std::path::{Path, PathBuf}; Oct 13 03:42:41.754 INFO kablam! | ^^^^^^^ Oct 13 03:42:41.754 INFO kablam! Oct 13 03:42:42.407 INFO kablam! warning: variable does not need to be mutable Oct 13 03:42:42.407 INFO kablam! --> src/graphics.rs:87:13 Oct 13 03:42:42.407 INFO kablam! | Oct 13 03:42:42.407 INFO kablam! 87 | let mut vendor = if modules.iter().find(|module| module.name == "nouveau" || module.name == "nvidia").is_some() { Oct 13 03:42:42.407 INFO kablam! | ----^^^^^^ Oct 13 03:42:42.407 INFO kablam! | | Oct 13 03:42:42.407 INFO kablam! | help: remove this `mut` Oct 13 03:42:42.407 INFO kablam! | Oct 13 03:42:42.407 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 03:42:42.407 INFO kablam! Oct 13 03:42:42.511 INFO kablam! warning: method is never used: `bl_power` Oct 13 03:42:42.511 INFO kablam! --> src/backlight.rs:41:5 Oct 13 03:42:42.511 INFO kablam! | Oct 13 03:42:42.511 INFO kablam! 41 | pub fn bl_power(&self) -> io::Result { Oct 13 03:42:42.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:42.511 INFO kablam! | Oct 13 03:42:42.511 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 03:42:42.511 INFO kablam! Oct 13 03:42:42.511 INFO kablam! warning: function is never used: `reload` Oct 13 03:42:42.511 INFO kablam! --> src/modprobe.rs:4:1 Oct 13 03:42:42.511 INFO kablam! | Oct 13 03:42:42.511 INFO kablam! 4 | pub fn reload(module: &str, options: &[&str]) -> io::Result<()> { Oct 13 03:42:42.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:42.511 INFO kablam! Oct 13 03:42:42.511 INFO kablam! warning: function is never used: `unload` Oct 13 03:42:42.511 INFO kablam! --> src/modprobe.rs:8:1 Oct 13 03:42:42.511 INFO kablam! | Oct 13 03:42:42.511 INFO kablam! 8 | pub fn unload(module: &str) -> io::Result<()> { Oct 13 03:42:42.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:42.511 INFO kablam! Oct 13 03:42:42.511 INFO kablam! warning: function is never used: `load` Oct 13 03:42:42.511 INFO kablam! --> src/modprobe.rs:20:1 Oct 13 03:42:42.511 INFO kablam! | Oct 13 03:42:42.511 INFO kablam! 20 | pub fn load(module: &str, options: &[&str]) -> io::Result<()> { Oct 13 03:42:42.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:42.511 INFO kablam! Oct 13 03:42:42.511 INFO kablam! warning: method is never used: `drivers` Oct 13 03:42:42.511 INFO kablam! --> src/pci.rs:25:5 Oct 13 03:42:42.511 INFO kablam! | Oct 13 03:42:42.511 INFO kablam! 25 | pub fn drivers(&self) -> io::Result> { Oct 13 03:42:42.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:42.511 INFO kablam! Oct 13 03:42:42.511 INFO kablam! warning: method is never used: `path` Oct 13 03:42:42.511 INFO kablam! --> src/pci.rs:45:5 Oct 13 03:42:42.511 INFO kablam! | Oct 13 03:42:42.511 INFO kablam! 45 | pub fn path(&self) -> &Path { Oct 13 03:42:42.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:42.511 INFO kablam! Oct 13 03:42:42.511 INFO kablam! warning: method is never used: `bind` Oct 13 03:42:42.511 INFO kablam! --> src/pci.rs:49:5 Oct 13 03:42:42.511 INFO kablam! | Oct 13 03:42:42.512 INFO kablam! 49 | pub unsafe fn bind(&self, device: &PciDevice) -> io::Result<()> { Oct 13 03:42:42.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:42.512 INFO kablam! Oct 13 03:42:42.512 INFO kablam! warning: method is never used: `device` Oct 13 03:42:42.512 INFO kablam! --> src/pci.rs:64:9 Oct 13 03:42:42.512 INFO kablam! | Oct 13 03:42:42.512 INFO kablam! 64 | pub fn $file(&self) -> io::Result<$out> { Oct 13 03:42:42.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:42.512 INFO kablam! ... Oct 13 03:42:42.512 INFO kablam! 94 | pci_device!(device as u16); Oct 13 03:42:42.512 INFO kablam! | --------------------------- in this macro invocation Oct 13 03:42:42.512 INFO kablam! Oct 13 03:42:42.512 INFO kablam! warning: method is never used: `revision` Oct 13 03:42:42.512 INFO kablam! --> src/pci.rs:64:9 Oct 13 03:42:42.512 INFO kablam! | Oct 13 03:42:42.512 INFO kablam! 64 | pub fn $file(&self) -> io::Result<$out> { Oct 13 03:42:42.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:42.512 INFO kablam! ... Oct 13 03:42:42.512 INFO kablam! 96 | pci_device!(revision as u8); Oct 13 03:42:42.512 INFO kablam! | ---------------------------- in this macro invocation Oct 13 03:42:42.512 INFO kablam! Oct 13 03:42:42.512 INFO kablam! warning: field is never used: `device` Oct 13 03:42:42.512 INFO kablam! --> src/wifi.rs:6:5 Oct 13 03:42:42.512 INFO kablam! | Oct 13 03:42:42.512 INFO kablam! 6 | device: &'static str, Oct 13 03:42:42.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:42.512 INFO kablam! Oct 13 03:42:42.512 INFO kablam! warning: field is never used: `power_save` Oct 13 03:42:42.512 INFO kablam! --> src/wifi.rs:7:5 Oct 13 03:42:42.512 INFO kablam! | Oct 13 03:42:42.512 INFO kablam! 7 | power_save: PowerSave, Oct 13 03:42:42.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:42.512 INFO kablam! Oct 13 03:42:42.512 INFO kablam! warning: field is never used: `power_level` Oct 13 03:42:42.512 INFO kablam! --> src/wifi.rs:8:5 Oct 13 03:42:42.512 INFO kablam! | Oct 13 03:42:42.512 INFO kablam! 8 | power_level: PowerLevel, Oct 13 03:42:42.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:42.512 INFO kablam! Oct 13 03:42:42.512 INFO kablam! warning: method is never used: `set` Oct 13 03:42:42.512 INFO kablam! --> src/wifi.rs:26:5 Oct 13 03:42:42.512 INFO kablam! | Oct 13 03:42:42.512 INFO kablam! 26 | pub fn set(&self, power_level: u8) { Oct 13 03:42:42.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:42.512 INFO kablam! Oct 13 03:42:42.523 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 03:42:42.523 INFO kablam! --> src/graphics.rs:175:33 Oct 13 03:42:42.523 INFO kablam! | Oct 13 03:42:42.523 INFO kablam! 175 | unsafe { driver.unbind(&dev) }; Oct 13 03:42:42.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:42.523 INFO kablam! | Oct 13 03:42:42.523 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 03:42:42.523 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 03:42:42.523 INFO kablam! Oct 13 03:42:43.123 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.01s Oct 13 03:42:43.134 INFO kablam! su: No module specific data is present Oct 13 03:42:43.883 INFO running `"docker" "rm" "-f" "4a45711c384c843b5af8a6e5a0207f6377b85dccc6dede5335064c82366d66d4"` Oct 13 03:42:44.183 INFO blam! 4a45711c384c843b5af8a6e5a0207f6377b85dccc6dede5335064c82366d66d4 Oct 13 03:42:44.188 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 13 03:42:44.583 INFO blam! 22d542d49cd6d245d723d44b5d1ca32a1b9a02b268509d3b48da7bf73ac9f002 Oct 13 03:42:44.607 INFO running `"docker" "start" "-a" "22d542d49cd6d245d723d44b5d1ca32a1b9a02b268509d3b48da7bf73ac9f002"` Oct 13 03:42:45.599 INFO kablam! usermod: no changes Oct 13 03:42:45.695 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 13 03:42:45.712 INFO kablam! Running /target/debug/deps/system76_power-86d4f4d1941ec31c Oct 13 03:42:45.715 INFO blam! Oct 13 03:42:45.715 INFO blam! running 0 tests Oct 13 03:42:45.715 INFO blam! Oct 13 03:42:45.715 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 03:42:45.715 INFO blam! Oct 13 03:42:45.716 INFO kablam! su: No module specific data is present Oct 13 03:42:46.263 INFO running `"docker" "rm" "-f" "22d542d49cd6d245d723d44b5d1ca32a1b9a02b268509d3b48da7bf73ac9f002"` Oct 13 03:42:46.435 INFO blam! 22d542d49cd6d245d723d44b5d1ca32a1b9a02b268509d3b48da7bf73ac9f002