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

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

Open
ghost opened this issue Jan 5, 2019 · 2 comments
Open

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

ghost opened this issue Jan 5, 2019 · 2 comments

Comments

@ghost
Copy link

ghost commented Jan 5, 2019

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?

@Knc-19
Copy link

Knc-19 commented Jan 3, 2020

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

@wltrimbl
Copy link
Contributor

wltrimbl commented Jan 7, 2020

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.

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

No branches or pull requests

2 participants