[INFO] crate eventific_postgres 0.1.0 is already in cache [INFO] extracting crate eventific_postgres 0.1.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/eventific_postgres/0.1.0 [INFO] extracting crate eventific_postgres 0.1.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/eventific_postgres/0.1.0 [INFO] validating manifest of eventific_postgres-0.1.0 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 eventific_postgres-0.1.0 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 eventific_postgres-0.1.0 [INFO] finished frobbing eventific_postgres-0.1.0 [INFO] frobbed toml for eventific_postgres-0.1.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/eventific_postgres/0.1.0/Cargo.toml [INFO] started frobbing eventific_postgres-0.1.0 [INFO] finished frobbing eventific_postgres-0.1.0 [INFO] frobbed toml for eventific_postgres-0.1.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/eventific_postgres/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded eventific v0.1.11 [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] [stderr] Blocking waiting for file lock on package cache [INFO] testing eventific_postgres-0.1.0 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/eventific_postgres/0.1.0:/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] e29cded228c9d2de44369f4644ddfe75692682f5c2a74b8f2ac64872002bfab8 [INFO] running `"docker" "start" "-a" "e29cded228c9d2de44369f4644ddfe75692682f5c2a74b8f2ac64872002bfab8"` [INFO] [stderr] Compiling winapi v0.3.7 [INFO] [stderr] Compiling rent_to_own v0.1.0 [INFO] [stderr] Compiling fallible-iterator v0.2.0 [INFO] [stderr] Compiling antidote v1.0.0 [INFO] [stderr] Compiling strum v0.15.0 [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Compiling phf v0.7.24 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling bb8 v0.3.1 [INFO] [stderr] Compiling darling_core v0.8.6 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling chrono v0.4.7 [INFO] [stderr] Compiling postgres-protocol v0.4.1 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling winconsole v0.10.0 [INFO] [stderr] Compiling colored v1.8.0 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling eventific v0.1.11 [INFO] [stderr] Compiling darling_macro v0.8.6 [INFO] [stderr] Compiling darling v0.8.6 [INFO] [stderr] Compiling derive_state_machine_future v0.2.0 [INFO] [stderr] Compiling state_machine_future v0.2.0 [INFO] [stderr] Compiling tokio-postgres v0.4.0-rc.3 [INFO] [stderr] Compiling bb8-postgres v0.3.1 [INFO] [stderr] Compiling eventific_postgres v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/postgres_store.rs:77:68 [INFO] [stderr] | [INFO] [stderr] 77 | fn init(&mut self, logger: &Logger, service_name: &str) -> Box> + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future> + Send` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/postgres_store.rs:133:57 [INFO] [stderr] | [INFO] [stderr] 133 | fn save_events(&self, events: Vec>) -> Box> + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future> + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/postgres_store.rs:186:49 [INFO] [stderr] | [INFO] [stderr] 186 | fn events(&self, aggregate_id: Uuid) -> Box>, Error=StoreError> + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future>, Error=StoreError> + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/postgres_store.rs:244:36 [INFO] [stderr] | [INFO] [stderr] 244 | fn aggregate_ids(&self) -> Box> + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Stream> + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/postgres_store.rs:296:39 [INFO] [stderr] | [INFO] [stderr] 296 | fn total_aggregates(&self) -> Box> + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future> + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/postgres_store.rs:337:69 [INFO] [stderr] | [INFO] [stderr] 337 | fn total_events_for_aggregate(&self, aggregate_id: Uuid) -> Box> + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future> + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/postgres_store.rs:380:35 [INFO] [stderr] | [INFO] [stderr] 380 | fn total_events(&self) -> Box> + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future> + Send` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 38.28s [INFO] running `"docker" "inspect" "e29cded228c9d2de44369f4644ddfe75692682f5c2a74b8f2ac64872002bfab8"` [INFO] running `"docker" "rm" "-f" "e29cded228c9d2de44369f4644ddfe75692682f5c2a74b8f2ac64872002bfab8"` [INFO] [stdout] e29cded228c9d2de44369f4644ddfe75692682f5c2a74b8f2ac64872002bfab8 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/eventific_postgres/0.1.0:/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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 72bc87f67a64e0f3fbd57b08e711317f9b7a1d0e955fd5c349da6bb3d6c585c5 [INFO] running `"docker" "start" "-a" "72bc87f67a64e0f3fbd57b08e711317f9b7a1d0e955fd5c349da6bb3d6c585c5"` [INFO] [stderr] Compiling eventific_postgres v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/postgres_store.rs:77:68 [INFO] [stderr] | [INFO] [stderr] 77 | fn init(&mut self, logger: &Logger, service_name: &str) -> Box> + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future> + Send` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/postgres_store.rs:133:57 [INFO] [stderr] | [INFO] [stderr] 133 | fn save_events(&self, events: Vec>) -> Box> + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future> + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/postgres_store.rs:186:49 [INFO] [stderr] | [INFO] [stderr] 186 | fn events(&self, aggregate_id: Uuid) -> Box>, Error=StoreError> + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future>, Error=StoreError> + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/postgres_store.rs:244:36 [INFO] [stderr] | [INFO] [stderr] 244 | fn aggregate_ids(&self) -> Box> + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Stream> + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/postgres_store.rs:296:39 [INFO] [stderr] | [INFO] [stderr] 296 | fn total_aggregates(&self) -> Box> + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future> + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/postgres_store.rs:337:69 [INFO] [stderr] | [INFO] [stderr] 337 | fn total_events_for_aggregate(&self, aggregate_id: Uuid) -> Box> + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future> + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/postgres_store.rs:380:35 [INFO] [stderr] | [INFO] [stderr] 380 | fn total_events(&self) -> Box> + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future> + Send` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new_v4` found for type `uuid::Uuid` in the current scope [INFO] [stderr] --> tests/postgres_store.rs:39:20 [INFO] [stderr] | [INFO] [stderr] 39 | let id = Uuid::new_v4(); [INFO] [stderr] | ^^^^^^ function or associated item not found in `uuid::Uuid` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new_v4` found for type `uuid::Uuid` in the current scope [INFO] [stderr] --> tests/postgres_store.rs:94:33 [INFO] [stderr] | [INFO] [stderr] 94 | aggregate_id: Uuid::new_v4(), [INFO] [stderr] | ^^^^^^ function or associated item not found in `uuid::Uuid` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new_v4` found for type `uuid::Uuid` in the current scope [INFO] [stderr] --> tests/postgres_store.rs:103:33 [INFO] [stderr] | [INFO] [stderr] 103 | aggregate_id: Uuid::new_v4(), [INFO] [stderr] | ^^^^^^ function or associated item not found in `uuid::Uuid` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new_v4` found for type `uuid::Uuid` in the current scope [INFO] [stderr] --> tests/postgres_store.rs:112:33 [INFO] [stderr] | [INFO] [stderr] 112 | aggregate_id: Uuid::new_v4(), [INFO] [stderr] | ^^^^^^ function or associated item not found in `uuid::Uuid` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new_v4` found for type `uuid::Uuid` in the current scope [INFO] [stderr] --> tests/postgres_store.rs:145:33 [INFO] [stderr] | [INFO] [stderr] 145 | aggregate_id: Uuid::new_v4(), [INFO] [stderr] | ^^^^^^ function or associated item not found in `uuid::Uuid` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new_v4` found for type `uuid::Uuid` in the current scope [INFO] [stderr] --> tests/postgres_store.rs:154:33 [INFO] [stderr] | [INFO] [stderr] 154 | aggregate_id: Uuid::new_v4(), [INFO] [stderr] | ^^^^^^ function or associated item not found in `uuid::Uuid` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new_v4` found for type `uuid::Uuid` in the current scope [INFO] [stderr] --> tests/postgres_store.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | aggregate_id: Uuid::new_v4(), [INFO] [stderr] | ^^^^^^ function or associated item not found in `uuid::Uuid` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new_v4` found for type `uuid::Uuid` in the current scope [INFO] [stderr] --> tests/postgres_store.rs:196:33 [INFO] [stderr] | [INFO] [stderr] 196 | aggregate_id: Uuid::new_v4(), [INFO] [stderr] | ^^^^^^ function or associated item not found in `uuid::Uuid` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new_v4` found for type `uuid::Uuid` in the current scope [INFO] [stderr] --> tests/postgres_store.rs:205:33 [INFO] [stderr] | [INFO] [stderr] 205 | aggregate_id: Uuid::new_v4(), [INFO] [stderr] | ^^^^^^ function or associated item not found in `uuid::Uuid` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new_v4` found for type `uuid::Uuid` in the current scope [INFO] [stderr] --> tests/postgres_store.rs:214:33 [INFO] [stderr] | [INFO] [stderr] 214 | aggregate_id: Uuid::new_v4(), [INFO] [stderr] | ^^^^^^ function or associated item not found in `uuid::Uuid` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new_v4` found for type `uuid::Uuid` in the current scope [INFO] [stderr] --> tests/postgres_store.rs:245:20 [INFO] [stderr] | [INFO] [stderr] 245 | let id = Uuid::new_v4(); [INFO] [stderr] | ^^^^^^ function or associated item not found in `uuid::Uuid` [INFO] [stderr] [INFO] [stderr] error: aborting due to 11 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: Could not compile `eventific_postgres`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "72bc87f67a64e0f3fbd57b08e711317f9b7a1d0e955fd5c349da6bb3d6c585c5"` [INFO] running `"docker" "rm" "-f" "72bc87f67a64e0f3fbd57b08e711317f9b7a1d0e955fd5c349da6bb3d6c585c5"` [INFO] [stdout] 72bc87f67a64e0f3fbd57b08e711317f9b7a1d0e955fd5c349da6bb3d6c585c5