That section of the travis.yml file hasn't been modified in a while, so unless something changed on the travis host, I don't think the config settings are causing the issue. As has been pointed out on Jira <https://issues.apache.org/jira/browse/QUARKS-202?jql=project%20%3D%20QUARKS>, apache-ant-1.9.4 is still accessible via wget when running outside of travis.
I'd like to test whether Apache is blocking get requests from travis build servers, but other than the Apache repo, I haven't found anywhere else that the apache-ant-1.9.4 file is being hosted. On Fri, Jun 10, 2016 at 12:03 PM, Susan Cline <[email protected]> wrote: > Hi, > > I tried last night, and then again this morning to create a pull request. > Both times the travis build check failed with an error like this: > > $ wget > http://archive.apache.org/dist/ant/binaries/apache-ant-1.9.4-bin.tar.gz > --2016-06-10 15:16:41-- > http://archive.apache.org/dist/ant/binaries/apache-ant-1.9.4-bin.tar.gz > Resolving archive.apache.org (archive.apache.org)... 163.172.17.199 > Connecting to archive.apache.org (archive.apache.org)|163.172.17.199|:80... > connected. > HTTP request sent, awaiting response... 503 Service Unavailable > 2016-06-10 15:16:41 ERROR 503: Service Unavailable. > > The command "wget > http://archive.apache.org/dist/ant/binaries/apache-ant-1.9.4-bin.tar.gz" > failed and exited with 8 during . > Your build has been stopped. > > I believe some one is looking into this, but it would be great if whoever > is could confirm this so folks aren’t confused if this is failing. > > I believe we need to wait until the build is completing successfully > before merging pull requests. > > Susan
