@africanies/angular-web-sdk 0.1.5 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.nx/cache/{13524438527920092277 → 13466509747676776487}/dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs +140 -52
- package/.nx/cache/13466509747676776487/dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs.map +1 -0
- package/.nx/cache/{13524438527920092277 → 13466509747676776487}/dist/libs/africanies-core/package.json +3 -3
- package/.nx/cache/{13524438527920092277 → 13466509747676776487}/dist/libs/africanies-core/types/africanies-africanies-core.d.ts +14 -11
- package/.nx/cache/{18132311043100376919 → 14995846848874973576}/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs +539 -232
- package/.nx/cache/14995846848874973576/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map +1 -0
- package/.nx/cache/{18132311043100376919 → 14995846848874973576}/dist/libs/africanies-ui/package.json +5 -5
- package/.nx/cache/{5741611231803799383 → 14995846848874973576}/dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts +111 -28
- package/.nx/cache/{1275815545780424169 → 6673686859704879504}/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs +16 -0
- package/.nx/cache/6673686859704879504/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs.map +1 -0
- package/.nx/cache/{14153928176747262656 → 6673686859704879504}/dist/libs/africanies-theme/package.json +3 -3
- package/.nx/cache/{1275815545780424169 → 6673686859704879504}/dist/libs/africanies-theme/tailwind-preset.cjs +31 -14
- package/.nx/cache/{14153928176747262656 → 6673686859704879504}/dist/libs/africanies-theme/types/africanies-africanies-theme.d.ts +18 -1
- package/.nx/cache/run.json +18 -18
- package/.nx/cache/terminalOutputs/{4011892767661954819 → 13466509747676776487} +1 -1
- package/.nx/cache/terminalOutputs/1446890025183346611 +32 -0
- package/.nx/cache/terminalOutputs/{3064561615116090625 → 14995846848874973576} +7 -7
- package/.nx/cache/terminalOutputs/6337357866566791975 +6 -0
- package/.nx/cache/terminalOutputs/{1275815545780424169 → 6673686859704879504} +1 -1
- package/.nx/cache/terminalOutputs/{12148417737220755248 → 8032148447904822353} +182 -174
- 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 +2461 -0
- package/.nx/workspace-data/d/server-process.json +2 -2
- package/.nx/workspace-data/file-map.json +2747 -2747
- package/.nx/workspace-data/nx_files.nxt +0 -0
- package/.nx/workspace-data/project-graph.json +2 -2
- package/apps/playground/src/app/pages/button-page.ts +5 -3
- package/apps/playground/src/app/pages/feedback-page.ts +1 -1
- package/apps/playground/src/app/pages/home-page.ts +1 -1
- package/apps/playground/src/app/pages/icons-page.ts +3 -3
- package/apps/playground/src/app/pages/lecture-page.ts +3 -3
- package/apps/playground/src/app/pages/models-page.ts +1 -1
- package/apps/playground/src/app/pages/overlay-demos.ts +1 -1
- package/apps/playground/src/app/pages/tokens-page.ts +17 -3
- package/apps/playground/src/app/pages/usecases/onboarding-login.page.ts +1 -1
- package/apps/playground/src/app/pages/usecases/onboarding-reset-password.page.ts +1 -1
- package/apps/playground/src/app/pages/usecases/shipment-detail.page.ts +1 -1
- package/apps/playground/src/app/pages/viewport-preview.component.ts +1 -1
- package/apps/playground/src/app/snippets/button.snippets.ts +4 -3
- package/apps/playground/src/index.html +6 -0
- package/apps/playground/src/styles.css +4 -5
- package/dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs +131 -8
- package/dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs.map +1 -1
- package/dist/libs/africanies-core/types/africanies-africanies-core.d.ts +8 -6
- package/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs +12 -2
- package/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs.map +1 -1
- package/dist/libs/africanies-theme/tailwind-preset.cjs +16 -7
- package/dist/libs/africanies-theme/types/africanies-africanies-theme.d.ts +11 -3
- package/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs +83 -63
- package/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map +1 -1
- package/dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts +11 -8
- package/libs/africanies-core/src/index.ts +1 -0
- package/libs/africanies-core/src/lib/notification/index.ts +1 -1
- package/libs/africanies-core/src/lib/notification/notification-link.spec.ts +40 -7
- package/libs/africanies-core/src/lib/notification/notification-link.ts +143 -7
- package/libs/africanies-theme/src/lib/mode-color.safelist.ts +8 -2
- package/libs/africanies-theme/src/lib/mode-color.service.ts +16 -0
- package/libs/africanies-theme/tailwind-preset.cjs +16 -7
- package/libs/africanies-ui/src/lib/button/button.component.ts +5 -1
- package/libs/africanies-ui/src/lib/feedback/empty-state.component.ts +1 -1
- package/libs/africanies-ui/src/lib/feedback/error-state.component.ts +1 -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 +4 -4
- package/libs/africanies-ui/src/lib/forms/form-field.classes.ts +2 -2
- package/libs/africanies-ui/src/lib/forms/select/select.component.ts +1 -1
- package/libs/africanies-ui/src/lib/layout/app-shell-header.component.ts +1 -1
- package/libs/africanies-ui/src/lib/layout/app-shell.component.ts +2 -2
- package/libs/africanies-ui/src/lib/navigation/shipping-mode-switch/shipping-mode-switch.component.ts +2 -2
- package/libs/africanies-ui/src/lib/navigation/side-nav/africanies-side-nav.component.html +2 -2
- package/libs/africanies-ui/src/lib/navigation/side-nav/africanies-side-nav.component.ts +10 -6
- package/libs/africanies-ui/src/lib/notifications/notification-drawer.panel.ts +21 -8
- package/libs/africanies-ui/src/lib/overlay/drawer.service.ts +1 -1
- package/libs/africanies-ui/src/lib/overlay/modal.service.ts +1 -1
- package/libs/africanies-ui/src/lib/pagination/pagination.component.ts +3 -3
- package/libs/africanies-ui/src/lib/table/table.component.ts +5 -5
- package/libs/africanies-ui/src/lib/toast/toast-host.component.ts +4 -4
- package/libs/africanies-ui/src/lib/toast/toast-item.component.ts +1 -1
- package/package.json +1 -1
- package/.nx/cache/1275815545780424169/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs.map +0 -1
- package/.nx/cache/1275815545780424169/dist/libs/africanies-theme/package.json +0 -36
- package/.nx/cache/1275815545780424169/dist/libs/africanies-theme/types/africanies-africanies-theme.d.ts +0 -157
- package/.nx/cache/13524438527920092277/dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs.map +0 -1
- package/.nx/cache/14153928176747262656/dist/libs/africanies-theme/README.md +0 -46
- package/.nx/cache/14153928176747262656/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs +0 -215
- package/.nx/cache/14153928176747262656/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs.map +0 -1
- package/.nx/cache/14153928176747262656/dist/libs/africanies-theme/tailwind-preset.cjs +0 -245
- package/.nx/cache/18132311043100376919/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map +0 -1
- package/.nx/cache/18132311043100376919/dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts +0 -5410
- package/.nx/cache/2782605790118376385/dist/libs/africanies-icons/README.md +0 -69
- package/.nx/cache/2782605790118376385/dist/libs/africanies-icons/assets/icons.sprite.svg +0 -1844
- package/.nx/cache/2782605790118376385/dist/libs/africanies-icons/fesm2022/africanies-africanies-icons.mjs +0 -832
- package/.nx/cache/2782605790118376385/dist/libs/africanies-icons/fesm2022/africanies-africanies-icons.mjs.map +0 -1
- package/.nx/cache/2782605790118376385/dist/libs/africanies-icons/package.json +0 -31
- package/.nx/cache/2782605790118376385/dist/libs/africanies-icons/types/africanies-africanies-icons.d.ts +0 -108
- package/.nx/cache/3064561615116090625/dist/libs/africanies-storage/README.md +0 -31
- package/.nx/cache/3064561615116090625/dist/libs/africanies-storage/fesm2022/africanies-africanies-storage.mjs +0 -243
- package/.nx/cache/3064561615116090625/dist/libs/africanies-storage/fesm2022/africanies-africanies-storage.mjs.map +0 -1
- package/.nx/cache/3064561615116090625/dist/libs/africanies-storage/package.json +0 -27
- package/.nx/cache/3064561615116090625/dist/libs/africanies-storage/types/africanies-africanies-storage.d.ts +0 -210
- package/.nx/cache/4011892767661954819/dist/libs/africanies-core/README.md +0 -85
- package/.nx/cache/4011892767661954819/dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs +0 -4546
- package/.nx/cache/4011892767661954819/dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs.map +0 -1
- package/.nx/cache/4011892767661954819/dist/libs/africanies-core/package.json +0 -32
- package/.nx/cache/4011892767661954819/dist/libs/africanies-core/types/africanies-africanies-core.d.ts +0 -2740
- package/.nx/cache/5741611231803799383/dist/libs/africanies-ui/README.md +0 -68
- package/.nx/cache/5741611231803799383/dist/libs/africanies-ui/assets/brand/africanies-logo-mini.png +0 -0
- package/.nx/cache/5741611231803799383/dist/libs/africanies-ui/assets/brand/africanies-logo.png +0 -0
- package/.nx/cache/5741611231803799383/dist/libs/africanies-ui/assets/brand/africanies-logo.svg +0 -5
- package/.nx/cache/5741611231803799383/dist/libs/africanies-ui/assets/carriers/dhl.svg +0 -7
- package/.nx/cache/5741611231803799383/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs +0 -19088
- package/.nx/cache/5741611231803799383/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map +0 -1
- package/.nx/cache/5741611231803799383/dist/libs/africanies-ui/package.json +0 -36
- package/.nx/cache/6372470950255467653/dist/libs/africanies-models/README.md +0 -60
- package/.nx/cache/6372470950255467653/dist/libs/africanies-models/fesm2022/africanies-africanies-models.mjs +0 -599
- package/.nx/cache/6372470950255467653/dist/libs/africanies-models/fesm2022/africanies-africanies-models.mjs.map +0 -1
- package/.nx/cache/6372470950255467653/dist/libs/africanies-models/package.json +0 -24
- package/.nx/cache/6372470950255467653/dist/libs/africanies-models/types/africanies-africanies-models.d.ts +0 -1452
- package/.nx/cache/terminalOutputs/11768036696192889608 +0 -8
- package/.nx/cache/terminalOutputs/1227201614544602906 +0 -23
- package/.nx/cache/terminalOutputs/12538607787148205787 +0 -19
- package/.nx/cache/terminalOutputs/13524438527920092277 +0 -196
- package/.nx/cache/terminalOutputs/14153928176747262656 +0 -45
- package/.nx/cache/terminalOutputs/17404566492103808557 +0 -8
- package/.nx/cache/terminalOutputs/18132311043100376919 +0 -315
- package/.nx/cache/terminalOutputs/2436781291243085315 +0 -8
- package/.nx/cache/terminalOutputs/2782605790118376385 +0 -21
- package/.nx/cache/terminalOutputs/3681975492957101833 +0 -8
- package/.nx/cache/terminalOutputs/5741611231803799383 +0 -21
- package/.nx/cache/terminalOutputs/6037166070823946880 +0 -8
- package/.nx/cache/terminalOutputs/6372470950255467653 +0 -21
- package/.nx/cache/terminalOutputs/665190206482526466 +0 -175
- package/.nx/cache/terminalOutputs/7756595539965457927 +0 -23
- package/.nx/cache/terminalOutputs/9200013119269230075 +0 -8
- /package/.nx/cache/{13524438527920092277 → 13466509747676776487}/dist/libs/africanies-core/README.md +0 -0
- /package/.nx/cache/{18132311043100376919 → 14995846848874973576}/dist/libs/africanies-ui/README.md +0 -0
- /package/.nx/cache/{18132311043100376919 → 14995846848874973576}/dist/libs/africanies-ui/assets/brand/africanies-logo-mini.png +0 -0
- /package/.nx/cache/{18132311043100376919 → 14995846848874973576}/dist/libs/africanies-ui/assets/brand/africanies-logo.png +0 -0
- /package/.nx/cache/{18132311043100376919 → 14995846848874973576}/dist/libs/africanies-ui/assets/brand/africanies-logo.svg +0 -0
- /package/.nx/cache/{18132311043100376919 → 14995846848874973576}/dist/libs/africanies-ui/assets/carriers/dhl.svg +0 -0
- /package/.nx/cache/{1275815545780424169 → 6673686859704879504}/dist/libs/africanies-theme/README.md +0 -0
|
@@ -25360,3 +25360,2464 @@ DEBUG nx::native::watch::watcher: [update] .husky/_/post-checkout
|
|
|
25360
25360
|
DEBUG nx::native::watch::watcher: [update] .husky/_/pre-merge-commit
|
|
25361
25361
|
DEBUG nx::native::watch::watcher: [update] .husky/_/post-rewrite
|
|
25362
25362
|
[NX v23.1.1 Daemon Server] - 2026-09-01T11:28:23.938Z - [WATCHER]: Processing file changes in outputs
|
|
25363
|
+
[NX v23.1.1 Daemon Client] - 2026-09-01T11:42:54.500Z - [ProjectGraphListener] Socket closed, triggering reconnection
|
|
25364
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T11:42:54.540Z - Closed a connection. Number of open connections: 1
|
|
25365
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T11:42:57.006Z - Closed a connection. Number of open connections: 0
|
|
25366
|
+
[NX v23.1.1 Daemon Client] - 2026-09-01T14:22:45.559Z - [Messenger] Setting up socket listeners
|
|
25367
|
+
[NX v23.1.1 Daemon Client] - 2026-09-01T14:22:45.559Z - [Messenger] listen() complete
|
|
25368
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:45.558Z - Established a connection. Number of open connections: 1
|
|
25369
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:45.590Z - Established a connection. Number of open connections: 2
|
|
25370
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:45.595Z - Closed a connection. Number of open connections: 1
|
|
25371
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:45.595Z - Established a connection. Number of open connections: 2
|
|
25372
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:45.595Z - Closed a connection. Number of open connections: 1
|
|
25373
|
+
[NX v23.1.1 Daemon Client] - 2026-09-01T14:22:45.605Z - [Messenger] Sending message type: REQUEST_PROJECT_GRAPH
|
|
25374
|
+
[NX v23.1.1 Daemon Client] - 2026-09-01T14:22:45.605Z - [Messenger] Message sent
|
|
25375
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:45.613Z - Received raw message of length 2616
|
|
25376
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:45.625Z - Received json message of type REQUEST_PROJECT_GRAPH
|
|
25377
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:45.628Z - Graph recompute necessary due to env variable refresh. Changed keys: PHP_INI_SCAN_DIR, PATH, PWD, XPC_SERVICE_NAME, DATA_CLOUD_CURR_IDE_NAME, TERM_PROGRAM, NODE, INIT_CWD, TERM, TERM_PROGRAM_VERSION, ZDOTDIR, COPILOT_DEBUG_NONCE, USER_ZDOTDIR, LANG, PYTHONSTARTUP, NODE_PATH, PYTHON_BASIC_REPL, GIT_ASKPASS, COLORTERM, NX_CLI_SET, COLOR, GIT_AUTHOR_DATE, GIT_EDITOR, GIT_NO_REPLACE_OBJECTS, GIT_INDEX_FILE, GIT_AUTHOR_NAME, GIT_PREFIX, EDITOR, GIT_SSH_COMMAND, GIT_AUTHOR_EMAIL, GIT_EXEC_PATH, ELECTRON_RUN_AS_NODE, MACH_PORT_RENDEZVOUS_PEER_VALDATION, APPLICATION_INSIGHTS_NO_STATSBEAT, DEBUG, NX_WORKSPACE_ROOT_PATH, MXC_BIN_DIR, COPILOT_OTEL_FILE_EXPORTER_PATH, ELECTRON_NO_ASAR, CI
|
|
25378
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:45.638Z - [REQUEST]: Client Request for Project Graph Received
|
|
25379
|
+
DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=216.990083ms
|
|
25380
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:45.866Z - No in-memory cached project graph found. Recomputing it...
|
|
25381
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:45.869Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
|
|
25382
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:45.869Z - [REQUEST]:
|
|
25383
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:45.869Z - [REQUEST]:
|
|
25384
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:45.887Z - Streaming message to client: progress update for topic graph-construction
|
|
25385
|
+
[plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
|
|
25386
|
+
[isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 57974, socket: /private/tmp/plugin13738-6-10600225.800583.sock)
|
|
25387
|
+
[plugin-client] restarting worker for "nx/core/package-json"
|
|
25388
|
+
[NX v23.1.1 Daemon Client] - 2026-09-01T14:22:45.914Z - [Messenger] Received message, length: 47
|
|
25389
|
+
[isolated-plugin] spawned worker for "nx/core/package-json" (pid: 57975, socket: /private/tmp/plugin13738-7-10600247.858417.sock)
|
|
25390
|
+
[plugin-client] restarting worker for "nx/core/project-json"
|
|
25391
|
+
[isolated-plugin] spawned worker for "nx/core/project-json" (pid: 57976, socket: /private/tmp/plugin13738-8-10600251.647125.sock)
|
|
25392
|
+
[plugin-worker] "nx/core/project-json" (pid: 57976) listening on /private/tmp/plugin13738-8-10600251.647125.sock
|
|
25393
|
+
[isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 57974)
|
|
25394
|
+
[isolated-plugin] connected to worker for "nx/core/project-json" (pid: 57976)
|
|
25395
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:46.670Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 776.1517079994082ms
|
|
25396
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:46.671Z - Time taken for 'start-plugin-worker:nx/core/project-json' 752.9469999987632ms
|
|
25397
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 57974) listening on /private/tmp/plugin13738-6-10600225.800583.sock
|
|
25398
|
+
[plugin-worker] "nx/core/package-json" (pid: 57975) listening on /private/tmp/plugin13738-7-10600247.858417.sock
|
|
25399
|
+
[isolated-plugin] connected to worker for "nx/core/package-json" (pid: 57975)
|
|
25400
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:46.673Z - Time taken for 'start-plugin-worker:nx/core/package-json' 759.7369589991868ms
|
|
25401
|
+
[plugin-worker] "nx/core/project-json" (pid: 57976) connected
|
|
25402
|
+
[1m[33mTime taken for 'plugin worker 57976 code loading' 660.26175ms[39m[22m
|
|
25403
|
+
[1m[33mTime taken for 'plugin worker 57975 code loading' 560.056ms[39m[22m
|
|
25404
|
+
[plugin-worker] "nx/core/package-json" (pid: 57975) connected
|
|
25405
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 57974) connected
|
|
25406
|
+
[1m[33mTime taken for 'plugin worker 57974 code loading' 631.762708ms[39m[22m
|
|
25407
|
+
[plugin-worker] "nx/core/project-json" (pid: 57976) loaded successfully
|
|
25408
|
+
[plugin-worker] "nx/core/package-json" (pid: 57975) loaded successfully
|
|
25409
|
+
[1m[33mTime taken for 'nx/core/project-json:createNodes' 47.39466700000003ms[39m[22m
|
|
25410
|
+
[isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
|
|
25411
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:46.776Z - Streaming message to client: progress update for topic graph-construction
|
|
25412
|
+
[NX v23.1.1 Daemon Client] - 2026-09-01T14:22:46.786Z - [Messenger] Received message, length: 153
|
|
25413
|
+
[isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
|
|
25414
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:46.794Z - Streaming message to client: progress update for topic graph-construction
|
|
25415
|
+
[NX v23.1.1 Daemon Client] - 2026-09-01T14:22:46.795Z - [Messenger] Received message, length: 112
|
|
25416
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 57974) loaded successfully
|
|
25417
|
+
[1m[33mTime taken for 'nx/js/dependencies-and-lockfile:createNodes' 30.102750000000015ms[39m[22m
|
|
25418
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:46.914Z - Streaming message to client: progress update for topic graph-construction
|
|
25419
|
+
[NX v23.1.1 Daemon Client] - 2026-09-01T14:22:46.915Z - [Messenger] Received message, length: 47
|
|
25420
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:46.952Z - Streaming message to client: progress update for topic graph-construction
|
|
25421
|
+
[NX v23.1.1 Daemon Client] - 2026-09-01T14:22:46.953Z - [Messenger] Received message, length: 47
|
|
25422
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:46.957Z - Time taken for 'build-project-configs' 1041.4109169989824ms
|
|
25423
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:46.957Z - Time taken for 'createNodes:merge' 13.378582999110222ms
|
|
25424
|
+
[1m[33mTime taken for 'build typescript dependencies' 0.31825000000003456ms[39m[22m
|
|
25425
|
+
[isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
|
|
25426
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:46.989Z - Streaming message to client: progress update for topic graph-construction
|
|
25427
|
+
[NX v23.1.1 Daemon Client] - 2026-09-01T14:22:46.989Z - [Messenger] Received message, length: 47
|
|
25428
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:46.998Z - [SYNC]: collect registered sync generators
|
|
25429
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:46.999Z - [SYNC]: project graph hash is the same, not collecting task sync generators
|
|
25430
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:46.999Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
|
|
25431
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:47.020Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
|
|
25432
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:47.020Z - Serializing response for REQUEST_PROJECT_GRAPH message in json mode
|
|
25433
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:47.020Z - Responding to REQUEST_PROJECT_GRAPH message
|
|
25434
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:47.020Z - [REQUEST]: Responding to the client. project-graph
|
|
25435
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:47.021Z - Time taken for 'total for creating and serializing project graph' 1382.288708999753ms
|
|
25436
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:47.021Z - Time taken for 'total execution time for createProjectGraph()' 53.39808299951255ms
|
|
25437
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:47.021Z - Time taken for 'createDependencies' 42.399874998256564ms
|
|
25438
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:47.021Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 41.89970799908042ms
|
|
25439
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:47.021Z - Time taken for 'createMetadata' 0.017208000645041466ms
|
|
25440
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:47.021Z - Time taken for 'serialize graph' 2.6826669983565807ms
|
|
25441
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:47.021Z - Time taken for 'write cache' 20.34095900133252ms
|
|
25442
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:47.087Z - Done responding to the client project-graph
|
|
25443
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:47.088Z - Handled json message REQUEST_PROJECT_GRAPH. Handling time: 1384. Response time: 68.
|
|
25444
|
+
[NX v23.1.1 Daemon Client] - 2026-09-01T14:22:47.088Z - [Messenger] Received message, length: 895604
|
|
25445
|
+
[NX v23.1.1 Daemon Client] - 2026-09-01T14:22:47.105Z - [Messenger] Sending message type: GET_CONTEXT_FILE_DATA
|
|
25446
|
+
[NX v23.1.1 Daemon Client] - 2026-09-01T14:22:47.106Z - [Messenger] Message sent
|
|
25447
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:47.106Z - Received raw message of length 32
|
|
25448
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:47.107Z - Received json message of type GET_CONTEXT_FILE_DATA
|
|
25449
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:47.110Z - Serializing response for GET_CONTEXT_FILE_DATA message in json mode
|
|
25450
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:47.112Z - Responding to GET_CONTEXT_FILE_DATA message
|
|
25451
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:47.112Z - [REQUEST]: Responding to the client. handleContextFileData
|
|
25452
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:47.118Z - Done responding to the client handleContextFileData
|
|
25453
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:47.118Z - Handled json message GET_CONTEXT_FILE_DATA. Handling time: 3. Response time: 8.
|
|
25454
|
+
[NX v23.1.1 Daemon Client] - 2026-09-01T14:22:47.118Z - [Messenger] Received message, length: 86955
|
|
25455
|
+
[NX v23.1.1 Daemon Client] - 2026-09-01T14:22:49.232Z - [Messenger] Setting up socket listeners
|
|
25456
|
+
[NX v23.1.1 Daemon Client] - 2026-09-01T14:22:49.234Z - [Messenger] listen() complete
|
|
25457
|
+
[NX v23.1.1 Daemon Client] - 2026-09-01T14:22:49.234Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
|
|
25458
|
+
[NX v23.1.1 Daemon Client] - 2026-09-01T14:22:49.235Z - [Messenger] Message sent
|
|
25459
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:49.235Z - Established a connection. Number of open connections: 2
|
|
25460
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:49.236Z - Established a connection. Number of open connections: 3
|
|
25461
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:49.236Z - Closed a connection. Number of open connections: 2
|
|
25462
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:49.236Z - Received raw message of length 42
|
|
25463
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:22:49.236Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
|
|
25464
|
+
[NX v23.1.1 Daemon Client] - 2026-09-01T14:25:06.521Z - [Messenger] Sending message type: GET_CONFIGURE_AI_AGENTS_STATUS
|
|
25465
|
+
[NX v23.1.1 Daemon Client] - 2026-09-01T14:25:06.523Z - [Messenger] Message sent
|
|
25466
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:25:06.526Z - Received raw message of length 41
|
|
25467
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:25:06.529Z - Received json message of type GET_CONFIGURE_AI_AGENTS_STATUS
|
|
25468
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:25:06.535Z - [AI-AGENTS]: Returning cached agent configuration status
|
|
25469
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:25:06.535Z - Serializing response for GET_CONFIGURE_AI_AGENTS_STATUS message in json mode
|
|
25470
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:25:06.536Z - Responding to GET_CONFIGURE_AI_AGENTS_STATUS message
|
|
25471
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:25:06.536Z - [REQUEST]: Responding to the client. handleGetConfigureAiAgentsStatus
|
|
25472
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:25:06.536Z - Done responding to the client handleGetConfigureAiAgentsStatus
|
|
25473
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:25:06.536Z - Handled json message GET_CONFIGURE_AI_AGENTS_STATUS. Handling time: 0. Response time: 1.
|
|
25474
|
+
[NX v23.1.1 Daemon Client] - 2026-09-01T14:25:06.536Z - [Messenger] Received message, length: 341
|
|
25475
|
+
[NX v23.1.1 Daemon Client] - 2026-09-01T14:32:57.987Z - [ProjectGraphListener] Socket closed, triggering reconnection
|
|
25476
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:32:58.012Z - Closed a connection. Number of open connections: 1
|
|
25477
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T14:33:01.988Z - Closed a connection. Number of open connections: 0
|
|
25478
|
+
DEBUG nx::native::watch::watcher: watching stopped origin=/Applications/AngularJS/angular-web-sdk
|
|
25479
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T17:25:06.598Z - [WATCHER]: Stopping the watcher for /Applications/AngularJS/angular-web-sdk (sources)
|
|
25480
|
+
DEBUG nx::native::watch::watcher: watching stopped origin=/Applications/AngularJS/angular-web-sdk
|
|
25481
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T17:25:06.602Z - [WATCHER]: Stopping the watcher for /Applications/AngularJS/angular-web-sdk (outputs)
|
|
25482
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T17:25:06.603Z - [LATEST-NX]: Cleaning up latest Nx installation from /private/tmp/tmp-13738-tmLJ2nL1Dd8v
|
|
25483
|
+
[NX v23.1.1 Daemon Server] - 2026-09-01T17:25:06.605Z - Server stopped because: "10800000ms of inactivity"
|
|
25484
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:05.075Z - [Client] Starting new daemon server in background
|
|
25485
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:05.265Z - [Client] Waiting for server (max: 6000 attempts, 10ms interval)
|
|
25486
|
+
DEBUG nx::native::watch::watcher: watching started origin=/Applications/AngularJS/angular-web-sdk
|
|
25487
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:06.180Z - [WATCHER]: Subscribed to changes within: /Applications/AngularJS/angular-web-sdk (native)
|
|
25488
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:06.182Z - 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
|
|
25489
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:06.182Z - New daemon __dirname: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/daemon/server
|
|
25490
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:06.182Z - New daemon nxVersion: 23.1.1
|
|
25491
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:06.182Z - New daemon getInstalledNxVersion(): 23.1.1
|
|
25492
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:06.183Z - Time taken for 'workspace context init' 0.16666700000007495ms
|
|
25493
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:06.201Z - [Server] Starting outdated check interval (20ms)
|
|
25494
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:06.205Z - Started listening on: /private/tmp/6961d33d01e341aeb8c7/d.sock
|
|
25495
|
+
DEBUG nx::native::watch::watcher: watching started origin=/Applications/AngularJS/angular-web-sdk
|
|
25496
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:06.211Z - [LATEST-NX]: Pulling latest Nx...
|
|
25497
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:06.214Z - [AI-AGENTS]: Starting agent configuration status computation
|
|
25498
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:06.216Z - [Client] Server available
|
|
25499
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:06.217Z - [Client] Daemon server started, pid=11577
|
|
25500
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:06.218Z - [Messenger] Setting up socket listeners
|
|
25501
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:06.218Z - [Messenger] listen() complete
|
|
25502
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:06.255Z - [Messenger] Sending message type: REQUEST_PROJECT_GRAPH
|
|
25503
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:06.257Z - [Messenger] Message sent
|
|
25504
|
+
[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: 11601, socket: /private/tmp/plugin11577-0-939.199541.sock)
|
|
25505
|
+
[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: 11602, socket: /private/tmp/plugin11577-1-1122.763791.sock)
|
|
25506
|
+
[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: 11603, socket: /private/tmp/plugin11577-2-1123.87575.sock)
|
|
25507
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:06.401Z - Time taken for 'hash changed files from watcher' 0.012207999999986896ms
|
|
25508
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:06.401Z - Time taken for 'loadSpecifiedNxPlugins' 189.30124999999998ms
|
|
25509
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:06.402Z - Established a connection. Number of open connections: 1
|
|
25510
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:06.402Z - Established a connection. Number of open connections: 2
|
|
25511
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:06.403Z - Closed a connection. Number of open connections: 1
|
|
25512
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:06.403Z - Received raw message of length 4062
|
|
25513
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:06.403Z - Received json message of type REQUEST_PROJECT_GRAPH
|
|
25514
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:06.403Z - [REQUEST]: Client Request for Project Graph Received
|
|
25515
|
+
DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=51.691625ms
|
|
25516
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:06.456Z - Reusing in-memory cached project graph because no files changed.
|
|
25517
|
+
[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: 11603) listening on /private/tmp/plugin11577-2-1123.87575.sock
|
|
25518
|
+
[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: 11603)
|
|
25519
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:06.699Z - 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' 293.51ms
|
|
25520
|
+
Time taken for 'plugin worker 11603 code loading' 209.481584ms
|
|
25521
|
+
[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: 11603) connected
|
|
25522
|
+
[plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 11602) listening on /private/tmp/plugin11577-1-1122.763791.sock
|
|
25523
|
+
[plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 11601) listening on /private/tmp/plugin11577-0-939.199541.sock
|
|
25524
|
+
[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: 11603) loaded successfully
|
|
25525
|
+
Time taken for 'plugin worker 11601 code loading' 225.07929199999998ms
|
|
25526
|
+
Time taken for 'plugin worker 11602 code loading' 227.55508299999997ms
|
|
25527
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:06.712Z - 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' 501.6494170000001ms
|
|
25528
|
+
[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: 11601)
|
|
25529
|
+
[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: 11602)
|
|
25530
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:06.713Z - 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' 498.066292ms
|
|
25531
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:06.713Z - 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' 314.60458300000005ms
|
|
25532
|
+
[plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 11601) connected
|
|
25533
|
+
[plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 11602) connected
|
|
25534
|
+
[plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 11602) loaded successfully
|
|
25535
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:06.782Z - 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' 571.131375ms
|
|
25536
|
+
[plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 11601) loaded successfully
|
|
25537
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:06.806Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
|
|
25538
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:06.806Z - [REQUEST]:
|
|
25539
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:06.806Z - [REQUEST]:
|
|
25540
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:06.812Z - Streaming message to client: progress update for topic graph-construction
|
|
25541
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:06.813Z - Time taken for 'loadDefaultNxPlugins' 595.453291ms
|
|
25542
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:06.814Z - [Messenger] Received message, length: 47
|
|
25543
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:06.815Z - 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' 595.337125ms
|
|
25544
|
+
Time taken for 'nx/core/project-json:createNodes' 7.035832999999968ms
|
|
25545
|
+
[isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
|
|
25546
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:06.827Z - Streaming message to client: progress update for topic graph-construction
|
|
25547
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:06.827Z - [Messenger] Received message, length: 153
|
|
25548
|
+
Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 22.52108400000003ms
|
|
25549
|
+
[isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
|
|
25550
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:06.841Z - Streaming message to client: progress update for topic graph-construction
|
|
25551
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:06.841Z - [Messenger] Received message, length: 112
|
|
25552
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:06.848Z - Streaming message to client: progress update for topic graph-construction
|
|
25553
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:06.848Z - [Messenger] Received message, length: 47
|
|
25554
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:06.922Z - Streaming message to client: progress update for topic graph-construction
|
|
25555
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:06.924Z - [Messenger] Received message, length: 47
|
|
25556
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:06.930Z - Time taken for 'build-project-configs' 73.46849999999995ms
|
|
25557
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:06.930Z - Time taken for 'createNodes:merge' 33.84375ms
|
|
25558
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:06.930Z - Time taken for 'native-file-deps' 0.008499999999912689ms
|
|
25559
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:06.930Z - Time taken for 'get-workspace-files' 2.0368329999998878ms
|
|
25560
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:06.930Z - Time taken for 'read cache' 2.536209000000099ms
|
|
25561
|
+
Time taken for 'build typescript dependencies' 0.10087500000003047ms
|
|
25562
|
+
[isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
|
|
25563
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:06.953Z - Streaming message to client: progress update for topic graph-construction
|
|
25564
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:06.953Z - [Messenger] Received message, length: 47
|
|
25565
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.001Z - [SYNC]: collect registered sync generators
|
|
25566
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.057Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
|
|
25567
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.057Z - Serializing response for REQUEST_PROJECT_GRAPH message in json mode
|
|
25568
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.057Z - Responding to REQUEST_PROJECT_GRAPH message
|
|
25569
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.057Z - [REQUEST]: Responding to the client. project-graph
|
|
25570
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.058Z - Time taken for 'total for creating and serializing project graph' 653.9991669999999ms
|
|
25571
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.058Z - Time taken for 'total execution time for createProjectGraph()' 72.57875000000013ms
|
|
25572
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.058Z - Time taken for 'createDependencies' 47.91658300000017ms
|
|
25573
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.058Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 42.808917000000065ms
|
|
25574
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.058Z - Time taken for 'createMetadata' 0.03233300000010786ms
|
|
25575
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.058Z - Time taken for 'serialize graph' 21.959583000000066ms
|
|
25576
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.058Z - Time taken for 'write cache' 50.11374999999998ms
|
|
25577
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.139Z - Done responding to the client project-graph
|
|
25578
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.139Z - Handled json message REQUEST_PROJECT_GRAPH. Handling time: 654. Response time: 82.
|
|
25579
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:07.139Z - [Messenger] Received message, length: 895604
|
|
25580
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:07.176Z - [Messenger] Sending message type: PRE_TASKS_EXECUTION
|
|
25581
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:07.176Z - [Messenger] Message sent
|
|
25582
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.177Z - Received raw message of length 2165
|
|
25583
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.177Z - Received json message of type PRE_TASKS_EXECUTION
|
|
25584
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.178Z - Serializing response for PRE_TASKS_EXECUTION message in json mode
|
|
25585
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.178Z - Responding to PRE_TASKS_EXECUTION message
|
|
25586
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.178Z - [REQUEST]: Responding to the client. handleRunPreTasksExecution
|
|
25587
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.178Z - Done responding to the client handleRunPreTasksExecution
|
|
25588
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.178Z - Handled json message PRE_TASKS_EXECUTION. Handling time: 1. Response time: 0.
|
|
25589
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.178Z - Time taken for 'preTasksExecution' 0.6186250000000655ms
|
|
25590
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:07.178Z - [Messenger] Received message, length: 2
|
|
25591
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:07.340Z - [Messenger] Sending message type: HASH_TASKS
|
|
25592
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:07.340Z - [Messenger] Message sent
|
|
25593
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.341Z - Received raw message of length 38856
|
|
25594
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.341Z - Received json message of type HASH_TASKS
|
|
25595
|
+
DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=63.16375ms
|
|
25596
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.404Z - Reusing in-memory cached project graph because no files changed.
|
|
25597
|
+
DEBUG nx::native::tasks::hash_planner: get_plans_internal COMPLETED in 8.144167ms - processed 6 tasks (setup: 5.10325ms, parallel_planning: 3.028792ms, pool: 1544 unique instructions)
|
|
25598
|
+
DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "8520130568453209191" (".gitignore") to hash
|
|
25599
|
+
DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "2425668806101952406" ("nx.json") to hash
|
|
25600
|
+
DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Hash Value: "17385814077483807182"
|
|
25601
|
+
DEBUG nx::native::tasks::task_hasher: hash_plans COMPLETED in 14.771417ms - processed 6 plans (setup: 336.584µs, hashing: 14.432625ms, assembly: 8.97275ms)
|
|
25602
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.439Z - Serializing response for HASH_TASKS message in json mode
|
|
25603
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.448Z - Responding to HASH_TASKS message
|
|
25604
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.449Z - [REQUEST]: Responding to the client. handleHashTasks
|
|
25605
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.451Z - Done responding to the client handleHashTasks
|
|
25606
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.451Z - Handled json message HASH_TASKS. Handling time: 98. Response time: 12.
|
|
25607
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:07.451Z - [Messenger] Received message, length: 446773
|
|
25608
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:07.502Z - [Messenger] Sending message type: GET_ESTIMATED_TASK_TIMINGS
|
|
25609
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:07.503Z - [Messenger] Message sent
|
|
25610
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.503Z - Received raw message of length 510
|
|
25611
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.503Z - Received json message of type GET_ESTIMATED_TASK_TIMINGS
|
|
25612
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.505Z - Serializing response for GET_ESTIMATED_TASK_TIMINGS message in json mode
|
|
25613
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.505Z - Responding to GET_ESTIMATED_TASK_TIMINGS message
|
|
25614
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.505Z - [REQUEST]: Responding to the client. handleGetEstimatedTaskTimings
|
|
25615
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.505Z - Done responding to the client handleGetEstimatedTaskTimings
|
|
25616
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.505Z - Handled json message GET_ESTIMATED_TASK_TIMINGS. Handling time: 2. Response time: 0.
|
|
25617
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:07.505Z - [Messenger] Received message, length: 280
|
|
25618
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:07.514Z - [Messenger] Sending message type: OUTPUTS_HASHES_MATCH_BATCH
|
|
25619
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:07.515Z - [Messenger] Message sent
|
|
25620
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.515Z - Received raw message of length 267
|
|
25621
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.515Z - Received json message of type OUTPUTS_HASHES_MATCH_BATCH
|
|
25622
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.515Z - Serializing response for OUTPUTS_HASHES_MATCH_BATCH message in json mode
|
|
25623
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.515Z - Responding to OUTPUTS_HASHES_MATCH_BATCH message
|
|
25624
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.515Z - [REQUEST]: Responding to the client. outputsHashesMatchBatch
|
|
25625
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.515Z - Done responding to the client outputsHashesMatchBatch
|
|
25626
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.515Z - Handled json message OUTPUTS_HASHES_MATCH_BATCH. Handling time: 0. Response time: 0.
|
|
25627
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:07.515Z - [Messenger] Received message, length: 19
|
|
25628
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:07.586Z - [Messenger] Sending message type: RECORD_OUTPUTS_HASH_BATCH
|
|
25629
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:07.586Z - [Messenger] Message sent
|
|
25630
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.587Z - Received raw message of length 266
|
|
25631
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.588Z - Received json message of type RECORD_OUTPUTS_HASH_BATCH
|
|
25632
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.600Z - Serializing response for RECORD_OUTPUTS_HASH_BATCH message in json mode
|
|
25633
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.600Z - Responding to RECORD_OUTPUTS_HASH_BATCH message
|
|
25634
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.600Z - [REQUEST]: Responding to the client. recordOutputsHashBatch
|
|
25635
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.601Z - Done responding to the client recordOutputsHashBatch
|
|
25636
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.601Z - Handled json message RECORD_OUTPUTS_HASH_BATCH. Handling time: 11. Response time: 1.
|
|
25637
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:07.601Z - [Messenger] Received message, length: 2
|
|
25638
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:07.620Z - [Messenger] Sending message type: OUTPUTS_HASHES_MATCH_BATCH
|
|
25639
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:07.620Z - [Messenger] Message sent
|
|
25640
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.620Z - Received raw message of length 117
|
|
25641
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.620Z - Received json message of type OUTPUTS_HASHES_MATCH_BATCH
|
|
25642
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.620Z - Serializing response for OUTPUTS_HASHES_MATCH_BATCH message in json mode
|
|
25643
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.620Z - Responding to OUTPUTS_HASHES_MATCH_BATCH message
|
|
25644
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.620Z - [REQUEST]: Responding to the client. outputsHashesMatchBatch
|
|
25645
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.621Z - Done responding to the client outputsHashesMatchBatch
|
|
25646
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.621Z - Handled json message OUTPUTS_HASHES_MATCH_BATCH. Handling time: 0. Response time: 1.
|
|
25647
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:07.621Z - [Messenger] Received message, length: 7
|
|
25648
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:07.650Z - [Messenger] Sending message type: RECORD_OUTPUTS_HASH_BATCH
|
|
25649
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:07.650Z - [Messenger] Message sent
|
|
25650
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.650Z - Received raw message of length 116
|
|
25651
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.650Z - Received json message of type RECORD_OUTPUTS_HASH_BATCH
|
|
25652
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.653Z - Serializing response for RECORD_OUTPUTS_HASH_BATCH message in json mode
|
|
25653
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.653Z - Responding to RECORD_OUTPUTS_HASH_BATCH message
|
|
25654
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.653Z - [REQUEST]: Responding to the client. recordOutputsHashBatch
|
|
25655
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.653Z - Done responding to the client recordOutputsHashBatch
|
|
25656
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.653Z - Handled json message RECORD_OUTPUTS_HASH_BATCH. Handling time: 3. Response time: 0.
|
|
25657
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:07.653Z - [Messenger] Received message, length: 2
|
|
25658
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:07.658Z - [Messenger] Sending message type: OUTPUTS_HASHES_MATCH_BATCH
|
|
25659
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:07.658Z - [Messenger] Message sent
|
|
25660
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.658Z - Received raw message of length 119
|
|
25661
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.658Z - Received json message of type OUTPUTS_HASHES_MATCH_BATCH
|
|
25662
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.659Z - Serializing response for OUTPUTS_HASHES_MATCH_BATCH message in json mode
|
|
25663
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.659Z - Responding to OUTPUTS_HASHES_MATCH_BATCH message
|
|
25664
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.659Z - [REQUEST]: Responding to the client. outputsHashesMatchBatch
|
|
25665
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.659Z - Done responding to the client outputsHashesMatchBatch
|
|
25666
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.659Z - Handled json message OUTPUTS_HASHES_MATCH_BATCH. Handling time: 1. Response time: 0.
|
|
25667
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:07.659Z - [Messenger] Received message, length: 7
|
|
25668
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:07.667Z - [Messenger] Sending message type: RECORD_OUTPUTS_HASH_BATCH
|
|
25669
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:07.667Z - [Messenger] Message sent
|
|
25670
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.692Z - Received raw message of length 118
|
|
25671
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.693Z - Received json message of type RECORD_OUTPUTS_HASH_BATCH
|
|
25672
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.695Z - Serializing response for RECORD_OUTPUTS_HASH_BATCH message in json mode
|
|
25673
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.695Z - Responding to RECORD_OUTPUTS_HASH_BATCH message
|
|
25674
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.695Z - [REQUEST]: Responding to the client. recordOutputsHashBatch
|
|
25675
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.695Z - Done responding to the client recordOutputsHashBatch
|
|
25676
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.695Z - Handled json message RECORD_OUTPUTS_HASH_BATCH. Handling time: 2. Response time: 0.
|
|
25677
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:07.695Z - [Messenger] Received message, length: 2
|
|
25678
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:07.711Z - [Messenger] Sending message type: OUTPUTS_HASHES_MATCH_BATCH
|
|
25679
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:07.750Z - [Messenger] Message sent
|
|
25680
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.750Z - Received raw message of length 116
|
|
25681
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.750Z - Received json message of type OUTPUTS_HASHES_MATCH_BATCH
|
|
25682
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.750Z - Serializing response for OUTPUTS_HASHES_MATCH_BATCH message in json mode
|
|
25683
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.750Z - Responding to OUTPUTS_HASHES_MATCH_BATCH message
|
|
25684
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.750Z - [REQUEST]: Responding to the client. outputsHashesMatchBatch
|
|
25685
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.750Z - Done responding to the client outputsHashesMatchBatch
|
|
25686
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.750Z - Handled json message OUTPUTS_HASHES_MATCH_BATCH. Handling time: 0. Response time: 0.
|
|
25687
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:07.751Z - [Messenger] Received message, length: 7
|
|
25688
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:07.780Z - [Messenger] Sending message type: RECORD_OUTPUTS_HASH_BATCH
|
|
25689
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:07.780Z - [Messenger] Message sent
|
|
25690
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.782Z - Received raw message of length 115
|
|
25691
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.783Z - Received json message of type RECORD_OUTPUTS_HASH_BATCH
|
|
25692
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.788Z - Serializing response for RECORD_OUTPUTS_HASH_BATCH message in json mode
|
|
25693
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.789Z - Responding to RECORD_OUTPUTS_HASH_BATCH message
|
|
25694
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.789Z - [REQUEST]: Responding to the client. recordOutputsHashBatch
|
|
25695
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.789Z - Done responding to the client recordOutputsHashBatch
|
|
25696
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:07.789Z - Handled json message RECORD_OUTPUTS_HASH_BATCH. Handling time: 5. Response time: 1.
|
|
25697
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:07.790Z - [Messenger] Received message, length: 2
|
|
25698
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=6
|
|
25699
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=36
|
|
25700
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs
|
|
25701
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/fesm2022/africanies-africanies-models.mjs
|
|
25702
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/README.md
|
|
25703
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/types/africanies-africanies-theme.d.ts
|
|
25704
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/brand/africanies-logo.svg
|
|
25705
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-theme/README.md
|
|
25706
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/brand/africanies-logo.png
|
|
25707
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/assets/icons.sprite.svg
|
|
25708
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts
|
|
25709
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs
|
|
25710
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/package.json
|
|
25711
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-icons/fesm2022/africanies-africanies-icons.mjs
|
|
25712
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-theme/tailwind-preset.cjs
|
|
25713
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/types/africanies-africanies-core.d.ts
|
|
25714
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/fesm2022/africanies-africanies-models.mjs.map
|
|
25715
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-icons/package.json
|
|
25716
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-core/README.md
|
|
25717
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-storage/fesm2022/africanies-africanies-storage.mjs
|
|
25718
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/carriers/dhl.svg
|
|
25719
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/README.md
|
|
25720
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-icons/fesm2022/africanies-africanies-icons.mjs.map
|
|
25721
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map
|
|
25722
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-models/README.md
|
|
25723
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/types/africanies-africanies-models.d.ts
|
|
25724
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-storage/types/africanies-africanies-storage.d.ts
|
|
25725
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-storage/fesm2022/africanies-africanies-storage.mjs.map
|
|
25726
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/package.json
|
|
25727
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/types/africanies-africanies-icons.d.ts
|
|
25728
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/package.json
|
|
25729
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs.map
|
|
25730
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-storage/README.md
|
|
25731
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-storage/package.json
|
|
25732
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs.map
|
|
25733
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/package.json
|
|
25734
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/brand/africanies-logo-mini.png
|
|
25735
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs
|
|
25736
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-core/README.md
|
|
25737
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/README.md
|
|
25738
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/README.md
|
|
25739
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-theme/README.md
|
|
25740
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-models/README.md
|
|
25741
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-storage/README.md
|
|
25742
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:08.273Z - [WATCHER]: Processing file changes in outputs
|
|
25743
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:08.277Z - [WATCHER]: 0 file(s) created or restored, 6 file(s) modified, 0 file(s) deleted
|
|
25744
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:08.279Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 6 events: update:dist/libs/africanies-core/README.md, update:dist/libs/africanies-icons/README.md, update:dist/libs/africanies-ui/README.md, update:dist/libs/africanies-theme/README.md, update:dist/libs/africanies-models/README.md, update:dist/libs/africanies-storage/README.md
|
|
25745
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:08.280Z - [WATCHER]: File changes detected:
|
|
25746
|
+
Created:
|
|
25747
|
+
(none)
|
|
25748
|
+
Updated:
|
|
25749
|
+
- dist/libs/africanies-core/README.md
|
|
25750
|
+
- dist/libs/africanies-icons/README.md
|
|
25751
|
+
- dist/libs/africanies-ui/README.md
|
|
25752
|
+
- dist/libs/africanies-theme/README.md
|
|
25753
|
+
- dist/libs/africanies-models/README.md
|
|
25754
|
+
- dist/libs/africanies-storage/README.md
|
|
25755
|
+
Deleted:
|
|
25756
|
+
(none)
|
|
25757
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:08.315Z - [SYNC]: clearing sync generators cache due to file changes
|
|
25758
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:08.321Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
|
|
25759
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:08.321Z - [REQUEST]: dist/libs/africanies-ui/README.md,dist/libs/africanies-icons/README.md,dist/libs/africanies-theme/README.md,dist/libs/africanies-models/README.md,dist/libs/africanies-storage/README.md,dist/libs/africanies-core/README.md
|
|
25760
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:08.321Z - [REQUEST]:
|
|
25761
|
+
[plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
|
|
25762
|
+
[isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 11631, socket: /private/tmp/plugin11577-3-3070.335875.sock)
|
|
25763
|
+
[plugin-client] restarting worker for "nx/core/package-json"
|
|
25764
|
+
[isolated-plugin] spawned worker for "nx/core/package-json" (pid: 11632, socket: /private/tmp/plugin11577-4-3087.748916.sock)
|
|
25765
|
+
[plugin-client] restarting worker for "nx/core/project-json"
|
|
25766
|
+
[isolated-plugin] spawned worker for "nx/core/project-json" (pid: 11634, socket: /private/tmp/plugin11577-5-3135.40525.sock)
|
|
25767
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:08.415Z - Time taken for 'hash changed files from watcher' 32.73391700000002ms
|
|
25768
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:08.602Z - [Messenger] Sending message type: RECORD_TASK_RUNS
|
|
25769
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:08.603Z - [Messenger] Message sent
|
|
25770
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:08.603Z - Received raw message of length 1291
|
|
25771
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:08.603Z - Received json message of type RECORD_TASK_RUNS
|
|
25772
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:08.604Z - Serializing response for RECORD_TASK_RUNS message in json mode
|
|
25773
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:08.605Z - Responding to RECORD_TASK_RUNS message
|
|
25774
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:08.605Z - [REQUEST]: Responding to the client. handleRecordTaskRuns
|
|
25775
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:08.605Z - Done responding to the client handleRecordTaskRuns
|
|
25776
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:08.605Z - Handled json message RECORD_TASK_RUNS. Handling time: 1. Response time: 1.
|
|
25777
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:08.605Z - [Messenger] Received message, length: 4
|
|
25778
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:08.605Z - [Messenger] Sending message type: GET_FLAKY_TASKS
|
|
25779
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:08.605Z - [Messenger] Message sent
|
|
25780
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:08.606Z - Received raw message of length 173
|
|
25781
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:08.606Z - Received json message of type GET_FLAKY_TASKS
|
|
25782
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:08.606Z - Serializing response for GET_FLAKY_TASKS message in json mode
|
|
25783
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:08.606Z - Responding to GET_FLAKY_TASKS message
|
|
25784
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:08.606Z - [REQUEST]: Responding to the client. handleGetFlakyTasks
|
|
25785
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:08.606Z - Done responding to the client handleGetFlakyTasks
|
|
25786
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:08.606Z - Handled json message GET_FLAKY_TASKS. Handling time: 0. Response time: 0.
|
|
25787
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:08.606Z - [Messenger] Received message, length: 2
|
|
25788
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=9
|
|
25789
|
+
DEBUG nx::native::watch::watcher: [delete] .nx/cache/13524438527920092277/dist/libs/africanies-core/README.md
|
|
25790
|
+
DEBUG nx::native::watch::watcher: [delete] .nx/cache/14153928176747262656/dist/libs/africanies-theme/README.md
|
|
25791
|
+
DEBUG nx::native::watch::watcher: [delete] .nx/cache/2782605790118376385/dist/libs/africanies-icons/README.md
|
|
25792
|
+
DEBUG nx::native::watch::watcher: [delete] .nx/cache/5741611231803799383/dist/libs/africanies-ui/README.md
|
|
25793
|
+
DEBUG nx::native::watch::watcher: [delete] .nx/cache/4011892767661954819/dist/libs/africanies-core/README.md
|
|
25794
|
+
DEBUG nx::native::watch::watcher: [delete] .nx/cache/3064561615116090625/dist/libs/africanies-storage/README.md
|
|
25795
|
+
DEBUG nx::native::watch::watcher: [delete] .nx/cache/6372470950255467653/dist/libs/africanies-models/README.md
|
|
25796
|
+
DEBUG nx::native::watch::watcher: [delete] .nx/cache/18132311043100376919/dist/libs/africanies-ui/README.md
|
|
25797
|
+
DEBUG nx::native::watch::watcher: [delete] .nx/cache/1275815545780424169/dist/libs/africanies-theme/README.md
|
|
25798
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:08.627Z - [WATCHER]: 0 file(s) created or restored, 0 file(s) modified, 9 file(s) deleted
|
|
25799
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:08.627Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 9 events: delete:.nx/cache/13524438527920092277/dist/libs/africanies-core/README.md, delete:.nx/cache/14153928176747262656/dist/libs/africanies-theme/README.md, delete:.nx/cache/2782605790118376385/dist/libs/africanies-icons/README.md, delete:.nx/cache/5741611231803799383/dist/libs/africanies-ui/README.md, delete:.nx/cache/4011892767661954819/dist/libs/africanies-core/README.md, delete:.nx/cache/3064561615116090625/dist/libs/africanies-storage/README.md, delete:.nx/cache/6372470950255467653/dist/libs/africanies-models/README.md, delete:.nx/cache/18132311043100376919/dist/libs/africanies-ui/README.md, delete:.nx/cache/1275815545780424169/dist/libs/africanies-theme/README.md
|
|
25800
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:08.628Z - [WATCHER]: File changes detected:
|
|
25801
|
+
Created:
|
|
25802
|
+
(none)
|
|
25803
|
+
Updated:
|
|
25804
|
+
(none)
|
|
25805
|
+
Deleted:
|
|
25806
|
+
- .nx/cache/13524438527920092277/dist/libs/africanies-core/README.md
|
|
25807
|
+
- .nx/cache/14153928176747262656/dist/libs/africanies-theme/README.md
|
|
25808
|
+
- .nx/cache/2782605790118376385/dist/libs/africanies-icons/README.md
|
|
25809
|
+
- .nx/cache/5741611231803799383/dist/libs/africanies-ui/README.md
|
|
25810
|
+
- .nx/cache/4011892767661954819/dist/libs/africanies-core/README.md
|
|
25811
|
+
- .nx/cache/3064561615116090625/dist/libs/africanies-storage/README.md
|
|
25812
|
+
- .nx/cache/6372470950255467653/dist/libs/africanies-models/README.md
|
|
25813
|
+
- .nx/cache/18132311043100376919/dist/libs/africanies-ui/README.md
|
|
25814
|
+
- .nx/cache/1275815545780424169/dist/libs/africanies-theme/README.md
|
|
25815
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:08.631Z - [SYNC]: clearing sync generators cache due to file changes
|
|
25816
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:08.632Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
|
|
25817
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:08.632Z - [REQUEST]: dist/libs/africanies-ui/README.md,dist/libs/africanies-icons/README.md,dist/libs/africanies-theme/README.md,dist/libs/africanies-models/README.md,dist/libs/africanies-storage/README.md,dist/libs/africanies-core/README.md
|
|
25818
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:08.632Z - [REQUEST]: .nx/cache/13524438527920092277/dist/libs/africanies-core/README.md,.nx/cache/14153928176747262656/dist/libs/africanies-theme/README.md,.nx/cache/2782605790118376385/dist/libs/africanies-icons/README.md,.nx/cache/5741611231803799383/dist/libs/africanies-ui/README.md,.nx/cache/4011892767661954819/dist/libs/africanies-core/README.md,.nx/cache/3064561615116090625/dist/libs/africanies-storage/README.md,.nx/cache/6372470950255467653/dist/libs/africanies-models/README.md,.nx/cache/18132311043100376919/dist/libs/africanies-ui/README.md,.nx/cache/1275815545780424169/dist/libs/africanies-theme/README.md
|
|
25819
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:08.639Z - Time taken for 'hash changed files from watcher' 3.6108750000003056ms
|
|
25820
|
+
[plugin-worker] "nx/core/project-json" (pid: 11634) listening on /private/tmp/plugin11577-5-3135.40525.sock
|
|
25821
|
+
[isolated-plugin] connected to worker for "nx/core/project-json" (pid: 11634)
|
|
25822
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:09.235Z - Time taken for 'start-plugin-worker:nx/core/project-json' 822.3779169999998ms
|
|
25823
|
+
[plugin-worker] "nx/core/project-json" (pid: 11634) connected
|
|
25824
|
+
Time taken for 'plugin worker 11634 code loading' 548.1655000000001ms
|
|
25825
|
+
[plugin-worker] "nx/core/package-json" (pid: 11632) listening on /private/tmp/plugin11577-4-3087.748916.sock
|
|
25826
|
+
Time taken for 'plugin worker 11632 code loading' 685.359083ms
|
|
25827
|
+
[isolated-plugin] connected to worker for "nx/core/package-json" (pid: 11632)
|
|
25828
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:09.270Z - Time taken for 'start-plugin-worker:nx/core/package-json' 890.0104999999999ms
|
|
25829
|
+
[plugin-worker] "nx/core/package-json" (pid: 11632) connected
|
|
25830
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 11631) listening on /private/tmp/plugin11577-3-3070.335875.sock
|
|
25831
|
+
[isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 11631)
|
|
25832
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:09.299Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 952.5760829999999ms
|
|
25833
|
+
Time taken for 'plugin worker 11631 code loading' 689.217042ms
|
|
25834
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 11631) connected
|
|
25835
|
+
[plugin-worker] "nx/core/package-json" (pid: 11632) loaded successfully
|
|
25836
|
+
[plugin-worker] "nx/core/project-json" (pid: 11634) loaded successfully
|
|
25837
|
+
Time taken for 'nx/core/project-json:createNodes' 1.233791999999994ms
|
|
25838
|
+
Time taken for 'nx/core/project-json:createNodes' 1.4289590000000771ms
|
|
25839
|
+
[isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
|
|
25840
|
+
Time taken for 'nx/core/package-json:createNodes' 25.769915999999967ms
|
|
25841
|
+
[isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
|
|
25842
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 11631) loaded successfully
|
|
25843
|
+
Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 17.478375000000028ms
|
|
25844
|
+
Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 27.177791999999954ms
|
|
25845
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:09.633Z - Time taken for 'build-project-configs' 965.9912500000005ms
|
|
25846
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:09.633Z - Time taken for 'build-project-configs' 974.3779580000005ms
|
|
25847
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:09.633Z - Time taken for 'createNodes:merge' 6.043040999999903ms
|
|
25848
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:09.633Z - Time taken for 'createNodes:merge' 8.311958000000232ms
|
|
25849
|
+
Time taken for 'build typescript dependencies' 7.551249999999982ms
|
|
25850
|
+
[isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
|
|
25851
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:09.757Z - [SYNC]: collect registered sync generators
|
|
25852
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:09.759Z - [SYNC]: project graph hash is the same, not collecting task sync generators
|
|
25853
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:09.759Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
|
|
25854
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:09.788Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
|
|
25855
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:09.789Z - Time taken for 'total execution time for createProjectGraph()' 130.14141599999948ms
|
|
25856
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:09.789Z - Time taken for 'createDependencies' 113.99429200000031ms
|
|
25857
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:09.789Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 113.781833ms
|
|
25858
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:09.789Z - Time taken for 'createMetadata' 0.02099999999973079ms
|
|
25859
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:09.790Z - Time taken for 'serialize graph' 7.000374999999622ms
|
|
25860
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:09.790Z - Time taken for 'write cache' 27.350916999999754ms
|
|
25861
|
+
Fetching nx...
|
|
25862
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:12.020Z - [Messenger] Sending message type: GET_CONFIGURE_AI_AGENTS_STATUS
|
|
25863
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:12.022Z - [Messenger] Message sent
|
|
25864
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:12.023Z - Established a connection. Number of open connections: 2
|
|
25865
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:12.029Z - Received raw message of length 41
|
|
25866
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:12.029Z - Received json message of type GET_CONFIGURE_AI_AGENTS_STATUS
|
|
25867
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:12.030Z - Serializing response for GET_CONFIGURE_AI_AGENTS_STATUS message in json mode
|
|
25868
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:12.030Z - Responding to GET_CONFIGURE_AI_AGENTS_STATUS message
|
|
25869
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:12.030Z - [REQUEST]: Responding to the client. handleGetConfigureAiAgentsStatus
|
|
25870
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:12.030Z - Done responding to the client handleGetConfigureAiAgentsStatus
|
|
25871
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:12.030Z - Handled json message GET_CONFIGURE_AI_AGENTS_STATUS. Handling time: 1. Response time: 0.
|
|
25872
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:12.030Z - [Messenger] Received message, length: 104
|
|
25873
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:12.031Z - Closed a connection. Number of open connections: 1
|
|
25874
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:12.032Z - [Messenger] Sending message type: POST_TASKS_EXECUTION
|
|
25875
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:12.046Z - [Messenger] Message sent
|
|
25876
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:12.058Z - Received raw message of length 480890
|
|
25877
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:12.089Z - Received json message of type POST_TASKS_EXECUTION
|
|
25878
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:12.091Z - Serializing response for POST_TASKS_EXECUTION message in json mode
|
|
25879
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:12.091Z - Responding to POST_TASKS_EXECUTION message
|
|
25880
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:12.091Z - [REQUEST]: Responding to the client. handleRunPostTasksExecution
|
|
25881
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:12.091Z - Done responding to the client handleRunPostTasksExecution
|
|
25882
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:12.091Z - Handled json message POST_TASKS_EXECUTION. Handling time: 1. Response time: 0.
|
|
25883
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:12.092Z - Time taken for 'postTasksExecution' 1.0973750000002838ms
|
|
25884
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:30:12.092Z - [Messenger] Received message, length: 4
|
|
25885
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:12.478Z - Closed a connection. Number of open connections: 0
|
|
25886
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:18.095Z - [LATEST-NX]: Successfully pulled latest Nx to /private/tmp/tmp-11577-stho3UHX22CP
|
|
25887
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:18.102Z - [NX-CONSOLE]: Using local implementation (NX_USE_LOCAL=true or inner call)
|
|
25888
|
+
DEBUG nx::native::ide::preferences: Loaded console preferences: NxConsolePreferences { auto_install_console: Some(true), path: "/Users/ikechukwukalu/.config/nx/ide.json" }
|
|
25889
|
+
DEBUG nx::native::ide::install: Detected editor: VSCode
|
|
25890
|
+
DEBUG nx::native::ide::install: Checking if Nx Console extension is installed with: code --list-extensions
|
|
25891
|
+
DEBUG nx::native::ide::install: Editor command 'code' is installed
|
|
25892
|
+
DEBUG nx::native::ide::install: Editor command 'code-insiders' not found
|
|
25893
|
+
DEBUG nx::native::ide::install: Checking if Nx Console extension is installed with: code --list-extensions
|
|
25894
|
+
DEBUG nx::native::ide::install: Nx Console extension is installed
|
|
25895
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:19.602Z - [NX-CONSOLE]: Console status check completed, shouldPrompt: false
|
|
25896
|
+
DEBUG nx::native::ide::install: Nx Console extension is installed
|
|
25897
|
+
DEBUG nx::native::ide::install: Editor command 'cursor' not found
|
|
25898
|
+
DEBUG nx::native::ide::install: Checking if Nx Console extension is installed with: cursor --list-extensions
|
|
25899
|
+
DEBUG nx::native::ide::install: Command 'cursor' not found, cannot check extension status
|
|
25900
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:30:20.787Z - [AI-AGENTS]: Agent configuration status computation completed: 0 fully configured, 0 outdated, 1 partially configured, 4 non-configured
|
|
25901
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:18.323Z - [Server] lock file hash changed! old=4288299467494243908, new=9381115804800119513
|
|
25902
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:18.358Z - [Server] Daemon outdated: LOCK_FILES_CHANGED
|
|
25903
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:18.360Z - [Server] Restarting daemon...
|
|
25904
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=2
|
|
25905
|
+
DEBUG nx::native::watch::watcher: [update] package.json
|
|
25906
|
+
DEBUG nx::native::watch::watcher: [update] package-lock.json
|
|
25907
|
+
DEBUG nx::native::watch::watcher: watching stopped origin=/Applications/AngularJS/angular-web-sdk
|
|
25908
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=3
|
|
25909
|
+
DEBUG nx::native::watch::watcher: [delete] .nx/workspace-data/d/server-process.json
|
|
25910
|
+
DEBUG nx::native::watch::watcher: [update] package.json
|
|
25911
|
+
DEBUG nx::native::watch::watcher: [update] package-lock.json
|
|
25912
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:18.504Z - [WATCHER]: 0 file(s) created or restored, 2 file(s) modified, 0 file(s) deleted
|
|
25913
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:18.514Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 2 events: update:package.json, update:package-lock.json
|
|
25914
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:18.515Z - [WATCHER]: File changes detected:
|
|
25915
|
+
Created:
|
|
25916
|
+
(none)
|
|
25917
|
+
Updated:
|
|
25918
|
+
- package.json
|
|
25919
|
+
- package-lock.json
|
|
25920
|
+
Deleted:
|
|
25921
|
+
(none)
|
|
25922
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:18.611Z - [SYNC]: clearing sync generators cache due to file changes
|
|
25923
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:18.630Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
|
|
25924
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:18.630Z - [REQUEST]: package-lock.json,package.json
|
|
25925
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:18.630Z - [REQUEST]:
|
|
25926
|
+
[plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
|
|
25927
|
+
[isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 12628, socket: /private/tmp/plugin11577-6-133439.42375.sock)
|
|
25928
|
+
[plugin-client] restarting worker for "nx/core/package-json"
|
|
25929
|
+
[isolated-plugin] spawned worker for "nx/core/package-json" (pid: 12630, socket: /private/tmp/plugin11577-7-133479.797083.sock)
|
|
25930
|
+
[plugin-client] restarting worker for "nx/core/project-json"
|
|
25931
|
+
[isolated-plugin] spawned worker for "nx/core/project-json" (pid: 12631, socket: /private/tmp/plugin11577-8-133485.652833.sock)
|
|
25932
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:18.762Z - [WATCHER]: Stopping the watcher for /Applications/AngularJS/angular-web-sdk (sources)
|
|
25933
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:18.762Z - Time taken for 'hash changed files from watcher' 88.50050000002375ms
|
|
25934
|
+
DEBUG nx::native::watch::watcher: watching stopped origin=/Applications/AngularJS/angular-web-sdk
|
|
25935
|
+
DEBUG nx::native::watch::watcher: watching stopped origin=/Applications/AngularJS/angular-web-sdk
|
|
25936
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:18.806Z - 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
|
|
25937
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:18.806Z - Old daemon __dirname: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/daemon/server
|
|
25938
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:18.806Z - Current process.execPath: /Users/ikechukwukalu/.nvm/versions/node/v24.20.0/bin/node
|
|
25939
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:18.813Z - Started new daemon process in background
|
|
25940
|
+
DEBUG nx::native::watch::watcher: watching stopped origin=/Applications/AngularJS/angular-web-sdk
|
|
25941
|
+
DEBUG nx::native::watch::watcher: watching stopped origin=/Applications/AngularJS/angular-web-sdk
|
|
25942
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:18.814Z - [WATCHER]: Stopping the watcher for /Applications/AngularJS/angular-web-sdk (outputs)
|
|
25943
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:18.818Z - [LATEST-NX]: Cleaning up latest Nx installation from /private/tmp/tmp-11577-stho3UHX22CP
|
|
25944
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:18.825Z - Server stopped because: "this process is no longer the current daemon (native)"
|
|
25945
|
+
DEBUG nx::native::watch::watcher: watching started origin=/Applications/AngularJS/angular-web-sdk
|
|
25946
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:21.517Z - [WATCHER]: Subscribed to changes within: /Applications/AngularJS/angular-web-sdk (native)
|
|
25947
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:21.529Z - 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
|
|
25948
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:21.529Z - New daemon __dirname: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/daemon/server
|
|
25949
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:21.529Z - New daemon nxVersion: 23.1.1
|
|
25950
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:21.530Z - New daemon getInstalledNxVersion(): 23.1.1
|
|
25951
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:21.532Z - Time taken for 'workspace context init' 0.25700000000006185ms
|
|
25952
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:21.534Z - [Server] Starting outdated check interval (20ms)
|
|
25953
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:21.535Z - Started listening on: /private/tmp/fce99f778cf0cc79cdb4/d.sock
|
|
25954
|
+
DEBUG nx::native::watch::watcher: watching started origin=/Applications/AngularJS/angular-web-sdk
|
|
25955
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:21.553Z - [LATEST-NX]: Pulling latest Nx...
|
|
25956
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:21.556Z - [AI-AGENTS]: Starting agent configuration status computation
|
|
25957
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=1
|
|
25958
|
+
DEBUG nx::native::watch::watcher: [create] .nx/workspace-data/d/server-process.json
|
|
25959
|
+
[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: 12649, socket: /private/tmp/plugin12638-0-2722.142584.sock)
|
|
25960
|
+
[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: 12650, socket: /private/tmp/plugin12638-1-3074.194084.sock)
|
|
25961
|
+
[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: 12651, socket: /private/tmp/plugin12638-2-3081.19025.sock)
|
|
25962
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:21.921Z - Time taken for 'hash changed files from watcher' 0.015332999999827734ms
|
|
25963
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:21.921Z - Time taken for 'loadSpecifiedNxPlugins' 365.34124999999995ms
|
|
25964
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:21.930Z - [WATCHER]: Processing file changes in outputs
|
|
25965
|
+
[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: 12651) listening on /private/tmp/plugin12638-2-3081.19025.sock
|
|
25966
|
+
Time taken for 'plugin worker 12651 code loading' 468.18675ms
|
|
25967
|
+
[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: 12651) connected
|
|
25968
|
+
[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: 12651)
|
|
25969
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:22.489Z - 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' 569.278292ms
|
|
25970
|
+
[plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 12649) listening on /private/tmp/plugin12638-0-2722.142584.sock
|
|
25971
|
+
Time taken for 'plugin worker 12649 code loading' 507.343666ms
|
|
25972
|
+
[plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 12650) listening on /private/tmp/plugin12638-1-3074.194084.sock
|
|
25973
|
+
[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: 12649)
|
|
25974
|
+
[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: 12650)
|
|
25975
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:22.501Z - 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' 944.1193330000001ms
|
|
25976
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:22.501Z - 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' 592.5522080000001ms
|
|
25977
|
+
[plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 12649) connected
|
|
25978
|
+
Time taken for 'plugin worker 12650 code loading' 510.671083ms
|
|
25979
|
+
[plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 12650) connected
|
|
25980
|
+
[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: 12651) loaded successfully
|
|
25981
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:22.511Z - 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' 964.7102499999996ms
|
|
25982
|
+
[plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 12650) loaded successfully
|
|
25983
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:22.516Z - 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' 976.4046250000001ms
|
|
25984
|
+
[plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 12649) loaded successfully
|
|
25985
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:22.593Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
|
|
25986
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:22.594Z - [REQUEST]:
|
|
25987
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:22.594Z - [REQUEST]:
|
|
25988
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:22.635Z - Time taken for 'loadDefaultNxPlugins' 1048.0991669999999ms
|
|
25989
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:22.635Z - 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' 1047.44675ms
|
|
25990
|
+
[isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
|
|
25991
|
+
Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 44.43433300000004ms
|
|
25992
|
+
[isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
|
|
25993
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:22.935Z - Time taken for 'build-project-configs' 209.66966700000012ms
|
|
25994
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:22.936Z - Time taken for 'createNodes:merge' 72.85437499999989ms
|
|
25995
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:22.936Z - Time taken for 'native-file-deps' 0.026374999999916326ms
|
|
25996
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:22.936Z - Time taken for 'get-workspace-files' 7.563125000000127ms
|
|
25997
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:22.936Z - Time taken for 'read cache' 6.8650000000002365ms
|
|
25998
|
+
Time taken for 'build typescript dependencies' 194.5380419999999ms
|
|
25999
|
+
[isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
|
|
26000
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:23.205Z - [SYNC]: collect registered sync generators
|
|
26001
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:23.231Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
|
|
26002
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:23.231Z - Time taken for 'total execution time for createProjectGraph()' 313.29233299999987ms
|
|
26003
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:23.231Z - Time taken for 'createDependencies' 280.30029200000035ms
|
|
26004
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:23.231Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 279.5477920000003ms
|
|
26005
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:23.231Z - Time taken for 'createMetadata' 0.013541000000259373ms
|
|
26006
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:23.231Z - Time taken for 'serialize graph' 5.096542000000227ms
|
|
26007
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:23.231Z - Time taken for 'write cache' 25.544832999999926ms
|
|
26008
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:23.335Z - Established a connection. Number of open connections: 1
|
|
26009
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:23.346Z - Closed a connection. Number of open connections: 0
|
|
26010
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:23.357Z - Established a connection. Number of open connections: 1
|
|
26011
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:23.359Z - Established a connection. Number of open connections: 2
|
|
26012
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:23.359Z - Closed a connection. Number of open connections: 1
|
|
26013
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:32:23.359Z - [Messenger] Setting up socket listeners
|
|
26014
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:32:23.361Z - [Messenger] listen() complete
|
|
26015
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:32:23.415Z - [Messenger] Sending message type: GET_NX_CONSOLE_STATUS
|
|
26016
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:32:23.416Z - [Messenger] Message sent
|
|
26017
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:23.417Z - Received raw message of length 4544
|
|
26018
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:23.417Z - Received json message of type GET_NX_CONSOLE_STATUS
|
|
26019
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:23.418Z - Graph recompute necessary due to env variable refresh. Changed keys: PNPM_SCRIPT_SRC_DIR, 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
|
|
26020
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:23.418Z - Serializing response for GET_NX_CONSOLE_STATUS message in json mode
|
|
26021
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:23.419Z - Responding to GET_NX_CONSOLE_STATUS message
|
|
26022
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:23.419Z - [REQUEST]: Responding to the client. handleGetNxConsoleStatus
|
|
26023
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:23.419Z - Done responding to the client handleGetNxConsoleStatus
|
|
26024
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:23.419Z - Handled json message GET_NX_CONSOLE_STATUS. Handling time: 0. Response time: 1.
|
|
26025
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:32:23.419Z - [Messenger] Received message, length: 22
|
|
26026
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:32:23.661Z - [Messenger] Sending message type: REQUEST_PROJECT_GRAPH
|
|
26027
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:32:23.661Z - [Messenger] Message sent
|
|
26028
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:23.663Z - Received raw message of length 32
|
|
26029
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:23.689Z - Received json message of type REQUEST_PROJECT_GRAPH
|
|
26030
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:23.695Z - [REQUEST]: Client Request for Project Graph Received
|
|
26031
|
+
DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=55.08975ms
|
|
26032
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:23.758Z - No in-memory cached project graph found. Recomputing it...
|
|
26033
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:23.760Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
|
|
26034
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:23.761Z - [REQUEST]:
|
|
26035
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:23.761Z - [REQUEST]:
|
|
26036
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:23.785Z - Streaming message to client: progress update for topic graph-construction
|
|
26037
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:32:23.786Z - [Messenger] Received message, length: 47
|
|
26038
|
+
[plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
|
|
26039
|
+
[isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 12686, socket: /private/tmp/plugin12638-3-4965.918292.sock)
|
|
26040
|
+
[plugin-client] restarting worker for "nx/core/package-json"
|
|
26041
|
+
[isolated-plugin] spawned worker for "nx/core/package-json" (pid: 12687, socket: /private/tmp/plugin12638-4-4967.542084.sock)
|
|
26042
|
+
[plugin-client] restarting worker for "nx/core/project-json"
|
|
26043
|
+
[isolated-plugin] spawned worker for "nx/core/project-json" (pid: 12688, socket: /private/tmp/plugin12638-5-4972.01475.sock)
|
|
26044
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 12686) listening on /private/tmp/plugin12638-3-4965.918292.sock
|
|
26045
|
+
Time taken for 'plugin worker 12686 code loading' 162.5835ms
|
|
26046
|
+
[isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 12686)
|
|
26047
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:24.181Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 350.1917090000006ms
|
|
26048
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 12686) connected
|
|
26049
|
+
[plugin-worker] "nx/core/package-json" (pid: 12687) listening on /private/tmp/plugin12638-4-4967.542084.sock
|
|
26050
|
+
Time taken for 'plugin worker 12687 code loading' 173.53799999999998ms
|
|
26051
|
+
[plugin-worker] "nx/core/package-json" (pid: 12687) connected
|
|
26052
|
+
[plugin-worker] "nx/core/project-json" (pid: 12688) listening on /private/tmp/plugin12638-5-4972.01475.sock
|
|
26053
|
+
Time taken for 'plugin worker 12688 code loading' 179.544292ms
|
|
26054
|
+
[isolated-plugin] connected to worker for "nx/core/package-json" (pid: 12687)
|
|
26055
|
+
[isolated-plugin] connected to worker for "nx/core/project-json" (pid: 12688)
|
|
26056
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:24.197Z - Time taken for 'start-plugin-worker:nx/core/package-json' 387.04970799999955ms
|
|
26057
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:24.197Z - Time taken for 'start-plugin-worker:nx/core/project-json' 383.0607910000008ms
|
|
26058
|
+
[plugin-worker] "nx/core/project-json" (pid: 12688) connected
|
|
26059
|
+
[plugin-worker] "nx/core/project-json" (pid: 12688) loaded successfully
|
|
26060
|
+
[isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
|
|
26061
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:24.239Z - Streaming message to client: progress update for topic graph-construction
|
|
26062
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 12686) loaded successfully
|
|
26063
|
+
[plugin-worker] "nx/core/package-json" (pid: 12687) loaded successfully
|
|
26064
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:32:24.261Z - [Messenger] Received message, length: 153
|
|
26065
|
+
Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 15.53770800000001ms
|
|
26066
|
+
[isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
|
|
26067
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:24.281Z - Streaming message to client: progress update for topic graph-construction
|
|
26068
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:32:24.282Z - [Messenger] Received message, length: 112
|
|
26069
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:24.521Z - Streaming message to client: progress update for topic graph-construction
|
|
26070
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:32:26.069Z - [Messenger] Received message, length: 47
|
|
26071
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:26.154Z - Streaming message to client: progress update for topic graph-construction
|
|
26072
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:32:26.161Z - [Messenger] Received message, length: 47
|
|
26073
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:26.184Z - Time taken for 'build-project-configs' 2303.0847079999994ms
|
|
26074
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:26.218Z - Time taken for 'createNodes:merge' 21.397500000000036ms
|
|
26075
|
+
Time taken for 'build typescript dependencies' 0.3991249999999127ms
|
|
26076
|
+
[isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
|
|
26077
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:26.301Z - Streaming message to client: progress update for topic graph-construction
|
|
26078
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:32:26.301Z - [Messenger] Received message, length: 47
|
|
26079
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:26.316Z - [SYNC]: collect registered sync generators
|
|
26080
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:26.319Z - [SYNC]: project graph hash is the same, not collecting task sync generators
|
|
26081
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:26.319Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
|
|
26082
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:26.560Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
|
|
26083
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:26.560Z - Serializing response for REQUEST_PROJECT_GRAPH message in json mode
|
|
26084
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:26.560Z - Responding to REQUEST_PROJECT_GRAPH message
|
|
26085
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:26.560Z - [REQUEST]: Responding to the client. project-graph
|
|
26086
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:26.561Z - Time taken for 'total for creating and serializing project graph' 2867.106916999999ms
|
|
26087
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:26.562Z - Time taken for 'total execution time for createProjectGraph()' 178.1851660000002ms
|
|
26088
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:26.562Z - Time taken for 'createDependencies' 156.37175000000025ms
|
|
26089
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:26.562Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 151.5895419999997ms
|
|
26090
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:26.562Z - Time taken for 'createMetadata' 0.021208000000115135ms
|
|
26091
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:26.562Z - Time taken for 'serialize graph' 5.132666000000427ms
|
|
26092
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:26.562Z - Time taken for 'write cache' 241.38466700000026ms
|
|
26093
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:27.075Z - Done responding to the client project-graph
|
|
26094
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:27.075Z - Handled json message REQUEST_PROJECT_GRAPH. Handling time: 2871. Response time: 515.
|
|
26095
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:32:27.081Z - [Messenger] Received message, length: 895604
|
|
26096
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:32:27.175Z - [Messenger] Sending message type: PRE_TASKS_EXECUTION
|
|
26097
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:32:27.178Z - [Messenger] Message sent
|
|
26098
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:27.180Z - Received raw message of length 2088
|
|
26099
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:27.180Z - Received json message of type PRE_TASKS_EXECUTION
|
|
26100
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:27.184Z - Serializing response for PRE_TASKS_EXECUTION message in json mode
|
|
26101
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:27.184Z - Responding to PRE_TASKS_EXECUTION message
|
|
26102
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:27.185Z - [REQUEST]: Responding to the client. handleRunPreTasksExecution
|
|
26103
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:27.185Z - Done responding to the client handleRunPreTasksExecution
|
|
26104
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:27.185Z - Handled json message PRE_TASKS_EXECUTION. Handling time: 4. Response time: 1.
|
|
26105
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:32:27.185Z - [Messenger] Received message, length: 2
|
|
26106
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:27.185Z - Time taken for 'preTasksExecution' 3.5629169999992882ms
|
|
26107
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:32:27.794Z - [Messenger] Sending message type: HASH_TASKS
|
|
26108
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:32:27.800Z - [Messenger] Message sent
|
|
26109
|
+
Fetching nx...
|
|
26110
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:27.907Z - Received raw message of length 42560
|
|
26111
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:27.908Z - Received json message of type HASH_TASKS
|
|
26112
|
+
DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=52.413625ms
|
|
26113
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:27.985Z - Reusing in-memory cached project graph because no files changed.
|
|
26114
|
+
DEBUG nx::native::tasks::hash_planner: get_plans_internal COMPLETED in 72.124708ms - processed 6 tasks (setup: 26.54675ms, parallel_planning: 45.564459ms, pool: 1031 unique instructions)
|
|
26115
|
+
DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "8520130568453209191" (".gitignore") to hash
|
|
26116
|
+
DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "2425668806101952406" ("nx.json") to hash
|
|
26117
|
+
DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Hash Value: "17385814077483807182"
|
|
26118
|
+
DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "6605332246132408965" ("eslint.config.mjs") to hash
|
|
26119
|
+
DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Hash Value: "17732202739991855709"
|
|
26120
|
+
DEBUG nx::native::tasks::task_hasher: hash_plans COMPLETED in 147.338125ms - processed 6 plans (setup: 3.875208ms, hashing: 143.438583ms, assembly: 21.022541ms)
|
|
26121
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:28.363Z - Serializing response for HASH_TASKS message in json mode
|
|
26122
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:28.375Z - Responding to HASH_TASKS message
|
|
26123
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:28.375Z - [REQUEST]: Responding to the client. handleHashTasks
|
|
26124
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:28.494Z - Done responding to the client handleHashTasks
|
|
26125
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:32:28.496Z - [Messenger] Received message, length: 288897
|
|
26126
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:28.538Z - Handled json message HASH_TASKS. Handling time: 454. Response time: 174.
|
|
26127
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:32:29.312Z - [Messenger] Sending message type: GET_ESTIMATED_TASK_TIMINGS
|
|
26128
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:32:29.313Z - [Messenger] Message sent
|
|
26129
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:29.314Z - Received raw message of length 330
|
|
26130
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:29.316Z - Received json message of type GET_ESTIMATED_TASK_TIMINGS
|
|
26131
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:29.526Z - Serializing response for GET_ESTIMATED_TASK_TIMINGS message in json mode
|
|
26132
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:29.526Z - Responding to GET_ESTIMATED_TASK_TIMINGS message
|
|
26133
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:29.526Z - [REQUEST]: Responding to the client. handleGetEstimatedTaskTimings
|
|
26134
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:29.526Z - Done responding to the client handleGetEstimatedTaskTimings
|
|
26135
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:29.526Z - Handled json message GET_ESTIMATED_TASK_TIMINGS. Handling time: 205. Response time: 0.
|
|
26136
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:32:29.526Z - [Messenger] Received message, length: 185
|
|
26137
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:32:29.652Z - [Messenger] Sending message type: RECORD_TASK_RUNS
|
|
26138
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:32:29.656Z - [Messenger] Message sent
|
|
26139
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:29.658Z - Received raw message of length 1193
|
|
26140
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:29.658Z - Received json message of type RECORD_TASK_RUNS
|
|
26141
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:29.667Z - Serializing response for RECORD_TASK_RUNS message in json mode
|
|
26142
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:29.667Z - Responding to RECORD_TASK_RUNS message
|
|
26143
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:29.667Z - [REQUEST]: Responding to the client. handleRecordTaskRuns
|
|
26144
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:29.667Z - Done responding to the client handleRecordTaskRuns
|
|
26145
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:29.667Z - Handled json message RECORD_TASK_RUNS. Handling time: 9. Response time: 0.
|
|
26146
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:32:29.671Z - [Messenger] Received message, length: 4
|
|
26147
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:32:29.672Z - [Messenger] Sending message type: GET_FLAKY_TASKS
|
|
26148
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:32:29.672Z - [Messenger] Message sent
|
|
26149
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:29.672Z - Received raw message of length 171
|
|
26150
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:29.673Z - Received json message of type GET_FLAKY_TASKS
|
|
26151
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:29.673Z - Serializing response for GET_FLAKY_TASKS message in json mode
|
|
26152
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:29.673Z - Responding to GET_FLAKY_TASKS message
|
|
26153
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:29.673Z - [REQUEST]: Responding to the client. handleGetFlakyTasks
|
|
26154
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:29.673Z - Done responding to the client handleGetFlakyTasks
|
|
26155
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:29.673Z - Handled json message GET_FLAKY_TASKS. Handling time: 0. Response time: 0.
|
|
26156
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:32:29.673Z - [Messenger] Received message, length: 2
|
|
26157
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:32:29.675Z - [Messenger] Sending message type: GET_CONFIGURE_AI_AGENTS_STATUS
|
|
26158
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:32:29.675Z - [Messenger] Message sent
|
|
26159
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:29.679Z - Received raw message of length 41
|
|
26160
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:29.686Z - Received json message of type GET_CONFIGURE_AI_AGENTS_STATUS
|
|
26161
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:29.688Z - Serializing response for GET_CONFIGURE_AI_AGENTS_STATUS message in json mode
|
|
26162
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:29.689Z - Responding to GET_CONFIGURE_AI_AGENTS_STATUS message
|
|
26163
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:29.689Z - [REQUEST]: Responding to the client. handleGetConfigureAiAgentsStatus
|
|
26164
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:29.689Z - Done responding to the client handleGetConfigureAiAgentsStatus
|
|
26165
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:29.689Z - Handled json message GET_CONFIGURE_AI_AGENTS_STATUS. Handling time: 0. Response time: 1.
|
|
26166
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:29.689Z - Established a connection. Number of open connections: 2
|
|
26167
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:32:29.689Z - [Messenger] Received message, length: 104
|
|
26168
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:29.694Z - Closed a connection. Number of open connections: 1
|
|
26169
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:32:29.726Z - [Messenger] Sending message type: POST_TASKS_EXECUTION
|
|
26170
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:32:29.751Z - [Messenger] Message sent
|
|
26171
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:29.778Z - Received raw message of length 319965
|
|
26172
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:29.827Z - Received json message of type POST_TASKS_EXECUTION
|
|
26173
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:29.832Z - Serializing response for POST_TASKS_EXECUTION message in json mode
|
|
26174
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:29.834Z - Responding to POST_TASKS_EXECUTION message
|
|
26175
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:29.834Z - [REQUEST]: Responding to the client. handleRunPostTasksExecution
|
|
26176
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:29.834Z - Done responding to the client handleRunPostTasksExecution
|
|
26177
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:29.835Z - Handled json message POST_TASKS_EXECUTION. Handling time: 4. Response time: 2.
|
|
26178
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:32:29.837Z - [Messenger] Received message, length: 4
|
|
26179
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:29.839Z - Time taken for 'postTasksExecution' 2.5767500000001746ms
|
|
26180
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:30.071Z - Closed a connection. Number of open connections: 0
|
|
26181
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:33.613Z - [LATEST-NX]: Successfully pulled latest Nx to /private/tmp/tmp-12638-eLad3JaEd3Pu
|
|
26182
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:33.617Z - [NX-CONSOLE]: Using local implementation (NX_USE_LOCAL=true or inner call)
|
|
26183
|
+
DEBUG nx::native::ide::preferences: Loaded console preferences: NxConsolePreferences { auto_install_console: Some(true), path: "/Users/ikechukwukalu/.config/nx/ide.json" }
|
|
26184
|
+
DEBUG nx::native::ide::install: Detected editor: VSCode
|
|
26185
|
+
DEBUG nx::native::ide::install: Checking if Nx Console extension is installed with: code --list-extensions
|
|
26186
|
+
DEBUG nx::native::ide::install: Editor command 'code' is installed
|
|
26187
|
+
DEBUG nx::native::ide::install: Editor command 'code-insiders' not found
|
|
26188
|
+
DEBUG nx::native::ide::install: Checking if Nx Console extension is installed with: code --list-extensions
|
|
26189
|
+
DEBUG nx::native::ide::install: Nx Console extension is installed
|
|
26190
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:37.322Z - [NX-CONSOLE]: Console status check completed, shouldPrompt: false
|
|
26191
|
+
DEBUG nx::native::ide::install: Nx Console extension is installed
|
|
26192
|
+
DEBUG nx::native::ide::install: Editor command 'cursor' not found
|
|
26193
|
+
DEBUG nx::native::ide::install: Checking if Nx Console extension is installed with: cursor --list-extensions
|
|
26194
|
+
DEBUG nx::native::ide::install: Command 'cursor' not found, cannot check extension status
|
|
26195
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:32:37.702Z - [AI-AGENTS]: Agent configuration status computation completed: 0 fully configured, 0 outdated, 1 partially configured, 4 non-configured
|
|
26196
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=17
|
|
26197
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/post-rewrite
|
|
26198
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/pre-commit
|
|
26199
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/post-checkout
|
|
26200
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/prepare-commit-msg
|
|
26201
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/post-commit
|
|
26202
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/commit-msg
|
|
26203
|
+
DEBUG nx::native::watch::watcher: [create] .husky/_/husky.sh
|
|
26204
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/applypatch-msg
|
|
26205
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/.gitignore
|
|
26206
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/pre-auto-gc
|
|
26207
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/pre-applypatch
|
|
26208
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/pre-push
|
|
26209
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/post-applypatch
|
|
26210
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/h
|
|
26211
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/pre-rebase
|
|
26212
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/post-merge
|
|
26213
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/pre-merge-commit
|
|
26214
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:33:30.542Z - [WATCHER]: Processing file changes in outputs
|
|
26215
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:34:15.902Z - [Messenger] Setting up socket listeners
|
|
26216
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:34:15.901Z - Established a connection. Number of open connections: 1
|
|
26217
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:34:15.906Z - [Messenger] listen() complete
|
|
26218
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:34:15.905Z - Established a connection. Number of open connections: 2
|
|
26219
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:34:15.906Z - Closed a connection. Number of open connections: 1
|
|
26220
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:34:15.935Z - [Messenger] Sending message type: GET_CONFIGURE_AI_AGENTS_STATUS
|
|
26221
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:34:15.935Z - [Messenger] Message sent
|
|
26222
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:34:15.936Z - Received raw message of length 928
|
|
26223
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:34:15.937Z - Received json message of type GET_CONFIGURE_AI_AGENTS_STATUS
|
|
26224
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:34:15.939Z - Graph recompute necessary due to env variable refresh. Changed keys: NVM_INC, HERD_PHP_81_INI_SCAN_DIR, DATA_CLOUD_CURR_IDE_NAME, HERD_PHP_80_INI_SCAN_DIR, TERM_PROGRAM, NODE, NVM_CD_FLAGS, INIT_CWD, TERM, TERM_PROGRAM_VERSION, ZDOTDIR, HERD_PHP_85_INI_SCAN_DIR, HERD_PHP_83_INI_SCAN_DIR, COPILOT_DEBUG_NONCE, PHP_INI_SCAN_DIR, NVM_DIR, HERD_PHP_82_INI_SCAN_DIR, PATH, HERD_PHP_84_INI_SCAN_DIR, USER_ZDOTDIR, PWD, LANG, PYTHONSTARTUP, NODE_PATH, XPC_SERVICE_NAME, PYTHON_BASIC_REPL, NVM_BIN, GIT_ASKPASS, HERD_PHP_74_INI_SCAN_DIR, COLORTERM, NX_CLI_SET, COLOR, GIT_AUTHOR_DATE, GIT_EDITOR, GIT_NO_REPLACE_OBJECTS, GIT_INDEX_FILE, GIT_AUTHOR_NAME, GIT_PREFIX, EDITOR, GIT_SSH_COMMAND, GIT_AUTHOR_EMAIL, GIT_EXEC_PATH, ELECTRON_RUN_AS_NODE, MACH_PORT_RENDEZVOUS_PEER_VALDATION, APPLICATION_INSIGHTS_NO_STATSBEAT, DEBUG, NX_WORKSPACE_ROOT_PATH, MXC_BIN_DIR, COPILOT_OTEL_FILE_EXPORTER_PATH, ELECTRON_NO_ASAR, CI
|
|
26225
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:34:15.941Z - [AI-AGENTS]: Returning cached agent configuration status
|
|
26226
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:34:15.942Z - Serializing response for GET_CONFIGURE_AI_AGENTS_STATUS message in json mode
|
|
26227
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:34:15.943Z - Responding to GET_CONFIGURE_AI_AGENTS_STATUS message
|
|
26228
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:34:15.943Z - [REQUEST]: Responding to the client. handleGetConfigureAiAgentsStatus
|
|
26229
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:34:15.943Z - Done responding to the client handleGetConfigureAiAgentsStatus
|
|
26230
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T07:34:15.943Z - Handled json message GET_CONFIGURE_AI_AGENTS_STATUS. Handling time: 1. Response time: 1.
|
|
26231
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T07:34:15.944Z - [Messenger] Received message, length: 341
|
|
26232
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:11:42.941Z - [Messenger] Setting up socket listeners
|
|
26233
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:11:42.942Z - [Messenger] listen() complete
|
|
26234
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:11:42.986Z - [Messenger] Sending message type: REQUEST_PROJECT_GRAPH
|
|
26235
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:11:42.988Z - [Messenger] Message sent
|
|
26236
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:43.016Z - Established a connection. Number of open connections: 2
|
|
26237
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:43.030Z - Established a connection. Number of open connections: 3
|
|
26238
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:43.033Z - Closed a connection. Number of open connections: 2
|
|
26239
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:43.034Z - Established a connection. Number of open connections: 3
|
|
26240
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:43.035Z - Closed a connection. Number of open connections: 2
|
|
26241
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:43.036Z - Received raw message of length 919
|
|
26242
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:43.037Z - Received json message of type REQUEST_PROJECT_GRAPH
|
|
26243
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:43.038Z - [REQUEST]: Client Request for Project Graph Received
|
|
26244
|
+
DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=61.329125ms
|
|
26245
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:43.108Z - No in-memory cached project graph found. Recomputing it...
|
|
26246
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:43.113Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
|
|
26247
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:43.113Z - [REQUEST]:
|
|
26248
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:43.113Z - [REQUEST]:
|
|
26249
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:43.152Z - Streaming message to client: progress update for topic graph-construction
|
|
26250
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:11:43.155Z - [Messenger] Received message, length: 47
|
|
26251
|
+
[plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
|
|
26252
|
+
[isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 37695, socket: /private/tmp/plugin12638-6-2364609.591334.sock)
|
|
26253
|
+
[plugin-client] restarting worker for "nx/core/package-json"
|
|
26254
|
+
[isolated-plugin] spawned worker for "nx/core/package-json" (pid: 37696, socket: /private/tmp/plugin12638-7-2364620.596042.sock)
|
|
26255
|
+
[plugin-client] restarting worker for "nx/core/project-json"
|
|
26256
|
+
[isolated-plugin] spawned worker for "nx/core/project-json" (pid: 37698, socket: /private/tmp/plugin12638-8-2364622.213209.sock)
|
|
26257
|
+
[isolated-plugin] connected to worker for "nx/core/package-json" (pid: 37696)
|
|
26258
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:45.977Z - Time taken for 'start-plugin-worker:nx/core/package-json' 2807.617291999981ms
|
|
26259
|
+
[plugin-worker] "nx/core/package-json" (pid: 37696) listening on /private/tmp/plugin12638-7-2364620.596042.sock
|
|
26260
|
+
[plugin-worker] "nx/core/package-json" (pid: 37696) connected
|
|
26261
|
+
[1m[33mTime taken for 'plugin worker 37696 code loading' 1799.890583ms[39m[22m
|
|
26262
|
+
[plugin-worker] "nx/core/package-json" (pid: 37696) loaded successfully
|
|
26263
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 37695) listening on /private/tmp/plugin12638-6-2364609.591334.sock
|
|
26264
|
+
[1m[33mTime taken for 'plugin worker 37695 code loading' 1951.68925ms[39m[22m
|
|
26265
|
+
[isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 37695)
|
|
26266
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.125Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 2969.276917000301ms
|
|
26267
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 37695) connected
|
|
26268
|
+
[isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
|
|
26269
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.140Z - Streaming message to client: progress update for topic graph-construction
|
|
26270
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:11:46.141Z - [Messenger] Received message, length: 153
|
|
26271
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 37695) loaded successfully
|
|
26272
|
+
[plugin-worker] "nx/core/project-json" (pid: 37698) listening on /private/tmp/plugin12638-8-2364622.213209.sock
|
|
26273
|
+
[1m[33mTime taken for 'plugin worker 37698 code loading' 2192.649375ms[39m[22m
|
|
26274
|
+
[isolated-plugin] connected to worker for "nx/core/project-json" (pid: 37698)
|
|
26275
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.364Z - Time taken for 'start-plugin-worker:nx/core/project-json' 3192.5060839997604ms
|
|
26276
|
+
[plugin-worker] "nx/core/project-json" (pid: 37698) connected
|
|
26277
|
+
[plugin-worker] "nx/core/project-json" (pid: 37698) loaded successfully
|
|
26278
|
+
[1m[33mTime taken for 'nx/js/dependencies-and-lockfile:createNodes' 204.59508400000004ms[39m[22m
|
|
26279
|
+
[1m[33mTime taken for 'nx/core/project-json:createNodes' 4.59308400000009ms[39m[22m
|
|
26280
|
+
[isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
|
|
26281
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.379Z - Streaming message to client: progress update for topic graph-construction
|
|
26282
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:11:46.381Z - [Messenger] Received message, length: 112
|
|
26283
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.403Z - Streaming message to client: progress update for topic graph-construction
|
|
26284
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:11:46.404Z - [Messenger] Received message, length: 47
|
|
26285
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.466Z - Streaming message to client: progress update for topic graph-construction
|
|
26286
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:11:46.469Z - [Messenger] Received message, length: 47
|
|
26287
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.487Z - Time taken for 'build-project-configs' 3265.5359999998473ms
|
|
26288
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.487Z - Time taken for 'createNodes:merge' 11.733624999877065ms
|
|
26289
|
+
[1m[33mTime taken for 'build typescript dependencies' 0.3006249999998545ms[39m[22m
|
|
26290
|
+
[isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
|
|
26291
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.625Z - Streaming message to client: progress update for topic graph-construction
|
|
26292
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:11:46.627Z - [Messenger] Received message, length: 47
|
|
26293
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.659Z - [SYNC]: collect registered sync generators
|
|
26294
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.660Z - [SYNC]: project graph hash is the same, not collecting task sync generators
|
|
26295
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.660Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
|
|
26296
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.714Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
|
|
26297
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.714Z - Serializing response for REQUEST_PROJECT_GRAPH message in json mode
|
|
26298
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.714Z - Responding to REQUEST_PROJECT_GRAPH message
|
|
26299
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.714Z - [REQUEST]: Responding to the client. project-graph
|
|
26300
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.715Z - Time taken for 'total for creating and serializing project graph' 3676.109290999826ms
|
|
26301
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.715Z - Time taken for 'total execution time for createProjectGraph()' 217.4465840002522ms
|
|
26302
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.715Z - Time taken for 'createDependencies' 172.5422079996206ms
|
|
26303
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.715Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 171.6751669999212ms
|
|
26304
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.715Z - Time taken for 'createMetadata' 0.03591600013896823ms
|
|
26305
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.715Z - Time taken for 'serialize graph' 10.933167000301182ms
|
|
26306
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.715Z - Time taken for 'write cache' 50.91641699988395ms
|
|
26307
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.734Z - Done responding to the client project-graph
|
|
26308
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.735Z - Handled json message REQUEST_PROJECT_GRAPH. Handling time: 3676. Response time: 21.
|
|
26309
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:11:46.735Z - [Messenger] Received message, length: 895604
|
|
26310
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:11:46.746Z - [Messenger] Sending message type: GET_CONTEXT_FILE_DATA
|
|
26311
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:11:46.746Z - [Messenger] Message sent
|
|
26312
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.747Z - Received raw message of length 32
|
|
26313
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.747Z - Received json message of type GET_CONTEXT_FILE_DATA
|
|
26314
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.748Z - Serializing response for GET_CONTEXT_FILE_DATA message in json mode
|
|
26315
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.749Z - Responding to GET_CONTEXT_FILE_DATA message
|
|
26316
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.749Z - [REQUEST]: Responding to the client. handleContextFileData
|
|
26317
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.749Z - Done responding to the client handleContextFileData
|
|
26318
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:46.749Z - Handled json message GET_CONTEXT_FILE_DATA. Handling time: 1. Response time: 1.
|
|
26319
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:11:46.749Z - [Messenger] Received message, length: 86954
|
|
26320
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:11:48.938Z - [Messenger] Setting up socket listeners
|
|
26321
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:11:48.938Z - [Messenger] listen() complete
|
|
26322
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:11:48.938Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
|
|
26323
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:11:48.939Z - [Messenger] Message sent
|
|
26324
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:48.939Z - Established a connection. Number of open connections: 3
|
|
26325
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:48.940Z - Established a connection. Number of open connections: 4
|
|
26326
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:48.941Z - Closed a connection. Number of open connections: 3
|
|
26327
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:48.942Z - Received raw message of length 42
|
|
26328
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:48.942Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
|
|
26329
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=41
|
|
26330
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=41
|
|
26331
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/button/button.component.ts
|
|
26332
|
+
DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/viewport-preview.component.ts
|
|
26333
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/navigation/side-nav/africanies-side-nav.component.ts
|
|
26334
|
+
DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/home-page.ts
|
|
26335
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/navigation/side-nav/africanies-side-nav.component.html
|
|
26336
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/forms/form-field.classes.ts
|
|
26337
|
+
DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/usecases/shipment-detail.page.ts
|
|
26338
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/overlay/modal.service.ts
|
|
26339
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/feedback/error-state.component.ts
|
|
26340
|
+
DEBUG nx::native::watch::watcher: [create] apps/playground/src/styles.css
|
|
26341
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-core/src/lib/notification/notification-link.ts
|
|
26342
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/table/table.component.ts
|
|
26343
|
+
DEBUG nx::native::watch::watcher: [create] apps/playground/src/styles.css
|
|
26344
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/navigation/side-nav/africanies-side-nav.component.ts
|
|
26345
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/overlay/drawer.service.ts
|
|
26346
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-theme/src/lib/mode-color.safelist.ts
|
|
26347
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/forms/file-upload/file-upload.component.ts
|
|
26348
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-core/src/index.ts
|
|
26349
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/layout/app-shell-header.component.ts
|
|
26350
|
+
DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/tokens-page.ts
|
|
26351
|
+
DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/viewport-preview.component.ts
|
|
26352
|
+
DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/models-page.ts
|
|
26353
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-core/src/lib/notification/notification-link.spec.ts
|
|
26354
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-theme/src/lib/mode-color.service.ts
|
|
26355
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-core/src/lib/notification/notification-link.spec.ts
|
|
26356
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-theme/src/lib/mode-color.safelist.ts
|
|
26357
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-theme/src/lib/mode-color.service.ts
|
|
26358
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/feedback/error-state.component.ts
|
|
26359
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/forms/select/select.component.ts
|
|
26360
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/overlay/drawer.service.ts
|
|
26361
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/overlay/modal.service.ts
|
|
26362
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/layout/app-shell.component.ts
|
|
26363
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/navigation/side-nav/africanies-side-nav.component.html
|
|
26364
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-core/src/index.ts
|
|
26365
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/toast/toast-item.component.ts
|
|
26366
|
+
DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/tokens-page.ts
|
|
26367
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/feedback/empty-state.component.ts
|
|
26368
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-core/src/lib/notification/notification-link.ts
|
|
26369
|
+
DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/lecture-page.ts
|
|
26370
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/notifications/notification-drawer.panel.ts
|
|
26371
|
+
DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/overlay-demos.ts
|
|
26372
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/navigation/shipping-mode-switch/shipping-mode-switch.component.ts
|
|
26373
|
+
DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/feedback-page.ts
|
|
26374
|
+
DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/button-page.ts
|
|
26375
|
+
DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/overlay-demos.ts
|
|
26376
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/toast/toast-item.component.ts
|
|
26377
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/toast/toast-host.component.ts
|
|
26378
|
+
DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/button-page.ts
|
|
26379
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-core/src/lib/notification/index.ts
|
|
26380
|
+
DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/usecases/shipment-detail.page.ts
|
|
26381
|
+
DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/usecases/onboarding-login.page.ts
|
|
26382
|
+
DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/models-page.ts
|
|
26383
|
+
DEBUG nx::native::watch::watcher: [create] apps/playground/src/index.html
|
|
26384
|
+
DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/icons-page.ts
|
|
26385
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/notifications/notification-drawer.panel.ts
|
|
26386
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/pagination/pagination.component.ts
|
|
26387
|
+
DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/icons-page.ts
|
|
26388
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/feedback/empty-state.component.ts
|
|
26389
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/navigation/shipping-mode-switch/shipping-mode-switch.component.ts
|
|
26390
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/toast/toast-host.component.ts
|
|
26391
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/layout/app-shell-header.component.ts
|
|
26392
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/layout/app-shell.component.ts
|
|
26393
|
+
DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/lecture-page.ts
|
|
26394
|
+
DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/usecases/onboarding-login.page.ts
|
|
26395
|
+
DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/snippets/button.snippets.ts
|
|
26396
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/table/table.component.ts
|
|
26397
|
+
DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/usecases/onboarding-reset-password.page.ts
|
|
26398
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-core/src/lib/notification/index.ts
|
|
26399
|
+
DEBUG nx::native::watch::watcher: [create] apps/playground/src/index.html
|
|
26400
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/forms/select/select.component.ts
|
|
26401
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-theme/tailwind-preset.cjs
|
|
26402
|
+
DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/home-page.ts
|
|
26403
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/forms/file-upload/file-preview.dialog.ts
|
|
26404
|
+
DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/usecases/onboarding-reset-password.page.ts
|
|
26405
|
+
DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/snippets/button.snippets.ts
|
|
26406
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/forms/form-field.classes.ts
|
|
26407
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/pagination/pagination.component.ts
|
|
26408
|
+
DEBUG nx::native::watch::watcher: [create] apps/playground/src/app/pages/feedback-page.ts
|
|
26409
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/button/button.component.ts
|
|
26410
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/forms/file-upload/file-preview.dialog.ts
|
|
26411
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-ui/src/lib/forms/file-upload/file-upload.component.ts
|
|
26412
|
+
DEBUG nx::native::watch::watcher: [create] libs/africanies-theme/tailwind-preset.cjs
|
|
26413
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:57.376Z - [WATCHER]: 41 file(s) created or restored, 0 file(s) modified, 0 file(s) deleted
|
|
26414
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:57.378Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 41 events: create:libs/africanies-ui/src/lib/button/button.component.ts, create:apps/playground/src/app/pages/viewport-preview.component.ts, create:libs/africanies-ui/src/lib/navigation/side-nav/africanies-side-nav.component.ts, create:apps/playground/src/app/pages/home-page.ts, create:libs/africanies-ui/src/lib/navigation/side-nav/africanies-side-nav.component.html, create:libs/africanies-ui/src/lib/forms/form-field.classes.ts, create:apps/playground/src/styles.css, create:libs/africanies-core/src/lib/notification/notification-link.ts, create:libs/africanies-ui/src/lib/table/table.component.ts, create:libs/africanies-theme/src/lib/mode-color.safelist.ts, create:libs/africanies-ui/src/lib/forms/file-upload/file-upload.component.ts, create:libs/africanies-core/src/index.ts, create:apps/playground/src/app/pages/models-page.ts, create:libs/africanies-core/src/lib/notification/notification-link.spec.ts, create:libs/africanies-theme/src/lib/mode-color.service.ts, create:libs/africanies-ui/src/lib/feedback/error-state.component.ts, create:libs/africanies-ui/src/lib/forms/select/select.component.ts, create:libs/africanies-ui/src/lib/overlay/drawer.service.ts, create:libs/africanies-ui/src/lib/overlay/modal.service.ts, create:libs/africanies-ui/src/lib/toast/toast-item.component.ts, create:apps/playground/src/app/pages/tokens-page.ts, create:libs/africanies-ui/src/lib/feedback/empty-state.component.ts, create:apps/playground/src/app/pages/overlay-demos.ts, create:libs/africanies-ui/src/lib/navigation/shipping-mode-switch/shipping-mode-switch.component.ts, create:apps/playground/src/app/pages/feedback-page.ts, create:apps/playground/src/app/pages/button-page.ts, create:libs/africanies-core/src/lib/notification/index.ts, create:apps/playground/src/app/pages/usecases/shipment-detail.page.ts, create:apps/playground/src/app/pages/icons-page.ts, create:libs/africanies-ui/src/lib/notifications/notification-drawer.panel.ts, create:libs/africanies-ui/src/lib/pagination/pagination.component.ts, create:libs/africanies-ui/src/lib/toast/toast-host.component.ts, create:libs/africanies-ui/src/lib/layout/app-shell-header.component.ts, create:libs/africanies-ui/src/lib/layout/app-shell.component.ts, create:apps/playground/src/app/pages/lecture-page.ts, create:apps/playground/src/app/pages/usecases/onboarding-login.page.ts, create:apps/playground/src/app/snippets/button.snippets.ts, create:apps/playground/src/app/pages/usecases/onboarding-reset-password.page.ts, create:apps/playground/src/index.html, create:libs/africanies-theme/tailwind-preset.cjs, create:libs/africanies-ui/src/lib/forms/file-upload/file-preview.dialog.ts
|
|
26415
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:57.379Z - [WATCHER]: File changes detected:
|
|
26416
|
+
Created:
|
|
26417
|
+
- libs/africanies-ui/src/lib/button/button.component.ts
|
|
26418
|
+
- apps/playground/src/app/pages/viewport-preview.component.ts
|
|
26419
|
+
- libs/africanies-ui/src/lib/navigation/side-nav/africanies-side-nav.component.ts
|
|
26420
|
+
- apps/playground/src/app/pages/home-page.ts
|
|
26421
|
+
- libs/africanies-ui/src/lib/navigation/side-nav/africanies-side-nav.component.html
|
|
26422
|
+
- libs/africanies-ui/src/lib/forms/form-field.classes.ts
|
|
26423
|
+
- apps/playground/src/styles.css
|
|
26424
|
+
- libs/africanies-core/src/lib/notification/notification-link.ts
|
|
26425
|
+
- libs/africanies-ui/src/lib/table/table.component.ts
|
|
26426
|
+
- libs/africanies-theme/src/lib/mode-color.safelist.ts
|
|
26427
|
+
... and 31 more
|
|
26428
|
+
Updated:
|
|
26429
|
+
(none)
|
|
26430
|
+
Deleted:
|
|
26431
|
+
(none)
|
|
26432
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:57.395Z - [SYNC]: clearing sync generators cache due to file changes
|
|
26433
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:57.397Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
|
|
26434
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:57.397Z - [REQUEST]: libs/africanies-ui/src/lib/button/button.component.ts,apps/playground/src/app/pages/usecases/shipment-detail.page.ts,libs/africanies-ui/src/lib/notifications/notification-drawer.panel.ts,apps/playground/src/app/pages/home-page.ts,libs/africanies-ui/src/lib/overlay/modal.service.ts,apps/playground/src/index.html,libs/africanies-ui/src/lib/forms/file-upload/file-preview.dialog.ts,libs/africanies-ui/src/lib/layout/app-shell.component.ts,libs/africanies-ui/src/lib/overlay/drawer.service.ts,libs/africanies-core/src/lib/notification/index.ts,libs/africanies-theme/tailwind-preset.cjs,apps/playground/src/app/pages/usecases/onboarding-reset-password.page.ts,libs/africanies-ui/src/lib/forms/select/select.component.ts,apps/playground/src/app/pages/button-page.ts,libs/africanies-theme/src/lib/mode-color.service.ts,libs/africanies-core/src/lib/notification/notification-link.ts,apps/playground/src/app/pages/feedback-page.ts,apps/playground/src/app/pages/viewport-preview.component.ts,libs/africanies-ui/src/lib/pagination/pagination.component.ts,apps/playground/src/app/pages/tokens-page.ts,libs/africanies-ui/src/lib/navigation/side-nav/africanies-side-nav.component.html,apps/playground/src/app/pages/usecases/onboarding-login.page.ts,libs/africanies-ui/src/lib/toast/toast-item.component.ts,apps/playground/src/app/snippets/button.snippets.ts,libs/africanies-ui/src/lib/feedback/empty-state.component.ts,apps/playground/src/app/pages/lecture-page.ts,libs/africanies-core/src/index.ts,libs/africanies-ui/src/lib/forms/file-upload/file-upload.component.ts,apps/playground/src/styles.css,libs/africanies-ui/src/lib/layout/app-shell-header.component.ts,libs/africanies-core/src/lib/notification/notification-link.spec.ts,libs/africanies-ui/src/lib/feedback/error-state.component.ts,libs/africanies-ui/src/lib/toast/toast-host.component.ts,apps/playground/src/app/pages/icons-page.ts,apps/playground/src/app/pages/models-page.ts,libs/africanies-theme/src/lib/mode-color.safelist.ts,libs/africanies-ui/src/lib/table/table.component.ts,apps/playground/src/app/pages/overlay-demos.ts,libs/africanies-ui/src/lib/navigation/side-nav/africanies-side-nav.component.ts,libs/africanies-ui/src/lib/forms/form-field.classes.ts,libs/africanies-ui/src/lib/navigation/shipping-mode-switch/shipping-mode-switch.component.ts
|
|
26435
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:57.397Z - [REQUEST]:
|
|
26436
|
+
[plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
|
|
26437
|
+
[isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 38347, socket: /private/tmp/plugin12638-9-2378858.782792.sock)
|
|
26438
|
+
[plugin-client] restarting worker for "nx/core/package-json"
|
|
26439
|
+
[isolated-plugin] spawned worker for "nx/core/package-json" (pid: 38348, socket: /private/tmp/plugin12638-10-2378874.084334.sock)
|
|
26440
|
+
[plugin-client] restarting worker for "nx/core/project-json"
|
|
26441
|
+
[isolated-plugin] spawned worker for "nx/core/project-json" (pid: 38349, socket: /private/tmp/plugin12638-11-2378874.7705.sock)
|
|
26442
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:57.422Z - Time taken for 'hash changed files from watcher' 12.347000000067055ms
|
|
26443
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:57.423Z - [WATCHER]: Processing file changes in outputs
|
|
26444
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 38347) listening on /private/tmp/plugin12638-9-2378858.782792.sock
|
|
26445
|
+
[plugin-worker] "nx/core/project-json" (pid: 38349) listening on /private/tmp/plugin12638-11-2378874.7705.sock
|
|
26446
|
+
[plugin-worker] "nx/core/package-json" (pid: 38348) listening on /private/tmp/plugin12638-10-2378874.084334.sock
|
|
26447
|
+
[1m[33mTime taken for 'plugin worker 38349 code loading' 311.37979200000007ms[39m[22m
|
|
26448
|
+
[1m[33mTime taken for 'plugin worker 38348 code loading' 311.357625ms[39m[22m
|
|
26449
|
+
[1m[33mTime taken for 'plugin worker 38347 code loading' 311.380875ms[39m[22m
|
|
26450
|
+
[isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 38347)
|
|
26451
|
+
[isolated-plugin] connected to worker for "nx/core/package-json" (pid: 38348)
|
|
26452
|
+
[isolated-plugin] connected to worker for "nx/core/project-json" (pid: 38349)
|
|
26453
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:57.952Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 544.124334000051ms
|
|
26454
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:57.952Z - Time taken for 'start-plugin-worker:nx/core/package-json' 530.218499999959ms
|
|
26455
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:57.953Z - Time taken for 'start-plugin-worker:nx/core/project-json' 529.6292090001516ms
|
|
26456
|
+
[plugin-worker] "nx/core/package-json" (pid: 38348) connected
|
|
26457
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 38347) connected
|
|
26458
|
+
[plugin-worker] "nx/core/project-json" (pid: 38349) connected
|
|
26459
|
+
[plugin-worker] "nx/core/project-json" (pid: 38349) loaded successfully
|
|
26460
|
+
[plugin-worker] "nx/core/package-json" (pid: 38348) loaded successfully
|
|
26461
|
+
[1m[33mTime taken for 'nx/core/project-json:createNodes' 3.7805829999999787ms[39m[22m
|
|
26462
|
+
[isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
|
|
26463
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 38347) loaded successfully
|
|
26464
|
+
[isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
|
|
26465
|
+
[1m[33mTime taken for 'nx/js/dependencies-and-lockfile:createNodes' 7.782583000000045ms[39m[22m
|
|
26466
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:58.011Z - Time taken for 'build-project-configs' 595.0767500000075ms
|
|
26467
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:58.011Z - Time taken for 'createNodes:merge' 4.486207999754697ms
|
|
26468
|
+
[1m[33mTime taken for 'build typescript dependencies' 20.275916999999936ms[39m[22m
|
|
26469
|
+
[isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
|
|
26470
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:58.054Z - [SYNC]: collect registered sync generators
|
|
26471
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:58.055Z - [SYNC]: project graph hash is the same, not collecting task sync generators
|
|
26472
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:58.055Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
|
|
26473
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:58.060Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
|
|
26474
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:58.060Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
|
|
26475
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:58.063Z - Responding to PROJECT_GRAPH_UPDATED message
|
|
26476
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:58.063Z - [REQUEST]: Responding to the client. Project graph updated
|
|
26477
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:58.063Z - Time taken for 'total execution time for createProjectGraph()' 50.767374999821186ms
|
|
26478
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:58.063Z - Time taken for 'createDependencies' 43.410792000126094ms
|
|
26479
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:58.064Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 43.321709000039846ms
|
|
26480
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:58.064Z - Time taken for 'createMetadata' 0.006916999816894531ms
|
|
26481
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:58.064Z - Time taken for 'serialize graph' 2.317958999890834ms
|
|
26482
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:58.064Z - Time taken for 'write cache' 5.297290999908ms
|
|
26483
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:58.067Z - Done responding to the client Project graph updated
|
|
26484
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:58.067Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 5. Response time: 7.
|
|
26485
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:11:58.068Z - [Messenger] Received message, length: 895597
|
|
26486
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:11:59.080Z - [Messenger] Sending message type: GET_CONTEXT_FILE_DATA
|
|
26487
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:59.080Z - Established a connection. Number of open connections: 4
|
|
26488
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:11:59.080Z - [Messenger] Message sent
|
|
26489
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:59.081Z - Received raw message of length 32
|
|
26490
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:59.081Z - Received json message of type GET_CONTEXT_FILE_DATA
|
|
26491
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:59.082Z - Serializing response for GET_CONTEXT_FILE_DATA message in json mode
|
|
26492
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:59.082Z - Responding to GET_CONTEXT_FILE_DATA message
|
|
26493
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:59.082Z - [REQUEST]: Responding to the client. handleContextFileData
|
|
26494
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:59.082Z - Closed a connection. Number of open connections: 3
|
|
26495
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:59.083Z - Done responding to the client handleContextFileData
|
|
26496
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:59.083Z - Handled json message GET_CONTEXT_FILE_DATA. Handling time: 1. Response time: 1.
|
|
26497
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:11:59.083Z - [Messenger] Received message, length: 86961
|
|
26498
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:59.419Z - Closed a connection. Number of open connections: 2
|
|
26499
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:11:59.420Z - [ProjectGraphListener] Socket closed, triggering reconnection
|
|
26500
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:11:59.426Z - [Messenger] Setting up socket listeners
|
|
26501
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:11:59.426Z - [Messenger] listen() complete
|
|
26502
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:11:59.427Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
|
|
26503
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:11:59.427Z - [Messenger] Message sent
|
|
26504
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:59.427Z - Established a connection. Number of open connections: 3
|
|
26505
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:59.428Z - Established a connection. Number of open connections: 4
|
|
26506
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:59.428Z - Closed a connection. Number of open connections: 3
|
|
26507
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:59.428Z - Received raw message of length 42
|
|
26508
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:11:59.428Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
|
|
26509
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=1
|
|
26510
|
+
DEBUG nx::native::watch::watcher: [delete] _tmp_38764_24ef3dc32edce6acdb1ea7c78e2b40b1
|
|
26511
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=1
|
|
26512
|
+
DEBUG nx::native::watch::watcher: [delete] _tmp_38764_24ef3dc32edce6acdb1ea7c78e2b40b1
|
|
26513
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:18.084Z - [WATCHER]: Processing file changes in outputs
|
|
26514
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:18.086Z - [WATCHER]: _tmp_38764_24ef3dc32edce6acdb1ea7c78e2b40b1 was deleted
|
|
26515
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:18.086Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: delete:_tmp_38764_24ef3dc32edce6acdb1ea7c78e2b40b1
|
|
26516
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:18.086Z - [WATCHER]: File changes detected:
|
|
26517
|
+
Created:
|
|
26518
|
+
(none)
|
|
26519
|
+
Updated:
|
|
26520
|
+
(none)
|
|
26521
|
+
Deleted:
|
|
26522
|
+
- _tmp_38764_24ef3dc32edce6acdb1ea7c78e2b40b1
|
|
26523
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:18.090Z - [SYNC]: clearing sync generators cache due to file changes
|
|
26524
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:18.090Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
|
|
26525
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:18.090Z - [REQUEST]:
|
|
26526
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:18.090Z - [REQUEST]: _tmp_38764_24ef3dc32edce6acdb1ea7c78e2b40b1
|
|
26527
|
+
[plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
|
|
26528
|
+
[isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 38767, socket: /private/tmp/plugin12638-12-2399562.26375.sock)
|
|
26529
|
+
[plugin-client] restarting worker for "nx/core/package-json"
|
|
26530
|
+
[isolated-plugin] spawned worker for "nx/core/package-json" (pid: 38768, socket: /private/tmp/plugin12638-13-2399564.630834.sock)
|
|
26531
|
+
[plugin-client] restarting worker for "nx/core/project-json"
|
|
26532
|
+
[isolated-plugin] spawned worker for "nx/core/project-json" (pid: 38769, socket: /private/tmp/plugin12638-14-2399565.414084.sock)
|
|
26533
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:18.115Z - Time taken for 'hash changed files from watcher' 3.3736250000074506ms
|
|
26534
|
+
[plugin-worker] "nx/core/project-json" (pid: 38769) listening on /private/tmp/plugin12638-14-2399565.414084.sock
|
|
26535
|
+
[1m[33mTime taken for 'plugin worker 38769 code loading' 855.462792ms[39m[22m
|
|
26536
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 38767) listening on /private/tmp/plugin12638-12-2399562.26375.sock
|
|
26537
|
+
[1m[33mTime taken for 'plugin worker 38767 code loading' 854.608583ms[39m[22m
|
|
26538
|
+
[plugin-worker] "nx/core/package-json" (pid: 38768) listening on /private/tmp/plugin12638-13-2399564.630834.sock
|
|
26539
|
+
[1m[33mTime taken for 'plugin worker 38768 code loading' 854.948416ms[39m[22m
|
|
26540
|
+
[isolated-plugin] connected to worker for "nx/core/project-json" (pid: 38769)
|
|
26541
|
+
[isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 38767)
|
|
26542
|
+
[isolated-plugin] connected to worker for "nx/core/package-json" (pid: 38768)
|
|
26543
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:19.106Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 997.9909169999883ms
|
|
26544
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:19.106Z - Time taken for 'start-plugin-worker:nx/core/package-json' 996.0564160002396ms
|
|
26545
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:19.107Z - Time taken for 'start-plugin-worker:nx/core/project-json' 992.2588329999708ms
|
|
26546
|
+
[plugin-worker] "nx/core/project-json" (pid: 38769) connected
|
|
26547
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 38767) connected
|
|
26548
|
+
[plugin-worker] "nx/core/package-json" (pid: 38768) connected
|
|
26549
|
+
[plugin-worker] "nx/core/project-json" (pid: 38769) loaded successfully
|
|
26550
|
+
[plugin-worker] "nx/core/package-json" (pid: 38768) loaded successfully
|
|
26551
|
+
[1m[33mTime taken for 'nx/core/project-json:createNodes' 1.9288749999999482ms[39m[22m
|
|
26552
|
+
[isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
|
|
26553
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 38767) loaded successfully
|
|
26554
|
+
[isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
|
|
26555
|
+
[1m[33mTime taken for 'nx/js/dependencies-and-lockfile:createNodes' 25.0714999999999ms[39m[22m
|
|
26556
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:19.199Z - Time taken for 'build-project-configs' 1080.4959169998765ms
|
|
26557
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:19.199Z - Time taken for 'createNodes:merge' 3.8581670001149178ms
|
|
26558
|
+
[1m[33mTime taken for 'build typescript dependencies' 0.30600000000004ms[39m[22m
|
|
26559
|
+
[isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
|
|
26560
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:19.270Z - [SYNC]: collect registered sync generators
|
|
26561
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:19.270Z - [SYNC]: project graph hash is the same, not collecting task sync generators
|
|
26562
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:19.270Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
|
|
26563
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:19.286Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
|
|
26564
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:19.286Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
|
|
26565
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:19.290Z - Responding to PROJECT_GRAPH_UPDATED message
|
|
26566
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:19.290Z - [REQUEST]: Responding to the client. Project graph updated
|
|
26567
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:19.293Z - Time taken for 'total execution time for createProjectGraph()' 74.8211250002496ms
|
|
26568
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:19.294Z - Time taken for 'createDependencies' 48.18504199991003ms
|
|
26569
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:19.294Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 47.50375000014901ms
|
|
26570
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:19.294Z - Time taken for 'createMetadata' 0.015832999721169472ms
|
|
26571
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:19.294Z - Time taken for 'serialize graph' 3.7735839998349547ms
|
|
26572
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:19.294Z - Time taken for 'write cache' 15.187166000250727ms
|
|
26573
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:19.320Z - Done responding to the client Project graph updated
|
|
26574
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:19.320Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 15. Response time: 34.
|
|
26575
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:19.324Z - [Messenger] Received message, length: 895597
|
|
26576
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:20.335Z - [Messenger] Sending message type: GET_CONTEXT_FILE_DATA
|
|
26577
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:20.335Z - [Messenger] Message sent
|
|
26578
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:20.338Z - Established a connection. Number of open connections: 4
|
|
26579
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:20.340Z - Received raw message of length 32
|
|
26580
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:20.340Z - Received json message of type GET_CONTEXT_FILE_DATA
|
|
26581
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:20.341Z - Serializing response for GET_CONTEXT_FILE_DATA message in json mode
|
|
26582
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:20.341Z - Responding to GET_CONTEXT_FILE_DATA message
|
|
26583
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:20.341Z - [REQUEST]: Responding to the client. handleContextFileData
|
|
26584
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:20.342Z - Closed a connection. Number of open connections: 3
|
|
26585
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:20.342Z - Done responding to the client handleContextFileData
|
|
26586
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:20.342Z - Handled json message GET_CONTEXT_FILE_DATA. Handling time: 1. Response time: 1.
|
|
26587
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:20.342Z - [Messenger] Received message, length: 86961
|
|
26588
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:20.430Z - [ProjectGraphListener] Socket closed, triggering reconnection
|
|
26589
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:20.430Z - Closed a connection. Number of open connections: 2
|
|
26590
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:20.431Z - [Messenger] Setting up socket listeners
|
|
26591
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:20.432Z - [Messenger] listen() complete
|
|
26592
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:20.432Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
|
|
26593
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:20.432Z - [Messenger] Message sent
|
|
26594
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:20.432Z - Established a connection. Number of open connections: 3
|
|
26595
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:20.433Z - Established a connection. Number of open connections: 4
|
|
26596
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:20.433Z - Closed a connection. Number of open connections: 3
|
|
26597
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:20.433Z - Received raw message of length 42
|
|
26598
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:20.433Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
|
|
26599
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=17
|
|
26600
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/pre-merge-commit
|
|
26601
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/prepare-commit-msg
|
|
26602
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/post-commit
|
|
26603
|
+
DEBUG nx::native::watch::watcher: [create] .husky/_/husky.sh
|
|
26604
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/applypatch-msg
|
|
26605
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/.gitignore
|
|
26606
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/pre-auto-gc
|
|
26607
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/post-applypatch
|
|
26608
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/pre-rebase
|
|
26609
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/post-merge
|
|
26610
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/post-rewrite
|
|
26611
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/post-checkout
|
|
26612
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/commit-msg
|
|
26613
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/pre-applypatch
|
|
26614
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/pre-push
|
|
26615
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/h
|
|
26616
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/pre-commit
|
|
26617
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:21.158Z - [WATCHER]: Processing file changes in outputs
|
|
26618
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:21.672Z - Established a connection. Number of open connections: 4
|
|
26619
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:21.674Z - Closed a connection. Number of open connections: 3
|
|
26620
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:21.675Z - Established a connection. Number of open connections: 4
|
|
26621
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:21.675Z - Closed a connection. Number of open connections: 3
|
|
26622
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:21.676Z - Established a connection. Number of open connections: 4
|
|
26623
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:21.676Z - [Messenger] Setting up socket listeners
|
|
26624
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:21.681Z - [Messenger] listen() complete
|
|
26625
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:21.697Z - [Messenger] Sending message type: GET_NX_CONSOLE_STATUS
|
|
26626
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:21.698Z - [Messenger] Message sent
|
|
26627
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:21.701Z - Received raw message of length 4062
|
|
26628
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:21.701Z - Received json message of type GET_NX_CONSOLE_STATUS
|
|
26629
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:21.702Z - Graph recompute necessary due to env variable refresh. Changed keys: PATH, XPC_SERVICE_NAME, ELECTRON_RUN_AS_NODE, MACH_PORT_RENDEZVOUS_PEER_VALDATION, APPLICATION_INSIGHTS_NO_STATSBEAT, DEBUG, NX_WORKSPACE_ROOT_PATH, MXC_BIN_DIR, COPILOT_OTEL_FILE_EXPORTER_PATH, ELECTRON_NO_ASAR, CI, NVM_INC, HERD_PHP_81_INI_SCAN_DIR, DATA_CLOUD_CURR_IDE_NAME, HERD_PHP_80_INI_SCAN_DIR, TERM_PROGRAM, NODE, NVM_CD_FLAGS, INIT_CWD, TERM, TERM_PROGRAM_VERSION, ZDOTDIR, HERD_PHP_85_INI_SCAN_DIR, HERD_PHP_83_INI_SCAN_DIR, COPILOT_DEBUG_NONCE, PHP_INI_SCAN_DIR, NVM_DIR, PNPM_SCRIPT_SRC_DIR, HERD_PHP_82_INI_SCAN_DIR, HERD_PHP_84_INI_SCAN_DIR, USER_ZDOTDIR, PWD, LANG, PYTHONSTARTUP, NODE_PATH, PYTHON_BASIC_REPL, NVM_BIN, GIT_ASKPASS, HERD_PHP_74_INI_SCAN_DIR, COLORTERM, NX_CLI_SET
|
|
26630
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:21.703Z - Serializing response for GET_NX_CONSOLE_STATUS message in json mode
|
|
26631
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:21.703Z - Responding to GET_NX_CONSOLE_STATUS message
|
|
26632
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:21.703Z - [REQUEST]: Responding to the client. handleGetNxConsoleStatus
|
|
26633
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:21.703Z - Done responding to the client handleGetNxConsoleStatus
|
|
26634
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:21.703Z - Handled json message GET_NX_CONSOLE_STATUS. Handling time: 0. Response time: 0.
|
|
26635
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:21.703Z - [Messenger] Received message, length: 22
|
|
26636
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:21.771Z - [Messenger] Sending message type: REQUEST_PROJECT_GRAPH
|
|
26637
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:21.771Z - [Messenger] Message sent
|
|
26638
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:21.771Z - Received raw message of length 32
|
|
26639
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:21.771Z - Received json message of type REQUEST_PROJECT_GRAPH
|
|
26640
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:21.772Z - [REQUEST]: Client Request for Project Graph Received
|
|
26641
|
+
DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=63.037458ms
|
|
26642
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:21.835Z - No in-memory cached project graph found. Recomputing it...
|
|
26643
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:21.836Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
|
|
26644
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:21.836Z - [REQUEST]:
|
|
26645
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:21.836Z - [REQUEST]:
|
|
26646
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:21.840Z - Streaming message to client: progress update for topic graph-construction
|
|
26647
|
+
[plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
|
|
26648
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:21.840Z - [Messenger] Received message, length: 47
|
|
26649
|
+
[isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 38884, socket: /private/tmp/plugin12638-15-2403295.102084.sock)
|
|
26650
|
+
[plugin-client] restarting worker for "nx/core/package-json"
|
|
26651
|
+
[isolated-plugin] spawned worker for "nx/core/package-json" (pid: 38885, socket: /private/tmp/plugin12638-16-2403296.6855.sock)
|
|
26652
|
+
[plugin-client] restarting worker for "nx/core/project-json"
|
|
26653
|
+
[isolated-plugin] spawned worker for "nx/core/project-json" (pid: 38886, socket: /private/tmp/plugin12638-17-2403297.3195.sock)
|
|
26654
|
+
[plugin-worker] "nx/core/project-json" (pid: 38886) listening on /private/tmp/plugin12638-17-2403297.3195.sock
|
|
26655
|
+
Time taken for 'plugin worker 38886 code loading' 103.18770799999999ms
|
|
26656
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 38884) listening on /private/tmp/plugin12638-15-2403295.102084.sock
|
|
26657
|
+
Time taken for 'plugin worker 38884 code loading' 104.356ms
|
|
26658
|
+
[plugin-worker] "nx/core/package-json" (pid: 38885) listening on /private/tmp/plugin12638-16-2403296.6855.sock
|
|
26659
|
+
Time taken for 'plugin worker 38885 code loading' 106.16804200000001ms
|
|
26660
|
+
[isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 38884)
|
|
26661
|
+
[isolated-plugin] connected to worker for "nx/core/package-json" (pid: 38885)
|
|
26662
|
+
[isolated-plugin] connected to worker for "nx/core/project-json" (pid: 38886)
|
|
26663
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:21.997Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 154.3832920002751ms
|
|
26664
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:21.998Z - Time taken for 'start-plugin-worker:nx/core/package-json' 153.8298749998212ms
|
|
26665
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:21.998Z - Time taken for 'start-plugin-worker:nx/core/project-json' 154.19270800007507ms
|
|
26666
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 38884) connected
|
|
26667
|
+
[plugin-worker] "nx/core/package-json" (pid: 38885) connected
|
|
26668
|
+
[plugin-worker] "nx/core/project-json" (pid: 38886) connected
|
|
26669
|
+
[plugin-worker] "nx/core/project-json" (pid: 38886) loaded successfully
|
|
26670
|
+
Time taken for 'nx/core/project-json:createNodes' 0.5680839999999989ms
|
|
26671
|
+
[plugin-worker] "nx/core/package-json" (pid: 38885) loaded successfully
|
|
26672
|
+
[isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
|
|
26673
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.002Z - Streaming message to client: progress update for topic graph-construction
|
|
26674
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:22.002Z - [Messenger] Received message, length: 153
|
|
26675
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 38884) loaded successfully
|
|
26676
|
+
[isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
|
|
26677
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.012Z - Streaming message to client: progress update for topic graph-construction
|
|
26678
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:22.012Z - [Messenger] Received message, length: 112
|
|
26679
|
+
Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 6.151916ms
|
|
26680
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.018Z - Streaming message to client: progress update for topic graph-construction
|
|
26681
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:22.018Z - [Messenger] Received message, length: 47
|
|
26682
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.028Z - Streaming message to client: progress update for topic graph-construction
|
|
26683
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:22.028Z - [Messenger] Received message, length: 47
|
|
26684
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.030Z - Time taken for 'build-project-configs' 181.36654200032353ms
|
|
26685
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.030Z - Time taken for 'createNodes:merge' 2.878083999734372ms
|
|
26686
|
+
Time taken for 'build typescript dependencies' 0.08745799999999804ms
|
|
26687
|
+
[isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
|
|
26688
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.040Z - Streaming message to client: progress update for topic graph-construction
|
|
26689
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:22.040Z - [Messenger] Received message, length: 47
|
|
26690
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.047Z - [SYNC]: collect registered sync generators
|
|
26691
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.047Z - [SYNC]: project graph hash is the same, not collecting task sync generators
|
|
26692
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.047Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
|
|
26693
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.051Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
|
|
26694
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.051Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
|
|
26695
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.052Z - Responding to PROJECT_GRAPH_UPDATED message
|
|
26696
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.052Z - [REQUEST]: Responding to the client. Project graph updated
|
|
26697
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.053Z - Serializing response for REQUEST_PROJECT_GRAPH message in json mode
|
|
26698
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.053Z - Responding to REQUEST_PROJECT_GRAPH message
|
|
26699
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.053Z - [REQUEST]: Responding to the client. project-graph
|
|
26700
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.053Z - Time taken for 'total for creating and serializing project graph' 281.2651669997722ms
|
|
26701
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.053Z - Time taken for 'total execution time for createProjectGraph()' 22.165416000410914ms
|
|
26702
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.053Z - Time taken for 'createDependencies' 15.953625000081956ms
|
|
26703
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.053Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 15.773749999701977ms
|
|
26704
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.053Z - Time taken for 'createMetadata' 0.009542000014334917ms
|
|
26705
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.053Z - Time taken for 'serialize graph' 1.8436249997466803ms
|
|
26706
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.053Z - Time taken for 'write cache' 3.747791999951005ms
|
|
26707
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.056Z - Done responding to the client Project graph updated
|
|
26708
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.056Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 4. Response time: 5.
|
|
26709
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.056Z - Done responding to the client project-graph
|
|
26710
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.056Z - Handled json message REQUEST_PROJECT_GRAPH. Handling time: 282. Response time: 3.
|
|
26711
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:22.056Z - [Messenger] Received message, length: 895597
|
|
26712
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:22.056Z - [Messenger] Received message, length: 895604
|
|
26713
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:22.061Z - [Messenger] Sending message type: PRE_TASKS_EXECUTION
|
|
26714
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:22.061Z - [Messenger] Message sent
|
|
26715
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.061Z - Received raw message of length 2163
|
|
26716
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.061Z - Received json message of type PRE_TASKS_EXECUTION
|
|
26717
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.062Z - Serializing response for PRE_TASKS_EXECUTION message in json mode
|
|
26718
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.062Z - Responding to PRE_TASKS_EXECUTION message
|
|
26719
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.062Z - [REQUEST]: Responding to the client. handleRunPreTasksExecution
|
|
26720
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.062Z - Done responding to the client handleRunPreTasksExecution
|
|
26721
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.062Z - Handled json message PRE_TASKS_EXECUTION. Handling time: 1. Response time: 0.
|
|
26722
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:22.062Z - [Messenger] Received message, length: 2
|
|
26723
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.062Z - Time taken for 'preTasksExecution' 0.3687080000527203ms
|
|
26724
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:22.110Z - [Messenger] Sending message type: HASH_TASKS
|
|
26725
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:22.110Z - [Messenger] Message sent
|
|
26726
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.114Z - Received raw message of length 38856
|
|
26727
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.115Z - Received json message of type HASH_TASKS
|
|
26728
|
+
DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=58.965916ms
|
|
26729
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.175Z - Reusing in-memory cached project graph because no files changed.
|
|
26730
|
+
DEBUG nx::native::tasks::hash_planner: get_plans_internal COMPLETED in 16.242333ms - processed 6 tasks (setup: 7.027417ms, parallel_planning: 9.205167ms, pool: 1544 unique instructions)
|
|
26731
|
+
DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "8520130568453209191" (".gitignore") to hash
|
|
26732
|
+
DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "2425668806101952406" ("nx.json") to hash
|
|
26733
|
+
DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Hash Value: "17385814077483807182"
|
|
26734
|
+
DEBUG nx::native::tasks::task_hasher: hash_plans COMPLETED in 17.032375ms - processed 6 plans (setup: 778.875µs, hashing: 16.25ms, assembly: 7.627667ms)
|
|
26735
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.229Z - Serializing response for HASH_TASKS message in json mode
|
|
26736
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.231Z - Responding to HASH_TASKS message
|
|
26737
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.231Z - [REQUEST]: Responding to the client. handleHashTasks
|
|
26738
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.233Z - Done responding to the client handleHashTasks
|
|
26739
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:22.233Z - [Messenger] Received message, length: 446771
|
|
26740
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.233Z - Handled json message HASH_TASKS. Handling time: 114. Response time: 4.
|
|
26741
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:22.357Z - [Messenger] Sending message type: GET_ESTIMATED_TASK_TIMINGS
|
|
26742
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:22.357Z - [Messenger] Message sent
|
|
26743
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.357Z - Received raw message of length 510
|
|
26744
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.358Z - Received json message of type GET_ESTIMATED_TASK_TIMINGS
|
|
26745
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.363Z - Serializing response for GET_ESTIMATED_TASK_TIMINGS message in json mode
|
|
26746
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.363Z - Responding to GET_ESTIMATED_TASK_TIMINGS message
|
|
26747
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.363Z - [REQUEST]: Responding to the client. handleGetEstimatedTaskTimings
|
|
26748
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.363Z - Done responding to the client handleGetEstimatedTaskTimings
|
|
26749
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.363Z - Handled json message GET_ESTIMATED_TASK_TIMINGS. Handling time: 5. Response time: 0.
|
|
26750
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:22.363Z - [Messenger] Received message, length: 280
|
|
26751
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:22.372Z - [Messenger] Sending message type: OUTPUTS_HASHES_MATCH_BATCH
|
|
26752
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:22.372Z - [Messenger] Message sent
|
|
26753
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.372Z - Received raw message of length 267
|
|
26754
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.372Z - Received json message of type OUTPUTS_HASHES_MATCH_BATCH
|
|
26755
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.372Z - Serializing response for OUTPUTS_HASHES_MATCH_BATCH message in json mode
|
|
26756
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.372Z - Responding to OUTPUTS_HASHES_MATCH_BATCH message
|
|
26757
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.372Z - [REQUEST]: Responding to the client. outputsHashesMatchBatch
|
|
26758
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.372Z - Done responding to the client outputsHashesMatchBatch
|
|
26759
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.372Z - Handled json message OUTPUTS_HASHES_MATCH_BATCH. Handling time: 0. Response time: 0.
|
|
26760
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:22.372Z - [Messenger] Received message, length: 19
|
|
26761
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:22.381Z - [Messenger] Sending message type: RECORD_OUTPUTS_HASH_BATCH
|
|
26762
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:22.382Z - [Messenger] Message sent
|
|
26763
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.382Z - Received raw message of length 266
|
|
26764
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.382Z - Received json message of type RECORD_OUTPUTS_HASH_BATCH
|
|
26765
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.389Z - Serializing response for RECORD_OUTPUTS_HASH_BATCH message in json mode
|
|
26766
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.389Z - Responding to RECORD_OUTPUTS_HASH_BATCH message
|
|
26767
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.389Z - [REQUEST]: Responding to the client. recordOutputsHashBatch
|
|
26768
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.389Z - Done responding to the client recordOutputsHashBatch
|
|
26769
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.389Z - Handled json message RECORD_OUTPUTS_HASH_BATCH. Handling time: 6. Response time: 0.
|
|
26770
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:22.389Z - [Messenger] Received message, length: 2
|
|
26771
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=3
|
|
26772
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-storage/README.md
|
|
26773
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-models/README.md
|
|
26774
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/README.md
|
|
26775
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.484Z - [WATCHER]: 0 file(s) created or restored, 3 file(s) modified, 0 file(s) deleted
|
|
26776
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.485Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 3 events: update:dist/libs/africanies-storage/README.md, update:dist/libs/africanies-models/README.md, update:dist/libs/africanies-icons/README.md
|
|
26777
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.485Z - [WATCHER]: File changes detected:
|
|
26778
|
+
Created:
|
|
26779
|
+
(none)
|
|
26780
|
+
Updated:
|
|
26781
|
+
- dist/libs/africanies-storage/README.md
|
|
26782
|
+
- dist/libs/africanies-models/README.md
|
|
26783
|
+
- dist/libs/africanies-icons/README.md
|
|
26784
|
+
Deleted:
|
|
26785
|
+
(none)
|
|
26786
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.486Z - [SYNC]: clearing sync generators cache due to file changes
|
|
26787
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.486Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
|
|
26788
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.486Z - [REQUEST]: dist/libs/africanies-icons/README.md,dist/libs/africanies-storage/README.md,dist/libs/africanies-models/README.md
|
|
26789
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.486Z - [REQUEST]:
|
|
26790
|
+
[plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
|
|
26791
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=16
|
|
26792
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-icons/fesm2022/africanies-africanies-icons.mjs
|
|
26793
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/fesm2022/africanies-africanies-models.mjs.map
|
|
26794
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-storage/fesm2022/africanies-africanies-storage.mjs.map
|
|
26795
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/fesm2022/africanies-africanies-models.mjs
|
|
26796
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-icons/package.json
|
|
26797
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-models/README.md
|
|
26798
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-storage/README.md
|
|
26799
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-storage/package.json
|
|
26800
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/package.json
|
|
26801
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-storage/fesm2022/africanies-africanies-storage.mjs
|
|
26802
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-icons/fesm2022/africanies-africanies-icons.mjs.map
|
|
26803
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/types/africanies-africanies-models.d.ts
|
|
26804
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/assets/icons.sprite.svg
|
|
26805
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-storage/types/africanies-africanies-storage.d.ts
|
|
26806
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/types/africanies-africanies-icons.d.ts
|
|
26807
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/README.md
|
|
26808
|
+
[isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 38894, socket: /private/tmp/plugin12638-18-2403942.155375.sock)
|
|
26809
|
+
[plugin-client] restarting worker for "nx/core/package-json"
|
|
26810
|
+
[isolated-plugin] spawned worker for "nx/core/package-json" (pid: 38895, socket: /private/tmp/plugin12638-19-2403944.435584.sock)
|
|
26811
|
+
[plugin-client] restarting worker for "nx/core/project-json"
|
|
26812
|
+
[isolated-plugin] spawned worker for "nx/core/project-json" (pid: 38896, socket: /private/tmp/plugin12638-20-2403946.08775.sock)
|
|
26813
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.495Z - Time taken for 'hash changed files from watcher' 0.9321250002831221ms
|
|
26814
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.496Z - [WATCHER]: Processing file changes in outputs
|
|
26815
|
+
[plugin-worker] "nx/core/package-json" (pid: 38895) listening on /private/tmp/plugin12638-19-2403944.435584.sock
|
|
26816
|
+
Time taken for 'plugin worker 38895 code loading' 202.30875ms
|
|
26817
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 38894) listening on /private/tmp/plugin12638-18-2403942.155375.sock
|
|
26818
|
+
[isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 38894)
|
|
26819
|
+
[isolated-plugin] connected to worker for "nx/core/package-json" (pid: 38895)
|
|
26820
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.740Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 252.417458999902ms
|
|
26821
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.740Z - Time taken for 'start-plugin-worker:nx/core/package-json' 250.89429099997506ms
|
|
26822
|
+
[plugin-worker] "nx/core/package-json" (pid: 38895) connected
|
|
26823
|
+
Time taken for 'plugin worker 38894 code loading' 204.84133300000002ms
|
|
26824
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 38894) connected
|
|
26825
|
+
[plugin-worker] "nx/core/package-json" (pid: 38895) loaded successfully
|
|
26826
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 38894) loaded successfully
|
|
26827
|
+
[plugin-worker] "nx/core/project-json" (pid: 38896) listening on /private/tmp/plugin12638-20-2403946.08775.sock
|
|
26828
|
+
Time taken for 'plugin worker 38896 code loading' 228.08745800000003ms
|
|
26829
|
+
[isolated-plugin] connected to worker for "nx/core/project-json" (pid: 38896)
|
|
26830
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.774Z - Time taken for 'start-plugin-worker:nx/core/project-json' 282.6769590000622ms
|
|
26831
|
+
[isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
|
|
26832
|
+
Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 14.144292000000007ms
|
|
26833
|
+
[plugin-worker] "nx/core/project-json" (pid: 38896) connected
|
|
26834
|
+
[plugin-worker] "nx/core/project-json" (pid: 38896) loaded successfully
|
|
26835
|
+
Time taken for 'nx/core/project-json:createNodes' 2.8755409999999983ms
|
|
26836
|
+
[isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
|
|
26837
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.820Z - Time taken for 'build-project-configs' 322.48762500006706ms
|
|
26838
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.820Z - Time taken for 'createNodes:merge' 6.1928329998627305ms
|
|
26839
|
+
Time taken for 'build typescript dependencies' 4.109375ms
|
|
26840
|
+
[isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
|
|
26841
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.844Z - [SYNC]: collect registered sync generators
|
|
26842
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.844Z - [SYNC]: project graph hash is the same, not collecting task sync generators
|
|
26843
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.844Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
|
|
26844
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.852Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
|
|
26845
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.852Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
|
|
26846
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.859Z - Responding to PROJECT_GRAPH_UPDATED message
|
|
26847
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.860Z - [REQUEST]: Responding to the client. Project graph updated
|
|
26848
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.862Z - Time taken for 'total execution time for createProjectGraph()' 28.759417000226676ms
|
|
26849
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.863Z - Time taken for 'createDependencies' 22.418833000119776ms
|
|
26850
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.863Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 22.316666999831796ms
|
|
26851
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.863Z - Time taken for 'createMetadata' 0.010583000257611275ms
|
|
26852
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.863Z - Time taken for 'serialize graph' 2.8805420002900064ms
|
|
26853
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.863Z - Time taken for 'write cache' 7.642999999690801ms
|
|
26854
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.873Z - Done responding to the client Project graph updated
|
|
26855
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:22.873Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 8. Response time: 21.
|
|
26856
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:22.873Z - [Messenger] Received message, length: 895597
|
|
26857
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=1
|
|
26858
|
+
DEBUG nx::native::watch::watcher: [create] tmp/libs/africanies-core/build/tsconfig.generated.d7273b07-8c81-4af7-8bbb-b58a7eade1ec.json
|
|
26859
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:23.786Z - [WATCHER]: Processing file changes in outputs
|
|
26860
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:23.885Z - [Messenger] Sending message type: GET_CONTEXT_FILE_DATA
|
|
26861
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:23.885Z - Established a connection. Number of open connections: 5
|
|
26862
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:23.885Z - [Messenger] Message sent
|
|
26863
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:23.886Z - Received raw message of length 32
|
|
26864
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:23.886Z - Received json message of type GET_CONTEXT_FILE_DATA
|
|
26865
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:23.887Z - Serializing response for GET_CONTEXT_FILE_DATA message in json mode
|
|
26866
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:23.887Z - Responding to GET_CONTEXT_FILE_DATA message
|
|
26867
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:23.887Z - [REQUEST]: Responding to the client. handleContextFileData
|
|
26868
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:23.888Z - Closed a connection. Number of open connections: 4
|
|
26869
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:23.888Z - [Messenger] Received message, length: 87195
|
|
26870
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:23.888Z - Done responding to the client handleContextFileData
|
|
26871
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:23.889Z - Handled json message GET_CONTEXT_FILE_DATA. Handling time: 1. Response time: 2.
|
|
26872
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=1
|
|
26873
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-core/README.md
|
|
26874
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:23.946Z - [WATCHER]: dist/libs/africanies-core/README.md was deleted
|
|
26875
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:23.946Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: delete:dist/libs/africanies-core/README.md
|
|
26876
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:23.947Z - [WATCHER]: File changes detected:
|
|
26877
|
+
Created:
|
|
26878
|
+
(none)
|
|
26879
|
+
Updated:
|
|
26880
|
+
(none)
|
|
26881
|
+
Deleted:
|
|
26882
|
+
- dist/libs/africanies-core/README.md
|
|
26883
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:23.949Z - [SYNC]: clearing sync generators cache due to file changes
|
|
26884
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:23.949Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
|
|
26885
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:23.949Z - [REQUEST]:
|
|
26886
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:23.949Z - [REQUEST]: dist/libs/africanies-core/README.md
|
|
26887
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=5
|
|
26888
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-core/README.md
|
|
26889
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-core/package.json
|
|
26890
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-core/types/africanies-africanies-core.d.ts
|
|
26891
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs.map
|
|
26892
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs
|
|
26893
|
+
[plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
|
|
26894
|
+
[isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 38932, socket: /private/tmp/plugin12638-21-2405406.558042.sock)
|
|
26895
|
+
[plugin-client] restarting worker for "nx/core/package-json"
|
|
26896
|
+
[isolated-plugin] spawned worker for "nx/core/package-json" (pid: 38933, socket: /private/tmp/plugin12638-22-2405407.578667.sock)
|
|
26897
|
+
[plugin-client] restarting worker for "nx/core/project-json"
|
|
26898
|
+
[isolated-plugin] spawned worker for "nx/core/project-json" (pid: 38934, socket: /private/tmp/plugin12638-23-2405409.030459.sock)
|
|
26899
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:23.956Z - Time taken for 'hash changed files from watcher' 1.2803329997695982ms
|
|
26900
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:23.957Z - [WATCHER]: Processing file changes in outputs
|
|
26901
|
+
[plugin-worker] "nx/core/package-json" (pid: 38933) listening on /private/tmp/plugin12638-22-2405407.578667.sock
|
|
26902
|
+
[isolated-plugin] connected to worker for "nx/core/package-json" (pid: 38933)
|
|
26903
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.515Z - Time taken for 'start-plugin-worker:nx/core/package-json' 560.4726249999367ms
|
|
26904
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 38932) listening on /private/tmp/plugin12638-21-2405406.558042.sock
|
|
26905
|
+
[isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 38932)
|
|
26906
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.532Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 579.9582079998218ms
|
|
26907
|
+
Time taken for 'plugin worker 38932 code loading' 498.03445899999997ms
|
|
26908
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 38932) connected
|
|
26909
|
+
[plugin-worker] "nx/core/project-json" (pid: 38934) listening on /private/tmp/plugin12638-23-2405409.030459.sock
|
|
26910
|
+
[isolated-plugin] connected to worker for "nx/core/project-json" (pid: 38934)
|
|
26911
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.555Z - Time taken for 'start-plugin-worker:nx/core/project-json' 600.3577499999665ms
|
|
26912
|
+
[plugin-worker] "nx/core/project-json" (pid: 38934) connected
|
|
26913
|
+
Time taken for 'plugin worker 38934 code loading' 523.860042ms
|
|
26914
|
+
[plugin-worker] "nx/core/project-json" (pid: 38934) loaded successfully
|
|
26915
|
+
Time taken for 'nx/core/project-json:createNodes' 4.215249999999969ms
|
|
26916
|
+
[isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
|
|
26917
|
+
[plugin-worker] "nx/core/package-json" (pid: 38933) connected
|
|
26918
|
+
Time taken for 'plugin worker 38933 code loading' 426.47729200000003ms
|
|
26919
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 38932) loaded successfully
|
|
26920
|
+
Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 18.279458999999974ms
|
|
26921
|
+
[plugin-worker] "nx/core/package-json" (pid: 38933) loaded successfully
|
|
26922
|
+
[isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
|
|
26923
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.725Z - Time taken for 'build-project-configs' 756.0412090001628ms
|
|
26924
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.726Z - Time taken for 'createNodes:merge' 11.612208000384271ms
|
|
26925
|
+
Time taken for 'build typescript dependencies' 0.19966699999997672ms
|
|
26926
|
+
[isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
|
|
26927
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.758Z - [SYNC]: collect registered sync generators
|
|
26928
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.759Z - [SYNC]: project graph hash is the same, not collecting task sync generators
|
|
26929
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.759Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
|
|
26930
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.767Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
|
|
26931
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.767Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
|
|
26932
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.772Z - Responding to PROJECT_GRAPH_UPDATED message
|
|
26933
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.772Z - [REQUEST]: Responding to the client. Project graph updated
|
|
26934
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.773Z - Time taken for 'total execution time for createProjectGraph()' 39.91395800001919ms
|
|
26935
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.773Z - Time taken for 'createDependencies' 31.176250000018626ms
|
|
26936
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.773Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 31.044709000270814ms
|
|
26937
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.773Z - Time taken for 'createMetadata' 0.011750000063329935ms
|
|
26938
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.773Z - Time taken for 'serialize graph' 4.6779169999063015ms
|
|
26939
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.773Z - Time taken for 'write cache' 7.5559169999323785ms
|
|
26940
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:24.846Z - [ProjectGraphListener] Socket closed, triggering reconnection
|
|
26941
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.847Z - Socket write error (client likely disconnected): write EPIPE
|
|
26942
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.848Z - Done responding to the client Project graph updated
|
|
26943
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.849Z - Socket error: write EPIPE
|
|
26944
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.850Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 8. Response time: 83.
|
|
26945
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.850Z - Closed a connection. Number of open connections: 3
|
|
26946
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.854Z - Established a connection. Number of open connections: 4
|
|
26947
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.855Z - Established a connection. Number of open connections: 5
|
|
26948
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:24.855Z - [Messenger] Setting up socket listeners
|
|
26949
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.855Z - Closed a connection. Number of open connections: 4
|
|
26950
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:24.855Z - [Messenger] listen() complete
|
|
26951
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:24.855Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
|
|
26952
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:24.856Z - [Messenger] Message sent
|
|
26953
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.856Z - Received raw message of length 42
|
|
26954
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:24.856Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
|
|
26955
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:26.587Z - [Messenger] Sending message type: RECORD_OUTPUTS_HASH_BATCH
|
|
26956
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:26.587Z - [Messenger] Message sent
|
|
26957
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.588Z - Received raw message of length 117
|
|
26958
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.588Z - Received json message of type RECORD_OUTPUTS_HASH_BATCH
|
|
26959
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.593Z - Serializing response for RECORD_OUTPUTS_HASH_BATCH message in json mode
|
|
26960
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.593Z - Responding to RECORD_OUTPUTS_HASH_BATCH message
|
|
26961
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.593Z - [REQUEST]: Responding to the client. recordOutputsHashBatch
|
|
26962
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.593Z - Done responding to the client recordOutputsHashBatch
|
|
26963
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.593Z - Handled json message RECORD_OUTPUTS_HASH_BATCH. Handling time: 5. Response time: 0.
|
|
26964
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:26.593Z - [Messenger] Received message, length: 2
|
|
26965
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=2
|
|
26966
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=6
|
|
26967
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-core/README.md
|
|
26968
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-core/README.md
|
|
26969
|
+
DEBUG nx::native::watch::watcher: [update] .nx/cache/13466509747676776487/dist/libs/africanies-core/README.md
|
|
26970
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/package.json
|
|
26971
|
+
DEBUG nx::native::watch::watcher: [delete] tmp/libs/africanies-core/build/tsconfig.generated.d7273b07-8c81-4af7-8bbb-b58a7eade1ec.json
|
|
26972
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/types/africanies-africanies-core.d.ts
|
|
26973
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs.map
|
|
26974
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs
|
|
26975
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.711Z - [WATCHER]: 0 file(s) created or restored, 2 file(s) modified, 0 file(s) deleted
|
|
26976
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.711Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 2 events: update:dist/libs/africanies-core/README.md, update:.nx/cache/13466509747676776487/dist/libs/africanies-core/README.md
|
|
26977
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.712Z - [WATCHER]: File changes detected:
|
|
26978
|
+
Created:
|
|
26979
|
+
(none)
|
|
26980
|
+
Updated:
|
|
26981
|
+
- dist/libs/africanies-core/README.md
|
|
26982
|
+
- .nx/cache/13466509747676776487/dist/libs/africanies-core/README.md
|
|
26983
|
+
Deleted:
|
|
26984
|
+
(none)
|
|
26985
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.713Z - [SYNC]: clearing sync generators cache due to file changes
|
|
26986
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.713Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
|
|
26987
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.713Z - [REQUEST]: dist/libs/africanies-core/README.md,.nx/cache/13466509747676776487/dist/libs/africanies-core/README.md
|
|
26988
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.713Z - [REQUEST]:
|
|
26989
|
+
[plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
|
|
26990
|
+
[isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 38967, socket: /private/tmp/plugin12638-24-2408169.196417.sock)
|
|
26991
|
+
[plugin-client] restarting worker for "nx/core/package-json"
|
|
26992
|
+
[isolated-plugin] spawned worker for "nx/core/package-json" (pid: 38968, socket: /private/tmp/plugin12638-25-2408170.240667.sock)
|
|
26993
|
+
[plugin-client] restarting worker for "nx/core/project-json"
|
|
26994
|
+
[isolated-plugin] spawned worker for "nx/core/project-json" (pid: 38969, socket: /private/tmp/plugin12638-26-2408170.666292.sock)
|
|
26995
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.716Z - Time taken for 'hash changed files from watcher' 1.21487500006333ms
|
|
26996
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.716Z - [WATCHER]: Processing file changes in outputs
|
|
26997
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 38967) listening on /private/tmp/plugin12638-24-2408169.196417.sock
|
|
26998
|
+
Time taken for 'plugin worker 38967 code loading' 109.114583ms
|
|
26999
|
+
[isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 38967)
|
|
27000
|
+
[isolated-plugin] connected to worker for "nx/core/project-json" (pid: 38969)
|
|
27001
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.872Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 156.96337500028312ms
|
|
27002
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.872Z - Time taken for 'start-plugin-worker:nx/core/project-json' 155.8001669999212ms
|
|
27003
|
+
[plugin-worker] "nx/core/project-json" (pid: 38969) listening on /private/tmp/plugin12638-26-2408170.666292.sock
|
|
27004
|
+
[plugin-worker] "nx/core/project-json" (pid: 38969) connected
|
|
27005
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 38967) connected
|
|
27006
|
+
Time taken for 'plugin worker 38969 code loading' 113.73670800000001ms
|
|
27007
|
+
[plugin-worker] "nx/core/project-json" (pid: 38969) loaded successfully
|
|
27008
|
+
Time taken for 'nx/core/project-json:createNodes' 1.1640420000000233ms
|
|
27009
|
+
[isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
|
|
27010
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 38967) loaded successfully
|
|
27011
|
+
[plugin-worker] "nx/core/package-json" (pid: 38968) listening on /private/tmp/plugin12638-25-2408170.240667.sock
|
|
27012
|
+
[isolated-plugin] connected to worker for "nx/core/package-json" (pid: 38968)
|
|
27013
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.882Z - Time taken for 'start-plugin-worker:nx/core/package-json' 166.16587499994785ms
|
|
27014
|
+
Time taken for 'plugin worker 38968 code loading' 118.81075ms
|
|
27015
|
+
[plugin-worker] "nx/core/package-json" (pid: 38968) connected
|
|
27016
|
+
[plugin-worker] "nx/core/package-json" (pid: 38968) loaded successfully
|
|
27017
|
+
Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 6.226832999999999ms
|
|
27018
|
+
[isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
|
|
27019
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.907Z - Time taken for 'build-project-configs' 184.92866700002924ms
|
|
27020
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.907Z - Time taken for 'createNodes:merge' 3.7160410000942647ms
|
|
27021
|
+
Time taken for 'build typescript dependencies' 2.329666000000003ms
|
|
27022
|
+
[isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
|
|
27023
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.925Z - [SYNC]: collect registered sync generators
|
|
27024
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.925Z - [SYNC]: project graph hash is the same, not collecting task sync generators
|
|
27025
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.925Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
|
|
27026
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.930Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
|
|
27027
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.930Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
|
|
27028
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.931Z - Responding to PROJECT_GRAPH_UPDATED message
|
|
27029
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.931Z - [REQUEST]: Responding to the client. Project graph updated
|
|
27030
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.932Z - Time taken for 'total execution time for createProjectGraph()' 21.58716699993238ms
|
|
27031
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.932Z - Time taken for 'createDependencies' 17.000708000268787ms
|
|
27032
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.932Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 16.932207999750972ms
|
|
27033
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.932Z - Time taken for 'createMetadata' 0.008082999847829342ms
|
|
27034
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.932Z - Time taken for 'serialize graph' 2.347917000297457ms
|
|
27035
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.932Z - Time taken for 'write cache' 4.443291999865323ms
|
|
27036
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.933Z - Done responding to the client Project graph updated
|
|
27037
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:26.934Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 5. Response time: 4.
|
|
27038
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:26.934Z - [Messenger] Received message, length: 895597
|
|
27039
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=1
|
|
27040
|
+
DEBUG nx::native::watch::watcher: [create] tmp/libs/africanies-theme/build/tsconfig.generated.6d81d1d4-6c18-4875-8406-1f4923b52542.json
|
|
27041
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:27.525Z - [WATCHER]: Processing file changes in outputs
|
|
27042
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=6
|
|
27043
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/tailwind-preset.cjs
|
|
27044
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs
|
|
27045
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/README.md
|
|
27046
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/types/africanies-africanies-theme.d.ts
|
|
27047
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs.map
|
|
27048
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/package.json
|
|
27049
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:27.681Z - [WATCHER]: Processing file changes in outputs
|
|
27050
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=1
|
|
27051
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/README.md
|
|
27052
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:27.685Z - [WATCHER]: dist/libs/africanies-theme/README.md was deleted
|
|
27053
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:27.685Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: delete:dist/libs/africanies-theme/README.md
|
|
27054
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:27.685Z - [WATCHER]: File changes detected:
|
|
27055
|
+
Created:
|
|
27056
|
+
(none)
|
|
27057
|
+
Updated:
|
|
27058
|
+
(none)
|
|
27059
|
+
Deleted:
|
|
27060
|
+
- dist/libs/africanies-theme/README.md
|
|
27061
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:27.686Z - [SYNC]: clearing sync generators cache due to file changes
|
|
27062
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:27.687Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
|
|
27063
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:27.687Z - [REQUEST]:
|
|
27064
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:27.687Z - [REQUEST]: dist/libs/africanies-theme/README.md
|
|
27065
|
+
[plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
|
|
27066
|
+
[isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 38990, socket: /private/tmp/plugin12638-27-2409144.79375.sock)
|
|
27067
|
+
[plugin-client] restarting worker for "nx/core/package-json"
|
|
27068
|
+
[isolated-plugin] spawned worker for "nx/core/package-json" (pid: 38991, socket: /private/tmp/plugin12638-28-2409146.298084.sock)
|
|
27069
|
+
[plugin-client] restarting worker for "nx/core/project-json"
|
|
27070
|
+
[isolated-plugin] spawned worker for "nx/core/project-json" (pid: 38992, socket: /private/tmp/plugin12638-29-2409148.325584.sock)
|
|
27071
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:27.696Z - Time taken for 'hash changed files from watcher' 1.3216660004109144ms
|
|
27072
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.045Z - Established a connection. Number of open connections: 5
|
|
27073
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.046Z - Closed a connection. Number of open connections: 4
|
|
27074
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:28.046Z - [Messenger] Sending message type: GET_CONTEXT_FILE_DATA
|
|
27075
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:28.046Z - [Messenger] Message sent
|
|
27076
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.046Z - Received raw message of length 32
|
|
27077
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.046Z - Received json message of type GET_CONTEXT_FILE_DATA
|
|
27078
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.048Z - Serializing response for GET_CONTEXT_FILE_DATA message in json mode
|
|
27079
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.048Z - Responding to GET_CONTEXT_FILE_DATA message
|
|
27080
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.048Z - [REQUEST]: Responding to the client. handleContextFileData
|
|
27081
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:28.058Z - [Messenger] Received message, length: 87380
|
|
27082
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.058Z - Done responding to the client handleContextFileData
|
|
27083
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.058Z - Handled json message GET_CONTEXT_FILE_DATA. Handling time: 2. Response time: 10.
|
|
27084
|
+
[plugin-worker] "nx/core/package-json" (pid: 38991) listening on /private/tmp/plugin12638-28-2409146.298084.sock
|
|
27085
|
+
[isolated-plugin] connected to worker for "nx/core/package-json" (pid: 38991)
|
|
27086
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.314Z - Time taken for 'start-plugin-worker:nx/core/package-json' 622.0219580000266ms
|
|
27087
|
+
Time taken for 'plugin worker 38991 code loading' 540.095ms
|
|
27088
|
+
[plugin-worker] "nx/core/package-json" (pid: 38991) connected
|
|
27089
|
+
[plugin-worker] "nx/core/package-json" (pid: 38991) loaded successfully
|
|
27090
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 38990) listening on /private/tmp/plugin12638-27-2409144.79375.sock
|
|
27091
|
+
Time taken for 'plugin worker 38990 code loading' 677.49225ms
|
|
27092
|
+
[isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 38990)
|
|
27093
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.438Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 748.3849579999223ms
|
|
27094
|
+
[isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
|
|
27095
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 38990) connected
|
|
27096
|
+
[plugin-worker] "nx/core/project-json" (pid: 38992) listening on /private/tmp/plugin12638-29-2409148.325584.sock
|
|
27097
|
+
Time taken for 'plugin worker 38992 code loading' 694.899125ms
|
|
27098
|
+
[isolated-plugin] connected to worker for "nx/core/project-json" (pid: 38992)
|
|
27099
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.482Z - Time taken for 'start-plugin-worker:nx/core/project-json' 788.8121670000255ms
|
|
27100
|
+
[plugin-worker] "nx/core/project-json" (pid: 38992) connected
|
|
27101
|
+
[plugin-worker] "nx/core/project-json" (pid: 38992) loaded successfully
|
|
27102
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 38990) loaded successfully
|
|
27103
|
+
[isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
|
|
27104
|
+
Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 8.213750000000005ms
|
|
27105
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.524Z - Time taken for 'build-project-configs' 825.6992919999175ms
|
|
27106
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.524Z - Time taken for 'createNodes:merge' 3.91800000006333ms
|
|
27107
|
+
Time taken for 'build typescript dependencies' 0.1446250000000191ms
|
|
27108
|
+
[isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
|
|
27109
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.559Z - [SYNC]: collect registered sync generators
|
|
27110
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.559Z - [SYNC]: project graph hash is the same, not collecting task sync generators
|
|
27111
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.559Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
|
|
27112
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.565Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
|
|
27113
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.565Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
|
|
27114
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.567Z - Responding to PROJECT_GRAPH_UPDATED message
|
|
27115
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.567Z - [REQUEST]: Responding to the client. Project graph updated
|
|
27116
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.568Z - Time taken for 'total execution time for createProjectGraph()' 37.986457999795675ms
|
|
27117
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.568Z - Time taken for 'createDependencies' 32.36299999989569ms
|
|
27118
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.568Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 32.264791999943554ms
|
|
27119
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.568Z - Time taken for 'createMetadata' 0.024083999916911125ms
|
|
27120
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.568Z - Time taken for 'serialize graph' 2.9029169999994338ms
|
|
27121
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.568Z - Time taken for 'write cache' 5.44883400015533ms
|
|
27122
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:28.671Z - [ProjectGraphListener] Socket closed, triggering reconnection
|
|
27123
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.671Z - Socket write error (client likely disconnected): write EPIPE
|
|
27124
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.671Z - Done responding to the client Project graph updated
|
|
27125
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.671Z - Socket error: write EPIPE
|
|
27126
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.671Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 6. Response time: 106.
|
|
27127
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.672Z - Closed a connection. Number of open connections: 3
|
|
27128
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.673Z - Established a connection. Number of open connections: 4
|
|
27129
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:28.673Z - [Messenger] Setting up socket listeners
|
|
27130
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:28.673Z - [Messenger] listen() complete
|
|
27131
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:28.673Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
|
|
27132
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:28.673Z - [Messenger] Message sent
|
|
27133
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.673Z - Established a connection. Number of open connections: 5
|
|
27134
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.674Z - Closed a connection. Number of open connections: 4
|
|
27135
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.674Z - Received raw message of length 42
|
|
27136
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:28.674Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
|
|
27137
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:29.035Z - [Messenger] Sending message type: RECORD_OUTPUTS_HASH_BATCH
|
|
27138
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:29.035Z - [Messenger] Message sent
|
|
27139
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.035Z - Received raw message of length 117
|
|
27140
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.035Z - Received json message of type RECORD_OUTPUTS_HASH_BATCH
|
|
27141
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.039Z - Serializing response for RECORD_OUTPUTS_HASH_BATCH message in json mode
|
|
27142
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.039Z - Responding to RECORD_OUTPUTS_HASH_BATCH message
|
|
27143
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.039Z - [REQUEST]: Responding to the client. recordOutputsHashBatch
|
|
27144
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.039Z - Done responding to the client recordOutputsHashBatch
|
|
27145
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.039Z - Handled json message RECORD_OUTPUTS_HASH_BATCH. Handling time: 3. Response time: 0.
|
|
27146
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:29.039Z - [Messenger] Received message, length: 2
|
|
27147
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=2
|
|
27148
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=7
|
|
27149
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-theme/README.md
|
|
27150
|
+
DEBUG nx::native::watch::watcher: [delete] tmp/libs/africanies-theme/build/tsconfig.generated.6d81d1d4-6c18-4875-8406-1f4923b52542.json
|
|
27151
|
+
DEBUG nx::native::watch::watcher: [update] .nx/cache/6673686859704879504/dist/libs/africanies-theme/README.md
|
|
27152
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-theme/tailwind-preset.cjs
|
|
27153
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs
|
|
27154
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-theme/README.md
|
|
27155
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/types/africanies-africanies-theme.d.ts
|
|
27156
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs.map
|
|
27157
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/package.json
|
|
27158
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.149Z - [WATCHER]: 0 file(s) created or restored, 2 file(s) modified, 0 file(s) deleted
|
|
27159
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.149Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 2 events: update:dist/libs/africanies-theme/README.md, update:.nx/cache/6673686859704879504/dist/libs/africanies-theme/README.md
|
|
27160
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.149Z - [WATCHER]: File changes detected:
|
|
27161
|
+
Created:
|
|
27162
|
+
(none)
|
|
27163
|
+
Updated:
|
|
27164
|
+
- dist/libs/africanies-theme/README.md
|
|
27165
|
+
- .nx/cache/6673686859704879504/dist/libs/africanies-theme/README.md
|
|
27166
|
+
Deleted:
|
|
27167
|
+
(none)
|
|
27168
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.150Z - [SYNC]: clearing sync generators cache due to file changes
|
|
27169
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.150Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
|
|
27170
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.150Z - [REQUEST]: dist/libs/africanies-theme/README.md,.nx/cache/6673686859704879504/dist/libs/africanies-theme/README.md
|
|
27171
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.150Z - [REQUEST]:
|
|
27172
|
+
[plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
|
|
27173
|
+
[isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 39003, socket: /private/tmp/plugin12638-30-2410606.309417.sock)
|
|
27174
|
+
[plugin-client] restarting worker for "nx/core/package-json"
|
|
27175
|
+
[isolated-plugin] spawned worker for "nx/core/package-json" (pid: 39004, socket: /private/tmp/plugin12638-31-2410607.132834.sock)
|
|
27176
|
+
[plugin-client] restarting worker for "nx/core/project-json"
|
|
27177
|
+
[isolated-plugin] spawned worker for "nx/core/project-json" (pid: 39005, socket: /private/tmp/plugin12638-32-2410607.843125.sock)
|
|
27178
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.153Z - Time taken for 'hash changed files from watcher' 1.062041999772191ms
|
|
27179
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.153Z - [WATCHER]: Processing file changes in outputs
|
|
27180
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 39003) listening on /private/tmp/plugin12638-30-2410606.309417.sock
|
|
27181
|
+
[plugin-worker] "nx/core/package-json" (pid: 39004) listening on /private/tmp/plugin12638-31-2410607.132834.sock
|
|
27182
|
+
Time taken for 'plugin worker 39003 code loading' 154.180834ms
|
|
27183
|
+
Time taken for 'plugin worker 39004 code loading' 155.67162499999998ms
|
|
27184
|
+
[plugin-worker] "nx/core/project-json" (pid: 39005) listening on /private/tmp/plugin12638-32-2410607.843125.sock
|
|
27185
|
+
Time taken for 'plugin worker 39005 code loading' 157.93908399999998ms
|
|
27186
|
+
[isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 39003)
|
|
27187
|
+
[isolated-plugin] connected to worker for "nx/core/package-json" (pid: 39004)
|
|
27188
|
+
[isolated-plugin] connected to worker for "nx/core/project-json" (pid: 39005)
|
|
27189
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.348Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 196.6010829997249ms
|
|
27190
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.348Z - Time taken for 'start-plugin-worker:nx/core/package-json' 195.90666700014845ms
|
|
27191
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.348Z - Time taken for 'start-plugin-worker:nx/core/project-json' 195.4426669999957ms
|
|
27192
|
+
[plugin-worker] "nx/core/project-json" (pid: 39005) connected
|
|
27193
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 39003) connected
|
|
27194
|
+
[plugin-worker] "nx/core/package-json" (pid: 39004) connected
|
|
27195
|
+
[plugin-worker] "nx/core/project-json" (pid: 39005) loaded successfully
|
|
27196
|
+
[plugin-worker] "nx/core/package-json" (pid: 39004) loaded successfully
|
|
27197
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 39003) loaded successfully
|
|
27198
|
+
Time taken for 'nx/core/project-json:createNodes' 0.48004099999999994ms
|
|
27199
|
+
[isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
|
|
27200
|
+
Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 6.931041999999991ms
|
|
27201
|
+
[isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
|
|
27202
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.377Z - Time taken for 'build-project-configs' 217.9090829999186ms
|
|
27203
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.378Z - Time taken for 'createNodes:merge' 3.1154999998398125ms
|
|
27204
|
+
Time taken for 'build typescript dependencies' 3.769457999999986ms
|
|
27205
|
+
[isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
|
|
27206
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.448Z - [SYNC]: collect registered sync generators
|
|
27207
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.448Z - [SYNC]: project graph hash is the same, not collecting task sync generators
|
|
27208
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.448Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
|
|
27209
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.456Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
|
|
27210
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.456Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
|
|
27211
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.460Z - Responding to PROJECT_GRAPH_UPDATED message
|
|
27212
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.460Z - [REQUEST]: Responding to the client. Project graph updated
|
|
27213
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.460Z - Time taken for 'total execution time for createProjectGraph()' 74.5109999999404ms
|
|
27214
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.460Z - Time taken for 'createDependencies' 69.36083399970084ms
|
|
27215
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.461Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 68.95875000022352ms
|
|
27216
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.461Z - Time taken for 'createMetadata' 0.03304200014099479ms
|
|
27217
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.461Z - Time taken for 'serialize graph' 2.8391249999403954ms
|
|
27218
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.461Z - Time taken for 'write cache' 8.005832999944687ms
|
|
27219
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.469Z - Done responding to the client Project graph updated
|
|
27220
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:29.469Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 8. Response time: 13.
|
|
27221
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:29.469Z - [Messenger] Received message, length: 895597
|
|
27222
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=1
|
|
27223
|
+
DEBUG nx::native::watch::watcher: [create] tmp/libs/africanies-ui/build/tsconfig.generated.7631934c-e89b-48b4-878a-b6b33437020f.json
|
|
27224
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:30.143Z - [WATCHER]: Processing file changes in outputs
|
|
27225
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=9
|
|
27226
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs
|
|
27227
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts
|
|
27228
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/assets/brand/africanies-logo-mini.png
|
|
27229
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/assets/brand/africanies-logo.svg
|
|
27230
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map
|
|
27231
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/assets/brand/africanies-logo.png
|
|
27232
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/assets/carriers/dhl.svg
|
|
27233
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/package.json
|
|
27234
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/README.md
|
|
27235
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:30.418Z - [WATCHER]: Processing file changes in outputs
|
|
27236
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=1
|
|
27237
|
+
DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/README.md
|
|
27238
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:30.418Z - [WATCHER]: dist/libs/africanies-ui/README.md was deleted
|
|
27239
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:30.418Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: delete:dist/libs/africanies-ui/README.md
|
|
27240
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:30.418Z - [WATCHER]: File changes detected:
|
|
27241
|
+
Created:
|
|
27242
|
+
(none)
|
|
27243
|
+
Updated:
|
|
27244
|
+
(none)
|
|
27245
|
+
Deleted:
|
|
27246
|
+
- dist/libs/africanies-ui/README.md
|
|
27247
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:30.420Z - [SYNC]: clearing sync generators cache due to file changes
|
|
27248
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:30.421Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
|
|
27249
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:30.421Z - [REQUEST]:
|
|
27250
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:30.421Z - [REQUEST]: dist/libs/africanies-ui/README.md
|
|
27251
|
+
[plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
|
|
27252
|
+
[isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 39006, socket: /private/tmp/plugin12638-33-2411878.080875.sock)
|
|
27253
|
+
[plugin-client] restarting worker for "nx/core/package-json"
|
|
27254
|
+
[isolated-plugin] spawned worker for "nx/core/package-json" (pid: 39007, socket: /private/tmp/plugin12638-34-2411881.687709.sock)
|
|
27255
|
+
[plugin-client] restarting worker for "nx/core/project-json"
|
|
27256
|
+
[isolated-plugin] spawned worker for "nx/core/project-json" (pid: 39008, socket: /private/tmp/plugin12638-35-2411882.821584.sock)
|
|
27257
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:30.430Z - Time taken for 'hash changed files from watcher' 1.4516249997541308ms
|
|
27258
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:30.581Z - Established a connection. Number of open connections: 5
|
|
27259
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:30.581Z - Closed a connection. Number of open connections: 4
|
|
27260
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:30.583Z - [Messenger] Sending message type: GET_CONTEXT_FILE_DATA
|
|
27261
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:30.583Z - [Messenger] Message sent
|
|
27262
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:30.586Z - Received raw message of length 32
|
|
27263
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:30.586Z - Received json message of type GET_CONTEXT_FILE_DATA
|
|
27264
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:30.591Z - Serializing response for GET_CONTEXT_FILE_DATA message in json mode
|
|
27265
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:30.594Z - Responding to GET_CONTEXT_FILE_DATA message
|
|
27266
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:30.595Z - [REQUEST]: Responding to the client. handleContextFileData
|
|
27267
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:30.604Z - Done responding to the client handleContextFileData
|
|
27268
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:30.604Z - Handled json message GET_CONTEXT_FILE_DATA. Handling time: 4. Response time: 13.
|
|
27269
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:30.605Z - [Messenger] Received message, length: 87566
|
|
27270
|
+
[plugin-worker] "nx/core/package-json" (pid: 39007) listening on /private/tmp/plugin12638-34-2411881.687709.sock
|
|
27271
|
+
Time taken for 'plugin worker 39007 code loading' 402.8315839999999ms
|
|
27272
|
+
[plugin-worker] "nx/core/package-json" (pid: 39007) connected
|
|
27273
|
+
[isolated-plugin] connected to worker for "nx/core/package-json" (pid: 39007)
|
|
27274
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.033Z - Time taken for 'start-plugin-worker:nx/core/package-json' 606.3932090001181ms
|
|
27275
|
+
[plugin-worker] "nx/core/package-json" (pid: 39007) loaded successfully
|
|
27276
|
+
[isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
|
|
27277
|
+
[plugin-worker] "nx/core/project-json" (pid: 39008) listening on /private/tmp/plugin12638-35-2411882.821584.sock
|
|
27278
|
+
[isolated-plugin] connected to worker for "nx/core/project-json" (pid: 39008)
|
|
27279
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.109Z - Time taken for 'start-plugin-worker:nx/core/project-json' 681.2752499999478ms
|
|
27280
|
+
Time taken for 'plugin worker 39008 code loading' 381.377167ms
|
|
27281
|
+
[plugin-worker] "nx/core/project-json" (pid: 39008) connected
|
|
27282
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 39006) listening on /private/tmp/plugin12638-33-2411878.080875.sock
|
|
27283
|
+
Time taken for 'plugin worker 39006 code loading' 512.226875ms
|
|
27284
|
+
[plugin-worker] "nx/core/project-json" (pid: 39008) loaded successfully
|
|
27285
|
+
[isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 39006)
|
|
27286
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.130Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 706.6542499996722ms
|
|
27287
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 39006) connected
|
|
27288
|
+
[isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
|
|
27289
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 39006) loaded successfully
|
|
27290
|
+
Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 8.879166999999939ms
|
|
27291
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.201Z - Time taken for 'build-project-configs' 762.2069999999367ms
|
|
27292
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.201Z - Time taken for 'createNodes:merge' 5.291249999776483ms
|
|
27293
|
+
Time taken for 'build typescript dependencies' 0.20837500000004638ms
|
|
27294
|
+
[isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
|
|
27295
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:31.230Z - [ProjectGraphListener] Socket closed, triggering reconnection
|
|
27296
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:31.233Z - [Messenger] Setting up socket listeners
|
|
27297
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:31.233Z - [Messenger] listen() complete
|
|
27298
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:31.233Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
|
|
27299
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:31.234Z - [Messenger] Message sent
|
|
27300
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.238Z - [SYNC]: collect registered sync generators
|
|
27301
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.238Z - [SYNC]: project graph hash is the same, not collecting task sync generators
|
|
27302
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.238Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
|
|
27303
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.247Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
|
|
27304
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.247Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
|
|
27305
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.249Z - Responding to PROJECT_GRAPH_UPDATED message
|
|
27306
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.249Z - [REQUEST]: Responding to the client. Project graph updated
|
|
27307
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.250Z - Socket write error (client likely disconnected): write EPIPE
|
|
27308
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.250Z - Done responding to the client Project graph updated
|
|
27309
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.250Z - Socket error: write EPIPE
|
|
27310
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.250Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 9. Response time: 3.
|
|
27311
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.251Z - Time taken for 'total execution time for createProjectGraph()' 45.81641699979082ms
|
|
27312
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.251Z - Time taken for 'createDependencies' 35.46629200037569ms
|
|
27313
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.251Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 35.3000409998931ms
|
|
27314
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.251Z - Time taken for 'createMetadata' 0.014707999769598246ms
|
|
27315
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.251Z - Time taken for 'serialize graph' 4.537417000159621ms
|
|
27316
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.251Z - Time taken for 'write cache' 8.992707999888808ms
|
|
27317
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.251Z - Closed a connection. Number of open connections: 3
|
|
27318
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.252Z - Established a connection. Number of open connections: 4
|
|
27319
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.253Z - Established a connection. Number of open connections: 5
|
|
27320
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.253Z - Closed a connection. Number of open connections: 4
|
|
27321
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.254Z - Received raw message of length 42
|
|
27322
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:31.254Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
|
|
27323
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=1
|
|
27324
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts
|
|
27325
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.431Z - [WATCHER]: Processing file changes in outputs
|
|
27326
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=2
|
|
27327
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs
|
|
27328
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map
|
|
27329
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.621Z - [WATCHER]: Processing file changes in outputs
|
|
27330
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:34.712Z - [Messenger] Sending message type: RECORD_OUTPUTS_HASH_BATCH
|
|
27331
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:34.713Z - [Messenger] Message sent
|
|
27332
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.714Z - Received raw message of length 115
|
|
27333
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.714Z - Received json message of type RECORD_OUTPUTS_HASH_BATCH
|
|
27334
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.717Z - Serializing response for RECORD_OUTPUTS_HASH_BATCH message in json mode
|
|
27335
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.717Z - Responding to RECORD_OUTPUTS_HASH_BATCH message
|
|
27336
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.717Z - [REQUEST]: Responding to the client. recordOutputsHashBatch
|
|
27337
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.717Z - Done responding to the client recordOutputsHashBatch
|
|
27338
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.717Z - Handled json message RECORD_OUTPUTS_HASH_BATCH. Handling time: 3. Response time: 0.
|
|
27339
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:34.717Z - [Messenger] Received message, length: 2
|
|
27340
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:34.725Z - [Messenger] Sending message type: RECORD_TASK_RUNS
|
|
27341
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:34.725Z - [Messenger] Message sent
|
|
27342
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.726Z - Received raw message of length 1279
|
|
27343
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.726Z - Received json message of type RECORD_TASK_RUNS
|
|
27344
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.730Z - Serializing response for RECORD_TASK_RUNS message in json mode
|
|
27345
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.730Z - Responding to RECORD_TASK_RUNS message
|
|
27346
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.730Z - [REQUEST]: Responding to the client. handleRecordTaskRuns
|
|
27347
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.730Z - Done responding to the client handleRecordTaskRuns
|
|
27348
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.730Z - Handled json message RECORD_TASK_RUNS. Handling time: 4. Response time: 0.
|
|
27349
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:34.730Z - [Messenger] Received message, length: 4
|
|
27350
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:34.731Z - [Messenger] Sending message type: GET_FLAKY_TASKS
|
|
27351
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:34.731Z - [Messenger] Message sent
|
|
27352
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.731Z - Received raw message of length 173
|
|
27353
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.731Z - Received json message of type GET_FLAKY_TASKS
|
|
27354
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.732Z - Serializing response for GET_FLAKY_TASKS message in json mode
|
|
27355
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.732Z - Responding to GET_FLAKY_TASKS message
|
|
27356
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.732Z - [REQUEST]: Responding to the client. handleGetFlakyTasks
|
|
27357
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.732Z - Done responding to the client handleGetFlakyTasks
|
|
27358
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.732Z - Handled json message GET_FLAKY_TASKS. Handling time: 1. Response time: 0.
|
|
27359
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:34.732Z - [Messenger] Received message, length: 2
|
|
27360
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=10
|
|
27361
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs
|
|
27362
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts
|
|
27363
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/brand/africanies-logo-mini.png
|
|
27364
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/brand/africanies-logo.svg
|
|
27365
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map
|
|
27366
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/brand/africanies-logo.png
|
|
27367
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/carriers/dhl.svg
|
|
27368
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/README.md
|
|
27369
|
+
DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/package.json
|
|
27370
|
+
DEBUG nx::native::watch::watcher: [delete] tmp/libs/africanies-ui/build/tsconfig.generated.7631934c-e89b-48b4-878a-b6b33437020f.json
|
|
27371
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.823Z - [WATCHER]: Processing file changes in outputs
|
|
27372
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=2
|
|
27373
|
+
DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/README.md
|
|
27374
|
+
DEBUG nx::native::watch::watcher: [update] .nx/cache/14995846848874973576/dist/libs/africanies-ui/README.md
|
|
27375
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.824Z - [WATCHER]: 0 file(s) created or restored, 2 file(s) modified, 0 file(s) deleted
|
|
27376
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.824Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 2 events: update:dist/libs/africanies-ui/README.md, update:.nx/cache/14995846848874973576/dist/libs/africanies-ui/README.md
|
|
27377
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.824Z - [WATCHER]: File changes detected:
|
|
27378
|
+
Created:
|
|
27379
|
+
(none)
|
|
27380
|
+
Updated:
|
|
27381
|
+
- dist/libs/africanies-ui/README.md
|
|
27382
|
+
- .nx/cache/14995846848874973576/dist/libs/africanies-ui/README.md
|
|
27383
|
+
Deleted:
|
|
27384
|
+
(none)
|
|
27385
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.826Z - [SYNC]: clearing sync generators cache due to file changes
|
|
27386
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.826Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
|
|
27387
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.827Z - [REQUEST]: .nx/cache/14995846848874973576/dist/libs/africanies-ui/README.md,dist/libs/africanies-ui/README.md
|
|
27388
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.827Z - [REQUEST]:
|
|
27389
|
+
[plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
|
|
27390
|
+
[isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 39065, socket: /private/tmp/plugin12638-36-2416283.379667.sock)
|
|
27391
|
+
[plugin-client] restarting worker for "nx/core/package-json"
|
|
27392
|
+
[isolated-plugin] spawned worker for "nx/core/package-json" (pid: 39066, socket: /private/tmp/plugin12638-37-2416284.302459.sock)
|
|
27393
|
+
[plugin-client] restarting worker for "nx/core/project-json"
|
|
27394
|
+
[isolated-plugin] spawned worker for "nx/core/project-json" (pid: 39067, socket: /private/tmp/plugin12638-38-2416284.707334.sock)
|
|
27395
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.830Z - Time taken for 'hash changed files from watcher' 1.8559590000659227ms
|
|
27396
|
+
[plugin-worker] "nx/core/project-json" (pid: 39067) listening on /private/tmp/plugin12638-38-2416284.707334.sock
|
|
27397
|
+
[plugin-worker] "nx/core/package-json" (pid: 39066) listening on /private/tmp/plugin12638-37-2416284.302459.sock
|
|
27398
|
+
Time taken for 'plugin worker 39067 code loading' 82.747167ms
|
|
27399
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 39065) listening on /private/tmp/plugin12638-36-2416283.379667.sock
|
|
27400
|
+
Time taken for 'plugin worker 39065 code loading' 83.473917ms
|
|
27401
|
+
Time taken for 'plugin worker 39066 code loading' 82.358583ms
|
|
27402
|
+
[isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 39065)
|
|
27403
|
+
[isolated-plugin] connected to worker for "nx/core/package-json" (pid: 39066)
|
|
27404
|
+
[isolated-plugin] connected to worker for "nx/core/project-json" (pid: 39067)
|
|
27405
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.950Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 121.2963330000639ms
|
|
27406
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.950Z - Time taken for 'start-plugin-worker:nx/core/package-json' 120.49462499981746ms
|
|
27407
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.950Z - Time taken for 'start-plugin-worker:nx/core/project-json' 120.14262499986216ms
|
|
27408
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 39065) connected
|
|
27409
|
+
[plugin-worker] "nx/core/package-json" (pid: 39066) connected
|
|
27410
|
+
[plugin-worker] "nx/core/project-json" (pid: 39067) connected
|
|
27411
|
+
[plugin-worker] "nx/core/project-json" (pid: 39067) loaded successfully
|
|
27412
|
+
[plugin-worker] "nx/core/package-json" (pid: 39066) loaded successfully
|
|
27413
|
+
Time taken for 'nx/core/project-json:createNodes' 0.40816700000000594ms
|
|
27414
|
+
[isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
|
|
27415
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 39065) loaded successfully
|
|
27416
|
+
[isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
|
|
27417
|
+
Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 5.833166000000006ms
|
|
27418
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.977Z - Time taken for 'build-project-configs' 139.57791700027883ms
|
|
27419
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.977Z - Time taken for 'createNodes:merge' 2.575583000201732ms
|
|
27420
|
+
Time taken for 'build typescript dependencies' 2.2605000000000075ms
|
|
27421
|
+
[isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
|
|
27422
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.993Z - [SYNC]: collect registered sync generators
|
|
27423
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.993Z - [SYNC]: project graph hash is the same, not collecting task sync generators
|
|
27424
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.993Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
|
|
27425
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.999Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
|
|
27426
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:34.999Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
|
|
27427
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:35.001Z - Responding to PROJECT_GRAPH_UPDATED message
|
|
27428
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:35.001Z - [REQUEST]: Responding to the client. Project graph updated
|
|
27429
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:35.001Z - Time taken for 'total execution time for createProjectGraph()' 21.35466599976644ms
|
|
27430
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:35.001Z - Time taken for 'createDependencies' 15.214750000275671ms
|
|
27431
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:35.002Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 15.135125000029802ms
|
|
27432
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:35.002Z - Time taken for 'createMetadata' 0.004874999634921551ms
|
|
27433
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:35.002Z - Time taken for 'serialize graph' 2.6719160000793636ms
|
|
27434
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:35.002Z - Time taken for 'write cache' 6.047332999762148ms
|
|
27435
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:35.005Z - Done responding to the client Project graph updated
|
|
27436
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:35.005Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 6. Response time: 6.
|
|
27437
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:35.005Z - [Messenger] Received message, length: 895597
|
|
27438
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:36.015Z - Established a connection. Number of open connections: 5
|
|
27439
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:36.015Z - [Messenger] Sending message type: GET_CONTEXT_FILE_DATA
|
|
27440
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:36.016Z - Closed a connection. Number of open connections: 4
|
|
27441
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:36.016Z - [Messenger] Message sent
|
|
27442
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:36.016Z - Received raw message of length 32
|
|
27443
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:36.016Z - Received json message of type GET_CONTEXT_FILE_DATA
|
|
27444
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:36.018Z - Serializing response for GET_CONTEXT_FILE_DATA message in json mode
|
|
27445
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:36.019Z - Responding to GET_CONTEXT_FILE_DATA message
|
|
27446
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:36.019Z - [REQUEST]: Responding to the client. handleContextFileData
|
|
27447
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:36.019Z - Done responding to the client handleContextFileData
|
|
27448
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:36.019Z - Handled json message GET_CONTEXT_FILE_DATA. Handling time: 2. Response time: 1.
|
|
27449
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:36.019Z - [Messenger] Received message, length: 87747
|
|
27450
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:36.179Z - [ProjectGraphListener] Socket closed, triggering reconnection
|
|
27451
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:36.179Z - Closed a connection. Number of open connections: 3
|
|
27452
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:36.180Z - [Messenger] Setting up socket listeners
|
|
27453
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:36.180Z - [Messenger] listen() complete
|
|
27454
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:36.180Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
|
|
27455
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:36.180Z - Established a connection. Number of open connections: 4
|
|
27456
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:36.180Z - [Messenger] Message sent
|
|
27457
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:36.181Z - Established a connection. Number of open connections: 5
|
|
27458
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:36.181Z - Closed a connection. Number of open connections: 4
|
|
27459
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:36.181Z - Received raw message of length 42
|
|
27460
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:36.181Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
|
|
27461
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:37.901Z - [Messenger] Sending message type: GET_CONFIGURE_AI_AGENTS_STATUS
|
|
27462
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:37.901Z - Established a connection. Number of open connections: 5
|
|
27463
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:37.902Z - [Messenger] Message sent
|
|
27464
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:37.902Z - Received raw message of length 41
|
|
27465
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:37.902Z - Received json message of type GET_CONFIGURE_AI_AGENTS_STATUS
|
|
27466
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:37.903Z - [AI-AGENTS]: Returning cached agent configuration status
|
|
27467
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:37.903Z - Serializing response for GET_CONFIGURE_AI_AGENTS_STATUS message in json mode
|
|
27468
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:37.903Z - Responding to GET_CONFIGURE_AI_AGENTS_STATUS message
|
|
27469
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:37.903Z - [REQUEST]: Responding to the client. handleGetConfigureAiAgentsStatus
|
|
27470
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:37.903Z - Done responding to the client handleGetConfigureAiAgentsStatus
|
|
27471
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:37.903Z - Handled json message GET_CONFIGURE_AI_AGENTS_STATUS. Handling time: 0. Response time: 0.
|
|
27472
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:37.903Z - [Messenger] Received message, length: 341
|
|
27473
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:37.903Z - Closed a connection. Number of open connections: 4
|
|
27474
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:37.904Z - [Messenger] Sending message type: POST_TASKS_EXECUTION
|
|
27475
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:37.909Z - [Messenger] Message sent
|
|
27476
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:37.910Z - Received raw message of length 480783
|
|
27477
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:37.915Z - Received json message of type POST_TASKS_EXECUTION
|
|
27478
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:37.916Z - Serializing response for POST_TASKS_EXECUTION message in json mode
|
|
27479
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:37.916Z - Responding to POST_TASKS_EXECUTION message
|
|
27480
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:37.916Z - [REQUEST]: Responding to the client. handleRunPostTasksExecution
|
|
27481
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:37.916Z - Done responding to the client handleRunPostTasksExecution
|
|
27482
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:37.917Z - Handled json message POST_TASKS_EXECUTION. Handling time: 1. Response time: 0.
|
|
27483
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:37.917Z - Time taken for 'postTasksExecution' 0.6100409999489784ms
|
|
27484
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:12:37.917Z - [Messenger] Received message, length: 4
|
|
27485
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:12:37.936Z - Closed a connection. Number of open connections: 3
|
|
27486
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.219Z - [Server] lock file hash changed! old=9381115804800119513, new=2197853869791926157
|
|
27487
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.220Z - [Server] Daemon outdated: LOCK_FILES_CHANGED
|
|
27488
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.220Z - [Server] Restarting daemon...
|
|
27489
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.223Z - Restarting daemon with script: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/daemon/server/start.js
|
|
27490
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.223Z - Old daemon __dirname: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/daemon/server
|
|
27491
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.223Z - Current process.execPath: /Users/ikechukwukalu/.nvm/versions/node/v24.20.0/bin/node
|
|
27492
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.223Z - Started new daemon process in background
|
|
27493
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.226Z - Closed a connection. Number of open connections: 2
|
|
27494
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.226Z - Closed a connection. Number of open connections: 1
|
|
27495
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.227Z - Closed a connection. Number of open connections: 0
|
|
27496
|
+
DEBUG nx::native::watch::watcher: watching stopped origin=/Applications/AngularJS/angular-web-sdk
|
|
27497
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.229Z - [WATCHER]: Stopping the watcher for /Applications/AngularJS/angular-web-sdk (sources)
|
|
27498
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:11.228Z - [ProjectGraphListener] Socket closed, triggering reconnection
|
|
27499
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:11.229Z - [ProjectGraphListener] Starting reconnection for 1 callbacks
|
|
27500
|
+
DEBUG nx::native::watch::watcher: watching stopped origin=/Applications/AngularJS/angular-web-sdk
|
|
27501
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:11.229Z - [Client] Waiting for server (max: 6000 attempts, 10ms interval)
|
|
27502
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.230Z - [WATCHER]: Stopping the watcher for /Applications/AngularJS/angular-web-sdk (outputs)
|
|
27503
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.230Z - [LATEST-NX]: Cleaning up latest Nx installation from /private/tmp/tmp-12638-eLad3JaEd3Pu
|
|
27504
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.231Z - Server stopped because: "LOCK_FILES_CHANGED"
|
|
27505
|
+
DEBUG nx::native::watch::watcher: watching started origin=/Applications/AngularJS/angular-web-sdk
|
|
27506
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.840Z - [WATCHER]: Subscribed to changes within: /Applications/AngularJS/angular-web-sdk (native)
|
|
27507
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.844Z - New daemon starting from: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/daemon/server/server.js
|
|
27508
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.844Z - New daemon __dirname: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/daemon/server
|
|
27509
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.844Z - New daemon nxVersion: 23.1.1
|
|
27510
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.845Z - New daemon getInstalledNxVersion(): 23.1.1
|
|
27511
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.847Z - Time taken for 'workspace context init' 0.5079160000000229ms
|
|
27512
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.858Z - [Server] Starting outdated check interval (20ms)
|
|
27513
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.862Z - Started listening on: /private/tmp/824896e97a960dbbdfca/d.sock
|
|
27514
|
+
DEBUG nx::native::watch::watcher: watching started origin=/Applications/AngularJS/angular-web-sdk
|
|
27515
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.868Z - [LATEST-NX]: Pulling latest Nx...
|
|
27516
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.874Z - [AI-AGENTS]: Starting agent configuration status computation
|
|
27517
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:11.880Z - [Client] Server available
|
|
27518
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:11.880Z - [Messenger] Setting up socket listeners
|
|
27519
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:11.880Z - [Messenger] listen() complete
|
|
27520
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:11.880Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
|
|
27521
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:11.880Z - [Messenger] Message sent
|
|
27522
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:11.880Z - [ProjectGraphListener] Reconnected successfully
|
|
27523
|
+
[isolated-plugin] spawned worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 39660, socket: /private/tmp/plugin39643-0-642.872416.sock)
|
|
27524
|
+
[isolated-plugin] spawned worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 39661, socket: /private/tmp/plugin39643-1-708.782875.sock)
|
|
27525
|
+
[isolated-plugin] spawned worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 39662, socket: /private/tmp/plugin39643-2-709.314083.sock)
|
|
27526
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.942Z - Time taken for 'hash changed files from watcher' 0.021875000000022737ms
|
|
27527
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.942Z - Time taken for 'loadSpecifiedNxPlugins' 73.84729100000004ms
|
|
27528
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.943Z - Established a connection. Number of open connections: 1
|
|
27529
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.943Z - Established a connection. Number of open connections: 2
|
|
27530
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.944Z - Closed a connection. Number of open connections: 1
|
|
27531
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.945Z - Received raw message of length 42
|
|
27532
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:11.945Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
|
|
27533
|
+
[plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 39660) listening on /private/tmp/plugin39643-0-642.872416.sock
|
|
27534
|
+
Time taken for 'plugin worker 39660 code loading' 111.37866600000001ms
|
|
27535
|
+
[plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 39661) listening on /private/tmp/plugin39643-1-708.782875.sock
|
|
27536
|
+
Time taken for 'plugin worker 39661 code loading' 114.559875ms
|
|
27537
|
+
[isolated-plugin] connected to worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 39660)
|
|
27538
|
+
[isolated-plugin] connected to worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 39661)
|
|
27539
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.109Z - Time taken for 'start-plugin-worker:/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js' 233.65358300000003ms
|
|
27540
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.109Z - Time taken for 'start-plugin-worker:/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json' 168.2292500000001ms
|
|
27541
|
+
[plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 39660) connected
|
|
27542
|
+
[plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 39661) connected
|
|
27543
|
+
[plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 39662) listening on /private/tmp/plugin39643-2-709.314083.sock
|
|
27544
|
+
Time taken for 'plugin worker 39662 code loading' 121.96033299999999ms
|
|
27545
|
+
[plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 39661) loaded successfully
|
|
27546
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.113Z - Time taken for 'Load Nx Plugin: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json' 245.574167ms
|
|
27547
|
+
[plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 39660) loaded successfully
|
|
27548
|
+
[isolated-plugin] connected to worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 39662)
|
|
27549
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.120Z - Time taken for 'Load Nx Plugin: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js' 253.48325ms
|
|
27550
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.120Z - Time taken for 'start-plugin-worker:/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json' 178.49975000000006ms
|
|
27551
|
+
[plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 39662) connected
|
|
27552
|
+
[plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 39662) loaded successfully
|
|
27553
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.122Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
|
|
27554
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.122Z - [REQUEST]:
|
|
27555
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.122Z - [REQUEST]:
|
|
27556
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.124Z - Time taken for 'loadDefaultNxPlugins' 255.740541ms
|
|
27557
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.124Z - Time taken for 'Load Nx Plugin: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json' 254.36008299999992ms
|
|
27558
|
+
Time taken for 'nx/core/project-json:createNodes' 2.087582999999995ms
|
|
27559
|
+
[isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
|
|
27560
|
+
Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 7.530041000000011ms
|
|
27561
|
+
[isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
|
|
27562
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.168Z - Time taken for 'build-project-configs' 26.810042000000067ms
|
|
27563
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.168Z - Time taken for 'createNodes:merge' 12.961457999999993ms
|
|
27564
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.168Z - Time taken for 'native-file-deps' 0.005583000000001448ms
|
|
27565
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.168Z - Time taken for 'get-workspace-files' 1.2089160000000447ms
|
|
27566
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.168Z - Time taken for 'read cache' 1.2410830000000033ms
|
|
27567
|
+
Time taken for 'build typescript dependencies' 20.720041999999978ms
|
|
27568
|
+
[isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
|
|
27569
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.204Z - [SYNC]: collect registered sync generators
|
|
27570
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.209Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
|
|
27571
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.209Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
|
|
27572
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.211Z - Responding to PROJECT_GRAPH_UPDATED message
|
|
27573
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.211Z - [REQUEST]: Responding to the client. Project graph updated
|
|
27574
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.211Z - Time taken for 'total execution time for createProjectGraph()' 42.28379200000006ms
|
|
27575
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.211Z - Time taken for 'createDependencies' 34.864124999999945ms
|
|
27576
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.211Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 34.70833399999992ms
|
|
27577
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.211Z - Time taken for 'createMetadata' 0.012249999999994543ms
|
|
27578
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.211Z - Time taken for 'serialize graph' 1.7490000000000236ms
|
|
27579
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.211Z - Time taken for 'write cache' 4.502875000000017ms
|
|
27580
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.215Z - Done responding to the client Project graph updated
|
|
27581
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.215Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 4. Response time: 6.
|
|
27582
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:12.215Z - [Messenger] Received message, length: 895597
|
|
27583
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.238Z - Established a connection. Number of open connections: 2
|
|
27584
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.239Z - Closed a connection. Number of open connections: 1
|
|
27585
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.240Z - Established a connection. Number of open connections: 2
|
|
27586
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.240Z - Closed a connection. Number of open connections: 1
|
|
27587
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.240Z - Established a connection. Number of open connections: 2
|
|
27588
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:12.240Z - [Messenger] Setting up socket listeners
|
|
27589
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:12.241Z - [Messenger] listen() complete
|
|
27590
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:12.252Z - [Messenger] Sending message type: GET_NX_CONSOLE_STATUS
|
|
27591
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:12.252Z - [Messenger] Message sent
|
|
27592
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.254Z - Received raw message of length 4544
|
|
27593
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.254Z - Received json message of type GET_NX_CONSOLE_STATUS
|
|
27594
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.254Z - Graph recompute necessary due to env variable refresh. Changed keys: PATH, PNPM_SCRIPT_SRC_DIR, COLOR, GIT_AUTHOR_DATE, GIT_EDITOR, GIT_NO_REPLACE_OBJECTS, GIT_INDEX_FILE, GIT_AUTHOR_NAME, GIT_PREFIX, EDITOR, GIT_SSH_COMMAND, GIT_AUTHOR_EMAIL, GIT_EXEC_PATH
|
|
27595
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.254Z - Serializing response for GET_NX_CONSOLE_STATUS message in json mode
|
|
27596
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.254Z - Responding to GET_NX_CONSOLE_STATUS message
|
|
27597
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.254Z - [REQUEST]: Responding to the client. handleGetNxConsoleStatus
|
|
27598
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.255Z - Done responding to the client handleGetNxConsoleStatus
|
|
27599
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.255Z - Handled json message GET_NX_CONSOLE_STATUS. Handling time: 0. Response time: 1.
|
|
27600
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:12.255Z - [Messenger] Received message, length: 22
|
|
27601
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:12.302Z - [Messenger] Sending message type: REQUEST_PROJECT_GRAPH
|
|
27602
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:12.303Z - [Messenger] Message sent
|
|
27603
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.303Z - Received raw message of length 32
|
|
27604
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.303Z - Received json message of type REQUEST_PROJECT_GRAPH
|
|
27605
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.304Z - [REQUEST]: Client Request for Project Graph Received
|
|
27606
|
+
DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=64.964ms
|
|
27607
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.369Z - No in-memory cached project graph found. Recomputing it...
|
|
27608
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.369Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
|
|
27609
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.369Z - [REQUEST]:
|
|
27610
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.369Z - [REQUEST]:
|
|
27611
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.370Z - Streaming message to client: progress update for topic graph-construction
|
|
27612
|
+
[plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
|
|
27613
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:12.370Z - [Messenger] Received message, length: 47
|
|
27614
|
+
[isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 39692, socket: /private/tmp/plugin39643-3-1138.540041.sock)
|
|
27615
|
+
[plugin-client] restarting worker for "nx/core/package-json"
|
|
27616
|
+
[isolated-plugin] spawned worker for "nx/core/package-json" (pid: 39693, socket: /private/tmp/plugin39643-4-1139.341291.sock)
|
|
27617
|
+
[plugin-client] restarting worker for "nx/core/project-json"
|
|
27618
|
+
[isolated-plugin] spawned worker for "nx/core/project-json" (pid: 39694, socket: /private/tmp/plugin39643-5-1140.165625.sock)
|
|
27619
|
+
[plugin-worker] "nx/core/package-json" (pid: 39693) listening on /private/tmp/plugin39643-4-1139.341291.sock
|
|
27620
|
+
Time taken for 'plugin worker 39693 code loading' 123.91170799999999ms
|
|
27621
|
+
[plugin-worker] "nx/core/project-json" (pid: 39694) listening on /private/tmp/plugin39643-5-1140.165625.sock
|
|
27622
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 39692) listening on /private/tmp/plugin39643-3-1138.540041.sock
|
|
27623
|
+
Time taken for 'plugin worker 39694 code loading' 124.628209ms
|
|
27624
|
+
[isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 39692)
|
|
27625
|
+
[isolated-plugin] connected to worker for "nx/core/package-json" (pid: 39693)
|
|
27626
|
+
[isolated-plugin] connected to worker for "nx/core/project-json" (pid: 39694)
|
|
27627
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.542Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 171.26374999999985ms
|
|
27628
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.542Z - Time taken for 'start-plugin-worker:nx/core/package-json' 170.88758299999995ms
|
|
27629
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.542Z - Time taken for 'start-plugin-worker:nx/core/project-json' 170.17000000000007ms
|
|
27630
|
+
[plugin-worker] "nx/core/project-json" (pid: 39694) connected
|
|
27631
|
+
Time taken for 'plugin worker 39692 code loading' 127.27879200000001ms
|
|
27632
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 39692) connected
|
|
27633
|
+
[plugin-worker] "nx/core/project-json" (pid: 39694) loaded successfully
|
|
27634
|
+
[plugin-worker] "nx/core/package-json" (pid: 39693) connected
|
|
27635
|
+
[plugin-worker] "nx/core/package-json" (pid: 39693) loaded successfully
|
|
27636
|
+
Time taken for 'nx/core/project-json:createNodes' 0.5583330000000046ms
|
|
27637
|
+
[isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
|
|
27638
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.550Z - Streaming message to client: progress update for topic graph-construction
|
|
27639
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:12.550Z - [Messenger] Received message, length: 153
|
|
27640
|
+
[plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 39692) loaded successfully
|
|
27641
|
+
Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 5.8136670000000095ms
|
|
27642
|
+
[isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
|
|
27643
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.562Z - Streaming message to client: progress update for topic graph-construction
|
|
27644
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:12.563Z - [Messenger] Received message, length: 112
|
|
27645
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.568Z - Streaming message to client: progress update for topic graph-construction
|
|
27646
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:12.568Z - [Messenger] Received message, length: 47
|
|
27647
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.575Z - Streaming message to client: progress update for topic graph-construction
|
|
27648
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:12.576Z - [Messenger] Received message, length: 47
|
|
27649
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.577Z - Time taken for 'build-project-configs' 200.530667ms
|
|
27650
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.577Z - Time taken for 'createNodes:merge' 2.3277919999998176ms
|
|
27651
|
+
Time taken for 'build typescript dependencies' 0.08320900000001075ms
|
|
27652
|
+
[isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
|
|
27653
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.587Z - Streaming message to client: progress update for topic graph-construction
|
|
27654
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:12.587Z - [Messenger] Received message, length: 47
|
|
27655
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.592Z - [SYNC]: collect registered sync generators
|
|
27656
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.592Z - [SYNC]: project graph hash is the same, not collecting task sync generators
|
|
27657
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.592Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
|
|
27658
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.596Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
|
|
27659
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.596Z - Serializing response for PROJECT_GRAPH_UPDATED message in json mode
|
|
27660
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.599Z - Responding to PROJECT_GRAPH_UPDATED message
|
|
27661
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.599Z - [REQUEST]: Responding to the client. Project graph updated
|
|
27662
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.599Z - Serializing response for REQUEST_PROJECT_GRAPH message in json mode
|
|
27663
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.599Z - Responding to REQUEST_PROJECT_GRAPH message
|
|
27664
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.599Z - [REQUEST]: Responding to the client. project-graph
|
|
27665
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.600Z - Time taken for 'total for creating and serializing project graph' 295.8860830000001ms
|
|
27666
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.600Z - Time taken for 'total execution time for createProjectGraph()' 18.44183299999986ms
|
|
27667
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.600Z - Time taken for 'createDependencies' 14.421082999999953ms
|
|
27668
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.600Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 14.223749999999882ms
|
|
27669
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.600Z - Time taken for 'createMetadata' 0.007708000000093307ms
|
|
27670
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.600Z - Time taken for 'serialize graph' 1.7477499999999964ms
|
|
27671
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.600Z - Time taken for 'write cache' 3.7790829999999005ms
|
|
27672
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.602Z - Done responding to the client Project graph updated
|
|
27673
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.602Z - Handled json message PROJECT_GRAPH_UPDATED. Handling time: 4. Response time: 6.
|
|
27674
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.602Z - Done responding to the client project-graph
|
|
27675
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.602Z - Handled json message REQUEST_PROJECT_GRAPH. Handling time: 296. Response time: 3.
|
|
27676
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:12.602Z - [Messenger] Received message, length: 895597
|
|
27677
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:12.603Z - [Messenger] Received message, length: 895604
|
|
27678
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:12.607Z - [Messenger] Sending message type: PRE_TASKS_EXECUTION
|
|
27679
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:12.607Z - [Messenger] Message sent
|
|
27680
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.607Z - Received raw message of length 2086
|
|
27681
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.608Z - Received json message of type PRE_TASKS_EXECUTION
|
|
27682
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.608Z - Serializing response for PRE_TASKS_EXECUTION message in json mode
|
|
27683
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.608Z - Responding to PRE_TASKS_EXECUTION message
|
|
27684
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.608Z - [REQUEST]: Responding to the client. handleRunPreTasksExecution
|
|
27685
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.608Z - Done responding to the client handleRunPreTasksExecution
|
|
27686
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.608Z - Handled json message PRE_TASKS_EXECUTION. Handling time: 0. Response time: 0.
|
|
27687
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:12.608Z - [Messenger] Received message, length: 2
|
|
27688
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.608Z - Time taken for 'preTasksExecution' 0.46658300000012787ms
|
|
27689
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:12.630Z - [Messenger] Sending message type: HASH_TASKS
|
|
27690
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:12.630Z - [Messenger] Message sent
|
|
27691
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.631Z - Received raw message of length 42560
|
|
27692
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.631Z - Received json message of type HASH_TASKS
|
|
27693
|
+
DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=59.327917ms
|
|
27694
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.691Z - Reusing in-memory cached project graph because no files changed.
|
|
27695
|
+
DEBUG nx::native::tasks::hash_planner: get_plans_internal COMPLETED in 9.320833ms - processed 6 tasks (setup: 5.6615ms, parallel_planning: 3.64425ms, pool: 1031 unique instructions)
|
|
27696
|
+
DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "8520130568453209191" (".gitignore") to hash
|
|
27697
|
+
DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "2425668806101952406" ("nx.json") to hash
|
|
27698
|
+
DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Hash Value: "17385814077483807182"
|
|
27699
|
+
DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "6605332246132408965" ("eslint.config.mjs") to hash
|
|
27700
|
+
DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Hash Value: "17732202739991855709"
|
|
27701
|
+
DEBUG nx::native::tasks::task_hasher: hash_plans COMPLETED in 11.751875ms - processed 6 plans (setup: 495.583µs, hashing: 11.254834ms, assembly: 5.821333ms)
|
|
27702
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.727Z - Serializing response for HASH_TASKS message in json mode
|
|
27703
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.728Z - Responding to HASH_TASKS message
|
|
27704
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.728Z - [REQUEST]: Responding to the client. handleHashTasks
|
|
27705
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.730Z - Done responding to the client handleHashTasks
|
|
27706
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.730Z - Handled json message HASH_TASKS. Handling time: 96. Response time: 3.
|
|
27707
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:12.731Z - [Messenger] Received message, length: 288896
|
|
27708
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:12.829Z - [Messenger] Sending message type: GET_ESTIMATED_TASK_TIMINGS
|
|
27709
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:12.829Z - [Messenger] Message sent
|
|
27710
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.829Z - Received raw message of length 330
|
|
27711
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.829Z - Received json message of type GET_ESTIMATED_TASK_TIMINGS
|
|
27712
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.835Z - Serializing response for GET_ESTIMATED_TASK_TIMINGS message in json mode
|
|
27713
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.835Z - Responding to GET_ESTIMATED_TASK_TIMINGS message
|
|
27714
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.835Z - [REQUEST]: Responding to the client. handleGetEstimatedTaskTimings
|
|
27715
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.835Z - Done responding to the client handleGetEstimatedTaskTimings
|
|
27716
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:12.835Z - Handled json message GET_ESTIMATED_TASK_TIMINGS. Handling time: 6. Response time: 0.
|
|
27717
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:12.835Z - [Messenger] Received message, length: 185
|
|
27718
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:13.665Z - [Messenger] Setting up socket listeners
|
|
27719
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:13.665Z - [Messenger] listen() complete
|
|
27720
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:13.666Z - Established a connection. Number of open connections: 3
|
|
27721
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:13.666Z - Established a connection. Number of open connections: 4
|
|
27722
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:13.667Z - [Messenger] Sending message type: GET_CONTEXT_FILE_DATA
|
|
27723
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:13.667Z - [Messenger] Message sent
|
|
27724
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:13.667Z - Closed a connection. Number of open connections: 3
|
|
27725
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:13.667Z - Established a connection. Number of open connections: 4
|
|
27726
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:13.667Z - Closed a connection. Number of open connections: 3
|
|
27727
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:13.667Z - Received raw message of length 32
|
|
27728
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:13.667Z - Received json message of type GET_CONTEXT_FILE_DATA
|
|
27729
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:13.668Z - Serializing response for GET_CONTEXT_FILE_DATA message in json mode
|
|
27730
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:13.669Z - Responding to GET_CONTEXT_FILE_DATA message
|
|
27731
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:13.669Z - [REQUEST]: Responding to the client. handleContextFileData
|
|
27732
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:13.670Z - Done responding to the client handleContextFileData
|
|
27733
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:13.670Z - Handled json message GET_CONTEXT_FILE_DATA. Handling time: 1. Response time: 2.
|
|
27734
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:13.670Z - [Messenger] Received message, length: 86962
|
|
27735
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:14.068Z - Closed a connection. Number of open connections: 2
|
|
27736
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:14.073Z - [Messenger] Setting up socket listeners
|
|
27737
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:14.073Z - [Messenger] listen() complete
|
|
27738
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:14.074Z - [Messenger] Sending message type: REGISTER_PROJECT_GRAPH_LISTENER
|
|
27739
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:14.075Z - [Messenger] Message sent
|
|
27740
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:14.075Z - Established a connection. Number of open connections: 3
|
|
27741
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:14.077Z - Established a connection. Number of open connections: 4
|
|
27742
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:14.082Z - Closed a connection. Number of open connections: 3
|
|
27743
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:14.084Z - Received raw message of length 42
|
|
27744
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:14.084Z - Received json message of type REGISTER_PROJECT_GRAPH_LISTENER
|
|
27745
|
+
Fetching nx...
|
|
27746
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.213Z - [LATEST-NX]: Successfully pulled latest Nx to /private/tmp/tmp-39643-dhE0hNCO1oHd
|
|
27747
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.215Z - [NX-CONSOLE]: Using local implementation (NX_USE_LOCAL=true or inner call)
|
|
27748
|
+
DEBUG nx::native::ide::preferences: Loaded console preferences: NxConsolePreferences { auto_install_console: Some(true), path: "/Users/ikechukwukalu/.config/nx/ide.json" }
|
|
27749
|
+
DEBUG nx::native::ide::install: Detected editor: VSCode
|
|
27750
|
+
DEBUG nx::native::ide::install: Checking if Nx Console extension is installed with: code --list-extensions
|
|
27751
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:17.669Z - [Messenger] Sending message type: RECORD_TASK_RUNS
|
|
27752
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:17.670Z - [Messenger] Message sent
|
|
27753
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.670Z - Received raw message of length 1137
|
|
27754
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.670Z - Received json message of type RECORD_TASK_RUNS
|
|
27755
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.671Z - Serializing response for RECORD_TASK_RUNS message in json mode
|
|
27756
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.671Z - Responding to RECORD_TASK_RUNS message
|
|
27757
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.671Z - [REQUEST]: Responding to the client. handleRecordTaskRuns
|
|
27758
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.671Z - Done responding to the client handleRecordTaskRuns
|
|
27759
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.671Z - Handled json message RECORD_TASK_RUNS. Handling time: 1. Response time: 0.
|
|
27760
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:17.671Z - [Messenger] Received message, length: 4
|
|
27761
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:17.671Z - [Messenger] Sending message type: GET_FLAKY_TASKS
|
|
27762
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:17.671Z - [Messenger] Message sent
|
|
27763
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.671Z - Received raw message of length 169
|
|
27764
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.671Z - Received json message of type GET_FLAKY_TASKS
|
|
27765
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.671Z - Serializing response for GET_FLAKY_TASKS message in json mode
|
|
27766
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.671Z - Responding to GET_FLAKY_TASKS message
|
|
27767
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.671Z - [REQUEST]: Responding to the client. handleGetFlakyTasks
|
|
27768
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.671Z - Done responding to the client handleGetFlakyTasks
|
|
27769
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.671Z - Handled json message GET_FLAKY_TASKS. Handling time: 0. Response time: 0.
|
|
27770
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:17.671Z - [Messenger] Received message, length: 2
|
|
27771
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.672Z - Established a connection. Number of open connections: 4
|
|
27772
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.672Z - Closed a connection. Number of open connections: 3
|
|
27773
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:17.672Z - [Messenger] Sending message type: GET_CONFIGURE_AI_AGENTS_STATUS
|
|
27774
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:17.672Z - [Messenger] Message sent
|
|
27775
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.672Z - Received raw message of length 41
|
|
27776
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.672Z - Received json message of type GET_CONFIGURE_AI_AGENTS_STATUS
|
|
27777
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.673Z - Serializing response for GET_CONFIGURE_AI_AGENTS_STATUS message in json mode
|
|
27778
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.673Z - Responding to GET_CONFIGURE_AI_AGENTS_STATUS message
|
|
27779
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.673Z - [REQUEST]: Responding to the client. handleGetConfigureAiAgentsStatus
|
|
27780
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.673Z - Done responding to the client handleGetConfigureAiAgentsStatus
|
|
27781
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.673Z - Handled json message GET_CONFIGURE_AI_AGENTS_STATUS. Handling time: 0. Response time: 0.
|
|
27782
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:17.673Z - [Messenger] Received message, length: 104
|
|
27783
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:17.675Z - [Messenger] Sending message type: POST_TASKS_EXECUTION
|
|
27784
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:17.677Z - [Messenger] Message sent
|
|
27785
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.678Z - Received raw message of length 321075
|
|
27786
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.680Z - Received json message of type POST_TASKS_EXECUTION
|
|
27787
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.681Z - Serializing response for POST_TASKS_EXECUTION message in json mode
|
|
27788
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.681Z - Responding to POST_TASKS_EXECUTION message
|
|
27789
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.681Z - [REQUEST]: Responding to the client. handleRunPostTasksExecution
|
|
27790
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.681Z - Done responding to the client handleRunPostTasksExecution
|
|
27791
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.681Z - Handled json message POST_TASKS_EXECUTION. Handling time: 1. Response time: 0.
|
|
27792
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.681Z - Time taken for 'postTasksExecution' 0.16420800000014424ms
|
|
27793
|
+
[NX v23.1.1 Daemon Client] - 2026-09-03T08:13:17.681Z - [Messenger] Received message, length: 4
|
|
27794
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:17.687Z - Closed a connection. Number of open connections: 2
|
|
27795
|
+
DEBUG nx::native::ide::install: Editor command 'code' is installed
|
|
27796
|
+
DEBUG nx::native::ide::install: Editor command 'code-insiders' not found
|
|
27797
|
+
DEBUG nx::native::ide::install: Checking if Nx Console extension is installed with: code --list-extensions
|
|
27798
|
+
DEBUG nx::native::ide::install: Nx Console extension is installed
|
|
27799
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:18.094Z - [NX-CONSOLE]: Console status check completed, shouldPrompt: false
|
|
27800
|
+
DEBUG nx::native::ide::install: Nx Console extension is installed
|
|
27801
|
+
DEBUG nx::native::ide::install: Editor command 'cursor' not found
|
|
27802
|
+
DEBUG nx::native::ide::install: Checking if Nx Console extension is installed with: cursor --list-extensions
|
|
27803
|
+
DEBUG nx::native::ide::install: Command 'cursor' not found, cannot check extension status
|
|
27804
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:18.255Z - [AI-AGENTS]: Agent configuration status computation completed: 0 fully configured, 0 outdated, 1 partially configured, 4 non-configured
|
|
27805
|
+
DEBUG nx::native::watch::watcher: idle-window emitting events count=17
|
|
27806
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/pre-push
|
|
27807
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/commit-msg
|
|
27808
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/post-commit
|
|
27809
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/post-rewrite
|
|
27810
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/post-applypatch
|
|
27811
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/pre-merge-commit
|
|
27812
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/pre-auto-gc
|
|
27813
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/post-checkout
|
|
27814
|
+
DEBUG nx::native::watch::watcher: [create] .husky/_/husky.sh
|
|
27815
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/.gitignore
|
|
27816
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/prepare-commit-msg
|
|
27817
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/post-merge
|
|
27818
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/pre-rebase
|
|
27819
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/pre-commit
|
|
27820
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/pre-applypatch
|
|
27821
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/h
|
|
27822
|
+
DEBUG nx::native::watch::watcher: [update] .husky/_/applypatch-msg
|
|
27823
|
+
[NX v23.1.1 Daemon Server] - 2026-09-03T08:13:35.403Z - [WATCHER]: Processing file changes in outputs
|