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

conda: fix doctests #35597

Closed
4 of 11 tasks
tobiasdiez opened this issue May 2, 2023 · 1 comment
Closed
4 of 11 tasks

conda: fix doctests #35597

tobiasdiez opened this issue May 2, 2023 · 1 comment

Comments

@tobiasdiez
Copy link
Contributor

tobiasdiez commented May 2, 2023

Is there an existing issue for this?

  • I have searched the existing issues for a bug report that matches the one I want to file, without success.

Did you read the documentation and troubleshoot guide?

  • I have read the documentation and troubleshoot guide

Environment

conda

Steps To Reproduce

Run conda workflow (or locally run the doctests in a conda environment), e.g. https://github.com/sagemath/sage/actions/runs/4846009227/jobs/8635274790

Expected Behavior

No errors

Actual Behavior

The following errors are reported:

  • conda: segmentation fault during doctest of crypto/mq/sr and pbori #35595
  • src/sage/groups/matrix_gps/finitely_generated_gap.py # 1 doctest failed
  • src/sage/interacts/test_jupyter.rst # 1 doctest failed. Fixed by Fix Max=Min warning in coin interacts #35596.
  • src/sage/libs/singular/singular.pyx # 1 doctest failed
  • src/sage/rings/polynomial/multi_polynomial_ideal.py # 1 doctest failed
  • src/sage/rings/polynomial/multi_polynomial_libsingular.pyx # 2 doctests failed
  • src/sage/rings/polynomial/multi_polynomial_sequence.py # Killed due to segmentation fault
  • src/sage/rings/polynomial/pbori/fglm.py # 1 doctest failed
  • src/sage/tests/gap_packages.py # 1 doctest failed

Additional Information

I tried to fix these errors myself, but sadly lack the knowledge to do so. Maybe @mkoeppe and @isuruf can team up?

@tobiasdiez
Copy link
Contributor Author

These issues are fixed by now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant