[INFO] cloning repository https://github.com/Pritch009/resources [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Pritch009/resources" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPritch009%2Fresources", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPritch009%2Fresources'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c09d2b6837f8b5af65398073be746e2ba066f64d [INFO] documenting Pritch009/resources against 1.61.0 for beta-1.62-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPritch009%2Fresources" "/workspace/builds/worker-36/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-36/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Pritch009/resources on toolchain 1.61.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Pritch009/resources [INFO] finished tweaking git repo https://github.com/Pritch009/resources [INFO] tweaked toml for git repo https://github.com/Pritch009/resources written to /workspace/builds/worker-36/source/Cargo.toml [INFO] crate git repo https://github.com/Pritch009/resources already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-36/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-36/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ba952b42818fe2e89df15174ee2846195e4f2e43b5ab406ba2739c14c16f322c [INFO] running `Command { std: "docker" "start" "-a" "ba952b42818fe2e89df15174ee2846195e4f2e43b5ab406ba2739c14c16f322c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ba952b42818fe2e89df15174ee2846195e4f2e43b5ab406ba2739c14c16f322c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ba952b42818fe2e89df15174ee2846195e4f2e43b5ab406ba2739c14c16f322c", kill_on_drop: false }` [INFO] [stdout] ba952b42818fe2e89df15174ee2846195e4f2e43b5ab406ba2739c14c16f322c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-36/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-36/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9f8ed86dd9a855851ed9bf6267b260198e553ca2a24962e22ed272be7e30ee90 [INFO] running `Command { std: "docker" "start" "-a" "9f8ed86dd9a855851ed9bf6267b260198e553ca2a24962e22ed272be7e30ee90", kill_on_drop: false }` [INFO] [stderr] Checking proto v0.1.0 (/opt/rustwide/workdir/lib/proto) [INFO] [stdout] error[E0107]: missing generics for enum `Payload` [INFO] [stdout] --> lib/proto/src/identity.rs:16:15 [INFO] [stdout] | [INFO] [stdout] 16 | pub payload: Payload [INFO] [stdout] | ^^^^^^^ expected 1 generic argument [INFO] [stdout] | [INFO] [stdout] note: enum defined here, with 1 generic parameter: `T` [INFO] [stdout] --> lib/proto/src/identity.rs:33:10 [INFO] [stdout] | [INFO] [stdout] 33 | pub enum Payload { [INFO] [stdout] | ^^^^^^^ - [INFO] [stdout] help: add missing generic argument [INFO] [stdout] | [INFO] [stdout] 16 | pub payload: Payload [INFO] [stdout] | ~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0107`. [INFO] [stdout] [INFO] [stderr] error: could not compile `proto` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "9f8ed86dd9a855851ed9bf6267b260198e553ca2a24962e22ed272be7e30ee90", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9f8ed86dd9a855851ed9bf6267b260198e553ca2a24962e22ed272be7e30ee90", kill_on_drop: false }` [INFO] [stdout] 9f8ed86dd9a855851ed9bf6267b260198e553ca2a24962e22ed272be7e30ee90