Re: buildbot failure in on ofbiz-trunk-framework-plugins

2017-06-24 Thread Taher Alkhateeb
I suspect we did something wrong in the buildbot scripts lately and that is
why we're having these weird consistent crashes. We need to review these
files.

On Sat, Jun 24, 2017 at 11:30 PM,  wrote:

> The Buildbot has detected a new failure on builder
> ofbiz-trunk-framework-plugins while building . Full details are available
> at:
> https://ci.apache.org/builders/ofbiz-trunk-
> framework-plugins/builds/184
>
> Buildbot URL: https://ci.apache.org/
>
> Buildslave for this Build: silvanus_ubuntu
>
> Build Reason: The AnyBranchScheduler scheduler named
> 'on-ofbiz-framework-commit' triggered this build
> Build Source Stamp: [branch ofbiz/ofbiz-framework/trunk] 1799779
> Blamelist: taher
>
> BUILD FAILED: failed shell_4
>
> Sincerely,
>  -The Buildbot
>
>
>
>


buildbot failure in on ofbiz-trunk-framework-plugins

2017-06-24 Thread buildbot
The Buildbot has detected a new failure on builder 
ofbiz-trunk-framework-plugins while building . Full details are available at:
https://ci.apache.org/builders/ofbiz-trunk-framework-plugins/builds/184

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: silvanus_ubuntu

Build Reason: The AnyBranchScheduler scheduler named 
'on-ofbiz-framework-commit' triggered this build
Build Source Stamp: [branch ofbiz/ofbiz-framework/trunk] 1799779
Blamelist: taher

BUILD FAILED: failed shell_4

Sincerely,
 -The Buildbot





Re: svn commit: r1799736 - /ofbiz/ofbiz-framework/trunk/build.gradle

2017-06-24 Thread Taher Alkhateeb
This commit is wrong and bad on multiple levels. Please revert

On Sat, Jun 24, 2017 at 10:56 AM,  wrote:

> Author: jleroux
> Date: Sat Jun 24 07:56:45 2017
> New Revision: 1799736
>
> URL: http://svn.apache.org/viewvc?rev=1799736=rev
> Log:
> No functional change
>
> Improves terminateOfbiz byt using TERM before KILL
> https://fr.wikipedia.org/wiki/Kill_(Unix)
> https://unix.stackexchange.com/questions/8916/when-
> should-i-not-kill-9-a-process
>
> Modified:
> ofbiz/ofbiz-framework/trunk/build.gradle
>
> Modified: ofbiz/ofbiz-framework/trunk/build.gradle
> URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/
> build.gradle?rev=1799736=1799735=1799736=diff
> 
> ==
> --- ofbiz/ofbiz-framework/trunk/build.gradle (original)
> +++ ofbiz/ofbiz-framework/trunk/build.gradle Sat Jun 24 07:56:45 2017
> @@ -332,8 +332,13 @@ task terminateOfbiz(group: ofbizServer,
>  standardOutput = processOutput
>  }
>  processOutput.toString().split(System.lineSeparator()).each
> { line ->
> +// Try to terminate cleanly
>  if (line ==~ /.*org\.apache\.ofbiz\.base\.start\.Start.*/)
> {
> -exec { commandLine 'kill', '-9',
> line.tokenize().first() }
> +exec { commandLine 'kill', '-TERM',
> line.tokenize().first() }
> +}
> +// Only kill if needed
> +if (line ==~ /.*org\.apache\.ofbiz\.base\.start\.Start.*/)
> {
> +exec { commandLine 'kill', '-KILL',
> line.tokenize().first() }
>  }
>  }
>  }
>
>
>


buildbot success in on ofbiz-trunk-framework-plugins

2017-06-24 Thread buildbot
The Buildbot has detected a restored build on builder 
ofbiz-trunk-framework-plugins while building . Full details are available at:
https://ci.apache.org/builders/ofbiz-trunk-framework-plugins/builds/182

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: orcus_ubuntu

Build Reason: forced: by IRC user  (privmsg): forces manual build 
after not same local error
Build Source Stamp: HEAD
Blamelist: 

Build succeeded!

Sincerely,
 -The Buildbot





buildbot success in on ofbiz-branch16

2017-06-24 Thread buildbot
The Buildbot has detected a restored build on builder ofbiz-branch16 while 
building . Full details are available at:
https://ci.apache.org/builders/ofbiz-branch16/builds/70

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: lares_ubuntu

Build Reason: The AnyBranchScheduler scheduler named 'on-ofbiz16-commit' 
triggered this build
Build Source Stamp: [branch ofbiz/branches/release16.11] 1799768
Blamelist: jleroux

Build succeeded!

Sincerely,
 -The Buildbot





buildbot failure in on ofbiz-trunk-framework-plugins

2017-06-24 Thread buildbot
The Buildbot has detected a new failure on builder 
ofbiz-trunk-framework-plugins while building . Full details are available at:
https://ci.apache.org/builders/ofbiz-trunk-framework-plugins/builds/181

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: orcus_ubuntu

Build Reason: The AnyBranchScheduler scheduler named 
'on-ofbiz-framework-commit' triggered this build
Build Source Stamp: [branch ofbiz/ofbiz-framework/trunk] 1799767
Blamelist: jleroux

BUILD FAILED: failed shell_4

Sincerely,
 -The Buildbot