[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-x86_64-darwin10-selfhost
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Thu Nov 12 18:28:46 PST 2009
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/336
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-04.apple.com
Build Reason:
Build Source Stamp: 87063
Blamelist: grosbach,hernande,johannes,kremenek,mrs,rafael
BUILD FAILED: failed buildit-llvmgcc42
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
include/clang/Analysis/LocalCheckers.h
include/clang/Frontend/AnalysisConsumer.h
lib/Analysis/CMakeLists.txt
lib/Analysis/GRExprEngineExperimentalChecks.cpp
lib/Frontend/AnalysisConsumer.cpp
tools/clang-cc/Options.cpp
At: Thu 12 Nov 2009 17:17:30
Changed By: kremenek
Comments: Add clang-cc option "-analyzer-experimental-checks" to enable experimental path-sensitive checks. The idea is to separate "barely working" or "skunkworks" checks from ones that should always run. Later we need more fine-grain checker control.
File: lib/Target/ARM/ARMInstrVFP.td
At: Thu 12 Nov 2009 17:17:30
Changed By: grosbach
Comments: use lower case for readability
File: lib/Target/ARM/ARMConstantIslandPass.cpp
At: Thu 12 Nov 2009 17:22:30
Changed By: grosbach
Comments: Block renumbering
Files:
include/llvm/ADT/StringRef.h
lib/Support/StringExtras.cpp
unittests/ADT/StringRefTest.cpp
At: Thu 12 Nov 2009 17:27:31
Changed By: rafael
Comments: Add a new split method to StringRef that puts the substrings in a vector.
Files:
include/llvm/Analysis/DebugInfo.h
lib/Analysis/DebugInfo.cpp
At: Thu 12 Nov 2009 17:47:30
Changed By: hernande
Comments: Remove unnecessary llvm.dbg.declare bitcast
Files:
include/llvm/CodeGen/SelectionDAGNodes.h
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
test/CodeGen/PowerPC/vec_splat_constant.ll
At: Thu 12 Nov 2009 17:47:30
Changed By: johannes
Comments: Adjust isConstantSplat to allow for big-endian targets.
PPC is such a target; make it work.
File: lib/Analysis/CFRefCount.cpp
At: Thu 12 Nov 2009 17:57:30
Changed By: kremenek
Comments: retain/release checker: refactor some of the summary lookup logic for instance method summaries. No real functionality change, but it paves the way for new enhancements.
Files:
lib/CodeGen/CGVtable.cpp
lib/CodeGen/CodeGenModule.h
At: Thu 12 Nov 2009 17:57:30
Changed By: mrs
Comments: Allow the tracking of address points for construction vtables as well.
LOGS:
Last 10 lines of 'buildit-llvmgcc42.stdio':
if [ x"" != x ]; then \
cd pic; \
i686-apple-darwin10-ar rc ./libiberty.a \
./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./ternary.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./mempcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o; \
i686-apple-darwin10-ranlib ./libiberty.a; \
cd ..; \
else true; fi
make[1]: *** [all] Error 2
+ exit 1
make: *** [install] Error 1
Last 10 lines of 'buildit-llvmgcc42.warnings':
warning: structure `loop' used but not defined
warning: structure `ipa_reference_vars_info_d' used but not defined
warning: structure `reg_info_def' used but not defined
warning: structure `value_set' used but not defined
/Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-x86_64-darwin10-selfhost/llvmgcc42.roots/llvmgcc42~obj/src/gcc/libgcc2.c:412: warning: control reaches end of non-void function
/Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-x86_64-darwin10-selfhost/llvmgcc42.roots/llvmgcc42~obj/src/gcc/libgcc2.c:2045: warning: 'noreturn' function does return
/Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-x86_64-darwin10-selfhost/llvmgcc42.roots/llvmgcc42~obj/src/gcc/libgcc2.c:412: warning: control reaches end of non-void function
/Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-x86_64-darwin10-selfhost/llvmgcc42.roots/llvmgcc42~obj/src/gcc/libgcc2.c:2045: warning: 'noreturn' function does return
libtool: install: warning: remember to run `libtool --finish /Developer/usr/llvm-gcc-4.2/lib'
libtool: install: warning: remember to run `libtool --finish /Developer/usr/llvm-gcc-4.2/lib/x86_64'
More information about the llvm-testresults
mailing list