[llvm-testresults] buildbot failure in lab.llvm.org on phase2 - living

llvmlab-buildmaster at lab.llvm.org llvmlab-buildmaster at lab.llvm.org
Fri Aug 29 15:38:20 PDT 2014


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

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

Buildslave for this Build: macpro1

Build Reason: scheduler
Build Source Stamp: 216766
Blamelist: dblaikie,jduprat,kledzik,tfiala,zaks

BUILD FAILED: failed

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 docs/InternalsManual.rst
 include/clang/Analysis/CFG.h
 lib/Analysis/AnalysisDeclContext.cpp
 lib/Analysis/CFG.cpp
On: smooshlab-project
At: Fri 29 Aug 2014 12:05:30
Changed By: dblaikie
Comments: unique_ptrify the result of CFG::buildCFG/CFGBuilder::buildCFGProperties: 
  phase_id: r216755-t20140829_121233-b4171



Files:
 include/clang/Lex/Preprocessor.h
 lib/Lex/PPLexerChange.cpp
 lib/Lex/Preprocessor.cpp
On: smooshlab-project
At: Fri 29 Aug 2014 12:51:30
Changed By: dblaikie
Comments: unique_ptrify Preprocessor's TokenLexerCacheProperties: 
  phase_id: r216756-t20140829_125330-b4172



Files:
 lib/TableGen/TGParser.cpp
 test/TableGen/BitsInit.td
On: smooshlab-project
At: Fri 29 Aug 2014 12:55:30
Changed By: jduprat
Comments: Tablegen fixes for new syntax when initializing bits from variables.
Followup to r215086.

Properties: 
  phase_id: r216757-t20140829_130744-b4173



Files:
 include/clang/Lex/HeaderMap.h
 lib/Lex/HeaderMap.cpp
On: smooshlab-project
At: Fri 29 Aug 2014 13:05:30
Changed By: dblaikie
Comments: unique_ptrify HeaderMap::FileBufferProperties: 
  phase_id: r216763-t20140829_131858-b4174



File: include/llvm/Support/MachO.h
On: smooshlab-project
At: Fri 29 Aug 2014 13:11:30
Changed By: kledzik
Comments: Add missing mach-o EXPORT_SYMBOL_FLAG_KIND_ABSOLUTEProperties: 
  phase_id: r216763-t20140829_131858-b4174



Files:
 include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
 lib/StaticAnalyzer/Core/BugReporter.cpp
On: smooshlab-project
At: Fri 29 Aug 2014 13:11:30
Changed By: dblaikie
Comments: unique_ptrify thep passing of BugReports to BugReportEquivClass

I suspect llvm::ilist should take elements by unique_ptr, since it does
take ownership of the element (by stitching it into the linked list) -
one day.Properties: 
  phase_id: r216763-t20140829_131858-b4174



Files:
 include/clang/Basic/DiagnosticFrontendKinds.td
 include/clang/Driver/CC1Options.td
 include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
 lib/Frontend/CompilerInvocation.cpp
 lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
 lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp
 test/Analysis/disable-all-checks.c
On: smooshlab-project
At: Fri 29 Aug 2014 13:15:30
Changed By: zaks
Comments: Add an option to silence all analyzer warnings.

People have been incorrectly using "-analyzer-disable-checker" to
silence analyzer warnings on a file, when analyzing a project. Add
the "-analyzer-disable-all-checks" option, which would allow the
suppression and suggest it as part of the error message for
"-analyzer-disable-checker". The idea here is to compose this with
"--analyze" so that users can selectively opt out specific files from
static analysis.Properties: 
  phase_id: r216763-t20140829_131858-b4174



Files:
 include/clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h
 lib/StaticAnalyzer/Core/BugReporter.cpp
 lib/StaticAnalyzer/Core/PathDiagnostic.cpp
On: smooshlab-project
At: Fri 29 Aug 2014 13:21:30
Changed By: dblaikie
Comments: unique_ptrify PathDiagnosticConsumer::HandlePathDiagnostic

FoldingSet, another intrusive data structure that could use some
unique_ptr love on its interfaces. Eventually.Properties: 
  phase_id: r216764-t20140829_133736-b4175



Files:
 include/clang/StaticAnalyzer/Frontend/CheckerRegistration.h
 lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
 lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp
On: smooshlab-project
At: Fri 29 Aug 2014 13:25:30
Changed By: dblaikie
Comments: unique_ptrify clang::ento::createCheckerManagerProperties: 
  phase_id: r216766-t20140829_135037-b4176



File: source/Commands/CommandObjectTarget.cpp
On: smooshlab-project
At: Fri 29 Aug 2014 13:25:30
Changed By: tfiala
Comments: lldb - fix misleading "valid target indexes are" error message

See http://reviews.llvm.org/D4430 for more details.

Change by Paul Osmialowski.
Properties: 
  phase_id: r216766-t20140829_135037-b4176



LOGS:






More information about the llvm-testresults mailing list