[INFO] fetching crate circadia 0.1.0...
[INFO] checking circadia-0.1.0 against try#8d0c454bea9d9cc2cc7e288388f3b7d1da19c04f for pr-114559
[INFO] extracting crate circadia 0.1.0 into /workspace/builds/worker-0-tc2/source
[INFO] validating manifest of crates.io crate circadia 0.1.0 on toolchain 8d0c454bea9d9cc2cc7e288388f3b7d1da19c04f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8d0c454bea9d9cc2cc7e288388f3b7d1da19c04f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate circadia 0.1.0
[INFO] finished tweaking crates.io crate circadia 0.1.0
[INFO] tweaked toml for crates.io crate circadia 0.1.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] crate crates.io crate circadia 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8d0c454bea9d9cc2cc7e288388f3b7d1da19c04f" "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:5c16f4e6c37141f9fef0bc86f7a492d732943053e42aab8461035881e3f53823" "/opt/rustwide/cargo-home/bin/cargo" "+8d0c454bea9d9cc2cc7e288388f3b7d1da19c04f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8d6d32d5f5c683b4f7cadd2eadc4009d9859338e8d07c3ce79b11109be4971fc
[INFO] running `Command { std: "docker" "start" "-a" "8d6d32d5f5c683b4f7cadd2eadc4009d9859338e8d07c3ce79b11109be4971fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8d6d32d5f5c683b4f7cadd2eadc4009d9859338e8d07c3ce79b11109be4971fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8d6d32d5f5c683b4f7cadd2eadc4009d9859338e8d07c3ce79b11109be4971fc", kill_on_drop: false }`
[INFO] [stdout] 8d6d32d5f5c683b4f7cadd2eadc4009d9859338e8d07c3ce79b11109be4971fc
[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:5c16f4e6c37141f9fef0bc86f7a492d732943053e42aab8461035881e3f53823" "/opt/rustwide/cargo-home/bin/cargo" "+8d0c454bea9d9cc2cc7e288388f3b7d1da19c04f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 113d27e21e19517b5fbdaacad02dcf0603c87c8565d6d8894f203af1c1dbef28
[INFO] running `Command { std: "docker" "start" "-a" "113d27e21e19517b5fbdaacad02dcf0603c87c8565d6d8894f203af1c1dbef28", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling libc v0.2.137
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]     Checking iana-time-zone v0.1.53
[INFO] [stderr]     Checking time v0.1.44
[INFO] [stderr]     Checking chrono v0.4.23
[INFO] [stderr]     Checking circadia v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime<Tz>` instead
[INFO] [stdout]  --> src/algorithm.rs:5:15
[INFO] [stdout]   |
[INFO] [stdout] 5 | use chrono::{ Date, DateTime, Utc, Datelike, NaiveTime };
[INFO] [stdout]   |               ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime<Tz>` instead
[INFO] [stdout]   --> src/algorithm.rs:19:15
[INFO] [stdout]    |
[INFO] [stdout] 19 |     mut date: Date<Utc>,
[INFO] [stdout]    |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime<Tz>` instead
[INFO] [stdout]  --> src/algorithm.rs:5:15
[INFO] [stdout]   |
[INFO] [stdout] 5 | use chrono::{ Date, DateTime, Utc, Datelike, NaiveTime };
[INFO] [stdout]   |               ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime<Tz>` instead
[INFO] [stdout]   --> src/algorithm.rs:19:15
[INFO] [stdout]    |
[INFO] [stdout] 19 |     mut date: Date<Utc>,
[INFO] [stdout]    |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::FixedOffset::east`: use `east_opt()` instead
[INFO] [stdout]   --> src/pos.rs:46:34
[INFO] [stdout]    |
[INFO] [stdout] 46 |             chrono::FixedOffset::east((self.lng_hour.abs() * SECS_IN_HOUR) as i32)
[INFO] [stdout]    |                                  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::FixedOffset::west`: use `west_opt()` instead
[INFO] [stdout]   --> src/pos.rs:48:34
[INFO] [stdout]    |
[INFO] [stdout] 48 |             chrono::FixedOffset::west((self.lng_hour.abs() * SECS_IN_HOUR) as i32)
[INFO] [stdout]    |                                  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveTime::from_num_seconds_from_midnight`: use `from_num_seconds_from_midnight_opt()` instead
[INFO] [stdout]   --> src/algorithm.rs:34:27
[INFO] [stdout]    |
[INFO] [stdout] 34 |     let time = NaiveTime::from_num_seconds_from_midnight((UT * SECS_IN_HOUR as f64) as u32, 0);
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::Date::<Tz>::pred`: Use pred_opt() instead
[INFO] [stdout]   --> src/algorithm.rs:39:21
[INFO] [stdout]    |
[INFO] [stdout] 39 |         date = date.pred();
[INFO] [stdout]    |                     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::Date::<Tz>::succ`: Use succ_opt() instead
[INFO] [stdout]   --> src/algorithm.rs:41:21
[INFO] [stdout]    |
[INFO] [stdout] 41 |         date = date.succ();
[INFO] [stdout]    |                     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::FixedOffset::east`: use `east_opt()` instead
[INFO] [stdout]   --> src/pos.rs:46:34
[INFO] [stdout]    |
[INFO] [stdout] 46 |             chrono::FixedOffset::east((self.lng_hour.abs() * SECS_IN_HOUR) as i32)
[INFO] [stdout]    |                                  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::FixedOffset::west`: use `west_opt()` instead
[INFO] [stdout]   --> src/pos.rs:48:34
[INFO] [stdout]    |
[INFO] [stdout] 48 |             chrono::FixedOffset::west((self.lng_hour.abs() * SECS_IN_HOUR) as i32)
[INFO] [stdout]    |                                  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveTime::from_num_seconds_from_midnight`: use `from_num_seconds_from_midnight_opt()` instead
[INFO] [stdout]   --> src/algorithm.rs:34:27
[INFO] [stdout]    |
[INFO] [stdout] 34 |     let time = NaiveTime::from_num_seconds_from_midnight((UT * SECS_IN_HOUR as f64) as u32, 0);
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::Date::<Tz>::pred`: Use pred_opt() instead
[INFO] [stdout]   --> src/algorithm.rs:39:21
[INFO] [stdout]    |
[INFO] [stdout] 39 |         date = date.pred();
[INFO] [stdout]    |                     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::Date::<Tz>::succ`: Use succ_opt() instead
[INFO] [stdout]   --> src/algorithm.rs:41:21
[INFO] [stdout]    |
[INFO] [stdout] 41 |         date = date.succ();
[INFO] [stdout]    |                     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::DateTime::<Tz>::date`: Use `date_naive()` instead
[INFO] [stdout]   --> src/iter.rs:73:77
[INFO] [stdout]    |
[INFO] [stdout] 73 |                 if let Some(event_time) = time_of_event(self.0.current_time.date(), &self.0.pos, event) {
[INFO] [stdout]    |                                                                             ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::DateTime::<Tz>::date`: Use `date_naive()` instead
[INFO] [stdout]   --> src/iter.rs:80:52
[INFO] [stdout]    |
[INFO] [stdout] 80 |                 let tomorrow = self.0.current_time.date().succ();
[INFO] [stdout]    |                                                    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::Date::<Tz>::succ`: Use succ_opt() instead
[INFO] [stdout]   --> src/iter.rs:80:59
[INFO] [stdout]    |
[INFO] [stdout] 80 |                 let tomorrow = self.0.current_time.date().succ();
[INFO] [stdout]    |                                                           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::Date::<Tz>::and_hms`: Use and_hms_opt() instead
[INFO] [stdout]   --> src/iter.rs:81:48
[INFO] [stdout]    |
[INFO] [stdout] 81 |                 self.0.current_time = tomorrow.and_hms(0, 0, 0);
[INFO] [stdout]    |                                                ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::DateTime::<Tz>::date`: Use `date_naive()` instead
[INFO] [stdout]   --> src/iter.rs:99:77
[INFO] [stdout]    |
[INFO] [stdout] 99 |                 if let Some(event_time) = time_of_event(self.0.current_time.date(), &self.0.pos, event) {
[INFO] [stdout]    |                                                                             ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::DateTime::<Tz>::date`: Use `date_naive()` instead
[INFO] [stdout]    --> src/iter.rs:106:53
[INFO] [stdout]     |
[INFO] [stdout] 106 |                 let yesterday = self.0.current_time.date().pred();
[INFO] [stdout]     |                                                     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::Date::<Tz>::pred`: Use pred_opt() instead
[INFO] [stdout]    --> src/iter.rs:106:60
[INFO] [stdout]     |
[INFO] [stdout] 106 |                 let yesterday = self.0.current_time.date().pred();
[INFO] [stdout]     |                                                            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::Date::<Tz>::and_hms`: Use and_hms_opt() instead
[INFO] [stdout]    --> src/iter.rs:107:49
[INFO] [stdout]     |
[INFO] [stdout] 107 |                 self.0.current_time = yesterday.and_hms(23, 59, 59);
[INFO] [stdout]     |                                                 ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::DateTime::<Tz>::date`: Use `date_naive()` instead
[INFO] [stdout]   --> src/iter.rs:73:77
[INFO] [stdout]    |
[INFO] [stdout] 73 |                 if let Some(event_time) = time_of_event(self.0.current_time.date(), &self.0.pos, event) {
[INFO] [stdout]    |                                                                             ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::DateTime::<Tz>::date`: Use `date_naive()` instead
[INFO] [stdout]   --> src/iter.rs:80:52
[INFO] [stdout]    |
[INFO] [stdout] 80 |                 let tomorrow = self.0.current_time.date().succ();
[INFO] [stdout]    |                                                    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::Date::<Tz>::succ`: Use succ_opt() instead
[INFO] [stdout]   --> src/iter.rs:80:59
[INFO] [stdout]    |
[INFO] [stdout] 80 |                 let tomorrow = self.0.current_time.date().succ();
[INFO] [stdout]    |                                                           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::Date::<Tz>::and_hms`: Use and_hms_opt() instead
[INFO] [stdout]   --> src/iter.rs:81:48
[INFO] [stdout]    |
[INFO] [stdout] 81 |                 self.0.current_time = tomorrow.and_hms(0, 0, 0);
[INFO] [stdout]    |                                                ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::DateTime::<Tz>::date`: Use `date_naive()` instead
[INFO] [stdout]   --> src/iter.rs:99:77
[INFO] [stdout]    |
[INFO] [stdout] 99 |                 if let Some(event_time) = time_of_event(self.0.current_time.date(), &self.0.pos, event) {
[INFO] [stdout]    |                                                                             ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::DateTime::<Tz>::date`: Use `date_naive()` instead
[INFO] [stdout]    --> src/iter.rs:106:53
[INFO] [stdout]     |
[INFO] [stdout] 106 |                 let yesterday = self.0.current_time.date().pred();
[INFO] [stdout]     |                                                     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::Date::<Tz>::pred`: Use pred_opt() instead
[INFO] [stdout]    --> src/iter.rs:106:60
[INFO] [stdout]     |
[INFO] [stdout] 106 |                 let yesterday = self.0.current_time.date().pred();
[INFO] [stdout]     |                                                            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::Date::<Tz>::and_hms`: Use and_hms_opt() instead
[INFO] [stdout]    --> src/iter.rs:107:49
[INFO] [stdout]     |
[INFO] [stdout] 107 |                 self.0.current_time = yesterday.and_hms(23, 59, 59);
[INFO] [stdout]     |                                                 ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::DateTime::<Tz>::date`: Use `date_naive()` instead
[INFO] [stdout]    --> src/iter.rs:136:38
[INFO] [stdout]     |
[INFO] [stdout] 136 |                 assert_eq!(last_time.date().succ(), time.date());
[INFO] [stdout]     |                                      ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::Date::<Tz>::succ`: Use succ_opt() instead
[INFO] [stdout]    --> src/iter.rs:136:45
[INFO] [stdout]     |
[INFO] [stdout] 136 |                 assert_eq!(last_time.date().succ(), time.date());
[INFO] [stdout]     |                                             ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::DateTime::<Tz>::date`: Use `date_naive()` instead
[INFO] [stdout]    --> src/iter.rs:136:58
[INFO] [stdout]     |
[INFO] [stdout] 136 |                 assert_eq!(last_time.date().succ(), time.date());
[INFO] [stdout]     |                                                          ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::DateTime::<Tz>::date`: Use `date_naive()` instead
[INFO] [stdout]    --> src/iter.rs:150:38
[INFO] [stdout]     |
[INFO] [stdout] 150 |                 assert_eq!(last_time.date().pred(), time.date());
[INFO] [stdout]     |                                      ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::Date::<Tz>::pred`: Use pred_opt() instead
[INFO] [stdout]    --> src/iter.rs:150:45
[INFO] [stdout]     |
[INFO] [stdout] 150 |                 assert_eq!(last_time.date().pred(), time.date());
[INFO] [stdout]     |                                             ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::DateTime::<Tz>::date`: Use `date_naive()` instead
[INFO] [stdout]    --> src/iter.rs:150:58
[INFO] [stdout]     |
[INFO] [stdout] 150 |                 assert_eq!(last_time.date().pred(), time.date());
[INFO] [stdout]     |                                                          ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 15 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 21 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::DateTime::<Tz>::date`: Use `date_naive()` instead
[INFO] [stdout]  --> examples/sunrise_today.rs:7:28
[INFO] [stdout]   |
[INFO] [stdout] 7 |     let today = Utc::now().date();
[INFO] [stdout]   |                            ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 1.68s
[INFO] running `Command { std: "docker" "inspect" "113d27e21e19517b5fbdaacad02dcf0603c87c8565d6d8894f203af1c1dbef28", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "113d27e21e19517b5fbdaacad02dcf0603c87c8565d6d8894f203af1c1dbef28", kill_on_drop: false }`
[INFO] [stdout] 113d27e21e19517b5fbdaacad02dcf0603c87c8565d6d8894f203af1c1dbef28
