Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AUTOCUT] Integration Test failed for query-insights: 2.16.0 #39

Closed
opensearch-ci-bot opened this issue Jul 22, 2024 · 65 comments
Closed

Comments

@opensearch-ci-bot
Copy link
Collaborator

The integration test failed at distribution level for component query-insights
Version: 2.16.0
Distribution: tar
Architecture: x64
Platform: linux

Please check the logs: https://build.ci.opensearch.org/job/integ-test/8389/display/redirect

* Test-report manifest:*
- https://ci.opensearch.org/ci/dbc/integ-test/2.16.0/10105/linux/x64/tar/test-results/8389/integ-test/test-report.yml

Note: Steps to reproduce, additional logs and other files can be found within the above test-report manifest.
Instructions of this test-report manifest can be found here.

@opensearch-ci-bot
Copy link
Collaborator Author

The integration test failed at distribution level for component query-insights
Version: 2.16.0
Distribution: tar
Architecture: arm64
Platform: linux

Please check the logs: https://build.ci.opensearch.org/job/integ-test/8390/display/redirect

* Test-report manifest:*
- https://ci.opensearch.org/ci/dbc/integ-test/2.16.0/10105/linux/arm64/tar/test-results/8390/integ-test/test-report.yml

Note: Steps to reproduce, additional logs and other files can be found within the above test-report manifest.
Instructions of this test-report manifest can be found here.

@deshsidd
Copy link
Collaborator

deshsidd commented Jul 22, 2024

Test failing with the following :

Caused by:

        org.apache.http.ConnectionClosedException: Connection is closed

            at app//org.apache.http.nio.protocol.HttpAsyncRequestExecutor.endOfInput(HttpAsyncRequestExecutor.java:356)

            at app//org.apache.http.impl.nio.DefaultNHttpClientConnection.consumeInput(DefaultNHttpClientConnection.java:261)

            at app//org.apache.http.impl.nio.client.InternalIODispatch.onInputReady(InternalIODispatch.java:87)

            at app//org.apache.http.impl.nio.client.InternalIODispatch.onInputReady(InternalIODispatch.java:40)

            at app//org.apache.http.impl.nio.reactor.AbstractIODispatch.inputReady(AbstractIODispatch.java:114)

            at app//org.apache.http.impl.nio.reactor.BaseIOReactor.readable(BaseIOReactor.java:162)

            at app//org.apache.http.impl.nio.reactor.AbstractIOReactor.processEvent(AbstractIOReactor.java:337)

            at app//org.apache.http.impl.nio.reactor.AbstractIOReactor.processEvents(AbstractIOReactor.java:315)

            at app//org.apache.http.impl.nio.reactor.AbstractIOReactor.execute(AbstractIOReactor.java:276)

            at app//org.apache.http.impl.nio.reactor.BaseIOReactor.execute(BaseIOReactor.java:104)

            at app//org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor$Worker.run(AbstractMultiworkerIOReactor.java:591)

            ... 1 more



    org.apache.http.ConnectionClosedException: Connection is closed

        at app//org.opensearch.client.RestClient.extractAndWrapCause(RestClient.java:942)

        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:333)

        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:321)

        at app//org.opensearch.test.rest.OpenSearchRestTestCase.ensureNoInitializingShards(OpenSearchRestTestCase.java:962)

        at app//org.opensearch.test.rest.OpenSearchRestTestCase.cleanUpCluster(OpenSearchRestTestCase.java:358)

        at java.base@21.0.1/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)

        at java.base@21.0.1/java.lang.reflect.Method.invoke(Method.java:580)

        at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)

        at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)

        at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)

        at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)

        at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)

        at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)

        at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)

        at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)

        at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)

        at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)

        at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)

        at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)

        at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)

        at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)

        at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)

        at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)

        at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)

        at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)

        at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)

        at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)

        at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)

        at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)

        at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)

        at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)

        at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)

        at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)

        at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)

        at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)

        at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)

        at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)

        at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)

        at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)

        at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)

        at java.base@21.0.1/java.lang.Thread.run(Thread.java:1583)



        Caused by:

        org.apache.http.ConnectionClosedException: Connection is closed

            at app//org.apache.http.nio.protocol.HttpAsyncRequestExecutor.endOfInput(HttpAsyncRequestExecutor.java:356)

            at app//org.apache.http.impl.nio.DefaultNHttpClientConnection.consumeInput(DefaultNHttpClientConnection.java:261)

            at app//org.apache.http.impl.nio.client.InternalIODispatch.onInputReady(InternalIODispatch.java:87)

            at app//org.apache.http.impl.nio.client.InternalIODispatch.onInputReady(InternalIODispatch.java:40)

            at app//org.apache.http.impl.nio.reactor.AbstractIODispatch.inputReady(AbstractIODispatch.java:114)

            at app//org.apache.http.impl.nio.reactor.BaseIOReactor.readable(BaseIOReactor.java:162)

            at app//org.apache.http.impl.nio.reactor.AbstractIOReactor.processEvent(AbstractIOReactor.java:337)

            at app//org.apache.http.impl.nio.reactor.AbstractIOReactor.processEvents(AbstractIOReactor.java:315)

            at app//org.apache.http.impl.nio.reactor.AbstractIOReactor.execute(AbstractIOReactor.java:276)

            at app//org.apache.http.impl.nio.reactor.BaseIOReactor.execute(BaseIOReactor.java:104)

            at app//org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor$Worker.run(AbstractMultiworkerIOReactor.java:591)

            ... 1 more

  2> REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.plugin.insights.rules.resthandler.top_queries.TopQueriesRestIT.testTopQueriesResponses" -Dtests.seed=45F7AB0D8CDA4AB7 -Dtests.security.manager=true -Dtests.locale=da -Dtests.timezone=America/Cayman -Druntime.java=21

  2> REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.plugin.insights.rules.resthandler.top_queries.TopQueriesRestIT.testTopQueriesResponses" -Dtests.seed=45F7AB0D8CDA4AB7 -Dtests.security.manager=true -Dtests.locale=da -Dtests.timezone=America/Cayman -Druntime.java=21

  2> org.apache.http.ConnectionClosedException: Connection is closed

        at app//org.opensearch.client.RestClient.extractAndWrapCause(RestClient.java:942)

        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:333)

        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:321)

        at app//org.opensearch.plugin.insights.rules.resthandler.top_queries.TopQueriesRestIT.testTopQueriesResponses(TopQueriesRestIT.java:56)



        Caused by:

        org.apache.http.ConnectionClosedException: Connection is closed

            at app//org.apache.http.nio.protocol.HttpAsyncRequestExecutor.endOfInput(HttpAsyncRequestExecutor.java:356)

            at app//org.apache.http.impl.nio.DefaultNHttpClientConnection.consumeInput(DefaultNHttpClientConnection.java:261)

            at app//org.apache.http.impl.nio.client.InternalIODispatch.onInputReady(InternalIODispatch.java:87)

            at app//org.apache.http.impl.nio.client.InternalIODispatch.onInputReady(InternalIODispatch.java:40)

            at app//org.apache.http.impl.nio.reactor.AbstractIODispatch.inputReady(AbstractIODispatch.java:114)

            at app//org.apache.http.impl.nio.reactor.BaseIOReactor.readable(BaseIOReactor.java:162)

            at app//org.apache.http.impl.nio.reactor.AbstractIOReactor.processEvent(AbstractIOReactor.java:337)

            at app//org.apache.http.impl.nio.reactor.AbstractIOReactor.processEvents(AbstractIOReactor.java:315)

            at app//org.apache.http.impl.nio.reactor.AbstractIOReactor.execute(AbstractIOReactor.java:276)

            at app//org.apache.http.impl.nio.reactor.BaseIOReactor.execute(BaseIOReactor.java:104)

            at app//org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor$Worker.run(AbstractMultiworkerIOReactor.java:591)

            at java.base@21.0.1/java.lang.Thread.run(Thread.java:1583)



    org.apache.http.ConnectionClosedException: Connection is closed

        at app//org.opensearch.client.RestClient.extractAndWrapCause(RestClient.java:942)

        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:333)

        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:321)

        at app//org.opensearch.test.rest.OpenSearchRestTestCase.ensureNoInitializingShards(OpenSearchRestTestCase.java:962)

        at app//org.opensearch.test.rest.OpenSearchRestTestCase.cleanUpCluster(OpenSearchRestTestCase.java:358)

        at java.base@21.0.1/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)

        at java.base@21.0.1/java.lang.reflect.Method.invoke(Method.java:580)

        at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)

        at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)

        at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)

        at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)

        at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)

        at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)

        at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)

        at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)

        at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)

        at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)

        at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)

        at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)

        at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)

        at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)

        at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)

        at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)

        at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)

        at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)

        at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)

        at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)

        at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)

        at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)

        at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)

        at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)

        at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)

        at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)

        at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)

        at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)

        at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)

        at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)

        at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)

        at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)

        at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)

        at java.base@21.0.1/java.lang.Thread.run(Thread.java:1583)



        Caused by:

        org.apache.http.ConnectionClosedException: Connection is closed

            at app//org.apache.http.nio.protocol.HttpAsyncRequestExecutor.endOfInput(HttpAsyncRequestExecutor.java:356)

            at app//org.apache.http.impl.nio.DefaultNHttpClientConnection.consumeInput(DefaultNHttpClientConnection.java:261)

            at app//org.apache.http.impl.nio.client.InternalIODispatch.onInputReady(InternalIODispatch.java:87)

            at app//org.apache.http.impl.nio.client.InternalIODispatch.onInputReady(InternalIODispatch.java:40)

            at app//org.apache.http.impl.nio.reactor.AbstractIODispatch.inputReady(AbstractIODispatch.java:114)

            at app//org.apache.http.impl.nio.reactor.BaseIOReactor.readable(BaseIOReactor.java:162)

            at app//org.apache.http.impl.nio.reactor.AbstractIOReactor.processEvent(AbstractIOReactor.java:337)

            at app//org.apache.http.impl.nio.reactor.AbstractIOReactor.processEvents(AbstractIOReactor.java:315)

            at app//org.apache.http.impl.nio.reactor.AbstractIOReactor.execute(AbstractIOReactor.java:276)

            at app//org.apache.http.impl.nio.reactor.BaseIOReactor.execute(BaseIOReactor.java:104)

            at app//org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor$Worker.run(AbstractMultiworkerIOReactor.java:591)

@opensearch-ci-bot
Copy link
Collaborator Author

The integration test failed at distribution level for component query-insights
Version: 2.16.0
Distribution: deb
Architecture: x64
Platform: linux

Please check the logs: https://build.ci.opensearch.org/job/integ-test/8392/display/redirect

* Test-report manifest:*
- https://ci.opensearch.org/ci/dbc/integ-test/2.16.0/10105/linux/x64/deb/test-results/8392/integ-test/test-report.yml

Note: Steps to reproduce, additional logs and other files can be found within the above test-report manifest.
Instructions of this test-report manifest can be found here.

@opensearch-ci-bot
Copy link
Collaborator Author

The integration test failed at distribution level for component query-insights
Version: 2.16.0
Distribution: rpm
Architecture: arm64
Platform: linux

Please check the logs: https://build.ci.opensearch.org/job/integ-test/8393/display/redirect

* Test-report manifest:*
- https://ci.opensearch.org/ci/dbc/integ-test/2.16.0/10105/linux/arm64/rpm/test-results/8393/integ-test/test-report.yml

Note: Steps to reproduce, additional logs and other files can be found within the above test-report manifest.
Instructions of this test-report manifest can be found here.

@opensearch-ci-bot
Copy link
Collaborator Author

The integration test failed at distribution level for component query-insights
Version: 2.16.0
Distribution: rpm
Architecture: x64
Platform: linux

Please check the logs: https://build.ci.opensearch.org/job/integ-test/8391/display/redirect

* Test-report manifest:*
- https://ci.opensearch.org/ci/dbc/integ-test/2.16.0/10105/linux/x64/rpm/test-results/8391/integ-test/test-report.yml

Note: Steps to reproduce, additional logs and other files can be found within the above test-report manifest.
Instructions of this test-report manifest can be found here.

@opensearch-ci-bot
Copy link
Collaborator Author

The integration test failed at distribution level for component query-insights
Version: 2.16.0
Distribution: deb
Architecture: arm64
Platform: linux

Please check the logs: https://build.ci.opensearch.org/job/integ-test/8395/display/redirect

* Test-report manifest:*
- https://ci.opensearch.org/ci/dbc/integ-test/2.16.0/10105/linux/arm64/deb/test-results/8395/integ-test/test-report.yml

Note: Steps to reproduce, additional logs and other files can be found within the above test-report manifest.
Instructions of this test-report manifest can be found here.

@opensearch-ci-bot
Copy link
Collaborator Author

The integration test failed at distribution level for component query-insights
Version: 2.16.0
Distribution: zip
Architecture: x64
Platform: windows

Please check the logs: https://build.ci.opensearch.org/job/integ-test/8394/display/redirect

* Test-report manifest:*
- https://ci.opensearch.org/ci/dbc/integ-test/2.16.0/10105/windows/x64/zip/test-results/8394/integ-test/test-report.yml

Note: Steps to reproduce, additional logs and other files can be found within the above test-report manifest.
Instructions of this test-report manifest can be found here.

@opensearch-ci-bot
Copy link
Collaborator Author

The integration test failed at distribution level for component query-insights
Version: 2.16.0
Distribution: tar
Architecture: arm64
Platform: linux

Please check the logs: https://build.ci.opensearch.org/job/integ-test/8397/display/redirect

* Test-report manifest:*
- https://ci.opensearch.org/ci/dbc/integ-test/2.16.0/10108/linux/arm64/tar/test-results/8397/integ-test/test-report.yml

Note: Steps to reproduce, additional logs and other files can be found within the above test-report manifest.
Instructions of this test-report manifest can be found here.

@opensearch-ci-bot
Copy link
Collaborator Author

The integration test failed at distribution level for component query-insights
Version: 2.16.0
Distribution: deb
Architecture: arm64
Platform: linux

Please check the logs: https://build.ci.opensearch.org/job/integ-test/8400/display/redirect

* Test-report manifest:*
- https://ci.opensearch.org/ci/dbc/integ-test/2.16.0/10108/linux/arm64/deb/test-results/8400/integ-test/test-report.yml

Note: Steps to reproduce, additional logs and other files can be found within the above test-report manifest.
Instructions of this test-report manifest can be found here.

@opensearch-ci-bot
Copy link
Collaborator Author

The integration test failed at distribution level for component query-insights
Version: 2.16.0
Distribution: rpm
Architecture: arm64
Platform: linux

Please check the logs: https://build.ci.opensearch.org/job/integ-test/8399/display/redirect

* Test-report manifest:*
- https://ci.opensearch.org/ci/dbc/integ-test/2.16.0/10108/linux/arm64/rpm/test-results/8399/integ-test/test-report.yml

Note: Steps to reproduce, additional logs and other files can be found within the above test-report manifest.
Instructions of this test-report manifest can be found here.

@opensearch-ci-bot
Copy link
Collaborator Author

The integration test failed at distribution level for component query-insights
Version: 2.16.0
Distribution: tar
Architecture: x64
Platform: linux

Please check the logs: https://build.ci.opensearch.org/job/integ-test/8401/display/redirect

* Test-report manifest:*
- https://ci.opensearch.org/ci/dbc/integ-test/2.16.0/10108/linux/x64/tar/test-results/8401/integ-test/test-report.yml

Note: Steps to reproduce, additional logs and other files can be found within the above test-report manifest.
Instructions of this test-report manifest can be found here.

@opensearch-ci-bot
Copy link
Collaborator Author

The integration test failed at distribution level for component query-insights
Version: 2.16.0
Distribution: deb
Architecture: x64
Platform: linux

Please check the logs: https://build.ci.opensearch.org/job/integ-test/8402/display/redirect

* Test-report manifest:*
- https://ci.opensearch.org/ci/dbc/integ-test/2.16.0/10108/linux/x64/deb/test-results/8402/integ-test/test-report.yml

Note: Steps to reproduce, additional logs and other files can be found within the above test-report manifest.
Instructions of this test-report manifest can be found here.

@opensearch-ci-bot
Copy link
Collaborator Author

The integration test failed at distribution level for component query-insights
Version: 2.16.0
Distribution: rpm
Architecture: x64
Platform: linux

Please check the logs: https://build.ci.opensearch.org/job/integ-test/8403/display/redirect

* Test-report manifest:*
- https://ci.opensearch.org/ci/dbc/integ-test/2.16.0/10108/linux/x64/rpm/test-results/8403/integ-test/test-report.yml

Note: Steps to reproduce, additional logs and other files can be found within the above test-report manifest.
Instructions of this test-report manifest can be found here.

@opensearch-ci-bot
Copy link
Collaborator Author

The integration test failed at distribution level for component query-insights
Version: 2.16.0
Distribution: zip
Architecture: x64
Platform: windows

Please check the logs: https://build.ci.opensearch.org/job/integ-test/8398/display/redirect

* Test-report manifest:*
- https://ci.opensearch.org/ci/dbc/integ-test/2.16.0/10108/windows/x64/zip/test-results/8398/integ-test/test-report.yml

Note: Steps to reproduce, additional logs and other files can be found within the above test-report manifest.
Instructions of this test-report manifest can be found here.

@opensearch-ci-bot
Copy link
Collaborator Author

The integration test failed at distribution level for component query-insights
Version: 2.16.0
Distribution: tar
Architecture: arm64
Platform: linux

Please check the logs: https://build.ci.opensearch.org/job/integ-test/8405/display/redirect

* Test-report manifest:*
- https://ci.opensearch.org/ci/dbc/integ-test/2.16.0/10109/linux/arm64/tar/test-results/8405/integ-test/test-report.yml

Note: Steps to reproduce, additional logs and other files can be found within the above test-report manifest.
Instructions of this test-report manifest can be found here.

@opensearch-ci-bot
Copy link
Collaborator Author

The integration test failed at distribution level for component query-insights
Version: 2.16.0
Distribution: tar
Architecture: x64
Platform: linux

Please check the logs: https://build.ci.opensearch.org/job/integ-test/8406/display/redirect

* Test-report manifest:*
- https://ci.opensearch.org/ci/dbc/integ-test/2.16.0/10109/linux/x64/tar/test-results/8406/integ-test/test-report.yml

Note: Steps to reproduce, additional logs and other files can be found within the above test-report manifest.
Instructions of this test-report manifest can be found here.

@opensearch-ci-bot
Copy link
Collaborator Author

The integration test failed at distribution level for component query-insights
Version: 2.16.0
Distribution: zip
Architecture: x64
Platform: windows

Please check the logs: https://build.ci.opensearch.org/job/integ-test/8404/display/redirect

* Test-report manifest:*
- https://ci.opensearch.org/ci/dbc/integ-test/2.16.0/10109/windows/x64/zip/test-results/8404/integ-test/test-report.yml

Note: Steps to reproduce, additional logs and other files can be found within the above test-report manifest.
Instructions of this test-report manifest can be found here.

@opensearch-ci-bot
Copy link
Collaborator Author

The integration test failed at distribution level for component query-insights
Version: 2.16.0
Distribution: deb
Architecture: x64
Platform: linux

Please check the logs: https://build.ci.opensearch.org/job/integ-test/8407/display/redirect

* Test-report manifest:*
- https://ci.opensearch.org/ci/dbc/integ-test/2.16.0/10109/linux/x64/deb/test-results/8407/integ-test/test-report.yml

Note: Steps to reproduce, additional logs and other files can be found within the above test-report manifest.
Instructions of this test-report manifest can be found here.

@opensearch-ci-bot
Copy link
Collaborator Author

The integration test failed at distribution level for component query-insights
Version: 2.16.0
Distribution: rpm
Architecture: arm64
Platform: linux

Please check the logs: https://build.ci.opensearch.org/job/integ-test/8409/display/redirect

* Test-report manifest:*
- https://ci.opensearch.org/ci/dbc/integ-test/2.16.0/10109/linux/arm64/rpm/test-results/8409/integ-test/test-report.yml

Note: Steps to reproduce, additional logs and other files can be found within the above test-report manifest.
Instructions of this test-report manifest can be found here.

@opensearch-ci-bot
Copy link
Collaborator Author

The integration test failed at distribution level for component query-insights
Version: 2.16.0
Distribution: tar
Architecture: arm64
Platform: linux

Please check the logs: https://build.ci.opensearch.org/job/integ-test/8439/display/redirect

* Test-report manifest:*
- https://ci.opensearch.org/ci/dbc/integ-test/2.16.0/10122/linux/arm64/tar/test-results/8439/integ-test/test-report.yml

Note: Steps to reproduce, additional logs and other files can be found within the above test-report manifest.
Instructions of this test-report manifest can be found here.

@opensearch-ci-bot
Copy link
Collaborator Author

The integration test failed at distribution level for component query-insights
Version: 2.16.0
Distribution: tar
Architecture: x64
Platform: linux

Please check the logs: https://build.ci.opensearch.org/job/integ-test/8438/display/redirect

* Test-report manifest:*
- https://ci.opensearch.org/ci/dbc/integ-test/2.16.0/10122/linux/x64/tar/test-results/8438/integ-test/test-report.yml

Note: Steps to reproduce, additional logs and other files can be found within the above test-report manifest.
Instructions of this test-report manifest can be found here.

@opensearch-ci-bot
Copy link
Collaborator Author

The integration test failed at distribution level for component query-insights
Version: 2.16.0
Distribution: deb
Architecture: x64
Platform: linux

Please check the logs: https://build.ci.opensearch.org/job/integ-test/8441/display/redirect

* Test-report manifest:*
- https://ci.opensearch.org/ci/dbc/integ-test/2.16.0/10122/linux/x64/deb/test-results/8441/integ-test/test-report.yml

Note: Steps to reproduce, additional logs and other files can be found within the above test-report manifest.
Instructions of this test-report manifest can be found here.

@opensearch-ci-bot
Copy link
Collaborator Author

The integration test failed at distribution level for component query-insights
Version: 2.16.0
Distribution: rpm
Architecture: arm64
Platform: linux

Please check the logs: https://build.ci.opensearch.org/job/integ-test/8442/display/redirect

* Test-report manifest:*
- https://ci.opensearch.org/ci/dbc/integ-test/2.16.0/10122/linux/arm64/rpm/test-results/8442/integ-test/test-report.yml

Note: Steps to reproduce, additional logs and other files can be found within the above test-report manifest.
Instructions of this test-report manifest can be found here.

@opensearch-ci-bot
Copy link
Collaborator Author

The integration test failed at distribution level for component query-insights
Version: 2.16.0
Distribution: rpm
Architecture: x64
Platform: linux

Please check the logs: https://build.ci.opensearch.org/job/integ-test/8443/display/redirect

* Test-report manifest:*
- https://ci.opensearch.org/ci/dbc/integ-test/2.16.0/10122/linux/x64/rpm/test-results/8443/integ-test/test-report.yml

Note: Steps to reproduce, additional logs and other files can be found within the above test-report manifest.
Instructions of this test-report manifest can be found here.

@opensearch-ci-bot
Copy link
Collaborator Author

The integration test failed at distribution level for component query-insights
Version: 2.16.0
Distribution: deb
Architecture: arm64
Platform: linux

Please check the logs: https://build.ci.opensearch.org/job/integ-test/8444/display/redirect

* Test-report manifest:*
- https://ci.opensearch.org/ci/dbc/integ-test/2.16.0/10122/linux/arm64/deb/test-results/8444/integ-test/test-report.yml

Note: Steps to reproduce, additional logs and other files can be found within the above test-report manifest.
Instructions of this test-report manifest can be found here.

@opensearch-ci-bot
Copy link
Collaborator Author

The integration test failed at distribution level for component query-insights
Version: 2.16.0
Distribution: zip
Architecture: x64
Platform: windows

Please check the logs: https://build.ci.opensearch.org/job/integ-test/8440/display/redirect

* Test-report manifest:*
- https://ci.opensearch.org/ci/dbc/integ-test/2.16.0/10122/windows/x64/zip/test-results/8440/integ-test/test-report.yml

Note: Steps to reproduce, additional logs and other files can be found within the above test-report manifest.
Instructions of this test-report manifest can be found here.

@opensearch-ci-bot
Copy link
Collaborator Author

The integration test failed at distribution level for component query-insights
Version: 2.16.0
Distribution: tar
Architecture: arm64
Platform: linux

Please check the logs: https://build.ci.opensearch.org/job/integ-test/8447/display/redirect

* Test-report manifest:*
- https://ci.opensearch.org/ci/dbc/integ-test/2.16.0/10124/linux/arm64/tar/test-results/8447/integ-test/test-report.yml

Note: Steps to reproduce, additional logs and other files can be found within the above test-report manifest.
Instructions of this test-report manifest can be found here.

@opensearch-ci-bot
Copy link
Collaborator Author

The integration test failed at distribution level for component query-insights
Version: 2.16.0
Distribution: tar
Architecture: x64
Platform: linux

Please check the logs: https://build.ci.opensearch.org/job/integ-test/8448/display/redirect

* Test-report manifest:*
- https://ci.opensearch.org/ci/dbc/integ-test/2.16.0/10124/linux/x64/tar/test-results/8448/integ-test/test-report.yml

Note: Steps to reproduce, additional logs and other files can be found within the above test-report manifest.
Instructions of this test-report manifest can be found here.

@opensearch-ci-bot
Copy link
Collaborator Author

The integration test failed at distribution level for component query-insights
Version: 2.16.0
Distribution: deb
Architecture: arm64
Platform: linux

Please check the logs: https://build.ci.opensearch.org/job/integ-test/8450/display/redirect

* Test-report manifest:*
- https://ci.opensearch.org/ci/dbc/integ-test/2.16.0/10124/linux/arm64/deb/test-results/8450/integ-test/test-report.yml

Note: Steps to reproduce, additional logs and other files can be found within the above test-report manifest.
Instructions of this test-report manifest can be found here.

@opensearch-ci-bot
Copy link
Collaborator Author

The integration test failed at distribution level for component query-insights
Version: 2.16.0
Distribution: rpm
Architecture: x64
Platform: linux

Please check the logs: https://build.ci.opensearch.org/job/integ-test/8446/display/redirect

* Test-report manifest:*
- https://ci.opensearch.org/ci/dbc/integ-test/2.16.0/10124/linux/x64/rpm/test-results/8446/integ-test/test-report.yml

Note: Steps to reproduce, additional logs and other files can be found within the above test-report manifest.
Instructions of this test-report manifest can be found here.

@opensearch-ci-bot
Copy link
Collaborator Author

The integration test failed at distribution level for component query-insights
Version: 2.16.0
Distribution: rpm
Architecture: arm64
Platform: linux

Please check the logs: https://build.ci.opensearch.org/job/integ-test/8449/display/redirect

* Test-report manifest:*
- https://ci.opensearch.org/ci/dbc/integ-test/2.16.0/10124/linux/arm64/rpm/test-results/8449/integ-test/test-report.yml

Note: Steps to reproduce, additional logs and other files can be found within the above test-report manifest.
Instructions of this test-report manifest can be found here.

@opensearch-ci-bot
Copy link
Collaborator Author

The integration test failed at distribution level for component query-insights
Version: 2.16.0
Distribution: deb
Architecture: x64
Platform: linux

Please check the logs: https://build.ci.opensearch.org/job/integ-test/8451/display/redirect

* Test-report manifest:*
- https://ci.opensearch.org/ci/dbc/integ-test/2.16.0/10124/linux/x64/deb/test-results/8451/integ-test/test-report.yml

Note: Steps to reproduce, additional logs and other files can be found within the above test-report manifest.
Instructions of this test-report manifest can be found here.

@opensearch-ci-bot
Copy link
Collaborator Author

The integration test failed at distribution level for component query-insights
Version: 2.16.0
Distribution: zip
Architecture: x64
Platform: windows

Please check the logs: https://build.ci.opensearch.org/job/integ-test/8445/display/redirect

* Test-report manifest:*
- https://ci.opensearch.org/ci/dbc/integ-test/2.16.0/10124/windows/x64/zip/test-results/8445/integ-test/test-report.yml

Note: Steps to reproduce, additional logs and other files can be found within the above test-report manifest.
Instructions of this test-report manifest can be found here.

@prudhvigodithi
Copy link

Closing this issue as there are no platform, architecture and distribution specific labels.
Thank you
@getsaurabh02

@opensearch-ci-bot
Copy link
Collaborator Author

The integration test failed at distribution level for component query-insights
Version: 2.16.0
Distribution: zip
Architecture: x64
Platform: windows

Please check the logs: https://build.ci.opensearch.org/job/integ-test/8470/display/redirect

* Test-report manifest:*
- https://ci.opensearch.org/ci/dbc/integ-test/2.16.0/10131/windows/x64/zip/test-results/8470/integ-test/test-report.yml

Note: Steps to reproduce, additional logs and other files can be found within the above test-report manifest.
Instructions of this test-report manifest can be found here.

@prudhvigodithi
Copy link

Does not look like the plugin integ test failures

Also:   java.nio.file.AccessDeniedException: C:\Users\Administrator\jenkins\workspace\integ-test@4@tmp\durable-8735d0b3\jenkins-log.txt

		at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:89)

		at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)

		at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)

		at java.base/sun.nio.fs.WindowsFileAttributeViews$Dos.updateAttributes(WindowsFileAttributeViews.java:242)

		at java.base/sun.nio.fs.WindowsFileAttributeViews$Dos.setReadOnly(WindowsFileAttributeViews.java:248)

		at jenkins.util.io.PathRemover.makeWritable(PathRemover.java:295)

		at jenkins.util.io.PathRemover.makeRemovable(PathRemover.java:256)

		at jenkins.util.io.PathRemover.removeOrMakeRemovableThenRemove(PathRemover.java:236)

		at jenkins.util.io.PathRemover.tryRemoveFile(PathRemover.java:202)

		at jenkins.util.io.PathRemover.tryRemoveRecursive(PathRemover.java:213)

		at jenkins.util.io.PathRemover.tryRemoveDirectoryContents(PathRemover.java:223)

		at jenkins.util.io.PathRemover.tryRemoveRecursive(PathRemover.java:212)

		at jenkins.util.io.PathRemover.forceRemoveRecursive(PathRemover.java:93)

Also:   java.nio.file.AccessDeniedException: C:\Users\Administrator\jenkins\workspace\integ-test@4@tmp\durable-8735d0b3\script.sh

		at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:89)

		at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)

		at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)

		at java.base/sun.nio.fs.WindowsFileAttributeViews$Dos.updateAttributes(WindowsFileAttributeViews.java:242)

		at java.base/sun.nio.fs.WindowsFileAttributeViews$Dos.setReadOnly(WindowsFileAttributeViews.java:248)

		at jenkins.util.io.PathRemover.makeWritable(PathRemover.java:295)

		at jenkins.util.io.PathRemover.makeRemovable(PathRemover.java:256)

		at jenkins.util.io.PathRemover.removeOrMakeRemovableThenRemove(PathRemover.java:236)

		at jenkins.util.io.PathRemover.tryRemoveFile(PathRemover.java:202)

		at jenkins.util.io.PathRemover.tryRemoveRecursive(PathRemover.java:213)

		at jenkins.util.io.PathRemover.tryRemoveDirectoryContents(PathRemover.java:223)

		at jenkins.util.io.PathRemover.tryRemoveRecursive(PathRemover.java:212)

		at jenkins.util.io.PathRemover.forceRemoveRecursive(PathRemover.java:93)

Also:   	Also:   java.nio.file.DirectoryNotEmptyException: C:\Users\Administrator\jenkins\workspace\integ-test@4@tmp\durable-8735d0b3

			at java.base/sun.nio.fs.WindowsFileSystemProvider.implDelete(WindowsFileSystemProvider.java:271)

			at java.base/sun.nio.fs.AbstractFileSystemProvider.deleteIfExists(AbstractFileSystemProvider.java:110)

			at java.base/java.nio.file.Files.deleteIfExists(Files.java:1181)

			at jenkins.util.io.PathRemover.removeOrMakeRemovableThenRemove(PathRemover.java:234)

	Also:   java.nio.file.DirectoryNotEmptyException: C:\Users\Administrator\jenkins\workspace\integ-test@4@tmp\durable-8735d0b3

			at java.base/sun.nio.fs.WindowsFileSystemProvider.implDelete(WindowsFileSystemProvider.java:271)

			at java.base/sun.nio.fs.AbstractFileSystemProvider.deleteIfExists(AbstractFileSystemProvider.java:110)

			at java.base/java.nio.file.Files.deleteIfExists(Files.java:1181)

			at jenkins.util.io.PathRemover.removeOrMakeRemovableThenRemove(PathRemover.java:238)

jenkins.util.io.CompositeIOException: Unable to remove directory C:\Users\Administrator\jenkins\workspace\integ-test@4@tmp\durable-8735d0b3 with directory contents: [C:\Users\Administrator\jenkins\workspace\integ-test@4@tmp\durable-8735d0b3\jenkins-log.txt, C:\Users\Administrator\jenkins\workspace\integ-test@4@tmp\durable-8735d0b3\script.sh]

		at jenkins.util.io.PathRemover.removeOrMakeRemovableThenRemove(PathRemover.java:247)

		at jenkins.util.io.PathRemover.tryRemoveFile(PathRemover.java:202)

		at jenkins.util.io.PathRemover.tryRemoveRecursive(PathRemover.java:213)

		at jenkins.util.io.PathRemover.forceRemoveRecursive(PathRemover.java:93)

Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (Amazon_ec2_cloud) - jenkinsAgentNode-Jenkins-Agent-Windows2019-X64-M54xlarge-Docker-Host (i-03673388ecf6d0d7c)

		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787)

		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)

		at hudson.remoting.Channel.call(Channel.java:1003)

		at hudson.FilePath.act(FilePath.java:1230)

		at hudson.FilePath.act(FilePath.java:1219)

		at hudson.FilePath.deleteRecursive(FilePath.java:1472)

		at org.jenkinsci.plugins.durabletask.FileMonitoringTask$FileMonitoringController.cleanup(FileMonitoringTask.java:487)

		at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.lambda$stop$3(DurableTaskStep.java:512)

		at jenkins.security.ImpersonatingScheduledExecutorService$1.run(ImpersonatingScheduledExecutorService.java:67)

		at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)

		at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)

		at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)

		at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)

		at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)

		at java.base/java.lang.Thread.run(Thread.java:1583)

jenkins.util.io.CompositeIOException: Unable to delete 'C:\Users\Administrator\jenkins\workspace\integ-test@4@tmp\durable-8735d0b3'. Tried 3 times (of a maximum of 3) waiting 0.1 sec between attempts.

	at jenkins.util.io.PathRemover.forceRemoveRecursive(PathRemover.java:96)

	at hudson.Util.deleteRecursive(Util.java:329)

	at hudson.FilePath$DeleteRecursive.invoke(FilePath.java:1480)

	at hudson.FilePath$DeleteRecursive.invoke(FilePath.java:1475)

	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3616)

	at hudson.remoting.UserRequest.perform(UserRequest.java:211)

	at hudson.remoting.UserRequest.perform(UserRequest.java:54)

	at hudson.remoting.Request$2.run(Request.java:377)

	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)

	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)

	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)

	at java.base/java.lang.Thread.run(Thread.java:829)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants