-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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] MSBuild Error in prtest/lin/dbg/unit32 on PR #6502 #6508
Comments
Hi @dpoeschl, my pr changes compiler(early implementations however), does this happen after the bootstrap? If so it could be my bad. |
@DiryBoy Maybe. Do you know what code "134" means here? I only thought it might be an infrastructure issue since only the Linux build failed in this way, and the actual build log doesn't give more context (maybe we need to increase the build verbosity on Linux?). |
Did you see this failure in other PR? One thing I can do is add a message after the bootstrap and let it run again and see if this failure is consistent in my PR, so we know if this has something to do with my changes(when other PR does not have this kind of issue). |
For code 134, I believe it's
But I did not generate const ref fields. |
Ah, I saw |
@DiryBoy No problem, thanks for following up! |
PR: #6502 Cache static method group conversions by @DiryBoy
Failure: http://dotnet-ci.cloudapp.net/job/roslyn_prtest_lin_dbg_unit32/796/
Issue 1: MSBuild Error
error MSB6006: "csc" exited with code 134. [/mnt/j/workspace/roslyn_prtest_lin_dbg_unit32/src/Compilers/CSharp/Portable/CSharpCodeAnalysis.csproj]
The text was updated successfully, but these errors were encountered: