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

2016-12-04 Thread autobuild
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-12-05-0803/flakey.log

The samba build logs are available here:

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

commit 3de13cbc64405998f138c57df45b2e44ef0efdde
Author: Martin Schwenke 
Date:   Thu Nov 24 14:48:04 2016 +1100

debug: Add minimalist D_* macros

These don't include the function name or any other header.

Signed-off-by: Martin Schwenke 
Reviewed-by: Amitay Isaacs 

Autobuild-User(master): Amitay Isaacs 
Autobuild-Date(master): Mon Dec  5 05:58:48 CET 2016 on sn-devel-144



[SCM] Samba Shared Repository - branch master updated

2016-12-04 Thread Amitay Isaacs
The branch, master has been updated
   via  3de13cb debug: Add minimalist D_* macros
  from  01cc499 idmap_hash: stdio.h comes with replace.h

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -
commit 3de13cbc64405998f138c57df45b2e44ef0efdde
Author: Martin Schwenke 
Date:   Thu Nov 24 14:48:04 2016 +1100

debug: Add minimalist D_* macros

These don't include the function name or any other header.

Signed-off-by: Martin Schwenke 
Reviewed-by: Amitay Isaacs 

Autobuild-User(master): Amitay Isaacs 
Autobuild-Date(master): Mon Dec  5 05:58:48 CET 2016 on sn-devel-144

---

Summary of changes:
 lib/util/debug.h | 6 ++
 1 file changed, 6 insertions(+)


Changeset truncated at 500 lines:

diff --git a/lib/util/debug.h b/lib/util/debug.h
index 95b0a30..b50bf50 100644
--- a/lib/util/debug.h
+++ b/lib/util/debug.h
@@ -227,6 +227,12 @@ extern int  *DEBUGLEVEL_CLASS;
 #define DBG_INFO(...)  DBG_PREFIX(DBGLVL_INFO, (__VA_ARGS__))
 #define DBG_DEBUG(...) DBG_PREFIX(DBGLVL_DEBUG,(__VA_ARGS__))
 
+#define D_ERR(...) DEBUG(DBGLVL_ERR,   (__VA_ARGS__))
+#define D_WARNING(...) DEBUG(DBGLVL_WARNING,   (__VA_ARGS__))
+#define D_NOTICE(...)  DEBUG(DBGLVL_NOTICE,(__VA_ARGS__))
+#define D_INFO(...)DEBUG(DBGLVL_INFO,  (__VA_ARGS__))
+#define D_DEBUG(...)   DEBUG(DBGLVL_DEBUG, (__VA_ARGS__))
+
 /* The following definitions come from lib/debug.c  */
 
 /** Possible destinations for the debug log (in order of precedence -


-- 
Samba Shared Repository



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

2016-12-04 Thread autobuild
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-12-05-0407/flakey.log

The samba build logs are available here:

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

commit 01cc499beccf962d62fbe4fb8927f80ed8ab6913
Author: Volker Lendecke 
Date:   Tue Nov 22 01:31:19 2016 +0100

idmap_hash: stdio.h comes with replace.h

Signed-off-by: Volker Lendecke 
Reviewed-by: Michael Adam 

Autobuild-User(master): Michael Adam 
Autobuild-Date(master): Sun Dec  4 20:20:19 CET 2016 on sn-devel-144



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

2016-12-04 Thread autobuild
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-12-05-0003/flakey.log

The samba build logs are available here:

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

commit 01cc499beccf962d62fbe4fb8927f80ed8ab6913
Author: Volker Lendecke 
Date:   Tue Nov 22 01:31:19 2016 +0100

idmap_hash: stdio.h comes with replace.h

Signed-off-by: Volker Lendecke 
Reviewed-by: Michael Adam 

Autobuild-User(master): Michael Adam 
Autobuild-Date(master): Sun Dec  4 20:20:19 CET 2016 on sn-devel-144



[SCM] Samba Shared Repository - branch master updated

2016-12-04 Thread Michael Adam
The branch, master has been updated
   via  01cc499 idmap_hash: stdio.h comes with replace.h
   via  25305d1 idmap_hash: Make lw_map_file static
   via  807f374 winbind: lookup_usergroups_cached doesn't use the "domain" 
parameter
   via  4aa3a7f s3:waf: Remove unneeded CHARSET3 dependency
   via  f858121 s3:waf: Make PARAM and SMBREGISTRY a subsystem of smbconf 
only
   via  4c4fb69 s4:waf: Remove unneded dependency to s3 param
   via  676043c s3:waf samba3util requires CHARSET3
   via  cbcf9fa s3:waf: Move cbuf functions to samba3-util
   via  0c69a00 s3:waf: Move popt_samba3 up in the stack
   via  ed11f46 s3:waf: Reformat vlp
   via  1f1a327 s3:waf: Reformat rpc_open_tcp
   via  6a9785c s3:waf: Reformat versiontest
   via  3970d49 s3:waf: Reformat vfstest
   via  153ecea s3:waf: Reformat pdbtest
   via  ea4deca s3:waf: Reformat msg_source
   via  777a620 s3:waf: Reformat msg_sink
   via  e30120f s3:waf: Reformat msgtest
   via  533479c s3:waf: Reformat smbconftort
   via  7ec6088 s3:waf: Reformat smbtorture3
   via  43825b2 s3:waf: Reformat smbstatus
   via  4190b3c s3:waf: Reformat locktest2
   via  9571948 s3:waf: Reformat smbspool_krb5_wrapper
   via  662b1ff s3:waf: Reformat smbspool
   via  b619b32 s3:waf: Reformat smbclient
   via  a8bf998d s3:waf: Reformat cli_spoolss
   via  00ff779 s3:waf: Reformat libcli_netlogon3
   via  956cb52 s3:waf: Reformat errors3
   via  5ed1661 s3:waf: Reformat CHARSET3
   via  67207a5 s3:waf: Reformat samba3-util
   via  d34e3e0 s3:waf: Reformat trusts_util
   via  6dfeead s3:waf: Reformat DCUTIL
   via  448b51e s3:waf: Reformat SLCACHE
   via  00cd49e s3:waf: Reformat PASSCHANGE
   via  5f2d475 s3:waf: Reformat PLAINTEXT_AUTH
   via  3e4009e s3:waf: Reformat SERVICES
   via  b4770f2 s3:waf: Reformat LIBNMB
   via  aeb8836 s3:waf: Reformat LIBNET_SAMSYNC
   via  a28f75a s3:waf: Reformat LIBNET_DSSYNC
   via  fe36056 s3:waf: Reformat PRINTING
   via  21cbe63 s3:waf: Reformat printing_migrate
   via  6d20de3 s3:waf: Reformat PRINTBACKEND
   via  b21adbe s3:waf: Reformat PRINTBASE
   via  7227a85 s3:waf: Reformat LOCKING
   via  bb6cc0b s3:waf: Reformat smbd_base
   via  230949f s3:waf: Reformat smbconf
   via  24a0b38 s3:waf: Reformat ads
   via  b3f39fd s3:waf: Reformat secrets3
   via  592d5a9 s3:waf: Reformat libsmb
   via  b9ee6e3 s3:waf: Reformat samba3core
   via  1945f7d s3:waf: Reformat messages_dgm
   via  f0db5c5 s3:waf: Reformat TDB_LIB
   via  c4e8acf s3:waf: Reformat samba3-util
   via  6dd83b7 s3:waf: Reformat REG_FULL
   via  3c0990c s3:waf: Reformat REG_SMBCONF
   via  0da031e s3:waf: Reformat smbregistry
   via  ce400d5 s3:waf: Reformat param
   via  226f24c s3:waf: Reformat smbldaphelper
   via  c5b3f7c s3:waf: Reformat pdb
   via  db5bc68 s3:waf: Reformat samba-passdb
   via  c122d58 s3:waf: Reformat TLDAP
   via  08e740e s3:waf: Reformat GROUPDB
   via  a6c998a s3:waf: Reformat AVAHI
   via  39f69b9 s3:waf: Reformat gpo
   via  093a991 s3:waf: Reformat msrpc3
  from  383530c libsocket: Make sure ifr.ifr_name is null-terminated

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -
commit 01cc499beccf962d62fbe4fb8927f80ed8ab6913
Author: Volker Lendecke 
Date:   Tue Nov 22 01:31:19 2016 +0100

idmap_hash: stdio.h comes with replace.h

Signed-off-by: Volker Lendecke 
Reviewed-by: Michael Adam 

Autobuild-User(master): Michael Adam 
Autobuild-Date(master): Sun Dec  4 20:20:19 CET 2016 on sn-devel-144

commit 25305d172ea4e984a84af667c4c9787a43ebb9b1
Author: Volker Lendecke 
Date:   Tue Nov 22 01:27:40 2016 +0100

idmap_hash: Make lw_map_file static

Signed-off-by: Volker Lendecke 
Reviewed-by: Michael Adam 

commit 807f37493da8afc419d7e25f15a24f5fb5718d7f
Author: Volker Lendecke 
Date:   Fri Nov 4 15:33:11 2016 +0100

winbind: lookup_usergroups_cached doesn't use the "domain" parameter

Signed-off-by: Volker Lendecke 
Reviewed-by: Michael Adam 

commit 4aa3a7f27548eda68f415a8f5bde013a7a9d58d4
Author: Andreas Schneider 
Date:   Tue Nov 22 17:35:31 2016 +0100

s3:waf: Remove unneeded CHARSET3 dependency

Signed-off-by: Andreas Schneider 
Reviewed-by: Michael Adam 
Reviewed-by: Andrew Bartlett 

commit f858121d8f94bd0da6fb93c4e6ab5f4a0e3c9c51
Author: Andreas Schneider 
Date:   Tue Nov 22 13:47:32 2016 +0100

s3:waf: Make PARAM and SMBREGISTRY a subsystem of smbconf only

This is the only way 

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

2016-12-04 Thread autobuild
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-12-04-2005/flakey.log

The samba build logs are available here:

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

commit 383530c164719b1ab41004f6dba2743ebba222ae
Author: Andreas Schneider 
Date:   Wed Jun 22 11:26:06 2016 +0200

libsocket: Make sure ifr.ifr_name is null-terminated

Found by Coverity

Signed-off-by: Andreas Schneider 
Reviewed-by: Jeremy Allison 

Autobuild-User(master): Jeremy Allison 
Autobuild-Date(master): Sat Dec  3 03:40:53 CET 2016 on sn-devel-144



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

2016-12-04 Thread autobuild
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-12-04-1610/flakey.log

The samba build logs are available here:

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

commit 383530c164719b1ab41004f6dba2743ebba222ae
Author: Andreas Schneider 
Date:   Wed Jun 22 11:26:06 2016 +0200

libsocket: Make sure ifr.ifr_name is null-terminated

Found by Coverity

Signed-off-by: Andreas Schneider 
Reviewed-by: Jeremy Allison 

Autobuild-User(master): Jeremy Allison 
Autobuild-Date(master): Sat Dec  3 03:40:53 CET 2016 on sn-devel-144



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

2016-12-04 Thread autobuild
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-12-04-1208/flakey.log

The samba build logs are available here:

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

commit 383530c164719b1ab41004f6dba2743ebba222ae
Author: Andreas Schneider 
Date:   Wed Jun 22 11:26:06 2016 +0200

libsocket: Make sure ifr.ifr_name is null-terminated

Found by Coverity

Signed-off-by: Andreas Schneider 
Reviewed-by: Jeremy Allison 

Autobuild-User(master): Jeremy Allison 
Autobuild-Date(master): Sat Dec  3 03:40:53 CET 2016 on sn-devel-144