Sep 20 02:09:44.799 INFO checking eventsourcing-0.1.1 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 20 02:09:44.799 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 20 02:09:44.800 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-2/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 02:09:44.941 INFO blam! 9f9d229b8fda417aa7d5b60ce10d9c579ae658d5f92de8ad3d3291dcb831facc Sep 20 02:09:44.943 INFO running `"docker" "start" "-a" "9f9d229b8fda417aa7d5b60ce10d9c579ae658d5f92de8ad3d3291dcb831facc"` Sep 20 02:09:45.817 INFO kablam! usermod: no changes Sep 20 02:09:45.991 INFO kablam! Compiling eventsourcing-derive v0.1.1 Sep 20 02:09:45.991 INFO kablam! Checking eventsourcing v0.1.1 (/source) Sep 20 02:09:50.095 INFO kablam! error[E0432]: unresolved import `eventsourcing::eventstore::OrgEventStore` Sep 20 02:09:50.095 INFO kablam! --> examples/combat/main.rs:14:5 Sep 20 02:09:50.095 INFO kablam! | Sep 20 02:09:50.095 INFO kablam! 14 | use eventsourcing::eventstore::OrgEventStore; Sep 20 02:09:50.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `OrgEventStore` in `eventstore`. Did you mean to use `EventStore`? Sep 20 02:09:50.095 INFO kablam! Sep 20 02:09:50.101 INFO kablam! warning: unused imports: `Dispatcher`, `Event`, `MemoryEventStore` Sep 20 02:09:50.101 INFO kablam! --> examples/combat/domain.rs:2:30 Sep 20 02:09:50.101 INFO kablam! | Sep 20 02:09:50.101 INFO kablam! 2 | eventstore::{EventStore, MemoryEventStore}, Aggregate, AggregateState, Dispatcher, Event, Sep 20 02:09:50.101 INFO kablam! | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^ ^^^^^ Sep 20 02:09:50.101 INFO kablam! | Sep 20 02:09:50.101 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 02:09:50.101 INFO kablam! Sep 20 02:09:50.101 INFO kablam! warning: unused import: `Combat` Sep 20 02:09:50.101 INFO kablam! --> examples/combat/main.rs:13:14 Sep 20 02:09:50.101 INFO kablam! | Sep 20 02:09:50.101 INFO kablam! 13 | use domain::{Combat, CombatCommand, CombatDispatcher, CombatEvent, CombatState}; Sep 20 02:09:50.101 INFO kablam! | ^^^^^^ Sep 20 02:09:50.101 INFO kablam! Sep 20 02:09:50.252 INFO kablam! warning: unused import: `EventStore` Sep 20 02:09:50.252 INFO kablam! --> examples/combat/domain.rs:2:18 Sep 20 02:09:50.252 INFO kablam! | Sep 20 02:09:50.252 INFO kablam! 2 | eventstore::{EventStore, MemoryEventStore}, Aggregate, AggregateState, Dispatcher, Event, Sep 20 02:09:50.252 INFO kablam! | ^^^^^^^^^^ Sep 20 02:09:50.252 INFO kablam! Sep 20 02:09:50.259 INFO kablam! error: aborting due to previous error Sep 20 02:09:50.271 INFO kablam! Sep 20 02:09:50.271 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 20 02:09:50.287 INFO kablam! error: Could not compile `eventsourcing`. Sep 20 02:09:50.287 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 02:09:50.423 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Sep 20 02:09:50.423 INFO kablam! --> tests/cloudevents.rs:1:12 Sep 20 02:09:50.423 INFO kablam! | Sep 20 02:09:50.423 INFO kablam! 1 | #![feature(attr_literals)] Sep 20 02:09:50.423 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 02:09:50.426 INFO kablam! | Sep 20 02:09:50.426 INFO kablam! = note: #[warn(stable_features)] on by default Sep 20 02:09:50.426 INFO kablam! Sep 20 02:09:50.485 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Sep 20 02:09:50.487 INFO kablam! --> examples/location.rs:1:12 Sep 20 02:09:50.487 INFO kablam! | Sep 20 02:09:50.487 INFO kablam! 1 | #![feature(attr_literals)] Sep 20 02:09:50.487 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 02:09:50.487 INFO kablam! | Sep 20 02:09:50.487 INFO kablam! = note: #[warn(stable_features)] on by default Sep 20 02:09:50.487 INFO kablam! Sep 20 02:09:50.739 INFO kablam! warning: unused variable: `account_store` Sep 20 02:09:50.739 INFO kablam! --> examples/bank.rs:75:9 Sep 20 02:09:50.739 INFO kablam! | Sep 20 02:09:50.739 INFO kablam! 75 | let account_store = MemoryEventStore::new(); Sep 20 02:09:50.739 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_account_store` instead Sep 20 02:09:50.739 INFO kablam! | Sep 20 02:09:50.739 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 20 02:09:50.739 INFO kablam! Sep 20 02:09:50.795 INFO kablam! warning: variant is never constructed: `WithdrawFunds` Sep 20 02:09:50.795 INFO kablam! --> examples/bank.rs:22:5 Sep 20 02:09:50.795 INFO kablam! | Sep 20 02:09:50.795 INFO kablam! 22 | WithdrawFunds(String, u32), Sep 20 02:09:50.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 02:09:50.795 INFO kablam! | Sep 20 02:09:50.795 INFO kablam! = note: #[warn(dead_code)] on by default Sep 20 02:09:50.795 INFO kablam! Sep 20 02:09:50.795 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Sep 20 02:09:50.795 INFO kablam! --> examples/bank.rs:1:12 Sep 20 02:09:50.795 INFO kablam! | Sep 20 02:09:50.795 INFO kablam! 1 | #![feature(attr_literals)] Sep 20 02:09:50.795 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 02:09:50.795 INFO kablam! | Sep 20 02:09:50.795 INFO kablam! = note: #[warn(stable_features)] on by default Sep 20 02:09:50.795 INFO kablam! Sep 20 02:09:50.874 INFO kablam! error: build failed Sep 20 02:09:50.875 INFO kablam! su: No module specific data is present Sep 20 02:09:51.648 INFO running `"docker" "rm" "-f" "9f9d229b8fda417aa7d5b60ce10d9c579ae658d5f92de8ad3d3291dcb831facc"` Sep 20 02:09:51.739 INFO blam! 9f9d229b8fda417aa7d5b60ce10d9c579ae658d5f92de8ad3d3291dcb831facc