You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by bu...@apache.org on 2015/08/23 11:39:40 UTC

buildbot failure in ASF Buildbot on jmeter-trunk

The Buildbot has detected a new failure on builder jmeter-trunk while building ASF Buildbot. Full details are available at:
    http://ci.apache.org/builders/jmeter-trunk/builds/61

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

Buildslave for this Build: hemera_ubuntu

Build Reason: The AnyBranchScheduler scheduler named 'on-jmeter-commit' triggered this build
Build Source Stamp: [branch jmeter/trunk] 1697158
Blamelist: fschumacher

BUILD FAILED: failed shell_2 shell_3

Sincerely,
 -The Buildbot




Re: buildbot failure in ASF Buildbot on jmeter-trunk

Posted by sebb <se...@gmail.com>.
The config is stored in

https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects/jmeter.conf

One of the env entries did not specify the JAVA version; it looks like
the default must have changed.

I have updated the config so both jobs explicitly request Java7.
Hopefully this will fix the issue once the new config has been picked up.


On 23 August 2015 at 10:55, Milamber <mi...@apache.org> wrote:
>
>
> On 23/08/2015 10:45, Felix Schumacher wrote:
>>
>> Am 23.08.2015 um 11:39 schrieb buildbot@apache.org:
>>>
>>> The Buildbot has detected a new failure on builder jmeter-trunk while
>>> building ASF Buildbot. Full details are available at:
>>>      http://ci.apache.org/builders/jmeter-trunk/builds/61
>>>
>>> Buildbot URL: http://ci.apache.org/
>>>
>>> Buildslave for this Build: hemera_ubuntu
>>>
>>> Build Reason: The AnyBranchScheduler scheduler named 'on-jmeter-commit'
>>> triggered this build
>>> Build Source Stamp: [branch jmeter/trunk] 1697158
>>> Blamelist: fschumacher
>>>
>>> BUILD FAILED: failed shell_2 shell_3
>>
>>
>> compile-jorphan:
>>     [javac] Compiling 55 source files to
>> /home/buildslave18/slave18/jmeter-trunk/build/build/jorphan
>>     [javac] javac: invalid target release: 1.7
>>     [javac] Usage: javac <options> <source files>
>>     [javac] use -help for a list of possible options
>>
>> BUILD FAILED
>> /home/buildslave18/slave18/jmeter-trunk/build/build.xml:798: Compile
>> failed; see the compiler error output for details.
>>
>> That looks like a problem on the buildslave, don't you think?
>
>
> Yes problem on the version of Java. I don't how to fix this... Sebb?
>
>
> ==
>
> ant package
>  in dir /home/buildslave18/slave18/jmeter-trunk/build (timeout 1200 secs)
>  watching logfiles {}
>  argv: ['ant', 'package']
>  environment:
>   ANT_HOME=/home/buildslave18/slave18/tools/ant/current
>   ANT_OPTS=-Xms128m -Xmx512m -XX:MaxPermSize=128m
>   HOME=/home/buildslave18
>   *JAVA_HOME=/usr/lib/jvm/java-6-sun*
> ===
>
>
>
>
>
>>
>> Regards,
>>  Felix
>>
>>>
>>> Sincerely,
>>>   -The Buildbot
>>>
>>>
>>>
>>
>>
>

Re: buildbot failure in ASF Buildbot on jmeter-trunk

Posted by Milamber <mi...@apache.org>.

On 23/08/2015 10:45, Felix Schumacher wrote:
> Am 23.08.2015 um 11:39 schrieb buildbot@apache.org:
>> The Buildbot has detected a new failure on builder jmeter-trunk while 
>> building ASF Buildbot. Full details are available at:
>>      http://ci.apache.org/builders/jmeter-trunk/builds/61
>>
>> Buildbot URL: http://ci.apache.org/
>>
>> Buildslave for this Build: hemera_ubuntu
>>
>> Build Reason: The AnyBranchScheduler scheduler named 
>> 'on-jmeter-commit' triggered this build
>> Build Source Stamp: [branch jmeter/trunk] 1697158
>> Blamelist: fschumacher
>>
>> BUILD FAILED: failed shell_2 shell_3
>
> compile-jorphan:
>     [javac] Compiling 55 source files to 
> /home/buildslave18/slave18/jmeter-trunk/build/build/jorphan
>     [javac] javac: invalid target release: 1.7
>     [javac] Usage: javac <options> <source files>
>     [javac] use -help for a list of possible options
>
> BUILD FAILED
> /home/buildslave18/slave18/jmeter-trunk/build/build.xml:798: Compile 
> failed; see the compiler error output for details.
>
> That looks like a problem on the buildslave, don't you think?

Yes problem on the version of Java. I don't how to fix this... Sebb?


==

ant package
  in dir /home/buildslave18/slave18/jmeter-trunk/build (timeout 1200 secs)
  watching logfiles {}
  argv: ['ant', 'package']
  environment:
   ANT_HOME=/home/buildslave18/slave18/tools/ant/current
   ANT_OPTS=-Xms128m -Xmx512m -XX:MaxPermSize=128m
   HOME=/home/buildslave18
   *JAVA_HOME=/usr/lib/jvm/java-6-sun*
===




>
> Regards,
>  Felix
>
>>
>> Sincerely,
>>   -The Buildbot
>>
>>
>>
>
>


Re: buildbot failure in ASF Buildbot on jmeter-trunk

Posted by Felix Schumacher <fe...@internetallee.de>.
Am 23.08.2015 um 11:39 schrieb buildbot@apache.org:
> The Buildbot has detected a new failure on builder jmeter-trunk while building ASF Buildbot. Full details are available at:
>      http://ci.apache.org/builders/jmeter-trunk/builds/61
>
> Buildbot URL: http://ci.apache.org/
>
> Buildslave for this Build: hemera_ubuntu
>
> Build Reason: The AnyBranchScheduler scheduler named 'on-jmeter-commit' triggered this build
> Build Source Stamp: [branch jmeter/trunk] 1697158
> Blamelist: fschumacher
>
> BUILD FAILED: failed shell_2 shell_3

compile-jorphan:
     [javac] Compiling 55 source files to /home/buildslave18/slave18/jmeter-trunk/build/build/jorphan
     [javac] javac: invalid target release: 1.7
     [javac] Usage: javac <options> <source files>
     [javac] use -help for a list of possible options

BUILD FAILED
/home/buildslave18/slave18/jmeter-trunk/build/build.xml:798: Compile failed; see the compiler error output for details.

That looks like a problem on the buildslave, don't you think?

Regards,
  Felix

>
> Sincerely,
>   -The Buildbot
>
>
>