Sep 10 19:25:05.664 INFO checking eventsourcing-0.1.1 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 19:25:05.664 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 19:25:05.664 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-5/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 19:25:05.838 INFO blam! ccf1017c8838a6b263e3d13f23a9266ce31a098506366ef5b83d30189e574080 Sep 10 19:25:05.840 INFO running `"docker" "start" "-a" "ccf1017c8838a6b263e3d13f23a9266ce31a098506366ef5b83d30189e574080"` Sep 10 19:25:06.378 INFO kablam! usermod: no changes Sep 10 19:25:06.566 INFO kablam! Compiling eventsourcing-derive v0.1.1 Sep 10 19:25:06.566 INFO kablam! Checking eventsourcing v0.1.1 (file:///source) Sep 10 19:25:11.014 INFO kablam! error[E0432]: unresolved import `eventsourcing::eventstore::OrgEventStore` Sep 10 19:25:11.014 INFO kablam! --> examples/combat/main.rs:14:5 Sep 10 19:25:11.014 INFO kablam! | Sep 10 19:25:11.014 INFO kablam! 14 | use eventsourcing::eventstore::OrgEventStore; Sep 10 19:25:11.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `OrgEventStore` in `eventstore`. Did you mean to use `EventStore`? Sep 10 19:25:11.014 INFO kablam! Sep 10 19:25:11.018 INFO kablam! warning: unused imports: `Dispatcher`, `Event`, `MemoryEventStore` Sep 10 19:25:11.018 INFO kablam! --> examples/combat/domain.rs:2:30 Sep 10 19:25:11.018 INFO kablam! | Sep 10 19:25:11.018 INFO kablam! 2 | eventstore::{EventStore, MemoryEventStore}, Aggregate, AggregateState, Dispatcher, Event, Sep 10 19:25:11.018 INFO kablam! | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^ ^^^^^ Sep 10 19:25:11.018 INFO kablam! | Sep 10 19:25:11.018 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 19:25:11.018 INFO kablam! Sep 10 19:25:11.018 INFO kablam! warning: unused import: `Combat` Sep 10 19:25:11.018 INFO kablam! --> examples/combat/main.rs:13:14 Sep 10 19:25:11.018 INFO kablam! | Sep 10 19:25:11.018 INFO kablam! 13 | use domain::{Combat, CombatCommand, CombatDispatcher, CombatEvent, CombatState}; Sep 10 19:25:11.018 INFO kablam! | ^^^^^^ Sep 10 19:25:11.018 INFO kablam! Sep 10 19:25:11.158 INFO kablam! warning: unused import: `EventStore` Sep 10 19:25:11.158 INFO kablam! --> examples/combat/domain.rs:2:18 Sep 10 19:25:11.158 INFO kablam! | Sep 10 19:25:11.158 INFO kablam! 2 | eventstore::{EventStore, MemoryEventStore}, Aggregate, AggregateState, Dispatcher, Event, Sep 10 19:25:11.158 INFO kablam! | ^^^^^^^^^^ Sep 10 19:25:11.158 INFO kablam! Sep 10 19:25:11.158 INFO kablam! error: aborting due to previous error Sep 10 19:25:11.158 INFO kablam! Sep 10 19:25:11.158 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 10 19:25:11.165 INFO kablam! error: Could not compile `eventsourcing`. Sep 10 19:25:11.165 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 19:25:11.242 INFO kablam! warning: unused variable: `account_store` Sep 10 19:25:11.242 INFO kablam! --> examples/bank.rs:75:9 Sep 10 19:25:11.242 INFO kablam! | Sep 10 19:25:11.242 INFO kablam! 75 | let account_store = MemoryEventStore::new(); Sep 10 19:25:11.242 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_account_store` instead Sep 10 19:25:11.242 INFO kablam! | Sep 10 19:25:11.242 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 10 19:25:11.242 INFO kablam! Sep 10 19:25:11.375 INFO kablam! warning: variant is never constructed: `WithdrawFunds` Sep 10 19:25:11.375 INFO kablam! --> examples/bank.rs:22:5 Sep 10 19:25:11.375 INFO kablam! | Sep 10 19:25:11.375 INFO kablam! 22 | WithdrawFunds(String, u32), Sep 10 19:25:11.375 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 19:25:11.375 INFO kablam! | Sep 10 19:25:11.375 INFO kablam! = note: #[warn(dead_code)] on by default Sep 10 19:25:11.375 INFO kablam! Sep 10 19:25:11.375 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Sep 10 19:25:11.375 INFO kablam! --> examples/bank.rs:1:12 Sep 10 19:25:11.375 INFO kablam! | Sep 10 19:25:11.375 INFO kablam! 1 | #![feature(attr_literals)] Sep 10 19:25:11.375 INFO kablam! | ^^^^^^^^^^^^^ Sep 10 19:25:11.375 INFO kablam! | Sep 10 19:25:11.375 INFO kablam! = note: #[warn(stable_features)] on by default Sep 10 19:25:11.375 INFO kablam! Sep 10 19:25:11.661 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Sep 10 19:25:11.661 INFO kablam! --> tests/cloudevents.rs:1:12 Sep 10 19:25:11.661 INFO kablam! | Sep 10 19:25:11.661 INFO kablam! 1 | #![feature(attr_literals)] Sep 10 19:25:11.661 INFO kablam! | ^^^^^^^^^^^^^ Sep 10 19:25:11.661 INFO kablam! | Sep 10 19:25:11.662 INFO kablam! = note: #[warn(stable_features)] on by default Sep 10 19:25:11.662 INFO kablam! Sep 10 19:25:11.901 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Sep 10 19:25:11.901 INFO kablam! --> examples/location.rs:1:12 Sep 10 19:25:11.901 INFO kablam! | Sep 10 19:25:11.901 INFO kablam! 1 | #![feature(attr_literals)] Sep 10 19:25:11.901 INFO kablam! | ^^^^^^^^^^^^^ Sep 10 19:25:11.901 INFO kablam! | Sep 10 19:25:11.901 INFO kablam! = note: #[warn(stable_features)] on by default Sep 10 19:25:11.901 INFO kablam! Sep 10 19:25:12.046 INFO kablam! error: build failed Sep 10 19:25:12.049 INFO kablam! su: No module specific data is present Sep 10 19:25:13.067 INFO running `"docker" "rm" "-f" "ccf1017c8838a6b263e3d13f23a9266ce31a098506366ef5b83d30189e574080"` Sep 10 19:25:13.196 INFO blam! ccf1017c8838a6b263e3d13f23a9266ce31a098506366ef5b83d30189e574080