Summary
The Python test workflow failed on both architectures because test_sindi_knn_search_with_statistics received statistics["complete"] == False when the test required True. The later exit code 1 is only the result-analysis wrapper reporting the pytest failure.
Likely cause
The SINDI KNN search statistics are not marking the operation as complete. The supplied logs do not expose why the complete field remains false, so the underlying implementation defect cannot be determined more precisely.
Failure evidence
Test Python Aarch64: test_sindi.py:71 failed at assert statistics["complete"] is True with False is True.
Test Python X86 failed at the identical assertion, showing the failure is architecture-independent in this run.
- Both jobs completed 109 other tests successfully and reported exactly one failed test.
Process completed with exit code 1 occurred after the workflow detected FAILED in test-output.log; it is a wrapper status, not the causal error.
- The Node.js 20 deprecation messages did not terminate either job and are unrelated to the pytest assertion.
Automated CI failure occurrences
Observed 9 times. This table is maintained by @vsag-bot.
Summary
The Python test workflow failed on both architectures because
test_sindi_knn_search_with_statisticsreceivedstatistics["complete"] == Falsewhen the test requiredTrue. The later exit code 1 is only the result-analysis wrapper reporting the pytest failure.Likely cause
The SINDI KNN search statistics are not marking the operation as complete. The supplied logs do not expose why the
completefield remains false, so the underlying implementation defect cannot be determined more precisely.Failure evidence
Test Python Aarch64:test_sindi.py:71failed atassert statistics["complete"] is TruewithFalse is True.Test Python X86failed at the identical assertion, showing the failure is architecture-independent in this run.Process completed with exit code 1occurred after the workflow detectedFAILEDintest-output.log; it is a wrapper status, not the causal error.Automated CI failure occurrences
Observed 9 times. This table is maintained by @vsag-bot.
c0b1444bff27dcb144589f1574e7d3d045e44e5b07be6ff510f52a8bfd36393