Skip to content

Conversation

@fahslaj
Copy link
Contributor

@fahslaj fahslaj commented Oct 23, 2025

Current Behavior

Expected Behavior

Related Issue(s)

Fixes #

@vercel
Copy link

vercel bot commented Oct 23, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Updated (UTC)
nx-dev Ready Ready Preview Oct 23, 2025 3:44pm

@netlify
Copy link

netlify bot commented Oct 23, 2025

Deploy Preview for nx-docs ready!

Name Link
🔨 Latest commit 9341a77
🔍 Latest deploy log https://app.netlify.com/projects/nx-docs/deploys/68fa487d83c65b00075f10be
😎 Deploy Preview https://deploy-preview-33212--nx-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@nx-cloud
Copy link
Contributor

nx-cloud bot commented Oct 23, 2025

View your CI Pipeline Execution ↗ for commit 9341a77

Command Status Duration Result
nx affected --targets=lint,test,test-kt,build,e... ❌ Failed 13m 30s View ↗
nx run-many -t check-imports check-commit check... ✅ Succeeded 2m 43s View ↗
nx-cloud record -- nx-cloud conformance:check ✅ Succeeded 3s View ↗
nx-cloud record -- nx format:check ✅ Succeeded 1s View ↗
nx-cloud record -- nx sync:check ✅ Succeeded <1s View ↗

☁️ Nx Cloud last updated this comment at 2025-10-23 15:37:29 UTC

Copy link
Contributor

@nx-cloud nx-cloud bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nx Cloud has identified a possible root cause for your failed CI:

The failure was classified as an "environment_state" issue rather than a "code_change" issue for the following reasons:

The pull request introduced changes to documentation files (*.mdoc files) and configuration (nx.json, migrations.json, versions.ts). These changes were primarily:

  1. Documentation updates to Nx Release guides
  2. Reverting Koa package versions from 3.x to 2.x in packages/node/src/utils/versions.ts
  3. Removing migration entries for Koa packages
  4. Minor configuration changes (cacheBust increment in nx.json)

The failing tasks (gradle-project-graph:build and gradle-project-graph:lint) were not related to any of the changed files in the pull request. The errors indicated that a Kotlin file (/home/workflows/workspace/packages/gradle/project-graph/src/main/kotlin/dev/nx/gradle/data/Dependency.kt) was not properly formatted according to ktfmt standards.

This file was not modified in the pull request diff at all. The formatting issue existed in the workspace state independent of the PR changes. The failures were due to pre-existing code that did not meet the formatting requirements being checked by the CI pipeline, not due to any changes introduced by the pull request itself.

The solution was to run the ktfmtFormat command to automatically format the Kotlin file to meet the required standards, which resolved the issue without requiring any changes to the user's intended modifications.

A code change would likely not resolve this issue, so no action was taken.

Nx CloudView in Nx Cloud ↗


🎓 To learn more about Self Healing CI, please visit nx.dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant