Re: buildbot exception in ASF Buildbot on log4j2-nightly

2015-05-02 Thread Gary Gregory
Yuck :-(... thank you for handling this. Gary On Fri, May 1, 2015 at 11:03 AM, Ralph Goers wrote: > I have a Jira issue open for this. I had them upgrade Maven after we > upgraded the site plugin version. Unfortunately the latest Maven version > (3.3.x) is failing with some strange error. I ha

Re: buildbot exception in ASF Buildbot on log4j2-nightly

2015-05-02 Thread Ralph Goers
I have a Jira issue open for this. I had them upgrade Maven after we upgraded the site plugin version. Unfortunately the latest Maven version (3.3.x) is failing with some strange error. I haven’t had a chance to test with that version but recommended they try using 3.2.x, which worked for me in

Re: buildbot exception in ASF Buildbot on log4j2-nightly

2015-05-01 Thread Ralph Goers
I have a Jira issue open for this. I had them upgrade Maven after we upgraded the site plugin version. Unfortunately the latest Maven version (3.3.x) is failing with some strange error. I haven’t had a chance to test with that version but recommended they try using 3.2.x, which worked for me in

RE: buildbot exception in ASF Buildbot on log4j2-nightly

2015-05-01 Thread Gary Gregory
Who knows how to fix this? Gary  Original message From: build...@apache.org Date: 05/01/2015 01:17 (GMT-08:00) To: log4j-dev@logging.apache.org Subject: buildbot exception in ASF Buildbot on log4j2-nightly The Buildbot has detected a build exception on builder log4j2-night

Re: buildbot exception in ASF Buildbot on log4j2-nightly

2014-11-30 Thread Ralph Goers
That makes sense. Both declare a Marker with the same name but with different parents. Now that I know what is causing it I think I can fix it. Ralph > On Nov 30, 2014, at 10:42 PM, Gary Gregory wrote: > > This can be reproduced by running the LoggerTest before the MarkerTest: > > cd log4j-s

Re: buildbot exception in ASF Buildbot on log4j2-nightly

2014-11-30 Thread Gary Gregory
Should be fixed in git master now. Gary On Mon, Dec 1, 2014 at 12:51 AM, Gary Gregory wrote: > You can also reproduce it this way: > > package org.apache.logging.slf4j; > > import org.junit.runner.RunWith; > import org.junit.runners.Suite; > import org.junit.runners.Suite.SuiteClasses; > > @Run

Re: buildbot exception in ASF Buildbot on log4j2-nightly

2014-11-30 Thread Gary Gregory
You can also reproduce it this way: package org.apache.logging.slf4j; import org.junit.runner.RunWith; import org.junit.runners.Suite; import org.junit.runners.Suite.SuiteClasses; @RunWith(Suite.class) @SuiteClasses({ LoggerTest.class, MarkerTest.class }) public class OrderBugTes

Re: buildbot exception in ASF Buildbot on log4j2-nightly

2014-11-30 Thread Gary Gregory
On Mon, Dec 1, 2014 at 12:44 AM, Gary Gregory wrote: > The brute force way to 'fix' this is to set reuseForks to false in the > parent POM but then we will never find leaky kinds of bugs. > Oh, and that would slow down the test phase a lot. Gary > > Gary > > On Mon, Dec 1, 2014 at 12:42 AM, Ga

Re: buildbot exception in ASF Buildbot on log4j2-nightly

2014-11-30 Thread Gary Gregory
The brute force way to 'fix' this is to set reuseForks to false in the parent POM but then we will never find leaky kinds of bugs. Gary On Mon, Dec 1, 2014 at 12:42 AM, Gary Gregory wrote: > This can be reproduced by running the LoggerTest before the MarkerTest: > > cd log4j-slf4j-impl > mvn te

Re: buildbot exception in ASF Buildbot on log4j2-nightly

2014-11-30 Thread Gary Gregory
This can be reproduced by running the LoggerTest before the MarkerTest: cd log4j-slf4j-impl mvn test -Dtest=org.apache.logging.slf4j.LoggerTest,org.apache.logging.slf4j.MarkerTest Gary On Sat, Nov 29, 2014 at 12:16 PM, Gary Gregory wrote: > I see this locally. It seems that a lot of tests do n

Re: buildbot exception in ASF Buildbot on log4j2-nightly

2014-11-29 Thread Gary Gregory
I see this locally. It seems that a lot of tests do not clean up after themselves. So might have to run in their own VMs... On Sat, Nov 29, 2014 at 11:58 AM, Ralph Goers wrote: > I am not sure why the nightly build would be building the site. > > Yesterday when i saw this I performed a log4j bui

Re: buildbot exception in ASF Buildbot on log4j2-nightly

2014-11-29 Thread Ralph Goers
I am not sure why the nightly build would be building the site. Yesterday when i saw this I performed a log4j build and it failed with the log below. I can’t really tell what is wrong with the MarkerTest just by looking. T E S T S --- Running

Re: buildbot exception in ASF Buildbot on log4j2-nightly

2014-11-29 Thread Gary Gregory
ah there is more info: http://ci.apache.org/builders/log4j2-nightly/builds/177/steps/compile_1/logs/stdio Gary On Sat, Nov 29, 2014 at 7:18 AM, Gary Gregory wrote: > How can we tell what's wrong? > > Gary > > > Original message > From: build...@apache.org > Date:11/29/2014 03:

Re: buildbot exception in ASF Buildbot on log4j2-nightly

2014-11-29 Thread Remko Popma
:-) I completely agree. Sent from my iPhone > On 2014/11/29, at 21:18, Gary Gregory wrote: > > How can we tell what's wrong? > > Gary > > > Original message > From: build...@apache.org > Date:11/29/2014 03:17 (GMT-05:00) > To: log4j-dev@logging.apache.org > Cc: > Subject: