[INFO] fetching crate cqrs-todo-core 0.1.0... [INFO] extracting crate cqrs-todo-core 0.1.0 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/cqrs-todo-core/0.1.0 [INFO] extracting crate cqrs-todo-core 0.1.0 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/cqrs-todo-core/0.1.0 [INFO] validating manifest of cqrs-todo-core-0.1.0 on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of cqrs-todo-core-0.1.0 on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing cqrs-todo-core-0.1.0 [INFO] finished frobbing cqrs-todo-core-0.1.0 [INFO] frobbed toml for cqrs-todo-core-0.1.0 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/cqrs-todo-core/0.1.0/Cargo.toml [INFO] started frobbing cqrs-todo-core-0.1.0 [INFO] finished frobbing cqrs-todo-core-0.1.0 [INFO] frobbed toml for cqrs-todo-core-0.1.0 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/cqrs-todo-core/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded insta v0.5.4 [INFO] [stderr] Downloaded cqrs-proptest v0.1.0 [INFO] [stderr] Downloaded cqrs-core v0.1.1 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing cqrs-todo-core-0.1.0 against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/cqrs-todo-core/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=forbid" "-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 070f4bf040ca4a5722d9bc44b831c2164d2de73af5225929fd9938497e1c0b75 [INFO] running `"docker" "start" "-a" "070f4bf040ca4a5722d9bc44b831c2164d2de73af5225929fd9938497e1c0b75"` [INFO] [stderr] Compiling cqrs-core v0.1.1 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling cqrs-todo-core v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:17:19 [INFO] [stderr] | [INFO] [stderr] 17 | let err: &error::Error = self; [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [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/error.rs:34:19 [INFO] [stderr] | [INFO] [stderr] 34 | let err: &error::Error = self; [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:60:19 [INFO] [stderr] | [INFO] [stderr] 60 | let err: &error::Error = self; [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.20s [INFO] running `"docker" "inspect" "070f4bf040ca4a5722d9bc44b831c2164d2de73af5225929fd9938497e1c0b75"` [INFO] running `"docker" "rm" "-f" "070f4bf040ca4a5722d9bc44b831c2164d2de73af5225929fd9938497e1c0b75"` [INFO] [stdout] 070f4bf040ca4a5722d9bc44b831c2164d2de73af5225929fd9938497e1c0b75 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/cqrs-todo-core/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=forbid" "-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 37a699b530bc8a0614cc7be473121f5d499873dcbcf6c00d5771b3ae7772496a [INFO] running `"docker" "start" "-a" "37a699b530bc8a0614cc7be473121f5d499873dcbcf6c00d5771b3ae7772496a"` [INFO] [stderr] Compiling ci_info v0.3.1 [INFO] [stderr] Compiling console v0.7.5 [INFO] [stderr] Compiling proptest v0.8.7 [INFO] [stderr] Compiling ron v0.4.2 [INFO] [stderr] Compiling insta v0.5.4 [INFO] [stderr] Compiling cqrs-proptest v0.1.0 [INFO] [stderr] Compiling cqrs-todo-core v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:17:19 [INFO] [stderr] | [INFO] [stderr] 17 | let err: &error::Error = self; [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [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/error.rs:34:19 [INFO] [stderr] | [INFO] [stderr] 34 | let err: &error::Error = self; [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:60:19 [INFO] [stderr] | [INFO] [stderr] 60 | let err: &error::Error = self; [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 36.09s [INFO] running `"docker" "inspect" "37a699b530bc8a0614cc7be473121f5d499873dcbcf6c00d5771b3ae7772496a"` [INFO] running `"docker" "rm" "-f" "37a699b530bc8a0614cc7be473121f5d499873dcbcf6c00d5771b3ae7772496a"` [INFO] [stdout] 37a699b530bc8a0614cc7be473121f5d499873dcbcf6c00d5771b3ae7772496a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/cqrs-todo-core/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=forbid" "-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] b1d4df1ac72ac249997fbdb0b03e255ce18fd0478a14f3acd6cf9f28e94778fb [INFO] running `"docker" "start" "-a" "b1d4df1ac72ac249997fbdb0b03e255ce18fd0478a14f3acd6cf9f28e94778fb"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/crater/target/debug/deps/cqrs_todo_core-7682210af0363a00 [INFO] [stdout] [INFO] [stdout] running 19 tests [INFO] [stdout] test tests::cancel_reminder_on_basic_aggregate ... ok [INFO] [stdout] test tests::cancel_reminder_on_default_aggregate ... ok [INFO] [stdout] test tests::example_event_sequence ... ok [INFO] [stdout] test tests::ensure_completed_event_stays_same ... ok [INFO] [stdout] test tests::ensure_reminder_removed_event_stays_same ... ok [INFO] [stdout] test tests::ensure_created_event_stays_same ... ok [INFO] [stdout] test tests::ensure_reminder_updated_event_stays_same ... ok [INFO] [stdout] test tests::ensure_text_updated_event_stays_same ... ok [INFO] [stdout] test tests::ensure_uncompleted_event_stays_same ... ok [INFO] [stdout] test tests::roundtrip_reminder_updated_none ... ok [INFO] [stdout] test tests::roundtrip_description_updated ... ok [INFO] [stdout] test tests::roundtrip_uncompleted ... ok [INFO] [stdout] test tests::set_reminder_on_basic_aggregate ... ok [INFO] [stdout] test tests::roundtrip_reminder_updated ... ok [INFO] [stdout] test tests::roundtrip_completed ... ok [INFO] [stdout] test tests::roundtrip_created ... ok [INFO] [stdout] test tests::property_tests::arbitrary_event_roundtrips_through_serialization ... ok [INFO] [stdout] test tests::property_tests::arbitrary_aggregate_roundtrips_through_serialization ... ok [INFO] [stdout] test tests::property_tests::can_create_arbitrary_aggregate ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests cqrs-todo-core [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "b1d4df1ac72ac249997fbdb0b03e255ce18fd0478a14f3acd6cf9f28e94778fb"` [INFO] running `"docker" "rm" "-f" "b1d4df1ac72ac249997fbdb0b03e255ce18fd0478a14f3acd6cf9f28e94778fb"` [INFO] [stdout] b1d4df1ac72ac249997fbdb0b03e255ce18fd0478a14f3acd6cf9f28e94778fb