Oct 27 17:20:26.514 INFO checking relay-mono-0.1.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 17:20:26.515 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 27 17:20:26.883 INFO blam! bc84fdd86e6ca4fa7e88233d6e12a403c7a0500975ee7e54621356e969381c15 Oct 27 17:20:26.885 INFO running `"docker" "start" "-a" "bc84fdd86e6ca4fa7e88233d6e12a403c7a0500975ee7e54621356e969381c15"` Oct 27 17:20:28.482 INFO kablam! usermod: no changes Oct 27 17:20:28.511 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 27 17:20:28.511 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 27 17:20:28.511 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 27 17:20:28.511 INFO kablam! files will be included as a binary target: Oct 27 17:20:28.511 INFO kablam! Oct 27 17:20:28.511 INFO kablam! * /source/src/main.rs Oct 27 17:20:28.511 INFO kablam! Oct 27 17:20:28.511 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 27 17:20:28.511 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 27 17:20:28.511 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 27 17:20:28.511 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 27 17:20:28.511 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 27 17:20:28.511 INFO kablam! Oct 27 17:20:28.511 INFO kablam! For more information on this warning you can consult Oct 27 17:20:28.511 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 27 17:20:28.511 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `tessel-relay`, Oct 27 17:20:28.511 INFO kablam! please set bin.path in Cargo.toml Oct 27 17:20:28.531 INFO kablam! Checking tessel v0.3.1 Oct 27 17:20:29.536 INFO kablam! Checking relay-mono v0.1.0 (/source) Oct 27 17:20:30.931 INFO kablam! warning: unused import: `std::thread` Oct 27 17:20:30.931 INFO kablam! --> src/lib.rs:6:5 Oct 27 17:20:30.932 INFO kablam! | Oct 27 17:20:30.932 INFO kablam! 6 | use std::thread; Oct 27 17:20:30.933 INFO kablam! | ^^^^^^^^^^^ Oct 27 17:20:30.933 INFO kablam! | Oct 27 17:20:30.934 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 17:20:30.934 INFO kablam! Oct 27 17:20:30.935 INFO kablam! warning: unused import: `std::time::Duration` Oct 27 17:20:30.935 INFO kablam! --> src/lib.rs:7:5 Oct 27 17:20:30.936 INFO kablam! | Oct 27 17:20:30.936 INFO kablam! 7 | use std::time::Duration; Oct 27 17:20:30.936 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 17:20:30.937 INFO kablam! Oct 27 17:20:30.937 INFO kablam! warning: unused import: `std::ops::Range` Oct 27 17:20:30.938 INFO kablam! --> src/lib.rs:8:5 Oct 27 17:20:30.938 INFO kablam! | Oct 27 17:20:30.939 INFO kablam! 8 | use std::ops::Range; Oct 27 17:20:30.939 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 17:20:30.940 INFO kablam! Oct 27 17:20:31.015 INFO kablam! warning: unused variable: `i2c` Oct 27 17:20:31.016 INFO kablam! --> src/lib.rs:19:14 Oct 27 17:20:31.016 INFO kablam! | Oct 27 17:20:31.017 INFO kablam! 19 | let (i2c, gpio) = port.i2c(); Oct 27 17:20:31.017 INFO kablam! | ^^^ help: consider using `_i2c` instead Oct 27 17:20:31.017 INFO kablam! | Oct 27 17:20:31.017 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 17:20:31.017 INFO kablam! Oct 27 17:20:31.035 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:20:31.035 INFO kablam! --> src/lib.rs:32:9 Oct 27 17:20:31.035 INFO kablam! | Oct 27 17:20:31.035 INFO kablam! 32 | self.pin1.output(false); Oct 27 17:20:31.036 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:20:31.036 INFO kablam! | Oct 27 17:20:31.036 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 17:20:31.036 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:20:31.036 INFO kablam! Oct 27 17:20:31.036 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:20:31.037 INFO kablam! --> src/lib.rs:33:9 Oct 27 17:20:31.037 INFO kablam! | Oct 27 17:20:31.037 INFO kablam! 33 | self.pin2.output(false); Oct 27 17:20:31.037 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:20:31.037 INFO kablam! | Oct 27 17:20:31.037 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:20:31.037 INFO kablam! Oct 27 17:20:31.038 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:20:31.038 INFO kablam! --> src/lib.rs:40:13 Oct 27 17:20:31.038 INFO kablam! | Oct 27 17:20:31.038 INFO kablam! 40 | self.pin1.output(value); Oct 27 17:20:31.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:20:31.039 INFO kablam! | Oct 27 17:20:31.039 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:20:31.039 INFO kablam! Oct 27 17:20:31.039 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:20:31.039 INFO kablam! --> src/lib.rs:43:13 Oct 27 17:20:31.039 INFO kablam! | Oct 27 17:20:31.039 INFO kablam! 43 | self.pin2.output(value); Oct 27 17:20:31.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:20:31.040 INFO kablam! | Oct 27 17:20:31.040 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:20:31.040 INFO kablam! Oct 27 17:20:31.156 INFO kablam! warning: unused import: `std::thread` Oct 27 17:20:31.156 INFO kablam! --> src/lib.rs:6:5 Oct 27 17:20:31.156 INFO kablam! | Oct 27 17:20:31.156 INFO kablam! 6 | use std::thread; Oct 27 17:20:31.156 INFO kablam! | ^^^^^^^^^^^ Oct 27 17:20:31.157 INFO kablam! | Oct 27 17:20:31.157 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 17:20:31.157 INFO kablam! Oct 27 17:20:31.157 INFO kablam! warning: unused import: `std::time::Duration` Oct 27 17:20:31.157 INFO kablam! --> src/lib.rs:7:5 Oct 27 17:20:31.157 INFO kablam! | Oct 27 17:20:31.158 INFO kablam! 7 | use std::time::Duration; Oct 27 17:20:31.158 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 17:20:31.158 INFO kablam! Oct 27 17:20:31.158 INFO kablam! warning: unused import: `std::ops::Range` Oct 27 17:20:31.158 INFO kablam! --> src/lib.rs:8:5 Oct 27 17:20:31.158 INFO kablam! | Oct 27 17:20:31.159 INFO kablam! 8 | use std::ops::Range; Oct 27 17:20:31.159 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 17:20:31.159 INFO kablam! Oct 27 17:20:31.193 INFO kablam! warning: unused variable: `i2c` Oct 27 17:20:31.193 INFO kablam! --> src/lib.rs:19:14 Oct 27 17:20:31.193 INFO kablam! | Oct 27 17:20:31.194 INFO kablam! 19 | let (i2c, gpio) = port.i2c(); Oct 27 17:20:31.194 INFO kablam! | ^^^ help: consider using `_i2c` instead Oct 27 17:20:31.194 INFO kablam! | Oct 27 17:20:31.194 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 17:20:31.194 INFO kablam! Oct 27 17:20:31.213 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:20:31.213 INFO kablam! --> src/lib.rs:32:9 Oct 27 17:20:31.213 INFO kablam! | Oct 27 17:20:31.214 INFO kablam! 32 | self.pin1.output(false); Oct 27 17:20:31.214 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:20:31.214 INFO kablam! | Oct 27 17:20:31.214 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 17:20:31.214 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:20:31.214 INFO kablam! Oct 27 17:20:31.214 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:20:31.215 INFO kablam! --> src/lib.rs:33:9 Oct 27 17:20:31.215 INFO kablam! | Oct 27 17:20:31.215 INFO kablam! 33 | self.pin2.output(false); Oct 27 17:20:31.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:20:31.215 INFO kablam! | Oct 27 17:20:31.215 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:20:31.215 INFO kablam! Oct 27 17:20:31.215 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:20:31.216 INFO kablam! --> src/lib.rs:40:13 Oct 27 17:20:31.216 INFO kablam! | Oct 27 17:20:31.216 INFO kablam! 40 | self.pin1.output(value); Oct 27 17:20:31.216 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:20:31.216 INFO kablam! | Oct 27 17:20:31.216 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:20:31.217 INFO kablam! Oct 27 17:20:31.217 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:20:31.217 INFO kablam! --> src/lib.rs:43:13 Oct 27 17:20:31.217 INFO kablam! | Oct 27 17:20:31.217 INFO kablam! 43 | self.pin2.output(value); Oct 27 17:20:31.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:20:31.218 INFO kablam! | Oct 27 17:20:31.218 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:20:31.218 INFO kablam! Oct 27 17:20:33.199 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.69s Oct 27 17:20:33.199 INFO kablam! su: No module specific data is present Oct 27 17:20:33.790 INFO running `"docker" "rm" "-f" "bc84fdd86e6ca4fa7e88233d6e12a403c7a0500975ee7e54621356e969381c15"` Oct 27 17:20:33.963 INFO blam! bc84fdd86e6ca4fa7e88233d6e12a403c7a0500975ee7e54621356e969381c15