[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] documenting agatan/rparse against 1.46.0 for beta-1.47-rustdoc-1 [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 1.46.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "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" "+1.46.0" "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" "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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1.46.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d3e1ba7f94444f079a5e3f5dd0742defd0b342ff452e6ccd267921571e14b4fd [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" "d3e1ba7f94444f079a5e3f5dd0742defd0b342ff452e6ccd267921571e14b4fd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d3e1ba7f94444f079a5e3f5dd0742defd0b342ff452e6ccd267921571e14b4fd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d3e1ba7f94444f079a5e3f5dd0742defd0b342ff452e6ccd267921571e14b4fd", kill_on_drop: false }` [INFO] [stdout] d3e1ba7f94444f079a5e3f5dd0742defd0b342ff452e6ccd267921571e14b4fd [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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1.46.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", 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] c8baa4dcbfbafd57531933a53362ca3c556c339ce5fa3059901260f637e750b9 [INFO] running `Command { std: "docker" "start" "-a" "c8baa4dcbfbafd57531933a53362ca3c556c339ce5fa3059901260f637e750b9", kill_on_drop: false }` [INFO] [stderr] Documenting rparse v0.1.0 (/opt/rustwide/workdir) [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: 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 was used here: `Box

` [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: 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 was used here: `Box` [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: 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 was used here: `Box` [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: 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 was used here: `Box` [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: 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 was used here: `Box` [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 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: Could not document `rparse`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --crate-type lib --crate-name rparse src/lib.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi --document-private-items -L dependency=/opt/rustwide/target/debug/deps --cap-lints=warn` (exit code: 1) [INFO] running `Command { std: "docker" "inspect" "c8baa4dcbfbafd57531933a53362ca3c556c339ce5fa3059901260f637e750b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c8baa4dcbfbafd57531933a53362ca3c556c339ce5fa3059901260f637e750b9", kill_on_drop: false }` [INFO] [stdout] c8baa4dcbfbafd57531933a53362ca3c556c339ce5fa3059901260f637e750b9