Description
The integration test workflow (Downstream.yml) has been consistently failing for the following downstream packages for months. All failures are due to issues within the downstream packages themselves, not caused by LinearSolve.jl.
Affected Packages
ModelingToolkit.jl
- Internal errors about variable marking: "Variable was marked as being in [equation], but was actually zero"
- This is an MTK-internal issue
BoundaryValueDiffEq.jl
- "Scalar BVP tests" error
- Test failure within BoundaryValueDiffEq's own test suite
SciMLSensitivity.jl
IllegalTypeAnalysisException: Enzyme compilation failure
- Enzyme AD compatibility issue, not related to LinearSolve
Evidence
Every single IntegrationTest run has failed for at least the past 30 runs (checked via gh run list). The failures always involve these same 3 packages. OrdinaryDiffEq.jl and NonlinearSolve.jl consistently pass.
Action Taken
These 3 packages have been removed from the integration test matrix in Downstream.yml to keep CI green and actionable. Only OrdinaryDiffEq.jl and NonlinearSolve.jl remain.
Action Items
Description
The integration test workflow (Downstream.yml) has been consistently failing for the following downstream packages for months. All failures are due to issues within the downstream packages themselves, not caused by LinearSolve.jl.
Affected Packages
ModelingToolkit.jl
BoundaryValueDiffEq.jl
SciMLSensitivity.jl
IllegalTypeAnalysisException: Enzyme compilation failureEvidence
Every single IntegrationTest run has failed for at least the past 30 runs (checked via
gh run list). The failures always involve these same 3 packages. OrdinaryDiffEq.jl and NonlinearSolve.jl consistently pass.Action Taken
These 3 packages have been removed from the integration test matrix in Downstream.yml to keep CI green and actionable. Only OrdinaryDiffEq.jl and NonlinearSolve.jl remain.
Action Items