You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@felix.apache.org by Adam Purkiss <aj...@hotmail.com> on 2013/05/23 16:17:30 UTC

Question about scr release schedule

Recently a high priority bug was fixed https://issues.apache.org/jira/browse/FELIX-4069. I was wondering what the release schedule is like for SCR as while we can use a snapshot build for now ideally we would like the bug to be officially rolled out. I was hoping someone could help me understand when the next maintenance release is likely to be shipped?

My concern at the moment is that the unit tests locally fail with the below error so I am not sure if that means the current state of scr is that it is "broken" or if I can just skip the tests and run with the snap shot as the below error is due to my dev environment setup.


[org.apache.felix.scr.integration.components.concurrency.C] (exit)log level: 4 D=13:20:10,796 T=Thread[Thread-4,5,main]: [org.apache.felix.scr.integration.components.concurrency.C(21310)] Unset and deconfigured implementationobject for component org.apache.felix.scr.integration.components.concurrency.C in deleteComponent for reason Component disabledlog level: 4 D=13:20:10,796 T=Thread[Thread-4,5,main]: [org.apache.felix.scr.integration.components.concurrency.C(21310)] Deactivating dependency managerslog level: 4 D=13:20:10,796 T=Thread[Thread-4,5,main]: [org.apache.felix.scr.integration.components.concurrency.C(21310)] Disabling dependency managersResults :Tests run: 17, Failures: 0, Errors: 0, Skipped: 0[INFO] ------------------------------------------------------------------------[INFO] BUILD FAILURE[INFO] ------------------------------------------------------------------------[INFO] Total time: 8:16.128s[INFO] Finished at: Tue May 21 13:27:10 EDT 2013[INFO] Final Memory: 12M/247M[INFO] ------------------------------------------------------------------------[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.12:integration-test (default) on project org.apache.felix.scr: Execution default of goal org.apache.maven.plugins:maven-failsafe-plugin:2.12:integration-test failed: The forked VM terminated without saying properly goodbye. VM crash or System.exit called ? -> [Help 1][ERROR][ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.[ERROR] Re-run Maven using the -X switch to enable full debug logging.[ERROR][ERROR] For more information about the errors and possible solutions, please read the following articles:[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
thanks
Adam Purkiss 		 	   		  

RE: Question about scr release schedule

Posted by Adam Purkiss <aj...@hotmail.com>.
thanks
That seems to have fixed that problem. Build was successfull

> Date: Thu, 23 May 2013 19:28:34 +0200
> Subject: Re: Question about scr release schedule
> From: pierre.derop@gmail.com
> To: users@felix.apache.org
> 
> Hello Adam;
> 
> I don't know when David or Felix plans to cut a release, but looking at
> your trace, it seems that your maven crashed ?
> Maybe you ran out of memory ?
> 
> Can you retry with more memory, using MAVEN_OPTS="-Xmx512m -Xms512m
> -server" ?
> 
> if some tests are still failing, can you then provide the logs from
> target/failsafe-reports/*.txt which corresponds to the failing tests ?
> 
> regards;
> /Pierre
> 
> On Thu, May 23, 2013 at 4:17 PM, Adam Purkiss <aj...@hotmail.com> wrote:
> 
> > Recently a high priority bug was fixed
> > https://issues.apache.org/jira/browse/FELIX-4069. I was wondering what
> > the release schedule is like for SCR as while we can use a snapshot build
> > for now ideally we would like the bug to be officially rolled out. I was
> > hoping someone could help me understand when the next maintenance release
> > is likely to be shipped?
> >
> > My concern at the moment is that the unit tests locally fail with the
> > below error so I am not sure if that means the current state of scr is that
> > it is "broken" or if I can just skip the tests and run with the snap shot
> > as the below error is due to my dev environment setup.
> >
> >
> > [org.apache.felix.scr.integration.components.concurrency.C] (exit)log
> > level: 4 D=13:20:10,796 T=Thread[Thread-4,5,main]:
> > [org.apache.felix.scr.integration.components.concurrency.C(21310)] Unset
> > and deconfigured implementationobject for component
> > org.apache.felix.scr.integration.components.concurrency.C in
> > deleteComponent for reason Component disabledlog level: 4 D=13:20:10,796
> > T=Thread[Thread-4,5,main]:
> > [org.apache.felix.scr.integration.components.concurrency.C(21310)]
> > Deactivating dependency managerslog level: 4 D=13:20:10,796
> > T=Thread[Thread-4,5,main]:
> > [org.apache.felix.scr.integration.components.concurrency.C(21310)]
> > Disabling dependency managersResults :Tests run: 17, Failures: 0, Errors:
> > 0, Skipped: 0[INFO]
> > ------------------------------------------------------------------------[INFO]
> > BUILD FAILURE[INFO]
> > ------------------------------------------------------------------------[INFO]
> > Total time: 8:16.128s[INFO] Finished at: Tue May 21 13:27:10 EDT 2013[INFO]
> > Final Memory: 12M/247M[INFO]
> > ------------------------------------------------------------------------[ERROR]
> > Failed to execute goal
> > org.apache.maven.plugins:maven-failsafe-plugin:2.12:integration-test
> > (default) on project org.apache.felix.scr: Execution default of goal
> > org.apache.maven.plugins:maven-failsafe-plugin:2.12:integration-test
> > failed: The forked VM terminated without saying properly goodbye. VM crash
> > or System.exit called ? -> [Help 1][ERROR][ERROR] To see the full stack
> > trace of the errors, re-run Maven with the -e switch.[ERROR] Re-run Maven
> > using the -X switch to enable full debug logging.[ERROR][ERROR] For more
> > information about the errors and possible solutions, please read the
> > following articles:[ERROR] [Help 1]
> > http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
> > thanks
> > Adam Purkiss
 		 	   		  

Re: Question about scr release schedule

Posted by Pierre De Rop <pi...@gmail.com>.
Hello Adam;

I don't know when David or Felix plans to cut a release, but looking at
your trace, it seems that your maven crashed ?
Maybe you ran out of memory ?

Can you retry with more memory, using MAVEN_OPTS="-Xmx512m -Xms512m
-server" ?

if some tests are still failing, can you then provide the logs from
target/failsafe-reports/*.txt which corresponds to the failing tests ?

regards;
/Pierre

On Thu, May 23, 2013 at 4:17 PM, Adam Purkiss <aj...@hotmail.com> wrote:

> Recently a high priority bug was fixed
> https://issues.apache.org/jira/browse/FELIX-4069. I was wondering what
> the release schedule is like for SCR as while we can use a snapshot build
> for now ideally we would like the bug to be officially rolled out. I was
> hoping someone could help me understand when the next maintenance release
> is likely to be shipped?
>
> My concern at the moment is that the unit tests locally fail with the
> below error so I am not sure if that means the current state of scr is that
> it is "broken" or if I can just skip the tests and run with the snap shot
> as the below error is due to my dev environment setup.
>
>
> [org.apache.felix.scr.integration.components.concurrency.C] (exit)log
> level: 4 D=13:20:10,796 T=Thread[Thread-4,5,main]:
> [org.apache.felix.scr.integration.components.concurrency.C(21310)] Unset
> and deconfigured implementationobject for component
> org.apache.felix.scr.integration.components.concurrency.C in
> deleteComponent for reason Component disabledlog level: 4 D=13:20:10,796
> T=Thread[Thread-4,5,main]:
> [org.apache.felix.scr.integration.components.concurrency.C(21310)]
> Deactivating dependency managerslog level: 4 D=13:20:10,796
> T=Thread[Thread-4,5,main]:
> [org.apache.felix.scr.integration.components.concurrency.C(21310)]
> Disabling dependency managersResults :Tests run: 17, Failures: 0, Errors:
> 0, Skipped: 0[INFO]
> ------------------------------------------------------------------------[INFO]
> BUILD FAILURE[INFO]
> ------------------------------------------------------------------------[INFO]
> Total time: 8:16.128s[INFO] Finished at: Tue May 21 13:27:10 EDT 2013[INFO]
> Final Memory: 12M/247M[INFO]
> ------------------------------------------------------------------------[ERROR]
> Failed to execute goal
> org.apache.maven.plugins:maven-failsafe-plugin:2.12:integration-test
> (default) on project org.apache.felix.scr: Execution default of goal
> org.apache.maven.plugins:maven-failsafe-plugin:2.12:integration-test
> failed: The forked VM terminated without saying properly goodbye. VM crash
> or System.exit called ? -> [Help 1][ERROR][ERROR] To see the full stack
> trace of the errors, re-run Maven with the -e switch.[ERROR] Re-run Maven
> using the -X switch to enable full debug logging.[ERROR][ERROR] For more
> information about the errors and possible solutions, please read the
> following articles:[ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
> thanks
> Adam Purkiss