[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Wed Feb 2 15:06:12 PST 2011
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/8344
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-02
Build Reason:
Build Source Stamp: 124754
Blamelist: dgregor
BUILD FAILED: failed compile.llvm.stage2
sincerely,
-The Buildbot
================================================================================
CHANGES:
File: lib/Basic/FileManager.cpp
At: Wed 02 Feb 2011 14:35:44
Changed By: dgregor
Comments: Canonicalize path names in the file manager before performing a lookup
on that name. Canonicalization eliminates silliness such as "." and
"foo/.." that breaks the uniquing of files in the presence of virtual
files or files whose inode numbers have changed during
parsing/re-parsing. c-index-test isn't able to create this crazy
situation, so I've resorted to testing outside of the Clang
tree. Fixes <rdar://problem/8928220>.
Note that this hackery will go away once we have a real virtual file
system on which we can layer FileManager; the virtual-files hack is
showing cracks.
Properties:
LOGS:
Last 10 lines of 'stdio':
llvm[4]: Compiling TemplateName.cpp for Release+Asserts build
llvm[4]: Compiling Type.cpp for Release+Asserts build
llvm[4]: Compiling TypeLoc.cpp for Release+Asserts build
llvm[4]: Compiling TypePrinter.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libclangCodeGen.a
llvm[4]: Building Release+Asserts Archive Library libclangAST.a
llvm[4]: Building Release+Asserts Archive Library libclangSema.a
make[2]: *** [all] Error 1
make[1]: *** [clang/.makeall] Error 2
make: *** [all] Error 1
Last 10 lines of 'warnings':
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/utils/TableGen/CodeGenDAGPatterns.cpp:386:3: warning: use of uninitialized variable 'SmallestInt' [-Wuninitialized]
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/utils/TableGen/CodeGenDAGPatterns.cpp:452:3: warning: use of uninitialized variable 'LargestFP' [-Wuninitialized]
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/utils/TableGen/CodeGenDAGPatterns.cpp:396:3: warning: use of uninitialized variable 'SmallestFP' [-Wuninitialized]
More information about the llvm-testresults
mailing list