[INFO] fetching crate chronoutil 0.2.7... [INFO] testing chronoutil-0.2.7 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7 [INFO] extracting crate chronoutil 0.2.7 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate chronoutil 0.2.7 [INFO] finished tweaking crates.io crate chronoutil 0.2.7 [INFO] tweaked toml for crates.io crate chronoutil 0.2.7 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate chronoutil 0.2.7 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 98 packages to latest compatible versions [INFO] [stderr] Adding chrono-tz v0.8.6 (available: v0.10.4) [INFO] [stderr] Adding criterion v0.3.6 (available: v0.7.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a8244e0f078137345e30a38f75595504bdbf697ec9cc2c9fff15815379ff4ec7 [INFO] running `Command { std: "docker" "start" "-a" "a8244e0f078137345e30a38f75595504bdbf697ec9cc2c9fff15815379ff4ec7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a8244e0f078137345e30a38f75595504bdbf697ec9cc2c9fff15815379ff4ec7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a8244e0f078137345e30a38f75595504bdbf697ec9cc2c9fff15815379ff4ec7", kill_on_drop: false }` [INFO] [stdout] a8244e0f078137345e30a38f75595504bdbf697ec9cc2c9fff15815379ff4ec7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9d02feba131494686bf11b16721128f61e128f89397ad6616571cc67dcef5bd1 [INFO] running `Command { std: "docker" "start" "-a" "9d02feba131494686bf11b16721128f61e128f89397ad6616571cc67dcef5bd1", kill_on_drop: false }` [INFO] [stderr] Compiling chrono v0.4.42 [INFO] [stderr] Compiling chronoutil v0.2.7 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime` instead [INFO] [stdout] --> src/relative_duration.rs:5:14 [INFO] [stdout] | [INFO] [stdout] 5 | use chrono::{Date, DateTime, Duration, NaiveDate, NaiveDateTime, TimeZone}; [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` instead [INFO] [stdout] --> src/relative_duration.rs:280:36 [INFO] [stdout] | [INFO] [stdout] 280 | impl Add for Date [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime` instead [INFO] [stdout] --> src/relative_duration.rs:322:36 [INFO] [stdout] | [INFO] [stdout] 322 | impl Sub for Date [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime` instead [INFO] [stdout] --> src/relative_duration.rs:284:19 [INFO] [stdout] | [INFO] [stdout] 284 | type Output = Date; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime` instead [INFO] [stdout] --> src/relative_duration.rs:287:44 [INFO] [stdout] | [INFO] [stdout] 287 | fn add(self, rhs: RelativeDuration) -> Date { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime` instead [INFO] [stdout] --> src/relative_duration.rs:326:19 [INFO] [stdout] | [INFO] [stdout] 326 | type Output = Date; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime` instead [INFO] [stdout] --> src/relative_duration.rs:329:44 [INFO] [stdout] | [INFO] [stdout] 329 | fn sub(self, rhs: RelativeDuration) -> Date { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime` instead [INFO] [stdout] --> src/rule.rs:6:14 [INFO] [stdout] | [INFO] [stdout] 6 | use chrono::{Date, DateTime, Datelike, NaiveDate, NaiveDateTime, TimeZone}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime` instead [INFO] [stdout] --> src/rule.rs:205:32 [INFO] [stdout] | [INFO] [stdout] 205 | impl Iterator for DateRule> [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime` instead [INFO] [stdout] --> src/rule.rs:209:17 [INFO] [stdout] | [INFO] [stdout] 209 | type Item = Date; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s [INFO] running `Command { std: "docker" "inspect" "9d02feba131494686bf11b16721128f61e128f89397ad6616571cc67dcef5bd1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9d02feba131494686bf11b16721128f61e128f89397ad6616571cc67dcef5bd1", kill_on_drop: false }` [INFO] [stdout] 9d02feba131494686bf11b16721128f61e128f89397ad6616571cc67dcef5bd1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9af9367b33e4b63d9999ab369f33e807538cbb8c8b2cf45e7769b1bef52121f3 [INFO] running `Command { std: "docker" "start" "-a" "9af9367b33e4b63d9999ab369f33e807538cbb8c8b2cf45e7769b1bef52121f3", kill_on_drop: false }` [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling phf_shared v0.11.3 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling wait-timeout v0.2.1 [INFO] [stderr] Compiling csv-core v0.1.13 [INFO] [stderr] Compiling tempfile v3.23.0 [INFO] [stderr] Compiling half v1.8.3 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling rand_xorshift v0.4.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stdout] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime` instead [INFO] [stdout] --> src/relative_duration.rs:5:14 [INFO] [stdout] | [INFO] [stdout] 5 | use chrono::{Date, DateTime, Duration, NaiveDate, NaiveDateTime, TimeZone}; [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` instead [INFO] [stdout] --> src/relative_duration.rs:280:36 [INFO] [stdout] | [INFO] [stdout] 280 | impl Add for Date [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime` instead [INFO] [stdout] --> src/relative_duration.rs:322:36 [INFO] [stdout] | [INFO] [stdout] 322 | impl Sub for Date [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime` instead [INFO] [stdout] --> src/relative_duration.rs:284:19 [INFO] [stdout] | [INFO] [stdout] 284 | type Output = Date; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime` instead [INFO] [stdout] --> src/relative_duration.rs:287:44 [INFO] [stdout] | [INFO] [stdout] 287 | fn add(self, rhs: RelativeDuration) -> Date { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime` instead [INFO] [stdout] --> src/relative_duration.rs:326:19 [INFO] [stdout] | [INFO] [stdout] 326 | type Output = Date; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime` instead [INFO] [stdout] --> src/relative_duration.rs:329:44 [INFO] [stdout] | [INFO] [stdout] 329 | fn sub(self, rhs: RelativeDuration) -> Date { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime` instead [INFO] [stdout] --> src/rule.rs:6:14 [INFO] [stdout] | [INFO] [stdout] 6 | use chrono::{Date, DateTime, Datelike, NaiveDate, NaiveDateTime, TimeZone}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime` instead [INFO] [stdout] --> src/rule.rs:205:32 [INFO] [stdout] | [INFO] [stdout] 205 | impl Iterator for DateRule> [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime` instead [INFO] [stdout] --> src/rule.rs:209:17 [INFO] [stdout] | [INFO] [stdout] 209 | type Item = Date; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling phf v0.11.3 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling rusty-fork v0.3.1 [INFO] [stderr] Compiling phf_generator v0.11.3 [INFO] [stderr] Compiling phf_codegen v0.11.3 [INFO] [stderr] Compiling proptest v1.9.0 [INFO] [stderr] Compiling criterion-plot v0.4.5 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling parse-zoneinfo v0.3.1 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling csv v1.4.0 [INFO] [stderr] Compiling chrono-tz-build v0.2.1 [INFO] [stderr] Compiling chrono-tz v0.8.6 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.3.6 [INFO] [stderr] Compiling chronoutil v0.2.7 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime` instead [INFO] [stdout] --> src/relative_duration.rs:5:14 [INFO] [stdout] | [INFO] [stdout] 5 | use chrono::{Date, DateTime, Duration, NaiveDate, NaiveDateTime, TimeZone}; [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` instead [INFO] [stdout] --> src/relative_duration.rs:280:36 [INFO] [stdout] | [INFO] [stdout] 280 | impl Add for Date [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime` instead [INFO] [stdout] --> src/relative_duration.rs:322:36 [INFO] [stdout] | [INFO] [stdout] 322 | impl Sub for Date [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime` instead [INFO] [stdout] --> src/relative_duration.rs:284:19 [INFO] [stdout] | [INFO] [stdout] 284 | type Output = Date; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime` instead [INFO] [stdout] --> src/relative_duration.rs:287:44 [INFO] [stdout] | [INFO] [stdout] 287 | fn add(self, rhs: RelativeDuration) -> Date { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime` instead [INFO] [stdout] --> src/relative_duration.rs:326:19 [INFO] [stdout] | [INFO] [stdout] 326 | type Output = Date; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime` instead [INFO] [stdout] --> src/relative_duration.rs:329:44 [INFO] [stdout] | [INFO] [stdout] 329 | fn sub(self, rhs: RelativeDuration) -> Date { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime` instead [INFO] [stdout] --> src/rule.rs:6:14 [INFO] [stdout] | [INFO] [stdout] 6 | use chrono::{Date, DateTime, Datelike, NaiveDate, NaiveDateTime, TimeZone}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime` instead [INFO] [stdout] --> src/rule.rs:205:32 [INFO] [stdout] | [INFO] [stdout] 205 | impl Iterator for DateRule> [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime` instead [INFO] [stdout] --> src/rule.rs:209:17 [INFO] [stdout] | [INFO] [stdout] 209 | type Item = Date; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 15.64s [INFO] running `Command { std: "docker" "inspect" "9af9367b33e4b63d9999ab369f33e807538cbb8c8b2cf45e7769b1bef52121f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9af9367b33e4b63d9999ab369f33e807538cbb8c8b2cf45e7769b1bef52121f3", kill_on_drop: false }` [INFO] [stdout] 9af9367b33e4b63d9999ab369f33e807538cbb8c8b2cf45e7769b1bef52121f3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 009b3d7833d66ada3fc20b77752c24ec83d5f8305c8b6d8c14d732044f9da81e [INFO] running `Command { std: "docker" "start" "-a" "009b3d7833d66ada3fc20b77752c24ec83d5f8305c8b6d8c14d732044f9da81e", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime` instead [INFO] [stderr] --> src/relative_duration.rs:5:14 [INFO] [stderr] | [INFO] [stderr] 5 | use chrono::{Date, DateTime, Duration, NaiveDate, NaiveDateTime, TimeZone}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime` instead [INFO] [stderr] --> src/relative_duration.rs:280:36 [INFO] [stderr] | [INFO] [stderr] 280 | impl Add for Date [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime` instead [INFO] [stderr] --> src/relative_duration.rs:322:36 [INFO] [stderr] | [INFO] [stderr] 322 | impl Sub for Date [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime` instead [INFO] [stderr] --> src/relative_duration.rs:284:19 [INFO] [stderr] | [INFO] [stderr] 284 | type Output = Date; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime` instead [INFO] [stderr] --> src/relative_duration.rs:287:44 [INFO] [stderr] | [INFO] [stderr] 287 | fn add(self, rhs: RelativeDuration) -> Date { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime` instead [INFO] [stderr] --> src/relative_duration.rs:326:19 [INFO] [stderr] | [INFO] [stderr] 326 | type Output = Date; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime` instead [INFO] [stderr] --> src/relative_duration.rs:329:44 [INFO] [stderr] | [INFO] [stderr] 329 | fn sub(self, rhs: RelativeDuration) -> Date { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime` instead [INFO] [stderr] --> src/rule.rs:6:14 [INFO] [stderr] | [INFO] [stderr] 6 | use chrono::{Date, DateTime, Datelike, NaiveDate, NaiveDateTime, TimeZone}; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime` instead [INFO] [stderr] --> src/rule.rs:205:32 [INFO] [stderr] | [INFO] [stderr] 205 | impl Iterator for DateRule> [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime` instead [INFO] [stderr] --> src/rule.rs:209:17 [INFO] [stderr] | [INFO] [stderr] 209 | type Item = Date; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: `chronoutil` (lib) generated 10 warnings [INFO] [stderr] warning: `chronoutil` (lib test) generated 10 warnings (10 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.87s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/chronoutil-095554b350eef817) [INFO] [stdout] [INFO] [stdout] running 27 tests [INFO] [stdout] test delta::tests::test_shift_months ... ok [INFO] [stdout] test delta::tests::test_leap_year_cases ... ok [INFO] [stdout] test delta::tests::test_shift_months_datetime ... ok [INFO] [stdout] test delta::tests::test_shift_years ... ok [INFO] [stdout] test delta::tests::test_shift_months_opt_datetime_to_dst_backward_transition ... ok [INFO] [stdout] test delta::tests::test_shift_months_datetime_tz ... ok [INFO] [stdout] test delta::tests::test_with_month ... ok [INFO] [stdout] test delta::tests::test_with_month_opt ... ok [INFO] [stdout] test delta::tests::test_shift_months_opt_datetime_to_dst_forward_transition ... ok [INFO] [stdout] test relative_duration::parse::tests::test_format_duration ... ok [INFO] [stdout] test relative_duration::tests::test_date_arithmetic ... ok [INFO] [stdout] test relative_duration::tests::test_date_negative_arithmetic ... ok [INFO] [stdout] test relative_duration::tests::test_duration_arithmetic ... ok [INFO] [stdout] test relative_duration::parse::tests::test_parse_duration ... ok [INFO] [stdout] test relative_duration::tests::test_constructors ... ok [INFO] [stdout] test rule::tests::test_backwards_rrule ... ok [INFO] [stdout] test rule::tests::test_long_running_rules ... ok [INFO] [stdout] test rule::tests::test_rrule_edge_cases ... ok [INFO] [stdout] test delta::tests::test_with_year ... ok [INFO] [stdout] test delta::tests::test_shift_months_with_overflow ... ok [INFO] [stdout] test relative_duration::parse::tests::proptest_format_and_back ... ok [INFO] [stdout] test delta::tests::test_shift_months_datetime_to_dst_backward_transition - should panic ... ok [INFO] [stdout] test delta::tests::test_shift_months_datetime_to_dst_forward_transition - should panic ... ok [INFO] [stdout] test relative_duration::parse::tests::proptest_parse_doesnt_panic ... ok [INFO] [stdout] test rule::tests::test_rrule_with_datetime ... ok [INFO] [stdout] test rule::tests::test_rrule_with_date ... ok [INFO] [stdout] test relative_duration::parse::tests::proptest_parse_and_back ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 27 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.20s [INFO] [stdout] [INFO] [stderr] Doc-tests chronoutil [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test src/rule.rs - rule::DateRule::with_rolling_day (line 132) ... ignored [INFO] [stdout] test src/lib.rs - (line 115) ... ok [INFO] [stdout] test src/delta.rs - delta::with_year (line 132) ... ok [INFO] [stdout] test src/lib.rs - (line 33) ... ok [INFO] [stdout] test src/lib.rs - (line 51) ... ok [INFO] [stdout] test src/delta.rs - delta::with_day (line 79) ... ok [INFO] [stdout] test src/relative_duration/parse.rs - relative_duration::parse::RelativeDuration::format_to_iso8601 (line 173) ... ok [INFO] [stdout] test src/relative_duration/parse.rs - relative_duration::parse::RelativeDuration::parse_from_iso8601 (line 138) ... ok [INFO] [stdout] test src/lib.rs - (line 100) ... ok [INFO] [stdout] test src/delta.rs - delta::with_month (line 98) ... ok [INFO] [stdout] test src/lib.rs - (line 20) ... ok [INFO] [stdout] test src/rule.rs - rule::DateRule::with_rolling_day (line 118) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.82s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "009b3d7833d66ada3fc20b77752c24ec83d5f8305c8b6d8c14d732044f9da81e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "009b3d7833d66ada3fc20b77752c24ec83d5f8305c8b6d8c14d732044f9da81e", kill_on_drop: false }` [INFO] [stdout] 009b3d7833d66ada3fc20b77752c24ec83d5f8305c8b6d8c14d732044f9da81e