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

Optimize and enhance error ouput #117

Open
gilbertsoft opened this issue Aug 19, 2021 · 1 comment
Open

Optimize and enhance error ouput #117

gilbertsoft opened this issue Aug 19, 2021 · 1 comment
Assignees
Labels

Comments

@gilbertsoft
Copy link

Today I had an issue with the rendering of the docs of the bootstrap_package. The rendering just failed and did not output some useful message:

project : 0.0.0 : Makedir
   makedir /ALL/Makedir
   2021-08-19 12:07:19 181173,  took: 5.54 seconds,  toolchain: RenderDocumentation
   REBUILD_NEEDED because of change,  age 452604.1 of 168.0 hours,  18858.5 of 7.0 days
   OK: 
   ------------------------------------------------
   FINAL STATUS is: FAILURE (exitcode 255)
                    because HTML builder failed
   ------------------------------------------------
   exitcode:   0            40 ms
==================================================
   90-Finish/run_20-Remove-lock.py
   exitcode:   0            39 ms
We saw these exitcodes (code, count):
{
  "0": 56,
  "2": 1,
  "22": 9
}
exiting with exitcode 255
Final exit status: 255 (aborted)
Find the results:
Congratulations:
    There are no Sphinx warnings!

After asking in the docs channel Daniel pointed me to this page https://docs.typo3.org/m/typo3/docs-how-to-document/master/en-us/RenderingDocs/Troubleshooting.html#get-detailed-information, which finally helped to find the issue in the Settings.cfg.

It would be really helpful if such errors get printed by default during rendering.

See also https://typo3.slack.com/archives/C028JEPJL/p1629375104128200

@marble marble self-assigned this Apr 6, 2022
@marble marble added the accepted label Apr 6, 2022
@marble
Copy link
Contributor

marble commented Apr 6, 2022

I will see what I can do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants