[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 try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] e63b59b9dfb88cb9bc30698c22f95cd0c0269caf8f836544204f5a14a6793207 [INFO] running `"docker" "start" "-a" "e63b59b9dfb88cb9bc30698c22f95cd0c0269caf8f836544204f5a14a6793207"` [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 6.45s [INFO] running `"docker" "inspect" "e63b59b9dfb88cb9bc30698c22f95cd0c0269caf8f836544204f5a14a6793207"` [INFO] running `"docker" "rm" "-f" "e63b59b9dfb88cb9bc30698c22f95cd0c0269caf8f836544204f5a14a6793207"` [INFO] [stdout] e63b59b9dfb88cb9bc30698c22f95cd0c0269caf8f836544204f5a14a6793207 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 28446c613066cfa5924f81d3833e2a045dcd1bd1413ef0a47ef79285ef548d81 [INFO] running `"docker" "start" "-a" "28446c613066cfa5924f81d3833e2a045dcd1bd1413ef0a47ef79285ef548d81"` [INFO] [stderr] Compiling ci_info v0.3.1 [INFO] [stderr] Compiling serde_yaml v0.8.9 [INFO] [stderr] Compiling ron v0.4.2 [INFO] [stderr] Compiling cqrs-proptest v0.1.0 [INFO] [stderr] Compiling insta v0.5.4 [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 22.94s [INFO] running `"docker" "inspect" "28446c613066cfa5924f81d3833e2a045dcd1bd1413ef0a47ef79285ef548d81"` [INFO] running `"docker" "rm" "-f" "28446c613066cfa5924f81d3833e2a045dcd1bd1413ef0a47ef79285ef548d81"` [INFO] [stdout] 28446c613066cfa5924f81d3833e2a045dcd1bd1413ef0a47ef79285ef548d81 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] 19f92568b0f3fab69a93770016e958d912dd87a22b9500f50db171e4cb2af4b9 [INFO] running `"docker" "start" "-a" "19f92568b0f3fab69a93770016e958d912dd87a22b9500f50db171e4cb2af4b9"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running /opt/crater/target/debug/deps/cqrs_todo_core-99f9ca3566593ccd [INFO] [stdout] [INFO] [stdout] running 19 tests [INFO] [stdout] test tests::cancel_reminder_on_default_aggregate ... ok [INFO] [stdout] test tests::cancel_reminder_on_basic_aggregate ... ok [INFO] [stdout] test tests::example_event_sequence ... ok [INFO] [stdout] test tests::ensure_uncompleted_event_stays_same ... ok [INFO] [stdout] test tests::ensure_completed_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_reminder_removed_event_stays_same ... ok [INFO] [stdout] test tests::roundtrip_description_updated ... ok [INFO] [stdout] test tests::roundtrip_reminder_updated ... ok [INFO] [stdout] test tests::roundtrip_uncompleted ... ok [INFO] [stdout] test tests::set_reminder_on_basic_aggregate ... ok [INFO] [stdout] test tests::roundtrip_completed ... ok [INFO] [stdout] test tests::roundtrip_reminder_updated_none ... 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::can_create_arbitrary_aggregate ... ok [INFO] [stdout] test tests::property_tests::arbitrary_aggregate_roundtrips_through_serialization ... 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" "19f92568b0f3fab69a93770016e958d912dd87a22b9500f50db171e4cb2af4b9"` [INFO] running `"docker" "rm" "-f" "19f92568b0f3fab69a93770016e958d912dd87a22b9500f50db171e4cb2af4b9"` [INFO] [stdout] 19f92568b0f3fab69a93770016e958d912dd87a22b9500f50db171e4cb2af4b9