[INFO] updating cached repository https://github.com/agatan/rparse [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b0abac886422a2fbc1276c8524e5e67f4a46272d [INFO] checking agatan/rparse against try#c8bdaa84ec1b37f18f30375e196a65b7602f3790 for pr-73345 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fagatan%2Frparse" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/agatan/rparse on toolchain c8bdaa84ec1b37f18f30375e196a65b7602f3790 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c8bdaa84ec1b37f18f30375e196a65b7602f3790" "read-manifest" "--manifest-path" "Cargo.toml", 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-1/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: "/workspace/cargo-home/bin/cargo" "+c8bdaa84ec1b37f18f30375e196a65b7602f3790" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:6c9ffe128752d56c8d75334ed354142a5229917ed99767f56566dd8e857ad726" "/opt/rustwide/cargo-home/bin/cargo" "+c8bdaa84ec1b37f18f30375e196a65b7602f3790" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ad7b816cad0b57533114521e6d8eea6f6d64e5089c46a36e9c24231fb6c1dd35 [INFO] running `Command { std: "docker" "start" "-a" "ad7b816cad0b57533114521e6d8eea6f6d64e5089c46a36e9c24231fb6c1dd35", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ad7b816cad0b57533114521e6d8eea6f6d64e5089c46a36e9c24231fb6c1dd35", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ad7b816cad0b57533114521e6d8eea6f6d64e5089c46a36e9c24231fb6c1dd35", kill_on_drop: false }` [INFO] [stdout] ad7b816cad0b57533114521e6d8eea6f6d64e5089c46a36e9c24231fb6c1dd35 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:6c9ffe128752d56c8d75334ed354142a5229917ed99767f56566dd8e857ad726" "/opt/rustwide/cargo-home/bin/cargo" "+c8bdaa84ec1b37f18f30375e196a65b7602f3790" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 20b7d366b371cd293b5ec6f9c7bb6587c87d402b3b9eb4a3dcdcee03fa9fa6fb [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "20b7d366b371cd293b5ec6f9c7bb6587c87d402b3b9eb4a3dcdcee03fa9fa6fb", kill_on_drop: false }` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Checking rparse v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item '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: use of deprecated item '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] 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] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(patterns_in_fns_without_body)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #35203 [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] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(patterns_in_fns_without_body)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #35203 [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] 141 | pub struct Map { [INFO] [stdout] | - required by this bound in `combinator::Map` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::marker::Sized` is not implemented for `Self` [INFO] [stdout] = note: to learn more, visit [INFO] [stdout] help: consider further restricting `Self` [INFO] [stdout] | [INFO] [stdout] 29 | where F: FnMut(Self::Output) -> B, Self: std::marker::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] 182 | pub struct FollowedBy> { [INFO] [stdout] | -- required by this bound in `combinator::FollowedBy` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::marker::Sized` is not implemented for `Self` [INFO] [stdout] = note: to learn more, visit [INFO] [stdout] help: consider further restricting `Self` [INFO] [stdout] | [INFO] [stdout] 49 | -> FollowedBy where Self: std::marker::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] 223 | pub struct NotFollowedBy> { [INFO] [stdout] | -- required by this bound in `combinator::NotFollowedBy` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::marker::Sized` is not implemented for `Self` [INFO] [stdout] = note: to learn more, visit [INFO] [stdout] help: consider further restricting `Self` [INFO] [stdout] | [INFO] [stdout] 68 | -> NotFollowedBy where Self: std::marker::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] 265 | pub struct Seq, P2: Parser> { [INFO] [stdout] | -- required by this bound in `combinator::Seq` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::marker::Sized` is not implemented for `Self` [INFO] [stdout] = note: to learn more, visit [INFO] [stdout] help: consider further restricting `Self` [INFO] [stdout] | [INFO] [stdout] 89 | -> Seq where Self: std::marker::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] 313 | pub struct Skip> { [INFO] [stdout] | -- required by this bound in `combinator::Skip` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::marker::Sized` is not implemented for `Self` [INFO] [stdout] = note: to learn more, visit [INFO] [stdout] help: consider further restricting `Self` [INFO] [stdout] | [INFO] [stdout] 109 | -> Skip where Self: std::marker::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] 141 | pub struct Map { [INFO] [stdout] | - required by this bound in `combinator::Map` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::marker::Sized` is not implemented for `Self` [INFO] [stdout] = note: to learn more, visit [INFO] [stdout] help: consider further restricting `Self` [INFO] [stdout] | [INFO] [stdout] 29 | where F: FnMut(Self::Output) -> B, Self: std::marker::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] 182 | pub struct FollowedBy> { [INFO] [stdout] | -- required by this bound in `combinator::FollowedBy` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::marker::Sized` is not implemented for `Self` [INFO] [stdout] = note: to learn more, visit [INFO] [stdout] help: consider further restricting `Self` [INFO] [stdout] | [INFO] [stdout] 49 | -> FollowedBy where Self: std::marker::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] 223 | pub struct NotFollowedBy> { [INFO] [stdout] | -- required by this bound in `combinator::NotFollowedBy` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::marker::Sized` is not implemented for `Self` [INFO] [stdout] = note: to learn more, visit [INFO] [stdout] help: consider further restricting `Self` [INFO] [stdout] | [INFO] [stdout] 68 | -> NotFollowedBy where Self: std::marker::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] 265 | pub struct Seq, P2: Parser> { [INFO] [stdout] | -- required by this bound in `combinator::Seq` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::marker::Sized` is not implemented for `Self` [INFO] [stdout] = note: to learn more, visit [INFO] [stdout] help: consider further restricting `Self` [INFO] [stdout] | [INFO] [stdout] 89 | -> Seq where Self: std::marker::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] 313 | pub struct Skip> { [INFO] [stdout] | -- required by this bound in `combinator::Skip` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::marker::Sized` is not implemented for `Self` [INFO] [stdout] = note: to learn more, visit [INFO] [stdout] help: consider further restricting `Self` [INFO] [stdout] | [INFO] [stdout] 109 | -> Skip where Self: std::marker::Sized; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors; 1 warning 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`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "20b7d366b371cd293b5ec6f9c7bb6587c87d402b3b9eb4a3dcdcee03fa9fa6fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "20b7d366b371cd293b5ec6f9c7bb6587c87d402b3b9eb4a3dcdcee03fa9fa6fb", kill_on_drop: false }` [INFO] [stdout] 20b7d366b371cd293b5ec6f9c7bb6587c87d402b3b9eb4a3dcdcee03fa9fa6fb