Oct 12 03:04:15.009 INFO testing climate-si7020-0.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 12 03:04:15.009 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/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 03:04:15.345 INFO blam! 7b337498843aa6c09caa4d9028fd979add5f820bf69da7c1967126dcf7e0cf36 Oct 12 03:04:15.352 INFO running `"docker" "start" "-a" "7b337498843aa6c09caa4d9028fd979add5f820bf69da7c1967126dcf7e0cf36"` Oct 12 03:04:16.652 INFO kablam! usermod: no changes Oct 12 03:04:16.744 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 12 03:04:16.744 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 12 03:04:16.744 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 03:04:16.744 INFO kablam! files will be included as a binary target: Oct 12 03:04:16.744 INFO kablam! Oct 12 03:04:16.744 INFO kablam! * /source/src/main.rs Oct 12 03:04:16.744 INFO kablam! Oct 12 03:04:16.744 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 03:04:16.744 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 12 03:04:16.744 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 12 03:04:16.744 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 03:04:16.744 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 03:04:16.744 INFO kablam! Oct 12 03:04:16.744 INFO kablam! For more information on this warning you can consult Oct 12 03:04:16.744 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 03:04:16.744 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `tessel-climate`, Oct 12 03:04:16.744 INFO kablam! please set bin.path in Cargo.toml Oct 12 03:04:16.776 INFO kablam! Compiling atomic-option v0.1.2 Oct 12 03:04:17.136 INFO kablam! Compiling tessel v0.3.1 Oct 12 03:04:18.294 INFO kablam! Compiling climate-si7020 v0.1.0 (/source) Oct 12 03:04:18.668 INFO kablam! warning: constant item is never used: `HUMIDITY_OFFSET` Oct 12 03:04:18.669 INFO kablam! --> src/lib.rs:26:1 Oct 12 03:04:18.669 INFO kablam! | Oct 12 03:04:18.669 INFO kablam! 26 | const HUMIDITY_OFFSET: f64 = 6.0; Oct 12 03:04:18.669 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 03:04:18.669 INFO kablam! | Oct 12 03:04:18.669 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 03:04:18.669 INFO kablam! Oct 12 03:04:18.669 INFO kablam! warning: constant item is never used: `HUMIDITY_SLOPE` Oct 12 03:04:18.669 INFO kablam! --> src/lib.rs:27:1 Oct 12 03:04:18.669 INFO kablam! | Oct 12 03:04:18.669 INFO kablam! 27 | const HUMIDITY_SLOPE: f64 = 125.0/65536.0; Oct 12 03:04:18.669 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 03:04:18.669 INFO kablam! Oct 12 03:04:18.669 INFO kablam! warning: method is never used: `write` Oct 12 03:04:18.669 INFO kablam! --> src/lib.rs:57:5 Oct 12 03:04:18.669 INFO kablam! | Oct 12 03:04:18.669 INFO kablam! 57 | fn write(&mut self, values: &[Command], value: u8) -> io::Result<()> { Oct 12 03:04:18.669 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 03:04:18.669 INFO kablam! Oct 12 03:04:19.236 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 12 03:04:19.237 INFO kablam! --> src/main.rs:11:5 Oct 12 03:04:19.238 INFO kablam! | Oct 12 03:04:19.239 INFO kablam! 11 | use std::io::prelude::*; Oct 12 03:04:19.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 12 03:04:19.240 INFO kablam! | Oct 12 03:04:19.240 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 03:04:19.241 INFO kablam! Oct 12 03:04:19.273 INFO kablam! warning: variable does not need to be mutable Oct 12 03:04:19.274 INFO kablam! --> src/main.rs:15:10 Oct 12 03:04:19.275 INFO kablam! | Oct 12 03:04:19.275 INFO kablam! 15 | let (mut port_a, _) = Tessel::ports().unwrap(); Oct 12 03:04:19.276 INFO kablam! | ----^^^^^^ Oct 12 03:04:19.277 INFO kablam! | | Oct 12 03:04:19.277 INFO kablam! | help: remove this `mut` Oct 12 03:04:19.278 INFO kablam! | Oct 12 03:04:19.278 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 03:04:19.279 INFO kablam! Oct 12 03:04:19.784 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.10s Oct 12 03:04:19.788 INFO kablam! su: No module specific data is present Oct 12 03:04:21.389 INFO running `"docker" "rm" "-f" "7b337498843aa6c09caa4d9028fd979add5f820bf69da7c1967126dcf7e0cf36"` Oct 12 03:04:21.691 INFO blam! 7b337498843aa6c09caa4d9028fd979add5f820bf69da7c1967126dcf7e0cf36 Oct 12 03:04:21.694 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/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 03:04:22.236 INFO blam! ea4006b2bed67ee0e0aa7e12485cef7b87218ec953964a09ec1fb97aaebfd6ca Oct 12 03:04:22.238 INFO running `"docker" "start" "-a" "ea4006b2bed67ee0e0aa7e12485cef7b87218ec953964a09ec1fb97aaebfd6ca"` Oct 12 03:04:24.340 INFO kablam! usermod: no changes Oct 12 03:04:24.404 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 12 03:04:24.404 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 12 03:04:24.404 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 03:04:24.404 INFO kablam! files will be included as a binary target: Oct 12 03:04:24.404 INFO kablam! Oct 12 03:04:24.404 INFO kablam! * /source/src/main.rs Oct 12 03:04:24.404 INFO kablam! Oct 12 03:04:24.404 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 03:04:24.404 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 12 03:04:24.404 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 12 03:04:24.404 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 03:04:24.404 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 03:04:24.404 INFO kablam! Oct 12 03:04:24.405 INFO kablam! For more information on this warning you can consult Oct 12 03:04:24.405 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 03:04:24.405 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `tessel-climate`, Oct 12 03:04:24.405 INFO kablam! please set bin.path in Cargo.toml Oct 12 03:04:24.428 INFO kablam! Compiling climate-si7020 v0.1.0 (/source) Oct 12 03:04:24.922 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 12 03:04:24.922 INFO kablam! --> src/main.rs:11:5 Oct 12 03:04:24.923 INFO kablam! | Oct 12 03:04:24.923 INFO kablam! 11 | use std::io::prelude::*; Oct 12 03:04:24.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 12 03:04:24.924 INFO kablam! | Oct 12 03:04:24.924 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 03:04:24.924 INFO kablam! Oct 12 03:04:24.958 INFO kablam! warning: variable does not need to be mutable Oct 12 03:04:24.958 INFO kablam! --> src/main.rs:15:10 Oct 12 03:04:24.958 INFO kablam! | Oct 12 03:04:24.959 INFO kablam! 15 | let (mut port_a, _) = Tessel::ports().unwrap(); Oct 12 03:04:24.959 INFO kablam! | ----^^^^^^ Oct 12 03:04:24.959 INFO kablam! | | Oct 12 03:04:24.960 INFO kablam! | help: remove this `mut` Oct 12 03:04:24.960 INFO kablam! | Oct 12 03:04:24.960 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 03:04:24.960 INFO kablam! Oct 12 03:04:24.994 INFO kablam! warning: constant item is never used: `HUMIDITY_OFFSET` Oct 12 03:04:24.994 INFO kablam! --> src/lib.rs:26:1 Oct 12 03:04:24.995 INFO kablam! | Oct 12 03:04:24.995 INFO kablam! 26 | const HUMIDITY_OFFSET: f64 = 6.0; Oct 12 03:04:24.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 03:04:24.995 INFO kablam! | Oct 12 03:04:24.996 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 03:04:24.996 INFO kablam! Oct 12 03:04:24.996 INFO kablam! warning: constant item is never used: `HUMIDITY_SLOPE` Oct 12 03:04:24.996 INFO kablam! --> src/lib.rs:27:1 Oct 12 03:04:24.996 INFO kablam! | Oct 12 03:04:24.997 INFO kablam! 27 | const HUMIDITY_SLOPE: f64 = 125.0/65536.0; Oct 12 03:04:24.997 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 03:04:24.997 INFO kablam! Oct 12 03:04:24.997 INFO kablam! warning: method is never used: `write` Oct 12 03:04:24.998 INFO kablam! --> src/lib.rs:57:5 Oct 12 03:04:24.998 INFO kablam! | Oct 12 03:04:24.998 INFO kablam! 57 | fn write(&mut self, values: &[Command], value: u8) -> io::Result<()> { Oct 12 03:04:24.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 03:04:24.998 INFO kablam! Oct 12 03:04:25.779 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.40s Oct 12 03:04:25.785 INFO kablam! su: No module specific data is present Oct 12 03:04:26.865 INFO running `"docker" "rm" "-f" "ea4006b2bed67ee0e0aa7e12485cef7b87218ec953964a09ec1fb97aaebfd6ca"` Oct 12 03:04:27.200 INFO blam! ea4006b2bed67ee0e0aa7e12485cef7b87218ec953964a09ec1fb97aaebfd6ca Oct 12 03:04:27.212 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/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 03:04:27.650 INFO blam! b1b2c0da9f194deaba6aa57df07d3b06ae62b2e5fdfd7bda724d8a464ca1f143 Oct 12 03:04:27.651 INFO running `"docker" "start" "-a" "b1b2c0da9f194deaba6aa57df07d3b06ae62b2e5fdfd7bda724d8a464ca1f143"` Oct 12 03:04:30.284 INFO kablam! usermod: no changes Oct 12 03:04:30.340 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 12 03:04:30.340 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 12 03:04:30.340 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 03:04:30.340 INFO kablam! files will be included as a binary target: Oct 12 03:04:30.340 INFO kablam! Oct 12 03:04:30.340 INFO kablam! * /source/src/main.rs Oct 12 03:04:30.340 INFO kablam! Oct 12 03:04:30.340 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 03:04:30.340 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 12 03:04:30.340 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 12 03:04:30.340 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 03:04:30.340 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 03:04:30.340 INFO kablam! Oct 12 03:04:30.340 INFO kablam! For more information on this warning you can consult Oct 12 03:04:30.340 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 03:04:30.340 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `tessel-climate`, Oct 12 03:04:30.340 INFO kablam! please set bin.path in Cargo.toml Oct 12 03:04:30.352 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 12 03:04:30.364 INFO kablam! Running /target/debug/deps/climate_si7020-2a0802389b5b717e Oct 12 03:04:30.366 INFO blam! Oct 12 03:04:30.366 INFO blam! running 0 tests Oct 12 03:04:30.369 INFO blam! Oct 12 03:04:30.369 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 03:04:30.369 INFO blam! Oct 12 03:04:30.369 INFO blam! Oct 12 03:04:30.369 INFO blam! running 0 tests Oct 12 03:04:30.369 INFO blam! Oct 12 03:04:30.369 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 03:04:30.369 INFO blam! Oct 12 03:04:30.369 INFO kablam! Running /target/debug/deps/tessel_climate-f0227a7a3875316b Oct 12 03:04:30.376 INFO kablam! Doc-tests climate-si7020 Oct 12 03:04:30.652 INFO blam! Oct 12 03:04:30.652 INFO blam! running 0 tests Oct 12 03:04:30.653 INFO blam! Oct 12 03:04:30.653 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 03:04:30.653 INFO blam! Oct 12 03:04:30.659 INFO kablam! su: No module specific data is present Oct 12 03:04:31.540 INFO running `"docker" "rm" "-f" "b1b2c0da9f194deaba6aa57df07d3b06ae62b2e5fdfd7bda724d8a464ca1f143"` Oct 12 03:04:31.640 INFO blam! b1b2c0da9f194deaba6aa57df07d3b06ae62b2e5fdfd7bda724d8a464ca1f143