cloudalchemy / ansible-node-exporter

Provision basic metrics exporter for prometheus monitoring tool
MIT License
500 stars 272 forks source link

Crash on get checksum list #277

Closed imcvampire closed 1 year ago

imcvampire commented 1 year ago

What happened?

An error is thrown in Get checksum list step

TASK [cloudalchemy.node_exporter : Get checksum list from github] **********************************************************************************************
objc[77573]: +[__NSCFConstantString initialize] may have been in progress in another thread when fork() was called.
objc[77573]: +[__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.

Did you expect to see some different?

How to reproduce it (as minimally and precisely as possible):

playbook.yaml

- hosts: all
  roles:
    - cloudalchemy.node_exporter
  vars:
    node_exporter_version: "1.4.0"
    node_exporter_web_listen_address: "127.0.0.1:9100"

Environment

TASK [cloudalchemy.node_exporter : Get checksum list from github] **********************************************************************************************
objc[77573]: +[__NSCFConstantString initialize] may have been in progress in another thread when fork() was called.
objc[77573]: +[__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.
imcvampire commented 1 year ago

Found https://github.com/ansible/ansible/issues/76322