Oct 15 22:20:42.359 INFO testing relay-mono-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 22:20:42.361 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 22:20:42.838 INFO blam! 248575e0fe0dc94b752c7e0f0a20df43fba97130d132639deda7a5ca2b941e43 Oct 15 22:20:42.840 INFO running `"docker" "start" "-a" "248575e0fe0dc94b752c7e0f0a20df43fba97130d132639deda7a5ca2b941e43"` Oct 15 22:20:43.583 INFO kablam! usermod: no changes Oct 15 22:20:43.601 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 22:20:43.601 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 22:20:43.601 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 22:20:43.602 INFO kablam! files will be included as a binary target: Oct 15 22:20:43.602 INFO kablam! Oct 15 22:20:43.602 INFO kablam! * /source/src/main.rs Oct 15 22:20:43.602 INFO kablam! Oct 15 22:20:43.602 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 22:20:43.602 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 22:20:43.602 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 22:20:43.602 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 22:20:43.602 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 22:20:43.602 INFO kablam! Oct 15 22:20:43.602 INFO kablam! For more information on this warning you can consult Oct 15 22:20:43.602 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 22:20:43.602 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `tessel-relay`, Oct 15 22:20:43.602 INFO kablam! please set bin.path in Cargo.toml Oct 15 22:20:43.616 INFO kablam! Compiling atomic-option v0.1.2 Oct 15 22:20:43.966 INFO kablam! Compiling tessel v0.3.1 Oct 15 22:20:45.051 INFO kablam! Compiling relay-mono v0.1.0 (/source) Oct 15 22:20:45.583 INFO kablam! warning: unused import: `std::thread` Oct 15 22:20:45.583 INFO kablam! --> src/lib.rs:6:5 Oct 15 22:20:45.583 INFO kablam! | Oct 15 22:20:45.583 INFO kablam! 6 | use std::thread; Oct 15 22:20:45.583 INFO kablam! | ^^^^^^^^^^^ Oct 15 22:20:45.583 INFO kablam! | Oct 15 22:20:45.583 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 22:20:45.583 INFO kablam! Oct 15 22:20:45.583 INFO kablam! warning: unused import: `std::time::Duration` Oct 15 22:20:45.583 INFO kablam! --> src/lib.rs:7:5 Oct 15 22:20:45.583 INFO kablam! | Oct 15 22:20:45.583 INFO kablam! 7 | use std::time::Duration; Oct 15 22:20:45.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 22:20:45.583 INFO kablam! Oct 15 22:20:45.583 INFO kablam! warning: unused import: `std::ops::Range` Oct 15 22:20:45.583 INFO kablam! --> src/lib.rs:8:5 Oct 15 22:20:45.583 INFO kablam! | Oct 15 22:20:45.583 INFO kablam! 8 | use std::ops::Range; Oct 15 22:20:45.583 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 22:20:45.583 INFO kablam! Oct 15 22:20:45.612 INFO kablam! warning: unused variable: `i2c` Oct 15 22:20:45.612 INFO kablam! --> src/lib.rs:19:14 Oct 15 22:20:45.612 INFO kablam! | Oct 15 22:20:45.612 INFO kablam! 19 | let (i2c, gpio) = port.i2c(); Oct 15 22:20:45.612 INFO kablam! | ^^^ help: consider using `_i2c` instead Oct 15 22:20:45.612 INFO kablam! | Oct 15 22:20:45.612 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 22:20:45.612 INFO kablam! Oct 15 22:20:45.622 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 22:20:45.622 INFO kablam! --> src/lib.rs:32:9 Oct 15 22:20:45.622 INFO kablam! | Oct 15 22:20:45.622 INFO kablam! 32 | self.pin1.output(false); Oct 15 22:20:45.622 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:20:45.622 INFO kablam! | Oct 15 22:20:45.622 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 22:20:45.622 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 22:20:45.622 INFO kablam! Oct 15 22:20:45.622 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 22:20:45.622 INFO kablam! --> src/lib.rs:33:9 Oct 15 22:20:45.622 INFO kablam! | Oct 15 22:20:45.622 INFO kablam! 33 | self.pin2.output(false); Oct 15 22:20:45.622 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:20:45.623 INFO kablam! | Oct 15 22:20:45.623 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 22:20:45.623 INFO kablam! Oct 15 22:20:45.623 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 22:20:45.623 INFO kablam! --> src/lib.rs:40:13 Oct 15 22:20:45.623 INFO kablam! | Oct 15 22:20:45.623 INFO kablam! 40 | self.pin1.output(value); Oct 15 22:20:45.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:20:45.623 INFO kablam! | Oct 15 22:20:45.623 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 22:20:45.623 INFO kablam! Oct 15 22:20:45.625 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 22:20:45.625 INFO kablam! --> src/lib.rs:43:13 Oct 15 22:20:45.625 INFO kablam! | Oct 15 22:20:45.625 INFO kablam! 43 | self.pin2.output(value); Oct 15 22:20:45.625 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:20:45.625 INFO kablam! | Oct 15 22:20:45.625 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 22:20:45.625 INFO kablam! Oct 15 22:20:46.584 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.98s Oct 15 22:20:46.585 INFO kablam! su: No module specific data is present Oct 15 22:20:46.780 INFO running `"docker" "rm" "-f" "248575e0fe0dc94b752c7e0f0a20df43fba97130d132639deda7a5ca2b941e43"` Oct 15 22:20:46.855 INFO blam! 248575e0fe0dc94b752c7e0f0a20df43fba97130d132639deda7a5ca2b941e43 Oct 15 22:20:46.857 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 22:20:47.101 INFO blam! 0690a260f021e37cfeaf50e8357145cbc90f67568f08709df58486b41e6ea3d0 Oct 15 22:20:47.104 INFO running `"docker" "start" "-a" "0690a260f021e37cfeaf50e8357145cbc90f67568f08709df58486b41e6ea3d0"` Oct 15 22:20:47.441 INFO kablam! usermod: no changes Oct 15 22:20:47.477 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 22:20:47.477 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 22:20:47.477 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 22:20:47.477 INFO kablam! files will be included as a binary target: Oct 15 22:20:47.477 INFO kablam! Oct 15 22:20:47.477 INFO kablam! * /source/src/main.rs Oct 15 22:20:47.477 INFO kablam! Oct 15 22:20:47.477 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 22:20:47.477 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 22:20:47.477 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 22:20:47.477 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 22:20:47.477 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 22:20:47.477 INFO kablam! Oct 15 22:20:47.477 INFO kablam! For more information on this warning you can consult Oct 15 22:20:47.477 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 22:20:47.477 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `tessel-relay`, Oct 15 22:20:47.477 INFO kablam! please set bin.path in Cargo.toml Oct 15 22:20:47.491 INFO kablam! Compiling relay-mono v0.1.0 (/source) Oct 15 22:20:48.437 INFO kablam! warning: unused import: `std::thread` Oct 15 22:20:48.437 INFO kablam! --> src/lib.rs:6:5 Oct 15 22:20:48.437 INFO kablam! | Oct 15 22:20:48.437 INFO kablam! 6 | use std::thread; Oct 15 22:20:48.437 INFO kablam! | ^^^^^^^^^^^ Oct 15 22:20:48.437 INFO kablam! | Oct 15 22:20:48.437 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 22:20:48.437 INFO kablam! Oct 15 22:20:48.437 INFO kablam! warning: unused import: `std::time::Duration` Oct 15 22:20:48.437 INFO kablam! --> src/lib.rs:7:5 Oct 15 22:20:48.437 INFO kablam! | Oct 15 22:20:48.437 INFO kablam! 7 | use std::time::Duration; Oct 15 22:20:48.437 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 22:20:48.437 INFO kablam! Oct 15 22:20:48.437 INFO kablam! warning: unused import: `std::ops::Range` Oct 15 22:20:48.437 INFO kablam! --> src/lib.rs:8:5 Oct 15 22:20:48.437 INFO kablam! | Oct 15 22:20:48.437 INFO kablam! 8 | use std::ops::Range; Oct 15 22:20:48.437 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 22:20:48.437 INFO kablam! Oct 15 22:20:48.474 INFO kablam! warning: unused variable: `i2c` Oct 15 22:20:48.474 INFO kablam! --> src/lib.rs:19:14 Oct 15 22:20:48.474 INFO kablam! | Oct 15 22:20:48.475 INFO kablam! 19 | let (i2c, gpio) = port.i2c(); Oct 15 22:20:48.475 INFO kablam! | ^^^ help: consider using `_i2c` instead Oct 15 22:20:48.476 INFO kablam! | Oct 15 22:20:48.477 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 22:20:48.477 INFO kablam! Oct 15 22:20:48.484 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 22:20:48.484 INFO kablam! --> src/lib.rs:32:9 Oct 15 22:20:48.484 INFO kablam! | Oct 15 22:20:48.484 INFO kablam! 32 | self.pin1.output(false); Oct 15 22:20:48.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:20:48.484 INFO kablam! | Oct 15 22:20:48.484 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 22:20:48.484 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 22:20:48.484 INFO kablam! Oct 15 22:20:48.484 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 22:20:48.484 INFO kablam! --> src/lib.rs:33:9 Oct 15 22:20:48.484 INFO kablam! | Oct 15 22:20:48.484 INFO kablam! 33 | self.pin2.output(false); Oct 15 22:20:48.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:20:48.484 INFO kablam! | Oct 15 22:20:48.484 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 22:20:48.484 INFO kablam! Oct 15 22:20:48.484 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 22:20:48.484 INFO kablam! --> src/lib.rs:40:13 Oct 15 22:20:48.484 INFO kablam! | Oct 15 22:20:48.484 INFO kablam! 40 | self.pin1.output(value); Oct 15 22:20:48.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:20:48.484 INFO kablam! | Oct 15 22:20:48.484 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 22:20:48.484 INFO kablam! Oct 15 22:20:48.484 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 22:20:48.484 INFO kablam! --> src/lib.rs:43:13 Oct 15 22:20:48.484 INFO kablam! | Oct 15 22:20:48.484 INFO kablam! 43 | self.pin2.output(value); Oct 15 22:20:48.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:20:48.484 INFO kablam! | Oct 15 22:20:48.484 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 22:20:48.484 INFO kablam! Oct 15 22:20:48.857 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.38s Oct 15 22:20:48.859 INFO kablam! su: No module specific data is present Oct 15 22:20:49.100 INFO running `"docker" "rm" "-f" "0690a260f021e37cfeaf50e8357145cbc90f67568f08709df58486b41e6ea3d0"` Oct 15 22:20:49.154 INFO blam! 0690a260f021e37cfeaf50e8357145cbc90f67568f08709df58486b41e6ea3d0 Oct 15 22:20:49.156 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 22:20:49.301 INFO blam! 02fc03437f73045a90a6d22621993245eb578309edcb5ed9185839c1a7c9ed71 Oct 15 22:20:49.303 INFO running `"docker" "start" "-a" "02fc03437f73045a90a6d22621993245eb578309edcb5ed9185839c1a7c9ed71"` Oct 15 22:20:49.617 INFO kablam! usermod: no changes Oct 15 22:20:49.640 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 22:20:49.640 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 22:20:49.640 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 22:20:49.640 INFO kablam! files will be included as a binary target: Oct 15 22:20:49.640 INFO kablam! Oct 15 22:20:49.640 INFO kablam! * /source/src/main.rs Oct 15 22:20:49.640 INFO kablam! Oct 15 22:20:49.640 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 22:20:49.640 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 22:20:49.640 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 22:20:49.640 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 22:20:49.640 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 22:20:49.640 INFO kablam! Oct 15 22:20:49.640 INFO kablam! For more information on this warning you can consult Oct 15 22:20:49.640 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 22:20:49.640 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `tessel-relay`, Oct 15 22:20:49.640 INFO kablam! please set bin.path in Cargo.toml Oct 15 22:20:49.648 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 22:20:49.649 INFO kablam! Running /target/debug/deps/relay_mono-ec3990b45f22ed3f Oct 15 22:20:49.655 INFO blam! Oct 15 22:20:49.655 INFO blam! running 0 tests Oct 15 22:20:49.655 INFO blam! Oct 15 22:20:49.655 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 22:20:49.656 INFO blam! Oct 15 22:20:49.656 INFO kablam! Running /target/debug/deps/tessel_relay-ef614c93ee90e5e6 Oct 15 22:20:49.657 INFO blam! Oct 15 22:20:49.657 INFO blam! running 0 tests Oct 15 22:20:49.657 INFO blam! Oct 15 22:20:49.657 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 22:20:49.657 INFO blam! Oct 15 22:20:49.657 INFO kablam! Doc-tests relay-mono Oct 15 22:20:51.018 INFO blam! Oct 15 22:20:51.018 INFO blam! running 0 tests Oct 15 22:20:51.018 INFO blam! Oct 15 22:20:51.018 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 22:20:51.018 INFO blam! Oct 15 22:20:51.024 INFO kablam! su: No module specific data is present Oct 15 22:20:51.242 INFO running `"docker" "rm" "-f" "02fc03437f73045a90a6d22621993245eb578309edcb5ed9185839c1a7c9ed71"` Oct 15 22:20:51.366 INFO blam! 02fc03437f73045a90a6d22621993245eb578309edcb5ed9185839c1a7c9ed71