[INFO] fetching crate rparif 0.1.1...
[INFO] checking rparif-0.1.1 against try#31561a63598a0f21fc74c024747ef1310fdd2eb2 for pr-133536
[INFO] extracting crate rparif 0.1.1 into /workspace/builds/worker-2-tc2/source
[INFO] validating manifest of crates.io crate rparif 0.1.1 on toolchain 31561a63598a0f21fc74c024747ef1310fdd2eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate rparif 0.1.1
[INFO] finished tweaking crates.io crate rparif 0.1.1
[INFO] tweaked toml for crates.io crate rparif 0.1.1 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 266 packages to latest compatible versions
[INFO] [stderr]       Adding env_logger v0.9.3 (available: v0.11.5)
[INFO] [stderr]       Adding httpmock v0.6.8 (available: v0.7.0)
[INFO] [stderr]       Adding reqwest v0.11.27 (available: v0.12.9)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e241ca4fa21f3c2e9d65fbaa64f6ab1a119161936cccaeb6617035959de51c54
[INFO] running `Command { std: "docker" "start" "-a" "e241ca4fa21f3c2e9d65fbaa64f6ab1a119161936cccaeb6617035959de51c54", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e241ca4fa21f3c2e9d65fbaa64f6ab1a119161936cccaeb6617035959de51c54", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e241ca4fa21f3c2e9d65fbaa64f6ab1a119161936cccaeb6617035959de51c54", kill_on_drop: false }`
[INFO] [stdout] e241ca4fa21f3c2e9d65fbaa64f6ab1a119161936cccaeb6617035959de51c54
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f23fa2fb7a8d8c70368a2f4d7a456e65a584455c4a4d495e4814e1f77ba46577
[INFO] running `Command { std: "docker" "start" "-a" "f23fa2fb7a8d8c70368a2f4d7a456e65a584455c4a4d495e4814e1f77ba46577", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling libc v0.2.167
[INFO] [stderr]     Checking value-bag v1.10.0
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]     Checking parking v2.2.1
[INFO] [stderr]    Compiling rustix v0.38.41
[INFO] [stderr]    Compiling libnghttp2-sys v0.1.10+1.61.0
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling libz-sys v1.1.20
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]    Compiling curl-sys v0.4.78+curl-8.11.0
[INFO] [stderr]     Checking futures-lite v2.5.0
[INFO] [stderr]     Checking event-listener v5.3.1
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]     Checking async-task v4.7.1
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.6
[INFO] [stderr]     Checking event-listener-strategy v0.5.2
[INFO] [stderr]     Checking event-listener v2.5.3
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]     Checking async-lock v3.4.0
[INFO] [stderr]     Checking async-channel v2.3.1
[INFO] [stderr]     Checking async-channel v1.9.0
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]     Checking piper v0.2.4
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]    Compiling ena v0.14.3
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling pico-args v0.5.0
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]     Checking async-executor v1.13.1
[INFO] [stderr]     Checking blocking v1.6.1
[INFO] [stderr]    Compiling polling v2.8.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling curl v0.4.47
[INFO] [stderr]     Checking unicode-ident v1.0.14
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]     Checking kv-log-macro v1.0.7
[INFO] [stderr]     Checking fastrand v1.9.0
[INFO] [stderr]     Checking waker-fn v1.2.0
[INFO] [stderr]    Compiling semver v1.0.23
[INFO] [stderr]    Compiling isahc v1.7.2
[INFO] [stderr]    Compiling pulldown-cmark v0.9.6
[INFO] [stderr]     Checking winnow v0.5.40
[INFO] [stderr]     Checking futures-lite v1.13.0
[INFO] [stderr]     Checking rustls-pemfile v1.0.4
[INFO] [stderr]     Checking sluice v0.5.5
[INFO] [stderr]     Checking unicase v2.8.0
[INFO] [stderr]     Checking sync_wrapper v0.1.2
[INFO] [stderr]     Checking castaway v0.1.2
[INFO] [stderr]     Checking similar v2.6.0
[INFO] [stderr]     Checking termcolor v1.4.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking socket2 v0.5.8
[INFO] [stderr]     Checking openssl-sys v0.9.104
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking lalrpop-util v0.20.2
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]     Checking levenshtein v1.0.5
[INFO] [stderr]     Checking json v0.12.4
[INFO] [stderr]    Compiling term v0.7.0
[INFO] [stderr]     Checking env_logger v0.9.3
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling string_cache v0.8.7
[INFO] [stderr]    Compiling ascii-canvas v3.0.0
[INFO] [stderr]    Compiling lalrpop v0.20.2
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.5
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.215
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling pin-project-internal v1.1.7
[INFO] [stderr]    Compiling async-trait v0.1.83
[INFO] [stderr]     Checking openssl v0.10.68
[INFO] [stderr]     Checking tokio v1.41.1
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking zerofrom v0.1.5
[INFO] [stderr]     Checking yoke v0.7.5
[INFO] [stderr]     Checking pin-project v1.1.7
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking zerovec v0.10.4
[INFO] [stderr]     Checking polling v3.7.4
[INFO] [stderr]     Checking tracing-futures v0.2.5
[INFO] [stderr]     Checking async-io v2.4.0
[INFO] [stderr]     Checking async-signal v0.2.10
[INFO] [stderr]     Checking async-global-executor v2.4.1
[INFO] [stderr]     Checking async-process v2.3.0
[INFO] [stderr]     Checking tinystr v0.7.6
[INFO] [stderr]     Checking icu_collections v1.5.0
[INFO] [stderr]     Checking icu_locid v1.5.0
[INFO] [stderr]     Checking async-std v1.13.0
[INFO] [stderr]     Checking serde v1.0.215
[INFO] [stderr]     Checking icu_provider v1.5.0
[INFO] [stderr]     Checking icu_locid_transform v1.5.0
[INFO] [stderr]     Checking native-tls v0.2.12
[INFO] [stderr]     Checking icu_properties v1.5.1
[INFO] [stderr]     Checking tokio-util v0.7.12
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking async-object-pool v0.1.5
[INFO] [stderr]    Compiling basic-cookies v0.1.5
[INFO] [stderr]     Checking h2 v0.3.26
[INFO] [stderr]     Checking serde_spanned v0.6.8
[INFO] [stderr]     Checking toml_datetime v0.6.8
[INFO] [stderr]     Checking serde_json v1.0.133
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde_regex v1.1.0
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]     Checking toml_edit v0.19.15
[INFO] [stderr]     Checking icu_normalizer v1.5.0
[INFO] [stderr]     Checking assert-json-diff v2.0.2
[INFO] [stderr]     Checking idna_adapter v1.2.0
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking toml v0.7.8
[INFO] [stderr]     Checking version-sync v0.9.5
[INFO] [stderr]     Checking hyper v0.14.31
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking httpmock v0.6.8
[INFO] [stderr]     Checking reqwest v0.11.27
[INFO] [stderr]     Checking rparif v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary qualification
[INFO] [stdout]   --> src/client.rs:65:20
[INFO] [stdout]    |
[INFO] [stdout] 65 |         let date = chrono::Utc::today();
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:46:5
[INFO] [stdout]    |
[INFO] [stdout] 46 |     unused_qualifications
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]    |
[INFO] [stdout] 65 -         let date = chrono::Utc::today();
[INFO] [stdout] 65 +         let date = Utc::today();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary qualification
[INFO] [stdout]   --> src/client.rs:90:20
[INFO] [stdout]    |
[INFO] [stdout] 90 |         let date = chrono::Utc::today();
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]    |
[INFO] [stdout] 90 -         let date = chrono::Utc::today();
[INFO] [stdout] 90 +         let date = Utc::today();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime<Tz>` instead
[INFO] [stdout]  --> src/client.rs:3:14
[INFO] [stdout]   |
[INFO] [stdout] 3 | use chrono::{Date, Duration, NaiveDate, Utc};
[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/client.rs:64:65
[INFO] [stdout]    |
[INFO] [stdout] 64 |     fn convert_json_to_date(&self, value: &JsonValue) -> Result<Date<Utc>, RParifError> {
[INFO] [stdout]    |                                                                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime<Tz>` instead
[INFO] [stdout]   --> src/client.rs:89:61
[INFO] [stdout]    |
[INFO] [stdout] 89 |     fn convert_string_to_date(&self, value: &str) -> Result<Date<Utc>, RParifError> {
[INFO] [stdout]    |                                                             ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
[INFO] [stdout]   --> src/client.rs:65:33
[INFO] [stdout]    |
[INFO] [stdout] 65 |         let date = chrono::Utc::today();
[INFO] [stdout]    |                                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
[INFO] [stdout]   --> src/client.rs:90:33
[INFO] [stdout]    |
[INFO] [stdout] 90 |         let date = chrono::Utc::today();
[INFO] [stdout]    |                                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
[INFO] [stdout]   --> tests/integration_test.rs:38:22
[INFO] [stdout]    |
[INFO] [stdout] 38 |     let today = Utc::today();
[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::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
[INFO] [stdout]    --> tests/integration_test.rs:149:22
[INFO] [stdout]     |
[INFO] [stdout] 149 |     let today = Utc::today();
[INFO] [stdout]     |                      ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout]   --> src/client.rs:65:20
[INFO] [stdout]    |
[INFO] [stdout] 65 |         let date = chrono::Utc::today();
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:37:24
[INFO] [stdout]    |
[INFO] [stdout] 37 | #![cfg_attr(test, deny(warnings))]
[INFO] [stdout]    |                        ^^^^^^^^
[INFO] [stdout]    = note: `#[deny(unused_qualifications)]` implied by `#[deny(warnings)]`
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]    |
[INFO] [stdout] 65 -         let date = chrono::Utc::today();
[INFO] [stdout] 65 +         let date = Utc::today();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout]   --> src/client.rs:90:20
[INFO] [stdout]    |
[INFO] [stdout] 90 |         let date = chrono::Utc::today();
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]    |
[INFO] [stdout] 90 -         let date = chrono::Utc::today();
[INFO] [stdout] 90 +         let date = Utc::today();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
[INFO] [stdout]    --> tests/integration_test.rs:225:22
[INFO] [stdout]     |
[INFO] [stdout] 225 |     let today = Utc::today();
[INFO] [stdout]     |                      ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime<Tz>` instead
[INFO] [stdout]  --> src/client.rs:3:14
[INFO] [stdout]   |
[INFO] [stdout] 3 | use chrono::{Date, Duration, NaiveDate, Utc};
[INFO] [stdout]   |              ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[deny(deprecated)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime<Tz>` instead
[INFO] [stdout]   --> src/client.rs:64:65
[INFO] [stdout]    |
[INFO] [stdout] 64 |     fn convert_json_to_date(&self, value: &JsonValue) -> Result<Date<Utc>, RParifError> {
[INFO] [stdout]    |                                                                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime<Tz>` instead
[INFO] [stdout]   --> src/client.rs:89:61
[INFO] [stdout]    |
[INFO] [stdout] 89 |     fn convert_string_to_date(&self, value: &str) -> Result<Date<Utc>, RParifError> {
[INFO] [stdout]    |                                                             ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
[INFO] [stdout]   --> src/client.rs:65:33
[INFO] [stdout]    |
[INFO] [stdout] 65 |         let date = chrono::Utc::today();
[INFO] [stdout]    |                                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
[INFO] [stdout]   --> src/client.rs:90:33
[INFO] [stdout]    |
[INFO] [stdout] 90 |         let date = chrono::Utc::today();
[INFO] [stdout]    |                                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
[INFO] [stdout]    --> src/client.rs:580:29
[INFO] [stdout]     |
[INFO] [stdout] 580 |         let expected = Utc::today();
[INFO] [stdout]     |                             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
[INFO] [stdout]    --> src/client.rs:593:29
[INFO] [stdout]     |
[INFO] [stdout] 593 |         let expected = Utc::today();
[INFO] [stdout]     |                             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
[INFO] [stdout]    --> src/client.rs:605:29
[INFO] [stdout]     |
[INFO] [stdout] 605 |         let expected = Utc::today();
[INFO] [stdout]     |                             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
[INFO] [stdout]    --> src/client.rs:631:29
[INFO] [stdout]     |
[INFO] [stdout] 631 |         let expected = Utc::today();
[INFO] [stdout]     |                             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
[INFO] [stdout]    --> src/client.rs:643:29
[INFO] [stdout]     |
[INFO] [stdout] 643 |         let expected = Utc::today();
[INFO] [stdout]     |                             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
[INFO] [stdout]    --> src/client.rs:654:29
[INFO] [stdout]     |
[INFO] [stdout] 654 |         let expected = Utc::today();
[INFO] [stdout]     |                             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
[INFO] [stdout]    --> src/client.rs:889:22
[INFO] [stdout]     |
[INFO] [stdout] 889 |                 Utc::today().naive_utc(),
[INFO] [stdout]     |                      ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]    --> src/client.rs:937:28
[INFO] [stdout]     |
[INFO] [stdout] 937 |                 NaiveDate::from_ymd(2019, 12, 31),
[INFO] [stdout]     |                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]    --> src/client.rs:944:28
[INFO] [stdout]     |
[INFO] [stdout] 944 |                 NaiveDate::from_ymd(2019, 12, 31),
[INFO] [stdout]     |                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
[INFO] [stdout]    --> src/client.rs:995:26
[INFO] [stdout]     |
[INFO] [stdout] 995 |         let today = Utc::today();
[INFO] [stdout]     |                          ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
[INFO] [stdout]     --> src/client.rs:1113:26
[INFO] [stdout]      |
[INFO] [stdout] 1113 |         let today = Utc::today();
[INFO] [stdout]      |                          ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
[INFO] [stdout]    --> src/objects.rs:344:26
[INFO] [stdout]     |
[INFO] [stdout] 344 |         let today = Utc::today();
[INFO] [stdout]     |                          ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rparif` (lib test) due to 19 previous errors
[INFO] running `Command { std: "docker" "inspect" "f23fa2fb7a8d8c70368a2f4d7a456e65a584455c4a4d495e4814e1f77ba46577", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f23fa2fb7a8d8c70368a2f4d7a456e65a584455c4a4d495e4814e1f77ba46577", kill_on_drop: false }`
[INFO] [stdout] f23fa2fb7a8d8c70368a2f4d7a456e65a584455c4a4d495e4814e1f77ba46577
