My TeamCity build is randomly failing with the following message:
[16:25:45][Step 1/2] [16:25:45] Build complete!
[16:25:45][Step 1/2] [16:25:45] Finished 'build' after 3.32 min
[16:25:45][Step 1/2] [16:25:45] Starting 'test'...
[16:25:48][Step 1/2] Assertion failed: 0, file src\uv-common.c, line 103
[16:25:48][Step 1/2] Process exited with code 3
[16:25:48][Step 1/2] Step Gulp (Command Line) failed
Some details:
- I'm using the command line runner: call npm install; call gulp ci
- The step in question is running NUnit on my compiled test binaries.
- I cannot reproduce the issue via the command line.
Environment info:
- TeamCity v9.0.2 (latest at time of writing)
- Node v10.36 (latest at time of writing)
- Gulp v3.8.10 (latest at time of writing)
- NUnit.Runners nuget package 2.6.4 (latest at time of writing)