ea-utils
ea-utils copied to clipboard
Failed test: make: *** [check] Error 1 on Mac(Mojave10.14.2)
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?
Did you ever figure this out? I'm having the exact same issue right now.
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.