|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

I can confirm this misbehavior on Linux (RH4.8) with
In our case it is not only a bug, it is a showstopper.
Log output:
Using master perforce client: <client_name>
[workspace] $ /depot/coverity/cov-sa-linux64-6.5.0/bin/cov-build --dir intermediate/PD /SCRATCH/pd_buildloops/Perforce/p4 workspace -o <client_name>
Saving modified client <client_name>
[workspace] $ /depot/coverity/cov-sa-linux64-6.5.0/bin/cov-build --dir intermediate/PD /SCRATCH/pd_buildloops/Perforce/p4 -s client -i
Last build changeset: 2617584
[workspace] $ /depot/coverity/cov-sa-linux64-6.5.0/bin/cov-build --dir intermediate/PD /SCRATCH/pd_buildloops/Perforce/p4 changes -s submitted -m 1 //<client_name>/...
FATAL: null
java.util.NoSuchElementException
at java.util.StringTokenizer.nextToken(Unknown Source)
at com.tek42.perforce.parse.AbstractPerforceTemplate.parseList(AbstractPerforceTemplate.java:105)
at com.tek42.perforce.parse.Changes.getChangeNumbers(Changes.java:186)
at hudson.plugins.perforce.PerforceSCM.checkout(PerforceSCM.java:892)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1369)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:676)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:581)
at hudson.model.Run.execute(Run.java:1575)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:237)