Sep 04 18:23:16.665 INFO checking eventsourcing-0.1.1 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 18:23:16.665 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 18:23:16.665 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 18:23:16.862 INFO blam! ff456286783405428438937d6417b4e416ac0bf18e4533f21488cabd64fe4566 Sep 04 18:23:16.864 INFO running `"docker" "start" "-a" "ff456286783405428438937d6417b4e416ac0bf18e4533f21488cabd64fe4566"` Sep 04 18:23:17.812 INFO kablam! Compiling eventsourcing-derive v0.1.1 Sep 04 18:23:17.813 INFO kablam! Checking eventsourcing v0.1.1 (file:///source) Sep 04 18:23:24.558 INFO kablam! warning: unused variable: `account_store` Sep 04 18:23:24.559 INFO kablam! --> examples/bank.rs:75:9 Sep 04 18:23:24.559 INFO kablam! | Sep 04 18:23:24.559 INFO kablam! 75 | let account_store = MemoryEventStore::new(); Sep 04 18:23:24.559 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_account_store` instead Sep 04 18:23:24.574 INFO kablam! | Sep 04 18:23:24.575 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 18:23:24.575 INFO kablam! Sep 04 18:23:24.855 INFO kablam! warning: variant is never constructed: `WithdrawFunds` Sep 04 18:23:24.855 INFO kablam! --> examples/bank.rs:22:5 Sep 04 18:23:24.855 INFO kablam! | Sep 04 18:23:24.855 INFO kablam! 22 | WithdrawFunds(String, u32), Sep 04 18:23:24.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 18:23:24.856 INFO kablam! | Sep 04 18:23:24.856 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 18:23:24.857 INFO kablam! Sep 04 18:23:24.857 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Sep 04 18:23:24.857 INFO kablam! --> examples/bank.rs:1:12 Sep 04 18:23:24.857 INFO kablam! | Sep 04 18:23:24.857 INFO kablam! 1 | #![feature(attr_literals)] Sep 04 18:23:24.857 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 18:23:24.858 INFO kablam! | Sep 04 18:23:24.858 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 18:23:24.859 INFO kablam! Sep 04 18:23:24.911 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Sep 04 18:23:24.911 INFO kablam! --> examples/location.rs:1:12 Sep 04 18:23:24.911 INFO kablam! | Sep 04 18:23:24.911 INFO kablam! 1 | #![feature(attr_literals)] Sep 04 18:23:24.911 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 18:23:24.911 INFO kablam! | Sep 04 18:23:24.911 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 18:23:24.911 INFO kablam! Sep 04 18:23:25.490 INFO kablam! error[E0432]: unresolved import `eventsourcing::eventstore::OrgEventStore` Sep 04 18:23:25.490 INFO kablam! --> examples/combat/main.rs:14:5 Sep 04 18:23:25.490 INFO kablam! | Sep 04 18:23:25.490 INFO kablam! 14 | use eventsourcing::eventstore::OrgEventStore; Sep 04 18:23:25.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `OrgEventStore` in `eventstore`. Did you mean to use `EventStore`? Sep 04 18:23:25.491 INFO kablam! Sep 04 18:23:25.500 INFO kablam! warning: unused imports: `Dispatcher`, `Event`, `MemoryEventStore` Sep 04 18:23:25.500 INFO kablam! --> examples/combat/domain.rs:2:30 Sep 04 18:23:25.500 INFO kablam! | Sep 04 18:23:25.500 INFO kablam! 2 | eventstore::{EventStore, MemoryEventStore}, Aggregate, AggregateState, Dispatcher, Event, Sep 04 18:23:25.500 INFO kablam! | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^ ^^^^^ Sep 04 18:23:25.500 INFO kablam! | Sep 04 18:23:25.500 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 18:23:25.500 INFO kablam! Sep 04 18:23:25.501 INFO kablam! warning: unused import: `Combat` Sep 04 18:23:25.501 INFO kablam! --> examples/combat/main.rs:13:14 Sep 04 18:23:25.501 INFO kablam! | Sep 04 18:23:25.501 INFO kablam! 13 | use domain::{Combat, CombatCommand, CombatDispatcher, CombatEvent, CombatState}; Sep 04 18:23:25.501 INFO kablam! | ^^^^^^ Sep 04 18:23:25.501 INFO kablam! Sep 04 18:23:25.796 INFO kablam! warning: unused import: `EventStore` Sep 04 18:23:25.796 INFO kablam! --> examples/combat/domain.rs:2:18 Sep 04 18:23:25.796 INFO kablam! | Sep 04 18:23:25.797 INFO kablam! 2 | eventstore::{EventStore, MemoryEventStore}, Aggregate, AggregateState, Dispatcher, Event, Sep 04 18:23:25.797 INFO kablam! | ^^^^^^^^^^ Sep 04 18:23:25.797 INFO kablam! Sep 04 18:23:25.801 INFO kablam! error: aborting due to previous error Sep 04 18:23:25.802 INFO kablam! Sep 04 18:23:25.802 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 04 18:23:25.813 INFO kablam! error: Could not compile `eventsourcing`. Sep 04 18:23:25.814 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 18:23:26.094 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Sep 04 18:23:26.094 INFO kablam! --> tests/cloudevents.rs:1:12 Sep 04 18:23:26.094 INFO kablam! | Sep 04 18:23:26.094 INFO kablam! 1 | #![feature(attr_literals)] Sep 04 18:23:26.094 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 18:23:26.094 INFO kablam! | Sep 04 18:23:26.094 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 18:23:26.094 INFO kablam! Sep 04 18:23:26.206 INFO kablam! error: build failed Sep 04 18:23:26.211 INFO kablam! su: No module specific data is present Sep 04 18:23:26.701 INFO running `"docker" "rm" "-f" "ff456286783405428438937d6417b4e416ac0bf18e4533f21488cabd64fe4566"` Sep 04 18:23:26.830 INFO blam! ff456286783405428438937d6417b4e416ac0bf18e4533f21488cabd64fe4566