Sep 02 15:03:42.883 INFO checking eventsourcing-0.1.1 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 15:03:42.883 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 15:03:42.883 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 15:03:43.053 INFO blam! ef2bba9b4ff339c76be89cff7203965dc8988d914dd4b3f64d9df2e57a633020 Sep 02 15:03:43.055 INFO running `"docker" "start" "-a" "ef2bba9b4ff339c76be89cff7203965dc8988d914dd4b3f64d9df2e57a633020"` Sep 02 15:03:43.967 INFO kablam! Compiling eventsourcing-derive v0.1.1 Sep 02 15:03:43.969 INFO kablam! Checking eventsourcing v0.1.1 (file:///source) Sep 02 15:03:52.294 INFO kablam! error[E0432]: unresolved import `eventsourcing::eventstore::OrgEventStore` Sep 02 15:03:52.295 INFO kablam! --> examples/combat/main.rs:14:5 Sep 02 15:03:52.295 INFO kablam! | Sep 02 15:03:52.295 INFO kablam! 14 | use eventsourcing::eventstore::OrgEventStore; Sep 02 15:03:52.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `OrgEventStore` in `eventstore`. Did you mean to use `EventStore`? Sep 02 15:03:52.310 INFO kablam! Sep 02 15:03:52.321 INFO kablam! warning: unused imports: `Dispatcher`, `Event`, `MemoryEventStore` Sep 02 15:03:52.321 INFO kablam! --> examples/combat/domain.rs:2:30 Sep 02 15:03:52.321 INFO kablam! | Sep 02 15:03:52.321 INFO kablam! 2 | eventstore::{EventStore, MemoryEventStore}, Aggregate, AggregateState, Dispatcher, Event, Sep 02 15:03:52.321 INFO kablam! | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^ ^^^^^ Sep 02 15:03:52.321 INFO kablam! | Sep 02 15:03:52.321 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 15:03:52.322 INFO kablam! Sep 02 15:03:52.323 INFO kablam! warning: unused import: `Combat` Sep 02 15:03:52.323 INFO kablam! --> examples/combat/main.rs:13:14 Sep 02 15:03:52.323 INFO kablam! | Sep 02 15:03:52.324 INFO kablam! 13 | use domain::{Combat, CombatCommand, CombatDispatcher, CombatEvent, CombatState}; Sep 02 15:03:52.324 INFO kablam! | ^^^^^^ Sep 02 15:03:52.324 INFO kablam! Sep 02 15:03:52.610 INFO kablam! warning: unused import: `EventStore` Sep 02 15:03:52.610 INFO kablam! --> examples/combat/domain.rs:2:18 Sep 02 15:03:52.610 INFO kablam! | Sep 02 15:03:52.610 INFO kablam! 2 | eventstore::{EventStore, MemoryEventStore}, Aggregate, AggregateState, Dispatcher, Event, Sep 02 15:03:52.610 INFO kablam! | ^^^^^^^^^^ Sep 02 15:03:52.611 INFO kablam! Sep 02 15:03:52.617 INFO kablam! error: aborting due to previous error Sep 02 15:03:52.617 INFO kablam! Sep 02 15:03:52.618 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 02 15:03:52.628 INFO kablam! error: Could not compile `eventsourcing`. Sep 02 15:03:52.629 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 15:03:52.702 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Sep 02 15:03:52.702 INFO kablam! --> examples/location.rs:1:12 Sep 02 15:03:52.702 INFO kablam! | Sep 02 15:03:52.702 INFO kablam! 1 | #![feature(attr_literals)] Sep 02 15:03:52.702 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 15:03:52.702 INFO kablam! | Sep 02 15:03:52.702 INFO kablam! = note: #[warn(stable_features)] on by default Sep 02 15:03:52.702 INFO kablam! Sep 02 15:03:52.861 INFO kablam! warning: unused variable: `account_store` Sep 02 15:03:52.861 INFO kablam! --> examples/bank.rs:75:9 Sep 02 15:03:52.861 INFO kablam! | Sep 02 15:03:52.861 INFO kablam! 75 | let account_store = MemoryEventStore::new(); Sep 02 15:03:52.862 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_account_store` instead Sep 02 15:03:52.862 INFO kablam! | Sep 02 15:03:52.862 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 02 15:03:52.862 INFO kablam! Sep 02 15:03:52.930 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Sep 02 15:03:52.930 INFO kablam! --> tests/cloudevents.rs:1:12 Sep 02 15:03:52.930 INFO kablam! | Sep 02 15:03:52.930 INFO kablam! 1 | #![feature(attr_literals)] Sep 02 15:03:52.930 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 15:03:52.930 INFO kablam! | Sep 02 15:03:52.930 INFO kablam! = note: #[warn(stable_features)] on by default Sep 02 15:03:52.930 INFO kablam! Sep 02 15:03:52.985 INFO kablam! warning: variant is never constructed: `WithdrawFunds` Sep 02 15:03:52.985 INFO kablam! --> examples/bank.rs:22:5 Sep 02 15:03:52.986 INFO kablam! | Sep 02 15:03:52.986 INFO kablam! 22 | WithdrawFunds(String, u32), Sep 02 15:03:52.986 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:03:52.986 INFO kablam! | Sep 02 15:03:52.986 INFO kablam! = note: #[warn(dead_code)] on by default Sep 02 15:03:52.986 INFO kablam! Sep 02 15:03:52.986 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Sep 02 15:03:52.986 INFO kablam! --> examples/bank.rs:1:12 Sep 02 15:03:52.986 INFO kablam! | Sep 02 15:03:52.986 INFO kablam! 1 | #![feature(attr_literals)] Sep 02 15:03:52.986 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 15:03:52.986 INFO kablam! | Sep 02 15:03:52.986 INFO kablam! = note: #[warn(stable_features)] on by default Sep 02 15:03:52.986 INFO kablam! Sep 02 15:03:53.109 INFO kablam! error: build failed Sep 02 15:03:53.111 INFO kablam! su: No module specific data is present Sep 02 15:03:53.595 INFO running `"docker" "rm" "-f" "ef2bba9b4ff339c76be89cff7203965dc8988d914dd4b3f64d9df2e57a633020"` Sep 02 15:03:53.717 INFO blam! ef2bba9b4ff339c76be89cff7203965dc8988d914dd4b3f64d9df2e57a633020