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 2018/10/30 15:59:48 UTC

Build failed in Jenkins: Nutch-trunk #3580

See <https://builds.apache.org/job/Nutch-trunk/3580/display/redirect?page=changes>

Changes:

[snagel] NUTCH-2671 Upgrade to ant ivy library - fix order of ant target

------------------------------------------
[...truncated 782.24 KB...]

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

compile:
     [echo] Compiling plugin: urlnormalizer-host

deps-test-compile:

compile-test:
    [javac] Compiling 1 source file to <https://builds.apache.org/job/Nutch-trunk/ws/build/urlnormalizer-host/test>

jar:

deps-test:

deploy:

copy-generated-lib:

test:
     [echo] Testing plugin: urlnormalizer-host
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.352 sec

init:

init-plugin:

deps-jar:

clean-lib:

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

compile:
     [echo] Compiling plugin: urlnormalizer-pass

deps-test-compile:

compile-test:
    [javac] Compiling 1 source file to <https://builds.apache.org/job/Nutch-trunk/ws/build/urlnormalizer-pass/test>

jar:

deps-test:

deploy:

copy-generated-lib:

test:
     [echo] Testing plugin: urlnormalizer-pass
    [junit] Running org.apache.nutch.net.urlnormalizer.host.TestHostURLNormalizer
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.557 sec
    [junit] Running org.apache.nutch.net.urlnormalizer.pass.TestPassURLNormalizer

init:

init-plugin:

deps-jar:

clean-lib:

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

compile:
     [echo] Compiling plugin: urlnormalizer-protocol

deps-test-compile:

compile-test:
    [javac] Compiling 1 source file to <https://builds.apache.org/job/Nutch-trunk/ws/build/urlnormalizer-protocol/test>
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.256 sec

init:

init-plugin:

deps-jar:

clean-lib:

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

compile:
     [echo] Compiling plugin: urlnormalizer-querystring

deps-test-compile:

compile-test:
    [javac] Compiling 1 source file to <https://builds.apache.org/job/Nutch-trunk/ws/build/urlnormalizer-querystring/test>

jar:

deps-test:

deploy:

copy-generated-lib:

test:
     [echo] Testing plugin: urlnormalizer-protocol

jar:

deps-test:

deploy:

copy-generated-lib:

test:
     [echo] Testing plugin: urlnormalizer-querystring
    [junit] Running org.apache.nutch.net.urlnormalizer.protocol.TestProtocolURLNormalizer
    [junit] Running org.apache.nutch.net.urlnormalizer.querystring.TestQuerystringURLNormalizer
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.247 sec

init:

init-plugin:

deps-jar:

clean-lib:

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

compile:
     [echo] Compiling plugin: urlnormalizer-regex

deps-test-compile:

compile-test:
    [javac] Compiling 1 source file to <https://builds.apache.org/job/Nutch-trunk/ws/build/urlnormalizer-regex/test>
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.511 sec

init:

init-plugin:

deps-jar:

clean-lib:

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

compile:
     [echo] Compiling plugin: urlnormalizer-slash

deps-test-compile:

compile-test:
    [javac] Compiling 1 source file to <https://builds.apache.org/job/Nutch-trunk/ws/build/urlnormalizer-slash/test>

jar:

deps-test:

init:

init-plugin:

clean-lib:

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

compile:

jar:

deps-test:

deploy:

copy-generated-lib:

deploy:

copy-generated-lib:

test:
     [echo] Testing plugin: urlnormalizer-regex

jar:

deps-test:

deploy:

copy-generated-lib:

test:
     [echo] Testing plugin: urlnormalizer-slash
    [junit] Running org.apache.nutch.net.urlnormalizer.slash.TestSlashURLNormalizer
    [junit] Running org.apache.nutch.net.urlnormalizer.regex.TestRegexURLNormalizer
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.51 sec
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.458 sec

BUILD FAILED
<https://builds.apache.org/job/Nutch-trunk/ws/build.xml>:516: The following error occurred while executing this line:
<https://builds.apache.org/job/Nutch-trunk/ws/src/plugin/build.xml>:113: The following error occurred while executing this line:
<https://builds.apache.org/job/Nutch-trunk/ws/src/plugin/build-plugin.xml>:230: impossible to ivy retrieve: java.lang.RuntimeException: problem during retrieve of org.apache.nutch#any23: java.lang.RuntimeException: Multiple artifacts of the module org.apache.httpcomponents#httpclient;4.5.3 are retrieved to the same file! Update the retrieve pattern  to fix this error.
	at org.apache.ivy.core.retrieve.RetrieveEngine.retrieve(RetrieveEngine.java:238)
	at org.apache.ivy.Ivy.retrieve(Ivy.java:561)
	at org.apache.ivy.ant.IvyRetrieve.doExecute(IvyRetrieve.java:113)
	at org.apache.ivy.ant.IvyTask.execute(IvyTask.java:259)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
	at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
	at org.apache.tools.ant.Task.perform(Task.java:350)
	at org.apache.tools.ant.Target.execute(Target.java:449)
	at org.apache.tools.ant.Target.performTasks(Target.java:470)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
	at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
	at org.apache.tools.ant.Task.perform(Task.java:350)
	at org.apache.tools.ant.taskdefs.Parallel$TaskRunnable.run(Parallel.java:454)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: Multiple artifacts of the module org.apache.httpcomponents#httpclient;4.5.3 are retrieved to the same file! Update the retrieve pattern  to fix this error.
	at org.apache.ivy.core.retrieve.RetrieveEngine.determineArtifactsToCopy(RetrieveEngine.java:413)
	at org.apache.ivy.core.retrieve.RetrieveEngine.retrieve(RetrieveEngine.java:122)
	... 23 more

Total time: 11 minutes 47 seconds
Build step 'Invoke Ant' marked build as failure
Publishing Javadoc
INFO: Starting to record.
INFO: Processing JUnit
INFO: [JUnit] - 36 test report file(s) were found with the pattern 'build/test/TEST-*.xml' relative to '<https://builds.apache.org/job/Nutch-trunk/ws/'> for the testing framework 'JUnit'.
INFO: Check 'Failed Tests' threshold.
INFO: Check 'Skipped Tests' threshold.
INFO: Setting the build status to FAILURE
INFO: Stopping recording.
[JIRA] Updating issue NUTCH-2671

Build failed in Jenkins: Nutch-trunk #3582

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

------------------------------------------
[...truncated 320.17 KB...]
[ivy:resolve] downloading http://repo1.maven.org/maven2/org/apache/cxf/cxf-rt-rs-client/3.2.6/cxf-rt-rs-client-3.2.6.jar ...
[ivy:resolve] .......... (175kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] 	[SUCCESSFUL ] org.apache.cxf#cxf-rt-rs-client;3.2.6!cxf-rt-rs-client.jar(bundle) (23ms)
[ivy:resolve] downloading http://repo1.maven.org/maven2/org/apache/opennlp/opennlp-tools/1.9.0/opennlp-tools-1.9.0.jar ...
[ivy:resolve] ......................................................... (1216kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] 	[SUCCESSFUL ] org.apache.opennlp#opennlp-tools;1.9.0!opennlp-tools.jar(bundle) (39ms)
[ivy:resolve] downloading http://repo1.maven.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.jar ...
[ivy:resolve] ........... (209kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] 	[SUCCESSFUL ] commons-io#commons-io;2.6!commons-io.jar (22ms)
[ivy:resolve] downloading http://repo1.maven.org/maven2/com/github/openjson/openjson/1.0.10/openjson-1.0.10.jar ...
[ivy:resolve] ... (26kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] 	[SUCCESSFUL ] com.github.openjson#openjson;1.0.10!openjson.jar (20ms)
[ivy:resolve] downloading http://repo1.maven.org/maven2/com/google/code/gson/gson/2.8.5/gson-2.8.5.jar ...
[ivy:resolve] ............. (235kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] 	[SUCCESSFUL ] com.google.code.gson#gson;2.8.5!gson.jar (23ms)
[ivy:resolve] downloading http://repo1.maven.org/maven2/org/slf4j/jul-to-slf4j/1.7.25/jul-to-slf4j-1.7.25.jar ...
[ivy:resolve] .. (4kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] 	[SUCCESSFUL ] org.slf4j#jul-to-slf4j;1.7.25!jul-to-slf4j.jar (20ms)
[ivy:resolve] downloading http://repo1.maven.org/maven2/net/java/dev/jna/jna/4.3.0/jna-4.3.0.jar ...
[ivy:resolve] ............................................ (923kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] 	[SUCCESSFUL ] net.java.dev.jna#jna;4.3.0!jna.jar (34ms)
[ivy:resolve] downloading http://repo1.maven.org/maven2/org/jsoup/jsoup/1.11.3/jsoup-1.11.3.jar ...
[ivy:resolve] .......................... (386kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] 	[SUCCESSFUL ] org.jsoup#jsoup;1.11.3!jsoup.jar (29ms)
[ivy:resolve] downloading http://repo1.maven.org/maven2/org/apache/httpcomponents/httpmime/4.5.6/httpmime-4.5.6.jar ...
[ivy:resolve] ..... (40kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] 	[SUCCESSFUL ] org.apache.httpcomponents#httpmime;4.5.6!httpmime.jar (22ms)
[ivy:resolve] downloading http://repo1.maven.org/maven2/org/apache/sis/core/sis-utility/0.8/sis-utility-0.8.jar ...
[ivy:resolve] ....................................... (812kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] 	[SUCCESSFUL ] org.apache.sis.core#sis-utility;0.8!sis-utility.jar(bundle) (36ms)
[ivy:resolve] downloading http://repo1.maven.org/maven2/org/apache/sis/storage/sis-netcdf/0.8/sis-netcdf-0.8.jar ...
[ivy:resolve] ..... (71kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] 	[SUCCESSFUL ] org.apache.sis.storage#sis-netcdf;0.8!sis-netcdf.jar(bundle) (21ms)
[ivy:resolve] downloading http://repo1.maven.org/maven2/org/apache/sis/core/sis-metadata/0.8/sis-metadata-0.8.jar ...
[ivy:resolve] .............................. (627kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] 	[SUCCESSFUL ] org.apache.sis.core#sis-metadata;0.8!sis-metadata.jar(bundle) (29ms)
[ivy:resolve] downloading http://repo1.maven.org/maven2/org/opengis/geoapi/3.0.1/geoapi-3.0.1.jar ...
[ivy:resolve] ........... (211kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] 	[SUCCESSFUL ] org.opengis#geoapi;3.0.1!geoapi.jar(bundle) (24ms)
[ivy:resolve] downloading http://repo1.maven.org/maven2/org/apache/uima/uimafit-core/2.2.0/uimafit-core-2.2.0.jar ...
[ivy:resolve] .......... (167kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] 	[SUCCESSFUL ] org.apache.uima#uimafit-core;2.2.0!uimafit-core.jar (23ms)
[ivy:resolve] downloading http://repo1.maven.org/maven2/org/apache/uima/uimaj-core/2.9.0/uimaj-core-2.9.0.jar ...
[ivy:resolve] ........................................................................ (1553kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] 	[SUCCESSFUL ] org.apache.uima#uimaj-core;2.9.0!uimaj-core.jar (48ms)
[ivy:resolve] downloading http://repo1.maven.org/maven2/org/jdom/jdom2/2.0.6/jdom2-2.0.6.jar ...
[ivy:resolve] ............... (297kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] 	[SUCCESSFUL ] org.jdom#jdom2;2.0.6!jdom2.jar (23ms)
[ivy:resolve] downloading http://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6.jar ...
[ivy:resolve] ................ (316kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] 	[SUCCESSFUL ] com.fasterxml.jackson.core#jackson-core;2.9.6!jackson-core.jar(bundle) (24ms)
[ivy:resolve] downloading http://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar ...
[ivy:resolve] .............................................................. (1317kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] 	[SUCCESSFUL ] com.fasterxml.jackson.core#jackson-databind;2.9.6!jackson-databind.jar(bundle) (42ms)
[ivy:resolve] downloading http://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.9.6/jackson-annotations-2.9.6.jar ...
[ivy:resolve] ...... (65kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] 	[SUCCESSFUL ] com.fasterxml.jackson.core#jackson-annotations;2.9.6!jackson-annotations.jar(bundle) (22ms)
[ivy:resolve] downloading http://repo1.maven.org/maven2/org/apache/pdfbox/jbig2-imageio/3.0.2/jbig2-imageio-3.0.2.jar ...
[ivy:resolve] ......... (148kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] 	[SUCCESSFUL ] org.apache.pdfbox#jbig2-imageio;3.0.2!jbig2-imageio.jar (21ms)
[ivy:resolve] downloading http://repo1.maven.org/maven2/com/github/jai-imageio/jai-imageio-core/1.4.0/jai-imageio-core-1.4.0.jar ...
[ivy:resolve] .............................. (613kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] 	[SUCCESSFUL ] com.github.jai-imageio#jai-imageio-core;1.4.0!jai-imageio-core.jar(bundle) (32ms)
[ivy:resolve] downloading http://repo1.maven.org/maven2/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.jar ...
[ivy:resolve] ....... (122kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] 	[SUCCESSFUL ] javax.xml.bind#jaxb-api;2.3.0!jaxb-api.jar (23ms)
[ivy:resolve] downloading http://repo1.maven.org/maven2/org/glassfish/jaxb/txw2/2.3.0.1/txw2-2.3.0.1.jar ...
[ivy:resolve] ..... (68kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] 	[SUCCESSFUL ] org.glassfish.jaxb#txw2;2.3.0.1!txw2.jar (21ms)
[ivy:resolve] downloading http://repo1.maven.org/maven2/com/sun/istack/istack-commons-runtime/3.0.5/istack-commons-runtime-3.0.5.jar ...
[ivy:resolve] ... (24kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] 	[SUCCESSFUL ] com.sun.istack#istack-commons-runtime;3.0.5!istack-commons-runtime.jar (20ms)
[ivy:resolve] downloading http://repo1.maven.org/maven2/org/jvnet/staxex/stax-ex/1.7.8/stax-ex-1.7.8.jar ...
[ivy:resolve] ... (32kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] 	[SUCCESSFUL ] org.jvnet.staxex#stax-ex;1.7.8!stax-ex.jar (20ms)
[ivy:resolve] downloading http://repo1.maven.org/maven2/com/sun/xml/fastinfoset/FastInfoset/1.2.13/FastInfoset-1.2.13.jar ...
[ivy:resolve] ................... (289kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] 	[SUCCESSFUL ] com.sun.xml.fastinfoset#FastInfoset;1.2.13!FastInfoset.jar (27ms)
[ivy:resolve] downloading http://repo1.maven.org/maven2/org/apache/pdfbox/fontbox/2.0.12/fontbox-2.0.12.jar ...
[ivy:resolve] ....................................................................... (1520kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] 	[SUCCESSFUL ] org.apache.pdfbox#fontbox;2.0.12!fontbox.jar(bundle) (44ms)
[ivy:resolve] downloading http://repo1.maven.org/maven2/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.jar ...
[ivy:resolve] ..................................... (777kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] 	[SUCCESSFUL ] org.bouncycastle#bcpkix-jdk15on;1.60!bcpkix-jdk15on.jar (33ms)
[ivy:resolve] downloading http://repo1.maven.org/maven2/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar ...
[ivy:resolve] .................................... (735kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] 	[SUCCESSFUL ] org.apache.commons#commons-collections4;4.2!commons-collections4.jar (31ms)
[ivy:resolve] downloading http://repo1.maven.org/maven2/org/apache/poi/poi-ooxml-schemas/4.0.0/poi-ooxml-schemas-4.0.0.jar ...
[ivy:resolve] ....................................................................................................................................................................................................................................................................................................... (6325kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] 	[SUCCESSFUL ] org.apache.poi#poi-ooxml-schemas;4.0.0!poi-ooxml-schemas.jar (145ms)
[ivy:resolve] downloading http://repo1.maven.org/maven2/org/apache/xmlbeans/xmlbeans/3.0.1/xmlbeans-3.0.1.jar ...
[ivy:resolve] ..................................................................................................................... (2521kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] 	[SUCCESSFUL ] org.apache.xmlbeans#xmlbeans;3.0.1!xmlbeans.jar (60ms)
[ivy:resolve] downloading http://repo1.maven.org/maven2/org/apache/cxf/cxf-rt-transports-http/3.2.6/cxf-rt-transports-http-3.2.6.jar ...
[ivy:resolve] .................. (354kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] 	[SUCCESSFUL ] org.apache.cxf#cxf-rt-transports-http;3.2.6!cxf-rt-transports-http.jar(bundle) (26ms)
[ivy:resolve] downloading http://repo1.maven.org/maven2/org/apache/cxf/cxf-core/3.2.6/cxf-core-3.2.6.jar ...
[ivy:resolve] ................................................................ (1367kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] 	[SUCCESSFUL ] org.apache.cxf#cxf-core;3.2.6!cxf-core.jar(bundle) (44ms)
[ivy:resolve] downloading http://repo1.maven.org/maven2/org/apache/cxf/cxf-rt-frontend-jaxrs/3.2.6/cxf-rt-frontend-jaxrs-3.2.6.jar ...
[ivy:resolve] ................................ (664kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] 	[SUCCESSFUL ] org.apache.cxf#cxf-rt-frontend-jaxrs;3.2.6!cxf-rt-frontend-jaxrs.jar(bundle) (31ms)
[ivy:resolve] downloading http://repo1.maven.org/maven2/com/fasterxml/woodstox/woodstox-core/5.1.0/woodstox-core-5.1.0.jar ...
[ivy:resolve] ........................ (501kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] 	[SUCCESSFUL ] com.fasterxml.woodstox#woodstox-core;5.1.0!woodstox-core.jar(bundle) (29ms)
[ivy:resolve] downloading http://repo1.maven.org/maven2/org/codehaus/woodstox/stax2-api/4.1/stax2-api-4.1.jar ...
[ivy:resolve] ........ (165kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] 	[SUCCESSFUL ] org.codehaus.woodstox#stax2-api;4.1!stax2-api.jar(bundle) (23ms)
[ivy:resolve] downloading http://repo1.maven.org/maven2/javax/annotation/javax.annotation-api/1.3/javax.annotation-api-1.3.jar ...
[ivy:resolve] .. (25kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] 	[SUCCESSFUL ] javax.annotation#javax.annotation-api;1.3!javax.annotation-api.jar (21ms)
[ivy:resolve] downloading http://repo1.maven.org/maven2/com/google/guava/guava/17.0/guava-17.0.jar ...
[ivy:resolve] .................................................................................................... (2190kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] 	[SUCCESSFUL ] com.google.guava#guava;17.0!guava.jar(bundle) (60ms)
[ivy:resolve] downloading http://repo1.maven.org/maven2/javax/measure/unit-api/1.0/unit-api-1.0.jar ...
[ivy:resolve] .. (27kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] 	[SUCCESSFUL ] javax.measure#unit-api;1.0!unit-api.jar(bundle) (21ms)
[ivy:resolve] downloading http://repo1.maven.org/maven2/org/apache/sis/storage/sis-storage/0.8/sis-storage-0.8.jar ...
[ivy:resolve] ......... (188kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] 	[SUCCESSFUL ] org.apache.sis.storage#sis-storage;0.8!sis-storage.jar(bundle) (24ms)
[ivy:resolve] downloading http://repo1.maven.org/maven2/org/apache/sis/core/sis-referencing/0.8/sis-referencing-0.8.jar ...
[ivy:resolve] ................................................. (1092kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] 	[SUCCESSFUL ] org.apache.sis.core#sis-referencing;0.8!sis-referencing.jar(bundle) (40ms)
[ivy:resolve] downloading http://repo1.maven.org/maven2/org/apache/sis/core/sis-feature/0.8/sis-feature-0.8.jar ...
[ivy:resolve] ....... (140kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] 	[SUCCESSFUL ] org.apache.sis.core#sis-feature;0.8!sis-feature.jar(bundle) (24ms)
[ivy:resolve] 
[ivy:resolve] :: problems summary ::
[ivy:resolve] :::: WARNINGS
[ivy:resolve] 		[FAILED     ] javax.ws.rs#javax.ws.rs-api;2.1!javax.ws.rs-api.${packaging.type}:  (0ms)
[ivy:resolve] 	==== local: tried
[ivy:resolve] 	  /home/jenkins/.ivy2/local/javax.ws.rs/javax.ws.rs-api/2.1/${packaging.type}s/javax.ws.rs-api.${packaging.type}
[ivy:resolve] 	==== maven2: tried
[ivy:resolve] 	  http://repo1.maven.org/maven2/javax/ws/rs/javax.ws.rs-api/2.1/javax.ws.rs-api-2.1.${packaging.type}
[ivy:resolve] 	==== apache-snapshot: tried
[ivy:resolve] 	  https://repository.apache.org/content/repositories/snapshots/javax/ws/rs/javax.ws.rs-api/2.1/javax.ws.rs-api-2.1.${packaging.type}
[ivy:resolve] 	==== sonatype: tried
[ivy:resolve] 	  http://oss.sonatype.org/content/repositories/releases/javax/ws/rs/javax.ws.rs-api/2.1/javax.ws.rs-api-2.1.${packaging.type}
[ivy:resolve] 		::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve] 		::              FAILED DOWNLOADS            ::
[ivy:resolve] 		:: ^ see resolution messages for details  ^ ::
[ivy:resolve] 		::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve] 		:: javax.ws.rs#javax.ws.rs-api;2.1!javax.ws.rs-api.${packaging.type}
[ivy:resolve] 		::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve] 
[ivy:resolve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS

BUILD FAILED
<https://builds.apache.org/job/Nutch-trunk/ws/build.xml>:116: The following error occurred while executing this line:
<https://builds.apache.org/job/Nutch-trunk/ws/src/plugin/build.xml>:68: The following error occurred while executing this line:
<https://builds.apache.org/job/Nutch-trunk/ws/src/plugin/build-plugin.xml>:229: impossible to resolve dependencies:
	resolve failed - see output for details

Total time: 2 minutes 57 seconds
Build step 'Invoke Ant' marked build as failure
Publishing Javadoc
INFO: Starting to record.
INFO: Processing JUnit
ERROR: Step ?Publish xUnit test result report? aborted due to exception: 
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to H31
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1036)
		at hudson.FilePath.act(FilePath.java:1025)
		at org.jenkinsci.plugins.xunit.XUnitProcessor.processTestsReport(XUnitProcessor.java:174)
		at org.jenkinsci.plugins.xunit.XUnitProcessor.process(XUnitProcessor.java:144)
		at org.jenkinsci.plugins.xunit.XUnitPublisher.perform(XUnitPublisher.java:127)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1819)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
org.jenkinsci.plugins.xunit.service.NoTestFoundException: [JUnit] - No test report file(s) were found with the pattern 'build/test/TEST-*.xml' relative to '<https://builds.apache.org/job/Nutch-trunk/ws/'> for the testing framework 'JUnit'.  Did you enter a pattern relative to (and within) the workspace directory?  Did you generate the result report(s) for 'JUnit'?
	at org.jenkinsci.plugins.xunit.service.XUnitReportProcessorService.findReports(XUnitReportProcessorService.java:81)
	at org.jenkinsci.plugins.xunit.service.XUnitTransformerCallable.invoke(XUnitTransformerCallable.java:84)
	at org.jenkinsci.plugins.xunit.service.XUnitTransformerCallable.invoke(XUnitTransformerCallable.java:39)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.io.IOException: remote file operation failed: <https://builds.apache.org/job/Nutch-trunk/ws/> at hudson.remoting.Channel@4fab4dd3:H31
	at hudson.FilePath.act(FilePath.java:1043)
	at hudson.FilePath.act(FilePath.java:1025)
	at org.jenkinsci.plugins.xunit.XUnitProcessor.processTestsReport(XUnitProcessor.java:174)
	at org.jenkinsci.plugins.xunit.XUnitProcessor.process(XUnitProcessor.java:144)
	at org.jenkinsci.plugins.xunit.XUnitPublisher.perform(XUnitPublisher.java:127)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1819)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)

Build failed in Jenkins: Nutch-trunk #3581

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Nutch-trunk/3581/display/redirect?page=changes>

Changes:

[snagel] NUTCH-2671 Upgrade to ant ivy library - roll back to 2.4.0 to bring

------------------------------------------
[...truncated 9.40 KB...]
    [javac] <https://builds.apache.org/job/Nutch-trunk/ws/src/java/org/apache/nutch/webui/config/CustomDaoFactory.java>:47: error: cannot find symbol
    [javac]   private <T, ID> void register(Dao<T, ID> dao) {
    [javac]                                 ^
    [javac]   symbol:   class Dao
    [javac]   location: class CustomDaoFactory
    [javac] <https://builds.apache.org/job/Nutch-trunk/ws/src/java/org/apache/nutch/webui/config/CustomDaoFactory.java>:53: error: cannot find symbol
    [javac]   public List<Dao<?, ?>> getCreatedDaos() {
    [javac]               ^
    [javac]   symbol:   class Dao
    [javac]   location: class CustomDaoFactory
    [javac] <https://builds.apache.org/job/Nutch-trunk/ws/src/java/org/apache/nutch/webui/config/CustomTableCreator.java>:22: error: cannot find symbol
    [javac] import com.j256.ormlite.dao.BaseDaoImpl;
    [javac]                            ^
    [javac]   symbol:   class BaseDaoImpl
    [javac]   location: package com.j256.ormlite.dao
    [javac] <https://builds.apache.org/job/Nutch-trunk/ws/src/java/org/apache/nutch/webui/config/CustomTableCreator.java>:23: error: cannot find symbol
    [javac] import com.j256.ormlite.dao.Dao;
    [javac]                            ^
    [javac]   symbol:   class Dao
    [javac]   location: package com.j256.ormlite.dao
    [javac] <https://builds.apache.org/job/Nutch-trunk/ws/src/java/org/apache/nutch/webui/config/CustomTableCreator.java>:25: error: cannot find symbol
    [javac] import com.j256.ormlite.table.DatabaseTableConfig;
    [javac]                              ^
    [javac]   symbol:   class DatabaseTableConfig
    [javac]   location: package com.j256.ormlite.table
    [javac] <https://builds.apache.org/job/Nutch-trunk/ws/src/java/org/apache/nutch/webui/config/CustomTableCreator.java>:26: error: cannot find symbol
    [javac] import com.j256.ormlite.table.TableUtils;
    [javac]                              ^
    [javac]   symbol:   class TableUtils
    [javac]   location: package com.j256.ormlite.table
    [javac] <https://builds.apache.org/job/Nutch-trunk/ws/src/java/org/apache/nutch/webui/config/CustomTableCreator.java>:30: error: cannot find symbol
    [javac]   private ConnectionSource connectionSource;
    [javac]           ^
    [javac]   symbol:   class ConnectionSource
    [javac]   location: class CustomTableCreator
    [javac] <https://builds.apache.org/job/Nutch-trunk/ws/src/java/org/apache/nutch/webui/config/CustomTableCreator.java>:31: error: cannot find symbol
    [javac]   private List<Dao<?, ?>> configuredDaos;
    [javac]                ^
    [javac]   symbol:   class Dao
    [javac]   location: class CustomTableCreator
    [javac] <https://builds.apache.org/job/Nutch-trunk/ws/src/java/org/apache/nutch/webui/config/CustomTableCreator.java>:33: error: cannot find symbol
    [javac]   public CustomTableCreator(ConnectionSource connectionSource,
    [javac]                             ^
    [javac]   symbol:   class ConnectionSource
    [javac]   location: class CustomTableCreator
    [javac] <https://builds.apache.org/job/Nutch-trunk/ws/src/java/org/apache/nutch/webui/config/CustomTableCreator.java>:34: error: cannot find symbol
    [javac]       List<Dao<?, ?>> configuredDaos) {
    [javac]            ^
    [javac]   symbol:   class Dao
    [javac]   location: class CustomTableCreator
    [javac] <https://builds.apache.org/job/Nutch-trunk/ws/src/java/org/apache/nutch/webui/config/CustomTableCreator.java>:51: error: cannot find symbol
    [javac]   private void createTableForDao(Dao<?, ?> dao) {
    [javac]                                  ^
    [javac]   symbol:   class Dao
    [javac]   location: class CustomTableCreator
    [javac] <https://builds.apache.org/job/Nutch-trunk/ws/src/java/org/apache/nutch/webui/config/CustomTableCreator.java>:56: error: cannot find symbol
    [javac]   private DatabaseTableConfig<?> getTableConfig(Dao<?, ?> dao) {
    [javac]                                                 ^
    [javac]   symbol:   class Dao
    [javac]   location: class CustomTableCreator
    [javac] <https://builds.apache.org/job/Nutch-trunk/ws/src/java/org/apache/nutch/webui/config/CustomTableCreator.java>:56: error: cannot find symbol
    [javac]   private DatabaseTableConfig<?> getTableConfig(Dao<?, ?> dao) {
    [javac]           ^
    [javac]   symbol:   class DatabaseTableConfig
    [javac]   location: class CustomTableCreator
    [javac] <https://builds.apache.org/job/Nutch-trunk/ws/src/java/org/apache/nutch/webui/config/CustomTableCreator.java>:68: error: cannot find symbol
    [javac]   private DatabaseTableConfig<?> getConfigFromClass(Class<?> clazz) {
    [javac]           ^
    [javac]   symbol:   class DatabaseTableConfig
    [javac]   location: class CustomTableCreator
    [javac] <https://builds.apache.org/job/Nutch-trunk/ws/src/java/org/apache/nutch/webui/config/CustomTableCreator.java>:76: error: cannot find symbol
    [javac]   private void createTableIfNotExists(DatabaseTableConfig<?> tableConfig) {
    [javac]                                       ^
    [javac]   symbol:   class DatabaseTableConfig
    [javac]   location: class CustomTableCreator
    [javac] <https://builds.apache.org/job/Nutch-trunk/ws/src/java/org/apache/nutch/webui/config/SpringConfiguration.java>:66: error: cannot find symbol
    [javac]   public Dao<NutchInstance, Long> createNutchDao() throws SQLException {
    [javac]          ^
    [javac]   symbol:   class Dao
    [javac]   location: class SpringConfiguration
    [javac] <https://builds.apache.org/job/Nutch-trunk/ws/src/java/org/apache/nutch/webui/config/SpringConfiguration.java>:71: error: cannot find symbol
    [javac]   public Dao<SeedList, Long> createSeedListDao() throws SQLException {
    [javac]          ^
    [javac]   symbol:   class Dao
    [javac]   location: class SpringConfiguration
    [javac] <https://builds.apache.org/job/Nutch-trunk/ws/src/java/org/apache/nutch/webui/config/SpringConfiguration.java>:76: error: cannot find symbol
    [javac]   public Dao<SeedUrl, Long> createSeedUrlDao() throws SQLException {
    [javac]          ^
    [javac]   symbol:   class Dao
    [javac]   location: class SpringConfiguration
    [javac] <https://builds.apache.org/job/Nutch-trunk/ws/src/java/org/apache/nutch/webui/config/SpringConfiguration.java>:81: error: cannot find symbol
    [javac]   public Dao<Crawl, Long> createCrawlDao() throws SQLException {
    [javac]          ^
    [javac]   symbol:   class Dao
    [javac]   location: class SpringConfiguration
    [javac] <https://builds.apache.org/job/Nutch-trunk/ws/src/java/org/apache/nutch/webui/service/impl/CrawlServiceImpl.java>:49: error: cannot find symbol
    [javac]   private Dao<Crawl, Long> crawlDao;
    [javac]           ^
    [javac]   symbol:   class Dao
    [javac]   location: class CrawlServiceImpl
    [javac] <https://builds.apache.org/job/Nutch-trunk/ws/src/java/org/apache/nutch/webui/service/impl/NutchInstanceServiceImpl.java>:38: error: cannot find symbol
    [javac]   private Dao<NutchInstance, Long> instancesDao;
    [javac]           ^
    [javac]   symbol:   class Dao
    [javac]   location: class NutchInstanceServiceImpl
    [javac] <https://builds.apache.org/job/Nutch-trunk/ws/src/java/org/apache/nutch/webui/service/impl/SeedListServiceImpl.java>:35: error: cannot find symbol
    [javac]   private Dao<SeedList, Long> seedListDao;
    [javac]           ^
    [javac]   symbol:   class Dao
    [javac]   location: class SeedListServiceImpl
    [javac] <https://builds.apache.org/job/Nutch-trunk/ws/src/java/org/apache/nutch/webui/service/impl/SeedListServiceImpl.java>:38: error: cannot find symbol
    [javac]   private Dao<SeedUrl, Long> seedUrlDao;
    [javac]           ^
    [javac]   symbol:   class Dao
    [javac]   location: class SeedListServiceImpl
    [javac] <https://builds.apache.org/job/Nutch-trunk/ws/src/java/org/apache/nutch/webui/model/SeedList.java>:45: error: cannot find symbol
    [javac]   @ForeignCollectionField(eager = true)
    [javac]    ^
    [javac]   symbol:   class ForeignCollectionField
    [javac]   location: class SeedList
    [javac] <https://builds.apache.org/job/Nutch-trunk/ws/src/java/org/apache/nutch/webui/model/SeedUrl.java>:39: error: cannot find symbol
    [javac]   @DatabaseField(foreign = true, foreignAutoCreate = true, foreignAutoRefresh = true)
    [javac]    ^
    [javac]   symbol:   class DatabaseField
    [javac]   location: class SeedUrl
    [javac] <https://builds.apache.org/job/Nutch-trunk/ws/src/java/org/apache/nutch/webui/client/model/Crawl.java>:53: error: cannot find symbol
    [javac]   @DatabaseField(foreign = true, foreignAutoRefresh = true)
    [javac]    ^
    [javac]   symbol:   class DatabaseField
    [javac]   location: class Crawl
    [javac] <https://builds.apache.org/job/Nutch-trunk/ws/src/java/org/apache/nutch/indexer/IndexWriters.java>:213: warning: [deprecation] open(Configuration,String) in IndexWriter has been deprecated
    [javac]       entry.getValue().getIndexWriter().open(conf, name);
    [javac]                                        ^
    [javac] <https://builds.apache.org/job/Nutch-trunk/ws/src/java/org/apache/nutch/webui/config/CustomDaoFactory.java>:31: error: cannot find symbol
    [javac]       .synchronizedList(new ArrayList<Dao<?, ?>>());
    [javac]                                       ^
    [javac]   symbol:   class Dao
    [javac]   location: class CustomDaoFactory
    [javac] <https://builds.apache.org/job/Nutch-trunk/ws/src/java/org/apache/nutch/webui/config/CustomDaoFactory.java>:39: error: cannot find symbol
    [javac]       Dao<T, ID> dao = DaoFactory.createDao(connectionSource, clazz);
    [javac]       ^
    [javac]   symbol:   class Dao
    [javac]   location: class CustomDaoFactory
    [javac] <https://builds.apache.org/job/Nutch-trunk/ws/src/java/org/apache/nutch/webui/config/CustomTableCreator.java>:46: error: cannot find symbol
    [javac]     for (Dao<?, ?> dao : configuredDaos) {
    [javac]          ^
    [javac]   symbol:   class Dao
    [javac]   location: class CustomTableCreator
    [javac] <https://builds.apache.org/job/Nutch-trunk/ws/src/java/org/apache/nutch/webui/config/CustomTableCreator.java>:52: error: cannot find symbol
    [javac]     DatabaseTableConfig<?> tableConfig = getTableConfig(dao);
    [javac]     ^
    [javac]   symbol:   class DatabaseTableConfig
    [javac]   location: class CustomTableCreator
    [javac] <https://builds.apache.org/job/Nutch-trunk/ws/src/java/org/apache/nutch/webui/config/CustomTableCreator.java>:58: error: cannot find symbol
    [javac]     DatabaseTableConfig<?> tableConfig = null;
    [javac]     ^
    [javac]   symbol:   class DatabaseTableConfig
    [javac]   location: class CustomTableCreator
    [javac] <https://builds.apache.org/job/Nutch-trunk/ws/src/java/org/apache/nutch/webui/config/CustomTableCreator.java>:59: error: cannot find symbol
    [javac]     if (dao instanceof BaseDaoImpl) {
    [javac]                        ^
    [javac]   symbol:   class BaseDaoImpl
    [javac]   location: class CustomTableCreator
    [javac] <https://builds.apache.org/job/Nutch-trunk/ws/src/java/org/apache/nutch/webui/config/CustomTableCreator.java>:60: error: cannot find symbol
    [javac]       tableConfig = ((BaseDaoImpl<?, ?>) dao).getTableConfig();
    [javac]                       ^
    [javac]   symbol:   class BaseDaoImpl
    [javac]   location: class CustomTableCreator
    [javac] <https://builds.apache.org/job/Nutch-trunk/ws/src/java/org/apache/nutch/webui/config/CustomTableCreator.java>:70: error: cannot find symbol
    [javac]       return DatabaseTableConfig.fromClass(connectionSource, clazz);
    [javac]              ^
    [javac]   symbol:   variable DatabaseTableConfig
    [javac]   location: class CustomTableCreator
    [javac] <https://builds.apache.org/job/Nutch-trunk/ws/src/java/org/apache/nutch/webui/config/CustomTableCreator.java>:78: error: cannot find symbol
    [javac]       TableUtils.createTableIfNotExists(connectionSource, tableConfig);
    [javac]       ^
    [javac]   symbol:   variable TableUtils
    [javac]   location: class CustomTableCreator
    [javac] <https://builds.apache.org/job/Nutch-trunk/ws/src/java/org/apache/nutch/webui/config/SpringConfiguration.java>:54: error: cannot access BaseDatabaseType
    [javac]     JdbcConnectionSource source = new JdbcConnectionSource(
    [javac]                                   ^
    [javac]   class file for com.j256.ormlite.db.BaseDatabaseType not found
    [javac] <https://builds.apache.org/job/Nutch-trunk/ws/src/java/org/apache/nutch/webui/config/SpringConfiguration.java>:56: error: cannot access BaseConnectionSource
    [javac]     source.initialize();
    [javac]           ^
    [javac]   class file for com.j256.ormlite.support.BaseConnectionSource not found
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 46 errors
    [javac] 1 warning

BUILD FAILED
<https://builds.apache.org/job/Nutch-trunk/ws/build.xml>:104: Compile failed; see the compiler error output for details.

Total time: 9 seconds
Build step 'Invoke Ant' marked build as failure
Publishing Javadoc
INFO: Starting to record.
INFO: Processing JUnit
ERROR: Step ?Publish xUnit test result report? aborted due to exception: 
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to H21
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1036)
		at hudson.FilePath.act(FilePath.java:1025)
		at org.jenkinsci.plugins.xunit.XUnitProcessor.processTestsReport(XUnitProcessor.java:174)
		at org.jenkinsci.plugins.xunit.XUnitProcessor.process(XUnitProcessor.java:144)
		at org.jenkinsci.plugins.xunit.XUnitPublisher.perform(XUnitPublisher.java:127)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1819)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
org.jenkinsci.plugins.xunit.service.NoTestFoundException: [JUnit] - No test report file(s) were found with the pattern 'build/test/TEST-*.xml' relative to '<https://builds.apache.org/job/Nutch-trunk/ws/'> for the testing framework 'JUnit'.  Did you enter a pattern relative to (and within) the workspace directory?  Did you generate the result report(s) for 'JUnit'?
	at org.jenkinsci.plugins.xunit.service.XUnitReportProcessorService.findReports(XUnitReportProcessorService.java:81)
	at org.jenkinsci.plugins.xunit.service.XUnitTransformerCallable.invoke(XUnitTransformerCallable.java:84)
	at org.jenkinsci.plugins.xunit.service.XUnitTransformerCallable.invoke(XUnitTransformerCallable.java:39)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.io.IOException: remote file operation failed: <https://builds.apache.org/job/Nutch-trunk/ws/> at hudson.remoting.Channel@7f4a30d9:H21
	at hudson.FilePath.act(FilePath.java:1043)
	at hudson.FilePath.act(FilePath.java:1025)
	at org.jenkinsci.plugins.xunit.XUnitProcessor.processTestsReport(XUnitProcessor.java:174)
	at org.jenkinsci.plugins.xunit.XUnitProcessor.process(XUnitProcessor.java:144)
	at org.jenkinsci.plugins.xunit.XUnitPublisher.perform(XUnitPublisher.java:127)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1819)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
[JIRA] Updating issue NUTCH-2671