[INFO] cloning repository https://github.com/mystor/pipdl-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mystor/pipdl-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmystor%2Fpipdl-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmystor%2Fpipdl-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a07a76cb686f374daf690c263f1fded4ab318f76 [INFO] testing mystor/pipdl-rs against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmystor%2Fpipdl-rs" "/workspace/builds/worker-20/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-20/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mystor/pipdl-rs 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 git repo https://github.com/mystor/pipdl-rs [INFO] finished tweaking git repo https://github.com/mystor/pipdl-rs [INFO] tweaked toml for git repo https://github.com/mystor/pipdl-rs written to /workspace/builds/worker-20/source/Cargo.toml [INFO] crate git repo https://github.com/mystor/pipdl-rs already has a lockfile, it will not be regenerated [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] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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] c82f53bb44d619d2a5366dfbfb2143a3ab19f1db6f4a0ebeb7f3a6a1b536c60a [INFO] running `Command { std: "docker" "start" "-a" "c82f53bb44d619d2a5366dfbfb2143a3ab19f1db6f4a0ebeb7f3a6a1b536c60a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c82f53bb44d619d2a5366dfbfb2143a3ab19f1db6f4a0ebeb7f3a6a1b536c60a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c82f53bb44d619d2a5366dfbfb2143a3ab19f1db6f4a0ebeb7f3a6a1b536c60a", kill_on_drop: false }` [INFO] [stdout] c82f53bb44d619d2a5366dfbfb2143a3ab19f1db6f4a0ebeb7f3a6a1b536c60a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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] 3100ea496683d72ebff96ec73788083009297882a4db5af642f03bde7549fa7b [INFO] running `Command { std: "docker" "start" "-a" "3100ea496683d72ebff96ec73788083009297882a4db5af642f03bde7549fa7b", kill_on_drop: false }` [INFO] [stderr] Compiling pipdl v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/util.rs:207:22 [INFO] [stdout] | [INFO] [stdout] 207 | '_' | 'a'...'z' | 'A'...'Z' => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/util.rs:207:34 [INFO] [stdout] | [INFO] [stdout] 207 | '_' | 'a'...'z' | 'A'...'Z' => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/util.rs:208:16 [INFO] [stdout] | [INFO] [stdout] 208 | '0'...'9' if idx != 0 => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:57:48 [INFO] [stdout] | [INFO] [stdout] 57 | any!($i, $expected, $($e => |_x| $f),+); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:141:25 [INFO] [stdout] | [INFO] [stdout] 141 | let (i, kind) = any!( [INFO] [stdout] | _________________________- [INFO] [stdout] 142 | | i, "struct or class keyword", [INFO] [stdout] 143 | | kw(i, "struct") => CxxTypeKind::Struct, [INFO] [stdout] 144 | | kw(i, "class") => CxxTypeKind::Class, [INFO] [stdout] 145 | | Ok((i, ())) => CxxTypeKind::None, [INFO] [stdout] 146 | | )?; [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 `any` (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/util.rs:57:48 [INFO] [stdout] | [INFO] [stdout] 57 | any!($i, $expected, $($e => |_x| $f),+); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:254:5 [INFO] [stdout] | [INFO] [stdout] 254 | / any!( [INFO] [stdout] 255 | | i, "nesting specifier (not, inside_sync, or inside_cpow)", [INFO] [stdout] 256 | | kw(i, "not") => Nesting::None, [INFO] [stdout] 257 | | kw(i, "inside_sync") => Nesting::InsideSync, [INFO] [stdout] 258 | | kw(i, "inside_cpow") => Nesting::InsideCpow, [INFO] [stdout] 259 | | ) [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 `any` [INFO] [stdout] = note: this warning originates in the macro `any` (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/util.rs:57:48 [INFO] [stdout] | [INFO] [stdout] 57 | any!($i, $expected, $($e => |_x| $f),+); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:270:5 [INFO] [stdout] | [INFO] [stdout] 270 | / any!( [INFO] [stdout] 271 | | i, "priority specifier (normal, high, or input)", [INFO] [stdout] 272 | | kw(i, "normal") => Priority::Normal, [INFO] [stdout] 273 | | kw(i, "high") => Priority::High, [INFO] [stdout] 274 | | kw(i, "input") => Priority::Input, [INFO] [stdout] 275 | | ) [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 `any` [INFO] [stdout] = note: this warning originates in the macro `any` (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/util.rs:57:48 [INFO] [stdout] | [INFO] [stdout] 57 | any!($i, $expected, $($e => |_x| $f),+); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:293:5 [INFO] [stdout] | [INFO] [stdout] 293 | / any!( [INFO] [stdout] 294 | | i, "message modifier (verify, compress, or compressall)", [INFO] [stdout] 295 | | kw(i, "verify") => MessageModifier::Verify, [INFO] [stdout] 296 | | kw(i, "compress") => MessageModifier::Compress, [INFO] [stdout] 297 | | kw(i, "compressall") => MessageModifier::CompressAll, [INFO] [stdout] 298 | | ) [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 `any` [INFO] [stdout] = note: this warning originates in the macro `any` (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/util.rs:57:48 [INFO] [stdout] | [INFO] [stdout] 57 | any!($i, $expected, $($e => |_x| $f),+); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:366:31 [INFO] [stdout] | [INFO] [stdout] 366 | let (i, send_semantics) = any!( [INFO] [stdout] | _______________________________- [INFO] [stdout] 367 | | i, "send semantics (async, sync, or intr)", [INFO] [stdout] 368 | | kw(i, "async") => SendSemantics::Async, [INFO] [stdout] 369 | | kw(i, "sync") => SendSemantics::Sync, [INFO] [stdout] 370 | | kw(i, "intr") => SendSemantics::Intr, [INFO] [stdout] 371 | | )?; [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 `any` (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/util.rs:57:48 [INFO] [stdout] | [INFO] [stdout] 57 | any!($i, $expected, $($e => |_x| $f),+); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:402:5 [INFO] [stdout] | [INFO] [stdout] 402 | / any!( [INFO] [stdout] 403 | | i, "direction (child, parent, or both)", [INFO] [stdout] 404 | | kw(i, "child") => Direction::ToChild, [INFO] [stdout] 405 | | kw(i, "parent") => Direction::ToParent, [INFO] [stdout] 406 | | kw(i, "both") => Direction::Both, [INFO] [stdout] 407 | | ) [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 `any` [INFO] [stdout] = note: this warning originates in the macro `any` (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/util.rs:57:48 [INFO] [stdout] | [INFO] [stdout] 57 | any!($i, $expected, $($e => |_x| $f),+); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:446:23 [INFO] [stdout] | [INFO] [stdout] 446 | let (i, ss) = any!( [INFO] [stdout] | _______________________- [INFO] [stdout] 447 | | i, "send semantics (async or sync)", [INFO] [stdout] 448 | | kw(i, "async") => SendSemantics::Async, [INFO] [stdout] 449 | | kw(i, "sync") => SendSemantics::Sync, [INFO] [stdout] 450 | | )?; [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 `any` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.54s [INFO] running `Command { std: "docker" "inspect" "3100ea496683d72ebff96ec73788083009297882a4db5af642f03bde7549fa7b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3100ea496683d72ebff96ec73788083009297882a4db5af642f03bde7549fa7b", kill_on_drop: false }` [INFO] [stdout] 3100ea496683d72ebff96ec73788083009297882a4db5af642f03bde7549fa7b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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] d1048d1c816c9945680b4c16dd21ad3a9df20eb3f61940a098ddf142ef94d4af [INFO] running `Command { std: "docker" "start" "-a" "d1048d1c816c9945680b4c16dd21ad3a9df20eb3f61940a098ddf142ef94d4af", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/util.rs:207:22 [INFO] [stdout] | [INFO] [stdout] 207 | '_' | 'a'...'z' | 'A'...'Z' => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/util.rs:207:34 [INFO] [stdout] | [INFO] [stdout] 207 | '_' | 'a'...'z' | 'A'...'Z' => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/util.rs:208:16 [INFO] [stdout] | [INFO] [stdout] 208 | '0'...'9' if idx != 0 => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:57:48 [INFO] [stdout] | [INFO] [stdout] 57 | any!($i, $expected, $($e => |_x| $f),+); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:141:25 [INFO] [stdout] | [INFO] [stdout] 141 | let (i, kind) = any!( [INFO] [stdout] | _________________________- [INFO] [stdout] 142 | | i, "struct or class keyword", [INFO] [stdout] 143 | | kw(i, "struct") => CxxTypeKind::Struct, [INFO] [stdout] 144 | | kw(i, "class") => CxxTypeKind::Class, [INFO] [stdout] 145 | | Ok((i, ())) => CxxTypeKind::None, [INFO] [stdout] 146 | | )?; [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 `any` (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/util.rs:57:48 [INFO] [stdout] | [INFO] [stdout] 57 | any!($i, $expected, $($e => |_x| $f),+); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:254:5 [INFO] [stdout] | [INFO] [stdout] 254 | / any!( [INFO] [stdout] 255 | | i, "nesting specifier (not, inside_sync, or inside_cpow)", [INFO] [stdout] 256 | | kw(i, "not") => Nesting::None, [INFO] [stdout] 257 | | kw(i, "inside_sync") => Nesting::InsideSync, [INFO] [stdout] 258 | | kw(i, "inside_cpow") => Nesting::InsideCpow, [INFO] [stdout] 259 | | ) [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 `any` [INFO] [stdout] = note: this warning originates in the macro `any` (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/util.rs:57:48 [INFO] [stdout] | [INFO] [stdout] 57 | any!($i, $expected, $($e => |_x| $f),+); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:270:5 [INFO] [stdout] | [INFO] [stdout] 270 | / any!( [INFO] [stdout] 271 | | i, "priority specifier (normal, high, or input)", [INFO] [stdout] 272 | | kw(i, "normal") => Priority::Normal, [INFO] [stdout] 273 | | kw(i, "high") => Priority::High, [INFO] [stdout] 274 | | kw(i, "input") => Priority::Input, [INFO] [stdout] 275 | | ) [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 `any` [INFO] [stdout] = note: this warning originates in the macro `any` (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/util.rs:57:48 [INFO] [stdout] | [INFO] [stdout] 57 | any!($i, $expected, $($e => |_x| $f),+); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:293:5 [INFO] [stdout] | [INFO] [stdout] 293 | / any!( [INFO] [stdout] 294 | | i, "message modifier (verify, compress, or compressall)", [INFO] [stdout] 295 | | kw(i, "verify") => MessageModifier::Verify, [INFO] [stdout] 296 | | kw(i, "compress") => MessageModifier::Compress, [INFO] [stdout] 297 | | kw(i, "compressall") => MessageModifier::CompressAll, [INFO] [stdout] 298 | | ) [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 `any` [INFO] [stdout] = note: this warning originates in the macro `any` (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/util.rs:57:48 [INFO] [stdout] | [INFO] [stdout] 57 | any!($i, $expected, $($e => |_x| $f),+); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:366:31 [INFO] [stdout] | [INFO] [stdout] 366 | let (i, send_semantics) = any!( [INFO] [stdout] | _______________________________- [INFO] [stdout] 367 | | i, "send semantics (async, sync, or intr)", [INFO] [stdout] 368 | | kw(i, "async") => SendSemantics::Async, [INFO] [stdout] 369 | | kw(i, "sync") => SendSemantics::Sync, [INFO] [stdout] 370 | | kw(i, "intr") => SendSemantics::Intr, [INFO] [stdout] 371 | | )?; [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 `any` (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/util.rs:57:48 [INFO] [stdout] | [INFO] [stdout] 57 | any!($i, $expected, $($e => |_x| $f),+); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:402:5 [INFO] [stdout] | [INFO] [stdout] 402 | / any!( [INFO] [stdout] 403 | | i, "direction (child, parent, or both)", [INFO] [stdout] 404 | | kw(i, "child") => Direction::ToChild, [INFO] [stdout] 405 | | kw(i, "parent") => Direction::ToParent, [INFO] [stdout] 406 | | kw(i, "both") => Direction::Both, [INFO] [stdout] 407 | | ) [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 `any` [INFO] [stdout] = note: this warning originates in the macro `any` (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/util.rs:57:48 [INFO] [stdout] | [INFO] [stdout] 57 | any!($i, $expected, $($e => |_x| $f),+); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:446:23 [INFO] [stdout] | [INFO] [stdout] 446 | let (i, ss) = any!( [INFO] [stdout] | _______________________- [INFO] [stdout] 447 | | i, "send semantics (async or sync)", [INFO] [stdout] 448 | | kw(i, "async") => SendSemantics::Async, [INFO] [stdout] 449 | | kw(i, "sync") => SendSemantics::Sync, [INFO] [stdout] 450 | | )?; [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 `any` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling pipdl v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/util.rs:207:22 [INFO] [stdout] | [INFO] [stdout] 207 | '_' | 'a'...'z' | 'A'...'Z' => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/util.rs:207:34 [INFO] [stdout] | [INFO] [stdout] 207 | '_' | 'a'...'z' | 'A'...'Z' => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/util.rs:208:16 [INFO] [stdout] | [INFO] [stdout] 208 | '0'...'9' if idx != 0 => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:57:48 [INFO] [stdout] | [INFO] [stdout] 57 | any!($i, $expected, $($e => |_x| $f),+); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:141:25 [INFO] [stdout] | [INFO] [stdout] 141 | let (i, kind) = any!( [INFO] [stdout] | _________________________- [INFO] [stdout] 142 | | i, "struct or class keyword", [INFO] [stdout] 143 | | kw(i, "struct") => CxxTypeKind::Struct, [INFO] [stdout] 144 | | kw(i, "class") => CxxTypeKind::Class, [INFO] [stdout] 145 | | Ok((i, ())) => CxxTypeKind::None, [INFO] [stdout] 146 | | )?; [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 `any` (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/util.rs:57:48 [INFO] [stdout] | [INFO] [stdout] 57 | any!($i, $expected, $($e => |_x| $f),+); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:254:5 [INFO] [stdout] | [INFO] [stdout] 254 | / any!( [INFO] [stdout] 255 | | i, "nesting specifier (not, inside_sync, or inside_cpow)", [INFO] [stdout] 256 | | kw(i, "not") => Nesting::None, [INFO] [stdout] 257 | | kw(i, "inside_sync") => Nesting::InsideSync, [INFO] [stdout] 258 | | kw(i, "inside_cpow") => Nesting::InsideCpow, [INFO] [stdout] 259 | | ) [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 `any` [INFO] [stdout] = note: this warning originates in the macro `any` (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/util.rs:57:48 [INFO] [stdout] | [INFO] [stdout] 57 | any!($i, $expected, $($e => |_x| $f),+); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:270:5 [INFO] [stdout] | [INFO] [stdout] 270 | / any!( [INFO] [stdout] 271 | | i, "priority specifier (normal, high, or input)", [INFO] [stdout] 272 | | kw(i, "normal") => Priority::Normal, [INFO] [stdout] 273 | | kw(i, "high") => Priority::High, [INFO] [stdout] 274 | | kw(i, "input") => Priority::Input, [INFO] [stdout] 275 | | ) [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 `any` [INFO] [stdout] = note: this warning originates in the macro `any` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> examples/try_parse.rs:11:28 [INFO] [stdout] | [INFO] [stdout] 11 | fn run() -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 11 - fn run() -> Result<(), Box> { [INFO] [stdout] 11 + fn run() -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:57:48 [INFO] [stdout] | [INFO] [stdout] 57 | any!($i, $expected, $($e => |_x| $f),+); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:293:5 [INFO] [stdout] | [INFO] [stdout] 293 | / any!( [INFO] [stdout] 294 | | i, "message modifier (verify, compress, or compressall)", [INFO] [stdout] 295 | | kw(i, "verify") => MessageModifier::Verify, [INFO] [stdout] 296 | | kw(i, "compress") => MessageModifier::Compress, [INFO] [stdout] 297 | | kw(i, "compressall") => MessageModifier::CompressAll, [INFO] [stdout] 298 | | ) [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 `any` [INFO] [stdout] = note: this warning originates in the macro `any` (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/util.rs:57:48 [INFO] [stdout] | [INFO] [stdout] 57 | any!($i, $expected, $($e => |_x| $f),+); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:366:31 [INFO] [stdout] | [INFO] [stdout] 366 | let (i, send_semantics) = any!( [INFO] [stdout] | _______________________________- [INFO] [stdout] 367 | | i, "send semantics (async, sync, or intr)", [INFO] [stdout] 368 | | kw(i, "async") => SendSemantics::Async, [INFO] [stdout] 369 | | kw(i, "sync") => SendSemantics::Sync, [INFO] [stdout] 370 | | kw(i, "intr") => SendSemantics::Intr, [INFO] [stdout] 371 | | )?; [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 `any` (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/util.rs:57:48 [INFO] [stdout] | [INFO] [stdout] 57 | any!($i, $expected, $($e => |_x| $f),+); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:402:5 [INFO] [stdout] | [INFO] [stdout] 402 | / any!( [INFO] [stdout] 403 | | i, "direction (child, parent, or both)", [INFO] [stdout] 404 | | kw(i, "child") => Direction::ToChild, [INFO] [stdout] 405 | | kw(i, "parent") => Direction::ToParent, [INFO] [stdout] 406 | | kw(i, "both") => Direction::Both, [INFO] [stdout] 407 | | ) [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 `any` [INFO] [stdout] = note: this warning originates in the macro `any` (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/util.rs:57:48 [INFO] [stdout] | [INFO] [stdout] 57 | any!($i, $expected, $($e => |_x| $f),+); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:446:23 [INFO] [stdout] | [INFO] [stdout] 446 | let (i, ss) = any!( [INFO] [stdout] | _______________________- [INFO] [stdout] 447 | | i, "send semantics (async or sync)", [INFO] [stdout] 448 | | kw(i, "async") => SendSemantics::Async, [INFO] [stdout] 449 | | kw(i, "sync") => SendSemantics::Sync, [INFO] [stdout] 450 | | )?; [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 `any` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.42s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/pipdl-4ce26ee6d2747a14) [INFO] running `Command { std: "docker" "inspect" "d1048d1c816c9945680b4c16dd21ad3a9df20eb3f61940a098ddf142ef94d4af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d1048d1c816c9945680b4c16dd21ad3a9df20eb3f61940a098ddf142ef94d4af", kill_on_drop: false }` [INFO] [stdout] d1048d1c816c9945680b4c16dd21ad3a9df20eb3f61940a098ddf142ef94d4af [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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] 3dde4fd08a2a30470b3174dca7df23ed01a5d74b0cbf23f85bd27a5f316d447f [INFO] running `Command { std: "docker" "start" "-a" "3dde4fd08a2a30470b3174dca7df23ed01a5d74b0cbf23f85bd27a5f316d447f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/util.rs:207:22 [INFO] [stderr] | [INFO] [stderr] 207 | '_' | 'a'...'z' | 'A'...'Z' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/util.rs:207:34 [INFO] [stderr] | [INFO] [stderr] 207 | '_' | 'a'...'z' | 'A'...'Z' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/util.rs:208:16 [INFO] [stderr] | [INFO] [stderr] 208 | '0'...'9' if idx != 0 => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/util.rs:57:48 [INFO] [stderr] | [INFO] [stderr] 57 | any!($i, $expected, $($e => |_x| $f),+); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:141:25 [INFO] [stderr] | [INFO] [stderr] 141 | let (i, kind) = any!( [INFO] [stderr] | _________________________- [INFO] [stderr] 142 | | i, "struct or class keyword", [INFO] [stderr] 143 | | kw(i, "struct") => CxxTypeKind::Struct, [INFO] [stderr] 144 | | kw(i, "class") => CxxTypeKind::Class, [INFO] [stderr] 145 | | Ok((i, ())) => CxxTypeKind::None, [INFO] [stderr] 146 | | )?; [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 `any` (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/util.rs:57:48 [INFO] [stderr] | [INFO] [stderr] 57 | any!($i, $expected, $($e => |_x| $f),+); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:254:5 [INFO] [stderr] | [INFO] [stderr] 254 | / any!( [INFO] [stderr] 255 | | i, "nesting specifier (not, inside_sync, or inside_cpow)", [INFO] [stderr] 256 | | kw(i, "not") => Nesting::None, [INFO] [stderr] 257 | | kw(i, "inside_sync") => Nesting::InsideSync, [INFO] [stderr] 258 | | kw(i, "inside_cpow") => Nesting::InsideCpow, [INFO] [stderr] 259 | | ) [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 `any` [INFO] [stderr] = note: this warning originates in the macro `any` (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/util.rs:57:48 [INFO] [stderr] | [INFO] [stderr] 57 | any!($i, $expected, $($e => |_x| $f),+); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:270:5 [INFO] [stderr] | [INFO] [stderr] 270 | / any!( [INFO] [stderr] 271 | | i, "priority specifier (normal, high, or input)", [INFO] [stderr] 272 | | kw(i, "normal") => Priority::Normal, [INFO] [stderr] 273 | | kw(i, "high") => Priority::High, [INFO] [stderr] 274 | | kw(i, "input") => Priority::Input, [INFO] [stderr] 275 | | ) [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 `any` [INFO] [stderr] = note: this warning originates in the macro `any` (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/util.rs:57:48 [INFO] [stderr] | [INFO] [stderr] 57 | any!($i, $expected, $($e => |_x| $f),+); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:293:5 [INFO] [stderr] | [INFO] [stderr] 293 | / any!( [INFO] [stderr] 294 | | i, "message modifier (verify, compress, or compressall)", [INFO] [stderr] 295 | | kw(i, "verify") => MessageModifier::Verify, [INFO] [stderr] 296 | | kw(i, "compress") => MessageModifier::Compress, [INFO] [stderr] 297 | | kw(i, "compressall") => MessageModifier::CompressAll, [INFO] [stderr] 298 | | ) [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 `any` [INFO] [stderr] = note: this warning originates in the macro `any` (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/util.rs:57:48 [INFO] [stderr] | [INFO] [stderr] 57 | any!($i, $expected, $($e => |_x| $f),+); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:366:31 [INFO] [stderr] | [INFO] [stderr] 366 | let (i, send_semantics) = any!( [INFO] [stderr] | _______________________________- [INFO] [stderr] 367 | | i, "send semantics (async, sync, or intr)", [INFO] [stderr] 368 | | kw(i, "async") => SendSemantics::Async, [INFO] [stderr] 369 | | kw(i, "sync") => SendSemantics::Sync, [INFO] [stderr] 370 | | kw(i, "intr") => SendSemantics::Intr, [INFO] [stderr] 371 | | )?; [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 `any` (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/util.rs:57:48 [INFO] [stderr] | [INFO] [stderr] 57 | any!($i, $expected, $($e => |_x| $f),+); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:402:5 [INFO] [stderr] | [INFO] [stderr] 402 | / any!( [INFO] [stderr] 403 | | i, "direction (child, parent, or both)", [INFO] [stderr] 404 | | kw(i, "child") => Direction::ToChild, [INFO] [stderr] 405 | | kw(i, "parent") => Direction::ToParent, [INFO] [stderr] 406 | | kw(i, "both") => Direction::Both, [INFO] [stderr] 407 | | ) [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 `any` [INFO] [stderr] = note: this warning originates in the macro `any` (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/util.rs:57:48 [INFO] [stderr] | [INFO] [stderr] 57 | any!($i, $expected, $($e => |_x| $f),+); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:446:23 [INFO] [stderr] | [INFO] [stderr] 446 | let (i, ss) = any!( [INFO] [stderr] | _______________________- [INFO] [stderr] 447 | | i, "send semantics (async or sync)", [INFO] [stderr] 448 | | kw(i, "async") => SendSemantics::Async, [INFO] [stderr] 449 | | kw(i, "sync") => SendSemantics::Sync, [INFO] [stderr] 450 | | )?; [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 `any` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `pipdl` (lib) generated 10 warnings [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/try_parse.rs:11:28 [INFO] [stderr] | [INFO] [stderr] 11 | fn run() -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 11 - fn run() -> Result<(), Box> { [INFO] [stderr] 11 + fn run() -> Result<(), Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `pipdl` (lib test) generated 10 warnings (10 duplicates) [INFO] [stderr] warning: `pipdl` (example "try_parse") generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pipdl-4ce26ee6d2747a14) [INFO] [stderr] Doc-tests pipdl [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] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> /opt/rustwide/workdir/src/util.rs:207:22 [INFO] [stderr] | [INFO] [stderr] 207 | '_' | 'a'...'z' | 'A'...'Z' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> /opt/rustwide/workdir/src/util.rs:207:34 [INFO] [stderr] | [INFO] [stderr] 207 | '_' | 'a'...'z' | 'A'...'Z' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> /opt/rustwide/workdir/src/util.rs:208:16 [INFO] [stderr] | [INFO] [stderr] 208 | '0'...'9' if idx != 0 => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [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] running `Command { std: "docker" "inspect" "3dde4fd08a2a30470b3174dca7df23ed01a5d74b0cbf23f85bd27a5f316d447f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3dde4fd08a2a30470b3174dca7df23ed01a5d74b0cbf23f85bd27a5f316d447f", kill_on_drop: false }` [INFO] [stdout] 3dde4fd08a2a30470b3174dca7df23ed01a5d74b0cbf23f85bd27a5f316d447f