Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/10095/
Java: 32bit/jdk1.7.0_60-ea-b14 -server -XX:+UseG1GC

1 tests failed.
REGRESSION:  
org.apache.solr.cloud.TestMultiCoreConfBootstrap.testMultiCoreConfBootstrap

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

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: 
Could not connect to ZooKeeper 127.0.0.1:59092 within 30000 ms
        at 
__randomizedtesting.SeedInfo.seed([4E2A608A2C507F81:FA5145B841AAC847]:0)
        at 
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:151)
        at 
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:102)
        at 
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:97)
        at 
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:84)
        at 
org.apache.solr.cloud.TestMultiCoreConfBootstrap.setUp(TestMultiCoreConfBootstrap.java:59)
        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:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:861)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.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:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:360)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:793)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:453)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
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:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:360)
        at java.lang.Thread.run(Thread.java:744)
Caused by: java.util.concurrent.TimeoutException: Could not connect to 
ZooKeeper 127.0.0.1:59092 within 30000 ms
        at 
org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:223)
        at 
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:143)
        ... 43 more




Build Log:
[...truncated 10916 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestMultiCoreConfBootstrap
   [junit4]   2> Creating dataDir: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solr.cloud.TestMultiCoreConfBootstrap-4E2A608A2C507F81-001/init-core-data-001
   [junit4]   2> 778384 T2899 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl 
(true) and clientAuth (false)
   [junit4]   2> 778387 T2899 oas.SolrTestCaseJ4.setUp ###Starting 
testMultiCoreConfBootstrap
   [junit4]   2> 778388 T2899 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 778389 T2900 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 778489 T2899 oasc.ZkTestServer.run start zk server on 
port:59092
   [junit4]   2> 778490 T2899 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 812177 T2903 oazsp.FileTxnLog.commit WARN fsync-ing the write 
ahead log in SyncThread:0 took 33686ms which will adversely effect operation 
latency. See the ZooKeeper troubleshooting guide
   [junit4]   2> 812180 T2901 oazs.NIOServerCnxn.doIO WARN caught end of stream 
exception EndOfStreamException: Unable to read additional data from client 
sessionid 0x1456e2ba6ee0000, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [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> 812183 T2901 oazs.NIOServerCnxnFactory.run WARN Ignoring 
unexpected runtime exception java.nio.channels.CancelledKeyException
   [junit4]   2>        at 
sun.nio.ch.SelectionKeyImpl.ensureValid(SelectionKeyImpl.java:73)
   [junit4]   2>        at 
sun.nio.ch.SelectionKeyImpl.readyOps(SelectionKeyImpl.java:87)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:187)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 812184 T2901 oazs.NIOServerCnxn.doIO WARN caught end of stream 
exception EndOfStreamException: Unable to read additional data from client 
sessionid 0x1456e2ba6ee0002, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [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> 812189 T2899 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:59092 59092
   [junit4]   2> 812271 T2900 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:59092 59092
   [junit4]   2> 812272 T2899 oas.SolrTestCaseJ4.tearDown ###Ending 
testMultiCoreConfBootstrap
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestMultiCoreConfBootstrap -Dtests.method=testMultiCoreConfBootstrap 
-Dtests.seed=4E2A608A2C507F81 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=fi -Dtests.timezone=Iceland -Dtests.file.encoding=UTF-8
   [junit4] ERROR   33.9s J1 | 
TestMultiCoreConfBootstrap.testMultiCoreConfBootstrap <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 
127.0.0.1:59092 within 30000 ms
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([4E2A608A2C507F81:FA5145B841AAC847]:0)
   [junit4]    >        at 
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:151)
   [junit4]    >        at 
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:102)
   [junit4]    >        at 
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:97)
   [junit4]    >        at 
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:84)
   [junit4]    >        at 
org.apache.solr.cloud.TestMultiCoreConfBootstrap.setUp(TestMultiCoreConfBootstrap.java:59)
   [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:59092 within 30000 ms
   [junit4]    >        at 
org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:223)
   [junit4]    >        at 
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:143)
   [junit4]    >        ... 43 more
   [junit4]   2> 812283 T2899 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solr.cloud.TestMultiCoreConfBootstrap-4E2A608A2C507F81-001
   [junit4]   2> 33903 T2898 ccr.ThreadLeakControl.checkThreadLeaks WARNING 
Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene42, sim=DefaultSimilarity, 
locale=fi, timezone=Iceland
   [junit4]   2> NOTE: Linux 3.8.0-38-generic i386/Oracle Corporation 
1.7.0_60-ea (32-bit)/cpus=8,threads=1,free=170271088,total=530579456
   [junit4]   2> NOTE: All tests run in this JVM: [TestQuerySenderNoQuery, 
ModifyConfFileTest, TestStandardQParsers, ShardRoutingCustomTest, 
TestComponentsName, NoCacheHeaderTest, TestRangeQuery, 
CurrencyFieldXmlFileTest, TestBinaryField, TestStressUserVersions, 
DateMathParserTest, TestSimpleQParserPlugin, CollectionsAPIDistributedZkTest, 
SolrPluginUtilsTest, TestSolr4Spatial, HdfsLockFactoryTest, ShardSplitTest, 
TestSolrXml, TestPhraseSuggestions, DeleteReplicaTest, QueryFacetTest, 
TestLRUCache, TestReload, HardAutoCommitTest, OpenCloseCoreStressTest, 
TestIndexSearcher, QueryResultKeyTest, FunctionTest, SolrRequestParserTest, 
UniqFieldsUpdateProcessorFactoryTest, CoreMergeIndexesAdminHandlerTest, 
TestInfoStreamLogging, BasicDistributedZk2Test, TestCustomSort, 
AbstractAnalyticsStatsTest, FullSolrCloudDistribCmdsTest, OutputWriterTest, 
ExternalCollectionsTest, DebugComponentTest, TestDocumentBuilder, 
TestCodecSupport, SystemInfoHandlerTest, TestQueryTypes, 
DistributedDebugComponentTest, DocValuesMultiTest, HdfsUnloadDistributedZkTest, 
PreAnalyzedUpdateProcessorTest, TestDistributedGrouping, HighlighterConfigTest, 
ChaosMonkeySafeLeaderTest, TestPartialUpdateDeduplication, 
DistributedSuggestComponentTest, TestQuerySenderListener, 
TestCSVResponseWriter, SuggestComponentTest, DefaultValueUpdateProcessorTest, 
TestManagedStopFilterFactory, MinimalSchemaTest, TestStressLucene, 
IndexBasedSpellCheckerTest, ConnectionManagerTest, 
TriLevelCompositeIdRoutingTest, DateFieldTest, TestRTGBase, TestXIncludeConfig, 
TestMultiCoreConfBootstrap]
   [junit4] Completed on J1 in 34.42s, 1 test, 1 error <<< FAILURES!

[...truncated 707 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:467: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:447: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:45: 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:189: The 
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:496: 
The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1285:
 The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:909: 
There were test failures: 397 suites, 1663 tests, 1 error, 37 ignored (16 
assumptions)

Total time: 59 minutes 56 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.7.0_60-ea-b14 -server -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