You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2015/12/10 00:02:56 UTC

Build failed in Jenkins: JMeter-trunk #4805

See <https://builds.apache.org/job/JMeter-trunk/4805/changes>

Changes:

[sebb] +=NewlineAtEndOfFile

------------------------------------------
[...truncated 961 lines...]
    [javac]             ^
    [javac]   symbol:   class SampleResult
    [javac]   location: class XPathAssertionTest
    [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/assertions/XPathAssertionTest.java>:41: error: cannot find symbol
    [javac]     private JMeterVariables vars;
    [javac]             ^
    [javac]   symbol:   class JMeterVariables
    [javac]   location: class XPathAssertionTest
    [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/assertions/XPathAssertionTest.java>:43: error: cannot find symbol
    [javac]     private JMeterContext jmctx;
    [javac]             ^
    [javac]   symbol:   class JMeterContext
    [javac]   location: class XPathAssertionTest
    [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/config/TestCVSDataSet.java>:28: error: cannot find symbol
    [javac] import org.apache.jmeter.services.FileServer;
    [javac]                                  ^
    [javac]   symbol:   class FileServer
    [javac]   location: package org.apache.jmeter.services
    [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/config/TestCVSDataSet.java>:29: error: cannot find symbol
    [javac] import org.apache.jmeter.threads.JMeterContext;
    [javac]                                 ^
    [javac]   symbol:   class JMeterContext
    [javac]   location: package org.apache.jmeter.threads
    [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/config/TestCVSDataSet.java>:30: error: cannot find symbol
    [javac] import org.apache.jmeter.threads.JMeterContextService;
    [javac]                                 ^
    [javac]   symbol:   class JMeterContextService
    [javac]   location: package org.apache.jmeter.threads
    [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/config/TestCVSDataSet.java>:31: error: cannot find symbol
    [javac] import org.apache.jmeter.threads.JMeterVariables;
    [javac]                                 ^
    [javac]   symbol:   class JMeterVariables
    [javac]   location: package org.apache.jmeter.threads
    [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/config/TestCVSDataSet.java>:32: error: cannot find symbol
    [javac] import org.apache.jorphan.util.JMeterStopThreadException;
    [javac]                               ^
    [javac]   symbol:   class JMeterStopThreadException
    [javac]   location: package org.apache.jorphan.util
    [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/config/TestCVSDataSet.java>:36: error: cannot find symbol
    [javac]     private JMeterVariables threadVars;
    [javac]             ^
    [javac]   symbol:   class JMeterVariables
    [javac]   location: class TestCVSDataSet
    [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/config/TestCVSDataSet.java>:205: error: cannot find symbol
    [javac]     private CSVDataSet initCSV(){
    [javac]             ^
    [javac]   symbol:   class CSVDataSet
    [javac]   location: class TestCVSDataSet
    [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/config/gui/TestArgumentsPanel.java>:23: error: cannot find symbol
    [javac] import org.apache.jmeter.config.Argument;
    [javac]                                ^
    [javac]   symbol:   class Argument
    [javac]   location: package org.apache.jmeter.config
    [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/config/gui/TestArgumentsPanel.java>:24: error: cannot find symbol
    [javac] import org.apache.jmeter.config.Arguments;
    [javac]                                ^
    [javac]   symbol:   class Arguments
    [javac]   location: package org.apache.jmeter.config
    [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestGenericController.java>:23: error: cannot find symbol
    [javac] import org.apache.jmeter.testelement.TestElement;
    [javac]                                     ^
    [javac]   symbol:   class TestElement
    [javac]   location: package org.apache.jmeter.testelement
    [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestIfController.java>:21: error: cannot find symbol
    [javac] import org.apache.jmeter.config.Arguments;
    [javac]                                ^
    [javac]   symbol:   class Arguments
    [javac]   location: package org.apache.jmeter.config
    [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestIfController.java>:24: error: package org.apache.jmeter.modifiers does not exist
    [javac] import org.apache.jmeter.modifiers.CounterConfig;
    [javac]                                   ^
    [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestIfController.java>:25: error: package org.apache.jmeter.sampler does not exist
    [javac] import org.apache.jmeter.sampler.DebugSampler;
    [javac]                                 ^
    [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestIfController.java>:26: error: cannot find symbol
    [javac] import org.apache.jmeter.samplers.Sampler;
    [javac]                                  ^
    [javac]   symbol:   class Sampler
    [javac]   location: package org.apache.jmeter.samplers
    [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestIfController.java>:27: error: cannot find symbol
    [javac] import org.apache.jmeter.threads.JMeterContext;
    [javac]                                 ^
    [javac]   symbol:   class JMeterContext
    [javac]   location: package org.apache.jmeter.threads
    [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestIfController.java>:28: error: cannot find symbol
    [javac] import org.apache.jmeter.threads.JMeterContextService;
    [javac]                                 ^
    [javac]   symbol:   class JMeterContextService
    [javac]   location: package org.apache.jmeter.threads
    [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestIfController.java>:29: error: cannot find symbol
    [javac] import org.apache.jmeter.threads.JMeterVariables;
    [javac]                                 ^
    [javac]   symbol:   class JMeterVariables
    [javac]   location: package org.apache.jmeter.threads
    [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestInterleaveControl.java>:23: error: cannot find symbol
    [javac] import org.apache.jmeter.testelement.TestElement;
    [javac]                                     ^
    [javac]   symbol:   class TestElement
    [javac]   location: package org.apache.jmeter.testelement
    [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestLoopController.java>:24: error: cannot find symbol
    [javac] import org.apache.jmeter.engine.util.CompoundVariable;
    [javac]                                     ^
    [javac]   symbol:   class CompoundVariable
    [javac]   location: package org.apache.jmeter.engine.util
    [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestLoopController.java>:25: error: cannot find symbol
    [javac] import org.apache.jmeter.engine.util.ReplaceStringWithFunctions;
    [javac]                                     ^
    [javac]   symbol:   class ReplaceStringWithFunctions
    [javac]   location: package org.apache.jmeter.engine.util
    [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestLoopController.java>:28: error: cannot find symbol
    [javac] import org.apache.jmeter.samplers.Sampler;
    [javac]                                  ^
    [javac]   symbol:   class Sampler
    [javac]   location: package org.apache.jmeter.samplers
    [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestLoopController.java>:29: error: cannot find symbol
    [javac] import org.apache.jmeter.testelement.TestElement;
    [javac]                                     ^
    [javac]   symbol:   class TestElement
    [javac]   location: package org.apache.jmeter.testelement
    [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestLoopController.java>:30: error: cannot find symbol
    [javac] import org.apache.jmeter.testelement.property.JMeterProperty;
    [javac]                                              ^
    [javac]   symbol:   class JMeterProperty
    [javac]   location: package org.apache.jmeter.testelement.property
    [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestLoopController.java>:31: error: cannot find symbol
    [javac] import org.apache.jmeter.testelement.property.StringProperty;
    [javac]                                              ^
    [javac]   symbol:   class StringProperty
    [javac]   location: package org.apache.jmeter.testelement.property
    [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestLoopController.java>:32: error: cannot find symbol
    [javac] import org.apache.jmeter.threads.JMeterContext;
    [javac]                                 ^
    [javac]   symbol:   class JMeterContext
    [javac]   location: package org.apache.jmeter.threads
    [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestLoopController.java>:33: error: cannot find symbol
    [javac] import org.apache.jmeter.threads.JMeterContextService;
    [javac]                                 ^
    [javac]   symbol:   class JMeterContextService
    [javac]   location: package org.apache.jmeter.threads
    [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestLoopController.java>:34: error: cannot find symbol
    [javac] import org.apache.jmeter.threads.JMeterVariables;
    [javac]                                 ^
    [javac]   symbol:   class JMeterVariables
    [javac]   location: package org.apache.jmeter.threads
    [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestOnceOnlyController.java>:23: error: cannot find symbol
    [javac] import org.apache.jmeter.testelement.TestElement;
    [javac]                                     ^
    [javac]   symbol:   class TestElement
    [javac]   location: package org.apache.jmeter.testelement
    [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestRandomOrderController.java>:24: error: cannot find symbol
    [javac] import org.apache.jmeter.testelement.TestElement;
    [javac]                                     ^
    [javac]   symbol:   class TestElement
    [javac]   location: package org.apache.jmeter.testelement
    [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestRunTime.java>:23: error: cannot find symbol
    [javac] import org.apache.jmeter.samplers.Sampler;
    [javac]                                  ^
    [javac]   symbol:   class Sampler
    [javac]   location: package org.apache.jmeter.samplers
    [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestSwitchController.java>:24: error: cannot find symbol
    [javac] import org.apache.jmeter.engine.util.CompoundVariable;
    [javac]                                     ^
    [javac]   symbol:   class CompoundVariable
    [javac]   location: package org.apache.jmeter.engine.util
    [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestSwitchController.java>:25: error: cannot find symbol
    [javac] import org.apache.jmeter.engine.util.ReplaceStringWithFunctions;
    [javac]                                     ^
    [javac]   symbol:   class ReplaceStringWithFunctions
    [javac]   location: package org.apache.jmeter.engine.util
    [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestSwitchController.java>:28: error: cannot find symbol
    [javac] import org.apache.jmeter.samplers.Sampler;
    [javac]                                  ^
    [javac]   symbol:   class Sampler
    [javac]   location: package org.apache.jmeter.samplers
    [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestSwitchController.java>:29: error: cannot find symbol
    [javac] import org.apache.jmeter.testelement.property.JMeterProperty;
    [javac]                                              ^
    [javac]   symbol:   class JMeterProperty
    [javac]   location: package org.apache.jmeter.testelement.property
    [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestSwitchController.java>:30: error: cannot find symbol
    [javac] import org.apache.jmeter.testelement.property.StringProperty;
    [javac]                                              ^
    [javac]   symbol:   class StringProperty
    [javac]   location: package org.apache.jmeter.testelement.property
    [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestSwitchController.java>:31: error: cannot find symbol
    [javac] import org.apache.jmeter.threads.JMeterContext;
    [javac]                                 ^
    [javac]   symbol:   class JMeterContext
    [javac]   location: package org.apache.jmeter.threads
    [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestSwitchController.java>:32: error: cannot find symbol
    [javac] import org.apache.jmeter.threads.JMeterContextService;
    [javac]                                 ^
    [javac]   symbol:   class JMeterContextService
    [javac]   location: package org.apache.jmeter.threads
    [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestSwitchController.java>:33: error: cannot find symbol
    [javac] import org.apache.jmeter.threads.JMeterVariables;
    [javac]                                 ^
    [javac]   symbol:   class JMeterVariables
    [javac]   location: package org.apache.jmeter.threads
    [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestSwitchController.java>:46: error: cannot find symbol
    [javac]         private String nextName(GenericController c) {
    [javac]                                 ^
    [javac]   symbol:   class GenericController
    [javac]   location: class TestSwitchController
    [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestThroughputController.java>:23: error: cannot find symbol
    [javac] import org.apache.jmeter.testelement.TestElement;
    [javac]                                     ^
    [javac]   symbol:   class TestElement
    [javac]   location: package org.apache.jmeter.testelement
    [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestWhileController.java>:21: error: cannot find symbol
    [javac] import org.apache.jmeter.engine.util.ValueReplacer;
    [javac]                                     ^
    [javac]   symbol:   class ValueReplacer
    [javac]   location: package org.apache.jmeter.engine.util
    [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestWhileController.java>:24: error: cannot find symbol
    [javac] import org.apache.jmeter.samplers.Sampler;
    [javac]                                  ^
    [javac]   symbol:   class Sampler
    [javac]   location: package org.apache.jmeter.samplers
    [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestWhileController.java>:25: error: cannot find symbol
    [javac] import org.apache.jmeter.testelement.TestElement;
    [javac]                                     ^
    [javac]   symbol:   class TestElement
    [javac]   location: package org.apache.jmeter.testelement
    [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestWhileController.java>:26: error: cannot find symbol
    [javac] import org.apache.jmeter.testelement.property.PropertyIterator;
    [javac]                                              ^
    [javac]   symbol:   class PropertyIterator
    [javac]   location: package org.apache.jmeter.testelement.property
    [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestWhileController.java>:27: error: cannot find symbol
    [javac] import org.apache.jmeter.threads.JMeterContext;
    [javac]                                 ^
    [javac]   symbol:   class JMeterContext
    [javac]   location: package org.apache.jmeter.threads
    [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestWhileController.java>:28: error: cannot find symbol
    [javac] import org.apache.jmeter.threads.JMeterContextService;
    [javac]                                 ^
    [javac]   symbol:   class JMeterContextService
    [javac]   location: package org.apache.jmeter.threads
    [javac] 100 errors

BUILD FAILED
<https://builds.apache.org/job/JMeter-trunk/ws/trunk/build.xml>:635: Compile failed; see the compiler error output for details.

Total time: 9 seconds
Build step 'Invoke Ant' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts

Re: Build failed in Jenkins: JMeter-trunk #4805

Posted by sebb <se...@gmail.com>.
Sorry, that was my fault, I got the Ant task order wrong

On 9 December 2015 at 23:02, Apache Jenkins Server
<je...@builds.apache.org> wrote:
> See <https://builds.apache.org/job/JMeter-trunk/4805/changes>
>
> Changes:
>
> [sebb] +=NewlineAtEndOfFile
>
> ------------------------------------------
> [...truncated 961 lines...]
>     [javac]             ^
>     [javac]   symbol:   class SampleResult
>     [javac]   location: class XPathAssertionTest
>     [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/assertions/XPathAssertionTest.java>:41: error: cannot find symbol
>     [javac]     private JMeterVariables vars;
>     [javac]             ^
>     [javac]   symbol:   class JMeterVariables
>     [javac]   location: class XPathAssertionTest
>     [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/assertions/XPathAssertionTest.java>:43: error: cannot find symbol
>     [javac]     private JMeterContext jmctx;
>     [javac]             ^
>     [javac]   symbol:   class JMeterContext
>     [javac]   location: class XPathAssertionTest
>     [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/config/TestCVSDataSet.java>:28: error: cannot find symbol
>     [javac] import org.apache.jmeter.services.FileServer;
>     [javac]                                  ^
>     [javac]   symbol:   class FileServer
>     [javac]   location: package org.apache.jmeter.services
>     [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/config/TestCVSDataSet.java>:29: error: cannot find symbol
>     [javac] import org.apache.jmeter.threads.JMeterContext;
>     [javac]                                 ^
>     [javac]   symbol:   class JMeterContext
>     [javac]   location: package org.apache.jmeter.threads
>     [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/config/TestCVSDataSet.java>:30: error: cannot find symbol
>     [javac] import org.apache.jmeter.threads.JMeterContextService;
>     [javac]                                 ^
>     [javac]   symbol:   class JMeterContextService
>     [javac]   location: package org.apache.jmeter.threads
>     [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/config/TestCVSDataSet.java>:31: error: cannot find symbol
>     [javac] import org.apache.jmeter.threads.JMeterVariables;
>     [javac]                                 ^
>     [javac]   symbol:   class JMeterVariables
>     [javac]   location: package org.apache.jmeter.threads
>     [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/config/TestCVSDataSet.java>:32: error: cannot find symbol
>     [javac] import org.apache.jorphan.util.JMeterStopThreadException;
>     [javac]                               ^
>     [javac]   symbol:   class JMeterStopThreadException
>     [javac]   location: package org.apache.jorphan.util
>     [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/config/TestCVSDataSet.java>:36: error: cannot find symbol
>     [javac]     private JMeterVariables threadVars;
>     [javac]             ^
>     [javac]   symbol:   class JMeterVariables
>     [javac]   location: class TestCVSDataSet
>     [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/config/TestCVSDataSet.java>:205: error: cannot find symbol
>     [javac]     private CSVDataSet initCSV(){
>     [javac]             ^
>     [javac]   symbol:   class CSVDataSet
>     [javac]   location: class TestCVSDataSet
>     [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/config/gui/TestArgumentsPanel.java>:23: error: cannot find symbol
>     [javac] import org.apache.jmeter.config.Argument;
>     [javac]                                ^
>     [javac]   symbol:   class Argument
>     [javac]   location: package org.apache.jmeter.config
>     [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/config/gui/TestArgumentsPanel.java>:24: error: cannot find symbol
>     [javac] import org.apache.jmeter.config.Arguments;
>     [javac]                                ^
>     [javac]   symbol:   class Arguments
>     [javac]   location: package org.apache.jmeter.config
>     [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestGenericController.java>:23: error: cannot find symbol
>     [javac] import org.apache.jmeter.testelement.TestElement;
>     [javac]                                     ^
>     [javac]   symbol:   class TestElement
>     [javac]   location: package org.apache.jmeter.testelement
>     [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestIfController.java>:21: error: cannot find symbol
>     [javac] import org.apache.jmeter.config.Arguments;
>     [javac]                                ^
>     [javac]   symbol:   class Arguments
>     [javac]   location: package org.apache.jmeter.config
>     [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestIfController.java>:24: error: package org.apache.jmeter.modifiers does not exist
>     [javac] import org.apache.jmeter.modifiers.CounterConfig;
>     [javac]                                   ^
>     [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestIfController.java>:25: error: package org.apache.jmeter.sampler does not exist
>     [javac] import org.apache.jmeter.sampler.DebugSampler;
>     [javac]                                 ^
>     [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestIfController.java>:26: error: cannot find symbol
>     [javac] import org.apache.jmeter.samplers.Sampler;
>     [javac]                                  ^
>     [javac]   symbol:   class Sampler
>     [javac]   location: package org.apache.jmeter.samplers
>     [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestIfController.java>:27: error: cannot find symbol
>     [javac] import org.apache.jmeter.threads.JMeterContext;
>     [javac]                                 ^
>     [javac]   symbol:   class JMeterContext
>     [javac]   location: package org.apache.jmeter.threads
>     [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestIfController.java>:28: error: cannot find symbol
>     [javac] import org.apache.jmeter.threads.JMeterContextService;
>     [javac]                                 ^
>     [javac]   symbol:   class JMeterContextService
>     [javac]   location: package org.apache.jmeter.threads
>     [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestIfController.java>:29: error: cannot find symbol
>     [javac] import org.apache.jmeter.threads.JMeterVariables;
>     [javac]                                 ^
>     [javac]   symbol:   class JMeterVariables
>     [javac]   location: package org.apache.jmeter.threads
>     [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestInterleaveControl.java>:23: error: cannot find symbol
>     [javac] import org.apache.jmeter.testelement.TestElement;
>     [javac]                                     ^
>     [javac]   symbol:   class TestElement
>     [javac]   location: package org.apache.jmeter.testelement
>     [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestLoopController.java>:24: error: cannot find symbol
>     [javac] import org.apache.jmeter.engine.util.CompoundVariable;
>     [javac]                                     ^
>     [javac]   symbol:   class CompoundVariable
>     [javac]   location: package org.apache.jmeter.engine.util
>     [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestLoopController.java>:25: error: cannot find symbol
>     [javac] import org.apache.jmeter.engine.util.ReplaceStringWithFunctions;
>     [javac]                                     ^
>     [javac]   symbol:   class ReplaceStringWithFunctions
>     [javac]   location: package org.apache.jmeter.engine.util
>     [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestLoopController.java>:28: error: cannot find symbol
>     [javac] import org.apache.jmeter.samplers.Sampler;
>     [javac]                                  ^
>     [javac]   symbol:   class Sampler
>     [javac]   location: package org.apache.jmeter.samplers
>     [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestLoopController.java>:29: error: cannot find symbol
>     [javac] import org.apache.jmeter.testelement.TestElement;
>     [javac]                                     ^
>     [javac]   symbol:   class TestElement
>     [javac]   location: package org.apache.jmeter.testelement
>     [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestLoopController.java>:30: error: cannot find symbol
>     [javac] import org.apache.jmeter.testelement.property.JMeterProperty;
>     [javac]                                              ^
>     [javac]   symbol:   class JMeterProperty
>     [javac]   location: package org.apache.jmeter.testelement.property
>     [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestLoopController.java>:31: error: cannot find symbol
>     [javac] import org.apache.jmeter.testelement.property.StringProperty;
>     [javac]                                              ^
>     [javac]   symbol:   class StringProperty
>     [javac]   location: package org.apache.jmeter.testelement.property
>     [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestLoopController.java>:32: error: cannot find symbol
>     [javac] import org.apache.jmeter.threads.JMeterContext;
>     [javac]                                 ^
>     [javac]   symbol:   class JMeterContext
>     [javac]   location: package org.apache.jmeter.threads
>     [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestLoopController.java>:33: error: cannot find symbol
>     [javac] import org.apache.jmeter.threads.JMeterContextService;
>     [javac]                                 ^
>     [javac]   symbol:   class JMeterContextService
>     [javac]   location: package org.apache.jmeter.threads
>     [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestLoopController.java>:34: error: cannot find symbol
>     [javac] import org.apache.jmeter.threads.JMeterVariables;
>     [javac]                                 ^
>     [javac]   symbol:   class JMeterVariables
>     [javac]   location: package org.apache.jmeter.threads
>     [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestOnceOnlyController.java>:23: error: cannot find symbol
>     [javac] import org.apache.jmeter.testelement.TestElement;
>     [javac]                                     ^
>     [javac]   symbol:   class TestElement
>     [javac]   location: package org.apache.jmeter.testelement
>     [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestRandomOrderController.java>:24: error: cannot find symbol
>     [javac] import org.apache.jmeter.testelement.TestElement;
>     [javac]                                     ^
>     [javac]   symbol:   class TestElement
>     [javac]   location: package org.apache.jmeter.testelement
>     [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestRunTime.java>:23: error: cannot find symbol
>     [javac] import org.apache.jmeter.samplers.Sampler;
>     [javac]                                  ^
>     [javac]   symbol:   class Sampler
>     [javac]   location: package org.apache.jmeter.samplers
>     [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestSwitchController.java>:24: error: cannot find symbol
>     [javac] import org.apache.jmeter.engine.util.CompoundVariable;
>     [javac]                                     ^
>     [javac]   symbol:   class CompoundVariable
>     [javac]   location: package org.apache.jmeter.engine.util
>     [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestSwitchController.java>:25: error: cannot find symbol
>     [javac] import org.apache.jmeter.engine.util.ReplaceStringWithFunctions;
>     [javac]                                     ^
>     [javac]   symbol:   class ReplaceStringWithFunctions
>     [javac]   location: package org.apache.jmeter.engine.util
>     [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestSwitchController.java>:28: error: cannot find symbol
>     [javac] import org.apache.jmeter.samplers.Sampler;
>     [javac]                                  ^
>     [javac]   symbol:   class Sampler
>     [javac]   location: package org.apache.jmeter.samplers
>     [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestSwitchController.java>:29: error: cannot find symbol
>     [javac] import org.apache.jmeter.testelement.property.JMeterProperty;
>     [javac]                                              ^
>     [javac]   symbol:   class JMeterProperty
>     [javac]   location: package org.apache.jmeter.testelement.property
>     [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestSwitchController.java>:30: error: cannot find symbol
>     [javac] import org.apache.jmeter.testelement.property.StringProperty;
>     [javac]                                              ^
>     [javac]   symbol:   class StringProperty
>     [javac]   location: package org.apache.jmeter.testelement.property
>     [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestSwitchController.java>:31: error: cannot find symbol
>     [javac] import org.apache.jmeter.threads.JMeterContext;
>     [javac]                                 ^
>     [javac]   symbol:   class JMeterContext
>     [javac]   location: package org.apache.jmeter.threads
>     [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestSwitchController.java>:32: error: cannot find symbol
>     [javac] import org.apache.jmeter.threads.JMeterContextService;
>     [javac]                                 ^
>     [javac]   symbol:   class JMeterContextService
>     [javac]   location: package org.apache.jmeter.threads
>     [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestSwitchController.java>:33: error: cannot find symbol
>     [javac] import org.apache.jmeter.threads.JMeterVariables;
>     [javac]                                 ^
>     [javac]   symbol:   class JMeterVariables
>     [javac]   location: package org.apache.jmeter.threads
>     [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestSwitchController.java>:46: error: cannot find symbol
>     [javac]         private String nextName(GenericController c) {
>     [javac]                                 ^
>     [javac]   symbol:   class GenericController
>     [javac]   location: class TestSwitchController
>     [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestThroughputController.java>:23: error: cannot find symbol
>     [javac] import org.apache.jmeter.testelement.TestElement;
>     [javac]                                     ^
>     [javac]   symbol:   class TestElement
>     [javac]   location: package org.apache.jmeter.testelement
>     [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestWhileController.java>:21: error: cannot find symbol
>     [javac] import org.apache.jmeter.engine.util.ValueReplacer;
>     [javac]                                     ^
>     [javac]   symbol:   class ValueReplacer
>     [javac]   location: package org.apache.jmeter.engine.util
>     [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestWhileController.java>:24: error: cannot find symbol
>     [javac] import org.apache.jmeter.samplers.Sampler;
>     [javac]                                  ^
>     [javac]   symbol:   class Sampler
>     [javac]   location: package org.apache.jmeter.samplers
>     [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestWhileController.java>:25: error: cannot find symbol
>     [javac] import org.apache.jmeter.testelement.TestElement;
>     [javac]                                     ^
>     [javac]   symbol:   class TestElement
>     [javac]   location: package org.apache.jmeter.testelement
>     [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestWhileController.java>:26: error: cannot find symbol
>     [javac] import org.apache.jmeter.testelement.property.PropertyIterator;
>     [javac]                                              ^
>     [javac]   symbol:   class PropertyIterator
>     [javac]   location: package org.apache.jmeter.testelement.property
>     [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestWhileController.java>:27: error: cannot find symbol
>     [javac] import org.apache.jmeter.threads.JMeterContext;
>     [javac]                                 ^
>     [javac]   symbol:   class JMeterContext
>     [javac]   location: package org.apache.jmeter.threads
>     [javac] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/TestWhileController.java>:28: error: cannot find symbol
>     [javac] import org.apache.jmeter.threads.JMeterContextService;
>     [javac]                                 ^
>     [javac]   symbol:   class JMeterContextService
>     [javac]   location: package org.apache.jmeter.threads
>     [javac] 100 errors
>
> BUILD FAILED
> <https://builds.apache.org/job/JMeter-trunk/ws/trunk/build.xml>:635: Compile failed; see the compiler error output for details.
>
> Total time: 9 seconds
> Build step 'Invoke Ant' marked build as failure
> [locks-and-latches] Releasing all the locks
> [locks-and-latches] All the locks released
> Archiving artifacts

Jenkins build is back to normal : JMeter-trunk #4810

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/JMeter-trunk/4810/changes>


Build failed in Jenkins: JMeter-trunk #4809

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/JMeter-trunk/4809/changes>

Changes:

[sebb] Missing anchors

[sebb] Checkstyle jar does not belong in some checks

------------------------------------------
[...truncated 1105 lines...]

batchtestserver:
   [server] Writing log file to:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/bin/BatchTestServer.log>
   [server] Created remote object: UnicastServerRef [liveRef: [endpoint:[67.195.81.186:36841](local),objID:[-3eec3f84:1518c42a993:-7fff, 5913891180940101287]]]

batchtest:
     [echo] Starting BatchTestLocal using -Rlocalhost:11917
   [client] Writing log file to:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/bin/BatchTestLocal.log>
   [client] Creating summariser <summary>
   [client] Created the tree successfully using testfiles/BatchTestLocal.jmx
   [client] Configuring remote engine: localhost:11917
   [client] Starting remote engines
   [client] Starting the test @ Thu Dec 10 14:19:19 UTC 2015 (1449757159595)
   [server] Starting the test on host localhost:11917 @ Thu Dec 10 14:19:20 UTC 2015 (1449757160588)
   [client] Remote engines have been started
   [client] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [client] summary +     37 in     9s =    4.2/s Avg:   218 Min:   101 Max:   348 Err:     4 (10.81%) Active: 1 Started: 2 Finished: 1
   [server] Finished the test on host localhost:11917 @ Thu Dec 10 14:19:58 UTC 2015 (1449757198809) - exit requested.
   [client] summary +     96 in    29s =    3.3/s Avg:   214 Min:     1 Max:   353 Err:    12 (12.50%) Active: 0 Started: 11 Finished: 11
   [client] summary =    133 in    38s =    3.5/s Avg:   215 Min:     1 Max:   353 Err:    16 (12.03%)
   [client] Tidying up remote @ Thu Dec 10 14:19:58 UTC 2015 (1449757198809)
   [client] ... end of run
     [echo] BatchTestLocal output files compared OK

batch_scripts:

batchtest:
     [echo] Starting HTMLParserTestFile_2 using -X
   [jmeter] Writing log file to:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/bin/HTMLParserTestFile_2.log>
   [jmeter] Creating summariser <summary>
   [jmeter] Created the tree successfully using testfiles/HTMLParserTestFile_2.jmx
   [jmeter] Starting the test @ Thu Dec 10 14:20:04 UTC 2015 (1449757204814)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary +      1 in   0.3s =    3.6/s Avg:   148 Min:   148 Max:   148 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
   [jmeter] summary =      1 in   0.3s =    3.6/s Avg:   148 Min:   148 Max:   148 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Dec 10 14:20:05 UTC 2015 (1449757205656)
   [jmeter] ... end of run
     [echo] HTMLParserTestFile_2 output files compared OK

batchtest:
     [echo] Starting Bug47165 using -X
   [jmeter] Writing log file to:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/bin/Bug47165.log>
   [jmeter] Creating summariser <summary>
   [jmeter] Created the tree successfully using testfiles/Bug47165.jmx
   [jmeter] Starting the test @ Thu Dec 10 14:20:06 UTC 2015 (1449757206622)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =      0 in     0s = ******/s Avg:     0 Min: 9223372036854775807 Max: -9223372036854775808 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Dec 10 14:20:07 UTC 2015 (1449757207297)
   [jmeter] ... end of run
     [echo] Bug47165 output files compared OK

batchtest:
     [echo] Starting Bug52310 using -X
   [jmeter] Writing log file to:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/bin/Bug52310.log>
   [jmeter] Creating summariser <summary>
   [jmeter] Created the tree successfully using testfiles/Bug52310.jmx
   [jmeter] Starting the test @ Thu Dec 10 14:20:08 UTC 2015 (1449757208315)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =      3 in     3s =    1.2/s Avg:   665 Min:    12 Max:  1044 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Dec 10 14:20:11 UTC 2015 (1449757211468)
   [jmeter] ... end of run
     [echo] Bug52310 output files compared OK

batchtest:
     [echo] Starting Bug52968 using -X
   [jmeter] Writing log file to:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/bin/Bug52968.log>
   [jmeter] Creating summariser <summary>
   [jmeter] Created the tree successfully using testfiles/Bug52968.jmx
   [jmeter] Starting the test @ Thu Dec 10 14:20:12 UTC 2015 (1449757212576)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =     60 in    12s =    5.1/s Avg:   277 Min:   109 Max:   580 Err:    27 (45.00%)
   [jmeter] Tidying up ...    @ Thu Dec 10 14:20:25 UTC 2015 (1449757225036)
   [jmeter] ... end of run
     [echo] Bug52968 output files compared OK

batchtest:
     [echo] Starting Bug50898 using -X
   [jmeter] Writing log file to:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/bin/Bug50898.log>
   [jmeter] Creating summariser <summary>
   [jmeter] Created the tree successfully using testfiles/Bug50898.jmx
   [jmeter] Starting the test @ Thu Dec 10 14:20:26 UTC 2015 (1449757226011)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =      2 in     1s =    2.5/s Avg:   319 Min:   294 Max:   345 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Dec 10 14:20:27 UTC 2015 (1449757227384)
   [jmeter] ... end of run
     [echo] Bug50898 output files compared OK

batchtest:
     [echo] Starting Bug56243 using -X
   [jmeter] Writing log file to:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/bin/Bug56243.log>
   [jmeter] Creating summariser <summary>
   [jmeter] Created the tree successfully using testfiles/Bug56243.jmx
   [jmeter] Starting the test @ Thu Dec 10 14:20:28 UTC 2015 (1449757228394)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =      9 in   0.2s =   51.4/s Avg:     1 Min:     0 Max:     6 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Dec 10 14:20:29 UTC 2015 (1449757229131)
   [jmeter] ... end of run
     [echo] Bug56243 output files compared OK

batchtest:
     [echo] Starting Bug54685 using -X
   [jmeter] Writing log file to:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/bin/Bug54685.log>
   [jmeter] Creating summariser <summary>
   [jmeter] Created the tree successfully using testfiles/Bug54685.jmx
   [jmeter] Starting the test @ Thu Dec 10 14:20:30 UTC 2015 (1449757230070)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary +      1 in   0.4s =    2.7/s Avg:   245 Min:   245 Max:   245 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
   [jmeter] summary =      1 in   0.4s =    2.7/s Avg:   245 Min:   245 Max:   245 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Dec 10 14:20:31 UTC 2015 (1449757231018)
   [jmeter] ... end of run
     [echo] Bug54685 output files compared OK

batchtest:
     [echo] Starting Bug55375 using -X
   [jmeter] Writing log file to:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/bin/Bug55375.log>
   [jmeter] Creating summariser <summary>
   [jmeter] Created the tree successfully using testfiles/Bug55375.jmx
   [jmeter] Starting the test @ Thu Dec 10 14:20:31 UTC 2015 (1449757231970)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary +      1 in   0.5s =    2.2/s Avg:   344 Min:   344 Max:   344 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
   [jmeter] summary =      1 in   0.5s =    2.2/s Avg:   344 Min:   344 Max:   344 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Dec 10 14:20:33 UTC 2015 (1449757233001)
   [jmeter] ... end of run
     [echo] Bug55375 output files compared OK

batchtestserver:
   [server] Writing log file to:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/bin/BatchTestServer.log>
   [server] Created remote object: UnicastServerRef [liveRef: [endpoint:[67.195.81.186:54828](local),objID:[141a7c2:1518c43d1f2:-7fff, -6053108300509993585]]]

batchtest:
     [echo] Starting Bug54685 using -Rlocalhost:11917
   [client] Writing log file to:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/bin/Bug54685.log>
   [client] Creating summariser <summary>
   [client] Created the tree successfully using testfiles/Bug54685.jmx
   [client] Configuring remote engine: localhost:11917
   [client] Starting remote engines
   [client] Starting the test @ Thu Dec 10 14:20:35 UTC 2015 (1449757235090)
   [server] Starting the test on host localhost:11917 @ Thu Dec 10 14:20:35 UTC 2015 (1449757235863)
   [client] Remote engines have been started
   [client] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [client] summary =      1 in   0.3s =    3.3/s Avg:   184 Min:   184 Max:   184 Err:     0 (0.00%)
   [client] Tidying up remote @ Thu Dec 10 14:20:36 UTC 2015 (1449757236780)
   [server] Finished the test on host localhost:11917 @ Thu Dec 10 14:20:36 UTC 2015 (1449757236780) - exit requested.
   [client] ... end of run
     [echo] Bug54685 output files compared OK

batchtest:
     [echo] Starting Bug56811 using -X
   [jmeter] Writing log file to:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/bin/Bug56811.log>
   [jmeter] Creating summariser <summary>
   [jmeter] Created the tree successfully using testfiles/Bug56811.jmx
   [jmeter] Starting the test @ Thu Dec 10 14:20:43 UTC 2015 (1449757243070)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =     30 in   9.1s =    3.3/s Avg:   441 Min:     1 Max:  1059 Err:    21 (70.00%)
   [jmeter] Tidying up ...    @ Thu Dec 10 14:20:52 UTC 2015 (1449757252746)
   [jmeter] ... end of run
     [echo] Bug56811 output files compared OK

_allbatchtests:

test:

checkstyle:
[checkstyle] Running Checkstyle 6.13 on 1036 files
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/JMeter.java>:213:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/config/ReportGeneratorConfiguration.java>:46:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/core/ArgumentNullException.java>:43:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/core/ControllerSamplePredicate.java>:36:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/core/CsvFile.java>:38:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/core/CsvSampleWriter.java>:53:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/core/JsonUtil.java>:39:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/core/Sample.java>:53:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/core/SampleBuilder.java>:43:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/core/SampleException.java>:45:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/core/SampleMetaDataParser.java>:32:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/core/SampleMetadata.java>:57:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/core/TimeHelper.java>:35:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/dashboard/AbstractDataExporter.java>:38:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/dashboard/DataExporter.java>:61:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/dashboard/ExportException.java>:35:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/dashboard/GenerationException.java>:35:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/dashboard/HtmlTemplateExporter.java>:79:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/dashboard/JsonizerVisitor.java>:42:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/dashboard/ReportGenerator.java>:80:3: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/dashboard/TemplateVisitor.java>:67:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/AbstractAggregatorFactory.java>:50:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/AbstractSampleConsumer.java>:44:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/AbstractSampleProcessor.java>:43:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/AbstractSampleSource.java>:34:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/AbstractSummaryConsumer.java>:40:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/AggregateConsumer.java>:44:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/ApdexSummaryConsumer.java>:47:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/ApdexSummaryData.java>:33:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/ApdexThresholdsInfo.java>:36:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/CsvFileSampleSource.java>:70:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/ErrorsSummaryConsumer.java>:43:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/ExternalSampleSorter.java>:85:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/FieldSampleComparator.java>:36:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/FilterConsumer.java>:52:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/Job.java>:39:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/ListResultData.java>:44:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/MapResultData.java>:45:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/MaxAggregator.java>:37:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/MeanAggregator.java>:38:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/MeanAggregatorFactory.java>:36:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/MedianAggregatorFactory.java>:37:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/MinAggregator.java>:37:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/NormalizerSampleConsumer.java>:46:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/PercentileAggregator.java>:31:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/PercentileAggregatorFactory.java>:35:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/RequestsSummaryConsumer.java>:40:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/SampleContext.java>:44:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/StatisticsSummaryData.java>:41:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/TaggerConsumer.java>:52:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/graph/AbstractGraphConsumer.java>:115:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/graph/AbstractOverTimeGraphConsumer.java>:44:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/graph/AbstractSeriesSelector.java>:34:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/graph/AbstractVersusRequestsGraphConsumer.java>:64:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/graph/CodeSeriesSelector.java>:41:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/graph/CountValueSelector.java>:38:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/graph/ElapsedTimeValueSelector.java>:39:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/graph/GroupData.java>:37:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/graph/GroupInfo.java>:41:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/graph/IndexedNameSelector.java>:43:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/graph/LatencyValueSelector.java>:39:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/graph/NameSeriesSelector.java>:35:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/graph/impl/ActiveThreadsGraphConsumer.java>:50:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/graph/impl/BytesThroughputGraphConsumer.java>:53:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/graph/impl/CodesPerSecondGraphConsumer.java>:48:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/graph/impl/HitsPerSecondGraphConsumer.java>:48:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/graph/impl/LatencyOverTimeGraphConsumer.java>:48:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/graph/impl/LatencyVSRequestGraphConsumer.java>:49:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/graph/impl/ResponseTimeDistributionGraphConsumer.java>:51:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/graph/impl/ResponseTimeOverTimeGraphConsumer.java>:49:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/graph/impl/ResponseTimePerSampleGraphConsumer.java>:49:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/graph/impl/ResponseTimePercentilesGraphConsumer.java>:43:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/graph/impl/ResponseTimeVSRequestGraphConsumer.java>:49:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/graph/impl/TimeVSThreadGraphConsumer.java>:47:1: error: File contains tab characters (this is the first instance).
[checkstyle] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/core/org/apache/jmeter/report/processor/graph/impl/TransactionsPerSecondGraphConsumer.java>:55:1: error: File contains tab characters (this is the first instance).

BUILD FAILED
<https://builds.apache.org/job/JMeter-trunk/ws/trunk/build.xml>:3011: Got 75 errors and 0 warnings.

Total time: 4 minutes 0 seconds
Build step 'Invoke Ant' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Compressed 100.86 MB of artifacts by 29.8% relative to #4804

Build failed in Jenkins: JMeter-trunk #4808

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/JMeter-trunk/4808/changes>

Changes:

[sebb] Add download task for checkstyle (mainly for use by Jenkins)

------------------------------------------
[...truncated 932 lines...]
   [anakia] 	at org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:230)
   [anakia] 	at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
   [anakia] 	at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
   [anakia] 	at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
   [anakia] 	at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
   [anakia] 	at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
   [anakia] 	at org.apache.velocity.runtime.directive.Foreach.render(Foreach.java:420)
   [anakia] 	at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
   [anakia] 	at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
   [anakia] 	at org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:216)
   [anakia] 	at org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:311)
   [anakia] 	at org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:230)
   [anakia] 	at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
   [anakia] 	at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
   [anakia] 	at org.apache.velocity.runtime.directive.Foreach.render(Foreach.java:420)
   [anakia] 	at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
   [anakia] 	at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
   [anakia] 	at org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:216)
   [anakia] 	at org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:311)
   [anakia] 	at org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:230)
   [anakia] 	at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
   [anakia] 	at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
   [anakia] 	at org.apache.velocity.Template.merge(Template.java:356)
   [anakia] 	at org.apache.velocity.Template.merge(Template.java:260)
   [anakia] 	at org.apache.velocity.anakia.AnakiaTask.process(AnakiaTask.java:416)
   [anakia] 	at org.apache.velocity.anakia.AnakiaTask.execute(AnakiaTask.java:311)
   [anakia] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
   [anakia] 	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
   [anakia] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [anakia] 	at java.lang.reflect.Method.invoke(Method.java:606)
   [anakia] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
   [anakia] 	at org.apache.tools.ant.Task.perform(Task.java:348)
   [anakia] 	at org.apache.tools.ant.Target.execute(Target.java:435)
   [anakia] 	at org.apache.tools.ant.Target.performTasks(Target.java:456)
   [anakia] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
   [anakia] 	at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
   [anakia] 	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
   [anakia] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
   [anakia] 	at org.apache.tools.ant.Main.runBuild(Main.java:851)
   [anakia] 	at org.apache.tools.ant.Main.startAnt(Main.java:235)
   [anakia] 	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
   [anakia] 	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
   [anakia] Input:  usermanual/get-started.xml
   [anakia] Output: <https://builds.apache.org/job/JMeter-trunk/ws/trunk/printable_docs/usermanual/get-started.html>
   [anakia] Input:  usermanual/glossary.xml
   [anakia] Output: <https://builds.apache.org/job/JMeter-trunk/ws/trunk/printable_docs/usermanual/glossary.html>
   [anakia] Input:  usermanual/hints_and_tips.xml
   [anakia] Output: <https://builds.apache.org/job/JMeter-trunk/ws/trunk/printable_docs/usermanual/hints_and_tips.html>
   [anakia] Input:  usermanual/index.xml
   [anakia] Output: <https://builds.apache.org/job/JMeter-trunk/ws/trunk/printable_docs/usermanual/index.html>
   [anakia] Input:  usermanual/intro.xml
   [anakia] Output: <https://builds.apache.org/job/JMeter-trunk/ws/trunk/printable_docs/usermanual/intro.html>
   [anakia] Input:  usermanual/ldapanswer_xml.xml
   [anakia] Output: <https://builds.apache.org/job/JMeter-trunk/ws/trunk/printable_docs/usermanual/ldapanswer_xml.html>
   [anakia] Input:  usermanual/ldapops_tutor.xml
   [anakia] Output: <https://builds.apache.org/job/JMeter-trunk/ws/trunk/printable_docs/usermanual/ldapops_tutor.html>
   [anakia] Input:  usermanual/listeners.xml
   [anakia] Output: <https://builds.apache.org/job/JMeter-trunk/ws/trunk/printable_docs/usermanual/listeners.html>
   [anakia] Input:  usermanual/realtime-results.xml
   [anakia] Output: <https://builds.apache.org/job/JMeter-trunk/ws/trunk/printable_docs/usermanual/realtime-results.html>
   [anakia] Input:  usermanual/regular_expressions.xml
   [anakia] Output: <https://builds.apache.org/job/JMeter-trunk/ws/trunk/printable_docs/usermanual/regular_expressions.html>
   [anakia] Input:  usermanual/remote-test.xml
   [anakia] Output: <https://builds.apache.org/job/JMeter-trunk/ws/trunk/printable_docs/usermanual/remote-test.html>
   [anakia] Input:  usermanual/test_plan.xml
   [anakia] Output: <https://builds.apache.org/job/JMeter-trunk/ws/trunk/printable_docs/usermanual/test_plan.html>
     [echo] Fixing EOL
     [echo] Removing unnecessary </br> tags
     [echo] Copying files
     [copy] Copying 16 files to <https://builds.apache.org/job/JMeter-trunk/ws/trunk/printable_docs/demos>
     [copy] Copying 5 files to <https://builds.apache.org/job/JMeter-trunk/ws/trunk/printable_docs/usermanual>
     [copy] Copying 1 file to <https://builds.apache.org/job/JMeter-trunk/ws/trunk/printable_docs/extending>

pack-nightly:

_pack-binaries:
      [tar] Building tar: <https://builds.apache.org/job/JMeter-trunk/4808/artifact/trunk/dist/apache-jmeter-r1719077_bin.tar>
     [gzip] Building: <https://builds.apache.org/job/JMeter-trunk/4808/artifact/trunk/dist/apache-jmeter-r1719077_bin.tgz>
   [delete] Deleting: <https://builds.apache.org/job/JMeter-trunk/4808/artifact/trunk/dist/apache-jmeter-r1719077_bin.tar>
      [zip] Building zip: <https://builds.apache.org/job/JMeter-trunk/4808/artifact/trunk/dist/apache-jmeter-r1719077_bin.zip>

_pack-libraries:
      [tar] Building tar: <https://builds.apache.org/job/JMeter-trunk/4808/artifact/trunk/dist/apache-jmeter-r1719077_lib.tar>
     [gzip] Building: <https://builds.apache.org/job/JMeter-trunk/4808/artifact/trunk/dist/apache-jmeter-r1719077_lib.tgz>
   [delete] Deleting: <https://builds.apache.org/job/JMeter-trunk/4808/artifact/trunk/dist/apache-jmeter-r1719077_lib.tar>
      [zip] Building zip: <https://builds.apache.org/job/JMeter-trunk/4808/artifact/trunk/dist/apache-jmeter-r1719077_lib.zip>

_pack-source:
      [tar] Building tar: <https://builds.apache.org/job/JMeter-trunk/4808/artifact/trunk/dist/apache-jmeter-r1719077_src.tar>
     [gzip] Building: <https://builds.apache.org/job/JMeter-trunk/4808/artifact/trunk/dist/apache-jmeter-r1719077_src.tgz>
   [delete] Deleting: <https://builds.apache.org/job/JMeter-trunk/4808/artifact/trunk/dist/apache-jmeter-r1719077_src.tar>
      [zip] Building zip: <https://builds.apache.org/job/JMeter-trunk/4808/artifact/trunk/dist/apache-jmeter-r1719077_src.zip>

nightly:

compile-tests:
    [javac] Compiling 105 source files to <https://builds.apache.org/job/JMeter-trunk/ws/trunk/build/test>

_test:
     [echo] 
     [echo]    gump.run = false
     [echo]    java.awt.headless = true
     [echo]    test.headless = true
     [echo]    user.dir = <https://builds.apache.org/job/JMeter-trunk/ws/trunk>
     [echo]    basedir = <https://builds.apache.org/job/JMeter-trunk/ws/trunk>
     [echo]    test dir = build/test
     [echo]    test dir gump = build/test
     [echo]    testsaveservice.saveout = ${testsaveservice.saveout}
     [echo]    test.encoding = UTF-8
     [echo]    
     [java] Setting JMeterHome: <https://builds.apache.org/job/JMeter-trunk/ws/trunk>
     [java] Setting up logging props using file: <https://builds.apache.org/job/JMeter-trunk/ws/trunk/bin/testfiles/jmetertest.properties>
     [java] Writing log file to:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/bin/jmeter-test.log>
     [java] Using initializeProperties() from org.apache.jmeter.util.JMeterUtils
     [java] Setting up initial properties using: <https://builds.apache.org/job/JMeter-trunk/ws/trunk/bin/testfiles/jmetertest.properties>
     [java] Initializing Properties: <https://builds.apache.org/job/JMeter-trunk/ws/trunk/bin/testfiles/jmetertest.properties>
     [java] Writing log file to:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/bin/jmeter-test.log>
     [java] JMeterVersion=r1719077
     [java] java.version=1.7.0_80
     [java] java.home=/home/jenkins/jenkins-slave/tools/hudson.model.JDK/latest1.7/jre
     [java] file.encoding=UTF-8
     [java] default encoding=UTF-8
     [java] user.dir=<https://builds.apache.org/job/JMeter-trunk/ws/trunk/bin>
     [java] Locale=en_US
     [java] os.name=Linux
     [java] os.version=3.13.0-36-lowlatency
     [java] +++++++++++
     [java] java.awt.headless=true
     [java] java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment
     [java] ------------
     [java] Creating test suite
     [java] Scanning build/test for test cases
     [java] ClassFinder found: 94 TestCase classes
     [java] o.a.j.junit.JMeterTest Error creating org.apache.jmeter.assertions.gui.BeanShellAssertionGui java.awt.HeadlessException
     [java] o.a.j.junit.JMeterTest Error creating org.apache.jmeter.assertions.gui.XPathAssertionGui java.awt.HeadlessException
     [java] o.a.j.junit.JMeterTest Error creating org.apache.jmeter.protocol.http.control.gui.AjpSamplerGui java.awt.HeadlessException
     [java] o.a.j.junit.JMeterTest Error creating org.apache.jmeter.protocol.http.control.gui.HttpTestSampleGui java.awt.HeadlessException
     [java] o.a.j.junit.JMeterTest Error creating org.apache.jmeter.protocol.java.control.gui.BeanShellSamplerGui java.awt.HeadlessException
     [java] o.a.j.junit.JMeterTest Error creating org.apache.jmeter.protocol.jms.control.gui.JMSPublisherGui java.awt.HeadlessException
     [java] o.a.j.junit.JMeterTest Error creating org.apache.jmeter.protocol.jms.control.gui.JMSSamplerGui java.awt.HeadlessException
     [java] o.a.j.junit.JMeterTest Error creating org.apache.jmeter.protocol.tcp.config.gui.TCPConfigGui java.awt.HeadlessException
     [java] o.a.j.junit.JMeterTest Error creating org.apache.jmeter.protocol.tcp.control.gui.TCPSamplerGui java.awt.HeadlessException
     [java] Last class=org.apache.jmeter.visualizers.ViewResultsFullVisualizer
     [java] objects.size=94
     [java] Last error=java.awt.HeadlessException
     [java] ERROR: (see logfile) could not add test for class org.apache.jmeter.junit.JMeterTest java.lang.reflect.InvocationTargetException
     [java] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     [java] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     [java] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     [java] 	at java.lang.reflect.Method.invoke(Method.java:606)
     [java] 	at org.apache.jorphan.test.AllTests.suite(AllTests.java:359)
     [java] 	at org.apache.jorphan.test.AllTests.main(AllTests.java:213)
     [java] Caused by: java.lang.ExceptionInInitializerError
     [java] 	at org.apache.jmeter.visualizers.SearchTextExtension.createSearchTextPanel(SearchTextExtension.java:208)
     [java] 	at org.apache.jmeter.visualizers.SearchTextExtension.createSearchTextExtensionPane(SearchTextExtension.java:220)
     [java] 	at org.apache.jmeter.visualizers.SamplerResultTab.createResponseDataPanel(SamplerResultTab.java:464)
     [java] 	at org.apache.jmeter.visualizers.SamplerResultTab.init(SamplerResultTab.java:208)
     [java] 	at org.apache.jmeter.visualizers.ViewResultsFullVisualizer.init(ViewResultsFullVisualizer.java:235)
     [java] 	at org.apache.jmeter.visualizers.ViewResultsFullVisualizer.<init>(ViewResultsFullVisualizer.java:128)
     [java] 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
     [java] 	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
     [java] 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
     [java] 	at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
     [java] 	at java.lang.Class.newInstance(Class.java:383)
     [java] 	at org.apache.jmeter.junit.JMeterTest.getObjects(JMeterTest.java:578)
     [java] 	at org.apache.jmeter.junit.JMeterTest.suiteGUIComponents(JMeterTest.java:279)
     [java] 	at org.apache.jmeter.junit.JMeterTest.suite(JMeterTest.java:141)
     [java] 	... 6 more
     [java] Caused by: java.awt.HeadlessException
     [java] 	at sun.awt.HeadlessToolkit.getMenuShortcutKeyMask(HeadlessToolkit.java:234)
     [java] 	at org.apache.jmeter.gui.action.KeyStrokes.<clinit>(KeyStrokes.java:37)
     [java] 	... 20 more
     [java] 
     [java] ERROR: non-Maven download detected
     [java] checkstyle-all.loc=http://downloads.sourceforge.net/checkstyle/checkstyle/${checkstyle-all.version}/checkstyle-${checkstyle-all.version}-all.jar?ts=${EPOCHSECONDS}&use_mirror=autoselect
     [java] ERROR: All files must be available from Maven Central; but 1 use(s) a different download source
     [java] Created: 93 tests including 7 suites
     [java] Starting test run, test count = 1612
     [java] .......................................F..
     [java] .F........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .......Skipping test:org.apache.jmeter.protocol.http.control.gui.TestHttpTestSampleGui, cannot run in Headless mode
     [java] Skipping test:org.apache.jmeter.protocol.http.control.gui.TestHttpTestSampleGui#testCloneSampler, cannot run in Headless mode
     [java] ..................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .....................o.a.j.junit.JMeterTest Error running testConfiguring due to Headless mode, java.awt.HeadlessException
     [java] ....................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .............
     [java] Time: 59.297
     [java] There were 2 failures:
     [java] 1) testMaven(org.apache.jmeter.JMeterVersionTest)junit.framework.AssertionFailedError: Should have no names left: [checkstyle-all]. Check ApacheJMeter_parent.pom
     [java] 	at org.apache.jmeter.JMeterVersionTest.testMaven(JMeterVersionTest.java:189)
     [java] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     [java] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     [java] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     [java] 	at org.apache.jorphan.test.AllTests.main(AllTests.java:236)
     [java] 2) testEclipse(org.apache.jmeter.JMeterVersionTest)junit.framework.AssertionFailedError: Should have no names left: [checkstyle-all]. Check eclipse.classpath
     [java] 	at org.apache.jmeter.JMeterVersionTest.testEclipse(JMeterVersionTest.java:160)
     [java] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     [java] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     [java] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     [java] 	at org.apache.jorphan.test.AllTests.main(AllTests.java:236)
     [java] 
     [java] FAILURES!!!
     [java] Tests run: 1612,  Failures: 2,  Errors: 0
     [java] 

BUILD FAILED
<https://builds.apache.org/job/JMeter-trunk/ws/trunk/build.xml>:2630: Java returned: 1

Total time: 1 minute 45 seconds
Build step 'Invoke Ant' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Compressed 100.85 MB of artifacts by 27.6% relative to #4804

Build failed in Jenkins: JMeter-trunk #4807

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/JMeter-trunk/4807/>

------------------------------------------
[...truncated 1077 lines...]
     [java] 	at org.apache.jmeter.gui.action.KeyStrokes.<clinit>(KeyStrokes.java:37)
     [java] 	... 20 more
     [java] 
     [java] Created: 93 tests including 7 suites
     [java] Starting test run, test count = 1612
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .......Skipping test:org.apache.jmeter.protocol.http.control.gui.TestHttpTestSampleGui, cannot run in Headless mode
     [java] Skipping test:org.apache.jmeter.protocol.http.control.gui.TestHttpTestSampleGui#testCloneSampler, cannot run in Headless mode
     [java] ..................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .....................o.a.j.junit.JMeterTest Error running testConfiguring due to Headless mode, java.awt.HeadlessException
     [java] ....................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .............
     [java] Time: 58.906
     [java] 
     [java] OK (1612 tests)
     [java] 

batchtest:
     [echo] Starting BatchTestLocal using -X
   [jmeter] Writing log file to:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/bin/BatchTestLocal.log>
   [jmeter] Creating summariser <summary>
   [jmeter] Created the tree successfully using testfiles/BatchTestLocal.jmx
   [jmeter] Starting the test @ Thu Dec 10 03:44:12 UTC 2015 (1449719052464)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary +     55 in    21s =    2.7/s Avg:   227 Min:   103 Max:   354 Err:     8 (14.55%) Active: 1 Started: 2 Finished: 1
   [jmeter] summary +     78 in    17s =    4.7/s Avg:   212 Min:     1 Max:   354 Err:     8 (10.26%) Active: 0 Started: 1 Finished: 1
   [jmeter] summary =    133 in  37.3s =    3.6/s Avg:   218 Min:     1 Max:   354 Err:    16 (12.03%)
   [jmeter] Tidying up ...    @ Thu Dec 10 03:44:50 UTC 2015 (1449719090338)
   [jmeter] ... end of run
     [echo] BatchTestLocal output files compared OK

batchtestserver:
   [server] Writing log file to:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/bin/BatchTestServer.log>
   [server] Created remote object: UnicastServerRef [liveRef: [endpoint:[67.195.81.186:50608](local),objID:[7600bf3e:15189fdcf15:-7fff, -367884348137504239]]]

batchtest:
     [echo] Starting BatchTestLocal using -Rlocalhost:14450
   [client] Writing log file to:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/bin/BatchTestLocal.log>
   [client] Creating summariser <summary>
   [client] Created the tree successfully using testfiles/BatchTestLocal.jmx
   [client] Configuring remote engine: localhost:14450
   [client] Starting remote engines
   [client] Starting the test @ Thu Dec 10 03:44:52 UTC 2015 (1449719092827)
   [client] Remote engines have been started
   [client] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [server] Starting the test on host localhost:14450 @ Thu Dec 10 03:44:53 UTC 2015 (1449719093825)
   [client] summary +     23 in     6s =    4.1/s Avg:   216 Min:   110 Max:   344 Err:     4 (17.39%) Active: 1 Started: 2 Finished: 1
   [client] summary +     94 in  30.1s =    3.1/s Avg:   229 Min:     2 Max:   352 Err:    12 (12.77%) Active: 1 Started: 6 Finished: 5
   [client] summary =    117 in    36s =    3.3/s Avg:   226 Min:     2 Max:   352 Err:    16 (13.68%)
   [client] summary +     16 in     3s =    5.5/s Avg:   172 Min:     1 Max:   351 Err:     0 (0.00%) Active: 0 Started: 11 Finished: 11
   [client] summary =    133 in    39s =    3.4/s Avg:   220 Min:     1 Max:   352 Err:    16 (12.03%)
   [client] Tidying up remote @ Thu Dec 10 03:45:33 UTC 2015 (1449719133082)
   [server] Finished the test on host localhost:14450 @ Thu Dec 10 03:45:33 UTC 2015 (1449719133082) - exit requested.
   [client] ... end of run
     [echo] BatchTestLocal output files compared OK

batch_scripts:

batchtest:
     [echo] Starting HTMLParserTestFile_2 using -X
   [jmeter] Writing log file to:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/bin/HTMLParserTestFile_2.log>
   [jmeter] Creating summariser <summary>
   [jmeter] Created the tree successfully using testfiles/HTMLParserTestFile_2.jmx
   [jmeter] Starting the test @ Thu Dec 10 03:45:39 UTC 2015 (1449719139057)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =      1 in   0.3s =    3.5/s Avg:   170 Min:   170 Max:   170 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Dec 10 03:45:39 UTC 2015 (1449719139914)
   [jmeter] ... end of run
     [echo] HTMLParserTestFile_2 output files compared OK

batchtest:
     [echo] Starting Bug47165 using -X
   [jmeter] Writing log file to:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/bin/Bug47165.log>
   [jmeter] Creating summariser <summary>
   [jmeter] Created the tree successfully using testfiles/Bug47165.jmx
   [jmeter] Starting the test @ Thu Dec 10 03:45:40 UTC 2015 (1449719140866)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =      0 in     0s = ******/s Avg:     0 Min: 9223372036854775807 Max: -9223372036854775808 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Dec 10 03:45:41 UTC 2015 (1449719141527)
   [jmeter] ... end of run
     [echo] Bug47165 output files compared OK

batchtest:
     [echo] Starting Bug52310 using -X
   [jmeter] Writing log file to:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/bin/Bug52310.log>
   [jmeter] Creating summariser <summary>
   [jmeter] Created the tree successfully using testfiles/Bug52310.jmx
   [jmeter] Starting the test @ Thu Dec 10 03:45:42 UTC 2015 (1449719142535)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =      3 in   1.2s =    2.5/s Avg:   220 Min:    13 Max:   384 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Dec 10 03:45:44 UTC 2015 (1449719144301)
   [jmeter] ... end of run
     [echo] Bug52310 output files compared OK

batchtest:
     [echo] Starting Bug52968 using -X
   [jmeter] Writing log file to:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/bin/Bug52968.log>
   [jmeter] Creating summariser <summary>
   [jmeter] Created the tree successfully using testfiles/Bug52968.jmx
   [jmeter] Starting the test @ Thu Dec 10 03:45:45 UTC 2015 (1449719145407)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =     60 in    13s =    4.6/s Avg:   312 Min:   113 Max:   633 Err:    27 (45.00%)
   [jmeter] Tidying up ...    @ Thu Dec 10 03:45:58 UTC 2015 (1449719158904)
   [jmeter] ... end of run
     [echo] Bug52968 output files compared OK

batchtest:
     [echo] Starting Bug50898 using -X
   [jmeter] Writing log file to:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/bin/Bug50898.log>
   [jmeter] Creating summariser <summary>
   [jmeter] Created the tree successfully using testfiles/Bug50898.jmx
   [jmeter] Starting the test @ Thu Dec 10 03:45:59 UTC 2015 (1449719159883)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary +      1 in   0.4s =    2.4/s Avg:   286 Min:   286 Max:   286 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
   [jmeter] summary +      1 in   0.3s =    3.0/s Avg:   327 Min:   327 Max:   327 Err:     0 (0.00%) Active: 0 Started: 1 Finished: 1
   [jmeter] summary =      2 in     1s =    2.7/s Avg:   306 Min:   286 Max:   327 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Dec 10 03:46:01 UTC 2015 (1449719161202)
   [jmeter] ... end of run
     [echo] Bug50898 output files compared OK

batchtest:
     [echo] Starting Bug56243 using -X
   [jmeter] Writing log file to:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/bin/Bug56243.log>
   [jmeter] Creating summariser <summary>
   [jmeter] Created the tree successfully using testfiles/Bug56243.jmx
   [jmeter] Starting the test @ Thu Dec 10 03:46:02 UTC 2015 (1449719162222)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary +      1 in   0.1s =    7.0/s Avg:     7 Min:     7 Max:     7 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
   [jmeter] summary +      8 in     0s =  285.7/s Avg:     0 Min:     0 Max:     3 Err:     0 (0.00%) Active: 0 Started: 1 Finished: 1
   [jmeter] summary =      9 in   0.2s =   52.6/s Avg:     1 Min:     0 Max:     7 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Dec 10 03:46:02 UTC 2015 (1449719162953)
   [jmeter] ... end of run
     [echo] Bug56243 output files compared OK

batchtest:
     [echo] Starting Bug54685 using -X
   [jmeter] Writing log file to:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/bin/Bug54685.log>
   [jmeter] Creating summariser <summary>
   [jmeter] Created the tree successfully using testfiles/Bug54685.jmx
   [jmeter] Starting the test @ Thu Dec 10 03:46:03 UTC 2015 (1449719163897)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary +      1 in   0.3s =    2.9/s Avg:   219 Min:   219 Max:   219 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
   [jmeter] summary =      1 in   0.3s =    2.9/s Avg:   219 Min:   219 Max:   219 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Dec 10 03:46:04 UTC 2015 (1449719164821)
   [jmeter] ... end of run
     [echo] Bug54685 output files compared OK

batchtest:
     [echo] Starting Bug55375 using -X
   [jmeter] Writing log file to:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/bin/Bug55375.log>
   [jmeter] Creating summariser <summary>
   [jmeter] Created the tree successfully using testfiles/Bug55375.jmx
   [jmeter] Starting the test @ Thu Dec 10 03:46:05 UTC 2015 (1449719165767)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =      1 in   0.4s =    2.3/s Avg:   296 Min:   296 Max:   296 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Dec 10 03:46:06 UTC 2015 (1449719166761)
   [jmeter] ... end of run
     [echo] Bug55375 output files compared OK

batchtestserver:
   [server] Writing log file to:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/bin/BatchTestServer.log>
   [server] Created remote object: UnicastServerRef [liveRef: [endpoint:[67.195.81.186:52687](local),objID:[ec7fb13:15189fef9a3:-7fff, -2606962678435089878]]]

batchtest:
     [echo] Starting Bug54685 using -Rlocalhost:14450
   [client] Writing log file to:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/bin/Bug54685.log>
   [client] Creating summariser <summary>
   [client] Created the tree successfully using testfiles/Bug54685.jmx
   [client] Configuring remote engine: localhost:14450
   [client] Starting remote engines
   [client] Starting the test @ Thu Dec 10 03:46:08 UTC 2015 (1449719168862)
   [server] Starting the test on host localhost:14450 @ Thu Dec 10 03:46:09 UTC 2015 (1449719169610)
   [client] Remote engines have been started
   [client] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [server] Finished the test on host localhost:14450 @ Thu Dec 10 03:46:10 UTC 2015 (1449719170694) - exit requested.
   [client] summary =      1 in   0.5s =    2.2/s Avg:   339 Min:   339 Max:   339 Err:     0 (0.00%)
   [client] Tidying up remote @ Thu Dec 10 03:46:10 UTC 2015 (1449719170694)
   [client] ... end of run
     [echo] Bug54685 output files compared OK

batchtest:
     [echo] Starting Bug56811 using -X
   [jmeter] Writing log file to:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/bin/Bug56811.log>
   [jmeter] Creating summariser <summary>
   [jmeter] Created the tree successfully using testfiles/Bug56811.jmx
   [jmeter] Starting the test @ Thu Dec 10 03:46:16 UTC 2015 (1449719176893)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =     30 in   9.3s =    3.2/s Avg:   433 Min:     0 Max:   918 Err:    21 (70.00%)
   [jmeter] Tidying up ...    @ Thu Dec 10 03:46:26 UTC 2015 (1449719186775)
   [jmeter] ... end of run
     [echo] Bug56811 output files compared OK

_allbatchtests:

test:

checkstyle:
  [taskdef] Could not load definitions from resource com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties. It could not be found.

BUILD FAILED
<https://builds.apache.org/job/JMeter-trunk/ws/trunk/build.xml>:2995: Problem: failed to create task or type checkstyle
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any <presetdef>/<macrodef> declarations have taken place.


Total time: 3 minutes 51 seconds
Build step 'Invoke Ant' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Compressed 100.85 MB of artifacts by 34.2% relative to #4804

Build failed in Jenkins: JMeter-trunk #4806

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/JMeter-trunk/4806/>

------------------------------------------
[...truncated 948 lines...]
A         bin/report-template/sbadmin2-1.0.7/bower_components/flot
AU        bin/report-template/sbadmin2-1.0.7/bower_components/flot/jquery.js
AU        bin/report-template/sbadmin2-1.0.7/bower_components/flot/jquery.flot.navigate.js
A         bin/report-template/sbadmin2-1.0.7/bower_components/flot/README.md
AU        bin/report-template/sbadmin2-1.0.7/bower_components/flot/jquery.flot.js
A         bin/report-template/sbadmin2-1.0.7/bower_components/flot/package.json
A         bin/report-template/sbadmin2-1.0.7/bower_components/flot/.gitignore
A         bin/report-template/sbadmin2-1.0.7/bower_components/flot/CONTRIBUTING.md
A         bin/report-template/sbadmin2-1.0.7/bower_components/flot/API.md
AU        bin/report-template/sbadmin2-1.0.7/bower_components/flot/jquery.flot.pie.js
A         bin/report-template/sbadmin2-1.0.7/bower_components/flot/NEWS.md
AU        bin/report-template/sbadmin2-1.0.7/bower_components/flot/jquery.flot.image.js
AU        bin/report-template/sbadmin2-1.0.7/bower_components/flot/jquery.flot.selection.js
AU        bin/report-template/sbadmin2-1.0.7/bower_components/flot/excanvas.js
A         bin/report-template/sbadmin2-1.0.7/bower_components/flot/.travis.yml
AU        bin/report-template/sbadmin2-1.0.7/bower_components/flot/jquery.flot.time.js
A         bin/report-template/sbadmin2-1.0.7/bower_components/flot/flot.jquery.json
AU        bin/report-template/sbadmin2-1.0.7/bower_components/flot/jquery.colorhelpers.js
AU        bin/report-template/sbadmin2-1.0.7/bower_components/flot/jquery.flot.fillbetween.js
AU        bin/report-template/sbadmin2-1.0.7/bower_components/flot/jquery.flot.resize.js
AU        bin/report-template/sbadmin2-1.0.7/bower_components/flot/jquery.flot.errorbars.js
AU        bin/report-template/sbadmin2-1.0.7/bower_components/flot/LICENSE.txt
AU        bin/report-template/sbadmin2-1.0.7/bower_components/flot/jquery.flot.stack.js
AU        bin/report-template/sbadmin2-1.0.7/bower_components/flot/jquery.flot.symbol.js
A         bin/report-template/sbadmin2-1.0.7/bower_components/flot/.bower.json
AU        bin/report-template/sbadmin2-1.0.7/bower_components/flot/excanvas.min.js
A         bin/report-template/sbadmin2-1.0.7/bower_components/flot/FAQ.md
AU        bin/report-template/sbadmin2-1.0.7/bower_components/flot/jquery.flot.canvas.js
A         bin/report-template/sbadmin2-1.0.7/bower_components/flot/component.json
A         bin/report-template/sbadmin2-1.0.7/bower_components/flot/Makefile
A         bin/report-template/sbadmin2-1.0.7/bower_components/flot/PLUGINS.md
AU        bin/report-template/sbadmin2-1.0.7/bower_components/flot/jquery.flot.categories.js
AU        bin/report-template/sbadmin2-1.0.7/bower_components/flot/jquery.flot.threshold.js
AU        bin/report-template/sbadmin2-1.0.7/bower_components/flot/jquery.flot.crosshair.js
A         bin/report-template/sbadmin2-1.0.7/bower_components/font-awesome
A         bin/report-template/sbadmin2-1.0.7/bower_components/font-awesome/.bower.json
A         bin/report-template/sbadmin2-1.0.7/bower_components/font-awesome/.gitignore
A         bin/report-template/sbadmin2-1.0.7/bower_components/font-awesome/bower.json
A         bin/report-template/sbadmin2-1.0.7/bower_components/font-awesome/less
A         bin/report-template/sbadmin2-1.0.7/bower_components/font-awesome/less/spinning.less
A         bin/report-template/sbadmin2-1.0.7/bower_components/font-awesome/less/extras.less
A         bin/report-template/sbadmin2-1.0.7/bower_components/font-awesome/less/mixins.less
A         bin/report-template/sbadmin2-1.0.7/bower_components/font-awesome/less/core.less
A         bin/report-template/sbadmin2-1.0.7/bower_components/font-awesome/less/variables.less
A         bin/report-template/sbadmin2-1.0.7/bower_components/font-awesome/less/bordered-pulled.less
A         bin/report-template/sbadmin2-1.0.7/bower_components/font-awesome/less/icons.less
A         bin/report-template/sbadmin2-1.0.7/bower_components/font-awesome/less/list.less
A         bin/report-template/sbadmin2-1.0.7/bower_components/font-awesome/less/fixed-width.less
A         bin/report-template/sbadmin2-1.0.7/bower_components/font-awesome/less/larger.less
A         bin/report-template/sbadmin2-1.0.7/bower_components/font-awesome/less/path.less
A         bin/report-template/sbadmin2-1.0.7/bower_components/font-awesome/less/stacked.less
A         bin/report-template/sbadmin2-1.0.7/bower_components/font-awesome/less/rotated-flipped.less
A         bin/report-template/sbadmin2-1.0.7/bower_components/font-awesome/less/font-awesome.less
A         bin/report-template/sbadmin2-1.0.7/bower_components/font-awesome/css
AU        bin/report-template/sbadmin2-1.0.7/bower_components/font-awesome/css/font-awesome.css
AU        bin/report-template/sbadmin2-1.0.7/bower_components/font-awesome/css/font-awesome.min.css
A         bin/report-template/sbadmin2-1.0.7/bower_components/font-awesome/fonts
AU        bin/report-template/sbadmin2-1.0.7/bower_components/font-awesome/fonts/fontawesome-webfont.ttf
A         bin/report-template/sbadmin2-1.0.7/bower_components/font-awesome/fonts/fontawesome-webfont.svg
AU        bin/report-template/sbadmin2-1.0.7/bower_components/font-awesome/fonts/fontawesome-webfont.woff
AU        bin/report-template/sbadmin2-1.0.7/bower_components/font-awesome/fonts/FontAwesome.otf
AU        bin/report-template/sbadmin2-1.0.7/bower_components/font-awesome/fonts/fontawesome-webfont.eot
A         bin/report-template/sbadmin2-1.0.7/bower_components/font-awesome/scss
A         bin/report-template/sbadmin2-1.0.7/bower_components/font-awesome/scss/_rotated-flipped.scss
A         bin/report-template/sbadmin2-1.0.7/bower_components/font-awesome/scss/_spinning.scss
A         bin/report-template/sbadmin2-1.0.7/bower_components/font-awesome/scss/font-awesome.scss
A         bin/report-template/sbadmin2-1.0.7/bower_components/font-awesome/scss/_extras.scss
A         bin/report-template/sbadmin2-1.0.7/bower_components/font-awesome/scss/_mixins.scss
A         bin/report-template/sbadmin2-1.0.7/bower_components/font-awesome/scss/_core.scss
A         bin/report-template/sbadmin2-1.0.7/bower_components/font-awesome/scss/_variables.scss
A         bin/report-template/sbadmin2-1.0.7/bower_components/font-awesome/scss/_bordered-pulled.scss
A         bin/report-template/sbadmin2-1.0.7/bower_components/font-awesome/scss/_icons.scss
A         bin/report-template/sbadmin2-1.0.7/bower_components/font-awesome/scss/_list.scss
A         bin/report-template/sbadmin2-1.0.7/bower_components/font-awesome/scss/_fixed-width.scss
A         bin/report-template/sbadmin2-1.0.7/bower_components/font-awesome/scss/_larger.scss
A         bin/report-template/sbadmin2-1.0.7/bower_components/font-awesome/scss/_path.scss
A         bin/report-template/sbadmin2-1.0.7/bower_components/font-awesome/scss/_stacked.scss
A         bin/report-template/sbadmin2-1.0.7/bower_components/font-awesome/.npmignore
A         bin/report-template/sbadmin2-1.0.7/bower_components/bootstrap-social
A         bin/report-template/sbadmin2-1.0.7/bower_components/bootstrap-social/.bower.json
A         bin/report-template/sbadmin2-1.0.7/bower_components/bootstrap-social/.gitignore
A         bin/report-template/sbadmin2-1.0.7/bower_components/bootstrap-social/bower.json
A         bin/report-template/sbadmin2-1.0.7/bower_components/bootstrap-social/.editorconfig
A         bin/report-template/sbadmin2-1.0.7/bower_components/bootstrap-social/bootstrap-social.less
A         bin/report-template/sbadmin2-1.0.7/bower_components/bootstrap-social/README.md
AU        bin/report-template/sbadmin2-1.0.7/bower_components/bootstrap-social/bootstrap-social.css
A         bin/report-template/sbadmin2-1.0.7/bower_components/bootstrap-social/bootstrap-social.scss
A         bin/report-template/sbadmin2-1.0.7/bower_components/metisMenu
A         bin/report-template/sbadmin2-1.0.7/bower_components/metisMenu/bower.json
A         bin/report-template/sbadmin2-1.0.7/bower_components/metisMenu/src
AU        bin/report-template/sbadmin2-1.0.7/bower_components/metisMenu/src/metisMenu.css
AU        bin/report-template/sbadmin2-1.0.7/bower_components/metisMenu/src/metisMenu.js
AU        bin/report-template/sbadmin2-1.0.7/bower_components/metisMenu/Gruntfile.js
A         bin/report-template/sbadmin2-1.0.7/bower_components/metisMenu/README.md
A         bin/report-template/sbadmin2-1.0.7/bower_components/metisMenu/LICENSE
A         bin/report-template/sbadmin2-1.0.7/bower_components/metisMenu/dist
AU        bin/report-template/sbadmin2-1.0.7/bower_components/metisMenu/dist/metisMenu.css
AU        bin/report-template/sbadmin2-1.0.7/bower_components/metisMenu/dist/metisMenu.min.css
AU        bin/report-template/sbadmin2-1.0.7/bower_components/metisMenu/dist/metisMenu.js
AU        bin/report-template/sbadmin2-1.0.7/bower_components/metisMenu/dist/metisMenu.min.js
A         bin/report-template/sbadmin2-1.0.7/bower_components/metisMenu/package.json
A         bin/report-template/sbadmin2-1.0.7/bower_components/metisMenu/.bower.json
A         bin/report-template/sbadmin2-1.0.7/bower_components/mocha
A         bin/report-template/sbadmin2-1.0.7/bower_components/mocha/bower.json
A         bin/report-template/sbadmin2-1.0.7/bower_components/mocha/Readme.md
AU        bin/report-template/sbadmin2-1.0.7/bower_components/mocha/mocha.css
A         bin/report-template/sbadmin2-1.0.7/bower_components/mocha/media
A         bin/report-template/sbadmin2-1.0.7/bower_components/mocha/media/logo.svg
A         bin/report-template/sbadmin2-1.0.7/bower_components/mocha/History.md
A         bin/report-template/sbadmin2-1.0.7/bower_components/mocha/LICENSE
AU        bin/report-template/sbadmin2-1.0.7/bower_components/mocha/mocha.js
A         bin/report-template/sbadmin2-1.0.7/bower_components/mocha/.bower.json
A         bin/report-template/sbadmin2-1.0.7/dist
A         bin/report-template/sbadmin2-1.0.7/dist/css
AU        bin/report-template/sbadmin2-1.0.7/dist/css/legends.css
AU        bin/report-template/sbadmin2-1.0.7/dist/css/dashboard.css
AU        bin/report-template/sbadmin2-1.0.7/dist/css/jquery-ui.structure.css
AU        bin/report-template/sbadmin2-1.0.7/dist/css/sb-admin-2.css
AU        bin/report-template/sbadmin2-1.0.7/dist/css/jquery-ui.css
AU        bin/report-template/sbadmin2-1.0.7/dist/css/jquery-ui.theme.css
A         bin/report-template/sbadmin2-1.0.7/dist/js
AU        bin/report-template/sbadmin2-1.0.7/dist/js/sb-admin-2.js
A         bin/report-template/index.html.fmkr
U         test/src/org/apache/jmeter/engine/DistributedRunnerTest.java
U         test/src/org/apache/jmeter/save/TestSaveService.java
AU        xdocs/usermanual/generating-dashboard.xml
U         xdocs/usermanual/best-practices.xml
U         xdocs/usermanual/component_reference.xml
U         xdocs/usermanual/build-ldap-test-plan.xml
U         xdocs/usermanual/build-db-test-plan.xml
U         xdocs/usermanual/build-jms-point-to-point-test-plan.xml
U         xdocs/usermanual/build-ws-test-plan.xml
U         xdocs/usermanual/glossary.xml
U         xdocs/usermanual/hints_and_tips.xml
U         xdocs/usermanual/boss.xml
U         xdocs/usermanual/index.xml
U         xdocs/usermanual/build-jms-topic-test-plan.xml
U         xdocs/usermanual/functions.xml
U         xdocs/usermanual/listeners.xml
U         xdocs/usermanual/get-started.xml
U         xdocs/usermanual/build-monitor-test-plan.xml
U         xdocs/usermanual/realtime-results.xml
U         xdocs/usermanual/regular_expressions.xml
U         xdocs/stylesheets/project.xml
U         xdocs/stylesheets/website-style.xsl
U         xdocs/stylesheets/site_printable.vsl
AU        xdocs/devguide-dashboard.xml
U         xdocs/changes_history.xml
U         xdocs/css/style.css
U         xdocs/css/new-style.css
U         xdocs/svnindex.xml
AU        xdocs/images/screenshots/chain.png
AU        xdocs/images/screenshots/dashboard.png
U         xdocs/index.xml
U         xdocs/changes.xml
At revision 1718996
no change for http://svn.apache.org/repos/asf/jmeter/trunk since the previous build
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[trunk] $ /home/jenkins/tools/ant/latest/bin/ant -Djava.awt.headless=true -Danakia.lastModifiedCheck=false _gump_properties svnCheck clean-dist clean download_jars init-svnVersion nightly test checkstyle _dist_maven
Buildfile: <https://builds.apache.org/job/JMeter-trunk/ws/trunk/build.xml>

_gump_properties:
     [echo] 
     [echo]  Gump properties for this run
     [echo]   jmeter.version      = ${jmeter.version}
     [echo]   gump.run            = false
     [echo]   date.projectfile    = ${date.projectfile}
     [echo]   version.projectfile = ${version.projectfile}
     [echo]  Build file:
     [echo]   version.build       = $Revision: 1718747 $
     [echo]  Java properties:
     [echo]   target.java.version = 1.7
     [echo]   src.java.version    = 1.7
     [echo]   optimize            = on
     [echo]   deprecation         = off
     [echo]   encoding            = UTF-8
     [echo]   
[echoproperties] #Ant properties
[echoproperties] #Thu Dec 10 00:22:26 UTC 2015
[echoproperties] ant.core.lib=/home/jenkins/tools/ant/latest/lib/ant.jar
[echoproperties] ant.file=<https://builds.apache.org/job/JMeter-trunk/ws/trunk/build.xml>
[echoproperties] ant.file.JMeter=<https://builds.apache.org/job/JMeter-trunk/ws/trunk/build.xml>
[echoproperties] ant.file.type=file
[echoproperties] ant.file.type.JMeter=file
[echoproperties] ant.home=/home/jenkins/tools/ant/latest
[echoproperties] ant.java.version=1.7
[echoproperties] ant.library.dir=/home/jenkins/tools/ant/latest/lib
[echoproperties] ant.project.default-target=install
[echoproperties] ant.project.invoked-targets=_gump_properties,svnCheck,clean-dist,clean,download_jars,init-svnVersion,nightly,test,checkstyle,_dist_maven
[echoproperties] ant.project.name=JMeter
[echoproperties] ant.version=Apache Ant(TM) version 1.9.4 compiled on April 29 2014
[echoproperties] #Ant properties
[echoproperties] #Thu Dec 10 00:22:26 UTC 2015
[echoproperties] gump.run=false
[echoproperties] #Ant properties
[echoproperties] #Thu Dec 10 00:22:26 UTC 2015
[echoproperties] os.arch=amd64
[echoproperties] os.name=Linux
[echoproperties] os.version=3.13.0-36-lowlatency
[echoproperties] #Ant properties
[echoproperties] #Thu Dec 10 00:22:26 UTC 2015
[echoproperties] java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment
[echoproperties] java.awt.headless=true
[echoproperties] java.awt.printerjob=sun.print.PSPrinterJob
[echoproperties] java.class.path=/home/jenkins/tools/ant/latest/lib/ant-launcher.jar\:/home/jenkins/tools/ant/latest/lib/ant-apache-resolver.jar\:/home/jenkins/tools/ant/latest/lib/ant-jai.jar\:/home/jenkins/tools/ant/latest/lib/ant-launcher.jar\:/home/jenkins/tools/ant/latest/lib/ant-jdepend.jar\:/home/jenkins/tools/ant/latest/lib/ant-commons-logging.jar\:/home/jenkins/tools/ant/latest/lib/ant-apache-bcel.jar\:/home/jenkins/tools/ant/latest/lib/ant-antlr.jar\:/home/jenkins/tools/ant/latest/lib/ant-junit4.jar\:/home/jenkins/tools/ant/latest/lib/ant-apache-regexp.jar\:/home/jenkins/tools/ant/latest/lib/ant-junit.jar\:/home/jenkins/tools/ant/latest/lib/ant-apache-xalan2.jar\:/home/jenkins/tools/ant/latest/lib/ant-testutil.jar\:/home/jenkins/tools/ant/latest/lib/ant-javamail.jar\:/home/jenkins/tools/ant/latest/lib/ant.jar\:/home/jenkins/tools/ant/latest/lib/ant-apache-bsf.jar\:/home/jenkins/tools/ant/latest/lib/ant-swing.jar\:/home/jenkins/tools/ant/latest/lib/ant-jmf.jar\:/home/jenkins/tools/ant/latest/lib/ant-apache-oro.jar\:/home/jenkins/tools/ant/latest/lib/ant-jsch.jar\:/home/jenkins/tools/ant/latest/lib/ant-commons-net.jar\:/home/jenkins/tools/ant/latest/lib/ant-netrexx.jar\:/home/jenkins/tools/ant/latest/lib/ant-apache-log4j.jar\:/home/jenkins/jenkins-slave/tools/hudson.model.JDK/latest1.7/lib/tools.jar
[echoproperties] java.class.version=51.0
[echoproperties] java.endorsed.dirs=/home/jenkins/jenkins-slave/tools/hudson.model.JDK/latest1.7/jre/lib/endorsed
[echoproperties] java.ext.dirs=/home/jenkins/jenkins-slave/tools/hudson.model.JDK/latest1.7/jre/lib/ext\:/usr/java/packages/lib/ext
[echoproperties] java.home=/home/jenkins/jenkins-slave/tools/hudson.model.JDK/latest1.7/jre
[echoproperties] java.io.tmpdir=/tmp
[echoproperties] java.library.path=/usr/java/packages/lib/amd64\:/usr/lib64\:/lib64\:/lib\:/usr/lib
[echoproperties] java.runtime.name=Java(TM) SE Runtime Environment
[echoproperties] java.runtime.version=1.7.0_80-b15
[echoproperties] java.specification.name=Java Platform API Specification
[echoproperties] java.specification.vendor=Oracle Corporation
[echoproperties] java.specification.version=1.7
[echoproperties] java.vendor=Oracle Corporation
[echoproperties] java.vendor.url=http\://java.oracle.com/
[echoproperties] java.vendor.url.bug=http\://bugreport.sun.com/bugreport/
[echoproperties] java.version=1.7.0_80
[echoproperties] java.vm.info=mixed mode
[echoproperties] java.vm.name=Java HotSpot(TM) 64-Bit Server VM
[echoproperties] java.vm.specification.name=Java Virtual Machine Specification
[echoproperties] java.vm.specification.vendor=Oracle Corporation
[echoproperties] java.vm.specification.version=1.7
[echoproperties] java.vm.vendor=Oracle Corporation
[echoproperties] java.vm.version=24.80-b11
[echoproperties] javadoc.encoding=UTF-8
[echoproperties] javamail.jar=mail-1.5.0-b01.jar
[echoproperties] javamail.loc=https\://repo1.maven.org/maven2/javax/mail/mail/1.5.0-b01
[echoproperties] javamail.md5=7b56e34995f7f1cb55d7806b935f90a4
[echoproperties] javamail.version=1.5.0-b01

svnCheck:
     [exec] svn: E155036: Please see the 'svn upgrade' command
     [exec] svn: E155036: The working copy at '<https://builds.apache.org/job/JMeter-trunk/ws/trunk'>
     [exec] is too old (format 10) to work with client version '1.8.8 (r1568071)' (expects format 31). You need to upgrade the working copy first.
     [exec] 

BUILD FAILED
<https://builds.apache.org/job/JMeter-trunk/ws/trunk/build.xml>:2692: exec returned: 1

Total time: 1 second
Build step 'Invoke Ant' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Compressed 93.47 MB of artifacts by 27.8% relative to #4804