pushed a fix, test bug - sorry for the noise

On Wed, Apr 18, 2018 at 12:47 PM, Policeman Jenkins Server
<[email protected]> wrote:
> Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/1744/
> Java: 32bit/jdk1.8.0_162 -server -XX:+UseG1GC
>
> 1 tests failed.
> FAILED:  
> org.apache.lucene.index.TestPendingSoftDeletes.testUpdateAppliedOnlyOnce
>
> Error Message:
> expected:<1> but was:<2>
>
> Stack Trace:
> java.lang.AssertionError: expected:<1> but was:<2>
>         at 
> __randomizedtesting.SeedInfo.seed([534121D77EFDCB0A:7E638ADEA75CBAAB]:0)
>         at org.junit.Assert.fail(Assert.java:93)
>         at org.junit.Assert.failNotEquals(Assert.java:647)
>         at org.junit.Assert.assertEquals(Assert.java:128)
>         at org.junit.Assert.assertEquals(Assert.java:472)
>         at org.junit.Assert.assertEquals(Assert.java:456)
>         at 
> org.apache.lucene.index.TestPendingSoftDeletes.testUpdateAppliedOnlyOnce(TestPendingSoftDeletes.java:170)
>         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:1737)
>         at 
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
>         at 
> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
>         at 
> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
>         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:943)
>         at 
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
>         at 
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
>         at 
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
>         at 
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
>         at 
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at 
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
>         at 
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>         at 
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>         at 
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at 
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at 
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at 
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
>         at 
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
>         at 
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
>         at 
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
>         at 
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at 
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
>         at java.lang.Thread.run(Thread.java:748)
>
>
>
>
> Build Log:
> [...truncated 480 lines...]
>    [junit4] Suite: org.apache.lucene.index.TestPendingSoftDeletes
>    [junit4]   2> NOTE: reproduce with: ant test  
> -Dtestcase=TestPendingSoftDeletes -Dtests.method=testUpdateAppliedOnlyOnce 
> -Dtests.seed=534121D77EFDCB0A -Dtests.multiplier=3 -Dtests.slow=true 
> -Dtests.locale=da -Dtests.timezone=Europe/Lisbon -Dtests.asserts=true 
> -Dtests.file.encoding=US-ASCII
>    [junit4] FAILURE 0.02s J2 | 
> TestPendingSoftDeletes.testUpdateAppliedOnlyOnce <<<
>    [junit4]    > Throwable #1: java.lang.AssertionError: expected:<1> but 
> was:<2>
>    [junit4]    >        at 
> __randomizedtesting.SeedInfo.seed([534121D77EFDCB0A:7E638ADEA75CBAAB]:0)
>    [junit4]    >        at 
> org.apache.lucene.index.TestPendingSoftDeletes.testUpdateAppliedOnlyOnce(TestPendingSoftDeletes.java:170)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:748)
>    [junit4]   2> NOTE: test params are: codec=CheapBastard, 
> sim=RandomSimilarity(queryNorm=false): {}, locale=da, timezone=Europe/Lisbon
>    [junit4]   2> NOTE: Linux 4.13.0-37-generic i386/Oracle Corporation 
> 1.8.0_162 (32-bit)/cpus=8,threads=1,free=270382224,total=534773760
>    [junit4]   2> NOTE: All tests run in this JVM: [TestCharTermAttributeImpl, 
> TestSimpleFSDirectory, TestHugeRamFile, TestFixedBitSet, TestSpanTermQuery, 
> TestSearchWithThreads, TestTopDocsMerge, TestPackedInts, 
> TestControlledRealTimeReopenThread, TestFloatRangeFieldQueries, 
> TestLucene60PointsFormat, TestSparseFixedBitDocIdSet, TestPendingSoftDeletes]
>    [junit4] Completed [69/472 (1!)] on J2 in 0.18s, 6 tests, 1 failure <<< 
> FAILURES!
>
> [...truncated 60056 lines...]
> -ecj-javadoc-lint-tests:
>     [mkdir] Created dir: /tmp/ecj493819327
>  [ecj-lint] Compiling 895 source files to /tmp/ecj493819327
>  [ecj-lint] invalid Class-Path header in manifest of jar file: 
> /home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet/jars/org.restlet-2.3.0.jar
>  [ecj-lint] invalid Class-Path header in manifest of jar file: 
> /home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet.ext.servlet/jars/org.restlet.ext.servlet-2.3.0.jar
>  [ecj-lint] ----------
>  [ecj-lint] 1. WARNING in 
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test/org/apache/solr/analysis/TokenizerChainTest.java
>  (at line 37)
>  [ecj-lint]     TokenizerChain tokenizerChain = new TokenizerChain(
>  [ecj-lint]                    ^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'tokenizerChain' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 2. ERROR in 
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test/org/apache/solr/cloud/DeleteReplicaTest.java
>  (at line 31)
>  [ecj-lint]     import java.util.function.Supplier;
>  [ecj-lint]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] The import java.util.function.Supplier is never used
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 3. ERROR in 
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test/org/apache/solr/cloud/ForceLeaderTest.java
>  (at line 25)
>  [ecj-lint]     import java.util.concurrent.TimeUnit;
>  [ecj-lint]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] The import java.util.concurrent.TimeUnit is never used
>  [ecj-lint] ----------
>  [ecj-lint] 4. ERROR in 
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test/org/apache/solr/cloud/ForceLeaderTest.java
>  (at line 26)
>  [ecj-lint]     import java.util.stream.Collectors;
>  [ecj-lint]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] The import java.util.stream.Collectors is never used
>  [ecj-lint] ----------
>  [ecj-lint] 5. ERROR in 
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test/org/apache/solr/cloud/ForceLeaderTest.java
>  (at line 32)
>  [ecj-lint]     import org.apache.solr.cloud.overseer.OverseerAction;
>  [ecj-lint]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] The import org.apache.solr.cloud.overseer.OverseerAction is never 
> used
>  [ecj-lint] ----------
>  [ecj-lint] 6. ERROR in 
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test/org/apache/solr/cloud/ForceLeaderTest.java
>  (at line 38)
>  [ecj-lint]     import org.apache.solr.common.cloud.ZkNodeProps;
>  [ecj-lint]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] The import org.apache.solr.common.cloud.ZkNodeProps is never used
>  [ecj-lint] ----------
>  [ecj-lint] 7. ERROR in 
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test/org/apache/solr/cloud/ForceLeaderTest.java
>  (at line 39)
>  [ecj-lint]     import org.apache.solr.common.cloud.ZkStateReader;
>  [ecj-lint]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] The import org.apache.solr.common.cloud.ZkStateReader is never 
> used
>  [ecj-lint] ----------
>  [ecj-lint] 8. ERROR in 
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test/org/apache/solr/cloud/ForceLeaderTest.java
>  (at line 41)
>  [ecj-lint]     import org.apache.solr.common.util.Utils;
>  [ecj-lint]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] The import org.apache.solr.common.util.Utils is never used
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 9. ERROR in 
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test/org/apache/solr/cloud/MoveReplicaTest.java
>  (at line 25)
>  [ecj-lint]     import java.util.HashSet;
>  [ecj-lint]            ^^^^^^^^^^^^^^^^^
>  [ecj-lint] The import java.util.HashSet is never used
>  [ecj-lint] ----------
>  [ecj-lint] 10. ERROR in 
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test/org/apache/solr/cloud/MoveReplicaTest.java
>  (at line 42)
>  [ecj-lint]     import org.apache.solr.common.cloud.CollectionStateWatcher;
>  [ecj-lint]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] The import org.apache.solr.common.cloud.CollectionStateWatcher is 
> never used
>  [ecj-lint] ----------
>  [ecj-lint] 11. ERROR in 
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test/org/apache/solr/cloud/MoveReplicaTest.java
>  (at line 46)
>  [ecj-lint]     import org.apache.solr.common.cloud.ZkStateReaderAccessor;
>  [ecj-lint]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] The import org.apache.solr.common.cloud.ZkStateReaderAccessor is 
> never used
>  [ecj-lint] ----------
>  [ecj-lint] 11 problems (10 errors, 1 warning)
>
> BUILD FAILED
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/build.xml:633: The following 
> error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/build.xml:101: The following 
> error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build.xml:690: The 
> following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/common-build.xml:2095: 
> The following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/common-build.xml:2128: 
> Compile failed; see the compiler error output for details.
>
> Total time: 74 minutes 54 seconds
> Build step 'Invoke Ant' marked build as failure
> Archiving artifacts
> Setting 
> ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
> [WARNINGS] Skipping publisher since build result is FAILURE
> Recording test results
> Setting 
> ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
> Email was triggered for: Failure - Any
> Sending email for trigger: Failure - Any
> Setting 
> ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
> Setting 
> ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
> Setting 
> ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
> Setting 
> ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]

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

Reply via email to