[INFO] fetching crate combinator 0.1.2... [INFO] documenting combinator-0.1.2 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] extracting crate combinator 0.1.2 into /workspace/builds/worker-101/source [INFO] validating manifest of crates.io crate combinator 0.1.2 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 combinator 0.1.2 [INFO] finished tweaking crates.io crate combinator 0.1.2 [INFO] tweaked toml for crates.io crate combinator 0.1.2 written to /workspace/builds/worker-101/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-101/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-101/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] 703acec19388d72f2039e943f97d40eed6a09ae0e7510d2aef746212b84f9172 [INFO] running `Command { std: "docker" "start" "-a" "703acec19388d72f2039e943f97d40eed6a09ae0e7510d2aef746212b84f9172", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "703acec19388d72f2039e943f97d40eed6a09ae0e7510d2aef746212b84f9172", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "703acec19388d72f2039e943f97d40eed6a09ae0e7510d2aef746212b84f9172", kill_on_drop: false }` [INFO] [stdout] 703acec19388d72f2039e943f97d40eed6a09ae0e7510d2aef746212b84f9172 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-101/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-101/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] 66661a79b031634cf702021cdcd51b2a049ad02aa33bf73c3484c59c5a9937d5 [INFO] running `Command { std: "docker" "start" "-a" "66661a79b031634cf702021cdcd51b2a049ad02aa33bf73c3484c59c5a9937d5", kill_on_drop: false }` [INFO] [stderr] Documenting combinator v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/lib.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | //! ``` [INFO] [stdout] | _____^ [INFO] [stdout] 4 | | //! /x:A [INFO] [stdout] 5 | | //! M1-D2< [INFO] [stdout] 6 | | //! \y:B [INFO] [stdout] ... | [INFO] [stdout] 10 | | //! D2: Fn(A,B)->C [INFO] [stdout] 11 | | //! ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 3 | //! ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/lib.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | //! ``` [INFO] [stdout] | _____^ [INFO] [stdout] 15 | | //! /M2-x:A [INFO] [stdout] 16 | | //! D1< [INFO] [stdout] 17 | | //! \M2-y:A [INFO] [stdout] ... | [INFO] [stdout] 21 | | //! M2: Fn(A)->B [INFO] [stdout] 22 | | //! ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 14 | //! ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/lib.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | //! ``` [INFO] [stdout] | _____^ [INFO] [stdout] 35 | | //! /x:A [INFO] [stdout] 36 | | //! D1< [INFO] [stdout] 37 | | //! \M2-y:B [INFO] [stdout] ... | [INFO] [stdout] 41 | | //! M2: Fn(B)->C [INFO] [stdout] 42 | | //! ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 34 | //! ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/lib.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | //! ``` [INFO] [stdout] | _____^ [INFO] [stdout] 46 | | //! (y) [INFO] [stdout] 47 | | //! / \ [INFO] [stdout] 48 | | //! D1< \ [INFO] [stdout] ... | [INFO] [stdout] 53 | | //! M2: Fn(B)->C [INFO] [stdout] 54 | | //! ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] = note: error from rustc: unknown start of token: \ [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: could not parse code block as Rust code [INFO] [stdout] --> src/lib.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 56 | //! ``` [INFO] [stdout] | _____^ [INFO] [stdout] 57 | | //! (y) [INFO] [stdout] 58 | | //! / \ /M-x:A [INFO] [stdout] 59 | | //! D1< X [INFO] [stdout] ... | [INFO] [stdout] 65 | | //! M2: Fn(A)->C [INFO] [stdout] 66 | | //! ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] = note: error from rustc: unknown start of token: \ [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: could not parse code block as Rust code [INFO] [stdout] --> src/lib.rs:69:5 [INFO] [stdout] | [INFO] [stdout] 69 | //! ``` [INFO] [stdout] | _____^ [INFO] [stdout] 70 | | //! (y) [INFO] [stdout] 71 | | //! / \ [INFO] [stdout] 72 | | //! D1< >y:B [INFO] [stdout] ... | [INFO] [stdout] 77 | | //! D1 : (B,B)->C [INFO] [stdout] 78 | | //! ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] = note: error from rustc: unknown start of token: \ [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: could not parse code block as Rust code [INFO] [stdout] --> src/lib.rs:81:5 [INFO] [stdout] | [INFO] [stdout] 81 | //! ``` [INFO] [stdout] | _____^ [INFO] [stdout] 82 | | //! (y) [INFO] [stdout] 83 | | //! / \ /x:A [INFO] [stdout] 84 | | //! D1< X [INFO] [stdout] ... | [INFO] [stdout] 89 | | //! D1 : Fn(B,A)->C [INFO] [stdout] 90 | | //! ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 81 | //! ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/lib.rs:98:9 [INFO] [stdout] | [INFO] [stdout] 98 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 99 | | /// M1.AT(D2)(x,y) [INFO] [stdout] 100 | | /// [INFO] [stdout] 101 | | /// /x [INFO] [stdout] 102 | | /// M1-D2< [INFO] [stdout] 103 | | /// \y [INFO] [stdout] 104 | | /// ``` [INFO] [stdout] | |____________^ [INFO] [stdout] | [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 98 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/lib.rs:128:9 [INFO] [stdout] | [INFO] [stdout] 128 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 129 | | /// D1.HK(M2)(x,y) [INFO] [stdout] 130 | | /// [INFO] [stdout] 131 | | /// /x [INFO] [stdout] 132 | | /// D1< [INFO] [stdout] 133 | | /// \M2-y [INFO] [stdout] 134 | | /// ``` [INFO] [stdout] | |____________^ [INFO] [stdout] | [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 128 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/lib.rs:140:9 [INFO] [stdout] | [INFO] [stdout] 140 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 141 | | /// D1.HK(M2)(x,y) [INFO] [stdout] 142 | | /// [INFO] [stdout] 143 | | /// (y) [INFO] [stdout] ... | [INFO] [stdout] 147 | | /// (M2(x)) [INFO] [stdout] 148 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 140 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/lib.rs:158:9 [INFO] [stdout] | [INFO] [stdout] 158 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 159 | | /// D1.F()(x,y) [INFO] [stdout] 160 | | /// [INFO] [stdout] 161 | | /// (y) [INFO] [stdout] ... | [INFO] [stdout] 165 | | /// (x) [INFO] [stdout] 166 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 158 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/lib.rs:172:9 [INFO] [stdout] | [INFO] [stdout] 172 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 173 | | /// D1.MH(M2)(y) [INFO] [stdout] 174 | | /// [INFO] [stdout] 175 | | /// (Y) [INFO] [stdout] ... | [INFO] [stdout] 178 | | /// \M2-y [INFO] [stdout] 179 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 172 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/lib.rs:190:9 [INFO] [stdout] | [INFO] [stdout] 190 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 191 | | /// D1.AP(M2)(x,y) [INFO] [stdout] 192 | | /// [INFO] [stdout] 193 | | /// /M2-x:T [INFO] [stdout] 194 | | /// D1< [INFO] [stdout] 195 | | /// \M2-y:T [INFO] [stdout] 196 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 190 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/lib.rs:207:9 [INFO] [stdout] | [INFO] [stdout] 207 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 208 | | /// D1.RF()(y) [INFO] [stdout] 209 | | /// [INFO] [stdout] 210 | | /// (y) [INFO] [stdout] ... | [INFO] [stdout] 214 | | /// (y) [INFO] [stdout] 215 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 207 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.45s [INFO] running `Command { std: "docker" "inspect" "66661a79b031634cf702021cdcd51b2a049ad02aa33bf73c3484c59c5a9937d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "66661a79b031634cf702021cdcd51b2a049ad02aa33bf73c3484c59c5a9937d5", kill_on_drop: false }` [INFO] [stdout] 66661a79b031634cf702021cdcd51b2a049ad02aa33bf73c3484c59c5a9937d5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-101/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-101/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" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=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] 61a467bf86f976fb2e978df7bdb8d46fb8936bd27245af175a8d15206c91d98a [INFO] running `Command { std: "docker" "start" "-a" "61a467bf86f976fb2e978df7bdb8d46fb8936bd27245af175a8d15206c91d98a", kill_on_drop: false }` [INFO] [stderr] Documenting combinator v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/lib.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | //! ``` [INFO] [stdout] | _____^ [INFO] [stdout] 4 | | //! /x:A [INFO] [stdout] 5 | | //! M1-D2< [INFO] [stdout] 6 | | //! \y:B [INFO] [stdout] ... | [INFO] [stdout] 10 | | //! D2: Fn(A,B)->C [INFO] [stdout] 11 | | //! ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 3 | //! ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/lib.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | //! ``` [INFO] [stdout] | _____^ [INFO] [stdout] 15 | | //! /M2-x:A [INFO] [stdout] 16 | | //! D1< [INFO] [stdout] 17 | | //! \M2-y:A [INFO] [stdout] ... | [INFO] [stdout] 21 | | //! M2: Fn(A)->B [INFO] [stdout] 22 | | //! ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 14 | //! ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/lib.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | //! ``` [INFO] [stdout] | _____^ [INFO] [stdout] 35 | | //! /x:A [INFO] [stdout] 36 | | //! D1< [INFO] [stdout] 37 | | //! \M2-y:B [INFO] [stdout] ... | [INFO] [stdout] 41 | | //! M2: Fn(B)->C [INFO] [stdout] 42 | | //! ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 34 | //! ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/lib.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | //! ``` [INFO] [stdout] | _____^ [INFO] [stdout] 46 | | //! (y) [INFO] [stdout] 47 | | //! / \ [INFO] [stdout] 48 | | //! D1< \ [INFO] [stdout] ... | [INFO] [stdout] 53 | | //! M2: Fn(B)->C [INFO] [stdout] 54 | | //! ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] = note: error from rustc: unknown start of token: \ [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: could not parse code block as Rust code [INFO] [stdout] --> src/lib.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 56 | //! ``` [INFO] [stdout] | _____^ [INFO] [stdout] 57 | | //! (y) [INFO] [stdout] 58 | | //! / \ /M-x:A [INFO] [stdout] 59 | | //! D1< X [INFO] [stdout] ... | [INFO] [stdout] 65 | | //! M2: Fn(A)->C [INFO] [stdout] 66 | | //! ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] = note: error from rustc: unknown start of token: \ [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: could not parse code block as Rust code [INFO] [stdout] --> src/lib.rs:69:5 [INFO] [stdout] | [INFO] [stdout] 69 | //! ``` [INFO] [stdout] | _____^ [INFO] [stdout] 70 | | //! (y) [INFO] [stdout] 71 | | //! / \ [INFO] [stdout] 72 | | //! D1< >y:B [INFO] [stdout] ... | [INFO] [stdout] 77 | | //! D1 : (B,B)->C [INFO] [stdout] 78 | | //! ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] = note: error from rustc: unknown start of token: \ [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: could not parse code block as Rust code [INFO] [stdout] --> src/lib.rs:81:5 [INFO] [stdout] | [INFO] [stdout] 81 | //! ``` [INFO] [stdout] | _____^ [INFO] [stdout] 82 | | //! (y) [INFO] [stdout] 83 | | //! / \ /x:A [INFO] [stdout] 84 | | //! D1< X [INFO] [stdout] ... | [INFO] [stdout] 89 | | //! D1 : Fn(B,A)->C [INFO] [stdout] 90 | | //! ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 81 | //! ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/lib.rs:98:9 [INFO] [stdout] | [INFO] [stdout] 98 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 99 | | /// M1.AT(D2)(x,y) [INFO] [stdout] 100 | | /// [INFO] [stdout] 101 | | /// /x [INFO] [stdout] 102 | | /// M1-D2< [INFO] [stdout] 103 | | /// \y [INFO] [stdout] 104 | | /// ``` [INFO] [stdout] | |____________^ [INFO] [stdout] | [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 98 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/lib.rs:128:9 [INFO] [stdout] | [INFO] [stdout] 128 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 129 | | /// D1.HK(M2)(x,y) [INFO] [stdout] 130 | | /// [INFO] [stdout] 131 | | /// /x [INFO] [stdout] 132 | | /// D1< [INFO] [stdout] 133 | | /// \M2-y [INFO] [stdout] 134 | | /// ``` [INFO] [stdout] | |____________^ [INFO] [stdout] | [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 128 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/lib.rs:140:9 [INFO] [stdout] | [INFO] [stdout] 140 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 141 | | /// D1.HK(M2)(x,y) [INFO] [stdout] 142 | | /// [INFO] [stdout] 143 | | /// (y) [INFO] [stdout] ... | [INFO] [stdout] 147 | | /// (M2(x)) [INFO] [stdout] 148 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 140 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/lib.rs:158:9 [INFO] [stdout] | [INFO] [stdout] 158 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 159 | | /// D1.F()(x,y) [INFO] [stdout] 160 | | /// [INFO] [stdout] 161 | | /// (y) [INFO] [stdout] ... | [INFO] [stdout] 165 | | /// (x) [INFO] [stdout] 166 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 158 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/lib.rs:172:9 [INFO] [stdout] | [INFO] [stdout] 172 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 173 | | /// D1.MH(M2)(y) [INFO] [stdout] 174 | | /// [INFO] [stdout] 175 | | /// (Y) [INFO] [stdout] ... | [INFO] [stdout] 178 | | /// \M2-y [INFO] [stdout] 179 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 172 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/lib.rs:190:9 [INFO] [stdout] | [INFO] [stdout] 190 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 191 | | /// D1.AP(M2)(x,y) [INFO] [stdout] 192 | | /// [INFO] [stdout] 193 | | /// /M2-x:T [INFO] [stdout] 194 | | /// D1< [INFO] [stdout] 195 | | /// \M2-y:T [INFO] [stdout] 196 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 190 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/lib.rs:207:9 [INFO] [stdout] | [INFO] [stdout] 207 | /// ``` [INFO] [stdout] | _________^ [INFO] [stdout] 208 | | /// D1.RF()(y) [INFO] [stdout] 209 | | /// [INFO] [stdout] 210 | | /// (y) [INFO] [stdout] ... | [INFO] [stdout] 214 | | /// (y) [INFO] [stdout] 215 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 207 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.74s [INFO] running `Command { std: "docker" "inspect" "61a467bf86f976fb2e978df7bdb8d46fb8936bd27245af175a8d15206c91d98a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "61a467bf86f976fb2e978df7bdb8d46fb8936bd27245af175a8d15206c91d98a", kill_on_drop: false }` [INFO] [stdout] 61a467bf86f976fb2e978df7bdb8d46fb8936bd27245af175a8d15206c91d98a