[INFO] fetching crate ley 0.0.5...
[INFO] checking ley-0.0.5 against try#31561a63598a0f21fc74c024747ef1310fdd2eb2 for pr-133536
[INFO] extracting crate ley 0.0.5 into /workspace/builds/worker-1-tc2/source
[INFO] validating manifest of crates.io crate ley 0.0.5 on toolchain 31561a63598a0f21fc74c024747ef1310fdd2eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate ley 0.0.5
[INFO] finished tweaking crates.io crate ley 0.0.5
[INFO] tweaked toml for crates.io crate ley 0.0.5 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] crate crates.io crate ley 0.0.5 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bfcdb45c8d934ee9a020483747b97630912a0077880b07ae94e98b423e128866
[INFO] running `Command { std: "docker" "start" "-a" "bfcdb45c8d934ee9a020483747b97630912a0077880b07ae94e98b423e128866", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bfcdb45c8d934ee9a020483747b97630912a0077880b07ae94e98b423e128866", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bfcdb45c8d934ee9a020483747b97630912a0077880b07ae94e98b423e128866", kill_on_drop: false }`
[INFO] [stdout] bfcdb45c8d934ee9a020483747b97630912a0077880b07ae94e98b423e128866
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 526267c000470e06f181bf06c714e21f437b425cf5215bc2ac11bc140fe46d3a
[INFO] running `Command { std: "docker" "start" "-a" "526267c000470e06f181bf06c714e21f437b425cf5215bc2ac11bc140fe46d3a", kill_on_drop: false }`
[INFO] [stderr]     Checking ley v0.0.5 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0412]: cannot find type `NoneError` in module `std::option`
[INFO] [stdout]    --> src/ley.rs:427:28
[INFO] [stdout]     |
[INFO] [stdout] 427 | impl<'a> From<std::option::NoneError> for ParseError<'a> {
[INFO] [stdout]     |                            ^^^^^^^^^ not found in `std::option`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `NoneError` in module `std::option`
[INFO] [stdout]    --> src/ley.rs:427:28
[INFO] [stdout]     |
[INFO] [stdout] 427 | impl<'a> From<std::option::NoneError> for ParseError<'a> {
[INFO] [stdout]     |                            ^^^^^^^^^ not found in `std::option`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `NoneError` in module `std::option`
[INFO] [stdout]    --> src/ley.rs:428:29
[INFO] [stdout]     |
[INFO] [stdout] 428 |     fn from(_: std::option::NoneError) -> Self {
[INFO] [stdout]     |                             ^^^^^^^^^ not found in `std::option`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `NoneError` in module `std::option`
[INFO] [stdout]    --> src/ley.rs:428:29
[INFO] [stdout]     |
[INFO] [stdout] 428 |     fn from(_: std::option::NoneError) -> Self {
[INFO] [stdout]     |                             ^^^^^^^^^ not found in `std::option`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `collections::VecDeque`
[INFO] [stdout]  --> src/main.rs:3:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::{collections::VecDeque, env, fs::{File, read_dir}, io::{Read, Write}, path::Path};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/ley.rs:54:72
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub fn from_lines<'a>(mut ley_lines: LeyLines<'a>) -> Result<Self, ParseError> {
[INFO] [stdout]    |                       -- lifetime `'a` declared here                   ^^^^^^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(elided_named_lifetimes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/ley.rs:93:53
[INFO] [stdout]    |
[INFO] [stdout] 92 | impl <'a> LeyLines<'a> {
[INFO] [stdout]    |       -- lifetime `'a` declared here
[INFO] [stdout] 93 |     pub fn new(mut source: &'a str) -> Result<Self, ParseError> {
[INFO] [stdout]    |                                                     ^^^^^^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/ley.rs:236:68
[INFO] [stdout]     |
[INFO] [stdout] 212 | impl<'a> String<'a> {
[INFO] [stdout]     |      -- lifetime `'a` declared here
[INFO] [stdout] ...
[INFO] [stdout] 236 |     pub fn from_lines(mut ley_lines: LeyLines<'a>) -> Result<Self, ParseError> {
[INFO] [stdout]     |                                                                    ^^^^^^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `collections::VecDeque`
[INFO] [stdout]  --> src/main.rs:3:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::{collections::VecDeque, env, fs::{File, read_dir}, io::{Read, Write}, path::Path};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]  --> src/fmt.rs:1:40
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{fmt::Display, fs::File, io::{self, Write}, path::PathBuf};
[INFO] [stdout]   |                                        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/ley.rs:54:72
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub fn from_lines<'a>(mut ley_lines: LeyLines<'a>) -> Result<Self, ParseError> {
[INFO] [stdout]    |                       -- lifetime `'a` declared here                   ^^^^^^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(elided_named_lifetimes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::VecDeque`
[INFO] [stdout]  --> src/fmt.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::collections::VecDeque;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/ley.rs:93:53
[INFO] [stdout]    |
[INFO] [stdout] 92 | impl <'a> LeyLines<'a> {
[INFO] [stdout]    |       -- lifetime `'a` declared here
[INFO] [stdout] 93 |     pub fn new(mut source: &'a str) -> Result<Self, ParseError> {
[INFO] [stdout]    |                                                     ^^^^^^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::catch`
[INFO] [stdout]  --> src/fmt.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use super::catch;
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/ley.rs:236:68
[INFO] [stdout]     |
[INFO] [stdout] 212 | impl<'a> String<'a> {
[INFO] [stdout]     |      -- lifetime `'a` declared here
[INFO] [stdout] ...
[INFO] [stdout] 236 |     pub fn from_lines(mut ley_lines: LeyLines<'a>) -> Result<Self, ParseError> {
[INFO] [stdout]     |                                                                    ^^^^^^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]  --> src/fmt.rs:1:40
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{fmt::Display, fs::File, io::{self, Write}, path::PathBuf};
[INFO] [stdout]   |                                        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::VecDeque`
[INFO] [stdout]  --> src/fmt.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::collections::VecDeque;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::catch`
[INFO] [stdout]  --> src/fmt.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use super::catch;
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `try_trait`
[INFO] [stdout]  --> src/main.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(try_trait)]
[INFO] [stdout]   |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `try_trait`
[INFO] [stdout]  --> src/main.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(try_trait)]
[INFO] [stdout]   |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the `?` operator can only be used on `Result`s, not `Option`s, in a method that returns `Result`
[INFO] [stdout]    --> src/ley.rs:137:34
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub fn parse(token_stream: &mut TokenIter<'a, '_, '_>) -> Result<Self, ParseError<'a>> {
[INFO] [stdout]     |     -------------------------------------------------------------------------------------- this function returns a `Result`
[INFO] [stdout] 136 |         use Token::*;
[INFO] [stdout] 137 |         match token_stream.next()? {
[INFO] [stdout]     |                                  ^ use `.ok_or(...)?` to provide an error compatible with `Result<ley::LeyLine<'_>, ParseError<'_>>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `FromResidual<Option<Infallible>>` is not implemented for `Result<ley::LeyLine<'_>, ParseError<'_>>`
[INFO] [stdout]     = help: the trait `FromResidual<Result<Infallible, E>>` is implemented for `Result<T, F>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the `?` operator can only be used on `Result`s, not `Option`s, in a method that returns `Result`
[INFO] [stdout]    --> src/ley.rs:137:34
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub fn parse(token_stream: &mut TokenIter<'a, '_, '_>) -> Result<Self, ParseError<'a>> {
[INFO] [stdout]     |     -------------------------------------------------------------------------------------- this function returns a `Result`
[INFO] [stdout] 136 |         use Token::*;
[INFO] [stdout] 137 |         match token_stream.next()? {
[INFO] [stdout]     |                                  ^ use `.ok_or(...)?` to provide an error compatible with `Result<ley::LeyLine<'_>, ParseError<'_>>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `FromResidual<Option<Infallible>>` is not implemented for `Result<ley::LeyLine<'_>, ParseError<'_>>`
[INFO] [stdout]     = help: the trait `FromResidual<Result<Infallible, E>>` is implemented for `Result<T, F>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the `?` operator can only be used on `Result`s, not `Option`s, in a method that returns `Result`
[INFO] [stdout]    --> src/ley.rs:140:56
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub fn parse(token_stream: &mut TokenIter<'a, '_, '_>) -> Result<Self, ParseError<'a>> {
[INFO] [stdout]     |     -------------------------------------------------------------------------------------- this function returns a `Result`
[INFO] [stdout] ...
[INFO] [stdout] 140 |                 let comment = match token_stream.next()? {
[INFO] [stdout]     |                                                        ^ use `.ok_or(...)?` to provide an error compatible with `Result<ley::LeyLine<'_>, ParseError<'_>>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `FromResidual<Option<Infallible>>` is not implemented for `Result<ley::LeyLine<'_>, ParseError<'_>>`
[INFO] [stdout]     = help: the trait `FromResidual<Result<Infallible, E>>` is implemented for `Result<T, F>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the `?` operator can only be used on `Result`s, not `Option`s, in a method that returns `Result`
[INFO] [stdout]    --> src/ley.rs:140:56
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub fn parse(token_stream: &mut TokenIter<'a, '_, '_>) -> Result<Self, ParseError<'a>> {
[INFO] [stdout]     |     -------------------------------------------------------------------------------------- this function returns a `Result`
[INFO] [stdout] ...
[INFO] [stdout] 140 |                 let comment = match token_stream.next()? {
[INFO] [stdout]     |                                                        ^ use `.ok_or(...)?` to provide an error compatible with `Result<ley::LeyLine<'_>, ParseError<'_>>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `FromResidual<Option<Infallible>>` is not implemented for `Result<ley::LeyLine<'_>, ParseError<'_>>`
[INFO] [stdout]     = help: the trait `FromResidual<Result<Infallible, E>>` is implemented for `Result<T, F>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the `?` operator can only be used on `Result`s, not `Option`s, in a method that returns `Result`
[INFO] [stdout]    --> src/ley.rs:145:53
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub fn parse(token_stream: &mut TokenIter<'a, '_, '_>) -> Result<Self, ParseError<'a>> {
[INFO] [stdout]     |     -------------------------------------------------------------------------------------- this function returns a `Result`
[INFO] [stdout] ...
[INFO] [stdout] 145 |                 let kind = match token_stream.next()? {
[INFO] [stdout]     |                                                     ^ use `.ok_or(...)?` to provide an error compatible with `Result<ley::LeyLine<'_>, ParseError<'_>>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `FromResidual<Option<Infallible>>` is not implemented for `Result<ley::LeyLine<'_>, ParseError<'_>>`
[INFO] [stdout]     = help: the trait `FromResidual<Result<Infallible, E>>` is implemented for `Result<T, F>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the `?` operator can only be used on `Result`s, not `Option`s, in a method that returns `Result`
[INFO] [stdout]    --> src/ley.rs:145:53
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub fn parse(token_stream: &mut TokenIter<'a, '_, '_>) -> Result<Self, ParseError<'a>> {
[INFO] [stdout]     |     -------------------------------------------------------------------------------------- this function returns a `Result`
[INFO] [stdout] ...
[INFO] [stdout] 145 |                 let kind = match token_stream.next()? {
[INFO] [stdout]     |                                                     ^ use `.ok_or(...)?` to provide an error compatible with `Result<ley::LeyLine<'_>, ParseError<'_>>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `FromResidual<Option<Infallible>>` is not implemented for `Result<ley::LeyLine<'_>, ParseError<'_>>`
[INFO] [stdout]     = help: the trait `FromResidual<Result<Infallible, E>>` is implemented for `Result<T, F>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the `?` operator can only be used on `Result`s, not `Option`s, in a method that returns `Result`
[INFO] [stdout]    --> src/ley.rs:147:48
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub fn parse(token_stream: &mut TokenIter<'a, '_, '_>) -> Result<Self, ParseError<'a>> {
[INFO] [stdout]     |     -------------------------------------------------------------------------------------- this function returns a `Result`
[INFO] [stdout] ...
[INFO] [stdout] 147 |                         if *token_stream.next()? != Token::OpenBrace {
[INFO] [stdout]     |                                                ^ use `.ok_or(...)?` to provide an error compatible with `Result<ley::LeyLine<'_>, ParseError<'_>>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `FromResidual<Option<Infallible>>` is not implemented for `Result<ley::LeyLine<'_>, ParseError<'_>>`
[INFO] [stdout]     = help: the trait `FromResidual<Result<Infallible, E>>` is implemented for `Result<T, F>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the `?` operator can only be used on `Result`s, not `Option`s, in a method that returns `Result`
[INFO] [stdout]    --> src/ley.rs:147:48
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub fn parse(token_stream: &mut TokenIter<'a, '_, '_>) -> Result<Self, ParseError<'a>> {
[INFO] [stdout]     |     -------------------------------------------------------------------------------------- this function returns a `Result`
[INFO] [stdout] ...
[INFO] [stdout] 147 |                         if *token_stream.next()? != Token::OpenBrace {
[INFO] [stdout]     |                                                ^ use `.ok_or(...)?` to provide an error compatible with `Result<ley::LeyLine<'_>, ParseError<'_>>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `FromResidual<Option<Infallible>>` is not implemented for `Result<ley::LeyLine<'_>, ParseError<'_>>`
[INFO] [stdout]     = help: the trait `FromResidual<Result<Infallible, E>>` is implemented for `Result<T, F>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the `?` operator can only be used on `Result`s, not `Option`s, in a method that returns `Result`
[INFO] [stdout]    --> src/ley.rs:160:43
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub fn parse(token_stream: &mut TokenIter<'a, '_, '_>) -> Result<Self, ParseError<'a>> {
[INFO] [stdout]     |     -------------------------------------------------------------------------------------- this function returns a `Result`
[INFO] [stdout] ...
[INFO] [stdout] 160 |                 while *token_stream.peek()? != CloseBrace {
[INFO] [stdout]     |                                           ^ use `.ok_or(...)?` to provide an error compatible with `Result<ley::LeyLine<'_>, ParseError<'_>>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `FromResidual<Option<Infallible>>` is not implemented for `Result<ley::LeyLine<'_>, ParseError<'_>>`
[INFO] [stdout]     = help: the trait `FromResidual<Result<Infallible, E>>` is implemented for `Result<T, F>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the `?` operator can only be used on `Result`s, not `Option`s, in a method that returns `Result`
[INFO] [stdout]    --> src/ley.rs:160:43
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub fn parse(token_stream: &mut TokenIter<'a, '_, '_>) -> Result<Self, ParseError<'a>> {
[INFO] [stdout]     |     -------------------------------------------------------------------------------------- this function returns a `Result`
[INFO] [stdout] ...
[INFO] [stdout] 160 |                 while *token_stream.peek()? != CloseBrace {
[INFO] [stdout]     |                                           ^ use `.ok_or(...)?` to provide an error compatible with `Result<ley::LeyLine<'_>, ParseError<'_>>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `FromResidual<Option<Infallible>>` is not implemented for `Result<ley::LeyLine<'_>, ParseError<'_>>`
[INFO] [stdout]     = help: the trait `FromResidual<Result<Infallible, E>>` is implemented for `Result<T, F>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0412, E0635.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0412, E0635.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ley` (bin "ley") due to 8 previous errors; 7 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `ley` (bin "ley" test) due to 8 previous errors; 7 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "526267c000470e06f181bf06c714e21f437b425cf5215bc2ac11bc140fe46d3a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "526267c000470e06f181bf06c714e21f437b425cf5215bc2ac11bc140fe46d3a", kill_on_drop: false }`
[INFO] [stdout] 526267c000470e06f181bf06c714e21f437b425cf5215bc2ac11bc140fe46d3a
