Oct 15 19:07:45.184 INFO testing servo-pca9685-0.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 19:07:45.184 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:45.593 INFO blam! 5eb1d4638cbfc3634150e15456554a5d913957ebe937e104c2e7d642d6af619b Oct 15 19:07:45.593 INFO running `"docker" "start" "-a" "5eb1d4638cbfc3634150e15456554a5d913957ebe937e104c2e7d642d6af619b"` Oct 15 19:07:46.669 INFO kablam! usermod: no changes Oct 15 19:07:46.708 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 19:07:46.708 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 19:07:46.708 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 19:07:46.708 INFO kablam! files will be included as a binary target: Oct 15 19:07:46.708 INFO kablam! Oct 15 19:07:46.708 INFO kablam! * /source/src/main.rs Oct 15 19:07:46.708 INFO kablam! Oct 15 19:07:46.708 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 19:07:46.708 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 19:07:46.708 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 19:07:46.708 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 19:07:46.708 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 19:07:46.708 INFO kablam! Oct 15 19:07:46.708 INFO kablam! For more information on this warning you can consult Oct 15 19:07:46.708 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 19:07:46.708 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `tessel-servo`, Oct 15 19:07:46.708 INFO kablam! please set bin.path in Cargo.toml Oct 15 19:07:46.723 INFO kablam! Compiling tessel v0.3.1 Oct 15 19:07:48.275 INFO kablam! Compiling servo-pca9685 v0.1.0 (/source) Oct 15 19:07:49.047 INFO kablam! warning: unused import: `std::thread` Oct 15 19:07:49.047 INFO kablam! --> src/lib.rs:6:5 Oct 15 19:07:49.048 INFO kablam! | Oct 15 19:07:49.048 INFO kablam! 6 | use std::thread; Oct 15 19:07:49.048 INFO kablam! | ^^^^^^^^^^^ Oct 15 19:07:49.049 INFO kablam! | Oct 15 19:07:49.049 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 19:07:49.049 INFO kablam! Oct 15 19:07:49.050 INFO kablam! warning: unused import: `std::time::Duration` Oct 15 19:07:49.050 INFO kablam! --> src/lib.rs:7:5 Oct 15 19:07:49.050 INFO kablam! | Oct 15 19:07:49.050 INFO kablam! 7 | use std::time::Duration; Oct 15 19:07:49.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 19:07:49.051 INFO kablam! Oct 15 19:07:49.091 INFO kablam! warning: unused variable: `addr2` Oct 15 19:07:49.092 INFO kablam! --> src/lib.rs:39:40 Oct 15 19:07:49.092 INFO kablam! | Oct 15 19:07:49.092 INFO kablam! 39 | pub fn new<'b>(port: tessel::Port, addr2: bool, addr3: bool) -> ServoArray<'b> { Oct 15 19:07:49.093 INFO kablam! | ^^^^^ help: consider using `_addr2` instead Oct 15 19:07:49.093 INFO kablam! | Oct 15 19:07:49.093 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 19:07:49.093 INFO kablam! Oct 15 19:07:49.094 INFO kablam! warning: unused variable: `addr3` Oct 15 19:07:49.094 INFO kablam! --> src/lib.rs:39:53 Oct 15 19:07:49.094 INFO kablam! | Oct 15 19:07:49.095 INFO kablam! 39 | pub fn new<'b>(port: tessel::Port, addr2: bool, addr3: bool) -> ServoArray<'b> { Oct 15 19:07:49.095 INFO kablam! | ^^^^^ help: consider using `_addr3` instead Oct 15 19:07:49.095 INFO kablam! Oct 15 19:07:49.095 INFO kablam! warning: variant `LED0_ON_L` should have a camel case name such as `Led0OnL` Oct 15 19:07:49.096 INFO kablam! --> src/lib.rs:15:5 Oct 15 19:07:49.096 INFO kablam! | Oct 15 19:07:49.096 INFO kablam! 15 | LED0_ON_L = 0x06, Oct 15 19:07:49.096 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 19:07:49.096 INFO kablam! | Oct 15 19:07:49.097 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 15 19:07:49.097 INFO kablam! Oct 15 19:07:49.097 INFO kablam! warning: variant `LED0_ON_H` should have a camel case name such as `Led0OnH` Oct 15 19:07:49.097 INFO kablam! --> src/lib.rs:16:5 Oct 15 19:07:49.098 INFO kablam! | Oct 15 19:07:49.098 INFO kablam! 16 | LED0_ON_H = 0x07, Oct 15 19:07:49.098 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 19:07:49.098 INFO kablam! Oct 15 19:07:49.099 INFO kablam! warning: variant `LED0_OFF_L` should have a camel case name such as `Led0OffL` Oct 15 19:07:49.099 INFO kablam! --> src/lib.rs:17:5 Oct 15 19:07:49.099 INFO kablam! | Oct 15 19:07:49.100 INFO kablam! 17 | LED0_OFF_L = 0x08, Oct 15 19:07:49.100 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 19:07:49.100 INFO kablam! Oct 15 19:07:49.100 INFO kablam! warning: variant `LED0_OFF_H` should have a camel case name such as `Led0OffH` Oct 15 19:07:49.101 INFO kablam! --> src/lib.rs:18:5 Oct 15 19:07:49.101 INFO kablam! | Oct 15 19:07:49.101 INFO kablam! 18 | LED0_OFF_H = 0x09, Oct 15 19:07:49.101 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 19:07:49.102 INFO kablam! Oct 15 19:07:49.102 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 19:07:49.102 INFO kablam! --> src/lib.rs:69:9 Oct 15 19:07:49.102 INFO kablam! | Oct 15 19:07:49.103 INFO kablam! 69 | self.output_enable.output(false); Oct 15 19:07:49.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 19:07:49.103 INFO kablam! | Oct 15 19:07:49.104 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 19:07:49.104 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 19:07:49.104 INFO kablam! Oct 15 19:07:49.104 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 19:07:49.105 INFO kablam! --> src/lib.rs:72:9 Oct 15 19:07:49.105 INFO kablam! | Oct 15 19:07:49.105 INFO kablam! 72 | self.addr2.output(false); Oct 15 19:07:49.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 19:07:49.106 INFO kablam! | Oct 15 19:07:49.106 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 19:07:49.106 INFO kablam! Oct 15 19:07:49.107 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 19:07:49.107 INFO kablam! --> src/lib.rs:73:9 Oct 15 19:07:49.107 INFO kablam! | Oct 15 19:07:49.107 INFO kablam! 73 | self.addr3.output(false); Oct 15 19:07:49.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 19:07:49.108 INFO kablam! | Oct 15 19:07:49.108 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 19:07:49.108 INFO kablam! Oct 15 19:07:49.109 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 19:07:49.109 INFO kablam! --> src/lib.rs:93:9 Oct 15 19:07:49.109 INFO kablam! | Oct 15 19:07:49.109 INFO kablam! 93 | self.i2c.transfer(self.i2c_id, &[Command::MODE1 as u8], &mut buf); Oct 15 19:07:49.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 19:07:49.110 INFO kablam! | Oct 15 19:07:49.110 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 19:07:49.110 INFO kablam! Oct 15 19:07:50.704 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.01s Oct 15 19:07:50.708 INFO kablam! su: No module specific data is present Oct 15 19:07:51.733 INFO running `"docker" "rm" "-f" "5eb1d4638cbfc3634150e15456554a5d913957ebe937e104c2e7d642d6af619b"` Oct 15 19:07:51.968 INFO blam! 5eb1d4638cbfc3634150e15456554a5d913957ebe937e104c2e7d642d6af619b Oct 15 19:07:51.969 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:52.391 INFO blam! fb052b72082f75009066116f723ca4c571dc254399c201571e90d2a2767d095b Oct 15 19:07:52.399 INFO running `"docker" "start" "-a" "fb052b72082f75009066116f723ca4c571dc254399c201571e90d2a2767d095b"` Oct 15 19:07:53.629 INFO kablam! usermod: no changes Oct 15 19:07:53.695 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 19:07:53.695 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 19:07:53.695 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 19:07:53.695 INFO kablam! files will be included as a binary target: Oct 15 19:07:53.695 INFO kablam! Oct 15 19:07:53.695 INFO kablam! * /source/src/main.rs Oct 15 19:07:53.695 INFO kablam! Oct 15 19:07:53.695 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 19:07:53.695 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 19:07:53.695 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 19:07:53.695 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 19:07:53.695 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 19:07:53.695 INFO kablam! Oct 15 19:07:53.695 INFO kablam! For more information on this warning you can consult Oct 15 19:07:53.695 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 19:07:53.695 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `tessel-servo`, Oct 15 19:07:53.695 INFO kablam! please set bin.path in Cargo.toml Oct 15 19:07:53.747 INFO kablam! Compiling servo-pca9685 v0.1.0 (/source) Oct 15 19:07:56.111 INFO kablam! warning: unused import: `std::thread` Oct 15 19:07:56.111 INFO kablam! --> src/lib.rs:6:5 Oct 15 19:07:56.111 INFO kablam! | Oct 15 19:07:56.111 INFO kablam! 6 | use std::thread; Oct 15 19:07:56.111 INFO kablam! | ^^^^^^^^^^^ Oct 15 19:07:56.112 INFO kablam! | Oct 15 19:07:56.112 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 19:07:56.112 INFO kablam! Oct 15 19:07:56.112 INFO kablam! warning: unused import: `std::time::Duration` Oct 15 19:07:56.112 INFO kablam! --> src/lib.rs:7:5 Oct 15 19:07:56.112 INFO kablam! | Oct 15 19:07:56.112 INFO kablam! 7 | use std::time::Duration; Oct 15 19:07:56.112 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 19:07:56.112 INFO kablam! Oct 15 19:07:56.211 INFO kablam! warning: unused variable: `addr2` Oct 15 19:07:56.211 INFO kablam! --> src/lib.rs:39:40 Oct 15 19:07:56.211 INFO kablam! | Oct 15 19:07:56.211 INFO kablam! 39 | pub fn new<'b>(port: tessel::Port, addr2: bool, addr3: bool) -> ServoArray<'b> { Oct 15 19:07:56.211 INFO kablam! | ^^^^^ help: consider using `_addr2` instead Oct 15 19:07:56.211 INFO kablam! | Oct 15 19:07:56.213 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 19:07:56.213 INFO kablam! Oct 15 19:07:56.213 INFO kablam! warning: unused variable: `addr3` Oct 15 19:07:56.213 INFO kablam! --> src/lib.rs:39:53 Oct 15 19:07:56.213 INFO kablam! | Oct 15 19:07:56.213 INFO kablam! 39 | pub fn new<'b>(port: tessel::Port, addr2: bool, addr3: bool) -> ServoArray<'b> { Oct 15 19:07:56.213 INFO kablam! | ^^^^^ help: consider using `_addr3` instead Oct 15 19:07:56.213 INFO kablam! Oct 15 19:07:56.217 INFO kablam! warning: variant `LED0_ON_L` should have a camel case name such as `Led0OnL` Oct 15 19:07:56.217 INFO kablam! --> src/lib.rs:15:5 Oct 15 19:07:56.217 INFO kablam! | Oct 15 19:07:56.217 INFO kablam! 15 | LED0_ON_L = 0x06, Oct 15 19:07:56.217 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 19:07:56.223 INFO kablam! | Oct 15 19:07:56.223 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 15 19:07:56.224 INFO kablam! Oct 15 19:07:56.224 INFO kablam! warning: variant `LED0_ON_H` should have a camel case name such as `Led0OnH` Oct 15 19:07:56.224 INFO kablam! --> src/lib.rs:16:5 Oct 15 19:07:56.224 INFO kablam! | Oct 15 19:07:56.224 INFO kablam! 16 | LED0_ON_H = 0x07, Oct 15 19:07:56.224 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 19:07:56.224 INFO kablam! Oct 15 19:07:56.224 INFO kablam! warning: variant `LED0_OFF_L` should have a camel case name such as `Led0OffL` Oct 15 19:07:56.224 INFO kablam! --> src/lib.rs:17:5 Oct 15 19:07:56.224 INFO kablam! | Oct 15 19:07:56.224 INFO kablam! 17 | LED0_OFF_L = 0x08, Oct 15 19:07:56.224 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 19:07:56.224 INFO kablam! Oct 15 19:07:56.224 INFO kablam! warning: variant `LED0_OFF_H` should have a camel case name such as `Led0OffH` Oct 15 19:07:56.224 INFO kablam! --> src/lib.rs:18:5 Oct 15 19:07:56.224 INFO kablam! | Oct 15 19:07:56.224 INFO kablam! 18 | LED0_OFF_H = 0x09, Oct 15 19:07:56.225 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 19:07:56.225 INFO kablam! Oct 15 19:07:56.247 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 19:07:56.247 INFO kablam! --> src/lib.rs:69:9 Oct 15 19:07:56.247 INFO kablam! | Oct 15 19:07:56.247 INFO kablam! 69 | self.output_enable.output(false); Oct 15 19:07:56.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 19:07:56.247 INFO kablam! | Oct 15 19:07:56.248 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 19:07:56.248 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 19:07:56.248 INFO kablam! Oct 15 19:07:56.248 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 19:07:56.248 INFO kablam! --> src/lib.rs:72:9 Oct 15 19:07:56.249 INFO kablam! | Oct 15 19:07:56.249 INFO kablam! 72 | self.addr2.output(false); Oct 15 19:07:56.249 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 19:07:56.249 INFO kablam! | Oct 15 19:07:56.249 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 19:07:56.249 INFO kablam! Oct 15 19:07:56.250 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 19:07:56.250 INFO kablam! --> src/lib.rs:73:9 Oct 15 19:07:56.251 INFO kablam! | Oct 15 19:07:56.251 INFO kablam! 73 | self.addr3.output(false); Oct 15 19:07:56.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 19:07:56.251 INFO kablam! | Oct 15 19:07:56.251 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 19:07:56.251 INFO kablam! Oct 15 19:07:56.251 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 19:07:56.251 INFO kablam! --> src/lib.rs:93:9 Oct 15 19:07:56.251 INFO kablam! | Oct 15 19:07:56.251 INFO kablam! 93 | self.i2c.transfer(self.i2c_id, &[Command::MODE1 as u8], &mut buf); Oct 15 19:07:56.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 19:07:56.251 INFO kablam! | Oct 15 19:07:56.252 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 19:07:56.252 INFO kablam! Oct 15 19:07:57.160 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.51s Oct 15 19:07:57.164 INFO kablam! su: No module specific data is present Oct 15 19:07:58.407 INFO running `"docker" "rm" "-f" "fb052b72082f75009066116f723ca4c571dc254399c201571e90d2a2767d095b"` Oct 15 19:07:58.763 INFO blam! fb052b72082f75009066116f723ca4c571dc254399c201571e90d2a2767d095b Oct 15 19:07:58.768 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:07:59.132 INFO blam! d817f2ed88384686a5e31ae1a4f164177ad85685b7da1d534d0b64b0d87e0dc4 Oct 15 19:07:59.135 INFO running `"docker" "start" "-a" "d817f2ed88384686a5e31ae1a4f164177ad85685b7da1d534d0b64b0d87e0dc4"` Oct 15 19:08:00.991 INFO kablam! usermod: no changes Oct 15 19:08:01.071 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 19:08:01.071 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 19:08:01.071 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 19:08:01.071 INFO kablam! files will be included as a binary target: Oct 15 19:08:01.071 INFO kablam! Oct 15 19:08:01.071 INFO kablam! * /source/src/main.rs Oct 15 19:08:01.071 INFO kablam! Oct 15 19:08:01.071 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 19:08:01.071 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 19:08:01.071 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 19:08:01.071 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 19:08:01.071 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 19:08:01.071 INFO kablam! Oct 15 19:08:01.071 INFO kablam! For more information on this warning you can consult Oct 15 19:08:01.071 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 19:08:01.071 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `tessel-servo`, Oct 15 19:08:01.071 INFO kablam! please set bin.path in Cargo.toml Oct 15 19:08:01.095 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 15 19:08:01.103 INFO kablam! Running /target/debug/deps/servo_pca9685-f5e6ad701559a9af Oct 15 19:08:01.111 INFO blam! Oct 15 19:08:01.111 INFO blam! running 0 tests Oct 15 19:08:01.111 INFO blam! Oct 15 19:08:01.111 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 19:08:01.111 INFO blam! Oct 15 19:08:01.111 INFO blam! Oct 15 19:08:01.111 INFO blam! running 0 tests Oct 15 19:08:01.111 INFO blam! Oct 15 19:08:01.111 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 19:08:01.111 INFO blam! Oct 15 19:08:01.113 INFO kablam! Running /target/debug/deps/tessel_servo-1f53802b8905f290 Oct 15 19:08:01.115 INFO kablam! Doc-tests servo-pca9685 Oct 15 19:08:02.743 INFO blam! Oct 15 19:08:02.743 INFO blam! running 0 tests Oct 15 19:08:02.743 INFO blam! Oct 15 19:08:02.743 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 19:08:02.743 INFO blam! Oct 15 19:08:02.752 INFO kablam! su: No module specific data is present Oct 15 19:08:04.046 INFO running `"docker" "rm" "-f" "d817f2ed88384686a5e31ae1a4f164177ad85685b7da1d534d0b64b0d87e0dc4"` Oct 15 19:08:04.407 INFO blam! d817f2ed88384686a5e31ae1a4f164177ad85685b7da1d534d0b64b0d87e0dc4