Sep 01 04:59:09.486 INFO checking eventsourcing-0.1.1 against try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b for pr-53578 Sep 01 04:59:09.486 INFO running: cargo +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets Sep 01 04:59:09.486 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-2/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/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 +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-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.661 INFO blam! 5b2fc576dae18cb76cf6628dc63ae08bfe92c71a243ea3217544655cb9d9d404 Sep 01 04:59:09.663 INFO running `"docker" "start" "-a" "5b2fc576dae18cb76cf6628dc63ae08bfe92c71a243ea3217544655cb9d9d404"` Sep 01 04:59:10.461 INFO kablam! Compiling eventsourcing-derive v0.1.1 Sep 01 04:59:10.462 INFO kablam! Checking eventsourcing v0.1.1 (file:///source) Sep 01 04:59:17.744 INFO kablam! error[E0432]: unresolved import `eventsourcing::eventstore::OrgEventStore` Sep 01 04:59:17.744 INFO kablam! --> examples/combat/main.rs:14:5 Sep 01 04:59:17.744 INFO kablam! | Sep 01 04:59:17.744 INFO kablam! 14 | use eventsourcing::eventstore::OrgEventStore; Sep 01 04:59:17.744 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `OrgEventStore` in `eventstore`. Did you mean to use `EventStore`? Sep 01 04:59:17.744 INFO kablam! Sep 01 04:59:17.757 INFO kablam! warning: unused variable: `account_store` Sep 01 04:59:17.757 INFO kablam! --> examples/bank.rs:75:9 Sep 01 04:59:17.757 INFO kablam! | Sep 01 04:59:17.757 INFO kablam! 75 | let account_store = MemoryEventStore::new(); Sep 01 04:59:17.757 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_account_store` instead Sep 01 04:59:17.762 INFO kablam! | Sep 01 04:59:17.763 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 01 04:59:17.763 INFO kablam! Sep 01 04:59:17.773 INFO kablam! warning: unused imports: `Dispatcher`, `Event`, `MemoryEventStore` Sep 01 04:59:17.773 INFO kablam! --> examples/combat/domain.rs:2:30 Sep 01 04:59:17.773 INFO kablam! | Sep 01 04:59:17.773 INFO kablam! 2 | eventstore::{EventStore, MemoryEventStore}, Aggregate, AggregateState, Dispatcher, Event, Sep 01 04:59:17.773 INFO kablam! | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^ ^^^^^ Sep 01 04:59:17.774 INFO kablam! | Sep 01 04:59:17.774 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 04:59:17.774 INFO kablam! Sep 01 04:59:17.775 INFO kablam! warning: unused import: `Combat` Sep 01 04:59:17.775 INFO kablam! --> examples/combat/main.rs:13:14 Sep 01 04:59:17.775 INFO kablam! | Sep 01 04:59:17.775 INFO kablam! 13 | use domain::{Combat, CombatCommand, CombatDispatcher, CombatEvent, CombatState}; Sep 01 04:59:17.775 INFO kablam! | ^^^^^^ Sep 01 04:59:17.775 INFO kablam! Sep 01 04:59:18.054 INFO kablam! warning: variant is never constructed: `WithdrawFunds` Sep 01 04:59:18.054 INFO kablam! --> examples/bank.rs:22:5 Sep 01 04:59:18.054 INFO kablam! | Sep 01 04:59:18.054 INFO kablam! 22 | WithdrawFunds(String, u32), Sep 01 04:59:18.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:59:18.055 INFO kablam! | Sep 01 04:59:18.055 INFO kablam! = note: #[warn(dead_code)] on by default Sep 01 04:59:18.055 INFO kablam! Sep 01 04:59:18.220 INFO kablam! warning: unused import: `EventStore` Sep 01 04:59:18.220 INFO kablam! --> examples/combat/domain.rs:2:18 Sep 01 04:59:18.220 INFO kablam! | Sep 01 04:59:18.220 INFO kablam! 2 | eventstore::{EventStore, MemoryEventStore}, Aggregate, AggregateState, Dispatcher, Event, Sep 01 04:59:18.220 INFO kablam! | ^^^^^^^^^^ Sep 01 04:59:18.220 INFO kablam! Sep 01 04:59:18.233 INFO kablam! error: aborting due to previous error Sep 01 04:59:18.233 INFO kablam! Sep 01 04:59:18.233 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 01 04:59:18.246 INFO kablam! error: Could not compile `eventsourcing`. Sep 01 04:59:18.246 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 04:59:19.046 INFO kablam! error: build failed Sep 01 04:59:19.048 INFO kablam! su: No module specific data is present Sep 01 04:59:19.613 INFO running `"docker" "rm" "-f" "5b2fc576dae18cb76cf6628dc63ae08bfe92c71a243ea3217544655cb9d9d404"` Sep 01 04:59:19.725 INFO blam! 5b2fc576dae18cb76cf6628dc63ae08bfe92c71a243ea3217544655cb9d9d404