Marko Ristin via llvm-dev
2018-Jan-09 09:40 UTC
[llvm-dev] Pre-built binaries unavailable?
Hi LLVM admin team, I'm trying to download the pre-built binaries from: http://releases.llvm.org/5.0.1/clang+llvm-5.0.1-x86_64- linux-gnu-ubuntu-16.04.tar.xz But unfortunately get the following error: Error 503 first byte timeout first byte timeout Guru Mediation: Details: cache-lcy19227-LCY 1515490182 1947665089 ------------------------------ Varnish cache server Do you maybe happen to know what is causing the error and how (or when) it can be fixed? Thanks a lot for your help! -- Cheers, Marko Ristin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180109/c5b3f1b9/attachment.html>
Hans Wennborg via llvm-dev
2018-Jan-10 16:26 UTC
[llvm-dev] Pre-built binaries unavailable?
Strange. Some of the files work for me, and some get the error message you showed. Looking at the server response headers, some of my requests were cache hits on the CDN, and some were not, so it appears the origin server is not dead. Anton or Tanya, apparently the First Byte Timeout is something that can be configured in Fastly (Origins, Hosts, Advanced Options). Perhaps it needs to be increased to work with large files? Thanks, Hans On Tue, Jan 9, 2018 at 10:40 AM, Marko Ristin via llvm-dev <llvm-dev at lists.llvm.org> wrote:> Hi LLVM admin team, > > > I'm trying to download the pre-built binaries from: > http://releases.llvm.org/5.0.1/clang+llvm-5.0.1-x86_64-linux-gnu-ubuntu-16.04.tar.xz > > But unfortunately get the following error: > > Error 503 first byte timeout > > first byte timeout > > Guru Mediation: > > Details: cache-lcy19227-LCY 1515490182 1947665089 > > ________________________________ > > Varnish cache server > > Do you maybe happen to know what is causing the error and how (or when) it > can be fixed? > > Thanks a lot for your help! > > -- > Cheers, > Marko Ristin > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >
Jacob Carlborg via llvm-dev
2018-Jan-13 08:41 UTC
[llvm-dev] Pre-built binaries unavailable?
On 2018-01-10 17:26, Hans Wennborg via llvm-dev wrote:> Strange. Some of the files work for me, and some get the error message > you showed.I had a problem with the following files seven hours ago when my build failed. http://releases.llvm.org/3.9.0/clang+llvm-3.9.0-x86_64-linux-gnu-ubuntu-14.04.tar.xz http://releases.llvm.org/3.9.1/clang+llvm-3.9.1-x86_64-linux-gnu-ubuntu-14.04.tar.xz http://releases.llvm.org/4.0.0/clang+llvm-4.0.0-x86_64-linux-gnu-ubuntu-14.04.tar.xz At the same time the following to files did work: http://releases.llvm.org/4.0.0/clang+llvm-4.0.0-x86_64-apple-darwin.tar.xz http://releases.llvm.org/3.9.0/clang+llvm-3.9.0-x86_64-apple-darwin.tar.xz Trying the same files now, I got a reply within 10-30 seconds. So it might just be that it's slow. -- /Jacob Carlborg