[INFO] fetching crate agg 0.1.0... [INFO] documenting agg-0.1.0 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] extracting crate agg 0.1.0 into /workspace/builds/worker-105/source [INFO] validating manifest of crates.io crate agg 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 agg 0.1.0 [INFO] finished tweaking crates.io crate agg 0.1.0 [INFO] tweaked toml for crates.io crate agg 0.1.0 written to /workspace/builds/worker-105/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-105/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-105/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] baaf44aa6544bd0c3fdd06d643189a59414e388ed79d1fee803fd866088ca351 [INFO] running `Command { std: "docker" "start" "-a" "baaf44aa6544bd0c3fdd06d643189a59414e388ed79d1fee803fd866088ca351", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "baaf44aa6544bd0c3fdd06d643189a59414e388ed79d1fee803fd866088ca351", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "baaf44aa6544bd0c3fdd06d643189a59414e388ed79d1fee803fd866088ca351", kill_on_drop: false }` [INFO] [stdout] baaf44aa6544bd0c3fdd06d643189a59414e388ed79d1fee803fd866088ca351 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-105/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-105/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 70a38b944be3f5f608fdd986f596ac92db735c952fcc96b21e695f08af463676 [INFO] running `Command { std: "docker" "start" "-a" "70a38b944be3f5f608fdd986f596ac92db735c952fcc96b21e695f08af463676", kill_on_drop: false }` [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Compiling freetype-sys v0.7.1 [INFO] [stderr] Compiling libz-sys v1.1.8 [INFO] [stderr] Checking freetype-rs v0.19.1 [INFO] [stderr] Documenting agg v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.81s [INFO] [stdout] warning: unresolved link to `0,1` [INFO] [stdout] --> src/color.rs:6:21 [INFO] [stdout] | [INFO] [stdout] 6 | /// Convert an f64 [0,1] component to a u8 [0,255] component [INFO] [stdout] | ^^^ no item named `0,1` 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 `0,255` [INFO] [stdout] --> src/color.rs:6:45 [INFO] [stdout] | [INFO] [stdout] 6 | /// Convert an f64 [0,1] component to a u8 [0,255] component [INFO] [stdout] | ^^^^^ no item named `0,255` 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 `0,1` [INFO] [stdout] --> src/lib.rs:191:24 [INFO] [stdout] | [INFO] [stdout] 191 | /// Get red value [0,1] as f64 [INFO] [stdout] | ^^^ no item named `0,1` 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 `0,1` [INFO] [stdout] --> src/lib.rs:193:26 [INFO] [stdout] | [INFO] [stdout] 193 | /// Get green value [0,1] as f64 [INFO] [stdout] | ^^^ no item named `0,1` 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 `0,1` [INFO] [stdout] --> src/lib.rs:195:25 [INFO] [stdout] | [INFO] [stdout] 195 | /// Get blue value [0,1] as f64 [INFO] [stdout] | ^^^ no item named `0,1` 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 `0,1` [INFO] [stdout] --> src/lib.rs:197:26 [INFO] [stdout] | [INFO] [stdout] 197 | /// Get alpha value [0,1] as f64 [INFO] [stdout] | ^^^ no item named `0,1` 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 `0,255` [INFO] [stdout] --> src/lib.rs:199:24 [INFO] [stdout] | [INFO] [stdout] 199 | /// Get red value [0,255] as u8 [INFO] [stdout] | ^^^^^ no item named `0,255` 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 `0,255` [INFO] [stdout] --> src/lib.rs:201:26 [INFO] [stdout] | [INFO] [stdout] 201 | /// Get green value [0,255] as u8 [INFO] [stdout] | ^^^^^ no item named `0,255` 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 `0,255` [INFO] [stdout] --> src/lib.rs:203:25 [INFO] [stdout] | [INFO] [stdout] 203 | /// Get blue value [0,255] as u8 [INFO] [stdout] | ^^^^^ no item named `0,255` 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 `0,255` [INFO] [stdout] --> src/lib.rs:205:26 [INFO] [stdout] | [INFO] [stdout] 205 | /// Get alpha value [0,255] as u8 [INFO] [stdout] | ^^^^^ no item named `0,255` in scope [INFO] [stdout] | [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/clip.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | /// See https://en.wikipedia.org/wiki/Liang-Barsky_algorithm [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: this URL is not a hyperlink [INFO] [stdout] --> src/clip.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | /// See https://en.wikipedia.org/wiki/Cyrus-Beck_algorithm [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/raster.rs:32:33 [INFO] [stdout] | [INFO] [stdout] 32 | /// See (Non-Zero Filling Rule)[https://en.wikipedia.org/wiki/Nonzero-rule] and [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/raster.rs:33:24 [INFO] [stdout] | [INFO] [stdout] 33 | /// (Even-Odd Filling)[https://en.wikipedia.org/wiki/Even%E2%80%93odd_rule] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/math.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | /// https://sestevenson.wordpress.com/2009/08/19/rounding-in-fixed-point-number-conversions/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/math.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | /// https://stackoverflow.com/questions/10067510/fixed-point-arithmetic-in-c-programming [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/math.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | /// http://x86asm.net/articles/fixed-point-arithmetic-and-tricks/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "70a38b944be3f5f608fdd986f596ac92db735c952fcc96b21e695f08af463676", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "70a38b944be3f5f608fdd986f596ac92db735c952fcc96b21e695f08af463676", kill_on_drop: false }` [INFO] [stdout] 70a38b944be3f5f608fdd986f596ac92db735c952fcc96b21e695f08af463676 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-105/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-105/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" "+beta-2022-05-20" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] 05b0c32132fd839be66724495960821a0cab896b44cdc653e2c0bf3f689d1830 [INFO] running `Command { std: "docker" "start" "-a" "05b0c32132fd839be66724495960821a0cab896b44cdc653e2c0bf3f689d1830", kill_on_drop: false }` [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Compiling freetype-sys v0.7.1 [INFO] [stderr] Compiling libz-sys v1.1.8 [INFO] [stderr] Checking freetype-rs v0.19.1 [INFO] [stderr] Documenting agg v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.51s [INFO] [stdout] warning: unresolved link to `0,1` [INFO] [stdout] --> src/color.rs:6:21 [INFO] [stdout] | [INFO] [stdout] 6 | /// Convert an f64 [0,1] component to a u8 [0,255] component [INFO] [stdout] | ^^^ no item named `0,1` 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 `0,255` [INFO] [stdout] --> src/color.rs:6:45 [INFO] [stdout] | [INFO] [stdout] 6 | /// Convert an f64 [0,1] component to a u8 [0,255] component [INFO] [stdout] | ^^^^^ no item named `0,255` 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 `0,1` [INFO] [stdout] --> src/lib.rs:191:24 [INFO] [stdout] | [INFO] [stdout] 191 | /// Get red value [0,1] as f64 [INFO] [stdout] | ^^^ no item named `0,1` 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 `0,1` [INFO] [stdout] --> src/lib.rs:193:26 [INFO] [stdout] | [INFO] [stdout] 193 | /// Get green value [0,1] as f64 [INFO] [stdout] | ^^^ no item named `0,1` 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 `0,1` [INFO] [stdout] --> src/lib.rs:195:25 [INFO] [stdout] | [INFO] [stdout] 195 | /// Get blue value [0,1] as f64 [INFO] [stdout] | ^^^ no item named `0,1` 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 `0,1` [INFO] [stdout] --> src/lib.rs:197:26 [INFO] [stdout] | [INFO] [stdout] 197 | /// Get alpha value [0,1] as f64 [INFO] [stdout] | ^^^ no item named `0,1` 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 `0,255` [INFO] [stdout] --> src/lib.rs:199:24 [INFO] [stdout] | [INFO] [stdout] 199 | /// Get red value [0,255] as u8 [INFO] [stdout] | ^^^^^ no item named `0,255` 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 `0,255` [INFO] [stdout] --> src/lib.rs:201:26 [INFO] [stdout] | [INFO] [stdout] 201 | /// Get green value [0,255] as u8 [INFO] [stdout] | ^^^^^ no item named `0,255` 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 `0,255` [INFO] [stdout] --> src/lib.rs:203:25 [INFO] [stdout] | [INFO] [stdout] 203 | /// Get blue value [0,255] as u8 [INFO] [stdout] | ^^^^^ no item named `0,255` 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 `0,255` [INFO] [stdout] --> src/lib.rs:205:26 [INFO] [stdout] | [INFO] [stdout] 205 | /// Get alpha value [0,255] as u8 [INFO] [stdout] | ^^^^^ no item named `0,255` in scope [INFO] [stdout] | [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/clip.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | /// See https://en.wikipedia.org/wiki/Liang-Barsky_algorithm [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: this URL is not a hyperlink [INFO] [stdout] --> src/clip.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | /// See https://en.wikipedia.org/wiki/Cyrus-Beck_algorithm [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/raster.rs:32:33 [INFO] [stdout] | [INFO] [stdout] 32 | /// See (Non-Zero Filling Rule)[https://en.wikipedia.org/wiki/Nonzero-rule] and [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/raster.rs:33:24 [INFO] [stdout] | [INFO] [stdout] 33 | /// (Even-Odd Filling)[https://en.wikipedia.org/wiki/Even%E2%80%93odd_rule] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/math.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | /// https://sestevenson.wordpress.com/2009/08/19/rounding-in-fixed-point-number-conversions/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/math.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | /// https://stackoverflow.com/questions/10067510/fixed-point-arithmetic-in-c-programming [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/math.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | /// http://x86asm.net/articles/fixed-point-arithmetic-and-tricks/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "05b0c32132fd839be66724495960821a0cab896b44cdc653e2c0bf3f689d1830", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "05b0c32132fd839be66724495960821a0cab896b44cdc653e2c0bf3f689d1830", kill_on_drop: false }` [INFO] [stdout] 05b0c32132fd839be66724495960821a0cab896b44cdc653e2c0bf3f689d1830