[INFO] cloning repository https://github.com/agatan/rparse [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/agatan/rparse" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fagatan%2Frparse", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fagatan%2Frparse'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b0abac886422a2fbc1276c8524e5e67f4a46272d [INFO] checking agatan/rparse against master#af4a5a13a15fa0c60e06321077ef452f769b42fd for pr-122960-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fagatan%2Frparse" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/agatan/rparse on toolchain af4a5a13a15fa0c60e06321077ef452f769b42fd [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/agatan/rparse [INFO] finished tweaking git repo https://github.com/agatan/rparse [INFO] tweaked toml for git repo https://github.com/agatan/rparse written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/agatan/rparse 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" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 688e8411ddac5b30d3a58192ed592c1086cd206f0861bbba407194555325e2b4 [INFO] running `Command { std: "docker" "start" "-a" "688e8411ddac5b30d3a58192ed592c1086cd206f0861bbba407194555325e2b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "688e8411ddac5b30d3a58192ed592c1086cd206f0861bbba407194555325e2b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "688e8411ddac5b30d3a58192ed592c1086cd206f0861bbba407194555325e2b4", kill_on_drop: false }` [INFO] [stdout] 688e8411ddac5b30d3a58192ed592c1086cd206f0861bbba407194555325e2b4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d4ce3c4d781de157e785b339a0c6836773a9d419b44e2ae01a053eee7f7610a6 [INFO] running `Command { std: "docker" "start" "-a" "d4ce3c4d781de157e785b339a0c6836773a9d419b44e2ae01a053eee7f7610a6", kill_on_drop: false }` [INFO] [stderr] Checking rparse v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: the item `Iterator` is imported redundantly [INFO] [stdout] --> src/prim/mod.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | use std::iter::{Iterator, Peekable}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:124:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Iterator` is already defined here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: patterns aren't allowed in functions without bodies [INFO] [stdout] --> src/prim/mod.rs:31:28 [INFO] [stdout] | [INFO] [stdout] 31 | fn parse(&mut self, mut src: Peekable) [INFO] [stdout] | ^^^^^^^ help: remove `mut` from the parameter: `src` [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 #35203 [INFO] [stdout] = note: `#[deny(patterns_in_fns_without_body)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Iterator` is imported redundantly [INFO] [stdout] --> src/combinator.rs:9:17 [INFO] [stdout] | [INFO] [stdout] 9 | use std::iter::{Iterator, Peekable}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:124:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Iterator` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:280:25 [INFO] [stdout] | [INFO] [stdout] 280 | let (r1, ctx) = try!(self.p1.parse(src)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Iterator` is imported redundantly [INFO] [stdout] --> src/prim/mod.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | use std::iter::{Iterator, Peekable}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:124:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Iterator` is already defined here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: patterns aren't allowed in functions without bodies [INFO] [stdout] --> src/prim/mod.rs:31:28 [INFO] [stdout] | [INFO] [stdout] 31 | fn parse(&mut self, mut src: Peekable) [INFO] [stdout] | ^^^^^^^ help: remove `mut` from the parameter: `src` [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 #35203 [INFO] [stdout] = note: `#[deny(patterns_in_fns_without_body)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Iterator` is imported redundantly [INFO] [stdout] --> src/combinator.rs:9:17 [INFO] [stdout] | [INFO] [stdout] 9 | use std::iter::{Iterator, Peekable}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:124:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Iterator` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:280:25 [INFO] [stdout] | [INFO] [stdout] 280 | let (r1, ctx) = try!(self.p1.parse(src)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Iterator` is imported redundantly [INFO] [stdout] --> src/lib.rs:14:21 [INFO] [stdout] | [INFO] [stdout] 14 | use std::iter::{Iterator}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:124:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Iterator` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `Self` cannot be known at compilation time [INFO] [stdout] --> src/combinator.rs:28:33 [INFO] [stdout] | [INFO] [stdout] 28 | fn map(self, f: F) -> Map [INFO] [stdout] | ^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] note: required by an implicit `Sized` bound in `combinator::Map` [INFO] [stdout] --> src/combinator.rs:141:16 [INFO] [stdout] | [INFO] [stdout] 141 | pub struct Map { [INFO] [stdout] | ^ required by the implicit `Sized` requirement on this type parameter in `Map` [INFO] [stdout] help: you could relax the implicit `Sized` bound on `P` if it were used through indirection like `&P` or `Box

` [INFO] [stdout] --> src/combinator.rs:141:16 [INFO] [stdout] | [INFO] [stdout] 141 | pub struct Map { [INFO] [stdout] | ^ this could be changed to `P: ?Sized`... [INFO] [stdout] 142 | p: P, [INFO] [stdout] | - ...if indirection were used here: `Box

` [INFO] [stdout] help: consider further restricting `Self` [INFO] [stdout] | [INFO] [stdout] 29 | where F: FnMut(Self::Output) -> B, Self: Sized; [INFO] [stdout] | +++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `Self` cannot be known at compilation time [INFO] [stdout] --> src/combinator.rs:49:12 [INFO] [stdout] | [INFO] [stdout] 49 | -> FollowedBy; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] note: required by an implicit `Sized` bound in `FollowedBy` [INFO] [stdout] --> src/combinator.rs:182:23 [INFO] [stdout] | [INFO] [stdout] 182 | pub struct FollowedBy> { [INFO] [stdout] | ^^ required by the implicit `Sized` requirement on this type parameter in `FollowedBy` [INFO] [stdout] help: you could relax the implicit `Sized` bound on `P1` if it were used through indirection like `&P1` or `Box` [INFO] [stdout] --> src/combinator.rs:182:23 [INFO] [stdout] | [INFO] [stdout] 182 | pub struct FollowedBy> { [INFO] [stdout] | ^^ this could be changed to `P1: ?Sized`... [INFO] [stdout] 183 | p: P1, [INFO] [stdout] | -- ...if indirection were used here: `Box` [INFO] [stdout] help: consider further restricting `Self` [INFO] [stdout] | [INFO] [stdout] 49 | -> FollowedBy where Self: Sized; [INFO] [stdout] | +++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `Self` cannot be known at compilation time [INFO] [stdout] --> src/combinator.rs:68:12 [INFO] [stdout] | [INFO] [stdout] 68 | -> NotFollowedBy; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] note: required by an implicit `Sized` bound in `NotFollowedBy` [INFO] [stdout] --> src/combinator.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | pub struct NotFollowedBy> { [INFO] [stdout] | ^^ required by the implicit `Sized` requirement on this type parameter in `NotFollowedBy` [INFO] [stdout] help: you could relax the implicit `Sized` bound on `P1` if it were used through indirection like `&P1` or `Box` [INFO] [stdout] --> src/combinator.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | pub struct NotFollowedBy> { [INFO] [stdout] | ^^ this could be changed to `P1: ?Sized`... [INFO] [stdout] 224 | p: P1, [INFO] [stdout] | -- ...if indirection were used here: `Box` [INFO] [stdout] help: consider further restricting `Self` [INFO] [stdout] | [INFO] [stdout] 68 | -> NotFollowedBy where Self: Sized; [INFO] [stdout] | +++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `Self` cannot be known at compilation time [INFO] [stdout] --> src/combinator.rs:89:12 [INFO] [stdout] | [INFO] [stdout] 89 | -> Seq; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] note: required by an implicit `Sized` bound in `Seq` [INFO] [stdout] --> src/combinator.rs:265:26 [INFO] [stdout] | [INFO] [stdout] 265 | pub struct Seq, P2: Parser> { [INFO] [stdout] | ^^ required by the implicit `Sized` requirement on this type parameter in `Seq` [INFO] [stdout] help: you could relax the implicit `Sized` bound on `P1` if it were used through indirection like `&P1` or `Box` [INFO] [stdout] --> src/combinator.rs:265:26 [INFO] [stdout] | [INFO] [stdout] 265 | pub struct Seq, P2: Parser> { [INFO] [stdout] | ^^ this could be changed to `P1: ?Sized`... [INFO] [stdout] 266 | p1: P1, [INFO] [stdout] | -- ...if indirection were used here: `Box` [INFO] [stdout] help: consider further restricting `Self` [INFO] [stdout] | [INFO] [stdout] 89 | -> Seq where Self: Sized; [INFO] [stdout] | +++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `Self` cannot be known at compilation time [INFO] [stdout] --> src/combinator.rs:109:12 [INFO] [stdout] | [INFO] [stdout] 109 | -> Skip; [INFO] [stdout] | ^^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] note: required by an implicit `Sized` bound in `combinator::Skip` [INFO] [stdout] --> src/combinator.rs:313:17 [INFO] [stdout] | [INFO] [stdout] 313 | pub struct Skip> { [INFO] [stdout] | ^^ required by the implicit `Sized` requirement on this type parameter in `Skip` [INFO] [stdout] help: you could relax the implicit `Sized` bound on `P1` if it were used through indirection like `&P1` or `Box` [INFO] [stdout] --> src/combinator.rs:313:17 [INFO] [stdout] | [INFO] [stdout] 313 | pub struct Skip> { [INFO] [stdout] | ^^ this could be changed to `P1: ?Sized`... [INFO] [stdout] 314 | p: P1, [INFO] [stdout] | -- ...if indirection were used here: `Box` [INFO] [stdout] help: consider further restricting `Self` [INFO] [stdout] | [INFO] [stdout] 109 | -> Skip where Self: Sized; [INFO] [stdout] | +++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `Self` cannot be known at compilation time [INFO] [stdout] --> src/combinator.rs:28:33 [INFO] [stdout] | [INFO] [stdout] 28 | fn map(self, f: F) -> Map [INFO] [stdout] | ^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] note: required by an implicit `Sized` bound in `combinator::Map` [INFO] [stdout] --> src/combinator.rs:141:16 [INFO] [stdout] | [INFO] [stdout] 141 | pub struct Map { [INFO] [stdout] | ^ required by the implicit `Sized` requirement on this type parameter in `Map` [INFO] [stdout] help: you could relax the implicit `Sized` bound on `P` if it were used through indirection like `&P` or `Box

` [INFO] [stdout] --> src/combinator.rs:141:16 [INFO] [stdout] | [INFO] [stdout] 141 | pub struct Map { [INFO] [stdout] | ^ this could be changed to `P: ?Sized`... [INFO] [stdout] 142 | p: P, [INFO] [stdout] | - ...if indirection were used here: `Box

` [INFO] [stdout] help: consider further restricting `Self` [INFO] [stdout] | [INFO] [stdout] 29 | where F: FnMut(Self::Output) -> B, Self: Sized; [INFO] [stdout] | +++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `Self` cannot be known at compilation time [INFO] [stdout] --> src/combinator.rs:49:12 [INFO] [stdout] | [INFO] [stdout] 49 | -> FollowedBy; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] note: required by an implicit `Sized` bound in `FollowedBy` [INFO] [stdout] --> src/combinator.rs:182:23 [INFO] [stdout] | [INFO] [stdout] 182 | pub struct FollowedBy> { [INFO] [stdout] | ^^ required by the implicit `Sized` requirement on this type parameter in `FollowedBy` [INFO] [stdout] help: you could relax the implicit `Sized` bound on `P1` if it were used through indirection like `&P1` or `Box` [INFO] [stdout] --> src/combinator.rs:182:23 [INFO] [stdout] | [INFO] [stdout] 182 | pub struct FollowedBy> { [INFO] [stdout] | ^^ this could be changed to `P1: ?Sized`... [INFO] [stdout] 183 | p: P1, [INFO] [stdout] | -- ...if indirection were used here: `Box` [INFO] [stdout] help: consider further restricting `Self` [INFO] [stdout] | [INFO] [stdout] 49 | -> FollowedBy where Self: Sized; [INFO] [stdout] | +++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `Self` cannot be known at compilation time [INFO] [stdout] --> src/combinator.rs:68:12 [INFO] [stdout] | [INFO] [stdout] 68 | -> NotFollowedBy; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] note: required by an implicit `Sized` bound in `NotFollowedBy` [INFO] [stdout] --> src/combinator.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | pub struct NotFollowedBy> { [INFO] [stdout] | ^^ required by the implicit `Sized` requirement on this type parameter in `NotFollowedBy` [INFO] [stdout] help: you could relax the implicit `Sized` bound on `P1` if it were used through indirection like `&P1` or `Box` [INFO] [stdout] --> src/combinator.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | pub struct NotFollowedBy> { [INFO] [stdout] | ^^ this could be changed to `P1: ?Sized`... [INFO] [stdout] 224 | p: P1, [INFO] [stdout] | -- ...if indirection were used here: `Box` [INFO] [stdout] help: consider further restricting `Self` [INFO] [stdout] | [INFO] [stdout] 68 | -> NotFollowedBy where Self: Sized; [INFO] [stdout] | +++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `Self` cannot be known at compilation time [INFO] [stdout] --> src/combinator.rs:89:12 [INFO] [stdout] | [INFO] [stdout] 89 | -> Seq; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] note: required by an implicit `Sized` bound in `Seq` [INFO] [stdout] --> src/combinator.rs:265:26 [INFO] [stdout] | [INFO] [stdout] 265 | pub struct Seq, P2: Parser> { [INFO] [stdout] | ^^ required by the implicit `Sized` requirement on this type parameter in `Seq` [INFO] [stdout] help: you could relax the implicit `Sized` bound on `P1` if it were used through indirection like `&P1` or `Box` [INFO] [stdout] --> src/combinator.rs:265:26 [INFO] [stdout] | [INFO] [stdout] 265 | pub struct Seq, P2: Parser> { [INFO] [stdout] | ^^ this could be changed to `P1: ?Sized`... [INFO] [stdout] 266 | p1: P1, [INFO] [stdout] | -- ...if indirection were used here: `Box` [INFO] [stdout] help: consider further restricting `Self` [INFO] [stdout] | [INFO] [stdout] 89 | -> Seq where Self: Sized; [INFO] [stdout] | +++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `Self` cannot be known at compilation time [INFO] [stdout] --> src/combinator.rs:109:12 [INFO] [stdout] | [INFO] [stdout] 109 | -> Skip; [INFO] [stdout] | ^^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] note: required by an implicit `Sized` bound in `combinator::Skip` [INFO] [stdout] --> src/combinator.rs:313:17 [INFO] [stdout] | [INFO] [stdout] 313 | pub struct Skip> { [INFO] [stdout] | ^^ required by the implicit `Sized` requirement on this type parameter in `Skip` [INFO] [stdout] help: you could relax the implicit `Sized` bound on `P1` if it were used through indirection like `&P1` or `Box` [INFO] [stdout] --> src/combinator.rs:313:17 [INFO] [stdout] | [INFO] [stdout] 313 | pub struct Skip> { [INFO] [stdout] | ^^ this could be changed to `P1: ?Sized`... [INFO] [stdout] 314 | p: P1, [INFO] [stdout] | -- ...if indirection were used here: `Box` [INFO] [stdout] help: consider further restricting `Self` [INFO] [stdout] | [INFO] [stdout] 109 | -> Skip where Self: Sized; [INFO] [stdout] | +++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors; 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rparse` (lib) due to 7 previous errors; 3 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 6 previous errors; 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rparse` (lib test) due to 7 previous errors; 4 warnings emitted [INFO] running `Command { std: "docker" "inspect" "d4ce3c4d781de157e785b339a0c6836773a9d419b44e2ae01a053eee7f7610a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d4ce3c4d781de157e785b339a0c6836773a9d419b44e2ae01a053eee7f7610a6", kill_on_drop: false }` [INFO] [stdout] d4ce3c4d781de157e785b339a0c6836773a9d419b44e2ae01a053eee7f7610a6 [INFO] checking agatan/rparse against try#36dbcaee1a55543dfc181be52a69d99ff46ff62f for pr-122960-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fagatan%2Frparse" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/agatan/rparse on toolchain 36dbcaee1a55543dfc181be52a69d99ff46ff62f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/agatan/rparse [INFO] finished tweaking git repo https://github.com/agatan/rparse [INFO] tweaked toml for git repo https://github.com/agatan/rparse written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/agatan/rparse 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" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dc64ca05eda13edd8ee4ff4662fe4dd1b773aeb15da96b8240845ad14a22e30d [INFO] running `Command { std: "docker" "start" "-a" "dc64ca05eda13edd8ee4ff4662fe4dd1b773aeb15da96b8240845ad14a22e30d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dc64ca05eda13edd8ee4ff4662fe4dd1b773aeb15da96b8240845ad14a22e30d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dc64ca05eda13edd8ee4ff4662fe4dd1b773aeb15da96b8240845ad14a22e30d", kill_on_drop: false }` [INFO] [stdout] dc64ca05eda13edd8ee4ff4662fe4dd1b773aeb15da96b8240845ad14a22e30d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f59c61d160711a47b2452873de1bab6ae40b5dd5e9d67b1a5ce1fec97bf15710 [INFO] running `Command { std: "docker" "start" "-a" "f59c61d160711a47b2452873de1bab6ae40b5dd5e9d67b1a5ce1fec97bf15710", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] no edition found in manifest, probably 2015, skipping [INFO] running `Command { std: "docker" "inspect" "f59c61d160711a47b2452873de1bab6ae40b5dd5e9d67b1a5ce1fec97bf15710", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f59c61d160711a47b2452873de1bab6ae40b5dd5e9d67b1a5ce1fec97bf15710", kill_on_drop: false }` [INFO] [stdout] f59c61d160711a47b2452873de1bab6ae40b5dd5e9d67b1a5ce1fec97bf15710