Oct 16 14:55:23.733 INFO testing climate-si7020-0.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 14:55:23.736 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/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 16 14:55:24.151 INFO blam! 92da56da5c450f7b018230bb7e48ec2415e21db44ae54820ad3b45619c25b806 Oct 16 14:55:24.163 INFO running `"docker" "start" "-a" "92da56da5c450f7b018230bb7e48ec2415e21db44ae54820ad3b45619c25b806"` Oct 16 14:55:25.547 INFO kablam! usermod: no changes Oct 16 14:55:25.603 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 14:55:25.603 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 14:55:25.603 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 14:55:25.603 INFO kablam! files will be included as a binary target: Oct 16 14:55:25.603 INFO kablam! Oct 16 14:55:25.603 INFO kablam! * /source/src/main.rs Oct 16 14:55:25.603 INFO kablam! Oct 16 14:55:25.603 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 14:55:25.603 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 14:55:25.603 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 14:55:25.603 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 14:55:25.603 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 14:55:25.603 INFO kablam! Oct 16 14:55:25.603 INFO kablam! For more information on this warning you can consult Oct 16 14:55:25.603 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 14:55:25.603 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `tessel-climate`, Oct 16 14:55:25.603 INFO kablam! please set bin.path in Cargo.toml Oct 16 14:55:25.639 INFO kablam! Compiling tessel v0.3.1 Oct 16 14:55:27.471 INFO kablam! Compiling climate-si7020 v0.1.0 (/source) Oct 16 14:55:28.607 INFO kablam! warning: constant item is never used: `HUMIDITY_OFFSET` Oct 16 14:55:28.607 INFO kablam! --> src/lib.rs:26:1 Oct 16 14:55:28.607 INFO kablam! | Oct 16 14:55:28.607 INFO kablam! 26 | const HUMIDITY_OFFSET: f64 = 6.0; Oct 16 14:55:28.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:55:28.607 INFO kablam! | Oct 16 14:55:28.607 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 14:55:28.607 INFO kablam! Oct 16 14:55:28.607 INFO kablam! warning: constant item is never used: `HUMIDITY_SLOPE` Oct 16 14:55:28.607 INFO kablam! --> src/lib.rs:27:1 Oct 16 14:55:28.607 INFO kablam! | Oct 16 14:55:28.607 INFO kablam! 27 | const HUMIDITY_SLOPE: f64 = 125.0/65536.0; Oct 16 14:55:28.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:55:28.607 INFO kablam! Oct 16 14:55:28.607 INFO kablam! warning: method is never used: `write` Oct 16 14:55:28.607 INFO kablam! --> src/lib.rs:57:5 Oct 16 14:55:28.607 INFO kablam! | Oct 16 14:55:28.607 INFO kablam! 57 | fn write(&mut self, values: &[Command], value: u8) -> io::Result<()> { Oct 16 14:55:28.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:55:28.607 INFO kablam! Oct 16 14:55:30.327 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 16 14:55:30.328 INFO kablam! --> src/main.rs:11:5 Oct 16 14:55:30.328 INFO kablam! | Oct 16 14:55:30.328 INFO kablam! 11 | use std::io::prelude::*; Oct 16 14:55:30.328 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 14:55:30.328 INFO kablam! | Oct 16 14:55:30.328 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 14:55:30.328 INFO kablam! Oct 16 14:55:30.367 INFO kablam! warning: variable does not need to be mutable Oct 16 14:55:30.367 INFO kablam! --> src/main.rs:15:10 Oct 16 14:55:30.367 INFO kablam! | Oct 16 14:55:30.367 INFO kablam! 15 | let (mut port_a, _) = Tessel::ports().unwrap(); Oct 16 14:55:30.367 INFO kablam! | ----^^^^^^ Oct 16 14:55:30.367 INFO kablam! | | Oct 16 14:55:30.367 INFO kablam! | help: remove this `mut` Oct 16 14:55:30.367 INFO kablam! | Oct 16 14:55:30.367 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 14:55:30.367 INFO kablam! Oct 16 14:55:31.056 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.48s Oct 16 14:55:31.058 INFO kablam! su: No module specific data is present Oct 16 14:55:31.884 INFO running `"docker" "rm" "-f" "92da56da5c450f7b018230bb7e48ec2415e21db44ae54820ad3b45619c25b806"` Oct 16 14:55:32.271 INFO blam! 92da56da5c450f7b018230bb7e48ec2415e21db44ae54820ad3b45619c25b806 Oct 16 14:55:32.283 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/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 16 14:55:32.668 INFO blam! 2c054f3b20efb3bca6e7292a198a7aa31201d876e65803e09c30c1708a7d32a4 Oct 16 14:55:32.671 INFO running `"docker" "start" "-a" "2c054f3b20efb3bca6e7292a198a7aa31201d876e65803e09c30c1708a7d32a4"` Oct 16 14:55:33.969 INFO kablam! usermod: no changes Oct 16 14:55:34.019 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 14:55:34.019 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 14:55:34.019 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 14:55:34.019 INFO kablam! files will be included as a binary target: Oct 16 14:55:34.019 INFO kablam! Oct 16 14:55:34.019 INFO kablam! * /source/src/main.rs Oct 16 14:55:34.019 INFO kablam! Oct 16 14:55:34.019 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 14:55:34.019 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 14:55:34.019 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 14:55:34.019 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 14:55:34.019 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 14:55:34.019 INFO kablam! Oct 16 14:55:34.019 INFO kablam! For more information on this warning you can consult Oct 16 14:55:34.019 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 14:55:34.019 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `tessel-climate`, Oct 16 14:55:34.019 INFO kablam! please set bin.path in Cargo.toml Oct 16 14:55:34.039 INFO kablam! Compiling climate-si7020 v0.1.0 (/source) Oct 16 14:55:36.031 INFO kablam! warning: constant item is never used: `HUMIDITY_OFFSET` Oct 16 14:55:36.031 INFO kablam! --> src/lib.rs:26:1 Oct 16 14:55:36.031 INFO kablam! | Oct 16 14:55:36.031 INFO kablam! 26 | const HUMIDITY_OFFSET: f64 = 6.0; Oct 16 14:55:36.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:55:36.031 INFO kablam! | Oct 16 14:55:36.031 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 14:55:36.031 INFO kablam! Oct 16 14:55:36.032 INFO kablam! warning: constant item is never used: `HUMIDITY_SLOPE` Oct 16 14:55:36.032 INFO kablam! --> src/lib.rs:27:1 Oct 16 14:55:36.032 INFO kablam! | Oct 16 14:55:36.032 INFO kablam! 27 | const HUMIDITY_SLOPE: f64 = 125.0/65536.0; Oct 16 14:55:36.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:55:36.033 INFO kablam! Oct 16 14:55:36.033 INFO kablam! warning: method is never used: `write` Oct 16 14:55:36.033 INFO kablam! --> src/lib.rs:57:5 Oct 16 14:55:36.033 INFO kablam! | Oct 16 14:55:36.033 INFO kablam! 57 | fn write(&mut self, values: &[Command], value: u8) -> io::Result<()> { Oct 16 14:55:36.034 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:55:36.034 INFO kablam! Oct 16 14:55:36.047 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 16 14:55:36.047 INFO kablam! --> src/main.rs:11:5 Oct 16 14:55:36.047 INFO kablam! | Oct 16 14:55:36.047 INFO kablam! 11 | use std::io::prelude::*; Oct 16 14:55:36.047 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 14:55:36.047 INFO kablam! | Oct 16 14:55:36.047 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 14:55:36.047 INFO kablam! Oct 16 14:55:36.205 INFO kablam! warning: variable does not need to be mutable Oct 16 14:55:36.205 INFO kablam! --> src/main.rs:15:10 Oct 16 14:55:36.205 INFO kablam! | Oct 16 14:55:36.205 INFO kablam! 15 | let (mut port_a, _) = Tessel::ports().unwrap(); Oct 16 14:55:36.205 INFO kablam! | ----^^^^^^ Oct 16 14:55:36.205 INFO kablam! | | Oct 16 14:55:36.205 INFO kablam! | help: remove this `mut` Oct 16 14:55:36.205 INFO kablam! | Oct 16 14:55:36.205 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 14:55:36.205 INFO kablam! Oct 16 14:55:36.983 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.99s Oct 16 14:55:36.987 INFO kablam! su: No module specific data is present Oct 16 14:55:37.807 INFO running `"docker" "rm" "-f" "2c054f3b20efb3bca6e7292a198a7aa31201d876e65803e09c30c1708a7d32a4"` Oct 16 14:55:37.971 INFO blam! 2c054f3b20efb3bca6e7292a198a7aa31201d876e65803e09c30c1708a7d32a4 Oct 16 14:55:37.983 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/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 16 14:55:38.409 INFO blam! fbceac4ae6e3115bdef7834ba44a727f058018a5a320b2e61fab63359a51a505 Oct 16 14:55:38.415 INFO running `"docker" "start" "-a" "fbceac4ae6e3115bdef7834ba44a727f058018a5a320b2e61fab63359a51a505"` Oct 16 14:55:40.546 INFO kablam! usermod: no changes Oct 16 14:55:40.607 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 14:55:40.607 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 14:55:40.607 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 14:55:40.607 INFO kablam! files will be included as a binary target: Oct 16 14:55:40.607 INFO kablam! Oct 16 14:55:40.607 INFO kablam! * /source/src/main.rs Oct 16 14:55:40.607 INFO kablam! Oct 16 14:55:40.607 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 14:55:40.607 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 14:55:40.607 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 14:55:40.607 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 14:55:40.607 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 14:55:40.607 INFO kablam! Oct 16 14:55:40.607 INFO kablam! For more information on this warning you can consult Oct 16 14:55:40.607 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 14:55:40.607 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `tessel-climate`, Oct 16 14:55:40.607 INFO kablam! please set bin.path in Cargo.toml Oct 16 14:55:40.663 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 16 14:55:40.663 INFO kablam! Running /target/debug/deps/climate_si7020-2a0802389b5b717e Oct 16 14:55:40.663 INFO kablam! Running /target/debug/deps/tessel_climate-f0227a7a3875316b Oct 16 14:55:40.663 INFO blam! Oct 16 14:55:40.663 INFO blam! running 0 tests Oct 16 14:55:40.663 INFO blam! Oct 16 14:55:40.663 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:55:40.663 INFO blam! Oct 16 14:55:40.671 INFO blam! Oct 16 14:55:40.671 INFO blam! running 0 tests Oct 16 14:55:40.671 INFO blam! Oct 16 14:55:40.671 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:55:40.671 INFO kablam! Doc-tests climate-si7020 Oct 16 14:55:40.671 INFO blam! Oct 16 14:55:42.744 INFO blam! Oct 16 14:55:42.744 INFO blam! running 0 tests Oct 16 14:55:42.744 INFO blam! Oct 16 14:55:42.744 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:55:42.744 INFO blam! Oct 16 14:55:42.752 INFO kablam! su: No module specific data is present Oct 16 14:55:43.846 INFO running `"docker" "rm" "-f" "fbceac4ae6e3115bdef7834ba44a727f058018a5a320b2e61fab63359a51a505"` Oct 16 14:55:44.063 INFO blam! fbceac4ae6e3115bdef7834ba44a727f058018a5a320b2e61fab63359a51a505