[INFO] cloning repository https://github.com/Pappt04/ruster
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Pappt04/ruster" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPappt04%2Fruster", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPappt04%2Fruster'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4d2ea2a2a911bacce35226d71c0ad16625df9e99
[INFO] documenting Pappt04/ruster against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPappt04%2Fruster" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/Pappt04/ruster
[INFO] finished tweaking git repo https://github.com/Pappt04/ruster
[INFO] tweaked toml for git repo https://github.com/Pappt04/ruster written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Pappt04/ruster 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/Pappt04/ruster 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] 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] e36322420b014cda3bed1edd27a337f2a3e260e647a10222bd1300705aeb7693
[INFO] running `Command { std: "docker" "start" "e36322420b014cda3bed1edd27a337f2a3e260e647a10222bd1300705aeb7693", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e36322420b014cda3bed1edd27a337f2a3e260e647a10222bd1300705aeb7693", 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" "e36322420b014cda3bed1edd27a337f2a3e260e647a10222bd1300705aeb7693" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e36322420b014cda3bed1edd27a337f2a3e260e647a10222bd1300705aeb7693", 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" "e36322420b014cda3bed1edd27a337f2a3e260e647a10222bd1300705aeb7693" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking bitflags v2.13.0
[INFO] [stderr]     Checking log v0.4.32
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling wayland-sys v0.31.11
[INFO] [stderr]    Compiling cc v1.2.63
[INFO] [stderr]    Compiling memchr v2.8.1
[INFO] [stderr]    Compiling wayland-client v0.31.14
[INFO] [stderr]     Checking dlib v0.5.3
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling zerocopy v0.8.50
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]     Checking simd-adler32 v0.3.9
[INFO] [stderr]     Checking profiling v1.0.18
[INFO] [stderr]     Checking memmap2 v0.9.10
[INFO] [stderr]    Compiling winit v0.30.13
[INFO] [stderr]    Compiling naga v22.1.0
[INFO] [stderr]     Checking epaint_default_fonts v0.33.3
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking fdeflate v0.3.7
[INFO] [stderr]     Checking rustix v0.38.44
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling smithay-client-toolkit v0.20.0
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]     Checking pxfm v0.1.29
[INFO] [stderr]     Checking bit-vec v0.7.0
[INFO] [stderr]     Checking codespan-reporting v0.11.1
[INFO] [stderr]     Checking bit-set v0.6.0
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]     Checking gpu-alloc-types v0.3.0
[INFO] [stderr]     Checking gpu-descriptor-types v0.2.0
[INFO] [stderr]     Checking spirv v0.3.0+sdk-1.3.268.0
[INFO] [stderr]    Compiling glutin v0.32.3
[INFO] [stderr]    Compiling wgpu-hal v22.0.0
[INFO] [stderr]     Checking unicode-segmentation v1.13.3
[INFO] [stderr]     Checking unicode-xid v0.2.6
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]     Checking png v0.18.1
[INFO] [stderr]     Checking gpu-descriptor v0.3.2
[INFO] [stderr]     Checking gpu-alloc v0.6.0
[INFO] [stderr]     Checking khronos-egl v6.0.0
[INFO] [stderr]    Compiling quick-xml v0.39.4
[INFO] [stderr]    Compiling glutin_egl_sys v0.7.1
[INFO] [stderr]    Compiling glutin_glx_sys v0.6.1
[INFO] [stderr]     Checking wgpu-types v22.0.0
[INFO] [stderr]    Compiling glutin-winit v0.5.0
[INFO] [stderr]    Compiling wgpu-core v22.1.0
[INFO] [stderr]     Checking glow v0.13.1
[INFO] [stderr]    Compiling wgpu v22.1.0
[INFO] [stderr]     Checking either v1.16.0
[INFO] [stderr]    Compiling novafractal v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]    Compiling wayland-backend v0.3.15
[INFO] [stderr]    Compiling wayland-scanner v0.31.10
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]     Checking moxcms v0.8.1
[INFO] [stderr]     Checking yoke v0.8.3
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking emath v0.33.3
[INFO] [stderr]     Checking safe_arch v0.7.4
[INFO] [stderr]     Checking ecolor v0.33.3
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking wide v0.7.33
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]     Checking x11rb v0.13.2
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]     Checking calloop v0.14.4
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking webbrowser v1.2.1
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking wayland-protocols v0.32.12
[INFO] [stderr]     Checking wayland-cursor v0.31.14
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]     Checking calloop-wayland-source v0.4.1
[INFO] [stderr]     Checking epaint v0.33.3
[INFO] [stderr]     Checking image v0.25.10
[INFO] [stderr]     Checking egui v0.33.3
[INFO] [stderr]     Checking arboard v3.6.1
[INFO] [stderr]     Checking egui_glow v0.33.3
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.12
[INFO] [stderr]     Checking wayland-protocols-experimental v20250721.0.1
[INFO] [stderr]     Checking wayland-protocols-misc v0.3.12
[INFO] [stderr]     Checking wayland-protocols-plasma v0.3.12
[INFO] [stderr]     Checking smithay-client-toolkit v0.19.2
[INFO] [stderr]     Checking smithay-clipboard v0.7.3
[INFO] [stderr]     Checking egui-winit v0.33.3
[INFO] [stderr]     Checking eframe v0.33.3
[INFO] [stderr]  Documenting novafractal v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: public documentation for `ESCAPE_RADIUS_SQ` links to private item `smooth_iter`
[INFO] [stdout]   --> src/fractal/fractal.rs:13:38
[INFO] [stdout]    |
[INFO] [stdout] 13 | /// the smooth-coloring formula in [`smooth_iter`] well-conditioned.
[INFO] [stdout]    |                                      ^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]    = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `IterBuf` links to private item `smooth_iter`
[INFO] [stdout]   --> src/fractal/fractal.rs:27:37
[INFO] [stdout]    |
[INFO] [stdout] 27 | /// One (possibly fractional, see [`smooth_iter`]) iteration count per pixel,
[INFO] [stdout]    |                                     ^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `render_neighbor_capped` links to private item `compute_capped`
[INFO] [stdout]    --> src/fractal/fractal.rs:106:33
[INFO] [stdout]     |
[INFO] [stdout] 106 | /// most of a row exit early; [`compute_capped`] falls back to the full
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `julia` links to private item `crate::fractal::kernels::mandelbrot::mandelbrot`
[INFO] [stdout]   --> src/fractal/kernels/julia.rs:15:7
[INFO] [stdout]    |
[INFO] [stdout] 15 | /// [`crate::fractal::kernels::mandelbrot::mandelbrot`].
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `mandelbrot_ide` links to private item `mandelbrot`
[INFO] [stdout]    --> src/fractal/kernels/mandelbrot.rs:369:47
[INFO] [stdout]     |
[INFO] [stdout] 369 | /// Interior-biased Mandelbrot kernel: like [`mandelbrot`], but replaces
[INFO] [stdout]     |                                               ^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `mandelbrot_ide` links to private item `IDE_DER_SQ`
[INFO] [stdout]    --> src/fractal/kernels/mandelbrot.rs:376:7
[INFO] [stdout]     |
[INFO] [stdout] 376 | /// [`IDE_DER_SQ`] the point is classified interior and iteration stops.
[INFO] [stdout]     |       ^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `mandelbrot_ide` links to private item `mandelbrot`
[INFO] [stdout]    --> src/fractal/kernels/mandelbrot.rs:378:43
[INFO] [stdout]     |
[INFO] [stdout] 378 | /// lower than the periodicity check in [`mandelbrot`] — but it only
[INFO] [stdout]     |                                           ^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `render_ide_biased` links to private item `mandelbrot`
[INFO] [stdout]    --> src/fractal/kernels/mandelbrot.rs:414:36
[INFO] [stdout]     |
[INFO] [stdout] 414 | /// otherwise using the standard [`mandelbrot`] kernel. Interior regions are
[INFO] [stdout]     |                                    ^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `render_simd_f32_ilp` links to private item `mandelbrot_x8x2`
[INFO] [stdout]    --> src/fractal/render/simd.rs:116:33
[INFO] [stdout]     |
[INFO] [stdout] 116 | /// step using the dual-chain [`mandelbrot_x8x2`] kernel to give the CPU's
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `perturbation_theory` links to private item `perturb_mandelbrot_rebase`
[INFO] [stdout]   --> src/fractal/perturbation/perturbation_theory.rs:27:7
[INFO] [stdout]    |
[INFO] [stdout] 27 | //! [`perturb_mandelbrot_rebase`]'s rebasing trick; and the early
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `perturbation_theory` links to private item `perturb_mandelbrot_sa`
[INFO] [stdout]   --> src/fractal/perturbation/perturbation_theory.rs:30:33
[INFO] [stdout]    |
[INFO] [stdout] 30 | //! [`compute_series_approx`]/[`perturb_mandelbrot_sa`].
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `F128_ZOOM_THRESHOLD` links to private item `DoubleDouble`
[INFO] [stdout]   --> src/fractal/perturbation/perturbation_theory.rs:71:7
[INFO] [stdout]    |
[INFO] [stdout] 71 | /// [`DoubleDouble`] precision rather than plain f64 — beyond this, f64's
[INFO] [stdout]    |       ^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `compute_reference_orbit_f128` links to private item `DoubleDouble::hi`
[INFO] [stdout]   --> src/fractal/perturbation/perturbation_theory.rs:81:16
[INFO] [stdout]    |
[INFO] [stdout] 81 | /// f64 (via [`DoubleDouble::hi`]) for storage, since perturbation deltas
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `render_perturbation_rebase` links to private item `perturb_mandelbrot_rebase`
[INFO] [stdout]    --> src/fractal/perturbation/perturbation_theory.rs:242:33
[INFO] [stdout]     |
[INFO] [stdout] 242 | /// Perturbation render using [`perturb_mandelbrot_rebase`]: one reference
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `render_perturbation` links to private item `perturb_mandelbrot`
[INFO] [stdout]    --> src/fractal/perturbation/perturbation_theory.rs:279:43
[INFO] [stdout]     |
[INFO] [stdout] 279 | /// Perturbation render using the plain [`perturb_mandelbrot`] kernel: one
[INFO] [stdout]     |                                           ^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `compute_series_approx` links to private item `perturb_mandelbrot_sa`
[INFO] [stdout]    --> src/fractal/perturbation/perturbation_theory.rs:457:28
[INFO] [stdout]     |
[INFO] [stdout] 457 | /// `delta_c` — allowing [`perturb_mandelbrot_sa`] to evaluate the first
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `compute_series_approx` links to private item `SA_THRESHOLD`
[INFO] [stdout]    --> src/fractal/perturbation/perturbation_theory.rs:475:18
[INFO] [stdout]     |
[INFO] [stdout] 475 | /// stay below [`SA_THRESHOLD`] relative to the leading `A` term. Iteration
[INFO] [stdout]     |                  ^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `FractalApp` links to private item `Self::settings_panel`
[INFO] [stdout]   --> src/gui/app.rs:21:7
[INFO] [stdout]    |
[INFO] [stdout] 21 | /// [`Self::settings_panel`] for how they interact) are enabled.
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `PALETTE_BYTES`
[INFO] [stdout]   --> src/gui/color.rs:24:29
[INFO] [stdout]    |
[INFO] [stdout] 24 | /// byte-serialized form, [`PALETTE_BYTES`]), so every backend renders
[INFO] [stdout]    |                             ^^^^^^^^^^^^^ no item named `PALETTE_BYTES` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.75s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: glutin v0.32.3, glutin-winit v0.5.0, naga v22.1.0, wgpu v22.1.0, wgpu-core v22.1.0, wgpu-hal v22.0.0, 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 6`
[INFO] [stderr]    Generated /opt/rustwide/target/doc/novafractal/index.html and 1 other file
[INFO] running `Command { std: "docker" "inspect" "e36322420b014cda3bed1edd27a337f2a3e260e647a10222bd1300705aeb7693", 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" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=1" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e36322420b014cda3bed1edd27a337f2a3e260e647a10222bd1300705aeb7693" "/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 novafractal v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: public documentation for `ESCAPE_RADIUS_SQ` links to private item `smooth_iter`
[INFO] [stdout]   --> src/fractal/fractal.rs:13:38
[INFO] [stdout]    |
[INFO] [stdout] 13 | /// the smooth-coloring formula in [`smooth_iter`] well-conditioned.
[INFO] [stdout]    |                                      ^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout]    = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `IterBuf` links to private item `smooth_iter`
[INFO] [stdout]   --> src/fractal/fractal.rs:27:37
[INFO] [stdout]    |
[INFO] [stdout] 27 | /// One (possibly fractional, see [`smooth_iter`]) iteration count per pixel,
[INFO] [stdout]    |                                     ^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `render_neighbor_capped` links to private item `compute_capped`
[INFO] [stdout]    --> src/fractal/fractal.rs:106:33
[INFO] [stdout]     |
[INFO] [stdout] 106 | /// most of a row exit early; [`compute_capped`] falls back to the full
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `julia` links to private item `crate::fractal::kernels::mandelbrot::mandelbrot`
[INFO] [stdout]   --> src/fractal/kernels/julia.rs:15:7
[INFO] [stdout]    |
[INFO] [stdout] 15 | /// [`crate::fractal::kernels::mandelbrot::mandelbrot`].
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `mandelbrot_ide` links to private item `mandelbrot`
[INFO] [stdout]    --> src/fractal/kernels/mandelbrot.rs:369:47
[INFO] [stdout]     |
[INFO] [stdout] 369 | /// Interior-biased Mandelbrot kernel: like [`mandelbrot`], but replaces
[INFO] [stdout]     |                                               ^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `mandelbrot_ide` links to private item `IDE_DER_SQ`
[INFO] [stdout]    --> src/fractal/kernels/mandelbrot.rs:376:7
[INFO] [stdout]     |
[INFO] [stdout] 376 | /// [`IDE_DER_SQ`] the point is classified interior and iteration stops.
[INFO] [stdout]     |       ^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `mandelbrot_ide` links to private item `mandelbrot`
[INFO] [stdout]    --> src/fractal/kernels/mandelbrot.rs:378:43
[INFO] [stdout]     |
[INFO] [stdout] 378 | /// lower than the periodicity check in [`mandelbrot`] — but it only
[INFO] [stdout]     |                                           ^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `render_ide_biased` links to private item `mandelbrot`
[INFO] [stdout]    --> src/fractal/kernels/mandelbrot.rs:414:36
[INFO] [stdout]     |
[INFO] [stdout] 414 | /// otherwise using the standard [`mandelbrot`] kernel. Interior regions are
[INFO] [stdout]     |                                    ^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `render_simd_f32_ilp` links to private item `mandelbrot_x8x2`
[INFO] [stdout]    --> src/fractal/render/simd.rs:116:33
[INFO] [stdout]     |
[INFO] [stdout] 116 | /// step using the dual-chain [`mandelbrot_x8x2`] kernel to give the CPU's
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `perturbation_theory` links to private item `perturb_mandelbrot_rebase`
[INFO] [stdout]   --> src/fractal/perturbation/perturbation_theory.rs:27:7
[INFO] [stdout]    |
[INFO] [stdout] 27 | //! [`perturb_mandelbrot_rebase`]'s rebasing trick; and the early
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `perturbation_theory` links to private item `perturb_mandelbrot_sa`
[INFO] [stdout]   --> src/fractal/perturbation/perturbation_theory.rs:30:33
[INFO] [stdout]    |
[INFO] [stdout] 30 | //! [`compute_series_approx`]/[`perturb_mandelbrot_sa`].
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `F128_ZOOM_THRESHOLD` links to private item `DoubleDouble`
[INFO] [stdout]   --> src/fractal/perturbation/perturbation_theory.rs:71:7
[INFO] [stdout]    |
[INFO] [stdout] 71 | /// [`DoubleDouble`] precision rather than plain f64 — beyond this, f64's
[INFO] [stdout]    |       ^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `compute_reference_orbit_f128` links to private item `DoubleDouble::hi`
[INFO] [stdout]   --> src/fractal/perturbation/perturbation_theory.rs:81:16
[INFO] [stdout]    |
[INFO] [stdout] 81 | /// f64 (via [`DoubleDouble::hi`]) for storage, since perturbation deltas
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `render_perturbation_rebase` links to private item `perturb_mandelbrot_rebase`
[INFO] [stdout]    --> src/fractal/perturbation/perturbation_theory.rs:242:33
[INFO] [stdout]     |
[INFO] [stdout] 242 | /// Perturbation render using [`perturb_mandelbrot_rebase`]: one reference
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `render_perturbation` links to private item `perturb_mandelbrot`
[INFO] [stdout]    --> src/fractal/perturbation/perturbation_theory.rs:279:43
[INFO] [stdout]     |
[INFO] [stdout] 279 | /// Perturbation render using the plain [`perturb_mandelbrot`] kernel: one
[INFO] [stdout]     |                                           ^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `compute_series_approx` links to private item `perturb_mandelbrot_sa`
[INFO] [stdout]    --> src/fractal/perturbation/perturbation_theory.rs:457:28
[INFO] [stdout]     |
[INFO] [stdout] 457 | /// `delta_c` — allowing [`perturb_mandelbrot_sa`] to evaluate the first
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `compute_series_approx` links to private item `SA_THRESHOLD`
[INFO] [stdout]    --> src/fractal/perturbation/perturbation_theory.rs:475:18
[INFO] [stdout]     |
[INFO] [stdout] 475 | /// stay below [`SA_THRESHOLD`] relative to the leading `A` term. Iteration
[INFO] [stdout]     |                  ^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `FractalApp` links to private item `Self::settings_panel`
[INFO] [stdout]   --> src/gui/app.rs:21:7
[INFO] [stdout]    |
[INFO] [stdout] 21 | /// [`Self::settings_panel`] for how they interact) are enabled.
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: glutin v0.32.3, glutin-winit v0.5.0, naga v22.1.0, wgpu v22.1.0, wgpu-core v22.1.0, wgpu-hal v22.0.0, 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 6`
[INFO] [stderr]    Generated /opt/rustwide/target/doc/novafractal/index.html
[INFO] running `Command { std: "docker" "inspect" "e36322420b014cda3bed1edd27a337f2a3e260e647a10222bd1300705aeb7693", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e36322420b014cda3bed1edd27a337f2a3e260e647a10222bd1300705aeb7693", kill_on_drop: false }`
[INFO] [stdout] e36322420b014cda3bed1edd27a337f2a3e260e647a10222bd1300705aeb7693
