Sep 21 03:07:49.203 INFO checking shift-register-driver-0.1.1 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 03:07:49.203 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 03:07:49.203 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-3/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 03:07:49.444 INFO blam! 4f2a2bc20e5d214ce7e0f5337d5a84d3a2176a90ab62b81b3ca60448ec8c3071 Sep 21 03:07:49.445 INFO running `"docker" "start" "-a" "4f2a2bc20e5d214ce7e0f5337d5a84d3a2176a90ab62b81b3ca60448ec8c3071"` Sep 21 03:07:50.325 INFO kablam! usermod: no changes Sep 21 03:07:50.383 INFO kablam! Checking shift-register-driver v0.1.1 (/source) Sep 21 03:07:50.618 INFO kablam! error: the trait bound `Pin1: hal::digital::OutputPin` is not satisfied Sep 21 03:07:50.618 INFO kablam! --> src/sipo.rs:131:44 Sep 21 03:07:50.618 INFO kablam! | Sep 21 03:07:50.618 INFO kablam! 131 | pub type ShiftRegister = ShiftRegister8; Sep 21 03:07:50.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hal::digital::OutputPin` is not implemented for `Pin1` Sep 21 03:07:50.618 INFO kablam! | Sep 21 03:07:50.618 INFO kablam! note: lint level defined here Sep 21 03:07:50.618 INFO kablam! --> src/lib.rs:5:9 Sep 21 03:07:50.618 INFO kablam! | Sep 21 03:07:50.618 INFO kablam! 5 | #![deny(warnings)] Sep 21 03:07:50.618 INFO kablam! | ^^^^^^^^ Sep 21 03:07:50.618 INFO kablam! = note: #[deny(type_alias_missing_bounds)] implied by #[deny(warnings)] Sep 21 03:07:50.618 INFO kablam! = help: consider adding a `where Pin1: hal::digital::OutputPin` bound Sep 21 03:07:50.618 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 03:07:50.618 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 03:07:50.618 INFO kablam! Sep 21 03:07:50.618 INFO kablam! error: the trait bound `Pin2: hal::digital::OutputPin` is not satisfied Sep 21 03:07:50.618 INFO kablam! --> src/sipo.rs:131:44 Sep 21 03:07:50.618 INFO kablam! | Sep 21 03:07:50.618 INFO kablam! 131 | pub type ShiftRegister = ShiftRegister8; Sep 21 03:07:50.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hal::digital::OutputPin` is not implemented for `Pin2` Sep 21 03:07:50.618 INFO kablam! | Sep 21 03:07:50.618 INFO kablam! = help: consider adding a `where Pin2: hal::digital::OutputPin` bound Sep 21 03:07:50.618 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 03:07:50.618 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 03:07:50.618 INFO kablam! Sep 21 03:07:50.618 INFO kablam! error: the trait bound `Pin3: hal::digital::OutputPin` is not satisfied Sep 21 03:07:50.618 INFO kablam! --> src/sipo.rs:131:44 Sep 21 03:07:50.618 INFO kablam! | Sep 21 03:07:50.618 INFO kablam! 131 | pub type ShiftRegister = ShiftRegister8; Sep 21 03:07:50.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hal::digital::OutputPin` is not implemented for `Pin3` Sep 21 03:07:50.618 INFO kablam! | Sep 21 03:07:50.618 INFO kablam! = help: consider adding a `where Pin3: hal::digital::OutputPin` bound Sep 21 03:07:50.618 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 03:07:50.618 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 03:07:50.618 INFO kablam! Sep 21 03:07:50.642 INFO kablam! error: aborting due to 3 previous errors Sep 21 03:07:50.642 INFO kablam! Sep 21 03:07:50.642 INFO kablam! error: Could not compile `shift-register-driver`. Sep 21 03:07:50.642 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 03:07:50.766 INFO kablam! error: the trait bound `Pin1: hal::digital::OutputPin` is not satisfied Sep 21 03:07:50.766 INFO kablam! --> src/sipo.rs:131:44 Sep 21 03:07:50.766 INFO kablam! | Sep 21 03:07:50.766 INFO kablam! 131 | pub type ShiftRegister = ShiftRegister8; Sep 21 03:07:50.766 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hal::digital::OutputPin` is not implemented for `Pin1` Sep 21 03:07:50.766 INFO kablam! | Sep 21 03:07:50.766 INFO kablam! note: lint level defined here Sep 21 03:07:50.766 INFO kablam! --> src/lib.rs:5:9 Sep 21 03:07:50.766 INFO kablam! | Sep 21 03:07:50.766 INFO kablam! 5 | #![deny(warnings)] Sep 21 03:07:50.766 INFO kablam! | ^^^^^^^^ Sep 21 03:07:50.766 INFO kablam! = note: #[deny(type_alias_missing_bounds)] implied by #[deny(warnings)] Sep 21 03:07:50.766 INFO kablam! = help: consider adding a `where Pin1: hal::digital::OutputPin` bound Sep 21 03:07:50.766 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 03:07:50.766 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 03:07:50.766 INFO kablam! Sep 21 03:07:50.766 INFO kablam! error: the trait bound `Pin2: hal::digital::OutputPin` is not satisfied Sep 21 03:07:50.766 INFO kablam! --> src/sipo.rs:131:44 Sep 21 03:07:50.766 INFO kablam! | Sep 21 03:07:50.766 INFO kablam! 131 | pub type ShiftRegister = ShiftRegister8; Sep 21 03:07:50.766 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hal::digital::OutputPin` is not implemented for `Pin2` Sep 21 03:07:50.766 INFO kablam! | Sep 21 03:07:50.766 INFO kablam! = help: consider adding a `where Pin2: hal::digital::OutputPin` bound Sep 21 03:07:50.766 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 03:07:50.766 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 03:07:50.766 INFO kablam! Sep 21 03:07:50.766 INFO kablam! error: the trait bound `Pin3: hal::digital::OutputPin` is not satisfied Sep 21 03:07:50.766 INFO kablam! --> src/sipo.rs:131:44 Sep 21 03:07:50.766 INFO kablam! | Sep 21 03:07:50.766 INFO kablam! 131 | pub type ShiftRegister = ShiftRegister8; Sep 21 03:07:50.766 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hal::digital::OutputPin` is not implemented for `Pin3` Sep 21 03:07:50.766 INFO kablam! | Sep 21 03:07:50.766 INFO kablam! = help: consider adding a `where Pin3: hal::digital::OutputPin` bound Sep 21 03:07:50.766 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 03:07:50.766 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 03:07:50.766 INFO kablam! Sep 21 03:07:50.794 INFO kablam! error: aborting due to 3 previous errors Sep 21 03:07:50.794 INFO kablam! Sep 21 03:07:50.798 INFO kablam! error: Could not compile `shift-register-driver`. Sep 21 03:07:50.798 INFO kablam! Sep 21 03:07:50.798 INFO kablam! To learn more, run the command again with --verbose. Sep 21 03:07:50.798 INFO kablam! su: No module specific data is present Sep 21 03:07:51.539 INFO running `"docker" "rm" "-f" "4f2a2bc20e5d214ce7e0f5337d5a84d3a2176a90ab62b81b3ca60448ec8c3071"` Sep 21 03:07:51.632 INFO blam! 4f2a2bc20e5d214ce7e0f5337d5a84d3a2176a90ab62b81b3ca60448ec8c3071