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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Thu Dec 17 14:15:45 PST 2009


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

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

Buildslave for this Build: smoosh-10

Build Reason: 
Build Source Stamp: 91627
Blamelist: bwilson,dgregor,echristo,efriedma,evancheng,grosbach,jyasskin,kjdyck,kremenek,lattner,snaroff,void

BUILD FAILED: failed failed slave lost

sincerely,
 -The Buildbot


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

CHANGES:
File: docs/GettingStarted.html
At: Thu 17 Dec 2009 09:22:05
Changed By: grosbach
Comments: Add more detail for getting started on Windows.

Patch from jon.forums at gmail.com

Properties: 




File: lib/CodeGen/LLVMTargetMachine.cpp
At: Thu 17 Dec 2009 10:06:59
Changed By: evancheng
Comments: Remove debugging code.Properties: 




File: SingleSource/Benchmarks/CoyoteBench/almabench.c
At: Thu 17 Dec 2009 10:21:51
Changed By: lattner
Comments: change this benchmark to actually produce some output,
preventing the compiler from DCE'ing major parts of it.

This will cause a big spike in the execution time of the test.
Properties: 




File: SingleSource/Benchmarks/CoyoteBench/almabench.c
At: Thu 17 Dec 2009 10:21:51
Changed By: lattner
Comments: ok, don't make it completely bound by printf time, just print out 
send of the redundant output at the end.
Properties: 




Files:
 lib/Transforms/Scalar/ScalarReplAggregates.cpp
 test/Transforms/ScalarRepl/2009-12-11-NeonTypes.ll
At: Thu 17 Dec 2009 10:36:52
Changed By: bwilson
Comments: Re-revert 91459.  It's breaking the x86_64 darwin bootstrap.
Properties: 




File: include/llvm/ADT/SmallVector.h
At: Thu 17 Dec 2009 11:11:57
Changed By: echristo
Comments: Fix unused variable warning.
Properties: 




File: lib/Analysis/GRExprEngine.cpp
At: Thu 17 Dec 2009 11:21:54
Changed By: kremenek
Comments: Reduce nesting by using early exits.  No functionality change.
Properties: 




Files:
 include/llvm/DerivedTypes.h
 lib/VMCore/LLVMContextImpl.h
 lib/VMCore/Type.cpp
 unittests/VMCore/DerivedTypesTest.cpp
At: Thu 17 Dec 2009 11:56:52
Changed By: jyasskin
Comments: This fixes a memory leak in OpaqueType found by Google's internal heapchecker.
Properties: 




File: lib/Target/TargetData.cpp
At: Thu 17 Dec 2009 12:01:51
Changed By: lattner
Comments: finish cleaning up StructLayoutMap.
Properties: 




Files:
 include/clang/Analysis/PathSensitive/GRExprEngine.h
 lib/Analysis/GRExprEngine.cpp
At: Thu 17 Dec 2009 12:06:55
Changed By: kremenek
Comments: Convert GRExprEngine::VisitCallExpr() to use a worklist instead of recursion to evaluate the arguments of a CallExpr.  This simplifies the logic and makes it easier to read.  (it also avoids any issues with blowing out the stack if the CallExpr had a ridiculous number of arguments)
Properties: 




Files:
 include/llvm/CodeGen/ValueTypes.h
 lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
At: Thu 17 Dec 2009 12:11:53
Changed By: kjdyck
Comments: Introduce EVT::getHalfSizedIntegerVT() for use in ExpandUnalignedStore() in
LegalizeDAG.cpp. Unlike the code it replaces, which simply decrements the simple
type by one, getHalfSizedIntegerVT() searches for the smallest simple integer
type that is at least half the size of the type it is called on. This approach
has the advantage that it will continue working if a new value type (such as
i24) is added to MVT.

Also, in preparation for new value types, remove the assertions that
non-power-of-2 8-bit-mutiple types are Extended when legalizing extload and
truncstore operations.
Properties: 




File: lib/Analysis/GRExprEngine.cpp
At: Thu 17 Dec 2009 12:11:53
Changed By: kremenek
Comments: Tweak formatting and comments.
Properties: 




File: include/llvm/ADT/SmallVector.h
At: Thu 17 Dec 2009 12:41:51
Changed By: snaroff
Comments: Fix Windows build breakage...
Properties: 




File: lib/CodeGen/AsmPrinter/DwarfException.cpp
At: Thu 17 Dec 2009 12:41:51
Changed By: void
Comments: Temporarily revert 91337. It's causing testcase failures.

$ svn merge -c -91337 https://llvm.org/svn/llvm-project/llvm/trunk
--- Reverse-merging r91337 into '.':
U    lib/CodeGen/AsmPrinter/DwarfException.cpp

Properties: 




Files:
 include/llvm/System/Path.h
 lib/CompilerDriver/CompilationGraph.cpp
 lib/System/Path.cpp
 lib/System/Unix/Path.inc
 lib/System/Win32/Path.inc
At: Thu 17 Dec 2009 13:06:50
Changed By: jyasskin
Comments: Make Path use StringRef instead of std::string where possible.
Properties: 




Files:
 lib/Transforms/Scalar/InstructionCombining.cpp
 test/Transforms/InstCombine/memcpy.ll
At: Thu 17 Dec 2009 13:11:51
Changed By: efriedma
Comments: Slightly generalize transformation of memmove(a,a,n) so that it also applies
to memcpy. (Such a memcpy is technically illegal, but in practice is safe
and is generated by struct self-assignment in C code.)

Properties: 




File: include/llvm/ADT/SmallVector.h
At: Thu 17 Dec 2009 13:35:16
Changed By: lattner
Comments: tabs -> spaces.
Properties: 




File: lib/Target/X86/X86ISelDAGToDAG.cpp
At: Thu 17 Dec 2009 13:35:16
Changed By: evancheng
Comments: Remove an unused option.Properties: 




Files:
 lib/Transforms/Scalar/InstructionCombining.cpp
 test/Transforms/InstCombine/cast_ptr.ll
At: Thu 17 Dec 2009 13:35:16
Changed By: efriedma
Comments: Make the ptrtoint comparison simplification work if one side is a global.

Properties: 




Files:
 lib/ExecutionEngine/JIT/JIT.cpp
 lib/ExecutionEngine/JIT/JIT.h
 lib/ExecutionEngine/JIT/JITEmitter.cpp
 unittests/ExecutionEngine/JIT/JITTest.cpp
At: Thu 17 Dec 2009 13:36:51
Changed By: jyasskin
Comments: Don't codegen available_externally functions.  Fixes http://llvm.org/PR5735.
Properties: 




File: utils/C++Tests/LLVM-Code-Syntax/lit.local.cfg
At: Thu 17 Dec 2009 13:51:52
Changed By: dgregor
Comments: Add a couple more paths to the LLVM-Code-Syntax testProperties: 




LOGS:
Last 10 lines of 'svn-clang.stdio':
	A    llvm/tools/clang/test/Sema/arg-scope-c99.c
	A    llvm/tools/clang/test/Sema/vla.c
	A    llvm/tools/clang/test/Sema/init-struct-qualified.c
	A    llvm/tools/clang/test/Sema/statements.c
	A    llvm/tools/clang/test/Sema/format-attribute.c
	A    llvm/tools/clang/test/Sema/i-c-e.c
	A    llvm/tools/clang/test/Sema/complex-int.c
	A    llvm/tools/clang/test/Sema/struct-packed-align.c
	A    llvm/tools/clang/test/Sema/vector-init.c
	A    llvm/tools/clang/test/Sema/wchar.c

Last 10 lines of 'svn-clang.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