[INFO] cloning repository https://github.com/lucasaarch/lemon
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lucasaarch/lemon" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flucasaarch%2Flemon", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flucasaarch%2Flemon'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a5c716a263b67c0ce51ecb47e81251bf4439ec2e
[INFO] documenting lucasaarch/lemon against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flucasaarch%2Flemon" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/lucasaarch/lemon
[INFO] removed 0 missing examples
[INFO] finished tweaking git repo https://github.com/lucasaarch/lemon
[INFO] tweaked toml for git repo https://github.com/lucasaarch/lemon written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lucasaarch/lemon on toolchain da3f5c31e5535b3dc210067de660a45784ae1e9c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lucasaarch/lemon already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "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-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] b367ecb69d9c55f318af8e221c4b6386b83477a293a08542b7c47ff5e489e7e0
[INFO] running `Command { std: "docker" "start" "b367ecb69d9c55f318af8e221c4b6386b83477a293a08542b7c47ff5e489e7e0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b367ecb69d9c55f318af8e221c4b6386b83477a293a08542b7c47ff5e489e7e0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b367ecb69d9c55f318af8e221c4b6386b83477a293a08542b7c47ff5e489e7e0" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b367ecb69d9c55f318af8e221c4b6386b83477a293a08542b7c47ff5e489e7e0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b367ecb69d9c55f318af8e221c4b6386b83477a293a08542b7c47ff5e489e7e0" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]     Checking writeable v0.6.3
[INFO] [stderr]     Checking wayland-sys v0.31.11
[INFO] [stderr]    Compiling naga v29.0.3
[INFO] [stderr]     Checking litemap v0.8.2
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking bit-vec v0.9.1
[INFO] [stderr]     Checking codespan-reporting v0.13.1
[INFO] [stderr]     Checking wayland-backend v0.3.15
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]     Checking bit-set v0.9.1
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking spirv v0.4.0+sdk-1.4.341.0
[INFO] [stderr]     Checking rustc-hash v1.1.0
[INFO] [stderr]     Checking unicode-ident v1.0.24
[INFO] [stderr]     Checking gpu-descriptor-types v0.2.0
[INFO] [stderr]    Compiling wgpu-hal v29.0.3
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]     Checking presser v0.3.1
[INFO] [stderr]     Checking gpu-allocator v0.28.0
[INFO] [stderr]     Checking gpu-descriptor v0.3.2
[INFO] [stderr]     Checking khronos-egl v6.0.0
[INFO] [stderr]     Checking memmap2 v0.9.10
[INFO] [stderr]     Checking polycool v0.4.0
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling hexf-parse v0.2.1
[INFO] [stderr]     Checking ordered-float v5.3.0
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]     Checking glow v0.17.0
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling icu_locale_data v2.2.0
[INFO] [stderr]     Checking kurbo v0.13.1
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]     Checking euclid v0.22.14
[INFO] [stderr]     Checking zerocopy v0.8.48
[INFO] [stderr]    Compiling yeslogic-fontconfig-sys v6.0.1
[INFO] [stderr]    Compiling wgpu-core v29.0.3
[INFO] [stderr]    Compiling icu_segmenter_data v2.2.0
[INFO] [stderr]     Checking wayland-client v0.31.14
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]     Checking color v0.3.3
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking svg_fmt v0.4.5
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]     Checking yoke v0.8.2
[INFO] [stderr]    Compiling slotmap v1.1.1
[INFO] [stderr]     Checking font-types v0.11.3
[INFO] [stderr]     Checking wgpu-types v29.0.3
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]    Compiling wgpu v29.0.3
[INFO] [stderr]     Checking zune-core v0.5.1
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking x11rb v0.13.2
[INFO] [stderr]     Checking moxcms v0.8.1
[INFO] [stderr]     Checking peniko v0.6.1
[INFO] [stderr]     Checking read-fonts v0.39.2
[INFO] [stderr]     Checking guillotiere v0.7.0
[INFO] [stderr]     Checking zune-jpeg v0.5.15
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking futures-core v0.3.32
[INFO] [stderr]     Checking futures-intrusive v0.5.0
[INFO] [stderr]     Checking x11-dl v2.21.0
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]     Checking grid v0.15.0
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking pollster v0.4.0
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking wayland-protocols v0.32.12
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]     Checking wayland-cursor v0.31.14
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking taffy v0.7.7
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking icu_locale v2.2.0
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking image v0.25.10
[INFO] [stderr]     Checking icu_segmenter v2.2.0
[INFO] [stderr]     Checking parley_data v0.9.0
[INFO] [stderr]     Checking arboard v3.6.1
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.12
[INFO] [stderr]     Checking wayland-protocols-plasma v0.3.12
[INFO] [stderr]     Checking skrifa v0.42.1
[INFO] [stderr]     Checking fontique v0.9.0
[INFO] [stderr]     Checking harfrust v0.6.0
[INFO] [stderr]     Checking smithay-client-toolkit v0.19.2
[INFO] [stderr]     Checking sctk-adwaita v0.10.1
[INFO] [stderr]     Checking winit v0.30.13
[INFO] [stderr]     Checking vello_encoding v0.9.0
[INFO] [stderr]     Checking parley v0.9.0
[INFO] [stderr]    Compiling vello_shaders v0.9.0
[INFO] [stderr]     Checking wgpu-naga-bridge v29.0.3
[INFO] [stderr]     Checking wgpu-core-deps-windows-linux-android v29.0.3
[INFO] [stderr]     Checking vello v0.9.0
[INFO] [stderr]  Documenting lemon v0.2.0-alpha.21 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `Element::View`
[INFO] [stdout]   --> src/lib.rs:48:71
[INFO] [stdout]    |
[INFO] [stdout] 48 | //! The generic flex container builder was renamed to [`View`] (and [`Element::View`]) because
[INFO] [stdout]    |                                                                       ^^^^^^^^^^^^^ no item named `Element` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] help: there's a similarly named item `element`
[INFO] [stdout]    |
[INFO] [stdout] 48 - //! The generic flex container builder was renamed to [`View`] (and [`Element::View`]) because
[INFO] [stdout] 48 + //! The generic flex container builder was renamed to [`View`] (and [`element::View`]) because
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Runtime`
[INFO] [stdout]  --> src/prelude.rs:9:25
[INFO] [stdout]   |
[INFO] [stdout] 9 | //! Lower-level APIs ([`Runtime`], [`layout_pass`], [`paint_pass`], …) stay on the crate root
[INFO] [stdout]   |                         ^^^^^^^ no item named `Runtime` 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 `layout_pass`
[INFO] [stdout]  --> src/prelude.rs:9:38
[INFO] [stdout]   |
[INFO] [stdout] 9 | //! Lower-level APIs ([`Runtime`], [`layout_pass`], [`paint_pass`], …) stay on the crate root
[INFO] [stdout]   |                                      ^^^^^^^^^^^ no item named `layout_pass` 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 `paint_pass`
[INFO] [stdout]  --> src/prelude.rs:9:55
[INFO] [stdout]   |
[INFO] [stdout] 9 | //! Lower-level APIs ([`Runtime`], [`layout_pass`], [`paint_pass`], …) stay on the crate root
[INFO] [stdout]   |                                                       ^^^^^^^^^^ no item named `paint_pass` 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 `lemon::prelude`
[INFO] [stdout]  --> src/widget/mod.rs:3:37
[INFO] [stdout]   |
[INFO] [stdout] 3 | //! Import from the crate root or [`lemon::prelude`]:
[INFO] [stdout]   |                                     ^^^^^^^^^^^^^^ no item named `lemon` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/layout/mod.rs:171:42
[INFO] [stdout]     |
[INFO] [stdout] 171 | /// Writes [`scroll_content_max_offset`](scroll_content_max_offset) into each node's
[INFO] [stdout]     |             ---------------------------  ^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]     |             |
[INFO] [stdout]     |             because label contains path that resolves to same destination
[INFO] [stdout]     |
[INFO] [stdout]     = note: when a link's destination is not specified,
[INFO] [stdout]             the label is used to resolve intra-doc links
[INFO] [stdout]     = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]     |
[INFO] [stdout] 171 - /// Writes [`scroll_content_max_offset`](scroll_content_max_offset) into each node's
[INFO] [stdout] 171 + /// Writes [`scroll_content_max_offset`] into each node's
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: naga v29.0.3, wgpu v29.0.3, wgpu-core v29.0.3, wgpu-hal v29.0.3, winit v0.30.13
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 9`
[INFO] [stderr]    Generated /opt/rustwide/target/doc/lemon/index.html
[INFO] running `Command { std: "docker" "inspect" "b367ecb69d9c55f318af8e221c4b6386b83477a293a08542b7c47ff5e489e7e0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b367ecb69d9c55f318af8e221c4b6386b83477a293a08542b7c47ff5e489e7e0" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]  Documenting lemon v0.2.0-alpha.21 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `Element::View`
[INFO] [stdout]   --> src/lib.rs:48:71
[INFO] [stdout]    |
[INFO] [stdout] 48 | //! The generic flex container builder was renamed to [`View`] (and [`Element::View`]) because
[INFO] [stdout]    |                                                                       ^^^^^^^^^^^^^ no item named `Element` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] help: there's a similarly named item `element`
[INFO] [stdout]    |
[INFO] [stdout] 48 - //! The generic flex container builder was renamed to [`View`] (and [`Element::View`]) because
[INFO] [stdout] 48 + //! The generic flex container builder was renamed to [`View`] (and [`element::View`]) because
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Runtime`
[INFO] [stdout]  --> src/prelude.rs:9:25
[INFO] [stdout]   |
[INFO] [stdout] 9 | //! Lower-level APIs ([`Runtime`], [`layout_pass`], [`paint_pass`], …) stay on the crate root
[INFO] [stdout]   |                         ^^^^^^^ no item named `Runtime` 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 `layout_pass`
[INFO] [stdout]  --> src/prelude.rs:9:38
[INFO] [stdout]   |
[INFO] [stdout] 9 | //! Lower-level APIs ([`Runtime`], [`layout_pass`], [`paint_pass`], …) stay on the crate root
[INFO] [stdout]   |                                      ^^^^^^^^^^^ no item named `layout_pass` 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 `paint_pass`
[INFO] [stdout]  --> src/prelude.rs:9:55
[INFO] [stdout]   |
[INFO] [stdout] 9 | //! Lower-level APIs ([`Runtime`], [`layout_pass`], [`paint_pass`], …) stay on the crate root
[INFO] [stdout]   |                                                       ^^^^^^^^^^ no item named `paint_pass` 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 `lemon::prelude`
[INFO] [stdout]  --> src/widget/mod.rs:3:37
[INFO] [stdout]   |
[INFO] [stdout] 3 | //! Import from the crate root or [`lemon::prelude`]:
[INFO] [stdout]   |                                     ^^^^^^^^^^^^^^ no item named `lemon` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/layout/mod.rs:171:42
[INFO] [stdout]     |
[INFO] [stdout] 171 | /// Writes [`scroll_content_max_offset`](scroll_content_max_offset) into each node's
[INFO] [stdout]     |             ---------------------------  ^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]     |             |
[INFO] [stdout]     |             because label contains path that resolves to same destination
[INFO] [stdout]     |
[INFO] [stdout]     = note: when a link's destination is not specified,
[INFO] [stdout]             the label is used to resolve intra-doc links
[INFO] [stdout]     = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]     |
[INFO] [stdout] 171 - /// Writes [`scroll_content_max_offset`](scroll_content_max_offset) into each node's
[INFO] [stdout] 171 + /// Writes [`scroll_content_max_offset`] into each node's
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: naga v29.0.3, wgpu v29.0.3, wgpu-core v29.0.3, wgpu-hal v29.0.3, winit v0.30.13
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 9`
[INFO] [stderr]    Generated /opt/rustwide/target/doc/lemon/index.html
[INFO] running `Command { std: "docker" "inspect" "b367ecb69d9c55f318af8e221c4b6386b83477a293a08542b7c47ff5e489e7e0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b367ecb69d9c55f318af8e221c4b6386b83477a293a08542b7c47ff5e489e7e0", kill_on_drop: false }`
[INFO] [stdout] b367ecb69d9c55f318af8e221c4b6386b83477a293a08542b7c47ff5e489e7e0
