[INFO] fetching crate below-common 0.7.1...
[INFO] checking below-common-0.7.1 against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393
[INFO] extracting crate below-common 0.7.1 into /workspace/builds/worker-0-tc1/source
[INFO] validating manifest of crates.io crate below-common 0.7.1 on toolchain 5518eaa946291f00471af8b254b2a1715f234882
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate below-common 0.7.1
[INFO] finished tweaking crates.io crate below-common 0.7.1
[INFO] tweaked toml for crates.io crate below-common 0.7.1 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" "+5518eaa946291f00471af8b254b2a1715f234882" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cursive_core v0.3.7
[INFO] [stderr]   Downloaded cursive v0.20.0
[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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5040063825dcc680a6909b0e39c847a2d7b40d0e141d8caff5843628efef9450
[INFO] running `Command { std: "docker" "start" "-a" "5040063825dcc680a6909b0e39c847a2d7b40d0e141d8caff5843628efef9450", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5040063825dcc680a6909b0e39c847a2d7b40d0e141d8caff5843628efef9450", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5040063825dcc680a6909b0e39c847a2d7b40d0e141d8caff5843628efef9450", kill_on_drop: false }`
[INFO] [stdout] 5040063825dcc680a6909b0e39c847a2d7b40d0e141d8caff5843628efef9450
[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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8a940d3c62de2d77408abc9abaf2c2d494a1103fcd4947c5db4d15ed7931ed73
[INFO] running `Command { std: "docker" "start" "-a" "8a940d3c62de2d77408abc9abaf2c2d494a1103fcd4947c5db4d15ed7931ed73", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.196
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling darling_core v0.20.5
[INFO] [stderr]    Compiling time-macros v0.2.16
[INFO] [stderr]     Checking num_threads v0.1.6
[INFO] [stderr]    Compiling enum-map-derive v0.17.0
[INFO] [stderr]     Checking num-complex v0.4.4
[INFO] [stderr]    Compiling slog v2.7.0
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]     Checking owning_ref v0.4.1
[INFO] [stderr]     Checking crossbeam-channel v0.5.11
[INFO] [stderr]     Checking num v0.4.1
[INFO] [stderr]     Checking signal-hook-mio v0.2.3
[INFO] [stderr]     Checking xi-unicode v0.3.0
[INFO] [stderr]     Checking unicode-width v0.1.11
[INFO] [stderr]    Compiling anyhow v1.0.79
[INFO] [stderr]     Checking enum-map v2.7.3
[INFO] [stderr]     Checking crossterm v0.25.0
[INFO] [stderr]     Checking term v0.7.0
[INFO] [stderr]     Checking thread_local v1.1.7
[INFO] [stderr]     Checking rand v0.4.6
[INFO] [stderr]     Checking remove_dir_all v0.5.3
[INFO] [stderr]     Checking humantime v2.1.0
[INFO] [stderr]     Checking tempdir v0.3.7
[INFO] [stderr]     Checking time v0.3.31
[INFO] [stderr]    Compiling darling_macro v0.20.5
[INFO] [stderr]    Compiling darling v0.20.5
[INFO] [stderr]    Compiling enumset_derive v0.8.1
[INFO] [stderr]     Checking erased-serde v0.3.31
[INFO] [stderr]     Checking chrono v0.4.33
[INFO] [stderr]     Checking slog-term v2.9.0
[INFO] [stderr]     Checking enumset v1.1.3
[INFO] [stderr]     Checking cursive_core v0.3.7
[INFO] [stderr]     Checking cursive v0.20.0
[INFO] [stderr]     Checking below-common v0.7.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated associated function `chrono::Local::today`: use `Local::now()` instead
[INFO] [stdout]    --> src/dateutil.rs:127:40
[INFO] [stdout]     |
[INFO] [stdout] 127 |                 Some(Self::from(Local::today().and_hms_opt(0, 0, 0).unwrap()).use_default_offset())
[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::Local::today`: use `Local::now()` instead
[INFO] [stdout]    --> src/dateutil.rs:130:35
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 Self::from(Local::today().and_hms_opt(0, 0, 0).unwrap() - Duration::days(1))
[INFO] [stdout]     |                                   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::Local::today`: use `Local::now()` instead
[INFO] [stdout]    --> src/dateutil.rs:134:35
[INFO] [stdout]     |
[INFO] [stdout] 134 |                 Self::from(Local::today().and_hms_opt(0, 0, 0).unwrap() + Duration::days(1))
[INFO] [stdout]     |                                   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::Local::today`: use `Local::now()` instead
[INFO] [stdout]    --> src/dateutil.rs:138:35
[INFO] [stdout]     |
[INFO] [stdout] 138 |                 Self::from(Local::today().and_hms_opt(0, 0, 0).unwrap() + Duration::days(2))
[INFO] [stdout]     |                                   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::Local::today`: use `Local::now()` instead
[INFO] [stdout]    --> src/dateutil.rs:127:40
[INFO] [stdout]     |
[INFO] [stdout] 127 |                 Some(Self::from(Local::today().and_hms_opt(0, 0, 0).unwrap()).use_default_offset())
[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::Local::today`: use `Local::now()` instead
[INFO] [stdout]    --> src/dateutil.rs:130:35
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 Self::from(Local::today().and_hms_opt(0, 0, 0).unwrap() - Duration::days(1))
[INFO] [stdout]     |                                   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::Local::today`: use `Local::now()` instead
[INFO] [stdout]    --> src/dateutil.rs:134:35
[INFO] [stdout]     |
[INFO] [stdout] 134 |                 Self::from(Local::today().and_hms_opt(0, 0, 0).unwrap() + Duration::days(1))
[INFO] [stdout]     |                                   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::Local::today`: use `Local::now()` instead
[INFO] [stdout]    --> src/dateutil.rs:138:35
[INFO] [stdout]     |
[INFO] [stdout] 138 |                 Self::from(Local::today().and_hms_opt(0, 0, 0).unwrap() + Duration::days(2))
[INFO] [stdout]     |                                   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::Local::today`: use `Local::now()` instead
[INFO] [stdout]    --> src/dateutil.rs:217:35
[INFO] [stdout]     |
[INFO] [stdout] 217 |                 let date = Local::today();
[INFO] [stdout]     |                                   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::Local::today`: use `Local::now()` instead
[INFO] [stdout]    --> src/dateutil.rs:224:35
[INFO] [stdout]     |
[INFO] [stdout] 224 |                 let date = Local::today() - Duration::days(1);
[INFO] [stdout]     |                                   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::Local::today`: use `Local::now()` instead
[INFO] [stdout]    --> src/dateutil.rs:217:35
[INFO] [stdout]     |
[INFO] [stdout] 217 |                 let date = Local::today();
[INFO] [stdout]     |                                   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::Local::today`: use `Local::now()` instead
[INFO] [stdout]    --> src/dateutil.rs:231:35
[INFO] [stdout]     |
[INFO] [stdout] 231 |                 let date = Local::today() + Duration::days(1);
[INFO] [stdout]     |                                   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::Local::today`: use `Local::now()` instead
[INFO] [stdout]    --> src/dateutil.rs:224:35
[INFO] [stdout]     |
[INFO] [stdout] 224 |                 let date = Local::today() - Duration::days(1);
[INFO] [stdout]     |                                   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::Local::today`: use `Local::now()` instead
[INFO] [stdout]    --> src/dateutil.rs:238:35
[INFO] [stdout]     |
[INFO] [stdout] 238 |                 let date = Local::today() + Duration::days(2);
[INFO] [stdout]     |                                   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::Local::today`: use `Local::now()` instead
[INFO] [stdout]    --> src/dateutil.rs:231:35
[INFO] [stdout]     |
[INFO] [stdout] 231 |                 let date = Local::today() + Duration::days(1);
[INFO] [stdout]     |                                   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::Local::today`: use `Local::now()` instead
[INFO] [stdout]    --> src/dateutil.rs:238:35
[INFO] [stdout]     |
[INFO] [stdout] 238 |                 let date = Local::today() + Duration::days(2);
[INFO] [stdout]     |                                   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::DateTime::<Tz>::date`: Use `date_naive()` instead
[INFO] [stdout]    --> src/dateutil.rs:391:22
[INFO] [stdout]     |
[INFO] [stdout] 391 |                     .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/dateutil.rs:391:22
[INFO] [stdout]     |
[INFO] [stdout] 391 |                     .date()
[INFO] [stdout]     |                      ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::DateTime::<Tz>::from_utc`: Use TimeZone::from_utc_datetime() or DateTime::from_naive_utc_and_offset instead
[INFO] [stdout]    --> src/util.rs:127:45
[INFO] [stdout]     |
[INFO] [stdout] 127 |     let datetime: DateTime<Utc> = DateTime::from_utc(naive, Utc);
[INFO] [stdout]     |                                             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::DateTime::<Tz>::from_utc`: Use TimeZone::from_utc_datetime() or DateTime::from_naive_utc_and_offset instead
[INFO] [stdout]    --> src/util.rs:127:45
[INFO] [stdout]     |
[INFO] [stdout] 127 |     let datetime: DateTime<Utc> = DateTime::from_utc(naive, Utc);
[INFO] [stdout]     |                                             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 10 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 10 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 4.48s
[INFO] running `Command { std: "docker" "inspect" "8a940d3c62de2d77408abc9abaf2c2d494a1103fcd4947c5db4d15ed7931ed73", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8a940d3c62de2d77408abc9abaf2c2d494a1103fcd4947c5db4d15ed7931ed73", kill_on_drop: false }`
[INFO] [stdout] 8a940d3c62de2d77408abc9abaf2c2d494a1103fcd4947c5db4d15ed7931ed73
[INFO] checking below-common-0.7.1 against try#7622c0f807a4e13c4db886a1681bf343795692df+rustflags=-Dnon_local_definitions for pr-120393
[INFO] extracting crate below-common 0.7.1 into /workspace/builds/worker-0-tc2/source
[INFO] validating manifest of crates.io crate below-common 0.7.1 on toolchain 7622c0f807a4e13c4db886a1681bf343795692df
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate below-common 0.7.1
[INFO] finished tweaking crates.io crate below-common 0.7.1
[INFO] tweaked toml for crates.io crate below-common 0.7.1 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" "+7622c0f807a4e13c4db886a1681bf343795692df" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 591e70e31aef512022e0bc7a14b2ce8a955f1d2f216798f740ad4ad77a0711e6
[INFO] running `Command { std: "docker" "start" "-a" "591e70e31aef512022e0bc7a14b2ce8a955f1d2f216798f740ad4ad77a0711e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "591e70e31aef512022e0bc7a14b2ce8a955f1d2f216798f740ad4ad77a0711e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "591e70e31aef512022e0bc7a14b2ce8a955f1d2f216798f740ad4ad77a0711e6", kill_on_drop: false }`
[INFO] [stdout] 591e70e31aef512022e0bc7a14b2ce8a955f1d2f216798f740ad4ad77a0711e6
[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 -Dnon_local_definitions" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 57913ec32d3132e2ae3b0a7f58351230333fd04d8323982e9d69f532456534c6
[INFO] running `Command { std: "docker" "start" "-a" "57913ec32d3132e2ae3b0a7f58351230333fd04d8323982e9d69f532456534c6", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.196
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling darling_core v0.20.5
[INFO] [stderr]    Compiling time-macros v0.2.16
[INFO] [stderr]     Checking num_threads v0.1.6
[INFO] [stderr]    Compiling enum-map-derive v0.17.0
[INFO] [stderr]     Checking num-complex v0.4.4
[INFO] [stderr]    Compiling slog v2.7.0
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.11
[INFO] [stderr]     Checking owning_ref v0.4.1
[INFO] [stderr]     Checking num v0.4.1
[INFO] [stderr]     Checking signal-hook-mio v0.2.3
[INFO] [stderr]    Compiling anyhow v1.0.79
[INFO] [stderr]     Checking enum-map v2.7.3
[INFO] [stderr]     Checking xi-unicode v0.3.0
[INFO] [stderr]     Checking unicode-width v0.1.11
[INFO] [stderr]     Checking crossterm v0.25.0
[INFO] [stderr]     Checking term v0.7.0
[INFO] [stderr]     Checking thread_local v1.1.7
[INFO] [stderr]     Checking rand v0.4.6
[INFO] [stderr]     Checking remove_dir_all v0.5.3
[INFO] [stderr]     Checking humantime v2.1.0
[INFO] [stderr]     Checking tempdir v0.3.7
[INFO] [stderr]     Checking time v0.3.31
[INFO] [stderr]    Compiling darling_macro v0.20.5
[INFO] [stderr]    Compiling darling v0.20.5
[INFO] [stderr]    Compiling enumset_derive v0.8.1
[INFO] [stderr]     Checking erased-serde v0.3.31
[INFO] [stderr]     Checking chrono v0.4.33
[INFO] [stderr]     Checking slog-term v2.9.0
[INFO] [stderr]     Checking enumset v1.1.3
[INFO] [stderr]     Checking cursive_core v0.3.7
[INFO] [stderr]     Checking cursive v0.20.0
[INFO] [stderr]     Checking below-common v0.7.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated associated function `chrono::Local::today`: use `Local::now()` instead
[INFO] [stdout]    --> src/dateutil.rs:127:40
[INFO] [stdout]     |
[INFO] [stdout] 127 |                 Some(Self::from(Local::today().and_hms_opt(0, 0, 0).unwrap()).use_default_offset())
[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::Local::today`: use `Local::now()` instead
[INFO] [stdout]    --> src/dateutil.rs:130:35
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 Self::from(Local::today().and_hms_opt(0, 0, 0).unwrap() - Duration::days(1))
[INFO] [stdout]     |                                   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::Local::today`: use `Local::now()` instead
[INFO] [stdout]    --> src/dateutil.rs:134:35
[INFO] [stdout]     |
[INFO] [stdout] 134 |                 Self::from(Local::today().and_hms_opt(0, 0, 0).unwrap() + Duration::days(1))
[INFO] [stdout]     |                                   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::Local::today`: use `Local::now()` instead
[INFO] [stdout]    --> src/dateutil.rs:138:35
[INFO] [stdout]     |
[INFO] [stdout] 138 |                 Self::from(Local::today().and_hms_opt(0, 0, 0).unwrap() + Duration::days(2))
[INFO] [stdout]     |                                   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::Local::today`: use `Local::now()` instead
[INFO] [stdout]    --> src/dateutil.rs:127:40
[INFO] [stdout]     |
[INFO] [stdout] 127 |                 Some(Self::from(Local::today().and_hms_opt(0, 0, 0).unwrap()).use_default_offset())
[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::Local::today`: use `Local::now()` instead
[INFO] [stdout]    --> src/dateutil.rs:130:35
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 Self::from(Local::today().and_hms_opt(0, 0, 0).unwrap() - Duration::days(1))
[INFO] [stdout]     |                                   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::Local::today`: use `Local::now()` instead
[INFO] [stdout]    --> src/dateutil.rs:134:35
[INFO] [stdout]     |
[INFO] [stdout] 134 |                 Self::from(Local::today().and_hms_opt(0, 0, 0).unwrap() + Duration::days(1))
[INFO] [stdout]     |                                   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::Local::today`: use `Local::now()` instead
[INFO] [stdout]    --> src/dateutil.rs:138:35
[INFO] [stdout]     |
[INFO] [stdout] 138 |                 Self::from(Local::today().and_hms_opt(0, 0, 0).unwrap() + Duration::days(2))
[INFO] [stdout]     |                                   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::Local::today`: use `Local::now()` instead
[INFO] [stdout]    --> src/dateutil.rs:217:35
[INFO] [stdout]     |
[INFO] [stdout] 217 |                 let date = Local::today();
[INFO] [stdout]     |                                   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::Local::today`: use `Local::now()` instead
[INFO] [stdout]    --> src/dateutil.rs:224:35
[INFO] [stdout]     |
[INFO] [stdout] 224 |                 let date = Local::today() - Duration::days(1);
[INFO] [stdout]     |                                   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::Local::today`: use `Local::now()` instead
[INFO] [stdout]    --> src/dateutil.rs:217:35
[INFO] [stdout]     |
[INFO] [stdout] 217 |                 let date = Local::today();
[INFO] [stdout]     |                                   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::Local::today`: use `Local::now()` instead
[INFO] [stdout]    --> src/dateutil.rs:231:35
[INFO] [stdout]     |
[INFO] [stdout] 231 |                 let date = Local::today() + Duration::days(1);
[INFO] [stdout]     |                                   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::Local::today`: use `Local::now()` instead
[INFO] [stdout]    --> src/dateutil.rs:224:35
[INFO] [stdout]     |
[INFO] [stdout] 224 |                 let date = Local::today() - Duration::days(1);
[INFO] [stdout]     |                                   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::Local::today`: use `Local::now()` instead
[INFO] [stdout]    --> src/dateutil.rs:238:35
[INFO] [stdout]     |
[INFO] [stdout] 238 |                 let date = Local::today() + Duration::days(2);
[INFO] [stdout]     |                                   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::Local::today`: use `Local::now()` instead
[INFO] [stdout]    --> src/dateutil.rs:231:35
[INFO] [stdout]     |
[INFO] [stdout] 231 |                 let date = Local::today() + Duration::days(1);
[INFO] [stdout]     |                                   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::Local::today`: use `Local::now()` instead
[INFO] [stdout]    --> src/dateutil.rs:238:35
[INFO] [stdout]     |
[INFO] [stdout] 238 |                 let date = Local::today() + Duration::days(2);
[INFO] [stdout]     |                                   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::DateTime::<Tz>::date`: Use `date_naive()` instead
[INFO] [stdout]    --> src/dateutil.rs:391:22
[INFO] [stdout]     |
[INFO] [stdout] 391 |                     .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/dateutil.rs:391:22
[INFO] [stdout]     |
[INFO] [stdout] 391 |                     .date()
[INFO] [stdout]     |                      ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::DateTime::<Tz>::from_utc`: Use TimeZone::from_utc_datetime() or DateTime::from_naive_utc_and_offset instead
[INFO] [stdout]    --> src/util.rs:127:45
[INFO] [stdout]     |
[INFO] [stdout] 127 |     let datetime: DateTime<Utc> = DateTime::from_utc(naive, Utc);
[INFO] [stdout]     |                                             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::DateTime::<Tz>::from_utc`: Use TimeZone::from_utc_datetime() or DateTime::from_naive_utc_and_offset instead
[INFO] [stdout]    --> src/util.rs:127:45
[INFO] [stdout]     |
[INFO] [stdout] 127 |     let datetime: DateTime<Utc> = DateTime::from_utc(naive, Utc);
[INFO] [stdout]     |                                             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 10 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 10 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 5.98s
[INFO] running `Command { std: "docker" "inspect" "57913ec32d3132e2ae3b0a7f58351230333fd04d8323982e9d69f532456534c6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "57913ec32d3132e2ae3b0a7f58351230333fd04d8323982e9d69f532456534c6", kill_on_drop: false }`
[INFO] [stdout] 57913ec32d3132e2ae3b0a7f58351230333fd04d8323982e9d69f532456534c6
