[INFO] cloning repository https://github.com/0rvar/spatula
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/0rvar/spatula" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0rvar%2Fspatula", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0rvar%2Fspatula'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b419f8e5f30d734063cb597159692eb2b438f00b
[INFO] documenting 0rvar/spatula against 1.90.0 for beta-rustdoc-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0rvar%2Fspatula" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/0rvar/spatula
[INFO] finished tweaking git repo https://github.com/0rvar/spatula
[INFO] tweaked toml for git repo https://github.com/0rvar/spatula written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/0rvar/spatula on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/0rvar/spatula already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded test_each_file v0.3.3
[INFO] [stderr]   Downloaded stacker v0.1.17
[INFO] [stderr]   Downloaded chumsky v1.0.0-alpha.7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ca5822612b284ea1eecf5f3402877ea804bd22c956de74821593c208403ba079
[INFO] running `Command { std: "docker" "start" "-a" "ca5822612b284ea1eecf5f3402877ea804bd22c956de74821593c208403ba079", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ca5822612b284ea1eecf5f3402877ea804bd22c956de74821593c208403ba079", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ca5822612b284ea1eecf5f3402877ea804bd22c956de74821593c208403ba079", kill_on_drop: false }`
[INFO] [stdout] ca5822612b284ea1eecf5f3402877ea804bd22c956de74821593c208403ba079
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 13f80702e5a662f8e4c53a6c498b48d0193432c169f9bedb11575ebcdc4423ec
[INFO] running `Command { std: "docker" "start" "-a" "13f80702e5a662f8e4c53a6c498b48d0193432c169f9bedb11575ebcdc4423ec", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.1.21
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]    Compiling chumsky v1.0.0-alpha.7
[INFO] [stderr]     Checking allocator-api2 v0.2.18
[INFO] [stderr]     Checking unicode-ident v1.0.13
[INFO] [stderr]     Checking yansi v1.0.1
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]     Checking ariadne v0.4.1
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]    Compiling psm v0.1.23
[INFO] [stderr]    Compiling stacker v0.1.17
[INFO] [stderr]  Documenting spatula v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `es`
[INFO] [stdout]   --> src/parser/stage_one_ast.rs:42:16
[INFO] [stdout]    |
[INFO] [stdout] 42 | g | kg | pinch[es] : These always indicate dry measures.
[INFO] [stdout]    |                ^^ no item named `es` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `es`
[INFO] [stdout]   --> src/parser/stage_one_ast.rs:43:15
[INFO] [stdout]    |
[INFO] [stdout] 43 | ml | l | dash[es] : These always indicate liquid measures.
[INFO] [stdout]    |               ^^ no item named `es` 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 `s`
[INFO] [stdout]   --> src/parser/stage_one_ast.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 44 | cup[s] | teaspoon[s] | tablespoon[s] : These indicate measures which may be either dry or liquid.
[INFO] [stdout]    |     ^ no item named `s` 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 `s`
[INFO] [stdout]   --> src/parser/stage_one_ast.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout] 44 | cup[s] | teaspoon[s] | tablespoon[s] : These indicate measures which may be either dry or liquid.
[INFO] [stdout]    |                   ^ no item named `s` 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 `s`
[INFO] [stdout]   --> src/parser/stage_one_ast.rs:44:35
[INFO] [stdout]    |
[INFO] [stdout] 44 | cup[s] | teaspoon[s] | tablespoon[s] : These indicate measures which may be either dry or liquid.
[INFO] [stdout]    |                                   ^ no item named `s` 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 `s`
[INFO] [stdout]   --> src/parser/stage_one_ast.rs:51:26
[INFO] [stdout]    |
[INFO] [stdout] 51 | Cooking time: time (hour[s] | minute[s]).
[INFO] [stdout]    |                          ^ no item named `s` 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 `s`
[INFO] [stdout]   --> src/parser/stage_one_ast.rs:51:38
[INFO] [stdout]    |
[INFO] [stdout] 51 | Cooking time: time (hour[s] | minute[s]).
[INFO] [stdout]    |                                      ^ no item named `s` 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 `nth`
[INFO] [stdout]   --> src/parser/stage_one_ast.rs:77:30
[INFO] [stdout]    |
[INFO] [stdout] 77 |     /// Put ingredient into [nth] mixing bowl.
[INFO] [stdout]    |                              ^^^ no item named `nth` 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 `nth`
[INFO] [stdout]   --> src/parser/stage_one_ast.rs:80:31
[INFO] [stdout]    |
[INFO] [stdout] 80 |     /// Fold ingredient into [nth] mixing bowl.
[INFO] [stdout]    |                               ^^^ no item named `nth` 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 `nth`
[INFO] [stdout]   --> src/parser/stage_one_ast.rs:83:29
[INFO] [stdout]    |
[INFO] [stdout] 83 |     /// Add ingredient [to [nth] mixing bowl].
[INFO] [stdout]    |                             ^^^ no item named `nth` 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 `nth`
[INFO] [stdout]   --> src/parser/stage_one_ast.rs:86:34
[INFO] [stdout]    |
[INFO] [stdout] 86 |     /// Remove ingredient [from [nth] mixing bowl].
[INFO] [stdout]    |                                  ^^^ no item named `nth` 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 `nth`
[INFO] [stdout]   --> src/parser/stage_one_ast.rs:89:35
[INFO] [stdout]    |
[INFO] [stdout] 89 |     /// Combine ingredient [into [nth] mixing bowl].
[INFO] [stdout]    |                                   ^^^ no item named `nth` 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 `nth`
[INFO] [stdout]   --> src/parser/stage_one_ast.rs:92:34
[INFO] [stdout]    |
[INFO] [stdout] 92 |     /// Divide ingredient [into [nth] mixing bowl].
[INFO] [stdout]    |                                  ^^^ no item named `nth` 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 `nth`
[INFO] [stdout]   --> src/parser/stage_one_ast.rs:95:34
[INFO] [stdout]    |
[INFO] [stdout] 95 |     /// Add dry ingredients [to [nth] mixing bowl].
[INFO] [stdout]    |                                  ^^^ no item named `nth` 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 `nth`
[INFO] [stdout]    --> src/parser/stage_one_ast.rs:101:44
[INFO] [stdout]     |
[INFO] [stdout] 101 |     /// Liquefy | Liquify contents of the [nth] mixing bowl.
[INFO] [stdout]     |                                            ^^^ no item named `nth` 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 `nth`
[INFO] [stdout]    --> src/parser/stage_one_ast.rs:104:20
[INFO] [stdout]     |
[INFO] [stdout] 104 |     /// Stir [the [nth] mixing bowl] for number minutes.
[INFO] [stdout]     |                    ^^^ no item named `nth` 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 `nth`
[INFO] [stdout]    --> src/parser/stage_one_ast.rs:107:35
[INFO] [stdout]     |
[INFO] [stdout] 107 |     /// Stir ingredient into the [nth] mixing bowl.
[INFO] [stdout]     |                                   ^^^ no item named `nth` 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 `nth`
[INFO] [stdout]    --> src/parser/stage_one_ast.rs:110:19
[INFO] [stdout]     |
[INFO] [stdout] 110 |     /// Mix [the [nth] mixing bowl] well.
[INFO] [stdout]     |                   ^^^ no item named `nth` 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 `nth`
[INFO] [stdout]    --> src/parser/stage_one_ast.rs:113:16
[INFO] [stdout]     |
[INFO] [stdout] 113 |     /// Clean [nth] mixing bowl.
[INFO] [stdout]     |                ^^^ no item named `nth` 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 `nth`
[INFO] [stdout]    --> src/parser/stage_one_ast.rs:116:31
[INFO] [stdout]     |
[INFO] [stdout] 116 |     /// Pour contents of the [nth] mixing bowl into the [pth] baking dish.
[INFO] [stdout]     |                               ^^^ no item named `nth` 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 `pth`
[INFO] [stdout]    --> src/parser/stage_one_ast.rs:116:58
[INFO] [stdout]     |
[INFO] [stdout] 116 |     /// Pour contents of the [nth] mixing bowl into the [pth] baking dish.
[INFO] [stdout]     |                                                          ^^^ no item named `pth` 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 `nth`
[INFO] [stdout]   --> src/parser/stage_two_ast.rs:24:30
[INFO] [stdout]    |
[INFO] [stdout] 24 |     /// Put ingredient into [nth] mixing bowl.
[INFO] [stdout]    |                              ^^^ no item named `nth` 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 `nth`
[INFO] [stdout]   --> src/parser/stage_two_ast.rs:27:31
[INFO] [stdout]    |
[INFO] [stdout] 27 |     /// Fold ingredient into [nth] mixing bowl.
[INFO] [stdout]    |                               ^^^ no item named `nth` 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 `nth`
[INFO] [stdout]   --> src/parser/stage_two_ast.rs:30:29
[INFO] [stdout]    |
[INFO] [stdout] 30 |     /// Add ingredient [to [nth] mixing bowl].
[INFO] [stdout]    |                             ^^^ no item named `nth` 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 `nth`
[INFO] [stdout]   --> src/parser/stage_two_ast.rs:33:34
[INFO] [stdout]    |
[INFO] [stdout] 33 |     /// Remove ingredient [from [nth] mixing bowl].
[INFO] [stdout]    |                                  ^^^ no item named `nth` 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 `nth`
[INFO] [stdout]   --> src/parser/stage_two_ast.rs:36:35
[INFO] [stdout]    |
[INFO] [stdout] 36 |     /// Combine ingredient [into [nth] mixing bowl].
[INFO] [stdout]    |                                   ^^^ no item named `nth` 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 `nth`
[INFO] [stdout]   --> src/parser/stage_two_ast.rs:39:34
[INFO] [stdout]    |
[INFO] [stdout] 39 |     /// Divide ingredient [into [nth] mixing bowl].
[INFO] [stdout]    |                                  ^^^ no item named `nth` 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 `nth`
[INFO] [stdout]   --> src/parser/stage_two_ast.rs:42:34
[INFO] [stdout]    |
[INFO] [stdout] 42 |     /// Add dry ingredients [to [nth] mixing bowl].
[INFO] [stdout]    |                                  ^^^ no item named `nth` 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 `nth`
[INFO] [stdout]   --> src/parser/stage_two_ast.rs:48:44
[INFO] [stdout]    |
[INFO] [stdout] 48 |     /// Liquefy | Liquify contents of the [nth] mixing bowl.
[INFO] [stdout]    |                                            ^^^ no item named `nth` 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 `nth`
[INFO] [stdout]   --> src/parser/stage_two_ast.rs:51:20
[INFO] [stdout]    |
[INFO] [stdout] 51 |     /// Stir [the [nth] mixing bowl] for number minutes.
[INFO] [stdout]    |                    ^^^ no item named `nth` 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 `nth`
[INFO] [stdout]   --> src/parser/stage_two_ast.rs:54:35
[INFO] [stdout]    |
[INFO] [stdout] 54 |     /// Stir ingredient into the [nth] mixing bowl.
[INFO] [stdout]    |                                   ^^^ no item named `nth` 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 `nth`
[INFO] [stdout]   --> src/parser/stage_two_ast.rs:57:19
[INFO] [stdout]    |
[INFO] [stdout] 57 |     /// Mix [the [nth] mixing bowl] well.
[INFO] [stdout]    |                   ^^^ no item named `nth` 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 `nth`
[INFO] [stdout]   --> src/parser/stage_two_ast.rs:60:16
[INFO] [stdout]    |
[INFO] [stdout] 60 |     /// Clean [nth] mixing bowl.
[INFO] [stdout]    |                ^^^ no item named `nth` 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 `nth`
[INFO] [stdout]   --> src/parser/stage_two_ast.rs:63:31
[INFO] [stdout]    |
[INFO] [stdout] 63 |     /// Pour contents of the [nth] mixing bowl into the [pth] baking dish.
[INFO] [stdout]    |                               ^^^ no item named `nth` 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 `pth`
[INFO] [stdout]   --> src/parser/stage_two_ast.rs:63:58
[INFO] [stdout]    |
[INFO] [stdout] 63 |     /// Pour contents of the [nth] mixing bowl into the [pth] baking dish.
[INFO] [stdout]    |                                                          ^^^ no item named `pth` 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 `es`
[INFO] [stdout]   --> src/parser/stage_two_ast.rs:97:22
[INFO] [stdout]    |
[INFO] [stdout] 97 | /// * g | kg | pinch[es] : These always indicate dry measures.
[INFO] [stdout]    |                      ^^ no item named `es` 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 `es`
[INFO] [stdout]   --> src/parser/stage_two_ast.rs:98:21
[INFO] [stdout]    |
[INFO] [stdout] 98 | /// * ml | l | dash[es] : These always indicate liquid measures.
[INFO] [stdout]    |                     ^^ no item named `es` 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 `s`
[INFO] [stdout]   --> src/parser/stage_two_ast.rs:99:11
[INFO] [stdout]    |
[INFO] [stdout] 99 | /// * cup[s] | teaspoon[s] | tablespoon[s] : These indicate measures which may be either dry or liquid.
[INFO] [stdout]    |           ^ no item named `s` 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 `s`
[INFO] [stdout]   --> src/parser/stage_two_ast.rs:99:25
[INFO] [stdout]    |
[INFO] [stdout] 99 | /// * cup[s] | teaspoon[s] | tablespoon[s] : These indicate measures which may be either dry or liquid.
[INFO] [stdout]    |                         ^ no item named `s` 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 `s`
[INFO] [stdout]   --> src/parser/stage_two_ast.rs:99:41
[INFO] [stdout]    |
[INFO] [stdout] 99 | /// * cup[s] | teaspoon[s] | tablespoon[s] : These indicate measures which may be either dry or liquid.
[INFO] [stdout]    |                                         ^ no item named `s` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.51s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/spatula/index.html
[INFO] running `Command { std: "docker" "inspect" "13f80702e5a662f8e4c53a6c498b48d0193432c169f9bedb11575ebcdc4423ec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "13f80702e5a662f8e4c53a6c498b48d0193432c169f9bedb11575ebcdc4423ec", kill_on_drop: false }`
[INFO] [stdout] 13f80702e5a662f8e4c53a6c498b48d0193432c169f9bedb11575ebcdc4423ec
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a1544cfb1126ca5b24e77d9a0157ef7c88252e4f2d9bcca106f85bf0a4ee3454
[INFO] running `Command { std: "docker" "start" "-a" "a1544cfb1126ca5b24e77d9a0157ef7c88252e4f2d9bcca106f85bf0a4ee3454", kill_on_drop: false }`
[INFO] [stderr]  Documenting spatula v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `nth`
[INFO] [stdout]   --> src/parser/stage_two_ast.rs:24:30
[INFO] [stdout]    |
[INFO] [stdout] 24 |     /// Put ingredient into [nth] mixing bowl.
[INFO] [stdout]    |                              ^^^ no item named `nth` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `nth`
[INFO] [stdout]   --> src/parser/stage_two_ast.rs:27:31
[INFO] [stdout]    |
[INFO] [stdout] 27 |     /// Fold ingredient into [nth] mixing bowl.
[INFO] [stdout]    |                               ^^^ no item named `nth` 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 `nth`
[INFO] [stdout]   --> src/parser/stage_two_ast.rs:30:29
[INFO] [stdout]    |
[INFO] [stdout] 30 |     /// Add ingredient [to [nth] mixing bowl].
[INFO] [stdout]    |                             ^^^ no item named `nth` 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 `nth`
[INFO] [stdout]   --> src/parser/stage_two_ast.rs:33:34
[INFO] [stdout]    |
[INFO] [stdout] 33 |     /// Remove ingredient [from [nth] mixing bowl].
[INFO] [stdout]    |                                  ^^^ no item named `nth` 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 `nth`
[INFO] [stdout]   --> src/parser/stage_two_ast.rs:36:35
[INFO] [stdout]    |
[INFO] [stdout] 36 |     /// Combine ingredient [into [nth] mixing bowl].
[INFO] [stdout]    |                                   ^^^ no item named `nth` 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 `nth`
[INFO] [stdout]   --> src/parser/stage_two_ast.rs:39:34
[INFO] [stdout]    |
[INFO] [stdout] 39 |     /// Divide ingredient [into [nth] mixing bowl].
[INFO] [stdout]    |                                  ^^^ no item named `nth` 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 `nth`
[INFO] [stdout]   --> src/parser/stage_two_ast.rs:42:34
[INFO] [stdout]    |
[INFO] [stdout] 42 |     /// Add dry ingredients [to [nth] mixing bowl].
[INFO] [stdout]    |                                  ^^^ no item named `nth` 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 `nth`
[INFO] [stdout]   --> src/parser/stage_two_ast.rs:48:44
[INFO] [stdout]    |
[INFO] [stdout] 48 |     /// Liquefy | Liquify contents of the [nth] mixing bowl.
[INFO] [stdout]    |                                            ^^^ no item named `nth` 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 `nth`
[INFO] [stdout]   --> src/parser/stage_two_ast.rs:51:20
[INFO] [stdout]    |
[INFO] [stdout] 51 |     /// Stir [the [nth] mixing bowl] for number minutes.
[INFO] [stdout]    |                    ^^^ no item named `nth` 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 `nth`
[INFO] [stdout]   --> src/parser/stage_two_ast.rs:54:35
[INFO] [stdout]    |
[INFO] [stdout] 54 |     /// Stir ingredient into the [nth] mixing bowl.
[INFO] [stdout]    |                                   ^^^ no item named `nth` 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 `nth`
[INFO] [stdout]   --> src/parser/stage_two_ast.rs:57:19
[INFO] [stdout]    |
[INFO] [stdout] 57 |     /// Mix [the [nth] mixing bowl] well.
[INFO] [stdout]    |                   ^^^ no item named `nth` 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 `nth`
[INFO] [stdout]   --> src/parser/stage_two_ast.rs:60:16
[INFO] [stdout]    |
[INFO] [stdout] 60 |     /// Clean [nth] mixing bowl.
[INFO] [stdout]    |                ^^^ no item named `nth` 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 `nth`
[INFO] [stdout]   --> src/parser/stage_two_ast.rs:63:31
[INFO] [stdout]    |
[INFO] [stdout] 63 |     /// Pour contents of the [nth] mixing bowl into the [pth] baking dish.
[INFO] [stdout]    |                               ^^^ no item named `nth` 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 `pth`
[INFO] [stdout]   --> src/parser/stage_two_ast.rs:63:58
[INFO] [stdout]    |
[INFO] [stdout] 63 |     /// Pour contents of the [nth] mixing bowl into the [pth] baking dish.
[INFO] [stdout]    |                                                          ^^^ no item named `pth` 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 `es`
[INFO] [stdout]   --> src/parser/stage_two_ast.rs:97:22
[INFO] [stdout]    |
[INFO] [stdout] 97 | /// * g | kg | pinch[es] : These always indicate dry measures.
[INFO] [stdout]    |                      ^^ no item named `es` 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 `es`
[INFO] [stdout]   --> src/parser/stage_two_ast.rs:98:21
[INFO] [stdout]    |
[INFO] [stdout] 98 | /// * ml | l | dash[es] : These always indicate liquid measures.
[INFO] [stdout]    |                     ^^ no item named `es` 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 `s`
[INFO] [stdout]   --> src/parser/stage_two_ast.rs:99:11
[INFO] [stdout]    |
[INFO] [stdout] 99 | /// * cup[s] | teaspoon[s] | tablespoon[s] : These indicate measures which may be either dry or liquid.
[INFO] [stdout]    |           ^ no item named `s` 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 `s`
[INFO] [stdout]   --> src/parser/stage_two_ast.rs:99:25
[INFO] [stdout]    |
[INFO] [stdout] 99 | /// * cup[s] | teaspoon[s] | tablespoon[s] : These indicate measures which may be either dry or liquid.
[INFO] [stdout]    |                         ^ no item named `s` 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 `s`
[INFO] [stdout]   --> src/parser/stage_two_ast.rs:99:41
[INFO] [stdout]    |
[INFO] [stdout] 99 | /// * cup[s] | teaspoon[s] | tablespoon[s] : These indicate measures which may be either dry or liquid.
[INFO] [stdout]    |                                         ^ no item named `s` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/spatula/index.html
[INFO] running `Command { std: "docker" "inspect" "a1544cfb1126ca5b24e77d9a0157ef7c88252e4f2d9bcca106f85bf0a4ee3454", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a1544cfb1126ca5b24e77d9a0157ef7c88252e4f2d9bcca106f85bf0a4ee3454", kill_on_drop: false }`
[INFO] [stdout] a1544cfb1126ca5b24e77d9a0157ef7c88252e4f2d9bcca106f85bf0a4ee3454
