Sep 04 18:23:16.749 INFO checking eventsourcing-0.1.1 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 18:23:16.749 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 18:23:16.749 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 18:23:16.941 INFO blam! d0c85eb34f2e6498ad11d41d7202e87ce88eff0b56317fe81acd8d8d0d8685f6 Sep 04 18:23:16.943 INFO running `"docker" "start" "-a" "d0c85eb34f2e6498ad11d41d7202e87ce88eff0b56317fe81acd8d8d0d8685f6"` Sep 04 18:23:17.815 INFO kablam! Compiling eventsourcing-derive v0.1.1 Sep 04 18:23:17.815 INFO kablam! Checking eventsourcing v0.1.1 (file:///source) Sep 04 18:23:26.226 INFO kablam! error[E0432]: unresolved import `eventsourcing::eventstore::OrgEventStore` Sep 04 18:23:26.226 INFO kablam! --> examples/combat/main.rs:14:5 Sep 04 18:23:26.226 INFO kablam! | Sep 04 18:23:26.226 INFO kablam! 14 | use eventsourcing::eventstore::OrgEventStore; Sep 04 18:23:26.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `OrgEventStore` in `eventstore`. Did you mean to use `EventStore`? Sep 04 18:23:26.226 INFO kablam! Sep 04 18:23:26.237 INFO kablam! warning: unused imports: `Dispatcher`, `Event`, `MemoryEventStore` Sep 04 18:23:26.237 INFO kablam! --> examples/combat/domain.rs:2:30 Sep 04 18:23:26.237 INFO kablam! | Sep 04 18:23:26.237 INFO kablam! 2 | eventstore::{EventStore, MemoryEventStore}, Aggregate, AggregateState, Dispatcher, Event, Sep 04 18:23:26.237 INFO kablam! | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^ ^^^^^ Sep 04 18:23:26.238 INFO kablam! | Sep 04 18:23:26.238 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 18:23:26.238 INFO kablam! Sep 04 18:23:26.238 INFO kablam! warning: unused import: `Combat` Sep 04 18:23:26.238 INFO kablam! --> examples/combat/main.rs:13:14 Sep 04 18:23:26.238 INFO kablam! | Sep 04 18:23:26.238 INFO kablam! 13 | use domain::{Combat, CombatCommand, CombatDispatcher, CombatEvent, CombatState}; Sep 04 18:23:26.238 INFO kablam! | ^^^^^^ Sep 04 18:23:26.238 INFO kablam! Sep 04 18:23:26.248 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Sep 04 18:23:26.248 INFO kablam! --> examples/location.rs:1:12 Sep 04 18:23:26.249 INFO kablam! | Sep 04 18:23:26.249 INFO kablam! 1 | #![feature(attr_literals)] Sep 04 18:23:26.249 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 18:23:26.249 INFO kablam! | Sep 04 18:23:26.249 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 18:23:26.249 INFO kablam! Sep 04 18:23:26.277 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Sep 04 18:23:26.277 INFO kablam! --> tests/cloudevents.rs:1:12 Sep 04 18:23:26.277 INFO kablam! | Sep 04 18:23:26.277 INFO kablam! 1 | #![feature(attr_literals)] Sep 04 18:23:26.277 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 18:23:26.277 INFO kablam! | Sep 04 18:23:26.277 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 18:23:26.277 INFO kablam! Sep 04 18:23:26.544 INFO kablam! warning: unused import: `EventStore` Sep 04 18:23:26.544 INFO kablam! --> examples/combat/domain.rs:2:18 Sep 04 18:23:26.544 INFO kablam! | Sep 04 18:23:26.544 INFO kablam! 2 | eventstore::{EventStore, MemoryEventStore}, Aggregate, AggregateState, Dispatcher, Event, Sep 04 18:23:26.544 INFO kablam! | ^^^^^^^^^^ Sep 04 18:23:26.544 INFO kablam! Sep 04 18:23:26.550 INFO kablam! error: aborting due to previous error Sep 04 18:23:26.550 INFO kablam! Sep 04 18:23:26.551 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 04 18:23:26.560 INFO kablam! error: Could not compile `eventsourcing`. Sep 04 18:23:26.561 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 18:23:26.615 INFO kablam! warning: unused variable: `account_store` Sep 04 18:23:26.615 INFO kablam! --> examples/bank.rs:75:9 Sep 04 18:23:26.615 INFO kablam! | Sep 04 18:23:26.615 INFO kablam! 75 | let account_store = MemoryEventStore::new(); Sep 04 18:23:26.615 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_account_store` instead Sep 04 18:23:26.615 INFO kablam! | Sep 04 18:23:26.615 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 18:23:26.616 INFO kablam! Sep 04 18:23:26.735 INFO kablam! warning: variant is never constructed: `WithdrawFunds` Sep 04 18:23:26.735 INFO kablam! --> examples/bank.rs:22:5 Sep 04 18:23:26.735 INFO kablam! | Sep 04 18:23:26.735 INFO kablam! 22 | WithdrawFunds(String, u32), Sep 04 18:23:26.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 18:23:26.735 INFO kablam! | Sep 04 18:23:26.735 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 18:23:26.735 INFO kablam! Sep 04 18:23:26.736 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Sep 04 18:23:26.736 INFO kablam! --> examples/bank.rs:1:12 Sep 04 18:23:26.736 INFO kablam! | Sep 04 18:23:26.736 INFO kablam! 1 | #![feature(attr_literals)] Sep 04 18:23:26.736 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 18:23:26.736 INFO kablam! | Sep 04 18:23:26.736 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 18:23:26.736 INFO kablam! Sep 04 18:23:26.829 INFO kablam! error: build failed Sep 04 18:23:26.831 INFO kablam! su: No module specific data is present Sep 04 18:23:27.279 INFO running `"docker" "rm" "-f" "d0c85eb34f2e6498ad11d41d7202e87ce88eff0b56317fe81acd8d8d0d8685f6"` Sep 04 18:23:27.406 INFO blam! d0c85eb34f2e6498ad11d41d7202e87ce88eff0b56317fe81acd8d8d0d8685f6