<div dir="ltr">You likely have an http proxy in your network which is blocking RTF files in case they are viruses or something. You might try https, if you're lucky it will bypass your proxy.</div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jan 26, 2018 at 11:13 AM, Bill Seurer via llvm-dev <span dir="ltr"><<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I updated one of the powerpc64 lnt buildbot machines to a new OS release and the buildbot started failing every run when it tries to check out the test suite.<br>
<br>
The checkout will run for a while then always fails like this:<br>
<br>
/usr/bin/svn checkout --non-interactive --no-auth-cache --revision 323463 <a href="http://llvm.org/svn/llvm-project/test-suite/trunk@323463" rel="noreferrer" target="_blank">http://llvm.org/svn/llvm-proje<wbr>ct/test-suite/trunk@323463</a> test/test-suite<br>
 in dir /home/buildbots/ppc64be-clang-<wbr>lnt-test/clang-ppc64be-lnt (timeout 1200 secs)<br>
...lots of files checked out...<br>
svn: E000104: Error running context: Connection reset by peer<br>
<br>
I stopped the bot from running for now because it was just failing every time.<br>
<br>
<br>
I tried checking out the test suite by hand on the same machine with the same results.  If I restart the checkout (or do an svn update) it will run a bit longer then fail.  Eventually I figured out that 3 files were causing the problem:<br>
<br>
MultiSource/Applications/ClamA<wbr>V/inputs/rtf-test/Doc1.rtf<br>
MultiSource/Applications/ClamA<wbr>V/inputs/rtf-test/docCLAMexe.<wbr>rtf<br>
MultiSource/Applications/ClamA<wbr>V/inputs/rtf-test/rtf1.rtf<br>
<br>
<br>
I tried on other powerpc64 machines (various distros and BE/LE) and it works on all of them UNLESS they are using the latest version of svn, version 1.9.7 (r1800392).  The latest svn version that worked on a powerpc64 machine was 1.9.5.<br>
<br>
Hmmm.  It also will fail on a mac running svn 1.9.4.<br>
<br>
1.9.7 on a powerpc64 BE machine or on the mac with 1.9.4 always eventually gives the "Connection reset by peer" and 1.9.7 hangs on a powerpc64 LE machine.<br>
<br>
Is there be something wrong with those 3 files?  I am really hoping that svn isn't broken.<span class="HOEnZb"><font color="#888888"><br>
-- <br>
<br>
-Bill Seurer<br>
<br>
______________________________<wbr>_________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/llvm-dev</a><br>
</font></span></blockquote></div><br></div>