@africanies/angular-web-sdk 0.1.9 → 0.1.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) hide show
  1. package/.nx/cache/1149535958171016935/dist/libs/africanies-theme/README.md +46 -0
  2. package/.nx/cache/1149535958171016935/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs +243 -0
  3. package/.nx/cache/1149535958171016935/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs.map +1 -0
  4. package/.nx/cache/1149535958171016935/dist/libs/africanies-theme/package.json +35 -0
  5. package/.nx/cache/1149535958171016935/dist/libs/africanies-theme/tailwind-preset.cjs +330 -0
  6. package/.nx/cache/1149535958171016935/dist/libs/africanies-theme/types/africanies-africanies-theme.d.ts +178 -0
  7. package/.nx/cache/14892813664845064572/dist/libs/africanies-ui/README.md +68 -0
  8. package/.nx/cache/14892813664845064572/dist/libs/africanies-ui/assets/brand/africanies-logo-mini.png +0 -0
  9. package/.nx/cache/14892813664845064572/dist/libs/africanies-ui/assets/brand/africanies-logo.png +0 -0
  10. package/.nx/cache/14892813664845064572/dist/libs/africanies-ui/assets/brand/africanies-logo.svg +5 -0
  11. package/.nx/cache/14892813664845064572/dist/libs/africanies-ui/assets/carriers/dhl.svg +7 -0
  12. package/.nx/cache/14892813664845064572/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs +20013 -0
  13. package/.nx/cache/14892813664845064572/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map +1 -0
  14. package/.nx/cache/14892813664845064572/dist/libs/africanies-ui/package.json +35 -0
  15. package/.nx/cache/14892813664845064572/dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts +5617 -0
  16. package/.nx/cache/3735952477975556635/dist/libs/africanies-ui/README.md +68 -0
  17. package/.nx/cache/3735952477975556635/dist/libs/africanies-ui/assets/brand/africanies-logo-mini.png +0 -0
  18. package/.nx/cache/3735952477975556635/dist/libs/africanies-ui/assets/brand/africanies-logo.png +0 -0
  19. package/.nx/cache/3735952477975556635/dist/libs/africanies-ui/assets/brand/africanies-logo.svg +5 -0
  20. package/.nx/cache/3735952477975556635/dist/libs/africanies-ui/assets/carriers/dhl.svg +7 -0
  21. package/.nx/cache/3735952477975556635/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs +19998 -0
  22. package/.nx/cache/3735952477975556635/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map +1 -0
  23. package/.nx/cache/3735952477975556635/dist/libs/africanies-ui/package.json +35 -0
  24. package/.nx/cache/3735952477975556635/dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts +5616 -0
  25. package/.nx/cache/run.json +18 -18
  26. package/.nx/cache/terminalOutputs/1149535958171016935 +21 -0
  27. package/.nx/cache/terminalOutputs/14892813664845064572 +21 -0
  28. package/.nx/cache/terminalOutputs/17909810599991457481 +40 -0
  29. package/.nx/cache/terminalOutputs/2927637324428060203 +42 -0
  30. package/.nx/cache/terminalOutputs/3735952477975556635 +21 -0
  31. package/.nx/cache/terminalOutputs/4787481949164239892 +8 -0
  32. package/.nx/workspace-data/0091ABA9-5C90-580D-953C-8C94E763ADB5-v3.db +0 -0
  33. package/.nx/workspace-data/0091ABA9-5C90-580D-953C-8C94E763ADB5-v3.db-shm +0 -0
  34. package/.nx/workspace-data/0091ABA9-5C90-580D-953C-8C94E763ADB5-v3.db-wal +0 -0
  35. package/.nx/workspace-data/d/daemon.log +3807 -0
  36. package/.nx/workspace-data/d/server-process.json +2 -2
  37. package/.nx/workspace-data/file-map.json +3254 -3260
  38. package/.nx/workspace-data/nx_files.nxt +0 -0
  39. package/.nx/workspace-data/project-graph.json +2 -2
  40. package/README.md +0 -17
  41. package/apps/playground/src/app/pages/chip-page.ts +11 -1
  42. package/apps/playground/src/app/pages/tokens-page.ts +2 -2
  43. package/apps/playground/src/app/snippets/chip.snippets.ts +5 -0
  44. package/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs +8 -8
  45. package/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs.map +1 -1
  46. package/dist/libs/africanies-theme/tailwind-preset.cjs +3 -3
  47. package/dist/libs/africanies-theme/types/africanies-africanies-theme.d.ts +5 -3
  48. package/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs +986 -473
  49. package/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map +1 -1
  50. package/dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts +135 -39
  51. package/libs/africanies-theme/src/lib/mode-color.safelist.ts +2 -2
  52. package/libs/africanies-theme/src/lib/mode-color.service.spec.ts +9 -7
  53. package/libs/africanies-theme/src/lib/mode-color.service.ts +9 -7
  54. package/libs/africanies-theme/tailwind-preset.cjs +3 -3
  55. package/libs/africanies-ui/src/lib/avatar/avatar-menu.component.ts +25 -21
  56. package/libs/africanies-ui/src/lib/button/button.component.spec.ts +13 -8
  57. package/libs/africanies-ui/src/lib/chip/chip.component.ts +74 -6
  58. package/libs/africanies-ui/src/lib/layout/app-shell-header.component.ts +35 -12
  59. package/libs/africanies-ui/src/lib/layout/header-greeting.util.ts +2 -0
  60. package/libs/africanies-ui/src/lib/layout/header-weather.spec.ts +120 -9
  61. package/libs/africanies-ui/src/lib/layout/header-weather.ts +79 -18
  62. package/libs/africanies-ui/src/lib/navigation/segment/segment.component.ts +98 -22
  63. package/libs/africanies-ui/src/lib/navigation/shipping-mode-switch/shipping-mode-switch.component.spec.ts +15 -0
  64. package/libs/africanies-ui/src/lib/navigation/shipping-mode-switch/shipping-mode-switch.component.ts +195 -64
  65. package/libs/africanies-ui/src/lib/navigation/side-nav/africanies-side-nav.component.html +4 -2
  66. package/libs/africanies-ui/src/lib/navigation/side-nav/africanies-side-nav.component.ts +3 -1
  67. package/libs/africanies-ui/src/lib/table/table.component.spec.ts +3 -0
  68. package/libs/africanies-ui/src/lib/table/table.component.ts +254 -109
  69. package/package.json +1 -1
  70. package/tools/build-icon-sprite.mjs +1 -1
@@ -34634,3 +34634,3810 @@ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-merge-commit
34634
34634
  DEBUG nx::native::watch::watcher: [update] .husky/_/.gitignore
34635
34635
  DEBUG nx::native::watch::watcher: [update] .husky/_/commit-msg
34636
34636
  [NX v23.1.1 Daemon Server] - 2026-09-07T14:57:01.285Z - [WATCHER]: Processing file changes in outputs
34637
+ [NX v23.1.1 Daemon Client] - 2026-09-07T14:59:44.609Z - [ProjectGraphListener] Socket closed, triggering reconnection
34638
+ [NX v23.1.1 Daemon Server] - 2026-09-07T14:59:44.640Z - Closed a connection. Number of open connections: 1
34639
+ [NX v23.1.1 Daemon Server] - 2026-09-07T17:59:36.943Z - Closed a connection. Number of open connections: 0
34640
+ DEBUG nx::native::watch::watcher: watching stopped origin=/Applications/AngularJS/angular-web-sdk
34641
+ [NX v23.1.1 Daemon Server] - 2026-09-07T17:59:37.057Z - [WATCHER]: Stopping the watcher for /Applications/AngularJS/angular-web-sdk (sources)
34642
+ DEBUG nx::native::watch::watcher: watching stopped origin=/Applications/AngularJS/angular-web-sdk
34643
+ [NX v23.1.1 Daemon Server] - 2026-09-07T17:59:37.071Z - [WATCHER]: Stopping the watcher for /Applications/AngularJS/angular-web-sdk (outputs)
34644
+ [NX v23.1.1 Daemon Server] - 2026-09-07T17:59:37.129Z - [LATEST-NX]: Cleaning up latest Nx installation from /private/tmp/tmp-33104-LG8ny0D3fzlY
34645
+ [NX v23.1.1 Daemon Server] - 2026-09-07T17:59:37.173Z - Server stopped because: "10800000ms of inactivity"
34646
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:24:19.110Z - [Client] Starting new daemon server in background
34647
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:24:19.227Z - [Client] Waiting for server (max: 6000 attempts, 10ms interval)
34648
+ DEBUG nx::native::watch::watcher: watching started origin=/Applications/AngularJS/angular-web-sdk
34649
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:19.993Z - [WATCHER]: Subscribed to changes within: /Applications/AngularJS/angular-web-sdk (native)
34650
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:19.997Z - New daemon starting from: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/daemon/server/server.js
34651
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:19.997Z - New daemon __dirname: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/daemon/server
34652
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:19.997Z - New daemon nxVersion: 23.1.1
34653
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:19.997Z - New daemon getInstalledNxVersion(): 23.1.1
34654
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:19.998Z - Time taken for 'workspace context init' 0.16191700000001674ms
34655
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:19.999Z - [Server] Starting outdated check interval (20ms)
34656
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.002Z - Started listening on: /private/tmp/ddab765e8d50c59774a6/d.sock
34657
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:24:20.005Z - [Client] Server available
34658
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:24:20.005Z - [Client] Daemon server started, pid=83684
34659
+ DEBUG nx::native::watch::watcher: watching started origin=/Applications/AngularJS/angular-web-sdk
34660
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:24:20.005Z - [Messenger] Setting up socket listeners
34661
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:24:20.005Z - [Messenger] listen() complete
34662
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.006Z - [LATEST-NX]: Pulling latest Nx...
34663
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.008Z - [AI-AGENTS]: Starting agent configuration status computation
34664
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:24:20.020Z - [Messenger] Sending message type: GET_CONFIGURE_AI_AGENTS_STATUS
34665
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:24:20.020Z - [Messenger] Message sent
34666
+ [isolated-plugin] spawned worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 83687, socket: /private/tmp/plugin83684-0-494.735583.sock)
34667
+ [isolated-plugin] spawned worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 83688, socket: /private/tmp/plugin83684-1-596.979792.sock)
34668
+ [isolated-plugin] spawned worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 83689, socket: /private/tmp/plugin83684-2-597.359542.sock)
34669
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.111Z - Time taken for 'hash changed files from watcher' 0.011291999999968994ms
34670
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.111Z - Time taken for 'loadSpecifiedNxPlugins' 105.04420800000003ms
34671
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
34672
+ DEBUG nx::native::watch::watcher: [create] .nx/workspace-data/d/server-process.json
34673
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.112Z - [WATCHER]: Processing file changes in outputs
34674
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.112Z - Established a connection. Number of open connections: 1
34675
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.113Z - Established a connection. Number of open connections: 2
34676
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.114Z - Closed a connection. Number of open connections: 1
34677
+ /bin/sh: pnpm: command not found
34678
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.120Z - [NX-CONSOLE]: Failed to use latest Nx for console status. Error: An error occurred while checking the provenance of nx@latest. This could indicate a security risk. Please double check https://www.npmjs.com/package/nx to see if the package is published correctly or file an issue at https://github.com/nrwl/nx/issues. To disable this check at your own risk, you can set the NX_SKIP_PROVENANCE_CHECK environment variable to true.
34679
+ Error: Command failed: pnpm view "nx@latest" --json --silent
34680
+ /bin/sh: pnpm: command not found
34681
+
34682
+ DEBUG nx::native::ide::preferences: Loaded console preferences: NxConsolePreferences { auto_install_console: Some(true), path: "/Users/ikechukwukalu/.config/nx/ide.json" }
34683
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.122Z - [AI-AGENTS]: Failed to compute agent configuration status from latest Nx. Error: An error occurred while checking the provenance of nx@latest. This could indicate a security risk. Please double check https://www.npmjs.com/package/nx to see if the package is published correctly or file an issue at https://github.com/nrwl/nx/issues. To disable this check at your own risk, you can set the NX_SKIP_PROVENANCE_CHECK environment variable to true.
34684
+ Error: Command failed: pnpm view "nx@latest" --json --silent
34685
+ /bin/sh: pnpm: command not found
34686
+
34687
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.122Z - [AI-AGENTS]: Agent configuration status computation completed: 0 fully configured, 0 outdated, 0 partially configured, 0 non-configured
34688
+ DEBUG nx::native::ide::install: Detected editor: Unknown
34689
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.124Z - Received raw message of length 870
34690
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.124Z - Received json message of type GET_CONFIGURE_AI_AGENTS_STATUS
34691
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.124Z - [AI-AGENTS]: Returning cached agent configuration status
34692
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.124Z - Serializing response for GET_CONFIGURE_AI_AGENTS_STATUS message in json mode
34693
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.124Z - Responding to GET_CONFIGURE_AI_AGENTS_STATUS message
34694
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.124Z - [REQUEST]: Responding to the client. handleGetConfigureAiAgentsStatus
34695
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.124Z - Done responding to the client handleGetConfigureAiAgentsStatus
34696
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.124Z - Handled json message GET_CONFIGURE_AI_AGENTS_STATUS. Handling time: 0. Response time: 0.
34697
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:24:20.125Z - [Messenger] Received message, length: 104
34698
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 83687) listening on /private/tmp/plugin83684-0-494.735583.sock
34699
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 83688) listening on /private/tmp/plugin83684-1-596.979792.sock
34700
+ Time taken for 'plugin worker 83687 code loading' 92.78566699999999ms
34701
+ Time taken for 'plugin worker 83688 code loading' 93.27000000000001ms
34702
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 83689) listening on /private/tmp/plugin83684-2-597.359542.sock
34703
+ Time taken for 'plugin worker 83689 code loading' 94.64379100000001ms
34704
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 83688) connected
34705
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 83687) connected
34706
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 83689) connected
34707
+ [isolated-plugin] connected to worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 83687)
34708
+ [isolated-plugin] connected to worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 83688)
34709
+ [isolated-plugin] connected to worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 83689)
34710
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.298Z - Time taken for 'start-plugin-worker:/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js' 289.314209ms
34711
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.298Z - Time taken for 'start-plugin-worker:/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json' 187.29595900000004ms
34712
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.298Z - Time taken for 'start-plugin-worker:/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json' 186.97524999999996ms
34713
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 83689) loaded successfully
34714
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.300Z - Time taken for 'Load Nx Plugin: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json' 293.76729199999994ms
34715
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 83688) loaded successfully
34716
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.301Z - Time taken for 'Load Nx Plugin: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json' 294.740875ms
34717
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 83687) loaded successfully
34718
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.308Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
34719
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.308Z - [REQUEST]:
34720
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.308Z - [REQUEST]:
34721
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.310Z - Time taken for 'loadDefaultNxPlugins' 302.776ms
34722
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.310Z - Time taken for 'Load Nx Plugin: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js' 302.696584ms
34723
+ Time taken for 'nx/core/project-json:createNodes' 1.9230000000000018ms
34724
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
34725
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 5.972084000000024ms
34726
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
34727
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.356Z - Time taken for 'build-project-configs' 25.882458000000042ms
34728
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.356Z - Time taken for 'createNodes:merge' 11.804709000000003ms
34729
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.356Z - Time taken for 'native-file-deps' 0.008874999999989086ms
34730
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.356Z - Time taken for 'get-workspace-files' 1.0941249999999627ms
34731
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.356Z - Time taken for 'read cache' 1.6832909999999401ms
34732
+ Time taken for 'build typescript dependencies' 14.228499999999997ms
34733
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
34734
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.386Z - [SYNC]: collect registered sync generators
34735
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.398Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
34736
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.399Z - Time taken for 'total execution time for createProjectGraph()' 36.41904199999999ms
34737
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.399Z - Time taken for 'createDependencies' 29.007417000000032ms
34738
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.399Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 28.867166999999995ms
34739
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.399Z - Time taken for 'createMetadata' 0.016917000000034932ms
34740
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.399Z - Time taken for 'serialize graph' 1.9152500000000146ms
34741
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:20.399Z - Time taken for 'write cache' 11.636999999999944ms
34742
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:25.734Z - [Server] lock file hash changed! old=5024161511432062737, new=2717871061533294378
34743
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:25.734Z - [Server] Daemon outdated: LOCK_FILES_CHANGED
34744
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:25.734Z - [Server] Restarting daemon...
34745
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:25.735Z - Restarting daemon with script: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/daemon/server/start.js
34746
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:25.735Z - Old daemon __dirname: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/daemon/server
34747
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:25.735Z - Current process.execPath: /Applications/Visual Studio Code.app/Contents/Frameworks/Code Helper (Plugin).app/Contents/MacOS/Code Helper (Plugin)
34748
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:25.735Z - Started new daemon process in background
34749
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:25.735Z - Closed a connection. Number of open connections: 0
34750
+ DEBUG nx::native::watch::watcher: watching stopped origin=/Applications/AngularJS/angular-web-sdk
34751
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:25.736Z - [WATCHER]: Stopping the watcher for /Applications/AngularJS/angular-web-sdk (sources)
34752
+ DEBUG nx::native::watch::watcher: watching stopped origin=/Applications/AngularJS/angular-web-sdk
34753
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:25.736Z - [WATCHER]: Stopping the watcher for /Applications/AngularJS/angular-web-sdk (outputs)
34754
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:25.736Z - Server stopped because: "LOCK_FILES_CHANGED"
34755
+ DEBUG nx::native::watch::watcher: watching started origin=/Applications/AngularJS/angular-web-sdk
34756
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:25.987Z - [WATCHER]: Subscribed to changes within: /Applications/AngularJS/angular-web-sdk (native)
34757
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:25.990Z - New daemon starting from: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/daemon/server/server.js
34758
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:25.990Z - New daemon __dirname: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/daemon/server
34759
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:25.990Z - New daemon nxVersion: 23.1.1
34760
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:25.990Z - New daemon getInstalledNxVersion(): 23.1.1
34761
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:25.991Z - Time taken for 'workspace context init' 0.17766700000001379ms
34762
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:25.997Z - [Server] Starting outdated check interval (20ms)
34763
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:25.998Z - Started listening on: /private/tmp/fd580d9312da9fd54b4b/d.sock
34764
+ DEBUG nx::native::watch::watcher: watching started origin=/Applications/AngularJS/angular-web-sdk
34765
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.002Z - [LATEST-NX]: Pulling latest Nx...
34766
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.005Z - [AI-AGENTS]: Starting agent configuration status computation
34767
+ [isolated-plugin] spawned worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 83801, socket: /private/tmp/plugin83782-0-224.366125.sock)
34768
+ [isolated-plugin] spawned worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 83802, socket: /private/tmp/plugin83782-1-261.039041.sock)
34769
+ [isolated-plugin] spawned worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 83803, socket: /private/tmp/plugin83782-2-261.936583.sock)
34770
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.045Z - Time taken for 'hash changed files from watcher' 0.015375000000005912ms
34771
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.045Z - Time taken for 'loadSpecifiedNxPlugins' 42.097375ms
34772
+ /bin/sh: pnpm: command not found
34773
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.066Z - [NX-CONSOLE]: Failed to use latest Nx for console status. Error: An error occurred while checking the provenance of nx@latest. This could indicate a security risk. Please double check https://www.npmjs.com/package/nx to see if the package is published correctly or file an issue at https://github.com/nrwl/nx/issues. To disable this check at your own risk, you can set the NX_SKIP_PROVENANCE_CHECK environment variable to true.
34774
+ Error: Command failed: pnpm view "nx@latest" --json --silent
34775
+ /bin/sh: pnpm: command not found
34776
+
34777
+ DEBUG nx::native::ide::preferences: Loaded console preferences: NxConsolePreferences { auto_install_console: Some(true), path: "/Users/ikechukwukalu/.config/nx/ide.json" }
34778
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.066Z - [AI-AGENTS]: Failed to compute agent configuration status from latest Nx. Error: An error occurred while checking the provenance of nx@latest. This could indicate a security risk. Please double check https://www.npmjs.com/package/nx to see if the package is published correctly or file an issue at https://github.com/nrwl/nx/issues. To disable this check at your own risk, you can set the NX_SKIP_PROVENANCE_CHECK environment variable to true.
34779
+ Error: Command failed: pnpm view "nx@latest" --json --silent
34780
+ /bin/sh: pnpm: command not found
34781
+
34782
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.066Z - [AI-AGENTS]: Agent configuration status computation completed: 0 fully configured, 0 outdated, 0 partially configured, 0 non-configured
34783
+ DEBUG nx::native::ide::install: Detected editor: Unknown
34784
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
34785
+ DEBUG nx::native::watch::watcher: [create] .nx/workspace-data/d/server-process.json
34786
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.114Z - [WATCHER]: Processing file changes in outputs
34787
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 83802) listening on /private/tmp/plugin83782-1-261.039041.sock
34788
+ [isolated-plugin] connected to worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 83802)
34789
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.434Z - Time taken for 'start-plugin-worker:/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json' 390.91991599999994ms
34790
+ Time taken for 'plugin worker 83802 code loading' 198.71362499999998ms
34791
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 83802) connected
34792
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 83802) loaded successfully
34793
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.446Z - Time taken for 'Load Nx Plugin: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json' 444.01583300000004ms
34794
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 83801) listening on /private/tmp/plugin83782-0-224.366125.sock
34795
+ Time taken for 'plugin worker 83801 code loading' 246.59337499999998ms
34796
+ [isolated-plugin] connected to worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 83801)
34797
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.464Z - Time taken for 'start-plugin-worker:/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js' 458.84279200000003ms
34798
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 83801) connected
34799
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 83801) loaded successfully
34800
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.477Z - Time taken for 'Load Nx Plugin: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js' 475.679084ms
34801
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 83803) listening on /private/tmp/plugin83782-2-261.936583.sock
34802
+ Time taken for 'plugin worker 83803 code loading' 267.4835ms
34803
+ [isolated-plugin] connected to worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 83803)
34804
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.507Z - Time taken for 'start-plugin-worker:/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json' 463.9665ms
34805
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 83803) connected
34806
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 83803) loaded successfully
34807
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.511Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
34808
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.511Z - [REQUEST]:
34809
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.511Z - [REQUEST]:
34810
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.517Z - Time taken for 'loadDefaultNxPlugins' 509.6275ms
34811
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.517Z - Time taken for 'Load Nx Plugin: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json' 508.9432089999999ms
34812
+ Time taken for 'nx/core/project-json:createNodes' 1.7862089999999853ms
34813
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
34814
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 9.021042000000023ms
34815
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
34816
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.564Z - Time taken for 'build-project-configs' 32.52670899999998ms
34817
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.564Z - Time taken for 'createNodes:merge' 12.089416999999912ms
34818
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.564Z - Time taken for 'native-file-deps' 0.008916999999996733ms
34819
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.564Z - Time taken for 'get-workspace-files' 2.056916000000001ms
34820
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.564Z - Time taken for 'read cache' 0.4651250000000573ms
34821
+ Time taken for 'build typescript dependencies' 36.76716600000003ms
34822
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
34823
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.621Z - [SYNC]: collect registered sync generators
34824
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.629Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
34825
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.629Z - Time taken for 'total execution time for createProjectGraph()' 61.55870799999991ms
34826
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.629Z - Time taken for 'createDependencies' 54.645167000000015ms
34827
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.629Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 54.384624999999915ms
34828
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.629Z - Time taken for 'createMetadata' 0.027500000000031832ms
34829
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.629Z - Time taken for 'serialize graph' 2.1741250000000036ms
34830
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.629Z - Time taken for 'write cache' 7.583541999999966ms
34831
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.880Z - Established a connection. Number of open connections: 1
34832
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.880Z - Closed a connection. Number of open connections: 0
34833
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.881Z - Established a connection. Number of open connections: 1
34834
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.881Z - Established a connection. Number of open connections: 2
34835
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.881Z - Closed a connection. Number of open connections: 1
34836
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:24:26.881Z - [Messenger] Setting up socket listeners
34837
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:24:26.882Z - [Messenger] listen() complete
34838
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:24:26.888Z - [Messenger] Sending message type: GET_NX_CONSOLE_STATUS
34839
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:24:26.888Z - [Messenger] Message sent
34840
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.890Z - Received raw message of length 4528
34841
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.890Z - Received json message of type GET_NX_CONSOLE_STATUS
34842
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.890Z - Graph recompute necessary due to env variable refresh. Changed keys: ELECTRON_RUN_AS_NODE, PATH, XPC_SERVICE_NAME, APPLICATION_INSIGHTS_NO_STATSBEAT, DEBUG, MXC_BIN_DIR, COPILOT_OTEL_FILE_EXPORTER_PATH, NX_WORKSPACE_ROOT_PATH, ELECTRON_NO_ASAR, CI, NVM_INC, HERD_PHP_81_INI_SCAN_DIR, DATA_CLOUD_CURR_IDE_NAME, HERD_PHP_80_INI_SCAN_DIR, TERM_PROGRAM, NODE, INIT_CWD, NVM_CD_FLAGS, TERM, TERM_PROGRAM_VERSION, ZDOTDIR, COLOR, GIT_AUTHOR_DATE, HERD_PHP_85_INI_SCAN_DIR, HERD_PHP_83_INI_SCAN_DIR, COPILOT_DEBUG_NONCE, GIT_EDITOR, NVM_DIR, PHP_INI_SCAN_DIR, GIT_NO_REPLACE_OBJECTS, GIT_INDEX_FILE, GIT_AUTHOR_NAME, HERD_PHP_82_INI_SCAN_DIR, GIT_PREFIX, HERD_PHP_84_INI_SCAN_DIR, USER_ZDOTDIR, PWD, EDITOR, LANG, PYTHONSTARTUP, NODE_PATH, PYTHON_BASIC_REPL, GIT_SSH_COMMAND, NVM_BIN, GIT_ASKPASS, HERD_PHP_74_INI_SCAN_DIR, GIT_AUTHOR_EMAIL, GIT_EXEC_PATH, COLORTERM, NX_CLI_SET
34843
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.891Z - Serializing response for GET_NX_CONSOLE_STATUS message in json mode
34844
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.891Z - Responding to GET_NX_CONSOLE_STATUS message
34845
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.891Z - [REQUEST]: Responding to the client. handleGetNxConsoleStatus
34846
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.891Z - Done responding to the client handleGetNxConsoleStatus
34847
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.891Z - Handled json message GET_NX_CONSOLE_STATUS. Handling time: 0. Response time: 0.
34848
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:24:26.891Z - [Messenger] Received message, length: 22
34849
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:24:26.939Z - [Messenger] Sending message type: REQUEST_PROJECT_GRAPH
34850
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:24:26.939Z - [Messenger] Message sent
34851
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.939Z - Received raw message of length 32
34852
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.939Z - Received json message of type REQUEST_PROJECT_GRAPH
34853
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:26.940Z - [REQUEST]: Client Request for Project Graph Received
34854
+ DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=62.124542ms
34855
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:27.003Z - No in-memory cached project graph found. Recomputing it...
34856
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:27.003Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
34857
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:27.003Z - [REQUEST]:
34858
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:27.003Z - [REQUEST]:
34859
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:27.005Z - Streaming message to client: progress update for topic graph-construction
34860
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
34861
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:24:27.006Z - [Messenger] Received message, length: 47
34862
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 83845, socket: /private/tmp/plugin83782-3-1225.033333.sock)
34863
+ [plugin-client] restarting worker for "nx/core/package-json"
34864
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 83846, socket: /private/tmp/plugin83782-4-1227.28925.sock)
34865
+ [plugin-client] restarting worker for "nx/core/project-json"
34866
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 83847, socket: /private/tmp/plugin83782-5-1232.19275.sock)
34867
+ Warning: 'conditions' is not in the list of known options, but still passed to Electron/Chromium.
34868
+ Warning: 'conditions' is not in the list of known options, but still passed to Electron/Chromium.
34869
+ Warning: 'conditions' is not in the list of known options, but still passed to Electron/Chromium.
34870
+ [0908/202427.708580:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
34871
+ [0908/202427.794309:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
34872
+ [0908/202427.817586:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
34873
+ [0908/202427.831660:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
34874
+ [0908/202427.862421:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
34875
+ [0908/202427.862515:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
34876
+ [0908/202428.592391:ERROR:third_party/crashpad/crashpad/util/file/directory_reader_posix.cc:43] opendir /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/attachments/21c5b428-52c1-4bc4-8499-e31156a51014: No such file or directory (2)
34877
+ [0908/202428.820776:ERROR:third_party/crashpad/crashpad/util/file/directory_reader_posix.cc:43] opendir /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/attachments/58161da0-6bec-4519-aa4b-e4e05b011c5b: No such file or directory (2)
34878
+ [0908/202428.898507:ERROR:third_party/crashpad/crashpad/util/file/directory_reader_posix.cc:43] opendir /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/attachments/09216554-7aea-4530-8f17-367ddbd73327: No such file or directory (2)
34879
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
34880
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:29.726Z - Streaming message to client: progress update for topic graph-construction
34881
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:29.727Z - Time taken for 'start-plugin-worker:nx/core/package-json' 2716.3847909999995ms
34882
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:24:29.728Z - [Messenger] Received message, length: 153
34883
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:29.912Z - Streaming message to client: progress update for topic graph-construction
34884
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:24:29.914Z - [Messenger] Received message, length: 101
34885
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:29.919Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 2906.3624159999995ms
34886
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
34887
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:29.919Z - Streaming message to client: progress update for topic graph-construction
34888
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:24:29.921Z - [Messenger] Received message, length: 47
34889
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:29.924Z - Streaming message to client: progress update for topic graph-construction
34890
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
34891
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:24:29.928Z - [Messenger] Received message, length: 47
34892
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 83986, socket: /private/tmp/plugin83782-6-4144.852416.sock)
34893
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:29.933Z - Time taken for 'build-project-configs' 2914.2565ms
34894
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:29.933Z - Time taken for 'start-plugin-worker:nx/core/project-json' 2906.469792ms
34895
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:29.933Z - Time taken for 'createNodes:merge' 0.0902909999995245ms
34896
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:29.933Z - Time taken for 'native-file-deps' 0.001291999999921245ms
34897
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:29.933Z - Time taken for 'get-workspace-files' 3.234082999999373ms
34898
+ [0908/202430.374796:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/21c5b428-52c1-4bc4-8499-e31156a51014.dmp: Resource temporarily unavailable (35)
34899
+ [0908/202430.375184:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/09216554-7aea-4530-8f17-367ddbd73327.dmp: Resource temporarily unavailable (35)
34900
+ [0908/202430.375208:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/58161da0-6bec-4519-aa4b-e4e05b011c5b.dmp: Resource temporarily unavailable (35)
34901
+ [0908/202430.375512:ERROR:third_party/crashpad/crashpad/util/file/directory_reader_posix.cc:43] opendir /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/attachments/9d03baac-7d74-4dc6-b796-5b7391230c2a: No such file or directory (2)
34902
+ Warning: 'conditions' is not in the list of known options, but still passed to Electron/Chromium.
34903
+ [0908/202430.574451:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
34904
+ [0908/202430.637551:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
34905
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
34906
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:31.680Z - Streaming message to client: progress update for topic graph-construction
34907
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:24:31.681Z - [Messenger] Received message, length: 47
34908
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:31.682Z - Error detected when creating a project graph: Failed to create project graph. See above for errors
34909
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:31.683Z - [REQUEST]: Responding to the client with an error. Error when preparing serialized project graph. Failed to process project graph.
34910
+ - Error: Plugin worker for "nx/core/package-json" exited with code 0 before the connection was established.
34911
+ at ChildProcess.<anonymous> (/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/project-graph/plugins/isolation/isolated-plugin.js:399:30)
34912
+ at Object.onceWrapper (node:events:631:26)
34913
+ at ChildProcess.emit (node:events:509:28)
34914
+ at ChildProcess._handle.onexit (node:internal/child_process:295:12)
34915
+ Error: Plugin worker for "nx/core/package-json" exited with code 0 before the connection was established.
34916
+ at ChildProcess.<anonymous> (/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/project-graph/plugins/isolation/isolated-plugin.js:399:30)
34917
+ at Object.onceWrapper (node:events:631:26)
34918
+ at ChildProcess.emit (node:events:509:28)
34919
+ at ChildProcess._handle.onexit (node:internal/child_process:295:12)
34920
+ - Error: Plugin worker for "nx/js/dependencies-and-lockfile" exited with code 0 before the connection was established.
34921
+ at ChildProcess.<anonymous> (/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/project-graph/plugins/isolation/isolated-plugin.js:399:30)
34922
+ at Object.onceWrapper (node:events:631:26)
34923
+ at ChildProcess.emit (node:events:509:28)
34924
+ at ChildProcess._handle.onexit (node:internal/child_process:295:12)
34925
+ Error: Plugin worker for "nx/js/dependencies-and-lockfile" exited with code 0 before the connection was established.
34926
+ at ChildProcess.<anonymous> (/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/project-graph/plugins/isolation/isolated-plugin.js:399:30)
34927
+ at Object.onceWrapper (node:events:631:26)
34928
+ at ChildProcess.emit (node:events:509:28)
34929
+ at ChildProcess._handle.onexit (node:internal/child_process:295:12)
34930
+ - Error: Plugin worker for "nx/core/project-json" exited with code 0 before the connection was established.
34931
+ at ChildProcess.<anonymous> (/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/project-graph/plugins/isolation/isolated-plugin.js:399:30)
34932
+ at Object.onceWrapper (node:events:631:26)
34933
+ at ChildProcess.emit (node:events:509:28)
34934
+ at ChildProcess._handle.onexit (node:internal/child_process:295:12)
34935
+ Error: Plugin worker for "nx/core/project-json" exited with code 0 before the connection was established.
34936
+ at ChildProcess.<anonymous> (/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/project-graph/plugins/isolation/isolated-plugin.js:399:30)
34937
+ at Object.onceWrapper (node:events:631:26)
34938
+ at ChildProcess.emit (node:events:509:28)
34939
+ at ChildProcess._handle.onexit (node:internal/child_process:295:12)
34940
+ The "nx/js/dependencies-and-lockfile" plugin threw an error while creating dependencies: Plugin worker for "nx/js/dependencies-and-lockfile" exited with code 0 before the connection was established.
34941
+ Error: Plugin worker for "nx/js/dependencies-and-lockfile" exited with code 0 before the connection was established.
34942
+ at ChildProcess.<anonymous> (/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/project-graph/plugins/isolation/isolated-plugin.js:399:30)
34943
+ at Object.onceWrapper (node:events:631:26)
34944
+ at ChildProcess.emit (node:events:509:28)
34945
+ at ChildProcess._handle.onexit (node:internal/child_process:295:12)
34946
+ Caused by:
34947
+ Error: Plugin worker for "nx/js/dependencies-and-lockfile" exited with code 0 before the connection was established.
34948
+ at ChildProcess.<anonymous> (/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/project-graph/plugins/isolation/isolated-plugin.js:399:30)
34949
+ at Object.onceWrapper (node:events:631:26)
34950
+ at ChildProcess.emit (node:events:509:28)
34951
+ at ChildProcess._handle.onexit (node:internal/child_process:295:12)
34952
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:31.684Z - Done responding to the client null
34953
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:31.684Z - Handled json message REQUEST_PROJECT_GRAPH. Handling time: 4744. Response time: 1.
34954
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:31.685Z - Time taken for 'createDependencies' 1756.155417ms
34955
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:31.685Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 1755.1899170000006ms
34956
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:31.685Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 1754.2440830000005ms
34957
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:31.685Z - Time taken for 'createMetadata' 0.04679200000009587ms
34958
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:24:31.685Z - [Messenger] Received message, length: 8878
34959
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:31.708Z - Closed a connection. Number of open connections: 0
34960
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
34961
+ DEBUG nx::native::watch::watcher: [create] nx/core/project-json
34962
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
34963
+ DEBUG nx::native::watch::watcher: [create] nx/core/project-json
34964
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:49.476Z - [WATCHER]: Processing file changes in outputs
34965
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:49.477Z - [WATCHER]: nx/core/project-json was created or restored
34966
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:49.477Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: create:nx/core/project-json
34967
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:49.477Z - [WATCHER]: File changes detected:
34968
+ Created:
34969
+ - nx/core/project-json
34970
+ Updated:
34971
+ (none)
34972
+ Deleted:
34973
+ (none)
34974
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:49.481Z - [SYNC]: clearing sync generators cache due to file changes
34975
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:49.483Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
34976
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:49.483Z - [REQUEST]: nx/core/project-json
34977
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:49.483Z - [REQUEST]:
34978
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
34979
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 84567, socket: /private/tmp/plugin83782-7-23706.081125.sock)
34980
+ [plugin-client] restarting worker for "nx/core/package-json"
34981
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 84568, socket: /private/tmp/plugin83782-8-23707.007458.sock)
34982
+ [plugin-client] restarting worker for "nx/core/project-json"
34983
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 84569, socket: /private/tmp/plugin83782-9-23707.365916.sock)
34984
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:49.488Z - Time taken for 'hash changed files from watcher' 3.5114169999978913ms
34985
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
34986
+ DEBUG nx::native::watch::watcher: [create] nx/js/dependencies-and-lockfile
34987
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:49.662Z - [WATCHER]: Processing file changes in outputs
34988
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
34989
+ DEBUG nx::native::watch::watcher: [create] nx/js/dependencies-and-lockfile
34990
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:49.664Z - [WATCHER]: nx/js/dependencies-and-lockfile was created or restored
34991
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:49.664Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: create:nx/js/dependencies-and-lockfile
34992
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:49.664Z - [WATCHER]: File changes detected:
34993
+ Created:
34994
+ - nx/js/dependencies-and-lockfile
34995
+ Updated:
34996
+ (none)
34997
+ Deleted:
34998
+ (none)
34999
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:49.665Z - [SYNC]: clearing sync generators cache due to file changes
35000
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:49.665Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
35001
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:49.665Z - [REQUEST]: nx/core/project-json,nx/js/dependencies-and-lockfile
35002
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:49.665Z - [REQUEST]:
35003
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:49.667Z - Time taken for 'hash changed files from watcher' 0.8338750000002619ms
35004
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
35005
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
35006
+ DEBUG nx::native::watch::watcher: [create] nx/core/package-json
35007
+ DEBUG nx::native::watch::watcher: [create] nx/core/package-json
35008
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:50.070Z - [WATCHER]: nx/core/package-json was created or restored
35009
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:50.070Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: create:nx/core/package-json
35010
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:50.070Z - [WATCHER]: File changes detected:
35011
+ Created:
35012
+ - nx/core/package-json
35013
+ Updated:
35014
+ (none)
35015
+ Deleted:
35016
+ (none)
35017
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:50.071Z - [SYNC]: clearing sync generators cache due to file changes
35018
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:50.071Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
35019
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:50.071Z - [REQUEST]: nx/core/project-json,nx/js/dependencies-and-lockfile,nx/core/package-json
35020
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:50.071Z - [REQUEST]:
35021
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:50.072Z - Time taken for 'hash changed files from watcher' 0.7978750000002037ms
35022
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:50.072Z - [WATCHER]: Processing file changes in outputs
35023
+ [0908/202450.396207:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/c1e59ad2-37af-456f-961c-54ea15728448.dmp: Resource temporarily unavailable (35)
35024
+ [0908/202450.397895:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/93196114-ba3d-42d1-a63f-4d88818ae882.dmp: Resource temporarily unavailable (35)
35025
+ [0908/202450.399322:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/c1e59ad2-37af-456f-961c-54ea15728448.dmp: Resource temporarily unavailable (35)
35026
+ [0908/202450.398269:ERROR:third_party/crashpad/crashpad/util/file/directory_reader_posix.cc:43] opendir /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/attachments/c1e59ad2-37af-456f-961c-54ea15728448: No such file or directory (2)
35027
+ [0908/202450.399477:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/e22d3371-6ef4-4316-a104-5ad5a8c018ad.dmp: Resource temporarily unavailable (35)
35028
+ [0908/202450.399499:ERROR:third_party/crashpad/crashpad/util/file/directory_reader_posix.cc:43] opendir /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/attachments/e22d3371-6ef4-4316-a104-5ad5a8c018ad: No such file or directory (2)
35029
+ [0908/202450.399848:ERROR:third_party/crashpad/crashpad/util/file/directory_reader_posix.cc:43] opendir /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/attachments/110a62f6-e899-47fa-90ea-0de2bc10912f: No such file or directory (2)
35030
+ Warning: 'conditions' is not in the list of known options, but still passed to Electron/Chromium.
35031
+ Warning: 'conditions' is not in the list of known options, but still passed to Electron/Chromium.
35032
+ Warning: 'conditions' is not in the list of known options, but still passed to Electron/Chromium.
35033
+ [0908/202450.722990:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35034
+ [0908/202450.751264:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35035
+ [0908/202450.790642:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35036
+ [0908/202450.833507:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35037
+ [0908/202451.022212:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35038
+ [0908/202451.182670:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35039
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:51.959Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 2470.772374999997ms
35040
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
35041
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
35042
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
35043
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 84625, socket: /private/tmp/plugin83782-10-26216.461041.sock)
35044
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:51.997Z - Time taken for 'start-plugin-worker:nx/core/package-json' 2504.139459000002ms
35045
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:51.997Z - Time taken for 'start-plugin-worker:nx/core/project-json' 2504.199083000003ms
35046
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:51.997Z - Time taken for 'build-project-configs' 1919.586625ms
35047
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:51.997Z - Time taken for 'build-project-configs' 1919.7834580000017ms
35048
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:51.997Z - Time taken for 'build-project-configs' 1919.8687910000008ms
35049
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:51.997Z - Time taken for 'createNodes:merge' 0.10195799999928568ms
35050
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:51.997Z - Time taken for 'createNodes:merge' 0.011542000000190455ms
35051
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:51.997Z - Time taken for 'createNodes:merge' 0.028540999999677297ms
35052
+ [0908/202452.216263:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/c1e59ad2-37af-456f-961c-54ea15728448.dmp: Resource temporarily unavailable (35)
35053
+ [0908/202452.216624:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/e22d3371-6ef4-4316-a104-5ad5a8c018ad.dmp: Resource temporarily unavailable (35)
35054
+ [0908/202452.216851:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/110a62f6-e899-47fa-90ea-0de2bc10912f.dmp: Resource temporarily unavailable (35)
35055
+ [0908/202452.217065:ERROR:third_party/crashpad/crashpad/util/file/directory_reader_posix.cc:43] opendir /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/attachments/03323c98-c600-4583-b6a4-d0f2de52307e: No such file or directory (2)
35056
+ Warning: 'conditions' is not in the list of known options, but still passed to Electron/Chromium.
35057
+ [0908/202452.289383:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35058
+ [0908/202452.291245:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35059
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
35060
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:53.298Z - Error detected when creating a project graph: Failed to create project graph. See above for errors
35061
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:53.299Z - Time taken for 'createDependencies' 1301.503499999999ms
35062
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:53.299Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 1301.4258339999978ms
35063
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:53.299Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 1300.9228330000005ms
35064
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:24:53.299Z - Time taken for 'createMetadata' 0.009125000000494765ms
35065
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
35066
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
35067
+ DEBUG nx::native::watch::watcher: [delete] _tmp_11223_af7a8db10e3aa1caf481b4b9fdd4c832
35068
+ DEBUG nx::native::watch::watcher: [delete] _tmp_11223_af7a8db10e3aa1caf481b4b9fdd4c832
35069
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:06.920Z - [WATCHER]: _tmp_11223_af7a8db10e3aa1caf481b4b9fdd4c832 was deleted
35070
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:06.921Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: delete:_tmp_11223_af7a8db10e3aa1caf481b4b9fdd4c832
35071
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:06.921Z - [WATCHER]: File changes detected:
35072
+ Created:
35073
+ (none)
35074
+ Updated:
35075
+ (none)
35076
+ Deleted:
35077
+ - _tmp_11223_af7a8db10e3aa1caf481b4b9fdd4c832
35078
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:06.930Z - [SYNC]: clearing sync generators cache due to file changes
35079
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:06.931Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
35080
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:06.931Z - [REQUEST]:
35081
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:06.931Z - [REQUEST]: _tmp_11223_af7a8db10e3aa1caf481b4b9fdd4c832
35082
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
35083
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 11250, socket: /private/tmp/plugin83782-11-1421033.369083.sock)
35084
+ [plugin-client] restarting worker for "nx/core/package-json"
35085
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 11251, socket: /private/tmp/plugin83782-12-1421036.281666.sock)
35086
+ [plugin-client] restarting worker for "nx/core/project-json"
35087
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 11252, socket: /private/tmp/plugin83782-13-1421037.239208.sock)
35088
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:06.950Z - Time taken for 'hash changed files from watcher' 4.8435000001918525ms
35089
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:06.951Z - [WATCHER]: Processing file changes in outputs
35090
+ Warning: 'conditions' is not in the list of known options, but still passed to Electron/Chromium.
35091
+ Warning: 'conditions' is not in the list of known options, but still passed to Electron/Chromium.
35092
+ Warning: 'conditions' is not in the list of known options, but still passed to Electron/Chromium.
35093
+ [0908/204807.875085:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35094
+ [0908/204808.012431:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35095
+ [0908/204808.086174:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35096
+ [0908/204808.096052:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35097
+ [0908/204808.096519:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35098
+ [0908/204808.135062:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35099
+ [0908/204808.962489:ERROR:third_party/crashpad/crashpad/util/file/directory_reader_posix.cc:43] opendir /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/attachments/c5495986-878b-47a4-adb4-26d1627c5c4b: No such file or directory (2)
35100
+ [0908/204809.086226:ERROR:third_party/crashpad/crashpad/util/file/directory_reader_posix.cc:43] opendir /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/attachments/67a0fcae-5738-4198-b5d2-a6f46590c467: No such file or directory (2)
35101
+ [0908/204809.211263:ERROR:third_party/crashpad/crashpad/util/file/directory_reader_posix.cc:43] opendir /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/attachments/dc5daaa4-1ac9-4fd4-bf7a-1095cd3344c5: No such file or directory (2)
35102
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
35103
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:09.759Z - Time taken for 'start-plugin-worker:nx/core/project-json' 2808.494457999943ms
35104
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
35105
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
35106
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 11366, socket: /private/tmp/plugin83782-14-1423880.702166.sock)
35107
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:09.795Z - Time taken for 'build-project-configs' 2838.822666999884ms
35108
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:09.795Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 2836.3170829999726ms
35109
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:09.795Z - Time taken for 'start-plugin-worker:nx/core/package-json' 2832.8205420000013ms
35110
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:09.795Z - Time taken for 'createNodes:merge' 0.25716599985025823ms
35111
+ [0908/204810.270791:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/c5495986-878b-47a4-adb4-26d1627c5c4b.dmp: Resource temporarily unavailable (35)
35112
+ [0908/204810.270939:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/dc5daaa4-1ac9-4fd4-bf7a-1095cd3344c5.dmp: Resource temporarily unavailable (35)
35113
+ [0908/204810.271035:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/67a0fcae-5738-4198-b5d2-a6f46590c467.dmp: Resource temporarily unavailable (35)
35114
+ [0908/204810.271433:ERROR:third_party/crashpad/crashpad/util/file/directory_reader_posix.cc:43] opendir /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/attachments/31b76ba5-d8bd-4b46-a498-d75e8a71d59c: No such file or directory (2)
35115
+ Warning: 'conditions' is not in the list of known options, but still passed to Electron/Chromium.
35116
+ [0908/204810.505316:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35117
+ [0908/204810.508994:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35118
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
35119
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:11.396Z - Error detected when creating a project graph: Failed to create project graph. See above for errors
35120
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:11.397Z - Time taken for 'createDependencies' 1603.4298340000678ms
35121
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:11.397Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 1603.249041999923ms
35122
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:11.397Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 1601.438708000118ms
35123
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:11.397Z - Time taken for 'createMetadata' 0.014041000045835972ms
35124
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=17
35125
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-push
35126
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-applypatch
35127
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-checkout
35128
+ DEBUG nx::native::watch::watcher: [update] .husky/_/.gitignore
35129
+ DEBUG nx::native::watch::watcher: [update] .husky/_/commit-msg
35130
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-commit
35131
+ DEBUG nx::native::watch::watcher: [update] .husky/_/prepare-commit-msg
35132
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-merge-commit
35133
+ DEBUG nx::native::watch::watcher: [create] .husky/_/husky.sh
35134
+ DEBUG nx::native::watch::watcher: [update] .husky/_/applypatch-msg
35135
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-merge
35136
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-commit
35137
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-rewrite
35138
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-auto-gc
35139
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-applypatch
35140
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-rebase
35141
+ DEBUG nx::native::watch::watcher: [update] .husky/_/h
35142
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:12.105Z - [WATCHER]: Processing file changes in outputs
35143
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:12.727Z - Established a connection. Number of open connections: 1
35144
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:12.727Z - Closed a connection. Number of open connections: 0
35145
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:12.728Z - Established a connection. Number of open connections: 1
35146
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:12.728Z - Closed a connection. Number of open connections: 0
35147
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:12.729Z - Established a connection. Number of open connections: 1
35148
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:12.728Z - [Messenger] Setting up socket listeners
35149
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:12.733Z - [Messenger] listen() complete
35150
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:12.742Z - [Messenger] Sending message type: GET_NX_CONSOLE_STATUS
35151
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:12.742Z - [Messenger] Message sent
35152
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:12.744Z - Received raw message of length 4046
35153
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:12.744Z - Received json message of type GET_NX_CONSOLE_STATUS
35154
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:12.744Z - Graph recompute necessary due to env variable refresh. Changed keys: PATH, COLOR, GIT_AUTHOR_DATE, GIT_EDITOR, GIT_NO_REPLACE_OBJECTS, GIT_INDEX_FILE, GIT_AUTHOR_NAME, GIT_PREFIX, EDITOR, GIT_SSH_COMMAND, GIT_AUTHOR_EMAIL, GIT_EXEC_PATH, PNPM_SCRIPT_SRC_DIR
35155
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:12.744Z - Serializing response for GET_NX_CONSOLE_STATUS message in json mode
35156
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:12.744Z - Responding to GET_NX_CONSOLE_STATUS message
35157
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:12.745Z - [REQUEST]: Responding to the client. handleGetNxConsoleStatus
35158
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:12.745Z - Done responding to the client handleGetNxConsoleStatus
35159
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:12.745Z - Handled json message GET_NX_CONSOLE_STATUS. Handling time: 0. Response time: 1.
35160
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:12.745Z - [Messenger] Received message, length: 22
35161
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:12.803Z - [Messenger] Sending message type: REQUEST_PROJECT_GRAPH
35162
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:12.803Z - [Messenger] Message sent
35163
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:12.803Z - Received raw message of length 32
35164
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:12.803Z - Received json message of type REQUEST_PROJECT_GRAPH
35165
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:12.803Z - [REQUEST]: Client Request for Project Graph Received
35166
+ DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=63.558875ms
35167
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:12.868Z - No in-memory cached project graph found. Recomputing it...
35168
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:12.868Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
35169
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:12.868Z - [REQUEST]:
35170
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:12.868Z - [REQUEST]:
35171
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:12.872Z - Streaming message to client: progress update for topic graph-construction
35172
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
35173
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:12.872Z - [Messenger] Received message, length: 47
35174
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 11480, socket: /private/tmp/plugin83782-15-1426961.140583.sock)
35175
+ [plugin-client] restarting worker for "nx/core/package-json"
35176
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 11481, socket: /private/tmp/plugin83782-16-1426961.775958.sock)
35177
+ [plugin-client] restarting worker for "nx/core/project-json"
35178
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 11482, socket: /private/tmp/plugin83782-17-1426962.108791.sock)
35179
+ [0908/204813.197422:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/31b76ba5-d8bd-4b46-a498-d75e8a71d59c.dmp: Resource temporarily unavailable (35)
35180
+ [0908/204813.198341:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/dc5daaa4-1ac9-4fd4-bf7a-1095cd3344c5.dmp: Resource temporarily unavailable (35)
35181
+ [0908/204813.198449:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/67a0fcae-5738-4198-b5d2-a6f46590c467.dmp: Resource temporarily unavailable (35)
35182
+ [0908/204813.199171:ERROR:third_party/crashpad/crashpad/util/file/directory_reader_posix.cc:43] opendir /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/attachments/22b83a8b-418c-4ed6-ade8-578753747cce: No such file or directory (2)
35183
+ [0908/204813.198538:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/31b76ba5-d8bd-4b46-a498-d75e8a71d59c.dmp: Resource temporarily unavailable (35)
35184
+ [0908/204813.200705:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/22b83a8b-418c-4ed6-ade8-578753747cce.dmp: Resource temporarily unavailable (35)
35185
+ [0908/204813.200727:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/dc5daaa4-1ac9-4fd4-bf7a-1095cd3344c5.dmp: Resource temporarily unavailable (35)
35186
+ [0908/204813.200740:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/67a0fcae-5738-4198-b5d2-a6f46590c467.dmp: Resource temporarily unavailable (35)
35187
+ [0908/204813.206052:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/12c9f263-bdc4-44a7-a98f-f8a08463005c.dmp: Resource temporarily unavailable (35)
35188
+ [0908/204813.198752:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/31b76ba5-d8bd-4b46-a498-d75e8a71d59c.dmp: Resource temporarily unavailable (35)
35189
+ [0908/204813.200854:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/22b83a8b-418c-4ed6-ade8-578753747cce.dmp: Resource temporarily unavailable (35)
35190
+ [0908/204813.201598:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/dc5daaa4-1ac9-4fd4-bf7a-1095cd3344c5.dmp: Resource temporarily unavailable (35)
35191
+ [0908/204813.201958:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/67a0fcae-5738-4198-b5d2-a6f46590c467.dmp: Resource temporarily unavailable (35)
35192
+ [0908/204813.214183:ERROR:third_party/crashpad/crashpad/util/file/directory_reader_posix.cc:43] opendir /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/attachments/9789450a-f8ad-46a6-9ba7-fb3a73f9e1b0: No such file or directory (2)
35193
+ [0908/204813.223600:ERROR:third_party/crashpad/crashpad/util/file/directory_reader_posix.cc:43] opendir /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/attachments/12c9f263-bdc4-44a7-a98f-f8a08463005c: No such file or directory (2)
35194
+ Warning: 'conditions' is not in the list of known options, but still passed to Electron/Chromium.
35195
+ Warning: 'conditions' is not in the list of known options, but still passed to Electron/Chromium.
35196
+ Warning: 'conditions' is not in the list of known options, but still passed to Electron/Chromium.
35197
+ [0908/204813.487501:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35198
+ [0908/204813.496976:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35199
+ [0908/204813.503523:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35200
+ [0908/204813.511861:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35201
+ [0908/204813.526663:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35202
+ [0908/204813.526669:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35203
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
35204
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:14.322Z - Streaming message to client: progress update for topic graph-construction
35205
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:14.322Z - Time taken for 'start-plugin-worker:nx/core/project-json' 1447.8654169999063ms
35206
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:14.322Z - [Messenger] Received message, length: 153
35207
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:14.332Z - Streaming message to client: progress update for topic graph-construction
35208
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:14.332Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 1459.780834000092ms
35209
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:14.332Z - [Messenger] Received message, length: 101
35210
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
35211
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:14.344Z - Streaming message to client: progress update for topic graph-construction
35212
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:14.344Z - [Messenger] Received message, length: 47
35213
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:14.348Z - Streaming message to client: progress update for topic graph-construction
35214
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
35215
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:14.348Z - [Messenger] Received message, length: 47
35216
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 11528, socket: /private/tmp/plugin83782-18-1428436.989291.sock)
35217
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:14.349Z - Time taken for 'build-project-configs' 1471.8151249999646ms
35218
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:14.349Z - Time taken for 'start-plugin-worker:nx/core/package-json' 1470.4070830000564ms
35219
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:14.349Z - Time taken for 'createNodes:merge' 0.09737499989569187ms
35220
+ [0908/204814.545457:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/22b83a8b-418c-4ed6-ade8-578753747cce.dmp: Resource temporarily unavailable (35)
35221
+ [0908/204814.546260:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/12c9f263-bdc4-44a7-a98f-f8a08463005c.dmp: Resource temporarily unavailable (35)
35222
+ [0908/204814.546516:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/9789450a-f8ad-46a6-9ba7-fb3a73f9e1b0.dmp: Resource temporarily unavailable (35)
35223
+ [0908/204814.546938:ERROR:third_party/crashpad/crashpad/util/file/directory_reader_posix.cc:43] opendir /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/attachments/41f57b38-dd04-4fc3-b8a9-d68f17cc4ed1: No such file or directory (2)
35224
+ Warning: 'conditions' is not in the list of known options, but still passed to Electron/Chromium.
35225
+ [0908/204814.622354:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35226
+ [0908/204814.622360:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35227
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
35228
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:15.632Z - Streaming message to client: progress update for topic graph-construction
35229
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:15.633Z - [Messenger] Received message, length: 47
35230
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:15.633Z - Error detected when creating a project graph: Failed to create project graph. See above for errors
35231
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:15.634Z - [REQUEST]: Responding to the client with an error. Error when preparing serialized project graph. Failed to process project graph.
35232
+ - Error: Plugin worker for "nx/core/project-json" exited with code 0 before the connection was established.
35233
+ at ChildProcess.<anonymous> (/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/project-graph/plugins/isolation/isolated-plugin.js:399:30)
35234
+ at Object.onceWrapper (node:events:631:26)
35235
+ at ChildProcess.emit (node:events:509:28)
35236
+ at ChildProcess._handle.onexit (node:internal/child_process:295:12)
35237
+ Error: Plugin worker for "nx/core/project-json" exited with code 0 before the connection was established.
35238
+ at ChildProcess.<anonymous> (/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/project-graph/plugins/isolation/isolated-plugin.js:399:30)
35239
+ at Object.onceWrapper (node:events:631:26)
35240
+ at ChildProcess.emit (node:events:509:28)
35241
+ at ChildProcess._handle.onexit (node:internal/child_process:295:12)
35242
+ - Error: Plugin worker for "nx/js/dependencies-and-lockfile" exited with code 0 before the connection was established.
35243
+ at ChildProcess.<anonymous> (/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/project-graph/plugins/isolation/isolated-plugin.js:399:30)
35244
+ at Object.onceWrapper (node:events:631:26)
35245
+ at ChildProcess.emit (node:events:509:28)
35246
+ at ChildProcess._handle.onexit (node:internal/child_process:295:12)
35247
+ Error: Plugin worker for "nx/js/dependencies-and-lockfile" exited with code 0 before the connection was established.
35248
+ at ChildProcess.<anonymous> (/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/project-graph/plugins/isolation/isolated-plugin.js:399:30)
35249
+ at Object.onceWrapper (node:events:631:26)
35250
+ at ChildProcess.emit (node:events:509:28)
35251
+ at ChildProcess._handle.onexit (node:internal/child_process:295:12)
35252
+ - Error: Plugin worker for "nx/core/package-json" exited with code 0 before the connection was established.
35253
+ at ChildProcess.<anonymous> (/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/project-graph/plugins/isolation/isolated-plugin.js:399:30)
35254
+ at Object.onceWrapper (node:events:631:26)
35255
+ at ChildProcess.emit (node:events:509:28)
35256
+ at ChildProcess._handle.onexit (node:internal/child_process:295:12)
35257
+ Error: Plugin worker for "nx/core/package-json" exited with code 0 before the connection was established.
35258
+ at ChildProcess.<anonymous> (/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/project-graph/plugins/isolation/isolated-plugin.js:399:30)
35259
+ at Object.onceWrapper (node:events:631:26)
35260
+ at ChildProcess.emit (node:events:509:28)
35261
+ at ChildProcess._handle.onexit (node:internal/child_process:295:12)
35262
+ The "nx/js/dependencies-and-lockfile" plugin threw an error while creating dependencies: Plugin worker for "nx/js/dependencies-and-lockfile" exited with code 0 before the connection was established.
35263
+ Error: Plugin worker for "nx/js/dependencies-and-lockfile" exited with code 0 before the connection was established.
35264
+ at ChildProcess.<anonymous> (/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/project-graph/plugins/isolation/isolated-plugin.js:399:30)
35265
+ at Object.onceWrapper (node:events:631:26)
35266
+ at ChildProcess.emit (node:events:509:28)
35267
+ at ChildProcess._handle.onexit (node:internal/child_process:295:12)
35268
+ Caused by:
35269
+ Error: Plugin worker for "nx/js/dependencies-and-lockfile" exited with code 0 before the connection was established.
35270
+ at ChildProcess.<anonymous> (/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/project-graph/plugins/isolation/isolated-plugin.js:399:30)
35271
+ at Object.onceWrapper (node:events:631:26)
35272
+ at ChildProcess.emit (node:events:509:28)
35273
+ at ChildProcess._handle.onexit (node:internal/child_process:295:12)
35274
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:15.634Z - Done responding to the client null
35275
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:15.634Z - Handled json message REQUEST_PROJECT_GRAPH. Handling time: 2830. Response time: 1.
35276
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:15.635Z - Time taken for 'createDependencies' 1284.5370000000112ms
35277
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:15.634Z - [Messenger] Received message, length: 8878
35278
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:15.635Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 1284.359375ms
35279
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:15.635Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 1283.736583000049ms
35280
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:15.635Z - Time taken for 'createMetadata' 0.011375000001862645ms
35281
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:15.642Z - Closed a connection. Number of open connections: 0
35282
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:38.006Z - Established a connection. Number of open connections: 1
35283
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:38.007Z - Closed a connection. Number of open connections: 0
35284
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:38.007Z - Established a connection. Number of open connections: 1
35285
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:38.008Z - Closed a connection. Number of open connections: 0
35286
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:38.008Z - Established a connection. Number of open connections: 1
35287
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:38.008Z - [Messenger] Setting up socket listeners
35288
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:38.010Z - [Messenger] listen() complete
35289
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:38.021Z - [Messenger] Sending message type: GET_NX_CONSOLE_STATUS
35290
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:38.022Z - [Messenger] Message sent
35291
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:38.024Z - Received raw message of length 4046
35292
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:38.024Z - Received json message of type GET_NX_CONSOLE_STATUS
35293
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:38.025Z - Serializing response for GET_NX_CONSOLE_STATUS message in json mode
35294
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:38.025Z - Responding to GET_NX_CONSOLE_STATUS message
35295
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:38.025Z - [REQUEST]: Responding to the client. handleGetNxConsoleStatus
35296
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:38.025Z - Done responding to the client handleGetNxConsoleStatus
35297
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:38.025Z - Handled json message GET_NX_CONSOLE_STATUS. Handling time: 0. Response time: 0.
35298
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:38.025Z - [Messenger] Received message, length: 22
35299
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:38.084Z - [Messenger] Sending message type: REQUEST_PROJECT_GRAPH
35300
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:38.084Z - [Messenger] Message sent
35301
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:38.084Z - Received raw message of length 32
35302
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:38.084Z - Received json message of type REQUEST_PROJECT_GRAPH
35303
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:38.085Z - [REQUEST]: Client Request for Project Graph Received
35304
+ DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=64.960791ms
35305
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:38.152Z - No in-memory cached project graph found. Recomputing it...
35306
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:38.152Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
35307
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:38.152Z - [REQUEST]:
35308
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:38.152Z - [REQUEST]:
35309
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:38.157Z - Streaming message to client: progress update for topic graph-construction
35310
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
35311
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:38.157Z - [Messenger] Received message, length: 47
35312
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 12133, socket: /private/tmp/plugin83782-19-1452246.613458.sock)
35313
+ [plugin-client] restarting worker for "nx/core/package-json"
35314
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 12134, socket: /private/tmp/plugin83782-20-1452248.27975.sock)
35315
+ [plugin-client] restarting worker for "nx/core/project-json"
35316
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 12135, socket: /private/tmp/plugin83782-21-1452248.677583.sock)
35317
+ [0908/204838.750324:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/a37beded-04e3-4ba8-bc68-7c9c9b1a9b86.dmp: Resource temporarily unavailable (35)
35318
+ [0908/204838.750323:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/a37beded-04e3-4ba8-bc68-7c9c9b1a9b86.dmp: Resource temporarily unavailable (35)
35319
+ [0908/204838.750324:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/a37beded-04e3-4ba8-bc68-7c9c9b1a9b86.dmp: Resource temporarily unavailable (35)
35320
+ Warning: 'conditions' is not in the list of known options, but still passed to Electron/Chromium.
35321
+ Warning: 'conditions' is not in the list of known options, but still passed to Electron/Chromium.
35322
+ Warning: 'conditions' is not in the list of known options, but still passed to Electron/Chromium.
35323
+ [0908/204838.959095:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35324
+ [0908/204838.960701:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35325
+ [0908/204838.960408:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35326
+ [0908/204838.970958:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35327
+ [0908/204838.973611:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35328
+ [0908/204838.987777:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35329
+ [0908/204839.546793:ERROR:third_party/crashpad/crashpad/util/file/directory_reader_posix.cc:43] opendir /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/attachments/0b49f7d4-021f-4b18-a4eb-998fe1391a43: No such file or directory (2)
35330
+ [0908/204839.552375:ERROR:third_party/crashpad/crashpad/util/file/directory_reader_posix.cc:43] opendir /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/attachments/d12a9f13-9bb1-4471-911f-6b90aac97acd: No such file or directory (2)
35331
+ [0908/204839.558993:ERROR:third_party/crashpad/crashpad/util/file/directory_reader_posix.cc:43] opendir /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/attachments/b06cb930-06a9-4aa8-925a-5f2db7a9c5a5: No such file or directory (2)
35332
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:39.981Z - Streaming message to client: progress update for topic graph-construction
35333
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:39.982Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 1823.4929590001702ms
35334
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
35335
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:39.982Z - Streaming message to client: progress update for topic graph-construction
35336
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:39.982Z - Time taken for 'start-plugin-worker:nx/core/project-json' 1822.1959999999963ms
35337
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:39.982Z - [Messenger] Received message, length: 142
35338
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:39.983Z - [Messenger] Received message, length: 101
35339
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
35340
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:40.015Z - Streaming message to client: progress update for topic graph-construction
35341
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:40.015Z - [Messenger] Received message, length: 47
35342
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:40.020Z - Streaming message to client: progress update for topic graph-construction
35343
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
35344
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:40.020Z - [Messenger] Received message, length: 47
35345
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 12200, socket: /private/tmp/plugin83782-22-1454108.968375.sock)
35346
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:40.020Z - Time taken for 'build-project-configs' 1858.1110000000335ms
35347
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:40.020Z - Time taken for 'start-plugin-worker:nx/core/package-json' 1855.8682920001447ms
35348
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:40.020Z - Time taken for 'createNodes:merge' 0.10162499989382923ms
35349
+ [0908/204840.289618:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/b06cb930-06a9-4aa8-925a-5f2db7a9c5a5.dmp: Resource temporarily unavailable (35)
35350
+ [0908/204840.290436:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/d12a9f13-9bb1-4471-911f-6b90aac97acd.dmp: Resource temporarily unavailable (35)
35351
+ [0908/204840.290485:ERROR:third_party/crashpad/crashpad/client/crash_report_database_mac.mm:751] open lock /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/pending/0b49f7d4-021f-4b18-a4eb-998fe1391a43.dmp: Resource temporarily unavailable (35)
35352
+ [0908/204840.290803:ERROR:third_party/crashpad/crashpad/util/file/directory_reader_posix.cc:43] opendir /Users/ikechukwukalu/Library/Application Support/Code/Crashpad/attachments/b00f8ac5-0786-4695-bfe9-65b3421cc8dd: No such file or directory (2)
35353
+ Warning: 'conditions' is not in the list of known options, but still passed to Electron/Chromium.
35354
+ [0908/204840.405109:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35355
+ [0908/204840.405675:FATAL:electron/shell/app/electron_main_delegate_mac.mm:66] Unable to find helper app
35356
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
35357
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:41.391Z - Streaming message to client: progress update for topic graph-construction
35358
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:41.392Z - [Messenger] Received message, length: 47
35359
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:41.393Z - Error detected when creating a project graph: Failed to create project graph. See above for errors
35360
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:41.396Z - [REQUEST]: Responding to the client with an error. Error when preparing serialized project graph. Failed to process project graph.
35361
+ - Error: Plugin worker for "nx/js/dependencies-and-lockfile" exited with code 0 before the connection was established.
35362
+ at ChildProcess.<anonymous> (/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/project-graph/plugins/isolation/isolated-plugin.js:399:30)
35363
+ at Object.onceWrapper (node:events:631:26)
35364
+ at ChildProcess.emit (node:events:509:28)
35365
+ at ChildProcess._handle.onexit (node:internal/child_process:295:12)
35366
+ Error: Plugin worker for "nx/js/dependencies-and-lockfile" exited with code 0 before the connection was established.
35367
+ at ChildProcess.<anonymous> (/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/project-graph/plugins/isolation/isolated-plugin.js:399:30)
35368
+ at Object.onceWrapper (node:events:631:26)
35369
+ at ChildProcess.emit (node:events:509:28)
35370
+ at ChildProcess._handle.onexit (node:internal/child_process:295:12)
35371
+ - Error: Plugin worker for "nx/core/project-json" exited with code 0 before the connection was established.
35372
+ at ChildProcess.<anonymous> (/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/project-graph/plugins/isolation/isolated-plugin.js:399:30)
35373
+ at Object.onceWrapper (node:events:631:26)
35374
+ at ChildProcess.emit (node:events:509:28)
35375
+ at ChildProcess._handle.onexit (node:internal/child_process:295:12)
35376
+ Error: Plugin worker for "nx/core/project-json" exited with code 0 before the connection was established.
35377
+ at ChildProcess.<anonymous> (/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/project-graph/plugins/isolation/isolated-plugin.js:399:30)
35378
+ at Object.onceWrapper (node:events:631:26)
35379
+ at ChildProcess.emit (node:events:509:28)
35380
+ at ChildProcess._handle.onexit (node:internal/child_process:295:12)
35381
+ - Error: Plugin worker for "nx/core/package-json" exited with code 0 before the connection was established.
35382
+ at ChildProcess.<anonymous> (/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/project-graph/plugins/isolation/isolated-plugin.js:399:30)
35383
+ at Object.onceWrapper (node:events:631:26)
35384
+ at ChildProcess.emit (node:events:509:28)
35385
+ at ChildProcess._handle.onexit (node:internal/child_process:295:12)
35386
+ Error: Plugin worker for "nx/core/package-json" exited with code 0 before the connection was established.
35387
+ at ChildProcess.<anonymous> (/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/project-graph/plugins/isolation/isolated-plugin.js:399:30)
35388
+ at Object.onceWrapper (node:events:631:26)
35389
+ at ChildProcess.emit (node:events:509:28)
35390
+ at ChildProcess._handle.onexit (node:internal/child_process:295:12)
35391
+ The "nx/js/dependencies-and-lockfile" plugin threw an error while creating dependencies: Plugin worker for "nx/js/dependencies-and-lockfile" exited with code 0 before the connection was established.
35392
+ Error: Plugin worker for "nx/js/dependencies-and-lockfile" exited with code 0 before the connection was established.
35393
+ at ChildProcess.<anonymous> (/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/project-graph/plugins/isolation/isolated-plugin.js:399:30)
35394
+ at Object.onceWrapper (node:events:631:26)
35395
+ at ChildProcess.emit (node:events:509:28)
35396
+ at ChildProcess._handle.onexit (node:internal/child_process:295:12)
35397
+ Caused by:
35398
+ Error: Plugin worker for "nx/js/dependencies-and-lockfile" exited with code 0 before the connection was established.
35399
+ at ChildProcess.<anonymous> (/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/project-graph/plugins/isolation/isolated-plugin.js:399:30)
35400
+ at Object.onceWrapper (node:events:631:26)
35401
+ at ChildProcess.emit (node:events:509:28)
35402
+ at ChildProcess._handle.onexit (node:internal/child_process:295:12)
35403
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:41.397Z - Time taken for 'createDependencies' 1372.813499999931ms
35404
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:41.397Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 1372.5640419998672ms
35405
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:41.397Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 1367.4648329999764ms
35406
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:41.397Z - Time taken for 'createMetadata' 0.014749999856576324ms
35407
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:41.397Z - Done responding to the client null
35408
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:41.397Z - Handled json message REQUEST_PROJECT_GRAPH. Handling time: 3312. Response time: 1.
35409
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:48:41.397Z - [Messenger] Received message, length: 8878
35410
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:48:41.419Z - Closed a connection. Number of open connections: 0
35411
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:49:46.969Z - [Server] Daemon outdated: NX_VERSION_CHANGED
35412
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:49:46.970Z - [Server] Shutting down daemon (no restart)...
35413
+ DEBUG nx::native::watch::watcher: watching stopped origin=/Applications/AngularJS/angular-web-sdk
35414
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:49:46.976Z - [WATCHER]: Stopping the watcher for /Applications/AngularJS/angular-web-sdk (sources)
35415
+ DEBUG nx::native::watch::watcher: watching stopped origin=/Applications/AngularJS/angular-web-sdk
35416
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:49:46.977Z - [WATCHER]: Stopping the watcher for /Applications/AngularJS/angular-web-sdk (outputs)
35417
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:49:46.979Z - Server stopped because: "NX_VERSION_CHANGED"
35418
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:22.884Z - [Client] Starting new daemon server in background
35419
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:22.965Z - [Client] Waiting for server (max: 6000 attempts, 10ms interval)
35420
+ DEBUG nx::native::watch::watcher: watching started origin=/Applications/AngularJS/angular-web-sdk
35421
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.408Z - [WATCHER]: Subscribed to changes within: /Applications/AngularJS/angular-web-sdk (native)
35422
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.412Z - New daemon starting from: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/daemon/server/server.js
35423
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.413Z - New daemon __dirname: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/daemon/server
35424
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.413Z - New daemon nxVersion: 23.1.1
35425
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.413Z - New daemon getInstalledNxVersion(): 23.1.1
35426
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.414Z - Time taken for 'workspace context init' 0.38345800000001873ms
35427
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.423Z - [Server] Starting outdated check interval (20ms)
35428
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.427Z - Started listening on: /private/tmp/4ba885648cc5af129288/d.sock
35429
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:23.436Z - [Client] Server available
35430
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:23.437Z - [Client] Daemon server started, pid=14541
35431
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:23.437Z - [Messenger] Setting up socket listeners
35432
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:23.437Z - [Messenger] listen() complete
35433
+ DEBUG nx::native::watch::watcher: watching started origin=/Applications/AngularJS/angular-web-sdk
35434
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.440Z - [LATEST-NX]: Pulling latest Nx...
35435
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.442Z - [AI-AGENTS]: Starting agent configuration status computation
35436
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:23.463Z - [Messenger] Sending message type: REQUEST_PROJECT_GRAPH
35437
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:23.463Z - [Messenger] Message sent
35438
+ [isolated-plugin] spawned worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 14551, socket: /private/tmp/plugin14541-0-467.690167.sock)
35439
+ [isolated-plugin] spawned worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 14552, socket: /private/tmp/plugin14541-1-529.986833.sock)
35440
+ [isolated-plugin] spawned worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 14553, socket: /private/tmp/plugin14541-2-532.186708.sock)
35441
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.510Z - Time taken for 'hash changed files from watcher' 0.01029199999999264ms
35442
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.510Z - Time taken for 'loadSpecifiedNxPlugins' 69.56929200000002ms
35443
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.512Z - Established a connection. Number of open connections: 1
35444
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.512Z - Established a connection. Number of open connections: 2
35445
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.514Z - Closed a connection. Number of open connections: 1
35446
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.514Z - Received raw message of length 4046
35447
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.514Z - Received json message of type REQUEST_PROJECT_GRAPH
35448
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.514Z - [REQUEST]: Client Request for Project Graph Received
35449
+ DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=53.865791ms
35450
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.572Z - Reusing in-memory cached project graph because no files changed.
35451
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 14552) listening on /private/tmp/plugin14541-1-529.986833.sock
35452
+ Time taken for 'plugin worker 14552 code loading' 112.021667ms
35453
+ [isolated-plugin] connected to worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 14552)
35454
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.693Z - Time taken for 'start-plugin-worker:/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json' 186.69216700000004ms
35455
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 14552) connected
35456
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 14552) loaded successfully
35457
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.700Z - Time taken for 'Load Nx Plugin: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json' 260.20637500000004ms
35458
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 14551) listening on /private/tmp/plugin14541-0-467.690167.sock
35459
+ [isolated-plugin] connected to worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 14551)
35460
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.711Z - Time taken for 'start-plugin-worker:/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js' 268.58979200000005ms
35461
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 14551) connected
35462
+ Time taken for 'plugin worker 14551 code loading' 140.840834ms
35463
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 14553) listening on /private/tmp/plugin14541-2-532.186708.sock
35464
+ [isolated-plugin] connected to worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 14553)
35465
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.724Z - Time taken for 'start-plugin-worker:/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json' 216.141792ms
35466
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 14551) loaded successfully
35467
+ Time taken for 'plugin worker 14553 code loading' 145.287084ms
35468
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.725Z - Time taken for 'Load Nx Plugin: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js' 285.51129099999997ms
35469
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 14553) connected
35470
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 14553) loaded successfully
35471
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.728Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
35472
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.728Z - [REQUEST]:
35473
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.728Z - [REQUEST]:
35474
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.731Z - Streaming message to client: progress update for topic graph-construction
35475
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:23.732Z - [Messenger] Received message, length: 47
35476
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.732Z - Time taken for 'loadDefaultNxPlugins' 287.802ms
35477
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.732Z - Time taken for 'Load Nx Plugin: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json' 287.322875ms
35478
+ Time taken for 'nx/core/project-json:createNodes' 2.3284579999999835ms
35479
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
35480
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.736Z - Streaming message to client: progress update for topic graph-construction
35481
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:23.736Z - [Messenger] Received message, length: 153
35482
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 13.021416000000016ms
35483
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.751Z - Streaming message to client: progress update for topic graph-construction
35484
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
35485
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:23.751Z - [Messenger] Received message, length: 101
35486
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.752Z - Streaming message to client: progress update for topic graph-construction
35487
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:23.752Z - [Messenger] Received message, length: 47
35488
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.780Z - Streaming message to client: progress update for topic graph-construction
35489
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:23.780Z - [Messenger] Received message, length: 47
35490
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.781Z - Time taken for 'build-project-configs' 32.101125000000025ms
35491
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.781Z - Time taken for 'createNodes:merge' 11.104332999999997ms
35492
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.781Z - Time taken for 'native-file-deps' 0.00620800000001509ms
35493
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.781Z - Time taken for 'get-workspace-files' 1.5388329999999542ms
35494
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.781Z - Time taken for 'read cache' 1.352292000000034ms
35495
+ Time taken for 'build typescript dependencies' 0.08495800000000031ms
35496
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
35497
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.792Z - Streaming message to client: progress update for topic graph-construction
35498
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:23.793Z - [Messenger] Received message, length: 47
35499
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.801Z - [SYNC]: collect registered sync generators
35500
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.818Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
35501
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.818Z - Serializing response for REQUEST_PROJECT_GRAPH message in json mode
35502
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.818Z - Responding to REQUEST_PROJECT_GRAPH message
35503
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.818Z - [REQUEST]: Responding to the client. project-graph
35504
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.818Z - Time taken for 'total for creating and serializing project graph' 303.58687499999996ms
35505
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.818Z - Time taken for 'total execution time for createProjectGraph()' 26.587750000000028ms
35506
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.818Z - Time taken for 'createDependencies' 17.69324999999992ms
35507
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.818Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 17.255499999999984ms
35508
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.818Z - Time taken for 'createMetadata' 0.014874999999960892ms
35509
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.818Z - Time taken for 'serialize graph' 2.2741250000000264ms
35510
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.818Z - Time taken for 'write cache' 15.875709000000029ms
35511
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.822Z - Done responding to the client project-graph
35512
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.823Z - Handled json message REQUEST_PROJECT_GRAPH. Handling time: 304. Response time: 5.
35513
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:23.823Z - [Messenger] Received message, length: 895680
35514
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:23.829Z - [Messenger] Sending message type: PRE_TASKS_EXECUTION
35515
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:23.829Z - [Messenger] Message sent
35516
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.829Z - Received raw message of length 2165
35517
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.829Z - Received json message of type PRE_TASKS_EXECUTION
35518
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.830Z - Serializing response for PRE_TASKS_EXECUTION message in json mode
35519
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.830Z - Responding to PRE_TASKS_EXECUTION message
35520
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.830Z - [REQUEST]: Responding to the client. handleRunPreTasksExecution
35521
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.830Z - Done responding to the client handleRunPreTasksExecution
35522
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.830Z - Handled json message PRE_TASKS_EXECUTION. Handling time: 1. Response time: 0.
35523
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.830Z - Time taken for 'preTasksExecution' 0.5402090000000044ms
35524
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:23.830Z - [Messenger] Received message, length: 2
35525
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:23.891Z - [Messenger] Sending message type: HASH_TASKS
35526
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:23.891Z - [Messenger] Message sent
35527
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.891Z - Received raw message of length 38635
35528
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.891Z - Received json message of type HASH_TASKS
35529
+ DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=62.601958ms
35530
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.955Z - Reusing in-memory cached project graph because no files changed.
35531
+ DEBUG nx::native::tasks::hash_planner: get_plans_internal COMPLETED in 8.710417ms - processed 6 tasks (setup: 5.557208ms, parallel_planning: 3.142208ms, pool: 1544 unique instructions)
35532
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "8520130568453209191" (".gitignore") to hash
35533
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "2425668806101952406" ("nx.json") to hash
35534
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Hash Value: "17385814077483807182"
35535
+ DEBUG nx::native::tasks::task_hasher: hash_plans COMPLETED in 13.066708ms - processed 6 plans (setup: 444.041µs, hashing: 12.620667ms, assembly: 7.095041ms)
35536
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.988Z - Serializing response for HASH_TASKS message in json mode
35537
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.989Z - Responding to HASH_TASKS message
35538
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.989Z - [REQUEST]: Responding to the client. handleHashTasks
35539
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.993Z - Done responding to the client handleHashTasks
35540
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:23.993Z - Handled json message HASH_TASKS. Handling time: 97. Response time: 5.
35541
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:23.993Z - [Messenger] Received message, length: 446763
35542
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:24.154Z - [Messenger] Sending message type: GET_ESTIMATED_TASK_TIMINGS
35543
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:24.154Z - [Messenger] Message sent
35544
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.154Z - Received raw message of length 510
35545
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.155Z - Received json message of type GET_ESTIMATED_TASK_TIMINGS
35546
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.163Z - Serializing response for GET_ESTIMATED_TASK_TIMINGS message in json mode
35547
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.163Z - Responding to GET_ESTIMATED_TASK_TIMINGS message
35548
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.163Z - [REQUEST]: Responding to the client. handleGetEstimatedTaskTimings
35549
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.163Z - Done responding to the client handleGetEstimatedTaskTimings
35550
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.163Z - Handled json message GET_ESTIMATED_TASK_TIMINGS. Handling time: 8. Response time: 0.
35551
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:24.163Z - [Messenger] Received message, length: 286
35552
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:24.172Z - [Messenger] Sending message type: OUTPUTS_HASHES_MATCH_BATCH
35553
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:24.172Z - [Messenger] Message sent
35554
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.172Z - Received raw message of length 265
35555
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.172Z - Received json message of type OUTPUTS_HASHES_MATCH_BATCH
35556
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.172Z - Serializing response for OUTPUTS_HASHES_MATCH_BATCH message in json mode
35557
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.172Z - Responding to OUTPUTS_HASHES_MATCH_BATCH message
35558
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.172Z - [REQUEST]: Responding to the client. outputsHashesMatchBatch
35559
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.172Z - Done responding to the client outputsHashesMatchBatch
35560
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.172Z - Handled json message OUTPUTS_HASHES_MATCH_BATCH. Handling time: 0. Response time: 0.
35561
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:24.172Z - [Messenger] Received message, length: 19
35562
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:24.181Z - [Messenger] Sending message type: RECORD_OUTPUTS_HASH_BATCH
35563
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:24.181Z - [Messenger] Message sent
35564
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.181Z - Received raw message of length 264
35565
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.181Z - Received json message of type RECORD_OUTPUTS_HASH_BATCH
35566
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.185Z - Serializing response for RECORD_OUTPUTS_HASH_BATCH message in json mode
35567
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.185Z - Responding to RECORD_OUTPUTS_HASH_BATCH message
35568
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.185Z - [REQUEST]: Responding to the client. recordOutputsHashBatch
35569
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.185Z - Done responding to the client recordOutputsHashBatch
35570
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.185Z - Handled json message RECORD_OUTPUTS_HASH_BATCH. Handling time: 4. Response time: 0.
35571
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:24.186Z - [Messenger] Received message, length: 2
35572
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:24.193Z - [Messenger] Sending message type: OUTPUTS_HASHES_MATCH_BATCH
35573
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:24.193Z - [Messenger] Message sent
35574
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.193Z - Received raw message of length 118
35575
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.193Z - Received json message of type OUTPUTS_HASHES_MATCH_BATCH
35576
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.193Z - Serializing response for OUTPUTS_HASHES_MATCH_BATCH message in json mode
35577
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.193Z - Responding to OUTPUTS_HASHES_MATCH_BATCH message
35578
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.193Z - [REQUEST]: Responding to the client. outputsHashesMatchBatch
35579
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.193Z - Done responding to the client outputsHashesMatchBatch
35580
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.193Z - Handled json message OUTPUTS_HASHES_MATCH_BATCH. Handling time: 0. Response time: 0.
35581
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:24.193Z - [Messenger] Received message, length: 7
35582
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:24.196Z - [Messenger] Sending message type: RECORD_OUTPUTS_HASH_BATCH
35583
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:24.196Z - [Messenger] Message sent
35584
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.196Z - Received raw message of length 117
35585
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.196Z - Received json message of type RECORD_OUTPUTS_HASH_BATCH
35586
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.200Z - Serializing response for RECORD_OUTPUTS_HASH_BATCH message in json mode
35587
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.200Z - Responding to RECORD_OUTPUTS_HASH_BATCH message
35588
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.200Z - [REQUEST]: Responding to the client. recordOutputsHashBatch
35589
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.200Z - Done responding to the client recordOutputsHashBatch
35590
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.200Z - Handled json message RECORD_OUTPUTS_HASH_BATCH. Handling time: 4. Response time: 0.
35591
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:24.200Z - [Messenger] Received message, length: 2
35592
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=4
35593
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=21
35594
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-models/README.md
35595
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-storage/package.json
35596
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/assets/icons.sprite.svg
35597
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-core/README.md
35598
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/package.json
35599
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/types/africanies-africanies-models.d.ts
35600
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/fesm2022/africanies-africanies-models.mjs.map
35601
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-storage/README.md
35602
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/types/africanies-africanies-core.d.ts
35603
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/types/africanies-africanies-icons.d.ts
35604
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-storage/fesm2022/africanies-africanies-storage.mjs.map
35605
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs.map
35606
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-models/README.md
35607
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs
35608
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-core/README.md
35609
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/README.md
35610
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-storage/README.md
35611
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/README.md
35612
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-storage/fesm2022/africanies-africanies-storage.mjs
35613
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-icons/package.json
35614
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/package.json
35615
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-storage/types/africanies-africanies-storage.d.ts
35616
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/fesm2022/africanies-africanies-models.mjs
35617
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-icons/fesm2022/africanies-africanies-icons.mjs
35618
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-icons/fesm2022/africanies-africanies-icons.mjs.map
35619
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.298Z - [WATCHER]: 0 file(s) created or restored, 4 file(s) modified, 0 file(s) deleted
35620
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.299Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 4 events: update:dist/libs/africanies-models/README.md, update:dist/libs/africanies-core/README.md, update:dist/libs/africanies-icons/README.md, update:dist/libs/africanies-storage/README.md
35621
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.299Z - [WATCHER]: File changes detected:
35622
+ Created:
35623
+ (none)
35624
+ Updated:
35625
+ - dist/libs/africanies-models/README.md
35626
+ - dist/libs/africanies-core/README.md
35627
+ - dist/libs/africanies-icons/README.md
35628
+ - dist/libs/africanies-storage/README.md
35629
+ Deleted:
35630
+ (none)
35631
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.300Z - [SYNC]: clearing sync generators cache due to file changes
35632
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.300Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
35633
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.300Z - [REQUEST]: dist/libs/africanies-icons/README.md,dist/libs/africanies-models/README.md,dist/libs/africanies-core/README.md,dist/libs/africanies-storage/README.md
35634
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.300Z - [REQUEST]:
35635
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
35636
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 14556, socket: /private/tmp/plugin14541-3-1325.880458.sock)
35637
+ [plugin-client] restarting worker for "nx/core/package-json"
35638
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 14557, socket: /private/tmp/plugin14541-4-1348.44675.sock)
35639
+ [plugin-client] restarting worker for "nx/core/project-json"
35640
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 14558, socket: /private/tmp/plugin14541-5-1376.609.sock)
35641
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.419Z - Time taken for 'hash changed files from watcher' 0.9915829999999914ms
35642
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.422Z - [WATCHER]: Processing file changes in outputs
35643
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 14556) listening on /private/tmp/plugin14541-3-1325.880458.sock
35644
+ Time taken for 'plugin worker 14556 code loading' 162.218709ms
35645
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 14556)
35646
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.583Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 279.64525000000003ms
35647
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 14556) connected
35648
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 14556) loaded successfully
35649
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 18.24600000000001ms
35650
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 14558)
35651
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 14557)
35652
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.673Z - Time taken for 'start-plugin-worker:nx/core/package-json' 349.3695ms
35653
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.673Z - Time taken for 'start-plugin-worker:nx/core/project-json' 322.287417ms
35654
+ [plugin-worker] "nx/core/project-json" (pid: 14558) listening on /private/tmp/plugin14541-5-1376.609.sock
35655
+ [plugin-worker] "nx/core/package-json" (pid: 14557) listening on /private/tmp/plugin14541-4-1348.44675.sock
35656
+ [plugin-worker] "nx/core/project-json" (pid: 14558) connected
35657
+ Time taken for 'plugin worker 14558 code loading' 167.151208ms
35658
+ [plugin-worker] "nx/core/package-json" (pid: 14557) connected
35659
+ Time taken for 'plugin worker 14557 code loading' 167.50170799999998ms
35660
+ [plugin-worker] "nx/core/project-json" (pid: 14558) loaded successfully
35661
+ [plugin-worker] "nx/core/package-json" (pid: 14557) loaded successfully
35662
+ Time taken for 'nx/core/project-json:createNodes' 1.684915999999987ms
35663
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
35664
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
35665
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.734Z - Time taken for 'build-project-configs' 426.30995800000005ms
35666
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.734Z - Time taken for 'createNodes:merge' 2.161875000000009ms
35667
+ Time taken for 'build typescript dependencies' 3.2456249999999613ms
35668
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
35669
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.758Z - [SYNC]: collect registered sync generators
35670
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.758Z - [SYNC]: project graph hash is the same, not collecting task sync generators
35671
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.758Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
35672
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.764Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
35673
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.764Z - Time taken for 'total execution time for createProjectGraph()' 27.501250000000027ms
35674
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.764Z - Time taken for 'createDependencies' 22.923125000000027ms
35675
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.764Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 22.822458000000097ms
35676
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.764Z - Time taken for 'createMetadata' 0.009332999999969616ms
35677
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.764Z - Time taken for 'serialize graph' 2.0542089999999007ms
35678
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:24.764Z - Time taken for 'write cache' 5.894084000000021ms
35679
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
35680
+ DEBUG nx::native::watch::watcher: [create] tmp/libs/africanies-theme/build/tsconfig.generated.41d50651-2827-466a-bca8-0bb041321409.json
35681
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:26.144Z - [WATCHER]: Processing file changes in outputs
35682
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
35683
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/README.md
35684
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=6
35685
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/README.md
35686
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs.map
35687
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/types/africanies-africanies-theme.d.ts
35688
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/package.json
35689
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs
35690
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/tailwind-preset.cjs
35691
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:26.320Z - [WATCHER]: Processing file changes in outputs
35692
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:26.321Z - [WATCHER]: dist/libs/africanies-theme/README.md was deleted
35693
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:26.321Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: delete:dist/libs/africanies-theme/README.md
35694
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:26.321Z - [WATCHER]: File changes detected:
35695
+ Created:
35696
+ (none)
35697
+ Updated:
35698
+ (none)
35699
+ Deleted:
35700
+ - dist/libs/africanies-theme/README.md
35701
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:26.322Z - [SYNC]: clearing sync generators cache due to file changes
35702
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:26.323Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
35703
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:26.323Z - [REQUEST]:
35704
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:26.323Z - [REQUEST]: dist/libs/africanies-theme/README.md
35705
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
35706
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 14623, socket: /private/tmp/plugin14541-6-3350.507708.sock)
35707
+ [plugin-client] restarting worker for "nx/core/package-json"
35708
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 14624, socket: /private/tmp/plugin14541-7-3352.1575.sock)
35709
+ [plugin-client] restarting worker for "nx/core/project-json"
35710
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 14625, socket: /private/tmp/plugin14541-8-3353.409875.sock)
35711
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:26.331Z - Time taken for 'hash changed files from watcher' 1.037583999999697ms
35712
+ [plugin-worker] "nx/core/project-json" (pid: 14625) listening on /private/tmp/plugin14541-8-3353.409875.sock
35713
+ Time taken for 'plugin worker 14625 code loading' 258.739292ms
35714
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 14625)
35715
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:26.686Z - Time taken for 'start-plugin-worker:nx/core/project-json' 357.692583ms
35716
+ [plugin-worker] "nx/core/project-json" (pid: 14625) connected
35717
+ [plugin-worker] "nx/core/project-json" (pid: 14625) loaded successfully
35718
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
35719
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 14623) listening on /private/tmp/plugin14541-6-3350.507708.sock
35720
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 14623)
35721
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:26.708Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 382.51049999999987ms
35722
+ Time taken for 'plugin worker 14623 code loading' 274.60562500000003ms
35723
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 14623) connected
35724
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 14623) loaded successfully
35725
+ [plugin-worker] "nx/core/package-json" (pid: 14624) listening on /private/tmp/plugin14541-7-3352.1575.sock
35726
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 11.378332999999998ms
35727
+ Time taken for 'plugin worker 14624 code loading' 240.28366700000004ms
35728
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 14624)
35729
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:26.755Z - Time taken for 'start-plugin-worker:nx/core/package-json' 425.65262500000017ms
35730
+ [plugin-worker] "nx/core/package-json" (pid: 14624) connected
35731
+ [plugin-worker] "nx/core/package-json" (pid: 14624) loaded successfully
35732
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
35733
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:26.826Z - Time taken for 'build-project-configs' 470.8127080000004ms
35734
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:26.826Z - Time taken for 'createNodes:merge' 3.507708999999977ms
35735
+ Time taken for 'build typescript dependencies' 0.13450000000000273ms
35736
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
35737
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:26.858Z - [SYNC]: collect registered sync generators
35738
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:26.859Z - [SYNC]: project graph hash is the same, not collecting task sync generators
35739
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:26.859Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
35740
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:26.899Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
35741
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:26.899Z - Time taken for 'total execution time for createProjectGraph()' 48.12866699999995ms
35742
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:26.899Z - Time taken for 'createDependencies' 28.95695799999976ms
35743
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:26.899Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 28.78845799999999ms
35744
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:26.899Z - Time taken for 'createMetadata' 0.010707999999794993ms
35745
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:26.899Z - Time taken for 'serialize graph' 6.205417000000125ms
35746
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:26.899Z - Time taken for 'write cache' 39.89587500000016ms
35747
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:28.304Z - [Messenger] Sending message type: RECORD_OUTPUTS_HASH_BATCH
35748
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:28.305Z - [Messenger] Message sent
35749
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:28.305Z - Received raw message of length 117
35750
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:28.305Z - Received json message of type RECORD_OUTPUTS_HASH_BATCH
35751
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:28.310Z - Serializing response for RECORD_OUTPUTS_HASH_BATCH message in json mode
35752
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:28.310Z - Responding to RECORD_OUTPUTS_HASH_BATCH message
35753
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:28.311Z - [REQUEST]: Responding to the client. recordOutputsHashBatch
35754
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:28.311Z - Done responding to the client recordOutputsHashBatch
35755
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:28.311Z - Handled json message RECORD_OUTPUTS_HASH_BATCH. Handling time: 5. Response time: 1.
35756
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:28.311Z - [Messenger] Received message, length: 2
35757
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=7
35758
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-theme/README.md
35759
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs.map
35760
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/types/africanies-africanies-theme.d.ts
35761
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/package.json
35762
+ DEBUG nx::native::watch::watcher: [delete] tmp/libs/africanies-theme/build/tsconfig.generated.41d50651-2827-466a-bca8-0bb041321409.json
35763
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs
35764
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-theme/tailwind-preset.cjs
35765
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:28.418Z - [WATCHER]: Processing file changes in outputs
35766
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=2
35767
+ DEBUG nx::native::watch::watcher: [update] .nx/cache/1149535958171016935/dist/libs/africanies-theme/README.md
35768
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-theme/README.md
35769
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:28.420Z - [WATCHER]: 0 file(s) created or restored, 2 file(s) modified, 0 file(s) deleted
35770
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:28.420Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 2 events: update:.nx/cache/1149535958171016935/dist/libs/africanies-theme/README.md, update:dist/libs/africanies-theme/README.md
35771
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:28.420Z - [WATCHER]: File changes detected:
35772
+ Created:
35773
+ (none)
35774
+ Updated:
35775
+ - .nx/cache/1149535958171016935/dist/libs/africanies-theme/README.md
35776
+ - dist/libs/africanies-theme/README.md
35777
+ Deleted:
35778
+ (none)
35779
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:28.421Z - [SYNC]: clearing sync generators cache due to file changes
35780
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:28.422Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
35781
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:28.422Z - [REQUEST]: dist/libs/africanies-theme/README.md,.nx/cache/1149535958171016935/dist/libs/africanies-theme/README.md
35782
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:28.422Z - [REQUEST]:
35783
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
35784
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 14718, socket: /private/tmp/plugin14541-9-5447.922208.sock)
35785
+ [plugin-client] restarting worker for "nx/core/package-json"
35786
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 14719, socket: /private/tmp/plugin14541-10-5448.568042.sock)
35787
+ [plugin-client] restarting worker for "nx/core/project-json"
35788
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 14720, socket: /private/tmp/plugin14541-11-5448.937.sock)
35789
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:28.424Z - Time taken for 'hash changed files from watcher' 1.3595420000001468ms
35790
+ Fetching nx...
35791
+ [plugin-worker] "nx/core/package-json" (pid: 14719) listening on /private/tmp/plugin14541-10-5448.568042.sock
35792
+ Time taken for 'plugin worker 14719 code loading' 214.533125ms
35793
+ [plugin-worker] "nx/core/project-json" (pid: 14720) listening on /private/tmp/plugin14541-11-5448.937.sock
35794
+ Time taken for 'plugin worker 14720 code loading' 217.16591700000004ms
35795
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 14719)
35796
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 14720)
35797
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:28.727Z - Time taken for 'start-plugin-worker:nx/core/package-json' 301.3177909999995ms
35798
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:28.727Z - Time taken for 'start-plugin-worker:nx/core/project-json' 303.56895799999984ms
35799
+ [plugin-worker] "nx/core/project-json" (pid: 14720) connected
35800
+ [plugin-worker] "nx/core/package-json" (pid: 14719) connected
35801
+ [plugin-worker] "nx/core/project-json" (pid: 14720) loaded successfully
35802
+ [plugin-worker] "nx/core/package-json" (pid: 14719) loaded successfully
35803
+ Time taken for 'nx/core/project-json:createNodes' 5.609499999999969ms
35804
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
35805
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 14718) listening on /private/tmp/plugin14541-9-5447.922208.sock
35806
+ Time taken for 'plugin worker 14718 code loading' 273.0165ms
35807
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 14718)
35808
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:28.785Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 360.4434169999995ms
35809
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 14718) connected
35810
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
35811
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 14718) loaded successfully
35812
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 12.319917000000032ms
35813
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:28.928Z - Time taken for 'build-project-configs' 495.19883299999947ms
35814
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:28.928Z - Time taken for 'createNodes:merge' 4.008042000000387ms
35815
+ Time taken for 'build typescript dependencies' 7.0987499999999955ms
35816
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
35817
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:29.010Z - [SYNC]: collect registered sync generators
35818
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:29.010Z - [SYNC]: project graph hash is the same, not collecting task sync generators
35819
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:29.010Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
35820
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:29.019Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
35821
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:29.019Z - Time taken for 'total execution time for createProjectGraph()' 85.29570800000056ms
35822
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:29.019Z - Time taken for 'createDependencies' 78.36512499999935ms
35823
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:29.019Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 78.15916600000037ms
35824
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:29.019Z - Time taken for 'createMetadata' 0.3311249999997017ms
35825
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:29.019Z - Time taken for 'serialize graph' 3.3857499999994616ms
35826
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:29.019Z - Time taken for 'write cache' 8.638500000000022ms
35827
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
35828
+ DEBUG nx::native::watch::watcher: [create] tmp/libs/africanies-ui/build/tsconfig.generated.f7296daf-0b8c-4a38-8501-02729c425749.json
35829
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:29.832Z - [WATCHER]: Processing file changes in outputs
35830
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
35831
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/README.md
35832
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=9
35833
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs
35834
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/assets/brand/africanies-logo.png
35835
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map
35836
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/assets/carriers/dhl.svg
35837
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/assets/brand/africanies-logo.svg
35838
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/package.json
35839
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/README.md
35840
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts
35841
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/assets/brand/africanies-logo-mini.png
35842
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:30.342Z - [WATCHER]: dist/libs/africanies-ui/README.md was deleted
35843
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:30.347Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: delete:dist/libs/africanies-ui/README.md
35844
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:30.347Z - [WATCHER]: File changes detected:
35845
+ Created:
35846
+ (none)
35847
+ Updated:
35848
+ (none)
35849
+ Deleted:
35850
+ - dist/libs/africanies-ui/README.md
35851
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:30.365Z - [SYNC]: clearing sync generators cache due to file changes
35852
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:30.366Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
35853
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:30.367Z - [REQUEST]:
35854
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:30.367Z - [REQUEST]: dist/libs/africanies-ui/README.md
35855
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
35856
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 14750, socket: /private/tmp/plugin14541-12-7398.96025.sock)
35857
+ [plugin-client] restarting worker for "nx/core/package-json"
35858
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 14751, socket: /private/tmp/plugin14541-13-7400.12025.sock)
35859
+ [plugin-client] restarting worker for "nx/core/project-json"
35860
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 14752, socket: /private/tmp/plugin14541-14-7400.833792.sock)
35861
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:30.380Z - Time taken for 'hash changed files from watcher' 9.891749999999774ms
35862
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:30.382Z - [WATCHER]: Processing file changes in outputs
35863
+ [plugin-worker] "nx/core/project-json" (pid: 14752) listening on /private/tmp/plugin14541-14-7400.833792.sock
35864
+ Time taken for 'plugin worker 14752 code loading' 212.25799999999998ms
35865
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 14752)
35866
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:30.702Z - Time taken for 'start-plugin-worker:nx/core/project-json' 325.91350000000057ms
35867
+ [plugin-worker] "nx/core/project-json" (pid: 14752) connected
35868
+ [plugin-worker] "nx/core/project-json" (pid: 14752) loaded successfully
35869
+ Time taken for 'nx/core/project-json:createNodes' 5.679832999999974ms
35870
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
35871
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 14750) listening on /private/tmp/plugin14541-12-7398.96025.sock
35872
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 14750)
35873
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:30.721Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 347.47112500000003ms
35874
+ Time taken for 'plugin worker 14750 code loading' 256.077292ms
35875
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 14750) connected
35876
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 14750) loaded successfully
35877
+ [plugin-worker] "nx/core/package-json" (pid: 14751) listening on /private/tmp/plugin14541-13-7400.12025.sock
35878
+ Time taken for 'plugin worker 14751 code loading' 281.93070800000004ms
35879
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 14751)
35880
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:30.753Z - Time taken for 'start-plugin-worker:nx/core/package-json' 378.4823749999996ms
35881
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 10.276415999999983ms
35882
+ [plugin-worker] "nx/core/package-json" (pid: 14751) connected
35883
+ [plugin-worker] "nx/core/package-json" (pid: 14751) loaded successfully
35884
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
35885
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:30.830Z - Time taken for 'build-project-configs' 439.4712500000005ms
35886
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:30.830Z - Time taken for 'createNodes:merge' 3.567207999999482ms
35887
+ Time taken for 'build typescript dependencies' 0.12291700000002947ms
35888
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
35889
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:30.854Z - [SYNC]: collect registered sync generators
35890
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:30.854Z - [SYNC]: project graph hash is the same, not collecting task sync generators
35891
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:30.854Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
35892
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:30.859Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
35893
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:30.860Z - Time taken for 'total execution time for createProjectGraph()' 37.27220800000032ms
35894
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:30.860Z - Time taken for 'createDependencies' 32.10137500000019ms
35895
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:30.860Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 31.98908300000039ms
35896
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:30.860Z - Time taken for 'createMetadata' 0.010166999999455584ms
35897
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:30.860Z - Time taken for 'serialize graph' 2.1082909999995536ms
35898
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:30.860Z - Time taken for 'write cache' 5.647874999999658ms
35899
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:36.475Z - [LATEST-NX]: Successfully pulled latest Nx to /private/tmp/tmp-14541-nYqAMf7NfE85
35900
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:36.481Z - [NX-CONSOLE]: Using local implementation (NX_USE_LOCAL=true or inner call)
35901
+ DEBUG nx::native::ide::preferences: Loaded console preferences: NxConsolePreferences { auto_install_console: Some(true), path: "/Users/ikechukwukalu/.config/nx/ide.json" }
35902
+ DEBUG nx::native::ide::install: Detected editor: VSCode
35903
+ DEBUG nx::native::ide::install: Checking if Nx Console extension is installed with: code --list-extensions
35904
+ DEBUG nx::native::ide::install: Editor command 'code' is installed
35905
+ DEBUG nx::native::ide::install: Editor command 'code-insiders' not found
35906
+ DEBUG nx::native::ide::install: Checking if Nx Console extension is installed with: code --list-extensions
35907
+ DEBUG nx::native::ide::install: Nx Console extension is installed
35908
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:37.437Z - [NX-CONSOLE]: Console status check completed, shouldPrompt: false
35909
+ DEBUG nx::native::ide::install: Nx Console extension is installed
35910
+ DEBUG nx::native::ide::install: Editor command 'cursor' not found
35911
+ DEBUG nx::native::ide::install: Checking if Nx Console extension is installed with: cursor --list-extensions
35912
+ DEBUG nx::native::ide::install: Command 'cursor' not found, cannot check extension status
35913
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:37.589Z - [AI-AGENTS]: Agent configuration status computation completed: 0 fully configured, 0 outdated, 1 partially configured, 4 non-configured
35914
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
35915
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts
35916
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:38.643Z - [WATCHER]: Processing file changes in outputs
35917
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=2
35918
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs
35919
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map
35920
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.354Z - [WATCHER]: Processing file changes in outputs
35921
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:39.527Z - [Messenger] Sending message type: RECORD_OUTPUTS_HASH_BATCH
35922
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:39.527Z - [Messenger] Message sent
35923
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.528Z - Received raw message of length 114
35924
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.528Z - Received json message of type RECORD_OUTPUTS_HASH_BATCH
35925
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.535Z - Serializing response for RECORD_OUTPUTS_HASH_BATCH message in json mode
35926
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.535Z - Responding to RECORD_OUTPUTS_HASH_BATCH message
35927
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.535Z - [REQUEST]: Responding to the client. recordOutputsHashBatch
35928
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.535Z - Done responding to the client recordOutputsHashBatch
35929
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.535Z - Handled json message RECORD_OUTPUTS_HASH_BATCH. Handling time: 7. Response time: 0.
35930
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:39.535Z - [Messenger] Received message, length: 2
35931
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:39.554Z - [Messenger] Sending message type: RECORD_TASK_RUNS
35932
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:39.554Z - [Messenger] Message sent
35933
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.554Z - Received raw message of length 1280
35934
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.555Z - Received json message of type RECORD_TASK_RUNS
35935
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.560Z - Serializing response for RECORD_TASK_RUNS message in json mode
35936
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.560Z - Responding to RECORD_TASK_RUNS message
35937
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.560Z - [REQUEST]: Responding to the client. handleRecordTaskRuns
35938
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.560Z - Done responding to the client handleRecordTaskRuns
35939
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.560Z - Handled json message RECORD_TASK_RUNS. Handling time: 5. Response time: 0.
35940
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:39.560Z - [Messenger] Received message, length: 4
35941
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:39.560Z - [Messenger] Sending message type: GET_FLAKY_TASKS
35942
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:39.560Z - [Messenger] Message sent
35943
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.560Z - Received raw message of length 170
35944
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.560Z - Received json message of type GET_FLAKY_TASKS
35945
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.562Z - Serializing response for GET_FLAKY_TASKS message in json mode
35946
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.562Z - Responding to GET_FLAKY_TASKS message
35947
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.562Z - [REQUEST]: Responding to the client. handleGetFlakyTasks
35948
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.562Z - Done responding to the client handleGetFlakyTasks
35949
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.562Z - Handled json message GET_FLAKY_TASKS. Handling time: 2. Response time: 0.
35950
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:39.562Z - [Messenger] Received message, length: 2
35951
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=2
35952
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/README.md
35953
+ DEBUG nx::native::watch::watcher: [update] .nx/cache/3735952477975556635/dist/libs/africanies-ui/README.md
35954
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.644Z - [WATCHER]: 0 file(s) created or restored, 2 file(s) modified, 0 file(s) deleted
35955
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.644Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 2 events: update:dist/libs/africanies-ui/README.md, update:.nx/cache/3735952477975556635/dist/libs/africanies-ui/README.md
35956
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.645Z - [WATCHER]: File changes detected:
35957
+ Created:
35958
+ (none)
35959
+ Updated:
35960
+ - dist/libs/africanies-ui/README.md
35961
+ - .nx/cache/3735952477975556635/dist/libs/africanies-ui/README.md
35962
+ Deleted:
35963
+ (none)
35964
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.648Z - [SYNC]: clearing sync generators cache due to file changes
35965
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.648Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
35966
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.648Z - [REQUEST]: .nx/cache/3735952477975556635/dist/libs/africanies-ui/README.md,dist/libs/africanies-ui/README.md
35967
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.648Z - [REQUEST]:
35968
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
35969
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 15073, socket: /private/tmp/plugin14541-15-16675.800875.sock)
35970
+ [plugin-client] restarting worker for "nx/core/package-json"
35971
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 15074, socket: /private/tmp/plugin14541-16-16676.926167.sock)
35972
+ [plugin-client] restarting worker for "nx/core/project-json"
35973
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=10
35974
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 15075, socket: /private/tmp/plugin14541-17-16677.2845.sock)
35975
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs
35976
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/brand/africanies-logo.png
35977
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/carriers/dhl.svg
35978
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map
35979
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/brand/africanies-logo.svg
35980
+ DEBUG nx::native::watch::watcher: [delete] tmp/libs/africanies-ui/build/tsconfig.generated.f7296daf-0b8c-4a38-8501-02729c425749.json
35981
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/package.json
35982
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/README.md
35983
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts
35984
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/brand/africanies-logo-mini.png
35985
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.652Z - Time taken for 'hash changed files from watcher' 2.7854170000027807ms
35986
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:39.653Z - [WATCHER]: Processing file changes in outputs
35987
+ [plugin-worker] "nx/core/package-json" (pid: 15074) listening on /private/tmp/plugin14541-16-16676.926167.sock
35988
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 15073) listening on /private/tmp/plugin14541-15-16675.800875.sock
35989
+ [plugin-worker] "nx/core/project-json" (pid: 15075) listening on /private/tmp/plugin14541-17-16677.2845.sock
35990
+ Time taken for 'plugin worker 15074 code loading' 335.944625ms
35991
+ Time taken for 'plugin worker 15075 code loading' 335.81245800000005ms
35992
+ Time taken for 'plugin worker 15073 code loading' 335.762292ms
35993
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 15073)
35994
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 15074)
35995
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 15075)
35996
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:40.052Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 400.69016700000066ms
35997
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:40.052Z - Time taken for 'start-plugin-worker:nx/core/package-json' 400.0443749999977ms
35998
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:40.052Z - Time taken for 'start-plugin-worker:nx/core/project-json' 399.76550000000134ms
35999
+ [plugin-worker] "nx/core/package-json" (pid: 15074) connected
36000
+ [plugin-worker] "nx/core/project-json" (pid: 15075) connected
36001
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 15073) connected
36002
+ [plugin-worker] "nx/core/project-json" (pid: 15075) loaded successfully
36003
+ [plugin-worker] "nx/core/package-json" (pid: 15074) loaded successfully
36004
+ Time taken for 'nx/core/project-json:createNodes' 2.446125000000052ms
36005
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
36006
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 15073) loaded successfully
36007
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
36008
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 12.458624999999984ms
36009
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:40.114Z - Time taken for 'build-project-configs' 453.36995899999965ms
36010
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:40.114Z - Time taken for 'createNodes:merge' 3.663875000002008ms
36011
+ Time taken for 'build typescript dependencies' 4.1097500000000196ms
36012
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
36013
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:40.140Z - [SYNC]: collect registered sync generators
36014
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:40.140Z - [SYNC]: project graph hash is the same, not collecting task sync generators
36015
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:40.140Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
36016
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:40.148Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
36017
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:40.149Z - Time taken for 'total execution time for createProjectGraph()' 30.28337499999907ms
36018
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:40.149Z - Time taken for 'createDependencies' 25.06633299999885ms
36019
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:40.149Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 24.956458000000566ms
36020
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:40.150Z - Time taken for 'createMetadata' 0.010708999998314539ms
36021
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:40.150Z - Time taken for 'serialize graph' 2.6749999999992724ms
36022
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:40.150Z - Time taken for 'write cache' 8.823625000000902ms
36023
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:42.595Z - Established a connection. Number of open connections: 2
36024
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:42.595Z - [Messenger] Sending message type: GET_CONFIGURE_AI_AGENTS_STATUS
36025
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:42.595Z - [Messenger] Message sent
36026
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:42.595Z - Received raw message of length 41
36027
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:42.595Z - Received json message of type GET_CONFIGURE_AI_AGENTS_STATUS
36028
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:42.596Z - [AI-AGENTS]: Returning cached agent configuration status
36029
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:42.596Z - Serializing response for GET_CONFIGURE_AI_AGENTS_STATUS message in json mode
36030
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:42.596Z - Responding to GET_CONFIGURE_AI_AGENTS_STATUS message
36031
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:42.596Z - [REQUEST]: Responding to the client. handleGetConfigureAiAgentsStatus
36032
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:42.596Z - Done responding to the client handleGetConfigureAiAgentsStatus
36033
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:42.596Z - Handled json message GET_CONFIGURE_AI_AGENTS_STATUS. Handling time: 1. Response time: 0.
36034
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:42.596Z - Closed a connection. Number of open connections: 1
36035
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:42.596Z - [Messenger] Received message, length: 341
36036
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:42.597Z - [Messenger] Sending message type: POST_TASKS_EXECUTION
36037
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:42.603Z - [Messenger] Message sent
36038
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:42.605Z - Received raw message of length 465529
36039
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:42.608Z - Received json message of type POST_TASKS_EXECUTION
36040
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:42.609Z - Serializing response for POST_TASKS_EXECUTION message in json mode
36041
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:42.609Z - Responding to POST_TASKS_EXECUTION message
36042
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:42.609Z - [REQUEST]: Responding to the client. handleRunPostTasksExecution
36043
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:42.609Z - Done responding to the client handleRunPostTasksExecution
36044
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:42.609Z - Handled json message POST_TASKS_EXECUTION. Handling time: 0. Response time: 0.
36045
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:50:42.609Z - [Messenger] Received message, length: 4
36046
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:42.609Z - Time taken for 'postTasksExecution' 0.2506249999969441ms
36047
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:50:42.633Z - Closed a connection. Number of open connections: 0
36048
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=17
36049
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-rewrite
36050
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-checkout
36051
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-auto-gc
36052
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-commit
36053
+ DEBUG nx::native::watch::watcher: [update] .husky/_/commit-msg
36054
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-merge-commit
36055
+ DEBUG nx::native::watch::watcher: [create] .husky/_/husky.sh
36056
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-merge
36057
+ DEBUG nx::native::watch::watcher: [update] .husky/_/.gitignore
36058
+ DEBUG nx::native::watch::watcher: [update] .husky/_/h
36059
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-applypatch
36060
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-commit
36061
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-applypatch
36062
+ DEBUG nx::native::watch::watcher: [update] .husky/_/prepare-commit-msg
36063
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-rebase
36064
+ DEBUG nx::native::watch::watcher: [update] .husky/_/applypatch-msg
36065
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-push
36066
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:52:02.300Z - [WATCHER]: Processing file changes in outputs
36067
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:51.742Z - Established a connection. Number of open connections: 1
36068
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:54:51.742Z - [Messenger] Setting up socket listeners
36069
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:54:51.743Z - [Messenger] listen() complete
36070
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:51.745Z - Established a connection. Number of open connections: 2
36071
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:51.746Z - Closed a connection. Number of open connections: 1
36072
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:51.746Z - Established a connection. Number of open connections: 2
36073
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:51.746Z - Closed a connection. Number of open connections: 1
36074
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:54:51.755Z - [Messenger] Sending message type: GET_NX_CONSOLE_STATUS
36075
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:54:51.756Z - [Messenger] Message sent
36076
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:51.758Z - Received raw message of length 4440
36077
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:51.759Z - Received json message of type GET_NX_CONSOLE_STATUS
36078
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:51.759Z - Graph recompute necessary due to env variable refresh. Changed keys: PNPM_SCRIPT_SRC_DIR, PATH, GIT_AUTHOR_DATE, COLOR, GIT_EDITOR, GIT_INDEX_FILE, GIT_AUTHOR_NAME, GIT_PREFIX, EDITOR, GIT_AUTHOR_EMAIL, GIT_EXEC_PATH
36079
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:51.760Z - Serializing response for GET_NX_CONSOLE_STATUS message in json mode
36080
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:51.761Z - Responding to GET_NX_CONSOLE_STATUS message
36081
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:51.761Z - [REQUEST]: Responding to the client. handleGetNxConsoleStatus
36082
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:51.761Z - Done responding to the client handleGetNxConsoleStatus
36083
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:51.761Z - Handled json message GET_NX_CONSOLE_STATUS. Handling time: 0. Response time: 1.
36084
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:54:51.761Z - [Messenger] Received message, length: 22
36085
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:54:51.821Z - [Messenger] Sending message type: REQUEST_PROJECT_GRAPH
36086
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:54:51.821Z - [Messenger] Message sent
36087
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:51.821Z - Received raw message of length 32
36088
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:51.821Z - Received json message of type REQUEST_PROJECT_GRAPH
36089
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:51.821Z - [REQUEST]: Client Request for Project Graph Received
36090
+ DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=64.783834ms
36091
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:51.890Z - No in-memory cached project graph found. Recomputing it...
36092
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:51.891Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
36093
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:51.891Z - [REQUEST]:
36094
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:51.891Z - [REQUEST]:
36095
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:51.904Z - Streaming message to client: progress update for topic graph-construction
36096
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
36097
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:54:51.904Z - [Messenger] Received message, length: 47
36098
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 20167, socket: /private/tmp/plugin14541-18-268932.932583.sock)
36099
+ [plugin-client] restarting worker for "nx/core/package-json"
36100
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 20168, socket: /private/tmp/plugin14541-19-268934.033833.sock)
36101
+ [plugin-client] restarting worker for "nx/core/project-json"
36102
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 20169, socket: /private/tmp/plugin14541-20-268934.476792.sock)
36103
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 20167) listening on /private/tmp/plugin14541-18-268932.932583.sock
36104
+ [plugin-worker] "nx/core/package-json" (pid: 20168) listening on /private/tmp/plugin14541-19-268934.033833.sock
36105
+ [plugin-worker] "nx/core/project-json" (pid: 20169) listening on /private/tmp/plugin14541-20-268934.476792.sock
36106
+ Time taken for 'plugin worker 20167 code loading' 228.856875ms
36107
+ Time taken for 'plugin worker 20169 code loading' 228.8405ms
36108
+ Time taken for 'plugin worker 20168 code loading' 229.49170800000002ms
36109
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 20167)
36110
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 20168)
36111
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 20169)
36112
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:52.180Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 276.0869589999784ms
36113
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:52.180Z - Time taken for 'start-plugin-worker:nx/core/package-json' 275.2302090000012ms
36114
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:52.180Z - Time taken for 'start-plugin-worker:nx/core/project-json' 274.842874999973ms
36115
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 20167) connected
36116
+ [plugin-worker] "nx/core/package-json" (pid: 20168) connected
36117
+ [plugin-worker] "nx/core/project-json" (pid: 20169) connected
36118
+ [plugin-worker] "nx/core/project-json" (pid: 20169) loaded successfully
36119
+ [plugin-worker] "nx/core/package-json" (pid: 20168) loaded successfully
36120
+ Time taken for 'nx/core/project-json:createNodes' 1.367249999999956ms
36121
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
36122
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:52.185Z - Streaming message to client: progress update for topic graph-construction
36123
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:54:52.185Z - [Messenger] Received message, length: 153
36124
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 20167) loaded successfully
36125
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
36126
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:52.193Z - Streaming message to client: progress update for topic graph-construction
36127
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:54:52.194Z - [Messenger] Received message, length: 112
36128
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 6.6968330000000265ms
36129
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:52.199Z - Streaming message to client: progress update for topic graph-construction
36130
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:54:52.199Z - [Messenger] Received message, length: 47
36131
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:52.212Z - Streaming message to client: progress update for topic graph-construction
36132
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:54:52.212Z - [Messenger] Received message, length: 47
36133
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:52.215Z - Time taken for 'build-project-configs' 299.00149999995483ms
36134
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:52.215Z - Time taken for 'createNodes:merge' 2.878833999973722ms
36135
+ Time taken for 'build typescript dependencies' 0.06779099999999971ms
36136
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
36137
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:52.223Z - Streaming message to client: progress update for topic graph-construction
36138
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:54:52.223Z - [Messenger] Received message, length: 47
36139
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:52.229Z - [SYNC]: collect registered sync generators
36140
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:52.230Z - [SYNC]: project graph hash is the same, not collecting task sync generators
36141
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:52.230Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
36142
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:52.237Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
36143
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:52.237Z - Serializing response for REQUEST_PROJECT_GRAPH message in json mode
36144
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:52.237Z - Responding to REQUEST_PROJECT_GRAPH message
36145
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:52.237Z - [REQUEST]: Responding to the client. project-graph
36146
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:52.237Z - Time taken for 'total for creating and serializing project graph' 415.6551669999608ms
36147
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:52.237Z - Time taken for 'total execution time for createProjectGraph()' 20.249333999992814ms
36148
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:52.237Z - Time taken for 'createDependencies' 15.309666999964975ms
36149
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:52.237Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 15.109333999978844ms
36150
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:52.237Z - Time taken for 'createMetadata' 0.007250000024214387ms
36151
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:52.237Z - Time taken for 'serialize graph' 1.6767090000212193ms
36152
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:52.237Z - Time taken for 'write cache' 6.8132909999694675ms
36153
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:52.240Z - Done responding to the client project-graph
36154
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:52.240Z - Handled json message REQUEST_PROJECT_GRAPH. Handling time: 416. Response time: 3.
36155
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:54:52.240Z - [Messenger] Received message, length: 895680
36156
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:54:52.245Z - [Messenger] Sending message type: PRE_TASKS_EXECUTION
36157
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:54:52.245Z - [Messenger] Message sent
36158
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:52.245Z - Received raw message of length 2088
36159
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:52.245Z - Received json message of type PRE_TASKS_EXECUTION
36160
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:52.245Z - Serializing response for PRE_TASKS_EXECUTION message in json mode
36161
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:52.245Z - Responding to PRE_TASKS_EXECUTION message
36162
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:52.245Z - [REQUEST]: Responding to the client. handleRunPreTasksExecution
36163
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:52.245Z - Done responding to the client handleRunPreTasksExecution
36164
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:52.245Z - Handled json message PRE_TASKS_EXECUTION. Handling time: 0. Response time: 0.
36165
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:54:52.245Z - [Messenger] Received message, length: 2
36166
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:52.245Z - Time taken for 'preTasksExecution' 0.3532910000067204ms
36167
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:54:52.293Z - [Messenger] Sending message type: HASH_TASKS
36168
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:54:52.293Z - [Messenger] Message sent
36169
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:52.296Z - Received raw message of length 41965
36170
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:52.296Z - Received json message of type HASH_TASKS
36171
+ DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=59.337084ms
36172
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:52.356Z - Reusing in-memory cached project graph because no files changed.
36173
+ DEBUG nx::native::tasks::hash_planner: get_plans_internal COMPLETED in 13.955792ms - processed 6 tasks (setup: 7.2785ms, parallel_planning: 6.66925ms, pool: 1031 unique instructions)
36174
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "8520130568453209191" (".gitignore") to hash
36175
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "2425668806101952406" ("nx.json") to hash
36176
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Hash Value: "17385814077483807182"
36177
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "6605332246132408965" ("eslint.config.mjs") to hash
36178
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Hash Value: "17732202739991855709"
36179
+ DEBUG nx::native::tasks::task_hasher: hash_plans COMPLETED in 12.006958ms - processed 6 plans (setup: 591.625µs, hashing: 11.413375ms, assembly: 4.792333ms)
36180
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:52.396Z - Serializing response for HASH_TASKS message in json mode
36181
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:52.397Z - Responding to HASH_TASKS message
36182
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:52.397Z - [REQUEST]: Responding to the client. handleHashTasks
36183
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:52.399Z - Done responding to the client handleHashTasks
36184
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:52.399Z - Handled json message HASH_TASKS. Handling time: 100. Response time: 3.
36185
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:54:52.399Z - [Messenger] Received message, length: 288902
36186
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:54:52.450Z - [Messenger] Sending message type: GET_ESTIMATED_TASK_TIMINGS
36187
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:54:52.450Z - [Messenger] Message sent
36188
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:52.450Z - Received raw message of length 330
36189
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:52.450Z - Received json message of type GET_ESTIMATED_TASK_TIMINGS
36190
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:52.454Z - Serializing response for GET_ESTIMATED_TASK_TIMINGS message in json mode
36191
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:52.454Z - Responding to GET_ESTIMATED_TASK_TIMINGS message
36192
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:52.454Z - [REQUEST]: Responding to the client. handleGetEstimatedTaskTimings
36193
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:52.454Z - Done responding to the client handleGetEstimatedTaskTimings
36194
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:52.454Z - Handled json message GET_ESTIMATED_TASK_TIMINGS. Handling time: 4. Response time: 0.
36195
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:54:52.454Z - [Messenger] Received message, length: 218
36196
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:54:56.693Z - [Messenger] Sending message type: RECORD_TASK_RUNS
36197
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:54:56.694Z - [Messenger] Message sent
36198
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:56.694Z - Received raw message of length 1156
36199
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:56.695Z - Received json message of type RECORD_TASK_RUNS
36200
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:56.696Z - Serializing response for RECORD_TASK_RUNS message in json mode
36201
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:56.697Z - Responding to RECORD_TASK_RUNS message
36202
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:56.697Z - [REQUEST]: Responding to the client. handleRecordTaskRuns
36203
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:56.697Z - Done responding to the client handleRecordTaskRuns
36204
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:56.697Z - Handled json message RECORD_TASK_RUNS. Handling time: 1. Response time: 1.
36205
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:54:56.697Z - [Messenger] Received message, length: 4
36206
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:54:56.697Z - [Messenger] Sending message type: GET_FLAKY_TASKS
36207
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:54:56.697Z - [Messenger] Message sent
36208
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:56.697Z - Received raw message of length 170
36209
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:56.697Z - Received json message of type GET_FLAKY_TASKS
36210
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:56.698Z - Serializing response for GET_FLAKY_TASKS message in json mode
36211
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:56.698Z - Responding to GET_FLAKY_TASKS message
36212
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:56.698Z - [REQUEST]: Responding to the client. handleGetFlakyTasks
36213
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:56.698Z - Done responding to the client handleGetFlakyTasks
36214
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:56.698Z - Handled json message GET_FLAKY_TASKS. Handling time: 1. Response time: 0.
36215
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:54:56.698Z - [Messenger] Received message, length: 2
36216
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:54:59.762Z - [Messenger] Sending message type: GET_CONFIGURE_AI_AGENTS_STATUS
36217
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:54:59.763Z - [Messenger] Message sent
36218
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:59.763Z - Established a connection. Number of open connections: 2
36219
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:59.764Z - Received raw message of length 41
36220
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:59.764Z - Received json message of type GET_CONFIGURE_AI_AGENTS_STATUS
36221
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:59.764Z - [AI-AGENTS]: Returning cached agent configuration status
36222
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:59.764Z - Serializing response for GET_CONFIGURE_AI_AGENTS_STATUS message in json mode
36223
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:59.764Z - Responding to GET_CONFIGURE_AI_AGENTS_STATUS message
36224
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:59.764Z - [REQUEST]: Responding to the client. handleGetConfigureAiAgentsStatus
36225
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:59.764Z - Done responding to the client handleGetConfigureAiAgentsStatus
36226
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:59.764Z - Handled json message GET_CONFIGURE_AI_AGENTS_STATUS. Handling time: 0. Response time: 0.
36227
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:59.764Z - Closed a connection. Number of open connections: 1
36228
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:54:59.764Z - [Messenger] Received message, length: 341
36229
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:54:59.765Z - [Messenger] Sending message type: POST_TASKS_EXECUTION
36230
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:54:59.773Z - [Messenger] Message sent
36231
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:59.835Z - Received raw message of length 321460
36232
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:59.839Z - Received json message of type POST_TASKS_EXECUTION
36233
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:59.840Z - Serializing response for POST_TASKS_EXECUTION message in json mode
36234
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:59.840Z - Responding to POST_TASKS_EXECUTION message
36235
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:59.840Z - [REQUEST]: Responding to the client. handleRunPostTasksExecution
36236
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:59.840Z - Done responding to the client handleRunPostTasksExecution
36237
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:59.840Z - Handled json message POST_TASKS_EXECUTION. Handling time: 0. Response time: 0.
36238
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:54:59.841Z - [Messenger] Received message, length: 4
36239
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:59.841Z - Time taken for 'postTasksExecution' 0.36054199998034164ms
36240
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:54:59.866Z - Closed a connection. Number of open connections: 0
36241
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
36242
+ DEBUG nx::native::watch::watcher: [create] README.md
36243
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
36244
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:22.895Z - [WATCHER]: Processing file changes in outputs
36245
+ DEBUG nx::native::watch::watcher: [create] README.md
36246
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:22.896Z - [WATCHER]: README.md was created or restored
36247
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:22.896Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: create:README.md
36248
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:22.896Z - [WATCHER]: File changes detected:
36249
+ Created:
36250
+ - README.md
36251
+ Updated:
36252
+ (none)
36253
+ Deleted:
36254
+ (none)
36255
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:22.901Z - [SYNC]: clearing sync generators cache due to file changes
36256
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:22.901Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
36257
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:22.901Z - [REQUEST]: README.md
36258
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:22.901Z - [REQUEST]:
36259
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
36260
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 20924, socket: /private/tmp/plugin14541-21-299934.805625.sock)
36261
+ [plugin-client] restarting worker for "nx/core/package-json"
36262
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 20925, socket: /private/tmp/plugin14541-22-299936.24275.sock)
36263
+ [plugin-client] restarting worker for "nx/core/project-json"
36264
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 20926, socket: /private/tmp/plugin14541-23-299936.791042.sock)
36265
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:22.908Z - Time taken for 'hash changed files from watcher' 3.5769169999985024ms
36266
+ [plugin-worker] "nx/core/project-json" (pid: 20926) listening on /private/tmp/plugin14541-23-299936.791042.sock
36267
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 20924) listening on /private/tmp/plugin14541-21-299934.805625.sock
36268
+ [plugin-worker] "nx/core/package-json" (pid: 20925) listening on /private/tmp/plugin14541-22-299936.24275.sock
36269
+ Time taken for 'plugin worker 20925 code loading' 291.00975ms
36270
+ Time taken for 'plugin worker 20926 code loading' 291.001291ms
36271
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 20924)
36272
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 20925)
36273
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 20926)
36274
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:23.270Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 363.6229999999632ms
36275
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:23.270Z - Time taken for 'start-plugin-worker:nx/core/package-json' 363.1394159999909ms
36276
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:23.270Z - Time taken for 'start-plugin-worker:nx/core/project-json' 362.70404199999757ms
36277
+ Time taken for 'plugin worker 20924 code loading' 291.0075ms
36278
+ [plugin-worker] "nx/core/project-json" (pid: 20926) connected
36279
+ [plugin-worker] "nx/core/package-json" (pid: 20925) connected
36280
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 20924) connected
36281
+ [plugin-worker] "nx/core/project-json" (pid: 20926) loaded successfully
36282
+ [plugin-worker] "nx/core/package-json" (pid: 20925) loaded successfully
36283
+ Time taken for 'nx/core/project-json:createNodes' 1.6888329999999883ms
36284
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
36285
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 20924) loaded successfully
36286
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
36287
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 6.312040999999965ms
36288
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:23.301Z - Time taken for 'build-project-configs' 388.3945839999942ms
36289
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:23.301Z - Time taken for 'createNodes:merge' 2.3808330000028946ms
36290
+ Time taken for 'build typescript dependencies' 3.841083000000026ms
36291
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
36292
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:23.318Z - [SYNC]: collect registered sync generators
36293
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:23.318Z - [SYNC]: project graph hash is the same, not collecting task sync generators
36294
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:23.318Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
36295
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:23.325Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
36296
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:23.325Z - Time taken for 'total execution time for createProjectGraph()' 21.023125000006985ms
36297
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:23.325Z - Time taken for 'createDependencies' 16.834332999947947ms
36298
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:23.325Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 16.758417000004556ms
36299
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:23.325Z - Time taken for 'createMetadata' 0.013875000004190952ms
36300
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:23.325Z - Time taken for 'serialize graph' 1.7713750000111759ms
36301
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:23.325Z - Time taken for 'write cache' 6.290500000002794ms
36302
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.557Z - Established a connection. Number of open connections: 1
36303
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.559Z - Closed a connection. Number of open connections: 0
36304
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.559Z - Established a connection. Number of open connections: 1
36305
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.559Z - Closed a connection. Number of open connections: 0
36306
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.559Z - Established a connection. Number of open connections: 1
36307
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:55:58.559Z - [Messenger] Setting up socket listeners
36308
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:55:58.560Z - [Messenger] listen() complete
36309
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:55:58.570Z - [Messenger] Sending message type: GET_NX_CONSOLE_STATUS
36310
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:55:58.571Z - [Messenger] Message sent
36311
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.572Z - Received raw message of length 4440
36312
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.572Z - Received json message of type GET_NX_CONSOLE_STATUS
36313
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.573Z - Graph recompute necessary due to env variable refresh. Changed keys: GIT_AUTHOR_DATE
36314
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.573Z - Serializing response for GET_NX_CONSOLE_STATUS message in json mode
36315
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.573Z - Responding to GET_NX_CONSOLE_STATUS message
36316
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.573Z - [REQUEST]: Responding to the client. handleGetNxConsoleStatus
36317
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.573Z - Done responding to the client handleGetNxConsoleStatus
36318
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.573Z - Handled json message GET_NX_CONSOLE_STATUS. Handling time: 0. Response time: 0.
36319
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:55:58.573Z - [Messenger] Received message, length: 22
36320
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:55:58.644Z - [Messenger] Sending message type: REQUEST_PROJECT_GRAPH
36321
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:55:58.644Z - [Messenger] Message sent
36322
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.644Z - Received raw message of length 32
36323
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.644Z - Received json message of type REQUEST_PROJECT_GRAPH
36324
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.644Z - [REQUEST]: Client Request for Project Graph Received
36325
+ DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=63.240584ms
36326
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.710Z - No in-memory cached project graph found. Recomputing it...
36327
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.710Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
36328
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.710Z - [REQUEST]:
36329
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.710Z - [REQUEST]:
36330
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.716Z - Streaming message to client: progress update for topic graph-construction
36331
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
36332
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:55:58.716Z - [Messenger] Received message, length: 47
36333
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 22151, socket: /private/tmp/plugin14541-24-335745.918583.sock)
36334
+ [plugin-client] restarting worker for "nx/core/package-json"
36335
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 22152, socket: /private/tmp/plugin14541-25-335746.891292.sock)
36336
+ [plugin-client] restarting worker for "nx/core/project-json"
36337
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 22153, socket: /private/tmp/plugin14541-26-335747.359458.sock)
36338
+ [plugin-worker] "nx/core/project-json" (pid: 22153) listening on /private/tmp/plugin14541-26-335747.359458.sock
36339
+ [plugin-worker] "nx/core/package-json" (pid: 22152) listening on /private/tmp/plugin14541-25-335746.891292.sock
36340
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 22151) listening on /private/tmp/plugin14541-24-335745.918583.sock
36341
+ Time taken for 'plugin worker 22152 code loading' 169.851208ms
36342
+ Time taken for 'plugin worker 22151 code loading' 169.85262500000002ms
36343
+ Time taken for 'plugin worker 22153 code loading' 169.815709ms
36344
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 22151)
36345
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 22152)
36346
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.928Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 211.37541700003203ms
36347
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.928Z - Time taken for 'start-plugin-worker:nx/core/package-json' 210.68058300000848ms
36348
+ [plugin-worker] "nx/core/package-json" (pid: 22152) connected
36349
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 22151) connected
36350
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 22153)
36351
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.928Z - Time taken for 'start-plugin-worker:nx/core/project-json' 210.47933299996657ms
36352
+ [plugin-worker] "nx/core/project-json" (pid: 22153) connected
36353
+ [plugin-worker] "nx/core/project-json" (pid: 22153) loaded successfully
36354
+ [plugin-worker] "nx/core/package-json" (pid: 22152) loaded successfully
36355
+ Time taken for 'nx/core/project-json:createNodes' 2.176957999999985ms
36356
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
36357
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.936Z - Streaming message to client: progress update for topic graph-construction
36358
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:55:58.937Z - [Messenger] Received message, length: 153
36359
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 22151) loaded successfully
36360
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
36361
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.943Z - Streaming message to client: progress update for topic graph-construction
36362
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:55:58.943Z - [Messenger] Received message, length: 112
36363
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 7.358709000000005ms
36364
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.951Z - Streaming message to client: progress update for topic graph-construction
36365
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:55:58.951Z - [Messenger] Received message, length: 47
36366
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.959Z - Streaming message to client: progress update for topic graph-construction
36367
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:55:58.959Z - [Messenger] Received message, length: 47
36368
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.961Z - Time taken for 'build-project-configs' 237.7397920000367ms
36369
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.961Z - Time taken for 'createNodes:merge' 2.3497499999939464ms
36370
+ Time taken for 'build typescript dependencies' 0.07824999999999704ms
36371
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
36372
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.968Z - Streaming message to client: progress update for topic graph-construction
36373
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:55:58.968Z - [Messenger] Received message, length: 47
36374
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.973Z - [SYNC]: collect registered sync generators
36375
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.973Z - [SYNC]: project graph hash is the same, not collecting task sync generators
36376
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.973Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
36377
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.981Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
36378
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.981Z - Serializing response for REQUEST_PROJECT_GRAPH message in json mode
36379
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.981Z - Responding to REQUEST_PROJECT_GRAPH message
36380
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.981Z - [REQUEST]: Responding to the client. project-graph
36381
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.981Z - Time taken for 'total for creating and serializing project graph' 336.9222919999738ms
36382
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.981Z - Time taken for 'total execution time for createProjectGraph()' 16.115583000006154ms
36383
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.981Z - Time taken for 'createDependencies' 12.319750000024214ms
36384
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.981Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 12.176708000013605ms
36385
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.981Z - Time taken for 'createMetadata' 0.009250000002793968ms
36386
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.981Z - Time taken for 'serialize graph' 1.6601249999948777ms
36387
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.981Z - Time taken for 'write cache' 7.387332999962382ms
36388
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.983Z - Done responding to the client project-graph
36389
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.983Z - Handled json message REQUEST_PROJECT_GRAPH. Handling time: 337. Response time: 2.
36390
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:55:58.983Z - [Messenger] Received message, length: 895680
36391
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:55:58.988Z - [Messenger] Sending message type: PRE_TASKS_EXECUTION
36392
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:55:58.988Z - [Messenger] Message sent
36393
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.988Z - Received raw message of length 2088
36394
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.988Z - Received json message of type PRE_TASKS_EXECUTION
36395
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.988Z - Serializing response for PRE_TASKS_EXECUTION message in json mode
36396
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.988Z - Responding to PRE_TASKS_EXECUTION message
36397
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.988Z - [REQUEST]: Responding to the client. handleRunPreTasksExecution
36398
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.988Z - Done responding to the client handleRunPreTasksExecution
36399
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.988Z - Handled json message PRE_TASKS_EXECUTION. Handling time: 0. Response time: 0.
36400
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:55:58.988Z - [Messenger] Received message, length: 2
36401
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:58.988Z - Time taken for 'preTasksExecution' 0.07079199998406693ms
36402
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:55:59.031Z - [Messenger] Sending message type: HASH_TASKS
36403
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:55:59.031Z - [Messenger] Message sent
36404
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:59.033Z - Received raw message of length 41965
36405
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:59.033Z - Received json message of type HASH_TASKS
36406
+ DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=69.202209ms
36407
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:59.102Z - Reusing in-memory cached project graph because no files changed.
36408
+ DEBUG nx::native::tasks::hash_planner: get_plans_internal COMPLETED in 11.648042ms - processed 6 tasks (setup: 6.898875ms, parallel_planning: 4.739041ms, pool: 1031 unique instructions)
36409
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "8520130568453209191" (".gitignore") to hash
36410
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "2425668806101952406" ("nx.json") to hash
36411
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Hash Value: "17385814077483807182"
36412
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "6605332246132408965" ("eslint.config.mjs") to hash
36413
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Hash Value: "17732202739991855709"
36414
+ DEBUG nx::native::tasks::task_hasher: hash_plans COMPLETED in 10.1275ms - processed 6 plans (setup: 570.625µs, hashing: 9.555459ms, assembly: 4.852125ms)
36415
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:59.136Z - Serializing response for HASH_TASKS message in json mode
36416
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:59.139Z - Responding to HASH_TASKS message
36417
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:59.139Z - [REQUEST]: Responding to the client. handleHashTasks
36418
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:59.140Z - Done responding to the client handleHashTasks
36419
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:59.140Z - Handled json message HASH_TASKS. Handling time: 103. Response time: 4.
36420
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:55:59.140Z - [Messenger] Received message, length: 288902
36421
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:55:59.184Z - [Messenger] Sending message type: GET_ESTIMATED_TASK_TIMINGS
36422
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:55:59.184Z - [Messenger] Message sent
36423
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:59.185Z - Received raw message of length 330
36424
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:59.185Z - Received json message of type GET_ESTIMATED_TASK_TIMINGS
36425
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:59.191Z - Serializing response for GET_ESTIMATED_TASK_TIMINGS message in json mode
36426
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:59.191Z - Responding to GET_ESTIMATED_TASK_TIMINGS message
36427
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:59.191Z - [REQUEST]: Responding to the client. handleGetEstimatedTaskTimings
36428
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:59.191Z - Done responding to the client handleGetEstimatedTaskTimings
36429
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:59.191Z - Handled json message GET_ESTIMATED_TASK_TIMINGS. Handling time: 6. Response time: 0.
36430
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:55:59.191Z - [Messenger] Received message, length: 208
36431
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:55:59.211Z - [Messenger] Sending message type: RECORD_TASK_RUNS
36432
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:55:59.211Z - [Messenger] Message sent
36433
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:59.211Z - Received raw message of length 1192
36434
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:59.211Z - Received json message of type RECORD_TASK_RUNS
36435
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:59.212Z - Serializing response for RECORD_TASK_RUNS message in json mode
36436
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:59.212Z - Responding to RECORD_TASK_RUNS message
36437
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:59.212Z - [REQUEST]: Responding to the client. handleRecordTaskRuns
36438
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:59.212Z - Done responding to the client handleRecordTaskRuns
36439
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:59.212Z - Handled json message RECORD_TASK_RUNS. Handling time: 1. Response time: 0.
36440
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:55:59.212Z - [Messenger] Received message, length: 4
36441
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:55:59.213Z - [Messenger] Sending message type: GET_FLAKY_TASKS
36442
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:55:59.213Z - [Messenger] Message sent
36443
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:59.213Z - Received raw message of length 170
36444
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:59.213Z - Received json message of type GET_FLAKY_TASKS
36445
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:59.213Z - Serializing response for GET_FLAKY_TASKS message in json mode
36446
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:59.213Z - Responding to GET_FLAKY_TASKS message
36447
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:59.213Z - [REQUEST]: Responding to the client. handleGetFlakyTasks
36448
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:59.213Z - Done responding to the client handleGetFlakyTasks
36449
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:55:59.213Z - Handled json message GET_FLAKY_TASKS. Handling time: 0. Response time: 0.
36450
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:55:59.213Z - [Messenger] Received message, length: 2
36451
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:01.165Z - [Messenger] Sending message type: GET_CONFIGURE_AI_AGENTS_STATUS
36452
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:01.165Z - Established a connection. Number of open connections: 2
36453
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:01.166Z - [Messenger] Message sent
36454
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:01.166Z - Received raw message of length 41
36455
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:01.166Z - Received json message of type GET_CONFIGURE_AI_AGENTS_STATUS
36456
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:01.167Z - [AI-AGENTS]: Returning cached agent configuration status
36457
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:01.167Z - Serializing response for GET_CONFIGURE_AI_AGENTS_STATUS message in json mode
36458
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:01.167Z - Responding to GET_CONFIGURE_AI_AGENTS_STATUS message
36459
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:01.167Z - [REQUEST]: Responding to the client. handleGetConfigureAiAgentsStatus
36460
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:01.167Z - Done responding to the client handleGetConfigureAiAgentsStatus
36461
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:01.167Z - Handled json message GET_CONFIGURE_AI_AGENTS_STATUS. Handling time: 0. Response time: 0.
36462
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:01.167Z - [Messenger] Received message, length: 341
36463
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:01.167Z - Closed a connection. Number of open connections: 1
36464
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:01.168Z - [Messenger] Sending message type: POST_TASKS_EXECUTION
36465
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:01.173Z - [Messenger] Message sent
36466
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:01.175Z - Received raw message of length 321496
36467
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:01.181Z - Received json message of type POST_TASKS_EXECUTION
36468
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:01.182Z - Serializing response for POST_TASKS_EXECUTION message in json mode
36469
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:01.182Z - Responding to POST_TASKS_EXECUTION message
36470
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:01.182Z - [REQUEST]: Responding to the client. handleRunPostTasksExecution
36471
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:01.182Z - Done responding to the client handleRunPostTasksExecution
36472
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:01.182Z - Handled json message POST_TASKS_EXECUTION. Handling time: 1. Response time: 0.
36473
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:01.182Z - [Messenger] Received message, length: 4
36474
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:01.182Z - Time taken for 'postTasksExecution' 0.33845799998380244ms
36475
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:01.208Z - Closed a connection. Number of open connections: 0
36476
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:40.902Z - [Server] lock file hash changed! old=2717871061533294378, new=3683408397957240724
36477
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:40.907Z - [Server] Daemon outdated: LOCK_FILES_CHANGED
36478
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:40.907Z - [Server] Restarting daemon...
36479
+ DEBUG nx::native::watch::watcher: watching stopped origin=/Applications/AngularJS/angular-web-sdk
36480
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:40.932Z - Restarting daemon with script: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/daemon/server/start.js
36481
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:40.932Z - Old daemon __dirname: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/daemon/server
36482
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:40.932Z - Current process.execPath: /Users/ikechukwukalu/.nvm/versions/node/v24.20.0/bin/node
36483
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:40.934Z - Started new daemon process in background
36484
+ DEBUG nx::native::watch::watcher: watching stopped origin=/Applications/AngularJS/angular-web-sdk
36485
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:40.935Z - [WATCHER]: Stopping the watcher for /Applications/AngularJS/angular-web-sdk (sources)
36486
+ DEBUG nx::native::watch::watcher: watching stopped origin=/Applications/AngularJS/angular-web-sdk
36487
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:40.935Z - [WATCHER]: Stopping the watcher for /Applications/AngularJS/angular-web-sdk (sources)
36488
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:40.935Z - [WATCHER]: Stopping the watcher for /Applications/AngularJS/angular-web-sdk (outputs)
36489
+ DEBUG nx::native::watch::watcher: watching stopped origin=/Applications/AngularJS/angular-web-sdk
36490
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:40.936Z - [LATEST-NX]: Cleaning up latest Nx installation from /private/tmp/tmp-14541-nYqAMf7NfE85
36491
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:40.937Z - Server stopped because: "this process is no longer the current daemon (native)"
36492
+ DEBUG nx::native::watch::watcher: watching started origin=/Applications/AngularJS/angular-web-sdk
36493
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:41.826Z - [WATCHER]: Subscribed to changes within: /Applications/AngularJS/angular-web-sdk (native)
36494
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:41.839Z - New daemon starting from: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/daemon/server/server.js
36495
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:41.839Z - New daemon __dirname: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/daemon/server
36496
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:41.839Z - New daemon nxVersion: 23.1.1
36497
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:41.839Z - New daemon getInstalledNxVersion(): 23.1.1
36498
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:41.842Z - Time taken for 'workspace context init' 0.1977919999999358ms
36499
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:41.847Z - [Server] Starting outdated check interval (20ms)
36500
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:41.850Z - Started listening on: /private/tmp/5f732c18c1cf8812e7d0/d.sock
36501
+ DEBUG nx::native::watch::watcher: watching started origin=/Applications/AngularJS/angular-web-sdk
36502
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:41.855Z - [LATEST-NX]: Pulling latest Nx...
36503
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:41.864Z - [AI-AGENTS]: Starting agent configuration status computation
36504
+ [isolated-plugin] spawned worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 23373, socket: /private/tmp/plugin23294-0-909.146125.sock)
36505
+ [isolated-plugin] spawned worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 23374, socket: /private/tmp/plugin23294-1-1010.17125.sock)
36506
+ [isolated-plugin] spawned worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 23375, socket: /private/tmp/plugin23294-2-1011.292917.sock)
36507
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:41.969Z - Time taken for 'hash changed files from watcher' 0.010083000000008724ms
36508
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:41.969Z - Time taken for 'loadSpecifiedNxPlugins' 113.82904199999996ms
36509
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 23374) listening on /private/tmp/plugin23294-1-1010.17125.sock
36510
+ [isolated-plugin] connected to worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 23374)
36511
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.304Z - Time taken for 'start-plugin-worker:/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json' 337.8982910000001ms
36512
+ Time taken for 'plugin worker 23374 code loading' 255.14962500000001ms
36513
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 23374) connected
36514
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 23375) listening on /private/tmp/plugin23294-2-1011.292917.sock
36515
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 23373) listening on /private/tmp/plugin23294-0-909.146125.sock
36516
+ Time taken for 'plugin worker 23373 code loading' 257.191667ms
36517
+ Time taken for 'plugin worker 23375 code loading' 259.24875000000003ms
36518
+ [isolated-plugin] connected to worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 23373)
36519
+ [isolated-plugin] connected to worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 23375)
36520
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.314Z - Time taken for 'start-plugin-worker:/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js' 448.91533300000003ms
36521
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.314Z - Time taken for 'start-plugin-worker:/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json' 346.99483299999986ms
36522
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 23375) connected
36523
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 23374) loaded successfully
36524
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 23373) connected
36525
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.317Z - Time taken for 'Load Nx Plugin: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json' 462.7043339999999ms
36526
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 23375) loaded successfully
36527
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.323Z - Time taken for 'Load Nx Plugin: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json' 468.7696249999999ms
36528
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 23373) loaded successfully
36529
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.334Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
36530
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.334Z - [REQUEST]:
36531
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.334Z - [REQUEST]:
36532
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.342Z - Time taken for 'loadDefaultNxPlugins' 478.462167ms
36533
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.342Z - Time taken for 'Load Nx Plugin: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js' 478.23525000000006ms
36534
+ Time taken for 'nx/core/project-json:createNodes' 4.5138749999999845ms
36535
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
36536
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 10.25ms
36537
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
36538
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.419Z - Time taken for 'build-project-configs' 46.589709000000084ms
36539
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.419Z - Time taken for 'createNodes:merge' 20.713915999999926ms
36540
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.419Z - Time taken for 'native-file-deps' 0.008042000000159533ms
36541
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.419Z - Time taken for 'get-workspace-files' 4.149207999999817ms
36542
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.419Z - Time taken for 'read cache' 4.1174590000000535ms
36543
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.473Z - Established a connection. Number of open connections: 1
36544
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.475Z - Closed a connection. Number of open connections: 0
36545
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.476Z - Established a connection. Number of open connections: 1
36546
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:42.476Z - [Messenger] Setting up socket listeners
36547
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.476Z - Closed a connection. Number of open connections: 0
36548
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.476Z - Established a connection. Number of open connections: 1
36549
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:42.476Z - [Messenger] listen() complete
36550
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:42.488Z - [Messenger] Sending message type: REQUEST_PROJECT_GRAPH
36551
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:42.488Z - [Messenger] Message sent
36552
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.489Z - Received raw message of length 1138
36553
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.489Z - Received json message of type REQUEST_PROJECT_GRAPH
36554
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.489Z - Graph recompute necessary due to env variable refresh. Changed keys: NVM_INC, HERD_PHP_81_INI_SCAN_DIR, HERD_PHP_80_INI_SCAN_DIR, TERM_PROGRAM, NODE, NVM_CD_FLAGS, INIT_CWD, TERM, TERM_PROGRAM_VERSION, ZDOTDIR, HERD_PHP_85_INI_SCAN_DIR, HERD_PHP_83_INI_SCAN_DIR, COPILOT_DEBUG_NONCE, PHP_INI_SCAN_DIR, NVM_DIR, HERD_PHP_82_INI_SCAN_DIR, PATH, HERD_PHP_84_INI_SCAN_DIR, USER_ZDOTDIR, PWD, LANG, PYTHONSTARTUP, NODE_PATH, XPC_SERVICE_NAME, PYTHON_BASIC_REPL, NVM_BIN, GIT_ASKPASS, HERD_PHP_74_INI_SCAN_DIR, COLORTERM, NX_CLI_SET, GIT_AUTHOR_DATE, COLOR, GIT_EDITOR, GIT_INDEX_FILE, GIT_AUTHOR_NAME, GIT_PREFIX, EDITOR, GIT_AUTHOR_EMAIL, GIT_EXEC_PATH, ELECTRON_RUN_AS_NODE, APPLICATION_INSIGHTS_NO_STATSBEAT, DEBUG, MXC_BIN_DIR, COPILOT_OTEL_FILE_EXPORTER_PATH, NX_WORKSPACE_ROOT_PATH, CLOUDSDK_METRICS_ENVIRONMENT, CLOUDSDK_METRICS_ENVIRONMENT_VERSION, ELECTRON_NO_ASAR, CI
36555
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.489Z - [REQUEST]: Client Request for Project Graph Received
36556
+ DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=61.373292ms
36557
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.552Z - No in-memory cached project graph found. Recomputing it...
36558
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.552Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
36559
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.552Z - [REQUEST]:
36560
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.552Z - [REQUEST]:
36561
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.553Z - Streaming message to client: progress update for topic graph-construction
36562
+ [plugin-client] restarting worker for "nx/core/package-json"
36563
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:42.553Z - [Messenger] Received message, length: 47
36564
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 23399, socket: /private/tmp/plugin23294-3-1597.311792.sock)
36565
+ [plugin-client] restarting worker for "nx/core/project-json"
36566
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 23400, socket: /private/tmp/plugin23294-4-1597.934667.sock)
36567
+ Time taken for 'build typescript dependencies' 77.77324999999996ms
36568
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 5.620750000000044ms
36569
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.581Z - Streaming message to client: progress update for topic graph-construction
36570
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.581Z - Streaming message to client: progress update for topic graph-construction
36571
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:42.581Z - [Messenger] Received message, length: 47
36572
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:42.581Z - [Messenger] Received message, length: 142
36573
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.588Z - Time taken for 'total execution time for createProjectGraph()' 185.74520800000005ms
36574
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.588Z - Time taken for 'createDependencies' 167.66329199999996ms
36575
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.588Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 167.45912499999986ms
36576
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.588Z - Time taken for 'createMetadata' 0.012750000000096406ms
36577
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.588Z - Time taken for 'serialize graph' 1.971458999999868ms
36578
+ [plugin-worker] "nx/core/package-json" (pid: 23399) listening on /private/tmp/plugin23294-3-1597.311792.sock
36579
+ [plugin-worker] "nx/core/project-json" (pid: 23400) listening on /private/tmp/plugin23294-4-1597.934667.sock
36580
+ Time taken for 'plugin worker 23400 code loading' 97.832875ms
36581
+ Time taken for 'plugin worker 23399 code loading' 97.49895799999999ms
36582
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 23399)
36583
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 23400)
36584
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.697Z - Time taken for 'start-plugin-worker:nx/core/package-json' 143.76816700000018ms
36585
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.697Z - Time taken for 'start-plugin-worker:nx/core/project-json' 143.55091700000003ms
36586
+ [plugin-worker] "nx/core/project-json" (pid: 23400) connected
36587
+ [plugin-worker] "nx/core/package-json" (pid: 23399) connected
36588
+ [plugin-worker] "nx/core/project-json" (pid: 23400) loaded successfully
36589
+ Time taken for 'nx/core/project-json:createNodes' 0.464500000000001ms
36590
+ [plugin-worker] "nx/core/package-json" (pid: 23399) loaded successfully
36591
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
36592
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.700Z - Streaming message to client: progress update for topic graph-construction
36593
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:42.700Z - [Messenger] Received message, length: 101
36594
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
36595
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.708Z - Streaming message to client: progress update for topic graph-construction
36596
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:42.708Z - [Messenger] Received message, length: 47
36597
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.715Z - Streaming message to client: progress update for topic graph-construction
36598
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:42.715Z - [Messenger] Received message, length: 47
36599
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.716Z - Time taken for 'build-project-configs' 157.82287500000007ms
36600
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.716Z - Time taken for 'createNodes:merge' 2.2201249999998254ms
36601
+ Time taken for 'build typescript dependencies' 0.02195900000003803ms
36602
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
36603
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.724Z - Streaming message to client: progress update for topic graph-construction
36604
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:42.725Z - [Messenger] Received message, length: 47
36605
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.730Z - [SYNC]: collect registered sync generators
36606
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.742Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
36607
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.742Z - Serializing response for REQUEST_PROJECT_GRAPH message in json mode
36608
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.742Z - Responding to REQUEST_PROJECT_GRAPH message
36609
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.742Z - [REQUEST]: Responding to the client. project-graph
36610
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.743Z - Time taken for 'total for creating and serializing project graph' 252.85195799999997ms
36611
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.743Z - Time taken for 'total execution time for createProjectGraph()' 16.549334000000044ms
36612
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.743Z - Time taken for 'createDependencies' 13.16495800000007ms
36613
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.743Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 12.974958000000015ms
36614
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.743Z - Time taken for 'createMetadata' 0.008625000000165528ms
36615
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.743Z - Time taken for 'serialize graph' 1.894708000000037ms
36616
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.743Z - Time taken for 'write cache' 11.394000000000005ms
36617
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.746Z - Done responding to the client project-graph
36618
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.746Z - Handled json message REQUEST_PROJECT_GRAPH. Handling time: 253. Response time: 4.
36619
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:42.746Z - [Messenger] Received message, length: 895679
36620
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:42.749Z - [Messenger] Sending message type: GET_CONTEXT_FILE_DATA
36621
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:42.750Z - [Messenger] Message sent
36622
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.750Z - Received raw message of length 32
36623
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.750Z - Received json message of type GET_CONTEXT_FILE_DATA
36624
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.751Z - Serializing response for GET_CONTEXT_FILE_DATA message in json mode
36625
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.751Z - Responding to GET_CONTEXT_FILE_DATA message
36626
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.751Z - [REQUEST]: Responding to the client. handleContextFileData
36627
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.756Z - Done responding to the client handleContextFileData
36628
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:42.756Z - [Messenger] Received message, length: 87218
36629
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.756Z - Handled json message GET_CONTEXT_FILE_DATA. Handling time: 1. Response time: 5.
36630
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.787Z - Established a connection. Number of open connections: 2
36631
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:42.787Z - [Messenger] Setting up socket listeners
36632
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:42.787Z - [Messenger] listen() complete
36633
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:42.787Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
36634
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.787Z - Established a connection. Number of open connections: 3
36635
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:42.787Z - [Messenger] Message sent
36636
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.788Z - Closed a connection. Number of open connections: 2
36637
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.788Z - Received raw message of length 42
36638
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.788Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
36639
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.792Z - Established a connection. Number of open connections: 3
36640
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:42.792Z - [Messenger] Sending message type: REQUEST_PROJECT_GRAPH
36641
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:42.792Z - [Messenger] Message sent
36642
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.792Z - Closed a connection. Number of open connections: 2
36643
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.792Z - Received raw message of length 32
36644
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.793Z - Received json message of type REQUEST_PROJECT_GRAPH
36645
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.793Z - [REQUEST]: Client Request for Project Graph Received
36646
+ DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=63.852417ms
36647
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.858Z - Reusing in-memory cached project graph because no files changed.
36648
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.859Z - Serializing response for REQUEST_PROJECT_GRAPH message in json mode
36649
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.859Z - Responding to REQUEST_PROJECT_GRAPH message
36650
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.859Z - [REQUEST]: Responding to the client. project-graph
36651
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.860Z - Time taken for 'total for creating and serializing project graph' 65.80212499999993ms
36652
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.861Z - Done responding to the client project-graph
36653
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.861Z - Handled json message REQUEST_PROJECT_GRAPH. Handling time: 66. Response time: 2.
36654
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:42.862Z - [Messenger] Received message, length: 895679
36655
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:42.864Z - [Messenger] Sending message type: GET_CONTEXT_FILE_DATA
36656
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:42.864Z - [Messenger] Message sent
36657
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.865Z - Received raw message of length 32
36658
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.865Z - Received json message of type GET_CONTEXT_FILE_DATA
36659
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.865Z - Serializing response for GET_CONTEXT_FILE_DATA message in json mode
36660
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.866Z - Responding to GET_CONTEXT_FILE_DATA message
36661
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.866Z - [REQUEST]: Responding to the client. handleContextFileData
36662
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.868Z - Done responding to the client handleContextFileData
36663
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.868Z - Handled json message GET_CONTEXT_FILE_DATA. Handling time: 0. Response time: 3.
36664
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:42.868Z - [Messenger] Received message, length: 87218
36665
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:42.896Z - [ProjectGraphListener] Socket closed, triggering reconnection
36666
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.897Z - Closed a connection. Number of open connections: 1
36667
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.900Z - Established a connection. Number of open connections: 2
36668
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:42.900Z - [Messenger] Setting up socket listeners
36669
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:42.900Z - [Messenger] listen() complete
36670
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:42.900Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
36671
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:42.900Z - [Messenger] Message sent
36672
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.901Z - Established a connection. Number of open connections: 3
36673
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.901Z - Closed a connection. Number of open connections: 2
36674
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.901Z - Received raw message of length 42
36675
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:42.901Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
36676
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.539Z - Established a connection. Number of open connections: 3
36677
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.548Z - Closed a connection. Number of open connections: 2
36678
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.549Z - Established a connection. Number of open connections: 3
36679
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.550Z - Closed a connection. Number of open connections: 2
36680
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.550Z - Established a connection. Number of open connections: 3
36681
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:43.550Z - [Messenger] Setting up socket listeners
36682
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:43.551Z - [Messenger] listen() complete
36683
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:43.573Z - [Messenger] Sending message type: GET_NX_CONSOLE_STATUS
36684
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:43.574Z - [Messenger] Message sent
36685
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.574Z - Received raw message of length 1436
36686
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.575Z - Received json message of type GET_NX_CONSOLE_STATUS
36687
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.575Z - Graph recompute necessary due to env variable refresh. Changed keys: ELECTRON_NO_ASAR, CI, PWD, NODE_PATH, NX_CLI_SET
36688
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.576Z - Serializing response for GET_NX_CONSOLE_STATUS message in json mode
36689
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.576Z - Responding to GET_NX_CONSOLE_STATUS message
36690
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.576Z - [REQUEST]: Responding to the client. handleGetNxConsoleStatus
36691
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.576Z - Done responding to the client handleGetNxConsoleStatus
36692
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.576Z - Handled json message GET_NX_CONSOLE_STATUS. Handling time: 0. Response time: 0.
36693
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:43.576Z - [Messenger] Received message, length: 22
36694
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:43.630Z - [Messenger] Sending message type: REQUEST_PROJECT_GRAPH
36695
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:43.630Z - [Messenger] Message sent
36696
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.630Z - Received raw message of length 32
36697
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.630Z - Received json message of type REQUEST_PROJECT_GRAPH
36698
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.630Z - [REQUEST]: Client Request for Project Graph Received
36699
+ DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=62.78925ms
36700
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.693Z - No in-memory cached project graph found. Recomputing it...
36701
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.693Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
36702
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.693Z - [REQUEST]:
36703
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.693Z - [REQUEST]:
36704
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.694Z - Streaming message to client: progress update for topic graph-construction
36705
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
36706
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:43.694Z - [Messenger] Received message, length: 47
36707
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 23431, socket: /private/tmp/plugin23294-5-2738.991459.sock)
36708
+ [plugin-client] restarting worker for "nx/core/package-json"
36709
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 23432, socket: /private/tmp/plugin23294-6-2739.666209.sock)
36710
+ [plugin-client] restarting worker for "nx/core/project-json"
36711
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 23433, socket: /private/tmp/plugin23294-7-2739.991292.sock)
36712
+ [plugin-worker] "nx/core/package-json" (pid: 23432) listening on /private/tmp/plugin23294-6-2739.666209.sock
36713
+ Time taken for 'plugin worker 23432 code loading' 99.33804200000002ms
36714
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 23431) listening on /private/tmp/plugin23294-5-2738.991459.sock
36715
+ Time taken for 'plugin worker 23431 code loading' 103.493166ms
36716
+ [plugin-worker] "nx/core/project-json" (pid: 23433) listening on /private/tmp/plugin23294-7-2739.991292.sock
36717
+ Time taken for 'plugin worker 23433 code loading' 111.86125ms
36718
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 23431)
36719
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 23432)
36720
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 23433)
36721
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.865Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 166.21791699999994ms
36722
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.865Z - Time taken for 'start-plugin-worker:nx/core/package-json' 169.55545900000016ms
36723
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.865Z - Time taken for 'start-plugin-worker:nx/core/project-json' 169.47191699999985ms
36724
+ [plugin-worker] "nx/core/package-json" (pid: 23432) connected
36725
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 23431) connected
36726
+ [plugin-worker] "nx/core/project-json" (pid: 23433) connected
36727
+ [plugin-worker] "nx/core/project-json" (pid: 23433) loaded successfully
36728
+ [plugin-worker] "nx/core/package-json" (pid: 23432) loaded successfully
36729
+ Time taken for 'nx/core/project-json:createNodes' 1.7053749999999752ms
36730
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
36731
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.871Z - Streaming message to client: progress update for topic graph-construction
36732
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:43.872Z - [Messenger] Received message, length: 153
36733
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 23431) loaded successfully
36734
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
36735
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.884Z - Streaming message to client: progress update for topic graph-construction
36736
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:43.885Z - [Messenger] Received message, length: 112
36737
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 11.710624999999993ms
36738
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.891Z - Streaming message to client: progress update for topic graph-construction
36739
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:43.891Z - [Messenger] Received message, length: 47
36740
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.898Z - Streaming message to client: progress update for topic graph-construction
36741
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:43.898Z - [Messenger] Received message, length: 47
36742
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.899Z - Time taken for 'build-project-configs' 199.2228329999998ms
36743
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.899Z - Time taken for 'createNodes:merge' 2.6640419999998812ms
36744
+ Time taken for 'build typescript dependencies' 0.06645900000000893ms
36745
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
36746
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.907Z - Streaming message to client: progress update for topic graph-construction
36747
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:43.907Z - [Messenger] Received message, length: 47
36748
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.912Z - [SYNC]: collect registered sync generators
36749
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.912Z - [SYNC]: project graph hash is the same, not collecting task sync generators
36750
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.912Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
36751
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.916Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
36752
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.916Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
36753
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.918Z - Responding to PROJECT_GRAPH_UPDATED message
36754
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.918Z - [REQUEST]: Responding to the client. Project graph updated
36755
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.918Z - Serializing response for REQUEST_PROJECT_GRAPH message in json mode
36756
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.918Z - Responding to REQUEST_PROJECT_GRAPH message
36757
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.918Z - [REQUEST]: Responding to the client. project-graph
36758
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.918Z - Time taken for 'total for creating and serializing project graph' 288.0373330000002ms
36759
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.918Z - Time taken for 'total execution time for createProjectGraph()' 15.61575000000039ms
36760
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.918Z - Time taken for 'createDependencies' 12.330583999999817ms
36761
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.918Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 12.176417000000129ms
36762
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.918Z - Time taken for 'createMetadata' 0.009541999999783002ms
36763
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.918Z - Time taken for 'serialize graph' 1.73962500000016ms
36764
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.918Z - Time taken for 'write cache' 3.6654169999997066ms
36765
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.920Z - Done responding to the client Project graph updated
36766
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.920Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 4. Response time: 4.
36767
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:43.921Z - [Messenger] Received message, length: 895672
36768
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.921Z - Done responding to the client project-graph
36769
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:43.921Z - Handled json message REQUEST_PROJECT_GRAPH. Handling time: 288. Response time: 3.
36770
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:43.921Z - [Messenger] Received message, length: 895679
36771
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:44.376Z - [Messenger] Setting up socket listeners
36772
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:44.376Z - Established a connection. Number of open connections: 4
36773
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:44.376Z - [Messenger] listen() complete
36774
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:44.376Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
36775
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:44.376Z - [Messenger] Message sent
36776
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:44.376Z - [Messenger] Sending message type: REQUEST_PROJECT_GRAPH
36777
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:44.376Z - Received raw message of length 32
36778
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:44.376Z - Received json message of type REQUEST_PROJECT_GRAPH
36779
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:44.376Z - [Messenger] Message sent
36780
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:44.376Z - [REQUEST]: Client Request for Project Graph Received
36781
+ DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=64.01375ms
36782
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:44.441Z - Reusing in-memory cached project graph because no files changed.
36783
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:44.442Z - Serializing response for REQUEST_PROJECT_GRAPH message in json mode
36784
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:44.442Z - Responding to REQUEST_PROJECT_GRAPH message
36785
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:44.442Z - [REQUEST]: Responding to the client. project-graph
36786
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:44.446Z - Received raw message of length 42
36787
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:44.447Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
36788
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:44.447Z - Time taken for 'total for creating and serializing project graph' 65.00129199999992ms
36789
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:44.452Z - Done responding to the client project-graph
36790
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:44.452Z - Handled json message REQUEST_PROJECT_GRAPH. Handling time: 66. Response time: 10.
36791
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:44.453Z - [Messenger] Received message, length: 895679
36792
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:44.931Z - Established a connection. Number of open connections: 5
36793
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:44.931Z - [Messenger] Sending message type: GET_CONTEXT_FILE_DATA
36794
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:44.932Z - Closed a connection. Number of open connections: 4
36795
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:44.932Z - [Messenger] Message sent
36796
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:44.932Z - Received raw message of length 32
36797
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:44.932Z - Received json message of type GET_CONTEXT_FILE_DATA
36798
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:44.935Z - Serializing response for GET_CONTEXT_FILE_DATA message in json mode
36799
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:44.935Z - Responding to GET_CONTEXT_FILE_DATA message
36800
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:44.935Z - [REQUEST]: Responding to the client. handleContextFileData
36801
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:44.936Z - Done responding to the client handleContextFileData
36802
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:44.936Z - [Messenger] Received message, length: 87218
36803
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:44.936Z - Handled json message GET_CONTEXT_FILE_DATA. Handling time: 2. Response time: 2.
36804
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:44.951Z - Closed a connection. Number of open connections: 3
36805
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:44.951Z - [ProjectGraphListener] Socket closed, triggering reconnection
36806
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:44.952Z - Established a connection. Number of open connections: 4
36807
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:44.952Z - [Messenger] Setting up socket listeners
36808
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:44.952Z - Established a connection. Number of open connections: 5
36809
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:44.952Z - [Messenger] listen() complete
36810
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:44.952Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
36811
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:44.952Z - Closed a connection. Number of open connections: 4
36812
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:44.952Z - [Messenger] Message sent
36813
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:44.953Z - Received raw message of length 42
36814
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:44.953Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
36815
+ Fetching nx...
36816
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:45.793Z - [NX-CONSOLE]: Failed to use latest Nx for console status. Error: Command failed: pnpm add -Dw --config.frozen-lockfile=false nx@latest --config.auto-install-peers=false --ignore-scripts
36817
+ /bin/sh: pnpm: command not found
36818
+
36819
+ DEBUG nx::native::ide::preferences: Loaded console preferences: NxConsolePreferences { auto_install_console: Some(true), path: "/Users/ikechukwukalu/.config/nx/ide.json" }
36820
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:45.795Z - [AI-AGENTS]: Failed to compute agent configuration status from latest Nx. Error: Command failed: pnpm add -Dw --config.frozen-lockfile=false nx@latest --config.auto-install-peers=false --ignore-scripts
36821
+ /bin/sh: pnpm: command not found
36822
+
36823
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:45.795Z - [AI-AGENTS]: Agent configuration status computation completed: 0 fully configured, 0 outdated, 0 partially configured, 0 non-configured
36824
+ DEBUG nx::native::ide::install: Detected editor: Unknown
36825
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=22
36826
+ DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/tokens-page.ts
36827
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-theme/src/lib/mode-color.safelist.ts
36828
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/layout/app-shell-header.component.ts
36829
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/layout/header-weather.spec.ts
36830
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-theme/src/lib/mode-color.service.spec.ts
36831
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/navigation/side-nav/africanies-side-nav.component.ts
36832
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/layout/header-greeting.util.ts
36833
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/layout/header-weather.ts
36834
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/avatar/avatar-menu.component.ts
36835
+ DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/chip-page.ts
36836
+ DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/snippets/chip.snippets.ts
36837
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-theme/tailwind-preset.cjs
36838
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/chip/chip.component.ts
36839
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/button/button.component.spec.ts
36840
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-theme/src/lib/mode-color.service.ts
36841
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/navigation/side-nav/africanies-side-nav.component.html
36842
+ DEBUG nx::native::watch::watcher: [create] README.md
36843
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/table/table.component.ts
36844
+ DEBUG nx::native::watch::watcher: [create] tools/build-icon-sprite.mjs
36845
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/navigation/segment/segment.component.ts
36846
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/navigation/shipping-mode-switch/shipping-mode-switch.component.ts
36847
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/table/table.component.spec.ts
36848
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=22
36849
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/button/button.component.spec.ts
36850
+ DEBUG nx::native::watch::watcher: [create] tools/build-icon-sprite.mjs
36851
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-theme/src/lib/mode-color.safelist.ts
36852
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/navigation/shipping-mode-switch/shipping-mode-switch.component.ts
36853
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/layout/header-greeting.util.ts
36854
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/layout/header-weather.spec.ts
36855
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-theme/src/lib/mode-color.service.spec.ts
36856
+ DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/tokens-page.ts
36857
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/chip/chip.component.ts
36858
+ DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/chip-page.ts
36859
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/layout/header-weather.ts
36860
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/navigation/segment/segment.component.ts
36861
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/layout/app-shell-header.component.ts
36862
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/navigation/side-nav/africanies-side-nav.component.ts
36863
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/avatar/avatar-menu.component.ts
36864
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/table/table.component.spec.ts
36865
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/table/table.component.ts
36866
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-theme/src/lib/mode-color.service.ts
36867
+ DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/snippets/chip.snippets.ts
36868
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-theme/tailwind-preset.cjs
36869
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/navigation/side-nav/africanies-side-nav.component.html
36870
+ DEBUG nx::native::watch::watcher: [create] README.md
36871
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:46.368Z - [WATCHER]: Processing file changes in outputs
36872
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:46.368Z - [WATCHER]: 22 file(s) created or restored, 0 file(s) modified, 0 file(s) deleted
36873
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:46.368Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 22 events: create:libs/africanies-ui/src/lib/button/button.component.spec.ts, create:tools/build-icon-sprite.mjs, create:libs/africanies-theme/src/lib/mode-color.safelist.ts, create:libs/africanies-ui/src/lib/navigation/shipping-mode-switch/shipping-mode-switch.component.ts, create:libs/africanies-ui/src/lib/layout/header-greeting.util.ts, create:libs/africanies-ui/src/lib/layout/header-weather.spec.ts, create:libs/africanies-theme/src/lib/mode-color.service.spec.ts, create:apps/playground/src/app/pages/tokens-page.ts, create:libs/africanies-ui/src/lib/chip/chip.component.ts, create:apps/playground/src/app/pages/chip-page.ts, create:libs/africanies-ui/src/lib/layout/header-weather.ts, create:libs/africanies-ui/src/lib/navigation/segment/segment.component.ts, create:libs/africanies-ui/src/lib/layout/app-shell-header.component.ts, create:libs/africanies-ui/src/lib/navigation/side-nav/africanies-side-nav.component.ts, create:libs/africanies-ui/src/lib/avatar/avatar-menu.component.ts, create:libs/africanies-ui/src/lib/table/table.component.spec.ts, create:libs/africanies-ui/src/lib/table/table.component.ts, create:libs/africanies-theme/src/lib/mode-color.service.ts, create:apps/playground/src/app/snippets/chip.snippets.ts, create:libs/africanies-theme/tailwind-preset.cjs, create:libs/africanies-ui/src/lib/navigation/side-nav/africanies-side-nav.component.html, create:README.md
36874
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:46.369Z - [WATCHER]: File changes detected:
36875
+ Created:
36876
+ - libs/africanies-ui/src/lib/button/button.component.spec.ts
36877
+ - tools/build-icon-sprite.mjs
36878
+ - libs/africanies-theme/src/lib/mode-color.safelist.ts
36879
+ - libs/africanies-ui/src/lib/navigation/shipping-mode-switch/shipping-mode-switch.component.ts
36880
+ - libs/africanies-ui/src/lib/layout/header-greeting.util.ts
36881
+ - libs/africanies-ui/src/lib/layout/header-weather.spec.ts
36882
+ - libs/africanies-theme/src/lib/mode-color.service.spec.ts
36883
+ - apps/playground/src/app/pages/tokens-page.ts
36884
+ - libs/africanies-ui/src/lib/chip/chip.component.ts
36885
+ - apps/playground/src/app/pages/chip-page.ts
36886
+ ... and 12 more
36887
+ Updated:
36888
+ (none)
36889
+ Deleted:
36890
+ (none)
36891
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:46.395Z - [SYNC]: clearing sync generators cache due to file changes
36892
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:46.400Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
36893
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:46.400Z - [REQUEST]: libs/africanies-ui/src/lib/navigation/side-nav/africanies-side-nav.component.html,libs/africanies-theme/src/lib/mode-color.service.spec.ts,libs/africanies-ui/src/lib/button/button.component.spec.ts,libs/africanies-ui/src/lib/layout/header-greeting.util.ts,apps/playground/src/app/snippets/chip.snippets.ts,libs/africanies-ui/src/lib/table/table.component.spec.ts,libs/africanies-ui/src/lib/navigation/shipping-mode-switch/shipping-mode-switch.component.ts,libs/africanies-ui/src/lib/chip/chip.component.ts,README.md,libs/africanies-ui/src/lib/navigation/segment/segment.component.ts,libs/africanies-ui/src/lib/layout/header-weather.ts,apps/playground/src/app/pages/tokens-page.ts,libs/africanies-theme/src/lib/mode-color.safelist.ts,apps/playground/src/app/pages/chip-page.ts,libs/africanies-ui/src/lib/navigation/side-nav/africanies-side-nav.component.ts,libs/africanies-ui/src/lib/avatar/avatar-menu.component.ts,libs/africanies-ui/src/lib/layout/app-shell-header.component.ts,libs/africanies-theme/tailwind-preset.cjs,tools/build-icon-sprite.mjs,libs/africanies-ui/src/lib/layout/header-weather.spec.ts,libs/africanies-theme/src/lib/mode-color.service.ts,libs/africanies-ui/src/lib/table/table.component.ts
36894
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:46.400Z - [REQUEST]:
36895
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
36896
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 23576, socket: /private/tmp/plugin23294-8-5446.538667.sock)
36897
+ [plugin-client] restarting worker for "nx/core/package-json"
36898
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 23577, socket: /private/tmp/plugin23294-9-5448.220792.sock)
36899
+ [plugin-client] restarting worker for "nx/core/project-json"
36900
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 23578, socket: /private/tmp/plugin23294-10-5449.336792.sock)
36901
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:46.406Z - Time taken for 'hash changed files from watcher' 22.582875000000058ms
36902
+ [plugin-worker] "nx/core/project-json" (pid: 23578) listening on /private/tmp/plugin23294-10-5449.336792.sock
36903
+ Time taken for 'plugin worker 23578 code loading' 127.003667ms
36904
+ [plugin-worker] "nx/core/package-json" (pid: 23577) listening on /private/tmp/plugin23294-9-5448.220792.sock
36905
+ Time taken for 'plugin worker 23577 code loading' 126.85408399999999ms
36906
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 23576) listening on /private/tmp/plugin23294-8-5446.538667.sock
36907
+ Time taken for 'plugin worker 23576 code loading' 128.760708ms
36908
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 23576)
36909
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 23577)
36910
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 23578)
36911
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:46.653Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 250.74158400000033ms
36912
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:46.653Z - Time taken for 'start-plugin-worker:nx/core/package-json' 249.23366700000042ms
36913
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:46.653Z - Time taken for 'start-plugin-worker:nx/core/project-json' 248.4977089999993ms
36914
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 23576) connected
36915
+ [plugin-worker] "nx/core/package-json" (pid: 23577) connected
36916
+ [plugin-worker] "nx/core/project-json" (pid: 23578) connected
36917
+ [plugin-worker] "nx/core/project-json" (pid: 23578) loaded successfully
36918
+ [plugin-worker] "nx/core/package-json" (pid: 23577) loaded successfully
36919
+ Time taken for 'nx/core/project-json:createNodes' 0.48612500000001546ms
36920
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
36921
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 23576) loaded successfully
36922
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
36923
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 5.4878750000000025ms
36924
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:46.677Z - Time taken for 'build-project-configs' 270.18745899999976ms
36925
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:46.677Z - Time taken for 'createNodes:merge' 2.3509579999999914ms
36926
+ Time taken for 'build typescript dependencies' 12.518708000000004ms
36927
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
36928
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:46.707Z - [SYNC]: collect registered sync generators
36929
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:46.708Z - [SYNC]: project graph hash is the same, not collecting task sync generators
36930
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:46.708Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
36931
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:46.713Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
36932
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:46.714Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
36933
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:46.716Z - Responding to PROJECT_GRAPH_UPDATED message
36934
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:46.716Z - [REQUEST]: Responding to the client. Project graph updated
36935
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:46.716Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
36936
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:46.720Z - Responding to PROJECT_GRAPH_UPDATED message
36937
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:46.720Z - [REQUEST]: Responding to the client. Project graph updated
36938
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:46.721Z - Time taken for 'total execution time for createProjectGraph()' 31.805459000000155ms
36939
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:46.721Z - Time taken for 'createDependencies' 27.887165999999525ms
36940
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:46.721Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 27.801042000000052ms
36941
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:46.721Z - Time taken for 'createMetadata' 0.009750000000167347ms
36942
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:46.721Z - Time taken for 'serialize graph' 2.509541000000354ms
36943
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:46.721Z - Time taken for 'write cache' 5.8067080000000715ms
36944
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:46.732Z - Done responding to the client Project graph updated
36945
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:46.732Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 8. Response time: 16.
36946
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:46.732Z - Done responding to the client Project graph updated
36947
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:46.732Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 6. Response time: 18.
36948
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:46.732Z - [Messenger] Received message, length: 895672
36949
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:46.733Z - [Messenger] Received message, length: 895672
36950
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:47.741Z - Established a connection. Number of open connections: 5
36951
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:47.741Z - [Messenger] Sending message type: GET_CONTEXT_FILE_DATA
36952
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:47.741Z - [Messenger] Message sent
36953
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:47.742Z - Received raw message of length 32
36954
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:47.742Z - Received json message of type GET_CONTEXT_FILE_DATA
36955
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:47.744Z - Serializing response for GET_CONTEXT_FILE_DATA message in json mode
36956
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:47.744Z - Responding to GET_CONTEXT_FILE_DATA message
36957
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:47.744Z - [REQUEST]: Responding to the client. handleContextFileData
36958
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:47.744Z - Closed a connection. Number of open connections: 4
36959
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:47.744Z - Done responding to the client handleContextFileData
36960
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:47.744Z - Handled json message GET_CONTEXT_FILE_DATA. Handling time: 1. Response time: 0.
36961
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:47.744Z - [Messenger] Received message, length: 87220
36962
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:47.763Z - [ProjectGraphListener] Socket closed, triggering reconnection
36963
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:47.763Z - Closed a connection. Number of open connections: 3
36964
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:47.764Z - Established a connection. Number of open connections: 4
36965
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:47.764Z - [Messenger] Setting up socket listeners
36966
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:47.764Z - Established a connection. Number of open connections: 5
36967
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:47.764Z - [Messenger] listen() complete
36968
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:47.764Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
36969
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:47.764Z - Closed a connection. Number of open connections: 4
36970
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:47.764Z - [Messenger] Message sent
36971
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:47.764Z - Received raw message of length 42
36972
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:47.764Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
36973
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:57.983Z - [Server] lock file hash changed! old=2337773458516242051, new=2717871061533294378
36974
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:57.991Z - [Server] Daemon outdated: LOCK_FILES_CHANGED
36975
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:57.991Z - [Server] Restarting daemon...
36976
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=2
36977
+ DEBUG nx::native::watch::watcher: [create] package.json
36978
+ DEBUG nx::native::watch::watcher: [create] package-lock.json
36979
+ DEBUG nx::native::watch::watcher: watching stopped origin=/Applications/AngularJS/angular-web-sdk
36980
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:58.104Z - [ProjectGraphListener] Socket closed, triggering reconnection
36981
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:58.105Z - [ProjectGraphListener] Starting reconnection for 1 callbacks
36982
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:58.105Z - Restarting daemon with script: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/daemon/server/start.js
36983
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:58.105Z - Old daemon __dirname: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/daemon/server
36984
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:58.106Z - Current process.execPath: /Users/ikechukwukalu/.nvm/versions/node/v24.20.0/bin/node
36985
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:58.106Z - [Client] Waiting for server (max: 6000 attempts, 10ms interval)
36986
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:58.108Z - Started new daemon process in background
36987
+ DEBUG nx::native::watch::watcher: watching stopped origin=/Applications/AngularJS/angular-web-sdk
36988
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:58.112Z - [WATCHER]: 2 file(s) created or restored, 0 file(s) modified, 0 file(s) deleted
36989
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:58.113Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 2 events: create:package.json, create:package-lock.json
36990
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:58.114Z - [WATCHER]: File changes detected:
36991
+ Created:
36992
+ - package.json
36993
+ - package-lock.json
36994
+ Updated:
36995
+ (none)
36996
+ Deleted:
36997
+ (none)
36998
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=3
36999
+ DEBUG nx::native::watch::watcher: [delete] .nx/workspace-data/d/server-process.json
37000
+ DEBUG nx::native::watch::watcher: [create] package-lock.json
37001
+ DEBUG nx::native::watch::watcher: [create] package.json
37002
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:58.135Z - [SYNC]: clearing sync generators cache due to file changes
37003
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:58.138Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
37004
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:58.138Z - [REQUEST]: package-lock.json,package.json
37005
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:58.138Z - [REQUEST]:
37006
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:58.136Z - [ProjectGraphListener] Socket closed, triggering reconnection
37007
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:58.147Z - [ProjectGraphListener] Starting reconnection for 1 callbacks
37008
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
37009
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:58.148Z - [Client] Waiting for server (max: 6000 attempts, 10ms interval)
37010
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 23845, socket: /private/tmp/plugin23294-11-17192.422417.sock)
37011
+ [plugin-client] restarting worker for "nx/core/package-json"
37012
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 23846, socket: /private/tmp/plugin23294-12-17200.747292.sock)
37013
+ [plugin-client] restarting worker for "nx/core/project-json"
37014
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 23847, socket: /private/tmp/plugin23294-13-17205.158875.sock)
37015
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:58.165Z - [WATCHER]: Stopping the watcher for /Applications/AngularJS/angular-web-sdk (sources)
37016
+ DEBUG nx::native::watch::watcher: watching stopped origin=/Applications/AngularJS/angular-web-sdk
37017
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:58.169Z - Time taken for 'hash changed files from watcher' 19.345541999999114ms
37018
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:58.169Z - Closed a connection. Number of open connections: 3
37019
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:58.169Z - Closed a connection. Number of open connections: 2
37020
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:58.169Z - Closed a connection. Number of open connections: 1
37021
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:58.169Z - Closed a connection. Number of open connections: 0
37022
+ DEBUG nx::native::watch::watcher: watching stopped origin=/Applications/AngularJS/angular-web-sdk
37023
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:58.181Z - [WATCHER]: Stopping the watcher for /Applications/AngularJS/angular-web-sdk (sources)
37024
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:58.182Z - [WATCHER]: Stopping the watcher for /Applications/AngularJS/angular-web-sdk (outputs)
37025
+ DEBUG nx::native::watch::watcher: watching stopped origin=/Applications/AngularJS/angular-web-sdk
37026
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:58.184Z - Server stopped because: "this process is no longer the current daemon (native)"
37027
+ DEBUG nx::native::watch::watcher: watching stopped origin=/Applications/AngularJS/angular-web-sdk
37028
+ DEBUG nx::native::watch::watcher: watching started origin=/Applications/AngularJS/angular-web-sdk
37029
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.326Z - [WATCHER]: Subscribed to changes within: /Applications/AngularJS/angular-web-sdk (native)
37030
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.332Z - New daemon starting from: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/daemon/server/server.js
37031
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.332Z - New daemon __dirname: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/daemon/server
37032
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.332Z - New daemon nxVersion: 23.1.1
37033
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.333Z - New daemon getInstalledNxVersion(): 23.1.1
37034
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.334Z - Time taken for 'workspace context init' 0.19900000000006912ms
37035
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.341Z - [Server] Starting outdated check interval (20ms)
37036
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.342Z - Started listening on: /private/tmp/8413af41aad7e7b863de/d.sock
37037
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:59.343Z - [Client] Server available
37038
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:59.344Z - [Messenger] Setting up socket listeners
37039
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:59.344Z - [Messenger] listen() complete
37040
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:59.344Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
37041
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:59.345Z - [Messenger] Message sent
37042
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:59.345Z - [ProjectGraphListener] Reconnected successfully
37043
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:59.356Z - [Client] Server available
37044
+ DEBUG nx::native::watch::watcher: watching started origin=/Applications/AngularJS/angular-web-sdk
37045
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:59.356Z - [Messenger] Setting up socket listeners
37046
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:59.356Z - [Messenger] listen() complete
37047
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:59.356Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
37048
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:59.356Z - [Messenger] Message sent
37049
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:59.356Z - [ProjectGraphListener] Reconnected successfully
37050
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.357Z - [LATEST-NX]: Pulling latest Nx...
37051
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.359Z - [AI-AGENTS]: Starting agent configuration status computation
37052
+ [isolated-plugin] spawned worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 23936, socket: /private/tmp/plugin23837-0-1174.910166.sock)
37053
+ [isolated-plugin] spawned worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 23937, socket: /private/tmp/plugin23837-1-1215.339208.sock)
37054
+ [isolated-plugin] spawned worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 23938, socket: /private/tmp/plugin23837-2-1216.273125.sock)
37055
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.402Z - Time taken for 'hash changed files from watcher' 0.015916999999944892ms
37056
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.402Z - Time taken for 'loadSpecifiedNxPlugins' 44.7305409999999ms
37057
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.404Z - Established a connection. Number of open connections: 1
37058
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.405Z - Established a connection. Number of open connections: 2
37059
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.405Z - Closed a connection. Number of open connections: 1
37060
+ /bin/sh: pnpm: command not found
37061
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.414Z - [NX-CONSOLE]: Failed to use latest Nx for console status. Error: An error occurred while checking the provenance of nx@latest. This could indicate a security risk. Please double check https://www.npmjs.com/package/nx to see if the package is published correctly or file an issue at https://github.com/nrwl/nx/issues. To disable this check at your own risk, you can set the NX_SKIP_PROVENANCE_CHECK environment variable to true.
37062
+ Error: Command failed: pnpm view "nx@latest" --json --silent
37063
+ /bin/sh: pnpm: command not found
37064
+
37065
+ DEBUG nx::native::ide::preferences: Loaded console preferences: NxConsolePreferences { auto_install_console: Some(true), path: "/Users/ikechukwukalu/.config/nx/ide.json" }
37066
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.416Z - [AI-AGENTS]: Failed to compute agent configuration status from latest Nx. Error: An error occurred while checking the provenance of nx@latest. This could indicate a security risk. Please double check https://www.npmjs.com/package/nx to see if the package is published correctly or file an issue at https://github.com/nrwl/nx/issues. To disable this check at your own risk, you can set the NX_SKIP_PROVENANCE_CHECK environment variable to true.
37067
+ Error: Command failed: pnpm view "nx@latest" --json --silent
37068
+ /bin/sh: pnpm: command not found
37069
+
37070
+ DEBUG nx::native::ide::install: Detected editor: Unknown
37071
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.416Z - [AI-AGENTS]: Agent configuration status computation completed: 0 fully configured, 0 outdated, 0 partially configured, 0 non-configured
37072
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.418Z - Established a connection. Number of open connections: 2
37073
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.419Z - Received raw message of length 42
37074
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.419Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
37075
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.419Z - Established a connection. Number of open connections: 3
37076
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.420Z - Closed a connection. Number of open connections: 2
37077
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.420Z - Received raw message of length 42
37078
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.420Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
37079
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
37080
+ DEBUG nx::native::watch::watcher: [create] .nx/workspace-data/d/server-process.json
37081
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.469Z - [WATCHER]: Processing file changes in outputs
37082
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 23936) listening on /private/tmp/plugin23837-0-1174.910166.sock
37083
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 23937) listening on /private/tmp/plugin23837-1-1215.339208.sock
37084
+ Time taken for 'plugin worker 23936 code loading' 106.821042ms
37085
+ Time taken for 'plugin worker 23937 code loading' 110.965542ms
37086
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 23938) listening on /private/tmp/plugin23837-2-1216.273125.sock
37087
+ Time taken for 'plugin worker 23938 code loading' 117.06933299999999ms
37088
+ [isolated-plugin] connected to worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 23936)
37089
+ [isolated-plugin] connected to worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 23937)
37090
+ [isolated-plugin] connected to worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 23938)
37091
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.582Z - Time taken for 'start-plugin-worker:/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js' 222.034625ms
37092
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.583Z - Time taken for 'start-plugin-worker:/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json' 182.10779100000013ms
37093
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.583Z - Time taken for 'start-plugin-worker:/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json' 181.2588340000002ms
37094
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 23937) connected
37095
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 23936) connected
37096
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 23938) connected
37097
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 23938) loaded successfully
37098
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.584Z - Time taken for 'Load Nx Plugin: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json' 227.482125ms
37099
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 23937) loaded successfully
37100
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.586Z - Time taken for 'Load Nx Plugin: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json' 228.63083299999994ms
37101
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 23936) loaded successfully
37102
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.592Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
37103
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.592Z - [REQUEST]:
37104
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.592Z - [REQUEST]:
37105
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.594Z - Time taken for 'loadDefaultNxPlugins' 235.51149999999984ms
37106
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.594Z - Time taken for 'Load Nx Plugin: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js' 235.4052079999999ms
37107
+ Time taken for 'nx/core/project-json:createNodes' 1.9157080000000235ms
37108
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
37109
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 6.9424999999999955ms
37110
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
37111
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.636Z - Time taken for 'build-project-configs' 20.15916600000014ms
37112
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.636Z - Time taken for 'createNodes:merge' 8.626375000000053ms
37113
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.636Z - Time taken for 'native-file-deps' 0.0025829999999587017ms
37114
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.636Z - Time taken for 'get-workspace-files' 0.9859580000002097ms
37115
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.636Z - Time taken for 'read cache' 1.038957999999866ms
37116
+ Time taken for 'build typescript dependencies' 17.94749999999999ms
37117
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
37118
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.669Z - [SYNC]: collect registered sync generators
37119
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.674Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
37120
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.674Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
37121
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.676Z - Responding to PROJECT_GRAPH_UPDATED message
37122
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.677Z - [REQUEST]: Responding to the client. Project graph updated
37123
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.677Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
37124
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.679Z - Responding to PROJECT_GRAPH_UPDATED message
37125
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.679Z - [REQUEST]: Responding to the client. Project graph updated
37126
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.679Z - Time taken for 'total execution time for createProjectGraph()' 39.411749999999984ms
37127
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.679Z - Time taken for 'createDependencies' 32.47524999999996ms
37128
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.679Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 32.30837499999984ms
37129
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.679Z - Time taken for 'createMetadata' 0.012124999999969077ms
37130
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.679Z - Time taken for 'serialize graph' 1.8140419999999722ms
37131
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.679Z - Time taken for 'write cache' 4.335959000000003ms
37132
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.683Z - Done responding to the client Project graph updated
37133
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.683Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 7. Response time: 6.
37134
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:59.683Z - [Messenger] Received message, length: 895673
37135
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.684Z - Done responding to the client Project graph updated
37136
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:56:59.684Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 4. Response time: 10.
37137
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:56:59.685Z - [Messenger] Received message, length: 895673
37138
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:57:00.700Z - Established a connection. Number of open connections: 3
37139
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:57:00.700Z - [Messenger] Setting up socket listeners
37140
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:57:00.700Z - [Messenger] listen() complete
37141
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:57:00.702Z - Established a connection. Number of open connections: 4
37142
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:57:00.702Z - Closed a connection. Number of open connections: 3
37143
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:57:00.702Z - Established a connection. Number of open connections: 4
37144
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:57:00.702Z - Closed a connection. Number of open connections: 3
37145
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:57:00.703Z - [Messenger] Sending message type: GET_CONTEXT_FILE_DATA
37146
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:57:00.703Z - [Messenger] Message sent
37147
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:57:00.704Z - Received raw message of length 32
37148
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:57:00.704Z - Received json message of type GET_CONTEXT_FILE_DATA
37149
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:57:00.706Z - Serializing response for GET_CONTEXT_FILE_DATA message in json mode
37150
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:57:00.706Z - Responding to GET_CONTEXT_FILE_DATA message
37151
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:57:00.706Z - [REQUEST]: Responding to the client. handleContextFileData
37152
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:57:00.707Z - Done responding to the client handleContextFileData
37153
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:57:00.707Z - [Messenger] Received message, length: 87219
37154
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:57:00.707Z - Handled json message GET_CONTEXT_FILE_DATA. Handling time: 2. Response time: 1.
37155
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:57:00.730Z - Closed a connection. Number of open connections: 2
37156
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:57:00.733Z - [Messenger] Setting up socket listeners
37157
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:57:00.733Z - Established a connection. Number of open connections: 3
37158
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:57:00.733Z - [Messenger] listen() complete
37159
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:57:00.733Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
37160
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:57:00.733Z - Established a connection. Number of open connections: 4
37161
+ [NX v23.1.1 Daemon Client] - 2026-09-08T19:57:00.733Z - [Messenger] Message sent
37162
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:57:00.734Z - Closed a connection. Number of open connections: 3
37163
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:57:00.734Z - Received raw message of length 42
37164
+ [NX v23.1.1 Daemon Server] - 2026-09-08T19:57:00.734Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
37165
+ [NX v23.1.1 Daemon Server] - 2026-09-08T20:13:39.828Z - Closed a connection. Number of open connections: 2
37166
+ [NX v23.1.1 Daemon Server] - 2026-09-08T20:13:39.993Z - Closed a connection. Number of open connections: 1
37167
+ [NX v23.1.1 Daemon Client] - 2026-09-08T20:13:40.011Z - [ProjectGraphListener] Socket closed, triggering reconnection
37168
+ [NX v23.1.1 Daemon Server] - 2026-09-08T20:13:43.168Z - Closed a connection. Number of open connections: 0
37169
+ DEBUG nx::native::watch::watcher: watching stopped origin=/Applications/AngularJS/angular-web-sdk
37170
+ [NX v23.1.1 Daemon Server] - 2026-09-08T22:23:56.226Z - [WATCHER]: Stopping the watcher for /Applications/AngularJS/angular-web-sdk (sources)
37171
+ DEBUG nx::native::watch::watcher: watching stopped origin=/Applications/AngularJS/angular-web-sdk
37172
+ [NX v23.1.1 Daemon Server] - 2026-09-08T22:23:56.246Z - [WATCHER]: Stopping the watcher for /Applications/AngularJS/angular-web-sdk (outputs)
37173
+ [NX v23.1.1 Daemon Server] - 2026-09-08T22:23:56.252Z - Server stopped because: "received process SIGTERM"
37174
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:26.004Z - [Client] Starting new daemon server in background
37175
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:26.322Z - [Client] Waiting for server (max: 6000 attempts, 10ms interval)
37176
+ DEBUG nx::native::watch::watcher: watching started origin=/Applications/AngularJS/angular-web-sdk
37177
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:27.813Z - [WATCHER]: Subscribed to changes within: /Applications/AngularJS/angular-web-sdk (native)
37178
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:27.817Z - New daemon starting from: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/daemon/server/server.js
37179
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:27.817Z - New daemon __dirname: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/daemon/server
37180
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:27.817Z - New daemon nxVersion: 23.1.1
37181
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:27.818Z - New daemon getInstalledNxVersion(): 23.1.1
37182
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:27.824Z - Time taken for 'workspace context init' 0.1852080000001024ms
37183
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:27.849Z - [Server] Starting outdated check interval (20ms)
37184
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:27.853Z - Started listening on: /private/tmp/c70e8d0830eee4471cdd/d.sock
37185
+ DEBUG nx::native::watch::watcher: watching started origin=/Applications/AngularJS/angular-web-sdk
37186
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:27.862Z - [LATEST-NX]: Pulling latest Nx...
37187
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:27.866Z - [AI-AGENTS]: Starting agent configuration status computation
37188
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:27.882Z - [Client] Server available
37189
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:27.883Z - [Client] Daemon server started, pid=98085
37190
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:28.120Z - [Messenger] Setting up socket listeners
37191
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:28.120Z - [Messenger] listen() complete
37192
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:28.127Z - [Messenger] Sending message type: REQUEST_PROJECT_GRAPH
37193
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:28.127Z - [Messenger] Message sent
37194
+ [isolated-plugin] spawned worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 98289, socket: /private/tmp/plugin98085-0-1508.06375.sock)
37195
+ [isolated-plugin] spawned worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 98290, socket: /private/tmp/plugin98085-1-1771.773.sock)
37196
+ [isolated-plugin] spawned worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 98291, socket: /private/tmp/plugin98085-2-1773.790834.sock)
37197
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:28.136Z - Time taken for 'hash changed files from watcher' 0.013249999999970896ms
37198
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:28.136Z - Time taken for 'loadSpecifiedNxPlugins' 273.82674999999995ms
37199
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:28.138Z - Established a connection. Number of open connections: 1
37200
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:28.138Z - Established a connection. Number of open connections: 2
37201
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:28.138Z - Closed a connection. Number of open connections: 1
37202
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:28.139Z - Established a connection. Number of open connections: 2
37203
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:28.139Z - Closed a connection. Number of open connections: 1
37204
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:28.139Z - Received raw message of length 2558
37205
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:28.139Z - Received json message of type REQUEST_PROJECT_GRAPH
37206
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:28.139Z - Graph recompute necessary due to env variable refresh. Changed keys: PATH, PWD, NODE_PATH, PNPM_PACKAGE_NAME, NX_CLI_SET
37207
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:28.140Z - [REQUEST]: Client Request for Project Graph Received
37208
+ DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=55.583ms
37209
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:28.196Z - No in-memory cached project graph found. Recomputing it...
37210
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 98290) listening on /private/tmp/plugin98085-1-1771.773.sock
37211
+ Time taken for 'plugin worker 98290 code loading' 460.097625ms
37212
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 98289) listening on /private/tmp/plugin98085-0-1508.06375.sock
37213
+ [isolated-plugin] connected to worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 98289)
37214
+ [isolated-plugin] connected to worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 98290)
37215
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:28.698Z - Time taken for 'start-plugin-worker:/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js' 805.1196249999998ms
37216
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:28.698Z - Time taken for 'start-plugin-worker:/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json' 565.0611670000001ms
37217
+ Time taken for 'plugin worker 98289 code loading' 467.486709ms
37218
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 98289) connected
37219
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 98290) connected
37220
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 98290) loaded successfully
37221
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 98291) listening on /private/tmp/plugin98085-2-1773.790834.sock
37222
+ [isolated-plugin] connected to worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 98291)
37223
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:28.741Z - Time taken for 'Load Nx Plugin: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json' 874.6027919999999ms
37224
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:28.741Z - Time taken for 'start-plugin-worker:/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json' 603.3067919999999ms
37225
+ Time taken for 'plugin worker 98291 code loading' 511.677916ms
37226
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 98291) connected
37227
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 98291) loaded successfully
37228
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:28.750Z - Time taken for 'Load Nx Plugin: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json' 887.6523749999999ms
37229
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 98289) loaded successfully
37230
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:28.809Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
37231
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:28.809Z - [REQUEST]:
37232
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:28.809Z - [REQUEST]:
37233
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:28.815Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
37234
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:28.815Z - [REQUEST]:
37235
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:28.815Z - [REQUEST]:
37236
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:28.818Z - Streaming message to client: progress update for topic graph-construction
37237
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:28.819Z - Streaming message to client: progress update for topic graph-construction
37238
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:28.820Z - Time taken for 'loadDefaultNxPlugins' 937.6319579999999ms
37239
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:28.821Z - Time taken for 'Load Nx Plugin: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js' 937.295417ms
37240
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:28.823Z - [Messenger] Received message, length: 47
37241
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:28.824Z - [Messenger] Received message, length: 47
37242
+ Time taken for 'nx/core/project-json:createNodes' 1.4389170000000604ms
37243
+ Time taken for 'nx/core/project-json:createNodes' 3.0009579999999687ms
37244
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
37245
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:28.858Z - Streaming message to client: progress update for topic graph-construction
37246
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:28.858Z - Streaming message to client: progress update for topic graph-construction
37247
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:28.858Z - [Messenger] Received message, length: 153
37248
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:28.858Z - [Messenger] Received message, length: 153
37249
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
37250
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:28.859Z - Streaming message to client: progress update for topic graph-construction
37251
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:28.859Z - Streaming message to client: progress update for topic graph-construction
37252
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:28.859Z - [Messenger] Received message, length: 112
37253
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:28.860Z - [Messenger] Received message, length: 112
37254
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 11.276083999999969ms
37255
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 11.630999999999972ms
37256
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:28.946Z - Streaming message to client: progress update for topic graph-construction
37257
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:28.946Z - Streaming message to client: progress update for topic graph-construction
37258
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:28.946Z - [Messenger] Received message, length: 47
37259
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:28.947Z - [Messenger] Received message, length: 47
37260
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:29.089Z - Streaming message to client: progress update for topic graph-construction
37261
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:29.090Z - [Messenger] Received message, length: 47
37262
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:29.095Z - Time taken for 'build-project-configs' 175.07925000000023ms
37263
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:29.095Z - Time taken for 'build-project-configs' 196.2751659999999ms
37264
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:29.095Z - Time taken for 'createNodes:merge' 46.79741699999977ms
37265
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:29.095Z - Time taken for 'createNodes:merge' 21.053791999999703ms
37266
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:29.095Z - Time taken for 'native-file-deps' 0.009457999999995081ms
37267
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:29.095Z - Time taken for 'get-workspace-files' 2.620875000000069ms
37268
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:29.095Z - Time taken for 'read cache' 1.8747910000001866ms
37269
+ Time taken for 'build typescript dependencies' 0.2776249999999436ms
37270
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
37271
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:29.141Z - Streaming message to client: progress update for topic graph-construction
37272
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:29.141Z - [Messenger] Received message, length: 47
37273
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:29.152Z - [SYNC]: collect registered sync generators
37274
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:29.180Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
37275
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:29.181Z - Serializing response for REQUEST_PROJECT_GRAPH message in json mode
37276
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:29.181Z - Responding to REQUEST_PROJECT_GRAPH message
37277
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:29.182Z - [REQUEST]: Responding to the client. project-graph
37278
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:29.182Z - Time taken for 'total for creating and serializing project graph' 1040.477166ms
37279
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:29.182Z - Time taken for 'total execution time for createProjectGraph()' 112.72537499999999ms
37280
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:29.182Z - Time taken for 'createDependencies' 56.92545800000016ms
37281
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:29.182Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 56.04608300000018ms
37282
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:29.182Z - Time taken for 'createMetadata' 0.04754099999991013ms
37283
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:29.182Z - Time taken for 'serialize graph' 4.078500000000076ms
37284
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:29.182Z - Time taken for 'write cache' 26.60579100000041ms
37285
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:29.229Z - Done responding to the client project-graph
37286
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:29.229Z - Handled json message REQUEST_PROJECT_GRAPH. Handling time: 1041. Response time: 48.
37287
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:29.229Z - [Messenger] Received message, length: 895680
37288
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:29.238Z - [Messenger] Sending message type: GET_CONTEXT_FILE_DATA
37289
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:29.238Z - [Messenger] Message sent
37290
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:29.238Z - Received raw message of length 32
37291
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:29.238Z - Received json message of type GET_CONTEXT_FILE_DATA
37292
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:29.241Z - Serializing response for GET_CONTEXT_FILE_DATA message in json mode
37293
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:29.242Z - Responding to GET_CONTEXT_FILE_DATA message
37294
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:29.242Z - [REQUEST]: Responding to the client. handleContextFileData
37295
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:29.247Z - Done responding to the client handleContextFileData
37296
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:29.247Z - Handled json message GET_CONTEXT_FILE_DATA. Handling time: 2. Response time: 6.
37297
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:29.247Z - [Messenger] Received message, length: 87219
37298
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:29.414Z - Established a connection. Number of open connections: 2
37299
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:29.414Z - [Messenger] Setting up socket listeners
37300
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:29.414Z - [Messenger] listen() complete
37301
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:29.414Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
37302
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:29.414Z - [Messenger] Message sent
37303
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:29.415Z - Established a connection. Number of open connections: 3
37304
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:29.416Z - Closed a connection. Number of open connections: 2
37305
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:29.416Z - Received raw message of length 42
37306
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:29.416Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
37307
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=3
37308
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/table/table.component.ts
37309
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/navigation/shipping-mode-switch/shipping-mode-switch.component.spec.ts
37310
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/navigation/shipping-mode-switch/shipping-mode-switch.component.ts
37311
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=3
37312
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/table/table.component.ts
37313
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/navigation/shipping-mode-switch/shipping-mode-switch.component.spec.ts
37314
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/navigation/shipping-mode-switch/shipping-mode-switch.component.ts
37315
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:30.905Z - [WATCHER]: 3 file(s) created or restored, 0 file(s) modified, 0 file(s) deleted
37316
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:30.906Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 3 events: create:libs/africanies-ui/src/lib/table/table.component.ts, create:libs/africanies-ui/src/lib/navigation/shipping-mode-switch/shipping-mode-switch.component.spec.ts, create:libs/africanies-ui/src/lib/navigation/shipping-mode-switch/shipping-mode-switch.component.ts
37317
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:30.907Z - [WATCHER]: File changes detected:
37318
+ Created:
37319
+ - libs/africanies-ui/src/lib/table/table.component.ts
37320
+ - libs/africanies-ui/src/lib/navigation/shipping-mode-switch/shipping-mode-switch.component.spec.ts
37321
+ - libs/africanies-ui/src/lib/navigation/shipping-mode-switch/shipping-mode-switch.component.ts
37322
+ Updated:
37323
+ (none)
37324
+ Deleted:
37325
+ (none)
37326
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:30.911Z - [SYNC]: clearing sync generators cache due to file changes
37327
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:30.912Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
37328
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:30.912Z - [REQUEST]: libs/africanies-ui/src/lib/table/table.component.ts,libs/africanies-ui/src/lib/navigation/shipping-mode-switch/shipping-mode-switch.component.spec.ts,libs/africanies-ui/src/lib/navigation/shipping-mode-switch/shipping-mode-switch.component.ts
37329
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:30.912Z - [REQUEST]:
37330
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
37331
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 98459, socket: /private/tmp/plugin98085-3-4553.965875.sock)
37332
+ [plugin-client] restarting worker for "nx/core/package-json"
37333
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 98460, socket: /private/tmp/plugin98085-4-4556.012375.sock)
37334
+ [plugin-client] restarting worker for "nx/core/project-json"
37335
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 98461, socket: /private/tmp/plugin98085-5-4557.367667.sock)
37336
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:30.919Z - Time taken for 'hash changed files from watcher' 3.2380000000002838ms
37337
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:30.920Z - [WATCHER]: Processing file changes in outputs
37338
+ [plugin-worker] "nx/core/package-json" (pid: 98460) listening on /private/tmp/plugin98085-4-4556.012375.sock
37339
+ [plugin-worker] "nx/core/project-json" (pid: 98461) listening on /private/tmp/plugin98085-5-4557.367667.sock
37340
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 98459) listening on /private/tmp/plugin98085-3-4553.965875.sock
37341
+ Time taken for 'plugin worker 98459 code loading' 434.498292ms
37342
+ Time taken for 'plugin worker 98461 code loading' 434.18520800000005ms
37343
+ Time taken for 'plugin worker 98460 code loading' 434.503875ms
37344
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 98461)
37345
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 98459)
37346
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 98460)
37347
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:31.491Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 576.8003749999998ms
37348
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:31.491Z - Time taken for 'start-plugin-worker:nx/core/package-json' 574.5274579999996ms
37349
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:31.491Z - Time taken for 'start-plugin-worker:nx/core/project-json' 572.823042ms
37350
+ [plugin-worker] "nx/core/project-json" (pid: 98461) connected
37351
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 98459) connected
37352
+ [plugin-worker] "nx/core/package-json" (pid: 98460) connected
37353
+ [plugin-worker] "nx/core/project-json" (pid: 98461) loaded successfully
37354
+ [plugin-worker] "nx/core/package-json" (pid: 98460) loaded successfully
37355
+ Time taken for 'nx/core/project-json:createNodes' 2.229250000000036ms
37356
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
37357
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 98459) loaded successfully
37358
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
37359
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 10.232875000000035ms
37360
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:31.538Z - Time taken for 'build-project-configs' 616.1237500000007ms
37361
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:31.539Z - Time taken for 'createNodes:merge' 3.5718750000005457ms
37362
+ Time taken for 'build typescript dependencies' 15.181708999999955ms
37363
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
37364
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:31.581Z - [SYNC]: collect registered sync generators
37365
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:31.581Z - [SYNC]: project graph hash is the same, not collecting task sync generators
37366
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:31.581Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
37367
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:31.588Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
37368
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:31.588Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
37369
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:31.593Z - Responding to PROJECT_GRAPH_UPDATED message
37370
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:31.593Z - [REQUEST]: Responding to the client. Project graph updated
37371
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:31.594Z - Time taken for 'total execution time for createProjectGraph()' 46.350000000000364ms
37372
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:31.595Z - Time taken for 'createDependencies' 40.782624999999825ms
37373
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:31.595Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 40.67729200000031ms
37374
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:31.595Z - Time taken for 'createMetadata' 0.007332999999562162ms
37375
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:31.595Z - Time taken for 'serialize graph' 3.119666999999936ms
37376
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:31.595Z - Time taken for 'write cache' 6.747792000000118ms
37377
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:31.612Z - Done responding to the client Project graph updated
37378
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:31.613Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 7. Response time: 25.
37379
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:31.615Z - [Messenger] Received message, length: 895673
37380
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:32.629Z - Established a connection. Number of open connections: 3
37381
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:32.631Z - [Messenger] Sending message type: GET_CONTEXT_FILE_DATA
37382
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:32.631Z - [Messenger] Message sent
37383
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:32.631Z - Closed a connection. Number of open connections: 2
37384
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:32.631Z - Received raw message of length 32
37385
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:32.631Z - Received json message of type GET_CONTEXT_FILE_DATA
37386
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:32.632Z - Serializing response for GET_CONTEXT_FILE_DATA message in json mode
37387
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:32.632Z - Responding to GET_CONTEXT_FILE_DATA message
37388
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:32.633Z - [REQUEST]: Responding to the client. handleContextFileData
37389
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:32.633Z - Done responding to the client handleContextFileData
37390
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:32.633Z - Handled json message GET_CONTEXT_FILE_DATA. Handling time: 1. Response time: 1.
37391
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:32.633Z - [Messenger] Received message, length: 87216
37392
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:32.653Z - [ProjectGraphListener] Socket closed, triggering reconnection
37393
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:32.653Z - Closed a connection. Number of open connections: 1
37394
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:32.654Z - Established a connection. Number of open connections: 2
37395
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:32.654Z - [Messenger] Setting up socket listeners
37396
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:32.654Z - [Messenger] listen() complete
37397
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:32.654Z - Established a connection. Number of open connections: 3
37398
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:32.654Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
37399
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:32.654Z - Closed a connection. Number of open connections: 2
37400
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:32.654Z - [Messenger] Message sent
37401
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:32.655Z - Received raw message of length 42
37402
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:32.655Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
37403
+ Fetching nx...
37404
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:34.440Z - [LATEST-NX]: Successfully pulled latest Nx to /private/tmp/tmp-98085-1rIwMqteUrRp
37405
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:34.442Z - [NX-CONSOLE]: Using local implementation (NX_USE_LOCAL=true or inner call)
37406
+ DEBUG nx::native::ide::preferences: Loaded console preferences: NxConsolePreferences { auto_install_console: Some(true), path: "/Users/ikechukwukalu/.config/nx/ide.json" }
37407
+ DEBUG nx::native::ide::install: Detected editor: Unknown
37408
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:34.452Z - [NX-CONSOLE]: Console status check completed, shouldPrompt: false
37409
+ DEBUG nx::native::ide::install: Editor command 'code' is installed
37410
+ DEBUG nx::native::ide::install: Editor command 'code-insiders' not found
37411
+ DEBUG nx::native::ide::install: Checking if Nx Console extension is installed with: code --list-extensions
37412
+ DEBUG nx::native::ide::install: Command failed with status: ExitStatus(unix_wait_status(256))
37413
+ DEBUG nx::native::ide::install: Editor command 'cursor' not found
37414
+ DEBUG nx::native::ide::install: Checking if Nx Console extension is installed with: cursor --list-extensions
37415
+ DEBUG nx::native::ide::install: Command 'cursor' not found, cannot check extension status
37416
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:34.721Z - [AI-AGENTS]: Agent configuration status computation completed: 0 fully configured, 0 outdated, 0 partially configured, 5 non-configured
37417
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:54.490Z - [Server] lock file hash changed! old=2717871061533294378, new=7136020412231254431
37418
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:54.490Z - [Server] Daemon outdated: LOCK_FILES_CHANGED
37419
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:54.490Z - [Server] Restarting daemon...
37420
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:54.491Z - Restarting daemon with script: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/daemon/server/start.js
37421
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:54.491Z - Old daemon __dirname: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/daemon/server
37422
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:54.491Z - Current process.execPath: /Users/ikechukwukalu/.nvm/versions/node/v24.20.0/bin/node
37423
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:54.492Z - Started new daemon process in background
37424
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:54.492Z - Closed a connection. Number of open connections: 1
37425
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:54.492Z - Closed a connection. Number of open connections: 0
37426
+ DEBUG nx::native::watch::watcher: watching stopped origin=/Applications/AngularJS/angular-web-sdk
37427
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:54.492Z - [WATCHER]: Stopping the watcher for /Applications/AngularJS/angular-web-sdk (sources)
37428
+ DEBUG nx::native::watch::watcher: watching stopped origin=/Applications/AngularJS/angular-web-sdk
37429
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:54.492Z - [WATCHER]: Stopping the watcher for /Applications/AngularJS/angular-web-sdk (outputs)
37430
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:54.492Z - [LATEST-NX]: Cleaning up latest Nx installation from /private/tmp/tmp-98085-1rIwMqteUrRp
37431
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:54.492Z - Server stopped because: "LOCK_FILES_CHANGED"
37432
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:54.494Z - [ProjectGraphListener] Socket closed, triggering reconnection
37433
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:54.494Z - [ProjectGraphListener] Starting reconnection for 1 callbacks
37434
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:54.494Z - [Client] Waiting for server (max: 6000 attempts, 10ms interval)
37435
+ DEBUG nx::native::watch::watcher: watching started origin=/Applications/AngularJS/angular-web-sdk
37436
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:54.804Z - [WATCHER]: Subscribed to changes within: /Applications/AngularJS/angular-web-sdk (native)
37437
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:54.810Z - New daemon starting from: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/daemon/server/server.js
37438
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:54.810Z - New daemon __dirname: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/daemon/server
37439
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:54.810Z - New daemon nxVersion: 23.1.1
37440
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:54.811Z - New daemon getInstalledNxVersion(): 23.1.1
37441
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:54.813Z - Time taken for 'workspace context init' 0.43608299999999645ms
37442
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:54.819Z - [Server] Starting outdated check interval (20ms)
37443
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:54.821Z - Started listening on: /private/tmp/fbd001ae0b8de09205b9/d.sock
37444
+ DEBUG nx::native::watch::watcher: watching started origin=/Applications/AngularJS/angular-web-sdk
37445
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:54.827Z - [LATEST-NX]: Pulling latest Nx...
37446
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:54.829Z - [Client] Server available
37447
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:54.830Z - [Messenger] Setting up socket listeners
37448
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:54.830Z - [Messenger] listen() complete
37449
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:54.830Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
37450
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:54.831Z - [Messenger] Message sent
37451
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:54.831Z - [ProjectGraphListener] Reconnected successfully
37452
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:54.833Z - [AI-AGENTS]: Starting agent configuration status computation
37453
+ [isolated-plugin] spawned worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 99172, socket: /private/tmp/plugin99151-0-334.386834.sock)
37454
+ [isolated-plugin] spawned worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 99173, socket: /private/tmp/plugin99151-1-520.567959.sock)
37455
+ [isolated-plugin] spawned worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 99174, socket: /private/tmp/plugin99151-2-522.388167.sock)
37456
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.023Z - Time taken for 'hash changed files from watcher' 0.015083000000004176ms
37457
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.023Z - Time taken for 'loadSpecifiedNxPlugins' 195.84229200000004ms
37458
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.024Z - Established a connection. Number of open connections: 1
37459
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.024Z - Established a connection. Number of open connections: 2
37460
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.025Z - Closed a connection. Number of open connections: 1
37461
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.025Z - Received raw message of length 42
37462
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.025Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
37463
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 99173) listening on /private/tmp/plugin99151-1-520.567959.sock
37464
+ Time taken for 'plugin worker 99173 code loading' 275.09087500000004ms
37465
+ [isolated-plugin] connected to worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 99173)
37466
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.367Z - Time taken for 'start-plugin-worker:/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json' 346.60299999999995ms
37467
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 99173) connected
37468
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 99173) loaded successfully
37469
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.378Z - Time taken for 'Load Nx Plugin: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json' 551.4266660000001ms
37470
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 99172) listening on /private/tmp/plugin99151-0-334.386834.sock
37471
+ Time taken for 'plugin worker 99172 code loading' 278.630875ms
37472
+ [isolated-plugin] connected to worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 99172)
37473
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.401Z - Time taken for 'start-plugin-worker:/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js' 567.143167ms
37474
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 99172) connected
37475
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 99174) listening on /private/tmp/plugin99151-2-522.388167.sock
37476
+ Time taken for 'plugin worker 99174 code loading' 276.914916ms
37477
+ [isolated-plugin] connected to worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 99174)
37478
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.413Z - Time taken for 'start-plugin-worker:/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json' 391.46975ms
37479
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 99172) loaded successfully
37480
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.414Z - Time taken for 'Load Nx Plugin: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js' 588.333042ms
37481
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 99174) connected
37482
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 99174) loaded successfully
37483
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.419Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
37484
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.419Z - [REQUEST]:
37485
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.419Z - [REQUEST]:
37486
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.423Z - Time taken for 'loadDefaultNxPlugins' 593.0667920000001ms
37487
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.423Z - Time taken for 'Load Nx Plugin: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json' 592.160834ms
37488
+ Time taken for 'nx/core/project-json:createNodes' 2.072917000000018ms
37489
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
37490
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 7.650374999999997ms
37491
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
37492
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.464Z - Time taken for 'build-project-configs' 25.012749999999983ms
37493
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.464Z - Time taken for 'createNodes:merge' 9.451333999999974ms
37494
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.464Z - Time taken for 'native-file-deps' 0.005499999999983629ms
37495
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.464Z - Time taken for 'get-workspace-files' 1.4032920000000786ms
37496
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.464Z - Time taken for 'read cache' 0.983333000000016ms
37497
+ Time taken for 'build typescript dependencies' 20.53525000000002ms
37498
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
37499
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.502Z - [SYNC]: collect registered sync generators
37500
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.511Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
37501
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.511Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
37502
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.514Z - Responding to PROJECT_GRAPH_UPDATED message
37503
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.515Z - [REQUEST]: Responding to the client. Project graph updated
37504
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.515Z - Time taken for 'total execution time for createProjectGraph()' 43.11920800000007ms
37505
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.515Z - Time taken for 'createDependencies' 35.493334000000004ms
37506
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.515Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 35.327042000000006ms
37507
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.515Z - Time taken for 'createMetadata' 0.015541999999982181ms
37508
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.515Z - Time taken for 'serialize graph' 1.8060830000000578ms
37509
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.515Z - Time taken for 'write cache' 9.224459000000024ms
37510
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.524Z - Done responding to the client Project graph updated
37511
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.524Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 9. Response time: 13.
37512
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:55.525Z - [Messenger] Received message, length: 895673
37513
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.605Z - Established a connection. Number of open connections: 2
37514
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.606Z - Closed a connection. Number of open connections: 1
37515
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.607Z - Established a connection. Number of open connections: 2
37516
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.607Z - Closed a connection. Number of open connections: 1
37517
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.607Z - Established a connection. Number of open connections: 2
37518
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:55.607Z - [Messenger] Setting up socket listeners
37519
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:55.608Z - [Messenger] listen() complete
37520
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:55.619Z - [Messenger] Sending message type: GET_NX_CONSOLE_STATUS
37521
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:55.619Z - [Messenger] Message sent
37522
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.623Z - Received raw message of length 4898
37523
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.623Z - Received json message of type GET_NX_CONSOLE_STATUS
37524
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.623Z - Graph recompute necessary due to env variable refresh. Changed keys: MXC_BIN_DIR, COPILOT_OTEL_FILE_EXPORTER_PATH, PHP_INI_SCAN_DIR, ELECTRON_NO_ASAR, ELECTRON_RUN_AS_NODE, PATH, PWD, MACH_PORT_RENDEZVOUS_PEER_VALDATION, XPC_SERVICE_NAME, NX_WORKSPACE_ROOT_PATH, APPLICATION_INSIGHTS_NO_STATSBEAT, CI, DEBUG, DATA_CLOUD_CURR_IDE_NAME, TERM_PROGRAM, NODE, INIT_CWD, TERM, TERM_PROGRAM_VERSION, ZDOTDIR, COLOR, GIT_AUTHOR_DATE, COPILOT_DEBUG_NONCE, GIT_EDITOR, GIT_NO_REPLACE_OBJECTS, GIT_INDEX_FILE, GIT_AUTHOR_NAME, GIT_PREFIX, USER_ZDOTDIR, EDITOR, LANG, PYTHONSTARTUP, NODE_PATH, PYTHON_BASIC_REPL, GIT_SSH_COMMAND, GIT_ASKPASS, GIT_AUTHOR_EMAIL, GIT_EXEC_PATH, COLORTERM, NX_CLI_SET
37525
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.624Z - Serializing response for GET_NX_CONSOLE_STATUS message in json mode
37526
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.624Z - Responding to GET_NX_CONSOLE_STATUS message
37527
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.624Z - [REQUEST]: Responding to the client. handleGetNxConsoleStatus
37528
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.624Z - Done responding to the client handleGetNxConsoleStatus
37529
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.624Z - Handled json message GET_NX_CONSOLE_STATUS. Handling time: 0. Response time: 0.
37530
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:55.624Z - [Messenger] Received message, length: 22
37531
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:55.672Z - [Messenger] Sending message type: REQUEST_PROJECT_GRAPH
37532
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:55.672Z - [Messenger] Message sent
37533
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.672Z - Received raw message of length 32
37534
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.672Z - Received json message of type REQUEST_PROJECT_GRAPH
37535
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.672Z - [REQUEST]: Client Request for Project Graph Received
37536
+ DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=64.958209ms
37537
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.738Z - No in-memory cached project graph found. Recomputing it...
37538
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.738Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
37539
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.738Z - [REQUEST]:
37540
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.738Z - [REQUEST]:
37541
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.739Z - Streaming message to client: progress update for topic graph-construction
37542
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
37543
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:55.739Z - [Messenger] Received message, length: 47
37544
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 99235, socket: /private/tmp/plugin99151-3-1240.361209.sock)
37545
+ [plugin-client] restarting worker for "nx/core/package-json"
37546
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 99236, socket: /private/tmp/plugin99151-4-1241.0885.sock)
37547
+ [plugin-client] restarting worker for "nx/core/project-json"
37548
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 99237, socket: /private/tmp/plugin99151-5-1241.588917.sock)
37549
+ [plugin-worker] "nx/core/project-json" (pid: 99237) listening on /private/tmp/plugin99151-5-1241.588917.sock
37550
+ Time taken for 'plugin worker 99237 code loading' 156.941916ms
37551
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 99235) listening on /private/tmp/plugin99151-3-1240.361209.sock
37552
+ Time taken for 'plugin worker 99235 code loading' 163.770833ms
37553
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 99235)
37554
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 99237)
37555
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.958Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 218.40812499999993ms
37556
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.958Z - Time taken for 'start-plugin-worker:nx/core/project-json' 217.3950420000001ms
37557
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 99235) connected
37558
+ [plugin-worker] "nx/core/project-json" (pid: 99237) connected
37559
+ [plugin-worker] "nx/core/project-json" (pid: 99237) loaded successfully
37560
+ [plugin-worker] "nx/core/package-json" (pid: 99236) listening on /private/tmp/plugin99151-4-1241.0885.sock
37561
+ Time taken for 'plugin worker 99236 code loading' 168.304167ms
37562
+ Time taken for 'nx/core/project-json:createNodes' 0.5015410000000031ms
37563
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 99235) loaded successfully
37564
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
37565
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.964Z - Streaming message to client: progress update for topic graph-construction
37566
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:55.964Z - [Messenger] Received message, length: 153
37567
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 99236)
37568
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.970Z - Time taken for 'start-plugin-worker:nx/core/package-json' 229.8042499999999ms
37569
+ [plugin-worker] "nx/core/package-json" (pid: 99236) connected
37570
+ [plugin-worker] "nx/core/package-json" (pid: 99236) loaded successfully
37571
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 10.747417000000013ms
37572
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.979Z - Streaming message to client: progress update for topic graph-construction
37573
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:55.980Z - [Messenger] Received message, length: 101
37574
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
37575
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.984Z - Streaming message to client: progress update for topic graph-construction
37576
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:55.984Z - [Messenger] Received message, length: 47
37577
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.991Z - Streaming message to client: progress update for topic graph-construction
37578
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:55.991Z - [Messenger] Received message, length: 47
37579
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.992Z - Time taken for 'build-project-configs' 247.43766600000004ms
37580
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:55.992Z - Time taken for 'createNodes:merge' 2.227958999999828ms
37581
+ Time taken for 'build typescript dependencies' 0.08087500000002024ms
37582
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
37583
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:56.002Z - Streaming message to client: progress update for topic graph-construction
37584
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:56.002Z - [Messenger] Received message, length: 47
37585
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:56.008Z - [SYNC]: collect registered sync generators
37586
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:56.008Z - [SYNC]: project graph hash is the same, not collecting task sync generators
37587
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:56.008Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
37588
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:56.011Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
37589
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:56.012Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
37590
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:56.013Z - Responding to PROJECT_GRAPH_UPDATED message
37591
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:56.013Z - [REQUEST]: Responding to the client. Project graph updated
37592
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:56.014Z - Serializing response for REQUEST_PROJECT_GRAPH message in json mode
37593
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:56.014Z - Responding to REQUEST_PROJECT_GRAPH message
37594
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:56.014Z - [REQUEST]: Responding to the client. project-graph
37595
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:56.014Z - Time taken for 'total for creating and serializing project graph' 341.2753329999998ms
37596
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:56.014Z - Time taken for 'total execution time for createProjectGraph()' 18.101709000000028ms
37597
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:56.014Z - Time taken for 'createDependencies' 14.560958000000028ms
37598
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:56.014Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 14.319666999999981ms
37599
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:56.014Z - Time taken for 'createMetadata' 0.012749999999869033ms
37600
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:56.014Z - Time taken for 'serialize graph' 1.9708330000000842ms
37601
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:56.014Z - Time taken for 'write cache' 3.4374169999998685ms
37602
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:56.019Z - Done responding to the client project-graph
37603
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:56.019Z - Handled json message REQUEST_PROJECT_GRAPH. Handling time: 342. Response time: 5.
37604
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:56.020Z - Done responding to the client Project graph updated
37605
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:56.020Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 4. Response time: 8.
37606
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:56.020Z - [Messenger] Received message, length: 895680
37607
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:56.020Z - [Messenger] Received message, length: 895673
37608
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:56.024Z - [Messenger] Sending message type: PRE_TASKS_EXECUTION
37609
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:56.024Z - [Messenger] Message sent
37610
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:56.024Z - Received raw message of length 2087
37611
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:56.025Z - Received json message of type PRE_TASKS_EXECUTION
37612
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:56.025Z - Serializing response for PRE_TASKS_EXECUTION message in json mode
37613
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:56.025Z - Responding to PRE_TASKS_EXECUTION message
37614
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:56.025Z - [REQUEST]: Responding to the client. handleRunPreTasksExecution
37615
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:56.025Z - Done responding to the client handleRunPreTasksExecution
37616
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:56.025Z - Handled json message PRE_TASKS_EXECUTION. Handling time: 0. Response time: 0.
37617
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:56.025Z - [Messenger] Received message, length: 2
37618
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:56.025Z - Time taken for 'preTasksExecution' 0.559624999999869ms
37619
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:56.050Z - [Messenger] Sending message type: HASH_TASKS
37620
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:56.051Z - [Messenger] Message sent
37621
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:56.052Z - Received raw message of length 44522
37622
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:56.052Z - Received json message of type HASH_TASKS
37623
+ DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=59.583917ms
37624
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:56.112Z - Reusing in-memory cached project graph because no files changed.
37625
+ DEBUG nx::native::tasks::hash_planner: get_plans_internal COMPLETED in 8.827667ms - processed 6 tasks (setup: 5.949792ms, parallel_planning: 2.866458ms, pool: 1031 unique instructions)
37626
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "8520130568453209191" (".gitignore") to hash
37627
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "2425668806101952406" ("nx.json") to hash
37628
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Hash Value: "17385814077483807182"
37629
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "6605332246132408965" ("eslint.config.mjs") to hash
37630
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Hash Value: "17732202739991855709"
37631
+ DEBUG nx::native::tasks::task_hasher: hash_plans COMPLETED in 9.230666ms - processed 6 plans (setup: 506.5µs, hashing: 8.7225ms, assembly: 4.718459ms)
37632
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:56.141Z - Serializing response for HASH_TASKS message in json mode
37633
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:56.142Z - Responding to HASH_TASKS message
37634
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:56.142Z - [REQUEST]: Responding to the client. handleHashTasks
37635
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:56.143Z - Done responding to the client handleHashTasks
37636
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:56.144Z - Handled json message HASH_TASKS. Handling time: 89. Response time: 3.
37637
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:56.144Z - [Messenger] Received message, length: 288902
37638
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:56.256Z - [Messenger] Sending message type: GET_ESTIMATED_TASK_TIMINGS
37639
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:56.256Z - [Messenger] Message sent
37640
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:56.256Z - Received raw message of length 330
37641
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:56.256Z - Received json message of type GET_ESTIMATED_TASK_TIMINGS
37642
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:56.261Z - Serializing response for GET_ESTIMATED_TASK_TIMINGS message in json mode
37643
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:56.261Z - Responding to GET_ESTIMATED_TASK_TIMINGS message
37644
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:56.261Z - [REQUEST]: Responding to the client. handleGetEstimatedTaskTimings
37645
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:56.261Z - Done responding to the client handleGetEstimatedTaskTimings
37646
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:56.261Z - Handled json message GET_ESTIMATED_TASK_TIMINGS. Handling time: 5. Response time: 0.
37647
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:56.261Z - [Messenger] Received message, length: 208
37648
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:57.030Z - Established a connection. Number of open connections: 3
37649
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:57.031Z - [Messenger] Setting up socket listeners
37650
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:57.031Z - [Messenger] listen() complete
37651
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:57.031Z - Established a connection. Number of open connections: 4
37652
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:57.031Z - Closed a connection. Number of open connections: 3
37653
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:57.031Z - Established a connection. Number of open connections: 4
37654
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:57.031Z - Closed a connection. Number of open connections: 3
37655
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:57.031Z - [Messenger] Sending message type: GET_CONTEXT_FILE_DATA
37656
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:57.032Z - [Messenger] Message sent
37657
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:57.032Z - Received raw message of length 32
37658
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:57.032Z - Received json message of type GET_CONTEXT_FILE_DATA
37659
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:57.032Z - Serializing response for GET_CONTEXT_FILE_DATA message in json mode
37660
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:57.033Z - Responding to GET_CONTEXT_FILE_DATA message
37661
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:57.033Z - [REQUEST]: Responding to the client. handleContextFileData
37662
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:57.033Z - Done responding to the client handleContextFileData
37663
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:57.033Z - Handled json message GET_CONTEXT_FILE_DATA. Handling time: 0. Response time: 1.
37664
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:57.033Z - [Messenger] Received message, length: 87216
37665
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:57.056Z - Closed a connection. Number of open connections: 2
37666
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:57.060Z - [Messenger] Setting up socket listeners
37667
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:57.060Z - Established a connection. Number of open connections: 3
37668
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:57.060Z - [Messenger] listen() complete
37669
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:57.060Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
37670
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:57.060Z - [Messenger] Message sent
37671
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:57.060Z - Established a connection. Number of open connections: 4
37672
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:57.060Z - Closed a connection. Number of open connections: 3
37673
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:57.060Z - Received raw message of length 42
37674
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:57.060Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
37675
+ Fetching nx...
37676
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:59.871Z - [Messenger] Sending message type: RECORD_TASK_RUNS
37677
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:59.871Z - [Messenger] Message sent
37678
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:59.872Z - Received raw message of length 1175
37679
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:59.872Z - Received json message of type RECORD_TASK_RUNS
37680
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:59.880Z - Serializing response for RECORD_TASK_RUNS message in json mode
37681
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:59.881Z - Responding to RECORD_TASK_RUNS message
37682
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:59.881Z - [REQUEST]: Responding to the client. handleRecordTaskRuns
37683
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:59.881Z - Done responding to the client handleRecordTaskRuns
37684
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:59.881Z - Handled json message RECORD_TASK_RUNS. Handling time: 8. Response time: 1.
37685
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:59.881Z - [Messenger] Received message, length: 4
37686
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:59.881Z - [Messenger] Sending message type: GET_FLAKY_TASKS
37687
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:59.881Z - [Messenger] Message sent
37688
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:59.881Z - Received raw message of length 171
37689
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:59.881Z - Received json message of type GET_FLAKY_TASKS
37690
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:59.882Z - Serializing response for GET_FLAKY_TASKS message in json mode
37691
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:59.882Z - Responding to GET_FLAKY_TASKS message
37692
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:59.882Z - [REQUEST]: Responding to the client. handleGetFlakyTasks
37693
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:59.882Z - Done responding to the client handleGetFlakyTasks
37694
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:59.882Z - Handled json message GET_FLAKY_TASKS. Handling time: 1. Response time: 0.
37695
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:59.882Z - [Messenger] Received message, length: 2
37696
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:59.883Z - [Messenger] Sending message type: GET_CONFIGURE_AI_AGENTS_STATUS
37697
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:59.883Z - [Messenger] Message sent
37698
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:59.883Z - Established a connection. Number of open connections: 4
37699
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:59.883Z - Received raw message of length 41
37700
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:59.883Z - Received json message of type GET_CONFIGURE_AI_AGENTS_STATUS
37701
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:59.883Z - Serializing response for GET_CONFIGURE_AI_AGENTS_STATUS message in json mode
37702
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:59.883Z - Responding to GET_CONFIGURE_AI_AGENTS_STATUS message
37703
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:59.883Z - [REQUEST]: Responding to the client. handleGetConfigureAiAgentsStatus
37704
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:59.883Z - Done responding to the client handleGetConfigureAiAgentsStatus
37705
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:59.883Z - Handled json message GET_CONFIGURE_AI_AGENTS_STATUS. Handling time: 0. Response time: 0.
37706
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:59.883Z - Closed a connection. Number of open connections: 3
37707
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:59.883Z - [Messenger] Received message, length: 104
37708
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:59.887Z - [Messenger] Sending message type: POST_TASKS_EXECUTION
37709
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:59.889Z - [Messenger] Message sent
37710
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:59.896Z - Received raw message of length 321364
37711
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:59.897Z - Received json message of type POST_TASKS_EXECUTION
37712
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:59.898Z - Serializing response for POST_TASKS_EXECUTION message in json mode
37713
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:59.898Z - Responding to POST_TASKS_EXECUTION message
37714
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:59.898Z - [REQUEST]: Responding to the client. handleRunPostTasksExecution
37715
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:59.898Z - Done responding to the client handleRunPostTasksExecution
37716
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:59.898Z - Handled json message POST_TASKS_EXECUTION. Handling time: 0. Response time: 0.
37717
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:59.898Z - Time taken for 'postTasksExecution' 0.20545800000036252ms
37718
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:57:59.898Z - [Messenger] Received message, length: 4
37719
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:57:59.925Z - Closed a connection. Number of open connections: 2
37720
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:00.328Z - [LATEST-NX]: Successfully pulled latest Nx to /private/tmp/tmp-99151-VXV0hg4lMDX4
37721
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:00.329Z - [NX-CONSOLE]: Using local implementation (NX_USE_LOCAL=true or inner call)
37722
+ DEBUG nx::native::ide::preferences: Loaded console preferences: NxConsolePreferences { auto_install_console: Some(true), path: "/Users/ikechukwukalu/.config/nx/ide.json" }
37723
+ DEBUG nx::native::ide::install: Detected editor: VSCode
37724
+ DEBUG nx::native::ide::install: Checking if Nx Console extension is installed with: code --list-extensions
37725
+ DEBUG nx::native::ide::install: Editor command 'code' is installed
37726
+ DEBUG nx::native::ide::install: Editor command 'code-insiders' not found
37727
+ DEBUG nx::native::ide::install: Checking if Nx Console extension is installed with: code --list-extensions
37728
+ DEBUG nx::native::ide::install: Nx Console extension is installed
37729
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:00.909Z - [NX-CONSOLE]: Console status check completed, shouldPrompt: false
37730
+ DEBUG nx::native::ide::install: Nx Console extension is installed
37731
+ DEBUG nx::native::ide::install: Editor command 'cursor' not found
37732
+ DEBUG nx::native::ide::install: Checking if Nx Console extension is installed with: cursor --list-extensions
37733
+ DEBUG nx::native::ide::install: Command 'cursor' not found, cannot check extension status
37734
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:00.978Z - [AI-AGENTS]: Agent configuration status computation completed: 0 fully configured, 0 outdated, 1 partially configured, 4 non-configured
37735
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
37736
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
37737
+ DEBUG nx::native::watch::watcher: [delete] _tmp_982_cc63d05232a18f00e70964c6327d9ac8
37738
+ DEBUG nx::native::watch::watcher: [delete] _tmp_982_cc63d05232a18f00e70964c6327d9ac8
37739
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:38.916Z - [WATCHER]: Processing file changes in outputs
37740
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:38.917Z - [WATCHER]: _tmp_982_cc63d05232a18f00e70964c6327d9ac8 was deleted
37741
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:38.917Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: delete:_tmp_982_cc63d05232a18f00e70964c6327d9ac8
37742
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:38.917Z - [WATCHER]: File changes detected:
37743
+ Created:
37744
+ (none)
37745
+ Updated:
37746
+ (none)
37747
+ Deleted:
37748
+ - _tmp_982_cc63d05232a18f00e70964c6327d9ac8
37749
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:38.923Z - [SYNC]: clearing sync generators cache due to file changes
37750
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:38.925Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
37751
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:38.925Z - [REQUEST]:
37752
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:38.925Z - [REQUEST]: _tmp_982_cc63d05232a18f00e70964c6327d9ac8
37753
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
37754
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 994, socket: /private/tmp/plugin99151-6-44436.017667.sock)
37755
+ [plugin-client] restarting worker for "nx/core/package-json"
37756
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 995, socket: /private/tmp/plugin99151-7-44438.155.sock)
37757
+ [plugin-client] restarting worker for "nx/core/project-json"
37758
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 996, socket: /private/tmp/plugin99151-8-44438.888917.sock)
37759
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:38.938Z - Time taken for 'hash changed files from watcher' 5.128624999997555ms
37760
+ [plugin-worker] "nx/core/project-json" (pid: 996) listening on /private/tmp/plugin99151-8-44438.888917.sock
37761
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 994) listening on /private/tmp/plugin99151-6-44436.017667.sock
37762
+ [plugin-worker] "nx/core/package-json" (pid: 995) listening on /private/tmp/plugin99151-7-44438.155.sock
37763
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 995)
37764
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 996)
37765
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:39.314Z - Time taken for 'start-plugin-worker:nx/core/package-json' 378.04570899999817ms
37766
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:39.314Z - Time taken for 'start-plugin-worker:nx/core/project-json' 377.5297500000015ms
37767
+ Time taken for 'plugin worker 994 code loading' 334.222041ms
37768
+ Time taken for 'plugin worker 995 code loading' 334.162291ms
37769
+ [plugin-worker] "nx/core/package-json" (pid: 995) connected
37770
+ Time taken for 'plugin worker 996 code loading' 333.760083ms
37771
+ [plugin-worker] "nx/core/project-json" (pid: 996) connected
37772
+ [plugin-worker] "nx/core/package-json" (pid: 995) loaded successfully
37773
+ [plugin-worker] "nx/core/project-json" (pid: 996) loaded successfully
37774
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 994)
37775
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:39.320Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 386.18437500000437ms
37776
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 994) connected
37777
+ Time taken for 'nx/core/project-json:createNodes' 2.6299999999999955ms
37778
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
37779
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
37780
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 994) loaded successfully
37781
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 11.304458000000011ms
37782
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:39.375Z - Time taken for 'build-project-configs' 431.4979999999996ms
37783
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:39.375Z - Time taken for 'createNodes:merge' 4.527249999999185ms
37784
+ Time taken for 'build typescript dependencies' 0.09924999999998363ms
37785
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
37786
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:39.392Z - [SYNC]: collect registered sync generators
37787
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:39.392Z - [SYNC]: project graph hash is the same, not collecting task sync generators
37788
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:39.392Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
37789
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:39.400Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
37790
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:39.400Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
37791
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:39.402Z - Responding to PROJECT_GRAPH_UPDATED message
37792
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:39.402Z - [REQUEST]: Responding to the client. Project graph updated
37793
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:39.402Z - Time taken for 'total execution time for createProjectGraph()' 22.453042000001005ms
37794
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:39.402Z - Time taken for 'createDependencies' 16.11295799999789ms
37795
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:39.402Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 16.010833000000275ms
37796
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:39.402Z - Time taken for 'createMetadata' 0.009458000000449829ms
37797
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:39.402Z - Time taken for 'serialize graph' 1.9527500000040163ms
37798
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:39.402Z - Time taken for 'write cache' 7.887541999996756ms
37799
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:39.413Z - Done responding to the client Project graph updated
37800
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:39.413Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 8. Response time: 13.
37801
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:39.415Z - [Messenger] Received message, length: 895673
37802
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:40.425Z - Established a connection. Number of open connections: 3
37803
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:40.425Z - Closed a connection. Number of open connections: 2
37804
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:40.425Z - [Messenger] Sending message type: GET_CONTEXT_FILE_DATA
37805
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:40.425Z - [Messenger] Message sent
37806
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:40.425Z - Received raw message of length 32
37807
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:40.425Z - Received json message of type GET_CONTEXT_FILE_DATA
37808
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:40.427Z - Serializing response for GET_CONTEXT_FILE_DATA message in json mode
37809
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:40.427Z - Responding to GET_CONTEXT_FILE_DATA message
37810
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:40.427Z - [REQUEST]: Responding to the client. handleContextFileData
37811
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:40.427Z - Done responding to the client handleContextFileData
37812
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:40.427Z - Handled json message GET_CONTEXT_FILE_DATA. Handling time: 2. Response time: 0.
37813
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:40.427Z - [Messenger] Received message, length: 87216
37814
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:40.443Z - Closed a connection. Number of open connections: 1
37815
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:40.444Z - [ProjectGraphListener] Socket closed, triggering reconnection
37816
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:40.445Z - Established a connection. Number of open connections: 2
37817
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:40.446Z - [Messenger] Setting up socket listeners
37818
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:40.446Z - Closed a connection. Number of open connections: 1
37819
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:40.446Z - [Messenger] listen() complete
37820
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:40.446Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
37821
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:40.446Z - Established a connection. Number of open connections: 2
37822
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:40.446Z - [Messenger] Message sent
37823
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:40.446Z - Received raw message of length 42
37824
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:40.446Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
37825
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=17
37826
+ DEBUG nx::native::watch::watcher: [update] .husky/_/applypatch-msg
37827
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-checkout
37828
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-applypatch
37829
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-rebase
37830
+ DEBUG nx::native::watch::watcher: [update] .husky/_/commit-msg
37831
+ DEBUG nx::native::watch::watcher: [update] .husky/_/prepare-commit-msg
37832
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-push
37833
+ DEBUG nx::native::watch::watcher: [update] .husky/_/.gitignore
37834
+ DEBUG nx::native::watch::watcher: [update] .husky/_/h
37835
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-rewrite
37836
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-merge-commit
37837
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-commit
37838
+ DEBUG nx::native::watch::watcher: [create] .husky/_/husky.sh
37839
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-commit
37840
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-merge
37841
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-applypatch
37842
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-auto-gc
37843
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:41.378Z - [WATCHER]: Processing file changes in outputs
37844
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.065Z - Established a connection. Number of open connections: 3
37845
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.066Z - Closed a connection. Number of open connections: 2
37846
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.066Z - Established a connection. Number of open connections: 3
37847
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.066Z - Closed a connection. Number of open connections: 2
37848
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.066Z - Established a connection. Number of open connections: 3
37849
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:51.066Z - [Messenger] Setting up socket listeners
37850
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:51.070Z - [Messenger] listen() complete
37851
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:51.079Z - [Messenger] Sending message type: GET_NX_CONSOLE_STATUS
37852
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:51.079Z - [Messenger] Message sent
37853
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.081Z - Received raw message of length 4416
37854
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.081Z - Received json message of type GET_NX_CONSOLE_STATUS
37855
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.082Z - Graph recompute necessary due to env variable refresh. Changed keys: PATH, COLOR, GIT_AUTHOR_DATE, GIT_EDITOR, GIT_NO_REPLACE_OBJECTS, GIT_INDEX_FILE, GIT_AUTHOR_NAME, GIT_PREFIX, EDITOR, GIT_SSH_COMMAND, GIT_AUTHOR_EMAIL, GIT_EXEC_PATH, PNPM_SCRIPT_SRC_DIR
37856
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.082Z - Serializing response for GET_NX_CONSOLE_STATUS message in json mode
37857
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.082Z - Responding to GET_NX_CONSOLE_STATUS message
37858
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.082Z - [REQUEST]: Responding to the client. handleGetNxConsoleStatus
37859
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.082Z - Done responding to the client handleGetNxConsoleStatus
37860
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.082Z - Handled json message GET_NX_CONSOLE_STATUS. Handling time: 0. Response time: 0.
37861
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:51.083Z - [Messenger] Received message, length: 22
37862
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:51.132Z - [Messenger] Sending message type: REQUEST_PROJECT_GRAPH
37863
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:51.132Z - [Messenger] Message sent
37864
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.132Z - Received raw message of length 32
37865
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.132Z - Received json message of type REQUEST_PROJECT_GRAPH
37866
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.132Z - [REQUEST]: Client Request for Project Graph Received
37867
+ DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=65.903625ms
37868
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.200Z - No in-memory cached project graph found. Recomputing it...
37869
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.200Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
37870
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.200Z - [REQUEST]:
37871
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.200Z - [REQUEST]:
37872
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.204Z - Streaming message to client: progress update for topic graph-construction
37873
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:51.204Z - [Messenger] Received message, length: 47
37874
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
37875
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 1458, socket: /private/tmp/plugin99151-9-56706.97375.sock)
37876
+ [plugin-client] restarting worker for "nx/core/package-json"
37877
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 1459, socket: /private/tmp/plugin99151-10-56708.877375.sock)
37878
+ [plugin-client] restarting worker for "nx/core/project-json"
37879
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 1460, socket: /private/tmp/plugin99151-11-56709.696209.sock)
37880
+ [plugin-worker] "nx/core/package-json" (pid: 1459) listening on /private/tmp/plugin99151-10-56708.877375.sock
37881
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 1458) listening on /private/tmp/plugin99151-9-56706.97375.sock
37882
+ Time taken for 'plugin worker 1459 code loading' 239.41287499999999ms
37883
+ Time taken for 'plugin worker 1458 code loading' 242.53404199999997ms
37884
+ [plugin-worker] "nx/core/project-json" (pid: 1460) listening on /private/tmp/plugin99151-11-56709.696209.sock
37885
+ Time taken for 'plugin worker 1460 code loading' 242.935084ms
37886
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 1458)
37887
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 1459)
37888
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 1460)
37889
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.504Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 299.16412500000297ms
37890
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.504Z - Time taken for 'start-plugin-worker:nx/core/package-json' 297.68454100000235ms
37891
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.504Z - Time taken for 'start-plugin-worker:nx/core/project-json' 296.9415829999998ms
37892
+ [plugin-worker] "nx/core/package-json" (pid: 1459) connected
37893
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 1458) connected
37894
+ [plugin-worker] "nx/core/project-json" (pid: 1460) connected
37895
+ [plugin-worker] "nx/core/project-json" (pid: 1460) loaded successfully
37896
+ [plugin-worker] "nx/core/package-json" (pid: 1459) loaded successfully
37897
+ Time taken for 'nx/core/project-json:createNodes' 1.6159590000000321ms
37898
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
37899
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.510Z - Streaming message to client: progress update for topic graph-construction
37900
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:51.510Z - [Messenger] Received message, length: 153
37901
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 1458) loaded successfully
37902
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
37903
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.518Z - Streaming message to client: progress update for topic graph-construction
37904
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:51.518Z - [Messenger] Received message, length: 112
37905
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 6.825041999999996ms
37906
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.523Z - Streaming message to client: progress update for topic graph-construction
37907
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:51.523Z - [Messenger] Received message, length: 47
37908
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.530Z - Streaming message to client: progress update for topic graph-construction
37909
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:51.531Z - [Messenger] Received message, length: 47
37910
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.532Z - Time taken for 'build-project-configs' 322.3367500000022ms
37911
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.532Z - Time taken for 'createNodes:merge' 2.544957999998587ms
37912
+ Time taken for 'build typescript dependencies' 0.0938340000000153ms
37913
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
37914
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.540Z - Streaming message to client: progress update for topic graph-construction
37915
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:51.540Z - [Messenger] Received message, length: 47
37916
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.545Z - [SYNC]: collect registered sync generators
37917
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.545Z - [SYNC]: project graph hash is the same, not collecting task sync generators
37918
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.545Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
37919
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.550Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
37920
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.550Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
37921
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.552Z - Responding to PROJECT_GRAPH_UPDATED message
37922
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.552Z - [REQUEST]: Responding to the client. Project graph updated
37923
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.553Z - Serializing response for REQUEST_PROJECT_GRAPH message in json mode
37924
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.553Z - Responding to REQUEST_PROJECT_GRAPH message
37925
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.553Z - [REQUEST]: Responding to the client. project-graph
37926
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.553Z - Time taken for 'total for creating and serializing project graph' 420.56437500000175ms
37927
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.553Z - Time taken for 'total execution time for createProjectGraph()' 16.46662500000093ms
37928
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.553Z - Time taken for 'createDependencies' 12.36475000000064ms
37929
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.553Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 12.202082999996492ms
37930
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.553Z - Time taken for 'createMetadata' 0.01262499999575084ms
37931
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.553Z - Time taken for 'serialize graph' 1.9069170000002487ms
37932
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.553Z - Time taken for 'write cache' 5.026499999999942ms
37933
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.555Z - Done responding to the client project-graph
37934
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.555Z - Handled json message REQUEST_PROJECT_GRAPH. Handling time: 421. Response time: 2.
37935
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:51.556Z - [Messenger] Received message, length: 895680
37936
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.557Z - Done responding to the client Project graph updated
37937
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.557Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 5. Response time: 7.
37938
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:51.558Z - [Messenger] Received message, length: 895673
37939
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:51.561Z - [Messenger] Sending message type: PRE_TASKS_EXECUTION
37940
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:51.561Z - [Messenger] Message sent
37941
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.561Z - Received raw message of length 2164
37942
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.561Z - Received json message of type PRE_TASKS_EXECUTION
37943
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.561Z - Serializing response for PRE_TASKS_EXECUTION message in json mode
37944
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.561Z - Responding to PRE_TASKS_EXECUTION message
37945
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.561Z - [REQUEST]: Responding to the client. handleRunPreTasksExecution
37946
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.561Z - Done responding to the client handleRunPreTasksExecution
37947
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.561Z - Handled json message PRE_TASKS_EXECUTION. Handling time: 0. Response time: 0.
37948
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:51.561Z - [Messenger] Received message, length: 2
37949
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.561Z - Time taken for 'preTasksExecution' 0.10466699999960838ms
37950
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:51.607Z - [Messenger] Sending message type: HASH_TASKS
37951
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:51.607Z - [Messenger] Message sent
37952
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.612Z - Received raw message of length 40855
37953
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.612Z - Received json message of type HASH_TASKS
37954
+ DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=62.22325ms
37955
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.675Z - Reusing in-memory cached project graph because no files changed.
37956
+ DEBUG nx::native::tasks::hash_planner: get_plans_internal COMPLETED in 10.595875ms - processed 6 tasks (setup: 5.759667ms, parallel_planning: 4.827791ms, pool: 1544 unique instructions)
37957
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "8520130568453209191" (".gitignore") to hash
37958
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "2425668806101952406" ("nx.json") to hash
37959
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Hash Value: "17385814077483807182"
37960
+ DEBUG nx::native::tasks::task_hasher: hash_plans COMPLETED in 14.351ms - processed 6 plans (setup: 450.625µs, hashing: 13.898958ms, assembly: 7.40975ms)
37961
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.711Z - Serializing response for HASH_TASKS message in json mode
37962
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.713Z - Responding to HASH_TASKS message
37963
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.713Z - [REQUEST]: Responding to the client. handleHashTasks
37964
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.714Z - Done responding to the client handleHashTasks
37965
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.714Z - Handled json message HASH_TASKS. Handling time: 99. Response time: 3.
37966
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:51.714Z - [Messenger] Received message, length: 446763
37967
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:51.751Z - [Messenger] Sending message type: GET_ESTIMATED_TASK_TIMINGS
37968
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:51.751Z - [Messenger] Message sent
37969
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.752Z - Received raw message of length 510
37970
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.752Z - Received json message of type GET_ESTIMATED_TASK_TIMINGS
37971
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.764Z - Serializing response for GET_ESTIMATED_TASK_TIMINGS message in json mode
37972
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.764Z - Responding to GET_ESTIMATED_TASK_TIMINGS message
37973
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.764Z - [REQUEST]: Responding to the client. handleGetEstimatedTaskTimings
37974
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.764Z - Done responding to the client handleGetEstimatedTaskTimings
37975
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.764Z - Handled json message GET_ESTIMATED_TASK_TIMINGS. Handling time: 12. Response time: 0.
37976
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:51.764Z - [Messenger] Received message, length: 264
37977
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:51.775Z - [Messenger] Sending message type: OUTPUTS_HASHES_MATCH_BATCH
37978
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:51.775Z - [Messenger] Message sent
37979
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.775Z - Received raw message of length 265
37980
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.775Z - Received json message of type OUTPUTS_HASHES_MATCH_BATCH
37981
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.775Z - Serializing response for OUTPUTS_HASHES_MATCH_BATCH message in json mode
37982
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.775Z - Responding to OUTPUTS_HASHES_MATCH_BATCH message
37983
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.775Z - [REQUEST]: Responding to the client. outputsHashesMatchBatch
37984
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.776Z - Done responding to the client outputsHashesMatchBatch
37985
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.776Z - Handled json message OUTPUTS_HASHES_MATCH_BATCH. Handling time: 0. Response time: 1.
37986
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:51.776Z - [Messenger] Received message, length: 19
37987
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:51.786Z - [Messenger] Sending message type: RECORD_OUTPUTS_HASH_BATCH
37988
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:51.786Z - [Messenger] Message sent
37989
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.786Z - Received raw message of length 264
37990
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.786Z - Received json message of type RECORD_OUTPUTS_HASH_BATCH
37991
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.795Z - Serializing response for RECORD_OUTPUTS_HASH_BATCH message in json mode
37992
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.795Z - Responding to RECORD_OUTPUTS_HASH_BATCH message
37993
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.795Z - [REQUEST]: Responding to the client. recordOutputsHashBatch
37994
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.795Z - Done responding to the client recordOutputsHashBatch
37995
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.795Z - Handled json message RECORD_OUTPUTS_HASH_BATCH. Handling time: 9. Response time: 0.
37996
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:51.795Z - [Messenger] Received message, length: 2
37997
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:51.806Z - [Messenger] Sending message type: OUTPUTS_HASHES_MATCH_BATCH
37998
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:51.806Z - [Messenger] Message sent
37999
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.807Z - Received raw message of length 118
38000
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.807Z - Received json message of type OUTPUTS_HASHES_MATCH_BATCH
38001
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.807Z - Serializing response for OUTPUTS_HASHES_MATCH_BATCH message in json mode
38002
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.807Z - Responding to OUTPUTS_HASHES_MATCH_BATCH message
38003
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.807Z - [REQUEST]: Responding to the client. outputsHashesMatchBatch
38004
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.807Z - Done responding to the client outputsHashesMatchBatch
38005
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.807Z - Handled json message OUTPUTS_HASHES_MATCH_BATCH. Handling time: 0. Response time: 0.
38006
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:51.808Z - [Messenger] Received message, length: 7
38007
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:51.811Z - [Messenger] Sending message type: RECORD_OUTPUTS_HASH_BATCH
38008
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:51.811Z - [Messenger] Message sent
38009
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.811Z - Received raw message of length 117
38010
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.811Z - Received json message of type RECORD_OUTPUTS_HASH_BATCH
38011
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.815Z - Serializing response for RECORD_OUTPUTS_HASH_BATCH message in json mode
38012
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.815Z - Responding to RECORD_OUTPUTS_HASH_BATCH message
38013
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.816Z - [REQUEST]: Responding to the client. recordOutputsHashBatch
38014
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.816Z - Done responding to the client recordOutputsHashBatch
38015
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.817Z - Handled json message RECORD_OUTPUTS_HASH_BATCH. Handling time: 4. Response time: 1.
38016
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:51.817Z - [Messenger] Received message, length: 2
38017
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:51.842Z - [Messenger] Sending message type: OUTPUTS_HASHES_MATCH_BATCH
38018
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:51.843Z - [Messenger] Message sent
38019
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.844Z - Received raw message of length 118
38020
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.844Z - Received json message of type OUTPUTS_HASHES_MATCH_BATCH
38021
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.844Z - Serializing response for OUTPUTS_HASHES_MATCH_BATCH message in json mode
38022
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.845Z - Responding to OUTPUTS_HASHES_MATCH_BATCH message
38023
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.845Z - [REQUEST]: Responding to the client. outputsHashesMatchBatch
38024
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.845Z - Done responding to the client outputsHashesMatchBatch
38025
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.845Z - Handled json message OUTPUTS_HASHES_MATCH_BATCH. Handling time: 0. Response time: 1.
38026
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:51.845Z - [Messenger] Received message, length: 7
38027
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:51.871Z - [Messenger] Sending message type: RECORD_OUTPUTS_HASH_BATCH
38028
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:51.872Z - [Messenger] Message sent
38029
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.874Z - Received raw message of length 117
38030
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.874Z - Received json message of type RECORD_OUTPUTS_HASH_BATCH
38031
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.876Z - Serializing response for RECORD_OUTPUTS_HASH_BATCH message in json mode
38032
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.876Z - Responding to RECORD_OUTPUTS_HASH_BATCH message
38033
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.876Z - [REQUEST]: Responding to the client. recordOutputsHashBatch
38034
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.877Z - Done responding to the client recordOutputsHashBatch
38035
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.877Z - Handled json message RECORD_OUTPUTS_HASH_BATCH. Handling time: 2. Response time: 1.
38036
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:51.877Z - [Messenger] Received message, length: 2
38037
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=5
38038
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-theme/README.md
38039
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/README.md
38040
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-core/README.md
38041
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-storage/README.md
38042
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-models/README.md
38043
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=27
38044
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/types/africanies-africanies-theme.d.ts
38045
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs.map
38046
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-storage/types/africanies-africanies-storage.d.ts
38047
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/package.json
38048
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-core/README.md
38049
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs
38050
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-icons/package.json
38051
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/types/africanies-africanies-core.d.ts
38052
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-theme/README.md
38053
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/types/africanies-africanies-models.d.ts
38054
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-icons/fesm2022/africanies-africanies-icons.mjs.map
38055
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/types/africanies-africanies-icons.d.ts
38056
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-icons/fesm2022/africanies-africanies-icons.mjs
38057
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-storage/fesm2022/africanies-africanies-storage.mjs.map
38058
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-storage/fesm2022/africanies-africanies-storage.mjs
38059
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/README.md
38060
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs
38061
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs.map
38062
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/assets/icons.sprite.svg
38063
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/package.json
38064
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-theme/tailwind-preset.cjs
38065
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/fesm2022/africanies-africanies-models.mjs
38066
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/package.json
38067
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-storage/README.md
38068
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/fesm2022/africanies-africanies-models.mjs.map
38069
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-models/README.md
38070
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-storage/package.json
38071
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.970Z - [WATCHER]: 0 file(s) created or restored, 5 file(s) modified, 0 file(s) deleted
38072
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.970Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 5 events: update:dist/libs/africanies-theme/README.md, update:dist/libs/africanies-icons/README.md, update:dist/libs/africanies-core/README.md, update:dist/libs/africanies-storage/README.md, update:dist/libs/africanies-models/README.md
38073
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.970Z - [WATCHER]: File changes detected:
38074
+ Created:
38075
+ (none)
38076
+ Updated:
38077
+ - dist/libs/africanies-theme/README.md
38078
+ - dist/libs/africanies-icons/README.md
38079
+ - dist/libs/africanies-core/README.md
38080
+ - dist/libs/africanies-storage/README.md
38081
+ - dist/libs/africanies-models/README.md
38082
+ Deleted:
38083
+ (none)
38084
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.971Z - [SYNC]: clearing sync generators cache due to file changes
38085
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.972Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
38086
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.972Z - [REQUEST]: dist/libs/africanies-icons/README.md,dist/libs/africanies-core/README.md,dist/libs/africanies-models/README.md,dist/libs/africanies-theme/README.md,dist/libs/africanies-storage/README.md
38087
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.972Z - [REQUEST]:
38088
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
38089
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 1491, socket: /private/tmp/plugin99151-12-57475.134125.sock)
38090
+ [plugin-client] restarting worker for "nx/core/package-json"
38091
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 1492, socket: /private/tmp/plugin99151-13-57475.687667.sock)
38092
+ [plugin-client] restarting worker for "nx/core/project-json"
38093
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 1494, socket: /private/tmp/plugin99151-14-57476.036292.sock)
38094
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.974Z - Time taken for 'hash changed files from watcher' 1.214124999998603ms
38095
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:51.975Z - [WATCHER]: Processing file changes in outputs
38096
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 1491) listening on /private/tmp/plugin99151-12-57475.134125.sock
38097
+ [plugin-worker] "nx/core/project-json" (pid: 1494) listening on /private/tmp/plugin99151-14-57476.036292.sock
38098
+ Time taken for 'plugin worker 1491 code loading' 200.597916ms
38099
+ Time taken for 'plugin worker 1494 code loading' 198.795208ms
38100
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 1491)
38101
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 1494)
38102
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:52.219Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 246.13141700000415ms
38103
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:52.219Z - Time taken for 'start-plugin-worker:nx/core/project-json' 245.76574999999866ms
38104
+ [plugin-worker] "nx/core/project-json" (pid: 1494) connected
38105
+ [plugin-worker] "nx/core/project-json" (pid: 1494) loaded successfully
38106
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 1491) connected
38107
+ Time taken for 'nx/core/project-json:createNodes' 1.1585000000000036ms
38108
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
38109
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 1491) loaded successfully
38110
+ [plugin-worker] "nx/core/package-json" (pid: 1492) listening on /private/tmp/plugin99151-13-57475.687667.sock
38111
+ Time taken for 'plugin worker 1492 code loading' 224.755042ms
38112
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 1492)
38113
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:52.240Z - Time taken for 'start-plugin-worker:nx/core/package-json' 266.6844579999961ms
38114
+ [plugin-worker] "nx/core/package-json" (pid: 1492) connected
38115
+ [plugin-worker] "nx/core/package-json" (pid: 1492) loaded successfully
38116
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 7.816208999999986ms
38117
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
38118
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:52.287Z - Time taken for 'build-project-configs' 299.90775000000576ms
38119
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:52.287Z - Time taken for 'createNodes:merge' 10.475166999996873ms
38120
+ Time taken for 'build typescript dependencies' 6.189208000000008ms
38121
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
38122
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:52.322Z - [SYNC]: collect registered sync generators
38123
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:52.322Z - [SYNC]: project graph hash is the same, not collecting task sync generators
38124
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:52.322Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
38125
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:52.328Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
38126
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:52.328Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
38127
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:52.330Z - Responding to PROJECT_GRAPH_UPDATED message
38128
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:52.330Z - [REQUEST]: Responding to the client. Project graph updated
38129
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:52.331Z - Time taken for 'total execution time for createProjectGraph()' 43.589208999997936ms
38130
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:52.331Z - Time taken for 'createDependencies' 35.06329099999857ms
38131
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:52.331Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 34.806540999998106ms
38132
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:52.331Z - Time taken for 'createMetadata' 0.010999999998603016ms
38133
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:52.332Z - Time taken for 'serialize graph' 2.1011250000010477ms
38134
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:52.332Z - Time taken for 'write cache' 5.686125000000175ms
38135
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:52.368Z - Done responding to the client Project graph updated
38136
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:52.368Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 6. Response time: 40.
38137
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:52.372Z - [Messenger] Received message, length: 895673
38138
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
38139
+ DEBUG nx::native::watch::watcher: [create] tmp/libs/africanies-ui/build/tsconfig.generated.6c7a9321-0cdb-4232-b38f-922d8794dae1.json
38140
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:53.238Z - [WATCHER]: Processing file changes in outputs
38141
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=9
38142
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/assets/brand/africanies-logo.png
38143
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/assets/brand/africanies-logo-mini.png
38144
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts
38145
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map
38146
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/package.json
38147
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/assets/brand/africanies-logo.svg
38148
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs
38149
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/assets/carriers/dhl.svg
38150
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/README.md
38151
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:53.401Z - [WATCHER]: Processing file changes in outputs
38152
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
38153
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/README.md
38154
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:53.403Z - [WATCHER]: dist/libs/africanies-ui/README.md was deleted
38155
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:53.404Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: delete:dist/libs/africanies-ui/README.md
38156
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:53.404Z - [WATCHER]: File changes detected:
38157
+ Created:
38158
+ (none)
38159
+ Updated:
38160
+ (none)
38161
+ Deleted:
38162
+ - dist/libs/africanies-ui/README.md
38163
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:53.403Z - [Messenger] Sending message type: GET_CONTEXT_FILE_DATA
38164
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:53.406Z - [Messenger] Message sent
38165
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:53.413Z - [SYNC]: clearing sync generators cache due to file changes
38166
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:53.413Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
38167
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:53.413Z - [REQUEST]:
38168
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:53.413Z - [REQUEST]: dist/libs/africanies-ui/README.md
38169
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
38170
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 1509, socket: /private/tmp/plugin99151-15-58925.040542.sock)
38171
+ [plugin-client] restarting worker for "nx/core/package-json"
38172
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 1510, socket: /private/tmp/plugin99151-16-58926.676.sock)
38173
+ [plugin-client] restarting worker for "nx/core/project-json"
38174
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 1511, socket: /private/tmp/plugin99151-17-58928.532292.sock)
38175
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:53.427Z - Established a connection. Number of open connections: 4
38176
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:53.428Z - Time taken for 'hash changed files from watcher' 6.145750000003318ms
38177
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:53.430Z - Received raw message of length 32
38178
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:53.430Z - Received json message of type GET_CONTEXT_FILE_DATA
38179
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:53.431Z - Serializing response for GET_CONTEXT_FILE_DATA message in json mode
38180
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:53.431Z - Responding to GET_CONTEXT_FILE_DATA message
38181
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:53.431Z - [REQUEST]: Responding to the client. handleContextFileData
38182
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:53.431Z - Closed a connection. Number of open connections: 3
38183
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:53.438Z - Done responding to the client handleContextFileData
38184
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:53.438Z - [Messenger] Received message, length: 87605
38185
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:53.438Z - Handled json message GET_CONTEXT_FILE_DATA. Handling time: 1. Response time: 7.
38186
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:53.496Z - [ProjectGraphListener] Socket closed, triggering reconnection
38187
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:53.501Z - Closed a connection. Number of open connections: 2
38188
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:53.511Z - [Messenger] Setting up socket listeners
38189
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:53.511Z - [Messenger] listen() complete
38190
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:53.511Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
38191
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:53.511Z - [Messenger] Message sent
38192
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:53.512Z - Established a connection. Number of open connections: 3
38193
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:53.512Z - Established a connection. Number of open connections: 4
38194
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:53.512Z - Closed a connection. Number of open connections: 3
38195
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:53.512Z - Received raw message of length 42
38196
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:53.512Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
38197
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 1509) listening on /private/tmp/plugin99151-15-58925.040542.sock
38198
+ Time taken for 'plugin worker 1509 code loading' 366.088667ms
38199
+ [plugin-worker] "nx/core/package-json" (pid: 1510) listening on /private/tmp/plugin99151-16-58926.676.sock
38200
+ [plugin-worker] "nx/core/package-json" (pid: 1510) connected
38201
+ Time taken for 'plugin worker 1510 code loading' 369.170666ms
38202
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 1509)
38203
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 1510)
38204
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:53.853Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 430.2289579999997ms
38205
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:53.853Z - Time taken for 'start-plugin-worker:nx/core/package-json' 429.0757500000036ms
38206
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 1509) connected
38207
+ [plugin-worker] "nx/core/project-json" (pid: 1511) listening on /private/tmp/plugin99151-17-58928.532292.sock
38208
+ Time taken for 'plugin worker 1511 code loading' 401.94516600000003ms
38209
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 1509) loaded successfully
38210
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 1511)
38211
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:53.903Z - Time taken for 'start-plugin-worker:nx/core/project-json' 477.0057919999963ms
38212
+ [plugin-worker] "nx/core/project-json" (pid: 1511) connected
38213
+ [plugin-worker] "nx/core/project-json" (pid: 1511) loaded successfully
38214
+ Time taken for 'nx/core/project-json:createNodes' 0.7019999999999982ms
38215
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
38216
+ [plugin-worker] "nx/core/package-json" (pid: 1510) loaded successfully
38217
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 49.563667000000066ms
38218
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
38219
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:53.983Z - Time taken for 'build-project-configs' 553.5117919999975ms
38220
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:53.984Z - Time taken for 'createNodes:merge' 5.398582999994687ms
38221
+ Time taken for 'build typescript dependencies' 0.16583300000002055ms
38222
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
38223
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:54.004Z - [SYNC]: collect registered sync generators
38224
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:54.004Z - [SYNC]: project graph hash is the same, not collecting task sync generators
38225
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:54.004Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
38226
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:54.011Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
38227
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:54.012Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
38228
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:54.014Z - Responding to PROJECT_GRAPH_UPDATED message
38229
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:54.014Z - [REQUEST]: Responding to the client. Project graph updated
38230
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:54.015Z - Time taken for 'total execution time for createProjectGraph()' 24.010082999993756ms
38231
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:54.015Z - Time taken for 'createDependencies' 19.822375000003376ms
38232
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:54.015Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 19.53225000000384ms
38233
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:54.015Z - Time taken for 'createMetadata' 0.01433299999916926ms
38234
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:54.015Z - Time taken for 'serialize graph' 2.9532910000052652ms
38235
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:54.015Z - Time taken for 'write cache' 7.251540999997815ms
38236
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:54.031Z - Done responding to the client Project graph updated
38237
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:54.031Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 8. Response time: 19.
38238
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:54.033Z - [Messenger] Received message, length: 895673
38239
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:55.042Z - [Messenger] Sending message type: GET_CONTEXT_FILE_DATA
38240
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:55.042Z - Established a connection. Number of open connections: 4
38241
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:55.042Z - [Messenger] Message sent
38242
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:55.042Z - Received raw message of length 32
38243
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:55.042Z - Received json message of type GET_CONTEXT_FILE_DATA
38244
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:55.046Z - Serializing response for GET_CONTEXT_FILE_DATA message in json mode
38245
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:55.047Z - Responding to GET_CONTEXT_FILE_DATA message
38246
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:55.047Z - [REQUEST]: Responding to the client. handleContextFileData
38247
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:55.049Z - Closed a connection. Number of open connections: 3
38248
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:55.053Z - Done responding to the client handleContextFileData
38249
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:55.053Z - Handled json message GET_CONTEXT_FILE_DATA. Handling time: 4. Response time: 7.
38250
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:55.053Z - [Messenger] Received message, length: 87605
38251
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:55.079Z - [ProjectGraphListener] Socket closed, triggering reconnection
38252
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:55.079Z - Closed a connection. Number of open connections: 2
38253
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:55.081Z - [Messenger] Setting up socket listeners
38254
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:55.081Z - [Messenger] listen() complete
38255
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:55.081Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
38256
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:55.081Z - [Messenger] Message sent
38257
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:55.081Z - Established a connection. Number of open connections: 3
38258
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:55.081Z - Established a connection. Number of open connections: 4
38259
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:55.081Z - Closed a connection. Number of open connections: 3
38260
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:55.081Z - Received raw message of length 42
38261
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:55.081Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
38262
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
38263
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts
38264
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.164Z - [WATCHER]: Processing file changes in outputs
38265
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=2
38266
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map
38267
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs
38268
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.330Z - [WATCHER]: Processing file changes in outputs
38269
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:57.421Z - [Messenger] Sending message type: RECORD_OUTPUTS_HASH_BATCH
38270
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:57.421Z - [Messenger] Message sent
38271
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.421Z - Received raw message of length 115
38272
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.421Z - Received json message of type RECORD_OUTPUTS_HASH_BATCH
38273
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.426Z - Serializing response for RECORD_OUTPUTS_HASH_BATCH message in json mode
38274
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.426Z - Responding to RECORD_OUTPUTS_HASH_BATCH message
38275
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.426Z - [REQUEST]: Responding to the client. recordOutputsHashBatch
38276
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.426Z - Done responding to the client recordOutputsHashBatch
38277
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.426Z - Handled json message RECORD_OUTPUTS_HASH_BATCH. Handling time: 5. Response time: 0.
38278
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:57.426Z - [Messenger] Received message, length: 2
38279
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:57.432Z - [Messenger] Sending message type: RECORD_TASK_RUNS
38280
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:57.432Z - [Messenger] Message sent
38281
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.432Z - Received raw message of length 1285
38282
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.433Z - Received json message of type RECORD_TASK_RUNS
38283
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.434Z - Serializing response for RECORD_TASK_RUNS message in json mode
38284
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.434Z - Responding to RECORD_TASK_RUNS message
38285
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.434Z - [REQUEST]: Responding to the client. handleRecordTaskRuns
38286
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.434Z - Done responding to the client handleRecordTaskRuns
38287
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.434Z - Handled json message RECORD_TASK_RUNS. Handling time: 1. Response time: 0.
38288
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:57.434Z - [Messenger] Received message, length: 4
38289
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:57.435Z - [Messenger] Sending message type: GET_FLAKY_TASKS
38290
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:57.435Z - [Messenger] Message sent
38291
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.435Z - Received raw message of length 171
38292
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.435Z - Received json message of type GET_FLAKY_TASKS
38293
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.435Z - Serializing response for GET_FLAKY_TASKS message in json mode
38294
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.435Z - Responding to GET_FLAKY_TASKS message
38295
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.435Z - [REQUEST]: Responding to the client. handleGetFlakyTasks
38296
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.435Z - Done responding to the client handleGetFlakyTasks
38297
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.435Z - Handled json message GET_FLAKY_TASKS. Handling time: 0. Response time: 0.
38298
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:57.435Z - [Messenger] Received message, length: 2
38299
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=2
38300
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/README.md
38301
+ DEBUG nx::native::watch::watcher: [update] .nx/cache/14892813664845064572/dist/libs/africanies-ui/README.md
38302
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.533Z - [WATCHER]: 0 file(s) created or restored, 2 file(s) modified, 0 file(s) deleted
38303
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.533Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 2 events: update:dist/libs/africanies-ui/README.md, update:.nx/cache/14892813664845064572/dist/libs/africanies-ui/README.md
38304
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.533Z - [WATCHER]: File changes detected:
38305
+ Created:
38306
+ (none)
38307
+ Updated:
38308
+ - dist/libs/africanies-ui/README.md
38309
+ - .nx/cache/14892813664845064572/dist/libs/africanies-ui/README.md
38310
+ Deleted:
38311
+ (none)
38312
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.534Z - [SYNC]: clearing sync generators cache due to file changes
38313
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.534Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
38314
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.535Z - [REQUEST]: dist/libs/africanies-ui/README.md,.nx/cache/14892813664845064572/dist/libs/africanies-ui/README.md
38315
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.535Z - [REQUEST]:
38316
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=10
38317
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/brand/africanies-logo.png
38318
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/brand/africanies-logo-mini.png
38319
+ DEBUG nx::native::watch::watcher: [delete] tmp/libs/africanies-ui/build/tsconfig.generated.6c7a9321-0cdb-4232-b38f-922d8794dae1.json
38320
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts
38321
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map
38322
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/package.json
38323
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/brand/africanies-logo.svg
38324
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs
38325
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/carriers/dhl.svg
38326
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/README.md
38327
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
38328
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 1572, socket: /private/tmp/plugin99151-18-63038.2825.sock)
38329
+ [plugin-client] restarting worker for "nx/core/package-json"
38330
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 1573, socket: /private/tmp/plugin99151-19-63039.101042.sock)
38331
+ [plugin-client] restarting worker for "nx/core/project-json"
38332
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 1574, socket: /private/tmp/plugin99151-20-63039.525709.sock)
38333
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.537Z - Time taken for 'hash changed files from watcher' 1.5008749999979045ms
38334
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.537Z - [WATCHER]: Processing file changes in outputs
38335
+ [plugin-worker] "nx/core/package-json" (pid: 1573) listening on /private/tmp/plugin99151-19-63039.101042.sock
38336
+ [plugin-worker] "nx/core/project-json" (pid: 1574) listening on /private/tmp/plugin99151-20-63039.525709.sock
38337
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 1572) listening on /private/tmp/plugin99151-18-63038.2825.sock
38338
+ Time taken for 'plugin worker 1574 code loading' 86.746625ms
38339
+ Time taken for 'plugin worker 1573 code loading' 86.409125ms
38340
+ Time taken for 'plugin worker 1572 code loading' 86.740625ms
38341
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 1572)
38342
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 1573)
38343
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 1574)
38344
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.659Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 123.1795839999977ms
38345
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.659Z - Time taken for 'start-plugin-worker:nx/core/package-json' 122.50058400000125ms
38346
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.659Z - Time taken for 'start-plugin-worker:nx/core/project-json' 122.12295799999993ms
38347
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 1572) connected
38348
+ [plugin-worker] "nx/core/project-json" (pid: 1574) connected
38349
+ [plugin-worker] "nx/core/package-json" (pid: 1573) connected
38350
+ [plugin-worker] "nx/core/project-json" (pid: 1574) loaded successfully
38351
+ [plugin-worker] "nx/core/package-json" (pid: 1573) loaded successfully
38352
+ Time taken for 'nx/core/project-json:createNodes' 0.441749999999999ms
38353
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
38354
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 1572) loaded successfully
38355
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
38356
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 5.821167000000003ms
38357
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.679Z - Time taken for 'build-project-configs' 139.03149999999732ms
38358
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.679Z - Time taken for 'createNodes:merge' 1.866874999999709ms
38359
+ Time taken for 'build typescript dependencies' 2.2816660000000013ms
38360
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
38361
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.694Z - [SYNC]: collect registered sync generators
38362
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.694Z - [SYNC]: project graph hash is the same, not collecting task sync generators
38363
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.694Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
38364
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.699Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
38365
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.699Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
38366
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.701Z - Responding to PROJECT_GRAPH_UPDATED message
38367
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.701Z - [REQUEST]: Responding to the client. Project graph updated
38368
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.701Z - Time taken for 'total execution time for createProjectGraph()' 16.70762499999546ms
38369
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.701Z - Time taken for 'createDependencies' 13.77020800000173ms
38370
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.701Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 13.683499999999185ms
38371
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.701Z - Time taken for 'createMetadata' 0.008125000000291038ms
38372
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.701Z - Time taken for 'serialize graph' 1.9928750000035507ms
38373
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.701Z - Time taken for 'write cache' 4.42266699999891ms
38374
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.703Z - Done responding to the client Project graph updated
38375
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:57.703Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 5. Response time: 4.
38376
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:57.704Z - [Messenger] Received message, length: 895673
38377
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:58.711Z - Established a connection. Number of open connections: 4
38378
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:58.711Z - [Messenger] Sending message type: GET_CONTEXT_FILE_DATA
38379
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:58.712Z - [Messenger] Message sent
38380
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:58.712Z - Closed a connection. Number of open connections: 3
38381
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:58.712Z - Received raw message of length 32
38382
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:58.712Z - Received json message of type GET_CONTEXT_FILE_DATA
38383
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:58.714Z - Serializing response for GET_CONTEXT_FILE_DATA message in json mode
38384
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:58.714Z - Responding to GET_CONTEXT_FILE_DATA message
38385
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:58.714Z - [REQUEST]: Responding to the client. handleContextFileData
38386
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:58.715Z - Done responding to the client handleContextFileData
38387
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:58.715Z - Handled json message GET_CONTEXT_FILE_DATA. Handling time: 2. Response time: 1.
38388
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:58.715Z - [Messenger] Received message, length: 87786
38389
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:58.732Z - Closed a connection. Number of open connections: 2
38390
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:58.732Z - [ProjectGraphListener] Socket closed, triggering reconnection
38391
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:58.733Z - [Messenger] Setting up socket listeners
38392
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:58.733Z - Established a connection. Number of open connections: 3
38393
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:58.733Z - [Messenger] listen() complete
38394
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:58.733Z - Established a connection. Number of open connections: 4
38395
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:58.733Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
38396
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:58.734Z - Closed a connection. Number of open connections: 3
38397
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:58.734Z - [Messenger] Message sent
38398
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:58.734Z - Received raw message of length 42
38399
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:58.734Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
38400
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:59.221Z - Established a connection. Number of open connections: 4
38401
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:59.221Z - [Messenger] Sending message type: GET_CONFIGURE_AI_AGENTS_STATUS
38402
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:59.221Z - [Messenger] Message sent
38403
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:59.221Z - Received raw message of length 41
38404
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:59.221Z - Received json message of type GET_CONFIGURE_AI_AGENTS_STATUS
38405
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:59.221Z - [AI-AGENTS]: Returning cached agent configuration status
38406
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:59.221Z - Serializing response for GET_CONFIGURE_AI_AGENTS_STATUS message in json mode
38407
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:59.221Z - Responding to GET_CONFIGURE_AI_AGENTS_STATUS message
38408
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:59.221Z - [REQUEST]: Responding to the client. handleGetConfigureAiAgentsStatus
38409
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:59.221Z - Done responding to the client handleGetConfigureAiAgentsStatus
38410
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:59.221Z - Handled json message GET_CONFIGURE_AI_AGENTS_STATUS. Handling time: 0. Response time: 0.
38411
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:59.221Z - [Messenger] Received message, length: 341
38412
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:59.221Z - Closed a connection. Number of open connections: 3
38413
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:59.221Z - [Messenger] Sending message type: POST_TASKS_EXECUTION
38414
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:59.226Z - [Messenger] Message sent
38415
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:59.228Z - Received raw message of length 464907
38416
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:59.231Z - Received json message of type POST_TASKS_EXECUTION
38417
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:59.232Z - Serializing response for POST_TASKS_EXECUTION message in json mode
38418
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:59.232Z - Responding to POST_TASKS_EXECUTION message
38419
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:59.232Z - [REQUEST]: Responding to the client. handleRunPostTasksExecution
38420
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:59.232Z - Done responding to the client handleRunPostTasksExecution
38421
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:59.232Z - Handled json message POST_TASKS_EXECUTION. Handling time: 1. Response time: 0.
38422
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:59.232Z - Time taken for 'postTasksExecution' 0.3622079999986454ms
38423
+ [NX v23.1.1 Daemon Client] - 2026-09-09T13:58:59.233Z - [Messenger] Received message, length: 4
38424
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:58:59.257Z - Closed a connection. Number of open connections: 2
38425
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=17
38426
+ DEBUG nx::native::watch::watcher: [update] .husky/_/applypatch-msg
38427
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-checkout
38428
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-applypatch
38429
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-rebase
38430
+ DEBUG nx::native::watch::watcher: [update] .husky/_/commit-msg
38431
+ DEBUG nx::native::watch::watcher: [update] .husky/_/prepare-commit-msg
38432
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-push
38433
+ DEBUG nx::native::watch::watcher: [update] .husky/_/.gitignore
38434
+ DEBUG nx::native::watch::watcher: [update] .husky/_/h
38435
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-rewrite
38436
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-merge-commit
38437
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-commit
38438
+ DEBUG nx::native::watch::watcher: [create] .husky/_/husky.sh
38439
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-commit
38440
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-merge
38441
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-applypatch
38442
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-auto-gc
38443
+ [NX v23.1.1 Daemon Server] - 2026-09-09T13:59:09.407Z - [WATCHER]: Processing file changes in outputs