Hi,

I added a project to our Continuum instance the other day and everything
appeared normal. The first time a build ran I got the following output:

Provider message: The cvs command failed.
Command output:
-------------------------------------------------------------------------------

-------------------------------------------------------------------------------

Checking the log file I noticed that an exception was thrown during the
cvs update. Running the same cvs command on the command line in that
directory runs fine (however it does take about 5 minutes as the
repository is about 2 gigs).

I'm happy to investigate this, but I'll need someone to give me a quick
overview of how scm hangs together. If anyone has seen this before and
has a work around, I would be very grateful.

This is the last module of our project that I'm adding to Continuum and
if I can't get it to work, I'll have to give Continuum a miss and find
another CI system. (which I don't want to do!)

INFO   | jvm 1    | 2007/07/26 11:03:50 | 2007-07-26 11:03:50,061
[SocketListener0-2] INFO  Continuum:default              - Enqueuing
'NBV' (Build definition id=6).
INFO   | jvm 1    | 2007/07/26 11:03:50 | 2007-07-26 11:03:50,068
[pool-1-thread-1] INFO  BuildController:default        - Initializing build
INFO   | jvm 1    | 2007/07/26 11:03:50 | 2007-07-26 11:03:50,105
[pool-1-thread-1] INFO  BuildController:default        - Starting build
of NBV
INFO   | jvm 1    | 2007/07/26 11:03:50 | 2007-07-26 11:03:50,183
[pool-1-thread-1] INFO  BuildController:default        - Updating
working dir
INFO   | jvm 1    | 2007/07/26 11:03:50 | 2007-07-26 11:03:50,183
[pool-1-thread-1] INFO  BuildController:default        - Performing
action check-working-directory
INFO   | jvm 1    | 2007/07/26 11:03:50 | 2007-07-26 11:03:50,188
[pool-1-thread-1] INFO  BuildController:default        - Performing
action update-working-directory-from-scm
INFO   | jvm 1    | 2007/07/26 11:03:50 | 2007-07-26 11:03:50,276
[pool-1-thread-1] INFO  ContinuumScm:default           - Updating
project: id: '11', name 'NBV'.
INFO   | jvm 1    | 2007/07/26 11:03:50 | 2007-07-26 11:03:50,286
[pool-1-thread-1] INFO  ScmManager:default             - Executing: cvs
-z3 -f -q update -d
INFO   | jvm 1    | 2007/07/26 11:03:50 | 2007-07-26 11:03:50,286
[pool-1-thread-1] INFO  ScmManager:default             - Working
directory:
/usr/local/continuum-1.1-alpha-2/apps/continuum/webapp/WEB-INF/working-directory/11
INFO   | jvm 1    | 2007/07/26 11:04:08 | java.io.IOException: Illegal seek
INFO   | jvm 1    | 2007/07/26 11:04:08 |       at
java.io.FileInputStream.skip(Native Method)
INFO   | jvm 1    | 2007/07/26 11:04:08 |       at
java.io.BufferedInputStream.skip(BufferedInputStream.java:344)
INFO   | jvm 1    | 2007/07/26 11:04:08 |       at
java.io.BufferedInputStream.skip(BufferedInputStream.java:344)
INFO   | jvm 1    | 2007/07/26 11:04:08 |       at
java.io.FilterInputStream.skip(FilterInputStream.java:129)
INFO   | jvm 1    | 2007/07/26 11:04:08 |       at
org.netbeans.lib.cvsclient.util.LoggedDataInputStream.skip(LoggedDataInputStream.java:163)
INFO   | jvm 1    | 2007/07/26 11:04:08 |       at
org.netbeans.lib.cvsclient.response.UpdatedResponse.skip(UpdatedResponse.java:183)
INFO   | jvm 1    | 2007/07/26 11:04:08 |       at
org.netbeans.lib.cvsclient.response.UpdatedResponse.process(UpdatedResponse.java:112)
INFO   | jvm 1    | 2007/07/26 11:04:08 |       at
org.netbeans.lib.cvsclient.Client.handleResponse(Client.java:570)
INFO   | jvm 1    | 2007/07/26 11:04:08 |       at
org.netbeans.lib.cvsclient.Client.processRequests(Client.java:520)
INFO   | jvm 1    | 2007/07/26 11:04:08 |       at
org.netbeans.lib.cvsclient.command.update.UpdateCommand.execute(UpdateCommand.java:286)
INFO   | jvm 1    | 2007/07/26 11:04:08 |       at
org.netbeans.lib.cvsclient.Client.executeCommand(Client.java:629)
INFO   | jvm 1    | 2007/07/26 11:04:08 |       at
org.apache.maven.scm.provider.cvslib.cvsjava.util.CvsConnection.executeCommand(CvsConnection.java:94)
INFO   | jvm 1    | 2007/07/26 11:04:08 |       at
org.apache.maven.scm.provider.cvslib.cvsjava.util.CvsConnection.processCommand(CvsConnection.java:478)
INFO   | jvm 1    | 2007/07/26 11:04:08 |       at
org.apache.maven.scm.provider.cvslib.cvsjava.command.update.CvsJavaUpdateCommand.executeCvsCommand(CvsJavaUpdateCommand.java:52)
INFO   | jvm 1    | 2007/07/26 11:04:08 |       at
org.apache.maven.scm.provider.cvslib.command.update.AbstractCvsUpdateCommand.executeUpdateCommand(AbstractCvsUpdateCommand.java:60)
INFO   | jvm 1    | 2007/07/26 11:04:08 |       at
org.apache.maven.scm.command.update.AbstractUpdateCommand.executeCommand(AbstractUpdateCommand.java:62)
INFO   | jvm 1    | 2007/07/26 11:04:08 |       at
org.apache.maven.scm.command.AbstractCommand.execute(AbstractCommand.java:58)
INFO   | jvm 1    | 2007/07/26 11:04:08 |       at
org.apache.maven.scm.provider.cvslib.AbstractCvsScmProvider.executeCommand(AbstractCvsScmProvider.java:521)
INFO   | jvm 1    | 2007/07/26 11:04:08 |       at
org.apache.maven.scm.provider.cvslib.AbstractCvsScmProvider.update(AbstractCvsScmProvider.java:659)
INFO   | jvm 1    | 2007/07/26 11:04:08 |       at
org.apache.maven.scm.provider.AbstractScmProvider.update(AbstractScmProvider.java:931)
INFO   | jvm 1    | 2007/07/26 11:04:08 |       at
org.apache.maven.scm.provider.AbstractScmProvider.update(AbstractScmProvider.java:906)
INFO   | jvm 1    | 2007/07/26 11:04:08 |       at
org.apache.maven.scm.provider.AbstractScmProvider.update(AbstractScmProvider.java:878)
INFO   | jvm 1    | 2007/07/26 11:04:08 |       at
org.apache.maven.continuum.scm.DefaultContinuumScm.updateProject(DefaultContinuumScm.java:245)
INFO   | jvm 1    | 2007/07/26 11:04:08 |       at
org.apache.maven.continuum.core.action.UpdateWorkingDirectoryFromScmContinuumAction.execute(UpdateWorkingDirectoryFromScmContinuumAction.java:75)
INFO   | jvm 1    | 2007/07/26 11:04:08 |       at
org.apache.maven.continuum.buildcontroller.DefaultBuildController.performAction(DefaultBuildController.java:406)
INFO   | jvm 1    | 2007/07/26 11:04:08 |       at
org.apache.maven.continuum.buildcontroller.DefaultBuildController.updateWorkingDirectory(DefaultBuildController.java:378)
INFO   | jvm 1    | 2007/07/26 11:04:08 |       at
org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(DefaultBuildController.java:112)
INFO   | jvm 1    | 2007/07/26 11:04:08 |       at
org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.executeTask(BuildProjectTaskExecutor.java:50)
INFO   | jvm 1    | 2007/07/26 11:04:08 |       at
org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable$1.run(ThreadedTaskQueueExecutor.java:116)
INFO   | jvm 1    | 2007/07/26 11:04:08 |       at
edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442)
INFO   | jvm 1    | 2007/07/26 11:04:08 |       at
edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:176)
INFO   | jvm 1    | 2007/07/26 11:04:08 |       at
edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)
INFO   | jvm 1    | 2007/07/26 11:04:08 |       at
edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)
INFO   | jvm 1    | 2007/07/26 11:04:08 |       at
java.lang.Thread.run(Thread.java:595)
INFO   | jvm 1    | 2007/07/26 11:04:08 | 2007-07-26 11:04:08,176
[pool-1-thread-1] WARN  ContinuumScm:default           - Error while
updating the code for project: 'NBV', id: '11' to
'/usr/local/continuum-1.1-alpha-2/apps/continuum/webapp/WEB-INF/working-directory/11'.
INFO   | jvm 1    | 2007/07/26 11:04:08 | 2007-07-26 11:04:08,177
[pool-1-thread-1] WARN  ContinuumScm:default           - Command output:
INFO   | jvm 1    | 2007/07/26 11:04:08 | 2007-07-26 11:04:08,177
[pool-1-thread-1] WARN  ContinuumScm:default           - Provider
message: The cvs command failed.
INFO   | jvm 1    | 2007/07/26 11:04:08 | 2007-07-26 11:04:08,230
[pool-1-thread-1] INFO  BuildController:default        - Merging SCM results
INFO   | jvm 1    | 2007/07/26 11:04:08 | 2007-07-26 11:04:08,317
[pool-1-thread-1] INFO  BuildController:default        - Error updating
from SCM, not building



Reply via email to