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

JIT: fix permute node type in AVX simd sum #103680

Merged
merged 1 commit into from
Jun 19, 2024

JIT: fix permute node type in AVX simd sum

65b4ffd
Select commit
Loading
Failed to load commit list.
Merged

JIT: fix permute node type in AVX simd sum #103680

JIT: fix permute node type in AVX simd sum
65b4ffd
Select commit
Loading
Failed to load commit list.
Azure Pipelines / runtime failed Jun 19, 2024 in 2h 46m 59s

Build #20240618.117 had test failures

Details

Tests

  • Failed: 1 (0.00%)
  • Passed: 1,085,594 (98.39%)
  • Other: 17,725 (1.61%)
  • Total: 1,103,320

Annotations

Check failure on line 27 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

Build log #L27

The Operation will be canceled. The next steps may not contain expected logs.

Check failure on line 28 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

Build log #L28

The operation was canceled.

Check failure on line 1 in baseservices/exceptions/unhandled/unhandledTester/unhandledTester.cmd

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

baseservices/exceptions/unhandled/unhandledTester/unhandledTester.cmd

cmdLine:/private/tmp/helix/working/B0430A0E/w/A8A90948/e/baseservices/exceptions/baseservices-exceptions/../unhandled/unhandledTester/unhandledTester.sh Timed Out (timeout in milliseconds: 600000 from variable __TestTimeout, start: 6/18/2024 11:48:50 PM, end: 6/18/2024 11:58:50 PM)

Return code:      -100
Raw output file:      /tmp/helix/working/B0430A0E/w/A8A90948/uploads/unhandled/unhandledTester/output.txt
Raw output:
BEGIN EXECUTION
/tmp/helix/working/B0430A0E/p/corerun -p System.Reflection.Metadata.MetadataUpdater.IsSupported=false -p System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization=true unhandledTester.dll ''
"Unhandled exception. System.Exception: Test"
"   at TestUnhandledException.Program.Main(String[] args)"
""
Test process unhandled.dll with argument main exited
Test process exited with expected error code and produced expected output
"Unhandled exception. System.DllNotFoundException: Unable to load shared library '__internal' or one of its dependencies. In order to help diagnose loading problems, consider setting the DYLD_PRINT_LIBRARIES environment variable: "
"dlopen(/private/tmp/helix/working/B0430A0E/w/A8A90948/e/baseservices/exceptions/unhandled/unhandledTester/__internal.dylib, 0x0001): tried: '/private/tmp/helix/working/B0430A0E/w/A8A90948/e/baseservices/exceptions/unhandled/unhandledTester/__internal.dylib' (no such file)"
"dlopen(/tmp/helix/working/B0430A0E/p/__internal.dylib, 0x0001): tried: '/tmp/helix/working/B0430A0E/p/__internal.dylib' (no such file), '/private/tmp/helix/working/B0430A0E/p/__internal.dylib' (no such file)"
"dlopen(__internal.dylib, 0x0001): tried: '__internal.dylib' (no such file), '/usr/local/lib/__internal.dylib' (no such file), '/usr/lib/__internal.dylib' (no such file), '/private/tmp/helix/working/B0430A0E/w/A8A90948/e/baseservices/exceptions/unhandled/unhandledTester/__internal.dylib' (no such file)"
"dlopen(/private/tmp/helix/working/B0430A0E/w/A8A90948/e/baseservices/exceptions/unhandled/unhandledTester/lib__internal.dylib, 0x0001): tried: '/private/tmp/helix/working/B0430A0E/w/A8A90948/e/baseservices/exceptions/unhandled/unhandledTester/lib__internal.dylib' (no such file)"
"dlopen(/tmp/helix/working/B0430A0E/p/lib__internal.dylib, 0x0001): tried: '/tmp/helix/working/B0430A0E/p/lib__internal.dylib' (no such file), '/private/tmp/helix/working/B0430A0E/p/lib__internal.dylib' (no such file)"
"dlopen(lib__internal.dylib, 0x0001): tried: 'lib__internal.dylib' (no such file), '/usr/local/lib/lib__internal.dylib' (no such file), '/usr/lib/lib__internal.dylib' (no such file), '/private/tmp/helix/working/B0430A0E/w/A8A90948/e/baseservices/exceptions/unhandled/unhandledTester/lib__internal.dylib' (no such file)"
"dlopen(/private/tmp/helix/working/B0430A0E/w/A8A90948/e/baseservices/exceptions/unhandled/unhandledTester/__internal, 0x0001): tried: '/private/tmp/helix/working/B0430A0E/w/A8A90948/e/baseservices/exceptions/unhandled/unhandledTester/__internal' (no such file)"
"dlopen(/tmp/helix/working/B0430A0E/p/__internal, 0x0001): tried: '/tmp/helix/working/B0430A0E/p/__internal' (no such file), '/private/tmp/helix/working/B0430A0E/p/__internal' (no such file)"
"dlopen(__internal, 0x0001): tried: '__internal' (no such file), '/usr/local/lib/__internal' (no such file), '/usr/lib/__internal' (no such file), '/private/tmp/helix/working/B0430A0E/w/A8A90948/e/baseservices/exceptions/unhandled/unhandledTester/__internal' (no such file)"
"dlopen(/private/tmp/helix/working/B0430A0E/w/A8A90948/e/baseservices/exceptions/unhandled/unhandledTester/lib__internal, 0x0001): tried: '/private/tmp/helix/working/B0430A0E/w/A8A90948/e/baseservices/exceptions/unhandled/unhandledTester/lib__internal' (no such file)"
"dlopen(/tmp/helix/working/B0430A0E/p/lib__internal, 0x0001): tried: '/tmp/helix/working/B0430A0E/p/lib__internal' (no such file), '/private/tmp/helix/working/B0430A0E/p/lib__internal' (no such file)"
"dlopen(lib__internal, 0x0001): tried: 'lib__internal' (no such file), '/usr/l
Raw output
   at Xunit.Assert.True(Nullable`1 condition, String userMessage) in /_/src/Microsoft.DotNet.XUnitAssert/src/BooleanAsserts.cs:line 146
   at TestLibrary.OutOfProcessTest.RunOutOfProcessTest(String assemblyPath, String testPathPrefix)
   at Program.<<Main>$>g__TestExecutor17|0_18(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&)