Oct 12 03:04:15.319 INFO testing climate-si7020-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 03:04:15.321 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 03:04:15.682 INFO blam! eb1693bd4662ce04b1cc1a987dcd074855aafb8f3efb413343cf553d33ec7371 Oct 12 03:04:15.686 INFO running `"docker" "start" "-a" "eb1693bd4662ce04b1cc1a987dcd074855aafb8f3efb413343cf553d33ec7371"` Oct 12 03:04:17.079 INFO kablam! usermod: no changes Oct 12 03:04:17.136 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 12 03:04:17.136 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 12 03:04:17.136 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 03:04:17.136 INFO kablam! files will be included as a binary target: Oct 12 03:04:17.136 INFO kablam! Oct 12 03:04:17.136 INFO kablam! * /source/src/main.rs Oct 12 03:04:17.136 INFO kablam! Oct 12 03:04:17.136 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 03:04:17.136 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 12 03:04:17.136 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 12 03:04:17.136 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 03:04:17.136 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 03:04:17.136 INFO kablam! Oct 12 03:04:17.136 INFO kablam! For more information on this warning you can consult Oct 12 03:04:17.136 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 03:04:17.136 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `tessel-climate`, Oct 12 03:04:17.136 INFO kablam! please set bin.path in Cargo.toml Oct 12 03:04:17.184 INFO kablam! Compiling tessel v0.3.1 Oct 12 03:04:19.291 INFO kablam! Compiling climate-si7020 v0.1.0 (/source) Oct 12 03:04:21.108 INFO kablam! warning: constant item is never used: `HUMIDITY_OFFSET` Oct 12 03:04:21.108 INFO kablam! --> src/lib.rs:26:1 Oct 12 03:04:21.108 INFO kablam! | Oct 12 03:04:21.108 INFO kablam! 26 | const HUMIDITY_OFFSET: f64 = 6.0; Oct 12 03:04:21.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 03:04:21.108 INFO kablam! | Oct 12 03:04:21.108 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 03:04:21.108 INFO kablam! Oct 12 03:04:21.108 INFO kablam! warning: constant item is never used: `HUMIDITY_SLOPE` Oct 12 03:04:21.108 INFO kablam! --> src/lib.rs:27:1 Oct 12 03:04:21.108 INFO kablam! | Oct 12 03:04:21.108 INFO kablam! 27 | const HUMIDITY_SLOPE: f64 = 125.0/65536.0; Oct 12 03:04:21.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 03:04:21.108 INFO kablam! Oct 12 03:04:21.108 INFO kablam! warning: method is never used: `write` Oct 12 03:04:21.108 INFO kablam! --> src/lib.rs:57:5 Oct 12 03:04:21.108 INFO kablam! | Oct 12 03:04:21.108 INFO kablam! 57 | fn write(&mut self, values: &[Command], value: u8) -> io::Result<()> { Oct 12 03:04:21.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 03:04:21.108 INFO kablam! Oct 12 03:04:23.184 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 12 03:04:23.184 INFO kablam! --> src/main.rs:11:5 Oct 12 03:04:23.184 INFO kablam! | Oct 12 03:04:23.184 INFO kablam! 11 | use std::io::prelude::*; Oct 12 03:04:23.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 12 03:04:23.184 INFO kablam! | Oct 12 03:04:23.184 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 03:04:23.184 INFO kablam! Oct 12 03:04:23.208 INFO kablam! warning: variable does not need to be mutable Oct 12 03:04:23.208 INFO kablam! --> src/main.rs:15:10 Oct 12 03:04:23.208 INFO kablam! | Oct 12 03:04:23.208 INFO kablam! 15 | let (mut port_a, _) = Tessel::ports().unwrap(); Oct 12 03:04:23.208 INFO kablam! | ----^^^^^^ Oct 12 03:04:23.208 INFO kablam! | | Oct 12 03:04:23.208 INFO kablam! | help: remove this `mut` Oct 12 03:04:23.208 INFO kablam! | Oct 12 03:04:23.208 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 03:04:23.208 INFO kablam! Oct 12 03:04:23.789 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.68s Oct 12 03:04:23.793 INFO kablam! su: No module specific data is present Oct 12 03:04:25.014 INFO running `"docker" "rm" "-f" "eb1693bd4662ce04b1cc1a987dcd074855aafb8f3efb413343cf553d33ec7371"` Oct 12 03:04:25.356 INFO blam! eb1693bd4662ce04b1cc1a987dcd074855aafb8f3efb413343cf553d33ec7371 Oct 12 03:04:25.356 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 03:04:25.821 INFO blam! aeab9bb50cf2d0e7b13ef4492da0be321bcc1bb9a6c0af16e986e6887ba28463 Oct 12 03:04:25.822 INFO running `"docker" "start" "-a" "aeab9bb50cf2d0e7b13ef4492da0be321bcc1bb9a6c0af16e986e6887ba28463"` Oct 12 03:04:27.618 INFO kablam! usermod: no changes Oct 12 03:04:27.716 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 12 03:04:27.716 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 12 03:04:27.716 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 03:04:27.716 INFO kablam! files will be included as a binary target: Oct 12 03:04:27.716 INFO kablam! Oct 12 03:04:27.716 INFO kablam! * /source/src/main.rs Oct 12 03:04:27.716 INFO kablam! Oct 12 03:04:27.716 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 03:04:27.716 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 12 03:04:27.716 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 12 03:04:27.716 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 03:04:27.716 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 03:04:27.716 INFO kablam! Oct 12 03:04:27.716 INFO kablam! For more information on this warning you can consult Oct 12 03:04:27.716 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 03:04:27.716 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `tessel-climate`, Oct 12 03:04:27.716 INFO kablam! please set bin.path in Cargo.toml Oct 12 03:04:27.756 INFO kablam! Compiling climate-si7020 v0.1.0 (/source) Oct 12 03:04:30.274 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 12 03:04:30.275 INFO kablam! --> src/main.rs:11:5 Oct 12 03:04:30.275 INFO kablam! | Oct 12 03:04:30.275 INFO kablam! 11 | use std::io::prelude::*; Oct 12 03:04:30.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 12 03:04:30.275 INFO kablam! | Oct 12 03:04:30.275 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 03:04:30.275 INFO kablam! Oct 12 03:04:30.408 INFO kablam! warning: variable does not need to be mutable Oct 12 03:04:30.408 INFO kablam! --> src/main.rs:15:10 Oct 12 03:04:30.408 INFO kablam! | Oct 12 03:04:30.408 INFO kablam! 15 | let (mut port_a, _) = Tessel::ports().unwrap(); Oct 12 03:04:30.408 INFO kablam! | ----^^^^^^ Oct 12 03:04:30.408 INFO kablam! | | Oct 12 03:04:30.408 INFO kablam! | help: remove this `mut` Oct 12 03:04:30.408 INFO kablam! | Oct 12 03:04:30.408 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 03:04:30.408 INFO kablam! Oct 12 03:04:31.159 INFO kablam! warning: constant item is never used: `HUMIDITY_OFFSET` Oct 12 03:04:31.159 INFO kablam! --> src/lib.rs:26:1 Oct 12 03:04:31.159 INFO kablam! | Oct 12 03:04:31.159 INFO kablam! 26 | const HUMIDITY_OFFSET: f64 = 6.0; Oct 12 03:04:31.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 03:04:31.159 INFO kablam! | Oct 12 03:04:31.159 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 03:04:31.159 INFO kablam! Oct 12 03:04:31.159 INFO kablam! warning: constant item is never used: `HUMIDITY_SLOPE` Oct 12 03:04:31.159 INFO kablam! --> src/lib.rs:27:1 Oct 12 03:04:31.159 INFO kablam! | Oct 12 03:04:31.159 INFO kablam! 27 | const HUMIDITY_SLOPE: f64 = 125.0/65536.0; Oct 12 03:04:31.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 03:04:31.159 INFO kablam! Oct 12 03:04:31.159 INFO kablam! warning: method is never used: `write` Oct 12 03:04:31.159 INFO kablam! --> src/lib.rs:57:5 Oct 12 03:04:31.159 INFO kablam! | Oct 12 03:04:31.159 INFO kablam! 57 | fn write(&mut self, values: &[Command], value: u8) -> io::Result<()> { Oct 12 03:04:31.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 03:04:31.159 INFO kablam! Oct 12 03:04:31.518 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.85s Oct 12 03:04:31.521 INFO kablam! su: No module specific data is present Oct 12 03:04:31.880 INFO running `"docker" "rm" "-f" "aeab9bb50cf2d0e7b13ef4492da0be321bcc1bb9a6c0af16e986e6887ba28463"` Oct 12 03:04:32.073 INFO blam! aeab9bb50cf2d0e7b13ef4492da0be321bcc1bb9a6c0af16e986e6887ba28463 Oct 12 03:04:32.074 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 03:04:32.304 INFO blam! a11de8ed6b94aab2fc1f1afbdaff55f66248eefda923bc97d5ae80e4b9ab5f10 Oct 12 03:04:32.305 INFO running `"docker" "start" "-a" "a11de8ed6b94aab2fc1f1afbdaff55f66248eefda923bc97d5ae80e4b9ab5f10"` Oct 12 03:04:32.823 INFO kablam! usermod: no changes Oct 12 03:04:32.848 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 12 03:04:32.848 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 12 03:04:32.848 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 03:04:32.848 INFO kablam! files will be included as a binary target: Oct 12 03:04:32.848 INFO kablam! Oct 12 03:04:32.848 INFO kablam! * /source/src/main.rs Oct 12 03:04:32.848 INFO kablam! Oct 12 03:04:32.848 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 03:04:32.848 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 12 03:04:32.848 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 12 03:04:32.848 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 03:04:32.848 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 03:04:32.848 INFO kablam! Oct 12 03:04:32.848 INFO kablam! For more information on this warning you can consult Oct 12 03:04:32.848 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 03:04:32.848 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `tessel-climate`, Oct 12 03:04:32.848 INFO kablam! please set bin.path in Cargo.toml Oct 12 03:04:32.864 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 12 03:04:32.864 INFO kablam! Running /target/debug/deps/climate_si7020-9ac43970c06576c1 Oct 12 03:04:32.870 INFO kablam! Running /target/debug/deps/tessel_climate-bf6346c4aa0a05c3 Oct 12 03:04:32.870 INFO blam! Oct 12 03:04:32.870 INFO blam! running 0 tests Oct 12 03:04:32.870 INFO blam! Oct 12 03:04:32.870 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 03:04:32.870 INFO blam! Oct 12 03:04:32.874 INFO blam! Oct 12 03:04:32.874 INFO blam! running 0 tests Oct 12 03:04:32.874 INFO blam! Oct 12 03:04:32.874 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 03:04:32.874 INFO blam! Oct 12 03:04:32.874 INFO kablam! Doc-tests climate-si7020 Oct 12 03:04:35.803 INFO blam! Oct 12 03:04:35.803 INFO blam! running 0 tests Oct 12 03:04:35.803 INFO blam! Oct 12 03:04:35.803 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 03:04:35.803 INFO blam! Oct 12 03:04:35.810 INFO kablam! su: No module specific data is present Oct 12 03:04:36.206 INFO running `"docker" "rm" "-f" "a11de8ed6b94aab2fc1f1afbdaff55f66248eefda923bc97d5ae80e4b9ab5f10"` Oct 12 03:04:36.318 INFO blam! a11de8ed6b94aab2fc1f1afbdaff55f66248eefda923bc97d5ae80e4b9ab5f10