Oct 13 03:42:13.487 INFO testing pop-os/system76-power against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 03:42:13.489 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 13 03:42:14.036 INFO blam! 13e6aab2d9c24a1cff1ffb9b0147b00cdc2053bed9749c0bd741e5ee117563be Oct 13 03:42:14.037 INFO running `"docker" "start" "-a" "13e6aab2d9c24a1cff1ffb9b0147b00cdc2053bed9749c0bd741e5ee117563be"` Oct 13 03:42:15.371 INFO kablam! usermod: no changes Oct 13 03:42:15.499 INFO kablam! Compiling libdbus-sys v0.1.3 Oct 13 03:42:15.511 INFO kablam! Compiling vergen v0.1.1 Oct 13 03:42:15.511 INFO kablam! Compiling fern v0.5.6 Oct 13 03:42:17.486 INFO kablam! Compiling system76-power v1.0.0 (/source) Oct 13 03:42:17.863 INFO kablam! Compiling dbus v0.6.2 Oct 13 03:42:31.531 INFO kablam! warning: unused import: `env` Oct 13 03:42:31.531 INFO kablam! --> src/main.rs:10:11 Oct 13 03:42:31.532 INFO kablam! | Oct 13 03:42:31.532 INFO kablam! 10 | use std::{env, process}; Oct 13 03:42:31.532 INFO kablam! | ^^^ Oct 13 03:42:31.532 INFO kablam! | Oct 13 03:42:31.533 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:42:31.533 INFO kablam! Oct 13 03:42:31.533 INFO kablam! warning: unused import: `Level` Oct 13 03:42:31.533 INFO kablam! --> src/logging.rs:2:11 Oct 13 03:42:31.534 INFO kablam! | Oct 13 03:42:31.534 INFO kablam! 2 | use log::{Level, LevelFilter}; Oct 13 03:42:31.534 INFO kablam! | ^^^^^ Oct 13 03:42:31.534 INFO kablam! Oct 13 03:42:31.543 INFO kablam! warning: unused import: `PathBuf` Oct 13 03:42:31.543 INFO kablam! --> src/snd.rs:1:23 Oct 13 03:42:31.543 INFO kablam! | Oct 13 03:42:31.544 INFO kablam! 1 | use std::path::{Path, PathBuf}; Oct 13 03:42:31.544 INFO kablam! | ^^^^^^^ Oct 13 03:42:31.544 INFO kablam! Oct 13 03:42:32.210 INFO kablam! warning: variable does not need to be mutable Oct 13 03:42:32.211 INFO kablam! --> src/graphics.rs:87:13 Oct 13 03:42:32.212 INFO kablam! | Oct 13 03:42:32.212 INFO kablam! 87 | let mut vendor = if modules.iter().find(|module| module.name == "nouveau" || module.name == "nvidia").is_some() { Oct 13 03:42:32.213 INFO kablam! | ----^^^^^^ Oct 13 03:42:32.213 INFO kablam! | | Oct 13 03:42:32.214 INFO kablam! | help: remove this `mut` Oct 13 03:42:32.215 INFO kablam! | Oct 13 03:42:32.215 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 03:42:32.216 INFO kablam! Oct 13 03:42:32.318 INFO kablam! warning: method is never used: `bl_power` Oct 13 03:42:32.319 INFO kablam! --> src/backlight.rs:41:5 Oct 13 03:42:32.319 INFO kablam! | Oct 13 03:42:32.320 INFO kablam! 41 | pub fn bl_power(&self) -> io::Result { Oct 13 03:42:32.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:32.321 INFO kablam! | Oct 13 03:42:32.322 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 03:42:32.322 INFO kablam! Oct 13 03:42:32.323 INFO kablam! warning: function is never used: `reload` Oct 13 03:42:32.323 INFO kablam! --> src/modprobe.rs:4:1 Oct 13 03:42:32.324 INFO kablam! | Oct 13 03:42:32.325 INFO kablam! 4 | pub fn reload(module: &str, options: &[&str]) -> io::Result<()> { Oct 13 03:42:32.325 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:32.326 INFO kablam! Oct 13 03:42:32.326 INFO kablam! warning: function is never used: `unload` Oct 13 03:42:32.327 INFO kablam! --> src/modprobe.rs:8:1 Oct 13 03:42:32.327 INFO kablam! | Oct 13 03:42:32.328 INFO kablam! 8 | pub fn unload(module: &str) -> io::Result<()> { Oct 13 03:42:32.328 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:32.329 INFO kablam! Oct 13 03:42:32.329 INFO kablam! warning: function is never used: `load` Oct 13 03:42:32.329 INFO kablam! --> src/modprobe.rs:20:1 Oct 13 03:42:32.329 INFO kablam! | Oct 13 03:42:32.329 INFO kablam! 20 | pub fn load(module: &str, options: &[&str]) -> io::Result<()> { Oct 13 03:42:32.329 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:32.329 INFO kablam! Oct 13 03:42:32.329 INFO kablam! warning: method is never used: `drivers` Oct 13 03:42:32.329 INFO kablam! --> src/pci.rs:25:5 Oct 13 03:42:32.329 INFO kablam! | Oct 13 03:42:32.329 INFO kablam! 25 | pub fn drivers(&self) -> io::Result> { Oct 13 03:42:32.332 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:32.332 INFO kablam! Oct 13 03:42:32.332 INFO kablam! warning: method is never used: `path` Oct 13 03:42:32.332 INFO kablam! --> src/pci.rs:45:5 Oct 13 03:42:32.332 INFO kablam! | Oct 13 03:42:32.332 INFO kablam! 45 | pub fn path(&self) -> &Path { Oct 13 03:42:32.332 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:32.332 INFO kablam! Oct 13 03:42:32.332 INFO kablam! warning: method is never used: `bind` Oct 13 03:42:32.332 INFO kablam! --> src/pci.rs:49:5 Oct 13 03:42:32.332 INFO kablam! | Oct 13 03:42:32.332 INFO kablam! 49 | pub unsafe fn bind(&self, device: &PciDevice) -> io::Result<()> { Oct 13 03:42:32.332 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:32.332 INFO kablam! Oct 13 03:42:32.332 INFO kablam! warning: method is never used: `device` Oct 13 03:42:32.333 INFO kablam! --> src/pci.rs:64:9 Oct 13 03:42:32.333 INFO kablam! | Oct 13 03:42:32.333 INFO kablam! 64 | pub fn $file(&self) -> io::Result<$out> { Oct 13 03:42:32.333 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:32.333 INFO kablam! ... Oct 13 03:42:32.333 INFO kablam! 94 | pci_device!(device as u16); Oct 13 03:42:32.333 INFO kablam! | --------------------------- in this macro invocation Oct 13 03:42:32.333 INFO kablam! Oct 13 03:42:32.333 INFO kablam! warning: method is never used: `revision` Oct 13 03:42:32.333 INFO kablam! --> src/pci.rs:64:9 Oct 13 03:42:32.333 INFO kablam! | Oct 13 03:42:32.333 INFO kablam! 64 | pub fn $file(&self) -> io::Result<$out> { Oct 13 03:42:32.333 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:32.333 INFO kablam! ... Oct 13 03:42:32.333 INFO kablam! 96 | pci_device!(revision as u8); Oct 13 03:42:32.333 INFO kablam! | ---------------------------- in this macro invocation Oct 13 03:42:32.333 INFO kablam! Oct 13 03:42:32.333 INFO kablam! warning: field is never used: `device` Oct 13 03:42:32.333 INFO kablam! --> src/wifi.rs:6:5 Oct 13 03:42:32.333 INFO kablam! | Oct 13 03:42:32.333 INFO kablam! 6 | device: &'static str, Oct 13 03:42:32.333 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:32.333 INFO kablam! Oct 13 03:42:32.333 INFO kablam! warning: field is never used: `power_save` Oct 13 03:42:32.333 INFO kablam! --> src/wifi.rs:7:5 Oct 13 03:42:32.333 INFO kablam! | Oct 13 03:42:32.333 INFO kablam! 7 | power_save: PowerSave, Oct 13 03:42:32.333 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:32.333 INFO kablam! Oct 13 03:42:32.333 INFO kablam! warning: field is never used: `power_level` Oct 13 03:42:32.333 INFO kablam! --> src/wifi.rs:8:5 Oct 13 03:42:32.333 INFO kablam! | Oct 13 03:42:32.333 INFO kablam! 8 | power_level: PowerLevel, Oct 13 03:42:32.333 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:32.333 INFO kablam! Oct 13 03:42:32.333 INFO kablam! warning: method is never used: `set` Oct 13 03:42:32.333 INFO kablam! --> src/wifi.rs:26:5 Oct 13 03:42:32.333 INFO kablam! | Oct 13 03:42:32.333 INFO kablam! 26 | pub fn set(&self, power_level: u8) { Oct 13 03:42:32.333 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:32.333 INFO kablam! Oct 13 03:42:32.338 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 03:42:32.338 INFO kablam! --> src/graphics.rs:175:33 Oct 13 03:42:32.338 INFO kablam! | Oct 13 03:42:32.338 INFO kablam! 175 | unsafe { driver.unbind(&dev) }; Oct 13 03:42:32.338 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:32.338 INFO kablam! | Oct 13 03:42:32.338 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 03:42:32.338 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 03:42:32.338 INFO kablam! Oct 13 03:42:39.019 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 23.61s Oct 13 03:42:39.023 INFO kablam! su: No module specific data is present Oct 13 03:42:39.711 INFO running `"docker" "rm" "-f" "13e6aab2d9c24a1cff1ffb9b0147b00cdc2053bed9749c0bd741e5ee117563be"` Oct 13 03:42:39.879 INFO blam! 13e6aab2d9c24a1cff1ffb9b0147b00cdc2053bed9749c0bd741e5ee117563be Oct 13 03:42:39.883 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 13 03:42:40.080 INFO blam! 269632a5a7fe3fe2df8c7e94222e3fe8c8a98f94be733d79d75c466c9a173d49 Oct 13 03:42:40.087 INFO running `"docker" "start" "-a" "269632a5a7fe3fe2df8c7e94222e3fe8c8a98f94be733d79d75c466c9a173d49"` Oct 13 03:42:40.695 INFO kablam! usermod: no changes Oct 13 03:42:40.785 INFO kablam! Compiling system76-power v1.0.0 (/source) Oct 13 03:42:41.279 INFO kablam! warning: unused import: `env` Oct 13 03:42:41.279 INFO kablam! --> src/main.rs:10:11 Oct 13 03:42:41.279 INFO kablam! | Oct 13 03:42:41.279 INFO kablam! 10 | use std::{env, process}; Oct 13 03:42:41.279 INFO kablam! | ^^^ Oct 13 03:42:41.279 INFO kablam! | Oct 13 03:42:41.279 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:42:41.279 INFO kablam! Oct 13 03:42:41.279 INFO kablam! warning: unused import: `Level` Oct 13 03:42:41.279 INFO kablam! --> src/logging.rs:2:11 Oct 13 03:42:41.279 INFO kablam! | Oct 13 03:42:41.279 INFO kablam! 2 | use log::{Level, LevelFilter}; Oct 13 03:42:41.279 INFO kablam! | ^^^^^ Oct 13 03:42:41.279 INFO kablam! Oct 13 03:42:41.279 INFO kablam! warning: unused import: `PathBuf` Oct 13 03:42:41.279 INFO kablam! --> src/snd.rs:1:23 Oct 13 03:42:41.279 INFO kablam! | Oct 13 03:42:41.279 INFO kablam! 1 | use std::path::{Path, PathBuf}; Oct 13 03:42:41.279 INFO kablam! | ^^^^^^^ Oct 13 03:42:41.279 INFO kablam! Oct 13 03:42:41.853 INFO kablam! warning: variable does not need to be mutable Oct 13 03:42:41.853 INFO kablam! --> src/graphics.rs:87:13 Oct 13 03:42:41.853 INFO kablam! | Oct 13 03:42:41.854 INFO kablam! 87 | let mut vendor = if modules.iter().find(|module| module.name == "nouveau" || module.name == "nvidia").is_some() { Oct 13 03:42:41.854 INFO kablam! | ----^^^^^^ Oct 13 03:42:41.854 INFO kablam! | | Oct 13 03:42:41.854 INFO kablam! | help: remove this `mut` Oct 13 03:42:41.854 INFO kablam! | Oct 13 03:42:41.854 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 03:42:41.854 INFO kablam! Oct 13 03:42:41.944 INFO kablam! warning: method is never used: `bl_power` Oct 13 03:42:41.944 INFO kablam! --> src/backlight.rs:41:5 Oct 13 03:42:41.944 INFO kablam! | Oct 13 03:42:41.944 INFO kablam! 41 | pub fn bl_power(&self) -> io::Result { Oct 13 03:42:41.945 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:41.945 INFO kablam! | Oct 13 03:42:41.945 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 03:42:41.945 INFO kablam! Oct 13 03:42:41.945 INFO kablam! warning: function is never used: `reload` Oct 13 03:42:41.945 INFO kablam! --> src/modprobe.rs:4:1 Oct 13 03:42:41.946 INFO kablam! | Oct 13 03:42:41.946 INFO kablam! 4 | pub fn reload(module: &str, options: &[&str]) -> io::Result<()> { Oct 13 03:42:41.946 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:41.946 INFO kablam! Oct 13 03:42:41.946 INFO kablam! warning: function is never used: `unload` Oct 13 03:42:41.947 INFO kablam! --> src/modprobe.rs:8:1 Oct 13 03:42:41.947 INFO kablam! | Oct 13 03:42:41.947 INFO kablam! 8 | pub fn unload(module: &str) -> io::Result<()> { Oct 13 03:42:41.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:41.947 INFO kablam! Oct 13 03:42:41.948 INFO kablam! warning: function is never used: `load` Oct 13 03:42:41.948 INFO kablam! --> src/modprobe.rs:20:1 Oct 13 03:42:41.948 INFO kablam! | Oct 13 03:42:41.948 INFO kablam! 20 | pub fn load(module: &str, options: &[&str]) -> io::Result<()> { Oct 13 03:42:41.948 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:41.949 INFO kablam! Oct 13 03:42:41.949 INFO kablam! warning: method is never used: `drivers` Oct 13 03:42:41.949 INFO kablam! --> src/pci.rs:25:5 Oct 13 03:42:41.949 INFO kablam! | Oct 13 03:42:41.949 INFO kablam! 25 | pub fn drivers(&self) -> io::Result> { Oct 13 03:42:41.950 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:41.950 INFO kablam! Oct 13 03:42:41.950 INFO kablam! warning: method is never used: `path` Oct 13 03:42:41.950 INFO kablam! --> src/pci.rs:45:5 Oct 13 03:42:41.950 INFO kablam! | Oct 13 03:42:41.951 INFO kablam! 45 | pub fn path(&self) -> &Path { Oct 13 03:42:41.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:41.951 INFO kablam! Oct 13 03:42:41.951 INFO kablam! warning: method is never used: `bind` Oct 13 03:42:41.951 INFO kablam! --> src/pci.rs:49:5 Oct 13 03:42:41.952 INFO kablam! | Oct 13 03:42:41.952 INFO kablam! 49 | pub unsafe fn bind(&self, device: &PciDevice) -> io::Result<()> { Oct 13 03:42:41.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:41.952 INFO kablam! Oct 13 03:42:41.952 INFO kablam! warning: method is never used: `device` Oct 13 03:42:41.952 INFO kablam! --> src/pci.rs:64:9 Oct 13 03:42:41.952 INFO kablam! | Oct 13 03:42:41.953 INFO kablam! 64 | pub fn $file(&self) -> io::Result<$out> { Oct 13 03:42:41.953 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:41.953 INFO kablam! ... Oct 13 03:42:41.953 INFO kablam! 94 | pci_device!(device as u16); Oct 13 03:42:41.953 INFO kablam! | --------------------------- in this macro invocation Oct 13 03:42:41.953 INFO kablam! Oct 13 03:42:41.953 INFO kablam! warning: method is never used: `revision` Oct 13 03:42:41.953 INFO kablam! --> src/pci.rs:64:9 Oct 13 03:42:41.953 INFO kablam! | Oct 13 03:42:41.953 INFO kablam! 64 | pub fn $file(&self) -> io::Result<$out> { Oct 13 03:42:41.953 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:41.953 INFO kablam! ... Oct 13 03:42:41.953 INFO kablam! 96 | pci_device!(revision as u8); Oct 13 03:42:41.953 INFO kablam! | ---------------------------- in this macro invocation Oct 13 03:42:41.953 INFO kablam! Oct 13 03:42:41.953 INFO kablam! warning: field is never used: `device` Oct 13 03:42:41.953 INFO kablam! --> src/wifi.rs:6:5 Oct 13 03:42:41.953 INFO kablam! | Oct 13 03:42:41.953 INFO kablam! 6 | device: &'static str, Oct 13 03:42:41.953 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:41.953 INFO kablam! Oct 13 03:42:41.953 INFO kablam! warning: field is never used: `power_save` Oct 13 03:42:41.953 INFO kablam! --> src/wifi.rs:7:5 Oct 13 03:42:41.953 INFO kablam! | Oct 13 03:42:41.953 INFO kablam! 7 | power_save: PowerSave, Oct 13 03:42:41.953 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:41.953 INFO kablam! Oct 13 03:42:41.953 INFO kablam! warning: field is never used: `power_level` Oct 13 03:42:41.953 INFO kablam! --> src/wifi.rs:8:5 Oct 13 03:42:41.953 INFO kablam! | Oct 13 03:42:41.953 INFO kablam! 8 | power_level: PowerLevel, Oct 13 03:42:41.953 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:41.953 INFO kablam! Oct 13 03:42:41.953 INFO kablam! warning: method is never used: `set` Oct 13 03:42:41.953 INFO kablam! --> src/wifi.rs:26:5 Oct 13 03:42:41.953 INFO kablam! | Oct 13 03:42:41.953 INFO kablam! 26 | pub fn set(&self, power_level: u8) { Oct 13 03:42:41.953 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:41.953 INFO kablam! Oct 13 03:42:41.953 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 03:42:41.953 INFO kablam! --> src/graphics.rs:175:33 Oct 13 03:42:41.954 INFO kablam! | Oct 13 03:42:41.954 INFO kablam! 175 | unsafe { driver.unbind(&dev) }; Oct 13 03:42:41.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:42:41.954 INFO kablam! | Oct 13 03:42:41.954 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 03:42:41.954 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 03:42:41.954 INFO kablam! Oct 13 03:42:42.479 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.74s Oct 13 03:42:42.487 INFO kablam! su: No module specific data is present Oct 13 03:42:43.569 INFO running `"docker" "rm" "-f" "269632a5a7fe3fe2df8c7e94222e3fe8c8a98f94be733d79d75c466c9a173d49"` Oct 13 03:42:43.867 INFO blam! 269632a5a7fe3fe2df8c7e94222e3fe8c8a98f94be733d79d75c466c9a173d49 Oct 13 03:42:43.880 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 13 03:42:44.195 INFO blam! 810165ab77bf9da5412942a9144d800c373b95065bdf02a770ae6eb6a0dc32cd Oct 13 03:42:44.203 INFO running `"docker" "start" "-a" "810165ab77bf9da5412942a9144d800c373b95065bdf02a770ae6eb6a0dc32cd"` Oct 13 03:42:45.452 INFO kablam! usermod: no changes Oct 13 03:42:45.551 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 13 03:42:45.567 INFO kablam! Running /target/debug/deps/system76_power-22931ac300133987 Oct 13 03:42:45.571 INFO blam! Oct 13 03:42:45.571 INFO blam! running 0 tests Oct 13 03:42:45.571 INFO blam! Oct 13 03:42:45.571 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 03:42:45.571 INFO blam! Oct 13 03:42:45.572 INFO kablam! su: No module specific data is present Oct 13 03:42:46.145 INFO running `"docker" "rm" "-f" "810165ab77bf9da5412942a9144d800c373b95065bdf02a770ae6eb6a0dc32cd"` Oct 13 03:42:46.312 INFO blam! 810165ab77bf9da5412942a9144d800c373b95065bdf02a770ae6eb6a0dc32cd