Sep 14 16:56:08.265 INFO checking eventsourcing-0.1.1 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 16:56:08.265 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 16:56:08.265 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-0/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 16:56:08.494 INFO blam! cbf4b466d400eccbe22b847ba4c4949ca11d6f29da64a6ad7d02a5033ae7de91 Sep 14 16:56:08.496 INFO running `"docker" "start" "-a" "cbf4b466d400eccbe22b847ba4c4949ca11d6f29da64a6ad7d02a5033ae7de91"` Sep 14 16:56:09.129 INFO kablam! usermod: no changes Sep 14 16:56:09.335 INFO kablam! Compiling eventsourcing-derive v0.1.1 Sep 14 16:56:09.335 INFO kablam! Checking eventsourcing v0.1.1 (file:///source) Sep 14 16:56:13.928 INFO kablam! warning: unused variable: `account_store` Sep 14 16:56:13.928 INFO kablam! --> examples/bank.rs:75:9 Sep 14 16:56:13.928 INFO kablam! | Sep 14 16:56:13.928 INFO kablam! 75 | let account_store = MemoryEventStore::new(); Sep 14 16:56:13.928 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_account_store` instead Sep 14 16:56:13.931 INFO kablam! | Sep 14 16:56:13.931 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 14 16:56:13.931 INFO kablam! Sep 14 16:56:13.991 INFO kablam! warning: variant is never constructed: `WithdrawFunds` Sep 14 16:56:13.991 INFO kablam! --> examples/bank.rs:22:5 Sep 14 16:56:13.991 INFO kablam! | Sep 14 16:56:13.991 INFO kablam! 22 | WithdrawFunds(String, u32), Sep 14 16:56:13.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 16:56:13.991 INFO kablam! | Sep 14 16:56:13.991 INFO kablam! = note: #[warn(dead_code)] on by default Sep 14 16:56:13.991 INFO kablam! Sep 14 16:56:13.991 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Sep 14 16:56:13.991 INFO kablam! --> examples/bank.rs:1:12 Sep 14 16:56:13.991 INFO kablam! | Sep 14 16:56:13.991 INFO kablam! 1 | #![feature(attr_literals)] Sep 14 16:56:13.991 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 16:56:13.991 INFO kablam! | Sep 14 16:56:13.991 INFO kablam! = note: #[warn(stable_features)] on by default Sep 14 16:56:13.991 INFO kablam! Sep 14 16:56:14.103 INFO kablam! error[E0432]: unresolved import `eventsourcing::eventstore::OrgEventStore` Sep 14 16:56:14.103 INFO kablam! --> examples/combat/main.rs:14:5 Sep 14 16:56:14.103 INFO kablam! | Sep 14 16:56:14.103 INFO kablam! 14 | use eventsourcing::eventstore::OrgEventStore; Sep 14 16:56:14.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `OrgEventStore` in `eventstore`. Did you mean to use `EventStore`? Sep 14 16:56:14.103 INFO kablam! Sep 14 16:56:14.115 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Sep 14 16:56:14.115 INFO kablam! --> examples/location.rs:1:12 Sep 14 16:56:14.115 INFO kablam! | Sep 14 16:56:14.115 INFO kablam! 1 | #![feature(attr_literals)] Sep 14 16:56:14.115 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 16:56:14.115 INFO kablam! | Sep 14 16:56:14.115 INFO kablam! = note: #[warn(stable_features)] on by default Sep 14 16:56:14.115 INFO kablam! Sep 14 16:56:14.124 INFO kablam! warning: unused imports: `Dispatcher`, `Event`, `MemoryEventStore` Sep 14 16:56:14.124 INFO kablam! --> examples/combat/domain.rs:2:30 Sep 14 16:56:14.124 INFO kablam! | Sep 14 16:56:14.124 INFO kablam! 2 | eventstore::{EventStore, MemoryEventStore}, Aggregate, AggregateState, Dispatcher, Event, Sep 14 16:56:14.124 INFO kablam! | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^ ^^^^^ Sep 14 16:56:14.124 INFO kablam! | Sep 14 16:56:14.124 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 16:56:14.125 INFO kablam! Sep 14 16:56:14.125 INFO kablam! warning: unused import: `Combat` Sep 14 16:56:14.125 INFO kablam! --> examples/combat/main.rs:13:14 Sep 14 16:56:14.125 INFO kablam! | Sep 14 16:56:14.125 INFO kablam! 13 | use domain::{Combat, CombatCommand, CombatDispatcher, CombatEvent, CombatState}; Sep 14 16:56:14.125 INFO kablam! | ^^^^^^ Sep 14 16:56:14.125 INFO kablam! Sep 14 16:56:14.283 INFO kablam! warning: unused import: `EventStore` Sep 14 16:56:14.283 INFO kablam! --> examples/combat/domain.rs:2:18 Sep 14 16:56:14.283 INFO kablam! | Sep 14 16:56:14.283 INFO kablam! 2 | eventstore::{EventStore, MemoryEventStore}, Aggregate, AggregateState, Dispatcher, Event, Sep 14 16:56:14.283 INFO kablam! | ^^^^^^^^^^ Sep 14 16:56:14.283 INFO kablam! Sep 14 16:56:14.291 INFO kablam! error: aborting due to previous error Sep 14 16:56:14.291 INFO kablam! Sep 14 16:56:14.291 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 14 16:56:14.299 INFO kablam! error: Could not compile `eventsourcing`. Sep 14 16:56:14.299 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 16:56:14.306 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Sep 14 16:56:14.306 INFO kablam! --> tests/cloudevents.rs:1:12 Sep 14 16:56:14.306 INFO kablam! | Sep 14 16:56:14.306 INFO kablam! 1 | #![feature(attr_literals)] Sep 14 16:56:14.306 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 16:56:14.306 INFO kablam! | Sep 14 16:56:14.306 INFO kablam! = note: #[warn(stable_features)] on by default Sep 14 16:56:14.306 INFO kablam! Sep 14 16:56:14.352 INFO kablam! error: build failed Sep 14 16:56:14.352 INFO kablam! su: No module specific data is present Sep 14 16:56:15.324 INFO running `"docker" "rm" "-f" "cbf4b466d400eccbe22b847ba4c4949ca11d6f29da64a6ad7d02a5033ae7de91"` Sep 14 16:56:15.418 INFO blam! cbf4b466d400eccbe22b847ba4c4949ca11d6f29da64a6ad7d02a5033ae7de91