[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-x86_64-darwin10-selfhost

Dale Johannesen dalej at apple.com
Tue Feb 23 11:01:07 PST 2010


This looks like another race problem in the build system.  Odd these are just showing up now.

On Feb 23, 2010, at 10:32 AMPST, daniel_dunbar at apple.com wrote:

> 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/1829
> 
> Buildbot URL: http://smooshlab.apple.com:8010/
> 
> Buildslave for this Build: smoosh-04.apple.com
> 
> Build Reason: 
> Build Source Stamp: 96960
> Blamelist: efriedma,friedgold,jyasskin

/Developer/usr/bin/llvm-g++ -I/Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-x86_64-darwin10-selfhost/llvmCore.roots/llvmCore~obj/obj-llvm/include -I/Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-x86_64-darwin10-selfhost/llvmCore.roots/llvmCore~obj/obj-llvm/tools/llvm-shlib -I/Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-x86_64-darwin10-selfhost/llvmCore.roots/llvmCore~obj/src/include -I/Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-x86_64-darwin10-selfhost/llvmCore.roots/llvmCore~obj/src/tools/llvm-shlib  -DNDEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -O3  -fno-exceptions -fno-rtti -fno-common -Woverloaded-virtual -fno-rtti  -mmacosx-version-min=10.6  -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings  -arch i386 -arch x86_64 -O3 -Wl,-rpath -Wl,/Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-x86_64-darwin10-selfhost/llvmCore.roots/llvmCore~obj/obj-llvm/Release-Asserts/lib -L/Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-x86_64-darwin10-selfhost/llvmCore.roots/llvmCore~obj/obj-llvm/Release-Asserts/lib -L/Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-x86_64-darwin10-selfhost/llvmCore.roots/llvmCore~obj/obj-llvm/Release-Asserts/lib  -Wl,-flat_namespace -Wl,-undefined -Wl,suppress -dynamiclib -mmacosx-version-min=10.6 -o /Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-x86_64-darwin10-selfhost/llvmCore.roots/llvmCore~obj/obj-llvm/Release-Asserts/lib/libLLVM-2.7svn.dylib  \
	   -lLLVMARMAsmParser -lLLVMARMAsmPrinter -lLLVMARMCodeGen -lLLVMARMInfo -lLLVMAnalysis -lLLVMArchive -lLLVMAsmParser -lLLVMAsmPrinter -lLLVMBitReader -lLLVMBitWriter -lLLVMCBackend -lLLVMCBackendInfo -lLLVMCodeGen -lLLVMCore -lLLVMExecutionEngine -lLLVMInstCombine -lLLVMInstrumentation -lLLVMInterpreter -lLLVMJ
IT -lLLVMLinker -lLLVMMC -lLLVMMCParser -lLLVMPowerPCAsmPrinter -lLLVMPowerPCCodeGen -lLLVMPowerPCInfo -lLLVMScalarOpts -lLLVMSelectionDAG -lLLVMSupport -lLLVMSystem -lLLVMTarget -lLLVMTransformUtils -lLLVMX86AsmParser -lLLVMX86AsmPrinter -lLLVMX86CodeGen -lLLVMX86Disassembler -lLLVMX86Info -lLLVMipa -lLLVMipo -Wl,-current_version -Wl,9999.01 -Wl,-compatibility_version -Wl,1 -all_load -avoid-version -Wl,-dead_strip -Wl,-seg1addr -Wl,0xE0000000  -Wl,-install_name -Wl,"@executable_path/../lib/libLLVM-2.7svn.dylib" -lpthread -lm 

/Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-x86_64-darwin10-selfhost/llvmCore.roots/llvmCore~obj/src/autoconf/mkinstalldirs 
/Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-x86_64-darwin10-selfhost/llvmCore.roots/llvmCore~dst/Developer/usr/local/lib
llvm[2]: Installing Release-Asserts Shared Library /Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-x86_64-darwin10-selfhost/llvmCore.roots/llvmCore~dst/Developer/usr/local/lib/libLLVM-2.7svn.dylib

/usr/bin/install -c /Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-x86_64-darwin10-selfhost/llvmCore.roots/llvmCore~obj/obj-llvm/Release-Asserts/lib/libLLVM-2.7svn.dylib /Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-x86_64-darwin10-selfhost/llvmCore.roots/llvmCore~dst/Developer/usr/local/lib/libLLVM-2.7svn.dylib

install: /Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-x86_64-darwin10-selfhost/llvmCore.roots/llvmCore~obj/obj-llvm/Release-Asserts/lib/libLLVM-2.7svn.dylib: No such file or directory

> BUILD FAILED: failed buildit-llvmCore
> 
> sincerely,
> -The Buildbot
> 
> 
> ================================================================================
> 
> CHANGES:
> Files:
> lib/CodeGen/CGExprAgg.cpp
> test/CodeGen/cast-emit.c
> At: Tue 23 Feb 2010 10:00:42
> Changed By: efriedma
> Comments: PR6386: Fix a recent regression in IRGen of cast-to-union constructs.
> 
> Properties: 
> 
> 
> 
> 
> Files:
> Makefile
> Makefile.config.in
> Makefile.rules
> autoconf/configure.ac
> configure
> examples/BrainF/Makefile
> examples/Fibonacci/Makefile
> examples/HowToUseJIT/Makefile
> test/Makefile
> test/Unit/lit.cfg
> test/Unit/lit.site.cfg.in
> tools/llvm-shlib
> tools/llvm-shlib/Makefile
> unittests/Makefile.unittest
> At: Tue 23 Feb 2010 10:10:58
> Changed By: jyasskin
> Comments: Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM.  This links 3 of
> the examples shared to make sure the shared library keeps working.
> Properties: 
> 
> 
> 
> 
> File: lib/Target/XCore/XCoreInstrInfo.td
> At: Tue 23 Feb 2010 10:15:42
> Changed By: friedgold
> Comments: Mark unconditional branches as barriers. Found using -verify-machineinstrs
> Properties: 
> 
> 
> 
> 
> LOGS:
> Last 10 lines of 'stdio':
> 	llvm[2]: Installing Release-Asserts Shared Library /Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-x86_64-darwin10-selfhost/llvmCore.roots/llvmCore~dst/Developer/usr/local/lib/libLLVM-2.7svn.dylib
> 	/usr/bin/install -c /Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-x86_64-darwin10-selfhost/llvmCore.roots/llvmCore~obj/obj-llvm/Release-Asserts/lib/libLLVM-2.7svn.dylib /Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-x86_64-darwin10-selfhost/llvmCore.roots/llvmCore~dst/Developer/usr/local/lib/libLLVM-2.7svn.dylib
> 	install: /Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-x86_64-darwin10-selfhost/llvmCore.roots/llvmCore~obj/obj-llvm/Release-Asserts/lib/libLLVM-2.7svn.dylib: No such file or directory
> 	make[2]: *** [/Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-x86_64-darwin10-selfhost/llvmCore.roots/llvmCore~dst/Developer/usr/local/lib/libLLVM-2.7svn.dylib] Error 71
> 	make[1]: *** [install] Error 1
> 	+ test 2 == 0
> 	+ echo 'error: LLVM '\''make install'\'' failed!'
> 	error: LLVM 'make install' failed!
> 	+ exit 1
> 	make: *** [install] Error 1
> 
> _______________________________________________
> llvm-testresults mailing list
> llvm-testresults at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-testresults





More information about the llvm-testresults mailing list