Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deno_doc panic during publishing task #999

Open
littledivy opened this issue Mar 2, 2025 · 0 comments
Open

deno_doc panic during publishing task #999

littledivy opened this issue Mar 2, 2025 · 0 comments
Labels
docs gen Related to the documentation generation publishing Problems with publishing

Comments

@littledivy
Copy link
Member

littledivy commented Mar 2, 2025

publishing task fails for @type/is 0.2.0

2025-03-02 12:45:00.028 IST
thread 'tokio-runtime-worker' panicked at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/deno_doc-0.165.0/src/parser.rs:346:30:
2025-03-02 12:45:00.028 IST
range start index 18446744073709551615 out of range for slice of length 1
2025-03-02 12:45:00.028 IST
stack backtrace:
2025-03-02 12:45:00.064 IST
0: rust_begin_unwind
2025-03-02 12:45:00.064 IST
1: core::panicking::panic_fmt
2025-03-02 12:45:00.065 IST
2: core::slice::index::slice_start_index_len_fail
2025-03-02 12:45:00.065 IST
3: deno_doc::parser::DocParser::resolve_dangling_reference
2025-03-02 12:45:00.065 IST
4: deno_doc::parser::DocParser::resolve_references_for_nodes
2025-03-02 12:45:00.065 IST
5: deno_doc::parser::DocParser::resolve_references_for_nodes
2025-03-02 12:45:00.065 IST
6: deno_doc::parser::DocParser::parse
2025-03-02 12:45:00.068 IST
7: registry_api::docs::generate_docs::{{closure}}
2025-03-02 12:45:00.071 IST
8: registry_api::docs::generate_docs
2025-03-02 12:45:00.071 IST
9: registry_api::analysis::analyze_package_inner::{{closure}}::{{closure}}
2025-03-02 12:45:00.073 IST
10: <tracing::instrument::Instrumented<T> as core::future::future::Future>::poll
2025-03-02 12:45:00.074 IST
11: <core::pin::Pin<P> as core::future::future::Future>::poll
2025-03-02 12:45:00.074 IST
12: tokio::runtime::scheduler::current_thread::Context::enter
2025-03-02 12:45:00.074 IST
13: tokio::runtime::context::scoped::Scoped<T>::set
2025-03-02 12:45:00.074 IST
14: tokio::runtime::scheduler::current_thread::CoreGuard::block_on
2025-03-02 12:45:00.074 IST
15: tokio::runtime::context::runtime::enter_runtime
2025-03-02 12:45:00.074 IST
16: tokio::runtime::runtime::Runtime::block_on
2025-03-02 12:45:00.075 IST
17: <tokio::runtime::blocking::task::BlockingTask<T> as core::future::future::Future>::poll
2025-03-02 12:45:00.075 IST
18: tokio::runtime::task::core::Core<T,S>::poll
2025-03-02 12:45:00.075 IST
19: tokio::runtime::task::harness::Harness<T,S>::poll
2025-03-02 12:45:00.075 IST
20: tokio::runtime::blocking::pool::Inner::run
2025-03-02 12:45:00.076 IST
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
@github-project-automation github-project-automation bot moved this to Needs Triage in JSR Mar 2, 2025
@littledivy littledivy added docs gen Related to the documentation generation publishing Problems with publishing labels Mar 2, 2025
@crowlKats crowlKats moved this from Needs Triage to Ready in JSR Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs gen Related to the documentation generation publishing Problems with publishing
Projects
Status: Ready
Development

No branches or pull requests

1 participant