[INFO] fetching crate mathf 0.1.16... [INFO] documenting mathf-0.1.16 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate mathf 0.1.16 into /workspace/builds/worker-34/source [INFO] validating manifest of crates.io crate mathf 0.1.16 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 crates.io crate mathf 0.1.16 [INFO] finished tweaking crates.io crate mathf 0.1.16 [INFO] tweaked toml for crates.io crate mathf 0.1.16 written to /workspace/builds/worker-34/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/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] 4762fe48a086475ee11159b36956e6d42b465d14b4e4fb76703874783d2d130f [INFO] running `Command { std: "docker" "start" "-a" "4762fe48a086475ee11159b36956e6d42b465d14b4e4fb76703874783d2d130f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4762fe48a086475ee11159b36956e6d42b465d14b4e4fb76703874783d2d130f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4762fe48a086475ee11159b36956e6d42b465d14b4e4fb76703874783d2d130f", kill_on_drop: false }` [INFO] [stdout] 4762fe48a086475ee11159b36956e6d42b465d14b4e4fb76703874783d2d130f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/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] [stdout] 99e2b944b446f7eb290bbc2a0345ac6070e32daf37bc02cb001da4aeefd7ec59 [INFO] running `Command { std: "docker" "start" "-a" "99e2b944b446f7eb290bbc2a0345ac6070e32daf37bc02cb001da4aeefd7ec59", kill_on_drop: false }` [INFO] [stderr] Documenting mathf v0.1.16 (/opt/rustwide/workdir) [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/matrix.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 36 | | /// // | 1 0 0 | [INFO] [stdout] 37 | | /// // | 0 1 0 | [INFO] [stdout] 38 | | /// // | 0 0 1 | [INFO] [stdout] 39 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 35 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/matrix.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 46 | | /// // | 4 -3 0 | [INFO] [stdout] 47 | | /// // let matrix = | 2 -1 2 | [INFO] [stdout] 48 | | /// // | 1 5 7 | [INFO] [stdout] 49 | | /// // matrix.det() = -32 [INFO] [stdout] 50 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 45 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/matrix.rs:118:9 [INFO] [stdout] | [INFO] [stdout] 118 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 119 | | /// // | 1 2 3 | [INFO] [stdout] 120 | | /// //let matrix = | 0 1 5 | [INFO] [stdout] 121 | | /// // | 5 6 0 | [INFO] [stdout] ... | [INFO] [stdout] 124 | | /// // | -5 4 1 | [INFO] [stdout] 125 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 118 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/matrix.rs:155:9 [INFO] [stdout] | [INFO] [stdout] 155 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 156 | | /// // | a 0 0 | [INFO] [stdout] 157 | | /// // | 0 a 0 | [INFO] [stdout] 158 | | /// // | 0 0 a | [INFO] [stdout] 159 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 155 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/matrix.rs:242:9 [INFO] [stdout] | [INFO] [stdout] 242 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 243 | | /// // | a 0 0 | [INFO] [stdout] 244 | | /// // | 0 b 0 | [INFO] [stdout] 245 | | /// // | 0 0 c | [INFO] [stdout] 246 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 242 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/matrix.rs:252:9 [INFO] [stdout] | [INFO] [stdout] 252 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 253 | | /// // Matrix (Z) 3x3: [INFO] [stdout] 254 | | /// // | cosθ −sinθ 0 | [INFO] [stdout] 255 | | /// // Rz(θ)=| sinθ cosθ 0 | [INFO] [stdout] ... | [INFO] [stdout] 264 | | /// // | sinθ 0 cosθ | [INFO] [stdout] 265 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 252 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/matrix.rs:285:9 [INFO] [stdout] | [INFO] [stdout] 285 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 286 | | /// // | 1 0 | [INFO] [stdout] 287 | | /// // | 0 1 | [INFO] [stdout] 288 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 285 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/matrix.rs:294:9 [INFO] [stdout] | [INFO] [stdout] 294 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 295 | | /// // | 4 -3 | [INFO] [stdout] 296 | | /// // let matrix = | 0 2 | [INFO] [stdout] 297 | | /// [INFO] [stdout] 298 | | /// // matrix.det() = 2 [INFO] [stdout] 299 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 294 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/matrix.rs:312:9 [INFO] [stdout] | [INFO] [stdout] 312 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 313 | | /// // | 4 -3 |` [INFO] [stdout] 314 | | /// // let matrix = | 0 2 |` [INFO] [stdout] 315 | | [INFO] [stdout] 316 | | /// // matrix.det() = 2 [INFO] [stdout] 317 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 312 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/matrix.rs:343:9 [INFO] [stdout] | [INFO] [stdout] 343 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 344 | | /// // | 4 7 | [INFO] [stdout] 345 | | /// // let matrix = | 2 6 | [INFO] [stdout] 346 | | /// // [INFO] [stdout] 347 | | /// // | 6 -7 | [INFO] [stdout] 348 | | /// // let matrix_inverse = 1/10 | -2 4 | [INFO] [stdout] 349 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 343 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/matrix.rs:382:9 [INFO] [stdout] | [INFO] [stdout] 382 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 383 | | /// // | a 0 | [INFO] [stdout] 384 | | /// // | 0 a | [INFO] [stdout] 385 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 382 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/matrix.rs:409:9 [INFO] [stdout] | [INFO] [stdout] 409 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 410 | | /// // P′= | cosθ − sinθ | P [INFO] [stdout] 411 | | /// // | sinθ + cosθ | [INFO] [stdout] 412 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 409 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/vector2.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 37 | | /// // | 0 | [INFO] [stdout] 38 | | /// // | 1 | [INFO] [stdout] 39 | | /// // y=1, x=0 [INFO] [stdout] 40 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 36 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/vector2.rs:46:9 [INFO] [stdout] | [INFO] [stdout] 46 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 47 | | /// // | 0 | [INFO] [stdout] 48 | | /// // | -1 | [INFO] [stdout] 49 | | /// // y=-1, x=0 [INFO] [stdout] 50 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 46 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/vector2.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 57 | | /// // | 1 | [INFO] [stdout] 58 | | /// // | 0 | [INFO] [stdout] 59 | | /// // y=0, x=1 [INFO] [stdout] 60 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 56 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/vector2.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 67 | | /// // | -1 | [INFO] [stdout] 68 | | /// // | 0 | [INFO] [stdout] 69 | | /// // y=0, x=-1 [INFO] [stdout] 70 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 66 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/vector2.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 77 | | /// // | 3 1 | | 4 | | 5 | | 20 | [INFO] [stdout] 78 | | /// // | 5 7 | * | 3 | + | 6 | = | 47 | [INFO] [stdout] 79 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 76 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/vector2.rs:102:9 [INFO] [stdout] | [INFO] [stdout] 102 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 103 | | /// // | 1 | [INFO] [stdout] 104 | | /// // | 1 | [INFO] [stdout] 105 | | /// // x=1, y=1 [INFO] [stdout] 106 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 102 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/vector2.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 114 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 115 | | /// // | 0 | [INFO] [stdout] 116 | | /// // | 0 | [INFO] [stdout] 117 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 114 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/vector2.rs:270:9 [INFO] [stdout] | [INFO] [stdout] 270 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 271 | | /// // | 3 1 | | 4 | | 5 | | 20 | [INFO] [stdout] 272 | | /// // | 5 7 | * | 3 | + | 6 | = | 47 | [INFO] [stdout] 273 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 270 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/vector3.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 40 | | /// // | 0 | [INFO] [stdout] 41 | | /// // | 1 | [INFO] [stdout] 42 | | /// // | 0 | [INFO] [stdout] 43 | | /// // y=1, x=0, z=0 [INFO] [stdout] 44 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 39 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/vector3.rs:54:9 [INFO] [stdout] | [INFO] [stdout] 54 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 55 | | /// // | 0 | [INFO] [stdout] 56 | | /// // | -1 | [INFO] [stdout] 57 | | /// // | 0 | [INFO] [stdout] 58 | | /// // y=-1, x=0, z=0 [INFO] [stdout] 59 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 54 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/vector3.rs:69:9 [INFO] [stdout] | [INFO] [stdout] 69 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 70 | | /// // | 1 | [INFO] [stdout] 71 | | /// // | 0 | [INFO] [stdout] 72 | | /// // | 0 | [INFO] [stdout] 73 | | /// // y=0, x=1, z=0 [INFO] [stdout] 74 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 69 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/vector3.rs:84:9 [INFO] [stdout] | [INFO] [stdout] 84 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 85 | | /// // | -1 | [INFO] [stdout] 86 | | /// // | 0 | [INFO] [stdout] 87 | | /// // | 0 | [INFO] [stdout] 88 | | /// // y=0, x=-1, z=0 [INFO] [stdout] 89 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 84 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/vector3.rs:99:9 [INFO] [stdout] | [INFO] [stdout] 99 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 100 | | /// // | 0 | [INFO] [stdout] 101 | | /// // | 0 | [INFO] [stdout] 102 | | /// // | 1 | [INFO] [stdout] 103 | | /// // y=0, x=0, z=1 [INFO] [stdout] 104 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 99 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/vector3.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 114 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 115 | | /// // | 0 | [INFO] [stdout] 116 | | /// // | 0 | [INFO] [stdout] 117 | | /// // | -1 | [INFO] [stdout] 118 | | /// // y=0, x=0, z=-1 [INFO] [stdout] 119 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 114 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/vector3.rs:135:9 [INFO] [stdout] | [INFO] [stdout] 135 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 136 | | /// // | a | | m | | do - gn | [INFO] [stdout] 137 | | /// // | d | x | n | = | gm - ao | [INFO] [stdout] 138 | | /// // | g | | o | | an - dm | [INFO] [stdout] 139 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 135 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/vector3.rs:160:9 [INFO] [stdout] | [INFO] [stdout] 160 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 161 | | /// // | 1 | [INFO] [stdout] 162 | | /// // | 1 | [INFO] [stdout] 163 | | /// // | 1 | [INFO] [stdout] 164 | | /// // x=1, y=1, z=1 [INFO] [stdout] 165 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 160 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/vector3.rs:177:9 [INFO] [stdout] | [INFO] [stdout] 177 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 178 | | /// // | 0 | [INFO] [stdout] 179 | | /// // | 0 | [INFO] [stdout] 180 | | /// // | 0 | [INFO] [stdout] 181 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 177 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 29 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.05s [INFO] running `Command { std: "docker" "inspect" "99e2b944b446f7eb290bbc2a0345ac6070e32daf37bc02cb001da4aeefd7ec59", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "99e2b944b446f7eb290bbc2a0345ac6070e32daf37bc02cb001da4aeefd7ec59", kill_on_drop: false }` [INFO] [stdout] 99e2b944b446f7eb290bbc2a0345ac6070e32daf37bc02cb001da4aeefd7ec59 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/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] [stdout] 2f2723b5a7004c916c0a0451ab82b218458979549e7dedcc90c27bd16aaa1ea2 [INFO] running `Command { std: "docker" "start" "-a" "2f2723b5a7004c916c0a0451ab82b218458979549e7dedcc90c27bd16aaa1ea2", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Documenting mathf v0.1.16 (/opt/rustwide/workdir) [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/matrix.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 36 | | /// // | 1 0 0 | [INFO] [stdout] 37 | | /// // | 0 1 0 | [INFO] [stdout] 38 | | /// // | 0 0 1 | [INFO] [stdout] 39 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 35 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/matrix.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 46 | | /// // | 4 -3 0 | [INFO] [stdout] 47 | | /// // let matrix = | 2 -1 2 | [INFO] [stdout] 48 | | /// // | 1 5 7 | [INFO] [stdout] 49 | | /// // matrix.det() = -32 [INFO] [stdout] 50 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 45 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/matrix.rs:118:9 [INFO] [stdout] | [INFO] [stdout] 118 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 119 | | /// // | 1 2 3 | [INFO] [stdout] 120 | | /// //let matrix = | 0 1 5 | [INFO] [stdout] 121 | | /// // | 5 6 0 | [INFO] [stdout] ... | [INFO] [stdout] 124 | | /// // | -5 4 1 | [INFO] [stdout] 125 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 118 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/matrix.rs:155:9 [INFO] [stdout] | [INFO] [stdout] 155 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 156 | | /// // | a 0 0 | [INFO] [stdout] 157 | | /// // | 0 a 0 | [INFO] [stdout] 158 | | /// // | 0 0 a | [INFO] [stdout] 159 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 155 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/matrix.rs:242:9 [INFO] [stdout] | [INFO] [stdout] 242 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 243 | | /// // | a 0 0 | [INFO] [stdout] 244 | | /// // | 0 b 0 | [INFO] [stdout] 245 | | /// // | 0 0 c | [INFO] [stdout] 246 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 242 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/matrix.rs:252:9 [INFO] [stdout] | [INFO] [stdout] 252 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 253 | | /// // Matrix (Z) 3x3: [INFO] [stdout] 254 | | /// // | cosθ −sinθ 0 | [INFO] [stdout] 255 | | /// // Rz(θ)=| sinθ cosθ 0 | [INFO] [stdout] ... | [INFO] [stdout] 264 | | /// // | sinθ 0 cosθ | [INFO] [stdout] 265 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 252 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/matrix.rs:285:9 [INFO] [stdout] | [INFO] [stdout] 285 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 286 | | /// // | 1 0 | [INFO] [stdout] 287 | | /// // | 0 1 | [INFO] [stdout] 288 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 285 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/matrix.rs:294:9 [INFO] [stdout] | [INFO] [stdout] 294 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 295 | | /// // | 4 -3 | [INFO] [stdout] 296 | | /// // let matrix = | 0 2 | [INFO] [stdout] 297 | | /// [INFO] [stdout] 298 | | /// // matrix.det() = 2 [INFO] [stdout] 299 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 294 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/matrix.rs:312:9 [INFO] [stdout] | [INFO] [stdout] 312 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 313 | | /// // | 4 -3 |` [INFO] [stdout] 314 | | /// // let matrix = | 0 2 |` [INFO] [stdout] 315 | | [INFO] [stdout] 316 | | /// // matrix.det() = 2 [INFO] [stdout] 317 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 312 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/matrix.rs:343:9 [INFO] [stdout] | [INFO] [stdout] 343 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 344 | | /// // | 4 7 | [INFO] [stdout] 345 | | /// // let matrix = | 2 6 | [INFO] [stdout] 346 | | /// // [INFO] [stdout] 347 | | /// // | 6 -7 | [INFO] [stdout] 348 | | /// // let matrix_inverse = 1/10 | -2 4 | [INFO] [stdout] 349 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 343 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/matrix.rs:382:9 [INFO] [stdout] | [INFO] [stdout] 382 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 383 | | /// // | a 0 | [INFO] [stdout] 384 | | /// // | 0 a | [INFO] [stdout] 385 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 382 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/matrix.rs:409:9 [INFO] [stdout] | [INFO] [stdout] 409 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 410 | | /// // P′= | cosθ − sinθ | P [INFO] [stdout] 411 | | /// // | sinθ + cosθ | [INFO] [stdout] 412 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 409 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/vector2.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 37 | | /// // | 0 | [INFO] [stdout] 38 | | /// // | 1 | [INFO] [stdout] 39 | | /// // y=1, x=0 [INFO] [stdout] 40 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 36 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/vector2.rs:46:9 [INFO] [stdout] | [INFO] [stdout] 46 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 47 | | /// // | 0 | [INFO] [stdout] 48 | | /// // | -1 | [INFO] [stdout] 49 | | /// // y=-1, x=0 [INFO] [stdout] 50 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 46 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/vector2.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 57 | | /// // | 1 | [INFO] [stdout] 58 | | /// // | 0 | [INFO] [stdout] 59 | | /// // y=0, x=1 [INFO] [stdout] 60 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 56 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/vector2.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 67 | | /// // | -1 | [INFO] [stdout] 68 | | /// // | 0 | [INFO] [stdout] 69 | | /// // y=0, x=-1 [INFO] [stdout] 70 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 66 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/vector2.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 77 | | /// // | 3 1 | | 4 | | 5 | | 20 | [INFO] [stdout] 78 | | /// // | 5 7 | * | 3 | + | 6 | = | 47 | [INFO] [stdout] 79 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 76 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/vector2.rs:102:9 [INFO] [stdout] | [INFO] [stdout] 102 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 103 | | /// // | 1 | [INFO] [stdout] 104 | | /// // | 1 | [INFO] [stdout] 105 | | /// // x=1, y=1 [INFO] [stdout] 106 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 102 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/vector2.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 114 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 115 | | /// // | 0 | [INFO] [stdout] 116 | | /// // | 0 | [INFO] [stdout] 117 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 114 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/vector2.rs:270:9 [INFO] [stdout] | [INFO] [stdout] 270 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 271 | | /// // | 3 1 | | 4 | | 5 | | 20 | [INFO] [stdout] 272 | | /// // | 5 7 | * | 3 | + | 6 | = | 47 | [INFO] [stdout] 273 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 270 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/vector3.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 40 | | /// // | 0 | [INFO] [stdout] 41 | | /// // | 1 | [INFO] [stdout] 42 | | /// // | 0 | [INFO] [stdout] 43 | | /// // y=1, x=0, z=0 [INFO] [stdout] 44 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 39 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/vector3.rs:54:9 [INFO] [stdout] | [INFO] [stdout] 54 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 55 | | /// // | 0 | [INFO] [stdout] 56 | | /// // | -1 | [INFO] [stdout] 57 | | /// // | 0 | [INFO] [stdout] 58 | | /// // y=-1, x=0, z=0 [INFO] [stdout] 59 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 54 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/vector3.rs:69:9 [INFO] [stdout] | [INFO] [stdout] 69 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 70 | | /// // | 1 | [INFO] [stdout] 71 | | /// // | 0 | [INFO] [stdout] 72 | | /// // | 0 | [INFO] [stdout] 73 | | /// // y=0, x=1, z=0 [INFO] [stdout] 74 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 69 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/vector3.rs:84:9 [INFO] [stdout] | [INFO] [stdout] 84 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 85 | | /// // | -1 | [INFO] [stdout] 86 | | /// // | 0 | [INFO] [stdout] 87 | | /// // | 0 | [INFO] [stdout] 88 | | /// // y=0, x=-1, z=0 [INFO] [stdout] 89 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 84 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/vector3.rs:99:9 [INFO] [stdout] | [INFO] [stdout] 99 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 100 | | /// // | 0 | [INFO] [stdout] 101 | | /// // | 0 | [INFO] [stdout] 102 | | /// // | 1 | [INFO] [stdout] 103 | | /// // y=0, x=0, z=1 [INFO] [stdout] 104 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 99 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/vector3.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 114 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 115 | | /// // | 0 | [INFO] [stdout] 116 | | /// // | 0 | [INFO] [stdout] 117 | | /// // | -1 | [INFO] [stdout] 118 | | /// // y=0, x=0, z=-1 [INFO] [stdout] 119 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 114 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/vector3.rs:135:9 [INFO] [stdout] | [INFO] [stdout] 135 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 136 | | /// // | a | | m | | do - gn | [INFO] [stdout] 137 | | /// // | d | x | n | = | gm - ao | [INFO] [stdout] 138 | | /// // | g | | o | | an - dm | [INFO] [stdout] 139 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 135 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/vector3.rs:160:9 [INFO] [stdout] | [INFO] [stdout] 160 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 161 | | /// // | 1 | [INFO] [stdout] 162 | | /// // | 1 | [INFO] [stdout] 163 | | /// // | 1 | [INFO] [stdout] 164 | | /// // x=1, y=1, z=1 [INFO] [stdout] 165 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 160 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/vector3.rs:177:9 [INFO] [stdout] | [INFO] [stdout] 177 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 178 | | /// // | 0 | [INFO] [stdout] 179 | | /// // | 0 | [INFO] [stdout] 180 | | /// // | 0 | [INFO] [stdout] 181 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 177 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 29 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.84s [INFO] running `Command { std: "docker" "inspect" "2f2723b5a7004c916c0a0451ab82b218458979549e7dedcc90c27bd16aaa1ea2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2f2723b5a7004c916c0a0451ab82b218458979549e7dedcc90c27bd16aaa1ea2", kill_on_drop: false }` [INFO] [stdout] 2f2723b5a7004c916c0a0451ab82b218458979549e7dedcc90c27bd16aaa1ea2