nextflow-io / nextflow

A DSL for data-driven computational pipelines
http://nextflow.io
Apache License 2.0
2.61k stars 605 forks source link

Google Batch Error : Process terminated for an unknown reason -- Likely it has been terminated by the external system #5048

Open VasLem opened 3 weeks ago

VasLem commented 3 weeks ago

Bug report

The following errors are not being captured by Nextflow:

Errors 50002-50006

No space left on device error: image

Expected behavior and actual behavior

Errors 50002-50006, apart from 50005, should be dealt similarly to the preemption 50001 error, as they are irrelevant to the code and dependent on the provider. Error 50005, which has to do with task timing out, and the "No space left on device" should be raised to the user, as they require re-configuration.

The current actual behavior is this uninformative error: Process terminated for an unknown reason -- Likely it has been terminated by the external system

Environment