Skip to content

Make pipeline more verbose #1037

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

Merged
merged 5 commits into from
Jul 26, 2025
Merged

Make pipeline more verbose #1037

merged 5 commits into from
Jul 26, 2025

Conversation

Joao-Dionisio
Copy link
Member

No description provided.

@Joao-Dionisio
Copy link
Member Author

@DominikKamp this is the output I now get locally. Is this what you want? I think unused variables still don't show up, though.

  × Building wheel for PySCIPOpt (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> See above for output.
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  full command: /home/dionisio/Venvs/pyscipopt-dev/bin/python /home/dionisio/Venvs/pyscipopt-dev/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py build_wheel /tmp/tmp5viapyb1
  cwd: /home/dionisio/PySCIPOpt
  Building wheel for PySCIPOpt (pyproject.toml): finished with status 'error'
  ERROR: Failed building wheel for PySCIPOpt
Failed to build PySCIPOpt
ERROR: Could not build wheels for PySCIPOpt, which is required to install pyproject.toml-based projects
  warning: src/pyscipopt/scip.pxd:151:4: 'SCIP_PROPTIMING' redeclared
  warning: src/pyscipopt/scip.pxd:158:4: 'SCIP_PRESOLTIMING' redeclared
  warning: src/pyscipopt/scip.pxd:165:4: 'SCIP_HEURTIMING' redeclared
  warning: src/pyscipopt/scip.pxd:179:4: 'SCIP_EXPR' redeclared
  warning: src/pyscipopt/scip.pxd:711:26: Function signature does not match previous declaration
  warning: src/pyscipopt/scip.pxi:7977:8: Unreachable code
  warning: src/pyscipopt/event.pxi:42:29: noexcept clause is ignored for function returning Python object
  warning: src/pyscipopt/expr.pxi:361:4: __nonzero__ was removed in Python 3; use __bool__ instead
  /tmp/pip-build-env-fhxma3_b/overlay/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
  /tmp/pip-build-env-fhxma3_b/overlay/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated.
  /tmp/pip-build-env-fhxma3_b/overlay/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
  /tmp/pip-build-env-fhxma3_b/overlay/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
  /tmp/pip-build-env-fhxma3_b/overlay/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated.
  /tmp/pip-build-env-fhxma3_b/overlay/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
  /tmp/pip-build-env-fhxma3_b/overlay/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
  /tmp/pip-build-env-fhxma3_b/overlay/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated.
  /tmp/pip-build-env-fhxma3_b/overlay/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
  cc1: all warnings being treated as errors

@DominikKamp
Copy link
Contributor

Looks good, now we only need to resolve these warnings.

@Joao-Dionisio
Copy link
Member Author

Okay, they should be fixed now. It only gives output for SCIP warnings

Copy link

codecov bot commented Jul 26, 2025

Codecov Report

❌ Patch coverage is 0% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 54.42%. Comparing base (6452ea6) to head (c5e43ce).
⚠️ Report is 13 commits behind head on master.

Files with missing lines Patch % Lines
src/pyscipopt/event.pxi 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1037      +/-   ##
==========================================
+ Coverage   54.13%   54.42%   +0.28%     
==========================================
  Files          22       22              
  Lines        5045     5224     +179     
==========================================
+ Hits         2731     2843     +112     
- Misses       2314     2381      +67     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Joao-Dionisio
Copy link
Member Author

Yeah, I don't see anything problematic, merging now.

@Joao-Dionisio Joao-Dionisio merged commit ec86843 into master Jul 26, 2025
1 check passed
@Joao-Dionisio Joao-Dionisio deleted the make-dominik-happy branch August 7, 2025 09:02
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

Successfully merging this pull request may close these issues.

2 participants