[INFO] updating cached repository lessless/cqrs_rs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/lessless/cqrs_rs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/lessless/cqrs_rs" "work/ex/beta-1.38-1/sources/1.37.0/gh/lessless/cqrs_rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/lessless/cqrs_rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/lessless/cqrs_rs" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/lessless/cqrs_rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/lessless/cqrs_rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] abd453d97747098f696d48058ece769dc4e3f3f2 [INFO] sha for GitHub repo lessless/cqrs_rs: abd453d97747098f696d48058ece769dc4e3f3f2 [INFO] validating manifest of lessless/cqrs_rs on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of lessless/cqrs_rs on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing lessless/cqrs_rs [INFO] finished frobbing lessless/cqrs_rs [INFO] frobbed toml for lessless/cqrs_rs written to work/ex/beta-1.38-1/sources/1.37.0/gh/lessless/cqrs_rs/Cargo.toml [INFO] started frobbing lessless/cqrs_rs [INFO] finished frobbing lessless/cqrs_rs [INFO] frobbed toml for lessless/cqrs_rs written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/lessless/cqrs_rs/Cargo.toml [INFO] crate lessless/cqrs_rs already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing lessless/cqrs_rs against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/lessless/cqrs_rs:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 3d799cb123b4e0cebdf44447487194a2c27b9cc5307d7d1dbe5800f476374966 [INFO] running `"docker" "start" "-a" "3d799cb123b4e0cebdf44447487194a2c27b9cc5307d7d1dbe5800f476374966"` [INFO] [stderr] Compiling syn v0.15.32 [INFO] [stderr] Compiling hashbrown v0.2.2 [INFO] [stderr] Compiling threadpool v1.7.1 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling derive_more v0.14.0 [INFO] [stderr] Compiling enum-as-inner v0.2.1 [INFO] [stderr] Compiling actix_derive v0.4.0 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling trust-dns-proto v0.7.3 [INFO] [stderr] Compiling actix-threadpool v0.1.0 [INFO] [stderr] Compiling actix-rt v0.2.2 [INFO] [stderr] Compiling trust-dns-resolver v0.11.0 [INFO] [stderr] Compiling actix v0.8.1 [INFO] [stderr] Compiling cqrs_es v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0432]: unresolved import `actix_rt` [INFO] [stderr] --> src/event_store.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use actix_rt::spawn; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `actix_rt` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `futures` [INFO] [stderr] --> src/event_store.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use futures::Future; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `futures` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `event_store` [INFO] [stderr] --> src/write_side.rs:22:21 [INFO] [stderr] | [INFO] [stderr] 22 | print!("{:?} ", event_store::find(create.counter_id)) [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `event_store` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `count` on type `&mut event_store::MyActor` [INFO] [stderr] --> src/event_store.rs:27:14 [INFO] [stderr] | [INFO] [stderr] 27 | self.count + 1; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `count` on type `&mut event_store::MyActor` [INFO] [stderr] --> src/event_store.rs:28:14 [INFO] [stderr] | [INFO] [stderr] 28 | self.count [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433, E0609. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `cqrs_es`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "3d799cb123b4e0cebdf44447487194a2c27b9cc5307d7d1dbe5800f476374966"` [INFO] running `"docker" "rm" "-f" "3d799cb123b4e0cebdf44447487194a2c27b9cc5307d7d1dbe5800f476374966"` [INFO] [stdout] 3d799cb123b4e0cebdf44447487194a2c27b9cc5307d7d1dbe5800f476374966