openvinotoolkit/openvino_contrib

Java tests failed on Linux

ilya-lavrenov opened this issue · 1 comments

See https://dev.azure.com/openvinoci/dldt/_build/results?buildId=663915&view=logs&j=0609cd82-f9f7-5e70-371c-89fca78031ab&t=73ab56eb-fe05-59b6-aeb0-ce6e8e3090a3

2023-10-19T14:27:01.5782012Z ##[debug]Evaluating condition for step: 'Java tests'
2023-10-19T14:27:01.5782893Z ##[debug]Evaluating: SucceededNode()
2023-10-19T14:27:01.5783252Z ##[debug]Evaluating SucceededNode:
2023-10-19T14:27:01.5783754Z ##[debug]=> True
2023-10-19T14:27:01.5784034Z ##[debug]Result: True
2023-10-19T14:27:01.5784330Z ##[section]Starting: Java tests
2023-10-19T14:27:01.5788437Z ==============================================================================
2023-10-19T14:27:01.5788751Z Task         : Command line
2023-10-19T14:27:01.5788881Z Description  : Run a command line script using Bash on Linux and macOS and cmd.exe on Windows
2023-10-19T14:27:01.5789349Z Version      : 2.229.0
2023-10-19T14:27:01.5789458Z Author       : Microsoft Corporation
2023-10-19T14:27:01.5789632Z Help         : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/command-line
2023-10-19T14:27:01.5790078Z ==============================================================================
2023-10-19T14:27:02.7088616Z ##[debug]Using node path: /agent/externals/node16/bin/node
2023-10-19T14:27:02.7844072Z ##[debug]agent.TempDirectory=/agent/_work/_temp
2023-10-19T14:27:02.7854361Z ##[debug]loading inputs and endpoints
2023-10-19T14:27:02.7855552Z ##[debug]loading INPUT_SCRIPT
2023-10-19T14:27:02.7863990Z ##[debug]loading INPUT_WORKINGDIRECTORY
2023-10-19T14:27:02.7865257Z ##[debug]loading INPUT_FAILONSTDERR
2023-10-19T14:27:02.7867627Z ##[debug]loading ENDPOINT_AUTH_SYSTEMVSSCONNECTION
2023-10-19T14:27:02.7868871Z ##[debug]loading ENDPOINT_AUTH_SCHEME_SYSTEMVSSCONNECTION
2023-10-19T14:27:02.7870200Z ##[debug]loading ENDPOINT_AUTH_PARAMETER_SYSTEMVSSCONNECTION_ACCESSTOKEN
2023-10-19T14:27:02.7873737Z ##[debug]loading SECRET_SYSTEM_ACCESSTOKEN
2023-10-19T14:27:02.7875873Z ##[debug]loaded 7
2023-10-19T14:27:02.7879196Z ##[debug]Agent.ProxyUrl=undefined
2023-10-19T14:27:02.7880158Z ##[debug]Agent.CAInfo=undefined
2023-10-19T14:27:02.7880972Z ##[debug]Agent.ClientCert=undefined
2023-10-19T14:27:02.7881690Z ##[debug]Agent.SkipCertValidation=undefined
2023-10-19T14:27:02.7943949Z ##[debug]check path : /agent/_work/_tasks/CmdLine_d9bafed4-0b18-4f58-968d-86655b4d2ce9/2.229.0/task.json
2023-10-19T14:27:02.7945821Z ##[debug]adding resource file: /agent/_work/_tasks/CmdLine_d9bafed4-0b18-4f58-968d-86655b4d2ce9/2.229.0/task.json
2023-10-19T14:27:02.7946711Z ##[debug]system.culture=en-US
2023-10-19T14:27:02.7955807Z ##[debug]failOnStderr=false
2023-10-19T14:27:02.7958757Z ##[debug]script=set -e
export PATH=/agent/_work/1/_w/gradle-7.1.1/bin:${PATH}
. /agent/_work/1/_w/install_pkg/setupvars.sh gradle clean build --info
for d in CPU HETERO:CPU; do
  gradle test -Prun_tests -DMODELS_PATH=/agent/_work/1/openvino_contrib/../testdata -Ddevice=$d --info;
done
2023-10-19T14:27:02.7961297Z ##[debug]workingDirectory=/agent/_work/1/openvino_contrib/modules/java_api
2023-10-19T14:27:02.7962075Z ##[debug]check path : /agent/_work/1/openvino_contrib/modules/java_api
2023-10-19T14:27:02.7970080Z Generating script.
2023-10-19T14:27:02.7972048Z ##[debug]Agent.Version=3.227.2
2023-10-19T14:27:02.7972957Z ##[debug]agent.tempDirectory=/agent/_work/_temp
2023-10-19T14:27:02.7974049Z ##[debug]check path : /agent/_work/_temp
2023-10-19T14:27:02.7977156Z ========================== Starting Command Output ===========================
2023-10-19T14:27:02.7978527Z ##[debug]which 'bash'
2023-10-19T14:27:02.7984553Z ##[debug]found: '/usr/bin/bash'
2023-10-19T14:27:02.7985503Z ##[debug]which '/usr/bin/bash'
2023-10-19T14:27:02.7986396Z ##[debug]found: '/usr/bin/bash'
2023-10-19T14:27:02.7987353Z ##[debug]/usr/bin/bash arg: --noprofile
2023-10-19T14:27:02.7988404Z ##[debug]/usr/bin/bash arg: --norc
2023-10-19T14:27:02.7989082Z ##[debug]/usr/bin/bash arg: /agent/_work/_temp/ec743c92-a0d9-4c05-8b85-10c95f54378c.sh
2023-10-19T14:27:02.7990432Z ##[debug]exec tool: /usr/bin/bash
2023-10-19T14:27:02.7991376Z ##[debug]arguments:
2023-10-19T14:27:02.7991790Z ##[debug]   --noprofile
2023-10-19T14:27:02.7992209Z ##[debug]   --norc
2023-10-19T14:27:02.7992703Z ##[debug]   /agent/_work/_temp/ec743c92-a0d9-4c05-8b85-10c95f54378c.sh
2023-10-19T14:27:02.7993980Z [command]/usr/bin/bash --noprofile --norc /agent/_work/_temp/ec743c92-a0d9-4c05-8b85-10c95f54378c.sh
2023-10-19T14:27:02.8951820Z [setupvars.sh] OpenVINO environment initialized
2023-10-19T14:27:03.2210445Z Initialized native services in: /home/AzDevOps/.gradle/native
2023-10-19T14:27:03.3368838Z 
2023-10-19T14:27:03.3376554Z Welcome to Gradle 7.1.1!
2023-10-19T14:27:03.3377277Z 
2023-10-19T14:27:03.3379100Z Here are the highlights of this release:
2023-10-19T14:27:03.3386017Z  - Faster incremental Java compilation
2023-10-19T14:27:03.3386804Z  - Easier source set configuration in the Kotlin DSL
2023-10-19T14:27:03.3387260Z 
2023-10-19T14:27:03.3387800Z For more details see https://docs.gradle.org/7.1.1/release-notes.html
2023-10-19T14:27:03.3388146Z 
2023-10-19T14:27:03.4319225Z Removing 0 daemon stop events from registry
2023-10-19T14:27:03.4320027Z Starting a Gradle Daemon (subsequent builds will be faster)
2023-10-19T14:27:03.4331300Z Starting process 'Gradle build daemon'. Working directory: /home/AzDevOps/.gradle/daemon/7.1.1 Command: /usr/lib/jvm/java-11-openjdk-amd64/bin/java --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.lang.invoke=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.prefs/java.util.prefs=ALL-UNNAMED --add-opens java.prefs/java.util.prefs=ALL-UNNAMED --add-opens java.base/java.nio.charset=ALL-UNNAMED --add-opens java.base/java.net=ALL-UNNAMED --add-opens java.base/java.util.concurrent.atomic=ALL-UNNAMED -XX:MaxMetaspaceSize=256m -XX:+HeapDumpOnOutOfMemoryError -Xms256m -Xmx512m -Dfile.encoding=UTF-8 -Duser.country -Duser.language=en -Duser.variant -cp /agent/_work/1/_w/gradle-7.1.1/lib/gradle-launcher-7.1.1.jar org.gradle.launcher.daemon.bootstrap.GradleDaemon 7.1.1
2023-10-19T14:27:03.5317078Z Successfully started process 'Gradle build daemon'
2023-10-19T14:27:04.1315807Z An attempt to start the daemon took 0.701 secs.
2023-10-19T14:27:04.2318210Z The client will now receive all logging from the daemon (pid: 33821). The daemon log file: /home/AzDevOps/.gradle/daemon/7.1.1/daemon-33821.out.log
2023-10-19T14:27:04.2319205Z Starting build in new daemon [memory: 512 MiB]
2023-10-19T14:27:04.3317232Z Using 16 worker leases.
2023-10-19T14:27:04.7318935Z Watching the file system is enabled if available
2023-10-19T14:27:04.7319840Z Now considering [/agent/_work/1/openvino_contrib/modules/java_api] as hierarchies to watch
2023-10-19T14:27:05.3316280Z Starting Build
2023-10-19T14:27:05.3317768Z Compiling settings file '/agent/_work/1/openvino_contrib/modules/java_api/settings.gradle' using SubsetScriptTransformer.
2023-10-19T14:27:05.6318426Z Compiling settings file '/agent/_work/1/openvino_contrib/modules/java_api/settings.gradle' using BuildScriptTransformer.
2023-10-19T14:27:05.9318044Z Settings evaluated using settings file '/agent/_work/1/openvino_contrib/modules/java_api/settings.gradle'.
2023-10-19T14:27:06.0317674Z Projects loaded. Root project using build file '/agent/_work/1/openvino_contrib/modules/java_api/build.gradle'.
2023-10-19T14:27:06.0318830Z Included projects: [root project 'openvino']
2023-10-19T14:27:06.9316402Z 
2023-10-19T14:27:06.9323519Z > Configure project :
2023-10-19T14:27:06.9324886Z Evaluating root project 'openvino' using build file '/agent/_work/1/openvino_contrib/modules/java_api/build.gradle'.
2023-10-19T14:27:06.9326111Z Compiling build file '/agent/_work/1/openvino_contrib/modules/java_api/build.gradle' using SubsetScriptTransformer.
2023-10-19T14:27:06.9327308Z Compiling build file '/agent/_work/1/openvino_contrib/modules/java_api/build.gradle' using BuildScriptTransformer.
2023-10-19T14:27:06.9328111Z Operating system: Linux 5.15.0-1045-azure amd64
2023-10-19T14:27:06.9328454Z CPU architecture: amd64
2023-10-19T14:27:06.9328700Z All projects evaluated.
2023-10-19T14:27:06.9329001Z Selected primary task 'test' from project :
2023-10-19T14:27:07.1317458Z Tasks to be executed: [task ':compileJava', task ':processResources', task ':classes', task ':compileTestJava', task ':processTestResources', task ':testClasses', task ':test']
2023-10-19T14:27:07.1318909Z Tasks that were excluded: []
2023-10-19T14:27:07.1319428Z :compileJava (Thread[Execution worker for ':' Thread 2,5,main]) started.
2023-10-19T14:27:07.9315984Z 
2023-10-19T14:27:07.9317197Z > Task :compileJava
2023-10-19T14:27:07.9317716Z Watching 1 directories to track changes
2023-10-19T14:27:07.9318355Z Watching 1 directories to track changes
2023-10-19T14:27:07.9318685Z Watching 1 directories to track changes
2023-10-19T14:27:07.9318993Z Watching 1 directories to track changes
2023-10-19T14:27:07.9319298Z Watching 7 directories to track changes
2023-10-19T14:27:07.9319926Z Caching disabled for task ':compileJava' because:
2023-10-19T14:27:07.9320610Z   Build cache is disabled
2023-10-19T14:27:07.9320954Z Task ':compileJava' is not up-to-date because:
2023-10-19T14:27:07.9321351Z   No history is available.
2023-10-19T14:27:07.9321639Z Watching 7 directories to track changes
2023-10-19T14:27:07.9322038Z Watching 7 directories to track changes
2023-10-19T14:27:07.9322412Z Watching 7 directories to track changes
2023-10-19T14:27:07.9322718Z Watching 6 directories to track changes
2023-10-19T14:27:07.9323521Z The input changes require a full rebuild for incremental task ':compileJava'.
2023-10-19T14:27:07.9324763Z Full recompilation is required because no incremental change information is available. This is usually caused by clean builds or changing compiler arguments.
2023-10-19T14:27:07.9325881Z Compiling with toolchain '/usr/lib/jvm/java-11-openjdk-amd64'.
2023-10-19T14:27:07.9326300Z Compiling with JDK Java compiler API.
2023-10-19T14:27:07.9326656Z Note: Some input files use or override a deprecated API.
2023-10-19T14:27:07.9327173Z Note: Recompile with -Xlint:deprecation for details.
2023-10-19T14:27:07.9327674Z Class dependency analysis for incremental compilation took 0.043 secs.
2023-10-19T14:27:07.9328263Z Created classpath snapshot for incremental compilation in 0.004 secs.
2023-10-19T14:27:07.9328728Z Watching 12 directories to track changes
2023-10-19T14:27:07.9329055Z Watching 14 directories to track changes
2023-10-19T14:27:07.9329370Z Watching 16 directories to track changes
2023-10-19T14:27:07.9329683Z Watching 17 directories to track changes
2023-10-19T14:27:07.9330323Z :compileJava (Thread[Execution worker for ':' Thread 2,5,main]) completed. Took 0.813 secs.
2023-10-19T14:27:07.9331149Z :processResources (Thread[Execution worker for ':' Thread 2,5,main]) started.
2023-10-19T14:27:08.9316175Z 
2023-10-19T14:27:08.9316795Z > Task :processResources
2023-10-19T14:27:08.9317297Z Watching 18 directories to track changes
2023-10-19T14:27:08.9317969Z Watching 19 directories to track changes
2023-10-19T14:27:08.9318874Z Caching disabled for task ':processResources' because:
2023-10-19T14:27:08.9319250Z   Build cache is disabled
2023-10-19T14:27:08.9319601Z Task ':processResources' is not up-to-date because:
2023-10-19T14:27:08.9319966Z   No history is available.
2023-10-19T14:27:08.9320226Z Watching 18 directories to track changes
2023-10-19T14:27:08.9320543Z Watching 21 directories to track changes
2023-10-19T14:27:08.9321238Z :processResources (Thread[Execution worker for ':' Thread 2,5,main]) completed. Took 1.002 secs.
2023-10-19T14:27:08.9322037Z :classes (Thread[Execution worker for ':' Thread 2,5,main]) started.
2023-10-19T14:27:08.9322376Z 
2023-10-19T14:27:08.9322544Z > Task :classes
2023-10-19T14:27:08.9322839Z Skipping task ':classes' as it has no actions.
2023-10-19T14:27:08.9323473Z :classes (Thread[Execution worker for ':' Thread 2,5,main]) completed. Took 0.0 secs.
2023-10-19T14:27:08.9324269Z :compileTestJava (Thread[Execution worker for ':' Thread 2,5,main]) started.
2023-10-19T14:27:10.1315955Z 
2023-10-19T14:27:10.1316843Z > Task :compileTestJava
2023-10-19T14:27:10.1317392Z Watching 21 directories to track changes
2023-10-19T14:27:10.1318030Z Watching 21 directories to track changes
2023-10-19T14:27:10.1318398Z Watching 21 directories to track changes
2023-10-19T14:27:10.1319340Z Watching 22 directories to track changes
2023-10-19T14:27:10.1321771Z Downloading https://repo.maven.apache.org/maven2/junit/junit/4.13.1/junit-4.13.1.pom to /home/AzDevOps/.gradle/.tmp/gradle_download9140977079508706358bin
2023-10-19T14:27:10.1324307Z Downloading https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom to /home/AzDevOps/.gradle/.tmp/gradle_download17595054052949802769bin
2023-10-19T14:27:10.1328415Z Downloading https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom to /home/AzDevOps/.gradle/.tmp/gradle_download1624102531186996921bin
2023-10-19T14:27:10.1331858Z Downloading https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar to /home/AzDevOps/.gradle/.tmp/gradle_download13665508293925648153bin
2023-10-19T14:27:10.1334456Z Downloading https://repo.maven.apache.org/maven2/junit/junit/4.13.1/junit-4.13.1.jar to /home/AzDevOps/.gradle/.tmp/gradle_download8802392519454720507bin
2023-10-19T14:27:10.1335660Z Watching 28 directories to track changes
2023-10-19T14:27:10.1336224Z Caching disabled for task ':compileTestJava' because:
2023-10-19T14:27:10.1336690Z   Build cache is disabled
2023-10-19T14:27:10.1337225Z Task ':compileTestJava' is not up-to-date because:
2023-10-19T14:27:10.1337669Z   No history is available.
2023-10-19T14:27:10.1337983Z Watching 28 directories to track changes
2023-10-19T14:27:10.1338379Z Watching 28 directories to track changes
2023-10-19T14:27:10.1338770Z Watching 28 directories to track changes
2023-10-19T14:27:10.1339161Z Watching 27 directories to track changes
2023-10-19T14:27:10.1339905Z The input changes require a full rebuild for incremental task ':compileTestJava'.
2023-10-19T14:27:10.1341310Z Full recompilation is required because no incremental change information is available. This is usually caused by clean builds or changing compiler arguments.
2023-10-19T14:27:10.1342697Z Compiling with toolchain '/usr/lib/jvm/java-11-openjdk-amd64'.
2023-10-19T14:27:10.1343232Z Compiling with JDK Java compiler API.
2023-10-19T14:27:10.1343760Z Class dependency analysis for incremental compilation took 0.012 secs.
2023-10-19T14:27:10.1344498Z Created classpath snapshot for incremental compilation in 0.135 secs.
2023-10-19T14:27:10.1345073Z Watching 32 directories to track changes
2023-10-19T14:27:10.1345459Z Watching 33 directories to track changes
2023-10-19T14:27:10.1345846Z Watching 34 directories to track changes
2023-10-19T14:27:10.1346236Z Watching 35 directories to track changes
2023-10-19T14:27:10.1347093Z :compileTestJava (Thread[Execution worker for ':' Thread 2,5,main]) completed. Took 1.145 secs.
2023-10-19T14:27:10.1348197Z :processTestResources (Thread[Execution worker for ':' Thread 2,5,main]) started.
2023-10-19T14:27:10.1348727Z 
2023-10-19T14:27:10.1349021Z > Task :processTestResources NO-SOURCE
2023-10-19T14:27:10.1349862Z file or directory '/agent/_work/1/openvino_contrib/modules/java_api/src/test/resources', not found
2023-10-19T14:27:10.1351419Z Skipping task ':processTestResources' as it has no source files and no previous output files.
2023-10-19T14:27:10.1352643Z :processTestResources (Thread[Execution worker for ':' Thread 2,5,main]) completed. Took 0.003 secs.
2023-10-19T14:27:10.1354538Z :testClasses (Thread[Execution worker for ':' Thread 2,5,main]) started.
2023-10-19T14:27:10.1355005Z 
2023-10-19T14:27:10.1355229Z > Task :testClasses
2023-10-19T14:27:10.1355649Z Skipping task ':testClasses' as it has no actions.
2023-10-19T14:27:10.1356525Z :testClasses (Thread[Execution worker for ':' Thread 2,5,main]) completed. Took 0.0 secs.
2023-10-19T14:27:10.1357475Z :test (Thread[Execution worker for ':' Thread 2,5,main]) started.
2023-10-19T14:27:10.5317205Z Gradle Test Executor 1 started executing tests.
2023-10-19T14:27:10.8316975Z Gradle Test Executor 1 finished executing tests.
2023-10-19T14:27:11.0315884Z 
2023-10-19T14:27:11.0316705Z > Task :test FAILED
2023-10-19T14:27:11.0317206Z Watching 36 directories to track changes
2023-10-19T14:27:11.0318203Z Watching 36 directories to track changes
2023-10-19T14:27:11.0318786Z Watching 36 directories to track changes
2023-10-19T14:27:11.0319383Z Watching 36 directories to track changes
2023-10-19T14:27:11.0320344Z Caching disabled for task ':test' because:
2023-10-19T14:27:11.0320957Z   Build cache is disabled
2023-10-19T14:27:11.0321532Z Task ':test' is not up-to-date because:
2023-10-19T14:27:11.0322086Z   No history is available.
2023-10-19T14:27:11.0322553Z Watching 36 directories to track changes
2023-10-19T14:27:11.0323147Z Watching 35 directories to track changes
2023-10-19T14:27:11.0330712Z Starting process 'Gradle Test Executor 1'. Working directory: /agent/_work/1/openvino_contrib/modules/java_api Command: /usr/lib/jvm/java-11-openjdk-amd64/bin/java -DMODELS_PATH=/agent/_work/1/openvino_contrib/../testdata -Ddevice=CPU -Dorg.gradle.internal.worker.tmpdir=/agent/_work/1/openvino_contrib/modules/java_api/build/tmp/test/work -Dorg.gradle.native=false @/home/AzDevOps/.gradle/.tmp/gradle-worker-classpath15719783136103370422txt -Xmx512m -Dfile.encoding=UTF-8 -Duser.country -Duser.language=en -Duser.variant -ea worker.org.gradle.process.internal.worker.GradleWorkerMain 'Gradle Test Executor 1'
2023-10-19T14:27:11.0337544Z Successfully started process 'Gradle Test Executor 1'
2023-10-19T14:27:11.0338033Z 
2023-10-19T14:27:11.0338358Z org.intel.openvino.TestsSuite STANDARD_OUT
2023-10-19T14:27:11.0339554Z     FileNotFoundException: /agent/_work/1/openvino_contrib/modules/java_api/build/classes/java/test (Is a directory)
2023-10-19T14:27:11.0340601Z 
2023-10-19T14:27:11.0341172Z org.intel.openvino.PrePostProcessorTests > testWrongLayout SKIPPED
2023-10-19T14:27:11.0341903Z 
2023-10-19T14:27:11.0342548Z org.intel.openvino.PrePostProcessorTests > testWrongElementType STANDARD_ERROR
2023-10-19T14:27:11.0343716Z     Oct 19, 2023 2:27:10 PM org.intel.openvino.NativeLibrary loadNativeLibs
2023-10-19T14:27:11.0345725Z     WARNING: Failed to load library null: java.lang.UnsatisfiedLinkError: Can't load library: /tmp/openvino-native407646064206321893/libtbb.so.2
2023-10-19T14:27:11.0347318Z     Oct 19, 2023 2:27:10 PM org.intel.openvino.NativeLibrary loadNativeLibs
2023-10-19T14:27:11.0349385Z     WARNING: Failed to load library null: java.lang.UnsatisfiedLinkError: Can't load library: /tmp/openvino-native407646064206321893/libtbbmalloc.so.2
2023-10-19T14:27:11.0351404Z     Oct 19, 2023 2:27:10 PM org.intel.openvino.NativeLibrary loadNativeLibs
2023-10-19T14:27:11.0353483Z     WARNING: Failed to load library null: java.lang.UnsatisfiedLinkError: Can't load library: /tmp/openvino-native407646064206321893/libinference_engine_java_api.so
2023-10-19T14:27:11.0354861Z 
2023-10-19T14:27:11.0355477Z org.intel.openvino.PrePostProcessorTests > testWrongElementType STANDARD_OUT
2023-10-19T14:27:11.0356984Z     testWrongElementType(org.intel.openvino.PrePostProcessorTests)- [CPU] - FAILED
2023-10-19T14:27:11.0357731Z 
2023-10-19T14:27:11.0358274Z org.intel.openvino.PrePostProcessorTests > testWrongElementType FAILED
2023-10-19T14:27:11.0359474Z     java.lang.UnsatisfiedLinkError: 'long org.intel.openvino.Core.GetCore()'
2023-10-19T14:27:11.0360488Z         at org.intel.openvino.Core.GetCore(Native Method)
2023-10-19T14:27:11.0361276Z         at org.intel.openvino.Core.<init>(Core.java:21)
2023-10-19T14:27:11.0362396Z         at org.intel.openvino.PrePostProcessorTests.setUp(PrePostProcessorTests.java:17)
2023-10-19T14:27:11.0363233Z 
2023-10-19T14:27:11.0363718Z org.intel.openvino.ModelTests > testOutputName STANDARD_OUT
2023-10-19T14:27:11.0364834Z     testOutputName(org.intel.openvino.ModelTests)- [CPU] - FAILED
2023-10-19T14:27:11.0365423Z 
2023-10-19T14:27:11.0365830Z org.intel.openvino.ModelTests > testOutputName FAILED
2023-10-19T14:27:11.0366957Z     java.lang.UnsatisfiedLinkError: 'long org.intel.openvino.Core.GetCore()'
2023-10-19T14:27:11.0367968Z         at org.intel.openvino.Core.GetCore(Native Method)
2023-10-19T14:27:11.0368692Z         at org.intel.openvino.Core.<init>(Core.java:21)
2023-10-19T14:27:11.0369734Z         at org.intel.openvino.ModelTests.setUp(ModelTests.java:17)
2023-10-19T14:27:11.0370295Z 
2023-10-19T14:27:11.0370730Z org.intel.openvino.ModelTests > testGetShape STANDARD_OUT
2023-10-19T14:27:11.0371776Z     testGetShape(org.intel.openvino.ModelTests)- [CPU] - FAILED
2023-10-19T14:27:11.0372326Z 
2023-10-19T14:27:11.0372714Z org.intel.openvino.ModelTests > testGetShape FAILED
2023-10-19T14:27:11.0374041Z     java.lang.UnsatisfiedLinkError: 'long org.intel.openvino.Core.GetCore()'
2023-10-19T14:27:11.0375009Z         at org.intel.openvino.Core.GetCore(Native Method)
2023-10-19T14:27:11.0375759Z         at org.intel.openvino.Core.<init>(Core.java:21)
2023-10-19T14:27:11.0376598Z         at org.intel.openvino.ModelTests.setUp(ModelTests.java:17)
2023-10-19T14:27:11.0377391Z 
2023-10-19T14:27:11.0377855Z org.intel.openvino.ModelTests > testOutputsName STANDARD_OUT
2023-10-19T14:27:11.0378980Z     testOutputsName(org.intel.openvino.ModelTests)- [CPU] - FAILED
2023-10-19T14:27:11.0379581Z 
2023-10-19T14:27:11.0380018Z org.intel.openvino.ModelTests > testOutputsName FAILED
2023-10-19T14:27:11.0381148Z     java.lang.UnsatisfiedLinkError: 'long org.intel.openvino.Core.GetCore()'
2023-10-19T14:27:11.0382120Z         at org.intel.openvino.Core.GetCore(Native Method)
2023-10-19T14:27:11.0382896Z         at org.intel.openvino.Core.<init>(Core.java:21)
2023-10-19T14:27:11.0383702Z         at org.intel.openvino.ModelTests.setUp(ModelTests.java:17)
2023-10-19T14:27:11.0384267Z 
2023-10-19T14:27:11.0384706Z org.intel.openvino.ModelTests > testReshape STANDARD_OUT
2023-10-19T14:27:11.0385713Z     testReshape(org.intel.openvino.ModelTests)- [CPU] - FAILED
2023-10-19T14:27:11.0386214Z 
2023-10-19T14:27:11.0386550Z org.intel.openvino.ModelTests > testReshape FAILED
2023-10-19T14:27:11.0387603Z     java.lang.UnsatisfiedLinkError: 'long org.intel.openvino.Core.GetCore()'
2023-10-19T14:27:11.0389559Z         at org.intel.openvino.Core.GetCore(Native Method)
2023-10-19T14:27:11.0390460Z         at org.intel.openvino.Core.<init>(Core.java:21)
2023-10-19T14:27:11.0391268Z         at org.intel.openvino.ModelTests.setUp(ModelTests.java:17)
2023-10-19T14:27:11.0391803Z 
2023-10-19T14:27:11.0392278Z org.intel.openvino.ModelTests > testStartWaitAsync STANDARD_OUT
2023-10-19T14:27:11.0393440Z     testStartWaitAsync(org.intel.openvino.ModelTests)- [CPU] - FAILED
2023-10-19T14:27:11.0394035Z 
2023-10-19T14:27:11.0394439Z org.intel.openvino.ModelTests > testStartWaitAsync FAILED
2023-10-19T14:27:11.0395472Z     java.lang.UnsatisfiedLinkError: 'long org.intel.openvino.Core.GetCore()'
2023-10-19T14:27:11.0396382Z         at org.intel.openvino.Core.GetCore(Native Method)
2023-10-19T14:27:11.0397080Z         at org.intel.openvino.Core.<init>(Core.java:21)
2023-10-19T14:27:11.0397904Z         at org.intel.openvino.ModelTests.setUp(ModelTests.java:17)
2023-10-19T14:27:11.0398527Z 
2023-10-19T14:27:11.0398935Z org.intel.openvino.CoreTests > testReadModel FAILED
2023-10-19T14:27:11.0400030Z     java.lang.UnsatisfiedLinkError: 'long org.intel.openvino.Core.GetCore()'
2023-10-19T14:27:11.0400979Z         at org.intel.openvino.Core.GetCore(Native Method)
2023-10-19T14:27:11.0401698Z         at org.intel.openvino.Core.<init>(Core.java:21)
2023-10-19T14:27:11.0402486Z         at org.intel.openvino.CoreTests.<init>(CoreTests.java:11)
2023-10-19T14:27:11.0403014Z 
2023-10-19T14:27:11.0403375Z org.intel.openvino.CoreTests > testProperty FAILED
2023-10-19T14:27:11.0404376Z     java.lang.UnsatisfiedLinkError: 'long org.intel.openvino.Core.GetCore()'
2023-10-19T14:27:11.0405275Z         at org.intel.openvino.Core.GetCore(Native Method)
2023-10-19T14:27:11.0405971Z         at org.intel.openvino.Core.<init>(Core.java:21)
2023-10-19T14:27:11.0406871Z         at org.intel.openvino.CoreTests.<init>(CoreTests.java:11)
2023-10-19T14:27:11.0407428Z 
2023-10-19T14:27:11.0407838Z org.intel.openvino.CoreTests > testLoadNetwork FAILED
2023-10-19T14:27:11.0408905Z     java.lang.UnsatisfiedLinkError: 'long org.intel.openvino.Core.GetCore()'
2023-10-19T14:27:11.0409756Z         at org.intel.openvino.Core.GetCore(Native Method)
2023-10-19T14:27:11.0410798Z         at org.intel.openvino.Core.<init>(Core.java:21)
2023-10-19T14:27:11.0411674Z         at org.intel.openvino.CoreTests.<init>(CoreTests.java:11)
2023-10-19T14:27:11.0412236Z 
2023-10-19T14:27:11.0412693Z org.intel.openvino.CoreTests > testReadNetworkOnnx FAILED
2023-10-19T14:27:11.0413897Z     java.lang.UnsatisfiedLinkError: 'long org.intel.openvino.Core.GetCore()'
2023-10-19T14:27:11.0414904Z         at org.intel.openvino.Core.GetCore(Native Method)
2023-10-19T14:27:11.0415678Z         at org.intel.openvino.Core.<init>(Core.java:21)
2023-10-19T14:27:11.0416537Z         at org.intel.openvino.CoreTests.<init>(CoreTests.java:11)
2023-10-19T14:27:11.0417045Z 
2023-10-19T14:27:11.0417684Z org.intel.openvino.CoreTests > testReadNetworkXmlOnly FAILED
2023-10-19T14:27:11.0418828Z     java.lang.UnsatisfiedLinkError: 'long org.intel.openvino.Core.GetCore()'
2023-10-19T14:27:11.0419763Z         at org.intel.openvino.Core.GetCore(Native Method)
2023-10-19T14:27:11.0420502Z         at org.intel.openvino.Core.<init>(Core.java:21)
2023-10-19T14:27:11.0421368Z         at org.intel.openvino.CoreTests.<init>(CoreTests.java:11)
2023-10-19T14:27:11.0421927Z 
2023-10-19T14:27:11.0422475Z org.intel.openvino.CoreTests > testReadModelIncorrectBinPath FAILED
2023-10-19T14:27:11.0423755Z     java.lang.UnsatisfiedLinkError: 'long org.intel.openvino.Core.GetCore()'
2023-10-19T14:27:11.0424723Z         at org.intel.openvino.Core.GetCore(Native Method)
2023-10-19T14:27:11.0425472Z         at org.intel.openvino.Core.<init>(Core.java:21)
2023-10-19T14:27:11.0426302Z         at org.intel.openvino.CoreTests.<init>(CoreTests.java:11)
2023-10-19T14:27:11.0426839Z 
2023-10-19T14:27:11.0427373Z org.intel.openvino.TensorTests > testGetTensorFromFloat STANDARD_OUT
2023-10-19T14:27:11.0428691Z     testGetTensorFromFloat(org.intel.openvino.TensorTests)- [CPU] - FAILED
2023-10-19T14:27:11.0429781Z 
2023-10-19T14:27:11.0430584Z org.intel.openvino.TensorTests > testGetTensorFromFloat FAILED
2023-10-19T14:27:11.0432056Z     java.lang.UnsatisfiedLinkError: 'long org.intel.openvino.Tensor.TensorFloat(int[], float[])'
2023-10-19T14:27:11.0433228Z         at org.intel.openvino.Tensor.TensorFloat(Native Method)
2023-10-19T14:27:11.0434067Z         at org.intel.openvino.Tensor.<init>(Tensor.java:22)
2023-10-19T14:27:11.0435134Z         at org.intel.openvino.TensorTests.testGetTensorFromFloat(TensorTests.java:13)
2023-10-19T14:27:11.0435966Z 
2023-10-19T14:27:11.0436460Z org.intel.openvino.compatibility.DataTests > testGetDims FAILED
2023-10-19T14:27:11.0437904Z     java.lang.UnsatisfiedLinkError: 'long org.intel.openvino.compatibility.IECore.GetCore()'
2023-10-19T14:27:11.0439200Z         at org.intel.openvino.compatibility.IECore.GetCore(Native Method)
2023-10-19T14:27:11.0440379Z         at org.intel.openvino.compatibility.IECore.<init>(IECore.java:14)
2023-10-19T14:27:11.0441541Z         at org.intel.openvino.compatibility.DataTests.<init>(DataTests.java:11)
2023-10-19T14:27:11.0442293Z 
2023-10-19T14:27:11.0442801Z org.intel.openvino.compatibility.DataTests > testLayout FAILED
2023-10-19T14:27:11.0444224Z     java.lang.UnsatisfiedLinkError: 'long org.intel.openvino.compatibility.IECore.GetCore()'
2023-10-19T14:27:11.0445313Z         at org.intel.openvino.compatibility.IECore.GetCore(Native Method)
2023-10-19T14:27:11.0446010Z         at org.intel.openvino.compatibility.IECore.<init>(IECore.java:14)
2023-10-19T14:27:11.0446800Z         at org.intel.openvino.compatibility.DataTests.<init>(DataTests.java:11)
2023-10-19T14:27:11.0447522Z 
2023-10-19T14:27:11.0448113Z org.intel.openvino.compatibility.CNNNetworkTests > testInputName FAILED
2023-10-19T14:27:11.0449634Z     java.lang.UnsatisfiedLinkError: 'long org.intel.openvino.compatibility.IECore.GetCore()'
2023-10-19T14:27:11.0450881Z         at org.intel.openvino.compatibility.IECore.GetCore(Native Method)
2023-10-19T14:27:11.0452769Z         at org.intel.openvino.compatibility.IECore.<init>(IECore.java:14)
2023-10-19T14:27:11.0454138Z         at org.intel.openvino.compatibility.CNNNetworkTests.<init>(CNNNetworkTests.java:12)
2023-10-19T14:27:11.0455216Z 
2023-10-19T14:27:11.0455839Z org.intel.openvino.compatibility.CNNNetworkTests > testAddOutput FAILED
2023-10-19T14:27:11.0457349Z     java.lang.UnsatisfiedLinkError: 'long org.intel.openvino.compatibility.IECore.GetCore()'
2023-10-19T14:27:11.0458546Z         at org.intel.openvino.compatibility.IECore.GetCore(Native Method)
2023-10-19T14:27:11.0459651Z         at org.intel.openvino.compatibility.IECore.<init>(IECore.java:14)
2023-10-19T14:27:11.0460933Z         at org.intel.openvino.compatibility.CNNNetworkTests.<init>(CNNNetworkTests.java:12)
2023-10-19T14:27:11.0461769Z 
2023-10-19T14:27:11.0462343Z org.intel.openvino.compatibility.CNNNetworkTests > testReshape FAILED
2023-10-19T14:27:11.0464075Z     java.lang.UnsatisfiedLinkError: 'long org.intel.openvino.compatibility.IECore.GetCore()'
2023-10-19T14:27:11.0465358Z         at org.intel.openvino.compatibility.IECore.GetCore(Native Method)
2023-10-19T14:27:11.0466513Z         at org.intel.openvino.compatibility.IECore.<init>(IECore.java:14)
2023-10-19T14:27:11.0467819Z         at org.intel.openvino.compatibility.CNNNetworkTests.<init>(CNNNetworkTests.java:12)
2023-10-19T14:27:11.0468682Z 
2023-10-19T14:27:11.0469325Z org.intel.openvino.compatibility.BlobTests > testGetBlobFromLong STANDARD_OUT
2023-10-19T14:27:11.0470995Z     testGetBlobFromLong(org.intel.openvino.compatibility.BlobTests)- [CPU] - FAILED
2023-10-19T14:27:11.0471738Z 
2023-10-19T14:27:11.0472313Z org.intel.openvino.compatibility.BlobTests > testGetBlobFromLong FAILED
2023-10-19T14:27:11.0473982Z     java.lang.UnsatisfiedLinkError: 'long org.intel.openvino.compatibility.TensorDesc.GetTensorDesc(int, int[], int)'
2023-10-19T14:27:11.0475352Z         at org.intel.openvino.compatibility.TensorDesc.GetTensorDesc(Native Method)
2023-10-19T14:27:11.0476511Z         at org.intel.openvino.compatibility.TensorDesc.<init>(TensorDesc.java:13)
2023-10-19T14:27:11.0477965Z         at org.intel.openvino.compatibility.BlobTests.testGetBlobFromLong(BlobTests.java:53)
2023-10-19T14:27:11.0478809Z 
2023-10-19T14:27:11.0479358Z org.intel.openvino.compatibility.BlobTests > testGetBlobFromFloat STANDARD_OUT
2023-10-19T14:27:11.0480830Z     testGetBlobFromFloat(org.intel.openvino.compatibility.BlobTests)- [CPU] - FAILED
2023-10-19T14:27:11.0481748Z 
2023-10-19T14:27:11.0482331Z org.intel.openvino.compatibility.BlobTests > testGetBlobFromFloat FAILED
2023-10-19T14:27:11.0484321Z     java.lang.UnsatisfiedLinkError: 'long org.intel.openvino.compatibility.TensorDesc.GetTensorDesc(int, int[], int)'
2023-10-19T14:27:11.0485989Z         at org.intel.openvino.compatibility.TensorDesc.GetTensorDesc(Native Method)
2023-10-19T14:27:11.0487222Z         at org.intel.openvino.compatibility.TensorDesc.<init>(TensorDesc.java:13)
2023-10-19T14:27:11.0488585Z         at org.intel.openvino.compatibility.BlobTests.testGetBlobFromFloat(BlobTests.java:21)
2023-10-19T14:27:11.0489405Z 
2023-10-19T14:27:11.0490010Z org.intel.openvino.compatibility.BlobTests > testGetBlob STANDARD_OUT
2023-10-19T14:27:11.0492112Z     testGetBlob(org.intel.openvino.compatibility.BlobTests)- [CPU] - FAILED
2023-10-19T14:27:11.0493350Z 
2023-10-19T14:27:11.0493927Z org.intel.openvino.compatibility.BlobTests > testGetBlob FAILED
2023-10-19T14:27:11.0495593Z     java.lang.UnsatisfiedLinkError: 'long org.intel.openvino.compatibility.TensorDesc.GetTensorDesc(int, int[], int)'
2023-10-19T14:27:11.0497170Z         at org.intel.openvino.compatibility.TensorDesc.GetTensorDesc(Native Method)
2023-10-19T14:27:11.0498392Z         at org.intel.openvino.compatibility.TensorDesc.<init>(TensorDesc.java:13)
2023-10-19T14:27:11.0499679Z         at org.intel.openvino.compatibility.BlobTests.testGetBlob(BlobTests.java:11)
2023-10-19T14:27:11.0500491Z 
2023-10-19T14:27:11.0501835Z org.intel.openvino.compatibility.BlobTests > testGetBlobFromInt STANDARD_OUT
2023-10-19T14:27:11.0503343Z     testGetBlobFromInt(org.intel.openvino.compatibility.BlobTests)- [CPU] - FAILED
2023-10-19T14:27:11.0504306Z 
2023-10-19T14:27:11.0504858Z org.intel.openvino.compatibility.BlobTests > testGetBlobFromInt FAILED
2023-10-19T14:27:11.0506645Z     java.lang.UnsatisfiedLinkError: 'long org.intel.openvino.compatibility.TensorDesc.GetTensorDesc(int, int[], int)'
2023-10-19T14:27:11.0508221Z         at org.intel.openvino.compatibility.TensorDesc.GetTensorDesc(Native Method)
2023-10-19T14:27:11.0509587Z         at org.intel.openvino.compatibility.TensorDesc.<init>(TensorDesc.java:13)
2023-10-19T14:27:11.0511046Z         at org.intel.openvino.compatibility.BlobTests.testGetBlobFromInt(BlobTests.java:37)
2023-10-19T14:27:11.0511872Z 
2023-10-19T14:27:11.0512436Z org.intel.openvino.compatibility.InputInfoTests > testSetLayout FAILED
2023-10-19T14:27:11.0514134Z     java.lang.UnsatisfiedLinkError: 'long org.intel.openvino.compatibility.IECore.GetCore()'
2023-10-19T14:27:11.0515336Z         at org.intel.openvino.compatibility.IECore.GetCore(Native Method)
2023-10-19T14:27:11.0516367Z         at org.intel.openvino.compatibility.IECore.<init>(IECore.java:14)
2023-10-19T14:27:11.0517566Z         at org.intel.openvino.compatibility.InputInfoTests.<init>(InputInfoTests.java:11)
2023-10-19T14:27:11.0518337Z 
2023-10-19T14:27:11.0518929Z org.intel.openvino.compatibility.InputInfoTests > testSetPrecision FAILED
2023-10-19T14:27:11.0520296Z     java.lang.UnsatisfiedLinkError: 'long org.intel.openvino.compatibility.IECore.GetCore()'
2023-10-19T14:27:11.0521440Z         at org.intel.openvino.compatibility.IECore.GetCore(Native Method)
2023-10-19T14:27:11.0522627Z         at org.intel.openvino.compatibility.IECore.<init>(IECore.java:14)
2023-10-19T14:27:11.0523741Z         at org.intel.openvino.compatibility.InputInfoTests.<init>(InputInfoTests.java:11)
2023-10-19T14:27:11.0524426Z 
2023-10-19T14:27:11.0524833Z org.intel.openvino.compatibility.TestsSuite STANDARD_OUT
2023-10-19T14:27:11.0526140Z     FileNotFoundException: /agent/_work/1/openvino_contrib/modules/java_api/build/classes/java/test (Is a directory)
2023-10-19T14:27:11.0527140Z 
2023-10-19T14:27:11.0527860Z org.intel.openvino.compatibility.InferRequestTests > testSetCompletionCallback STANDARD_OUT
2023-10-19T14:27:11.0529736Z     testSetCompletionCallback(org.intel.openvino.compatibility.InferRequestTests)- [CPU] - FAILED
2023-10-19T14:27:11.0530963Z 
2023-10-19T14:27:11.0531687Z org.intel.openvino.compatibility.InferRequestTests > testSetCompletionCallback FAILED
2023-10-19T14:27:11.0533181Z     java.lang.UnsatisfiedLinkError: 'long org.intel.openvino.compatibility.IECore.GetCore()'
2023-10-19T14:27:11.0534329Z         at org.intel.openvino.compatibility.IECore.GetCore(Native Method)
2023-10-19T14:27:11.0535371Z         at org.intel.openvino.compatibility.IECore.<init>(IECore.java:14)
2023-10-19T14:27:11.0536684Z         at org.intel.openvino.compatibility.InferRequestTests.setUp(InferRequestTests.java:21)
2023-10-19T14:27:11.0537551Z 
2023-10-19T14:27:11.0538219Z org.intel.openvino.compatibility.InferRequestTests > testGetPerformanceCounts SKIPPED
2023-10-19T14:27:11.0539036Z 
2023-10-19T14:27:11.0539674Z org.intel.openvino.compatibility.InferRequestTests > testStartAsync STANDARD_OUT
2023-10-19T14:27:11.0541287Z     testStartAsync(org.intel.openvino.compatibility.InferRequestTests)- [CPU] - FAILED
2023-10-19T14:27:11.0541984Z 
2023-10-19T14:27:11.0542531Z org.intel.openvino.compatibility.InferRequestTests > testStartAsync FAILED
2023-10-19T14:27:11.0543941Z     java.lang.UnsatisfiedLinkError: 'long org.intel.openvino.compatibility.IECore.GetCore()'
2023-10-19T14:27:11.0545125Z         at org.intel.openvino.compatibility.IECore.GetCore(Native Method)
2023-10-19T14:27:11.0546123Z         at org.intel.openvino.compatibility.IECore.<init>(IECore.java:14)
2023-10-19T14:27:11.0547286Z         at org.intel.openvino.compatibility.InferRequestTests.setUp(InferRequestTests.java:21)
2023-10-19T14:27:11.0548367Z 
2023-10-19T14:27:11.0549056Z org.intel.openvino.compatibility.IECoreTests > testReadNetworkIncorrectXmlPath FAILED
2023-10-19T14:27:11.0550996Z     java.lang.UnsatisfiedLinkError: 'long org.intel.openvino.compatibility.IECore.GetCore()'
2023-10-19T14:27:11.0552441Z         at org.intel.openvino.compatibility.IECore.GetCore(Native Method)
2023-10-19T14:27:11.0553446Z         at org.intel.openvino.compatibility.IECore.<init>(IECore.java:14)
2023-10-19T14:27:11.0554140Z         at org.intel.openvino.compatibility.IECoreTests.<init>(IECoreTests.java:11)
2023-10-19T14:27:11.0554545Z 
2023-10-19T14:27:11.0554924Z org.intel.openvino.compatibility.IECoreTests > testLoadNetworDeviceConfig FAILED
2023-10-19T14:27:11.0556443Z     java.lang.UnsatisfiedLinkError: 'long org.intel.openvino.compatibility.IECore.GetCore()'
2023-10-19T14:27:11.0557761Z         at org.intel.openvino.compatibility.IECore.GetCore(Native Method)
2023-10-19T14:27:11.0559051Z         at org.intel.openvino.compatibility.IECore.<init>(IECore.java:14)
2023-10-19T14:27:11.0560327Z         at org.intel.openvino.compatibility.IECoreTests.<init>(IECoreTests.java:11)
2023-10-19T14:27:11.0561102Z 
2023-10-19T14:27:11.0562019Z org.intel.openvino.compatibility.IECoreTests > testReadNetworkIncorrectBinPath FAILED
2023-10-19T14:27:11.0563787Z     java.lang.UnsatisfiedLinkError: 'long org.intel.openvino.compatibility.IECore.GetCore()'
2023-10-19T14:27:11.0565112Z         at org.intel.openvino.compatibility.IECore.GetCore(Native Method)
2023-10-19T14:27:11.0566259Z         at org.intel.openvino.compatibility.IECore.<init>(IECore.java:14)
2023-10-19T14:27:11.0567567Z         at org.intel.openvino.compatibility.IECoreTests.<init>(IECoreTests.java:11)
2023-10-19T14:27:11.0568274Z 
2023-10-19T14:27:11.0568894Z org.intel.openvino.compatibility.IECoreTests > testReadNetwork FAILED
2023-10-19T14:27:11.0570506Z     java.lang.UnsatisfiedLinkError: 'long org.intel.openvino.compatibility.IECore.GetCore()'
2023-10-19T14:27:11.0572051Z         at org.intel.openvino.compatibility.IECore.GetCore(Native Method)
2023-10-19T14:27:11.0573208Z         at org.intel.openvino.compatibility.IECore.<init>(IECore.java:14)
2023-10-19T14:27:11.0574493Z         at org.intel.openvino.compatibility.IECoreTests.<init>(IECoreTests.java:11)
2023-10-19T14:27:11.0575275Z 
2023-10-19T14:27:11.0575863Z org.intel.openvino.compatibility.IECoreTests > testLoadNetwork FAILED
2023-10-19T14:27:11.0577419Z     java.lang.UnsatisfiedLinkError: 'long org.intel.openvino.compatibility.IECore.GetCore()'
2023-10-19T14:27:11.0578849Z         at org.intel.openvino.compatibility.IECore.GetCore(Native Method)
2023-10-19T14:27:11.0580090Z         at org.intel.openvino.compatibility.IECore.<init>(IECore.java:14)
2023-10-19T14:27:11.0581380Z         at org.intel.openvino.compatibility.IECoreTests.<init>(IECoreTests.java:11)
2023-10-19T14:27:11.0582163Z 
2023-10-19T14:27:11.0582908Z org.intel.openvino.compatibility.IECoreTests > testLoadNetworkWrongDevice FAILED
2023-10-19T14:27:11.0585120Z     java.lang.UnsatisfiedLinkError: 'long org.intel.openvino.compatibility.IECore.GetCore()'
2023-10-19T14:27:11.0588643Z         at org.intel.openvino.compatibility.IECore.GetCore(Native Method)
2023-10-19T14:27:11.0591618Z         at org.intel.openvino.compatibility.IECore.<init>(IECore.java:14)
2023-10-19T14:27:11.0593022Z         at org.intel.openvino.compatibility.IECoreTests.<init>(IECoreTests.java:11)
2023-10-19T14:27:11.0593817Z 
2023-10-19T14:27:11.0594642Z org.intel.openvino.compatibility.IECoreTests > testReadNetworkXmlOnly FAILED
2023-10-19T14:27:11.0596305Z     java.lang.UnsatisfiedLinkError: 'long org.intel.openvino.compatibility.IECore.GetCore()'
2023-10-19T14:27:11.0597647Z         at org.intel.openvino.compatibility.IECore.GetCore(Native Method)
2023-10-19T14:27:11.0598762Z         at org.intel.openvino.compatibility.IECore.<init>(IECore.java:14)
2023-10-19T14:27:11.0599992Z         at org.intel.openvino.compatibility.IECoreTests.<init>(IECoreTests.java:11)
2023-10-19T14:27:11.0602049Z Finished generating test XML results (0.029 secs) into: /agent/_work/1/openvino_contrib/modules/java_api/build/test-results/test
2023-10-19T14:27:11.0603492Z 35 tests completed, 33 failed, 2 skipped
2023-10-19T14:27:11.0604175Z 
2023-10-19T14:27:11.0604521Z Generating HTML test report...
2023-10-19T14:27:11.0605849Z Finished generating test html results (0.034 secs) into: /agent/_work/1/openvino_contrib/modules/java_api/build/reports/tests/test
2023-10-19T14:27:11.0607320Z Watching 37 directories to track changes
2023-10-19T14:27:11.0607940Z Watching 43 directories to track changes
2023-10-19T14:27:11.0608561Z Watching 44 directories to track changes
2023-10-19T14:27:11.0609694Z :test (Thread[Execution worker for ':' Thread 2,5,main]) completed. Took 0.857 secs.
2023-10-19T14:27:11.0610516Z 
2023-10-19T14:27:11.0610950Z FAILURE: Build failed with an exception.
2023-10-19T14:27:11.0611274Z 
2023-10-19T14:27:11.0611579Z * What went wrong:
2023-10-19T14:27:11.0612376Z Execution failed for task ':test'.
2023-10-19T14:27:11.0613608Z > There were failing tests. See the report at: file:///agent/_work/1/openvino_contrib/modules/java_api/build/reports/tests/test/index.html
2023-10-19T14:27:11.0614756Z 
2023-10-19T14:27:11.0615100Z * Try:
2023-10-19T14:27:11.0616602Z Run with --stacktrace option to get the stack trace. Run with --debug option to get more log output. Run with --scan to get full insights.
2023-10-19T14:27:11.0618550Z 
2023-10-19T14:27:11.0619079Z * Get more help at https://help.gradle.org
2023-10-19T14:27:11.0619436Z 
2023-10-19T14:27:11.0619812Z BUILD FAILED in 8s
2023-10-19T14:27:11.0620297Z 4 actionable tasks: 4 executed
2023-10-19T14:27:11.0620837Z Watching 44 directories to track changes
2023-10-19T14:27:11.3685107Z ##[debug]Exit code 1 received from tool '/usr/bin/bash'
2023-10-19T14:27:11.3689240Z ##[debug]STDIO streams have closed for tool '/usr/bin/bash'
2023-10-19T14:27:11.3731720Z ##[error]Bash exited with code '1'.
2023-10-19T14:27:11.3739326Z ##[debug]Processed: ##vso[task.issue type=error;]Bash exited with code '1'.
2023-10-19T14:27:11.3740861Z ##[debug]task result: Failed
2023-10-19T14:27:11.3742637Z ##[debug]Processed: ##vso[task.complete result=Failed;done=true;]
2023-10-19T14:27:11.3745004Z ##[section]Finishing: Java tests