Open
Description
Noticed in https://github.com/tarides/infrastructure/issues/375#issuecomment-2329726772
ocluster-worker: internal error, uncaught exception:
Failure("\"zfs\" \"create\" \"--\" \"obuilder/state\" failed with exit status 1")
2024-09-04 20:58.56 worker [INFO] Prune threshold not set and docker max df size is not. Will not check for low disk-space!
cannot open 'obuilder/cache-tmp': dataset does not exist
cannot open 'obuilder/state': dataset does not exist
2024-09-04 20:58.56 application [INFO] Exec "zfs" "create" "--" "obuilder/state"
cannot create 'obuilder/state': no such pool 'obuilder'
ocluster-worker: internal error, uncaught exception:
Failure("\"zfs\" \"create\" \"--\" \"obuilder/state\" failed with exit status 1")
2024-09-04 20:59.06 worker [INFO] Prune threshold not set and docker max df size is not. Will not check for low disk-space!
2024-09-04 20:59.06 application [INFO] Exec "zfs" "destroy" "-R" "-f" "--" "obuilder/cache-tmp"
2024-09-04 20:59.07 application [INFO] Exec "chown" "0:0" "/Volumes/obuilder/state"
chown: /Volumes/obuilder/state: No such file or directory
ocluster-worker: internal error, uncaught exception:
Failure("\"chown\" \"0:0\" \"/Volumes/obuilder/state\" failed with exit status 1")
ocluster-worker: internal error, uncaught exception:
Failure("\"chown\" \"0:0\" \"/Volumes/obuilder/state\" failed with exit status 1")
administrator@m1-worker-03 ~ % grep -A 2 'internal error' ./ocluster.log | tail -n 10
Failure("\"zfs\" \"create\" \"--\" \"obuilder/state\" failed with exit status 1")
I suspect this may be causing, contributing to, or masking problems that lead the macos builders to stop being able to build jobs. But proper error handling for these sub process calls should be put in place regardless.
Metadata
Assignees
Labels
No labels