ea-utils icon indicating copy to clipboard operation
ea-utils copied to clipboard

Failed test: make: *** [check] Error 1 on Mac(Mojave10.14.2)

Open ghost opened this issue 6 years ago • 2 comments

Hi,

I tried to build with:

make

but I got this:

prove -j 4 t ===( 2;0 1/? 1/? 0/? )========================================= # Failed test 'Files equal: tmp/join.t.XBUTj/test-phred.out == out/join/test-phred.out' # at /usr/local/Cellar/ea-utils/clipper/t/test-prep.pl line 48. # Looks like you failed 1 test of 18. t/join.t ... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/18 subtests ===( 40;1 22/? 0/? )=============================================# removing tmp/mcf.t.CnXw5 t/mcf.t .... ok
t/multx.t .. 4/? # Failed test 'Files equal: tmp/multx.t.dBy4q/test3.out == out/multx/test3.out' # at /usr/local/Cellar/ea-utils/clipper/t/test-prep.pl line 48. t/multx.t .. 10/? # Looks like you failed 1 test of 12. t/multx.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/12 subtests

here is the test summary report:

Test Summary Report

t/join.t (Wstat: 256 Tests: 18 Failed: 1) Failed test: 5 Non-zero exit status: 1 t/multx.t (Wstat: 256 Tests: 12 Failed: 1) Failed test: 8 Non-zero exit status: 1 Files=3, Tests=58, 3 wallclock secs ( 0.05 usr 0.02 sys + 2.17 cusr 2.25 csys = 4.49 CPU) Result: FAIL make: *** [check] Error 1

I can't figure out the problem. Does anyone know how to fix this please?

ghost avatar Jan 05 '19 04:01 ghost

Did you ever figure this out? I'm having the exact same issue right now.

Knc-19 avatar Jan 03 '20 21:01 Knc-19

Examine the output of

diff tmp/multx.t.dBy4q/test3.out out/multx/test3.out

I suspect it is a completely harmless sign difference in the standard deviation of join length calculation.

wltrimbl avatar Jan 07 '20 21:01 wltrimbl