[INFO] fetching crate far_macros 0.2.0... [INFO] documenting far_macros-0.2.0 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate far_macros 0.2.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate far_macros 0.2.0 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 crates.io crate far_macros 0.2.0 [INFO] finished tweaking crates.io crate far_macros 0.2.0 [INFO] tweaked toml for crates.io crate far_macros 0.2.0 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] 6d9e41a4c852decc709e2b6a73dfbf23ea73661e43145d8dd102b5aa6bea86ff [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" "6d9e41a4c852decc709e2b6a73dfbf23ea73661e43145d8dd102b5aa6bea86ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6d9e41a4c852decc709e2b6a73dfbf23ea73661e43145d8dd102b5aa6bea86ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6d9e41a4c852decc709e2b6a73dfbf23ea73661e43145d8dd102b5aa6bea86ff", kill_on_drop: false }` [INFO] [stdout] 6d9e41a4c852decc709e2b6a73dfbf23ea73661e43145d8dd102b5aa6bea86ff [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ee2d1caab24dd2052fdf25d47c7edb78b49dc79162ddd89a47387d8bd47f09ed [INFO] running `Command { std: "docker" "start" "-a" "ee2d1caab24dd2052fdf25d47c7edb78b49dc79162ddd89a47387d8bd47f09ed", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Compiling unicode-ident v1.0.0 [INFO] [stderr] Compiling syn v1.0.95 [INFO] [stderr] Compiling serde v1.0.137 [INFO] [stderr] Checking far_shared v0.2.0 [INFO] [stderr] Checking quote v1.0.18 [INFO] [stderr] Checking toml v0.5.9 [INFO] [stderr] Compiling thiserror-impl v1.0.31 [INFO] [stderr] Checking thiserror v1.0.31 [INFO] [stderr] Checking proc-macro-crate v1.1.3 [INFO] [stderr] Documenting far_macros v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `LitStr` is both a struct and a function [INFO] [stdout] --> src/lib.rs:91:36 [INFO] [stdout] | [INFO] [stdout] 91 | /// If `V` is not a [`LitStr`](LitStr), `V` will first be parsed into a [INFO] [stdout] | ^^^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] help: to link to the struct, prefix with `struct@` [INFO] [stdout] | [INFO] [stdout] 91 | /// If `V` is not a [`LitStr`](struct@LitStr), `V` will first be parsed into a [INFO] [stdout] | +++++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 91 | /// If `V` is not a [`LitStr`](LitStr()), `V` will first be parsed into a [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `LitStr` is both a struct and a function [INFO] [stdout] --> src/lib.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | /// [`LitStr`](LitStr) and then into the actual type of `V`. Otherwise, it [INFO] [stdout] | ^^^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the struct, prefix with `struct@` [INFO] [stdout] | [INFO] [stdout] 92 | /// [`LitStr`](struct@LitStr) and then into the actual type of `V`. Otherwise, it [INFO] [stdout] | +++++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 92 | /// [`LitStr`](LitStr()) and then into the actual type of `V`. Otherwise, it [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `LitStr` is both a struct and a function [INFO] [stdout] --> src/lib.rs:93:50 [INFO] [stdout] | [INFO] [stdout] 93 | /// will only be parsed once into [`LitStr`](LitStr). This may sound weird [INFO] [stdout] | ^^^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the struct, prefix with `struct@` [INFO] [stdout] | [INFO] [stdout] 93 | /// will only be parsed once into [`LitStr`](struct@LitStr). This may sound weird [INFO] [stdout] | +++++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 93 | /// will only be parsed once into [`LitStr`](LitStr()). This may sound weird [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 27.02s [INFO] running `Command { std: "docker" "inspect" "ee2d1caab24dd2052fdf25d47c7edb78b49dc79162ddd89a47387d8bd47f09ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ee2d1caab24dd2052fdf25d47c7edb78b49dc79162ddd89a47387d8bd47f09ed", kill_on_drop: false }` [INFO] [stdout] ee2d1caab24dd2052fdf25d47c7edb78b49dc79162ddd89a47387d8bd47f09ed [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b602019fc659f12046f853605ee225a426430854f3028613c91d2fe41a77716c [INFO] running `Command { std: "docker" "start" "-a" "b602019fc659f12046f853605ee225a426430854f3028613c91d2fe41a77716c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Compiling syn v1.0.95 [INFO] [stderr] Compiling unicode-ident v1.0.0 [INFO] [stderr] Compiling serde v1.0.137 [INFO] [stderr] Checking far_shared v0.2.0 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Checking toml v0.5.9 [INFO] [stderr] Compiling thiserror-impl v1.0.31 [INFO] [stderr] Checking thiserror v1.0.31 [INFO] [stderr] Checking proc-macro-crate v1.1.3 [INFO] [stderr] Documenting far_macros v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `LitStr` is both a struct and a function [INFO] [stdout] --> src/lib.rs:91:36 [INFO] [stdout] | [INFO] [stdout] 91 | /// If `V` is not a [`LitStr`](LitStr), `V` will first be parsed into a [INFO] [stdout] | ^^^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] help: to link to the struct, prefix with `struct@` [INFO] [stdout] | [INFO] [stdout] 91 | /// If `V` is not a [`LitStr`](struct@LitStr), `V` will first be parsed into a [INFO] [stdout] | +++++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 91 | /// If `V` is not a [`LitStr`](LitStr()), `V` will first be parsed into a [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `LitStr` is both a struct and a function [INFO] [stdout] --> src/lib.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | /// [`LitStr`](LitStr) and then into the actual type of `V`. Otherwise, it [INFO] [stdout] | ^^^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the struct, prefix with `struct@` [INFO] [stdout] | [INFO] [stdout] 92 | /// [`LitStr`](struct@LitStr) and then into the actual type of `V`. Otherwise, it [INFO] [stdout] | +++++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 92 | /// [`LitStr`](LitStr()) and then into the actual type of `V`. Otherwise, it [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `LitStr` is both a struct and a function [INFO] [stdout] --> src/lib.rs:93:50 [INFO] [stdout] | [INFO] [stdout] 93 | /// will only be parsed once into [`LitStr`](LitStr). This may sound weird [INFO] [stdout] | ^^^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the struct, prefix with `struct@` [INFO] [stdout] | [INFO] [stdout] 93 | /// will only be parsed once into [`LitStr`](struct@LitStr). This may sound weird [INFO] [stdout] | +++++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 93 | /// will only be parsed once into [`LitStr`](LitStr()). This may sound weird [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 29.81s [INFO] running `Command { std: "docker" "inspect" "b602019fc659f12046f853605ee225a426430854f3028613c91d2fe41a77716c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b602019fc659f12046f853605ee225a426430854f3028613c91d2fe41a77716c", kill_on_drop: false }` [INFO] [stdout] b602019fc659f12046f853605ee225a426430854f3028613c91d2fe41a77716c