Sep 17 16:54:33.273 INFO checking sputnikvm-0.10.1 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033
Sep 17 16:54:33.273 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets
Sep 17 16:54:33.273 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-3/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"`
Sep 17 16:54:33.538 INFO blam! bedb9aa6db2c03a16a2132fd64e8cbf21c9bc83103dbf1f2acf4ded817dfb64a
Sep 17 16:54:33.540 INFO running `"docker" "start" "-a" "bedb9aa6db2c03a16a2132fd64e8cbf21c9bc83103dbf1f2acf4ded817dfb64a"`
Sep 17 16:54:34.805 INFO kablam! usermod: no changes
Sep 17 16:54:34.903 INFO kablam! Checking etcommon-hexutil v0.2.3
Sep 17 16:54:35.183 INFO kablam! Checking etcommon-rlp v0.2.3
Sep 17 16:54:35.836 INFO kablam! Checking etcommon-bigint v0.2.9
Sep 17 16:54:37.678 INFO kablam! Checking etcommon-bloom v0.2.1
Sep 17 16:54:37.679 INFO kablam! Checking etcommon-block-core v0.1.0
Sep 17 16:54:37.679 INFO kablam! Checking etcommon-trie v0.3.11
Sep 17 16:54:38.534 INFO kablam! Checking etcommon-block v0.3.4
Sep 17 16:54:39.187 INFO kablam! Checking sputnikvm v0.10.1 (/source)
Sep 17 16:54:39.975 INFO kablam! error: the trait bound `P: patch::Patch` is not satisfied
Sep 17 16:54:39.975 INFO kablam! --> src/lib.rs:151:28
Sep 17 16:54:39.975 INFO kablam! |
Sep 17 16:54:39.975 INFO kablam! 151 | pub type SeqContextVM
= ContextVM, P>;
Sep 17 16:54:39.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `patch::Patch` is not implemented for `P`
Sep 17 16:54:39.975 INFO kablam! |
Sep 17 16:54:39.975 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default
Sep 17 16:54:39.975 INFO kablam! = help: consider adding a `where P: patch::Patch` bound
Sep 17 16:54:39.975 INFO kablam! = help: missing bounds in type aliases were previously allowed
Sep 17 16:54:39.975 INFO kablam! = help: this is a hard error in Rust 2018
Sep 17 16:54:39.975 INFO kablam!
Sep 17 16:54:39.975 INFO kablam! error: the trait bound `P: patch::Patch` is not satisfied
Sep 17 16:54:39.975 INFO kablam! --> src/lib.rs:154:32
Sep 17 16:54:39.975 INFO kablam! |
Sep 17 16:54:39.975 INFO kablam! 154 | pub type SeqTransactionVM = TransactionVM, P>;
Sep 17 16:54:39.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `patch::Patch` is not implemented for `P`
Sep 17 16:54:39.975 INFO kablam! |
Sep 17 16:54:39.975 INFO kablam! = help: consider adding a `where P: patch::Patch` bound
Sep 17 16:54:39.975 INFO kablam! = help: missing bounds in type aliases were previously allowed
Sep 17 16:54:39.975 INFO kablam! = help: this is a hard error in Rust 2018
Sep 17 16:54:39.975 INFO kablam!
Sep 17 16:54:40.019 INFO kablam! error: aborting due to 2 previous errors
Sep 17 16:54:40.019 INFO kablam!
Sep 17 16:54:40.027 INFO kablam! error: Could not compile `sputnikvm`.
Sep 17 16:54:40.027 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 17 16:54:40.083 INFO kablam! error: the trait bound `P: patch::Patch` is not satisfied
Sep 17 16:54:40.083 INFO kablam! --> src/lib.rs:151:28
Sep 17 16:54:40.083 INFO kablam! |
Sep 17 16:54:40.083 INFO kablam! 151 | pub type SeqContextVM = ContextVM, P>;
Sep 17 16:54:40.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `patch::Patch` is not implemented for `P`
Sep 17 16:54:40.083 INFO kablam! |
Sep 17 16:54:40.083 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default
Sep 17 16:54:40.083 INFO kablam! = help: consider adding a `where P: patch::Patch` bound
Sep 17 16:54:40.083 INFO kablam! = help: missing bounds in type aliases were previously allowed
Sep 17 16:54:40.083 INFO kablam! = help: this is a hard error in Rust 2018
Sep 17 16:54:40.083 INFO kablam!
Sep 17 16:54:40.083 INFO kablam! error: the trait bound `P: patch::Patch` is not satisfied
Sep 17 16:54:40.083 INFO kablam! --> src/lib.rs:154:32
Sep 17 16:54:40.083 INFO kablam! |
Sep 17 16:54:40.083 INFO kablam! 154 | pub type SeqTransactionVM = TransactionVM, P>;
Sep 17 16:54:40.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `patch::Patch` is not implemented for `P`
Sep 17 16:54:40.083 INFO kablam! |
Sep 17 16:54:40.083 INFO kablam! = help: consider adding a `where P: patch::Patch` bound
Sep 17 16:54:40.083 INFO kablam! = help: missing bounds in type aliases were previously allowed
Sep 17 16:54:40.083 INFO kablam! = help: this is a hard error in Rust 2018
Sep 17 16:54:40.083 INFO kablam!
Sep 17 16:54:40.143 INFO kablam! error: aborting due to 2 previous errors
Sep 17 16:54:40.143 INFO kablam!
Sep 17 16:54:40.162 INFO kablam! error: Could not compile `sputnikvm`.
Sep 17 16:54:40.162 INFO kablam!
Sep 17 16:54:40.162 INFO kablam! To learn more, run the command again with --verbose.
Sep 17 16:54:40.167 INFO kablam! su: No module specific data is present
Sep 17 16:54:40.870 INFO running `"docker" "rm" "-f" "bedb9aa6db2c03a16a2132fd64e8cbf21c9bc83103dbf1f2acf4ded817dfb64a"`
Sep 17 16:54:40.932 INFO blam! bedb9aa6db2c03a16a2132fd64e8cbf21c9bc83103dbf1f2acf4ded817dfb64a