|
Justin Rovang created JENKINS-13149:
--------------------------------------- Summary: SCM Poll causing non-stop builds Key: JENKINS-13149 URL: https://issues.jenkins-ci.org/browse/JENKINS-13149 Project: Jenkins Issue Type: Bug Components: mercurial Affects Versions: current Environment: HG 2.0.1 / Jenkins 1.456 / Plugin 1.3.8 Reporter: Justin Rovang Assignee: Kohsuke Kawaguchi Priority: Critical I hate to bring such conflicting information into a bug report but I'm at a loss on this! This only happens for this one repo - I've deleted and re-created it, and setup from scratch with no joy. HG SCM Poll log insists it's finding changes and is firing a build off of 'Dependent changes detected'. Started on Mar 19, 2012 11:00:24 PM [src] $ hg pull --rev default pulling from /var/hg/repos/mpl no changes found [src] $ hg log --style /var/lib/jenkins/jobs/mpl/workspace/tmp2857899180971434423style --branch default --no-merges --prune 9c80c470fa3ef8d89c2352c08babb3f466b9aa24 id:5b02d29a94c43648da2eb0a16f12c2e42eb46c87 files:build.xml: Dependent changes detected Done. Took 0.21 sec Changes found There's no open/un-merged heads in the repo either: default 141:9c80c470fa3e If I downgrade to 1.3.7, it works fine (seems to run a different technique) HG SCM Poll log from 1.3.7: Started on Mar 19, 2012 11:11:14 PM [src] $ hg incoming --style /var/lib/jenkins/jobs/mpl/workspace/tmp1826463261407545325style --no-merges --rev default --newest-first comparing with /var/hg/repos/mpl no changes found Done. Took 53 ms No changes -- 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 |
|
[ https://issues.jenkins-ci.org/browse/JENKINS-13149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=160953#comment-160953 ] Olivier Trempe commented on JENKINS-13149: ------------------------------------------ Same thing on my side. Maybe this info can help: The polled repo contains a sub-repo in which there are large files (files tagged with --large mercurial extension) > SCM Poll causing non-stop builds > -------------------------------- > > Key: JENKINS-13149 > URL: https://issues.jenkins-ci.org/browse/JENKINS-13149 > Project: Jenkins > Issue Type: Bug > Components: mercurial > Affects Versions: current > Environment: HG 2.0.1 / Jenkins 1.456 / Plugin 1.3.8 > Reporter: Justin Rovang > Assignee: Kohsuke Kawaguchi > Priority: Critical > > I hate to bring such conflicting information into a bug report but I'm at a loss on this! > This only happens for this one repo - I've deleted and re-created it, and setup from scratch with no joy. > HG SCM Poll log insists it's finding changes and is firing a build off of 'Dependent changes detected'. > Started on Mar 19, 2012 11:00:24 PM > [src] $ hg pull --rev default > pulling from /var/hg/repos/mpl > no changes found > [src] $ hg log --style /var/lib/jenkins/jobs/mpl/workspace/tmp2857899180971434423style --branch default --no-merges --prune 9c80c470fa3ef8d89c2352c08babb3f466b9aa24 > id:5b02d29a94c43648da2eb0a16f12c2e42eb46c87 > files:build.xml: > Dependent changes detected > Done. Took 0.21 sec > Changes found > There's no open/un-merged heads in the repo either: > default 141:9c80c470fa3e > If I downgrade to 1.3.7, it works fine (seems to run a different technique) > HG SCM Poll log from 1.3.7: > Started on Mar 19, 2012 11:11:14 PM > [src] $ hg incoming --style /var/lib/jenkins/jobs/mpl/workspace/tmp1826463261407545325style --no-merges --rev default --newest-first > comparing with /var/hg/repos/mpl > no changes found > Done. Took 53 ms > No changes -- 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 |
|
In reply to this post by JIRA noreply@jenkins-ci.org
[ https://issues.jenkins-ci.org/browse/JENKINS-13149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=162097#comment-162097 ] Kayla Nimis commented on JENKINS-13149: --------------------------------------- I'm having the same issue, the files that it says have changed were removed from the repo some time ago. > SCM Poll causing non-stop builds > -------------------------------- > > Key: JENKINS-13149 > URL: https://issues.jenkins-ci.org/browse/JENKINS-13149 > Project: Jenkins > Issue Type: Bug > Components: mercurial > Affects Versions: current > Environment: HG 2.0.1 / Jenkins 1.456 / Plugin 1.3.8 > Reporter: Justin Rovang > Assignee: Kohsuke Kawaguchi > Priority: Critical > > I hate to bring such conflicting information into a bug report but I'm at a loss on this! > This only happens for this one repo - I've deleted and re-created it, and setup from scratch with no joy. > HG SCM Poll log insists it's finding changes and is firing a build off of 'Dependent changes detected'. > Started on Mar 19, 2012 11:00:24 PM > [src] $ hg pull --rev default > pulling from /var/hg/repos/mpl > no changes found > [src] $ hg log --style /var/lib/jenkins/jobs/mpl/workspace/tmp2857899180971434423style --branch default --no-merges --prune 9c80c470fa3ef8d89c2352c08babb3f466b9aa24 > id:5b02d29a94c43648da2eb0a16f12c2e42eb46c87 > files:build.xml: > Dependent changes detected > Done. Took 0.21 sec > Changes found > There's no open/un-merged heads in the repo either: > default 141:9c80c470fa3e > If I downgrade to 1.3.7, it works fine (seems to run a different technique) > HG SCM Poll log from 1.3.7: > Started on Mar 19, 2012 11:11:14 PM > [src] $ hg incoming --style /var/lib/jenkins/jobs/mpl/workspace/tmp1826463261407545325style --no-merges --rev default --newest-first > comparing with /var/hg/repos/mpl > no changes found > Done. Took 53 ms > No changes -- 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 |
|
In reply to this post by JIRA noreply@jenkins-ci.org
[ https://issues.jenkins-ci.org/browse/JENKINS-13149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=162279#comment-162279 ] jglick commented on JENKINS-13149: ---------------------------------- Subrepos are not yet supported (JENKINS-4838). No idea how the plugin behaves with the largefiles extension, but probably there are bugs; certainly interaction with this plugin is not tested. > SCM Poll causing non-stop builds > -------------------------------- > > Key: JENKINS-13149 > URL: https://issues.jenkins-ci.org/browse/JENKINS-13149 > Project: Jenkins > Issue Type: Bug > Components: mercurial > Affects Versions: current > Environment: HG 2.0.1 / Jenkins 1.456 / Plugin 1.3.8 > Reporter: Justin Rovang > Assignee: Kohsuke Kawaguchi > Priority: Critical > > I hate to bring such conflicting information into a bug report but I'm at a loss on this! > This only happens for this one repo - I've deleted and re-created it, and setup from scratch with no joy. > HG SCM Poll log insists it's finding changes and is firing a build off of 'Dependent changes detected'. > Started on Mar 19, 2012 11:00:24 PM > [src] $ hg pull --rev default > pulling from /var/hg/repos/mpl > no changes found > [src] $ hg log --style /var/lib/jenkins/jobs/mpl/workspace/tmp2857899180971434423style --branch default --no-merges --prune 9c80c470fa3ef8d89c2352c08babb3f466b9aa24 > id:5b02d29a94c43648da2eb0a16f12c2e42eb46c87 > files:build.xml: > Dependent changes detected > Done. Took 0.21 sec > Changes found > There's no open/un-merged heads in the repo either: > default 141:9c80c470fa3e > If I downgrade to 1.3.7, it works fine (seems to run a different technique) > HG SCM Poll log from 1.3.7: > Started on Mar 19, 2012 11:11:14 PM > [src] $ hg incoming --style /var/lib/jenkins/jobs/mpl/workspace/tmp1826463261407545325style --no-merges --rev default --newest-first > comparing with /var/hg/repos/mpl > no changes found > Done. Took 53 ms > No changes -- 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 |
|
In reply to this post by JIRA noreply@jenkins-ci.org
[ https://issues.jenkins-ci.org/browse/JENKINS-13149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=162529#comment-162529 ] Mirela B commented on JENKINS-13149: ------------------------------------ I have the same issue with the latest version of jenkins(1.462) and perforce plugin(1.3.1) pooling log: No changes found. Done. Took 5 min 42 sec Changes found > SCM Poll causing non-stop builds > -------------------------------- > > Key: JENKINS-13149 > URL: https://issues.jenkins-ci.org/browse/JENKINS-13149 > Project: Jenkins > Issue Type: Bug > Components: mercurial > Affects Versions: current > Environment: HG 2.0.1 / Jenkins 1.456 / Plugin 1.3.8 > Reporter: Justin Rovang > Assignee: Kohsuke Kawaguchi > Priority: Critical > > I hate to bring such conflicting information into a bug report but I'm at a loss on this! > This only happens for this one repo - I've deleted and re-created it, and setup from scratch with no joy. > HG SCM Poll log insists it's finding changes and is firing a build off of 'Dependent changes detected'. > Started on Mar 19, 2012 11:00:24 PM > [src] $ hg pull --rev default > pulling from /var/hg/repos/mpl > no changes found > [src] $ hg log --style /var/lib/jenkins/jobs/mpl/workspace/tmp2857899180971434423style --branch default --no-merges --prune 9c80c470fa3ef8d89c2352c08babb3f466b9aa24 > id:5b02d29a94c43648da2eb0a16f12c2e42eb46c87 > files:build.xml: > Dependent changes detected > Done. Took 0.21 sec > Changes found > There's no open/un-merged heads in the repo either: > default 141:9c80c470fa3e > If I downgrade to 1.3.7, it works fine (seems to run a different technique) > HG SCM Poll log from 1.3.7: > Started on Mar 19, 2012 11:11:14 PM > [src] $ hg incoming --style /var/lib/jenkins/jobs/mpl/workspace/tmp1826463261407545325style --no-merges --rev default --newest-first > comparing with /var/hg/repos/mpl > no changes found > Done. Took 53 ms > No changes -- 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 |
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|||||||||||
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|||||||||||
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|||||||||||
| Powered by Nabble | Edit this page |

I have similar issue with continuous build (Jenkins 1.472).
scm-polling log:
Workspace doesn't contain http://svn-server.xyz.net/svn/MyProduct. Need a new build.
Done. Took 0.28 sec
Changes found