@africanies/angular-web-sdk 0.1.6 → 0.1.7

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 (87) hide show
  1. package/.nx/cache/13466509747676776487/dist/libs/africanies-core/README.md +85 -0
  2. package/.nx/cache/13466509747676776487/dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs +4634 -0
  3. package/.nx/cache/13466509747676776487/dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs.map +1 -0
  4. package/.nx/cache/13466509747676776487/dist/libs/africanies-core/package.json +31 -0
  5. package/.nx/cache/13466509747676776487/dist/libs/africanies-core/types/africanies-africanies-core.d.ts +2743 -0
  6. package/.nx/cache/14995846848874973576/dist/libs/africanies-ui/README.md +68 -0
  7. package/.nx/cache/14995846848874973576/dist/libs/africanies-ui/assets/brand/africanies-logo-mini.png +0 -0
  8. package/.nx/cache/14995846848874973576/dist/libs/africanies-ui/assets/brand/africanies-logo.png +0 -0
  9. package/.nx/cache/14995846848874973576/dist/libs/africanies-ui/assets/brand/africanies-logo.svg +5 -0
  10. package/.nx/cache/14995846848874973576/dist/libs/africanies-ui/assets/carriers/dhl.svg +7 -0
  11. package/.nx/cache/14995846848874973576/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs +19395 -0
  12. package/.nx/cache/14995846848874973576/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map +1 -0
  13. package/.nx/cache/14995846848874973576/dist/libs/africanies-ui/package.json +35 -0
  14. package/.nx/cache/14995846848874973576/dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts +5493 -0
  15. package/.nx/cache/6673686859704879504/dist/libs/africanies-theme/README.md +46 -0
  16. package/.nx/cache/6673686859704879504/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs +231 -0
  17. package/.nx/cache/6673686859704879504/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs.map +1 -0
  18. package/.nx/cache/6673686859704879504/dist/libs/africanies-theme/package.json +35 -0
  19. package/.nx/cache/6673686859704879504/dist/libs/africanies-theme/tailwind-preset.cjs +262 -0
  20. package/.nx/cache/6673686859704879504/dist/libs/africanies-theme/types/africanies-africanies-theme.d.ts +174 -0
  21. package/.nx/cache/run.json +27 -27
  22. package/.nx/cache/terminalOutputs/13466509747676776487 +21 -0
  23. package/.nx/cache/terminalOutputs/1446890025183346611 +32 -0
  24. package/.nx/cache/terminalOutputs/14995846848874973576 +21 -0
  25. package/.nx/cache/terminalOutputs/6337357866566791975 +6 -0
  26. package/.nx/cache/terminalOutputs/6673686859704879504 +21 -0
  27. package/.nx/cache/terminalOutputs/8032148447904822353 +183 -0
  28. package/.nx/workspace-data/0091ABA9-5C90-580D-953C-8C94E763ADB5-v3.db +0 -0
  29. package/.nx/workspace-data/0091ABA9-5C90-580D-953C-8C94E763ADB5-v3.db-shm +0 -0
  30. package/.nx/workspace-data/0091ABA9-5C90-580D-953C-8C94E763ADB5-v3.db-wal +0 -0
  31. package/.nx/workspace-data/d/daemon.log +1609 -0
  32. package/.nx/workspace-data/d/server-process.json +2 -2
  33. package/.nx/workspace-data/file-map.json +3428 -3428
  34. package/.nx/workspace-data/nx_files.nxt +0 -0
  35. package/.nx/workspace-data/project-graph.json +2 -2
  36. package/apps/playground/src/app/pages/button-page.ts +5 -3
  37. package/apps/playground/src/app/pages/feedback-page.ts +1 -1
  38. package/apps/playground/src/app/pages/home-page.ts +1 -1
  39. package/apps/playground/src/app/pages/icons-page.ts +3 -3
  40. package/apps/playground/src/app/pages/lecture-page.ts +3 -3
  41. package/apps/playground/src/app/pages/models-page.ts +1 -1
  42. package/apps/playground/src/app/pages/overlay-demos.ts +1 -1
  43. package/apps/playground/src/app/pages/tokens-page.ts +17 -3
  44. package/apps/playground/src/app/pages/usecases/onboarding-login.page.ts +1 -1
  45. package/apps/playground/src/app/pages/usecases/onboarding-reset-password.page.ts +1 -1
  46. package/apps/playground/src/app/pages/usecases/shipment-detail.page.ts +1 -1
  47. package/apps/playground/src/app/pages/viewport-preview.component.ts +1 -1
  48. package/apps/playground/src/app/snippets/button.snippets.ts +4 -3
  49. package/apps/playground/src/index.html +6 -0
  50. package/apps/playground/src/styles.css +4 -5
  51. package/dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs +131 -8
  52. package/dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs.map +1 -1
  53. package/dist/libs/africanies-core/types/africanies-africanies-core.d.ts +8 -6
  54. package/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs +12 -2
  55. package/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs.map +1 -1
  56. package/dist/libs/africanies-theme/tailwind-preset.cjs +16 -7
  57. package/dist/libs/africanies-theme/types/africanies-africanies-theme.d.ts +11 -3
  58. package/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs +83 -63
  59. package/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map +1 -1
  60. package/dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts +11 -8
  61. package/libs/africanies-core/src/index.ts +1 -0
  62. package/libs/africanies-core/src/lib/notification/index.ts +1 -1
  63. package/libs/africanies-core/src/lib/notification/notification-link.spec.ts +40 -7
  64. package/libs/africanies-core/src/lib/notification/notification-link.ts +143 -7
  65. package/libs/africanies-theme/src/lib/mode-color.safelist.ts +8 -2
  66. package/libs/africanies-theme/src/lib/mode-color.service.ts +16 -0
  67. package/libs/africanies-theme/tailwind-preset.cjs +16 -7
  68. package/libs/africanies-ui/src/lib/button/button.component.ts +5 -1
  69. package/libs/africanies-ui/src/lib/feedback/empty-state.component.ts +1 -1
  70. package/libs/africanies-ui/src/lib/feedback/error-state.component.ts +1 -1
  71. package/libs/africanies-ui/src/lib/forms/file-upload/file-preview.dialog.ts +1 -1
  72. package/libs/africanies-ui/src/lib/forms/file-upload/file-upload.component.ts +4 -4
  73. package/libs/africanies-ui/src/lib/forms/form-field.classes.ts +2 -2
  74. package/libs/africanies-ui/src/lib/forms/select/select.component.ts +1 -1
  75. package/libs/africanies-ui/src/lib/layout/app-shell-header.component.ts +1 -1
  76. package/libs/africanies-ui/src/lib/layout/app-shell.component.ts +2 -2
  77. package/libs/africanies-ui/src/lib/navigation/shipping-mode-switch/shipping-mode-switch.component.ts +2 -2
  78. package/libs/africanies-ui/src/lib/navigation/side-nav/africanies-side-nav.component.html +2 -2
  79. package/libs/africanies-ui/src/lib/navigation/side-nav/africanies-side-nav.component.ts +10 -6
  80. package/libs/africanies-ui/src/lib/notifications/notification-drawer.panel.ts +21 -8
  81. package/libs/africanies-ui/src/lib/overlay/drawer.service.ts +1 -1
  82. package/libs/africanies-ui/src/lib/overlay/modal.service.ts +1 -1
  83. package/libs/africanies-ui/src/lib/pagination/pagination.component.ts +3 -3
  84. package/libs/africanies-ui/src/lib/table/table.component.ts +5 -5
  85. package/libs/africanies-ui/src/lib/toast/toast-host.component.ts +4 -4
  86. package/libs/africanies-ui/src/lib/toast/toast-item.component.ts +1 -1
  87. package/package.json +1 -1
@@ -26212,3 +26212,1612 @@ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-rebase
26212
26212
  DEBUG nx::native::watch::watcher: [update] .husky/_/post-merge
26213
26213
  DEBUG nx::native::watch::watcher: [update] .husky/_/pre-merge-commit
26214
26214
  [NX v23.1.1 Daemon Server] - 2026-09-03T07:33:30.542Z - [WATCHER]: Processing file changes in outputs
26215
+ [NX v23.1.1 Daemon Client] - 2026-09-03T07:34:15.902Z - [Messenger] Setting up socket listeners
26216
+ [NX v23.1.1 Daemon Server] - 2026-09-03T07:34:15.901Z - Established a connection. Number of open connections: 1
26217
+ [NX v23.1.1 Daemon Client] - 2026-09-03T07:34:15.906Z - [Messenger] listen() complete
26218
+ [NX v23.1.1 Daemon Server] - 2026-09-03T07:34:15.905Z - Established a connection. Number of open connections: 2
26219
+ [NX v23.1.1 Daemon Server] - 2026-09-03T07:34:15.906Z - Closed a connection. Number of open connections: 1
26220
+ [NX v23.1.1 Daemon Client] - 2026-09-03T07:34:15.935Z - [Messenger] Sending message type: GET_CONFIGURE_AI_AGENTS_STATUS
26221
+ [NX v23.1.1 Daemon Client] - 2026-09-03T07:34:15.935Z - [Messenger] Message sent
26222
+ [NX v23.1.1 Daemon Server] - 2026-09-03T07:34:15.936Z - Received raw message of length 928
26223
+ [NX v23.1.1 Daemon Server] - 2026-09-03T07:34:15.937Z - Received json message of type GET_CONFIGURE_AI_AGENTS_STATUS
26224
+ [NX v23.1.1 Daemon Server] - 2026-09-03T07:34:15.939Z - Graph recompute necessary due to env variable refresh. Changed keys: NVM_INC, HERD_PHP_81_INI_SCAN_DIR, DATA_CLOUD_CURR_IDE_NAME, HERD_PHP_80_INI_SCAN_DIR, TERM_PROGRAM, NODE, NVM_CD_FLAGS, INIT_CWD, TERM, TERM_PROGRAM_VERSION, ZDOTDIR, HERD_PHP_85_INI_SCAN_DIR, HERD_PHP_83_INI_SCAN_DIR, COPILOT_DEBUG_NONCE, PHP_INI_SCAN_DIR, NVM_DIR, HERD_PHP_82_INI_SCAN_DIR, PATH, HERD_PHP_84_INI_SCAN_DIR, USER_ZDOTDIR, PWD, LANG, PYTHONSTARTUP, NODE_PATH, XPC_SERVICE_NAME, PYTHON_BASIC_REPL, NVM_BIN, GIT_ASKPASS, HERD_PHP_74_INI_SCAN_DIR, COLORTERM, NX_CLI_SET, 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, ELECTRON_RUN_AS_NODE, MACH_PORT_RENDEZVOUS_PEER_VALDATION, APPLICATION_INSIGHTS_NO_STATSBEAT, DEBUG, NX_WORKSPACE_ROOT_PATH, MXC_BIN_DIR, COPILOT_OTEL_FILE_EXPORTER_PATH, ELECTRON_NO_ASAR, CI
26225
+ [NX v23.1.1 Daemon Server] - 2026-09-03T07:34:15.941Z - [AI-AGENTS]: Returning cached agent configuration status
26226
+ [NX v23.1.1 Daemon Server] - 2026-09-03T07:34:15.942Z - Serializing response for GET_CONFIGURE_AI_AGENTS_STATUS message in json mode
26227
+ [NX v23.1.1 Daemon Server] - 2026-09-03T07:34:15.943Z - Responding to GET_CONFIGURE_AI_AGENTS_STATUS message
26228
+ [NX v23.1.1 Daemon Server] - 2026-09-03T07:34:15.943Z - [REQUEST]: Responding to the client. handleGetConfigureAiAgentsStatus
26229
+ [NX v23.1.1 Daemon Server] - 2026-09-03T07:34:15.943Z - Done responding to the client handleGetConfigureAiAgentsStatus
26230
+ [NX v23.1.1 Daemon Server] - 2026-09-03T07:34:15.943Z - Handled json message GET_CONFIGURE_AI_AGENTS_STATUS. Handling time: 1. Response time: 1.
26231
+ [NX v23.1.1 Daemon Client] - 2026-09-03T07:34:15.944Z - [Messenger] Received message, length: 341
26232
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:11:42.941Z - [Messenger] Setting up socket listeners
26233
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:11:42.942Z - [Messenger] listen() complete
26234
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:11:42.986Z - [Messenger] Sending message type: REQUEST_PROJECT_GRAPH
26235
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:11:42.988Z - [Messenger] Message sent
26236
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:43.016Z - Established a connection. Number of open connections: 2
26237
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:43.030Z - Established a connection. Number of open connections: 3
26238
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:43.033Z - Closed a connection. Number of open connections: 2
26239
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:43.034Z - Established a connection. Number of open connections: 3
26240
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:43.035Z - Closed a connection. Number of open connections: 2
26241
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:43.036Z - Received raw message of length 919
26242
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:43.037Z - Received json message of type REQUEST_PROJECT_GRAPH
26243
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:43.038Z - [REQUEST]: Client Request for Project Graph Received
26244
+ DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=61.329125ms
26245
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:43.108Z - No in-memory cached project graph found. Recomputing it...
26246
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:43.113Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
26247
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:43.113Z - [REQUEST]:
26248
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:43.113Z - [REQUEST]:
26249
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:43.152Z - Streaming message to client: progress update for topic graph-construction
26250
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:11:43.155Z - [Messenger] Received message, length: 47
26251
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
26252
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 37695, socket: /private/tmp/plugin12638-6-2364609.591334.sock)
26253
+ [plugin-client] restarting worker for "nx/core/package-json"
26254
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 37696, socket: /private/tmp/plugin12638-7-2364620.596042.sock)
26255
+ [plugin-client] restarting worker for "nx/core/project-json"
26256
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 37698, socket: /private/tmp/plugin12638-8-2364622.213209.sock)
26257
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 37696)
26258
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:45.977Z - Time taken for 'start-plugin-worker:nx/core/package-json' 2807.617291999981ms
26259
+ [plugin-worker] "nx/core/package-json" (pid: 37696) listening on /private/tmp/plugin12638-7-2364620.596042.sock
26260
+ [plugin-worker] "nx/core/package-json" (pid: 37696) connected
26261
+ Time taken for 'plugin worker 37696 code loading' 1799.890583ms
26262
+ [plugin-worker] "nx/core/package-json" (pid: 37696) loaded successfully
26263
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 37695) listening on /private/tmp/plugin12638-6-2364609.591334.sock
26264
+ Time taken for 'plugin worker 37695 code loading' 1951.68925ms
26265
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 37695)
26266
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.125Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 2969.276917000301ms
26267
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 37695) connected
26268
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
26269
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.140Z - Streaming message to client: progress update for topic graph-construction
26270
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:11:46.141Z - [Messenger] Received message, length: 153
26271
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 37695) loaded successfully
26272
+ [plugin-worker] "nx/core/project-json" (pid: 37698) listening on /private/tmp/plugin12638-8-2364622.213209.sock
26273
+ Time taken for 'plugin worker 37698 code loading' 2192.649375ms
26274
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 37698)
26275
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.364Z - Time taken for 'start-plugin-worker:nx/core/project-json' 3192.5060839997604ms
26276
+ [plugin-worker] "nx/core/project-json" (pid: 37698) connected
26277
+ [plugin-worker] "nx/core/project-json" (pid: 37698) loaded successfully
26278
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 204.59508400000004ms
26279
+ Time taken for 'nx/core/project-json:createNodes' 4.59308400000009ms
26280
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
26281
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.379Z - Streaming message to client: progress update for topic graph-construction
26282
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:11:46.381Z - [Messenger] Received message, length: 112
26283
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.403Z - Streaming message to client: progress update for topic graph-construction
26284
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:11:46.404Z - [Messenger] Received message, length: 47
26285
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.466Z - Streaming message to client: progress update for topic graph-construction
26286
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:11:46.469Z - [Messenger] Received message, length: 47
26287
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.487Z - Time taken for 'build-project-configs' 3265.5359999998473ms
26288
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.487Z - Time taken for 'createNodes:merge' 11.733624999877065ms
26289
+ Time taken for 'build typescript dependencies' 0.3006249999998545ms
26290
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
26291
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.625Z - Streaming message to client: progress update for topic graph-construction
26292
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:11:46.627Z - [Messenger] Received message, length: 47
26293
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.659Z - [SYNC]: collect registered sync generators
26294
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.660Z - [SYNC]: project graph hash is the same, not collecting task sync generators
26295
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.660Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
26296
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.714Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
26297
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.714Z - Serializing response for REQUEST_PROJECT_GRAPH message in json mode
26298
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.714Z - Responding to REQUEST_PROJECT_GRAPH message
26299
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.714Z - [REQUEST]: Responding to the client. project-graph
26300
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.715Z - Time taken for 'total for creating and serializing project graph' 3676.109290999826ms
26301
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.715Z - Time taken for 'total execution time for createProjectGraph()' 217.4465840002522ms
26302
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.715Z - Time taken for 'createDependencies' 172.5422079996206ms
26303
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.715Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 171.6751669999212ms
26304
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.715Z - Time taken for 'createMetadata' 0.03591600013896823ms
26305
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.715Z - Time taken for 'serialize graph' 10.933167000301182ms
26306
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.715Z - Time taken for 'write cache' 50.91641699988395ms
26307
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.734Z - Done responding to the client project-graph
26308
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.735Z - Handled json message REQUEST_PROJECT_GRAPH. Handling time: 3676. Response time: 21.
26309
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:11:46.735Z - [Messenger] Received message, length: 895604
26310
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:11:46.746Z - [Messenger] Sending message type: GET_CONTEXT_FILE_DATA
26311
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:11:46.746Z - [Messenger] Message sent
26312
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.747Z - Received raw message of length 32
26313
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.747Z - Received json message of type GET_CONTEXT_FILE_DATA
26314
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.748Z - Serializing response for GET_CONTEXT_FILE_DATA message in json mode
26315
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.749Z - Responding to GET_CONTEXT_FILE_DATA message
26316
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.749Z - [REQUEST]: Responding to the client. handleContextFileData
26317
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.749Z - Done responding to the client handleContextFileData
26318
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.749Z - Handled json message GET_CONTEXT_FILE_DATA. Handling time: 1. Response time: 1.
26319
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:11:46.749Z - [Messenger] Received message, length: 86954
26320
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:11:48.938Z - [Messenger] Setting up socket listeners
26321
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:11:48.938Z - [Messenger] listen() complete
26322
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:11:48.938Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
26323
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:11:48.939Z - [Messenger] Message sent
26324
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:48.939Z - Established a connection. Number of open connections: 3
26325
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:48.940Z - Established a connection. Number of open connections: 4
26326
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:48.941Z - Closed a connection. Number of open connections: 3
26327
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:48.942Z - Received raw message of length 42
26328
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:48.942Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
26329
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=41
26330
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=41
26331
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/button/button.component.ts
26332
+ DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/viewport-preview.component.ts
26333
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/navigation/side-nav/africanies-side-nav.component.ts
26334
+ DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/home-page.ts
26335
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/navigation/side-nav/africanies-side-nav.component.html
26336
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/forms/form-field.classes.ts
26337
+ DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/usecases/shipment-detail.page.ts
26338
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/overlay/modal.service.ts
26339
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/feedback/error-state.component.ts
26340
+ DEBUG nx::native::watch::watcher: [create] apps/playground/src/styles.css
26341
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-core/src/lib/notification/notification-link.ts
26342
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/table/table.component.ts
26343
+ DEBUG nx::native::watch::watcher: [create] apps/playground/src/styles.css
26344
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/navigation/side-nav/africanies-side-nav.component.ts
26345
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/overlay/drawer.service.ts
26346
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-theme/src/lib/mode-color.safelist.ts
26347
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/forms/file-upload/file-upload.component.ts
26348
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-core/src/index.ts
26349
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/layout/app-shell-header.component.ts
26350
+ DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/tokens-page.ts
26351
+ DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/viewport-preview.component.ts
26352
+ DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/models-page.ts
26353
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-core/src/lib/notification/notification-link.spec.ts
26354
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-theme/src/lib/mode-color.service.ts
26355
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-core/src/lib/notification/notification-link.spec.ts
26356
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-theme/src/lib/mode-color.safelist.ts
26357
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-theme/src/lib/mode-color.service.ts
26358
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/feedback/error-state.component.ts
26359
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/forms/select/select.component.ts
26360
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/overlay/drawer.service.ts
26361
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/overlay/modal.service.ts
26362
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/layout/app-shell.component.ts
26363
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/navigation/side-nav/africanies-side-nav.component.html
26364
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-core/src/index.ts
26365
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/toast/toast-item.component.ts
26366
+ DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/tokens-page.ts
26367
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/feedback/empty-state.component.ts
26368
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-core/src/lib/notification/notification-link.ts
26369
+ DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/lecture-page.ts
26370
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/notifications/notification-drawer.panel.ts
26371
+ DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/overlay-demos.ts
26372
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/navigation/shipping-mode-switch/shipping-mode-switch.component.ts
26373
+ DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/feedback-page.ts
26374
+ DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/button-page.ts
26375
+ DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/overlay-demos.ts
26376
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/toast/toast-item.component.ts
26377
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/toast/toast-host.component.ts
26378
+ DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/button-page.ts
26379
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-core/src/lib/notification/index.ts
26380
+ DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/usecases/shipment-detail.page.ts
26381
+ DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/usecases/onboarding-login.page.ts
26382
+ DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/models-page.ts
26383
+ DEBUG nx::native::watch::watcher: [create] apps/playground/src/index.html
26384
+ DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/icons-page.ts
26385
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/notifications/notification-drawer.panel.ts
26386
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/pagination/pagination.component.ts
26387
+ DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/icons-page.ts
26388
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/feedback/empty-state.component.ts
26389
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/navigation/shipping-mode-switch/shipping-mode-switch.component.ts
26390
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/toast/toast-host.component.ts
26391
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/layout/app-shell-header.component.ts
26392
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/layout/app-shell.component.ts
26393
+ DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/lecture-page.ts
26394
+ DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/usecases/onboarding-login.page.ts
26395
+ DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/snippets/button.snippets.ts
26396
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/table/table.component.ts
26397
+ DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/usecases/onboarding-reset-password.page.ts
26398
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-core/src/lib/notification/index.ts
26399
+ DEBUG nx::native::watch::watcher: [create] apps/playground/src/index.html
26400
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/forms/select/select.component.ts
26401
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-theme/tailwind-preset.cjs
26402
+ DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/home-page.ts
26403
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/forms/file-upload/file-preview.dialog.ts
26404
+ DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/usecases/onboarding-reset-password.page.ts
26405
+ DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/snippets/button.snippets.ts
26406
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/forms/form-field.classes.ts
26407
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/pagination/pagination.component.ts
26408
+ DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/feedback-page.ts
26409
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/button/button.component.ts
26410
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/forms/file-upload/file-preview.dialog.ts
26411
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/forms/file-upload/file-upload.component.ts
26412
+ DEBUG nx::native::watch::watcher: [create] libs/africanies-theme/tailwind-preset.cjs
26413
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:57.376Z - [WATCHER]: 41 file(s) created or restored, 0 file(s) modified, 0 file(s) deleted
26414
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:57.378Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 41 events: create:libs/africanies-ui/src/lib/button/button.component.ts, create:apps/playground/src/app/pages/viewport-preview.component.ts, create:libs/africanies-ui/src/lib/navigation/side-nav/africanies-side-nav.component.ts, create:apps/playground/src/app/pages/home-page.ts, create:libs/africanies-ui/src/lib/navigation/side-nav/africanies-side-nav.component.html, create:libs/africanies-ui/src/lib/forms/form-field.classes.ts, create:apps/playground/src/styles.css, create:libs/africanies-core/src/lib/notification/notification-link.ts, create:libs/africanies-ui/src/lib/table/table.component.ts, create:libs/africanies-theme/src/lib/mode-color.safelist.ts, create:libs/africanies-ui/src/lib/forms/file-upload/file-upload.component.ts, create:libs/africanies-core/src/index.ts, create:apps/playground/src/app/pages/models-page.ts, create:libs/africanies-core/src/lib/notification/notification-link.spec.ts, create:libs/africanies-theme/src/lib/mode-color.service.ts, create:libs/africanies-ui/src/lib/feedback/error-state.component.ts, create:libs/africanies-ui/src/lib/forms/select/select.component.ts, create:libs/africanies-ui/src/lib/overlay/drawer.service.ts, create:libs/africanies-ui/src/lib/overlay/modal.service.ts, create:libs/africanies-ui/src/lib/toast/toast-item.component.ts, create:apps/playground/src/app/pages/tokens-page.ts, create:libs/africanies-ui/src/lib/feedback/empty-state.component.ts, create:apps/playground/src/app/pages/overlay-demos.ts, create:libs/africanies-ui/src/lib/navigation/shipping-mode-switch/shipping-mode-switch.component.ts, create:apps/playground/src/app/pages/feedback-page.ts, create:apps/playground/src/app/pages/button-page.ts, create:libs/africanies-core/src/lib/notification/index.ts, create:apps/playground/src/app/pages/usecases/shipment-detail.page.ts, create:apps/playground/src/app/pages/icons-page.ts, create:libs/africanies-ui/src/lib/notifications/notification-drawer.panel.ts, create:libs/africanies-ui/src/lib/pagination/pagination.component.ts, create:libs/africanies-ui/src/lib/toast/toast-host.component.ts, create:libs/africanies-ui/src/lib/layout/app-shell-header.component.ts, create:libs/africanies-ui/src/lib/layout/app-shell.component.ts, create:apps/playground/src/app/pages/lecture-page.ts, create:apps/playground/src/app/pages/usecases/onboarding-login.page.ts, create:apps/playground/src/app/snippets/button.snippets.ts, create:apps/playground/src/app/pages/usecases/onboarding-reset-password.page.ts, create:apps/playground/src/index.html, create:libs/africanies-theme/tailwind-preset.cjs, create:libs/africanies-ui/src/lib/forms/file-upload/file-preview.dialog.ts
26415
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:57.379Z - [WATCHER]: File changes detected:
26416
+ Created:
26417
+ - libs/africanies-ui/src/lib/button/button.component.ts
26418
+ - apps/playground/src/app/pages/viewport-preview.component.ts
26419
+ - libs/africanies-ui/src/lib/navigation/side-nav/africanies-side-nav.component.ts
26420
+ - apps/playground/src/app/pages/home-page.ts
26421
+ - libs/africanies-ui/src/lib/navigation/side-nav/africanies-side-nav.component.html
26422
+ - libs/africanies-ui/src/lib/forms/form-field.classes.ts
26423
+ - apps/playground/src/styles.css
26424
+ - libs/africanies-core/src/lib/notification/notification-link.ts
26425
+ - libs/africanies-ui/src/lib/table/table.component.ts
26426
+ - libs/africanies-theme/src/lib/mode-color.safelist.ts
26427
+ ... and 31 more
26428
+ Updated:
26429
+ (none)
26430
+ Deleted:
26431
+ (none)
26432
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:57.395Z - [SYNC]: clearing sync generators cache due to file changes
26433
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:57.397Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
26434
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:57.397Z - [REQUEST]: libs/africanies-ui/src/lib/button/button.component.ts,apps/playground/src/app/pages/usecases/shipment-detail.page.ts,libs/africanies-ui/src/lib/notifications/notification-drawer.panel.ts,apps/playground/src/app/pages/home-page.ts,libs/africanies-ui/src/lib/overlay/modal.service.ts,apps/playground/src/index.html,libs/africanies-ui/src/lib/forms/file-upload/file-preview.dialog.ts,libs/africanies-ui/src/lib/layout/app-shell.component.ts,libs/africanies-ui/src/lib/overlay/drawer.service.ts,libs/africanies-core/src/lib/notification/index.ts,libs/africanies-theme/tailwind-preset.cjs,apps/playground/src/app/pages/usecases/onboarding-reset-password.page.ts,libs/africanies-ui/src/lib/forms/select/select.component.ts,apps/playground/src/app/pages/button-page.ts,libs/africanies-theme/src/lib/mode-color.service.ts,libs/africanies-core/src/lib/notification/notification-link.ts,apps/playground/src/app/pages/feedback-page.ts,apps/playground/src/app/pages/viewport-preview.component.ts,libs/africanies-ui/src/lib/pagination/pagination.component.ts,apps/playground/src/app/pages/tokens-page.ts,libs/africanies-ui/src/lib/navigation/side-nav/africanies-side-nav.component.html,apps/playground/src/app/pages/usecases/onboarding-login.page.ts,libs/africanies-ui/src/lib/toast/toast-item.component.ts,apps/playground/src/app/snippets/button.snippets.ts,libs/africanies-ui/src/lib/feedback/empty-state.component.ts,apps/playground/src/app/pages/lecture-page.ts,libs/africanies-core/src/index.ts,libs/africanies-ui/src/lib/forms/file-upload/file-upload.component.ts,apps/playground/src/styles.css,libs/africanies-ui/src/lib/layout/app-shell-header.component.ts,libs/africanies-core/src/lib/notification/notification-link.spec.ts,libs/africanies-ui/src/lib/feedback/error-state.component.ts,libs/africanies-ui/src/lib/toast/toast-host.component.ts,apps/playground/src/app/pages/icons-page.ts,apps/playground/src/app/pages/models-page.ts,libs/africanies-theme/src/lib/mode-color.safelist.ts,libs/africanies-ui/src/lib/table/table.component.ts,apps/playground/src/app/pages/overlay-demos.ts,libs/africanies-ui/src/lib/navigation/side-nav/africanies-side-nav.component.ts,libs/africanies-ui/src/lib/forms/form-field.classes.ts,libs/africanies-ui/src/lib/navigation/shipping-mode-switch/shipping-mode-switch.component.ts
26435
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:57.397Z - [REQUEST]:
26436
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
26437
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 38347, socket: /private/tmp/plugin12638-9-2378858.782792.sock)
26438
+ [plugin-client] restarting worker for "nx/core/package-json"
26439
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 38348, socket: /private/tmp/plugin12638-10-2378874.084334.sock)
26440
+ [plugin-client] restarting worker for "nx/core/project-json"
26441
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 38349, socket: /private/tmp/plugin12638-11-2378874.7705.sock)
26442
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:57.422Z - Time taken for 'hash changed files from watcher' 12.347000000067055ms
26443
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:57.423Z - [WATCHER]: Processing file changes in outputs
26444
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 38347) listening on /private/tmp/plugin12638-9-2378858.782792.sock
26445
+ [plugin-worker] "nx/core/project-json" (pid: 38349) listening on /private/tmp/plugin12638-11-2378874.7705.sock
26446
+ [plugin-worker] "nx/core/package-json" (pid: 38348) listening on /private/tmp/plugin12638-10-2378874.084334.sock
26447
+ Time taken for 'plugin worker 38349 code loading' 311.37979200000007ms
26448
+ Time taken for 'plugin worker 38348 code loading' 311.357625ms
26449
+ Time taken for 'plugin worker 38347 code loading' 311.380875ms
26450
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 38347)
26451
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 38348)
26452
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 38349)
26453
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:57.952Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 544.124334000051ms
26454
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:57.952Z - Time taken for 'start-plugin-worker:nx/core/package-json' 530.218499999959ms
26455
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:57.953Z - Time taken for 'start-plugin-worker:nx/core/project-json' 529.6292090001516ms
26456
+ [plugin-worker] "nx/core/package-json" (pid: 38348) connected
26457
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 38347) connected
26458
+ [plugin-worker] "nx/core/project-json" (pid: 38349) connected
26459
+ [plugin-worker] "nx/core/project-json" (pid: 38349) loaded successfully
26460
+ [plugin-worker] "nx/core/package-json" (pid: 38348) loaded successfully
26461
+ Time taken for 'nx/core/project-json:createNodes' 3.7805829999999787ms
26462
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
26463
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 38347) loaded successfully
26464
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
26465
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 7.782583000000045ms
26466
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:58.011Z - Time taken for 'build-project-configs' 595.0767500000075ms
26467
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:58.011Z - Time taken for 'createNodes:merge' 4.486207999754697ms
26468
+ Time taken for 'build typescript dependencies' 20.275916999999936ms
26469
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
26470
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:58.054Z - [SYNC]: collect registered sync generators
26471
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:58.055Z - [SYNC]: project graph hash is the same, not collecting task sync generators
26472
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:58.055Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
26473
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:58.060Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
26474
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:58.060Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
26475
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:58.063Z - Responding to PROJECT_GRAPH_UPDATED message
26476
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:58.063Z - [REQUEST]: Responding to the client. Project graph updated
26477
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:58.063Z - Time taken for 'total execution time for createProjectGraph()' 50.767374999821186ms
26478
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:58.063Z - Time taken for 'createDependencies' 43.410792000126094ms
26479
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:58.064Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 43.321709000039846ms
26480
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:58.064Z - Time taken for 'createMetadata' 0.006916999816894531ms
26481
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:58.064Z - Time taken for 'serialize graph' 2.317958999890834ms
26482
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:58.064Z - Time taken for 'write cache' 5.297290999908ms
26483
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:58.067Z - Done responding to the client Project graph updated
26484
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:58.067Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 5. Response time: 7.
26485
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:11:58.068Z - [Messenger] Received message, length: 895597
26486
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:11:59.080Z - [Messenger] Sending message type: GET_CONTEXT_FILE_DATA
26487
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:59.080Z - Established a connection. Number of open connections: 4
26488
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:11:59.080Z - [Messenger] Message sent
26489
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:59.081Z - Received raw message of length 32
26490
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:59.081Z - Received json message of type GET_CONTEXT_FILE_DATA
26491
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:59.082Z - Serializing response for GET_CONTEXT_FILE_DATA message in json mode
26492
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:59.082Z - Responding to GET_CONTEXT_FILE_DATA message
26493
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:59.082Z - [REQUEST]: Responding to the client. handleContextFileData
26494
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:59.082Z - Closed a connection. Number of open connections: 3
26495
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:59.083Z - Done responding to the client handleContextFileData
26496
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:59.083Z - Handled json message GET_CONTEXT_FILE_DATA. Handling time: 1. Response time: 1.
26497
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:11:59.083Z - [Messenger] Received message, length: 86961
26498
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:59.419Z - Closed a connection. Number of open connections: 2
26499
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:11:59.420Z - [ProjectGraphListener] Socket closed, triggering reconnection
26500
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:11:59.426Z - [Messenger] Setting up socket listeners
26501
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:11:59.426Z - [Messenger] listen() complete
26502
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:11:59.427Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
26503
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:11:59.427Z - [Messenger] Message sent
26504
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:59.427Z - Established a connection. Number of open connections: 3
26505
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:59.428Z - Established a connection. Number of open connections: 4
26506
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:59.428Z - Closed a connection. Number of open connections: 3
26507
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:59.428Z - Received raw message of length 42
26508
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:11:59.428Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
26509
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
26510
+ DEBUG nx::native::watch::watcher: [delete] _tmp_38764_24ef3dc32edce6acdb1ea7c78e2b40b1
26511
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
26512
+ DEBUG nx::native::watch::watcher: [delete] _tmp_38764_24ef3dc32edce6acdb1ea7c78e2b40b1
26513
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:18.084Z - [WATCHER]: Processing file changes in outputs
26514
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:18.086Z - [WATCHER]: _tmp_38764_24ef3dc32edce6acdb1ea7c78e2b40b1 was deleted
26515
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:18.086Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: delete:_tmp_38764_24ef3dc32edce6acdb1ea7c78e2b40b1
26516
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:18.086Z - [WATCHER]: File changes detected:
26517
+ Created:
26518
+ (none)
26519
+ Updated:
26520
+ (none)
26521
+ Deleted:
26522
+ - _tmp_38764_24ef3dc32edce6acdb1ea7c78e2b40b1
26523
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:18.090Z - [SYNC]: clearing sync generators cache due to file changes
26524
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:18.090Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
26525
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:18.090Z - [REQUEST]:
26526
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:18.090Z - [REQUEST]: _tmp_38764_24ef3dc32edce6acdb1ea7c78e2b40b1
26527
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
26528
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 38767, socket: /private/tmp/plugin12638-12-2399562.26375.sock)
26529
+ [plugin-client] restarting worker for "nx/core/package-json"
26530
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 38768, socket: /private/tmp/plugin12638-13-2399564.630834.sock)
26531
+ [plugin-client] restarting worker for "nx/core/project-json"
26532
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 38769, socket: /private/tmp/plugin12638-14-2399565.414084.sock)
26533
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:18.115Z - Time taken for 'hash changed files from watcher' 3.3736250000074506ms
26534
+ [plugin-worker] "nx/core/project-json" (pid: 38769) listening on /private/tmp/plugin12638-14-2399565.414084.sock
26535
+ Time taken for 'plugin worker 38769 code loading' 855.462792ms
26536
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 38767) listening on /private/tmp/plugin12638-12-2399562.26375.sock
26537
+ Time taken for 'plugin worker 38767 code loading' 854.608583ms
26538
+ [plugin-worker] "nx/core/package-json" (pid: 38768) listening on /private/tmp/plugin12638-13-2399564.630834.sock
26539
+ Time taken for 'plugin worker 38768 code loading' 854.948416ms
26540
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 38769)
26541
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 38767)
26542
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 38768)
26543
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:19.106Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 997.9909169999883ms
26544
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:19.106Z - Time taken for 'start-plugin-worker:nx/core/package-json' 996.0564160002396ms
26545
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:19.107Z - Time taken for 'start-plugin-worker:nx/core/project-json' 992.2588329999708ms
26546
+ [plugin-worker] "nx/core/project-json" (pid: 38769) connected
26547
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 38767) connected
26548
+ [plugin-worker] "nx/core/package-json" (pid: 38768) connected
26549
+ [plugin-worker] "nx/core/project-json" (pid: 38769) loaded successfully
26550
+ [plugin-worker] "nx/core/package-json" (pid: 38768) loaded successfully
26551
+ Time taken for 'nx/core/project-json:createNodes' 1.9288749999999482ms
26552
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
26553
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 38767) loaded successfully
26554
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
26555
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 25.0714999999999ms
26556
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:19.199Z - Time taken for 'build-project-configs' 1080.4959169998765ms
26557
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:19.199Z - Time taken for 'createNodes:merge' 3.8581670001149178ms
26558
+ Time taken for 'build typescript dependencies' 0.30600000000004ms
26559
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
26560
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:19.270Z - [SYNC]: collect registered sync generators
26561
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:19.270Z - [SYNC]: project graph hash is the same, not collecting task sync generators
26562
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:19.270Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
26563
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:19.286Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
26564
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:19.286Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
26565
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:19.290Z - Responding to PROJECT_GRAPH_UPDATED message
26566
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:19.290Z - [REQUEST]: Responding to the client. Project graph updated
26567
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:19.293Z - Time taken for 'total execution time for createProjectGraph()' 74.8211250002496ms
26568
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:19.294Z - Time taken for 'createDependencies' 48.18504199991003ms
26569
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:19.294Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 47.50375000014901ms
26570
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:19.294Z - Time taken for 'createMetadata' 0.015832999721169472ms
26571
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:19.294Z - Time taken for 'serialize graph' 3.7735839998349547ms
26572
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:19.294Z - Time taken for 'write cache' 15.187166000250727ms
26573
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:19.320Z - Done responding to the client Project graph updated
26574
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:19.320Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 15. Response time: 34.
26575
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:19.324Z - [Messenger] Received message, length: 895597
26576
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:20.335Z - [Messenger] Sending message type: GET_CONTEXT_FILE_DATA
26577
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:20.335Z - [Messenger] Message sent
26578
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:20.338Z - Established a connection. Number of open connections: 4
26579
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:20.340Z - Received raw message of length 32
26580
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:20.340Z - Received json message of type GET_CONTEXT_FILE_DATA
26581
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:20.341Z - Serializing response for GET_CONTEXT_FILE_DATA message in json mode
26582
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:20.341Z - Responding to GET_CONTEXT_FILE_DATA message
26583
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:20.341Z - [REQUEST]: Responding to the client. handleContextFileData
26584
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:20.342Z - Closed a connection. Number of open connections: 3
26585
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:20.342Z - Done responding to the client handleContextFileData
26586
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:20.342Z - Handled json message GET_CONTEXT_FILE_DATA. Handling time: 1. Response time: 1.
26587
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:20.342Z - [Messenger] Received message, length: 86961
26588
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:20.430Z - [ProjectGraphListener] Socket closed, triggering reconnection
26589
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:20.430Z - Closed a connection. Number of open connections: 2
26590
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:20.431Z - [Messenger] Setting up socket listeners
26591
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:20.432Z - [Messenger] listen() complete
26592
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:20.432Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
26593
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:20.432Z - [Messenger] Message sent
26594
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:20.432Z - Established a connection. Number of open connections: 3
26595
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:20.433Z - Established a connection. Number of open connections: 4
26596
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:20.433Z - Closed a connection. Number of open connections: 3
26597
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:20.433Z - Received raw message of length 42
26598
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:20.433Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
26599
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=17
26600
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-merge-commit
26601
+ DEBUG nx::native::watch::watcher: [update] .husky/_/prepare-commit-msg
26602
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-commit
26603
+ DEBUG nx::native::watch::watcher: [create] .husky/_/husky.sh
26604
+ DEBUG nx::native::watch::watcher: [update] .husky/_/applypatch-msg
26605
+ DEBUG nx::native::watch::watcher: [update] .husky/_/.gitignore
26606
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-auto-gc
26607
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-applypatch
26608
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-rebase
26609
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-merge
26610
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-rewrite
26611
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-checkout
26612
+ DEBUG nx::native::watch::watcher: [update] .husky/_/commit-msg
26613
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-applypatch
26614
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-push
26615
+ DEBUG nx::native::watch::watcher: [update] .husky/_/h
26616
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-commit
26617
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:21.158Z - [WATCHER]: Processing file changes in outputs
26618
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:21.672Z - Established a connection. Number of open connections: 4
26619
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:21.674Z - Closed a connection. Number of open connections: 3
26620
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:21.675Z - Established a connection. Number of open connections: 4
26621
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:21.675Z - Closed a connection. Number of open connections: 3
26622
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:21.676Z - Established a connection. Number of open connections: 4
26623
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:21.676Z - [Messenger] Setting up socket listeners
26624
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:21.681Z - [Messenger] listen() complete
26625
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:21.697Z - [Messenger] Sending message type: GET_NX_CONSOLE_STATUS
26626
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:21.698Z - [Messenger] Message sent
26627
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:21.701Z - Received raw message of length 4062
26628
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:21.701Z - Received json message of type GET_NX_CONSOLE_STATUS
26629
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:21.702Z - Graph recompute necessary due to env variable refresh. Changed keys: PATH, XPC_SERVICE_NAME, ELECTRON_RUN_AS_NODE, MACH_PORT_RENDEZVOUS_PEER_VALDATION, APPLICATION_INSIGHTS_NO_STATSBEAT, DEBUG, NX_WORKSPACE_ROOT_PATH, MXC_BIN_DIR, COPILOT_OTEL_FILE_EXPORTER_PATH, ELECTRON_NO_ASAR, CI, NVM_INC, HERD_PHP_81_INI_SCAN_DIR, DATA_CLOUD_CURR_IDE_NAME, HERD_PHP_80_INI_SCAN_DIR, TERM_PROGRAM, NODE, NVM_CD_FLAGS, INIT_CWD, TERM, TERM_PROGRAM_VERSION, ZDOTDIR, HERD_PHP_85_INI_SCAN_DIR, HERD_PHP_83_INI_SCAN_DIR, COPILOT_DEBUG_NONCE, PHP_INI_SCAN_DIR, NVM_DIR, PNPM_SCRIPT_SRC_DIR, HERD_PHP_82_INI_SCAN_DIR, HERD_PHP_84_INI_SCAN_DIR, USER_ZDOTDIR, PWD, LANG, PYTHONSTARTUP, NODE_PATH, PYTHON_BASIC_REPL, NVM_BIN, GIT_ASKPASS, HERD_PHP_74_INI_SCAN_DIR, COLORTERM, NX_CLI_SET
26630
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:21.703Z - Serializing response for GET_NX_CONSOLE_STATUS message in json mode
26631
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:21.703Z - Responding to GET_NX_CONSOLE_STATUS message
26632
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:21.703Z - [REQUEST]: Responding to the client. handleGetNxConsoleStatus
26633
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:21.703Z - Done responding to the client handleGetNxConsoleStatus
26634
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:21.703Z - Handled json message GET_NX_CONSOLE_STATUS. Handling time: 0. Response time: 0.
26635
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:21.703Z - [Messenger] Received message, length: 22
26636
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:21.771Z - [Messenger] Sending message type: REQUEST_PROJECT_GRAPH
26637
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:21.771Z - [Messenger] Message sent
26638
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:21.771Z - Received raw message of length 32
26639
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:21.771Z - Received json message of type REQUEST_PROJECT_GRAPH
26640
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:21.772Z - [REQUEST]: Client Request for Project Graph Received
26641
+ DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=63.037458ms
26642
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:21.835Z - No in-memory cached project graph found. Recomputing it...
26643
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:21.836Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
26644
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:21.836Z - [REQUEST]:
26645
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:21.836Z - [REQUEST]:
26646
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:21.840Z - Streaming message to client: progress update for topic graph-construction
26647
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
26648
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:21.840Z - [Messenger] Received message, length: 47
26649
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 38884, socket: /private/tmp/plugin12638-15-2403295.102084.sock)
26650
+ [plugin-client] restarting worker for "nx/core/package-json"
26651
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 38885, socket: /private/tmp/plugin12638-16-2403296.6855.sock)
26652
+ [plugin-client] restarting worker for "nx/core/project-json"
26653
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 38886, socket: /private/tmp/plugin12638-17-2403297.3195.sock)
26654
+ [plugin-worker] "nx/core/project-json" (pid: 38886) listening on /private/tmp/plugin12638-17-2403297.3195.sock
26655
+ Time taken for 'plugin worker 38886 code loading' 103.18770799999999ms
26656
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 38884) listening on /private/tmp/plugin12638-15-2403295.102084.sock
26657
+ Time taken for 'plugin worker 38884 code loading' 104.356ms
26658
+ [plugin-worker] "nx/core/package-json" (pid: 38885) listening on /private/tmp/plugin12638-16-2403296.6855.sock
26659
+ Time taken for 'plugin worker 38885 code loading' 106.16804200000001ms
26660
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 38884)
26661
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 38885)
26662
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 38886)
26663
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:21.997Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 154.3832920002751ms
26664
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:21.998Z - Time taken for 'start-plugin-worker:nx/core/package-json' 153.8298749998212ms
26665
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:21.998Z - Time taken for 'start-plugin-worker:nx/core/project-json' 154.19270800007507ms
26666
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 38884) connected
26667
+ [plugin-worker] "nx/core/package-json" (pid: 38885) connected
26668
+ [plugin-worker] "nx/core/project-json" (pid: 38886) connected
26669
+ [plugin-worker] "nx/core/project-json" (pid: 38886) loaded successfully
26670
+ Time taken for 'nx/core/project-json:createNodes' 0.5680839999999989ms
26671
+ [plugin-worker] "nx/core/package-json" (pid: 38885) loaded successfully
26672
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
26673
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.002Z - Streaming message to client: progress update for topic graph-construction
26674
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:22.002Z - [Messenger] Received message, length: 153
26675
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 38884) loaded successfully
26676
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
26677
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.012Z - Streaming message to client: progress update for topic graph-construction
26678
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:22.012Z - [Messenger] Received message, length: 112
26679
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 6.151916ms
26680
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.018Z - Streaming message to client: progress update for topic graph-construction
26681
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:22.018Z - [Messenger] Received message, length: 47
26682
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.028Z - Streaming message to client: progress update for topic graph-construction
26683
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:22.028Z - [Messenger] Received message, length: 47
26684
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.030Z - Time taken for 'build-project-configs' 181.36654200032353ms
26685
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.030Z - Time taken for 'createNodes:merge' 2.878083999734372ms
26686
+ Time taken for 'build typescript dependencies' 0.08745799999999804ms
26687
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
26688
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.040Z - Streaming message to client: progress update for topic graph-construction
26689
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:22.040Z - [Messenger] Received message, length: 47
26690
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.047Z - [SYNC]: collect registered sync generators
26691
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.047Z - [SYNC]: project graph hash is the same, not collecting task sync generators
26692
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.047Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
26693
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.051Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
26694
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.051Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
26695
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.052Z - Responding to PROJECT_GRAPH_UPDATED message
26696
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.052Z - [REQUEST]: Responding to the client. Project graph updated
26697
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.053Z - Serializing response for REQUEST_PROJECT_GRAPH message in json mode
26698
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.053Z - Responding to REQUEST_PROJECT_GRAPH message
26699
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.053Z - [REQUEST]: Responding to the client. project-graph
26700
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.053Z - Time taken for 'total for creating and serializing project graph' 281.2651669997722ms
26701
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.053Z - Time taken for 'total execution time for createProjectGraph()' 22.165416000410914ms
26702
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.053Z - Time taken for 'createDependencies' 15.953625000081956ms
26703
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.053Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 15.773749999701977ms
26704
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.053Z - Time taken for 'createMetadata' 0.009542000014334917ms
26705
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.053Z - Time taken for 'serialize graph' 1.8436249997466803ms
26706
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.053Z - Time taken for 'write cache' 3.747791999951005ms
26707
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.056Z - Done responding to the client Project graph updated
26708
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.056Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 4. Response time: 5.
26709
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.056Z - Done responding to the client project-graph
26710
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.056Z - Handled json message REQUEST_PROJECT_GRAPH. Handling time: 282. Response time: 3.
26711
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:22.056Z - [Messenger] Received message, length: 895597
26712
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:22.056Z - [Messenger] Received message, length: 895604
26713
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:22.061Z - [Messenger] Sending message type: PRE_TASKS_EXECUTION
26714
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:22.061Z - [Messenger] Message sent
26715
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.061Z - Received raw message of length 2163
26716
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.061Z - Received json message of type PRE_TASKS_EXECUTION
26717
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.062Z - Serializing response for PRE_TASKS_EXECUTION message in json mode
26718
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.062Z - Responding to PRE_TASKS_EXECUTION message
26719
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.062Z - [REQUEST]: Responding to the client. handleRunPreTasksExecution
26720
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.062Z - Done responding to the client handleRunPreTasksExecution
26721
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.062Z - Handled json message PRE_TASKS_EXECUTION. Handling time: 1. Response time: 0.
26722
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:22.062Z - [Messenger] Received message, length: 2
26723
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.062Z - Time taken for 'preTasksExecution' 0.3687080000527203ms
26724
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:22.110Z - [Messenger] Sending message type: HASH_TASKS
26725
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:22.110Z - [Messenger] Message sent
26726
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.114Z - Received raw message of length 38856
26727
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.115Z - Received json message of type HASH_TASKS
26728
+ DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=58.965916ms
26729
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.175Z - Reusing in-memory cached project graph because no files changed.
26730
+ DEBUG nx::native::tasks::hash_planner: get_plans_internal COMPLETED in 16.242333ms - processed 6 tasks (setup: 7.027417ms, parallel_planning: 9.205167ms, pool: 1544 unique instructions)
26731
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "8520130568453209191" (".gitignore") to hash
26732
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "2425668806101952406" ("nx.json") to hash
26733
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Hash Value: "17385814077483807182"
26734
+ DEBUG nx::native::tasks::task_hasher: hash_plans COMPLETED in 17.032375ms - processed 6 plans (setup: 778.875µs, hashing: 16.25ms, assembly: 7.627667ms)
26735
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.229Z - Serializing response for HASH_TASKS message in json mode
26736
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.231Z - Responding to HASH_TASKS message
26737
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.231Z - [REQUEST]: Responding to the client. handleHashTasks
26738
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.233Z - Done responding to the client handleHashTasks
26739
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:22.233Z - [Messenger] Received message, length: 446771
26740
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.233Z - Handled json message HASH_TASKS. Handling time: 114. Response time: 4.
26741
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:22.357Z - [Messenger] Sending message type: GET_ESTIMATED_TASK_TIMINGS
26742
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:22.357Z - [Messenger] Message sent
26743
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.357Z - Received raw message of length 510
26744
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.358Z - Received json message of type GET_ESTIMATED_TASK_TIMINGS
26745
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.363Z - Serializing response for GET_ESTIMATED_TASK_TIMINGS message in json mode
26746
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.363Z - Responding to GET_ESTIMATED_TASK_TIMINGS message
26747
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.363Z - [REQUEST]: Responding to the client. handleGetEstimatedTaskTimings
26748
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.363Z - Done responding to the client handleGetEstimatedTaskTimings
26749
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.363Z - Handled json message GET_ESTIMATED_TASK_TIMINGS. Handling time: 5. Response time: 0.
26750
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:22.363Z - [Messenger] Received message, length: 280
26751
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:22.372Z - [Messenger] Sending message type: OUTPUTS_HASHES_MATCH_BATCH
26752
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:22.372Z - [Messenger] Message sent
26753
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.372Z - Received raw message of length 267
26754
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.372Z - Received json message of type OUTPUTS_HASHES_MATCH_BATCH
26755
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.372Z - Serializing response for OUTPUTS_HASHES_MATCH_BATCH message in json mode
26756
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.372Z - Responding to OUTPUTS_HASHES_MATCH_BATCH message
26757
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.372Z - [REQUEST]: Responding to the client. outputsHashesMatchBatch
26758
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.372Z - Done responding to the client outputsHashesMatchBatch
26759
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.372Z - Handled json message OUTPUTS_HASHES_MATCH_BATCH. Handling time: 0. Response time: 0.
26760
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:22.372Z - [Messenger] Received message, length: 19
26761
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:22.381Z - [Messenger] Sending message type: RECORD_OUTPUTS_HASH_BATCH
26762
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:22.382Z - [Messenger] Message sent
26763
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.382Z - Received raw message of length 266
26764
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.382Z - Received json message of type RECORD_OUTPUTS_HASH_BATCH
26765
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.389Z - Serializing response for RECORD_OUTPUTS_HASH_BATCH message in json mode
26766
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.389Z - Responding to RECORD_OUTPUTS_HASH_BATCH message
26767
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.389Z - [REQUEST]: Responding to the client. recordOutputsHashBatch
26768
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.389Z - Done responding to the client recordOutputsHashBatch
26769
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.389Z - Handled json message RECORD_OUTPUTS_HASH_BATCH. Handling time: 6. Response time: 0.
26770
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:22.389Z - [Messenger] Received message, length: 2
26771
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=3
26772
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-storage/README.md
26773
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-models/README.md
26774
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/README.md
26775
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.484Z - [WATCHER]: 0 file(s) created or restored, 3 file(s) modified, 0 file(s) deleted
26776
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.485Z - [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
26777
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.485Z - [WATCHER]: File changes detected:
26778
+ Created:
26779
+ (none)
26780
+ Updated:
26781
+ - dist/libs/africanies-storage/README.md
26782
+ - dist/libs/africanies-models/README.md
26783
+ - dist/libs/africanies-icons/README.md
26784
+ Deleted:
26785
+ (none)
26786
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.486Z - [SYNC]: clearing sync generators cache due to file changes
26787
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.486Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
26788
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.486Z - [REQUEST]: dist/libs/africanies-icons/README.md,dist/libs/africanies-storage/README.md,dist/libs/africanies-models/README.md
26789
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.486Z - [REQUEST]:
26790
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
26791
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=16
26792
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-icons/fesm2022/africanies-africanies-icons.mjs
26793
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/fesm2022/africanies-africanies-models.mjs.map
26794
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-storage/fesm2022/africanies-africanies-storage.mjs.map
26795
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/fesm2022/africanies-africanies-models.mjs
26796
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-icons/package.json
26797
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-models/README.md
26798
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-storage/README.md
26799
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-storage/package.json
26800
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/package.json
26801
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-storage/fesm2022/africanies-africanies-storage.mjs
26802
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-icons/fesm2022/africanies-africanies-icons.mjs.map
26803
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/types/africanies-africanies-models.d.ts
26804
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/assets/icons.sprite.svg
26805
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-storage/types/africanies-africanies-storage.d.ts
26806
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/types/africanies-africanies-icons.d.ts
26807
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/README.md
26808
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 38894, socket: /private/tmp/plugin12638-18-2403942.155375.sock)
26809
+ [plugin-client] restarting worker for "nx/core/package-json"
26810
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 38895, socket: /private/tmp/plugin12638-19-2403944.435584.sock)
26811
+ [plugin-client] restarting worker for "nx/core/project-json"
26812
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 38896, socket: /private/tmp/plugin12638-20-2403946.08775.sock)
26813
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.495Z - Time taken for 'hash changed files from watcher' 0.9321250002831221ms
26814
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.496Z - [WATCHER]: Processing file changes in outputs
26815
+ [plugin-worker] "nx/core/package-json" (pid: 38895) listening on /private/tmp/plugin12638-19-2403944.435584.sock
26816
+ Time taken for 'plugin worker 38895 code loading' 202.30875ms
26817
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 38894) listening on /private/tmp/plugin12638-18-2403942.155375.sock
26818
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 38894)
26819
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 38895)
26820
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.740Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 252.417458999902ms
26821
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.740Z - Time taken for 'start-plugin-worker:nx/core/package-json' 250.89429099997506ms
26822
+ [plugin-worker] "nx/core/package-json" (pid: 38895) connected
26823
+ Time taken for 'plugin worker 38894 code loading' 204.84133300000002ms
26824
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 38894) connected
26825
+ [plugin-worker] "nx/core/package-json" (pid: 38895) loaded successfully
26826
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 38894) loaded successfully
26827
+ [plugin-worker] "nx/core/project-json" (pid: 38896) listening on /private/tmp/plugin12638-20-2403946.08775.sock
26828
+ Time taken for 'plugin worker 38896 code loading' 228.08745800000003ms
26829
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 38896)
26830
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.774Z - Time taken for 'start-plugin-worker:nx/core/project-json' 282.6769590000622ms
26831
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
26832
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 14.144292000000007ms
26833
+ [plugin-worker] "nx/core/project-json" (pid: 38896) connected
26834
+ [plugin-worker] "nx/core/project-json" (pid: 38896) loaded successfully
26835
+ Time taken for 'nx/core/project-json:createNodes' 2.8755409999999983ms
26836
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
26837
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.820Z - Time taken for 'build-project-configs' 322.48762500006706ms
26838
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.820Z - Time taken for 'createNodes:merge' 6.1928329998627305ms
26839
+ Time taken for 'build typescript dependencies' 4.109375ms
26840
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
26841
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.844Z - [SYNC]: collect registered sync generators
26842
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.844Z - [SYNC]: project graph hash is the same, not collecting task sync generators
26843
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.844Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
26844
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.852Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
26845
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.852Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
26846
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.859Z - Responding to PROJECT_GRAPH_UPDATED message
26847
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.860Z - [REQUEST]: Responding to the client. Project graph updated
26848
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.862Z - Time taken for 'total execution time for createProjectGraph()' 28.759417000226676ms
26849
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.863Z - Time taken for 'createDependencies' 22.418833000119776ms
26850
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.863Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 22.316666999831796ms
26851
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.863Z - Time taken for 'createMetadata' 0.010583000257611275ms
26852
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.863Z - Time taken for 'serialize graph' 2.8805420002900064ms
26853
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.863Z - Time taken for 'write cache' 7.642999999690801ms
26854
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.873Z - Done responding to the client Project graph updated
26855
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.873Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 8. Response time: 21.
26856
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:22.873Z - [Messenger] Received message, length: 895597
26857
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
26858
+ DEBUG nx::native::watch::watcher: [create] tmp/libs/africanies-core/build/tsconfig.generated.d7273b07-8c81-4af7-8bbb-b58a7eade1ec.json
26859
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:23.786Z - [WATCHER]: Processing file changes in outputs
26860
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:23.885Z - [Messenger] Sending message type: GET_CONTEXT_FILE_DATA
26861
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:23.885Z - Established a connection. Number of open connections: 5
26862
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:23.885Z - [Messenger] Message sent
26863
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:23.886Z - Received raw message of length 32
26864
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:23.886Z - Received json message of type GET_CONTEXT_FILE_DATA
26865
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:23.887Z - Serializing response for GET_CONTEXT_FILE_DATA message in json mode
26866
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:23.887Z - Responding to GET_CONTEXT_FILE_DATA message
26867
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:23.887Z - [REQUEST]: Responding to the client. handleContextFileData
26868
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:23.888Z - Closed a connection. Number of open connections: 4
26869
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:23.888Z - [Messenger] Received message, length: 87195
26870
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:23.888Z - Done responding to the client handleContextFileData
26871
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:23.889Z - Handled json message GET_CONTEXT_FILE_DATA. Handling time: 1. Response time: 2.
26872
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
26873
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-core/README.md
26874
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:23.946Z - [WATCHER]: dist/libs/africanies-core/README.md was deleted
26875
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:23.946Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: delete:dist/libs/africanies-core/README.md
26876
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:23.947Z - [WATCHER]: File changes detected:
26877
+ Created:
26878
+ (none)
26879
+ Updated:
26880
+ (none)
26881
+ Deleted:
26882
+ - dist/libs/africanies-core/README.md
26883
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:23.949Z - [SYNC]: clearing sync generators cache due to file changes
26884
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:23.949Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
26885
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:23.949Z - [REQUEST]:
26886
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:23.949Z - [REQUEST]: dist/libs/africanies-core/README.md
26887
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=5
26888
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-core/README.md
26889
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-core/package.json
26890
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-core/types/africanies-africanies-core.d.ts
26891
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs.map
26892
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs
26893
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
26894
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 38932, socket: /private/tmp/plugin12638-21-2405406.558042.sock)
26895
+ [plugin-client] restarting worker for "nx/core/package-json"
26896
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 38933, socket: /private/tmp/plugin12638-22-2405407.578667.sock)
26897
+ [plugin-client] restarting worker for "nx/core/project-json"
26898
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 38934, socket: /private/tmp/plugin12638-23-2405409.030459.sock)
26899
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:23.956Z - Time taken for 'hash changed files from watcher' 1.2803329997695982ms
26900
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:23.957Z - [WATCHER]: Processing file changes in outputs
26901
+ [plugin-worker] "nx/core/package-json" (pid: 38933) listening on /private/tmp/plugin12638-22-2405407.578667.sock
26902
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 38933)
26903
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.515Z - Time taken for 'start-plugin-worker:nx/core/package-json' 560.4726249999367ms
26904
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 38932) listening on /private/tmp/plugin12638-21-2405406.558042.sock
26905
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 38932)
26906
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.532Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 579.9582079998218ms
26907
+ Time taken for 'plugin worker 38932 code loading' 498.03445899999997ms
26908
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 38932) connected
26909
+ [plugin-worker] "nx/core/project-json" (pid: 38934) listening on /private/tmp/plugin12638-23-2405409.030459.sock
26910
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 38934)
26911
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.555Z - Time taken for 'start-plugin-worker:nx/core/project-json' 600.3577499999665ms
26912
+ [plugin-worker] "nx/core/project-json" (pid: 38934) connected
26913
+ Time taken for 'plugin worker 38934 code loading' 523.860042ms
26914
+ [plugin-worker] "nx/core/project-json" (pid: 38934) loaded successfully
26915
+ Time taken for 'nx/core/project-json:createNodes' 4.215249999999969ms
26916
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
26917
+ [plugin-worker] "nx/core/package-json" (pid: 38933) connected
26918
+ Time taken for 'plugin worker 38933 code loading' 426.47729200000003ms
26919
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 38932) loaded successfully
26920
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 18.279458999999974ms
26921
+ [plugin-worker] "nx/core/package-json" (pid: 38933) loaded successfully
26922
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
26923
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.725Z - Time taken for 'build-project-configs' 756.0412090001628ms
26924
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.726Z - Time taken for 'createNodes:merge' 11.612208000384271ms
26925
+ Time taken for 'build typescript dependencies' 0.19966699999997672ms
26926
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
26927
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.758Z - [SYNC]: collect registered sync generators
26928
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.759Z - [SYNC]: project graph hash is the same, not collecting task sync generators
26929
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.759Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
26930
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.767Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
26931
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.767Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
26932
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.772Z - Responding to PROJECT_GRAPH_UPDATED message
26933
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.772Z - [REQUEST]: Responding to the client. Project graph updated
26934
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.773Z - Time taken for 'total execution time for createProjectGraph()' 39.91395800001919ms
26935
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.773Z - Time taken for 'createDependencies' 31.176250000018626ms
26936
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.773Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 31.044709000270814ms
26937
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.773Z - Time taken for 'createMetadata' 0.011750000063329935ms
26938
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.773Z - Time taken for 'serialize graph' 4.6779169999063015ms
26939
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.773Z - Time taken for 'write cache' 7.5559169999323785ms
26940
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:24.846Z - [ProjectGraphListener] Socket closed, triggering reconnection
26941
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.847Z - Socket write error (client likely disconnected): write EPIPE
26942
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.848Z - Done responding to the client Project graph updated
26943
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.849Z - Socket error: write EPIPE
26944
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.850Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 8. Response time: 83.
26945
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.850Z - Closed a connection. Number of open connections: 3
26946
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.854Z - Established a connection. Number of open connections: 4
26947
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.855Z - Established a connection. Number of open connections: 5
26948
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:24.855Z - [Messenger] Setting up socket listeners
26949
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.855Z - Closed a connection. Number of open connections: 4
26950
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:24.855Z - [Messenger] listen() complete
26951
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:24.855Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
26952
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:24.856Z - [Messenger] Message sent
26953
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.856Z - Received raw message of length 42
26954
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.856Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
26955
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:26.587Z - [Messenger] Sending message type: RECORD_OUTPUTS_HASH_BATCH
26956
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:26.587Z - [Messenger] Message sent
26957
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.588Z - Received raw message of length 117
26958
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.588Z - Received json message of type RECORD_OUTPUTS_HASH_BATCH
26959
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.593Z - Serializing response for RECORD_OUTPUTS_HASH_BATCH message in json mode
26960
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.593Z - Responding to RECORD_OUTPUTS_HASH_BATCH message
26961
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.593Z - [REQUEST]: Responding to the client. recordOutputsHashBatch
26962
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.593Z - Done responding to the client recordOutputsHashBatch
26963
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.593Z - Handled json message RECORD_OUTPUTS_HASH_BATCH. Handling time: 5. Response time: 0.
26964
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:26.593Z - [Messenger] Received message, length: 2
26965
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=2
26966
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=6
26967
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-core/README.md
26968
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-core/README.md
26969
+ DEBUG nx::native::watch::watcher: [update] .nx/cache/13466509747676776487/dist/libs/africanies-core/README.md
26970
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/package.json
26971
+ DEBUG nx::native::watch::watcher: [delete] tmp/libs/africanies-core/build/tsconfig.generated.d7273b07-8c81-4af7-8bbb-b58a7eade1ec.json
26972
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/types/africanies-africanies-core.d.ts
26973
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs.map
26974
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs
26975
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.711Z - [WATCHER]: 0 file(s) created or restored, 2 file(s) modified, 0 file(s) deleted
26976
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.711Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 2 events: update:dist/libs/africanies-core/README.md, update:.nx/cache/13466509747676776487/dist/libs/africanies-core/README.md
26977
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.712Z - [WATCHER]: File changes detected:
26978
+ Created:
26979
+ (none)
26980
+ Updated:
26981
+ - dist/libs/africanies-core/README.md
26982
+ - .nx/cache/13466509747676776487/dist/libs/africanies-core/README.md
26983
+ Deleted:
26984
+ (none)
26985
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.713Z - [SYNC]: clearing sync generators cache due to file changes
26986
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.713Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
26987
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.713Z - [REQUEST]: dist/libs/africanies-core/README.md,.nx/cache/13466509747676776487/dist/libs/africanies-core/README.md
26988
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.713Z - [REQUEST]:
26989
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
26990
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 38967, socket: /private/tmp/plugin12638-24-2408169.196417.sock)
26991
+ [plugin-client] restarting worker for "nx/core/package-json"
26992
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 38968, socket: /private/tmp/plugin12638-25-2408170.240667.sock)
26993
+ [plugin-client] restarting worker for "nx/core/project-json"
26994
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 38969, socket: /private/tmp/plugin12638-26-2408170.666292.sock)
26995
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.716Z - Time taken for 'hash changed files from watcher' 1.21487500006333ms
26996
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.716Z - [WATCHER]: Processing file changes in outputs
26997
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 38967) listening on /private/tmp/plugin12638-24-2408169.196417.sock
26998
+ Time taken for 'plugin worker 38967 code loading' 109.114583ms
26999
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 38967)
27000
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 38969)
27001
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.872Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 156.96337500028312ms
27002
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.872Z - Time taken for 'start-plugin-worker:nx/core/project-json' 155.8001669999212ms
27003
+ [plugin-worker] "nx/core/project-json" (pid: 38969) listening on /private/tmp/plugin12638-26-2408170.666292.sock
27004
+ [plugin-worker] "nx/core/project-json" (pid: 38969) connected
27005
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 38967) connected
27006
+ Time taken for 'plugin worker 38969 code loading' 113.73670800000001ms
27007
+ [plugin-worker] "nx/core/project-json" (pid: 38969) loaded successfully
27008
+ Time taken for 'nx/core/project-json:createNodes' 1.1640420000000233ms
27009
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
27010
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 38967) loaded successfully
27011
+ [plugin-worker] "nx/core/package-json" (pid: 38968) listening on /private/tmp/plugin12638-25-2408170.240667.sock
27012
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 38968)
27013
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.882Z - Time taken for 'start-plugin-worker:nx/core/package-json' 166.16587499994785ms
27014
+ Time taken for 'plugin worker 38968 code loading' 118.81075ms
27015
+ [plugin-worker] "nx/core/package-json" (pid: 38968) connected
27016
+ [plugin-worker] "nx/core/package-json" (pid: 38968) loaded successfully
27017
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 6.226832999999999ms
27018
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
27019
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.907Z - Time taken for 'build-project-configs' 184.92866700002924ms
27020
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.907Z - Time taken for 'createNodes:merge' 3.7160410000942647ms
27021
+ Time taken for 'build typescript dependencies' 2.329666000000003ms
27022
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
27023
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.925Z - [SYNC]: collect registered sync generators
27024
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.925Z - [SYNC]: project graph hash is the same, not collecting task sync generators
27025
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.925Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
27026
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.930Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
27027
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.930Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
27028
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.931Z - Responding to PROJECT_GRAPH_UPDATED message
27029
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.931Z - [REQUEST]: Responding to the client. Project graph updated
27030
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.932Z - Time taken for 'total execution time for createProjectGraph()' 21.58716699993238ms
27031
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.932Z - Time taken for 'createDependencies' 17.000708000268787ms
27032
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.932Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 16.932207999750972ms
27033
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.932Z - Time taken for 'createMetadata' 0.008082999847829342ms
27034
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.932Z - Time taken for 'serialize graph' 2.347917000297457ms
27035
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.932Z - Time taken for 'write cache' 4.443291999865323ms
27036
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.933Z - Done responding to the client Project graph updated
27037
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.934Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 5. Response time: 4.
27038
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:26.934Z - [Messenger] Received message, length: 895597
27039
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
27040
+ DEBUG nx::native::watch::watcher: [create] tmp/libs/africanies-theme/build/tsconfig.generated.6d81d1d4-6c18-4875-8406-1f4923b52542.json
27041
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:27.525Z - [WATCHER]: Processing file changes in outputs
27042
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=6
27043
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/tailwind-preset.cjs
27044
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs
27045
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/README.md
27046
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/types/africanies-africanies-theme.d.ts
27047
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs.map
27048
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/package.json
27049
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:27.681Z - [WATCHER]: Processing file changes in outputs
27050
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
27051
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/README.md
27052
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:27.685Z - [WATCHER]: dist/libs/africanies-theme/README.md was deleted
27053
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:27.685Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: delete:dist/libs/africanies-theme/README.md
27054
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:27.685Z - [WATCHER]: File changes detected:
27055
+ Created:
27056
+ (none)
27057
+ Updated:
27058
+ (none)
27059
+ Deleted:
27060
+ - dist/libs/africanies-theme/README.md
27061
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:27.686Z - [SYNC]: clearing sync generators cache due to file changes
27062
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:27.687Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
27063
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:27.687Z - [REQUEST]:
27064
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:27.687Z - [REQUEST]: dist/libs/africanies-theme/README.md
27065
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
27066
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 38990, socket: /private/tmp/plugin12638-27-2409144.79375.sock)
27067
+ [plugin-client] restarting worker for "nx/core/package-json"
27068
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 38991, socket: /private/tmp/plugin12638-28-2409146.298084.sock)
27069
+ [plugin-client] restarting worker for "nx/core/project-json"
27070
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 38992, socket: /private/tmp/plugin12638-29-2409148.325584.sock)
27071
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:27.696Z - Time taken for 'hash changed files from watcher' 1.3216660004109144ms
27072
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.045Z - Established a connection. Number of open connections: 5
27073
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.046Z - Closed a connection. Number of open connections: 4
27074
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:28.046Z - [Messenger] Sending message type: GET_CONTEXT_FILE_DATA
27075
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:28.046Z - [Messenger] Message sent
27076
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.046Z - Received raw message of length 32
27077
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.046Z - Received json message of type GET_CONTEXT_FILE_DATA
27078
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.048Z - Serializing response for GET_CONTEXT_FILE_DATA message in json mode
27079
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.048Z - Responding to GET_CONTEXT_FILE_DATA message
27080
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.048Z - [REQUEST]: Responding to the client. handleContextFileData
27081
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:28.058Z - [Messenger] Received message, length: 87380
27082
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.058Z - Done responding to the client handleContextFileData
27083
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.058Z - Handled json message GET_CONTEXT_FILE_DATA. Handling time: 2. Response time: 10.
27084
+ [plugin-worker] "nx/core/package-json" (pid: 38991) listening on /private/tmp/plugin12638-28-2409146.298084.sock
27085
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 38991)
27086
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.314Z - Time taken for 'start-plugin-worker:nx/core/package-json' 622.0219580000266ms
27087
+ Time taken for 'plugin worker 38991 code loading' 540.095ms
27088
+ [plugin-worker] "nx/core/package-json" (pid: 38991) connected
27089
+ [plugin-worker] "nx/core/package-json" (pid: 38991) loaded successfully
27090
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 38990) listening on /private/tmp/plugin12638-27-2409144.79375.sock
27091
+ Time taken for 'plugin worker 38990 code loading' 677.49225ms
27092
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 38990)
27093
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.438Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 748.3849579999223ms
27094
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
27095
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 38990) connected
27096
+ [plugin-worker] "nx/core/project-json" (pid: 38992) listening on /private/tmp/plugin12638-29-2409148.325584.sock
27097
+ Time taken for 'plugin worker 38992 code loading' 694.899125ms
27098
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 38992)
27099
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.482Z - Time taken for 'start-plugin-worker:nx/core/project-json' 788.8121670000255ms
27100
+ [plugin-worker] "nx/core/project-json" (pid: 38992) connected
27101
+ [plugin-worker] "nx/core/project-json" (pid: 38992) loaded successfully
27102
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 38990) loaded successfully
27103
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
27104
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 8.213750000000005ms
27105
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.524Z - Time taken for 'build-project-configs' 825.6992919999175ms
27106
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.524Z - Time taken for 'createNodes:merge' 3.91800000006333ms
27107
+ Time taken for 'build typescript dependencies' 0.1446250000000191ms
27108
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
27109
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.559Z - [SYNC]: collect registered sync generators
27110
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.559Z - [SYNC]: project graph hash is the same, not collecting task sync generators
27111
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.559Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
27112
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.565Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
27113
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.565Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
27114
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.567Z - Responding to PROJECT_GRAPH_UPDATED message
27115
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.567Z - [REQUEST]: Responding to the client. Project graph updated
27116
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.568Z - Time taken for 'total execution time for createProjectGraph()' 37.986457999795675ms
27117
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.568Z - Time taken for 'createDependencies' 32.36299999989569ms
27118
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.568Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 32.264791999943554ms
27119
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.568Z - Time taken for 'createMetadata' 0.024083999916911125ms
27120
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.568Z - Time taken for 'serialize graph' 2.9029169999994338ms
27121
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.568Z - Time taken for 'write cache' 5.44883400015533ms
27122
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:28.671Z - [ProjectGraphListener] Socket closed, triggering reconnection
27123
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.671Z - Socket write error (client likely disconnected): write EPIPE
27124
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.671Z - Done responding to the client Project graph updated
27125
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.671Z - Socket error: write EPIPE
27126
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.671Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 6. Response time: 106.
27127
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.672Z - Closed a connection. Number of open connections: 3
27128
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.673Z - Established a connection. Number of open connections: 4
27129
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:28.673Z - [Messenger] Setting up socket listeners
27130
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:28.673Z - [Messenger] listen() complete
27131
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:28.673Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
27132
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:28.673Z - [Messenger] Message sent
27133
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.673Z - Established a connection. Number of open connections: 5
27134
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.674Z - Closed a connection. Number of open connections: 4
27135
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.674Z - Received raw message of length 42
27136
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.674Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
27137
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:29.035Z - [Messenger] Sending message type: RECORD_OUTPUTS_HASH_BATCH
27138
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:29.035Z - [Messenger] Message sent
27139
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.035Z - Received raw message of length 117
27140
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.035Z - Received json message of type RECORD_OUTPUTS_HASH_BATCH
27141
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.039Z - Serializing response for RECORD_OUTPUTS_HASH_BATCH message in json mode
27142
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.039Z - Responding to RECORD_OUTPUTS_HASH_BATCH message
27143
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.039Z - [REQUEST]: Responding to the client. recordOutputsHashBatch
27144
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.039Z - Done responding to the client recordOutputsHashBatch
27145
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.039Z - Handled json message RECORD_OUTPUTS_HASH_BATCH. Handling time: 3. Response time: 0.
27146
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:29.039Z - [Messenger] Received message, length: 2
27147
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=2
27148
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=7
27149
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-theme/README.md
27150
+ DEBUG nx::native::watch::watcher: [delete] tmp/libs/africanies-theme/build/tsconfig.generated.6d81d1d4-6c18-4875-8406-1f4923b52542.json
27151
+ DEBUG nx::native::watch::watcher: [update] .nx/cache/6673686859704879504/dist/libs/africanies-theme/README.md
27152
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-theme/tailwind-preset.cjs
27153
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs
27154
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-theme/README.md
27155
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/types/africanies-africanies-theme.d.ts
27156
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs.map
27157
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/package.json
27158
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.149Z - [WATCHER]: 0 file(s) created or restored, 2 file(s) modified, 0 file(s) deleted
27159
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.149Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 2 events: update:dist/libs/africanies-theme/README.md, update:.nx/cache/6673686859704879504/dist/libs/africanies-theme/README.md
27160
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.149Z - [WATCHER]: File changes detected:
27161
+ Created:
27162
+ (none)
27163
+ Updated:
27164
+ - dist/libs/africanies-theme/README.md
27165
+ - .nx/cache/6673686859704879504/dist/libs/africanies-theme/README.md
27166
+ Deleted:
27167
+ (none)
27168
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.150Z - [SYNC]: clearing sync generators cache due to file changes
27169
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.150Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
27170
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.150Z - [REQUEST]: dist/libs/africanies-theme/README.md,.nx/cache/6673686859704879504/dist/libs/africanies-theme/README.md
27171
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.150Z - [REQUEST]:
27172
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
27173
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 39003, socket: /private/tmp/plugin12638-30-2410606.309417.sock)
27174
+ [plugin-client] restarting worker for "nx/core/package-json"
27175
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 39004, socket: /private/tmp/plugin12638-31-2410607.132834.sock)
27176
+ [plugin-client] restarting worker for "nx/core/project-json"
27177
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 39005, socket: /private/tmp/plugin12638-32-2410607.843125.sock)
27178
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.153Z - Time taken for 'hash changed files from watcher' 1.062041999772191ms
27179
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.153Z - [WATCHER]: Processing file changes in outputs
27180
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 39003) listening on /private/tmp/plugin12638-30-2410606.309417.sock
27181
+ [plugin-worker] "nx/core/package-json" (pid: 39004) listening on /private/tmp/plugin12638-31-2410607.132834.sock
27182
+ Time taken for 'plugin worker 39003 code loading' 154.180834ms
27183
+ Time taken for 'plugin worker 39004 code loading' 155.67162499999998ms
27184
+ [plugin-worker] "nx/core/project-json" (pid: 39005) listening on /private/tmp/plugin12638-32-2410607.843125.sock
27185
+ Time taken for 'plugin worker 39005 code loading' 157.93908399999998ms
27186
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 39003)
27187
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 39004)
27188
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 39005)
27189
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.348Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 196.6010829997249ms
27190
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.348Z - Time taken for 'start-plugin-worker:nx/core/package-json' 195.90666700014845ms
27191
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.348Z - Time taken for 'start-plugin-worker:nx/core/project-json' 195.4426669999957ms
27192
+ [plugin-worker] "nx/core/project-json" (pid: 39005) connected
27193
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 39003) connected
27194
+ [plugin-worker] "nx/core/package-json" (pid: 39004) connected
27195
+ [plugin-worker] "nx/core/project-json" (pid: 39005) loaded successfully
27196
+ [plugin-worker] "nx/core/package-json" (pid: 39004) loaded successfully
27197
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 39003) loaded successfully
27198
+ Time taken for 'nx/core/project-json:createNodes' 0.48004099999999994ms
27199
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
27200
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 6.931041999999991ms
27201
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
27202
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.377Z - Time taken for 'build-project-configs' 217.9090829999186ms
27203
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.378Z - Time taken for 'createNodes:merge' 3.1154999998398125ms
27204
+ Time taken for 'build typescript dependencies' 3.769457999999986ms
27205
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
27206
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.448Z - [SYNC]: collect registered sync generators
27207
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.448Z - [SYNC]: project graph hash is the same, not collecting task sync generators
27208
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.448Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
27209
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.456Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
27210
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.456Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
27211
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.460Z - Responding to PROJECT_GRAPH_UPDATED message
27212
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.460Z - [REQUEST]: Responding to the client. Project graph updated
27213
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.460Z - Time taken for 'total execution time for createProjectGraph()' 74.5109999999404ms
27214
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.460Z - Time taken for 'createDependencies' 69.36083399970084ms
27215
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.461Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 68.95875000022352ms
27216
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.461Z - Time taken for 'createMetadata' 0.03304200014099479ms
27217
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.461Z - Time taken for 'serialize graph' 2.8391249999403954ms
27218
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.461Z - Time taken for 'write cache' 8.005832999944687ms
27219
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.469Z - Done responding to the client Project graph updated
27220
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.469Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 8. Response time: 13.
27221
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:29.469Z - [Messenger] Received message, length: 895597
27222
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
27223
+ DEBUG nx::native::watch::watcher: [create] tmp/libs/africanies-ui/build/tsconfig.generated.7631934c-e89b-48b4-878a-b6b33437020f.json
27224
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:30.143Z - [WATCHER]: Processing file changes in outputs
27225
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=9
27226
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs
27227
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts
27228
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/assets/brand/africanies-logo-mini.png
27229
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/assets/brand/africanies-logo.svg
27230
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map
27231
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/assets/brand/africanies-logo.png
27232
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/assets/carriers/dhl.svg
27233
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/package.json
27234
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/README.md
27235
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:30.418Z - [WATCHER]: Processing file changes in outputs
27236
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
27237
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/README.md
27238
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:30.418Z - [WATCHER]: dist/libs/africanies-ui/README.md was deleted
27239
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:30.418Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: delete:dist/libs/africanies-ui/README.md
27240
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:30.418Z - [WATCHER]: File changes detected:
27241
+ Created:
27242
+ (none)
27243
+ Updated:
27244
+ (none)
27245
+ Deleted:
27246
+ - dist/libs/africanies-ui/README.md
27247
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:30.420Z - [SYNC]: clearing sync generators cache due to file changes
27248
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:30.421Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
27249
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:30.421Z - [REQUEST]:
27250
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:30.421Z - [REQUEST]: dist/libs/africanies-ui/README.md
27251
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
27252
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 39006, socket: /private/tmp/plugin12638-33-2411878.080875.sock)
27253
+ [plugin-client] restarting worker for "nx/core/package-json"
27254
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 39007, socket: /private/tmp/plugin12638-34-2411881.687709.sock)
27255
+ [plugin-client] restarting worker for "nx/core/project-json"
27256
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 39008, socket: /private/tmp/plugin12638-35-2411882.821584.sock)
27257
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:30.430Z - Time taken for 'hash changed files from watcher' 1.4516249997541308ms
27258
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:30.581Z - Established a connection. Number of open connections: 5
27259
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:30.581Z - Closed a connection. Number of open connections: 4
27260
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:30.583Z - [Messenger] Sending message type: GET_CONTEXT_FILE_DATA
27261
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:30.583Z - [Messenger] Message sent
27262
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:30.586Z - Received raw message of length 32
27263
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:30.586Z - Received json message of type GET_CONTEXT_FILE_DATA
27264
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:30.591Z - Serializing response for GET_CONTEXT_FILE_DATA message in json mode
27265
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:30.594Z - Responding to GET_CONTEXT_FILE_DATA message
27266
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:30.595Z - [REQUEST]: Responding to the client. handleContextFileData
27267
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:30.604Z - Done responding to the client handleContextFileData
27268
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:30.604Z - Handled json message GET_CONTEXT_FILE_DATA. Handling time: 4. Response time: 13.
27269
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:30.605Z - [Messenger] Received message, length: 87566
27270
+ [plugin-worker] "nx/core/package-json" (pid: 39007) listening on /private/tmp/plugin12638-34-2411881.687709.sock
27271
+ Time taken for 'plugin worker 39007 code loading' 402.8315839999999ms
27272
+ [plugin-worker] "nx/core/package-json" (pid: 39007) connected
27273
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 39007)
27274
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.033Z - Time taken for 'start-plugin-worker:nx/core/package-json' 606.3932090001181ms
27275
+ [plugin-worker] "nx/core/package-json" (pid: 39007) loaded successfully
27276
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
27277
+ [plugin-worker] "nx/core/project-json" (pid: 39008) listening on /private/tmp/plugin12638-35-2411882.821584.sock
27278
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 39008)
27279
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.109Z - Time taken for 'start-plugin-worker:nx/core/project-json' 681.2752499999478ms
27280
+ Time taken for 'plugin worker 39008 code loading' 381.377167ms
27281
+ [plugin-worker] "nx/core/project-json" (pid: 39008) connected
27282
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 39006) listening on /private/tmp/plugin12638-33-2411878.080875.sock
27283
+ Time taken for 'plugin worker 39006 code loading' 512.226875ms
27284
+ [plugin-worker] "nx/core/project-json" (pid: 39008) loaded successfully
27285
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 39006)
27286
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.130Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 706.6542499996722ms
27287
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 39006) connected
27288
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
27289
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 39006) loaded successfully
27290
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 8.879166999999939ms
27291
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.201Z - Time taken for 'build-project-configs' 762.2069999999367ms
27292
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.201Z - Time taken for 'createNodes:merge' 5.291249999776483ms
27293
+ Time taken for 'build typescript dependencies' 0.20837500000004638ms
27294
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
27295
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:31.230Z - [ProjectGraphListener] Socket closed, triggering reconnection
27296
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:31.233Z - [Messenger] Setting up socket listeners
27297
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:31.233Z - [Messenger] listen() complete
27298
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:31.233Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
27299
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:31.234Z - [Messenger] Message sent
27300
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.238Z - [SYNC]: collect registered sync generators
27301
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.238Z - [SYNC]: project graph hash is the same, not collecting task sync generators
27302
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.238Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
27303
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.247Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
27304
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.247Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
27305
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.249Z - Responding to PROJECT_GRAPH_UPDATED message
27306
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.249Z - [REQUEST]: Responding to the client. Project graph updated
27307
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.250Z - Socket write error (client likely disconnected): write EPIPE
27308
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.250Z - Done responding to the client Project graph updated
27309
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.250Z - Socket error: write EPIPE
27310
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.250Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 9. Response time: 3.
27311
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.251Z - Time taken for 'total execution time for createProjectGraph()' 45.81641699979082ms
27312
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.251Z - Time taken for 'createDependencies' 35.46629200037569ms
27313
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.251Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 35.3000409998931ms
27314
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.251Z - Time taken for 'createMetadata' 0.014707999769598246ms
27315
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.251Z - Time taken for 'serialize graph' 4.537417000159621ms
27316
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.251Z - Time taken for 'write cache' 8.992707999888808ms
27317
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.251Z - Closed a connection. Number of open connections: 3
27318
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.252Z - Established a connection. Number of open connections: 4
27319
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.253Z - Established a connection. Number of open connections: 5
27320
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.253Z - Closed a connection. Number of open connections: 4
27321
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.254Z - Received raw message of length 42
27322
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.254Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
27323
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
27324
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts
27325
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.431Z - [WATCHER]: Processing file changes in outputs
27326
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=2
27327
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs
27328
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map
27329
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.621Z - [WATCHER]: Processing file changes in outputs
27330
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:34.712Z - [Messenger] Sending message type: RECORD_OUTPUTS_HASH_BATCH
27331
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:34.713Z - [Messenger] Message sent
27332
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.714Z - Received raw message of length 115
27333
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.714Z - Received json message of type RECORD_OUTPUTS_HASH_BATCH
27334
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.717Z - Serializing response for RECORD_OUTPUTS_HASH_BATCH message in json mode
27335
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.717Z - Responding to RECORD_OUTPUTS_HASH_BATCH message
27336
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.717Z - [REQUEST]: Responding to the client. recordOutputsHashBatch
27337
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.717Z - Done responding to the client recordOutputsHashBatch
27338
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.717Z - Handled json message RECORD_OUTPUTS_HASH_BATCH. Handling time: 3. Response time: 0.
27339
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:34.717Z - [Messenger] Received message, length: 2
27340
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:34.725Z - [Messenger] Sending message type: RECORD_TASK_RUNS
27341
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:34.725Z - [Messenger] Message sent
27342
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.726Z - Received raw message of length 1279
27343
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.726Z - Received json message of type RECORD_TASK_RUNS
27344
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.730Z - Serializing response for RECORD_TASK_RUNS message in json mode
27345
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.730Z - Responding to RECORD_TASK_RUNS message
27346
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.730Z - [REQUEST]: Responding to the client. handleRecordTaskRuns
27347
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.730Z - Done responding to the client handleRecordTaskRuns
27348
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.730Z - Handled json message RECORD_TASK_RUNS. Handling time: 4. Response time: 0.
27349
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:34.730Z - [Messenger] Received message, length: 4
27350
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:34.731Z - [Messenger] Sending message type: GET_FLAKY_TASKS
27351
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:34.731Z - [Messenger] Message sent
27352
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.731Z - Received raw message of length 173
27353
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.731Z - Received json message of type GET_FLAKY_TASKS
27354
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.732Z - Serializing response for GET_FLAKY_TASKS message in json mode
27355
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.732Z - Responding to GET_FLAKY_TASKS message
27356
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.732Z - [REQUEST]: Responding to the client. handleGetFlakyTasks
27357
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.732Z - Done responding to the client handleGetFlakyTasks
27358
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.732Z - Handled json message GET_FLAKY_TASKS. Handling time: 1. Response time: 0.
27359
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:34.732Z - [Messenger] Received message, length: 2
27360
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=10
27361
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs
27362
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts
27363
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/brand/africanies-logo-mini.png
27364
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/brand/africanies-logo.svg
27365
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map
27366
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/brand/africanies-logo.png
27367
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/carriers/dhl.svg
27368
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/README.md
27369
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/package.json
27370
+ DEBUG nx::native::watch::watcher: [delete] tmp/libs/africanies-ui/build/tsconfig.generated.7631934c-e89b-48b4-878a-b6b33437020f.json
27371
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.823Z - [WATCHER]: Processing file changes in outputs
27372
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=2
27373
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/README.md
27374
+ DEBUG nx::native::watch::watcher: [update] .nx/cache/14995846848874973576/dist/libs/africanies-ui/README.md
27375
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.824Z - [WATCHER]: 0 file(s) created or restored, 2 file(s) modified, 0 file(s) deleted
27376
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.824Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 2 events: update:dist/libs/africanies-ui/README.md, update:.nx/cache/14995846848874973576/dist/libs/africanies-ui/README.md
27377
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.824Z - [WATCHER]: File changes detected:
27378
+ Created:
27379
+ (none)
27380
+ Updated:
27381
+ - dist/libs/africanies-ui/README.md
27382
+ - .nx/cache/14995846848874973576/dist/libs/africanies-ui/README.md
27383
+ Deleted:
27384
+ (none)
27385
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.826Z - [SYNC]: clearing sync generators cache due to file changes
27386
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.826Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
27387
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.827Z - [REQUEST]: .nx/cache/14995846848874973576/dist/libs/africanies-ui/README.md,dist/libs/africanies-ui/README.md
27388
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.827Z - [REQUEST]:
27389
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
27390
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 39065, socket: /private/tmp/plugin12638-36-2416283.379667.sock)
27391
+ [plugin-client] restarting worker for "nx/core/package-json"
27392
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 39066, socket: /private/tmp/plugin12638-37-2416284.302459.sock)
27393
+ [plugin-client] restarting worker for "nx/core/project-json"
27394
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 39067, socket: /private/tmp/plugin12638-38-2416284.707334.sock)
27395
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.830Z - Time taken for 'hash changed files from watcher' 1.8559590000659227ms
27396
+ [plugin-worker] "nx/core/project-json" (pid: 39067) listening on /private/tmp/plugin12638-38-2416284.707334.sock
27397
+ [plugin-worker] "nx/core/package-json" (pid: 39066) listening on /private/tmp/plugin12638-37-2416284.302459.sock
27398
+ Time taken for 'plugin worker 39067 code loading' 82.747167ms
27399
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 39065) listening on /private/tmp/plugin12638-36-2416283.379667.sock
27400
+ Time taken for 'plugin worker 39065 code loading' 83.473917ms
27401
+ Time taken for 'plugin worker 39066 code loading' 82.358583ms
27402
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 39065)
27403
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 39066)
27404
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 39067)
27405
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.950Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 121.2963330000639ms
27406
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.950Z - Time taken for 'start-plugin-worker:nx/core/package-json' 120.49462499981746ms
27407
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.950Z - Time taken for 'start-plugin-worker:nx/core/project-json' 120.14262499986216ms
27408
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 39065) connected
27409
+ [plugin-worker] "nx/core/package-json" (pid: 39066) connected
27410
+ [plugin-worker] "nx/core/project-json" (pid: 39067) connected
27411
+ [plugin-worker] "nx/core/project-json" (pid: 39067) loaded successfully
27412
+ [plugin-worker] "nx/core/package-json" (pid: 39066) loaded successfully
27413
+ Time taken for 'nx/core/project-json:createNodes' 0.40816700000000594ms
27414
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
27415
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 39065) loaded successfully
27416
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
27417
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 5.833166000000006ms
27418
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.977Z - Time taken for 'build-project-configs' 139.57791700027883ms
27419
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.977Z - Time taken for 'createNodes:merge' 2.575583000201732ms
27420
+ Time taken for 'build typescript dependencies' 2.2605000000000075ms
27421
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
27422
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.993Z - [SYNC]: collect registered sync generators
27423
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.993Z - [SYNC]: project graph hash is the same, not collecting task sync generators
27424
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.993Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
27425
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.999Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
27426
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.999Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
27427
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:35.001Z - Responding to PROJECT_GRAPH_UPDATED message
27428
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:35.001Z - [REQUEST]: Responding to the client. Project graph updated
27429
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:35.001Z - Time taken for 'total execution time for createProjectGraph()' 21.35466599976644ms
27430
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:35.001Z - Time taken for 'createDependencies' 15.214750000275671ms
27431
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:35.002Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 15.135125000029802ms
27432
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:35.002Z - Time taken for 'createMetadata' 0.004874999634921551ms
27433
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:35.002Z - Time taken for 'serialize graph' 2.6719160000793636ms
27434
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:35.002Z - Time taken for 'write cache' 6.047332999762148ms
27435
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:35.005Z - Done responding to the client Project graph updated
27436
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:35.005Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 6. Response time: 6.
27437
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:35.005Z - [Messenger] Received message, length: 895597
27438
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:36.015Z - Established a connection. Number of open connections: 5
27439
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:36.015Z - [Messenger] Sending message type: GET_CONTEXT_FILE_DATA
27440
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:36.016Z - Closed a connection. Number of open connections: 4
27441
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:36.016Z - [Messenger] Message sent
27442
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:36.016Z - Received raw message of length 32
27443
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:36.016Z - Received json message of type GET_CONTEXT_FILE_DATA
27444
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:36.018Z - Serializing response for GET_CONTEXT_FILE_DATA message in json mode
27445
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:36.019Z - Responding to GET_CONTEXT_FILE_DATA message
27446
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:36.019Z - [REQUEST]: Responding to the client. handleContextFileData
27447
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:36.019Z - Done responding to the client handleContextFileData
27448
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:36.019Z - Handled json message GET_CONTEXT_FILE_DATA. Handling time: 2. Response time: 1.
27449
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:36.019Z - [Messenger] Received message, length: 87747
27450
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:36.179Z - [ProjectGraphListener] Socket closed, triggering reconnection
27451
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:36.179Z - Closed a connection. Number of open connections: 3
27452
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:36.180Z - [Messenger] Setting up socket listeners
27453
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:36.180Z - [Messenger] listen() complete
27454
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:36.180Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
27455
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:36.180Z - Established a connection. Number of open connections: 4
27456
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:36.180Z - [Messenger] Message sent
27457
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:36.181Z - Established a connection. Number of open connections: 5
27458
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:36.181Z - Closed a connection. Number of open connections: 4
27459
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:36.181Z - Received raw message of length 42
27460
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:36.181Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
27461
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:37.901Z - [Messenger] Sending message type: GET_CONFIGURE_AI_AGENTS_STATUS
27462
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:37.901Z - Established a connection. Number of open connections: 5
27463
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:37.902Z - [Messenger] Message sent
27464
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:37.902Z - Received raw message of length 41
27465
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:37.902Z - Received json message of type GET_CONFIGURE_AI_AGENTS_STATUS
27466
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:37.903Z - [AI-AGENTS]: Returning cached agent configuration status
27467
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:37.903Z - Serializing response for GET_CONFIGURE_AI_AGENTS_STATUS message in json mode
27468
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:37.903Z - Responding to GET_CONFIGURE_AI_AGENTS_STATUS message
27469
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:37.903Z - [REQUEST]: Responding to the client. handleGetConfigureAiAgentsStatus
27470
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:37.903Z - Done responding to the client handleGetConfigureAiAgentsStatus
27471
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:37.903Z - Handled json message GET_CONFIGURE_AI_AGENTS_STATUS. Handling time: 0. Response time: 0.
27472
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:37.903Z - [Messenger] Received message, length: 341
27473
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:37.903Z - Closed a connection. Number of open connections: 4
27474
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:37.904Z - [Messenger] Sending message type: POST_TASKS_EXECUTION
27475
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:37.909Z - [Messenger] Message sent
27476
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:37.910Z - Received raw message of length 480783
27477
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:37.915Z - Received json message of type POST_TASKS_EXECUTION
27478
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:37.916Z - Serializing response for POST_TASKS_EXECUTION message in json mode
27479
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:37.916Z - Responding to POST_TASKS_EXECUTION message
27480
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:37.916Z - [REQUEST]: Responding to the client. handleRunPostTasksExecution
27481
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:37.916Z - Done responding to the client handleRunPostTasksExecution
27482
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:37.917Z - Handled json message POST_TASKS_EXECUTION. Handling time: 1. Response time: 0.
27483
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:37.917Z - Time taken for 'postTasksExecution' 0.6100409999489784ms
27484
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:12:37.917Z - [Messenger] Received message, length: 4
27485
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:12:37.936Z - Closed a connection. Number of open connections: 3
27486
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.219Z - [Server] lock file hash changed! old=9381115804800119513, new=2197853869791926157
27487
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.220Z - [Server] Daemon outdated: LOCK_FILES_CHANGED
27488
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.220Z - [Server] Restarting daemon...
27489
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.223Z - 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
27490
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.223Z - Old daemon __dirname: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/daemon/server
27491
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.223Z - Current process.execPath: /Users/ikechukwukalu/.nvm/versions/node/v24.20.0/bin/node
27492
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.223Z - Started new daemon process in background
27493
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.226Z - Closed a connection. Number of open connections: 2
27494
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.226Z - Closed a connection. Number of open connections: 1
27495
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.227Z - Closed a connection. Number of open connections: 0
27496
+ DEBUG nx::native::watch::watcher: watching stopped origin=/Applications/AngularJS/angular-web-sdk
27497
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.229Z - [WATCHER]: Stopping the watcher for /Applications/AngularJS/angular-web-sdk (sources)
27498
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:11.228Z - [ProjectGraphListener] Socket closed, triggering reconnection
27499
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:11.229Z - [ProjectGraphListener] Starting reconnection for 1 callbacks
27500
+ DEBUG nx::native::watch::watcher: watching stopped origin=/Applications/AngularJS/angular-web-sdk
27501
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:11.229Z - [Client] Waiting for server (max: 6000 attempts, 10ms interval)
27502
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.230Z - [WATCHER]: Stopping the watcher for /Applications/AngularJS/angular-web-sdk (outputs)
27503
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.230Z - [LATEST-NX]: Cleaning up latest Nx installation from /private/tmp/tmp-12638-eLad3JaEd3Pu
27504
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.231Z - Server stopped because: "LOCK_FILES_CHANGED"
27505
+ DEBUG nx::native::watch::watcher: watching started origin=/Applications/AngularJS/angular-web-sdk
27506
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.840Z - [WATCHER]: Subscribed to changes within: /Applications/AngularJS/angular-web-sdk (native)
27507
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.844Z - 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
27508
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.844Z - New daemon __dirname: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/daemon/server
27509
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.844Z - New daemon nxVersion: 23.1.1
27510
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.845Z - New daemon getInstalledNxVersion(): 23.1.1
27511
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.847Z - Time taken for 'workspace context init' 0.5079160000000229ms
27512
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.858Z - [Server] Starting outdated check interval (20ms)
27513
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.862Z - Started listening on: /private/tmp/824896e97a960dbbdfca/d.sock
27514
+ DEBUG nx::native::watch::watcher: watching started origin=/Applications/AngularJS/angular-web-sdk
27515
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.868Z - [LATEST-NX]: Pulling latest Nx...
27516
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.874Z - [AI-AGENTS]: Starting agent configuration status computation
27517
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:11.880Z - [Client] Server available
27518
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:11.880Z - [Messenger] Setting up socket listeners
27519
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:11.880Z - [Messenger] listen() complete
27520
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:11.880Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
27521
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:11.880Z - [Messenger] Message sent
27522
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:11.880Z - [ProjectGraphListener] Reconnected successfully
27523
+ [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: 39660, socket: /private/tmp/plugin39643-0-642.872416.sock)
27524
+ [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: 39661, socket: /private/tmp/plugin39643-1-708.782875.sock)
27525
+ [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: 39662, socket: /private/tmp/plugin39643-2-709.314083.sock)
27526
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.942Z - Time taken for 'hash changed files from watcher' 0.021875000000022737ms
27527
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.942Z - Time taken for 'loadSpecifiedNxPlugins' 73.84729100000004ms
27528
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.943Z - Established a connection. Number of open connections: 1
27529
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.943Z - Established a connection. Number of open connections: 2
27530
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.944Z - Closed a connection. Number of open connections: 1
27531
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.945Z - Received raw message of length 42
27532
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.945Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
27533
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 39660) listening on /private/tmp/plugin39643-0-642.872416.sock
27534
+ Time taken for 'plugin worker 39660 code loading' 111.37866600000001ms
27535
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 39661) listening on /private/tmp/plugin39643-1-708.782875.sock
27536
+ Time taken for 'plugin worker 39661 code loading' 114.559875ms
27537
+ [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: 39660)
27538
+ [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: 39661)
27539
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.109Z - 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' 233.65358300000003ms
27540
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.109Z - 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' 168.2292500000001ms
27541
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 39660) connected
27542
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 39661) connected
27543
+ [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: 39662) listening on /private/tmp/plugin39643-2-709.314083.sock
27544
+ Time taken for 'plugin worker 39662 code loading' 121.96033299999999ms
27545
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 39661) loaded successfully
27546
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.113Z - 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' 245.574167ms
27547
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 39660) loaded successfully
27548
+ [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: 39662)
27549
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.120Z - 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' 253.48325ms
27550
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.120Z - 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' 178.49975000000006ms
27551
+ [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: 39662) connected
27552
+ [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: 39662) loaded successfully
27553
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.122Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
27554
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.122Z - [REQUEST]:
27555
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.122Z - [REQUEST]:
27556
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.124Z - Time taken for 'loadDefaultNxPlugins' 255.740541ms
27557
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.124Z - 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' 254.36008299999992ms
27558
+ Time taken for 'nx/core/project-json:createNodes' 2.087582999999995ms
27559
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
27560
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 7.530041000000011ms
27561
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
27562
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.168Z - Time taken for 'build-project-configs' 26.810042000000067ms
27563
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.168Z - Time taken for 'createNodes:merge' 12.961457999999993ms
27564
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.168Z - Time taken for 'native-file-deps' 0.005583000000001448ms
27565
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.168Z - Time taken for 'get-workspace-files' 1.2089160000000447ms
27566
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.168Z - Time taken for 'read cache' 1.2410830000000033ms
27567
+ Time taken for 'build typescript dependencies' 20.720041999999978ms
27568
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
27569
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.204Z - [SYNC]: collect registered sync generators
27570
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.209Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
27571
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.209Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
27572
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.211Z - Responding to PROJECT_GRAPH_UPDATED message
27573
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.211Z - [REQUEST]: Responding to the client. Project graph updated
27574
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.211Z - Time taken for 'total execution time for createProjectGraph()' 42.28379200000006ms
27575
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.211Z - Time taken for 'createDependencies' 34.864124999999945ms
27576
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.211Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 34.70833399999992ms
27577
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.211Z - Time taken for 'createMetadata' 0.012249999999994543ms
27578
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.211Z - Time taken for 'serialize graph' 1.7490000000000236ms
27579
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.211Z - Time taken for 'write cache' 4.502875000000017ms
27580
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.215Z - Done responding to the client Project graph updated
27581
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.215Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 4. Response time: 6.
27582
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:12.215Z - [Messenger] Received message, length: 895597
27583
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.238Z - Established a connection. Number of open connections: 2
27584
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.239Z - Closed a connection. Number of open connections: 1
27585
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.240Z - Established a connection. Number of open connections: 2
27586
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.240Z - Closed a connection. Number of open connections: 1
27587
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.240Z - Established a connection. Number of open connections: 2
27588
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:12.240Z - [Messenger] Setting up socket listeners
27589
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:12.241Z - [Messenger] listen() complete
27590
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:12.252Z - [Messenger] Sending message type: GET_NX_CONSOLE_STATUS
27591
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:12.252Z - [Messenger] Message sent
27592
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.254Z - Received raw message of length 4544
27593
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.254Z - Received json message of type GET_NX_CONSOLE_STATUS
27594
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.254Z - Graph recompute necessary due to env variable refresh. Changed keys: PATH, PNPM_SCRIPT_SRC_DIR, 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
27595
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.254Z - Serializing response for GET_NX_CONSOLE_STATUS message in json mode
27596
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.254Z - Responding to GET_NX_CONSOLE_STATUS message
27597
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.254Z - [REQUEST]: Responding to the client. handleGetNxConsoleStatus
27598
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.255Z - Done responding to the client handleGetNxConsoleStatus
27599
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.255Z - Handled json message GET_NX_CONSOLE_STATUS. Handling time: 0. Response time: 1.
27600
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:12.255Z - [Messenger] Received message, length: 22
27601
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:12.302Z - [Messenger] Sending message type: REQUEST_PROJECT_GRAPH
27602
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:12.303Z - [Messenger] Message sent
27603
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.303Z - Received raw message of length 32
27604
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.303Z - Received json message of type REQUEST_PROJECT_GRAPH
27605
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.304Z - [REQUEST]: Client Request for Project Graph Received
27606
+ DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=64.964ms
27607
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.369Z - No in-memory cached project graph found. Recomputing it...
27608
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.369Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
27609
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.369Z - [REQUEST]:
27610
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.369Z - [REQUEST]:
27611
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.370Z - Streaming message to client: progress update for topic graph-construction
27612
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
27613
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:12.370Z - [Messenger] Received message, length: 47
27614
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 39692, socket: /private/tmp/plugin39643-3-1138.540041.sock)
27615
+ [plugin-client] restarting worker for "nx/core/package-json"
27616
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 39693, socket: /private/tmp/plugin39643-4-1139.341291.sock)
27617
+ [plugin-client] restarting worker for "nx/core/project-json"
27618
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 39694, socket: /private/tmp/plugin39643-5-1140.165625.sock)
27619
+ [plugin-worker] "nx/core/package-json" (pid: 39693) listening on /private/tmp/plugin39643-4-1139.341291.sock
27620
+ Time taken for 'plugin worker 39693 code loading' 123.91170799999999ms
27621
+ [plugin-worker] "nx/core/project-json" (pid: 39694) listening on /private/tmp/plugin39643-5-1140.165625.sock
27622
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 39692) listening on /private/tmp/plugin39643-3-1138.540041.sock
27623
+ Time taken for 'plugin worker 39694 code loading' 124.628209ms
27624
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 39692)
27625
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 39693)
27626
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 39694)
27627
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.542Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 171.26374999999985ms
27628
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.542Z - Time taken for 'start-plugin-worker:nx/core/package-json' 170.88758299999995ms
27629
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.542Z - Time taken for 'start-plugin-worker:nx/core/project-json' 170.17000000000007ms
27630
+ [plugin-worker] "nx/core/project-json" (pid: 39694) connected
27631
+ Time taken for 'plugin worker 39692 code loading' 127.27879200000001ms
27632
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 39692) connected
27633
+ [plugin-worker] "nx/core/project-json" (pid: 39694) loaded successfully
27634
+ [plugin-worker] "nx/core/package-json" (pid: 39693) connected
27635
+ [plugin-worker] "nx/core/package-json" (pid: 39693) loaded successfully
27636
+ Time taken for 'nx/core/project-json:createNodes' 0.5583330000000046ms
27637
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
27638
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.550Z - Streaming message to client: progress update for topic graph-construction
27639
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:12.550Z - [Messenger] Received message, length: 153
27640
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 39692) loaded successfully
27641
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 5.8136670000000095ms
27642
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
27643
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.562Z - Streaming message to client: progress update for topic graph-construction
27644
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:12.563Z - [Messenger] Received message, length: 112
27645
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.568Z - Streaming message to client: progress update for topic graph-construction
27646
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:12.568Z - [Messenger] Received message, length: 47
27647
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.575Z - Streaming message to client: progress update for topic graph-construction
27648
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:12.576Z - [Messenger] Received message, length: 47
27649
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.577Z - Time taken for 'build-project-configs' 200.530667ms
27650
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.577Z - Time taken for 'createNodes:merge' 2.3277919999998176ms
27651
+ Time taken for 'build typescript dependencies' 0.08320900000001075ms
27652
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
27653
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.587Z - Streaming message to client: progress update for topic graph-construction
27654
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:12.587Z - [Messenger] Received message, length: 47
27655
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.592Z - [SYNC]: collect registered sync generators
27656
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.592Z - [SYNC]: project graph hash is the same, not collecting task sync generators
27657
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.592Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
27658
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.596Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
27659
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.596Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
27660
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.599Z - Responding to PROJECT_GRAPH_UPDATED message
27661
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.599Z - [REQUEST]: Responding to the client. Project graph updated
27662
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.599Z - Serializing response for REQUEST_PROJECT_GRAPH message in json mode
27663
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.599Z - Responding to REQUEST_PROJECT_GRAPH message
27664
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.599Z - [REQUEST]: Responding to the client. project-graph
27665
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.600Z - Time taken for 'total for creating and serializing project graph' 295.8860830000001ms
27666
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.600Z - Time taken for 'total execution time for createProjectGraph()' 18.44183299999986ms
27667
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.600Z - Time taken for 'createDependencies' 14.421082999999953ms
27668
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.600Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 14.223749999999882ms
27669
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.600Z - Time taken for 'createMetadata' 0.007708000000093307ms
27670
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.600Z - Time taken for 'serialize graph' 1.7477499999999964ms
27671
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.600Z - Time taken for 'write cache' 3.7790829999999005ms
27672
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.602Z - Done responding to the client Project graph updated
27673
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.602Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 4. Response time: 6.
27674
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.602Z - Done responding to the client project-graph
27675
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.602Z - Handled json message REQUEST_PROJECT_GRAPH. Handling time: 296. Response time: 3.
27676
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:12.602Z - [Messenger] Received message, length: 895597
27677
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:12.603Z - [Messenger] Received message, length: 895604
27678
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:12.607Z - [Messenger] Sending message type: PRE_TASKS_EXECUTION
27679
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:12.607Z - [Messenger] Message sent
27680
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.607Z - Received raw message of length 2086
27681
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.608Z - Received json message of type PRE_TASKS_EXECUTION
27682
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.608Z - Serializing response for PRE_TASKS_EXECUTION message in json mode
27683
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.608Z - Responding to PRE_TASKS_EXECUTION message
27684
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.608Z - [REQUEST]: Responding to the client. handleRunPreTasksExecution
27685
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.608Z - Done responding to the client handleRunPreTasksExecution
27686
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.608Z - Handled json message PRE_TASKS_EXECUTION. Handling time: 0. Response time: 0.
27687
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:12.608Z - [Messenger] Received message, length: 2
27688
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.608Z - Time taken for 'preTasksExecution' 0.46658300000012787ms
27689
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:12.630Z - [Messenger] Sending message type: HASH_TASKS
27690
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:12.630Z - [Messenger] Message sent
27691
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.631Z - Received raw message of length 42560
27692
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.631Z - Received json message of type HASH_TASKS
27693
+ DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=59.327917ms
27694
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.691Z - Reusing in-memory cached project graph because no files changed.
27695
+ DEBUG nx::native::tasks::hash_planner: get_plans_internal COMPLETED in 9.320833ms - processed 6 tasks (setup: 5.6615ms, parallel_planning: 3.64425ms, pool: 1031 unique instructions)
27696
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "8520130568453209191" (".gitignore") to hash
27697
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "2425668806101952406" ("nx.json") to hash
27698
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Hash Value: "17385814077483807182"
27699
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "6605332246132408965" ("eslint.config.mjs") to hash
27700
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Hash Value: "17732202739991855709"
27701
+ DEBUG nx::native::tasks::task_hasher: hash_plans COMPLETED in 11.751875ms - processed 6 plans (setup: 495.583µs, hashing: 11.254834ms, assembly: 5.821333ms)
27702
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.727Z - Serializing response for HASH_TASKS message in json mode
27703
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.728Z - Responding to HASH_TASKS message
27704
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.728Z - [REQUEST]: Responding to the client. handleHashTasks
27705
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.730Z - Done responding to the client handleHashTasks
27706
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.730Z - Handled json message HASH_TASKS. Handling time: 96. Response time: 3.
27707
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:12.731Z - [Messenger] Received message, length: 288896
27708
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:12.829Z - [Messenger] Sending message type: GET_ESTIMATED_TASK_TIMINGS
27709
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:12.829Z - [Messenger] Message sent
27710
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.829Z - Received raw message of length 330
27711
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.829Z - Received json message of type GET_ESTIMATED_TASK_TIMINGS
27712
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.835Z - Serializing response for GET_ESTIMATED_TASK_TIMINGS message in json mode
27713
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.835Z - Responding to GET_ESTIMATED_TASK_TIMINGS message
27714
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.835Z - [REQUEST]: Responding to the client. handleGetEstimatedTaskTimings
27715
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.835Z - Done responding to the client handleGetEstimatedTaskTimings
27716
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.835Z - Handled json message GET_ESTIMATED_TASK_TIMINGS. Handling time: 6. Response time: 0.
27717
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:12.835Z - [Messenger] Received message, length: 185
27718
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:13.665Z - [Messenger] Setting up socket listeners
27719
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:13.665Z - [Messenger] listen() complete
27720
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:13.666Z - Established a connection. Number of open connections: 3
27721
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:13.666Z - Established a connection. Number of open connections: 4
27722
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:13.667Z - [Messenger] Sending message type: GET_CONTEXT_FILE_DATA
27723
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:13.667Z - [Messenger] Message sent
27724
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:13.667Z - Closed a connection. Number of open connections: 3
27725
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:13.667Z - Established a connection. Number of open connections: 4
27726
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:13.667Z - Closed a connection. Number of open connections: 3
27727
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:13.667Z - Received raw message of length 32
27728
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:13.667Z - Received json message of type GET_CONTEXT_FILE_DATA
27729
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:13.668Z - Serializing response for GET_CONTEXT_FILE_DATA message in json mode
27730
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:13.669Z - Responding to GET_CONTEXT_FILE_DATA message
27731
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:13.669Z - [REQUEST]: Responding to the client. handleContextFileData
27732
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:13.670Z - Done responding to the client handleContextFileData
27733
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:13.670Z - Handled json message GET_CONTEXT_FILE_DATA. Handling time: 1. Response time: 2.
27734
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:13.670Z - [Messenger] Received message, length: 86962
27735
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:14.068Z - Closed a connection. Number of open connections: 2
27736
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:14.073Z - [Messenger] Setting up socket listeners
27737
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:14.073Z - [Messenger] listen() complete
27738
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:14.074Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
27739
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:14.075Z - [Messenger] Message sent
27740
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:14.075Z - Established a connection. Number of open connections: 3
27741
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:14.077Z - Established a connection. Number of open connections: 4
27742
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:14.082Z - Closed a connection. Number of open connections: 3
27743
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:14.084Z - Received raw message of length 42
27744
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:14.084Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
27745
+ Fetching nx...
27746
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.213Z - [LATEST-NX]: Successfully pulled latest Nx to /private/tmp/tmp-39643-dhE0hNCO1oHd
27747
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.215Z - [NX-CONSOLE]: Using local implementation (NX_USE_LOCAL=true or inner call)
27748
+ DEBUG nx::native::ide::preferences: Loaded console preferences: NxConsolePreferences { auto_install_console: Some(true), path: "/Users/ikechukwukalu/.config/nx/ide.json" }
27749
+ DEBUG nx::native::ide::install: Detected editor: VSCode
27750
+ DEBUG nx::native::ide::install: Checking if Nx Console extension is installed with: code --list-extensions
27751
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:17.669Z - [Messenger] Sending message type: RECORD_TASK_RUNS
27752
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:17.670Z - [Messenger] Message sent
27753
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.670Z - Received raw message of length 1137
27754
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.670Z - Received json message of type RECORD_TASK_RUNS
27755
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.671Z - Serializing response for RECORD_TASK_RUNS message in json mode
27756
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.671Z - Responding to RECORD_TASK_RUNS message
27757
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.671Z - [REQUEST]: Responding to the client. handleRecordTaskRuns
27758
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.671Z - Done responding to the client handleRecordTaskRuns
27759
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.671Z - Handled json message RECORD_TASK_RUNS. Handling time: 1. Response time: 0.
27760
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:17.671Z - [Messenger] Received message, length: 4
27761
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:17.671Z - [Messenger] Sending message type: GET_FLAKY_TASKS
27762
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:17.671Z - [Messenger] Message sent
27763
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.671Z - Received raw message of length 169
27764
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.671Z - Received json message of type GET_FLAKY_TASKS
27765
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.671Z - Serializing response for GET_FLAKY_TASKS message in json mode
27766
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.671Z - Responding to GET_FLAKY_TASKS message
27767
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.671Z - [REQUEST]: Responding to the client. handleGetFlakyTasks
27768
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.671Z - Done responding to the client handleGetFlakyTasks
27769
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.671Z - Handled json message GET_FLAKY_TASKS. Handling time: 0. Response time: 0.
27770
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:17.671Z - [Messenger] Received message, length: 2
27771
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.672Z - Established a connection. Number of open connections: 4
27772
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.672Z - Closed a connection. Number of open connections: 3
27773
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:17.672Z - [Messenger] Sending message type: GET_CONFIGURE_AI_AGENTS_STATUS
27774
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:17.672Z - [Messenger] Message sent
27775
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.672Z - Received raw message of length 41
27776
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.672Z - Received json message of type GET_CONFIGURE_AI_AGENTS_STATUS
27777
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.673Z - Serializing response for GET_CONFIGURE_AI_AGENTS_STATUS message in json mode
27778
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.673Z - Responding to GET_CONFIGURE_AI_AGENTS_STATUS message
27779
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.673Z - [REQUEST]: Responding to the client. handleGetConfigureAiAgentsStatus
27780
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.673Z - Done responding to the client handleGetConfigureAiAgentsStatus
27781
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.673Z - Handled json message GET_CONFIGURE_AI_AGENTS_STATUS. Handling time: 0. Response time: 0.
27782
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:17.673Z - [Messenger] Received message, length: 104
27783
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:17.675Z - [Messenger] Sending message type: POST_TASKS_EXECUTION
27784
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:17.677Z - [Messenger] Message sent
27785
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.678Z - Received raw message of length 321075
27786
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.680Z - Received json message of type POST_TASKS_EXECUTION
27787
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.681Z - Serializing response for POST_TASKS_EXECUTION message in json mode
27788
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.681Z - Responding to POST_TASKS_EXECUTION message
27789
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.681Z - [REQUEST]: Responding to the client. handleRunPostTasksExecution
27790
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.681Z - Done responding to the client handleRunPostTasksExecution
27791
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.681Z - Handled json message POST_TASKS_EXECUTION. Handling time: 1. Response time: 0.
27792
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.681Z - Time taken for 'postTasksExecution' 0.16420800000014424ms
27793
+ [NX v23.1.1 Daemon Client] - 2026-09-03T08:13:17.681Z - [Messenger] Received message, length: 4
27794
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.687Z - Closed a connection. Number of open connections: 2
27795
+ DEBUG nx::native::ide::install: Editor command 'code' is installed
27796
+ DEBUG nx::native::ide::install: Editor command 'code-insiders' not found
27797
+ DEBUG nx::native::ide::install: Checking if Nx Console extension is installed with: code --list-extensions
27798
+ DEBUG nx::native::ide::install: Nx Console extension is installed
27799
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:18.094Z - [NX-CONSOLE]: Console status check completed, shouldPrompt: false
27800
+ DEBUG nx::native::ide::install: Nx Console extension is installed
27801
+ DEBUG nx::native::ide::install: Editor command 'cursor' not found
27802
+ DEBUG nx::native::ide::install: Checking if Nx Console extension is installed with: cursor --list-extensions
27803
+ DEBUG nx::native::ide::install: Command 'cursor' not found, cannot check extension status
27804
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:18.255Z - [AI-AGENTS]: Agent configuration status computation completed: 0 fully configured, 0 outdated, 1 partially configured, 4 non-configured
27805
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=17
27806
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-push
27807
+ DEBUG nx::native::watch::watcher: [update] .husky/_/commit-msg
27808
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-commit
27809
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-rewrite
27810
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-applypatch
27811
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-merge-commit
27812
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-auto-gc
27813
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-checkout
27814
+ DEBUG nx::native::watch::watcher: [create] .husky/_/husky.sh
27815
+ DEBUG nx::native::watch::watcher: [update] .husky/_/.gitignore
27816
+ DEBUG nx::native::watch::watcher: [update] .husky/_/prepare-commit-msg
27817
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-merge
27818
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-rebase
27819
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-commit
27820
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-applypatch
27821
+ DEBUG nx::native::watch::watcher: [update] .husky/_/h
27822
+ DEBUG nx::native::watch::watcher: [update] .husky/_/applypatch-msg
27823
+ [NX v23.1.1 Daemon Server] - 2026-09-03T08:13:35.403Z - [WATCHER]: Processing file changes in outputs