opensearch-project / neural-search

Plugin that adds dense neural retrieval into the OpenSearch ecosytem
Apache License 2.0
62 stars 65 forks source link

[AUTOCUT] Integration Test failed for neural-search: 2.7.0 deb distribution #158

Closed opensearch-ci-bot closed 1 year ago

opensearch-ci-bot commented 1 year ago

The integration test failed at distribution level for component neural-search
Version: 2.7.0
Distribution: deb
Architecture: arm64
Platform: linux

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

Steps to reproduce: See https://github.com/opensearch-project/opensearch-build/tree/main/src/test_workflow#integration-tests
Access cluster logs:
- With security (if applicable)
- Without security (if applicable)

Note: All in one test report manifest with all the details coming soon. See https://github.com/opensearch-project/opensearch-build/issues/1274

naveentatikonda commented 1 year ago

Tests are failing same like in https://github.com/opensearch-project/neural-search/issues/157 for tar distribution

Suite: Test class org.opensearch.neuralsearch.query.NeuralQueryIT

  2> REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.neuralsearch.query.NeuralQueryIT.testBooleanQuery_withMultipleNeuralQueries" -Dtests.seed=630B5AABBB2B22C -Dtests.security.manager=false -Dtests.locale=en-MT -Dtests.timezone=America/Marigot -Druntime.java=17

  2> org.opensearch.client.ResponseException: method [POST], host [https://localhost:9200/], URI [/test-neural-multi-vector-field-index/_search?size=1], status line [HTTP/1.1 400 Bad Request]

    {"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"model not deployed"}],"type":"illegal_argument_exception","reason":"model not deployed"},"status":400}

        at __randomizedtesting.SeedInfo.seed([630B5AABBB2B22C:7FC8ADD8B1183EF3]:0)

        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)

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

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

        at app//org.opensearch.neuralsearch.common.BaseNeuralSearchIT.search(BaseNeuralSearchIT.java:292)

        at app//org.opensearch.neuralsearch.common.BaseNeuralSearchIT.search(BaseNeuralSearchIT.java:263)

        at app//org.opensearch.neuralsearch.query.NeuralQueryIT.testBooleanQuery_withMultipleNeuralQueries(NeuralQueryIT.java:213)

  2> REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.neuralsearch.query.NeuralQueryIT.testBoostQuery" -Dtests.seed=630B5AABBB2B22C -Dtests.security.manager=false -Dtests.locale=en-MT -Dtests.timezone=America/Marigot -Druntime.java=17

  2> org.opensearch.client.ResponseException: method [POST], host [https://localhost:9200/], URI [/test-neural-basic-index/_search?size=1], status line [HTTP/1.1 400 Bad Request]

    {"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"model not deployed"}],"type":"illegal_argument_exception","reason":"model not deployed"},"status":400}

        at __randomizedtesting.SeedInfo.seed([630B5AABBB2B22C:9F2EA76F3E83E5CB]:0)

        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)

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

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

        at app//org.opensearch.neuralsearch.common.BaseNeuralSearchIT.search(BaseNeuralSearchIT.java:292)

        at app//org.opensearch.neuralsearch.common.BaseNeuralSearchIT.search(BaseNeuralSearchIT.java:263)

        at app//org.opensearch.neuralsearch.query.NeuralQueryIT.testBoostQuery(NeuralQueryIT.java:115)

  2> REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.neuralsearch.query.NeuralQueryIT.testNestedQuery" -Dtests.seed=630B5AABBB2B22C -Dtests.security.manager=false -Dtests.locale=en-MT -Dtests.timezone=America/Marigot -Druntime.java=17

  2> org.opensearch.client.ResponseException: method [POST], host [https://localhost:9200/], URI [/test-neural-nested-index/_search?size=1], status line [HTTP/1.1 400 Bad Request]

    {"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"model not deployed"}],"type":"illegal_argument_exception","reason":"model not deployed"},"status":400}

        at __randomizedtesting.SeedInfo.seed([630B5AABBB2B22C:6648A67D0A803726]:0)

        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)

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

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

        at app//org.opensearch.neuralsearch.common.BaseNeuralSearchIT.search(BaseNeuralSearchIT.java:292)

        at app//org.opensearch.neuralsearch.common.BaseNeuralSearchIT.search(BaseNeuralSearchIT.java:263)

        at app//org.opensearch.neuralsearch.query.NeuralQueryIT.testNestedQuery(NeuralQueryIT.java:301)

  2> REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.neuralsearch.query.NeuralQueryIT.testFilterQuery" -Dtests.seed=630B5AABBB2B22C -Dtests.security.manager=false -Dtests.locale=en-MT -Dtests.timezone=America/Marigot -Druntime.java=17

  2> org.opensearch.client.ResponseException: method [POST], host [https://localhost:9200/], URI [/test-neural-multi-doc-index/_search?size=3], status line [HTTP/1.1 400 Bad Request]

    {"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"model not deployed"}],"type":"illegal_argument_exception","reason":"model not deployed"},"status":400}

        at __randomizedtesting.SeedInfo.seed([630B5AABBB2B22C:E33CD4A768A03AAB]:0)

        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)

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

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

        at app//org.opensearch.neuralsearch.common.BaseNeuralSearchIT.search(BaseNeuralSearchIT.java:292)

        at app//org.opensearch.neuralsearch.common.BaseNeuralSearchIT.search(BaseNeuralSearchIT.java:263)

        at app//org.opensearch.neuralsearch.query.NeuralQueryIT.testFilterQuery(NeuralQueryIT.java:341)

  2> REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.neuralsearch.query.NeuralQueryIT.testRescoreQuery" -Dtests.seed=630B5AABBB2B22C -Dtests.security.manager=false -Dtests.locale=en-MT -Dtests.timezone=America/Marigot -Druntime.java=17

  2> org.opensearch.client.ResponseException: method [POST], host [https://localhost:9200/], URI [/test-neural-basic-index/_search?size=1], status line [HTTP/1.1 400 Bad Request]

    {"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"model not deployed"}],"type":"illegal_argument_exception","reason":"model not deployed"},"status":400}

        at __randomizedtesting.SeedInfo.seed([630B5AABBB2B22C:2D961EF1F183018E]:0)

        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)

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

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

        at app//org.opensearch.neuralsearch.common.BaseNeuralSearchIT.search(BaseNeuralSearchIT.java:292)

        at app//org.opensearch.neuralsearch.query.NeuralQueryIT.testRescoreQuery(NeuralQueryIT.java:156)

  2> REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.neuralsearch.query.NeuralQueryIT.testBooleanQuery_withNeuralAndBM25Queries" -Dtests.seed=630B5AABBB2B22C -Dtests.security.manager=false -Dtests.locale=en-MT -Dtests.timezone=America/Marigot -Druntime.java=17

  2> org.opensearch.client.ResponseException: method [POST], host [https://localhost:9200/], URI [/test-neural-text-and-vector-field-index/_search?size=1], status line [HTTP/1.1 400 Bad Request]

    {"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"model not deployed"}],"type":"illegal_argument_exception","reason":"model not deployed"},"status":400}

        at __randomizedtesting.SeedInfo.seed([630B5AABBB2B22C:7DCE603ECB7F8F08]:0)

        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)

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

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

        at app//org.opensearch.neuralsearch.common.BaseNeuralSearchIT.search(BaseNeuralSearchIT.java:292)

        at app//org.opensearch.neuralsearch.common.BaseNeuralSearchIT.search(BaseNeuralSearchIT.java:263)

        at app//org.opensearch.neuralsearch.query.NeuralQueryIT.testBooleanQuery_withNeuralAndBM25Queries(NeuralQueryIT.java:262)

  2> NOTE: leaving temporary files on disk at: /tmp/tmp22el8q54/neural-search/build/testrun/integTest/temp/org.opensearch.neuralsearch.query.NeuralQueryIT_630B5AABBB2B22C-001

  2> NOTE: test params are: codec=Asserting(Lucene95): {}, docValues:{}, maxPointsInLeafNode=899, maxMBSortInHeap=7.369307379869928, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=en-MT, timezone=America/Marigot

  2> NOTE: Linux 5.10.176-157.645.amzn2.aarch64 aarch64/Eclipse Adoptium 17.0.3 (64-bit)/cpus=16,threads=1,free=495067136,total=536870912

  2> NOTE: All tests run in this JVM: [NeuralSearchIT, ValidateDependentPluginInstallationIT, TextEmbeddingProcessorIT, NeuralQueryIT]

12 tests completed, 6 failed
VijayanB commented 1 year ago

Fix is merged