Sep 14 08:36:17.499 INFO checking sputnikvm-stateful-0.7.5 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 08:36:17.499 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 08:36:17.499 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-2/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 08:36:17.998 INFO blam! 3a0ebb6442a4cb7536f67f8ba1182f728c4a2082a29efcb85d2cf15433846d74 Sep 14 08:36:17.999 INFO running `"docker" "start" "-a" "3a0ebb6442a4cb7536f67f8ba1182f728c4a2082a29efcb85d2cf15433846d74"` Sep 14 08:36:19.731 INFO kablam! usermod: no changes Sep 14 08:36:19.938 INFO kablam! Checking etcommon-hexutil v0.2.3 Sep 14 08:36:19.939 INFO kablam! Checking elastic-array-plus v0.9.1 Sep 14 08:36:19.946 INFO kablam! Checking blockchain v0.2.0 Sep 14 08:36:19.979 INFO kablam! Compiling secp256k1-plus v0.5.7 Sep 14 08:36:19.981 INFO kablam! Checking generic-array v0.8.3 Sep 14 08:36:22.395 INFO kablam! Checking etcommon-rlp v0.2.3 Sep 14 08:36:22.425 INFO kablam! Checking digest v0.6.2 Sep 14 08:36:22.425 INFO kablam! Checking block-buffer v0.2.0 Sep 14 08:36:23.721 INFO kablam! Checking sha3 v0.6.0 Sep 14 08:36:23.723 INFO kablam! Checking sha2 v0.6.0 Sep 14 08:36:23.723 INFO kablam! Checking ripemd160 v0.6.0 Sep 14 08:36:25.180 INFO kablam! Checking etcommon-bigint v0.2.9 Sep 14 08:36:28.815 INFO kablam! Checking etcommon-trie v0.3.11 Sep 14 08:36:28.815 INFO kablam! Checking etcommon-block-core v0.1.0 Sep 14 08:36:28.815 INFO kablam! Checking etcommon-bloom v0.2.1 Sep 14 08:36:30.339 INFO kablam! Checking etcommon-block v0.3.4 Sep 14 08:36:31.171 INFO kablam! Checking sputnikvm v0.7.8 Sep 14 08:36:33.251 INFO kablam! Checking sputnikvm-stateful v0.7.5 (file:///source) Sep 14 08:36:35.728 INFO kablam! error[E0107]: wrong number of type arguments: expected 1, found 0 Sep 14 08:36:35.728 INFO kablam! --> examples/parallel.rs:76:38 Sep 14 08:36:35.728 INFO kablam! | Sep 14 08:36:35.728 INFO kablam! 76 | let vm: SeqTransactionVM = stateful.call( Sep 14 08:36:35.728 INFO kablam! | ^^^^^^^^^^^ expected 1 type argument Sep 14 08:36:35.728 INFO kablam! Sep 14 08:36:35.757 INFO kablam! error[E0107]: wrong number of type arguments: expected 1, found 0 Sep 14 08:36:35.757 INFO kablam! --> examples/parallel.rs:50:38 Sep 14 08:36:35.757 INFO kablam! | Sep 14 08:36:35.757 INFO kablam! 50 | let vm: SeqTransactionVM = stateful.call( Sep 14 08:36:35.757 INFO kablam! | ^^^^^^^^^^^ expected 1 type argument Sep 14 08:36:35.757 INFO kablam! Sep 14 08:36:35.863 INFO kablam! error[E0277]: the size for values of type `[sputnikvm::AccountChange]` cannot be known at compilation time Sep 14 08:36:35.863 INFO kablam! --> examples/parallel.rs:72:18 Sep 14 08:36:35.863 INFO kablam! | Sep 14 08:36:35.863 INFO kablam! 72 | for (index, (accounts, used_addresses)) in thread_accounts.into_iter().enumerate() { Sep 14 08:36:35.863 INFO kablam! | ^^^^^^^^ doesn't have a size known at compile-time Sep 14 08:36:35.863 INFO kablam! | Sep 14 08:36:35.863 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[sputnikvm::AccountChange]` Sep 14 08:36:35.863 INFO kablam! = note: to learn more, visit Sep 14 08:36:35.863 INFO kablam! = note: all local variables must have a statically known size Sep 14 08:36:35.863 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 14 08:36:35.863 INFO kablam! Sep 14 08:36:35.863 INFO kablam! error[E0277]: the size for values of type `[sputnikvm::AccountChange]` cannot be known at compilation time Sep 14 08:36:35.863 INFO kablam! --> examples/parallel.rs:72:48 Sep 14 08:36:35.863 INFO kablam! | Sep 14 08:36:35.863 INFO kablam! 72 | for (index, (accounts, used_addresses)) in thread_accounts.into_iter().enumerate() { Sep 14 08:36:35.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 14 08:36:35.863 INFO kablam! | Sep 14 08:36:35.863 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[sputnikvm::AccountChange]` Sep 14 08:36:35.863 INFO kablam! = note: to learn more, visit Sep 14 08:36:35.863 INFO kablam! = note: only the last element of a tuple may have a dynamically sized type Sep 14 08:36:35.863 INFO kablam! Sep 14 08:36:35.863 INFO kablam! error[E0277]: the size for values of type `[sputnikvm::AccountChange]` cannot be known at compilation time Sep 14 08:36:35.863 INFO kablam! --> examples/parallel.rs:72:48 Sep 14 08:36:35.863 INFO kablam! | Sep 14 08:36:35.863 INFO kablam! 72 | for (index, (accounts, used_addresses)) in thread_accounts.into_iter().enumerate() { Sep 14 08:36:35.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 14 08:36:35.863 INFO kablam! | Sep 14 08:36:35.863 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[sputnikvm::AccountChange]` Sep 14 08:36:35.863 INFO kablam! = note: to learn more, visit Sep 14 08:36:35.863 INFO kablam! = note: only the last element of a tuple may have a dynamically sized type Sep 14 08:36:35.863 INFO kablam! Sep 14 08:36:35.863 INFO kablam! error[E0277]: the size for values of type `[sputnikvm::AccountChange]` cannot be known at compilation time Sep 14 08:36:35.863 INFO kablam! --> examples/parallel.rs:61:9 Sep 14 08:36:35.863 INFO kablam! | Sep 14 08:36:35.863 INFO kablam! 61 | thread_accounts.push(accounts); Sep 14 08:36:35.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 14 08:36:35.863 INFO kablam! | Sep 14 08:36:35.863 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[sputnikvm::AccountChange]` Sep 14 08:36:35.863 INFO kablam! = note: to learn more, visit Sep 14 08:36:35.863 INFO kablam! = note: only the last element of a tuple may have a dynamically sized type Sep 14 08:36:35.863 INFO kablam! Sep 14 08:36:35.863 INFO kablam! error[E0277]: the size for values of type `[sputnikvm::AccountChange]` cannot be known at compilation time Sep 14 08:36:35.863 INFO kablam! --> examples/parallel.rs:58:31 Sep 14 08:36:35.863 INFO kablam! | Sep 14 08:36:35.863 INFO kablam! 58 | let mut thread_accounts = Vec::new(); Sep 14 08:36:35.863 INFO kablam! | ^^^^^^^^ doesn't have a size known at compile-time Sep 14 08:36:35.863 INFO kablam! | Sep 14 08:36:35.863 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[sputnikvm::AccountChange]` Sep 14 08:36:35.864 INFO kablam! = note: to learn more, visit Sep 14 08:36:35.864 INFO kablam! = note: only the last element of a tuple may have a dynamically sized type Sep 14 08:36:35.864 INFO kablam! Sep 14 08:36:35.887 INFO kablam! error[E0277]: the size for values of type `[sputnikvm::AccountChange]` cannot be known at compilation time Sep 14 08:36:35.887 INFO kablam! --> examples/parallel.rs:73:14 Sep 14 08:36:35.887 INFO kablam! | Sep 14 08:36:35.887 INFO kablam! 73 | let (accounts, used_addresses) = if is_modified(&modified_addresses, &accounts) { Sep 14 08:36:35.887 INFO kablam! | ^^^^^^^^ doesn't have a size known at compile-time Sep 14 08:36:35.887 INFO kablam! | Sep 14 08:36:35.887 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[sputnikvm::AccountChange]` Sep 14 08:36:35.887 INFO kablam! = note: to learn more, visit Sep 14 08:36:35.887 INFO kablam! = note: all local variables must have a statically known size Sep 14 08:36:35.887 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 14 08:36:35.887 INFO kablam! Sep 14 08:36:35.897 INFO kablam! error[E0624]: method `full` is private Sep 14 08:36:35.897 INFO kablam! --> examples/parallel.rs:109:22 Sep 14 08:36:35.897 INFO kablam! | Sep 14 08:36:35.897 INFO kablam! 109 | storage: Storage::full(addr1), Sep 14 08:36:35.897 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 08:36:35.897 INFO kablam! Sep 14 08:36:35.898 INFO kablam! error[E0624]: method `full` is private Sep 14 08:36:35.898 INFO kablam! --> examples/parallel.rs:117:22 Sep 14 08:36:35.898 INFO kablam! | Sep 14 08:36:35.898 INFO kablam! 117 | storage: Storage::full(addr2), Sep 14 08:36:35.898 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 08:36:35.898 INFO kablam! Sep 14 08:36:35.899 INFO kablam! error[E0624]: method `full` is private Sep 14 08:36:35.899 INFO kablam! --> examples/parallel.rs:125:22 Sep 14 08:36:35.899 INFO kablam! | Sep 14 08:36:35.899 INFO kablam! 125 | storage: Storage::full(addr3), Sep 14 08:36:35.899 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 08:36:35.899 INFO kablam! Sep 14 08:36:35.926 INFO kablam! error: aborting due to 11 previous errors Sep 14 08:36:35.926 INFO kablam! Sep 14 08:36:35.926 INFO kablam! Some errors occurred: E0107, E0277, E0624. Sep 14 08:36:35.926 INFO kablam! For more information about an error, try `rustc --explain E0107`. Sep 14 08:36:35.950 INFO kablam! error[E0624]: method `new` is private Sep 14 08:36:35.950 INFO kablam! --> tests/genesis.rs:72:26 Sep 14 08:36:35.950 INFO kablam! | Sep 14 08:36:35.950 INFO kablam! 72 | storage: Storage::new(address, false), Sep 14 08:36:35.950 INFO kablam! | ^^^^^^^^^^^^ Sep 14 08:36:35.951 INFO kablam! error: Could not compile `sputnikvm-stateful`. Sep 14 08:36:35.952 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 08:36:35.952 INFO kablam! Sep 14 08:36:35.970 INFO kablam! error[E0107]: wrong number of type arguments: expected 1, found 0 Sep 14 08:36:35.970 INFO kablam! --> tests/genesis.rs:96:34 Sep 14 08:36:35.970 INFO kablam! | Sep 14 08:36:35.970 INFO kablam! 96 | let vm: SeqTransactionVM = stateful.execute(ValidTransaction { Sep 14 08:36:35.970 INFO kablam! | ^^^^^^^^^^^ expected 1 type argument Sep 14 08:36:35.975 INFO kablam! Sep 14 08:36:36.015 INFO kablam! error: aborting due to 2 previous errors Sep 14 08:36:36.015 INFO kablam! Sep 14 08:36:36.015 INFO kablam! Some errors occurred: E0107, E0624. Sep 14 08:36:36.015 INFO kablam! For more information about an error, try `rustc --explain E0107`. Sep 14 08:36:36.051 INFO kablam! error: Could not compile `sputnikvm-stateful`. Sep 14 08:36:36.051 INFO kablam! Sep 14 08:36:36.051 INFO kablam! To learn more, run the command again with --verbose. Sep 14 08:36:36.053 INFO kablam! su: No module specific data is present Sep 14 08:36:37.289 INFO running `"docker" "rm" "-f" "3a0ebb6442a4cb7536f67f8ba1182f728c4a2082a29efcb85d2cf15433846d74"` Sep 14 08:36:37.542 INFO blam! 3a0ebb6442a4cb7536f67f8ba1182f728c4a2082a29efcb85d2cf15433846d74