You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2019/09/05 11:24:58 UTC

[JENKINS] Lucene-Solr-Tests-master - Build # 3682 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/3682/

All tests passed

Build Log:
[...truncated 63977 lines...]
-ecj-javadoc-lint-src:
    [mkdir] Created dir: /tmp/ecj1932671567
 [ecj-lint] Compiling 1289 source files to /tmp/ecj1932671567
 [ecj-lint] Processing annotations
 [ecj-lint] Annotations processed
 [ecj-lint] Processing annotations
 [ecj-lint] No elements to process
 [ecj-lint] invalid Class-Path header in manifest of jar file: /home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet/jars/org.restlet-2.3.0.jar
 [ecj-lint] invalid Class-Path header in manifest of jar file: /home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet.ext.servlet/jars/org.restlet.ext.servlet-2.3.0.jar
 [ecj-lint] ----------
 [ecj-lint] 1. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/client/solrj/embedded/EmbeddedSolrServer.java (at line 219)
 [ecj-lint] 	return (NamedList<Object>) new JavaBinCodec(resolver).unmarshal(in);
 [ecj-lint] 	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 2. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/cloud/RecoveryStrategy.java (at line 232)
 [ecj-lint] 	ReplicationHandler replicationHandler = (ReplicationHandler) handler;
 [ecj-lint] 	                   ^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'replicationHandler' is never closed
 [ecj-lint] ----------
 [ecj-lint] 3. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/cloud/RecoveryStrategy.java (at line 628)
 [ecj-lint] 	PeerSyncWithLeader peerSyncWithLeader = new PeerSyncWithLeader(core,
 [ecj-lint] 	                   ^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'peerSyncWithLeader' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 4. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/cloud/SyncStrategy.java (at line 186)
 [ecj-lint] 	PeerSync peerSync = new PeerSync(core, syncWith, core.getUpdateHandler().getUpdateLog().getNumRecordsToKeep(), true, peerSyncOnlyWithActive, false);
 [ecj-lint] 	         ^^^^^^^^
 [ecj-lint] Resource leak: 'peerSync' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 5. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/cloud/autoscaling/sim/SimCloudManager.java (at line 788)
 [ecj-lint] 	throw new UnsupportedOperationException("must add at least 1 node first");
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'queryRequest' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 6. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/cloud/autoscaling/sim/SimCloudManager.java (at line 794)
 [ecj-lint] 	throw new UnsupportedOperationException("must add at least 1 node first");
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'queryRequest' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 7. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/core/CoreContainer.java (at line 726)
 [ecj-lint] 	SolrFieldCacheBean fieldCacheBean = new SolrFieldCacheBean();
 [ecj-lint] 	                   ^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'fieldCacheBean' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 8. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java (at line 19)
 [ecj-lint] 	import javax.naming.Context;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The type javax.naming.Context is not accessible
 [ecj-lint] ----------
 [ecj-lint] 9. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java (at line 20)
 [ecj-lint] 	import javax.naming.InitialContext;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The type javax.naming.InitialContext is not accessible
 [ecj-lint] ----------
 [ecj-lint] 10. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java (at line 21)
 [ecj-lint] 	import javax.naming.NamingException;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The type javax.naming.NamingException is not accessible
 [ecj-lint] ----------
 [ecj-lint] 11. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java (at line 22)
 [ecj-lint] 	import javax.naming.NoInitialContextException;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The type javax.naming.NoInitialContextException is not accessible
 [ecj-lint] ----------
 [ecj-lint] 12. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java (at line 776)
 [ecj-lint] 	Context c = new InitialContext();
 [ecj-lint] 	^^^^^^^
 [ecj-lint] Context cannot be resolved to a type
 [ecj-lint] ----------
 [ecj-lint] 13. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java (at line 776)
 [ecj-lint] 	Context c = new InitialContext();
 [ecj-lint] 	                ^^^^^^^^^^^^^^
 [ecj-lint] InitialContext cannot be resolved to a type
 [ecj-lint] ----------
 [ecj-lint] 14. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java (at line 779)
 [ecj-lint] 	} catch (NoInitialContextException e) {
 [ecj-lint] 	         ^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] NoInitialContextException cannot be resolved to a type
 [ecj-lint] ----------
 [ecj-lint] 15. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java (at line 781)
 [ecj-lint] 	} catch (NamingException e) {
 [ecj-lint] 	         ^^^^^^^^^^^^^^^
 [ecj-lint] NamingException cannot be resolved to a type
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 16. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/handler/CdcrRequestHandler.java (at line 741)
 [ecj-lint] 	ReplicationHandler replicationHandler = (ReplicationHandler) handler;
 [ecj-lint] 	                   ^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'replicationHandler' is never closed
 [ecj-lint] ----------
 [ecj-lint] 17. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/handler/CdcrRequestHandler.java (at line 760)
 [ecj-lint] 	ReplicationHandler replicationHandler = (ReplicationHandler) handler;
 [ecj-lint] 	                   ^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'replicationHandler' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 18. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/handler/SolrConfigHandler.java (at line 819)
 [ecj-lint] 	new RuntimeLib(req.getCore().getCoreContainer()).init(new PluginInfo(info.tag, op.getDataMap()));
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 19. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/handler/admin/CollectionHandlerApi.java (at line 207)
 [ecj-lint] 	RuntimeLib lib = new RuntimeLib(handler.handler.coreContainer);
 [ecj-lint] 	           ^^^
 [ecj-lint] Resource leak: 'lib' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 20. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/handler/admin/SegmentsInfoRequestHandler.java (at line 244)
 [ecj-lint] 	leafReader = ((FilterLeafReader)leafReader).getDelegate();
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'leafReader' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 21. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/handler/component/HttpShardHandler.java (at line 148)
 [ecj-lint] 	return new JavaBinCodec(null, stringCache).setReadStringAsCharSeq(true);
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 22. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/handler/component/HttpShardHandlerFactory.java (at line 637)
 [ecj-lint] 	ZkController zkController = core == null ? null : core.getCoreContainer().getZkController();
 [ecj-lint] 	             ^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'zkController' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 23. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/handler/component/RealTimeGetComponent.java (at line 1118)
 [ecj-lint] 	PeerSyncWithLeader peerSync = new PeerSyncWithLeader(rb.req.getCore(), syncWithLeader, nVersions);
 [ecj-lint] 	                   ^^^^^^^^
 [ecj-lint] Resource leak: 'peerSync' is never closed
 [ecj-lint] ----------
 [ecj-lint] 24. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/handler/component/RealTimeGetComponent.java (at line 1140)
 [ecj-lint] 	PeerSync peerSync = new PeerSync(rb.req.getCore(), replicas, nVersions, cantReachIsSuccess);
 [ecj-lint] 	         ^^^^^^^^
 [ecj-lint] Resource leak: 'peerSync' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 25. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/handler/loader/JavabinLoader.java (at line 137)
 [ecj-lint] 	new JavaBinCodec() {
 [ecj-lint]       SolrParams params;
 [ecj-lint]       AddUpdateCommand addCmd = null;
 [ecj-lint] 
 [ecj-lint]       @Override
 [ecj-lint]       public List<Object> readIterator(DataInputInputStream fis) throws IOException {
 [ecj-lint]         while (true) {
 [ecj-lint]           Object o = readVal(fis);
 [ecj-lint]           if (o == END_OBJ) break;
 [ecj-lint]           if (o instanceof NamedList) {
 [ecj-lint]             params = ((NamedList) o).toSolrParams();
 [ecj-lint]           } else {
 [ecj-lint]             try {
 [ecj-lint]               if (o instanceof byte[]) {
 [ecj-lint]                 if (params != null) req.setParams(params);
 [ecj-lint]                 byte[] buf = (byte[]) o;
 [ecj-lint]                 contentStreamLoader.load(req, rsp, new ContentStreamBase.ByteArrayStream(buf, null), processor);
 [ecj-lint]               } else {
 [ecj-lint]                 throw new RuntimeException("unsupported type ");
 [ecj-lint]               }
 [ecj-lint]             } catch (Exception e) {
 [ecj-lint]               throw new RuntimeException(e);
 [ecj-lint]             } finally {
 [ecj-lint]               params = null;
 [ecj-lint]               req.setParams(old);
 [ecj-lint]             }
 [ecj-lint]           }
 [ecj-lint]         }
 [ecj-lint]         return Collections.emptyList();
 [ecj-lint]       }
 [ecj-lint] 
 [ecj-lint]     }.unmarshal(in);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 26. INFO in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/logging/log4j2/Log4j2Watcher.java (at line 187)
 [ecj-lint] 	if (logger == root || root.equals(logger) || isRootLogger(name) || "".equals(name)) {
 [ecj-lint] 	                                  ^^^^^^
 [ecj-lint] Unlikely argument type for equals(): Map.Entry<String,LoggerConfig> seems to be unrelated to Logger
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 27. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/search/CacheConfig.java (at line 147)
 [ecj-lint] 	MemClassLoader memClassLoader = (MemClassLoader) loader;
 [ecj-lint] 	               ^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'memClassLoader' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 28. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/update/SolrIndexSplitter.java (at line 258)
 [ecj-lint] 	HardlinkCopyDirectoryWrapper hardLinkedDir = new HardlinkCopyDirectoryWrapper(splitDir);
 [ecj-lint] 	                             ^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'hardLinkedDir' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 29. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/util/FileUtils.java (at line 52)
 [ecj-lint] 	try (FileChannel in = new FileInputStream(src).getChannel();
 [ecj-lint] 	                      ^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 30. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/util/FileUtils.java (at line 53)
 [ecj-lint] 	FileChannel out = new FileOutputStream(destination).getChannel()) {
 [ecj-lint] 	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 31. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/util/SolrCLI.java (at line 1146)
 [ecj-lint] 	SnapshotCloudManager snapshotCloudManager = new SnapshotCloudManager(simCloudManager, config);
 [ecj-lint] 	                     ^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'snapshotCloudManager' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 32. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/util/TestInjection.java (at line 263)
 [ecj-lint] 	timers.remove(this);
 [ecj-lint] 	              ^^^^
 [ecj-lint] Unlikely argument type new TimerTask(){} for remove(Object) on a Collection<Timer>
 [ecj-lint] ----------
 [ecj-lint] 32 problems (8 errors, 23 warnings, 1 info)

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:634: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:101: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build.xml:645: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:2009: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:2048: Compile failed; see the compiler error output for details.

Total time: 181 minutes 56 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-Tests-master - Build # 3684 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/3684/

1 tests failed.
FAILED:  org.apache.lucene.search.TestDiversifiedTopDocsCollector.testInvalidArguments

Error Message:
Expected value of starting position is between 0 and 5, got -1

Stack Trace:
java.lang.IllegalArgumentException: Expected value of starting position is between 0 and 5, got -1
	at __randomizedtesting.SeedInfo.seed([FA894DC3D6C92EB6:AB6E47217474F076]:0)
	at org.apache.lucene.search.TopDocsCollector.topDocs(TopDocsCollector.java:144)
	at org.apache.lucene.search.TopDocsCollector.topDocs(TopDocsCollector.java:115)
	at org.apache.lucene.search.TestDiversifiedTopDocsCollector.testInvalidArguments(TestDiversifiedTopDocsCollector.java:96)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 8884 lines...]
   [junit4] Suite: org.apache.lucene.search.TestDiversifiedTopDocsCollector
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDiversifiedTopDocsCollector -Dtests.method=testInvalidArguments -Dtests.seed=FA894DC3D6C92EB6 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=zh-Hant-MO -Dtests.timezone=Etc/GMT-8 -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.95s J1 | TestDiversifiedTopDocsCollector.testInvalidArguments <<<
   [junit4]    > Throwable #1: java.lang.IllegalArgumentException: Expected value of starting position is between 0 and 5, got -1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([FA894DC3D6C92EB6:AB6E47217474F076]:0)
   [junit4]    > 	at org.apache.lucene.search.TopDocsCollector.topDocs(TopDocsCollector.java:144)
   [junit4]    > 	at org.apache.lucene.search.TopDocsCollector.topDocs(TopDocsCollector.java:115)
   [junit4]    > 	at org.apache.lucene.search.TestDiversifiedTopDocsCollector.testInvalidArguments(TestDiversifiedTopDocsCollector.java:96)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {song=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), year=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), artistName=Lucene50(blocksize=128), id=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{artist=DocValuesFormat(name=Lucene80), weeksAtNumberOne=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=414, maxMBSortInHeap=5.729646013246676, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@45faf5d0), locale=zh-Hant-MO, timezone=Etc/GMT-8
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 11.0.1 (64-bit)/cpus=4,threads=1,free=212874832,total=264241152
   [junit4]   2> NOTE: All tests run in this JVM: [TestLazyDocument, TestMemoryAccountingBitsetCollector, TestDiversifiedTopDocsCollector]
   [junit4] Completed [6/16 (1!)] on J1 in 2.55s, 4 tests, 1 error <<< FAILURES!

[...truncated 58905 lines...]
[asciidoctor:convert] asciidoctor: ERROR: about-this-guide.adoc: line 1: invalid part, must have at least one section (e.g., chapter, appendix, etc.)
[asciidoctor:convert] asciidoctor: ERROR: solr-glossary.adoc: line 1: invalid part, must have at least one section (e.g., chapter, appendix, etc.)
     [java] Processed 2595 links (2121 relative) to 3660 anchors in 260 files
     [echo] Validated Links & Anchors via: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-ref-guide/bare-bones-html/

-documentation-lint:
    [jtidy] FIXME: Broken HTML checks were disabled, as jtidy can't handle HTML5.
     [echo] Checking for broken links...
     [exec] 
     [exec] Crawl/parse...
     [exec] 
     [exec] Verify...
     [echo] Checking for malformed docs...

jar-checksums:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

common.resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/null686830064
     [copy] Copying 38 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/null686830064
   [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/null686830064

resolve-example:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

resolve-server:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null877375999
     [copy] Copying 249 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null877375999
   [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null877375999

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: #;working@lucene1-us-west
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;5.3.0.201903130848-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.54 in public
[ivy:cachepath] 	found com.jcraft#jzlib;1.1.1 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] 	found org.bouncycastle#bcpg-jdk15on;1.60 in public
[ivy:cachepath] 	found org.bouncycastle#bcprov-jdk15on;1.60 in public
[ivy:cachepath] 	found org.bouncycastle#bcpkix-jdk15on;1.60 in public
[ivy:cachepath] 	found org.slf4j#slf4j-nop;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 54ms :: artifacts dl 2ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   9   |   0   |   0   |   0   ||   9   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 106 minutes 57 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1835)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:744)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1074)
	at hudson.FilePath.act(FilePath.java:1061)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1835)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)

[JENKINS] Lucene-Solr-Tests-master - Build # 3683 - Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/3683/

2 tests failed.
FAILED:  org.apache.solr.core.TestCodecSupport.testDynamicFieldsDocValuesFormats

Error Message:
An SPI class of type org.apache.lucene.codecs.DocValuesFormat with name 'Direct' does not exist.  You need to add the corresponding JAR file supporting this SPI to your classpath.  The current classpath supports the following names: [Asserting, Lucene70, Lucene80]

Stack Trace:
java.lang.IllegalArgumentException: An SPI class of type org.apache.lucene.codecs.DocValuesFormat with name 'Direct' does not exist.  You need to add the corresponding JAR file supporting this SPI to your classpath.  The current classpath supports the following names: [Asserting, Lucene70, Lucene80]
	at __randomizedtesting.SeedInfo.seed([FA28EF8B1D76D0FE:1AFBB14D0BE866AA]:0)
	at org.apache.lucene.util.NamedSPILoader.lookup(NamedSPILoader.java:116)
	at org.apache.lucene.codecs.DocValuesFormat.forName(DocValuesFormat.java:108)
	at org.apache.solr.core.SchemaCodecFactory$1.getDocValuesFormatForField(SchemaCodecFactory.java:112)
	at org.apache.lucene.codecs.lucene80.Lucene80Codec$2.getDocValuesFormatForField(Lucene80Codec.java:74)
	at org.apache.solr.core.TestCodecSupport.testDynamicFieldsDocValuesFormats(TestCodecSupport.java:87)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.core.TestCodecSupport.testDocValuesFormats

Error Message:
An SPI class of type org.apache.lucene.codecs.DocValuesFormat with name 'Direct' does not exist.  You need to add the corresponding JAR file supporting this SPI to your classpath.  The current classpath supports the following names: [Asserting, Lucene70, Lucene80]

Stack Trace:
java.lang.IllegalArgumentException: An SPI class of type org.apache.lucene.codecs.DocValuesFormat with name 'Direct' does not exist.  You need to add the corresponding JAR file supporting this SPI to your classpath.  The current classpath supports the following names: [Asserting, Lucene70, Lucene80]
	at __randomizedtesting.SeedInfo.seed([FA28EF8B1D76D0FE:F6732739F5777001]:0)
	at org.apache.lucene.util.NamedSPILoader.lookup(NamedSPILoader.java:116)
	at org.apache.lucene.codecs.DocValuesFormat.forName(DocValuesFormat.java:108)
	at org.apache.solr.core.SchemaCodecFactory$1.getDocValuesFormatForField(SchemaCodecFactory.java:112)
	at org.apache.lucene.codecs.lucene80.Lucene80Codec$2.getDocValuesFormatForField(Lucene80Codec.java:74)
	at org.apache.solr.core.TestCodecSupport.testDocValuesFormats(TestCodecSupport.java:65)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 12786 lines...]
   [junit4] Suite: org.apache.solr.core.TestCodecSupport
   [junit4]   2> 24813 INFO  (SUITE-TestCodecSupport-seed#[FA28EF8B1D76D0FE]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 24848 INFO  (SUITE-TestCodecSupport-seed#[FA28EF8B1D76D0FE]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.core.TestCodecSupport_FA28EF8B1D76D0FE-001/data-dir-4-001
   [junit4]   2> 24850 INFO  (SUITE-TestCodecSupport-seed#[FA28EF8B1D76D0FE]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 24979 INFO  (SUITE-TestCodecSupport-seed#[FA28EF8B1D76D0FE]-worker) [     ] o.e.j.u.log Logging initialized @25099ms to org.eclipse.jetty.util.log.Slf4jLog
   [junit4]   2> 25068 INFO  (SUITE-TestCodecSupport-seed#[FA28EF8B1D76D0FE]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 25103 INFO  (SUITE-TestCodecSupport-seed#[FA28EF8B1D76D0FE]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 25804 INFO  (SUITE-TestCodecSupport-seed#[FA28EF8B1D76D0FE]-worker) [     ] o.a.s.c.SolrResourceLoader Using system property solr.solr.home: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr
   [junit4]   2> 25819 INFO  (SUITE-TestCodecSupport-seed#[FA28EF8B1D76D0FE]-worker) [     ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 29117 INFO  (SUITE-TestCodecSupport-seed#[FA28EF8B1D76D0FE]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 30362 INFO  (SUITE-TestCodecSupport-seed#[FA28EF8B1D76D0FE]-worker) [     ] o.a.s.s.IndexSchema [null] Schema name=codec
   [junit4]   2> 31352 INFO  (SUITE-TestCodecSupport-seed#[FA28EF8B1D76D0FE]-worker) [     ] o.a.s.s.IndexSchema Loaded schema codec/1.2 with uniqueid field string_f
   [junit4]   2> 35945 INFO  (SUITE-TestCodecSupport-seed#[FA28EF8B1D76D0FE]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 37939 WARN  (SUITE-TestCodecSupport-seed#[FA28EF8B1D76D0FE]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2e584f57[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 37939 WARN  (SUITE-TestCodecSupport-seed#[FA28EF8B1D76D0FE]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2e584f57[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 39835 WARN  (SUITE-TestCodecSupport-seed#[FA28EF8B1D76D0FE]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@25903e88[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 39835 WARN  (SUITE-TestCodecSupport-seed#[FA28EF8B1D76D0FE]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@25903e88[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 42344 INFO  (SUITE-TestCodecSupport-seed#[FA28EF8B1D76D0FE]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 42359 INFO  (SUITE-TestCodecSupport-seed#[FA28EF8B1D76D0FE]-worker) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 43939 INFO  (SUITE-TestCodecSupport-seed#[FA28EF8B1D76D0FE]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b62a223
   [junit4]   2> 43940 INFO  (SUITE-TestCodecSupport-seed#[FA28EF8B1D76D0FE]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b62a223
   [junit4]   2> 43940 INFO  (SUITE-TestCodecSupport-seed#[FA28EF8B1D76D0FE]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b62a223
   [junit4]   2> 44555 INFO  (coreLoadExecutor-9-thread-1) [    x:collection1 ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 45693 INFO  (coreLoadExecutor-9-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 46547 INFO  (coreLoadExecutor-9-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema [collection1] Schema name=codec
   [junit4]   2> 46651 INFO  (coreLoadExecutor-9-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema codec/1.2 with uniqueid field string_f
   [junit4]   2> 46652 INFO  (coreLoadExecutor-9-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 47163 INFO  (coreLoadExecutor-9-thread-1) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b62a223
   [junit4]   2> 47238 INFO  (coreLoadExecutor-9-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.core.TestCodecSupport_FA28EF8B1D76D0FE-001/data-dir-4-001/]
   [junit4]   2> 47771 INFO  (coreLoadExecutor-9-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=9, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3120340987027107]
   [junit4]   2> 53237 INFO  (coreLoadExecutor-9-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 53237 INFO  (coreLoadExecutor-9-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 53276 INFO  (coreLoadExecutor-9-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=52.3154296875, floorSegmentMB=0.703125, forceMergeDeletesPctAllowed=16.687034554478483, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=33.04553064051919
   [junit4]   2> 53547 INFO  (coreLoadExecutor-9-thread-1) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2bd21f0[collection1] main]
   [junit4]   2> 53751 WARN  (coreLoadExecutor-9-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 53936 INFO  (coreLoadExecutor-9-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 53988 INFO  (searcherExecutor-10-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2bd21f0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 54009 INFO  (SUITE-TestCodecSupport-seed#[FA28EF8B1D76D0FE]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 54214 INFO  (TEST-TestCodecSupport.testDynamicFieldsPostingsFormats-seed#[FA28EF8B1D76D0FE]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testDynamicFieldsPostingsFormats
   [junit4]   2> 54215 INFO  (TEST-TestCodecSupport.testDynamicFieldsPostingsFormats-seed#[FA28EF8B1D76D0FE]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testDynamicFieldsPostingsFormats
   [junit4]   2> 54356 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testMixedCompressionMode
   [junit4]   2> 55193 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 55212 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 818
   [junit4]   2> 55359 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [     ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 55375 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [     ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@7e5c96f9 commitCommandVersion:0
   [junit4]   2> 55464 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@429caa4c[collection1] main]
   [junit4]   2> 55499 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [     ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 55608 INFO  (searcherExecutor-10-thread-1) [     ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@429caa4c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 55681 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 396
   [junit4]   2> 55717 ERROR (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [     ] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 55738 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [     ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 56011 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 56300 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [     ] o.a.s.s.IndexSchema [collection1] Schema name=codec
   [junit4]   2> 56354 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [     ] o.a.s.s.IndexSchema Loaded schema codec/1.2 with uniqueid field string_f
   [junit4]   2> 56354 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [     ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1
   [junit4]   2> 56874 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b62a223
   [junit4]   2> 56874 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.core.TestCodecSupport_FA28EF8B1D76D0FE-001/data-dir-4-001/]
   [junit4]   2> 57710 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 57710 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 57759 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@43a9eb43[collection1] main]
   [junit4]   2> 57779 WARN  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 57780 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 57782 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=19, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 57822 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 57874 INFO  (searcherExecutor-14-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@43a9eb43[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 57875 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1f224d91[collection1] main]
   [junit4]   2> 57929 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@62c511e
   [junit4]   2> 57929 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=SolrCore@62c511e
   [junit4]   2> 57930 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6c8f64d7: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@67bc2649
   [junit4]   2> 57968 INFO  (searcherExecutor-14-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1f224d91[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 59171 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 986
   [junit4]   2> 59185 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 59186 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@60c5d001 commitCommandVersion:0
   [junit4]   2> 60326 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2df0b755[collection1] main]
   [junit4]   2> 60420 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 60434 INFO  (searcherExecutor-14-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2df0b755[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={timestamp=1567688614889, java.version=11.0.1, java.vm.version=11.0.1+13-LTS, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.1+13-LTS, os.version=4.4.0-112-generic, os=Linux, java.vendor=Oracle Corporation}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 60436 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 1250
   [junit4]   2> 60545 ERROR (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 60564 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 60763 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 60935 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.s.IndexSchema [collection1] Schema name=codec
   [junit4]   2> 60972 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema codec/1.2 with uniqueid field string_f
   [junit4]   2> 60972 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1
   [junit4]   2> 61285 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b62a223
   [junit4]   2> 61286 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [     ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.core.TestCodecSupport_FA28EF8B1D76D0FE-001/data-dir-4-001/]
   [junit4]   2> 61875 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [     ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 61876 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [     ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 61914 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@748dddbc[collection1] main]
   [junit4]   2> 61928 WARN  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [     ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 61928 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [     ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 61930 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [     ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=47, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=75.830078125, floorSegmentMB=2.009765625, forceMergeDeletesPctAllowed=17.823167774009008, segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=47.67399754929432
   [junit4]   2> 61964 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [     ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 61975 INFO  (searcherExecutor-18-thread-1) [     ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@748dddbc[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={timestamp=1567688614889, java.version=11.0.1, java.vm.version=11.0.1+13-LTS, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.1+13-LTS, os.version=4.4.0-112-generic, os=Linux, java.vendor=Oracle Corporation}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 62019 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1d794de2[collection1] main]
   [junit4]   2> 62033 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@162b521b
   [junit4]   2> 62033 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=SolrCore@162b521b
   [junit4]   2> 62033 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@782716a4: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@67bc2649
   [junit4]   2> 62055 INFO  (searcherExecutor-18-thread-1) [     ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1d794de2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={timestamp=1567688614889, java.version=11.0.1, java.vm.version=11.0.1+13-LTS, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.1+13-LTS, os.version=4.4.0-112-generic, java.vendor=Oracle Corporation, os=Linux}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 62212 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 20
   [junit4]   2> 62213 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [     ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 62213 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [     ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@6efe1002 commitCommandVersion:0
   [junit4]   2> 62394 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@49c34b5f[collection1] main]
   [junit4]   2> 62430 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [     ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 62430 INFO  (searcherExecutor-18-thread-1) [     ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@49c34b5f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={timestamp=1567688614889, java.version=11.0.1, java.vm.version=11.0.1+13-LTS, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.1+13-LTS, os.version=4.4.0-112-generic, java.vendor=Oracle Corporation, os=Linux}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}]) Uninverting(_1(9.0.0):C1:[diagnostics={timestamp=1567688617083, java.version=11.0.1, java.vm.version=11.0.1+13-LTS, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.1+13-LTS, os.version=4.4.0-112-generic, os=Linux, java.vendor=Oracle Corporation}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_COMPRESSION}])))}
   [junit4]   2> 62431 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 218
   [junit4]   2> 62433 ERROR (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [     ] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 62466 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [     ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 62736 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 62882 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [     ] o.a.s.s.IndexSchema [collection1] Schema name=codec
   [junit4]   2> 62933 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [     ] o.a.s.s.IndexSchema Loaded schema codec/1.2 with uniqueid field string_f
   [junit4]   2> 62933 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [     ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1
   [junit4]   2> 63262 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b62a223
   [junit4]   2> 63262 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.core.TestCodecSupport_FA28EF8B1D76D0FE-001/data-dir-4-001/]
   [junit4]   2> 63787 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 63788 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 63790 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@786cf7bc[collection1] main]
   [junit4]   2> 63803 WARN  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 63804 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 63824 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=19, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=17.595703125, floorSegmentMB=1.4794921875, forceMergeDeletesPctAllowed=6.092185474289006, segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6244607681942504, deletesPctAllowed=35.30806103397889
   [junit4]   2> 63827 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 63840 INFO  (searcherExecutor-22-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@786cf7bc[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={timestamp=1567688614889, java.version=11.0.1, java.vm.version=11.0.1+13-LTS, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.1+13-LTS, os.version=4.4.0-112-generic, java.vendor=Oracle Corporation, os=Linux}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}]) Uninverting(_1(9.0.0):C1:[diagnostics={timestamp=1567688617083, java.version=11.0.1, java.vm.version=11.0.1+13-LTS, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.1+13-LTS, os.version=4.4.0-112-generic, os=Linux, java.vendor=Oracle Corporation}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_COMPRESSION}])))}
   [junit4]   2> 63861 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7d4927ac[collection1] main]
   [junit4]   2> 63876 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5ad1ff40
   [junit4]   2> 63876 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=SolrCore@5ad1ff40
   [junit4]   2> 63876 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7cfb77c6: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@67bc2649
   [junit4]   2> 63897 INFO  (searcherExecutor-22-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7d4927ac[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={timestamp=1567688614889, java.version=11.0.1, java.vm.version=11.0.1+13-LTS, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.1+13-LTS, os.version=4.4.0-112-generic, java.vendor=Oracle Corporation, os=Linux}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}]) Uninverting(_1(9.0.0):C1:[diagnostics={timestamp=1567688617083, java.version=11.0.1, java.vm.version=11.0.1+13-LTS, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.1+13-LTS, os.version=4.4.0-112-generic, java.vendor=Oracle Corporation, os=Linux}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_COMPRESSION}])))}
   [junit4]   2> 63951 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 1
   [junit4]   2> 63952 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 63952 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@29552a6a commitCommandVersion:0
   [junit4]   2> 64007 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@45b20181[collection1] main]
   [junit4]   2> 64022 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 64023 INFO  (searcherExecutor-22-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@45b20181[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={timestamp=1567688614889, java.version=11.0.1, java.vm.version=11.0.1+13-LTS, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.1+13-LTS, os.version=4.4.0-112-generic, java.vendor=Oracle Corporation, os=Linux}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}]) Uninverting(_1(9.0.0):C1:[diagnostics={timestamp=1567688617083, java.version=11.0.1, java.vm.version=11.0.1+13-LTS, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.1+13-LTS, os.version=4.4.0-112-generic, java.vendor=Oracle Corporation, os=Linux}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_COMPRESSION}]) Uninverting(_2(9.0.0):C1:[diagnostics={timestamp=1567688618767, java.version=11.0.1, java.vm.version=11.0.1+13-LTS, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.1+13-LTS, os.version=4.4.0-112-generic, os=Linux, java.vendor=Oracle Corporation}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 64023 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 71
   [junit4]   2> 64112 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&wt=xml} hits=3 status=0 QTime=70
   [junit4]   2> 64280 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=text:foo&wt=xml} hits=3 status=0 QTime=75
   [junit4]   2> 64295 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 64743 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@29552a6a commitCommandVersion:0
   [junit4]   2> 64779 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1a4c39f8[collection1] main]
   [junit4]   2> 64780 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 64786 INFO  (searcherExecutor-22-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1a4c39f8[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(9.0.0):c3:[diagnostics={os=Linux, java.runtime.version=11.0.1+13-LTS, mergeFactor=3, os.arch=amd64, source=merge, java.vendor=Oracle Corporation, os.version=4.4.0-112-generic, mergeMaxNumSegments=1, java.version=11.0.1, java.vm.version=11.0.1+13-LTS, lucene.version=9.0.0, timestamp=1567688619097}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 64802 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{optimize=} 0 507
   [junit4]   2> 64816 INFO  (TEST-TestCodecSupport.testMixedCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.SolrTestCaseJ4 ###Ending testMixedCompressionMode
   [junit4]   2> 64819 INFO  (TEST-TestCodecSupport.testPostingsFormats-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.SolrTestCaseJ4 ###Starting testPostingsFormats
   [junit4]   2> 64820 INFO  (TEST-TestCodecSupport.testPostingsFormats-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.SolrTestCaseJ4 ###Ending testPostingsFormats
   [junit4]   2> 64892 INFO  (TEST-TestCodecSupport.testCompressionModeDefault-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.SolrTestCaseJ4 ###Starting testCompressionModeDefault
   [junit4]   2> 64892 INFO  (TEST-TestCodecSupport.testCompressionModeDefault-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 65093 INFO  (TEST-TestCodecSupport.testCompressionModeDefault-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 65449 INFO  (TEST-TestCodecSupport.testCompressionModeDefault-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.s.IndexSchema [null] Schema name=codec
   [junit4]   2> 65501 INFO  (TEST-TestCodecSupport.testCompressionModeDefault-seed#[FA28EF8B1D76D0FE]) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema codec/1.2 with uniqueid field string_f
   [junit4]   2> 65502 INFO  (TEST-TestCodecSupport.testCompressionModeDefault-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core_with_default_compression' (registry 'solr.core.core_with_default_compression') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b62a223
   [junit4]   2> 65502 INFO  (TEST-TestCodecSupport.testCompressionModeDefault-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.c.SolrCore [[core_with_default_compression] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/core_with_default_compression/data/]
   [junit4]   2> 65523 INFO  (TEST-TestCodecSupport.testCompressionModeDefault-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=49.099609375, floorSegmentMB=1.095703125, forceMergeDeletesPctAllowed=2.810822641377598, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.10154493815436282, deletesPctAllowed=41.96301888218041
   [junit4]   2> 65813 INFO  (TEST-TestCodecSupport.testCompressionModeDefault-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 65813 INFO  (TEST-TestCodecSupport.testCompressionModeDefault-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 65815 INFO  (TEST-TestCodecSupport.testCompressionModeDefault-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=41.3349609375, floorSegmentMB=1.7705078125, forceMergeDeletesPctAllowed=26.815993605763275, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6122293815295534, deletesPctAllowed=27.32425664204685
   [junit4]   2> 65816 INFO  (TEST-TestCodecSupport.testCompressionModeDefault-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.s.SolrIndexSearcher Opening [Searcher@21b9a331[core_with_default_compression] main]
   [junit4]   2> 65829 WARN  (TEST-TestCodecSupport.testCompressionModeDefault-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 65830 INFO  (TEST-TestCodecSupport.testCompressionModeDefault-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 65831 INFO  (searcherExecutor-26-thread-1-processing-x:core_with_default_compression) [    x:core_with_default_compression ] o.a.s.c.SolrCore [core_with_default_compression] Registered new searcher Searcher@21b9a331[core_with_default_compression] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 65849 INFO  (TEST-TestCodecSupport.testCompressionModeDefault-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.p.LogUpdateProcessorFactory [core_with_default_compression]  webapp=null path=null params={}{add=[foo]} 0 1
   [junit4]   2> 65850 INFO  (TEST-TestCodecSupport.testCompressionModeDefault-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 65850 INFO  (TEST-TestCodecSupport.testCompressionModeDefault-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@7757a47b commitCommandVersion:0
   [junit4]   2> 65886 INFO  (TEST-TestCodecSupport.testCompressionModeDefault-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4f9641d3[core_with_default_compression] main]
   [junit4]   2> 65889 INFO  (searcherExecutor-26-thread-1-processing-x:core_with_default_compression) [    x:core_with_default_compression ] o.a.s.c.SolrCore [core_with_default_compression] Registered new searcher Searcher@4f9641d3[core_with_default_compression] main{ExitableDirectoryReader(UninvertingDirectoryReader(_0(9.0.0):C1:[diagnostics={timestamp=1567688620648, java.version=11.0.1, java.vm.version=11.0.1+13-LTS, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.1+13-LTS, os.version=4.4.0-112-generic, os=Linux, java.vendor=Oracle Corporation}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}]))}
   [junit4]   2> 65958 INFO  (TEST-TestCodecSupport.testCompressionModeDefault-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 65959 INFO  (TEST-TestCodecSupport.testCompressionModeDefault-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.p.LogUpdateProcessorFactory [core_with_default_compression]  webapp=null path=null params={}{commit=} 0 108
   [junit4]   2> 65960 INFO  (TEST-TestCodecSupport.testCompressionModeDefault-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.core_with_default_compression, tag=null
   [junit4]   2> 65960 INFO  (TEST-TestCodecSupport.testCompressionModeDefault-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2427504b: rootName = null, domain = solr.core.core_with_default_compression, service url = null, agent id = null] for registry solr.core.core_with_default_compression / com.codahale.metrics.MetricRegistry@3c3bb1cc
   [junit4]   2> 66033 INFO  (TEST-TestCodecSupport.testCompressionModeDefault-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.c.SolrCore [core_with_default_compression]  CLOSING SolrCore org.apache.solr.core.SolrCore@44efd8fb
   [junit4]   2> 66033 INFO  (TEST-TestCodecSupport.testCompressionModeDefault-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.core_with_default_compression, tag=SolrCore@44efd8fb
   [junit4]   2> 66143 INFO  (TEST-TestCodecSupport.testCompressionModeDefault-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.SolrTestCaseJ4 ###Ending testCompressionModeDefault
   [junit4]   2> 66214 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.SolrTestCaseJ4 ###Starting testCompressionMode
   [junit4]   2> 66214 ERROR (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 66215 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 66408 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 66468 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.s.IndexSchema [collection1] Schema name=codec
   [junit4]   2> 66503 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.s.IndexSchema Loaded schema codec/1.2 with uniqueid field string_f
   [junit4]   2> 66503 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1
   [junit4]   2> 66793 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b62a223
   [junit4]   2> 66862 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.core.TestCodecSupport_FA28EF8B1D76D0FE-001/data-dir-4-001/]
   [junit4]   2> 67792 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 67792 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 67812 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.s.SolrIndexSearcher Opening [Searcher@509c5d9a[collection1] main]
   [junit4]   2> 67813 WARN  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 67813 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 67841 INFO  (searcherExecutor-30-thread-1-processing-x:core_with_default_compression) [    x:core_with_default_compression ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@509c5d9a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(9.0.0):c3:[diagnostics={os=Linux, java.runtime.version=11.0.1+13-LTS, mergeFactor=3, os.arch=amd64, source=merge, java.vendor=Oracle Corporation, os.version=4.4.0-112-generic, mergeMaxNumSegments=1, java.version=11.0.1, java.vm.version=11.0.1+13-LTS, lucene.version=9.0.0, timestamp=1567688619097}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 67846 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=35, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5835725204853079]
   [junit4]   2> 67883 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 67899 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.s.SolrIndexSearcher Opening [Searcher@33a0dd5d[collection1] main]
   [junit4]   2> 67900 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@40485ffe
   [junit4]   2> 67900 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=SolrCore@40485ffe
   [junit4]   2> 67900 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3b808107: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@67bc2649
   [junit4]   2> 67913 INFO  (searcherExecutor-30-thread-1-processing-x:core_with_default_compression) [    x:core_with_default_compression ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@33a0dd5d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(9.0.0):c3:[diagnostics={os=Linux, java.runtime.version=11.0.1+13-LTS, mergeFactor=3, os.arch=amd64, source=merge, java.vendor=Oracle Corporation, os.version=4.4.0-112-generic, mergeMaxNumSegments=1, java.version=11.0.1, java.vm.version=11.0.1+13-LTS, lucene.version=9.0.0, timestamp=1567688619097}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 67992 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 67993 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 67994 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 67994 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1b6f23dd commitCommandVersion:0
   [junit4]   2> 67995 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.s.SolrIndexSearcher Opening [Searcher@55a25272[collection1] main]
   [junit4]   2> 68008 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 68011 INFO  (searcherExecutor-30-thread-1-processing-x:core_with_default_compression) [    x:core_with_default_compression ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@55a25272[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 68065 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 71
   [junit4]   2> 68067 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[foo]} 0 1
   [junit4]   2> 68068 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 68068 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1b6f23dd commitCommandVersion:0
   [junit4]   2> 68104 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2143184b[collection1] main]
   [junit4]   2> 68140 INFO  (searcherExecutor-30-thread-1-processing-x:core_with_default_compression) [    x:core_with_default_compression ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2143184b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(_4(9.0.0):C1:[diagnostics={timestamp=1567688622882, java.version=11.0.1, java.vm.version=11.0.1+13-LTS, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.1+13-LTS, os.version=4.4.0-112-generic, os=Linux, java.vendor=Oracle Corporation}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}]))}
   [junit4]   2> 68141 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 68141 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 73
   [junit4]   2> 68171 ERROR (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 68171 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 68373 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 68607 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.s.IndexSchema [collection1] Schema name=codec
   [junit4]   2> 68644 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.s.IndexSchema Loaded schema codec/1.2 with uniqueid field string_f
   [junit4]   2> 68644 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1
   [junit4]   2> 68842 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b62a223
   [junit4]   2> 68855 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.core.TestCodecSupport_FA28EF8B1D76D0FE-001/data-dir-4-001/]
   [junit4]   2> 69369 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 69370 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 69372 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.s.SolrIndexSearcher Opening [Searcher@146f6b98[collection1] main]
   [junit4]   2> 69373 WARN  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 69373 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 69406 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=12.9052734375, floorSegmentMB=0.68359375, forceMergeDeletesPctAllowed=21.327155474194264, segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7251482159360297, deletesPctAllowed=44.5843566773824
   [junit4]   2> 69408 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 69443 INFO  (searcherExecutor-34-thread-1-processing-x:core_with_default_compression) [    x:core_with_default_compression ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@146f6b98[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(_4(9.0.0):C1:[diagnostics={timestamp=1567688622882, java.version=11.0.1, java.vm.version=11.0.1+13-LTS, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.1+13-LTS, os.version=4.4.0-112-generic, os=Linux, java.vendor=Oracle Corporation}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}]))}
   [junit4]   2> 69480 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6dd3f090[collection1] main]
   [junit4]   2> 69481 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1e75ed51
   [junit4]   2> 69481 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=SolrCore@1e75ed51
   [junit4]   2> 69481 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5bf20db0: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@67bc2649
   [junit4]   2> 69552 INFO  (searcherExecutor-34-thread-1-processing-x:core_with_default_compression) [    x:core_with_default_compression ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6dd3f090[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(_4(9.0.0):C1:[diagnostics={timestamp=1567688622882, java.version=11.0.1, java.vm.version=11.0.1+13-LTS, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.1+13-LTS, os.version=4.4.0-112-generic, java.vendor=Oracle Corporation, os=Linux}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}]))}
   [junit4]   2> 69608 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 69608 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 69643 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 69643 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@5b94884c commitCommandVersion:0
   [junit4]   2> 69677 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4eafc43a[collection1] main]
   [junit4]   2> 69680 INFO  (searcherExecutor-34-thread-1-processing-x:core_with_default_compression) [    x:core_with_default_compression ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4eafc43a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 69697 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 69698 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 55
   [junit4]   2> 69700 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[foo]} 0 1
   [junit4]   2> 69700 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 69700 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@5b94884c commitCommandVersion:0
   [junit4]   2> 69788 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.s.SolrIndexSearcher Opening [Searcher@180e4875[collection1] main]
   [junit4]   2> 69803 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 69826 INFO  (searcherExecutor-34-thread-1-processing-x:core_with_default_compression) [    x:core_with_default_compression ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@180e4875[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(_5(9.0.0):C1:[diagnostics={timestamp=1567688624534, java.version=11.0.1, java.vm.version=11.0.1+13-LTS, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.1+13-LTS, os.version=4.4.0-112-generic, os=Linux, java.vendor=Oracle Corporation}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_COMPRESSION}]))}
   [junit4]   2> 69826 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 125
   [junit4]   2> 69877 ERROR (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 69877 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 70208 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 70316 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.s.IndexSchema [collection1] Schema name=codec
   [junit4]   2> 70388 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.s.IndexSchema Loaded schema codec/1.2 with uniqueid field string_f
   [junit4]   2> 70389 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1
   [junit4]   2> 70589 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b62a223
   [junit4]   2> 70589 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.core.TestCodecSupport_FA28EF8B1D76D0FE-001/data-dir-4-001/]
   [junit4]   2> 71375 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 71375 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 71377 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.s.SolrIndexSearcher Opening [Searcher@72fa3921[collection1] main]
   [junit4]   2> 71378 WARN  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 71378 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 71411 INFO  (searcherExecutor-38-thread-1-processing-x:core_with_default_compression) [    x:core_with_default_compression ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@72fa3921[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(_5(9.0.0):C1:[diagnostics={timestamp=1567688624534, java.version=11.0.1, java.vm.version=11.0.1+13-LTS, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.1+13-LTS, os.version=4.4.0-112-generic, os=Linux, java.vendor=Oracle Corporation}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_COMPRESSION}]))}
   [junit4]   2> 71444 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=50, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=92.3515625, floorSegmentMB=1.765625, forceMergeDeletesPctAllowed=13.523118974743294, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5728985291525803, deletesPctAllowed=22.028996767870872
   [junit4]   2> 71446 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 71447 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.s.SolrIndexSearcher Opening [Searcher@76a54816[collection1] main]
   [junit4]   2> 71448 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@41ff4b6
   [junit4]   2> 71448 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=SolrCore@41ff4b6
   [junit4]   2> 71448 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7a2cab5d: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@67bc2649
   [junit4]   2> 71468 INFO  (searcherExecutor-38-thread-1-processing-x:core_with_default_compression) [    x:core_with_default_compression ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@76a54816[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(_5(9.0.0):C1:[diagnostics={timestamp=1567688624534, java.version=11.0.1, java.vm.version=11.0.1+13-LTS, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.1+13-LTS, os.version=4.4.0-112-generic, java.vendor=Oracle Corporation, os=Linux}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_COMPRESSION}]))}
   [junit4]   2> 71603 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 71603 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 71604 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 71604 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@507d69 commitCommandVersion:0
   [junit4]   2> 71605 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4bb4380[collection1] main]
   [junit4]   2> 71606 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 71613 INFO  (searcherExecutor-38-thread-1-processing-x:core_with_default_compression) [    x:core_with_default_compression ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4bb4380[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 71659 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 54
   [junit4]   2> 71679 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[foo]} 0 19
   [junit4]   2> 71713 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 71713 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@507d69 commitCommandVersion:0
   [junit4]   2> 71807 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.s.SolrIndexSearcher Opening [Searcher@28c2473d[collection1] main]
   [junit4]   2> 71808 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 71811 INFO  (searcherExecutor-38-thread-1-processing-x:core_with_default_compression) [    x:core_with_default_compression ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@28c2473d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(_6(9.0.0):C1:[diagnostics={timestamp=1567688626532, java.version=11.0.1, java.vm.version=11.0.1+13-LTS, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.1+13-LTS, os.version=4.4.0-112-generic, os=Linux, java.vendor=Oracle Corporation}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}]))}
   [junit4]   2> 71829 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 116
   [junit4]   2> 71830 ERROR (TEST-TestCodecSupport.testCompressionMode-seed#[FA28EF8B1D76D0FE]) [    x:core_with_default_compression ] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from /home/j

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

Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null493041842
     [copy] Copying 249 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null493041842
   [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null493041842

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: #;working@lucene2-us-west.apache.org
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;5.3.0.201903130848-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.54 in public
[ivy:cachepath] 	found com.jcraft#jzlib;1.1.1 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] 	found org.bouncycastle#bcpg-jdk15on;1.60 in public
[ivy:cachepath] 	found org.bouncycastle#bcprov-jdk15on;1.60 in public
[ivy:cachepath] 	found org.bouncycastle#bcpkix-jdk15on;1.60 in public
[ivy:cachepath] 	found org.slf4j#slf4j-nop;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 32ms :: artifacts dl 2ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   9   |   0   |   0   |   0   ||   9   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 185 minutes 40 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1835)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1074)
	at hudson.FilePath.act(FilePath.java:1061)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1835)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)