Oct 12 21:44:20.646 INFO testing theSeafarer/arduino_hal against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 21:44:20.646 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 12 21:44:21.033 INFO blam! 7273b4e20e629a9f1ba615fb9c4044961fe4d13ee804f0be48286cfae6d9cac0 Oct 12 21:44:21.035 INFO running `"docker" "start" "-a" "7273b4e20e629a9f1ba615fb9c4044961fe4d13ee804f0be48286cfae6d9cac0"` Oct 12 21:44:21.543 INFO kablam! usermod: no changes Oct 12 21:44:21.565 INFO kablam! Compiling nb v0.1.1 Oct 12 21:44:21.565 INFO kablam! Compiling void v1.0.2 Oct 12 21:44:21.565 INFO kablam! Compiling ux v0.1.2 Oct 12 21:44:21.719 INFO kablam! Compiling embedded-hal v0.2.1 Oct 12 21:44:35.116 INFO kablam! Compiling arduino_hal v0.1.0 (/source) Oct 12 21:44:35.228 INFO kablam! warning: unused import: `self::SerialError::*` Oct 12 21:44:35.228 INFO kablam! --> src/serial.rs:190:13 Oct 12 21:44:35.228 INFO kablam! | Oct 12 21:44:35.228 INFO kablam! 190 | use self::SerialError::*; Oct 12 21:44:35.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 21:44:35.228 INFO kablam! | Oct 12 21:44:35.228 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 21:44:35.228 INFO kablam! Oct 12 21:44:35.228 INFO kablam! warning: unused import: `hal::spi` Oct 12 21:44:35.228 INFO kablam! --> src/spi.rs:5:5 Oct 12 21:44:35.228 INFO kablam! | Oct 12 21:44:35.229 INFO kablam! 5 | use hal::spi; Oct 12 21:44:35.229 INFO kablam! | ^^^^^^^^ Oct 12 21:44:35.229 INFO kablam! Oct 12 21:44:35.229 INFO kablam! warning: unused import: `hal::blocking::spi as bspi` Oct 12 21:44:35.229 INFO kablam! --> src/spi.rs:6:5 Oct 12 21:44:35.229 INFO kablam! | Oct 12 21:44:35.229 INFO kablam! 6 | use hal::blocking::spi as bspi; Oct 12 21:44:35.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:44:35.229 INFO kablam! Oct 12 21:44:35.229 INFO kablam! warning: unused imports: `read_volatile`, `write_volatile` Oct 12 21:44:35.229 INFO kablam! --> src/spi.rs:8:17 Oct 12 21:44:35.229 INFO kablam! | Oct 12 21:44:35.229 INFO kablam! 8 | use core::ptr::{read_volatile, write_volatile}; Oct 12 21:44:35.229 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ Oct 12 21:44:35.229 INFO kablam! Oct 12 21:44:35.229 INFO kablam! warning: unused import: `super::reg::*` Oct 12 21:44:35.229 INFO kablam! --> src/spi.rs:9:5 Oct 12 21:44:35.229 INFO kablam! | Oct 12 21:44:35.229 INFO kablam! 9 | use super::reg::*; Oct 12 21:44:35.229 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 21:44:35.229 INFO kablam! Oct 12 21:44:35.314 INFO kablam! warning: private trait `serial::CharSizeFlag` in public interface (error E0445) Oct 12 21:44:35.314 INFO kablam! --> src/serial.rs:112:1 Oct 12 21:44:35.315 INFO kablam! | Oct 12 21:44:35.315 INFO kablam! 112 | / impl Serial where Oct 12 21:44:35.315 INFO kablam! 113 | | T: CharSizeFlag + Into { Oct 12 21:44:35.315 INFO kablam! 114 | | #[inline] Oct 12 21:44:35.315 INFO kablam! 115 | | pub fn new_with(ubrr: u16, parity: Parity, stop: StopBits) -> Self { Oct 12 21:44:35.315 INFO kablam! ... | Oct 12 21:44:35.315 INFO kablam! 159 | | Oct 12 21:44:35.315 INFO kablam! 160 | | } Oct 12 21:44:35.315 INFO kablam! | |_^ Oct 12 21:44:35.315 INFO kablam! | Oct 12 21:44:35.315 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 12 21:44:35.315 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:35.315 INFO kablam! = note: for more information, see issue #34537 Oct 12 21:44:35.315 INFO kablam! Oct 12 21:44:35.334 INFO kablam! warning: field is never used: `written` Oct 12 21:44:35.334 INFO kablam! --> src/serial.rs:73:3 Oct 12 21:44:35.334 INFO kablam! | Oct 12 21:44:35.334 INFO kablam! 73 | written: bool, Oct 12 21:44:35.334 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 21:44:35.334 INFO kablam! | Oct 12 21:44:35.334 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 21:44:35.334 INFO kablam! Oct 12 21:44:35.382 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.82s Oct 12 21:44:35.382 INFO kablam! su: No module specific data is present Oct 12 21:44:35.645 INFO running `"docker" "rm" "-f" "7273b4e20e629a9f1ba615fb9c4044961fe4d13ee804f0be48286cfae6d9cac0"` Oct 12 21:44:35.735 INFO blam! 7273b4e20e629a9f1ba615fb9c4044961fe4d13ee804f0be48286cfae6d9cac0 Oct 12 21:44:35.736 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 12 21:44:35.951 INFO blam! b414cb04e8a937c37d5f53c307abad443fcf484efb2b49ceafb30f9023b736a1 Oct 12 21:44:35.958 INFO running `"docker" "start" "-a" "b414cb04e8a937c37d5f53c307abad443fcf484efb2b49ceafb30f9023b736a1"` Oct 12 21:44:36.402 INFO kablam! usermod: no changes Oct 12 21:44:36.426 INFO kablam! Compiling arduino_hal v0.1.0 (/source) Oct 12 21:44:36.603 INFO kablam! warning: unused import: `self::SerialError::*` Oct 12 21:44:36.603 INFO kablam! --> src/serial.rs:190:13 Oct 12 21:44:36.603 INFO kablam! | Oct 12 21:44:36.603 INFO kablam! 190 | use self::SerialError::*; Oct 12 21:44:36.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 21:44:36.603 INFO kablam! | Oct 12 21:44:36.603 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 21:44:36.603 INFO kablam! Oct 12 21:44:36.603 INFO kablam! warning: unused import: `hal::spi` Oct 12 21:44:36.603 INFO kablam! --> src/spi.rs:5:5 Oct 12 21:44:36.603 INFO kablam! | Oct 12 21:44:36.603 INFO kablam! 5 | use hal::spi; Oct 12 21:44:36.603 INFO kablam! | ^^^^^^^^ Oct 12 21:44:36.603 INFO kablam! Oct 12 21:44:36.603 INFO kablam! warning: unused import: `hal::blocking::spi as bspi` Oct 12 21:44:36.603 INFO kablam! --> src/spi.rs:6:5 Oct 12 21:44:36.603 INFO kablam! | Oct 12 21:44:36.603 INFO kablam! 6 | use hal::blocking::spi as bspi; Oct 12 21:44:36.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:44:36.603 INFO kablam! Oct 12 21:44:36.603 INFO kablam! warning: unused imports: `read_volatile`, `write_volatile` Oct 12 21:44:36.603 INFO kablam! --> src/spi.rs:8:17 Oct 12 21:44:36.603 INFO kablam! | Oct 12 21:44:36.603 INFO kablam! 8 | use core::ptr::{read_volatile, write_volatile}; Oct 12 21:44:36.603 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ Oct 12 21:44:36.603 INFO kablam! Oct 12 21:44:36.603 INFO kablam! warning: unused import: `super::reg::*` Oct 12 21:44:36.603 INFO kablam! --> src/spi.rs:9:5 Oct 12 21:44:36.603 INFO kablam! | Oct 12 21:44:36.603 INFO kablam! 9 | use super::reg::*; Oct 12 21:44:36.603 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 21:44:36.603 INFO kablam! Oct 12 21:44:36.683 INFO kablam! warning: private trait `serial::CharSizeFlag` in public interface (error E0445) Oct 12 21:44:36.683 INFO kablam! --> src/serial.rs:112:1 Oct 12 21:44:36.683 INFO kablam! | Oct 12 21:44:36.683 INFO kablam! 112 | / impl Serial where Oct 12 21:44:36.683 INFO kablam! 113 | | T: CharSizeFlag + Into { Oct 12 21:44:36.683 INFO kablam! 114 | | #[inline] Oct 12 21:44:36.683 INFO kablam! 115 | | pub fn new_with(ubrr: u16, parity: Parity, stop: StopBits) -> Self { Oct 12 21:44:36.683 INFO kablam! ... | Oct 12 21:44:36.683 INFO kablam! 159 | | Oct 12 21:44:36.683 INFO kablam! 160 | | } Oct 12 21:44:36.683 INFO kablam! | |_^ Oct 12 21:44:36.683 INFO kablam! | Oct 12 21:44:36.683 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 12 21:44:36.683 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.683 INFO kablam! = note: for more information, see issue #34537 Oct 12 21:44:36.683 INFO kablam! Oct 12 21:44:36.701 INFO kablam! warning: field is never used: `written` Oct 12 21:44:36.701 INFO kablam! --> src/serial.rs:73:3 Oct 12 21:44:36.701 INFO kablam! | Oct 12 21:44:36.701 INFO kablam! 73 | written: bool, Oct 12 21:44:36.701 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 21:44:36.701 INFO kablam! | Oct 12 21:44:36.701 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 21:44:36.701 INFO kablam! Oct 12 21:44:37.071 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.65s Oct 12 21:44:37.071 INFO kablam! su: No module specific data is present Oct 12 21:44:37.286 INFO running `"docker" "rm" "-f" "b414cb04e8a937c37d5f53c307abad443fcf484efb2b49ceafb30f9023b736a1"` Oct 12 21:44:37.415 INFO blam! b414cb04e8a937c37d5f53c307abad443fcf484efb2b49ceafb30f9023b736a1 Oct 12 21:44:37.421 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 12 21:44:37.597 INFO blam! c5b2978dff625a0263dbba5644e7f411e918ea0c78b16c464c1ab079da2549e3 Oct 12 21:44:37.600 INFO running `"docker" "start" "-a" "c5b2978dff625a0263dbba5644e7f411e918ea0c78b16c464c1ab079da2549e3"` Oct 12 21:44:37.971 INFO kablam! usermod: no changes Oct 12 21:44:37.996 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 12 21:44:37.999 INFO kablam! Running /target/debug/deps/arduino_hal-b840868003b2621c Oct 12 21:44:38.001 INFO kablam! Doc-tests arduino_hal Oct 12 21:44:38.001 INFO blam! Oct 12 21:44:38.001 INFO blam! running 0 tests Oct 12 21:44:38.001 INFO blam! Oct 12 21:44:38.001 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 21:44:38.001 INFO blam! Oct 12 21:44:38.117 INFO blam! Oct 12 21:44:38.117 INFO blam! running 0 tests Oct 12 21:44:38.117 INFO blam! Oct 12 21:44:38.118 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 21:44:38.118 INFO blam! Oct 12 21:44:38.124 INFO kablam! su: No module specific data is present Oct 12 21:44:38.336 INFO running `"docker" "rm" "-f" "c5b2978dff625a0263dbba5644e7f411e918ea0c78b16c464c1ab079da2549e3"` Oct 12 21:44:38.419 INFO blam! c5b2978dff625a0263dbba5644e7f411e918ea0c78b16c464c1ab079da2549e3