Build: https://builds.apache.org/job/Lucene-Solr-Tests-http2/3/

1 tests failed.
FAILED:  org.apache.solr.client.solrj.TestLBHttp2SolrClient.testReliability

Error Message:
Idle timeout expired: 504/500 ms

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Idle timeout expired: 504/500 
ms
        at 
__randomizedtesting.SeedInfo.seed([887C13E6EF6067C0:49B4CEA04E06B669]:0)
        at 
org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:401)
        at 
org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:718)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:614)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:590)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:196)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:991)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1006)
        at 
org.apache.solr.client.solrj.TestLBHttp2SolrClient.testReliability(TestLBHttp2SolrClient.java:221)
        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:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        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:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        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:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.util.concurrent.TimeoutException: Idle timeout expired: 504/500 
ms
        at 
org.eclipse.jetty.io.IdleTimeout.checkIdleTimeout(IdleTimeout.java:166)
        at org.eclipse.jetty.io.IdleTimeout$1.run(IdleTimeout.java:50)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        ... 1 more




Build Log:
[...truncated 16129 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.TestLBHttp2SolrClient
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-http2/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttp2SolrClient_887C13E6EF6067C0-001/init-core-data-001
   [junit4]   1> 23:13:10.422 
[TEST-TestLBHttp2SolrClient.testReliability-seed#[887C13E6EF6067C0]] ERROR 
org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. 
Logging may be missing or incomplete.
   [junit4]   1> 23:13:35.104 
[TEST-TestLBHttp2SolrClient.testReliability-seed#[887C13E6EF6067C0]] ERROR 
org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. 
Logging may be missing or incomplete.
   [junit4]   1> 23:13:40.051 
[TEST-TestLBHttp2SolrClient.testReliability-seed#[887C13E6EF6067C0]] ERROR 
org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. 
Logging may be missing or incomplete.
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestLBHttp2SolrClient -Dtests.method=testReliability 
-Dtests.seed=887C13E6EF6067C0 -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=fi -Dtests.timezone=Antarctica/South_Pole -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   43.3s J0 | TestLBHttp2SolrClient.testReliability <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.SolrServerException: Idle timeout expired: 504/500 
ms
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([887C13E6EF6067C0:49B4CEA04E06B669]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:401)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:718)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:614)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:590)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:196)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:991)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1006)
   [junit4]    >        at 
org.apache.solr.client.solrj.TestLBHttp2SolrClient.testReliability(TestLBHttp2SolrClient.java:221)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.util.concurrent.TimeoutException: Idle timeout 
expired: 504/500 ms
   [junit4]    >        at 
org.eclipse.jetty.io.IdleTimeout.checkIdleTimeout(IdleTimeout.java:166)
   [junit4]    >        at 
org.eclipse.jetty.io.IdleTimeout$1.run(IdleTimeout.java:50)
   [junit4]    >        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]    >        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    >        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
   [junit4]    >        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >        ... 1 more
   [junit4]   1> 23:13:48.879 
[TEST-TestLBHttp2SolrClient.testTwoServers-seed#[887C13E6EF6067C0]] ERROR 
org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. 
Logging may be missing or incomplete.
   [junit4]   1> 23:13:52.748 
[TEST-TestLBHttp2SolrClient.testTwoServers-seed#[887C13E6EF6067C0]] ERROR 
org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. 
Logging may be missing or incomplete.
   [junit4]   1> 23:13:55.506 
[TEST-TestLBHttp2SolrClient.testTwoServers-seed#[887C13E6EF6067C0]] ERROR 
org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. 
Logging may be missing or incomplete.
   [junit4]   1> 23:13:59.884 
[TEST-TestLBHttp2SolrClient.testTwoServers-seed#[887C13E6EF6067C0]] ERROR 
org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. 
Logging may be missing or incomplete.
   [junit4]   1> 23:14:04.880 
[TEST-TestLBHttp2SolrClient.testSimple-seed#[887C13E6EF6067C0]] ERROR 
org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. 
Logging may be missing or incomplete.
   [junit4]   1> 23:14:09.167 
[TEST-TestLBHttp2SolrClient.testSimple-seed#[887C13E6EF6067C0]] ERROR 
org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. 
Logging may be missing or incomplete.
   [junit4]   1> 23:14:12.608 
[TEST-TestLBHttp2SolrClient.testSimple-seed#[887C13E6EF6067C0]] ERROR 
org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. 
Logging may be missing or incomplete.
   [junit4]   1> 23:14:19.712 
[TEST-TestLBHttp2SolrClient.testSimple-seed#[887C13E6EF6067C0]] ERROR 
org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. 
Logging may be missing or incomplete.
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-http2/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttp2SolrClient_887C13E6EF6067C0-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): 
{name=PostingsFormat(name=LuceneFixedGap), 
id=PostingsFormat(name=LuceneFixedGap)}, docValues:{}, 
maxPointsInLeafNode=2041, maxMBSortInHeap=7.608025716375557, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@7d9aa0bd),
 locale=fi, timezone=Antarctica/South_Pole
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 
1.8.0_191 (64-bit)/cpus=4,threads=2,free=233495792,total=264765440
   [junit4]   2> NOTE: All tests run in this JVM: [TestRetryUtil, 
TestLBHttp2SolrClient]
   [junit4] Completed [14/184 (1!)] on J0 in 80.52s, 3 tests, 1 error <<< 
FAILURES!

[...truncated 9320 lines...]
check-licenses:
     [echo] License check under: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-http2/lucene
 [licenses] MISSING sha1 checksum file for: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-http2/lucene/replicator/lib/jetty-continuation-9.4.14.v20181114.jar
 [licenses] EXPECTED sha1 checksum file : 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-http2/lucene/licenses/jetty-continuation-9.4.14.v20181114.jar.sha1

 [licenses] MISSING sha1 checksum file for: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-http2/lucene/replicator/lib/jetty-http-9.4.14.v20181114.jar
 [licenses] EXPECTED sha1 checksum file : 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-http2/lucene/licenses/jetty-http-9.4.14.v20181114.jar.sha1
 [licenses] MISSING sha1 checksum file for: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-http2/lucene/replicator/lib/jetty-io-9.4.14.v20181114.jar
 [licenses] EXPECTED sha1 checksum file : 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-http2/lucene/licenses/jetty-io-9.4.14.v20181114.jar.sha1

 [licenses] MISSING sha1 checksum file for: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-http2/lucene/replicator/lib/jetty-server-9.4.14.v20181114.jar
 [licenses] EXPECTED sha1 checksum file : 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-http2/lucene/licenses/jetty-server-9.4.14.v20181114.jar.sha1
 [licenses] MISSING sha1 checksum file for: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-http2/lucene/replicator/lib/jetty-servlet-9.4.14.v20181114.jar
 [licenses] EXPECTED sha1 checksum file : 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-http2/lucene/licenses/jetty-servlet-9.4.14.v20181114.jar.sha1

[...truncated 3 lines...]
BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-http2/build.xml:633: 
The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-http2/build.xml:117: 
The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-http2/lucene/build.xml:90:
 The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-http2/lucene/tools/custom-tasks.xml:62:
 License check failed. Check the logs.
If you recently modified ivy-versions.properties or any module's ivy.xml,
make sure you run "ant clean-jars jar-checksums" before running precommit.

Total time: 188 minutes 16 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to