You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per #408 , find out why Fedora tests give this warning/error:
TASK [ANXS.postgresql : PostgreSQL | Ensure the locale is generated | RedHat] ***
failed: [postgresql-9.6] (item={u'parts': [u'en_US', u'UTF-8'], u'locale_name': u'en_US.UTF-8'}) => {"changed": false, "cmd": ["localedef", "-c", "-i", "en_US", "-f", "UTF-8", "en_US.UTF-8"], "delta": "0:00:00.117073", "end": "2019-03-08 18:03:37.732431", "failed": true, "item": {"locale_name": "en_US.UTF-8", "parts": ["en_US", "UTF-8"]}, "msg": "non-zero return code", "rc": 4, "start": "2019-03-08 18:03:37.615358", "stderr": "[error] character map file `UTF-8' not found: No such file or directory\n[error] default character map file `ANSI_X3.4-1968' not found: No such file or directory", "stderr_lines": ["[error] character map file `UTF-8' not found: No such file or directory", "[error] default character map file `ANSI_X3.4-1968' not found: No such file or directory"], "stdout": "", "stdout_lines": []}
The text was updated successfully, but these errors were encountered:
This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!
As per #408 , find out why Fedora tests give this warning/error:
The text was updated successfully, but these errors were encountered: