You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2014/12/12 20:12:21 UTC

[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.8.0_40-ea-b09) - Build # 4381 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4381/
Java: 32bit/jdk1.8.0_40-ea-b09 -client -XX:+UseParallelGC (asserts: true)

1 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestSolrConfigHandler

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-005\collection1\conf\configoverlay.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-005\collection1\conf\configoverlay.json: The process cannot access the file because it is being used by another process.     C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-005\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-005\collection1\conf    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-005\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-005\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-005: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-005 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-005\collection1\conf\configoverlay.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-005\collection1\conf\configoverlay.json: The process cannot access the file because it is being used by another process.

   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-005\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-005\collection1\conf
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-005\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-005\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-005: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-005

	at __randomizedtesting.SeedInfo.seed([1EFBEF11A4CB71BF]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:289)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:170)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 9060 lines...]
   [junit4] Suite: org.apache.solr.core.TestSolrConfigHandler
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\init-core-data-001
   [junit4]   2> 173945 T402 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 173948 T402 oas.SolrTestCaseJ4.setUp ###Starting testProperty
   [junit4]   2> 175289 T402 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 175290 T402 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 175292 T402 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 175303 T402 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 175315 T402 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:49810
   [junit4]   2> 175321 T402 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 175321 T402 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 175321 T402 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001
   [junit4]   2> 175321 T402 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\'
   [junit4]   2> 175358 T402 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\solr.xml
   [junit4]   2> 175378 T402 oasc.CoreContainer.<init> New CoreContainer 9227634
   [junit4]   2> 175379 T402 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\]
   [junit4]   2> 175380 T402 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 175381 T402 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 175381 T402 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 175382 T402 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 175382 T402 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 175382 T402 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 175382 T402 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 175383 T402 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 175383 T402 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 175383 T402 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 175390 T402 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 175395 T402 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 175396 T402 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 175396 T402 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 175400 T412 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\'
   [junit4]   2> 175404 T412 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001/tempDir-001/collection1/lib/.svn/' to classloader
   [junit4]   2> 175405 T412 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001/tempDir-001/collection1/lib/classes/' to classloader
   [junit4]   2> 175407 T412 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001/tempDir-001/collection1/lib/README' to classloader
   [junit4]   2> 175451 T412 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 175458 T412 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 175463 T412 oass.ManagedIndexSchemaFactory.readSchemaLocally The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema-rest.xml instead
   [junit4]   2> 175463 T412 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\conf\schema-rest.xml
   [junit4]   2> 175471 T412 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> 175793 T412 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 175793 T412 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 175794 T412 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 175795 T412 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 175828 T412 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 175831 T412 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 175831 T412 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 175831 T412 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 175836 T412 oass.ManagedIndexSchema.persistManagedSchema Upgraded to managed schema at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 175837 T412 oass.ManagedIndexSchemaFactory.upgradeToManagedSchema After upgrading to managed schema, renamed the non-managed schema C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\conf\schema-rest.xml to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\conf\schema-rest.xml.bak
   [junit4]   2> 175838 T412 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\
   [junit4]   2> 175838 T412 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 175838 T412 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\data\
   [junit4]   2> 175838 T412 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 175840 T412 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\data
   [junit4]   2> 175841 T412 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\data\index/
   [junit4]   2> 175841 T412 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 175842 T412 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\data\index
   [junit4]   2> 175844 T412 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=480394262, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 175848 T412 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1af3368; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 175848 T412 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 175849 T412 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 175849 T412 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 175850 T412 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 175850 T412 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 175850 T412 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 175850 T412 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 175850 T412 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 175851 T412 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 175852 T412 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 175852 T412 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 175853 T412 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 175853 T412 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 175853 T412 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 175853 T412 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 175854 T412 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 175854 T412 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 175854 T412 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 175854 T412 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 175855 T412 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 175855 T412 oasc.RequestHandlers.initHandlersFromConfig created /dump: DumpRequestHandler
   [junit4]   2> 175863 T412 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 175865 T412 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 175866 T412 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 175868 T412 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 175868 T412 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 175869 T412 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 175869 T412 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 175870 T412 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=43, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 175870 T412 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1af3368; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 175870 T412 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 175871 T412 oass.SolrIndexSearcher.<init> Opening Searcher@9357d3[collection1] main
   [junit4]   2> 175871 T412 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\conf
   [junit4]   2> 175873 T412 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\conf}
   [junit4]   2> 175873 T412 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\conf
   [junit4]   2> 175873 T412 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 175873 T412 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\conf
   [junit4]   2> 175874 T412 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 175875 T412 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\conf
   [junit4]   2> 175875 T412 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/stopwords/english
   [junit4]   2> 175875 T412 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\conf
   [junit4]   2> 175875 T412 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 175875 T412 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 175875 T412 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\conf
   [junit4]   2> 175875 T412 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/stopwords/german
   [junit4]   2> 175875 T412 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\conf
   [junit4]   2> 175875 T412 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 175875 T412 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
   [junit4]   2> 175875 T412 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\conf
   [junit4]   2> 175876 T412 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 175878 T412 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 175881 T412 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 175881 T412 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\conf
   [junit4]   2> 175882 T412 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 175882 T412 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 175882 T412 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
   [junit4]   2> 175882 T412 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 175883 T412 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 175883 T413 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@9357d3[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 175884 T402 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 175884 T402 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 175885 T402 oas.SolrJettyTestBase.createJetty Jetty Assigned Port#49810
   [junit4]   2> ASYNC  NEW_CORE C31 name=collection1 org.apache.solr.core.SolrCore@1dd60a3
   [junit4]   2> 175985 T407 C31 oasc.SolrResourceLoader.persistConfLocally Upgraded to managed schema at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\conf\configoverlay.json
   [junit4]   2> 175987 T407 C31 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\'
   [junit4]   2> 175989 T407 C31 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001/tempDir-001/collection1/lib/.svn/' to classloader
   [junit4]   2> 175991 T407 C31 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001/tempDir-001/collection1/lib/classes/' to classloader
   [junit4]   2> 175993 T407 C31 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001/tempDir-001/collection1/lib/README' to classloader
   [junit4]   2> 176059 T407 C31 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 176066 T407 C31 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 176071 T407 C31 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 176081 T407 C31 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> ASYNC  NEW_CORE C32 name=collection1 org.apache.solr.core.SolrCore@1dd60a3
   [junit4]   2> 176215 T407 C32 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 176215 T407 C32 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 176215 T407 C32 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 176216 T407 C32 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 176221 T407 C32 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 176222 T407 C32 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 176222 T407 C32 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 176222 T407 C32 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 176235 T407 C32 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\
   [junit4]   2> 176237 T407 C32 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\data\
   [junit4]   2> 176237 T407 C32 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 176238 T407 C32 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\data\index/
   [junit4]   2> 176239 T407 C32 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 176240 T407 C32 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 176240 T407 C32 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 176241 T407 C32 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 176241 T407 C32 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 176241 T407 C32 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 176241 T407 C32 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 176242 T407 C32 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 176243 T407 C32 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 176243 T407 C32 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 176244 T407 C32 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 176244 T407 C32 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 176244 T407 C32 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 176245 T407 C32 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 176245 T407 C32 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 176246 T407 C32 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 176246 T407 C32 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 176247 T407 C32 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 176247 T407 C32 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 176247 T407 C32 oasc.RequestHandlers.initHandlersFromConfig created /dump: DumpRequestHandler
   [junit4]   2> 176251 T407 C32 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 176254 T407 C32 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 176256 T407 C32 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 176257 T407 C32 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 176257 T407 C32 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 176262 T407 C32 oasu.CommitTracker.<init> Hard AutoCommit: if uncommited for 10ms; if 100 uncommited docs 
   [junit4]   2> 176262 T407 C32 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 176264 T407 C32 oass.SolrIndexSearcher.<init> Opening Searcher@139531b[collection1] main
   [junit4]   2> 176265 T407 C32 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\conf
   [junit4]   2> 176265 T407 C32 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\conf}
   [junit4]   2> 176265 T407 C32 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\conf
   [junit4]   2> 176266 T407 C32 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\conf
   [junit4]   2> 176266 T407 C32 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 176266 T407 C32 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 176266 T407 C32 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\conf
   [junit4]   2> 176267 T407 C32 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\conf
   [junit4]   2> 176268 T407 C32 oasr.ManagedResource.reloadFromStorage Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
   [junit4]   2> 176268 T407 C32 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 176268 T407 C32 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 176268 T407 C32 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\conf
   [junit4]   2> 176269 T407 C32 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\conf
   [junit4]   2> 176269 T407 C32 oasr.ManagedResource.reloadFromStorage Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
   [junit4]   2> 176269 T407 C32 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 176269 T407 C32 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
   [junit4]   2> 176270 T407 C32 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\conf
   [junit4]   2> 176270 T407 C32 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 176270 T407 C32 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 176271 T407 C32 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 176271 T407 C32 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\conf
   [junit4]   2> 176272 T407 C32 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 176272 T407 C32 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 176273 T407 C32 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
   [junit4]   2> 176273 T407 C32 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 176273 T415 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@139531b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 176273 T407 C32 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
   [junit4]   2> 176274 T407 C32 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
   [junit4]   2> 176274 T407 C32 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
   [junit4]   2> 176276 T407 C32 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=480394262, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 176278 T407 C32 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1af3368; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 176279 T407 C32 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 176279 T407 C32 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
   [junit4]   2> 176279 T407 C32 oass.SolrIndexSearcher.<init> Opening Searcher@114d51d[collection1] main
   [junit4]   2> 176279 T407 C32 oasc.CoreContainer.registerCore replacing core: collection1
   [junit4]   2> 176280 T407 C32 oasc.SolrCore.execute [collection1] webapp=/solr path=/config params={wt=json} status=0 QTime=309 
   [junit4]   2> 176285 T415 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@114d51d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 176287 T407 C32 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1dd60a3
   [junit4]   2> 176287 T407 C32 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 176291 T407 C32 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> ASYNC  NEW_CORE C33 name=collection1 org.apache.solr.core.SolrCore@121294
   [junit4]   2> 176298 T409 C33 oasc.SolrCore.execute [collection1] webapp=/solr path=/config/overlay params={wt=json} status=0 QTime=0 
   [junit4]   2> 176302 T410 C33 oasc.SolrCore.execute [collection1] webapp=/solr path=/config params={wt=json} status=0 QTime=1 
   [junit4]   2> 176311 T411 C33 oasc.SolrResourceLoader.persistConfLocally Upgraded to managed schema at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\conf\configoverlay.json
   [junit4]   2> 176320 T411 C33 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\'
   [junit4]   2> 176321 T411 C33 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001/tempDir-001/collection1/lib/.svn/' to classloader
   [junit4]   2> 176322 T411 C33 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001/tempDir-001/collection1/lib/classes/' to classloader
   [junit4]   2> 176322 T411 C33 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001/tempDir-001/collection1/lib/README' to classloader
   [junit4]   2> 176352 T411 C33 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 176358 T411 C33 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 176361 T411 C33 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 176368 T411 C33 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> ASYNC  NEW_CORE C34 name=collection1 org.apache.solr.core.SolrCore@121294
   [junit4]   2> 176488 T411 C34 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 176489 T411 C34 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 176489 T411 C34 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 176491 T411 C34 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 176495 T411 C34 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 176496 T411 C34 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 176496 T411 C34 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 176496 T411 C34 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 176506 T411 C34 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\
   [junit4]   2> 176508 T411 C34 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\data\
   [junit4]   2> 176508 T411 C34 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 176508 T411 C34 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\data\index/
   [junit4]   2> 176509 T411 C34 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 176513 T411 C34 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 176513 T411 C34 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 176514 T411 C34 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 176514 T411 C34 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 176514 T411 C34 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 176515 T411 C34 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 176516 T411 C34 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 176516 T411 C34 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 176516 T411 C34 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 176517 T411 C34 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 176517 T411 C34 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 176518 T411 C34 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 176518 T411 C34 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 176518 T411 C34 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 176519 T411 C34 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 176519 T411 C34 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 176520 T411 C34 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 176520 T411 C34 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 176521 T411 C34 oasc.RequestHandlers.initHandlersFromConfig created /dump: DumpRequestHandler
   [junit4]   2> 176522 T411 C34 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 176524 T411 C34 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 176526 T411 C34 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 176527 T411 C34 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 176527 T411 C34 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 176529 T411 C34 oasu.CommitTracker.<init> Hard AutoCommit: if uncommited for 10ms; 
   [junit4]   2> 176529 T411 C34 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 176530 T411 C34 oass.SolrIndexSearcher.<init> Opening Searcher@1c8eb6[collection1] main
   [junit4]   2> 176530 T411 C34 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\conf
   [junit4]   2> 176531 T411 C34 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\conf}
   [junit4]   2> 176531 T411 C34 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\conf
   [junit4]   2> 176531 T411 C34 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\conf
   [junit4]   2> 176532 T411 C34 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 176532 T411 C34 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 176533 T411 C34 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\conf
   [junit4]   2> 176533 T411 C34 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\conf
   [junit4]   2> 176533 T411 C34 oasr.ManagedResource.reloadFromStorage Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
   [junit4]   2> 176533 T411 C34 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 176534 T411 C34 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 176534 T411 C34 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\conf
   [junit4]   2> 176534 T411 C34 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\conf
   [junit4]   2> 176534 T411 C34 oasr.ManagedResource.reloadFromStorage Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
   [junit4]   2> 176534 T411 C34 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 176535 T411 C34 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
   [junit4]   2> 176535 T411 C34 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\conf
   [junit4]   2> 176535 T411 C34 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 176535 T411 C34 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 176535 T411 C34 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 176536 T411 C34 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\conf
   [junit4]   2> 176536 T411 C34 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 176537 T411 C34 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 176538 T411 C34 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
   [junit4]   2> 176538 T411 C34 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 176538 T411 C34 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
   [junit4]   2> 176538 T411 C34 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
   [junit4]   2> 176538 T411 C34 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
   [junit4]   2> 176539 T416 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1c8eb6[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 176540 T411 C34 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=480394262, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 176542 T411 C34 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1af3368; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 176542 T411 C34 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 176543 T411 C34 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
   [junit4]   2> 176543 T411 C34 oass.SolrIndexSearcher.<init> Opening Searcher@a6a1c4[collection1] main
   [junit4]   2> 176543 T411 C34 oasc.CoreContainer.registerCore replacing core: collection1
   [junit4]   2> 176544 T416 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@a6a1c4[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 176544 T411 C34 oasc.SolrCore.execute [collection1] webapp=/solr path=/config params={wt=json} status=0 QTime=233 
   [junit4]   2> 176545 T411 C34 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@121294
   [junit4]   2> 176545 T411 C34 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommit maxDocs=100,autocommit maxTime=10ms,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 176546 T411 C34 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> ASYNC  NEW_CORE C35 name=collection1 org.apache.solr.core.SolrCore@1d6d729
   [junit4]   2> 176548 T406 C35 oasc.SolrCore.execute [collection1] webapp=/solr path=/config/overlay params={wt=json} status=0 QTime=0 
   [junit4]   2> 176565 T402 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=9227634
   [junit4]   2> 176565 T402 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1d6d729
   [junit4]   2> 176565 T402 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommit maxTime=10ms,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 176565 T402 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 176572 T402 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 176573 T402 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 176575 T402 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 176575 T402 oasc.CachingDirectoryFactory.close Closing NRTCachingDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 176575 T402 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\data [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\data;done=false>>]
   [junit4]   2> 176575 T402 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\data
   [junit4]   2> 176575 T402 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\data\index;done=false>>]
   [junit4]   2> 176576 T402 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-001\collection1\data\index
   [junit4]   2> 176577 T402 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 179497 T402 oas.SolrTestCaseJ4.tearDown ###Ending testProperty
   [junit4]   2> 179502 T402 oas.SolrTestCaseJ4.setUp ###Starting testReqHandlerAPIs
   [junit4]   2> 180721 T402 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 180722 T402 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 180725 T402 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 180736 T402 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 180740 T402 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:49814
   [junit4]   2> 180745 T402 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 180746 T402 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 180746 T402 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-003
   [junit4]   2> 180747 T402 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-003\'
   [junit4]   2> 180788 T402 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-003\solr.xml
   [junit4]   2> 180804 T402 oasc.CoreContainer.<init> New CoreContainer 2195721
   [junit4]   2> 180806 T402 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-003\]
   [junit4]   2> 180806 T402 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 180806 T402 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 180806 T402 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 180806 T402 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 180806 T402 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 180806 T402 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 180806 T402 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 180808 T402 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 180809 T402 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 180809 T402 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 180813 T402 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 180816 T402 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 180818 T402 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 180818 T402 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 180823 T426 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-003\collection1\'
   [junit4]   2> 180826 T426 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 180828 T426 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 180829 T426 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 180871 T426 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 180879 T426 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 180882 T426 oass.ManagedIndexSchemaFactory.readSchemaLocally The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema-rest.xml instead
   [junit4]   2> 180884 T426 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-003\collection1\conf\schema-rest.xml
   [junit4]   2> 180894 T426 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> 181017 T426 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 181017 T426 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 181019 T426 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 181019 T426 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 181029 T426 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 181029 T426 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 181029 T426 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 181029 T426 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 181034 T426 oass.ManagedIndexSchema.persistManagedSchema Upgraded to managed schema at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-003\collection1\conf\managed-schema
   [junit4]   2> 181035 T426 oass.ManagedIndexSchemaFactory.upgradeToManagedSchema After upgrading to managed schema, renamed the non-managed schema C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-003\collection1\conf\schema-rest.xml to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-003\collection1\conf\schema-rest.xml.bak
   [junit4]   2> 181035 T426 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-003\collection1\
   [junit4]   2> 181035 T426 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 181035 T426 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-003\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-003\collection1\data\
   [junit4]   2> 181035 T426 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 181037 T426 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-003\collection1\data
   [junit4]   2> 181038 T426 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-003\collection1\data\index/
   [junit4]   2> 181039 T426 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-003\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 181039 T426 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-003\collection1\data\index
   [junit4]   2> 181040 T426 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=480394262, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 181044 T426 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-003\collection1\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@177c007; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 181044 T426 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 181046 T426 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 181047 T426 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 181047 T426 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 181047 T426 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 181047 T426 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 181047 T426 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 181047 T426 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 181048 T426 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 181048 T426 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 181048 T426 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 181049 T426 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 181049 T426 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 181049 T426 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 181049 T426 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 181050 T426 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 181050 T426 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 181050 T426 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 181050 T426 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 181051 T426 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 181051 T426 oasc.RequestHandlers.initHandlersFromConfig created /dump: DumpRequestHandler
   [junit4]   2> 181055 T426 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 181057 T426 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 181059 T426 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 181060 T426 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 181061 T426 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 181062 T426 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 181062 T426 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 181062 T426 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=43, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 181062 T426 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-003\collection1\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@177c007; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 181062 T426 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 181064 T426 oass.SolrIndexSearcher.<init> Opening Searcher@19fd80e[collection1] main
   [junit4]   2> 181065 T426 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-003\collection1\conf
   [junit4]   2> 181065 T426 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-003\collection1\conf}
   [junit4]   2> 181065 T426 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-003\collection1\conf
   [junit4]   2> 181066 T426 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 181067 T426 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-003\collection1\conf
   [junit4]   2> 181067 T426 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 181067 T426 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-003\collection1\conf
   [junit4]   2> 181069 T426 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/stopwords/english
   [junit4]   2> 181069 T426 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-003\collection1\conf
   [junit4]   2> 181069 T426 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 181069 T426 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 181069 T426 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-003\collection1\conf
   [junit4]   2> 181070 T426 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/stopwords/german
   [junit4]   2> 181072 T426 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-003\collection1\conf
   [junit4]   2> 181072 T426 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 181072 T426 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
   [junit4]   2> 181072 T426 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-003\collection1\conf
   [junit4]   2> 181073 T426 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 181074 T426 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 181074 T426 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 181074 T426 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-003\collection1\conf
   [junit4]   2> 181075 T426 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 181075 T426 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 181075 T426 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
   [junit4]   2> 181075 T426 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 181075 T427 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@19fd80e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 181075 T426 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 181077 T402 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 181077 T402 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 181078 T402 oas.SolrJettyTestBase.createJetty Jetty Assigned Port#49814
   [junit4]   2> ASYNC  NEW_CORE C36 name=collection1 org.apache.solr.core.SolrCore@1d761f9
   [junit4]   2> 181167 T423 C36 oasc.SolrResourceLoader.persistConfLocally Upgraded to managed schema at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-003\collection1\conf\configoverlay.json
   [junit4]   2> 181168 T423 C36 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-003\collection1\'
   [junit4]   2> 181171 T423 C36 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 181172 T423 C36 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 181173 T423 C36 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 181219 T423 C36 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 181225 T423 C36 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 181229 T423 C36 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-003\collection1\conf\managed-schema
   [junit4]   2> 181235 T423 C36 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> ASYNC  NEW_CORE C37 name=collection1 org.apache.solr.core.SolrCore@1d761f9
   [junit4]   2> 181330 T423 C37 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 181331 T423 C37 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 181331 T423 C37 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 181333 T423 C37 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 181336 T423 C37 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 181336 T423 C37 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 181337 T423 C37 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 181337 T423 C37 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 181348 T423 C37 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-003\collection1\
   [junit4]   2> 181348 T423 C37 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-003\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-003\collection1\data\
   [junit4]   2> 181348 T423 C37 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 181349 T423 C37 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-003\collection1\data\index/
   [junit4]   2> 181350 T423 C37 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 181351 T423 C37 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 181351 T423 C37 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 181351 T423 C37 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 181352 T423 C37 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 181352 T423 C37 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 181353 T423 C37 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 181353 T423 C37 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 181353 T423 C37 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 181353 T423 C37 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 181354 T423 C37 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 181354 T423 C37 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 181354 T423 C37 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 181355 T423 C37 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 181356 T423 C37 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 181356 T423 C37 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 181356 T423 C37 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 181356 T423 C37 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 181356 T423 C37 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: org.apache.solr.handler.DumpRequestHandler
   [junit4]   2> 181357 T423 C37 oasc.RequestHandlers.initHandlersFromConfig created /x: org.apache.solr.handler.DumpRequestHandler
   [junit4]   2> 181357 T423 C37 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [ju

[...truncated too long message...]

unit4]   2> 187111 T438 C44 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
   [junit4]   2> 187112 T438 C44 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=480394262, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 187114 T438 C44 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-005\collection1\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@eb543d; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 187116 T438 C44 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 187116 T438 C44 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
   [junit4]   2> 187116 T438 C44 oass.SolrIndexSearcher.<init> Opening Searcher@353fc[collection1] main
   [junit4]   2> 187116 T438 C44 oasc.CoreContainer.registerCore replacing core: collection1
   [junit4]   2> 187117 T444 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@353fc[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 187117 T438 C44 oasc.SolrCore.execute [collection1] webapp=/solr path=/config params={wt=json} status=0 QTime=310 
   [junit4]   2> 187118 T438 C44 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@ef9888
   [junit4]   2> 187118 T438 C44 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 187119 T438 C44 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> ASYNC  NEW_CORE C45 name=collection1 org.apache.solr.core.SolrCore@1cc542a
   [junit4]   2> 187123 T439 C45 oasc.SolrCore.execute [collection1] webapp=/solr path=/config/overlay params={wt=json} status=0 QTime=0 
   [junit4]   2> 187128 T440 C45 oasc.SolrCore.execute [collection1] webapp=/solr path=/dump params={json.nl=map&initArgs=true&wt=json} status=0 QTime=0 
   [junit4]   2> 187138 T402 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=29899393
   [junit4]   2> 187140 T402 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1cc542a
   [junit4]   2> 187141 T402 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 187142 T402 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 187142 T402 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 187142 T402 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 187144 T402 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 187144 T402 oasc.CachingDirectoryFactory.close Closing NRTCachingDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 187144 T402 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-005\collection1\data [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-005\collection1\data;done=false>>]
   [junit4]   2> 187144 T402 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-005\collection1\data
   [junit4]   2> 187144 T402 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-005\collection1\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-005\collection1\data\index;done=false>>]
   [junit4]   2> 187145 T402 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-005\collection1\data\index
   [junit4]   2> 187145 T402 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 190646 T402 oas.SolrTestCaseJ4.tearDown ###Ending testUserProp
   [junit4]   2> 190649 T402 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Lucene50, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=en_MT, timezone=SystemV/PST8
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_40-ea (32-bit)/cpus=2,threads=1,free=170926680,total=233308160
   [junit4]   2> NOTE: All tests run in this JVM: [OutOfBoxZkACLAndCredentialsProvidersTest, PeerSyncTest, SpatialFilterTest, ScriptEngineTest, TestSolrCoreProperties, DistributedSpellCheckComponentTest, TestCloudManagedSchema, TestSolrJ, SynonymTokenizerTest, TestSolrConfigHandler]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrConfigHandler -Dtests.seed=1EFBEF11A4CB71BF -Dtests.slow=true -Dtests.locale=en_MT -Dtests.timezone=SystemV/PST8 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s | TestSolrConfigHandler (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-005\collection1\conf\configoverlay.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-005\collection1\conf\configoverlay.json: The process cannot access the file because it is being used by another process.
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-005\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-005\collection1\conf
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-005\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-005\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-005: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler-1EFBEF11A4CB71BF-001\tempDir-005
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([1EFBEF11A4CB71BF]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:289)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed in 17.79s, 3 tests, 1 error <<< FAILURES!

[...truncated 1414 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:190: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:508: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1363: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:970: There were test failures: 450 suites, 1843 tests, 1 suite-level error, 55 ignored (31 assumptions)

Total time: 162 minutes 29 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_40-ea-b09 -client -XX:+UseParallelGC (asserts: true)
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any