I've quickly spun a Jenkins build and all looks good. Thanks
Lewis On Thu, Jan 5, 2012 at 11:42 AM, Markus Jelsma <[email protected]> wrote: > This issue? https://issues.apache.org/jira/browse/MAPREDUCE-947 > > It indeed says 0.21 but it's written on 20.203 deployments as well. Now i know > why i saw the tests failing all the time because my system has 0.20.203 but > Nutch had 0.20 just before i upgraded Nutch itself to 0.20.205.0. > > I'm positive i ran tests, which i usually do on a clean build before > committing. I didn't notice something strange because those two tests always > failed anyway. > > I indeed broke the tests by upgrading to 0.20.205.0 :( > > On Thursday 05 January 2012 12:35:26 Julien Nioche wrote: >> > Julien, this _SUCCESS file is not 0.21 specific but originates from 0.20 >> > series. At the time the first issues came Nutch was still at 0.20, that >> > was as >> > early as june 2011 NUTCH-1029. >> >> my comment was based on the HADOOP JIRA that introduced the parameter. Feel >> free to modify that in nutch-default.xml. >> >> > That, however, doesn't answer why you never had failing tests. >> >> Could be that the version of Hadoop we recently upgraded to generates the >> _SUCCESS file where it previously did not. Anyway I expect this not to be >> an issue anymore as soon as we use the new API. >> >> Did you hardcode some workaround to prevent _SUCCESS to crash things in >> other places of the code? >> >> > On Thursday 05 January 2012 12:14:52 Julien Nioche wrote: >> > > I've fixed the 2 failings tests => >> > > https://issues.apache.org/jira/browse/NUTCH-1146 >> > > >> > > I will open a new issue for the disappearance of the junit jar. >> > > Strangely it does not happen everywhere so it could be related to a >> > > specific >> > >> > version >> > >> > > of ivy. >> > > >> > > In the future please do not commit without checking that the tests >> > > pass, thanks! >> > > >> > > Julien >> > > >> > > On 4 January 2012 18:43, Lewis John Mcgibbney >> > >> > <[email protected]>wrote: >> > > > As far as I was aware all tests were passing swimmingly until >> > > > recently (9 days ago). We had a stable CI build for a good few weeks >> > > > at least. Until tonight the CI build only archived the last 10 >> > > > builds, however this has now been changed to archive the last 50 >> > > > builds. >> > > > >> > > > Can we agree on some actions to take to get the trunk build back >> > >> > online? >> > >> > > > On Wed, Jan 4, 2012 at 5:44 PM, Markus Jelsma >> > > > >> > > > <[email protected]> wrote: >> > > > > Yes you are right, i meant both merger tests fail in a clean and >> > > > > regular build. >> > > > > >> > > > >> Hi Guys, >> > > > >> >> > > > >> Looking at my two commits e.g. NUTCH-1217 & 1138, I see no >> > > > >> possible >> > > > >> > > > problem >> > > > >> > > > >> with 1217 as this was merely content based as oppose to code >> > > > >> based. Therefore if we agree, then I am happy to revert 1138 for >> > > > >> the time >> > > > >> > > > being, >> > > > >> > > > >> run a CI build then view output, however I am struggling to see >> > > > >> if/where the removal of the LogUtil stuff would affect the build >> > > > >> as it currently >> > > > >> > > > is. >> > > > >> > > > >> Should I revert 1138 until we get this sorted out? >> > > > >> >> > > > >> I think the 28th December was the day that it went a bit messy >> > > > >> [1], >> > >> > so >> > >> > > > if >> > > > >> > > > >> we can poke around here then it should be a case of reverting >> > > > >> until >> > >> > we >> > >> > > > fix >> > > > >> > > > >> what is broken. >> > > > >> >> > > > >> {bq}reproduce any compilation error, even when cleaning my build >> > > > >> > > > directory, >> > > > >> > > > >> and only the known tests fail (crawl merger and outlink >> > > > >> extractor).{bq} >> > > > >> >> > > > >> Same to me... I was not aware that these tests were failing! The >> > >> > last >> > >> > > > >> irregular tests I was aware of were on the 27th [2] >> > > > >> >> > > > >> [1] >> > > > >> https://builds.apache.org/view/M-R/view/Nutch/job/Nutch-trunk/1706 >> > > > >> / [2] >> > >> > https://builds.apache.org/view/M-R/view/Nutch/job/Nutch-trunk/1705/#showF >> > >> > > > ai >> > > > >> > > > >> luresLink >> > > > >> >> > > > >> On Wed, Jan 4, 2012 at 5:28 PM, Julien Nioche >> > > > >> <[email protected] >> > > > >> >> > > > >> > wrote: >> > > > >> > >> > > > >> > >> > > > >> > Yes, that is correct, with 0.22 things happened to go strange. >> > > > >> > But the >> > > > >> > >> > > > >> >> current >> > > > >> >> trunk is not upgraded to 0.22 but upgraded to 0.20.205.0. I >> > >> > cannot >> > >> > > > seem >> > > > >> > > > >> > that's novelty to me - do we know what causes them to fail? >> > > > >> > >> > > > >> >> Any hints? >> > > > >> >> >> > > > >> >> > Note : the latest stable is 1215090 i.e. things started to >> > > > >> >> > get bad when moving to hadoop 0.22 (rev 1220786). >> > > > >> >> > >> > > > >> >> > On 4 January 2012 16:45, Julien Nioche < >> > > > >> > > > [email protected] >> > > > >> > > > >> >> >wrote: >> > > > >> >> > > The problem is not with the urlfilter package as such but >> > >> > with >> > >> > > > the >> > > > >> > > > >> >> fact >> > > > >> >> >> > > > >> >> > > that the junit jar is removed from the lib dir before >> > >> > compiling >> > >> > > > the >> > > > >> > > > >> >> > > tests. This is due to the fact that the job task is called >> > > > >> >> > > prior >> > > > >> > > > to >> > > > >> > > > >> >> > > executing the test and I assume that it deletes whatever >> > > > >> > > > specific to >> > > > >> > > > >> >> the >> > > > >> >> >> > > > >> >> > > test config had been added to the lib dir. The reason why >> > > > >> >> > > we were not getting this before is that we were probably >> > > > >> >> > > getting junit second hand from one of the dependencies >> > > > >> >> > > that we've upgraded lately. >> > > > >> >> > > >> > > > >> >> > > Changing to >> > > > >> >> > > *<dependency org="junit" name="junit" rev="3.8.1" >> > > > >> > > > conf="*->default" >> > > > >> > > > >> >> />* >> > > > >> >> >> > > > >> >> > > solves the compilation problem however which should address >> > > > >> >> > > this >> > > > >> >> >> > > > >> >> issue in >> > > > >> >> >> > > > >> >> > > a cleaner way and make so that the dependencies are >> > > > >> >> > > >> > > > >> >> > > The main issue here however is that* there has been a >> > > > >> >> > > number >> > >> > of >> > >> > > > >> >> > > things committed in recent weeks without running the tests >> > > > >> > > > first*. >> > > > >> > > > >> >> > > I really think this is bad practice. Doing the change above >> > > > >> >> > > shows that >> > > > >> >> >> > > > >> >> test-core >> > > > >> >> >> > > > >> >> > > is still failing. It would be good if you and/or Lewis (as >> > >> > you >> > >> > > > are >> > > > >> > > > >> >> > > the latest persons to have committed stuff) could fix your >> > > > >> >> > > recent commits ASAP so that the tests work as they used to. >> > >> > We >> > >> > > > >> >> > > can't afford to leave things broken and not even know what >> > >> > the >> > >> > > > >> >> > > issues are. >> > > > >> >> > > >> > > > >> >> > > Thanks >> > > > >> >> > > >> > > > >> >> > > Julien >> > > > >> >> > > >> > > > >> >> > > On 4 January 2012 10:11, Markus Jelsma < >> > > > >> > > > [email protected]> >> > > > >> > > > >> >> wrote: >> > > > >> >> > >> No, but iirc it started to show up sometime after lewis >> > > > >> >> > >> was >> > > > >> > > > working >> > > > >> > > > >> >> on >> > > > >> >> >> > > > >> >> > >> removing logutil. I don't how they might have anything to >> > > > >> >> > >> do >> > > > >> > > > with >> > > > >> > > > >> >> > >> eachother >> > > > >> >> > >> though. >> > > > >> >> > >> >> > > > >> >> > >> Also, noone has been working in the urlfilter package for >> > > > >> >> > >> a long >> > > > >> >> >> > > > >> >> time. >> > > > >> >> >> > > > >> >> > >> On Wednesday 04 January 2012 10:52:08 Julien Nioche wrote: >> > > > >> >> > >> > guys, >> > > > >> >> > >> > >> > > > >> >> > >> > any idea as to why this is not compiling anymore? >> > > > >> >> > >> > >> > > > >> >> > >> > J. >> > > > >> >> > >> > >> > > > >> >> > >> > On 4 January 2012 04:20, Apache Jenkins Server >> > > > >> >> > >> >> > > > >> >> > >> <[email protected]>wrote: >> > > > >> >> > >> > > See <https://builds.apache.org/job/Nutch-trunk/1714/> >> > > > >> >> > >> > > >> > > > >> >> > >> > > ------------------------------------------ >> > > > >> >> > >> > > [...truncated 2386 lines...] >> > > > >> >> > >> > > >> > > > >> >> > >> > > resolve-default: >> > > > >> >> > >> > > [ivy:resolve] :: loading settings :: file = >> > >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/ivy/ivysettings.xml >> > > > >> >> > >> > > >> > > > >> >> > >> > > compile: >> > > > >> >> > >> > > [echo] Compiling plugin: scoring-opic >> > > > >> >> > >> > > >> > > > >> >> > >> > > [javac] >> > >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/src/plugin/build-plugin.xml:117: warning: >> > > > >> >> > >> > > 'includeantruntime' >> > > > >> >> > >> >> > > > >> >> > >> was >> > > > >> >> > >> >> > > > >> >> > >> > > not set, defaulting to >> > > > >> >> > >> > > build.sysclasspath=last; set to false for repeatable >> > > > >> >> > >> > > builds >> > > > >> >> > >> > > >> > > > >> >> > >> > > [javac] Compiling 1 source file to >> > >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/build/scoring-opic/classes >> > > > >> >> > >> > > >> > > > >> >> > >> > > jar: >> > > > >> >> > >> > > [jar] Building jar: >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/build/scoring-opic/scoring-opic.jar >> > > > >> >> > >> > > >> > > > >> >> > >> > > deps-test: >> > > > >> >> > >> > > >> > > > >> >> > >> > > init: >> > > > >> >> > >> > > >> > > > >> >> > >> > > init-plugin: >> > > > >> >> > >> > > >> > > > >> >> > >> > > clean-lib: >> > > > >> >> > >> > > >> > > > >> >> > >> > > resolve-default: >> > > > >> >> > >> > > [ivy:resolve] :: loading settings :: file = >> > >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/ivy/ivysettings.xml >> > > > >> >> > >> > > >> > > > >> >> > >> > > compile: >> > > > >> >> > >> > > >> > > > >> >> > >> > > jar: >> > > > >> >> > >> > > >> > > > >> >> > >> > > deps-test: >> > > > >> >> > >> > > >> > > > >> >> > >> > > deploy: >> > > > >> >> > >> > > >> > > > >> >> > >> > > copy-generated-lib: >> > > > >> >> > >> > > >> > > > >> >> > >> > > deploy: >> > > > >> >> > >> > > [copy] Copying 1 file to >> > >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/build/plugins/scoring-opic >> > > > >> >> > >> > > >> > > > >> >> > >> > > copy-generated-lib: >> > > > >> >> > >> > > [copy] Copying 1 file to >> > >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/build/plugins/scoring-opic >> > > > >> >> > >> > > >> > > > >> >> > >> > > init: >> > > > >> >> > >> > > [mkdir] Created dir: >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/build/scoring-link >> > > > >> >> > >> > > >> > > > >> >> > >> > > [mkdir] Created dir: >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/build/scoring-link/classes >> > > > >> >> > >> > > >> > > > >> >> > >> > > [mkdir] Created dir: >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/build/scoring-link/test >> > > > >> >> > >> > > >> > > > >> >> > >> > > [mkdir] Created dir: >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/build/plugins/scoring-link >> > > > >> >> > >> > > >> > > > >> >> > >> > > init-plugin: >> > > > >> >> > >> > > >> > > > >> >> > >> > > deps-jar: >> > > > >> >> > >> > > >> > > > >> >> > >> > > clean-lib: >> > > > >> >> > >> > > >> > > > >> >> > >> > > resolve-default: >> > > > >> >> > >> > > [ivy:resolve] :: loading settings :: file = >> > >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/ivy/ivysettings.xml >> > > > >> >> > >> > > >> > > > >> >> > >> > > compile: >> > > > >> >> > >> > > [echo] Compiling plugin: scoring-link >> > > > >> >> > >> > > >> > > > >> >> > >> > > [javac] >> > >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/src/plugin/build-plugin.xml:117: warning: >> > > > >> >> > >> > > 'includeantruntime' >> > > > >> >> > >> >> > > > >> >> > >> was >> > > > >> >> > >> >> > > > >> >> > >> > > not set, defaulting to >> > > > >> >> > >> > > build.sysclasspath=last; set to false for repeatable >> > > > >> >> > >> > > builds >> > > > >> >> > >> > > >> > > > >> >> > >> > > [javac] Compiling 1 source file to >> > >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/build/scoring-link/classes >> > > > >> >> > >> > > >> > > > >> >> > >> > > jar: >> > > > >> >> > >> > > [jar] Building jar: >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/build/scoring-link/scoring-link.jar >> > > > >> >> > >> > > >> > > > >> >> > >> > > deps-test: >> > > > >> >> > >> > > >> > > > >> >> > >> > > init: >> > > > >> >> > >> > > >> > > > >> >> > >> > > init-plugin: >> > > > >> >> > >> > > >> > > > >> >> > >> > > clean-lib: >> > > > >> >> > >> > > >> > > > >> >> > >> > > resolve-default: >> > > > >> >> > >> > > [ivy:resolve] :: loading settings :: file = >> > >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/ivy/ivysettings.xml >> > > > >> >> > >> > > >> > > > >> >> > >> > > compile: >> > > > >> >> > >> > > >> > > > >> >> > >> > > jar: >> > > > >> >> > >> > > >> > > > >> >> > >> > > deps-test: >> > > > >> >> > >> > > >> > > > >> >> > >> > > deploy: >> > > > >> >> > >> > > >> > > > >> >> > >> > > copy-generated-lib: >> > > > >> >> > >> > > >> > > > >> >> > >> > > deploy: >> > > > >> >> > >> > > [copy] Copying 1 file to >> > >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/build/plugins/scoring-link >> > > > >> >> > >> > > >> > > > >> >> > >> > > copy-generated-lib: >> > > > >> >> > >> > > [copy] Copying 1 file to >> > >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/build/plugins/scoring-link >> > > > >> >> > >> > > >> > > > >> >> > >> > > init: >> > > > >> >> > >> > > [mkdir] Created dir: >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/build/subcollection >> > > > >> >> > >> > > >> > > > >> >> > >> > > [mkdir] Created dir: >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/build/subcollection/classes >> > > > >> >> > >> > > >> > > > >> >> > >> > > [mkdir] Created dir: >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/build/subcollection/test >> > > > >> >> > >> > > >> > > > >> >> > >> > > [mkdir] Created dir: >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/build/plugins/subcollection >> > > > >> >> > >> > > >> > > > >> >> > >> > > init-plugin: >> > > > >> >> > >> > > >> > > > >> >> > >> > > deps-jar: >> > > > >> >> > >> > > >> > > > >> >> > >> > > clean-lib: >> > > > >> >> > >> > > >> > > > >> >> > >> > > resolve-default: >> > > > >> >> > >> > > [ivy:resolve] :: loading settings :: file = >> > >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/ivy/ivysettings.xml >> > > > >> >> > >> > > >> > > > >> >> > >> > > compile: >> > > > >> >> > >> > > [echo] Compiling plugin: subcollection >> > > > >> >> > >> > > >> > > > >> >> > >> > > [javac] >> > >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/src/plugin/build-plugin.xml:117: warning: >> > > > >> >> > >> > > 'includeantruntime' >> > > > >> >> > >> >> > > > >> >> > >> was >> > > > >> >> > >> >> > > > >> >> > >> > > not set, defaulting to >> > > > >> >> > >> > > build.sysclasspath=last; set to false for repeatable >> > > > >> >> > >> > > builds >> > > > >> >> > >> > > >> > > > >> >> > >> > > [javac] Compiling 3 source files to >> > >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/build/subcollection/classes >> > > > >> >> > >> > > >> > > > >> >> > >> > > [javac] Note: Some input files use unchecked or >> > >> > unsafe >> > >> > > > >> >> > >> > > operations. [javac] Note: Recompile with >> > > > >> >> > >> > > -Xlint:unchecked for details. >> > > > >> >> > >> > > >> > > > >> >> > >> > > jar: >> > > > >> >> > >> > > [jar] Building jar: >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/build/subcollection/subcollection.jar >> > > > >> >> > >> > > >> > > > >> >> > >> > > deps-test: >> > > > >> >> > >> > > >> > > > >> >> > >> > > deploy: >> > > > >> >> > >> > > [copy] Copying 1 file to >> > >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/build/plugins/subcollection >> > > > >> >> > >> > > >> > > > >> >> > >> > > copy-generated-lib: >> > > > >> >> > >> > > [copy] Copying 1 file to >> > >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/build/plugins/subcollection >> > > > >> >> > >> > > >> > > > >> >> > >> > > init: >> > > > >> >> > >> > > [mkdir] Created dir: >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/build/tld >> > > > >> >> > >> > > >> > > > >> >> > >> > > [mkdir] Created dir: >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/build/tld/classes >> > > > >> >> > >> > > >> > > > >> >> > >> > > [mkdir] Created dir: >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/build/tld/test >> > > > >> >> > >> > > >> > > > >> >> > >> > > [mkdir] Created dir: >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/build/plugins/tld >> > > > >> >> > >> > > >> > > > >> >> > >> > > init-plugin: >> > > > >> >> > >> > > >> > > > >> >> > >> > > deps-jar: >> > > > >> >> > >> > > >> > > > >> >> > >> > > clean-lib: >> > > > >> >> > >> > > >> > > > >> >> > >> > > resolve-default: >> > > > >> >> > >> > > [ivy:resolve] :: loading settings :: file = >> > >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/ivy/ivysettings.xml >> > > > >> >> > >> > > >> > > > >> >> > >> > > compile: >> > > > >> >> > >> > > [echo] Compiling plugin: tld >> > > > >> >> > >> > > >> > > > >> >> > >> > > [javac] >> > >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/src/plugin/build-plugin.xml:117: warning: >> > > > >> >> > >> > > 'includeantruntime' >> > > > >> >> > >> >> > > > >> >> > >> was >> > > > >> >> > >> >> > > > >> >> > >> > > not set, defaulting to >> > > > >> >> > >> > > build.sysclasspath=last; set to false for repeatable >> > > > >> >> > >> > > builds >> > > > >> >> > >> > > >> > > > >> >> > >> > > [javac] Compiling 2 source files to >> > >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/build/tld/classes >> > > > >> >> > >> > > >> > > > >> >> > >> > > jar: >> > > > >> >> > >> > > [jar] Building jar: >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/build/tld/tld.jar >> > > > >> >> > >> > > >> > > > >> >> > >> > > deps-test: >> > > > >> >> > >> > > >> > > > >> >> > >> > > deploy: >> > > > >> >> > >> > > [copy] Copying 1 file to >> > >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/build/plugins/tld >> > > > >> >> > >> > > >> > > > >> >> > >> > > copy-generated-lib: >> > > > >> >> > >> > > [copy] Copying 1 file to >> > >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/build/plugins/tld >> > > > >> >> > >> > > >> > > > >> >> > >> > > [mkdir] Created dir: >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/build/urlfilter-automaton/test/data >> > > > >> >> > >> > > >> > > > >> >> > >> > > [copy] Copying 6 files to >> > >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/build/urlfilter-automaton/test/data >> > > > >> >> > >> > > >> > > > >> >> > >> > > init: >> > > > >> >> > >> > > [mkdir] Created dir: >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/build/urlfilter-automaton/classes >> > > > >> >> > >> > > >> > > > >> >> > >> > > [mkdir] Created dir: >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/build/plugins/urlfilter-automaton >> > > > >> >> > >> > > >> > > > >> >> > >> > > init-plugin: >> > > > >> >> > >> > > >> > > > >> >> > >> > > deps-jar: >> > > > >> >> > >> > > >> > > > >> >> > >> > > init: >> > > > >> >> > >> > > >> > > > >> >> > >> > > init-plugin: >> > > > >> >> > >> > > >> > > > >> >> > >> > > deps-jar: >> > > > >> >> > >> > > >> > > > >> >> > >> > > clean-lib: >> > > > >> >> > >> > > >> > > > >> >> > >> > > resolve-default: >> > > > >> >> > >> > > [ivy:resolve] :: loading settings :: file = >> > >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/ivy/ivysettings.xml >> > > > >> >> > >> > > >> > > > >> >> > >> > > compile: >> > > > >> >> > >> > > [echo] Compiling plugin: lib-regex-filter >> > > > >> >> > >> > > >> > > > >> >> > >> > > [javac] >> > >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/src/plugin/build-plugin.xml:117: warning: >> > > > >> >> > >> > > 'includeantruntime' >> > > > >> >> > >> >> > > > >> >> > >> was >> > > > >> >> > >> >> > > > >> >> > >> > > not set, defaulting to >> > > > >> >> > >> > > build.sysclasspath=last; set to false for repeatable >> > > > >> >> > >> > > builds >> > > > >> >> > >> > > >> > > > >> >> > >> > > jar: >> > > > >> >> > >> > > >> > > > >> >> > >> > > init: >> > > > >> >> > >> > > >> > > > >> >> > >> > > init-plugin: >> > > > >> >> > >> > > >> > > > >> >> > >> > > deps-jar: >> > > > >> >> > >> > > >> > > > >> >> > >> > > clean-lib: >> > > > >> >> > >> > > >> > > > >> >> > >> > > resolve-default: >> > > > >> >> > >> > > [ivy:resolve] :: loading settings :: file = >> > >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/ivy/ivysettings.xml >> > > > >> >> > >> > > >> > > > >> >> > >> > > compile: >> > > > >> >> > >> > > [echo] Compiling plugin: lib-regex-filter >> > > > >> >> > >> > > >> > > > >> >> > >> > > [javac] >> > >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/src/plugin/build-plugin.xml:117: warning: >> > > > >> >> > >> > > 'includeantruntime' >> > > > >> >> > >> >> > > > >> >> > >> was >> > > > >> >> > >> >> > > > >> >> > >> > > not set, defaulting to >> > > > >> >> > >> > > build.sysclasspath=last; set to false for repeatable >> > > > >> >> > >> > > builds >> > > > >> >> > >> > > >> > > > >> >> > >> > > compile-test: >> > > > >> >> > >> > > [javac] >> > >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/src/plugin/build-plugin.xml:180: warning: >> > > > >> >> > >> > > 'includeantruntime' >> > > > >> >> > >> >> > > > >> >> > >> was >> > > > >> >> > >> >> > > > >> >> > >> > > not set, defaulting to >> > > > >> >> > >> > > build.sysclasspath=last; set to false for repeatable >> > > > >> >> > >> > > builds >> > > > >> >> > >> > > >> > > > >> >> > >> > > [javac] Compiling 1 source file to >> > >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/build/lib-regex-filter/test >> > > > >> >> > >> > > >> > > > >> >> > >> > > [javac] >> > >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > >> > k/trunk/src/plugin/lib-regex-filter/src/test/org/apache/nutch/urlfilter/ >> > >> > > > >> >> > >> a >> > > > >> >> > >> >> > > > >> >> > >> > > pi/RegexURLFilterBaseTest.java:28: package >> > >> > junit.framework >> > >> > > > does >> > > > >> > > > >> >> not >> > > > >> >> >> > > > >> >> > >> exist >> > > > >> >> > >> >> > > > >> >> > >> > > [javac] import junit.framework.TestCase; >> > > > >> >> > >> > > [javac] ^ >> > > > >> >> > >> > > [javac] >> > >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > >> > k/trunk/src/plugin/lib-regex-filter/src/test/org/apache/nutch/urlfilter/ >> > >> > > > >> >> > >> a >> > > > >> >> > >> >> > > > >> >> > >> > > pi/RegexURLFilterBaseTest.java:43: cannot find symbol >> > > > >> >> > >> > > >> > > > >> >> > >> > > [javac] symbol: class TestCase >> > > > >> >> > >> > > [javac] public abstract class >> > > > >> >> > >> > > RegexURLFilterBaseTest >> > > > >> > > > extends >> > > > >> > > > >> >> > >> TestCase >> > > > >> >> > >> >> > > > >> >> > >> > > { [javac] >> > > > >> >> >> > > > >> >> ^ >> > > > >> >> >> > > > >> >> > >> > > [javac] >> > >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > >> > k/trunk/src/plugin/lib-regex-filter/src/test/org/apache/nutch/urlfilter/ >> > >> > > > >> >> > >> a >> > > > >> >> > >> >> > > > >> >> > >> > > pi/RegexURLFilterBaseTest.java:63: cannot find symbol >> > > > >> >> > >> > > >> > > > >> >> > >> > > [javac] symbol : method fail(java.lang.String) >> > > > >> >> > >> > > [javac] location: class >> > > > >> >> > >> > > >> > > > >> >> > >> > > org.apache.nutch.urlfilter.api.RegexURLFilterBaseTest >> > > > >> >> > >> > > >> > > > >> >> > >> > > [javac] fail(e.toString()); >> > > > >> >> > >> > > [javac] ^ >> > > > >> >> > >> > > [javac] >> > >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > >> > k/trunk/src/plugin/lib-regex-filter/src/test/org/apache/nutch/urlfilter/ >> > >> > > > >> >> > >> a >> > > > >> >> > >> >> > > > >> >> > >> > > pi/RegexURLFilterBaseTest.java:76: cannot find symbol >> > > > >> >> > >> > > >> > > > >> >> > >> > > [javac] symbol : method fail(java.lang.String) >> > > > >> >> > >> > > [javac] location: class >> > > > >> >> > >> > > >> > > > >> >> > >> > > org.apache.nutch.urlfilter.api.RegexURLFilterBaseTest >> > > > >> >> > >> > > >> > > > >> >> > >> > > [javac] fail(e.toString()); >> > > > >> >> > >> > > [javac] ^ >> > > > >> >> > >> > > [javac] >> > >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > >> > k/trunk/src/plugin/lib-regex-filter/src/test/org/apache/nutch/urlfilter/ >> > >> > > > >> >> > >> a >> > > > >> >> > >> >> > > > >> >> > >> > > pi/RegexURLFilterBaseTest.java:87: cannot find symbol >> > > > >> >> > >> > > >> > > > >> >> > >> > > [javac] symbol : method fail(java.lang.String) >> > > > >> >> > >> > > [javac] location: class >> > > > >> >> > >> > > >> > > > >> >> > >> > > org.apache.nutch.urlfilter.api.RegexURLFilterBaseTest >> > > > >> >> > >> > > >> > > > >> >> > >> > > [javac] fail(e.toString()); >> > > > >> >> > >> > > [javac] ^ >> > > > >> >> > >> > > [javac] >> > >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > >> > k/trunk/src/plugin/lib-regex-filter/src/test/org/apache/nutch/urlfilter/ >> > >> > > > >> >> > >> a >> > > > >> >> > >> >> > > > >> >> > >> > > pi/RegexURLFilterBaseTest.java:95: cannot find symbol >> > > > >> >> > >> > > >> > > > >> >> > >> > > [javac] symbol : method fail(java.lang.String) >> > > > >> >> > >> > > [javac] location: class >> > > > >> >> > >> > > >> > > > >> >> > >> > > org.apache.nutch.urlfilter.api.RegexURLFilterBaseTest >> > > > >> >> > >> > > >> > > > >> >> > >> > > [javac] fail(e.toString()); >> > > > >> >> > >> > > [javac] ^ >> > > > >> >> > >> > > [javac] >> > >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > >> > k/trunk/src/plugin/lib-regex-filter/src/test/org/apache/nutch/urlfilter/ >> > >> > > > >> >> > >> a >> > > > >> >> > >> >> > > > >> >> > >> > > pi/RegexURLFilterBaseTest.java:103: cannot find symbol >> > > > >> >> > >> > > >> > > > >> >> > >> > > [javac] symbol : method >> > > > >> >> > >> > > assertTrue(java.lang.String,boolean) [javac] >> > >> > location: >> > > > >> >> > >> > > class >> > > > >> >> > >> > > >> > > > >> >> > >> > > org.apache.nutch.urlfilter.api.RegexURLFilterBaseTest >> > > > >> >> > >> > > >> > > > >> >> > >> > > [javac] assertTrue(expected[i].url, >> > > > >> >> > >> > > expected[i].sign); [javac] ^ >> > > > >> >> > >> > > [javac] >> > >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > >> > k/trunk/src/plugin/lib-regex-filter/src/test/org/apache/nutch/urlfilter/ >> > >> > > > >> >> > >> a >> > > > >> >> > >> >> > > > >> >> > >> > > pi/RegexURLFilterBaseTest.java:105: cannot find symbol >> > > > >> >> > >> > > >> > > > >> >> > >> > > [javac] symbol : method >> > > > >> >> > >> > > assertFalse(java.lang.String,boolean) [javac] >> > >> > location: >> > > > >> >> > >> > > class >> > > > >> >> > >> > > >> > > > >> >> > >> > > org.apache.nutch.urlfilter.api.RegexURLFilterBaseTest >> > > > >> >> > >> > > >> > > > >> >> > >> > > [javac] assertFalse(expected[i].url, >> > > > >> >> >> > > > >> >> expected[i].sign); >> > > > >> >> >> > > > >> >> > >> > > [javac] ^ >> > >> > > > >> >> > >> > > [javac] Note: >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > >> > k/trunk/src/plugin/lib-regex-filter/src/test/org/apache/nutch/urlfilter/ >> > >> > > > >> >> > >> a >> > > > >> >> > >> >> > > > >> >> > >> > > pi/RegexURLFilterBaseTest.java uses unchecked or >> > > > >> >> > >> > > unsafe >> > > > >> >> >> > > > >> >> operations. >> > > > >> >> >> > > > >> >> > >> > > [javac] Note: Recompile with -Xlint:unchecked for >> > > > >> > > > details. >> > > > >> > > > >> >> > >> > > [javac] 8 errors >> > > > >> >> > >> > > >> > > > >> >> > >> > > BUILD FAILED >> > >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/build.xml:102: The following error occurred >> > >> > while >> > >> > > > >> >> executing >> > > > >> >> >> > > > >> >> > >> this >> > > > >> >> > >> >> > > > >> >> > >> > > line: >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/src/plugin/build.xml:56: The following error >> > > > >> > > > occurred >> > > > >> > > > >> >> while >> > > > >> >> >> > > > >> >> > >> > > executing this line: >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/src/plugin/urlfilter-automaton/build.xml:25: >> > > > >> >> > >> > > The >> > > > >> >> >> > > > >> >> following >> > > > >> >> >> > > > >> >> > >> error >> > > > >> >> > >> >> > > > >> >> > >> > > occurred while executing this line: >> > /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-tru >> > >> > > > >> >> > >> n >> > > > >> >> > >> >> > > > >> >> > >> > > k/trunk/src/plugin/build-plugin.xml:180: Compile >> > > > >> >> > >> > > failed; see the >> > > > >> >> > >> >> > > > >> >> > >> compiler >> > > > >> >> > >> >> > > > >> >> > >> > > error output for details. >> > > > >> >> > >> > > >> > > > >> >> > >> > > Total time: 16 seconds >> > > > >> >> > >> > > Build step 'Execute shell' marked build as failure >> > > > >> >> > >> > > Recording test results >> > > > >> >> > >> > > Publishing Javadoc >> > > > >> >> > >> >> > > > >> >> > >> -- >> > > > >> >> > >> Markus Jelsma - CTO - Openindex >> > > > >> >> > > >> > > > >> >> > > -- >> > > > >> >> > > * >> > > > >> >> > > *Open Source Solutions for Text Engineering >> > > > >> >> > > >> > > > >> >> > > http://digitalpebble.blogspot.com/ >> > > > >> >> > > http://www.digitalpebble.com >> > > > >> > >> > > > >> > -- >> > > > >> > * >> > > > >> > * >> > > > >> > Open Source Solutions for Text Engineering >> > > > >> > >> > > > >> > http://digitalpebble.blogspot.com/ >> > > > >> > http://www.digitalpebble.com >> > > > >> > > > -- >> > > > Lewis >> > >> > -- >> > Markus Jelsma - CTO - Openindex > > -- > Markus Jelsma - CTO - Openindex -- Lewis

