Oct 10 13:36:33.652 INFO testing theSeafarer/arduino_hal against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 13:36:33.653 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 13:36:33.654 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 13:36:33.992 INFO blam! 9e7c2ec40b8f386f8f937d1140c44574d1466e14d660afe484a00a059cc761f5 Oct 10 13:36:34.000 INFO running `"docker" "start" "-a" "9e7c2ec40b8f386f8f937d1140c44574d1466e14d660afe484a00a059cc761f5"` Oct 10 13:36:34.678 INFO kablam! usermod: no changes Oct 10 13:36:34.703 INFO kablam! Compiling void v1.0.2 Oct 10 13:36:34.704 INFO kablam! Compiling nb v0.1.1 Oct 10 13:36:34.704 INFO kablam! Compiling ux v0.1.2 Oct 10 13:36:34.841 INFO kablam! Compiling embedded-hal v0.2.1 Oct 10 13:36:46.939 INFO kablam! Compiling arduino_hal v0.1.0 (/source) Oct 10 13:36:47.112 INFO kablam! warning: unused import: `self::SerialError::*` Oct 10 13:36:47.112 INFO kablam! --> src/serial.rs:190:13 Oct 10 13:36:47.112 INFO kablam! | Oct 10 13:36:47.112 INFO kablam! 190 | use self::SerialError::*; Oct 10 13:36:47.112 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 13:36:47.112 INFO kablam! | Oct 10 13:36:47.112 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 13:36:47.112 INFO kablam! Oct 10 13:36:47.112 INFO kablam! warning: unused import: `hal::spi` Oct 10 13:36:47.112 INFO kablam! --> src/spi.rs:5:5 Oct 10 13:36:47.112 INFO kablam! | Oct 10 13:36:47.112 INFO kablam! 5 | use hal::spi; Oct 10 13:36:47.112 INFO kablam! | ^^^^^^^^ Oct 10 13:36:47.112 INFO kablam! Oct 10 13:36:47.112 INFO kablam! warning: unused import: `hal::blocking::spi as bspi` Oct 10 13:36:47.112 INFO kablam! --> src/spi.rs:6:5 Oct 10 13:36:47.112 INFO kablam! | Oct 10 13:36:47.112 INFO kablam! 6 | use hal::blocking::spi as bspi; Oct 10 13:36:47.112 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:36:47.112 INFO kablam! Oct 10 13:36:47.112 INFO kablam! warning: unused imports: `read_volatile`, `write_volatile` Oct 10 13:36:47.112 INFO kablam! --> src/spi.rs:8:17 Oct 10 13:36:47.112 INFO kablam! | Oct 10 13:36:47.112 INFO kablam! 8 | use core::ptr::{read_volatile, write_volatile}; Oct 10 13:36:47.112 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ Oct 10 13:36:47.112 INFO kablam! Oct 10 13:36:47.112 INFO kablam! warning: unused import: `super::reg::*` Oct 10 13:36:47.112 INFO kablam! --> src/spi.rs:9:5 Oct 10 13:36:47.112 INFO kablam! | Oct 10 13:36:47.112 INFO kablam! 9 | use super::reg::*; Oct 10 13:36:47.112 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 13:36:47.112 INFO kablam! Oct 10 13:36:47.216 INFO kablam! warning: private trait `serial::CharSizeFlag` in public interface (error E0445) Oct 10 13:36:47.216 INFO kablam! --> src/serial.rs:112:1 Oct 10 13:36:47.216 INFO kablam! | Oct 10 13:36:47.216 INFO kablam! 112 | / impl Serial where Oct 10 13:36:47.216 INFO kablam! 113 | | T: CharSizeFlag + Into { Oct 10 13:36:47.216 INFO kablam! 114 | | #[inline] Oct 10 13:36:47.217 INFO kablam! 115 | | pub fn new_with(ubrr: u16, parity: Parity, stop: StopBits) -> Self { Oct 10 13:36:47.217 INFO kablam! ... | Oct 10 13:36:47.217 INFO kablam! 159 | | Oct 10 13:36:47.217 INFO kablam! 160 | | } Oct 10 13:36:47.217 INFO kablam! | |_^ Oct 10 13:36:47.217 INFO kablam! | Oct 10 13:36:47.217 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 10 13:36:47.217 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 10 13:36:47.217 INFO kablam! = note: for more information, see issue #34537 Oct 10 13:36:47.217 INFO kablam! Oct 10 13:36:47.238 INFO kablam! warning: field is never used: `written` Oct 10 13:36:47.238 INFO kablam! --> src/serial.rs:73:3 Oct 10 13:36:47.238 INFO kablam! | Oct 10 13:36:47.238 INFO kablam! 73 | written: bool, Oct 10 13:36:47.238 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 13:36:47.238 INFO kablam! | Oct 10 13:36:47.238 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 13:36:47.238 INFO kablam! Oct 10 13:36:47.290 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.59s Oct 10 13:36:47.292 INFO kablam! su: No module specific data is present Oct 10 13:36:47.582 INFO running `"docker" "rm" "-f" "9e7c2ec40b8f386f8f937d1140c44574d1466e14d660afe484a00a059cc761f5"` Oct 10 13:36:47.677 INFO blam! 9e7c2ec40b8f386f8f937d1140c44574d1466e14d660afe484a00a059cc761f5 Oct 10 13:36:47.678 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 13:36:47.678 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 13:36:47.855 INFO blam! ad25da71197cdf42f01cc1833b68a598b6f37abf61d6121ac67074c36b0cd58e Oct 10 13:36:47.857 INFO running `"docker" "start" "-a" "ad25da71197cdf42f01cc1833b68a598b6f37abf61d6121ac67074c36b0cd58e"` Oct 10 13:36:48.213 INFO kablam! usermod: no changes Oct 10 13:36:48.239 INFO kablam! Compiling arduino_hal v0.1.0 (/source) Oct 10 13:36:48.654 INFO kablam! warning: unused import: `self::SerialError::*` Oct 10 13:36:48.654 INFO kablam! --> src/serial.rs:190:13 Oct 10 13:36:48.654 INFO kablam! | Oct 10 13:36:48.654 INFO kablam! 190 | use self::SerialError::*; Oct 10 13:36:48.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 13:36:48.654 INFO kablam! | Oct 10 13:36:48.654 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 13:36:48.654 INFO kablam! Oct 10 13:36:48.654 INFO kablam! warning: unused import: `hal::spi` Oct 10 13:36:48.654 INFO kablam! --> src/spi.rs:5:5 Oct 10 13:36:48.654 INFO kablam! | Oct 10 13:36:48.654 INFO kablam! 5 | use hal::spi; Oct 10 13:36:48.654 INFO kablam! | ^^^^^^^^ Oct 10 13:36:48.654 INFO kablam! Oct 10 13:36:48.654 INFO kablam! warning: unused import: `hal::blocking::spi as bspi` Oct 10 13:36:48.654 INFO kablam! --> src/spi.rs:6:5 Oct 10 13:36:48.654 INFO kablam! | Oct 10 13:36:48.654 INFO kablam! 6 | use hal::blocking::spi as bspi; Oct 10 13:36:48.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:36:48.655 INFO kablam! Oct 10 13:36:48.655 INFO kablam! warning: unused imports: `read_volatile`, `write_volatile` Oct 10 13:36:48.655 INFO kablam! --> src/spi.rs:8:17 Oct 10 13:36:48.655 INFO kablam! | Oct 10 13:36:48.655 INFO kablam! 8 | use core::ptr::{read_volatile, write_volatile}; Oct 10 13:36:48.655 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ Oct 10 13:36:48.655 INFO kablam! Oct 10 13:36:48.655 INFO kablam! warning: unused import: `super::reg::*` Oct 10 13:36:48.655 INFO kablam! --> src/spi.rs:9:5 Oct 10 13:36:48.655 INFO kablam! | Oct 10 13:36:48.655 INFO kablam! 9 | use super::reg::*; Oct 10 13:36:48.655 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 13:36:48.655 INFO kablam! Oct 10 13:36:48.762 INFO kablam! warning: private trait `serial::CharSizeFlag` in public interface (error E0445) Oct 10 13:36:48.763 INFO kablam! --> src/serial.rs:112:1 Oct 10 13:36:48.763 INFO kablam! | Oct 10 13:36:48.763 INFO kablam! 112 | / impl Serial where Oct 10 13:36:48.763 INFO kablam! 113 | | T: CharSizeFlag + Into { Oct 10 13:36:48.763 INFO kablam! 114 | | #[inline] Oct 10 13:36:48.763 INFO kablam! 115 | | pub fn new_with(ubrr: u16, parity: Parity, stop: StopBits) -> Self { Oct 10 13:36:48.763 INFO kablam! ... | Oct 10 13:36:48.763 INFO kablam! 159 | | Oct 10 13:36:48.763 INFO kablam! 160 | | } Oct 10 13:36:48.763 INFO kablam! | |_^ Oct 10 13:36:48.763 INFO kablam! | Oct 10 13:36:48.763 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 10 13:36:48.763 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 10 13:36:48.763 INFO kablam! = note: for more information, see issue #34537 Oct 10 13:36:48.763 INFO kablam! Oct 10 13:36:48.782 INFO kablam! warning: field is never used: `written` Oct 10 13:36:48.782 INFO kablam! --> src/serial.rs:73:3 Oct 10 13:36:48.782 INFO kablam! | Oct 10 13:36:48.782 INFO kablam! 73 | written: bool, Oct 10 13:36:48.782 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 13:36:48.782 INFO kablam! | Oct 10 13:36:48.782 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 13:36:48.782 INFO kablam! Oct 10 13:36:49.191 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.96s Oct 10 13:36:49.193 INFO kablam! su: No module specific data is present Oct 10 13:36:49.483 INFO running `"docker" "rm" "-f" "ad25da71197cdf42f01cc1833b68a598b6f37abf61d6121ac67074c36b0cd58e"` Oct 10 13:36:49.556 INFO blam! ad25da71197cdf42f01cc1833b68a598b6f37abf61d6121ac67074c36b0cd58e Oct 10 13:36:49.558 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 13:36:49.558 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 13:36:49.716 INFO blam! 9e4d55df02049b4c650fd91ce1a401c3a3e81434aa212b85f5611edaec3bfcb6 Oct 10 13:36:49.721 INFO running `"docker" "start" "-a" "9e4d55df02049b4c650fd91ce1a401c3a3e81434aa212b85f5611edaec3bfcb6"` Oct 10 13:36:50.290 INFO kablam! usermod: no changes Oct 10 13:36:50.330 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 10 13:36:50.332 INFO kablam! Running /target/debug/deps/arduino_hal-b840868003b2621c Oct 10 13:36:50.336 INFO blam! Oct 10 13:36:50.336 INFO blam! running 0 tests Oct 10 13:36:50.336 INFO blam! Oct 10 13:36:50.336 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 13:36:50.336 INFO blam! Oct 10 13:36:50.338 INFO kablam! Doc-tests arduino_hal Oct 10 13:36:50.581 INFO blam! Oct 10 13:36:50.581 INFO blam! running 0 tests Oct 10 13:36:50.581 INFO blam! Oct 10 13:36:50.581 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 13:36:50.581 INFO blam! Oct 10 13:36:50.588 INFO kablam! su: No module specific data is present Oct 10 13:36:50.908 INFO running `"docker" "rm" "-f" "9e4d55df02049b4c650fd91ce1a401c3a3e81434aa212b85f5611edaec3bfcb6"` Oct 10 13:36:51.004 INFO blam! 9e4d55df02049b4c650fd91ce1a401c3a3e81434aa212b85f5611edaec3bfcb6