OmarAzizi opened a new issue, #19986: URL: https://github.com/apache/tvm/issues/19986
### Branch/PR Failing https://github.com/apache/tvm/pull/19966 ### Jenkins Link https://ci.tlcpack.ai/blue/organizations/jenkins/tvm-cpu/detail/PR-19966/1/pipeline ### Flakiness `test_solution_consistency` is explicitly documented in the test file as "intentionally non-deterministic" (it seeds `random` fresh each run and prints the seed only on failure), so it is expected to be flaky by design; the seed for this particular failure wasn't captured in the CI log. The failing PR only touches `python/tvm/relax/frontend/onnx/onnx_frontend.py` and its test file, with no relation to `arith`, so the failure looks environment/randomness-driven rather than caused by the PR's own changes. Failure: ``` AssertionError: Expression x1 * 3 - x0 * 5 - 1 != x0 * 3 + 1 - x1 * 3 is not true on {x1: I.Range(-20, 21), x0: I.Range(-20, 21)} Counterexample: x0 = -13, x1 = -17 ``` raised from `_check(num_vars=2, num_formulas=1)` in `tests/python/arith/test_arith_solve_linear_equations.py::test_solution_consistency`. ### Triage * needs-triage * flaky -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
