Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6369/
Java: 32bit/jdk1.8.0_121 -client -XX:+UseConcMarkSweepGC
2 tests failed.
FAILED: junit.framework.TestSuite.org.apache.solr.core.TestConfigSets
Error Message:
Could not remove the following files (in the order of attempts):
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestConfigSets_A42D812ABBE0084F-001\init-core-data-001\core-reload:
java.nio.file.DirectoryNotEmptyException:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestConfigSets_A42D812ABBE0084F-001\init-core-data-001\core-reload
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestConfigSets_A42D812ABBE0084F-001\init-core-data-001:
java.nio.file.DirectoryNotEmptyException:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestConfigSets_A42D812ABBE0084F-001\init-core-data-001
Stack Trace:
java.io.IOException: Could not remove the following files (in the order of
attempts):
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestConfigSets_A42D812ABBE0084F-001\init-core-data-001\core-reload:
java.nio.file.DirectoryNotEmptyException:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestConfigSets_A42D812ABBE0084F-001\init-core-data-001\core-reload
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestConfigSets_A42D812ABBE0084F-001\init-core-data-001:
java.nio.file.DirectoryNotEmptyException:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestConfigSets_A42D812ABBE0084F-001\init-core-data-001
at __randomizedtesting.SeedInfo.seed([A42D812ABBE0084F]:0)
at org.apache.lucene.util.IOUtils.rm(IOUtils.java:323)
at
org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:216)
at
com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
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:745)
FAILED: org.apache.solr.metrics.SolrMetricManagerTest.testClearMetrics
Error Message:
expected:<65> but was:<66>
Stack Trace:
java.lang.AssertionError: expected:<65> but was:<66>
at
__randomizedtesting.SeedInfo.seed([A42D812ABBE0084F:E08F0695C387F3BF]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at org.junit.Assert.assertEquals(Assert.java:456)
at
org.apache.solr.metrics.SolrMetricManagerTest.testClearMetrics(SolrMetricManagerTest.java:153)
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:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
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:745)
Build Log:
[...truncated 11667 lines...]
[junit4] Suite: org.apache.solr.metrics.SolrMetricManagerTest
[junit4] 2> Creating dataDir:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.metrics.SolrMetricManagerTest_A42D812ABBE0084F-001\init-core-data-001
[junit4] 2> 1626349 INFO
(SUITE-SolrMetricManagerTest-seed#[A42D812ABBE0084F]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields
[junit4] 2> 1626360 INFO
(SUITE-SolrMetricManagerTest-seed#[A42D812ABBE0084F]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 1626369 INFO
(TEST-SolrMetricManagerTest.testMoveMetrics-seed#[A42D812ABBE0084F]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testMoveMetrics
[junit4] 2> 1626377 INFO
(TEST-SolrMetricManagerTest.testMoveMetrics-seed#[A42D812ABBE0084F]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testMoveMetrics
[junit4] 2> 1626380 INFO
(TEST-SolrMetricManagerTest.testRegistryName-seed#[A42D812ABBE0084F]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testRegistryName
[junit4] 2> 1626380 INFO
(TEST-SolrMetricManagerTest.testRegistryName-seed#[A42D812ABBE0084F]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testRegistryName
[junit4] 2> 1626382 INFO
(TEST-SolrMetricManagerTest.testSimpleMetrics-seed#[A42D812ABBE0084F]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testSimpleMetrics
[junit4] 2> 1626382 INFO
(TEST-SolrMetricManagerTest.testSimpleMetrics-seed#[A42D812ABBE0084F]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testSimpleMetrics
[junit4] 2> 1626384 INFO
(TEST-SolrMetricManagerTest.testRegisterAll-seed#[A42D812ABBE0084F]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testRegisterAll
[junit4] 2> 1626385 INFO
(TEST-SolrMetricManagerTest.testRegisterAll-seed#[A42D812ABBE0084F]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testRegisterAll
[junit4] 2> 1626386 INFO
(TEST-SolrMetricManagerTest.testOverridableRegistryName-seed#[A42D812ABBE0084F])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testOverridableRegistryName
[junit4] 2> 1626387 INFO
(TEST-SolrMetricManagerTest.testOverridableRegistryName-seed#[A42D812ABBE0084F])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testOverridableRegistryName
[junit4] 2> 1626389 INFO
(TEST-SolrMetricManagerTest.testClearMetrics-seed#[A42D812ABBE0084F]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testClearMetrics
[junit4] 2> 1626393 INFO
(TEST-SolrMetricManagerTest.testClearMetrics-seed#[A42D812ABBE0084F]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testClearMetrics
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=SolrMetricManagerTest -Dtests.method=testClearMetrics
-Dtests.seed=A42D812ABBE0084F -Dtests.slow=true -Dtests.locale=bg
-Dtests.timezone=Atlantic/Faeroe -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] FAILURE 0.01s J1 | SolrMetricManagerTest.testClearMetrics <<<
[junit4] > Throwable #1: java.lang.AssertionError: expected:<65> but
was:<66>
[junit4] > at
__randomizedtesting.SeedInfo.seed([A42D812ABBE0084F:E08F0695C387F3BF]:0)
[junit4] > at
org.apache.solr.metrics.SolrMetricManagerTest.testClearMetrics(SolrMetricManagerTest.java:153)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1626399 INFO
(TEST-SolrMetricManagerTest.testReporters-seed#[A42D812ABBE0084F]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testReporters
[junit4] 2> 1626446 INFO
(TEST-SolrMetricManagerTest.testReporters-seed#[A42D812ABBE0084F]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
[junit4] 2> 1626446 INFO
(TEST-SolrMetricManagerTest.testReporters-seed#[A42D812ABBE0084F]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 1626446 INFO
(TEST-SolrMetricManagerTest.testReporters-seed#[A42D812ABBE0084F]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
[junit4] 2> 1626446 INFO
(TEST-SolrMetricManagerTest.testReporters-seed#[A42D812ABBE0084F]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testReporters
[junit4] 2> 1626447 INFO
(SUITE-SolrMetricManagerTest-seed#[A42D812ABBE0084F]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.metrics.SolrMetricManagerTest_A42D812ABBE0084F-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {},
docValues:{}, maxPointsInLeafNode=1220, maxMBSortInHeap=6.252366713804555,
sim=RandomSimilarity(queryNorm=true): {}, locale=bg, timezone=Atlantic/Faeroe
[junit4] 2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_121
(32-bit)/cpus=3,threads=1,free=232200832,total=325443584
[junit4] 2> NOTE: All tests run in this JVM:
[TermVectorComponentDistributedTest, SegmentsInfoRequestHandlerTest,
TestQuerySenderListener, ShowFileRequestHandlerTest,
CoreAdminCreateDiscoverTest, SuggestComponentTest, SpatialHeatmapFacetsTest,
TestSolrIndexConfig, CloneFieldUpdateProcessorFactoryTest,
TestFieldCacheWithThreads, TestRandomRequestDistribution, TestRealTimeGet,
TestSha256AuthenticationProvider, OutOfBoxZkACLAndCredentialsProvidersTest,
TestQueryWrapperFilter, TestJmxMonitoredMap, TestReversedWildcardFilterFactory,
TestSolrQueryParser, TestSchemaSimilarityResource, TestCloudPivotFacet,
PKIAuthenticationIntegrationTest, TestSolrConfigHandlerCloud, CircularListTest,
TestLMDirichletSimilarityFactory, CoreAdminHandlerTest, SmileWriterTest,
FullHLLTest, TestSlowCompositeReaderWrapper, TestImplicitCoreProperties,
TestReloadAndDeleteDocs, ChaosMonkeySafeLeaderTest, TestSolrConfigHandler,
ResponseLogComponentTest, SolrCoreCheckLockOnStartupTest, TestIndexSearcher,
DocValuesMissingTest, CurrencyFieldOpenExchangeTest, BasicZkTest,
TestStressCloudBlindAtomicUpdates, TestFieldCache, ReplaceNodeTest,
TestFiltering, DataDrivenBlockJoinTest, RecoveryAfterSoftCommitTest,
TermVectorComponentTest, OverseerRolesTest, TestCryptoKeys, BitVectorTest,
VMParamsZkACLAndCredentialsProvidersTest, TestFoldingMultitermQuery,
TestCopyFieldCollectionResource, TestValueSourceCache,
TestSizeLimitedDistributedMap, CheckHdfsIndexTest, TestSearchPerf,
TestUninvertingReader, TestConfig, RestartWhileUpdatingTest,
CreateCollectionCleanupTest, SolrIndexSplitterTest, DebugComponentTest,
ChangedSchemaMergeTest, ShardSplitTest, SuggesterWFSTTest,
TestFieldCollectionResource, TestDocSet, MetricsHandlerTest, ClusterStateTest,
TestLeaderElectionWithEmptyReplica, TestJoin, TestSerializedLuceneMatchVersion,
TestBackupRepositoryFactory, TestNonDefinedSimilarityFactory,
TestSolrQueryResponse, SolrMetricsIntegrationTest, CleanupOldIndexTest,
CachingDirectoryFactoryTest, CollectionReloadTest, DistanceFunctionTest,
TestUtils, TestSchemaManager, SolrXmlInZkTest, CacheHeaderTest,
TestIndexingPerformance, ZkSolrClientTest, TestDynamicFieldCollectionResource,
SortByFunctionTest, SliceStateTest, CursorMarkTest, ConnectionReuseTest,
TestSolrDeletionPolicy2, TestSubQueryTransformer, RAMDirectoryFactoryTest,
DistributedQueryComponentCustomSortTest, TestSearcherReuse,
TestScoreJoinQPScore, TestInitQParser, TestAddFieldRealTimeGet,
TestCoreDiscovery, OpenCloseCoreStressTest, CloudMLTQParserTest,
TestCollectionAPI, TestSolrQueryParserResource, TestComplexPhraseQParserPlugin,
LoggingHandlerTest, TestOrdValues, TestFieldSortValues,
DistributedSuggestComponentTest, SpatialRPTFieldTypeTest, TestQueryUtils,
DirectoryFactoryTest, BlobRepositoryCloudTest, TestCollapseQParserPlugin,
BlockJoinFacetRandomTest, FileBasedSpellCheckerTest, BasicDistributedZk2Test,
TestReplicaProperties, TestManagedStopFilterFactory,
TestLeaderInitiatedRecoveryThread, TestExclusionRuleCollectionAccess,
TestInitParams, HdfsRecoveryZkTest, RankQueryTest, BadCopyFieldTest,
ReturnFieldsTest, BlockCacheTest, BasicAuthIntegrationTest,
SolrMetricManagerTest]
[junit4] Completed [300/680 (1!)] on J1 in 0.18s, 7 tests, 1 failure <<<
FAILURES!
[...truncated 827 lines...]
[junit4] Suite: org.apache.solr.core.TestConfigSets
[junit4] 2> Creating dataDir:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestConfigSets_A42D812ABBE0084F-001\init-core-data-001
[junit4] 2> 2998885 INFO
(SUITE-TestConfigSets-seed#[A42D812ABBE0084F]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields
[junit4] 2> 2998892 INFO
(SUITE-TestConfigSets-seed#[A42D812ABBE0084F]-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> 2998895 INFO
(TEST-TestConfigSets.testNonExistentConfigSetThrowsException-seed#[A42D812ABBE0084F])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testNonExistentConfigSetThrowsException
[junit4] 2> 2998932 INFO
(TEST-TestConfigSets.testNonExistentConfigSetThrowsException-seed#[A42D812ABBE0084F])
[ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestConfigSets_A42D812ABBE0084F-001\tempDir-001
[junit4] 2> 2998934 INFO
(TEST-TestConfigSets.testNonExistentConfigSetThrowsException-seed#[A42D812ABBE0084F])
[ x:core1] o.a.s.c.CoreContainer Shutting down CoreContainer
instance=29965856
[junit4] 2> 2998941 INFO
(TEST-TestConfigSets.testNonExistentConfigSetThrowsException-seed#[A42D812ABBE0084F])
[ x:core1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 2998941 INFO
(TEST-TestConfigSets.testNonExistentConfigSetThrowsException-seed#[A42D812ABBE0084F])
[ x:core1] o.a.s.SolrTestCaseJ4 ###Ending
testNonExistentConfigSetThrowsException
[junit4] 2> 2998944 INFO
(TEST-TestConfigSets.testConfigSetServiceFindsConfigSets-seed#[A42D812ABBE0084F])
[ x:core1] o.a.s.SolrTestCaseJ4 ###Starting
testConfigSetServiceFindsConfigSets
[junit4] 2> 2998961 INFO
(TEST-TestConfigSets.testConfigSetServiceFindsConfigSets-seed#[A42D812ABBE0084F])
[ x:core1] o.a.s.c.CorePropertiesLocator Found 0 core definitions
underneath
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestConfigSets_A42D812ABBE0084F-001\tempDir-002
[junit4] 2> 2998988 INFO
(TEST-TestConfigSets.testConfigSetServiceFindsConfigSets-seed#[A42D812ABBE0084F])
[ x:core1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 2998999 INFO
(TEST-TestConfigSets.testConfigSetServiceFindsConfigSets-seed#[A42D812ABBE0084F])
[ x:core1] o.a.s.s.IndexSchema [core1] Schema name=minimal
[junit4] 2> 2999007 INFO
(TEST-TestConfigSets.testConfigSetServiceFindsConfigSets-seed#[A42D812ABBE0084F])
[ x:core1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid
field id
[junit4] 2> 2999009 INFO
(TEST-TestConfigSets.testConfigSetServiceFindsConfigSets-seed#[A42D812ABBE0084F])
[ x:core1] o.a.s.c.CoreContainer Creating SolrCore 'core1' using
configuration from configset
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\configsets\configset-2
[junit4] 2> 2999010 INFO
(TEST-TestConfigSets.testConfigSetServiceFindsConfigSets-seed#[A42D812ABBE0084F])
[ x:core1] o.a.s.c.SolrCore [[core1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\configsets\configset-2],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestConfigSets_A42D812ABBE0084F-001\tempDir-002\core1\data\]
[junit4] 2> 2999033 INFO
(TEST-TestConfigSets.testConfigSetServiceFindsConfigSets-seed#[A42D812ABBE0084F])
[ x:core1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2999033 INFO
(TEST-TestConfigSets.testConfigSetServiceFindsConfigSets-seed#[A42D812ABBE0084F])
[ x:core1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2999034 INFO
(TEST-TestConfigSets.testConfigSetServiceFindsConfigSets-seed#[A42D812ABBE0084F])
[ x:core1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1702fe6[core1] main]
[junit4] 2> 2999035 WARN
(TEST-TestConfigSets.testConfigSetServiceFindsConfigSets-seed#[A42D812ABBE0084F])
[ x:core1] o.a.s.r.ManagedResourceStorage Cannot write to config directory
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\configsets\configset-2\conf;
switching to use InMemory storage instead.
[junit4] 2> 2999036 INFO
(TEST-TestConfigSets.testConfigSetServiceFindsConfigSets-seed#[A42D812ABBE0084F])
[ x:core1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2999036 INFO
(searcherExecutor-9399-thread-1-processing-x:core1) [ x:core1]
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@1702fe6[core1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2999041 INFO
(TEST-TestConfigSets.testConfigSetServiceFindsConfigSets-seed#[A42D812ABBE0084F])
[ x:core1] o.a.s.c.CoreContainer Shutting down CoreContainer
instance=5161971
[junit4] 2> 2999041 INFO
(coreCloseExecutor-9403-thread-1-processing-x:core1) [ x:core1]
o.a.s.c.SolrCore [core1] CLOSING SolrCore org.apache.solr.core.SolrCore@5ab125
[junit4] 2> 2999043 INFO
(coreCloseExecutor-9403-thread-1-processing-x:core1) [ x:core1]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core1
[junit4] 2> 2999043 INFO
(TEST-TestConfigSets.testConfigSetServiceFindsConfigSets-seed#[A42D812ABBE0084F])
[ x:core1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 2999043 INFO
(TEST-TestConfigSets.testConfigSetServiceFindsConfigSets-seed#[A42D812ABBE0084F])
[ x:core1] o.a.s.SolrTestCaseJ4 ###Ending
testConfigSetServiceFindsConfigSets
[junit4] 2> 2999046 INFO
(TEST-TestConfigSets.testConfigSetOnCoreReload-seed#[A42D812ABBE0084F]) [
x:core1] o.a.s.SolrTestCaseJ4 ###Starting testConfigSetOnCoreReload
[junit4] 2> 2999205 INFO
(TEST-TestConfigSets.testConfigSetOnCoreReload-seed#[A42D812ABBE0084F]) [
x:core1] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestConfigSets_A42D812ABBE0084F-001\init-core-data-001\core-reload
[junit4] 2> 2999230 INFO
(TEST-TestConfigSets.testConfigSetOnCoreReload-seed#[A42D812ABBE0084F]) [
x:core1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 2999239 INFO
(TEST-TestConfigSets.testConfigSetOnCoreReload-seed#[A42D812ABBE0084F]) [
x:core1] o.a.s.s.IndexSchema [core1] Schema name=minimal
[junit4] 2> 2999245 INFO
(TEST-TestConfigSets.testConfigSetOnCoreReload-seed#[A42D812ABBE0084F]) [
x:core1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 2999256 INFO
(TEST-TestConfigSets.testConfigSetOnCoreReload-seed#[A42D812ABBE0084F]) [
x:core1] o.a.s.c.CoreContainer Creating SolrCore 'core1' using configuration
from configset
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestConfigSets_A42D812ABBE0084F-001\init-core-data-001\core-reload\configsets\configset-2
[junit4] 2> 2999256 INFO
(TEST-TestConfigSets.testConfigSetOnCoreReload-seed#[A42D812ABBE0084F]) [
x:core1] o.a.s.c.SolrCore [[core1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestConfigSets_A42D812ABBE0084F-001\init-core-data-001\core-reload\configsets\configset-2],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestConfigSets_A42D812ABBE0084F-001\init-core-data-001\core-reload\core1\data\]
[junit4] 2> 2999277 INFO
(TEST-TestConfigSets.testConfigSetOnCoreReload-seed#[A42D812ABBE0084F]) [
x:core1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2999278 INFO
(TEST-TestConfigSets.testConfigSetOnCoreReload-seed#[A42D812ABBE0084F]) [
x:core1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2999279 INFO
(TEST-TestConfigSets.testConfigSetOnCoreReload-seed#[A42D812ABBE0084F]) [
x:core1] o.a.s.s.SolrIndexSearcher Opening [Searcher@55df91[core1] main]
[junit4] 2> 2999279 INFO
(TEST-TestConfigSets.testConfigSetOnCoreReload-seed#[A42D812ABBE0084F]) [
x:core1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use
dir:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestConfigSets_A42D812ABBE0084F-001\init-core-data-001\core-reload\configsets\configset-2\conf
[junit4] 2> 2999280 INFO
(TEST-TestConfigSets.testConfigSetOnCoreReload-seed#[A42D812ABBE0084F]) [
x:core1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2999280 INFO
(searcherExecutor-9411-thread-1-processing-x:core1) [ x:core1]
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@55df91[core1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2999297 INFO
(TEST-TestConfigSets.testConfigSetOnCoreReload-seed#[A42D812ABBE0084F]) [
x:core1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 2999306 INFO
(TEST-TestConfigSets.testConfigSetOnCoreReload-seed#[A42D812ABBE0084F]) [
x:core1] o.a.s.s.IndexSchema [core1] Schema name=minimal
[junit4] 2> 2999308 INFO
(TEST-TestConfigSets.testConfigSetOnCoreReload-seed#[A42D812ABBE0084F]) [
x:core1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 2999310 INFO
(TEST-TestConfigSets.testConfigSetOnCoreReload-seed#[A42D812ABBE0084F]) [
x:core1] o.a.s.c.CoreContainer Reloading SolrCore 'core1' using configuration
from configset
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestConfigSets_A42D812ABBE0084F-001\init-core-data-001\core-reload\configsets\configset-2
[junit4] 2> 2999311 INFO
(TEST-TestConfigSets.testConfigSetOnCoreReload-seed#[A42D812ABBE0084F]) [
x:core1] o.a.s.c.SolrCore [[core1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestConfigSets_A42D812ABBE0084F-001\init-core-data-001\core-reload\configsets\configset-2],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestConfigSets_A42D812ABBE0084F-001\init-core-data-001\core-reload\core1\data\]
[junit4] 2> 2999324 INFO
(TEST-TestConfigSets.testConfigSetOnCoreReload-seed#[A42D812ABBE0084F]) [
x:core1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2999324 INFO
(TEST-TestConfigSets.testConfigSetOnCoreReload-seed#[A42D812ABBE0084F]) [
x:core1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2999324 INFO
(TEST-TestConfigSets.testConfigSetOnCoreReload-seed#[A42D812ABBE0084F]) [
x:core1] o.a.s.s.SolrIndexSearcher Opening [Searcher@97ad33[core1] main]
[junit4] 2> 2999325 INFO
(TEST-TestConfigSets.testConfigSetOnCoreReload-seed#[A42D812ABBE0084F]) [
x:core1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use
dir:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestConfigSets_A42D812ABBE0084F-001\init-core-data-001\core-reload\configsets\configset-2\conf
[junit4] 2> 2999325 INFO
(TEST-TestConfigSets.testConfigSetOnCoreReload-seed#[A42D812ABBE0084F]) [
x:core1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2999325 INFO
(searcherExecutor-9415-thread-1-processing-x:core1) [ x:core1]
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@97ad33[core1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2999327 INFO
(TEST-TestConfigSets.testConfigSetOnCoreReload-seed#[A42D812ABBE0084F]) [
x:core1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
[junit4] 2> 2999327 INFO
(TEST-TestConfigSets.testConfigSetOnCoreReload-seed#[A42D812ABBE0084F]) [
x:core1] o.a.s.s.SolrIndexSearcher Opening [Searcher@dea62e[core1] main]
[junit4] 2> 2999327 INFO
(searcherExecutor-9415-thread-1-processing-x:core1) [ x:core1]
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@dea62e[core1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2999327 INFO
(TEST-TestConfigSets.testConfigSetOnCoreReload-seed#[A42D812ABBE0084F]) [
x:core1] o.a.s.c.SolrCore [core1] CLOSING SolrCore
org.apache.solr.core.SolrCore@edc444
[junit4] 2> 2999327 INFO
(TEST-TestConfigSets.testConfigSetOnCoreReload-seed#[A42D812ABBE0084F]) [
x:core1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core1
[junit4] 2> 2999328 INFO
(TEST-TestConfigSets.testConfigSetOnCoreReload-seed#[A42D812ABBE0084F]) [
x:core1] o.a.s.c.CoreContainer Shutting down CoreContainer instance=11811118
[junit4] 2> 2999328 INFO
(coreCloseExecutor-9419-thread-1-processing-x:core1) [ x:core1]
o.a.s.c.SolrCore [core1] CLOSING SolrCore org.apache.solr.core.SolrCore@18a7b22
[junit4] 2> 2999329 INFO
(coreCloseExecutor-9419-thread-1-processing-x:core1) [ x:core1]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core1
[junit4] 2> 2999329 INFO
(TEST-TestConfigSets.testConfigSetOnCoreReload-seed#[A42D812ABBE0084F]) [
x:core1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 2999329 INFO
(TEST-TestConfigSets.testConfigSetOnCoreReload-seed#[A42D812ABBE0084F]) [
x:core1] o.a.s.SolrTestCaseJ4 ###Ending testConfigSetOnCoreReload
[junit4] 2> 2999332 INFO
(TEST-TestConfigSets.testDefaultConfigSetBasePathResolution-seed#[A42D812ABBE0084F])
[ x:core1] o.a.s.SolrTestCaseJ4 ###Starting
testDefaultConfigSetBasePathResolution
[junit4] 2> 2999347 INFO
(TEST-TestConfigSets.testDefaultConfigSetBasePathResolution-seed#[A42D812ABBE0084F])
[ x:core1] o.a.s.SolrTestCaseJ4 ###Ending
testDefaultConfigSetBasePathResolution
[junit4] 2> 2999348 INFO
(SUITE-TestConfigSets-seed#[A42D812ABBE0084F]-worker) [ x:core1]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {},
docValues:{}, maxPointsInLeafNode=1838, maxMBSortInHeap=5.745960898691182,
sim=RandomSimilarity(queryNorm=false): {}, locale=ar-DZ, timezone=Israel
[junit4] 2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_121
(32-bit)/cpus=3,threads=1,free=268815888,total=518979584
[junit4] 2> NOTE: All tests run in this JVM: [TestBinaryField,
TestCorePropertiesReload, SolrTestCaseJ4Test, TestNRTOpen,
SolrRequestParserTest, TestClusterProperties, TestGroupingSearch,
CopyFieldTest, CollectionsAPIAsyncDistributedZkTest,
TestLeaderElectionZkExpiry, ClassificationUpdateProcessorFactoryTest,
TestCloudPseudoReturnFields, TestUnifiedSolrHighlighter, PeerSyncTest,
TestRandomCollapseQParserPlugin, SimplePostToolTest, TestPointFields,
TestRebalanceLeaders, BigEndianAscendingWordSerializerTest, TestMacroExpander,
TestLegacyFieldCache, ZkNodePropsTest, TestRestoreCore,
ParsingFieldUpdateProcessorsTest, TestDeleteCollectionOnDownNodes,
TestReplicationHandlerBackup, TestPerFieldSimilarityWithDefaultOverride,
RecoveryZkTest, ShufflingReplicaListTransformerTest, ReplicationFactorTest,
TestSQLHandlerNonCloud, TestCollationFieldDocValues, CurrencyFieldXmlFileTest,
RulesTest, NumericFieldsTest, OpenExchangeRatesOrgProviderTest,
HighlighterTest, OverseerStatusTest, DistributedQueryComponentOptimizationTest,
DirectSolrSpellCheckerTest, TestDocumentBuilder, UtilsToolTest,
ConnectionManagerTest, SimpleFacetsTest,
TestOverriddenPrefixQueryForCustomFieldType, TestConfigSetsAPI,
DeleteStatusTest, TestHdfsCloudBackupRestore, TestReplicationHandler,
TestDocBasedVersionConstraints, HdfsChaosMonkeyNothingIsSafeTest,
TestHashQParserPlugin, CdcrRequestHandlerTest, TestInfoStreamLogging,
TestFieldCacheSort, TestExtendedDismaxParser, BooleanFieldTest,
HdfsRestartWhileUpdatingTest, TestSolrCloudSnapshots, TestCustomSort,
TestLRUCache, QueryElevationComponentTest, TermsComponentTest,
TestLRUStatsCache, SaslZkACLProviderTest, DirectUpdateHandlerTest,
DateRangeFieldTest, TestConfigOverlay, TestRuleBasedAuthorizationPlugin,
TestJettySolrRunner, SecurityConfHandlerTest, TestXmlQParser,
TestMinMaxOnMultiValuedField, SharedFSAutoReplicaFailoverTest,
DisMaxRequestHandlerTest, StatsReloadRaceTest,
OverriddenZkACLAndCredentialsProvidersTest,
AddSchemaFieldsUpdateProcessorFactoryTest, StressHdfsTest,
DistributedFacetPivotSmallAdvancedTest, SolrGangliaReporterTest,
TestStressReorder, WrapperMergePolicyFactoryTest, TestSolrFieldCacheMBean,
CustomCollectionTest, TestUseDocValuesAsStored2, TestFunctionQuery,
SchemaVersionSpecificBehaviorTest, MultiThreadedOCPTest, PrimUtilsTest,
TestDownShardTolerantSearch, TimeZoneUtilsTest, TestPivotHelperCode,
SystemInfoHandlerTest, TestManagedResource, TestHighlightDedupGrouping,
TestJsonRequest, AssignTest, TestFaceting, BlockJoinFacetSimpleTest,
TestReloadDeadlock, CloudExitableDirectoryReaderTest, AnalyticsQueryTest,
RollingRestartTest, TestCSVLoader, ClusterStateUpdateTest, MBeansHandlerTest,
TestAnalyzeInfixSuggestions, TestMergePolicyConfig,
DocExpirationUpdateProcessorFactoryTest, PeerSyncReplicationTest,
RequiredFieldsTest, TestSchemalessBufferedUpdates, DocumentBuilderTest,
OverseerTest, TestFieldResource, TestRemoteStreaming, TestStressUserVersions,
SuggesterFSTTest, ConcurrentDeleteAndCreateCollectionTest,
TestSSLRandomization, SolrMetricReporterTest, SolrCoreTest,
TestPhraseSuggestions, TestLocalFSCloudBackupRestore, FileUtilsTest,
TestDynamicLoading, BlockJoinFacetDistribTest, PingRequestHandlerTest,
TestAuthenticationFramework, ZkCLITest, FacetPivotSmallTest, TestLazyCores,
SolrCloudExampleTest, ChaosMonkeyNothingIsSafeTest,
TriLevelCompositeIdRoutingTest, TestDFISimilarityFactory, ExplicitHLLTest,
SearchHandlerTest, TestStressLiveNodes, LeaderElectionTest, DeleteReplicaTest,
TestRTGBase, HdfsUnloadDistributedZkTest, TestNumericTerms64,
ResponseHeaderTest, IndexSchemaRuntimeFieldTest, TestStressLucene,
TestSweetSpotSimilarityFactory, HdfsBasicDistributedZk2Test,
LeaderFailoverAfterPartitionTest, TestSortByMinMaxFunction, AddBlockUpdateTest,
FastVectorHighlighterTest, TestBulkSchemaConcurrent, ShardRoutingTest,
TestStressVersions, CoreSorterTest, OverseerModifyCollectionTest,
TestSimpleQParserPlugin, TestFilteredDocIdSet, TestCloudInspectUtil,
TestJmxIntegration, DistributedExpandComponentTest, TestSolrJ,
SolrIndexConfigTest, BasicDistributedZkTest, UnloadDistributedZkTest,
CollectionsAPIDistributedZkTest, FullSolrCloudDistribCmdsTest, TestZkChroot,
TestRandomDVFaceting, AutoCommitTest, TestDistributedGrouping, TestRecovery,
TestHashPartitioner, ZkControllerTest, HardAutoCommitTest,
DistributedTermsComponentTest, SolrCmdDistributorTest, BasicFunctionalityTest,
SoftAutoCommitTest, DistributedQueryElevationComponentTest, DocValuesTest,
DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest,
SolrInfoMBeanTest, TestSurroundQueryParser, LukeRequestHandlerTest,
TestQueryTypes, TestOmitPositions, RequestHandlersTest,
MoreLikeThisHandlerTest, RegexBoostProcessorTest, IndexSchemaTest,
TestCSVResponseWriter, TestAnalyzedSuggestions, BinaryUpdateRequestHandlerTest,
TestPHPSerializedResponseWriter, TestLFUCache, SynonymTokenizerTest,
TestXIncludeConfig, EchoParamsTest, TestDFRSimilarityFactory,
TestIBSimilarityFactory, TestFastOutputStream, URLClassifyProcessorTest,
PluginInfoTest, DateMathParserTest, TestSuggestSpellingConverter,
SpellingQueryConverterTest, DOMUtilTest, DistributedMLTComponentTest,
TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestTolerantSearch,
TestEmbeddedSolrServerConstructors, ActionThrottleTest,
BaseCdcrDistributedZkTest, CdcrBootstrapTest, CollectionStateFormat2Test,
CollectionsAPISolrJTest, DeleteShardTest,
DistribDocExpirationUpdateProcessorTest, DistributedQueueTest, ForceLeaderTest,
LeaderElectionContextKeyTest, LeaderInitiatedRecoveryOnCommitTest,
MissingSegmentRecoveryTest, OverseerCollectionConfigSetProcessorTest,
OverseerTaskQueueTest, SharedFSAutoReplicaFailoverUtilsTest,
SimpleCollectionCreateDeleteTest, TestCloudRecovery,
TestMiniSolrCloudClusterSSL, TestRequestForwarding,
TestRequestStatusCollectionAPI, TestSolrCloudWithDelegationTokens,
TestSolrCloudWithSecureImpersonation, TestTolerantUpdateProcessorCloud,
TestTolerantUpdateProcessorRandomCloud, TestConfigSetProperties, TestConfigSets]
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestConfigSets
-Dtests.seed=A42D812ABBE0084F -Dtests.slow=true -Dtests.locale=ar-DZ
-Dtests.timezone=Israel -Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] ERROR 0.00s J0 | TestConfigSets (suite) <<<
[junit4] > Throwable #1: java.io.IOException: Could not remove the
following files (in the order of attempts):
[junit4] >
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestConfigSets_A42D812ABBE0084F-001\init-core-data-001\core-reload:
java.nio.file.DirectoryNotEmptyException:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestConfigSets_A42D812ABBE0084F-001\init-core-data-001\core-reload
[junit4] >
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestConfigSets_A42D812ABBE0084F-001\init-core-data-001:
java.nio.file.DirectoryNotEmptyException:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestConfigSets_A42D812ABBE0084F-001\init-core-data-001
[junit4] > at
__randomizedtesting.SeedInfo.seed([A42D812ABBE0084F]:0)
[junit4] > at org.apache.lucene.util.IOUtils.rm(IOUtils.java:323)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] Completed [540/680 (2!)] on J0 in 0.58s, 4 tests, 1 error <<<
FAILURES!
[...truncated 55079 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]