dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
14.33k stars 4.49k forks source link

[outerloop] System.Runtime.Tests crash with exit code 137 in linux debug coreclr #98964

Open carlossanlop opened 3 months ago

carlossanlop commented 3 months ago

Found in a PR that fixed an unrelated failure affecting all outerloop runs, hiding other failures. https://github.com/dotnet/runtime/pull/97135

Error Blob

{
  "ErrorMessage": "",
  "BuildRetry": false,
  "ErrorPattern": "Killed.+System\\.Runtime\\.Tests\\.runtimeconfig\\.json.+OuterLoop",
  "ExcludeConsoleLog": false
}

Reproduction Steps

========================== End custom configuration settings ===============================
----- start Mon Feb 26 23:56:03 UTC 2024 =============== To repro directly: =====================================================
pushd .
/root/helix/work/correlation/dotnet exec --runtimeconfig System.Runtime.Tests.runtimeconfig.json --depsfile System.Runtime.Tests.deps.json xunit.console.dll System.Runtime.Tests.dll -xml testResults.xml -nologo -nocolor -trait category=OuterLoop -notrait category=AdditionalTimezoneChecks -notrait category=IgnoreForCI -notrait category=failing 
popd
===========================================================================================================
/root/helix/work/workitem/e /root/helix/work/workitem/e
  Discovering: System.Runtime.Tests (method display = ClassAndMethod, method display options = None)
  Discovered:  System.Runtime.Tests (found 29 of 9308 test cases)
  Starting:    System.Runtime.Tests (parallel test collections = on [2 threads], stop on fail = off)
./RunTests.sh: line 180:    21 Killed                  "$RUNTIME_PATH/dotnet" exec --runtimeconfig System.Runtime.Tests.runtimeconfig.json --depsfile System.Runtime.Tests.deps.json xunit.console.dll System.Runtime.Tests.dll -xml testResults.xml -nologo -nocolor -trait category=OuterLoop -notrait category=AdditionalTimezoneChecks -notrait category=IgnoreForCI -notrait category=failing $RSP_FILE
/root/helix/work/workitem/e
----- end Mon Feb 26 23:56:28 UTC 2024 ----- exit code 137 ----------------------------------------------------------
exit code 137 means SIGKILL Killed either due to out of memory/resources (see /var/log/messages) or by explicit kill.
ulimit -c value: unlimited
cat /proc/sys/kernel/core_pattern: /home/helixbot/dotnetbuild/dumps/core.%u.%p
cat /proc/sys/kernel/core_uses_pid: 1
cat: /proc/sys/kernel/coredump_filter: No such file or directory
cat /proc/sys/kernel/coredump_filter:
Looking around for any Linux dumps...
Looking for files matching core.* ...
----- start =============== XUnitLogChecker Output =====================================================
dmesg: klogctl: Operation not permitted
No dumps found in /home/helixbot/dotnetbuild/dumps.
----- end =============== XUnitLogChecker Output - exit code 0 ===========================
+ export '_commandExitCode=137'
+ python /root/helix/work/correlation/reporter/run.py https://dev.azure.com/dnceng-public/ public 13931354 eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Im9PdmN6NU1fN3AtSGpJS2xGWHo5M3VfVjBabyJ9.eyJuYW1laWQiOiJjNzczZjJjMi01MTIwLTQyMDctYWZlMi1hZmFmMzVhOGJjMGEiLCJzY3AiOiJhcHBfdG9rZW4iLCJhdWkiOiJhMTBlYjk0MS0xNzM2LTRjNzYtOWFiZC1iZDBlZGYxNjg0ODgiLCJzaWQiOiIxZTViN2VlMC1iNmQyLTQzNjgtODZjOS0zOTQ5MGIxM2FlODAiLCJCdWlsZElkIjoiY2JiMTgyNjEtYzQ4Zi00YWJiLTg2NTEtOGNkY2I1NDc0NjQ5OzU4MDE5NSIsImpvYnJlZiI6IjMxNTZhMmQwLTExYWItNGExMC04NTA0LWY3Y2UxM2ZiMTk2OTo1OTJlZWQ4OS03OGY1LTUyMDItOWRhNS1hZDE3ZGYzYmVmNGEiLCJwcGlkIjoidnN0ZnM6Ly8vQnVpbGQvQnVpbGQvNTgwMTk1Iiwib3JjaGlkIjoiMzE1NmEyZDAtMTFhYi00YTEwLTg1MDQtZjdjZTEzZmIxOTY5LmJ1aWxkLmJ1aWxkX2xpbnV4X211c2xfeDY0X2RlYnVnX2NvcmVjbHJfZGVidWcuX19kZWZhdWx0IiwicmVwb0lkcyI6IiIsImlzcyI6ImFwcC52c3Rva2VuLnZpc3VhbHN0dWRpby5jb20iLCJhdWQiOiJhcHAudnN0b2tlbi52aXN1YWxzdHVkaW8uY29tfHZzbzo2ZmNjOTJlNS03M2E3LTRmODgtOGQxMy1kOTA0NWI0NWZiMjciLCJuYmYiOjE3MDg5ODg5MzgsImV4cCI6MTcwOTAwMDkzOH0.rjlcWYrlHLfuHwUtUIiDkhhUDwy8cnQZ3rCBJjmd8FuCN0BDFzjz0jEMQEbQ9WZ7LHqdWN40vrD1MHH2p9a2tC9JYY7ca4b2w8Yy05wlbG-_cjF_ksT3jfhgz4EOLBiSmE7-bW_m1b3gtKHo-rdFDyMt_vciLiIB_C3543QhcPGJJdph5ok1SjBVKbl1q9wzw4Tut1lLyo8-ToLRotVPvv2Fahz3TSp--EDbdhY2SYtNrPyGVW7t9F8o3TZdG5iyrtyTnCAlr2Qdu-cOUJhyXM_4vhztXvLdgDMuDgGINPpA7sDXoqo_7LB9RP1iNc35uIEM-430j7jeG9MDrZzEZQ
2024-02-26T23:56:35.053Z    INFO    run.py  run(48) main    Beginning reading of test results.
2024-02-26T23:56:35.054Z    INFO    run.py  __init__(42)    read_results    Searching '/root/helix/work/workitem/e' for test results files
2024-02-26T23:56:35.054Z    INFO    run.py  __init__(42)    read_results    Searching '/root/helix/work/workitem/uploads' for test results files
2024-02-26T23:56:35.062Z    WARNING run.py  __init__(55)    read_results    No results file found in any of the following formats: xunit, junit, trx
2024-02-26T23:56:35.063Z    INFO    run.py  packing_test_reporter(30)   report_results  Packing 0 test reports to '/root/helix/work/workitem/e/__test_report.json'
2024-02-26T23:56:35.067Z    INFO    run.py  packing_test_reporter(33)   report_results  Packed 1541 bytes
+ python /root/helix/work/correlation/gen-debug-dump-docs.py -buildid 580195 -workitem System.Runtime.Tests -jobid 6fc0e798-b0d8-4fd9-9e43-a36cfb9441c4 -outdir /root/helix/work/workitem/uploads -templatedir /root/helix/work/correlation -dumpdir /home/helixbot/dotnetbuild/dumps -productver 9.0.0
gen-debug-dump-docs.py: Did not find dumps, skipping dump docs generation.
+ exit 137
+ export '_commandExitCode=137'
+ chmod -R 777 /home/helixbot/dotnetbuild/dumps
+ exit 137

[END EXECUTION]
Exit Code:137

Report

Build Definition Test Pull Request
694809 dotnet/runtime System.Runtime.Tests.WorkItemExecution
694800 dotnet/runtime System.Runtime.Tests.WorkItemExecution
694807 dotnet/runtime System.Runtime.Tests.WorkItemExecution
694813 dotnet/runtime System.Runtime.Tests.WorkItemExecution
694814 dotnet/runtime System.Runtime.Tests.WorkItemExecution
694798 dotnet/runtime System.Runtime.Tests.WorkItemExecution
693780 dotnet/runtime System.Runtime.Tests.WorkItemExecution
693776 dotnet/runtime System.Runtime.Tests.WorkItemExecution
693771 dotnet/runtime System.Runtime.Tests.WorkItemExecution
693773 dotnet/runtime System.Runtime.Tests.WorkItemExecution
693769 dotnet/runtime System.Runtime.Tests.WorkItemExecution
693760 dotnet/runtime System.Runtime.Tests.WorkItemExecution
692420 dotnet/runtime System.Runtime.Tests.WorkItemExecution
692417 dotnet/runtime System.Runtime.Tests.WorkItemExecution
692396 dotnet/runtime System.Runtime.Tests.WorkItemExecution
692413 dotnet/runtime System.Runtime.Tests.WorkItemExecution
692394 dotnet/runtime System.Runtime.Tests.WorkItemExecution
692393 dotnet/runtime System.Runtime.Tests.WorkItemExecution
690890 dotnet/runtime System.Runtime.Tests.WorkItemExecution
690872 dotnet/runtime System.Runtime.Tests.WorkItemExecution
690882 dotnet/runtime System.Runtime.Tests.WorkItemExecution
690881 dotnet/runtime System.Runtime.Tests.WorkItemExecution
690875 dotnet/runtime System.Runtime.Tests.WorkItemExecution
690869 dotnet/runtime System.Runtime.Tests.WorkItemExecution
689374 dotnet/runtime System.Runtime.Tests.WorkItemExecution
689372 dotnet/runtime System.Runtime.Tests.WorkItemExecution
689366 dotnet/runtime System.Runtime.Tests.WorkItemExecution
689367 dotnet/runtime System.Runtime.Tests.WorkItemExecution
689360 dotnet/runtime System.Runtime.Tests.WorkItemExecution
689365 dotnet/runtime System.Runtime.Tests.WorkItemExecution
688422 dotnet/runtime System.Runtime.Tests.WorkItemExecution
688410 dotnet/runtime System.Runtime.Tests.WorkItemExecution
688405 dotnet/runtime System.Runtime.Tests.WorkItemExecution
688406 dotnet/runtime System.Runtime.Tests.WorkItemExecution
688425 dotnet/runtime System.Runtime.Tests.WorkItemExecution
688418 dotnet/runtime System.Runtime.Tests.WorkItemExecution
687900 dotnet/runtime System.Runtime.Tests.WorkItemExecution
687895 dotnet/runtime System.Runtime.Tests.WorkItemExecution
687913 dotnet/runtime System.Runtime.Tests.WorkItemExecution
687892 dotnet/runtime System.Runtime.Tests.WorkItemExecution
687903 dotnet/runtime System.Runtime.Tests.WorkItemExecution
687907 dotnet/runtime System.Runtime.Tests.WorkItemExecution
687468 dotnet/runtime System.Runtime.Tests.WorkItemExecution
687452 dotnet/runtime System.Runtime.Tests.WorkItemExecution
687464 dotnet/runtime System.Runtime.Tests.WorkItemExecution
687448 dotnet/runtime System.Runtime.Tests.WorkItemExecution
687450 dotnet/runtime System.Runtime.Tests.WorkItemExecution
687445 dotnet/runtime System.Runtime.Tests.WorkItemExecution
686474 dotnet/runtime System.Runtime.Tests.WorkItemExecution
686466 dotnet/runtime System.Runtime.Tests.WorkItemExecution
686486 dotnet/runtime System.Runtime.Tests.WorkItemExecution
686484 dotnet/runtime System.Runtime.Tests.WorkItemExecution
686472 dotnet/runtime System.Runtime.Tests.WorkItemExecution
686463 dotnet/runtime System.Runtime.Tests.WorkItemExecution
685279 dotnet/runtime System.Runtime.Tests.WorkItemExecution
685264 dotnet/runtime System.Runtime.Tests.WorkItemExecution
685280 dotnet/runtime System.Runtime.Tests.WorkItemExecution
685262 dotnet/runtime System.Runtime.Tests.WorkItemExecution
685265 dotnet/runtime System.Runtime.Tests.WorkItemExecution
685259 dotnet/runtime System.Runtime.Tests.WorkItemExecution
684032 dotnet/runtime System.Runtime.Tests.WorkItemExecution
684031 dotnet/runtime System.Runtime.Tests.WorkItemExecution
684042 dotnet/runtime System.Runtime.Tests.WorkItemExecution
684039 dotnet/runtime System.Runtime.Tests.WorkItemExecution
684035 dotnet/runtime System.Runtime.Tests.WorkItemExecution
684028 dotnet/runtime System.Runtime.Tests.WorkItemExecution
682549 dotnet/runtime System.Runtime.Tests.WorkItemExecution
682544 dotnet/runtime System.Runtime.Tests.WorkItemExecution
682562 dotnet/runtime System.Runtime.Tests.WorkItemExecution
682557 dotnet/runtime System.Runtime.Tests.WorkItemExecution
682548 dotnet/runtime System.Runtime.Tests.WorkItemExecution
682556 dotnet/runtime System.Runtime.Tests.WorkItemExecution
682572 dotnet/runtime System.Runtime.Tests.WorkItemExecution
682568 dotnet/runtime System.Runtime.Tests.WorkItemExecution
682559 dotnet/runtime System.Runtime.Tests.WorkItemExecution
682546 dotnet/runtime System.Runtime.Tests.WorkItemExecution
681237 dotnet/runtime System.Runtime.Tests.WorkItemExecution
681250 dotnet/runtime System.Runtime.Tests.WorkItemExecution
681239 dotnet/runtime System.Runtime.Tests.WorkItemExecution
681226 dotnet/runtime System.Runtime.Tests.WorkItemExecution
681235 dotnet/runtime System.Runtime.Tests.WorkItemExecution
681236 dotnet/runtime System.Runtime.Tests.WorkItemExecution
681251 dotnet/runtime System.Runtime.Tests.WorkItemExecution
681227 dotnet/runtime System.Runtime.Tests.WorkItemExecution
681247 dotnet/runtime System.Runtime.Tests.WorkItemExecution
681240 dotnet/runtime System.Runtime.Tests.WorkItemExecution
680559 dotnet/runtime System.Runtime.Tests.WorkItemExecution
680561 dotnet/runtime System.Runtime.Tests.WorkItemExecution
680555 dotnet/runtime System.Runtime.Tests.WorkItemExecution
680535 dotnet/runtime System.Runtime.Tests.WorkItemExecution
680551 dotnet/runtime System.Runtime.Tests.WorkItemExecution
680544 dotnet/runtime System.Runtime.Tests.WorkItemExecution
680536 dotnet/runtime System.Runtime.Tests.WorkItemExecution
680543 dotnet/runtime System.Runtime.Tests.WorkItemExecution
680539 dotnet/runtime System.Runtime.Tests.WorkItemExecution
680540 dotnet/runtime System.Runtime.Tests.WorkItemExecution
680209 dotnet/runtime System.Runtime.Tests.WorkItemExecution
680180 dotnet/runtime System.Runtime.Tests.WorkItemExecution
680201 dotnet/runtime System.Runtime.Tests.WorkItemExecution
680186 dotnet/runtime System.Runtime.Tests.WorkItemExecution

Displaying 100 of 248 results

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
6 42 248

Known issue validation

Build: :mag_right: https://dev.azure.com/dnceng-public/public/_build/results?buildId=580195 Error message validated: [Killed.+System\.Runtime\.Tests\.runtimeconfig\.json.+OuterLoop] Result validation: :white_check_mark: Known issue matched with the provided build. Validation performed at: 2/27/2024 11:09:08 PM UTC

ghost commented 3 months ago

Tagging subscribers to this area: @dotnet/area-system-runtime See info in area-owners.md if you want to be subscribed.

Issue Details
### Error Blob ```json { "ErrorMessage": "", "BuildRetry": false, "ErrorPattern": "Killed.+System\.Runtime\.Tests\.runtimeconfig\.json.+OuterLoop", "ExcludeConsoleLog": false } ``` ### Reproduction Steps - Queues: - `linux_musl-x64 Debug CoreCLR_Debug` - `linux-x64 Debug CoreCLR_Debug` - Job results: - https://dev.azure.com/dnceng-public/public/_build/results?buildId=580195&view=logs&j=592eed89-78f5-5202-9da5-ad17df3bef4a&t=4feb010c-08b1-5201-8e2c-97e3caf24223 - https://dev.azure.com/dnceng-public/public/_build/results?buildId=580195&view=logs&j=df56ac33-e9fe-5eb2-5cdb-3303d7aad000&t=f62247f8-d051-5cb6-d5f0-06f532f9a005 - Log files: - https://helixre107v0xdcypoyl9e7f.blob.core.windows.net/dotnet-runtime-refs-pull-97135-merge-6fc0e798b0d84fd99e/System.Runtime.Tests/1/console.c8ffe024.log?helixlogtype=result - https://helixre107v0xdcypoyl9e7f.blob.core.windows.net/dotnet-runtime-refs-pull-97135-merge-ca234b0b7f3e48249a/System.Runtime.Tests/1/console.40eef85c.log?helixlogtype=result - Output:
``` ========================== End custom configuration settings =============================== ----- start Mon Feb 26 23:56:03 UTC 2024 =============== To repro directly: ===================================================== pushd . /root/helix/work/correlation/dotnet exec --runtimeconfig System.Runtime.Tests.runtimeconfig.json --depsfile System.Runtime.Tests.deps.json xunit.console.dll System.Runtime.Tests.dll -xml testResults.xml -nologo -nocolor -trait category=OuterLoop -notrait category=AdditionalTimezoneChecks -notrait category=IgnoreForCI -notrait category=failing popd =========================================================================================================== /root/helix/work/workitem/e /root/helix/work/workitem/e Discovering: System.Runtime.Tests (method display = ClassAndMethod, method display options = None) Discovered: System.Runtime.Tests (found 29 of 9308 test cases) Starting: System.Runtime.Tests (parallel test collections = on [2 threads], stop on fail = off) ./RunTests.sh: line 180: 21 Killed "$RUNTIME_PATH/dotnet" exec --runtimeconfig System.Runtime.Tests.runtimeconfig.json --depsfile System.Runtime.Tests.deps.json xunit.console.dll System.Runtime.Tests.dll -xml testResults.xml -nologo -nocolor -trait category=OuterLoop -notrait category=AdditionalTimezoneChecks -notrait category=IgnoreForCI -notrait category=failing $RSP_FILE /root/helix/work/workitem/e ----- end Mon Feb 26 23:56:28 UTC 2024 ----- exit code 137 ---------------------------------------------------------- exit code 137 means SIGKILL Killed either due to out of memory/resources (see /var/log/messages) or by explicit kill. ulimit -c value: unlimited cat /proc/sys/kernel/core_pattern: /home/helixbot/dotnetbuild/dumps/core.%u.%p cat /proc/sys/kernel/core_uses_pid: 1 cat: /proc/sys/kernel/coredump_filter: No such file or directory cat /proc/sys/kernel/coredump_filter: Looking around for any Linux dumps... Looking for files matching core.* ... ----- start =============== XUnitLogChecker Output ===================================================== dmesg: klogctl: Operation not permitted No dumps found in /home/helixbot/dotnetbuild/dumps. ----- end =============== XUnitLogChecker Output - exit code 0 =========================== + export '_commandExitCode=137' + python /root/helix/work/correlation/reporter/run.py https://dev.azure.com/dnceng-public/ public 13931354 eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Im9PdmN6NU1fN3AtSGpJS2xGWHo5M3VfVjBabyJ9.eyJuYW1laWQiOiJjNzczZjJjMi01MTIwLTQyMDctYWZlMi1hZmFmMzVhOGJjMGEiLCJzY3AiOiJhcHBfdG9rZW4iLCJhdWkiOiJhMTBlYjk0MS0xNzM2LTRjNzYtOWFiZC1iZDBlZGYxNjg0ODgiLCJzaWQiOiIxZTViN2VlMC1iNmQyLTQzNjgtODZjOS0zOTQ5MGIxM2FlODAiLCJCdWlsZElkIjoiY2JiMTgyNjEtYzQ4Zi00YWJiLTg2NTEtOGNkY2I1NDc0NjQ5OzU4MDE5NSIsImpvYnJlZiI6IjMxNTZhMmQwLTExYWItNGExMC04NTA0LWY3Y2UxM2ZiMTk2OTo1OTJlZWQ4OS03OGY1LTUyMDItOWRhNS1hZDE3ZGYzYmVmNGEiLCJwcGlkIjoidnN0ZnM6Ly8vQnVpbGQvQnVpbGQvNTgwMTk1Iiwib3JjaGlkIjoiMzE1NmEyZDAtMTFhYi00YTEwLTg1MDQtZjdjZTEzZmIxOTY5LmJ1aWxkLmJ1aWxkX2xpbnV4X211c2xfeDY0X2RlYnVnX2NvcmVjbHJfZGVidWcuX19kZWZhdWx0IiwicmVwb0lkcyI6IiIsImlzcyI6ImFwcC52c3Rva2VuLnZpc3VhbHN0dWRpby5jb20iLCJhdWQiOiJhcHAudnN0b2tlbi52aXN1YWxzdHVkaW8uY29tfHZzbzo2ZmNjOTJlNS03M2E3LTRmODgtOGQxMy1kOTA0NWI0NWZiMjciLCJuYmYiOjE3MDg5ODg5MzgsImV4cCI6MTcwOTAwMDkzOH0.rjlcWYrlHLfuHwUtUIiDkhhUDwy8cnQZ3rCBJjmd8FuCN0BDFzjz0jEMQEbQ9WZ7LHqdWN40vrD1MHH2p9a2tC9JYY7ca4b2w8Yy05wlbG-_cjF_ksT3jfhgz4EOLBiSmE7-bW_m1b3gtKHo-rdFDyMt_vciLiIB_C3543QhcPGJJdph5ok1SjBVKbl1q9wzw4Tut1lLyo8-ToLRotVPvv2Fahz3TSp--EDbdhY2SYtNrPyGVW7t9F8o3TZdG5iyrtyTnCAlr2Qdu-cOUJhyXM_4vhztXvLdgDMuDgGINPpA7sDXoqo_7LB9RP1iNc35uIEM-430j7jeG9MDrZzEZQ 2024-02-26T23:56:35.053Z INFO run.py run(48) main Beginning reading of test results. 2024-02-26T23:56:35.054Z INFO run.py __init__(42) read_results Searching '/root/helix/work/workitem/e' for test results files 2024-02-26T23:56:35.054Z INFO run.py __init__(42) read_results Searching '/root/helix/work/workitem/uploads' for test results files 2024-02-26T23:56:35.062Z WARNING run.py __init__(55) read_results No results file found in any of the following formats: xunit, junit, trx 2024-02-26T23:56:35.063Z INFO run.py packing_test_reporter(30) report_results Packing 0 test reports to '/root/helix/work/workitem/e/__test_report.json' 2024-02-26T23:56:35.067Z INFO run.py packing_test_reporter(33) report_results Packed 1541 bytes + python /root/helix/work/correlation/gen-debug-dump-docs.py -buildid 580195 -workitem System.Runtime.Tests -jobid 6fc0e798-b0d8-4fd9-9e43-a36cfb9441c4 -outdir /root/helix/work/workitem/uploads -templatedir /root/helix/work/correlation -dumpdir /home/helixbot/dotnetbuild/dumps -productver 9.0.0 gen-debug-dump-docs.py: Did not find dumps, skipping dump docs generation. + exit 137 + export '_commandExitCode=137' + chmod -R 777 /home/helixbot/dotnetbuild/dumps + exit 137 [END EXECUTION] Exit Code:137 ```
Author: carlossanlop
Assignees: -
Labels: `area-System.Runtime`, `os-linux`, `arch-x64`, `blocking-clean-ci`, `runtime-coreclr`, `os-linux-musl`, `Known Build Error`
Milestone: -
danmoseley commented 3 months ago

dmesg: read kernel buffer failed: Operation not permitted

Again.. so we can't see whether it was OOM. But presumably it was

ilonatommy commented 1 month ago

Hit on net9.0-linux-Debug-x64-coreclr_release queue, LibraryImportGenerator.Tests but not caught by the query: https://helixre107v0xdcypoyl9e7f.blob.core.windows.net/dotnet-runtime-refs-pull-99685-merge-4e96f500c0fc4768b9/LibraryImportGenerator.Tests/1/console.9506f96c.log?helixlogtype=result

./RunTests.sh: line 180:    24 Killed                  "$RUNTIME_PATH/dotnet" exec --runtimeconfig LibraryImportGenerator.Tests.runtimeconfig.json --depsfile LibraryImportGenerator.Tests.deps.json xunit.console.dll LibraryImportGenerator.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing $RSP_FILE
----- end Wed Apr 3 08:14:35 UTC 2024 ----- exit code 137 ----------------------------------------------------------
exit code 137 means SIGKILL Killed either due to out of memory/resources (see /var/log/messages) or by explicit kill.
ulimit -c value: unlimited
cat /proc/sys/kernel/core_pattern: /home/helixbot/dotnetbuild/dumps/core.%u.%p
cat /proc/sys/kernel/core_uses_pid: 1
cat: /proc/sys/kernel/coredump_filter: No such file or directory
cat /proc/sys/kernel/coredump_filter:
Looking around for any Linux dumps...
Looking for files matching core.* ...
dmesg: read kernel buffer failed: Operation not permitted
pavelsavara commented 1 month ago

again https://helixre107v0xdcypoyl9e7f.blob.core.windows.net/dotnet-runtime-refs-pull-98492-merge-31c70303cf32472f92/LibraryImportGenerator.Tests/1/console.c806de40.log?helixlogtype=result

pavelsavara commented 1 month ago

should we edit the filter here to match exit code 137 ? It didn't found and reported LibraryImportGenerator.Tests in build