|
||||||||
|
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 |
||||||||
- [JIRA] (JENKINS-11786) Could we use masked ... [email protected] (JIRA)
- [JIRA] (JENKINS-11786) Could we use ma... [email protected] (JIRA)
- [JIRA] (JENKINS-11786) Could we use ma... [email protected] (JIRA)
- [JIRA] (JENKINS-11786) Could we use ma... [email protected] (JIRA)
- [JIRA] (JENKINS-11786) Could we use ma... [email protected] (JIRA)
- [JIRA] (JENKINS-11786) Could we use ma... [email protected] (JIRA)
- [JIRA] (JENKINS-11786) Could we use ma... [email protected] (JIRA)

Huh... well, the password printed by the groovy script is definitely correct, and if I cut-n-paste it into a shell window to log in to perforce, it works, so don't think it's the perforce server. It's failing very early, in perforce polling before the job is even run:
Perforce Polling Log
Started on Sep 18, 2012 1:37:51 PM
Looking for changes...
Using node: Jenkins
Using master perforce client: rdlee-interlaken-jenkins-iris-mainline-dev-flash_as3
[jenkins] $ /usr/local/bin/p4 workspace -o rdlee-interlaken-jenkins-iris-mainline-dev-flash_as3
[jenkins] $ /usr/local/bin/p4 login -p
[jenkins] $ /usr/bin/p4 login -p
Caught Exception communicating with perforce.Login attempt failed: Password invalid.
FATAL: Unable to communicate with perforce. Check log file for: Login attempt failed: Password invalid.
java.io.IOException: Unable to communicate with perforce. Check log file for: Login attempt failed: Password invalid.
at hudson.plugins.perforce.PerforceSCM.compareRemoteRevisionWith(PerforceSCM.java:1169)
at hudson.scm.SCM._compareRemoteRevisionWith(SCM.java:356)
at hudson.scm.SCM.poll(SCM.java:373)
at hudson.model.AbstractProject._poll(AbstractProject.java:1415)
at hudson.model.AbstractProject.poll(AbstractProject.java:1335)
at hudson.triggers.SCMTrigger$Runner.runPolling(SCMTrigger.java:420)
at hudson.triggers.SCMTrigger$Runner.run(SCMTrigger.java:449)
at hudson.util.SequentialExecutionQueue$QueueEntry.run(SequentialExecutionQueue.java:118)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
Done. Took 1.9 sec
No changes