Build failed in Jenkins: JMeter-trunk #6837

2018-07-08 Thread Apache Jenkins Server
See 


Changes:

[pmouawad] Bug 62212 : Recorder : Improve UX by providing a popup above all 
windows to be able to change Transaction names and pauses while using Browser 

Fix NPE if user closes the intermediate dialog that automatically disappears 
after 7 seconds
Bugzilla Id: 62212

--
[...truncated 170.07 KB...]
 [java] at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
 [java] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
 [java] at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
 [java] at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
 [java] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
 [java] at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
 [java] at java.util.concurrent.FutureTask.run(FutureTask.java:266)
 [java] at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
 [java] at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
 [java] at java.lang.Thread.run(Thread.java:748)
 [java] 3) testClose(org.apache.jmeter.report.core.CsvSampleReaderTest)
 [java] org.apache.jmeter.report.core.SampleException: No column  
found in sample metadata , check #jmeter.save.saveservice.* properties to 
add the missing column
 [java] at 
org.apache.jmeter.report.core.SampleMetadata.ensureIndexOf(SampleMetadata.java:219)
 [java] at org.apache.jmeter.report.core.Sample.getData(Sample.java:148)
 [java] at org.apache.jmeter.report.core.Sample.(Sample.java:70)
 [java] at 
org.apache.jmeter.report.core.SampleBuilder.build(SampleBuilder.java:121)
 [java] at 
org.apache.jmeter.report.core.CsvSampleReaderTest.setUp(CsvSampleReaderTest.java:48)
 [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 [java] at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 [java] at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 [java] at java.lang.reflect.Method.invoke(Method.java:498)
 [java] at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
 [java] at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
 [java] at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
 [java] at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
 [java] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
 [java] at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
 [java] at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
 [java] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
 [java] at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
 [java] at java.util.concurrent.FutureTask.run(FutureTask.java:266)
 [java] at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
 [java] at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
 [java] at java.lang.Thread.run(Thread.java:748)
 [java] 4) testReadSample(org.apache.jmeter.report.core.CsvSampleReaderTest)
 [java] org.apache.jmeter.report.core.SampleException: No column  
found in sample metadata , check #jmeter.save.saveservice.* properties to 
add the missing column
 [java] at 
org.apache.jmeter.report.core.SampleMetadata.ensureIndexOf(SampleMetadata.java:219)
 [java] at org.apache.jmeter.report.core.Sample.getData(Sample.java:148)
 [java] at org.apache.jmeter.report.core.Sample.(Sample.java:70)
 [java] at 
org.apache.jmeter.report.core.SampleBuilder.build(SampleBuilder.java:121)
 [java] at 
org.apache.jmeter.report.core.CsvSampleReaderTest.setUp(CsvSampleReaderTest.java:48)
 [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 [java] at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 [java] at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 [java] at java.lang.reflect.Method.invoke(Method.java:498)
 [java] at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
 [java] at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
 [java] at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
 [java] at 

Build failed in Jenkins: JMeter-trunk #6836

2018-07-08 Thread Apache Jenkins Server
See 


Changes:

[fschumacher] Optimize performance of report generation.

Compute things that don't change, but get used often eagerly.
Don't use String#format for simple concatenation, as it is really slow.
Based on feedback by Allen (444104595 at qq.com)

Bugzilla Id: 62426

[fschumacher] Don't override methods withoud need

--
[...truncated 170.47 KB...]
 [java] at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
 [java] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
 [java] at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
 [java] at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
 [java] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
 [java] at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
 [java] at java.util.concurrent.FutureTask.run(FutureTask.java:266)
 [java] at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
 [java] at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
 [java] at java.lang.Thread.run(Thread.java:748)
 [java] 3) 
testHasNextAndReadSample(org.apache.jmeter.report.core.CsvSampleReaderTest)
 [java] org.apache.jmeter.report.core.SampleException: No column  
found in sample metadata , check #jmeter.save.saveservice.* properties to 
add the missing column
 [java] at 
org.apache.jmeter.report.core.SampleMetadata.ensureIndexOf(SampleMetadata.java:219)
 [java] at org.apache.jmeter.report.core.Sample.getData(Sample.java:148)
 [java] at org.apache.jmeter.report.core.Sample.(Sample.java:70)
 [java] at 
org.apache.jmeter.report.core.SampleBuilder.build(SampleBuilder.java:121)
 [java] at 
org.apache.jmeter.report.core.CsvSampleReaderTest.setUp(CsvSampleReaderTest.java:48)
 [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 [java] at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 [java] at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 [java] at java.lang.reflect.Method.invoke(Method.java:498)
 [java] at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
 [java] at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
 [java] at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
 [java] at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
 [java] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
 [java] at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
 [java] at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
 [java] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
 [java] at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
 [java] at java.util.concurrent.FutureTask.run(FutureTask.java:266)
 [java] at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
 [java] at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
 [java] at java.lang.Thread.run(Thread.java:748)
 [java] 4) 
testConstructorWithInvalidFile(org.apache.jmeter.report.core.CsvSampleReaderTest)
 [java] org.apache.jmeter.report.core.SampleException: No column  
found in sample metadata , check #jmeter.save.saveservice.* properties to 
add the missing column
 [java] at 
org.apache.jmeter.report.core.SampleMetadata.ensureIndexOf(SampleMetadata.java:219)
 [java] at org.apache.jmeter.report.core.Sample.getData(Sample.java:148)
 [java] at org.apache.jmeter.report.core.Sample.(Sample.java:70)
 [java] at 
org.apache.jmeter.report.core.SampleBuilder.build(SampleBuilder.java:121)
 [java] at 
org.apache.jmeter.report.core.CsvSampleReaderTest.setUp(CsvSampleReaderTest.java:48)
 [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 [java] at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 [java] at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 [java] at java.lang.reflect.Method.invoke(Method.java:498)
 [java] at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
 [java] at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
 [java] at 

buildbot failure in on jmeter-trunk

2018-07-08 Thread buildbot
The Buildbot has detected a new failure on builder jmeter-trunk while building 
. Full details are available at:
https://ci.apache.org/builders/jmeter-trunk/builds/3837

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

Buildslave for this Build: bb_slave1_ubuntu

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

BUILD FAILED: failed shell_3

Sincerely,
 -The Buildbot





Re: Release 5.0 ?

2018-07-08 Thread Philippe Mouawad
Thanks for feedback.
Usually it’s a good thing to test integrity with sha of the file and
compare it with the value we advertise.

Regards

On Sunday, July 8, 2018, Jmeter Tea  wrote:

> I downloaded again and now it's working, maybe I had a problem with
> downloading
>
> Thank you
> On Sun, Jul 8, 2018 at 11:35 AM, Philippe Mouawad <
> philippe.moua...@gmail.com> wrote:
>
> > Hello,
> > Which file did you download and from which link ?
> >
> >
> > Thank you
> >
> > On Sunday, July 8, 2018, Jmeter Tea  wrote:
> >
> > > Hi
> > >
> > > I download latest nightly r1835292 and it failed to run due to missing
> > > files in bin folder as
> > > jmeter.properties and log4j2.xml
> > >
> > > FYI
> > >
> > >
> > > On Thu, Jul 5, 2018 at 11:47 PM, Philippe Mouawad <
> > > p.moua...@ubik-ingenierie.com> wrote:
> > >
> > > > Hello,
> > > >
> > > > We have currently 64 bugs/enhancements implemented in trunk that
> would
> > > > deserve a Major new version 5.0 :
> > > >
> > > >- https://bz.apache.org/bugzilla/buglist.cgi?bug_
> > > >status=RESOLVED_status=VERIFIED_status=CLOSED&
> > > >component=HTTP=Main_id=170488=
> > > >Importance=JMeter_format=advanced&
> > > > resolution=FIXED_
> > > >milestone=JMETER_4.1
> > > > > > > status=RESOLVED_status=VERIFIED_status=CLOSED&
> > > > component=HTTP=Main_id=170488=
> > > > Importance=JMeter_format=advanced&
> > resolution=FIXED_
> > > > milestone=JMETER_4.1>
> > > >
> > > > I think last commits deserve a deep review /tests related to :
> > > >
> > > >- Flow Control Action
> > > >- Result Status Action
> > > >- Iterating Controllers
> > > >
> > > > If nobody finds a bug, the new version 5.0 should be released.
> > > >
> > > >
> > > > I propose to send a mail on user mailing list with following content:
> > > >
> > > > 
> > > > 
> > > >
> > > > We'd like to release a new version 5.0 with following enhancements /
> > > > bugfixes.
> > > > We'd like tests and feedback from users.
> > > > If you'd like to help testing, you can download a nightly build
> > tomorrow:
> > > >
> > > >- https://ci.apache.org/projects/jmeter/nightlies/
> > > >
> > > > Test particularly:
> > > >
> > > >- Recording
> > > >- Flow Control Action (old Test Action)
> > > >- Result Status Action (break loop, switch to next iteration of
> > > current
> > > >loop)
> > > >- While Controller / Loop Controller / Foreach Controller
> > > >
> > > > We'll be waiting for 10 days.
> > > >
> > > > 
> > > > 
> > > > --
> > > > Regards.
> > > > Philippe  M.
> > > >
> > >
> >
> >
> > --
> > Cordialement.
> > Philippe Mouawad.
> >
>


-- 
Cordialement.
Philippe Mouawad.


Re: Release 5.0 ?

2018-07-08 Thread Jmeter Tea
I downloaded again and now it's working, maybe I had a problem with
downloading

Thank you
On Sun, Jul 8, 2018 at 11:35 AM, Philippe Mouawad <
philippe.moua...@gmail.com> wrote:

> Hello,
> Which file did you download and from which link ?
>
>
> Thank you
>
> On Sunday, July 8, 2018, Jmeter Tea  wrote:
>
> > Hi
> >
> > I download latest nightly r1835292 and it failed to run due to missing
> > files in bin folder as
> > jmeter.properties and log4j2.xml
> >
> > FYI
> >
> >
> > On Thu, Jul 5, 2018 at 11:47 PM, Philippe Mouawad <
> > p.moua...@ubik-ingenierie.com> wrote:
> >
> > > Hello,
> > >
> > > We have currently 64 bugs/enhancements implemented in trunk that would
> > > deserve a Major new version 5.0 :
> > >
> > >- https://bz.apache.org/bugzilla/buglist.cgi?bug_
> > >status=RESOLVED_status=VERIFIED_status=CLOSED&
> > >component=HTTP=Main_id=170488=
> > >Importance=JMeter_format=advanced&
> > > resolution=FIXED_
> > >milestone=JMETER_4.1
> > > > > status=RESOLVED_status=VERIFIED_status=CLOSED&
> > > component=HTTP=Main_id=170488=
> > > Importance=JMeter_format=advanced&
> resolution=FIXED_
> > > milestone=JMETER_4.1>
> > >
> > > I think last commits deserve a deep review /tests related to :
> > >
> > >- Flow Control Action
> > >- Result Status Action
> > >- Iterating Controllers
> > >
> > > If nobody finds a bug, the new version 5.0 should be released.
> > >
> > >
> > > I propose to send a mail on user mailing list with following content:
> > >
> > > 
> > > 
> > >
> > > We'd like to release a new version 5.0 with following enhancements /
> > > bugfixes.
> > > We'd like tests and feedback from users.
> > > If you'd like to help testing, you can download a nightly build
> tomorrow:
> > >
> > >- https://ci.apache.org/projects/jmeter/nightlies/
> > >
> > > Test particularly:
> > >
> > >- Recording
> > >- Flow Control Action (old Test Action)
> > >- Result Status Action (break loop, switch to next iteration of
> > current
> > >loop)
> > >- While Controller / Loop Controller / Foreach Controller
> > >
> > > We'll be waiting for 10 days.
> > >
> > > 
> > > 
> > > --
> > > Regards.
> > > Philippe  M.
> > >
> >
>
>
> --
> Cordialement.
> Philippe Mouawad.
>


Re: Release 5.0 ?

2018-07-08 Thread Philippe Mouawad
Hello,
Which file did you download and from which link ?


Thank you

On Sunday, July 8, 2018, Jmeter Tea  wrote:

> Hi
>
> I download latest nightly r1835292 and it failed to run due to missing
> files in bin folder as
> jmeter.properties and log4j2.xml
>
> FYI
>
>
> On Thu, Jul 5, 2018 at 11:47 PM, Philippe Mouawad <
> p.moua...@ubik-ingenierie.com> wrote:
>
> > Hello,
> >
> > We have currently 64 bugs/enhancements implemented in trunk that would
> > deserve a Major new version 5.0 :
> >
> >- https://bz.apache.org/bugzilla/buglist.cgi?bug_
> >status=RESOLVED_status=VERIFIED_status=CLOSED&
> >component=HTTP=Main_id=170488=
> >Importance=JMeter_format=advanced&
> > resolution=FIXED_
> >milestone=JMETER_4.1
> > > status=RESOLVED_status=VERIFIED_status=CLOSED&
> > component=HTTP=Main_id=170488=
> > Importance=JMeter_format=advanced=FIXED_
> > milestone=JMETER_4.1>
> >
> > I think last commits deserve a deep review /tests related to :
> >
> >- Flow Control Action
> >- Result Status Action
> >- Iterating Controllers
> >
> > If nobody finds a bug, the new version 5.0 should be released.
> >
> >
> > I propose to send a mail on user mailing list with following content:
> >
> > 
> > 
> >
> > We'd like to release a new version 5.0 with following enhancements /
> > bugfixes.
> > We'd like tests and feedback from users.
> > If you'd like to help testing, you can download a nightly build tomorrow:
> >
> >- https://ci.apache.org/projects/jmeter/nightlies/
> >
> > Test particularly:
> >
> >- Recording
> >- Flow Control Action (old Test Action)
> >- Result Status Action (break loop, switch to next iteration of
> current
> >loop)
> >- While Controller / Loop Controller / Foreach Controller
> >
> > We'll be waiting for 10 days.
> >
> > 
> > 
> > --
> > Regards.
> > Philippe  M.
> >
>


-- 
Cordialement.
Philippe Mouawad.


Re: Release 5.0 ?

2018-07-08 Thread Jmeter Tea
Hi

I download latest nightly r1835292 and it failed to run due to missing
files in bin folder as
jmeter.properties and log4j2.xml

FYI


On Thu, Jul 5, 2018 at 11:47 PM, Philippe Mouawad <
p.moua...@ubik-ingenierie.com> wrote:

> Hello,
>
> We have currently 64 bugs/enhancements implemented in trunk that would
> deserve a Major new version 5.0 :
>
>- https://bz.apache.org/bugzilla/buglist.cgi?bug_
>status=RESOLVED_status=VERIFIED_status=CLOSED&
>component=HTTP=Main_id=170488=
>Importance=JMeter_format=advanced&
> resolution=FIXED_
>milestone=JMETER_4.1
> status=RESOLVED_status=VERIFIED_status=CLOSED&
> component=HTTP=Main_id=170488=
> Importance=JMeter_format=advanced=FIXED_
> milestone=JMETER_4.1>
>
> I think last commits deserve a deep review /tests related to :
>
>- Flow Control Action
>- Result Status Action
>- Iterating Controllers
>
> If nobody finds a bug, the new version 5.0 should be released.
>
>
> I propose to send a mail on user mailing list with following content:
>
> 
> 
>
> We'd like to release a new version 5.0 with following enhancements /
> bugfixes.
> We'd like tests and feedback from users.
> If you'd like to help testing, you can download a nightly build tomorrow:
>
>- https://ci.apache.org/projects/jmeter/nightlies/
>
> Test particularly:
>
>- Recording
>- Flow Control Action (old Test Action)
>- Result Status Action (break loop, switch to next iteration of current
>loop)
>- While Controller / Loop Controller / Foreach Controller
>
> We'll be waiting for 10 days.
>
> 
> 
> --
> Regards.
> Philippe  M.
>