Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.x/671/

1 tests failed.
REGRESSION:  org.apache.lucene.store.TestLockFactory.testStressLocks

Error Message:


Stack Trace:
java.lang.reflect.InvocationTargetException
        at 
__randomizedtesting.SeedInfo.seed([25890CCBDF09AD2E:7BB84236C3A56548]:0)
        at sun.reflect.GeneratedConstructorAccessor26.newInstance(Unknown 
Source)
        at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
        at 
org.apache.lucene.util.CommandLineUtil.newFSDirectory(CommandLineUtil.java:138)
        at 
org.apache.lucene.util.LuceneTestCase.newFSDirectoryImpl(LuceneTestCase.java:1474)
        at 
org.apache.lucene.util.LuceneTestCase.newFSDirectory(LuceneTestCase.java:1275)
        at 
org.apache.lucene.util.LuceneTestCase.newFSDirectory(LuceneTestCase.java:1256)
        at 
org.apache.lucene.store.TestLockFactory._testStressLocks(TestLockFactory.java:141)
        at 
org.apache.lucene.store.TestLockFactory.testStressLocks(TestLockFactory.java:127)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NullPointerException: LockFactory cannot be null, use an 
explicit instance!
        at org.apache.lucene.store.BaseDirectory.<init>(BaseDirectory.java:37)
        at org.apache.lucene.store.FSDirectory.<init>(FSDirectory.java:128)
        at org.apache.lucene.store.MMapDirectory.<init>(MMapDirectory.java:141)
        at org.apache.lucene.store.MMapDirectory.<init>(MMapDirectory.java:97)
        ... 46 more




Build Log:
[...truncated 742 lines...]
   [junit4] Suite: org.apache.lucene.store.TestLockFactory
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLockFactory 
-Dtests.method=testStressLocks -Dtests.seed=25890CCBDF09AD2E 
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/lucene-data/enwiki.random.lines.txt 
-Dtests.locale=en_IN -Dtests.timezone=US/Hawaii -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.03s J0 | TestLockFactory.testStressLocks <<<
   [junit4]    > Throwable #1: java.lang.reflect.InvocationTargetException
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([25890CCBDF09AD2E:7BB84236C3A56548]:0)
   [junit4]    >        at 
java.lang.reflect.Constructor.newInstance(Constructor.java:526)
   [junit4]    >        at 
org.apache.lucene.util.CommandLineUtil.newFSDirectory(CommandLineUtil.java:138)
   [junit4]    >        at 
org.apache.lucene.util.LuceneTestCase.newFSDirectoryImpl(LuceneTestCase.java:1474)
   [junit4]    >        at 
org.apache.lucene.util.LuceneTestCase.newFSDirectory(LuceneTestCase.java:1275)
   [junit4]    >        at 
org.apache.lucene.util.LuceneTestCase.newFSDirectory(LuceneTestCase.java:1256)
   [junit4]    >        at 
org.apache.lucene.store.TestLockFactory._testStressLocks(TestLockFactory.java:141)
   [junit4]    >        at 
org.apache.lucene.store.TestLockFactory.testStressLocks(TestLockFactory.java:127)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.lang.NullPointerException: LockFactory cannot 
be null, use an explicit instance!
   [junit4]    >        at 
org.apache.lucene.store.BaseDirectory.<init>(BaseDirectory.java:37)
   [junit4]    >        at 
org.apache.lucene.store.FSDirectory.<init>(FSDirectory.java:128)
   [junit4]    >        at 
org.apache.lucene.store.MMapDirectory.<init>(MMapDirectory.java:141)
   [junit4]    >        at 
org.apache.lucene.store.MMapDirectory.<init>(MMapDirectory.java:97)
   [junit4]    >        ... 46 more
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/build/core/test/J0/temp/lucene.store.TestLockFactory-25890CCBDF09AD2E-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): 
{content=BlockTreeOrds(blocksize=128)}, docValues:{}, 
sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {content=IB 
LL-LZ(0.3)}, locale=en_IN, timezone=US/Hawaii
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65 
(64-bit)/cpus=16,threads=1,free=168857840,total=275251200
   [junit4]   2> NOTE: All tests run in this JVM: [TestOfflineSorter, 
TestToken, TestFieldReuse, InBeforeClass, InAfterClass, InTestMethod, 
NonStringProperties, TestOrdinalMap, TestPackedTokenAttributeImpl, 
TestIndexWriterWithThreads, TestRegexpQuery, TestSortedSetSelector, 
TestRamUsageEstimator, TestForUtil, TestDocument, TestPerFieldPostingsFormat, 
TestPagedBytes, TestFlex, TestIndexWriter, TestBufferedIndexInput, 
TestNoDeletionPolicy, TestIndexWriterExceptions, NestedSetupChain, 
NestedTeardownChain, TestFastCompressionMode, TestDirectory, TestMmapDirectory, 
TestFilterIterator, TestSubScorerFreqs, TestDocumentsWriterStallControl, 
TestIndexWriterOnJRECrash, TestTimSorter, Nested, Nested, Nested, Nested, 
Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, 
Nested, Nested, Nested, Nested, Nested, Nested, Nested, TestManyFields, 
TestIsCurrent, TestDeletionPolicy, TestLucene50NormsFormat, TestDocIdSet, 
TestCodecUtil, TestConstantScoreQuery, Test2BPagedBytes, 
TestMultiTermConstantScore, TestDocumentWriter, TestLockFactory]
   [junit4] Completed on J0 in 7.21s, 7 tests, 1 error <<< FAILURES!

[...truncated 1014 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:532:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:473:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:61:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/extra-targets.xml:39:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/build.xml:49:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/common-build.xml:1359:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/common-build.xml:966:
 There were test failures: 405 suites, 3310 tests, 1 error, 37 ignored (27 
assumptions)

Total time: 93 minutes 32 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-NightlyTests-5.x #667
Archived 5 artifacts
Archive block size is 32768
Received 0 blocks and 3591497 bytes
Compression is 0.0%
Took 0.83 sec
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure


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

Reply via email to