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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Mon Aug 16 09:09:22 PDT 2010


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

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

Buildslave for this Build: smoosh-02

Build Reason: 
Build Source Stamp: 111133
Blamelist: djg

BUILD FAILED: failed failed slave lost

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 lib/Transforms/Utils/SimplifyCFG.cpp
 test/Transforms/SimplifyCFG/indirectbr.ll
At: Mon 16 Aug 2010 07:47:09
Changed By: djg
Comments: Instead, teach SimplifyCFG to trim non-address-taken blocks from
indirectbr destination lists.
Properties: 




File: lib/Transforms/Utils/LoopSimplify.cpp
At: Mon 16 Aug 2010 07:47:09
Changed By: djg
Comments: Avoid #include <ScalarEvolution.h> in LoopSimplify.cpp, which doesn't
actually use ScalarEvolution.
Properties: 




File: include/llvm/ADT/FoldingSet.h
At: Mon 16 Aug 2010 07:51:03
Changed By: djg
Comments: Fix indentation in example code in a comment.
Properties: 




Files:
 include/llvm/ADT/FoldingSet.h
 lib/Support/FoldingSet.cpp
At: Mon 16 Aug 2010 07:56:06
Changed By: djg
Comments: Reverse the order of GetNodeProfile's arguments, for consistency
with FoldingSetTrait::Profile.
Properties: 




File: include/llvm/ADT/FoldingSet.h
At: Mon 16 Aug 2010 08:06:07
Changed By: djg
Comments: Constify FoldingSetNodeIDRef's Data.
Properties: 




File: include/llvm/ADT/FoldingSet.h
At: Mon 16 Aug 2010 08:06:07
Changed By: djg
Comments: Tidy up whitespace in comments.
Properties: 




Files:
 include/llvm/ADT/FoldingSet.h
 lib/Support/FoldingSet.cpp
At: Mon 16 Aug 2010 08:36:21
Changed By: djg
Comments: Add hooks to FoldingSetTrait to allow specializations to provide
implementations of equality comparison and hash computation. This
can be used to optimize node lookup by avoiding creating lots of
temporary ID values just for hashing and comparison purposes.
Properties: 




File: include/llvm/Analysis/ScalarEvolution.h
At: Mon 16 Aug 2010 08:36:21
Changed By: djg
Comments: Specialize FoldingSetTrait<SCEV>, providing implementations of node
comparison and hash computation which don't require constructing
temporary ID values.
Properties: 




File: lib/Transforms/Scalar/LoopStrengthReduce.cpp
At: Mon 16 Aug 2010 08:40:58
Changed By: djg
Comments: Put add operands in ScalarEvolution-canonical order, when convenient.
This isn't necessary, because ScalarEvolution sorts them anyway,
but it's tidier this way.
Properties: 




File: lib/Transforms/Scalar/LoopStrengthReduce.cpp
At: Mon 16 Aug 2010 08:51:01
Changed By: djg
Comments: Instead of having CollectSubexpr's categorize operands as interesting or
uninteresting, just put all the operands on one list and make
GenerateReassociations make the decision about what's interesting.
This is simpler, and it avoids an extra ScalarEvolution::getAddExpr call.
Properties: 




LOGS:
Last 10 lines of 'stdio':
	llvm[4]: Compiling ReturnUndefChecker.cpp for Debug+Asserts build
	llvm[4]: Compiling SVals.cpp for Debug+Asserts build
	llvm[4]: Compiling SValuator.cpp for Debug+Asserts build
	llvm[4]: Compiling SimpleConstraintManager.cpp for Debug+Asserts build
	llvm[4]: Compiling SimpleSValuator.cpp for Debug+Asserts build
	llvm[4]: Compiling StackAddrLeakChecker.cpp for Debug+Asserts build
	llvm[4]: Compiling Store.cpp for Debug+Asserts build
	llvm[4]: Compiling StreamChecker.cpp for Debug+Asserts build
	llvm[4]: Compiling SymbolManager.cpp for Debug+Asserts build
	llvm[4]: Compiling UndefBranchChecker.cpp for Debug+Asserts build

Last 10 lines of 'interrupt':
	[Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionLost'>: Connection to the other side was lost in a non-clean fashion.
	]




More information about the llvm-testresults mailing list