You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2013/12/27 05:06:08 UTC

Build failed in Jenkins: Nutch-trunk #2465

See <https://builds.apache.org/job/Nutch-trunk/2465/>

------------------------------------------
[...truncated 197 lines...]
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:382)
	... 32 more
Caused by: svn: E175002: OPTIONS request failed on '/repos/asf/nutch/trunk'
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:775)
	... 33 more
Caused by: svn: E175002: timed out waiting for server
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:514)
	... 33 more
Caused by: java.net.SocketTimeoutException: connect timed out
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:327)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:193)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:385)
	at java.net.Socket.connect(Socket.java:546)
	at org.tmatesoft.svn.core.internal.util.SVNSocketConnection.run(SVNSocketConnection.java:57)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	... 5 more
java.io.IOException: remote file operation failed: <https://builds.apache.org/job/Nutch-trunk/ws/> at hudson.remoting.Channel@14b020c1:ubuntu5
	at hudson.FilePath.act(FilePath.java:910)
	at hudson.FilePath.act(FilePath.java:887)
	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:848)
	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:786)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1414)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:652)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:561)
	at hudson.model.Run.execute(Run.java:1677)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:231)
Caused by: java.io.IOException: Failed to check out http://svn.apache.org/repos/asf/nutch/trunk
	at hudson.scm.subversion.CheckoutUpdater$1.perform(CheckoutUpdater.java:110)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:161)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:908)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:889)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:872)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2461)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:328)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:679)
Caused by: org.tmatesoft.svn.core.SVNException: svn: E175002: OPTIONS /repos/asf/nutch/trunk failed
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:388)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:373)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:361)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:707)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:627)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:102)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1020)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:180)
	at org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.getRevisionNumber(SVNBasicDelegate.java:480)
	at org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.getLocations(SVNBasicDelegate.java:833)
	at org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.createRepository(SVNBasicDelegate.java:527)
	at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.doCheckout(SVNUpdateClient16.java:875)
	at org.tmatesoft.svn.core.internal.wc2.old.SvnOldCheckout.run(SvnOldCheckout.java:19)
	at org.tmatesoft.svn.core.internal.wc2.old.SvnOldCheckout.run(SvnOldCheckout.java:8)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:20)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1238)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:777)
	at hudson.scm.subversion.CheckoutUpdater$1.perform(CheckoutUpdater.java:99)
	... 14 more
Caused by: svn: E175002: OPTIONS /repos/asf/nutch/trunk failed
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:154)
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:97)
	... 33 more
Caused by: org.tmatesoft.svn.core.SVNException: svn: E175002: OPTIONS request failed on '/repos/asf/nutch/trunk'
svn: E175002: timed out waiting for server
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:777)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:382)
	... 32 more
Caused by: svn: E175002: OPTIONS request failed on '/repos/asf/nutch/trunk'
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:775)
	... 33 more
Caused by: svn: E175002: timed out waiting for server
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:514)
	... 33 more
Caused by: java.net.SocketTimeoutException: connect timed out
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:327)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:193)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:385)
	at java.net.Socket.connect(Socket.java:546)
	at org.tmatesoft.svn.core.internal.util.SVNSocketConnection.run(SVNSocketConnection.java:57)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	... 5 more
Retrying after 10 seconds
Cleaning local Directory trunk
Checking out http://svn.apache.org/repos/asf/nutch/trunk at revision '2013-12-27T04:02:17.709 +0000'
ERROR: Failed to check out http://svn.apache.org/repos/asf/nutch/trunk
org.tmatesoft.svn.core.SVNException: svn: E175002: OPTIONS /repos/asf/nutch/trunk failed
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:388)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:373)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:361)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:707)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:627)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:102)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1020)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:180)
	at org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.getRevisionNumber(SVNBasicDelegate.java:480)
	at org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.getLocations(SVNBasicDelegate.java:833)
	at org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.createRepository(SVNBasicDelegate.java:527)
	at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.doCheckout(SVNUpdateClient16.java:875)
	at org.tmatesoft.svn.core.internal.wc2.old.SvnOldCheckout.run(SvnOldCheckout.java:19)
	at org.tmatesoft.svn.core.internal.wc2.old.SvnOldCheckout.run(SvnOldCheckout.java:8)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:20)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1238)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:777)
	at hudson.scm.subversion.CheckoutUpdater$1.perform(CheckoutUpdater.java:99)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:161)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:908)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:889)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:872)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2461)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:328)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:679)
Caused by: svn: E175002: OPTIONS /repos/asf/nutch/trunk failed
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:154)
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:97)
	... 33 more
Caused by: org.tmatesoft.svn.core.SVNException: svn: E175002: OPTIONS request failed on '/repos/asf/nutch/trunk'
svn: E175002: timed out waiting for server
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:777)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:382)
	... 32 more
Caused by: svn: E175002: OPTIONS request failed on '/repos/asf/nutch/trunk'
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:775)
	... 33 more
Caused by: svn: E175002: timed out waiting for server
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:514)
	... 33 more
Caused by: java.net.SocketTimeoutException: connect timed out
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:327)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:193)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:385)
	at java.net.Socket.connect(Socket.java:546)
	at org.tmatesoft.svn.core.internal.util.SVNSocketConnection.run(SVNSocketConnection.java:57)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	... 5 more
java.io.IOException: remote file operation failed: <https://builds.apache.org/job/Nutch-trunk/ws/> at hudson.remoting.Channel@14b020c1:ubuntu5
	at hudson.FilePath.act(FilePath.java:910)
	at hudson.FilePath.act(FilePath.java:887)
	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:848)
	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:786)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1414)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:652)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:561)
	at hudson.model.Run.execute(Run.java:1677)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:231)
Caused by: java.io.IOException: Failed to check out http://svn.apache.org/repos/asf/nutch/trunk
	at hudson.scm.subversion.CheckoutUpdater$1.perform(CheckoutUpdater.java:110)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:161)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:908)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:889)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:872)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2461)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:328)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:679)
Caused by: org.tmatesoft.svn.core.SVNException: svn: E175002: OPTIONS /repos/asf/nutch/trunk failed
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:388)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:373)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:361)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:707)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:627)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:102)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1020)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:180)
	at org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.getRevisionNumber(SVNBasicDelegate.java:480)
	at org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.getLocations(SVNBasicDelegate.java:833)
	at org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.createRepository(SVNBasicDelegate.java:527)
	at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.doCheckout(SVNUpdateClient16.java:875)
	at org.tmatesoft.svn.core.internal.wc2.old.SvnOldCheckout.run(SvnOldCheckout.java:19)
	at org.tmatesoft.svn.core.internal.wc2.old.SvnOldCheckout.run(SvnOldCheckout.java:8)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:20)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1238)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:777)
	at hudson.scm.subversion.CheckoutUpdater$1.perform(CheckoutUpdater.java:99)
	... 14 more
Caused by: svn: E175002: OPTIONS /repos/asf/nutch/trunk failed
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:154)
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:97)
	... 33 more
Caused by: org.tmatesoft.svn.core.SVNException: svn: E175002: OPTIONS request failed on '/repos/asf/nutch/trunk'
svn: E175002: timed out waiting for server
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:777)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:382)
	... 32 more
Caused by: svn: E175002: OPTIONS request failed on '/repos/asf/nutch/trunk'
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:775)
	... 33 more
Caused by: svn: E175002: timed out waiting for server
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:514)
	... 33 more
Caused by: java.net.SocketTimeoutException: connect timed out
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:327)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:193)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:385)
	at java.net.Socket.connect(Socket.java:546)
	at org.tmatesoft.svn.core.internal.util.SVNSocketConnection.run(SVNSocketConnection.java:57)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	... 5 more
Publishing Javadoc

Build failed in Jenkins: Nutch-trunk #2470

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Nutch-trunk/2470/>

------------------------------------------
[...truncated 3387 lines...]

init:
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-host/classes>
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-host>

init-plugin:

deps-jar:

clean-lib:

resolve-default:
[ivy:resolve] :: loading settings :: file = <https://builds.apache.org/job/Nutch-trunk/ws/trunk/ivy/ivysettings.xml>

compile:
     [echo] Compiling plugin: urlnormalizer-host
    [javac] Compiling 1 source file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-host/classes>
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] 1 warning

jar:
      [jar] Building jar: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-host/urlnormalizer-host.jar>

deps-test:

deploy:
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-host>

copy-generated-lib:
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-host>

init:
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-pass>
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-pass/classes>
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-pass/test>
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-pass>

init-plugin:

deps-jar:

clean-lib:

resolve-default:
[ivy:resolve] :: loading settings :: file = <https://builds.apache.org/job/Nutch-trunk/ws/trunk/ivy/ivysettings.xml>

compile:
     [echo] Compiling plugin: urlnormalizer-pass
    [javac] Compiling 1 source file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-pass/classes>
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] 1 warning

jar:
      [jar] Building jar: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-pass/urlnormalizer-pass.jar>

deps-test:

deploy:
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-pass>

copy-generated-lib:
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-pass>

init:
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-querystring>
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-querystring/classes>
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-querystring/test>
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-querystring>

init-plugin:

deps-jar:

clean-lib:

resolve-default:
[ivy:resolve] :: loading settings :: file = <https://builds.apache.org/job/Nutch-trunk/ws/trunk/ivy/ivysettings.xml>

compile:
     [echo] Compiling plugin: urlnormalizer-querystring
    [javac] Compiling 1 source file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-querystring/classes>
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] 1 warning

jar:
      [jar] Building jar: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-querystring/urlnormalizer-querystring.jar>

deps-test:

deploy:
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-querystring>

copy-generated-lib:
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-querystring>
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-regex/test/data>
     [copy] Copying 4 files to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-regex/test/data>

init:
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-regex/classes>
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-regex>

init-plugin:

deps-jar:

clean-lib:

resolve-default:
[ivy:resolve] :: loading settings :: file = <https://builds.apache.org/job/Nutch-trunk/ws/trunk/ivy/ivysettings.xml>

compile:
     [echo] Compiling plugin: urlnormalizer-regex
    [javac] Compiling 1 source file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-regex/classes>
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] 1 warning

jar:
      [jar] Building jar: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-regex/urlnormalizer-regex.jar>

deps-test:

init:

init-plugin:

clean-lib:

resolve-default:
[ivy:resolve] :: loading settings :: file = <https://builds.apache.org/job/Nutch-trunk/ws/trunk/ivy/ivysettings.xml>

compile:

jar:

deps-test:

deploy:

copy-generated-lib:

deploy:
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-regex>

copy-generated-lib:
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-regex>

compile:

job:
      [jar] Building jar: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/apache-nutch-1.8-SNAPSHOT.job>

resolve-test:
  [taskdef] Could not load definitions from resource org/sonar/ant/antlib.xml. It could not be found.

copy-libs:

compile-core-test:
    [javac] Compiling 33 source files to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/test/classes>
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] 1 warning

test-core:
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/test/data>
     [copy] Copying 90 files to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/test/data>
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/test/classes>
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/test/classes>
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/test/classes>
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/test/classes>
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/test/classes>
    [junit] WARNING: multiple versions of ant detected in path for junit 
    [junit]          jar:file:/home/hudson/tools/ant/latest/lib/ant.jar!/org/apache/tools/ant/Project.class
    [junit]      and jar:<https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/lib/ant-1.6.5.jar!/org/apache/tools/ant/Project.class>
    [junit] Running org.apache.nutch.crawl.TestCrawlDbFilter
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.233 sec
    [junit] Test org.apache.nutch.crawl.TestCrawlDbFilter FAILED
    [junit] Running org.apache.nutch.crawl.TestCrawlDbMerger
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.226 sec
    [junit] Test org.apache.nutch.crawl.TestCrawlDbMerger FAILED
    [junit] Running org.apache.nutch.crawl.TestGenerator
    [junit] Tests run: 4, Failures: 0, Errors: 4, Time elapsed: 0.262 sec
    [junit] Test org.apache.nutch.crawl.TestGenerator FAILED
    [junit] Running org.apache.nutch.crawl.TestInjector
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.208 sec
    [junit] Test org.apache.nutch.crawl.TestInjector FAILED
    [junit] Running org.apache.nutch.crawl.TestLinkDbMerger
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.208 sec
    [junit] Test org.apache.nutch.crawl.TestLinkDbMerger FAILED
    [junit] Running org.apache.nutch.crawl.TestSignatureFactory
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.225 sec
    [junit] Test org.apache.nutch.crawl.TestSignatureFactory FAILED
    [junit] Running org.apache.nutch.fetcher.TestFetcher
    [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 0.229 sec
    [junit] Test org.apache.nutch.fetcher.TestFetcher FAILED
    [junit] Running org.apache.nutch.indexer.TestIndexingFilters
    [junit] Tests run: 3, Failures: 0, Errors: 3, Time elapsed: 0.297 sec
    [junit] Test org.apache.nutch.indexer.TestIndexingFilters FAILED
    [junit] Running org.apache.nutch.metadata.TestMetadata
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.114 sec
    [junit] Running org.apache.nutch.metadata.TestSpellCheckedMetadata
    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 3.126 sec
    [junit] Running org.apache.nutch.net.TestURLFilters
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.216 sec
    [junit] Test org.apache.nutch.net.TestURLFilters FAILED
    [junit] Running org.apache.nutch.net.TestURLNormalizers
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.214 sec
    [junit] Test org.apache.nutch.net.TestURLNormalizers FAILED
    [junit] Running org.apache.nutch.parse.TestOutlinkExtractor
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.049 sec
    [junit] Running org.apache.nutch.parse.TestParseData
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.028 sec
    [junit] Running org.apache.nutch.parse.TestParseText
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.114 sec
    [junit] Running org.apache.nutch.parse.TestParserFactory
    [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 0.248 sec
    [junit] Test org.apache.nutch.parse.TestParserFactory FAILED
    [junit] Running org.apache.nutch.plugin.TestPluginSystem
    [junit] Tests run: 7, Failures: 0, Errors: 7, Time elapsed: 0.4 sec
    [junit] Test org.apache.nutch.plugin.TestPluginSystem FAILED
    [junit] Running org.apache.nutch.protocol.TestContent
    [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0.43 sec
    [junit] Test org.apache.nutch.protocol.TestContent FAILED
    [junit] Running org.apache.nutch.protocol.TestProtocolFactory
    [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 0.252 sec
    [junit] Test org.apache.nutch.protocol.TestProtocolFactory FAILED
    [junit] Running org.apache.nutch.segment.TestSegmentMerger
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.214 sec
    [junit] Test org.apache.nutch.segment.TestSegmentMerger FAILED
    [junit] Running org.apache.nutch.util.TestEncodingDetector
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.041 sec
    [junit] Test org.apache.nutch.util.TestEncodingDetector FAILED
    [junit] Running org.apache.nutch.util.TestGZIPUtils
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.552 sec
    [junit] Running org.apache.nutch.util.TestNodeWalker
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.22 sec
    [junit] Running org.apache.nutch.util.TestPrefixStringMatcher
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.064 sec
    [junit] Running org.apache.nutch.util.TestStringUtil
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.006 sec
    [junit] Running org.apache.nutch.util.TestSuffixStringMatcher
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.062 sec
    [junit] Running org.apache.nutch.util.TestURLUtil
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.713 sec

BUILD FAILED
<https://builds.apache.org/job/Nutch-trunk/ws/trunk/build.xml>:433: Tests failed!

Total time: 1 minute 5 seconds
Build step 'Invoke Ant' marked build as failure
Publishing Javadoc

Build failed in Jenkins: Nutch-trunk #2469

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Nutch-trunk/2469/>

------------------------------------------
[...truncated 3407 lines...]
init:
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-host/classes>
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-host>

init-plugin:

deps-jar:

clean-lib:

resolve-default:
[ivy:resolve] :: loading settings :: file = <https://builds.apache.org/job/Nutch-trunk/ws/trunk/ivy/ivysettings.xml>

compile:
     [echo] Compiling plugin: urlnormalizer-host
    [javac] Compiling 1 source file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-host/classes>
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] 1 warning

jar:
      [jar] Building jar: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-host/urlnormalizer-host.jar>

deps-test:

deploy:
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-host>

copy-generated-lib:
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-host>

init:
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-pass>
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-pass/classes>
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-pass/test>
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-pass>

init-plugin:

deps-jar:

clean-lib:

resolve-default:
[ivy:resolve] :: loading settings :: file = <https://builds.apache.org/job/Nutch-trunk/ws/trunk/ivy/ivysettings.xml>

compile:
     [echo] Compiling plugin: urlnormalizer-pass
    [javac] Compiling 1 source file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-pass/classes>
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] 1 warning

jar:
      [jar] Building jar: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-pass/urlnormalizer-pass.jar>

deps-test:

deploy:
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-pass>

copy-generated-lib:
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-pass>

init:
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-querystring>
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-querystring/classes>
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-querystring/test>
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-querystring>

init-plugin:

deps-jar:

clean-lib:

resolve-default:
[ivy:resolve] :: loading settings :: file = <https://builds.apache.org/job/Nutch-trunk/ws/trunk/ivy/ivysettings.xml>

compile:
     [echo] Compiling plugin: urlnormalizer-querystring
    [javac] Compiling 1 source file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-querystring/classes>
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] 1 warning

jar:
      [jar] Building jar: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-querystring/urlnormalizer-querystring.jar>

deps-test:

deploy:
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-querystring>

copy-generated-lib:
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-querystring>
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-regex/test/data>
     [copy] Copying 4 files to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-regex/test/data>

init:
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-regex/classes>
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-regex>

init-plugin:

deps-jar:

clean-lib:

resolve-default:
[ivy:resolve] :: loading settings :: file = <https://builds.apache.org/job/Nutch-trunk/ws/trunk/ivy/ivysettings.xml>

compile:
     [echo] Compiling plugin: urlnormalizer-regex
    [javac] Compiling 1 source file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-regex/classes>
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] 1 warning

jar:
      [jar] Building jar: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-regex/urlnormalizer-regex.jar>

deps-test:

init:

init-plugin:

clean-lib:

resolve-default:
[ivy:resolve] :: loading settings :: file = <https://builds.apache.org/job/Nutch-trunk/ws/trunk/ivy/ivysettings.xml>

compile:

jar:

deps-test:

deploy:

copy-generated-lib:

deploy:
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-regex>

copy-generated-lib:
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-regex>

compile:

job:
      [jar] Building jar: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/apache-nutch-1.8-SNAPSHOT.job>

resolve-test:
  [taskdef] Could not load definitions from resource org/sonar/ant/antlib.xml. It could not be found.

copy-libs:

compile-core-test:
    [javac] Compiling 33 source files to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/test/classes>
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] 1 warning

test-core:
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/test/data>
     [copy] Copying 90 files to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/test/data>
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/test/classes>
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/test/classes>
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/test/classes>
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/test/classes>
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/test/classes>
    [junit] WARNING: multiple versions of ant detected in path for junit 
    [junit]          jar:file:/home/hudson/tools/ant/latest/lib/ant.jar!/org/apache/tools/ant/Project.class
    [junit]      and jar:<https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/lib/ant-1.6.5.jar!/org/apache/tools/ant/Project.class>
    [junit] Running org.apache.nutch.crawl.TestCrawlDbFilter
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.225 sec
    [junit] Test org.apache.nutch.crawl.TestCrawlDbFilter FAILED
    [junit] Running org.apache.nutch.crawl.TestCrawlDbMerger
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.225 sec
    [junit] Test org.apache.nutch.crawl.TestCrawlDbMerger FAILED
    [junit] Running org.apache.nutch.crawl.TestGenerator
    [junit] Tests run: 4, Failures: 0, Errors: 4, Time elapsed: 0.268 sec
    [junit] Test org.apache.nutch.crawl.TestGenerator FAILED
    [junit] Running org.apache.nutch.crawl.TestInjector
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.206 sec
    [junit] Test org.apache.nutch.crawl.TestInjector FAILED
    [junit] Running org.apache.nutch.crawl.TestLinkDbMerger
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.209 sec
    [junit] Test org.apache.nutch.crawl.TestLinkDbMerger FAILED
    [junit] Running org.apache.nutch.crawl.TestSignatureFactory
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.224 sec
    [junit] Test org.apache.nutch.crawl.TestSignatureFactory FAILED
    [junit] Running org.apache.nutch.fetcher.TestFetcher
    [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 0.227 sec
    [junit] Test org.apache.nutch.fetcher.TestFetcher FAILED
    [junit] Running org.apache.nutch.indexer.TestIndexingFilters
    [junit] Tests run: 3, Failures: 0, Errors: 3, Time elapsed: 0.305 sec
    [junit] Test org.apache.nutch.indexer.TestIndexingFilters FAILED
    [junit] Running org.apache.nutch.metadata.TestMetadata
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.113 sec
    [junit] Running org.apache.nutch.metadata.TestSpellCheckedMetadata
    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 3.096 sec
    [junit] Running org.apache.nutch.net.TestURLFilters
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.213 sec
    [junit] Test org.apache.nutch.net.TestURLFilters FAILED
    [junit] Running org.apache.nutch.net.TestURLNormalizers
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.214 sec
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.214 sec
    [junit] Test org.apache.nutch.net.TestURLNormalizers FAILED
    [junit] Running org.apache.nutch.parse.TestOutlinkExtractor
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.049 sec
    [junit] Running org.apache.nutch.parse.TestParseData
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.029 sec
    [junit] Running org.apache.nutch.parse.TestParseText
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.114 sec
    [junit] Running org.apache.nutch.parse.TestParserFactory
    [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 0.25 sec
    [junit] Test org.apache.nutch.parse.TestParserFactory FAILED
    [junit] Running org.apache.nutch.plugin.TestPluginSystem
    [junit] Tests run: 7, Failures: 0, Errors: 7, Time elapsed: 0.4 sec
    [junit] Test org.apache.nutch.plugin.TestPluginSystem FAILED
    [junit] Running org.apache.nutch.protocol.TestContent
    [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0.421 sec
    [junit] Test org.apache.nutch.protocol.TestContent FAILED
    [junit] Running org.apache.nutch.protocol.TestProtocolFactory
    [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 0.25 sec
    [junit] Test org.apache.nutch.protocol.TestProtocolFactory FAILED
    [junit] Running org.apache.nutch.segment.TestSegmentMerger
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.221 sec
    [junit] Test org.apache.nutch.segment.TestSegmentMerger FAILED
    [junit] Running org.apache.nutch.util.TestEncodingDetector
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.044 sec
    [junit] Test org.apache.nutch.util.TestEncodingDetector FAILED
    [junit] Running org.apache.nutch.util.TestGZIPUtils
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.566 sec
    [junit] Running org.apache.nutch.util.TestNodeWalker
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.225 sec
    [junit] Running org.apache.nutch.util.TestPrefixStringMatcher
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.063 sec
    [junit] Running org.apache.nutch.util.TestStringUtil
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.006 sec
    [junit] Running org.apache.nutch.util.TestSuffixStringMatcher
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.06 sec
    [junit] Running org.apache.nutch.util.TestURLUtil
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.826 sec

BUILD FAILED
<https://builds.apache.org/job/Nutch-trunk/ws/trunk/build.xml>:433: Tests failed!

Total time: 58 seconds
Build step 'Invoke Ant' marked build as failure
Publishing Javadoc

Build failed in Jenkins: Nutch-trunk #2468

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Nutch-trunk/2468/>

------------------------------------------
[...truncated 3380 lines...]

init:
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-host/classes>
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-host>

init-plugin:

deps-jar:

clean-lib:

resolve-default:
[ivy:resolve] :: loading settings :: file = <https://builds.apache.org/job/Nutch-trunk/ws/trunk/ivy/ivysettings.xml>

compile:
     [echo] Compiling plugin: urlnormalizer-host
    [javac] Compiling 1 source file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-host/classes>
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] 1 warning

jar:
      [jar] Building jar: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-host/urlnormalizer-host.jar>

deps-test:

deploy:
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-host>

copy-generated-lib:
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-host>

init:
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-pass>
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-pass/classes>
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-pass/test>
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-pass>

init-plugin:

deps-jar:

clean-lib:

resolve-default:
[ivy:resolve] :: loading settings :: file = <https://builds.apache.org/job/Nutch-trunk/ws/trunk/ivy/ivysettings.xml>

compile:
     [echo] Compiling plugin: urlnormalizer-pass
    [javac] Compiling 1 source file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-pass/classes>
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] 1 warning

jar:
      [jar] Building jar: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-pass/urlnormalizer-pass.jar>

deps-test:

deploy:
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-pass>

copy-generated-lib:
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-pass>

init:
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-querystring>
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-querystring/classes>
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-querystring/test>
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-querystring>

init-plugin:

deps-jar:

clean-lib:

resolve-default:
[ivy:resolve] :: loading settings :: file = <https://builds.apache.org/job/Nutch-trunk/ws/trunk/ivy/ivysettings.xml>

compile:
     [echo] Compiling plugin: urlnormalizer-querystring
    [javac] Compiling 1 source file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-querystring/classes>
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] 1 warning

jar:
      [jar] Building jar: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-querystring/urlnormalizer-querystring.jar>

deps-test:

deploy:
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-querystring>

copy-generated-lib:
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-querystring>
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-regex/test/data>
     [copy] Copying 4 files to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-regex/test/data>

init:
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-regex/classes>
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-regex>

init-plugin:

deps-jar:

clean-lib:

resolve-default:
[ivy:resolve] :: loading settings :: file = <https://builds.apache.org/job/Nutch-trunk/ws/trunk/ivy/ivysettings.xml>

compile:
     [echo] Compiling plugin: urlnormalizer-regex
    [javac] Compiling 1 source file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-regex/classes>
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] 1 warning

jar:
      [jar] Building jar: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-regex/urlnormalizer-regex.jar>

deps-test:

init:

init-plugin:

clean-lib:

resolve-default:
[ivy:resolve] :: loading settings :: file = <https://builds.apache.org/job/Nutch-trunk/ws/trunk/ivy/ivysettings.xml>

compile:

jar:

deps-test:

deploy:

copy-generated-lib:

deploy:
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-regex>

copy-generated-lib:
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-regex>

compile:

job:
      [jar] Building jar: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/apache-nutch-1.8-SNAPSHOT.job>

resolve-test:
  [taskdef] Could not load definitions from resource org/sonar/ant/antlib.xml. It could not be found.

copy-libs:

compile-core-test:
    [javac] Compiling 33 source files to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/test/classes>
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] 1 warning

test-core:
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/test/data>
     [copy] Copying 90 files to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/test/data>
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/test/classes>
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/test/classes>
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/test/classes>
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/test/classes>
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/test/classes>
    [junit] WARNING: multiple versions of ant detected in path for junit 
    [junit]          jar:file:/home/hudson/tools/ant/latest/lib/ant.jar!/org/apache/tools/ant/Project.class
    [junit]      and jar:<https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/lib/ant-1.6.5.jar!/org/apache/tools/ant/Project.class>
    [junit] Running org.apache.nutch.crawl.TestCrawlDbFilter
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.267 sec
    [junit] Test org.apache.nutch.crawl.TestCrawlDbFilter FAILED
    [junit] Running org.apache.nutch.crawl.TestCrawlDbMerger
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.228 sec
    [junit] Test org.apache.nutch.crawl.TestCrawlDbMerger FAILED
    [junit] Running org.apache.nutch.crawl.TestGenerator
    [junit] Tests run: 4, Failures: 0, Errors: 4, Time elapsed: 0.263 sec
    [junit] Test org.apache.nutch.crawl.TestGenerator FAILED
    [junit] Running org.apache.nutch.crawl.TestInjector
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.205 sec
    [junit] Test org.apache.nutch.crawl.TestInjector FAILED
    [junit] Running org.apache.nutch.crawl.TestLinkDbMerger
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.209 sec
    [junit] Test org.apache.nutch.crawl.TestLinkDbMerger FAILED
    [junit] Running org.apache.nutch.crawl.TestSignatureFactory
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.227 sec
    [junit] Test org.apache.nutch.crawl.TestSignatureFactory FAILED
    [junit] Running org.apache.nutch.fetcher.TestFetcher
    [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 0.226 sec
    [junit] Test org.apache.nutch.fetcher.TestFetcher FAILED
    [junit] Running org.apache.nutch.indexer.TestIndexingFilters
    [junit] Tests run: 3, Failures: 0, Errors: 3, Time elapsed: 0.297 sec
    [junit] Test org.apache.nutch.indexer.TestIndexingFilters FAILED
    [junit] Running org.apache.nutch.metadata.TestMetadata
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.114 sec
    [junit] Running org.apache.nutch.metadata.TestSpellCheckedMetadata
    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 2.876 sec
    [junit] Running org.apache.nutch.net.TestURLFilters
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.214 sec
    [junit] Test org.apache.nutch.net.TestURLFilters FAILED
    [junit] Running org.apache.nutch.net.TestURLNormalizers
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.214 sec
    [junit] Test org.apache.nutch.net.TestURLNormalizers FAILED
    [junit] Running org.apache.nutch.parse.TestOutlinkExtractor
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.049 sec
    [junit] Running org.apache.nutch.parse.TestParseData
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.028 sec
    [junit] Running org.apache.nutch.parse.TestParseText
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.115 sec
    [junit] Running org.apache.nutch.parse.TestParserFactory
    [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 0.25 sec
    [junit] Test org.apache.nutch.parse.TestParserFactory FAILED
    [junit] Running org.apache.nutch.plugin.TestPluginSystem
    [junit] Tests run: 7, Failures: 0, Errors: 7, Time elapsed: 0.4 sec
    [junit] Test org.apache.nutch.plugin.TestPluginSystem FAILED
    [junit] Running org.apache.nutch.protocol.TestContent
    [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0.416 sec
    [junit] Test org.apache.nutch.protocol.TestContent FAILED
    [junit] Running org.apache.nutch.protocol.TestProtocolFactory
    [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 0.249 sec
    [junit] Test org.apache.nutch.protocol.TestProtocolFactory FAILED
    [junit] Running org.apache.nutch.segment.TestSegmentMerger
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.217 sec
    [junit] Test org.apache.nutch.segment.TestSegmentMerger FAILED
    [junit] Running org.apache.nutch.util.TestEncodingDetector
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.041 sec
    [junit] Test org.apache.nutch.util.TestEncodingDetector FAILED
    [junit] Running org.apache.nutch.util.TestGZIPUtils
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.56 sec
    [junit] Running org.apache.nutch.util.TestNodeWalker
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.228 sec
    [junit] Running org.apache.nutch.util.TestPrefixStringMatcher
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.063 sec
    [junit] Running org.apache.nutch.util.TestStringUtil
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.006 sec
    [junit] Running org.apache.nutch.util.TestSuffixStringMatcher
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.059 sec
    [junit] Running org.apache.nutch.util.TestURLUtil
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.781 sec

BUILD FAILED
<https://builds.apache.org/job/Nutch-trunk/ws/trunk/build.xml>:433: Tests failed!

Total time: 54 seconds
Build step 'Invoke Ant' marked build as failure
Publishing Javadoc

Build failed in Jenkins: Nutch-trunk #2467

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Nutch-trunk/2467/>

------------------------------------------
[...truncated 3432 lines...]

init:
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-host/classes>
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-host>

init-plugin:

deps-jar:

clean-lib:

resolve-default:
[ivy:resolve] :: loading settings :: file = <https://builds.apache.org/job/Nutch-trunk/ws/trunk/ivy/ivysettings.xml>

compile:
     [echo] Compiling plugin: urlnormalizer-host
    [javac] Compiling 1 source file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-host/classes>
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] 1 warning

jar:
      [jar] Building jar: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-host/urlnormalizer-host.jar>

deps-test:

deploy:
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-host>

copy-generated-lib:
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-host>

init:
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-pass>
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-pass/classes>
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-pass/test>
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-pass>

init-plugin:

deps-jar:

clean-lib:

resolve-default:
[ivy:resolve] :: loading settings :: file = <https://builds.apache.org/job/Nutch-trunk/ws/trunk/ivy/ivysettings.xml>

compile:
     [echo] Compiling plugin: urlnormalizer-pass
    [javac] Compiling 1 source file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-pass/classes>
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] 1 warning

jar:
      [jar] Building jar: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-pass/urlnormalizer-pass.jar>

deps-test:

deploy:
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-pass>

copy-generated-lib:
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-pass>

init:
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-querystring>
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-querystring/classes>
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-querystring/test>
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-querystring>

init-plugin:

deps-jar:

clean-lib:

resolve-default:
[ivy:resolve] :: loading settings :: file = <https://builds.apache.org/job/Nutch-trunk/ws/trunk/ivy/ivysettings.xml>

compile:
     [echo] Compiling plugin: urlnormalizer-querystring
    [javac] Compiling 1 source file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-querystring/classes>
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] 1 warning

jar:
      [jar] Building jar: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-querystring/urlnormalizer-querystring.jar>

deps-test:

deploy:
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-querystring>

copy-generated-lib:
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-querystring>
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-regex/test/data>
     [copy] Copying 4 files to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-regex/test/data>

init:
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-regex/classes>
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-regex>

init-plugin:

deps-jar:

clean-lib:

resolve-default:
[ivy:resolve] :: loading settings :: file = <https://builds.apache.org/job/Nutch-trunk/ws/trunk/ivy/ivysettings.xml>

compile:
     [echo] Compiling plugin: urlnormalizer-regex
    [javac] Compiling 1 source file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-regex/classes>
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] 1 warning

jar:
      [jar] Building jar: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-regex/urlnormalizer-regex.jar>

deps-test:

init:

init-plugin:

clean-lib:

resolve-default:
[ivy:resolve] :: loading settings :: file = <https://builds.apache.org/job/Nutch-trunk/ws/trunk/ivy/ivysettings.xml>

compile:

jar:

deps-test:

deploy:

copy-generated-lib:

deploy:
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-regex>

copy-generated-lib:
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-regex>

compile:

job:
      [jar] Building jar: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/apache-nutch-1.8-SNAPSHOT.job>

resolve-test:
  [taskdef] Could not load definitions from resource org/sonar/ant/antlib.xml. It could not be found.

copy-libs:

compile-core-test:
    [javac] Compiling 33 source files to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/test/classes>
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] 1 warning

test-core:
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/test/data>
     [copy] Copying 90 files to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/test/data>
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/test/classes>
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/test/classes>
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/test/classes>
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/test/classes>
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/test/classes>
    [junit] WARNING: multiple versions of ant detected in path for junit 
    [junit]          jar:file:/home/hudson/tools/ant/latest/lib/ant.jar!/org/apache/tools/ant/Project.class
    [junit]      and jar:<https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/lib/ant-1.6.5.jar!/org/apache/tools/ant/Project.class>
    [junit] Running org.apache.nutch.crawl.TestCrawlDbFilter
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.443 sec
    [junit] Test org.apache.nutch.crawl.TestCrawlDbFilter FAILED
    [junit] Running org.apache.nutch.crawl.TestCrawlDbMerger
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.227 sec
    [junit] Test org.apache.nutch.crawl.TestCrawlDbMerger FAILED
    [junit] Running org.apache.nutch.crawl.TestGenerator
    [junit] Tests run: 4, Failures: 0, Errors: 4, Time elapsed: 0.262 sec
    [junit] Test org.apache.nutch.crawl.TestGenerator FAILED
    [junit] Running org.apache.nutch.crawl.TestInjector
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.206 sec
    [junit] Test org.apache.nutch.crawl.TestInjector FAILED
    [junit] Running org.apache.nutch.crawl.TestLinkDbMerger
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.209 sec
    [junit] Test org.apache.nutch.crawl.TestLinkDbMerger FAILED
    [junit] Running org.apache.nutch.crawl.TestSignatureFactory
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.226 sec
    [junit] Test org.apache.nutch.crawl.TestSignatureFactory FAILED
    [junit] Running org.apache.nutch.fetcher.TestFetcher
    [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 0.227 sec
    [junit] Test org.apache.nutch.fetcher.TestFetcher FAILED
    [junit] Running org.apache.nutch.indexer.TestIndexingFilters
    [junit] Tests run: 3, Failures: 0, Errors: 3, Time elapsed: 0.296 sec
    [junit] Test org.apache.nutch.indexer.TestIndexingFilters FAILED
    [junit] Running org.apache.nutch.metadata.TestMetadata
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.126 sec
    [junit] Running org.apache.nutch.metadata.TestSpellCheckedMetadata
    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 2.936 sec
    [junit] Running org.apache.nutch.net.TestURLFilters
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.215 sec
    [junit] Test org.apache.nutch.net.TestURLFilters FAILED
    [junit] Running org.apache.nutch.net.TestURLNormalizers
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.215 sec
    [junit] Test org.apache.nutch.net.TestURLNormalizers FAILED
    [junit] Running org.apache.nutch.parse.TestOutlinkExtractor
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.049 sec
    [junit] Running org.apache.nutch.parse.TestParseData
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.028 sec
    [junit] Running org.apache.nutch.parse.TestParseText
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.115 sec
    [junit] Running org.apache.nutch.parse.TestParserFactory
    [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 0.248 sec
    [junit] Test org.apache.nutch.parse.TestParserFactory FAILED
    [junit] Running org.apache.nutch.plugin.TestPluginSystem
    [junit] Tests run: 7, Failures: 0, Errors: 7, Time elapsed: 0.4 sec
    [junit] Test org.apache.nutch.plugin.TestPluginSystem FAILED
    [junit] Running org.apache.nutch.protocol.TestContent
    [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0.44 sec
    [junit] Test org.apache.nutch.protocol.TestContent FAILED
    [junit] Running org.apache.nutch.protocol.TestProtocolFactory
    [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 0.249 sec
    [junit] Test org.apache.nutch.protocol.TestProtocolFactory FAILED
    [junit] Running org.apache.nutch.segment.TestSegmentMerger
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.217 sec
    [junit] Test org.apache.nutch.segment.TestSegmentMerger FAILED
    [junit] Running org.apache.nutch.util.TestEncodingDetector
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.041 sec
    [junit] Test org.apache.nutch.util.TestEncodingDetector FAILED
    [junit] Running org.apache.nutch.util.TestGZIPUtils
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.563 sec
    [junit] Running org.apache.nutch.util.TestNodeWalker
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.23 sec
    [junit] Running org.apache.nutch.util.TestPrefixStringMatcher
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.057 sec
    [junit] Running org.apache.nutch.util.TestStringUtil
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.006 sec
    [junit] Running org.apache.nutch.util.TestSuffixStringMatcher
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.056 sec
    [junit] Running org.apache.nutch.util.TestURLUtil
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.787 sec

BUILD FAILED
<https://builds.apache.org/job/Nutch-trunk/ws/trunk/build.xml>:433: Tests failed!

Total time: 59 seconds
Build step 'Invoke Ant' marked build as failure
Publishing Javadoc

Build failed in Jenkins: Nutch-trunk #2466

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Nutch-trunk/2466/>

------------------------------------------
[...truncated 3386 lines...]

init:
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-host/classes>
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-host>

init-plugin:

deps-jar:

clean-lib:

resolve-default:
[ivy:resolve] :: loading settings :: file = <https://builds.apache.org/job/Nutch-trunk/ws/trunk/ivy/ivysettings.xml>

compile:
     [echo] Compiling plugin: urlnormalizer-host
    [javac] Compiling 1 source file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-host/classes>
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] 1 warning

jar:
      [jar] Building jar: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-host/urlnormalizer-host.jar>

deps-test:

deploy:
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-host>

copy-generated-lib:
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-host>

init:
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-pass>
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-pass/classes>
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-pass/test>
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-pass>

init-plugin:

deps-jar:

clean-lib:

resolve-default:
[ivy:resolve] :: loading settings :: file = <https://builds.apache.org/job/Nutch-trunk/ws/trunk/ivy/ivysettings.xml>

compile:
     [echo] Compiling plugin: urlnormalizer-pass
    [javac] Compiling 1 source file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-pass/classes>
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] 1 warning

jar:
      [jar] Building jar: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-pass/urlnormalizer-pass.jar>

deps-test:

deploy:
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-pass>

copy-generated-lib:
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-pass>

init:
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-querystring>
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-querystring/classes>
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-querystring/test>
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-querystring>

init-plugin:

deps-jar:

clean-lib:

resolve-default:
[ivy:resolve] :: loading settings :: file = <https://builds.apache.org/job/Nutch-trunk/ws/trunk/ivy/ivysettings.xml>

compile:
     [echo] Compiling plugin: urlnormalizer-querystring
    [javac] Compiling 1 source file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-querystring/classes>
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] 1 warning

jar:
      [jar] Building jar: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-querystring/urlnormalizer-querystring.jar>

deps-test:

deploy:
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-querystring>

copy-generated-lib:
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-querystring>
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-regex/test/data>
     [copy] Copying 4 files to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-regex/test/data>

init:
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-regex/classes>
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-regex>

init-plugin:

deps-jar:

clean-lib:

resolve-default:
[ivy:resolve] :: loading settings :: file = <https://builds.apache.org/job/Nutch-trunk/ws/trunk/ivy/ivysettings.xml>

compile:
     [echo] Compiling plugin: urlnormalizer-regex
    [javac] Compiling 1 source file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-regex/classes>
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] 1 warning

jar:
      [jar] Building jar: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/urlnormalizer-regex/urlnormalizer-regex.jar>

deps-test:

init:

init-plugin:

clean-lib:

resolve-default:
[ivy:resolve] :: loading settings :: file = <https://builds.apache.org/job/Nutch-trunk/ws/trunk/ivy/ivysettings.xml>

compile:

jar:

deps-test:

deploy:

copy-generated-lib:

deploy:
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-regex>

copy-generated-lib:
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/plugins/urlnormalizer-regex>

compile:

job:
      [jar] Building jar: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/apache-nutch-1.8-SNAPSHOT.job>

resolve-test:
  [taskdef] Could not load definitions from resource org/sonar/ant/antlib.xml. It could not be found.

copy-libs:

compile-core-test:
    [javac] Compiling 33 source files to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/test/classes>
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] 1 warning

test-core:
    [mkdir] Created dir: <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/test/data>
     [copy] Copying 90 files to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/test/data>
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/test/classes>
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/test/classes>
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/test/classes>
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/test/classes>
     [copy] Copying 1 file to <https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/test/classes>
    [junit] WARNING: multiple versions of ant detected in path for junit 
    [junit]          jar:file:/home/hudson/tools/ant/latest/lib/ant.jar!/org/apache/tools/ant/Project.class
    [junit]      and jar:<https://builds.apache.org/job/Nutch-trunk/ws/trunk/build/lib/ant-1.6.5.jar!/org/apache/tools/ant/Project.class>
    [junit] Running org.apache.nutch.crawl.TestCrawlDbFilter
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.526 sec
    [junit] Test org.apache.nutch.crawl.TestCrawlDbFilter FAILED
    [junit] Running org.apache.nutch.crawl.TestCrawlDbMerger
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.226 sec
    [junit] Test org.apache.nutch.crawl.TestCrawlDbMerger FAILED
    [junit] Running org.apache.nutch.crawl.TestGenerator
    [junit] Tests run: 4, Failures: 0, Errors: 4, Time elapsed: 0.263 sec
    [junit] Test org.apache.nutch.crawl.TestGenerator FAILED
    [junit] Running org.apache.nutch.crawl.TestInjector
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.206 sec
    [junit] Test org.apache.nutch.crawl.TestInjector FAILED
    [junit] Running org.apache.nutch.crawl.TestLinkDbMerger
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.208 sec
    [junit] Test org.apache.nutch.crawl.TestLinkDbMerger FAILED
    [junit] Running org.apache.nutch.crawl.TestSignatureFactory
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.226 sec
    [junit] Test org.apache.nutch.crawl.TestSignatureFactory FAILED
    [junit] Running org.apache.nutch.fetcher.TestFetcher
    [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 0.224 sec
    [junit] Test org.apache.nutch.fetcher.TestFetcher FAILED
    [junit] Running org.apache.nutch.indexer.TestIndexingFilters
    [junit] Tests run: 3, Failures: 0, Errors: 3, Time elapsed: 0.301 sec
    [junit] Test org.apache.nutch.indexer.TestIndexingFilters FAILED
    [junit] Running org.apache.nutch.metadata.TestMetadata
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.114 sec
    [junit] Running org.apache.nutch.metadata.TestSpellCheckedMetadata
    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 3.134 sec
    [junit] Running org.apache.nutch.net.TestURLFilters
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.213 sec
    [junit] Test org.apache.nutch.net.TestURLFilters FAILED
    [junit] Running org.apache.nutch.net.TestURLNormalizers
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.221 sec
    [junit] Test org.apache.nutch.net.TestURLNormalizers FAILED
    [junit] Running org.apache.nutch.parse.TestOutlinkExtractor
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 1.412 sec
    [junit] Running org.apache.nutch.parse.TestParseData
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.028 sec
    [junit] Running org.apache.nutch.parse.TestParseText
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.112 sec
    [junit] Running org.apache.nutch.parse.TestParserFactory
    [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 0.246 sec
    [junit] Test org.apache.nutch.parse.TestParserFactory FAILED
    [junit] Running org.apache.nutch.plugin.TestPluginSystem
    [junit] Tests run: 7, Failures: 0, Errors: 7, Time elapsed: 0.401 sec
    [junit] Test org.apache.nutch.plugin.TestPluginSystem FAILED
    [junit] Running org.apache.nutch.protocol.TestContent
    [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0.445 sec
    [junit] Test org.apache.nutch.protocol.TestContent FAILED
    [junit] Running org.apache.nutch.protocol.TestProtocolFactory
    [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 0.249 sec
    [junit] Test org.apache.nutch.protocol.TestProtocolFactory FAILED
    [junit] Running org.apache.nutch.segment.TestSegmentMerger
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.213 sec
    [junit] Test org.apache.nutch.segment.TestSegmentMerger FAILED
    [junit] Running org.apache.nutch.util.TestEncodingDetector
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.042 sec
    [junit] Test org.apache.nutch.util.TestEncodingDetector FAILED
    [junit] Running org.apache.nutch.util.TestGZIPUtils
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.573 sec
    [junit] Running org.apache.nutch.util.TestNodeWalker
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.22 sec
    [junit] Running org.apache.nutch.util.TestPrefixStringMatcher
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.063 sec
    [junit] Running org.apache.nutch.util.TestStringUtil
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.005 sec
    [junit] Running org.apache.nutch.util.TestSuffixStringMatcher
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.069 sec
    [junit] Running org.apache.nutch.util.TestURLUtil
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.722 sec

BUILD FAILED
<https://builds.apache.org/job/Nutch-trunk/ws/trunk/build.xml>:433: Tests failed!

Total time: 1 minute 7 seconds
Build step 'Invoke Ant' marked build as failure
Publishing Javadoc