Sep 21 03:04:42.262 INFO checking signatory-ring-0.9.0-alpha3 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 03:04:42.262 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 03:04:42.262 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-0/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:04:42.490 INFO blam! 11dc3ae5a6d35e78f836f85228f839d7cb47e2d81c418fd835fcc9fafad0642c Sep 21 03:04:42.492 INFO running `"docker" "start" "-a" "11dc3ae5a6d35e78f836f85228f839d7cb47e2d81c418fd835fcc9fafad0642c"` Sep 21 03:04:43.458 INFO kablam! usermod: no changes Sep 21 03:04:43.706 INFO kablam! Compiling clear_on_drop v0.2.3 Sep 21 03:04:44.886 INFO kablam! Checking signatory v0.9.0-alpha3 Sep 21 03:04:46.044 INFO kablam! Checking signatory-ring v0.9.0-alpha3 (/source) Sep 21 03:04:46.486 INFO kablam! error: the trait bound `S: signatory::EcdsaSignature` is not satisfied Sep 21 03:04:46.486 INFO kablam! --> src/ecdsa/p256.rs:22:26 Sep 21 03:04:46.486 INFO kablam! | Sep 21 03:04:46.486 INFO kablam! 22 | pub type P256Signer = EcdsaSigner; Sep 21 03:04:46.486 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `signatory::EcdsaSignature` is not implemented for `S` Sep 21 03:04:46.486 INFO kablam! | Sep 21 03:04:46.486 INFO kablam! note: lint level defined here Sep 21 03:04:46.486 INFO kablam! --> src/lib.rs:6:9 Sep 21 03:04:46.486 INFO kablam! | Sep 21 03:04:46.486 INFO kablam! 6 | #![deny(warnings, missing_docs, trivial_casts, trivial_numeric_casts)] Sep 21 03:04:46.486 INFO kablam! | ^^^^^^^^ Sep 21 03:04:46.487 INFO kablam! = note: #[deny(type_alias_missing_bounds)] implied by #[deny(warnings)] Sep 21 03:04:46.487 INFO kablam! = help: consider adding a `where S: signatory::EcdsaSignature` bound Sep 21 03:04:46.488 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 03:04:46.488 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 03:04:46.489 INFO kablam! Sep 21 03:04:46.514 INFO kablam! error: the trait bound `S: signatory::EcdsaSignature` is not satisfied Sep 21 03:04:46.515 INFO kablam! --> src/ecdsa/p384.rs:22:26 Sep 21 03:04:46.515 INFO kablam! | Sep 21 03:04:46.515 INFO kablam! 22 | pub type P384Signer = EcdsaSigner; Sep 21 03:04:46.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `signatory::EcdsaSignature` is not implemented for `S` Sep 21 03:04:46.516 INFO kablam! | Sep 21 03:04:46.516 INFO kablam! = help: consider adding a `where S: signatory::EcdsaSignature` bound Sep 21 03:04:46.517 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 03:04:46.517 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 03:04:46.517 INFO kablam! Sep 21 03:04:46.582 INFO kablam! error: aborting due to 2 previous errors Sep 21 03:04:46.582 INFO kablam! Sep 21 03:04:46.598 INFO kablam! error: Could not compile `signatory-ring`. Sep 21 03:04:46.598 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 03:04:46.709 INFO kablam! error: the trait bound `S: signatory::EcdsaSignature` is not satisfied Sep 21 03:04:46.709 INFO kablam! --> src/ecdsa/p256.rs:22:26 Sep 21 03:04:46.709 INFO kablam! | Sep 21 03:04:46.709 INFO kablam! 22 | pub type P256Signer = EcdsaSigner; Sep 21 03:04:46.709 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `signatory::EcdsaSignature` is not implemented for `S` Sep 21 03:04:46.709 INFO kablam! | Sep 21 03:04:46.709 INFO kablam! note: lint level defined here Sep 21 03:04:46.709 INFO kablam! --> src/lib.rs:6:9 Sep 21 03:04:46.709 INFO kablam! | Sep 21 03:04:46.709 INFO kablam! 6 | #![deny(warnings, missing_docs, trivial_casts, trivial_numeric_casts)] Sep 21 03:04:46.709 INFO kablam! | ^^^^^^^^ Sep 21 03:04:46.709 INFO kablam! = note: #[deny(type_alias_missing_bounds)] implied by #[deny(warnings)] Sep 21 03:04:46.709 INFO kablam! = help: consider adding a `where S: signatory::EcdsaSignature` bound Sep 21 03:04:46.709 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 03:04:46.709 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 03:04:46.710 INFO kablam! Sep 21 03:04:46.714 INFO kablam! error: the trait bound `S: signatory::EcdsaSignature` is not satisfied Sep 21 03:04:46.714 INFO kablam! --> src/ecdsa/p384.rs:22:26 Sep 21 03:04:46.714 INFO kablam! | Sep 21 03:04:46.714 INFO kablam! 22 | pub type P384Signer = EcdsaSigner; Sep 21 03:04:46.714 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `signatory::EcdsaSignature` is not implemented for `S` Sep 21 03:04:46.714 INFO kablam! | Sep 21 03:04:46.714 INFO kablam! = help: consider adding a `where S: signatory::EcdsaSignature` bound Sep 21 03:04:46.714 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 03:04:46.714 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 03:04:46.714 INFO kablam! Sep 21 03:04:46.732 INFO kablam! error: aborting due to 2 previous errors Sep 21 03:04:46.732 INFO kablam! Sep 21 03:04:46.747 INFO kablam! error: Could not compile `signatory-ring`. Sep 21 03:04:46.747 INFO kablam! Sep 21 03:04:46.748 INFO kablam! To learn more, run the command again with --verbose. Sep 21 03:04:46.749 INFO kablam! su: No module specific data is present Sep 21 03:04:47.704 INFO running `"docker" "rm" "-f" "11dc3ae5a6d35e78f836f85228f839d7cb47e2d81c418fd835fcc9fafad0642c"` Sep 21 03:04:47.811 INFO blam! 11dc3ae5a6d35e78f836f85228f839d7cb47e2d81c418fd835fcc9fafad0642c