Oct 16 14:55:28.441 INFO testing climate-si7020-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 14:55:28.443 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/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 16 14:55:28.957 INFO blam! ecdc8e022e8333414cffed1efab7b05421387540c14481c25ede9a3e1bd94056 Oct 16 14:55:28.959 INFO running `"docker" "start" "-a" "ecdc8e022e8333414cffed1efab7b05421387540c14481c25ede9a3e1bd94056"` Oct 16 14:55:30.827 INFO kablam! usermod: no changes Oct 16 14:55:30.931 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 14:55:30.931 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 14:55:30.931 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 14:55:30.931 INFO kablam! files will be included as a binary target: Oct 16 14:55:30.931 INFO kablam! Oct 16 14:55:30.931 INFO kablam! * /source/src/main.rs Oct 16 14:55:30.931 INFO kablam! Oct 16 14:55:30.931 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 14:55:30.931 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 14:55:30.931 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 14:55:30.931 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 14:55:30.931 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 14:55:30.931 INFO kablam! Oct 16 14:55:30.931 INFO kablam! For more information on this warning you can consult Oct 16 14:55:30.931 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 14:55:30.931 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `tessel-climate`, Oct 16 14:55:30.931 INFO kablam! please set bin.path in Cargo.toml Oct 16 14:55:30.971 INFO kablam! Compiling tessel v0.3.1 Oct 16 14:55:33.028 INFO kablam! Compiling climate-si7020 v0.1.0 (/source) Oct 16 14:55:34.455 INFO kablam! warning: constant item is never used: `HUMIDITY_OFFSET` Oct 16 14:55:34.456 INFO kablam! --> src/lib.rs:26:1 Oct 16 14:55:34.456 INFO kablam! | Oct 16 14:55:34.456 INFO kablam! 26 | const HUMIDITY_OFFSET: f64 = 6.0; Oct 16 14:55:34.456 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:55:34.456 INFO kablam! | Oct 16 14:55:34.456 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 14:55:34.456 INFO kablam! Oct 16 14:55:34.456 INFO kablam! warning: constant item is never used: `HUMIDITY_SLOPE` Oct 16 14:55:34.456 INFO kablam! --> src/lib.rs:27:1 Oct 16 14:55:34.456 INFO kablam! | Oct 16 14:55:34.456 INFO kablam! 27 | const HUMIDITY_SLOPE: f64 = 125.0/65536.0; Oct 16 14:55:34.456 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:55:34.456 INFO kablam! Oct 16 14:55:34.456 INFO kablam! warning: method is never used: `write` Oct 16 14:55:34.456 INFO kablam! --> src/lib.rs:57:5 Oct 16 14:55:34.456 INFO kablam! | Oct 16 14:55:34.456 INFO kablam! 57 | fn write(&mut self, values: &[Command], value: u8) -> io::Result<()> { Oct 16 14:55:34.456 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:55:34.456 INFO kablam! Oct 16 14:55:36.015 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 16 14:55:36.015 INFO kablam! --> src/main.rs:11:5 Oct 16 14:55:36.015 INFO kablam! | Oct 16 14:55:36.015 INFO kablam! 11 | use std::io::prelude::*; Oct 16 14:55:36.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 14:55:36.015 INFO kablam! | Oct 16 14:55:36.015 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 14:55:36.015 INFO kablam! Oct 16 14:55:36.042 INFO kablam! warning: variable does not need to be mutable Oct 16 14:55:36.042 INFO kablam! --> src/main.rs:15:10 Oct 16 14:55:36.042 INFO kablam! | Oct 16 14:55:36.042 INFO kablam! 15 | let (mut port_a, _) = Tessel::ports().unwrap(); Oct 16 14:55:36.042 INFO kablam! | ----^^^^^^ Oct 16 14:55:36.042 INFO kablam! | | Oct 16 14:55:36.042 INFO kablam! | help: remove this `mut` Oct 16 14:55:36.042 INFO kablam! | Oct 16 14:55:36.042 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 14:55:36.042 INFO kablam! Oct 16 14:55:36.531 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.68s Oct 16 14:55:36.534 INFO kablam! su: No module specific data is present Oct 16 14:55:37.599 INFO running `"docker" "rm" "-f" "ecdc8e022e8333414cffed1efab7b05421387540c14481c25ede9a3e1bd94056"` Oct 16 14:55:37.835 INFO blam! ecdc8e022e8333414cffed1efab7b05421387540c14481c25ede9a3e1bd94056 Oct 16 14:55:37.836 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/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 16 14:55:38.239 INFO blam! 17d492fa0088216a3108eb9715ea7eeb9f2d5849c5267613e7c3848050971354 Oct 16 14:55:38.251 INFO running `"docker" "start" "-a" "17d492fa0088216a3108eb9715ea7eeb9f2d5849c5267613e7c3848050971354"` Oct 16 14:55:39.578 INFO kablam! usermod: no changes Oct 16 14:55:39.641 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 14:55:39.641 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 14:55:39.641 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 14:55:39.641 INFO kablam! files will be included as a binary target: Oct 16 14:55:39.641 INFO kablam! Oct 16 14:55:39.641 INFO kablam! * /source/src/main.rs Oct 16 14:55:39.641 INFO kablam! Oct 16 14:55:39.641 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 14:55:39.641 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 14:55:39.641 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 14:55:39.641 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 14:55:39.641 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 14:55:39.641 INFO kablam! Oct 16 14:55:39.641 INFO kablam! For more information on this warning you can consult Oct 16 14:55:39.641 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 14:55:39.641 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `tessel-climate`, Oct 16 14:55:39.641 INFO kablam! please set bin.path in Cargo.toml Oct 16 14:55:39.679 INFO kablam! Compiling climate-si7020 v0.1.0 (/source) Oct 16 14:55:41.637 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 16 14:55:41.637 INFO kablam! --> src/main.rs:11:5 Oct 16 14:55:41.638 INFO kablam! | Oct 16 14:55:41.639 INFO kablam! 11 | use std::io::prelude::*; Oct 16 14:55:41.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 14:55:41.640 INFO kablam! | Oct 16 14:55:41.640 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 14:55:41.640 INFO kablam! Oct 16 14:55:41.670 INFO kablam! warning: variable does not need to be mutable Oct 16 14:55:41.670 INFO kablam! --> src/main.rs:15:10 Oct 16 14:55:41.670 INFO kablam! | Oct 16 14:55:41.670 INFO kablam! 15 | let (mut port_a, _) = Tessel::ports().unwrap(); Oct 16 14:55:41.670 INFO kablam! | ----^^^^^^ Oct 16 14:55:41.670 INFO kablam! | | Oct 16 14:55:41.670 INFO kablam! | help: remove this `mut` Oct 16 14:55:41.670 INFO kablam! | Oct 16 14:55:41.672 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 14:55:41.672 INFO kablam! Oct 16 14:55:41.722 INFO kablam! warning: constant item is never used: `HUMIDITY_OFFSET` Oct 16 14:55:41.723 INFO kablam! --> src/lib.rs:26:1 Oct 16 14:55:41.723 INFO kablam! | Oct 16 14:55:41.723 INFO kablam! 26 | const HUMIDITY_OFFSET: f64 = 6.0; Oct 16 14:55:41.724 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:55:41.724 INFO kablam! | Oct 16 14:55:41.724 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 14:55:41.724 INFO kablam! Oct 16 14:55:41.725 INFO kablam! warning: constant item is never used: `HUMIDITY_SLOPE` Oct 16 14:55:41.725 INFO kablam! --> src/lib.rs:27:1 Oct 16 14:55:41.725 INFO kablam! | Oct 16 14:55:41.726 INFO kablam! 27 | const HUMIDITY_SLOPE: f64 = 125.0/65536.0; Oct 16 14:55:41.726 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:55:41.726 INFO kablam! Oct 16 14:55:41.727 INFO kablam! warning: method is never used: `write` Oct 16 14:55:41.727 INFO kablam! --> src/lib.rs:57:5 Oct 16 14:55:41.735 INFO kablam! | Oct 16 14:55:41.735 INFO kablam! 57 | fn write(&mut self, values: &[Command], value: u8) -> io::Result<()> { Oct 16 14:55:41.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:55:41.736 INFO kablam! Oct 16 14:55:42.728 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.10s Oct 16 14:55:42.731 INFO kablam! su: No module specific data is present Oct 16 14:55:43.842 INFO running `"docker" "rm" "-f" "17d492fa0088216a3108eb9715ea7eeb9f2d5849c5267613e7c3848050971354"` Oct 16 14:55:44.115 INFO blam! 17d492fa0088216a3108eb9715ea7eeb9f2d5849c5267613e7c3848050971354 Oct 16 14:55:44.125 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/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 16 14:55:44.519 INFO blam! 23f241ca46ab66fdc11bbd6d02f087d02352bb76ad7be6bf397aeacbdac086da Oct 16 14:55:44.526 INFO running `"docker" "start" "-a" "23f241ca46ab66fdc11bbd6d02f087d02352bb76ad7be6bf397aeacbdac086da"` Oct 16 14:55:45.834 INFO kablam! usermod: no changes Oct 16 14:55:45.885 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 14:55:45.885 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 14:55:45.885 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 14:55:45.885 INFO kablam! files will be included as a binary target: Oct 16 14:55:45.885 INFO kablam! Oct 16 14:55:45.885 INFO kablam! * /source/src/main.rs Oct 16 14:55:45.885 INFO kablam! Oct 16 14:55:45.885 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 14:55:45.885 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 14:55:45.885 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 14:55:45.885 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 14:55:45.885 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 14:55:45.885 INFO kablam! Oct 16 14:55:45.885 INFO kablam! For more information on this warning you can consult Oct 16 14:55:45.885 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 14:55:45.885 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `tessel-climate`, Oct 16 14:55:45.885 INFO kablam! please set bin.path in Cargo.toml Oct 16 14:55:45.899 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 16 14:55:45.911 INFO kablam! Running /target/debug/deps/climate_si7020-9ac43970c06576c1 Oct 16 14:55:45.911 INFO kablam! Running /target/debug/deps/tessel_climate-bf6346c4aa0a05c3 Oct 16 14:55:45.911 INFO blam! Oct 16 14:55:45.911 INFO blam! running 0 tests Oct 16 14:55:45.911 INFO blam! Oct 16 14:55:45.911 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:55:45.911 INFO blam! Oct 16 14:55:45.919 INFO blam! Oct 16 14:55:45.919 INFO blam! running 0 tests Oct 16 14:55:45.919 INFO blam! Oct 16 14:55:45.919 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:55:45.919 INFO blam! Oct 16 14:55:45.927 INFO kablam! Doc-tests climate-si7020 Oct 16 14:55:47.968 INFO blam! Oct 16 14:55:47.968 INFO blam! running 0 tests Oct 16 14:55:47.968 INFO blam! Oct 16 14:55:47.969 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:55:47.969 INFO blam! Oct 16 14:55:47.975 INFO kablam! su: No module specific data is present Oct 16 14:55:49.150 INFO running `"docker" "rm" "-f" "23f241ca46ab66fdc11bbd6d02f087d02352bb76ad7be6bf397aeacbdac086da"` Oct 16 14:55:49.573 INFO blam! 23f241ca46ab66fdc11bbd6d02f087d02352bb76ad7be6bf397aeacbdac086da