Windows ClangToT bots are red due to DebugInfo/Msf -> MSF rename |
||||
Issue descriptionThis happened around r277190 (later reverted and re-landed in r277213), and makes the Windows ToT bots fail "svn up": E.g. https://build.chromium.org/p/chromium.fyi/builders/ClangToTWin/builds/9067/steps/gclient%20runhooks/logs/stdio svn: URL 'https://llvm.org/svn/llvm-project/llvm/trunk/lib/DebugInfo/MSF' of existing directory 'C:\b\c\b\ClangToTWin\src\third_party\llvm\lib\DebugInfo\Msf' does not match expected URL 'https://llvm.org/svn/llvm-project/llvm/trunk/lib/DebugInfo/Msf' Failed. Upstream, it seems the buildbots recovered after a couple of iterations, but ours haven't.
,
Jul 30 2016
Yesh, a plain old "svn co http://llvm.org/svn/llvm-project/llvm/trunk" in a brand new dir fails on my Windows machine: [..] A trunk\include\llvm\DebugInfo\CodeView\MethodListRecordBuilder.h A trunk\include\llvm\DebugInfo\CodeView\FieldListRecordBuilder.h A trunk\include\llvm\DebugInfo\CodeView\SymbolDumpDelegate.h A trunk\include\llvm\DebugInfo\CodeView\TypeRecordBuilder.h A trunk\include\llvm\DebugInfo\CodeView\Line.h A trunk\include\llvm\DebugInfo\MSF A trunk\include\llvm\DebugInfo\MSF\StreamRef.h A trunk\include\llvm\DebugInfo\MSF\StreamWriter.h A trunk\include\llvm\DebugInfo\MSF\StreamArray.h A trunk\include\llvm\DebugInfo\MSF\MSFBuilder.h A trunk\include\llvm\DebugInfo\MSF\StreamInterface.h A trunk\include\llvm\DebugInfo\MSF\MappedBlockStream.h A trunk\include\llvm\DebugInfo\MSF\IMSFFile.h A trunk\include\llvm\DebugInfo\MSF\MSFCommon.h A trunk\include\llvm\DebugInfo\MSF\StreamReader.h A trunk\include\llvm\DebugInfo\MSF\ByteStream.h A trunk\include\llvm\DebugInfo\MSF\MSFError.h A trunk\include\llvm\DebugInfo\MSF\MSFStreamLayout.h svn: URL 'http://llvm.org/svn/llvm-project/llvm/trunk/include/llvm/DebugInfo/MSF' of existing directory trunk\include\llvm\DebugInfo\Msf' does not match expected URL 'http://llvm.org/svn/llvm-project/llvm/trunk/include/llvm/DebugInfo/Msf'
,
Jul 30 2016
Actually, upstream bots look broken too. From http://lab.llvm.org:8011/builders/clang-x86-win2008-selfhost/builds/9427/steps/svn-llvm/logs/stdio: Updating '.': Skipped 'lib\DebugInfo\MSF' -- Node remains in conflict U lib\CodeGen\SelectionDAG\LegalizeIntegerTypes.cpp Skipped 'include\llvm\DebugInfo\MSF' -- Node remains in conflict U test\CodeGen\PowerPC\ppc-shrink-wrapping.ll U test\CodeGen\Thumb\thumb-shrink-wrapping.ll A test\CodeGen\ARM\no_redundant_trunc_for_cmp.ll U test\CodeGen\ARM\arm-shrink-wrapping.ll U test\CodeGen\AArch64\arm64-shrink-wrapping.ll Updated to revision 277252. Summary of conflicts: Skipped paths: 2
,
Jul 30 2016
Aha! Let's see if http://llvm.org/viewvc/llvm-project?rev=277254&view=rev
,
Jul 30 2016
Yeah, that fixes "svn co" on my Windows machine. Our bots should recover, so I'll mark it fixed.
,
Jul 30 2016
|
||||
►
Sign in to add a comment |
||||
Comment 1 by h...@chromium.org
, Jul 29 2016