Oct 11 13:48:44.948 INFO testing relay-mono-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 13:48:44.949 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 13:48:44.949 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 13:48:45.133 INFO blam! 5a33cb8f687ac022c817af95bbe70aec3fd29b5249e75cd6f97016f85b0d5eef Oct 11 13:48:45.134 INFO running `"docker" "start" "-a" "5a33cb8f687ac022c817af95bbe70aec3fd29b5249e75cd6f97016f85b0d5eef"` Oct 11 13:48:45.545 INFO kablam! usermod: no changes Oct 11 13:48:45.566 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 11 13:48:45.566 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 11 13:48:45.566 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 13:48:45.566 INFO kablam! files will be included as a binary target: Oct 11 13:48:45.566 INFO kablam! Oct 11 13:48:45.566 INFO kablam! * /source/src/main.rs Oct 11 13:48:45.566 INFO kablam! Oct 11 13:48:45.566 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 13:48:45.566 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 11 13:48:45.566 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 11 13:48:45.566 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 13:48:45.566 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 13:48:45.566 INFO kablam! Oct 11 13:48:45.566 INFO kablam! For more information on this warning you can consult Oct 11 13:48:45.566 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 13:48:45.566 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `tessel-relay`, Oct 11 13:48:45.566 INFO kablam! please set bin.path in Cargo.toml Oct 11 13:48:45.577 INFO kablam! Compiling tessel v0.3.1 Oct 11 13:48:46.665 INFO kablam! Compiling relay-mono v0.1.0 (/source) Oct 11 13:48:47.182 INFO kablam! warning: unused import: `std::thread` Oct 11 13:48:47.182 INFO kablam! --> src/lib.rs:6:5 Oct 11 13:48:47.182 INFO kablam! | Oct 11 13:48:47.182 INFO kablam! 6 | use std::thread; Oct 11 13:48:47.182 INFO kablam! | ^^^^^^^^^^^ Oct 11 13:48:47.182 INFO kablam! | Oct 11 13:48:47.182 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 13:48:47.182 INFO kablam! Oct 11 13:48:47.182 INFO kablam! warning: unused import: `std::time::Duration` Oct 11 13:48:47.182 INFO kablam! --> src/lib.rs:7:5 Oct 11 13:48:47.182 INFO kablam! | Oct 11 13:48:47.182 INFO kablam! 7 | use std::time::Duration; Oct 11 13:48:47.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 13:48:47.182 INFO kablam! Oct 11 13:48:47.182 INFO kablam! warning: unused import: `std::ops::Range` Oct 11 13:48:47.182 INFO kablam! --> src/lib.rs:8:5 Oct 11 13:48:47.182 INFO kablam! | Oct 11 13:48:47.182 INFO kablam! 8 | use std::ops::Range; Oct 11 13:48:47.182 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 13:48:47.183 INFO kablam! Oct 11 13:48:47.204 INFO kablam! warning: unused variable: `i2c` Oct 11 13:48:47.204 INFO kablam! --> src/lib.rs:19:14 Oct 11 13:48:47.204 INFO kablam! | Oct 11 13:48:47.204 INFO kablam! 19 | let (i2c, gpio) = port.i2c(); Oct 11 13:48:47.204 INFO kablam! | ^^^ help: consider using `_i2c` instead Oct 11 13:48:47.204 INFO kablam! | Oct 11 13:48:47.204 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 13:48:47.204 INFO kablam! Oct 11 13:48:47.213 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 13:48:47.213 INFO kablam! --> src/lib.rs:32:9 Oct 11 13:48:47.213 INFO kablam! | Oct 11 13:48:47.213 INFO kablam! 32 | self.pin1.output(false); Oct 11 13:48:47.213 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 13:48:47.213 INFO kablam! | Oct 11 13:48:47.213 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 13:48:47.213 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 13:48:47.213 INFO kablam! Oct 11 13:48:47.213 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 13:48:47.213 INFO kablam! --> src/lib.rs:33:9 Oct 11 13:48:47.213 INFO kablam! | Oct 11 13:48:47.213 INFO kablam! 33 | self.pin2.output(false); Oct 11 13:48:47.213 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 13:48:47.213 INFO kablam! | Oct 11 13:48:47.213 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 13:48:47.213 INFO kablam! Oct 11 13:48:47.215 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 13:48:47.215 INFO kablam! --> src/lib.rs:40:13 Oct 11 13:48:47.215 INFO kablam! | Oct 11 13:48:47.215 INFO kablam! 40 | self.pin1.output(value); Oct 11 13:48:47.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 13:48:47.215 INFO kablam! | Oct 11 13:48:47.215 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 13:48:47.215 INFO kablam! Oct 11 13:48:47.215 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 13:48:47.215 INFO kablam! --> src/lib.rs:43:13 Oct 11 13:48:47.215 INFO kablam! | Oct 11 13:48:47.215 INFO kablam! 43 | self.pin2.output(value); Oct 11 13:48:47.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 13:48:47.215 INFO kablam! | Oct 11 13:48:47.215 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 13:48:47.215 INFO kablam! Oct 11 13:48:48.115 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.55s Oct 11 13:48:48.117 INFO kablam! su: No module specific data is present Oct 11 13:48:48.368 INFO running `"docker" "rm" "-f" "5a33cb8f687ac022c817af95bbe70aec3fd29b5249e75cd6f97016f85b0d5eef"` Oct 11 13:48:48.447 INFO blam! 5a33cb8f687ac022c817af95bbe70aec3fd29b5249e75cd6f97016f85b0d5eef Oct 11 13:48:48.448 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 13:48:48.448 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 13:48:48.636 INFO blam! bba87b4477f762295d151b4b4a6765153fa5c2e2374734354aa40fb7edffcab8 Oct 11 13:48:48.637 INFO running `"docker" "start" "-a" "bba87b4477f762295d151b4b4a6765153fa5c2e2374734354aa40fb7edffcab8"` Oct 11 13:48:48.966 INFO kablam! usermod: no changes Oct 11 13:48:48.997 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 11 13:48:48.997 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 11 13:48:48.997 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 13:48:48.997 INFO kablam! files will be included as a binary target: Oct 11 13:48:48.997 INFO kablam! Oct 11 13:48:48.997 INFO kablam! * /source/src/main.rs Oct 11 13:48:48.997 INFO kablam! Oct 11 13:48:48.997 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 13:48:48.997 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 11 13:48:48.997 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 11 13:48:48.997 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 13:48:48.997 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 13:48:48.997 INFO kablam! Oct 11 13:48:48.997 INFO kablam! For more information on this warning you can consult Oct 11 13:48:48.997 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 13:48:48.997 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `tessel-relay`, Oct 11 13:48:48.997 INFO kablam! please set bin.path in Cargo.toml Oct 11 13:48:49.011 INFO kablam! Compiling relay-mono v0.1.0 (/source) Oct 11 13:48:49.761 INFO kablam! warning: unused import: `std::thread` Oct 11 13:48:49.761 INFO kablam! --> src/lib.rs:6:5 Oct 11 13:48:49.761 INFO kablam! | Oct 11 13:48:49.761 INFO kablam! 6 | use std::thread; Oct 11 13:48:49.761 INFO kablam! | ^^^^^^^^^^^ Oct 11 13:48:49.761 INFO kablam! | Oct 11 13:48:49.761 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 13:48:49.761 INFO kablam! Oct 11 13:48:49.761 INFO kablam! warning: unused import: `std::time::Duration` Oct 11 13:48:49.761 INFO kablam! --> src/lib.rs:7:5 Oct 11 13:48:49.761 INFO kablam! | Oct 11 13:48:49.761 INFO kablam! 7 | use std::time::Duration; Oct 11 13:48:49.761 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 13:48:49.761 INFO kablam! Oct 11 13:48:49.761 INFO kablam! warning: unused import: `std::ops::Range` Oct 11 13:48:49.761 INFO kablam! --> src/lib.rs:8:5 Oct 11 13:48:49.761 INFO kablam! | Oct 11 13:48:49.761 INFO kablam! 8 | use std::ops::Range; Oct 11 13:48:49.761 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 13:48:49.761 INFO kablam! Oct 11 13:48:49.797 INFO kablam! warning: unused variable: `i2c` Oct 11 13:48:49.797 INFO kablam! --> src/lib.rs:19:14 Oct 11 13:48:49.797 INFO kablam! | Oct 11 13:48:49.797 INFO kablam! 19 | let (i2c, gpio) = port.i2c(); Oct 11 13:48:49.797 INFO kablam! | ^^^ help: consider using `_i2c` instead Oct 11 13:48:49.797 INFO kablam! | Oct 11 13:48:49.797 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 13:48:49.797 INFO kablam! Oct 11 13:48:49.810 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 13:48:49.810 INFO kablam! --> src/lib.rs:32:9 Oct 11 13:48:49.810 INFO kablam! | Oct 11 13:48:49.810 INFO kablam! 32 | self.pin1.output(false); Oct 11 13:48:49.810 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 13:48:49.810 INFO kablam! | Oct 11 13:48:49.810 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 13:48:49.810 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 13:48:49.810 INFO kablam! Oct 11 13:48:49.810 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 13:48:49.810 INFO kablam! --> src/lib.rs:33:9 Oct 11 13:48:49.810 INFO kablam! | Oct 11 13:48:49.810 INFO kablam! 33 | self.pin2.output(false); Oct 11 13:48:49.810 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 13:48:49.810 INFO kablam! | Oct 11 13:48:49.810 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 13:48:49.810 INFO kablam! Oct 11 13:48:49.810 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 13:48:49.810 INFO kablam! --> src/lib.rs:40:13 Oct 11 13:48:49.810 INFO kablam! | Oct 11 13:48:49.810 INFO kablam! 40 | self.pin1.output(value); Oct 11 13:48:49.810 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 13:48:49.810 INFO kablam! | Oct 11 13:48:49.810 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 13:48:49.810 INFO kablam! Oct 11 13:48:49.810 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 13:48:49.810 INFO kablam! --> src/lib.rs:43:13 Oct 11 13:48:49.810 INFO kablam! | Oct 11 13:48:49.810 INFO kablam! 43 | self.pin2.output(value); Oct 11 13:48:49.810 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 13:48:49.810 INFO kablam! | Oct 11 13:48:49.810 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 13:48:49.810 INFO kablam! Oct 11 13:48:50.131 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.14s Oct 11 13:48:50.134 INFO kablam! su: No module specific data is present Oct 11 13:48:50.463 INFO running `"docker" "rm" "-f" "bba87b4477f762295d151b4b4a6765153fa5c2e2374734354aa40fb7edffcab8"` Oct 11 13:48:50.561 INFO blam! bba87b4477f762295d151b4b4a6765153fa5c2e2374734354aa40fb7edffcab8 Oct 11 13:48:50.562 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 13:48:50.562 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 13:48:50.714 INFO blam! 7fd61ea0346e22835e13c463affbbb0d29e47878b96a5ba71bcece0f9d96485c Oct 11 13:48:50.717 INFO running `"docker" "start" "-a" "7fd61ea0346e22835e13c463affbbb0d29e47878b96a5ba71bcece0f9d96485c"` Oct 11 13:48:51.605 INFO kablam! usermod: no changes Oct 11 13:48:51.659 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 11 13:48:51.659 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 11 13:48:51.659 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 13:48:51.659 INFO kablam! files will be included as a binary target: Oct 11 13:48:51.660 INFO kablam! Oct 11 13:48:51.660 INFO kablam! * /source/src/main.rs Oct 11 13:48:51.660 INFO kablam! Oct 11 13:48:51.660 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 13:48:51.660 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 11 13:48:51.660 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 11 13:48:51.660 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 13:48:51.660 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 13:48:51.660 INFO kablam! Oct 11 13:48:51.660 INFO kablam! For more information on this warning you can consult Oct 11 13:48:51.660 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 13:48:51.660 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `tessel-relay`, Oct 11 13:48:51.660 INFO kablam! please set bin.path in Cargo.toml Oct 11 13:48:51.676 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 11 13:48:51.686 INFO blam! Oct 11 13:48:51.686 INFO blam! running 0 tests Oct 11 13:48:51.686 INFO blam! Oct 11 13:48:51.686 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 13:48:51.686 INFO blam! Oct 11 13:48:51.686 INFO kablam! Running /target/debug/deps/relay_mono-ec3990b45f22ed3f Oct 11 13:48:51.692 INFO blam! Oct 11 13:48:51.692 INFO blam! running 0 tests Oct 11 13:48:51.692 INFO blam! Oct 11 13:48:51.692 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 13:48:51.692 INFO blam! Oct 11 13:48:51.692 INFO kablam! Running /target/debug/deps/tessel_relay-ef614c93ee90e5e6 Oct 11 13:48:51.692 INFO kablam! Doc-tests relay-mono Oct 11 13:48:53.048 INFO blam! Oct 11 13:48:53.048 INFO blam! running 0 tests Oct 11 13:48:53.048 INFO blam! Oct 11 13:48:53.048 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 13:48:53.048 INFO blam! Oct 11 13:48:53.052 INFO kablam! su: No module specific data is present Oct 11 13:48:53.583 INFO running `"docker" "rm" "-f" "7fd61ea0346e22835e13c463affbbb0d29e47878b96a5ba71bcece0f9d96485c"` Oct 11 13:48:53.816 INFO blam! 7fd61ea0346e22835e13c463affbbb0d29e47878b96a5ba71bcece0f9d96485c