@africanies/angular-web-sdk 0.1.1 → 0.1.3

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 (116) hide show
  1. package/.angular/cache/22.0.9/playground/.tsbuildinfo +1 -1
  2. package/.angular/cache/22.0.9/playground/angular-compiler.db +0 -0
  3. package/.angular/cache/22.0.9/playground/angular-compiler.db-lock +0 -0
  4. package/.github/workflows/deploy-demo.yml +63 -0
  5. package/.nx/cache/12276756491762927325/dist/libs/africanies-theme/README.md +46 -0
  6. package/.nx/cache/12276756491762927325/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs +215 -0
  7. package/.nx/cache/12276756491762927325/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs.map +1 -0
  8. package/.nx/cache/12276756491762927325/dist/libs/africanies-theme/package.json +35 -0
  9. package/.nx/cache/12276756491762927325/dist/libs/africanies-theme/tailwind-preset.cjs +245 -0
  10. package/.nx/cache/12276756491762927325/dist/libs/africanies-theme/types/africanies-africanies-theme.d.ts +157 -0
  11. package/.nx/cache/17491371155400585077/dist/libs/africanies-core/README.md +85 -0
  12. package/.nx/cache/17491371155400585077/dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs +4546 -0
  13. package/.nx/cache/17491371155400585077/dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs.map +1 -0
  14. package/.nx/cache/17491371155400585077/dist/libs/africanies-core/package.json +31 -0
  15. package/.nx/cache/17491371155400585077/dist/libs/africanies-core/types/africanies-africanies-core.d.ts +2740 -0
  16. package/.nx/cache/3314955264390318442/dist/libs/africanies-ui/README.md +68 -0
  17. package/.nx/cache/3314955264390318442/dist/libs/africanies-ui/assets/brand/africanies-logo-mini.png +0 -0
  18. package/.nx/cache/3314955264390318442/dist/libs/africanies-ui/assets/brand/africanies-logo.png +0 -0
  19. package/.nx/cache/3314955264390318442/dist/libs/africanies-ui/assets/brand/africanies-logo.svg +5 -0
  20. package/.nx/cache/3314955264390318442/dist/libs/africanies-ui/assets/carriers/dhl.svg +7 -0
  21. package/.nx/cache/3314955264390318442/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs +19291 -0
  22. package/.nx/cache/3314955264390318442/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map +1 -0
  23. package/.nx/cache/3314955264390318442/dist/libs/africanies-ui/package.json +35 -0
  24. package/.nx/cache/3314955264390318442/dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts +5483 -0
  25. package/.nx/cache/run.json +38 -38
  26. package/.nx/cache/terminalOutputs/12276756491762927325 +21 -0
  27. package/.nx/cache/terminalOutputs/13524438527920092277 +196 -21
  28. package/.nx/cache/terminalOutputs/14153928176747262656 +45 -21
  29. package/.nx/cache/terminalOutputs/14416694322692463866 +108 -21
  30. package/.nx/cache/terminalOutputs/15255861479705594703 +51 -21
  31. package/.nx/cache/terminalOutputs/17491371155400585077 +21 -0
  32. package/.nx/cache/terminalOutputs/18132311043100376919 +315 -21
  33. package/.nx/cache/terminalOutputs/2436781291243085315 +8 -0
  34. package/.nx/cache/terminalOutputs/3017748574492080228 +28 -0
  35. package/.nx/cache/terminalOutputs/3314955264390318442 +21 -0
  36. package/.nx/cache/terminalOutputs/6664915487114632770 +44 -21
  37. package/.nx/cache/terminalOutputs/8648260256613557249 +173 -0
  38. package/.nx/cache/terminalOutputs/8767335728598176888 +37 -0
  39. package/.nx/cache/terminalOutputs/9408529484792607601 +6 -0
  40. package/.nx/cache/terminalOutputs/9739655320223921719 +47 -0
  41. package/.nx/workspace-data/0091ABA9-5C90-580D-953C-8C94E763ADB5-v3.db +0 -0
  42. package/.nx/workspace-data/0091ABA9-5C90-580D-953C-8C94E763ADB5-v3.db-shm +0 -0
  43. package/.nx/workspace-data/0091ABA9-5C90-580D-953C-8C94E763ADB5-v3.db-wal +0 -0
  44. package/.nx/workspace-data/d/daemon.log +3026 -0
  45. package/.nx/workspace-data/d/server-process.json +2 -2
  46. package/.nx/workspace-data/file-map.json +3268 -3262
  47. package/.nx/workspace-data/nx_files.nxt +0 -0
  48. package/.nx/workspace-data/project-graph.json +9 -9
  49. package/.nx/workspace-data/project-graph.lock +0 -0
  50. package/.pnpm-store/v11/index.db +0 -0
  51. package/README.md +13 -1
  52. package/apps/playground/src/app/app.config.ts +28 -3
  53. package/apps/playground/src/app/snippets/action-menu.snippets.ts +1 -0
  54. package/dist/apps/playground/3rdpartylicenses.txt +415 -0
  55. package/dist/apps/playground/browser/assets/africanies-icons/icons.sprite.svg +1844 -0
  56. package/dist/apps/playground/browser/assets/africanies-ui/brand/africanies-logo-mini.png +0 -0
  57. package/dist/apps/playground/browser/assets/africanies-ui/brand/africanies-logo.png +0 -0
  58. package/dist/apps/playground/browser/assets/africanies-ui/brand/africanies-logo.svg +5 -0
  59. package/dist/apps/playground/browser/assets/africanies-ui/carriers/dhl.svg +7 -0
  60. package/dist/apps/playground/browser/chunk--VJ6U9Ev.js +2 -0
  61. package/dist/apps/playground/browser/chunk-B1QVY0hA.js +1 -0
  62. package/dist/apps/playground/browser/chunk-BHI7MG2Y.js +1 -0
  63. package/dist/apps/playground/browser/chunk-BJ5IK8Re.js +1 -0
  64. package/dist/apps/playground/browser/chunk-BOSfyWK2.js +1 -0
  65. package/dist/apps/playground/browser/chunk-BYPboEAg.js +1 -0
  66. package/dist/apps/playground/browser/chunk-BZBRtbFJ.js +1 -0
  67. package/dist/apps/playground/browser/chunk-BdrGkq40.js +1 -0
  68. package/dist/apps/playground/browser/chunk-Bej5a2xR.js +1 -0
  69. package/dist/apps/playground/browser/chunk-Bg3QC1eL.js +1 -0
  70. package/dist/apps/playground/browser/chunk-BsnTz1m5.js +1 -0
  71. package/dist/apps/playground/browser/chunk-C5kLunTi.js +1 -0
  72. package/dist/apps/playground/browser/chunk-C6tu3y81.js +1 -0
  73. package/dist/apps/playground/browser/chunk-C96WSpFp.js +1 -0
  74. package/dist/apps/playground/browser/chunk-CCnOVzbz.js +2 -0
  75. package/dist/apps/playground/browser/chunk-CERmZ9We.js +1 -0
  76. package/dist/apps/playground/browser/chunk-CZBTrY_H.js +68 -0
  77. package/dist/apps/playground/browser/chunk-Cg7brw6x.js +4070 -0
  78. package/dist/apps/playground/browser/chunk-CjTyStrr.js +1 -0
  79. package/dist/apps/playground/browser/chunk-CjYlnYC7.js +1 -0
  80. package/dist/apps/playground/browser/chunk-ClSUoZp8.js +292 -0
  81. package/dist/apps/playground/browser/chunk-CsrxfMap.js +1 -0
  82. package/dist/apps/playground/browser/chunk-CtndMAe2.js +1 -0
  83. package/dist/apps/playground/browser/chunk-Cy-ZOZI8.js +1 -0
  84. package/dist/apps/playground/browser/chunk-D3-jrtyv.js +1 -0
  85. package/dist/apps/playground/browser/chunk-D3vgrlDF.js +1 -0
  86. package/dist/apps/playground/browser/chunk-D48aVVTv.js +1 -0
  87. package/dist/apps/playground/browser/chunk-D4V3eSCv.js +1 -0
  88. package/dist/apps/playground/browser/chunk-DK715t6D.js +1 -0
  89. package/dist/apps/playground/browser/chunk-DUkct7WP.js +1 -0
  90. package/dist/apps/playground/browser/chunk-Y9ccR-I6.js +1 -0
  91. package/dist/apps/playground/browser/chunk-lfUHaltX.js +1 -0
  92. package/dist/apps/playground/browser/favicon.ico +0 -0
  93. package/dist/apps/playground/browser/index.html +14 -0
  94. package/dist/apps/playground/browser/main-WEJC3BLT.js +148 -0
  95. package/dist/apps/playground/browser/styles-4FSELHYD.css +1 -0
  96. package/dist/apps/playground/prerendered-routes.json +3 -0
  97. package/dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs +1 -1
  98. package/dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs.map +1 -1
  99. package/dist/libs/africanies-core/package.json +3 -3
  100. package/dist/libs/africanies-theme/package.json +3 -3
  101. package/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs +318 -115
  102. package/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map +1 -1
  103. package/dist/libs/africanies-ui/package.json +5 -5
  104. package/dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts +92 -19
  105. package/libs/africanies-core/package.json +3 -3
  106. package/libs/africanies-core/src/lib/payment-method/payment-method.mapper.spec.ts +15 -0
  107. package/libs/africanies-core/src/lib/payment-method/payment-method.mapper.ts +1 -2
  108. package/libs/africanies-theme/package.json +3 -3
  109. package/libs/africanies-ui/package.json +5 -5
  110. package/libs/africanies-ui/src/index.ts +6 -0
  111. package/libs/africanies-ui/src/lib/accordion/accordion.component.ts +135 -0
  112. package/libs/africanies-ui/src/lib/accordion/index.ts +7 -0
  113. package/libs/africanies-ui/src/lib/action-menu/action-menu.component.ts +84 -17
  114. package/libs/africanies-ui/src/lib/action-menu/menu-item.ts +19 -2
  115. package/libs/africanies-ui/src/lib/modules/africanies-feedback.module.ts +3 -1
  116. package/package.json +31 -8
@@ -19179,3 +19179,3029 @@ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-applypatch
19179
19179
  DEBUG nx::native::watch::watcher: [update] .husky/_/.gitignore
19180
19180
  DEBUG nx::native::watch::watcher: [update] .husky/_/post-rewrite
19181
19181
  [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:27.231Z - [WATCHER]: Processing file changes in outputs
19182
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:29.335Z - [Server] lock file hash changed! old=6624907463104671316, new=6227132078796796162
19183
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:29.337Z - [Server] Daemon outdated: LOCK_FILES_CHANGED
19184
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:29.337Z - [Server] Restarting daemon...
19185
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:29.341Z - 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
19186
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:29.342Z - Old daemon __dirname: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/daemon/server
19187
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:29.342Z - Current process.execPath: /Users/ikechukwukalu/.nvm/versions/node/v22.22.2/bin/node
19188
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:29.343Z - Started new daemon process in background
19189
+ DEBUG nx::native::watch::watcher: watching stopped origin=/Applications/AngularJS/angular-web-sdk
19190
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:29.349Z - [WATCHER]: Stopping the watcher for /Applications/AngularJS/angular-web-sdk (sources)
19191
+ DEBUG nx::native::watch::watcher: watching stopped origin=/Applications/AngularJS/angular-web-sdk
19192
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:29.350Z - [WATCHER]: Stopping the watcher for /Applications/AngularJS/angular-web-sdk (outputs)
19193
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:29.350Z - [LATEST-NX]: Cleaning up latest Nx installation from /private/tmp/tmp-32562-S5h0boHxCQbm
19194
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:29.352Z - Server stopped because: "LOCK_FILES_CHANGED"
19195
+ DEBUG nx::native::watch::watcher: watching started origin=/Applications/AngularJS/angular-web-sdk
19196
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:30.618Z - [WATCHER]: Subscribed to changes within: /Applications/AngularJS/angular-web-sdk (native)
19197
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:30.630Z - 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
19198
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:30.630Z - New daemon __dirname: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/daemon/server
19199
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:30.631Z - New daemon nxVersion: 23.1.1
19200
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:30.631Z - New daemon getInstalledNxVersion(): 23.1.1
19201
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:30.642Z - Time taken for 'workspace context init' 0.6428330000001097ms
19202
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:30.662Z - [Server] Starting outdated check interval (20ms)
19203
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:30.671Z - Started listening on: /private/tmp/64880f96e0e5925a19a5/d.sock
19204
+ DEBUG nx::native::watch::watcher: watching started origin=/Applications/AngularJS/angular-web-sdk
19205
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:30.691Z - [LATEST-NX]: Pulling latest Nx...
19206
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:30.700Z - [AI-AGENTS]: Starting agent configuration status computation
19207
+ [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: 61325, socket: /private/tmp/plugin61260-0-1349.01575.sock)
19208
+ [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: 61326, socket: /private/tmp/plugin61260-1-1904.729208.sock)
19209
+ [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: 61327, socket: /private/tmp/plugin61260-2-1907.661792.sock)
19210
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:31.263Z - Time taken for 'hash changed files from watcher' 0.10112500000013824ms
19211
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:31.263Z - Time taken for 'loadSpecifiedNxPlugins' 572.050459ms
19212
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 61325) listening on /private/tmp/plugin61260-0-1349.01575.sock
19213
+ [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: 61325)
19214
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:31.657Z - 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' 955.4183749999997ms
19215
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 61325) connected
19216
+ Time taken for 'plugin worker 61325 code loading' 324.824625ms
19217
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 61325) loaded successfully
19218
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:31.690Z - 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' 1001.3417909999998ms
19219
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 61326) listening on /private/tmp/plugin61260-1-1904.729208.sock
19220
+ [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: 61327) listening on /private/tmp/plugin61260-2-1907.661792.sock
19221
+ Time taken for 'plugin worker 61327 code loading' 365.090959ms
19222
+ Time taken for 'plugin worker 61326 code loading' 377.127ms
19223
+ [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: 61327)
19224
+ [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: 61326)
19225
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:31.714Z - 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' 457.5450410000001ms
19226
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:31.714Z - 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' 454.14425000000006ms
19227
+ [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: 61327) connected
19228
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 61326) connected
19229
+ [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: 61327) loaded successfully
19230
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:31.719Z - 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' 1028.8734589999997ms
19231
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 61326) loaded successfully
19232
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:31.724Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
19233
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:31.724Z - [REQUEST]:
19234
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:31.724Z - [REQUEST]:
19235
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:31.727Z - Time taken for 'loadDefaultNxPlugins' 1035.450916ms
19236
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:31.727Z - 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' 1034.0841249999999ms
19237
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
19238
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 15.660042000000033ms
19239
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.119Z - Established a connection. Number of open connections: 1
19240
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.120Z - Established a connection. Number of open connections: 2
19241
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.120Z - Closed a connection. Number of open connections: 1
19242
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.120Z - Established a connection. Number of open connections: 2
19243
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.120Z - Closed a connection. Number of open connections: 1
19244
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:32.119Z - [Messenger] Setting up socket listeners
19245
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:32.121Z - [Messenger] listen() complete
19246
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:32.147Z - [Messenger] Sending message type: GET_NX_CONSOLE_STATUS
19247
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:32.149Z - [Messenger] Message sent
19248
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.157Z - Received raw message of length 4570
19249
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.157Z - Received json message of type GET_NX_CONSOLE_STATUS
19250
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.158Z - Graph recompute necessary due to env variable refresh. Changed keys: COLOR, GIT_AUTHOR_DATE, GIT_NO_REPLACE_OBJECTS, GIT_SSH_COMMAND
19251
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.158Z - Serializing response for GET_NX_CONSOLE_STATUS message in json mode
19252
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.158Z - Responding to GET_NX_CONSOLE_STATUS message
19253
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.158Z - [REQUEST]: Responding to the client. handleGetNxConsoleStatus
19254
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.159Z - Done responding to the client handleGetNxConsoleStatus
19255
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.159Z - Handled json message GET_NX_CONSOLE_STATUS. Handling time: 0. Response time: 1.
19256
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:32.159Z - [Messenger] Received message, length: 22
19257
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:32.279Z - [Messenger] Sending message type: REQUEST_PROJECT_GRAPH
19258
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:32.279Z - [Messenger] Message sent
19259
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.280Z - Received raw message of length 32
19260
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.280Z - Received json message of type REQUEST_PROJECT_GRAPH
19261
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.280Z - [REQUEST]: Client Request for Project Graph Received
19262
+ DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=56.157584ms
19263
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.337Z - No in-memory cached project graph found. Recomputing it...
19264
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.338Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
19265
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.338Z - [REQUEST]:
19266
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.338Z - [REQUEST]:
19267
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.339Z - Streaming message to client: progress update for topic graph-construction
19268
+ [plugin-client] restarting worker for "nx/core/project-json"
19269
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:32.340Z - [Messenger] Received message, length: 47
19270
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 61364, socket: /private/tmp/plugin61260-3-2987.357917.sock)
19271
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.351Z - Streaming message to client: progress update for topic graph-construction
19272
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:32.352Z - [Messenger] Received message, length: 47
19273
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.378Z - Time taken for 'build-project-configs' 38.985165999999936ms
19274
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.378Z - Time taken for 'createNodes:merge' 26.597749999999905ms
19275
+ Time taken for 'nx/core/package-json:createNodes' 622.987458ms
19276
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 15.15541600000006ms
19277
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.384Z - Streaming message to client: progress update for topic graph-construction
19278
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:32.384Z - [Messenger] Received message, length: 142
19279
+ [plugin-worker] "nx/core/project-json" (pid: 61364) listening on /private/tmp/plugin61260-3-2987.357917.sock
19280
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 61364)
19281
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.637Z - Time taken for 'start-plugin-worker:nx/core/project-json' 294.9716669999998ms
19282
+ [plugin-worker] "nx/core/project-json" (pid: 61364) connected
19283
+ Time taken for 'plugin worker 61364 code loading' 238.01095800000002ms
19284
+ [plugin-worker] "nx/core/project-json" (pid: 61364) loaded successfully
19285
+ Time taken for 'nx/core/project-json:createNodes' 0.9029160000000047ms
19286
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
19287
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.646Z - Streaming message to client: progress update for topic graph-construction
19288
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:32.646Z - [Messenger] Received message, length: 101
19289
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
19290
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.825Z - Streaming message to client: progress update for topic graph-construction
19291
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:32.825Z - [Messenger] Received message, length: 47
19292
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.845Z - Streaming message to client: progress update for topic graph-construction
19293
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:32.845Z - [Messenger] Received message, length: 47
19294
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.846Z - Time taken for 'build-project-configs' 488.68420799999967ms
19295
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.846Z - Time taken for 'createNodes:merge' 2.4457500000003165ms
19296
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.846Z - Time taken for 'native-file-deps' 0.008832999999867752ms
19297
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.846Z - Time taken for 'get-workspace-files' 1.7078750000000582ms
19298
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.846Z - Time taken for 'read cache' 1.3621670000002268ms
19299
+ Time taken for 'build typescript dependencies' 31.724333000000115ms
19300
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
19301
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.890Z - Streaming message to client: progress update for topic graph-construction
19302
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:32.890Z - [Messenger] Received message, length: 47
19303
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.900Z - [SYNC]: collect registered sync generators
19304
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.910Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
19305
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.910Z - Serializing response for REQUEST_PROJECT_GRAPH message in json mode
19306
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.910Z - Responding to REQUEST_PROJECT_GRAPH message
19307
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.910Z - [REQUEST]: Responding to the client. project-graph
19308
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.911Z - Time taken for 'total for creating and serializing project graph' 630.0505840000001ms
19309
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.911Z - Time taken for 'total execution time for createProjectGraph()' 59.15933300000006ms
19310
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.911Z - Time taken for 'createDependencies' 51.224791000000096ms
19311
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.911Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 50.916625000000295ms
19312
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.911Z - Time taken for 'createMetadata' 0.012375000000247383ms
19313
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.911Z - Time taken for 'serialize graph' 2.555917000000136ms
19314
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.911Z - Time taken for 'write cache' 9.533208000000286ms
19315
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.921Z - Done responding to the client project-graph
19316
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.921Z - Handled json message REQUEST_PROJECT_GRAPH. Handling time: 630. Response time: 11.
19317
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:32.921Z - [Messenger] Received message, length: 895604
19318
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:32.932Z - [Messenger] Sending message type: PRE_TASKS_EXECUTION
19319
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:32.932Z - [Messenger] Message sent
19320
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.932Z - Received raw message of length 2088
19321
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.932Z - Received json message of type PRE_TASKS_EXECUTION
19322
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.933Z - Serializing response for PRE_TASKS_EXECUTION message in json mode
19323
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.933Z - Responding to PRE_TASKS_EXECUTION message
19324
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.933Z - [REQUEST]: Responding to the client. handleRunPreTasksExecution
19325
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.933Z - Done responding to the client handleRunPreTasksExecution
19326
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.933Z - Handled json message PRE_TASKS_EXECUTION. Handling time: 1. Response time: 0.
19327
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.933Z - Time taken for 'preTasksExecution' 0.5708749999998872ms
19328
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:32.933Z - [Messenger] Received message, length: 2
19329
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:33.255Z - [Messenger] Sending message type: HASH_TASKS
19330
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:33.255Z - [Messenger] Message sent
19331
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.256Z - Received raw message of length 42512
19332
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.256Z - Received json message of type HASH_TASKS
19333
+ DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=59.431375ms
19334
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.316Z - Reusing in-memory cached project graph because no files changed.
19335
+ DEBUG nx::native::tasks::hash_planner: get_plans_internal COMPLETED in 7.923041ms - processed 6 tasks (setup: 4.774083ms, parallel_planning: 3.145042ms, pool: 1031 unique instructions)
19336
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "8520130568453209191" (".gitignore") to hash
19337
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "2425668806101952406" ("nx.json") to hash
19338
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Hash Value: "17385814077483807182"
19339
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "6605332246132408965" ("eslint.config.mjs") to hash
19340
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Hash Value: "17732202739991855709"
19341
+ DEBUG nx::native::tasks::task_hasher: hash_plans COMPLETED in 8.883625ms - processed 6 plans (setup: 498.667µs, hashing: 8.38225ms, assembly: 4.645875ms)
19342
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.343Z - Serializing response for HASH_TASKS message in json mode
19343
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.344Z - Responding to HASH_TASKS message
19344
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.344Z - [REQUEST]: Responding to the client. handleHashTasks
19345
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.345Z - Done responding to the client handleHashTasks
19346
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.345Z - Handled json message HASH_TASKS. Handling time: 87. Response time: 2.
19347
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:33.345Z - [Messenger] Received message, length: 288896
19348
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:33.429Z - [Messenger] Sending message type: GET_ESTIMATED_TASK_TIMINGS
19349
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:33.429Z - [Messenger] Message sent
19350
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.429Z - Received raw message of length 330
19351
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.429Z - Received json message of type GET_ESTIMATED_TASK_TIMINGS
19352
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.435Z - Serializing response for GET_ESTIMATED_TASK_TIMINGS message in json mode
19353
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.435Z - Responding to GET_ESTIMATED_TASK_TIMINGS message
19354
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.435Z - [REQUEST]: Responding to the client. handleGetEstimatedTaskTimings
19355
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.435Z - Done responding to the client handleGetEstimatedTaskTimings
19356
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.435Z - Handled json message GET_ESTIMATED_TASK_TIMINGS. Handling time: 6. Response time: 0.
19357
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:33.435Z - [Messenger] Received message, length: 180
19358
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:33.442Z - [Messenger] Sending message type: RECORD_TASK_RUNS
19359
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:33.442Z - [Messenger] Message sent
19360
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.442Z - Received raw message of length 1191
19361
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.442Z - Received json message of type RECORD_TASK_RUNS
19362
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.443Z - Serializing response for RECORD_TASK_RUNS message in json mode
19363
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.443Z - Responding to RECORD_TASK_RUNS message
19364
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.443Z - [REQUEST]: Responding to the client. handleRecordTaskRuns
19365
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.443Z - Done responding to the client handleRecordTaskRuns
19366
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.443Z - Handled json message RECORD_TASK_RUNS. Handling time: 1. Response time: 0.
19367
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:33.443Z - [Messenger] Received message, length: 4
19368
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:33.443Z - [Messenger] Sending message type: GET_FLAKY_TASKS
19369
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:33.443Z - [Messenger] Message sent
19370
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.444Z - Received raw message of length 169
19371
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.444Z - Received json message of type GET_FLAKY_TASKS
19372
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.444Z - Serializing response for GET_FLAKY_TASKS message in json mode
19373
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.444Z - Responding to GET_FLAKY_TASKS message
19374
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.444Z - [REQUEST]: Responding to the client. handleGetFlakyTasks
19375
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.444Z - Done responding to the client handleGetFlakyTasks
19376
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.444Z - Handled json message GET_FLAKY_TASKS. Handling time: 0. Response time: 0.
19377
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:33.444Z - [Messenger] Received message, length: 2
19378
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.444Z - Established a connection. Number of open connections: 2
19379
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:33.444Z - [Messenger] Sending message type: GET_CONFIGURE_AI_AGENTS_STATUS
19380
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.444Z - Closed a connection. Number of open connections: 1
19381
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:33.444Z - [Messenger] Message sent
19382
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.444Z - Received raw message of length 41
19383
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.445Z - Received json message of type GET_CONFIGURE_AI_AGENTS_STATUS
19384
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.445Z - Serializing response for GET_CONFIGURE_AI_AGENTS_STATUS message in json mode
19385
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.445Z - Responding to GET_CONFIGURE_AI_AGENTS_STATUS message
19386
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.445Z - [REQUEST]: Responding to the client. handleGetConfigureAiAgentsStatus
19387
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.445Z - Done responding to the client handleGetConfigureAiAgentsStatus
19388
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.445Z - Handled json message GET_CONFIGURE_AI_AGENTS_STATUS. Handling time: 0. Response time: 0.
19389
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:33.445Z - [Messenger] Received message, length: 104
19390
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:33.446Z - [Messenger] Sending message type: POST_TASKS_EXECUTION
19391
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:33.448Z - [Messenger] Message sent
19392
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.449Z - Received raw message of length 319264
19393
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.450Z - Received json message of type POST_TASKS_EXECUTION
19394
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.451Z - Serializing response for POST_TASKS_EXECUTION message in json mode
19395
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.451Z - Responding to POST_TASKS_EXECUTION message
19396
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.451Z - [REQUEST]: Responding to the client. handleRunPostTasksExecution
19397
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.451Z - Done responding to the client handleRunPostTasksExecution
19398
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.451Z - Handled json message POST_TASKS_EXECUTION. Handling time: 1. Response time: 0.
19399
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:33.451Z - [Messenger] Received message, length: 4
19400
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.451Z - Time taken for 'postTasksExecution' 0.2304999999996653ms
19401
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.456Z - Closed a connection. Number of open connections: 0
19402
+ Fetching nx...
19403
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:37.063Z - [LATEST-NX]: Successfully pulled latest Nx to /private/tmp/tmp-61260-OAJVH65Ua3uZ
19404
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:37.064Z - [NX-CONSOLE]: Using local implementation (NX_USE_LOCAL=true or inner call)
19405
+ DEBUG nx::native::ide::preferences: Loaded console preferences: NxConsolePreferences { auto_install_console: Some(true), path: "/Users/ikechukwukalu/.config/nx/ide.json" }
19406
+ DEBUG nx::native::ide::install: Detected editor: VSCode
19407
+ DEBUG nx::native::ide::install: Checking if Nx Console extension is installed with: code --list-extensions
19408
+ DEBUG nx::native::ide::install: Editor command 'code' is installed
19409
+ DEBUG nx::native::ide::install: Editor command 'code-insiders' not found
19410
+ DEBUG nx::native::ide::install: Checking if Nx Console extension is installed with: code --list-extensions
19411
+ DEBUG nx::native::ide::install: Nx Console extension is installed
19412
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:38.030Z - [NX-CONSOLE]: Console status check completed, shouldPrompt: false
19413
+ DEBUG nx::native::ide::install: Nx Console extension is installed
19414
+ DEBUG nx::native::ide::install: Editor command 'cursor' not found
19415
+ DEBUG nx::native::ide::install: Checking if Nx Console extension is installed with: cursor --list-extensions
19416
+ DEBUG nx::native::ide::install: Command 'cursor' not found, cannot check extension status
19417
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:38.202Z - [AI-AGENTS]: Agent configuration status computation completed: 0 fully configured, 0 outdated, 1 partially configured, 4 non-configured
19418
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=3
19419
+ DEBUG nx::native::watch::watcher: [update] README.md
19420
+ DEBUG nx::native::watch::watcher: [update] apps/playground/src/app/app.config.ts
19421
+ DEBUG nx::native::watch::watcher: [update] package.json
19422
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=3
19423
+ DEBUG nx::native::watch::watcher: [update] README.md
19424
+ DEBUG nx::native::watch::watcher: [update] apps/playground/src/app/app.config.ts
19425
+ DEBUG nx::native::watch::watcher: [update] package.json
19426
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:31.413Z - [WATCHER]: Processing file changes in outputs
19427
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:31.440Z - [WATCHER]: 0 file(s) created or restored, 3 file(s) modified, 0 file(s) deleted
19428
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:31.441Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 3 events: update:README.md, update:apps/playground/src/app/app.config.ts, update:package.json
19429
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:31.442Z - [WATCHER]: File changes detected:
19430
+ Created:
19431
+ (none)
19432
+ Updated:
19433
+ - README.md
19434
+ - apps/playground/src/app/app.config.ts
19435
+ - package.json
19436
+ Deleted:
19437
+ (none)
19438
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:31.460Z - [SYNC]: clearing sync generators cache due to file changes
19439
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:31.463Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
19440
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:31.464Z - [REQUEST]: package.json,README.md,apps/playground/src/app/app.config.ts
19441
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:31.464Z - [REQUEST]:
19442
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
19443
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 69963, socket: /private/tmp/plugin61260-4-662086.425917.sock)
19444
+ [plugin-client] restarting worker for "nx/core/package-json"
19445
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 69964, socket: /private/tmp/plugin61260-5-662112.099583.sock)
19446
+ [plugin-client] restarting worker for "nx/core/project-json"
19447
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 69965, socket: /private/tmp/plugin61260-6-662112.896708.sock)
19448
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:31.522Z - Time taken for 'hash changed files from watcher' 15.220916999969631ms
19449
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
19450
+ DEBUG nx::native::watch::watcher: [create] .github/workflows/deploy-demo.yml
19451
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
19452
+ DEBUG nx::native::watch::watcher: [create] .github/workflows/deploy-demo.yml
19453
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:31.565Z - [WATCHER]: Processing file changes in outputs
19454
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:31.565Z - [WATCHER]: .github/workflows/deploy-demo.yml was created or restored
19455
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:31.565Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: create:.github/workflows/deploy-demo.yml
19456
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:31.566Z - [WATCHER]: File changes detected:
19457
+ Created:
19458
+ - .github/workflows/deploy-demo.yml
19459
+ Updated:
19460
+ (none)
19461
+ Deleted:
19462
+ (none)
19463
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:31.569Z - [SYNC]: clearing sync generators cache due to file changes
19464
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:31.570Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
19465
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:31.570Z - [REQUEST]: package.json,README.md,apps/playground/src/app/app.config.ts,.github/workflows/deploy-demo.yml
19466
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:31.570Z - [REQUEST]:
19467
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:31.577Z - Time taken for 'hash changed files from watcher' 3.4932090000947937ms
19468
+ [plugin-worker] "nx/core/project-json" (pid: 69965) listening on /private/tmp/plugin61260-6-662112.896708.sock
19469
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 69963) listening on /private/tmp/plugin61260-4-662086.425917.sock
19470
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 69965)
19471
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:32.695Z - Time taken for 'start-plugin-worker:nx/core/project-json' 1174.5902500000084ms
19472
+ [plugin-worker] "nx/core/project-json" (pid: 69965) connected
19473
+ Time taken for 'plugin worker 69965 code loading' 652.1923750000001ms
19474
+ Time taken for 'plugin worker 69963 code loading' 652.2041250000001ms
19475
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 69963) connected
19476
+ [plugin-worker] "nx/core/package-json" (pid: 69964) listening on /private/tmp/plugin61260-5-662112.099583.sock
19477
+ Time taken for 'plugin worker 69964 code loading' 652.1474580000001ms
19478
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 69963)
19479
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 69964)
19480
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:32.697Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 1204.9787910000887ms
19481
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:32.697Z - Time taken for 'start-plugin-worker:nx/core/package-json' 1178.670000000042ms
19482
+ [plugin-worker] "nx/core/package-json" (pid: 69964) connected
19483
+ [plugin-worker] "nx/core/project-json" (pid: 69965) loaded successfully
19484
+ [plugin-worker] "nx/core/package-json" (pid: 69964) loaded successfully
19485
+ Time taken for 'nx/core/project-json:createNodes' 2.1504999999999654ms
19486
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
19487
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 69963) loaded successfully
19488
+ Time taken for 'nx/core/package-json:createNodes' 18.277000000000044ms
19489
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
19490
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 16.211500000000115ms
19491
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 11.081458999999995ms
19492
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:32.800Z - Time taken for 'build-project-configs' 1208.0810839999467ms
19493
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:32.800Z - Time taken for 'build-project-configs' 1210.7578340000473ms
19494
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:32.800Z - Time taken for 'createNodes:merge' 3.1055419999174774ms
19495
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:32.800Z - Time taken for 'createNodes:merge' 2.6380409999983385ms
19496
+ Time taken for 'build typescript dependencies' 148.50079200000005ms
19497
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
19498
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:32.990Z - [SYNC]: collect registered sync generators
19499
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:33.001Z - [SYNC]: project graph hash is the same, not collecting task sync generators
19500
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:33.001Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
19501
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:33.014Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
19502
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:33.015Z - Time taken for 'total execution time for createProjectGraph()' 191.00179200002458ms
19503
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:33.015Z - Time taken for 'createDependencies' 182.8110409999499ms
19504
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:33.015Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 182.22120800008997ms
19505
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:33.015Z - Time taken for 'createMetadata' 0.020958000095561147ms
19506
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:33.015Z - Time taken for 'serialize graph' 7.22179199999664ms
19507
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:33.015Z - Time taken for 'write cache' 12.900000000023283ms
19508
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=2
19509
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=6
19510
+ DEBUG nx::native::watch::watcher: [create] .pnpm-store/v11/index.db-shm
19511
+ DEBUG nx::native::watch::watcher: [delete] _tmp_70109_fc39cc55f753639630c4694cded2bad0
19512
+ DEBUG nx::native::watch::watcher: [create] .pnpm-store/v11/index.db
19513
+ DEBUG nx::native::watch::watcher: [delete] _tmp_70109_b28c92b847398c21e37fb0a5d10b9694
19514
+ DEBUG nx::native::watch::watcher: [delete] .pnpm-store/v11/index.db-journal
19515
+ DEBUG nx::native::watch::watcher: [create] .pnpm-store/v11/index.db-wal
19516
+ DEBUG nx::native::watch::watcher: [delete] _tmp_70109_b28c92b847398c21e37fb0a5d10b9694
19517
+ DEBUG nx::native::watch::watcher: [delete] _tmp_70109_fc39cc55f753639630c4694cded2bad0
19518
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:40.097Z - [WATCHER]: Processing file changes in outputs
19519
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:40.099Z - [WATCHER]: 0 file(s) created or restored, 0 file(s) modified, 2 file(s) deleted
19520
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:40.099Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 2 events: delete:_tmp_70109_b28c92b847398c21e37fb0a5d10b9694, delete:_tmp_70109_fc39cc55f753639630c4694cded2bad0
19521
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:40.099Z - [WATCHER]: File changes detected:
19522
+ Created:
19523
+ (none)
19524
+ Updated:
19525
+ (none)
19526
+ Deleted:
19527
+ - _tmp_70109_b28c92b847398c21e37fb0a5d10b9694
19528
+ - _tmp_70109_fc39cc55f753639630c4694cded2bad0
19529
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:40.107Z - [SYNC]: clearing sync generators cache due to file changes
19530
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:40.109Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
19531
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:40.110Z - [REQUEST]:
19532
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:40.110Z - [REQUEST]: _tmp_70109_b28c92b847398c21e37fb0a5d10b9694,_tmp_70109_fc39cc55f753639630c4694cded2bad0
19533
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
19534
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 70135, socket: /private/tmp/plugin61260-7-670746.60175.sock)
19535
+ [plugin-client] restarting worker for "nx/core/package-json"
19536
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 70136, socket: /private/tmp/plugin61260-8-670748.473125.sock)
19537
+ [plugin-client] restarting worker for "nx/core/project-json"
19538
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 70137, socket: /private/tmp/plugin61260-9-670750.411917.sock)
19539
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:40.159Z - Time taken for 'hash changed files from watcher' 6.945500000030734ms
19540
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=3
19541
+ DEBUG nx::native::watch::watcher: [delete] .pnpm-store/v11/index.db-shm
19542
+ DEBUG nx::native::watch::watcher: [update] .pnpm-store/v11/index.db
19543
+ DEBUG nx::native::watch::watcher: [delete] .pnpm-store/v11/index.db-wal
19544
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:40.622Z - [WATCHER]: Processing file changes in outputs
19545
+ [plugin-worker] "nx/core/package-json" (pid: 70136) listening on /private/tmp/plugin61260-8-670748.473125.sock
19546
+ [plugin-worker] "nx/core/project-json" (pid: 70137) listening on /private/tmp/plugin61260-9-670750.411917.sock
19547
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 70135) listening on /private/tmp/plugin61260-7-670746.60175.sock
19548
+ Time taken for 'plugin worker 70137 code loading' 613.360917ms
19549
+ Time taken for 'plugin worker 70136 code loading' 617.67875ms
19550
+ Time taken for 'plugin worker 70135 code loading' 623.2988339999999ms
19551
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 70136)
19552
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 70137)
19553
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 70135)
19554
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:40.918Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 767.9180409999099ms
19555
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:40.918Z - Time taken for 'start-plugin-worker:nx/core/package-json' 760.6436669999966ms
19556
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:40.918Z - Time taken for 'start-plugin-worker:nx/core/project-json' 759.5335000000196ms
19557
+ [plugin-worker] "nx/core/package-json" (pid: 70136) connected
19558
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 70135) connected
19559
+ [plugin-worker] "nx/core/project-json" (pid: 70137) connected
19560
+ [plugin-worker] "nx/core/project-json" (pid: 70137) loaded successfully
19561
+ [plugin-worker] "nx/core/package-json" (pid: 70136) loaded successfully
19562
+ Time taken for 'nx/core/project-json:createNodes' 4.1766249999999445ms
19563
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
19564
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 70135) loaded successfully
19565
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
19566
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 18.281333000000018ms
19567
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:40.992Z - Time taken for 'build-project-configs' 824.1414589999476ms
19568
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:40.992Z - Time taken for 'createNodes:merge' 2.9237079999875277ms
19569
+ Time taken for 'build typescript dependencies' 0.3277500000000373ms
19570
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
19571
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:41.082Z - [SYNC]: collect registered sync generators
19572
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:41.087Z - [SYNC]: project graph hash is the same, not collecting task sync generators
19573
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:41.087Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
19574
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:41.105Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
19575
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:41.105Z - Time taken for 'total execution time for createProjectGraph()' 95.9704999999376ms
19576
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:41.105Z - Time taken for 'createDependencies' 77.50116700003855ms
19577
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:41.105Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 77.22950000001583ms
19578
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:41.105Z - Time taken for 'createMetadata' 0.023999999975785613ms
19579
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:41.105Z - Time taken for 'serialize graph' 7.205624999944121ms
19580
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:41.105Z - Time taken for 'write cache' 17.86829199991189ms
19581
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=6
19582
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/README.md
19583
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-theme/README.md
19584
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-models/README.md
19585
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/README.md
19586
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-storage/README.md
19587
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-core/README.md
19588
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:55.843Z - [WATCHER]: 0 file(s) created or restored, 6 file(s) modified, 0 file(s) deleted
19589
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:55.843Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 6 events: update:dist/libs/africanies-icons/README.md, update:dist/libs/africanies-theme/README.md, update:dist/libs/africanies-models/README.md, update:dist/libs/africanies-ui/README.md, update:dist/libs/africanies-storage/README.md, update:dist/libs/africanies-core/README.md
19590
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:55.844Z - [WATCHER]: File changes detected:
19591
+ Created:
19592
+ (none)
19593
+ Updated:
19594
+ - dist/libs/africanies-icons/README.md
19595
+ - dist/libs/africanies-theme/README.md
19596
+ - dist/libs/africanies-models/README.md
19597
+ - dist/libs/africanies-ui/README.md
19598
+ - dist/libs/africanies-storage/README.md
19599
+ - dist/libs/africanies-core/README.md
19600
+ Deleted:
19601
+ (none)
19602
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:55.851Z - [SYNC]: clearing sync generators cache due to file changes
19603
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=36
19604
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/types/africanies-africanies-models.d.ts
19605
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-storage/README.md
19606
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/carriers/dhl.svg
19607
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-storage/package.json
19608
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/brand/africanies-logo.png
19609
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/package.json
19610
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-theme/README.md
19611
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/package.json
19612
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/fesm2022/africanies-africanies-models.mjs
19613
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-theme/tailwind-preset.cjs
19614
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-storage/types/africanies-africanies-storage.d.ts
19615
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/package.json
19616
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/README.md
19617
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/assets/icons.sprite.svg
19618
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-core/types/africanies-africanies-core.d.ts
19619
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-icons/fesm2022/africanies-africanies-icons.mjs
19620
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs.map
19621
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/brand/africanies-logo.svg
19622
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/README.md
19623
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-icons/fesm2022/africanies-africanies-icons.mjs.map
19624
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs
19625
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs.map
19626
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map
19627
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/types/africanies-africanies-icons.d.ts
19628
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs
19629
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-core/README.md
19630
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-models/README.md
19631
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/fesm2022/africanies-africanies-models.mjs.map
19632
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-storage/fesm2022/africanies-africanies-storage.mjs.map
19633
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:55.852Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
19634
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-icons/package.json
19635
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/package.json
19636
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts
19637
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-theme/types/africanies-africanies-theme.d.ts
19638
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/brand/africanies-logo-mini.png
19639
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs
19640
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:55.852Z - [REQUEST]: dist/libs/africanies-ui/README.md,dist/libs/africanies-models/README.md,dist/libs/africanies-icons/README.md,dist/libs/africanies-core/README.md,dist/libs/africanies-storage/README.md,dist/libs/africanies-theme/README.md
19641
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-storage/fesm2022/africanies-africanies-storage.mjs
19642
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:55.852Z - [REQUEST]:
19643
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
19644
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 70380, socket: /private/tmp/plugin61260-10-686449.915042.sock)
19645
+ [plugin-client] restarting worker for "nx/core/package-json"
19646
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 70381, socket: /private/tmp/plugin61260-11-686452.6175.sock)
19647
+ [plugin-client] restarting worker for "nx/core/project-json"
19648
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 70382, socket: /private/tmp/plugin61260-12-686454.726125.sock)
19649
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:55.863Z - Time taken for 'hash changed files from watcher' 6.808959000045434ms
19650
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:55.865Z - [WATCHER]: Processing file changes in outputs
19651
+ [plugin-worker] "nx/core/project-json" (pid: 70382) listening on /private/tmp/plugin61260-12-686454.726125.sock
19652
+ Time taken for 'plugin worker 70382 code loading' 190.020917ms
19653
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 70380) listening on /private/tmp/plugin61260-10-686449.915042.sock
19654
+ [plugin-worker] "nx/core/package-json" (pid: 70381) listening on /private/tmp/plugin61260-11-686452.6175.sock
19655
+ Time taken for 'plugin worker 70380 code loading' 199.633708ms
19656
+ Time taken for 'plugin worker 70381 code loading' 198.50266599999998ms
19657
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 70380)
19658
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 70381)
19659
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 70382)
19660
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:56.137Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 279.59333299996797ms
19661
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:56.138Z - Time taken for 'start-plugin-worker:nx/core/package-json' 277.5028749998892ms
19662
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:56.138Z - Time taken for 'start-plugin-worker:nx/core/project-json' 276.9664590000175ms
19663
+ [plugin-worker] "nx/core/package-json" (pid: 70381) connected
19664
+ [plugin-worker] "nx/core/project-json" (pid: 70382) connected
19665
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 70380) connected
19666
+ [plugin-worker] "nx/core/project-json" (pid: 70382) loaded successfully
19667
+ [plugin-worker] "nx/core/package-json" (pid: 70381) loaded successfully
19668
+ Time taken for 'nx/core/project-json:createNodes' 3.1187080000000265ms
19669
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
19670
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 70380) loaded successfully
19671
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
19672
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 12.615542000000005ms
19673
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:56.361Z - Time taken for 'build-project-configs' 372.7709170000162ms
19674
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:56.361Z - Time taken for 'createNodes:merge' 4.247916999971494ms
19675
+ Time taken for 'build typescript dependencies' 12.30499999999995ms
19676
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
19677
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:56.418Z - [SYNC]: collect registered sync generators
19678
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:56.419Z - [SYNC]: project graph hash is the same, not collecting task sync generators
19679
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:56.419Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
19680
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:56.425Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
19681
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:56.426Z - Time taken for 'total execution time for createProjectGraph()' 145.65445899998304ms
19682
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:56.426Z - Time taken for 'createDependencies' 74.04058399994392ms
19683
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:56.426Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 73.48175000003539ms
19684
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:56.426Z - Time taken for 'createMetadata' 0.01216699997894466ms
19685
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:56.426Z - Time taken for 'serialize graph' 2.4780839999439195ms
19686
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:56.426Z - Time taken for 'write cache' 6.794624999980442ms
19687
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
19688
+ DEBUG nx::native::watch::watcher: [update] .angular/cache/22.0.9/playground/.tsbuildinfo
19689
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:01.157Z - [WATCHER]: Processing file changes in outputs
19690
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=2
19691
+ DEBUG nx::native::watch::watcher: [create] .angular/cache/22.0.9/playground/angular-compiler.db
19692
+ DEBUG nx::native::watch::watcher: [create] .angular/cache/22.0.9/playground/angular-compiler.db-lock
19693
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:04.375Z - [WATCHER]: Processing file changes in outputs
19694
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=6
19695
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/README.md
19696
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-theme/README.md
19697
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-models/README.md
19698
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/README.md
19699
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-storage/README.md
19700
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-core/README.md
19701
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=36
19702
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/types/africanies-africanies-models.d.ts
19703
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs
19704
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/carriers/dhl.svg
19705
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-storage/package.json
19706
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/brand/africanies-logo.png
19707
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/package.json
19708
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-theme/README.md
19709
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/package.json
19710
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/fesm2022/africanies-africanies-models.mjs
19711
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-theme/tailwind-preset.cjs
19712
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-storage/types/africanies-africanies-storage.d.ts
19713
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/package.json
19714
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/README.md
19715
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/assets/icons.sprite.svg
19716
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-core/types/africanies-africanies-core.d.ts
19717
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-icons/fesm2022/africanies-africanies-icons.mjs
19718
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs.map
19719
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/brand/africanies-logo.svg
19720
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/README.md
19721
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-icons/fesm2022/africanies-africanies-icons.mjs.map
19722
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs
19723
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs.map
19724
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map
19725
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/types/africanies-africanies-icons.d.ts
19726
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs
19727
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-core/README.md
19728
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-models/README.md
19729
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/fesm2022/africanies-africanies-models.mjs.map
19730
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-storage/fesm2022/africanies-africanies-storage.mjs.map
19731
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-icons/package.json
19732
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/package.json
19733
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts
19734
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-theme/types/africanies-africanies-theme.d.ts
19735
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/brand/africanies-logo-mini.png
19736
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-storage/fesm2022/africanies-africanies-storage.mjs
19737
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-storage/README.md
19738
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:10.765Z - [WATCHER]: 0 file(s) created or restored, 6 file(s) modified, 0 file(s) deleted
19739
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:10.766Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 6 events: update:dist/libs/africanies-icons/README.md, update:dist/libs/africanies-theme/README.md, update:dist/libs/africanies-models/README.md, update:dist/libs/africanies-ui/README.md, update:dist/libs/africanies-storage/README.md, update:dist/libs/africanies-core/README.md
19740
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:10.766Z - [WATCHER]: File changes detected:
19741
+ Created:
19742
+ (none)
19743
+ Updated:
19744
+ - dist/libs/africanies-icons/README.md
19745
+ - dist/libs/africanies-theme/README.md
19746
+ - dist/libs/africanies-models/README.md
19747
+ - dist/libs/africanies-ui/README.md
19748
+ - dist/libs/africanies-storage/README.md
19749
+ - dist/libs/africanies-core/README.md
19750
+ Deleted:
19751
+ (none)
19752
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:10.771Z - Time taken for 'hash changed files from watcher' 4.565333000035025ms
19753
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:10.771Z - [WATCHER]: Processing file changes in outputs
19754
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
19755
+ DEBUG nx::native::watch::watcher: [update] .angular/cache/22.0.9/playground/.tsbuildinfo
19756
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:13.859Z - [WATCHER]: Processing file changes in outputs
19757
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
19758
+ DEBUG nx::native::watch::watcher: [create] .angular/cache/22.0.9/playground/angular-compiler.db-lock
19759
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:16.354Z - [WATCHER]: Processing file changes in outputs
19760
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=3
19761
+ DEBUG nx::native::watch::watcher: [create] tmp/libs/africanies-models/build/tsconfig.generated.92bcaa31-02c5-4b8a-90fa-8f5aa30e678d.json
19762
+ DEBUG nx::native::watch::watcher: [create] tmp/libs/africanies-storage/build/tsconfig.generated.5f2b930a-f6d1-4fdf-922b-34cf93d89546.json
19763
+ DEBUG nx::native::watch::watcher: [create] tmp/libs/africanies-icons/build/tsconfig.generated.66b2af05-e285-451a-a5c4-4c95ad1843e3.json
19764
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:23.019Z - [WATCHER]: Processing file changes in outputs
19765
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=3
19766
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-icons/README.md
19767
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-models/README.md
19768
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-storage/README.md
19769
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=26
19770
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-models/types/africanies-africanies-models.d.ts
19771
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-models/types
19772
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-icons/fesm2022
19773
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-storage/fesm2022/africanies-africanies-storage.mjs
19774
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-storage/package.json
19775
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-storage
19776
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-icons
19777
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-models/fesm2022/africanies-africanies-models.mjs
19778
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-storage/fesm2022
19779
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-storage/types/africanies-africanies-storage.d.ts
19780
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-models/package.json
19781
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-icons/README.md
19782
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-icons/assets/icons.sprite.svg
19783
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-icons/fesm2022/africanies-africanies-icons.mjs
19784
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-icons/fesm2022/africanies-africanies-icons.mjs.map
19785
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-icons/types
19786
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-icons/types/africanies-africanies-icons.d.ts
19787
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-storage/types
19788
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-models/README.md
19789
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-models/fesm2022/africanies-africanies-models.mjs.map
19790
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-icons/package.json
19791
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-storage/fesm2022/africanies-africanies-storage.mjs.map
19792
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-icons/assets
19793
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-models
19794
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-models/fesm2022
19795
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-storage/README.md
19796
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:23.505Z - [WATCHER]: Processing file changes in outputs
19797
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:23.505Z - [WATCHER]: 0 file(s) created or restored, 0 file(s) modified, 3 file(s) deleted
19798
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:23.505Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 3 events: delete:dist/libs/africanies-icons/README.md, delete:dist/libs/africanies-models/README.md, delete:dist/libs/africanies-storage/README.md
19799
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:23.505Z - [WATCHER]: File changes detected:
19800
+ Created:
19801
+ (none)
19802
+ Updated:
19803
+ (none)
19804
+ Deleted:
19805
+ - dist/libs/africanies-icons/README.md
19806
+ - dist/libs/africanies-models/README.md
19807
+ - dist/libs/africanies-storage/README.md
19808
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:23.547Z - [SYNC]: clearing sync generators cache due to file changes
19809
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:23.547Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
19810
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:23.547Z - [REQUEST]:
19811
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:23.547Z - [REQUEST]: dist/libs/africanies-icons/README.md,dist/libs/africanies-models/README.md,dist/libs/africanies-storage/README.md
19812
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
19813
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 70887, socket: /private/tmp/plugin61260-13-714169.371875.sock)
19814
+ [plugin-client] restarting worker for "nx/core/package-json"
19815
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 70888, socket: /private/tmp/plugin61260-14-714171.027.sock)
19816
+ [plugin-client] restarting worker for "nx/core/project-json"
19817
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 70889, socket: /private/tmp/plugin61260-15-714171.6895.sock)
19818
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:23.579Z - Time taken for 'hash changed files from watcher' 41.00291699997615ms
19819
+ [plugin-worker] "nx/core/project-json" (pid: 70889) listening on /private/tmp/plugin61260-15-714171.6895.sock
19820
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 70889)
19821
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:23.936Z - Time taken for 'start-plugin-worker:nx/core/project-json' 357.5652079998981ms
19822
+ Time taken for 'plugin worker 70889 code loading' 318.926666ms
19823
+ [plugin-worker] "nx/core/project-json" (pid: 70889) connected
19824
+ [plugin-worker] "nx/core/project-json" (pid: 70889) loaded successfully
19825
+ Time taken for 'nx/core/project-json:createNodes' 1.138417000000004ms
19826
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
19827
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 70888)
19828
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:24.075Z - Time taken for 'start-plugin-worker:nx/core/package-json' 497.7381249999162ms
19829
+ [plugin-worker] "nx/core/package-json" (pid: 70888) listening on /private/tmp/plugin61260-14-714171.027.sock
19830
+ [plugin-worker] "nx/core/package-json" (pid: 70888) connected
19831
+ Time taken for 'plugin worker 70888 code loading' 454.135416ms
19832
+ [plugin-worker] "nx/core/package-json" (pid: 70888) loaded successfully
19833
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
19834
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 70887) listening on /private/tmp/plugin61260-13-714169.371875.sock
19835
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 70887)
19836
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:24.151Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 575.1960410000756ms
19837
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 70887) connected
19838
+ Time taken for 'plugin worker 70887 code loading' 533.545458ms
19839
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 70887) loaded successfully
19840
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 8.318417000000068ms
19841
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:24.244Z - Time taken for 'build-project-configs' 640.0408329999773ms
19842
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:24.245Z - Time taken for 'createNodes:merge' 6.408792000031099ms
19843
+ Time taken for 'build typescript dependencies' 0.1407090000000153ms
19844
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
19845
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:24.290Z - [SYNC]: collect registered sync generators
19846
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:24.291Z - [SYNC]: project graph hash is the same, not collecting task sync generators
19847
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:24.291Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
19848
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:24.322Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
19849
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:24.323Z - Time taken for 'total execution time for createProjectGraph()' 65.30333300004713ms
19850
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:24.323Z - Time taken for 'createDependencies' 51.88500000000931ms
19851
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:24.323Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 51.63920800003689ms
19852
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:24.323Z - Time taken for 'createMetadata' 0.025332999997772276ms
19853
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:24.323Z - Time taken for 'serialize graph' 4.584833000088111ms
19854
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:24.323Z - Time taken for 'write cache' 32.00362500001211ms
19855
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=3
19856
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/README.md
19857
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-models/README.md
19858
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-storage/README.md
19859
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:25.975Z - [WATCHER]: 0 file(s) created or restored, 3 file(s) modified, 0 file(s) deleted
19860
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:25.975Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 3 events: update:dist/libs/africanies-icons/README.md, update:dist/libs/africanies-models/README.md, update:dist/libs/africanies-storage/README.md
19861
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:25.975Z - [WATCHER]: File changes detected:
19862
+ Created:
19863
+ (none)
19864
+ Updated:
19865
+ - dist/libs/africanies-icons/README.md
19866
+ - dist/libs/africanies-models/README.md
19867
+ - dist/libs/africanies-storage/README.md
19868
+ Deleted:
19869
+ (none)
19870
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=19
19871
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/types/africanies-africanies-models.d.ts
19872
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-storage/package.json
19873
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/fesm2022/africanies-africanies-models.mjs
19874
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-storage/types/africanies-africanies-storage.d.ts
19875
+ DEBUG nx::native::watch::watcher: [delete] tmp/libs/africanies-models/build/tsconfig.generated.92bcaa31-02c5-4b8a-90fa-8f5aa30e678d.json
19876
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/package.json
19877
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/README.md
19878
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/assets/icons.sprite.svg
19879
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-icons/fesm2022/africanies-africanies-icons.mjs
19880
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-icons/fesm2022/africanies-africanies-icons.mjs.map
19881
+ DEBUG nx::native::watch::watcher: [delete] tmp/libs/africanies-storage/build/tsconfig.generated.5f2b930a-f6d1-4fdf-922b-34cf93d89546.json
19882
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-icons/types/africanies-africanies-icons.d.ts
19883
+ DEBUG nx::native::watch::watcher: [delete] tmp/libs/africanies-icons/build/tsconfig.generated.66b2af05-e285-451a-a5c4-4c95ad1843e3.json
19884
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-storage/fesm2022/africanies-africanies-storage.mjs.map
19885
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/fesm2022/africanies-africanies-models.mjs.map
19886
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-models/README.md
19887
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-icons/package.json
19888
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-storage/fesm2022/africanies-africanies-storage.mjs
19889
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-storage/README.md
19890
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:25.978Z - [SYNC]: clearing sync generators cache due to file changes
19891
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:25.979Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
19892
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:25.979Z - [REQUEST]: dist/libs/africanies-icons/README.md,dist/libs/africanies-storage/README.md,dist/libs/africanies-models/README.md
19893
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:25.979Z - [REQUEST]:
19894
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
19895
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 70921, socket: /private/tmp/plugin61260-16-716575.472042.sock)
19896
+ [plugin-client] restarting worker for "nx/core/package-json"
19897
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 70922, socket: /private/tmp/plugin61260-17-716576.475458.sock)
19898
+ [plugin-client] restarting worker for "nx/core/project-json"
19899
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 70923, socket: /private/tmp/plugin61260-18-716577.698292.sock)
19900
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:25.985Z - Time taken for 'hash changed files from watcher' 2.633665999979712ms
19901
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:25.986Z - [WATCHER]: Processing file changes in outputs
19902
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 70921) listening on /private/tmp/plugin61260-16-716575.472042.sock
19903
+ Time taken for 'plugin worker 70921 code loading' 111.966584ms
19904
+ [plugin-worker] "nx/core/package-json" (pid: 70922) listening on /private/tmp/plugin61260-17-716576.475458.sock
19905
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 70921)
19906
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 70922)
19907
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:26.139Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 156.5341250000056ms
19908
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:26.139Z - Time taken for 'start-plugin-worker:nx/core/package-json' 155.6545000000624ms
19909
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 70921) connected
19910
+ [plugin-worker] "nx/core/package-json" (pid: 70922) connected
19911
+ Time taken for 'plugin worker 70922 code loading' 124.16933300000001ms
19912
+ [plugin-worker] "nx/core/project-json" (pid: 70923) listening on /private/tmp/plugin61260-18-716577.698292.sock
19913
+ [plugin-worker] "nx/core/package-json" (pid: 70922) loaded successfully
19914
+ Time taken for 'plugin worker 70923 code loading' 117.25824999999999ms
19915
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 70921) loaded successfully
19916
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 70923)
19917
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:26.150Z - Time taken for 'start-plugin-worker:nx/core/project-json' 165.83183399995323ms
19918
+ [plugin-worker] "nx/core/project-json" (pid: 70923) connected
19919
+ [plugin-worker] "nx/core/project-json" (pid: 70923) loaded successfully
19920
+ Time taken for 'nx/core/project-json:createNodes' 1.144124999999974ms
19921
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
19922
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 6.77158399999999ms
19923
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
19924
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:26.176Z - Time taken for 'build-project-configs' 187.84229199995752ms
19925
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:26.176Z - Time taken for 'createNodes:merge' 2.1371669999789447ms
19926
+ Time taken for 'build typescript dependencies' 3.9254160000000127ms
19927
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
19928
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:26.193Z - [SYNC]: collect registered sync generators
19929
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:26.194Z - [SYNC]: project graph hash is the same, not collecting task sync generators
19930
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:26.194Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
19931
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:26.198Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
19932
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:26.198Z - Time taken for 'total execution time for createProjectGraph()' 20.566500000073574ms
19933
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:26.198Z - Time taken for 'createDependencies' 17.208040999947116ms
19934
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:26.198Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 17.132125000003725ms
19935
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:26.198Z - Time taken for 'createMetadata' 0.006667000008746982ms
19936
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:26.198Z - Time taken for 'serialize graph' 1.673958000028506ms
19937
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:26.198Z - Time taken for 'write cache' 4.030583000043407ms
19938
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
19939
+ DEBUG nx::native::watch::watcher: [create] tmp/libs/africanies-core/build/tsconfig.generated.894f9283-afef-470c-b128-3c11e52f7d77.json
19940
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:26.625Z - [WATCHER]: Processing file changes in outputs
19941
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=8
19942
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-core
19943
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-core/types/africanies-africanies-core.d.ts
19944
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-core/types
19945
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs.map
19946
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs
19947
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-core/README.md
19948
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-core/package.json
19949
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-core/fesm2022
19950
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:27.025Z - [WATCHER]: Processing file changes in outputs
19951
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
19952
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-core/README.md
19953
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:27.026Z - [WATCHER]: dist/libs/africanies-core/README.md was deleted
19954
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:27.026Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: delete:dist/libs/africanies-core/README.md
19955
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:27.026Z - [WATCHER]: File changes detected:
19956
+ Created:
19957
+ (none)
19958
+ Updated:
19959
+ (none)
19960
+ Deleted:
19961
+ - dist/libs/africanies-core/README.md
19962
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:27.027Z - [SYNC]: clearing sync generators cache due to file changes
19963
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:27.028Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
19964
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:27.028Z - [REQUEST]:
19965
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:27.028Z - [REQUEST]: dist/libs/africanies-core/README.md
19966
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
19967
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 70930, socket: /private/tmp/plugin61260-19-717624.963458.sock)
19968
+ [plugin-client] restarting worker for "nx/core/package-json"
19969
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 70931, socket: /private/tmp/plugin61260-20-717626.841667.sock)
19970
+ [plugin-client] restarting worker for "nx/core/project-json"
19971
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 70932, socket: /private/tmp/plugin61260-21-717629.689667.sock)
19972
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:27.042Z - Time taken for 'hash changed files from watcher' 0.8107500000623986ms
19973
+ [plugin-worker] "nx/core/package-json" (pid: 70931) listening on /private/tmp/plugin61260-20-717626.841667.sock
19974
+ Time taken for 'plugin worker 70931 code loading' 280.134875ms
19975
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 70931)
19976
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:27.412Z - Time taken for 'start-plugin-worker:nx/core/package-json' 374.4032920000609ms
19977
+ [plugin-worker] "nx/core/package-json" (pid: 70931) connected
19978
+ [plugin-worker] "nx/core/project-json" (pid: 70932) listening on /private/tmp/plugin61260-21-717629.689667.sock
19979
+ Time taken for 'plugin worker 70932 code loading' 288.407375ms
19980
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 70930) listening on /private/tmp/plugin61260-19-717624.963458.sock
19981
+ Time taken for 'plugin worker 70930 code loading' 295.55958300000003ms
19982
+ [plugin-worker] "nx/core/package-json" (pid: 70931) loaded successfully
19983
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 70930)
19984
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 70932)
19985
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:27.426Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 394.0728750000708ms
19986
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:27.426Z - Time taken for 'start-plugin-worker:nx/core/project-json' 389.8169169999892ms
19987
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 70930) connected
19988
+ [plugin-worker] "nx/core/project-json" (pid: 70932) connected
19989
+ [plugin-worker] "nx/core/project-json" (pid: 70932) loaded successfully
19990
+ Time taken for 'nx/core/project-json:createNodes' 0.6581249999999841ms
19991
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
19992
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 70930) loaded successfully
19993
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 17.408999999999992ms
19994
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
19995
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:27.541Z - Time taken for 'build-project-configs' 486.9185409999918ms
19996
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:27.541Z - Time taken for 'createNodes:merge' 20.21558299998287ms
19997
+ Time taken for 'build typescript dependencies' 0.335125000000005ms
19998
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
19999
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:27.598Z - [SYNC]: collect registered sync generators
20000
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:27.598Z - [SYNC]: project graph hash is the same, not collecting task sync generators
20001
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:27.599Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
20002
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:27.606Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
20003
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:27.606Z - Time taken for 'total execution time for createProjectGraph()' 64.72895799996331ms
20004
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:27.606Z - Time taken for 'createDependencies' 56.17095900001004ms
20005
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:27.606Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 55.997707999893464ms
20006
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:27.606Z - Time taken for 'createMetadata' 0.010583000024780631ms
20007
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:27.606Z - Time taken for 'serialize graph' 2.843207999947481ms
20008
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:27.606Z - Time taken for 'write cache' 7.328291999991052ms
20009
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=6
20010
+ DEBUG nx::native::watch::watcher: [delete] tmp/libs/africanies-core/build/tsconfig.generated.894f9283-afef-470c-b128-3c11e52f7d77.json
20011
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/types/africanies-africanies-core.d.ts
20012
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs.map
20013
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs
20014
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-core/README.md
20015
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/package.json
20016
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:29.343Z - [WATCHER]: Processing file changes in outputs
20017
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
20018
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-core/README.md
20019
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:29.343Z - [WATCHER]: dist/libs/africanies-core/README.md was modified
20020
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:29.343Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: update:dist/libs/africanies-core/README.md
20021
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:29.343Z - [WATCHER]: File changes detected:
20022
+ Created:
20023
+ (none)
20024
+ Updated:
20025
+ - dist/libs/africanies-core/README.md
20026
+ Deleted:
20027
+ (none)
20028
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:29.345Z - [SYNC]: clearing sync generators cache due to file changes
20029
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:29.345Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
20030
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:29.345Z - [REQUEST]: dist/libs/africanies-core/README.md
20031
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:29.345Z - [REQUEST]:
20032
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
20033
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 70967, socket: /private/tmp/plugin61260-22-719939.568958.sock)
20034
+ [plugin-client] restarting worker for "nx/core/package-json"
20035
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 70968, socket: /private/tmp/plugin61260-23-719940.272125.sock)
20036
+ [plugin-client] restarting worker for "nx/core/project-json"
20037
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 70969, socket: /private/tmp/plugin61260-24-719940.646458.sock)
20038
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:29.348Z - Time taken for 'hash changed files from watcher' 1.21120800008066ms
20039
+ [plugin-worker] "nx/core/package-json" (pid: 70968) listening on /private/tmp/plugin61260-23-719940.272125.sock
20040
+ Time taken for 'plugin worker 70968 code loading' 123.535667ms
20041
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 70968)
20042
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:29.503Z - Time taken for 'start-plugin-worker:nx/core/package-json' 155.9332080000313ms
20043
+ [plugin-worker] "nx/core/package-json" (pid: 70968) connected
20044
+ [plugin-worker] "nx/core/project-json" (pid: 70969) listening on /private/tmp/plugin61260-24-719940.646458.sock
20045
+ Time taken for 'plugin worker 70969 code loading' 121.769792ms
20046
+ [plugin-worker] "nx/core/package-json" (pid: 70968) loaded successfully
20047
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 70967) listening on /private/tmp/plugin61260-22-719939.568958.sock
20048
+ Time taken for 'plugin worker 70967 code loading' 125.418792ms
20049
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 70967)
20050
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 70969)
20051
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:29.514Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 167.42787500005215ms
20052
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:29.514Z - Time taken for 'start-plugin-worker:nx/core/project-json' 166.48441600007936ms
20053
+ [plugin-worker] "nx/core/project-json" (pid: 70969) connected
20054
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 70967) connected
20055
+ [plugin-worker] "nx/core/project-json" (pid: 70969) loaded successfully
20056
+ Time taken for 'nx/core/project-json:createNodes' 0.6707090000000164ms
20057
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
20058
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
20059
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 70967) loaded successfully
20060
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 6.421582999999998ms
20061
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:29.549Z - Time taken for 'build-project-configs' 197.344875000068ms
20062
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:29.549Z - Time taken for 'createNodes:merge' 2.22199999995064ms
20063
+ Time taken for 'build typescript dependencies' 2.3383330000000058ms
20064
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
20065
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:29.564Z - [SYNC]: collect registered sync generators
20066
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:29.565Z - [SYNC]: project graph hash is the same, not collecting task sync generators
20067
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:29.565Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
20068
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:29.570Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
20069
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:29.570Z - Time taken for 'total execution time for createProjectGraph()' 17.935708999983035ms
20070
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:29.570Z - Time taken for 'createDependencies' 14.74800000002142ms
20071
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:29.570Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 14.665167000028305ms
20072
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:29.570Z - Time taken for 'createMetadata' 0.009000000078231096ms
20073
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:29.570Z - Time taken for 'serialize graph' 1.8889170000329614ms
20074
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:29.570Z - Time taken for 'write cache' 5.086875000037253ms
20075
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
20076
+ DEBUG nx::native::watch::watcher: [create] tmp/libs/africanies-theme/build/tsconfig.generated.efe06f20-3e82-4b91-9f72-0c7f1c54817d.json
20077
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:29.999Z - [WATCHER]: Processing file changes in outputs
20078
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=9
20079
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/package.json
20080
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/README.md
20081
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/tailwind-preset.cjs
20082
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme
20083
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs.map
20084
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/types
20085
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/fesm2022
20086
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/types/africanies-africanies-theme.d.ts
20087
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs
20088
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:30.343Z - [WATCHER]: Processing file changes in outputs
20089
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
20090
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/README.md
20091
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:30.347Z - [WATCHER]: dist/libs/africanies-theme/README.md was deleted
20092
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:30.347Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: delete:dist/libs/africanies-theme/README.md
20093
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:30.349Z - [WATCHER]: File changes detected:
20094
+ Created:
20095
+ (none)
20096
+ Updated:
20097
+ (none)
20098
+ Deleted:
20099
+ - dist/libs/africanies-theme/README.md
20100
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:30.352Z - [SYNC]: clearing sync generators cache due to file changes
20101
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:30.353Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
20102
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:30.353Z - [REQUEST]:
20103
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:30.353Z - [REQUEST]: dist/libs/africanies-theme/README.md
20104
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
20105
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 70992, socket: /private/tmp/plugin61260-25-720953.289125.sock)
20106
+ [plugin-client] restarting worker for "nx/core/package-json"
20107
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 70993, socket: /private/tmp/plugin61260-26-720954.413042.sock)
20108
+ [plugin-client] restarting worker for "nx/core/project-json"
20109
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 70994, socket: /private/tmp/plugin61260-27-720955.4365.sock)
20110
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:30.364Z - Time taken for 'hash changed files from watcher' 1.8244999999878928ms
20111
+ [plugin-worker] "nx/core/project-json" (pid: 70994) listening on /private/tmp/plugin61260-27-720955.4365.sock
20112
+ Time taken for 'plugin worker 70994 code loading' 139.5325ms
20113
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 70994)
20114
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:30.546Z - Time taken for 'start-plugin-worker:nx/core/project-json' 184.08191700000316ms
20115
+ [plugin-worker] "nx/core/project-json" (pid: 70994) connected
20116
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 70992) listening on /private/tmp/plugin61260-25-720953.289125.sock
20117
+ [plugin-worker] "nx/core/project-json" (pid: 70994) loaded successfully
20118
+ Time taken for 'plugin worker 70992 code loading' 146.198958ms
20119
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 70992)
20120
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:30.556Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 196.6646250000922ms
20121
+ [plugin-worker] "nx/core/package-json" (pid: 70993) listening on /private/tmp/plugin61260-26-720954.413042.sock
20122
+ Time taken for 'nx/core/project-json:createNodes' 0.6381250000000023ms
20123
+ Time taken for 'plugin worker 70993 code loading' 147.647917ms
20124
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 70992) connected
20125
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
20126
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 70993)
20127
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:30.568Z - Time taken for 'start-plugin-worker:nx/core/package-json' 206.56770899996627ms
20128
+ [plugin-worker] "nx/core/package-json" (pid: 70993) connected
20129
+ [plugin-worker] "nx/core/package-json" (pid: 70993) loaded successfully
20130
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 70992) loaded successfully
20131
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 5.975291999999996ms
20132
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
20133
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:30.606Z - Time taken for 'build-project-configs' 240.05900000000838ms
20134
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:30.606Z - Time taken for 'createNodes:merge' 2.491666999994777ms
20135
+ Time taken for 'build typescript dependencies' 0.11050000000000182ms
20136
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
20137
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:30.628Z - [SYNC]: collect registered sync generators
20138
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:30.628Z - [SYNC]: project graph hash is the same, not collecting task sync generators
20139
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:30.628Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
20140
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:30.634Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
20141
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:30.634Z - Time taken for 'total execution time for createProjectGraph()' 25.59929199994076ms
20142
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:30.634Z - Time taken for 'createDependencies' 21.770750000025146ms
20143
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:30.634Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 21.665000000037253ms
20144
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:30.634Z - Time taken for 'createMetadata' 0.008917000028304756ms
20145
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:30.634Z - Time taken for 'serialize graph' 1.7745839999988675ms
20146
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:30.634Z - Time taken for 'write cache' 5.512834000051953ms
20147
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
20148
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-theme/README.md
20149
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=7
20150
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/package.json
20151
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-theme/README.md
20152
+ DEBUG nx::native::watch::watcher: [delete] tmp/libs/africanies-theme/build/tsconfig.generated.efe06f20-3e82-4b91-9f72-0c7f1c54817d.json
20153
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-theme/tailwind-preset.cjs
20154
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs.map
20155
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/types/africanies-africanies-theme.d.ts
20156
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs
20157
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:31.694Z - [WATCHER]: Processing file changes in outputs
20158
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:31.695Z - [WATCHER]: dist/libs/africanies-theme/README.md was modified
20159
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:31.695Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: update:dist/libs/africanies-theme/README.md
20160
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:31.696Z - [WATCHER]: File changes detected:
20161
+ Created:
20162
+ (none)
20163
+ Updated:
20164
+ - dist/libs/africanies-theme/README.md
20165
+ Deleted:
20166
+ (none)
20167
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:31.701Z - [SYNC]: clearing sync generators cache due to file changes
20168
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:31.702Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
20169
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:31.702Z - [REQUEST]: dist/libs/africanies-theme/README.md
20170
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:31.702Z - [REQUEST]:
20171
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
20172
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 71000, socket: /private/tmp/plugin61260-28-722301.425458.sock)
20173
+ [plugin-client] restarting worker for "nx/core/package-json"
20174
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 71001, socket: /private/tmp/plugin61260-29-722306.886833.sock)
20175
+ [plugin-client] restarting worker for "nx/core/project-json"
20176
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 71002, socket: /private/tmp/plugin61260-30-722310.717667.sock)
20177
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:31.719Z - Time taken for 'hash changed files from watcher' 4.034458999987692ms
20178
+ [plugin-worker] "nx/core/package-json" (pid: 71001) listening on /private/tmp/plugin61260-29-722306.886833.sock
20179
+ [plugin-worker] "nx/core/project-json" (pid: 71002) listening on /private/tmp/plugin61260-30-722310.717667.sock
20180
+ Time taken for 'plugin worker 71002 code loading' 1501.36725ms
20181
+ Time taken for 'plugin worker 71001 code loading' 1518.0182909999999ms
20182
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 71001)
20183
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 71002)
20184
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:33.604Z - Time taken for 'start-plugin-worker:nx/core/package-json' 1888.44837499992ms
20185
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:33.605Z - Time taken for 'start-plugin-worker:nx/core/project-json' 1886.0910419999855ms
20186
+ [plugin-worker] "nx/core/package-json" (pid: 71001) connected
20187
+ [plugin-worker] "nx/core/project-json" (pid: 71002) connected
20188
+ [plugin-worker] "nx/core/project-json" (pid: 71002) loaded successfully
20189
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
20190
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 71000)
20191
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:33.661Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 1953.6854579999344ms
20192
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 71000) listening on /private/tmp/plugin61260-28-722301.425458.sock
20193
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 71000) connected
20194
+ Time taken for 'plugin worker 71000 code loading' 1665.174125ms
20195
+ [plugin-worker] "nx/core/package-json" (pid: 71001) loaded successfully
20196
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 71000) loaded successfully
20197
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
20198
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 24.024249999999938ms
20199
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:33.793Z - Time taken for 'build-project-configs' 2061.3190409999806ms
20200
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:33.793Z - Time taken for 'createNodes:merge' 12.194791999994777ms
20201
+ Time taken for 'build typescript dependencies' 7.941082999999708ms
20202
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
20203
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:33.834Z - [SYNC]: collect registered sync generators
20204
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:33.834Z - [SYNC]: project graph hash is the same, not collecting task sync generators
20205
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:33.834Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
20206
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:33.843Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
20207
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:33.843Z - Time taken for 'total execution time for createProjectGraph()' 55.08033299993258ms
20208
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:33.843Z - Time taken for 'createDependencies' 48.17804199992679ms
20209
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:33.843Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 46.53545799991116ms
20210
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:33.843Z - Time taken for 'createMetadata' 0.012500000069849193ms
20211
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:33.843Z - Time taken for 'serialize graph' 2.803416999988258ms
20212
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:33.843Z - Time taken for 'write cache' 8.23070800001733ms
20213
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
20214
+ DEBUG nx::native::watch::watcher: [create] tmp/libs/africanies-ui/build/tsconfig.generated.0e8f486a-003d-4368-8e68-9accf342e9e0.json
20215
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:35.060Z - [WATCHER]: Processing file changes in outputs
20216
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
20217
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/README.md
20218
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:35.422Z - [WATCHER]: dist/libs/africanies-ui/README.md was deleted
20219
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:35.422Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: delete:dist/libs/africanies-ui/README.md
20220
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:35.422Z - [WATCHER]: File changes detected:
20221
+ Created:
20222
+ (none)
20223
+ Updated:
20224
+ (none)
20225
+ Deleted:
20226
+ - dist/libs/africanies-ui/README.md
20227
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:35.423Z - [SYNC]: clearing sync generators cache due to file changes
20228
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:35.424Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
20229
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:35.425Z - [REQUEST]:
20230
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:35.425Z - [REQUEST]: dist/libs/africanies-ui/README.md
20231
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
20232
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 71035, socket: /private/tmp/plugin61260-31-726022.171125.sock)
20233
+ [plugin-client] restarting worker for "nx/core/package-json"
20234
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=15
20235
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/assets/carriers
20236
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/assets/carriers/dhl.svg
20237
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui
20238
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/assets/brand/africanies-logo.png
20239
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/package.json
20240
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/assets/brand
20241
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/fesm2022
20242
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/assets/brand/africanies-logo.svg
20243
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/assets
20244
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/README.md
20245
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs
20246
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map
20247
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/types
20248
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts
20249
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/assets/brand/africanies-logo-mini.png
20250
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 71036, socket: /private/tmp/plugin61260-32-726024.01775.sock)
20251
+ [plugin-client] restarting worker for "nx/core/project-json"
20252
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 71037, socket: /private/tmp/plugin61260-33-726026.332542.sock)
20253
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:35.435Z - Time taken for 'hash changed files from watcher' 1.4276669999817386ms
20254
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:35.436Z - [WATCHER]: Processing file changes in outputs
20255
+ [plugin-worker] "nx/core/project-json" (pid: 71037) listening on /private/tmp/plugin61260-33-726026.332542.sock
20256
+ Time taken for 'plugin worker 71037 code loading' 534.104334ms
20257
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 71037)
20258
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:36.129Z - Time taken for 'start-plugin-worker:nx/core/project-json' 695.1884169999976ms
20259
+ [plugin-worker] "nx/core/package-json" (pid: 71036) listening on /private/tmp/plugin61260-32-726024.01775.sock
20260
+ Time taken for 'plugin worker 71036 code loading' 535.373667ms
20261
+ [plugin-worker] "nx/core/project-json" (pid: 71037) connected
20262
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 71036)
20263
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:36.136Z - Time taken for 'start-plugin-worker:nx/core/package-json' 704.7833749999991ms
20264
+ [plugin-worker] "nx/core/package-json" (pid: 71036) connected
20265
+ [plugin-worker] "nx/core/project-json" (pid: 71037) loaded successfully
20266
+ Time taken for 'nx/core/project-json:createNodes' 2.6501670000000104ms
20267
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
20268
+ [plugin-worker] "nx/core/package-json" (pid: 71036) loaded successfully
20269
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 71035) listening on /private/tmp/plugin61260-31-726022.171125.sock
20270
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 71035)
20271
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:36.204Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 774.8868340000045ms
20272
+ Time taken for 'plugin worker 71035 code loading' 607.666166ms
20273
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 71035) connected
20274
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
20275
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 71035) loaded successfully
20276
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 44.67454099999998ms
20277
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:36.413Z - Time taken for 'build-project-configs' 944.609375ms
20278
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:36.413Z - Time taken for 'createNodes:merge' 17.873958999989554ms
20279
+ Time taken for 'build typescript dependencies' 0.18508299999996325ms
20280
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
20281
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:36.451Z - [SYNC]: collect registered sync generators
20282
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:36.451Z - [SYNC]: project graph hash is the same, not collecting task sync generators
20283
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:36.451Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
20284
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:36.471Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
20285
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:36.472Z - Time taken for 'total execution time for createProjectGraph()' 67.78420800005551ms
20286
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:36.472Z - Time taken for 'createDependencies' 48.784583000000566ms
20287
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:36.472Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 48.27745799999684ms
20288
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:36.472Z - Time taken for 'createMetadata' 0.007708000019192696ms
20289
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:36.472Z - Time taken for 'serialize graph' 3.6480000000447035ms
20290
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:36.475Z - Time taken for 'write cache' 20.206542000058107ms
20291
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
20292
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts
20293
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:41.178Z - [WATCHER]: Processing file changes in outputs
20294
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
20295
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/README.md
20296
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:41.743Z - [WATCHER]: dist/libs/africanies-ui/README.md was modified
20297
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:41.743Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: update:dist/libs/africanies-ui/README.md
20298
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:41.743Z - [WATCHER]: File changes detected:
20299
+ Created:
20300
+ (none)
20301
+ Updated:
20302
+ - dist/libs/africanies-ui/README.md
20303
+ Deleted:
20304
+ (none)
20305
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:41.745Z - [SYNC]: clearing sync generators cache due to file changes
20306
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:41.748Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
20307
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:41.748Z - [REQUEST]: dist/libs/africanies-ui/README.md
20308
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:41.748Z - [REQUEST]:
20309
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
20310
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=9
20311
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/carriers/dhl.svg
20312
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/brand/africanies-logo.png
20313
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/package.json
20314
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/brand/africanies-logo.svg
20315
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/README.md
20316
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs
20317
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map
20318
+ DEBUG nx::native::watch::watcher: [delete] tmp/libs/africanies-ui/build/tsconfig.generated.0e8f486a-003d-4368-8e68-9accf342e9e0.json
20319
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/brand/africanies-logo-mini.png
20320
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 71119, socket: /private/tmp/plugin61260-34-732375.404917.sock)
20321
+ [plugin-client] restarting worker for "nx/core/package-json"
20322
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 71120, socket: /private/tmp/plugin61260-35-732378.296542.sock)
20323
+ [plugin-client] restarting worker for "nx/core/project-json"
20324
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 71121, socket: /private/tmp/plugin61260-36-732415.896292.sock)
20325
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:41.827Z - Time taken for 'hash changed files from watcher' 1.1896660000784323ms
20326
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:41.828Z - [WATCHER]: Processing file changes in outputs
20327
+ [plugin-worker] "nx/core/project-json" (pid: 71121) listening on /private/tmp/plugin61260-36-732415.896292.sock
20328
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 71119) listening on /private/tmp/plugin61260-34-732375.404917.sock
20329
+ Time taken for 'plugin worker 71121 code loading' 219.356084ms
20330
+ [plugin-worker] "nx/core/package-json" (pid: 71120) listening on /private/tmp/plugin61260-35-732378.296542.sock
20331
+ Time taken for 'plugin worker 71119 code loading' 249.62775ms
20332
+ Time taken for 'plugin worker 71120 code loading' 249.81308399999998ms
20333
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 71121)
20334
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 71119)
20335
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 71120)
20336
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:42.085Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 303.45545799995307ms
20337
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:42.085Z - Time taken for 'start-plugin-worker:nx/core/package-json' 300.21812500001397ms
20338
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:42.085Z - Time taken for 'start-plugin-worker:nx/core/project-json' 262.24333399999887ms
20339
+ [plugin-worker] "nx/core/package-json" (pid: 71120) connected
20340
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 71119) connected
20341
+ [plugin-worker] "nx/core/project-json" (pid: 71121) connected
20342
+ [plugin-worker] "nx/core/project-json" (pid: 71121) loaded successfully
20343
+ [plugin-worker] "nx/core/package-json" (pid: 71120) loaded successfully
20344
+ Time taken for 'nx/core/project-json:createNodes' 2.125167000000033ms
20345
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
20346
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 71119) loaded successfully
20347
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
20348
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 18.005540999999994ms
20349
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:42.170Z - Time taken for 'build-project-configs' 408.2081669999752ms
20350
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:42.170Z - Time taken for 'createNodes:merge' 5.476750000030734ms
20351
+ Time taken for 'build typescript dependencies' 4.944833000000017ms
20352
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
20353
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:42.216Z - [SYNC]: collect registered sync generators
20354
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:42.216Z - [SYNC]: project graph hash is the same, not collecting task sync generators
20355
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:42.216Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
20356
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:42.225Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
20357
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:42.225Z - Time taken for 'total execution time for createProjectGraph()' 45.90891700005159ms
20358
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:42.225Z - Time taken for 'createDependencies' 40.75054200005252ms
20359
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:42.225Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 40.01162500004284ms
20360
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:42.225Z - Time taken for 'createMetadata' 0.008374999975785613ms
20361
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:42.226Z - Time taken for 'serialize graph' 5.3578749999869615ms
20362
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:42.226Z - Time taken for 'write cache' 8.701708000036888ms
20363
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=43
20364
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-BJ5IK8Re.js
20365
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-BYPboEAg.js
20366
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-Cg7brw6x.js
20367
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-CERmZ9We.js
20368
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-Bej5a2xR.js
20369
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/prerendered-routes.json
20370
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-BZBRtbFJ.js
20371
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/assets/africanies-icons/icons.sprite.svg
20372
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-CsrxfMap.js
20373
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-C96WSpFp.js
20374
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-BsnTz1m5.js
20375
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-D4V3eSCv.js
20376
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-Cy-ZOZI8.js
20377
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-Y9ccR-I6.js
20378
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-BOSfyWK2.js
20379
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-D48aVVTv.js
20380
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/styles-4FSELHYD.css
20381
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-CtndMAe2.js
20382
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/assets/africanies-ui/brand/africanies-logo-mini.png
20383
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-BHI7MG2Y.js
20384
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-CZBTrY_H.js
20385
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/main-WEJC3BLT.js
20386
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/favicon.ico
20387
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/assets/africanies-ui/brand/africanies-logo.svg
20388
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-C5kLunTi.js
20389
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/index.html
20390
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/3rdpartylicenses.txt
20391
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-ClSUoZp8.js
20392
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/assets/africanies-ui/carriers/dhl.svg
20393
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-Bg3QC1eL.js
20394
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-CjTyStrr.js
20395
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-C6tu3y81.js
20396
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-BdrGkq40.js
20397
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-D3vgrlDF.js
20398
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-CjYlnYC7.js
20399
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-DUkct7WP.js
20400
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/assets/africanies-ui/brand/africanies-logo.png
20401
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-DK715t6D.js
20402
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-B1QVY0hA.js
20403
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk--VJ6U9Ev.js
20404
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-CCnOVzbz.js
20405
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-D3-jrtyv.js
20406
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-lfUHaltX.js
20407
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:37:17.780Z - [WATCHER]: Processing file changes in outputs
20408
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
20409
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
20410
+ DEBUG nx::native::watch::watcher: [update] .github/workflows/deploy-demo.yml
20411
+ DEBUG nx::native::watch::watcher: [update] .github/workflows/deploy-demo.yml
20412
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:39:58.117Z - [WATCHER]: Processing file changes in outputs
20413
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:39:58.123Z - [WATCHER]: .github/workflows/deploy-demo.yml was modified
20414
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:39:58.123Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: update:.github/workflows/deploy-demo.yml
20415
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:39:58.131Z - [WATCHER]: File changes detected:
20416
+ Created:
20417
+ (none)
20418
+ Updated:
20419
+ - .github/workflows/deploy-demo.yml
20420
+ Deleted:
20421
+ (none)
20422
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:39:58.138Z - [SYNC]: clearing sync generators cache due to file changes
20423
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:39:58.141Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
20424
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:39:58.141Z - [REQUEST]: .github/workflows/deploy-demo.yml
20425
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:39:58.141Z - [REQUEST]:
20426
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
20427
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 73408, socket: /private/tmp/plugin61260-37-928742.081458.sock)
20428
+ [plugin-client] restarting worker for "nx/core/package-json"
20429
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 73409, socket: /private/tmp/plugin61260-38-928748.08325.sock)
20430
+ [plugin-client] restarting worker for "nx/core/project-json"
20431
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 73410, socket: /private/tmp/plugin61260-39-928748.603042.sock)
20432
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:39:58.158Z - Time taken for 'hash changed files from watcher' 6.178500000038184ms
20433
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 73408) listening on /private/tmp/plugin61260-37-928742.081458.sock
20434
+ [plugin-worker] "nx/core/package-json" (pid: 73409) listening on /private/tmp/plugin61260-38-928748.08325.sock
20435
+ [plugin-worker] "nx/core/project-json" (pid: 73410) listening on /private/tmp/plugin61260-39-928748.603042.sock
20436
+ Time taken for 'plugin worker 73410 code loading' 381.947208ms
20437
+ Time taken for 'plugin worker 73408 code loading' 381.94733399999996ms
20438
+ Time taken for 'plugin worker 73409 code loading' 381.953625ms
20439
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 73408)
20440
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 73409)
20441
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 73410)
20442
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:39:58.690Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 539.9925000000512ms
20443
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:39:58.690Z - Time taken for 'start-plugin-worker:nx/core/package-json' 533.7931249999674ms
20444
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:39:58.690Z - Time taken for 'start-plugin-worker:nx/core/project-json' 533.3515410000691ms
20445
+ [plugin-worker] "nx/core/package-json" (pid: 73409) connected
20446
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 73408) connected
20447
+ [plugin-worker] "nx/core/project-json" (pid: 73410) connected
20448
+ [plugin-worker] "nx/core/project-json" (pid: 73410) loaded successfully
20449
+ [plugin-worker] "nx/core/package-json" (pid: 73409) loaded successfully
20450
+ Time taken for 'nx/core/project-json:createNodes' 2.8693329999999833ms
20451
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
20452
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 73408) loaded successfully
20453
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
20454
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 8.996083999999996ms
20455
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:39:58.733Z - Time taken for 'build-project-configs' 572.8025840000482ms
20456
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:39:58.733Z - Time taken for 'createNodes:merge' 2.301541999913752ms
20457
+ Time taken for 'build typescript dependencies' 3.723875000000021ms
20458
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
20459
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:39:58.758Z - [SYNC]: collect registered sync generators
20460
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:39:58.758Z - [SYNC]: project graph hash is the same, not collecting task sync generators
20461
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:39:58.758Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
20462
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:39:58.769Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
20463
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:39:58.770Z - Time taken for 'total execution time for createProjectGraph()' 24.935249999980442ms
20464
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:39:58.770Z - Time taken for 'createDependencies' 19.91945799998939ms
20465
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:39:58.770Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 19.81754199997522ms
20466
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:39:58.770Z - Time taken for 'createMetadata' 0.006374999997206032ms
20467
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:39:58.770Z - Time taken for 'serialize graph' 5.8385000000707805ms
20468
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:39:58.770Z - Time taken for 'write cache' 11.282999999937601ms
20469
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
20470
+ DEBUG nx::native::watch::watcher: [update] apps/playground/src/app/app.config.ts
20471
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
20472
+ DEBUG nx::native::watch::watcher: [update] apps/playground/src/app/app.config.ts
20473
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:40:22.499Z - [WATCHER]: Processing file changes in outputs
20474
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:40:22.509Z - [WATCHER]: apps/playground/src/app/app.config.ts was modified
20475
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:40:22.510Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: update:apps/playground/src/app/app.config.ts
20476
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:40:22.510Z - [WATCHER]: File changes detected:
20477
+ Created:
20478
+ (none)
20479
+ Updated:
20480
+ - apps/playground/src/app/app.config.ts
20481
+ Deleted:
20482
+ (none)
20483
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:40:22.534Z - [SYNC]: clearing sync generators cache due to file changes
20484
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:40:22.535Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
20485
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:40:22.535Z - [REQUEST]: apps/playground/src/app/app.config.ts
20486
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:40:22.535Z - [REQUEST]:
20487
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
20488
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 73764, socket: /private/tmp/plugin61260-40-953132.93875.sock)
20489
+ [plugin-client] restarting worker for "nx/core/package-json"
20490
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 73765, socket: /private/tmp/plugin61260-41-953155.217292.sock)
20491
+ [plugin-client] restarting worker for "nx/core/project-json"
20492
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 73766, socket: /private/tmp/plugin61260-42-953156.301958.sock)
20493
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:40:22.565Z - Time taken for 'hash changed files from watcher' 23.666582999983802ms
20494
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 73764) listening on /private/tmp/plugin61260-40-953132.93875.sock
20495
+ [plugin-worker] "nx/core/project-json" (pid: 73766) listening on /private/tmp/plugin61260-42-953156.301958.sock
20496
+ [plugin-worker] "nx/core/package-json" (pid: 73765) listening on /private/tmp/plugin61260-41-953155.217292.sock
20497
+ Time taken for 'plugin worker 73765 code loading' 468.752292ms
20498
+ Time taken for 'plugin worker 73766 code loading' 475.56562499999995ms
20499
+ Time taken for 'plugin worker 73764 code loading' 470.99775ms
20500
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 73764)
20501
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 73765)
20502
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 73766)
20503
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:40:23.097Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 556.4281660000561ms
20504
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:40:23.097Z - Time taken for 'start-plugin-worker:nx/core/package-json' 533.8519999999553ms
20505
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:40:23.097Z - Time taken for 'start-plugin-worker:nx/core/project-json' 532.7584999999963ms
20506
+ [plugin-worker] "nx/core/project-json" (pid: 73766) connected
20507
+ [plugin-worker] "nx/core/package-json" (pid: 73765) connected
20508
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 73764) connected
20509
+ [plugin-worker] "nx/core/package-json" (pid: 73765) loaded successfully
20510
+ [plugin-worker] "nx/core/project-json" (pid: 73766) loaded successfully
20511
+ Time taken for 'nx/core/project-json:createNodes' 1.8687920000000986ms
20512
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
20513
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 73764) loaded successfully
20514
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
20515
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 13.416208000000097ms
20516
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:40:23.149Z - Time taken for 'build-project-configs' 601.6773340000072ms
20517
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:40:23.149Z - Time taken for 'createNodes:merge' 3.4740420000161976ms
20518
+ Time taken for 'build typescript dependencies' 10.70412500000009ms
20519
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
20520
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:40:23.174Z - [SYNC]: collect registered sync generators
20521
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:40:23.174Z - [SYNC]: project graph hash is the same, not collecting task sync generators
20522
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:40:23.175Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
20523
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:40:23.180Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
20524
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:40:23.180Z - Time taken for 'total execution time for createProjectGraph()' 28.240375000052154ms
20525
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:40:23.180Z - Time taken for 'createDependencies' 24.194250000058673ms
20526
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:40:23.180Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 24.106792000005953ms
20527
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:40:23.180Z - Time taken for 'createMetadata' 0.006791000021621585ms
20528
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:40:23.180Z - Time taken for 'serialize graph' 1.812125000054948ms
20529
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:40:23.180Z - Time taken for 'write cache' 5.472459000069648ms
20530
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=17
20531
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-rebase
20532
+ DEBUG nx::native::watch::watcher: [update] .husky/_/commit-msg
20533
+ DEBUG nx::native::watch::watcher: [update] .husky/_/h
20534
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-rewrite
20535
+ DEBUG nx::native::watch::watcher: [update] .husky/_/.gitignore
20536
+ DEBUG nx::native::watch::watcher: [update] .husky/_/prepare-commit-msg
20537
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-push
20538
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-checkout
20539
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-applypatch
20540
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-commit
20541
+ DEBUG nx::native::watch::watcher: [update] .husky/_/applypatch-msg
20542
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-auto-gc
20543
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-merge-commit
20544
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-merge
20545
+ DEBUG nx::native::watch::watcher: [create] .husky/_/husky.sh
20546
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-applypatch
20547
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-commit
20548
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:45:04.934Z - [WATCHER]: Processing file changes in outputs
20549
+ DEBUG nx::native::watch::watcher: watching stopped origin=/Applications/AngularJS/angular-web-sdk
20550
+ [NX v23.1.1 Daemon Server] - 2026-08-25T19:49:41.005Z - [WATCHER]: Stopping the watcher for /Applications/AngularJS/angular-web-sdk (sources)
20551
+ DEBUG nx::native::watch::watcher: watching stopped origin=/Applications/AngularJS/angular-web-sdk
20552
+ [NX v23.1.1 Daemon Server] - 2026-08-25T19:49:41.040Z - [WATCHER]: Stopping the watcher for /Applications/AngularJS/angular-web-sdk (outputs)
20553
+ [NX v23.1.1 Daemon Server] - 2026-08-25T19:49:41.049Z - [LATEST-NX]: Cleaning up latest Nx installation from /private/tmp/tmp-61260-OAJVH65Ua3uZ
20554
+ [NX v23.1.1 Daemon Server] - 2026-08-25T19:49:41.062Z - Server stopped because: "10800000ms of inactivity"
20555
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:51:58.327Z - [Client] Starting new daemon server in background
20556
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:51:58.481Z - [Client] Waiting for server (max: 6000 attempts, 10ms interval)
20557
+ DEBUG nx::native::watch::watcher: watching started origin=/Applications/AngularJS/angular-web-sdk
20558
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:00.501Z - [WATCHER]: Subscribed to changes within: /Applications/AngularJS/angular-web-sdk (native)
20559
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:00.652Z - 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
20560
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:00.652Z - New daemon __dirname: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/daemon/server
20561
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:00.652Z - New daemon nxVersion: 23.1.1
20562
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:00.668Z - New daemon getInstalledNxVersion(): 23.1.1
20563
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:00.673Z - Time taken for 'workspace context init' 0.7907089999998789ms
20564
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:00.684Z - [Server] Starting outdated check interval (20ms)
20565
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:00.710Z - Started listening on: /private/tmp/296ca56c10e3c3f77739/d.sock
20566
+ DEBUG nx::native::watch::watcher: watching started origin=/Applications/AngularJS/angular-web-sdk
20567
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:00.720Z - [LATEST-NX]: Pulling latest Nx...
20568
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:00.725Z - [AI-AGENTS]: Starting agent configuration status computation
20569
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:00.776Z - [Client] Server available
20570
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:00.781Z - [Client] Daemon server started, pid=59911
20571
+ [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: 59948, socket: /private/tmp/plugin59911-0-2235.426417.sock)
20572
+ [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: 59949, socket: /private/tmp/plugin59911-1-2608.192083.sock)
20573
+ [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: 59950, socket: /private/tmp/plugin59911-2-2608.886333.sock)
20574
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.101Z - Time taken for 'hash changed files from watcher' 0.014083000000027823ms
20575
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.101Z - Time taken for 'loadSpecifiedNxPlugins' 380.417375ms
20576
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.104Z - Established a connection. Number of open connections: 1
20577
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.105Z - Closed a connection. Number of open connections: 0
20578
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.137Z - Established a connection. Number of open connections: 1
20579
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.141Z - Closed a connection. Number of open connections: 0
20580
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.142Z - Established a connection. Number of open connections: 1
20581
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:01.143Z - [Messenger] Setting up socket listeners
20582
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:01.144Z - [Messenger] listen() complete
20583
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:01.167Z - [Messenger] Sending message type: REQUEST_PROJECT_GRAPH
20584
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:01.168Z - [Messenger] Message sent
20585
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.170Z - Received raw message of length 2558
20586
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.170Z - Received json message of type REQUEST_PROJECT_GRAPH
20587
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.171Z - Graph recompute necessary due to env variable refresh. Changed keys: PATH, PWD, NODE_PATH, PNPM_PACKAGE_NAME, NX_CLI_SET
20588
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.171Z - [REQUEST]: Client Request for Project Graph Received
20589
+ DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=61.227625ms
20590
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.235Z - No in-memory cached project graph found. Recomputing it...
20591
+ [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: 59950) listening on /private/tmp/plugin59911-2-2608.886333.sock
20592
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 59948) listening on /private/tmp/plugin59911-0-2235.426417.sock
20593
+ Time taken for 'plugin worker 59950 code loading' 393.722667ms
20594
+ Time taken for 'plugin worker 59948 code loading' 393.389292ms
20595
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 59948) connected
20596
+ [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: 59948)
20597
+ [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: 59950)
20598
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.543Z - 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' 816.0197080000003ms
20599
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.543Z - 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' 442.92987500000027ms
20600
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 59949) listening on /private/tmp/plugin59911-1-2608.192083.sock
20601
+ Time taken for 'plugin worker 59949 code loading' 391.995792ms
20602
+ [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: 59950) connected
20603
+ [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: 59950) loaded successfully
20604
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.548Z - 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' 827.6336249999999ms
20605
+ [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: 59949)
20606
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.552Z - 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' 453.313709ms
20607
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 59949) connected
20608
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 59949) loaded successfully
20609
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.556Z - 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' 836.9367500000003ms
20610
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 59948) loaded successfully
20611
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.559Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
20612
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.559Z - [REQUEST]:
20613
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.559Z - [REQUEST]:
20614
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.561Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
20615
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.561Z - [REQUEST]:
20616
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.561Z - [REQUEST]:
20617
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.562Z - Streaming message to client: progress update for topic graph-construction
20618
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.562Z - Streaming message to client: progress update for topic graph-construction
20619
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.562Z - Time taken for 'loadDefaultNxPlugins' 840.8777920000002ms
20620
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.562Z - 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' 840.611625ms
20621
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:01.562Z - [Messenger] Received message, length: 47
20622
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:01.563Z - [Messenger] Received message, length: 47
20623
+ Time taken for 'nx/core/project-json:createNodes' 0.3442080000000374ms
20624
+ Time taken for 'nx/core/project-json:createNodes' 1.5704170000000204ms
20625
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
20626
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.568Z - Streaming message to client: progress update for topic graph-construction
20627
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.568Z - Streaming message to client: progress update for topic graph-construction
20628
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:01.568Z - [Messenger] Received message, length: 153
20629
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:01.568Z - [Messenger] Received message, length: 153
20630
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 12.194709000000046ms
20631
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.583Z - Streaming message to client: progress update for topic graph-construction
20632
+ Time taken for 'nx/core/package-json:createNodes' 19.23566599999998ms
20633
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:01.583Z - [Messenger] Received message, length: 112
20634
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
20635
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.587Z - Streaming message to client: progress update for topic graph-construction
20636
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:01.588Z - [Messenger] Received message, length: 112
20637
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 8.714832999999999ms
20638
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.602Z - Streaming message to client: progress update for topic graph-construction
20639
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.602Z - Streaming message to client: progress update for topic graph-construction
20640
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:01.602Z - [Messenger] Received message, length: 47
20641
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:01.603Z - [Messenger] Received message, length: 47
20642
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.678Z - Streaming message to client: progress update for topic graph-construction
20643
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:01.678Z - [Messenger] Received message, length: 47
20644
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.682Z - Time taken for 'build-project-configs' 73.58279099999982ms
20645
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.683Z - Time taken for 'build-project-configs' 81.0793749999998ms
20646
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.684Z - Time taken for 'createNodes:merge' 33.10162500000024ms
20647
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.684Z - Time taken for 'createNodes:merge' 7.448124999999891ms
20648
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.684Z - Time taken for 'native-file-deps' 0.009457999999995081ms
20649
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.684Z - Time taken for 'get-workspace-files' 1.9489579999999478ms
20650
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.684Z - Time taken for 'read cache' 3.266791999999896ms
20651
+ Time taken for 'build typescript dependencies' 0.2044580000000451ms
20652
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
20653
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.730Z - Streaming message to client: progress update for topic graph-construction
20654
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:01.730Z - [Messenger] Received message, length: 47
20655
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.746Z - [SYNC]: collect registered sync generators
20656
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.772Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
20657
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.773Z - Serializing response for REQUEST_PROJECT_GRAPH message in json mode
20658
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.773Z - Responding to REQUEST_PROJECT_GRAPH message
20659
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.773Z - [REQUEST]: Responding to the client. project-graph
20660
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.773Z - Time taken for 'total for creating and serializing project graph' 601.0562919999998ms
20661
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.773Z - Time taken for 'total execution time for createProjectGraph()' 77.87587499999972ms
20662
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.774Z - Time taken for 'createDependencies' 62.4211250000003ms
20663
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.774Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 61.851166999999805ms
20664
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.774Z - Time taken for 'createMetadata' 0.017124999999850843ms
20665
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.774Z - Time taken for 'serialize graph' 3.3620419999997466ms
20666
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.774Z - Time taken for 'write cache' 25.522083999999722ms
20667
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.804Z - Done responding to the client project-graph
20668
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.805Z - Handled json message REQUEST_PROJECT_GRAPH. Handling time: 602. Response time: 32.
20669
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:01.805Z - [Messenger] Received message, length: 895604
20670
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:01.820Z - [Messenger] Sending message type: GET_CONTEXT_FILE_DATA
20671
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:01.820Z - [Messenger] Message sent
20672
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.820Z - Received raw message of length 32
20673
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.821Z - Received json message of type GET_CONTEXT_FILE_DATA
20674
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.822Z - Serializing response for GET_CONTEXT_FILE_DATA message in json mode
20675
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.822Z - Responding to GET_CONTEXT_FILE_DATA message
20676
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.822Z - [REQUEST]: Responding to the client. handleContextFileData
20677
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.823Z - Done responding to the client handleContextFileData
20678
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:01.823Z - Handled json message GET_CONTEXT_FILE_DATA. Handling time: 1. Response time: 1.
20679
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:01.824Z - [Messenger] Received message, length: 86769
20680
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:03.020Z - [Messenger] Setting up socket listeners
20681
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:03.020Z - [Messenger] listen() complete
20682
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:03.020Z - Established a connection. Number of open connections: 2
20683
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:03.021Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
20684
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:03.021Z - [Messenger] Message sent
20685
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:03.021Z - Established a connection. Number of open connections: 3
20686
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:03.022Z - Closed a connection. Number of open connections: 2
20687
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:03.022Z - Received raw message of length 42
20688
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:03.022Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
20689
+ Fetching nx...
20690
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:10.888Z - [LATEST-NX]: Successfully pulled latest Nx to /private/tmp/tmp-59911-5sbOruGCy2bA
20691
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:10.893Z - [NX-CONSOLE]: Using local implementation (NX_USE_LOCAL=true or inner call)
20692
+ DEBUG nx::native::ide::preferences: Loaded console preferences: NxConsolePreferences { auto_install_console: Some(true), path: "/Users/ikechukwukalu/.config/nx/ide.json" }
20693
+ DEBUG nx::native::ide::install: Detected editor: Unknown
20694
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:10.922Z - [NX-CONSOLE]: Console status check completed, shouldPrompt: false
20695
+ DEBUG nx::native::ide::install: Editor command 'code' is installed
20696
+ DEBUG nx::native::ide::install: Editor command 'code-insiders' not found
20697
+ DEBUG nx::native::ide::install: Checking if Nx Console extension is installed with: code --list-extensions
20698
+ DEBUG nx::native::ide::install: Command failed with status: ExitStatus(unix_wait_status(256))
20699
+ DEBUG nx::native::ide::install: Editor command 'cursor' not found
20700
+ DEBUG nx::native::ide::install: Checking if Nx Console extension is installed with: cursor --list-extensions
20701
+ DEBUG nx::native::ide::install: Command 'cursor' not found, cannot check extension status
20702
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:12.025Z - [AI-AGENTS]: Agent configuration status computation completed: 0 fully configured, 0 outdated, 0 partially configured, 5 non-configured
20703
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=12
20704
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=12
20705
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-core/package.json
20706
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/action-menu/menu-item.ts
20707
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/modules/africanies-feedback.module.ts
20708
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/modules/africanies-feedback.module.ts
20709
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-core/src/lib/payment-method/payment-method.mapper.spec.ts
20710
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/package.json
20711
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-core/package.json
20712
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/accordion/index.ts
20713
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-theme/package.json
20714
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/action-menu/action-menu.component.ts
20715
+ DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/snippets/action-menu.snippets.ts
20716
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/package.json
20717
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/index.ts
20718
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/accordion/accordion.component.ts
20719
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-core/src/lib/payment-method/payment-method.mapper.ts
20720
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-theme/package.json
20721
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/accordion/index.ts
20722
+ DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/snippets/action-menu.snippets.ts
20723
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/action-menu/action-menu.component.ts
20724
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/action-menu/menu-item.ts
20725
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-core/src/lib/payment-method/payment-method.mapper.spec.ts
20726
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-core/src/lib/payment-method/payment-method.mapper.ts
20727
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/index.ts
20728
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/accordion/accordion.component.ts
20729
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:21.772Z - [WATCHER]: Processing file changes in outputs
20730
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:21.773Z - [WATCHER]: 12 file(s) created or restored, 0 file(s) modified, 0 file(s) deleted
20731
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:21.774Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 12 events: create:libs/africanies-core/package.json, create:libs/africanies-ui/src/lib/modules/africanies-feedback.module.ts, create:libs/africanies-core/src/lib/payment-method/payment-method.mapper.spec.ts, create:libs/africanies-ui/package.json, create:libs/africanies-ui/src/index.ts, create:libs/africanies-ui/src/lib/accordion/accordion.component.ts, create:libs/africanies-core/src/lib/payment-method/payment-method.mapper.ts, create:libs/africanies-theme/package.json, create:libs/africanies-ui/src/lib/accordion/index.ts, create:apps/playground/src/app/snippets/action-menu.snippets.ts, create:libs/africanies-ui/src/lib/action-menu/action-menu.component.ts, create:libs/africanies-ui/src/lib/action-menu/menu-item.ts
20732
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:21.774Z - [WATCHER]: File changes detected:
20733
+ Created:
20734
+ - libs/africanies-core/package.json
20735
+ - libs/africanies-ui/src/lib/modules/africanies-feedback.module.ts
20736
+ - libs/africanies-core/src/lib/payment-method/payment-method.mapper.spec.ts
20737
+ - libs/africanies-ui/package.json
20738
+ - libs/africanies-ui/src/index.ts
20739
+ - libs/africanies-ui/src/lib/accordion/accordion.component.ts
20740
+ - libs/africanies-core/src/lib/payment-method/payment-method.mapper.ts
20741
+ - libs/africanies-theme/package.json
20742
+ - libs/africanies-ui/src/lib/accordion/index.ts
20743
+ - apps/playground/src/app/snippets/action-menu.snippets.ts
20744
+ ... and 2 more
20745
+ Updated:
20746
+ (none)
20747
+ Deleted:
20748
+ (none)
20749
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:21.779Z - [SYNC]: clearing sync generators cache due to file changes
20750
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:21.779Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
20751
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:21.779Z - [REQUEST]: libs/africanies-core/package.json,libs/africanies-ui/src/index.ts,libs/africanies-ui/src/lib/accordion/index.ts,libs/africanies-ui/src/lib/action-menu/action-menu.component.ts,libs/africanies-core/src/lib/payment-method/payment-method.mapper.ts,libs/africanies-core/src/lib/payment-method/payment-method.mapper.spec.ts,libs/africanies-ui/src/lib/accordion/accordion.component.ts,apps/playground/src/app/snippets/action-menu.snippets.ts,libs/africanies-ui/src/lib/modules/africanies-feedback.module.ts,libs/africanies-theme/package.json,libs/africanies-ui/src/lib/action-menu/menu-item.ts,libs/africanies-ui/package.json
20752
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:21.779Z - [REQUEST]:
20753
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
20754
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 60279, socket: /private/tmp/plugin59911-3-23287.6575.sock)
20755
+ [plugin-client] restarting worker for "nx/core/package-json"
20756
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 60280, socket: /private/tmp/plugin59911-4-23290.623208.sock)
20757
+ [plugin-client] restarting worker for "nx/core/project-json"
20758
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 60281, socket: /private/tmp/plugin59911-5-23291.318792.sock)
20759
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:21.786Z - Time taken for 'hash changed files from watcher' 4.225125000000844ms
20760
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 60279) listening on /private/tmp/plugin59911-3-23287.6575.sock
20761
+ [plugin-worker] "nx/core/project-json" (pid: 60281) listening on /private/tmp/plugin59911-5-23291.318792.sock
20762
+ [plugin-worker] "nx/core/package-json" (pid: 60280) listening on /private/tmp/plugin59911-4-23290.623208.sock
20763
+ Time taken for 'plugin worker 60279 code loading' 838.6530409999999ms
20764
+ Time taken for 'plugin worker 60280 code loading' 838.5769580000001ms
20765
+ Time taken for 'plugin worker 60281 code loading' 838.7839170000001ms
20766
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 60279)
20767
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 60280)
20768
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 60281)
20769
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:22.987Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 1202.4262079999971ms
20770
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:22.987Z - Time taken for 'start-plugin-worker:nx/core/package-json' 1201.0887089999997ms
20771
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:22.987Z - Time taken for 'start-plugin-worker:nx/core/project-json' 1200.7224580000002ms
20772
+ [plugin-worker] "nx/core/project-json" (pid: 60281) connected
20773
+ [plugin-worker] "nx/core/package-json" (pid: 60280) connected
20774
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 60279) connected
20775
+ [plugin-worker] "nx/core/project-json" (pid: 60281) loaded successfully
20776
+ [plugin-worker] "nx/core/package-json" (pid: 60280) loaded successfully
20777
+ Time taken for 'nx/core/project-json:createNodes' 2.2777920000000904ms
20778
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
20779
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 60279) loaded successfully
20780
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
20781
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 12.464707999999973ms
20782
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:23.050Z - Time taken for 'build-project-configs' 1259.8041250000024ms
20783
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:23.050Z - Time taken for 'createNodes:merge' 3.0475420000002487ms
20784
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:23.050Z - Time taken for 'native-file-deps' 0.001582999997481238ms
20785
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:23.050Z - Time taken for 'get-workspace-files' 2.586874999997235ms
20786
+ Time taken for 'build typescript dependencies' 32.03970800000002ms
20787
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
20788
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:23.099Z - [SYNC]: collect registered sync generators
20789
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:23.099Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
20790
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:23.109Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
20791
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:23.109Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
20792
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:23.111Z - Responding to PROJECT_GRAPH_UPDATED message
20793
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:23.111Z - [REQUEST]: Responding to the client. Project graph updated
20794
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:23.112Z - Time taken for 'total execution time for createProjectGraph()' 52.2868750000016ms
20795
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:23.112Z - Time taken for 'createDependencies' 47.646583000001556ms
20796
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:23.112Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 47.55104199999914ms
20797
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:23.112Z - Time taken for 'createMetadata' 0.007667000001674751ms
20798
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:23.112Z - Time taken for 'serialize graph' 1.9618749999972351ms
20799
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:23.112Z - Time taken for 'write cache' 9.328499999999622ms
20800
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:23.145Z - Done responding to the client Project graph updated
20801
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:23.145Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 10. Response time: 36.
20802
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:23.146Z - [Messenger] Received message, length: 895597
20803
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:24.158Z - Established a connection. Number of open connections: 3
20804
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:24.159Z - [Messenger] Sending message type: GET_CONTEXT_FILE_DATA
20805
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:24.159Z - [Messenger] Message sent
20806
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:24.159Z - Received raw message of length 32
20807
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:24.159Z - Received json message of type GET_CONTEXT_FILE_DATA
20808
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:24.160Z - Serializing response for GET_CONTEXT_FILE_DATA message in json mode
20809
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:24.160Z - Responding to GET_CONTEXT_FILE_DATA message
20810
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:24.160Z - [REQUEST]: Responding to the client. handleContextFileData
20811
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:24.160Z - Closed a connection. Number of open connections: 2
20812
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:24.161Z - Done responding to the client handleContextFileData
20813
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:24.161Z - Handled json message GET_CONTEXT_FILE_DATA. Handling time: 1. Response time: 1.
20814
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:24.161Z - [Messenger] Received message, length: 86956
20815
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:24.729Z - [ProjectGraphListener] Socket closed, triggering reconnection
20816
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:24.729Z - Closed a connection. Number of open connections: 1
20817
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:24.730Z - Established a connection. Number of open connections: 2
20818
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:24.730Z - [Messenger] Setting up socket listeners
20819
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:24.730Z - [Messenger] listen() complete
20820
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:24.730Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
20821
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:24.730Z - Established a connection. Number of open connections: 3
20822
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:24.730Z - [Messenger] Message sent
20823
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:24.730Z - Closed a connection. Number of open connections: 2
20824
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:24.731Z - Received raw message of length 42
20825
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:24.731Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
20826
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:36.617Z - [Server] lock file hash changed! old=6227132078796796162, new=6086193982527695913
20827
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:36.620Z - [Server] Daemon outdated: LOCK_FILES_CHANGED
20828
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:36.620Z - [Server] Restarting daemon...
20829
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:36.623Z - 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
20830
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:36.623Z - Old daemon __dirname: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/daemon/server
20831
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:36.624Z - Current process.execPath: /Users/ikechukwukalu/.nvm/versions/node/v24.20.0/bin/node
20832
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:36.624Z - Started new daemon process in background
20833
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:36.626Z - Closed a connection. Number of open connections: 1
20834
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:36.626Z - Closed a connection. Number of open connections: 0
20835
+ DEBUG nx::native::watch::watcher: watching stopped origin=/Applications/AngularJS/angular-web-sdk
20836
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:36.629Z - [WATCHER]: Stopping the watcher for /Applications/AngularJS/angular-web-sdk (sources)
20837
+ DEBUG nx::native::watch::watcher: watching stopped origin=/Applications/AngularJS/angular-web-sdk
20838
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:36.629Z - [ProjectGraphListener] Socket closed, triggering reconnection
20839
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:36.629Z - [WATCHER]: Stopping the watcher for /Applications/AngularJS/angular-web-sdk (outputs)
20840
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:36.629Z - [ProjectGraphListener] Starting reconnection for 1 callbacks
20841
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:36.629Z - [LATEST-NX]: Cleaning up latest Nx installation from /private/tmp/tmp-59911-5sbOruGCy2bA
20842
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:36.629Z - [Client] Waiting for server (max: 6000 attempts, 10ms interval)
20843
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:36.630Z - Server stopped because: "LOCK_FILES_CHANGED"
20844
+ DEBUG nx::native::watch::watcher: watching started origin=/Applications/AngularJS/angular-web-sdk
20845
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:37.398Z - [WATCHER]: Subscribed to changes within: /Applications/AngularJS/angular-web-sdk (native)
20846
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:37.402Z - 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
20847
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:37.402Z - New daemon __dirname: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/daemon/server
20848
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:37.402Z - New daemon nxVersion: 23.1.1
20849
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:37.403Z - New daemon getInstalledNxVersion(): 23.1.1
20850
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:37.409Z - Time taken for 'workspace context init' 0.469791999999984ms
20851
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:37.419Z - [Server] Starting outdated check interval (20ms)
20852
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:37.422Z - Started listening on: /private/tmp/23fbda77f70b6dc999dc/d.sock
20853
+ DEBUG nx::native::watch::watcher: watching started origin=/Applications/AngularJS/angular-web-sdk
20854
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:37.426Z - [LATEST-NX]: Pulling latest Nx...
20855
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:37.428Z - [AI-AGENTS]: Starting agent configuration status computation
20856
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:37.431Z - [Client] Server available
20857
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:37.431Z - [Messenger] Setting up socket listeners
20858
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:37.432Z - [Messenger] listen() complete
20859
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:37.432Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
20860
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:37.432Z - [Messenger] Message sent
20861
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:37.432Z - [ProjectGraphListener] Reconnected successfully
20862
+ [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: 60478, socket: /private/tmp/plugin60459-0-786.3985.sock)
20863
+ [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: 60479, socket: /private/tmp/plugin60459-1-833.184292.sock)
20864
+ [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: 60480, socket: /private/tmp/plugin60459-2-833.73.sock)
20865
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:37.476Z - Time taken for 'hash changed files from watcher' 0.010750000000030013ms
20866
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:37.476Z - Time taken for 'loadSpecifiedNxPlugins' 50.40733399999999ms
20867
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:37.477Z - Established a connection. Number of open connections: 1
20868
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:37.477Z - Established a connection. Number of open connections: 2
20869
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:37.478Z - Closed a connection. Number of open connections: 1
20870
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:37.478Z - Received raw message of length 42
20871
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:37.478Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
20872
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
20873
+ DEBUG nx::native::watch::watcher: [create] .nx/workspace-data/d/server-process.json
20874
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:37.535Z - [WATCHER]: Processing file changes in outputs
20875
+ [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: 60480) listening on /private/tmp/plugin60459-2-833.73.sock
20876
+ Time taken for 'plugin worker 60480 code loading' 239.956083ms
20877
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 60478) listening on /private/tmp/plugin60459-0-786.3985.sock
20878
+ Time taken for 'plugin worker 60478 code loading' 239.57320900000002ms
20879
+ [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: 60478)
20880
+ [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: 60480)
20881
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:37.766Z - 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' 335.67708300000004ms
20882
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:37.766Z - 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' 289.64829199999997ms
20883
+ [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: 60480) connected
20884
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 60478) connected
20885
+ [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: 60480) loaded successfully
20886
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:37.772Z - 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' 347.1315000000001ms
20887
+ [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: 60479)
20888
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:37.775Z - 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' 299.364292ms
20889
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 60479) listening on /private/tmp/plugin60459-1-833.184292.sock
20890
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 60479) connected
20891
+ Time taken for 'plugin worker 60479 code loading' 240.60004200000003ms
20892
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 60479) loaded successfully
20893
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:37.793Z - 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' 367.88091699999995ms
20894
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 60478) loaded successfully
20895
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:37.797Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
20896
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:37.797Z - [REQUEST]:
20897
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:37.797Z - [REQUEST]:
20898
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:37.812Z - Time taken for 'loadDefaultNxPlugins' 371.0841670000001ms
20899
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:37.812Z - 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' 370.85574999999994ms
20900
+ Time taken for 'nx/core/project-json:createNodes' 2.3917090000000485ms
20901
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
20902
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 18.204791999999998ms
20903
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
20904
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:37.882Z - Time taken for 'build-project-configs' 49.663499999999885ms
20905
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:37.882Z - Time taken for 'createNodes:merge' 18.4368750000001ms
20906
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:37.882Z - Time taken for 'native-file-deps' 0.006374999999934516ms
20907
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:37.882Z - Time taken for 'get-workspace-files' 1.9865830000001097ms
20908
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:37.882Z - Time taken for 'read cache' 1.1793749999999363ms
20909
+ Time taken for 'build typescript dependencies' 55.73866700000002ms
20910
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
20911
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:37.966Z - [SYNC]: collect registered sync generators
20912
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:37.982Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
20913
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:37.982Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
20914
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:37.985Z - Responding to PROJECT_GRAPH_UPDATED message
20915
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:37.986Z - [REQUEST]: Responding to the client. Project graph updated
20916
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:37.986Z - Time taken for 'total execution time for createProjectGraph()' 87.29091699999981ms
20917
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:37.986Z - Time taken for 'createDependencies' 78.09662500000013ms
20918
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:37.986Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 77.48170800000003ms
20919
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:37.987Z - Time taken for 'createMetadata' 0.16229199999997945ms
20920
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:37.987Z - Time taken for 'serialize graph' 4.358457999999928ms
20921
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:37.987Z - Time taken for 'write cache' 15.448250000000144ms
20922
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:37.996Z - Done responding to the client Project graph updated
20923
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:37.996Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 16. Response time: 14.
20924
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:38.003Z - [Messenger] Received message, length: 895597
20925
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.559Z - Established a connection. Number of open connections: 2
20926
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.560Z - Closed a connection. Number of open connections: 1
20927
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.562Z - Established a connection. Number of open connections: 2
20928
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.562Z - Closed a connection. Number of open connections: 1
20929
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.563Z - Established a connection. Number of open connections: 2
20930
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:38.562Z - [Messenger] Setting up socket listeners
20931
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:38.565Z - [Messenger] listen() complete
20932
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:38.578Z - [Messenger] Sending message type: GET_NX_CONSOLE_STATUS
20933
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:38.578Z - [Messenger] Message sent
20934
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.580Z - Received raw message of length 4833
20935
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.581Z - Received json message of type GET_NX_CONSOLE_STATUS
20936
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.581Z - 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
20937
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.582Z - Serializing response for GET_NX_CONSOLE_STATUS message in json mode
20938
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.582Z - Responding to GET_NX_CONSOLE_STATUS message
20939
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.582Z - [REQUEST]: Responding to the client. handleGetNxConsoleStatus
20940
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.582Z - Done responding to the client handleGetNxConsoleStatus
20941
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.582Z - Handled json message GET_NX_CONSOLE_STATUS. Handling time: 0. Response time: 0.
20942
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:38.582Z - [Messenger] Received message, length: 22
20943
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:38.657Z - [Messenger] Sending message type: REQUEST_PROJECT_GRAPH
20944
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:38.657Z - [Messenger] Message sent
20945
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.657Z - Received raw message of length 32
20946
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.657Z - Received json message of type REQUEST_PROJECT_GRAPH
20947
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.658Z - [REQUEST]: Client Request for Project Graph Received
20948
+ DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=65.407083ms
20949
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.724Z - No in-memory cached project graph found. Recomputing it...
20950
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.724Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
20951
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.724Z - [REQUEST]:
20952
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.724Z - [REQUEST]:
20953
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.725Z - Streaming message to client: progress update for topic graph-construction
20954
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
20955
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:38.725Z - [Messenger] Received message, length: 47
20956
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 60519, socket: /private/tmp/plugin60459-3-2083.472625.sock)
20957
+ [plugin-client] restarting worker for "nx/core/package-json"
20958
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 60520, socket: /private/tmp/plugin60459-4-2084.287042.sock)
20959
+ [plugin-client] restarting worker for "nx/core/project-json"
20960
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 60521, socket: /private/tmp/plugin60459-5-2084.783625.sock)
20961
+ [plugin-worker] "nx/core/package-json" (pid: 60520) listening on /private/tmp/plugin60459-4-2084.287042.sock
20962
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 60519) listening on /private/tmp/plugin60459-3-2083.472625.sock
20963
+ [plugin-worker] "nx/core/project-json" (pid: 60521) listening on /private/tmp/plugin60459-5-2084.783625.sock
20964
+ Time taken for 'plugin worker 60521 code loading' 106.183458ms
20965
+ Time taken for 'plugin worker 60520 code loading' 107.92504199999999ms
20966
+ Time taken for 'plugin worker 60519 code loading' 107.955875ms
20967
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 60519)
20968
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 60520)
20969
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 60521)
20970
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.868Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 141.7836669999997ms
20971
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.868Z - Time taken for 'start-plugin-worker:nx/core/package-json' 141.43716700000004ms
20972
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.868Z - Time taken for 'start-plugin-worker:nx/core/project-json' 141.25070800000003ms
20973
+ [plugin-worker] "nx/core/project-json" (pid: 60521) connected
20974
+ [plugin-worker] "nx/core/package-json" (pid: 60520) connected
20975
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 60519) connected
20976
+ [plugin-worker] "nx/core/project-json" (pid: 60521) loaded successfully
20977
+ [plugin-worker] "nx/core/package-json" (pid: 60520) loaded successfully
20978
+ Time taken for 'nx/core/project-json:createNodes' 0.6767499999999984ms
20979
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
20980
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.874Z - Streaming message to client: progress update for topic graph-construction
20981
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:38.874Z - [Messenger] Received message, length: 153
20982
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 60519) loaded successfully
20983
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
20984
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.882Z - Streaming message to client: progress update for topic graph-construction
20985
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:38.882Z - [Messenger] Received message, length: 112
20986
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 5.997749999999996ms
20987
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.889Z - Streaming message to client: progress update for topic graph-construction
20988
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:38.889Z - [Messenger] Received message, length: 47
20989
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.895Z - Streaming message to client: progress update for topic graph-construction
20990
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:38.895Z - [Messenger] Received message, length: 47
20991
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.896Z - Time taken for 'build-project-configs' 165.94908299999997ms
20992
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.896Z - Time taken for 'createNodes:merge' 2.099290999999994ms
20993
+ Time taken for 'build typescript dependencies' 0.09158299999998576ms
20994
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
20995
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.905Z - Streaming message to client: progress update for topic graph-construction
20996
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:38.905Z - [Messenger] Received message, length: 47
20997
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.911Z - [SYNC]: collect registered sync generators
20998
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.911Z - [SYNC]: project graph hash is the same, not collecting task sync generators
20999
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.911Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
21000
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.920Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
21001
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.920Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
21002
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.922Z - Responding to PROJECT_GRAPH_UPDATED message
21003
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.922Z - [REQUEST]: Responding to the client. Project graph updated
21004
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.923Z - Serializing response for REQUEST_PROJECT_GRAPH message in json mode
21005
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.923Z - Responding to REQUEST_PROJECT_GRAPH message
21006
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.923Z - [REQUEST]: Responding to the client. project-graph
21007
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.923Z - Time taken for 'total for creating and serializing project graph' 265.022833ms
21008
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.923Z - Time taken for 'total execution time for createProjectGraph()' 16.80033400000002ms
21009
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.923Z - Time taken for 'createDependencies' 13.441166000000067ms
21010
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.923Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 13.26379100000031ms
21011
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.923Z - Time taken for 'createMetadata' 0.007499999999708962ms
21012
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.923Z - Time taken for 'serialize graph' 1.91399999999976ms
21013
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.923Z - Time taken for 'write cache' 8.999084000000039ms
21014
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.926Z - Done responding to the client project-graph
21015
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.926Z - Handled json message REQUEST_PROJECT_GRAPH. Handling time: 266. Response time: 3.
21016
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:38.926Z - [Messenger] Received message, length: 895604
21017
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.927Z - Done responding to the client Project graph updated
21018
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.927Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 9. Response time: 7.
21019
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:38.931Z - [Messenger] Sending message type: PRE_TASKS_EXECUTION
21020
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:38.932Z - [Messenger] Message sent
21021
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.932Z - Received raw message of length 2087
21022
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.932Z - Received json message of type PRE_TASKS_EXECUTION
21023
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.932Z - Serializing response for PRE_TASKS_EXECUTION message in json mode
21024
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.932Z - Responding to PRE_TASKS_EXECUTION message
21025
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.932Z - [REQUEST]: Responding to the client. handleRunPreTasksExecution
21026
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.932Z - Done responding to the client handleRunPreTasksExecution
21027
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.932Z - Handled json message PRE_TASKS_EXECUTION. Handling time: 0. Response time: 0.
21028
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:38.932Z - [Messenger] Received message, length: 2
21029
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.932Z - Time taken for 'preTasksExecution' 0.5072919999997794ms
21030
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:38.933Z - [Messenger] Received message, length: 895597
21031
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:38.962Z - [Messenger] Sending message type: HASH_TASKS
21032
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:38.962Z - [Messenger] Message sent
21033
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.964Z - Received raw message of length 44126
21034
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:38.964Z - Received json message of type HASH_TASKS
21035
+ DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=57.036417ms
21036
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:39.021Z - Reusing in-memory cached project graph because no files changed.
21037
+ DEBUG nx::native::tasks::hash_planner: get_plans_internal COMPLETED in 9.72125ms - processed 6 tasks (setup: 7.294792ms, parallel_planning: 2.41775ms, pool: 1031 unique instructions)
21038
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "8520130568453209191" (".gitignore") to hash
21039
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "2425668806101952406" ("nx.json") to hash
21040
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "6605332246132408965" ("eslint.config.mjs") to hash
21041
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Hash Value: "17385814077483807182"
21042
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Hash Value: "17732202739991855709"
21043
+ DEBUG nx::native::tasks::task_hasher: hash_plans COMPLETED in 8.190209ms - processed 6 plans (setup: 660.125µs, hashing: 7.527917ms, assembly: 4.569917ms)
21044
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:39.052Z - Serializing response for HASH_TASKS message in json mode
21045
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:39.053Z - Responding to HASH_TASKS message
21046
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:39.053Z - [REQUEST]: Responding to the client. handleHashTasks
21047
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:39.056Z - Done responding to the client handleHashTasks
21048
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:39.056Z - [Messenger] Received message, length: 288892
21049
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:39.056Z - Handled json message HASH_TASKS. Handling time: 88. Response time: 4.
21050
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:39.485Z - [Messenger] Sending message type: GET_ESTIMATED_TASK_TIMINGS
21051
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:39.485Z - [Messenger] Message sent
21052
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:39.485Z - Received raw message of length 330
21053
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:39.485Z - Received json message of type GET_ESTIMATED_TASK_TIMINGS
21054
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:39.498Z - Serializing response for GET_ESTIMATED_TASK_TIMINGS message in json mode
21055
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:39.498Z - Responding to GET_ESTIMATED_TASK_TIMINGS message
21056
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:39.498Z - [REQUEST]: Responding to the client. handleGetEstimatedTaskTimings
21057
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:39.498Z - Done responding to the client handleGetEstimatedTaskTimings
21058
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:39.498Z - Handled json message GET_ESTIMATED_TASK_TIMINGS. Handling time: 13. Response time: 0.
21059
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:39.498Z - [Messenger] Received message, length: 180
21060
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:39.964Z - Established a connection. Number of open connections: 3
21061
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:39.965Z - [Messenger] Setting up socket listeners
21062
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:39.965Z - [Messenger] listen() complete
21063
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:39.965Z - Established a connection. Number of open connections: 4
21064
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:39.966Z - Closed a connection. Number of open connections: 3
21065
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:39.966Z - Established a connection. Number of open connections: 4
21066
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:39.966Z - Closed a connection. Number of open connections: 3
21067
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:39.968Z - [Messenger] Sending message type: GET_CONTEXT_FILE_DATA
21068
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:39.968Z - [Messenger] Message sent
21069
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:39.968Z - Received raw message of length 32
21070
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:39.968Z - Received json message of type GET_CONTEXT_FILE_DATA
21071
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:39.969Z - Serializing response for GET_CONTEXT_FILE_DATA message in json mode
21072
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:39.970Z - Responding to GET_CONTEXT_FILE_DATA message
21073
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:39.970Z - [REQUEST]: Responding to the client. handleContextFileData
21074
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:39.970Z - Done responding to the client handleContextFileData
21075
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:39.970Z - Handled json message GET_CONTEXT_FILE_DATA. Handling time: 1. Response time: 1.
21076
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:39.970Z - [Messenger] Received message, length: 86957
21077
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:40.862Z - Closed a connection. Number of open connections: 2
21078
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:40.874Z - [Messenger] Setting up socket listeners
21079
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:40.874Z - [Messenger] listen() complete
21080
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:40.874Z - Established a connection. Number of open connections: 3
21081
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:40.874Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
21082
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:40.874Z - Established a connection. Number of open connections: 4
21083
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:40.874Z - [Messenger] Message sent
21084
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:40.874Z - Closed a connection. Number of open connections: 3
21085
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:40.875Z - Received raw message of length 42
21086
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:40.875Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
21087
+ Fetching nx...
21088
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:46.768Z - [Messenger] Sending message type: RECORD_TASK_RUNS
21089
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:46.769Z - [Messenger] Message sent
21090
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:46.769Z - Received raw message of length 1137
21091
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:46.769Z - Received json message of type RECORD_TASK_RUNS
21092
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:46.777Z - Serializing response for RECORD_TASK_RUNS message in json mode
21093
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:46.777Z - Responding to RECORD_TASK_RUNS message
21094
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:46.777Z - [REQUEST]: Responding to the client. handleRecordTaskRuns
21095
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:46.777Z - Done responding to the client handleRecordTaskRuns
21096
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:46.777Z - Handled json message RECORD_TASK_RUNS. Handling time: 8. Response time: 0.
21097
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:46.777Z - [Messenger] Received message, length: 4
21098
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:46.777Z - [Messenger] Sending message type: GET_FLAKY_TASKS
21099
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:46.778Z - [Messenger] Message sent
21100
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:46.778Z - Received raw message of length 169
21101
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:46.778Z - Received json message of type GET_FLAKY_TASKS
21102
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:46.780Z - Serializing response for GET_FLAKY_TASKS message in json mode
21103
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:46.780Z - Responding to GET_FLAKY_TASKS message
21104
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:46.780Z - [REQUEST]: Responding to the client. handleGetFlakyTasks
21105
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:46.780Z - Done responding to the client handleGetFlakyTasks
21106
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:46.780Z - Handled json message GET_FLAKY_TASKS. Handling time: 2. Response time: 0.
21107
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:46.780Z - [Messenger] Received message, length: 2
21108
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:46.782Z - Established a connection. Number of open connections: 4
21109
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:46.782Z - [Messenger] Sending message type: GET_CONFIGURE_AI_AGENTS_STATUS
21110
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:46.782Z - [Messenger] Message sent
21111
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:46.783Z - Received raw message of length 41
21112
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:46.783Z - Received json message of type GET_CONFIGURE_AI_AGENTS_STATUS
21113
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:46.783Z - Serializing response for GET_CONFIGURE_AI_AGENTS_STATUS message in json mode
21114
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:46.783Z - Responding to GET_CONFIGURE_AI_AGENTS_STATUS message
21115
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:46.783Z - [REQUEST]: Responding to the client. handleGetConfigureAiAgentsStatus
21116
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:46.783Z - Done responding to the client handleGetConfigureAiAgentsStatus
21117
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:46.783Z - Handled json message GET_CONFIGURE_AI_AGENTS_STATUS. Handling time: 0. Response time: 0.
21118
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:46.783Z - [Messenger] Received message, length: 104
21119
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:46.783Z - Closed a connection. Number of open connections: 3
21120
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:46.788Z - [Messenger] Sending message type: POST_TASKS_EXECUTION
21121
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:46.792Z - [Messenger] Message sent
21122
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:46.803Z - [LATEST-NX]: Successfully pulled latest Nx to /private/tmp/tmp-60459-B1mZGF2knYGg
21123
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:46.806Z - [NX-CONSOLE]: Using local implementation (NX_USE_LOCAL=true or inner call)
21124
+ DEBUG nx::native::ide::preferences: Loaded console preferences: NxConsolePreferences { auto_install_console: Some(true), path: "/Users/ikechukwukalu/.config/nx/ide.json" }
21125
+ DEBUG nx::native::ide::install: Detected editor: VSCode
21126
+ DEBUG nx::native::ide::install: Checking if Nx Console extension is installed with: code --list-extensions
21127
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:46.831Z - Received raw message of length 319427
21128
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:46.833Z - Received json message of type POST_TASKS_EXECUTION
21129
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:46.833Z - Serializing response for POST_TASKS_EXECUTION message in json mode
21130
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:46.833Z - Responding to POST_TASKS_EXECUTION message
21131
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:46.833Z - [REQUEST]: Responding to the client. handleRunPostTasksExecution
21132
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:46.833Z - Done responding to the client handleRunPostTasksExecution
21133
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:46.833Z - Handled json message POST_TASKS_EXECUTION. Handling time: 0. Response time: 0.
21134
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:46.833Z - Time taken for 'postTasksExecution' 0.3772499999995489ms
21135
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:52:46.833Z - [Messenger] Received message, length: 4
21136
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:46.900Z - Closed a connection. Number of open connections: 2
21137
+ DEBUG nx::native::ide::install: Editor command 'code' is installed
21138
+ DEBUG nx::native::ide::install: Editor command 'code-insiders' not found
21139
+ DEBUG nx::native::ide::install: Checking if Nx Console extension is installed with: code --list-extensions
21140
+ DEBUG nx::native::ide::install: Nx Console extension is installed
21141
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:48.724Z - [NX-CONSOLE]: Console status check completed, shouldPrompt: false
21142
+ DEBUG nx::native::ide::install: Nx Console extension is installed
21143
+ DEBUG nx::native::ide::install: Editor command 'cursor' not found
21144
+ DEBUG nx::native::ide::install: Checking if Nx Console extension is installed with: cursor --list-extensions
21145
+ DEBUG nx::native::ide::install: Command 'cursor' not found, cannot check extension status
21146
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:52:49.066Z - [AI-AGENTS]: Agent configuration status computation completed: 0 fully configured, 0 outdated, 1 partially configured, 4 non-configured
21147
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=17
21148
+ DEBUG nx::native::watch::watcher: [update] .husky/_/h
21149
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-applypatch
21150
+ DEBUG nx::native::watch::watcher: [update] .husky/_/prepare-commit-msg
21151
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-merge-commit
21152
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-checkout
21153
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-commit
21154
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-rewrite
21155
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-push
21156
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-merge
21157
+ DEBUG nx::native::watch::watcher: [update] .husky/_/commit-msg
21158
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-commit
21159
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-auto-gc
21160
+ DEBUG nx::native::watch::watcher: [update] .husky/_/.gitignore
21161
+ DEBUG nx::native::watch::watcher: [update] .husky/_/applypatch-msg
21162
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-rebase
21163
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-applypatch
21164
+ DEBUG nx::native::watch::watcher: [create] .husky/_/husky.sh
21165
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:53:13.144Z - [WATCHER]: Processing file changes in outputs
21166
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
21167
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
21168
+ DEBUG nx::native::watch::watcher: [delete] _tmp_61689_cc17806212f6060c567135acf4678611
21169
+ DEBUG nx::native::watch::watcher: [delete] _tmp_61689_cc17806212f6060c567135acf4678611
21170
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:02.244Z - [WATCHER]: Processing file changes in outputs
21171
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:02.245Z - [WATCHER]: _tmp_61689_cc17806212f6060c567135acf4678611 was deleted
21172
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:02.246Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: delete:_tmp_61689_cc17806212f6060c567135acf4678611
21173
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:02.246Z - [WATCHER]: File changes detected:
21174
+ Created:
21175
+ (none)
21176
+ Updated:
21177
+ (none)
21178
+ Deleted:
21179
+ - _tmp_61689_cc17806212f6060c567135acf4678611
21180
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:02.251Z - [SYNC]: clearing sync generators cache due to file changes
21181
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:02.254Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
21182
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:02.254Z - [REQUEST]:
21183
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:02.254Z - [REQUEST]: _tmp_61689_cc17806212f6060c567135acf4678611
21184
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
21185
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 61690, socket: /private/tmp/plugin60459-6-85619.155083.sock)
21186
+ [plugin-client] restarting worker for "nx/core/package-json"
21187
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 61691, socket: /private/tmp/plugin60459-7-85620.9155.sock)
21188
+ [plugin-client] restarting worker for "nx/core/project-json"
21189
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 61692, socket: /private/tmp/plugin60459-8-85621.545542.sock)
21190
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:02.263Z - Time taken for 'hash changed files from watcher' 5.089749999999185ms
21191
+ [plugin-worker] "nx/core/project-json" (pid: 61692) listening on /private/tmp/plugin60459-8-85621.545542.sock
21192
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 61690) listening on /private/tmp/plugin60459-6-85619.155083.sock
21193
+ [plugin-worker] "nx/core/package-json" (pid: 61691) listening on /private/tmp/plugin60459-7-85620.9155.sock
21194
+ Time taken for 'plugin worker 61690 code loading' 318.172708ms
21195
+ Time taken for 'plugin worker 61691 code loading' 318.558125ms
21196
+ Time taken for 'plugin worker 61692 code loading' 318.948125ms
21197
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 61690)
21198
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 61691)
21199
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 61692)
21200
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:02.671Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 406.9562500000029ms
21201
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:02.671Z - Time taken for 'start-plugin-worker:nx/core/package-json' 405.3532079999859ms
21202
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:02.671Z - Time taken for 'start-plugin-worker:nx/core/project-json' 407.93487499999173ms
21203
+ [plugin-worker] "nx/core/package-json" (pid: 61691) connected
21204
+ [plugin-worker] "nx/core/project-json" (pid: 61692) connected
21205
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 61690) connected
21206
+ [plugin-worker] "nx/core/project-json" (pid: 61692) loaded successfully
21207
+ [plugin-worker] "nx/core/package-json" (pid: 61691) loaded successfully
21208
+ Time taken for 'nx/core/project-json:createNodes' 5.79445800000002ms
21209
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
21210
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 61690) loaded successfully
21211
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
21212
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 9.019166999999982ms
21213
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:02.715Z - Time taken for 'build-project-configs' 447.9437500000058ms
21214
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:02.715Z - Time taken for 'createNodes:merge' 2.5639999999984866ms
21215
+ Time taken for 'build typescript dependencies' 0.08437500000002274ms
21216
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
21217
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:02.735Z - [SYNC]: collect registered sync generators
21218
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:02.735Z - [SYNC]: project graph hash is the same, not collecting task sync generators
21219
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:02.735Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
21220
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:02.751Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
21221
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:02.751Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
21222
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:02.755Z - Responding to PROJECT_GRAPH_UPDATED message
21223
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:02.755Z - [REQUEST]: Responding to the client. Project graph updated
21224
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:02.755Z - Time taken for 'total execution time for createProjectGraph()' 21.440417000005255ms
21225
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:02.755Z - Time taken for 'createDependencies' 17.12879200000316ms
21226
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:02.755Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 17.039749999996275ms
21227
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:02.755Z - Time taken for 'createMetadata' 0.007874999995692633ms
21228
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:02.755Z - Time taken for 'serialize graph' 3.2055419999960577ms
21229
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:02.755Z - Time taken for 'write cache' 15.84299999999348ms
21230
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:02.764Z - Done responding to the client Project graph updated
21231
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:02.764Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 16. Response time: 13.
21232
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:02.765Z - [Messenger] Received message, length: 895597
21233
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:03.777Z - [Messenger] Sending message type: GET_CONTEXT_FILE_DATA
21234
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:03.777Z - Established a connection. Number of open connections: 3
21235
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:03.778Z - [Messenger] Message sent
21236
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:03.779Z - Received raw message of length 32
21237
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:03.779Z - Received json message of type GET_CONTEXT_FILE_DATA
21238
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:03.787Z - Serializing response for GET_CONTEXT_FILE_DATA message in json mode
21239
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:03.788Z - Responding to GET_CONTEXT_FILE_DATA message
21240
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:03.790Z - [REQUEST]: Responding to the client. handleContextFileData
21241
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:03.791Z - Closed a connection. Number of open connections: 2
21242
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:03.792Z - Done responding to the client handleContextFileData
21243
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:03.792Z - Handled json message GET_CONTEXT_FILE_DATA. Handling time: 7. Response time: 5.
21244
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:03.794Z - [Messenger] Received message, length: 86957
21245
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:03.946Z - [ProjectGraphListener] Socket closed, triggering reconnection
21246
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:03.947Z - Closed a connection. Number of open connections: 1
21247
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:03.947Z - Established a connection. Number of open connections: 2
21248
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:03.947Z - [Messenger] Setting up socket listeners
21249
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:03.947Z - Closed a connection. Number of open connections: 1
21250
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:03.947Z - [Messenger] listen() complete
21251
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:03.947Z - Established a connection. Number of open connections: 2
21252
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:03.947Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
21253
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:03.947Z - [Messenger] Message sent
21254
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:03.948Z - Received raw message of length 42
21255
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:03.948Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
21256
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=17
21257
+ DEBUG nx::native::watch::watcher: [update] .husky/_/h
21258
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-applypatch
21259
+ DEBUG nx::native::watch::watcher: [update] .husky/_/prepare-commit-msg
21260
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-merge-commit
21261
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-checkout
21262
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-commit
21263
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-rewrite
21264
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-push
21265
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-merge
21266
+ DEBUG nx::native::watch::watcher: [update] .husky/_/commit-msg
21267
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-commit
21268
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-auto-gc
21269
+ DEBUG nx::native::watch::watcher: [update] .husky/_/.gitignore
21270
+ DEBUG nx::native::watch::watcher: [update] .husky/_/applypatch-msg
21271
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-rebase
21272
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-applypatch
21273
+ DEBUG nx::native::watch::watcher: [create] .husky/_/husky.sh
21274
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:04.717Z - [WATCHER]: Processing file changes in outputs
21275
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.354Z - Established a connection. Number of open connections: 3
21276
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.355Z - Closed a connection. Number of open connections: 2
21277
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.355Z - Established a connection. Number of open connections: 3
21278
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.356Z - Closed a connection. Number of open connections: 2
21279
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.356Z - Established a connection. Number of open connections: 3
21280
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:05.356Z - [Messenger] Setting up socket listeners
21281
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:05.360Z - [Messenger] listen() complete
21282
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:05.368Z - [Messenger] Sending message type: GET_NX_CONSOLE_STATUS
21283
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:05.383Z - [Messenger] Message sent
21284
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.386Z - Received raw message of length 4325
21285
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.386Z - Received json message of type GET_NX_CONSOLE_STATUS
21286
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.386Z - 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
21287
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.387Z - Serializing response for GET_NX_CONSOLE_STATUS message in json mode
21288
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.387Z - Responding to GET_NX_CONSOLE_STATUS message
21289
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.387Z - [REQUEST]: Responding to the client. handleGetNxConsoleStatus
21290
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.387Z - Done responding to the client handleGetNxConsoleStatus
21291
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.387Z - Handled json message GET_NX_CONSOLE_STATUS. Handling time: 0. Response time: 0.
21292
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:05.387Z - [Messenger] Received message, length: 22
21293
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:05.463Z - [Messenger] Sending message type: REQUEST_PROJECT_GRAPH
21294
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:05.464Z - [Messenger] Message sent
21295
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.464Z - Received raw message of length 32
21296
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.464Z - Received json message of type REQUEST_PROJECT_GRAPH
21297
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.464Z - [REQUEST]: Client Request for Project Graph Received
21298
+ DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=65.607292ms
21299
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.531Z - No in-memory cached project graph found. Recomputing it...
21300
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.531Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
21301
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.531Z - [REQUEST]:
21302
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.531Z - [REQUEST]:
21303
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.532Z - Streaming message to client: progress update for topic graph-construction
21304
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
21305
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:05.532Z - [Messenger] Received message, length: 47
21306
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 61779, socket: /private/tmp/plugin60459-9-88891.271208.sock)
21307
+ [plugin-client] restarting worker for "nx/core/package-json"
21308
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 61780, socket: /private/tmp/plugin60459-10-88892.07025.sock)
21309
+ [plugin-client] restarting worker for "nx/core/project-json"
21310
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 61781, socket: /private/tmp/plugin60459-11-88892.43425.sock)
21311
+ [plugin-worker] "nx/core/project-json" (pid: 61781) listening on /private/tmp/plugin60459-11-88892.43425.sock
21312
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 61779) listening on /private/tmp/plugin60459-9-88891.271208.sock
21313
+ Time taken for 'plugin worker 61779 code loading' 197.073625ms
21314
+ [plugin-worker] "nx/core/package-json" (pid: 61780) listening on /private/tmp/plugin60459-10-88892.07025.sock
21315
+ Time taken for 'plugin worker 61781 code loading' 196.303125ms
21316
+ Time taken for 'plugin worker 61780 code loading' 196.89404199999998ms
21317
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 61779)
21318
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 61780)
21319
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 61781)
21320
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.772Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 237.98241599999892ms
21321
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.772Z - Time taken for 'start-plugin-worker:nx/core/package-json' 237.82825000000594ms
21322
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.772Z - Time taken for 'start-plugin-worker:nx/core/project-json' 237.75129200000083ms
21323
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 61779) connected
21324
+ [plugin-worker] "nx/core/package-json" (pid: 61780) connected
21325
+ [plugin-worker] "nx/core/project-json" (pid: 61781) connected
21326
+ [plugin-worker] "nx/core/project-json" (pid: 61781) loaded successfully
21327
+ [plugin-worker] "nx/core/package-json" (pid: 61780) loaded successfully
21328
+ Time taken for 'nx/core/project-json:createNodes' 1.6460419999999942ms
21329
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
21330
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.777Z - Streaming message to client: progress update for topic graph-construction
21331
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:05.777Z - [Messenger] Received message, length: 153
21332
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 61779) loaded successfully
21333
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
21334
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.791Z - Streaming message to client: progress update for topic graph-construction
21335
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:05.791Z - [Messenger] Received message, length: 112
21336
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 12.157874999999962ms
21337
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.830Z - Streaming message to client: progress update for topic graph-construction
21338
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:05.831Z - [Messenger] Received message, length: 47
21339
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.840Z - Streaming message to client: progress update for topic graph-construction
21340
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:05.840Z - [Messenger] Received message, length: 47
21341
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.842Z - Time taken for 'build-project-configs' 303.54083399999945ms
21342
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.842Z - Time taken for 'createNodes:merge' 4.700292000008631ms
21343
+ Time taken for 'build typescript dependencies' 0.09979199999997945ms
21344
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
21345
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.852Z - Streaming message to client: progress update for topic graph-construction
21346
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:05.852Z - [Messenger] Received message, length: 47
21347
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.860Z - [SYNC]: collect registered sync generators
21348
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.860Z - [SYNC]: project graph hash is the same, not collecting task sync generators
21349
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.860Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
21350
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.867Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
21351
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.867Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
21352
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.870Z - Responding to PROJECT_GRAPH_UPDATED message
21353
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.870Z - [REQUEST]: Responding to the client. Project graph updated
21354
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.870Z - Serializing response for REQUEST_PROJECT_GRAPH message in json mode
21355
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.870Z - Responding to REQUEST_PROJECT_GRAPH message
21356
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.870Z - [REQUEST]: Responding to the client. project-graph
21357
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.871Z - Time taken for 'total for creating and serializing project graph' 405.85408299999835ms
21358
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.871Z - Time taken for 'total execution time for createProjectGraph()' 20.118459000004805ms
21359
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.871Z - Time taken for 'createDependencies' 16.066832999989856ms
21360
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.871Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 15.888125000012224ms
21361
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.871Z - Time taken for 'createMetadata' 0.011665999991237186ms
21362
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.871Z - Time taken for 'serialize graph' 2.884041999990586ms
21363
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.871Z - Time taken for 'write cache' 6.066666999991867ms
21364
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.880Z - Done responding to the client project-graph
21365
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.881Z - Handled json message REQUEST_PROJECT_GRAPH. Handling time: 406. Response time: 11.
21366
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:05.881Z - [Messenger] Received message, length: 895604
21367
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.881Z - Done responding to the client Project graph updated
21368
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.881Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 6. Response time: 14.
21369
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:05.882Z - [Messenger] Received message, length: 895597
21370
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:05.889Z - [Messenger] Sending message type: PRE_TASKS_EXECUTION
21371
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:05.889Z - [Messenger] Message sent
21372
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.889Z - Received raw message of length 2164
21373
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.889Z - Received json message of type PRE_TASKS_EXECUTION
21374
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.889Z - Serializing response for PRE_TASKS_EXECUTION message in json mode
21375
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.889Z - Responding to PRE_TASKS_EXECUTION message
21376
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.889Z - [REQUEST]: Responding to the client. handleRunPreTasksExecution
21377
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.889Z - Done responding to the client handleRunPreTasksExecution
21378
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.889Z - Handled json message PRE_TASKS_EXECUTION. Handling time: 0. Response time: 0.
21379
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:05.889Z - [Messenger] Received message, length: 2
21380
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.890Z - Time taken for 'preTasksExecution' 0.11675000000104774ms
21381
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:05.984Z - [Messenger] Sending message type: HASH_TASKS
21382
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:05.984Z - [Messenger] Message sent
21383
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.993Z - Received raw message of length 40266
21384
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:05.994Z - Received json message of type HASH_TASKS
21385
+ DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=53.214875ms
21386
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.048Z - Reusing in-memory cached project graph because no files changed.
21387
+ DEBUG nx::native::tasks::hash_planner: get_plans_internal COMPLETED in 10.13275ms - processed 6 tasks (setup: 5.321583ms, parallel_planning: 4.8015ms, pool: 1544 unique instructions)
21388
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "8520130568453209191" (".gitignore") to hash
21389
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "2425668806101952406" ("nx.json") to hash
21390
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Hash Value: "17385814077483807182"
21391
+ DEBUG nx::native::tasks::task_hasher: hash_plans COMPLETED in 26.515167ms - processed 6 plans (setup: 411.542µs, hashing: 26.101833ms, assembly: 17.043333ms)
21392
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.101Z - Serializing response for HASH_TASKS message in json mode
21393
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.103Z - Responding to HASH_TASKS message
21394
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.103Z - [REQUEST]: Responding to the client. handleHashTasks
21395
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.105Z - Done responding to the client handleHashTasks
21396
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.105Z - Handled json message HASH_TASKS. Handling time: 107. Response time: 4.
21397
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:06.105Z - [Messenger] Received message, length: 446772
21398
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:06.162Z - [Messenger] Sending message type: GET_ESTIMATED_TASK_TIMINGS
21399
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:06.162Z - [Messenger] Message sent
21400
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.162Z - Received raw message of length 510
21401
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.162Z - Received json message of type GET_ESTIMATED_TASK_TIMINGS
21402
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.168Z - Serializing response for GET_ESTIMATED_TASK_TIMINGS message in json mode
21403
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.168Z - Responding to GET_ESTIMATED_TASK_TIMINGS message
21404
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.168Z - [REQUEST]: Responding to the client. handleGetEstimatedTaskTimings
21405
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.168Z - Done responding to the client handleGetEstimatedTaskTimings
21406
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.168Z - Handled json message GET_ESTIMATED_TASK_TIMINGS. Handling time: 6. Response time: 0.
21407
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:06.168Z - [Messenger] Received message, length: 304
21408
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:06.178Z - [Messenger] Sending message type: OUTPUTS_HASHES_MATCH_BATCH
21409
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:06.178Z - [Messenger] Message sent
21410
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.179Z - Received raw message of length 267
21411
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.179Z - Received json message of type OUTPUTS_HASHES_MATCH_BATCH
21412
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.180Z - Serializing response for OUTPUTS_HASHES_MATCH_BATCH message in json mode
21413
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.180Z - Responding to OUTPUTS_HASHES_MATCH_BATCH message
21414
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.180Z - [REQUEST]: Responding to the client. outputsHashesMatchBatch
21415
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.180Z - Done responding to the client outputsHashesMatchBatch
21416
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:06.180Z - [Messenger] Received message, length: 19
21417
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.180Z - Handled json message OUTPUTS_HASHES_MATCH_BATCH. Handling time: 1. Response time: 0.
21418
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:06.199Z - [Messenger] Sending message type: RECORD_OUTPUTS_HASH_BATCH
21419
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:06.199Z - [Messenger] Message sent
21420
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.199Z - Received raw message of length 266
21421
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.200Z - Received json message of type RECORD_OUTPUTS_HASH_BATCH
21422
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.208Z - Serializing response for RECORD_OUTPUTS_HASH_BATCH message in json mode
21423
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.208Z - Responding to RECORD_OUTPUTS_HASH_BATCH message
21424
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.208Z - [REQUEST]: Responding to the client. recordOutputsHashBatch
21425
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.208Z - Done responding to the client recordOutputsHashBatch
21426
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.208Z - Handled json message RECORD_OUTPUTS_HASH_BATCH. Handling time: 8. Response time: 0.
21427
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:06.208Z - [Messenger] Received message, length: 2
21428
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=16
21429
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-icons/fesm2022/africanies-africanies-icons.mjs.map
21430
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-icons/package.json
21431
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-storage/fesm2022/africanies-africanies-storage.mjs.map
21432
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-models/README.md
21433
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-storage/fesm2022/africanies-africanies-storage.mjs
21434
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/types/africanies-africanies-models.d.ts
21435
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/fesm2022/africanies-africanies-models.mjs.map
21436
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-storage/package.json
21437
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/README.md
21438
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/assets/icons.sprite.svg
21439
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/fesm2022/africanies-africanies-models.mjs
21440
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/package.json
21441
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-icons/fesm2022/africanies-africanies-icons.mjs
21442
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-storage/README.md
21443
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-storage/types/africanies-africanies-storage.d.ts
21444
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/types/africanies-africanies-icons.d.ts
21445
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.302Z - [WATCHER]: Processing file changes in outputs
21446
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=3
21447
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-storage/README.md
21448
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-models/README.md
21449
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/README.md
21450
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.307Z - [WATCHER]: 0 file(s) created or restored, 3 file(s) modified, 0 file(s) deleted
21451
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.307Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 3 events: update:dist/libs/africanies-storage/README.md, update:dist/libs/africanies-models/README.md, update:dist/libs/africanies-icons/README.md
21452
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.308Z - [WATCHER]: File changes detected:
21453
+ Created:
21454
+ (none)
21455
+ Updated:
21456
+ - dist/libs/africanies-storage/README.md
21457
+ - dist/libs/africanies-models/README.md
21458
+ - dist/libs/africanies-icons/README.md
21459
+ Deleted:
21460
+ (none)
21461
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.309Z - [SYNC]: clearing sync generators cache due to file changes
21462
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.309Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
21463
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.309Z - [REQUEST]: dist/libs/africanies-storage/README.md,dist/libs/africanies-models/README.md,dist/libs/africanies-icons/README.md
21464
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.309Z - [REQUEST]:
21465
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
21466
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 61796, socket: /private/tmp/plugin60459-12-89670.194083.sock)
21467
+ [plugin-client] restarting worker for "nx/core/package-json"
21468
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 61797, socket: /private/tmp/plugin60459-13-89671.293.sock)
21469
+ [plugin-client] restarting worker for "nx/core/project-json"
21470
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 61798, socket: /private/tmp/plugin60459-14-89671.889125.sock)
21471
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.313Z - Time taken for 'hash changed files from watcher' 1.3175409999967087ms
21472
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 61796) listening on /private/tmp/plugin60459-12-89670.194083.sock
21473
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 61796)
21474
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.630Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 318.4628329999978ms
21475
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 61796) connected
21476
+ Time taken for 'plugin worker 61796 code loading' 250.339791ms
21477
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 61796) loaded successfully
21478
+ [plugin-worker] "nx/core/project-json" (pid: 61798) listening on /private/tmp/plugin60459-14-89671.889125.sock
21479
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 61798)
21480
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.712Z - Time taken for 'start-plugin-worker:nx/core/project-json' 398.54175000000396ms
21481
+ Time taken for 'plugin worker 61798 code loading' 314.536834ms
21482
+ [plugin-worker] "nx/core/project-json" (pid: 61798) connected
21483
+ [plugin-worker] "nx/core/project-json" (pid: 61798) loaded successfully
21484
+ Time taken for 'nx/core/project-json:createNodes' 0.6119170000000054ms
21485
+ [plugin-worker] "nx/core/package-json" (pid: 61797) listening on /private/tmp/plugin60459-13-89671.293.sock
21486
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
21487
+ Time taken for 'plugin worker 61797 code loading' 365.41887499999996ms
21488
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 29.003791999999976ms
21489
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 61797)
21490
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.756Z - Time taken for 'start-plugin-worker:nx/core/package-json' 443.7509160000045ms
21491
+ [plugin-worker] "nx/core/package-json" (pid: 61797) connected
21492
+ [plugin-worker] "nx/core/package-json" (pid: 61797) loaded successfully
21493
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
21494
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.818Z - Time taken for 'build-project-configs' 493.3249169999908ms
21495
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.818Z - Time taken for 'createNodes:merge' 11.72599999999511ms
21496
+ Time taken for 'build typescript dependencies' 42.588708ms
21497
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
21498
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:06.906Z - [Messenger] Sending message type: GET_CONTEXT_FILE_DATA
21499
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:06.906Z - [Messenger] Message sent
21500
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.911Z - [SYNC]: collect registered sync generators
21501
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.911Z - [SYNC]: project graph hash is the same, not collecting task sync generators
21502
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.911Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
21503
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.933Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
21504
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.934Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
21505
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.937Z - Responding to PROJECT_GRAPH_UPDATED message
21506
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.938Z - [REQUEST]: Responding to the client. Project graph updated
21507
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.942Z - Time taken for 'total execution time for createProjectGraph()' 102.55266599998868ms
21508
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.943Z - Time taken for 'createDependencies' 94.95133300000452ms
21509
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.943Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 94.82429199999024ms
21510
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.943Z - Time taken for 'createMetadata' 0.012667000002693385ms
21511
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.943Z - Time taken for 'serialize graph' 2.1419999999925494ms
21512
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.944Z - Time taken for 'write cache' 23.060916999995243ms
21513
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.945Z - Established a connection. Number of open connections: 4
21514
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.945Z - Received raw message of length 32
21515
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.945Z - Received json message of type GET_CONTEXT_FILE_DATA
21516
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.946Z - Serializing response for GET_CONTEXT_FILE_DATA message in json mode
21517
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.954Z - Responding to GET_CONTEXT_FILE_DATA message
21518
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.954Z - [REQUEST]: Responding to the client. handleContextFileData
21519
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.954Z - Closed a connection. Number of open connections: 3
21520
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.963Z - Done responding to the client handleContextFileData
21521
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:06.963Z - Handled json message GET_CONTEXT_FILE_DATA. Handling time: 1. Response time: 17.
21522
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:06.963Z - [Messenger] Received message, length: 87191
21523
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:07.063Z - Done responding to the client Project graph updated
21524
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:07.063Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 23. Response time: 129.
21525
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:07.074Z - [Messenger] Received message, length: 895597
21526
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:07.729Z - [ProjectGraphListener] Socket closed, triggering reconnection
21527
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:07.729Z - Closed a connection. Number of open connections: 2
21528
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:07.730Z - Established a connection. Number of open connections: 3
21529
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:07.730Z - [Messenger] Setting up socket listeners
21530
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:07.730Z - Established a connection. Number of open connections: 4
21531
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:07.730Z - Closed a connection. Number of open connections: 3
21532
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:07.730Z - [Messenger] listen() complete
21533
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:07.730Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
21534
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:07.730Z - [Messenger] Message sent
21535
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:07.733Z - Received raw message of length 42
21536
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:07.734Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
21537
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
21538
+ DEBUG nx::native::watch::watcher: [create] tmp/libs/africanies-core/build/tsconfig.generated.0150da64-388e-41f4-92a7-3acd40e86e3e.json
21539
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:07.942Z - [WATCHER]: Processing file changes in outputs
21540
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:08.107Z - [Messenger] Sending message type: GET_CONTEXT_FILE_DATA
21541
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:08.107Z - Established a connection. Number of open connections: 4
21542
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:08.107Z - [Messenger] Message sent
21543
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:08.108Z - Received raw message of length 32
21544
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:08.108Z - Received json message of type GET_CONTEXT_FILE_DATA
21545
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:08.110Z - Serializing response for GET_CONTEXT_FILE_DATA message in json mode
21546
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:08.110Z - Responding to GET_CONTEXT_FILE_DATA message
21547
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:08.110Z - [REQUEST]: Responding to the client. handleContextFileData
21548
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:08.111Z - Closed a connection. Number of open connections: 3
21549
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:08.111Z - Done responding to the client handleContextFileData
21550
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:08.111Z - Handled json message GET_CONTEXT_FILE_DATA. Handling time: 2. Response time: 1.
21551
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:08.111Z - [Messenger] Received message, length: 87191
21552
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
21553
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-core/README.md
21554
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:08.182Z - [WATCHER]: dist/libs/africanies-core/README.md was deleted
21555
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:08.182Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: delete:dist/libs/africanies-core/README.md
21556
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:08.182Z - [WATCHER]: File changes detected:
21557
+ Created:
21558
+ (none)
21559
+ Updated:
21560
+ (none)
21561
+ Deleted:
21562
+ - dist/libs/africanies-core/README.md
21563
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=5
21564
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-core/types/africanies-africanies-core.d.ts
21565
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-core/package.json
21566
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs
21567
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs.map
21568
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-core/README.md
21569
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:08.185Z - [SYNC]: clearing sync generators cache due to file changes
21570
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:08.185Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
21571
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:08.186Z - [REQUEST]:
21572
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:08.186Z - [REQUEST]: dist/libs/africanies-core/README.md
21573
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
21574
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 61829, socket: /private/tmp/plugin60459-15-91546.763375.sock)
21575
+ [plugin-client] restarting worker for "nx/core/package-json"
21576
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 61830, socket: /private/tmp/plugin60459-16-91547.63125.sock)
21577
+ [plugin-client] restarting worker for "nx/core/project-json"
21578
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 61831, socket: /private/tmp/plugin60459-17-91549.461.sock)
21579
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:08.192Z - Time taken for 'hash changed files from watcher' 2.3318750000034925ms
21580
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:08.193Z - [WATCHER]: Processing file changes in outputs
21581
+ [plugin-worker] "nx/core/package-json" (pid: 61830) listening on /private/tmp/plugin60459-16-91547.63125.sock
21582
+ Time taken for 'plugin worker 61830 code loading' 275.17879200000004ms
21583
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 61830)
21584
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:08.587Z - Time taken for 'start-plugin-worker:nx/core/package-json' 398.8869169999962ms
21585
+ [plugin-worker] "nx/core/package-json" (pid: 61830) connected
21586
+ [plugin-worker] "nx/core/package-json" (pid: 61830) loaded successfully
21587
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 61829) listening on /private/tmp/plugin60459-15-91546.763375.sock
21588
+ Time taken for 'plugin worker 61829 code loading' 306.349958ms
21589
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 61829)
21590
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:08.620Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 432.74779199999466ms
21591
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 61829) connected
21592
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
21593
+ [plugin-worker] "nx/core/project-json" (pid: 61831) listening on /private/tmp/plugin60459-17-91549.461.sock
21594
+ Time taken for 'plugin worker 61831 code loading' 333.25245800000005ms
21595
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 61831)
21596
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:08.655Z - Time taken for 'start-plugin-worker:nx/core/project-json' 464.17541700000584ms
21597
+ [plugin-worker] "nx/core/project-json" (pid: 61831) connected
21598
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 61829) loaded successfully
21599
+ [plugin-worker] "nx/core/project-json" (pid: 61831) loaded successfully
21600
+ Time taken for 'nx/core/project-json:createNodes' 3.990292000000011ms
21601
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
21602
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:08.692Z - Closed a connection. Number of open connections: 2
21603
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:08.691Z - [ProjectGraphListener] Socket closed, triggering reconnection
21604
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:08.696Z - [Messenger] Setting up socket listeners
21605
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:08.696Z - [Messenger] listen() complete
21606
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:08.696Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
21607
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:08.697Z - Established a connection. Number of open connections: 3
21608
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:08.697Z - [Messenger] Message sent
21609
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:08.697Z - Established a connection. Number of open connections: 4
21610
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:08.697Z - Closed a connection. Number of open connections: 3
21611
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:08.699Z - Received raw message of length 42
21612
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:08.699Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
21613
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 36.38383299999998ms
21614
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:08.773Z - Time taken for 'build-project-configs' 574.7323329999927ms
21615
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:08.774Z - Time taken for 'createNodes:merge' 3.326874999998836ms
21616
+ Time taken for 'build typescript dependencies' 0.12704199999996035ms
21617
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
21618
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:08.798Z - [SYNC]: collect registered sync generators
21619
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:08.799Z - [SYNC]: project graph hash is the same, not collecting task sync generators
21620
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:08.799Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
21621
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:08.839Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
21622
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:08.840Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
21623
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:08.846Z - Responding to PROJECT_GRAPH_UPDATED message
21624
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:08.846Z - [REQUEST]: Responding to the client. Project graph updated
21625
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:08.852Z - Time taken for 'total execution time for createProjectGraph()' 31.913375000003725ms
21626
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:08.853Z - Time taken for 'createDependencies' 24.860874999998487ms
21627
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:08.853Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 24.640208999990136ms
21628
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:08.853Z - Time taken for 'createMetadata' 0.026249999995343387ms
21629
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:08.853Z - Time taken for 'serialize graph' 3.134541999999783ms
21630
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:08.853Z - Time taken for 'write cache' 39.9761659999931ms
21631
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:08.860Z - Done responding to the client Project graph updated
21632
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:08.860Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 41. Response time: 20.
21633
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:08.860Z - [Messenger] Received message, length: 895597
21634
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:09.876Z - [Messenger] Sending message type: GET_CONTEXT_FILE_DATA
21635
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:09.876Z - Established a connection. Number of open connections: 4
21636
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:09.876Z - [Messenger] Message sent
21637
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:09.878Z - Received raw message of length 32
21638
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:09.878Z - Received json message of type GET_CONTEXT_FILE_DATA
21639
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:09.879Z - Serializing response for GET_CONTEXT_FILE_DATA message in json mode
21640
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:09.879Z - Responding to GET_CONTEXT_FILE_DATA message
21641
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:09.879Z - [REQUEST]: Responding to the client. handleContextFileData
21642
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:09.880Z - Closed a connection. Number of open connections: 3
21643
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:09.880Z - Done responding to the client handleContextFileData
21644
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:09.880Z - Handled json message GET_CONTEXT_FILE_DATA. Handling time: 1. Response time: 1.
21645
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:09.880Z - [Messenger] Received message, length: 87191
21646
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:10.568Z - [ProjectGraphListener] Socket closed, triggering reconnection
21647
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:10.569Z - Closed a connection. Number of open connections: 2
21648
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:10.571Z - [Messenger] Setting up socket listeners
21649
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:10.571Z - [Messenger] listen() complete
21650
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:10.571Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
21651
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:10.571Z - [Messenger] Message sent
21652
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:10.574Z - Established a connection. Number of open connections: 3
21653
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:10.575Z - Established a connection. Number of open connections: 4
21654
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:10.575Z - Closed a connection. Number of open connections: 3
21655
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:10.575Z - Received raw message of length 42
21656
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:10.575Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
21657
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:10.891Z - [Messenger] Sending message type: RECORD_OUTPUTS_HASH_BATCH
21658
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:10.891Z - [Messenger] Message sent
21659
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:10.891Z - Received raw message of length 117
21660
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:10.891Z - Received json message of type RECORD_OUTPUTS_HASH_BATCH
21661
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:10.895Z - Serializing response for RECORD_OUTPUTS_HASH_BATCH message in json mode
21662
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:10.895Z - Responding to RECORD_OUTPUTS_HASH_BATCH message
21663
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:10.895Z - [REQUEST]: Responding to the client. recordOutputsHashBatch
21664
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:10.895Z - Done responding to the client recordOutputsHashBatch
21665
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:10.895Z - Handled json message RECORD_OUTPUTS_HASH_BATCH. Handling time: 4. Response time: 0.
21666
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:10.895Z - [Messenger] Received message, length: 2
21667
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=2
21668
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=6
21669
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-core/README.md
21670
+ DEBUG nx::native::watch::watcher: [update] .nx/cache/17491371155400585077/dist/libs/africanies-core/README.md
21671
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/types/africanies-africanies-core.d.ts
21672
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs.map
21673
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs
21674
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/package.json
21675
+ DEBUG nx::native::watch::watcher: [delete] tmp/libs/africanies-core/build/tsconfig.generated.0150da64-388e-41f4-92a7-3acd40e86e3e.json
21676
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-core/README.md
21677
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:11.000Z - [WATCHER]: Processing file changes in outputs
21678
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:11.000Z - [WATCHER]: 0 file(s) created or restored, 2 file(s) modified, 0 file(s) deleted
21679
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:11.000Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 2 events: update:dist/libs/africanies-core/README.md, update:.nx/cache/17491371155400585077/dist/libs/africanies-core/README.md
21680
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:11.001Z - [WATCHER]: File changes detected:
21681
+ Created:
21682
+ (none)
21683
+ Updated:
21684
+ - dist/libs/africanies-core/README.md
21685
+ - .nx/cache/17491371155400585077/dist/libs/africanies-core/README.md
21686
+ Deleted:
21687
+ (none)
21688
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:11.002Z - [SYNC]: clearing sync generators cache due to file changes
21689
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:11.002Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
21690
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:11.002Z - [REQUEST]: .nx/cache/17491371155400585077/dist/libs/africanies-core/README.md,dist/libs/africanies-core/README.md
21691
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:11.002Z - [REQUEST]:
21692
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
21693
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 61854, socket: /private/tmp/plugin60459-18-94362.611792.sock)
21694
+ [plugin-client] restarting worker for "nx/core/package-json"
21695
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 61855, socket: /private/tmp/plugin60459-19-94363.318542.sock)
21696
+ [plugin-client] restarting worker for "nx/core/project-json"
21697
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 61856, socket: /private/tmp/plugin60459-20-94364.161542.sock)
21698
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:11.006Z - Time taken for 'hash changed files from watcher' 1.22225000000617ms
21699
+ [plugin-worker] "nx/core/project-json" (pid: 61856) listening on /private/tmp/plugin60459-20-94364.161542.sock
21700
+ [plugin-worker] "nx/core/package-json" (pid: 61855) listening on /private/tmp/plugin60459-19-94363.318542.sock
21701
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 61854) listening on /private/tmp/plugin60459-18-94362.611792.sock
21702
+ Time taken for 'plugin worker 61854 code loading' 160.369417ms
21703
+ Time taken for 'plugin worker 61855 code loading' 165.079209ms
21704
+ Time taken for 'plugin worker 61856 code loading' 162.27474999999998ms
21705
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 61854)
21706
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 61855)
21707
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 61856)
21708
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:11.213Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 209.57316700000956ms
21709
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:11.213Z - Time taken for 'start-plugin-worker:nx/core/package-json' 209.00954199999978ms
21710
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:11.213Z - Time taken for 'start-plugin-worker:nx/core/project-json' 208.3809590000019ms
21711
+ [plugin-worker] "nx/core/package-json" (pid: 61855) connected
21712
+ [plugin-worker] "nx/core/project-json" (pid: 61856) connected
21713
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 61854) connected
21714
+ [plugin-worker] "nx/core/package-json" (pid: 61855) loaded successfully
21715
+ [plugin-worker] "nx/core/project-json" (pid: 61856) loaded successfully
21716
+ Time taken for 'nx/core/project-json:createNodes' 3.0367920000000197ms
21717
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
21718
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 61854) loaded successfully
21719
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
21720
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 8.28212499999998ms
21721
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:11.254Z - Time taken for 'build-project-configs' 241.5483749999985ms
21722
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:11.254Z - Time taken for 'createNodes:merge' 2.269040999992285ms
21723
+ Time taken for 'build typescript dependencies' 3.7751250000000027ms
21724
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
21725
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:11.272Z - [SYNC]: collect registered sync generators
21726
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:11.273Z - [SYNC]: project graph hash is the same, not collecting task sync generators
21727
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:11.273Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
21728
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:11.285Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
21729
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:11.286Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
21730
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:11.289Z - Responding to PROJECT_GRAPH_UPDATED message
21731
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:11.290Z - [REQUEST]: Responding to the client. Project graph updated
21732
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:11.290Z - Time taken for 'total execution time for createProjectGraph()' 24.500083999999333ms
21733
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:11.290Z - Time taken for 'createDependencies' 18.36458299998776ms
21734
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:11.290Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 18.28341599999112ms
21735
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:11.290Z - Time taken for 'createMetadata' 0.008333000005222857ms
21736
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:11.290Z - Time taken for 'serialize graph' 1.8728750000009313ms
21737
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:11.290Z - Time taken for 'write cache' 13.041041999997105ms
21738
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:11.363Z - Done responding to the client Project graph updated
21739
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:11.363Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 13. Response time: 77.
21740
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:11.364Z - [Messenger] Received message, length: 895597
21741
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:12.423Z - [Messenger] Sending message type: GET_CONTEXT_FILE_DATA
21742
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:12.423Z - [Messenger] Message sent
21743
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:12.423Z - Established a connection. Number of open connections: 4
21744
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:12.424Z - Received raw message of length 32
21745
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:12.424Z - Received json message of type GET_CONTEXT_FILE_DATA
21746
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:12.430Z - Serializing response for GET_CONTEXT_FILE_DATA message in json mode
21747
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:12.431Z - Responding to GET_CONTEXT_FILE_DATA message
21748
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:12.432Z - [REQUEST]: Responding to the client. handleContextFileData
21749
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:12.439Z - Closed a connection. Number of open connections: 3
21750
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:12.441Z - Done responding to the client handleContextFileData
21751
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:12.441Z - [Messenger] Received message, length: 87376
21752
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:12.441Z - Handled json message GET_CONTEXT_FILE_DATA. Handling time: 6. Response time: 11.
21753
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
21754
+ DEBUG nx::native::watch::watcher: [create] tmp/libs/africanies-theme/build/tsconfig.generated.7057058a-28f6-48ae-a566-fe6a457ce582.json
21755
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:13.157Z - [WATCHER]: Processing file changes in outputs
21756
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
21757
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/README.md
21758
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=6
21759
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/tailwind-preset.cjs
21760
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs
21761
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/types/africanies-africanies-theme.d.ts
21762
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/package.json
21763
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/README.md
21764
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs.map
21765
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:13.544Z - [WATCHER]: Processing file changes in outputs
21766
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:13.547Z - [WATCHER]: dist/libs/africanies-theme/README.md was deleted
21767
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:13.548Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: delete:dist/libs/africanies-theme/README.md
21768
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:13.548Z - [WATCHER]: File changes detected:
21769
+ Created:
21770
+ (none)
21771
+ Updated:
21772
+ (none)
21773
+ Deleted:
21774
+ - dist/libs/africanies-theme/README.md
21775
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:13.550Z - [SYNC]: clearing sync generators cache due to file changes
21776
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:13.551Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
21777
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:13.551Z - [REQUEST]:
21778
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:13.551Z - [REQUEST]: dist/libs/africanies-theme/README.md
21779
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
21780
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 61875, socket: /private/tmp/plugin60459-21-96912.741.sock)
21781
+ [plugin-client] restarting worker for "nx/core/package-json"
21782
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 61876, socket: /private/tmp/plugin60459-22-96915.530125.sock)
21783
+ [plugin-client] restarting worker for "nx/core/project-json"
21784
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 61877, socket: /private/tmp/plugin60459-23-96916.959.sock)
21785
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:13.562Z - Time taken for 'hash changed files from watcher' 2.2952910000021802ms
21786
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:13.619Z - [ProjectGraphListener] Socket closed, triggering reconnection
21787
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:13.623Z - Closed a connection. Number of open connections: 2
21788
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:13.634Z - [Messenger] Setting up socket listeners
21789
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:13.635Z - Established a connection. Number of open connections: 3
21790
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:13.635Z - Established a connection. Number of open connections: 4
21791
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:13.635Z - Closed a connection. Number of open connections: 3
21792
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:13.635Z - [Messenger] listen() complete
21793
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:13.635Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
21794
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:13.635Z - [Messenger] Message sent
21795
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:13.636Z - Received raw message of length 42
21796
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:13.637Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
21797
+ [plugin-worker] "nx/core/project-json" (pid: 61877) listening on /private/tmp/plugin60459-23-96916.959.sock
21798
+ Time taken for 'plugin worker 61877 code loading' 475.68045900000004ms
21799
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 61875) listening on /private/tmp/plugin60459-21-96912.741.sock
21800
+ Time taken for 'plugin worker 61875 code loading' 474.927833ms
21801
+ [plugin-worker] "nx/core/package-json" (pid: 61876) listening on /private/tmp/plugin60459-22-96915.530125.sock
21802
+ Time taken for 'plugin worker 61876 code loading' 476.043375ms
21803
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 61876)
21804
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 61877)
21805
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.143Z - Time taken for 'start-plugin-worker:nx/core/package-json' 586.3056250000081ms
21806
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.143Z - Time taken for 'start-plugin-worker:nx/core/project-json' 585.7209169999987ms
21807
+ [plugin-worker] "nx/core/project-json" (pid: 61877) connected
21808
+ [plugin-worker] "nx/core/package-json" (pid: 61876) connected
21809
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 61875)
21810
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.153Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 599.625291999997ms
21811
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 61875) connected
21812
+ [plugin-worker] "nx/core/project-json" (pid: 61877) loaded successfully
21813
+ [plugin-worker] "nx/core/package-json" (pid: 61876) loaded successfully
21814
+ Time taken for 'nx/core/project-json:createNodes' 2.879167000000052ms
21815
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
21816
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 61875) loaded successfully
21817
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
21818
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 18.256666999999993ms
21819
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.264Z - Time taken for 'build-project-configs' 699.3492499999993ms
21820
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.264Z - Time taken for 'createNodes:merge' 6.833375000001979ms
21821
+ Time taken for 'build typescript dependencies' 0.09995899999989888ms
21822
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
21823
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.308Z - [SYNC]: collect registered sync generators
21824
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.308Z - [SYNC]: project graph hash is the same, not collecting task sync generators
21825
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.308Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
21826
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.321Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
21827
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.322Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
21828
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.324Z - Responding to PROJECT_GRAPH_UPDATED message
21829
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.324Z - [REQUEST]: Responding to the client. Project graph updated
21830
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.324Z - Time taken for 'total execution time for createProjectGraph()' 48.76504100000602ms
21831
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.324Z - Time taken for 'createDependencies' 42.06995800000732ms
21832
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.324Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 41.8308750000142ms
21833
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.324Z - Time taken for 'createMetadata' 0.027084000001195818ms
21834
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.324Z - Time taken for 'serialize graph' 3.5266669999982696ms
21835
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.324Z - Time taken for 'write cache' 13.607916999986628ms
21836
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.329Z - Done responding to the client Project graph updated
21837
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.329Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 14. Response time: 7.
21838
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:14.330Z - [Messenger] Received message, length: 895597
21839
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:14.611Z - [Messenger] Sending message type: RECORD_OUTPUTS_HASH_BATCH
21840
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:14.611Z - [Messenger] Message sent
21841
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.612Z - Received raw message of length 118
21842
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.612Z - Received json message of type RECORD_OUTPUTS_HASH_BATCH
21843
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.616Z - Serializing response for RECORD_OUTPUTS_HASH_BATCH message in json mode
21844
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.616Z - Responding to RECORD_OUTPUTS_HASH_BATCH message
21845
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.616Z - [REQUEST]: Responding to the client. recordOutputsHashBatch
21846
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.616Z - Done responding to the client recordOutputsHashBatch
21847
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.616Z - Handled json message RECORD_OUTPUTS_HASH_BATCH. Handling time: 4. Response time: 0.
21848
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:14.616Z - [Messenger] Received message, length: 2
21849
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=2
21850
+ DEBUG nx::native::watch::watcher: [update] .nx/cache/12276756491762927325/dist/libs/africanies-theme/README.md
21851
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-theme/README.md
21852
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.720Z - [WATCHER]: 0 file(s) created or restored, 2 file(s) modified, 0 file(s) deleted
21853
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.720Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 2 events: update:.nx/cache/12276756491762927325/dist/libs/africanies-theme/README.md, update:dist/libs/africanies-theme/README.md
21854
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.720Z - [WATCHER]: File changes detected:
21855
+ Created:
21856
+ (none)
21857
+ Updated:
21858
+ - .nx/cache/12276756491762927325/dist/libs/africanies-theme/README.md
21859
+ - dist/libs/africanies-theme/README.md
21860
+ Deleted:
21861
+ (none)
21862
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.721Z - [SYNC]: clearing sync generators cache due to file changes
21863
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.721Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
21864
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.721Z - [REQUEST]: .nx/cache/12276756491762927325/dist/libs/africanies-theme/README.md,dist/libs/africanies-theme/README.md
21865
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.721Z - [REQUEST]:
21866
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
21867
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 61895, socket: /private/tmp/plugin60459-24-98081.540375.sock)
21868
+ [plugin-client] restarting worker for "nx/core/package-json"
21869
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=7
21870
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-theme/tailwind-preset.cjs
21871
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs
21872
+ DEBUG nx::native::watch::watcher: [delete] tmp/libs/africanies-theme/build/tsconfig.generated.7057058a-28f6-48ae-a566-fe6a457ce582.json
21873
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/types/africanies-africanies-theme.d.ts
21874
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/package.json
21875
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs.map
21876
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-theme/README.md
21877
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 61896, socket: /private/tmp/plugin60459-25-98082.142792.sock)
21878
+ [plugin-client] restarting worker for "nx/core/project-json"
21879
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 61897, socket: /private/tmp/plugin60459-26-98083.064958.sock)
21880
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.726Z - Time taken for 'hash changed files from watcher' 0.9627089999994496ms
21881
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.727Z - [WATCHER]: Processing file changes in outputs
21882
+ [plugin-worker] "nx/core/package-json" (pid: 61896) listening on /private/tmp/plugin60459-25-98082.142792.sock
21883
+ [plugin-worker] "nx/core/project-json" (pid: 61897) listening on /private/tmp/plugin60459-26-98083.064958.sock
21884
+ Time taken for 'plugin worker 61897 code loading' 121.87812499999998ms
21885
+ Time taken for 'plugin worker 61896 code loading' 118.811375ms
21886
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 61896)
21887
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 61897)
21888
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.904Z - Time taken for 'start-plugin-worker:nx/core/package-json' 180.86895799999184ms
21889
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.904Z - Time taken for 'start-plugin-worker:nx/core/project-json' 180.17920800000138ms
21890
+ [plugin-worker] "nx/core/package-json" (pid: 61896) connected
21891
+ [plugin-worker] "nx/core/project-json" (pid: 61897) connected
21892
+ [plugin-worker] "nx/core/package-json" (pid: 61896) loaded successfully
21893
+ [plugin-worker] "nx/core/project-json" (pid: 61897) loaded successfully
21894
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 61895) listening on /private/tmp/plugin60459-24-98081.540375.sock
21895
+ Time taken for 'plugin worker 61895 code loading' 128.14225ms
21896
+ Time taken for 'nx/core/project-json:createNodes' 0.9359579999999994ms
21897
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
21898
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 61895)
21899
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.913Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 191.02654200000688ms
21900
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 61895) connected
21901
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
21902
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 61895) loaded successfully
21903
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 5.973667000000006ms
21904
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.941Z - Time taken for 'build-project-configs' 213.40620800000033ms
21905
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.941Z - Time taken for 'createNodes:merge' 2.3868340000044554ms
21906
+ Time taken for 'build typescript dependencies' 3.7976670000000183ms
21907
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
21908
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.959Z - [SYNC]: collect registered sync generators
21909
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.959Z - [SYNC]: project graph hash is the same, not collecting task sync generators
21910
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.959Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
21911
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.966Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
21912
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.966Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
21913
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.969Z - Responding to PROJECT_GRAPH_UPDATED message
21914
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.969Z - [REQUEST]: Responding to the client. Project graph updated
21915
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.969Z - Time taken for 'total execution time for createProjectGraph()' 19.398499999995693ms
21916
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.969Z - Time taken for 'createDependencies' 16.291124999988824ms
21917
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.969Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 16.209499999997206ms
21918
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.969Z - Time taken for 'createMetadata' 0.009624999991501682ms
21919
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.969Z - Time taken for 'serialize graph' 1.9642080000048736ms
21920
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.969Z - Time taken for 'write cache' 7.0783749999973224ms
21921
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.972Z - Done responding to the client Project graph updated
21922
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:14.972Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 7. Response time: 6.
21923
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:14.973Z - [Messenger] Received message, length: 895597
21924
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
21925
+ DEBUG nx::native::watch::watcher: [create] tmp/libs/africanies-ui/build/tsconfig.generated.26049b29-e408-431e-98d5-4d086a0c38ea.json
21926
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:15.715Z - [WATCHER]: Processing file changes in outputs
21927
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=9
21928
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/assets/brand/africanies-logo.svg
21929
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts
21930
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs
21931
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/assets/brand/africanies-logo-mini.png
21932
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/package.json
21933
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/README.md
21934
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/assets/carriers/dhl.svg
21935
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/assets/brand/africanies-logo.png
21936
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map
21937
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:15.877Z - [WATCHER]: Processing file changes in outputs
21938
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
21939
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/README.md
21940
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:15.881Z - [WATCHER]: dist/libs/africanies-ui/README.md was deleted
21941
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:15.881Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: delete:dist/libs/africanies-ui/README.md
21942
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:15.881Z - [WATCHER]: File changes detected:
21943
+ Created:
21944
+ (none)
21945
+ Updated:
21946
+ (none)
21947
+ Deleted:
21948
+ - dist/libs/africanies-ui/README.md
21949
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:15.882Z - [SYNC]: clearing sync generators cache due to file changes
21950
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:15.883Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
21951
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:15.883Z - [REQUEST]:
21952
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:15.883Z - [REQUEST]: dist/libs/africanies-ui/README.md
21953
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
21954
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 61898, socket: /private/tmp/plugin60459-27-99243.501583.sock)
21955
+ [plugin-client] restarting worker for "nx/core/package-json"
21956
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 61899, socket: /private/tmp/plugin60459-28-99244.24325.sock)
21957
+ [plugin-client] restarting worker for "nx/core/project-json"
21958
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 61900, socket: /private/tmp/plugin60459-29-99244.804292.sock)
21959
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:15.886Z - Time taken for 'hash changed files from watcher' 0.8578750000015134ms
21960
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:16.005Z - Established a connection. Number of open connections: 4
21961
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:16.005Z - [Messenger] Sending message type: GET_CONTEXT_FILE_DATA
21962
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:16.007Z - [Messenger] Message sent
21963
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:16.007Z - Closed a connection. Number of open connections: 3
21964
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:16.007Z - Received raw message of length 32
21965
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:16.007Z - Received json message of type GET_CONTEXT_FILE_DATA
21966
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:16.009Z - Serializing response for GET_CONTEXT_FILE_DATA message in json mode
21967
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:16.009Z - Responding to GET_CONTEXT_FILE_DATA message
21968
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:16.009Z - [REQUEST]: Responding to the client. handleContextFileData
21969
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:16.011Z - Done responding to the client handleContextFileData
21970
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:16.011Z - Handled json message GET_CONTEXT_FILE_DATA. Handling time: 1. Response time: 2.
21971
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:16.011Z - [Messenger] Received message, length: 87563
21972
+ [plugin-worker] "nx/core/project-json" (pid: 61900) listening on /private/tmp/plugin60459-29-99244.804292.sock
21973
+ Time taken for 'plugin worker 61900 code loading' 228.44591699999998ms
21974
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 61900)
21975
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:16.167Z - Time taken for 'start-plugin-worker:nx/core/project-json' 281.2670829999988ms
21976
+ [plugin-worker] "nx/core/project-json" (pid: 61900) connected
21977
+ [plugin-worker] "nx/core/project-json" (pid: 61900) loaded successfully
21978
+ Time taken for 'nx/core/project-json:createNodes' 1.0100000000000477ms
21979
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
21980
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 61898) listening on /private/tmp/plugin60459-27-99243.501583.sock
21981
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 61898)
21982
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:16.218Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 334.1934170000022ms
21983
+ Time taken for 'plugin worker 61898 code loading' 286.947458ms
21984
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 61898) connected
21985
+ [plugin-worker] "nx/core/package-json" (pid: 61899) listening on /private/tmp/plugin60459-28-99244.24325.sock
21986
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 61899)
21987
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:16.228Z - Time taken for 'start-plugin-worker:nx/core/package-json' 343.31445799999346ms
21988
+ Time taken for 'plugin worker 61899 code loading' 303.343292ms
21989
+ [plugin-worker] "nx/core/package-json" (pid: 61899) connected
21990
+ [plugin-worker] "nx/core/package-json" (pid: 61899) loaded successfully
21991
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 61898) loaded successfully
21992
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 12.015375000000006ms
21993
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
21994
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:16.289Z - Time taken for 'build-project-configs' 389.1214590000018ms
21995
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:16.289Z - Time taken for 'createNodes:merge' 6.879249999998137ms
21996
+ Time taken for 'build typescript dependencies' 0.3640829999999937ms
21997
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
21998
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:16.355Z - [SYNC]: collect registered sync generators
21999
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:16.355Z - [SYNC]: project graph hash is the same, not collecting task sync generators
22000
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:16.355Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
22001
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:16.379Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
22002
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:16.379Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
22003
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:16.385Z - Responding to PROJECT_GRAPH_UPDATED message
22004
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:16.385Z - [REQUEST]: Responding to the client. Project graph updated
22005
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:16.386Z - Time taken for 'total execution time for createProjectGraph()' 70.73616600000241ms
22006
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:16.386Z - Time taken for 'createDependencies' 61.7833329999994ms
22007
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:16.386Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 61.676166999997804ms
22008
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:16.386Z - Time taken for 'createMetadata' 0.012000000002444722ms
22009
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:16.386Z - Time taken for 'serialize graph' 7.552874999993946ms
22010
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:16.386Z - Time taken for 'write cache' 23.494833999997354ms
22011
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:16.876Z - [ProjectGraphListener] Socket closed, triggering reconnection
22012
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:16.880Z - Socket write error (client likely disconnected): write EPIPE
22013
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:16.880Z - Done responding to the client Project graph updated
22014
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:16.881Z - Socket error: write EPIPE
22015
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:16.882Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 24. Response time: 503.
22016
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:16.883Z - Closed a connection. Number of open connections: 2
22017
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:16.887Z - Established a connection. Number of open connections: 3
22018
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:16.887Z - [Messenger] Setting up socket listeners
22019
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:16.887Z - [Messenger] listen() complete
22020
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:16.887Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
22021
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:16.887Z - [Messenger] Message sent
22022
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:16.890Z - Closed a connection. Number of open connections: 2
22023
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:16.892Z - Established a connection. Number of open connections: 3
22024
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:16.908Z - Received raw message of length 42
22025
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:16.908Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
22026
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
22027
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts
22028
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:20.134Z - [WATCHER]: Processing file changes in outputs
22029
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=2
22030
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs
22031
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map
22032
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:20.341Z - [WATCHER]: Processing file changes in outputs
22033
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:20.552Z - [Messenger] Sending message type: RECORD_OUTPUTS_HASH_BATCH
22034
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:20.552Z - [Messenger] Message sent
22035
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:20.553Z - Received raw message of length 114
22036
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:20.553Z - Received json message of type RECORD_OUTPUTS_HASH_BATCH
22037
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:20.558Z - Serializing response for RECORD_OUTPUTS_HASH_BATCH message in json mode
22038
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:20.558Z - Responding to RECORD_OUTPUTS_HASH_BATCH message
22039
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:20.558Z - [REQUEST]: Responding to the client. recordOutputsHashBatch
22040
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:20.558Z - Done responding to the client recordOutputsHashBatch
22041
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:20.558Z - Handled json message RECORD_OUTPUTS_HASH_BATCH. Handling time: 5. Response time: 0.
22042
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:20.558Z - [Messenger] Received message, length: 2
22043
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:20.567Z - [Messenger] Sending message type: RECORD_TASK_RUNS
22044
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:20.568Z - [Messenger] Message sent
22045
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:20.568Z - Received raw message of length 1279
22046
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:20.568Z - Received json message of type RECORD_TASK_RUNS
22047
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:20.573Z - Serializing response for RECORD_TASK_RUNS message in json mode
22048
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:20.573Z - Responding to RECORD_TASK_RUNS message
22049
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:20.573Z - [REQUEST]: Responding to the client. handleRecordTaskRuns
22050
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:20.573Z - Done responding to the client handleRecordTaskRuns
22051
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:20.573Z - [Messenger] Received message, length: 4
22052
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:20.573Z - Handled json message RECORD_TASK_RUNS. Handling time: 5. Response time: 0.
22053
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:20.573Z - [Messenger] Sending message type: GET_FLAKY_TASKS
22054
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:20.573Z - [Messenger] Message sent
22055
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:20.573Z - Received raw message of length 173
22056
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:20.573Z - Received json message of type GET_FLAKY_TASKS
22057
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:20.575Z - Serializing response for GET_FLAKY_TASKS message in json mode
22058
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:20.575Z - Responding to GET_FLAKY_TASKS message
22059
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:20.575Z - [REQUEST]: Responding to the client. handleGetFlakyTasks
22060
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:20.575Z - Done responding to the client handleGetFlakyTasks
22061
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:20.575Z - Handled json message GET_FLAKY_TASKS. Handling time: 1. Response time: 0.
22062
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:20.575Z - [Messenger] Received message, length: 2
22063
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=2
22064
+ DEBUG nx::native::watch::watcher: [update] .nx/cache/3314955264390318442/dist/libs/africanies-ui/README.md
22065
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/README.md
22066
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:20.663Z - [WATCHER]: 0 file(s) created or restored, 2 file(s) modified, 0 file(s) deleted
22067
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:20.663Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 2 events: update:.nx/cache/3314955264390318442/dist/libs/africanies-ui/README.md, update:dist/libs/africanies-ui/README.md
22068
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:20.663Z - [WATCHER]: File changes detected:
22069
+ Created:
22070
+ (none)
22071
+ Updated:
22072
+ - .nx/cache/3314955264390318442/dist/libs/africanies-ui/README.md
22073
+ - dist/libs/africanies-ui/README.md
22074
+ Deleted:
22075
+ (none)
22076
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:20.665Z - [SYNC]: clearing sync generators cache due to file changes
22077
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:20.666Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
22078
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:20.667Z - [REQUEST]: dist/libs/africanies-ui/README.md,.nx/cache/3314955264390318442/dist/libs/africanies-ui/README.md
22079
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:20.667Z - [REQUEST]:
22080
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
22081
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 61945, socket: /private/tmp/plugin60459-30-104027.38325.sock)
22082
+ [plugin-client] restarting worker for "nx/core/package-json"
22083
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 61946, socket: /private/tmp/plugin60459-31-104028.64225.sock)
22084
+ [plugin-client] restarting worker for "nx/core/project-json"
22085
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 61947, socket: /private/tmp/plugin60459-32-104029.054208.sock)
22086
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:20.670Z - Time taken for 'hash changed files from watcher' 1.3585840000014286ms
22087
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=10
22088
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/brand/africanies-logo.svg
22089
+ DEBUG nx::native::watch::watcher: [delete] tmp/libs/africanies-ui/build/tsconfig.generated.26049b29-e408-431e-98d5-4d086a0c38ea.json
22090
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts
22091
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs
22092
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/brand/africanies-logo-mini.png
22093
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/README.md
22094
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/package.json
22095
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/brand/africanies-logo.png
22096
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/carriers/dhl.svg
22097
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map
22098
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:20.676Z - [WATCHER]: Processing file changes in outputs
22099
+ [plugin-worker] "nx/core/project-json" (pid: 61947) listening on /private/tmp/plugin60459-32-104029.054208.sock
22100
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 61945) listening on /private/tmp/plugin60459-30-104027.38325.sock
22101
+ Time taken for 'plugin worker 61947 code loading' 386.246084ms
22102
+ Time taken for 'plugin worker 61945 code loading' 386.891584ms
22103
+ [plugin-worker] "nx/core/package-json" (pid: 61946) listening on /private/tmp/plugin60459-31-104028.64225.sock
22104
+ Time taken for 'plugin worker 61946 code loading' 385.98558299999996ms
22105
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 61945)
22106
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 61946)
22107
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:21.113Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 444.695458999995ms
22108
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:21.113Z - Time taken for 'start-plugin-worker:nx/core/package-json' 443.7487919999985ms
22109
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 61947)
22110
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:21.113Z - Time taken for 'start-plugin-worker:nx/core/project-json' 443.7150830000028ms
22111
+ [plugin-worker] "nx/core/package-json" (pid: 61946) connected
22112
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 61945) connected
22113
+ [plugin-worker] "nx/core/project-json" (pid: 61947) connected
22114
+ [plugin-worker] "nx/core/project-json" (pid: 61947) loaded successfully
22115
+ [plugin-worker] "nx/core/package-json" (pid: 61946) loaded successfully
22116
+ Time taken for 'nx/core/project-json:createNodes' 3.682083000000034ms
22117
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
22118
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 61945) loaded successfully
22119
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
22120
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 10.301125000000013ms
22121
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:21.168Z - Time taken for 'build-project-configs' 493.3096249999944ms
22122
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:21.168Z - Time taken for 'createNodes:merge' 2.3952080000017304ms
22123
+ Time taken for 'build typescript dependencies' 4.018790999999965ms
22124
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
22125
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:21.189Z - [SYNC]: collect registered sync generators
22126
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:21.190Z - [SYNC]: project graph hash is the same, not collecting task sync generators
22127
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:21.190Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
22128
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:21.203Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
22129
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:21.203Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
22130
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:21.206Z - Responding to PROJECT_GRAPH_UPDATED message
22131
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:21.206Z - [REQUEST]: Responding to the client. Project graph updated
22132
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:21.207Z - Time taken for 'total execution time for createProjectGraph()' 24.86699999999837ms
22133
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:21.207Z - Time taken for 'createDependencies' 20.231207999997423ms
22134
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:21.207Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 20.134416000000783ms
22135
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:21.207Z - Time taken for 'createMetadata' 0.0050829999963752925ms
22136
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:21.207Z - Time taken for 'serialize graph' 2.1555420000076992ms
22137
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:21.207Z - Time taken for 'write cache' 13.769333999996888ms
22138
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:21.209Z - Done responding to the client Project graph updated
22139
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:21.209Z - [Messenger] Received message, length: 895597
22140
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:21.209Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 13. Response time: 6.
22141
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:22.225Z - [Messenger] Sending message type: GET_CONTEXT_FILE_DATA
22142
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:22.225Z - Established a connection. Number of open connections: 4
22143
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:22.225Z - [Messenger] Message sent
22144
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:22.225Z - Closed a connection. Number of open connections: 3
22145
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:22.225Z - Received raw message of length 32
22146
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:22.225Z - Received json message of type GET_CONTEXT_FILE_DATA
22147
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:22.229Z - Serializing response for GET_CONTEXT_FILE_DATA message in json mode
22148
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:22.230Z - Responding to GET_CONTEXT_FILE_DATA message
22149
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:22.230Z - [REQUEST]: Responding to the client. handleContextFileData
22150
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:22.235Z - Done responding to the client handleContextFileData
22151
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:22.235Z - [Messenger] Received message, length: 87743
22152
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:22.235Z - Handled json message GET_CONTEXT_FILE_DATA. Handling time: 3. Response time: 6.
22153
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:22.975Z - [ProjectGraphListener] Socket closed, triggering reconnection
22154
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:22.975Z - Closed a connection. Number of open connections: 2
22155
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:22.976Z - Established a connection. Number of open connections: 3
22156
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:22.976Z - [Messenger] Setting up socket listeners
22157
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:22.976Z - [Messenger] listen() complete
22158
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:22.976Z - Closed a connection. Number of open connections: 2
22159
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:22.976Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
22160
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:22.976Z - [Messenger] Message sent
22161
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:22.976Z - Established a connection. Number of open connections: 3
22162
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:22.977Z - Received raw message of length 42
22163
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:22.977Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
22164
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:24.095Z - Established a connection. Number of open connections: 4
22165
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:24.096Z - Closed a connection. Number of open connections: 3
22166
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:24.096Z - [Messenger] Sending message type: GET_CONFIGURE_AI_AGENTS_STATUS
22167
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:24.096Z - [Messenger] Message sent
22168
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:24.098Z - Received raw message of length 41
22169
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:24.098Z - Received json message of type GET_CONFIGURE_AI_AGENTS_STATUS
22170
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:24.098Z - [AI-AGENTS]: Returning cached agent configuration status
22171
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:24.098Z - Serializing response for GET_CONFIGURE_AI_AGENTS_STATUS message in json mode
22172
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:24.098Z - Responding to GET_CONFIGURE_AI_AGENTS_STATUS message
22173
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:24.099Z - [REQUEST]: Responding to the client. handleGetConfigureAiAgentsStatus
22174
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:24.099Z - Done responding to the client handleGetConfigureAiAgentsStatus
22175
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:24.099Z - Handled json message GET_CONFIGURE_AI_AGENTS_STATUS. Handling time: 0. Response time: 1.
22176
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:24.100Z - [Messenger] Received message, length: 341
22177
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:24.111Z - [Messenger] Sending message type: POST_TASKS_EXECUTION
22178
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:24.123Z - [Messenger] Message sent
22179
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:24.124Z - Received raw message of length 481001
22180
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:24.127Z - Received json message of type POST_TASKS_EXECUTION
22181
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:24.127Z - Serializing response for POST_TASKS_EXECUTION message in json mode
22182
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:24.127Z - Responding to POST_TASKS_EXECUTION message
22183
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:24.127Z - [REQUEST]: Responding to the client. handleRunPostTasksExecution
22184
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:24.127Z - Done responding to the client handleRunPostTasksExecution
22185
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:24.127Z - Handled json message POST_TASKS_EXECUTION. Handling time: 0. Response time: 0.
22186
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:24.127Z - Time taken for 'postTasksExecution' 0.20833300000231247ms
22187
+ [NX v23.1.1 Daemon Client] - 2026-08-27T08:54:24.127Z - [Messenger] Received message, length: 4
22188
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:54:24.142Z - Closed a connection. Number of open connections: 2
22189
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=17
22190
+ DEBUG nx::native::watch::watcher: [update] .husky/_/h
22191
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-applypatch
22192
+ DEBUG nx::native::watch::watcher: [update] .husky/_/prepare-commit-msg
22193
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-merge-commit
22194
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-checkout
22195
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-commit
22196
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-rewrite
22197
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-push
22198
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-merge
22199
+ DEBUG nx::native::watch::watcher: [update] .husky/_/commit-msg
22200
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-commit
22201
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-auto-gc
22202
+ DEBUG nx::native::watch::watcher: [update] .husky/_/.gitignore
22203
+ DEBUG nx::native::watch::watcher: [update] .husky/_/applypatch-msg
22204
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-rebase
22205
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-applypatch
22206
+ DEBUG nx::native::watch::watcher: [create] .husky/_/husky.sh
22207
+ [NX v23.1.1 Daemon Server] - 2026-08-27T08:55:01.118Z - [WATCHER]: Processing file changes in outputs