[Lift] Re: Fwd: Build failed in Hudson: Lift #1307

2009-10-22 Thread Indrajit Raychaudhuri

Nice find. Never had the patience to dig.

Thanks! - Indrajit


On 22/10/09 8:38 PM, Derek Chen-Becker wrote:
> I can verify that the JAR on lion doesn't have the getUnitName def:
>
> de...@lion:/home/scalatools/hudson/.m2/repository/org/scala-libs/scalajpa/1.1$
> javap -private -classpath scalajpa-1.1.jar org.scala_libs.jpa.ScalaEMFactory
> Compiled from "ScalaEMFactory.scala"
> public interface org.scala_libs.jpa.ScalaEMFactory extends
> scala.ScalaObject{
>  public abstract org.scala_libs.jpa.ScalaEntityManager newEM();
>  public abstract void closeEM(javax.persistence.EntityManager);
>  public abstract javax.persistence.EntityManager openEM();
> }
>
> Neither does the one on my mirror:
>
> dbec...@cpilift:/home/cpilift/www/repo-releases/org/scala-libs/scalajpa/1.1$
> javap -private -classpath scalajpa-1.1.jar org.scala_libs.jpa.ScalaEMFactory
> Compiled from "ScalaEMFactory.scala"
> public interface org.scala_libs.jpa.ScalaEMFactory extends
> scala.ScalaObject{
>  public abstract org.scala_libs.jpa.ScalaEntityManager newEM();
>  public abstract void closeEM(javax.persistence.EntityManager);
>  public abstract javax.persistence.EntityManager openEM();
> }
>
>
> I have no idea how that def could be sneaking in there.
>
> Derek
>
> On Thu, Oct 22, 2009 at 8:54 AM, David Pollak
> mailto:feeder.of.the.be...@gmail.com>>
> wrote:
>
>
>
> On Thu, Oct 22, 2009 at 7:47 AM, Derek Chen-Becker
> mailto:dchenbec...@gmail.com>> wrote:
>
> It builds for me locally...
>
>
> I randomly get that failure locally.
>
>
> On Thu, Oct 22, 2009 at 5:25 AM, Timothy Perrett
>  wrote:
>
>
> Hmm how strange - it builds fine locally?
>
> Cheers, Tim
>
> On Oct 22, 10:56 am, David Pollak
>  >
> wrote:
>  > Anyone have a clue as to why the JTA stuff in Lift is
> unstable on Hudson?
>  >
>  >
>  >
>  > -- Forwarded message --
>  > From: mailto:ad...@scala-tools.org>>
>  > Date: Thu, Oct 22, 2009 at 2:28 AM
>  > Subject: Build failed in Hudson: Lift #1307
>  >
>  > See 
>  >
>  > Changes:
>  >
>  > [David Pollak] Temporary fix to allow Hudson to
> complete a build
>  >
>  > --
>  > [...truncated 6079 lines...]
>  > Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
>  >
>  > [HUDSON] Recording test results
>  > [INFO] [jar:jar]
>  > [INFO] Building jar:
> 
>   >
>  > [INFO] Preparing source:jar
>  > [WARNING] Removing: jar from forked lifecycle, to prevent
> recursive
>  > invocation.
>  > [INFO] No goals needed for project - skipping
>  > [INFO] [source:jar {execution: attach-sources}]
>  > [INFO] Building jar:
> 
>   >
>  > [INFO] [install:install]
>  > [INFO] Installing
> 
> 
>  > to
>  >
> 
> /home/scalatools/hudson/.m2/repository/net/liftweb/lift-testkit/1.1-SNAPSHO
> T/lift-testkit-1.1-SNAPSHOT.jar
>  > [INFO] Installing
> 
> 
>  > to
>  >
> 
> /home/scalatools/hudson/.m2/repository/net/liftweb/lift-testkit/1.1-SNAPSHO
> T/lift-testkit-1.1-SNAPSHOT-sources.jar
>  > [INFO] [deploy:deploy]
>  > [INFO] Retrieving previous build number from
> hudson.scala-tools.org 
>  > Uploading: file:///home/
>  >
> 
> scala-tools.org/www/repo-snapshots/net/liftweb/lift-testkit/1.1-SNAPSHOT/li
> 
> 
> ft-testkit-1.1-SNAPSHOT.jar
>  > 108K uploaded  (lift-testkit-1.1-SNAPSHOT.jar)
>  > [INFO] Retrieving previous metadata from
> hudson.scala-tools.org 
>  > [INFO] Uploading repository metadata for: 'artifact
>  > net.liftweb:lift-testkit'
>  > [INFO] Uploading project information for lift-testkit
> 1.1-SNAPSHOT
>  > [INFO] Retrieving previous metadata from
> hudson.scala-t

[Lift] Re: Fwd: Build failed in Hudson: Lift #1307

2009-10-22 Thread Indrajit Raychaudhuri

Same ocassional failure locally for me too. In fact, it mostly fails 
unless I am having a lucky day :)

I keep getting confused about this and eventually get tempted to disable 
jta during build.

FWIW, I am mostly on Leopard with Maven 2.2.1. Java 1.5 or 1.6 doesn't 
appear to make any difference.

Cheers, Indrajit


On 22/10/09 8:24 PM, David Pollak wrote:
>
>
> On Thu, Oct 22, 2009 at 7:47 AM, Derek Chen-Becker
> mailto:dchenbec...@gmail.com>> wrote:
>
> It builds for me locally...
>
>
> I randomly get that failure locally.
>
>
> On Thu, Oct 22, 2009 at 5:25 AM, Timothy Perrett
>  wrote:
>
>
> Hmm how strange - it builds fine locally?
>
> Cheers, Tim
>
> On Oct 22, 10:56 am, David Pollak  >
> wrote:
>  > Anyone have a clue as to why the JTA stuff in Lift is
> unstable on Hudson?
>  >
>  >
>  >
>  > -- Forwarded message --
>  > From: mailto:ad...@scala-tools.org>>
>  > Date: Thu, Oct 22, 2009 at 2:28 AM
>  > Subject: Build failed in Hudson: Lift #1307
>  >
>  > See 
>  >
>  > Changes:
>  >
>  > [David Pollak] Temporary fix to allow Hudson to complete
> a build
>  >
>  > --
>  > [...truncated 6079 lines...]
>  > Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
>  >
>  > [HUDSON] Recording test results
>  > [INFO] [jar:jar]
>  > [INFO] Building jar:
> 
>   >
>  > [INFO] Preparing source:jar
>  > [WARNING] Removing: jar from forked lifecycle, to prevent
> recursive
>  > invocation.
>  > [INFO] No goals needed for project - skipping
>  > [INFO] [source:jar {execution: attach-sources}]
>  > [INFO] Building jar:
> 
>   >
>  > [INFO] [install:install]
>  > [INFO] Installing
> 
> 
>  > to
>  >
> 
> /home/scalatools/hudson/.m2/repository/net/liftweb/lift-testkit/1.1-SNAPSHO
> T/lift-testkit-1.1-SNAPSHOT.jar
>  > [INFO] Installing
> 
> 
>  > to
>  >
> 
> /home/scalatools/hudson/.m2/repository/net/liftweb/lift-testkit/1.1-SNAPSHO
> T/lift-testkit-1.1-SNAPSHOT-sources.jar
>  > [INFO] [deploy:deploy]
>  > [INFO] Retrieving previous build number from
> hudson.scala-tools.org 
>  > Uploading: file:///home/
>  >
> 
> scala-tools.org/www/repo-snapshots/net/liftweb/lift-testkit/1.1-SNAPSHOT/li
> 
> 
> ft-testkit-1.1-SNAPSHOT.jar
>  > 108K uploaded  (lift-testkit-1.1-SNAPSHOT.jar)
>  > [INFO] Retrieving previous metadata from
> hudson.scala-tools.org 
>  > [INFO] Uploading repository metadata for: 'artifact
>  > net.liftweb:lift-testkit'
>  > [INFO] Uploading project information for lift-testkit
> 1.1-SNAPSHOT
>  > [INFO] Retrieving previous metadata from
> hudson.scala-tools.org 
>  > [INFO] Uploading repository metadata for: 'snapshot
>  > net.liftweb:lift-testkit:1.1-SNAPSHOT'
>  > [INFO] Retrieving previous build number from
> hudson.scala-tools.org 
>  > Uploading: file:///home/
>  >
> 
> scala-tools.org/www/repo-snapshots/net/liftweb/lift-testkit/1.1-SNAPSHOT/li
> 
> 
> ft-testkit-1.1-SNAPSHOT-sources.jar
>  > 10K uploaded  (lift-testkit-1.1-SNAPSHOT-sources.jar)
>  > [INFO] Preparing surefire-report:report-only
>  > [INFO] No goals needed for project - skipping
>  > [INFO] [site:site]
>  > [INFO] Generating "Project Team" report.
>  > [INFO] Generating "Issue Tracking" report.
>  > [INFO] Generating "Surefire Report" report.
>  > [WARNING] Unable to locate Test Source XRef to link to - DISABLED
>  > [INFO] Generating "Dependency Management" report.
>  > [INFO] Generating "Project Plugins" report.
>  > [INFO] Generating "Continuous Integration" report.
>  > [INFO] Generating "Dependencies" report.
>  > [INFO] Generating "Source Repository" report.
>  

[Lift] Re: Fwd: Build failed in Hudson: Lift #1307

2009-10-22 Thread Derek Chen-Becker
I can verify that the JAR on lion doesn't have the getUnitName def:

de...@lion:/home/scalatools/hudson/.m2/repository/org/scala-libs/scalajpa/1.1$
javap -private -classpath scalajpa-1.1.jar org.scala_libs.jpa.ScalaEMFactory
Compiled from "ScalaEMFactory.scala"
public interface org.scala_libs.jpa.ScalaEMFactory extends
scala.ScalaObject{
public abstract org.scala_libs.jpa.ScalaEntityManager newEM();
public abstract void closeEM(javax.persistence.EntityManager);
public abstract javax.persistence.EntityManager openEM();
}

Neither does the one on my mirror:

dbec...@cpilift:/home/cpilift/www/repo-releases/org/scala-libs/scalajpa/1.1$
javap -private -classpath scalajpa-1.1.jar org.scala_libs.jpa.ScalaEMFactory
Compiled from "ScalaEMFactory.scala"
public interface org.scala_libs.jpa.ScalaEMFactory extends
scala.ScalaObject{
public abstract org.scala_libs.jpa.ScalaEntityManager newEM();
public abstract void closeEM(javax.persistence.EntityManager);
public abstract javax.persistence.EntityManager openEM();
}


I have no idea how that def could be sneaking in there.

Derek

On Thu, Oct 22, 2009 at 8:54 AM, David Pollak  wrote:

>
>
> On Thu, Oct 22, 2009 at 7:47 AM, Derek Chen-Becker 
> wrote:
>
>> It builds for me locally...
>>
>>
> I randomly get that failure locally.
>
>
>>
>> On Thu, Oct 22, 2009 at 5:25 AM, Timothy Perrett > > wrote:
>>
>>>
>>> Hmm how strange - it builds fine locally?
>>>
>>> Cheers, Tim
>>>
>>> On Oct 22, 10:56 am, David Pollak 
>>> wrote:
>>> > Anyone have a clue as to why the JTA stuff in Lift is unstable on
>>> Hudson?
>>> >
>>> >
>>> >
>>> > -- Forwarded message --
>>> > From: 
>>> > Date: Thu, Oct 22, 2009 at 2:28 AM
>>> > Subject: Build failed in Hudson: Lift #1307
>>> >
>>> > See 
>>> >
>>> > Changes:
>>> >
>>> > [David Pollak] Temporary fix to allow Hudson to complete a build
>>> >
>>> > --
>>> > [...truncated 6079 lines...]
>>> > Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
>>> >
>>> > [HUDSON] Recording test results
>>> > [INFO] [jar:jar]
>>> > [INFO] Building jar: <
>>> http://hudson.scala-tools.org/job/Lift/ws/lift-testkit/target/lift-te...
>>> >
>>> > [INFO] Preparing source:jar
>>> > [WARNING] Removing: jar from forked lifecycle, to prevent recursive
>>> > invocation.
>>> > [INFO] No goals needed for project - skipping
>>> > [INFO] [source:jar {execution: attach-sources}]
>>> > [INFO] Building jar: <
>>> http://hudson.scala-tools.org/job/Lift/ws/lift-testkit/target/lift-te...
>>> >
>>> > [INFO] [install:install]
>>> > [INFO] Installing <
>>> http://hudson.scala-tools.org/job/Lift/ws/lift-testkit/target/lift-te..
>>> .>
>>> > to
>>> >
>>> /home/scalatools/hudson/.m2/repository/net/liftweb/lift-testkit/1.1-SNAPSHO
>>> T/lift-testkit-1.1-SNAPSHOT.jar
>>> > [INFO] Installing <
>>> http://hudson.scala-tools.org/job/Lift/ws/lift-testkit/target/lift-te..
>>> .>
>>> > to
>>> >
>>> /home/scalatools/hudson/.m2/repository/net/liftweb/lift-testkit/1.1-SNAPSHO
>>> T/lift-testkit-1.1-SNAPSHOT-sources.jar
>>> > [INFO] [deploy:deploy]
>>> > [INFO] Retrieving previous build number from hudson.scala-tools.org
>>> > Uploading: file:///home/
>>> >
>>> scala-tools.org/www/repo-snapshots/net/liftweb/lift-testkit/1.1-SNAPSHOT/lift-testkit-1.1-SNAPSHOT.jar
>>> > 108K uploaded  (lift-testkit-1.1-SNAPSHOT.jar)
>>> > [INFO] Retrieving previous metadata from hudson.scala-tools.org
>>> > [INFO] Uploading repository metadata for: 'artifact
>>> > net.liftweb:lift-testkit'
>>> > [INFO] Uploading project information for lift-testkit 1.1-SNAPSHOT
>>> > [INFO] Retrieving previous metadata from hudson.scala-tools.org
>>> > [INFO] Uploading repository metadata for: 'snapshot
>>> > net.liftweb:lift-testkit:1.1-SNAPSHOT'
>>> > [INFO] Retrieving previous build number from hudson.scala-tools.org
>>> > Uploading: file:///home/
>>> >
>>> scala-tools.org/www/repo-snapshots/net/liftweb/lift-testkit/1.1-SNAPSHOT/lift-testkit-1.1-SNAPSHOT-sources.jar
>>> > 10K uploaded  (lift-testkit-1.1-SNAPSHOT-sources.jar)
>>> > [INFO] Preparing surefire-report:report-only
>>> > [INFO] No goals needed for project - skipping
>>> > [INFO] [site:site]
>>> > [INFO] Generating "Project Team" report.
>>> > [INFO] Generating "Issue Tracking" report.
>>> > [INFO] Generating "Surefire Report" report.
>>> > [WARNING] Unable to locate Test Source XRef to link to - DISABLED
>>> > [INFO] Generating "Dependency Management" report.
>>> > [INFO] Generating "Project Plugins" report.
>>> > [INFO] Generating "Continuous Integration" report.
>>> > [INFO] Generating "Dependencies" report.
>>> > [INFO] Generating "Source Repository" report.
>>> > [INFO] Generating "Plugin Management" report.
>>> > [INFO] Generating "Mailing Lists" report.
>>> > [INFO] Generating "Project Summary" report.
>>> > [INFO] Generating "About" report.
>>> > [INFO] Generating "ScalaDocs" report.
>>> > Downloading:
>>> http://scala-tools.org/rep

[Lift] Re: Fwd: Build failed in Hudson: Lift #1307

2009-10-22 Thread Derek Chen-Becker
This is really odd. The 1.1 ScalaJPA doesn't have a def for getUnitName,
that was added in 1.2-SNAPSHOT. The pom for lift-jta is specifying ScalaJPA
1.1, so I wonder if somehow a 1.2-SNAPSHOT jar is getting used instead. I'm
going to remove the scalajpa stuff from ~hudson/.m2/repository on lion and
see if that fixes it.

Derek

On Thu, Oct 22, 2009 at 8:47 AM, Derek Chen-Becker wrote:

> It builds for me locally...
>
>
> On Thu, Oct 22, 2009 at 5:25 AM, Timothy Perrett 
> wrote:
>
>>
>> Hmm how strange - it builds fine locally?
>>
>> Cheers, Tim
>>
>> On Oct 22, 10:56 am, David Pollak 
>> wrote:
>> > Anyone have a clue as to why the JTA stuff in Lift is unstable on
>> Hudson?
>> >
>> >
>> >
>> > -- Forwarded message --
>> > From: 
>> > Date: Thu, Oct 22, 2009 at 2:28 AM
>> > Subject: Build failed in Hudson: Lift #1307
>> >
>> > See 
>> >
>> > Changes:
>> >
>> > [David Pollak] Temporary fix to allow Hudson to complete a build
>> >
>> > --
>> > [...truncated 6079 lines...]
>> > Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
>> >
>> > [HUDSON] Recording test results
>> > [INFO] [jar:jar]
>> > [INFO] Building jar: <
>> http://hudson.scala-tools.org/job/Lift/ws/lift-testkit/target/lift-te...
>> >
>> > [INFO] Preparing source:jar
>> > [WARNING] Removing: jar from forked lifecycle, to prevent recursive
>> > invocation.
>> > [INFO] No goals needed for project - skipping
>> > [INFO] [source:jar {execution: attach-sources}]
>> > [INFO] Building jar: <
>> http://hudson.scala-tools.org/job/Lift/ws/lift-testkit/target/lift-te...
>> >
>> > [INFO] [install:install]
>> > [INFO] Installing <
>> http://hudson.scala-tools.org/job/Lift/ws/lift-testkit/target/lift-te...>
>> > to
>> >
>> /home/scalatools/hudson/.m2/repository/net/liftweb/lift-testkit/1.1-SNAPSHO
>> T/lift-testkit-1.1-SNAPSHOT.jar
>> > [INFO] Installing <
>> http://hudson.scala-tools.org/job/Lift/ws/lift-testkit/target/lift-te...>
>> > to
>> >
>> /home/scalatools/hudson/.m2/repository/net/liftweb/lift-testkit/1.1-SNAPSHO
>> T/lift-testkit-1.1-SNAPSHOT-sources.jar
>> > [INFO] [deploy:deploy]
>> > [INFO] Retrieving previous build number from hudson.scala-tools.org
>> > Uploading: file:///home/
>> >
>> scala-tools.org/www/repo-snapshots/net/liftweb/lift-testkit/1.1-SNAPSHOT/lift-testkit-1.1-SNAPSHOT.jar
>> > 108K uploaded  (lift-testkit-1.1-SNAPSHOT.jar)
>> > [INFO] Retrieving previous metadata from hudson.scala-tools.org
>> > [INFO] Uploading repository metadata for: 'artifact
>> > net.liftweb:lift-testkit'
>> > [INFO] Uploading project information for lift-testkit 1.1-SNAPSHOT
>> > [INFO] Retrieving previous metadata from hudson.scala-tools.org
>> > [INFO] Uploading repository metadata for: 'snapshot
>> > net.liftweb:lift-testkit:1.1-SNAPSHOT'
>> > [INFO] Retrieving previous build number from hudson.scala-tools.org
>> > Uploading: file:///home/
>> >
>> scala-tools.org/www/repo-snapshots/net/liftweb/lift-testkit/1.1-SNAPSHOT/lift-testkit-1.1-SNAPSHOT-sources.jar
>> > 10K uploaded  (lift-testkit-1.1-SNAPSHOT-sources.jar)
>> > [INFO] Preparing surefire-report:report-only
>> > [INFO] No goals needed for project - skipping
>> > [INFO] [site:site]
>> > [INFO] Generating "Project Team" report.
>> > [INFO] Generating "Issue Tracking" report.
>> > [INFO] Generating "Surefire Report" report.
>> > [WARNING] Unable to locate Test Source XRef to link to - DISABLED
>> > [INFO] Generating "Dependency Management" report.
>> > [INFO] Generating "Project Plugins" report.
>> > [INFO] Generating "Continuous Integration" report.
>> > [INFO] Generating "Dependencies" report.
>> > [INFO] Generating "Source Repository" report.
>> > [INFO] Generating "Plugin Management" report.
>> > [INFO] Generating "Mailing Lists" report.
>> > [INFO] Generating "Project Summary" report.
>> > [INFO] Generating "About" report.
>> > [INFO] Generating "ScalaDocs" report.
>> > Downloading:
>> http://scala-tools.org/repo-snapshots/org/scala-tools/vscaladoc/1.2-S...
>> > [INFO] load packageLinkDefs from :<
>> http://hudson.scala-tools.org/job/Lift/ws/lift-testkit/../vscaladocs-...
>> >
>> > [WARNING] Oct 22, 2009 2:28:10 AM org.scala_tools.vscaladoc.HtmlRenderer
>> > render
>> > [WARNING] INFO: write page for overview
>> > [WARNING] Oct 22, 2009 2:28:10 AM org.scala_tools.vscaladoc.HtmlRenderer
>> > render
>> > [WARNING] INFO: write page for all-classes (list)
>> > [WARNING] Oct 22, 2009 2:28:10 AM org.scala_tools.vscaladoc.HtmlRenderer
>> > render
>> > [WARNING] INFO: write index.html
>> > [WARNING] Oct 22, 2009 2:28:10 AM org.scala_tools.vscaladoc.HtmlRenderer
>> > render
>> > [WARNING] INFO: write doc for  each classes
>> > [INFO] failed to find baseUri for (net.liftweb.common, Box, false
>> > [INFO] failed to find baseUri for (net.liftweb.common, Box, false
>> > [INFO] failed to find baseUri for (net.liftweb.common, Box, false
>> > [INFO] failed to find baseUri for (net.liftweb.common, Box, f

[Lift] Re: Fwd: Build failed in Hudson: Lift #1307

2009-10-22 Thread David Pollak
On Thu, Oct 22, 2009 at 7:47 AM, Derek Chen-Becker wrote:

> It builds for me locally...
>
>
I randomly get that failure locally.


>
> On Thu, Oct 22, 2009 at 5:25 AM, Timothy Perrett 
> wrote:
>
>>
>> Hmm how strange - it builds fine locally?
>>
>> Cheers, Tim
>>
>> On Oct 22, 10:56 am, David Pollak 
>> wrote:
>> > Anyone have a clue as to why the JTA stuff in Lift is unstable on
>> Hudson?
>> >
>> >
>> >
>> > -- Forwarded message --
>> > From: 
>> > Date: Thu, Oct 22, 2009 at 2:28 AM
>> > Subject: Build failed in Hudson: Lift #1307
>> >
>> > See 
>> >
>> > Changes:
>> >
>> > [David Pollak] Temporary fix to allow Hudson to complete a build
>> >
>> > --
>> > [...truncated 6079 lines...]
>> > Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
>> >
>> > [HUDSON] Recording test results
>> > [INFO] [jar:jar]
>> > [INFO] Building jar: <
>> http://hudson.scala-tools.org/job/Lift/ws/lift-testkit/target/lift-te...
>> >
>> > [INFO] Preparing source:jar
>> > [WARNING] Removing: jar from forked lifecycle, to prevent recursive
>> > invocation.
>> > [INFO] No goals needed for project - skipping
>> > [INFO] [source:jar {execution: attach-sources}]
>> > [INFO] Building jar: <
>> http://hudson.scala-tools.org/job/Lift/ws/lift-testkit/target/lift-te...
>> >
>> > [INFO] [install:install]
>> > [INFO] Installing <
>> http://hudson.scala-tools.org/job/Lift/ws/lift-testkit/target/lift-te...>
>> > to
>> >
>> /home/scalatools/hudson/.m2/repository/net/liftweb/lift-testkit/1.1-SNAPSHO
>> T/lift-testkit-1.1-SNAPSHOT.jar
>> > [INFO] Installing <
>> http://hudson.scala-tools.org/job/Lift/ws/lift-testkit/target/lift-te...>
>> > to
>> >
>> /home/scalatools/hudson/.m2/repository/net/liftweb/lift-testkit/1.1-SNAPSHO
>> T/lift-testkit-1.1-SNAPSHOT-sources.jar
>> > [INFO] [deploy:deploy]
>> > [INFO] Retrieving previous build number from hudson.scala-tools.org
>> > Uploading: file:///home/
>> >
>> scala-tools.org/www/repo-snapshots/net/liftweb/lift-testkit/1.1-SNAPSHOT/lift-testkit-1.1-SNAPSHOT.jar
>> > 108K uploaded  (lift-testkit-1.1-SNAPSHOT.jar)
>> > [INFO] Retrieving previous metadata from hudson.scala-tools.org
>> > [INFO] Uploading repository metadata for: 'artifact
>> > net.liftweb:lift-testkit'
>> > [INFO] Uploading project information for lift-testkit 1.1-SNAPSHOT
>> > [INFO] Retrieving previous metadata from hudson.scala-tools.org
>> > [INFO] Uploading repository metadata for: 'snapshot
>> > net.liftweb:lift-testkit:1.1-SNAPSHOT'
>> > [INFO] Retrieving previous build number from hudson.scala-tools.org
>> > Uploading: file:///home/
>> >
>> scala-tools.org/www/repo-snapshots/net/liftweb/lift-testkit/1.1-SNAPSHOT/lift-testkit-1.1-SNAPSHOT-sources.jar
>> > 10K uploaded  (lift-testkit-1.1-SNAPSHOT-sources.jar)
>> > [INFO] Preparing surefire-report:report-only
>> > [INFO] No goals needed for project - skipping
>> > [INFO] [site:site]
>> > [INFO] Generating "Project Team" report.
>> > [INFO] Generating "Issue Tracking" report.
>> > [INFO] Generating "Surefire Report" report.
>> > [WARNING] Unable to locate Test Source XRef to link to - DISABLED
>> > [INFO] Generating "Dependency Management" report.
>> > [INFO] Generating "Project Plugins" report.
>> > [INFO] Generating "Continuous Integration" report.
>> > [INFO] Generating "Dependencies" report.
>> > [INFO] Generating "Source Repository" report.
>> > [INFO] Generating "Plugin Management" report.
>> > [INFO] Generating "Mailing Lists" report.
>> > [INFO] Generating "Project Summary" report.
>> > [INFO] Generating "About" report.
>> > [INFO] Generating "ScalaDocs" report.
>> > Downloading:
>> http://scala-tools.org/repo-snapshots/org/scala-tools/vscaladoc/1.2-S...
>> > [INFO] load packageLinkDefs from :<
>> http://hudson.scala-tools.org/job/Lift/ws/lift-testkit/../vscaladocs-...
>> >
>> > [WARNING] Oct 22, 2009 2:28:10 AM org.scala_tools.vscaladoc.HtmlRenderer
>> > render
>> > [WARNING] INFO: write page for overview
>> > [WARNING] Oct 22, 2009 2:28:10 AM org.scala_tools.vscaladoc.HtmlRenderer
>> > render
>> > [WARNING] INFO: write page for all-classes (list)
>> > [WARNING] Oct 22, 2009 2:28:10 AM org.scala_tools.vscaladoc.HtmlRenderer
>> > render
>> > [WARNING] INFO: write index.html
>> > [WARNING] Oct 22, 2009 2:28:10 AM org.scala_tools.vscaladoc.HtmlRenderer
>> > render
>> > [WARNING] INFO: write doc for  each classes
>> > [INFO] failed to find baseUri for (net.liftweb.common, Box, false
>> > [INFO] failed to find baseUri for (net.liftweb.common, Box, false
>> > [INFO] failed to find baseUri for (net.liftweb.common, Box, false
>> > [INFO] failed to find baseUri for (net.liftweb.common, Box, false
>> > [INFO] failed to find baseUri for (net.liftweb.common, Box, false
>> > [INFO] failed to find baseUri for (net.liftweb.common, Box, false
>> > [INFO] failed to find baseUri for (net.liftweb.common, Box, false
>> > [INFO] failed to find baseUri for (net.liftweb.common, Box, false

[Lift] Re: Fwd: Build failed in Hudson: Lift #1307

2009-10-22 Thread Derek Chen-Becker
It builds for me locally...

On Thu, Oct 22, 2009 at 5:25 AM, Timothy Perrett wrote:

>
> Hmm how strange - it builds fine locally?
>
> Cheers, Tim
>
> On Oct 22, 10:56 am, David Pollak 
> wrote:
> > Anyone have a clue as to why the JTA stuff in Lift is unstable on Hudson?
> >
> >
> >
> > -- Forwarded message --
> > From: 
> > Date: Thu, Oct 22, 2009 at 2:28 AM
> > Subject: Build failed in Hudson: Lift #1307
> >
> > See 
> >
> > Changes:
> >
> > [David Pollak] Temporary fix to allow Hudson to complete a build
> >
> > --
> > [...truncated 6079 lines...]
> > Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> >
> > [HUDSON] Recording test results
> > [INFO] [jar:jar]
> > [INFO] Building jar: <
> http://hudson.scala-tools.org/job/Lift/ws/lift-testkit/target/lift-te...
> >
> > [INFO] Preparing source:jar
> > [WARNING] Removing: jar from forked lifecycle, to prevent recursive
> > invocation.
> > [INFO] No goals needed for project - skipping
> > [INFO] [source:jar {execution: attach-sources}]
> > [INFO] Building jar: <
> http://hudson.scala-tools.org/job/Lift/ws/lift-testkit/target/lift-te...
> >
> > [INFO] [install:install]
> > [INFO] Installing <
> http://hudson.scala-tools.org/job/Lift/ws/lift-testkit/target/lift-te...>
> > to
> >
> /home/scalatools/hudson/.m2/repository/net/liftweb/lift-testkit/1.1-SNAPSHO
> T/lift-testkit-1.1-SNAPSHOT.jar
> > [INFO] Installing <
> http://hudson.scala-tools.org/job/Lift/ws/lift-testkit/target/lift-te...>
> > to
> >
> /home/scalatools/hudson/.m2/repository/net/liftweb/lift-testkit/1.1-SNAPSHO
> T/lift-testkit-1.1-SNAPSHOT-sources.jar
> > [INFO] [deploy:deploy]
> > [INFO] Retrieving previous build number from hudson.scala-tools.org
> > Uploading: file:///home/
> >
> scala-tools.org/www/repo-snapshots/net/liftweb/lift-testkit/1.1-SNAPSHOT/lift-testkit-1.1-SNAPSHOT.jar
> > 108K uploaded  (lift-testkit-1.1-SNAPSHOT.jar)
> > [INFO] Retrieving previous metadata from hudson.scala-tools.org
> > [INFO] Uploading repository metadata for: 'artifact
> > net.liftweb:lift-testkit'
> > [INFO] Uploading project information for lift-testkit 1.1-SNAPSHOT
> > [INFO] Retrieving previous metadata from hudson.scala-tools.org
> > [INFO] Uploading repository metadata for: 'snapshot
> > net.liftweb:lift-testkit:1.1-SNAPSHOT'
> > [INFO] Retrieving previous build number from hudson.scala-tools.org
> > Uploading: file:///home/
> >
> scala-tools.org/www/repo-snapshots/net/liftweb/lift-testkit/1.1-SNAPSHOT/lift-testkit-1.1-SNAPSHOT-sources.jar
> > 10K uploaded  (lift-testkit-1.1-SNAPSHOT-sources.jar)
> > [INFO] Preparing surefire-report:report-only
> > [INFO] No goals needed for project - skipping
> > [INFO] [site:site]
> > [INFO] Generating "Project Team" report.
> > [INFO] Generating "Issue Tracking" report.
> > [INFO] Generating "Surefire Report" report.
> > [WARNING] Unable to locate Test Source XRef to link to - DISABLED
> > [INFO] Generating "Dependency Management" report.
> > [INFO] Generating "Project Plugins" report.
> > [INFO] Generating "Continuous Integration" report.
> > [INFO] Generating "Dependencies" report.
> > [INFO] Generating "Source Repository" report.
> > [INFO] Generating "Plugin Management" report.
> > [INFO] Generating "Mailing Lists" report.
> > [INFO] Generating "Project Summary" report.
> > [INFO] Generating "About" report.
> > [INFO] Generating "ScalaDocs" report.
> > Downloading:
> http://scala-tools.org/repo-snapshots/org/scala-tools/vscaladoc/1.2-S...
> > [INFO] load packageLinkDefs from :<
> http://hudson.scala-tools.org/job/Lift/ws/lift-testkit/../vscaladocs-...
> >
> > [WARNING] Oct 22, 2009 2:28:10 AM org.scala_tools.vscaladoc.HtmlRenderer
> > render
> > [WARNING] INFO: write page for overview
> > [WARNING] Oct 22, 2009 2:28:10 AM org.scala_tools.vscaladoc.HtmlRenderer
> > render
> > [WARNING] INFO: write page for all-classes (list)
> > [WARNING] Oct 22, 2009 2:28:10 AM org.scala_tools.vscaladoc.HtmlRenderer
> > render
> > [WARNING] INFO: write index.html
> > [WARNING] Oct 22, 2009 2:28:10 AM org.scala_tools.vscaladoc.HtmlRenderer
> > render
> > [WARNING] INFO: write doc for  each classes
> > [INFO] failed to find baseUri for (net.liftweb.common, Box, false
> > [INFO] failed to find baseUri for (net.liftweb.common, Box, false
> > [INFO] failed to find baseUri for (net.liftweb.common, Box, false
> > [INFO] failed to find baseUri for (net.liftweb.common, Box, false
> > [INFO] failed to find baseUri for (net.liftweb.common, Box, false
> > [INFO] failed to find baseUri for (net.liftweb.common, Box, false
> > [INFO] failed to find baseUri for (net.liftweb.common, Box, false
> > [INFO] failed to find baseUri for (net.liftweb.common, Box, false
> > [INFO] failed to find baseUri for (net.liftweb.common, Box, false
> > [INFO] failed to find baseUri for (net.liftweb.common, Box, false
> > [INFO] failed to find baseUri for (net.liftweb.common, Box, false
> > [INFO] faile

[Lift] Re: Fwd: Build failed in Hudson: Lift #1307

2009-10-22 Thread Timothy Perrett

Hmm how strange - it builds fine locally?

Cheers, Tim

On Oct 22, 10:56 am, David Pollak 
wrote:
> Anyone have a clue as to why the JTA stuff in Lift is unstable on Hudson?
>
>
>
> -- Forwarded message --
> From: 
> Date: Thu, Oct 22, 2009 at 2:28 AM
> Subject: Build failed in Hudson: Lift #1307
>
> See 
>
> Changes:
>
> [David Pollak]     Temporary fix to allow Hudson to complete a build
>
> --
> [...truncated 6079 lines...]
> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
>
> [HUDSON] Recording test results
> [INFO] [jar:jar]
> [INFO] Building jar: 
> 
> [INFO] Preparing source:jar
> [WARNING] Removing: jar from forked lifecycle, to prevent recursive
> invocation.
> [INFO] No goals needed for project - skipping
> [INFO] [source:jar {execution: attach-sources}]
> [INFO] Building jar: 
> 
> [INFO] [install:install]
> [INFO] Installing 
> 
> to
> /home/scalatools/hudson/.m2/repository/net/liftweb/lift-testkit/1.1-SNAPSHO 
> T/lift-testkit-1.1-SNAPSHOT.jar
> [INFO] Installing 
> 
> to
> /home/scalatools/hudson/.m2/repository/net/liftweb/lift-testkit/1.1-SNAPSHO 
> T/lift-testkit-1.1-SNAPSHOT-sources.jar
> [INFO] [deploy:deploy]
> [INFO] Retrieving previous build number from hudson.scala-tools.org
> Uploading: file:///home/
> scala-tools.org/www/repo-snapshots/net/liftweb/lift-testkit/1.1-SNAPSHOT/li 
> ft-testkit-1.1-SNAPSHOT.jar
> 108K uploaded  (lift-testkit-1.1-SNAPSHOT.jar)
> [INFO] Retrieving previous metadata from hudson.scala-tools.org
> [INFO] Uploading repository metadata for: 'artifact
> net.liftweb:lift-testkit'
> [INFO] Uploading project information for lift-testkit 1.1-SNAPSHOT
> [INFO] Retrieving previous metadata from hudson.scala-tools.org
> [INFO] Uploading repository metadata for: 'snapshot
> net.liftweb:lift-testkit:1.1-SNAPSHOT'
> [INFO] Retrieving previous build number from hudson.scala-tools.org
> Uploading: file:///home/
> scala-tools.org/www/repo-snapshots/net/liftweb/lift-testkit/1.1-SNAPSHOT/li 
> ft-testkit-1.1-SNAPSHOT-sources.jar
> 10K uploaded  (lift-testkit-1.1-SNAPSHOT-sources.jar)
> [INFO] Preparing surefire-report:report-only
> [INFO] No goals needed for project - skipping
> [INFO] [site:site]
> [INFO] Generating "Project Team" report.
> [INFO] Generating "Issue Tracking" report.
> [INFO] Generating "Surefire Report" report.
> [WARNING] Unable to locate Test Source XRef to link to - DISABLED
> [INFO] Generating "Dependency Management" report.
> [INFO] Generating "Project Plugins" report.
> [INFO] Generating "Continuous Integration" report.
> [INFO] Generating "Dependencies" report.
> [INFO] Generating "Source Repository" report.
> [INFO] Generating "Plugin Management" report.
> [INFO] Generating "Mailing Lists" report.
> [INFO] Generating "Project Summary" report.
> [INFO] Generating "About" report.
> [INFO] Generating "ScalaDocs" report.
> Downloading:http://scala-tools.org/repo-snapshots/org/scala-tools/vscaladoc/1.2-S...
> [INFO] load packageLinkDefs from 
> :
> [WARNING] Oct 22, 2009 2:28:10 AM org.scala_tools.vscaladoc.HtmlRenderer
> render
> [WARNING] INFO: write page for overview
> [WARNING] Oct 22, 2009 2:28:10 AM org.scala_tools.vscaladoc.HtmlRenderer
> render
> [WARNING] INFO: write page for all-classes (list)
> [WARNING] Oct 22, 2009 2:28:10 AM org.scala_tools.vscaladoc.HtmlRenderer
> render
> [WARNING] INFO: write index.html
> [WARNING] Oct 22, 2009 2:28:10 AM org.scala_tools.vscaladoc.HtmlRenderer
> render
> [WARNING] INFO: write doc for  each classes
> [INFO] failed to find baseUri for (net.liftweb.common, Box, false
> [INFO] failed to find baseUri for (net.liftweb.common, Box, false
> [INFO] failed to find baseUri for (net.liftweb.common, Box, false
> [INFO] failed to find baseUri for (net.liftweb.common, Box, false
> [INFO] failed to find baseUri for (net.liftweb.common, Box, false
> [INFO] failed to find baseUri for (net.liftweb.common, Box, false
> [INFO] failed to find baseUri for (net.liftweb.common, Box, false
> [INFO] failed to find baseUri for (net.liftweb.common, Box, false
> [INFO] failed to find baseUri for (net.liftweb.common, Box, false
> [INFO] failed to find baseUri for (net.liftweb.common, Box, false
> [INFO] failed to find baseUri for (net.liftweb.common, Box, false
> [INFO] failed to find baseUri for (net.liftweb.common, Box, false
> [INFO] failed to find baseUri for (net.liftweb.common, Box, false
> [INFO] failed to find baseUri for (net.liftweb.common, Box, false
> [INFO] failed to find baseUri for (net.liftweb.common, Box, false
> [INFO] failed to find baseUri fo