Sep 04 21:13:38.977 INFO checking eventsourcing-0.1.1 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 21:13:38.977 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 21:13:38.977 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 21:13:39.130 INFO blam! b2cb7af76ca554011143c4fcabe0f56d8e871754980401cbc12a3adf7dd4a444 Sep 04 21:13:39.132 INFO running `"docker" "start" "-a" "b2cb7af76ca554011143c4fcabe0f56d8e871754980401cbc12a3adf7dd4a444"` Sep 04 21:13:40.034 INFO kablam! Compiling eventsourcing-derive v0.1.1 Sep 04 21:13:40.034 INFO kablam! Checking eventsourcing v0.1.1 (file:///source) Sep 04 21:13:47.489 INFO kablam! error[E0432]: unresolved import `eventsourcing::eventstore::OrgEventStore` Sep 04 21:13:47.489 INFO kablam! --> examples/combat/main.rs:14:5 Sep 04 21:13:47.489 INFO kablam! | Sep 04 21:13:47.489 INFO kablam! 14 | use eventsourcing::eventstore::OrgEventStore; Sep 04 21:13:47.490 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `OrgEventStore` in `eventstore`. Did you mean to use `EventStore`? Sep 04 21:13:47.490 INFO kablam! Sep 04 21:13:47.515 INFO kablam! warning: unused imports: `Dispatcher`, `Event`, `MemoryEventStore` Sep 04 21:13:47.515 INFO kablam! --> examples/combat/domain.rs:2:30 Sep 04 21:13:47.515 INFO kablam! | Sep 04 21:13:47.515 INFO kablam! 2 | eventstore::{EventStore, MemoryEventStore}, Aggregate, AggregateState, Dispatcher, Event, Sep 04 21:13:47.515 INFO kablam! | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^ ^^^^^ Sep 04 21:13:47.515 INFO kablam! | Sep 04 21:13:47.515 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 21:13:47.515 INFO kablam! Sep 04 21:13:47.516 INFO kablam! warning: unused import: `Combat` Sep 04 21:13:47.516 INFO kablam! --> examples/combat/main.rs:13:14 Sep 04 21:13:47.516 INFO kablam! | Sep 04 21:13:47.516 INFO kablam! 13 | use domain::{Combat, CombatCommand, CombatDispatcher, CombatEvent, CombatState}; Sep 04 21:13:47.516 INFO kablam! | ^^^^^^ Sep 04 21:13:47.517 INFO kablam! Sep 04 21:13:47.748 INFO kablam! warning: unused variable: `account_store` Sep 04 21:13:47.749 INFO kablam! --> examples/bank.rs:75:9 Sep 04 21:13:47.749 INFO kablam! | Sep 04 21:13:47.749 INFO kablam! 75 | let account_store = MemoryEventStore::new(); Sep 04 21:13:47.749 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_account_store` instead Sep 04 21:13:47.749 INFO kablam! | Sep 04 21:13:47.749 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 21:13:47.750 INFO kablam! Sep 04 21:13:47.865 INFO kablam! warning: unused import: `EventStore` Sep 04 21:13:47.866 INFO kablam! --> examples/combat/domain.rs:2:18 Sep 04 21:13:47.866 INFO kablam! | Sep 04 21:13:47.866 INFO kablam! 2 | eventstore::{EventStore, MemoryEventStore}, Aggregate, AggregateState, Dispatcher, Event, Sep 04 21:13:47.866 INFO kablam! | ^^^^^^^^^^ Sep 04 21:13:47.866 INFO kablam! Sep 04 21:13:47.873 INFO kablam! error: aborting due to previous error Sep 04 21:13:47.873 INFO kablam! Sep 04 21:13:47.873 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 04 21:13:47.888 INFO kablam! error: Could not compile `eventsourcing`. Sep 04 21:13:47.889 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 21:13:47.891 INFO kablam! warning: variant is never constructed: `WithdrawFunds` Sep 04 21:13:47.891 INFO kablam! --> examples/bank.rs:22:5 Sep 04 21:13:47.891 INFO kablam! | Sep 04 21:13:47.891 INFO kablam! 22 | WithdrawFunds(String, u32), Sep 04 21:13:47.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:13:47.891 INFO kablam! | Sep 04 21:13:47.891 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 21:13:47.891 INFO kablam! Sep 04 21:13:47.891 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Sep 04 21:13:47.892 INFO kablam! --> examples/bank.rs:1:12 Sep 04 21:13:47.892 INFO kablam! | Sep 04 21:13:47.892 INFO kablam! 1 | #![feature(attr_literals)] Sep 04 21:13:47.892 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 21:13:47.892 INFO kablam! | Sep 04 21:13:47.892 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 21:13:47.892 INFO kablam! Sep 04 21:13:48.328 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Sep 04 21:13:48.328 INFO kablam! --> tests/cloudevents.rs:1:12 Sep 04 21:13:48.328 INFO kablam! | Sep 04 21:13:48.328 INFO kablam! 1 | #![feature(attr_literals)] Sep 04 21:13:48.328 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 21:13:48.328 INFO kablam! | Sep 04 21:13:48.328 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 21:13:48.328 INFO kablam! Sep 04 21:13:48.335 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Sep 04 21:13:48.335 INFO kablam! --> examples/location.rs:1:12 Sep 04 21:13:48.335 INFO kablam! | Sep 04 21:13:48.336 INFO kablam! 1 | #![feature(attr_literals)] Sep 04 21:13:48.336 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 21:13:48.336 INFO kablam! | Sep 04 21:13:48.336 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 21:13:48.336 INFO kablam! Sep 04 21:13:48.367 INFO kablam! error: build failed Sep 04 21:13:48.369 INFO kablam! su: No module specific data is present Sep 04 21:13:48.946 INFO running `"docker" "rm" "-f" "b2cb7af76ca554011143c4fcabe0f56d8e871754980401cbc12a3adf7dd4a444"` Sep 04 21:13:49.041 INFO blam! b2cb7af76ca554011143c4fcabe0f56d8e871754980401cbc12a3adf7dd4a444