autobuild[sn-devel-104]: intermittent test failure detected

autobuild autobuild at samba.org
Fri Jul 1 10:03:56 UTC 2016


The autobuild test system (on sn-devel-104) 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.sn-devel-104/2016-07-01-1203/flakey.log

The samba build logs are available here:

   http://git.samba.org/autobuild.flakey.sn-devel-104/2016-07-01-1203/samba.stderr
   http://git.samba.org/autobuild.flakey.sn-devel-104/2016-07-01-1203/samba.stdout
  
The top commit at the time of the failure was:

commit f13d07e459261ba0881ee725e94edd988c57479f
Author: Aurelien Aptel <aaptel at suse.com>
Date:   Wed Mar 9 13:43:09 2016 +0100

    s3/winbindd: use == -1 instead of < 0 for error checking uid_t
    
    The sign of the uid_t type is left unspecified by POSIX. It's defined as
    an unsigned 32b int on Linux, therefore the < 0 check is always
    false.
    
    For unsigned version of uid_t, "uid == -1" will implicitely cast -1 to
    unsigned making it a valid test for both signed and unsigned version of
    uid_t.
    
    This commit makes the cast to (uid_t) explicit anyway.
    
    Signed-off-by: Aurelien Aptel <aaptel at suse.com>
    Reviewed-by: Jeremy Allison <jra at samba.org>
    Reviewed-by: Michael Adam <obnox at samba.org>
    
    Autobuild-User(master): Michael Adam <obnox at samba.org>
    Autobuild-Date(master): Fri Jul  1 05:22:36 CEST 2016 on sn-devel-144



More information about the samba-cvs mailing list