You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2016/03/02 12:10:33 UTC

[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) - Build # 3125 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/3125/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC

2 tests failed.
FAILED:  org.apache.lucene.index.TestBackwardsCompatibility.testUnsupportedOldIndexes

Error Message:
Cannot find resource: unsupported.5.0.0-cfs.zip

Stack Trace:
java.io.IOException: Cannot find resource: unsupported.5.0.0-cfs.zip
	at __randomizedtesting.SeedInfo.seed([529AC0DB740B922E:A961F2F8C4903572]:0)
	at org.apache.lucene.util.LuceneTestCase.getDataInputStream(LuceneTestCase.java:1930)
	at org.apache.lucene.index.TestBackwardsCompatibility.testUnsupportedOldIndexes(TestBackwardsCompatibility.java:505)
	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$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	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:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	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)


FAILED:  org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested

Error Message:
Missing backcompat test files:   5.0.0-cfs   5.1.0-cfs   5.2.0-cfs   5.2.1-cfs   5.3.0-cfs   5.3.1-cfs   5.3.2-cfs   5.4.0-cfs   5.4.1-cfs   5.5.0-cfs 

Stack Trace:
java.lang.AssertionError: Missing backcompat test files:
  5.0.0-cfs
  5.1.0-cfs
  5.2.0-cfs
  5.2.1-cfs
  5.3.0-cfs
  5.3.1-cfs
  5.3.2-cfs
  5.4.0-cfs
  5.4.1-cfs
  5.5.0-cfs

	at __randomizedtesting.SeedInfo.seed([529AC0DB740B922E:42452F9BC09C8402]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:495)
	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$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	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:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	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 4202 lines...]
   [junit4] Suite: org.apache.lucene.index.TestBackwardsCompatibility
   [junit4] IGNOR/A 0.02s J0 | TestBackwardsCompatibility.testCreateNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBackwardsCompatibility -Dtests.method=testUnsupportedOldIndexes -Dtests.seed=529AC0DB740B922E -Dtests.slow=true -Dtests.locale=mk -Dtests.timezone=America/Tijuana -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   5.54s J0 | TestBackwardsCompatibility.testUnsupportedOldIndexes <<<
   [junit4]    > Throwable #1: java.io.IOException: Cannot find resource: unsupported.5.0.0-cfs.zip
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([529AC0DB740B922E:A961F2F8C4903572]:0)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.getDataInputStream(LuceneTestCase.java:1930)
   [junit4]    > 	at org.apache.lucene.index.TestBackwardsCompatibility.testUnsupportedOldIndexes(TestBackwardsCompatibility.java:505)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] IGNOR/A 0.00s J0 | TestBackwardsCompatibility.testCreateMoreTermsIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.01s J0 | TestBackwardsCompatibility.testCreateSingleSegmentCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.01s J0 | TestBackwardsCompatibility.testCreateIndexWithDocValuesUpdates
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBackwardsCompatibility -Dtests.method=testAllVersionsTested -Dtests.seed=529AC0DB740B922E -Dtests.slow=true -Dtests.locale=mk -Dtests.timezone=America/Tijuana -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.00s J0 | TestBackwardsCompatibility.testAllVersionsTested <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Missing backcompat test files:
   [junit4]    >   5.0.0-cfs
   [junit4]    >   5.1.0-cfs
   [junit4]    >   5.2.0-cfs
   [junit4]    >   5.2.1-cfs
   [junit4]    >   5.3.0-cfs
   [junit4]    >   5.3.1-cfs
   [junit4]    >   5.3.2-cfs
   [junit4]    >   5.4.0-cfs
   [junit4]    >   5.4.1-cfs
   [junit4]    >   5.5.0-cfs
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([529AC0DB740B922E:42452F9BC09C8402]:0)
   [junit4]    > 	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:495)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] IGNOR/A 0.00s J0 | TestBackwardsCompatibility.testCreateSingleSegmentNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J0 | TestBackwardsCompatibility.testCreateCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/backward-codecs/test/J0/temp/lucene.index.TestBackwardsCompatibility_529AC0DB740B922E-001
   [junit4]   2> NOTE: test params are: codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=19426, maxDocsPerChunk=10, blockSize=205), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=19426, blockSize=205)), sim=ClassicSimilarity, locale=mk, timezone=America/Tijuana
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_72 (64-bit)/cpus=3,threads=1,free=39255304,total=92798976
   [junit4]   2> NOTE: All tests run in this JVM: [TestBackwardsCompatibility]
   [junit4] Completed [2/4 (1!)] on J0 in 9.63s, 27 tests, 1 failure, 1 error, 6 skipped <<< FAILURES!

[...truncated 23 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:740: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:684: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:59: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build.xml:476: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:2187: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/module-build.xml:58: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1457: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1014: There were test failures: 4 suites, 152 tests, 1 error, 1 failure, 11 ignored (11 assumptions) [seed: 529AC0DB740B922E]

Total time: 10 minutes 46 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



Re: [JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) - Build # 3126 - Still Failing!

Posted by Steve Rowe <sa...@gmail.com>.
See https://issues.apache.org/jira/browse/SOLR-8778

> On Mar 2, 2016, at 1:47 PM, Steve Rowe <sa...@gmail.com> wrote:
> 
> 
>> On Mar 2, 2016, at 12:43 PM, Steve Rowe <sa...@gmail.com> wrote:
>> maybe this Jenkins job isn’t configured to clean properly?  I’ll go look at that now.
> 
> The job has the “Clean before checkout” additional behavior configured properly, so that’s not the issue.
> 
> --
> Steve
> www.lucidworks.com
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: [JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) - Build # 3126 - Still Failing!

Posted by Steve Rowe <sa...@gmail.com>.
> On Mar 2, 2016, at 12:43 PM, Steve Rowe <sa...@gmail.com> wrote:
> maybe this Jenkins job isn’t configured to clean properly?  I’ll go look at that now.

The job has the “Clean before checkout” additional behavior configured properly, so that’s not the issue.

--
Steve
www.lucidworks.com


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: [JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) - Build # 3126 - Still Failing!

Posted by Steve Rowe <sa...@gmail.com>.
More weirdness: the failing line (70) tests that data member interpretUnicodeEscapes has the value it’s set to (false) in the DEFAULT_STRATEGY ctor:

  63 public void testSetCSVStrategy() {
  64   CSVStrategy strategy = CSVStrategy.DEFAULT_STRATEGY;
  65   // default settings
  66   assertEquals(strategy.getDelimiter(), ',');
  67   assertEquals(strategy.getEncapsulator(), '"');
  68   assertEquals(strategy.getCommentStart(), CSVStrategy.COMMENTS_DISABLED);
  69   assertEquals(true,  strategy.getIgnoreLeadingWhitespaces());
  70   assertEquals(false, strategy.getUnicodeEscapeInterpretation());

From CSVStrategy, here’s DEFAULT_STRATEGY and the prototype of the ctor it calls:

  public static CSVStrategy DEFAULT_STRATEGY = new CSVStrategy(',', '"', COMMENTS_DISABLED, ESCAPE_DISABLED,
      true, true, 
      false, true);
  […]
  public CSVStrategy(char delimiter, char encapsulator, char commentStart, char escape,
      boolean ignoreLeadingWhitespace, boolean ignoreTrailingWhitespace, 
      boolean interpretUnicodeEscapes, boolean ignoreEmptyLines) { […]

So AFAICT, this is a compiler bug, or cosmic ray bit-flipping, or maybe this Jenkins job isn’t configured to clean properly?  I’ll go look at that now.

--
Steve
www.lucidworks.com

> On Mar 2, 2016, at 12:11 PM, Steve Rowe <sa...@gmail.com> wrote:
> 
> This one is weird: 1) it doesn’t reproduce for me on OS X, and 2) there was no "reproduce with” message printed in the output log.
> 
> Dawid, do you know what’s up with #2?
> 
> --
> Steve
> www.lucidworks.com
> 
>> On Mar 2, 2016, at 11:48 AM, Steve Rowe <sa...@gmail.com> wrote:
>> 
>> This is almost certainly caused by SOLR-8764, which included some CSVStrategy changes - I’ll look into it.
>> 
>> --
>> Steve
>> www.lucidworks.com
>> 
>>> On Mar 2, 2016, at 11:25 AM, Policeman Jenkins Server <je...@thetaphi.de> wrote:
>>> 
>>> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/3126/
>>> Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseG1GC
>>> 
>>> 1 tests failed.
>>> FAILED:  org.apache.solr.internal.csv.CSVStrategyTest.testSetCSVStrategy
>>> 
>>> Error Message:
>>> expected:<false> but was:<true>
>>> 
>>> Stack Trace:
>>> junit.framework.AssertionFailedError: expected:<false> but was:<true>
>>> 	at junit.framework.Assert.fail(Assert.java:50)
>>> 	at junit.framework.Assert.failNotEquals(Assert.java:287)
>>> 	at junit.framework.Assert.assertEquals(Assert.java:67)
>>> 	at junit.framework.Assert.assertEquals(Assert.java:147)
>>> 	at junit.framework.Assert.assertEquals(Assert.java:153)
>>> 	at org.apache.solr.internal.csv.CSVStrategyTest.testSetCSVStrategy(CSVStrategyTest.java:70)
>>> 	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 junit.framework.TestCase.runTest(TestCase.java:168)
>>> 	at junit.framework.TestCase.runBare(TestCase.java:134)
>>> 	at junit.framework.TestResult$1.protect(TestResult.java:110)
>>> 	at junit.framework.TestResult.runProtected(TestResult.java:128)
>>> 	at junit.framework.TestResult.run(TestResult.java:113)
>>> 	at junit.framework.TestCase.run(TestCase.java:124)
>>> 	at junit.framework.TestSuite.runTest(TestSuite.java:243)
>>> 	at junit.framework.TestSuite.run(TestSuite.java:238)
>>> 	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
>>> 	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:243)
>>> 	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:354)
>>> 	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:10)
>>> 
>>> 
>>> 
>>> 
>>> Build Log:
>>> [...truncated 11720 lines...]
>>> [junit4] Suite: org.apache.solr.internal.csv.CSVStrategyTest
>>> [junit4] FAILURE 0.01s J1 | CSVStrategyTest.testSetCSVStrategy <<<
>>> [junit4]    > Throwable #1: junit.framework.AssertionFailedError: expected:<false> but was:<true>
>>> [junit4]    > 	at junit.framework.Assert.fail(Assert.java:50)
>>> [junit4]    > 	at junit.framework.Assert.failNotEquals(Assert.java:287)
>>> [junit4]    > 	at junit.framework.Assert.assertEquals(Assert.java:67)
>>> [junit4]    > 	at junit.framework.Assert.assertEquals(Assert.java:147)
>>> [junit4]    > 	at junit.framework.Assert.assertEquals(Assert.java:153)
>>> [junit4]    > 	at org.apache.solr.internal.csv.CSVStrategyTest.testSetCSVStrategy(CSVStrategyTest.java:70)
>>> [junit4]    > 	at junit.framework.TestCase.runTest(TestCase.java:168)
>>> [junit4]    > 	at junit.framework.TestCase.runBare(TestCase.java:134)
>>> [junit4]    > 	at junit.framework.TestResult$1.protect(TestResult.java:110)
>>> [junit4]    > 	at junit.framework.TestResult.runProtected(TestResult.java:128)
>>> [junit4]    > 	at junit.framework.TestResult.run(TestResult.java:113)
>>> [junit4]    > 	at junit.framework.TestCase.run(TestCase.java:124)
>>> [junit4]    > 	at junit.framework.TestSuite.runTest(TestSuite.java:243)
>>> [junit4]    > 	at junit.framework.TestSuite.run(TestSuite.java:238)
>>> [junit4] Completed [411/581 (1!)] on J1 in 0.01s, 5 tests, 1 failure <<< FAILURES!
>>> 
>>> [...truncated 568 lines...]
>>> BUILD FAILED
>>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:740: The following error occurred while executing this line:
>>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:684: The following error occurred while executing this line:
>>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:59: The following error occurred while executing this line:
>>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:233: The following error occurred while executing this line:
>>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:524: The following error occurred while executing this line:
>>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1457: The following error occurred while executing this line:
>>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1014: There were test failures: 581 suites (8 ignored), 2345 tests, 1 failure, 121 ignored (70 assumptions) [seed: 2B3EFE7DDC32CD19]
>>> 
>>> Total time: 75 minutes 15 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: [JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) - Build # 3126 - Still Failing!

Posted by Steve Rowe <sa...@gmail.com>.
This one is weird: 1) it doesn’t reproduce for me on OS X, and 2) there was no "reproduce with” message printed in the output log.

Dawid, do you know what’s up with #2?

--
Steve
www.lucidworks.com

> On Mar 2, 2016, at 11:48 AM, Steve Rowe <sa...@gmail.com> wrote:
> 
> This is almost certainly caused by SOLR-8764, which included some CSVStrategy changes - I’ll look into it.
> 
> --
> Steve
> www.lucidworks.com
> 
>> On Mar 2, 2016, at 11:25 AM, Policeman Jenkins Server <je...@thetaphi.de> wrote:
>> 
>> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/3126/
>> Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseG1GC
>> 
>> 1 tests failed.
>> FAILED:  org.apache.solr.internal.csv.CSVStrategyTest.testSetCSVStrategy
>> 
>> Error Message:
>> expected:<false> but was:<true>
>> 
>> Stack Trace:
>> junit.framework.AssertionFailedError: expected:<false> but was:<true>
>> 	at junit.framework.Assert.fail(Assert.java:50)
>> 	at junit.framework.Assert.failNotEquals(Assert.java:287)
>> 	at junit.framework.Assert.assertEquals(Assert.java:67)
>> 	at junit.framework.Assert.assertEquals(Assert.java:147)
>> 	at junit.framework.Assert.assertEquals(Assert.java:153)
>> 	at org.apache.solr.internal.csv.CSVStrategyTest.testSetCSVStrategy(CSVStrategyTest.java:70)
>> 	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 junit.framework.TestCase.runTest(TestCase.java:168)
>> 	at junit.framework.TestCase.runBare(TestCase.java:134)
>> 	at junit.framework.TestResult$1.protect(TestResult.java:110)
>> 	at junit.framework.TestResult.runProtected(TestResult.java:128)
>> 	at junit.framework.TestResult.run(TestResult.java:113)
>> 	at junit.framework.TestCase.run(TestCase.java:124)
>> 	at junit.framework.TestSuite.runTest(TestSuite.java:243)
>> 	at junit.framework.TestSuite.run(TestSuite.java:238)
>> 	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
>> 	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:243)
>> 	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:354)
>> 	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:10)
>> 
>> 
>> 
>> 
>> Build Log:
>> [...truncated 11720 lines...]
>>  [junit4] Suite: org.apache.solr.internal.csv.CSVStrategyTest
>>  [junit4] FAILURE 0.01s J1 | CSVStrategyTest.testSetCSVStrategy <<<
>>  [junit4]    > Throwable #1: junit.framework.AssertionFailedError: expected:<false> but was:<true>
>>  [junit4]    > 	at junit.framework.Assert.fail(Assert.java:50)
>>  [junit4]    > 	at junit.framework.Assert.failNotEquals(Assert.java:287)
>>  [junit4]    > 	at junit.framework.Assert.assertEquals(Assert.java:67)
>>  [junit4]    > 	at junit.framework.Assert.assertEquals(Assert.java:147)
>>  [junit4]    > 	at junit.framework.Assert.assertEquals(Assert.java:153)
>>  [junit4]    > 	at org.apache.solr.internal.csv.CSVStrategyTest.testSetCSVStrategy(CSVStrategyTest.java:70)
>>  [junit4]    > 	at junit.framework.TestCase.runTest(TestCase.java:168)
>>  [junit4]    > 	at junit.framework.TestCase.runBare(TestCase.java:134)
>>  [junit4]    > 	at junit.framework.TestResult$1.protect(TestResult.java:110)
>>  [junit4]    > 	at junit.framework.TestResult.runProtected(TestResult.java:128)
>>  [junit4]    > 	at junit.framework.TestResult.run(TestResult.java:113)
>>  [junit4]    > 	at junit.framework.TestCase.run(TestCase.java:124)
>>  [junit4]    > 	at junit.framework.TestSuite.runTest(TestSuite.java:243)
>>  [junit4]    > 	at junit.framework.TestSuite.run(TestSuite.java:238)
>>  [junit4] Completed [411/581 (1!)] on J1 in 0.01s, 5 tests, 1 failure <<< FAILURES!
>> 
>> [...truncated 568 lines...]
>> BUILD FAILED
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:740: The following error occurred while executing this line:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:684: The following error occurred while executing this line:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:59: The following error occurred while executing this line:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:233: The following error occurred while executing this line:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:524: The following error occurred while executing this line:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1457: The following error occurred while executing this line:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1014: There were test failures: 581 suites (8 ignored), 2345 tests, 1 failure, 121 ignored (70 assumptions) [seed: 2B3EFE7DDC32CD19]
>> 
>> Total time: 75 minutes 15 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: [JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) - Build # 3126 - Still Failing!

Posted by Steve Rowe <sa...@gmail.com>.
This is almost certainly caused by SOLR-8764, which included some CSVStrategy changes - I’ll look into it.

--
Steve
www.lucidworks.com

> On Mar 2, 2016, at 11:25 AM, Policeman Jenkins Server <je...@thetaphi.de> wrote:
> 
> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/3126/
> Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseG1GC
> 
> 1 tests failed.
> FAILED:  org.apache.solr.internal.csv.CSVStrategyTest.testSetCSVStrategy
> 
> Error Message:
> expected:<false> but was:<true>
> 
> Stack Trace:
> junit.framework.AssertionFailedError: expected:<false> but was:<true>
> 	at junit.framework.Assert.fail(Assert.java:50)
> 	at junit.framework.Assert.failNotEquals(Assert.java:287)
> 	at junit.framework.Assert.assertEquals(Assert.java:67)
> 	at junit.framework.Assert.assertEquals(Assert.java:147)
> 	at junit.framework.Assert.assertEquals(Assert.java:153)
> 	at org.apache.solr.internal.csv.CSVStrategyTest.testSetCSVStrategy(CSVStrategyTest.java:70)
> 	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 junit.framework.TestCase.runTest(TestCase.java:168)
> 	at junit.framework.TestCase.runBare(TestCase.java:134)
> 	at junit.framework.TestResult$1.protect(TestResult.java:110)
> 	at junit.framework.TestResult.runProtected(TestResult.java:128)
> 	at junit.framework.TestResult.run(TestResult.java:113)
> 	at junit.framework.TestCase.run(TestCase.java:124)
> 	at junit.framework.TestSuite.runTest(TestSuite.java:243)
> 	at junit.framework.TestSuite.run(TestSuite.java:238)
> 	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
> 	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:243)
> 	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:354)
> 	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:10)
> 
> 
> 
> 
> Build Log:
> [...truncated 11720 lines...]
>   [junit4] Suite: org.apache.solr.internal.csv.CSVStrategyTest
>   [junit4] FAILURE 0.01s J1 | CSVStrategyTest.testSetCSVStrategy <<<
>   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: expected:<false> but was:<true>
>   [junit4]    > 	at junit.framework.Assert.fail(Assert.java:50)
>   [junit4]    > 	at junit.framework.Assert.failNotEquals(Assert.java:287)
>   [junit4]    > 	at junit.framework.Assert.assertEquals(Assert.java:67)
>   [junit4]    > 	at junit.framework.Assert.assertEquals(Assert.java:147)
>   [junit4]    > 	at junit.framework.Assert.assertEquals(Assert.java:153)
>   [junit4]    > 	at org.apache.solr.internal.csv.CSVStrategyTest.testSetCSVStrategy(CSVStrategyTest.java:70)
>   [junit4]    > 	at junit.framework.TestCase.runTest(TestCase.java:168)
>   [junit4]    > 	at junit.framework.TestCase.runBare(TestCase.java:134)
>   [junit4]    > 	at junit.framework.TestResult$1.protect(TestResult.java:110)
>   [junit4]    > 	at junit.framework.TestResult.runProtected(TestResult.java:128)
>   [junit4]    > 	at junit.framework.TestResult.run(TestResult.java:113)
>   [junit4]    > 	at junit.framework.TestCase.run(TestCase.java:124)
>   [junit4]    > 	at junit.framework.TestSuite.runTest(TestSuite.java:243)
>   [junit4]    > 	at junit.framework.TestSuite.run(TestSuite.java:238)
>   [junit4] Completed [411/581 (1!)] on J1 in 0.01s, 5 tests, 1 failure <<< FAILURES!
> 
> [...truncated 568 lines...]
> BUILD FAILED
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:740: The following error occurred while executing this line:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:684: The following error occurred while executing this line:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:59: The following error occurred while executing this line:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:233: The following error occurred while executing this line:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:524: The following error occurred while executing this line:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1457: The following error occurred while executing this line:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1014: There were test failures: 581 suites (8 ignored), 2345 tests, 1 failure, 121 ignored (70 assumptions) [seed: 2B3EFE7DDC32CD19]
> 
> Total time: 75 minutes 15 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) - Build # 3126 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/3126/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.internal.csv.CSVStrategyTest.testSetCSVStrategy

Error Message:
expected:<false> but was:<true>

Stack Trace:
junit.framework.AssertionFailedError: expected:<false> but was:<true>
	at junit.framework.Assert.fail(Assert.java:50)
	at junit.framework.Assert.failNotEquals(Assert.java:287)
	at junit.framework.Assert.assertEquals(Assert.java:67)
	at junit.framework.Assert.assertEquals(Assert.java:147)
	at junit.framework.Assert.assertEquals(Assert.java:153)
	at org.apache.solr.internal.csv.CSVStrategyTest.testSetCSVStrategy(CSVStrategyTest.java:70)
	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 junit.framework.TestCase.runTest(TestCase.java:168)
	at junit.framework.TestCase.runBare(TestCase.java:134)
	at junit.framework.TestResult$1.protect(TestResult.java:110)
	at junit.framework.TestResult.runProtected(TestResult.java:128)
	at junit.framework.TestResult.run(TestResult.java:113)
	at junit.framework.TestCase.run(TestCase.java:124)
	at junit.framework.TestSuite.runTest(TestSuite.java:243)
	at junit.framework.TestSuite.run(TestSuite.java:238)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:243)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:354)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:10)




Build Log:
[...truncated 11720 lines...]
   [junit4] Suite: org.apache.solr.internal.csv.CSVStrategyTest
   [junit4] FAILURE 0.01s J1 | CSVStrategyTest.testSetCSVStrategy <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: expected:<false> but was:<true>
   [junit4]    > 	at junit.framework.Assert.fail(Assert.java:50)
   [junit4]    > 	at junit.framework.Assert.failNotEquals(Assert.java:287)
   [junit4]    > 	at junit.framework.Assert.assertEquals(Assert.java:67)
   [junit4]    > 	at junit.framework.Assert.assertEquals(Assert.java:147)
   [junit4]    > 	at junit.framework.Assert.assertEquals(Assert.java:153)
   [junit4]    > 	at org.apache.solr.internal.csv.CSVStrategyTest.testSetCSVStrategy(CSVStrategyTest.java:70)
   [junit4]    > 	at junit.framework.TestCase.runTest(TestCase.java:168)
   [junit4]    > 	at junit.framework.TestCase.runBare(TestCase.java:134)
   [junit4]    > 	at junit.framework.TestResult$1.protect(TestResult.java:110)
   [junit4]    > 	at junit.framework.TestResult.runProtected(TestResult.java:128)
   [junit4]    > 	at junit.framework.TestResult.run(TestResult.java:113)
   [junit4]    > 	at junit.framework.TestCase.run(TestCase.java:124)
   [junit4]    > 	at junit.framework.TestSuite.runTest(TestSuite.java:243)
   [junit4]    > 	at junit.framework.TestSuite.run(TestSuite.java:238)
   [junit4] Completed [411/581 (1!)] on J1 in 0.01s, 5 tests, 1 failure <<< FAILURES!

[...truncated 568 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:740: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:684: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:59: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:233: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:524: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1457: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1014: There were test failures: 581 suites (8 ignored), 2345 tests, 1 failure, 121 ignored (70 assumptions) [seed: 2B3EFE7DDC32CD19]

Total time: 75 minutes 15 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