I can see two failures in here, unrelated to the commit: 1) svn export -q https://svn.apache.org/repos/asf/httpd/test/framework/trunk test/perl-framework seems hanging, and I don't see any issue on status.apache.org:
+test -v SKIP_TESTING +svn export -q https://svn.apache.org/repos/asf/httpd/test/framework/trunk test/perl-framework No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself. I am wondering if something like the following could help: for i in {1..5} do timeout 60 svn export -q https://svn.apache.org/repos/asf/httpd/test/framework/trunk test/perl-framework if [ $? -eq 0 ]; break; else sleep 120; fi done I may have not get the problem though, please add your thoughts! 2) apt install seems failing for network issues, I'd add https://docs.travis-ci.com/user/common-build-problems/#travis_retry to all our apt configs if you like the idea. Luca Il giorno sab 21 dic 2019 alle ore 17:50 Travis CI <[email protected]> ha scritto: > apache > > / > > httpd > > <https://travis-ci.org/apache/httpd?utm_medium=notification&utm_source=email> > > [image: branch icon]trunk <https://github.com/apache/httpd/tree/trunk> > [image: build has errored] > Build #126 has errored > <https://travis-ci.org/apache/httpd/builds/628135732?utm_medium=notification&utm_source=email> > [image: arrow to build time] > [image: clock icon]11 mins and 2 secs > > [image: Lucien Gentis avatar]Lucien Gentis > f190b4e CHANGESET → > <https://github.com/apache/httpd/compare/f298cbed60f6...f190b4eb8972> > > fr doc rebuild. > > > git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1871888 > 13f79535-47bb-0310-9956-ffa450edef68 > > Want to know about upcoming build environment updates? > > Would you like to stay up-to-date with the upcoming Travis CI build > environment updates? We set up a mailing list for you! > SIGN UP HERE <http://eepurl.com/9OCsP> > > [image: book icon] > > Documentation <https://docs.travis-ci.com/> about Travis CI > Have any questions? We're here to help. <[email protected]> > Unsubscribe > <https://travis-ci.org/account/preferences/unsubscribe?repository=69847&utm_medium=notification&utm_source=email> > from build emails from the apache/httpd repository. > To unsubscribe from *all* build emails, please update your settings > <https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email>. > > [image: black and white travis ci logo] <https://travis-ci.com> > > Travis CI GmbH, Rigaer Str. 8, 10427 Berlin, Germany | GF/CEO: Randy > Jacops | Contact: [email protected] | Amtsgericht Charlottenburg, > Berlin, HRB 140133 B | Umsatzsteuer-ID gemäß §27 a Umsatzsteuergesetz: > DE282002648 >
