[llvm-testresults] buildbot failure in lab.llvm.org on phase1 - sanity

llvmlab-buildmaster at lab.llvm.org llvmlab-buildmaster at lab.llvm.org
Fri Jan 17 11:32:33 PST 2014


The Buildbot has detected a new failure on builder phase1 - sanity while building lldb.
Full details are available at:
 http://lab.llvm.org:8013/builders/phase1%20-%20sanity/builds/15680

Buildbot URL: http://lab.llvm.org:8013/

Buildslave for this Build: macpro1

Build Reason: scheduler
Build Source Stamp: 199506
Blamelist: emaste,spucci

BUILD FAILED: failed

sincerely,
 -The Buildbot


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

CHANGES:
File: source/Target/ThreadList.cpp
On: http://10.1.1.2/svn/llvm-project
For: lldb
At: Fri 17 Jan 2014 09:40:36
Changed By: emaste
Comments: Correct logic checking for the first stop ID
Properties: 




Files:
 include/lldb/Target/Platform.h
 source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
 source/Plugins/Platform/FreeBSD/PlatformFreeBSD.h
 source/Plugins/Platform/Linux/PlatformLinux.cpp
 source/Plugins/Platform/Linux/PlatformLinux.h
 source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
 source/Plugins/Platform/MacOSX/PlatformMacOSX.h
 source/Plugins/Platform/Windows/PlatformWindows.cpp
 source/Plugins/Platform/Windows/PlatformWindows.h
 source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
 source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h
 source/Target/Platform.cpp
 source/Target/Target.cpp
On: http://10.1.1.2/svn/llvm-project
For: lldb
At: Fri 17 Jan 2014 10:26:33
Changed By: spucci
Comments: Rename Platform::GetFile (3-arg version) to GetFileWithUUID

This rename was suggested by gclayton as a way to silence gcc
warnings; the warning is emitted when there is an overloaded function
in a base class (Platform) for which a derived class redefines one of
the overloads but not the other (because doing so hides the other
overload from users of the derived class).  By giving the two methods
different names, the situation is avoided.

Properties: 




File: include/lldb/Utility/Iterable.h
On: http://10.1.1.2/svn/llvm-project
For: lldb
At: Fri 17 Jan 2014 10:36:33
Changed By: spucci
Comments: Avoid the gcc warning -Wno-non-template-friend

To avoid this warning, friend declarations inside template classes
must be declared as templates:
http://stackoverflow.com/questions/4039817/friend-declaration-declares-a-non-template-function

Properties: 




Files:
 include/lldb/Core/MappedHash.h
 source/Plugins/SymbolFile/DWARF/DWARFFormValue.h
On: http://10.1.1.2/svn/llvm-project
For: lldb
At: Fri 17 Jan 2014 10:36:34
Changed By: spucci
Comments: Fix gcc warnings about casting away constness

Properties: 




LOGS:






More information about the llvm-testresults mailing list