Project

General

Profile

Bug #16391

Updated by Ward Vandewege almost 4 years ago

When crunch-dispatch-slurm runs into a problem with sbatch, e.g. 

   "sbatch: error: Batch job submission failed: Requested node configuration is not available" 

 that error is visible in c-d-s' logs. But in the container logs we print: 

    error submitting container to slurm: "PANIC=runtime error: invalid memory address or nil pointer dereference" 

 We need to bubble up the real error message. 

 This was observed on 1.4.3, presumably the error still exists on 2.0.2, but I haven't checked that.

Back