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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Fri Oct 29 14:13:38 PDT 2010


The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab.
Full details are available at:
 http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/11289

Buildbot URL: http://smooshlab.apple.com:8010/

Buildslave for this Build: smoosh-04

Build Reason: 
Build Source Stamp: 117708
Blamelist: djg,grosbach,rafael,resistor

BUILD FAILED: failed test-clang

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 test/MC/ARM/neon-pairwise-encoding.ll
 test/MC/ARM/neon-pairwise-encoding.s
At: Fri 29 Oct 2010 13:17:37
Changed By: resistor
Comments: Convert this test to .s form.
Properties: 




Files:
 lib/Driver/ToolChains.cpp
 lib/Driver/ToolChains.h
At: Fri 29 Oct 2010 13:17:38
Changed By: rafael
Comments: Switch to using the integrated assembler by default on x86 and x86-64 ELF
systems.Properties: 




File: lib/Analysis/ScalarEvolution.cpp
At: Fri 29 Oct 2010 13:22:37
Changed By: djg
Comments: Make ScalarEvolution::forgetLoop forget all contained loops too, because
they may have ValuesAtScopes map entries referencing their outer loops.
This fixes a user-after-free reported in PR8471.
Properties: 




Files:
 test/MC/ARM/neon-reciprocal-encoding.ll
 test/MC/ARM/neon-reciprocal-encoding.s
At: Fri 29 Oct 2010 13:22:37
Changed By: resistor
Comments: Convert this test to .s form.
Properties: 




File: utils/not/not.cpp
At: Fri 29 Oct 2010 13:22:37
Changed By: djg
Comments: not is testing for a normal exit with a non-zero value. It shouldn't
return success if the child process is killed with a signal.
Properties: 




Files:
 lib/Target/ARM/ARMInstrFormats.td
 lib/Target/ARM/ARMInstrInfo.td
At: Fri 29 Oct 2010 13:27:42
Changed By: grosbach
Comments: ARM encoding information for CLREX, SWP and SWPB. Add comment for sjlj pseudos and a FIXME for TLS.Properties: 




File: lib/Target/ARM/ARMInstrInfo.td
At: Fri 29 Oct 2010 13:27:42
Changed By: grosbach
Comments: Fix typo.Properties: 




Files:
 test/MC/ARM/neon-reverse-encoding.ll
 test/MC/ARM/neon-reverse-encoding.s
At: Fri 29 Oct 2010 13:27:42
Changed By: resistor
Comments: Convert this test to .s form.
Properties: 




File: lib/Target/ARM/ARMAsmPrinter.cpp
At: Fri 29 Oct 2010 13:42:47
Changed By: grosbach
Comments: ARM::MOVi32imm is expanded in ARMExpandPseudoInsts, so there's no need to
handle it in the asm lowering.Properties: 




Files:
 test/MC/ARM/neon-satshift-encoding.ll
 test/MC/ARM/neon-satshift-encoding.s
At: Fri 29 Oct 2010 13:42:47
Changed By: resistor
Comments: Convert this test to .s form.
Properties: 




LOGS:
Last 10 lines of 'stdio':
	Failing Tests (3):
	    Clang :: Driver/dragonfly.c
	    Clang :: Driver/freebsd.c
	    Clang :: Driver/openbsd.c
	
	  Expected Passes    : 2621
	  Expected Failures  : 20
	  Unexpected Failures: 3
	make[1]: *** [all] Error 1
	make: *** [test] Error 2

Last 10 lines of 'fail':
	Clang :: Driver/dragonfly.c
	Clang :: Driver/freebsd.c
	Clang :: Driver/openbsd.c

Last 10 lines of 'xfail':
	Clang :: FixIt/fixit-errors.c
	Clang :: FixIt/fixit-pmem.cpp
	Clang :: FixIt/typo.m
	Clang :: Lexer/hexfloat.cpp
	Clang :: PCH/changed-files.c
	Clang :: PCH/pr4489.c
	Clang :: PCH/source-manager-stack.c
	Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp
	Clang :: SemaCXX/rval-references-xfail.cpp
	Clang :: SemaTemplate/instantiate-function-1.mm

Last 10 lines of 'dragonfly.c':
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Driver/Output/dragonfly.c.tmp.log:4:147: note: scanning from here
	 "/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang" "-cc1" "-triple" "amd64-pc-dragonfly" "-emit-obj" "-mrelax-all" "-disable-free" "-main-file-name" "dragonfly.c" "-mrelocation-model" "static" "-mdisable-fp-elim" "-masm-verbose" "-mconstructor-aliases" "-target-linker-version" "97.14" "-resource-dir" "/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/../lib/clang/2.9" "-ferror-limit" "19" "-fmessage-length" "0" "-fgnu-runtime" "-fdiagnostics-show-option" "-o" "/tmp/cc-x4XUl1.o" "-x" "c" "/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Driver/dragonfly.c"
	                                                                                                                                                  ^
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Driver/Output/dragonfly.c.tmp.log:5:53: note: possible intended match here
	 "/usr/bin/ld" "-dynamic-linker" "/usr/libexec/ld-elf.so.2" "-o" "a.out" "/usr/lib/crt1.o" "crti.o" "crtbegin.o" "/tmp/cc-x4XUl1.o" "-L/usr/lib/gcc41" "-rpath" "/usr/lib/gcc41" "-rpath-link" "/usr/lib/gcc41" "-rpath" "/usr/lib" "-rpath-link" "/usr/lib" "-lgcc" "-lc" "-lgcc" "crtend.o" "crtn.o"
	                                                    ^
	--
	
	********************
	

Last 10 lines of 'freebsd.c':
	<stdin>:4:145: note: scanning from here
	 "/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang" "-cc1" "-triple" "i386-pc-freebsd8" "-emit-obj" "-mrelax-all" "-disable-free" "-main-file-name" "freebsd.c" "-mrelocation-model" "static" "-mdisable-fp-elim" "-masm-verbose" "-mconstructor-aliases" "-target-cpu" "pentium4" "-target-linker-version" "97.14" "-resource-dir" "/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/../lib/clang/2.9" "-ferror-limit" "19" "-fmessage-length" "0" "-fgnu-runtime" "-fdiagnostics-show-option" "-o" "/tmp/cc-BVXQYy.o" "-x" "c" "/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Driver/freebsd.c"
	                                                                                                                                                ^
	<stdin>:4:301: note: possible intended match here
	 "/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang" "-cc1" "-triple" "i386-pc-freebsd8" "-emit-obj" "-mrelax-all" "-disable-free" "-main-file-name" "freebsd.c" "-mrelocation-model" "static" "-mdisable-fp-elim" "-masm-verbose" "-mconstructor-aliases" "-target-cpu" "pentium4" "-target-linker-version" "97.14" "-resource-dir" "/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/../lib/clang/2.9" "-ferror-limit" "19" "-fmessage-length" "0" "-fgnu-runtime" "-fdiagnostics-show-option" "-o" "/tmp/cc-BVXQYy.o" "-x" "c" "/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Driver/freebsd.c"
	                                                                                                                                                                                                                                                                                                            ^
	--
	
	********************
	

Last 10 lines of 'openbsd.c':
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Driver/Output/openbsd.c.tmp.log:4:144: note: scanning from here
	 "/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang" "-cc1" "-triple" "i686-pc-openbsd" "-emit-obj" "-mrelax-all" "-disable-free" "-main-file-name" "openbsd.c" "-mrelocation-model" "static" "-mdisable-fp-elim" "-masm-verbose" "-mconstructor-aliases" "-target-linker-version" "97.14" "-resource-dir" "/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/../lib/clang/2.9" "-ferror-limit" "19" "-fmessage-length" "0" "-fgnu-runtime" "-fdiagnostics-show-option" "-o" "/tmp/cc-Ro6ff7.o" "-x" "c" "/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Driver/openbsd.c"
	                                                                                                                                               ^
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Driver/Output/openbsd.c.tmp.log:5:94: note: possible intended match here
	 "/usr/bin/ld" "-e" "__start" "--eh-frame-hdr" "-Bdynamic" "-dynamic-linker" "/usr/libexec/ld.so" "-o" "a.out" "crt0.o" "crtbegin.o" "-L/usr/lib/gcc-lib/i686-pc-openbsd/4.2.1" "/tmp/cc-Ro6ff7.o" "-lgcc" "-lc" "-lgcc" "crtend.o"
	                                                                                             ^
	--
	
	********************
	




More information about the llvm-testresults mailing list