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

(WIP) test onnx shapeinference errormode change #18948

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

more gtest errors

e493fd9
Select commit
Loading
Failed to load commit list.
Open

(WIP) test onnx shapeinference errormode change #18948

more gtest errors
e493fd9
Select commit
Loading
Failed to load commit list.
Azure Pipelines / Windows CPU CI Pipeline failed Dec 29, 2023 in 1h 18m 30s

Build #20231228.14 had test failures

Details

Tests

  • Failed: 5 (0.01%)
  • Passed: 54,998 (98.12%)
  • Other: 1,051 (1.87%)
  • Total: 56,054

Annotations

Check failure on line 26447 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Windows CPU CI Pipeline

Build log #L26447

PowerShell exited with code '1'.

Check failure on line 26566 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Windows CPU CI Pipeline

Build log #L26566

PowerShell exited with code '1'.

Check failure on line 22606 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Windows CPU CI Pipeline

Build log #L22606

PowerShell exited with code '1'.

Check failure on line 26919 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Windows CPU CI Pipeline

Build log #L26919

PowerShell exited with code '1'.

Check failure on line 1 in TestMaxPool

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Windows CPU CI Pipeline

TestMaxPool

C:\a\_work\1\s\onnxruntime\test\util\test_utils.cc:105
Expected: (provider_node_count) > (0), actual: 0 vs 0
No nodes were assigned to XnnpackExecutionProvider
Google Test trace:
C:\a\_work\1\s\onnxruntime\test/common/random_generator.h(49): ORT test random seed: 2345
Raw output
C:\a\_work\1\s\onnxruntime\test\util\test_utils.cc:105
Expected: (provider_node_count) > (0), actual: 0 vs 0
No nodes were assigned to XnnpackExecutionProvider
Google Test trace:
C:\a\_work\1\s\onnxruntime\test/common/random_generator.h(49): ORT test random seed: 2345
Stack trace:
  00007FF6CB6FAB63: onnxruntime::test::RunAndVerifyOutputsWithEP
  00007FF6CAF8FA88: onnxruntime::test::RunModelTest
  00007FF6CAF89091: onnxruntime::test::XnnpackEP_TestMaxPool_Test::TestBody
  00007FF6CBE8DAD2: testing::internal::HandleSehExceptionsInMethodIfSupported<testing::TestSuite,void>
  00007FF6CBE8D996: testing::internal::HandleExceptionsInMethodIfSupported<testing::TestSuite,void>
  00007FF6CBEB4232: testing::Test::Run
  00007FF6CBEB436B: testing::TestInfo::Run
  00007FF6CBEB4564: testing::TestSuite::Run
... Google Test internal frames ...

Check failure on line 1 in TestSoftMax_axisLast

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Windows CPU CI Pipeline

TestSoftMax_axisLast

C:\a\_work\1\s\onnxruntime\test\util\test_utils.cc:99
Expected equality of these values:
  provider_node_count
    Which is: 0
  graph.NumberOfNodes()
    Which is: 1
Not all nodes were assigned to XnnpackExecutionProvider
Google Test trace:
C:\a\_work\1\s\onnxruntime\test/common/random_generator.h(49): ORT test random seed: 2345
Raw output
C:\a\_work\1\s\onnxruntime\test\util\test_utils.cc:99
Expected equality of these values:
  provider_node_count
    Which is: 0
  graph.NumberOfNodes()
    Which is: 1
Not all nodes were assigned to XnnpackExecutionProvider
Google Test trace:
C:\a\_work\1\s\onnxruntime\test/common/random_generator.h(49): ORT test random seed: 2345
Stack trace:
  00007FF6CB6FAB63: onnxruntime::test::RunAndVerifyOutputsWithEP
  00007FF6CAF8FA88: onnxruntime::test::RunModelTest
  00007FF6CAF898A6: onnxruntime::test::XnnpackEP_TestSoftMax_axisLast_Test::TestBody
  00007FF6CBE8DAD2: testing::internal::HandleSehExceptionsInMethodIfSupported<testing::TestSuite,void>
  00007FF6CBE8D996: testing::internal::HandleExceptionsInMethodIfSupported<testing::TestSuite,void>
  00007FF6CBEB4232: testing::Test::Run
  00007FF6CBEB436B: testing::TestInfo::Run
  00007FF6CBEB4564: testing::TestSuite::Run
... Google Test internal frames ...

Check failure on line 1 in TestQDQSoftMax_axisLast

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Windows CPU CI Pipeline

TestQDQSoftMax_axisLast

C:\a\_work\1\s\onnxruntime\test\util\test_utils.cc:99
Expected equality of these values:
  provider_node_count
    Which is: 0
  graph.NumberOfNodes()
    Which is: 1
Not all nodes were assigned to XnnpackExecutionProvider
Google Test trace:
C:\a\_work\1\s\onnxruntime\test/common/random_generator.h(49): ORT test random seed: 2345
Raw output
C:\a\_work\1\s\onnxruntime\test\util\test_utils.cc:99
Expected equality of these values:
  provider_node_count
    Which is: 0
  graph.NumberOfNodes()
    Which is: 1
Not all nodes were assigned to XnnpackExecutionProvider
Google Test trace:
C:\a\_work\1\s\onnxruntime\test/common/random_generator.h(49): ORT test random seed: 2345
Stack trace:
  00007FF6CB6FAB63: onnxruntime::test::RunAndVerifyOutputsWithEP
  00007FF6CAF8FA88: onnxruntime::test::RunModelTest
  00007FF6CAF84533: onnxruntime::test::XnnpackEP_TestQDQSoftMax_axisLast_Test::TestBody
  00007FF6CBE8DAD2: testing::internal::HandleSehExceptionsInMethodIfSupported<testing::TestSuite,void>
  00007FF6CBE8D996: testing::internal::HandleExceptionsInMethodIfSupported<testing::TestSuite,void>
  00007FF6CBEB4232: testing::Test::Run
  00007FF6CBEB436B: testing::TestInfo::Run
  00007FF6CBEB4564: testing::TestSuite::Run
... Google Test internal frames ...

Check failure on line 1 in TestConvTranspose_With_Outputpadding

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Windows CPU CI Pipeline

TestConvTranspose_With_Outputpadding

C:\a\_work\1\s\onnxruntime\test\util\test_utils.cc:105
Expected: (provider_node_count) > (0), actual: 0 vs 0
No nodes were assigned to XnnpackExecutionProvider
Google Test trace:
C:\a\_work\1\s\onnxruntime\test/common/random_generator.h(49): ORT test random seed: 2345
Raw output
C:\a\_work\1\s\onnxruntime\test\util\test_utils.cc:105
Expected: (provider_node_count) > (0), actual: 0 vs 0
No nodes were assigned to XnnpackExecutionProvider
Google Test trace:
C:\a\_work\1\s\onnxruntime\test/common/random_generator.h(49): ORT test random seed: 2345
Stack trace:
  00007FF6CB6FAB63: onnxruntime::test::RunAndVerifyOutputsWithEP
  00007FF6CAF8FA88: onnxruntime::test::RunModelTest
  00007FF6CAF84751: onnxruntime::test::XnnpackEP_TestConvTranspose_With_Outputpadding_Test::TestBody
  00007FF6CBE8DAD2: testing::internal::HandleSehExceptionsInMethodIfSupported<testing::TestSuite,void>
  00007FF6CBE8D996: testing::internal::HandleExceptionsInMethodIfSupported<testing::TestSuite,void>
  00007FF6CBEB4232: testing::Test::Run
  00007FF6CBEB436B: testing::TestInfo::Run
  00007FF6CBEB4564: testing::TestSuite::Run
... Google Test internal frames ...