Sep 01 21:25:55.936 INFO checking eventsourcing-0.1.1 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 21:25:55.936 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 21:25:55.936 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-0/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 21:25:56.175 INFO blam! 31108a949abad66039e3e00406598ca1d6905f73bedfc684bdf4e58d2914becf Sep 01 21:25:56.176 INFO running `"docker" "start" "-a" "31108a949abad66039e3e00406598ca1d6905f73bedfc684bdf4e58d2914becf"` Sep 01 21:25:57.062 INFO kablam! Compiling eventsourcing-derive v0.1.1 Sep 01 21:25:57.062 INFO kablam! Checking eventsourcing v0.1.1 (file:///source) Sep 01 21:26:03.915 INFO kablam! error[E0432]: unresolved import `eventsourcing::eventstore::OrgEventStore` Sep 01 21:26:03.915 INFO kablam! --> examples/combat/main.rs:14:5 Sep 01 21:26:03.915 INFO kablam! | Sep 01 21:26:03.915 INFO kablam! 14 | use eventsourcing::eventstore::OrgEventStore; Sep 01 21:26:03.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `OrgEventStore` in `eventstore`. Did you mean to use `EventStore`? Sep 01 21:26:03.915 INFO kablam! Sep 01 21:26:03.924 INFO kablam! warning: unused imports: `Dispatcher`, `Event`, `MemoryEventStore` Sep 01 21:26:03.924 INFO kablam! --> examples/combat/domain.rs:2:30 Sep 01 21:26:03.924 INFO kablam! | Sep 01 21:26:03.924 INFO kablam! 2 | eventstore::{EventStore, MemoryEventStore}, Aggregate, AggregateState, Dispatcher, Event, Sep 01 21:26:03.924 INFO kablam! | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^ ^^^^^ Sep 01 21:26:03.924 INFO kablam! | Sep 01 21:26:03.924 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 21:26:03.924 INFO kablam! Sep 01 21:26:03.950 INFO kablam! warning: unused import: `Combat` Sep 01 21:26:03.950 INFO kablam! --> examples/combat/main.rs:13:14 Sep 01 21:26:03.950 INFO kablam! | Sep 01 21:26:03.950 INFO kablam! 13 | use domain::{Combat, CombatCommand, CombatDispatcher, CombatEvent, CombatState}; Sep 01 21:26:03.950 INFO kablam! | ^^^^^^ Sep 01 21:26:03.950 INFO kablam! Sep 01 21:26:04.305 INFO kablam! warning: unused variable: `account_store` Sep 01 21:26:04.306 INFO kablam! --> examples/bank.rs:75:9 Sep 01 21:26:04.306 INFO kablam! | Sep 01 21:26:04.306 INFO kablam! 75 | let account_store = MemoryEventStore::new(); Sep 01 21:26:04.306 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_account_store` instead Sep 01 21:26:04.307 INFO kablam! warning: unused import: `EventStore` Sep 01 21:26:04.307 INFO kablam! --> examples/combat/domain.rs:2:18 Sep 01 21:26:04.307 INFO kablam! | Sep 01 21:26:04.307 INFO kablam! 2 | eventstore::{EventStore, MemoryEventStore}, Aggregate, AggregateState, Dispatcher, Event, Sep 01 21:26:04.307 INFO kablam! | ^^^^^^^^^^ Sep 01 21:26:04.307 INFO kablam! Sep 01 21:26:04.308 INFO kablam! | Sep 01 21:26:04.308 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 01 21:26:04.312 INFO kablam! error: aborting due to previous error Sep 01 21:26:04.312 INFO kablam! Sep 01 21:26:04.312 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 01 21:26:04.313 INFO kablam! Sep 01 21:26:04.358 INFO kablam! error: Could not compile `eventsourcing`. Sep 01 21:26:04.358 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 21:26:04.440 INFO kablam! warning: variant is never constructed: `WithdrawFunds` Sep 01 21:26:04.440 INFO kablam! --> examples/bank.rs:22:5 Sep 01 21:26:04.440 INFO kablam! | Sep 01 21:26:04.441 INFO kablam! 22 | WithdrawFunds(String, u32), Sep 01 21:26:04.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 21:26:04.441 INFO kablam! | Sep 01 21:26:04.441 INFO kablam! = note: #[warn(dead_code)] on by default Sep 01 21:26:04.441 INFO kablam! Sep 01 21:26:04.441 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Sep 01 21:26:04.441 INFO kablam! --> examples/bank.rs:1:12 Sep 01 21:26:04.441 INFO kablam! | Sep 01 21:26:04.441 INFO kablam! 1 | #![feature(attr_literals)] Sep 01 21:26:04.441 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 21:26:04.441 INFO kablam! | Sep 01 21:26:04.441 INFO kablam! = note: #[warn(stable_features)] on by default Sep 01 21:26:04.441 INFO kablam! Sep 01 21:26:04.803 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Sep 01 21:26:04.803 INFO kablam! --> tests/cloudevents.rs:1:12 Sep 01 21:26:04.803 INFO kablam! | Sep 01 21:26:04.803 INFO kablam! 1 | #![feature(attr_literals)] Sep 01 21:26:04.803 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 21:26:04.803 INFO kablam! | Sep 01 21:26:04.803 INFO kablam! = note: #[warn(stable_features)] on by default Sep 01 21:26:04.803 INFO kablam! Sep 01 21:26:04.884 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Sep 01 21:26:04.884 INFO kablam! --> examples/location.rs:1:12 Sep 01 21:26:04.884 INFO kablam! | Sep 01 21:26:04.884 INFO kablam! 1 | #![feature(attr_literals)] Sep 01 21:26:04.884 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 21:26:04.884 INFO kablam! | Sep 01 21:26:04.884 INFO kablam! = note: #[warn(stable_features)] on by default Sep 01 21:26:04.885 INFO kablam! Sep 01 21:26:04.925 INFO kablam! error: build failed Sep 01 21:26:04.927 INFO kablam! su: No module specific data is present Sep 01 21:26:05.546 INFO running `"docker" "rm" "-f" "31108a949abad66039e3e00406598ca1d6905f73bedfc684bdf4e58d2914becf"` Sep 01 21:26:05.709 INFO blam! 31108a949abad66039e3e00406598ca1d6905f73bedfc684bdf4e58d2914becf