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

[Test Failure] MSBuild Error in prtest/lin/dbg/unit32 on PR #6502 #6508

Closed
dpoeschl opened this issue Nov 2, 2015 · 7 comments
Closed

[Test Failure] MSBuild Error in prtest/lin/dbg/unit32 on PR #6502 #6508

dpoeschl opened this issue Nov 2, 2015 · 7 comments
Labels
Area-Infrastructure Contributor Pain The issue impedes progress for project collaborators.

Comments

@dpoeschl
Copy link
Contributor

dpoeschl commented Nov 2, 2015

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]

@dpoeschl dpoeschl added Area-Infrastructure Contributor Pain The issue impedes progress for project collaborators. labels Nov 2, 2015
@pawchen
Copy link
Contributor

pawchen commented Nov 2, 2015

Hi @dpoeschl, my pr changes compiler(early implementations however), does this happen after the bootstrap? If so it could be my bad.

@dpoeschl
Copy link
Contributor Author

dpoeschl commented Nov 2, 2015

@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?).

@pawchen
Copy link
Contributor

pawchen commented Nov 2, 2015

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).

@pawchen
Copy link
Contributor

pawchen commented Nov 2, 2015

For code 134, I believe it's ERR_NotNullConstRefField the resource file says

'{0}' is of type '{1}'. A const field of a reference type other than string can only be initialized with null.

But I did not generate const ref fields.

@pawchen
Copy link
Contributor

pawchen commented Nov 2, 2015

Ah, I saw Building CrossPlatform.sln from the console log, that's within build_roslyn(), the bootstrap was complete. so if you don't see this kind of error in other PR then it's very likely my bad.

@pawchen
Copy link
Contributor

pawchen commented Nov 11, 2015

Hi @dpoeschl you may consider closing this issue as I closed the #6502. I'm working on another one and do not see similar issue. I've seen bad changes on the compiler causing a lot of nonsense errors and hangs, this is very likely just one of them. Sorry for that.

@dpoeschl
Copy link
Contributor Author

@DiryBoy No problem, thanks for following up!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Infrastructure Contributor Pain The issue impedes progress for project collaborators.
Projects
None yet
Development

No branches or pull requests

2 participants