autobuild: intermittent test failure detected

autobuild autobuild at samba.org
Mon Jun 22 21:00:09 MDT 2015


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/2015-06-23-0500/flakey.log

The samba build logs are available here:

   http://git.samba.org/autobuild.flakey/2015-06-23-0500/samba.stderr
   http://git.samba.org/autobuild.flakey/2015-06-23-0500/samba.stdout
  
The top commit at the time of the failure was:

commit e50bf6d537ef09e936d19d6e0bf63f9bbc5d4818
Author: Felix Janda <felix.janda at posteo.de>
Date:   Sun Jun 21 12:03:56 2015 +0200

    replace: Replace BSD strtoll by wrapping strtoll instead of strtoq
    
    When it is detected that strtoll returns EINVAL not only in the case
    that the base is not supported, HAVE_BSD_STRTOLL is declared and
    strtoll is replaced. The current replacement code wraps strtoq in
    order to replace strtoll and errors out when strtoq is missing.
    
    In order to remove this possible error path, we can use strtoll instead
    of strtoq since the code is only used when it is known that strtoll exists.
    
    The fixes a compilation problem on linux systems using musl libc, which
    has a BSD-like strtoll but no strtoq.
    
    Signed-off-by: Felix Janda <felix.janda at posteo.de>
    Reviewed-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: "Stefan (metze) Metzmacher" <metze at samba.org>
    
    Autobuild-User(master): Volker Lendecke <vl at samba.org>
    Autobuild-Date(master): Mon Jun 22 12:49:10 CEST 2015 on sn-devel-104


More information about the samba-cvs mailing list