Oct 15 01:32:09.765 INFO testing cactorium/buspirate-eeprom-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 01:32:09.767 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 15 01:32:10.059 INFO blam! 6fa3fe3807c2ddf0a1680b306dfc876a4ccd1dff6d1a2ded594f37edf944fcc7 Oct 15 01:32:10.071 INFO running `"docker" "start" "-a" "6fa3fe3807c2ddf0a1680b306dfc876a4ccd1dff6d1a2ded594f37edf944fcc7"` Oct 15 01:32:11.221 INFO kablam! usermod: no changes Oct 15 01:32:11.269 INFO kablam! Compiling ioctl-rs v0.1.5 Oct 15 01:32:11.270 INFO kablam! Compiling termios v0.2.2 Oct 15 01:32:11.889 INFO kablam! Compiling serial v0.3.4 Oct 15 01:32:12.747 INFO kablam! Compiling eeprom-writer v0.1.0 (/source) Oct 15 01:32:13.088 INFO kablam! warning: unused import: `serial::prelude::*` Oct 15 01:32:13.088 INFO kablam! --> src/bitbang.rs:7:5 Oct 15 01:32:13.088 INFO kablam! | Oct 15 01:32:13.088 INFO kablam! 7 | use serial::prelude::*; Oct 15 01:32:13.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 01:32:13.088 INFO kablam! | Oct 15 01:32:13.088 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 01:32:13.088 INFO kablam! Oct 15 01:32:13.088 INFO kablam! warning: unused import: `onewire::*` Oct 15 01:32:13.096 INFO kablam! --> src/main.rs:15:5 Oct 15 01:32:13.096 INFO kablam! | Oct 15 01:32:13.096 INFO kablam! 15 | use onewire::*; Oct 15 01:32:13.096 INFO kablam! | ^^^^^^^^^^ Oct 15 01:32:13.096 INFO kablam! Oct 15 01:32:13.355 INFO kablam! warning: variable does not need to be mutable Oct 15 01:32:13.355 INFO kablam! --> src/main.rs:17:14 Oct 15 01:32:13.355 INFO kablam! | Oct 15 01:32:13.355 INFO kablam! 17 | fn do_ds2431(mut port: &mut BitBangMode) { Oct 15 01:32:13.355 INFO kablam! | ----^^^^ Oct 15 01:32:13.355 INFO kablam! | | Oct 15 01:32:13.355 INFO kablam! | help: remove this `mut` Oct 15 01:32:13.355 INFO kablam! | Oct 15 01:32:13.355 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 01:32:13.355 INFO kablam! Oct 15 01:32:13.403 INFO kablam! warning: variable does not need to be mutable Oct 15 01:32:13.403 INFO kablam! --> src/i2c.rs:146:13 Oct 15 01:32:13.403 INFO kablam! | Oct 15 01:32:13.403 INFO kablam! 146 | let mut ret = self.write_then_read(&[(addr << 1) | 1], len); Oct 15 01:32:13.403 INFO kablam! | ----^^^ Oct 15 01:32:13.403 INFO kablam! | | Oct 15 01:32:13.403 INFO kablam! | help: remove this `mut` Oct 15 01:32:13.403 INFO kablam! Oct 15 01:32:14.038 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.77s Oct 15 01:32:14.039 INFO kablam! su: No module specific data is present Oct 15 01:32:14.459 INFO running `"docker" "rm" "-f" "6fa3fe3807c2ddf0a1680b306dfc876a4ccd1dff6d1a2ded594f37edf944fcc7"` Oct 15 01:32:14.693 INFO blam! 6fa3fe3807c2ddf0a1680b306dfc876a4ccd1dff6d1a2ded594f37edf944fcc7 Oct 15 01:32:14.693 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 15 01:32:15.161 INFO blam! e3197946182da046a02c52946c8146c9f4261321437a1b883ac4c9bad07ecd1c Oct 15 01:32:15.163 INFO running `"docker" "start" "-a" "e3197946182da046a02c52946c8146c9f4261321437a1b883ac4c9bad07ecd1c"` Oct 15 01:32:16.114 INFO kablam! usermod: no changes Oct 15 01:32:16.187 INFO kablam! Compiling eeprom-writer v0.1.0 (/source) Oct 15 01:32:16.563 INFO kablam! warning: unused import: `serial::prelude::*` Oct 15 01:32:16.563 INFO kablam! --> src/bitbang.rs:7:5 Oct 15 01:32:16.563 INFO kablam! | Oct 15 01:32:16.563 INFO kablam! 7 | use serial::prelude::*; Oct 15 01:32:16.563 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 01:32:16.563 INFO kablam! | Oct 15 01:32:16.563 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 01:32:16.563 INFO kablam! Oct 15 01:32:16.572 INFO kablam! warning: unused import: `onewire::*` Oct 15 01:32:16.572 INFO kablam! --> src/main.rs:15:5 Oct 15 01:32:16.572 INFO kablam! | Oct 15 01:32:16.572 INFO kablam! 15 | use onewire::*; Oct 15 01:32:16.572 INFO kablam! | ^^^^^^^^^^ Oct 15 01:32:16.572 INFO kablam! Oct 15 01:32:16.795 INFO kablam! warning: variable does not need to be mutable Oct 15 01:32:16.795 INFO kablam! --> src/main.rs:17:14 Oct 15 01:32:16.795 INFO kablam! | Oct 15 01:32:16.795 INFO kablam! 17 | fn do_ds2431(mut port: &mut BitBangMode) { Oct 15 01:32:16.795 INFO kablam! | ----^^^^ Oct 15 01:32:16.795 INFO kablam! | | Oct 15 01:32:16.795 INFO kablam! | help: remove this `mut` Oct 15 01:32:16.795 INFO kablam! | Oct 15 01:32:16.795 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 01:32:16.795 INFO kablam! Oct 15 01:32:16.851 INFO kablam! warning: variable does not need to be mutable Oct 15 01:32:16.851 INFO kablam! --> src/i2c.rs:146:13 Oct 15 01:32:16.851 INFO kablam! | Oct 15 01:32:16.851 INFO kablam! 146 | let mut ret = self.write_then_read(&[(addr << 1) | 1], len); Oct 15 01:32:16.851 INFO kablam! | ----^^^ Oct 15 01:32:16.851 INFO kablam! | | Oct 15 01:32:16.851 INFO kablam! | help: remove this `mut` Oct 15 01:32:16.851 INFO kablam! Oct 15 01:32:17.287 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.14s Oct 15 01:32:17.291 INFO kablam! su: No module specific data is present Oct 15 01:32:17.731 INFO running `"docker" "rm" "-f" "e3197946182da046a02c52946c8146c9f4261321437a1b883ac4c9bad07ecd1c"` Oct 15 01:32:18.086 INFO blam! e3197946182da046a02c52946c8146c9f4261321437a1b883ac4c9bad07ecd1c Oct 15 01:32:18.097 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 15 01:32:18.390 INFO blam! 6357ff0e79ee98dcfc7bb95fbaf270d402f9eb2c98d1101d3e9c8c29dba27847 Oct 15 01:32:18.393 INFO running `"docker" "start" "-a" "6357ff0e79ee98dcfc7bb95fbaf270d402f9eb2c98d1101d3e9c8c29dba27847"` Oct 15 01:32:18.828 INFO kablam! usermod: no changes Oct 15 01:32:18.858 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 01:32:18.859 INFO kablam! Running /target/debug/deps/eeprom_writer-b7802342e971712f Oct 15 01:32:18.860 INFO blam! Oct 15 01:32:18.860 INFO blam! running 0 tests Oct 15 01:32:18.860 INFO blam! Oct 15 01:32:18.860 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 01:32:18.860 INFO blam! Oct 15 01:32:18.863 INFO kablam! su: No module specific data is present Oct 15 01:32:19.260 INFO running `"docker" "rm" "-f" "6357ff0e79ee98dcfc7bb95fbaf270d402f9eb2c98d1101d3e9c8c29dba27847"` Oct 15 01:32:19.351 INFO blam! 6357ff0e79ee98dcfc7bb95fbaf270d402f9eb2c98d1101d3e9c8c29dba27847