Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18999/
Java: 64bit/jdk-9-ea+155 -XX:-UseCompressedOops -XX:+UseG1GC

2 tests failed.
FAILED:  
org.apache.solr.handler.dataimport.TestJdbcDataSource.testRetrieveFromDriverManager

Error Message:


Stack Trace:
java.lang.SecurityException
        at 
__randomizedtesting.SeedInfo.seed([D522E678D6ED8862:BD11C303C90A6FFB]:0)
        at 
java.sql/java.sql.DriverManager.deregisterDriver(DriverManager.java:404)
        at 
org.apache.solr.handler.dataimport.TestJdbcDataSource.testRetrieveFromDriverManager(TestJdbcDataSource.java:505)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:543)
        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 
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.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.handler.admin.TestApiFramework.testFramework

Error Message:


Stack Trace:
java.lang.NullPointerException
        at 
__randomizedtesting.SeedInfo.seed([59042CA138A15726:4E72E6863E75BB1B]:0)
        at org.apache.solr.api.V2HttpCall.getApiInfo(V2HttpCall.java:194)
        at 
org.apache.solr.handler.admin.TestApiFramework.invoke(TestApiFramework.java:176)
        at 
org.apache.solr.handler.admin.TestApiFramework.testFramework(TestApiFramework.java:123)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:543)
        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 
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.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 12604 lines...]
   [junit4] Suite: org.apache.solr.handler.admin.TestApiFramework
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.TestApiFramework_59042CA138A15726-001/init-core-data-001
   [junit4]   2> 1897344 INFO  
(SUITE-TestApiFramework-seed#[59042CA138A15726]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 1897346 INFO  
(SUITE-TestApiFramework-seed#[59042CA138A15726]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 1897349 INFO  
(TEST-TestApiFramework.testTrailingTemplatePaths-seed#[59042CA138A15726]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testTrailingTemplatePaths
   [junit4]   2> 1897349 INFO  
(TEST-TestApiFramework.testTrailingTemplatePaths-seed#[59042CA138A15726]) [    
] o.a.s.SolrTestCaseJ4 ###Ending testTrailingTemplatePaths
   [junit4]   2> 1897350 INFO  
(TEST-TestApiFramework.testFramework-seed#[59042CA138A15726]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFramework
   [junit4]   2> 1897643 INFO  
(TEST-TestApiFramework.testFramework-seed#[59042CA138A15726]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testFramework
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestApiFramework 
-Dtests.method=testFramework -Dtests.seed=59042CA138A15726 -Dtests.multiplier=3 
-Dtests.slow=true -Dtests.locale=se-NO -Dtests.timezone=America/Guatemala 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.30s J1 | TestApiFramework.testFramework <<<
   [junit4]    > Throwable #1: java.lang.NullPointerException
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([59042CA138A15726:4E72E6863E75BB1B]:0)
   [junit4]    >        at 
org.apache.solr.api.V2HttpCall.getApiInfo(V2HttpCall.java:194)
   [junit4]    >        at 
org.apache.solr.handler.admin.TestApiFramework.invoke(TestApiFramework.java:176)
   [junit4]    >        at 
org.apache.solr.handler.admin.TestApiFramework.testFramework(TestApiFramework.java:123)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:543)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1897644 INFO  
(SUITE-TestApiFramework-seed#[59042CA138A15726]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.TestApiFramework_59042CA138A15726-001
   [junit4]   2> NOTE: test params are: 
codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST,
 chunkSize=9212, maxDocsPerChunk=9, blockSize=8), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, 
chunkSize=9212, blockSize=8)), sim=RandomSimilarity(queryNorm=true): {}, 
locale=se-NO, timezone=America/Guatemala
   [junit4]   2> NOTE: Linux 4.4.0-53-generic amd64/Oracle Corporation 9-ea 
(64-bit)/cpus=12,threads=1,free=214015608,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestShortCircuitedRequests, 
HttpSolrCallGetCoreTest, ShardRoutingCustomTest, CreateCollectionCleanupTest, 
DeleteShardTest, SuggesterFSTTest, TestBulkSchemaConcurrent, TestCharFilters, 
CollectionTooManyReplicasTest, ActionThrottleTest, TestSolrIndexConfig, 
TermsComponentTest, ChaosMonkeySafeLeaderTest, TestDocumentBuilder, 
TestBM25SimilarityFactory, TestStressVersions, SampleTest, TestCloudSchemaless, 
ManagedSchemaRoundRobinCloudTest, TestCursorMarkWithoutUniqueKey, 
SolrMetricManagerTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, 
DistributedExpandComponentTest, SpellingQueryConverterTest, 
TestFieldTypeCollectionResource, TestRandomCollapseQParserPlugin, 
JsonValidatorTest, CoreAdminRequestStatusTest, TestDefaultStatsCache, 
CSVRequestHandlerTest, TestSolrDynamicMBean, MetricsHandlerTest, 
CollectionsAPIDistributedZkTest, TimeZoneUtilsTest, ZkCLITest, 
SolrCmdDistributorTest, TestDelegationWithHadoopAuth, TestDistributedGrouping, 
TestSearchPerf, AsyncCallRequestStatusResponseTest, DirectSolrSpellCheckerTest, 
TestUniqueKeyFieldResource, TestLegacyFieldCache, SaslZkACLProviderTest, 
TestQueryUtils, TestCloudDeleteByQuery, DistanceFunctionTest, DocValuesTest, 
TestDistribDocBasedVersion, ExitableDirectoryReaderTest, SolrCloudExampleTest, 
TestRestManager, OutOfBoxZkACLAndCredentialsProvidersTest, 
TestFieldCacheReopen, TestSolrCoreParser, TestSolrCloudWithKerberosAlt, 
CursorMarkTest, TestConfigSetsAPIZkFailure, TestOnReconnectListenerSupport, 
JavabinLoaderTest, HdfsChaosMonkeyNothingIsSafeTest, TestMiniSolrCloudCluster, 
SortSpecParsingTest, LoggingHandlerTest, RulesTest, 
ClassificationUpdateProcessorTest, TestWordDelimiterFilterFactory, 
TestSolrCoreSnapshots, BasicFunctionalityTest, 
DistributedFacetPivotLongTailTest, TestCustomStream, TestXmlQParserPlugin, 
UpdateLogTest, TestManagedSchemaAPI, TestLeaderInitiatedRecoveryThread, 
DistributedMLTComponentTest, FileUtilsTest, QueryParsingTest, 
VMParamsZkACLAndCredentialsProvidersTest, DistributedTermsComponentTest, 
TestXIncludeConfig, TestHdfsCloudBackupRestore, 
CloudExitableDirectoryReaderTest, TestFastLRUCache, TestUseDocValuesAsStored2, 
TestExpandComponent, TestFieldCacheSortRandom, TestHashPartitioner, 
ConcurrentDeleteAndCreateCollectionTest, CdcrVersionReplicationTest, 
OpenCloseCoreStressTest, TestDynamicFieldResource, ConvertedLegacyTest, 
DistributedFacetPivotWhiteBoxTest, StressHdfsTest, TestCloudPseudoReturnFields, 
TestStressInPlaceUpdates, TestUpdate, TestFreeTextSuggestions, JSONWriterTest, 
SolrGangliaReporterTest, SolrSlf4jReporterTest, SpatialFilterTest, 
WordBreakSolrSpellCheckerTest, UpdateRequestProcessorFactoryTest, 
TestSweetSpotSimilarityFactory, SolrInfoMBeanTest, SolrIndexSplitterTest, 
TestMinMaxOnMultiValuedField, SuggestComponentContextFilterQueryTest, 
ClusterStateUpdateTest, SpellCheckComponentTest, HighlighterTest, 
IndexSchemaTest, TestFaceting, DistributedSpellCheckComponentTest, 
TestStressReorder, HardAutoCommitTest, TestCoreContainer, TestSolr4Spatial, 
TestFiltering, SoftAutoCommitTest, RegexBoostProcessorTest, 
UniqFieldsUpdateProcessorFactoryTest, TestPartialUpdateDeduplication, 
SOLR749Test, AlternateDirectoryTest, TestQuerySenderNoQuery, 
SolrIndexConfigTest, TestMergePolicyConfig, TestSolrDeletionPolicy2, 
TestDocSet, NumericFieldsTest, MinimalSchemaTest, TestElisionMultitermQuery, 
TestConfig, TestPostingsSolrHighlighter, DirectSolrConnectionTest, 
TestLMDirichletSimilarityFactory, TestIBSimilarityFactory, ResourceLoaderTest, 
OpenExchangeRatesOrgProviderTest, ChaosMonkeyNothingIsSafeTest, 
CleanupOldIndexTest, CollectionsAPISolrJTest, 
DistribDocExpirationUpdateProcessorTest, LeaderFailureAfterFreshStartTest, 
MigrateRouteKeyTest, OverriddenZkACLAndCredentialsProvidersTest, 
OverseerRolesTest, PeerSyncReplicationTest, TestCloudPivotFacet, 
TestCollectionAPI, TestExclusionRuleCollectionAccess, 
TestLocalFSCloudBackupRestore, TestRebalanceLeaders, 
TestRequestStatusCollectionAPI, TestSolrCloudWithDelegationTokens, 
TestStressCloudBlindAtomicUpdates, TlogReplayBufferedWhileIndexingTest, 
TriLevelCompositeIdRoutingTest, RuleEngineTest, CachingDirectoryFactoryTest, 
TestBackupRepositoryFactory, TestConfigOverlay, TestDynamicLoading, 
TestReqParamsAPI, TestSQLHandlerNonCloud, TestSolrConfigHandlerCloud, 
V2ApiIntegrationTest, CoreMergeIndexesAdminHandlerTest, 
SegmentsInfoRequestHandlerTest, StatsReloadRaceTest, TestApiFramework]
   [junit4] Completed [560/694 (1!)] on J1 in 0.31s, 2 tests, 1 error <<< 
FAILURES!

[...truncated 5117 lines...]
   [junit4] Suite: org.apache.solr.handler.dataimport.TestJdbcDataSource
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J2/temp/solr.handler.dataimport.TestJdbcDataSource_D522E678D6ED8862-001/init-core-data-001
   [junit4]   2> 13542 T99 oas.SolrTestCaseJ4.newRandomConfig Using TrieFields
   [junit4]   2> 13544 T99 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl 
(false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 13546 T99 oas.SolrTestCaseJ4.setUp ###Starting 
testClosesCurrentResultSetIteratorWhenNewOneIsCreated
   [junit4]   2> 14793 T99 oashd.JdbcDataSource$1.call Creating a connection 
for entity null with URL: null
   [junit4]   2> 14824 T99 oashd.JdbcDataSource$1.call Time taken for 
getConnection(): 31
   [junit4]   2> 14832 T99 oas.SolrTestCaseJ4.tearDown ###Ending 
testClosesCurrentResultSetIteratorWhenNewOneIsCreated
   [junit4]   2> 14834 T99 oas.SolrTestCaseJ4.setUp ###Starting 
testClosesConnectionWhenExceptionThrownOnSetAutocommit
   [junit4]   2> 14836 T99 oashd.JdbcDataSource$1.call Creating a connection 
for entity null with URL: null
   [junit4]   2> 14839 T99 oas.SolrTestCaseJ4.tearDown ###Ending 
testClosesConnectionWhenExceptionThrownOnSetAutocommit
   [junit4]   2> 14841 T99 oas.SolrTestCaseJ4.setUp ###Starting 
testClosesStatementWhenResultSetNull
   [junit4]   2> 14842 T99 oashd.JdbcDataSource$1.call Creating a connection 
for entity null with URL: null
   [junit4]   2> 14845 T99 oashd.JdbcDataSource$1.call Time taken for 
getConnection(): 2
   [junit4]   2> 14845 T99 oas.SolrTestCaseJ4.tearDown ###Ending 
testClosesStatementWhenResultSetNull
   [junit4]   2> 14848 T99 oas.SolrTestCaseJ4.setUp ###Starting 
testRetrieveFromJndiWithCredentialsEncryptedAndResolved
   [junit4]   2> 14864 T99 oashd.JdbcDataSource$1.call Creating a connection 
for entity null with URL: null
   [junit4]   2> 14866 T99 oashd.JdbcDataSource$1.call Time taken for 
getConnection(): 2
   [junit4]   2> 14867 T99 oas.SolrTestCaseJ4.tearDown ###Ending 
testRetrieveFromJndiWithCredentialsEncryptedAndResolved
   [junit4]   2> 14868 T99 oas.SolrTestCaseJ4.setUp ###Starting 
testClosesStatementWhenHasNextCalledAndResultSetNull
   [junit4]   2> 14869 T99 oashd.JdbcDataSource$1.call Creating a connection 
for entity null with URL: null
   [junit4]   2> 14871 T99 oashd.JdbcDataSource$1.call Time taken for 
getConnection(): 2
   [junit4]   2> 14872 T99 oas.SolrTestCaseJ4.tearDown ###Ending 
testClosesStatementWhenHasNextCalledAndResultSetNull
   [junit4]   2> 14874 T99 oas.SolrTestCaseJ4.setUp ###Starting 
testMultipleResultsSets_UpdateCountUpdateCountResultSet
   [junit4]   2> 14876 T99 oashd.JdbcDataSource$1.call Creating a connection 
for entity null with URL: null
   [junit4]   2> 14878 T99 oashd.JdbcDataSource$1.call Time taken for 
getConnection(): 2
   [junit4]   2> 14879 T99 oas.SolrTestCaseJ4.tearDown ###Ending 
testMultipleResultsSets_UpdateCountUpdateCountResultSet
   [junit4]   2> 14880 T99 oas.SolrTestCaseJ4.setUp ###Starting 
testRetrieveFromJndiWithCredentials
   [junit4]   2> 14881 T99 oashd.JdbcDataSource$1.call Creating a connection 
for entity null with URL: null
   [junit4]   2> 14884 T99 oashd.JdbcDataSource$1.call Time taken for 
getConnection(): 2
   [junit4]   2> 14884 T99 oas.SolrTestCaseJ4.tearDown ###Ending 
testRetrieveFromJndiWithCredentials
   [junit4]   2> 14885 T99 oas.SolrTestCaseJ4.setUp ###Starting 
testRetrieveFromJndi
   [junit4]   2> 14887 T99 oashd.JdbcDataSource$1.call Creating a connection 
for entity null with URL: null
   [junit4]   2> 14890 T99 oashd.JdbcDataSource$1.call Time taken for 
getConnection(): 2
   [junit4]   2> 14890 T99 oas.SolrTestCaseJ4.tearDown ###Ending 
testRetrieveFromJndi
   [junit4]   2> 14892 T99 oas.SolrTestCaseJ4.setUp ###Starting 
testRetrieveFromDriverManager
   [junit4]   2> 14898 T99 oas.SolrTestCaseJ4.tearDown ###Ending 
testRetrieveFromDriverManager
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestJdbcDataSource 
-Dtests.method=testRetrieveFromDriverManager -Dtests.seed=D522E678D6ED8862 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar-SS 
-Dtests.timezone=Etc/GMT-5 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.01s J2 | TestJdbcDataSource.testRetrieveFromDriverManager 
<<<
   [junit4]    > Throwable #1: java.lang.SecurityException
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([D522E678D6ED8862:BD11C303C90A6FFB]:0)
   [junit4]    >        at 
java.sql/java.sql.DriverManager.deregisterDriver(DriverManager.java:404)
   [junit4]    >        at 
org.apache.solr.handler.dataimport.TestJdbcDataSource.testRetrieveFromDriverManager(TestJdbcDataSource.java:505)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:543)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 14903 T99 oas.SolrTestCaseJ4.setUp ###Starting 
testMultipleResultsSets_ResultSetResultSet
   [junit4]   2> 14906 T99 oashd.JdbcDataSource$1.call Creating a connection 
for entity null with URL: null
   [junit4]   2> 14909 T99 oashd.JdbcDataSource$1.call Time taken for 
getConnection(): 3
   [junit4]   2> 14911 T99 oas.SolrTestCaseJ4.tearDown ###Ending 
testMultipleResultsSets_ResultSetResultSet
   [junit4]   2> 14913 T99 oas.SolrTestCaseJ4.setUp ###Starting 
testRetrieveFromJndiWithCredentialsWithEncryptedAndResolvedPwd
   [junit4]   2> 14915 T99 oashd.JdbcDataSource$1.call Creating a connection 
for entity null with URL: null
   [junit4]   2> 14918 T99 oashd.JdbcDataSource$1.call Time taken for 
getConnection(): 2
   [junit4]   2> 14918 T99 oas.SolrTestCaseJ4.tearDown ###Ending 
testRetrieveFromJndiWithCredentialsWithEncryptedAndResolvedPwd
   [junit4]   2> 14920 T99 oas.SolrTestCaseJ4.setUp ###Starting 
testClosesStatementWhenExceptionThrownOnExecuteQuery
   [junit4]   2> 14921 T99 oashd.JdbcDataSource$1.call Creating a connection 
for entity null with URL: null
   [junit4]   2> 14925 T99 oashd.JdbcDataSource$1.call Time taken for 
getConnection(): 3
   [junit4]   2> 14926 T99 oas.SolrTestCaseJ4.tearDown ###Ending 
testClosesStatementWhenExceptionThrownOnExecuteQuery
   [junit4]   2> 14927 T99 oas.SolrTestCaseJ4.setUp ###Starting 
testEmptyResultSet
   [junit4]   2> 14929 T99 oashd.JdbcDataSource$1.call Creating a connection 
for entity null with URL: null
   [junit4]   2> 14931 T99 oashd.JdbcDataSource$1.call Time taken for 
getConnection(): 2
   [junit4]   2> 14933 T99 oas.SolrTestCaseJ4.tearDown ###Ending 
testEmptyResultSet
   [junit4]   2> 14934 T99 oas.SolrTestCaseJ4.setUp ###Starting 
testRetrieveFromJndiFailureNotHidden
   [junit4]   2> 14938 T99 oashd.JdbcDataSource$1.call Creating a connection 
for entity null with URL: null
   [junit4]   2> 14941 T99 oas.SolrTestCaseJ4.tearDown ###Ending 
testRetrieveFromJndiFailureNotHidden
   [junit4]   2> 14943 T99 oas.SolrTestCaseJ4.setUp ###Starting 
testClosesResultSetAndStatementWhenDataSourceIsClosed
   [junit4]   2> 14944 T99 oashd.JdbcDataSource$1.call Creating a connection 
for entity null with URL: null
   [junit4]   2> 14949 T99 oashd.JdbcDataSource$1.call Time taken for 
getConnection(): 4
   [junit4]   2> 14950 T99 oas.SolrTestCaseJ4.tearDown ###Ending 
testClosesResultSetAndStatementWhenDataSourceIsClosed
   [junit4]   2> 14951 T99 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/J2/temp/solr.handler.dataimport.TestJdbcDataSource_D522E678D6ED8862-001
   [junit4]   2> NOTE: test params are: 
codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION,
 chunkSize=10, maxDocsPerChunk=3, blockSize=5), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION,
 chunkSize=10, blockSize=5)), sim=RandomSimilarity(queryNorm=false): {}, 
locale=ar-SS, timezone=Etc/GMT-5
   [junit4]   2> NOTE: Linux 4.4.0-53-generic amd64/Oracle Corporation 9-ea 
(64-bit)/cpus=12,threads=1,free=354171744,total=526385152
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestPlainTextEntityProcessor, TestDocBuilder2, TestDocBuilder, 
TestSqlEntityProcessor, TestFieldReader, TestURLDataSource, TestEphemeralCache, 
TestDataConfig, TestClobTransformer, TestSimplePropertiesWriter, 
TestXPathEntityProcessor, TestNonWritablePersistFile, TestJdbcDataSource]
   [junit4] Completed [22/38 (1!)] on J2 in 1.43s, 16 tests, 1 error, 1 skipped 
<<< FAILURES!

[...truncated 33762 lines...]
check-lib-versions:
     [echo] Lib versions check under: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/..
[libversions] :: loading settings :: file = 
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml
[libversions] ORPHAN coordinate key '/cglib/cglib-nodep' in 
ivy-versions.properties is not found in any ivy.xml file.
[libversions] Checked that ivy-versions.properties and 
ivy-ignore-conflicts.properties have lexically sorted '/org/name' keys and no 
duplicates or orphans.
[libversions] Scanned 49 ivy.xml files for rev="${/org/name}" format.
[libversions] Found 0 indirect dependency version conflicts.
[libversions] Completed in 1.02s., 1 error(s).

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:775: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:122: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build.xml:108: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/tools/custom-tasks.xml:108:
 Lib versions check failed. Check the logs.

Total time: 70 minutes 40 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


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

Reply via email to