Hudson not building?

1 view
Skip to first unread message

Jeppe Nejsum Madsen

unread,
Jul 20, 2009, 7:03:32 AM7/20/09
to lif...@googlegroups.com
Hi,

It seems the latest Lift build on
http://hudson.scala-tools.org/job/Lift/ is 10 days old, same with the
jars in
http://scala-tools.org/repo-snapshots/net/liftweb/lift-webkit/1.1-SNAPSHOT/

Yet, many changes have been committed to github which I assume is the
master?

I didn't notice until I tried making a release build since I'm building
lift from source in the dev env.

/Jeppe

Timothy Perrett

unread,
Jul 20, 2009, 7:15:13 AM7/20/09
to Lift
Hey Jeppe,

Thats strange, i've just kicked off a hudson build manually, so we'll
see if it works or not - i'll report back shortly

Derek / DPP can you look into this?

Cheers, tim

On Jul 20, 12:03 pm, Jeppe Nejsum Madsen <je...@ingolfs.dk> wrote:
> Hi,
>
> It seems the latest Lift build onhttp://hudson.scala-tools.org/job/Lift/is 10 days old, same with the
> jars inhttp://scala-tools.org/repo-snapshots/net/liftweb/lift-webkit/1.1-SNA...

Heiko Seeberger

unread,
Jul 20, 2009, 8:04:04 AM7/20/09
to lif...@googlegroups.com, _admin-scala-tools
ScalaModules is also not building and I do not know any reasons for that ...

Heiko

2009/7/20 Timothy Perrett <tim...@getintheloop.eu>



--

My blog: heikoseeberger.name
Follow me: twitter.com/hseeberger
OSGi on Scala: www.scalamodules.org
Lift, the simply functional web framework: liftweb.net

Timothy Perrett

unread,
Jul 20, 2009, 8:09:52 AM7/20/09
to Lift
Jeppe,

There is something odd going on with hudson it seems - even the manual
build does nothing... the modules say that didnt run even tho its
taking nearly an hour to complete.

Derek, is this perhaps related to the increase in open file handles
you made previously?

Cheers, Tim

On Jul 20, 12:15 pm, Timothy Perrett <timo...@getintheloop.eu> wrote:
> Hey Jeppe,
>
> Thats strange, i've just kicked off a hudson build manually, so we'll
> see if it works or not - i'll report back shortly
>
> Derek / DPP can you look into this?
>
> Cheers, tim
>
> On Jul 20, 12:03 pm, Jeppe Nejsum Madsen <je...@ingolfs.dk> wrote:
>
>
>
> > Hi,
>
> > It seems the latest Lift build onhttp://hudson.scala-tools.org/job/Lift/is10 days old, same with the

Derek Chen-Becker

unread,
Jul 20, 2009, 9:25:43 AM7/20/09
to lif...@googlegroups.com
I'm showing these errors in the log:

Jul 20, 2009 5:31:30 AM hudson.model.AbstractProject checkout
INFO: Lift #1045 aborted
java.lang.InterruptedException
        at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireInterruptibly(AbstractQueuedSynchronizer.java:813)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1137)
        at java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:312)
        at hudson.model.AbstractProject.checkout(AbstractProject.java:800)
        at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:314)
        at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:266)
        at hudson.model.Run.run(Run.java:923)
        at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:234)
        at hudson.model.ResourceController.execute(ResourceController.java:93)
        at hudson.model.Executor.run(Executor.java:119)
Jul 20, 2009 5:31:30 AM hudson.model.Run run
INFO: Lift #1045 main build action completed: FAILURE
Jul 20, 2009 6:05:55 AM hudson.triggers.SCMTrigger$Runner runPolling
SEVERE: Failed to record SCM polling
hudson.plugins.git.GitException: Failed to fetch
        at hudson.plugins.git.GitAPI.fetch(GitAPI.java:92)
        at hudson.plugins.git.GitAPI.fetch(GitAPI.java:103)
        at hudson.plugins.git.GitSCM$1.invoke(GitSCM.java:143)
        at hudson.plugins.git.GitSCM$1.invoke(GitSCM.java:129)
        at hudson.FilePath.act(FilePath.java:552)
        at hudson.plugins.git.GitSCM.pollChanges(GitSCM.java:129)
        at hudson.model.AbstractProject.pollSCMChanges(AbstractProject.java:857)
        at hudson.triggers.SCMTrigger$Runner.runPolling(SCMTrigger.java:382)
        at hudson.triggers.SCMTrigger$Runner.run(SCMTrigger.java:417)
        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)


I'm going to restart hudson and see if that helps...

Derek

Timothy Perrett

unread,
Jul 20, 2009, 10:37:33 AM7/20/09
to Lift
Awesome - appears to have built again... what a strange error; guess
we'll just have to keep an eye on it.

http://hudson.scala-tools.org/job/Lift/lastSuccessfulBuild/

Cheers, Tim

On Jul 20, 2:25 pm, Derek Chen-Becker <dchenbec...@gmail.com> wrote:
> I'm showing these errors in the log:
>
> Jul 20, 2009 5:31:30 AM hudson.model.AbstractProject checkout
> INFO: Lift #1045 aborted
> java.lang.InterruptedException
>         at
> java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireInterruptibl y(AbstractQueuedSynchronizer.java:813)
>         at
> java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly( AbstractQueuedSynchronizer.java:1137)
>         at
> java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.ja va:312)
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.j ava:886)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java: 908)
>         at java.lang.Thread.run(Thread.java:619)
>
> I'm going to restart hudson and see if that helps...
>
> Derek
>

Derek Chen-Becker

unread,
Jul 20, 2009, 10:56:42 AM7/20/09
to lif...@googlegroups.com
Yeah, I restarted it. I think Josh was talking about upgrading to the latest version of Hudson at some point. I don't know if that would fix it.

Derek

Josh Suereth

unread,
Jul 20, 2009, 8:51:18 PM7/20/09
to lif...@googlegroups.com
I'll take a shot at upgrading the git plugin and see what happens.  There was some fuss on the hudson mailing lists about issues with git earlier, I'm wondering if we ran into the same issue.

- Josh
Reply all
Reply to author
Forward
0 new messages