[llvm-testresults] buildbot failure in lab.llvm.org on phase3 - tree health
llvmlab-buildmaster at lab.llvm.org
llvmlab-buildmaster at lab.llvm.org
Tue Aug 27 23:33:36 PDT 2013
The Buildbot has detected a new failure on builder phase3 - tree health while building lab.llvm.org.
Full details are available at:
http://lab.llvm.org:8013/builders/phase3%20-%20tree%20health/builds/1800
Buildbot URL: http://lab.llvm.org:8013/
Buildslave for this Build: macpro1
Build Reason: scheduler
Build Source Stamp: 189415
Blamelist: akirtzidis,dmalea,fjahanian,gclayton,jacksprat,joerg,jrose,kremenek,majnemer,mikesart,mren,pcc,rdivacky,rnk
BUILD FAILED: failed
sincerely,
-The Buildbot
================================================================================
CHANGES:
File: source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
On: smooshlab-project
At: Tue 27 Aug 2013 12:06:43
Changed By: mikesart
Comments: warning cleanup (use LLDB_INVALID_HOST_THREAD instead of NULL)Properties:
phase_id: r189396-t20130827_125243-b10811
File: cmake/modules/AddLLVM.cmake
On: smooshlab-project
At: Tue 27 Aug 2013 12:30:43
Changed By: rdivacky
Comments: Translate ENABLE_CLANG_{ARCMT,REWRITER,STATIC_ANALYZER} when generating
lit.site.cfg.
Properties:
phase_id: r189396-t20130827_125243-b10811
Files:
test/ARCMT/lit.local.cfg
test/Analysis/lit.local.cfg
test/FixIt/lit.local.cfg
test/Makefile
test/Rewriter/lit.local.cfg
test/lit.site.cfg.in
On: smooshlab-project
At: Tue 27 Aug 2013 12:30:43
Changed By: rdivacky
Comments: Make the information about disabled ARCMT/Rewriter/StaticAnalyzer available
to lit and use this info to disable Analysis/FixIt/Rewriter/Analysis tests
when those are not compiled into clang.
Properties:
phase_id: r189396-t20130827_125243-b10811
File: lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp
On: smooshlab-project
At: Tue 27 Aug 2013 12:50:43
Changed By: jacksprat
Comments: Changed commentProperties:
phase_id: r189396-t20130827_125243-b10811
File: source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp
On: smooshlab-project
At: Tue 27 Aug 2013 13:00:43
Changed By: gclayton
Comments: Moved the static s_regex into a function body to allow it to be lazily initialized when/if it is ever used. We try to avoid global constructors when building shared libraries on Darwin.
Properties:
phase_id: r189400-t20130827_133243-b10813
Files:
include/llvm/MC/MCTargetAsmParser.h
lib/MC/MCParser/AsmParser.cpp
lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.cpp
test/MC/PowerPC/ppc64-errors.s
test/MC/PowerPC/ppc64-fixups.s
On: smooshlab-project
At: Tue 27 Aug 2013 13:30:43
Changed By: joerg
Comments: Given target assembler parsers a chance to handle variant expressions
first. Use this to turn the PPC modifiers into PPC specific expressions,
allowing them to work on constants.
Properties:
phase_id: r189400-t20130827_133243-b10813
File: lib/Headers/CMakeLists.txt
On: smooshlab-project
At: Tue 27 Aug 2013 13:46:44
Changed By: kremenek
Comments: [CMake] Use CLANG_BINARY_DIR instead of LLVM_BINARY_DIR as installation path for Clang headers.Properties:
phase_id: r189405-t20130827_140843-b10816
File: lib/Headers/CMakeLists.txt
On: smooshlab-project
At: Tue 27 Aug 2013 13:50:44
Changed By: kremenek
Comments: Revert "[CMake] Use CLANG_BINARY_DIR instead of LLVM_BINARY_DIR as installation path for Clang headers."
This was breaking some tests. Will investigate.Properties:
phase_id: r189405-t20130827_140843-b10816
Files:
source/Host/common/Host.cpp
source/Host/freebsd/Host.cpp
source/Host/linux/Host.cpp
On: smooshlab-project
At: Tue 27 Aug 2013 14:06:43
Changed By: dmalea
Comments: Enable Host::LaunchProcess on Linux
- move LaunchProcessPosixSpawn() and Host::LaunchProcess() from freebsd host plugin to common (linux/freebsd section)
- modify MonitorChildProcessThreadFunction to use pid_t from sys/types.h to avoid Linux/FreeBSD/Mac warnings when calling waitpid()
Properties:
phase_id: r189405-t20130827_140843-b10816
Files:
source/Commands/CommandObjectPlatform.cpp
source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
test/functionalities/platform/TestPlatformCommand.py
On: smooshlab-project
At: Tue 27 Aug 2013 14:06:43
Changed By: dmalea
Comments: Fix 'platform shell' command for Linux host and remote lldb-platform connections
- add default timeout of 10s (unil qPlatform_RunCommand supports timeout packets and CommandObjectPlatform is updated to read a timeout flag/setting)
- add a few tests for platform shell
Properties:
phase_id: r189405-t20130827_140843-b10816
File: tools/driver/CMakeLists.txt
On: smooshlab-project
At: Tue 27 Aug 2013 14:56:43
Changed By: jrose
Comments: CMake: Fix standalone Clang build, take two.
This time, use a variable that's defined consistently in standalone and
non-standalone builds.Properties:
phase_id: r189408-t20130827_151844-b10819
Files:
lib/Target/X86/AsmParser/X86AsmParser.cpp
test/MC/X86/intel-syntax.s
On: smooshlab-project
At: Tue 27 Aug 2013 15:00:44
Changed By: majnemer
Comments: [ms-inline asm] Support offsets after segment registers
Summary: MASM let's you do stuff like 'MOV FS:20, EAX' and 'MOV EAX, FS:20'
Reviewers: craig.topper, rnk
Reviewed By: rnk
CC: llvm-commits
Differential Revision: http://llvm-reviews.chandlerc.com/D1470Properties:
phase_id: r189408-t20130827_151844-b10819
Files:
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
test/Instrumentation/DataFlowSanitizer/Inputs/abilist.txt
test/Instrumentation/DataFlowSanitizer/abilist.ll
On: smooshlab-project
At: Tue 27 Aug 2013 15:16:43
Changed By: pcc
Comments: DataFlowSanitizer: Implement trampolines for function pointers passed to custom functions.
Differential Revision: http://llvm-reviews.chandlerc.com/D1503Properties:
phase_id: r189408-t20130827_151844-b10819
Files:
lib/ARCMigrate/ObjCMT.cpp
test/ARCMT/objcmt-arc-cf-annotations.m.result
On: smooshlab-project
At: Tue 27 Aug 2013 15:46:43
Changed By: fjahanian
Comments: ObjectiveC migrator: Do not add explicit cf annotation for
cf functions which are CF_IMPLICIT_BRIDGING_ENABLED.
Add cf annotation to those not CF_IMPLICIT_BRIDGING_ENABLED
to reduce bridge casts.
Properties:
phase_id: r189411-t20130827_161243-b10821
Files:
include/llvm/DIBuilder.h
lib/IR/DIBuilder.cpp
On: smooshlab-project
At: Tue 27 Aug 2013 16:10:43
Changed By: mren
Comments: DIBuilder: take an optional StringRef to pass in unique identifier.
createClassType, createStructType, createUnionType, createEnumerationType,
and createForwardDecl will take an optional StringRef to pass in
the unique identifier.
Properties:
phase_id: r189411-t20130827_161243-b10821
Files:
tools/msbuild
tools/msbuild/Microsoft.Cpp.Win32.llvm.props
tools/msbuild/Microsoft.Cpp.Win32.llvm.targets
On: smooshlab-project
At: Tue 27 Aug 2013 16:10:43
Changed By: rnk
Comments: Add xml files for msbuild integration
These files are intended to live in the msbuild toolset directory, which
is somewhere like:
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\
v4.0\Platforms\Win32\PlatformToolsets\llvm
More work is needed to install them as part of the NSIS installer.
Patch by Warren Hunt!Properties:
phase_id: r189411-t20130827_161243-b10821
Files:
include/clang/AST/ASTContext.h
include/clang/AST/Type.h
include/clang/Basic/Specifiers.h
include/clang/Basic/TargetInfo.h
include/clang/Sema/Sema.h
lib/AST/ASTContext.cpp
lib/AST/DumpXML.cpp
lib/AST/ExprCXX.cpp
lib/AST/MicrosoftMangle.cpp
lib/AST/Type.cpp
lib/AST/TypePrinter.cpp
lib/Basic/Targets.cpp
lib/CodeGen/CGCall.cpp
lib/CodeGen/TargetInfo.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaLambda.cpp
lib/Sema/SemaLookup.cpp
lib/Sema/SemaType.cpp
test/CodeGen/mrtd.c
test/Sema/callingconv.c
test/Sema/mrtd.c
test/SemaCXX/calling-conv-compat.cpp
test/SemaCXX/decl-microsoft-call-conv.cpp
test/SemaCXX/virtual-override-x86.cpp
tools/libclang/CXType.cpp
On: smooshlab-project
At: Tue 27 Aug 2013 16:16:43
Changed By: rnk
Comments: Delete CC_Default and use the target default CC everywhere
Summary:
Makes functions with implicit calling convention compatible with
function types with a matching explicit calling convention. This fixes
things like calls to qsort(), which has an explicit __cdecl attribute on
the comparator in Windows headers.
Clang will now infer the calling convention from the declarator. There
are two cases when the CC must be adjusted during redeclaration:
1. When defining a non-inline static method.
2. When redeclaring a function with an implicit or mismatched
convention.
Fixes PR13457, and allows clang to compile CommandLine.cpp for the
Microsoft C++ ABI.
Excellent test cases provided by Alexander Zinenko!
Reviewers: rsmith
Differential Revision: http://llvm-reviews.chandlerc.com/D1231Properties:
phase_id: r189415-t20130827_163940-b10824
File: lib/Headers/CMakeLists.txt
On: smooshlab-project
At: Tue 27 Aug 2013 16:26:43
Changed By: kremenek
Comments: Use CMAKE_RUNTIME_OUTPUT_DIRECTORY instead of LLVM_BINARY_DIR for installing Clang headers.Properties:
phase_id: r189415-t20130827_163940-b10824
File: tools/CMakeLists.txt
On: smooshlab-project
At: Tue 27 Aug 2013 16:36:43
Changed By: akirtzidis
Comments: [CMake] Put back the add_llvm_external_project() calls for specific projects.
This allows setting-up the LLVM_EXTERNAL_* CMake variables that some people are using,
e.g. to set the source directory of the project in a different place.Properties:
phase_id: r189415-t20130827_163940-b10824
LOGS:
More information about the llvm-testresults
mailing list