[INFO] fetching crate cronchik 1.0.2... [INFO] testing cronchik-1.0.2 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate cronchik 1.0.2 into /workspace/builds/worker-84/source [INFO] validating manifest of crates.io crate cronchik 1.0.2 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate cronchik 1.0.2 [INFO] finished tweaking crates.io crate cronchik 1.0.2 [INFO] tweaked toml for crates.io crate cronchik 1.0.2 written to /workspace/builds/worker-84/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-84/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-84/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f29041dec39fb387e35073b3de029aa5f79f812c08f66ae254d71ea2e93afaeb [INFO] running `Command { std: "docker" "start" "-a" "f29041dec39fb387e35073b3de029aa5f79f812c08f66ae254d71ea2e93afaeb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f29041dec39fb387e35073b3de029aa5f79f812c08f66ae254d71ea2e93afaeb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f29041dec39fb387e35073b3de029aa5f79f812c08f66ae254d71ea2e93afaeb", kill_on_drop: false }` [INFO] [stdout] f29041dec39fb387e35073b3de029aa5f79f812c08f66ae254d71ea2e93afaeb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-84/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-84/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bc4fab94c93699c1145a04306ad59d71e5920afcd419d932a01e8aae6da485ea [INFO] running `Command { std: "docker" "start" "-a" "bc4fab94c93699c1145a04306ad59d71e5920afcd419d932a01e8aae6da485ea", kill_on_drop: false }` [INFO] [stderr] Compiling statiki v0.4.3 [INFO] [stderr] Compiling cronchik v1.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:104:18 [INFO] [stdout] | [INFO] [stdout] 104 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 109 | let minute = parse_next!(Minute); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `parse_next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:104:18 [INFO] [stdout] | [INFO] [stdout] 104 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 110 | let hour = parse_next!(Hour); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `parse_next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:104:18 [INFO] [stdout] | [INFO] [stdout] 104 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 111 | let day_m = parse_next!(DayOfMonth); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `parse_next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:104:18 [INFO] [stdout] | [INFO] [stdout] 104 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 112 | let month = parse_next!(Month); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `parse_next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:104:18 [INFO] [stdout] | [INFO] [stdout] 104 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 113 | let day_w = parse_next!(Day); [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `parse_next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.66s [INFO] running `Command { std: "docker" "inspect" "bc4fab94c93699c1145a04306ad59d71e5920afcd419d932a01e8aae6da485ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bc4fab94c93699c1145a04306ad59d71e5920afcd419d932a01e8aae6da485ea", kill_on_drop: false }` [INFO] [stdout] bc4fab94c93699c1145a04306ad59d71e5920afcd419d932a01e8aae6da485ea [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-84/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-84/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 43072bc13786d868c9c9ef2d0c4a968d9654753d467350460f621a78c4f8bc2e [INFO] running `Command { std: "docker" "start" "-a" "43072bc13786d868c9c9ef2d0c4a968d9654753d467350460f621a78c4f8bc2e", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:104:18 [INFO] [stdout] | [INFO] [stdout] 104 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 109 | let minute = parse_next!(Minute); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `parse_next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:104:18 [INFO] [stdout] | [INFO] [stdout] 104 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 110 | let hour = parse_next!(Hour); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `parse_next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:104:18 [INFO] [stdout] | [INFO] [stdout] 104 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 111 | let day_m = parse_next!(DayOfMonth); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `parse_next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:104:18 [INFO] [stdout] | [INFO] [stdout] 104 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 112 | let month = parse_next!(Month); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `parse_next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:104:18 [INFO] [stdout] | [INFO] [stdout] 104 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 113 | let day_w = parse_next!(Day); [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `parse_next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling cronchik v1.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:104:18 [INFO] [stdout] | [INFO] [stdout] 104 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 109 | let minute = parse_next!(Minute); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `parse_next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:104:18 [INFO] [stdout] | [INFO] [stdout] 104 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 110 | let hour = parse_next!(Hour); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `parse_next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:104:18 [INFO] [stdout] | [INFO] [stdout] 104 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 111 | let day_m = parse_next!(DayOfMonth); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `parse_next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:104:18 [INFO] [stdout] | [INFO] [stdout] 104 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 112 | let month = parse_next!(Month); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `parse_next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:104:18 [INFO] [stdout] | [INFO] [stdout] 104 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 113 | let day_w = parse_next!(Day); [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `parse_next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 10.02s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/cronchik-80297f24863e5d40) [INFO] [stderr] Executable tests/serde.rs (/opt/rustwide/target/debug/deps/serde-9e96088f5f413e46) [INFO] [stderr] Executable tests/time.rs (/opt/rustwide/target/debug/deps/time-55952fc108527750) [INFO] [stderr] Executable tests/types.rs (/opt/rustwide/target/debug/deps/types-dd43d81895d99baf) [INFO] running `Command { std: "docker" "inspect" "43072bc13786d868c9c9ef2d0c4a968d9654753d467350460f621a78c4f8bc2e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "43072bc13786d868c9c9ef2d0c4a968d9654753d467350460f621a78c4f8bc2e", kill_on_drop: false }` [INFO] [stdout] 43072bc13786d868c9c9ef2d0c4a968d9654753d467350460f621a78c4f8bc2e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-84/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-84/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6cb4e0dd36d2fb76d84bfc3a2ce6f868dd4647301b76b50b509f7a62af9d380f [INFO] running `Command { std: "docker" "start" "-a" "6cb4e0dd36d2fb76d84bfc3a2ce6f868dd4647301b76b50b509f7a62af9d380f", kill_on_drop: false }` [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:104:18 [INFO] [stderr] | [INFO] [stderr] 104 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 109 | let minute = parse_next!(Minute); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `parse_next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:104:18 [INFO] [stderr] | [INFO] [stderr] 104 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 110 | let hour = parse_next!(Hour); [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `parse_next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:104:18 [INFO] [stderr] | [INFO] [stderr] 104 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 111 | let day_m = parse_next!(DayOfMonth); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `parse_next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:104:18 [INFO] [stderr] | [INFO] [stderr] 104 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 112 | let month = parse_next!(Month); [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `parse_next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:104:18 [INFO] [stderr] | [INFO] [stderr] 104 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 113 | let day_w = parse_next!(Day); [INFO] [stderr] | ---------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `parse_next` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `cronchik` (lib) generated 5 warnings [INFO] [stderr] warning: `cronchik` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cronchik-80297f24863e5d40) [INFO] [stderr] Running tests/serde.rs (/opt/rustwide/target/debug/deps/serde-9e96088f5f413e46) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Running tests/time.rs (/opt/rustwide/target/debug/deps/time-55952fc108527750) [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/types.rs (/opt/rustwide/target/debug/deps/types-dd43d81895d99baf) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test assert_display_correctness ... ok [INFO] [stdout] test assert_hour_parser ... ok [INFO] [stdout] test assert_day_parser ... ok [INFO] [stdout] test assert_day_of_month_parser ... ok [INFO] [stdout] test assert_month_parser ... ok [INFO] [stdout] test assert_minute_parser ... ok [INFO] [stderr] Doc-tests cronchik [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - CronSchedule (line 75) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.38s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "6cb4e0dd36d2fb76d84bfc3a2ce6f868dd4647301b76b50b509f7a62af9d380f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6cb4e0dd36d2fb76d84bfc3a2ce6f868dd4647301b76b50b509f7a62af9d380f", kill_on_drop: false }` [INFO] [stdout] 6cb4e0dd36d2fb76d84bfc3a2ce6f868dd4647301b76b50b509f7a62af9d380f