[ 
https://issues.jenkins-ci.org/browse/JENKINS-13227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=163369#comment-163369
 ] 

Amir Isfy edited comment on JENKINS-13227 at 5/31/12 5:09 PM:
--------------------------------------------------------------

Sounds like a plan.

Michael, I am getting this with this new snapshot. It is during the 'rlog' 
command.

First member of my matrix checks out and builds fine. Its rlog command is:

08:20:30  cvs rlog -S -d30 May 2012 17:13:58 -0600<31 May 2012 08:13:55 -0600 
Module_name

The second member of the matrix, checking out the same exact code, rlog command 
is:

08:57:51  cvs rlog -S -d17 May 2012 09:30:15 -0600<31 May 2012 08:13:55 -0600 
Module_name

Note the times! The second command fails with: 


17:25:04  FATAL: No file version found for the specified tag. Looking for 
branch_name in 
17:25:04  java.lang.RuntimeException: No file version found for the specified 
tag. Looking for branch_name in 
17:25:04        at 
hudson.scm.CvsChangeLogHelper.getCurrentFileVersion(CvsChangeLogHelper.java:273)
17:25:04        at 
hudson.scm.CvsChangeLogHelper.mapCvsLog(CvsChangeLogHelper.java:151)
17:25:04        at hudson.scm.CVSSCM.calculateChangeLog(CVSSCM.java:419)
17:25:04        at hudson.scm.CVSSCM.checkout(CVSSCM.java:831)
17:25:04        at 
hudson.model.AbstractProject.checkout(AbstractProject.java:1218)
17:25:04        at 
hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:586)
17:25:04        at 
hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:475)
17:25:04        at hudson.model.Run.run(Run.java:1434)
17:25:04        at hudson.matrix.MatrixRun.run(MatrixRun.java:146)
17:25:04        at 
hudson.model.ResourceController.execute(ResourceController.java:88)
17:25:04        at hudson.model.Executor.run(Executor.java:239)

This is after the very last rlog message on the console output!!

On other slaves, I have this happening on the first member of the matrix or 
even on the master before triggering the first member of the matrix.

Sometimes when I clean the workspace and relaunch, it goes one step further, 
for example if it had failed on the master, now it passes and fails at the 
first member of the matrix on the slave!
                
      was (Author: amofpers):
    Sounds like a plan.

Michael, I am getting this with this new snapshot. It is during the 'rlog' 
command.

First member of my matrix checks out and builds fine. Its rlog command is:

08:20:30  cvs rlog -S -d30 May 2012 17:13:58 -0600<31 May 2012 08:13:55 -0600 
Module_name

The second member of the matrix, checking out the same exact code, rlog command 
is:

08:57:51  cvs rlog -S -d17 May 2012 09:30:15 -0600<31 May 2012 08:13:55 -0600 
Module_name

Note the times! The second command fails with: 


17:25:04  FATAL: No file version found for the specified tag. Looking for 
branch_name in 
17:25:04  java.lang.RuntimeException: No file version found for the specified 
tag. Looking for branch_name in 
17:25:04        at 
hudson.scm.CvsChangeLogHelper.getCurrentFileVersion(CvsChangeLogHelper.java:273)
17:25:04        at 
hudson.scm.CvsChangeLogHelper.mapCvsLog(CvsChangeLogHelper.java:151)
17:25:04        at hudson.scm.CVSSCM.calculateChangeLog(CVSSCM.java:419)
17:25:04        at hudson.scm.CVSSCM.checkout(CVSSCM.java:831)
17:25:04        at 
hudson.model.AbstractProject.checkout(AbstractProject.java:1218)
17:25:04        at 
hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:586)
17:25:04        at 
hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:475)
17:25:04        at hudson.model.Run.run(Run.java:1434)
17:25:04        at hudson.matrix.MatrixRun.run(MatrixRun.java:146)
17:25:04        at 
hudson.model.ResourceController.execute(ResourceController.java:88)
17:25:04        at hudson.model.Executor.run(Executor.java:239)

On other slaves, I have this happening on the first member of the matrix or 
even on the master before triggering the first member of the matrix.

Sometimes when I clean the workspace and relaunch, it goes one step further, 
for example if it had failed on the master, now it passes and fails at the 
first member of the matrix on the slave!
                  
> CVS plugin 2.1 does not detect changes
> --------------------------------------
>
>                 Key: JENKINS-13227
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-13227
>             Project: Jenkins
>          Issue Type: Bug
>          Components: cvs
>            Reporter: Guillaume Bilodeau
>            Assignee: Michael Clarke
>            Priority: Critical
>              Labels: cvs
>         Attachments: rlog.txt
>
>
> As presented in the user group: 
> https://groups.google.com/forum/?fromgroups#!topic/jenkinsci-users/Dvv0I3FBNW4
> We've been running Jenkins 1.451 and 1.454 on Windows XP against a CVS 
> repository for a few weeks now, without any problems. The CVS plugin (v1.6) 
> was using the local cvsnt install.
> We've since upgraded the CVS plugin to version 2.1 (by manually pinning the 
> plugin) and since then, CVS changes are not detected. The CVS polling log is 
> triggered properly, tons of "cvs rlog" instructions are sent, but at the end 
> "No changes" is displayed.
> Using CVS plugin 1.6 the cvs polling command looked like this (executed at 
> 5:26:21 PM EDT):
> cvs -q -z3 -n update -PdC -r d-chg00014229_op_brc_preimp-op-2012-02-27 -D 
> "Thursday, March 22, 2012 9:26:21 PM UTC"
> Using CVS plugin 2.1, the last cvs checkout command looked like this 
> (executed at 11:56:16 AM EDT):
> cvs checkout -P -r d-chg00014229_op_brc_preimp-op-2012-02-27 -D 23 Mar 2012 
> 11:56:16 EDT -d portailInt portailInt
> We're in Montreal, so Eastern Time Zone with Daylight Saving Time in effect.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to