autobuild: intermittent test failure detected

2015-09-29 Thread autobuild
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-09-29-0839/flakey.log

The samba build logs are available here:

   http://git.samba.org/autobuild.flakey/2015-09-29-0839/samba.stderr
   http://git.samba.org/autobuild.flakey/2015-09-29-0839/samba.stdout
  
The top commit at the time of the failure was:

commit 875beefcedd2ef9d608c7f58cec18a86a3fd51e1
Author: Ralph Boehme 
Date:   Sat Sep 26 01:16:50 2015 +0200

samba-tool: add command to dump dosinfo xattr from a file

Add a new command "getdosinfo" to samba-tool to dump dosinfo xattr from
a file.

Signed-off-by: Ralph Boehme 
Reviewed-by: Volker Lendecke 

Autobuild-User(master): Volker Lendecke 
Autobuild-Date(master): Tue Sep 29 06:00:49 CEST 2015 on sn-devel-104



[SCM] Samba Shared Repository - branch master updated

2015-09-29 Thread Michael Adam
The branch, master has been updated
   via  ae43867 s4-torture: trying to make clusapi resource online/offline 
testing a bit more robust
   via  6ef2d28 s3-rpcclient: protect against empty witness async notify 
messages.
   via  08e260e librpc: properly quote uuids so that wireshark dissectors 
can be built from them.
   via  4827d49 clusapi: remove security.idl dependency from IDL.
   via  71a168e build:wafsamba: Set the default installation prefix for Waf 
1.8
  from  875beef samba-tool: add command to dump dosinfo xattr from a file

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


- Log -
commit ae438675ddabbec7438ec90565d93a7e9ee86f82
Author: Günther Deschner 
Date:   Mon Sep 21 19:17:59 2015 +0200

s4-torture: trying to make clusapi resource online/offline testing a bit 
more robust

Guenther

Signed-off-by: Günther Deschner 
Reviewed-by: Michael Adam 

Autobuild-User(master): Michael Adam 
Autobuild-Date(master): Tue Sep 29 15:00:47 CEST 2015 on sn-devel-104

commit 6ef2d288a7327f356ab4694eca9b554796066257
Author: Günther Deschner 
Date:   Mon Sep 14 17:12:58 2015 +0200

s3-rpcclient: protect against empty witness async notify messages.

Guenther

Signed-off-by: Günther Deschner 
Reviewed-by: Michael Adam 

commit 08e260e3e3e6b0c1266fcd5285e666d089e4e9e0
Author: Günther Deschner 
Date:   Mon Sep 28 19:08:58 2015 +0200

librpc: properly quote uuids so that wireshark dissectors can be built from 
them.

Guenther

Signed-off-by: Günther Deschner 
Reviewed-by: Michael Adam 

commit 4827d49bd2a6a174f6c80c32ebc7b322da3a64c5
Author: Günther Deschner 
Date:   Mon Sep 28 00:47:17 2015 +0200

clusapi: remove security.idl dependency from IDL.

Guenther

Signed-off-by: Günther Deschner 
Reviewed-by: Michael Adam 

commit 71a168eb2bc9df448bab73ae55e2cd8b514b03cd
Author: Thomas Nagy 
Date:   Mon Sep 28 21:47:16 2015 +0200

build:wafsamba: Set the default installation prefix for Waf 1.8

These changes enable the default installation prefix settings to
take effect in both Waf 1.5 and 1.8 with no additional code changes.

Signed-off-by: Thomas Nagy 
Reviewed-by: Stefan Metzmacher 
Reviewed-by: Michael Adam 

---

Summary of changes:
 ctdb/wscript|  2 +-
 librpc/idl/clusapi.idl  |  4 ++--
 librpc/idl/dcom.idl |  2 +-
 librpc/idl/wmi.idl  |  8 
 source3/rpcclient/cmd_witness.c |  5 +
 source3/wscript |  2 +-
 source4/torture/rpc/clusapi.c   | 20 ++--
 wscript |  2 +-
 8 files changed, 29 insertions(+), 16 deletions(-)


Changeset truncated at 500 lines:

diff --git a/ctdb/wscript b/ctdb/wscript
index e04891b..eea25e9 100755
--- a/ctdb/wscript
+++ b/ctdb/wscript
@@ -26,7 +26,7 @@ else:
 version = samba_version.samba_version_file('%s/VERSION' % vdir, vdir, env)
 VERSION = version.STRING.replace('-', '.')
 
-Options.default_prefix = '/usr/local'
+default_prefix = Options.default_prefix = '/usr/local'
 
 samba_dist.DIST_DIRS('''ctdb:. lib/replace:lib/replace lib/talloc:lib/talloc
 lib/tevent:lib/tevent lib/tdb:lib/tdb
diff --git a/librpc/idl/clusapi.idl b/librpc/idl/clusapi.idl
index 42a9ecb..3440047 100644
--- a/librpc/idl/clusapi.idl
+++ b/librpc/idl/clusapi.idl
@@ -1,9 +1,9 @@
-import "security.idl", "winreg.idl", "misc.idl";
+import "winreg.idl", "misc.idl";
 
 #include "idl_types.h"
 
 [
-   uuid(b97db8b2-4c63-11cf-bff6-08002be23f2f),
+   uuid("b97db8b2-4c63-11cf-bff6-08002be23f2f"),
version(3.0),
pointer_default(unique),
endpoint("ncacn_ip_tcp:"),
diff --git a/librpc/idl/dcom.idl b/librpc/idl/dcom.idl
index ff44722..e53d7b8 100644
--- a/librpc/idl/dcom.idl
+++ b/librpc/idl/dcom.idl
@@ -265,7 +265,7 @@ interface IRemUnknown2 : IRemUnknown
 }
 
 [
-   uuid(DA23F6DB-6F45-466C-9EED-0B65286F2D78),
+   uuid("DA23F6DB-6F45-466C-9EED-0B65286F2D78"),
helpstring("ICoffeeMachine Interface"),
pointer_default(unique),
object
diff --git a/librpc/idl/wmi.idl b/librpc/idl/wmi.idl
index 4d428a8..43b7408 100644
--- a/librpc/idl/wmi.idl
+++ b/librpc/idl/wmi.idl
@@ -35,7 +35,7 @@ interface IWbemClassObject : IUnknown
 };
 
 [
-uuid(9A653086-174F-11d2-B5F9-00104B703EFD)
+uuid("9A653086-174F-11d2-B5F9-00104B703EFD")
 ]
 coclass WbemClassObject
 {
@@ -486,7 +486,7 @@ coclass WbemClassObject
 
 [
object, 
-   

autobuild: intermittent test failure detected

2015-09-29 Thread autobuild
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-09-30-0207/flakey.log

The samba build logs are available here:

   http://git.samba.org/autobuild.flakey/2015-09-30-0207/samba.stderr
   http://git.samba.org/autobuild.flakey/2015-09-30-0207/samba.stdout
  
The top commit at the time of the failure was:

commit ae438675ddabbec7438ec90565d93a7e9ee86f82
Author: Günther Deschner 
Date:   Mon Sep 21 19:17:59 2015 +0200

s4-torture: trying to make clusapi resource online/offline testing a bit 
more robust

Guenther

Signed-off-by: Günther Deschner 
Reviewed-by: Michael Adam 

Autobuild-User(master): Michael Adam 
Autobuild-Date(master): Tue Sep 29 15:00:47 CEST 2015 on sn-devel-104



autobuild: intermittent test failure detected

2015-09-29 Thread autobuild
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-09-30-0504/flakey.log

The samba build logs are available here:

   http://git.samba.org/autobuild.flakey/2015-09-30-0504/samba.stderr
   http://git.samba.org/autobuild.flakey/2015-09-30-0504/samba.stdout
  
The top commit at the time of the failure was:

commit ae438675ddabbec7438ec90565d93a7e9ee86f82
Author: Günther Deschner 
Date:   Mon Sep 21 19:17:59 2015 +0200

s4-torture: trying to make clusapi resource online/offline testing a bit 
more robust

Guenther

Signed-off-by: Günther Deschner 
Reviewed-by: Michael Adam 

Autobuild-User(master): Michael Adam 
Autobuild-Date(master): Tue Sep 29 15:00:47 CEST 2015 on sn-devel-104