[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel

daniel_dunbar at apple.com daniel_dunbar at apple.com
Tue Mar 30 03:36:11 PDT 2010


The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab.
Full details are available at:
 http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/1031

Buildbot URL: http://smooshlab.apple.com:8010/

Buildslave for this Build: smoosh-02

Build Reason: 
Build Source Stamp: 99881
Blamelist: edwin

BUILD FAILED: failed compile.llvm.stage2

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 include/llvm/Support/Allocator.h
 lib/CodeGen/LiveIntervalAnalysis.cpp
 lib/Support/Allocator.cpp
At: Tue 30 Mar 2010 03:10:38
Changed By: edwin
Comments: Introduce another Reset() method in BumpPtrAllocator that calls a destructor
on all objects it has allocated, if they are all of the same size and alignment.
Use this to destruct all VNInfos allocated in LiveIntervalAnalysis (PR6653).

valnos is not reliable for this purpose, as seen in r99400
(which still leaked, and sometimes caused double frees).
Properties: 




LOGS:
Last 10 lines of 'stdio':
	llvm[2]: Compiling UnreachableBlockElim.cpp for Release build
	llvm[2]: Compiling VirtRegMap.cpp for Release build
	llvm[2]: Compiling VirtRegRewriter.cpp for Release build
	llvm[3]: Building Release Archive Library libLLVMipa.a
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/lib/CodeGen/VirtRegRewriter.cpp:896:11: warning: operands of ? are integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
	          ? VRM.getReMatId(NewOp.VirtReg) : NewOp.StackSlotOrReMat;
	          ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   ~~~~~~~~~~~~~~~~~~~~~~
	1 diagnostic generated.
	llvm[2]: Building Release Archive Library libLLVMCodeGen.a
	make: *** [all] Error 1

Last 10 lines of 'warnings':
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/utils/unittest/googletest/include/gtest/internal/gtest-internal.h:207:3: warning: 'unused' attribute only applies to variable and function types
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/utils/unittest/googletest/include/gtest/internal/gtest-internal-inl.h:137:3: warning: 'unused' attribute only applies to variable and function types
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/lib/CodeGen/SelectionDAG/DAGCombiner.cpp:5554:37: warning: operands of ? are integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/lib/Target/X86/SSEDomainFix.cpp:176:19: warning: operands of ? are integers of different signs: 'unsigned int' and 'int' [-Wsign-compare]
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/lib/Target/X86/X86FastISel.cpp:310:45: warning: operands of ? are integers of different signs: 'int64_t' (aka 'long long') and 'uint64_t' (aka 'unsigned long long') [-Wsign-compare]
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/lib/Target/X86/X86ISelLowering.cpp:3445:22: warning: operands of ? are integers of different signs: 'unsigned int' and 'int' [-Wsign-compare]
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/lib/Target/X86/X86ISelLowering.cpp:3446:39: warning: operands of ? are integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:199:55: warning: operands of ? are integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/lib/CodeGen/MachineDominators.cpp:22:1: warning: explicit instantiation of 'addRoot' that occurs after an explicit specialization will be ignored (C++0x extension) [-pedantic]
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/lib/CodeGen/VirtRegRewriter.cpp:896:11: warning: operands of ? are integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]




More information about the llvm-testresults mailing list