ansible-minio icon indicating copy to clipboard operation
ansible-minio copied to clipboard

Checksuming fails

Open tuxpeople opened this issue 3 years ago • 3 comments

It get killed while trying to get the checksums for server and client:

TASK [atosatto.minio : Get the Minio server checksum for amd64 architecture] ***********************************
objc[27057]: +[__NSCFConstantString initialize] may have been in progress in another thread when fork() was called.
objc[27057]: +[__NSCFConstantString initialize] may have been in progress in another thread when fork() was called. We cannot safely call it or ignore it in the fork() child process. Crashing instead. Set a breakpoint on objc_initializeAfterForkError to debug.
ERROR! A worker was found in a dead state
TASK [atosatto.minio : Get the Minio client checksum for amd64 architecture] **********************************************************************************************************************************
objc[27916]: +[__NSCFConstantString initialize] may have been in progress in another thread when fork() was called.
objc[27916]: +[__NSCFConstantString initialize] may have been in progress in another thread when fork() was called. We cannot safely call it or ignore it in the fork() child process. Crashing instead. Set a breakpoint on objc_initializeAfterForkError to debug.
ERROR! A worker was found in a dead state

tuxpeople avatar Nov 11 '20 10:11 tuxpeople

This doesn’t look like Ansible but rather Python error. Can you try to export the following and try again?

export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES

hadret avatar Nov 19 '20 12:11 hadret

I encountered this as well. Seems to be an issue with Ansible: https://github.com/ansible/ansible/issues/49207

lksnmnn avatar Mar 03 '21 15:03 lksnmnn

This doesn’t look like Ansible but rather Python error. Can you try to export the following and try again?

export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES

Long time no see (I'm sorry!). Problem still exists, but the export helps. Thanks!

tuxpeople avatar Jun 19 '21 11:06 tuxpeople