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

System.Drawing.Common.Tests SIGABRT on release mono OSX x64 Debug #60088

Closed
eerhardt opened this issue Oct 6, 2021 · 3 comments
Closed

System.Drawing.Common.Tests SIGABRT on release mono OSX x64 Debug #60088

eerhardt opened this issue Oct 6, 2021 · 3 comments
Labels
area-VM-meta-mono runtime-mono specific to the Mono runtime
Milestone

Comments

@eerhardt
Copy link
Member

eerhardt commented Oct 6, 2021

The System.Drawing.Common.Tests failed on mono OSX x64 in #57398.

https://github.com/dotnet/runtime/pull/57398/checks?check_run_id=3808596321

https://dev.azure.com/dnceng/public/_build/results?buildId=1404443&view=logs&j=c6f8dc49-92a1-5760-c098-ba97b8142bfb&t=5d5289b6-723b-5155-5d15-b590d280a14a&l=58

https://helix.dot.net/api/2019-06-17/jobs/b56d504d-dae1-40c2-bb88-b1e05115fb95/workitems/System.Drawing.Common.Tests/console

Console log: 'System.Drawing.Common.Tests' from job b56d504d-dae1-40c2-bb88-b1e05115fb95 workitem 1db46b0f-d200-4db8-8ecb-13512a074a60 (osx.1015.amd64.open) executed on machine dci-mac-build-184.local
+ ./RunTests.sh --runtime-path /tmp/helix/working/B4180995/p
----- start Tue Oct 5 15:01:15 PDT 2021 =============== To repro directly: =====================================================
pushd .
/tmp/helix/working/B4180995/p/dotnet exec --runtimeconfig System.Drawing.Common.Tests.runtimeconfig.json --depsfile System.Drawing.Common.Tests.deps.json xunit.console.dll System.Drawing.Common.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing 
popd
===========================================================================================================
/private/tmp/helix/working/B4180995/w/B2600957/e /private/tmp/helix/working/B4180995/w/B2600957/e
  Discovering: System.Drawing.Common.Tests (method display = ClassAndMethod, method display options = None)
  Discovered:  System.Drawing.Common.Tests (found 1641 of 2061 test cases)
  Starting:    System.Drawing.Common.Tests (parallel test collections = on, max threads = 12)
    System.Drawing.Printing.Tests.PrintControllerTests.OnStartPage_InvokeWithPrint_ReturnsNull [SKIP]
      Condition(s) not met: "IsAnyInstalledPrinters"
    System.Drawing.Tests.Graphics_GetContextTests.GetContextInfo_TransformAndClip [SKIP]
      Condition(s) not met: "GetIsWindows"
    System.Drawing.Tests.Graphics_GetContextTests.GetContextInfo_New_Transform [SKIP]
      Condition(s) not met: "GetIsWindows"
    System.Drawing.Tests.Graphics_GetContextTests.GetContextInfo_New_Clipping [SKIP]
      Condition(s) not met: "GetIsWindows"
    System.Drawing.Tests.Graphics_GetContextTests.GetContextInfo_ClipAndTransformSaveState [SKIP]
      Condition(s) not met: "GetIsWindows"
    System.Drawing.Tests.Graphics_GetContextTests.GetContextInfo_New_DefaultGraphics [SKIP]
      Condition(s) not met: "GetIsWindows"
    System.Drawing.Tests.Graphics_GetContextTests.GetContextInfo_Transform [SKIP]
      Condition(s) not met: "GetIsWindows"
    System.Drawing.Tests.Graphics_GetContextTests.GetContextInfo_ClipAndTransformSaveAndRestoreState [SKIP]
      Condition(s) not met: "GetIsWindows"
    System.Drawing.Tests.Graphics_GetContextTests.GetContextInfo_New_ClipAndTransform [SKIP]
      Condition(s) not met: "GetIsWindows"
    System.Drawing.Tests.Graphics_GetContextTests.GetContextInfo_ClipAndTransform [SKIP]
      Condition(s) not met: "GetIsWindows"
    System.Drawing.Tests.Graphics_GetContextTests.GetContextInfo_DefaultGraphics [SKIP]
      Condition(s) not met: "GetIsWindows"
    System.Drawing.Tests.Graphics_GetContextTests.GetContextInfo_Clipping [SKIP]
      Condition(s) not met: "GetIsWindows"
    System.Drawing.Tests.Graphics_GetContextTests.GetContextInfo_New_TransformAndClip [SKIP]
      Condition(s) not met: "GetIsWindows"
    System.Drawing.Tests.Graphics_GetContextTests.GetContextInfo_New_ClipAndTransformSaveState [SKIP]
      Condition(s) not met: "GetIsWindows"
    System.Drawing.Tests.Graphics_GetContextTests.GetContextInfo_New_ClipAndTransformSaveAndRestoreState [SKIP]
      Condition(s) not met: "GetIsWindows"

=================================================================
	Native Crash Reporting
=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries 
used by your application.
=================================================================

=================================================================
	Native stacktrace:
=================================================================
	0x100e4dc05 - /private/tmp/helix/working/B4180995/p/shared/Microsoft.NETCore.App/7.0.0/libcoreclr.dylib : mono_dump_native_crash_info
	0x100dee01e - /private/tmp/helix/working/B4180995/p/shared/Microsoft.NETCore.App/7.0.0/libcoreclr.dylib : mono_handle_native_crash
	0x100ef1538 - /private/tmp/helix/working/B4180995/p/shared/Microsoft.NETCore.App/7.0.0/libcoreclr.dylib : sigabrt_signal_handler.cold.1
	0x100e4d538 - /private/tmp/helix/working/B4180995/p/shared/Microsoft.NETCore.App/7.0.0/libcoreclr.dylib : sigabrt_signal_handler
	0x7fff6a57a5fd - /usr/lib/system/libsystem_platform.dylib : _sigtramp
	0x10c70e107 - Unknown
	0x7fff6a450808 - /usr/lib/system/libsystem_c.dylib : abort
	0x7fff6a54650b - /usr/lib/system/libsystem_malloc.dylib : has_default_zone0
	0x7fff6a557d27 - /usr/lib/system/libsystem_malloc.dylib : malloc_zone_error
	0x105568497 - /usr/local/opt/glib/lib/libglib-2.0.0.dylib : g_hash_table_insert_node
	0x10556906d - /usr/local/opt/glib/lib/libglib-2.0.0.dylib : g_hash_table_insert
	0x105a9b274 - /usr/local/Cellar/pango/1.48.3/lib/libpangoft2-1.0.0.dylib : pango_fc_fontset_get_font_at
	0x105a9ad1b - /usr/local/Cellar/pango/1.48.3/lib/libpangoft2-1.0.0.dylib : pango_fc_fontset_foreach
	0x1054a72d2 - /usr/local/opt/pango/lib/libpango-1.0.0.dylib : get_font
	0x1054a6466 - /usr/local/opt/pango/lib/libpango-1.0.0.dylib : itemize_state_process_run
	0x1054a5b28 - /usr/local/opt/pango/lib/libpango-1.0.0.dylib : pango_itemize_with_base_dir
	0x1054acae2 - /usr/local/opt/pango/lib/libpango-1.0.0.dylib : pango_layout_check_lines
	0x1054b306f - /usr/local/opt/pango/lib/libpango-1.0.0.dylib : pango_layout_get_extents_internal
	0x1054b37e8 - /usr/local/opt/pango/lib/libpango-1.0.0.dylib : pango_layout_get_pixel_extents
	0x10542822f - /usr/local/Cellar/mono-libgdiplus/6.0.5_1/lib/libgdiplus.0.dylib : gdip_pango_setup_layout
	0x105428b6a - /usr/local/Cellar/mono-libgdiplus/6.0.5_1/lib/libgdiplus.0.dylib : pango_MeasureString
	0x1087d814f - Unknown
	0x1087d6d53 - Unknown
	0x1087d55f3 - Unknown
	0x107df3d51 - Unknown
	0x100d4751f - /private/tmp/helix/working/B4180995/p/shared/Microsoft.NETCore.App/7.0.0/libcoreclr.dylib : mono_jit_runtime_invoke
	0x100c652c8 - /private/tmp/helix/working/B4180995/p/shared/Microsoft.NETCore.App/7.0.0/libcoreclr.dylib : mono_runtime_invoke_checked
	0x100c6d93c - /private/tmp/helix/working/B4180995/p/shared/Microsoft.NETCore.App/7.0.0/libcoreclr.dylib : mono_runtime_try_invoke_array
	0x100c24ae7 - /private/tmp/helix/working/B4180995/p/shared/Microsoft.NETCore.App/7.0.0/libcoreclr.dylib : ves_icall_InternalInvoke
	0x100c30744 - /private/tmp/helix/working/B4180995/p/shared/Microsoft.NETCore.App/7.0.0/libcoreclr.dylib : ves_icall_InternalInvoke_raw
	0x10535ac29 - Unknown
	0x105359dd9 - Unknown
	0x107df9e0b - Unknown
	0x107df9d13 - Unknown
	0x107df964b - Unknown
	0x107df9503 - Unknown
	0x107df8d13 - Unknown
	0x107df8bdb - Unknown
	0x107df7273 - Unknown
	0x107df70d3 - Unknown
	0x107df00eb - Unknown
	0x107defca3 - Unknown
	0x107deeb03 - Unknown
	0x107dee72b - Unknown
	0x107decb51 - Unknown
	0x107debf33 - Unknown
	0x107deafeb - Unknown
	0x107de9c3b - Unknown
	0x107de9b43 - Unknown
	0x107de347b - Unknown
	0x107de3073 - Unknown
	0x107dd582b - Unknown
	0x107dd4643 - Unknown
	0x107dd4543 - Unknown
	0x107dccf23 - Unknown
	0x107ddc433 - Unknown
	0x107ddc10b - Unknown

=================================================================
	External Debugger Dump:
=================================================================

=================================================================
	Basic Fault Address Reporting
=================================================================
Memory around native instruction pointer (0x7fff6a4c933a):0x7fff6a4c932a  ff ff c3 90 90 90 b8 48 01 00 02 49 89 ca 0f 05  .......H...I....
0x7fff6a4c933a  73 08 48 89 c7 e9 e5 a2 ff ff c3 90 90 90 b8 53  s.H............S
0x7fff6a4c934a  00 00 02 49 89 ca 0f 05 73 08 48 89 c7 e9 cd a2  ...I....s.H.....
0x7fff6a4c935a  ff ff c3 90 90 90 b8 83 01 00 02 49 89 ca 0f 05  ...........I....

=================================================================
	Managed Stacktrace:
=================================================================
	  at <unknown> <0xffffffff>
	  at Gdip:GdipMeasureString <0x0015e>
	  at System.Drawing.Graphics:MeasureString <0x00402>
	  at System.Drawing.Graphics:MeasureString <0x00062>
	  at System.Drawing.Graphics:MeasureString <0x00092>
	  at MonoTests.System.Drawing.Imaging.MetafileFulltrustTest:Measure <0x00502>
	  at System.Object:runtime_invoke_void__this__ <0x000b0>
	  at <unknown> <0xffffffff>
	  at System.Reflection.RuntimeMethodInfo:InternalInvoke <0x000b8>
	  at System.Reflection.RuntimeMethodInfo:Invoke <0x0016a>
	  at System.Reflection.MethodBase:Invoke <0x00058>
	  at Xunit.Sdk.TestInvoker`1:CallTestMethod <0x0005a>
	  at <<InvokeTestMethodAsync>b__1>d:MoveNext <0x003f2>
	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000da>
	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder:Start <0x00042>
	  at <>c__DisplayClass48_0:<InvokeTestMethodAsync>b__1 <0x000d6>
	  at <AggregateAsync>d__4:MoveNext <0x000f5>
	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000da>
	  at Xunit.Sdk.ExecutionTimer:AggregateAsync <0x000d2>
	  at <>c__DisplayClass48_0:<InvokeTestMethodAsync>b__0 <0x0018a>
	  at <RunAsync>d__9:MoveNext <0x000a0>
	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000d2>
	  at Xunit.Sdk.ExceptionAggregator:RunAsync <0x000ca>
	  at <InvokeTestMethodAsync>d__48:MoveNext <0x00342>
	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000e2>
	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x00042>
	  at Xunit.Sdk.TestInvoker`1:InvokeTestMethodAsync <0x00106>
	  at Xunit.Sdk.XunitTestInvoker:InvokeTestMethodAsync <0x0013a>
	  at <<RunAsync>b__47_0>d:MoveNext <0x00731>
	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000ea>
	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x00042>
	  at Xunit.Sdk.TestInvoker`1:<RunAsync>b__47_0 <0x000de>
	  at <RunAsync>d__10`1:MoveNext <0x000a7>
	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000d2>
	  at Xunit.Sdk.ExceptionAggregator:RunAsync <0x000ca>
	  at Xunit.Sdk.TestInvoker`1:RunAsync <0x0012a>
	  at Xunit.Sdk.XunitTestRunner:InvokeTestMethodAsync <0x0010a>
	  at <InvokeTestAsync>d__4:MoveNext <0x00210>
	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000e2>
	  at Xunit.Sdk.XunitTestRunner:InvokeTestAsync <0x000da>
	  at <>c__DisplayClass43_0:<RunAsync>b__0 <0x00043>
	  at <RunAsync>d__10`1:MoveNext <0x000ab>
	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000da>
	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x00042>
	  at Xunit.Sdk.ExceptionAggregator:RunAsync <0x000ee>
	  at <RunAsync>d__43:MoveNext <0x005ca>
	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000ea>
	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x00042>
	  at Xunit.Sdk.TestRunner`1:RunAsync <0x000de>
	  at Xunit.Sdk.XunitTestCaseRunner:RunTestAsync <0x000f2>
	  at <RunAsync>d__19:MoveNext <0x003ca>
	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000e2>
	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x00042>
	  at Xunit.Sdk.TestCaseRunner`1:RunAsync <0x000de>
	  at Xunit.Sdk.XunitTestCase:RunAsync <0x000f2>
	  at Microsoft.DotNet.XUnitExtensions.SkippedFactTestCase:<>n__0 <0x00072>
	  at <RunAsync>d__2:MoveNext <0x00132>
	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x00102>
	  at Microsoft.DotNet.XUnitExtensions.SkippedFactTestCase:RunAsync <0x0018a>
	  at Xunit.Sdk.XunitTestMethodRunner:RunTestCaseAsync <0x000bd>
	  at <RunTestCasesAsync>d__32:MoveNext <0x001ed>
	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000ea>
	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x00042>
	  at Xunit.Sdk.TestMethodRunner`1:RunTestCasesAsync <0x000de>
	  at <RunAsync>d__31:MoveNext <0x001f8>
	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000da>
	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x00042>
	  at Xunit.Sdk.TestMethodRunner`1:RunAsync <0x000d6>
	  at Xunit.Sdk.XunitTestClassRunner:RunTestMethodAsync <0x0012a>
	  at <RunTestMethodsAsync>d__38:MoveNext <0x00b28>
	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000f2>
	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x00042>
	  at Xunit.Sdk.TestClassRunner`1:RunTestMethodsAsync <0x000e6>
	  at <RunAsync>d__37:MoveNext <0x00405>
	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000e2>
	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x00042>
	  at Xunit.Sdk.TestClassRunner`1:RunAsync <0x000de>
	  at Xunit.Sdk.XunitTestCollectionRunner:RunTestClassAsync <0x00132>
	  at <RunTestClassesAsync>d__28:MoveNext <0x004e7>
	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000ea>
	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x00042>
	  at Xunit.Sdk.TestCollectionRunner`1:RunTestClassesAsync <0x000de>
	  at <RunAsync>d__27:MoveNext <0x00402>
	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000e2>
	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x00042>
	  at Xunit.Sdk.TestCollectionRunner`1:RunAsync <0x000de>
	  at Xunit.Sdk.XunitTestAssemblyRunner:RunTestCollectionAsync <0x0010a>
	  at <>c__DisplayClass14_2:<RunTestCollectionsAsync>b__2 <0x00067>
	  at System.Threading.Tasks.Task`1:InnerInvoke <0x00097>
	  at <>c:<.cctor>b__271_0 <0x00036>
	  at System.Threading.ExecutionContext:RunInternal <0x000fd>
	  at System.Threading.Tasks.Task:ExecuteWithThreadLocal <0x00352>
	  at System.Threading.Tasks.Task:ExecuteEntry <0x000f2>
	  at <>c:<.cctor>b__8_0 <0x0006a>
	  at Xunit.Sdk.MaxConcurrencySyncContext:RunOnSyncContext <0x0006e>
	  at <>c__DisplayClass11_0:<WorkerThreadProc>b__0 <0x0005a>
	  at System.Threading.ExecutionContext:RunInternal <0x000fd>
	  at System.Threading.ExecutionContext:Run <0x00072>
	  at System.Object:lambda_method2 <0x0008a>
	  at Xunit.Sdk.ExecutionContextHelper:Run <0x00081>
	  at Xunit.Sdk.MaxConcurrencySyncContext:WorkerThreadProc <0x00262>
	  at <>c:<QueueUserWorkItem>b__5_0 <0x00076>
	  at System.Threading.Tasks.Task:InnerInvoke <0x000b5>
	  at <>c:<.cctor>b__271_0 <0x00036>
	  at System.Threading.ExecutionContext:RunInternal <0x000fd>
	  at System.Threading.Tasks.Task:ExecuteWithThreadLocal <0x00352>
	  at System.Threading.Tasks.Task:ExecuteEntryUnsafe <0x000ba>
	  at <>c:<.cctor>b__10_0 <0x0006a>
	  at System.Threading.Thread:StartCallback <0x00141>
	  at System.Object:runtime_invoke_void__this__ <0x000b0>
=================================================================
./RunTests.sh: line 162:   973 Abort trap: 6           (core dumped) "$RUNTIME_PATH/dotnet" exec --runtimeconfig System.Drawing.Common.Tests.runtimeconfig.json --depsfile System.Drawing.Common.Tests.deps.json xunit.console.dll System.Drawing.Common.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing $RSP_FILE
/private/tmp/helix/working/B4180995/w/B2600957/e
----- end Tue Oct 5 15:01:22 PDT 2021 ----- exit code 134 ----------------------------------------------------------
exit code 134 means SIGABRT Abort. Managed or native assert, or runtime check such as heap corruption, caused call to abort(). Core dumped.
ulimit -c value: unlimited
+ export _commandExitCode=134
+ _commandExitCode=134
+ /usr/local/bin/python3 /tmp/helix/working/B4180995/p/reporter/run.py https://dev.azure.com/dnceng/ public 40766988 eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Im9PdmN6NU1fN3AtSGpJS2xGWHo5M3VfVjBabyJ9.eyJuYW1laWQiOiJlNDI4NWM4Yy0zZmQ1LTQyNjctOWIxYy00MjE5NWM0N2E1NTMiLCJzY3AiOiJMb2NhdGlvblNlcnZpY2UuQ29ubmVjdCBQaXBlbGluZUNhY2hlLlJlYWRXcml0ZVJvb3RBY2Nlc3MgUmVhZEFuZFB1Ymxpc2hUZXN0OjllZTZkNDc4LWQyODgtNDdmNy1hYWNjLWY2ZTZkMDgyYWU2ZCBSZWFkQW5kVXBkYXRlQnVpbGRCeVVyaTo5ZWU2ZDQ3OC1kMjg4LTQ3ZjctYWFjYy1mNmU2ZDA4MmFlNmQvZG90bmV0L3J1bnRpbWUvNjg2OkJ1aWxkL0J1aWxkLzE0MDQ0NDMiLCJhdWkiOiI5YzMxN2VhOC1hOGIwLTQ2YmYtOGE1MC05NmEyM2YyNzM3ZTQiLCJzaWQiOiJlYmI2ZDJjYi1lMGNiLTRjMmItYjUzYS1lY2ViYzI0MTg1YWMiLCJCdWlsZElkIjoiOWVlNmQ0NzgtZDI4OC00N2Y3LWFhY2MtZjZlNmQwODJhZTZkOzE0MDQ0NDMiLCJwcGlkIjoidnN0ZnM6Ly8vQnVpbGQvQnVpbGQvMTQwNDQ0MyIsIm9yY2hpZCI6ImQ3ZDMzN2UxLWZiZGEtNGI1ZC1hYTA5LTM1ZmM5ODhhNDdhMC5saWJyYXJpZXNfdGVzdF9ydW5fcmVsZWFzZV9tb25vX29zeF94NjRfZGVidWcuX19kZWZhdWx0IiwiaXNzIjoiYXBwLnZzdG9rZW4udmlzdWFsc3R1ZGlvLmNvbSIsImF1ZCI6ImFwcC52c3Rva2VuLnZpc3VhbHN0dWRpby5jb218dnNvOmI1NWRlNGVkLTRiNWEtNDIxNS1hOGU0LTBhMGE1ZjcxZTdkOCIsIm5iZiI6MTYzMzQ3MDEzNSwiZXhwIjoxNjMzNDgwMzM1fQ.UIilFNfpraNQFTqlAppu__CkjPqPITxkVTbLyVAokp_3NVYOi_G94JUW_AlhfxFJYD_pkQsu_9l6IT6URSwoQ_GQvZSSeJd1DirBJpf5nf4KfxcG0qrzcDPWIvrotDhRZNOML0fnkLXy452MBYoD8AzbevdrU4H8KWvToGRGv1mlu8MPUkFUQ7PZY3HOu8QYW77HEEBz6bXc7nsotU8H0m3i4gmo3UDMRRtAnQhz1-n5kCt97sVW3uAqHT2jSOZwaBKkATNiHfNxxqLejAc0UkA0hXwRGTZ6aHspLLAKTUE9xBh5GIssHbe3CN3HgkDQS9SVvbB1G-HkvJ3rrWWsUQ
2021-10-05 15:01:22,957: INFO: 4625497536: run(48): main: Beginning reading of test results.
2021-10-05 15:01:22,958: INFO: 4625497536: __init__(48): get_log_files: Searching '/tmp/helix/working/B4180995/w/B2600957/e/..' for log files
2021-10-05 15:01:22,958: INFO: 4625497536: __init__(66): construct_log_list: Generated log list: console.9ef97f6e.log:
  https://helixre8s23ayyeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-57398-merge-b56d504ddae140c2bb/System.Drawing.Common.Tests/console.9ef97f6e.log?sv=2019-07-07&se=2021-10-25T21%3A57%3A41Z&sr=c&sp=rl&sig=2JJK%2FfB38i%2FuKQyhPxOZQ%2FkiARtch1S7lurNbn%2Fo%2B8g%3D

2021-10-05 15:01:22,958: INFO: 4625497536: __init__(90): read_results: Searching '/private/tmp/helix/working/B4180995/w/B2600957/e' for test results files
2021-10-05 15:01:22,958: INFO: 4625497536: __init__(90): read_results: Searching '/tmp/helix/working/B4180995/w/B2600957/uploads' for test results files
2021-10-05 15:01:22,959: WARNING: 4625497536: __init__(103): read_results: No results file found in any of the following formats: xunit, junit, trx
2021-10-05 15:01:22,959: INFO: 4625497536: packing_test_reporter(30): report_results: Packing 0 test reports to '/tmp/helix/working/B4180995/w/B2600957/e/__test_report.json'
2021-10-05 15:01:22,959: INFO: 4625497536: packing_test_reporter(33): report_results: Packed 1677 bytes
Found log '/tmp/helix/working/B4180995/w/B2600957/e/../console.9ef97f6e.log'
Uri 'https://helixre8s23ayyeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-57398-merge-b56d504ddae140c2bb/System.Drawing.Common.Tests/console.9ef97f6e.log?sv=2019-07-07&se=2021-10-25T21%3A57%3A41Z&sr=c&sp=rl&sig=2JJK%2FfB38i%2FuKQyhPxOZQ%2FkiARtch1S7lurNbn%2Fo%2B8g%3D'
+ exit 134
@eerhardt eerhardt added area-VM-meta-mono runtime-mono specific to the Mono runtime labels Oct 6, 2021
@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged New issue has not been triaged by the area owner label Oct 6, 2021
@ghost
Copy link

ghost commented Oct 6, 2021

Tagging subscribers to this area:
See info in area-owners.md if you want to be subscribed.

Issue Details

The System.Drawing.Common.Tests failed on mono OSX x64 in #57398.

https://github.com/dotnet/runtime/pull/57398/checks?check_run_id=3808596321

https://dev.azure.com/dnceng/public/_build/results?buildId=1404443&view=logs&j=c6f8dc49-92a1-5760-c098-ba97b8142bfb&t=5d5289b6-723b-5155-5d15-b590d280a14a&l=58

https://helix.dot.net/api/2019-06-17/jobs/b56d504d-dae1-40c2-bb88-b1e05115fb95/workitems/System.Drawing.Common.Tests/console

Console log: 'System.Drawing.Common.Tests' from job b56d504d-dae1-40c2-bb88-b1e05115fb95 workitem 1db46b0f-d200-4db8-8ecb-13512a074a60 (osx.1015.amd64.open) executed on machine dci-mac-build-184.local
+ ./RunTests.sh --runtime-path /tmp/helix/working/B4180995/p
----- start Tue Oct 5 15:01:15 PDT 2021 =============== To repro directly: =====================================================
pushd .
/tmp/helix/working/B4180995/p/dotnet exec --runtimeconfig System.Drawing.Common.Tests.runtimeconfig.json --depsfile System.Drawing.Common.Tests.deps.json xunit.console.dll System.Drawing.Common.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing 
popd
===========================================================================================================
/private/tmp/helix/working/B4180995/w/B2600957/e /private/tmp/helix/working/B4180995/w/B2600957/e
  Discovering: System.Drawing.Common.Tests (method display = ClassAndMethod, method display options = None)
  Discovered:  System.Drawing.Common.Tests (found 1641 of 2061 test cases)
  Starting:    System.Drawing.Common.Tests (parallel test collections = on, max threads = 12)
    System.Drawing.Printing.Tests.PrintControllerTests.OnStartPage_InvokeWithPrint_ReturnsNull [SKIP]
      Condition(s) not met: "IsAnyInstalledPrinters"
    System.Drawing.Tests.Graphics_GetContextTests.GetContextInfo_TransformAndClip [SKIP]
      Condition(s) not met: "GetIsWindows"
    System.Drawing.Tests.Graphics_GetContextTests.GetContextInfo_New_Transform [SKIP]
      Condition(s) not met: "GetIsWindows"
    System.Drawing.Tests.Graphics_GetContextTests.GetContextInfo_New_Clipping [SKIP]
      Condition(s) not met: "GetIsWindows"
    System.Drawing.Tests.Graphics_GetContextTests.GetContextInfo_ClipAndTransformSaveState [SKIP]
      Condition(s) not met: "GetIsWindows"
    System.Drawing.Tests.Graphics_GetContextTests.GetContextInfo_New_DefaultGraphics [SKIP]
      Condition(s) not met: "GetIsWindows"
    System.Drawing.Tests.Graphics_GetContextTests.GetContextInfo_Transform [SKIP]
      Condition(s) not met: "GetIsWindows"
    System.Drawing.Tests.Graphics_GetContextTests.GetContextInfo_ClipAndTransformSaveAndRestoreState [SKIP]
      Condition(s) not met: "GetIsWindows"
    System.Drawing.Tests.Graphics_GetContextTests.GetContextInfo_New_ClipAndTransform [SKIP]
      Condition(s) not met: "GetIsWindows"
    System.Drawing.Tests.Graphics_GetContextTests.GetContextInfo_ClipAndTransform [SKIP]
      Condition(s) not met: "GetIsWindows"
    System.Drawing.Tests.Graphics_GetContextTests.GetContextInfo_DefaultGraphics [SKIP]
      Condition(s) not met: "GetIsWindows"
    System.Drawing.Tests.Graphics_GetContextTests.GetContextInfo_Clipping [SKIP]
      Condition(s) not met: "GetIsWindows"
    System.Drawing.Tests.Graphics_GetContextTests.GetContextInfo_New_TransformAndClip [SKIP]
      Condition(s) not met: "GetIsWindows"
    System.Drawing.Tests.Graphics_GetContextTests.GetContextInfo_New_ClipAndTransformSaveState [SKIP]
      Condition(s) not met: "GetIsWindows"
    System.Drawing.Tests.Graphics_GetContextTests.GetContextInfo_New_ClipAndTransformSaveAndRestoreState [SKIP]
      Condition(s) not met: "GetIsWindows"

=================================================================
	Native Crash Reporting
=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries 
used by your application.
=================================================================

=================================================================
	Native stacktrace:
=================================================================
	0x100e4dc05 - /private/tmp/helix/working/B4180995/p/shared/Microsoft.NETCore.App/7.0.0/libcoreclr.dylib : mono_dump_native_crash_info
	0x100dee01e - /private/tmp/helix/working/B4180995/p/shared/Microsoft.NETCore.App/7.0.0/libcoreclr.dylib : mono_handle_native_crash
	0x100ef1538 - /private/tmp/helix/working/B4180995/p/shared/Microsoft.NETCore.App/7.0.0/libcoreclr.dylib : sigabrt_signal_handler.cold.1
	0x100e4d538 - /private/tmp/helix/working/B4180995/p/shared/Microsoft.NETCore.App/7.0.0/libcoreclr.dylib : sigabrt_signal_handler
	0x7fff6a57a5fd - /usr/lib/system/libsystem_platform.dylib : _sigtramp
	0x10c70e107 - Unknown
	0x7fff6a450808 - /usr/lib/system/libsystem_c.dylib : abort
	0x7fff6a54650b - /usr/lib/system/libsystem_malloc.dylib : has_default_zone0
	0x7fff6a557d27 - /usr/lib/system/libsystem_malloc.dylib : malloc_zone_error
	0x105568497 - /usr/local/opt/glib/lib/libglib-2.0.0.dylib : g_hash_table_insert_node
	0x10556906d - /usr/local/opt/glib/lib/libglib-2.0.0.dylib : g_hash_table_insert
	0x105a9b274 - /usr/local/Cellar/pango/1.48.3/lib/libpangoft2-1.0.0.dylib : pango_fc_fontset_get_font_at
	0x105a9ad1b - /usr/local/Cellar/pango/1.48.3/lib/libpangoft2-1.0.0.dylib : pango_fc_fontset_foreach
	0x1054a72d2 - /usr/local/opt/pango/lib/libpango-1.0.0.dylib : get_font
	0x1054a6466 - /usr/local/opt/pango/lib/libpango-1.0.0.dylib : itemize_state_process_run
	0x1054a5b28 - /usr/local/opt/pango/lib/libpango-1.0.0.dylib : pango_itemize_with_base_dir
	0x1054acae2 - /usr/local/opt/pango/lib/libpango-1.0.0.dylib : pango_layout_check_lines
	0x1054b306f - /usr/local/opt/pango/lib/libpango-1.0.0.dylib : pango_layout_get_extents_internal
	0x1054b37e8 - /usr/local/opt/pango/lib/libpango-1.0.0.dylib : pango_layout_get_pixel_extents
	0x10542822f - /usr/local/Cellar/mono-libgdiplus/6.0.5_1/lib/libgdiplus.0.dylib : gdip_pango_setup_layout
	0x105428b6a - /usr/local/Cellar/mono-libgdiplus/6.0.5_1/lib/libgdiplus.0.dylib : pango_MeasureString
	0x1087d814f - Unknown
	0x1087d6d53 - Unknown
	0x1087d55f3 - Unknown
	0x107df3d51 - Unknown
	0x100d4751f - /private/tmp/helix/working/B4180995/p/shared/Microsoft.NETCore.App/7.0.0/libcoreclr.dylib : mono_jit_runtime_invoke
	0x100c652c8 - /private/tmp/helix/working/B4180995/p/shared/Microsoft.NETCore.App/7.0.0/libcoreclr.dylib : mono_runtime_invoke_checked
	0x100c6d93c - /private/tmp/helix/working/B4180995/p/shared/Microsoft.NETCore.App/7.0.0/libcoreclr.dylib : mono_runtime_try_invoke_array
	0x100c24ae7 - /private/tmp/helix/working/B4180995/p/shared/Microsoft.NETCore.App/7.0.0/libcoreclr.dylib : ves_icall_InternalInvoke
	0x100c30744 - /private/tmp/helix/working/B4180995/p/shared/Microsoft.NETCore.App/7.0.0/libcoreclr.dylib : ves_icall_InternalInvoke_raw
	0x10535ac29 - Unknown
	0x105359dd9 - Unknown
	0x107df9e0b - Unknown
	0x107df9d13 - Unknown
	0x107df964b - Unknown
	0x107df9503 - Unknown
	0x107df8d13 - Unknown
	0x107df8bdb - Unknown
	0x107df7273 - Unknown
	0x107df70d3 - Unknown
	0x107df00eb - Unknown
	0x107defca3 - Unknown
	0x107deeb03 - Unknown
	0x107dee72b - Unknown
	0x107decb51 - Unknown
	0x107debf33 - Unknown
	0x107deafeb - Unknown
	0x107de9c3b - Unknown
	0x107de9b43 - Unknown
	0x107de347b - Unknown
	0x107de3073 - Unknown
	0x107dd582b - Unknown
	0x107dd4643 - Unknown
	0x107dd4543 - Unknown
	0x107dccf23 - Unknown
	0x107ddc433 - Unknown
	0x107ddc10b - Unknown

=================================================================
	External Debugger Dump:
=================================================================

=================================================================
	Basic Fault Address Reporting
=================================================================
Memory around native instruction pointer (0x7fff6a4c933a):0x7fff6a4c932a  ff ff c3 90 90 90 b8 48 01 00 02 49 89 ca 0f 05  .......H...I....
0x7fff6a4c933a  73 08 48 89 c7 e9 e5 a2 ff ff c3 90 90 90 b8 53  s.H............S
0x7fff6a4c934a  00 00 02 49 89 ca 0f 05 73 08 48 89 c7 e9 cd a2  ...I....s.H.....
0x7fff6a4c935a  ff ff c3 90 90 90 b8 83 01 00 02 49 89 ca 0f 05  ...........I....

=================================================================
	Managed Stacktrace:
=================================================================
	  at <unknown> <0xffffffff>
	  at Gdip:GdipMeasureString <0x0015e>
	  at System.Drawing.Graphics:MeasureString <0x00402>
	  at System.Drawing.Graphics:MeasureString <0x00062>
	  at System.Drawing.Graphics:MeasureString <0x00092>
	  at MonoTests.System.Drawing.Imaging.MetafileFulltrustTest:Measure <0x00502>
	  at System.Object:runtime_invoke_void__this__ <0x000b0>
	  at <unknown> <0xffffffff>
	  at System.Reflection.RuntimeMethodInfo:InternalInvoke <0x000b8>
	  at System.Reflection.RuntimeMethodInfo:Invoke <0x0016a>
	  at System.Reflection.MethodBase:Invoke <0x00058>
	  at Xunit.Sdk.TestInvoker`1:CallTestMethod <0x0005a>
	  at <<InvokeTestMethodAsync>b__1>d:MoveNext <0x003f2>
	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000da>
	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder:Start <0x00042>
	  at <>c__DisplayClass48_0:<InvokeTestMethodAsync>b__1 <0x000d6>
	  at <AggregateAsync>d__4:MoveNext <0x000f5>
	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000da>
	  at Xunit.Sdk.ExecutionTimer:AggregateAsync <0x000d2>
	  at <>c__DisplayClass48_0:<InvokeTestMethodAsync>b__0 <0x0018a>
	  at <RunAsync>d__9:MoveNext <0x000a0>
	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000d2>
	  at Xunit.Sdk.ExceptionAggregator:RunAsync <0x000ca>
	  at <InvokeTestMethodAsync>d__48:MoveNext <0x00342>
	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000e2>
	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x00042>
	  at Xunit.Sdk.TestInvoker`1:InvokeTestMethodAsync <0x00106>
	  at Xunit.Sdk.XunitTestInvoker:InvokeTestMethodAsync <0x0013a>
	  at <<RunAsync>b__47_0>d:MoveNext <0x00731>
	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000ea>
	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x00042>
	  at Xunit.Sdk.TestInvoker`1:<RunAsync>b__47_0 <0x000de>
	  at <RunAsync>d__10`1:MoveNext <0x000a7>
	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000d2>
	  at Xunit.Sdk.ExceptionAggregator:RunAsync <0x000ca>
	  at Xunit.Sdk.TestInvoker`1:RunAsync <0x0012a>
	  at Xunit.Sdk.XunitTestRunner:InvokeTestMethodAsync <0x0010a>
	  at <InvokeTestAsync>d__4:MoveNext <0x00210>
	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000e2>
	  at Xunit.Sdk.XunitTestRunner:InvokeTestAsync <0x000da>
	  at <>c__DisplayClass43_0:<RunAsync>b__0 <0x00043>
	  at <RunAsync>d__10`1:MoveNext <0x000ab>
	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000da>
	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x00042>
	  at Xunit.Sdk.ExceptionAggregator:RunAsync <0x000ee>
	  at <RunAsync>d__43:MoveNext <0x005ca>
	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000ea>
	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x00042>
	  at Xunit.Sdk.TestRunner`1:RunAsync <0x000de>
	  at Xunit.Sdk.XunitTestCaseRunner:RunTestAsync <0x000f2>
	  at <RunAsync>d__19:MoveNext <0x003ca>
	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000e2>
	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x00042>
	  at Xunit.Sdk.TestCaseRunner`1:RunAsync <0x000de>
	  at Xunit.Sdk.XunitTestCase:RunAsync <0x000f2>
	  at Microsoft.DotNet.XUnitExtensions.SkippedFactTestCase:<>n__0 <0x00072>
	  at <RunAsync>d__2:MoveNext <0x00132>
	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x00102>
	  at Microsoft.DotNet.XUnitExtensions.SkippedFactTestCase:RunAsync <0x0018a>
	  at Xunit.Sdk.XunitTestMethodRunner:RunTestCaseAsync <0x000bd>
	  at <RunTestCasesAsync>d__32:MoveNext <0x001ed>
	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000ea>
	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x00042>
	  at Xunit.Sdk.TestMethodRunner`1:RunTestCasesAsync <0x000de>
	  at <RunAsync>d__31:MoveNext <0x001f8>
	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000da>
	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x00042>
	  at Xunit.Sdk.TestMethodRunner`1:RunAsync <0x000d6>
	  at Xunit.Sdk.XunitTestClassRunner:RunTestMethodAsync <0x0012a>
	  at <RunTestMethodsAsync>d__38:MoveNext <0x00b28>
	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000f2>
	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x00042>
	  at Xunit.Sdk.TestClassRunner`1:RunTestMethodsAsync <0x000e6>
	  at <RunAsync>d__37:MoveNext <0x00405>
	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000e2>
	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x00042>
	  at Xunit.Sdk.TestClassRunner`1:RunAsync <0x000de>
	  at Xunit.Sdk.XunitTestCollectionRunner:RunTestClassAsync <0x00132>
	  at <RunTestClassesAsync>d__28:MoveNext <0x004e7>
	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000ea>
	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x00042>
	  at Xunit.Sdk.TestCollectionRunner`1:RunTestClassesAsync <0x000de>
	  at <RunAsync>d__27:MoveNext <0x00402>
	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000e2>
	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x00042>
	  at Xunit.Sdk.TestCollectionRunner`1:RunAsync <0x000de>
	  at Xunit.Sdk.XunitTestAssemblyRunner:RunTestCollectionAsync <0x0010a>
	  at <>c__DisplayClass14_2:<RunTestCollectionsAsync>b__2 <0x00067>
	  at System.Threading.Tasks.Task`1:InnerInvoke <0x00097>
	  at <>c:<.cctor>b__271_0 <0x00036>
	  at System.Threading.ExecutionContext:RunInternal <0x000fd>
	  at System.Threading.Tasks.Task:ExecuteWithThreadLocal <0x00352>
	  at System.Threading.Tasks.Task:ExecuteEntry <0x000f2>
	  at <>c:<.cctor>b__8_0 <0x0006a>
	  at Xunit.Sdk.MaxConcurrencySyncContext:RunOnSyncContext <0x0006e>
	  at <>c__DisplayClass11_0:<WorkerThreadProc>b__0 <0x0005a>
	  at System.Threading.ExecutionContext:RunInternal <0x000fd>
	  at System.Threading.ExecutionContext:Run <0x00072>
	  at System.Object:lambda_method2 <0x0008a>
	  at Xunit.Sdk.ExecutionContextHelper:Run <0x00081>
	  at Xunit.Sdk.MaxConcurrencySyncContext:WorkerThreadProc <0x00262>
	  at <>c:<QueueUserWorkItem>b__5_0 <0x00076>
	  at System.Threading.Tasks.Task:InnerInvoke <0x000b5>
	  at <>c:<.cctor>b__271_0 <0x00036>
	  at System.Threading.ExecutionContext:RunInternal <0x000fd>
	  at System.Threading.Tasks.Task:ExecuteWithThreadLocal <0x00352>
	  at System.Threading.Tasks.Task:ExecuteEntryUnsafe <0x000ba>
	  at <>c:<.cctor>b__10_0 <0x0006a>
	  at System.Threading.Thread:StartCallback <0x00141>
	  at System.Object:runtime_invoke_void__this__ <0x000b0>
=================================================================
./RunTests.sh: line 162:   973 Abort trap: 6           (core dumped) "$RUNTIME_PATH/dotnet" exec --runtimeconfig System.Drawing.Common.Tests.runtimeconfig.json --depsfile System.Drawing.Common.Tests.deps.json xunit.console.dll System.Drawing.Common.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing $RSP_FILE
/private/tmp/helix/working/B4180995/w/B2600957/e
----- end Tue Oct 5 15:01:22 PDT 2021 ----- exit code 134 ----------------------------------------------------------
exit code 134 means SIGABRT Abort. Managed or native assert, or runtime check such as heap corruption, caused call to abort(). Core dumped.
ulimit -c value: unlimited
+ export _commandExitCode=134
+ _commandExitCode=134
+ /usr/local/bin/python3 /tmp/helix/working/B4180995/p/reporter/run.py https://dev.azure.com/dnceng/ public 40766988 eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Im9PdmN6NU1fN3AtSGpJS2xGWHo5M3VfVjBabyJ9.eyJuYW1laWQiOiJlNDI4NWM4Yy0zZmQ1LTQyNjctOWIxYy00MjE5NWM0N2E1NTMiLCJzY3AiOiJMb2NhdGlvblNlcnZpY2UuQ29ubmVjdCBQaXBlbGluZUNhY2hlLlJlYWRXcml0ZVJvb3RBY2Nlc3MgUmVhZEFuZFB1Ymxpc2hUZXN0OjllZTZkNDc4LWQyODgtNDdmNy1hYWNjLWY2ZTZkMDgyYWU2ZCBSZWFkQW5kVXBkYXRlQnVpbGRCeVVyaTo5ZWU2ZDQ3OC1kMjg4LTQ3ZjctYWFjYy1mNmU2ZDA4MmFlNmQvZG90bmV0L3J1bnRpbWUvNjg2OkJ1aWxkL0J1aWxkLzE0MDQ0NDMiLCJhdWkiOiI5YzMxN2VhOC1hOGIwLTQ2YmYtOGE1MC05NmEyM2YyNzM3ZTQiLCJzaWQiOiJlYmI2ZDJjYi1lMGNiLTRjMmItYjUzYS1lY2ViYzI0MTg1YWMiLCJCdWlsZElkIjoiOWVlNmQ0NzgtZDI4OC00N2Y3LWFhY2MtZjZlNmQwODJhZTZkOzE0MDQ0NDMiLCJwcGlkIjoidnN0ZnM6Ly8vQnVpbGQvQnVpbGQvMTQwNDQ0MyIsIm9yY2hpZCI6ImQ3ZDMzN2UxLWZiZGEtNGI1ZC1hYTA5LTM1ZmM5ODhhNDdhMC5saWJyYXJpZXNfdGVzdF9ydW5fcmVsZWFzZV9tb25vX29zeF94NjRfZGVidWcuX19kZWZhdWx0IiwiaXNzIjoiYXBwLnZzdG9rZW4udmlzdWFsc3R1ZGlvLmNvbSIsImF1ZCI6ImFwcC52c3Rva2VuLnZpc3VhbHN0dWRpby5jb218dnNvOmI1NWRlNGVkLTRiNWEtNDIxNS1hOGU0LTBhMGE1ZjcxZTdkOCIsIm5iZiI6MTYzMzQ3MDEzNSwiZXhwIjoxNjMzNDgwMzM1fQ.UIilFNfpraNQFTqlAppu__CkjPqPITxkVTbLyVAokp_3NVYOi_G94JUW_AlhfxFJYD_pkQsu_9l6IT6URSwoQ_GQvZSSeJd1DirBJpf5nf4KfxcG0qrzcDPWIvrotDhRZNOML0fnkLXy452MBYoD8AzbevdrU4H8KWvToGRGv1mlu8MPUkFUQ7PZY3HOu8QYW77HEEBz6bXc7nsotU8H0m3i4gmo3UDMRRtAnQhz1-n5kCt97sVW3uAqHT2jSOZwaBKkATNiHfNxxqLejAc0UkA0hXwRGTZ6aHspLLAKTUE9xBh5GIssHbe3CN3HgkDQS9SVvbB1G-HkvJ3rrWWsUQ
2021-10-05 15:01:22,957: INFO: 4625497536: run(48): main: Beginning reading of test results.
2021-10-05 15:01:22,958: INFO: 4625497536: __init__(48): get_log_files: Searching '/tmp/helix/working/B4180995/w/B2600957/e/..' for log files
2021-10-05 15:01:22,958: INFO: 4625497536: __init__(66): construct_log_list: Generated log list: console.9ef97f6e.log:
  https://helixre8s23ayyeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-57398-merge-b56d504ddae140c2bb/System.Drawing.Common.Tests/console.9ef97f6e.log?sv=2019-07-07&se=2021-10-25T21%3A57%3A41Z&sr=c&sp=rl&sig=2JJK%2FfB38i%2FuKQyhPxOZQ%2FkiARtch1S7lurNbn%2Fo%2B8g%3D

2021-10-05 15:01:22,958: INFO: 4625497536: __init__(90): read_results: Searching '/private/tmp/helix/working/B4180995/w/B2600957/e' for test results files
2021-10-05 15:01:22,958: INFO: 4625497536: __init__(90): read_results: Searching '/tmp/helix/working/B4180995/w/B2600957/uploads' for test results files
2021-10-05 15:01:22,959: WARNING: 4625497536: __init__(103): read_results: No results file found in any of the following formats: xunit, junit, trx
2021-10-05 15:01:22,959: INFO: 4625497536: packing_test_reporter(30): report_results: Packing 0 test reports to '/tmp/helix/working/B4180995/w/B2600957/e/__test_report.json'
2021-10-05 15:01:22,959: INFO: 4625497536: packing_test_reporter(33): report_results: Packed 1677 bytes
Found log '/tmp/helix/working/B4180995/w/B2600957/e/../console.9ef97f6e.log'
Uri 'https://helixre8s23ayyeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-57398-merge-b56d504ddae140c2bb/System.Drawing.Common.Tests/console.9ef97f6e.log?sv=2019-07-07&se=2021-10-25T21%3A57%3A41Z&sr=c&sp=rl&sig=2JJK%2FfB38i%2FuKQyhPxOZQ%2FkiARtch1S7lurNbn%2Fo%2B8g%3D'
+ exit 134
Author: eerhardt
Assignees: -
Labels:

area-VM-meta-mono, runtime-mono

Milestone: -

@danmoseley
Copy link
Member

Probably a bug in libgdiplus.

@marek-safar marek-safar removed the untriaged New issue has not been triaged by the area owner label Jul 20, 2022
@marek-safar marek-safar added this to the Future milestone Jul 20, 2022
@eerhardt
Copy link
Member Author

Closing, as System.Drawing is no longer supported on non-Windows platforms and these tests are no longer executed.

@ghost ghost locked as resolved and limited conversation to collaborators Feb 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-VM-meta-mono runtime-mono specific to the Mono runtime
Projects
None yet
Development

No branches or pull requests

3 participants