Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11862/ Java: 64bit/jdk1.8.0_40-ea-b09 -XX:-UseCompressedOops -XX:+UseG1GC (asserts: true)
3 tests failed. FAILED: org.apache.solr.client.solrj.SolrSchemalessExampleTest.testCommitWithinOnAdd Error Message: Error from server at http://127.0.0.1:56934/solr/collection1: undefined field: "price" Stack Trace: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:56934/solr/collection1: undefined field: "price" at __randomizedtesting.SeedInfo.seed([920662D75354D2DB:8E8948BB22F632D0]:0) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:558) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210) at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124) at org.apache.solr.client.solrj.SolrExampleTestsBase.testCommitWithinOnAdd(SolrExampleTestsBase.java:63) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836) at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738) at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) 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:54) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365) at java.lang.Thread.run(Thread.java:745) FAILED: org.apache.solr.client.solrj.SolrSchemalessExampleTest.testStreamingRequest Error Message: Error from server at http://127.0.0.1:56934/solr/collection1: undefined field: "cat" Stack Trace: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:56934/solr/collection1: undefined field: "cat" at __randomizedtesting.SeedInfo.seed([920662D75354D2DB:55EF1AD9715F7988]:0) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:558) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210) at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124) at org.apache.solr.client.solrj.SolrExampleTestsBase.testStreamingRequest(SolrExampleTestsBase.java:230) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836) at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738) at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) 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:54) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365) at java.lang.Thread.run(Thread.java:745) FAILED: org.apache.solr.client.solrj.SolrSchemalessExampleTest.testCommitWithinOnDelete Error Message: Error from server at http://127.0.0.1:56934/solr/collection1: undefined field: "price" Stack Trace: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:56934/solr/collection1: undefined field: "price" at __randomizedtesting.SeedInfo.seed([920662D75354D2DB:FE12956689D738E0]:0) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:558) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210) at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124) at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:117) at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:103) at org.apache.solr.client.solrj.SolrExampleTestsBase.testCommitWithinOnDelete(SolrExampleTestsBase.java:134) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836) at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738) at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) 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:54) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365) at java.lang.Thread.run(Thread.java:745) Build Log: [...truncated 10685 lines...] [junit4] Suite: org.apache.solr.client.solrj.SolrSchemalessExampleTest [junit4] 2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrSchemalessExampleTest 920662D75354D2DB-001/init-core-data-001 [junit4] 2> 69960 T323 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false) [junit4] 2> 70024 T323 oas.SolrTestCaseJ4.initCore ####initCore [junit4] 2> 70024 T323 oas.SolrTestCaseJ4.initCore ####initCore end [junit4] 2> 70025 T323 oejs.Server.doStart jetty-9.2.6.v20141205 [junit4] 2> 70027 T323 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@3f17e8f0{/solr,null,AVAILABLE} [junit4] 2> 70028 T323 oejs.AbstractConnector.doStart Started ServerConnector@7a9344de{HTTP/1.1}{127.0.0.1:56934} [junit4] 2> 70029 T323 oejs.Server.doStart Started @72710ms [junit4] 2> 70030 T323 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@73d16e93 [junit4] 2> 70030 T323 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 70030 T323 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrSchemalessExampleTest 920662D75354D2DB-001/tempDir-001 [junit4] 2> 70030 T323 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrSchemalessExampleTest 920662D75354D2DB-001/tempDir-001/' [junit4] 2> 70042 T323 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrSchemalessExampleTest 920662D75354D2DB-001/tempDir-001/solr.xml [junit4] 2> 70051 T323 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrSchemalessExampleTest 920662D75354D2DB-001/tempDir-001 [junit4] 2> 70052 T323 oasc.CoreContainer.<init> New CoreContainer 167083022 [junit4] 2> 70052 T323 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrSchemalessExampleTest 920662D75354D2DB-001/tempDir-001/] [junit4] 2> 70053 T323 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0 [junit4] 2> 70053 T323 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null [junit4] 2> 70053 T323 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0 [junit4] 2> 70053 T323 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 70053 T323 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000 [junit4] 2> 70053 T323 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 70053 T323 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 70054 T323 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 70054 T323 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 70054 T323 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 70054 T323 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=0&connTimeout=0&retry=false [junit4] 2> 70055 T323 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 70055 T323 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 70055 T323 oasc.CoreContainer.load Host Name: [junit4] 2> 70056 T323 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrSchemalessExampleTest 920662D75354D2DB-001/tempDir-001 [junit4] 2> 70056 T323 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrSchemalessExampleTest 920662D75354D2DB-001/tempDir-001/collection1/ [junit4] 2> 70057 T323 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 70057 T335 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrSchemalessExampleTest 920662D75354D2DB-001/tempDir-001/collection1/' [junit4] 2> 70070 T335 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1 [junit4] 2> 70071 T335 oasc.SolrConfig.initLibs Adding specified lib dirs to ClassLoader [junit4] 2> 70071 T335 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../../contrib/extraction/lib (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrSchemalessExampleTest 920662D75354D2DB-001/tempDir-001/collection1/../../../../contrib/extraction/lib). [junit4] 2> 70071 T335 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrSchemalessExampleTest 920662D75354D2DB-001/tempDir-001/collection1/../../../../dist). [junit4] 2> 70071 T335 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../../contrib/clustering/lib/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrSchemalessExampleTest 920662D75354D2DB-001/tempDir-001/collection1/../../../../contrib/clustering/lib). [junit4] 2> 70071 T335 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrSchemalessExampleTest 920662D75354D2DB-001/tempDir-001/collection1/../../../../dist). [junit4] 2> 70072 T335 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../../contrib/langid/lib/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrSchemalessExampleTest 920662D75354D2DB-001/tempDir-001/collection1/../../../../contrib/langid/lib). [junit4] 2> 70072 T335 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrSchemalessExampleTest 920662D75354D2DB-001/tempDir-001/collection1/../../../../dist). [junit4] 2> 70072 T335 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../../contrib/velocity/lib (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrSchemalessExampleTest 920662D75354D2DB-001/tempDir-001/collection1/../../../../contrib/velocity/lib). [junit4] 2> 70072 T335 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrSchemalessExampleTest 920662D75354D2DB-001/tempDir-001/collection1/../../../../dist). [junit4] 2> 70087 T335 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0 [junit4] 2> 70143 T335 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 70152 T335 oass.ManagedIndexSchemaFactory.readSchemaLocally The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead [junit4] 2> 70155 T335 oass.IndexSchema.readSchema Reading Solr Schema from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrSchemalessExampleTest 920662D75354D2DB-001/tempDir-001/collection1/conf/schema.xml [junit4] 2> 70160 T335 oass.IndexSchema.readSchema [collection1] Schema name=example-schemaless [junit4] 2> 70355 T335 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 70367 T335 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 70369 T335 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 70392 T335 oass.ManagedIndexSchema.persistManagedSchema Upgraded to managed schema at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrSchemalessExampleTest 920662D75354D2DB-001/tempDir-001/collection1/conf/managed-schema [junit4] 2> 70476 T335 oass.ManagedIndexSchemaFactory.upgradeToManagedSchema After upgrading to managed schema, renamed the non-managed schema /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrSchemalessExampleTest 920662D75354D2DB-001/tempDir-001/collection1/conf/schema.xml to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrSchemalessExampleTest 920662D75354D2DB-001/tempDir-001/collection1/conf/schema.xml.bak [junit4] 2> 70476 T335 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrSchemalessExampleTest 920662D75354D2DB-001/tempDir-001/collection1/ [junit4] 2> 70476 T335 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 70477 T335 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrSchemalessExampleTest 920662D75354D2DB-001/tempDir-001/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrSchemalessExampleTest 920662D75354D2DB-001/tempDir-002/ [junit4] 2> 70477 T335 oasc.JmxMonitoredMap.<init> No JMX servers found, not exposing Solr information with JMX. [junit4] 2> 70477 T335 oasc.SolrCore.initListeners [collection1] Added SolrEventListener for newSearcher: org.apache.solr.core.QuerySenderListener{queries=[]} [junit4] 2> 70477 T335 oasc.SolrCore.initListeners [collection1] Added SolrEventListener for firstSearcher: org.apache.solr.core.QuerySenderListener{queries=[]} [junit4] 2> 70477 T335 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrSchemalessExampleTest 920662D75354D2DB-001/tempDir-002 [junit4] 2> 70478 T335 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrSchemalessExampleTest 920662D75354D2DB-001/tempDir-002/index/ [junit4] 2> 70478 T335 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrSchemalessExampleTest 920662D75354D2DB-001/tempDir-002/index' doesn't exist. Creating new index... [junit4] 2> 70478 T335 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrSchemalessExampleTest 920662D75354D2DB-001/tempDir-002/index [junit4] 2> 70478 T335 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@313bdec8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3f626728),segFN=segments_1,generation=1} [junit4] 2> 70479 T335 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 70479 T335 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter [junit4] 2> 70479 T335 oasc.SolrCore.initWriters adding lazy queryResponseWriter: solr.VelocityResponseWriter [junit4] 2> 70479 T335 oasc.SolrCore.initWriters created velocity: solr.VelocityResponseWriter [junit4] 2> 70479 T335 oasc.SolrCore.initWriters created xslt: solr.XSLTResponseWriter [junit4] 2> 70479 T335 oasr.XSLTResponseWriter.init xsltCacheLifetimeSeconds=5 [junit4] 2> 70480 T335 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema" [junit4] 2> 70616 T335 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 70616 T335 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 70616 T335 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 70616 T335 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 70616 T335 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 70616 T335 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler [junit4] 2> 70617 T335 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler [junit4] 2> 70617 T335 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler [junit4] 2> 70617 T335 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler [junit4] 2> 70618 T335 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler [junit4] 2> 70618 T335 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler [junit4] 2> 70618 T335 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler [junit4] 2> 70618 T335 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler [junit4] 2> 70619 T335 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler [junit4] 2> 70619 T335 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler [junit4] 2> 70619 T335 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler [junit4] 2> 70619 T335 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler [junit4] 2> 70619 T335 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler [junit4] 2> 70619 T335 oasc.RequestHandlers.initHandlersFromConfig created /query: solr.SearchHandler [junit4] 2> 70619 T335 oasc.RequestHandlers.initHandlersFromConfig created /browse: solr.SearchHandler [junit4] 2> 70620 T335 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.extraction.ExtractingRequestHandler [junit4] 2> 70620 T335 oasc.RequestHandlers.initHandlersFromConfig created /update/extract: solr.extraction.ExtractingRequestHandler [junit4] 2> 70620 T335 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.FieldAnalysisRequestHandler [junit4] 2> 70620 T335 oasc.RequestHandlers.initHandlersFromConfig created /analysis/field: solr.FieldAnalysisRequestHandler [junit4] 2> 70620 T335 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.DocumentAnalysisRequestHandler [junit4] 2> 70620 T335 oasc.RequestHandlers.initHandlersFromConfig created /analysis/document: solr.DocumentAnalysisRequestHandler [junit4] 2> 70620 T335 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler [junit4] 2> 70623 T335 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 70623 T335 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.SearchHandler [junit4] 2> 70623 T335 oasc.RequestHandlers.initHandlersFromConfig created /spell: solr.SearchHandler [junit4] 2> 70623 T335 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.SearchHandler [junit4] 2> 70623 T335 oasc.RequestHandlers.initHandlersFromConfig created /tvrh: solr.SearchHandler [junit4] 2> 70624 T335 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.SearchHandler [junit4] 2> 70624 T335 oasc.RequestHandlers.initHandlersFromConfig created /terms: solr.SearchHandler [junit4] 2> 70624 T335 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.SearchHandler [junit4] 2> 70624 T335 oasc.RequestHandlers.initHandlersFromConfig created /elevate: solr.SearchHandler [junit4] 2> 70625 T335 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 70626 T335 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 70627 T335 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 70627 T335 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 70629 T335 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache [junit4] 2> 70629 T335 oasu.CommitTracker.<init> Hard AutoCommit: if uncommited for 15000ms; [junit4] 2> 70630 T335 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 70630 T335 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@313bdec8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3f626728),segFN=segments_1,generation=1} [junit4] 2> 70630 T335 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 70631 T335 oass.SolrIndexSearcher.<init> Opening Searcher@4c92fd65[collection1] main [junit4] 2> 70631 T335 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrSchemalessExampleTest 920662D75354D2DB-001/tempDir-001/collection1/conf [junit4] 2> 70631 T335 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrSchemalessExampleTest 920662D75354D2DB-001/tempDir-001/collection1/conf} [junit4] 2> 70631 T335 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrSchemalessExampleTest 920662D75354D2DB-001/tempDir-001/collection1/conf [junit4] 2> 70631 T335 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 70631 T335 oashc.SpellCheckComponent.inform Initializing spell checkers [junit4] 2> 70632 T335 oass.DirectSolrSpellChecker.init init: {name=default,field=text,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01} [junit4] 2> 70632 T335 oashc.SpellCheckComponent.inform No queryConverter defined, using default converter [junit4] 2> 70632 T335 oashc.QueryElevationComponent.inform Loading QueryElevation from: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrSchemalessExampleTest 920662D75354D2DB-001/tempDir-001/collection1/conf/elevate.xml [junit4] 2> 70641 T335 oash.ReplicationHandler.inform Commits will be reserved for 10000 [junit4] 2> 70641 T336 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@4c92fd65[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 70641 T335 oasc.CoreContainer.registerCore registering core: collection1 [junit4] 2> 70641 T336 oasc.QuerySenderListener.newSearcher QuerySenderListener done. [junit4] 2> 70641 T336 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: default [junit4] 2> 70642 T336 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: wordbreak [junit4] 2> 70642 T323 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1 [junit4] 2> 70642 T323 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 70642 T336 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4c92fd65[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 70642 T323 oas.SolrJettyTestBase.createJetty Jetty Assigned Port#56934 [junit4] 2> 70646 T323 oas.SolrTestCaseJ4.setUp ###Starting testAddDelete [junit4] 2> ASYNC NEW_CORE C33 name=collection1 org.apache.solr.core.SolrCore@2f4272f [junit4] 2> 70652 T330 C33 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1489630724968415232)} 0 2 [junit4] 2> 70657 T331 C33 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0 & 222 (1489630724972609536)]} 0 2 [junit4] 2> 70660 T332 C33 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 70662 T332 C33 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@313bdec8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3f626728),segFN=segments_1,generation=1} [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@313bdec8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3f626728),segFN=segments_2,generation=2} [junit4] 2> 70663 T332 C33 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2 [junit4] 2> 70665 T332 C33 oass.SolrIndexSearcher.<init> Opening Searcher@6458b6ab[collection1] main [junit4] 2> 70665 T336 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@6458b6ab[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):C1)))} [junit4] 2> 70665 T332 C33 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4] 2> 70665 T336 oasc.QuerySenderListener.newSearcher QuerySenderListener done. [junit4] 2> 70666 T336 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6458b6ab[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):C1)))} [junit4] 2> 70666 T332 C33 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 6 [junit4] 2> 70669 T330 C33 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=1 [junit4] 2> 70672 T331 C33 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {delete=[0 & 222 (-1489630724989386752)]} 0 1 [junit4] 2> 70677 T332 C33 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 70678 T332 C33 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@313bdec8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3f626728),segFN=segments_2,generation=2} [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@313bdec8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3f626728),segFN=segments_3,generation=3} [junit4] 2> 70678 T332 C33 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3 [junit4] 2> 70679 T332 C33 oass.SolrIndexSearcher.<init> Opening Searcher@254fef93[collection1] main [junit4] 2> 70679 T332 C33 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4] 2> 70679 T336 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@254fef93[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 70679 T336 oasc.QuerySenderListener.newSearcher QuerySenderListener done. [junit4] 2> 70679 T336 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@254fef93[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 70680 T332 C33 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 3 [junit4] 2> 70682 T330 C33 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0 [junit4] 2> 70686 T331 C33 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0 & 222 (1489630725004066816)]} 0 1 [junit4] 2> 70688 T332 C33 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 70690 T332 C33 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@313bdec8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3f626728),segFN=segments_3,generation=3} [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@313bdec8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3f626728),segFN=segments_4,generation=4} [junit4] 2> 70690 T332 C33 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4 [junit4] 2> 70695 T332 C33 oass.SolrIndexSearcher.<init> Opening Searcher@71e772b7[collection1] main [junit4] 2> 70696 T336 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@71e772b7[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.0.0):C1)))} [junit4] 2> 70696 T336 oasc.QuerySenderListener.newSearcher QuerySenderListener done. [junit4] 2> 70696 T332 C33 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4] 2> 70696 T336 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@71e772b7[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.0.0):C1)))} [junit4] 2> 70696 T332 C33 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 8 [junit4] 2> 70699 T330 C33 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0 [junit4] 2> 70704 T331 C33 oass.SolrIndexSearcher.<init> Opening Searcher@43aaa9e2[collection1] realtime [junit4] 2> 70705 T331 C33 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=id:"0\ \&\ 222" (-1489630725021892608)} 0 3 [junit4] 2> 70712 T332 C33 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 70713 T332 C33 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@313bdec8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3f626728),segFN=segments_4,generation=4} [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@313bdec8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3f626728),segFN=segments_5,generation=5} [junit4] 2> 70713 T332 C33 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 5 [junit4] 2> 70715 T332 C33 oass.SolrIndexSearcher.<init> Opening Searcher@6d2d8557[collection1] main [junit4] 2> 70715 T332 C33 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4] 2> 70715 T336 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@6d2d8557[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 70716 T336 oasc.QuerySenderListener.newSearcher QuerySenderListener done. [junit4] 2> 70716 T336 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6d2d8557[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 70716 T332 C33 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 4 [junit4] 2> 70719 T330 C33 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0 [junit4] 2> 70723 T331 C33 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0 & 222 (1489630725042864128)]} 0 1 [junit4] 2> 70726 T332 C33 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1 & 222 (1489630725047058432)]} 0 0 [junit4] 2> 70729 T330 C33 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[2 & 222 (1489630725050204160)]} 0 0 [junit4] 2> 70735 T331 C33 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 70739 T331 C33 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@313bdec8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3f626728),segFN=segments_5,generation=5} [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@313bdec8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3f626728),segFN=segments_6,generation=6} [junit4] 2> 70740 T331 C33 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 6 [junit4] 2> 70746 T331 C33 oass.SolrIndexSearcher.<init> Opening Searcher@76b25585[collection1] main [junit4] 2> 70747 T336 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@76b25585[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(6.0.0):C3)))} [junit4] 2> 70747 T336 oasc.QuerySenderListener.newSearcher QuerySenderListener done. [junit4] 2> 70747 T336 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@76b25585[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(6.0.0):C3)))} [junit4] 2> 70747 T331 C33 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4] 2> 70747 T331 C33 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 12 [junit4] 2> 70750 T332 C33 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=3 status=0 QTime=0 [junit4] 2> 70754 T330 C33 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {delete=[0 & 222 (-1489630725075369984), 1 & 222 (-1489630725075369985), 2 & 222 (-1489630725075369986)]} 0 1 [junit4] 2> 70757 T331 C33 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 70758 T331 C33 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@313bdec8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3f626728),segFN=segments_6,generation=6} [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@313bdec8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3f626728),segFN=segments_7,generation=7} [junit4] 2> 70758 T331 C33 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 7 [junit4] 2> 70758 T331 C33 oass.SolrIndexSearcher.<init> Opening Searcher@7fdb7790[collection1] main [junit4] 2> 70759 T331 C33 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4] 2> 70759 T336 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@7fdb7790[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 70759 T336 oasc.QuerySenderListener.newSearcher QuerySenderListener done. [junit4] 2> 70759 T336 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7fdb7790[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 70760 T331 C33 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 3 [junit4] 2> 70763 T332 C33 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0 [junit4] 2> 70763 T323 oas.SolrTestCaseJ4.tearDown ###Ending testAddDelete [junit4] 2> 70768 T323 oas.SolrTestCaseJ4.setUp ###Starting testArbitraryJsonIndexing [junit4] 2> 70771 T330 C33 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1489630725093195776)} 0 1 [junit4] 2> 70773 T331 C33 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 70774 T331 C33 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit. [junit4] 2> 70774 T331 C33 oasc.SolrCore.openNewSearcher SolrIndexSearcher has not changed - not re-opening: org.apache.solr.search.SolrIndexSearcher [junit4] 2> 70774 T331 C33 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4] 2> 70777 T331 C33 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 4 [junit4] 2> 70780 T332 C33 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0 [junit4] 2> 70911 T330 C33 oass.ManagedIndexSchema.persistManagedSchema Upgraded to managed schema at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrSchemalessExampleTest 920662D75354D2DB-001/tempDir-001/collection1/conf/managed-schema [junit4] 2> 70924 T330 C33 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update/json/docs params={} {add=[abc1 (1489630725114167296), 681a4488-15e1-4fd8-8903-35f93297c50e (1489630725254676480)]} 0 141 [junit4] 2> 70927 T331 C33 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 70928 T331 C33 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@313bdec8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3f626728),segFN=segments_7,generation=7} [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@313bdec8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3f626728),segFN=segments_8,generation=8} [junit4] 2> 70928 T331 C33 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 8 [junit4] 2> 70929 T331 C33 oass.SolrIndexSearcher.<init> Opening Searcher@19165b6a[collection1] main [junit4] 2> 70930 T331 C33 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4] 2> 70930 T336 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@19165b6a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6.0.0):C2)))} [junit4] 2> 70930 T336 oasc.QuerySenderListener.newSearcher QuerySenderListener done. [junit4] 2> 70930 T336 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@19165b6a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6.0.0):C2)))} [junit4] 2> 70930 T331 C33 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 3 [junit4] 2> 70933 T332 C33 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=2 status=0 QTime=0 [junit4] 2> 70933 T323 oas.SolrTestCaseJ4.tearDown ###Ending testArbitraryJsonIndexing [junit4] 2> 70937 T323 oas.SolrTestCaseJ4.setUp ###Starting testCommitWithinOnAdd [junit4] 2> 70940 T330 C33 oass.SolrIndexSearcher.<init> Opening Searcher@7cbc8546[collection1] realtime [junit4] 2> 70940 T330 C33 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1489630725270405120)} 0 1 [junit4] 2> 70942 T331 C33 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 70943 T331 C33 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@313bdec8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3f626728),segFN=segments_8,generation=8} [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@313bdec8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3f626728),segFN=segments_9,generation=9} [junit4] 2> 70943 T331 C33 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 9 [junit4] 2> 70943 T331 C33 oass.SolrIndexSearcher.<init> Opening Searcher@612746fc[collection1] main [junit4] 2> 70944 T331 C33 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4] 2> 70944 T336 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@612746fc[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 70944 T336 oasc.QuerySenderListener.newSearcher QuerySenderListener done. [junit4] 2> 70944 T336 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@612746fc[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 70944 T331 C33 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 2 [junit4] 2> 70946 T332 C33 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0 [junit4] 2> 70948 T330 C33 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {} 0 0 [junit4] 2> 70949 T330 C33 oasc.SolrException.log ERROR org.apache.solr.common.SolrException: undefined field: "price" [junit4] 2> at org.apache.solr.schema.IndexSchema.getField(IndexSchema.java:1221) [junit4] 2> at org.apache.solr.schema.IndexSchema.getCopyFieldsList(IndexSchema.java:1338) [junit4] 2> at org.apache.solr.update.DocumentBuilder.toDocument(DocumentBuilder.java:110) [junit4] 2> at org.apache.solr.update.AddUpdateCommand.getLuceneDocument(AddUpdateCommand.java:79) [junit4] 2> at org.apache.solr.update.DirectUpdateHandler2.addDoc0(DirectUpdateHandler2.java:240) [junit4] 2> at org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:166) [junit4] 2> at org.apache.solr.update.processor.RunUpdateProcessor.processAdd(RunUpdateProcessorFactory.java:69) [junit4] 2> at org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:51) [junit4] 2> at org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalAdd(DistributedUpdateProcessor.java:931) [junit4] 2> at org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:1085) [junit4] 2> at org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:697) [junit4] 2> at org.apache.solr.update.processor.LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:104) [junit4] 2> at org.apache.solr.handler.loader.JavabinLoader$1.update(JavabinLoader.java:96) [junit4] 2> at org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$1.readOuterMostDocIterator(JavaBinUpdateRequestCodec.java:166) [junit4] 2> at org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$1.readIterator(JavaBinUpdateRequestCodec.java:136) [junit4] 2> at org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:225) [junit4] 2> at org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$1.readNamedList(JavaBinUpdateRequestCodec.java:121) [junit4] 2> at org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:190) [junit4] 2> at org.apache.solr.common.util.JavaBinCodec.unmarshal(JavaBinCodec.java:116) [junit4] 2> at org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec.unmarshal(JavaBinUpdateRequestCodec.java:173) [junit4] 2> at org.apache.solr.handler.loader.JavabinLoader.parseAndLoadDocs(JavabinLoader.java:106) [junit4] 2> at org.apache.solr.handler.loader.JavabinLoader.load(JavabinLoader.java:58) [junit4] 2> at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:103) [junit4] 2> at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:74) [junit4] 2> at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:144) [junit4] 2> at org.apache.solr.core.SolrCore.execute(SolrCore.java:2005) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:779) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:414) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:201) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652) [junit4] 2> at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:138) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652) [junit4] 2> at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:83) [junit4] 2> at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:300) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585) [junit4] 2> at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221) [junit4] 2> at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1125) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515) [junit4] 2> at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185) [junit4] 2> at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1059) [junit4] 2> at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) [junit4] 2> at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97) [junit4] 2> at org.eclipse.jetty.server.Server.handle(Server.java:497) [junit4] 2> at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:313) [junit4] 2> at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:248) [junit4] 2> at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540) [junit4] 2> at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:626) [junit4] 2> at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:546) [junit4] 2> at java.lang.Thread.run(Thread.java:745) [junit4] 2> [junit4] 2> 70950 T323 oas.SolrTestCaseJ4.tearDown ###Ending testCommitWithinOnAdd [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=SolrSchemalessExampleTest -Dtests.method=testCommitWithinOnAdd -Dtests.seed=920662D75354D2DB -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es_DO -Dtests.timezone=Etc/GMT-11 -Dtests.asserts=true -Dtests.file.encoding=UTF-8 [junit4] ERROR 0.04s J1 | SolrSchemalessExampleTest.testCommitWithinOnAdd <<< [junit4] > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:56934/solr/collection1: undefined field: "price" [junit4] > at __randomizedtesting.SeedInfo.seed([920662D75354D2DB:8E8948BB22F632D0]:0) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:558) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210) [junit4] > at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124) [junit4] > at org.apache.solr.client.solrj.SolrExampleTestsBase.testCommitWithinOnAdd(SolrExampleTestsBase.java:63) [junit4] > at java.lang.Thread.run(Thread.java:745) [junit4] 2> 70982 T323 oas.SolrTestCaseJ4.setUp ###Starting testStreamingRequest [junit4] 2> 70985 T331 C33 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1489630725317591040)} 0 1 [junit4] 2> 70987 T332 C33 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 70987 T332 C33 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit. [junit4] 2> 70988 T332 C33 oasc.SolrCore.openNewSearcher SolrIndexSearcher has not changed - not re-opening: org.apache.solr.search.SolrIndexSearcher [junit4] 2> 70988 T332 C33 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4] 2> 70988 T332 C33 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 1 [junit4] 2> 70990 T330 C33 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0 [junit4] 2> 70992 T331 C33 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {} 0 0 [junit4] 2> 70993 T331 C33 oasc.SolrException.log ERROR org.apache.solr.common.SolrException: undefined field: "cat" [junit4] 2> at org.apache.solr.schema.IndexSchema.getField(IndexSchema.java:1221) [junit4] 2> at org.apache.solr.schema.IndexSchema.getCopyFieldsList(IndexSchema.java:1338) [junit4] 2> at org.apache.solr.update.DocumentBuilder.toDocument(DocumentBuilder.java:110) [junit4] 2> at org.apache.solr.update.AddUpdateCommand.getLuceneDocument(AddUpdateCommand.java:79) [junit4] 2> at org.apache.solr.update.DirectUpdateHandler2.addDoc0(DirectUpdateHandler2.java:240) [junit4] 2> at org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:166) [junit4] 2> at org.apache.solr.update.processor.RunUpdateProcessor.processAdd(RunUpdateProcessorFactory.java:69) [junit4] 2> at org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:51) [junit4] 2> at org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalAdd(DistributedUpdateProcessor.java:931) [junit4] 2> at org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:1085) [junit4] 2> at org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:697) [junit4] 2> at org.apache.solr.update.processor.LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:104) [junit4] 2> at org.apache.solr.handler.loader.JavabinLoader$1.update(JavabinLoader.java:96) [junit4] 2> at org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$1.readOuterMostDocIterator(JavaBinUpdateRequestCodec.java:166) [junit4] 2> at org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$1.readIterator(JavaBinUpdateRequestCodec.java:136) [junit4] 2> at org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:225) [junit4] 2> at org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$1.readNamedList(JavaBinUpdateRequestCodec.java:121) [junit4] 2> at org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:190) [junit4] 2> at org.apache.solr.common.util.JavaBinCodec.unmarshal(JavaBinCodec.java:116) [junit4] 2> at org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec.unmarshal(JavaBinUpdateRequestCodec.java:173) [junit4] 2> at org.apache.solr.handler.loader.JavabinLoader.parseAndLoadDocs(JavabinLoader.java:106) [junit4] 2> at org.apache.solr.handler.loader.JavabinLoader.load(JavabinLoader.java:58) [junit4] 2> at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:103) [junit4] 2> at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:74) [junit4] 2> at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:144) [junit4] 2> at org.apache.solr.core.SolrCore.execute(SolrCore.java:2005) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:779) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:414) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:201) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652) [junit4] 2> at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:138) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652) [junit4] 2> at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:83) [junit4] 2> at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:300) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585) [junit4] 2> at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221) [junit4] 2> at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1125) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515) [junit4] 2> at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185) [junit4] 2> at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1059) [junit4] 2> at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) [junit4] 2> at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97) [junit4] 2> at org.eclipse.jetty.server.Server.handle(Server.java:497) [junit4] 2> at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:313) [junit4] 2> at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:248) [junit4] 2> at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540) [junit4] 2> at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:626) [junit4] 2> at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:546) [junit4] 2> at java.lang.Thread.run(Thread.java:745) [junit4] 2> [junit4] 2> 70994 T323 oas.SolrTestCaseJ4.tearDown ###Ending testStreamingRequest [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=SolrSchemalessExampleTest -Dtests.method=testStreamingRequest -Dtests.seed=920662D75354D2DB -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es_DO -Dtests.timezone=Etc/GMT-11 -Dtests.asserts=true -Dtests.file.encoding=UTF-8 [junit4] ERROR 0.02s J1 | SolrSchemalessExampleTest.testStreamingRequest <<< [junit4] > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:56934/solr/collection1: undefined field: "cat" [junit4] > at __randomizedtesting.SeedInfo.seed([920662D75354D2DB:55EF1AD9715F7988]:0) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:558) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210) [junit4] > at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124) [junit4] > at org.apache.solr.client.solrj.SolrExampleTestsBase.testStreamingRequest(SolrExampleTestsBase.java:230) [junit4] > at java.lang.Thread.run(Thread.java:745) [junit4] 2> 71002 T323 oas.SolrTestCaseJ4.setUp ###Starting testCommitWithinOnDelete [junit4] 2> 71005 T332 C33 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1489630725338562560)} 0 1 [junit4] 2> 71007 T330 C33 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 71008 T330 C33 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit. [junit4] 2> 71010 T330 C33 oasc.SolrCore.openNewSearcher SolrIndexSearcher has not changed - not re-opening: org.apache.solr.search.SolrIndexSearcher [junit4] 2> 71011 T330 C33 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4] 2> 71011 T330 C33 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 4 [junit4] 2> 71014 T331 C33 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=1 [junit4] 2> 71016 T332 C33 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {} 0 0 [junit4] 2> 71017 T332 C33 oasc.SolrException.log ERROR org.apache.solr.common.SolrException: undefined field: "price" [junit4] 2> at org.apache.solr.schema.IndexSchema.getField(IndexSchema.java:1221) [junit4] 2> at org.apache.solr.schema.IndexSchema.getCopyFieldsList(IndexSchema.java:1338) [junit4] 2> at org.apache.solr.update.DocumentBuilder.toDocument(DocumentBuilder.java:110) [junit4] 2> at org.apache.solr.update.AddUpdateCommand.getLuceneDocument(AddUpdateCommand.java:79) [junit4] 2> at org.apache.solr.update.DirectUpdateHandler2.addDoc0(DirectUpdateHandler2.java:240) [junit4] 2> at org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:166) [junit4] 2> at org.apache.solr.update.processor.RunUpdateProcessor.processAdd(RunUpdateProcessorFactory.java:69) [junit4] 2> at org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:51) [junit4] 2> at org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalAdd(DistributedUpdateProcessor.java:931) [junit4] 2> at org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:1085) [junit4] 2> at org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:697) [junit4] 2> at org.apache.solr.update.processor.LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:104) [junit4] 2> at org.apache.solr.handler.loader.JavabinLoader$1.update(JavabinLoader.java:96) [junit4] 2> at org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$1.readOuterMostDocIterator(JavaBinUpdateRequestCodec.java:166) [junit4] 2> at org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$1.readIterator(JavaBinUpdateRequestCodec.java:136) [junit4] 2> at org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:225) [junit4] 2> at org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$1.readNamedList(JavaBinUpdateRequestCodec.java:121) [junit4] 2> at org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:190) [junit4] 2> at org.apache.solr.common.util.JavaBinCodec.unmarshal(JavaBinCodec.java:116) [junit4] 2> at org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec.unmarshal(JavaBinUpdateRequestCodec.java:173) [junit4] 2> at org.apache.solr.handler.loader.JavabinLoader.parseAndLoadDocs(JavabinLoader.java:106) [junit4] 2> at org.apache.solr.handler.loader.JavabinLoader.load(JavabinLoader.java:58) [junit4] 2> at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:103) [junit4] 2> at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:74) [junit4] 2> at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:144) [junit4] 2> at org.apache.solr.core.SolrCore.execute(SolrCore.java:2005) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:779) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:414) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:201) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652) [junit4] 2> at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:138) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652) [junit4] 2> at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:83) [junit4] 2> at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:300) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585) [junit4] 2> at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221) [junit4] 2> at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1125) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515) [junit4] 2> at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185) [junit4] 2> at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1059) [junit4] 2> at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) [junit4] 2> at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97) [junit4] 2> at org.eclipse.jetty.server.Server.handle(Server.java:497) [junit4] 2> at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:313) [junit4] 2> at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:248) [junit4] 2> at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540) [junit4] 2> at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:626) [junit4] 2> at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:546) [junit4] 2> at java.lang.Thread.run(Thread.java:745) [junit4] 2> [junit4] 2> 71017 T323 oas.SolrTestCaseJ4.tearDown ###Ending testCommitWithinOnDelete [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=SolrSchemalessExampleTest -Dtests.method=testCommitWithinOnDelete -Dtests.seed=920662D75354D2DB -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es_DO -Dtests.timezone=Etc/GMT-11 -Dtests.asserts=true -Dtests.file.encoding=UTF-8 [junit4] ERROR 0.02s J1 | SolrSchemalessExampleTest.testCommitWithinOnDelete <<< [junit4] > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:56934/solr/collection1: undefined field: "price" [junit4] > at __randomizedtesting.SeedInfo.seed([920662D75354D2DB:FE12956689D738E0]:0) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:558) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210) [junit4] > at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124) [junit4] > at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:117) [junit4] > at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:103) [junit4] > at org.apache.solr.client.solrj.SolrExampleTestsBase.testCommitWithinOnDelete(SolrExampleTestsBase.java:134) [junit4] > at java.lang.Thread.run(Thread.java:745) [junit4] 2> 71024 T323 oejs.AbstractConnector.doStop Stopped ServerConnector@7a9344de{HTTP/1.1}{127.0.0.1:0} [junit4] 2> 71024 T323 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=167083022 [junit4] 2> 71024 T323 oasc.SolrCore.close [collection1] CLOSING SolrCore org.apache.solr.core.SolrCore@2f4272f [junit4] 2> 71025 T323 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=11,autocommit maxTime=15000ms,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=1,deletesById=0,deletesByQuery=0,errors=3,cumulative_adds=10,cumulative_deletesById=4,cumulative_deletesByQuery=6,cumulative_errors=3,transaction_logs_total_size=1014,transaction_logs_total_number=10} [junit4] 2> 71025 T323 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState [junit4] 2> 71025 T323 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter [junit4] 2> 71025 T323 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser [junit4] 2> 71026 T323 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request. [junit4] 2> 71026 T323 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked [junit4] 2> 71027 T323 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrSchemalessExampleTest 920662D75354D2DB-001/tempDir-002 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrSchemalessExampleTest 920662D75354D2DB-001/tempDir-002;done=false>>] [junit4] 2> 71027 T323 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrSchemalessExampleTest 920662D75354D2DB-001/tempDir-002 [junit4] 2> 71027 T323 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrSchemalessExampleTest 920662D75354D2DB-001/tempDir-002/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrSchemalessExampleTest 920662D75354D2DB-001/tempDir-002/index;done=false>>] [junit4] 2> 71027 T323 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrSchemalessExampleTest 920662D75354D2DB-001/tempDir-002/index [junit4] 2> 71028 T323 oejsh.ContextHandler.doStop Stopped o.e.j.s.ServletContextHandler@3f17e8f0{/solr,null,UNAVAILABLE} [junit4] 2> 71029 T323 oas.SolrTestCaseJ4.deleteCore ###deleteCore [junit4] 2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrSchemalessExampleTest 920662D75354D2DB-001 [junit4] 2> NOTE: test params are: codec=Asserting(Lucene50): {}, docValues:{}, sim=DefaultSimilarity, locale=es_DO, timezone=Etc/GMT-11 [junit4] 2> NOTE: Linux 3.13.0-43-generic amd64/Oracle Corporation 1.8.0_40-ea (64-bit)/cpus=8,threads=1,free=316514416,total=433061888 [junit4] 2> NOTE: All tests run in this JVM: [SolrPingTest, MergeIndexesEmbeddedTest, SolrQueryTest, IteratorChainTest, LargeVolumeJettyTest, SolrExampleStreamingBinaryTest, LargeVolumeEmbeddedTest, AnlysisResponseBaseTest, TestRetryUtil, SolrExampleBinaryTest, SolrExampleXMLTest, SolrExampleJettyTest, LargeVolumeBinaryJettyTest, TestBatchUpdate, JettyWebappTest, SolrParamTest, TestEmbeddedSolrServer, QueryResponseTest, TestCoreAdmin, TestNamedListCodec, TestHash, ContentStreamTest, TestFastInputStream, TestXMLEscaping, DocumentAnalysisResponseTest, SolrDocumentTest, SolrExceptionTest, FieldAnalysisResponseTest, ClientUtilsTest, NamedListTest, SolrSchemalessExampleTest] [junit4] Completed on J1 in 1.08s, 5 tests, 3 errors <<< FAILURES! [...truncated 45 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:519: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:467: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:61: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:39: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:200: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:510: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1348: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:956: There were test failures: 52 suites, 329 tests, 3 errors Total time: 74 minutes 31 seconds Build step 'Invoke Ant' marked build as failure [description-setter] Description set: Java: 64bit/jdk1.8.0_40-ea-b09 -XX:-UseCompressedOops -XX:+UseG1GC (asserts: true) Archiving artifacts Recording test results Email was triggered for: Failure - Any Sending email for trigger: Failure - Any
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
