-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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 failure in JIT/superpmi/superpmicollect/superpmicollect.sh #32730
Comments
Same test Error message:
Stack trace: |
Same test
Stack trace: |
@nattress weren't you going to disable all these crossgen2 failing tests? |
These tests are now disabled for crossgen2, but we may wish to look into them in the future. Moving to 6.0 |
@BruceForstall - could you please suggest the way forward here in light of your recent changes? |
The superpmicollect unit test doesn't know how to do crossgen2 collections. We need to teach it how to do that, like superpmi.py was taught how to do that. |
Failed again in runtime-coreclr jitstress 20210519.1 Failed test:
Error message:
|
This new failure looks like something different, maybe macOS/arm64 specific? |
I opened a separate issue for the macOS/arm64 issue: #53321 |
Failed again in: runtime-coreclr jitstress 20211117.1 Failed test:
Error message:
|
The latest is a dup of #61824 |
I'm going to close this to prevent piling on of different/unrelated failures. Please open a NEW issue for any new superpmicollect test failures. |
failed in job: runtime-coreclr crossgen2 20200222.1
Error message:
Fatal error. Failed to load alternative JIT compiler\n at System.SpanHelpers.IndexOf(Char ByRef, Char, Int32)\n at System.String.Ctor(Char*)\n at System.AppContext.Setup(Char**, Char**, Int32)\n/home/helixbot/work/BB7009DF/w/A7A60982/e/JIT/superpmi/superpmicollect/Bytemark/Bytemark.sh: line 193: 6805 Aborted __Command=$_DebuggerFullPath "$CORE_ROOT/crossgen2/crossgen2" -r:$CORE_ROOT/System..dll -r:$CORE_ROOT/Microsoft..dll -r:$CORE_ROOT/mscorlib.dll -r:$PWD/.dll --targetarch=x64 -O --inputbubble $ExtraCrossGen2Args -o:Bytemark.dll Bytemark.org\nManaged assembly not found: No such file or directory\nManaged assembly not found: No such file or directory\nERROR: no .mc files generated\n\nReturn code: 1\nRaw output file: /home/helixbot/work/BB7009DF/w/A7A60982/e/JIT/superpmi/Reports/JIT.superpmi/superpmicollect/superpmicollect.output.txt\nRaw output:\nBEGIN EXECUTION\nin takeLock\nWarning: No files matching /home/helixbot/work/BB7009DF/w/A7A60982/e/JIT/superpmi/superpmicollect/.dll\nEmitting R2R PE file: /home/helixbot/work/BB7009DF/w/A7A60982/e/JIT/superpmi/superpmicollect/superpmicollect.dll\n\nin ReleaseLock\n/home/helixbot/work/BB7009DF/p/corerun superpmicollect.dll ''\nSuperPMI collection and playback - BEGIN\nSetting environment variables:\n SuperPMIShimLogPath=/tmp/u2wu3ud0.aeySPMI\n SuperPMIShimPath=/home/helixbot/work/BB7009DF/p/libclrjit.so\n COMPlus_AltJit=*\n COMPlus_AltJitName=libsuperpmi-shim-collector.so\nRunning: /usr/bin/perl -pi -e 's/\r\n|\n|\r/\n/g' "/home/helixbot/work/BB7009DF/w/A7A60982/e/JIT/superpmi/superpmicollect/Bytemark/Bytemark.sh"\nRunning: /bin/chmod +x "/home/helixbot/work/BB7009DF/w/A7A60982/e/JIT/superpmi/superpmicollect/Bytemark/Bytemark.sh"\nRunning: /usr/bin/env bash /home/helixbot/work/BB7009DF/w/A7A60982/e/JIT/superpmi/superpmicollect/Bytemark/Bytemark.sh\nBEGIN EXECUTION\nin takeLock\nWriting minidump with heap to file /home/helixbot/dotnetbuild/dumps/coredump.6805.dmp\nWritten 47734784 bytes (11654 pages) to core file\n\nin ReleaseLock\n/home/helixbot/work/BB7009DF/p/corerun Bytemark.dll ''\nExpected: 100\nActual: 255\nEND EXECUTION - FAILED\nRunning: /usr/bin/perl -pi -e 's/\r\n|\n|\r/\n/g' "/home/helixbot/work/BB7009DF/w/A7A60982/e/JIT/superpmi/superpmicollect/10w5d_cs_do/10w5d_cs_do.sh"\nRunning: /bin/chmod +x "/home/helixbot/work/BB7009DF/w/A7A60982/e/JIT/superpmi/superpmicollect/10w5d_cs_do/10w5d_cs_do.sh"\nRunning: /usr/bin/env bash /home/helixbot/work/BB7009DF/w/A7A60982/e/JIT/superpmi/superpmicollect/10w5d_cs_do/10w5d_cs_do.sh\nBEGIN EXECUTION\n/home/helixbot/work/BB7009DF/p/corerun 10w5d_cs_do.dll ''\nExpected: 100\nActual: 255\nEND EXECUTION - FAILED\nSuperPMI collection and playback - FAILED\nExpected: 100\nActual: 101\nEND EXECUTION - FAILED\nTest Harness Exitcode is : 1\nTo run the test:\n> set CORE_ROOT=/home/helixbot/work/BB7009DF/p\n> /home/helixbot/work/BB7009DF/w/A7A60982/e/JIT/superpmi/superpmicollect/superpmicollect.sh\nExpected: True\nActual: False
The text was updated successfully, but these errors were encountered: