-
Notifications
You must be signed in to change notification settings - Fork 25
Description
Get this error with make test. Also python can't find the modules.
.../bin/sh: 1: sonLib_kvDatabaseTest: not found
E/bin/sh: 1: sonLibTests: not found
E
ERROR: testFastaReadWriteC (bioioTest.TestCase)
Tests consistency with C version of this function.
Traceback (most recent call last):
File "/OSM/HOME-MEL/all29c/bin/sonLib/bioioTest.py", line 185, in testFastaReadWriteC
system(command)
File "/OSM/HOME-MEL/all29c/bin/sonLib/bioio.py", line 185, in system
raise RuntimeError("Command: %s exited with non-zero status %i" % (command, sts))
RuntimeError: Command: sonLib_fastaCTest /tmp/tmp8537yf /tmp/tmpG6V7Df exited with non-zero status 127
ERROR: testCigarReadWrite (cigarsTest.TestCase)
Tests the C code for reading and writing cigars against the python parser for cigars.
Traceback (most recent call last):
File "/OSM/HOME-MEL/all29c/bin/sonLib/cigarsTest.py", line 57, in testCigarReadWrite
system(command)
File "/OSM/HOME-MEL/all29c/bin/sonLib/bioio.py", line 185, in system
raise RuntimeError("Command: %s exited with non-zero status %i" % (command, sts))
RuntimeError: Command: sonLib_cigarTest /tmp/tmpBZs1ok True exited with non-zero status 127
ERROR: testSonLibKVTokyoCabinet (kvdbTest.TestCase)
Traceback (most recent call last):
File "/OSM/HOME-MEL/all29c/bin/sonLib/kvdbTest.py", line 18, in testSonLibKVTokyoCabinet
system("sonLib_kvDatabaseTest --type=tokyocabinet")
File "/OSM/HOME-MEL/all29c/bin/sonLib/bioio.py", line 185, in system
raise RuntimeError("Command: %s exited with non-zero status %i" % (command, sts))
RuntimeError: Command: sonLib_kvDatabaseTest --type=tokyocabinet exited with non-zero status 127
ERROR: testSonLibCTests (main.TestCase)
Run m,ost the sonLib CuTests, fail if any of them fail.
Traceback (most recent call last):
File "allTests.py", line 30, in testSonLibCTests
system("sonLibTests %s" % getLogLevelString())
File "/OSM/HOME-MEL/all29c/bin/sonLib/bioio.py", line 185, in system
raise RuntimeError("Command: %s exited with non-zero status %i" % (command, sts))
RuntimeError: Command: sonLibTests CRITICAL exited with non-zero status 127
Ran 19 tests in 20.710s
FAILED (errors=4)
make: *** [test] Error 4