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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Tue Oct 19 11:14:45 PDT 2010


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/11011

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

Buildslave for this Build: smoosh-04

Build Reason: 
Build Source Stamp: 116838
Blamelist: akirtzidis,dgregor,djg,jasonwkim,kremenek,mspencer,resistor

BUILD FAILED: failed compile

sincerely,
 -The Buildbot


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

CHANGES:
File: lib/Lex/Pragma.cpp
At: Tue 19 Oct 2010 10:44:13
Changed By: kremenek
Comments: Fix typo in comment.Properties: 




Files:
 lib/Lex/Preprocessor.cpp
 test/Preprocessor/pragma-pushpop-macro.c
At: Tue 19 Oct 2010 10:44:13
Changed By: kremenek
Comments: In ~Preprocessor(), also cleanup the MacroInfo objects left-over from stray "#pragma push_macro" uses.  This
fixes a potential memory leak.Properties: 




Files:
 test/MC/ELF/alias.s
 test/MC/ELF/align-bss.s
 test/MC/ELF/align-nops.s
 test/MC/ELF/align-size.s
 test/MC/ELF/align-text.s
 test/MC/ELF/align.s
 test/MC/ELF/basic-elf.ll
 test/MC/ELF/common.s
 test/MC/ELF/common2.s
 test/MC/ELF/diff.s
 test/MC/ELF/empty.s
 test/MC/ELF/entsize.ll
 test/MC/ELF/entsize.s
 test/MC/ELF/file.s
 test/MC/ELF/got.s
 test/MC/ELF/local-reloc.s
 test/MC/ELF/merge.s
 test/MC/ELF/norelocation.s
 test/MC/ELF/pic-diff.s
 test/MC/ELF/plt.s
 test/MC/ELF/relax.s
 test/MC/ELF/relocation-386.s
 test/MC/ELF/relocation.s
 test/MC/ELF/section.s
 test/MC/ELF/size.s
 test/MC/ELF/sleb.s
 test/MC/ELF/uleb.s
 test/MC/ELF/undef.s
 test/MC/ELF/undef2.s
 test/MC/ELF/weak.s
 test/MC/ELF/zero.s
 test/Scripts/common_dump.py
 test/Scripts/elf-dump
At: Tue 19 Oct 2010 10:44:19
Changed By: jasonwkim
Comments: Fixing r116753 r116756 r116777
The failures in r116753 r116756 were caused by a python issue -
Python likes to append 'L' suffix to stringified numbers if the number
is larger than a machine int. Unfortunately, this causes a divergence of
behavior between 32 and 64 bit python versions.

I re-crafted elf-dump/common_dump to take care of these issues by:

1. always printing 0x (makes for easy sed/regex)
2. always print fixed length (exactly 2 + numBits/4 digits long)
   by mod ((2^numBits) - 1)
3. left-padded with '0'

There is a residual common routine that is also used by
macho-dump (dataToHex) , so I left the 'section_data' test values alone.


Properties: 




Files:
 lib/Analysis/AliasAnalysis.cpp
 lib/Analysis/AliasAnalysisEvaluator.cpp
 lib/Analysis/AliasSetTracker.cpp
 lib/Analysis/BasicAliasAnalysis.cpp
 lib/Analysis/Lint.cpp
At: Tue 19 Oct 2010 11:03:55
Changed By: djg
Comments: Change AliasAnalysis and its clients to use uint64_t instead of unsigned
for representing object sizes, for consistency with other parts of LLVM.
Properties: 




File: include/llvm/PassSupport.h
At: Tue 19 Oct 2010 11:03:55
Changed By: resistor
Comments: Factor out the call-once implementation into its own macro.
Properties: 




File: utils/unittest/CMakeLists.txt
At: Tue 19 Oct 2010 11:08:55
Changed By: mspencer
Comments: Fix VC2010 build.Properties: 




File: unittests/CMakeLists.txt
At: Tue 19 Oct 2010 11:08:55
Changed By: mspencer
Comments: unittests: Use the correct defines and global variables when building on CMake.Properties: 




File: lib/Headers/CMakeLists.txt
At: Tue 19 Oct 2010 11:08:57
Changed By: dgregor
Comments: Fix CMake installation of arm_neon.hProperties: 




Files:
 test/PCH/Inputs/chain-cxx1.h
 test/PCH/Inputs/chain-cxx2.h
 test/PCH/chain-cxx.cpp
At: Tue 19 Oct 2010 11:08:57
Changed By: akirtzidis
Comments: Merge headers into test/PCH/chain-cxx.cpp for convenience.Properties: 




File: lib/AST/Decl.cpp
At: Tue 19 Oct 2010 11:08:57
Changed By: akirtzidis
Comments: Minor optimization; if we have a CXXRecordDecl we can get the definition decl directly without iterating over the redeclarations.Properties: 




File: lib/Serialization/ASTWriterDecl.cpp
At: Tue 19 Oct 2010 11:08:57
Changed By: akirtzidis
Comments: Fix up the comments for creating ParmVarDeclAbbrev to reflect reality.Properties: 




LOGS:
Last 10 lines of 'stdio':
	AliasAnalysis.cpp:286: error: 'uint64_t llvm::AliasAnalysis::getTypeStoreSize(const llvm::Type*)' cannot be overloaded
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/include/llvm/Analysis/AliasAnalysis.h:80: error: with 'unsigned int llvm::AliasAnalysis::getTypeStoreSize(const llvm::Type*)'
	make[2]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/lib/Analysis/Debug+Asserts/AliasAnalysis.o] Error 1
	make[1]: *** [Analysis/.makeall] Error 2
	make[1]: *** Waiting for unfinished jobs....
	llvm[3]: Compiling BitcodeWriterPass.cpp for Debug+Asserts build
	llvm[3]: Compiling ValueEnumerator.cpp for Debug+Asserts build
	llvm[3]: Building Debug+Asserts Archive Library libLLVMBitReader.a
	llvm[3]: Building Debug+Asserts Archive Library libLLVMBitWriter.a
	make: *** [all] Error 1




More information about the llvm-testresults mailing list