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 <[email protected]> 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 <[email protected]> Reviewed-by: Jeremy Allison <[email protected]> Reviewed-by: Michael Adam <[email protected]> Autobuild-User(master): Michael Adam <[email protected]> Autobuild-Date(master): Fri Jul 1 05:22:36 CEST 2016 on sn-devel-144
