|
buildbot@...
2010-07-08, 17:56
Mattmann, Chris A
2010-07-08, 18:00
Ken Krugler
2010-07-08, 18:35
Mattmann, Chris A
2010-07-08, 18:38
Ken Krugler
2010-07-08, 18:44
Mattmann, Chris A
2010-07-08, 22:49
buildbot@...
2010-07-12, 17:35
Ken Krugler
2010-07-12, 18:05
Jukka Zitting
2010-07-13, 09:01
Gav...
2010-07-13, 12:13
Mattmann, Chris A
2010-07-13, 14:26
Ken Krugler
2010-07-13, 14:34
Jukka Zitting
2010-07-14, 09:27
Gav...
2010-07-14, 12:14
Jukka Zitting
2010-07-14, 13:24
Mattmann, Chris A
2010-07-14, 14:12
buildbot@...
2010-08-12, 14:09
|
-
buildbot failure in ASF Buildbot on tika-trunkbuildbot@... 2010-07-08, 17:56
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-trunkMattmann, Chris A 2010-07-08, 18:00
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, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED] 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-trunkKen Krugler 2010-07-08, 18:35
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, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> 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-trunkMattmann, Chris A 2010-07-08, 18:38
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" <[EMAIL PROTECTED]> 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, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED] 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-trunkKen Krugler 2010-07-08, 18:44
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, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED] > 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-trunkMattmann, Chris A 2010-07-08, 22:49
Yep, exactly Ken, +1 to the solution proposed.
Cheers, Chris On 7/8/10 11:44 AM, "Ken Krugler" <[EMAIL PROTECTED]> 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, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED] > 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: [EMAIL PROTECTED] WWW: http://sunset.usc.edu/~mattmann/ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Adjunct Assistant Professor, Computer Science Department University of Southern California, Los Angeles, CA 90089 USA ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-
buildbot failure in ASF Buildbot on tika-trunkbuildbot@... 2010-07-12, 17:35
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/49 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: isis_ubuntu Build Reason: Build Source Stamp: [branch tika/trunk] 963375 Blamelist: kkrugler BUILD FAILED: failed compile sincerely, -The Buildbot
-
Re: buildbot failure in ASF Buildbot on tika-trunkKen Krugler 2010-07-12, 18:05
This looks like another case of the Maven "site" target build
dependency bug: http://ci.apache.org/builders/tika-trunk/builds/49/steps/compile/logs/stdio The TikaCLI code is getting compiled before the tika-parsers jar has been built. -- Ken On Jul 12, 2010, at 10:35am, [EMAIL PROTECTED] 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/49 > > Buildbot URL: http://ci.apache.org/ > > Buildslave for this Build: isis_ubuntu > > Build Reason: > Build Source Stamp: [branch tika/trunk] 963375 > 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-trunkJukka Zitting 2010-07-13, 09:01
Hi,
On Mon, Jul 12, 2010 at 8:35 PM, <[EMAIL PROTECTED]> 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/49 Gavin, I assume you set up the Tika build on buildbot? Can you change the build command from "mvn clean install site" to just "mvn clean install", or disable the failure notifications to dev@tika? BR, Jukka Zitting
-
RE: buildbot failure in ASF Buildbot on tika-trunkGav... 2010-07-13, 12:13
> -----Original Message----- > From: Jukka Zitting [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 13 July 2010 7:01 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: buildbot failure in ASF Buildbot on tika-trunk > > Hi, > > On Mon, Jul 12, 2010 at 8:35 PM, <[EMAIL PROTECTED]> 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/49 > > Gavin, I assume you set up the Tika build on buildbot? Yep, I dont remember if someone asked for it or if it was one I chose for testing buildbot with. > Can you change > the build command from "mvn clean install site" to just "mvn clean > install", or disable the failure notifications to dev@tika? Well, disabling notifications would go against the point of having builds in the first place. I have removed 'site' arg and committed. fwiw any project is welcome to alter their own buildbot config file if they wish - or just ask me as you have done here. Anyway, should all be good now. For future, let me know please if you think it helpful that Tika builds continue on Buildbot - with any improvements of extra steps/features you want covering, or if you dont see any point and would like it removed. It matters not to me whether a project uses Buildbot + Hudson + Continuum + Gump or any combo of. Buildbot has plenty of room, is stable and just works, but up to you guys. Thanks Gav... > > BR, > > Jukka Zitting
-
Re: buildbot failure in ASF Buildbot on tika-trunkMattmann, Chris A 2010-07-13, 14:26
Hi Guys,
+1, I like Buildbot, doesn't really matter to me whether we use that or Hudson or anything below, just that the person in Tika-ville that monitors/maintains our config for it knows how to communicate with builds@ or infra@ to fix little things like this, or to alleviate having to contact you guys to do it and learning how to do it ourselves. Thanks for the help, Gav and for showing us how to get in touch with builds@ Jukka... Cheers, Chris On 7/13/10 5:13 AM, "Gav..." <[EMAIL PROTECTED]> wrote: > -----Original Message----- > From: Jukka Zitting [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 13 July 2010 7:01 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: buildbot failure in ASF Buildbot on tika-trunk > > Hi, > > On Mon, Jul 12, 2010 at 8:35 PM, <[EMAIL PROTECTED]> 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/49 > > Gavin, I assume you set up the Tika build on buildbot? Yep, I don't remember if someone asked for it or if it was one I chose for testing buildbot with. > Can you change > the build command from "mvn clean install site" to just "mvn clean > install", or disable the failure notifications to dev@tika? Well, disabling notifications would go against the point of having builds in the first place. I have removed 'site' arg and committed. fwiw any project is welcome to alter their own buildbot config file if they wish - or just ask me as you have done here. Anyway, should all be good now. For future, let me know please if you think it helpful that Tika builds continue on Buildbot - with any improvements of extra steps/features you want covering, or if you don't see any point and would like it removed. It matters not to me whether a project uses Buildbot + Hudson + Continuum + Gump or any combo of. Buildbot has plenty of room, is stable and just works, but up to you guys. Thanks Gav... > > BR, > > Jukka Zitting ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Chris Mattmann, Ph.D. Senior Computer Scientist NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA Office: 171-266B, Mailstop: 171-246 Email: [EMAIL PROTECTED] 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-trunkKen Krugler 2010-07-13, 14:34
Hi Gavin,
The change we'd really like to make for Tika is to have two build commands: mvn clean install mvn site as this works around a known bug in Maven's handling of dependencies with the 'site' target. Don't know if buildbot supports that, but if so that would be most useful. Thanks, -- Ken >> -----Original Message----- >> From: Jukka Zitting [mailto:[EMAIL PROTECTED]] >> Sent: Tuesday, 13 July 2010 7:01 PM >> To: [EMAIL PROTECTED] >> Cc: [EMAIL PROTECTED] >> Subject: Re: buildbot failure in ASF Buildbot on tika-trunk >> >> Hi, >> >> On Mon, Jul 12, 2010 at 8:35 PM, <[EMAIL PROTECTED]> 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/49 >> >> Gavin, I assume you set up the Tika build on buildbot? > > Yep, I don’t remember if someone asked for it or if it was one I > chose for testing buildbot with. > > >> Can you change >> the build command from "mvn clean install site" to just "mvn clean >> install", or disable the failure notifications to dev@tika? > > Well, disabling notifications would go against the point of having > builds > in the first place. > > I have removed 'site' arg and committed. > > fwiw any project is welcome to alter their own buildbot config file > if they > wish - or just ask me as you have done here. > > Anyway, should all be good now. > > For future, let me know please if you think it helpful that Tika > builds > continue > on Buildbot - with any improvements of extra steps/features you want > covering, > or if you don’t see any point and would like it removed. It matters > not to > me > whether a project uses Buildbot + Hudson + Continuum + Gump or any > combo of. > Buildbot has plenty of room, is stable and just works, but up to you > guys. > > Thanks > > Gav... > >> >> BR, >> >> Jukka Zitting > > -------------------------------------------- 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-trunkJukka Zitting 2010-07-14, 09:27
Hi,
On Tue, Jul 13, 2010 at 3:13 PM, Gav... <[EMAIL PROTECTED]> wrote: > For future, let me know please if you think it helpful that Tika builds > continue on Buildbot - with any improvements of extra steps/features > you want covering, or if you don’t see any point and would like it removed. We already have a Hudson build [1] that I've been managing. There's nothing wrong having an extra CI build (the more the merrier!), but it needs to be managed by someone on the Tika team to avoid confusion like the one that triggered this thread. So unless someone volunteers to maintain the Buildbot build, I think it's better to remove it. [1] http://hudson.zones.apache.org/hudson/job/Tika-trunk/ BR, Jukka Zitting
-
RE: buildbot failure in ASF Buildbot on tika-trunkGav... 2010-07-14, 12:14
> -----Original Message----- > From: Jukka Zitting [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 14 July 2010 7:28 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: buildbot failure in ASF Buildbot on tika-trunk > > Hi, > > On Tue, Jul 13, 2010 at 3:13 PM, Gav... <[EMAIL PROTECTED]> wrote: > > For future, let me know please if you think it helpful that Tika > builds > > continue on Buildbot - with any improvements of extra steps/features > > you want covering, or if you don't see any point and would like it > removed. > > We already have a Hudson build [1] that I've been managing. There's > nothing wrong having an extra CI build (the more the merrier!), but it > needs to be managed by someone on the Tika team to avoid confusion > like the one that triggered this thread. So unless someone volunteers > to maintain the Buildbot build, I think it's better to remove it. What is there to maintain exactly ? On the odd occasion like this one, someone lets me know what needs changing and I change it. Unlike Hudson, there is not the confusion of 150+ accounts doing whatever they like on whatever slaves, its just me. Projects are welcome to tweak their config file any time they like from with svn, other than that, there really isn't anything for anyone to do. Gav... > > [1] http://hudson.zones.apache.org/hudson/job/Tika-trunk/ > > BR, > > Jukka Zitting
-
Re: buildbot failure in ASF Buildbot on tika-trunkJukka Zitting 2010-07-14, 13:24
Hi,
On Wed, Jul 14, 2010 at 3:14 PM, Gav... <[EMAIL PROTECTED]> wrote: >> We already have a Hudson build [1] that I've been managing. There's >> nothing wrong having an extra CI build (the more the merrier!), but it >> needs to be managed by someone on the Tika team to avoid confusion >> like the one that triggered this thread. So unless someone volunteers >> to maintain the Buildbot build, I think it's better to remove it. > > What is there to maintain exactly ? On the odd occasion like this one, > someone lets me know what needs changing and I change it. Agreed, it's not much effort. My point is just that someone should at least be aware of the build and how to get it adjusted if or when needed. Now we had a case where nobody on our team knew about the build when Buildbot started sending failure notifications to dev@tika. That's what I want to avoid going forward. BR, Jukka Zitting
-
Re: buildbot failure in ASF Buildbot on tika-trunkMattmann, Chris A 2010-07-14, 14:12
+1...
On 7/14/10 2:27 AM, "Jukka Zitting" <[EMAIL PROTECTED]> wrote: Hi, On Tue, Jul 13, 2010 at 3:13 PM, Gav... <[EMAIL PROTECTED]> wrote: > For future, let me know please if you think it helpful that Tika builds > continue on Buildbot - with any improvements of extra steps/features > you want covering, or if you don't see any point and would like it removed. We already have a Hudson build [1] that I've been managing. There's nothing wrong having an extra CI build (the more the merrier!), but it needs to be managed by someone on the Tika team to avoid confusion like the one that triggered this thread. So unless someone volunteers to maintain the Buildbot build, I think it's better to remove it. [1] http://hudson.zones.apache.org/hudson/job/Tika-trunk/ BR, Jukka Zitting ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Chris Mattmann, Ph.D. Senior Computer Scientist NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA Office: 171-266B, Mailstop: 171-246 Email: [EMAIL PROTECTED] WWW: http://sunset.usc.edu/~mattmann/ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Adjunct Assistant Professor, Computer Science Department University of Southern California, Los Angeles, CA 90089 USA ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-
buildbot failure in ASF Buildbot on tika-trunkbuildbot@... 2010-08-12, 14:09
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/83 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: isis_ubuntu Build Reason: Build Source Stamp: [branch tika/trunk] 984791 Blamelist: kkrugler BUILD FAILED: failed compile sincerely, -The Buildbot |