[INFO] cloning repository https://github.com/8b-is/marqant
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/8b-is/marqant" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F8b-is%2Fmarqant", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F8b-is%2Fmarqant'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] dd9e6ed6f3d3dbc746c03bca848659dc77a30255
[INFO] documenting 8b-is/marqant 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%2F8b-is%2Fmarqant" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/8b-is/marqant
[INFO] finished tweaking git repo https://github.com/8b-is/marqant
[INFO] tweaked toml for git repo https://github.com/8b-is/marqant written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/8b-is/marqant 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/8b-is/marqant 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]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 96f804d6a92e1fbb8d2e89a9af1fa20ff6bb53da6a65f9f0794a83c83a319d92
[INFO] running `Command { std: "docker" "start" "-a" "96f804d6a92e1fbb8d2e89a9af1fa20ff6bb53da6a65f9f0794a83c83a319d92", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "96f804d6a92e1fbb8d2e89a9af1fa20ff6bb53da6a65f9f0794a83c83a319d92", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "96f804d6a92e1fbb8d2e89a9af1fa20ff6bb53da6a65f9f0794a83c83a319d92", kill_on_drop: false }`
[INFO] [stdout] 96f804d6a92e1fbb8d2e89a9af1fa20ff6bb53da6a65f9f0794a83c83a319d92
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 77ca44423599a5c9c11bdd19fc99115f9a9b83f2ceef3bfe1feb17f1b79b7876
[INFO] running `Command { std: "docker" "start" "-a" "77ca44423599a5c9c11bdd19fc99115f9a9b83f2ceef3bfe1feb17f1b79b7876", kill_on_drop: false }`
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]     Checking cfg-if v1.0.1
[INFO] [stderr]     Checking adler2 v2.0.1
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking flate2 v1.1.2
[INFO] [stderr]     Checking chrono v0.4.41
[INFO] [stderr]     Checking marqant v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]  Documenting marqant v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `anyhow::Result`
[INFO] [stdout]  --> src/uni_doc.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use anyhow::Result;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `mem8`
[INFO] [stdout]    --> src/utl_enforced.rs:231:7
[INFO] [stdout]     |
[INFO] [stdout] 231 | #[cfg(feature = "mem8")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, and `std`
[INFO] [stdout]     = help: consider adding `mem8` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `mem8`
[INFO] [stdout]    --> src/utl_enforced.rs:238:11
[INFO] [stdout]     |
[INFO] [stdout] 238 | #[cfg(not(feature = "mem8"))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, and `std`
[INFO] [stdout]     = help: consider adding `mem8` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `string::String`
[INFO] [stdout]   --> src/mem8_bridge.rs:15:21
[INFO] [stdout]    |
[INFO] [stdout] 15 | use std::{vec::Vec, string::String, boxed::Box, time::{SystemTime, UNIX_EPOCH}};
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `decode_compact`
[INFO] [stdout]   --> src/mem8_bridge.rs:17:42
[INFO] [stdout]    |
[INFO] [stdout] 17 | use crate::utl_phonetics::{Packet, PhId, decode_compact};
[INFO] [stdout]    |                                          ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `mem8`
[INFO] [stdout]    --> src/utl_enforced.rs:231:7
[INFO] [stdout]     |
[INFO] [stdout] 231 | #[cfg(feature = "mem8")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, and `std`
[INFO] [stdout]     = help: consider adding `mem8` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `mem8`
[INFO] [stdout]    --> src/utl_enforced.rs:238:11
[INFO] [stdout]     |
[INFO] [stdout] 238 | #[cfg(not(feature = "mem8"))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, and `std`
[INFO] [stdout]     = help: consider adding `mem8` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start_year`
[INFO] [stdout]    --> src/uni_doc.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout] 150 |         let (start_year, end_year) = if !dates.is_empty() {
[INFO] [stdout]     |              ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_start_year`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `end_year`
[INFO] [stdout]    --> src/uni_doc.rs:150:26
[INFO] [stdout]     |
[INFO] [stdout] 150 |         let (start_year, end_year) = if !dates.is_empty() {
[INFO] [stdout]     |                          ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_end_year`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `english`
[INFO] [stdout]    --> src/utl_pipeline.rs:206:17
[INFO] [stdout]     |
[INFO] [stdout] 206 |         let mut english = String::new();
[INFO] [stdout]     |                 ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_english`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/utl_pipeline.rs:206:13
[INFO] [stdout]     |
[INFO] [stdout] 206 |         let mut english = String::new();
[INFO] [stdout]     |             ----^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `analysis`
[INFO] [stdout]    --> src/utl_pipeline.rs:284:9
[INFO] [stdout]     |
[INFO] [stdout] 284 |     let analysis = UTLPipeline::analyze_utl(&utl)?;
[INFO] [stdout]     |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_analysis`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: could not parse code block as Rust code
[INFO] [stdout]   --> src/utl_pipeline.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 |   /// ```
[INFO] [stdout]    |  _____^
[INFO] [stdout]  9 | | /// [Publisher/Word/PDF] → Extract → [Translate to UTL] → Analyze → [UTL Format] → Translate → [English/Japanese/etc]
[INFO] [stdout] 10 | | ///                                          ↑                             ↓
[INFO] [stdout] 11 | | ///                                    CRITICAL STEP                [MEM|8 Wave Storage]
[INFO] [stdout] 12 | | /// ```
[INFO] [stdout]    | |_______^
[INFO] [stdout]    |
[INFO] [stdout]    = note: error from rustc: unknown start of token: \u{2192}
[INFO] [stdout]    = note: error from rustc: unknown start of token: \u{2192}
[INFO] [stdout]    = note: error from rustc: unknown start of token: \u{2192}
[INFO] [stdout]    = note: error from rustc: unknown start of token: \u{2192}
[INFO] [stdout]    = note: error from rustc: unknown start of token: \u{2192}
[INFO] [stdout]    = note: error from rustc: unknown start of token: \u{2192}
[INFO] [stdout]    = note: error from rustc: unknown start of token: \u{2191}
[INFO] [stdout]    = note: error from rustc: unknown start of token: \u{2193}
[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]  8 | /// ```text
[INFO] [stdout]    |        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.33s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/marqant/index.html and 1 other file
[INFO] running `Command { std: "docker" "inspect" "77ca44423599a5c9c11bdd19fc99115f9a9b83f2ceef3bfe1feb17f1b79b7876", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "77ca44423599a5c9c11bdd19fc99115f9a9b83f2ceef3bfe1feb17f1b79b7876", kill_on_drop: false }`
[INFO] [stdout] 77ca44423599a5c9c11bdd19fc99115f9a9b83f2ceef3bfe1feb17f1b79b7876
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] e939c42417795c879454c0eac96740d29373addd41a7f117662e9d16bdf8003e
[INFO] running `Command { std: "docker" "start" "-a" "e939c42417795c879454c0eac96740d29373addd41a7f117662e9d16bdf8003e", kill_on_drop: false }`
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]  Documenting marqant v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `mem8`
[INFO] [stdout]    --> src/utl_enforced.rs:231:7
[INFO] [stdout]     |
[INFO] [stdout] 231 | #[cfg(feature = "mem8")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, and `std`
[INFO] [stdout]     = help: consider adding `mem8` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `mem8`
[INFO] [stdout]    --> src/utl_enforced.rs:238:11
[INFO] [stdout]     |
[INFO] [stdout] 238 | #[cfg(not(feature = "mem8"))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, and `std`
[INFO] [stdout]     = help: consider adding `mem8` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: could not parse code block as Rust code
[INFO] [stdout]   --> src/utl_pipeline.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 |   /// ```
[INFO] [stdout]    |  _____^
[INFO] [stdout]  9 | | /// [Publisher/Word/PDF] → Extract → [Translate to UTL] → Analyze → [UTL Format] → Translate → [English/Japanese/etc]
[INFO] [stdout] 10 | | ///                                          ↑                             ↓
[INFO] [stdout] 11 | | ///                                    CRITICAL STEP                [MEM|8 Wave Storage]
[INFO] [stdout] 12 | | /// ```
[INFO] [stdout]    | |_______^
[INFO] [stdout]    |
[INFO] [stdout]    = note: error from rustc: unknown start of token: \u{2192}
[INFO] [stdout]    = note: error from rustc: unknown start of token: \u{2192}
[INFO] [stdout]    = note: error from rustc: unknown start of token: \u{2192}
[INFO] [stdout]    = note: error from rustc: unknown start of token: \u{2192}
[INFO] [stdout]    = note: error from rustc: unknown start of token: \u{2192}
[INFO] [stdout]    = note: error from rustc: unknown start of token: \u{2192}
[INFO] [stdout]    = note: error from rustc: unknown start of token: \u{2191}
[INFO] [stdout]    = note: error from rustc: unknown start of token: \u{2193}
[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]  8 | /// ```text
[INFO] [stdout]    |        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/marqant/index.html
[INFO] running `Command { std: "docker" "inspect" "e939c42417795c879454c0eac96740d29373addd41a7f117662e9d16bdf8003e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e939c42417795c879454c0eac96740d29373addd41a7f117662e9d16bdf8003e", kill_on_drop: false }`
[INFO] [stdout] e939c42417795c879454c0eac96740d29373addd41a7f117662e9d16bdf8003e
