Builds randomly failing without error or log in Teamcity CI #18215
junekpavel
started this conversation in
General
Replies: 1 comment
-
|
I'm getting this a lot since upgrading from nx 16 to 22. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, we're experiencing quite specific errors in the Teamcity CI builds. I'm not exactly sure when this started, but it’s definitely happening for more than half of a year now.
We’re running build via
affected:buildcommand:Sometimes, a random application or library build fails with no reason. There's no output of build command in build log or anywhere else.
The final result of command is something like this:
But when I search in log for the result of failed task (
YYY:build-package:staging-dev), there is no specific reason. It's more like the command start and gets terminated in process, the log looks like this:And that's it. Nothing extra is available. There is no more additional information, even not in the nx cloud:
Important to say, that it's not just about builds, but any tasks triggered by nx. And it's not any specific library or application, but it seems like it's totally random. When the same command is triggered again, it always fixes the problem and the build succeeds, or it fails because some other project fails with the same problem.
To add one more example, this is partial log of
nx affected:test --ci --base=develop --head=HEAD:I'm curious if anyone has experienced similar issues.
Is there someone who is willing to help us figure out the problem, or at least point us in the right direction to find the cause of this issue?
We're using latest version of both Teamcity and nx, but it seems like it's irrelevant to the issue.
If any other relevant information is necessary, I'd be happy to provide it.
Beta Was this translation helpful? Give feedback.
All reactions