Maxima branch_5_49_base_242_ga0348f577 https://maxima.sourceforge.io using Lisp Clozure Common Lisp Version 1.13 (v1.13) LinuxX8664 Distributed under the GNU Public License. See the file COPYING. Dedicated to the memory of William Schelter. The function bug_report() provides bug reporting information. (%i1) run_testsuite(share_tests = only) Testsuite run for Clozure Common Lisp Version 1.13 (v1.13) LinuxX8664: Running tests in rtest_facexp: 37/37 tests passed Running tests in rtest_orthopoly: 208/208 tests passed Running tests in rtest_pslq: 48/48 tests passed Running tests in rtestflatten: 43/43 tests passed Running tests in rtest_z_transform: 36/36 tests passed Running tests in rtest_zeilberger_extreme: 9/9 tests passed Running tests in rtest_zeilberger: 53/53 tests passed Running tests in rtest_boolsimp: 48/48 tests passed Running tests in rtest_eigen: 23/23 tests passed Running tests in rtest_lsquares: 67/67 tests passed Running tests in rtest_pytranslate: 74/74 tests passed Running tests in rtest_odelin: 109/109 tests passed Running tests in rtestezunits: 316/316 tests passed Running tests in rtest_numericalio: ***************** rtest_numericalio.mac: Problem 15 (line 121) **************** Input: (write_data(a2, sconcat(maxima_tempdir, /tmp-lisp-array.data)), a3 : make_array('any, 3, 4, 5), read_array(sconcat(maxima_tempdir, /tmp-lisp-array.data), a3), is(equal(a2, a3))) Result: File exists : #P"/tmp/tmp-lisp-array.data" error-catch This differed from the expected result: true ***************** rtest_numericalio.mac: Problem 16 (line 127) **************** Input: (write_data(b2, sconcat(maxima_tempdir, /tmp-maxima-array.data)), array(b3, 2, 3, 4), read_array(sconcat(maxima_tempdir, /tmp-maxima-array.data), b3), is(equal(b2, b3))) Result: File exists : #P"/tmp/tmp-maxima-array.data" error-catch This differed from the expected result: true ***************** rtest_numericalio.mac: Problem 23 (line 171) **************** Input: (write_data(m2, sconcat(maxima_tempdir, /tmp-matrix.csv)), m5 : read_matrix(sconcat(maxima_tempdir, /tmp-matrix.csv)), is(m2 = m5)) Result: File exists : #P"/tmp/tmp-matrix.csv" error-catch This differed from the expected result: true ***************** rtest_numericalio.mac: Problem 24 (line 176) **************** Input: (write_data(m2, sconcat(maxima_tempdir, /tmp-matrix.data), 'comma), m6 : read_matrix(sconcat(maxima_tempdir, /tmp-matrix.data), 'comma), is(m2 = m6)) Result: File exists : #P"/tmp/tmp-matrix.data" error-catch This differed from the expected result: true ***************** rtest_numericalio.mac: Problem 25 (line 181) **************** Input: (write_data(m2, sconcat(maxima_tempdir, /tmp-matrix.data), ,), m6a : read_matrix(sconcat(maxima_tempdir, /tmp-matrix.data), ,), is(m2 = m6a)) Result: File exists : #P"/tmp/tmp-matrix.data" error-catch This differed from the expected result: true ***************** rtest_numericalio.mac: Problem 26 (line 186) **************** Input: (write_data(m2, sconcat(maxima_tempdir, /tmp-matrix-2.csv), 'space), m7 : read_matrix(sconcat(maxima_tempdir, /tmp-matrix-2.csv), 'space), is(m2 = m7)) Result: File exists : #P"/tmp/tmp-matrix-2.csv" error-catch This differed from the expected result: true ***************** rtest_numericalio.mac: Problem 27 (line 191) **************** Input: (write_data(m2, sconcat(maxima_tempdir, /tmp-matrix-2.csv), ), m7a : read_matrix(sconcat(maxima_tempdir, /tmp-matrix-2.csv), ), is(m2 = m7a)) Result: File exists : #P"/tmp/tmp-matrix-2.csv" error-catch This differed from the expected result: true ***************** rtest_numericalio.mac: Problem 28 (line 199) **************** Input: (array(a, 10, 6), read_array(file_search(rectangular.data), a), write_data(a, sconcat(maxima_tempdir, /tmp-array.csv)), array(a2, 10, 6), read_array(sconcat(maxima_tempdir, /tmp-array.csv), a2), is(equal(a, a2))) Result: File exists : #P"/tmp/tmp-array.csv" error-catch This differed from the expected result: true ***************** rtest_numericalio.mac: Problem 39 (line 311) **************** Input: (write_data(m2, sconcat(maxima_tempdir, /tmp-matrix.data)), l3_nested : read_nested_list(sconcat(maxima_tempdir, /tmp-matrix.data)), is(l2_nested = l3_nested)) Result: File exists : #P"/tmp/tmp-matrix.data" error-catch This differed from the expected result: true ***************** rtest_numericalio.mac: Problem 40 (line 316) **************** Input: (write_data(h2, sconcat(maxima_tempdir, /tmp-hashed-array.data)), read_hashed_array(sconcat(maxima_tempdir, /tmp-hashed-array.data), h3), is(equal(h2, h3))) Result: File exists : #P"/tmp/tmp-hashed-array.data" error-catch This differed from the expected result: true ***************** rtest_numericalio.mac: Problem 41 (line 321) **************** Input: (write_data(l2_nested, sconcat(maxima_tempdir, /tmp-nested-list.data)), m3 : read_matrix(sconcat(maxima_tempdir, /tmp-nested-list.data)), is(m2 = m3)) Result: File exists : #P"/tmp/tmp-nested-list.data" error-catch This differed from the expected result: true ***************** rtest_numericalio.mac: Problem 42 (line 326) **************** Input: (write_data(l2, sconcat(maxima_tempdir, /tmp-list.data)), l3 : read_list(sconcat(maxima_tempdir, /tmp-list.data)), is(l2 = l3)) Result: File exists : #P"/tmp/tmp-list.data" error-catch This differed from the expected result: true ***************** rtest_numericalio.mac: Problem 46 (line 390) **************** Input: (write_data(l_nested_2, sconcat(maxima_tempdir, /tmp-semicolon.data), ;), l_nested_2a : read_nested_list(sconcat(maxima_tempdir, /tmp-semicolon.data), ;), is(l_nested = l_nested_2a)) Result: File exists : #P"/tmp/tmp-semicolon.data" error-catch This differed from the expected result: true ***************** rtest_numericalio.mac: Problem 48 (line 399) **************** Input: (write_data(l_nested_3, sconcat(maxima_tempdir, /tmp-pipe.data), |), l_nested_3a : read_nested_list(sconcat(maxima_tempdir, /tmp-pipe.data), |), is(l_nested = l_nested_3a)) Result: File exists : #P"/tmp/tmp-pipe.data" error-catch This differed from the expected result: true ***************** rtest_numericalio.mac: Problem 49 (line 408) **************** Input: (write_data(l_nested, sconcat(maxima_tempdir, /tmp-tab.data), 'tab), l_nested_4 : read_nested_list(sconcat(maxima_tempdir, /tmp-tab.data), 'space), is(l_nested = l_nested_4)) Result: File exists : #P"/tmp/tmp-tab.data" error-catch This differed from the expected result: true ***************** rtest_numericalio.mac: Problem 50 (line 414) **************** Input: (write_data(l_nested, sconcat(maxima_tempdir, /tmp-tab.data), ascii(9)), l_nested_4a : read_nested_list(sconcat(maxima_tempdir, /tmp-tab.data), ), is(l_nested = l_nested_4a)) Result: File exists : #P"/tmp/tmp-tab.data" error-catch This differed from the expected result: true ***************** rtest_numericalio.mac: Problem 53 (line 439) **************** Input: (s : openw(sconcat(maxima_tempdir, /tmp-lisp-array.data)), write_data(a2, s), close(s), a3 : make_array('any, 3, 4, 5), s : openr(sconcat(maxima_tempdir, /tmp-lisp-array.data)), read_array(s, a3), close(s), is(equal(a1, a3))) Result: File exists : #P"/tmp/tmp-lisp-array.data" error-catch This differed from the expected result: true ***************** rtest_numericalio.mac: Problem 55 (line 458) **************** Input: (s : openw(sconcat(maxima_tempdir, /tmp-maxima-array.data)), write_data(b2, s), close(s), b3 : array(b, 2, 3, 4), s : openr(sconcat(maxima_tempdir, /tmp-maxima-array.data)), read_array(s, b3), close(s), is(equal(b1, b3))) Result: File exists : #P"/tmp/tmp-maxima-array.data" error-catch This differed from the expected result: true ***************** rtest_numericalio.mac: Problem 57 (line 474) **************** Input: (s : openw(sconcat(maxima_tempdir, /tmp-matrix.data)), write_data(m2, s), close(s), s : openr(sconcat(maxima_tempdir, /tmp-matrix.data)), m3 : read_matrix(s), close(s), is(m1 = m3)) Result: File exists : #P"/tmp/tmp-matrix.data" error-catch This differed from the expected result: true ***************** rtest_numericalio.mac: Problem 59 (line 490) **************** Input: (s : openw(sconcat(maxima_tempdir, /tmp-list.data)), write_data(l2, s), close(s), s : openr(sconcat(maxima_tempdir, /tmp-list.data)), l3 : read_list(s), close(s), is(l1 = l3)) Result: File exists : #P"/tmp/tmp-list.data" error-catch This differed from the expected result: true ***************** rtest_numericalio.mac: Problem 61 (line 506) **************** Input: (s : openw(sconcat(maxima_tempdir, /tmp-nested-list.data)), write_data(l2, s), close(s), s : openr(sconcat(maxima_tempdir, /tmp-nested-list.data)), l3 : read_nested_list(s), close(s), is(l1 = l3)) Result: File exists : #P"/tmp/tmp-nested-list.data" error-catch This differed from the expected result: true ***************** rtest_numericalio.mac: Problem 63 (line 522) **************** Input: (s : openw(sconcat(maxima_tempdir, /tmp-hashed-array.data)), write_data(h2, s), close(s), s : openr(sconcat(maxima_tempdir, /tmp-hashed-array.data)), read_hashed_array(s, h3), close(s), is(equal(h1, h3))) Result: File exists : #P"/tmp/tmp-hashed-array.data" error-catch This differed from the expected result: true ***************** rtest_numericalio.mac: Problem 69 (line 555) **************** Input: (assume_external_byte_order(lsb), write_binary_data(L4, tmp_lsb)) Result: File exists : #P"/tmp/tmp-binary.f8-lsb" error-catch This differed from the expected result: done ***************** rtest_numericalio.mac: Problem 70 (line 559) **************** Input: (L4b : read_binary_list(tmp_lsb), is(L4b = L4)) Result: false This differed from the expected result: true ***************** rtest_numericalio.mac: Problem 71 (line 563) **************** Input: (assume_external_byte_order(msb), write_binary_data(L4, tmp_msb)) Result: File exists : #P"/tmp/tmp-binary.f8-msb" error-catch This differed from the expected result: done ***************** rtest_numericalio.mac: Problem 72 (line 567) **************** Input: (L4c : read_binary_list(tmp_msb), is(L4c = L4)) Result: false This differed from the expected result: true ***************** rtest_numericalio.mac: Problem 74 (line 578) **************** Input: (tmp2_msb : sconcat(maxima_tempdir, /tmp2-binary.f8-msb), tmp2_lsb : sconcat(maxima_tempdir, /tmp2-binary.f8-lsb), assume_external_byte_order(msb), write_binary_data(A4, tmp2_msb)) Result: File exists : #P"/tmp/tmp2-binary.f8-msb" error-catch This differed from the expected result: done ***************** rtest_numericalio.mac: Problem 76 (line 586) **************** Input: is(listarray(read_binary_array(tmp2_msb)) = L4) Result: false This differed from the expected result: true ***************** rtest_numericalio.mac: Problem 77 (line 590) **************** Input: (assume_external_byte_order(lsb), write_binary_data(A4, tmp2_lsb)) Result: File exists : #P"/tmp/tmp2-binary.f8-lsb" error-catch This differed from the expected result: done ***************** rtest_numericalio.mac: Problem 78 (line 595) **************** Input: (A4c : make_array(any, 3, 7, 19), read_binary_array(tmp2_lsb, A4c), is(A4c = A4)) Result: false This differed from the expected result: true ***************** rtest_numericalio.mac: Problem 79 (line 598) **************** Input: is(listarray(read_binary_array(tmp2_lsb)) = L4) Result: false This differed from the expected result: true 62/93 tests passed The following 31 problems failed: (15 16 23 24 25 26 27 28 39 40 41 42 46 48 49 50 53 55 57 59 61 63 69 70 71 72 74 76 77 78 79) Running tests in rtest_simplify_sum: 87/87 tests passed Running tests in rtest_solve_rec: 33/33 tests passed Running tests in rtest_stringproc: 87/87 tests passed Running tests in rtest_md5sum: 2/2 tests passed Running tests in rtest_opproperties: 117/117 tests passed Running tests in rtest_stats: 14/14 tests passed Running tests in rtest_distrib: 187/187 tests passed Running tests in rtest_descriptive: 152/152 tests passed Running tests in rtest_interpol: 18/18 tests passed Running tests in rtest_levin: 104/104 tests passed Running tests in rtest_fractals: 11/11 tests passed Running tests in rtest_bernstein: 44/44 tests passed Running tests in rtest_atensor: 20/20 tests passed Running tests in rtest_ctensor: 49/49 tests passed Running tests in rtest_itensor: ;Compiler warnings for "/home/maxima/maxima-test/installroot/share/maxima/branch_5_49_base_242_ga0348f577/share/tensor/itensor.lisp" : ; In $LC_L: Unused lexical variable L2 ;Compiler warnings for "/home/maxima/maxima-test/installroot/share/maxima/branch_5_49_base_242_ga0348f577/share/tensor/itensor.lisp" : ; In $LC_U: Unused lexical variable L1 58/58 tests passed Running tests in rtest_dgemm: ;Compiler warnings for "home:maxima-test;installroot;share;maxima;branch_5_49_base_242_ga0348f577;share;lapack;blas;dgemm.lisp.newest" : ; In DGEMM inside an anonymous lambda form: Unused lexical variable NCOLA ;Compiler warnings for "home:maxima-test;installroot;share;maxima;branch_5_49_base_242_ga0348f577;share;lapack;blas;icamax.lisp.newest" : ; In ICAMAX: Unused lexical variable ZDUM ;Compiler warnings for "home:maxima-test;installroot;share;maxima;branch_5_49_base_242_ga0348f577;share;lapack;blas;zgemm.lisp.newest" : ; In ZGEMM inside an anonymous lambda form: Unused lexical variable NCOLA ;Compiler warnings for "home:maxima-test;installroot;share;maxima;branch_5_49_base_242_ga0348f577;share;lapack;lapack;dlaln2.lisp.newest" : ; In DLALN2 inside an anonymous lambda form: Unused lexical variable CI ; In DLALN2 inside an anonymous lambda form: Unused lexical variable CR ;Compiler warnings for "home:maxima-test;installroot;share;maxima;branch_5_49_base_242_ga0348f577;share;lapack;lapack;ilaenv.lisp.newest" : ; In ILAENV: Unused lexical variable N3 ;Compiler warnings for "home:maxima-test;installroot;share;maxima;branch_5_49_base_242_ga0348f577;share;lapack;lapack;dbdsqr.lisp.newest" : ; In DBDSQR inside an anonymous lambda form: Unused lexical variable SMINLO ;Compiler warnings for "home:maxima-test;installroot;share;maxima;branch_5_49_base_242_ga0348f577;share;lapack;lapack;zladiv.lisp.newest" : ; In ZLADIV: Unused lexical variable DIMAG$ ; In ZLADIV: Unused lexical variable DBLE$ ;Compiler warnings for "home:maxima-test;installroot;share;maxima;branch_5_49_base_242_ga0348f577;share;lapack;lapack;zlahqr.lisp.newest" : ; In ZLAHQR inside an anonymous lambda form: Unused lexical variable CDUM ; In ZLAHQR inside an anonymous lambda form: Unused lexical variable DCONJG$ ;Compiler warnings for "home:maxima-test;installroot;share;maxima;branch_5_49_base_242_ga0348f577;share;lapack;lapack;zgehd2.lisp.newest" : ; In ZGEHD2 inside an anonymous lambda form: Unused lexical variable DCONJG$ ;Compiler warnings for "home:maxima-test;installroot;share;maxima;branch_5_49_base_242_ga0348f577;share;lapack;lapack;ztrexc.lisp.newest" : ; In ZTREXC: Unused lexical variable DCONJG$ ;Compiler warnings for "home:maxima-test;installroot;share;maxima;branch_5_49_base_242_ga0348f577;share;lapack;lapack;zlaqr2.lisp.newest" : ; In ZLAQR2 inside an anonymous lambda form: Unused lexical variable CDUM ; In ZLAQR2 inside an anonymous lambda form: Unused lexical variable DCONJG$ ;Compiler warnings for "home:maxima-test;installroot;share;maxima;branch_5_49_base_242_ga0348f577;share;lapack;lapack;zlaqr1.lisp.newest" : ; In ZLAQR1 inside an anonymous lambda form: Unused lexical variable CDUM ;Compiler warnings for "home:maxima-test;installroot;share;maxima;branch_5_49_base_242_ga0348f577;share;lapack;lapack;zlaqr5.lisp.newest" : ; In ZLAQR5 inside an anonymous lambda form: Unused lexical variable CDUM ;Compiler warnings for "home:maxima-test;installroot;share;maxima;branch_5_49_base_242_ga0348f577;share;lapack;lapack;zlaqr4.lisp.newest" : ; In ZLAQR4 inside an anonymous lambda form: Unused lexical variable CDUM ;Compiler warnings for "home:maxima-test;installroot;share;maxima;branch_5_49_base_242_ga0348f577;share;lapack;lapack;zlaqr3.lisp.newest" : ; In ZLAQR3 inside an anonymous lambda form: Unused lexical variable CDUM ; In ZLAQR3 inside an anonymous lambda form: Unused lexical variable DCONJG$ ;Compiler warnings for "home:maxima-test;installroot;share;maxima;branch_5_49_base_242_ga0348f577;share;lapack;lapack;zlaqr0.lisp.newest" : ; In ZLAQR0 inside an anonymous lambda form: Unused lexical variable CDUM ;Compiler warnings for "home:maxima-test;installroot;share;maxima;branch_5_49_base_242_ga0348f577;share;lapack;lapack;zgebal.lisp.newest" : ; In ZGEBAL inside an anonymous lambda form: Unused lexical variable CDUM ;Compiler warnings for "home:maxima-test;installroot;share;maxima;branch_5_49_base_242_ga0348f577;share;lapack;lapack;zlatrs.lisp.newest" : ; In ZLATRS inside an anonymous lambda form: Unused lexical variable ZDUM ;Compiler warnings for "home:maxima-test;installroot;share;maxima;branch_5_49_base_242_ga0348f577;share;lapack;lapack;ztrevc.lisp.newest" : ; In ZTREVC inside an anonymous lambda form: Unused lexical variable CDUM ; In ZTREVC inside an anonymous lambda form: Unused lexical variable DCMPLX$ ;Compiler warnings for "home:maxima-test;installroot;share;maxima;branch_5_49_base_242_ga0348f577;share;lapack;lapack;zlange.lisp.newest" : ; In an anonymous lambda form at position 900: Duplicate definitions of ZLANGE, in this file and in "home:maxima-test;installroot;share;maxima;branch_5_49_base_242_ga0348f577;share;lapack;lapack;zlange.lisp.newest" ;Compiler warnings for "home:maxima-test;installroot;share;maxima;branch_5_49_base_242_ga0348f577;share;lapack;eigensys.lisp.newest" : ; In $ZHEEV: Unused lexical variable INFO 9/9 tests passed Running tests in rtest_dgeqrf: 15/15 tests passed Running tests in rtest_dgesv: 7/7 tests passed Running tests in rtest_dlsode: ;Compiler warnings for "home:maxima-test;installroot;share;maxima;branch_5_49_base_242_ga0348f577;share;odepack;src;xerrwd.lisp.newest" : ; In XERRWD: Unused lexical variable NERR ; In XERRWD: Unused lexical variable NMES ;Compiler warnings for "home:maxima-test;installroot;share;maxima;branch_5_49_base_242_ga0348f577;share;odepack;src;dsolsy.lisp.newest" : ; In DSOLSY: Unused lexical variable TEM ;Compiler warnings for "home:maxima-test;installroot;share;maxima;branch_5_49_base_242_ga0348f577;share;odepack;src;xsetun.lisp.newest" : ; In XSETUN: Unused lexical variable JUNK ;Compiler warnings for "home:maxima-test;installroot;share;maxima;branch_5_49_base_242_ga0348f577;share;odepack;src;xsetf.lisp.newest" : ; In XSETF: Unused lexical variable JUNK 22/22 tests passed Running tests in rtest_fourier_elim: 164/164 tests passed (not counting 4 expected errors) Running tests in rtest_sequence: 54/54 tests passed (not counting 1 expected errors) Running tests in rtest_cholesky: 41/41 tests passed Running tests in rtest_eigens_by_jacobi: 24/24 tests passed Running tests in rtest_lu: 94/94 tests passed Running tests in rtest_linalg: 214/214 tests passed Running tests in rtest_matrixexp: 63/63 tests passed Running tests in rtest_romberg: 19/19 tests passed (not counting 2 expected errors) Running tests in rtest_wilcoxon: 11/11 tests passed Running tests in rtest_accumulate: 22/22 tests passed Running tests in rtest_list_operations: 106/106 tests passed Running tests in rtest_bitwise: 71/71 tests passed Running tests in rtest_gf: 10/10 tests passed Running tests in rtest_arag: 107/107 tests passed Running tests in rtest_pdiff: 90/90 tests passed Running tests in rtest_to_poly: 32/32 tests passed Running tests in rtestprintf: 75/75 tests passed (not counting 2 expected errors) Running tests in rtest_simplex: ; Warning: *** Deprecated defmvar option: FIXNUM for $PIVOT_COUNT_SX ; ; While executing: DEFMVAR, in process listener(1). ; Warning: *** Deprecated defmvar option: FIXNUM for $PIVOT_MAX_SX ; ; While executing: DEFMVAR, in process listener(1). ; Warning: *** Deprecated defmvar option: FLONUM for $EPSILON_LP ; ; While executing: DEFMVAR, in process listener(1). Warning: linear_program(A,b,c): non-rat inputs found, epsilon_lp=1.0E-8. Warning: Solution may be incorrect. Warning: linear_program(A,b,c): non-rat inputs found, epsilon_lp=1.0E-8. Warning: Solution may be incorrect. Warning: linear_program(A,b,c): non-rat inputs found, epsilon_lp=1.0E-8. Warning: Solution may be incorrect. Warning: linear_program(A,b,c): non-rat inputs found, epsilon_lp=1.0E-8. Warning: Solution may be incorrect. Warning: linear_program(A,b,c): non-rat inputs found, epsilon_lp=1.0E-8. Warning: Solution may be incorrect. 18/18 tests passed Running tests in rtest_graphs: 105/105 tests passed Running tests in rtest_abs_integrate: 252/252 tests passed (not counting 2 expected errors) Running tests in rtest_pochhammer: 36/36 tests passed Running tests in rtest_to_poly_solve: 331/331 tests passed (not counting 11 expected errors) Running tests in rtest_sym: ;Compiler warnings for "/home/maxima/maxima-test/installroot/share/maxima/branch_5_49_base_242_ga0348f577/share/sym/schur.lisp" : ; In $SCHUR2COMP_INIT: Undeclared free variable $SCHUR2COMP ;Compiler warnings for "/home/maxima/maxima-test/installroot/share/maxima/branch_5_49_base_242_ga0348f577/share/sym/direct.lisp" : ; In DIRECT: Undeclared free variable $DIRECTNEW ;Compiler warnings for "/home/maxima/maxima-test/installroot/share/maxima/branch_5_49_base_242_ga0348f577/share/sym/resolv1.lisp" : ; In RESOLVANTE: Undeclared free variable $RESOLCAYLEY ;Compiler warnings for "/home/maxima/maxima-test/installroot/share/maxima/branch_5_49_base_242_ga0348f577/share/sym/resolv1.lisp" : ; In RESOLVANTE: Undeclared free variable $RESOLVANTE (8 references) ;Compiler warnings for "/home/maxima/maxima-test/installroot/share/maxima/branch_5_49_base_242_ga0348f577/share/sym/resolv1.lisp" : ; In RESOLVANTE: Undefined function GROUPE_RESOLVANTE ;Compiler warnings for "/home/maxima/maxima-test/installroot/share/maxima/branch_5_49_base_242_ga0348f577/share/sym/partpol.lisp" : ; In PARTIPOL2: Undefined function $PART0 77/77 tests passed Running tests in rtest_mnewton: 30/30 tests passed Running tests in rtest_solve_rat_ineq: 17/17 tests passed Running tests in rtest_vect: 67/67 tests passed (not counting 9 expected errors) Running tests in rtest_antid: 11/11 tests passed Running tests in rtest_bffac: 16/16 tests passed Running tests in rtest_diff_form: 43/43 tests passed Running tests in rtest_grobner: 33/33 tests passed Running tests in rtest_finance: 17/17 tests passed Running tests in rtest_fft: 99/99 tests passed Running tests in rtest_rfft: 46/46 tests passed Running tests in rtest_rk_adaptive: 15/15 tests passed Running tests in rtest_wrstcse: 69/69 tests passed Running tests in rtest_draw: 181/181 tests passed Running tests in rtest_engineering_format: 16/16 tests passed Running tests in rtest_raddenest: 123/123 tests passed (not counting 1 expected errors) Running tests in rtest_decfp: ;Compiler warnings : ; In an anonymous lambda form: Undefined function DECFP2BINFP ;Compiler warnings : ; In an anonymous lambda form: Undefined function DECFP2BINFP ;Compiler warnings : ; In an anonymous lambda form: Undefined function DECFP2BINFP ;Compiler warnings : ; In an anonymous lambda form: Undefined function DECFP2BINFP ;Compiler warnings : ; In an anonymous lambda form: Undefined function DECFP2BINFP 6/6 tests passed Error summary: Error(s) found: /home/maxima/maxima-test/installroot/share/maxima/branch_5_49_base_242_ga0348f577/share/numericalio/rtest_numericalio.mac problems: (15 16 23 24 25 26 27 28 39 40 41 42 46 48 49 50 53 55 57 59 61 63 69 70 71 72 74 76 77 78 79) 31 tests failed out of 5,037 total tests. (TESTSUITE) took 274,022,713 microseconds (274.022700 seconds) to run. 7,464,476 microseconds ( 7.464476 seconds, 2.72%) of which was spent in GC. During that period, and with 4 available CPU cores, 245,796,402 microseconds (245.796400 seconds) were spent in user mode 21,552,423 microseconds ( 21.552423 seconds) were spent in system mode 39,260,398,256 bytes of memory allocated. 104,644 minor page faults, 0 major page faults, 0 swaps. (%o0) done