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

2015-11-09 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/2015-11-09-1405/flakey.log

The samba build logs are available here:

   
http://git.samba.org/autobuild.flakey.sn-devel-104/2015-11-09-1405/samba.stderr
   
http://git.samba.org/autobuild.flakey.sn-devel-104/2015-11-09-1405/samba.stdout
  
The top commit at the time of the failure was:

commit be670ef0103878d8d939de5972b567c4db404082
Author: Martin Schwenke 
Date:   Fri Oct 23 14:04:04 2015 +1100

ctdb-scripts: Add support for CTDB_DBDIR in tmpfs

The tmpfs is mounted and unmounted by ctdbd_wrapper.  Format is
CTDB_DBDIR=tmpfs:.  The only default for the tmpfs is
mode=700 - to override, specify a different value in .

Signed-off-by: Martin Schwenke 
Reviewed-by: Michael Adam 

Autobuild-User(master): Michael Adam 
Autobuild-Date(master): Mon Nov  9 10:58:32 CET 2015 on sn-devel-104



[SCM] Samba Shared Repository - branch master updated

2015-11-09 Thread Martin Schwenke
The branch, master has been updated
   via  4749aec s3-build: Avoid setting CTDB specific include path
  from  be670ef ctdb-scripts: Add support for CTDB_DBDIR in tmpfs

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


- Log -
commit 4749aec513e4409d4c6a0f0cb4e6121175a1c50d
Author: Amitay Isaacs 
Date:   Sat Nov 7 23:21:34 2015 +1100

s3-build: Avoid setting CTDB specific include path

The include paths for CTDB are set via ctdb/wscript.

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

Autobuild-User(master): Martin Schwenke 
Autobuild-Date(master): Mon Nov  9 14:31:24 CET 2015 on sn-devel-104

---

Summary of changes:
 source3/wscript   | 3 +--
 source3/wscript_build | 4 +---
 2 files changed, 2 insertions(+), 5 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/wscript b/source3/wscript
index 4b65d88..2f2c1db 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -1484,9 +1484,8 @@ main() {
 conf.env.with_ctdb = False
 else:
 Logs.info("building with cluster support")
-conf.env['CTDB_CFLAGS'] = '-DCLUSTER_SUPPORT=1'
-conf.env['CTDB_INCLUDE'] = conf.srcdir + '/ctdb/include'
 conf.env.with_ctdb = True
+conf.DEFINE('CLUSTER_SUPPORT', 1)
 
 conf.CHECK_CODE('void seekdir(DIR *d, long loc) { return; }',
 'SEEKDIR_RETURNS_VOID',
diff --git a/source3/wscript_build b/source3/wscript_build
index be749ef..e28fe30 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -262,7 +262,7 @@ bld.SAMBA3_SUBSYSTEM('samba3util',
lib/sock_exec.c''',
deps='ndr LIBTSOCKET samba-security NDR_SECURITY samba-util 
util_tdb sys_rw iov_buf')
 
-if bld.CONFIG_GET("CTDB_CFLAGS") and bld.CONFIG_GET("CTDB_INCLUDE"):
+if bld.env.with_ctdb:
 SAMBA_CLUSTER_SUPPORT_SOURCES='''
  lib/cluster_support.c
  lib/dbwrap/dbwrap_ctdb.c
@@ -287,8 +287,6 @@ else:
 bld.SAMBA3_LIBRARY('samba-cluster-support',
source=SAMBA_CLUSTER_SUPPORT_SOURCES,
deps=SAMBA_CLUSTER_SUPPORT_DEPS,
-   cflags=bld.CONFIG_GET("CTDB_CFLAGS"),
-   includes=bld.CONFIG_GET("CTDB_INCLUDE"),
allow_undefined_symbols=True,
private_library=True)
 


-- 
Samba Shared Repository



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

2015-11-09 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/2015-11-09-2038/flakey.log

The samba build logs are available here:

   
http://git.samba.org/autobuild.flakey.sn-devel-104/2015-11-09-2038/samba.stderr
   
http://git.samba.org/autobuild.flakey.sn-devel-104/2015-11-09-2038/samba.stdout
  
The top commit at the time of the failure was:

commit 4749aec513e4409d4c6a0f0cb4e6121175a1c50d
Author: Amitay Isaacs 
Date:   Sat Nov 7 23:21:34 2015 +1100

s3-build: Avoid setting CTDB specific include path

The include paths for CTDB are set via ctdb/wscript.

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

Autobuild-User(master): Martin Schwenke 
Autobuild-Date(master): Mon Nov  9 14:31:24 CET 2015 on sn-devel-104



[SCM] Samba Shared Repository - branch master updated

2015-11-09 Thread Michael Adam
The branch, master has been updated
   via  be670ef ctdb-scripts: Add support for CTDB_DBDIR in tmpfs
   via  f05c6d3 ctdb-scripts: Improve CTDB wrapper shutdown code
   via  3a7c73f ctdb-tests: Fix "setreclock" test
   via  1ed577e ctdb-tests: Fix the name of the "setreclock" test
   via  af26da1 vfs_acl_*: Only sha256 needed
   via  dee23e9 vfs_cap: Fix a warning
   via  9b2a4b1 lib: messages.h references struct iovec
   via  c66592b lib: Move some procid functions out of util.c
   via  f0bfd61 lib: Increase a debuglevel
   via  c526f5f vfs_fruit: Fix a typo
  from  c315fce Fix various spelling errors

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


- Log -
commit be670ef0103878d8d939de5972b567c4db404082
Author: Martin Schwenke 
Date:   Fri Oct 23 14:04:04 2015 +1100

ctdb-scripts: Add support for CTDB_DBDIR in tmpfs

The tmpfs is mounted and unmounted by ctdbd_wrapper.  Format is
CTDB_DBDIR=tmpfs:.  The only default for the tmpfs is
mode=700 - to override, specify a different value in .

Signed-off-by: Martin Schwenke 
Reviewed-by: Michael Adam 

Autobuild-User(master): Michael Adam 
Autobuild-Date(master): Mon Nov  9 10:58:32 CET 2015 on sn-devel-104

commit f05c6d32cce334d29e373f1e74f0b52cab14409d
Author: Martin Schwenke 
Date:   Fri Oct 23 14:04:04 2015 +1100

ctdb-scripts: Improve CTDB wrapper shutdown code

This will make it easier to run things after CTDB is stopped.

Signed-off-by: Martin Schwenke 
Reviewed-by: Michael Adam 

commit 3a7c73ff7ba8d66b5e0430c188e8ba0657252cea
Author: Martin Schwenke 
Date:   Fri Oct 30 13:06:24 2015 +1100

ctdb-tests: Fix "setreclock" test

1. Waiting for generation to change isn't enough.  It now changes
   early in recovery and reclock might not have been set on all nodes.
   So wait until recovery is complete before checking reclock.

2. Use onnode -p when setting reclock on all nodes.  That will cause
   it to be set quickly on all nodes, to avoid the situation where the
   recovery master is the late in the list and resets the reclock on
   earlier nodes back to the old value.  This shouldn't matter if (1)
   is done but it can't hurt.

Signed-off-by: Martin Schwenke 
Reviewed-by: Michael Adam 

commit 1ed577efa0e99ee55d78a261ffb9c6497701173f
Author: Martin Schwenke 
Date:   Mon Nov 9 11:35:03 2015 +1100

ctdb-tests: Fix the name of the "setreclock" test

It currently claims to test "setrecmaster".

Signed-off-by: Martin Schwenke 
Reviewed-by: Michael Adam 

commit af26da1e479c05090023e7066a1dfb0806e14ea4
Author: Volker Lendecke 
Date:   Sun Nov 8 11:34:40 2015 +0100

vfs_acl_*: Only sha256 needed

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

commit dee23e94722e9b5243619711ae10d38820c4fd66
Author: Volker Lendecke 
Date:   Sun Nov 8 10:43:59 2015 +0100

vfs_cap: Fix a warning

clang warns about increased alignment cast. talloc_size does align properly.

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

commit 9b2a4b1fb1d4291cc0b1e9a9f8078eb15f4b8d68
Author: Volker Lendecke 
Date:   Mon Nov 2 12:46:35 2015 +0100

lib: messages.h references struct iovec

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

commit c66592bcf75e205fcf8c3c09897f5db4f71824d6
Author: Volker Lendecke 
Date:   Fri Nov 6 16:59:44 2015 +0100

lib: Move some procid functions out of util.c

Including proto.h just for pid_to_procid() is a pain...

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

commit f0bfd61556f9fce1e7543e96e1c14b730226ee4c
Author: Volker Lendecke 
Date:   Fri Nov 6 15:39:45 2015 +0100

lib: Increase a debuglevel

We do this every time when a process exits. If that process has
properly cleaned up after itself, we spit out this message.

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

commit c526f5f28cac1aeda4cbe4ac2d70c0f2e9a65a4d
Author: Volker Lendecke 
Date:   Sun Nov 8 10:16:04 2015 +0100

vfs_fruit: Fix a typo

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

---

Summary of changes:
 ctdb/config/ctdbd_wrapper