BALL-Project / ball

The Biochemical Algorithms Library
GNU Lesser General Public License v2.1
72 stars 32 forks source link

TCPTransfer_test fails #54

Closed anhi closed 9 years ago

anhi commented 9 years ago

Reported by Chris Poultney on 11 Dec 38774730 21:20 UTC When running make test, TCPTransfer_test fails. The error is the same on both linux systems I've tried, one Ubuntu and one RedHat. uname -a, make test output, TCPTransfer_test output, and config.mak for the Ubuntu system are included below. Linux requiem 2.6.15-28-386 #1 PREEMPT Thu Feb 1 15:51:56 UTC 2007 i686 GNU/Linux make[Entering directory `/home/crispy/tmp/BALL-1.1.1/source/TEST' Now running all class tests. This test suite verifies that all classes included in the test could be correctly compiled and checks their basic functionality. If problems occur for one of these tests, you might want to run this test program manually. Any failing test will be rerun with verbose output to identify the subtest that caused the problem. You may run each test manually in the verbose mode by specifying -v on the command line. Running these tests may take some time.... /usr/bin/g++ -pipe -fPIC -g -I/home/crispy/tmp/BALL-1.1.1/include -c ClassTest_test.C -o ClassTest_test.o /usr/bin/g++ -pipe -fPIC ClassTest_test.o -o ClassTest_test -L/home/crispy/tmp/BALL-1.1.1/lib /Linux-i386-g++_4.0.3 -lBALL -liberty -lm /usr/bin/g++ -pipe -fPIC -g -I/home/crispy/tmp/BALL-1.1.1/include -c Debug_test.C -o Debug_test.o /usr/bin/g++ -pipe -fPIC Debug_test.o -o Debug_test -L/home/crispy/tmp/BALL-1.1.1/lib/Linux- i386-g++_4.0.3 -lBALL -liberty -lm /usr/bin/g++ -pipe -fPIC -g -I/home/crispy/tmp/BALL-1.1.1/include -c RegularExpression_test.C -o RegularExpression_test.o /usr/bin/g++ -pipe -fPIC RegularExpression_test.o -o RegularExpression_test -L/home/crispy/tmp/BALL-1.1.1/lib/Linux-i386-g++_4.0.3 -lBALL -liberty -lm /usr/bin/g++ -pipe -fPIC -g -I/home/crispy/tmp/BALL-1.1.1/include -c GlobalTypes_test.C -o GlobalTypes_test.o /usr/bin/g++ -pipe -fPIC GlobalTypes_test.o -o GlobalTypes_test -L/home/crispy/tmp/BALL-1.1.1/lib /Linux-i386-g++_4.0.3 -lBALL -liberty -lm /usr/bin/g++ -pipe -fPIC -g -I/home/crispy/tmp/BALL-1.1.1/include -c Limits_test.C -o Limits_test.o /usr/bin/g++ -pipe -fPIC Limits_test.o -o Limits_test -L/home/crispy/tmp/BALL-1.1.1/lib/Linux- i386-g++_4.0.3 -lBALL -liberty -lm /usr/bin/g++ -pipe -fPIC -g -I/home/crispy/tmp/BALL-1.1.1/include -c VersionInfo_test.C -o VersionInfo_test.o /usr/bin/g++ -pipe -fPIC VersionInfo_test.o -o VersionInfo_test -L/home/crispy/tmp/BALL-1.1.1/lib /Linux-i386-g++_4.0.3 -lBALL -liberty -lm /usr/bin/g++ -pipe -fPIC -g -I/home/crispy/tmp/BALL-1.1.1/include -c RTTI_test.C -o RTTI_test.o /usr/bin/g++ -pipe -fPIC RTTI_test.o -o RTTI_test -L/home/crispy/tmp/BALL-1.1.1/lib/Linux- i386-g++_4.0.3 -lBALL -liberty -lm Executing tests for section BASIC: (1) ClassTest_test: OK (2) Debug_test: OK (3) RegularExpression_test: OK (4) GlobalTypes_test: OK (5) Limits_test: OK (6) VersionInfo_test: OK (7) RTTI_test: OK /usr/bin/g++ -pipe -fPIC -g -I/home/crispy/tmp/BALL-1.1.1/include -c BinaryFileAdaptor_test.C -o BinaryFileAdaptor_test.o /usr/bin/g++ -pipe -fPIC BinaryFileAdaptor_test.o -o BinaryFileAdaptor_test -L/home/crispy/tmp/BALL-1.1.1/lib/Linux-i386-g++_4.0.3 -lBALL -liberty -lm /usr/bin/g++ -pipe -fPIC -g -I/home/crispy/tmp/BALL-1.1.1/include -c Directory_test.C -o Directory_test.o /usr/bin/g++ -pipe -fPIC Directory_test.o -o Directory_test -L/home/crispy/tmp/BALL-1.1.1/lib /Linux-i386-g++_4.0.3 -lBALL -liberty -lm /usr/bin/g++ -pipe -fPIC -g -I/home/crispy/tmp/BALL-1.1.1/include -c FileSystem_test.C -o FileSystem_test.o /usr/bin/g++ -pipe -fPIC FileSystem_test.o -o FileSystem_test -L/home/crispy/tmp/BALL-1.1.1/lib /Linux-i386-g++_4.0.3 -lBALL -liberty -lm /usr/bin/g++ -pipe -fPIC -g -I/home/crispy/tmp/BALL-1.1.1/include -c File_test.C -o File_test.o /usr/bin/g++ -pipe -fPIC File_test.o -o File_test -L/home/crispy/tmp/BALL-1.1.1/lib/Linux- i386-g++_4.0.3 -lBALL -liberty -lm /usr/bin/g++ -pipe -fPIC -g -I/home/crispy/tmp/BALL-1.1.1/include -c Path_test.C -o Path_test.o /usr/bin/g++ -pipe -fPIC Path_test.o -o Path_test -L/home/crispy/tmp/BALL-1.1.1/lib/Linux- i386-g++_4.0.3 -lBALL -liberty -lm /usr/bin/g++ -pipe -fPIC -g -I/home/crispy/tmp/BALL-1.1.1/include -c PreciseTime_test.C -o PreciseTime_test.o /usr/bin/g++ -pipe -fPIC PreciseTime_test.o -o PreciseTime_test -L/home/crispy/tmp/BALL-1.1.1/lib /Linux-i386-g++_4.0.3 -lBALL -liberty -lm /usr/bin/g++ -pipe -fPIC -g -I/home/crispy/tmp/BALL-1.1.1/include -c Socket_test.C -o Socket_test.o /usr/bin/g++ -pipe -fPIC Socket_test.o -o Socket_test -L/home/crispy/tmp/BALL-1.1.1/lib/Linux- i386-g++_4.0.3 -lBALL -liberty -lm /usr/bin/g++ -pipe -fPIC -g -I/home/crispy/tmp/BALL-1.1.1/include -c Sysinfo_test.C -o Sysinfo_test.o /usr/bin/g++ -pipe -fPIC Sysinfo_test.o -o Sysinfo_test -L/home/crispy/tmp/BALL-1.1.1/lib/Linux- i386-g++_4.0.3 -lBALL -liberty -lm /usr/bin/g++ -pipe -fPIC -g -I/home/crispy/tmp/BALL-1.1.1/include -c TCPTransfer_test.C -o TCPTransfer_test.o /usr/bin/g++ -pipe -fPIC TCPTransfer_test.o -o TCPTransfer_test -L/home/crispy/tmp/BALL-1.1.1/lib /Linux-i386-g++_4.0.3 -lBALL -liberty -lm /usr/bin/g++ -pipe -fPIC -g -I/home/crispy/tmp/BALL-1.1.1/include -c Timer_test.C -o Timer_test.o /usr/bin/g++ -pipe -fPIC Timer_test.o -o Timer_test -L/home/crispy/tmp/BALL-1.1.1/lib/Linux- i386-g++_4.0.3 -lBALL -liberty -lm /usr/bin/g++ -pipe -fPIC -g -I/home/crispy/tmp/BALL-1.1.1/include -c TimeStamp_test.C -o TimeStamp_test.o /usr/bin/g++ -pipe -fPIC TimeStamp_test.o -o TimeStamp_test -L/home/crispy/tmp/BALL-1.1.1/lib /Linux-i386-g++_4.0.3 -lBALL -liberty -lm /usr/bin/g++ -pipe -fPIC -g -I/home/crispy/tmp/BALL-1.1.1/include -c TransformationManager_test.C -o TransformationManager_test.o /usr/bin/g++ -pipe -fPIC TransformationManager_test.o -o TransformationManager_test -L/home/crispy/tmp/BALL-1.1.1/lib/Linux-i386-g++_4.0.3 -lBALL -liberty -lm Executing tests for section SYSTEM: (1) BinaryFileAdaptor_test: OK (2) Directory_test: OK (3) FileSystem_test: OK (4) File_test: OK (5) Path_test: OK (6) PreciseTime_test: OK (7) Socket_test: OK (8) Sysinfo_test: OK (9) TCPTransfer_test: Failure in test TCPTransfer_test. Please check log file TCPTransfer_test.log. (10) Timer_test: OK (11) TimeStamp_test: OK

(12) TransformationManager_test: OK

The following subtests failed:

anhi commented 9 years ago

Commented by admin on 15 Sep 38774731 16:00 UTC Should be fixed in V1_2