Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1456/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC
3 tests failed.
FAILED: junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.SystemLogListenerTest
Error Message:
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:64210 within
30000 ms
Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect
to ZooKeeper 127.0.0.1:64210 within 30000 ms
at __randomizedtesting.SeedInfo.seed([C11663E6AE8AF65E]:0)
at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:183)
at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:117)
at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:112)
at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:99)
at org.apache.solr.cloud.MiniSolrCloudCluster.<init>(MiniSolrCloudCluster.java:232)
at org.apache.solr.cloud.SolrCloudTestCase$Builder.configure(SolrCloudTestCase.java:190)
at org.apache.solr.cloud.autoscaling.SystemLogListenerTest.setupCluster(SystemLogListenerTest.java:82)
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:498)
at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:874)
at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
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:53)
at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:64210
within 30000 ms
at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:233)
at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:175)
... 30 more
FAILED: junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.SystemLogListenerTest
Error Message:
4 threads leaked from SUITE scope at org.apache.solr.cloud.autoscaling.SystemLogListenerTest:
1) Thread[id=35688, name=SessionTracker, state=TIMED_WAITING, group=TGRP-SystemLogListenerTest]
at java.lang.Object.wait(Native Method) at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:146)
2) Thread[id=35686, name=Thread-9801, state=WAITING, group=TGRP-SystemLogListenerTest]
at java.lang.Object.wait(Native Method) at java.lang.Thread.join(Thread.java:1252)
at java.lang.Thread.join(Thread.java:1326) at org.apache.zookeeper.server.NIOServerCnxnFactory.join(NIOServerCnxnFactory.java:297)
at org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:309)
at org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:490) 3) Thread[id=35690,
name=ProcessThread(sid:0 cport:64210):, state=WAITING, group=TGRP-SystemLogListenerTest]
at sun.misc.Unsafe.park(Native Method) at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at org.apache.zookeeper.server.PrepRequestProcessor.run(PrepRequestProcessor.java:122)
4) Thread[id=35687, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-SystemLogListenerTest]
at sun.nio.ch.DevPollArrayWrapper.poll0(Native Method) at sun.nio.ch.DevPollArrayWrapper.poll(DevPollArrayWrapper.java:223)
at sun.nio.ch.DevPollSelectorImpl.doSelect(DevPollSelectorImpl.java:98) at
sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86) at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:173)
at java.lang.Thread.run(Thread.java:748)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 4 threads leaked from SUITE scope at org.apache.solr.cloud.autoscaling.SystemLogListenerTest:
1) Thread[id=35688, name=SessionTracker, state=TIMED_WAITING, group=TGRP-SystemLogListenerTest]
at java.lang.Object.wait(Native Method)
at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:146)
2) Thread[id=35686, name=Thread-9801, state=WAITING, group=TGRP-SystemLogListenerTest]
at java.lang.Object.wait(Native Method)
at java.lang.Thread.join(Thread.java:1252)
at java.lang.Thread.join(Thread.java:1326)
at org.apache.zookeeper.server.NIOServerCnxnFactory.join(NIOServerCnxnFactory.java:297)
at org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:309)
at org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:490)
3) Thread[id=35690, name=ProcessThread(sid:0 cport:64210):, state=WAITING, group=TGRP-SystemLogListenerTest]
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at org.apache.zookeeper.server.PrepRequestProcessor.run(PrepRequestProcessor.java:122)
4) Thread[id=35687, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-SystemLogListenerTest]
at sun.nio.ch.DevPollArrayWrapper.poll0(Native Method)
at sun.nio.ch.DevPollArrayWrapper.poll(DevPollArrayWrapper.java:223)
at sun.nio.ch.DevPollSelectorImpl.doSelect(DevPollSelectorImpl.java:98)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:173)
at java.lang.Thread.run(Thread.java:748)
at __randomizedtesting.SeedInfo.seed([C11663E6AE8AF65E]:0)
FAILED: junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.SystemLogListenerTest
Error Message:
There are still zombie threads that couldn't be terminated: 1) Thread[id=35687, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0,
state=RUNNABLE, group=TGRP-SystemLogListenerTest] at sun.nio.ch.DevPollArrayWrapper.interrupt(Native
Method) at sun.nio.ch.DevPollArrayWrapper.interrupt(DevPollArrayWrapper.java:300)
at sun.nio.ch.DevPollSelectorImpl.wakeup(DevPollSelectorImpl.java:207) at
java.nio.channels.spi.AbstractSelector$1.interrupt(AbstractSelector.java:213) at java.nio.channels.spi.AbstractSelector.begin(AbstractSelector.java:219)
at sun.nio.ch.DevPollSelectorImpl.doSelect(DevPollSelectorImpl.java:97) at
sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86) at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:173)
at java.lang.Thread.run(Thread.java:748)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't
be terminated:
1) Thread[id=35687, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-SystemLogListenerTest]
at sun.nio.ch.DevPollArrayWrapper.interrupt(Native Method)
at sun.nio.ch.DevPollArrayWrapper.interrupt(DevPollArrayWrapper.java:300)
at sun.nio.ch.DevPollSelectorImpl.wakeup(DevPollSelectorImpl.java:207)
at java.nio.channels.spi.AbstractSelector$1.interrupt(AbstractSelector.java:213)
at java.nio.channels.spi.AbstractSelector.begin(AbstractSelector.java:219)
at sun.nio.ch.DevPollSelectorImpl.doSelect(DevPollSelectorImpl.java:97)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:173)
at java.lang.Thread.run(Thread.java:748)
at __randomizedtesting.SeedInfo.seed([C11663E6AE8AF65E]:0)
Build Log:
[...truncated 13224 lines...]
[junit4] Suite: org.apache.solr.cloud.autoscaling.SystemLogListenerTest
[junit4] 2> 4011006 INFO (SUITE-SystemLogListenerTest-seed#[C11663E6AE8AF65E]-worker)
[ ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null
& java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SystemLogListenerTest_C11663E6AE8AF65E-001/init-core-data-001
[junit4] 2> 4011007 INFO (SUITE-SystemLogListenerTest-seed#[C11663E6AE8AF65E]-worker)
[ ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 4011009 INFO (SUITE-SystemLogListenerTest-seed#[C11663E6AE8AF65E]-worker)
[ ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=,
value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 4011010 INFO (SUITE-SystemLogListenerTest-seed#[C11663E6AE8AF65E]-worker)
[ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SystemLogListenerTest_C11663E6AE8AF65E-001/tempDir-001
[junit4] 2> 4011010 INFO (SUITE-SystemLogListenerTest-seed#[C11663E6AE8AF65E]-worker)
[ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 4011011 INFO (Thread-9801) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 4011011 INFO (Thread-9801) [ ] o.a.s.c.ZkTestServer Starting server
[junit4] 2> 4011017 ERROR (Thread-9801) [ ] o.a.z.s.ZooKeeperServer ZKShutdownHandler
is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state
changes
[junit4] 2> 4011111 INFO (SUITE-SystemLogListenerTest-seed#[C11663E6AE8AF65E]-worker)
[ ] o.a.s.c.ZkTestServer start zk server on port:64210
[junit4] 2> 4041817 INFO (SUITE-SystemLogListenerTest-seed#[C11663E6AE8AF65E]-worker)
[ ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting
for tracked resources to be released
[junit4] 2> Oct 05, 2017 7:38:13 PM com.carrotsearch.randomizedtesting.ThreadLeakControl
checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 4 leaked thread(s).
[junit4] 2> Oct 05, 2017 7:38:33 PM com.carrotsearch.randomizedtesting.ThreadLeakControl
checkThreadLeaks
[junit4] 2> SEVERE: 4 threads leaked from SUITE scope at org.apache.solr.cloud.autoscaling.SystemLogListenerTest:
[junit4] 2> 1) Thread[id=35688, name=SessionTracker, state=TIMED_WAITING, group=TGRP-SystemLogListenerTest]
[junit4] 2> at java.lang.Object.wait(Native Method)
[junit4] 2> at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:146)
[junit4] 2> 2) Thread[id=35686, name=Thread-9801, state=WAITING, group=TGRP-SystemLogListenerTest]
[junit4] 2> at java.lang.Object.wait(Native Method)
[junit4] 2> at java.lang.Thread.join(Thread.java:1252)
[junit4] 2> at java.lang.Thread.join(Thread.java:1326)
[junit4] 2> at org.apache.zookeeper.server.NIOServerCnxnFactory.join(NIOServerCnxnFactory.java:297)
[junit4] 2> at org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:309)
[junit4] 2> at org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:490)
[junit4] 2> 3) Thread[id=35690, name=ProcessThread(sid:0 cport:64210):, state=WAITING,
group=TGRP-SystemLogListenerTest]
[junit4] 2> at sun.misc.Unsafe.park(Native Method)
[junit4] 2> at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[junit4] 2> at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[junit4] 2> at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4] 2> at org.apache.zookeeper.server.PrepRequestProcessor.run(PrepRequestProcessor.java:122)
[junit4] 2> 4) Thread[id=35687, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE,
group=TGRP-SystemLogListenerTest]
[junit4] 2> at sun.nio.ch.DevPollArrayWrapper.poll0(Native Method)
[junit4] 2> at sun.nio.ch.DevPollArrayWrapper.poll(DevPollArrayWrapper.java:223)
[junit4] 2> at sun.nio.ch.DevPollSelectorImpl.doSelect(DevPollSelectorImpl.java:98)
[junit4] 2> at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
[junit4] 2> at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
[junit4] 2> at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:173)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> Oct 05, 2017 7:38:33 PM com.carrotsearch.randomizedtesting.ThreadLeakControl
tryToInterruptAll
[junit4] 2> INFO: Starting to interrupt leaked threads:
[junit4] 2> 1) Thread[id=35688, name=SessionTracker, state=TIMED_WAITING, group=TGRP-SystemLogListenerTest]
[junit4] 2> 2) Thread[id=35686, name=Thread-9801, state=WAITING, group=TGRP-SystemLogListenerTest]
[junit4] 2> 3) Thread[id=35690, name=ProcessThread(sid:0 cport:64210):, state=WAITING,
group=TGRP-SystemLogListenerTest]
[junit4] 2> 4) Thread[id=35687, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE,
group=TGRP-SystemLogListenerTest]
[junit4] 2> 4062115 ERROR (ProcessThread(sid:0 cport:64210):) [ ] o.a.z.s.ZooKeeperCriticalThread
Severe unrecoverable error, from thread : ProcessThread(sid:0 cport:64210):
[junit4] 2> java.lang.InterruptedException
[junit4] 2> at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
[junit4] 2> at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
[junit4] 2> at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4] 2> at org.apache.zookeeper.server.PrepRequestProcessor.run(PrepRequestProcessor.java:122)
[junit4] 2> 4062115 WARN (Thread-9801) [ ] o.a.s.c.ZkTestServer Server interrupted
[junit4] 2> java.lang.InterruptedException
[junit4] 2> at java.lang.Object.wait(Native Method)
[junit4] 2> at java.lang.Thread.join(Thread.java:1252)
[junit4] 2> at java.lang.Thread.join(Thread.java:1326)
[junit4] 2> at org.apache.zookeeper.server.NIOServerCnxnFactory.join(NIOServerCnxnFactory.java:297)
[junit4] 2> at org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:309)
[junit4] 2> at org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:490)
[junit4] 2> 4062118 ERROR (ProcessThread(sid:0 cport:64210):) [ ] o.a.z.s.ZooKeeperServer
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or
SHUTDOWN server state changes
[junit4] 2> 4062115 ERROR (SessionTracker) [ ] o.a.z.s.ZooKeeperCriticalThread
Severe unrecoverable error, from thread : SessionTracker
[junit4] 2> java.lang.InterruptedException
[junit4] 2> at java.lang.Object.wait(Native Method)
[junit4] 2> at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:146)
[junit4] 2> 4062118 ERROR (SessionTracker) [ ] o.a.z.s.ZooKeeperServer ZKShutdownHandler
is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state
changes
[junit4] 2> Oct 05, 2017 7:38:36 PM com.carrotsearch.randomizedtesting.ThreadLeakControl
tryToInterruptAll
[junit4] 2> SEVERE: There are still zombie threads that couldn't be terminated:
[junit4] 2> 1) Thread[id=35687, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE,
group=TGRP-SystemLogListenerTest]
[junit4] 2> at sun.nio.ch.DevPollArrayWrapper.interrupt(Native Method)
[junit4] 2> at sun.nio.ch.DevPollArrayWrapper.interrupt(DevPollArrayWrapper.java:300)
[junit4] 2> at sun.nio.ch.DevPollSelectorImpl.wakeup(DevPollSelectorImpl.java:207)
[junit4] 2> at java.nio.channels.spi.AbstractSelector$1.interrupt(AbstractSelector.java:213)
[junit4] 2> at java.nio.channels.spi.AbstractSelector.begin(AbstractSelector.java:219)
[junit4] 2> at sun.nio.ch.DevPollSelectorImpl.doSelect(DevPollSelectorImpl.java:97)
[junit4] 2> at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
[junit4] 2> at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
[junit4] 2> at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:173)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: test params are: codec=Lucene70, sim=RandomSimilarity(queryNorm=true):
{}, locale=ca-ES, timezone=Pacific/Guadalcanal
[junit4] 2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_141 (64-bit)/cpus=3,threads=3,free=262362232,total=526385152
[junit4] 2> NOTE: All tests run in this JVM: [TestReversedWildcardFilterFactory, CollectionStateFormat2Test,
TestDocBasedVersionConstraints, TestSolrQueryResponse, TestMultiValuedNumericRangeQuery, TestFuzzyAnalyzedSuggestions,
HdfsThreadLeakTest, OverseerCollectionConfigSetProcessorTest, MinimalSchemaTest, TestPullReplica,
TestXmlQParserPlugin, MultiTermTest, AnalyticsQueryTest, SoftAutoCommitTest, TestIntervalFaceting,
AssignTest, TestUpdate, OverseerRolesTest, LeaderInitiatedRecoveryOnShardRestartTest, UnloadDistributedZkTest,
TestPseudoReturnFields, TestExclusionRuleCollectionAccess, ShufflingReplicaListTransformerTest,
TestCustomStream, DistributedDebugComponentTest, SolrInfoBeanTest, ConfigureRecoveryStrategyTest,
SolrMetricManagerTest, TestReplicationHandler, TestWriterPerf, TestManagedResourceStorage,
CoreAdminRequestStatusTest, TestReloadAndDeleteDocs, DistribDocExpirationUpdateProcessorTest,
SimplePostToolTest, SubstringBytesRefFilterTest, UUIDUpdateProcessorFallbackTest, CdcrReplicationDistributedZkTest,
DeleteReplicaTest, AutoAddReplicasIntegrationTest, SolrCoreTest, TestQuerySenderNoQuery, TestPKIAuthenticationPlugin,
MissingSegmentRecoveryTest, DirectUpdateHandlerTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest,
RulesTest, TestQuerySenderListener, TestBinaryField, TestFieldTypeCollectionResource, ConnectionReuseTest,
HighlighterConfigTest, SortByFunctionTest, TestSolrCoreProperties, TestStressLiveNodes, BooleanFieldTest,
QueryElevationComponentTest, OverseerTaskQueueTest, AlternateDirectoryTest, SuggestComponentContextFilterQueryTest,
TestXIncludeConfig, InfoHandlerTest, AnalysisAfterCoreReloadTest, TestSolrXml, IndexSchemaTest,
JSONWriterTest, TestGraphMLResponseWriter, CircularListTest, BaseCdcrDistributedZkTest, SolrJmxReporterTest,
DirectUpdateHandlerOptimizeTest, TestStressVersions, DirectoryFactoryTest, TestSolrDeletionPolicy2,
BlockCacheTest, DistributedQueryComponentCustomSortTest, SearchHandlerTest, TestImpersonationWithHadoopAuth,
TestFieldCacheSort, TestOrdValues, TestRestoreCore, ZkControllerTest, BinaryUpdateRequestHandlerTest,
TestEmbeddedSolrServerAdminHandler, TestReplicationHandlerBackup, DirectSolrConnectionTest,
TestShortCircuitedRequests, DeleteLastCustomShardedReplicaTest, BigEndianAscendingWordSerializerTest,
ExplicitHLLTest, TestDistributedStatsComponentCardinality, TestLockTree, ShardSplitTest, TestLeaderInitiatedRecoveryThread,
SolrCloudExampleTest, FastVectorHighlighterTest, StressHdfsTest, TestSkipOverseerOperations,
ReplaceNodeTest, DistributedFacetExistsSmallTest, TlogReplayBufferedWhileIndexingTest, DefaultValueUpdateProcessorTest,
TestHighlightDedupGrouping, NotRequiredUniqueKeyTest, TestPHPSerializedResponseWriter, TestNamedUpdateProcessors,
TestSort, TestPointFields, TestNonDefinedSimilarityFactory, CoreAdminHandlerTest, TestHdfsUpdateLog,
TestBackupRepositoryFactory, TestFieldCollectionResource, TestRandomFlRTGCloud, TestIndexingPerformance,
TestCoreContainer, ResponseHeaderTest, TestApiFramework, DistributedSpellCheckComponentTest,
BasicDistributedZkTest, TestAddFieldRealTimeGet, LeaderFailureAfterFreshStartTest, CloudExitableDirectoryReaderTest,
DistributedFacetPivotSmallTest, TestQueryWrapperFilter, LeaderElectionContextKeyTest, AddBlockUpdateTest,
ConcurrentDeleteAndCreateCollectionTest, TestStressRecovery, ChaosMonkeyNothingIsSafeTest,
XsltUpdateRequestHandlerTest, OutOfBoxZkACLAndCredentialsProvidersTest, TestCloudPivotFacet,
TestCloudRecovery, HdfsRecoverLeaseTest, TestPhraseSuggestions, FieldAnalysisRequestHandlerTest,
TestTolerantUpdateProcessorCloud, TestRawTransformer, TestDistributedSearch, OutputWriterTest,
TestExactStatsCache, RecoveryAfterSoftCommitTest, RegexBoostProcessorTest, RestartWhileUpdatingTest,
TestHashQParserPlugin, DistanceFunctionTest, SSLMigrationTest, MoveReplicaHDFSTest, TestExtendedDismaxParser,
TestRecoveryHdfs, TestFreeTextSuggestions, ReturnFieldsTest, NoCacheHeaderTest, SuggesterTest,
TestLeaderElectionWithEmptyReplica, TestFieldCacheVsDocValues, ExecutePlanActionTest, LargeFieldTest,
TestConfigReload, TestLegacyField, TestSearcherReuse, TestTestInjection, VMParamsZkACLAndCredentialsProvidersTest,
RAMDirectoryFactoryTest, PrimitiveFieldTypeTest, TestFoldingMultitermQuery, HdfsRestartWhileUpdatingTest,
QueryParsingTest, ClusterStateTest, TestSha256AuthenticationProvider, DisMaxRequestHandlerTest,
TestDistribIDF, TestSurroundQueryParser, BasicAuthIntegrationTest, UniqFieldsUpdateProcessorFactoryTest,
TestZkAclsWithHadoopAuth, ParsingFieldUpdateProcessorsTest, TestInPlaceUpdatesStandalone,
TestRandomDVFaceting, ZkCLITest, TestFaceting, TestRecovery, TestRealTimeGet, TestStressReorder,
TestJoin, DistributedTermsComponentTest, TestSolr4Spatial, SpellCheckComponentTest, TestGroupingSearch,
PeerSyncTest, TestBadConfig, ShowFileRequestHandlerTest, SignatureUpdateProcessorFactoryTest,
SuggesterFSTTest, DocValuesTest, DirectSolrSpellCheckerTest, TestOmitPositions, TermsComponentTest,
TermVectorComponentTest, RequiredFieldsTest, SolrPluginUtilsTest, UpdateRequestProcessorFactoryTest,
TestAnalyzedSuggestions, TestPartialUpdateDeduplication, TestLFUCache, TestLRUCache, TestDocumentBuilder,
SliceStateTest, FileUtilsTest, CursorPagingTest, TestTolerantSearch, TestEmbeddedSolrServerConstructors,
TestEmbeddedSolrServerSchemaAPI, AliasIntegrationTest, CdcrRequestHandlerTest, ChaosMonkeySafeLeaderWithPullReplicasTest,
CleanupOldIndexTest, ConnectionManagerTest, CreateCollectionCleanupTest, CustomCollectionTest,
DeleteShardTest, DistribCursorPagingTest, DocValuesNotIndexedTest, HttpPartitionTest, MoveReplicaTest,
NodeMutatorTest, RemoteQueryErrorTest, ReplicationFactorTest, RollingRestartTest, SimpleCollectionCreateDeleteTest,
TestCloudInspectUtil, TestCloudJSONFacetJoinDomain, TestClusterProperties, TestCollectionsAPIViaSolrCloudCluster,
TestConfigSetsAPIExclusivity, TestCryptoKeys, TestLocalFSCloudBackupRestore, TestOnReconnectListenerSupport,
TestReplicaProperties, TestRequestForwarding, TestRequestStatusCollectionAPI, TestSolrCloudWithKerberosAlt,
TestSolrCloudWithSecureImpersonation, TestStressInPlaceUpdates, TestTolerantUpdateProcessorRandomCloud,
ZkFailoverTest, HttpTriggerListenerTest, NodeLostTriggerTest, SystemLogListenerTest]
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=SystemLogListenerTest -Dtests.seed=C11663E6AE8AF65E
-Dtests.slow=true -Dtests.locale=ca-ES -Dtests.timezone=Pacific/Guadalcanal -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.00s J0 | SystemLogListenerTest (suite) <<<
[junit4] > Throwable #1: org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException:
Could not connect to ZooKeeper 127.0.0.1:64210 within 30000 ms
[junit4] > at __randomizedtesting.SeedInfo.seed([C11663E6AE8AF65E]:0)
[junit4] > at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:183)
[junit4] > at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:117)
[junit4] > at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:112)
[junit4] > at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:99)
[junit4] > at org.apache.solr.cloud.MiniSolrCloudCluster.<init>(MiniSolrCloudCluster.java:232)
[junit4] > at org.apache.solr.cloud.SolrCloudTestCase$Builder.configure(SolrCloudTestCase.java:190)
[junit4] > at org.apache.solr.cloud.autoscaling.SystemLogListenerTest.setupCluster(SystemLogListenerTest.java:82)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] > Caused by: java.util.concurrent.TimeoutException: Could not connect to
ZooKeeper 127.0.0.1:64210 within 30000 ms
[junit4] > at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:233)
[junit4] > at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:175)
[junit4] > ... 30 moreThrowable #2: com.carrotsearch.randomizedtesting.ThreadLeakError:
4 threads leaked from SUITE scope at org.apache.solr.cloud.autoscaling.SystemLogListenerTest:
[junit4] > 1) Thread[id=35688, name=SessionTracker, state=TIMED_WAITING, group=TGRP-SystemLogListenerTest]
[junit4] > at java.lang.Object.wait(Native Method)
[junit4] > at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:146)
[junit4] > 2) Thread[id=35686, name=Thread-9801, state=WAITING, group=TGRP-SystemLogListenerTest]
[junit4] > at java.lang.Object.wait(Native Method)
[junit4] > at java.lang.Thread.join(Thread.java:1252)
[junit4] > at java.lang.Thread.join(Thread.java:1326)
[junit4] > at org.apache.zookeeper.server.NIOServerCnxnFactory.join(NIOServerCnxnFactory.java:297)
[junit4] > at org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:309)
[junit4] > at org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:490)
[junit4] > 3) Thread[id=35690, name=ProcessThread(sid:0 cport:64210):, state=WAITING,
group=TGRP-SystemLogListenerTest]
[junit4] > at sun.misc.Unsafe.park(Native Method)
[junit4] > at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[junit4] > at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[junit4] > at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4] > at org.apache.zookeeper.server.PrepRequestProcessor.run(PrepRequestProcessor.java:122)
[junit4] > 4) Thread[id=35687, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE,
group=TGRP-SystemLogListenerTest]
[junit4] > at sun.nio.ch.DevPollArrayWrapper.poll0(Native Method)
[junit4] > at sun.nio.ch.DevPollArrayWrapper.poll(DevPollArrayWrapper.java:223)
[junit4] > at sun.nio.ch.DevPollSelectorImpl.doSelect(DevPollSelectorImpl.java:98)
[junit4] > at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
[junit4] > at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
[junit4] > at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:173)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] > at __randomizedtesting.SeedInfo.seed([C11663E6AE8AF65E]:0)Throwable #3:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't
be terminated:
[junit4] > 1) Thread[id=35687, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE,
group=TGRP-SystemLogListenerTest]
[junit4] > at sun.nio.ch.DevPollArrayWrapper.interrupt(Native Method)
[junit4] > at sun.nio.ch.DevPollArrayWrapper.interrupt(DevPollArrayWrapper.java:300)
[junit4] > at sun.nio.ch.DevPollSelectorImpl.wakeup(DevPollSelectorImpl.java:207)
[junit4] > at java.nio.channels.spi.AbstractSelector$1.interrupt(AbstractSelector.java:213)
[junit4] > at java.nio.channels.spi.AbstractSelector.begin(AbstractSelector.java:219)
[junit4] > at sun.nio.ch.DevPollSelectorImpl.doSelect(DevPollSelectorImpl.java:97)
[junit4] > at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
[junit4] > at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
[junit4] > at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:173)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] > at __randomizedtesting.SeedInfo.seed([C11663E6AE8AF65E]:0)
[junit4] Completed [564/745 (1!)] on J0 in 54.14s, 0 tests, 3 errors <<< FAILURES!
[...truncated 47455 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:826: The following error
occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:706: The following error
occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:693: Source checkout is
dirty (unversioned/missing files) after running tests!!! Offending files:
* lucene/licenses/morfologik-ukrainian-search-3.7.5.jar.sha1
Total time: 96 minutes 7 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
|