Jul 12 10:06:45.219 INFO checking eventsourcing-0.1.1 against try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255 for pr-52234 Jul 12 10:06:45.219 INFO running: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 12 10:06:45.219 INFO creating container for: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 12 10:06:45.219 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-52234/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-6/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/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 +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-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.478 INFO blam! 01bb5defeed1d66644e74a3baf1ef5cd9c6b299bf91b67831b1948f7cecdbf06 Jul 12 10:06:45.481 INFO running `"docker" "start" "-a" "01bb5defeed1d66644e74a3baf1ef5cd9c6b299bf91b67831b1948f7cecdbf06"` Jul 12 10:06:46.664 INFO kablam! Compiling eventsourcing-derive v0.1.1 Jul 12 10:06:46.664 INFO kablam! Checking eventsourcing v0.1.1 (file:///source) Jul 12 10:06:54.964 INFO kablam! error[E0432]: unresolved import `eventsourcing::eventstore::OrgEventStore` Jul 12 10:06:54.964 INFO kablam! --> examples/combat/main.rs:14:5 Jul 12 10:06:54.964 INFO kablam! | Jul 12 10:06:54.964 INFO kablam! 14 | use eventsourcing::eventstore::OrgEventStore; Jul 12 10:06:54.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `OrgEventStore` in `eventstore`. Did you mean to use `EventStore`? Jul 12 10:06:54.974 INFO kablam! Jul 12 10:06:55.018 INFO kablam! warning: unused imports: `Dispatcher`, `Event`, `MemoryEventStore` Jul 12 10:06:55.018 INFO kablam! --> examples/combat/domain.rs:2:30 Jul 12 10:06:55.018 INFO kablam! | Jul 12 10:06:55.018 INFO kablam! 2 | eventstore::{EventStore, MemoryEventStore}, Aggregate, AggregateState, Dispatcher, Event, Jul 12 10:06:55.018 INFO kablam! | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^ ^^^^^ Jul 12 10:06:55.031 INFO kablam! | Jul 12 10:06:55.031 INFO kablam! = note: #[warn(unused_imports)] on by default Jul 12 10:06:55.031 INFO kablam! Jul 12 10:06:55.032 INFO kablam! warning: unused import: `Combat` Jul 12 10:06:55.032 INFO kablam! --> examples/combat/main.rs:13:14 Jul 12 10:06:55.032 INFO kablam! | Jul 12 10:06:55.032 INFO kablam! 13 | use domain::{Combat, CombatCommand, CombatDispatcher, CombatEvent, CombatState}; Jul 12 10:06:55.032 INFO kablam! | ^^^^^^ Jul 12 10:06:55.032 INFO kablam! Jul 12 10:06:55.729 INFO kablam! warning: unused import: `EventStore` Jul 12 10:06:55.729 INFO kablam! --> examples/combat/domain.rs:2:18 Jul 12 10:06:55.729 INFO kablam! | Jul 12 10:06:55.729 INFO kablam! 2 | eventstore::{EventStore, MemoryEventStore}, Aggregate, AggregateState, Dispatcher, Event, Jul 12 10:06:55.729 INFO kablam! | ^^^^^^^^^^ Jul 12 10:06:55.729 INFO kablam! Jul 12 10:06:55.751 INFO kablam! error: aborting due to previous error Jul 12 10:06:55.751 INFO kablam! Jul 12 10:06:55.752 INFO kablam! For more information about this error, try `rustc --explain E0432`. Jul 12 10:06:55.775 INFO kablam! error: Could not compile `eventsourcing`. Jul 12 10:06:55.775 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 12 10:06:57.011 INFO kablam! warning: unused variable: `account_store` Jul 12 10:06:57.011 INFO kablam! --> examples/bank.rs:75:9 Jul 12 10:06:57.011 INFO kablam! | Jul 12 10:06:57.011 INFO kablam! 75 | let account_store = MemoryEventStore::new(); Jul 12 10:06:57.011 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_account_store` instead Jul 12 10:06:57.024 INFO kablam! | Jul 12 10:06:57.024 INFO kablam! = note: #[warn(unused_variables)] on by default Jul 12 10:06:57.024 INFO kablam! Jul 12 10:06:57.453 INFO kablam! warning: variant is never constructed: `WithdrawFunds` Jul 12 10:06:57.453 INFO kablam! --> examples/bank.rs:22:5 Jul 12 10:06:57.453 INFO kablam! | Jul 12 10:06:57.453 INFO kablam! 22 | WithdrawFunds(String, u32), Jul 12 10:06:57.453 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 10:06:57.462 INFO kablam! | Jul 12 10:06:57.463 INFO kablam! = note: #[warn(dead_code)] on by default Jul 12 10:06:57.463 INFO kablam! Jul 12 10:06:58.084 INFO kablam! error: build failed Jul 12 10:06:58.095 INFO kablam! su: No module specific data is present Jul 12 10:06:58.648 INFO running `"docker" "rm" "-f" "01bb5defeed1d66644e74a3baf1ef5cd9c6b299bf91b67831b1948f7cecdbf06"` Jul 12 10:06:58.801 INFO blam! 01bb5defeed1d66644e74a3baf1ef5cd9c6b299bf91b67831b1948f7cecdbf06