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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Thu Mar 18 12:05:05 PDT 2010


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

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

Buildslave for this Build: smoosh-04

Build Reason: 
Build Source Stamp: 98850
Blamelist: alenhar2,bwilson,dgregor,djg,fjahanian,ggreif,stuart

BUILD FAILED: failed buildit-llvmCore

sincerely,
 -The Buildbot


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

CHANGES:
File: include/llvm/ADT/EquivalenceClasses.h
At: Thu 18 Mar 2010 11:19:43
Changed By: alenhar2
Comments: Nick wants these alphabetized Properties: 




Files:
 include/clang/Lex/PreprocessingRecord.h
 lib/Lex/PreprocessingRecord.cpp
 test/Index/annotate-tokens-pp.c
 tools/CIndex/CIndex.cpp
At: Thu 18 Mar 2010 11:24:43
Changed By: dgregor
Comments: Explicitly link macro instantiations to macro definitions in the
preprocessing record. Use that link with clang_getCursorReferenced()
and clang_getCursorDefinition() to match instantiations of a macro to
the definition of the macro.
Properties: 




File: gcc/config/i386/i386.c
At: Thu 18 Mar 2010 11:24:43
Changed By: stuart
Comments: Inline LEA instruction doesn't want the second modifier letter.  Radar 7763139.Properties: 




File: include/llvm/ADT/SmallVector.h
At: Thu 18 Mar 2010 11:44:43
Changed By: djg
Comments: Fix a bug found by inspection; in the __GNUC__ code, the alignment
doesn't apply to the type, only to the variable, so subsequent uses
of U which expect it to be aligned weren't actually aligned.
Properties: 




Files:
 include/llvm/CodeGen/MachineJumpTableInfo.h
 lib/CodeGen/MachineFunction.cpp
 lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
At: Thu 18 Mar 2010 11:44:43
Changed By: bwilson
Comments: Fix pr6543: svn r88806 changed MachineJumpTableInfo::getJumpTableIndex() to
always create a new jump table.  The intention was to avoid merging jump
tables in SelectionDAGBuilder, and to wait for the branch folding pass to
merge tables.  Unfortunately, the same getJumpTableIndex() method is also
used to merge tables in branch folding, so as a result of this change
branch tables are never merged.  Worse, the branch folding code is expecting
getJumpTableIndex to always return the index of an existing table, but with
this change, it never does so.  In at least some cases, e.g., pr6543, this
creates references to non-existent tables.

I've fixed the problem by adding a new createJumpTableIndex function, which
will always create a new table, and I've changed getJumpTableIndex to only
look at existing tables.
Properties: 




File: unittests/ADT/SmallVectorTest.cpp
At: Thu 18 Mar 2010 11:49:43
Changed By: djg
Comments: Make this test more lenient; with SmallVector now using actually
aligned storage, the capacity may be more than what is explicitly
requested.
Properties: 




Files:
 include/clang/AST/Expr.h
 include/clang/Basic/DiagnosticSemaKinds.td
 lib/AST/Expr.cpp
 lib/Sema/SemaExpr.cpp
 test/SemaObjC/property-not-lvalue.m
At: Thu 18 Mar 2010 11:54:43
Changed By: fjahanian
Comments: Some cleanup, change diagnostic when assigning to
a property which is not lvalue.
Properties: 




Files:
 include/llvm/Support/Allocator.h
 include/llvm/Support/RecyclingAllocator.h
 lib/Analysis/LoopDependenceAnalysis.cpp
 lib/Analysis/ScalarEvolution.cpp
 lib/CodeGen/MachineFunction.cpp
 lib/CodeGen/SelectionDAG/SelectionDAG.cpp
At: Thu 18 Mar 2010 11:54:43
Changed By: djg
Comments: Define placement new wrappers for BumpPtrAllocator and
RecyclingAllocator to allow client code to be simpler, and
simplify several clients.
Properties: 




File: unittests/VMCore/InstructionsTest.cpp
At: Thu 18 Mar 2010 11:59:43
Changed By: ggreif
Comments: another oneProperties: 




LOGS:
Last 10 lines of 'stdio':
	/Developer/usr/bin/llvm-g++ -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvmCore.roots/llvmCore~obj/obj-llvm/include -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvmCore.roots/llvmCore~obj/obj-llvm/lib/System -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvmCore.roots/llvmCore~obj/src/include -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvmCore.roots/llvmCore~obj/src/lib/System  -DNDEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -O2  -fno-exceptions -fno-common -Woverloaded-virtual -DLLVM_VERSION_INFO='" Apple Build #9999-01"'  -mmacosx-version-min=10.6 -Wall -W -Wno-unused-parameter -Wwrite-strings -arch i386 -arch x86_64 -c /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvmCore.roots/llvmCore~obj/src/lib/System/Process.cpp -o /Users/
 buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvmCore.roots/llvmCore~obj/obj-llvm/lib/System/Release-Asserts/Process.o
	lipo: can't figure out the architecture type of: /var/tmp//cc2N5qUQ.out
	make[2]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvmCore.roots/llvmCore~obj/obj-llvm/lib/System/Release-Asserts/Host.o] Error 1
	make[2]: *** Waiting for unfinished jobs....
	make[1]: *** [all] Error 1
	+ '[' 2 '!=' 0 ']'
	+ echo 'error: LLVM '\''make'\'' failed!'
	error: LLVM 'make' failed!
	+ exit 1
	make: *** [install] Error 1




More information about the llvm-testresults mailing list