[INFO] fetching crate chrono-utilities 0.0.0-alpha1...
[INFO] checking chrono-utilities-0.0.0-alpha1 against master#c2f2db79ca3024f68d22b45aa22b570775c2c4ad for pr-124157
[INFO] extracting crate chrono-utilities 0.0.0-alpha1 into /workspace/builds/worker-0-tc1/source
[INFO] validating manifest of crates.io crate chrono-utilities 0.0.0-alpha1 on toolchain c2f2db79ca3024f68d22b45aa22b570775c2c4ad
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate chrono-utilities 0.0.0-alpha1
[INFO] finished tweaking crates.io crate chrono-utilities 0.0.0-alpha1
[INFO] tweaked toml for crates.io crate chrono-utilities 0.0.0-alpha1 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 40 packages to latest compatible versions
[INFO] [stderr]       Adding time v0.1.45 (latest: v0.3.36)
[INFO] [stderr]       Adding wasi v0.10.0+wasi-snapshot-preview1 (latest: v0.13.0+wasi-0.2.0)
[INFO] [stderr]       Adding windows-core v0.52.0 (latest: v0.56.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d9997c1bf5bdb95a96d58a2cb53c9329eb6305619bf0161d83e7c759247f4e34
[INFO] running `Command { std: "docker" "start" "-a" "d9997c1bf5bdb95a96d58a2cb53c9329eb6305619bf0161d83e7c759247f4e34", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d9997c1bf5bdb95a96d58a2cb53c9329eb6305619bf0161d83e7c759247f4e34", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d9997c1bf5bdb95a96d58a2cb53c9329eb6305619bf0161d83e7c759247f4e34", kill_on_drop: false }`
[INFO] [stdout] d9997c1bf5bdb95a96d58a2cb53c9329eb6305619bf0161d83e7c759247f4e34
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 198b12225d12a6e75ab9cf86a39a4f156a37b384d92b9425137a33341824949a
[INFO] running `Command { std: "docker" "start" "-a" "198b12225d12a6e75ab9cf86a39a4f156a37b384d92b9425137a33341824949a", kill_on_drop: false }`
[INFO] [stderr]     Checking chrono-utilities v0.0.0-alpha1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> src/naive/mod.rs:213:33
[INFO] [stdout]      |
[INFO] [stdout] 213  |         self.checked_sub_signed(OldDuration::days(days))
[INFO] [stdout]      |              ------------------ ^^^^^^^^^^^^^^^^^^^^^^^ expected `TimeDelta`, found `Duration`
[INFO] [stdout]      |              |
[INFO] [stdout]      |              arguments to this method are incorrect
[INFO] [stdout]      |
[INFO] [stdout] note: method defined here
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/src/naive/date/mod.rs:1076:18
[INFO] [stdout]      |
[INFO] [stdout] 1076 |     pub const fn checked_sub_signed(self, rhs: TimeDelta) -> Option<NaiveDate> {
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> src/naive/mod.rs:213:33
[INFO] [stdout]      |
[INFO] [stdout] 213  |         self.checked_sub_signed(OldDuration::days(days))
[INFO] [stdout]      |              ------------------ ^^^^^^^^^^^^^^^^^^^^^^^ expected `TimeDelta`, found `Duration`
[INFO] [stdout]      |              |
[INFO] [stdout]      |              arguments to this method are incorrect
[INFO] [stdout]      |
[INFO] [stdout] note: method defined here
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/src/naive/date/mod.rs:1076:18
[INFO] [stdout]      |
[INFO] [stdout] 1076 |     pub const fn checked_sub_signed(self, rhs: TimeDelta) -> Option<NaiveDate> {
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> src/naive/mod.rs:236:33
[INFO] [stdout]      |
[INFO] [stdout] 236  |         self.checked_add_signed(OldDuration::days(days))
[INFO] [stdout]      |              ------------------ ^^^^^^^^^^^^^^^^^^^^^^^ expected `TimeDelta`, found `Duration`
[INFO] [stdout]      |              |
[INFO] [stdout]      |              arguments to this method are incorrect
[INFO] [stdout]      |
[INFO] [stdout] note: method defined here
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/src/naive/date/mod.rs:1043:18
[INFO] [stdout]      |
[INFO] [stdout] 1043 |     pub const fn checked_add_signed(self, rhs: TimeDelta) -> Option<NaiveDate> {
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> src/naive/mod.rs:236:33
[INFO] [stdout]      |
[INFO] [stdout] 236  |         self.checked_add_signed(OldDuration::days(days))
[INFO] [stdout]      |              ------------------ ^^^^^^^^^^^^^^^^^^^^^^^ expected `TimeDelta`, found `Duration`
[INFO] [stdout]      |              |
[INFO] [stdout]      |              arguments to this method are incorrect
[INFO] [stdout]      |
[INFO] [stdout] note: method defined here
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/src/naive/date/mod.rs:1043:18
[INFO] [stdout]      |
[INFO] [stdout] 1043 |     pub const fn checked_add_signed(self, rhs: TimeDelta) -> Option<NaiveDate> {
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: cannot subtract `oldtime::Duration` from `NaiveDate`
[INFO] [stdout]    --> src/naive/mod.rs:350:49
[INFO] [stdout]     |
[INFO] [stdout] 350 |             Some(week_start) => Some(week_start - OldDuration::days(7)),
[INFO] [stdout]     |                                                 ^ no implementation for `NaiveDate - oldtime::Duration`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sub<oldtime::Duration>` is not implemented for `NaiveDate`
[INFO] [stdout]     = help: the following other types implement trait `Sub<Rhs>`:
[INFO] [stdout]               <NaiveDate as Sub<Days>>
[INFO] [stdout]               <NaiveDate as Sub<Months>>
[INFO] [stdout]               <NaiveDate as Sub<TimeDelta>>
[INFO] [stdout]               <NaiveDate as Sub>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: cannot subtract `oldtime::Duration` from `NaiveDate`
[INFO] [stdout]    --> src/naive/mod.rs:350:49
[INFO] [stdout]     |
[INFO] [stdout] 350 |             Some(week_start) => Some(week_start - OldDuration::days(7)),
[INFO] [stdout]     |                                                 ^ no implementation for `NaiveDate - oldtime::Duration`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sub<oldtime::Duration>` is not implemented for `NaiveDate`
[INFO] [stdout]     = help: the following other types implement trait `Sub<Rhs>`:
[INFO] [stdout]               <NaiveDate as Sub<Days>>
[INFO] [stdout]               <NaiveDate as Sub<Months>>
[INFO] [stdout]               <NaiveDate as Sub<TimeDelta>>
[INFO] [stdout]               <NaiveDate as Sub>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: cannot subtract `oldtime::Duration` from `NaiveDate`
[INFO] [stdout]    --> src/naive/mod.rs:372:49
[INFO] [stdout]     |
[INFO] [stdout] 372 |             Some(week_start) => Some(week_start - OldDuration::days(1)),
[INFO] [stdout]     |                                                 ^ no implementation for `NaiveDate - oldtime::Duration`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sub<oldtime::Duration>` is not implemented for `NaiveDate`
[INFO] [stdout]     = help: the following other types implement trait `Sub<Rhs>`:
[INFO] [stdout]               <NaiveDate as Sub<Days>>
[INFO] [stdout]               <NaiveDate as Sub<Months>>
[INFO] [stdout]               <NaiveDate as Sub<TimeDelta>>
[INFO] [stdout]               <NaiveDate as Sub>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: cannot subtract `oldtime::Duration` from `NaiveDate`
[INFO] [stdout]    --> src/naive/mod.rs:372:49
[INFO] [stdout]     |
[INFO] [stdout] 372 |             Some(week_start) => Some(week_start - OldDuration::days(1)),
[INFO] [stdout]     |                                                 ^ no implementation for `NaiveDate - oldtime::Duration`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sub<oldtime::Duration>` is not implemented for `NaiveDate`
[INFO] [stdout]     = help: the following other types implement trait `Sub<Rhs>`:
[INFO] [stdout]               <NaiveDate as Sub<Days>>
[INFO] [stdout]               <NaiveDate as Sub<Months>>
[INFO] [stdout]               <NaiveDate as Sub<TimeDelta>>
[INFO] [stdout]               <NaiveDate as Sub>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: cannot add `oldtime::Duration` to `NaiveDate`
[INFO] [stdout]    --> src/naive/mod.rs:486:49
[INFO] [stdout]     |
[INFO] [stdout] 486 |             Some(week_start) => Some(week_start + OldDuration::days(7)),
[INFO] [stdout]     |                                                 ^ no implementation for `NaiveDate + oldtime::Duration`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Add<oldtime::Duration>` is not implemented for `NaiveDate`
[INFO] [stdout]     = help: the following other types implement trait `Add<Rhs>`:
[INFO] [stdout]               <NaiveDate as Add<Days>>
[INFO] [stdout]               <NaiveDate as Add<Months>>
[INFO] [stdout]               <NaiveDate as Add<TimeDelta>>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: cannot add `oldtime::Duration` to `NaiveDate`
[INFO] [stdout]    --> src/naive/mod.rs:486:49
[INFO] [stdout]     |
[INFO] [stdout] 486 |             Some(week_start) => Some(week_start + OldDuration::days(7)),
[INFO] [stdout]     |                                                 ^ no implementation for `NaiveDate + oldtime::Duration`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Add<oldtime::Duration>` is not implemented for `NaiveDate`
[INFO] [stdout]     = help: the following other types implement trait `Add<Rhs>`:
[INFO] [stdout]               <NaiveDate as Add<Days>>
[INFO] [stdout]               <NaiveDate as Add<Months>>
[INFO] [stdout]               <NaiveDate as Add<TimeDelta>>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: cannot add `oldtime::Duration` to `NaiveDate`
[INFO] [stdout]    --> src/naive/mod.rs:508:49
[INFO] [stdout]     |
[INFO] [stdout] 508 |             Some(week_start) => Some(week_start + OldDuration::days(6)),
[INFO] [stdout]     |                                                 ^ no implementation for `NaiveDate + oldtime::Duration`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Add<oldtime::Duration>` is not implemented for `NaiveDate`
[INFO] [stdout]     = help: the following other types implement trait `Add<Rhs>`:
[INFO] [stdout]               <NaiveDate as Add<Days>>
[INFO] [stdout]               <NaiveDate as Add<Months>>
[INFO] [stdout]               <NaiveDate as Add<TimeDelta>>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: cannot add `oldtime::Duration` to `NaiveDate`
[INFO] [stdout]    --> src/naive/mod.rs:508:49
[INFO] [stdout]     |
[INFO] [stdout] 508 |             Some(week_start) => Some(week_start + OldDuration::days(6)),
[INFO] [stdout]     |                                                 ^ no implementation for `NaiveDate + oldtime::Duration`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Add<oldtime::Duration>` is not implemented for `NaiveDate`
[INFO] [stdout]     = help: the following other types implement trait `Add<Rhs>`:
[INFO] [stdout]               <NaiveDate as Add<Days>>
[INFO] [stdout]               <NaiveDate as Add<Months>>
[INFO] [stdout]               <NaiveDate as Add<TimeDelta>>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]   --> src/lib.rs:25:29
[INFO] [stdout]    |
[INFO] [stdout] 25 |         let d1 = NaiveDate::from_ymd(1996, 2, 23);
[INFO] [stdout]    |                             ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]   --> src/lib.rs:27:59
[INFO] [stdout]    |
[INFO] [stdout] 27 |         assert_eq!(d1.end_of_month().unwrap(), NaiveDate::from_ymd(1996, 2, 29));
[INFO] [stdout]    |                                                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]   --> src/lib.rs:28:61
[INFO] [stdout]    |
[INFO] [stdout] 28 |         assert_eq!(d1.start_of_month().unwrap(), NaiveDate::from_ymd(1996, 2, 1));
[INFO] [stdout]    |                                                             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]   --> src/lib.rs:29:64
[INFO] [stdout]    |
[INFO] [stdout] 29 |         assert_eq!(d1.end_of_pred_month().unwrap(), NaiveDate::from_ymd(1996, 1, 31));
[INFO] [stdout]    |                                                                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]   --> src/lib.rs:30:66
[INFO] [stdout]    |
[INFO] [stdout] 30 |         assert_eq!(d1.start_of_pred_month().unwrap(), NaiveDate::from_ymd(1996, 1, 1));
[INFO] [stdout]    |                                                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]   --> src/lib.rs:31:64
[INFO] [stdout]    |
[INFO] [stdout] 31 |         assert_eq!(d1.end_of_succ_month().unwrap(), NaiveDate::from_ymd(1996, 3, 31));
[INFO] [stdout]    |                                                                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]   --> src/lib.rs:32:66
[INFO] [stdout]    |
[INFO] [stdout] 32 |         assert_eq!(d1.start_of_succ_month().unwrap(), NaiveDate::from_ymd(1996, 3, 1));
[INFO] [stdout]    |                                                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]   --> src/lib.rs:35:58
[INFO] [stdout]    |
[INFO] [stdout] 35 |         assert_eq!(d1.end_of_year().unwrap(), NaiveDate::from_ymd(1996, 12, 31));
[INFO] [stdout]    |                                                          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]   --> src/lib.rs:36:60
[INFO] [stdout]    |
[INFO] [stdout] 36 |         assert_eq!(d1.start_of_year().unwrap(), NaiveDate::from_ymd(1996, 1, 1));
[INFO] [stdout]    |                                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]   --> src/lib.rs:37:63
[INFO] [stdout]    |
[INFO] [stdout] 37 |         assert_eq!(d1.end_of_pred_year().unwrap(), NaiveDate::from_ymd(1995, 12, 31));
[INFO] [stdout]    |                                                               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]   --> src/lib.rs:38:65
[INFO] [stdout]    |
[INFO] [stdout] 38 |         assert_eq!(d1.start_of_pred_year().unwrap(), NaiveDate::from_ymd(1995, 1, 1));
[INFO] [stdout]    |                                                                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]   --> src/lib.rs:39:63
[INFO] [stdout]    |
[INFO] [stdout] 39 |         assert_eq!(d1.end_of_succ_year().unwrap(), NaiveDate::from_ymd(1997, 12, 31));
[INFO] [stdout]    |                                                               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]   --> src/lib.rs:40:65
[INFO] [stdout]    |
[INFO] [stdout] 40 |         assert_eq!(d1.start_of_succ_year().unwrap(), NaiveDate::from_ymd(1997, 1, 1));
[INFO] [stdout]    |                                                                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]   --> src/lib.rs:43:66
[INFO] [stdout]    |
[INFO] [stdout] 43 |         assert_eq!(d1.end_of_iso8601_week().unwrap(), NaiveDate::from_ymd(1996, 2, 25));
[INFO] [stdout]    |                                                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]   --> src/lib.rs:44:68
[INFO] [stdout]    |
[INFO] [stdout] 44 |         assert_eq!(d1.start_of_iso8601_week().unwrap(), NaiveDate::from_ymd(1996, 2, 19));
[INFO] [stdout]    |                                                                    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]   --> src/lib.rs:45:71
[INFO] [stdout]    |
[INFO] [stdout] 45 |         assert_eq!(d1.end_of_pred_iso8601_week().unwrap(), NaiveDate::from_ymd(1996, 2, 18));
[INFO] [stdout]    |                                                                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0308.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]   --> src/lib.rs:46:73
[INFO] [stdout]    |
[INFO] [stdout] 46 |         assert_eq!(d1.start_of_pred_iso8601_week().unwrap(), NaiveDate::from_ymd(1996, 2, 12));
[INFO] [stdout]    |                                                                         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]   --> src/lib.rs:47:71
[INFO] [stdout]    |
[INFO] [stdout] 47 |         assert_eq!(d1.end_of_succ_iso8601_week().unwrap(), NaiveDate::from_ymd(1996, 3, 3));
[INFO] [stdout]    |                                                                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]   --> src/lib.rs:48:73
[INFO] [stdout]    |
[INFO] [stdout] 48 |         assert_eq!(d1.start_of_succ_iso8601_week().unwrap(), NaiveDate::from_ymd(1996, 2, 26));
[INFO] [stdout]    |                                                                         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]   --> src/lib.rs:52:29
[INFO] [stdout]    |
[INFO] [stdout] 52 |         let d2 = NaiveDate::from_ymd(1900, 7, 4);
[INFO] [stdout]    |                             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `chrono-utilities` (lib) due to 7 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 6 previous errors; 20 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0308.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `chrono-utilities` (lib test) due to 7 previous errors; 20 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "198b12225d12a6e75ab9cf86a39a4f156a37b384d92b9425137a33341824949a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "198b12225d12a6e75ab9cf86a39a4f156a37b384d92b9425137a33341824949a", kill_on_drop: false }`
[INFO] [stdout] 198b12225d12a6e75ab9cf86a39a4f156a37b384d92b9425137a33341824949a
[INFO] checking chrono-utilities-0.0.0-alpha1 against try#9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88 for pr-124157
[INFO] extracting crate chrono-utilities 0.0.0-alpha1 into /workspace/builds/worker-0-tc2/source
[INFO] validating manifest of crates.io crate chrono-utilities 0.0.0-alpha1 on toolchain 9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate chrono-utilities 0.0.0-alpha1
[INFO] finished tweaking crates.io crate chrono-utilities 0.0.0-alpha1
[INFO] tweaked toml for crates.io crate chrono-utilities 0.0.0-alpha1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 40 packages to latest compatible versions
[INFO] [stderr]       Adding time v0.1.45 (latest: v0.3.36)
[INFO] [stderr]       Adding wasi v0.10.0+wasi-snapshot-preview1 (latest: v0.13.0+wasi-0.2.0)
[INFO] [stderr]       Adding windows-core v0.52.0 (latest: v0.56.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 16ecdb06ddb28985e66d425c1c620309084bcdc5fb550ad90927e388685eae38
[INFO] running `Command { std: "docker" "start" "-a" "16ecdb06ddb28985e66d425c1c620309084bcdc5fb550ad90927e388685eae38", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "16ecdb06ddb28985e66d425c1c620309084bcdc5fb550ad90927e388685eae38", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "16ecdb06ddb28985e66d425c1c620309084bcdc5fb550ad90927e388685eae38", kill_on_drop: false }`
[INFO] [stdout] 16ecdb06ddb28985e66d425c1c620309084bcdc5fb550ad90927e388685eae38
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 73a455967220607f40ca5609de8c08b4b83c3708329ec53ca429784a9117891b
[INFO] running `Command { std: "docker" "start" "-a" "73a455967220607f40ca5609de8c08b4b83c3708329ec53ca429784a9117891b", kill_on_drop: false }`
[INFO] [stderr]     Checking chrono-utilities v0.0.0-alpha1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> src/naive/mod.rs:213:33
[INFO] [stdout]      |
[INFO] [stdout] 213  |         self.checked_sub_signed(OldDuration::days(days))
[INFO] [stdout]      |              ------------------ ^^^^^^^^^^^^^^^^^^^^^^^ expected `TimeDelta`, found `Duration`
[INFO] [stdout]      |              |
[INFO] [stdout]      |              arguments to this method are incorrect
[INFO] [stdout]      |
[INFO] [stdout] note: method defined here
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/src/naive/date/mod.rs:1076:18
[INFO] [stdout]      |
[INFO] [stdout] 1076 |     pub const fn checked_sub_signed(self, rhs: TimeDelta) -> Option<NaiveDate> {
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> src/naive/mod.rs:213:33
[INFO] [stdout]      |
[INFO] [stdout] 213  |         self.checked_sub_signed(OldDuration::days(days))
[INFO] [stdout]      |              ------------------ ^^^^^^^^^^^^^^^^^^^^^^^ expected `TimeDelta`, found `Duration`
[INFO] [stdout]      |              |
[INFO] [stdout]      |              arguments to this method are incorrect
[INFO] [stdout]      |
[INFO] [stdout] note: method defined here
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/src/naive/date/mod.rs:1076:18
[INFO] [stdout]      |
[INFO] [stdout] 1076 |     pub const fn checked_sub_signed(self, rhs: TimeDelta) -> Option<NaiveDate> {
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> src/naive/mod.rs:236:33
[INFO] [stdout]      |
[INFO] [stdout] 236  |         self.checked_add_signed(OldDuration::days(days))
[INFO] [stdout]      |              ------------------ ^^^^^^^^^^^^^^^^^^^^^^^ expected `TimeDelta`, found `Duration`
[INFO] [stdout]      |              |
[INFO] [stdout]      |              arguments to this method are incorrect
[INFO] [stdout]      |
[INFO] [stdout] note: method defined here
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/src/naive/date/mod.rs:1043:18
[INFO] [stdout]      |
[INFO] [stdout] 1043 |     pub const fn checked_add_signed(self, rhs: TimeDelta) -> Option<NaiveDate> {
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> src/naive/mod.rs:236:33
[INFO] [stdout]      |
[INFO] [stdout] 236  |         self.checked_add_signed(OldDuration::days(days))
[INFO] [stdout]      |              ------------------ ^^^^^^^^^^^^^^^^^^^^^^^ expected `TimeDelta`, found `Duration`
[INFO] [stdout]      |              |
[INFO] [stdout]      |              arguments to this method are incorrect
[INFO] [stdout]      |
[INFO] [stdout] note: method defined here
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/src/naive/date/mod.rs:1043:18
[INFO] [stdout]      |
[INFO] [stdout] 1043 |     pub const fn checked_add_signed(self, rhs: TimeDelta) -> Option<NaiveDate> {
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: cannot subtract `oldtime::Duration` from `NaiveDate`
[INFO] [stdout]    --> src/naive/mod.rs:350:49
[INFO] [stdout]     |
[INFO] [stdout] 350 |             Some(week_start) => Some(week_start - OldDuration::days(7)),
[INFO] [stdout]     |                                                 ^ no implementation for `NaiveDate - oldtime::Duration`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sub<oldtime::Duration>` is not implemented for `NaiveDate`
[INFO] [stdout]     = help: the following other types implement trait `Sub<Rhs>`:
[INFO] [stdout]               <NaiveDate as Sub<Days>>
[INFO] [stdout]               <NaiveDate as Sub<Months>>
[INFO] [stdout]               <NaiveDate as Sub<TimeDelta>>
[INFO] [stdout]               <NaiveDate as Sub>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: cannot subtract `oldtime::Duration` from `NaiveDate`
[INFO] [stdout]    --> src/naive/mod.rs:350:49
[INFO] [stdout]     |
[INFO] [stdout] 350 |             Some(week_start) => Some(week_start - OldDuration::days(7)),
[INFO] [stdout]     |                                                 ^ no implementation for `NaiveDate - oldtime::Duration`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sub<oldtime::Duration>` is not implemented for `NaiveDate`
[INFO] [stdout]     = help: the following other types implement trait `Sub<Rhs>`:
[INFO] [stdout]               <NaiveDate as Sub<Days>>
[INFO] [stdout]               <NaiveDate as Sub<Months>>
[INFO] [stdout]               <NaiveDate as Sub<TimeDelta>>
[INFO] [stdout]               <NaiveDate as Sub>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: cannot subtract `oldtime::Duration` from `NaiveDate`
[INFO] [stdout]    --> src/naive/mod.rs:372:49
[INFO] [stdout]     |
[INFO] [stdout] 372 |             Some(week_start) => Some(week_start - OldDuration::days(1)),
[INFO] [stdout]     |                                                 ^ no implementation for `NaiveDate - oldtime::Duration`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sub<oldtime::Duration>` is not implemented for `NaiveDate`
[INFO] [stdout]     = help: the following other types implement trait `Sub<Rhs>`:
[INFO] [stdout]               <NaiveDate as Sub<Days>>
[INFO] [stdout]               <NaiveDate as Sub<Months>>
[INFO] [stdout]               <NaiveDate as Sub<TimeDelta>>
[INFO] [stdout]               <NaiveDate as Sub>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: cannot subtract `oldtime::Duration` from `NaiveDate`
[INFO] [stdout]    --> src/naive/mod.rs:372:49
[INFO] [stdout]     |
[INFO] [stdout] 372 |             Some(week_start) => Some(week_start - OldDuration::days(1)),
[INFO] [stdout]     |                                                 ^ no implementation for `NaiveDate - oldtime::Duration`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sub<oldtime::Duration>` is not implemented for `NaiveDate`
[INFO] [stdout]     = help: the following other types implement trait `Sub<Rhs>`:
[INFO] [stdout]               <NaiveDate as Sub<Days>>
[INFO] [stdout]               <NaiveDate as Sub<Months>>
[INFO] [stdout]               <NaiveDate as Sub<TimeDelta>>
[INFO] [stdout]               <NaiveDate as Sub>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: cannot add `oldtime::Duration` to `NaiveDate`
[INFO] [stdout]    --> src/naive/mod.rs:486:49
[INFO] [stdout]     |
[INFO] [stdout] 486 |             Some(week_start) => Some(week_start + OldDuration::days(7)),
[INFO] [stdout]     |                                                 ^ no implementation for `NaiveDate + oldtime::Duration`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Add<oldtime::Duration>` is not implemented for `NaiveDate`
[INFO] [stdout]     = help: the following other types implement trait `Add<Rhs>`:
[INFO] [stdout]               <NaiveDate as Add<Days>>
[INFO] [stdout]               <NaiveDate as Add<Months>>
[INFO] [stdout]               <NaiveDate as Add<TimeDelta>>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: cannot add `oldtime::Duration` to `NaiveDate`
[INFO] [stdout]    --> src/naive/mod.rs:486:49
[INFO] [stdout]     |
[INFO] [stdout] 486 |             Some(week_start) => Some(week_start + OldDuration::days(7)),
[INFO] [stdout]     |                                                 ^ no implementation for `NaiveDate + oldtime::Duration`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Add<oldtime::Duration>` is not implemented for `NaiveDate`
[INFO] [stdout]     = help: the following other types implement trait `Add<Rhs>`:
[INFO] [stdout]               <NaiveDate as Add<Days>>
[INFO] [stdout]               <NaiveDate as Add<Months>>
[INFO] [stdout]               <NaiveDate as Add<TimeDelta>>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: cannot add `oldtime::Duration` to `NaiveDate`
[INFO] [stdout]    --> src/naive/mod.rs:508:49
[INFO] [stdout]     |
[INFO] [stdout] 508 |             Some(week_start) => Some(week_start + OldDuration::days(6)),
[INFO] [stdout]     |                                                 ^ no implementation for `NaiveDate + oldtime::Duration`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Add<oldtime::Duration>` is not implemented for `NaiveDate`
[INFO] [stdout]     = help: the following other types implement trait `Add<Rhs>`:
[INFO] [stdout]               <NaiveDate as Add<Days>>
[INFO] [stdout]               <NaiveDate as Add<Months>>
[INFO] [stdout]               <NaiveDate as Add<TimeDelta>>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: cannot add `oldtime::Duration` to `NaiveDate`
[INFO] [stdout]    --> src/naive/mod.rs:508:49
[INFO] [stdout]     |
[INFO] [stdout] 508 |             Some(week_start) => Some(week_start + OldDuration::days(6)),
[INFO] [stdout]     |                                                 ^ no implementation for `NaiveDate + oldtime::Duration`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Add<oldtime::Duration>` is not implemented for `NaiveDate`
[INFO] [stdout]     = help: the following other types implement trait `Add<Rhs>`:
[INFO] [stdout]               <NaiveDate as Add<Days>>
[INFO] [stdout]               <NaiveDate as Add<Months>>
[INFO] [stdout]               <NaiveDate as Add<TimeDelta>>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]   --> src/lib.rs:25:29
[INFO] [stdout]    |
[INFO] [stdout] 25 |         let d1 = NaiveDate::from_ymd(1996, 2, 23);
[INFO] [stdout]    |                             ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]   --> src/lib.rs:27:59
[INFO] [stdout]    |
[INFO] [stdout] 27 |         assert_eq!(d1.end_of_month().unwrap(), NaiveDate::from_ymd(1996, 2, 29));
[INFO] [stdout]    |                                                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]   --> src/lib.rs:28:61
[INFO] [stdout]    |
[INFO] [stdout] 28 |         assert_eq!(d1.start_of_month().unwrap(), NaiveDate::from_ymd(1996, 2, 1));
[INFO] [stdout]    |                                                             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]   --> src/lib.rs:29:64
[INFO] [stdout]    |
[INFO] [stdout] 29 |         assert_eq!(d1.end_of_pred_month().unwrap(), NaiveDate::from_ymd(1996, 1, 31));
[INFO] [stdout]    |                                                                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]   --> src/lib.rs:30:66
[INFO] [stdout]    |
[INFO] [stdout] 30 |         assert_eq!(d1.start_of_pred_month().unwrap(), NaiveDate::from_ymd(1996, 1, 1));
[INFO] [stdout]    |                                                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]   --> src/lib.rs:31:64
[INFO] [stdout]    |
[INFO] [stdout] 31 |         assert_eq!(d1.end_of_succ_month().unwrap(), NaiveDate::from_ymd(1996, 3, 31));
[INFO] [stdout]    |                                                                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]   --> src/lib.rs:32:66
[INFO] [stdout]    |
[INFO] [stdout] 32 |         assert_eq!(d1.start_of_succ_month().unwrap(), NaiveDate::from_ymd(1996, 3, 1));
[INFO] [stdout]    |                                                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]   --> src/lib.rs:35:58
[INFO] [stdout]    |
[INFO] [stdout] 35 |         assert_eq!(d1.end_of_year().unwrap(), NaiveDate::from_ymd(1996, 12, 31));
[INFO] [stdout]    |                                                          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]   --> src/lib.rs:36:60
[INFO] [stdout]    |
[INFO] [stdout] 36 |         assert_eq!(d1.start_of_year().unwrap(), NaiveDate::from_ymd(1996, 1, 1));
[INFO] [stdout]    |                                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]   --> src/lib.rs:37:63
[INFO] [stdout]    |
[INFO] [stdout] 37 |         assert_eq!(d1.end_of_pred_year().unwrap(), NaiveDate::from_ymd(1995, 12, 31));
[INFO] [stdout]    |                                                               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]   --> src/lib.rs:38:65
[INFO] [stdout]    |
[INFO] [stdout] 38 |         assert_eq!(d1.start_of_pred_year().unwrap(), NaiveDate::from_ymd(1995, 1, 1));
[INFO] [stdout]    |                                                                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]   --> src/lib.rs:39:63
[INFO] [stdout]    |
[INFO] [stdout] 39 |         assert_eq!(d1.end_of_succ_year().unwrap(), NaiveDate::from_ymd(1997, 12, 31));
[INFO] [stdout]    |                                                               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]   --> src/lib.rs:40:65
[INFO] [stdout]    |
[INFO] [stdout] 40 |         assert_eq!(d1.start_of_succ_year().unwrap(), NaiveDate::from_ymd(1997, 1, 1));
[INFO] [stdout]    |                                                                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]   --> src/lib.rs:43:66
[INFO] [stdout]    |
[INFO] [stdout] 43 |         assert_eq!(d1.end_of_iso8601_week().unwrap(), NaiveDate::from_ymd(1996, 2, 25));
[INFO] [stdout]    |                                                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]   --> src/lib.rs:44:68
[INFO] [stdout]    |
[INFO] [stdout] 44 |         assert_eq!(d1.start_of_iso8601_week().unwrap(), NaiveDate::from_ymd(1996, 2, 19));
[INFO] [stdout]    |                                                                    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]   --> src/lib.rs:45:71
[INFO] [stdout]    |
[INFO] [stdout] 45 |         assert_eq!(d1.end_of_pred_iso8601_week().unwrap(), NaiveDate::from_ymd(1996, 2, 18));
[INFO] [stdout]    |                                                                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]   --> src/lib.rs:46:73
[INFO] [stdout]    |
[INFO] [stdout] 46 |         assert_eq!(d1.start_of_pred_iso8601_week().unwrap(), NaiveDate::from_ymd(1996, 2, 12));
[INFO] [stdout]    |                                                                         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]   --> src/lib.rs:47:71
[INFO] [stdout]    |
[INFO] [stdout] 47 |         assert_eq!(d1.end_of_succ_iso8601_week().unwrap(), NaiveDate::from_ymd(1996, 3, 3));
[INFO] [stdout]    |                                                                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]   --> src/lib.rs:48:73
[INFO] [stdout]    |
[INFO] [stdout] 48 |         assert_eq!(d1.start_of_succ_iso8601_week().unwrap(), NaiveDate::from_ymd(1996, 2, 26));
[INFO] [stdout]    |                                                                         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]   --> src/lib.rs:52:29
[INFO] [stdout]    |
[INFO] [stdout] 52 |         let d2 = NaiveDate::from_ymd(1900, 7, 4);
[INFO] [stdout]    |                             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0308.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `chrono-utilities` (lib) due to 7 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 6 previous errors; 20 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0308.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `chrono-utilities` (lib test) due to 7 previous errors; 20 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "73a455967220607f40ca5609de8c08b4b83c3708329ec53ca429784a9117891b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "73a455967220607f40ca5609de8c08b4b83c3708329ec53ca429784a9117891b", kill_on_drop: false }`
[INFO] [stdout] 73a455967220607f40ca5609de8c08b4b83c3708329ec53ca429784a9117891b
