[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Wed Jul 7 12:24:03 PDT 2010
The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab.
Full details are available at:
http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/3239
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-02
Build Reason:
Build Source Stamp: 107800
Blamelist: baldrick,bruno,dgregor,djg,dpatel,void
BUILD FAILED: failed test-clang configure.llvm.stage2
sincerely,
-The Buildbot
================================================================================
CHANGES:
File: lib/AST/ASTContext.cpp
At: Wed 07 Jul 2010 09:43:38
Changed By: dgregor
Comments: When printing statistics for the ASTContext, also print them for its BumpPtrAllocatorProperties:
Files:
include/llvm/CodeGen/FastISel.h
include/llvm/CodeGen/FunctionLoweringInfo.h
include/llvm/CodeGen/SelectionDAGISel.h
lib/CodeGen/SelectionDAG/FastISel.cpp
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/Target/X86/X86FastISel.cpp
utils/TableGen/FastISelEmitter.cpp
At: Wed 07 Jul 2010 09:48:38
Changed By: djg
Comments: Give FunctionLoweringInfo an MBB member, avoiding the need to pass it
around everywhere, and also give it an InsertPt member, to enable isel
to operate at an arbitrary position within a block, rather than just
appending to a block.
Properties:
File: Makefile
At: Wed 07 Jul 2010 09:53:38
Changed By: baldrick
Comments: Issue the warning about being slow whenever optimization is disabled,
and not just for Debug+Asserts builds.
Properties:
File: lib/CodeGen/MachineFunction.cpp
At: Wed 07 Jul 2010 10:33:38
Changed By: djg
Comments: Fix debugging strings.
Properties:
File: lib/CodeGen/SelectionDAG/InstrEmitter.cpp
At: Wed 07 Jul 2010 11:24:51
Changed By: dpatel
Comments: Update comment.
Properties:
File: lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
At: Wed 07 Jul 2010 11:24:51
Changed By: djg
Comments: Update the insert position after scheduling, which may change the
position when emitting multiple blocks when executing a custom
inserter.
Properties:
Files:
lib/Target/X86/X86InstrSSE.td
test/MC/AsmParser/X86/x86_32-encoding.s
test/MC/AsmParser/X86/x86_64-encoding.s
At: Wed 07 Jul 2010 11:28:39
Changed By: bruno
Comments: Add AVX AES instructionsProperties:
Files:
libcpp/configure
libcpp/configure.ac
At: Wed 07 Jul 2010 11:33:41
Changed By: void
Comments: Support ALL of the different build modes.
Did anyone test this change at all?!
Properties:
Files:
include/llvm/CodeGen/CallingConvLower.h
include/llvm/Target/TargetLowering.h
lib/CodeGen/CallingConvLower.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/CodeGen/SelectionDAG/TargetLowering.cpp
lib/Target/X86/X86FastISel.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86ISelLowering.h
lib/Target/XCore/XCoreISelLowering.cpp
lib/Target/XCore/XCoreISelLowering.h
test/CodeGen/X86/fast-isel-gep.ll
At: Wed 07 Jul 2010 11:33:41
Changed By: djg
Comments: Add X86FastISel support for return statements. This entails refactoring
a bunch of stuff, to allow the target-independent calling convention
logic to be employed.
Properties:
LOGS:
Last 10 lines of 'stdio':
Testing Time: 67.02s
********************
Failing Tests (1):
Clang :: Driver/hello.c
Expected Passes : 2354
Expected Failures : 18
Unexpected Failures: 1
make[1]: *** [all] Error 1
make: *** [test] Error 2
Last 10 lines of 'fail':
Clang :: Driver/hello.c
Last 10 lines of 'xfail':
Clang :: CodeGenCXX/conversion-function.cpp
Clang :: FixIt/fixit-errors.c
Clang :: FixIt/fixit-pmem.cpp
Clang :: Lexer/hexfloat.cpp
Clang :: PCH/changed-files.c
Clang :: PCH/pr4489.c
Clang :: PCH/source-manager-stack.c
Clang :: SemaCXX/rval-references-xfail.cpp
Clang :: SemaObjCXX/overload.mm
Clang :: SemaTemplate/instantiate-function-1.mm
Last 10 lines of 'hello.c':
Command Output (stdout):
--
"/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang" -cc1 -triple x86_64-apple-darwin10.0.0 -emit-obj -mrelax-all -disable-free -main-file-name hello.c -pic-level 1 -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -resource-dir /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/lib/clang/2.8 -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -fblocks -fdiagnostics-show-option -o /tmp/cc-Fh08dC.o -x c /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Driver/hello.c
--
Command Output (stderr):
--
--
********************
Last 10 lines of 'stdio':
checking host system type... x86_64-apple-darwin10
checking target system type... x86_64-apple-darwin10
checking type of operating system we're going to host on... Darwin
checking type of operating system we're going to target... Darwin
checking target architecture... x86_64
checking for x86_64-apple-darwin10-gcc... /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.install.1/bin/clang
checking for C compiler default output file name... a.out
checking whether the C compiler works... configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.
More information about the llvm-testresults
mailing list