[INFO] cloning repository https://github.com/simoncozens/kurbopy
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/simoncozens/kurbopy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsimoncozens%2Fkurbopy", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsimoncozens%2Fkurbopy'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a25d4c86c466c020386acb7545146a03d6bd5255
[INFO] documenting simoncozens/kurbopy against 1.61.0 for beta-1.62-rustdoc-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsimoncozens%2Fkurbopy" "/workspace/builds/worker-4/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/simoncozens/kurbopy 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 git repo https://github.com/simoncozens/kurbopy
[INFO] finished tweaking git repo https://github.com/simoncozens/kurbopy
[INFO] tweaked toml for git repo https://github.com/simoncozens/kurbopy written to /workspace/builds/worker-4/source/Cargo.toml
[INFO] crate git repo https://github.com/simoncozens/kurbopy already has a lockfile, it will not be regenerated
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] Downloading crates ...
[INFO] [stderr] Downloaded pyo3-macros-backend v0.14.3
[INFO] [stderr] Downloaded pyo3-build-config v0.14.3
[INFO] [stderr] Downloaded pyo3-macros v0.14.3
[INFO] [stderr] Downloaded pyo3 v0.14.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] e5ba567e74627a174201446dd1a13e943ea4a6fbe57d1eeda611ecf8be4b7c9a
[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" "e5ba567e74627a174201446dd1a13e943ea4a6fbe57d1eeda611ecf8be4b7c9a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e5ba567e74627a174201446dd1a13e943ea4a6fbe57d1eeda611ecf8be4b7c9a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e5ba567e74627a174201446dd1a13e943ea4a6fbe57d1eeda611ecf8be4b7c9a", kill_on_drop: false }`
[INFO] [stdout] e5ba567e74627a174201446dd1a13e943ea4a6fbe57d1eeda611ecf8be4b7c9a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] 230fe03dbc997c51acdc8185564f4e836fae026c1af2a84b744bacd337b7b9ae
[INFO] running `Command { std: "docker" "start" "-a" "230fe03dbc997c51acdc8185564f4e836fae026c1af2a84b744bacd337b7b9ae", kill_on_drop: false }`
[INFO] [stderr] Compiling syn v1.0.62
[INFO] [stderr] Compiling pyo3-build-config v0.14.3
[INFO] [stderr] Compiling once_cell v1.8.0
[INFO] [stderr] Compiling libc v0.2.88
[INFO] [stderr] Checking cfg-if v1.0.0
[INFO] [stderr] Compiling unindent v0.1.7
[INFO] [stderr] Checking arrayvec v0.7.2
[INFO] [stderr] Compiling paste-impl v0.1.18
[INFO] [stderr] Checking instant v0.1.9
[INFO] [stderr] Checking kurbo v0.8.2
[INFO] [stderr] Checking paste v0.1.18
[INFO] [stderr] Checking parking_lot_core v0.8.3
[INFO] [stderr] Checking parking_lot v0.11.1
[INFO] [stderr] Compiling pyo3 v0.14.3
[INFO] [stderr] Compiling pyo3-macros-backend v0.14.3
[INFO] [stderr] Compiling indoc-impl v0.3.6
[INFO] [stderr] Compiling pyo3-macros v0.14.3
[INFO] [stderr] Checking indoc v0.3.6
[INFO] [stderr] Documenting kurbopy v0.8.21 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `QuadBez`
[INFO] [stdout] --> src/bezpath.rs:11:1
[INFO] [stdout] |
[INFO] [stdout] 11 | / /// A Bézier path.
[INFO] [stdout] 12 | | ///
[INFO] [stdout] 13 | | /// These docs assume basic familiarity with Bézier curves; for an
[INFO] [stdout] 14 | | /// introduction, see Pomax's wonderful `A Primer on Bézier Curves`_.
[INFO] [stdout] ... |
[INFO] [stdout] 57 | | /// .. _A Primer on Bézier Curves: https://pomax.github.io/bezierinfo/
[INFO] [stdout] 58 | | /// .. _``intersections``: PathSeg::intersections
[INFO] [stdout] | |_________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] This path can contain lines, quadratics ([``QuadBez``]) and cubics
[INFO] [stdout] ^^^^^^^^^^^
[INFO] [stdout] = note: no item named `QuadBez` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `common::solve_itp`
[INFO] [stdout] --> src/cubicbez.rs:88:5
[INFO] [stdout] |
[INFO] [stdout] 88 | / /// Solve for the parameter that has the given arc length from the start.
[INFO] [stdout] 89 | | ///
[INFO] [stdout] 90 | | /// This implementation uses the IPT method, as provided by
[INFO] [stdout] 91 | | /// [`common::solve_itp`]. This is as robust as bisection but
[INFO] [stdout] ... |
[INFO] [stdout] 94 | | /// of the curve, as that is likely faster than repeatedly
[INFO] [stdout] 95 | | /// computing the arc length of the segment starting at t=0.
[INFO] [stdout] | |________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] [`common::solve_itp`]. This is as robust as bisection but
[INFO] [stdout] ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] = note: no item named `common` in scope
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `common::solve_itp`
[INFO] [stdout] --> src/line.rs:75:5
[INFO] [stdout] |
[INFO] [stdout] 75 | / /// Solve for the parameter that has the given arc length from the start.
[INFO] [stdout] 76 | | ///
[INFO] [stdout] 77 | | /// This implementation uses the IPT method, as provided by
[INFO] [stdout] 78 | | /// [`common::solve_itp`]. This is as robust as bisection but
[INFO] [stdout] ... |
[INFO] [stdout] 81 | | /// of the curve, as that is likely faster than repeatedly
[INFO] [stdout] 82 | | /// computing the arc length of the segment starting at t=0.
[INFO] [stdout] | |________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] [`common::solve_itp`]. This is as robust as bisection but
[INFO] [stdout] ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] = note: no item named `common` in scope
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `common::solve_itp`
[INFO] [stdout] --> src/quadbez.rs:77:5
[INFO] [stdout] |
[INFO] [stdout] 77 | / /// Solve for the parameter that has the given arc length from the start.
[INFO] [stdout] 78 | | ///
[INFO] [stdout] 79 | | /// This implementation uses the IPT method, as provided by
[INFO] [stdout] 80 | | /// [`common::solve_itp`]. This is as robust as bisection but
[INFO] [stdout] ... |
[INFO] [stdout] 83 | | /// of the curve, as that is likely faster than repeatedly
[INFO] [stdout] 84 | | /// computing the arc length of the segment starting at t=0.
[INFO] [stdout] | |________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] [`common::solve_itp`]. This is as robust as bisection but
[INFO] [stdout] ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] = note: no item named `common` in scope
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `Affine`
[INFO] [stdout] --> src/translatescale.rs:13:1
[INFO] [stdout] |
[INFO] [stdout] 13 | / /// A transformation including scaling and translation.
[INFO] [stdout] 14 | | ///
[INFO] [stdout] 15 | | /// If the translation is `(x, y)` and the scale is `s`, then this
[INFO] [stdout] 16 | | /// transformation represents this augmented matrix::
[INFO] [stdout] ... |
[INFO] [stdout] 35 | | /// This transformation is less powerful than `Affine`, but can be applied
[INFO] [stdout] 36 | | /// to more primitives, especially including :py:class:`Rect`.
[INFO] [stdout] | |______________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] See [`Affine`] for more details about the
[INFO] [stdout] ^^^^^^^^
[INFO] [stdout] = note: no item named `Affine` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/bezpath.rs:11:1
[INFO] [stdout] |
[INFO] [stdout] 11 | / /// A Bézier path.
[INFO] [stdout] 12 | | ///
[INFO] [stdout] 13 | | /// These docs assume basic familiarity with Bézier curves; for an
[INFO] [stdout] 14 | | /// introduction, see Pomax's wonderful `A Primer on Bézier Curves`_.
[INFO] [stdout] ... |
[INFO] [stdout] 57 | | /// .. _A Primer on Bézier Curves: https://pomax.github.io/bezierinfo/
[INFO] [stdout] 58 | | /// .. _``intersections``: PathSeg::intersections
[INFO] [stdout] | |_________________________________________________^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 6 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 48.15s
[INFO] running `Command { std: "docker" "inspect" "230fe03dbc997c51acdc8185564f4e836fae026c1af2a84b744bacd337b7b9ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "230fe03dbc997c51acdc8185564f4e836fae026c1af2a84b744bacd337b7b9ae", kill_on_drop: false }`
[INFO] [stdout] 230fe03dbc997c51acdc8185564f4e836fae026c1af2a84b744bacd337b7b9ae
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] 03a98983317bebc396c039f14835eba0d17422ebf216dd0e40bfb656fcbb0f67
[INFO] running `Command { std: "docker" "start" "-a" "03a98983317bebc396c039f14835eba0d17422ebf216dd0e40bfb656fcbb0f67", kill_on_drop: false }`
[INFO] [stderr] Compiling proc-macro2 v1.0.24
[INFO] [stderr] Compiling unicode-xid v0.2.1
[INFO] [stderr] Compiling syn v1.0.62
[INFO] [stderr] Compiling pyo3-build-config v0.14.3
[INFO] [stderr] Compiling proc-macro-hack v0.5.19
[INFO] [stderr] Compiling once_cell v1.8.0
[INFO] [stderr] Compiling libc v0.2.88
[INFO] [stderr] Checking cfg-if v1.0.0
[INFO] [stderr] Compiling unindent v0.1.7
[INFO] [stderr] Checking smallvec v1.6.1
[INFO] [stderr] Checking scopeguard v1.1.0
[INFO] [stderr] Checking arrayvec v0.7.2
[INFO] [stderr] Checking instant v0.1.9
[INFO] [stderr] Checking lock_api v0.4.2
[INFO] [stderr] Checking kurbo v0.8.2
[INFO] [stderr] Compiling quote v1.0.9
[INFO] [stderr] Checking parking_lot_core v0.8.3
[INFO] [stderr] Checking parking_lot v0.11.1
[INFO] [stderr] Compiling pyo3 v0.14.3
[INFO] [stderr] Compiling paste-impl v0.1.18
[INFO] [stderr] Checking paste v0.1.18
[INFO] [stderr] Compiling pyo3-macros-backend v0.14.3
[INFO] [stderr] Compiling indoc-impl v0.3.6
[INFO] [stderr] Checking indoc v0.3.6
[INFO] [stderr] Compiling pyo3-macros v0.14.3
[INFO] [stderr] Documenting kurbopy v0.8.21 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `QuadBez`
[INFO] [stdout] --> src/bezpath.rs:11:1
[INFO] [stdout] |
[INFO] [stdout] 11 | / /// A Bézier path.
[INFO] [stdout] 12 | | ///
[INFO] [stdout] 13 | | /// These docs assume basic familiarity with Bézier curves; for an
[INFO] [stdout] 14 | | /// introduction, see Pomax's wonderful `A Primer on Bézier Curves`_.
[INFO] [stdout] ... |
[INFO] [stdout] 57 | | /// .. _A Primer on Bézier Curves: https://pomax.github.io/bezierinfo/
[INFO] [stdout] 58 | | /// .. _``intersections``: PathSeg::intersections
[INFO] [stdout] | |_________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] This path can contain lines, quadratics ([``QuadBez``]) and cubics
[INFO] [stdout] ^^^^^^^^^^^
[INFO] [stdout] = note: no item named `QuadBez` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `common::solve_itp`
[INFO] [stdout] --> src/cubicbez.rs:88:5
[INFO] [stdout] |
[INFO] [stdout] 88 | / /// Solve for the parameter that has the given arc length from the start.
[INFO] [stdout] 89 | | ///
[INFO] [stdout] 90 | | /// This implementation uses the IPT method, as provided by
[INFO] [stdout] 91 | | /// [`common::solve_itp`]. This is as robust as bisection but
[INFO] [stdout] ... |
[INFO] [stdout] 94 | | /// of the curve, as that is likely faster than repeatedly
[INFO] [stdout] 95 | | /// computing the arc length of the segment starting at t=0.
[INFO] [stdout] | |________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] [`common::solve_itp`]. This is as robust as bisection but
[INFO] [stdout] ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] = note: no item named `common` in scope
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `common::solve_itp`
[INFO] [stdout] --> src/line.rs:75:5
[INFO] [stdout] |
[INFO] [stdout] 75 | / /// Solve for the parameter that has the given arc length from the start.
[INFO] [stdout] 76 | | ///
[INFO] [stdout] 77 | | /// This implementation uses the IPT method, as provided by
[INFO] [stdout] 78 | | /// [`common::solve_itp`]. This is as robust as bisection but
[INFO] [stdout] ... |
[INFO] [stdout] 81 | | /// of the curve, as that is likely faster than repeatedly
[INFO] [stdout] 82 | | /// computing the arc length of the segment starting at t=0.
[INFO] [stdout] | |________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] [`common::solve_itp`]. This is as robust as bisection but
[INFO] [stdout] ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] = note: no item named `common` in scope
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `common::solve_itp`
[INFO] [stdout] --> src/quadbez.rs:77:5
[INFO] [stdout] |
[INFO] [stdout] 77 | / /// Solve for the parameter that has the given arc length from the start.
[INFO] [stdout] 78 | | ///
[INFO] [stdout] 79 | | /// This implementation uses the IPT method, as provided by
[INFO] [stdout] 80 | | /// [`common::solve_itp`]. This is as robust as bisection but
[INFO] [stdout] ... |
[INFO] [stdout] 83 | | /// of the curve, as that is likely faster than repeatedly
[INFO] [stdout] 84 | | /// computing the arc length of the segment starting at t=0.
[INFO] [stdout] | |________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] [`common::solve_itp`]. This is as robust as bisection but
[INFO] [stdout] ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] = note: no item named `common` in scope
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `Affine`
[INFO] [stdout] --> src/translatescale.rs:13:1
[INFO] [stdout] |
[INFO] [stdout] 13 | / /// A transformation including scaling and translation.
[INFO] [stdout] 14 | | ///
[INFO] [stdout] 15 | | /// If the translation is `(x, y)` and the scale is `s`, then this
[INFO] [stdout] 16 | | /// transformation represents this augmented matrix::
[INFO] [stdout] ... |
[INFO] [stdout] 35 | | /// This transformation is less powerful than `Affine`, but can be applied
[INFO] [stdout] 36 | | /// to more primitives, especially including :py:class:`Rect`.
[INFO] [stdout] | |______________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] See [`Affine`] for more details about the
[INFO] [stdout] ^^^^^^^^
[INFO] [stdout] = note: no item named `Affine` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/bezpath.rs:11:1
[INFO] [stdout] |
[INFO] [stdout] 11 | / /// A Bézier path.
[INFO] [stdout] 12 | | ///
[INFO] [stdout] 13 | | /// These docs assume basic familiarity with Bézier curves; for an
[INFO] [stdout] 14 | | /// introduction, see Pomax's wonderful `A Primer on Bézier Curves`_.
[INFO] [stdout] ... |
[INFO] [stdout] 57 | | /// .. _A Primer on Bézier Curves: https://pomax.github.io/bezierinfo/
[INFO] [stdout] 58 | | /// .. _``intersections``: PathSeg::intersections
[INFO] [stdout] | |_________________________________________________^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 6 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 54.60s
[INFO] running `Command { std: "docker" "inspect" "03a98983317bebc396c039f14835eba0d17422ebf216dd0e40bfb656fcbb0f67", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "03a98983317bebc396c039f14835eba0d17422ebf216dd0e40bfb656fcbb0f67", kill_on_drop: false }`
[INFO] [stdout] 03a98983317bebc396c039f14835eba0d17422ebf216dd0e40bfb656fcbb0f67