Oct 21 19:06:31.339 INFO checking cactorium/buspirate-eeprom-rust against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 19:06:31.341 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192/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 21 19:06:31.608 INFO blam! 93c8df236e7e42cd0453f0727563da2c509810c23533d2b2cfa3add58d038a6b Oct 21 19:06:31.616 INFO running `"docker" "start" "-a" "93c8df236e7e42cd0453f0727563da2c509810c23533d2b2cfa3add58d038a6b"` Oct 21 19:06:32.251 INFO kablam! usermod: no changes Oct 21 19:06:32.285 INFO kablam! Checking termios v0.2.2 Oct 21 19:06:32.285 INFO kablam! Checking ioctl-rs v0.1.5 Oct 21 19:06:32.796 INFO kablam! Checking serial v0.3.4 Oct 21 19:06:33.361 INFO kablam! Checking eeprom-writer v0.1.0 (/source) Oct 21 19:06:33.845 INFO kablam! warning: unused import: `serial::prelude::*` Oct 21 19:06:33.845 INFO kablam! --> src/bitbang.rs:7:5 Oct 21 19:06:33.845 INFO kablam! | Oct 21 19:06:33.845 INFO kablam! 7 | use serial::prelude::*; Oct 21 19:06:33.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 19:06:33.845 INFO kablam! | Oct 21 19:06:33.845 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 19:06:33.845 INFO kablam! Oct 21 19:06:33.848 INFO kablam! warning: unused import: `onewire::*` Oct 21 19:06:33.848 INFO kablam! --> src/main.rs:15:5 Oct 21 19:06:33.848 INFO kablam! | Oct 21 19:06:33.848 INFO kablam! 15 | use onewire::*; Oct 21 19:06:33.848 INFO kablam! | ^^^^^^^^^^ Oct 21 19:06:33.848 INFO kablam! Oct 21 19:06:33.913 INFO kablam! warning: unused import: `serial::prelude::*` Oct 21 19:06:33.913 INFO kablam! --> src/bitbang.rs:7:5 Oct 21 19:06:33.913 INFO kablam! | Oct 21 19:06:33.914 INFO kablam! 7 | use serial::prelude::*; Oct 21 19:06:33.914 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 19:06:33.914 INFO kablam! | Oct 21 19:06:33.914 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 19:06:33.915 INFO kablam! Oct 21 19:06:33.920 INFO kablam! warning: unused import: `onewire::*` Oct 21 19:06:33.921 INFO kablam! --> src/main.rs:15:5 Oct 21 19:06:33.921 INFO kablam! | Oct 21 19:06:33.921 INFO kablam! 15 | use onewire::*; Oct 21 19:06:33.921 INFO kablam! | ^^^^^^^^^^ Oct 21 19:06:33.922 INFO kablam! Oct 21 19:06:34.089 INFO kablam! warning: variable does not need to be mutable Oct 21 19:06:34.089 INFO kablam! --> src/main.rs:17:14 Oct 21 19:06:34.089 INFO kablam! | Oct 21 19:06:34.089 INFO kablam! 17 | fn do_ds2431(mut port: &mut BitBangMode) { Oct 21 19:06:34.089 INFO kablam! | ----^^^^ Oct 21 19:06:34.089 INFO kablam! | | Oct 21 19:06:34.089 INFO kablam! | help: remove this `mut` Oct 21 19:06:34.089 INFO kablam! | Oct 21 19:06:34.089 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 19:06:34.089 INFO kablam! Oct 21 19:06:34.152 INFO kablam! warning: variable does not need to be mutable Oct 21 19:06:34.152 INFO kablam! --> src/main.rs:17:14 Oct 21 19:06:34.152 INFO kablam! | Oct 21 19:06:34.152 INFO kablam! 17 | fn do_ds2431(mut port: &mut BitBangMode) { Oct 21 19:06:34.152 INFO kablam! | ----^^^^ Oct 21 19:06:34.152 INFO kablam! | | Oct 21 19:06:34.152 INFO kablam! | help: remove this `mut` Oct 21 19:06:34.153 INFO kablam! | Oct 21 19:06:34.153 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 19:06:34.153 INFO kablam! Oct 21 19:06:34.153 INFO kablam! warning: variable does not need to be mutable Oct 21 19:06:34.153 INFO kablam! --> src/i2c.rs:146:13 Oct 21 19:06:34.153 INFO kablam! | Oct 21 19:06:34.153 INFO kablam! 146 | let mut ret = self.write_then_read(&[(addr << 1) | 1], len); Oct 21 19:06:34.153 INFO kablam! | ----^^^ Oct 21 19:06:34.153 INFO kablam! | | Oct 21 19:06:34.153 INFO kablam! | help: remove this `mut` Oct 21 19:06:34.153 INFO kablam! Oct 21 19:06:34.205 INFO kablam! warning: variable does not need to be mutable Oct 21 19:06:34.205 INFO kablam! --> src/i2c.rs:146:13 Oct 21 19:06:34.205 INFO kablam! | Oct 21 19:06:34.205 INFO kablam! 146 | let mut ret = self.write_then_read(&[(addr << 1) | 1], len); Oct 21 19:06:34.206 INFO kablam! | ----^^^ Oct 21 19:06:34.206 INFO kablam! | | Oct 21 19:06:34.206 INFO kablam! | help: remove this `mut` Oct 21 19:06:34.206 INFO kablam! Oct 21 19:06:34.238 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.97s Oct 21 19:06:34.243 INFO kablam! su: No module specific data is present Oct 21 19:06:34.545 INFO running `"docker" "rm" "-f" "93c8df236e7e42cd0453f0727563da2c509810c23533d2b2cfa3add58d038a6b"` Oct 21 19:06:34.775 INFO blam! 93c8df236e7e42cd0453f0727563da2c509810c23533d2b2cfa3add58d038a6b