Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6079/
Java: 64bit/jdk1.8.0_102 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

2 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation

Error Message:
java.lang.NullPointerException

Stack Trace:
com.google.common.util.concurrent.UncheckedExecutionException: 
java.lang.NullPointerException
        at __randomizedtesting.SeedInfo.seed([4C60DAABA73AA147]:0)
        at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2263)
        at com.google.common.cache.LocalCache.get(LocalCache.java:4000)
        at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4004)
        at 
com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4874)
        at org.apache.hadoop.security.Groups.getGroups(Groups.java:182)
        at 
org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.getUsersFirstGroup(TestSolrCloudWithSecureImpersonation.java:64)
        at 
org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.getImpersonatorSettings(TestSolrCloudWithSecureImpersonation.java:86)
        at 
org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.startup(TestSolrCloudWithSecureImpersonation.java:99)
        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:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:811)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        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:367)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NullPointerException
        at java.lang.ProcessBuilder.start(ProcessBuilder.java:1012)
        at org.apache.hadoop.util.Shell.runCommand(Shell.java:483)
        at org.apache.hadoop.util.Shell.run(Shell.java:456)
        at 
org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:722)
        at org.apache.hadoop.util.Shell.execCommand(Shell.java:815)
        at org.apache.hadoop.util.Shell.execCommand(Shell.java:798)
        at 
org.apache.hadoop.security.ShellBasedUnixGroupsMapping.getUnixGroups(ShellBasedUnixGroupsMapping.java:84)
        at 
org.apache.hadoop.security.ShellBasedUnixGroupsMapping.getGroups(ShellBasedUnixGroupsMapping.java:52)
        at 
org.apache.hadoop.security.JniBasedUnixGroupsMappingWithFallback.getGroups(JniBasedUnixGroupsMappingWithFallback.java:51)
        at 
org.apache.hadoop.security.Groups$GroupCacheLoader.fetchGroupList(Groups.java:239)
        at 
org.apache.hadoop.security.Groups$GroupCacheLoader.load(Groups.java:220)
        at 
org.apache.hadoop.security.Groups$GroupCacheLoader.load(Groups.java:208)
        at 
com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3599)
        at 
com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2379)
        at 
com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2342)
        at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2257)
        ... 31 more


FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation

Error Message:


Stack Trace:
java.lang.NullPointerException
        at __randomizedtesting.SeedInfo.seed([4C60DAABA73AA147]:0)
        at 
org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.shutdown(TestSolrCloudWithSecureImpersonation.java:154)
        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:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:834)
        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:367)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 12121 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestSolrCloudWithSecureImpersonation_4C60DAABA73AA147-001\init-core-data-001
   [junit4]   2> 2483520 WARN  
(SUITE-TestSolrCloudWithSecureImpersonation-seed#[4C60DAABA73AA147]-worker) [   
 ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 2483525 INFO  
(SUITE-TestSolrCloudWithSecureImpersonation-seed#[4C60DAABA73AA147]-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> 2483672 WARN  
(SUITE-TestSolrCloudWithSecureImpersonation-seed#[4C60DAABA73AA147]-worker) [   
 ] o.a.h.u.NativeCodeLoader Unable to load native-hadoop library for your 
platform... using builtin-java classes where applicable
   [junit4]   2> 2483696 INFO  
(SUITE-TestSolrCloudWithSecureImpersonation-seed#[4C60DAABA73AA147]-worker) [   
 ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {}, 
docValues:{}, maxPointsInLeafNode=1709, maxMBSortInHeap=6.118051654849976, 
sim=ClassicSimilarity, locale=es-SV, timezone=America/Rio_Branco
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_102 
(64-bit)/cpus=3,threads=1,free=245538304,total=449167360
   [junit4]   2> NOTE: All tests run in this JVM: [TestMaxScoreQueryParser, 
TestBulkSchemaAPI, HdfsChaosMonkeyNothingIsSafeTest, TestCollationField, 
TestShardHandlerFactory, TestSchemaSimilarityResource, 
ResponseLogComponentTest, DistributedQueryComponentCustomSortTest, 
TestReplicaProperties, TestAuthenticationFramework, DebugComponentTest, 
BitVectorTest, OverriddenZkACLAndCredentialsProvidersTest, TestSQLHandler, 
TestSubQueryTransformerDistrib, MinimalSchemaTest, ChangedSchemaMergeTest, 
HdfsThreadLeakTest, LeaderElectionIntegrationTest, TestReload, 
MultiThreadedOCPTest, HdfsUnloadDistributedZkTest, 
BinaryUpdateRequestHandlerTest, TestDistributedMissingSort, 
TestQuerySenderListener, LeaderInitiatedRecoveryOnShardRestartTest, 
ChaosMonkeySafeLeaderTest, TestFileDictionaryLookup, 
TestAuthorizationFramework, TestSearcherReuse, 
CollectionsAPIAsyncDistributedZkTest, ClassificationUpdateProcessorFactoryTest, 
ShardRoutingCustomTest, CdcrRequestHandlerTest, TestCloudPseudoReturnFields, 
TestAtomicUpdateErrorCases, TestSolrQueryParser, 
ParsingFieldUpdateProcessorsTest, DistributedFacetPivotSmallTest, 
TestCloudSchemaless, TestNonDefinedSimilarityFactory, InfoHandlerTest, 
NumericFieldsTest, TestNoOpRegenerator, TestConfigSetsAPI, FullHLLTest, 
LoggingHandlerTest, TestFieldCacheSort, AsyncCallRequestStatusResponseTest, 
TestExpandComponent, LukeRequestHandlerTest, FileBasedSpellCheckerTest, 
TestQueryTypes, BigEndianAscendingWordDeserializerTest, AnalyticsQueryTest, 
TriLevelCompositeIdRoutingTest, TestRealTimeGet, TestBinaryResponseWriter, 
BadCopyFieldTest, SuggesterWFSTTest, HdfsCollectionsAPIDistributedZkTest, 
TestObjectReleaseTracker, TestRandomFaceting, PluginInfoTest, 
RemoteQueryErrorTest, TestRequestStatusCollectionAPI, CoreAdminHandlerTest, 
TestSystemIdResolver, HdfsRestartWhileUpdatingTest, CoreSorterTest, 
SolrPluginUtilsTest, NoCacheHeaderTest, TestInfoStreamLogging, 
TestDistributedGrouping, SolrIndexSplitterTest, SortSpecParsingTest, 
ConvertedLegacyTest, SolrCmdDistributorTest, TestReversedWildcardFilterFactory, 
TestClassicSimilarityFactory, TestFieldCacheVsDocValues, TestBadConfig, 
QueryParsingTest, TestJoin, TestSolrCLIRunExample, 
FieldMutatingUpdateProcessorTest, TestSolrDynamicMBean, 
UUIDUpdateProcessorFallbackTest, StressHdfsTest, 
TestHighFrequencyDictionaryFactory, TestOmitPositions, TestDocTermOrds, 
SimpleCollectionCreateDeleteTest, CurrencyFieldOpenExchangeTest, 
CollectionsAPIDistributedZkTest, TestNRTOpen, DirectSolrConnectionTest, 
FullSolrCloudDistribCmdsTest, PeerSyncReplicationTest, 
TestOnReconnectListenerSupport, TestRawTransformer, 
OpenExchangeRatesOrgProviderTest, TestConfigOverlay, ConnectionReuseTest, 
TestLegacyFieldCache, TestConfigSetsAPIZkFailure, RequestHandlersTest, 
TestSolrFieldCacheMBean, TestScoreJoinQPScore, 
TestLMJelinekMercerSimilarityFactory, TestCloudManagedSchema, 
TestNamedUpdateProcessors, TestHdfsBackupRestoreCore, AliasIntegrationTest, 
SaslZkACLProviderTest, CdcrReplicationDistributedZkTest, 
RAMDirectoryFactoryTest, ZkSolrClientTest, TestCSVResponseWriter, 
TestConfigSetProperties, TestSolrJ, TestRuleBasedAuthorizationPlugin, 
CoreAdminRequestStatusTest, TestUtils, TestSolrQueryParserResource, 
SortByFunctionTest, HighlighterConfigTest, TestSolrCloudWithDelegationTokens, 
CustomCollectionTest, BasicZkTest, TestSolrCoreProperties, TestIndexSearcher, 
TestLocalFSCloudBackupRestore, StatsComponentTest, 
TermVectorComponentDistributedTest, TestExclusionRuleCollectionAccess, 
BJQParserTest, DeleteLastCustomShardedReplicaTest, TestFieldCacheReopen, 
ConnectionManagerTest, TestComplexPhraseQParserPlugin, 
TestMiniSolrCloudCluster, IndexSchemaRuntimeFieldTest, TestZkChroot, 
UpdateRequestProcessorFactoryTest, OverseerModifyCollectionTest, 
TestJettySolrRunner, ExitableDirectoryReaderTest, SolrCloudExampleTest, 
TestBinaryField, EchoParamsTest, TestRecoveryHdfs, TestExactStatsCache, 
UnloadDistributedZkTest, ZkCLITest, TestDistributedSearch, TestStressReorder, 
DistributedTermsComponentTest, SpellCheckComponentTest, BadIndexSchemaTest, 
TestSort, BasicFunctionalityTest, DirectUpdateHandlerTest, HighlighterTest, 
ShowFileRequestHandlerTest, CurrencyFieldXmlFileTest, TestCoreDiscovery, 
SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, 
SuggesterFSTTest, TestFoldingMultitermQuery, SuggesterTSTTest, SuggesterTest, 
TestTrie, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, 
SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, TestUpdate, 
TestWordDelimiterFilterFactory, QueryEqualityTest, DistanceFunctionTest, 
XsltUpdateRequestHandlerTest, CacheHeaderTest, DisMaxRequestHandlerTest, 
TestWriterPerf, TermsComponentTest, DocumentBuilderTest, 
PathHierarchyTokenizerFactoryTest, TestIndexingPerformance, 
TestArbitraryIndexDir, RegexBoostProcessorTest, ReturnFieldsTest, 
JsonLoaderTest, TestPHPSerializedResponseWriter, CSVRequestHandlerTest, 
SearchHandlerTest, UpdateParamsTest, TestSolrIndexConfig, 
TestQuerySenderNoQuery, CopyFieldTest, SolrIndexConfigTest, TestStressRecovery, 
TestSolrDeletionPolicy2, MultiTermTest, TestDocSet, TestSearchPerf, 
TestElisionMultitermQuery, OutputWriterTest, TestFuzzyAnalyzedSuggestions, 
NotRequiredUniqueKeyTest, TestPhraseSuggestions, SpellPossibilityIteratorTest, 
TestCharFilters, SynonymTokenizerTest, TestXIncludeConfig, 
TestSweetSpotSimilarityFactory, TestPerFieldSimilarity, 
TestIBSimilarityFactory, TestBM25SimilarityFactory, TestFastWriter, 
ResourceLoaderTest, TestFastOutputStream, URLClassifyProcessorTest, 
TestFastLRUCache, DateMathParserTest, PrimUtilsTest, 
TestSuggestSpellingConverter, DateFieldTest, SpellingQueryConverterTest, 
ZkNodePropsTest, UUIDFieldTest, CircularListTest, DistributedMLTComponentTest, 
TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, 
TestSimpleTrackingShardHandler, CloudExitableDirectoryReaderTest, 
CollectionStateFormat2Test, CollectionsAPISolrJTest, DeleteReplicaTest, 
DistribJoinFromCollectionTest, ForceLeaderTest, 
LeaderFailoverAfterPartitionTest, OverseerCollectionConfigSetProcessorTest, 
OverseerStatusTest, ReplicationFactorTest, RollingRestartTest, 
SSLMigrationTest, TestCloudDeleteByQuery, TestDistribDocBasedVersion, 
TestLockTree, TestMiniSolrCloudClusterSSL, TestRequestForwarding, 
TestShortCircuitedRequests, TestSolrCloudWithKerberosAlt, 
TestSolrCloudWithSecureImpersonation]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestSolrCloudWithSecureImpersonation -Dtests.seed=4C60DAABA73AA147 
-Dtests.slow=true -Dtests.locale=es-SV -Dtests.timezone=America/Rio_Branco 
-Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] ERROR   0.00s J1 | TestSolrCloudWithSecureImpersonation (suite) <<<
   [junit4]    > Throwable #1: 
com.google.common.util.concurrent.UncheckedExecutionException: 
java.lang.NullPointerException
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([4C60DAABA73AA147]:0)
   [junit4]    >        at 
com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2263)
   [junit4]    >        at 
com.google.common.cache.LocalCache.get(LocalCache.java:4000)
   [junit4]    >        at 
com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4004)
   [junit4]    >        at 
com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4874)
   [junit4]    >        at 
org.apache.hadoop.security.Groups.getGroups(Groups.java:182)
   [junit4]    >        at 
org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.getUsersFirstGroup(TestSolrCloudWithSecureImpersonation.java:64)
   [junit4]    >        at 
org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.getImpersonatorSettings(TestSolrCloudWithSecureImpersonation.java:86)
   [junit4]    >        at 
org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.startup(TestSolrCloudWithSecureImpersonation.java:99)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.lang.NullPointerException
   [junit4]    >        at 
java.lang.ProcessBuilder.start(ProcessBuilder.java:1012)
   [junit4]    >        at 
org.apache.hadoop.util.Shell.runCommand(Shell.java:483)
   [junit4]    >        at org.apache.hadoop.util.Shell.run(Shell.java:456)
   [junit4]    >        at 
org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:722)
   [junit4]    >        at 
org.apache.hadoop.util.Shell.execCommand(Shell.java:815)
   [junit4]    >        at 
org.apache.hadoop.util.Shell.execCommand(Shell.java:798)
   [junit4]    >        at 
org.apache.hadoop.security.ShellBasedUnixGroupsMapping.getUnixGroups(ShellBasedUnixGroupsMapping.java:84)
   [junit4]    >        at 
org.apache.hadoop.security.ShellBasedUnixGroupsMapping.getGroups(ShellBasedUnixGroupsMapping.java:52)
   [junit4]    >        at 
org.apache.hadoop.security.JniBasedUnixGroupsMappingWithFallback.getGroups(JniBasedUnixGroupsMappingWithFallback.java:51)
   [junit4]    >        at 
org.apache.hadoop.security.Groups$GroupCacheLoader.fetchGroupList(Groups.java:239)
   [junit4]    >        at 
org.apache.hadoop.security.Groups$GroupCacheLoader.load(Groups.java:220)
   [junit4]    >        at 
org.apache.hadoop.security.Groups$GroupCacheLoader.load(Groups.java:208)
   [junit4]    >        at 
com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3599)
   [junit4]    >        at 
com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2379)
   [junit4]    >        at 
com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2342)
   [junit4]    >        at 
com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2257)
   [junit4]    >        ... 31 moreThrowable #2: java.lang.NullPointerException
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([4C60DAABA73AA147]:0)
   [junit4]    >        at 
org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.shutdown(TestSolrCloudWithSecureImpersonation.java:154)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed [493/632 (1!)] on J1 in 0.23s, 0 tests, 2 errors <<< 
FAILURES!

[...truncated 60594 lines...]

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

Reply via email to