You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, CI errors out with exit code 255 in case of Latex syntax errors and doesn't show the exact errors on the CI log.
Latexmk: Summary of warnings:
Latex failed to resolve 92 reference(s)
Latex failed to resolve 38 citation(s)
Collected error summary (may duplicate other messages):
pdflatex: Command for'pdflatex' gave return code 256
Latexmk: Use the -f option to force complete processing,
unless error was exceeding maximum runs of latex/pdflatex.
Latexmk: Errors, so I did not complete making targets
Makefile:29: recipe for target 'd2l-pt.pdf' failed
make: *** [d2l-pt.pdf] Error 12
script returned exit code 255
One example where this could have been useful is attached here.
This is then handled only by running d2lbook build pdf locally to reproduce the issue and fix the latex errors, which is frustrating and quite inconvenient.
The proposed feature request is for improved logging of these latex errors to facilitate easier and transparent debugging using CI Logs.
Currently, CI errors out with exit code 255 in case of Latex syntax errors and doesn't show the exact errors on the CI log.
One example where this could have been useful is attached here.
This is then handled only by running
d2lbook build pdf
locally to reproduce the issue and fix the latex errors, which is frustrating and quite inconvenient.The proposed feature request is for improved logging of these latex errors to facilitate easier and transparent debugging using CI Logs.
cc @astonzhang
The text was updated successfully, but these errors were encountered: