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

Test publish on arm64 #513

Merged
merged 2 commits into from
Oct 8, 2023

Use strategy to test multi archs

8266cbf
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Test publish on arm64 #513

Use strategy to test multi archs
8266cbf
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Test Results (Test Files) succeeded Oct 8, 2023 in 0s

13 parse errors, 11 errors, 210 fail, 73 skipped, 1 517 pass in 2h 12m 37s

   145 files  ±0       13 errors  735 suites  ±0   2h 12m 37s ⏱️ ±0s
1 811 tests ±0  1 517 ✔️ ±0    73 💤 ±0  210 ±0  11 🔥 ±0 
4 117 runs  ±0  3 428 ✔️ ±0  214 💤 ±0  454 ±0  21 🔥 ±0 

Results for commit 8266cbf. ± Comparison against earlier commit 3b7728b.

Annotations

Check failure on line 0 in test-files/nunit/nunit3/jenkins/NUnit-issue17521.xml

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

Char 0x0 out of allowed range, line 33, column 16 (NUnit-issue17521.xml, line 33)
Raw output
test-files/nunit/nunit3/jenkins/NUnit-issue17521.xml

Check failure on line 0 in test-files/junit-xml/non-junit.xml

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

Unsupported file format: test-files/junit-xml/non-junit.xml
Raw output
test-files/junit-xml/non-junit.xml

Check failure on line 0 in test-files/json/non-json.json

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

Unsupported file format: test-files/json/non-json.json
Raw output
test-files/json/non-json.json

Check failure on line 0 in test-files/xml/empty.xml

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

File is empty.
Raw output
test-files/xml/empty.xml

Check failure on line 0 in test-files/json/empty.json

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

File is empty.
Raw output
test-files/json/empty.json

Check failure on line 0 in test-files/nunit/nunit3/jenkins/NUnit-issue47367.xml

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

attributes construct error, line 5, column 109 (NUnit-issue47367.xml, line 5)
Raw output
test-files/nunit/nunit3/jenkins/NUnit-issue47367.xml

Check failure on line 0 in test-files/xml/non-xml.xml

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

Unsupported file format: test-files/xml/non-xml.xml
Raw output
test-files/xml/non-xml.xml

Check failure on line 0 in test-files/json/malformed-json.json

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

Unsupported file format: test-files/json/malformed-json.json
Raw output
test-files/json/malformed-json.json

Check failure on line 0 in test-files/junit-xml/pytest/corrupt-xml.xml

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

Premature end of data in tag skipped line 9, line 11, column 22 (corrupt-xml.xml, line 11)
Raw output
test-files/junit-xml/pytest/corrupt-xml.xml

Check failure on line 0 in test-files/junit-xml/non-junit.xml

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

Invalid format.
Raw output
test-files/junit-xml/non-junit.xml

Check failure on line 0 in test-files/junit-xml/pytest/corrupt-xml.xml

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

Premature end of data in tag skipped line 9, line 11, column 22 (corrupt-xml.xml, line 11)
Raw output
test-files/junit-xml/pytest/corrupt-xml.xml

Check failure on line 0 in test-files/nunit/nunit3/jenkins/NUnit-issue17521.xml

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

Char 0x0 out of allowed range, line 33, column 16 (NUnit-issue17521.xml, line 33)
Raw output
test-files/nunit/nunit3/jenkins/NUnit-issue17521.xml

Check failure on line 0 in test-files/nunit/nunit3/jenkins/NUnit-issue47367.xml

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

attributes construct error, line 5, column 109 (NUnit-issue47367.xml, line 5)
Raw output
test-files/nunit/nunit3/jenkins/NUnit-issue47367.xml

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

4 out of 14 runs failed: UnitTests.MainClassTest.TestPropertyValue

test-files/nunit/nunit3/jenkins/NUnit-sec1752-file.xml [took 0s]
test-files/nunit/nunit3/jenkins/NUnit-sec1752-https.xml [took 0s]

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

6 out of 8 runs failed: UnitTests.MainClassTest.TestFailure

test-files/nunit/nunit3/jenkins/NUnit-failure.xml [took 0s]
test-files/nunit/nunit3/jenkins/NUnit-healthReport.xml [took 0s]
test-files/nunit/nunit3/jenkins/NUnit.xml [took 0s]
Raw output
  Expected failure
  Expected: 30
  But was:  20
  at UnitTests.MainClassTest.TestFailure () [0x00000] 
  at <0x00000> <unknown method>
  at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[])
  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000]

Check warning on line 819 in test/test_spark.py

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

2 out of 6 runs failed: test_rsh_events (test.test_spark.SparkTests)

test-files/junit-xml/pytest/junit.fail.xml [took 7s]
Raw output
self = <test_spark.SparkTests testMethod=test_rsh_events>

                def test_rsh_events(self):
                > self.do_test_rsh_events(3)

                test_spark.py:821:
                _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
                test_spark.py:836: in do_test_rsh_events
                self.do_test_rsh(command, 143, events=events)
                test_spark.py:852: in do_test_rsh
                self.assertEqual(expected_result, res)
                E AssertionError: 143 != 0

Check warning on line 21 in file:///home/runner/work/dart-code-metrics/dart-code-metrics/test/src/cli/cli_runner_test.dart

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Cli runner should have correct invocation failed

test-files/dart/json/tests.json [took 0s]
Raw output
Expected: 'metrics <command> [arguments] <directories> nope'
  Actual: 'metrics <command> [arguments] <directories>'
   Which: is different. Both strings start the same, but the actual value is missing the following trailing characters:  nope

package:test_api                        expect
test/src/cli/cli_runner_test.dart 22:7  main.<fn>.<fn>

Check failure on line 16 in file:///home/runner/work/dart-code-metrics/dart-code-metrics/test/src/cli/utils/detect_sdk_path_test.dart

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

detectSdkPath should return `null` if running inside VM with error

test-files/dart/json/tests.json [took 0s]
Raw output
Exception: exception
test/src/cli/utils/detect_sdk_path_test.dart 21:7  main.<fn>.<fn>

Check failure on line 46 in file:///home/runner/work/dart-code-metrics/dart-code-metrics/test/src/cli/utils/detect_sdk_path_test.dart

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

detectSdkPath should return null if sdk path is not found inside environment PATH variable with error

test-files/dart/json/tests.json [took 0s]
Raw output
Instance of 'Error'
test/src/cli/utils/detect_sdk_path_test.dart 67:9  main.<fn>.<fn>

Check warning on line 0 in MyProject.Tests.SampleFact

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

All 4 runs failed: FailedTest (MyProject.Tests.SampleFact)

test-files/xunit/mstest/jenkinsci/testcase1.xml [took 0s]
test-files/xunit/mstest/jenkinsci/testcase3.xml [took 14s]
Raw output
Assert.True() Failure   at MyProject.Tests.SampleFact.FailedTest() in c:\Jenkins\jobs\my-project\workspace\MyProject\MyProject.Tests\SampleFact.cs:line 16

Check warning on line 0 in SampleProject.xUnit.TestServiceTests

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

All 4 runs failed: TestTheory(expected: False) (SampleProject.xUnit.TestServiceTests)

test-files/trx/xunit/xUnit-net461-sample.trx [took 0s]
test-files/trx/xunit/xUnit-netcoreapp3.1-sample.trx [took 0s]
Raw output
Assert.Equal() Failure
Expected: False
Actual:   True   at SampleProject.xUnit.TestServiceTests.TestTheory(Boolean expected) in C:\Dev\LiquidTestReports\test\SampleProject\SampleProject.Tests.xUnit\TestServiceTests.cs:line 29

Check warning on line 0 in SampleProject.xUnit.TestServiceTests

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

All 4 runs failed: FailTest (SampleProject.xUnit.TestServiceTests)

test-files/trx/xunit/xUnit-net461-sample.trx [took 0s]
test-files/trx/xunit/xUnit-netcoreapp3.1-sample.trx [took 0s]
Raw output
Assert.True() Failure
Expected: True
Actual:   False   at SampleProject.xUnit.TestServiceTests.FailTest() in C:\Dev\LiquidTestReports\test\SampleProject\SampleProject.Tests.xUnit\TestServiceTests.cs:line 65

Check warning on line 0 in SampleProject.xUnit.TestServiceTests

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

All 4 runs failed: TestThrowingException (SampleProject.xUnit.TestServiceTests)

test-files/trx/xunit/xUnit-net461-sample.trx [took 0s]
test-files/trx/xunit/xUnit-netcoreapp3.1-sample.trx [took 0s]
Raw output
System.Exception : Pretty good exception   at SampleProject.TestService.GetException() in C:\Dev\LiquidTestReports\test\SampleProject\SampleProject\TestService.cs:line 19
   at SampleProject.xUnit.TestServiceTests.TestThrowingException() in C:\Dev\LiquidTestReports\test\SampleProject\SampleProject.Tests.xUnit\TestServiceTests.cs:line 54

Check warning on line 0 in [genericTestClass]

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

2 out of 6 runs failed: ShouldBeString ([genericTestClass])

test-files/xunit/mstest/fixie.xml [took 1s]
Raw output
Expected: System.String
Actual:   System.Int32   at [genericTestClassForStackTrace].ShouldBeString[T](T genericArgument) in [fileLocation]:line #

Check warning on line 0 in [testClass]

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

All 2 runs failed: Fail ([testClass])

test-files/xunit/mstest/fixie.xml [took 1s]
Raw output
'Fail' failed!   at [testClassForStackTrace].Fail() in [fileLocation]:line #