[INFO] fetching crate gedcomx_date 0.0.2... [INFO] testing gedcomx_date-0.0.2 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate gedcomx_date 0.0.2 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate gedcomx_date 0.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 gedcomx_date 0.0.2 [INFO] finished tweaking crates.io crate gedcomx_date 0.0.2 [INFO] tweaked toml for crates.io crate gedcomx_date 0.0.2 written to /workspace/builds/worker-4/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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 365bdf469da68f56a302947c4429587b04ae671c5721c346ee78db4ba49adc4f [INFO] running `Command { std: "docker" "start" "-a" "365bdf469da68f56a302947c4429587b04ae671c5721c346ee78db4ba49adc4f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "365bdf469da68f56a302947c4429587b04ae671c5721c346ee78db4ba49adc4f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "365bdf469da68f56a302947c4429587b04ae671c5721c346ee78db4ba49adc4f", kill_on_drop: false }` [INFO] [stdout] 365bdf469da68f56a302947c4429587b04ae671c5721c346ee78db4ba49adc4f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 76a4b82438f650731223facb3b578f4d2b8fd84b075a8d67fdf3113cd80143f3 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "76a4b82438f650731223facb3b578f4d2b8fd84b075a8d67fdf3113cd80143f3", kill_on_drop: false }` [INFO] [stderr] Compiling gedcomx_date v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/parsers/mod.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | / /// main parse function [INFO] [stdout] 72 | | /// parse either a recurring, a range, or a simple date [INFO] [stdout] | |_------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parsers/mod.rs:38:30 [INFO] [stdout] | [INFO] [stdout] 38 | check!($input, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsers/simple.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | named!(take_4_digits, flat_map!(take!(4), check!(is_digit))); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `check` [INFO] [stdout] = note: this warning originates in the macro `check` (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/parsers/mod.rs:38:30 [INFO] [stdout] | [INFO] [stdout] 38 | check!($input, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsers/simple.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | named!(month_zero , chain!(tag!("0") ~ s:char_between!('1', '9') , || buf_to_u32(s))); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `check` [INFO] [stdout] = note: this warning originates in the macro `check` (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/parsers/mod.rs:38:30 [INFO] [stdout] | [INFO] [stdout] 38 | check!($input, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsers/simple.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | named!(month_one , chain!(tag!("1") ~ s:char_between!('0', '2') , || 10 + buf_to_u32(s))); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `check` [INFO] [stdout] = note: this warning originates in the macro `check` (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/parsers/mod.rs:38:30 [INFO] [stdout] | [INFO] [stdout] 38 | check!($input, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsers/simple.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | named!(day_zero , chain!(tag!("0") ~ s:char_between!('1', '9'), || buf_to_u32(s))); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `check` [INFO] [stdout] = note: this warning originates in the macro `check` (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/parsers/mod.rs:38:30 [INFO] [stdout] | [INFO] [stdout] 38 | check!($input, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsers/simple.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | named!(day_one , chain!(tag!("1") ~ s:char_between!('0', '9'), || 10 + buf_to_u32(s))); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `check` [INFO] [stdout] = note: this warning originates in the macro `check` (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/parsers/mod.rs:38:30 [INFO] [stdout] | [INFO] [stdout] 38 | check!($input, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsers/simple.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | named!(day_two , chain!(tag!("2") ~ s:char_between!('0', '9'), || 20 + buf_to_u32(s))); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `check` [INFO] [stdout] = note: this warning originates in the macro `check` (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/parsers/mod.rs:38:30 [INFO] [stdout] | [INFO] [stdout] 38 | check!($input, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsers/simple.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | named!(day_three , chain!(tag!("3") ~ s:char_between!('0', '1'), || 30 + buf_to_u32(s))); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `check` [INFO] [stdout] = note: this warning originates in the macro `check` (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/parsers/mod.rs:38:30 [INFO] [stdout] | [INFO] [stdout] 38 | check!($input, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsers/simple.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | / named!(lower_hour , chain!(f:char_between!('0','1') ~ s:char_between!('0','9') , [INFO] [stdout] 55 | | || { buf_to_u32(f) * 10 + buf_to_u32(s) } )); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `check` [INFO] [stdout] = note: this warning originates in the macro `check` (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/parsers/mod.rs:38:30 [INFO] [stdout] | [INFO] [stdout] 38 | check!($input, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsers/simple.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | / named!(lower_hour , chain!(f:char_between!('0','1') ~ s:char_between!('0','9') , [INFO] [stdout] 55 | | || { buf_to_u32(f) * 10 + buf_to_u32(s) } )); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `check` [INFO] [stdout] = note: this warning originates in the macro `check` (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/parsers/mod.rs:38:30 [INFO] [stdout] | [INFO] [stdout] 38 | check!($input, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsers/simple.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | named!(upper_hour , chain!(tag!("2") ~ s:char_between!('0','4') , || 20 + buf_to_u32(s))); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `check` [INFO] [stdout] = note: this warning originates in the macro `check` (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/parsers/mod.rs:38:30 [INFO] [stdout] | [INFO] [stdout] 38 | check!($input, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsers/simple.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | named!(below_sixty , chain!(f:char_between!('0','5') ~ s:char_between!('0','9'), || { buf_to_u32(f) * 10 + buf_to_u32(s) } )); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `check` [INFO] [stdout] = note: this warning originates in the macro `check` (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/parsers/mod.rs:38:30 [INFO] [stdout] | [INFO] [stdout] 38 | check!($input, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsers/simple.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | named!(below_sixty , chain!(f:char_between!('0','5') ~ s:char_between!('0','9'), || { buf_to_u32(f) * 10 + buf_to_u32(s) } )); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `check` [INFO] [stdout] = note: this warning originates in the macro `check` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.65s [INFO] running `Command { std: "docker" "inspect" "76a4b82438f650731223facb3b578f4d2b8fd84b075a8d67fdf3113cd80143f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "76a4b82438f650731223facb3b578f4d2b8fd84b075a8d67fdf3113cd80143f3", kill_on_drop: false }` [INFO] [stdout] 76a4b82438f650731223facb3b578f4d2b8fd84b075a8d67fdf3113cd80143f3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4602f443ed757e98cb95c946843f752c35b3992de2ffb93bd348b664befd49fd [INFO] running `Command { std: "docker" "start" "-a" "4602f443ed757e98cb95c946843f752c35b3992de2ffb93bd348b664befd49fd", kill_on_drop: false }` [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/parsers/mod.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | / /// main parse function [INFO] [stdout] 72 | | /// parse either a recurring, a range, or a simple date [INFO] [stdout] | |_------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parsers/mod.rs:38:30 [INFO] [stdout] | [INFO] [stdout] 38 | check!($input, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsers/simple.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | named!(take_4_digits, flat_map!(take!(4), check!(is_digit))); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `check` [INFO] [stdout] = note: this warning originates in the macro `check` (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/parsers/mod.rs:38:30 [INFO] [stdout] | [INFO] [stdout] 38 | check!($input, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsers/simple.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | named!(month_zero , chain!(tag!("0") ~ s:char_between!('1', '9') , || buf_to_u32(s))); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `check` [INFO] [stdout] = note: this warning originates in the macro `check` (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/parsers/mod.rs:38:30 [INFO] [stdout] | [INFO] [stdout] 38 | check!($input, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsers/simple.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | named!(month_one , chain!(tag!("1") ~ s:char_between!('0', '2') , || 10 + buf_to_u32(s))); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `check` [INFO] [stdout] = note: this warning originates in the macro `check` (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/parsers/mod.rs:38:30 [INFO] [stdout] | [INFO] [stdout] 38 | check!($input, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsers/simple.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | named!(day_zero , chain!(tag!("0") ~ s:char_between!('1', '9'), || buf_to_u32(s))); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `check` [INFO] [stdout] = note: this warning originates in the macro `check` (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/parsers/mod.rs:38:30 [INFO] [stdout] | [INFO] [stdout] 38 | check!($input, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsers/simple.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | named!(day_one , chain!(tag!("1") ~ s:char_between!('0', '9'), || 10 + buf_to_u32(s))); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `check` [INFO] [stdout] = note: this warning originates in the macro `check` (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/parsers/mod.rs:38:30 [INFO] [stdout] | [INFO] [stdout] 38 | check!($input, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsers/simple.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | named!(day_two , chain!(tag!("2") ~ s:char_between!('0', '9'), || 20 + buf_to_u32(s))); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `check` [INFO] [stdout] = note: this warning originates in the macro `check` (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/parsers/mod.rs:38:30 [INFO] [stdout] | [INFO] [stdout] 38 | check!($input, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsers/simple.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | named!(day_three , chain!(tag!("3") ~ s:char_between!('0', '1'), || 30 + buf_to_u32(s))); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `check` [INFO] [stdout] = note: this warning originates in the macro `check` (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/parsers/mod.rs:38:30 [INFO] [stdout] | [INFO] [stdout] 38 | check!($input, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsers/simple.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | / named!(lower_hour , chain!(f:char_between!('0','1') ~ s:char_between!('0','9') , [INFO] [stdout] 55 | | || { buf_to_u32(f) * 10 + buf_to_u32(s) } )); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `check` [INFO] [stdout] = note: this warning originates in the macro `check` (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/parsers/mod.rs:38:30 [INFO] [stdout] | [INFO] [stdout] 38 | check!($input, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsers/simple.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | / named!(lower_hour , chain!(f:char_between!('0','1') ~ s:char_between!('0','9') , [INFO] [stdout] 55 | | || { buf_to_u32(f) * 10 + buf_to_u32(s) } )); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `check` [INFO] [stdout] = note: this warning originates in the macro `check` (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/parsers/mod.rs:38:30 [INFO] [stdout] | [INFO] [stdout] 38 | check!($input, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsers/simple.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | named!(upper_hour , chain!(tag!("2") ~ s:char_between!('0','4') , || 20 + buf_to_u32(s))); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `check` [INFO] [stdout] = note: this warning originates in the macro `check` (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/parsers/mod.rs:38:30 [INFO] [stdout] | [INFO] [stdout] 38 | check!($input, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsers/simple.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | named!(below_sixty , chain!(f:char_between!('0','5') ~ s:char_between!('0','9'), || { buf_to_u32(f) * 10 + buf_to_u32(s) } )); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `check` [INFO] [stdout] = note: this warning originates in the macro `check` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling gedcomx_date v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parsers/mod.rs:38:30 [INFO] [stdout] | [INFO] [stdout] 38 | check!($input, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsers/simple.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | named!(below_sixty , chain!(f:char_between!('0','5') ~ s:char_between!('0','9'), || { buf_to_u32(f) * 10 + buf_to_u32(s) } )); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `check` [INFO] [stdout] = note: this warning originates in the macro `check` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/parsers/mod.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | / /// main parse function [INFO] [stdout] 72 | | /// parse either a recurring, a range, or a simple date [INFO] [stdout] | |_------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parsers/mod.rs:38:30 [INFO] [stdout] | [INFO] [stdout] 38 | check!($input, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsers/simple.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | named!(take_4_digits, flat_map!(take!(4), check!(is_digit))); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `check` [INFO] [stdout] = note: this warning originates in the macro `check` (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/parsers/mod.rs:38:30 [INFO] [stdout] | [INFO] [stdout] 38 | check!($input, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsers/simple.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | named!(month_zero , chain!(tag!("0") ~ s:char_between!('1', '9') , || buf_to_u32(s))); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `check` [INFO] [stdout] = note: this warning originates in the macro `check` (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/parsers/mod.rs:38:30 [INFO] [stdout] | [INFO] [stdout] 38 | check!($input, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsers/simple.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | named!(month_one , chain!(tag!("1") ~ s:char_between!('0', '2') , || 10 + buf_to_u32(s))); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `check` [INFO] [stdout] = note: this warning originates in the macro `check` (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/parsers/mod.rs:38:30 [INFO] [stdout] | [INFO] [stdout] 38 | check!($input, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsers/simple.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | named!(day_zero , chain!(tag!("0") ~ s:char_between!('1', '9'), || buf_to_u32(s))); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `check` [INFO] [stdout] = note: this warning originates in the macro `check` (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/parsers/mod.rs:38:30 [INFO] [stdout] | [INFO] [stdout] 38 | check!($input, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsers/simple.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | named!(day_one , chain!(tag!("1") ~ s:char_between!('0', '9'), || 10 + buf_to_u32(s))); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `check` [INFO] [stdout] = note: this warning originates in the macro `check` (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/parsers/mod.rs:38:30 [INFO] [stdout] | [INFO] [stdout] 38 | check!($input, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsers/simple.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | named!(day_two , chain!(tag!("2") ~ s:char_between!('0', '9'), || 20 + buf_to_u32(s))); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `check` [INFO] [stdout] = note: this warning originates in the macro `check` (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/parsers/mod.rs:38:30 [INFO] [stdout] | [INFO] [stdout] 38 | check!($input, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsers/simple.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | named!(day_three , chain!(tag!("3") ~ s:char_between!('0', '1'), || 30 + buf_to_u32(s))); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `check` [INFO] [stdout] = note: this warning originates in the macro `check` (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/parsers/mod.rs:38:30 [INFO] [stdout] | [INFO] [stdout] 38 | check!($input, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsers/simple.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | / named!(lower_hour , chain!(f:char_between!('0','1') ~ s:char_between!('0','9') , [INFO] [stdout] 55 | | || { buf_to_u32(f) * 10 + buf_to_u32(s) } )); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `check` [INFO] [stdout] = note: this warning originates in the macro `check` (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/parsers/mod.rs:38:30 [INFO] [stdout] | [INFO] [stdout] 38 | check!($input, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsers/simple.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | / named!(lower_hour , chain!(f:char_between!('0','1') ~ s:char_between!('0','9') , [INFO] [stdout] 55 | | || { buf_to_u32(f) * 10 + buf_to_u32(s) } )); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `check` [INFO] [stdout] = note: this warning originates in the macro `check` (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/parsers/mod.rs:38:30 [INFO] [stdout] | [INFO] [stdout] 38 | check!($input, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsers/simple.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | named!(upper_hour , chain!(tag!("2") ~ s:char_between!('0','4') , || 20 + buf_to_u32(s))); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `check` [INFO] [stdout] = note: this warning originates in the macro `check` (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/parsers/mod.rs:38:30 [INFO] [stdout] | [INFO] [stdout] 38 | check!($input, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsers/simple.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | named!(below_sixty , chain!(f:char_between!('0','5') ~ s:char_between!('0','9'), || { buf_to_u32(f) * 10 + buf_to_u32(s) } )); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `check` [INFO] [stdout] = note: this warning originates in the macro `check` (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/parsers/mod.rs:38:30 [INFO] [stdout] | [INFO] [stdout] 38 | check!($input, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsers/simple.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | named!(below_sixty , chain!(f:char_between!('0','5') ~ s:char_between!('0','9'), || { buf_to_u32(f) * 10 + buf_to_u32(s) } )); [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `check` [INFO] [stdout] = note: this warning originates in the macro `check` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.78s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/gedcomx_date-0b701c4ce0847eb8) [INFO] [stderr] Executable tests/range.rs (/opt/rustwide/target/debug/deps/range-483fcc970801df16) [INFO] [stderr] Executable tests/recurring.rs (/opt/rustwide/target/debug/deps/recurring-b8ea06e4be403d87) [INFO] [stderr] Executable tests/simple_date.rs (/opt/rustwide/target/debug/deps/simple_date-cf4e906c4a049a63) [INFO] running `Command { std: "docker" "inspect" "4602f443ed757e98cb95c946843f752c35b3992de2ffb93bd348b664befd49fd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4602f443ed757e98cb95c946843f752c35b3992de2ffb93bd348b664befd49fd", kill_on_drop: false }` [INFO] [stdout] 4602f443ed757e98cb95c946843f752c35b3992de2ffb93bd348b664befd49fd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e9cfbe249474198b34834aaddb0fc871fba6122bd901bd9b4612a1241d4634eb [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e9cfbe249474198b34834aaddb0fc871fba6122bd901bd9b4612a1241d4634eb", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/parsers/mod.rs:71:1 [INFO] [stderr] | [INFO] [stderr] 71 | / /// main parse function [INFO] [stderr] 72 | | /// parse either a recurring, a range, or a simple date [INFO] [stderr] | |_------------------------------------------------------^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parsers/mod.rs:38:30 [INFO] [stderr] | [INFO] [stderr] 38 | check!($input, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/parsers/simple.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | named!(take_4_digits, flat_map!(take!(4), check!(is_digit))); [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: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `check` [INFO] [stderr] = note: this warning originates in the macro `check` (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/parsers/mod.rs:38:30 [INFO] [stderr] | [INFO] [stderr] 38 | check!($input, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/parsers/simple.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | named!(month_zero , chain!(tag!("0") ~ s:char_between!('1', '9') , || buf_to_u32(s))); [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: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `check` [INFO] [stderr] = note: this warning originates in the macro `check` (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/parsers/mod.rs:38:30 [INFO] [stderr] | [INFO] [stderr] 38 | check!($input, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/parsers/simple.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | named!(month_one , chain!(tag!("1") ~ s:char_between!('0', '2') , || 10 + buf_to_u32(s))); [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: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `check` [INFO] [stderr] = note: this warning originates in the macro `check` (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/parsers/mod.rs:38:30 [INFO] [stderr] | [INFO] [stderr] 38 | check!($input, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/parsers/simple.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | named!(day_zero , chain!(tag!("0") ~ s:char_between!('1', '9'), || buf_to_u32(s))); [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: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `check` [INFO] [stderr] = note: this warning originates in the macro `check` (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/parsers/mod.rs:38:30 [INFO] [stderr] | [INFO] [stderr] 38 | check!($input, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/parsers/simple.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | named!(day_one , chain!(tag!("1") ~ s:char_between!('0', '9'), || 10 + buf_to_u32(s))); [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: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `check` [INFO] [stderr] = note: this warning originates in the macro `check` (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/parsers/mod.rs:38:30 [INFO] [stderr] | [INFO] [stderr] 38 | check!($input, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/parsers/simple.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | named!(day_two , chain!(tag!("2") ~ s:char_between!('0', '9'), || 20 + buf_to_u32(s))); [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: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `check` [INFO] [stderr] = note: this warning originates in the macro `check` (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/parsers/mod.rs:38:30 [INFO] [stderr] | [INFO] [stderr] 38 | check!($input, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/parsers/simple.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | named!(day_three , chain!(tag!("3") ~ s:char_between!('0', '1'), || 30 + buf_to_u32(s))); [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: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `check` [INFO] [stderr] = note: this warning originates in the macro `check` (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/parsers/mod.rs:38:30 [INFO] [stderr] | [INFO] [stderr] 38 | check!($input, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/parsers/simple.rs:54:1 [INFO] [stderr] | [INFO] [stderr] 54 | / named!(lower_hour , chain!(f:char_between!('0','1') ~ s:char_between!('0','9') , [INFO] [stderr] 55 | | || { buf_to_u32(f) * 10 + buf_to_u32(s) } )); [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: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `check` [INFO] [stderr] = note: this warning originates in the macro `check` (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/parsers/mod.rs:38:30 [INFO] [stderr] | [INFO] [stderr] 38 | check!($input, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/parsers/simple.rs:56:1 [INFO] [stderr] | [INFO] [stderr] 56 | named!(upper_hour , chain!(tag!("2") ~ s:char_between!('0','4') , || 20 + buf_to_u32(s))); [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: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `check` [INFO] [stderr] = note: this warning originates in the macro `check` (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/parsers/mod.rs:38:30 [INFO] [stderr] | [INFO] [stderr] 38 | check!($input, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/parsers/simple.rs:60:1 [INFO] [stderr] | [INFO] [stderr] 60 | named!(below_sixty , chain!(f:char_between!('0','5') ~ s:char_between!('0','9'), || { buf_to_u32(f) * 10 + buf_to_u32(s) } )); [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: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `check` [INFO] [stderr] = note: this warning originates in the macro `check` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `gedcomx_date` (lib) generated 13 warnings (2 duplicates) [INFO] [stderr] warning: `gedcomx_date` (lib test) generated 13 warnings (13 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.16s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/gedcomx_date-0b701c4ce0847eb8) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test parsers::duration::tests::test_duration ... ok [INFO] [stdout] test parsers::duration::tests::test_duration_time ... ok [INFO] [stdout] test parsers::simple::tests::test_hour ... ok [INFO] [stdout] test parsers::simple::tests::test_minute ... ok [INFO] [stdout] test parsers::simple::tests::test_month ... ok [INFO] [stdout] test parsers::simple::tests::test_year ... ok [INFO] [stdout] test parsers::simple::tests::test_day ... ok [INFO] [stdout] test parsers::simple::tests::test_second ... ok [INFO] [stdout] test parsers::simple::tests::test_ymd ... ok [INFO] [stdout] test parsers::simple::tests::test_time ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/range.rs (/opt/rustwide/target/debug/deps/range-483fcc970801df16) [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stderr] Running tests/recurring.rs (/opt/rustwide/target/debug/deps/recurring-b8ea06e4be403d87) [INFO] [stdout] test test_open_start ... ok [INFO] [stdout] test test_invalid_part1 ... ok [INFO] [stdout] test test_invalid_part2 ... ok [INFO] [stdout] test test_invalid_duration ... ok [INFO] [stdout] test test_closed ... ok [INFO] [stdout] test test_no_date_approximate ... ok [INFO] [stdout] test test_duration_only ... ok [INFO] [stdout] test test_open_end ... ok [INFO] [stdout] test test_duration ... ok [INFO] [stdout] test test_approximate ... ok [INFO] [stdout] test test_many_slashes ... ok [INFO] [stdout] test test_just_slash ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test test_many_slashes ... ok [INFO] [stdout] test test_no_date_approximate ... ok [INFO] [stdout] test test_just_r ... ok [INFO] [stdout] test test_duration ... ok [INFO] [stdout] test test_invalid_duration ... ok [INFO] [stdout] test test_count ... ok [INFO] [stdout] test test_simple ... ok [INFO] [stdout] test test_invalid_part1 ... ok [INFO] [stdout] test test_invalid_part2 ... ok [INFO] [stderr] Running tests/simple_date.rs (/opt/rustwide/target/debug/deps/simple_date-cf4e906c4a049a63) [INFO] [stdout] test test_duration_only ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test test_empty ... ok [INFO] [stdout] test test_day ... ok [INFO] [stdout] test test_seconds ... ok [INFO] [stdout] test test_tzhours ... ok [INFO] [stdout] test test_hours ... ok [INFO] [stdout] test test_tzminutes ... ok [INFO] [stdout] test test_year ... ok [INFO] [stdout] test test_month ... ok [INFO] [stdout] test test_approximate ... ok [INFO] [stdout] test test_minutes ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests gedcomx_date [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/lib.rs - (line 10) ... ok [INFO] [stdout] test src/lib.rs - parse (line 159) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.95s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "e9cfbe249474198b34834aaddb0fc871fba6122bd901bd9b4612a1241d4634eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e9cfbe249474198b34834aaddb0fc871fba6122bd901bd9b4612a1241d4634eb", kill_on_drop: false }` [INFO] [stdout] e9cfbe249474198b34834aaddb0fc871fba6122bd901bd9b4612a1241d4634eb