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

2016-08-11 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-08-12-0618/flakey.log

The samba build logs are available here:

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

commit e001dceadf20ca5bbc2597571d1caefe77deef77
Author: Volker Lendecke 
Date:   Thu Aug 11 15:46:49 2016 +0200

ldb: Fix some signed/unsigned hickups

Signed-off-by: Volker Lendecke 
Reviewed-by: Stefan Metzmacher 

Autobuild-User(master): Jeremy Allison 
Autobuild-Date(master): Thu Aug 11 23:49:38 CEST 2016 on sn-devel-144



[SCM] Samba Shared Repository - branch master updated

2016-08-11 Thread Jeremy Allison
The branch, master has been updated
   via  5700158 lib: Use replace.h properly in pthreadpool
   via  499bfce ctdb-pmda: Use 1s timeout for fetching statistics
  from  e001dce ldb: Fix some signed/unsigned hickups

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


- Log -
commit 57001580bb354be086548720b3b0d3c8b6e05642
Author: Volker Lendecke 
Date:   Sun Jul 31 07:42:21 2016 +0200

lib: Use replace.h properly in pthreadpool

Signed-off-by: Volker Lendecke 
Reviewed-by: Jeremy Allison 

Autobuild-User(master): Jeremy Allison 
Autobuild-Date(master): Fri Aug 12 04:26:09 CEST 2016 on sn-devel-144

commit 499bfce3e9138e01216170a25b12b404d7430a74
Author: Amitay Isaacs 
Date:   Tue Aug 2 19:06:10 2016 +1000

ctdb-pmda: Use 1s timeout for fetching statistics

BUG: https://bugzilla.samba.org/show_bug.cgi?id=12138

Signed-off-by: Amitay Isaacs 
Reviewed-by: Jeremy Allison 

---

Summary of changes:
 ctdb/utils/pmda/pmda_ctdb.c   |  3 +--
 source3/lib/pthreadpool/pthreadpool.c | 14 +++---
 2 files changed, 4 insertions(+), 13 deletions(-)


Changeset truncated at 500 lines:

diff --git a/ctdb/utils/pmda/pmda_ctdb.c b/ctdb/utils/pmda/pmda_ctdb.c
index 6131be9..a77f26c 100644
--- a/ctdb/utils/pmda/pmda_ctdb.c
+++ b/ctdb/utils/pmda/pmda_ctdb.c
@@ -441,7 +441,6 @@ static int
 pmda_ctdb_fetch(int numpmid, pmID pmidlist[], pmResult **resp, pmdaExt *pmda)
 {
int ret;
-   struct timeval ctdb_timeout;
 
if (client == NULL) {
fprintf(stderr, "attempting reconnect to ctdbd\n");
@@ -453,7 +452,7 @@ pmda_ctdb_fetch(int numpmid, pmID pmidlist[], pmResult 
**resp, pmdaExt *pmda)
}
 
ret = ctdb_ctrl_statistics(client, ev, client, CTDB_CURRENT_NODE,
-  ctdb_timeout, );
+  tevent_timeval_current_ofs(1,0), );
if (ret != 0) {
fprintf(stderr, "ctdb control for statistics failed, 
reconnecting\n");
pmda_ctdb_daemon_disconnect();
diff --git a/source3/lib/pthreadpool/pthreadpool.c 
b/source3/lib/pthreadpool/pthreadpool.c
index 4b745e4..917bafa 100644
--- a/source3/lib/pthreadpool/pthreadpool.c
+++ b/source3/lib/pthreadpool/pthreadpool.c
@@ -17,21 +17,13 @@
  * along with this program.  If not, see .
  */
 
-#include "config.h"
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
+#include "replace.h"
 #include "system/time.h"
 #include "system/filesys.h"
-#include "replace.h"
-
 #include "pthreadpool.h"
 #include "lib/util/dlinklist.h"
+#include "system/threads.h"
+#include 
 
 struct pthreadpool_job {
int id;


-- 
Samba Shared Repository



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

2016-08-11 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-08-12-0220/flakey.log

The samba build logs are available here:

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

commit e001dceadf20ca5bbc2597571d1caefe77deef77
Author: Volker Lendecke 
Date:   Thu Aug 11 15:46:49 2016 +0200

ldb: Fix some signed/unsigned hickups

Signed-off-by: Volker Lendecke 
Reviewed-by: Stefan Metzmacher 

Autobuild-User(master): Jeremy Allison 
Autobuild-Date(master): Thu Aug 11 23:49:38 CEST 2016 on sn-devel-144



[SCM] Samba Shared Repository - branch master updated

2016-08-11 Thread Jeremy Allison
The branch, master has been updated
   via  e001dce ldb: Fix some signed/unsigned hickups
   via  df83b17 s3: oplock: Fix race condition when closing an oplocked 
file.
   via  cb394ab smbd: oplock: Factor out internals of remove_oplock() into 
new remove_oplock_under_lock().
   via  de71801 smbd: oplock: Fixup debug messages inside remove_oplock().
  from  98d289d script/autobuild.py: include the branch name in the output

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


- Log -
commit e001dceadf20ca5bbc2597571d1caefe77deef77
Author: Volker Lendecke 
Date:   Thu Aug 11 15:46:49 2016 +0200

ldb: Fix some signed/unsigned hickups

Signed-off-by: Volker Lendecke 
Reviewed-by: Stefan Metzmacher 

Autobuild-User(master): Jeremy Allison 
Autobuild-Date(master): Thu Aug 11 23:49:38 CEST 2016 on sn-devel-144

commit df83b17c60a08a27a7ddd1d88dc125e15b3ee06d
Author: Jeremy Allison 
Date:   Wed Aug 10 14:42:07 2016 -0700

s3: oplock: Fix race condition when closing an oplocked file.

We must send the 'oplock released' message whilst the lock
is held in the close path. Otherwise the messaged smbd can
race with the share mode delete.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=12139

Signed-off-by: Jeremy Allison 
Reviewed-by: Volker Lendecke 

commit cb394abe5206dd8ad8a68f157427991b259129a7
Author: Jeremy Allison 
Date:   Wed Aug 10 14:39:52 2016 -0700

smbd: oplock: Factor out internals of remove_oplock() into new 
remove_oplock_under_lock().

Allows this to be called elsewhere.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=12139

Signed-off-by: Jeremy Allison 
Reviewed-by: Volker Lendecke 

commit de7180151fc99893c4763882fecd9d2a623cd061
Author: Jeremy Allison 
Date:   Wed Aug 10 14:35:42 2016 -0700

smbd: oplock: Fixup debug messages inside remove_oplock().

BUG: https://bugzilla.samba.org/show_bug.cgi?id=12139

Signed-off-by: Jeremy Allison 
Reviewed-by: Volker Lendecke 

---

Summary of changes:
 lib/ldb/common/ldb_pack.c |  5 ++---
 source3/smbd/close.c  | 10 -
 source3/smbd/oplock.c | 54 +--
 source3/smbd/proto.h  |  1 +
 4 files changed, 41 insertions(+), 29 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/ldb/common/ldb_pack.c b/lib/ldb/common/ldb_pack.c
index cc3a552..7e6dd2d 100644
--- a/lib/ldb/common/ldb_pack.c
+++ b/lib/ldb/common/ldb_pack.c
@@ -185,8 +185,7 @@ static bool ldb_consume_element_data(uint8_t **pp, size_t 
*premaining)
unsigned int remaining = *premaining;
uint8_t *p = *pp;
uint32_t num_values = pull_uint32(p, 0);
-   uint32_t len;
-   int j;
+   uint32_t j, len;
 
p += 4;
if (remaining < 4) {
@@ -348,7 +347,7 @@ int ldb_unpack_data_only_attr_list_flags(struct ldb_context 
*ldb,
 */
if (list_size != 0) {
bool keep = false;
-   int h;
+   unsigned int h;
 
/*
 * We know that p has a \0 terminator before the
diff --git a/source3/smbd/close.c b/source3/smbd/close.c
index 3c4b9b1..22bd361 100644
--- a/source3/smbd/close.c
+++ b/source3/smbd/close.c
@@ -273,6 +273,11 @@ static NTSTATUS close_remove_share_mode(files_struct *fsp,
return NT_STATUS_INVALID_PARAMETER;
}
 
+   /* Remove the oplock before potentially deleting the file. */
+   if(fsp->oplock_type) {
+   remove_oplock_under_lock(fsp, lck);
+   }
+
if (fsp->write_time_forced) {
DEBUG(10,("close_remove_share_mode: write time forced "
"for file %s\n",
@@ -741,11 +746,6 @@ static NTSTATUS close_normal_file(struct smb_request *req, 
files_struct *fsp,
return NT_STATUS_OK;
}
 
-   /* Remove the oplock before potentially deleting the file. */
-   if(fsp->oplock_type) {
-   remove_oplock(fsp);
-   }
-
/* If this is an old DOS or FCB open and we have multiple opens on
   the same handle we only have one share mode. Ensure we only remove
   the share mode on the last close. */
diff --git a/source3/smbd/oplock.c b/source3/smbd/oplock.c
index be20dee..ff87d9e 100644
--- a/source3/smbd/oplock.c
+++ b/source3/smbd/oplock.c
@@ -223,6 +223,34 @@ bool update_num_read_oplocks(files_struct *fsp, struct 
share_mode_lock *lck)
 }
 
 /
+ Remove a file 

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

2016-08-11 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-08-11-2220/flakey.log

The samba build logs are available here:

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

commit 98d289d2e5162a23d15562b009d0edf20a55a56b
Author: Stefan Metzmacher 
Date:   Wed Aug 10 12:44:26 2016 +0200

script/autobuild.py: include the branch name in the output

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

Autobuild-User(master): Michael Adam 
Autobuild-Date(master): Thu Aug 11 08:38:47 CEST 2016 on sn-devel-144



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

2016-08-11 Thread autobuild
The autobuild test system (on sn-devel-144) 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-144/2016-08-11-1923/flakey.log

The samba build logs are available here:

   
http://git.samba.org/autobuild.flakey.sn-devel-144/2016-08-11-1923/samba.stderr
   
http://git.samba.org/autobuild.flakey.sn-devel-144/2016-08-11-1923/samba.stdout
  
The top commit at the time of the failure was:

commit 98d289d2e5162a23d15562b009d0edf20a55a56b
Author: Stefan Metzmacher 
Date:   Wed Aug 10 12:44:26 2016 +0200

script/autobuild.py: include the branch name in the output

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

Autobuild-User(master): Michael Adam 
Autobuild-Date(master): Thu Aug 11 08:38:47 CEST 2016 on sn-devel-144



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

2016-08-11 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-08-11-1620/flakey.log

The samba build logs are available here:

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

commit 98d289d2e5162a23d15562b009d0edf20a55a56b
Author: Stefan Metzmacher 
Date:   Wed Aug 10 12:44:26 2016 +0200

script/autobuild.py: include the branch name in the output

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

Autobuild-User(master): Michael Adam 
Autobuild-Date(master): Thu Aug 11 08:38:47 CEST 2016 on sn-devel-144



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

2016-08-11 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-08-11-1418/flakey.log

The samba build logs are available here:

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

commit 98d289d2e5162a23d15562b009d0edf20a55a56b
Author: Stefan Metzmacher 
Date:   Wed Aug 10 12:44:26 2016 +0200

script/autobuild.py: include the branch name in the output

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

Autobuild-User(master): Michael Adam 
Autobuild-Date(master): Thu Aug 11 08:38:47 CEST 2016 on sn-devel-144



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

2016-08-11 Thread autobuild
The autobuild test system (on sn-devel-144) 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-144/2016-08-11-1200/flakey.log

The samba build logs are available here:

   
http://git.samba.org/autobuild.flakey.sn-devel-144/2016-08-11-1200/samba.stderr
   
http://git.samba.org/autobuild.flakey.sn-devel-144/2016-08-11-1200/samba.stdout
  
The top commit at the time of the failure was:

commit 98d289d2e5162a23d15562b009d0edf20a55a56b
Author: Stefan Metzmacher 
Date:   Wed Aug 10 12:44:26 2016 +0200

script/autobuild.py: include the branch name in the output

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

Autobuild-User(master): Michael Adam 
Autobuild-Date(master): Thu Aug 11 08:38:47 CEST 2016 on sn-devel-144



[SCM] Samba Shared Repository - branch v4-5-test updated

2016-08-11 Thread Stefan Metzmacher
The branch, v4-5-test has been updated
   via  4f41b69 selftest/flapping: add some samba3.blackbox.smbclient_s3 
tests
   via  4c452a7 selftest: Move repl_schema test to a distinct OID prefix
   via  fdbefe5 s4:dsdb/repl_meta_data: Add more info on which DN we failed 
to find an attid on
   via  1b01340 s4:dsdb/repl: let dsdb_replicated_objects_convert() change 
remote to local attid for linked attributes
   via  bfb5258 s4:dsdb/repl: set working_schema->resolving_in_progress 
during schema creation
   via  f7cf3c7 s4:dsdb/schema: move messages for unknown attids to higher 
debug levels during resolving
   via  67b678f s4:dsdb/schema: split out a 
dsdb_attribute_drsuapi_remote_to_local() function
   via  9f3ff9e s4:dsdb/schema: don't update the in memory 
schema->prefixmap without reloading the schema!
   via  e895b77 s4:dsdb/schema: avoid an implicit prefix map creation in 
lookup functions
   via  5902a36 s4:dsdb/objectclass_attrs: call dsdb_attribute_from_ldb() 
without a prefixmap
   via  6143e5e s4:dsdb/repl: make sure the working_schema prefix map is 
populated with the remote prefix map
   via  d5fd8de s4:dsdb/schema: make dsdb_schema_pfm_add_entry() public and 
more useful
   via  2c2a837 s4:dsdb/schema: Remove unused old schema from memory
   via  c84842a s4:dsdb/repl: Improve memory handling in replicated schema 
code
   via  137a40b s4:dsdb/schema: don't treat an older remote schema as 
SCHEMA_MISMATCH
   via  118b76c s4:dsdb/schema: store struct dsdb_schema_info instead of a 
hexstring
   via  5925277 s4:dsdb/repl: avoid recursion after fetching schema changes.
   via  adf2ca1 s4:dsdb/schema: don't change schema->schema_info on 
originating schema changes.
   via  252a0ca s4: repl: Ensure all error paths in 
dreplsrv_op_pull_source_get_changes_trigger() are protected with tevent returns.
   via  8c8588b selftest: Merge alternate error codes into backupkey from 
backupkey_heimdal
   via  315abf8 torture/backupkey: Allow WERR_INVALID_ACCESS, 
WERR_INVALID_PARAM or WERR_INVALID_DATA
   via  732b5a7 tests:blackbox: let samba_dnsupdate.py provide more details
   via  f29471f script/autobuild.py: check for AUTOBUILD_SKIP_SAMBA_O3 
environment variable
   via  f3e8789 tests:samba_tool: make use of assertCmdFail() in gpo.py
   via  cbc6ba0 tests:samba_tool: pass stdout and stderr to 
assertCmdSuccess()
   via  76958a6 samba-tool/ldapcmp: ignore differences of whenChanged
  from  3e25b21 VERSION: Bump version up to 4.5.0rc3...

https://git.samba.org/?p=samba.git;a=shortlog;h=v4-5-test


- Log -
commit 4f41b6927a7fc59b80912895b04e78eb48caa055
Author: Stefan Metzmacher 
Date:   Sat Aug 6 10:33:49 2016 +0200

selftest/flapping: add some samba3.blackbox.smbclient_s3 tests

BUG: https://bugzilla.samba.org/show_bug.cgi?id=12108

Signed-off-by: Stefan Metzmacher 
Reviewed-by: Jeremy Allison 

Autobuild-User(master): Jeremy Allison 
Autobuild-Date(master): Thu Aug 11 04:42:30 CEST 2016 on sn-devel-144

(cherry picked from commit c064357428799ebb9c8ac5e9bf3a081bdad45072)

Autobuild-User(v4-5-test): Stefan Metzmacher 
Autobuild-Date(v4-5-test): Thu Aug 11 11:00:45 CEST 2016 on sn-devel-144

commit 4c452a77abdb2dca6d3fb30c664fb42c0557594d
Author: Andrew Bartlett 
Date:   Tue Aug 2 15:45:18 2016 +1200

selftest: Move repl_schema test to a distinct OID prefix

We also take the chance to make it clearer that the number
being passed in should be unique.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=12128

Signed-off-by: Andrew Bartlett 
Reviewed-by: Stefan Metzmacher 
(cherry picked from commit 3ce5ad1e6ca25fb91f0a0dcd7e389713913a35b0)

commit fdbefe5d28bc1b6a0da67e01ab6f6701e248128e
Author: Andrew Bartlett 
Date:   Tue Aug 2 14:28:12 2016 +1200

s4:dsdb/repl_meta_data: Add more info on which DN we failed to find an 
attid on

BUG: https://bugzilla.samba.org/show_bug.cgi?id=12128

Signed-off-by: Andrew Bartlett 
Reviewed-by: Jeremy Allison 
(cherry picked from commit 108697402c9e39511f9ea1b1e21cae9322586f6b)

commit 1b01340aa074e6e24853db5dcd88325fc7b8b468
Author: Stefan Metzmacher 
Date:   Mon Aug 8 09:10:48 2016 +0200

s4:dsdb/repl: let dsdb_replicated_objects_convert() change remote to local 
attid for linked attributes

We already do that for objects in dsdb_convert_object_ex().

We need to be consistent and do the same for linked attributes.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=12128

Signed-off-by: Stefan Metzmacher 
Reviewed-by: Jeremy 

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

2016-08-11 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-08-11-1020/flakey.log

The samba build logs are available here:

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

commit c064357428799ebb9c8ac5e9bf3a081bdad45072
Author: Stefan Metzmacher 
Date:   Sat Aug 6 10:33:49 2016 +0200

selftest/flapping: add some samba3.blackbox.smbclient_s3 tests

BUG: https://bugzilla.samba.org/show_bug.cgi?id=12108

Signed-off-by: Stefan Metzmacher 
Reviewed-by: Jeremy Allison 

Autobuild-User(master): Jeremy Allison 
Autobuild-Date(master): Thu Aug 11 04:42:30 CEST 2016 on sn-devel-144



[SCM] Samba Shared Repository - branch master updated

2016-08-11 Thread Michael Adam
The branch, master has been updated
   via  98d289d script/autobuild.py: include the branch name in the output
  from  c064357 selftest/flapping: add some samba3.blackbox.smbclient_s3 
tests

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


- Log -
commit 98d289d2e5162a23d15562b009d0edf20a55a56b
Author: Stefan Metzmacher 
Date:   Wed Aug 10 12:44:26 2016 +0200

script/autobuild.py: include the branch name in the output

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

Autobuild-User(master): Michael Adam 
Autobuild-Date(master): Thu Aug 11 08:38:47 CEST 2016 on sn-devel-144

---

Summary of changes:
 script/autobuild.py | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)


Changeset truncated at 500 lines:

diff --git a/script/autobuild.py b/script/autobuild.py
index 811f906..419fe1a 100755
--- a/script/autobuild.py
+++ b/script/autobuild.py
@@ -634,8 +634,8 @@ The last 50 lines of log messages:
 f.close()
 
 logs = os.path.join(gitroot, 'logs.tar.gz')
-send_email('autobuild failure on %s for task %s during %s'
-   % (platform.node(), failed_task, failed_stage),
+send_email('autobuild[%s] failure on %s for task %s during %s'
+   % (options.branch, platform.node(), failed_task, failed_stage),
text, logs)
 
 def email_success(elapsed_time, log_base=None):
@@ -666,7 +666,7 @@ The top commit for the tree that was built was:
 ''' % top_commit_msg
 
 logs = os.path.join(gitroot, 'logs.tar.gz')
-send_email('autobuild success on %s' % platform.node(),
+send_email('autobuild[%s] success on %s' % (options.branch, 
platform.node()),
text, logs)
 
 
@@ -768,7 +768,7 @@ else:
 
 AUTOBUILD FAILURE
 
-Your autobuild on %s failed after %.1f minutes
+Your autobuild[%s] on %s failed after %.1f minutes
 when trying to test %s with the following error:
 
%s
@@ -777,7 +777,7 @@ the autobuild has been abandoned. Please fix the error and 
resubmit.
 
 
 
-''' % (platform.node(), elapsed_minutes, failed_task, errstr)
+''' % (options.branch, platform.node(), elapsed_minutes, failed_task, errstr)
 
 cleanup()
 print(errstr)


-- 
Samba Shared Repository