Oct 15 22:20:37.068 INFO testing relay-mono-0.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 22:20:37.068 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 22:20:37.267 INFO blam! d1f68f46836c128b4791fa3ca3f24bd8d0e5df6b6482857a657982d95575f878 Oct 15 22:20:37.269 INFO running `"docker" "start" "-a" "d1f68f46836c128b4791fa3ca3f24bd8d0e5df6b6482857a657982d95575f878"` Oct 15 22:20:37.695 INFO kablam! usermod: no changes Oct 15 22:20:37.723 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 22:20:37.723 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 22:20:37.723 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 22:20:37.723 INFO kablam! files will be included as a binary target: Oct 15 22:20:37.723 INFO kablam! Oct 15 22:20:37.723 INFO kablam! * /source/src/main.rs Oct 15 22:20:37.723 INFO kablam! Oct 15 22:20:37.723 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 22:20:37.723 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 22:20:37.723 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 22:20:37.723 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 22:20:37.723 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 22:20:37.723 INFO kablam! Oct 15 22:20:37.723 INFO kablam! For more information on this warning you can consult Oct 15 22:20:37.723 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 22:20:37.723 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `tessel-relay`, Oct 15 22:20:37.723 INFO kablam! please set bin.path in Cargo.toml Oct 15 22:20:37.734 INFO kablam! Compiling atomic-option v0.1.2 Oct 15 22:20:38.187 INFO kablam! Compiling tessel v0.3.1 Oct 15 22:20:39.171 INFO kablam! Compiling relay-mono v0.1.0 (/source) Oct 15 22:20:39.851 INFO kablam! warning: unused import: `std::thread` Oct 15 22:20:39.851 INFO kablam! --> src/lib.rs:6:5 Oct 15 22:20:39.851 INFO kablam! | Oct 15 22:20:39.851 INFO kablam! 6 | use std::thread; Oct 15 22:20:39.851 INFO kablam! | ^^^^^^^^^^^ Oct 15 22:20:39.851 INFO kablam! | Oct 15 22:20:39.851 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 22:20:39.851 INFO kablam! Oct 15 22:20:39.851 INFO kablam! warning: unused import: `std::time::Duration` Oct 15 22:20:39.851 INFO kablam! --> src/lib.rs:7:5 Oct 15 22:20:39.851 INFO kablam! | Oct 15 22:20:39.851 INFO kablam! 7 | use std::time::Duration; Oct 15 22:20:39.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 22:20:39.851 INFO kablam! Oct 15 22:20:39.851 INFO kablam! warning: unused import: `std::ops::Range` Oct 15 22:20:39.851 INFO kablam! --> src/lib.rs:8:5 Oct 15 22:20:39.851 INFO kablam! | Oct 15 22:20:39.852 INFO kablam! 8 | use std::ops::Range; Oct 15 22:20:39.852 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 22:20:39.852 INFO kablam! Oct 15 22:20:39.882 INFO kablam! warning: unused variable: `i2c` Oct 15 22:20:39.882 INFO kablam! --> src/lib.rs:19:14 Oct 15 22:20:39.882 INFO kablam! | Oct 15 22:20:39.882 INFO kablam! 19 | let (i2c, gpio) = port.i2c(); Oct 15 22:20:39.882 INFO kablam! | ^^^ help: consider using `_i2c` instead Oct 15 22:20:39.882 INFO kablam! | Oct 15 22:20:39.882 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 22:20:39.882 INFO kablam! Oct 15 22:20:39.893 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 22:20:39.894 INFO kablam! --> src/lib.rs:32:9 Oct 15 22:20:39.894 INFO kablam! | Oct 15 22:20:39.894 INFO kablam! 32 | self.pin1.output(false); Oct 15 22:20:39.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:20:39.894 INFO kablam! | Oct 15 22:20:39.894 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 22:20:39.894 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 22:20:39.894 INFO kablam! Oct 15 22:20:39.894 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 22:20:39.894 INFO kablam! --> src/lib.rs:33:9 Oct 15 22:20:39.894 INFO kablam! | Oct 15 22:20:39.894 INFO kablam! 33 | self.pin2.output(false); Oct 15 22:20:39.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:20:39.896 INFO kablam! | Oct 15 22:20:39.896 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 22:20:39.896 INFO kablam! Oct 15 22:20:39.896 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 22:20:39.896 INFO kablam! --> src/lib.rs:40:13 Oct 15 22:20:39.896 INFO kablam! | Oct 15 22:20:39.896 INFO kablam! 40 | self.pin1.output(value); Oct 15 22:20:39.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:20:39.896 INFO kablam! | Oct 15 22:20:39.896 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 22:20:39.896 INFO kablam! Oct 15 22:20:39.896 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 22:20:39.897 INFO kablam! --> src/lib.rs:43:13 Oct 15 22:20:39.897 INFO kablam! | Oct 15 22:20:39.897 INFO kablam! 43 | self.pin2.output(value); Oct 15 22:20:39.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:20:39.897 INFO kablam! | Oct 15 22:20:39.897 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 22:20:39.898 INFO kablam! Oct 15 22:20:40.950 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.23s Oct 15 22:20:40.953 INFO kablam! su: No module specific data is present Oct 15 22:20:41.236 INFO running `"docker" "rm" "-f" "d1f68f46836c128b4791fa3ca3f24bd8d0e5df6b6482857a657982d95575f878"` Oct 15 22:20:41.311 INFO blam! d1f68f46836c128b4791fa3ca3f24bd8d0e5df6b6482857a657982d95575f878 Oct 15 22:20:41.313 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 22:20:41.486 INFO blam! 7983a8038e1e68b11310863f5e560016fe94f598bd8e0c254ae6016e8e6070f3 Oct 15 22:20:41.488 INFO running `"docker" "start" "-a" "7983a8038e1e68b11310863f5e560016fe94f598bd8e0c254ae6016e8e6070f3"` Oct 15 22:20:41.859 INFO kablam! usermod: no changes Oct 15 22:20:41.878 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 22:20:41.878 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 22:20:41.878 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 22:20:41.878 INFO kablam! files will be included as a binary target: Oct 15 22:20:41.878 INFO kablam! Oct 15 22:20:41.878 INFO kablam! * /source/src/main.rs Oct 15 22:20:41.878 INFO kablam! Oct 15 22:20:41.878 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 22:20:41.878 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 22:20:41.878 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 22:20:41.878 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 22:20:41.878 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 22:20:41.878 INFO kablam! Oct 15 22:20:41.878 INFO kablam! For more information on this warning you can consult Oct 15 22:20:41.878 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 22:20:41.878 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `tessel-relay`, Oct 15 22:20:41.878 INFO kablam! please set bin.path in Cargo.toml Oct 15 22:20:41.885 INFO kablam! Compiling relay-mono v0.1.0 (/source) Oct 15 22:20:42.683 INFO kablam! warning: unused import: `std::thread` Oct 15 22:20:42.683 INFO kablam! --> src/lib.rs:6:5 Oct 15 22:20:42.683 INFO kablam! | Oct 15 22:20:42.683 INFO kablam! 6 | use std::thread; Oct 15 22:20:42.683 INFO kablam! | ^^^^^^^^^^^ Oct 15 22:20:42.683 INFO kablam! | Oct 15 22:20:42.683 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 22:20:42.683 INFO kablam! Oct 15 22:20:42.683 INFO kablam! warning: unused import: `std::time::Duration` Oct 15 22:20:42.683 INFO kablam! --> src/lib.rs:7:5 Oct 15 22:20:42.683 INFO kablam! | Oct 15 22:20:42.683 INFO kablam! 7 | use std::time::Duration; Oct 15 22:20:42.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 22:20:42.683 INFO kablam! Oct 15 22:20:42.683 INFO kablam! warning: unused import: `std::ops::Range` Oct 15 22:20:42.683 INFO kablam! --> src/lib.rs:8:5 Oct 15 22:20:42.683 INFO kablam! | Oct 15 22:20:42.683 INFO kablam! 8 | use std::ops::Range; Oct 15 22:20:42.683 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 22:20:42.683 INFO kablam! Oct 15 22:20:42.719 INFO kablam! warning: unused variable: `i2c` Oct 15 22:20:42.719 INFO kablam! --> src/lib.rs:19:14 Oct 15 22:20:42.719 INFO kablam! | Oct 15 22:20:42.719 INFO kablam! 19 | let (i2c, gpio) = port.i2c(); Oct 15 22:20:42.719 INFO kablam! | ^^^ help: consider using `_i2c` instead Oct 15 22:20:42.719 INFO kablam! | Oct 15 22:20:42.719 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 22:20:42.719 INFO kablam! Oct 15 22:20:42.732 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 22:20:42.732 INFO kablam! --> src/lib.rs:32:9 Oct 15 22:20:42.732 INFO kablam! | Oct 15 22:20:42.732 INFO kablam! 32 | self.pin1.output(false); Oct 15 22:20:42.732 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:20:42.732 INFO kablam! | Oct 15 22:20:42.732 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 22:20:42.733 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 22:20:42.734 INFO kablam! Oct 15 22:20:42.734 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 22:20:42.735 INFO kablam! --> src/lib.rs:33:9 Oct 15 22:20:42.735 INFO kablam! | Oct 15 22:20:42.735 INFO kablam! 33 | self.pin2.output(false); Oct 15 22:20:42.736 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:20:42.736 INFO kablam! | Oct 15 22:20:42.736 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 22:20:42.736 INFO kablam! Oct 15 22:20:42.737 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 22:20:42.737 INFO kablam! --> src/lib.rs:40:13 Oct 15 22:20:42.737 INFO kablam! | Oct 15 22:20:42.737 INFO kablam! 40 | self.pin1.output(value); Oct 15 22:20:42.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:20:42.738 INFO kablam! | Oct 15 22:20:42.738 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 22:20:42.738 INFO kablam! Oct 15 22:20:42.739 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 22:20:42.739 INFO kablam! --> src/lib.rs:43:13 Oct 15 22:20:42.739 INFO kablam! | Oct 15 22:20:42.739 INFO kablam! 43 | self.pin2.output(value); Oct 15 22:20:42.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:20:42.740 INFO kablam! | Oct 15 22:20:42.740 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 22:20:42.740 INFO kablam! Oct 15 22:20:43.353 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.48s Oct 15 22:20:43.356 INFO kablam! su: No module specific data is present Oct 15 22:20:43.624 INFO running `"docker" "rm" "-f" "7983a8038e1e68b11310863f5e560016fe94f598bd8e0c254ae6016e8e6070f3"` Oct 15 22:20:43.708 INFO blam! 7983a8038e1e68b11310863f5e560016fe94f598bd8e0c254ae6016e8e6070f3 Oct 15 22:20:43.710 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 22:20:43.902 INFO blam! 832c3357c4f6bc421b33837cab71908d40bfedf26443c191bcb10b1cc65db3c2 Oct 15 22:20:43.904 INFO running `"docker" "start" "-a" "832c3357c4f6bc421b33837cab71908d40bfedf26443c191bcb10b1cc65db3c2"` Oct 15 22:20:44.291 INFO kablam! usermod: no changes Oct 15 22:20:44.314 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 22:20:44.314 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 22:20:44.314 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 22:20:44.314 INFO kablam! files will be included as a binary target: Oct 15 22:20:44.314 INFO kablam! Oct 15 22:20:44.314 INFO kablam! * /source/src/main.rs Oct 15 22:20:44.314 INFO kablam! Oct 15 22:20:44.314 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 22:20:44.314 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 22:20:44.314 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 22:20:44.314 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 22:20:44.314 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 22:20:44.315 INFO kablam! Oct 15 22:20:44.315 INFO kablam! For more information on this warning you can consult Oct 15 22:20:44.315 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 22:20:44.315 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `tessel-relay`, Oct 15 22:20:44.315 INFO kablam! please set bin.path in Cargo.toml Oct 15 22:20:44.322 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 22:20:44.333 INFO kablam! Running /target/debug/deps/relay_mono-a0a8e0f8979aab7a Oct 15 22:20:44.335 INFO blam! Oct 15 22:20:44.335 INFO blam! running 0 tests Oct 15 22:20:44.335 INFO blam! Oct 15 22:20:44.335 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 22:20:44.335 INFO blam! Oct 15 22:20:44.336 INFO kablam! Running /target/debug/deps/tessel_relay-8e52124820bdcdd8 Oct 15 22:20:44.337 INFO blam! Oct 15 22:20:44.337 INFO blam! running 0 tests Oct 15 22:20:44.337 INFO blam! Oct 15 22:20:44.337 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 22:20:44.337 INFO blam! Oct 15 22:20:44.338 INFO kablam! Doc-tests relay-mono Oct 15 22:20:45.516 INFO blam! Oct 15 22:20:45.516 INFO blam! running 0 tests Oct 15 22:20:45.516 INFO blam! Oct 15 22:20:45.516 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 22:20:45.516 INFO blam! Oct 15 22:20:45.521 INFO kablam! su: No module specific data is present Oct 15 22:20:45.743 INFO running `"docker" "rm" "-f" "832c3357c4f6bc421b33837cab71908d40bfedf26443c191bcb10b1cc65db3c2"` Oct 15 22:20:45.826 INFO blam! 832c3357c4f6bc421b33837cab71908d40bfedf26443c191bcb10b1cc65db3c2