@africanies/angular-web-sdk 0.1.7 → 0.1.8
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.
- package/.nx/cache/{4082520855419352840 → 15302120112746851896}/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs +30 -8
- package/.nx/cache/15302120112746851896/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs.map +1 -0
- package/.nx/cache/{4082520855419352840 → 15302120112746851896}/dist/libs/africanies-theme/tailwind-preset.cjs +89 -12
- package/.nx/cache/{4082520855419352840 → 15302120112746851896}/dist/libs/africanies-theme/types/africanies-africanies-theme.d.ts +14 -4
- package/.nx/cache/{17491371155400585077 → 18393832731522001121}/dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs +139 -51
- package/.nx/cache/18393832731522001121/dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs.map +1 -0
- package/.nx/cache/{17491371155400585077 → 18393832731522001121}/dist/libs/africanies-core/types/africanies-africanies-core.d.ts +14 -11
- package/.nx/cache/5151121439688073678/dist/libs/africanies-icons/README.md +69 -0
- package/.nx/cache/5151121439688073678/dist/libs/africanies-icons/assets/icons.sprite.svg +1851 -0
- package/.nx/cache/5151121439688073678/dist/libs/africanies-icons/fesm2022/africanies-africanies-icons.mjs +833 -0
- package/.nx/cache/5151121439688073678/dist/libs/africanies-icons/fesm2022/africanies-africanies-icons.mjs.map +1 -0
- package/.nx/cache/5151121439688073678/dist/libs/africanies-icons/package.json +30 -0
- package/.nx/cache/5151121439688073678/dist/libs/africanies-icons/types/africanies-africanies-icons.d.ts +108 -0
- package/.nx/cache/877026836685850193/dist/libs/africanies-models/README.md +60 -0
- package/.nx/cache/877026836685850193/dist/libs/africanies-models/fesm2022/africanies-africanies-models.mjs +613 -0
- package/.nx/cache/877026836685850193/dist/libs/africanies-models/fesm2022/africanies-africanies-models.mjs.map +1 -0
- package/.nx/cache/877026836685850193/dist/libs/africanies-models/package.json +23 -0
- package/.nx/cache/877026836685850193/dist/libs/africanies-models/types/africanies-africanies-models.d.ts +1452 -0
- package/.nx/cache/{17499961385238663835 → 9406544675747598148}/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs +765 -615
- package/.nx/cache/9406544675747598148/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map +1 -0
- package/.nx/cache/{17499961385238663835 → 9406544675747598148}/dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts +149 -116
- package/.nx/cache/run.json +40 -40
- package/.nx/cache/terminalOutputs/{7126777490381568487 → 15149466893522345489} +10 -5
- package/.nx/cache/terminalOutputs/{4082520855419352840 → 15302120112746851896} +1 -1
- package/.nx/cache/terminalOutputs/{8648260256613557249 → 15835338512221847842} +18 -8
- package/.nx/cache/terminalOutputs/{9408529484792607601 → 17960163310445607219} +1 -1
- package/.nx/cache/terminalOutputs/{17491371155400585077 → 18393832731522001121} +2 -2
- package/.nx/cache/terminalOutputs/{3314955264390318442 → 5151121439688073678} +6 -6
- package/.nx/cache/terminalOutputs/7462873189468732296 +17 -0
- package/.nx/cache/terminalOutputs/8032148447904822353 +184 -182
- package/.nx/cache/terminalOutputs/{12276756491762927325 → 877026836685850193} +7 -7
- package/.nx/cache/terminalOutputs/9406544675747598148 +21 -0
- package/.nx/workspace-data/0091ABA9-5C90-580D-953C-8C94E763ADB5-v3.db +0 -0
- package/.nx/workspace-data/0091ABA9-5C90-580D-953C-8C94E763ADB5-v3.db-shm +0 -0
- package/.nx/workspace-data/0091ABA9-5C90-580D-953C-8C94E763ADB5-v3.db-wal +0 -0
- package/.nx/workspace-data/d/daemon.log +2353 -0
- package/.nx/workspace-data/d/server-process.json +2 -2
- package/.nx/workspace-data/file-map.json +1802 -1736
- package/.nx/workspace-data/nx_files.nxt +0 -0
- package/.nx/workspace-data/project-graph.json +7 -2
- package/apps/playground/src/app/pages/tokens-page.ts +17 -13
- package/apps/playground/src/app/snippets/filters.snippets.ts +10 -0
- package/dist/libs/africanies-icons/assets/icons.sprite.svg +7 -0
- package/dist/libs/africanies-icons/fesm2022/africanies-africanies-icons.mjs +1 -0
- package/dist/libs/africanies-icons/fesm2022/africanies-africanies-icons.mjs.map +1 -1
- package/dist/libs/africanies-icons/types/africanies-africanies-icons.d.ts +2 -2
- package/dist/libs/africanies-models/fesm2022/africanies-africanies-models.mjs +22 -8
- package/dist/libs/africanies-models/fesm2022/africanies-africanies-models.mjs.map +1 -1
- package/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs +22 -10
- package/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs.map +1 -1
- package/dist/libs/africanies-theme/tailwind-preset.cjs +84 -16
- package/dist/libs/africanies-theme/types/africanies-africanies-theme.d.ts +4 -2
- package/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs +555 -425
- package/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map +1 -1
- package/dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts +140 -110
- package/libs/africanies-icons/src/assets/icons.sprite.svg +7 -0
- package/libs/africanies-icons/src/lib/icon-name.ts +1 -0
- package/libs/africanies-models/src/lib/filters/configs/seed-configs.ts +22 -8
- package/libs/africanies-theme/src/lib/mode-color.safelist.ts +12 -0
- package/libs/africanies-theme/src/lib/mode-color.service.spec.ts +55 -0
- package/libs/africanies-theme/src/lib/mode-color.service.ts +11 -11
- package/libs/africanies-theme/tailwind-preset.cjs +84 -16
- package/libs/africanies-ui/src/lib/action-menu/action-menu.component.ts +3 -3
- package/libs/africanies-ui/src/lib/alert/alert.component.ts +4 -4
- package/libs/africanies-ui/src/lib/avatar/avatar-menu.component.ts +2 -2
- package/libs/africanies-ui/src/lib/button/button.component.spec.ts +7 -7
- package/libs/africanies-ui/src/lib/button/button.component.ts +5 -5
- package/libs/africanies-ui/src/lib/chip/chip.component.ts +4 -4
- package/libs/africanies-ui/src/lib/content-stack/content-stack.component.ts +1 -1
- package/libs/africanies-ui/src/lib/feedback/error-indicator.component.ts +3 -3
- package/libs/africanies-ui/src/lib/feedback/error-state.component.ts +2 -2
- package/libs/africanies-ui/src/lib/filters/filter-drawer.panel.ts +44 -27
- package/libs/africanies-ui/src/lib/forms/checkbox/checkbox.component.ts +2 -1
- package/libs/africanies-ui/src/lib/forms/file-upload/file-preview.dialog.ts +1 -1
- package/libs/africanies-ui/src/lib/forms/file-upload/file-upload.component.ts +1 -1
- package/libs/africanies-ui/src/lib/forms/form-field.classes.ts +36 -6
- package/libs/africanies-ui/src/lib/forms/otp-input/otp-input.component.ts +2 -1
- package/libs/africanies-ui/src/lib/forms/radio/radio.component.ts +2 -1
- package/libs/africanies-ui/src/lib/forms/select/select.component.ts +1 -1
- package/libs/africanies-ui/src/lib/forms/toggle/toggle.component.ts +1 -1
- package/libs/africanies-ui/src/lib/image/image.component.ts +1 -1
- package/libs/africanies-ui/src/lib/info-popover/info-popover.component.ts +2 -2
- package/libs/africanies-ui/src/lib/layout/app-shell-content-header.component.ts +1 -1
- package/libs/africanies-ui/src/lib/layout/app-shell-header.component.ts +5 -5
- package/libs/africanies-ui/src/lib/layout/app-shell.component.html +2 -2
- package/libs/africanies-ui/src/lib/layout/app-shell.component.ts +3 -3
- package/libs/africanies-ui/src/lib/navigation/shipping-mode-switch/shipping-mode-switch.component.ts +6 -6
- package/libs/africanies-ui/src/lib/navigation/side-nav/africanies-side-nav.component.html +21 -13
- package/libs/africanies-ui/src/lib/navigation/side-nav/africanies-side-nav.component.ts +13 -7
- package/libs/africanies-ui/src/lib/notifications/notification-drawer.panel.ts +6 -6
- package/libs/africanies-ui/src/lib/overlay/confirm-dialog.component.ts +2 -2
- package/libs/africanies-ui/src/lib/overlay/drawer.service.ts +2 -2
- package/libs/africanies-ui/src/lib/overlay/modal.service.ts +3 -3
- package/libs/africanies-ui/src/lib/overlay/overlay-frame.component.ts +1 -1
- package/libs/africanies-ui/src/lib/pagination/pagination.component.ts +1 -1
- package/libs/africanies-ui/src/lib/stepper/stepper.component.ts +7 -7
- package/libs/africanies-ui/src/lib/table/table-column.ts +9 -0
- package/libs/africanies-ui/src/lib/table/table.component.spec.ts +99 -0
- package/libs/africanies-ui/src/lib/table/table.component.ts +72 -30
- package/libs/africanies-ui/src/lib/toast/toast-item.component.ts +6 -6
- package/package.json +1 -1
- package/svg/hand-coins.svg +9 -0
- package/.nx/cache/12276756491762927325/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs +0 -215
- package/.nx/cache/12276756491762927325/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs.map +0 -1
- package/.nx/cache/12276756491762927325/dist/libs/africanies-theme/tailwind-preset.cjs +0 -245
- package/.nx/cache/12276756491762927325/dist/libs/africanies-theme/types/africanies-africanies-theme.d.ts +0 -157
- package/.nx/cache/17491371155400585077/dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs.map +0 -1
- package/.nx/cache/17499961385238663835/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map +0 -1
- package/.nx/cache/3314955264390318442/dist/libs/africanies-ui/README.md +0 -68
- package/.nx/cache/3314955264390318442/dist/libs/africanies-ui/assets/brand/africanies-logo-mini.png +0 -0
- package/.nx/cache/3314955264390318442/dist/libs/africanies-ui/assets/brand/africanies-logo.png +0 -0
- package/.nx/cache/3314955264390318442/dist/libs/africanies-ui/assets/brand/africanies-logo.svg +0 -5
- package/.nx/cache/3314955264390318442/dist/libs/africanies-ui/assets/carriers/dhl.svg +0 -7
- package/.nx/cache/3314955264390318442/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs +0 -19291
- package/.nx/cache/3314955264390318442/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map +0 -1
- package/.nx/cache/3314955264390318442/dist/libs/africanies-ui/package.json +0 -35
- package/.nx/cache/3314955264390318442/dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts +0 -5483
- package/.nx/cache/4082520855419352840/dist/libs/africanies-theme/README.md +0 -46
- package/.nx/cache/4082520855419352840/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs.map +0 -1
- package/.nx/cache/4082520855419352840/dist/libs/africanies-theme/package.json +0 -35
- package/.nx/cache/terminalOutputs/17499961385238663835 +0 -21
- package/.nx/cache/terminalOutputs/3017748574492080228 +0 -28
- /package/.nx/cache/{12276756491762927325 → 15302120112746851896}/dist/libs/africanies-theme/README.md +0 -0
- /package/.nx/cache/{12276756491762927325 → 15302120112746851896}/dist/libs/africanies-theme/package.json +0 -0
- /package/.nx/cache/{17491371155400585077 → 18393832731522001121}/dist/libs/africanies-core/README.md +0 -0
- /package/.nx/cache/{17491371155400585077 → 18393832731522001121}/dist/libs/africanies-core/package.json +0 -0
- /package/.nx/cache/{17499961385238663835 → 9406544675747598148}/dist/libs/africanies-ui/README.md +0 -0
- /package/.nx/cache/{17499961385238663835 → 9406544675747598148}/dist/libs/africanies-ui/assets/brand/africanies-logo-mini.png +0 -0
- /package/.nx/cache/{17499961385238663835 → 9406544675747598148}/dist/libs/africanies-ui/assets/brand/africanies-logo.png +0 -0
- /package/.nx/cache/{17499961385238663835 → 9406544675747598148}/dist/libs/africanies-ui/assets/brand/africanies-logo.svg +0 -0
- /package/.nx/cache/{17499961385238663835 → 9406544675747598148}/dist/libs/africanies-ui/assets/carriers/dhl.svg +0 -0
- /package/.nx/cache/{17499961385238663835 → 9406544675747598148}/dist/libs/africanies-ui/package.json +0 -0
- /package/.nx/cache/terminalOutputs/{16279119293212733518 → 14005735098959303198} +0 -0
|
@@ -27821,3 +27821,2356 @@ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-applypatch
|
|
|
27821
27821
|
DEBUG nx::native::watch::watcher: [update] .husky/_/h
|
|
27822
27822
|
DEBUG nx::native::watch::watcher: [update] .husky/_/applypatch-msg
|
|
27823
27823
|
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:35.403Z - [WATCHER]: Processing file changes in outputs
|
|
27824
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:51.825Z - [Messenger] Sending message type: GET_CONFIGURE_AI_AGENTS_STATUS
|
|
27825
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:51.825Z - [Messenger] Message sent
|
|
27826
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:51.826Z - Received raw message of length 41
|
|
27827
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:51.826Z - Received json message of type GET_CONFIGURE_AI_AGENTS_STATUS
|
|
27828
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:51.826Z - [AI-AGENTS]: Returning cached agent configuration status
|
|
27829
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:51.826Z - Serializing response for GET_CONFIGURE_AI_AGENTS_STATUS message in json mode
|
|
27830
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:51.826Z - Responding to GET_CONFIGURE_AI_AGENTS_STATUS message
|
|
27831
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:51.826Z - [REQUEST]: Responding to the client. handleGetConfigureAiAgentsStatus
|
|
27832
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:51.826Z - Done responding to the client handleGetConfigureAiAgentsStatus
|
|
27833
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:51.827Z - Handled json message GET_CONFIGURE_AI_AGENTS_STATUS. Handling time: 0. Response time: 1.
|
|
27834
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:51.827Z - [Messenger] Received message, length: 341
|
|
27835
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.220Z - Established a connection. Number of open connections: 3
|
|
27836
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.223Z - Established a connection. Number of open connections: 4
|
|
27837
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.223Z - Closed a connection. Number of open connections: 3
|
|
27838
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:12.223Z - [Messenger] Setting up socket listeners
|
|
27839
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.223Z - Established a connection. Number of open connections: 4
|
|
27840
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.223Z - Closed a connection. Number of open connections: 3
|
|
27841
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:12.224Z - [Messenger] listen() complete
|
|
27842
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:12.235Z - [Messenger] Sending message type: GET_NX_CONSOLE_STATUS
|
|
27843
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:12.235Z - [Messenger] Message sent
|
|
27844
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.237Z - Received raw message of length 4456
|
|
27845
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.237Z - Received json message of type GET_NX_CONSOLE_STATUS
|
|
27846
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.238Z - Graph recompute necessary due to env variable refresh. Changed keys: COLOR, GIT_AUTHOR_DATE, GIT_NO_REPLACE_OBJECTS, GIT_SSH_COMMAND
|
|
27847
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.238Z - Serializing response for GET_NX_CONSOLE_STATUS message in json mode
|
|
27848
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.238Z - Responding to GET_NX_CONSOLE_STATUS message
|
|
27849
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.239Z - [REQUEST]: Responding to the client. handleGetNxConsoleStatus
|
|
27850
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.239Z - Done responding to the client handleGetNxConsoleStatus
|
|
27851
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.239Z - Handled json message GET_NX_CONSOLE_STATUS. Handling time: 0. Response time: 1.
|
|
27852
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:12.239Z - [Messenger] Received message, length: 22
|
|
27853
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:12.298Z - [Messenger] Sending message type: REQUEST_PROJECT_GRAPH
|
|
27854
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:12.298Z - [Messenger] Message sent
|
|
27855
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.299Z - Received raw message of length 32
|
|
27856
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.299Z - Received json message of type REQUEST_PROJECT_GRAPH
|
|
27857
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.299Z - [REQUEST]: Client Request for Project Graph Received
|
|
27858
|
+
DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=65.822959ms
|
|
27859
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.369Z - No in-memory cached project graph found. Recomputing it...
|
|
27860
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.369Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
|
|
27861
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.369Z - [REQUEST]:
|
|
27862
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.369Z - [REQUEST]:
|
|
27863
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.378Z - Streaming message to client: progress update for topic graph-construction
|
|
27864
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:12.378Z - [Messenger] Received message, length: 47
|
|
27865
|
+
[plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
|
|
27866
|
+
[isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 43005, socket: /private/tmp/plugin39643-6-241151.231291.sock)
|
|
27867
|
+
[plugin-client] restarting worker for "nx/core/package-json"
|
|
27868
|
+
[isolated-plugin] spawned worker for "nx/core/package-json" (pid: 43006, socket: /private/tmp/plugin39643-7-241153.333625.sock)
|
|
27869
|
+
[plugin-client] restarting worker for "nx/core/project-json"
|
|
27870
|
+
[isolated-plugin] spawned worker for "nx/core/project-json" (pid: 43007, socket: /private/tmp/plugin39643-8-241153.829291.sock)
|
|
27871
|
+
[plugin-worker] "nx/core/package-json" (pid: 43006) listening on /private/tmp/plugin39643-7-241153.333625.sock
|
|
27872
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 43005) listening on /private/tmp/plugin39643-6-241151.231291.sock
|
|
27873
|
+
[plugin-worker] "nx/core/project-json" (pid: 43007) listening on /private/tmp/plugin39643-8-241153.829291.sock
|
|
27874
|
+
Time taken for 'plugin worker 43006 code loading' 224.96583299999998ms
|
|
27875
|
+
Time taken for 'plugin worker 43005 code loading' 225.06270899999998ms
|
|
27876
|
+
Time taken for 'plugin worker 43007 code loading' 224.67700000000002ms
|
|
27877
|
+
[isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 43005)
|
|
27878
|
+
[isolated-plugin] connected to worker for "nx/core/package-json" (pid: 43006)
|
|
27879
|
+
[isolated-plugin] connected to worker for "nx/core/project-json" (pid: 43007)
|
|
27880
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.667Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 285.5341250000056ms
|
|
27881
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.667Z - Time taken for 'start-plugin-worker:nx/core/package-json' 284.85812499999884ms
|
|
27882
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.667Z - Time taken for 'start-plugin-worker:nx/core/project-json' 285.0650000000023ms
|
|
27883
|
+
[plugin-worker] "nx/core/project-json" (pid: 43007) connected
|
|
27884
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 43005) connected
|
|
27885
|
+
[plugin-worker] "nx/core/package-json" (pid: 43006) connected
|
|
27886
|
+
[plugin-worker] "nx/core/project-json" (pid: 43007) loaded successfully
|
|
27887
|
+
[plugin-worker] "nx/core/package-json" (pid: 43006) loaded successfully
|
|
27888
|
+
Time taken for 'nx/core/project-json:createNodes' 3.065332999999953ms
|
|
27889
|
+
[isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
|
|
27890
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.676Z - Streaming message to client: progress update for topic graph-construction
|
|
27891
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:12.676Z - [Messenger] Received message, length: 153
|
|
27892
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 43005) loaded successfully
|
|
27893
|
+
[isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
|
|
27894
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.684Z - Streaming message to client: progress update for topic graph-construction
|
|
27895
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:12.684Z - [Messenger] Received message, length: 112
|
|
27896
|
+
Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 7.735708999999986ms
|
|
27897
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.691Z - Streaming message to client: progress update for topic graph-construction
|
|
27898
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:12.691Z - [Messenger] Received message, length: 47
|
|
27899
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.705Z - Streaming message to client: progress update for topic graph-construction
|
|
27900
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:12.705Z - [Messenger] Received message, length: 47
|
|
27901
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.706Z - Time taken for 'build-project-configs' 316.5969159999804ms
|
|
27902
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.706Z - Time taken for 'createNodes:merge' 2.9229579999810085ms
|
|
27903
|
+
Time taken for 'build typescript dependencies' 0.11941699999999855ms
|
|
27904
|
+
[isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
|
|
27905
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.715Z - Streaming message to client: progress update for topic graph-construction
|
|
27906
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:12.715Z - [Messenger] Received message, length: 47
|
|
27907
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.721Z - [SYNC]: collect registered sync generators
|
|
27908
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.721Z - [SYNC]: project graph hash is the same, not collecting task sync generators
|
|
27909
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.722Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
|
|
27910
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.731Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
|
|
27911
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.731Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
|
|
27912
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.733Z - Responding to PROJECT_GRAPH_UPDATED message
|
|
27913
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.733Z - [REQUEST]: Responding to the client. Project graph updated
|
|
27914
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.734Z - Serializing response for REQUEST_PROJECT_GRAPH message in json mode
|
|
27915
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.734Z - Responding to REQUEST_PROJECT_GRAPH message
|
|
27916
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.734Z - [REQUEST]: Responding to the client. project-graph
|
|
27917
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.734Z - Time taken for 'total for creating and serializing project graph' 435.0064169999969ms
|
|
27918
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.734Z - Time taken for 'total execution time for createProjectGraph()' 20.147125000017695ms
|
|
27919
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.734Z - Time taken for 'createDependencies' 13.874125000002095ms
|
|
27920
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.734Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 13.673375000013039ms
|
|
27921
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.734Z - Time taken for 'createMetadata' 0.014834000001428649ms
|
|
27922
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.734Z - Time taken for 'serialize graph' 1.9052500000107102ms
|
|
27923
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.734Z - Time taken for 'write cache' 9.425999999977648ms
|
|
27924
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.748Z - Done responding to the client project-graph
|
|
27925
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.749Z - Handled json message REQUEST_PROJECT_GRAPH. Handling time: 435. Response time: 15.
|
|
27926
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:12.749Z - [Messenger] Received message, length: 895604
|
|
27927
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:12.756Z - [Messenger] Sending message type: PRE_TASKS_EXECUTION
|
|
27928
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:12.756Z - [Messenger] Message sent
|
|
27929
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.756Z - Received raw message of length 2088
|
|
27930
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.756Z - Received json message of type PRE_TASKS_EXECUTION
|
|
27931
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.756Z - Serializing response for PRE_TASKS_EXECUTION message in json mode
|
|
27932
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.756Z - Responding to PRE_TASKS_EXECUTION message
|
|
27933
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.756Z - [REQUEST]: Responding to the client. handleRunPreTasksExecution
|
|
27934
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.756Z - Done responding to the client handleRunPreTasksExecution
|
|
27935
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.756Z - Handled json message PRE_TASKS_EXECUTION. Handling time: 0. Response time: 0.
|
|
27936
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:12.756Z - [Messenger] Received message, length: 2
|
|
27937
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.756Z - Time taken for 'preTasksExecution' 0.28800000000046566ms
|
|
27938
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.757Z - Done responding to the client Project graph updated
|
|
27939
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.757Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 9. Response time: 26.
|
|
27940
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:12.759Z - [Messenger] Received message, length: 895597
|
|
27941
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:12.801Z - [Messenger] Sending message type: HASH_TASKS
|
|
27942
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:12.801Z - [Messenger] Message sent
|
|
27943
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.804Z - Received raw message of length 42223
|
|
27944
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.804Z - Received json message of type HASH_TASKS
|
|
27945
|
+
DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=61.69175ms
|
|
27946
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.866Z - Reusing in-memory cached project graph because no files changed.
|
|
27947
|
+
DEBUG nx::native::tasks::hash_planner: get_plans_internal COMPLETED in 12.146833ms - processed 6 tasks (setup: 7.099125ms, parallel_planning: 5.033708ms, pool: 1031 unique instructions)
|
|
27948
|
+
DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "8520130568453209191" (".gitignore") to hash
|
|
27949
|
+
DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "2425668806101952406" ("nx.json") to hash
|
|
27950
|
+
DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Hash Value: "17385814077483807182"
|
|
27951
|
+
DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "6605332246132408965" ("eslint.config.mjs") to hash
|
|
27952
|
+
DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Hash Value: "17732202739991855709"
|
|
27953
|
+
DEBUG nx::native::tasks::task_hasher: hash_plans COMPLETED in 10.050666ms - processed 6 plans (setup: 664.625µs, hashing: 9.384125ms, assembly: 5.327292ms)
|
|
27954
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.902Z - Serializing response for HASH_TASKS message in json mode
|
|
27955
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.904Z - Responding to HASH_TASKS message
|
|
27956
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.904Z - [REQUEST]: Responding to the client. handleHashTasks
|
|
27957
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.915Z - Done responding to the client handleHashTasks
|
|
27958
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.915Z - Handled json message HASH_TASKS. Handling time: 98. Response time: 13.
|
|
27959
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:12.915Z - [Messenger] Received message, length: 288896
|
|
27960
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:12.974Z - [Messenger] Sending message type: GET_ESTIMATED_TASK_TIMINGS
|
|
27961
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:12.975Z - [Messenger] Message sent
|
|
27962
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.975Z - Received raw message of length 330
|
|
27963
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.975Z - Received json message of type GET_ESTIMATED_TASK_TIMINGS
|
|
27964
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.978Z - Serializing response for GET_ESTIMATED_TASK_TIMINGS message in json mode
|
|
27965
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.978Z - Responding to GET_ESTIMATED_TASK_TIMINGS message
|
|
27966
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.978Z - [REQUEST]: Responding to the client. handleGetEstimatedTaskTimings
|
|
27967
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.978Z - Done responding to the client handleGetEstimatedTaskTimings
|
|
27968
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:12.978Z - Handled json message GET_ESTIMATED_TASK_TIMINGS. Handling time: 3. Response time: 0.
|
|
27969
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:12.978Z - [Messenger] Received message, length: 208
|
|
27970
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:13.781Z - Established a connection. Number of open connections: 4
|
|
27971
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:13.782Z - [Messenger] Sending message type: GET_CONTEXT_FILE_DATA
|
|
27972
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:13.782Z - [Messenger] Message sent
|
|
27973
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:13.783Z - Received raw message of length 32
|
|
27974
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:13.783Z - Received json message of type GET_CONTEXT_FILE_DATA
|
|
27975
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:13.785Z - Serializing response for GET_CONTEXT_FILE_DATA message in json mode
|
|
27976
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:13.785Z - Responding to GET_CONTEXT_FILE_DATA message
|
|
27977
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:13.786Z - [REQUEST]: Responding to the client. handleContextFileData
|
|
27978
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:13.786Z - Closed a connection. Number of open connections: 3
|
|
27979
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:13.786Z - Done responding to the client handleContextFileData
|
|
27980
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:13.786Z - Handled json message GET_CONTEXT_FILE_DATA. Handling time: 1. Response time: 1.
|
|
27981
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:13.787Z - [Messenger] Received message, length: 86962
|
|
27982
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:14.369Z - [ProjectGraphListener] Socket closed, triggering reconnection
|
|
27983
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:14.369Z - Closed a connection. Number of open connections: 2
|
|
27984
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:14.371Z - [Messenger] Setting up socket listeners
|
|
27985
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:14.371Z - [Messenger] listen() complete
|
|
27986
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:14.371Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
|
|
27987
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:14.371Z - Established a connection. Number of open connections: 3
|
|
27988
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:14.371Z - [Messenger] Message sent
|
|
27989
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:14.371Z - Established a connection. Number of open connections: 4
|
|
27990
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:14.371Z - Closed a connection. Number of open connections: 3
|
|
27991
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:14.371Z - Received raw message of length 42
|
|
27992
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:14.371Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
|
|
27993
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:16.630Z - [Messenger] Sending message type: RECORD_TASK_RUNS
|
|
27994
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:16.631Z - [Messenger] Message sent
|
|
27995
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:16.631Z - Received raw message of length 1173
|
|
27996
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:16.633Z - Received json message of type RECORD_TASK_RUNS
|
|
27997
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:16.680Z - Serializing response for RECORD_TASK_RUNS message in json mode
|
|
27998
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:16.680Z - Responding to RECORD_TASK_RUNS message
|
|
27999
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:16.680Z - [REQUEST]: Responding to the client. handleRecordTaskRuns
|
|
28000
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:16.680Z - Done responding to the client handleRecordTaskRuns
|
|
28001
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:16.680Z - Handled json message RECORD_TASK_RUNS. Handling time: 47. Response time: 0.
|
|
28002
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:16.680Z - [Messenger] Received message, length: 4
|
|
28003
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:16.681Z - [Messenger] Sending message type: GET_FLAKY_TASKS
|
|
28004
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:16.681Z - [Messenger] Message sent
|
|
28005
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:16.682Z - Received raw message of length 169
|
|
28006
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:16.682Z - Received json message of type GET_FLAKY_TASKS
|
|
28007
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:16.683Z - Serializing response for GET_FLAKY_TASKS message in json mode
|
|
28008
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:16.683Z - Responding to GET_FLAKY_TASKS message
|
|
28009
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:16.683Z - [REQUEST]: Responding to the client. handleGetFlakyTasks
|
|
28010
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:16.683Z - Done responding to the client handleGetFlakyTasks
|
|
28011
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:16.683Z - Handled json message GET_FLAKY_TASKS. Handling time: 1. Response time: 0.
|
|
28012
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:16.683Z - [Messenger] Received message, length: 2
|
|
28013
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:19.672Z - [Messenger] Sending message type: GET_CONFIGURE_AI_AGENTS_STATUS
|
|
28014
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:19.672Z - [Messenger] Message sent
|
|
28015
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:19.673Z - Established a connection. Number of open connections: 4
|
|
28016
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:19.673Z - Received raw message of length 41
|
|
28017
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:19.673Z - Received json message of type GET_CONFIGURE_AI_AGENTS_STATUS
|
|
28018
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:19.673Z - [AI-AGENTS]: Returning cached agent configuration status
|
|
28019
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:19.673Z - Serializing response for GET_CONFIGURE_AI_AGENTS_STATUS message in json mode
|
|
28020
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:19.673Z - Responding to GET_CONFIGURE_AI_AGENTS_STATUS message
|
|
28021
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:19.673Z - [REQUEST]: Responding to the client. handleGetConfigureAiAgentsStatus
|
|
28022
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:19.673Z - Done responding to the client handleGetConfigureAiAgentsStatus
|
|
28023
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:19.673Z - Handled json message GET_CONFIGURE_AI_AGENTS_STATUS. Handling time: 0. Response time: 0.
|
|
28024
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:19.673Z - [Messenger] Received message, length: 341
|
|
28025
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:19.674Z - Closed a connection. Number of open connections: 3
|
|
28026
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:19.674Z - [Messenger] Sending message type: POST_TASKS_EXECUTION
|
|
28027
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:19.677Z - [Messenger] Message sent
|
|
28028
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:19.678Z - Received raw message of length 321514
|
|
28029
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:19.680Z - Received json message of type POST_TASKS_EXECUTION
|
|
28030
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:19.681Z - Serializing response for POST_TASKS_EXECUTION message in json mode
|
|
28031
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:19.681Z - Responding to POST_TASKS_EXECUTION message
|
|
28032
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:19.681Z - [REQUEST]: Responding to the client. handleRunPostTasksExecution
|
|
28033
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:19.681Z - Done responding to the client handleRunPostTasksExecution
|
|
28034
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:19.681Z - Handled json message POST_TASKS_EXECUTION. Handling time: 1. Response time: 0.
|
|
28035
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:19.681Z - [Messenger] Received message, length: 4
|
|
28036
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:19.681Z - Time taken for 'postTasksExecution' 0.2622080000001006ms
|
|
28037
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:19.698Z - Closed a connection. Number of open connections: 2
|
|
28038
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.181Z - Established a connection. Number of open connections: 3
|
|
28039
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.182Z - Closed a connection. Number of open connections: 2
|
|
28040
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.183Z - Established a connection. Number of open connections: 3
|
|
28041
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.183Z - Closed a connection. Number of open connections: 2
|
|
28042
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.183Z - Established a connection. Number of open connections: 3
|
|
28043
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:26.183Z - [Messenger] Setting up socket listeners
|
|
28044
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:26.184Z - [Messenger] listen() complete
|
|
28045
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:26.194Z - [Messenger] Sending message type: GET_NX_CONSOLE_STATUS
|
|
28046
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:26.194Z - [Messenger] Message sent
|
|
28047
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.200Z - Received raw message of length 4456
|
|
28048
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.201Z - Received json message of type GET_NX_CONSOLE_STATUS
|
|
28049
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.202Z - Graph recompute necessary due to env variable refresh. Changed keys: GIT_AUTHOR_DATE
|
|
28050
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.203Z - Serializing response for GET_NX_CONSOLE_STATUS message in json mode
|
|
28051
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.203Z - Responding to GET_NX_CONSOLE_STATUS message
|
|
28052
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.203Z - [REQUEST]: Responding to the client. handleGetNxConsoleStatus
|
|
28053
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.203Z - Done responding to the client handleGetNxConsoleStatus
|
|
28054
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.203Z - Handled json message GET_NX_CONSOLE_STATUS. Handling time: 0. Response time: 0.
|
|
28055
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:26.204Z - [Messenger] Received message, length: 22
|
|
28056
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:26.261Z - [Messenger] Sending message type: REQUEST_PROJECT_GRAPH
|
|
28057
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:26.261Z - [Messenger] Message sent
|
|
28058
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.261Z - Received raw message of length 32
|
|
28059
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.261Z - Received json message of type REQUEST_PROJECT_GRAPH
|
|
28060
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.261Z - [REQUEST]: Client Request for Project Graph Received
|
|
28061
|
+
DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=66.052625ms
|
|
28062
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.328Z - No in-memory cached project graph found. Recomputing it...
|
|
28063
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.328Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
|
|
28064
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.328Z - [REQUEST]:
|
|
28065
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.328Z - [REQUEST]:
|
|
28066
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.329Z - Streaming message to client: progress update for topic graph-construction
|
|
28067
|
+
[plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
|
|
28068
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:26.329Z - [Messenger] Received message, length: 47
|
|
28069
|
+
[isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 43351, socket: /private/tmp/plugin39643-9-255103.056916.sock)
|
|
28070
|
+
[plugin-client] restarting worker for "nx/core/package-json"
|
|
28071
|
+
[isolated-plugin] spawned worker for "nx/core/package-json" (pid: 43352, socket: /private/tmp/plugin39643-10-255104.554166.sock)
|
|
28072
|
+
[plugin-client] restarting worker for "nx/core/project-json"
|
|
28073
|
+
[isolated-plugin] spawned worker for "nx/core/project-json" (pid: 43353, socket: /private/tmp/plugin39643-11-255105.189833.sock)
|
|
28074
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 43351) listening on /private/tmp/plugin39643-9-255103.056916.sock
|
|
28075
|
+
[plugin-worker] "nx/core/project-json" (pid: 43353) listening on /private/tmp/plugin39643-11-255105.189833.sock
|
|
28076
|
+
[plugin-worker] "nx/core/package-json" (pid: 43352) listening on /private/tmp/plugin39643-10-255104.554166.sock
|
|
28077
|
+
Time taken for 'plugin worker 43351 code loading' 141.134916ms
|
|
28078
|
+
Time taken for 'plugin worker 43353 code loading' 145.65116700000002ms
|
|
28079
|
+
Time taken for 'plugin worker 43352 code loading' 146.07075ms
|
|
28080
|
+
[isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 43351)
|
|
28081
|
+
[isolated-plugin] connected to worker for "nx/core/package-json" (pid: 43352)
|
|
28082
|
+
[isolated-plugin] connected to worker for "nx/core/project-json" (pid: 43353)
|
|
28083
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.525Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 193.9668749999837ms
|
|
28084
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.525Z - Time taken for 'start-plugin-worker:nx/core/package-json' 192.87866700001177ms
|
|
28085
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.525Z - Time taken for 'start-plugin-worker:nx/core/project-json' 192.63858299999265ms
|
|
28086
|
+
[plugin-worker] "nx/core/project-json" (pid: 43353) connected
|
|
28087
|
+
[plugin-worker] "nx/core/package-json" (pid: 43352) connected
|
|
28088
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 43351) connected
|
|
28089
|
+
[plugin-worker] "nx/core/project-json" (pid: 43353) loaded successfully
|
|
28090
|
+
[plugin-worker] "nx/core/package-json" (pid: 43352) loaded successfully
|
|
28091
|
+
Time taken for 'nx/core/project-json:createNodes' 1.8607920000000036ms
|
|
28092
|
+
[isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
|
|
28093
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.531Z - Streaming message to client: progress update for topic graph-construction
|
|
28094
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:26.531Z - [Messenger] Received message, length: 153
|
|
28095
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 43351) loaded successfully
|
|
28096
|
+
[isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
|
|
28097
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.541Z - Streaming message to client: progress update for topic graph-construction
|
|
28098
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:26.541Z - [Messenger] Received message, length: 112
|
|
28099
|
+
Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 6.99362499999998ms
|
|
28100
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.548Z - Streaming message to client: progress update for topic graph-construction
|
|
28101
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:26.548Z - [Messenger] Received message, length: 47
|
|
28102
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.557Z - Streaming message to client: progress update for topic graph-construction
|
|
28103
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:26.557Z - [Messenger] Received message, length: 47
|
|
28104
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.559Z - Time taken for 'build-project-configs' 221.96270799997728ms
|
|
28105
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.559Z - Time taken for 'createNodes:merge' 2.8940419999998994ms
|
|
28106
|
+
Time taken for 'build typescript dependencies' 0.11687499999999318ms
|
|
28107
|
+
[isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
|
|
28108
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.569Z - Streaming message to client: progress update for topic graph-construction
|
|
28109
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:26.570Z - [Messenger] Received message, length: 47
|
|
28110
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.576Z - [SYNC]: collect registered sync generators
|
|
28111
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.577Z - [SYNC]: project graph hash is the same, not collecting task sync generators
|
|
28112
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.577Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
|
|
28113
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.581Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
|
|
28114
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.581Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
|
|
28115
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.584Z - Responding to PROJECT_GRAPH_UPDATED message
|
|
28116
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.584Z - [REQUEST]: Responding to the client. Project graph updated
|
|
28117
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.584Z - Serializing response for REQUEST_PROJECT_GRAPH message in json mode
|
|
28118
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.584Z - Responding to REQUEST_PROJECT_GRAPH message
|
|
28119
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.584Z - [REQUEST]: Responding to the client. project-graph
|
|
28120
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.584Z - Time taken for 'total for creating and serializing project graph' 323.06750000000466ms
|
|
28121
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.584Z - Time taken for 'total execution time for createProjectGraph()' 21.53170799999498ms
|
|
28122
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.584Z - Time taken for 'createDependencies' 16.76387500000419ms
|
|
28123
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.585Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 16.230042000010144ms
|
|
28124
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.585Z - Time taken for 'createMetadata' 0.01454200001899153ms
|
|
28125
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.585Z - Time taken for 'serialize graph' 1.9604160000162665ms
|
|
28126
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.585Z - Time taken for 'write cache' 4.571041999995941ms
|
|
28127
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.592Z - Done responding to the client Project graph updated
|
|
28128
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.592Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 4. Response time: 11.
|
|
28129
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.593Z - Done responding to the client project-graph
|
|
28130
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.593Z - Handled json message REQUEST_PROJECT_GRAPH. Handling time: 323. Response time: 9.
|
|
28131
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:26.593Z - [Messenger] Received message, length: 895604
|
|
28132
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:26.598Z - [Messenger] Sending message type: PRE_TASKS_EXECUTION
|
|
28133
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:26.598Z - [Messenger] Message sent
|
|
28134
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.598Z - Received raw message of length 2087
|
|
28135
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.598Z - Received json message of type PRE_TASKS_EXECUTION
|
|
28136
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.599Z - Serializing response for PRE_TASKS_EXECUTION message in json mode
|
|
28137
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.599Z - Responding to PRE_TASKS_EXECUTION message
|
|
28138
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.599Z - [REQUEST]: Responding to the client. handleRunPreTasksExecution
|
|
28139
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.599Z - Done responding to the client handleRunPreTasksExecution
|
|
28140
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.599Z - Handled json message PRE_TASKS_EXECUTION. Handling time: 0. Response time: 0.
|
|
28141
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:26.599Z - [Messenger] Received message, length: 2
|
|
28142
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.599Z - Time taken for 'preTasksExecution' 0.14824999999837019ms
|
|
28143
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:26.599Z - [Messenger] Received message, length: 895597
|
|
28144
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:26.631Z - [Messenger] Sending message type: HASH_TASKS
|
|
28145
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:26.631Z - [Messenger] Message sent
|
|
28146
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.633Z - Received raw message of length 42223
|
|
28147
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.634Z - Received json message of type HASH_TASKS
|
|
28148
|
+
DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=80.451375ms
|
|
28149
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.714Z - Reusing in-memory cached project graph because no files changed.
|
|
28150
|
+
DEBUG nx::native::tasks::hash_planner: get_plans_internal COMPLETED in 9.058833ms - processed 6 tasks (setup: 5.740208ms, parallel_planning: 3.306083ms, pool: 1031 unique instructions)
|
|
28151
|
+
DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "8520130568453209191" (".gitignore") to hash
|
|
28152
|
+
DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "6605332246132408965" ("eslint.config.mjs") to hash
|
|
28153
|
+
DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "2425668806101952406" ("nx.json") to hash
|
|
28154
|
+
DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Hash Value: "17385814077483807182"
|
|
28155
|
+
DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Hash Value: "17732202739991855709"
|
|
28156
|
+
DEBUG nx::native::tasks::task_hasher: hash_plans COMPLETED in 9.554334ms - processed 6 plans (setup: 313.417µs, hashing: 9.240084ms, assembly: 5.33875ms)
|
|
28157
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.743Z - Serializing response for HASH_TASKS message in json mode
|
|
28158
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.744Z - Responding to HASH_TASKS message
|
|
28159
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.744Z - [REQUEST]: Responding to the client. handleHashTasks
|
|
28160
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.754Z - Done responding to the client handleHashTasks
|
|
28161
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.755Z - Handled json message HASH_TASKS. Handling time: 109. Response time: 12.
|
|
28162
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:26.754Z - [Messenger] Received message, length: 288896
|
|
28163
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:26.796Z - [Messenger] Sending message type: GET_ESTIMATED_TASK_TIMINGS
|
|
28164
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:26.797Z - [Messenger] Message sent
|
|
28165
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.797Z - Received raw message of length 330
|
|
28166
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.797Z - Received json message of type GET_ESTIMATED_TASK_TIMINGS
|
|
28167
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.797Z - Serializing response for GET_ESTIMATED_TASK_TIMINGS message in json mode
|
|
28168
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.797Z - Responding to GET_ESTIMATED_TASK_TIMINGS message
|
|
28169
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.797Z - [REQUEST]: Responding to the client. handleGetEstimatedTaskTimings
|
|
28170
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.798Z - Done responding to the client handleGetEstimatedTaskTimings
|
|
28171
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:26.798Z - Handled json message GET_ESTIMATED_TASK_TIMINGS. Handling time: 0. Response time: 1.
|
|
28172
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:26.798Z - [Messenger] Received message, length: 208
|
|
28173
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:27.610Z - [Messenger] Sending message type: GET_CONTEXT_FILE_DATA
|
|
28174
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:27.610Z - [Messenger] Message sent
|
|
28175
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:27.610Z - Established a connection. Number of open connections: 4
|
|
28176
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:27.611Z - Received raw message of length 32
|
|
28177
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:27.611Z - Received json message of type GET_CONTEXT_FILE_DATA
|
|
28178
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:27.612Z - Serializing response for GET_CONTEXT_FILE_DATA message in json mode
|
|
28179
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:27.613Z - Responding to GET_CONTEXT_FILE_DATA message
|
|
28180
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:27.613Z - [REQUEST]: Responding to the client. handleContextFileData
|
|
28181
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:27.613Z - Closed a connection. Number of open connections: 3
|
|
28182
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:27.613Z - Done responding to the client handleContextFileData
|
|
28183
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:27.613Z - [Messenger] Received message, length: 86962
|
|
28184
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:27.613Z - Handled json message GET_CONTEXT_FILE_DATA. Handling time: 0. Response time: 1.
|
|
28185
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:27.993Z - [ProjectGraphListener] Socket closed, triggering reconnection
|
|
28186
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:27.993Z - Closed a connection. Number of open connections: 2
|
|
28187
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:27.994Z - Established a connection. Number of open connections: 3
|
|
28188
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:27.994Z - [Messenger] Setting up socket listeners
|
|
28189
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:27.995Z - Established a connection. Number of open connections: 4
|
|
28190
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:27.995Z - [Messenger] listen() complete
|
|
28191
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:27.995Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
|
|
28192
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:27.995Z - [Messenger] Message sent
|
|
28193
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:27.995Z - Closed a connection. Number of open connections: 3
|
|
28194
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:27.996Z - Received raw message of length 42
|
|
28195
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:27.996Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
|
|
28196
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:29.636Z - [Messenger] Sending message type: RECORD_TASK_RUNS
|
|
28197
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:29.636Z - [Messenger] Message sent
|
|
28198
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:29.637Z - Received raw message of length 1173
|
|
28199
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:29.637Z - Received json message of type RECORD_TASK_RUNS
|
|
28200
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:29.639Z - Serializing response for RECORD_TASK_RUNS message in json mode
|
|
28201
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:29.639Z - Responding to RECORD_TASK_RUNS message
|
|
28202
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:29.639Z - [REQUEST]: Responding to the client. handleRecordTaskRuns
|
|
28203
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:29.639Z - Done responding to the client handleRecordTaskRuns
|
|
28204
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:29.639Z - Handled json message RECORD_TASK_RUNS. Handling time: 2. Response time: 0.
|
|
28205
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:29.639Z - [Messenger] Received message, length: 4
|
|
28206
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:29.639Z - [Messenger] Sending message type: GET_FLAKY_TASKS
|
|
28207
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:29.639Z - [Messenger] Message sent
|
|
28208
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:29.640Z - Received raw message of length 169
|
|
28209
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:29.640Z - Received json message of type GET_FLAKY_TASKS
|
|
28210
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:29.640Z - Serializing response for GET_FLAKY_TASKS message in json mode
|
|
28211
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:29.640Z - Responding to GET_FLAKY_TASKS message
|
|
28212
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:29.640Z - [REQUEST]: Responding to the client. handleGetFlakyTasks
|
|
28213
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:29.641Z - Done responding to the client handleGetFlakyTasks
|
|
28214
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:29.641Z - Handled json message GET_FLAKY_TASKS. Handling time: 0. Response time: 1.
|
|
28215
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:29.641Z - [Messenger] Received message, length: 2
|
|
28216
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:32.687Z - [Messenger] Sending message type: GET_CONFIGURE_AI_AGENTS_STATUS
|
|
28217
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:32.687Z - Established a connection. Number of open connections: 4
|
|
28218
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:32.687Z - [Messenger] Message sent
|
|
28219
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:32.688Z - Received raw message of length 41
|
|
28220
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:32.688Z - Received json message of type GET_CONFIGURE_AI_AGENTS_STATUS
|
|
28221
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:32.688Z - [AI-AGENTS]: Returning cached agent configuration status
|
|
28222
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:32.688Z - Serializing response for GET_CONFIGURE_AI_AGENTS_STATUS message in json mode
|
|
28223
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:32.689Z - Responding to GET_CONFIGURE_AI_AGENTS_STATUS message
|
|
28224
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:32.689Z - [REQUEST]: Responding to the client. handleGetConfigureAiAgentsStatus
|
|
28225
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:32.689Z - Done responding to the client handleGetConfigureAiAgentsStatus
|
|
28226
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:32.689Z - Handled json message GET_CONFIGURE_AI_AGENTS_STATUS. Handling time: 0. Response time: 1.
|
|
28227
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:32.689Z - Closed a connection. Number of open connections: 3
|
|
28228
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:32.689Z - [Messenger] Received message, length: 341
|
|
28229
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:32.690Z - [Messenger] Sending message type: POST_TASKS_EXECUTION
|
|
28230
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:32.693Z - [Messenger] Message sent
|
|
28231
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:32.727Z - Received raw message of length 321513
|
|
28232
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:32.731Z - Received json message of type POST_TASKS_EXECUTION
|
|
28233
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:32.732Z - Serializing response for POST_TASKS_EXECUTION message in json mode
|
|
28234
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:32.732Z - Responding to POST_TASKS_EXECUTION message
|
|
28235
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:32.732Z - [REQUEST]: Responding to the client. handleRunPostTasksExecution
|
|
28236
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:32.732Z - Done responding to the client handleRunPostTasksExecution
|
|
28237
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:32.732Z - Handled json message POST_TASKS_EXECUTION. Handling time: 1. Response time: 0.
|
|
28238
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:32.732Z - [Messenger] Received message, length: 4
|
|
28239
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:32.732Z - Time taken for 'postTasksExecution' 0.28504099999554455ms
|
|
28240
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:32.751Z - Closed a connection. Number of open connections: 2
|
|
28241
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:17:59.222Z - [ProjectGraphListener] Socket closed, triggering reconnection
|
|
28242
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:17:59.238Z - Closed a connection. Number of open connections: 1
|
|
28243
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:18:02.979Z - Closed a connection. Number of open connections: 0
|
|
28244
|
+
DEBUG nx::native::watch::watcher: watching stopped origin=/Applications/AngularJS/angular-web-sdk
|
|
28245
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T11:23:25.030Z - [WATCHER]: Stopping the watcher for /Applications/AngularJS/angular-web-sdk (sources)
|
|
28246
|
+
DEBUG nx::native::watch::watcher: watching stopped origin=/Applications/AngularJS/angular-web-sdk
|
|
28247
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T11:23:25.071Z - [WATCHER]: Stopping the watcher for /Applications/AngularJS/angular-web-sdk (outputs)
|
|
28248
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T11:23:25.094Z - [LATEST-NX]: Cleaning up latest Nx installation from /private/tmp/tmp-39643-dhE0hNCO1oHd
|
|
28249
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T11:23:25.122Z - Server stopped because: "10800000ms of inactivity"
|
|
28250
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:00.498Z - [Client] Starting new daemon server in background
|
|
28251
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:00.635Z - [Client] Waiting for server (max: 6000 attempts, 10ms interval)
|
|
28252
|
+
DEBUG nx::native::watch::watcher: watching started origin=/Applications/AngularJS/angular-web-sdk
|
|
28253
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.305Z - [WATCHER]: Subscribed to changes within: /Applications/AngularJS/angular-web-sdk (native)
|
|
28254
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.307Z - 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
|
|
28255
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.307Z - New daemon __dirname: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/daemon/server
|
|
28256
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.307Z - New daemon nxVersion: 23.1.1
|
|
28257
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.307Z - New daemon getInstalledNxVersion(): 23.1.1
|
|
28258
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.308Z - Time taken for 'workspace context init' 0.14233300000000781ms
|
|
28259
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.316Z - [Server] Starting outdated check interval (20ms)
|
|
28260
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.319Z - Started listening on: /private/tmp/1bdf288c6d9377e7b054/d.sock
|
|
28261
|
+
DEBUG nx::native::watch::watcher: watching started origin=/Applications/AngularJS/angular-web-sdk
|
|
28262
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.323Z - [LATEST-NX]: Pulling latest Nx...
|
|
28263
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.326Z - [AI-AGENTS]: Starting agent configuration status computation
|
|
28264
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:01.354Z - [Client] Server available
|
|
28265
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:01.354Z - [Client] Daemon server started, pid=88364
|
|
28266
|
+
[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: 88370, socket: /private/tmp/plugin88364-0-681.459417.sock)
|
|
28267
|
+
[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: 88382, socket: /private/tmp/plugin88364-1-870.851542.sock)
|
|
28268
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:01.541Z - [Messenger] Setting up socket listeners
|
|
28269
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:01.542Z - [Messenger] listen() complete
|
|
28270
|
+
[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: 88383, socket: /private/tmp/plugin88364-2-872.345209.sock)
|
|
28271
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.550Z - Time taken for 'hash changed files from watcher' 0.008500000000026375ms
|
|
28272
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.550Z - Time taken for 'loadSpecifiedNxPlugins' 226.00258299999996ms
|
|
28273
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.552Z - Established a connection. Number of open connections: 1
|
|
28274
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.553Z - Established a connection. Number of open connections: 2
|
|
28275
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.554Z - Closed a connection. Number of open connections: 1
|
|
28276
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.554Z - Established a connection. Number of open connections: 2
|
|
28277
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.554Z - Closed a connection. Number of open connections: 1
|
|
28278
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:01.557Z - [Messenger] Sending message type: REQUEST_PROJECT_GRAPH
|
|
28279
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:01.558Z - [Messenger] Message sent
|
|
28280
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.559Z - Received raw message of length 2558
|
|
28281
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.560Z - Received json message of type REQUEST_PROJECT_GRAPH
|
|
28282
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.560Z - Graph recompute necessary due to env variable refresh. Changed keys: PATH, PWD, NODE_PATH, PNPM_PACKAGE_NAME, NX_CLI_SET
|
|
28283
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.560Z - [REQUEST]: Client Request for Project Graph Received
|
|
28284
|
+
DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=165.245417ms
|
|
28285
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.726Z - No in-memory cached project graph found. Recomputing it...
|
|
28286
|
+
[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: 88370)
|
|
28287
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.840Z - 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' 513.2212920000001ms
|
|
28288
|
+
[plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 88370) listening on /private/tmp/plugin88364-0-681.459417.sock
|
|
28289
|
+
[plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 88370) connected
|
|
28290
|
+
[1m[33mTime taken for 'plugin worker 88370 code loading' 259.407166ms[39m[22m
|
|
28291
|
+
[plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 88382) listening on /private/tmp/plugin88364-1-870.851542.sock
|
|
28292
|
+
[1m[33mTime taken for 'plugin worker 88382 code loading' 263.39183299999996ms[39m[22m
|
|
28293
|
+
[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: 88382)
|
|
28294
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.873Z - 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' 357.2015000000001ms
|
|
28295
|
+
[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: 88383) listening on /private/tmp/plugin88364-2-872.345209.sock
|
|
28296
|
+
[plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 88382) connected
|
|
28297
|
+
[1m[33mTime taken for 'plugin worker 88383 code loading' 271.349584ms[39m[22m
|
|
28298
|
+
[plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 88382) loaded successfully
|
|
28299
|
+
[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: 88383)
|
|
28300
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.883Z - 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' 559.8943340000001ms
|
|
28301
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.884Z - 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' 366.586583ms
|
|
28302
|
+
[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: 88383) connected
|
|
28303
|
+
[plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 88370) loaded successfully
|
|
28304
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.885Z - 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' 562.5288750000001ms
|
|
28305
|
+
[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: 88383) loaded successfully
|
|
28306
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.888Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
|
|
28307
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.888Z - [REQUEST]:
|
|
28308
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.888Z - [REQUEST]:
|
|
28309
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.889Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
|
|
28310
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.889Z - [REQUEST]:
|
|
28311
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.889Z - [REQUEST]:
|
|
28312
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.890Z - Streaming message to client: progress update for topic graph-construction
|
|
28313
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.890Z - Streaming message to client: progress update for topic graph-construction
|
|
28314
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.891Z - Time taken for 'loadDefaultNxPlugins' 564.860875ms
|
|
28315
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.891Z - 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' 563.848125ms
|
|
28316
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:01.891Z - [Messenger] Received message, length: 47
|
|
28317
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:01.891Z - [Messenger] Received message, length: 47
|
|
28318
|
+
[1m[33mTime taken for 'nx/core/project-json:createNodes' 0.3418750000000159ms[39m[22m
|
|
28319
|
+
[1m[33mTime taken for 'nx/core/project-json:createNodes' 0.6258750000000077ms[39m[22m
|
|
28320
|
+
[isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
|
|
28321
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.896Z - Streaming message to client: progress update for topic graph-construction
|
|
28322
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.896Z - Streaming message to client: progress update for topic graph-construction
|
|
28323
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:01.896Z - [Messenger] Received message, length: 153
|
|
28324
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:01.896Z - [Messenger] Received message, length: 153
|
|
28325
|
+
[1m[33mTime taken for 'nx/js/dependencies-and-lockfile:createNodes' 7.9944169999999986ms[39m[22m
|
|
28326
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.904Z - Streaming message to client: progress update for topic graph-construction
|
|
28327
|
+
[1m[33mTime taken for 'nx/core/package-json:createNodes' 12.547333000000037ms[39m[22m
|
|
28328
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:01.905Z - [Messenger] Received message, length: 112
|
|
28329
|
+
[isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
|
|
28330
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.909Z - Streaming message to client: progress update for topic graph-construction
|
|
28331
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:01.909Z - [Messenger] Received message, length: 112
|
|
28332
|
+
[1m[33mTime taken for 'nx/js/dependencies-and-lockfile:createNodes' 7.174915999999996ms[39m[22m
|
|
28333
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.920Z - Streaming message to client: progress update for topic graph-construction
|
|
28334
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.920Z - Streaming message to client: progress update for topic graph-construction
|
|
28335
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:01.920Z - [Messenger] Received message, length: 47
|
|
28336
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:01.920Z - [Messenger] Received message, length: 47
|
|
28337
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.963Z - Streaming message to client: progress update for topic graph-construction
|
|
28338
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:01.963Z - [Messenger] Received message, length: 47
|
|
28339
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.964Z - Time taken for 'build-project-configs' 46.896792000000005ms
|
|
28340
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.964Z - Time taken for 'build-project-configs' 48.89079199999992ms
|
|
28341
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.964Z - Time taken for 'createNodes:merge' 16.673667000000023ms
|
|
28342
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.965Z - Time taken for 'createNodes:merge' 1.9664999999999964ms
|
|
28343
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.965Z - Time taken for 'native-file-deps' 0.0024160000000392756ms
|
|
28344
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.965Z - Time taken for 'get-workspace-files' 1.0685000000000855ms
|
|
28345
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.965Z - Time taken for 'read cache' 8.062999999999874ms
|
|
28346
|
+
[1m[33mTime taken for 'build typescript dependencies' 14.600415999999996ms[39m[22m
|
|
28347
|
+
[isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
|
|
28348
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:01.990Z - Streaming message to client: progress update for topic graph-construction
|
|
28349
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:01.990Z - [Messenger] Received message, length: 47
|
|
28350
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:02.000Z - [SYNC]: collect registered sync generators
|
|
28351
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:02.013Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
|
|
28352
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:02.013Z - Serializing response for REQUEST_PROJECT_GRAPH message in json mode
|
|
28353
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:02.013Z - Responding to REQUEST_PROJECT_GRAPH message
|
|
28354
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:02.013Z - [REQUEST]: Responding to the client. project-graph
|
|
28355
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:02.014Z - Time taken for 'total for creating and serializing project graph' 453.11737500000004ms
|
|
28356
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:02.014Z - Time taken for 'total execution time for createProjectGraph()' 48.98250000000007ms
|
|
28357
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:02.014Z - Time taken for 'createDependencies' 33.26166699999999ms
|
|
28358
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:02.014Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 32.97900000000004ms
|
|
28359
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:02.014Z - Time taken for 'createMetadata' 0.02750000000014552ms
|
|
28360
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:02.014Z - Time taken for 'serialize graph' 2.5664170000000013ms
|
|
28361
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:02.014Z - Time taken for 'write cache' 12.487541999999848ms
|
|
28362
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:02.019Z - Done responding to the client project-graph
|
|
28363
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:02.019Z - Handled json message REQUEST_PROJECT_GRAPH. Handling time: 453. Response time: 6.
|
|
28364
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:02.020Z - [Messenger] Received message, length: 895679
|
|
28365
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:02.025Z - [Messenger] Sending message type: GET_CONTEXT_FILE_DATA
|
|
28366
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:02.025Z - [Messenger] Message sent
|
|
28367
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:02.026Z - Received raw message of length 32
|
|
28368
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:02.026Z - Received json message of type GET_CONTEXT_FILE_DATA
|
|
28369
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:02.026Z - Serializing response for GET_CONTEXT_FILE_DATA message in json mode
|
|
28370
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:02.027Z - Responding to GET_CONTEXT_FILE_DATA message
|
|
28371
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:02.027Z - [REQUEST]: Responding to the client. handleContextFileData
|
|
28372
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:02.027Z - Done responding to the client handleContextFileData
|
|
28373
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:02.027Z - Handled json message GET_CONTEXT_FILE_DATA. Handling time: 0. Response time: 1.
|
|
28374
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:02.027Z - [Messenger] Received message, length: 87216
|
|
28375
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:02.370Z - Established a connection. Number of open connections: 2
|
|
28376
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:02.370Z - [Messenger] Setting up socket listeners
|
|
28377
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:02.370Z - [Messenger] listen() complete
|
|
28378
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:02.370Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
|
|
28379
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:02.371Z - [Messenger] Message sent
|
|
28380
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:02.371Z - Established a connection. Number of open connections: 3
|
|
28381
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:02.372Z - Closed a connection. Number of open connections: 2
|
|
28382
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:02.372Z - Received raw message of length 42
|
|
28383
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:02.372Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
|
|
28384
|
+
Fetching nx...
|
|
28385
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:06.660Z - [Server] lock file hash changed! old=2197853869791926157, new=2337773458516242051
|
|
28386
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:06.660Z - [Server] Daemon outdated: LOCK_FILES_CHANGED
|
|
28387
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:06.660Z - [Server] Restarting daemon...
|
|
28388
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:06.661Z - 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
|
|
28389
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:06.661Z - Old daemon __dirname: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/daemon/server
|
|
28390
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:06.661Z - Current process.execPath: /Users/ikechukwukalu/.nvm/versions/node/v24.20.0/bin/node
|
|
28391
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:06.661Z - Started new daemon process in background
|
|
28392
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:06.662Z - Closed a connection. Number of open connections: 1
|
|
28393
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:06.662Z - Closed a connection. Number of open connections: 0
|
|
28394
|
+
DEBUG nx::native::watch::watcher: watching stopped origin=/Applications/AngularJS/angular-web-sdk
|
|
28395
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:06.662Z - [WATCHER]: Stopping the watcher for /Applications/AngularJS/angular-web-sdk (sources)
|
|
28396
|
+
DEBUG nx::native::watch::watcher: watching stopped origin=/Applications/AngularJS/angular-web-sdk
|
|
28397
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:06.663Z - [WATCHER]: Stopping the watcher for /Applications/AngularJS/angular-web-sdk (outputs)
|
|
28398
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:06.663Z - Server stopped because: "LOCK_FILES_CHANGED"
|
|
28399
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:06.664Z - [ProjectGraphListener] Socket closed, triggering reconnection
|
|
28400
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:06.664Z - [ProjectGraphListener] Starting reconnection for 1 callbacks
|
|
28401
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:06.665Z - [Client] Waiting for server (max: 6000 attempts, 10ms interval)
|
|
28402
|
+
DEBUG nx::native::watch::watcher: watching started origin=/Applications/AngularJS/angular-web-sdk
|
|
28403
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:07.442Z - [WATCHER]: Subscribed to changes within: /Applications/AngularJS/angular-web-sdk (native)
|
|
28404
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:07.445Z - 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
|
|
28405
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:07.445Z - New daemon __dirname: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/daemon/server
|
|
28406
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:07.445Z - New daemon nxVersion: 23.1.1
|
|
28407
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:07.446Z - New daemon getInstalledNxVersion(): 23.1.1
|
|
28408
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:07.453Z - Time taken for 'workspace context init' 0.2123749999999518ms
|
|
28409
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:07.457Z - [Server] Starting outdated check interval (20ms)
|
|
28410
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:07.460Z - Started listening on: /private/tmp/d4fccec60ae081dfaa26/d.sock
|
|
28411
|
+
DEBUG nx::native::watch::watcher: watching started origin=/Applications/AngularJS/angular-web-sdk
|
|
28412
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:07.473Z - [LATEST-NX]: Pulling latest Nx...
|
|
28413
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:07.481Z - [AI-AGENTS]: Starting agent configuration status computation
|
|
28414
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:07.506Z - [Client] Server available
|
|
28415
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:07.507Z - [Messenger] Setting up socket listeners
|
|
28416
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:07.507Z - [Messenger] listen() complete
|
|
28417
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:07.507Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
|
|
28418
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:07.507Z - [Messenger] Message sent
|
|
28419
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:07.507Z - [ProjectGraphListener] Reconnected successfully
|
|
28420
|
+
[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: 88525, socket: /private/tmp/plugin88494-0-813.021625.sock)
|
|
28421
|
+
[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: 88526, socket: /private/tmp/plugin88494-1-886.00125.sock)
|
|
28422
|
+
[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: 88527, socket: /private/tmp/plugin88494-2-886.571125.sock)
|
|
28423
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:07.557Z - Time taken for 'hash changed files from watcher' 0.02491700000007313ms
|
|
28424
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:07.557Z - Time taken for 'loadSpecifiedNxPlugins' 82.90495800000008ms
|
|
28425
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:07.558Z - Established a connection. Number of open connections: 1
|
|
28426
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:07.559Z - Established a connection. Number of open connections: 2
|
|
28427
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:07.560Z - Closed a connection. Number of open connections: 1
|
|
28428
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:07.561Z - Received raw message of length 42
|
|
28429
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:07.561Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
|
|
28430
|
+
[plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 88525) listening on /private/tmp/plugin88494-0-813.021625.sock
|
|
28431
|
+
[1m[33mTime taken for 'plugin worker 88525 code loading' 120.394959ms[39m[22m
|
|
28432
|
+
[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: 88525)
|
|
28433
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:07.720Z - 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' 236.76983299999995ms
|
|
28434
|
+
[plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 88525) connected
|
|
28435
|
+
[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: 88526)
|
|
28436
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:07.730Z - 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' 174.5462920000001ms
|
|
28437
|
+
[plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 88526) listening on /private/tmp/plugin88494-1-886.00125.sock
|
|
28438
|
+
[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: 88527) listening on /private/tmp/plugin88494-2-886.571125.sock
|
|
28439
|
+
[plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 88526) connected
|
|
28440
|
+
[1m[33mTime taken for 'plugin worker 88526 code loading' 130.69579199999998ms[39m[22m
|
|
28441
|
+
[1m[33mTime taken for 'plugin worker 88527 code loading' 134.310542ms[39m[22m
|
|
28442
|
+
[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: 88527)
|
|
28443
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:07.741Z - Time taken for 'start-plugin-worker:/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json' 185.02916700000003ms
|
|
28444
|
+
[plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 88526) loaded successfully
|
|
28445
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:07.745Z - 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' 272.142791ms
|
|
28446
|
+
[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: 88527) connected
|
|
28447
|
+
[plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 88525) loaded successfully
|
|
28448
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:07.749Z - 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' 277.78262500000005ms
|
|
28449
|
+
[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: 88527) loaded successfully
|
|
28450
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:07.757Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
|
|
28451
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:07.757Z - [REQUEST]:
|
|
28452
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:07.757Z - [REQUEST]:
|
|
28453
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:07.759Z - Time taken for 'loadDefaultNxPlugins' 285.567583ms
|
|
28454
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:07.759Z - 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' 283.75825ms
|
|
28455
|
+
[1m[33mTime taken for 'nx/core/project-json:createNodes' 2.6003330000000062ms[39m[22m
|
|
28456
|
+
[isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
|
|
28457
|
+
[isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
|
|
28458
|
+
[1m[33mTime taken for 'nx/js/dependencies-and-lockfile:createNodes' 16.07725000000002ms[39m[22m
|
|
28459
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:07.816Z - Time taken for 'build-project-configs' 36.03116699999987ms
|
|
28460
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:07.816Z - Time taken for 'createNodes:merge' 11.911792000000105ms
|
|
28461
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:07.816Z - Time taken for 'native-file-deps' 0.007542000000057669ms
|
|
28462
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:07.816Z - Time taken for 'get-workspace-files' 1.1632079999999405ms
|
|
28463
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:07.816Z - Time taken for 'read cache' 1.256750000000011ms
|
|
28464
|
+
[1m[33mTime taken for 'build typescript dependencies' 68.79825ms[39m[22m
|
|
28465
|
+
[isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
|
|
28466
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:07.909Z - [SYNC]: collect registered sync generators
|
|
28467
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:07.921Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
|
|
28468
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:07.921Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
|
|
28469
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:07.923Z - Responding to PROJECT_GRAPH_UPDATED message
|
|
28470
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:07.924Z - [REQUEST]: Responding to the client. Project graph updated
|
|
28471
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:07.925Z - Time taken for 'total execution time for createProjectGraph()' 99.94949999999994ms
|
|
28472
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:07.926Z - Time taken for 'createDependencies' 91.53704200000016ms
|
|
28473
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:07.926Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 91.36712499999999ms
|
|
28474
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:07.926Z - Time taken for 'createMetadata' 0.01262500000007094ms
|
|
28475
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:07.926Z - Time taken for 'serialize graph' 1.9251670000001013ms
|
|
28476
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:07.927Z - Time taken for 'write cache' 11.380167000000029ms
|
|
28477
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:07.941Z - Done responding to the client Project graph updated
|
|
28478
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:07.941Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 12. Response time: 20.
|
|
28479
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:07.942Z - [Messenger] Received message, length: 895672
|
|
28480
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.081Z - Established a connection. Number of open connections: 2
|
|
28481
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.083Z - Closed a connection. Number of open connections: 1
|
|
28482
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.083Z - Established a connection. Number of open connections: 2
|
|
28483
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.084Z - Established a connection. Number of open connections: 3
|
|
28484
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.084Z - Closed a connection. Number of open connections: 2
|
|
28485
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:08.083Z - [Messenger] Setting up socket listeners
|
|
28486
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:08.084Z - [Messenger] listen() complete
|
|
28487
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:08.094Z - [Messenger] Sending message type: GET_NX_CONSOLE_STATUS
|
|
28488
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:08.095Z - [Messenger] Message sent
|
|
28489
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.096Z - Received raw message of length 4898
|
|
28490
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.096Z - Received json message of type GET_NX_CONSOLE_STATUS
|
|
28491
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.097Z - Graph recompute necessary due to env variable refresh. Changed keys: MXC_BIN_DIR, COPILOT_OTEL_FILE_EXPORTER_PATH, PHP_INI_SCAN_DIR, ELECTRON_NO_ASAR, ELECTRON_RUN_AS_NODE, PATH, PWD, MACH_PORT_RENDEZVOUS_PEER_VALDATION, XPC_SERVICE_NAME, NX_WORKSPACE_ROOT_PATH, APPLICATION_INSIGHTS_NO_STATSBEAT, CI, DEBUG, DATA_CLOUD_CURR_IDE_NAME, TERM_PROGRAM, NODE, INIT_CWD, TERM, TERM_PROGRAM_VERSION, ZDOTDIR, COLOR, GIT_AUTHOR_DATE, COPILOT_DEBUG_NONCE, GIT_EDITOR, GIT_NO_REPLACE_OBJECTS, GIT_INDEX_FILE, GIT_AUTHOR_NAME, GIT_PREFIX, USER_ZDOTDIR, EDITOR, LANG, PYTHONSTARTUP, NODE_PATH, PYTHON_BASIC_REPL, GIT_SSH_COMMAND, GIT_ASKPASS, GIT_AUTHOR_EMAIL, GIT_EXEC_PATH, COLORTERM, NX_CLI_SET
|
|
28492
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.097Z - Serializing response for GET_NX_CONSOLE_STATUS message in json mode
|
|
28493
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.097Z - Responding to GET_NX_CONSOLE_STATUS message
|
|
28494
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.097Z - [REQUEST]: Responding to the client. handleGetNxConsoleStatus
|
|
28495
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.097Z - Done responding to the client handleGetNxConsoleStatus
|
|
28496
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.097Z - Handled json message GET_NX_CONSOLE_STATUS. Handling time: 0. Response time: 0.
|
|
28497
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:08.097Z - [Messenger] Received message, length: 22
|
|
28498
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:08.147Z - [Messenger] Sending message type: REQUEST_PROJECT_GRAPH
|
|
28499
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:08.148Z - [Messenger] Message sent
|
|
28500
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.148Z - Received raw message of length 32
|
|
28501
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.148Z - Received json message of type REQUEST_PROJECT_GRAPH
|
|
28502
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.148Z - [REQUEST]: Client Request for Project Graph Received
|
|
28503
|
+
DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=64.675625ms
|
|
28504
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.214Z - No in-memory cached project graph found. Recomputing it...
|
|
28505
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.214Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
|
|
28506
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.214Z - [REQUEST]:
|
|
28507
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.214Z - [REQUEST]:
|
|
28508
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.215Z - Streaming message to client: progress update for topic graph-construction
|
|
28509
|
+
[plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
|
|
28510
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:08.215Z - [Messenger] Received message, length: 47
|
|
28511
|
+
[isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 88586, socket: /private/tmp/plugin88494-3-1546.378292.sock)
|
|
28512
|
+
[plugin-client] restarting worker for "nx/core/package-json"
|
|
28513
|
+
[isolated-plugin] spawned worker for "nx/core/package-json" (pid: 88587, socket: /private/tmp/plugin88494-4-1548.696792.sock)
|
|
28514
|
+
[plugin-client] restarting worker for "nx/core/project-json"
|
|
28515
|
+
[isolated-plugin] spawned worker for "nx/core/project-json" (pid: 88588, socket: /private/tmp/plugin88494-5-1549.344583.sock)
|
|
28516
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 88586) listening on /private/tmp/plugin88494-3-1546.378292.sock
|
|
28517
|
+
[isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 88586)
|
|
28518
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.520Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 304.29266699999994ms
|
|
28519
|
+
Time taken for 'plugin worker 88586 code loading' 237.57583400000001ms
|
|
28520
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 88586) connected
|
|
28521
|
+
[plugin-worker] "nx/core/package-json" (pid: 88587) listening on /private/tmp/plugin88494-4-1548.696792.sock
|
|
28522
|
+
Time taken for 'plugin worker 88587 code loading' 249.78079200000002ms
|
|
28523
|
+
[isolated-plugin] connected to worker for "nx/core/package-json" (pid: 88587)
|
|
28524
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.529Z - Time taken for 'start-plugin-worker:nx/core/package-json' 310.56291699999997ms
|
|
28525
|
+
[plugin-worker] "nx/core/package-json" (pid: 88587) connected
|
|
28526
|
+
[plugin-worker] "nx/core/project-json" (pid: 88588) listening on /private/tmp/plugin88494-5-1549.344583.sock
|
|
28527
|
+
Time taken for 'plugin worker 88588 code loading' 243.420792ms
|
|
28528
|
+
[plugin-worker] "nx/core/package-json" (pid: 88587) loaded successfully
|
|
28529
|
+
[isolated-plugin] connected to worker for "nx/core/project-json" (pid: 88588)
|
|
28530
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.541Z - Time taken for 'start-plugin-worker:nx/core/project-json' 322.3851669999999ms
|
|
28531
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 88586) loaded successfully
|
|
28532
|
+
[plugin-worker] "nx/core/project-json" (pid: 88588) connected
|
|
28533
|
+
[plugin-worker] "nx/core/project-json" (pid: 88588) loaded successfully
|
|
28534
|
+
Time taken for 'nx/core/project-json:createNodes' 0.5747910000000047ms
|
|
28535
|
+
[isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
|
|
28536
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.559Z - Streaming message to client: progress update for topic graph-construction
|
|
28537
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:08.559Z - [Messenger] Received message, length: 153
|
|
28538
|
+
[isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
|
|
28539
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.565Z - Streaming message to client: progress update for topic graph-construction
|
|
28540
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:08.565Z - [Messenger] Received message, length: 112
|
|
28541
|
+
Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 18.02787500000005ms
|
|
28542
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.580Z - Streaming message to client: progress update for topic graph-construction
|
|
28543
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:08.580Z - [Messenger] Received message, length: 47
|
|
28544
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.591Z - Streaming message to client: progress update for topic graph-construction
|
|
28545
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:08.591Z - [Messenger] Received message, length: 47
|
|
28546
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.593Z - Time taken for 'build-project-configs' 368.19283300000006ms
|
|
28547
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.593Z - Time taken for 'createNodes:merge' 2.847957999999835ms
|
|
28548
|
+
Time taken for 'build typescript dependencies' 0.10612500000002001ms
|
|
28549
|
+
[isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
|
|
28550
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.607Z - Streaming message to client: progress update for topic graph-construction
|
|
28551
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:08.607Z - [Messenger] Received message, length: 47
|
|
28552
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.613Z - [SYNC]: collect registered sync generators
|
|
28553
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.613Z - [SYNC]: project graph hash is the same, not collecting task sync generators
|
|
28554
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.613Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
|
|
28555
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.623Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
|
|
28556
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.623Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
|
|
28557
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.626Z - Responding to PROJECT_GRAPH_UPDATED message
|
|
28558
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.626Z - [REQUEST]: Responding to the client. Project graph updated
|
|
28559
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.626Z - Serializing response for REQUEST_PROJECT_GRAPH message in json mode
|
|
28560
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.626Z - Responding to REQUEST_PROJECT_GRAPH message
|
|
28561
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.626Z - [REQUEST]: Responding to the client. project-graph
|
|
28562
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.627Z - Time taken for 'total for creating and serializing project graph' 478.2655ms
|
|
28563
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.627Z - Time taken for 'total execution time for createProjectGraph()' 24.33766700000001ms
|
|
28564
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.627Z - Time taken for 'createDependencies' 19.33316600000012ms
|
|
28565
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.627Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 19.123125000000073ms
|
|
28566
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.627Z - Time taken for 'createMetadata' 0.00941699999998491ms
|
|
28567
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.627Z - Time taken for 'serialize graph' 1.9013339999999062ms
|
|
28568
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.627Z - Time taken for 'write cache' 9.989332999999988ms
|
|
28569
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.642Z - Done responding to the client project-graph
|
|
28570
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.643Z - Handled json message REQUEST_PROJECT_GRAPH. Handling time: 478. Response time: 17.
|
|
28571
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:08.643Z - [Messenger] Received message, length: 895679
|
|
28572
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.643Z - Done responding to the client Project graph updated
|
|
28573
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.643Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 10. Response time: 20.
|
|
28574
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:08.645Z - [Messenger] Received message, length: 895672
|
|
28575
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:08.653Z - [Messenger] Sending message type: PRE_TASKS_EXECUTION
|
|
28576
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:08.653Z - [Messenger] Message sent
|
|
28577
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.653Z - Received raw message of length 2088
|
|
28578
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.654Z - Received json message of type PRE_TASKS_EXECUTION
|
|
28579
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.656Z - Serializing response for PRE_TASKS_EXECUTION message in json mode
|
|
28580
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.656Z - Responding to PRE_TASKS_EXECUTION message
|
|
28581
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.656Z - [REQUEST]: Responding to the client. handleRunPreTasksExecution
|
|
28582
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.656Z - Done responding to the client handleRunPreTasksExecution
|
|
28583
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.656Z - Handled json message PRE_TASKS_EXECUTION. Handling time: 2. Response time: 0.
|
|
28584
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.657Z - Time taken for 'preTasksExecution' 2.0953340000000935ms
|
|
28585
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:08.656Z - [Messenger] Received message, length: 2
|
|
28586
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:08.691Z - [Messenger] Sending message type: HASH_TASKS
|
|
28587
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:08.691Z - [Messenger] Message sent
|
|
28588
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.693Z - Received raw message of length 44516
|
|
28589
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.693Z - Received json message of type HASH_TASKS
|
|
28590
|
+
DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=53.037ms
|
|
28591
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.747Z - Reusing in-memory cached project graph because no files changed.
|
|
28592
|
+
DEBUG nx::native::tasks::hash_planner: get_plans_internal COMPLETED in 7.788292ms - processed 6 tasks (setup: 4.959958ms, parallel_planning: 2.817167ms, pool: 1031 unique instructions)
|
|
28593
|
+
DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "6605332246132408965" ("eslint.config.mjs") to hash
|
|
28594
|
+
DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "8520130568453209191" (".gitignore") to hash
|
|
28595
|
+
DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "2425668806101952406" ("nx.json") to hash
|
|
28596
|
+
DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Hash Value: "17385814077483807182"
|
|
28597
|
+
DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Hash Value: "17732202739991855709"
|
|
28598
|
+
DEBUG nx::native::tasks::task_hasher: hash_plans COMPLETED in 8.357417ms - processed 6 plans (setup: 405.875µs, hashing: 7.950167ms, assembly: 4.296ms)
|
|
28599
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.775Z - Serializing response for HASH_TASKS message in json mode
|
|
28600
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.776Z - Responding to HASH_TASKS message
|
|
28601
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.776Z - [REQUEST]: Responding to the client. handleHashTasks
|
|
28602
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.778Z - Done responding to the client handleHashTasks
|
|
28603
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:08.778Z - Handled json message HASH_TASKS. Handling time: 82. Response time: 3.
|
|
28604
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:08.778Z - [Messenger] Received message, length: 288907
|
|
28605
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:09.032Z - [Messenger] Sending message type: GET_ESTIMATED_TASK_TIMINGS
|
|
28606
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:09.032Z - [Messenger] Message sent
|
|
28607
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:09.032Z - Received raw message of length 330
|
|
28608
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:09.032Z - Received json message of type GET_ESTIMATED_TASK_TIMINGS
|
|
28609
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:09.038Z - Serializing response for GET_ESTIMATED_TASK_TIMINGS message in json mode
|
|
28610
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:09.038Z - Responding to GET_ESTIMATED_TASK_TIMINGS message
|
|
28611
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:09.038Z - [REQUEST]: Responding to the client. handleGetEstimatedTaskTimings
|
|
28612
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:09.038Z - Done responding to the client handleGetEstimatedTaskTimings
|
|
28613
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:09.038Z - Handled json message GET_ESTIMATED_TASK_TIMINGS. Handling time: 6. Response time: 0.
|
|
28614
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:09.038Z - [Messenger] Received message, length: 208
|
|
28615
|
+
Fetching nx...
|
|
28616
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:09.679Z - Established a connection. Number of open connections: 3
|
|
28617
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:09.680Z - Closed a connection. Number of open connections: 2
|
|
28618
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:09.680Z - Established a connection. Number of open connections: 3
|
|
28619
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:09.680Z - Established a connection. Number of open connections: 4
|
|
28620
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:09.680Z - Closed a connection. Number of open connections: 3
|
|
28621
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:09.680Z - [Messenger] Setting up socket listeners
|
|
28622
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:09.680Z - [Messenger] listen() complete
|
|
28623
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:09.680Z - [Messenger] Sending message type: GET_CONTEXT_FILE_DATA
|
|
28624
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:09.680Z - [Messenger] Message sent
|
|
28625
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:09.680Z - Received raw message of length 32
|
|
28626
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:09.680Z - Received json message of type GET_CONTEXT_FILE_DATA
|
|
28627
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:09.682Z - Serializing response for GET_CONTEXT_FILE_DATA message in json mode
|
|
28628
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:09.682Z - Responding to GET_CONTEXT_FILE_DATA message
|
|
28629
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:09.682Z - [REQUEST]: Responding to the client. handleContextFileData
|
|
28630
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:09.683Z - Done responding to the client handleContextFileData
|
|
28631
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:09.683Z - Handled json message GET_CONTEXT_FILE_DATA. Handling time: 2. Response time: 1.
|
|
28632
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:09.683Z - [Messenger] Received message, length: 87218
|
|
28633
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:10.898Z - Closed a connection. Number of open connections: 2
|
|
28634
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:10.911Z - Established a connection. Number of open connections: 3
|
|
28635
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:10.911Z - [Messenger] Setting up socket listeners
|
|
28636
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:10.912Z - [Messenger] listen() complete
|
|
28637
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:10.912Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
|
|
28638
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:10.912Z - Established a connection. Number of open connections: 4
|
|
28639
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:10.912Z - Closed a connection. Number of open connections: 3
|
|
28640
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:10.912Z - [Messenger] Message sent
|
|
28641
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:10.913Z - Received raw message of length 42
|
|
28642
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:10.914Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
|
|
28643
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:13.764Z - [LATEST-NX]: Successfully pulled latest Nx to /private/tmp/tmp-88494-vEDoP5L65Yiv
|
|
28644
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:13.767Z - [NX-CONSOLE]: Using local implementation (NX_USE_LOCAL=true or inner call)
|
|
28645
|
+
DEBUG nx::native::ide::preferences: Loaded console preferences: NxConsolePreferences { auto_install_console: Some(true), path: "/Users/ikechukwukalu/.config/nx/ide.json" }
|
|
28646
|
+
DEBUG nx::native::ide::install: Detected editor: VSCode
|
|
28647
|
+
DEBUG nx::native::ide::install: Checking if Nx Console extension is installed with: code --list-extensions
|
|
28648
|
+
DEBUG nx::native::ide::install: Editor command 'code' is installed
|
|
28649
|
+
DEBUG nx::native::ide::install: Editor command 'code-insiders' not found
|
|
28650
|
+
DEBUG nx::native::ide::install: Checking if Nx Console extension is installed with: code --list-extensions
|
|
28651
|
+
DEBUG nx::native::ide::install: Nx Console extension is installed
|
|
28652
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:14.733Z - [NX-CONSOLE]: Console status check completed, shouldPrompt: false
|
|
28653
|
+
DEBUG nx::native::ide::install: Nx Console extension is installed
|
|
28654
|
+
DEBUG nx::native::ide::install: Editor command 'cursor' not found
|
|
28655
|
+
DEBUG nx::native::ide::install: Checking if Nx Console extension is installed with: cursor --list-extensions
|
|
28656
|
+
DEBUG nx::native::ide::install: Command 'cursor' not found, cannot check extension status
|
|
28657
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:14.915Z - [AI-AGENTS]: Agent configuration status computation completed: 0 fully configured, 0 outdated, 1 partially configured, 4 non-configured
|
|
28658
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:16.329Z - [Messenger] Sending message type: RECORD_TASK_RUNS
|
|
28659
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:16.330Z - [Messenger] Message sent
|
|
28660
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.330Z - Received raw message of length 1105
|
|
28661
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.330Z - Received json message of type RECORD_TASK_RUNS
|
|
28662
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.335Z - Serializing response for RECORD_TASK_RUNS message in json mode
|
|
28663
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.335Z - Responding to RECORD_TASK_RUNS message
|
|
28664
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.335Z - [REQUEST]: Responding to the client. handleRecordTaskRuns
|
|
28665
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.335Z - Done responding to the client handleRecordTaskRuns
|
|
28666
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.335Z - Handled json message RECORD_TASK_RUNS. Handling time: 5. Response time: 0.
|
|
28667
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:16.335Z - [Messenger] Received message, length: 4
|
|
28668
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:16.335Z - [Messenger] Sending message type: GET_FLAKY_TASKS
|
|
28669
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:16.335Z - [Messenger] Message sent
|
|
28670
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.335Z - Received raw message of length 173
|
|
28671
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.335Z - Received json message of type GET_FLAKY_TASKS
|
|
28672
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.337Z - Serializing response for GET_FLAKY_TASKS message in json mode
|
|
28673
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.337Z - Responding to GET_FLAKY_TASKS message
|
|
28674
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.337Z - [REQUEST]: Responding to the client. handleGetFlakyTasks
|
|
28675
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.337Z - Done responding to the client handleGetFlakyTasks
|
|
28676
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.337Z - Handled json message GET_FLAKY_TASKS. Handling time: 2. Response time: 0.
|
|
28677
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:16.337Z - [Messenger] Received message, length: 2
|
|
28678
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.337Z - Established a connection. Number of open connections: 4
|
|
28679
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:16.337Z - [Messenger] Sending message type: GET_CONFIGURE_AI_AGENTS_STATUS
|
|
28680
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:16.337Z - [Messenger] Message sent
|
|
28681
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.337Z - Closed a connection. Number of open connections: 3
|
|
28682
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.337Z - Received raw message of length 41
|
|
28683
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.337Z - Received json message of type GET_CONFIGURE_AI_AGENTS_STATUS
|
|
28684
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.337Z - [AI-AGENTS]: Returning cached agent configuration status
|
|
28685
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.337Z - Serializing response for GET_CONFIGURE_AI_AGENTS_STATUS message in json mode
|
|
28686
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.337Z - Responding to GET_CONFIGURE_AI_AGENTS_STATUS message
|
|
28687
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.337Z - [REQUEST]: Responding to the client. handleGetConfigureAiAgentsStatus
|
|
28688
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.337Z - Done responding to the client handleGetConfigureAiAgentsStatus
|
|
28689
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.337Z - Handled json message GET_CONFIGURE_AI_AGENTS_STATUS. Handling time: 0. Response time: 0.
|
|
28690
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:16.337Z - [Messenger] Received message, length: 341
|
|
28691
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:16.339Z - [Messenger] Sending message type: POST_TASKS_EXECUTION
|
|
28692
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:16.341Z - [Messenger] Message sent
|
|
28693
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.342Z - Received raw message of length 321560
|
|
28694
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.344Z - Received json message of type POST_TASKS_EXECUTION
|
|
28695
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.344Z - Serializing response for POST_TASKS_EXECUTION message in json mode
|
|
28696
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.344Z - Responding to POST_TASKS_EXECUTION message
|
|
28697
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.344Z - [REQUEST]: Responding to the client. handleRunPostTasksExecution
|
|
28698
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.344Z - Done responding to the client handleRunPostTasksExecution
|
|
28699
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.344Z - Handled json message POST_TASKS_EXECUTION. Handling time: 0. Response time: 0.
|
|
28700
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:16.344Z - [Messenger] Received message, length: 4
|
|
28701
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.344Z - Time taken for 'postTasksExecution' 0.14066599999932805ms
|
|
28702
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.371Z - Closed a connection. Number of open connections: 2
|
|
28703
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=5
|
|
28704
|
+
DEBUG nx::native::watch::watcher: [delete] .nx/cache/17491371155400585077/dist/libs/africanies-core/README.md
|
|
28705
|
+
DEBUG nx::native::watch::watcher: [delete] .nx/cache/4082520855419352840/dist/libs/africanies-theme/README.md
|
|
28706
|
+
DEBUG nx::native::watch::watcher: [delete] .nx/cache/3314955264390318442/dist/libs/africanies-ui/README.md
|
|
28707
|
+
DEBUG nx::native::watch::watcher: [delete] .nx/cache/12276756491762927325/dist/libs/africanies-theme/README.md
|
|
28708
|
+
DEBUG nx::native::watch::watcher: [delete] .nx/cache/17499961385238663835/dist/libs/africanies-ui/README.md
|
|
28709
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.434Z - [WATCHER]: 0 file(s) created or restored, 0 file(s) modified, 5 file(s) deleted
|
|
28710
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.434Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 5 events: delete:.nx/cache/17491371155400585077/dist/libs/africanies-core/README.md, delete:.nx/cache/4082520855419352840/dist/libs/africanies-theme/README.md, delete:.nx/cache/3314955264390318442/dist/libs/africanies-ui/README.md, delete:.nx/cache/12276756491762927325/dist/libs/africanies-theme/README.md, delete:.nx/cache/17499961385238663835/dist/libs/africanies-ui/README.md
|
|
28711
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.434Z - [WATCHER]: File changes detected:
|
|
28712
|
+
Created:
|
|
28713
|
+
(none)
|
|
28714
|
+
Updated:
|
|
28715
|
+
(none)
|
|
28716
|
+
Deleted:
|
|
28717
|
+
- .nx/cache/17491371155400585077/dist/libs/africanies-core/README.md
|
|
28718
|
+
- .nx/cache/4082520855419352840/dist/libs/africanies-theme/README.md
|
|
28719
|
+
- .nx/cache/3314955264390318442/dist/libs/africanies-ui/README.md
|
|
28720
|
+
- .nx/cache/12276756491762927325/dist/libs/africanies-theme/README.md
|
|
28721
|
+
- .nx/cache/17499961385238663835/dist/libs/africanies-ui/README.md
|
|
28722
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.435Z - [SYNC]: clearing sync generators cache due to file changes
|
|
28723
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.435Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
|
|
28724
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.435Z - [REQUEST]:
|
|
28725
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.435Z - [REQUEST]: .nx/cache/17491371155400585077/dist/libs/africanies-core/README.md,.nx/cache/4082520855419352840/dist/libs/africanies-theme/README.md,.nx/cache/3314955264390318442/dist/libs/africanies-ui/README.md,.nx/cache/12276756491762927325/dist/libs/africanies-theme/README.md,.nx/cache/17499961385238663835/dist/libs/africanies-ui/README.md
|
|
28726
|
+
[plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
|
|
28727
|
+
[isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 88990, socket: /private/tmp/plugin88494-6-9770.099083.sock)
|
|
28728
|
+
[plugin-client] restarting worker for "nx/core/package-json"
|
|
28729
|
+
[isolated-plugin] spawned worker for "nx/core/package-json" (pid: 88991, socket: /private/tmp/plugin88494-7-9770.930417.sock)
|
|
28730
|
+
[plugin-client] restarting worker for "nx/core/project-json"
|
|
28731
|
+
[isolated-plugin] spawned worker for "nx/core/project-json" (pid: 88992, socket: /private/tmp/plugin88494-8-9771.33325.sock)
|
|
28732
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.441Z - Time taken for 'hash changed files from watcher' 1.3499160000010306ms
|
|
28733
|
+
[plugin-worker] "nx/core/project-json" (pid: 88992) listening on /private/tmp/plugin88494-8-9771.33325.sock
|
|
28734
|
+
Time taken for 'plugin worker 88992 code loading' 132.212291ms
|
|
28735
|
+
[plugin-worker] "nx/core/package-json" (pid: 88991) listening on /private/tmp/plugin88494-7-9770.930417.sock
|
|
28736
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 88990) listening on /private/tmp/plugin88494-6-9770.099083.sock
|
|
28737
|
+
[isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 88990)
|
|
28738
|
+
[isolated-plugin] connected to worker for "nx/core/package-json" (pid: 88991)
|
|
28739
|
+
[isolated-plugin] connected to worker for "nx/core/project-json" (pid: 88992)
|
|
28740
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.619Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 179.56454100000155ms
|
|
28741
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.619Z - Time taken for 'start-plugin-worker:nx/core/package-json' 178.82791599999837ms
|
|
28742
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.619Z - Time taken for 'start-plugin-worker:nx/core/project-json' 178.54724999999962ms
|
|
28743
|
+
[plugin-worker] "nx/core/project-json" (pid: 88992) connected
|
|
28744
|
+
Time taken for 'plugin worker 88991 code loading' 129.879417ms
|
|
28745
|
+
[plugin-worker] "nx/core/package-json" (pid: 88991) connected
|
|
28746
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 88990) connected
|
|
28747
|
+
Time taken for 'plugin worker 88990 code loading' 131.849834ms
|
|
28748
|
+
[plugin-worker] "nx/core/project-json" (pid: 88992) loaded successfully
|
|
28749
|
+
[plugin-worker] "nx/core/package-json" (pid: 88991) loaded successfully
|
|
28750
|
+
Time taken for 'nx/core/project-json:createNodes' 1.4967089999999814ms
|
|
28751
|
+
[isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
|
|
28752
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 88990) loaded successfully
|
|
28753
|
+
[isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
|
|
28754
|
+
Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 7.847624999999994ms
|
|
28755
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.653Z - Time taken for 'build-project-configs' 207.8518750000003ms
|
|
28756
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.653Z - Time taken for 'createNodes:merge' 2.202166999999463ms
|
|
28757
|
+
Time taken for 'build typescript dependencies' 0.07487500000002001ms
|
|
28758
|
+
[isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
|
|
28759
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.670Z - [SYNC]: collect registered sync generators
|
|
28760
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.670Z - [SYNC]: project graph hash is the same, not collecting task sync generators
|
|
28761
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.670Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
|
|
28762
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.677Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
|
|
28763
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.677Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
|
|
28764
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.679Z - Responding to PROJECT_GRAPH_UPDATED message
|
|
28765
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.679Z - [REQUEST]: Responding to the client. Project graph updated
|
|
28766
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.679Z - Time taken for 'total execution time for createProjectGraph()' 20.26366600000074ms
|
|
28767
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.679Z - Time taken for 'createDependencies' 16.694665999999415ms
|
|
28768
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.679Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 16.622167000001355ms
|
|
28769
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.679Z - Time taken for 'createMetadata' 0.007333000001381151ms
|
|
28770
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.679Z - Time taken for 'serialize graph' 1.7938340000000608ms
|
|
28771
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.679Z - Time taken for 'write cache' 6.794165999999677ms
|
|
28772
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.682Z - Done responding to the client Project graph updated
|
|
28773
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:16.683Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 7. Response time: 6.
|
|
28774
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:16.683Z - [Messenger] Received message, length: 895672
|
|
28775
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:17.700Z - Established a connection. Number of open connections: 3
|
|
28776
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:17.700Z - [Messenger] Sending message type: GET_CONTEXT_FILE_DATA
|
|
28777
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:17.700Z - [Messenger] Message sent
|
|
28778
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:17.701Z - Closed a connection. Number of open connections: 2
|
|
28779
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:17.701Z - Received raw message of length 32
|
|
28780
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:17.701Z - Received json message of type GET_CONTEXT_FILE_DATA
|
|
28781
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:17.702Z - Serializing response for GET_CONTEXT_FILE_DATA message in json mode
|
|
28782
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:17.703Z - Responding to GET_CONTEXT_FILE_DATA message
|
|
28783
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:17.703Z - [REQUEST]: Responding to the client. handleContextFileData
|
|
28784
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:17.704Z - Done responding to the client handleContextFileData
|
|
28785
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:17.704Z - [Messenger] Received message, length: 87218
|
|
28786
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:17.704Z - Handled json message GET_CONTEXT_FILE_DATA. Handling time: 1. Response time: 2.
|
|
28787
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:18.287Z - Closed a connection. Number of open connections: 1
|
|
28788
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:18.287Z - [ProjectGraphListener] Socket closed, triggering reconnection
|
|
28789
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:18.290Z - [Messenger] Setting up socket listeners
|
|
28790
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:18.290Z - [Messenger] listen() complete
|
|
28791
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:18.291Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
|
|
28792
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:18.291Z - Established a connection. Number of open connections: 2
|
|
28793
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:18.291Z - [Messenger] Message sent
|
|
28794
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:18.291Z - Established a connection. Number of open connections: 3
|
|
28795
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:18.291Z - Closed a connection. Number of open connections: 2
|
|
28796
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:18.292Z - Received raw message of length 42
|
|
28797
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:18.292Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
|
|
28798
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=1
|
|
28799
|
+
DEBUG nx::native::watch::watcher: [delete] _tmp_89428_ca742d460460e66226ee5cbf64a5a164
|
|
28800
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=1
|
|
28801
|
+
DEBUG nx::native::watch::watcher: [delete] _tmp_89428_ca742d460460e66226ee5cbf64a5a164
|
|
28802
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:28.601Z - [WATCHER]: _tmp_89428_ca742d460460e66226ee5cbf64a5a164 was deleted
|
|
28803
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:28.602Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: delete:_tmp_89428_ca742d460460e66226ee5cbf64a5a164
|
|
28804
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:28.603Z - [WATCHER]: File changes detected:
|
|
28805
|
+
Created:
|
|
28806
|
+
(none)
|
|
28807
|
+
Updated:
|
|
28808
|
+
(none)
|
|
28809
|
+
Deleted:
|
|
28810
|
+
- _tmp_89428_ca742d460460e66226ee5cbf64a5a164
|
|
28811
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:28.609Z - [SYNC]: clearing sync generators cache due to file changes
|
|
28812
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:28.617Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
|
|
28813
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:28.617Z - [REQUEST]:
|
|
28814
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:28.617Z - [REQUEST]: _tmp_89428_ca742d460460e66226ee5cbf64a5a164
|
|
28815
|
+
[plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
|
|
28816
|
+
[isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 89437, socket: /private/tmp/plugin88494-9-21962.842292.sock)
|
|
28817
|
+
[plugin-client] restarting worker for "nx/core/package-json"
|
|
28818
|
+
[isolated-plugin] spawned worker for "nx/core/package-json" (pid: 89438, socket: /private/tmp/plugin88494-10-21964.415417.sock)
|
|
28819
|
+
[plugin-client] restarting worker for "nx/core/project-json"
|
|
28820
|
+
[isolated-plugin] spawned worker for "nx/core/project-json" (pid: 89439, socket: /private/tmp/plugin88494-11-21966.001458.sock)
|
|
28821
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:28.636Z - Time taken for 'hash changed files from watcher' 5.547207999999955ms
|
|
28822
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:28.638Z - [WATCHER]: Processing file changes in outputs
|
|
28823
|
+
[plugin-worker] "nx/core/package-json" (pid: 89438) listening on /private/tmp/plugin88494-10-21964.415417.sock
|
|
28824
|
+
[plugin-worker] "nx/core/project-json" (pid: 89439) listening on /private/tmp/plugin88494-11-21966.001458.sock
|
|
28825
|
+
Time taken for 'plugin worker 89439 code loading' 1159.668125ms
|
|
28826
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 89437) listening on /private/tmp/plugin88494-9-21962.842292.sock
|
|
28827
|
+
Time taken for 'plugin worker 89437 code loading' 1157.2614580000002ms
|
|
28828
|
+
[isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 89437)
|
|
28829
|
+
[isolated-plugin] connected to worker for "nx/core/package-json" (pid: 89438)
|
|
28830
|
+
[isolated-plugin] connected to worker for "nx/core/project-json" (pid: 89439)
|
|
28831
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:29.885Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 1251.294958999999ms
|
|
28832
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:29.885Z - Time taken for 'start-plugin-worker:nx/core/package-json' 1250.1707079999978ms
|
|
28833
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:29.885Z - Time taken for 'start-plugin-worker:nx/core/project-json' 1248.976166999997ms
|
|
28834
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 89437) connected
|
|
28835
|
+
Time taken for 'plugin worker 89438 code loading' 1158.998792ms
|
|
28836
|
+
[plugin-worker] "nx/core/package-json" (pid: 89438) connected
|
|
28837
|
+
[plugin-worker] "nx/core/project-json" (pid: 89439) connected
|
|
28838
|
+
[plugin-worker] "nx/core/project-json" (pid: 89439) loaded successfully
|
|
28839
|
+
Time taken for 'nx/core/project-json:createNodes' 3.7878749999999854ms
|
|
28840
|
+
[isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
|
|
28841
|
+
[plugin-worker] "nx/core/package-json" (pid: 89438) loaded successfully
|
|
28842
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 89437) loaded successfully
|
|
28843
|
+
Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 35.88316699999996ms
|
|
28844
|
+
[isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
|
|
28845
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:30.057Z - Time taken for 'build-project-configs' 1412.3309999999983ms
|
|
28846
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:30.057Z - Time taken for 'createNodes:merge' 5.554707999999664ms
|
|
28847
|
+
Time taken for 'build typescript dependencies' 0.09270799999990231ms
|
|
28848
|
+
[isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
|
|
28849
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:30.080Z - [SYNC]: collect registered sync generators
|
|
28850
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:30.081Z - [SYNC]: project graph hash is the same, not collecting task sync generators
|
|
28851
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:30.081Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
|
|
28852
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:30.091Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
|
|
28853
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:30.091Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
|
|
28854
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:30.093Z - Responding to PROJECT_GRAPH_UPDATED message
|
|
28855
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:30.093Z - [REQUEST]: Responding to the client. Project graph updated
|
|
28856
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:30.094Z - Time taken for 'total execution time for createProjectGraph()' 28.10408400000233ms
|
|
28857
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:30.094Z - Time taken for 'createDependencies' 22.108667000000423ms
|
|
28858
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:30.094Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 22.01375000000189ms
|
|
28859
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:30.094Z - Time taken for 'createMetadata' 0.00870799999756855ms
|
|
28860
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:30.094Z - Time taken for 'serialize graph' 2.7039999999979045ms
|
|
28861
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:30.094Z - Time taken for 'write cache' 10.76258300000336ms
|
|
28862
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:30.100Z - Done responding to the client Project graph updated
|
|
28863
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:30.101Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 10. Response time: 10.
|
|
28864
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:30.101Z - [Messenger] Received message, length: 895672
|
|
28865
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:31.116Z - Established a connection. Number of open connections: 3
|
|
28866
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:31.116Z - [Messenger] Sending message type: GET_CONTEXT_FILE_DATA
|
|
28867
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:31.116Z - [Messenger] Message sent
|
|
28868
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:31.117Z - Closed a connection. Number of open connections: 2
|
|
28869
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:31.117Z - Received raw message of length 32
|
|
28870
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:31.117Z - Received json message of type GET_CONTEXT_FILE_DATA
|
|
28871
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:31.119Z - Serializing response for GET_CONTEXT_FILE_DATA message in json mode
|
|
28872
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:31.120Z - Responding to GET_CONTEXT_FILE_DATA message
|
|
28873
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:31.120Z - [REQUEST]: Responding to the client. handleContextFileData
|
|
28874
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:31.123Z - Done responding to the client handleContextFileData
|
|
28875
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:31.123Z - Handled json message GET_CONTEXT_FILE_DATA. Handling time: 2. Response time: 4.
|
|
28876
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:31.124Z - [Messenger] Received message, length: 87218
|
|
28877
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:31.629Z - [ProjectGraphListener] Socket closed, triggering reconnection
|
|
28878
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:31.629Z - Closed a connection. Number of open connections: 1
|
|
28879
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:31.633Z - Established a connection. Number of open connections: 2
|
|
28880
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:31.633Z - [Messenger] Setting up socket listeners
|
|
28881
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:31.633Z - Established a connection. Number of open connections: 3
|
|
28882
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:31.633Z - [Messenger] listen() complete
|
|
28883
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:31.633Z - Closed a connection. Number of open connections: 2
|
|
28884
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:31.633Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
|
|
28885
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:31.633Z - [Messenger] Message sent
|
|
28886
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:31.634Z - Received raw message of length 42
|
|
28887
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:31.634Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
|
|
28888
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=17
|
|
28889
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/pre-auto-gc
|
|
28890
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/post-commit
|
|
28891
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/pre-rebase
|
|
28892
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/pre-merge-commit
|
|
28893
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/commit-msg
|
|
28894
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/applypatch-msg
|
|
28895
|
+
DEBUG nx::native::watch::watcher: [create] .husky/_/husky.sh
|
|
28896
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/post-applypatch
|
|
28897
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/pre-push
|
|
28898
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/post-merge
|
|
28899
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/prepare-commit-msg
|
|
28900
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/pre-commit
|
|
28901
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/.gitignore
|
|
28902
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/pre-applypatch
|
|
28903
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/post-checkout
|
|
28904
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/h
|
|
28905
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/post-rewrite
|
|
28906
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:32.367Z - [WATCHER]: Processing file changes in outputs
|
|
28907
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:33.375Z - Established a connection. Number of open connections: 3
|
|
28908
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:33.371Z - [Messenger] Setting up socket listeners
|
|
28909
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:33.376Z - [Messenger] listen() complete
|
|
28910
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:33.378Z - Established a connection. Number of open connections: 4
|
|
28911
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:33.381Z - Closed a connection. Number of open connections: 3
|
|
28912
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:33.381Z - Established a connection. Number of open connections: 4
|
|
28913
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:33.381Z - Closed a connection. Number of open connections: 3
|
|
28914
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:33.393Z - [Messenger] Sending message type: GET_NX_CONSOLE_STATUS
|
|
28915
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:33.394Z - [Messenger] Message sent
|
|
28916
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:33.399Z - Received raw message of length 4416
|
|
28917
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:33.400Z - Received json message of type GET_NX_CONSOLE_STATUS
|
|
28918
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:33.401Z - Graph recompute necessary due to env variable refresh. Changed keys: PATH, COLOR, GIT_AUTHOR_DATE, GIT_EDITOR, GIT_NO_REPLACE_OBJECTS, GIT_INDEX_FILE, GIT_AUTHOR_NAME, GIT_PREFIX, EDITOR, GIT_SSH_COMMAND, GIT_AUTHOR_EMAIL, GIT_EXEC_PATH, PNPM_SCRIPT_SRC_DIR
|
|
28919
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:33.404Z - Serializing response for GET_NX_CONSOLE_STATUS message in json mode
|
|
28920
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:33.404Z - Responding to GET_NX_CONSOLE_STATUS message
|
|
28921
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:33.404Z - [REQUEST]: Responding to the client. handleGetNxConsoleStatus
|
|
28922
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:33.404Z - Done responding to the client handleGetNxConsoleStatus
|
|
28923
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:33.404Z - Handled json message GET_NX_CONSOLE_STATUS. Handling time: 1. Response time: 0.
|
|
28924
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:33.404Z - [Messenger] Received message, length: 22
|
|
28925
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:33.468Z - [Messenger] Sending message type: REQUEST_PROJECT_GRAPH
|
|
28926
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:33.468Z - [Messenger] Message sent
|
|
28927
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:33.468Z - Received raw message of length 32
|
|
28928
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:33.468Z - Received json message of type REQUEST_PROJECT_GRAPH
|
|
28929
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:33.468Z - [REQUEST]: Client Request for Project Graph Received
|
|
28930
|
+
DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=61.712417ms
|
|
28931
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:33.532Z - No in-memory cached project graph found. Recomputing it...
|
|
28932
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:33.532Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
|
|
28933
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:33.532Z - [REQUEST]:
|
|
28934
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:33.532Z - [REQUEST]:
|
|
28935
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:33.537Z - Streaming message to client: progress update for topic graph-construction
|
|
28936
|
+
[plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
|
|
28937
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:33.537Z - [Messenger] Received message, length: 47
|
|
28938
|
+
[isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 89630, socket: /private/tmp/plugin88494-12-26868.300125.sock)
|
|
28939
|
+
[plugin-client] restarting worker for "nx/core/package-json"
|
|
28940
|
+
[isolated-plugin] spawned worker for "nx/core/package-json" (pid: 89631, socket: /private/tmp/plugin88494-13-26869.446792.sock)
|
|
28941
|
+
[plugin-client] restarting worker for "nx/core/project-json"
|
|
28942
|
+
[isolated-plugin] spawned worker for "nx/core/project-json" (pid: 89632, socket: /private/tmp/plugin88494-14-26869.866958.sock)
|
|
28943
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 89630) listening on /private/tmp/plugin88494-12-26868.300125.sock
|
|
28944
|
+
[plugin-worker] "nx/core/project-json" (pid: 89632) listening on /private/tmp/plugin88494-14-26869.866958.sock
|
|
28945
|
+
[plugin-worker] "nx/core/package-json" (pid: 89631) listening on /private/tmp/plugin88494-13-26869.446792.sock
|
|
28946
|
+
Time taken for 'plugin worker 89630 code loading' 378.100959ms
|
|
28947
|
+
Time taken for 'plugin worker 89632 code loading' 377.68787499999996ms
|
|
28948
|
+
[isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 89630)
|
|
28949
|
+
[isolated-plugin] connected to worker for "nx/core/package-json" (pid: 89631)
|
|
28950
|
+
[isolated-plugin] connected to worker for "nx/core/project-json" (pid: 89632)
|
|
28951
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:33.958Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 419.9627079999991ms
|
|
28952
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:33.958Z - Time taken for 'start-plugin-worker:nx/core/package-json' 418.9541250000002ms
|
|
28953
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:33.958Z - Time taken for 'start-plugin-worker:nx/core/project-json' 418.5736250000009ms
|
|
28954
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 89630) connected
|
|
28955
|
+
[plugin-worker] "nx/core/project-json" (pid: 89632) connected
|
|
28956
|
+
Time taken for 'plugin worker 89631 code loading' 378.0045ms
|
|
28957
|
+
[plugin-worker] "nx/core/package-json" (pid: 89631) connected
|
|
28958
|
+
[plugin-worker] "nx/core/project-json" (pid: 89632) loaded successfully
|
|
28959
|
+
[plugin-worker] "nx/core/package-json" (pid: 89631) loaded successfully
|
|
28960
|
+
[isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
|
|
28961
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:33.970Z - Streaming message to client: progress update for topic graph-construction
|
|
28962
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:33.994Z - [Messenger] Received message, length: 153
|
|
28963
|
+
[isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
|
|
28964
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.007Z - Streaming message to client: progress update for topic graph-construction
|
|
28965
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:34.008Z - [Messenger] Received message, length: 112
|
|
28966
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 89630) loaded successfully
|
|
28967
|
+
Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 35.55620800000003ms
|
|
28968
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.069Z - Streaming message to client: progress update for topic graph-construction
|
|
28969
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:34.069Z - [Messenger] Received message, length: 47
|
|
28970
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.085Z - Streaming message to client: progress update for topic graph-construction
|
|
28971
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:34.085Z - [Messenger] Received message, length: 47
|
|
28972
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.087Z - Time taken for 'build-project-configs' 537.9222910000026ms
|
|
28973
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.087Z - Time taken for 'createNodes:merge' 5.810625000001892ms
|
|
28974
|
+
Time taken for 'build typescript dependencies' 0.10645900000008623ms
|
|
28975
|
+
[isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
|
|
28976
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.097Z - Streaming message to client: progress update for topic graph-construction
|
|
28977
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:34.097Z - [Messenger] Received message, length: 47
|
|
28978
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.102Z - [SYNC]: collect registered sync generators
|
|
28979
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.102Z - [SYNC]: project graph hash is the same, not collecting task sync generators
|
|
28980
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.102Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
|
|
28981
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.114Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
|
|
28982
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.114Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
|
|
28983
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.116Z - Responding to PROJECT_GRAPH_UPDATED message
|
|
28984
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.117Z - [REQUEST]: Responding to the client. Project graph updated
|
|
28985
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.117Z - Serializing response for REQUEST_PROJECT_GRAPH message in json mode
|
|
28986
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.117Z - Responding to REQUEST_PROJECT_GRAPH message
|
|
28987
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.117Z - [REQUEST]: Responding to the client. project-graph
|
|
28988
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.117Z - Time taken for 'total for creating and serializing project graph' 648.8062499999978ms
|
|
28989
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.124Z - Time taken for 'total execution time for createProjectGraph()' 19.938999999998487ms
|
|
28990
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.124Z - Time taken for 'createDependencies' 14.885791000000609ms
|
|
28991
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.124Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 14.730332999999519ms
|
|
28992
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.124Z - Time taken for 'createMetadata' 0.005791999999928521ms
|
|
28993
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.124Z - Time taken for 'serialize graph' 1.812792000000627ms
|
|
28994
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.124Z - Time taken for 'write cache' 11.586374999998952ms
|
|
28995
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.127Z - Done responding to the client project-graph
|
|
28996
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.127Z - Handled json message REQUEST_PROJECT_GRAPH. Handling time: 649. Response time: 10.
|
|
28997
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:34.127Z - [Messenger] Received message, length: 895679
|
|
28998
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.130Z - Done responding to the client Project graph updated
|
|
28999
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.130Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 12. Response time: 16.
|
|
29000
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:34.133Z - [Messenger] Sending message type: PRE_TASKS_EXECUTION
|
|
29001
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:34.133Z - [Messenger] Message sent
|
|
29002
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.133Z - Received raw message of length 2164
|
|
29003
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.133Z - Received json message of type PRE_TASKS_EXECUTION
|
|
29004
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.134Z - Serializing response for PRE_TASKS_EXECUTION message in json mode
|
|
29005
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.134Z - Responding to PRE_TASKS_EXECUTION message
|
|
29006
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.134Z - [REQUEST]: Responding to the client. handleRunPreTasksExecution
|
|
29007
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.134Z - Done responding to the client handleRunPreTasksExecution
|
|
29008
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.134Z - Handled json message PRE_TASKS_EXECUTION. Handling time: 0. Response time: 0.
|
|
29009
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:34.134Z - [Messenger] Received message, length: 2
|
|
29010
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.134Z - Time taken for 'preTasksExecution' 0.13429100000212202ms
|
|
29011
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:34.131Z - [Messenger] Received message, length: 895672
|
|
29012
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:34.206Z - [Messenger] Sending message type: HASH_TASKS
|
|
29013
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:34.206Z - [Messenger] Message sent
|
|
29014
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.211Z - Received raw message of length 40849
|
|
29015
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.212Z - Received json message of type HASH_TASKS
|
|
29016
|
+
DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=57.846292ms
|
|
29017
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.270Z - Reusing in-memory cached project graph because no files changed.
|
|
29018
|
+
DEBUG nx::native::tasks::hash_planner: get_plans_internal COMPLETED in 9.881583ms - processed 6 tasks (setup: 6.022416ms, parallel_planning: 3.851125ms, pool: 1544 unique instructions)
|
|
29019
|
+
DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "8520130568453209191" (".gitignore") to hash
|
|
29020
|
+
DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "2425668806101952406" ("nx.json") to hash
|
|
29021
|
+
DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Hash Value: "17385814077483807182"
|
|
29022
|
+
DEBUG nx::native::tasks::task_hasher: hash_plans COMPLETED in 16.628083ms - processed 6 plans (setup: 575.625µs, hashing: 16.051083ms, assembly: 7.213958ms)
|
|
29023
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.316Z - Serializing response for HASH_TASKS message in json mode
|
|
29024
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.318Z - Responding to HASH_TASKS message
|
|
29025
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.318Z - [REQUEST]: Responding to the client. handleHashTasks
|
|
29026
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.321Z - Done responding to the client handleHashTasks
|
|
29027
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.321Z - Handled json message HASH_TASKS. Handling time: 104. Response time: 5.
|
|
29028
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:34.321Z - [Messenger] Received message, length: 446765
|
|
29029
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:34.430Z - [Messenger] Sending message type: GET_ESTIMATED_TASK_TIMINGS
|
|
29030
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:34.431Z - [Messenger] Message sent
|
|
29031
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.431Z - Received raw message of length 510
|
|
29032
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.431Z - Received json message of type GET_ESTIMATED_TASK_TIMINGS
|
|
29033
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.442Z - Serializing response for GET_ESTIMATED_TASK_TIMINGS message in json mode
|
|
29034
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.442Z - Responding to GET_ESTIMATED_TASK_TIMINGS message
|
|
29035
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.442Z - [REQUEST]: Responding to the client. handleGetEstimatedTaskTimings
|
|
29036
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.442Z - Done responding to the client handleGetEstimatedTaskTimings
|
|
29037
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.442Z - Handled json message GET_ESTIMATED_TASK_TIMINGS. Handling time: 11. Response time: 0.
|
|
29038
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:34.442Z - [Messenger] Received message, length: 302
|
|
29039
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:34.449Z - [Messenger] Sending message type: OUTPUTS_HASHES_MATCH_BATCH
|
|
29040
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:34.450Z - [Messenger] Message sent
|
|
29041
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.450Z - Received raw message of length 121
|
|
29042
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.450Z - Received json message of type OUTPUTS_HASHES_MATCH_BATCH
|
|
29043
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.450Z - Serializing response for OUTPUTS_HASHES_MATCH_BATCH message in json mode
|
|
29044
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.450Z - Responding to OUTPUTS_HASHES_MATCH_BATCH message
|
|
29045
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.450Z - [REQUEST]: Responding to the client. outputsHashesMatchBatch
|
|
29046
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.450Z - Done responding to the client outputsHashesMatchBatch
|
|
29047
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.450Z - Handled json message OUTPUTS_HASHES_MATCH_BATCH. Handling time: 0. Response time: 0.
|
|
29048
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:34.450Z - [Messenger] Received message, length: 7
|
|
29049
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:34.457Z - [Messenger] Sending message type: RECORD_OUTPUTS_HASH_BATCH
|
|
29050
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:34.457Z - [Messenger] Message sent
|
|
29051
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.457Z - Received raw message of length 120
|
|
29052
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.457Z - Received json message of type RECORD_OUTPUTS_HASH_BATCH
|
|
29053
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.462Z - Serializing response for RECORD_OUTPUTS_HASH_BATCH message in json mode
|
|
29054
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.462Z - Responding to RECORD_OUTPUTS_HASH_BATCH message
|
|
29055
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.462Z - [REQUEST]: Responding to the client. recordOutputsHashBatch
|
|
29056
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.462Z - Done responding to the client recordOutputsHashBatch
|
|
29057
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.462Z - Handled json message RECORD_OUTPUTS_HASH_BATCH. Handling time: 5. Response time: 0.
|
|
29058
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:34.462Z - [Messenger] Received message, length: 2
|
|
29059
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=1
|
|
29060
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=5
|
|
29061
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-storage/README.md
|
|
29062
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-storage/fesm2022/africanies-africanies-storage.mjs.map
|
|
29063
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-storage/types/africanies-africanies-storage.d.ts
|
|
29064
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-storage/package.json
|
|
29065
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-storage/README.md
|
|
29066
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-storage/fesm2022/africanies-africanies-storage.mjs
|
|
29067
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.557Z - [WATCHER]: dist/libs/africanies-storage/README.md was modified
|
|
29068
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.557Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: update:dist/libs/africanies-storage/README.md
|
|
29069
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.557Z - [WATCHER]: File changes detected:
|
|
29070
|
+
Created:
|
|
29071
|
+
(none)
|
|
29072
|
+
Updated:
|
|
29073
|
+
- dist/libs/africanies-storage/README.md
|
|
29074
|
+
Deleted:
|
|
29075
|
+
(none)
|
|
29076
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.559Z - [SYNC]: clearing sync generators cache due to file changes
|
|
29077
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.559Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
|
|
29078
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.559Z - [REQUEST]: dist/libs/africanies-storage/README.md
|
|
29079
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.559Z - [REQUEST]:
|
|
29080
|
+
[plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
|
|
29081
|
+
[isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 89666, socket: /private/tmp/plugin88494-15-27891.467417.sock)
|
|
29082
|
+
[plugin-client] restarting worker for "nx/core/package-json"
|
|
29083
|
+
[isolated-plugin] spawned worker for "nx/core/package-json" (pid: 89667, socket: /private/tmp/plugin88494-16-27892.782083.sock)
|
|
29084
|
+
[plugin-client] restarting worker for "nx/core/project-json"
|
|
29085
|
+
[isolated-plugin] spawned worker for "nx/core/project-json" (pid: 89668, socket: /private/tmp/plugin88494-17-27893.944083.sock)
|
|
29086
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.564Z - Time taken for 'hash changed files from watcher' 1.3829999999979918ms
|
|
29087
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.564Z - [WATCHER]: Processing file changes in outputs
|
|
29088
|
+
[plugin-worker] "nx/core/package-json" (pid: 89667) listening on /private/tmp/plugin88494-16-27892.782083.sock
|
|
29089
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 89666) listening on /private/tmp/plugin88494-15-27891.467417.sock
|
|
29090
|
+
Time taken for 'plugin worker 89667 code loading' 178.138833ms
|
|
29091
|
+
Time taken for 'plugin worker 89666 code loading' 181.97575ms
|
|
29092
|
+
[isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 89666)
|
|
29093
|
+
[isolated-plugin] connected to worker for "nx/core/package-json" (pid: 89667)
|
|
29094
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.803Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 241.7976669999989ms
|
|
29095
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.803Z - Time taken for 'start-plugin-worker:nx/core/package-json' 240.83745799999815ms
|
|
29096
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 89666) connected
|
|
29097
|
+
[plugin-worker] "nx/core/package-json" (pid: 89667) connected
|
|
29098
|
+
[plugin-worker] "nx/core/package-json" (pid: 89667) loaded successfully
|
|
29099
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 89666) loaded successfully
|
|
29100
|
+
[plugin-worker] "nx/core/project-json" (pid: 89668) listening on /private/tmp/plugin88494-17-27893.944083.sock
|
|
29101
|
+
Time taken for 'plugin worker 89668 code loading' 199.755875ms
|
|
29102
|
+
[isolated-plugin] connected to worker for "nx/core/project-json" (pid: 89668)
|
|
29103
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.837Z - Time taken for 'start-plugin-worker:nx/core/project-json' 273.7279159999998ms
|
|
29104
|
+
[plugin-worker] "nx/core/project-json" (pid: 89668) connected
|
|
29105
|
+
[isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
|
|
29106
|
+
[plugin-worker] "nx/core/project-json" (pid: 89668) loaded successfully
|
|
29107
|
+
Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 13.21716699999999ms
|
|
29108
|
+
Time taken for 'nx/core/project-json:createNodes' 0.48558300000001964ms
|
|
29109
|
+
[isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
|
|
29110
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.865Z - Time taken for 'build-project-configs' 297.30370799999946ms
|
|
29111
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.865Z - Time taken for 'createNodes:merge' 3.6687500000007276ms
|
|
29112
|
+
Time taken for 'build typescript dependencies' 3.9216670000000136ms
|
|
29113
|
+
[isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
|
|
29114
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.895Z - [SYNC]: collect registered sync generators
|
|
29115
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.896Z - [SYNC]: project graph hash is the same, not collecting task sync generators
|
|
29116
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.896Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
|
|
29117
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.905Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
|
|
29118
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.905Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
|
|
29119
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.908Z - Responding to PROJECT_GRAPH_UPDATED message
|
|
29120
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.908Z - [REQUEST]: Responding to the client. Project graph updated
|
|
29121
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.909Z - Time taken for 'total execution time for createProjectGraph()' 30.92029200000252ms
|
|
29122
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.909Z - Time taken for 'createDependencies' 25.298249999999825ms
|
|
29123
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.909Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 25.19458300000042ms
|
|
29124
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.909Z - Time taken for 'createMetadata' 0.00945799999681185ms
|
|
29125
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.909Z - Time taken for 'serialize graph' 4.73975000000064ms
|
|
29126
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.909Z - Time taken for 'write cache' 8.631124999999884ms
|
|
29127
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.983Z - Done responding to the client Project graph updated
|
|
29128
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:34.983Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 9. Response time: 78.
|
|
29129
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:34.984Z - [Messenger] Received message, length: 895672
|
|
29130
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=2
|
|
29131
|
+
DEBUG nx::native::watch::watcher: [create] tmp/libs/africanies-models/build/tsconfig.generated.dd171acb-4b2c-47ef-bfdb-818cc4706559.json
|
|
29132
|
+
DEBUG nx::native::watch::watcher: [create] tmp/libs/africanies-icons/build/tsconfig.generated.c83d15b0-02d2-4c43-8dcb-932633c4843a.json
|
|
29133
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:35.941Z - [WATCHER]: Processing file changes in outputs
|
|
29134
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:36.024Z - [Messenger] Sending message type: GET_CONTEXT_FILE_DATA
|
|
29135
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:36.024Z - [Messenger] Message sent
|
|
29136
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:36.024Z - Established a connection. Number of open connections: 4
|
|
29137
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:36.025Z - Received raw message of length 32
|
|
29138
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:36.025Z - Received json message of type GET_CONTEXT_FILE_DATA
|
|
29139
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:36.026Z - Serializing response for GET_CONTEXT_FILE_DATA message in json mode
|
|
29140
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:36.026Z - Responding to GET_CONTEXT_FILE_DATA message
|
|
29141
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:36.026Z - [REQUEST]: Responding to the client. handleContextFileData
|
|
29142
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:36.026Z - Closed a connection. Number of open connections: 3
|
|
29143
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:36.027Z - Done responding to the client handleContextFileData
|
|
29144
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:36.027Z - [Messenger] Received message, length: 87297
|
|
29145
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:36.028Z - Handled json message GET_CONTEXT_FILE_DATA. Handling time: 1. Response time: 2.
|
|
29146
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=2
|
|
29147
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-models/README.md
|
|
29148
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-icons/README.md
|
|
29149
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=11
|
|
29150
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-models/fesm2022/africanies-africanies-models.mjs
|
|
29151
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-icons/fesm2022/africanies-africanies-icons.mjs.map
|
|
29152
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-icons/README.md
|
|
29153
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-icons/types/africanies-africanies-icons.d.ts
|
|
29154
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-models/package.json
|
|
29155
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:36.172Z - [WATCHER]: 0 file(s) created or restored, 0 file(s) modified, 2 file(s) deleted
|
|
29156
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-models/README.md
|
|
29157
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-icons/package.json
|
|
29158
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-models/types/africanies-africanies-models.d.ts
|
|
29159
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-models/fesm2022/africanies-africanies-models.mjs.map
|
|
29160
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-icons/assets/icons.sprite.svg
|
|
29161
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-icons/fesm2022/africanies-africanies-icons.mjs
|
|
29162
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:36.172Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 2 events: delete:dist/libs/africanies-models/README.md, delete:dist/libs/africanies-icons/README.md
|
|
29163
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:36.172Z - [WATCHER]: File changes detected:
|
|
29164
|
+
Created:
|
|
29165
|
+
(none)
|
|
29166
|
+
Updated:
|
|
29167
|
+
(none)
|
|
29168
|
+
Deleted:
|
|
29169
|
+
- dist/libs/africanies-models/README.md
|
|
29170
|
+
- dist/libs/africanies-icons/README.md
|
|
29171
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:36.174Z - [SYNC]: clearing sync generators cache due to file changes
|
|
29172
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:36.174Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
|
|
29173
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:36.174Z - [REQUEST]:
|
|
29174
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:36.174Z - [REQUEST]: dist/libs/africanies-models/README.md,dist/libs/africanies-icons/README.md
|
|
29175
|
+
[plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
|
|
29176
|
+
[isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 89687, socket: /private/tmp/plugin88494-18-29509.64875.sock)
|
|
29177
|
+
[plugin-client] restarting worker for "nx/core/package-json"
|
|
29178
|
+
[isolated-plugin] spawned worker for "nx/core/package-json" (pid: 89688, socket: /private/tmp/plugin88494-19-29520.71475.sock)
|
|
29179
|
+
[plugin-client] restarting worker for "nx/core/project-json"
|
|
29180
|
+
[isolated-plugin] spawned worker for "nx/core/project-json" (pid: 89689, socket: /private/tmp/plugin88494-20-29523.374792.sock)
|
|
29181
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:36.199Z - Time taken for 'hash changed files from watcher' 1.2121670000015001ms
|
|
29182
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:36.201Z - [WATCHER]: Processing file changes in outputs
|
|
29183
|
+
[plugin-worker] "nx/core/project-json" (pid: 89689) listening on /private/tmp/plugin88494-20-29523.374792.sock
|
|
29184
|
+
Time taken for 'plugin worker 89689 code loading' 315.64091599999995ms
|
|
29185
|
+
[isolated-plugin] connected to worker for "nx/core/project-json" (pid: 89689)
|
|
29186
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:36.627Z - Time taken for 'start-plugin-worker:nx/core/project-json' 435.32570900000064ms
|
|
29187
|
+
[plugin-worker] "nx/core/project-json" (pid: 89689) connected
|
|
29188
|
+
[plugin-worker] "nx/core/project-json" (pid: 89689) loaded successfully
|
|
29189
|
+
[plugin-worker] "nx/core/package-json" (pid: 89688) listening on /private/tmp/plugin88494-19-29520.71475.sock
|
|
29190
|
+
Time taken for 'plugin worker 89688 code loading' 335.016291ms
|
|
29191
|
+
[isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
|
|
29192
|
+
[isolated-plugin] connected to worker for "nx/core/package-json" (pid: 89688)
|
|
29193
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:36.639Z - Time taken for 'start-plugin-worker:nx/core/package-json' 449.24774999999863ms
|
|
29194
|
+
[plugin-worker] "nx/core/package-json" (pid: 89688) connected
|
|
29195
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 89687) listening on /private/tmp/plugin88494-18-29509.64875.sock
|
|
29196
|
+
Time taken for 'plugin worker 89687 code loading' 333.53525ms
|
|
29197
|
+
[isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 89687)
|
|
29198
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:36.662Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 484.9747920000009ms
|
|
29199
|
+
[plugin-worker] "nx/core/package-json" (pid: 89688) loaded successfully
|
|
29200
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 89687) connected
|
|
29201
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 89687) loaded successfully
|
|
29202
|
+
[isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
|
|
29203
|
+
Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 17.358250000000112ms
|
|
29204
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:36.916Z - Time taken for 'build-project-configs' 674.6980000000003ms
|
|
29205
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:36.916Z - Time taken for 'createNodes:merge' 37.84945799999696ms
|
|
29206
|
+
Time taken for 'build typescript dependencies' 0.09924999999998363ms
|
|
29207
|
+
[isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
|
|
29208
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:36.975Z - [SYNC]: collect registered sync generators
|
|
29209
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:36.976Z - [SYNC]: project graph hash is the same, not collecting task sync generators
|
|
29210
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:36.976Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
|
|
29211
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:36.989Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
|
|
29212
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:36.989Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
|
|
29213
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:36.995Z - Responding to PROJECT_GRAPH_UPDATED message
|
|
29214
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:36.995Z - [REQUEST]: Responding to the client. Project graph updated
|
|
29215
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:36.997Z - Time taken for 'total execution time for createProjectGraph()' 100.45237500000076ms
|
|
29216
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:36.997Z - Time taken for 'createDependencies' 30.082540999999765ms
|
|
29217
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:36.997Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 29.663416999999754ms
|
|
29218
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:36.997Z - Time taken for 'createMetadata' 0.576959000001807ms
|
|
29219
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:36.997Z - Time taken for 'serialize graph' 5.85545799999818ms
|
|
29220
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:36.997Z - Time taken for 'write cache' 12.614999999997963ms
|
|
29221
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:37.012Z - Done responding to the client Project graph updated
|
|
29222
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:37.012Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 12. Response time: 23.
|
|
29223
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:37.013Z - [Messenger] Received message, length: 895672
|
|
29224
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:37.058Z - Closed a connection. Number of open connections: 2
|
|
29225
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:37.060Z - [ProjectGraphListener] Socket closed, triggering reconnection
|
|
29226
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:37.068Z - [Messenger] Setting up socket listeners
|
|
29227
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:37.068Z - [Messenger] listen() complete
|
|
29228
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:37.068Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
|
|
29229
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:37.068Z - [Messenger] Message sent
|
|
29230
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:37.068Z - Established a connection. Number of open connections: 3
|
|
29231
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:37.068Z - Established a connection. Number of open connections: 4
|
|
29232
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:37.069Z - Closed a connection. Number of open connections: 3
|
|
29233
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:37.069Z - Received raw message of length 42
|
|
29234
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:37.069Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
|
|
29235
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:38.036Z - [Messenger] Sending message type: GET_CONTEXT_FILE_DATA
|
|
29236
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:38.037Z - [Messenger] Message sent
|
|
29237
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:38.039Z - Established a connection. Number of open connections: 4
|
|
29238
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:38.041Z - Received raw message of length 32
|
|
29239
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:38.041Z - Received json message of type GET_CONTEXT_FILE_DATA
|
|
29240
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:38.043Z - Serializing response for GET_CONTEXT_FILE_DATA message in json mode
|
|
29241
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:38.043Z - Responding to GET_CONTEXT_FILE_DATA message
|
|
29242
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:38.043Z - [REQUEST]: Responding to the client. handleContextFileData
|
|
29243
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:38.045Z - Closed a connection. Number of open connections: 3
|
|
29244
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:38.046Z - Done responding to the client handleContextFileData
|
|
29245
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:38.046Z - [Messenger] Received message, length: 87297
|
|
29246
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:38.047Z - Handled json message GET_CONTEXT_FILE_DATA. Handling time: 2. Response time: 4.
|
|
29247
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=1
|
|
29248
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=6
|
|
29249
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/fesm2022/africanies-africanies-models.mjs
|
|
29250
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/package.json
|
|
29251
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-models/README.md
|
|
29252
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/types/africanies-africanies-models.d.ts
|
|
29253
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/fesm2022/africanies-africanies-models.mjs.map
|
|
29254
|
+
DEBUG nx::native::watch::watcher: [delete] tmp/libs/africanies-models/build/tsconfig.generated.dd171acb-4b2c-47ef-bfdb-818cc4706559.json
|
|
29255
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-models/README.md
|
|
29256
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:38.402Z - [WATCHER]: Processing file changes in outputs
|
|
29257
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:38.403Z - [WATCHER]: dist/libs/africanies-models/README.md was modified
|
|
29258
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:38.403Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: update:dist/libs/africanies-models/README.md
|
|
29259
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:38.404Z - [WATCHER]: File changes detected:
|
|
29260
|
+
Created:
|
|
29261
|
+
(none)
|
|
29262
|
+
Updated:
|
|
29263
|
+
- dist/libs/africanies-models/README.md
|
|
29264
|
+
Deleted:
|
|
29265
|
+
(none)
|
|
29266
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:38.405Z - [SYNC]: clearing sync generators cache due to file changes
|
|
29267
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:38.409Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
|
|
29268
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:38.409Z - [REQUEST]: dist/libs/africanies-models/README.md
|
|
29269
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:38.409Z - [REQUEST]:
|
|
29270
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:38.413Z - [Messenger] Sending message type: RECORD_OUTPUTS_HASH_BATCH
|
|
29271
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:38.413Z - [Messenger] Message sent
|
|
29272
|
+
[plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
|
|
29273
|
+
[isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 89718, socket: /private/tmp/plugin88494-21-31749.3655.sock)
|
|
29274
|
+
[plugin-client] restarting worker for "nx/core/package-json"
|
|
29275
|
+
[isolated-plugin] spawned worker for "nx/core/package-json" (pid: 89719, socket: /private/tmp/plugin88494-22-31752.008125.sock)
|
|
29276
|
+
[plugin-client] restarting worker for "nx/core/project-json"
|
|
29277
|
+
[isolated-plugin] spawned worker for "nx/core/project-json" (pid: 89720, socket: /private/tmp/plugin88494-23-31753.57975.sock)
|
|
29278
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:38.424Z - Time taken for 'hash changed files from watcher' 1.1152499999989232ms
|
|
29279
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:38.426Z - Received raw message of length 117
|
|
29280
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:38.427Z - Received json message of type RECORD_OUTPUTS_HASH_BATCH
|
|
29281
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:38.431Z - Serializing response for RECORD_OUTPUTS_HASH_BATCH message in json mode
|
|
29282
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:38.431Z - Responding to RECORD_OUTPUTS_HASH_BATCH message
|
|
29283
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:38.431Z - [REQUEST]: Responding to the client. recordOutputsHashBatch
|
|
29284
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:38.431Z - Done responding to the client recordOutputsHashBatch
|
|
29285
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:38.431Z - Handled json message RECORD_OUTPUTS_HASH_BATCH. Handling time: 4. Response time: 0.
|
|
29286
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:38.432Z - [Messenger] Received message, length: 2
|
|
29287
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=2
|
|
29288
|
+
DEBUG nx::native::watch::watcher: [update] .nx/cache/877026836685850193/dist/libs/africanies-models/README.md
|
|
29289
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-models/README.md
|
|
29290
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:38.544Z - [WATCHER]: 0 file(s) created or restored, 2 file(s) modified, 0 file(s) deleted
|
|
29291
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:38.544Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 2 events: update:.nx/cache/877026836685850193/dist/libs/africanies-models/README.md, update:dist/libs/africanies-models/README.md
|
|
29292
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:38.544Z - [WATCHER]: File changes detected:
|
|
29293
|
+
Created:
|
|
29294
|
+
(none)
|
|
29295
|
+
Updated:
|
|
29296
|
+
- .nx/cache/877026836685850193/dist/libs/africanies-models/README.md
|
|
29297
|
+
- dist/libs/africanies-models/README.md
|
|
29298
|
+
Deleted:
|
|
29299
|
+
(none)
|
|
29300
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=5
|
|
29301
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/fesm2022/africanies-africanies-models.mjs
|
|
29302
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/package.json
|
|
29303
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-models/README.md
|
|
29304
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/types/africanies-africanies-models.d.ts
|
|
29305
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/fesm2022/africanies-africanies-models.mjs.map
|
|
29306
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:38.548Z - [SYNC]: clearing sync generators cache due to file changes
|
|
29307
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:38.548Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
|
|
29308
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:38.548Z - [REQUEST]: dist/libs/africanies-models/README.md,.nx/cache/877026836685850193/dist/libs/africanies-models/README.md
|
|
29309
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:38.548Z - [REQUEST]:
|
|
29310
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:38.560Z - Time taken for 'hash changed files from watcher' 3.1682920000021113ms
|
|
29311
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:38.563Z - [WATCHER]: Processing file changes in outputs
|
|
29312
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:38.924Z - Closed a connection. Number of open connections: 2
|
|
29313
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:38.925Z - [ProjectGraphListener] Socket closed, triggering reconnection
|
|
29314
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:38.935Z - [Messenger] Setting up socket listeners
|
|
29315
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:38.935Z - [Messenger] listen() complete
|
|
29316
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:38.935Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
|
|
29317
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:38.935Z - [Messenger] Message sent
|
|
29318
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:38.936Z - Established a connection. Number of open connections: 3
|
|
29319
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=1
|
|
29320
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-icons/types/africanies-africanies-icons.d.ts
|
|
29321
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.015Z - Established a connection. Number of open connections: 4
|
|
29322
|
+
[plugin-worker] "nx/core/project-json" (pid: 89720) listening on /private/tmp/plugin88494-23-31753.57975.sock
|
|
29323
|
+
Time taken for 'plugin worker 89720 code loading' 460.485667ms
|
|
29324
|
+
[plugin-worker] "nx/core/project-json" (pid: 89720) connected
|
|
29325
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 89718) listening on /private/tmp/plugin88494-21-31749.3655.sock
|
|
29326
|
+
Time taken for 'plugin worker 89718 code loading' 486.722042ms
|
|
29327
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.016Z - [WATCHER]: Processing file changes in outputs
|
|
29328
|
+
[isolated-plugin] connected to worker for "nx/core/project-json" (pid: 89720)
|
|
29329
|
+
[isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 89718)
|
|
29330
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.022Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 600.9327499999999ms
|
|
29331
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.024Z - Time taken for 'start-plugin-worker:nx/core/project-json' 594.1157920000005ms
|
|
29332
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.024Z - Closed a connection. Number of open connections: 3
|
|
29333
|
+
[plugin-worker] "nx/core/project-json" (pid: 89720) loaded successfully
|
|
29334
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 89718) connected
|
|
29335
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.026Z - Received raw message of length 42
|
|
29336
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.026Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
|
|
29337
|
+
Time taken for 'nx/core/project-json:createNodes' 0.7087500000000091ms
|
|
29338
|
+
Time taken for 'nx/core/project-json:createNodes' 0.9051249999999982ms
|
|
29339
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 89718) loaded successfully
|
|
29340
|
+
[isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
|
|
29341
|
+
[isolated-plugin] connected to worker for "nx/core/package-json" (pid: 89719)
|
|
29342
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.054Z - Time taken for 'start-plugin-worker:nx/core/package-json' 633.4879580000015ms
|
|
29343
|
+
[plugin-worker] "nx/core/package-json" (pid: 89719) listening on /private/tmp/plugin88494-22-31752.008125.sock
|
|
29344
|
+
[plugin-worker] "nx/core/package-json" (pid: 89719) connected
|
|
29345
|
+
Time taken for 'plugin worker 89719 code loading' 557.332542ms
|
|
29346
|
+
[plugin-worker] "nx/core/package-json" (pid: 89719) loaded successfully
|
|
29347
|
+
[isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
|
|
29348
|
+
Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 70.30054199999995ms
|
|
29349
|
+
Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 78.147333ms
|
|
29350
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.229Z - Time taken for 'build-project-configs' 635.9883750000008ms
|
|
29351
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.229Z - Time taken for 'build-project-configs' 648.3195420000011ms
|
|
29352
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.229Z - Time taken for 'createNodes:merge' 5.850249999999505ms
|
|
29353
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.229Z - Time taken for 'createNodes:merge' 12.259208999999828ms
|
|
29354
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:39.243Z - [Messenger] Sending message type: RECORD_OUTPUTS_HASH_BATCH
|
|
29355
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:39.243Z - [Messenger] Message sent
|
|
29356
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.243Z - Received raw message of length 117
|
|
29357
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.244Z - Received json message of type RECORD_OUTPUTS_HASH_BATCH
|
|
29358
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.249Z - Serializing response for RECORD_OUTPUTS_HASH_BATCH message in json mode
|
|
29359
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.249Z - Responding to RECORD_OUTPUTS_HASH_BATCH message
|
|
29360
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.249Z - [REQUEST]: Responding to the client. recordOutputsHashBatch
|
|
29361
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.249Z - Done responding to the client recordOutputsHashBatch
|
|
29362
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.250Z - Handled json message RECORD_OUTPUTS_HASH_BATCH. Handling time: 5. Response time: 1.
|
|
29363
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:39.250Z - [Messenger] Received message, length: 2
|
|
29364
|
+
Time taken for 'build typescript dependencies' 9.792332999999985ms
|
|
29365
|
+
[isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
|
|
29366
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.282Z - [SYNC]: collect registered sync generators
|
|
29367
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.282Z - [SYNC]: project graph hash is the same, not collecting task sync generators
|
|
29368
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.282Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
|
|
29369
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.301Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
|
|
29370
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.301Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
|
|
29371
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.307Z - Responding to PROJECT_GRAPH_UPDATED message
|
|
29372
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.307Z - [REQUEST]: Responding to the client. Project graph updated
|
|
29373
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.308Z - Time taken for 'total execution time for createProjectGraph()' 66.42716699999801ms
|
|
29374
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.308Z - Time taken for 'createDependencies' 56.19412499999817ms
|
|
29375
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.308Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 56.023457999999664ms
|
|
29376
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.308Z - Time taken for 'createMetadata' 0.014040999998542247ms
|
|
29377
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.308Z - Time taken for 'serialize graph' 2.4556660000016564ms
|
|
29378
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.308Z - Time taken for 'write cache' 18.843958999997994ms
|
|
29379
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.316Z - Done responding to the client Project graph updated
|
|
29380
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.316Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 19. Response time: 15.
|
|
29381
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:39.327Z - [Messenger] Received message, length: 895672
|
|
29382
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=2
|
|
29383
|
+
DEBUG nx::native::watch::watcher: [update] .nx/cache/5151121439688073678/dist/libs/africanies-icons/README.md
|
|
29384
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/README.md
|
|
29385
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.358Z - [WATCHER]: 0 file(s) created or restored, 2 file(s) modified, 0 file(s) deleted
|
|
29386
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.358Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 2 events: update:.nx/cache/5151121439688073678/dist/libs/africanies-icons/README.md, update:dist/libs/africanies-icons/README.md
|
|
29387
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.358Z - [WATCHER]: File changes detected:
|
|
29388
|
+
Created:
|
|
29389
|
+
(none)
|
|
29390
|
+
Updated:
|
|
29391
|
+
- .nx/cache/5151121439688073678/dist/libs/africanies-icons/README.md
|
|
29392
|
+
- dist/libs/africanies-icons/README.md
|
|
29393
|
+
Deleted:
|
|
29394
|
+
(none)
|
|
29395
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.359Z - [SYNC]: clearing sync generators cache due to file changes
|
|
29396
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.360Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
|
|
29397
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.360Z - [REQUEST]: .nx/cache/5151121439688073678/dist/libs/africanies-icons/README.md,dist/libs/africanies-icons/README.md
|
|
29398
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.360Z - [REQUEST]:
|
|
29399
|
+
[plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
|
|
29400
|
+
[isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 89758, socket: /private/tmp/plugin88494-24-32691.774917.sock)
|
|
29401
|
+
[plugin-client] restarting worker for "nx/core/package-json"
|
|
29402
|
+
[isolated-plugin] spawned worker for "nx/core/package-json" (pid: 89759, socket: /private/tmp/plugin88494-25-32692.409458.sock)
|
|
29403
|
+
[plugin-client] restarting worker for "nx/core/project-json"
|
|
29404
|
+
[isolated-plugin] spawned worker for "nx/core/project-json" (pid: 89760, socket: /private/tmp/plugin88494-26-32692.772625.sock)
|
|
29405
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.362Z - Time taken for 'hash changed files from watcher' 1.096332999997685ms
|
|
29406
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=7
|
|
29407
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-icons/fesm2022/africanies-africanies-icons.mjs.map
|
|
29408
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/README.md
|
|
29409
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/types/africanies-africanies-icons.d.ts
|
|
29410
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-icons/package.json
|
|
29411
|
+
DEBUG nx::native::watch::watcher: [delete] tmp/libs/africanies-icons/build/tsconfig.generated.c83d15b0-02d2-4c43-8dcb-932633c4843a.json
|
|
29412
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/assets/icons.sprite.svg
|
|
29413
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-icons/fesm2022/africanies-africanies-icons.mjs
|
|
29414
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.367Z - [WATCHER]: Processing file changes in outputs
|
|
29415
|
+
[plugin-worker] "nx/core/package-json" (pid: 89759) listening on /private/tmp/plugin88494-25-32692.409458.sock
|
|
29416
|
+
Time taken for 'plugin worker 89759 code loading' 177.000666ms
|
|
29417
|
+
[plugin-worker] "nx/core/project-json" (pid: 89760) listening on /private/tmp/plugin88494-26-32692.772625.sock
|
|
29418
|
+
Time taken for 'plugin worker 89760 code loading' 180.08275ms
|
|
29419
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 89758) listening on /private/tmp/plugin88494-24-32691.774917.sock
|
|
29420
|
+
Time taken for 'plugin worker 89758 code loading' 178.53491699999998ms
|
|
29421
|
+
[plugin-worker] "nx/core/package-json" (pid: 89759) connected
|
|
29422
|
+
[plugin-worker] "nx/core/project-json" (pid: 89760) connected
|
|
29423
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 89758) connected
|
|
29424
|
+
[isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 89758)
|
|
29425
|
+
[isolated-plugin] connected to worker for "nx/core/package-json" (pid: 89759)
|
|
29426
|
+
[isolated-plugin] connected to worker for "nx/core/project-json" (pid: 89760)
|
|
29427
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.593Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 231.27529199999844ms
|
|
29428
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.593Z - Time taken for 'start-plugin-worker:nx/core/package-json' 231.0515000000014ms
|
|
29429
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.593Z - Time taken for 'start-plugin-worker:nx/core/project-json' 230.8771250000027ms
|
|
29430
|
+
[plugin-worker] "nx/core/package-json" (pid: 89759) loaded successfully
|
|
29431
|
+
[plugin-worker] "nx/core/project-json" (pid: 89760) loaded successfully
|
|
29432
|
+
Time taken for 'nx/core/project-json:createNodes' 1.0292079999999828ms
|
|
29433
|
+
[isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
|
|
29434
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 89758) loaded successfully
|
|
29435
|
+
[isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
|
|
29436
|
+
Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 14.961375000000004ms
|
|
29437
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.650Z - Time taken for 'build-project-configs' 278.78870800000004ms
|
|
29438
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.650Z - Time taken for 'createNodes:merge' 4.74854200000118ms
|
|
29439
|
+
Time taken for 'build typescript dependencies' 13.972540999999978ms
|
|
29440
|
+
[isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
|
|
29441
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.701Z - [SYNC]: collect registered sync generators
|
|
29442
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.701Z - [SYNC]: project graph hash is the same, not collecting task sync generators
|
|
29443
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.701Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
|
|
29444
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.708Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
|
|
29445
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.709Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
|
|
29446
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.713Z - Responding to PROJECT_GRAPH_UPDATED message
|
|
29447
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.713Z - [REQUEST]: Responding to the client. Project graph updated
|
|
29448
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.714Z - Time taken for 'total execution time for createProjectGraph()' 55.5590830000001ms
|
|
29449
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.714Z - Time taken for 'createDependencies' 49.284708999999566ms
|
|
29450
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.714Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 49.0949580000015ms
|
|
29451
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.714Z - Time taken for 'createMetadata' 0.01179200000478886ms
|
|
29452
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.714Z - Time taken for 'serialize graph' 3.432374999996682ms
|
|
29453
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.714Z - Time taken for 'write cache' 7.121875000004366ms
|
|
29454
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.790Z - Done responding to the client Project graph updated
|
|
29455
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:39.790Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 8. Response time: 81.
|
|
29456
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:39.794Z - [Messenger] Received message, length: 895672
|
|
29457
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=1
|
|
29458
|
+
DEBUG nx::native::watch::watcher: [create] tmp/libs/africanies-core/build/tsconfig.generated.0ba42b88-0059-4326-941a-74e374950e79.json
|
|
29459
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:40.644Z - [WATCHER]: Processing file changes in outputs
|
|
29460
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=5
|
|
29461
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs
|
|
29462
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs.map
|
|
29463
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-core/package.json
|
|
29464
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-core/README.md
|
|
29465
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-core/types/africanies-africanies-core.d.ts
|
|
29466
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:40.811Z - [WATCHER]: Processing file changes in outputs
|
|
29467
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=1
|
|
29468
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-core/README.md
|
|
29469
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:40.813Z - [WATCHER]: dist/libs/africanies-core/README.md was deleted
|
|
29470
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:40.813Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: delete:dist/libs/africanies-core/README.md
|
|
29471
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:40.814Z - [WATCHER]: File changes detected:
|
|
29472
|
+
Created:
|
|
29473
|
+
(none)
|
|
29474
|
+
Updated:
|
|
29475
|
+
(none)
|
|
29476
|
+
Deleted:
|
|
29477
|
+
- dist/libs/africanies-core/README.md
|
|
29478
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:40.818Z - [SYNC]: clearing sync generators cache due to file changes
|
|
29479
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:40.828Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
|
|
29480
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:40.828Z - [REQUEST]:
|
|
29481
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:40.828Z - [REQUEST]: dist/libs/africanies-core/README.md
|
|
29482
|
+
[plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
|
|
29483
|
+
[isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 89839, socket: /private/tmp/plugin88494-27-34163.106208.sock)
|
|
29484
|
+
[plugin-client] restarting worker for "nx/core/package-json"
|
|
29485
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:40.837Z - [Messenger] Sending message type: GET_CONTEXT_FILE_DATA
|
|
29486
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:40.838Z - [Messenger] Message sent
|
|
29487
|
+
[isolated-plugin] spawned worker for "nx/core/package-json" (pid: 89840, socket: /private/tmp/plugin88494-28-34164.722.sock)
|
|
29488
|
+
[plugin-client] restarting worker for "nx/core/project-json"
|
|
29489
|
+
[isolated-plugin] spawned worker for "nx/core/project-json" (pid: 89841, socket: /private/tmp/plugin88494-29-34170.013125.sock)
|
|
29490
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:40.840Z - Time taken for 'hash changed files from watcher' 1.6097920000029262ms
|
|
29491
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:40.842Z - Established a connection. Number of open connections: 4
|
|
29492
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:40.843Z - Received raw message of length 32
|
|
29493
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:40.843Z - Received json message of type GET_CONTEXT_FILE_DATA
|
|
29494
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:40.848Z - Serializing response for GET_CONTEXT_FILE_DATA message in json mode
|
|
29495
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:40.850Z - Responding to GET_CONTEXT_FILE_DATA message
|
|
29496
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:40.850Z - [REQUEST]: Responding to the client. handleContextFileData
|
|
29497
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:40.851Z - Closed a connection. Number of open connections: 3
|
|
29498
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:40.858Z - Done responding to the client handleContextFileData
|
|
29499
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:40.858Z - Handled json message GET_CONTEXT_FILE_DATA. Handling time: 3. Response time: 10.
|
|
29500
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:40.861Z - [Messenger] Received message, length: 87666
|
|
29501
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 89839) listening on /private/tmp/plugin88494-27-34163.106208.sock
|
|
29502
|
+
Time taken for 'plugin worker 89839 code loading' 561.814083ms
|
|
29503
|
+
[isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 89839)
|
|
29504
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:41.488Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 653.3227079999997ms
|
|
29505
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 89839) connected
|
|
29506
|
+
[plugin-worker] "nx/core/package-json" (pid: 89840) listening on /private/tmp/plugin88494-28-34164.722.sock
|
|
29507
|
+
Time taken for 'plugin worker 89840 code loading' 567.2542920000001ms
|
|
29508
|
+
[isolated-plugin] connected to worker for "nx/core/package-json" (pid: 89840)
|
|
29509
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:41.498Z - Time taken for 'start-plugin-worker:nx/core/package-json' 663.9946249999994ms
|
|
29510
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 89839) loaded successfully
|
|
29511
|
+
[plugin-worker] "nx/core/project-json" (pid: 89841) listening on /private/tmp/plugin88494-29-34170.013125.sock
|
|
29512
|
+
[plugin-worker] "nx/core/package-json" (pid: 89840) connected
|
|
29513
|
+
[plugin-worker] "nx/core/package-json" (pid: 89840) loaded successfully
|
|
29514
|
+
Time taken for 'plugin worker 89841 code loading' 580.061917ms
|
|
29515
|
+
[isolated-plugin] connected to worker for "nx/core/project-json" (pid: 89841)
|
|
29516
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:41.509Z - Time taken for 'start-plugin-worker:nx/core/project-json' 670.2056660000017ms
|
|
29517
|
+
[plugin-worker] "nx/core/project-json" (pid: 89841) connected
|
|
29518
|
+
[plugin-worker] "nx/core/project-json" (pid: 89841) loaded successfully
|
|
29519
|
+
Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 19.937875000000076ms
|
|
29520
|
+
Time taken for 'nx/core/project-json:createNodes' 3.5330830000000333ms
|
|
29521
|
+
[isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
|
|
29522
|
+
[isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
|
|
29523
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:41.568Z - Time taken for 'build-project-configs' 723.1617499999993ms
|
|
29524
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:41.568Z - Time taken for 'createNodes:merge' 3.8788750000021537ms
|
|
29525
|
+
Time taken for 'build typescript dependencies' 0.5401659999999993ms
|
|
29526
|
+
[isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
|
|
29527
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:41.601Z - [SYNC]: collect registered sync generators
|
|
29528
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:41.601Z - [SYNC]: project graph hash is the same, not collecting task sync generators
|
|
29529
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:41.601Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
|
|
29530
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:41.609Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
|
|
29531
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:41.610Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
|
|
29532
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:41.613Z - Responding to PROJECT_GRAPH_UPDATED message
|
|
29533
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:41.614Z - [REQUEST]: Responding to the client. Project graph updated
|
|
29534
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:41.614Z - Time taken for 'total execution time for createProjectGraph()' 40.593375000004016ms
|
|
29535
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:41.615Z - Time taken for 'createDependencies' 34.22912499999802ms
|
|
29536
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:41.615Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 34.07816699999967ms
|
|
29537
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:41.615Z - Time taken for 'createMetadata' 0.011333000002196059ms
|
|
29538
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:41.615Z - Time taken for 'serialize graph' 3.0702910000036354ms
|
|
29539
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:41.615Z - Time taken for 'write cache' 8.726083000001381ms
|
|
29540
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:41.707Z - [ProjectGraphListener] Socket closed, triggering reconnection
|
|
29541
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:41.708Z - Socket write error (client likely disconnected): write EPIPE
|
|
29542
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:41.708Z - Done responding to the client Project graph updated
|
|
29543
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:41.709Z - Socket error: write EPIPE
|
|
29544
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:41.709Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 9. Response time: 99.
|
|
29545
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:41.709Z - Closed a connection. Number of open connections: 2
|
|
29546
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:41.711Z - Established a connection. Number of open connections: 3
|
|
29547
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:41.711Z - [Messenger] Setting up socket listeners
|
|
29548
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:41.711Z - Established a connection. Number of open connections: 4
|
|
29549
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:41.711Z - [Messenger] listen() complete
|
|
29550
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:41.711Z - Closed a connection. Number of open connections: 3
|
|
29551
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:41.711Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
|
|
29552
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:41.711Z - [Messenger] Message sent
|
|
29553
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:41.712Z - Received raw message of length 42
|
|
29554
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:41.712Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
|
|
29555
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:42.807Z - [Messenger] Sending message type: RECORD_OUTPUTS_HASH_BATCH
|
|
29556
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:42.807Z - [Messenger] Message sent
|
|
29557
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:42.808Z - Received raw message of length 117
|
|
29558
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:42.808Z - Received json message of type RECORD_OUTPUTS_HASH_BATCH
|
|
29559
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:42.812Z - Serializing response for RECORD_OUTPUTS_HASH_BATCH message in json mode
|
|
29560
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:42.818Z - Responding to RECORD_OUTPUTS_HASH_BATCH message
|
|
29561
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:42.819Z - [REQUEST]: Responding to the client. recordOutputsHashBatch
|
|
29562
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:42.819Z - Done responding to the client recordOutputsHashBatch
|
|
29563
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:42.819Z - [Messenger] Received message, length: 2
|
|
29564
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:42.820Z - Handled json message RECORD_OUTPUTS_HASH_BATCH. Handling time: 4. Response time: 8.
|
|
29565
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=2
|
|
29566
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-core/README.md
|
|
29567
|
+
DEBUG nx::native::watch::watcher: [update] .nx/cache/18393832731522001121/dist/libs/africanies-core/README.md
|
|
29568
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:42.930Z - [WATCHER]: 0 file(s) created or restored, 2 file(s) modified, 0 file(s) deleted
|
|
29569
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:42.930Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 2 events: update:dist/libs/africanies-core/README.md, update:.nx/cache/18393832731522001121/dist/libs/africanies-core/README.md
|
|
29570
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:42.930Z - [WATCHER]: File changes detected:
|
|
29571
|
+
Created:
|
|
29572
|
+
(none)
|
|
29573
|
+
Updated:
|
|
29574
|
+
- dist/libs/africanies-core/README.md
|
|
29575
|
+
- .nx/cache/18393832731522001121/dist/libs/africanies-core/README.md
|
|
29576
|
+
Deleted:
|
|
29577
|
+
(none)
|
|
29578
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:42.932Z - [SYNC]: clearing sync generators cache due to file changes
|
|
29579
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:42.932Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
|
|
29580
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:42.933Z - [REQUEST]: dist/libs/africanies-core/README.md,.nx/cache/18393832731522001121/dist/libs/africanies-core/README.md
|
|
29581
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:42.933Z - [REQUEST]:
|
|
29582
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=6
|
|
29583
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs
|
|
29584
|
+
[plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
|
|
29585
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs.map
|
|
29586
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/package.json
|
|
29587
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-core/README.md
|
|
29588
|
+
DEBUG nx::native::watch::watcher: [delete] tmp/libs/africanies-core/build/tsconfig.generated.0ba42b88-0059-4326-941a-74e374950e79.json
|
|
29589
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/types/africanies-africanies-core.d.ts
|
|
29590
|
+
[isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 89874, socket: /private/tmp/plugin88494-30-36265.148625.sock)
|
|
29591
|
+
[plugin-client] restarting worker for "nx/core/package-json"
|
|
29592
|
+
[isolated-plugin] spawned worker for "nx/core/package-json" (pid: 89875, socket: /private/tmp/plugin88494-31-36266.243917.sock)
|
|
29593
|
+
[plugin-client] restarting worker for "nx/core/project-json"
|
|
29594
|
+
[isolated-plugin] spawned worker for "nx/core/project-json" (pid: 89876, socket: /private/tmp/plugin88494-32-36267.585958.sock)
|
|
29595
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:42.937Z - Time taken for 'hash changed files from watcher' 1.5734579999989364ms
|
|
29596
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:42.937Z - [WATCHER]: Processing file changes in outputs
|
|
29597
|
+
[plugin-worker] "nx/core/package-json" (pid: 89875) listening on /private/tmp/plugin88494-31-36266.243917.sock
|
|
29598
|
+
Time taken for 'plugin worker 89875 code loading' 114.36991700000002ms
|
|
29599
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 89874) listening on /private/tmp/plugin88494-30-36265.148625.sock
|
|
29600
|
+
Time taken for 'plugin worker 89874 code loading' 115.27754199999998ms
|
|
29601
|
+
[plugin-worker] "nx/core/project-json" (pid: 89876) listening on /private/tmp/plugin88494-32-36267.585958.sock
|
|
29602
|
+
Time taken for 'plugin worker 89876 code loading' 110.412ms
|
|
29603
|
+
[isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 89874)
|
|
29604
|
+
[isolated-plugin] connected to worker for "nx/core/package-json" (pid: 89875)
|
|
29605
|
+
[isolated-plugin] connected to worker for "nx/core/project-json" (pid: 89876)
|
|
29606
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:43.092Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 157.61587499999587ms
|
|
29607
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:43.092Z - Time taken for 'start-plugin-worker:nx/core/package-json' 156.70341599999665ms
|
|
29608
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:43.092Z - Time taken for 'start-plugin-worker:nx/core/project-json' 155.40000000000146ms
|
|
29609
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 89874) connected
|
|
29610
|
+
[plugin-worker] "nx/core/project-json" (pid: 89876) connected
|
|
29611
|
+
[plugin-worker] "nx/core/project-json" (pid: 89876) loaded successfully
|
|
29612
|
+
[plugin-worker] "nx/core/package-json" (pid: 89875) connected
|
|
29613
|
+
[plugin-worker] "nx/core/package-json" (pid: 89875) loaded successfully
|
|
29614
|
+
Time taken for 'nx/core/project-json:createNodes' 1.6062080000000094ms
|
|
29615
|
+
[isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
|
|
29616
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 89874) loaded successfully
|
|
29617
|
+
[isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
|
|
29618
|
+
Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 6.511707999999999ms
|
|
29619
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:43.127Z - Time taken for 'build-project-configs' 186.5824999999968ms
|
|
29620
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:43.127Z - Time taken for 'createNodes:merge' 3.530333000002429ms
|
|
29621
|
+
Time taken for 'build typescript dependencies' 2.6337919999999997ms
|
|
29622
|
+
[isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
|
|
29623
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:43.144Z - [SYNC]: collect registered sync generators
|
|
29624
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:43.144Z - [SYNC]: project graph hash is the same, not collecting task sync generators
|
|
29625
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:43.144Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
|
|
29626
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:43.148Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
|
|
29627
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:43.148Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
|
|
29628
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:43.150Z - Responding to PROJECT_GRAPH_UPDATED message
|
|
29629
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:43.150Z - [REQUEST]: Responding to the client. Project graph updated
|
|
29630
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:43.151Z - Time taken for 'total execution time for createProjectGraph()' 20.130082999996375ms
|
|
29631
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:43.151Z - Time taken for 'createDependencies' 16.350624999999127ms
|
|
29632
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:43.151Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 16.254125000006752ms
|
|
29633
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:43.151Z - Time taken for 'createMetadata' 0.007333000001381151ms
|
|
29634
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:43.151Z - Time taken for 'serialize graph' 2.0862919999999576ms
|
|
29635
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:43.151Z - Time taken for 'write cache' 4.454124999996566ms
|
|
29636
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:43.155Z - Done responding to the client Project graph updated
|
|
29637
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:43.155Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 4. Response time: 7.
|
|
29638
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:43.156Z - [Messenger] Received message, length: 895672
|
|
29639
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=1
|
|
29640
|
+
DEBUG nx::native::watch::watcher: [create] tmp/libs/africanies-theme/build/tsconfig.generated.c865484e-554a-4846-a58b-e22924e0e195.json
|
|
29641
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:43.882Z - [WATCHER]: Processing file changes in outputs
|
|
29642
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=1
|
|
29643
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/README.md
|
|
29644
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=6
|
|
29645
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/types/africanies-africanies-theme.d.ts
|
|
29646
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/README.md
|
|
29647
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/tailwind-preset.cjs
|
|
29648
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs
|
|
29649
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/package.json
|
|
29650
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs.map
|
|
29651
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:44.058Z - [WATCHER]: dist/libs/africanies-theme/README.md was deleted
|
|
29652
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:44.059Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: delete:dist/libs/africanies-theme/README.md
|
|
29653
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:44.059Z - [WATCHER]: File changes detected:
|
|
29654
|
+
Created:
|
|
29655
|
+
(none)
|
|
29656
|
+
Updated:
|
|
29657
|
+
(none)
|
|
29658
|
+
Deleted:
|
|
29659
|
+
- dist/libs/africanies-theme/README.md
|
|
29660
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:44.064Z - [SYNC]: clearing sync generators cache due to file changes
|
|
29661
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:44.065Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
|
|
29662
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:44.065Z - [REQUEST]:
|
|
29663
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:44.065Z - [REQUEST]: dist/libs/africanies-theme/README.md
|
|
29664
|
+
[plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
|
|
29665
|
+
[isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 89882, socket: /private/tmp/plugin88494-33-37399.044917.sock)
|
|
29666
|
+
[plugin-client] restarting worker for "nx/core/package-json"
|
|
29667
|
+
[isolated-plugin] spawned worker for "nx/core/package-json" (pid: 89883, socket: /private/tmp/plugin88494-34-37404.875625.sock)
|
|
29668
|
+
[plugin-client] restarting worker for "nx/core/project-json"
|
|
29669
|
+
[isolated-plugin] spawned worker for "nx/core/project-json" (pid: 89884, socket: /private/tmp/plugin88494-35-37407.543167.sock)
|
|
29670
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:44.078Z - Time taken for 'hash changed files from watcher' 3.1652500000054715ms
|
|
29671
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:44.079Z - [WATCHER]: Processing file changes in outputs
|
|
29672
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:44.199Z - Established a connection. Number of open connections: 4
|
|
29673
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:44.200Z - [Messenger] Sending message type: GET_CONTEXT_FILE_DATA
|
|
29674
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:44.200Z - Closed a connection. Number of open connections: 3
|
|
29675
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:44.206Z - [Messenger] Message sent
|
|
29676
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:44.207Z - Received raw message of length 32
|
|
29677
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:44.207Z - Received json message of type GET_CONTEXT_FILE_DATA
|
|
29678
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:44.210Z - Serializing response for GET_CONTEXT_FILE_DATA message in json mode
|
|
29679
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:44.210Z - Responding to GET_CONTEXT_FILE_DATA message
|
|
29680
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:44.210Z - [REQUEST]: Responding to the client. handleContextFileData
|
|
29681
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:44.211Z - Done responding to the client handleContextFileData
|
|
29682
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:44.211Z - Handled json message GET_CONTEXT_FILE_DATA. Handling time: 2. Response time: 1.
|
|
29683
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:44.213Z - [Messenger] Received message, length: 87851
|
|
29684
|
+
[plugin-worker] "nx/core/package-json" (pid: 89883) listening on /private/tmp/plugin88494-34-37404.875625.sock
|
|
29685
|
+
Time taken for 'plugin worker 89883 code loading' 305.11075ms
|
|
29686
|
+
[isolated-plugin] connected to worker for "nx/core/package-json" (pid: 89883)
|
|
29687
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:44.441Z - Time taken for 'start-plugin-worker:nx/core/package-json' 367.3677089999983ms
|
|
29688
|
+
[plugin-worker] "nx/core/package-json" (pid: 89883) connected
|
|
29689
|
+
[plugin-worker] "nx/core/project-json" (pid: 89884) listening on /private/tmp/plugin88494-35-37407.543167.sock
|
|
29690
|
+
[plugin-worker] "nx/core/package-json" (pid: 89883) loaded successfully
|
|
29691
|
+
Time taken for 'plugin worker 89884 code loading' 312.791833ms
|
|
29692
|
+
[isolated-plugin] connected to worker for "nx/core/project-json" (pid: 89884)
|
|
29693
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:44.452Z - Time taken for 'start-plugin-worker:nx/core/project-json' 372.9600830000054ms
|
|
29694
|
+
[plugin-worker] "nx/core/project-json" (pid: 89884) connected
|
|
29695
|
+
[plugin-worker] "nx/core/project-json" (pid: 89884) loaded successfully
|
|
29696
|
+
Time taken for 'nx/core/project-json:createNodes' 2.720375000000047ms
|
|
29697
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 89882) listening on /private/tmp/plugin88494-33-37399.044917.sock
|
|
29698
|
+
Time taken for 'plugin worker 89882 code loading' 339.1205ms
|
|
29699
|
+
[isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
|
|
29700
|
+
[isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 89882)
|
|
29701
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:44.481Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 413.4802079999936ms
|
|
29702
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 89882) connected
|
|
29703
|
+
[isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
|
|
29704
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 89882) loaded successfully
|
|
29705
|
+
Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 14.352833999999973ms
|
|
29706
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:44.601Z - Time taken for 'build-project-configs' 493.19554100000096ms
|
|
29707
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:44.601Z - Time taken for 'createNodes:merge' 8.388125000004948ms
|
|
29708
|
+
Time taken for 'build typescript dependencies' 1.0209580000000642ms
|
|
29709
|
+
[isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
|
|
29710
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:44.648Z - [SYNC]: collect registered sync generators
|
|
29711
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:44.650Z - [SYNC]: project graph hash is the same, not collecting task sync generators
|
|
29712
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:44.650Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
|
|
29713
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:44.671Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
|
|
29714
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:44.671Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
|
|
29715
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:44.675Z - Responding to PROJECT_GRAPH_UPDATED message
|
|
29716
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:44.675Z - [REQUEST]: Responding to the client. Project graph updated
|
|
29717
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:44.676Z - Time taken for 'total execution time for createProjectGraph()' 79.55216700000165ms
|
|
29718
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:44.677Z - Time taken for 'createDependencies' 50.15045799999643ms
|
|
29719
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:44.677Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 50.01070900000195ms
|
|
29720
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:44.677Z - Time taken for 'createMetadata' 0.007375000001047738ms
|
|
29721
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:44.677Z - Time taken for 'serialize graph' 5.482292000000598ms
|
|
29722
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:44.677Z - Time taken for 'write cache' 21.465374999999767ms
|
|
29723
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:45.976Z - [Messenger] Sending message type: RECORD_OUTPUTS_HASH_BATCH
|
|
29724
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:45.978Z - [Messenger] Message sent
|
|
29725
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:45.978Z - Received raw message of length 118
|
|
29726
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:45.978Z - Received json message of type RECORD_OUTPUTS_HASH_BATCH
|
|
29727
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:45.983Z - Serializing response for RECORD_OUTPUTS_HASH_BATCH message in json mode
|
|
29728
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:45.983Z - Responding to RECORD_OUTPUTS_HASH_BATCH message
|
|
29729
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:45.983Z - [REQUEST]: Responding to the client. recordOutputsHashBatch
|
|
29730
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:45.983Z - Done responding to the client recordOutputsHashBatch
|
|
29731
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:45.983Z - Handled json message RECORD_OUTPUTS_HASH_BATCH. Handling time: 5. Response time: 0.
|
|
29732
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:45.984Z - [Messenger] Received message, length: 2
|
|
29733
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=7
|
|
29734
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/types/africanies-africanies-theme.d.ts
|
|
29735
|
+
DEBUG nx::native::watch::watcher: [delete] tmp/libs/africanies-theme/build/tsconfig.generated.c865484e-554a-4846-a58b-e22924e0e195.json
|
|
29736
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-theme/README.md
|
|
29737
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-theme/tailwind-preset.cjs
|
|
29738
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs
|
|
29739
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/package.json
|
|
29740
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs.map
|
|
29741
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:46.098Z - [WATCHER]: Processing file changes in outputs
|
|
29742
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=2
|
|
29743
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-theme/README.md
|
|
29744
|
+
DEBUG nx::native::watch::watcher: [update] .nx/cache/15302120112746851896/dist/libs/africanies-theme/README.md
|
|
29745
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:46.098Z - [WATCHER]: 0 file(s) created or restored, 2 file(s) modified, 0 file(s) deleted
|
|
29746
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:46.098Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 2 events: update:dist/libs/africanies-theme/README.md, update:.nx/cache/15302120112746851896/dist/libs/africanies-theme/README.md
|
|
29747
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:46.098Z - [WATCHER]: File changes detected:
|
|
29748
|
+
Created:
|
|
29749
|
+
(none)
|
|
29750
|
+
Updated:
|
|
29751
|
+
- dist/libs/africanies-theme/README.md
|
|
29752
|
+
- .nx/cache/15302120112746851896/dist/libs/africanies-theme/README.md
|
|
29753
|
+
Deleted:
|
|
29754
|
+
(none)
|
|
29755
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:46.101Z - [SYNC]: clearing sync generators cache due to file changes
|
|
29756
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:46.102Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
|
|
29757
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:46.102Z - [REQUEST]: dist/libs/africanies-theme/README.md,.nx/cache/15302120112746851896/dist/libs/africanies-theme/README.md
|
|
29758
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:46.102Z - [REQUEST]:
|
|
29759
|
+
[plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
|
|
29760
|
+
[isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 89915, socket: /private/tmp/plugin88494-36-39436.979958.sock)
|
|
29761
|
+
[plugin-client] restarting worker for "nx/core/package-json"
|
|
29762
|
+
[isolated-plugin] spawned worker for "nx/core/package-json" (pid: 89916, socket: /private/tmp/plugin88494-37-39437.810583.sock)
|
|
29763
|
+
[plugin-client] restarting worker for "nx/core/project-json"
|
|
29764
|
+
[isolated-plugin] spawned worker for "nx/core/project-json" (pid: 89917, socket: /private/tmp/plugin88494-38-39438.151125.sock)
|
|
29765
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:46.108Z - Time taken for 'hash changed files from watcher' 2.6416670000035083ms
|
|
29766
|
+
[plugin-worker] "nx/core/project-json" (pid: 89917) listening on /private/tmp/plugin88494-38-39438.151125.sock
|
|
29767
|
+
Time taken for 'plugin worker 89917 code loading' 201.285417ms
|
|
29768
|
+
[isolated-plugin] connected to worker for "nx/core/project-json" (pid: 89917)
|
|
29769
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:46.355Z - Time taken for 'start-plugin-worker:nx/core/project-json' 247.56074999999691ms
|
|
29770
|
+
[plugin-worker] "nx/core/project-json" (pid: 89917) connected
|
|
29771
|
+
[plugin-worker] "nx/core/project-json" (pid: 89917) loaded successfully
|
|
29772
|
+
Time taken for 'nx/core/project-json:createNodes' 0.5765409999999918ms
|
|
29773
|
+
[plugin-worker] "nx/core/package-json" (pid: 89916) listening on /private/tmp/plugin88494-37-39437.810583.sock
|
|
29774
|
+
[isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
|
|
29775
|
+
Time taken for 'plugin worker 89916 code loading' 215.74087500000002ms
|
|
29776
|
+
[isolated-plugin] connected to worker for "nx/core/package-json" (pid: 89916)
|
|
29777
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:46.383Z - Time taken for 'start-plugin-worker:nx/core/package-json' 276.2754999999961ms
|
|
29778
|
+
[plugin-worker] "nx/core/package-json" (pid: 89916) connected
|
|
29779
|
+
[plugin-worker] "nx/core/package-json" (pid: 89916) loaded successfully
|
|
29780
|
+
[isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
|
|
29781
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 89915) listening on /private/tmp/plugin88494-36-39436.979958.sock
|
|
29782
|
+
[isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 89915)
|
|
29783
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:46.416Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 309.8417499999996ms
|
|
29784
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 89915) connected
|
|
29785
|
+
Time taken for 'plugin worker 89915 code loading' 271.676042ms
|
|
29786
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 89915) loaded successfully
|
|
29787
|
+
Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 7.860832999999957ms
|
|
29788
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:46.457Z - Time taken for 'build-project-configs' 340.3402500000011ms
|
|
29789
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:46.457Z - Time taken for 'createNodes:merge' 6.615916000002471ms
|
|
29790
|
+
Time taken for 'build typescript dependencies' 3.824958000000038ms
|
|
29791
|
+
[isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
|
|
29792
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:46.490Z - [SYNC]: collect registered sync generators
|
|
29793
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:46.490Z - [SYNC]: project graph hash is the same, not collecting task sync generators
|
|
29794
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:46.490Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
|
|
29795
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:46.497Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
|
|
29796
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:46.497Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
|
|
29797
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:46.500Z - Responding to PROJECT_GRAPH_UPDATED message
|
|
29798
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:46.500Z - [REQUEST]: Responding to the client. Project graph updated
|
|
29799
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:46.501Z - Time taken for 'total execution time for createProjectGraph()' 36.34991699999955ms
|
|
29800
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:46.501Z - Time taken for 'createDependencies' 31.601208000000042ms
|
|
29801
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:46.501Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 31.453083000000333ms
|
|
29802
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:46.501Z - Time taken for 'createMetadata' 0.00841700000455603ms
|
|
29803
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:46.501Z - Time taken for 'serialize graph' 2.0912920000046142ms
|
|
29804
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:46.501Z - Time taken for 'write cache' 6.270667000004323ms
|
|
29805
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:47.493Z - [ProjectGraphListener] Socket closed, triggering reconnection
|
|
29806
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:47.493Z - Socket write error (client likely disconnected): write EPIPE
|
|
29807
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:47.494Z - Done responding to the client Project graph updated
|
|
29808
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:47.494Z - Socket write error (client likely disconnected): write EPIPE
|
|
29809
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:47.494Z - Done responding to the client Project graph updated
|
|
29810
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:47.494Z - Socket error: write EPIPE
|
|
29811
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:47.494Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 21. Response time: 2823.
|
|
29812
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:47.494Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 6. Response time: 997.
|
|
29813
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:47.494Z - Closed a connection. Number of open connections: 2
|
|
29814
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:47.494Z - [Messenger] Setting up socket listeners
|
|
29815
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:47.494Z - [Messenger] listen() complete
|
|
29816
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:47.494Z - Established a connection. Number of open connections: 3
|
|
29817
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:47.494Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
|
|
29818
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:47.494Z - [Messenger] Message sent
|
|
29819
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:47.494Z - Established a connection. Number of open connections: 4
|
|
29820
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:47.494Z - Closed a connection. Number of open connections: 3
|
|
29821
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:47.494Z - Received raw message of length 42
|
|
29822
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:47.494Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
|
|
29823
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=1
|
|
29824
|
+
DEBUG nx::native::watch::watcher: [create] tmp/libs/africanies-ui/build/tsconfig.generated.be543e1b-8a7d-42e4-9e68-11349c8b640f.json
|
|
29825
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:47.821Z - [WATCHER]: Processing file changes in outputs
|
|
29826
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=1
|
|
29827
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/README.md
|
|
29828
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:48.036Z - [WATCHER]: dist/libs/africanies-ui/README.md was deleted
|
|
29829
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:48.036Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: delete:dist/libs/africanies-ui/README.md
|
|
29830
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:48.036Z - [WATCHER]: File changes detected:
|
|
29831
|
+
Created:
|
|
29832
|
+
(none)
|
|
29833
|
+
Updated:
|
|
29834
|
+
(none)
|
|
29835
|
+
Deleted:
|
|
29836
|
+
- dist/libs/africanies-ui/README.md
|
|
29837
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=9
|
|
29838
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts
|
|
29839
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/README.md
|
|
29840
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/assets/brand/africanies-logo.svg
|
|
29841
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map
|
|
29842
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs
|
|
29843
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/assets/carriers/dhl.svg
|
|
29844
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/assets/brand/africanies-logo.png
|
|
29845
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/assets/brand/africanies-logo-mini.png
|
|
29846
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/package.json
|
|
29847
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:48.039Z - [SYNC]: clearing sync generators cache due to file changes
|
|
29848
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:48.039Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
|
|
29849
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:48.039Z - [REQUEST]:
|
|
29850
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:48.039Z - [REQUEST]: dist/libs/africanies-ui/README.md
|
|
29851
|
+
[plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
|
|
29852
|
+
[isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 89932, socket: /private/tmp/plugin88494-39-41381.711542.sock)
|
|
29853
|
+
[plugin-client] restarting worker for "nx/core/package-json"
|
|
29854
|
+
[isolated-plugin] spawned worker for "nx/core/package-json" (pid: 89933, socket: /private/tmp/plugin88494-40-41386.717708.sock)
|
|
29855
|
+
[plugin-client] restarting worker for "nx/core/project-json"
|
|
29856
|
+
[isolated-plugin] spawned worker for "nx/core/project-json" (pid: 89934, socket: /private/tmp/plugin88494-41-41389.035542.sock)
|
|
29857
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:48.061Z - Time taken for 'hash changed files from watcher' 2.0305000000007567ms
|
|
29858
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:48.061Z - [WATCHER]: Processing file changes in outputs
|
|
29859
|
+
[plugin-worker] "nx/core/package-json" (pid: 89933) listening on /private/tmp/plugin88494-40-41386.717708.sock
|
|
29860
|
+
Time taken for 'plugin worker 89933 code loading' 180.718ms
|
|
29861
|
+
[isolated-plugin] connected to worker for "nx/core/package-json" (pid: 89933)
|
|
29862
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:48.301Z - Time taken for 'start-plugin-worker:nx/core/package-json' 245.48345799999515ms
|
|
29863
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 89932) listening on /private/tmp/plugin88494-39-41381.711542.sock
|
|
29864
|
+
Time taken for 'plugin worker 89932 code loading' 185.52354200000002ms
|
|
29865
|
+
[plugin-worker] "nx/core/package-json" (pid: 89933) connected
|
|
29866
|
+
[plugin-worker] "nx/core/project-json" (pid: 89934) listening on /private/tmp/plugin88494-41-41389.035542.sock
|
|
29867
|
+
Time taken for 'plugin worker 89934 code loading' 177.71687500000002ms
|
|
29868
|
+
[plugin-worker] "nx/core/package-json" (pid: 89933) loaded successfully
|
|
29869
|
+
[isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 89932)
|
|
29870
|
+
[isolated-plugin] connected to worker for "nx/core/project-json" (pid: 89934)
|
|
29871
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:48.311Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 261.9097909999982ms
|
|
29872
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:48.311Z - Time taken for 'start-plugin-worker:nx/core/project-json' 253.50762499999837ms
|
|
29873
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 89932) connected
|
|
29874
|
+
[plugin-worker] "nx/core/project-json" (pid: 89934) connected
|
|
29875
|
+
[plugin-worker] "nx/core/project-json" (pid: 89934) loaded successfully
|
|
29876
|
+
Time taken for 'nx/core/project-json:createNodes' 0.8692920000000015ms
|
|
29877
|
+
[isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
|
|
29878
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 89932) loaded successfully
|
|
29879
|
+
[isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
|
|
29880
|
+
Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 8.491250000000008ms
|
|
29881
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:48.352Z - Time taken for 'build-project-configs' 298.03208299999824ms
|
|
29882
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:48.352Z - Time taken for 'createNodes:merge' 3.3885000000009313ms
|
|
29883
|
+
Time taken for 'build typescript dependencies' 0.10066599999998971ms
|
|
29884
|
+
[isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
|
|
29885
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:48.422Z - [SYNC]: collect registered sync generators
|
|
29886
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:48.422Z - [SYNC]: project graph hash is the same, not collecting task sync generators
|
|
29887
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:48.422Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
|
|
29888
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:48.428Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
|
|
29889
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:48.428Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
|
|
29890
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:48.430Z - Responding to PROJECT_GRAPH_UPDATED message
|
|
29891
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:48.430Z - [REQUEST]: Responding to the client. Project graph updated
|
|
29892
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:48.430Z - Time taken for 'total execution time for createProjectGraph()' 71.76495799999975ms
|
|
29893
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:48.430Z - Time taken for 'createDependencies' 67.22162499999831ms
|
|
29894
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:48.430Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 67.08724999999686ms
|
|
29895
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:48.430Z - Time taken for 'createMetadata' 0.0141250000015134ms
|
|
29896
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:48.430Z - Time taken for 'serialize graph' 3.8494169999976293ms
|
|
29897
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:48.430Z - Time taken for 'write cache' 5.986958000001323ms
|
|
29898
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:48.439Z - Done responding to the client Project graph updated
|
|
29899
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:48.440Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 6. Response time: 12.
|
|
29900
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:48.440Z - [Messenger] Received message, length: 895672
|
|
29901
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:49.462Z - [Messenger] Sending message type: GET_CONTEXT_FILE_DATA
|
|
29902
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:49.463Z - Established a connection. Number of open connections: 4
|
|
29903
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:49.463Z - [Messenger] Message sent
|
|
29904
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:49.463Z - Received raw message of length 32
|
|
29905
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:49.463Z - Received json message of type GET_CONTEXT_FILE_DATA
|
|
29906
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:49.465Z - Serializing response for GET_CONTEXT_FILE_DATA message in json mode
|
|
29907
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:49.466Z - Responding to GET_CONTEXT_FILE_DATA message
|
|
29908
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:49.466Z - [REQUEST]: Responding to the client. handleContextFileData
|
|
29909
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:49.466Z - Closed a connection. Number of open connections: 3
|
|
29910
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:49.470Z - Done responding to the client handleContextFileData
|
|
29911
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:49.470Z - [Messenger] Received message, length: 88038
|
|
29912
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:49.470Z - Handled json message GET_CONTEXT_FILE_DATA. Handling time: 2. Response time: 5.
|
|
29913
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:49.993Z - [ProjectGraphListener] Socket closed, triggering reconnection
|
|
29914
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:49.994Z - Closed a connection. Number of open connections: 2
|
|
29915
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:49.995Z - [Messenger] Setting up socket listeners
|
|
29916
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:49.995Z - [Messenger] listen() complete
|
|
29917
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:49.995Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
|
|
29918
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:49.995Z - [Messenger] Message sent
|
|
29919
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:49.995Z - Established a connection. Number of open connections: 3
|
|
29920
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:49.996Z - Established a connection. Number of open connections: 4
|
|
29921
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:49.996Z - Closed a connection. Number of open connections: 3
|
|
29922
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:49.996Z - Received raw message of length 42
|
|
29923
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:49.996Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
|
|
29924
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=1
|
|
29925
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts
|
|
29926
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:53.365Z - [WATCHER]: Processing file changes in outputs
|
|
29927
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=2
|
|
29928
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map
|
|
29929
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs
|
|
29930
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:53.685Z - [WATCHER]: Processing file changes in outputs
|
|
29931
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=1
|
|
29932
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/README.md
|
|
29933
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.191Z - [WATCHER]: dist/libs/africanies-ui/README.md was modified
|
|
29934
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.191Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: update:dist/libs/africanies-ui/README.md
|
|
29935
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.191Z - [WATCHER]: File changes detected:
|
|
29936
|
+
Created:
|
|
29937
|
+
(none)
|
|
29938
|
+
Updated:
|
|
29939
|
+
- dist/libs/africanies-ui/README.md
|
|
29940
|
+
Deleted:
|
|
29941
|
+
(none)
|
|
29942
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.201Z - [SYNC]: clearing sync generators cache due to file changes
|
|
29943
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.201Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
|
|
29944
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.202Z - [REQUEST]: dist/libs/africanies-ui/README.md
|
|
29945
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.202Z - [REQUEST]:
|
|
29946
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=7
|
|
29947
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/README.md
|
|
29948
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/brand/africanies-logo.svg
|
|
29949
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/carriers/dhl.svg
|
|
29950
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/brand/africanies-logo.png
|
|
29951
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/brand/africanies-logo-mini.png
|
|
29952
|
+
DEBUG nx::native::watch::watcher: [delete] tmp/libs/africanies-ui/build/tsconfig.generated.be543e1b-8a7d-42e4-9e68-11349c8b640f.json
|
|
29953
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/package.json
|
|
29954
|
+
[plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
|
|
29955
|
+
[isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 90050, socket: /private/tmp/plugin88494-42-47550.413458.sock)
|
|
29956
|
+
[plugin-client] restarting worker for "nx/core/package-json"
|
|
29957
|
+
[isolated-plugin] spawned worker for "nx/core/package-json" (pid: 90051, socket: /private/tmp/plugin88494-43-47556.399417.sock)
|
|
29958
|
+
[plugin-client] restarting worker for "nx/core/project-json"
|
|
29959
|
+
[isolated-plugin] spawned worker for "nx/core/project-json" (pid: 90052, socket: /private/tmp/plugin88494-44-47556.863958.sock)
|
|
29960
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.226Z - Time taken for 'hash changed files from watcher' 9.685708000004524ms
|
|
29961
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.227Z - [WATCHER]: Processing file changes in outputs
|
|
29962
|
+
[plugin-worker] "nx/core/package-json" (pid: 90051) listening on /private/tmp/plugin88494-43-47556.399417.sock
|
|
29963
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 90050) listening on /private/tmp/plugin88494-42-47550.413458.sock
|
|
29964
|
+
Time taken for 'plugin worker 90051 code loading' 129.20245899999998ms
|
|
29965
|
+
[plugin-worker] "nx/core/project-json" (pid: 90052) listening on /private/tmp/plugin88494-44-47556.863958.sock
|
|
29966
|
+
Time taken for 'plugin worker 90050 code loading' 130.03445900000003ms
|
|
29967
|
+
Time taken for 'plugin worker 90052 code loading' 130.709791ms
|
|
29968
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 90050) connected
|
|
29969
|
+
[plugin-worker] "nx/core/project-json" (pid: 90052) connected
|
|
29970
|
+
[plugin-worker] "nx/core/package-json" (pid: 90051) connected
|
|
29971
|
+
[isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 90050)
|
|
29972
|
+
[isolated-plugin] connected to worker for "nx/core/package-json" (pid: 90051)
|
|
29973
|
+
[isolated-plugin] connected to worker for "nx/core/project-json" (pid: 90052)
|
|
29974
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.442Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 217.28650000000198ms
|
|
29975
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.442Z - Time taken for 'start-plugin-worker:nx/core/package-json' 212.81650000000081ms
|
|
29976
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.442Z - Time taken for 'start-plugin-worker:nx/core/project-json' 212.38166600000113ms
|
|
29977
|
+
[plugin-worker] "nx/core/project-json" (pid: 90052) loaded successfully
|
|
29978
|
+
[plugin-worker] "nx/core/package-json" (pid: 90051) loaded successfully
|
|
29979
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 90050) loaded successfully
|
|
29980
|
+
Time taken for 'nx/core/project-json:createNodes' 0.4782910000000129ms
|
|
29981
|
+
[isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
|
|
29982
|
+
Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 7.547957999999994ms
|
|
29983
|
+
[isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
|
|
29984
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:54.511Z - [Messenger] Sending message type: RECORD_OUTPUTS_HASH_BATCH
|
|
29985
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:54.511Z - [Messenger] Message sent
|
|
29986
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.578Z - Time taken for 'build-project-configs' 297.02562500000204ms
|
|
29987
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.578Z - Time taken for 'createNodes:merge' 26.86908300000505ms
|
|
29988
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.586Z - Received raw message of length 114
|
|
29989
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.586Z - Received json message of type RECORD_OUTPUTS_HASH_BATCH
|
|
29990
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.593Z - Serializing response for RECORD_OUTPUTS_HASH_BATCH message in json mode
|
|
29991
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.593Z - Responding to RECORD_OUTPUTS_HASH_BATCH message
|
|
29992
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.593Z - [REQUEST]: Responding to the client. recordOutputsHashBatch
|
|
29993
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.593Z - Done responding to the client recordOutputsHashBatch
|
|
29994
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.593Z - Handled json message RECORD_OUTPUTS_HASH_BATCH. Handling time: 7. Response time: 0.
|
|
29995
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:54.594Z - [Messenger] Received message, length: 2
|
|
29996
|
+
Time taken for 'build typescript dependencies' 2.556874999999991ms
|
|
29997
|
+
[isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
|
|
29998
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.663Z - [SYNC]: collect registered sync generators
|
|
29999
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.665Z - [SYNC]: project graph hash is the same, not collecting task sync generators
|
|
30000
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.666Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
|
|
30001
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.680Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
|
|
30002
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.680Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
|
|
30003
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.697Z - Responding to PROJECT_GRAPH_UPDATED message
|
|
30004
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.697Z - [REQUEST]: Responding to the client. Project graph updated
|
|
30005
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.698Z - Time taken for 'total execution time for createProjectGraph()' 125.61458400000265ms
|
|
30006
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.698Z - Time taken for 'createDependencies' 81.01924999999756ms
|
|
30007
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.698Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 80.9184580000001ms
|
|
30008
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.698Z - Time taken for 'createMetadata' 0.005916000001889188ms
|
|
30009
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.698Z - Time taken for 'serialize graph' 2.125ms
|
|
30010
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.698Z - Time taken for 'write cache' 14.262541999996756ms
|
|
30011
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=2
|
|
30012
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/README.md
|
|
30013
|
+
DEBUG nx::native::watch::watcher: [update] .nx/cache/9406544675747598148/dist/libs/africanies-ui/README.md
|
|
30014
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.707Z - [WATCHER]: 0 file(s) created or restored, 2 file(s) modified, 0 file(s) deleted
|
|
30015
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.708Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 2 events: update:dist/libs/africanies-ui/README.md, update:.nx/cache/9406544675747598148/dist/libs/africanies-ui/README.md
|
|
30016
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.708Z - [WATCHER]: File changes detected:
|
|
30017
|
+
Created:
|
|
30018
|
+
(none)
|
|
30019
|
+
Updated:
|
|
30020
|
+
- dist/libs/africanies-ui/README.md
|
|
30021
|
+
- .nx/cache/9406544675747598148/dist/libs/africanies-ui/README.md
|
|
30022
|
+
Deleted:
|
|
30023
|
+
(none)
|
|
30024
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=9
|
|
30025
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts
|
|
30026
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/README.md
|
|
30027
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/brand/africanies-logo.svg
|
|
30028
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map
|
|
30029
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs
|
|
30030
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/carriers/dhl.svg
|
|
30031
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/brand/africanies-logo.png
|
|
30032
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/brand/africanies-logo-mini.png
|
|
30033
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/package.json
|
|
30034
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.715Z - [SYNC]: clearing sync generators cache due to file changes
|
|
30035
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.716Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
|
|
30036
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.716Z - [REQUEST]: .nx/cache/9406544675747598148/dist/libs/africanies-ui/README.md
|
|
30037
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.716Z - [REQUEST]:
|
|
30038
|
+
[plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
|
|
30039
|
+
[isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 90053, socket: /private/tmp/plugin88494-45-48047.977625.sock)
|
|
30040
|
+
[plugin-client] restarting worker for "nx/core/package-json"
|
|
30041
|
+
[isolated-plugin] spawned worker for "nx/core/package-json" (pid: 90054, socket: /private/tmp/plugin88494-46-48049.038958.sock)
|
|
30042
|
+
[plugin-client] restarting worker for "nx/core/project-json"
|
|
30043
|
+
[isolated-plugin] spawned worker for "nx/core/project-json" (pid: 90055, socket: /private/tmp/plugin88494-47-48062.069625.sock)
|
|
30044
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.740Z - Time taken for 'hash changed files from watcher' 7.72833399999945ms
|
|
30045
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.741Z - [WATCHER]: Processing file changes in outputs
|
|
30046
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.754Z - Done responding to the client Project graph updated
|
|
30047
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.754Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 14. Response time: 74.
|
|
30048
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:54.764Z - [Messenger] Received message, length: 895672
|
|
30049
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:54.820Z - [Messenger] Sending message type: RECORD_TASK_RUNS
|
|
30050
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:54.820Z - [Messenger] Message sent
|
|
30051
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.820Z - Received raw message of length 1269
|
|
30052
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.820Z - Received json message of type RECORD_TASK_RUNS
|
|
30053
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.974Z - Serializing response for RECORD_TASK_RUNS message in json mode
|
|
30054
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.974Z - Responding to RECORD_TASK_RUNS message
|
|
30055
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.974Z - [REQUEST]: Responding to the client. handleRecordTaskRuns
|
|
30056
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.974Z - Done responding to the client handleRecordTaskRuns
|
|
30057
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:54.974Z - [Messenger] Received message, length: 4
|
|
30058
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:54.974Z - [Messenger] Sending message type: GET_FLAKY_TASKS
|
|
30059
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:54.974Z - [Messenger] Message sent
|
|
30060
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.974Z - Handled json message RECORD_TASK_RUNS. Handling time: 154. Response time: 0.
|
|
30061
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.981Z - Received raw message of length 171
|
|
30062
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.981Z - Received json message of type GET_FLAKY_TASKS
|
|
30063
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.996Z - Serializing response for GET_FLAKY_TASKS message in json mode
|
|
30064
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.996Z - Responding to GET_FLAKY_TASKS message
|
|
30065
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.996Z - [REQUEST]: Responding to the client. handleGetFlakyTasks
|
|
30066
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.996Z - Done responding to the client handleGetFlakyTasks
|
|
30067
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.996Z - Handled json message GET_FLAKY_TASKS. Handling time: 15. Response time: 0.
|
|
30068
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 90053) listening on /private/tmp/plugin88494-45-48047.977625.sock
|
|
30069
|
+
Time taken for 'plugin worker 90053 code loading' 130.815917ms
|
|
30070
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 90053) connected
|
|
30071
|
+
[plugin-worker] "nx/core/package-json" (pid: 90054) listening on /private/tmp/plugin88494-46-48049.038958.sock
|
|
30072
|
+
Time taken for 'plugin worker 90054 code loading' 128.025334ms
|
|
30073
|
+
[plugin-worker] "nx/core/package-json" (pid: 90054) connected
|
|
30074
|
+
[plugin-worker] "nx/core/project-json" (pid: 90055) listening on /private/tmp/plugin88494-47-48062.069625.sock
|
|
30075
|
+
Time taken for 'plugin worker 90055 code loading' 122.225417ms
|
|
30076
|
+
[plugin-worker] "nx/core/project-json" (pid: 90055) connected
|
|
30077
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:54.997Z - [Messenger] Received message, length: 2
|
|
30078
|
+
[isolated-plugin] connected to worker for "nx/core/project-json" (pid: 90055)
|
|
30079
|
+
[isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 90053)
|
|
30080
|
+
[isolated-plugin] connected to worker for "nx/core/package-json" (pid: 90054)
|
|
30081
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.997Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 280.39050000000134ms
|
|
30082
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.997Z - Time taken for 'start-plugin-worker:nx/core/package-json' 279.4745830000029ms
|
|
30083
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:54.997Z - Time taken for 'start-plugin-worker:nx/core/project-json' 266.12845899999957ms
|
|
30084
|
+
[plugin-worker] "nx/core/project-json" (pid: 90055) loaded successfully
|
|
30085
|
+
[isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
|
|
30086
|
+
[plugin-worker] "nx/core/package-json" (pid: 90054) loaded successfully
|
|
30087
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 90053) loaded successfully
|
|
30088
|
+
Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 13.778292000000022ms
|
|
30089
|
+
[isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
|
|
30090
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:55.150Z - Time taken for 'build-project-configs' 373.1215420000008ms
|
|
30091
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:55.150Z - Time taken for 'createNodes:merge' 31.8057919999992ms
|
|
30092
|
+
Time taken for 'build typescript dependencies' 3.555250000000001ms
|
|
30093
|
+
[isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
|
|
30094
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:55.228Z - [SYNC]: collect registered sync generators
|
|
30095
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:55.229Z - [SYNC]: project graph hash is the same, not collecting task sync generators
|
|
30096
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:55.229Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
|
|
30097
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:55.237Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
|
|
30098
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:55.237Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
|
|
30099
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:55.240Z - Responding to PROJECT_GRAPH_UPDATED message
|
|
30100
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:55.240Z - [REQUEST]: Responding to the client. Project graph updated
|
|
30101
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:55.241Z - Time taken for 'total execution time for createProjectGraph()' 131.848708000005ms
|
|
30102
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:55.241Z - Time taken for 'createDependencies' 72.41379199999938ms
|
|
30103
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:55.241Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 72.33612499999435ms
|
|
30104
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:55.241Z - Time taken for 'createMetadata' 0.009666999998444226ms
|
|
30105
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:55.241Z - Time taken for 'serialize graph' 1.9707500000004075ms
|
|
30106
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:55.241Z - Time taken for 'write cache' 8.702207999995153ms
|
|
30107
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:55.247Z - Done responding to the client Project graph updated
|
|
30108
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:55.247Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 8. Response time: 10.
|
|
30109
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:55.294Z - [Messenger] Received message, length: 895672
|
|
30110
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:56.328Z - [Messenger] Sending message type: GET_CONTEXT_FILE_DATA
|
|
30111
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:56.329Z - [Messenger] Message sent
|
|
30112
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:56.330Z - Established a connection. Number of open connections: 4
|
|
30113
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:56.333Z - Received raw message of length 32
|
|
30114
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:56.333Z - Received json message of type GET_CONTEXT_FILE_DATA
|
|
30115
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:56.357Z - Serializing response for GET_CONTEXT_FILE_DATA message in json mode
|
|
30116
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:56.361Z - Responding to GET_CONTEXT_FILE_DATA message
|
|
30117
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:56.362Z - [REQUEST]: Responding to the client. handleContextFileData
|
|
30118
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:56.369Z - Closed a connection. Number of open connections: 3
|
|
30119
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:56.369Z - Done responding to the client handleContextFileData
|
|
30120
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:56.369Z - Handled json message GET_CONTEXT_FILE_DATA. Handling time: 24. Response time: 12.
|
|
30121
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:56.379Z - [Messenger] Received message, length: 88218
|
|
30122
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:56.875Z - [ProjectGraphListener] Socket closed, triggering reconnection
|
|
30123
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:56.876Z - Closed a connection. Number of open connections: 2
|
|
30124
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:56.878Z - [Messenger] Setting up socket listeners
|
|
30125
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:56.878Z - Established a connection. Number of open connections: 3
|
|
30126
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:56.878Z - [Messenger] listen() complete
|
|
30127
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:56.878Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
|
|
30128
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:56.878Z - Established a connection. Number of open connections: 4
|
|
30129
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:56.878Z - [Messenger] Message sent
|
|
30130
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:56.878Z - Closed a connection. Number of open connections: 3
|
|
30131
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:56.879Z - Received raw message of length 42
|
|
30132
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:56.879Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
|
|
30133
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:58.479Z - Established a connection. Number of open connections: 4
|
|
30134
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:58.487Z - [Messenger] Sending message type: GET_CONFIGURE_AI_AGENTS_STATUS
|
|
30135
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:58.496Z - [Messenger] Message sent
|
|
30136
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:58.496Z - Received raw message of length 41
|
|
30137
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:58.496Z - Received json message of type GET_CONFIGURE_AI_AGENTS_STATUS
|
|
30138
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:58.497Z - [AI-AGENTS]: Returning cached agent configuration status
|
|
30139
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:58.497Z - Serializing response for GET_CONFIGURE_AI_AGENTS_STATUS message in json mode
|
|
30140
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:58.497Z - Responding to GET_CONFIGURE_AI_AGENTS_STATUS message
|
|
30141
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:58.497Z - [REQUEST]: Responding to the client. handleGetConfigureAiAgentsStatus
|
|
30142
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:58.497Z - Done responding to the client handleGetConfigureAiAgentsStatus
|
|
30143
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:58.497Z - Handled json message GET_CONFIGURE_AI_AGENTS_STATUS. Handling time: 0. Response time: 0.
|
|
30144
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:58.497Z - [Messenger] Received message, length: 341
|
|
30145
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:58.504Z - Closed a connection. Number of open connections: 3
|
|
30146
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:58.522Z - [Messenger] Sending message type: POST_TASKS_EXECUTION
|
|
30147
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:58.584Z - [Messenger] Message sent
|
|
30148
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:58.779Z - Received raw message of length 465109
|
|
30149
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:58.808Z - Received json message of type POST_TASKS_EXECUTION
|
|
30150
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:58.811Z - Serializing response for POST_TASKS_EXECUTION message in json mode
|
|
30151
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:58.811Z - Responding to POST_TASKS_EXECUTION message
|
|
30152
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:58.812Z - [REQUEST]: Responding to the client. handleRunPostTasksExecution
|
|
30153
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:58.812Z - Done responding to the client handleRunPostTasksExecution
|
|
30154
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:58.812Z - Handled json message POST_TASKS_EXECUTION. Handling time: 3. Response time: 1.
|
|
30155
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:58.812Z - Time taken for 'postTasksExecution' 3.305000000000291ms
|
|
30156
|
+
[NX v23.1.1 Daemon Client] - 2026-09-06T00:21:58.812Z - [Messenger] Received message, length: 4
|
|
30157
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:21:58.989Z - Closed a connection. Number of open connections: 2
|
|
30158
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=17
|
|
30159
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/pre-auto-gc
|
|
30160
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/post-commit
|
|
30161
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/pre-rebase
|
|
30162
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/pre-merge-commit
|
|
30163
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/commit-msg
|
|
30164
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/applypatch-msg
|
|
30165
|
+
DEBUG nx::native::watch::watcher: [create] .husky/_/husky.sh
|
|
30166
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/post-applypatch
|
|
30167
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/pre-push
|
|
30168
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/post-merge
|
|
30169
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/prepare-commit-msg
|
|
30170
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/pre-commit
|
|
30171
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/.gitignore
|
|
30172
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/pre-applypatch
|
|
30173
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/h
|
|
30174
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/post-checkout
|
|
30175
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/post-rewrite
|
|
30176
|
+
[NX v23.1.1 Daemon Server] - 2026-09-06T00:23:25.491Z - [WATCHER]: Processing file changes in outputs
|