Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/10296/
Java: 64bit/jdk1.7.0_60-ea-b15 -XX:-UseCompressedOops -XX:+UseSerialGC

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

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

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: 
Could not connect to ZooKeeper 127.0.0.1:43956 within 45000 ms
        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:193)
        at 
org.apache.solr.cloud.OverseerRolesTest.setUp(OverseerRolesTest.java:66)
        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 
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:43956 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 11576 lines...]
   [junit4] Suite: org.apache.solr.cloud.OverseerRolesTest
   [junit4]   2> Creating dataDir: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solr.cloud.OverseerRolesTest-AD7E4DDDFFDC7478-001/init-core-data-001
   [junit4]   2> 1229409 T6458 
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system 
property: /r_rxf/
   [junit4]   2> 1229413 T6458 oas.SolrTestCaseJ4.setUp ###Starting 
testDistribSearch
   [junit4]   2> 1229414 T6458 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1229414 T6459 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 1229514 T6458 oasc.ZkTestServer.run start zk server on 
port:43956
   [junit4]   2> 1229515 T6458 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1274565 T6458 oas.SolrTestCaseJ4.tearDown ###Ending 
testDistribSearch
   [junit4]   2> 1279193 T6462 oazsp.FileTxnLog.commit WARN fsync-ing the write 
ahead log in SyncThread:0 took 49677ms which will adversely effect operation 
latency. See the ZooKeeper troubleshooting guide
   [junit4]   2> 1279196 T6460 oazs.NIOServerCnxn.doIO WARN caught end of 
stream exception EndOfStreamException: Unable to read additional data from 
client sessionid 0x145f7c5dee00000, 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> 1279242 T6460 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> 1279243 T6460 oazs.NIOServerCnxn.doIO WARN caught end of 
stream exception EndOfStreamException: Unable to read additional data from 
client sessionid 0x145f7c5dee00003, 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> 1279243 T6458 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:43956 43956
   [junit4]   2> 1284459 T6459 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:43956 43956
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=OverseerRolesTest 
-Dtests.method=testDistribSearch -Dtests.seed=AD7E4DDDFFDC7478 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=cs_CZ 
-Dtests.timezone=America/Noronha -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   55.1s J0 | OverseerRolesTest.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 
127.0.0.1:43956 within 45000 ms
   [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:193)
   [junit4]    >        at 
org.apache.solr.cloud.OverseerRolesTest.setUp(OverseerRolesTest.java:66)
   [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:43956 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 moreThrowable #2: java.lang.NullPointerException
   [junit4]    >        at 
org.apache.solr.cloud.OverseerRolesTest.tearDown(OverseerRolesTest.java:75)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1284475 T6458 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/J0/./solr.cloud.OverseerRolesTest-AD7E4DDDFFDC7478-001
   [junit4]   2> NOTE: test params are: codec=Lucene46: {}, docValues:{}, 
sim=DefaultSimilarity, locale=cs_CZ, timezone=America/Noronha
   [junit4]   2> NOTE: Linux 3.8.0-39-generic amd64/Oracle Corporation 
1.7.0_60-ea (64-bit)/cpus=8,threads=1,free=85401336,total=330260480
   [junit4]   2> NOTE: All tests run in this JVM: [TestConfig, 
CachingDirectoryFactoryTest, TestValueSourceCache, ShardRoutingTest, 
OverseerTest, UpdateParamsTest, TestSurroundQueryParser, 
AnalysisErrorHandlingTest, TestInitQParser, SliceStateTest, 
DistributedTermsComponentTest, TestSolrXmlPersistence, ConnectionManagerTest, 
FieldMutatingUpdateProcessorTest, ChangedSchemaMergeTest, ShardSplitTest, 
TestLuceneMatchVersion, TestMergePolicyConfig, PrimitiveFieldTypeTest, 
TestSolrXmlPersistor, ExpressionTest, TestNonNRTOpen, 
TestShortCircuitedRequests, CopyFieldTest, SuggesterTest, SuggestComponentTest, 
FileBasedSpellCheckerTest, EchoParamsTest, ClusterStateTest, CacheHeaderTest, 
HttpPartitionTest, HdfsBasicDistributedZkTest, TriLevelCompositeIdRoutingTest, 
TestNRTOpen, ParsingFieldUpdateProcessorsTest, DocValuesTest, 
BinaryUpdateRequestHandlerTest, TestConfigSets, TestManagedSchemaFieldResource, 
BasicFunctionalityTest, TestSearcherReuse, TestFastLRUCache, 
LeaderElectionTest, TestPostingsSolrHighlighter, 
TestOverriddenPrefixQueryForCustomFieldType, DirectUpdateHandlerOptimizeTest, 
PreAnalyzedFieldTest, MBeansHandlerTest, MoreLikeThisHandlerTest, 
TestSolrDeletionPolicy1, TermVectorComponentTest, 
TestPHPSerializedResponseWriter, BasicDistributedZkTest, OverseerStatusTest, 
HdfsWriteToMultipleCollectionsTest, FieldFacetExtrasTest, SolrInfoMBeanTest, 
TestSystemIdResolver, RecoveryZkTest, CoreMergeIndexesAdminHandlerTest, 
ZkCLITest, TestTrie, SyncSliceTest, CoreAdminHandlerTest, 
PreAnalyzedUpdateProcessorTest, ResponseHeaderTest, TestExpandComponent, 
LukeRequestHandlerTest, TestQueryUtils, QueryEqualityTest, 
TestRandomDVFaceting, TestDefaultSimilarityFactory, 
AnalysisAfterCoreReloadTest, BadComponentTest, DeleteInactiveReplicaTest, 
HdfsCollectionsAPIDistributedZkTest, TestSearchPerf, BlockCacheTest, 
TestCharFilters, TestFieldTypeResource, FastVectorHighlighterTest, 
TermsComponentTest, TestFileDictionaryLookup, TestSolrQueryParser, 
SimpleFacetsTest, TestFaceting, HdfsSyncSliceTest, SolrTestCaseJ4Test, 
TestSchemaVersionResource, SliceStateUpdateTest, TestBadConfig, 
ShowFileRequestHandlerTest, ClusterStateUpdateTest, TestCoreContainer, 
DistributedQueryElevationComponentTest, FullSolrCloudDistribCmdsTest, 
TestReplicationHandler, TestZkChroot, AutoCommitTest, TestDistributedGrouping, 
ZkControllerTest, TestStressReorder, TestStressVersions, TestSolr4Spatial, 
SolrCoreTest, TestGroupingSearch, TestSort, OverseerCollectionProcessorTest, 
CurrencyFieldXmlFileTest, SolrIndexSplitterTest, 
SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, 
SpellCheckCollatorTest, SuggesterFSTTest, TestStressLucene, TestCSVLoader, 
NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, 
SolrCoreCheckLockOnStartupTest, TestAtomicUpdateErrorCases, SortByFunctionTest, 
TestRemoteStreaming, IndexBasedSpellCheckerTest, TestWriterPerf, 
TestReversedWildcardFilterFactory, TestOmitPositions, 
PathHierarchyTokenizerFactoryTest, RequiredFieldsTest, 
IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest, IndexSchemaTest, 
TestCollationField, ReturnFieldsTest, QueryParsingTest, 
TestPartialUpdateDeduplication, TestComponentsName, TestLFUCache, SOLR749Test, 
TestSolrIndexConfig, ResponseLogComponentTest, MultiTermTest, TestDocSet, 
MinimalSchemaTest, ExternalFileFieldSortTest, SpellPossibilityIteratorTest, 
TestXIncludeConfig, TestPerFieldSimilarity, TestIBSimilarityFactory, 
TestJmxMonitoredMap, ScriptEngineTest, URLClassifyProcessorTest, 
ChaosMonkeyNothingIsSafeTest, CollectionsAPIAsyncDistributedZkTest, 
DeleteReplicaTest, DeleteShardTest, DistribCursorPagingTest, OverseerRolesTest]
   [junit4] Completed on J0 in 55.10s, 1 test, 1 error <<< FAILURES!

[...truncated 182 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:1296:
 The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:920: 
There were test failures: 400 suites, 1679 tests, 1 error, 37 ignored (16 
assumptions)

Total time: 53 minutes 42 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.7.0_60-ea-b15 -XX:-UseCompressedOops 
-XX:+UseSerialGC
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