Oct 15 01:32:09.472 INFO testing cactorium/buspirate-eeprom-rust against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 01:32:09.472 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 01:32:09.683 INFO blam! 78c349cfdad016b9f0d54f7bd2f8b21c874884ed41b72aeccb9eb4fe61cc8050 Oct 15 01:32:09.685 INFO running `"docker" "start" "-a" "78c349cfdad016b9f0d54f7bd2f8b21c874884ed41b72aeccb9eb4fe61cc8050"` Oct 15 01:32:10.794 INFO kablam! usermod: no changes Oct 15 01:32:10.852 INFO kablam! Compiling termios v0.2.2 Oct 15 01:32:10.859 INFO kablam! Compiling ioctl-rs v0.1.5 Oct 15 01:32:11.591 INFO kablam! Compiling serial v0.3.4 Oct 15 01:32:12.553 INFO kablam! Compiling eeprom-writer v0.1.0 (/source) Oct 15 01:32:12.955 INFO kablam! warning: unused import: `serial::prelude::*` Oct 15 01:32:12.955 INFO kablam! --> src/bitbang.rs:7:5 Oct 15 01:32:12.955 INFO kablam! | Oct 15 01:32:12.955 INFO kablam! 7 | use serial::prelude::*; Oct 15 01:32:12.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 01:32:12.955 INFO kablam! | Oct 15 01:32:12.955 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 01:32:12.955 INFO kablam! Oct 15 01:32:12.955 INFO kablam! warning: unused import: `onewire::*` Oct 15 01:32:12.955 INFO kablam! --> src/main.rs:15:5 Oct 15 01:32:12.955 INFO kablam! | Oct 15 01:32:12.955 INFO kablam! 15 | use onewire::*; Oct 15 01:32:12.955 INFO kablam! | ^^^^^^^^^^ Oct 15 01:32:12.955 INFO kablam! Oct 15 01:32:13.163 INFO kablam! warning: variable does not need to be mutable Oct 15 01:32:13.163 INFO kablam! --> src/main.rs:17:14 Oct 15 01:32:13.164 INFO kablam! | Oct 15 01:32:13.164 INFO kablam! 17 | fn do_ds2431(mut port: &mut BitBangMode) { Oct 15 01:32:13.164 INFO kablam! | ----^^^^ Oct 15 01:32:13.165 INFO kablam! | | Oct 15 01:32:13.165 INFO kablam! | help: remove this `mut` Oct 15 01:32:13.165 INFO kablam! | Oct 15 01:32:13.166 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 01:32:13.166 INFO kablam! Oct 15 01:32:13.207 INFO kablam! warning: variable does not need to be mutable Oct 15 01:32:13.207 INFO kablam! --> src/i2c.rs:146:13 Oct 15 01:32:13.207 INFO kablam! | Oct 15 01:32:13.207 INFO kablam! 146 | let mut ret = self.write_then_read(&[(addr << 1) | 1], len); Oct 15 01:32:13.207 INFO kablam! | ----^^^ Oct 15 01:32:13.207 INFO kablam! | | Oct 15 01:32:13.207 INFO kablam! | help: remove this `mut` Oct 15 01:32:13.207 INFO kablam! Oct 15 01:32:13.879 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.06s Oct 15 01:32:13.879 INFO kablam! su: No module specific data is present Oct 15 01:32:14.307 INFO running `"docker" "rm" "-f" "78c349cfdad016b9f0d54f7bd2f8b21c874884ed41b72aeccb9eb4fe61cc8050"` Oct 15 01:32:14.689 INFO blam! 78c349cfdad016b9f0d54f7bd2f8b21c874884ed41b72aeccb9eb4fe61cc8050 Oct 15 01:32:14.692 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 01:32:15.223 INFO blam! fa78723098729d0ceb09291c41070259690fc595fb9a814924d430f84ce8faf2 Oct 15 01:32:15.229 INFO running `"docker" "start" "-a" "fa78723098729d0ceb09291c41070259690fc595fb9a814924d430f84ce8faf2"` Oct 15 01:32:16.083 INFO kablam! usermod: no changes Oct 15 01:32:16.135 INFO kablam! Compiling eeprom-writer v0.1.0 (/source) Oct 15 01:32:16.579 INFO kablam! warning: unused import: `serial::prelude::*` Oct 15 01:32:16.579 INFO kablam! --> src/bitbang.rs:7:5 Oct 15 01:32:16.579 INFO kablam! | Oct 15 01:32:16.579 INFO kablam! 7 | use serial::prelude::*; Oct 15 01:32:16.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 01:32:16.579 INFO kablam! | Oct 15 01:32:16.579 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 01:32:16.579 INFO kablam! Oct 15 01:32:16.579 INFO kablam! warning: unused import: `onewire::*` Oct 15 01:32:16.579 INFO kablam! --> src/main.rs:15:5 Oct 15 01:32:16.579 INFO kablam! | Oct 15 01:32:16.579 INFO kablam! 15 | use onewire::*; Oct 15 01:32:16.579 INFO kablam! | ^^^^^^^^^^ Oct 15 01:32:16.579 INFO kablam! Oct 15 01:32:16.815 INFO kablam! warning: variable does not need to be mutable Oct 15 01:32:16.815 INFO kablam! --> src/main.rs:17:14 Oct 15 01:32:16.815 INFO kablam! | Oct 15 01:32:16.815 INFO kablam! 17 | fn do_ds2431(mut port: &mut BitBangMode) { Oct 15 01:32:16.815 INFO kablam! | ----^^^^ Oct 15 01:32:16.815 INFO kablam! | | Oct 15 01:32:16.815 INFO kablam! | help: remove this `mut` Oct 15 01:32:16.815 INFO kablam! | Oct 15 01:32:16.815 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 01:32:16.815 INFO kablam! Oct 15 01:32:16.859 INFO kablam! warning: variable does not need to be mutable Oct 15 01:32:16.859 INFO kablam! --> src/i2c.rs:146:13 Oct 15 01:32:16.859 INFO kablam! | Oct 15 01:32:16.859 INFO kablam! 146 | let mut ret = self.write_then_read(&[(addr << 1) | 1], len); Oct 15 01:32:16.859 INFO kablam! | ----^^^ Oct 15 01:32:16.859 INFO kablam! | | Oct 15 01:32:16.859 INFO kablam! | help: remove this `mut` Oct 15 01:32:16.859 INFO kablam! Oct 15 01:32:17.351 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.24s Oct 15 01:32:17.356 INFO kablam! su: No module specific data is present Oct 15 01:32:17.817 INFO running `"docker" "rm" "-f" "fa78723098729d0ceb09291c41070259690fc595fb9a814924d430f84ce8faf2"` Oct 15 01:32:18.184 INFO blam! fa78723098729d0ceb09291c41070259690fc595fb9a814924d430f84ce8faf2 Oct 15 01:32:18.192 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 01:32:18.490 INFO blam! 26d0fa03565aabaeb174303c162751e3827c385f888336fe0e8f98dbdb688ce8 Oct 15 01:32:18.494 INFO running `"docker" "start" "-a" "26d0fa03565aabaeb174303c162751e3827c385f888336fe0e8f98dbdb688ce8"` Oct 15 01:32:18.956 INFO kablam! usermod: no changes Oct 15 01:32:18.992 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 01:32:18.994 INFO kablam! Running /target/debug/deps/eeprom_writer-c01baed9f22d1bee Oct 15 01:32:18.995 INFO blam! Oct 15 01:32:18.995 INFO blam! running 0 tests Oct 15 01:32:18.995 INFO blam! Oct 15 01:32:18.995 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 01:32:18.995 INFO blam! Oct 15 01:32:18.997 INFO kablam! su: No module specific data is present Oct 15 01:32:19.258 INFO running `"docker" "rm" "-f" "26d0fa03565aabaeb174303c162751e3827c385f888336fe0e8f98dbdb688ce8"` Oct 15 01:32:19.348 INFO blam! 26d0fa03565aabaeb174303c162751e3827c385f888336fe0e8f98dbdb688ce8