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/11/15 10:44:22 UTC

Build failed in Jenkins: Nutch-trunk #3589

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

Changes:

[github] NUTCH-1842: crawl.gen.delay value is read incorrectly from

[snagel] NUTCH-2625 ProtocolFactory.getProtocol(url) may create multiple plugin

[snagel] NUTCH-2630 Fetcher to log skipped records by robots.txt - change

[snagel] NUTCH-2651 Upgrade core and parse-tika to use Tika 1.19.1 - add

[snagel] NUTCH-2652 Fetcher launches more fetch tasks than fetch lists - properly

[snagel] NUTCH-2655 Update Solr schema.xml for Solr 7.x - add required field

[snagel] NUTCH-2659 Add missing Apache license headers

[snagel] NUTCH-2660 Plugin tests not executed - add missing unit test packages to

[snagel] NUTCH-2661 Move the TestOutlinks class into the o.a.n.parse path

[snagel] NUTCH-2651 Upgrade to Tika 1.19.1 (from 1.18) - modified work-around to

[snagel] NUTCH-2658 Adding the fields required by the index-links plugin to the

[snagel] NUTCH-2671 Upgrade to ant ivy library - upgrade to 2.5.0-rc1 to address

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

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

------------------------------------------
[...truncated 10.20 KB...]
    [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: 8 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@2ae029db: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-1842
[JIRA] Updating issue NUTCH-2625
[JIRA] Updating issue NUTCH-2630
[JIRA] Updating issue NUTCH-2651
[JIRA] Updating issue NUTCH-2652
[JIRA] Updating issue NUTCH-2655
[JIRA] Updating issue NUTCH-2659
[JIRA] Updating issue NUTCH-2660
[JIRA] Updating issue NUTCH-2661
[JIRA] Updating issue NUTCH-2658
[JIRA] Updating issue NUTCH-2671
Not sending mail to unregistered user noreply@github.com

Jenkins build is back to normal : Nutch-trunk #3591

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


Build failed in Jenkins: Nutch-trunk #3590

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

Changes:

[snagel] NUTCH-2606 MIME detection is wrong for plain-text documents send as

[snagel] NUTCH-2668 Integrate OWASP dependency checks as ant target - add ant

[snagel] NUTCH-1842: crawl.gen.delay value is read incorrectly from config - add

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-4 (ubuntu trusty) in workspace <https://builds.apache.org/job/Nutch-trunk/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/apache/nutch.git # timeout=10
Fetching upstream changes from https://github.com/apache/nutch.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/apache/nutch.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 785a52f897cab00711417be8fd002b32f8b2c93e (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 785a52f897cab00711417be8fd002b32f8b2c93e
Commit message: "Merge pull request #401 from sebastian-nagel/dependency-check"
 > git rev-list --no-walk f861c8203c8544b91e061964441485bd2f6de145 # timeout=10
[Nutch-trunk] $ /home/jenkins/tools/ant/latest/bin/ant -file build.xml -Dtest.junit.output.format=xml clean nightly javadoc
Buildfile: <https://builds.apache.org/job/Nutch-trunk/ws/build.xml>
Trying to override old definition of task javac

BUILD FAILED
<https://builds.apache.org/job/Nutch-trunk/ws/build.xml>:627: <https://builds.apache.org/job/Nutch-trunk/ws/ivy/dependency-check-ant/lib> does not exist.

Total time: 0 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'.
ERROR: Step ?Publish xUnit test result report? aborted due to exception: 
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-4
		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.NoNewTestReportException: Test reports were found but not all of them are new. Did all the tests run?
  * <https://builds.apache.org/job/Nutch-trunk/ws/build/test/TEST-org.apache.nutch.crawl.TestAdaptiveFetchSchedule.xml> is 5 days 11 hr old
  * <https://builds.apache.org/job/Nutch-trunk/ws/build/test/TEST-org.apache.nutch.crawl.TestCrawlDbFilter.xml> is 5 days 11 hr old
  * <https://builds.apache.org/job/Nutch-trunk/ws/build/test/TEST-org.apache.nutch.crawl.TestCrawlDbMerger.xml> is 5 days 11 hr old
  * <https://builds.apache.org/job/Nutch-trunk/ws/build/test/TEST-org.apache.nutch.crawl.TestCrawlDbStates.xml> is 5 days 11 hr old
  * <https://builds.apache.org/job/Nutch-trunk/ws/build/test/TEST-org.apache.nutch.crawl.TestGenerator.xml> is 5 days 11 hr old
  * <https://builds.apache.org/job/Nutch-trunk/ws/build/test/TEST-org.apache.nutch.crawl.TestInjector.xml> is 5 days 11 hr old
  * <https://builds.apache.org/job/Nutch-trunk/ws/build/test/TEST-org.apache.nutch.crawl.TestLinkDbMerger.xml> is 5 days 11 hr old
  * <https://builds.apache.org/job/Nutch-trunk/ws/build/test/TEST-org.apache.nutch.crawl.TestSignatureFactory.xml> is 5 days 11 hr old
  * <https://builds.apache.org/job/Nutch-trunk/ws/build/test/TEST-org.apache.nutch.fetcher.TestFetcher.xml> is 5 days 11 hr old
  * <https://builds.apache.org/job/Nutch-trunk/ws/build/test/TEST-org.apache.nutch.indexer.TestIndexerMapReduce.xml> is 5 days 11 hr old
  * <https://builds.apache.org/job/Nutch-trunk/ws/build/test/TEST-org.apache.nutch.indexer.TestIndexingFilters.xml> is 5 days 11 hr old
  * <https://builds.apache.org/job/Nutch-trunk/ws/build/test/TEST-org.apache.nutch.metadata.TestMetadata.xml> is 5 days 11 hr old
  * <https://builds.apache.org/job/Nutch-trunk/ws/build/test/TEST-org.apache.nutch.metadata.TestSpellCheckedMetadata.xml> is 5 days 11 hr old
  * <https://builds.apache.org/job/Nutch-trunk/ws/build/test/TEST-org.apache.nutch.net.TestURLFilters.xml> is 5 days 11 hr old
  * <https://builds.apache.org/job/Nutch-trunk/ws/build/test/TEST-org.apache.nutch.net.TestURLNormalizers.xml> is 5 days 11 hr old
  * <https://builds.apache.org/job/Nutch-trunk/ws/build/test/TEST-org.apache.nutch.parse.TestOutlinkExtractor.xml> is 5 days 11 hr old
  * <https://builds.apache.org/job/Nutch-trunk/ws/build/test/TEST-org.apache.nutch.parse.TestOutlinks.xml> is 5 days 11 hr old
  * <https://builds.apache.org/job/Nutch-trunk/ws/build/test/TEST-org.apache.nutch.parse.TestParseData.xml> is 5 days 11 hr old
  * <https://builds.apache.org/job/Nutch-trunk/ws/build/test/TEST-org.apache.nutch.parse.TestParseText.xml> is 5 days 11 hr old
  * <https://builds.apache.org/job/Nutch-trunk/ws/build/test/TEST-org.apache.nutch.parse.TestParserFactory.xml> is 5 days 11 hr old
  * <https://builds.apache.org/job/Nutch-trunk/ws/build/test/TEST-org.apache.nutch.plugin.TestPluginSystem.xml> is 5 days 11 hr old
  * <https://builds.apache.org/job/Nutch-trunk/ws/build/test/TEST-org.apache.nutch.protocol.TestContent.xml> is 5 days 11 hr old
  * <https://builds.apache.org/job/Nutch-trunk/ws/build/test/TEST-org.apache.nutch.protocol.TestProtocolFactory.xml> is 5 days 11 hr old
  * <https://builds.apache.org/job/Nutch-trunk/ws/build/test/TEST-org.apache.nutch.segment.TestSegmentMerger.xml> is 5 days 11 hr old
  * <https://builds.apache.org/job/Nutch-trunk/ws/build/test/TEST-org.apache.nutch.segment.TestSegmentMergerCrawlDatums.xml> is 5 days 11 hr old
  * <https://builds.apache.org/job/Nutch-trunk/ws/build/test/TEST-org.apache.nutch.service.TestNutchServer.xml> is 5 days 11 hr old
  * <https://builds.apache.org/job/Nutch-trunk/ws/build/test/TEST-org.apache.nutch.tools.TestCommonCrawlDataDumper.xml> is 5 days 11 hr old
  * <https://builds.apache.org/job/Nutch-trunk/ws/build/test/TEST-org.apache.nutch.util.TestEncodingDetector.xml> is 5 days 11 hr old
  * <https://builds.apache.org/job/Nutch-trunk/ws/build/test/TEST-org.apache.nutch.util.TestGZIPUtils.xml> is 5 days 11 hr old
  * <https://builds.apache.org/job/Nutch-trunk/ws/build/test/TEST-org.apache.nutch.util.TestMimeUtil.xml> is 5 days 11 hr old
  * <https://builds.apache.org/job/Nutch-trunk/ws/build/test/TEST-org.apache.nutch.util.TestNodeWalker.xml> is 5 days 11 hr old
  * <https://builds.apache.org/job/Nutch-trunk/ws/build/test/TEST-org.apache.nutch.util.TestPrefixStringMatcher.xml> is 5 days 11 hr old
  * <https://builds.apache.org/job/Nutch-trunk/ws/build/test/TEST-org.apache.nutch.util.TestStringUtil.xml> is 5 days 11 hr old
  * <https://builds.apache.org/job/Nutch-trunk/ws/build/test/TEST-org.apache.nutch.util.TestSuffixStringMatcher.xml> is 5 days 11 hr old
  * <https://builds.apache.org/job/Nutch-trunk/ws/build/test/TEST-org.apache.nutch.util.TestTableUtil.xml> is 5 days 11 hr old
  * <https://builds.apache.org/job/Nutch-trunk/ws/build/test/TEST-org.apache.nutch.util.TestURLUtil.xml> is 5 days 11 hr old

	at org.jenkinsci.plugins.xunit.service.XUnitReportProcessorService.checkIfFindsFilesNewFiles(XUnitReportProcessorService.java:129)
	at org.jenkinsci.plugins.xunit.service.XUnitTransformerCallable.invoke(XUnitTransformerCallable.java:88)
	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@87d083e:ubuntu-4
	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-2606
[JIRA] Updating issue NUTCH-2668
[JIRA] Updating issue NUTCH-1842
Not sending mail to unregistered user noreply@github.com