Jul 12 10:06:45.696 INFO checking eventsourcing-0.1.1 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 12 10:06:45.697 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 10:06:45.697 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 10:06:45.697 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-1/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/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 +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 12 10:06:45.962 INFO blam! e88e3ae8defc8860b3859bc385aca271431f8fca3a3efa344ba04519c6694d0d Jul 12 10:06:45.964 INFO running `"docker" "start" "-a" "e88e3ae8defc8860b3859bc385aca271431f8fca3a3efa344ba04519c6694d0d"` Jul 12 10:06:47.250 INFO kablam! Compiling syn v0.12.15 Jul 12 10:06:47.250 INFO kablam! Checking eventsourcing v0.1.1 (file:///source) Jul 12 10:07:05.107 INFO kablam! Compiling eventsourcing-derive v0.1.1 Jul 12 10:07:11.351 INFO kablam! warning: unused variable: `account_store` Jul 12 10:07:11.351 INFO kablam! --> examples/bank.rs:75:9 Jul 12 10:07:11.351 INFO kablam! | Jul 12 10:07:11.351 INFO kablam! 75 | let account_store = MemoryEventStore::new(); Jul 12 10:07:11.351 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_account_store` instead Jul 12 10:07:11.351 INFO kablam! | Jul 12 10:07:11.351 INFO kablam! = note: #[warn(unused_variables)] on by default Jul 12 10:07:11.351 INFO kablam! Jul 12 10:07:11.376 INFO kablam! error[E0432]: unresolved import `eventsourcing::eventstore::OrgEventStore` Jul 12 10:07:11.376 INFO kablam! --> examples/combat/main.rs:14:5 Jul 12 10:07:11.376 INFO kablam! | Jul 12 10:07:11.376 INFO kablam! 14 | use eventsourcing::eventstore::OrgEventStore; Jul 12 10:07:11.376 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `OrgEventStore` in `eventstore`. Did you mean to use `EventStore`? Jul 12 10:07:11.376 INFO kablam! Jul 12 10:07:11.386 INFO kablam! warning: unused imports: `Dispatcher`, `Event`, `MemoryEventStore` Jul 12 10:07:11.386 INFO kablam! --> examples/combat/domain.rs:2:30 Jul 12 10:07:11.386 INFO kablam! | Jul 12 10:07:11.386 INFO kablam! 2 | eventstore::{EventStore, MemoryEventStore}, Aggregate, AggregateState, Dispatcher, Event, Jul 12 10:07:11.386 INFO kablam! | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^ ^^^^^ Jul 12 10:07:11.386 INFO kablam! | Jul 12 10:07:11.386 INFO kablam! = note: #[warn(unused_imports)] on by default Jul 12 10:07:11.386 INFO kablam! Jul 12 10:07:11.400 INFO kablam! warning: unused import: `Combat` Jul 12 10:07:11.400 INFO kablam! --> examples/combat/main.rs:13:14 Jul 12 10:07:11.400 INFO kablam! | Jul 12 10:07:11.400 INFO kablam! 13 | use domain::{Combat, CombatCommand, CombatDispatcher, CombatEvent, CombatState}; Jul 12 10:07:11.400 INFO kablam! | ^^^^^^ Jul 12 10:07:11.400 INFO kablam! Jul 12 10:07:11.492 INFO kablam! warning: variant is never constructed: `WithdrawFunds` Jul 12 10:07:11.492 INFO kablam! --> examples/bank.rs:22:5 Jul 12 10:07:11.492 INFO kablam! | Jul 12 10:07:11.492 INFO kablam! 22 | WithdrawFunds(String, u32), Jul 12 10:07:11.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 10:07:11.500 INFO kablam! | Jul 12 10:07:11.500 INFO kablam! = note: #[warn(dead_code)] on by default Jul 12 10:07:11.500 INFO kablam! Jul 12 10:07:11.930 INFO kablam! warning: unused import: `EventStore` Jul 12 10:07:11.930 INFO kablam! --> examples/combat/domain.rs:2:18 Jul 12 10:07:11.930 INFO kablam! | Jul 12 10:07:11.930 INFO kablam! 2 | eventstore::{EventStore, MemoryEventStore}, Aggregate, AggregateState, Dispatcher, Event, Jul 12 10:07:11.930 INFO kablam! | ^^^^^^^^^^ Jul 12 10:07:11.930 INFO kablam! Jul 12 10:07:11.937 INFO kablam! error: aborting due to previous error Jul 12 10:07:11.937 INFO kablam! Jul 12 10:07:11.937 INFO kablam! For more information about this error, try `rustc --explain E0432`. Jul 12 10:07:11.949 INFO kablam! error: Could not compile `eventsourcing`. Jul 12 10:07:11.950 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 12 10:07:12.398 INFO kablam! error: build failed Jul 12 10:07:12.399 INFO kablam! su: No module specific data is present Jul 12 10:07:12.962 INFO running `"docker" "rm" "-f" "e88e3ae8defc8860b3859bc385aca271431f8fca3a3efa344ba04519c6694d0d"` Jul 12 10:07:13.082 INFO blam! e88e3ae8defc8860b3859bc385aca271431f8fca3a3efa344ba04519c6694d0d