Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

soplex 7.0.0: Test suite failures (...-mps-exact-pure-boosting) on numerous platforms #35

Open
Tracked by #37494
mkoeppe opened this issue Feb 29, 2024 · 2 comments
Assignees

Comments

@mkoeppe
Copy link

mkoeppe commented Feb 29, 2024

For example https://github.com/scipopt/SCIP-SDP/actions/runs/8091622924/job/22110987857#step:11:3623

  [soplex-7.0.0]   The following tests FAILED:
  [soplex-7.0.0]   	 99 - etamacro-mps-exact-pure-boosting (NUMERICAL)
  [soplex-7.0.0]   	385 - refinery-mps-exact-pure-boosting (NUMERICAL)
  [soplex-7.0.0]   	407 - gas11-mps-exact-pure-boosting (NUMERICAL)
  [soplex-7.0.0]   Errors while running CTest
  [soplex-7.0.0]   Output from these tests are in: /sage/local/var/tmp/sage/build/soplex-7.0.0/src/build/Testing/Temporary/LastTest.log
  [soplex-7.0.0]   Use "--rerun-failed --output-on-failure" to re-run the failed cases verbosely.
  [soplex-7.0.0]   make[3]: *** [Makefile:91: test] Error 8

This is from a run of the SageMath portability tests in scipopt/SCIP-SDP#13

(If there is interest, I can send a PR to add this GH Actions workflow to Soplex.)

@leoneifler
Copy link
Contributor

leoneifler commented Mar 1, 2024

That is interesting. Is there a full log available? It seems that all necessary libraries are installed and I don´t have that problem when running locally. I am not sure how best to debug this.

I would say there is definitely interest to have this GH actions workflow for Soplex, if you could create a MR that would be great

@mkoeppe
Copy link
Author

mkoeppe commented Mar 1, 2024

Is there a full log available?

I'll add --rerun-failed --output-on-failure to the script as the message above suggests.

I am not sure how best to debug this.

When invoked directly (does not work on PRs because of permissions), this CI workflow pushes Docker images of all builds to ghcr.io

vbraun pushed a commit to vbraun/sage that referenced this issue Apr 25, 2024
…plex to 7, papilo to 2.2, pyscipopt to 5, onetbb to 2021.11

    
<!-- ^ Please provide a concise and informative title. -->
<!-- ^ Don't put issue numbers in the title, do this in the PR
description below. -->
<!-- ^ For example, instead of "Fixes sagemath#12345" use "Introduce new method
to calculate 1 + 2". -->
<!-- v Describe your changes below in detail. -->
<!-- v Why is this change required? What problem does it solve? -->
<!-- v If this PR resolves an open issue, please link to it here. For
example, "Fixes sagemath#12345". -->

https://www.scipopt.org/doc-9.0.0/html/RN90.php

- [x] scipopt/SCIP-SDP#12
- [ ] scipopt/soplex#35
- [x] needs pyscipopt update

### 📝 Checklist

<!-- Put an `x` in all the boxes that apply. -->

- [x] The title is concise and informative.
- [ ] The description explains in detail what this PR is about.
- [ ] I have linked a relevant issue or discussion.
- [ ] I have created tests covering the changes.
- [ ] I have updated the documentation accordingly.

### ⌛ Dependencies

<!-- List all open PRs that this PR logically depends on. For example,
-->
<!-- - sagemath#12345: short description why this is a dependency -->
<!-- - sagemath#34567: ... -->

- Depends on sagemath#37237
- Depends on sagemath#37351
- Depends on sagemath#36970
- Depends on sagemath#37392
    
URL: sagemath#37494
Reported by: Matthias Köppe
Reviewer(s): Kwankyu Lee
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants