Bug #21314
Updated by Peter Amstutz about 2 months ago
If a container's "mounts" field is invalid, a-d-c logs this, and keeps trying.
<code class="json">
{"ClusterID":"irdev","ContainerUUID":"xxxxx-dz642-xxxxxxxxxxxxxxx","PID":2037423,"error":"json: cannot unmarshal array into Go struct field Container.mounts of type arvados.Mount","level":"warning","msg":"error getting mounts","time":"2023-12-13T20:34:41.064140517Z"}
</code>
In this situation, the offending container should be cancelled.
It should put a message in the "error" runtime status to indicate something is wrong.