Skip to content

Incident: RTD builder stuck #11217

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

Closed
LecrisUT opened this issue Mar 14, 2024 · 2 comments
Closed

Incident: RTD builder stuck #11217

LecrisUT opened this issue Mar 14, 2024 · 2 comments

Comments

@LecrisUT
Copy link

LecrisUT commented Mar 14, 2024

Details

This is a custom build with:

version: 2
build:
  os: ubuntu-22.04
  tools:
    nodejs: "20"
  commands:
    - npm install
    - npm run build
    - npm run dev
    - cd docs
    - myst build --html
    - cp -r _build/html $READTHEDOCS_OUTPUT/html

Specifically on a PR testing the builder: LecrisUT/mystmd#1

Expected Result

Update the build log with the current status

Actual Result

The log is stuck at npm run build (or just after finishing that)

@LecrisUT
Copy link
Author

LecrisUT commented Mar 14, 2024

Canceled and reran the build:


Edit:

It seems to report a step, only after it finished completely?

This seems to be the issue, but because the command I was running was watching, it never ended. The main issue here is that the stdout is not displayed while the command is still running.

@humitos
Copy link
Member

humitos commented Mar 14, 2024

Hi. Thanks for opening this issue. Yeah, the dashboard doesn't show the command that's currently being executed. That's the issue you are hitting.

This issue is a duplicate of #4288, and I'm going to close it due to that. Please, subscribe there to get updates over time.

@humitos humitos closed this as not planned Won't fix, can't repro, duplicate, stale Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants