You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The integ tests are failing with below errors on branch 2.x
{"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"Model not ready yet. Please run this first: POST /_plugins/_ml/models/r4oy6owBwxZRcs2gKPsE/_deploy"}],"type":"illegal_argument_exception","reason":"Model not ready yet. Please run this first: POST /_plugins/_ml/models/r4oy6owBwxZRcs2gKPsE/_deploy"},"status":400}
at __randomizedtesting.SeedInfo.seed([BB6A57C95BCB23CB:E1834FA49423DB9A]:0)
at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:376)
at app//org.opensearch.client.RestClient.performRequest(RestClient.java:346)
at app//org.opensearch.client.RestClient.performRequest(RestClient.java:321)
at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.search(BaseNeuralSearchIT.java:396)
at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.search(BaseNeuralSearchIT.java:357)
at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.search(BaseNeuralSearchIT.java:343)
ERROR][o.o.m.a.f.TransportForwardAction] [integTest-0] deploy model failed on all nodes, model id: dCky6owBtde70h6mIEFW
? ? repeated 2 times ?
? ERROR][o.o.m.e.a.DLModel ] [integTest-0] Failed to deploy model dCky6owBtde70h6mIEFW
? ai.djl.engine.EngineException: Failed to load PyTorch native library
? at ai.djl.pytorch.engine.PtEngine.newInstance(PtEngine.java:84) ~[pytorch-engine-0.21.0.jar:?]
? at ai.djl.pytorch.engine.PtEngineProvider.getEngine(PtEngineProvider.java:40) ~[pytorch-engine-0.21.0.jar:?]
? at ai.djl.engine.Engine.getEngine(Engine.java:187) ~[api-0.21.0.jar:?]
? at org.opensearch.ml.engine.algorithms.DLModel.doLoadModel(DLModel.java:185) ~[opensearch-ml-algorithms-2.12.0.0-SNAPSHOT.jar:?]
? at org.opensearch.ml.engine.algorithms.DLModel.lambda$loadModel$1(DLModel.java:280) [opensearch-ml-algorithms-2.12.0.0-SNAPSHOT.jar:?]
? at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) [?:?]
? at org.opensearch.ml.engine.algorithms.DLModel.loadModel(DLModel.java:247) [opensearch-ml-algorithms-2.12.0.0-SNAPSHOT.jar:?]
? at org.opensearch.ml.engine.algorithms.DLModel.initModel(DLModel.java:139) [opensearch-ml-algorithms-2.12.0.0-SNAPSHOT.jar:?]
? at org.opensearch.ml.engine.MLEngine.deploy(MLEngine.java:125) [opensearch-ml-algorithms-2.12.0.0-SNAPSHOT.jar:?]
? at org.opensearch.ml.model.MLModelManager.lambda$deployModel$51(MLModelManager.java:1014) [opensearch-ml-2.12.0.0-SNAPSHOT.jar:2.12.0.0-SNAPSHOT]
? at org.opensearch.core.action.ActionListener$1.onResponse(ActionListener.java:82) [opensearch-core-2.12.0-SNAPSHOT.jar:2.12.0-SNAPSHOT]
? at org.opensearch.ml.model.MLModelManager.lambda$retrieveModelChunks$71(MLModelManager.java:1511) [opensearch-ml-2.12.0.0-SNAPSHOT.jar:2.12.0.0-SNAPSHOT]
? at org.opensearch.core.action.ActionListener$1.onResponse(ActionListener.java:82) [opensearch-core-2.12.0-SNAPSHOT.jar:2.12.0-SNAPSHOT]
? at org.opensearch.action.support.ThreadedActionListener$1.doRun(ThreadedActionListener.java:78) [opensearch-2.12.0-SNAPSHOT.jar:2.12.0-SNAPSHOT]
? at org.opensearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:911) [opensearch-2.12.0-SNAPSHOT.jar:2.12.0-SNAPSHOT]
? at org.opensearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:52) [opensearch-2.12.0-SNAPSHOT.jar:2.12.0-SNAPSHOT]
? at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [?:?]
? at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [?:?]
? at java.base/java.lang.Thread.run(Thread.java:840) [?:?]
How can one reproduce the bug?
When a PR is raised on neural search there are significant chances that gradle check failing due to flaky behavior of tests.
What is the expected behavior?
All checks should passed without having a flaky behavior.
What is your host/environment?
Linux, windows
The text was updated successfully, but these errors were encountered:
What is the bug?
The integ tests are failing with below errors on branch 2.x
For example during one build run
The below mentioned integ tests failed.
The failed job link
The major error:
How can one reproduce the bug?
When a PR is raised on neural search there are significant chances that gradle check failing due to flaky behavior of tests.
What is the expected behavior?
All checks should passed without having a flaky behavior.
What is your host/environment?
Linux, windows
The text was updated successfully, but these errors were encountered: