Skip to content
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

nx reset hangs on CI #27971

Open
1 of 4 tasks
moxaj opened this issue Sep 18, 2024 · 0 comments
Open
1 of 4 tasks

nx reset hangs on CI #27971

moxaj opened this issue Sep 18, 2024 · 0 comments

Comments

@moxaj
Copy link

moxaj commented Sep 18, 2024

Current Behavior

Context: angular monorepo, latest nx version, process hangs indefinitely in pipeline (jenkins)

[2024-09-18T12:04:52.267Z] info  npmExecuteScripts - > nx reset
[2024-09-18T12:04:52.267Z] info  npmExecuteScripts - 
[2024-09-18T12:04:52.267Z] info  npmExecuteScripts - 
[2024-09-18T12:04:52.267Z] info  npmExecuteScripts -  NX   Resetting the Nx cache and stopping the daemon.
[2024-09-18T12:04:52.267Z] info  npmExecuteScripts - 
[2024-09-18T12:04:52.267Z] info  npmExecuteScripts - 
[2024-09-18T12:04:52.267Z] info  npmExecuteScripts - (node:851) ExperimentalWarning: WASI is an experimental feature and might change at any time
[2024-09-18T12:04:52.267Z] info  npmExecuteScripts - (Use `node --trace-warnings ...` to show where the warning was created)
[2024-09-18T12:04:52.267Z] info  npmExecuteScripts - 
[2024-09-18T12:04:52.267Z] info  npmExecuteScripts -  NX   Watcher is not a constructor
[2024-09-18T12:04:52.267Z] info  npmExecuteScripts - 
[2024-09-18T12:04:52.267Z] info  npmExecuteScripts - 
[2024-09-18T12:04:52.267Z] info  npmExecuteScripts -  NX   Successfully reset the Nx workspace.
[2024-09-18T12:04:52.267Z] info  npmExecuteScripts -

after this, it never proceeds to the next step

Expected Behavior

nx reset should not get stuck indefinitely.

GitHub Repo

No response

Steps to Reproduce

  1. run nx reset on the pipeline

I'm aware this isn't really helpful, sorry

Nx Report

(note that this is on my local machine, not the CI)

Node           : 20.14.0
OS             : win32-x64
Native Target  : x86_64-windows
npm            : 10.2.3

nx                 : 19.7.2
@nx/js             : 19.7.2
@nx/jest           : 19.7.2
@nx/linter         : 19.7.2
@nx/eslint         : 19.7.2
@nx/workspace      : 19.7.2
@nx/angular        : 19.7.2
@nx/cypress        : 19.7.2
@nx/devkit         : 19.7.2
@nx/eslint-plugin  : 19.7.2
@nrwl/tao          : 19.7.2
@nx/web            : 19.7.2
@nx/webpack        : 19.7.2
typescript         : 5.5.4
---------------------------------------
Registered Plugins:
@nx/eslint/plugin
@nx/jest/plugin
@nx/cypress/plugin
---------------------------------------
Community plugins:
@fundamental-ngx/cdk      : 0.52.1
@fundamental-ngx/core     : 0.52.1
@fundamental-ngx/platform : 0.52.1

Failure Logs

No response

Package Manager Version

No response

Operating System

  • macOS
  • Linux
  • Windows
  • Other (Please specify)

Additional Information

No response

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

No branches or pull requests

1 participant