[INFO] fetching crate activitystreams 0.7.0-alpha.20... [INFO] documenting activitystreams-0.7.0-alpha.20 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] extracting crate activitystreams 0.7.0-alpha.20 into /workspace/builds/worker-76/source [INFO] validating manifest of crates.io crate activitystreams 0.7.0-alpha.20 on toolchain beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate activitystreams 0.7.0-alpha.20 [INFO] finished tweaking crates.io crate activitystreams 0.7.0-alpha.20 [INFO] tweaked toml for crates.io crate activitystreams 0.7.0-alpha.20 written to /workspace/builds/worker-76/source/Cargo.toml [INFO] crate crates.io crate activitystreams 0.7.0-alpha.20 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-76/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-76/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" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] aee318b0e8959942d3fe585a74905c3fa081157450eddca9566dbb965a0b3793 [INFO] running `Command { std: "docker" "start" "-a" "aee318b0e8959942d3fe585a74905c3fa081157450eddca9566dbb965a0b3793", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "aee318b0e8959942d3fe585a74905c3fa081157450eddca9566dbb965a0b3793", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aee318b0e8959942d3fe585a74905c3fa081157450eddca9566dbb965a0b3793", kill_on_drop: false }` [INFO] [stdout] aee318b0e8959942d3fe585a74905c3fa081157450eddca9566dbb965a0b3793 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-76/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-76/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" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ca01a79e25369b81ac6731b1d9f5e367c2946b6ae2d503b5259ac88647d86ca5 [INFO] running `Command { std: "docker" "start" "-a" "ca01a79e25369b81ac6731b1d9f5e367c2946b6ae2d503b5259ac88647d86ca5", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.90 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling libc v0.2.121 [INFO] [stderr] Checking itoa v1.0.1 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Checking ryu v1.0.9 [INFO] [stderr] Checking num_threads v0.1.5 [INFO] [stderr] Checking mime v0.3.16 [INFO] [stderr] Compiling quote v1.0.17 [INFO] [stderr] Checking time v0.3.9 [INFO] [stderr] Checking iri-string v0.5.0 [INFO] [stderr] Checking activitystreams-kinds v0.2.1 [INFO] [stderr] Documenting activitystreams v0.7.0-alpha.20 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `ActivityStreams` [INFO] [stdout] --> src/actor.rs:1002:28 [INFO] [stdout] | [INFO] [stdout] 1002 | /// A reference to an [ActivityStreams] OrderedCollection comprised of all the messages received by the actor. [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `ActivityStreams` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `ActivityStreams` [INFO] [stdout] --> src/actor.rs:1015:23 [INFO] [stdout] | [INFO] [stdout] 1015 | /// A link to an [ActivityStreams] collection of the actors that this actor is following. [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `ActivityStreams` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `ActivityStreams` [INFO] [stdout] --> src/actor.rs:1022:23 [INFO] [stdout] | [INFO] [stdout] 1022 | /// A link to an [ActivityStreams] collection of the actors that follow this actor. [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `ActivityStreams` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `ActivityStreams` [INFO] [stdout] --> src/actor.rs:1029:23 [INFO] [stdout] | [INFO] [stdout] 1029 | /// A link to an [ActivityStreams] collection of objects this actor has liked. [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `ActivityStreams` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `BCP47` [INFO] [stdout] --> src/link.rs:500:26 [INFO] [stdout] | [INFO] [stdout] 500 | /// Value MUST be a [BCP47] Language-Tag. [INFO] [stdout] | ^^^^^ no item named `BCP47` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `BCP47` [INFO] [stdout] --> src/link.rs:502:19 [INFO] [stdout] | [INFO] [stdout] 502 | /// - Range: [BCP47] Language Tag [INFO] [stdout] | ^^^^^ no item named `BCP47` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `HTML5` [INFO] [stdout] --> src/link.rs:509:45 [INFO] [stdout] | [INFO] [stdout] 509 | /// The value MUST conform to both the [HTML5] and [RFC5988] "link relation" definitions. [INFO] [stdout] | ^^^^^ no item named `HTML5` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC5988` [INFO] [stdout] --> src/link.rs:509:57 [INFO] [stdout] | [INFO] [stdout] 509 | /// The value MUST conform to both the [HTML5] and [RFC5988] "link relation" definitions. [INFO] [stdout] | ^^^^^^^ no item named `RFC5988` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `HTML5` [INFO] [stdout] --> src/link.rs:511:17 [INFO] [stdout] | [INFO] [stdout] 511 | /// In the [HTML5], any string not containing the "space" U+0020, "tab" (U+0009), "LF" (U+000A), "FF" (U+000C), "CR" (U+000D) or "," ... [INFO] [stdout] | ^^^^^ no item named `HTML5` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC5988` [INFO] [stdout] --> src/link.rs:513:19 [INFO] [stdout] | [INFO] [stdout] 513 | /// - Range: [RFC5988] or [HTML5] Link Relation [INFO] [stdout] | ^^^^^^^ no item named `RFC5988` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `HTML5` [INFO] [stdout] --> src/link.rs:513:32 [INFO] [stdout] | [INFO] [stdout] 513 | /// - Range: [RFC5988] or [HTML5] Link Relation [INFO] [stdout] | ^^^^^ no item named `HTML5` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 18.41s [INFO] running `Command { std: "docker" "inspect" "ca01a79e25369b81ac6731b1d9f5e367c2946b6ae2d503b5259ac88647d86ca5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca01a79e25369b81ac6731b1d9f5e367c2946b6ae2d503b5259ac88647d86ca5", kill_on_drop: false }` [INFO] [stdout] ca01a79e25369b81ac6731b1d9f5e367c2946b6ae2d503b5259ac88647d86ca5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-76/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-76/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" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=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" "+beta-2022-05-20" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] 3a7b1fe47bd6fb2287db19a41946c21422586357eca593055fb3ce63681b71a1 [INFO] running `Command { std: "docker" "start" "-a" "3a7b1fe47bd6fb2287db19a41946c21422586357eca593055fb3ce63681b71a1", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.90 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling libc v0.2.121 [INFO] [stderr] Checking itoa v1.0.1 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Checking num_threads v0.1.5 [INFO] [stderr] Checking ryu v1.0.9 [INFO] [stderr] Checking mime v0.3.16 [INFO] [stderr] Checking time v0.3.9 [INFO] [stderr] Compiling quote v1.0.17 [INFO] [stderr] Checking iri-string v0.5.0 [INFO] [stderr] Checking activitystreams-kinds v0.2.1 [INFO] [stderr] Documenting activitystreams v0.7.0-alpha.20 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `ActivityStreams` [INFO] [stdout] --> src/actor.rs:1002:28 [INFO] [stdout] | [INFO] [stdout] 1002 | /// A reference to an [ActivityStreams] OrderedCollection comprised of all the messages received by the actor. [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `ActivityStreams` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `ActivityStreams` [INFO] [stdout] --> src/actor.rs:1015:23 [INFO] [stdout] | [INFO] [stdout] 1015 | /// A link to an [ActivityStreams] collection of the actors that this actor is following. [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `ActivityStreams` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `ActivityStreams` [INFO] [stdout] --> src/actor.rs:1022:23 [INFO] [stdout] | [INFO] [stdout] 1022 | /// A link to an [ActivityStreams] collection of the actors that follow this actor. [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `ActivityStreams` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `ActivityStreams` [INFO] [stdout] --> src/actor.rs:1029:23 [INFO] [stdout] | [INFO] [stdout] 1029 | /// A link to an [ActivityStreams] collection of objects this actor has liked. [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `ActivityStreams` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `BCP47` [INFO] [stdout] --> src/link.rs:500:26 [INFO] [stdout] | [INFO] [stdout] 500 | /// Value MUST be a [BCP47] Language-Tag. [INFO] [stdout] | ^^^^^ no item named `BCP47` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `BCP47` [INFO] [stdout] --> src/link.rs:502:19 [INFO] [stdout] | [INFO] [stdout] 502 | /// - Range: [BCP47] Language Tag [INFO] [stdout] | ^^^^^ no item named `BCP47` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `HTML5` [INFO] [stdout] --> src/link.rs:509:45 [INFO] [stdout] | [INFO] [stdout] 509 | /// The value MUST conform to both the [HTML5] and [RFC5988] "link relation" definitions. [INFO] [stdout] | ^^^^^ no item named `HTML5` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC5988` [INFO] [stdout] --> src/link.rs:509:57 [INFO] [stdout] | [INFO] [stdout] 509 | /// The value MUST conform to both the [HTML5] and [RFC5988] "link relation" definitions. [INFO] [stdout] | ^^^^^^^ no item named `RFC5988` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `HTML5` [INFO] [stdout] --> src/link.rs:511:17 [INFO] [stdout] | [INFO] [stdout] 511 | /// In the [HTML5], any string not containing the "space" U+0020, "tab" (U+0009), "LF" (U+000A), "FF" (U+000C), "CR" (U+000D) or "," ... [INFO] [stdout] | ^^^^^ no item named `HTML5` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RFC5988` [INFO] [stdout] --> src/link.rs:513:19 [INFO] [stdout] | [INFO] [stdout] 513 | /// - Range: [RFC5988] or [HTML5] Link Relation [INFO] [stdout] | ^^^^^^^ no item named `RFC5988` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `HTML5` [INFO] [stdout] --> src/link.rs:513:32 [INFO] [stdout] | [INFO] [stdout] 513 | /// - Range: [RFC5988] or [HTML5] Link Relation [INFO] [stdout] | ^^^^^ no item named `HTML5` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 07s [INFO] running `Command { std: "docker" "inspect" "3a7b1fe47bd6fb2287db19a41946c21422586357eca593055fb3ce63681b71a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3a7b1fe47bd6fb2287db19a41946c21422586357eca593055fb3ce63681b71a1", kill_on_drop: false }` [INFO] [stdout] 3a7b1fe47bd6fb2287db19a41946c21422586357eca593055fb3ce63681b71a1