[llvm-testresults] buildbot failure in lab.llvm.org on clang-x86_64-darwin11-nobootstrap-RAincremental

llvmlab-buildmaster at lab.llvm.org llvmlab-buildmaster at lab.llvm.org
Wed Mar 5 17:49:53 PST 2014


The Buildbot has detected a failed build on builder clang-x86_64-darwin11-nobootstrap-RAincremental while building llvm.
Full details are available at:
 http://lab.llvm.org:8013/builders/clang-x86_64-darwin11-nobootstrap-RAincremental/builds/13114

Buildbot URL: http://lab.llvm.org:8013/

Buildslave for this Build: xserve5

Build Reason: Triggerable(phase1-stage0)
Build Source Stamp: 203044
Blamelist: 

BUILD FAILED: failed run.llvm.tests

sincerely,
 -The Buildbot


================================================================================

CHANGES:


LOGS:
Last 15 lines of 'stdio':
	PASS: LLVM-Unit :: Support/Release+Asserts/SupportTests/ProgramTest.TestExecuteNoWait (17018 of 17019)
	PASS: LLVM-Unit :: ADT/Release+Asserts/ADTTests/APFloatTest.StringHexadecimalExponentDeath (17019 of 17019)
	
	1 warning(s) in tests.
	Testing Time: 299.99s
	********************
	Failing Tests (1):
	    Clang :: CodeGen/libcalls.c
	
	  Expected Passes    : 16888
	  Expected Failures  : 91
	  Unsupported Tests  : 39
	  Unexpected Failures: 1
	make[1]: *** [check-local-all] Error 1
	make: *** [check-all] Error 2

Last 15 lines of 'Clang::libcalls.c':
	/Users/buildslave/zorg/buildbot/smooshlab/slave-0.8/build.clang-x86_64-darwin11-nobootstrap-RAincremental/clang.src/test/CodeGen/libcalls.c:118:17: note: please include the header <math.h> or explicitly provide a declaration for 'logf'
	21 warnings generated.
	/Users/buildslave/zorg/buildbot/smooshlab/slave-0.8/build.clang-x86_64-darwin11-nobootstrap-RAincremental/clang.src/test/CodeGen/libcalls.c:130:14: error: expected string not found in input
	// CHECK-NO: attributes [[NUW_RO]] = { nounwind readonly }
	             ^
	<stdin>:213:1: note: scanning from here
	attributes #2 = { nounwind readnone }
	^
	<stdin>:213:1: note: with variable "NUW_RO" equal to "#2"
	attributes #2 = { nounwind readnone }
	^
	
	--
	
	********************

Last 15 lines of 'warnings (43)':
	/Users/buildslave/zorg/buildbot/smooshlab/slave-0.8/build.clang-x86_64-darwin11-nobootstrap-RAincremental/clang.src/test/CodeGen/libcalls.c:64:16: warning: implicitly declaring library function 'fmaf' with type 'float (float, float, float)'
	/Users/buildslave/zorg/buildbot/smooshlab/slave-0.8/build.clang-x86_64-darwin11-nobootstrap-RAincremental/clang.src/test/CodeGen/libcalls.c:68:17: warning: implicitly declaring library function 'fma' with type 'double (double, double, double)'
	/Users/buildslave/zorg/buildbot/smooshlab/slave-0.8/build.clang-x86_64-darwin11-nobootstrap-RAincremental/clang.src/test/CodeGen/libcalls.c:72:22: warning: implicitly declaring library function 'fmal' with type 'long double (long double, long double, long double)'
	/Users/buildslave/zorg/buildbot/smooshlab/slave-0.8/build.clang-x86_64-darwin11-nobootstrap-RAincremental/clang.src/test/CodeGen/libcalls.c:86:18: warning: implicitly declaring library function 'atan' with type 'double (double)'
	/Users/buildslave/zorg/buildbot/smooshlab/slave-0.8/build.clang-x86_64-darwin11-nobootstrap-RAincremental/clang.src/test/CodeGen/libcalls.c:87:24: warning: implicitly declaring library function 'atanl' with type 'long double (long double)'
	/Users/buildslave/zorg/buildbot/smooshlab/slave-0.8/build.clang-x86_64-darwin11-nobootstrap-RAincremental/clang.src/test/CodeGen/libcalls.c:88:18: warning: implicitly declaring library function 'atanf' with type 'float (float)'
	/Users/buildslave/zorg/buildbot/smooshlab/slave-0.8/build.clang-x86_64-darwin11-nobootstrap-RAincremental/clang.src/test/CodeGen/libcalls.c:96:19: warning: implicitly declaring library function 'atan2' with type 'double (double, double)'
	/Users/buildslave/zorg/buildbot/smooshlab/slave-0.8/build.clang-x86_64-darwin11-nobootstrap-RAincremental/clang.src/test/CodeGen/libcalls.c:97:25: warning: implicitly declaring library function 'atan2l' with type 'long double (long double, long double)'
	/Users/buildslave/zorg/buildbot/smooshlab/slave-0.8/build.clang-x86_64-darwin11-nobootstrap-RAincremental/clang.src/test/CodeGen/libcalls.c:98:19: warning: implicitly declaring library function 'atan2f' with type 'float (float, float)'
	/Users/buildslave/zorg/buildbot/smooshlab/slave-0.8/build.clang-x86_64-darwin11-nobootstrap-RAincremental/clang.src/test/CodeGen/libcalls.c:106:17: warning: implicitly declaring library function 'exp' with type 'double (double)'
	/Users/buildslave/zorg/buildbot/smooshlab/slave-0.8/build.clang-x86_64-darwin11-nobootstrap-RAincremental/clang.src/test/CodeGen/libcalls.c:107:23: warning: implicitly declaring library function 'expl' with type 'long double (long double)'
	/Users/buildslave/zorg/buildbot/smooshlab/slave-0.8/build.clang-x86_64-darwin11-nobootstrap-RAincremental/clang.src/test/CodeGen/libcalls.c:108:17: warning: implicitly declaring library function 'expf' with type 'float (float)'
	/Users/buildslave/zorg/buildbot/smooshlab/slave-0.8/build.clang-x86_64-darwin11-nobootstrap-RAincremental/clang.src/test/CodeGen/libcalls.c:116:17: warning: implicitly declaring library function 'log' with type 'double (double)'
	/Users/buildslave/zorg/buildbot/smooshlab/slave-0.8/build.clang-x86_64-darwin11-nobootstrap-RAincremental/clang.src/test/CodeGen/libcalls.c:117:23: warning: implicitly declaring library function 'logl' with type 'long double (long double)'
	/Users/buildslave/zorg/buildbot/smooshlab/slave-0.8/build.clang-x86_64-darwin11-nobootstrap-RAincremental/clang.src/test/CodeGen/libcalls.c:118:17: warning: implicitly declaring library function 'logf' with type 'float (float)'







More information about the llvm-testresults mailing list