[INFO] fetching crate cron 0.15.0... [INFO] testing cron-0.15.0 against try#981ca440e18f6cc4bc9026d4be8ddb1ca8378af7 for pr-145277 [INFO] extracting crate cron 0.15.0 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate cron 0.15.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate cron 0.15.0 [INFO] tweaked toml for crates.io crate cron 0.15.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate cron 0.15.0 on toolchain 981ca440e18f6cc4bc9026d4be8ddb1ca8378af7 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+981ca440e18f6cc4bc9026d4be8ddb1ca8378af7" "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" "+981ca440e18f6cc4bc9026d4be8ddb1ca8378af7" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 59 packages to latest compatible versions [INFO] [stderr] Adding chrono-tz v0.6.3 (available: v0.10.4) [INFO] [stderr] Adding winnow v0.6.26 (available: v0.7.12) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+981ca440e18f6cc4bc9026d4be8ddb1ca8378af7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+981ca440e18f6cc4bc9026d4be8ddb1ca8378af7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c56a570f744090a7a6b98d493ef74dc990033c70b342877631ff5d474adbca57 [INFO] running `Command { std: "docker" "start" "-a" "c56a570f744090a7a6b98d493ef74dc990033c70b342877631ff5d474adbca57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c56a570f744090a7a6b98d493ef74dc990033c70b342877631ff5d474adbca57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c56a570f744090a7a6b98d493ef74dc990033c70b342877631ff5d474adbca57", kill_on_drop: false }` [INFO] [stdout] c56a570f744090a7a6b98d493ef74dc990033c70b342877631ff5d474adbca57 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+981ca440e18f6cc4bc9026d4be8ddb1ca8378af7" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c1b5ccac5605d15851aeafe3653eebdd23df4894f6b2eb152a8ad60f3e66274f [INFO] running `Command { std: "docker" "start" "-a" "c1b5ccac5605d15851aeafe3653eebdd23df4894f6b2eb152a8ad60f3e66274f", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.5.0 [INFO] [stderr] Compiling iana-time-zone v0.1.63 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling winnow v0.6.26 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling chrono v0.4.41 [INFO] [stderr] Compiling cron v0.15.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:4:13 [INFO] [stdout] | [INFO] [stdout] 4 | use winnow::PResult; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:85:29 [INFO] [stdout] | [INFO] [stdout] 85 | fn ordinal(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:91:26 [INFO] [stdout] | [INFO] [stdout] 91 | fn name(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:97:27 [INFO] [stdout] | [INFO] [stdout] 97 | fn point(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:101:33 [INFO] [stdout] | [INFO] [stdout] 101 | fn named_point(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:105:28 [INFO] [stdout] | [INFO] [stdout] 105 | fn period(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:111:37 [INFO] [stdout] | [INFO] [stdout] 111 | fn period_with_any(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:117:27 [INFO] [stdout] | [INFO] [stdout] 117 | fn range(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:123:33 [INFO] [stdout] | [INFO] [stdout] 123 | fn named_range(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:129:25 [INFO] [stdout] | [INFO] [stdout] 129 | fn all(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:133:25 [INFO] [stdout] | [INFO] [stdout] 133 | fn any(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:137:31 [INFO] [stdout] | [INFO] [stdout] 137 | fn specifier(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:141:40 [INFO] [stdout] | [INFO] [stdout] 141 | fn specifier_with_any(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:145:36 [INFO] [stdout] | [INFO] [stdout] 145 | fn root_specifier(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:149:45 [INFO] [stdout] | [INFO] [stdout] 149 | fn root_specifier_with_any(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:158:41 [INFO] [stdout] | [INFO] [stdout] 158 | fn root_specifier_list(i: &mut &str) -> PResult> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:164:50 [INFO] [stdout] | [INFO] [stdout] 164 | fn root_specifier_list_with_any(i: &mut &str) -> PResult> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:170:27 [INFO] [stdout] | [INFO] [stdout] 170 | fn field(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:175:36 [INFO] [stdout] | [INFO] [stdout] 175 | fn field_with_any(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:180:38 [INFO] [stdout] | [INFO] [stdout] 180 | fn shorthand_yearly(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:194:39 [INFO] [stdout] | [INFO] [stdout] 194 | fn shorthand_monthly(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:208:38 [INFO] [stdout] | [INFO] [stdout] 208 | fn shorthand_weekly(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:222:37 [INFO] [stdout] | [INFO] [stdout] 222 | fn shorthand_daily(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:236:38 [INFO] [stdout] | [INFO] [stdout] 236 | fn shorthand_hourly(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:250:31 [INFO] [stdout] | [INFO] [stdout] 250 | fn shorthand(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:261:30 [INFO] [stdout] | [INFO] [stdout] 261 | fn longhand(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:297:30 [INFO] [stdout] | [INFO] [stdout] 297 | fn schedule(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.92s [INFO] running `Command { std: "docker" "inspect" "c1b5ccac5605d15851aeafe3653eebdd23df4894f6b2eb152a8ad60f3e66274f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c1b5ccac5605d15851aeafe3653eebdd23df4894f6b2eb152a8ad60f3e66274f", kill_on_drop: false }` [INFO] [stdout] c1b5ccac5605d15851aeafe3653eebdd23df4894f6b2eb152a8ad60f3e66274f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+981ca440e18f6cc4bc9026d4be8ddb1ca8378af7" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 17331a0ce45712ceac378b694453ee252f9168507e8fe814304d359ad2d8bdd6 [INFO] running `Command { std: "docker" "start" "-a" "17331a0ce45712ceac378b694453ee252f9168507e8fe814304d359ad2d8bdd6", kill_on_drop: false }` [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling proc-macro2 v1.0.97 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling siphasher v1.0.1 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling thiserror v2.0.14 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:4:13 [INFO] [stdout] | [INFO] [stdout] 4 | use winnow::PResult; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:85:29 [INFO] [stdout] | [INFO] [stdout] 85 | fn ordinal(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:91:26 [INFO] [stdout] | [INFO] [stdout] 91 | fn name(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:97:27 [INFO] [stdout] | [INFO] [stdout] 97 | fn point(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:101:33 [INFO] [stdout] | [INFO] [stdout] 101 | fn named_point(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:105:28 [INFO] [stdout] | [INFO] [stdout] 105 | fn period(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:111:37 [INFO] [stdout] | [INFO] [stdout] 111 | fn period_with_any(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:117:27 [INFO] [stdout] | [INFO] [stdout] 117 | fn range(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:123:33 [INFO] [stdout] | [INFO] [stdout] 123 | fn named_range(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:129:25 [INFO] [stdout] | [INFO] [stdout] 129 | fn all(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:133:25 [INFO] [stdout] | [INFO] [stdout] 133 | fn any(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:137:31 [INFO] [stdout] | [INFO] [stdout] 137 | fn specifier(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:141:40 [INFO] [stdout] | [INFO] [stdout] 141 | fn specifier_with_any(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:145:36 [INFO] [stdout] | [INFO] [stdout] 145 | fn root_specifier(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:149:45 [INFO] [stdout] | [INFO] [stdout] 149 | fn root_specifier_with_any(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:158:41 [INFO] [stdout] | [INFO] [stdout] 158 | fn root_specifier_list(i: &mut &str) -> PResult> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:164:50 [INFO] [stdout] | [INFO] [stdout] 164 | fn root_specifier_list_with_any(i: &mut &str) -> PResult> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:170:27 [INFO] [stdout] | [INFO] [stdout] 170 | fn field(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:175:36 [INFO] [stdout] | [INFO] [stdout] 175 | fn field_with_any(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:180:38 [INFO] [stdout] | [INFO] [stdout] 180 | fn shorthand_yearly(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:194:39 [INFO] [stdout] | [INFO] [stdout] 194 | fn shorthand_monthly(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:208:38 [INFO] [stdout] | [INFO] [stdout] 208 | fn shorthand_weekly(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:222:37 [INFO] [stdout] | [INFO] [stdout] 222 | fn shorthand_daily(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:236:38 [INFO] [stdout] | [INFO] [stdout] 236 | fn shorthand_hourly(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:250:31 [INFO] [stdout] | [INFO] [stdout] 250 | fn shorthand(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:261:30 [INFO] [stdout] | [INFO] [stdout] 261 | fn longhand(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:297:30 [INFO] [stdout] | [INFO] [stdout] 297 | fn schedule(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling uncased v0.9.10 [INFO] [stderr] Compiling phf_shared v0.11.3 [INFO] [stderr] Compiling phf v0.11.3 [INFO] [stderr] Compiling phf_generator v0.11.3 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling phf_codegen v0.11.3 [INFO] [stderr] Compiling syn v2.0.105 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling thiserror-impl v2.0.14 [INFO] [stderr] Compiling parse-zoneinfo v0.3.1 [INFO] [stderr] Compiling chrono-tz-build v0.0.3 [INFO] [stderr] Compiling chrono-tz v0.6.3 [INFO] [stderr] Compiling cobs v0.3.0 [INFO] [stderr] Compiling serde_test v1.0.177 [INFO] [stderr] Compiling postcard v1.1.3 [INFO] [stderr] Compiling cron v0.15.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:4:13 [INFO] [stdout] | [INFO] [stdout] 4 | use winnow::PResult; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:85:29 [INFO] [stdout] | [INFO] [stdout] 85 | fn ordinal(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:91:26 [INFO] [stdout] | [INFO] [stdout] 91 | fn name(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:97:27 [INFO] [stdout] | [INFO] [stdout] 97 | fn point(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:101:33 [INFO] [stdout] | [INFO] [stdout] 101 | fn named_point(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:105:28 [INFO] [stdout] | [INFO] [stdout] 105 | fn period(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:111:37 [INFO] [stdout] | [INFO] [stdout] 111 | fn period_with_any(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:117:27 [INFO] [stdout] | [INFO] [stdout] 117 | fn range(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:123:33 [INFO] [stdout] | [INFO] [stdout] 123 | fn named_range(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:129:25 [INFO] [stdout] | [INFO] [stdout] 129 | fn all(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:133:25 [INFO] [stdout] | [INFO] [stdout] 133 | fn any(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:137:31 [INFO] [stdout] | [INFO] [stdout] 137 | fn specifier(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:141:40 [INFO] [stdout] | [INFO] [stdout] 141 | fn specifier_with_any(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:145:36 [INFO] [stdout] | [INFO] [stdout] 145 | fn root_specifier(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:149:45 [INFO] [stdout] | [INFO] [stdout] 149 | fn root_specifier_with_any(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:158:41 [INFO] [stdout] | [INFO] [stdout] 158 | fn root_specifier_list(i: &mut &str) -> PResult> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:164:50 [INFO] [stdout] | [INFO] [stdout] 164 | fn root_specifier_list_with_any(i: &mut &str) -> PResult> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:170:27 [INFO] [stdout] | [INFO] [stdout] 170 | fn field(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:175:36 [INFO] [stdout] | [INFO] [stdout] 175 | fn field_with_any(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:180:38 [INFO] [stdout] | [INFO] [stdout] 180 | fn shorthand_yearly(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:194:39 [INFO] [stdout] | [INFO] [stdout] 194 | fn shorthand_monthly(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:208:38 [INFO] [stdout] | [INFO] [stdout] 208 | fn shorthand_weekly(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:222:37 [INFO] [stdout] | [INFO] [stdout] 222 | fn shorthand_daily(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:236:38 [INFO] [stdout] | [INFO] [stdout] 236 | fn shorthand_hourly(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:250:31 [INFO] [stdout] | [INFO] [stdout] 250 | fn shorthand(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:261:30 [INFO] [stdout] | [INFO] [stdout] 261 | fn longhand(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stdout] --> src/parsing.rs:297:30 [INFO] [stdout] | [INFO] [stdout] 297 | fn schedule(i: &mut &str) -> PResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 26.06s [INFO] running `Command { std: "docker" "inspect" "17331a0ce45712ceac378b694453ee252f9168507e8fe814304d359ad2d8bdd6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "17331a0ce45712ceac378b694453ee252f9168507e8fe814304d359ad2d8bdd6", kill_on_drop: false }` [INFO] [stdout] 17331a0ce45712ceac378b694453ee252f9168507e8fe814304d359ad2d8bdd6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+981ca440e18f6cc4bc9026d4be8ddb1ca8378af7" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b3aafe48d191b681d7d464c08a5f113af9791f9070bd904745ba91173173e4d7 [INFO] running `Command { std: "docker" "start" "-a" "b3aafe48d191b681d7d464c08a5f113af9791f9070bd904745ba91173173e4d7", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stderr] --> src/parsing.rs:4:13 [INFO] [stderr] | [INFO] [stderr] 4 | use winnow::PResult; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stderr] --> src/parsing.rs:85:29 [INFO] [stderr] | [INFO] [stderr] 85 | fn ordinal(i: &mut &str) -> PResult { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stderr] --> src/parsing.rs:91:26 [INFO] [stderr] | [INFO] [stderr] 91 | fn name(i: &mut &str) -> PResult { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stderr] --> src/parsing.rs:97:27 [INFO] [stderr] | [INFO] [stderr] 97 | fn point(i: &mut &str) -> PResult { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stderr] --> src/parsing.rs:101:33 [INFO] [stderr] | [INFO] [stderr] 101 | fn named_point(i: &mut &str) -> PResult { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stderr] --> src/parsing.rs:105:28 [INFO] [stderr] | [INFO] [stderr] 105 | fn period(i: &mut &str) -> PResult { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stderr] --> src/parsing.rs:111:37 [INFO] [stderr] | [INFO] [stderr] 111 | fn period_with_any(i: &mut &str) -> PResult { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stderr] --> src/parsing.rs:117:27 [INFO] [stderr] | [INFO] [stderr] 117 | fn range(i: &mut &str) -> PResult { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stderr] --> src/parsing.rs:123:33 [INFO] [stderr] | [INFO] [stderr] 123 | fn named_range(i: &mut &str) -> PResult { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stderr] --> src/parsing.rs:129:25 [INFO] [stderr] | [INFO] [stderr] 129 | fn all(i: &mut &str) -> PResult { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stderr] --> src/parsing.rs:133:25 [INFO] [stderr] | [INFO] [stderr] 133 | fn any(i: &mut &str) -> PResult { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stderr] --> src/parsing.rs:137:31 [INFO] [stderr] | [INFO] [stderr] 137 | fn specifier(i: &mut &str) -> PResult { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stderr] --> src/parsing.rs:141:40 [INFO] [stderr] | [INFO] [stderr] 141 | fn specifier_with_any(i: &mut &str) -> PResult { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stderr] --> src/parsing.rs:145:36 [INFO] [stderr] | [INFO] [stderr] 145 | fn root_specifier(i: &mut &str) -> PResult { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stderr] --> src/parsing.rs:149:45 [INFO] [stderr] | [INFO] [stderr] 149 | fn root_specifier_with_any(i: &mut &str) -> PResult { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stderr] --> src/parsing.rs:158:41 [INFO] [stderr] | [INFO] [stderr] 158 | fn root_specifier_list(i: &mut &str) -> PResult> { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stderr] --> src/parsing.rs:164:50 [INFO] [stderr] | [INFO] [stderr] 164 | fn root_specifier_list_with_any(i: &mut &str) -> PResult> { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stderr] --> src/parsing.rs:170:27 [INFO] [stderr] | [INFO] [stderr] 170 | fn field(i: &mut &str) -> PResult { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stderr] --> src/parsing.rs:175:36 [INFO] [stderr] | [INFO] [stderr] 175 | fn field_with_any(i: &mut &str) -> PResult { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stderr] --> src/parsing.rs:180:38 [INFO] [stderr] | [INFO] [stderr] 180 | fn shorthand_yearly(i: &mut &str) -> PResult { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stderr] --> src/parsing.rs:194:39 [INFO] [stderr] | [INFO] [stderr] 194 | fn shorthand_monthly(i: &mut &str) -> PResult { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stderr] --> src/parsing.rs:208:38 [INFO] [stderr] | [INFO] [stderr] 208 | fn shorthand_weekly(i: &mut &str) -> PResult { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stderr] --> src/parsing.rs:222:37 [INFO] [stderr] | [INFO] [stderr] 222 | fn shorthand_daily(i: &mut &str) -> PResult { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stderr] --> src/parsing.rs:236:38 [INFO] [stderr] | [INFO] [stderr] 236 | fn shorthand_hourly(i: &mut &str) -> PResult { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stderr] --> src/parsing.rs:250:31 [INFO] [stderr] | [INFO] [stderr] 250 | fn shorthand(i: &mut &str) -> PResult { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stderr] --> src/parsing.rs:261:30 [INFO] [stderr] | [INFO] [stderr] 261 | fn longhand(i: &mut &str) -> PResult { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult [INFO] [stderr] --> src/parsing.rs:297:30 [INFO] [stderr] | [INFO] [stderr] 297 | fn schedule(i: &mut &str) -> PResult { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `cron` (lib) generated 27 warnings [INFO] [stderr] warning: `cron` (lib test) generated 27 warnings (27 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cron-7e5c9b1b8ad55a9c) [INFO] [stdout] [INFO] [stdout] running 74 tests [INFO] [stdout] test parsing::test::test_nom_field_invalid_any ... ok [INFO] [stdout] test parsing::test::test_nom_invalid_days_of_week_list ... ok [INFO] [stdout] test parsing::test::test_nom_invalid_days_of_week_range ... ok [INFO] [stdout] test parsing::test::test_nom_invalid_named_point ... ok [INFO] [stdout] test parsing::test::test_nom_invalid_other_fields_any ... ok [INFO] [stdout] test parsing::test::test_nom_invalid_period ... ok [INFO] [stdout] test parsing::test::test_nom_invalid_period_named_point ... ok [INFO] [stdout] test parsing::test::test_nom_invalid_period_any ... ok [INFO] [stdout] test parsing::test::shorthand_must_match_whole_input ... ok [INFO] [stdout] test parsing::test::test_from_str ... ok [INFO] [stdout] test parsing::test::test_nom_field_with_any_valid_any ... ok [INFO] [stdout] test parsing::test::test_nom_invalid_period_specifier_range ... ok [INFO] [stdout] test parsing::test::test_nom_invalid_period_with_any_named_point ... ok [INFO] [stdout] test parsing::test::test_nom_invalid_named_range_field ... ok [INFO] [stdout] test parsing::test::test_nom_invalid_number_list ... ok [INFO] [stdout] test parsing::test::test_nom_invalid_point ... ok [INFO] [stdout] test parsing::test::test_nom_invalid_period_with_range_specifier ... ok [INFO] [stdout] test parsing::test::test_nom_invalid_seconds_range ... ok [INFO] [stdout] test parsing::test::test_nom_invalid_range_field ... ok [INFO] [stdout] test parsing::test::test_nom_invalid_seconds_list ... ok [INFO] [stdout] test parsing::test::test_nom_invalid_seconds_mix ... ok [INFO] [stdout] test parsing::test::test_nom_invalid_trailing_characters ... ok [INFO] [stdout] test parsing::test::test_nom_invalid_schedule ... ok [INFO] [stdout] test parsing::test::test_nom_valid_days_of_month_any ... ok [INFO] [stdout] test parsing::test::test_nom_invalid_period_with_any_specifier_range ... ok [INFO] [stdout] test parsing::test::test_nom_valid_days_of_week_range ... ok [INFO] [stdout] test parsing::test::test_nom_valid_days_of_week_any ... ok [INFO] [stdout] test parsing::test::test_nom_valid_days_of_week_any_days_of_month_specific ... ok [INFO] [stdout] test parsing::test::test_nom_valid_days_of_week_list ... ok [INFO] [stdout] test parsing::test::test_nom_valid_named_point ... ok [INFO] [stdout] test parsing::test::test_nom_valid_named_range_field ... ok [INFO] [stdout] test parsing::test::test_nom_valid_number ... ok [INFO] [stdout] test parsing::test::test_nom_valid_period_all ... ok [INFO] [stdout] test parsing::test::test_nom_valid_period_range ... ok [INFO] [stdout] test parsing::test::test_nom_valid_period ... ok [INFO] [stdout] test parsing::test::test_nom_valid_period_named_range ... ok [INFO] [stdout] test parsing::test::test_nom_valid_period_point ... ok [INFO] [stdout] test parsing::test::test_nom_valid_number_list ... ok [INFO] [stdout] test parsing::test::test_nom_valid_period_with_any_all ... ok [INFO] [stdout] test parsing::test::test_nom_valid_period_with_any_named_range ... ok [INFO] [stdout] test parsing::test::test_nom_valid_period_with_any_any ... ok [INFO] [stdout] test parsing::test::test_nom_valid_range_field ... ok [INFO] [stdout] test parsing::test::test_nom_valid_schedule ... ok [INFO] [stdout] test parsing::test::test_nom_valid_period_with_any_range ... ok [INFO] [stdout] test parsing::test::test_nom_valid_seconds_mix ... ok [INFO] [stdout] test parsing::test::test_nom_valid_period_with_any_point ... ok [INFO] [stdout] test parsing::test::test_nom_valid_seconds_list ... ok [INFO] [stdout] test parsing::test::test_nom_valid_seconds_range ... ok [INFO] [stdout] test parsing::test::test_try_from_cow_str_owned ... ok [INFO] [stdout] test parsing::test::test_reject_invalid_interval ... ok [INFO] [stdout] test parsing::test::test_try_from_cow_str_borrowed ... ok [INFO] [stdout] test parsing::test::test_nom_valid_dom_and_dow_any ... ok [INFO] [stdout] test parsing::test::test_nom_valid_days_of_month_any_days_of_week_specific ... ok [INFO] [stdout] test parsing::test::test_try_from_string ... ok [INFO] [stdout] test schedule::test::test_dst_ambiguous_time_after ... ok [INFO] [stdout] test schedule::test::test_next_after ... ok [INFO] [stdout] test schedule::test::test_next_after_past_date_next_year ... ok [INFO] [stdout] test schedule::test::test_dst_ambiguous_time_before ... ok [INFO] [stdout] test schedule::test::test_invalid_from_str ... ok [INFO] [stdout] test schedule::test::test_no_panic_on_leap_day_time_after ... ok [INFO] [stdout] test schedule::test::test_no_panic_on_nonexistent_time_after ... ok [INFO] [stdout] test schedule::test::test_next_and_prev_from ... ok [INFO] [stdout] test schedule::test::test_display_schedule ... ok [INFO] [stdout] test schedule::test::test_no_panic_on_nonexistent_time_before ... ok [INFO] [stdout] test parsing::test::test_try_from_str ... ok [INFO] [stdout] test schedule::test::test_prev_from ... ok [INFO] [stdout] test schedule::test::test_time_unit_spec_equality ... ok [INFO] [stdout] test schedule::test::test_upcoming_local ... ok [INFO] [stdout] test schedule::test::test_upcoming_rev_utc_owned ... ok [INFO] [stdout] test schedule::test::test_upcoming_rev_utc ... ok [INFO] [stdout] test schedule::test::test_upcoming_utc ... ok [INFO] [stdout] test schedule::test::test_upcoming_utc_owned ... ok [INFO] [stdout] test schedule::test::test_valid_from_str ... ok [INFO] [stdout] test schedule::test::test_schedule_to_string ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 74 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s [INFO] [stdout] [INFO] [stderr] Running tests/lib.rs (/opt/rustwide/target/debug/deps/lib-f59387e59576859c) [INFO] [stdout] [INFO] [stdout] running 35 tests [INFO] [stdout] test tests::test_daily ... ok [INFO] [stdout] test tests::test_anything_goes ... ok [INFO] [stdout] test tests::test_hourly ... ok [INFO] [stdout] test tests::test_first_ordinals_not_in_set_2 ... ok [INFO] [stdout] test tests::test_first_ordinals_not_in_set_1 ... ok [INFO] [stdout] test tests::test_invalid_step ... ok [INFO] [stdout] test tests::test_includes ... ok [INFO] [stdout] test tests::test_monthly ... ok [INFO] [stdout] test tests::test_is_all ... ok [INFO] [stdout] test tests::test_next_utc ... ok [INFO] [stdout] test tests::test_parse_with_seconds_list ... ok [INFO] [stdout] test tests::test_parse_with_lists ... ok [INFO] [stdout] test tests::test_not_enough_fields ... ok [INFO] [stdout] test tests::test_parse_too_many_fields ... ok [INFO] [stdout] test tests::test_parse_with_year ... ok [INFO] [stdout] test tests::test_period_values_all_seconds ... ok [INFO] [stdout] test tests::test_parse_without_year ... ok [INFO] [stdout] test tests::test_period_values_named_range ... ok [INFO] [stdout] test tests::test_period_values_any_dom ... ok [INFO] [stdout] test tests::test_period_values_any_dow ... ok [INFO] [stdout] test tests::test_period_values_range ... ok [INFO] [stdout] test tests::test_period_values_range_hours ... ok [INFO] [stdout] test tests::test_period_values_range_months ... ok [INFO] [stdout] test tests::test_period_values_point ... ok [INFO] [stdout] test tests::test_period_values_range_days ... ok [INFO] [stdout] test tests::test_period_values_range_years ... ok [INFO] [stdout] test tests::test_prev_utc ... ok [INFO] [stdout] test tests::test_time_unit_spec_months ... ok [INFO] [stdout] test tests::test_yearly ... ok [INFO] [stdout] test tests::test_upcoming_iterator ... ok [INFO] [stdout] test tests::test_weekly ... ok [INFO] [stdout] test tests::test_readme ... ok [INFO] [stdout] test tests::test_step_schedule ... ok [INFO] [stdout] test tests::test_time_unit_spec_days_of_month ... ok [INFO] [stdout] test tests::test_time_unit_spec_years ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stderr] Doc-tests cron [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test src/time_unit/mod.rs - time_unit::TimeUnitSpec::range (line 130) ... ok [INFO] [stdout] test src/time_unit/mod.rs - time_unit::TimeUnitSpec::includes (line 95) ... ok [INFO] [stdout] test src/time_unit/mod.rs - time_unit::TimeUnitSpec::is_all (line 162) ... ok [INFO] [stdout] test src/lib.rs - (line 6) ... ok [INFO] [stdout] test src/time_unit/mod.rs - time_unit::TimeUnitSpec::iter (line 111) ... ok [INFO] [stdout] test src/time_unit/mod.rs - time_unit::TimeUnitSpec::count (line 149) ... ok [INFO] [stdout] test src/time_unit/mod.rs - time_unit::TimeUnitSpec (line 61) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.07s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b3aafe48d191b681d7d464c08a5f113af9791f9070bd904745ba91173173e4d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b3aafe48d191b681d7d464c08a5f113af9791f9070bd904745ba91173173e4d7", kill_on_drop: false }` [INFO] [stdout] b3aafe48d191b681d7d464c08a5f113af9791f9070bd904745ba91173173e4d7