Open jromnoa opened 1 year ago
MaterialCanvas hard locks when this issue occurs and no useful log information appears. In my testing I have only found this to be the possible cause of failure:
E [material_canvas_test.log] 1900-01-00T00:00:00{0x7f027116aec0}[ QtForPython]
E [material_canvas_test.log] ==================================================================
E [material_canvas_test.log] 1900-01-00T00:00:00{0x7f027116aec0}[ QtForPython] Trace::Error
E [material_canvas_test.log] /home/new_user/git/o3de/Gems/QtForPython/Code/Source/Platform/Linux/InitializeEmbeddedPyside2.h(46): 'static void *QtForPython::InitializeEmbeddedPyside2::LoadModule(const char *)'
E [material_canvas_test.log] 1900-01-00T00:00:00{0x7f027116aec0}[ QtForPython] Unable to load python library libpython3.10.so for Pyside2: libpython3.10.so: cannot open shared object file: No such file or directory
E [material_canvas_test.log] 1900-01-00T00:00:00{0x7f027116aec0}[ QtForPython] ==================================================================
There are no other Trace::Error
messages or indicators as to why this would hard lock and time out.
Keeping this test disabled until https://github.com/o3de/o3de/issues/14813 is fixed and we can determine whether that resolves this hard lock or not.
My understanding of the above error is that it should be trying to load libpython3.10.so.1.0
, (missing the 1.0
)
Describe the bug
Assets required N/A
Steps to reproduce
Expected behavior The MaterialCanvas_Atom_BasicTests test runs and passes without issue.
Actual behavior The MaterialCanvas_Atom_BasicTests test is timing out on Linux but passing on Windows.
Screenshots/Video See failure logs here: https://jenkins.build.o3de.org/job/O3DE/job/PR-14475/
Found in Branch Part of the PR failures for https://github.com/o3de/o3de/pull/14475 Bug is being entered to fix it post merge so we can have some tests at least running on Windows for MaterialCanvas.
Commit ID from o3de/o3de Repository N/A will have when PR merges.
Desktop/Device (please complete the following information): N/A