QIICR / dcmqi

dcmqi (DICOM for Quantitative Imaging) is a free, open source C++ library for conversion between imaging research formats and the standard DICOM representation for image analysis results
https://qiicr.gitbook.io/dcmqi-guide/
BSD 3-Clause "New" or "Revised" License
241 stars 61 forks source link

CircleCI job fails in the dockcross step due to no console output #354

Closed fedorov closed 6 years ago

fedorov commented 6 years ago

Sometime jobs fail because of no console output for too long (e.g., this one failed with "Too long with no output (exceeded 10m0s)": https://circleci.com/gh/fedorov/dcmqi/356)

I believe this is due to caching of console output. @jcfr is there any way to make dockcross step not cache console output? Do you have any other workaround for this issue?

fedorov commented 6 years ago

Possible solution is to use no_output_timeout option, will try that (from https://discuss.circleci.com/t/too-long-with-no-output-while-building-docker-image/12275).

fedorov commented 6 years ago

Seems to be resolved by the above.