Oct 12 21:44:20.069 INFO testing theSeafarer/arduino_hal against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 21:44:20.069 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 12 21:44:20.359 INFO blam! 6b12a6872e255c1681a983f2e28319b13ffb0592fe46e8795efb122d34bb120c Oct 12 21:44:20.363 INFO running `"docker" "start" "-a" "6b12a6872e255c1681a983f2e28319b13ffb0592fe46e8795efb122d34bb120c"` Oct 12 21:44:21.191 INFO kablam! usermod: no changes Oct 12 21:44:21.219 INFO kablam! Compiling void v1.0.2 Oct 12 21:44:21.219 INFO kablam! Compiling nb v0.1.1 Oct 12 21:44:21.219 INFO kablam! Compiling ux v0.1.2 Oct 12 21:44:21.373 INFO kablam! Compiling embedded-hal v0.2.1 Oct 12 21:44:34.511 INFO kablam! Compiling arduino_hal v0.1.0 (/source) Oct 12 21:44:34.608 INFO kablam! warning: unused import: `self::SerialError::*` Oct 12 21:44:34.608 INFO kablam! --> src/serial.rs:190:13 Oct 12 21:44:34.608 INFO kablam! | Oct 12 21:44:34.608 INFO kablam! 190 | use self::SerialError::*; Oct 12 21:44:34.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 21:44:34.608 INFO kablam! | Oct 12 21:44:34.608 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 21:44:34.608 INFO kablam! Oct 12 21:44:34.608 INFO kablam! warning: unused import: `hal::spi` Oct 12 21:44:34.608 INFO kablam! --> src/spi.rs:5:5 Oct 12 21:44:34.608 INFO kablam! | Oct 12 21:44:34.608 INFO kablam! 5 | use hal::spi; Oct 12 21:44:34.608 INFO kablam! | ^^^^^^^^ Oct 12 21:44:34.608 INFO kablam! Oct 12 21:44:34.608 INFO kablam! warning: unused import: `hal::blocking::spi as bspi` Oct 12 21:44:34.608 INFO kablam! --> src/spi.rs:6:5 Oct 12 21:44:34.608 INFO kablam! | Oct 12 21:44:34.608 INFO kablam! 6 | use hal::blocking::spi as bspi; Oct 12 21:44:34.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:44:34.608 INFO kablam! Oct 12 21:44:34.608 INFO kablam! warning: unused imports: `read_volatile`, `write_volatile` Oct 12 21:44:34.608 INFO kablam! --> src/spi.rs:8:17 Oct 12 21:44:34.608 INFO kablam! | Oct 12 21:44:34.608 INFO kablam! 8 | use core::ptr::{read_volatile, write_volatile}; Oct 12 21:44:34.608 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ Oct 12 21:44:34.608 INFO kablam! Oct 12 21:44:34.608 INFO kablam! warning: unused import: `super::reg::*` Oct 12 21:44:34.608 INFO kablam! --> src/spi.rs:9:5 Oct 12 21:44:34.608 INFO kablam! | Oct 12 21:44:34.608 INFO kablam! 9 | use super::reg::*; Oct 12 21:44:34.608 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 21:44:34.608 INFO kablam! Oct 12 21:44:34.695 INFO kablam! warning: private trait `serial::CharSizeFlag` in public interface (error E0445) Oct 12 21:44:34.695 INFO kablam! --> src/serial.rs:112:1 Oct 12 21:44:34.695 INFO kablam! | Oct 12 21:44:34.695 INFO kablam! 112 | / impl Serial where Oct 12 21:44:34.695 INFO kablam! 113 | | T: CharSizeFlag + Into { Oct 12 21:44:34.695 INFO kablam! 114 | | #[inline] Oct 12 21:44:34.695 INFO kablam! 115 | | pub fn new_with(ubrr: u16, parity: Parity, stop: StopBits) -> Self { Oct 12 21:44:34.695 INFO kablam! ... | Oct 12 21:44:34.695 INFO kablam! 159 | | Oct 12 21:44:34.695 INFO kablam! 160 | | } Oct 12 21:44:34.695 INFO kablam! | |_^ Oct 12 21:44:34.695 INFO kablam! | Oct 12 21:44:34.695 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 12 21:44:34.695 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 21:44:34.695 INFO kablam! = note: for more information, see issue #34537 Oct 12 21:44:34.695 INFO kablam! Oct 12 21:44:34.723 INFO kablam! warning: field is never used: `written` Oct 12 21:44:34.723 INFO kablam! --> src/serial.rs:73:3 Oct 12 21:44:34.723 INFO kablam! | Oct 12 21:44:34.723 INFO kablam! 73 | written: bool, Oct 12 21:44:34.723 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 21:44:34.723 INFO kablam! | Oct 12 21:44:34.723 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 21:44:34.723 INFO kablam! Oct 12 21:44:34.765 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.56s Oct 12 21:44:34.766 INFO kablam! su: No module specific data is present Oct 12 21:44:35.175 INFO running `"docker" "rm" "-f" "6b12a6872e255c1681a983f2e28319b13ffb0592fe46e8795efb122d34bb120c"` Oct 12 21:44:35.283 INFO blam! 6b12a6872e255c1681a983f2e28319b13ffb0592fe46e8795efb122d34bb120c Oct 12 21:44:35.284 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 12 21:44:35.498 INFO blam! 6c1e9044bd81cfa5668efe11641b1c9f1bce6b9f50ff007d19fbf4c1ab3869cd Oct 12 21:44:35.499 INFO running `"docker" "start" "-a" "6c1e9044bd81cfa5668efe11641b1c9f1bce6b9f50ff007d19fbf4c1ab3869cd"` Oct 12 21:44:35.823 INFO kablam! usermod: no changes Oct 12 21:44:35.846 INFO kablam! Compiling arduino_hal v0.1.0 (/source) Oct 12 21:44:36.007 INFO kablam! warning: unused import: `self::SerialError::*` Oct 12 21:44:36.007 INFO kablam! --> src/serial.rs:190:13 Oct 12 21:44:36.007 INFO kablam! | Oct 12 21:44:36.007 INFO kablam! 190 | use self::SerialError::*; Oct 12 21:44:36.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 21:44:36.007 INFO kablam! | Oct 12 21:44:36.007 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 21:44:36.007 INFO kablam! Oct 12 21:44:36.007 INFO kablam! warning: unused import: `hal::spi` Oct 12 21:44:36.007 INFO kablam! --> src/spi.rs:5:5 Oct 12 21:44:36.007 INFO kablam! | Oct 12 21:44:36.007 INFO kablam! 5 | use hal::spi; Oct 12 21:44:36.008 INFO kablam! | ^^^^^^^^ Oct 12 21:44:36.008 INFO kablam! Oct 12 21:44:36.008 INFO kablam! warning: unused import: `hal::blocking::spi as bspi` Oct 12 21:44:36.008 INFO kablam! --> src/spi.rs:6:5 Oct 12 21:44:36.008 INFO kablam! | Oct 12 21:44:36.008 INFO kablam! 6 | use hal::blocking::spi as bspi; Oct 12 21:44:36.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:44:36.008 INFO kablam! Oct 12 21:44:36.008 INFO kablam! warning: unused imports: `read_volatile`, `write_volatile` Oct 12 21:44:36.008 INFO kablam! --> src/spi.rs:8:17 Oct 12 21:44:36.008 INFO kablam! | Oct 12 21:44:36.008 INFO kablam! 8 | use core::ptr::{read_volatile, write_volatile}; Oct 12 21:44:36.008 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ Oct 12 21:44:36.008 INFO kablam! Oct 12 21:44:36.008 INFO kablam! warning: unused import: `super::reg::*` Oct 12 21:44:36.008 INFO kablam! --> src/spi.rs:9:5 Oct 12 21:44:36.008 INFO kablam! | Oct 12 21:44:36.008 INFO kablam! 9 | use super::reg::*; Oct 12 21:44:36.008 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 21:44:36.008 INFO kablam! Oct 12 21:44:36.123 INFO kablam! warning: private trait `serial::CharSizeFlag` in public interface (error E0445) Oct 12 21:44:36.123 INFO kablam! --> src/serial.rs:112:1 Oct 12 21:44:36.123 INFO kablam! | Oct 12 21:44:36.123 INFO kablam! 112 | / impl Serial where Oct 12 21:44:36.123 INFO kablam! 113 | | T: CharSizeFlag + Into { Oct 12 21:44:36.123 INFO kablam! 114 | | #[inline] Oct 12 21:44:36.123 INFO kablam! 115 | | pub fn new_with(ubrr: u16, parity: Parity, stop: StopBits) -> Self { Oct 12 21:44:36.123 INFO kablam! ... | Oct 12 21:44:36.123 INFO kablam! 159 | | Oct 12 21:44:36.123 INFO kablam! 160 | | } Oct 12 21:44:36.123 INFO kablam! | |_^ Oct 12 21:44:36.123 INFO kablam! | Oct 12 21:44:36.123 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 12 21:44:36.123 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 21:44:36.123 INFO kablam! = note: for more information, see issue #34537 Oct 12 21:44:36.123 INFO kablam! Oct 12 21:44:36.149 INFO kablam! warning: field is never used: `written` Oct 12 21:44:36.149 INFO kablam! --> src/serial.rs:73:3 Oct 12 21:44:36.149 INFO kablam! | Oct 12 21:44:36.149 INFO kablam! 73 | written: bool, Oct 12 21:44:36.149 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 21:44:36.149 INFO kablam! | Oct 12 21:44:36.149 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 21:44:36.149 INFO kablam! Oct 12 21:44:36.520 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.68s Oct 12 21:44:36.522 INFO kablam! su: No module specific data is present Oct 12 21:44:36.839 INFO running `"docker" "rm" "-f" "6c1e9044bd81cfa5668efe11641b1c9f1bce6b9f50ff007d19fbf4c1ab3869cd"` Oct 12 21:44:36.937 INFO blam! 6c1e9044bd81cfa5668efe11641b1c9f1bce6b9f50ff007d19fbf4c1ab3869cd Oct 12 21:44:36.939 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 12 21:44:37.164 INFO blam! 919fc4fe1d24b8ab88b2e743f91b526234efbb8a0a21f73f1a23ad6296f26036 Oct 12 21:44:37.166 INFO running `"docker" "start" "-a" "919fc4fe1d24b8ab88b2e743f91b526234efbb8a0a21f73f1a23ad6296f26036"` Oct 12 21:44:37.607 INFO kablam! usermod: no changes Oct 12 21:44:37.636 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 12 21:44:37.637 INFO kablam! Running /target/debug/deps/arduino_hal-823f7388fe61f125 Oct 12 21:44:37.639 INFO kablam! Doc-tests arduino_hal Oct 12 21:44:37.640 INFO blam! Oct 12 21:44:37.641 INFO blam! running 0 tests Oct 12 21:44:37.641 INFO blam! Oct 12 21:44:37.641 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 21:44:37.641 INFO blam! Oct 12 21:44:37.740 INFO blam! Oct 12 21:44:37.740 INFO blam! running 0 tests Oct 12 21:44:37.740 INFO blam! Oct 12 21:44:37.740 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 21:44:37.740 INFO blam! Oct 12 21:44:37.746 INFO kablam! su: No module specific data is present Oct 12 21:44:37.972 INFO running `"docker" "rm" "-f" "919fc4fe1d24b8ab88b2e743f91b526234efbb8a0a21f73f1a23ad6296f26036"` Oct 12 21:44:38.058 INFO blam! 919fc4fe1d24b8ab88b2e743f91b526234efbb8a0a21f73f1a23ad6296f26036