-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Tests failed regarding "controls/web_server_control" #27999
-
Check these boxes if you have followed the posting rules.
Issue or question about MOOSEAfter I successfully installed MOOSE on a MacPro silicon chip, I failed the tests and encountered the following issue:
(Optional) code in question / simulation log / errorscontrols/web_server_control.control/bool ...................................................... FAILED (CRASH)
controls/web_server_control.control/real ...................................................... FAILED (CRASH)
controls/web_server_control.control/string .................................................... FAILED (CRASH)
controls/web_server_control.control/vec_real .................................................. FAILED (CRASH)
controls/web_server_control.control/vec_string ................................................ FAILED (CRASH)
controls/web_server_control.get_postprocessor ................................................. FAILED (CRASH)
controls/web_server_control.parallel_consistent .................................. [min_cpus=2] FAILED (CRASH)
controls/web_server_control.errors/set_controllable_no_exist ................. FAILED (EXPECTED ERROR MISSING)
controls/web_server_control.errors/postprocessor_no_exist .................... FAILED (EXPECTED ERROR MISSING)
controls/web_server_control.errors/set_controllable_unregistered_type ........ FAILED (EXPECTED ERROR MISSING)
controls/web_server_control.errors/set_controllable_bad_convert_json ......... FAILED (EXPECTED ERROR MISSING)
controls/web_server_control.errors/set_controllable_vector_non_array ......... FAILED (EXPECTED ERROR MISSING)Encountering Errors? Please include diagnostic outputNo response |
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 2 comments · 4 replies
-
|
Hello Could you please paste the actual log above the summary? This will have more details on the errors Guillaume |
Beta Was this translation helpful? Give feedback.
All reactions
-
|
Thanks for replying. Is the following what you may need? |
Beta Was this translation helpful? Give feedback.
All reactions
-
|
it s this part the rest is just a summary you can attach text files to posts |
Beta Was this translation helpful? Give feedback.
All reactions
-
|
Got it. Here it is. Thank you very much! |
Beta Was this translation helpful? Give feedback.
All reactions
-
|
You can ignore these. There's an issue with connecting to file sockets on macs that is dependent on the length of the path to the socket. Not quite sure how to fix it yet, but I've made the issue #28001 for resolution. |
Beta Was this translation helpful? Give feedback.
All reactions
-
|
Thank you for the further comment. |
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1

You can ignore these. There's an issue with connecting to file sockets on macs that is dependent on the length of the path to the socket. Not quite sure how to fix it yet, but I've made the issue #28001 for resolution.