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

"make check" fails for msolve (autotools) #3428

Closed
d-torrance opened this issue Aug 23, 2024 · 1 comment
Closed

"make check" fails for msolve (autotools) #3428

d-torrance opened this issue Aug 23, 2024 · 1 comment
Assignees
Labels
build issue platform specific issues involving compiling M2, generating examples, or running tests

Comments

@d-torrance
Copy link
Member

When building msolve using autotools and running make check:

$ make -C libraries/msolve check
.
.
.
make[4]: Entering directory '/home/profzoom/src/macaulay2/M2/M2/BUILD/doug/libraries/msolve/build/msolve-0.7.1'
PASS: neogb_io
./test-driver: line 112: 2744164 Segmentation fault      (core dumped) "$@" >> "$log_file" 2>&1
FAIL: fglm_build_matrixn_radical_shape-31
./test-driver: line 112: 2744194 Segmentation fault      (core dumped) "$@" >> "$log_file" 2>&1
FAIL: fglm_build_matrixn_nonradical_shape-31
./test-driver: line 112: 2744223 Segmentation fault      (core dumped) "$@" >> "$log_file" 2>&1
FAIL: fglm_build_matrixn_nonradical_radicalshape-31
FAIL: test/diff/diff_cp_d_3_n_4_p_2.sh
FAIL: test/diff/diff_cyclic5-16.sh
FAIL: test/diff/diff_cyclic5-31.sh
FAIL: test/diff/diff_cyclic5-qq.sh
FAIL: test/diff/diff_eco6-16.sh
FAIL: test/diff/diff_eco6-31.sh
FAIL: test/diff/diff_eco6-qq.sh
FAIL: test/diff/diff_henrion5-qq.sh
FAIL: test/diff/diff_eco10-31.sh
FAIL: test/diff/diff_truncate_gb.sh
FAIL: test/diff/diff_elim-31.sh
FAIL: test/diff/diff_elim-qq.sh
FAIL: test/diff/diff_F4SAT-31.sh
FAIL: test/diff/diff_F4SAT-byone-31.sh
FAIL: test/diff/diff_kat6-31.sh
FAIL: test/diff/diff_kat7-qq.sh
FAIL: test/diff/diff_multy-16.sh
FAIL: test/diff/diff_multy-31.sh
FAIL: test/diff/diff_multy-qq.sh
FAIL: test/diff/diff_nonradical_shape-qq.sh
FAIL: test/diff/diff_nonradical_radicalshape-qq.sh
FAIL: test/diff/diff_nonradical_radicalshape-no-square-31.sh
FAIL: test/diff/diff_nonradical_radicalshape-no-square-qq.sh
FAIL: test/diff/diff_one-16.sh
FAIL: test/diff/diff_one-31.sh
FAIL: test/diff/diff_one-qq.sh
FAIL: test/diff/diff_radical_shape-31.sh
FAIL: test/diff/diff_radical_shape-qq.sh
FAIL: test/diff/diff_reals_dim0.sh
FAIL: test/diff/diff_reals_dim0-chgvar.sh
FAIL: test/diff/diff_reals_dim0-extract.sh
FAIL: test/diff/diff_reals_dim0-swapvar.sh
FAIL: test/diff/diff_bug_empty_tracer.sh
FAIL: test/diff/diff_bug_2nd_prime_bad.sh
FAIL: test/diff/diff_bug_68.sh
FAIL: test/diff/diff_mq_2_1.sh
FAIL: test/diff/diff_xy-qq.sh
FAIL: test/diff/diff_linear-qq.sh
FAIL: test/diff/diff_input-overflow-16.sh
FAIL: test/diff/diff_nf_8.sh
FAIL: test/diff/diff_nf_16.sh
FAIL: test/diff/diff_nf_31.sh
FAIL: test/diff/diff_nf_lm_bug.sh
FAIL: test/diff/diff_f4sat-field-char.sh
FAIL: test/diff/diff_f4sat-zero-input.sh
============================================================================
Testsuite summary for msolve 0.7.1
============================================================================
# TOTAL: 49
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  48
# XPASS: 0
# ERROR: 0
============================================================================
See ./test-suite.log
Please report to ederc@mathematik.uni-kl.de,mohab.safey@lip6.fr
============================================================================
make[4]: *** [Makefile:1305: test-suite.log] Error 1

But cd libraries/msolve/build/msolve-0.7.1 && make check works just fine.

@d-torrance d-torrance self-assigned this Aug 23, 2024
d-torrance added a commit to d-torrance/M2 that referenced this issue Aug 26, 2024
Most of the tests fail using the default 400000 kB.

Closes: Macaulay2#3428

[ci skip]
d-torrance added a commit that referenced this issue Aug 26, 2024
Most of the tests fail using the default 400000 kB.

Closes: #3428

[ci skip]
@d-torrance
Copy link
Member Author

Closed by #3436, and alternate solution proposed in #3438

Devlin-Mallory pushed a commit to Devlin-Mallory/M2 that referenced this issue Aug 30, 2024
Most of the tests fail using the default 400000 kB.

Closes: Macaulay2#3428

[ci skip]
@mahrud mahrud added the build issue platform specific issues involving compiling M2, generating examples, or running tests label Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build issue platform specific issues involving compiling M2, generating examples, or running tests
Projects
None yet
Development

No branches or pull requests

2 participants