On Wed, Mar 14, 2018 at 12:10:20PM +0100, Rainer Jung wrote: > All 280 builds succeeded.
Geez, now I feel bad just testing one build ;) Great stuff! > The following test failures were seen: > > a t/ab/base.t tests 1, 3 and 5 fail always on Linux > - # Failed test 1 in t/ab/base.t at line 29 > - # Failed test 3 in t/ab/base.t at line 35 > - # Failed test 5 in t/ab/base.t at line 39 > This might be due to differences in my Perl test environment, Solaris > is using a cutom build 5.22.0, Linux platforms use their platform > perl but with custom build test modules. > The tests are new, so my guess is, this is not a regression but > something we need to fix in the test. This looks like the failure I see when localhost resolves to both ::1 and 127.0.0.1, which happens with modern Fedora hosts: $ grep localhost /etc/hosts 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 The fixes are on trunk and I intend to propose for backport to 2.4 after this release. If you comment out the ::1 line in /etc/hosts it also works. Might be some RES_OPTIONS env var hack you can use to over-ride it, I haven't tried. Regards, Joe
