Build timed out at 1 hour even though log for that build was terminated at 24:53?
See: https://ci.appveyor.com/project/SCons/scons/builds/29780125/job/vyj78kc3dv95qgpd
This is for an open source project: https://github.com/SCons/scons
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 29 Dec, 2019 08:37 PM
Hi Bill,
Most probably there are child processes are spawned during the tests which hold parent process (test runner) from exiting. Make sure your tests tear down logic kills all created processes. Another option is to wrap test runner call into a batch file, for example
run_tests.cmd
and then call that batch instead.2 Posted by bill+scons on 30 Dec, 2019 12:41 AM
O.k. looks like the VS 2010 license is broken on that image.
One of the tests is invoking it and hanging.
Can that be fixed?
3 Posted by bill+scons on 30 Dec, 2019 12:49 AM
Looks like it may be caused by this: ?
https://help.appveyor.com/discussions/problems/19283-visual-studio-...
Support Staff 4 Posted by Feodor Fitsner on 30 Dec, 2019 02:46 AM
OK, I see. We'll update the license during the next images update: https://github.com/appveyor/ci/issues/3265
5 Posted by bill+scons on 30 Dec, 2019 03:08 AM
Thanks!
Will I get notified when the image is updated?
Support Staff 6 Posted by Feodor Fitsner on 30 Dec, 2019 03:14 AM
Yes, please subscribe to that issue.
Feodor Fitsner closed this discussion on 03 Apr, 2020 06:47 PM.