You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by bu...@apache.org on 2010/07/08 19:56:07 UTC

buildbot failure in ASF Buildbot on tika-trunk

The Buildbot has detected a new failure of tika-trunk on ASF Buildbot.
Full details are available at:
 http://ci.apache.org/builders/tika-trunk/builds/46

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: isis_ubuntu

Build Reason: 
Build Source Stamp: [branch tika/trunk] 961850
Blamelist: kkrugler

BUILD FAILED: failed compile

sincerely,
 -The Buildbot


Re: buildbot failure in ASF Buildbot on tika-trunk

Posted by "Mattmann, Chris A (388J)" <ch...@jpl.nasa.gov>.
Yep, exactly Ken, +1 to the solution proposed.

Cheers,
Chris


On 7/8/10 11:44 AM, "Ken Krugler" <ke...@krugler.org> wrote:

Hi Chris,

Wait, I think the issue is that the 'site' target triggers the
compilation of the sources, before the jars are built.

Yup, just found a good description - it's a Maven bug:

http://jira.codehaus.org/browse/MNG-2979

I believe it would work to do "mvn clean install" and then "mvn site"

And supposedly it's been fixed in Maven 3.0

-- Ken

On Jul 8, 2010, at 11:00am, Mattmann, Chris A (388J) wrote:

> See here:
>
> http://ci.apache.org/builders/tika-trunk/builds/46/steps/compile/logs/stdio
>
> This has to do with the issue of the tika-core jar which Ken's patch
> updated not being used and an older (likely previous nightly)
> SNAPSHOT being used. Maybe we should update the builder to do an mvn
> install at the tika root before doing e.g., an mvn test? Jukka, do
> you have enough karma to do this? Or, if you teach me I'd be happy
> to learn...
>
> Cheers,
> Chris
>
>
> On 7/8/10 10:56 AM, "buildbot@apache.org" <bu...@apache.org> wrote:
>
> The Buildbot has detected a new failure of tika-trunk on ASF Buildbot.
> Full details are available at:
> http://ci.apache.org/builders/tika-trunk/builds/46
>
> Buildbot URL: http://ci.apache.org/
>
> Buildslave for this Build: isis_ubuntu
>
> Build Reason:
> Build Source Stamp: [branch tika/trunk] 961850
> Blamelist: kkrugler
>
> BUILD FAILED: failed compile
>
> sincerely,
> -The Buildbot
>
>
>
>
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> Chris Mattmann, Ph.D.
> Senior Computer Scientist
> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> Office: 171-266B, Mailstop: 171-246
> Email: Chris.Mattmann@jpl.nasa.gov
> WWW:   http://sunset.usc.edu/~mattmann/
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> Adjunct Assistant Professor, Computer Science Department
> University of Southern California, Los Angeles, CA 90089 USA
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>

--------------------------------------------
<http://ken-blog.krugler.org>
+1 530-265-2225







++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Chris Mattmann, Ph.D.
Senior Computer Scientist
NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
Office: 171-266B, Mailstop: 171-246
Email: Chris.Mattmann@jpl.nasa.gov
WWW:   http://sunset.usc.edu/~mattmann/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Adjunct Assistant Professor, Computer Science Department
University of Southern California, Los Angeles, CA 90089 USA
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


Re: buildbot failure in ASF Buildbot on tika-trunk

Posted by Ken Krugler <ke...@krugler.org>.
Hi Chris,

Wait, I think the issue is that the 'site' target triggers the  
compilation of the sources, before the jars are built.

Yup, just found a good description - it's a Maven bug:

http://jira.codehaus.org/browse/MNG-2979

I believe it would work to do "mvn clean install" and then "mvn site"

And supposedly it's been fixed in Maven 3.0

-- Ken

On Jul 8, 2010, at 11:00am, Mattmann, Chris A (388J) wrote:

> See here:
>
> http://ci.apache.org/builders/tika-trunk/builds/46/steps/compile/logs/stdio
>
> This has to do with the issue of the tika-core jar which Ken's patch  
> updated not being used and an older (likely previous nightly)  
> SNAPSHOT being used. Maybe we should update the builder to do an mvn  
> install at the tika root before doing e.g., an mvn test? Jukka, do  
> you have enough karma to do this? Or, if you teach me I'd be happy  
> to learn...
>
> Cheers,
> Chris
>
>
> On 7/8/10 10:56 AM, "buildbot@apache.org" <bu...@apache.org> wrote:
>
> The Buildbot has detected a new failure of tika-trunk on ASF Buildbot.
> Full details are available at:
> http://ci.apache.org/builders/tika-trunk/builds/46
>
> Buildbot URL: http://ci.apache.org/
>
> Buildslave for this Build: isis_ubuntu
>
> Build Reason:
> Build Source Stamp: [branch tika/trunk] 961850
> Blamelist: kkrugler
>
> BUILD FAILED: failed compile
>
> sincerely,
> -The Buildbot
>
>
>
>
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> Chris Mattmann, Ph.D.
> Senior Computer Scientist
> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> Office: 171-266B, Mailstop: 171-246
> Email: Chris.Mattmann@jpl.nasa.gov
> WWW:   http://sunset.usc.edu/~mattmann/
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> Adjunct Assistant Professor, Computer Science Department
> University of Southern California, Los Angeles, CA 90089 USA
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>

--------------------------------------------
<http://ken-blog.krugler.org>
+1 530-265-2225





Re: buildbot failure in ASF Buildbot on tika-trunk

Posted by "Mattmann, Chris A (388J)" <ch...@jpl.nasa.gov>.
Hey Ken,

Yep, I think basically if we just do a mvn clean install at the top level of tika, it will build and install tika-core in order. My guess is that right now Buildbot is just doing a mvn test without doing the install first. Jukka can probably shed some more light here...

Cheers,
Chris



On 7/8/10 11:35 AM, "Ken Krugler" <kk...@transpac.com> wrote:

Hi Chris,

> See here:
>
> http://ci.apache.org/builders/tika-trunk/builds/46/steps/compile/logs/stdio
>
> This has to do with the issue of the tika-core jar which Ken's patch
> updated not being used and an older (likely previous nightly)
> SNAPSHOT being used. Maybe we should update the builder to do an mvn
> install at the tika root before doing e.g., an mvn test? Jukka, do
> you have enough karma to do this? Or, if you teach me I'd be happy
> to learn...

Thanks for digging into this.

The tika-core sources are being built before the tika-parsers sources,
since tika-parsers has a dependency on tika-core, and Maven's reactor
then orders things properly.

But the tika-core jar isn't being deployed before the tika-parsers
sources are compiled, which creates this problem.

It feels like there's a simple, elegant Maven-esque solution, but my
hack idea is to do a mvn clean install for core first.

-- Ken

> On 7/8/10 10:56 AM, "buildbot@apache.org" <bu...@apache.org> wrote:
>
> The Buildbot has detected a new failure of tika-trunk on ASF Buildbot.
> Full details are available at:
> http://ci.apache.org/builders/tika-trunk/builds/46
>
> Buildbot URL: http://ci.apache.org/
>
> Buildslave for this Build: isis_ubuntu
>
> Build Reason:
> Build Source Stamp: [branch tika/trunk] 961850
> Blamelist: kkrugler
>
> BUILD FAILED: failed compile
>
> sincerely,
> -The Buildbot

--------------------------------------------
Ken Krugler
+1 530-210-6378
http://bixolabs.com
e l a s t i c   w e b   m i n i n g







++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Chris Mattmann, Ph.D.
Senior Computer Scientist
NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
Office: 171-266B, Mailstop: 171-246
Email: Chris.Mattmann@jpl.nasa.gov
WWW:   http://sunset.usc.edu/~mattmann/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Adjunct Assistant Professor, Computer Science Department
University of Southern California, Los Angeles, CA 90089 USA
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


Re: buildbot failure in ASF Buildbot on tika-trunk

Posted by Ken Krugler <kk...@transpac.com>.
Hi Chris,

> See here:
>
> http://ci.apache.org/builders/tika-trunk/builds/46/steps/compile/logs/stdio
>
> This has to do with the issue of the tika-core jar which Ken's patch  
> updated not being used and an older (likely previous nightly)  
> SNAPSHOT being used. Maybe we should update the builder to do an mvn  
> install at the tika root before doing e.g., an mvn test? Jukka, do  
> you have enough karma to do this? Or, if you teach me I'd be happy  
> to learn...

Thanks for digging into this.

The tika-core sources are being built before the tika-parsers sources,  
since tika-parsers has a dependency on tika-core, and Maven's reactor  
then orders things properly.

But the tika-core jar isn't being deployed before the tika-parsers  
sources are compiled, which creates this problem.

It feels like there's a simple, elegant Maven-esque solution, but my  
hack idea is to do a mvn clean install for core first.

-- Ken

> On 7/8/10 10:56 AM, "buildbot@apache.org" <bu...@apache.org> wrote:
>
> The Buildbot has detected a new failure of tika-trunk on ASF Buildbot.
> Full details are available at:
> http://ci.apache.org/builders/tika-trunk/builds/46
>
> Buildbot URL: http://ci.apache.org/
>
> Buildslave for this Build: isis_ubuntu
>
> Build Reason:
> Build Source Stamp: [branch tika/trunk] 961850
> Blamelist: kkrugler
>
> BUILD FAILED: failed compile
>
> sincerely,
> -The Buildbot

--------------------------------------------
Ken Krugler
+1 530-210-6378
http://bixolabs.com
e l a s t i c   w e b   m i n i n g





Re: buildbot failure in ASF Buildbot on tika-trunk

Posted by "Mattmann, Chris A (388J)" <ch...@jpl.nasa.gov>.
See here:

http://ci.apache.org/builders/tika-trunk/builds/46/steps/compile/logs/stdio

This has to do with the issue of the tika-core jar which Ken's patch updated not being used and an older (likely previous nightly) SNAPSHOT being used. Maybe we should update the builder to do an mvn install at the tika root before doing e.g., an mvn test? Jukka, do you have enough karma to do this? Or, if you teach me I'd be happy to learn...

Cheers,
Chris


On 7/8/10 10:56 AM, "buildbot@apache.org" <bu...@apache.org> wrote:

The Buildbot has detected a new failure of tika-trunk on ASF Buildbot.
Full details are available at:
 http://ci.apache.org/builders/tika-trunk/builds/46

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: isis_ubuntu

Build Reason:
Build Source Stamp: [branch tika/trunk] 961850
Blamelist: kkrugler

BUILD FAILED: failed compile

sincerely,
 -The Buildbot




++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Chris Mattmann, Ph.D.
Senior Computer Scientist
NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
Office: 171-266B, Mailstop: 171-246
Email: Chris.Mattmann@jpl.nasa.gov
WWW:   http://sunset.usc.edu/~mattmann/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Adjunct Assistant Professor, Computer Science Department
University of Southern California, Los Angeles, CA 90089 USA
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++