[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-powerpc-darwin9

daniel_dunbar at apple.com daniel_dunbar at apple.com
Thu Jan 27 12:21:50 PST 2011


The Buildbot has detected a new failure of llvm-gcc-powerpc-darwin9 on smooshlab.
Full details are available at:
 http://smooshlab.apple.com:8010/builders/llvm-gcc-powerpc-darwin9/builds/5053

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

Buildslave for this Build: spang.apple.com

Build Reason: 
Build Source Stamp: 124405
Blamelist: akirtzidis,dgregor,dpatel,jyasskin,kremenek,nicholas,ofv

BUILD FAILED: failed compile.llvm.stage1

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
 lib/CodeGen/SelectionDAG/SelectionDAG.cpp
At: Thu 27 Jan 2011 09:50:44
Changed By: dpatel
Comments: While legalizing SDValues do not drop SDDbgValues, trasfer them to new legal nodes.

Take 2. This includes fix for dragonegg crash.
Properties: 




Files:
 include/clang/Frontend/ASTUnit.h
 lib/Frontend/ASTUnit.cpp
 tools/c-index-test/c-index-test.c
At: Thu 27 Jan 2011 10:07:02
Changed By: dgregor
Comments: Teach ASTUnit to save the specified target features, since
TargetInfo::CreateTargetInfo() mangles the target options in a way
that is not idempotent. Fixes <rdar://problem/8807535>.
Properties: 




Files:
 include/clang/Basic/DiagnosticSemaKinds.td
 lib/Sema/SemaAttr.cpp
 test/Sema/pragma-unused.c
At: Thu 27 Jan 2011 10:20:44
Changed By: akirtzidis
Comments: Allow #pragma unused to be used on global variables like gcc. Fixes rdar://8793832.Properties: 




File: test/Index/retain-target-options.c
At: Thu 27 Jan 2011 10:45:44
Changed By: dgregor
Comments: Test for previous commitProperties: 




Files:
 lib/Lex/PPMacroExpansion.cpp
 lib/StaticAnalyzer/CFRefCount.cpp
 test/Analysis/retain-release.m
 www/analyzer/annotations.html
At: Thu 27 Jan 2011 10:51:05
Changed By: kremenek
Comments: Wire up attributes 'ns_consumed' and 'cf_consumed' in the static analyzer's ObjC retain/release checker.Properties: 




File: include/clang/Basic/DiagnosticSemaKinds.td
At: Thu 27 Jan 2011 10:55:54
Changed By: dgregor
Comments: Clean up the diagnostic text for delegating constructorsProperties: 




Files:
 lib/Analysis/UninitializedValuesV2.cpp
 test/Sema/uninit-variables.c
At: Thu 27 Jan 2011 10:55:54
Changed By: kremenek
Comments: Teach -Wuninitialized about indirect goto.  Fixes PR 9071.Properties: 




Files:
 lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
 lib/CodeGen/SelectionDAG/SelectionDAG.cpp
At: Thu 27 Jan 2011 11:20:44
Changed By: dpatel
Comments: Speculatively revert r124380.
Properties: 




Files:
 docs/LanguageExtensions.html
 include/clang/Basic/Attr.td
 include/clang/Basic/DiagnosticSemaKinds.td
 include/clang/Sema/AttributeList.h
 lib/Sema/AttributeList.cpp
 lib/Sema/SemaDeclAttr.cpp
 lib/Sema/SemaExprCXX.cpp
 test/SemaCXX/forbid-temporaries.cpp
At: Thu 27 Jan 2011 11:25:44
Changed By: jyasskin
Comments: Revert r124217 because it didn't catch the actual error case it was trying to
catch:

  lock_guard(my_mutex);

declares a variable instead of creating a temporary.
Properties: 




Files:
 cmake/modules/AddLLVMDefinitions.cmake
 tools/llvm-config/CMakeLists.txt
At: Thu 27 Jan 2011 11:36:06
Changed By: ofv
Comments: Don't show -pedantic, -W and -Wall on the output of

llvm-config --cflags --cxxflags --cppflags

We shouldn't impose those flags on people who use llvm-config for
building their own projects.Properties: 




Files:
 www/analyzer/index.html
 www/analyzer/latest_checker.html.incl
 www/analyzer/release_notes.html
At: Thu 27 Jan 2011 11:46:05
Changed By: kremenek
Comments: Update checker build and post release notes.Properties: 




File: lib/Transforms/IPO/MergeFunctions.cpp
At: Thu 27 Jan 2011 11:50:52
Changed By: nicholas
Comments: Use dyn_cast instead of isa+cast.
Properties: 




File: www/analyzer/index.html
At: Thu 27 Jan 2011 11:50:53
Changed By: kremenek
Comments: Add missing </a>Properties: 




File: lib/Transforms/IPO/MergeFunctions.cpp
At: Thu 27 Jan 2011 11:55:46
Changed By: nicholas
Comments: Expound upon this comparison!
Properties: 




File: www/analyzer/release_notes.html
At: Thu 27 Jan 2011 11:55:46
Changed By: kremenek
Comments: Fix download link.Properties: 




LOGS:
Last 10 lines of 'stdio':
	llvm[2]: Compiling StrongPHIElimination.cpp for Release+Asserts build
	llvm[2]: Compiling TailDuplication.cpp for Release+Asserts build
	llvm[2]: Compiling TargetInstrInfoImpl.cpp for Release+Asserts build
	llvm[2]: Compiling TargetLoweringObjectFileImpl.cpp for Release+Asserts build
	llvm[2]: Compiling TwoAddressInstructionPass.cpp for Release+Asserts build
	llvm[2]: Compiling UnreachableBlockElim.cpp for Release+Asserts build
	llvm[2]: Compiling VirtRegMap.cpp for Release+Asserts build
	llvm[2]: Compiling VirtRegRewriter.cpp for Release+Asserts build
	llvm[2]: Building Release+Asserts Archive Library libLLVMCodeGen.a
	make: *** [all] Error 1

Last 10 lines of 'warnings':
	/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/include/llvm/ADT/SmallVector.h:325: warning: 'BC$Exit' is used uninitialized in this function
	/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/include/llvm/ADT/SmallVector.h:325: warning: 'BC$Entry' is used uninitialized in this function
	/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/include/llvm/ADT/SmallVector.h:325: warning: 'BI$OverlapExit' is used uninitialized in this function
	/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/include/llvm/ADT/SmallVector.h:325: warning: 'BI$OverlapEntry' is used uninitialized in this function




More information about the llvm-testresults mailing list