[INFO] fetching crate mg-settings 0.4.3... [INFO] testing mg-settings-0.4.3 against 1.60.0 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 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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-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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f3934486e7e654500aad5cf7dacac4f863008aa1a7e89ef3fb447281d14156a9 [INFO] running `Command { std: "docker" "start" "-a" "f3934486e7e654500aad5cf7dacac4f863008aa1a7e89ef3fb447281d14156a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f3934486e7e654500aad5cf7dacac4f863008aa1a7e89ef3fb447281d14156a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f3934486e7e654500aad5cf7dacac4f863008aa1a7e89ef3fb447281d14156a9", kill_on_drop: false }` [INFO] [stdout] f3934486e7e654500aad5cf7dacac4f863008aa1a7e89ef3fb447281d14156a9 [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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4049ea36ec55cc8d9261c6e38431e3fbe5dc9ed9a50314010ad0411c12ee99a9 [INFO] running `Command { std: "docker" "start" "-a" "4049ea36ec55cc8d9261c6e38431e3fbe5dc9ed9a50314010ad0411c12ee99a9", 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 7.45s [INFO] running `Command { std: "docker" "inspect" "4049ea36ec55cc8d9261c6e38431e3fbe5dc9ed9a50314010ad0411c12ee99a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4049ea36ec55cc8d9261c6e38431e3fbe5dc9ed9a50314010ad0411c12ee99a9", kill_on_drop: false }` [INFO] [stdout] 4049ea36ec55cc8d9261c6e38431e3fbe5dc9ed9a50314010ad0411c12ee99a9 [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" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1007211294acfc128323b1eed25bf2bbfef7cd5bb2078abcfdd8ee78c92c94a7 [INFO] running `Command { std: "docker" "start" "-a" "1007211294acfc128323b1eed25bf2bbfef7cd5bb2078abcfdd8ee78c92c94a7", kill_on_drop: false }` [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] [stderr] Compiling mg-settings v0.4.3 (/opt/rustwide/workdir) [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 0.85s [INFO] running `Command { std: "docker" "inspect" "1007211294acfc128323b1eed25bf2bbfef7cd5bb2078abcfdd8ee78c92c94a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1007211294acfc128323b1eed25bf2bbfef7cd5bb2078abcfdd8ee78c92c94a7", kill_on_drop: false }` [INFO] [stdout] 1007211294acfc128323b1eed25bf2bbfef7cd5bb2078abcfdd8ee78c92c94a7 [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" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c119390b09dedb6c3c32001f3bd102beaf5cc325ca94686bc096c51e623e7790 [INFO] running `Command { std: "docker" "start" "-a" "c119390b09dedb6c3c32001f3bd102beaf5cc325ca94686bc096c51e623e7790", 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 (/opt/rustwide/target/debug/deps/mg_settings-1f378751a6f8f9d4) [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-6fd0fce21dcbb874) [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 line ... ok [INFO] [stdout] test lexer_errors ... ok [INFO] [stdout] test newlines ... ok [INFO] [stdout] test set_command ... ok [INFO] [stdout] test unmap_command ... ok [INFO] [stdout] test parser_errors ... ok [INFO] [stdout] test map_command ... ok [INFO] [stderr] Doc-tests mg-settings [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] 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" "c119390b09dedb6c3c32001f3bd102beaf5cc325ca94686bc096c51e623e7790", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c119390b09dedb6c3c32001f3bd102beaf5cc325ca94686bc096c51e623e7790", kill_on_drop: false }` [INFO] [stdout] c119390b09dedb6c3c32001f3bd102beaf5cc325ca94686bc096c51e623e7790