Sep 01 04:59:09.552 INFO checking eventsourcing-0.1.1 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Sep 01 04:59:09.552 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Sep 01 04:59:09.552 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-0/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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=500" "-e" "CMD=cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 04:59:09.766 INFO blam! 8ff14639abaef8e4fe1ca6ec2b76e6da4baf33147e46373f9ee2ca2f1a7e098e Sep 01 04:59:09.768 INFO running `"docker" "start" "-a" "8ff14639abaef8e4fe1ca6ec2b76e6da4baf33147e46373f9ee2ca2f1a7e098e"` Sep 01 04:59:10.647 INFO kablam! Compiling eventsourcing-derive v0.1.1 Sep 01 04:59:10.649 INFO kablam! Checking eventsourcing v0.1.1 (file:///source) Sep 01 04:59:18.652 INFO kablam! warning: unused variable: `account_store` Sep 01 04:59:18.652 INFO kablam! --> examples/bank.rs:75:9 Sep 01 04:59:18.652 INFO kablam! | Sep 01 04:59:18.652 INFO kablam! 75 | let account_store = MemoryEventStore::new(); Sep 01 04:59:18.652 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_account_store` instead Sep 01 04:59:18.653 INFO kablam! | Sep 01 04:59:18.653 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 01 04:59:18.653 INFO kablam! Sep 01 04:59:18.734 INFO kablam! error[E0432]: unresolved import `eventsourcing::eventstore::OrgEventStore` Sep 01 04:59:18.734 INFO kablam! --> examples/combat/main.rs:14:5 Sep 01 04:59:18.734 INFO kablam! | Sep 01 04:59:18.734 INFO kablam! 14 | use eventsourcing::eventstore::OrgEventStore; Sep 01 04:59:18.734 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `OrgEventStore` in `eventstore`. Did you mean to use `EventStore`? Sep 01 04:59:18.742 INFO kablam! Sep 01 04:59:18.760 INFO kablam! warning: unused imports: `Dispatcher`, `Event`, `MemoryEventStore` Sep 01 04:59:18.760 INFO kablam! --> examples/combat/domain.rs:2:30 Sep 01 04:59:18.761 INFO kablam! | Sep 01 04:59:18.761 INFO kablam! 2 | eventstore::{EventStore, MemoryEventStore}, Aggregate, AggregateState, Dispatcher, Event, Sep 01 04:59:18.761 INFO kablam! | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^ ^^^^^ Sep 01 04:59:18.762 INFO kablam! | Sep 01 04:59:18.763 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 04:59:18.763 INFO kablam! Sep 01 04:59:18.764 INFO kablam! warning: unused import: `Combat` Sep 01 04:59:18.764 INFO kablam! --> examples/combat/main.rs:13:14 Sep 01 04:59:18.764 INFO kablam! | Sep 01 04:59:18.764 INFO kablam! 13 | use domain::{Combat, CombatCommand, CombatDispatcher, CombatEvent, CombatState}; Sep 01 04:59:18.765 INFO kablam! | ^^^^^^ Sep 01 04:59:18.774 INFO kablam! Sep 01 04:59:18.882 INFO kablam! warning: variant is never constructed: `WithdrawFunds` Sep 01 04:59:18.882 INFO kablam! --> examples/bank.rs:22:5 Sep 01 04:59:18.882 INFO kablam! | Sep 01 04:59:18.882 INFO kablam! 22 | WithdrawFunds(String, u32), Sep 01 04:59:18.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:59:18.883 INFO kablam! | Sep 01 04:59:18.883 INFO kablam! = note: #[warn(dead_code)] on by default Sep 01 04:59:18.884 INFO kablam! Sep 01 04:59:19.227 INFO kablam! warning: unused import: `EventStore` Sep 01 04:59:19.227 INFO kablam! --> examples/combat/domain.rs:2:18 Sep 01 04:59:19.227 INFO kablam! | Sep 01 04:59:19.227 INFO kablam! 2 | eventstore::{EventStore, MemoryEventStore}, Aggregate, AggregateState, Dispatcher, Event, Sep 01 04:59:19.227 INFO kablam! | ^^^^^^^^^^ Sep 01 04:59:19.228 INFO kablam! Sep 01 04:59:19.235 INFO kablam! error: aborting due to previous error Sep 01 04:59:19.236 INFO kablam! Sep 01 04:59:19.236 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 01 04:59:19.248 INFO kablam! error: Could not compile `eventsourcing`. Sep 01 04:59:19.249 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 04:59:19.538 INFO kablam! error: build failed Sep 01 04:59:19.540 INFO kablam! su: No module specific data is present Sep 01 04:59:19.997 INFO running `"docker" "rm" "-f" "8ff14639abaef8e4fe1ca6ec2b76e6da4baf33147e46373f9ee2ca2f1a7e098e"` Sep 01 04:59:20.139 INFO blam! 8ff14639abaef8e4fe1ca6ec2b76e6da4baf33147e46373f9ee2ca2f1a7e098e