Oct 12 04:48:49.989 INFO testing bmp280-0.2.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 04:48:49.990 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/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 04:48:50.336 INFO blam! a269877cf2a657fbb812573ca5232b08dac6f3ef227cff1a5eac7882ca60e7ed Oct 12 04:48:50.348 INFO running `"docker" "start" "-a" "a269877cf2a657fbb812573ca5232b08dac6f3ef227cff1a5eac7882ca60e7ed"` Oct 12 04:48:51.429 INFO kablam! usermod: no changes Oct 12 04:48:51.608 INFO kablam! Compiling bmp280 v0.2.1 (/source) Oct 12 04:48:53.637 INFO kablam! warning: field is never used: `dig_h1` Oct 12 04:48:53.637 INFO kablam! --> src/lib.rs:124:5 Oct 12 04:48:53.637 INFO kablam! | Oct 12 04:48:53.637 INFO kablam! 124 | dig_h1: u8, Oct 12 04:48:53.637 INFO kablam! | ^^^^^^^^^^ Oct 12 04:48:53.637 INFO kablam! | Oct 12 04:48:53.637 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 04:48:53.637 INFO kablam! Oct 12 04:48:53.637 INFO kablam! warning: field is never used: `dig_h2` Oct 12 04:48:53.637 INFO kablam! --> src/lib.rs:125:5 Oct 12 04:48:53.637 INFO kablam! | Oct 12 04:48:53.637 INFO kablam! 125 | dig_h2: i16, Oct 12 04:48:53.637 INFO kablam! | ^^^^^^^^^^^ Oct 12 04:48:53.637 INFO kablam! Oct 12 04:48:53.637 INFO kablam! warning: field is never used: `dig_h3` Oct 12 04:48:53.637 INFO kablam! --> src/lib.rs:126:5 Oct 12 04:48:53.637 INFO kablam! | Oct 12 04:48:53.637 INFO kablam! 126 | dig_h3: u8, Oct 12 04:48:53.637 INFO kablam! | ^^^^^^^^^^ Oct 12 04:48:53.637 INFO kablam! Oct 12 04:48:53.637 INFO kablam! warning: field is never used: `dig_h4` Oct 12 04:48:53.637 INFO kablam! --> src/lib.rs:127:5 Oct 12 04:48:53.637 INFO kablam! | Oct 12 04:48:53.637 INFO kablam! 127 | dig_h4: i16, Oct 12 04:48:53.637 INFO kablam! | ^^^^^^^^^^^ Oct 12 04:48:53.637 INFO kablam! Oct 12 04:48:53.637 INFO kablam! warning: field is never used: `dig_h5` Oct 12 04:48:53.637 INFO kablam! --> src/lib.rs:128:5 Oct 12 04:48:53.637 INFO kablam! | Oct 12 04:48:53.637 INFO kablam! 128 | dig_h5: i16, Oct 12 04:48:53.637 INFO kablam! | ^^^^^^^^^^^ Oct 12 04:48:53.637 INFO kablam! Oct 12 04:48:53.637 INFO kablam! warning: field is never used: `dig_h6` Oct 12 04:48:53.637 INFO kablam! --> src/lib.rs:129:5 Oct 12 04:48:53.637 INFO kablam! | Oct 12 04:48:53.637 INFO kablam! 129 | dig_h6: i8, Oct 12 04:48:53.637 INFO kablam! | ^^^^^^^^^^ Oct 12 04:48:53.637 INFO kablam! Oct 12 04:48:53.637 INFO kablam! warning: field is never used: `sensor_id` Oct 12 04:48:53.637 INFO kablam! --> src/lib.rs:140:5 Oct 12 04:48:53.637 INFO kablam! | Oct 12 04:48:53.637 INFO kablam! 140 | sensor_id: i32, Oct 12 04:48:53.637 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 04:48:53.637 INFO kablam! Oct 12 04:48:53.637 INFO kablam! warning: method is never used: `write16` Oct 12 04:48:53.637 INFO kablam! --> src/lib.rs:246:5 Oct 12 04:48:53.637 INFO kablam! | Oct 12 04:48:53.637 INFO kablam! 246 | fn write16(&mut self, reg: &Register, value: u16) -> Result<()> { Oct 12 04:48:53.637 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:48:53.637 INFO kablam! Oct 12 04:48:53.637 INFO kablam! warning: method is never used: `read16` Oct 12 04:48:53.637 INFO kablam! --> src/lib.rs:256:5 Oct 12 04:48:53.637 INFO kablam! | Oct 12 04:48:53.637 INFO kablam! 256 | fn read16(&mut self, reg: &Register) -> Result { Oct 12 04:48:53.637 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:48:53.637 INFO kablam! Oct 12 04:48:53.637 INFO kablam! warning: method is never used: `read16s` Oct 12 04:48:53.637 INFO kablam! --> src/lib.rs:269:5 Oct 12 04:48:53.637 INFO kablam! | Oct 12 04:48:53.637 INFO kablam! 269 | fn read16s(&mut self, reg: &Register) -> Result { Oct 12 04:48:53.637 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:48:53.637 INFO kablam! Oct 12 04:48:53.932 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.46s Oct 12 04:48:53.932 INFO kablam! su: No module specific data is present Oct 12 04:48:54.662 INFO running `"docker" "rm" "-f" "a269877cf2a657fbb812573ca5232b08dac6f3ef227cff1a5eac7882ca60e7ed"` Oct 12 04:48:54.924 INFO blam! a269877cf2a657fbb812573ca5232b08dac6f3ef227cff1a5eac7882ca60e7ed Oct 12 04:48:54.928 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/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 04:48:55.376 INFO blam! e327107fd964a74deb1d7a5dd277eaa2e3f4df6cd5bd9d56f203ce9387a957c0 Oct 12 04:48:55.380 INFO running `"docker" "start" "-a" "e327107fd964a74deb1d7a5dd277eaa2e3f4df6cd5bd9d56f203ce9387a957c0"` Oct 12 04:48:56.364 INFO kablam! usermod: no changes Oct 12 04:48:56.552 INFO kablam! Compiling bmp280 v0.2.1 (/source) Oct 12 04:48:58.512 INFO kablam! warning: field is never used: `dig_h1` Oct 12 04:48:58.512 INFO kablam! --> src/lib.rs:124:5 Oct 12 04:48:58.512 INFO kablam! | Oct 12 04:48:58.512 INFO kablam! 124 | dig_h1: u8, Oct 12 04:48:58.512 INFO kablam! | ^^^^^^^^^^ Oct 12 04:48:58.512 INFO kablam! | Oct 12 04:48:58.512 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 04:48:58.512 INFO kablam! Oct 12 04:48:58.512 INFO kablam! warning: field is never used: `dig_h2` Oct 12 04:48:58.512 INFO kablam! --> src/lib.rs:125:5 Oct 12 04:48:58.512 INFO kablam! | Oct 12 04:48:58.512 INFO kablam! 125 | dig_h2: i16, Oct 12 04:48:58.512 INFO kablam! | ^^^^^^^^^^^ Oct 12 04:48:58.512 INFO kablam! Oct 12 04:48:58.512 INFO kablam! warning: field is never used: `dig_h3` Oct 12 04:48:58.513 INFO kablam! --> src/lib.rs:126:5 Oct 12 04:48:58.513 INFO kablam! | Oct 12 04:48:58.513 INFO kablam! 126 | dig_h3: u8, Oct 12 04:48:58.513 INFO kablam! | ^^^^^^^^^^ Oct 12 04:48:58.513 INFO kablam! Oct 12 04:48:58.513 INFO kablam! warning: field is never used: `dig_h4` Oct 12 04:48:58.513 INFO kablam! --> src/lib.rs:127:5 Oct 12 04:48:58.513 INFO kablam! | Oct 12 04:48:58.513 INFO kablam! 127 | dig_h4: i16, Oct 12 04:48:58.513 INFO kablam! | ^^^^^^^^^^^ Oct 12 04:48:58.513 INFO kablam! Oct 12 04:48:58.519 INFO kablam! warning: field is never used: `dig_h5` Oct 12 04:48:58.520 INFO kablam! --> src/lib.rs:128:5 Oct 12 04:48:58.520 INFO kablam! | Oct 12 04:48:58.520 INFO kablam! 128 | dig_h5: i16, Oct 12 04:48:58.520 INFO kablam! | ^^^^^^^^^^^ Oct 12 04:48:58.521 INFO kablam! Oct 12 04:48:58.521 INFO kablam! warning: field is never used: `dig_h6` Oct 12 04:48:58.521 INFO kablam! --> src/lib.rs:129:5 Oct 12 04:48:58.521 INFO kablam! | Oct 12 04:48:58.521 INFO kablam! 129 | dig_h6: i8, Oct 12 04:48:58.522 INFO kablam! | ^^^^^^^^^^ Oct 12 04:48:58.522 INFO kablam! Oct 12 04:48:58.522 INFO kablam! warning: field is never used: `sensor_id` Oct 12 04:48:58.522 INFO kablam! --> src/lib.rs:140:5 Oct 12 04:48:58.522 INFO kablam! | Oct 12 04:48:58.522 INFO kablam! 140 | sensor_id: i32, Oct 12 04:48:58.523 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 04:48:58.523 INFO kablam! Oct 12 04:48:58.523 INFO kablam! warning: method is never used: `write16` Oct 12 04:48:58.523 INFO kablam! --> src/lib.rs:246:5 Oct 12 04:48:58.523 INFO kablam! | Oct 12 04:48:58.524 INFO kablam! 246 | fn write16(&mut self, reg: &Register, value: u16) -> Result<()> { Oct 12 04:48:58.524 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:48:58.524 INFO kablam! Oct 12 04:48:58.524 INFO kablam! warning: method is never used: `read16` Oct 12 04:48:58.524 INFO kablam! --> src/lib.rs:256:5 Oct 12 04:48:58.525 INFO kablam! | Oct 12 04:48:58.525 INFO kablam! 256 | fn read16(&mut self, reg: &Register) -> Result { Oct 12 04:48:58.525 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:48:58.525 INFO kablam! Oct 12 04:48:58.525 INFO kablam! warning: method is never used: `read16s` Oct 12 04:48:58.526 INFO kablam! --> src/lib.rs:269:5 Oct 12 04:48:58.526 INFO kablam! | Oct 12 04:48:58.526 INFO kablam! 269 | fn read16s(&mut self, reg: &Register) -> Result { Oct 12 04:48:58.526 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:48:58.526 INFO kablam! Oct 12 04:48:59.071 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.66s Oct 12 04:48:59.084 INFO kablam! su: No module specific data is present Oct 12 04:48:59.936 INFO running `"docker" "rm" "-f" "e327107fd964a74deb1d7a5dd277eaa2e3f4df6cd5bd9d56f203ce9387a957c0"` Oct 12 04:49:00.333 INFO blam! e327107fd964a74deb1d7a5dd277eaa2e3f4df6cd5bd9d56f203ce9387a957c0 Oct 12 04:49:00.346 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/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 04:49:00.889 INFO blam! cdfa4756eb4a405577a98549565afd3417a71e1a956bdf2e83fe3b4383229e1b Oct 12 04:49:00.897 INFO running `"docker" "start" "-a" "cdfa4756eb4a405577a98549565afd3417a71e1a956bdf2e83fe3b4383229e1b"` Oct 12 04:49:01.973 INFO kablam! usermod: no changes Oct 12 04:49:02.071 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 12 04:49:02.074 INFO kablam! Running /target/debug/deps/bmp280-bdd09f82a53fa92d Oct 12 04:49:02.081 INFO blam! Oct 12 04:49:02.081 INFO blam! running 0 tests Oct 12 04:49:02.081 INFO blam! Oct 12 04:49:02.081 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 04:49:02.081 INFO blam! Oct 12 04:49:02.084 INFO kablam! Doc-tests bmp280 Oct 12 04:49:04.878 INFO blam! Oct 12 04:49:04.878 INFO blam! running 1 test Oct 12 04:49:04.878 INFO blam! test src/lib.rs - Bmp280Builder (line 149) ... ignored Oct 12 04:49:04.878 INFO blam! Oct 12 04:49:04.878 INFO blam! test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out Oct 12 04:49:04.878 INFO blam! Oct 12 04:49:04.884 INFO kablam! su: No module specific data is present Oct 12 04:49:05.086 INFO running `"docker" "rm" "-f" "cdfa4756eb4a405577a98549565afd3417a71e1a956bdf2e83fe3b4383229e1b"` Oct 12 04:49:05.177 INFO blam! cdfa4756eb4a405577a98549565afd3417a71e1a956bdf2e83fe3b4383229e1b