autobuild: intermittent test failure detected

Andrew Tridgell tridge at samba.org
Thu May 19 08:34:50 MDT 2011


The autobuild test system has detected an intermittent failing test in 
the current master tree.

The autobuild log of the failure is available here:

   http://git.samba.org/autobuild.flakey/2011-05-19-1634/flakey.log

The samba3 build logs are available here:

   http://git.samba.org/autobuild.flakey/2011-05-19-1634/samba3.stderr
   http://git.samba.org/autobuild.flakey/2011-05-19-1634/samba3.stdout

The source4 build logs are available here:

   http://git.samba.org/autobuild.flakey/2011-05-19-1634/samba4.stderr
   http://git.samba.org/autobuild.flakey/2011-05-19-1634/samba4.stdout
  
The top commit at the time of the failure was:

commit 66c3d5d74b25b9b7703c2f48fd02a43f1d2ae9f2
Author: Jeremy Allison <jra at samba.org>
Date:   Wed May 18 15:28:28 2011 -0700

    Fix bug found when building on an IPv6-only system by Kai Blin.
    
    When building on IPv6-only, doing:
    
    hints.ai_family = AF_INET;
    getaddrinfo("0.0.0.0", NULL, &hints, &ppres)
    
    fails as AF_INET is unavailable on an IPv6-only system. This
    causes us to fallback to our replacement getaddrinfo code
    which is IPv4-only.
    
    As we're only trying to detect a specific AIX bug here,
    broaden the tests to find that bug, and also test for
    working getaddrinfo in an IPv6-only safe way.
    
    Autobuild-User: Jeremy Allison <jra at samba.org>
    Autobuild-Date: Thu May 19 02:21:54 CEST 2011 on sn-devel-104


More information about the samba-cvs mailing list