[INFO] fetching crate mg-settings 0.4.3... [INFO] testing mg-settings-0.4.3 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate mg-settings 0.4.3 into /workspace/builds/worker-25/source [INFO] validating manifest of crates.io crate mg-settings 0.4.3 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 mg-settings 0.4.3 [INFO] finished tweaking crates.io crate mg-settings 0.4.3 [INFO] tweaked toml for crates.io crate mg-settings 0.4.3 written to /workspace/builds/worker-25/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-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/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] 0d6e0b402a54faea8b4e907dfc89b8ea126f8af0c4c0c0baa3e5847a8480e1aa [INFO] running `Command { std: "docker" "start" "-a" "0d6e0b402a54faea8b4e907dfc89b8ea126f8af0c4c0c0baa3e5847a8480e1aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0d6e0b402a54faea8b4e907dfc89b8ea126f8af0c4c0c0baa3e5847a8480e1aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d6e0b402a54faea8b4e907dfc89b8ea126f8af0c4c0c0baa3e5847a8480e1aa", kill_on_drop: false }` [INFO] [stdout] 0d6e0b402a54faea8b4e907dfc89b8ea126f8af0c4c0c0baa3e5847a8480e1aa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/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] d275f9b849175afab26bed7959c77de40426454b07ef938f6478c40fb900d5c9 [INFO] running `Command { std: "docker" "start" "-a" "d275f9b849175afab26bed7959c77de40426454b07ef938f6478c40fb900d5c9", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.123 [INFO] [stderr] Compiling proc-macro2 v0.3.8 [INFO] [stderr] Compiling quote v0.5.2 [INFO] [stderr] Compiling syn v0.13.11 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling mg-settings-macros v0.4.2 [INFO] [stderr] Compiling mg-settings v0.4.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/key.rs:199:37 [INFO] [stdout] | [INFO] [stdout] 199 | ... 'A' ... 'Z' | 'a' ... 'z' => { [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/key.rs:199:51 [INFO] [stdout] | [INFO] [stdout] 199 | ... 'A' ... 'Z' | 'a' ... 'z' => { [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/key.rs:224:25 [INFO] [stdout] | [INFO] [stdout] 224 | 'A' ... 'Z' | 'a' ... 'z' => (Char(character), 1), [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/key.rs:224:39 [INFO] [stdout] | [INFO] [stdout] 224 | 'A' ... 'Z' | 'a' ... 'z' => (Char(character), 1), [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/lib.rs:60:75 [INFO] [stdout] | [INFO] [stdout] 60 | rtry_no_return!($parse_result, $result, { return $parse_result; }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 317 | let rest = rtry!(result, self.get_rest(line, start_index)); [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 `rtry` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:60:75 [INFO] [stdout] | [INFO] [stdout] 60 | rtry_no_return!($parse_result, $result, { return $parse_result; }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 323 | let rest = rtry!(result, self.get_rest(line, start_index)); [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 `rtry` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:60:75 [INFO] [stdout] | [INFO] [stdout] 60 | rtry_no_return!($parse_result, $result, { return $parse_result; }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 327 | let rest = rtry!(result, self.get_rest(line, start_index)); [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 `rtry` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:60:75 [INFO] [stdout] | [INFO] [stdout] 60 | rtry_no_return!($parse_result, $result, { return $parse_result; }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 331 | let rest = rtry!(result, self.get_rest(line, start_index)); [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 `rtry` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:60:75 [INFO] [stdout] | [INFO] [stdout] 60 | rtry_no_return!($parse_result, $result, { return $parse_result; }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 337 | let command = rtry!(result, command); [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 `rtry` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:60:75 [INFO] [stdout] | [INFO] [stdout] 60 | rtry_no_return!($parse_result, $result, { return $parse_result; }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 356 | let file = rtry!(result, file::open(&path)); [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 `rtry` (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 5.66s [INFO] running `Command { std: "docker" "inspect" "d275f9b849175afab26bed7959c77de40426454b07ef938f6478c40fb900d5c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d275f9b849175afab26bed7959c77de40426454b07ef938f6478c40fb900d5c9", kill_on_drop: false }` [INFO] [stdout] d275f9b849175afab26bed7959c77de40426454b07ef938f6478c40fb900d5c9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/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] d9f8a9e27617b053ba31d1c9fad6f51f40adf921473fdd7aae4df3c96f0a3de6 [INFO] running `Command { std: "docker" "start" "-a" "d9f8a9e27617b053ba31d1c9fad6f51f40adf921473fdd7aae4df3c96f0a3de6", kill_on_drop: false }` [INFO] [stderr] Compiling mg-settings v0.4.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/key.rs:199:37 [INFO] [stdout] | [INFO] [stdout] 199 | ... 'A' ... 'Z' | 'a' ... 'z' => { [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/key.rs:199:51 [INFO] [stdout] | [INFO] [stdout] 199 | ... 'A' ... 'Z' | 'a' ... 'z' => { [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/key.rs:224:25 [INFO] [stdout] | [INFO] [stdout] 224 | 'A' ... 'Z' | 'a' ... 'z' => (Char(character), 1), [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/key.rs:224:39 [INFO] [stdout] | [INFO] [stdout] 224 | 'A' ... 'Z' | 'a' ... 'z' => (Char(character), 1), [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/lib.rs:60:75 [INFO] [stdout] | [INFO] [stdout] 60 | rtry_no_return!($parse_result, $result, { return $parse_result; }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 317 | let rest = rtry!(result, self.get_rest(line, start_index)); [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 `rtry` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:60:75 [INFO] [stdout] | [INFO] [stdout] 60 | rtry_no_return!($parse_result, $result, { return $parse_result; }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 323 | let rest = rtry!(result, self.get_rest(line, start_index)); [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 `rtry` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:60:75 [INFO] [stdout] | [INFO] [stdout] 60 | rtry_no_return!($parse_result, $result, { return $parse_result; }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 327 | let rest = rtry!(result, self.get_rest(line, start_index)); [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 `rtry` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:60:75 [INFO] [stdout] | [INFO] [stdout] 60 | rtry_no_return!($parse_result, $result, { return $parse_result; }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 331 | let rest = rtry!(result, self.get_rest(line, start_index)); [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 `rtry` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:60:75 [INFO] [stdout] | [INFO] [stdout] 60 | rtry_no_return!($parse_result, $result, { return $parse_result; }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 337 | let command = rtry!(result, command); [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 `rtry` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:60:75 [INFO] [stdout] | [INFO] [stdout] 60 | rtry_no_return!($parse_result, $result, { return $parse_result; }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 356 | let file = rtry!(result, file::open(&path)); [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 `rtry` (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] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/key.rs:199:37 [INFO] [stdout] | [INFO] [stdout] 199 | ... 'A' ... 'Z' | 'a' ... 'z' => { [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/key.rs:199:51 [INFO] [stdout] | [INFO] [stdout] 199 | ... 'A' ... 'Z' | 'a' ... 'z' => { [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/key.rs:224:25 [INFO] [stdout] | [INFO] [stdout] 224 | 'A' ... 'Z' | 'a' ... 'z' => (Char(character), 1), [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/key.rs:224:39 [INFO] [stdout] | [INFO] [stdout] 224 | 'A' ... 'Z' | 'a' ... 'z' => (Char(character), 1), [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/lib.rs:60:75 [INFO] [stdout] | [INFO] [stdout] 60 | rtry_no_return!($parse_result, $result, { return $parse_result; }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 317 | let rest = rtry!(result, self.get_rest(line, start_index)); [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 `rtry` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:60:75 [INFO] [stdout] | [INFO] [stdout] 60 | rtry_no_return!($parse_result, $result, { return $parse_result; }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 323 | let rest = rtry!(result, self.get_rest(line, start_index)); [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 `rtry` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:60:75 [INFO] [stdout] | [INFO] [stdout] 60 | rtry_no_return!($parse_result, $result, { return $parse_result; }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 327 | let rest = rtry!(result, self.get_rest(line, start_index)); [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 `rtry` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:60:75 [INFO] [stdout] | [INFO] [stdout] 60 | rtry_no_return!($parse_result, $result, { return $parse_result; }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 331 | let rest = rtry!(result, self.get_rest(line, start_index)); [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 `rtry` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:60:75 [INFO] [stdout] | [INFO] [stdout] 60 | rtry_no_return!($parse_result, $result, { return $parse_result; }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 337 | let command = rtry!(result, command); [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 `rtry` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:60:75 [INFO] [stdout] | [INFO] [stdout] 60 | rtry_no_return!($parse_result, $result, { return $parse_result; }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 356 | let file = rtry!(result, file::open(&path)); [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 `rtry` (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 test [unoptimized + debuginfo] target(s) in 1.20s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/mg_settings-89fc77194e380f4a) [INFO] [stderr] Executable tests/lib.rs (/opt/rustwide/target/debug/deps/lib-148ed63c8f3e064a) [INFO] running `Command { std: "docker" "inspect" "d9f8a9e27617b053ba31d1c9fad6f51f40adf921473fdd7aae4df3c96f0a3de6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d9f8a9e27617b053ba31d1c9fad6f51f40adf921473fdd7aae4df3c96f0a3de6", kill_on_drop: false }` [INFO] [stdout] d9f8a9e27617b053ba31d1c9fad6f51f40adf921473fdd7aae4df3c96f0a3de6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/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] b08e9889c9689211cb4181ba2f44bf3c953493a45c5b7935aed616549fc24e65 [INFO] running `Command { std: "docker" "start" "-a" "b08e9889c9689211cb4181ba2f44bf3c953493a45c5b7935aed616549fc24e65", kill_on_drop: false }` [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/key.rs:199:37 [INFO] [stderr] | [INFO] [stderr] 199 | ... 'A' ... 'Z' | 'a' ... 'z' => { [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/key.rs:199:51 [INFO] [stderr] | [INFO] [stderr] 199 | ... 'A' ... 'Z' | 'a' ... 'z' => { [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/key.rs:224:25 [INFO] [stderr] | [INFO] [stderr] 224 | 'A' ... 'Z' | 'a' ... 'z' => (Char(character), 1), [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/key.rs:224:39 [INFO] [stderr] | [INFO] [stderr] 224 | 'A' ... 'Z' | 'a' ... 'z' => (Char(character), 1), [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/lib.rs:60:75 [INFO] [stderr] | [INFO] [stderr] 60 | rtry_no_return!($parse_result, $result, { return $parse_result; }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 317 | let rest = rtry!(result, self.get_rest(line, start_index)); [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 `rtry` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:60:75 [INFO] [stderr] | [INFO] [stderr] 60 | rtry_no_return!($parse_result, $result, { return $parse_result; }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 323 | let rest = rtry!(result, self.get_rest(line, start_index)); [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 `rtry` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:60:75 [INFO] [stderr] | [INFO] [stderr] 60 | rtry_no_return!($parse_result, $result, { return $parse_result; }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 327 | let rest = rtry!(result, self.get_rest(line, start_index)); [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 `rtry` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:60:75 [INFO] [stderr] | [INFO] [stderr] 60 | rtry_no_return!($parse_result, $result, { return $parse_result; }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 331 | let rest = rtry!(result, self.get_rest(line, start_index)); [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 `rtry` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:60:75 [INFO] [stderr] | [INFO] [stderr] 60 | rtry_no_return!($parse_result, $result, { return $parse_result; }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 337 | let command = rtry!(result, command); [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 `rtry` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:60:75 [INFO] [stderr] | [INFO] [stderr] 60 | rtry_no_return!($parse_result, $result, { return $parse_result; }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 356 | let file = rtry!(result, file::open(&path)); [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 `rtry` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `mg-settings` (lib) generated 10 warnings [INFO] [stderr] warning: `mg-settings` (lib test) generated 10 warnings (10 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mg_settings-89fc77194e380f4a) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test string::tests::test_word ... ok [INFO] [stdout] test string::tests::test_words ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/lib.rs (/opt/rustwide/target/debug/deps/lib-148ed63c8f3e064a) [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test app_command ... ok [INFO] [stdout] test commands_macro ... ok [INFO] [stdout] test comments ... ok [INFO] [stdout] test custom_commands ... ok [INFO] [stdout] test include_command ... ok [INFO] [stdout] test lexer_errors ... ok [INFO] [stdout] test line ... ok [INFO] [stdout] test newlines ... ok [INFO] [stdout] test unmap_command ... ok [INFO] [stdout] test set_command ... ok [INFO] [stdout] test map_command ... ok [INFO] [stdout] test parser_errors ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests mg-settings [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> /opt/rustwide/workdir/src/key.rs:199:37 [INFO] [stderr] | [INFO] [stderr] 199 | ... 'A' ... 'Z' | 'a' ... 'z' => { [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/key.rs:199:51 [INFO] [stderr] | [INFO] [stderr] 199 | ... 'A' ... 'Z' | 'a' ... 'z' => { [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/key.rs:224:25 [INFO] [stderr] | [INFO] [stderr] 224 | 'A' ... 'Z' | 'a' ... 'z' => (Char(character), 1), [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/key.rs:224:39 [INFO] [stderr] | [INFO] [stderr] 224 | 'A' ... 'Z' | 'a' ... 'z' => (Char(character), 1), [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: 4 warnings emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - EnumMetaData (line 114) ... ignored [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b08e9889c9689211cb4181ba2f44bf3c953493a45c5b7935aed616549fc24e65", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b08e9889c9689211cb4181ba2f44bf3c953493a45c5b7935aed616549fc24e65", kill_on_drop: false }` [INFO] [stdout] b08e9889c9689211cb4181ba2f44bf3c953493a45c5b7935aed616549fc24e65