Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/10482/
Java: 32bit/jdk1.8.0_05 -server -XX:+UseG1GC

1 tests failed.
REGRESSION:  org.apache.solr.cloud.CustomCollectionTest.testDistribSearch

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

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: 
Could not connect to ZooKeeper 127.0.0.1:45122 within 45000 ms
        at 
__randomizedtesting.SeedInfo.seed([F52ED42DD83A89C6:74C85A35AF65E9FA]: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:92)
        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:76)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.setUp(AbstractFullDistribZkTestBase.java:202)
        at 
org.apache.solr.cloud.CustomCollectionTest.setUp(CustomCollectionTest.java:87)
        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: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 
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:745)
Caused by: java.util.concurrent.TimeoutException: Could not connect to 
ZooKeeper 127.0.0.1:45122 within 45000 ms
        at 
org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:223)
        at 
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:143)
        ... 47 more




Build Log:
[...truncated 12009 lines...]
   [junit4] Suite: org.apache.solr.cloud.CustomCollectionTest
   [junit4]   2> Creating dataDir: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.cloud.CustomCollectionTest-F52ED42DD83A89C6-001/init-core-data-001
   [junit4]   2> 1223494 T5261 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl 
(false) and clientAuth (true)
   [junit4]   2> 1223495 T5261 
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system 
property: /pr/
   [junit4]   2> 1223497 T5261 oas.SolrTestCaseJ4.setUp ###Starting 
testDistribSearch
   [junit4]   2> 1223498 T5261 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1223498 T5262 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 1223598 T5261 oasc.ZkTestServer.run start zk server on 
port:45122
   [junit4]   2> 1223600 T5261 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1269099 T5261 oas.SolrTestCaseJ4.tearDown ###Ending 
testDistribSearch
   [junit4]   2> 1276451 T5265 oazsp.FileTxnLog.commit WARN fsync-ing the write 
ahead log in SyncThread:0 took 52849ms which will adversely effect operation 
latency. See the ZooKeeper troubleshooting guide
   [junit4]   2> 1276453 T5263 oazs.NIOServerCnxn.doIO WARN caught end of 
stream exception EndOfStreamException: Unable to read additional data from 
client sessionid 0x146b34a6f760000, 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:745)
   [junit4]   2> 
   [junit4]   2> 1276457 T5263 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:745)
   [junit4]   2> 
   [junit4]   2> 1276457 T5261 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:45122 45122
   [junit4]   2> 1276457 T5263 oazs.NIOServerCnxn.doIO WARN caught end of 
stream exception EndOfStreamException: Unable to read additional data from 
client sessionid 0x146b34a6f760003, 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:745)
   [junit4]   2> 
   [junit4]   2> 1282047 T5262 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:45122 45122
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=CustomCollectionTest -Dtests.method=testDistribSearch 
-Dtests.seed=F52ED42DD83A89C6 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=ar_SA -Dtests.timezone=Asia/Baghdad 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   58.6s J0 | CustomCollectionTest.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 
127.0.0.1:45122 within 45000 ms
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([F52ED42DD83A89C6:74C85A35AF65E9FA]: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:92)
   [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:76)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.setUp(AbstractFullDistribZkTestBase.java:202)
   [junit4]    >        at 
org.apache.solr.cloud.CustomCollectionTest.setUp(CustomCollectionTest.java:87)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.util.concurrent.TimeoutException: Could not 
connect to ZooKeeper 127.0.0.1:45122 within 45000 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]    >        ... 47 more
   [junit4]   2> 1282064 T5261 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.cloud.CustomCollectionTest-F52ED42DD83A89C6-001
   [junit4]   2> NOTE: test params are: codec=Lucene49: {}, docValues:{}, 
sim=DefaultSimilarity, locale=ar_SA, timezone=Asia/Baghdad
   [junit4]   2> NOTE: Linux 3.8.0-41-generic i386/Oracle Corporation 1.8.0_05 
(32-bit)/cpus=8,threads=1,free=144138112,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [AddBlockUpdateTest, 
HdfsBasicDistributedZk2Test, HdfsChaosMonkeySafeLeaderTest, 
TestSolrIndexConfig, TestImplicitCoreProperties, TestReRankQParserPlugin, 
ZkControllerTest, TestManagedSchema, UnloadDistributedZkTest, 
TestPseudoReturnFields, BlockCacheTest, TestDocumentBuilder, 
TestJmxMonitoredMap, TestSolrDeletionPolicy1, SliceStateUpdateTest, 
TestExpandComponent, TestMergePolicyConfig, TestAddFieldRealTimeGet, 
OverseerCollectionProcessorTest, ResponseLogComponentTest, 
TestHighFrequencyDictionaryFactory, TestChildDocTransformer, 
LukeRequestHandlerTest, TestManagedSynonymFilterFactory, SampleTest, 
TestConfigSets, DocExpirationUpdateProcessorFactoryTest, 
DistribCursorPagingTest, TestBlendedInfixSuggestions, PolyFieldTest, 
TestBadConfig, DirectUpdateHandlerOptimizeTest, TestStressVersions, 
SoftAutoCommitTest, TestDynamicFieldCollectionResource, IndexSchemaTest, 
TestTrie, TestCharFilters, TermsComponentTest, TestRandomDVFaceting, 
TestCollationFieldDocValues, TestPHPSerializedResponseWriter, TestConfig, 
SchemaVersionSpecificBehaviorTest, TestRestManager, 
TestPostingsSolrHighlighter, SyncSliceTest, SolrCoreTest, StressHdfsTest, 
BadComponentTest, DocValuesTest, QueryElevationComponentTest, 
TestOverriddenPrefixQueryForCustomFieldType, TestFaceting, 
CoreMergeIndexesAdminHandlerTest, PeerSyncTest, TestGroupingSearch, 
TestSchemaNameResource, TestSolrXmlPersistor, MergeStrategyTest, 
TestDocBasedVersionConstraints, TestSolrXml, CSVRequestHandlerTest, 
ClusterStateTest, UpdateParamsTest, TestCopyFieldCollectionResource, 
TestReplicationHandler, ConnectionManagerTest, CursorMarkTest, 
TestLMJelinekMercerSimilarityFactory, TestCustomSort, 
ExternalFileFieldSortTest, TestSystemIdResolver, SuggesterFSTTest, 
TestCollationKeyRangeQueries, TestCoreContainer, SOLR749Test, 
ShowFileRequestHandlerTest, MigrateRouteKeyTest, CircularListTest, 
SynonymTokenizerTest, SpellPossibilityIteratorTest, SuggestComponentTest, 
ShardRoutingTest, MoreLikeThisHandlerTest, TestSearcherReuse, 
LeaderElectionTest, CacheHeaderTest, TestSolrQueryParser, 
HdfsUnloadDistributedZkTest, JsonLoaderTest, TestSchemaSimilarityResource, 
TestDistribDocBasedVersion, SimpleFacetsTest, DeleteShardTest, EchoParamsTest, 
BasicFunctionalityTest, BasicDistributedZkTest, BasicDistributedZk2Test, 
OpenCloseCoreStressTest, LeaderElectionIntegrationTest, ClusterStateUpdateTest, 
ZkCLITest, TestDistributedSearch, TestRecovery, 
DistributedSpellCheckComponentTest, TestRealTimeGet, 
TestMultiCoreConfBootstrap, TestReload, DistributedTermsComponentTest, 
TestSolr4Spatial, SpellCheckComponentTest, SolrCmdDistributorTest, 
BadIndexSchemaTest, ConvertedLegacyTest, TestSort, TestFunctionQuery, 
TestIndexSearcher, DistributedQueryElevationComponentTest, SimplePostToolTest, 
AnalysisAfterCoreReloadTest, CoreAdminHandlerTest, TestFoldingMultitermQuery, 
SpatialFilterTest, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, 
StatelessScriptUpdateProcessorFactoryTest, DistanceFunctionTest, 
IndexBasedSpellCheckerTest, TestQueryUtils, TestReversedWildcardFilterFactory, 
TestQueryTypes, PrimitiveFieldTypeTest, FileBasedSpellCheckerTest, 
DocumentBuilderTest, TermVectorComponentTest, RequiredFieldsTest, 
FastVectorHighlighterTest, LoggingHandlerTest, ReturnFieldsTest, 
MBeansHandlerTest, TestAnalyzedSuggestions, BinaryUpdateRequestHandlerTest, 
SearchHandlerTest, TestLFUCache, TestQuerySenderListener, SolrIndexConfigTest, 
MultiTermTest, TestDocSet, TestSearchPerf, MinimalSchemaTest, 
TestElisionMultitermQuery, TestFuzzyAnalyzedSuggestions, 
DirectSolrConnectionTest, TestLuceneMatchVersion, TestXIncludeConfig, 
TestSweetSpotSimilarityFactory, TestPerFieldSimilarity, 
TestLMDirichletSimilarityFactory, TestIBSimilarityFactory, 
TestBM25SimilarityFactory, TestDefaultSimilarityFactory, TestFastWriter, 
LegacyHTMLStripCharFilterTest, ResourceLoaderTest, TestFastOutputStream, 
ScriptEngineTest, URLClassifyProcessorTest, PluginInfoTest, DateMathParserTest, 
TestSolrXMLSerializer, PrimUtilsTest, TestSuggestSpellingConverter, 
DateFieldTest, SpellingQueryConverterTest, DOMUtilTest, 
RAMDirectoryFactoryTest, TestSolrJ, TestLRUCache, TestUtils, SliceStateTest, 
SystemInfoHandlerTest, UUIDFieldTest, FileUtilsTest, CursorPagingTest, 
TestHighlightDedupGrouping, AsyncMigrateRouteKeyTest, CustomCollectionTest]
   [junit4] Completed on J0 in 58.60s, 1 test, 1 error <<< FAILURES!

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

Total time: 72 minutes 23 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.8.0_05 -server -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


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

Reply via email to