Oct 15 19:07:46.074 INFO testing servo-pca9685-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 19:07:46.074 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 19:07:46.416 INFO blam! 54154e95be8ebde57dec983c4116a2b703e89daa3432367422c41d5e39f302b1 Oct 15 19:07:46.418 INFO running `"docker" "start" "-a" "54154e95be8ebde57dec983c4116a2b703e89daa3432367422c41d5e39f302b1"` Oct 15 19:07:47.856 INFO kablam! usermod: no changes Oct 15 19:07:47.927 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 19:07:47.927 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 19:07:47.928 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 19:07:47.928 INFO kablam! files will be included as a binary target: Oct 15 19:07:47.928 INFO kablam! Oct 15 19:07:47.929 INFO kablam! * /source/src/main.rs Oct 15 19:07:47.929 INFO kablam! Oct 15 19:07:47.929 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 19:07:47.929 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 19:07:47.930 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 19:07:47.930 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 19:07:47.930 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 19:07:47.930 INFO kablam! Oct 15 19:07:47.931 INFO kablam! For more information on this warning you can consult Oct 15 19:07:47.931 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 19:07:47.931 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `tessel-servo`, Oct 15 19:07:47.931 INFO kablam! please set bin.path in Cargo.toml Oct 15 19:07:47.946 INFO kablam! Compiling atomic-option v0.1.2 Oct 15 19:07:48.603 INFO kablam! Compiling tessel v0.3.1 Oct 15 19:07:50.188 INFO kablam! Compiling servo-pca9685 v0.1.0 (/source) Oct 15 19:07:51.051 INFO kablam! warning: unused import: `std::thread` Oct 15 19:07:51.051 INFO kablam! --> src/lib.rs:6:5 Oct 15 19:07:51.051 INFO kablam! | Oct 15 19:07:51.051 INFO kablam! 6 | use std::thread; Oct 15 19:07:51.051 INFO kablam! | ^^^^^^^^^^^ Oct 15 19:07:51.051 INFO kablam! | Oct 15 19:07:51.051 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 19:07:51.051 INFO kablam! Oct 15 19:07:51.051 INFO kablam! warning: unused import: `std::time::Duration` Oct 15 19:07:51.051 INFO kablam! --> src/lib.rs:7:5 Oct 15 19:07:51.051 INFO kablam! | Oct 15 19:07:51.051 INFO kablam! 7 | use std::time::Duration; Oct 15 19:07:51.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 19:07:51.051 INFO kablam! Oct 15 19:07:51.103 INFO kablam! warning: unused variable: `addr2` Oct 15 19:07:51.103 INFO kablam! --> src/lib.rs:39:40 Oct 15 19:07:51.103 INFO kablam! | Oct 15 19:07:51.103 INFO kablam! 39 | pub fn new<'b>(port: tessel::Port, addr2: bool, addr3: bool) -> ServoArray<'b> { Oct 15 19:07:51.103 INFO kablam! | ^^^^^ help: consider using `_addr2` instead Oct 15 19:07:51.103 INFO kablam! | Oct 15 19:07:51.103 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 19:07:51.103 INFO kablam! Oct 15 19:07:51.103 INFO kablam! warning: unused variable: `addr3` Oct 15 19:07:51.103 INFO kablam! --> src/lib.rs:39:53 Oct 15 19:07:51.103 INFO kablam! | Oct 15 19:07:51.103 INFO kablam! 39 | pub fn new<'b>(port: tessel::Port, addr2: bool, addr3: bool) -> ServoArray<'b> { Oct 15 19:07:51.103 INFO kablam! | ^^^^^ help: consider using `_addr3` instead Oct 15 19:07:51.103 INFO kablam! Oct 15 19:07:51.103 INFO kablam! warning: variant `LED0_ON_L` should have a camel case name such as `Led0OnL` Oct 15 19:07:51.103 INFO kablam! --> src/lib.rs:15:5 Oct 15 19:07:51.103 INFO kablam! | Oct 15 19:07:51.103 INFO kablam! 15 | LED0_ON_L = 0x06, Oct 15 19:07:51.103 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 19:07:51.103 INFO kablam! | Oct 15 19:07:51.103 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 15 19:07:51.103 INFO kablam! Oct 15 19:07:51.103 INFO kablam! warning: variant `LED0_ON_H` should have a camel case name such as `Led0OnH` Oct 15 19:07:51.103 INFO kablam! --> src/lib.rs:16:5 Oct 15 19:07:51.103 INFO kablam! | Oct 15 19:07:51.103 INFO kablam! 16 | LED0_ON_H = 0x07, Oct 15 19:07:51.103 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 19:07:51.103 INFO kablam! Oct 15 19:07:51.103 INFO kablam! warning: variant `LED0_OFF_L` should have a camel case name such as `Led0OffL` Oct 15 19:07:51.103 INFO kablam! --> src/lib.rs:17:5 Oct 15 19:07:51.103 INFO kablam! | Oct 15 19:07:51.103 INFO kablam! 17 | LED0_OFF_L = 0x08, Oct 15 19:07:51.103 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 19:07:51.103 INFO kablam! Oct 15 19:07:51.103 INFO kablam! warning: variant `LED0_OFF_H` should have a camel case name such as `Led0OffH` Oct 15 19:07:51.103 INFO kablam! --> src/lib.rs:18:5 Oct 15 19:07:51.103 INFO kablam! | Oct 15 19:07:51.103 INFO kablam! 18 | LED0_OFF_H = 0x09, Oct 15 19:07:51.103 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 19:07:51.103 INFO kablam! Oct 15 19:07:51.109 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 19:07:51.109 INFO kablam! --> src/lib.rs:69:9 Oct 15 19:07:51.109 INFO kablam! | Oct 15 19:07:51.109 INFO kablam! 69 | self.output_enable.output(false); Oct 15 19:07:51.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 19:07:51.109 INFO kablam! | Oct 15 19:07:51.109 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 19:07:51.109 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 19:07:51.109 INFO kablam! Oct 15 19:07:51.109 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 19:07:51.109 INFO kablam! --> src/lib.rs:72:9 Oct 15 19:07:51.109 INFO kablam! | Oct 15 19:07:51.109 INFO kablam! 72 | self.addr2.output(false); Oct 15 19:07:51.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 19:07:51.109 INFO kablam! | Oct 15 19:07:51.109 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 19:07:51.109 INFO kablam! Oct 15 19:07:51.109 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 19:07:51.109 INFO kablam! --> src/lib.rs:73:9 Oct 15 19:07:51.109 INFO kablam! | Oct 15 19:07:51.109 INFO kablam! 73 | self.addr3.output(false); Oct 15 19:07:51.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 19:07:51.109 INFO kablam! | Oct 15 19:07:51.109 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 19:07:51.109 INFO kablam! Oct 15 19:07:51.109 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 19:07:51.109 INFO kablam! --> src/lib.rs:93:9 Oct 15 19:07:51.109 INFO kablam! | Oct 15 19:07:51.109 INFO kablam! 93 | self.i2c.transfer(self.i2c_id, &[Command::MODE1 as u8], &mut buf); Oct 15 19:07:51.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 19:07:51.109 INFO kablam! | Oct 15 19:07:51.109 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 19:07:51.109 INFO kablam! Oct 15 19:07:52.615 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.71s Oct 15 19:07:52.615 INFO kablam! su: No module specific data is present Oct 15 19:07:53.252 INFO running `"docker" "rm" "-f" "54154e95be8ebde57dec983c4116a2b703e89daa3432367422c41d5e39f302b1"` Oct 15 19:07:53.539 INFO blam! 54154e95be8ebde57dec983c4116a2b703e89daa3432367422c41d5e39f302b1 Oct 15 19:07:53.540 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 19:07:53.920 INFO blam! 4156d4daecd7aed6d79eb3a3a5fb297ed28892bf85854c827a4d4afb05c593a7 Oct 15 19:07:53.922 INFO running `"docker" "start" "-a" "4156d4daecd7aed6d79eb3a3a5fb297ed28892bf85854c827a4d4afb05c593a7"` Oct 15 19:07:55.657 INFO kablam! usermod: no changes Oct 15 19:07:55.779 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 19:07:55.779 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 19:07:55.779 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 19:07:55.779 INFO kablam! files will be included as a binary target: Oct 15 19:07:55.779 INFO kablam! Oct 15 19:07:55.779 INFO kablam! * /source/src/main.rs Oct 15 19:07:55.779 INFO kablam! Oct 15 19:07:55.779 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 19:07:55.779 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 19:07:55.779 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 19:07:55.779 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 19:07:55.779 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 19:07:55.779 INFO kablam! Oct 15 19:07:55.779 INFO kablam! For more information on this warning you can consult Oct 15 19:07:55.779 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 19:07:55.779 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `tessel-servo`, Oct 15 19:07:55.779 INFO kablam! please set bin.path in Cargo.toml Oct 15 19:07:55.810 INFO kablam! Compiling servo-pca9685 v0.1.0 (/source) Oct 15 19:07:57.731 INFO kablam! warning: unused import: `std::thread` Oct 15 19:07:57.731 INFO kablam! --> src/lib.rs:6:5 Oct 15 19:07:57.731 INFO kablam! | Oct 15 19:07:57.731 INFO kablam! 6 | use std::thread; Oct 15 19:07:57.731 INFO kablam! | ^^^^^^^^^^^ Oct 15 19:07:57.743 INFO kablam! | Oct 15 19:07:57.743 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 19:07:57.743 INFO kablam! Oct 15 19:07:57.743 INFO kablam! warning: unused import: `std::time::Duration` Oct 15 19:07:57.743 INFO kablam! --> src/lib.rs:7:5 Oct 15 19:07:57.743 INFO kablam! | Oct 15 19:07:57.743 INFO kablam! 7 | use std::time::Duration; Oct 15 19:07:57.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 19:07:57.743 INFO kablam! Oct 15 19:07:57.794 INFO kablam! warning: unused variable: `addr2` Oct 15 19:07:57.794 INFO kablam! --> src/lib.rs:39:40 Oct 15 19:07:57.794 INFO kablam! | Oct 15 19:07:57.794 INFO kablam! 39 | pub fn new<'b>(port: tessel::Port, addr2: bool, addr3: bool) -> ServoArray<'b> { Oct 15 19:07:57.794 INFO kablam! | ^^^^^ help: consider using `_addr2` instead Oct 15 19:07:57.794 INFO kablam! | Oct 15 19:07:57.794 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 19:07:57.794 INFO kablam! Oct 15 19:07:57.794 INFO kablam! warning: unused variable: `addr3` Oct 15 19:07:57.794 INFO kablam! --> src/lib.rs:39:53 Oct 15 19:07:57.794 INFO kablam! | Oct 15 19:07:57.794 INFO kablam! 39 | pub fn new<'b>(port: tessel::Port, addr2: bool, addr3: bool) -> ServoArray<'b> { Oct 15 19:07:57.794 INFO kablam! | ^^^^^ help: consider using `_addr3` instead Oct 15 19:07:57.794 INFO kablam! Oct 15 19:07:57.801 INFO kablam! warning: variant `LED0_ON_L` should have a camel case name such as `Led0OnL` Oct 15 19:07:57.801 INFO kablam! --> src/lib.rs:15:5 Oct 15 19:07:57.801 INFO kablam! | Oct 15 19:07:57.801 INFO kablam! 15 | LED0_ON_L = 0x06, Oct 15 19:07:57.801 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 19:07:57.801 INFO kablam! | Oct 15 19:07:57.801 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 15 19:07:57.801 INFO kablam! Oct 15 19:07:57.805 INFO kablam! warning: variant `LED0_ON_H` should have a camel case name such as `Led0OnH` Oct 15 19:07:57.805 INFO kablam! --> src/lib.rs:16:5 Oct 15 19:07:57.805 INFO kablam! | Oct 15 19:07:57.805 INFO kablam! 16 | LED0_ON_H = 0x07, Oct 15 19:07:57.805 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 19:07:57.805 INFO kablam! Oct 15 19:07:57.805 INFO kablam! warning: variant `LED0_OFF_L` should have a camel case name such as `Led0OffL` Oct 15 19:07:57.805 INFO kablam! --> src/lib.rs:17:5 Oct 15 19:07:57.805 INFO kablam! | Oct 15 19:07:57.805 INFO kablam! 17 | LED0_OFF_L = 0x08, Oct 15 19:07:57.805 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 19:07:57.805 INFO kablam! Oct 15 19:07:57.805 INFO kablam! warning: variant `LED0_OFF_H` should have a camel case name such as `Led0OffH` Oct 15 19:07:57.805 INFO kablam! --> src/lib.rs:18:5 Oct 15 19:07:57.805 INFO kablam! | Oct 15 19:07:57.805 INFO kablam! 18 | LED0_OFF_H = 0x09, Oct 15 19:07:57.805 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 19:07:57.805 INFO kablam! Oct 15 19:07:57.817 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 19:07:57.817 INFO kablam! --> src/lib.rs:69:9 Oct 15 19:07:57.817 INFO kablam! | Oct 15 19:07:57.817 INFO kablam! 69 | self.output_enable.output(false); Oct 15 19:07:57.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 19:07:57.817 INFO kablam! | Oct 15 19:07:57.817 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 19:07:57.817 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 19:07:57.817 INFO kablam! Oct 15 19:07:57.817 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 19:07:57.817 INFO kablam! --> src/lib.rs:72:9 Oct 15 19:07:57.817 INFO kablam! | Oct 15 19:07:57.817 INFO kablam! 72 | self.addr2.output(false); Oct 15 19:07:57.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 19:07:57.817 INFO kablam! | Oct 15 19:07:57.817 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 19:07:57.817 INFO kablam! Oct 15 19:07:57.817 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 19:07:57.817 INFO kablam! --> src/lib.rs:73:9 Oct 15 19:07:57.817 INFO kablam! | Oct 15 19:07:57.817 INFO kablam! 73 | self.addr3.output(false); Oct 15 19:07:57.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 19:07:57.817 INFO kablam! | Oct 15 19:07:57.817 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 19:07:57.817 INFO kablam! Oct 15 19:07:57.817 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 19:07:57.817 INFO kablam! --> src/lib.rs:93:9 Oct 15 19:07:57.817 INFO kablam! | Oct 15 19:07:57.817 INFO kablam! 93 | self.i2c.transfer(self.i2c_id, &[Command::MODE1 as u8], &mut buf); Oct 15 19:07:57.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 19:07:57.817 INFO kablam! | Oct 15 19:07:57.817 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 19:07:57.817 INFO kablam! Oct 15 19:07:58.443 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.69s Oct 15 19:07:58.443 INFO kablam! su: No module specific data is present Oct 15 19:07:59.587 INFO running `"docker" "rm" "-f" "4156d4daecd7aed6d79eb3a3a5fb297ed28892bf85854c827a4d4afb05c593a7"` Oct 15 19:07:59.917 INFO blam! 4156d4daecd7aed6d79eb3a3a5fb297ed28892bf85854c827a4d4afb05c593a7 Oct 15 19:07:59.935 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 19:08:00.595 INFO blam! 0d267cadd8808902221c58ec195f36330951cd3af2e8c20310ffbcd1ad746f8f Oct 15 19:08:00.597 INFO running `"docker" "start" "-a" "0d267cadd8808902221c58ec195f36330951cd3af2e8c20310ffbcd1ad746f8f"` Oct 15 19:08:02.997 INFO kablam! usermod: no changes Oct 15 19:08:03.055 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 19:08:03.055 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 19:08:03.055 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 19:08:03.055 INFO kablam! files will be included as a binary target: Oct 15 19:08:03.055 INFO kablam! Oct 15 19:08:03.055 INFO kablam! * /source/src/main.rs Oct 15 19:08:03.055 INFO kablam! Oct 15 19:08:03.055 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 19:08:03.055 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 19:08:03.055 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 19:08:03.055 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 19:08:03.055 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 19:08:03.055 INFO kablam! Oct 15 19:08:03.055 INFO kablam! For more information on this warning you can consult Oct 15 19:08:03.055 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 19:08:03.055 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `tessel-servo`, Oct 15 19:08:03.055 INFO kablam! please set bin.path in Cargo.toml Oct 15 19:08:03.094 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 15 19:08:03.107 INFO kablam! Running /target/debug/deps/servo_pca9685-171737ea0844745a Oct 15 19:08:03.114 INFO blam! Oct 15 19:08:03.114 INFO blam! running 0 tests Oct 15 19:08:03.114 INFO blam! Oct 15 19:08:03.114 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 19:08:03.114 INFO blam! Oct 15 19:08:03.119 INFO blam! Oct 15 19:08:03.119 INFO blam! running 0 tests Oct 15 19:08:03.119 INFO blam! Oct 15 19:08:03.119 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 19:08:03.119 INFO blam! Oct 15 19:08:03.120 INFO kablam! Running /target/debug/deps/tessel_servo-9766ce1c747ab82b Oct 15 19:08:03.120 INFO kablam! Doc-tests servo-pca9685 Oct 15 19:08:04.718 INFO blam! Oct 15 19:08:04.718 INFO blam! running 0 tests Oct 15 19:08:04.718 INFO blam! Oct 15 19:08:04.718 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 19:08:04.718 INFO blam! Oct 15 19:08:04.725 INFO kablam! su: No module specific data is present Oct 15 19:08:05.732 INFO running `"docker" "rm" "-f" "0d267cadd8808902221c58ec195f36330951cd3af2e8c20310ffbcd1ad746f8f"` Oct 15 19:08:06.071 INFO blam! 0d267cadd8808902221c58ec195f36330951cd3af2e8c20310ffbcd1ad746f8f