[INFO] cloning repository https://github.com/RRethy/rejects [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/RRethy/rejects" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRRethy%2Frejects", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRRethy%2Frejects'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4841f398f9981c0a43750a0a2b3a82a9fadc9fe5 [INFO] documenting RRethy/rejects 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%2FRRethy%2Frejects" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/RRethy/rejects 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/RRethy/rejects [INFO] finished tweaking git repo https://github.com/RRethy/rejects [INFO] tweaked toml for git repo https://github.com/RRethy/rejects written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/RRethy/rejects 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] [stderr] Updating git repository `https://github.com/rrethy/rejects_macro` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded syn v1.0.24 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] 6d6bae7a746a6704130056eee8b57a9f2e83a9d4c61c582e01875f178b7b8599 [INFO] running `Command { std: "docker" "start" "-a" "6d6bae7a746a6704130056eee8b57a9f2e83a9d4c61c582e01875f178b7b8599", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6d6bae7a746a6704130056eee8b57a9f2e83a9d4c61c582e01875f178b7b8599", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6d6bae7a746a6704130056eee8b57a9f2e83a9d4c61c582e01875f178b7b8599", kill_on_drop: false }` [INFO] [stdout] 6d6bae7a746a6704130056eee8b57a9f2e83a9d4c61c582e01875f178b7b8599 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] da460e062e031a1dd17aa0c4a3d72e73d0a444181d7852fa819f439d4f6f5eab [INFO] running `Command { std: "docker" "start" "-a" "da460e062e031a1dd17aa0c4a3d72e73d0a444181d7852fa819f439d4f6f5eab", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.17 [INFO] [stderr] Compiling syn v1.0.24 [INFO] [stderr] Checking unicode-xid v0.2.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.16 [INFO] [stderr] Checking quote v1.0.6 [INFO] [stderr] Compiling rejects v0.1.0 (https://github.com/rrethy/rejects#df291483) [INFO] [stderr] Compiling rejects_macro v0.1.0 (https://github.com/rrethy/rejects_macro#fcf58674) [INFO] [stderr] Documenting rejects v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.56s [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/parser.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | /// https://smlweb.cpsc.ucalgary.ca into an LL(1) by removing the left-recursion. This is done [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "da460e062e031a1dd17aa0c4a3d72e73d0a444181d7852fa819f439d4f6f5eab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "da460e062e031a1dd17aa0c4a3d72e73d0a444181d7852fa819f439d4f6f5eab", kill_on_drop: false }` [INFO] [stdout] da460e062e031a1dd17aa0c4a3d72e73d0a444181d7852fa819f439d4f6f5eab [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=warn" "-e" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-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" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] 3d9b9a806d27c6a64b6b6d2c4bdd2bbdb0099188954ce9d482a347533805b2db [INFO] running `Command { std: "docker" "start" "-a" "3d9b9a806d27c6a64b6b6d2c4bdd2bbdb0099188954ce9d482a347533805b2db", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.17 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.24 [INFO] [stderr] Compiling proc-macro-hack v0.5.16 [INFO] [stderr] Checking quote v1.0.6 [INFO] [stderr] Compiling rejects v0.1.0 (https://github.com/rrethy/rejects#df291483) [INFO] [stderr] Compiling rejects_macro v0.1.0 (https://github.com/rrethy/rejects_macro#fcf58674) [INFO] [stderr] Documenting rejects v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/parser.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | /// https://smlweb.cpsc.ucalgary.ca into an LL(1) by removing the left-recursion. This is done [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.15s [INFO] running `Command { std: "docker" "inspect" "3d9b9a806d27c6a64b6b6d2c4bdd2bbdb0099188954ce9d482a347533805b2db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d9b9a806d27c6a64b6b6d2c4bdd2bbdb0099188954ce9d482a347533805b2db", kill_on_drop: false }` [INFO] [stdout] 3d9b9a806d27c6a64b6b6d2c4bdd2bbdb0099188954ce9d482a347533805b2db