failed to cleanup task "container-12-0" exec "": 1 error occurred:
* failed to remove bundle path "/container/container-12-0": unlinkat /container/container-12-0: bad file descriptor
It seems to be pretty rare (only happens to one exec every once in a while when running TestMultipleVMs). No strong idea what the issue is right away, but will look into whether the cleanup callbacks are referencing a file descriptor that could somehow be closed (maybe the wrapping os.File is getting garbage collected?)
Saw an intermittent failure when deleting a task in
TestMultipleVMshere (see the failed "runtime isolated tests" ): https://buildkite.com/firecracker-microvm/firecracker-containerd/builds/1333#34210a80-f298-44d8-9ccf-1da67f783e5fIt seems to be pretty rare (only happens to one exec every once in a while when running TestMultipleVMs). No strong idea what the issue is right away, but will look into whether the cleanup callbacks are referencing a file descriptor that could somehow be closed (maybe the wrapping
os.Fileis getting garbage collected?)