[INFO] fetching crate segmap 0.1.0... [INFO] documenting segmap-0.1.0 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] extracting crate segmap 0.1.0 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate segmap 0.1.0 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 segmap 0.1.0 [INFO] finished tweaking crates.io crate segmap 0.1.0 [INFO] tweaked toml for crates.io crate segmap 0.1.0 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate crates.io crate segmap 0.1.0 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] 47fd40daa19deb6522977de57f7e963b2c54b4f4170a5642bac033b64542dea6 [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" "47fd40daa19deb6522977de57f7e963b2c54b4f4170a5642bac033b64542dea6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "47fd40daa19deb6522977de57f7e963b2c54b4f4170a5642bac033b64542dea6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "47fd40daa19deb6522977de57f7e963b2c54b4f4170a5642bac033b64542dea6", kill_on_drop: false }` [INFO] [stdout] 47fd40daa19deb6522977de57f7e963b2c54b4f4170a5642bac033b64542dea6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7f530f774071d0d775126e3e2a909df974fbb01c6ee80f311ddaeb6e042dc791 [INFO] running `Command { std: "docker" "start" "-a" "7f530f774071d0d775126e3e2a909df974fbb01c6ee80f311ddaeb6e042dc791", kill_on_drop: false }` [INFO] [stderr] Documenting segmap v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `segmap` [INFO] [stdout] --> src/lib.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | /*! # [`segmap`] [INFO] [stdout] | ^^^^^^ no item named `segmap` 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 `into_iter` [INFO] [stdout] --> src/map/iterators.rs:54:55 [INFO] [stdout] | [INFO] [stdout] 54 | /// Converts the map into a [`Vec`] by chaining [`into_iter`] and [`collect`] [INFO] [stdout] | ^^^^^^^^^ no item named `into_iter` 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 `collect` [INFO] [stdout] --> src/map/iterators.rs:54:73 [INFO] [stdout] | [INFO] [stdout] 54 | /// Converts the map into a [`Vec`] by chaining [`into_iter`] and [`collect`] [INFO] [stdout] | ^^^^^^^ no item named `collect` 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 `SegmentMap::keys` [INFO] [stdout] --> src/map/iterators.rs:558:15 [INFO] [stdout] | [INFO] [stdout] 558 | /// [`keys`]: SegmentMap::keys [INFO] [stdout] | ^^^^^^^^^^^^^^^^ the struct `SegmentMap` has no field or associated item named `keys` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Range` [INFO] [stdout] --> src/map.rs:24:37 [INFO] [stdout] | [INFO] [stdout] 24 | /// are represented by a concrete [`Range`] type, sorted by their start values. [INFO] [stdout] | ^^^^^ no item named `Range` 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 `HashMap::insert` [INFO] [stdout] --> src/map.rs:308:57 [INFO] [stdout] | [INFO] [stdout] 308 | /// Much like other maps ([`BTreeMap::insert`] or [`HashMap::insert`]), [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `HashMap` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `SegmentMap::set_range` [INFO] [stdout] --> src/map.rs:315:45 [INFO] [stdout] | [INFO] [stdout] 315 | /// about the overwritten values, use [`SegmentMap::set_range`] instead. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ the struct `SegmentMap` has no field or associated item named `set_range` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `insert` [INFO] [stdout] --> src/map.rs:878:39 [INFO] [stdout] | [INFO] [stdout] 878 | /// Internal implementation for [`insert`], [`set`], and similar [INFO] [stdout] | ^^^^^^ no item named `insert` 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 `set` [INFO] [stdout] --> src/map.rs:878:51 [INFO] [stdout] | [INFO] [stdout] 878 | /// Internal implementation for [`insert`], [`set`], and similar [INFO] [stdout] | ^^^ no item named `set` 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 `SegmentMap` [INFO] [stdout] --> src/segment.rs:12:7 [INFO] [stdout] | [INFO] [stdout] 12 | /// [`SegmentMap`]. [INFO] [stdout] | ^^^^^^^^^^ no item named `SegmentMap` 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 `Range` [INFO] [stdout] --> src/segment.rs:117:27 [INFO] [stdout] | [INFO] [stdout] 117 | /// Construct a new [`Range`] that spans all possible values [INFO] [stdout] | ^^^^^ no item named `Range` 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 `into_iter` [INFO] [stdout] --> src/set/iterators.rs:34:55 [INFO] [stdout] | [INFO] [stdout] 34 | /// Converts the set into a [`Vec`] by chaining [`into_iter`] and [`collect`] [INFO] [stdout] | ^^^^^^^^^ no item named `into_iter` 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 `collect` [INFO] [stdout] --> src/set/iterators.rs:34:73 [INFO] [stdout] | [INFO] [stdout] 34 | /// Converts the set into a [`Vec`] by chaining [`into_iter`] and [`collect`] [INFO] [stdout] | ^^^^^^^ no item named `collect` 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 `SegmentSet::difference_iter` [INFO] [stdout] --> src/set/ops/difference.rs:50:11 [INFO] [stdout] | [INFO] [stdout] 50 | /// [`SegmentSet::difference_iter`], which is called here internally. However, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `SegmentSet` has no field or associated item named `difference_iter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `SegmentSet::difference_iter` [INFO] [stdout] --> src/set/ops/difference.rs:98:35 [INFO] [stdout] | [INFO] [stdout] 98 | /// This struct is generated by [`SegmentSet::difference_iter`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `SegmentSet` has no field or associated item named `difference_iter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `extend_into_gaps` [INFO] [stdout] --> src/set/iterators.rs:90:11 [INFO] [stdout] | [INFO] [stdout] 90 | /// [`extend_into_gaps`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no item named `extend_into_gaps` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.10s [INFO] running `Command { std: "docker" "inspect" "7f530f774071d0d775126e3e2a909df974fbb01c6ee80f311ddaeb6e042dc791", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7f530f774071d0d775126e3e2a909df974fbb01c6ee80f311ddaeb6e042dc791", kill_on_drop: false }` [INFO] [stdout] 7f530f774071d0d775126e3e2a909df974fbb01c6ee80f311ddaeb6e042dc791 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3af51b6226819e382fe592e756da39f68191dd632fb71a60140483e11dd36033 [INFO] running `Command { std: "docker" "start" "-a" "3af51b6226819e382fe592e756da39f68191dd632fb71a60140483e11dd36033", kill_on_drop: false }` [INFO] [stderr] Documenting segmap v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `segmap` [INFO] [stdout] --> src/lib.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | /*! # [`segmap`] [INFO] [stdout] | ^^^^^^ no item named `segmap` 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 `into_iter` [INFO] [stdout] --> src/map/iterators.rs:54:55 [INFO] [stdout] | [INFO] [stdout] 54 | /// Converts the map into a [`Vec`] by chaining [`into_iter`] and [`collect`] [INFO] [stdout] | ^^^^^^^^^ no item named `into_iter` 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 `collect` [INFO] [stdout] --> src/map/iterators.rs:54:73 [INFO] [stdout] | [INFO] [stdout] 54 | /// Converts the map into a [`Vec`] by chaining [`into_iter`] and [`collect`] [INFO] [stdout] | ^^^^^^^ no item named `collect` 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 `SegmentMap::keys` [INFO] [stdout] --> src/map/iterators.rs:558:15 [INFO] [stdout] | [INFO] [stdout] 558 | /// [`keys`]: SegmentMap::keys [INFO] [stdout] | ^^^^^^^^^^^^^^^^ the struct `SegmentMap` has no field or associated item named `keys` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Range` [INFO] [stdout] --> src/map.rs:24:37 [INFO] [stdout] | [INFO] [stdout] 24 | /// are represented by a concrete [`Range`] type, sorted by their start values. [INFO] [stdout] | ^^^^^ no item named `Range` 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 `HashMap::insert` [INFO] [stdout] --> src/map.rs:308:57 [INFO] [stdout] | [INFO] [stdout] 308 | /// Much like other maps ([`BTreeMap::insert`] or [`HashMap::insert`]), [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `HashMap` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `SegmentMap::set_range` [INFO] [stdout] --> src/map.rs:315:45 [INFO] [stdout] | [INFO] [stdout] 315 | /// about the overwritten values, use [`SegmentMap::set_range`] instead. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ the struct `SegmentMap` has no field or associated item named `set_range` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `insert` [INFO] [stdout] --> src/map.rs:878:39 [INFO] [stdout] | [INFO] [stdout] 878 | /// Internal implementation for [`insert`], [`set`], and similar [INFO] [stdout] | ^^^^^^ no item named `insert` 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 `set` [INFO] [stdout] --> src/map.rs:878:51 [INFO] [stdout] | [INFO] [stdout] 878 | /// Internal implementation for [`insert`], [`set`], and similar [INFO] [stdout] | ^^^ no item named `set` 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 `SegmentMap` [INFO] [stdout] --> src/segment.rs:12:7 [INFO] [stdout] | [INFO] [stdout] 12 | /// [`SegmentMap`]. [INFO] [stdout] | ^^^^^^^^^^ no item named `SegmentMap` 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 `Range` [INFO] [stdout] --> src/segment.rs:117:27 [INFO] [stdout] | [INFO] [stdout] 117 | /// Construct a new [`Range`] that spans all possible values [INFO] [stdout] | ^^^^^ no item named `Range` 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 `into_iter` [INFO] [stdout] --> src/set/iterators.rs:34:55 [INFO] [stdout] | [INFO] [stdout] 34 | /// Converts the set into a [`Vec`] by chaining [`into_iter`] and [`collect`] [INFO] [stdout] | ^^^^^^^^^ no item named `into_iter` 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 `collect` [INFO] [stdout] --> src/set/iterators.rs:34:73 [INFO] [stdout] | [INFO] [stdout] 34 | /// Converts the set into a [`Vec`] by chaining [`into_iter`] and [`collect`] [INFO] [stdout] | ^^^^^^^ no item named `collect` 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 `SegmentSet::difference_iter` [INFO] [stdout] --> src/set/ops/difference.rs:50:11 [INFO] [stdout] | [INFO] [stdout] 50 | /// [`SegmentSet::difference_iter`], which is called here internally. However, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `SegmentSet` has no field or associated item named `difference_iter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `SegmentSet::difference_iter` [INFO] [stdout] --> src/set/ops/difference.rs:98:35 [INFO] [stdout] | [INFO] [stdout] 98 | /// This struct is generated by [`SegmentSet::difference_iter`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `SegmentSet` has no field or associated item named `difference_iter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `extend_into_gaps` [INFO] [stdout] --> src/set/iterators.rs:90:11 [INFO] [stdout] | [INFO] [stdout] 90 | /// [`extend_into_gaps`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no item named `extend_into_gaps` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.59s [INFO] running `Command { std: "docker" "inspect" "3af51b6226819e382fe592e756da39f68191dd632fb71a60140483e11dd36033", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3af51b6226819e382fe592e756da39f68191dd632fb71a60140483e11dd36033", kill_on_drop: false }` [INFO] [stdout] 3af51b6226819e382fe592e756da39f68191dd632fb71a60140483e11dd36033