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

llvmlab-buildmaster at lab.llvm.org llvmlab-buildmaster at lab.llvm.org
Mon Aug 19 16:53:23 PDT 2013


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

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

Buildslave for this Build: macpro1

Build Reason: scheduler
Build Source Stamp: 188722
Blamelist: akaylor,arsenm,echristo,efriedma,fjahanian,kuba,ributzka,rsmith

BUILD FAILED: failed

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 lib/CodeGen/AsmPrinter/DwarfDebug.cpp
 lib/CodeGen/AsmPrinter/DwarfDebug.h
 test/DebugInfo/X86/dwarf-public-names.ll
 test/DebugInfo/dwarf-public-names.ll
On: smooshlab-project
At: Mon 19 Aug 2013 14:10:28
Changed By: echristo
Comments: Turn on pubnames by default on linux.

Until gdb supports the new accelerator tables we should add the
pubnames section so that gdb_index can be generated from gold
at link time. On darwin we already emit the accelerator tables
and so don't need to worry about pubnames.Properties: 
  phase_id: r188709-t20130819_142219-b10415



Files:
 test/ExecutionEngine/MCJIT/eh-lg-pic.ll
 test/ExecutionEngine/MCJIT/eh-sm-pic.ll
 test/ExecutionEngine/MCJIT/hello-sm-pic.ll
 test/ExecutionEngine/MCJIT/remote/stubs-sm-pic.ll
 test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-sm-pic.ll
 test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-sm-pic.ll
 test/ExecutionEngine/MCJIT/stubs-sm-pic.ll
 test/ExecutionEngine/MCJIT/test-global-init-nonzero-sm-pic.ll
 test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll
On: smooshlab-project
At: Mon 19 Aug 2013 14:16:28
Changed By: akaylor
Comments: Adding tests for PIC with MCJITProperties: 
  phase_id: r188709-t20130819_142219-b10415



Files:
 lib/Transforms/InstCombine/InstCombineCompares.cpp
 test/Transforms/InstCombine/load-cmp.ll
On: smooshlab-project
At: Mon 19 Aug 2013 14:46:28
Changed By: arsenm
Comments: Revert non-test parts of r188507

Re-add the inboundsless tests I didn't add originallyProperties: 
  phase_id: r188711-t20130819_144828-b10416



File: lib/CodeGen/AsmPrinter/DwarfDebug.cpp
On: smooshlab-project
At: Mon 19 Aug 2013 14:46:28
Changed By: echristo
Comments: Use less verbose code and update comments.Properties: 
  phase_id: r188711-t20130819_144828-b10416



Files:
 include/llvm/Transforms/Utils/Local.h
 lib/Analysis/ValueTracking.cpp
 test/Transforms/InstCombine/getelementptr.ll
On: smooshlab-project
At: Mon 19 Aug 2013 14:50:28
Changed By: arsenm
Comments: Fix assert with GEP ptr vector indexing structs

Also fix it calculating the wrong value. The struct index
is not a ConstantInt, so it was being interpreted as an array
index.Properties: 
  phase_id: r188713-t20130819_151052-b10417



File: lib/ARCMigrate/ObjCMT.cpp
On: smooshlab-project
At: Mon 19 Aug 2013 15:06:28
Changed By: fjahanian
Comments: ObjectiveC migrator: Start inserting
CF_IMPLICIT_BRIDGING_ENABLE/CF_IMPLICIT_BRIDGING_DISABLED
pair. wip.
Properties: 
  phase_id: r188722-t20130819_153326-b10418



Files:
 test/ExecutionEngine/MCJIT/eh-lg-pic.ll
 test/ExecutionEngine/MCJIT/eh-sm-pic.ll
 test/ExecutionEngine/MCJIT/hello-sm-pic.ll
 test/ExecutionEngine/MCJIT/remote/stubs-sm-pic.ll
 test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-sm-pic.ll
 test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-sm-pic.ll
 test/ExecutionEngine/MCJIT/stubs-sm-pic.ll
 test/ExecutionEngine/MCJIT/test-global-init-nonzero-sm-pic.ll
 test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll
On: smooshlab-project
At: Mon 19 Aug 2013 15:10:28
Changed By: akaylor
Comments: Reverting r188709 until I can figure out the proper way to XFAIL it.Properties: 
  phase_id: r188722-t20130819_153326-b10418



Files:
 lib/Sema/SemaExpr.cpp
 test/SemaCXX/parentheses.cpp
On: smooshlab-project
At: Mon 19 Aug 2013 15:10:28
Changed By: rsmith
Comments: PR16727: don't try to evaluate a potentially value-dependent expression when
checking for missing parens in &&/|| expressions.
Properties: 
  phase_id: r188722-t20130819_153326-b10418



Files:
 include/llvm/ADT/SetVector.h
 include/llvm/ADT/SmallVector.h
On: smooshlab-project
At: Mon 19 Aug 2013 15:16:28
Changed By: kuba
Comments: Make sure that pop_back_val() result is used.
Properties: 
  phase_id: r188721-t20130819_155533-b10419



Files:
 lib/Sema/SemaInit.cpp
 test/Sema/atomic-ops.c
On: smooshlab-project
At: Mon 19 Aug 2013 15:20:28
Changed By: efriedma
Comments: Handle init lists and _Atomic fields.

Fixes PR16931.Properties: 
  phase_id: r188721-t20130819_155533-b10419



File: lib/Transforms/InstCombine/InstCombineCasts.cpp
On: smooshlab-project
At: Mon 19 Aug 2013 15:20:28
Changed By: arsenm
Comments: commonPointerCast cleanups to make address space change easierProperties: 
  phase_id: r188721-t20130819_155533-b10419



File: lib/Transforms/InstCombine/InstructionCombining.cpp
On: smooshlab-project
At: Mon 19 Aug 2013 15:20:28
Changed By: arsenm
Comments: Cleanup visitGetElementPtr to make address space change easierProperties: 
  phase_id: r188721-t20130819_155533-b10419



Files:
 lib/Transforms/InstCombine/InstCombine.h
 lib/Transforms/InstCombine/InstCombineCasts.cpp
 lib/Transforms/InstCombine/InstructionCombining.cpp
 test/Transforms/InstCombine/cast.ll
On: smooshlab-project
At: Mon 19 Aug 2013 15:20:28
Changed By: arsenm
Comments: Teach InstCombine visitGetElementPtr about address spacesProperties: 
  phase_id: r188721-t20130819_155533-b10419



File: lib/CodeGen/CGBuiltin.cpp
On: smooshlab-project
At: Mon 19 Aug 2013 15:26:28
Changed By: ributzka
Comments: Simplify code by using CreateMemTemp. No functional change intended.

Reviewer: EliProperties: 
  phase_id: r188722-t20130819_153326-b10418



LOGS:






More information about the llvm-testresults mailing list