Oct 11 11:48:01.286 INFO testing servo-pca9685-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 11:48:01.286 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 11:48:01.286 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 11:48:01.678 INFO blam! 142d3e2cd7fff5a723ecc7b38d2b3d5312a818eb7a3eeadb53316726d0569303 Oct 11 11:48:01.687 INFO running `"docker" "start" "-a" "142d3e2cd7fff5a723ecc7b38d2b3d5312a818eb7a3eeadb53316726d0569303"` Oct 11 11:48:02.808 INFO kablam! usermod: no changes Oct 11 11:48:02.844 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 11 11:48:02.844 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 11 11:48:02.844 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 11:48:02.844 INFO kablam! files will be included as a binary target: Oct 11 11:48:02.844 INFO kablam! Oct 11 11:48:02.844 INFO kablam! * /source/src/main.rs Oct 11 11:48:02.844 INFO kablam! Oct 11 11:48:02.844 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 11:48:02.844 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 11 11:48:02.844 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 11 11:48:02.844 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 11:48:02.844 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 11:48:02.844 INFO kablam! Oct 11 11:48:02.844 INFO kablam! For more information on this warning you can consult Oct 11 11:48:02.844 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 11:48:02.844 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `tessel-servo`, Oct 11 11:48:02.844 INFO kablam! please set bin.path in Cargo.toml Oct 11 11:48:02.860 INFO kablam! Compiling tessel v0.3.1 Oct 11 11:48:04.602 INFO kablam! Compiling servo-pca9685 v0.1.0 (/source) Oct 11 11:48:05.895 INFO kablam! warning: unused import: `std::thread` Oct 11 11:48:05.895 INFO kablam! --> src/lib.rs:6:5 Oct 11 11:48:05.895 INFO kablam! | Oct 11 11:48:05.895 INFO kablam! 6 | use std::thread; Oct 11 11:48:05.895 INFO kablam! | ^^^^^^^^^^^ Oct 11 11:48:05.895 INFO kablam! | Oct 11 11:48:05.895 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 11:48:05.895 INFO kablam! Oct 11 11:48:05.895 INFO kablam! warning: unused import: `std::time::Duration` Oct 11 11:48:05.895 INFO kablam! --> src/lib.rs:7:5 Oct 11 11:48:05.895 INFO kablam! | Oct 11 11:48:05.895 INFO kablam! 7 | use std::time::Duration; Oct 11 11:48:05.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 11:48:05.895 INFO kablam! Oct 11 11:48:05.942 INFO kablam! warning: unused variable: `addr2` Oct 11 11:48:05.942 INFO kablam! --> src/lib.rs:39:40 Oct 11 11:48:05.942 INFO kablam! | Oct 11 11:48:05.942 INFO kablam! 39 | pub fn new<'b>(port: tessel::Port, addr2: bool, addr3: bool) -> ServoArray<'b> { Oct 11 11:48:05.942 INFO kablam! | ^^^^^ help: consider using `_addr2` instead Oct 11 11:48:05.942 INFO kablam! | Oct 11 11:48:05.942 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 11:48:05.942 INFO kablam! Oct 11 11:48:05.942 INFO kablam! warning: unused variable: `addr3` Oct 11 11:48:05.942 INFO kablam! --> src/lib.rs:39:53 Oct 11 11:48:05.942 INFO kablam! | Oct 11 11:48:05.942 INFO kablam! 39 | pub fn new<'b>(port: tessel::Port, addr2: bool, addr3: bool) -> ServoArray<'b> { Oct 11 11:48:05.942 INFO kablam! | ^^^^^ help: consider using `_addr3` instead Oct 11 11:48:05.942 INFO kablam! Oct 11 11:48:05.952 INFO kablam! warning: variant `LED0_ON_L` should have a camel case name such as `Led0OnL` Oct 11 11:48:05.952 INFO kablam! --> src/lib.rs:15:5 Oct 11 11:48:05.952 INFO kablam! | Oct 11 11:48:05.952 INFO kablam! 15 | LED0_ON_L = 0x06, Oct 11 11:48:05.952 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 11:48:05.952 INFO kablam! | Oct 11 11:48:05.952 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 11 11:48:05.952 INFO kablam! Oct 11 11:48:05.952 INFO kablam! warning: variant `LED0_ON_H` should have a camel case name such as `Led0OnH` Oct 11 11:48:05.952 INFO kablam! --> src/lib.rs:16:5 Oct 11 11:48:05.952 INFO kablam! | Oct 11 11:48:05.952 INFO kablam! 16 | LED0_ON_H = 0x07, Oct 11 11:48:05.952 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 11:48:05.952 INFO kablam! Oct 11 11:48:05.952 INFO kablam! warning: variant `LED0_OFF_L` should have a camel case name such as `Led0OffL` Oct 11 11:48:05.952 INFO kablam! --> src/lib.rs:17:5 Oct 11 11:48:05.952 INFO kablam! | Oct 11 11:48:05.952 INFO kablam! 17 | LED0_OFF_L = 0x08, Oct 11 11:48:05.952 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 11:48:05.952 INFO kablam! Oct 11 11:48:05.952 INFO kablam! warning: variant `LED0_OFF_H` should have a camel case name such as `Led0OffH` Oct 11 11:48:05.952 INFO kablam! --> src/lib.rs:18:5 Oct 11 11:48:05.952 INFO kablam! | Oct 11 11:48:05.952 INFO kablam! 18 | LED0_OFF_H = 0x09, Oct 11 11:48:05.952 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 11:48:05.953 INFO kablam! Oct 11 11:48:05.964 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 11:48:05.964 INFO kablam! --> src/lib.rs:69:9 Oct 11 11:48:05.964 INFO kablam! | Oct 11 11:48:05.964 INFO kablam! 69 | self.output_enable.output(false); Oct 11 11:48:05.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 11:48:05.964 INFO kablam! | Oct 11 11:48:05.964 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 11:48:05.964 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 11:48:05.964 INFO kablam! Oct 11 11:48:05.964 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 11:48:05.964 INFO kablam! --> src/lib.rs:72:9 Oct 11 11:48:05.964 INFO kablam! | Oct 11 11:48:05.964 INFO kablam! 72 | self.addr2.output(false); Oct 11 11:48:05.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 11:48:05.964 INFO kablam! | Oct 11 11:48:05.964 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 11:48:05.964 INFO kablam! Oct 11 11:48:05.964 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 11:48:05.965 INFO kablam! --> src/lib.rs:73:9 Oct 11 11:48:05.965 INFO kablam! | Oct 11 11:48:05.965 INFO kablam! 73 | self.addr3.output(false); Oct 11 11:48:05.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 11:48:05.965 INFO kablam! | Oct 11 11:48:05.965 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 11:48:05.965 INFO kablam! Oct 11 11:48:05.965 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 11:48:05.965 INFO kablam! --> src/lib.rs:93:9 Oct 11 11:48:05.965 INFO kablam! | Oct 11 11:48:05.965 INFO kablam! 93 | self.i2c.transfer(self.i2c_id, &[Command::MODE1 as u8], &mut buf); Oct 11 11:48:05.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 11:48:05.965 INFO kablam! | Oct 11 11:48:05.965 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 11:48:05.965 INFO kablam! Oct 11 11:48:08.052 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.21s Oct 11 11:48:08.052 INFO kablam! su: No module specific data is present Oct 11 11:48:08.697 INFO running `"docker" "rm" "-f" "142d3e2cd7fff5a723ecc7b38d2b3d5312a818eb7a3eeadb53316726d0569303"` Oct 11 11:48:09.144 INFO blam! 142d3e2cd7fff5a723ecc7b38d2b3d5312a818eb7a3eeadb53316726d0569303 Oct 11 11:48:09.154 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 11:48:09.155 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 11:48:09.640 INFO blam! 9ac50d3055ed1ceb2a7b6441e6b26f744a9f713ff974ab29e638b495321446d6 Oct 11 11:48:09.643 INFO running `"docker" "start" "-a" "9ac50d3055ed1ceb2a7b6441e6b26f744a9f713ff974ab29e638b495321446d6"` Oct 11 11:48:10.974 INFO kablam! usermod: no changes Oct 11 11:48:11.028 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 11 11:48:11.028 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 11 11:48:11.028 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 11:48:11.028 INFO kablam! files will be included as a binary target: Oct 11 11:48:11.028 INFO kablam! Oct 11 11:48:11.028 INFO kablam! * /source/src/main.rs Oct 11 11:48:11.028 INFO kablam! Oct 11 11:48:11.028 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 11:48:11.028 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 11 11:48:11.028 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 11 11:48:11.028 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 11:48:11.028 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 11:48:11.028 INFO kablam! Oct 11 11:48:11.028 INFO kablam! For more information on this warning you can consult Oct 11 11:48:11.028 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 11:48:11.028 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `tessel-servo`, Oct 11 11:48:11.028 INFO kablam! please set bin.path in Cargo.toml Oct 11 11:48:11.050 INFO kablam! Compiling servo-pca9685 v0.1.0 (/source) Oct 11 11:48:13.301 INFO kablam! warning: unused import: `std::thread` Oct 11 11:48:13.301 INFO kablam! --> src/lib.rs:6:5 Oct 11 11:48:13.301 INFO kablam! | Oct 11 11:48:13.302 INFO kablam! 6 | use std::thread; Oct 11 11:48:13.302 INFO kablam! | ^^^^^^^^^^^ Oct 11 11:48:13.302 INFO kablam! | Oct 11 11:48:13.303 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 11:48:13.303 INFO kablam! Oct 11 11:48:13.303 INFO kablam! warning: unused import: `std::time::Duration` Oct 11 11:48:13.304 INFO kablam! --> src/lib.rs:7:5 Oct 11 11:48:13.304 INFO kablam! | Oct 11 11:48:13.304 INFO kablam! 7 | use std::time::Duration; Oct 11 11:48:13.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 11:48:13.305 INFO kablam! Oct 11 11:48:13.370 INFO kablam! warning: unused variable: `addr2` Oct 11 11:48:13.370 INFO kablam! --> src/lib.rs:39:40 Oct 11 11:48:13.370 INFO kablam! | Oct 11 11:48:13.370 INFO kablam! 39 | pub fn new<'b>(port: tessel::Port, addr2: bool, addr3: bool) -> ServoArray<'b> { Oct 11 11:48:13.370 INFO kablam! | ^^^^^ help: consider using `_addr2` instead Oct 11 11:48:13.370 INFO kablam! | Oct 11 11:48:13.370 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 11:48:13.370 INFO kablam! Oct 11 11:48:13.370 INFO kablam! warning: unused variable: `addr3` Oct 11 11:48:13.370 INFO kablam! --> src/lib.rs:39:53 Oct 11 11:48:13.370 INFO kablam! | Oct 11 11:48:13.370 INFO kablam! 39 | pub fn new<'b>(port: tessel::Port, addr2: bool, addr3: bool) -> ServoArray<'b> { Oct 11 11:48:13.370 INFO kablam! | ^^^^^ help: consider using `_addr3` instead Oct 11 11:48:13.370 INFO kablam! Oct 11 11:48:13.372 INFO kablam! warning: variant `LED0_ON_L` should have a camel case name such as `Led0OnL` Oct 11 11:48:13.372 INFO kablam! --> src/lib.rs:15:5 Oct 11 11:48:13.372 INFO kablam! | Oct 11 11:48:13.372 INFO kablam! 15 | LED0_ON_L = 0x06, Oct 11 11:48:13.372 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 11:48:13.372 INFO kablam! | Oct 11 11:48:13.372 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 11 11:48:13.372 INFO kablam! Oct 11 11:48:13.372 INFO kablam! warning: variant `LED0_ON_H` should have a camel case name such as `Led0OnH` Oct 11 11:48:13.372 INFO kablam! --> src/lib.rs:16:5 Oct 11 11:48:13.372 INFO kablam! | Oct 11 11:48:13.372 INFO kablam! 16 | LED0_ON_H = 0x07, Oct 11 11:48:13.372 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 11:48:13.373 INFO kablam! Oct 11 11:48:13.373 INFO kablam! warning: variant `LED0_OFF_L` should have a camel case name such as `Led0OffL` Oct 11 11:48:13.373 INFO kablam! --> src/lib.rs:17:5 Oct 11 11:48:13.373 INFO kablam! | Oct 11 11:48:13.373 INFO kablam! 17 | LED0_OFF_L = 0x08, Oct 11 11:48:13.373 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 11:48:13.373 INFO kablam! Oct 11 11:48:13.373 INFO kablam! warning: variant `LED0_OFF_H` should have a camel case name such as `Led0OffH` Oct 11 11:48:13.373 INFO kablam! --> src/lib.rs:18:5 Oct 11 11:48:13.373 INFO kablam! | Oct 11 11:48:13.373 INFO kablam! 18 | LED0_OFF_H = 0x09, Oct 11 11:48:13.373 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 11:48:13.373 INFO kablam! Oct 11 11:48:13.384 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 11:48:13.384 INFO kablam! --> src/lib.rs:69:9 Oct 11 11:48:13.384 INFO kablam! | Oct 11 11:48:13.384 INFO kablam! 69 | self.output_enable.output(false); Oct 11 11:48:13.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 11:48:13.385 INFO kablam! | Oct 11 11:48:13.385 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 11:48:13.385 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 11:48:13.385 INFO kablam! Oct 11 11:48:13.385 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 11:48:13.385 INFO kablam! --> src/lib.rs:72:9 Oct 11 11:48:13.385 INFO kablam! | Oct 11 11:48:13.385 INFO kablam! 72 | self.addr2.output(false); Oct 11 11:48:13.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 11:48:13.385 INFO kablam! | Oct 11 11:48:13.385 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 11:48:13.385 INFO kablam! Oct 11 11:48:13.385 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 11:48:13.385 INFO kablam! --> src/lib.rs:73:9 Oct 11 11:48:13.385 INFO kablam! | Oct 11 11:48:13.385 INFO kablam! 73 | self.addr3.output(false); Oct 11 11:48:13.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 11:48:13.385 INFO kablam! | Oct 11 11:48:13.385 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 11:48:13.385 INFO kablam! Oct 11 11:48:13.385 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 11:48:13.385 INFO kablam! --> src/lib.rs:93:9 Oct 11 11:48:13.385 INFO kablam! | Oct 11 11:48:13.385 INFO kablam! 93 | self.i2c.transfer(self.i2c_id, &[Command::MODE1 as u8], &mut buf); Oct 11 11:48:13.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 11:48:13.385 INFO kablam! | Oct 11 11:48:13.385 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 11:48:13.385 INFO kablam! Oct 11 11:48:14.458 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.45s Oct 11 11:48:14.464 INFO kablam! su: No module specific data is present Oct 11 11:48:15.592 INFO running `"docker" "rm" "-f" "9ac50d3055ed1ceb2a7b6441e6b26f744a9f713ff974ab29e638b495321446d6"` Oct 11 11:48:15.816 INFO blam! 9ac50d3055ed1ceb2a7b6441e6b26f744a9f713ff974ab29e638b495321446d6 Oct 11 11:48:15.817 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 11:48:15.818 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 11:48:16.333 INFO blam! de0b2c52f60115dc724caa6ab9bd88a6913e32e058baace3f0f69cc6d55cf3ba Oct 11 11:48:16.338 INFO running `"docker" "start" "-a" "de0b2c52f60115dc724caa6ab9bd88a6913e32e058baace3f0f69cc6d55cf3ba"` Oct 11 11:48:17.764 INFO kablam! usermod: no changes Oct 11 11:48:17.812 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 11 11:48:17.812 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 11 11:48:17.812 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 11:48:17.812 INFO kablam! files will be included as a binary target: Oct 11 11:48:17.812 INFO kablam! Oct 11 11:48:17.812 INFO kablam! * /source/src/main.rs Oct 11 11:48:17.812 INFO kablam! Oct 11 11:48:17.812 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 11:48:17.812 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 11 11:48:17.812 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 11 11:48:17.812 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 11:48:17.812 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 11:48:17.812 INFO kablam! Oct 11 11:48:17.812 INFO kablam! For more information on this warning you can consult Oct 11 11:48:17.812 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 11:48:17.812 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `tessel-servo`, Oct 11 11:48:17.812 INFO kablam! please set bin.path in Cargo.toml Oct 11 11:48:17.832 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 11 11:48:17.844 INFO kablam! Running /target/debug/deps/servo_pca9685-171737ea0844745a Oct 11 11:48:17.852 INFO blam! Oct 11 11:48:17.852 INFO blam! running 0 tests Oct 11 11:48:17.852 INFO blam! Oct 11 11:48:17.852 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 11:48:17.852 INFO blam! Oct 11 11:48:17.852 INFO blam! Oct 11 11:48:17.852 INFO blam! running 0 tests Oct 11 11:48:17.852 INFO blam! Oct 11 11:48:17.852 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 11:48:17.852 INFO blam! Oct 11 11:48:17.852 INFO kablam! Running /target/debug/deps/tessel_servo-9766ce1c747ab82b Oct 11 11:48:17.853 INFO kablam! Doc-tests servo-pca9685 Oct 11 11:48:20.480 INFO blam! Oct 11 11:48:20.480 INFO blam! running 0 tests Oct 11 11:48:20.480 INFO blam! Oct 11 11:48:20.480 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 11:48:20.480 INFO blam! Oct 11 11:48:20.494 INFO kablam! su: No module specific data is present Oct 11 11:48:21.443 INFO running `"docker" "rm" "-f" "de0b2c52f60115dc724caa6ab9bd88a6913e32e058baace3f0f69cc6d55cf3ba"` Oct 11 11:48:21.772 INFO blam! de0b2c52f60115dc724caa6ab9bd88a6913e32e058baace3f0f69cc6d55cf3ba