-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[service] Windows x86_64, Release, Visual Studio 16, MT is misbehaving #4214
Comments
I had some other similar failures last week, which disappeared after re triggering the build |
Thanks, I will try restarting. Hope it will work. |
Unfortunately, it's random Windows setups. |
I think this happens because bin\util writes to std::cerr
|
@dmn-star I don't think that's the case. But, if I'm wrong and there is a documentation, which tells not to write to cerr, please, give me a link. |
just my guess. I have often seen something like this
You can simply comment out execution of the util test temporarily and see if the next build is successful. |
The situation around the windows machines of the service has greatly improved since this issue. Now the environment is much more controlled and we check the status of the machines regularly. Thank you! |
I do think that this setup doesn't work properly.
These are the PRs where I see such a behaviour:
#4205
#3778
The symptoms are:
full log (including error), till the end
no actual error message
But the build is failing.
I checked the same configuration on my machine, and it works.
The text was updated successfully, but these errors were encountered: