Sep 06 07:22:30.292 INFO checking eventsourcing-0.1.1 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 07:22:30.292 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 07:22:30.292 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-1/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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=1000" "-e" "CMD=cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 07:22:30.494 INFO blam! fba5873ae9b10dc05f6af4e9c944aac0a485b9267c6b58cd89ac68b90ef6a6f2 Sep 06 07:22:30.496 INFO running `"docker" "start" "-a" "fba5873ae9b10dc05f6af4e9c944aac0a485b9267c6b58cd89ac68b90ef6a6f2"` Sep 06 07:22:31.129 INFO kablam! usermod: no changes Sep 06 07:22:31.295 INFO kablam! Compiling eventsourcing-derive v0.1.1 Sep 06 07:22:31.295 INFO kablam! Checking eventsourcing v0.1.1 (file:///source) Sep 06 07:22:34.652 INFO kablam! warning: unused variable: `account_store` Sep 06 07:22:34.653 INFO kablam! --> examples/bank.rs:75:9 Sep 06 07:22:34.653 INFO kablam! | Sep 06 07:22:34.653 INFO kablam! 75 | let account_store = MemoryEventStore::new(); Sep 06 07:22:34.653 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_account_store` instead Sep 06 07:22:34.653 INFO kablam! | Sep 06 07:22:34.653 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 06 07:22:34.653 INFO kablam! Sep 06 07:22:34.742 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Sep 06 07:22:34.742 INFO kablam! --> examples/location.rs:1:12 Sep 06 07:22:34.742 INFO kablam! | Sep 06 07:22:34.742 INFO kablam! 1 | #![feature(attr_literals)] Sep 06 07:22:34.742 INFO kablam! | ^^^^^^^^^^^^^ Sep 06 07:22:34.742 INFO kablam! | Sep 06 07:22:34.742 INFO kablam! = note: #[warn(stable_features)] on by default Sep 06 07:22:34.742 INFO kablam! Sep 06 07:22:34.766 INFO kablam! warning: variant is never constructed: `WithdrawFunds` Sep 06 07:22:34.766 INFO kablam! --> examples/bank.rs:22:5 Sep 06 07:22:34.766 INFO kablam! | Sep 06 07:22:34.766 INFO kablam! 22 | WithdrawFunds(String, u32), Sep 06 07:22:34.766 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 07:22:34.769 INFO kablam! | Sep 06 07:22:34.769 INFO kablam! = note: #[warn(dead_code)] on by default Sep 06 07:22:34.769 INFO kablam! Sep 06 07:22:34.769 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Sep 06 07:22:34.769 INFO kablam! --> examples/bank.rs:1:12 Sep 06 07:22:34.769 INFO kablam! | Sep 06 07:22:34.769 INFO kablam! 1 | #![feature(attr_literals)] Sep 06 07:22:34.769 INFO kablam! | ^^^^^^^^^^^^^ Sep 06 07:22:34.769 INFO kablam! | Sep 06 07:22:34.769 INFO kablam! = note: #[warn(stable_features)] on by default Sep 06 07:22:34.769 INFO kablam! Sep 06 07:22:35.001 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Sep 06 07:22:35.001 INFO kablam! --> tests/cloudevents.rs:1:12 Sep 06 07:22:35.001 INFO kablam! | Sep 06 07:22:35.001 INFO kablam! 1 | #![feature(attr_literals)] Sep 06 07:22:35.001 INFO kablam! | ^^^^^^^^^^^^^ Sep 06 07:22:35.001 INFO kablam! | Sep 06 07:22:35.001 INFO kablam! = note: #[warn(stable_features)] on by default Sep 06 07:22:35.001 INFO kablam! Sep 06 07:22:35.259 INFO kablam! error[E0432]: unresolved import `eventsourcing::eventstore::OrgEventStore` Sep 06 07:22:35.259 INFO kablam! --> examples/combat/main.rs:14:5 Sep 06 07:22:35.259 INFO kablam! | Sep 06 07:22:35.259 INFO kablam! 14 | use eventsourcing::eventstore::OrgEventStore; Sep 06 07:22:35.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `OrgEventStore` in `eventstore`. Did you mean to use `EventStore`? Sep 06 07:22:35.259 INFO kablam! Sep 06 07:22:35.262 INFO kablam! warning: unused imports: `Dispatcher`, `Event`, `MemoryEventStore` Sep 06 07:22:35.262 INFO kablam! --> examples/combat/domain.rs:2:30 Sep 06 07:22:35.262 INFO kablam! | Sep 06 07:22:35.262 INFO kablam! 2 | eventstore::{EventStore, MemoryEventStore}, Aggregate, AggregateState, Dispatcher, Event, Sep 06 07:22:35.262 INFO kablam! | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^ ^^^^^ Sep 06 07:22:35.262 INFO kablam! | Sep 06 07:22:35.262 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 07:22:35.262 INFO kablam! Sep 06 07:22:35.262 INFO kablam! warning: unused import: `Combat` Sep 06 07:22:35.262 INFO kablam! --> examples/combat/main.rs:13:14 Sep 06 07:22:35.262 INFO kablam! | Sep 06 07:22:35.262 INFO kablam! 13 | use domain::{Combat, CombatCommand, CombatDispatcher, CombatEvent, CombatState}; Sep 06 07:22:35.262 INFO kablam! | ^^^^^^ Sep 06 07:22:35.262 INFO kablam! Sep 06 07:22:35.437 INFO kablam! warning: unused import: `EventStore` Sep 06 07:22:35.437 INFO kablam! --> examples/combat/domain.rs:2:18 Sep 06 07:22:35.437 INFO kablam! | Sep 06 07:22:35.437 INFO kablam! 2 | eventstore::{EventStore, MemoryEventStore}, Aggregate, AggregateState, Dispatcher, Event, Sep 06 07:22:35.437 INFO kablam! | ^^^^^^^^^^ Sep 06 07:22:35.437 INFO kablam! Sep 06 07:22:35.441 INFO kablam! error: aborting due to previous error Sep 06 07:22:35.442 INFO kablam! Sep 06 07:22:35.442 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 06 07:22:35.462 INFO kablam! error: Could not compile `eventsourcing`. Sep 06 07:22:35.462 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 07:22:35.555 INFO kablam! error: build failed Sep 06 07:22:35.558 INFO kablam! su: No module specific data is present Sep 06 07:22:36.504 INFO running `"docker" "rm" "-f" "fba5873ae9b10dc05f6af4e9c944aac0a485b9267c6b58cd89ac68b90ef6a6f2"` Sep 06 07:22:36.590 INFO blam! fba5873ae9b10dc05f6af4e9c944aac0a485b9267c6b58cd89ac68b90ef6a6f2