[INFO] cloning repository https://github.com/HIT-SudoMaker/code-style-unifier
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/HIT-SudoMaker/code-style-unifier" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHIT-SudoMaker%2Fcode-style-unifier", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHIT-SudoMaker%2Fcode-style-unifier'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] aa2deb531c645535d6647a2a6c6c6dfece7995e2
[INFO] documenting HIT-SudoMaker/code-style-unifier against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHIT-SudoMaker%2Fcode-style-unifier" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/HIT-SudoMaker/code-style-unifier
[INFO] finished tweaking git repo https://github.com/HIT-SudoMaker/code-style-unifier
[INFO] tweaked toml for git repo https://github.com/HIT-SudoMaker/code-style-unifier written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/HIT-SudoMaker/code-style-unifier on toolchain da3f5c31e5535b3dc210067de660a45784ae1e9c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/HIT-SudoMaker/code-style-unifier 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" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 8e6cbb1f59b495ad8ae06012ce09fcb20eb91f5baf185312a0c52bfd11f906f9
[INFO] running `Command { std: "docker" "start" "8e6cbb1f59b495ad8ae06012ce09fcb20eb91f5baf185312a0c52bfd11f906f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8e6cbb1f59b495ad8ae06012ce09fcb20eb91f5baf185312a0c52bfd11f906f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8e6cbb1f59b495ad8ae06012ce09fcb20eb91f5baf185312a0c52bfd11f906f9" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8e6cbb1f59b495ad8ae06012ce09fcb20eb91f5baf185312a0c52bfd11f906f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8e6cbb1f59b495ad8ae06012ce09fcb20eb91f5baf185312a0c52bfd11f906f9" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling tree-sitter-language v0.1.7
[INFO] [stderr]    Compiling memchr v2.8.3
[INFO] [stderr]     Checking regex-syntax v0.8.11
[INFO] [stderr]    Compiling cc v1.4.4
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]    Compiling indexmap v2.14.1
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]     Checking aho-corasick v1.1.5
[INFO] [stderr]    Compiling zmij v1.0.23
[INFO] [stderr]     Checking cpufeatures v0.3.1
[INFO] [stderr]    Compiling syn v3.0.4
[INFO] [stderr]     Checking streaming-iterator v0.1.9
[INFO] [stderr]    Compiling blake3 v1.8.7
[INFO] [stderr]    Compiling tree-sitter-python v0.25.0
[INFO] [stderr]    Compiling tree-sitter-c v0.24.2
[INFO] [stderr]    Compiling tree-sitter-cpp v0.23.4 (https://github.com/tree-sitter/tree-sitter-cpp.git?rev=8b5b49eb196bec7040441bee33b2c9a4838d6967#8b5b49eb)
[INFO] [stderr]    Compiling tree-sitter-rust v0.24.2
[INFO] [stderr]     Checking regex-automata v0.4.18
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]    Compiling clap_derive v4.6.4
[INFO] [stderr]     Checking regex v1.13.1
[INFO] [stderr]     Checking clap v4.6.6
[INFO] [stderr]    Compiling tree-sitter v0.26.13
[INFO] [stderr]     Checking serde v1.0.229
[INFO] [stderr]  Documenting code-style-unifier v3.0.0 (/opt/rustwide/workdir)
[INFO] [stderr] 
[INFO] [stderr] thread 'rustc' (605) panicked at src/librustdoc/passes/lint/unportable_markdown.rs:100:29:
[INFO] [stderr] end byte index 88 is not a char boundary; it is inside '档' (bytes 86..89 of string)
[INFO] [stderr] stack backtrace:
[INFO] [stderr]    0:     0x7dac38c44f16 - <<std[c2577c5add975170]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[45eb60b2de227a2c]::fmt::Display>::fmt
[INFO] [stderr]    1:     0x7dac3920bb0f - core[45eb60b2de227a2c]::fmt::write
[INFO] [stderr]    2:     0x7dac38c5a00c - <std[c2577c5add975170]::sys::stdio::unix::Stderr as core[45eb60b2de227a2c]::io::write::Write>::write_fmt
[INFO] [stderr]    3:     0x7dac38c177ea - std[c2577c5add975170]::panicking::default_hook::{closure#0}
[INFO] [stderr]    4:     0x7dac38c39243 - std[c2577c5add975170]::panicking::default_hook
[INFO] [stderr]    5:     0x7dac37baf4cf - std[c2577c5add975170]::panicking::update_hook::<alloc[223e3de3f1abdb8b]::boxed::Box<rustc_driver_impl[4b73d46cdbe287a1]::install_ice_hook::{closure#1}>>::{closure#0}
[INFO] [stderr]    6:     0x7dac38c396e2 - std[c2577c5add975170]::panicking::panic_with_hook
[INFO] [stderr]    7:     0x7dac38c178a2 - std[c2577c5add975170]::panicking::panic_handler::{closure#0}
[INFO] [stderr]    8:     0x7dac38c0f4a9 - std[c2577c5add975170]::sys::backtrace::__rust_end_short_backtrace::<std[c2577c5add975170]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]    9:     0x7dac38c1947d - __rustc[b1482ee701bb2aa]::rust_begin_unwind
[INFO] [stderr]   10:     0x7dac35a211ec - core[45eb60b2de227a2c]::panicking::panic_fmt
[INFO] [stderr]   11:     0x7dac3753a9c3 - core[45eb60b2de227a2c]::str::slice_error_fail_rt
[INFO] [stderr]   12:     0x7dac3733845a - core[45eb60b2de227a2c]::str::slice_error_fail
[INFO] [stderr]   13:     0x5cd611b438a7 - rustdoc[33599144c5b96b58]::passes::lint::unportable_markdown::report_idx
[INFO] [stderr]   14:     0x5cd611b0db78 - <rustc_middle[e08e5453fbad50fc]::lint::emit_lint_base<rustc_errors[1d50ee650ea3b17f]::diagnostic::DiagDecorator<rustdoc[33599144c5b96b58]::passes::lint::unportable_markdown::visit_item::{closure#1}>, rustc_middle[e08e5453fbad50fc]::lint::LevelSpec<rustc_lint_defs[7c0f2f3102977cec]::StableLintExpectationId>>::{closure#0} as core[45eb60b2de227a2c]::ops::function::FnOnce<(rustc_errors[1d50ee650ea3b17f]::DiagCtxtHandle, rustc_errors[1d50ee650ea3b17f]::Level)>>::call_once::{shim:vtable#0}
[INFO] [stderr]   15:     0x7dac3953a5ad - rustc_middle[e08e5453fbad50fc]::lint::emit_lint_base::emit_lint_base_impl
[INFO] [stderr]   16:     0x5cd61186dcdd - <rustdoc[33599144c5b96b58]::passes::lint::Linter as rustdoc[33599144c5b96b58]::visit::DocVisitor>::visit_item
[INFO] [stderr]   17:     0x5cd61186a4f6 - <rustdoc[33599144c5b96b58]::passes::lint::Linter as rustdoc[33599144c5b96b58]::visit::DocVisitor>::visit_item
[INFO] [stderr]   18:     0x5cd61182572f - rustdoc[33599144c5b96b58]::core::run_global_ctxt
[INFO] [stderr]   19:     0x5cd611906860 - rustdoc[33599144c5b96b58]::main_args::{closure#2}::{closure#0}
[INFO] [stderr]   20:     0x5cd61191402d - rustc_interface[6115ffe46e65b891]::interface::run_compiler::<(), rustdoc[33599144c5b96b58]::main_args::{closure#2}>::{closure#2}
[INFO] [stderr]   21:     0x5cd611911bd3 - std[c2577c5add975170]::sys::backtrace::__rust_begin_short_backtrace::<rustc_interface[6115ffe46e65b891]::util::run_in_thread_with_globals<rustc_interface[6115ffe46e65b891]::util::run_in_thread_pool_with_globals<rustc_interface[6115ffe46e65b891]::interface::run_compiler<(), rustdoc[33599144c5b96b58]::main_args::{closure#2}>::{closure#2}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
[INFO] [stderr]   22:     0x5cd61191193f - <std[c2577c5add975170]::thread::lifecycle::spawn_unchecked<rustc_interface[6115ffe46e65b891]::util::run_in_thread_with_globals<rustc_interface[6115ffe46e65b891]::util::run_in_thread_pool_with_globals<rustc_interface[6115ffe46e65b891]::interface::run_compiler<(), rustdoc[33599144c5b96b58]::main_args::{closure#2}>::{closure#2}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[45eb60b2de227a2c]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr]   23:     0x7dac3a658a87 - <std[c2577c5add975170]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stderr]   24:     0x7dac33a5507a - <unknown>
[INFO] [stderr]   25:     0x7dac33ae8534 - clone
[INFO] [stderr]   26:                0x0 - <unknown>
[INFO] [stderr] 
[INFO] [stderr] error: the compiler unexpectedly panicked. This is a bug
[INFO] [stderr] 
[INFO] [stderr] note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-rustdoc&template=ice.md
[INFO] [stderr] 
[INFO] [stderr] note: please make sure that you have updated to the latest nightly
[INFO] [stderr] 
[INFO] [stderr] warning: the ICE couldn't be written to `/opt/rustwide/workdir/rustc-ice-2026-09-06T06_25_35-604.txt`: Read-only file system (os error 30)
[INFO] [stderr] 
[INFO] [stderr] note: rustc 1.100.0-nightly (da3f5c31e 2026-09-02) running on x86_64-unknown-linux-gnu
[INFO] [stderr] 
[INFO] [stderr] note: compiler flags: --crate-type lib
[INFO] [stderr] 
[INFO] [stderr] note: some of the compiler flags provided by cargo are hidden
[INFO] [stderr] 
[INFO] [stderr] query stack during panic:
[INFO] [stderr] end of query stack
[INFO] [stderr] error: could not document `code-style-unifier`
[INFO] running `Command { std: "docker" "inspect" "8e6cbb1f59b495ad8ae06012ce09fcb20eb91f5baf185312a0c52bfd11f906f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8e6cbb1f59b495ad8ae06012ce09fcb20eb91f5baf185312a0c52bfd11f906f9", kill_on_drop: false }`
[INFO] [stdout] 8e6cbb1f59b495ad8ae06012ce09fcb20eb91f5baf185312a0c52bfd11f906f9
