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 anomaly-detection: 2.16.0 #1271

Closed
opensearch-ci-bot opened this issue Jul 31, 2024 · 4 comments
Closed
Labels
autocut untriaged v2.16.0 Issues targeting release v2.16.0

Comments

@opensearch-ci-bot
Copy link
Collaborator

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

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

* Test-report manifest:*
- https://ci.opensearch.org/ci/dbc/integ-test/2.16.0/10131/linux/arm64/tar/test-results/8467/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 opensearch-ci-bot added autocut untriaged v2.16.0 Issues targeting release v2.16.0 labels Jul 31, 2024
@prudhvigodithi
Copy link
Member

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

@jackiehanyang
Copy link
Collaborator

Known flaky tests, passed previous 4 RC build. Should pass when re-run the test

Suite: Test class org.opensearch.ad.rest.HistoricalAnalysisRestApiIT

  2> REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.ad.rest.HistoricalAnalysisRestApiIT.testStopHistoricalAnalysis" -Dtests.seed=CC47DC90EA223CBB -Dtests.security.manager=false -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=ja -Dtests.timezone=America/St_Barthelemy -Druntime.java=21

  2> java.lang.AssertionError

        at __randomizedtesting.SeedInfo.seed([CC47DC90EA223CBB:314CDE39F9C5BE2E]:0)

        at org.junit.Assert.fail(Assert.java:87)

        at org.junit.Assert.assertTrue(Assert.java:42)

        at org.junit.Assert.assertTrue(Assert.java:53)

        at org.opensearch.ad.rest.HistoricalAnalysisRestApiIT.checkIfTaskCanFinishCorrectly(HistoricalAnalysisRestApiIT.java:114)

        at org.opensearch.ad.rest.HistoricalAnalysisRestApiIT.testStopHistoricalAnalysis(HistoricalAnalysisRestApiIT.java:195)

  2> NOTE: leaving temporary files on disk at: /tmp/tmpwkvem_ot/anomaly-detection/build/testrun/integTest/temp/org.opensearch.ad.rest.HistoricalAnalysisRestApiIT_CC47DC90EA223CBB-001

  2> NOTE: test params are: codec=Asserting(Lucene99): {}, docValues:{}, maxPointsInLeafNode=949, maxMBSortInHeap=7.943392951626922, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=ja, timezone=America/St_Barthelemy

  2> NOTE: Linux 6.1.97-104.177.amzn2023.aarch64 aarch64/Eclipse Adoptium 21.0.1 (64-bit)/cpus=4,threads=1,free=233262072,total=536870912

  2> NOTE: All tests run in this JVM: [DetectionResultEvalutationIT, RuleIT, AnomalyDetectorRestApiIT, DataDependentADRestApiIT, HistoricalAnalysisRestApiIT]

Jul 31, 2024 2:29:51 AM sun.util.locale.provider.LocaleProviderAdapter <clinit>

WARNING: COMPAT locale provider will be removed in a future release



REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.ad.rest.HistoricalAnalysisRestApiIT.testStopHistoricalAnalysis" -Dtests.seed=CC47DC90EA223CBB -Dtests.security.manager=false -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=ja -Dtests.timezone=America/St_Barthelemy -Druntime.java=21





Suite: Test class org.opensearch.ad.rest.HistoricalAnalysisRestApiIT

  2> Jul 31, 2024 2:29:53 AM org.apache.lucene.internal.vectorization.VectorizationProvider lookup

  2> WARNING: Java vector incubator module is not readable. For optimal vector performance, pass '--add-modules jdk.incubator.vector' to enable Vector API.

  2> REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.ad.rest.HistoricalAnalysisRestApiIT.testStopHistoricalAnalysis" -Dtests.seed=CC47DC90EA223CBB -Dtests.security.manager=false -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=ja -Dtests.timezone=America/St_Barthelemy -Druntime.java=21

  2> java.lang.AssertionError

        at __randomizedtesting.SeedInfo.seed([CC47DC90EA223CBB:314CDE39F9C5BE2E]:0)

        at org.junit.Assert.fail(Assert.java:87)

        at org.junit.Assert.assertTrue(Assert.java:42)

        at org.junit.Assert.assertTrue(Assert.java:53)

        at org.opensearch.ad.rest.HistoricalAnalysisRestApiIT.checkIfTaskCanFinishCorrectly(HistoricalAnalysisRestApiIT.java:114)

        at org.opensearch.ad.rest.HistoricalAnalysisRestApiIT.testStopHistoricalAnalysis(HistoricalAnalysisRestApiIT.java:195)

  2> NOTE: leaving temporary files on disk at: /tmp/tmpwkvem_ot/anomaly-detection/build/testrun/integTest/temp/org.opensearch.ad.rest.HistoricalAnalysisRestApiIT_CC47DC90EA223CBB-002

  2> NOTE: test params are: codec=Asserting(Lucene99): {}, docValues:{}, maxPointsInLeafNode=949, maxMBSortInHeap=7.943392951626922, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=ja, timezone=America/St_Barthelemy

  2> NOTE: Linux 6.1.97-104.177.amzn2023.aarch64 aarch64/Eclipse Adoptium 21.0.1 (64-bit)/cpus=4,threads=1,free=456124320,total=536870912

  2> NOTE: All tests run in this JVM: [DetectionResultEvalutationIT, RuleIT, AnomalyDetectorRestApiIT, DataDependentADRestApiIT, HistoricalAnalysisRestApiIT]

Jul 31, 2024 2:30:15 AM sun.util.locale.provider.LocaleProviderAdapter <clinit>

WARNING: COMPAT locale provider will be removed in a future release



REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.ad.rest.HistoricalAnalysisRestApiIT.testStopHistoricalAnalysis" -Dtests.seed=CC47DC90EA223CBB -Dtests.security.manager=false -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=ja -Dtests.timezone=America/St_Barthelemy -Druntime.java=21





Suite: Test class org.opensearch.ad.rest.HistoricalAnalysisRestApiIT

  2> Jul 31, 2024 2:30:17 AM org.apache.lucene.internal.vectorization.VectorizationProvider lookup

  2> WARNING: Java vector incubator module is not readable. For optimal vector performance, pass '--add-modules jdk.incubator.vector' to enable Vector API.

  2> REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.ad.rest.HistoricalAnalysisRestApiIT.testStopHistoricalAnalysis" -Dtests.seed=CC47DC90EA223CBB -Dtests.security.manager=false -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=ja -Dtests.timezone=America/St_Barthelemy -Druntime.java=21

  2> java.lang.AssertionError

        at __randomizedtesting.SeedInfo.seed([CC47DC90EA223CBB:314CDE39F9C5BE2E]:0)

        at org.junit.Assert.fail(Assert.java:87)

        at org.junit.Assert.assertTrue(Assert.java:42)

        at org.junit.Assert.assertTrue(Assert.java:53)

        at org.opensearch.ad.rest.HistoricalAnalysisRestApiIT.checkIfTaskCanFinishCorrectly(HistoricalAnalysisRestApiIT.java:114)

        at org.opensearch.ad.rest.HistoricalAnalysisRestApiIT.testStopHistoricalAnalysis(HistoricalAnalysisRestApiIT.java:195)

  2> NOTE: leaving temporary files on disk at: /tmp/tmpwkvem_ot/anomaly-detection/build/testrun/integTest/temp/org.opensearch.ad.rest.HistoricalAnalysisRestApiIT_CC47DC90EA223CBB-003

  2> NOTE: test params are: codec=Asserting(Lucene99): {}, docValues:{}, maxPointsInLeafNode=949, maxMBSortInHeap=7.943392951626922, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=ja, timezone=America/St_Barthelemy

  2> NOTE: Linux 6.1.97-104.177.amzn2023.aarch64 aarch64/Eclipse Adoptium 21.0.1 (64-bit)/cpus=4,threads=1,free=456548000,total=536870912

  2> NOTE: All tests run in this JVM: [DetectionResultEvalutationIT, RuleIT, AnomalyDetectorRestApiIT, DataDependentADRestApiIT, HistoricalAnalysisRestApiIT]

Jul 31, 2024 2:30:39 AM sun.util.locale.provider.LocaleProviderAdapter <clinit>

WARNING: COMPAT locale provider will be removed in a future release



REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.ad.rest.HistoricalAnalysisRestApiIT.testStopHistoricalAnalysis" -Dtests.seed=CC47DC90EA223CBB -Dtests.security.manager=false -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=ja -Dtests.timezone=America/St_Barthelemy -Druntime.java=21





Suite: Test class org.opensearch.ad.rest.HistoricalAnalysisRestApiIT

  2> Jul 31, 2024 2:30:41 AM org.apache.lucene.internal.vectorization.VectorizationProvider lookup

  2> WARNING: Java vector incubator module is not readable. For optimal vector performance, pass '--add-modules jdk.incubator.vector' to enable Vector API.

  2> REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.ad.rest.HistoricalAnalysisRestApiIT.testStopHistoricalAnalysis" -Dtests.seed=CC47DC90EA223CBB -Dtests.security.manager=false -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=ja -Dtests.timezone=America/St_Barthelemy -Druntime.java=21

  2> java.lang.AssertionError

        at __randomizedtesting.SeedInfo.seed([CC47DC90EA223CBB:314CDE39F9C5BE2E]:0)

        at org.junit.Assert.fail(Assert.java:87)

        at org.junit.Assert.assertTrue(Assert.java:42)

        at org.junit.Assert.assertTrue(Assert.java:53)

        at org.opensearch.ad.rest.HistoricalAnalysisRestApiIT.checkIfTaskCanFinishCorrectly(HistoricalAnalysisRestApiIT.java:114)

        at org.opensearch.ad.rest.HistoricalAnalysisRestApiIT.testStopHistoricalAnalysis(HistoricalAnalysisRestApiIT.java:195)

  2> NOTE: leaving temporary files on disk at: /tmp/tmpwkvem_ot/anomaly-detection/build/testrun/integTest/temp/org.opensearch.ad.rest.HistoricalAnalysisRestApiIT_CC47DC90EA223CBB-004

  2> NOTE: test params are: codec=Asserting(Lucene99): {}, docValues:{}, maxPointsInLeafNode=949, maxMBSortInHeap=7.943392951626922, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=ja, timezone=America/St_Barthelemy

  2> NOTE: Linux 6.1.97-104.177.amzn2023.aarch64 aarch64/Eclipse Adoptium 21.0.1 (64-bit)/cpus=4,threads=1,free=456371696,total=536870912

  2> NOTE: All tests run in this JVM: [DetectionResultEvalutationIT, RuleIT, AnomalyDetectorRestApiIT, DataDependentADRestApiIT, HistoricalAnalysisRestApiIT]

Jul 31, 2024 2:31:03 AM sun.util.locale.provider.LocaleProviderAdapter <clinit>

WARNING: COMPAT locale provider will be removed in a future release



REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.ad.rest.HistoricalAnalysisRestApiIT.testStopHistoricalAnalysis" -Dtests.seed=CC47DC90EA223CBB -Dtests.security.manager=false -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=ja -Dtests.timezone=America/St_Barthelemy -Druntime.java=21





Suite: Test class org.opensearch.ad.rest.HistoricalAnalysisRestApiIT

  2> Jul 31, 2024 2:31:05 AM org.apache.lucene.internal.vectorization.VectorizationProvider lookup

  2> WARNING: Java vector incubator module is not readable. For optimal vector performance, pass '--add-modules jdk.incubator.vector' to enable Vector API.

  2> REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.ad.rest.HistoricalAnalysisRestApiIT.testStopHistoricalAnalysis" -Dtests.seed=CC47DC90EA223CBB -Dtests.security.manager=false -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=ja -Dtests.timezone=America/St_Barthelemy -Druntime.java=21

  2> java.lang.AssertionError

        at __randomizedtesting.SeedInfo.seed([CC47DC90EA223CBB:314CDE39F9C5BE2E]:0)

        at org.junit.Assert.fail(Assert.java:87)

        at org.junit.Assert.assertTrue(Assert.java:42)

        at org.junit.Assert.assertTrue(Assert.java:53)

        at org.opensearch.ad.rest.HistoricalAnalysisRestApiIT.checkIfTaskCanFinishCorrectly(HistoricalAnalysisRestApiIT.java:114)

        at org.opensearch.ad.rest.HistoricalAnalysisRestApiIT.testStopHistoricalAnalysis(HistoricalAnalysisRestApiIT.java:195)

  2> NOTE: leaving temporary files on disk at: /tmp/tmpwkvem_ot/anomaly-detection/build/testrun/integTest/temp/org.opensearch.ad.rest.HistoricalAnalysisRestApiIT_CC47DC90EA223CBB-005

  2> NOTE: test params are: codec=Asserting(Lucene99): {}, docValues:{}, maxPointsInLeafNode=949, maxMBSortInHeap=7.943392951626922, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=ja, timezone=America/St_Barthelemy

  2> NOTE: Linux 6.1.97-104.177.amzn2023.aarch64 aarch64/Eclipse Adoptium 21.0.1 (64-bit)/cpus=4,threads=1,free=454369200,total=536870912

  2> NOTE: All tests run in this JVM: [DetectionResultEvalutationIT, RuleIT, AnomalyDetectorRestApiIT, DataDependentADRestApiIT, HistoricalAnalysisRestApiIT]

Jul 31, 2024 2:31:27 AM sun.util.locale.provider.LocaleProviderAdapter <clinit>

WARNING: COMPAT locale provider will be removed in a future release



REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.ad.rest.HistoricalAnalysisRestApiIT.testStopHistoricalAnalysis" -Dtests.seed=CC47DC90EA223CBB -Dtests.security.manager=false -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=ja -Dtests.timezone=America/St_Barthelemy -Druntime.java=21





Suite: Test class org.opensearch.ad.rest.HistoricalAnalysisRestApiIT

  2> Jul 31, 2024 2:31:29 AM org.apache.lucene.internal.vectorization.VectorizationProvider lookup

  2> WARNING: Java vector incubator module is not readable. For optimal vector performance, pass '--add-modules jdk.incubator.vector' to enable Vector API.

  2> REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.ad.rest.HistoricalAnalysisRestApiIT.testStopHistoricalAnalysis" -Dtests.seed=CC47DC90EA223CBB -Dtests.security.manager=false -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=ja -Dtests.timezone=America/St_Barthelemy -Druntime.java=21

  2> java.lang.AssertionError

        at __randomizedtesting.SeedInfo.seed([CC47DC90EA223CBB:314CDE39F9C5BE2E]:0)

        at org.junit.Assert.fail(Assert.java:87)

        at org.junit.Assert.assertTrue(Assert.java:42)

        at org.junit.Assert.assertTrue(Assert.java:53)

        at org.opensearch.ad.rest.HistoricalAnalysisRestApiIT.checkIfTaskCanFinishCorrectly(HistoricalAnalysisRestApiIT.java:114)

        at org.opensearch.ad.rest.HistoricalAnalysisRestApiIT.testStopHistoricalAnalysis(HistoricalAnalysisRestApiIT.java:195)

  2> NOTE: leaving temporary files on disk at: /tmp/tmpwkvem_ot/anomaly-detection/build/testrun/integTest/temp/org.opensearch.ad.rest.HistoricalAnalysisRestApiIT_CC47DC90EA223CBB-006

  2> NOTE: test params are: codec=Asserting(Lucene99): {}, docValues:{}, maxPointsInLeafNode=949, maxMBSortInHeap=7.943392951626922, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=ja, timezone=America/St_Barthelemy

  2> NOTE: Linux 6.1.97-104.177.amzn2023.aarch64 aarch64/Eclipse Adoptium 21.0.1 (64-bit)/cpus=4,threads=1,free=455342352,total=536870912

  2> NOTE: All tests run in this JVM: [DetectionResultEvalutationIT, RuleIT, AnomalyDetectorRestApiIT, DataDependentADRestApiIT, HistoricalAnalysisRestApiIT]

Jul 31, 2024 2:31:51 AM sun.util.locale.provider.LocaleProviderAdapter <clinit>

WARNING: COMPAT locale provider will be removed in a future release



REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.ad.rest.HistoricalAnalysisRestApiIT.testStopHistoricalAnalysis" -Dtests.seed=CC47DC90EA223CBB -Dtests.security.manager=false -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=ja -Dtests.timezone=America/St_Barthelemy -Druntime.java=21





Suite: Test class org.opensearch.ad.rest.HistoricalAnalysisRestApiIT

  2> Jul 31, 2024 2:31:53 AM org.apache.lucene.internal.vectorization.VectorizationProvider lookup

  2> WARNING: Java vector incubator module is not readable. For optimal vector performance, pass '--add-modules jdk.incubator.vector' to enable Vector API.

  2> REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.ad.rest.HistoricalAnalysisRestApiIT.testStopHistoricalAnalysis" -Dtests.seed=CC47DC90EA223CBB -Dtests.security.manager=false -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=ja -Dtests.timezone=America/St_Barthelemy -Druntime.java=21

  2> java.lang.AssertionError

        at __randomizedtesting.SeedInfo.seed([CC47DC90EA223CBB:314CDE39F9C5BE2E]:0)

        at org.junit.Assert.fail(Assert.java:87)

        at org.junit.Assert.assertTrue(Assert.java:42)

        at org.junit.Assert.assertTrue(Assert.java:53)

        at org.opensearch.ad.rest.HistoricalAnalysisRestApiIT.checkIfTaskCanFinishCorrectly(HistoricalAnalysisRestApiIT.java:114)

        at org.opensearch.ad.rest.HistoricalAnalysisRestApiIT.testStopHistoricalAnalysis(HistoricalAnalysisRestApiIT.java:195)

  2> NOTE: leaving temporary files on disk at: /tmp/tmpwkvem_ot/anomaly-detection/build/testrun/integTest/temp/org.opensearch.ad.rest.HistoricalAnalysisRestApiIT_CC47DC90EA223CBB-007

  2> NOTE: test params are: codec=Asserting(Lucene99): {}, docValues:{}, maxPointsInLeafNode=949, maxMBSortInHeap=7.943392951626922, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=ja, timezone=America/St_Barthelemy

  2> NOTE: Linux 6.1.97-104.177.amzn2023.aarch64 aarch64/Eclipse Adoptium 21.0.1 (64-bit)/cpus=4,threads=1,free=455903768,total=536870912

  2> NOTE: All tests run in this JVM: [DetectionResultEvalutationIT, RuleIT, AnomalyDetectorRestApiIT, DataDependentADRestApiIT, HistoricalAnalysisRestApiIT]

@prudhvigodithi
Copy link
Member

@prudhvigodithi
Copy link
Member

Closing this as the re-trigger build passed https://build.ci.opensearch.org/blue/organizations/jenkins/integ-test/detail/integ-test/8474/pipeline.
Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autocut untriaged v2.16.0 Issues targeting release v2.16.0
Projects
None yet
Development

No branches or pull requests

3 participants