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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Wed Mar 17 12:29:18 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/606

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

Buildslave for this Build: smoosh-02

Build Reason: 
Build Source Stamp: 98755
Blamelist: djg

BUILD FAILED: failed compile.llvm.stage2

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 include/llvm/Analysis/ScalarEvolutionExpressions.h
 lib/Analysis/ScalarEvolution.cpp
 lib/Analysis/ScalarEvolutionExpander.cpp
At: Wed 17 Mar 2010 11:54:43
Changed By: djg
Comments: Change SCEVNAryExpr's operand array from a SmallVector to a plain
pointer and length, and allocate the arrays in ScalarEvolution's
BumpPtrAllocator, so that they get released when their owning
SCEV gets released. SCEVs are immutable, so they don't need to worry
about operand array resizing. This fixes a memory leak reported
in PR6637.
Properties: 




LOGS:
Last 10 lines of 'stdio':
	llvm[3]: Compiling FindUsedTypes.cpp for Release build
	llvm[2]: Compiling VirtRegRewriter.cpp for Release build
	llvm[3]: Compiling GlobalsModRef.cpp for Release build
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/lib/CodeGen/VirtRegRewriter.cpp:893:11: warning: operands of ? are integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
	          ? VRM.getReMatId(NewOp.VirtReg) : NewOp.StackSlotOrReMat;
	          ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   ~~~~~~~~~~~~~~~~~~~~~~
	llvm[3]: Building Release Archive Library libLLVMipa.a
	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/gtest-filepath.cc:170:28: warning: missing field 'st_dev' initializer [-Wmissing-field-initializers]
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/utils/unittest/googletest/gtest-filepath.cc:198:28: warning: missing field 'st_dev' initializer [-Wmissing-field-initializers]
	/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/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:893:11: warning: operands of ? are integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]




More information about the llvm-testresults mailing list