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
However, more recently (while working on Install GAMS using iiasa/actions for CI message_ix#452) Windows CI jobs began to fail because pytest returns an exit code 127. This is not an exit code that pytest should ever return.
One hypothesis (Pytest gives exit code 127 pytest-dev/pytest#8510) is that something is failing during the process of shutting down the Python interpreter, after pytest has successfully completed. In other words, pytest completes and is ready to return an exit code 0, but this inscrutable exception (probably in ixmp_source) causes (via JPype) an exit code of 127 to be returned, instead.
Status:
After about ~1.5 days of work, it was not possible to isolate the issue.
A true fix will be to address the flaws in the Java code; this should get rid of both the console noise (#229) and obviate the workaround in iiasa/message_ix#453.
The text was updated successfully, but these errors were encountered:
This issue collects information from iiasa/message_ix#452 (comment), iiasa/message_ix#453, and pytest-dev/pytest#8510. These seem to be related to #229, #247, and jpype-project/jpype#561.
Briefly:
ixmp_source
) triggers various errors, including "Windows fatal exception: access violation."pytest
returns an exit code 127. This is not an exit code that pytest should ever return.ixmp_source
) causes (via JPype) an exit code of 127 to be returned, instead.Status:
A true fix will be to address the flaws in the Java code; this should get rid of both the console noise (#229) and obviate the workaround in iiasa/message_ix#453.
The text was updated successfully, but these errors were encountered: