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

Joerg Sonnenberger joerg at britannica.bec.de
Sun Mar 6 16:09:07 PST 2011


I don't know how my change could have resulted in this. I also don't
think the test case is correct as the output looks perfectly fine to me.

Joerg

On Sun, Mar 06, 2011 at 03:55:08PM -0800, Eric Christopher wrote:
> Looks like Joerg
> 
> FAIL: Clang :: Driver/Xlinker-args.c (1250 of 2915)
> ******************** TEST 'Clang :: Driver/Xlinker-args.c' FAILED ********************
> Script:
> --
> /Users/buildslave/zorg/buildbot/smooshlab/slave-0.8/build.clang-x86_64-darwin10-gcc42-RA/clang-build/Release+Asserts/bin/clang  -ccc-host-triple i386-apple-darwin9 -###    -Xlinker one -Xlinker --no-demangle    -Wl,two,--no-demangle,three -Xlinker four /Users/buildslave/zorg/buildbot/smooshlab/slave-0.8/build.clang-x86_64-darwin10-gcc42-RA/llvm/tools/clang/test/Driver/Xlinker-args.c 2> /Users/buildslave/zorg/buildbot/smooshlab/slave-0.8/build.clang-x86_64-darwin10-gcc42-RA/clang-build/tools/clang/test/Driver/Output/Xlinker-args.c.tmp
> FileCheck < /Users/buildslave/zorg/buildbot/smooshlab/slave-0.8/build.clang-x86_64-darwin10-gcc42-RA/clang-build/tools/clang/test/Driver/Output/Xlinker-args.c.tmp /Users/buildslave/zorg/buildbot/smooshlab/slave-0.8/build.clang-x86_64-darwin10-gcc42-RA/llvm/tools/clang/test/Driver/Xlinker-args.c
> --
> Exit Code: 1
> Command Output (stderr):
> --
> /Users/buildslave/zorg/buildbot/smooshlab/slave-0.8/build.clang-x86_64-darwin10-gcc42-RA/llvm/tools/clang/test/Driver/Xlinker-args.c:9:11: error: expected string not found in input
> // CHECK: "one" "two" "three" "four"
>           ^
> <stdin>:1:1: note: scanning from here
> clang version 2.9 (trunk 127137)
> ^
> <stdin>:5:134: note: possible intended match here
>  "/usr/bin/ld" "-dynamic" "-arch" "i386" "-macosx_version_min" "10.5.0" "-o" "a.out" "-lcrt1.10.5.o" "one" "--no-demangle" "two" "--no-demangle" "three" "four" "/tmp/cc-YyI6rW.o" "-lSystem" "-lgcc_s.10.5"
>                                                                                                                                      ^
> --
> 
> 
> -eric
> 
> On Mar 6, 2011, at 3:48 PM, david_dean at apple.com wrote:
> 
> > The Buildbot has detected a new failure on builder clang-x86_64-darwin10-gcc42-RA while building cfe.
> > Full details are available at:
> > http://smooshlab.apple.com:8013/builders/clang-x86_64-darwin10-gcc42-RA/builds/721
> > 
> > Buildbot URL: http://smooshlab.apple.com:8013/
> > 
> > Buildslave for this Build: smoosh-18.apple.com
> > 
> > Build Reason: Triggerable(doPhase1)
> > Build Source Stamp: 127137
> > Blamelist: dgregor,joerg
> > 
> > BUILD FAILED: failed run.clang.tests
> > 
> > sincerely,
> > -The Buildbot
> > 
> > 
> > ================================================================================
> > 
> > CHANGES:
> > Files:
> > lib/CodeGen/CGDecl.cpp
> > test/CodeGen/decl.c
> > On: http://llvm.org/svn/llvm-project/cfe/trunk
> > For: cfe
> > At: Sun 06 Mar 2011 15:33:13
> > Changed By: dgregor
> > Comments: Revert r126422 "Use private linkage to avoid symbol conflicts in
> > corner cases like the one in PR9301." which caused PR9416. 
> > Properties: 
> > 
> > 
> > 
> > 
> > Files:
> > include/clang/Driver/Driver.h
> > lib/Driver/Driver.cpp
> > lib/Driver/Tools.cpp
> > tools/driver/driver.cpp
> > On: http://llvm.org/svn/llvm-project/cfe/trunk
> > For: cfe
> > At: Sun 06 Mar 2011 15:35:13
> > Changed By: joerg
> > Comments: If called as *cpp or *cpp-[^-]*, run only the preprocessor. If no
> > input is specified, use stdin implicitly. Based on a patch from
> > Roman Divacky.
> > Properties: 
> > 
> > 
> > 
> > 
> > LOGS:
> > Last 15 lines of 'stdio':
> > 	PASS: Clang :: SemaTemplate/virtual-member-functions.cpp (2910 of 2915)
> > 	PASS: Clang-Unit :: Basic/Release+Asserts/BasicTests/FileManagerTest.getFileReturnsValidFileEntryForExistingRealFile (2911 of 2915)
> > 	PASS: Clang-Unit :: Basic/Release+Asserts/BasicTests/FileManagerTest.getVirtualFileCreatesDirectoryEntriesForAncestors (2912 of 2915)
> > 	PASS: Clang-Unit :: Basic/Release+Asserts/BasicTests/FileManagerTest.getFileReturnsValidFileEntryForExistingVirtualFile (2913 of 2915)
> > 	PASS: Clang-Unit :: Basic/Release+Asserts/BasicTests/FileManagerTest.getVirtualFileSetsTheDirFieldCorrectly (2914 of 2915)
> > 	PASS: Clang-Unit :: Frontend/Release+Asserts/FrontendTests/ASTFrontendAction.Sanity (2915 of 2915)
> > 	Testing Time: 26.08s
> > 	********************
> > 	Failing Tests (1):
> > 	    Clang :: Driver/Xlinker-args.c
> > 	
> > 	  Expected Passes    : 2892
> > 	  Expected Failures  : 22
> > 	  Unexpected Failures: 1
> > 	make: *** [all] Error 1
> > 
> > Last 15 lines of 'tests.FAIL':
> > 	Clang :: Driver/Xlinker-args.c
> > 
> > Last 15 lines of 'tests.XFAIL':
> > 	Clang :: CXX/dcl.dcl/dcl.spec/dcl.fct.spec/p4.cpp
> > 	Clang :: CXX/dcl.dcl/dcl.spec/dcl.stc/p10.cpp
> > 	Clang :: CXX/temp/temp.param/p14.cpp
> > 	Clang :: CXX/temp/temp.res/temp.dep.res/temp.point/p1.cpp
> > 	Clang :: CodeGen/blocks-2.c
> > 	Clang :: CodeGenCXX/conversion-function.cpp
> > 	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 :: SemaTemplate/instantiate-function-1.mm
> > 
> > Last 15 lines of 'Clang :: Driver/Xlinker-args.c':
> > 	Command Output (stderr):
> > 	--
> > 	/Users/buildslave/zorg/buildbot/smooshlab/slave-0.8/build.clang-x86_64-darwin10-gcc42-RA/llvm/tools/clang/test/Driver/Xlinker-args.c:9:11: error: expected string not found in input
> > 	// CHECK: "one" "two" "three" "four"
> > 	          ^
> > 	<stdin>:1:1: note: scanning from here
> > 	clang version 2.9 (trunk 127137)
> > 	^
> > 	<stdin>:5:134: note: possible intended match here
> > 	 "/usr/bin/ld" "-dynamic" "-arch" "i386" "-macosx_version_min" "10.5.0" "-o" "a.out" "-lcrt1.10.5.o" "one" "--no-demangle" "two" "--no-demangle" "three" "four" "/tmp/cc-YyI6rW.o" "-lSystem" "-lgcc_s.10.5"
> > 	                                                                                                                                     ^
> > 	--
> > 	
> > 	********************
> > 	
> > 
> 



More information about the llvm-testresults mailing list