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

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.7.0_51) - Build # 9600 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/9600/
Java: 32bit/jdk1.7.0_51 -server -XX:+UseParallelGC

2 tests failed.
REGRESSION:  org.apache.solr.client.solrj.embedded.SolrExampleStreamingBinaryTest.testStatistics

Error Message:
IOException occured when talking to server at: https://127.0.0.1:56182/solr/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:56182/solr/collection1
	at __randomizedtesting.SeedInfo.seed([2D418795BEBBD6D0:DAE8B4F112960C38]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:509)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:199)
	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer.request(ConcurrentUpdateSolrServer.java:294)
	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
	at org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:168)
	at org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:146)
	at org.apache.solr.client.solrj.SolrExampleTests.testStatistics(SolrExampleTests.java:661)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	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:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at java.lang.Thread.run(Thread.java:744)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:395)
	... 46 more


REGRESSION:  org.apache.solr.client.solrj.impl.CloudSolrServerTest.testDistribSearch

Error Message:
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:56837 within 30000 ms

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:56837 within 30000 ms
	at __randomizedtesting.SeedInfo.seed([2D418795BEBBD6D0:ACA7098DC9E4B6EC]:0)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:99)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:94)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:85)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:89)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:83)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.setUp(AbstractDistribZkTestBase.java:70)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.setUp(AbstractFullDistribZkTestBase.java:200)
	at org.apache.solr.client.solrj.impl.CloudSolrServerTest.setUp(CloudSolrServerTest.java:77)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	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:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at java.lang.Thread.run(Thread.java:744)
Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:56837 within 30000 ms
	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:222)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
	... 47 more




Build Log:
[...truncated 11514 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.impl.CloudSolrServerTest
   [junit4]   2> 26043 T121 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 26043 T121 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 26045 T121 oasc.AbstractZkTestCase.<clinit> WARN TEST_HOME() does not exist - solrj test?
   [junit4]   2> 26048 T121 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./solrtest-CloudSolrServerTest-1393396263326
   [junit4]   2> 26051 T121 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 26053 T122 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 26152 T121 oasc.ZkTestServer.run start zk server on port:56837
   [junit4]   2> 26186 T121 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 91991 T125 oazsp.FileTxnLog.commit WARN fsync-ing the write ahead log in SyncThread:0 took 65790ms which will adversely effect operation latency. See the ZooKeeper troubleshooting guide
   [junit4]   2> 91992 T121 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 91999 T123 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x1446ce3a9d20000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 92001 T121 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:56837 56837
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CloudSolrServerTest -Dtests.method=testDistribSearch -Dtests.seed=2D418795BEBBD6D0 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ms -Dtests.timezone=America/Shiprock -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   76.2s J0 | CloudSolrServerTest.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:56837 within 30000 ms
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([2D418795BEBBD6D0:ACA7098DC9E4B6EC]:0)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:99)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:94)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:85)
   [junit4]    > 	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:89)
   [junit4]    > 	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:83)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.setUp(AbstractDistribZkTestBase.java:70)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.setUp(AbstractFullDistribZkTestBase.java:200)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrServerTest.setUp(CloudSolrServerTest.java:77)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]    > Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:56837 within 30000 ms
   [junit4]    > 	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:222)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
   [junit4]    > 	... 47 more
   [junit4]   2> 102232 T121 oas.SolrTestCaseJ4.setUp ###Starting testShutdown
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./solrtest-CloudSolrServerTest-1393396339509
   [junit4]   2> 102233 T121 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 102233 T129 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 102333 T121 oasc.ZkTestServer.run start zk server on port:39417
   [junit4]   2> 102334 T121 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 102338 T135 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f1a5a8 name:ZooKeeperConnection Watcher:127.0.0.1:39417 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 102338 T121 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 102339 T121 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 102356 T121 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 102357 T137 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c81a8a name:ZooKeeperConnection Watcher:127.0.0.1:39417/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 102357 T121 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 102361 T121 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 102365 T121 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 102368 T121 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 102371 T121 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 102374 T121 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 102374 T121 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 102378 T121 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 102379 T121 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 102382 T121 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml because it doesn't exist
   [junit4]   2> 102382 T121 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/stopwords.txt because it doesn't exist
   [junit4]   2> 102383 T121 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/protwords.txt because it doesn't exist
   [junit4]   2> 102383 T121 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/currency.xml because it doesn't exist
   [junit4]   2> 102383 T121 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/enumsConfig.xml because it doesn't exist
   [junit4]   2> 102384 T121 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/open-exchange-rates.json because it doesn't exist
   [junit4]   2> 102384 T121 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/mapping-ISOLatin1Accent.txt because it doesn't exist
   [junit4]   2> 102384 T121 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/old_synonyms.txt because it doesn't exist
   [junit4]   2> 102384 T121 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/synonyms.txt because it doesn't exist
   [junit4]   2> 102392 T121 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 102393 T138 oaz.ClientCnxnSocketNIO.connect ERROR Unable to open socket to ff01:0:0:0:0:0:0:114/ff01:0:0:0:0:0:0:114:33332
   [junit4]   2> 102393 T138 oaz.ClientCnxn$SendThread.run WARN Session 0x0 for server null, unexpected error, closing socket connection and attempting reconnect java.net.SocketException: Network is unreachable
   [junit4]   2> 	at sun.nio.ch.Net.connect0(Native Method)
   [junit4]   2> 	at sun.nio.ch.Net.connect(Net.java:465)
   [junit4]   2> 	at sun.nio.ch.Net.connect(Net.java:457)
   [junit4]   2> 	at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:670)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.registerAndConnect(ClientCnxnSocketNIO.java:266)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.connect(ClientCnxnSocketNIO.java:276)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:958)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:993)
   [junit4]   2> 
   [junit4]   2> 103495 T138 oaz.ClientCnxnSocketNIO.connect ERROR Unable to open socket to ff01:0:0:0:0:0:0:114/ff01:0:0:0:0:0:0:114:33332
   [junit4]   2> 103597 T121 oas.SolrTestCaseJ4.tearDown ###Ending testShutdown
   [junit4]   2> 103598 T121 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:39417 39417
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 108680 T121 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Lucene45, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=ms, timezone=America/Shiprock
   [junit4]   2> NOTE: Linux 3.8.0-36-generic i386/Oracle Corporation 1.7.0_51 (32-bit)/cpus=8,threads=1,free=116522096,total=237502464
   [junit4]   2> NOTE: All tests run in this JVM: [TestXMLEscaping, TestDocumentObjectBinder, ClientUtilsTest, JettyWebappTest, ContentStreamTest, TestUpdateRequestCodec, SolrExampleXMLTest, SolrExampleEmbeddedTest, TermsResponseTest, TestCoreAdmin, LargeVolumeJettyTest, SolrExceptionTest, ModifiableSolrParamsTest, CloudSolrServerTest]
   [junit4] Completed on J0 in 82.67s, 2 tests, 1 error <<< FAILURES!

[...truncated 79 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.embedded.SolrExampleStreamingBinaryTest
   [junit4]   2> 128913 T177 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 128914 T177 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./solrtest-SolrExampleStreamingBinaryTest-1393396366191
   [junit4]   2> 128914 T177 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 128914 T177 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 128917 T177 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 128919 T177 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:56182
   [junit4]   2> 128920 T177 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 128921 T177 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 128921 T177 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr
   [junit4]   2> 128921 T177 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/'
   [junit4]   2> 128931 T177 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/solr.xml
   [junit4]   2> 128968 T177 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr
   [junit4]   2> 128969 T177 oasc.CoreContainer.<init> New CoreContainer 21085804
   [junit4]   2> 128969 T177 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/]
   [junit4]   2> 128970 T177 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 128970 T177 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 128970 T177 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 128970 T177 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 128971 T177 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 128971 T177 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 128971 T177 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 128971 T177 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 128971 T177 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 128976 T177 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 128976 T177 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 128976 T177 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 128979 T177 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr
   [junit4]   2> 128981 T177 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/
   [junit4]   2> 128982 T177 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 128982 T187 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1
   [junit4]   2> 128983 T187 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/'
   [junit4]   2> 129003 T187 oasc.SolrConfig.initLibs Adding specified lib dirs to ClassLoader
   [junit4]   2> 129003 T187 oasc.SolrResourceLoader.addToClassLoader WARN No files added to classloader from lib: ../../../contrib/extraction/lib (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/../../../contrib/extraction/lib).
   [junit4]   2> 129004 T187 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/example/solr/collection1/../../../dist).
   [junit4]   2> 129004 T187 oasc.SolrResourceLoader.addToClassLoader WARN No files added to classloader from lib: ../../../contrib/clustering/lib/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/../../../contrib/clustering/lib).
   [junit4]   2> 129004 T187 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/example/solr/collection1/../../../dist).
   [junit4]   2> 129004 T187 oasc.SolrResourceLoader.addToClassLoader WARN No files added to classloader from lib: ../../../contrib/langid/lib/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/../../../contrib/langid/lib).
   [junit4]   2> 129004 T187 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/example/solr/collection1/../../../dist).
   [junit4]   2> 129005 T187 oasc.SolrResourceLoader.addToClassLoader WARN No files added to classloader from lib: ../../../contrib/velocity/lib (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/../../../contrib/velocity/lib).
   [junit4]   2> 129005 T187 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/example/solr/collection1/../../../dist).
   [junit4]   2> 129038 T187 oasu.SolrIndexConfig.<init> IndexWriter infoStream solr logging is enabled
   [junit4]   2> 129041 T187 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 129108 T187 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 129108 T187 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 129119 T187 oass.IndexSchema.readSchema [collection1] Schema name=example
   [junit4]   2> 129560 T187 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 129578 T187 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 129582 T187 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 129598 T187 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 129598 T187 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-SolrExampleStreamingBinaryTest-1393396366191/
   [junit4]   2> 129599 T187 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a8707d
   [junit4]   2> 129599 T187 oasc.SolrCore.initListeners [collection1] Added SolrEventListener for newSearcher: org.apache.solr.core.QuerySenderListener{queries=[]}
   [junit4]   2> 129599 T187 oasc.SolrCore.initListeners [collection1] Added SolrEventListener for firstSearcher: org.apache.solr.core.QuerySenderListener{queries=[{q=static firstSearcher warming in solrconfig.xml}]}
   [junit4]   2> 129600 T187 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-SolrExampleStreamingBinaryTest-1393396366191
   [junit4]   2> 129600 T187 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-SolrExampleStreamingBinaryTest-1393396366191/index/
   [junit4]   2> 129600 T187 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-SolrExampleStreamingBinaryTest-1393396366191/index' doesn't exist. Creating new index...
   [junit4]   2> 129600 T187 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-SolrExampleStreamingBinaryTest-1393396366191/index
   [junit4]   2> 129601 T187 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-89-thread-1]: init: current segments file is "null"; deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@1c5df27
   [junit4]   2> 129601 T187 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-89-thread-1]: now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 129601 T187 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-89-thread-1]: 0 msec to checkpoint
   [junit4]   2> 129601 T187 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-89-thread-1]: init: create=true
   [junit4]   2> 129601 T187 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-89-thread-1]: 
   [junit4]   2> 	dir=MockDirectoryWrapper(RAMDirectory@d5758e lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-SolrExampleStreamingBinaryTest-1393396366191/index)
   [junit4]   2> 	index=
   [junit4]   2> 	version=5.0-SNAPSHOT
   [junit4]   2> 	matchVersion=LUCENE_50
   [junit4]   2> 	analyzer=null
   [junit4]   2> 	ramBufferSizeMB=100.0
   [junit4]   2> 	maxBufferedDocs=-1
   [junit4]   2> 	maxBufferedDeleteTerms=-1
   [junit4]   2> 	mergedSegmentWarmer=null
   [junit4]   2> 	delPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper
   [junit4]   2> 	commit=null
   [junit4]   2> 	openMode=CREATE
   [junit4]   2> 	similarity=org.apache.lucene.search.similarities.DefaultSimilarity
   [junit4]   2> 	mergeScheduler=ConcurrentMergeScheduler: maxThreadCount=1, maxMergeCount=2, mergeThreadPriority=-1
   [junit4]   2> 	default WRITE_LOCK_TIMEOUT=1000
   [junit4]   2> 	writeLockTimeout=1000
   [junit4]   2> 	codec=Lucene46
   [junit4]   2> 	infoStream=org.apache.solr.update.LoggingInfoStream
   [junit4]   2> 	mergePolicy=[TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=5120.0, floorSegmentMB=2.0, forceMergeDeletesPctAllowed=10.0, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 	indexerThreadPool=org.apache.lucene.index.ThreadAffinityDocumentsWriterThreadPool@1bd9819
   [junit4]   2> 	readerPooling=false
   [junit4]   2> 	perThreadHardLimitMB=1945
   [junit4]   2> 	useCompoundFile=false
   [junit4]   2> 	
   [junit4]   2> 129602 T187 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-89-thread-1]: now flush at close waitForMerges=true
   [junit4]   2> 129602 T187 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-89-thread-1]:   start flush: applyAllDeletes=true
   [junit4]   2> 129602 T187 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-89-thread-1]:   index before flush 
   [junit4]   2> 129602 T187 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-89-thread-1]: coreLoadExecutor-89-thread-1 startFullFlush
   [junit4]   2> 129602 T187 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-89-thread-1]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 129602 T187 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-89-thread-1]: coreLoadExecutor-89-thread-1 finishFullFlush success=true
   [junit4]   2> 129603 T187 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-89-thread-1]: apply all deletes during flush
   [junit4]   2> 129603 T187 oasu.LoggingInfoStream.message [BD][coreLoadExecutor-89-thread-1]: prune sis=org.apache.lucene.index.SegmentInfos@4caff3 minGen=9223372036854775807 packetCount=0
   [junit4]   2> 129603 T187 oasu.LoggingInfoStream.message [CMS][coreLoadExecutor-89-thread-1]: now merge
   [junit4]   2> 129603 T187 oasu.LoggingInfoStream.message [CMS][coreLoadExecutor-89-thread-1]:   index: 
   [junit4]   2> 129603 T187 oasu.LoggingInfoStream.message [CMS][coreLoadExecutor-89-thread-1]:   no more merges pending; now return
   [junit4]   2> 129603 T187 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-89-thread-1]: waitForMerges
   [junit4]   2> 129603 T187 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-89-thread-1]: waitForMerges done
   [junit4]   2> 129604 T187 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-89-thread-1]: now call final commit()
   [junit4]   2> 129604 T187 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-89-thread-1]: commit: start
   [junit4]   2> 129604 T187 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-89-thread-1]: commit: enter lock
   [junit4]   2> 129604 T187 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-89-thread-1]: commit: now prepare
   [junit4]   2> 129604 T187 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-89-thread-1]: prepareCommit: flush
   [junit4]   2> 129604 T187 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-89-thread-1]:   index before flush 
   [junit4]   2> 129604 T187 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-89-thread-1]: coreLoadExecutor-89-thread-1 startFullFlush
   [junit4]   2> 129604 T187 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-89-thread-1]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 129605 T187 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-89-thread-1]: apply all deletes during flush
   [junit4]   2> 129605 T187 oasu.LoggingInfoStream.message [BD][coreLoadExecutor-89-thread-1]: prune sis=org.apache.lucene.index.SegmentInfos@4caff3 minGen=9223372036854775807 packetCount=0
   [junit4]   2> 129605 T187 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-89-thread-1]: coreLoadExecutor-89-thread-1 finishFullFlush success=true
   [junit4]   2> 129605 T187 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-89-thread-1]: startCommit(): start
   [junit4]   2> 129605 T187 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-89-thread-1]: startCommit index= changeCount=1
   [junit4]   2> 129605 T187 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-89-thread-1]: done all syncs: []
   [junit4]   2> 129606 T187 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-89-thread-1]: commit: pendingCommit != null
   [junit4]   2> 129606 T187 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-89-thread-1]: commit: wrote segments file "segments_1"
   [junit4]   2> 129606 T187 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-89-thread-1]: now checkpoint "" [0 segments ; isCommit = true]
   [junit4]   2> 129606 T187 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@d5758e lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-SolrExampleStreamingBinaryTest-1393396366191/index),segFN=segments_1,generation=1}
   [junit4]   2> 129606 T187 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 129606 T187 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-89-thread-1]: 0 msec to checkpoint
   [junit4]   2> 129607 T187 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-89-thread-1]: commit: done
   [junit4]   2> 129607 T187 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-89-thread-1]: at close: 
   [junit4]   2> 129607 T187 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
   [junit4]   2> 129607 T187 oasc.SolrCore.initWriters adding lazy queryResponseWriter: solr.VelocityResponseWriter
   [junit4]   2> 129607 T187 oasc.SolrCore.initWriters created velocity: solr.VelocityResponseWriter
   [junit4]   2> 129607 T187 oasc.SolrCore.initWriters created xslt: solr.XSLTResponseWriter
   [junit4]   2> 129608 T187 oasr.XSLTResponseWriter.init xsltCacheLifetimeSeconds=5
   [junit4]   2> 129611 T187 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 129612 T187 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
   [junit4]   2> 129612 T187 oasc.RequestHandlers.initHandlersFromConfig created /query: solr.SearchHandler
   [junit4]   2> 129613 T187 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 129613 T187 oasc.RequestHandlers.initHandlersFromConfig created /browse: solr.SearchHandler
   [junit4]   2> 129614 T187 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 129614 T187 oasc.RequestHandlers.initHandlersFromConfig created /update/json: solr.UpdateRequestHandler
   [junit4]   2> 129614 T187 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: solr.UpdateRequestHandler
   [junit4]   2> 129614 T187 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.extraction.ExtractingRequestHandler
   [junit4]   2> 129615 T187 oasc.RequestHandlers.initHandlersFromConfig created /update/extract: solr.extraction.ExtractingRequestHandler
   [junit4]   2> 129615 T187 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.FieldAnalysisRequestHandler
   [junit4]   2> 129615 T187 oasc.RequestHandlers.initHandlersFromConfig created /analysis/field: solr.FieldAnalysisRequestHandler
   [junit4]   2> 129615 T187 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.DocumentAnalysisRequestHandler
   [junit4]   2> 129615 T187 oasc.RequestHandlers.initHandlersFromConfig created /analysis/document: solr.DocumentAnalysisRequestHandler
   [junit4]   2> 129616 T187 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
   [junit4]   2> 129616 T187 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
   [junit4]   2> 129617 T187 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 129617 T187 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 129617 T187 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.SearchHandler
   [junit4]   2> 129617 T187 oasc.RequestHandlers.initHandlersFromConfig created /spell: solr.SearchHandler
   [junit4]   2> 129617 T187 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.SearchHandler
   [junit4]   2> 129618 T187 oasc.RequestHandlers.initHandlersFromConfig created /suggest: solr.SearchHandler
   [junit4]   2> 129618 T187 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.SearchHandler
   [junit4]   2> 129618 T187 oasc.RequestHandlers.initHandlersFromConfig created /tvrh: solr.SearchHandler
   [junit4]   2> 129618 T187 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.SearchHandler
   [junit4]   2> 129618 T187 oasc.RequestHandlers.initHandlersFromConfig created /terms: solr.SearchHandler
   [junit4]   2> 129618 T187 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.SearchHandler
   [junit4]   2> 129619 T187 oasc.RequestHandlers.initHandlersFromConfig created /elevate: solr.SearchHandler
   [junit4]   2> 129621 T187 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 129622 T187 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 129622 T187 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 129626 T187 oasu.CommitTracker.<init> Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 129626 T187 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 129627 T187 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-89-thread-1]: init: current segments file is "segments_1"; deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@1c5df27
   [junit4]   2> 129627 T187 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-89-thread-1]: init: load commit "segments_1"
   [junit4]   2> 129627 T187 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@d5758e lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-SolrExampleStreamingBinaryTest-1393396366191/index),segFN=segments_1,generation=1}
   [junit4]   2> 129627 T187 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 129627 T187 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-89-thread-1]: now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 129628 T187 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-89-thread-1]: 0 msec to checkpoint
   [junit4]   2> 129628 T187 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-89-thread-1]: init: create=false
   [junit4]   2> 129628 T187 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-89-thread-1]: 
   [junit4]   2> 	dir=MockDirectoryWrapper(RAMDirectory@d5758e lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-SolrExampleStreamingBinaryTest-1393396366191/index)
   [junit4]   2> 	index=
   [junit4]   2> 	version=5.0-SNAPSHOT
   [junit4]   2> 	matchVersion=LUCENE_50
   [junit4]   2> 	analyzer=null
   [junit4]   2> 	ramBufferSizeMB=100.0
   [junit4]   2> 	maxBufferedDocs=-1
   [junit4]   2> 	maxBufferedDeleteTerms=-1
   [junit4]   2> 	mergedSegmentWarmer=null
   [junit4]   2> 	delPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper
   [junit4]   2> 	commit=null
   [junit4]   2> 	openMode=APPEND
   [junit4]   2> 	similarity=org.apache.lucene.search.similarities.DefaultSimilarity
   [junit4]   2> 	mergeScheduler=ConcurrentMergeScheduler: maxThreadCount=1, maxMergeCount=2, mergeThreadPriority=-1
   [junit4]   2> 	default WRITE_LOCK_TIMEOUT=1000
   [junit4]   2> 	writeLockTimeout=1000
   [junit4]   2> 	codec=Lucene46
   [junit4]   2> 	infoStream=org.apache.solr.update.LoggingInfoStream
   [junit4]   2> 	mergePolicy=[TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=5120.0, floorSegmentMB=2.0, forceMergeDeletesPctAllowed=10.0, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 	indexerThreadPool=org.apache.lucene.index.ThreadAffinityDocumentsWriterThreadPool@71bfbf
   [junit4]   2> 	readerPooling=false
   [junit4]   2> 	perThreadHardLimitMB=1945
   [junit4]   2> 	useCompoundFile=false
   [junit4]   2> 	
   [junit4]   2> 129628 T187 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-89-thread-1]: flush at getReader
   [junit4]   2> 129628 T187 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-89-thread-1]: coreLoadExecutor-89-thread-1 startFullFlush
   [junit4]   2> 129628 T187 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-89-thread-1]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 129629 T187 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-89-thread-1]: apply all deletes during flush
   [junit4]   2> 129629 T187 oasu.LoggingInfoStream.message [BD][coreLoadExecutor-89-thread-1]: prune sis=org.apache.lucene.index.SegmentInfos@1e3c610 minGen=9223372036854775807 packetCount=0
   [junit4]   2> 129629 T187 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-89-thread-1]: return reader version=1 reader=StandardDirectoryReader(segments_1:1:nrt)
   [junit4]   2> 129629 T187 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-89-thread-1]: coreLoadExecutor-89-thread-1 finishFullFlush success=true
   [junit4]   2> 129629 T187 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-89-thread-1]: getReader took 1 msec
   [junit4]   2> 129629 T187 oass.SolrIndexSearcher.<init> Opening Searcher@1a89193[collection1] main
   [junit4]   2> 129630 T187 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 129630 T187 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> 129630 T187 oashc.SpellCheckComponent.inform No queryConverter defined, using default converter
   [junit4]   2> 129630 T187 oashc.SuggestComponent.inform Initializing SuggestComponent
   [junit4]   2> 129630 T187 oasss.SolrSuggester.init init: {name=mySuggester,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=string}
   [junit4]   2> 129631 T187 oasss.SolrSuggester.init Dictionary loaded with params: {name=mySuggester,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=string}
   [junit4]   2> 129631 T187 oashc.QueryElevationComponent.inform Loading QueryElevation from: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf/elevate.xml
   [junit4]   2> 129642 T187 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 129642 T188 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@1a89193[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> ASYNC  NEW_CORE C18 name=collection1 org.apache.solr.core.SolrCore@194971e
   [junit4]   2> 129643 T188 C18 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=firstSearcher&q=static+firstSearcher+warming+in+solrconfig.xml&distrib=false} hits=0 status=0 QTime=1 
   [junit4]   2> 129643 T188 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 129643 T188 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: default
   [junit4]   2> 129643 T188 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: wordbreak
   [junit4]   2> 129643 T188 oashc.SuggestComponent$SuggesterListener.newSearcher Loading suggester index for: mySuggester
   [junit4]   2> 129643 T188 oasss.SolrSuggester.reload reload()
   [junit4]   2> 129644 T188 oasss.SolrSuggester.build build()
   [junit4]   2> 129646 T188 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1a89193[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 129648 T187 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 129648 T177 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0
   [junit4]   2> 129649 T177 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 129649 T177 oas.SolrJettyTestBase.createJetty Jetty Assigned Port#56182
   [junit4]   2> 129654 T177 oas.SolrTestCaseJ4.setUp ###Starting testUpdateField
   [junit4]   2> 129733 T185 C18 oasu.LoggingInfoStream.message [DW][qtp4350309-185]: anyChanges? numDocsInRam=0 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 129733 T185 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-185]: nrtIsCurrent: infoVersion matches: true; DW changes: true; BD changes: false
   [junit4]   2> 129733 T185 C18 oasu.LoggingInfoStream.message [DW][qtp4350309-185]: anyChanges? numDocsInRam=0 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 129733 T185 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-185]: flush at getReader
   [junit4]   2> 129734 T185 C18 oasu.LoggingInfoStream.message [DW][qtp4350309-185]: qtp4350309-185 startFullFlush
   [junit4]   2> 129734 T185 C18 oasu.LoggingInfoStream.message [DW][qtp4350309-185]: anyChanges? numDocsInRam=0 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 129734 T185 C18 oasu.LoggingInfoStream.message [DW][qtp4350309-185]: qtp4350309-185: flush naked frozen global deletes
   [junit4]   2> 129735 T185 C18 oasu.LoggingInfoStream.message [BD][qtp4350309-185]: push deletes  1 deleted queries bytesUsed=32 delGen=2 packetCount=1 totBytesUsed=32
   [junit4]   2> 129735 T185 C18 oasu.LoggingInfoStream.message [DW][qtp4350309-185]: flush: push buffered updates:  1 deleted queries bytesUsed=32
   [junit4]   2> 129735 T185 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-185]: apply all deletes during flush
   [junit4]   2> 129735 T185 C18 oasu.LoggingInfoStream.message [BD][qtp4350309-185]: prune sis=org.apache.lucene.index.SegmentInfos@1e3c610 minGen=9223372036854775807 packetCount=1
   [junit4]   2> 129736 T185 C18 oasu.LoggingInfoStream.message [BD][qtp4350309-185]: pruneDeletes: prune 1 packets; 0 packets remain
   [junit4]   2> 129736 T185 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-185]: return reader version=1 reader=StandardDirectoryReader(segments_1:1:nrt)
   [junit4]   2> 129736 T185 C18 oasu.LoggingInfoStream.message [DW][qtp4350309-185]: qtp4350309-185 finishFullFlush success=true
   [junit4]   2> 129736 T185 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-185]: getReader took 3 msec
   [junit4]   2> 129737 T185 C18 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {deleteByQuery=*:* (-1461081988932829184)} 0 6
   [junit4]   2> 129740 T186 C18 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 129741 T186 C18 oasu.LoggingInfoStream.message [DW][qtp4350309-186]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 129741 T186 C18 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 129741 T186 C18 oasu.LoggingInfoStream.message [DW][qtp4350309-186]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 129742 T186 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-186]: nrtIsCurrent: infoVersion matches: true; DW changes: false; BD changes: false
   [junit4]   2> 129742 T186 C18 oasu.LoggingInfoStream.message [DW][qtp4350309-186]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 129742 T186 C18 oass.SolrIndexSearcher.<init> Opening Searcher@18e5d72[collection1] main
   [junit4]   2> 129742 T186 C18 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 129742 T188 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@18e5d72[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 129743 T188 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 129745 T188 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@18e5d72[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 129745 T186 C18 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&softCommit=false&version=2&wt=javabin&commit=true} {commit=} 0 5
   [junit4]   2> 130000 T184 C18 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[unique (1461081988951703552)]} 0 251
   [junit4]   2> 130003 T183 C18 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 130004 T183 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-183]: commit: start
   [junit4]   2> 130004 T183 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-183]: commit: enter lock
   [junit4]   2> 130004 T183 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-183]: commit: now prepare
   [junit4]   2> 130004 T183 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-183]: prepareCommit: flush
   [junit4]   2> 130004 T183 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-183]:   index before flush 
   [junit4]   2> 130005 T183 C18 oasu.LoggingInfoStream.message [DW][qtp4350309-183]: qtp4350309-183 startFullFlush
   [junit4]   2> 130005 T183 C18 oasu.LoggingInfoStream.message [DW][qtp4350309-183]: anyChanges? numDocsInRam=1 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 130005 T183 C18 oasu.LoggingInfoStream.message [DWFC][qtp4350309-183]: addFlushableState DocumentsWriterPerThread [pendingDeletes=gen=0, segment=_0, aborting=false, numDocsInRAM=1, deleteQueue=DWDQ: [ generation: 2 ]]
   [junit4]   2> 130005 T183 C18 oasu.LoggingInfoStream.message [DWPT][qtp4350309-183]: flush postings as segment _0 numDocs=1
   [junit4]   2> 130006 T183 C18 oasu.LoggingInfoStream.message [DWPT][qtp4350309-183]: new segment has 0 deleted docs
   [junit4]   2> 130007 T183 C18 oasu.LoggingInfoStream.message [DWPT][qtp4350309-183]: new segment has no vectors; norms; no docValues; prox; freqs
   [junit4]   2> 130007 T183 C18 oasu.LoggingInfoStream.message [DWPT][qtp4350309-183]: flushedFiles=[_0_Lucene41_0.tim, _0.fnm, _0_Lucene41_0.doc, _0.nvm, _0_Lucene41_0.tip, _0.fdt, _0.nvd, _0.fdx, _0_Lucene41_0.pos]
   [junit4]   2> 130007 T183 C18 oasu.LoggingInfoStream.message [DWPT][qtp4350309-183]: flushed codec=Lucene46
   [junit4]   2> 130007 T183 C18 oasu.LoggingInfoStream.message [DWPT][qtp4350309-183]: flushed: segment=_0 ramUsed=0.079 MB newFlushedSize(includes docstores)=0.001 MB docs/MB=901.613
   [junit4]   2> 130008 T183 C18 oasu.LoggingInfoStream.message [DW][qtp4350309-183]: publishFlushedSegment seg-private updates=null
   [junit4]   2> 130008 T183 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-183]: publishFlushedSegment
   [junit4]   2> 130008 T183 C18 oasu.LoggingInfoStream.message [BD][qtp4350309-183]: push deletes  1 deleted terms (unique count=1) bytesUsed=1024 delGen=4 packetCount=1 totBytesUsed=1024
   [junit4]   2> 130008 T183 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-183]: publish sets newSegment delGen=5 seg=_0(5.0):C1
   [junit4]   2> 130009 T183 C18 oasu.LoggingInfoStream.message [IFD][qtp4350309-183]: now checkpoint "_0(5.0):C1" [1 segments ; isCommit = false]
   [junit4]   2> 130009 T183 C18 oasu.LoggingInfoStream.message [IFD][qtp4350309-183]: 0 msec to checkpoint
   [junit4]   2> 130009 T183 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-183]: apply all deletes during flush
   [junit4]   2> 130009 T183 C18 oasu.LoggingInfoStream.message [BD][qtp4350309-183]: applyDeletes: infos=[_0(5.0):C1] packetCount=1
   [junit4]   2> 130010 T183 C18 oasu.LoggingInfoStream.message [BD][qtp4350309-183]: applyDeletes took 1 msec
   [junit4]   2> 130010 T183 C18 oasu.LoggingInfoStream.message [BD][qtp4350309-183]: prune sis=org.apache.lucene.index.SegmentInfos@1e3c610 minGen=6 packetCount=1
   [junit4]   2> 130010 T183 C18 oasu.LoggingInfoStream.message [BD][qtp4350309-183]: pruneDeletes: prune 1 packets; 0 packets remain
   [junit4]   2> 130010 T183 C18 oasu.LoggingInfoStream.message [DW][qtp4350309-183]: qtp4350309-183 finishFullFlush success=true
   [junit4]   2> 130011 T183 C18 oasu.LoggingInfoStream.message [TMP][qtp4350309-183]: findMerges: 1 segments
   [junit4]   2> 130011 T183 C18 oasu.LoggingInfoStream.message [TMP][qtp4350309-183]:   seg=_0(5.0):C1 size=0.001 MB [floored]
   [junit4]   2> 130011 T183 C18 oasu.LoggingInfoStream.message [TMP][qtp4350309-183]:   allowedSegmentCount=1 vs count=1 (eligible count=1) tooBigCount=0
   [junit4]   2> 130012 T183 C18 oasu.LoggingInfoStream.message [CMS][qtp4350309-183]: now merge
   [junit4]   2> 130012 T183 C18 oasu.LoggingInfoStream.message [CMS][qtp4350309-183]:   index: _0(5.0):C1
   [junit4]   2> 130012 T183 C18 oasu.LoggingInfoStream.message [CMS][qtp4350309-183]:   no more merges pending; now return
   [junit4]   2> 130012 T183 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-183]: startCommit(): start
   [junit4]   2> 130012 T183 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-183]: startCommit index=_0(5.0):C1 changeCount=3
   [junit4]   2> 130013 T183 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-183]: done all syncs: [_0_Lucene41_0.tim, _0_Lucene41_0.doc, _0.fnm, _0.si, _0_Lucene41_0.tip, _0.nvm, _0.fdt, _0.nvd, _0.fdx, _0_Lucene41_0.pos]
   [junit4]   2> 130013 T183 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-183]: commit: pendingCommit != null
   [junit4]   2> 130013 T183 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-183]: commit: wrote segments file "segments_2"
   [junit4]   2> 130013 T183 C18 oasu.LoggingInfoStream.message [IFD][qtp4350309-183]: now checkpoint "_0(5.0):C1" [1 segments ; isCommit = true]
   [junit4]   2> 130014 T183 C18 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@d5758e lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-SolrExampleStreamingBinaryTest-1393396366191/index),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@d5758e lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-SolrExampleStreamingBinaryTest-1393396366191/index),segFN=segments_2,generation=2}
   [junit4]   2> 130014 T183 C18 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 130014 T183 C18 oasu.LoggingInfoStream.message [IFD][qtp4350309-183]: deleteCommits: now decRef commit "segments_1"
   [junit4]   2> 130015 T183 C18 oasu.LoggingInfoStream.message [IFD][qtp4350309-183]: delete "segments_1"
   [junit4]   2> 130015 T183 C18 oasu.LoggingInfoStream.message [IFD][qtp4350309-183]: 1 msec to checkpoint
   [junit4]   2> 130015 T183 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-183]: commit: done
   [junit4]   2> 130015 T183 C18 oasu.LoggingInfoStream.message [DW][qtp4350309-183]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 130015 T183 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-183]: nrtIsCurrent: infoVersion matches: false; DW changes: false; BD changes: false
   [junit4]   2> 130016 T183 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-183]: flush at getReader
   [junit4]   2> 130016 T183 C18 oasu.LoggingInfoStream.message [DW][qtp4350309-183]: qtp4350309-183 startFullFlush
   [junit4]   2> 130016 T183 C18 oasu.LoggingInfoStream.message [DW][qtp4350309-183]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 130016 T183 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-183]: apply all deletes during flush
   [junit4]   2> 130016 T183 C18 oasu.LoggingInfoStream.message [BD][qtp4350309-183]: applyDeletes: no deletes; skipping
   [junit4]   2> 130017 T183 C18 oasu.LoggingInfoStream.message [BD][qtp4350309-183]: prune sis=org.apache.lucene.index.SegmentInfos@1e3c610 minGen=6 packetCount=0
   [junit4]   2> 130018 T183 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-183]: return reader version=3 reader=StandardDirectoryReader(segments_2:3:nrt _0(5.0):C1)
   [junit4]   2> 130018 T183 C18 oasu.LoggingInfoStream.message [DW][qtp4350309-183]: qtp4350309-183 finishFullFlush success=true
   [junit4]   2> 130018 T183 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-183]: getReader took 2 msec
   [junit4]   2> 130018 T183 C18 oass.SolrIndexSearcher.<init> Opening Searcher@699ec3[collection1] main
   [junit4]   2> 130019 T183 C18 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 130019 T188 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@699ec3[collection1] main{StandardDirectoryReader(segments_2:3:nrt _0(5.0):C1)}
   [junit4]   2> 130019 T188 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 130022 T188 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@699ec3[collection1] main{StandardDirectoryReader(segments_2:3:nrt _0(5.0):C1)}
   [junit4]   2> 130022 T183 C18 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&softCommit=false&version=2&wt=javabin&commit=true} {commit=} 0 19
   [junit4]   2> 130026 T185 C18 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={version=2&q=*:*&fl=id,price_f,name,_version_&wt=javabin} hits=1 status=0 QTime=1 
   [junit4]   2> 130029 T186 C18 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {} 0 0
   [junit4]   2> 130281 T186 C18 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 130281 T186 C18 oasu.LoggingInfoStream.message [DW][qtp4350309-186]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 130282 T186 C18 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 130282 T186 C18 oasu.LoggingInfoStream.message [DW][qtp4350309-186]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 130282 T186 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-186]: nrtIsCurrent: infoVersion matches: true; DW changes: false; BD changes: false
   [junit4]   2> 130282 T186 C18 oasu.LoggingInfoStream.message [DW][qtp4350309-186]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 130282 T186 C18 oass.SolrIndexSearcher.<init> Opening Searcher@9af4bc[collection1] main
   [junit4]   2> 130283 T186 C18 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 130283 T188 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@9af4bc[collection1] main{StandardDirectoryReader(segments_2:3:nrt _0(5.0):C1)}
   [junit4]   2> 130283 T188 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 130286 T188 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@9af4bc[collection1] main{StandardDirectoryReader(segments_2:3:nrt _0(5.0):C1)}
   [junit4]   2> 130286 T186 C18 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&softCommit=false&version=2&wt=javabin&commit=true} {commit=} 0 5
   [junit4]   2> 130540 T184 C18 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[unique (1461081989517934592)]} 0 250
   [junit4]   2> 130543 T185 C18 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 130543 T185 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-185]: commit: start
   [junit4]   2> 130543 T185 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-185]: commit: enter lock
   [junit4]   2> 130544 T185 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-185]: commit: now prepare
   [junit4]   2> 130544 T185 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-185]: prepareCommit: flush
   [junit4]   2> 130544 T185 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-185]:   index before flush _0(5.0):C1
   [junit4]   2> 130544 T185 C18 oasu.LoggingInfoStream.message [DW][qtp4350309-185]: qtp4350309-185 startFullFlush
   [junit4]   2> 130545 T185 C18 oasu.LoggingInfoStream.message [DW][qtp4350309-185]: anyChanges? numDocsInRam=1 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 130545 T185 C18 oasu.LoggingInfoStream.message [DWFC][qtp4350309-185]: addFlushableState DocumentsWriterPerThread [pendingDeletes=gen=0, segment=_1, aborting=false, numDocsInRAM=1, deleteQueue=DWDQ: [ generation: 4 ]]
   [junit4]   2> 130545 T185 C18 oasu.LoggingInfoStream.message [DWPT][qtp4350309-185]: flush postings as segment _1 numDocs=1
   [junit4]   2> 130546 T185 C18 oasu.LoggingInfoStream.message [DWPT][qtp4350309-185]: new segment has 0 deleted docs
   [junit4]   2> 130547 T185 C18 oasu.LoggingInfoStream.message [DWPT][qtp4350309-185]: new segment has no vectors; norms; no docValues; prox; freqs
   [junit4]   2> 130547 T185 C18 oasu.LoggingInfoStream.message [DWPT][qtp4350309-185]: flushedFiles=[_1_Lucene41_0.pos, _1_Lucene41_0.doc, _1_Lucene41_0.tim, _1.nvm, _1.nvd, _1_Lucene41_0.tip, _1.fnm, _1.fdt, _1.fdx]
   [junit4]   2> 130547 T185 C18 oasu.LoggingInfoStream.message [DWPT][qtp4350309-185]: flushed codec=Lucene46
   [junit4]   2> 130547 T185 C18 oasu.LoggingInfoStream.message [DWPT][qtp4350309-185]: flushed: segment=_1 ramUsed=0.079 MB newFlushedSize(includes docstores)=0.001 MB docs/MB=901.613
   [junit4]   2> 130548 T185 C18 oasu.LoggingInfoStream.message [DW][qtp4350309-185]: publishFlushedSegment seg-private updates=null
   [junit4]   2> 130548 T185 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-185]: publishFlushedSegment
   [junit4]   2> 130548 T185 C18 oasu.LoggingInfoStream.message [BD][qtp4350309-185]: push deletes  1 deleted terms (unique count=1) bytesUsed=1024 delGen=8 packetCount=1 totBytesUsed=1024
   [junit4]   2> 130548 T185 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-185]: publish sets newSegment delGen=9 seg=_1(5.0):C1
   [junit4]   2> 130549 T185 C18 oasu.LoggingInfoStream.message [IFD][qtp4350309-185]: now checkpoint "_0(5.0):C1 _1(5.0):C1" [2 segments ; isCommit = false]
   [junit4]   2> 130549 T185 C18 oasu.LoggingInfoStream.message [IFD][qtp4350309-185]: 0 msec to checkpoint
   [junit4]   2> 130549 T185 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-185]: apply all deletes during flush
   [junit4]   2> 130549 T185 C18 oasu.LoggingInfoStream.message [BD][qtp4350309-185]: applyDeletes: infos=[_0(5.0):C1, _1(5.0):C1] packetCount=1
   [junit4]   2> 130550 T185 C18 oasu.LoggingInfoStream.message [BD][qtp4350309-185]: seg=_0(5.0):C1 segGen=6 coalesced deletes=[CoalescedUpdates(termSets=1,queries=0,numericUpdates=0)] newDelCount=1 100% deleted
   [junit4]   2> 130550 T185 C18 oasu.LoggingInfoStream.message [BD][qtp4350309-185]: applyDeletes took 1 msec
   [junit4]   2> 130550 T185 C18 oasu.LoggingInfoStream.message [IFD][qtp4350309-185]: now checkpoint "_0(5.0):C1/1 _1(5.0):C1" [2 segments ; isCommit = false]
   [junit4]   2> 130550 T185 C18 oasu.LoggingInfoStream.message [IFD][qtp4350309-185]: 0 msec to checkpoint
   [junit4]   2> 130551 T185 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-185]: drop 100% deleted segments: _0(5.0):C1/1
   [junit4]   2> 130551 T185 C18 oasu.LoggingInfoStream.message [IFD][qtp4350309-185]: now checkpoint "_1(5.0):C1" [1 segments ; isCommit = false]
   [junit4]   2> 130551 T185 C18 oasu.LoggingInfoStream.message [IFD][qtp4350309-185]: 0 msec to checkpoint
   [junit4]   2> 130551 T185 C18 oasu.LoggingInfoStream.message [BD][qtp4350309-185]: prune sis=org.apache.lucene.index.SegmentInfos@1e3c610 minGen=10 packetCount=1
   [junit4]   2> 130552 T185 C18 oasu.LoggingInfoStream.message [BD][qtp4350309-185]: pruneDeletes: prune 1 packets; 0 packets remain
   [junit4]   2> 130552 T185 C18 oasu.LoggingInfoStream.message [DW][qtp4350309-185]: qtp4350309-185 finishFullFlush success=true
   [junit4]   2> 130552 T185 C18 oasu.LoggingInfoStream.message [TMP][qtp4350309-185]: findMerges: 1 segments
   [junit4]   2> 130552 T185 C18 oasu.LoggingInfoStream.message [TMP][qtp4350309-185]:   seg=_1(5.0):C1 size=0.001 MB [floored]
   [junit4]   2> 130553 T185 C18 oasu.LoggingInfoStream.message [TMP][qtp4350309-185]:   allowedSegmentCount=1 vs count=1 (eligible count=1) tooBigCount=0
   [junit4]   2> 130553 T185 C18 oasu.LoggingInfoStream.message [CMS][qtp4350309-185]: now merge
   [junit4]   2> 130553 T185 C18 oasu.LoggingInfoStream.message [CMS][qtp4350309-185]:   index: _1(5.0):C1
   [junit4]   2> 130554 T185 C18 oasu.LoggingInfoStream.message [CMS][qtp4350309-185]:   no more merges pending; now return
   [junit4]   2> 130554 T185 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-185]: startCommit(): start
   [junit4]   2> 130554 T185 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-185]: startCommit index=_1(5.0):C1 changeCount=8
   [junit4]   2> 130554 T185 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-185]: done all syncs: [_1_Lucene41_0.pos, _1_Lucene41_0.doc, _1_Lucene41_0.tim, _1.nvd, _1.nvm, _1_Lucene41_0.tip, _1.si, _1.fdx, _1.fdt, _1.fnm]
   [junit4]   2> 130554 T185 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-185]: commit: pendingCommit != null
   [junit4]   2> 130555 T185 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-185]: commit: wrote segments file "segments_3"
   [junit4]   2> 130555 T185 C18 oasu.LoggingInfoStream.message [IFD][qtp4350309-185]: now checkpoint "_1(5.0):C1" [1 segments ; isCommit = true]
   [junit4]   2> 130555 T185 C18 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@d5758e lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-SolrExampleStreamingBinaryTest-1393396366191/index),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@d5758e lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-SolrExampleStreamingBinaryTest-1393396366191/index),segFN=segments_3,generation=3}
   [junit4]   2> 130556 T185 C18 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 130556 T185 C18 oasu.LoggingInfoStream.message [IFD][qtp4350309-185]: deleteCommits: now decRef commit "segments_2"
   [junit4]   2> 130556 T185 C18 oasu.LoggingInfoStream.message [IFD][qtp4350309-185]: delete "segments_2"
   [junit4]   2> 130556 T185 C18 oasu.LoggingInfoStream.message [IFD][qtp4350309-185]: 1 msec to checkpoint
   [junit4]   2> 130556 T185 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-185]: commit: done
   [junit4]   2> 130557 T185 C18 oasu.LoggingInfoStream.message [DW][qtp4350309-185]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 130557 T185 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-185]: nrtIsCurrent: infoVersion matches: false; DW changes: false; BD changes: false
   [junit4]   2> 130557 T185 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-185]: flush at getReader
   [junit4]   2> 130557 T185 C18 oasu.LoggingInfoStream.message [DW][qtp4350309-185]: qtp4350309-185 startFullFlush
   [junit4]   2> 130558 T185 C18 oasu.LoggingInfoStream.message [DW][qtp4350309-185]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 130558 T185 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-185]: apply all deletes during flush
   [junit4]   2> 130558 T185 C18 oasu.LoggingInfoStream.message [BD][qtp4350309-185]: applyDeletes: no deletes; skipping
   [junit4]   2> 130558 T185 C18 oasu.LoggingInfoStream.message [BD][qtp4350309-185]: prune sis=org.apache.lucene.index.SegmentInfos@1e3c610 minGen=10 packetCount=0
   [junit4]   2> 130559 T185 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-185]: return reader version=7 reader=StandardDirectoryReader(segments_3:7:nrt _1(5.0):C1)
   [junit4]   2> 130559 T185 C18 oasu.LoggingInfoStream.message [DW][qtp4350309-185]: qtp4350309-185 finishFullFlush success=true
   [junit4]   2> 130560 T185 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-185]: getReader took 3 msec
   [junit4]   2> 130560 T185 C18 oass.SolrIndexSearcher.<init> Opening Searcher@1d159eb[collection1] main
   [junit4]   2> 130560 T185 C18 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 130560 T188 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@1d159eb[collection1] main{StandardDirectoryReader(segments_3:7:nrt _1(5.0):C1)}
   [junit4]   2> 130561 T188 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 130563 T188 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1d159eb[collection1] main{StandardDirectoryReader(segments_3:7:nrt _1(5.0):C1)}
   [junit4]   2> 130614 T188 oasu.LoggingInfoStream.message [IFD][searcherExecutor-90-thread-1]: delete "_0_Lucene41_0.tim"
   [junit4]   2> 130614 T188 oasu.LoggingInfoStream.message [IFD][searcherExecutor-90-thread-1]: delete "_0_Lucene41_0.doc"
   [junit4]   2> 130614 T188 oasu.LoggingInfoStream.message [IFD][searcherExecutor-90-thread-1]: delete "_0.fnm"
   [junit4]   2> 130614 T188 oasu.LoggingInfoStream.message [IFD][searcherExecutor-90-thread-1]: delete "_0.si"
   [junit4]   2> 130615 T188 oasu.LoggingInfoStream.message [IFD][searcherExecutor-90-thread-1]: delete "_0_Lucene41_0.tip"
   [junit4]   2> 130615 T188 oasu.LoggingInfoStream.message [IFD][searcherExecutor-90-thread-1]: delete "_0.nvm"
   [junit4]   2> 130615 T188 oasu.LoggingInfoStream.message [IFD][searcherExecutor-90-thread-1]: delete "_0.fdt"
   [junit4]   2> 130615 T188 oasu.LoggingInfoStream.message [IFD][searcherExecutor-90-thread-1]: delete "_0.nvd"
   [junit4]   2> 130615 T188 oasu.LoggingInfoStream.message [IFD][searcherExecutor-90-thread-1]: delete "_0.fdx"
   [junit4]   2> 130615 T188 oasu.LoggingInfoStream.message [IFD][searcherExecutor-90-thread-1]: delete "_0_Lucene41_0.pos"
   [junit4]   2> 130615 T185 C18 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&softCommit=false&version=2&wt=javabin&commit=true} {commit=} 0 72
   [junit4]   2> 130619 T183 C18 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={version=2&q=*:*&fl=id,price_f,name,_version_&wt=javabin} hits=1 status=0 QTime=0 
   [junit4]   2> 130872 T186 C18 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[unique (1461081989866061824)]} 0 250
   [junit4]   2> 130875 T185 C18 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 130876 T185 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-185]: commit: start
   [junit4]   2> 130876 T185 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-185]: commit: enter lock
   [junit4]   2> 130876 T185 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-185]: commit: now prepare
   [junit4]   2> 130876 T185 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-185]: prepareCommit: flush
   [junit4]   2> 130876 T185 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-185]:   index before flush _1(5.0):C1
   [junit4]   2> 130877 T185 C18 oasu.LoggingInfoStream.message [DW][qtp4350309-185]: qtp4350309-185 startFullFlush
   [junit4]   2> 130877 T185 C18 oasu.LoggingInfoStream.message [DW][qtp4350309-185]: anyChanges? numDocsInRam=1 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 130877 T185 C18 oasu.LoggingInfoStream.message [DWFC][qtp4350309-185]: addFlushableState DocumentsWriterPerThread [pendingDeletes=gen=0, segment=_2, aborting=false, numDocsInRAM=1, deleteQueue=DWDQ: [ generation: 6 ]]
   [junit4]   2> 130877 T185 C18 oasu.LoggingInfoStream.message [DWPT][qtp4350309-185]: flush postings as segment _2 numDocs=1
   [junit4]   2> 130879 T185 C18 oasu.LoggingInfoStream.message [DWPT][qtp4350309-185]: new segment has 0 deleted docs
   [junit4]   2> 130879 T185 C18 oasu.LoggingInfoStream.message [DWPT][qtp4350309-185]: new segment has no vectors; norms; no docValues; prox; freqs
   [junit4]   2> 130879 T185 C18 oasu.LoggingInfoStream.message [DWPT][qtp4350309-185]: flushedFiles=[_2.fdt, _2.fdx, _2.nvd, _2_Lucene41_0.pos, _2.fnm, _2_Lucene41_0.doc, _2_Lucene41_0.tim, _2.nvm, _2_Lucene41_0.tip]
   [junit4]   2> 130879 T185 C18 oasu.LoggingInfoStream.message [DWPT][qtp4350309-185]: flushed codec=Lucene46
   [junit4]   2> 130879 T185 C18 oasu.LoggingInfoStream.message [DWPT][qtp4350309-185]: flushed: segment=_2 ramUsed=0.079 MB newFlushedSize(includes docstores)=0.001 MB docs/MB=901.613
   [junit4]   2> 130880 T185 C18 oasu.LoggingInfoStream.message [DW][qtp4350309-185]: publishFlushedSegment seg-private updates=null
   [junit4]   2> 130880 T185 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-185]: publishFlushedSegment
   [junit4]   2> 130880 T185 C18 oasu.LoggingInfoStream.message [BD][qtp4350309-185]: push deletes  1 deleted terms (unique count=1) bytesUsed=1024 delGen=12 packetCount=1 totBytesUsed=1024
   [junit4]   2> 130880 T185 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-185]: publish sets newSegment delGen=13 seg=_2(5.0):C1
   [junit4]   2> 130881 T185 C18 oasu.LoggingInfoStream.message [IFD][qtp4350309-185]: now checkpoint "_1(5.0):C1 _2(5.0):C1" [2 segments ; isCommit = false]
   [junit4]   2> 130881 T185 C18 oasu.LoggingInfoStream.message [IFD][qtp4350309-185]: 0 msec to checkpoint
   [junit4]   2> 130881 T185 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-185]: apply all deletes during flush
   [junit4]   2> 130881 T185 C18 oasu.LoggingInfoStream.message [BD][qtp4350309-185]: applyDeletes: infos=[_1(5.0):C1, _2(5.0):C1] packetCount=1
   [junit4]   2> 130882 T185 C18 oasu.LoggingInfoStream.message [BD][qtp4350309-185]: seg=_1(5.0):C1 segGen=10 coalesced deletes=[CoalescedUpdates(termSets=1,queries=0,numericUpdates=0)] newDelCount=1 100% deleted
   [junit4]   2> 130882 T185 C18 oasu.LoggingInfoStream.message [BD][qtp4350309-185]: applyDeletes took 1 msec
   [junit4]   2> 130882 T185 C18 oasu.LoggingInfoStream.message [IFD][qtp4350309-185]: now checkpoint "_1(5.0):C1/1 _2(5.0):C1" [2 segments ; isCommit = false]
   [junit4]   2> 130882 T185 C18 oasu.LoggingInfoStream.message [IFD][qtp4350309-185]: 0 msec to checkpoint
   [junit4]   2> 130883 T185 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-185]: drop 100% deleted segments: _1(5.0):C1/1
   [junit4]   2> 130883 T185 C18 oasu.LoggingInfoStream.message [IFD][qtp4350309-185]: now checkpoint "_2(5.0):C1" [1 segments ; isCommit = false]
   [junit4]   2> 130883 T185 C18 oasu.LoggingInfoStream.message [IFD][qtp4350309-185]: 0 msec to checkpoint
   [junit4]   2> 130883 T185 C18 oasu.LoggingInfoStream.message [BD][qtp4350309-185]: prune sis=org.apache.lucene.index.SegmentInfos@1e3c610 minGen=14 packetCount=1
   [junit4]   2> 130884 T185 C18 oasu.LoggingInfoStream.message [BD][qtp4350309-185]: pruneDeletes: prune 1 packets; 0 packets remain
   [junit4]   2> 130884 T185 C18 oasu.LoggingInfoStream.message [DW][qtp4350309-185]: qtp4350309-185 finishFullFlush success=true
   [junit4]   2> 130884 T185 C18 oasu.LoggingInfoStream.message [TMP][qtp4350309-185]: findMerges: 1 segments
   [junit4]   2> 130885 T185 C18 oasu.LoggingInfoStream.message [TMP][qtp4350309-185]:   seg=_2(5.0):C1 size=0.001 MB [floored]
   [junit4]   2> 130885 T185 C18 oasu.LoggingInfoStream.message [TMP][qtp4350309-185]:   allowedSegmentCount=1 vs count=1 (eligible count=1) tooBigCount=0
   [junit4]   2> 130885 T185 C18 oasu.LoggingInfoStream.message [CMS][qtp4350309-185]: now merge
   [junit4]   2> 130885 T185 C18 oasu.LoggingInfoStream.message [CMS][qtp4350309-185]:   index: _2(5.0):C1
   [junit4]   2> 130885 T185 C18 oasu.LoggingInfoStream.message [CMS][qtp4350309-185]:   no more merges pending; now return
   [junit4]   2> 130886 T185 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-185]: startCommit(): start
   [junit4]   2> 130886 T185 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-185]: startCommit index=_2(5.0):C1 changeCount=13
   [junit4]   2> 130886 T185 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-185]: done all syncs: [_2.fdx, _2.fdt, _2_Lucene41_0.pos, _2.nvd, _2.fnm, _2.si, _2_Lucene41_0.doc, _2_Lucene41_0.tim, _2_Lucene41_0.tip, _2.nvm]
   [junit4]   2> 130886 T185 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-185]: commit: pendingCommit != null
   [junit4]   2> 130887 T185 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-185]: commit: wrote segments file "segments_4"
   [junit4]   2> 130887 T185 C18 oasu.LoggingInfoStream.message [IFD][qtp4350309-185]: now checkpoint "_2(5.0):C1" [1 segments ; isCommit = true]
   [junit4]   2> 130887 T185 C18 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@d5758e lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-SolrExampleStreamingBinaryTest-1393396366191/index),segFN=segments_3,generation=3}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@d5758e lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-SolrExampleStreamingBinaryTest-1393396366191/index),segFN=segments_4,generation=4}
   [junit4]   2> 130887 T185 C18 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
   [junit4]   2> 130888 T185 C18 oasu.LoggingInfoStream.message [IFD][qtp4350309-185]: deleteCommits: now decRef commit "segments_3"
   [junit4]   2> 130888 T185 C18 oasu.LoggingInfoStream.message [IFD][qtp4350309-185]: delete "segments_3"
   [junit4]   2> 130888 T185 C18 oasu.LoggingInfoStream.message [IFD][qtp4350309-185]: 1 msec to checkpoint
   [junit4]   2> 130888 T185 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-185]: commit: done
   [junit4]   2> 130888 T185 C18 oasu.LoggingInfoStream.message [DW][qtp4350309-185]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 130889 T185 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-185]: nrtIsCurrent: infoVersion matches: false; DW changes: false; BD changes: false
   [junit4]   2> 130889 T185 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-185]: flush at getReader
   [junit4]   2> 130889 T185 C18 oasu.LoggingInfoStream.message [DW][qtp4350309-185]: qtp4350309-185 startFullFlush
   [junit4]   2> 130889 T185 C18 oasu.LoggingInfoStream.message [DW][qtp4350309-185]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 130890 T185 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-185]: apply all deletes during flush
   [junit4]   2> 130890 T185 C18 oasu.LoggingInfoStream.message [BD][qtp4350309-185]: applyDeletes: no deletes; skipping
   [junit4]   2> 130890 T185 C18 oasu.LoggingInfoStream.message [BD][qtp4350309-185]: prune sis=org.apache.lucene.index.SegmentInfos@1e3c610 minGen=14 packetCount=0
   [junit4]   2> 130891 T185 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-185]: return reader version=11 reader=StandardDirectoryReader(segments_4:11:nrt _2(5.0):C1)
   [junit4]   2> 130891 T185 C18 oasu.LoggingInfoStream.message [DW][qtp4350309-185]: qtp4350309-185 finishFullFlush success=true
   [junit4]   2> 130892 T185 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-185]: getReader took 3 msec
   [junit4]   2> 130892 T185 C18 oass.SolrIndexSearcher.<init> Opening Searcher@10ee6fa[collection1] main
   [junit4]   2> 130892 T185 C18 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 130892 T188 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@10ee6fa[collection1] main{StandardDirectoryReader(segments_4:11:nrt _2(5.0):C1)}
   [junit4]   2> 130893 T188 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 130895 T188 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@10ee6fa[collection1] main{StandardDirectoryReader(segments_4:11:nrt _2(5.0):C1)}
   [junit4]   2> 130896 T188 oasu.LoggingInfoStream.message [IFD][searcherExecutor-90-thread-1]: delete "_1_Lucene41_0.pos"
   [junit4]   2> 130896 T188 oasu.LoggingInfoStream.message [IFD][searcherExecutor-90-thread-1]: delete "_1_Lucene41_0.doc"
   [junit4]   2> 130896 T188 oasu.LoggingInfoStream.message [IFD][searcherExecutor-90-thread-1]: delete "_1_Lucene41_0.tim"
   [junit4]   2> 130896 T188 oasu.LoggingInfoStream.message [IFD][searcherExecutor-90-thread-1]: delete "_1.nvd"
   [junit4]   2> 130896 T188 oasu.LoggingInfoStream.message [IFD][searcherExecutor-90-thread-1]: delete "_1.nvm"
   [junit4]   2> 130897 T188 oasu.LoggingInfoStream.message [IFD][searcherExecutor-90-thread-1]: delete "_1_Lucene41_0.tip"
   [junit4]   2> 130897 T188 oasu.LoggingInfoStream.message [IFD][searcherExecutor-90-thread-1]: delete "_1.si"
   [junit4]   2> 130897 T188 oasu.LoggingInfoStream.message [IFD][searcherExecutor-90-thread-1]: delete "_1.fdx"
   [junit4]   2> 130897 T188 oasu.LoggingInfoStream.message [IFD][searcherExecutor-90-thread-1]: delete "_1.fdt"
   [junit4]   2> 130897 T188 oasu.LoggingInfoStream.message [IFD][searcherExecutor-90-thread-1]: delete "_1.fnm"
   [junit4]   2> 130897 T185 C18 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&softCommit=false&version=2&wt=javabin&commit=true} {commit=} 0 22
   [junit4]   2> 130901 T183 C18 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={version=2&q=*:*&fl=id,price_f,name,_version_&wt=javabin} hits=1 status=0 QTime=1 
   [junit4]   2> 130901 T177 oas.SolrTestCaseJ4.tearDown ###Ending testUpdateField
   [junit4]   2> 130907 T177 oas.SolrTestCaseJ4.setUp ###Starting testAddRetrieve
   [junit4]   2> 130910 T184 C18 oasu.LoggingInfoStream.message [DW][qtp4350309-184]: anyChanges? numDocsInRam=0 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 130910 T184 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-184]: nrtIsCurrent: infoVersion matches: true; DW changes: true; BD changes: false
   [junit4]   2> 130910 T184 C18 oasu.LoggingInfoStream.message [DW][qtp4350309-184]: anyChanges? numDocsInRam=0 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 130911 T184 C18 oasu.LoggingInfoStream.message [IW][qtp4350309-184]: flush at getReader
   [junit4]   2> 130911 T184 C18 oasu.LoggingInfoStream.message [DW][qtp4350309-184]: qtp4350309-184 startFullFlush
   [junit4]   2> 130911 T184 C18 oasu.LoggingInfoStream.message [DW][qtp4350309-184]: anyChanges? numDocsInRam=0 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 130911 T184 C18 oasu.LoggingInfoStream.message [DW][qtp4350309-184]: qtp4350309-184: flush naked frozen global deletes
   [junit4]   2> 130912 T184 C18 oasu.LoggingInfoStream.message [BD][qtp4350309-184]: push deletes  1 deleted queries bytesUsed=32 delGen=16 packetCount=1 totBytesUsed=32
   [junit4]   2> 130912 T184 C18 oasu.Loggi

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

Ending testPingHandler
   [junit4]   2> 347959 T177 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=21085804
   [junit4]   2> 347959 T177 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@194971e
   [junit4]   2> 347976 T177 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=75,autocommit maxTime=15000ms,autocommits=1,soft autocommits=3,optimizes=8,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=1,cumulative_adds=285,cumulative_deletesById=5,cumulative_deletesByQuery=35,cumulative_errors=1,transaction_logs_total_size=963,transaction_logs_total_number=10}
   [junit4]   2> 347976 T177 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 347977 T177 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 347977 T177 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 347977 T177 C20 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleStreamingBinaryTest-seed#[2D418795BEBBD6D0]-worker]: now flush at close waitForMerges=true
   [junit4]   2> 347977 T177 C20 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleStreamingBinaryTest-seed#[2D418795BEBBD6D0]-worker]:   start flush: applyAllDeletes=true
   [junit4]   2> 347978 T177 C20 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleStreamingBinaryTest-seed#[2D418795BEBBD6D0]-worker]:   index before flush 
   [junit4]   2> 347978 T177 C20 oasu.LoggingInfoStream.message [DW][SUITE-SolrExampleStreamingBinaryTest-seed#[2D418795BEBBD6D0]-worker]: SUITE-SolrExampleStreamingBinaryTest-seed#[2D418795BEBBD6D0]-worker startFullFlush
   [junit4]   2> 347978 T177 C20 oasu.LoggingInfoStream.message [DW][SUITE-SolrExampleStreamingBinaryTest-seed#[2D418795BEBBD6D0]-worker]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 347978 T177 C20 oasu.LoggingInfoStream.message [DW][SUITE-SolrExampleStreamingBinaryTest-seed#[2D418795BEBBD6D0]-worker]: SUITE-SolrExampleStreamingBinaryTest-seed#[2D418795BEBBD6D0]-worker finishFullFlush success=true
   [junit4]   2> 347978 T177 C20 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleStreamingBinaryTest-seed#[2D418795BEBBD6D0]-worker]: apply all deletes during flush
   [junit4]   2> 347979 T177 C20 oasu.LoggingInfoStream.message [BD][SUITE-SolrExampleStreamingBinaryTest-seed#[2D418795BEBBD6D0]-worker]: prune sis=org.apache.lucene.index.SegmentInfos@1e3c610 minGen=9223372036854775807 packetCount=0
   [junit4]   2> 347979 T177 C20 oasu.LoggingInfoStream.message [CMS][SUITE-SolrExampleStreamingBinaryTest-seed#[2D418795BEBBD6D0]-worker]: now merge
   [junit4]   2> 347979 T177 C20 oasu.LoggingInfoStream.message [CMS][SUITE-SolrExampleStreamingBinaryTest-seed#[2D418795BEBBD6D0]-worker]:   index: 
   [junit4]   2> 347979 T177 C20 oasu.LoggingInfoStream.message [CMS][SUITE-SolrExampleStreamingBinaryTest-seed#[2D418795BEBBD6D0]-worker]:   no more merges pending; now return
   [junit4]   2> 347980 T177 C20 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleStreamingBinaryTest-seed#[2D418795BEBBD6D0]-worker]: waitForMerges
   [junit4]   2> 347980 T177 C20 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleStreamingBinaryTest-seed#[2D418795BEBBD6D0]-worker]: waitForMerges done
   [junit4]   2> 347980 T177 C20 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleStreamingBinaryTest-seed#[2D418795BEBBD6D0]-worker]: now call final commit()
   [junit4]   2> 347980 T177 C20 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleStreamingBinaryTest-seed#[2D418795BEBBD6D0]-worker]: commit: start
   [junit4]   2> 347980 T177 C20 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleStreamingBinaryTest-seed#[2D418795BEBBD6D0]-worker]: commit: enter lock
   [junit4]   2> 347981 T177 C20 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleStreamingBinaryTest-seed#[2D418795BEBBD6D0]-worker]: commit: now prepare
   [junit4]   2> 347981 T177 C20 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleStreamingBinaryTest-seed#[2D418795BEBBD6D0]-worker]: prepareCommit: flush
   [junit4]   2> 347981 T177 C20 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleStreamingBinaryTest-seed#[2D418795BEBBD6D0]-worker]:   index before flush 
   [junit4]   2> 347981 T177 C20 oasu.LoggingInfoStream.message [DW][SUITE-SolrExampleStreamingBinaryTest-seed#[2D418795BEBBD6D0]-worker]: SUITE-SolrExampleStreamingBinaryTest-seed#[2D418795BEBBD6D0]-worker startFullFlush
   [junit4]   2> 347981 T177 C20 oasu.LoggingInfoStream.message [DW][SUITE-SolrExampleStreamingBinaryTest-seed#[2D418795BEBBD6D0]-worker]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 347982 T177 C20 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleStreamingBinaryTest-seed#[2D418795BEBBD6D0]-worker]: apply all deletes during flush
   [junit4]   2> 347982 T177 C20 oasu.LoggingInfoStream.message [BD][SUITE-SolrExampleStreamingBinaryTest-seed#[2D418795BEBBD6D0]-worker]: prune sis=org.apache.lucene.index.SegmentInfos@1e3c610 minGen=9223372036854775807 packetCount=0
   [junit4]   2> 347982 T177 C20 oasu.LoggingInfoStream.message [DW][SUITE-SolrExampleStreamingBinaryTest-seed#[2D418795BEBBD6D0]-worker]: SUITE-SolrExampleStreamingBinaryTest-seed#[2D418795BEBBD6D0]-worker finishFullFlush success=true
   [junit4]   2> 347982 T177 C20 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleStreamingBinaryTest-seed#[2D418795BEBBD6D0]-worker]: startCommit(): start
   [junit4]   2> 347983 T177 C20 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleStreamingBinaryTest-seed#[2D418795BEBBD6D0]-worker]:   skip startCommit(): no changes pending
   [junit4]   2> 347983 T177 C20 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleStreamingBinaryTest-seed#[2D418795BEBBD6D0]-worker]: commit: pendingCommit == null; skip
   [junit4]   2> 347983 T177 C20 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleStreamingBinaryTest-seed#[2D418795BEBBD6D0]-worker]: commit: done
   [junit4]   2> 347983 T177 C20 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleStreamingBinaryTest-seed#[2D418795BEBBD6D0]-worker]: at close: 
   [junit4]   2> 347984 T177 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 347984 T177 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 347985 T177 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-SolrExampleStreamingBinaryTest-1393396366191/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-SolrExampleStreamingBinaryTest-1393396366191/index;done=false>>]
   [junit4]   2> 347985 T177 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-SolrExampleStreamingBinaryTest-1393396366191/index
   [junit4]   2> 347985 T177 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-SolrExampleStreamingBinaryTest-1393396366191 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-SolrExampleStreamingBinaryTest-1393396366191;done=false>>]
   [junit4]   2> 347985 T177 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-SolrExampleStreamingBinaryTest-1393396366191
   [junit4]   2> 347986 T177 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 348038 T177 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Asserting, sim=DefaultSimilarity, locale=be, timezone=America/Coral_Harbour
   [junit4]   2> NOTE: Linux 3.8.0-36-generic i386/Oracle Corporation 1.7.0_51 (32-bit)/cpus=8,threads=6,free=153735696,total=219152384
   [junit4]   2> NOTE: All tests run in this JVM: [TestXMLEscaping, TestDocumentObjectBinder, ClientUtilsTest, JettyWebappTest, ContentStreamTest, TestUpdateRequestCodec, SolrExampleXMLTest, SolrExampleEmbeddedTest, TermsResponseTest, TestCoreAdmin, LargeVolumeJettyTest, SolrExceptionTest, ModifiableSolrParamsTest, CloudSolrServerTest, SolrExampleStreamingTest, SolrExampleStreamingBinaryTest]
   [junit4] Completed on J0 in 219.15s, 27 tests, 1 error <<< FAILURES!

[...truncated 11 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:465: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:445: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:202: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:490: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1274: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:907: There were test failures: 48 suites, 280 tests, 2 errors

Total time: 53 minutes 59 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.7.0_51 -server -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0-fcs-b129) - Build # 9602 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/9602/
Java: 64bit/jdk1.8.0-fcs-b129 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudSolrServerTest.testDistribSearch

Error Message:
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:43482 within 30000 ms

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:43482 within 30000 ms
	at __randomizedtesting.SeedInfo.seed([CF6688C06711B69B:4E8006D8104ED6A7]:0)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:99)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:94)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:85)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:89)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:83)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.setUp(AbstractDistribZkTestBase.java:70)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.setUp(AbstractFullDistribZkTestBase.java:200)
	at org.apache.solr.client.solrj.impl.CloudSolrServerTest.setUp(CloudSolrServerTest.java:77)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	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:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at java.lang.Thread.run(Thread.java:744)
Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:43482 within 30000 ms
	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:222)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
	... 47 more




Build Log:
[...truncated 11533 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.impl.CloudSolrServerTest
   [junit4]   2> 14070 T44 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (true)
   [junit4]   2> 14071 T44 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 14074 T44 oasc.AbstractZkTestCase.<clinit> WARN TEST_HOME() does not exist - solrj test?
   [junit4]   2> 14078 T44 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./solrtest-CloudSolrServerTest-1393409548267
   [junit4]   2> 14082 T44 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 14084 T45 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 14185 T44 oasc.ZkTestServer.run start zk server on port:43482
   [junit4]   2> 14232 T44 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 14243 T46 oazs.NIOServerCnxn.doIO WARN Exception causing close of session 0x0 due to java.io.IOException: ZooKeeperServer not running
   [junit4]   2> 91969 T48 oazsp.FileTxnLog.commit WARN fsync-ing the write ahead log in SyncThread:0 took 76199ms which will adversely effect operation latency. See the ZooKeeper troubleshooting guide
   [junit4]   2> 91970 T44 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 91978 T46 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x1446dae60370000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 91982 T44 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:43482 43482
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CloudSolrServerTest -Dtests.method=testDistribSearch -Dtests.seed=CF6688C06711B69B -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=tr_TR -Dtests.timezone=America/Yakutat -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   78.3s J0 | CloudSolrServerTest.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:43482 within 30000 ms
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([CF6688C06711B69B:4E8006D8104ED6A7]:0)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:99)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:94)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:85)
   [junit4]    > 	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:89)
   [junit4]    > 	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:83)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.setUp(AbstractDistribZkTestBase.java:70)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.setUp(AbstractFullDistribZkTestBase.java:200)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrServerTest.setUp(CloudSolrServerTest.java:77)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]    > Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:43482 within 30000 ms
   [junit4]    > 	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:222)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
   [junit4]    > 	... 47 more
   [junit4]   2> 92401 T44 oas.SolrTestCaseJ4.setUp ###Starting testShutdown
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./solrtest-CloudSolrServerTest-1393409626589
   [junit4]   2> 92402 T44 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 92402 T52 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 92502 T44 oasc.ZkTestServer.run start zk server on port:53583
   [junit4]   2> 92503 T44 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 92571 T58 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@25bb4704 name:ZooKeeperConnection Watcher:127.0.0.1:53583 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 92574 T44 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 92576 T44 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 92642 T44 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 92659 T60 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ae5e279 name:ZooKeeperConnection Watcher:127.0.0.1:53583/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 92659 T44 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 92664 T44 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 92672 T44 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 92676 T44 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 92680 T44 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 92685 T44 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 92694 T44 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 92704 T44 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 92704 T44 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 92709 T44 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml because it doesn't exist
   [junit4]   2> 92709 T44 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/stopwords.txt because it doesn't exist
   [junit4]   2> 92710 T44 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/protwords.txt because it doesn't exist
   [junit4]   2> 92710 T44 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/currency.xml because it doesn't exist
   [junit4]   2> 92710 T44 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/enumsConfig.xml because it doesn't exist
   [junit4]   2> 92711 T44 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/open-exchange-rates.json because it doesn't exist
   [junit4]   2> 92711 T44 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/mapping-ISOLatin1Accent.txt because it doesn't exist
   [junit4]   2> 92712 T44 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/old_synonyms.txt because it doesn't exist
   [junit4]   2> 92712 T44 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/synonyms.txt because it doesn't exist
   [junit4]   2> 92746 T44 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 92766 T62 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5f8105ff name:ZooKeeperConnection Watcher:127.0.0.1:53583/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 92766 T44 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 92821 T44 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 92823 T63 oaz.ClientCnxnSocketNIO.connect ERROR Unable to open socket to ff01:0:0:0:0:0:0:114/ff01:0:0:0:0:0:0:114:33332
   [junit4]   2> 92824 T63 oaz.ClientCnxn$SendThread.run WARN Session 0x0 for server null, unexpected error, closing socket connection and attempting reconnect java.net.SocketException: Network is unreachable
   [junit4]   2> 	at sun.nio.ch.Net.connect0(Native Method)
   [junit4]   2> 	at sun.nio.ch.Net.connect(Net.java:435)
   [junit4]   2> 	at sun.nio.ch.Net.connect(Net.java:427)
   [junit4]   2> 	at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:643)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.registerAndConnect(ClientCnxnSocketNIO.java:266)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.connect(ClientCnxnSocketNIO.java:276)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:958)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:993)
   [junit4]   2> 
   [junit4]   2> 93926 T63 oaz.ClientCnxnSocketNIO.connect ERROR Unable to open socket to ff01:0:0:0:0:0:0:114/ff01:0:0:0:0:0:0:114:33332
   [junit4]   2> 94028 T44 oas.SolrTestCaseJ4.tearDown ###Ending testShutdown
   [junit4]   2> 94030 T44 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:53583 53583
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 94385 T44 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 80325 T43 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene46: {}, docValues:{}, sim=DefaultSimilarity, locale=tr_TR, timezone=America/Yakutat
   [junit4]   2> NOTE: Linux 3.8.0-36-generic amd64/Oracle Corporation 1.8.0 (64-bit)/cpus=8,threads=1,free=84759680,total=131989504
   [junit4]   2> NOTE: All tests run in this JVM: [SolrParamTest, SolrExampleXMLTest, ModifiableSolrParamsTest, SolrExceptionTest, ClientUtilsTest, AnlysisResponseBaseTest, CloudSolrServerTest]
   [junit4] Completed on J0 in 80.95s, 2 tests, 1 error <<< FAILURES!

[...truncated 118 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:465: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:445: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:202: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:490: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1274: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:907: There were test failures: 48 suites, 280 tests, 1 error

Total time: 50 minutes 46 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.8.0-fcs-b129 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0-fcs-b129) - Build # 9601 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/9601/
Java: 64bit/jdk1.8.0-fcs-b129 -XX:+UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudSolrServerTest.testDistribSearch

Error Message:
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:57211 within 30000 ms

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:57211 within 30000 ms
	at __randomizedtesting.SeedInfo.seed([D212DBB823C3BD45:53F455A0549CDD79]:0)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:99)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:94)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:85)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:89)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:83)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.setUp(AbstractDistribZkTestBase.java:70)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.setUp(AbstractFullDistribZkTestBase.java:200)
	at org.apache.solr.client.solrj.impl.CloudSolrServerTest.setUp(CloudSolrServerTest.java:77)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	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:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at java.lang.Thread.run(Thread.java:744)
Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:57211 within 30000 ms
	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:222)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
	... 47 more




Build Log:
[...truncated 11504 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.impl.CloudSolrServerTest
   [junit4]   2> 31089 T116 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 31089 T116 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 31091 T116 oasc.AbstractZkTestCase.<clinit> WARN TEST_HOME() does not exist - solrj test?
   [junit4]   2> 31094 T116 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./solrtest-CloudSolrServerTest-1393402831096
   [junit4]   2> 31097 T116 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 31101 T117 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 31201 T116 oasc.ZkTestServer.run start zk server on port:57211
   [junit4]   2> 31252 T116 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 65859 T120 oazsp.FileTxnLog.commit WARN fsync-ing the write ahead log in SyncThread:0 took 34586ms which will adversely effect operation latency. See the ZooKeeper troubleshooting guide
   [junit4]   2> 65860 T116 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 65874 T116 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:57211 57211
   [junit4]   2> 65875 T118 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x1446d47e13d0000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CloudSolrServerTest -Dtests.method=testDistribSearch -Dtests.seed=D212DBB823C3BD45 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=de_GR -Dtests.timezone=America/Caracas -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   35.0s J0 | CloudSolrServerTest.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:57211 within 30000 ms
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D212DBB823C3BD45:53F455A0549CDD79]:0)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:99)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:94)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:85)
   [junit4]    > 	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:89)
   [junit4]    > 	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:83)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.setUp(AbstractDistribZkTestBase.java:70)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.setUp(AbstractFullDistribZkTestBase.java:200)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrServerTest.setUp(CloudSolrServerTest.java:77)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]    > Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:57211 within 30000 ms
   [junit4]    > 	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:222)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
   [junit4]    > 	... 47 more
   [junit4]   2> 66108 T116 oas.SolrTestCaseJ4.setUp ###Starting testShutdown
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./solrtest-CloudSolrServerTest-1393402866109
   [junit4]   2> 66109 T116 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 66109 T124 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 66209 T116 oasc.ZkTestServer.run start zk server on port:53066
   [junit4]   2> 66210 T116 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 66292 T130 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@23235484 name:ZooKeeperConnection Watcher:127.0.0.1:53066 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 66293 T116 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 66293 T116 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 66313 T116 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 66316 T132 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@47537729 name:ZooKeeperConnection Watcher:127.0.0.1:53066/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 66316 T116 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 66321 T116 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 66325 T116 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 66328 T116 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 66330 T116 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 66335 T116 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 66336 T116 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 66341 T116 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 66341 T116 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 66347 T116 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml because it doesn't exist
   [junit4]   2> 66348 T116 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/stopwords.txt because it doesn't exist
   [junit4]   2> 66348 T116 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/protwords.txt because it doesn't exist
   [junit4]   2> 66349 T116 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/currency.xml because it doesn't exist
   [junit4]   2> 66349 T116 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/enumsConfig.xml because it doesn't exist
   [junit4]   2> 66349 T116 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/open-exchange-rates.json because it doesn't exist
   [junit4]   2> 66350 T116 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/mapping-ISOLatin1Accent.txt because it doesn't exist
   [junit4]   2> 66350 T116 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/old_synonyms.txt because it doesn't exist
   [junit4]   2> 66350 T116 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/synonyms.txt because it doesn't exist
   [junit4]   2> 66355 T116 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 66358 T134 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3cd7cb02 name:ZooKeeperConnection Watcher:127.0.0.1:53066/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 66358 T116 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 66368 T116 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 66371 T135 oaz.ClientCnxnSocketNIO.connect ERROR Unable to open socket to ff01:0:0:0:0:0:0:114/ff01:0:0:0:0:0:0:114:33332
   [junit4]   2> 66371 T135 oaz.ClientCnxn$SendThread.run WARN Session 0x0 for server null, unexpected error, closing socket connection and attempting reconnect java.net.SocketException: Network is unreachable
   [junit4]   2> 	at sun.nio.ch.Net.connect0(Native Method)
   [junit4]   2> 	at sun.nio.ch.Net.connect(Net.java:435)
   [junit4]   2> 	at sun.nio.ch.Net.connect(Net.java:427)
   [junit4]   2> 	at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:643)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.registerAndConnect(ClientCnxnSocketNIO.java:266)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.connect(ClientCnxnSocketNIO.java:276)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:958)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:993)
   [junit4]   2> 
   [junit4]   2> 67473 T135 oaz.ClientCnxnSocketNIO.connect ERROR Unable to open socket to ff01:0:0:0:0:0:0:114/ff01:0:0:0:0:0:0:114:33332
   [junit4]   2> 67576 T116 oas.SolrTestCaseJ4.tearDown ###Ending testShutdown
   [junit4]   2> 67577 T116 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:53066 53066
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 72603 T116 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Lucene42, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=de_GR, timezone=America/Caracas
   [junit4]   2> NOTE: Linux 3.8.0-36-generic amd64/Oracle Corporation 1.8.0 (64-bit)/cpus=8,threads=1,free=44256120,total=74448896
   [junit4]   2> NOTE: All tests run in this JVM: [NoOpResponseParserTest, ClientUtilsTest, ContentStreamTest, DocumentAnalysisResponseTest, LargeVolumeJettyTest, AnlysisResponseBaseTest, TestUpdateRequestCodec, SolrParamTest, TestDocumentObjectBinder, TestJavaBinCodec, SolrExampleStreamingBinaryTest, SolrPingTest, CloudSolrServerTest]
   [junit4] Completed on J0 in 41.55s, 2 tests, 1 error <<< FAILURES!

[...truncated 76 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:465: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:445: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:202: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:490: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1274: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:907: There were test failures: 48 suites, 280 tests, 1 error

Total time: 47 minutes 11 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.8.0-fcs-b129 -XX:+UseCompressedOops -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure