Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/9177/
Java: 32bit/jdk1.7.0_51 -client -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:35141 within 30000 ms

Stack Trace:
java.lang.RuntimeException: java.util.concurrent.TimeoutException: Could not 
connect to ZooKeeper 127.0.0.1:35141 within 30000 ms
        at 
__randomizedtesting.SeedInfo.seed([8B264CB15CF7DF89:AC0C2A92BA8BFB5]:0)
        at 
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:147)
        at 
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:98)
        at 
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:93)
        at 
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:84)
        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:198)
        at 
org.apache.solr.client.solrj.impl.CloudSolrServerTest.setUp(CloudSolrServerTest.java:80)
        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:35141 within 30000 ms
        at 
org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:237)
        at 
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:139)
        ... 47 more




Build Log:
[...truncated 11423 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.impl.CloudSolrServerTest
   [junit4]   2> 5535 T47 oas.BaseDistributedSearchTestCase.initHostContext 
Setting hostContext system property: /
   [junit4]   2> 5537 T47 oasc.AbstractZkTestCase.<clinit> WARN TEST_HOME() 
does not exist - solrj test?
   [junit4]   2> 5542 T47 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./solrtest-CloudSolrServerTest-1390991500609
   [junit4]   2> 5545 T47 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 5546 T48 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting 
server
   [junit4]   2> 5646 T47 oasc.ZkTestServer.run start zk server on port:35141
   [junit4]   2> 5682 T47 oascc.ConnectionManager.waitForConnected Waiting for 
client to connect to ZooKeeper
   [junit4]   2> 40549 T51 oazsp.FileTxnLog.commit WARN fsync-ing the write 
ahead log in SyncThread:0 took 34853ms which will adversely effect operation 
latency. See the ZooKeeper troubleshooting guide
   [junit4]   2> 40551 T47 oas.SolrTestCaseJ4.tearDown ###Ending 
testDistribSearch
   [junit4]   2> 40561 T49 oazs.NIOServerCnxn.doIO WARN caught end of stream 
exception EndOfStreamException: Unable to read additional data from client 
sessionid 0x143dd8de5810000, 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> 40562 T47 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:35141 35141
   [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=8B264CB15CF7DF89 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sr_RS 
-Dtests.timezone=Europe/Riga -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   35.4s J0 | CloudSolrServerTest.testDistribSearch <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: 
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 
127.0.0.1:35141 within 30000 ms
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([8B264CB15CF7DF89:AC0C2A92BA8BFB5]:0)
   [junit4]    >        at 
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:147)
   [junit4]    >        at 
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:98)
   [junit4]    >        at 
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:93)
   [junit4]    >        at 
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:84)
   [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:198)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrServerTest.setUp(CloudSolrServerTest.java:80)
   [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:35141 within 30000 ms
   [junit4]    >        at 
org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:237)
   [junit4]    >        at 
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:139)
   [junit4]    >        ... 47 more
   [junit4]   2> 40955 T47 oas.SolrTestCaseJ4.setUp ###Starting testShutdown
   [junit4]   2> Creating dataDir: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./solrtest-CloudSolrServerTest-1390991536022
   [junit4]   2> 40956 T47 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 40957 T55 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 41057 T47 oasc.ZkTestServer.run start zk server on port:37598
   [junit4]   2> 41058 T47 oascc.ConnectionManager.waitForConnected Waiting for 
client to connect to ZooKeeper
   [junit4]   2> 41070 T61 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1225f28 name:ZooKeeperConnection 
Watcher:127.0.0.1:37598 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 41070 T47 oascc.ConnectionManager.waitForConnected Client is 
connected to ZooKeeper
   [junit4]   2> 41071 T47 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 41102 T56 oazs.NIOServerCnxn.doIO WARN caught end of stream 
exception EndOfStreamException: Unable to read additional data from client 
sessionid 0x143dd8e6f9a0000, 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> 41102 T47 oascc.ConnectionManager.waitForConnected Waiting for 
client to connect to ZooKeeper
   [junit4]   2> 41104 T63 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@e006c3 name:ZooKeeperConnection 
Watcher:127.0.0.1:37598/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 41104 T47 oascc.ConnectionManager.waitForConnected Client is 
connected to ZooKeeper
   [junit4]   2> 41108 T47 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 41113 T47 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 41116 T47 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 41119 T47 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 41123 T47 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/solrconfig.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 41129 T47 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 41140 T47 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 41141 T47 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 41145 T47 oasc.AbstractZkTestCase.putConfig skipping 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 because it doesn't exist
   [junit4]   2> 41145 T47 oasc.AbstractZkTestCase.putConfig skipping 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/stopwords.txt
 because it doesn't exist
   [junit4]   2> 41146 T47 oasc.AbstractZkTestCase.putConfig skipping 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/protwords.txt
 because it doesn't exist
   [junit4]   2> 41146 T47 oasc.AbstractZkTestCase.putConfig skipping 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/currency.xml
 because it doesn't exist
   [junit4]   2> 41147 T47 oasc.AbstractZkTestCase.putConfig skipping 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/enumsConfig.xml
 because it doesn't exist
   [junit4]   2> 41147 T47 oasc.AbstractZkTestCase.putConfig skipping 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/open-exchange-rates.json
 because it doesn't exist
   [junit4]   2> 41147 T47 oasc.AbstractZkTestCase.putConfig skipping 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 because it doesn't exist
   [junit4]   2> 41148 T47 oasc.AbstractZkTestCase.putConfig skipping 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/old_synonyms.txt
 because it doesn't exist
   [junit4]   2> 41148 T47 oasc.AbstractZkTestCase.putConfig skipping 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/synonyms.txt
 because it doesn't exist
   [junit4]   2> 41157 T47 oascc.ConnectionManager.waitForConnected Waiting for 
client to connect to ZooKeeper
   [junit4]   2> 41159 T64 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> 41159 T64 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> 42277 T64 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> 42380 T47 oas.SolrTestCaseJ4.tearDown ###Ending testShutdown
   [junit4]   2> 42381 T47 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:37598 37598
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 42608 T47 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 37081 T46 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will 
linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene46: {}, docValues:{}, 
sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=sr_RS, 
timezone=Europe/Riga
   [junit4]   2> NOTE: Linux 3.8.0-35-generic i386/Oracle Corporation 1.7.0_51 
(32-bit)/cpus=8,threads=1,free=24717368,total=50331648
   [junit4]   2> NOTE: All tests run in this JVM: [ContentStreamTest, 
LargeVolumeBinaryJettyTest, TestXMLEscaping, DocumentAnalysisResponseTest, 
ClientUtilsTest, CloudSolrServerTest]
   [junit4] Completed on J0 in 37.63s, 2 tests, 1 error <<< FAILURES!

[...truncated 94 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:459: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:439: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:39: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/extra-targets.xml:37: The 
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:202: The 
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:491: The 
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1308: 
The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:941: 
There were test failures: 46 suites, 275 tests, 1 error

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to