Sep 20 03:52:54.139 INFO checking eventsourcing-0.1.1 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 03:52:54.139 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 03:52:54.139 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-5/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 03:52:54.264 INFO blam! f535ef1c02cdff4c4c88add19d85ba00c279e4d0d9ca04df72114a53020b6ddf Sep 20 03:52:54.265 INFO running `"docker" "start" "-a" "f535ef1c02cdff4c4c88add19d85ba00c279e4d0d9ca04df72114a53020b6ddf"` Sep 20 03:52:55.273 INFO kablam! usermod: no changes Sep 20 03:52:55.440 INFO kablam! Compiling eventsourcing-derive v0.1.1 Sep 20 03:52:55.440 INFO kablam! Checking eventsourcing v0.1.1 (/source) Sep 20 03:52:59.334 INFO kablam! warning: unused variable: `account_store` Sep 20 03:52:59.334 INFO kablam! --> examples/bank.rs:75:9 Sep 20 03:52:59.334 INFO kablam! | Sep 20 03:52:59.334 INFO kablam! 75 | let account_store = MemoryEventStore::new(); Sep 20 03:52:59.334 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_account_store` instead Sep 20 03:52:59.334 INFO kablam! | Sep 20 03:52:59.334 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 20 03:52:59.334 INFO kablam! Sep 20 03:52:59.382 INFO kablam! warning: variant is never constructed: `WithdrawFunds` Sep 20 03:52:59.382 INFO kablam! --> examples/bank.rs:22:5 Sep 20 03:52:59.382 INFO kablam! | Sep 20 03:52:59.383 INFO kablam! 22 | WithdrawFunds(String, u32), Sep 20 03:52:59.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:52:59.386 INFO kablam! | Sep 20 03:52:59.386 INFO kablam! = note: #[warn(dead_code)] on by default Sep 20 03:52:59.386 INFO kablam! Sep 20 03:52:59.386 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Sep 20 03:52:59.386 INFO kablam! --> examples/bank.rs:1:12 Sep 20 03:52:59.386 INFO kablam! | Sep 20 03:52:59.386 INFO kablam! 1 | #![feature(attr_literals)] Sep 20 03:52:59.386 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 03:52:59.386 INFO kablam! | Sep 20 03:52:59.386 INFO kablam! = note: #[warn(stable_features)] on by default Sep 20 03:52:59.386 INFO kablam! Sep 20 03:52:59.441 INFO kablam! error[E0432]: unresolved import `eventsourcing::eventstore::OrgEventStore` Sep 20 03:52:59.441 INFO kablam! --> examples/combat/main.rs:14:5 Sep 20 03:52:59.441 INFO kablam! | Sep 20 03:52:59.441 INFO kablam! 14 | use eventsourcing::eventstore::OrgEventStore; Sep 20 03:52:59.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `OrgEventStore` in `eventstore`. Did you mean to use `EventStore`? Sep 20 03:52:59.450 INFO kablam! Sep 20 03:52:59.472 INFO kablam! warning: unused imports: `Dispatcher`, `Event`, `MemoryEventStore` Sep 20 03:52:59.472 INFO kablam! --> examples/combat/domain.rs:2:30 Sep 20 03:52:59.472 INFO kablam! | Sep 20 03:52:59.472 INFO kablam! 2 | eventstore::{EventStore, MemoryEventStore}, Aggregate, AggregateState, Dispatcher, Event, Sep 20 03:52:59.472 INFO kablam! | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^ ^^^^^ Sep 20 03:52:59.472 INFO kablam! | Sep 20 03:52:59.472 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 03:52:59.472 INFO kablam! Sep 20 03:52:59.472 INFO kablam! warning: unused import: `Combat` Sep 20 03:52:59.472 INFO kablam! --> examples/combat/main.rs:13:14 Sep 20 03:52:59.472 INFO kablam! | Sep 20 03:52:59.472 INFO kablam! 13 | use domain::{Combat, CombatCommand, CombatDispatcher, CombatEvent, CombatState}; Sep 20 03:52:59.472 INFO kablam! | ^^^^^^ Sep 20 03:52:59.472 INFO kablam! Sep 20 03:52:59.578 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Sep 20 03:52:59.578 INFO kablam! --> examples/location.rs:1:12 Sep 20 03:52:59.578 INFO kablam! | Sep 20 03:52:59.578 INFO kablam! 1 | #![feature(attr_literals)] Sep 20 03:52:59.578 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 03:52:59.578 INFO kablam! | Sep 20 03:52:59.578 INFO kablam! = note: #[warn(stable_features)] on by default Sep 20 03:52:59.578 INFO kablam! Sep 20 03:52:59.723 INFO kablam! warning: unused import: `EventStore` Sep 20 03:52:59.723 INFO kablam! --> examples/combat/domain.rs:2:18 Sep 20 03:52:59.723 INFO kablam! | Sep 20 03:52:59.723 INFO kablam! 2 | eventstore::{EventStore, MemoryEventStore}, Aggregate, AggregateState, Dispatcher, Event, Sep 20 03:52:59.723 INFO kablam! | ^^^^^^^^^^ Sep 20 03:52:59.723 INFO kablam! Sep 20 03:52:59.731 INFO kablam! error: aborting due to previous error Sep 20 03:52:59.731 INFO kablam! Sep 20 03:52:59.731 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 20 03:52:59.737 INFO kablam! error: Could not compile `eventsourcing`. Sep 20 03:52:59.738 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 03:53:00.052 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Sep 20 03:53:00.053 INFO kablam! --> tests/cloudevents.rs:1:12 Sep 20 03:53:00.053 INFO kablam! | Sep 20 03:53:00.053 INFO kablam! 1 | #![feature(attr_literals)] Sep 20 03:53:00.053 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 03:53:00.053 INFO kablam! | Sep 20 03:53:00.053 INFO kablam! = note: #[warn(stable_features)] on by default Sep 20 03:53:00.053 INFO kablam! Sep 20 03:53:00.113 INFO kablam! error: build failed Sep 20 03:53:00.115 INFO kablam! su: No module specific data is present Sep 20 03:53:01.145 INFO running `"docker" "rm" "-f" "f535ef1c02cdff4c4c88add19d85ba00c279e4d0d9ca04df72114a53020b6ddf"` Sep 20 03:53:01.265 INFO blam! f535ef1c02cdff4c4c88add19d85ba00c279e4d0d9ca04df72114a53020b6ddf