You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Julien S (JIRA)" <ji...@codehaus.org> on 2007/08/13 19:38:47 UTC

[jira] Created: (CONTINUUM-1384) Build error when enqueing happens during SCM update

Build error when enqueing happens during SCM update
---------------------------------------------------

                 Key: CONTINUUM-1384
                 URL: http://jira.codehaus.org/browse/CONTINUUM-1384
             Project: Continuum
          Issue Type: Bug
    Affects Versions: 1.1-beta-1
            Reporter: Julien S


I've noticed on several occasions that a project is suddenly marked as "Error" without any change on the project itself.
The error is displayed on the global summary and in the project group summary, but it does not appear on the builds page of the project.

There is no error in the logs.

As it happens quite often, I've finally noticed that the "trigger" to this issue seem to be the following:

When a schedule runs to enqueue project while one of them is being updated from its SCM (even when there is no change), the project is then marked as error as described above.

More specifically, it seems that the log pattern common to these build failure is:

377162928 [pool-1-thread-1] INFO  org.apache.maven.scm.manager.ScmManager:default  - Executing: /bin/bash -c "cd /drive/continuum-1.1-beta-1/work/55 && cvs -z3 -f -q update -d"
377162928 [pool-1-thread-1] INFO  org.apache.maven.scm.manager.ScmManager:default  - Working directory: /drive/continuum-1.1-beta-1/work/55
377163028 [defaultScheduler_Worker-1] INFO  org.apache.maven.continuum.build.settings.SchedulesActivator:default  - >>>>>>>>>>>>>>>>>>>>> Executing build job (DEFAULT_SCHEDULE)...
377163307 [pool-1-thread-1] INFO  org.apache.maven.continuum.buildcontroller.BuildController:default  - Merging SCM results



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (CONTINUUM-1384) Build error when enqueing happens during SCM update

Posted by "Julien S (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-1384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_106271 ] 

Julien S commented on CONTINUUM-1384:
-------------------------------------

Indeed, I've been testing with beta-2 with a similar setup for a couple of days, and was about to comment that the issue seems to be fixed for us in beta-2 too. Thank you for the fix.

> Build error when enqueing happens during SCM update
> ---------------------------------------------------
>
>                 Key: CONTINUUM-1384
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1384
>             Project: Continuum
>          Issue Type: Bug
>    Affects Versions: 1.1-beta-1
>            Reporter: Julien S
>            Assignee: Emmanuel Venisse
>             Fix For: 1.1-beta-3
>
>
> I've noticed on several occasions that a project is suddenly marked as "Error" without any change on the project itself.
> The error is displayed on the global summary and in the project group summary, but it does not appear on the builds page of the project.
> There is no error in the logs.
> As it happens quite often, I've finally noticed that the "trigger" to this issue seem to be the following:
> When a schedule runs to enqueue project while one of them is being updated from its SCM (even when there is no change), the project is then marked as error as described above.
> More specifically, it seems that the log pattern common to these build failure is:
> 377162928 [pool-1-thread-1] INFO  org.apache.maven.scm.manager.ScmManager:default  - Executing: /bin/bash -c "cd /drive/continuum-1.1-beta-1/work/55 && cvs -z3 -f -q update -d"
> 377162928 [pool-1-thread-1] INFO  org.apache.maven.scm.manager.ScmManager:default  - Working directory: /drive/continuum-1.1-beta-1/work/55
> 377163028 [defaultScheduler_Worker-1] INFO  org.apache.maven.continuum.build.settings.SchedulesActivator:default  - >>>>>>>>>>>>>>>>>>>>> Executing build job (DEFAULT_SCHEDULE)...
> 377163307 [pool-1-thread-1] INFO  org.apache.maven.continuum.buildcontroller.BuildController:default  - Merging SCM results

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (CONTINUUM-1384) Build error when enqueing happens during SCM update

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-1384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Venisse closed CONTINUUM-1384.
---------------------------------------

         Assignee: Emmanuel Venisse
       Resolution: Cannot Reproduce
    Fix Version/s: 1.1-beta-3

I tested with 1.1-beta-2/beta-3 with a schedule defined to every second to try to reproduce this issue and all works fine without error

> Build error when enqueing happens during SCM update
> ---------------------------------------------------
>
>                 Key: CONTINUUM-1384
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1384
>             Project: Continuum
>          Issue Type: Bug
>    Affects Versions: 1.1-beta-1
>            Reporter: Julien S
>            Assignee: Emmanuel Venisse
>             Fix For: 1.1-beta-3
>
>
> I've noticed on several occasions that a project is suddenly marked as "Error" without any change on the project itself.
> The error is displayed on the global summary and in the project group summary, but it does not appear on the builds page of the project.
> There is no error in the logs.
> As it happens quite often, I've finally noticed that the "trigger" to this issue seem to be the following:
> When a schedule runs to enqueue project while one of them is being updated from its SCM (even when there is no change), the project is then marked as error as described above.
> More specifically, it seems that the log pattern common to these build failure is:
> 377162928 [pool-1-thread-1] INFO  org.apache.maven.scm.manager.ScmManager:default  - Executing: /bin/bash -c "cd /drive/continuum-1.1-beta-1/work/55 && cvs -z3 -f -q update -d"
> 377162928 [pool-1-thread-1] INFO  org.apache.maven.scm.manager.ScmManager:default  - Working directory: /drive/continuum-1.1-beta-1/work/55
> 377163028 [defaultScheduler_Worker-1] INFO  org.apache.maven.continuum.build.settings.SchedulesActivator:default  - >>>>>>>>>>>>>>>>>>>>> Executing build job (DEFAULT_SCHEDULE)...
> 377163307 [pool-1-thread-1] INFO  org.apache.maven.continuum.buildcontroller.BuildController:default  - Merging SCM results

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira