[INFO] fetching crate reproto-semver 0.3.36...
[INFO] building reproto-semver-0.3.36 against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237-1
[INFO] extracting crate reproto-semver 0.3.36 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate reproto-semver 0.3.36
[INFO] finished tweaking crates.io crate reproto-semver 0.3.36
[INFO] tweaked toml for crates.io crate reproto-semver 0.3.36 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate reproto-semver 0.3.36 on toolchain ad85bc524b1ad696e42061ad8338d382dffbdbe5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 7 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 86230b622b0772c904441611ccc48ba817c4ea51a91b8714a49cedc54fde305e
[INFO] running `Command { std: "docker" "start" "-a" "86230b622b0772c904441611ccc48ba817c4ea51a91b8714a49cedc54fde305e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "86230b622b0772c904441611ccc48ba817c4ea51a91b8714a49cedc54fde305e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "86230b622b0772c904441611ccc48ba817c4ea51a91b8714a49cedc54fde305e", kill_on_drop: false }`
[INFO] [stdout] 86230b622b0772c904441611ccc48ba817c4ea51a91b8714a49cedc54fde305e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4e0c53ec62211e714e166fe9f20a982410d63d7ce7167db594a8682b4929ed96
[INFO] running `Command { std: "docker" "start" "-a" "4e0c53ec62211e714e166fe9f20a982410d63d7ce7167db594a8682b4929ed96", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling reproto-semver v0.3.36 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> lexer.rs:199:47
[INFO] [stdout]     |
[INFO] [stdout] 199 |         let end = scan_while!(self, start, '0'...'9' | '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 <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[warn(ellipsis_inclusive_range_patterns)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> lexer.rs:199:59
[INFO] [stdout]     |
[INFO] [stdout] 199 |         let end = scan_while!(self, start, '0'...'9' | '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 <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> lexer.rs:199:71
[INFO] [stdout]     |
[INFO] [stdout] 199 |         let end = scan_while!(self, start, '0'...'9' | '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 <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> lexer.rs:263:24
[INFO] [stdout]     |
[INFO] [stdout] 263 |                     '0'...'9' | '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 <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> lexer.rs:263:36
[INFO] [stdout]     |
[INFO] [stdout] 263 |                     '0'...'9' | '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 <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> lexer.rs:263:48
[INFO] [stdout]     |
[INFO] [stdout] 263 |                     '0'...'9' | '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 <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:377:13
[INFO] [stdout]     |
[INFO] [stdout] 377 |             try!(write!(fmt, "*"));
[INFO] [stdout]     |             ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:381:21
[INFO] [stdout]     |
[INFO] [stdout] 381 |                     try!(write!(fmt, "{}", pred));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:383:21
[INFO] [stdout]     |
[INFO] [stdout] 383 |                     try!(write!(fmt, ", {}", pred));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:395:32
[INFO] [stdout]     |
[INFO] [stdout] 395 |             Wildcard(Minor) => try!(write!(fmt, "{}.*", self.major)),
[INFO] [stdout]     |                                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:398:21
[INFO] [stdout]     |
[INFO] [stdout] 398 |                     try!(write!(fmt, "{}.{}.*", self.major, minor))
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:400:21
[INFO] [stdout]     |
[INFO] [stdout] 400 |                     try!(write!(fmt, "{}.*.*", self.major))
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:404:17
[INFO] [stdout]     |
[INFO] [stdout] 404 |                 try!(write!(fmt, "{}{}", self.op, self.major));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:407:32
[INFO] [stdout]     |
[INFO] [stdout] 407 |                     Some(v) => try!(write!(fmt, ".{}", v)),
[INFO] [stdout]     |                                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:412:32
[INFO] [stdout]     |
[INFO] [stdout] 412 |                     Some(v) => try!(write!(fmt, ".{}", v)),
[INFO] [stdout]     |                                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:417:21
[INFO] [stdout]     |
[INFO] [stdout] 417 |                     try!(write!(fmt, "-"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:422:25
[INFO] [stdout]     |
[INFO] [stdout] 422 |                         try!(write!(fmt, "{}", x));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:420:29
[INFO] [stdout]     |
[INFO] [stdout] 420 | ...                   try!(write!(fmt, "."))
[INFO] [stdout]     |                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:435:19
[INFO] [stdout]     |
[INFO] [stdout] 435 |             Ex => try!(write!(fmt, "= ")),
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:436:19
[INFO] [stdout]     |
[INFO] [stdout] 436 |             Gt => try!(write!(fmt, "> ")),
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:437:21
[INFO] [stdout]     |
[INFO] [stdout] 437 |             GtEq => try!(write!(fmt, ">= ")),
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:438:19
[INFO] [stdout]     |
[INFO] [stdout] 438 |             Lt => try!(write!(fmt, "< ")),
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:439:21
[INFO] [stdout]     |
[INFO] [stdout] 439 |             LtEq => try!(write!(fmt, "<= ")),
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:440:22
[INFO] [stdout]     |
[INFO] [stdout] 440 |             Tilde => try!(write!(fmt, "~")),
[INFO] [stdout]     |                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:441:27
[INFO] [stdout]     |
[INFO] [stdout] 441 |             Compatible => try!(write!(fmt, "^")),
[INFO] [stdout]     |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:443:28
[INFO] [stdout]     |
[INFO] [stdout] 443 |             Wildcard(_) => try!(write!(fmt, "")),
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> version.rs:238:9
[INFO] [stdout]     |
[INFO] [stdout] 238 |         try!(write!(f, "{}.{}.{}", self.major, self.minor, self.patch));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> version.rs:240:13
[INFO] [stdout]     |
[INFO] [stdout] 240 |             try!(write!(f, "-"));
[INFO] [stdout]     |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> version.rs:245:17
[INFO] [stdout]     |
[INFO] [stdout] 245 |                 try!(write!(f, "{}", x));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> version.rs:243:21
[INFO] [stdout]     |
[INFO] [stdout] 243 |                     try!(write!(f, "."))
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> version.rs:249:13
[INFO] [stdout]     |
[INFO] [stdout] 249 |             try!(write!(f, "+"));
[INFO] [stdout]     |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> version.rs:254:17
[INFO] [stdout]     |
[INFO] [stdout] 254 |                 try!(write!(f, "{}", x));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> version.rs:252:21
[INFO] [stdout]     |
[INFO] [stdout] 252 |                     try!(write!(f, "."))
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> errors.rs:32:32
[INFO] [stdout]    |
[INFO] [stdout] 32 |             Parser(ref p) => p.description(),
[INFO] [stdout]    |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> parser.rs:99:31
[INFO] [stdout]    |
[INFO] [stdout] 99 |             Lexer(ref l) => l.description(),
[INFO] [stdout]    |                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> lexer.rs:158:23
[INFO] [stdout]     |
[INFO] [stdout] 158 |     pub fn new(input: &str) -> Lexer {
[INFO] [stdout]     |                       ^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 158 |     pub fn new(input: &str) -> Lexer<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> range.rs:142:25
[INFO] [stdout]     |
[INFO] [stdout] 142 |     pub fn parse(input: &str) -> Result<Range, Error> {
[INFO] [stdout]     |                         ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 142 |     pub fn parse(input: &str) -> Result<Range, Error<'_>> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> version.rs:186:27
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub fn parse(version: &str) -> Result<Version, Error> {
[INFO] [stdout]     |                           ^^^^                     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub fn parse(version: &str) -> Result<Version, Error<'_>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
[INFO] running `Command { std: "docker" "inspect" "4e0c53ec62211e714e166fe9f20a982410d63d7ce7167db594a8682b4929ed96", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4e0c53ec62211e714e166fe9f20a982410d63d7ce7167db594a8682b4929ed96", kill_on_drop: false }`
[INFO] [stdout] 4e0c53ec62211e714e166fe9f20a982410d63d7ce7167db594a8682b4929ed96
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8f5f3005431968f6a834870b2f0a4f265d5fd866b0e68a78b43ff096a26e2816
[INFO] running `Command { std: "docker" "start" "-a" "8f5f3005431968f6a834870b2f0a4f265d5fd866b0e68a78b43ff096a26e2816", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling reproto-semver v0.3.36 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> lexer.rs:199:47
[INFO] [stdout]     |
[INFO] [stdout] 199 |         let end = scan_while!(self, start, '0'...'9' | '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 <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[warn(ellipsis_inclusive_range_patterns)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> lexer.rs:199:59
[INFO] [stdout]     |
[INFO] [stdout] 199 |         let end = scan_while!(self, start, '0'...'9' | '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 <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> lexer.rs:199:71
[INFO] [stdout]     |
[INFO] [stdout] 199 |         let end = scan_while!(self, start, '0'...'9' | '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 <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> lexer.rs:263:24
[INFO] [stdout]     |
[INFO] [stdout] 263 |                     '0'...'9' | '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 <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> lexer.rs:263:36
[INFO] [stdout]     |
[INFO] [stdout] 263 |                     '0'...'9' | '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 <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> lexer.rs:263:48
[INFO] [stdout]     |
[INFO] [stdout] 263 |                     '0'...'9' | '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 <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:377:13
[INFO] [stdout]     |
[INFO] [stdout] 377 |             try!(write!(fmt, "*"));
[INFO] [stdout]     |             ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:381:21
[INFO] [stdout]     |
[INFO] [stdout] 381 |                     try!(write!(fmt, "{}", pred));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:383:21
[INFO] [stdout]     |
[INFO] [stdout] 383 |                     try!(write!(fmt, ", {}", pred));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:395:32
[INFO] [stdout]     |
[INFO] [stdout] 395 |             Wildcard(Minor) => try!(write!(fmt, "{}.*", self.major)),
[INFO] [stdout]     |                                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:398:21
[INFO] [stdout]     |
[INFO] [stdout] 398 |                     try!(write!(fmt, "{}.{}.*", self.major, minor))
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:400:21
[INFO] [stdout]     |
[INFO] [stdout] 400 |                     try!(write!(fmt, "{}.*.*", self.major))
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:404:17
[INFO] [stdout]     |
[INFO] [stdout] 404 |                 try!(write!(fmt, "{}{}", self.op, self.major));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:407:32
[INFO] [stdout]     |
[INFO] [stdout] 407 |                     Some(v) => try!(write!(fmt, ".{}", v)),
[INFO] [stdout]     |                                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:412:32
[INFO] [stdout]     |
[INFO] [stdout] 412 |                     Some(v) => try!(write!(fmt, ".{}", v)),
[INFO] [stdout]     |                                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:417:21
[INFO] [stdout]     |
[INFO] [stdout] 417 |                     try!(write!(fmt, "-"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:422:25
[INFO] [stdout]     |
[INFO] [stdout] 422 |                         try!(write!(fmt, "{}", x));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:420:29
[INFO] [stdout]     |
[INFO] [stdout] 420 | ...                   try!(write!(fmt, "."))
[INFO] [stdout]     |                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:435:19
[INFO] [stdout]     |
[INFO] [stdout] 435 |             Ex => try!(write!(fmt, "= ")),
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:436:19
[INFO] [stdout]     |
[INFO] [stdout] 436 |             Gt => try!(write!(fmt, "> ")),
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:437:21
[INFO] [stdout]     |
[INFO] [stdout] 437 |             GtEq => try!(write!(fmt, ">= ")),
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:438:19
[INFO] [stdout]     |
[INFO] [stdout] 438 |             Lt => try!(write!(fmt, "< ")),
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:439:21
[INFO] [stdout]     |
[INFO] [stdout] 439 |             LtEq => try!(write!(fmt, "<= ")),
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:440:22
[INFO] [stdout]     |
[INFO] [stdout] 440 |             Tilde => try!(write!(fmt, "~")),
[INFO] [stdout]     |                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:441:27
[INFO] [stdout]     |
[INFO] [stdout] 441 |             Compatible => try!(write!(fmt, "^")),
[INFO] [stdout]     |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:443:28
[INFO] [stdout]     |
[INFO] [stdout] 443 |             Wildcard(_) => try!(write!(fmt, "")),
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> version.rs:238:9
[INFO] [stdout]     |
[INFO] [stdout] 238 |         try!(write!(f, "{}.{}.{}", self.major, self.minor, self.patch));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> version.rs:240:13
[INFO] [stdout]     |
[INFO] [stdout] 240 |             try!(write!(f, "-"));
[INFO] [stdout]     |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> version.rs:245:17
[INFO] [stdout]     |
[INFO] [stdout] 245 |                 try!(write!(f, "{}", x));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> version.rs:243:21
[INFO] [stdout]     |
[INFO] [stdout] 243 |                     try!(write!(f, "."))
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> version.rs:249:13
[INFO] [stdout]     |
[INFO] [stdout] 249 |             try!(write!(f, "+"));
[INFO] [stdout]     |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> version.rs:254:17
[INFO] [stdout]     |
[INFO] [stdout] 254 |                 try!(write!(f, "{}", x));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> version.rs:252:21
[INFO] [stdout]     |
[INFO] [stdout] 252 |                     try!(write!(f, "."))
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> errors.rs:32:32
[INFO] [stdout]    |
[INFO] [stdout] 32 |             Parser(ref p) => p.description(),
[INFO] [stdout]    |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> parser.rs:99:31
[INFO] [stdout]    |
[INFO] [stdout] 99 |             Lexer(ref l) => l.description(),
[INFO] [stdout]    |                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> lexer.rs:158:23
[INFO] [stdout]     |
[INFO] [stdout] 158 |     pub fn new(input: &str) -> Lexer {
[INFO] [stdout]     |                       ^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 158 |     pub fn new(input: &str) -> Lexer<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> range.rs:142:25
[INFO] [stdout]     |
[INFO] [stdout] 142 |     pub fn parse(input: &str) -> Result<Range, Error> {
[INFO] [stdout]     |                         ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 142 |     pub fn parse(input: &str) -> Result<Range, Error<'_>> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> version.rs:186:27
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub fn parse(version: &str) -> Result<Version, Error> {
[INFO] [stdout]     |                           ^^^^                     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub fn parse(version: &str) -> Result<Version, Error<'_>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> lexer.rs:199:47
[INFO] [stdout]     |
[INFO] [stdout] 199 |         let end = scan_while!(self, start, '0'...'9' | '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 <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[warn(ellipsis_inclusive_range_patterns)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> lexer.rs:199:59
[INFO] [stdout]     |
[INFO] [stdout] 199 |         let end = scan_while!(self, start, '0'...'9' | '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 <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> lexer.rs:199:71
[INFO] [stdout]     |
[INFO] [stdout] 199 |         let end = scan_while!(self, start, '0'...'9' | '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 <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> lexer.rs:263:24
[INFO] [stdout]     |
[INFO] [stdout] 263 |                     '0'...'9' | '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 <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> lexer.rs:263:36
[INFO] [stdout]     |
[INFO] [stdout] 263 |                     '0'...'9' | '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 <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> lexer.rs:263:48
[INFO] [stdout]     |
[INFO] [stdout] 263 |                     '0'...'9' | '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 <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:377:13
[INFO] [stdout]     |
[INFO] [stdout] 377 |             try!(write!(fmt, "*"));
[INFO] [stdout]     |             ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:381:21
[INFO] [stdout]     |
[INFO] [stdout] 381 |                     try!(write!(fmt, "{}", pred));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:383:21
[INFO] [stdout]     |
[INFO] [stdout] 383 |                     try!(write!(fmt, ", {}", pred));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:395:32
[INFO] [stdout]     |
[INFO] [stdout] 395 |             Wildcard(Minor) => try!(write!(fmt, "{}.*", self.major)),
[INFO] [stdout]     |                                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:398:21
[INFO] [stdout]     |
[INFO] [stdout] 398 |                     try!(write!(fmt, "{}.{}.*", self.major, minor))
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:400:21
[INFO] [stdout]     |
[INFO] [stdout] 400 |                     try!(write!(fmt, "{}.*.*", self.major))
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:404:17
[INFO] [stdout]     |
[INFO] [stdout] 404 |                 try!(write!(fmt, "{}{}", self.op, self.major));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:407:32
[INFO] [stdout]     |
[INFO] [stdout] 407 |                     Some(v) => try!(write!(fmt, ".{}", v)),
[INFO] [stdout]     |                                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:412:32
[INFO] [stdout]     |
[INFO] [stdout] 412 |                     Some(v) => try!(write!(fmt, ".{}", v)),
[INFO] [stdout]     |                                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:417:21
[INFO] [stdout]     |
[INFO] [stdout] 417 |                     try!(write!(fmt, "-"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:422:25
[INFO] [stdout]     |
[INFO] [stdout] 422 |                         try!(write!(fmt, "{}", x));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:420:29
[INFO] [stdout]     |
[INFO] [stdout] 420 | ...                   try!(write!(fmt, "."))
[INFO] [stdout]     |                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:435:19
[INFO] [stdout]     |
[INFO] [stdout] 435 |             Ex => try!(write!(fmt, "= ")),
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:436:19
[INFO] [stdout]     |
[INFO] [stdout] 436 |             Gt => try!(write!(fmt, "> ")),
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:437:21
[INFO] [stdout]     |
[INFO] [stdout] 437 |             GtEq => try!(write!(fmt, ">= ")),
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:438:19
[INFO] [stdout]     |
[INFO] [stdout] 438 |             Lt => try!(write!(fmt, "< ")),
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:439:21
[INFO] [stdout]     |
[INFO] [stdout] 439 |             LtEq => try!(write!(fmt, "<= ")),
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:440:22
[INFO] [stdout]     |
[INFO] [stdout] 440 |             Tilde => try!(write!(fmt, "~")),
[INFO] [stdout]     |                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:441:27
[INFO] [stdout]     |
[INFO] [stdout] 441 |             Compatible => try!(write!(fmt, "^")),
[INFO] [stdout]     |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> range.rs:443:28
[INFO] [stdout]     |
[INFO] [stdout] 443 |             Wildcard(_) => try!(write!(fmt, "")),
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> version.rs:238:9
[INFO] [stdout]     |
[INFO] [stdout] 238 |         try!(write!(f, "{}.{}.{}", self.major, self.minor, self.patch));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> version.rs:240:13
[INFO] [stdout]     |
[INFO] [stdout] 240 |             try!(write!(f, "-"));
[INFO] [stdout]     |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> version.rs:245:17
[INFO] [stdout]     |
[INFO] [stdout] 245 |                 try!(write!(f, "{}", x));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> version.rs:243:21
[INFO] [stdout]     |
[INFO] [stdout] 243 |                     try!(write!(f, "."))
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> version.rs:249:13
[INFO] [stdout]     |
[INFO] [stdout] 249 |             try!(write!(f, "+"));
[INFO] [stdout]     |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> version.rs:254:17
[INFO] [stdout]     |
[INFO] [stdout] 254 |                 try!(write!(f, "{}", x));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> version.rs:252:21
[INFO] [stdout]     |
[INFO] [stdout] 252 |                     try!(write!(f, "."))
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> errors.rs:32:32
[INFO] [stdout]    |
[INFO] [stdout] 32 |             Parser(ref p) => p.description(),
[INFO] [stdout]    |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> parser.rs:99:31
[INFO] [stdout]    |
[INFO] [stdout] 99 |             Lexer(ref l) => l.description(),
[INFO] [stdout]    |                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> lexer.rs:158:23
[INFO] [stdout]     |
[INFO] [stdout] 158 |     pub fn new(input: &str) -> Lexer {
[INFO] [stdout]     |                       ^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 158 |     pub fn new(input: &str) -> Lexer<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> lexer.rs:283:19
[INFO] [stdout]     |
[INFO] [stdout] 283 |     fn lex(input: &str) -> Vec<Token> {
[INFO] [stdout]     |                   ^^^^         ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 283 |     fn lex(input: &str) -> Vec<Token<'_>> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> range.rs:142:25
[INFO] [stdout]     |
[INFO] [stdout] 142 |     pub fn parse(input: &str) -> Result<Range, Error> {
[INFO] [stdout]     |                         ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 142 |     pub fn parse(input: &str) -> Result<Range, Error<'_>> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> version.rs:186:27
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub fn parse(version: &str) -> Result<Version, Error> {
[INFO] [stdout]     |                           ^^^^                     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub fn parse(version: &str) -> Result<Version, Error<'_>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to `<[T; N] as IntoIterator>::into_iter` in Rust 2021
[INFO] [stdout]    --> version.rs:808:59
[INFO] [stdout]     |
[INFO] [stdout] 808 |         for (i, &SemverTest(left, right, loose)) in input.into_iter().enumerate() {
[INFO] [stdout]     |                                                           ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stdout]     = note: `#[warn(array_into_iter)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stdout]     |
[INFO] [stdout] 808 -         for (i, &SemverTest(left, right, loose)) in input.into_iter().enumerate() {
[INFO] [stdout] 808 +         for (i, &SemverTest(left, right, loose)) in input.iter().enumerate() {
[INFO] [stdout]     |
[INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stdout]     |
[INFO] [stdout] 808 -         for (i, &SemverTest(left, right, loose)) in input.into_iter().enumerate() {
[INFO] [stdout] 808 +         for (i, &SemverTest(left, right, loose)) in IntoIterator::into_iter(input).enumerate() {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to `<[T; N] as IntoIterator>::into_iter` in Rust 2021
[INFO] [stdout]    --> version.rs:943:60
[INFO] [stdout]     |
[INFO] [stdout] 943 |         for (i, &SemverTest(req, version, loose)) in input.into_iter().enumerate() {
[INFO] [stdout]     |                                                            ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stdout]     |
[INFO] [stdout] 943 -         for (i, &SemverTest(req, version, loose)) in input.into_iter().enumerate() {
[INFO] [stdout] 943 +         for (i, &SemverTest(req, version, loose)) in input.iter().enumerate() {
[INFO] [stdout]     |
[INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stdout]     |
[INFO] [stdout] 943 -         for (i, &SemverTest(req, version, loose)) in input.into_iter().enumerate() {
[INFO] [stdout] 943 +         for (i, &SemverTest(req, version, loose)) in IntoIterator::into_iter(input).enumerate() {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.14s
[INFO] running `Command { std: "docker" "inspect" "8f5f3005431968f6a834870b2f0a4f265d5fd866b0e68a78b43ff096a26e2816", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8f5f3005431968f6a834870b2f0a4f265d5fd866b0e68a78b43ff096a26e2816", kill_on_drop: false }`
[INFO] [stdout] 8f5f3005431968f6a834870b2f0a4f265d5fd866b0e68a78b43ff096a26e2816
