[INFO] fetching crate gregor 0.3.3...
[INFO] testing gregor-0.3.3 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate gregor 0.3.3 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate gregor 0.3.3
[INFO] finished tweaking crates.io crate gregor 0.3.3
[INFO] tweaked toml for crates.io crate gregor 0.3.3 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate gregor 0.3.3 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] 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] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] b4c846c6d56608f9cdd47b82c6d286053f0a09e64933533dcf6b625abf0c863a
[INFO] running `Command { std: "docker" "start" "-a" "b4c846c6d56608f9cdd47b82c6d286053f0a09e64933533dcf6b625abf0c863a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b4c846c6d56608f9cdd47b82c6d286053f0a09e64933533dcf6b625abf0c863a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b4c846c6d56608f9cdd47b82c6d286053f0a09e64933533dcf6b625abf0c863a", kill_on_drop: false }`
[INFO] [stdout] b4c846c6d56608f9cdd47b82c6d286053f0a09e64933533dcf6b625abf0c863a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] bddab8673ac32fca8ecde0bed748732f476d9cab862b25beb3a3208ff99b414a
[INFO] running `Command { std: "docker" "start" "-a" "bddab8673ac32fca8ecde0bed748732f476d9cab862b25beb3a3208ff99b414a", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling gregor v0.3.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/lib.rs:90:37
[INFO] [stdout]    |
[INFO] [stdout] 90 |         Ok(DateTime::from_timestamp(try!(self.to_timestamp()), new_time_zone))
[INFO] [stdout]    |                                     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> src/lib.rs:235:56
[INFO] [stdout]     |
[INFO] [stdout] 235 |                             $first_day_in_common_years ... $last_day_in_common_years => {
[INFO] [stdout]     |                                                        ^^^ help: use `..=` for an inclusive range
[INFO] [stdout] ...
[INFO] [stdout] 301 | with_month_data!(declare_month);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[warn(ellipsis_inclusive_range_patterns)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `declare_month` which comes from the expansion of the macro `with_month_data` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> src/lib.rs:243:54
[INFO] [stdout]     |
[INFO] [stdout] 243 |                             $first_day_in_leap_years ... $last_day_in_leap_years => {
[INFO] [stdout]     |                                                      ^^^ help: use `..=` for an inclusive range
[INFO] [stdout] ...
[INFO] [stdout] 301 | with_month_data!(declare_month);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `declare_month` which comes from the expansion of the macro `with_month_data` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
[INFO] running `Command { std: "docker" "inspect" "bddab8673ac32fca8ecde0bed748732f476d9cab862b25beb3a3208ff99b414a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bddab8673ac32fca8ecde0bed748732f476d9cab862b25beb3a3208ff99b414a", kill_on_drop: false }`
[INFO] [stdout] bddab8673ac32fca8ecde0bed748732f476d9cab862b25beb3a3208ff99b414a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 0e6851d834121b85e2c8a5bb60599cbd287bc8882065ff797ea0483499891db9
[INFO] running `Command { std: "docker" "start" "-a" "0e6851d834121b85e2c8a5bb60599cbd287bc8882065ff797ea0483499891db9", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/lib.rs:90:37
[INFO] [stdout]    |
[INFO] [stdout] 90 |         Ok(DateTime::from_timestamp(try!(self.to_timestamp()), new_time_zone))
[INFO] [stdout]    |                                     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> src/lib.rs:235:56
[INFO] [stdout]     |
[INFO] [stdout] 235 |                             $first_day_in_common_years ... $last_day_in_common_years => {
[INFO] [stdout]     |                                                        ^^^ help: use `..=` for an inclusive range
[INFO] [stdout] ...
[INFO] [stdout] 301 | with_month_data!(declare_month);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[warn(ellipsis_inclusive_range_patterns)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `declare_month` which comes from the expansion of the macro `with_month_data` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> src/lib.rs:243:54
[INFO] [stdout]     |
[INFO] [stdout] 243 |                             $first_day_in_leap_years ... $last_day_in_leap_years => {
[INFO] [stdout]     |                                                      ^^^ help: use `..=` for an inclusive range
[INFO] [stdout] ...
[INFO] [stdout] 301 | with_month_data!(declare_month);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `declare_month` which comes from the expansion of the macro `with_month_data` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling gregor v0.3.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/lib.rs:90:37
[INFO] [stdout]    |
[INFO] [stdout] 90 |         Ok(DateTime::from_timestamp(try!(self.to_timestamp()), new_time_zone))
[INFO] [stdout]    |                                     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> src/lib.rs:235:56
[INFO] [stdout]     |
[INFO] [stdout] 235 |                             $first_day_in_common_years ... $last_day_in_common_years => {
[INFO] [stdout]     |                                                        ^^^ help: use `..=` for an inclusive range
[INFO] [stdout] ...
[INFO] [stdout] 301 | with_month_data!(declare_month);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[warn(ellipsis_inclusive_range_patterns)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `declare_month` which comes from the expansion of the macro `with_month_data` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> src/lib.rs:243:54
[INFO] [stdout]     |
[INFO] [stdout] 243 |                             $first_day_in_leap_years ... $last_day_in_leap_years => {
[INFO] [stdout]     |                                                      ^^^ help: use `..=` for an inclusive range
[INFO] [stdout] ...
[INFO] [stdout] 301 | with_month_data!(declare_month);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `declare_month` which comes from the expansion of the macro `with_month_data` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.76s
[INFO] running `Command { std: "docker" "inspect" "0e6851d834121b85e2c8a5bb60599cbd287bc8882065ff797ea0483499891db9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0e6851d834121b85e2c8a5bb60599cbd287bc8882065ff797ea0483499891db9", kill_on_drop: false }`
[INFO] [stdout] 0e6851d834121b85e2c8a5bb60599cbd287bc8882065ff797ea0483499891db9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] ad85f23a57b1f5ec3475d49072a419c496f4c675e0d6f3acab7bd2bce9993384
[INFO] running `Command { std: "docker" "start" "-a" "ad85f23a57b1f5ec3475d49072a419c496f4c675e0d6f3acab7bd2bce9993384", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]   --> src/lib.rs:90:37
[INFO] [stderr]    |
[INFO] [stderr] 90 |         Ok(DateTime::from_timestamp(try!(self.to_timestamp()), new_time_zone))
[INFO] [stderr]    |                                     ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]    --> src/lib.rs:235:56
[INFO] [stderr]     |
[INFO] [stderr] 235 |                             $first_day_in_common_years ... $last_day_in_common_years => {
[INFO] [stderr]     |                                                        ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] ...
[INFO] [stderr] 301 | with_month_data!(declare_month);
[INFO] [stderr]     | ------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: `#[warn(ellipsis_inclusive_range_patterns)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stderr]     = note: this warning originates in the macro `declare_month` which comes from the expansion of the macro `with_month_data` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]    --> src/lib.rs:243:54
[INFO] [stderr]     |
[INFO] [stderr] 243 |                             $first_day_in_leap_years ... $last_day_in_leap_years => {
[INFO] [stderr]     |                                                      ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] ...
[INFO] [stderr] 301 | with_month_data!(declare_month);
[INFO] [stderr]     | ------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `declare_month` which comes from the expansion of the macro `with_month_data` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `gregor` (lib) generated 3 warnings (run `cargo fix --lib -p gregor` to apply 2 suggestions)
[INFO] [stderr] warning: `gregor` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/gregor-a5f02a9fa96868d8)
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test tests::conversions ... ok
[INFO] [stdout] test tests::counting_leap_days ... ok
[INFO] [stdout] test tests::day_of_the_week ... ok
[INFO] [stdout] test tests::days_since_january_1st ... ok
[INFO] [stdout] test tests::fixed_offset_from_utc ... ok
[INFO] [stdout] test tests::fmt ... ok
[INFO] [stdout] test tests::central_europe_dst ... ok
[INFO] [stdout] test tests::leap_year ... ok
[INFO] [stdout] test tests::month_ord ... ok
[INFO] [stdout] test tests::naive_date_time_ord ... ok
[INFO] [stdout] test tests::numbers ... ok
[INFO] [stdout] test tests::unix_timestamp_ord ... ok
[INFO] [stdout] test tests::unixy_days ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests gregor
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]    --> src/lib.rs:235:56
[INFO] [stderr]     |
[INFO] [stderr] 235 |                             $first_day_in_common_years ... $last_day_in_common_years => {
[INFO] [stderr]     |                                                        ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] ...
[INFO] [stderr] 301 | with_month_data!(declare_month);
[INFO] [stderr]     | ------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: `#[warn(ellipsis_inclusive_range_patterns)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stderr]     = note: this warning originates in the macro `declare_month` which comes from the expansion of the macro `with_month_data` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]    --> src/lib.rs:243:54
[INFO] [stderr]     |
[INFO] [stderr] 243 |                             $first_day_in_leap_years ... $last_day_in_leap_years => {
[INFO] [stderr]     |                                                      ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] ...
[INFO] [stderr] 301 | with_month_data!(declare_month);
[INFO] [stderr]     | ------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `declare_month` which comes from the expansion of the macro `with_month_data` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: 2 warnings emitted
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/time_zones.rs - time_zones::FixedOffsetFromUtc (line 77) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "ad85f23a57b1f5ec3475d49072a419c496f4c675e0d6f3acab7bd2bce9993384", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ad85f23a57b1f5ec3475d49072a419c496f4c675e0d6f3acab7bd2bce9993384", kill_on_drop: false }`
[INFO] [stdout] ad85f23a57b1f5ec3475d49072a419c496f4c675e0d6f3acab7bd2bce9993384
