Sep 21 10:45:16.355 INFO checking eventsourcing-0.1.1 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 10:45:16.355 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 10:45:16.355 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-2/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 10:45:16.474 INFO blam! 4765d78f7b113c7a7ad670f58e69cda450ea2c76b0adb292819e7ef55f38ae21 Sep 21 10:45:16.475 INFO running `"docker" "start" "-a" "4765d78f7b113c7a7ad670f58e69cda450ea2c76b0adb292819e7ef55f38ae21"` Sep 21 10:45:17.892 INFO kablam! usermod: no changes Sep 21 10:45:18.031 INFO kablam! Compiling eventsourcing-derive v0.1.1 Sep 21 10:45:18.032 INFO kablam! Checking eventsourcing v0.1.1 (/source) Sep 21 10:45:21.938 INFO kablam! warning: unused variable: `account_store` Sep 21 10:45:21.938 INFO kablam! --> examples/bank.rs:75:9 Sep 21 10:45:21.938 INFO kablam! | Sep 21 10:45:21.938 INFO kablam! 75 | let account_store = MemoryEventStore::new(); Sep 21 10:45:21.938 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_account_store` instead Sep 21 10:45:21.938 INFO kablam! | Sep 21 10:45:21.938 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 21 10:45:21.938 INFO kablam! Sep 21 10:45:22.111 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Sep 21 10:45:22.111 INFO kablam! --> examples/location.rs:1:12 Sep 21 10:45:22.111 INFO kablam! | Sep 21 10:45:22.111 INFO kablam! 1 | #![feature(attr_literals)] Sep 21 10:45:22.111 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 10:45:22.111 INFO kablam! | Sep 21 10:45:22.111 INFO kablam! = note: #[warn(stable_features)] on by default Sep 21 10:45:22.111 INFO kablam! Sep 21 10:45:22.120 INFO kablam! warning: variant is never constructed: `WithdrawFunds` Sep 21 10:45:22.120 INFO kablam! --> examples/bank.rs:22:5 Sep 21 10:45:22.120 INFO kablam! | Sep 21 10:45:22.120 INFO kablam! 22 | WithdrawFunds(String, u32), Sep 21 10:45:22.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 10:45:22.120 INFO kablam! | Sep 21 10:45:22.120 INFO kablam! = note: #[warn(dead_code)] on by default Sep 21 10:45:22.120 INFO kablam! Sep 21 10:45:22.120 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Sep 21 10:45:22.120 INFO kablam! --> examples/bank.rs:1:12 Sep 21 10:45:22.120 INFO kablam! | Sep 21 10:45:22.120 INFO kablam! 1 | #![feature(attr_literals)] Sep 21 10:45:22.120 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 10:45:22.120 INFO kablam! | Sep 21 10:45:22.120 INFO kablam! = note: #[warn(stable_features)] on by default Sep 21 10:45:22.120 INFO kablam! Sep 21 10:45:22.120 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Sep 21 10:45:22.120 INFO kablam! --> tests/cloudevents.rs:1:12 Sep 21 10:45:22.121 INFO kablam! | Sep 21 10:45:22.121 INFO kablam! 1 | #![feature(attr_literals)] Sep 21 10:45:22.121 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 10:45:22.121 INFO kablam! | Sep 21 10:45:22.121 INFO kablam! = note: #[warn(stable_features)] on by default Sep 21 10:45:22.121 INFO kablam! Sep 21 10:45:22.225 INFO kablam! error[E0432]: unresolved import `eventsourcing::eventstore::OrgEventStore` Sep 21 10:45:22.225 INFO kablam! --> examples/combat/main.rs:14:5 Sep 21 10:45:22.225 INFO kablam! | Sep 21 10:45:22.225 INFO kablam! 14 | use eventsourcing::eventstore::OrgEventStore; Sep 21 10:45:22.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `OrgEventStore` in `eventstore`. Did you mean to use `EventStore`? Sep 21 10:45:22.225 INFO kablam! Sep 21 10:45:22.230 INFO kablam! warning: unused imports: `Dispatcher`, `Event`, `MemoryEventStore` Sep 21 10:45:22.230 INFO kablam! --> examples/combat/domain.rs:2:30 Sep 21 10:45:22.230 INFO kablam! | Sep 21 10:45:22.230 INFO kablam! 2 | eventstore::{EventStore, MemoryEventStore}, Aggregate, AggregateState, Dispatcher, Event, Sep 21 10:45:22.230 INFO kablam! | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^ ^^^^^ Sep 21 10:45:22.230 INFO kablam! | Sep 21 10:45:22.230 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 10:45:22.230 INFO kablam! Sep 21 10:45:22.230 INFO kablam! warning: unused import: `Combat` Sep 21 10:45:22.230 INFO kablam! --> examples/combat/main.rs:13:14 Sep 21 10:45:22.230 INFO kablam! | Sep 21 10:45:22.230 INFO kablam! 13 | use domain::{Combat, CombatCommand, CombatDispatcher, CombatEvent, CombatState}; Sep 21 10:45:22.230 INFO kablam! | ^^^^^^ Sep 21 10:45:22.230 INFO kablam! Sep 21 10:45:22.346 INFO kablam! warning: unused import: `EventStore` Sep 21 10:45:22.346 INFO kablam! --> examples/combat/domain.rs:2:18 Sep 21 10:45:22.346 INFO kablam! | Sep 21 10:45:22.346 INFO kablam! 2 | eventstore::{EventStore, MemoryEventStore}, Aggregate, AggregateState, Dispatcher, Event, Sep 21 10:45:22.346 INFO kablam! | ^^^^^^^^^^ Sep 21 10:45:22.346 INFO kablam! Sep 21 10:45:22.354 INFO kablam! error: aborting due to previous error Sep 21 10:45:22.354 INFO kablam! Sep 21 10:45:22.354 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 21 10:45:22.360 INFO kablam! error: Could not compile `eventsourcing`. Sep 21 10:45:22.360 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 10:45:22.727 INFO kablam! error: build failed Sep 21 10:45:22.727 INFO kablam! su: No module specific data is present Sep 21 10:45:23.367 INFO running `"docker" "rm" "-f" "4765d78f7b113c7a7ad670f58e69cda450ea2c76b0adb292819e7ef55f38ae21"` Sep 21 10:45:23.493 INFO blam! 4765d78f7b113c7a7ad670f58e69cda450ea2c76b0adb292819e7ef55f38ae21